]> 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         * configure.ac:
5
6         Update for release 2.25.4
7         
8 2009-01-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9
10         * configure.ac:
11         
12         GLib version requirement bumped to 2.18 due to g_set_error_literal.
13         Thanks to Christian Spurk.
14
15 2008-12-31  Hib Eris  <hib@hiberis.nl>
16         
17         * libdocument/ev-file-helpers.c: (get_mime_type_from_uri):
18
19         Fix mime type handling.
20         
21 2008-12-31  Carlos Garcia Campos  <carlosgc@gnome.org>
22
23         * po/POTFILES.in:
24
25         Add ev-print-operation.c.
26         
27 2008-12-30  Carlos Garcia Campos  <carlosgc@gnome.org>
28
29         * shell/ev-window.c: (ev_window_clear_progress_idle),
30         (reset_progress_idle), (ev_window_show_progress_message),
31         (ev_window_reset_progress_cancellable),
32         (ev_window_progress_response_cb), (show_loading_progress),
33         (ev_window_load_remote_failed), (window_open_file_copy_ready_cb),
34         (window_open_file_copy_progress_cb), (ev_window_load_file_remote),
35         (show_reloading_progress), (reload_remote_copy_ready_cb),
36         (reload_remote_copy_progress_cb), (query_remote_uri_mtime_cb),
37         (show_saving_progress), (window_save_file_copy_ready_cb),
38         (window_save_file_copy_progress_cb), (ev_window_save_remote),
39         (ev_window_dispose):
40
41         Show progress information when loading/saving remote files. Fixes
42         bug #370958.
43         
44 2008-12-30  Carlos Garcia Campos  <carlosgc@gnome.org>
45
46         * libdocument/ev-file-helpers.c: (ev_tmp_file_unlink):
47
48         Show better warning message when temp file cannot be deleted.
49         
50 2008-12-30  Carlos Garcia Campos  <carlosgc@gnome.org>
51
52         * shell/ev-window.c: (image_save_dialog_response_cb):
53
54         Fix saving images to remote locations.
55         
56 2008-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
57
58         * shell/ev-application.[ch]: (ev_application_shutdown),
59         (ev_application_get_print_settings_file),
60         (ev_application_save_print_settings),
61         (ev_application_get_print_settings),
62         (ev_application_set_print_settings),
63         (ev_application_get_page_setup), (ev_application_set_page_setup):
64         * shell/ev-window.c: (ev_window_save_print_page_setup),
65         (ev_window_load_print_page_setup_from_metadata),
66         (ev_window_print_page_setup_done_cb),
67         (ev_window_cmd_file_print_setup), (ev_window_do_preview_print),
68         (ev_window_cmd_preview_print):
69
70         Remember page setup options too. Paper size is globally remembered
71         while page margins are stored per document in metadata file. Fixes
72         bugs #525185 and #349102.
73         
74 2008-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
75
76         * shell/ev-print-operation.c:
77         (ev_print_operation_export_print_dialog_response_cb):
78
79         Fallback to EV_FILE_FORMAT_PS when file_format is not defined.
80         
81 2008-12-28  Carlos Garcia Campos  <carlosgc@gnome.org>
82
83         * shell/ev-print-operation.c: (export_cancel),
84         (export_job_cancelled), (ev_print_operation_export_begin),
85         (ev_print_operation_export_cancel):
86         * shell/ev-window.c: (ev_window_print_cancel),
87         (ev_window_print_update_pending_jobs_message),
88         (ev_window_print_operation_done),
89         (ev_window_print_operation_status_changed),
90         (print_jobs_confirmation_dialog_response),
91         (ev_window_cmd_file_close_window):
92
93         Show a confirmation dialog when there are pending print jobs while
94         closing the main window. Fixes bug #480964.
95         
96 2008-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
97
98         * shell/ev-print-operation.[ch]: (ev_print_operation_class_init),
99         (ev_print_operation_get_job_name),
100         (ev_print_operation_get_status),
101         (ev_print_operation_get_progress),
102         (ev_print_operation_update_status),
103         (ev_print_operation_export_get_job_name), (clamp_ranges),
104         (get_first_and_last_page), (ev_print_operation_export_run_next),
105         (print_job_finished), (export_print_done), (export_job_cancelled),
106         (update_progress), (export_print_page),
107         (ev_print_operation_export_begin),
108         (ev_print_operation_export_print_dialog_response_cb),
109         (ev_print_operation_export_run),
110         (ev_print_operation_export_cancel),
111         (ev_print_operation_export_class_init):
112         * shell/ev-window.c:
113         (ev_window_print_update_pending_jobs_message),
114         (ev_window_print_operation_done),
115         (ev_window_print_progress_response_cb),
116         (ev_window_print_operation_status_changed),
117         (ev_window_print_operation_begin_print), (ev_window_print_range),
118         (ev_window_dispose):
119
120         Show progress information when printing. Fixes bug #482770.
121         
122 2008-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
123
124         * shell/Makefile.am:
125         * shell/ev-progress-message-area.[ch]:
126         * shell/ev-message-area.[ch]: (ev_message_area_init),
127         (ev_message_area_set_image_from_stock):
128
129         Add EvProgressMessageArea derived from EvMessageArea to show
130         progress information in the message area. 
131         
132 2008-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
133
134         * cut-n-paste/gedit-message-area/gedit-message-area.[ch]:
135
136         Use GTK_RESPONSE_CLOSE instead of GTK_RESPONSE_CANCEL for the
137         close button. Add a function to get the contents of the message
138         area.
139         
140 2008-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
141
142         * shell/Makefile.am:
143         * shell/ev-print-operation.[ch]:
144         * shell/ev-jobs.[ch]: (ev_job_export_init),
145         (ev_job_export_dispose), (ev_job_export_run),
146         (ev_job_export_class_init), (ev_job_export_new),
147         (ev_job_export_set_page):
148         * shell/ev-window.c: (ev_window_print_operation_done),
149         (ev_window_print_range), (ev_window_dispose):
150
151         First step of the printing system rework. EvJobPrint has been
152         replaced by EvJobExport so that every page is scheduled to be
153         exported in a thread instead of scheduling the whole printing
154         process. This way the gui is responsive during printing.
155         
156 2008-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
157
158         * shell/ev-window.c: (setup_size_from_metadata),
159         (ev_window_load_print_settings_from_metadata):
160
161         Fix memory leaks.
162         
163 2008-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
164
165         * libdocument/ev-document.c: (ev_document_get_type):
166
167         Add GObject type as prerequisite to EvDocument interface so that
168         document instances can be used as GObjects.
169         
170 2008-12-19  Carlos Garcia Campos  <carlosgc@gnome.org>
171
172         * shell/ev-view.c: (jump_to_find_result):
173
174         Only jump the the location of the find result for the first match
175         when searching. It drastically improves the performance when
176         searching. Bug catched and fixed by Michael Hunold. Fixes bug
177         #564774.
178         
179 2008-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
180
181         * properties/ev-properties-main.c: (ev_properties_get_pages):
182         * properties/ev-properties-view.[ch]:
183         (ev_properties_view_dispose), (ev_properties_view_class_init),
184         (ev_properties_view_set_info), (ev_properties_view_new):
185         * shell/ev-properties-dialog.[ch]:
186         (ev_properties_dialog_set_document):
187         * shell/ev-window.c: (ev_window_setup_document),
188         (ev_window_cmd_file_properties):
189
190         Add document URI to properties page. Fixes bug #555376.
191         
192 2008-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
193
194         * configure.ac:
195         * data/Makefile.am:
196         * data/evince-password.glade: Removed
197         * data/evince-properties.glade: Removed
198         * properties/ev-properties-view.c:
199         (ev_properties_view_class_init), (set_property),
200         (ev_properties_view_set_info), (ev_properties_view_init):
201         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
202         (font_cell_data_func), (ev_properties_fonts_init):
203
204         Remove Glade dependency.
205         
206 2008-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
207
208         * backend/comics/comics-document.c: (comics_document_load):
209
210         Fix zip mime-type in comics backend. Patch by Juanjo Marín.
211         
212 2008-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
213
214         * NEWS:
215         * configure.ac:
216
217         Update for release 2.25.2
218         
219 2008-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
220
221         * configure.ac:
222         * shell/Makefile.am:
223         * shell/ev-keyring.[ch]:
224         * shell/ev-password.[ch]: Removed
225         * shell/ev-password-view.[ch]: (ev_password_view_finalize),
226         (ev_password_view_class_init), (ev_password_view_clicked_cb),
227         (ev_password_view_init), (ev_password_view_set_uri),
228         (ev_password_dialog_got_response),
229         (ev_password_dialog_remember_button_toggled),
230         (ev_password_dialog_entry_changed_cb),
231         (ev_password_dialog_entry_activated_cb),
232         (ev_password_view_ask_password), (ev_password_view_get_password),
233         (ev_password_view_get_password_save_flags),
234         (ev_password_view_new):
235         * shell/ev-window.c: (ev_window_password_view_unlock),
236         (ev_window_load_job_cb), (ev_window_close_dialogs),
237         (ev_window_init):
238
239         Rework the password view. When the password is in the keyring it's
240         used automatically without showing the password dialog and it's  
241         only stored in the keyring when we are sure it's correct. The
242         password dialog has been reworked too, in order to make it
243         more hig compliant and consistent with the GTK+ dialog used in
244         gtkmountoperation. Fixes bug #562496. 
245         
246 2008-11-29  Carlos Garcia Campos  <carlosgc@gnome.org>
247
248         * backend/comics/comics-document.c: (comics_document_load):
249
250         Do not trust file extensions when getting the command needed to
251         uncompress comic documents. Fixes bug #562143.
252         
253 2008-11-29  Carlos Garcia Campos  <carlosgc@gnome.org>
254
255         * libdocument/ev-document-factory.c: (get_document_from_uri),
256         (ev_document_factory_get_document):
257         * libdocument/ev-file-helpers.[ch]: (get_mime_type_from_uri),
258         (get_mime_type_from_data), (ev_file_get_mime_type):
259
260         Move mime-type functions from document-facrory to file-helpers so
261         that it can be reused.
262         
263 2008-11-29  Carlos Garcia Campos  <carlosgc@gnome.org>
264
265         * shell/ev-window.c: (ev_window_load_job_cb), (set_uri_mtime),
266         (window_open_file_copy_ready_cb), (ev_window_reload_local),
267         (reload_remote_copy_ready_cb), (query_remote_uri_mtime_cb),
268         (ev_window_reload_remote), (ev_window_reload_document):
269
270         Add support for reloading remote documents. Fixes bug #555399.
271         
272 2008-11-23  Carlos Garcia Campos  <carlosgc@gnome.org>
273
274         * shell/ev-view.c: (ev_view_find_previous):
275
276         Make sure find_result is never < 0 which causes a crash while
277         searching. Fixes bug #558377.
278         
279 2008-11-19  Marek Kašík <mkasik@redhat.com>
280
281         * shell/ev-pixbuf-cache.c (new_selection_surface_needed),
282         (ev_pixbuf_cache_get_selection_surface):
283         
284         Fixes crash on fast scrolling with simultaneous text selection.
285
286 2008-11-19  Marek Kašík <mkasik@redhat.com>
287
288         * shell/ev-pixbuf-cache.c (ev_pixbuf_cache_add_jobs_if_needed):
289         * shell/ev-window.c (launch_external_uri):
290         
291         Fixes assertion fail on selecting text. See bug #561393.
292
293 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
294
295         * shell/Makefile.am:
296         * shell/ev-jobs.[ch]: (ev_job_layers_init),
297         (ev_job_layers_dispose), (ev_job_layers_run),
298         (ev_job_layers_class_init), (ev_job_layers_new):
299         * shell/ev-sidebar-layers.[ch]:
300         * shell/ev-view.[ch]: (ev_view_form_field_button_create_widget),
301         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
302         (ev_view_reload_page), (ev_view_reload):
303         * shell/ev-window.c: (setup_sidebar_from_metadata),
304         (ev_window_sidebar_current_page_changed_cb),
305         (sidebar_layers_visibility_changed), (ev_window_init):
306
307         Add layers support.
308         
309 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
310
311         * data/icons/22x22/actions/Makefile.am:
312         * data/icons/22x22/actions/eye.png:
313         * shell/ev-stock-icons.[ch]:
314         
315         Add eye icon from gimp to hide/show layers.
316         
317 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
318
319         * configure.ac:
320         * cut-n-paste/Makefile.am:
321         * cut-n-paste/gimpcellrenderertoggle/Makefile.am:
322         * cut-n-paste/gimpcellrenderertoggle/gimpcellrenderertoggle.[ch]:
323         * cut-n-paste/gimpcellrenderertoggle/gimpwidgetsmarshal.list:
324
325         Add GimpCellRendererToggle from gimp slightly modified to fit our
326         needs. 
327         
328 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
329
330         * configure.ac:
331         * backend/pdf/ev-poppler.cc:
332
333         Implement layers interface in PDF backend.
334         
335 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
336
337         * libdocument/Makefile.am:
338         * libdocument/ev-document-layers.[ch]:
339         * libdocument/ev-layer.[ch]:
340
341         Add optional content (layers) interface.
342         
343 2008-11-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
344
345         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
346         * cut-n-paste/toolbar-editor/eggtreemultidnd.h:
347
348         Removes unused code.
349
350 2008-11-05  Carlos Garcia Campos  <carlosgc@gnome.org>
351
352         * NEWS:
353         * configure.ac:
354
355         Update for 2.25.1 release
356
357 2008-11-05  Carlos Garcia Campos  <carlosgc@gnome.org>
358
359         * shell/ev-window.c:
360
361         Fix build with GTK+ < 2.14
362
363 2008-11-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
364
365         * cut-n-paste/zoom-control/ephy-zoom-action.c (create_menu_item):
366         
367         Makes menu label translatable. Fixes bug #559129.
368
369 2008-11-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
370
371         * backend/dvi/mdvi-lib/t1.c (t1_reset_resolution),
372         (t1_transform_font):
373         * backend/dvi/mdvi-lib/tt.c (tt_really_load_font), (tt_load_font):
374         
375         More renames of warning to mdvi_warning in follow up to the
376         fix of the bug #553369. Fix for the bug #559257 by
377         Tuxce <tuxce.net@gmail.com>.
378         
379 2008-11-02  Carlos Garcia Campos  <carlosgc@gnome.org>
380
381         * shell/ev-application.c: (ev_application_init_session):
382         * shell/main.c: (main):
383
384         Move the egg_set_desktop_file() call to main and remove
385         gtk_window_set_default_icon_name() since it's already called by
386         egg_set_desktop_file()
387         
388 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
389
390         * libdocument/ev-file-helpers.c: (ev_xfer_uri_simple):
391
392         Initialize GError to NULL.
393         
394 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
395
396         * shell/ev-window.c: (window_save_file_copy_ready_cb),
397         (ev_window_print_finished), (ev_window_print_dialog_response_cb),
398         (ev_window_preview_print_finished), (launch_action):
399
400         Do not use popup dialogs to show error messages anymore, use the
401         message area instead.
402         
403 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
404
405         * shell/ev-window.c: (ev_window_error_message),
406         (ev_window_warning_message), (ev_window_set_document),
407         (ev_window_load_job_cb), (ev_window_load_remote_failed),
408         (ev_window_cmd_file_open_copy_at_dest), (ev_window_save_job_cb),
409         (ev_window_cmd_help_contents), (launch_external_uri),
410         (image_save_dialog_response_cb), (image_save_dialog_response_cb),
411         (ev_attachment_popup_cmd_open_attachment),
412         (attachment_save_dialog_response_cb):
413
414         Use a message format (with printf()-style) in
415         ev_window_error_message and ev_window_warning_message.
416
417 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
418
419         * shell/ev-window.c: (ev_window_error_message),
420         (ev_window_warning_message), (ev_window_set_document),
421         (ev_window_load_job_cb), (ev_window_load_remote_failed),
422         (ev_window_cmd_file_open_copy_at_dest), (ev_window_save_job_cb),
423         (ev_window_cmd_help_contents), (launch_external_uri),
424         (image_save_dialog_response_cb),
425         (ev_attachment_popup_cmd_open_attachment),
426         (attachment_save_dialog_response_cb):
427
428         Change ev_window_error_message and ev_window_warning_message to
429         receive a EvWindow instead of a GtkWindow. It's more consistent
430         and avoids unneeded casts.
431         
432 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
433
434         * shell/ev-window.c: (ev_window_cmd_help_contents):
435
436         Use gtk_show_uri() when availale to display help contents.
437         
438 2008-10-31  Carlos Garcia Campos  <carlosgc@gnome.org>
439
440         * configure.ac:
441         * backend/pdf/ev-poppler.cc:
442         * properties/ev-properties-view.c:
443         * shell/Makefile.am:
444         * shell/ev-tooltip.[ch]: Removed
445         * shell/ev-view-private.h
446         * shell/eggfindbar.c:
447         * shell/ev-application.c:
448         * shell/ev-open-recent-action.c:
449         * shell/ev-sidebar-thumbnails.c:
450         * shell/ev-view.c:
451         * shell/ev-window.c:
452
453         Bump GTK+ requirement to 2.12.
454         
455 2008-10-27 Christian Persch <chpe@gnome.org>
456
457         * backend/djvu/djvu-document.c
458         * backend/dvi/cairo-device.c
459         * cut-n-paste/evmountoperation/ev-mount-operation.h
460         * cut-n-paste/gedit-message-area/gedit-message-area.h
461         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c
462         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h
463         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c
464         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h
465         * cut-n-paste/toolbar-editor/egg-toolbars-model.c
466         * cut-n-paste/toolbar-editor/egg-toolbars-model.h
467         * cut-n-paste/toolbar-editor/eggtreemultidnd.c
468         * cut-n-paste/toolbar-editor/eggtreemultidnd.h
469         * cut-n-paste/zoom-control/ephy-zoom-action.c
470         * cut-n-paste/zoom-control/ephy-zoom-action.h
471         * cut-n-paste/zoom-control/ephy-zoom-control.c
472         * cut-n-paste/zoom-control/ephy-zoom-control.h
473         * libdocument/ev-async-renderer.h
474         * libdocument/ev-document-factory.c
475         * libdocument/ev-document-misc.h
476         * libdocument/ev-image.h
477         * libdocument/ev-selection.h
478         * shell/ev-properties-fonts.h
479         * shell/ev-stock-icons.h
480         * shell/ev-window.c: Only include glib.h, gdk/gdk.h and gtk/gtk.h
481         directly. Bug #558064.
482
483 2008-10-27 Christian Persch <chpe@gnome.org>
484
485         * cut-and-paste/smclient/*: Update from libegg.
486
487 2008-10-27 Christian Persch <chpe@gnome.org>
488
489         * backend/djvu/djvu-document.c
490         * backend/ps/ev-spectre.c
491         * shell/ev-jobs.c: Use printf safely. Bug #558066.
492
493 2008-10-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
494
495         * shell/ev-view.c (ev_view_change_page),
496         (ev_view_transition_animation_finish),
497         (ev_view_transition_animation_cancel), (page_changed_cb),
498         (ev_view_set_presentation), (ev_view_next_page),
499         (ev_view_previous_page):
500         
501         Cancel the animation without scheduling transition start
502         and proceed to the next page to fix bug #516749.
503
504 2008-10-19  Carlos Garcia Campos  <carlosgc@gnome.org>
505
506         * NEWS:
507         * configure.ac:
508
509         Update for release 2.24.1
510         
511 2008-10-17  Carlos Garcia Campos  <carlosgc@gnome.org>
512
513         * shell/ev-window.c: (ev_window_cmd_view_presentation):
514
515         Disable toggle function of F5 when in presentation mode. Patch by
516         Dave Neary. Fixes bug #556162.
517         
518 2008-10-17  Carlos Garcia Campos  <carlosgc@gnome.org>
519
520         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
521         (ev_sidebar_thumbnails_get_loading_icon), (clear_range),
522         (ev_sidebar_thumbnails_fill_model),
523         (ev_sidebar_thumbnails_refresh),
524         (ev_sidebar_thumbnails_set_document):
525
526         Instead of using only one loading icon for thumbnails based on the
527         size of the first page, create an icon for every different page
528         size. Fixes bug #556264.
529         
530 2008-10-17  Carlos Garcia Campos  <carlosgc@gnome.org>
531
532         * shell/ev-page-cache.c: (ev_page_cache_finalize):
533
534         Fix memory leak.
535         
536 2008-10-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
537
538         * shell/ev-window-title.c (ev_window_title_sanitize_title):
539
540         Removes bad prefixes from window title. Patch by 
541         Robin Sonefors <ozamosi@blinkenlights.se> fixes bug #534684.
542         
543 2008-10-12  Carlos Garcia Campos  <carlosgc@gnome.org>
544
545         * shell/ev-window.c: (launch_external_uri):
546
547         Do not consider mailto links as http uris. Fixes bug #555801.
548         
549 2008-10-06  Carlos Garcia Campos  <carlosgc@gnome.org>
550
551         * shell/ev-view.c: (merge_selection_region), (clear_selection):
552
553         Fix memory leak. Fixes bug #555134.
554         
555 2008-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
556
557         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
558
559         Emit the job finished signal when the job is handled before the
560         page_ready callback.
561         
562 2008-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
563
564         * shell/ev-window.c: (launch_action):
565
566         Use GdkAppLaunchContext when available to launch external
567         applications.
568         
569 2008-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
570
571         * shell/ev-window.c: (launch_action):
572
573         Fix launching external applications for launch actions which seems
574         to be broken since the gio port. Fixes bug #554500.
575         
576 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
577
578         * backend/dvi/Makefile.am:
579         * backend/dvi/cairo-device.c:
580         * backend/dvi/dvi-document.c:
581         * backend/dvi/mdvi-lib/Makefile.am:
582
583         Fix several compile warnings in the dvi backend.
584         
585 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
586
587         * backend/dvi/mdvi-lib/common.h:
588         * backend/dvi/mdvi-lib/dviread.c:
589         * backend/dvi/mdvi-lib/font.c:
590         * backend/dvi/mdvi-lib/fontmap.c:
591         * backend/dvi/mdvi-lib/fontsrch.c:
592         * backend/dvi/mdvi-lib/gf.c:
593         * backend/dvi/mdvi-lib/pagesel.c:
594         * backend/dvi/mdvi-lib/pk.c:
595         * backend/dvi/mdvi-lib/sp-epsf.c:
596         * backend/dvi/mdvi-lib/special.c:
597         * backend/dvi/mdvi-lib/tfm.c:
598         * backend/dvi/mdvi-lib/tfmfile.c:
599         * backend/dvi/mdvi-lib/util.c:
600         * backend/dvi/mdvi-lib/vf.c:
601
602         Rename error as mdvi_error to avoid symbol conflicts with the libc
603         error. Rename also message, crash, fatal and warning for
604         consistency. Fixes bug #553369.
605         
606 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
607
608         * backend/dvi/dvi-document.c: (dvi_document_load):
609
610         Fix memory leak.
611         
612 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
613
614         * backend/dvi/dvi-document.c:
615
616         Use EV_BACKEND_IMPLEMENT_INTERFACE instead of
617         G_IMPLEMENT_INTERFACE.
618         
619 2008-09-26  Carlos Garcia Campos  <carlosgc@gnome.org>
620
621         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
622
623         Make sure copy_job_page_and_selection_to_job_info is always called
624         before copy_job_to_job_info. Fixes bug #552382.
625         
626 2008-09-22  Carlos Garcia Campos  <carlosgc@gnome.org>
627
628         * NEWS:
629         * configure.ac:
630
631         Update for release 2.24.0
632         
633 2008-09-13  Carlos Garcia Campos  <carlosgc@gnome.org>
634
635         * shell/ev-window.c: (launch_external_uri):
636
637         Use GdkAppLaunchContext when available to launch external uris.
638         
639 2008-09-13  Carlos Garcia Campos  <carlosgc@gnome.org>
640
641         * shell/ev-window.c: (launch_external_uri):
642
643         Use the message area to show errors when lauching external uris
644         instead of a popup window.
645         
646 2008-09-13  Carlos Garcia Campos  <carlosgc@gnome.org>
647
648         * shell/ev-window.c: (launch_external_uri):
649
650         Assume invalid uris are http uris. Fixes bug #552071.
651         
652 2008-09-09  Carlos Garcia Campos  <carlosgc@gnome.org>
653
654         * NEWS:
655         * configure.ac:
656
657         Update for release 2.23.92.
658         
659 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
660
661         * shell/eggfindbar.c: (egg_find_bar_class_init):
662
663         Allow page scrolling with PageUp/PageDown keys when find bar is
664         active. Fixes bug #529833.
665         
666 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
667
668         * shell/ev-view-private.h:
669         * shell/ev-view.[ch]: (add_scroll_binding_keypad),
670         (ev_view_scroll), (ev_view_class_init):
671         * shell/ev-view-accessible.c:
672         (ev_view_accessible_action_do_action):
673         * shell/ev-window.c: (ev_window_cmd_scroll_forward),
674         (ev_window_cmd_scroll_backward):
675
676         Use GtkScrollType instead of EvScrollType.
677         
678 2008-09-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
679
680         * shell/ev-page-cache.c (ev_page_cache_set_page_label):
681         
682         Patch for case unsensitive page label match by Michael Lee.
683         See bug #550136.
684         
685         * shell/ev-page-action.c (create_tool_item):    
686         * test/Makefile.am:
687         * test/test1.py:
688         * test/test4.py:
689         * test/test5.py:
690         
691         Added test for the above and updated other tests.
692
693 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
694
695         * shell/ev-window.c: (image_save_dialog_response_cb):
696
697         Do not append the file extension twice when saving an image.
698         
699 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
700
701         * backend/pdf/ev-poppler.cc: (pdf_document_images_get_image):
702
703         Remove an invalid ifdef.
704         
705 2008-09-05  Carlos Garcia Campos  <carlosgc@gnome.org>
706
707         * shell/ev-view.c: (ev_view_motion_notify_event):
708
709         Make sure the cursor is correctly restored after showing the right
710         click menu.
711         
712 2008-09-05  Carlos Garcia Campos  <carlosgc@gnome.org>
713
714         * libdocument/ev-attachment.[ch]: (ev_attachment_launch_app),
715         (ev_attachment_open):
716         * shell/ev-sidebar-attachments.c:
717         (ev_sidebar_attachments_button_press):
718         * shell/ev-window.c: (ev_attachment_popup_cmd_open_attachment):
719
720         Use GdkAppLaunchContext when available to open attachments.
721         
722 2008-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
723
724         * shell/ev-media-player-keys.c: (ev_media_player_keys_grab_keys):
725
726         Grab the mediakeys with a low priority. Fixes bug #547164. Patch
727         by Eric Piel.
728         
729 2008-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
730
731         * shell/ev-application.c: (ev_application_get_media_keys):
732         * shell/ev-media-player-keys.[ch]:
733         (ev_media_player_keys_class_init), (on_media_player_key_pressed),
734         (ev_media_player_keys_grab_keys),
735         (ev_media_player_keys_release_keys), (ev_media_player_keys_init),
736         (ev_media_player_keys_focused), (ev_media_player_keys_finalize):
737         * shell/ev-window.[ch]: (ev_window_dispose),
738         (view_actions_focus_in_cb), (ev_window_media_player_key_pressed),
739         (ev_window_init):
740
741         Clean up the media player keys stuff.
742         
743 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
744
745         * NEWS:
746         * configure.ac:
747
748         Update for release 2.23.91.
749         
750 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
751
752         * cut-n-paste/smclient/eggsmclient-xsmp.c:
753         (sm_client_xsmp_set_initial_properties):
754
755         Fix memory leak.
756         
757 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
758
759         * shell/ev-application.c: (ev_application_open_window),
760         (ev_application_open_uri_at_dest):
761
762         Make sure evince starts up in the right workspace when resuming a
763         previous session.
764         
765 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
766
767         * shell/ev-application.[ch]: (ev_application_open_window),
768         (ev_application_add_icon_path_for_screen),
769         (ev_application_open_uri_at_dest):
770
771         Fix window manager warnings shown in ~/.xsession-errors
772         
773 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
774
775         * configure.ac:
776         * cut-n-paste/Makefile.am:
777         * cut-n-paste/smclient/Makefile.am:
778         * cut-n-paste/smclient/eggdesktopfile.[ch]:
779         * cut-n-paste/smclient/eggsmclient-private.h:
780         * cut-n-paste/smclient/eggsmclient-xsmp.c:
781         * cut-n-paste/smclient/eggsmclient.[ch]:
782
783         EggSMClient copied from libegg
784
785         * libdocument/ev-file-helpers.c: (ev_dot_dir):
786         * shell/Makefile.am:
787         * shell/ev-application.[ch]: (ev_application_load_session),
788         (smclient_save_state_cb), (smclient_quit_cb),
789         (ev_application_init_session), (ev_application_shutdown),
790         (ev_application_init):
791         * shell/main.c: (main):
792
793         Use EggSMClient instead of gnome-client and remove libgnome and
794         libgnomeui dependencies.
795         
796 2008-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
797
798         * shell/main.c: (main):
799
800         Remove gnome_authentication_manager_init.
801         
802 2008-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
803
804         * shell/ev-view.c: (ev_view_goto_window_create):
805
806         Use gtk_box_pack_start instead of gtk_box_pack_start_defaults
807         since it's now deprecated.
808         
809 2008-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
810
811         * backend/djvu/Makefile.am:
812         * backend/djvu/djvu-document-private.h:
813         * backend/djvu/djvu-document.c: (djvu_document_find_find_text),
814         (djvu_document_find_iface_init):
815         * backend/djvu/djvu-text-page.[ch]:
816         * backend/djvu/djvu-text.[ch]: Removed
817         * backend/pdf/ev-poppler.cc: (pdf_document_find_find_text),
818         (pdf_document_find_iface_init):
819         * libdocument/ev-document-find.[ch]: (ev_document_find_find_text):
820         * shell/ev-jobs.[ch]: (ev_job_find_init), (ev_job_find_dispose),
821         (ev_job_find_run), (ev_job_find_class_init), (ev_job_find_new),
822         (ev_job_find_get_n_results), (ev_job_find_get_progress),
823         (ev_job_find_has_results), (ev_job_find_get_results):
824         * shell/ev-view-private.h:
825         * shell/ev-view.[ch]: (ev_view_expose_event),
826         (highlight_find_results), (ev_view_finalize),
827         (ev_view_get_property), (ev_view_class_init), (page_changed_cb),
828         (ev_view_set_document), (ev_view_find_get_n_results),
829         (ev_view_find_get_result), (jump_to_find_result),
830         (jump_to_find_page), (ev_view_find_changed), (ev_view_find_next),
831         (ev_view_find_previous), (ev_view_find_search_changed),
832         (ev_view_find_set_highlight_search), (ev_view_find_cancel):
833         * shell/ev-window.c: (ev_window_update_actions),
834         (page_changed_cb), (ev_window_setup_document),
835         (ev_window_update_find_status_message),
836         (ev_window_find_job_finished_cb), (ev_window_find_job_updated_cb),
837         (ev_window_clear_find_job), (find_bar_close_cb),
838         (find_bar_search_changed_cb), (find_bar_visibility_changed_cb),
839         (ev_window_dispose), (ev_window_init):
840
841         Rework find interface. The find logic has been moved from backends
842         to the shell avoiding a lot of duplicated code in the backends and
843         making easier to implement the find interface in the backends.
844         
845 2008-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
846
847         * backend/pdf/ev-poppler.cc:
848         (pdf_document_thumbnails_get_dimensions):
849
850         Make sure thumbnail size returned by the PDF is actually
851         valid. Fixes bug #548462.
852         
853 2008-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
854
855         * shell/ev-window.c: (ev_window_setup_document),
856         (ev_window_set_document), (ev_window_dispose):
857
858         Remove the idle function for setting the document up when the
859         window is destroyed. Fixes bug #549163.
860         
861 2008-08-22  Carlos Garcia Campos  <carlosgc@gnome.org>
862
863         * shell/ev-jobs.[ch]: (ev_job_attachments_init),
864         (ev_job_attachments_dispose), (ev_job_attachments_run),
865         (ev_job_attachments_class_init), (ev_job_attachments_new):
866         * shell/ev-sidebar-attachments.c:
867         (ev_sidebar_attachments_set_document):
868
869         Add a new job to get the attachments in a thread with the document
870         lock held. Fixes bug #548653.
871         
872 2008-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
873
874         * backend/tiff/tiff-document.c: (tiff_document_get_page_label),
875         (tiff_document_document_iface_init):
876
877         Implement document_get_page_label in tiff backend.
878         
879 2008-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
880
881         * backend/tiff/tiff-document.c: (tiff_document_render):
882
883         Handle document orientation in tiff backend. Fixes bug #548444.
884         
885 2008-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
886
887         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
888
889         Do not crash when adjustment page size is 0. Fixes bug #547440.
890         
891 2008-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
892
893         * cut-n-paste/evmountoperation/ev-mount-operation.c:
894
895         Sync with current GTK+.
896         
897 2008-08-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
898
899         * configure.ac:
900         
901         Update for release 2.23.6.
902
903 2008-08-06  Carlos Garcia Campos  <carlosgc@gnome.org>
904
905         * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_run),
906         (ev_job_load_set_password):
907         * shell/ev-password.[ch]: (ev_password_dialog_get_password):
908         * shell/ev-window.c: (password_dialog_response),
909         (ev_window_load_job_cb):
910
911         Fix loading encrypted documents since I broke it with the jobs
912         rework.
913         
914 2008-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
915
916         * NEWS:
917
918         Update NEWS for 2.23.6 release.
919         
920 2008-08-03  Wouter Bolsterlee  <wbolster@svn.gnome.org>
921
922         * backend/impress/impress-document.c:
923         * backend/impress/render.h:
924         * libdocument/ev-document-factory.c:
925         * libdocument/ev-document-factory.h:
926         * libdocument/ev-document-links.h:
927         * libdocument/ev-document-misc.c:
928         * libdocument/ev-document-misc.h:
929         * properties/ev-properties-main.c:
930         * properties/ev-properties-view.c:
931         * properties/ev-properties-view.h:
932         * shell/eggfindbar.c:
933         * shell/eggfindbar.h:
934         * shell/ev-application.c:
935         * shell/ev-application.h:
936         * shell/ev-jobs.h:
937         * shell/ev-message-area.h:
938         * shell/ev-navigation-action.c:
939         * shell/ev-navigation-action.h:
940         * shell/ev-open-recent-action.c:
941         * shell/ev-open-recent-action.h:
942         * shell/ev-page-action-widget.c:
943         * shell/ev-page-action.c:
944         * shell/ev-page-action.h:
945         * shell/ev-page-cache.h:
946         * shell/ev-password-view.h:
947         * shell/ev-password.h:
948         * shell/ev-pixbuf-cache.h:
949         * shell/ev-properties-fonts.c:
950         * shell/ev-sidebar-attachments.c:
951         * shell/ev-sidebar-links.c:
952         * shell/ev-sidebar-links.h:
953         * shell/ev-sidebar-thumbnails.c:
954         * shell/ev-sidebar-thumbnails.h:
955         * shell/ev-sidebar.c:
956         * shell/ev-sidebar.h:
957         * shell/ev-stock-icons.c:
958         * shell/ev-tooltip.h:
959         * shell/ev-view.c:
960         * shell/ev-view.h:
961         * shell/ev-window.c:
962         * shell/ev-window.h:
963         * shell/main.c:
964
965         More #include cleanups. Again: reordering, single gtk.h
966         includes and other stuff.
967
968 2008-08-03  Wouter Bolsterlee  <wbolster@svn.gnome.org>
969
970         * shell/eggfindbar.c:
971         * shell/ev-application.c:
972         * shell/ev-message-area.c:
973         * shell/ev-navigation-action.c:
974         * shell/ev-open-recent-action.c:
975         * shell/ev-page-action-widget.c:
976         * shell/ev-page-action.c:
977         * shell/ev-password-view.c:
978         * shell/ev-properties-dialog.c:
979         * shell/ev-properties-fonts.c:
980         * shell/ev-sidebar-attachments.c:
981         * shell/ev-sidebar-page.c:
982         * shell/ev-sidebar-thumbnails.c:
983         * shell/ev-stock-icons.c:
984         * shell/ev-tooltip.c:
985         * shell/ev-view.c:
986         * shell/ev-window.c:
987         * shell/main.c:
988
989         Cleanup many #include statements: reorder so that a
990         generic-to-specific order is used, use single gtk.h
991         includes, and some other cleanups.
992
993 2008-08-03  Carlos Garcia Campos  <carlosgc@gnome.org>
994
995         * shell/ev-jobs.h:
996
997         Add gio header.
998         
999 2008-08-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1000
1001         * libdocument/ev-document.[ch]: (ev_document_doc_mutex_trylock),
1002         (ev_document_fc_mutex_trylock):
1003         * shell/Makefile.am:
1004         * shell/ev-job-queue.[ch]:
1005         * shell/ev-job-scheduler.[ch]:
1006         * shell/ev-jobs.[ch]: (ev_job_init), (ev_job_dispose),
1007         (ev_job_class_init), (emit_finished), (ev_job_emit_finished),
1008         (ev_job_run), (ev_job_cancel), (ev_job_failed),
1009         (ev_job_failed_from_error), (ev_job_succeeded),
1010         (ev_job_is_finished), (ev_job_is_failed), (ev_job_get_run_mode),
1011         (ev_job_set_run_mode), (ev_job_links_init), (ev_job_links_run),
1012         (ev_job_links_class_init), (ev_job_render_init),
1013         (notify_page_ready), (ev_job_render_page_ready),
1014         (ev_job_render_run), (ev_job_render_class_init),
1015         (ev_job_thumbnail_init), (ev_job_thumbnail_run),
1016         (ev_job_thumbnail_class_init), (ev_job_fonts_init),
1017         (ev_job_fonts_run), (ev_job_fonts_class_init), (ev_job_load_init),
1018         (ev_job_load_run), (ev_job_load_class_init), (ev_job_save_init),
1019         (ev_job_save_dispose), (ev_job_save_run),
1020         (ev_job_save_class_init), (ev_job_print_init),
1021         (ev_job_print_dispose), (ev_job_print_run),
1022         (ev_job_print_class_init):
1023         * shell/ev-page-cache.c:
1024         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
1025         (check_job_size_and_unref), (move_one_job),
1026         (copy_job_to_job_info), (add_job),
1027         (ev_pixbuf_cache_add_jobs_if_needed):
1028         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
1029         (job_fonts_finished_cb), (job_fonts_updated_cb),
1030         (ev_properties_fonts_set_document):
1031         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
1032         (ev_sidebar_links_set_document):
1033         * shell/ev-sidebar-thumbnails.c: (clear_range), (add_range),
1034         (ev_sidebar_thumbnails_set_document),
1035         (ev_sidebar_thumbnails_clear_job):
1036         * shell/ev-view-private.h:
1037         * shell/ev-view.c:
1038         * shell/ev-window.c: (ev_window_clear_thumbnail_job),
1039         (ev_window_refresh_window_thumbnail), (password_dialog_response),
1040         (ev_window_clear_load_job), (ev_window_clear_reload_job),
1041         (ev_window_load_job_cb), (ev_window_reload_job_cb),
1042         (window_open_file_copy_ready_cb), (ev_window_open_uri),
1043         (ev_window_reload_document), (ev_window_clear_save_job),
1044         (ev_window_save_job_cb), (file_save_dialog_response_cb),
1045         (ev_window_clear_print_job), (ev_window_print_job_cb),
1046         (ev_window_print_dialog_response_cb):
1047         * shell/main.c: (main):
1048
1049         Rework the jobs system in order to make it simpler and more
1050         extensible. It allows to run jobs in the main loop instead of
1051         using a thread when it's appropriate like the fonts job. Now it's
1052         also possible to cancel jobs that are currently running. 
1053         
1054 2008-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1055
1056         * libdocument/ev-debug.c: (profile_init):
1057
1058         Create the hash table also when profiling service is enabled for
1059         all sections.
1060         
1061 2008-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1062
1063         * libdocument/ev-debug.[ch]: (ev_profiler_start),
1064         (ev_profiler_stop):
1065         * shell/ev-jobs.c: (ev_job_finished), (ev_job_links_run),
1066         (notify_page_ready), (ev_job_render_run), (ev_job_thumbnail_run),
1067         (ev_job_fonts_run), (ev_job_load_run), (ev_job_save_run),
1068         (ev_job_print_run):
1069         * shell/main.c: (main):
1070
1071         Add a profile mode available when debug is enabled. Add profilers
1072         in ev-jobs.
1073         
1074 2008-07-23  Götz Waschk <waschk@mandriva.org>
1075
1076         * configure.ac: Correctly build desktop file. Fixes
1077         bug #544237.
1078
1079 2008-07-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1080
1081         * configure.ac:
1082         
1083         Update for release 2.23.5.
1084
1085 2008-07-21  Carlos Garcia Campos  <carlosgc@gnome.org>
1086
1087         * NEWS:
1088
1089         Update NEWS for 2.23.5 release.
1090         
1091 2008-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1092
1093         * shell/ev-window.c: (ev_window_state_event),
1094         (ev_window_class_init):
1095
1096         Intercept window manager's fullscreen request in order to run/stop
1097         fullscreen mode. Fixes bug #493541.
1098         
1099 2008-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1100
1101         * shell/ev-window.c: (find_bar_visibility_changed_cb):
1102
1103         Restart the job search when the find bar is opened for the second
1104         time. Fixes bug #531956.
1105         
1106 2008-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1107
1108         * libdocument/ev-document-factory.c: (get_mime_type_from_data),
1109         (get_document_from_uri):
1110
1111         Make sure we always return a valid error struct when
1112         get_document_from_uri fails. Fixes nautilus crash, see bug
1113         #542548.
1114         
1115 2008-07-15   Darren Kenny  <darren.kenny@sun.com>
1116
1117         * libdocument/ev-transition-effect.c
1118         (ev_transition_effect_type_get_type),
1119         (ev_transition_effect_alignment_get_type),
1120         (ev_transition_effect_direction_get_type):
1121         
1122         Fixes bug #542924. Makes enums static to fix Solaris build.
1123
1124 2008-07-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1125
1126         * shell/ev-view.c: (ev_view_key_press_event):
1127
1128         Add '.' keybinding for blanking the screen in presentation
1129         mode. Fixes bug #542001.
1130         
1131 2008-07-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1132
1133         * libdocument/ev-document-misc.c:
1134         (ev_document_misc_pixbuf_from_surface):
1135
1136         Fix bytes order on big endian. Patch by Benjamin Jacobs. Fixes bug
1137         #540950.
1138         
1139 2008-07-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1140
1141         * backend/comics/comics-document.c (comics_document_load):
1142         * backend/comics/comicsdocument.evince-backend.in:
1143         * configure.ac:
1144         * thumbnailer/evince-thumbnailer-comics.schemas.in:
1145         
1146         Added support for 7-zip based cb7 comic book. Patch by
1147         Kartik Rustagi. Fixes bug #532312.
1148
1149 2008-06-24  Bastien Nocera  <hadess@hadess.net>
1150
1151         * shell/ev-window.c: Use Alt+Left to rotate left, and Alt+Right
1152         to rotate right. Ctrl+R (as EOG uses) is already used for reload.
1153         Fixes bug #539972.
1154
1155 2008-06-24  Bastien Nocera  <hadess@hadess.net>
1156
1157         * shell/Makefile.am:
1158         * shell/ev-application.c (ev_application_init),
1159         (ev_application_get_media_keys):
1160         * shell/ev-application.h:
1161         * shell/ev-marshal.list:
1162         * shell/ev-media-player-keys.c (ev_media_player_keys_class_init),
1163         (proxy_destroy), (on_media_player_key_pressed),
1164         (ev_media_player_keys_init), (ev_media_player_keys_focused),
1165         (ev_media_player_keys_finalize), (ev_media_player_keys_new):
1166         * shell/ev-media-player-keys.h:
1167         * shell/ev-window.c (ev_window_go_previous_page),
1168         (ev_window_go_next_page), (ev_window_go_first_page),
1169         (ev_window_go_last_page), (ev_window_start_presentation),
1170         (ev_window_dispose), (view_actions_focus_in_cb):
1171         * shell/ev-window.h: When building with D-Bus support, listen
1172         for multimedia key events from gnome-settings-daemon. This allows
1173         to go to the next/previous/first/last pages using, respectively,
1174         Next/Previous/Rewing/Fast Forward. The Play button is used to start
1175         a presentation. Fixes bug #539971.
1176
1177 2008-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1178
1179         * configure.ac:
1180         
1181         Update for release 2.23.4.
1182
1183 2008-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1184
1185         * NEWS:
1186
1187         Update news for 2.23.4 release.
1188         
1189 2008-06-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1190
1191         * backend/pdf/ev-poppler.cc: (pdf_document_get_info):
1192         * shell/ev-sidebar-thumbnails.c:
1193         (ev_sidebar_thumbnails_set_loading_icon),
1194         (ev_sidebar_thumbnails_refresh):
1195         * shell/ev-window.c: (ev_window_error_message),
1196         (ev_window_warning_message), (ev_window_refresh_window_thumbnail),
1197         (ev_window_set_document):
1198
1199         Do not crash opening documents with no pages and show a warning
1200         message in the message area. Fixes bugs #537574 and #171588.
1201         
1202 2008-06-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1203
1204         * shell/Makefile.am:
1205         * shell/ev-file-monitor.[ch]:
1206         * shell/ev-window.c: (ev_window_document_changed),
1207         (ev_window_clear_reload_job), (ev_window_load_job_cb),
1208         (ev_window_reload_job_cb), (ev_window_open_uri),
1209         (ev_window_reload_document), (ev_window_cmd_view_reload),
1210         (ev_window_dispose):
1211
1212         Automaticly reload the document when the file has changed on
1213         disk. Bug #304249.
1214         
1215 2008-06-10  Cosimo Cecchi  <cosimoc@gnome.org>
1216
1217         * libdocument/ev-backends-manager.c: (ev_backends_manager_load):
1218         * libdocument/ev-image.c: (ev_image_save_tmp):
1219         * libdocument/ev-module.c: (ev_module_load):
1220         * shell/ev-application.c: (ev_application_shutdown),
1221         (ev_application_get_print_settings):
1222         * shell/ev-sidebar-attachments.c:
1223         (ev_sidebar_attachments_button_press),
1224         (ev_sidebar_attachments_drag_data_get):
1225         * shell/ev-window.c: (window_save_file_copy_ready_cb),
1226         (ev_window_print_finished), (ev_window_print_send),
1227         (ev_window_print_job_cb), (ev_window_cmd_help_contents),
1228         (ev_window_preview_print_finished), (ev_window_do_preview_print),
1229         (ev_window_cmd_preview_print):
1230         * shell/main.c: (load_files_remote):
1231         Fix some build warnings under GCC 4.3.0. (#537535).
1232
1233 2008-05-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1234
1235         * shell/ev-jobs.c: (ev_job_render_dispose):
1236
1237         Fix a crash in debug mode. Patch by Daniel M German.
1238         
1239 2008-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1240
1241         * shell/ev-window.c:
1242
1243         Add Ctrl+N keybinding for Open a Copy. Fixes bug #532239.
1244         
1245 2008-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1246
1247         * shell/ev-window.c: (ev_window_print_send),
1248         (ev_window_do_preview_print):
1249
1250         Use the window title as print job name instead of just
1251         "evince-print". Fixes bug #534493.
1252         
1253 2008-05-19  Frederic Peters  <fpeters@0d.be>
1254
1255         * libdocument/Makefile.am: fixed typo in ev-debug.h filename.
1256         Bug #533897.
1257
1258 2008-05-19  Frederic Peters  <fpeters@0d.be>
1259
1260         * help/reference/Makefile.am: added missing libevmountoperation to
1261         gtkdoc-scanobj libraries.  Bug #533896.
1262
1263 2008-05-19  Matthias Drochner  <M.Drochner@fz-juelich.de>
1264
1265         * properties/ev-properties-view.c (get_default_user_units):
1266         Fixes check for default units string translation. Bug #533323.
1267
1268 2008-05-01  Hans Petter Jansson  <hpj@novell.com>
1269
1270         * backend/impress/iksemel.c (sax_core): Fix a free() that should
1271         be an iks_free(). Fix an array overflow in the XML parser that
1272         would occur whenever the number of attributes in a tag was greater
1273         than 0 and divisible by 6. Fixes GNOME bug #530852.
1274
1275 2008-04-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1276
1277         * backend/djvu/djvu-document-private.h:
1278         * backend/djvu/djvu-links.c:
1279         * backend/djvu/djvu-text.c:
1280         * backend/djvu/djvu-document.c: (djvu_handle_events),
1281         (djvu_wait_for_message), (djvu_document_load),
1282         (document_get_page_size), (djvu_document_render),
1283         (djvu_document_thumbnails_get_thumbnail),
1284         (djvu_document_file_exporter_end):
1285
1286         Make sure load job doesn't finish successfully when the document
1287         is not successfully decoded by libdjvu. Fixes bug #530202.
1288         
1289 2008-04-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1290
1291         * configure.ac:
1292         * libdocument/Makefile.am:
1293         * libdocument/ev-debug.[ch]:
1294         * libdocument/ev-document.c:
1295         * shell/ev-jobs.c: (ev_job_links_dispose),
1296         (ev_job_render_dispose), (ev_job_thumbnail_dispose),
1297         (ev_job_print_dispose), (ev_job_finished), (ev_job_links_new),
1298         (ev_job_links_run), (ev_job_render_new), (notify_page_ready),
1299         (ev_job_render_page_ready), (ev_job_render_run),
1300         (ev_job_thumbnail_new), (ev_job_thumbnail_run),
1301         (ev_job_fonts_new), (ev_job_fonts_run), (ev_job_load_dispose),
1302         (ev_job_load_new), (ev_job_load_set_uri), (ev_job_load_run),
1303         (ev_job_save_dispose), (ev_job_save_new), (ev_job_save_run),
1304         (ev_job_print_new), (ev_job_print_run):
1305         * shell/main.c: (main):
1306
1307         Add debug mode based on gedit code. Add debug messages in
1308         ev-jobs.
1309         
1310 2008-04-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1311
1312         * libdocument/ev-document-factory.c: (get_document_from_uri):
1313
1314         Fix memory leak.
1315         
1316 2008-04-24   Jean Baptiste Lallement  <jeanbaptiste.lallement@gmail.com>
1317
1318         * libdocument/ev-document-factory.c (get_mime_type_from_uri),
1319         (get_mime_type_from_data), (get_document_from_uri),
1320         (ev_document_factory_get_document):
1321         
1322         Improved error message about file opening failture.
1323         Bug #529129.
1324
1325 2008-04-24  Abhishek Mukherjee  <linkinpark342@gmail.com>
1326
1327         * data/evince-toolbar.xml:
1328         
1329         Allow to add SaveAs to toolbar.
1330
1331 2008-04-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1332
1333         * shell/ev-view-private.h:
1334         * shell/ev-view.[ch]: (ev_view_button_release_event),
1335         (ev_view_finalize), (ev_view_clipboard_copy), (ev_view_copy),
1336         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
1337         (ev_view_update_primary_selection), (clear_link_selected),
1338         (ev_view_copy_link_address):
1339         * shell/ev-window.c: (ev_view_popup_cmd_copy_link_address):
1340
1341         Update also the primary selection when copying a link
1342         address. Fixes bug #520855.
1343         
1344 2008-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1345
1346         * libdocument/ev-document-factory.c: (get_document_from_uri):
1347
1348         Use the pixbuf backend only when the mime type is not supported by
1349         any of the other backend so that tiff documents, for instance, are
1350         handled by the tiff backend instead of the pixbuf backend. fixes
1351         bug #520290.
1352         
1353 2008-04-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1354
1355         * cut-n-paste/Makefile.am:
1356
1357         Add evmountoperation to subdirs list.
1358         
1359 2008-04-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1360
1361         * configure.ac:
1362
1363         Fix libspectre check in configure script. Fixes bug #528549.
1364         
1365 2008-04-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1366
1367         * configure.ac:
1368         * cut-n-paste/evmountoperation/ev-mount-operation.[ch]:
1369         * shell/Makefile.am:
1370         * shell/ev-window.c: (ev_window_load_remote_failed),
1371         (mount_volume_ready_cb), (window_open_file_copy_ready_cb):
1372
1373         Add GtkMountOperation (renamed to avoid conflicts) to be able to
1374         open documents in remote locations that are not mounted.
1375         
1376 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1377
1378         * backend/dvi/mdvi-lib/bitmap.[ch]: (bitmap_convert_lsb8),
1379         (bitmap_convert_msb8):
1380         * backend/dvi/mdvi-lib/t1.c: (t1_glyph_bitmap):
1381         * backend/dvi/mdvi-lib/tt.c: (tt_get_bitmap):
1382
1383         Fix T1 font rendering in dvi backend. Patch by Mattias Nissler.
1384         
1385 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1386
1387         * shell/ev-jobs.[ch]: (ev_job_render_dispose),
1388         (ev_job_render_new), (ev_job_render_set_selection_info),
1389         (ev_job_render_run):
1390         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
1391         (check_job_size_and_unref),
1392         (copy_job_page_and_selection_to_job_info), (copy_job_to_job_info),
1393         (add_job), (ev_pixbuf_cache_get_selection_surface):
1394
1395         Create the render context needed for rendering a page in the render
1396         thread so that we don't block the main thread. Simplify
1397         EvJobRender API.
1398         
1399 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1400
1401         * libdocument/Makefile.am:
1402         * libdocument/ev-page.[ch]:
1403         * libdocument/ev-render-context.[ch]: (ev_render_context_dispose),
1404         (ev_render_context_new), (ev_render_context_set_page):
1405         * libdocument/ev-form-field.[ch]: (ev_form_field_init),
1406         (ev_form_field_finalize), (ev_form_field_class_init):
1407         * libdocument/ev-document-forms.[ch]:
1408         (ev_document_forms_get_form_fields):
1409         * libdocument/ev-document.[ch]: (ev_document_get_page),
1410         (ev_document_get_page_size), (ev_document_get_page_label):
1411         * shell/ev-jobs.[ch]: (ev_job_thumbnail_dispose),
1412         (ev_job_render_run), (ev_job_thumbnail_new),
1413         (ev_job_thumbnail_run), (ev_job_print_run):
1414         * shell/ev-page-cache.c: (ev_page_cache_new):
1415         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
1416         (check_job_size_and_unref), (add_job):
1417         * shell/ev-sidebar-thumbnails.c: (add_range):
1418         * shell/ev-view.c: (ev_view_form_field_get_region),
1419         (ev_view_form_field_button_create_widget),
1420         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
1421         (ev_view_handle_form_field), (ev_view_size_allocate),
1422         (get_selected_text):
1423         * shell/ev-window.c: (ev_window_refresh_window_thumbnail):
1424         * backend/pdf/ev-poppler.cc: (pdf_document_get_page_size),
1425         (pdf_document_get_page), (pdf_document_get_page_label),
1426         (pdf_document_render), (pdf_document_get_info),
1427         (pdf_document_document_iface_init),
1428         (pdf_document_thumbnails_get_thumbnail),
1429         (pdf_document_thumbnails_get_dimensions),
1430         (pdf_document_file_exporter_do_page),
1431         (pdf_selection_render_selection),
1432         (pdf_selection_get_selected_text),
1433         (pdf_selection_get_selection_region),
1434         (pdf_selection_get_selection_map),
1435         (pdf_document_forms_get_form_fields),
1436         (pdf_document_forms_form_field_text_get_text),
1437         (pdf_document_forms_form_field_text_set_text),
1438         (pdf_document_forms_form_field_button_set_state),
1439         (pdf_document_forms_form_field_button_get_state),
1440         (pdf_document_forms_form_field_choice_get_item),
1441         (pdf_document_forms_form_field_choice_get_n_items),
1442         (pdf_document_forms_form_field_choice_is_item_selected),
1443         (pdf_document_forms_form_field_choice_select_item),
1444         (pdf_document_forms_form_field_choice_toggle_item),
1445         (pdf_document_forms_form_field_choice_unselect_all),
1446         (pdf_document_forms_form_field_choice_set_text),
1447         (pdf_document_forms_form_field_choice_get_text):
1448         * backend/ps/ev-spectre.c: (ps_document_get_page),
1449         (ps_document_get_page_size), (ps_document_get_page_label),
1450         (ps_document_render), (ps_document_document_iface_init),
1451         (ps_document_file_exporter_do_page):
1452         * backend/tiff/tiff-document.c: (tiff_document_get_page_size),
1453         (tiff_document_render), (tiff_document_render_pixbuf),
1454         (tiff_document_file_exporter_do_page):
1455         * backend/pixbuf/pixbuf-document.c:
1456         (pixbuf_document_get_page_size):
1457         * backend/comics/comics-document.c:
1458         (comics_document_get_page_size), (comics_document_render_pixbuf):
1459         * backend/djvu/djvu-document.c: (djvu_document_get_page_size),
1460         (djvu_document_render), (djvu_selection_get_selected_text),
1461         (djvu_document_thumbnails_get_thumbnail),
1462         (djvu_document_file_exporter_do_page),
1463         (djvu_document_find_get_result):
1464         * backend/dvi/dvi-document.c: (dvi_document_get_page_size),
1465         (dvi_document_render), (dvi_document_thumbnails_get_dimensions),
1466         (dvi_document_thumbnails_get_thumbnail),
1467         (dvi_document_file_exporter_do_page):
1468         * backend/impress/impress-document.c:
1469         (impress_document_get_page_size),
1470         (impress_document_render_pixbuf):
1471         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
1472
1473         Add EvPage so that we can hold a reference to the backend
1474         page. Form fields keep now a reference to the poppler page
1475         improving performance since we don't have to create/destroy the
1476         poppler field for every form operation. This will be needed for
1477         annotations too.
1478         
1479 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
1480
1481         * data/evince-ui.xml:
1482         * shell/ev-window.c:
1483
1484         Add Ctrl-Insert keybinding for copying text. Fixes bug #526523.
1485         
1486 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
1487
1488         * configure.ac:
1489         * backend/ps/Makefile.am:
1490
1491         Remove gs stuff from ps backend.
1492         
1493 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
1494
1495         * configure.ac:
1496         * backend/pdf/ev-poppler.cc:
1497
1498         Bump poppler requirement to 0.8.0.
1499         
1500 2008-04-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1501
1502         * NEWS:
1503         * configure.ac:
1504
1505         Update for release 2.22.1.1
1506
1507 2008-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1508
1509         * configure.ac:
1510
1511         Fix build (again) when poppler version is 0.6
1512         
1513 2008-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1514
1515         * backend/djvu/djvu-links.c: (build_tree):
1516
1517         Make sure link title is a valid utf8 string. Fixes bug #526517.
1518         
1519 2008-04-07  Carlos Garcia Campos  <carlosgc@gnome.org>
1520
1521         * configure.ac:
1522
1523         Fix build in FreeBSD. Based on patch by Michael Johnson. Fixes bug
1524         #526799.
1525         
1526 2008-04-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1527
1528         * configure.ac:
1529         
1530         Update for release 2.22.1.
1531
1532 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
1533
1534         * NEWS:
1535
1536         Update for upcoming release.
1537
1538 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
1539
1540         * configure.ac:
1541         * backend/dvi/dvidocument.evince-backend.in:
1542
1543         Add compressed dvi to the list of supported mime types. Patch by
1544         Ed Catmur. Fixes bug #307087.
1545
1546 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
1547
1548         * shell/ev-jobs.c: (ev_job_print_get_page_list):
1549
1550         Fix a crash when printing a range that doesn't specify the start or
1551         end page. Fixes bug #524288.
1552
1553 2008-04-02  Carlos Garcia Campos  <carlosgc@gnome.org>
1554
1555         * shell/ev-window.c: (ev_window_cmd_continuous),
1556         (ev_window_cmd_dual), (ev_window_cmd_view_best_fit),
1557         (ev_window_cmd_view_page_width), (ev_window_run_fullscreen),
1558         (ev_window_stop_fullscreen), (ev_window_cmd_view_fullscreen),
1559         (ev_window_run_presentation), (ev_window_stop_presentation),
1560         (ev_window_cmd_view_presentation),
1561         (ev_window_cmd_leave_fullscreen),
1562         (ev_window_cmd_start_presentation), (ev_window_cmd_escape):
1563
1564         Do not unfullscreen and fullscreen again the window when changing
1565         from fullscreen to presentation mode and vice versa. Fixes bug
1566         #524112.
1567         
1568 2008-04-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1569
1570         * backend/ps/ev-spectre.c: (ps_document_thumbnails_get_thumbnail):
1571
1572         Do not crash when thumbnail failed to render in PS backend. Fixes
1573         bug #525015.
1574         
1575 2008-03-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1576
1577         * shell/ev-window.c: (window_open_file_copy_ready_cb),
1578         (ev_window_load_file_remote), (ev_window_open_uri):
1579
1580         Handle errors when opening remote files.
1581         
1582 2008-03-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1583
1584         * shell/ev-page-action.c: (ev_page_action_grab_focus):
1585
1586         Only grab the focus for the current visible proxy widget. Fixes
1587         bug #521224.
1588         
1589 2008-03-30  Emil Soleyman  <emil@nishra.com>
1590
1591         * shell/ev-window.c: (launch_external_uri):
1592         
1593         Reuse g_app_info_launch_default_for_uri to
1594         save some code and fix bug #525009.
1595
1596 2008-03-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1597
1598         * shell/ev-window.c (image_save_dialog_response_cb):
1599
1600         Use g_str_has_suffix. See bug #523069.
1601
1602 2008-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1603
1604         * configure.ac:
1605
1606         Add a configure option to enable/diable DBus. Patch by Rémi
1607         Cardona. Fixes bug 521797.
1608
1609 2008-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1610
1611         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
1612
1613         Fix printing in documents with rotated pages. Patch by Eugen
1614         Dedu. Fixes bug #512648.
1615         
1616 2008-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1617
1618         * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest),
1619         (ev_link_from_action):
1620
1621         Fix warning messages.
1622         
1623 2008-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1624
1625         * shell/ev-window.c: (image_save_dialog_response_cb):
1626
1627         Do not append the extension to filename when saving an image
1628         if the filename alredy contains the extension. Fixes bug #523069.
1629         
1630 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
1631
1632         * shell/ev-view.[ch]: (ev_view_find_cancel):
1633         * shell/ev-window.c: (find_bar_close_cb):
1634
1635         Cancel the find operation when the find bar is closed. Fixes bug
1636         #508845.
1637         
1638 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
1639
1640         * backend/ps/psdocument.evince-backend.in:
1641
1642         Make ps backend module resident. Fixes bug #520607.
1643         
1644 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
1645
1646         * shell/ev-jobs.c: (ev_job_print_run):
1647
1648         Invert collate action in order to work as expected, fix reverse
1649         printing so that it doesn't start with a blank page and fix number
1650         of copies. Patch by Eugen Dedu. Fixes bug #365332.
1651         
1652 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1653
1654         * backend/pdf/ev-poppler.cc: (pdf_selection_render_selection):
1655
1656         Fix build with poppler <= 0.7.2
1657         
1658 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1659
1660         * libdocument/ev-document-misc.c:
1661         (ev_document_misc_surface_from_pixbuf):
1662
1663         Fix selections with poppler-splash.
1664         
1665 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1666
1667         * configure.ac:
1668         * backend/pdf/ev-poppler.cc:
1669
1670         Fix build with poppler >= 0.7.2
1671         
1672 2008-03-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1673
1674         * configure.ac:
1675         
1676         Update for release 2.22.0
1677
1678 2008-03-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1679
1680         * NEWS:
1681
1682         Update for upcoming release.
1683
1684 2008-03-09  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1685
1686         * shell/ev-window.c (ev_window_print_dialog_response_cb):
1687
1688         Bug 495107 – Handle print dialog responses correctly
1689
1690         Correctly handle print dialog response. Properly fixes
1691         the above mentioned bug.
1692
1693 2008-03-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1694
1695         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
1696
1697         Make sure print job is only run when the print button is
1698         clicked. Based on patch by Eugen Dedu. Fixes bug #495107.
1699         
1700 2008-03-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1701
1702         * backend/pdf/pdfdocument.evince-backend.in:
1703         * libdocument/ev-backends-manager.c:
1704         (ev_backends_manager_load_backend),
1705         (ev_backends_manager_get_document):
1706         * libdocument/ev-module.[ch]: (ev_module_load), (ev_module_new):
1707
1708         Allow making backend modules resident. This is needed only for
1709         some backends like pdf to avoid registering glib types more than
1710         once.
1711         
1712 2008-03-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1713
1714         * backend/comics/comics-document.c:
1715         * backend/djvu/djvu-document.c:
1716         * backend/impress/impress-document.c:
1717         * backend/pdf/ev-poppler.cc:
1718         * backend/pixbuf/pixbuf-document.c:
1719         * backend/ps/ev-spectre.c:
1720         * backend/ps/ps-document.c:
1721         * backend/tiff/tiff-document.c:
1722         * libdocument/ev-document.h:
1723         * properties/ev-properties-main.c:
1724
1725         Use g_type_module_add_interface instead of
1726         g_type_add_interface_static. Fixes bug #519679.
1727         
1728 2008-02-29  Carlos Garnacho  <carlosg@gnome.org>
1729
1730         * shell/ev-transition-animation.[ch] (ev_transition_animation_ready):
1731         Added. Returns whether the animation has everything necessary to run.
1732         * shell/ev-view.c (ev_view_expose_event): Do not assume the animation
1733         is ready just because it's been created. Fixes #519106.
1734         (draw_one_page): Do not show the "Loading..." text in presentation
1735         mode, there was a slim probability that this could happen.
1736
1737 2008-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1738
1739         * libdocument/ev-document-factory.c: (get_mime_type_from_uri):
1740
1741         Duplicate mime_type string before freeing it so that it doesn't
1742         always fail when getting mime type from uri. Fixes bug #518874.
1743         
1744 2008-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1745
1746         * shell/ev-view.c: (ev_view_form_field_choice_changed):
1747
1748         Fix a crash when a choice form field doesn't have any item
1749         selected. Fixes bug #518831
1750         
1751 2008-02-25  Alexander Larsson  <alexl@redhat.com>
1752
1753         * shell/ev-window.c (ev_window_clear_temp_file):
1754         Use g_file_has_prefix instead of renamed
1755         g_file_contains_file.
1756
1757         * configure.ac:
1758         Require new glib for above change.
1759         
1760 2008-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1761
1762         * libdocument/ev-image.c: (ev_image_finalize),
1763         (ev_image_save_tmp):
1764
1765         Return a real uri instead of a filename when saving an
1766         image. Fixes images drag an drop from evince to nautilus. 
1767         
1768 2008-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1769
1770         * backend/pdf/ev-poppler.cc:
1771         (pdf_document_images_get_image_mapping):
1772
1773         Return the image list in the right order. Fixes bug #516237.
1774         
1775 2008-02-12  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1776
1777         * backend/impress/impress-document.c:
1778         (impress_document_thumbnails_get_thumbnail):
1779
1780         Remove unused variable to avoid a compiler warning.
1781
1782 2008-02-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1783
1784         * configure.ac:
1785         
1786         Update for release 2.21.91.
1787
1788 2008-02-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1789
1790         * configure.ac:
1791         * shell/Makefile.am:
1792         * shell/ev-application.[ch]:
1793         * shell/ev-sidebar-links.c:
1794         * shell/ev-utils.[ch]:
1795         * shell/ev-window.[ch]:
1796
1797         Remove libgnomeprint support. Fixes bug #512370.
1798         
1799 2008-02-08  Matthias Clasen  <mclasen@redhat.com>
1800
1801         * thumbnailer/evince-thumbnailer.c: (main):
1802
1803         Initialize glib type system before using it. Fixes bug #513934.
1804         
1805 2008-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1806
1807         * properties/ev-properties-main.c:
1808
1809         Add missing #include.
1810         
1811 2008-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1812
1813         * configure.ac:
1814         * backend/djvu/djvu-document.c: (djvu_document_render):
1815         * backend/tiff/tiff-document.c: (tiff_document_render):
1816
1817         Use the new cairo function cairo_format_stride_for_width when
1818         available. Fixes bug #482720.
1819
1820 2008-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1821
1822         * libdocument/ev-document-factory.c: (get_mime_type_from_uri),
1823         (get_mime_type_from_data), (get_document_from_uri):
1824
1825         Use g_content_type_guess() only when slow is true in
1826         get_document_from_uri(). Fix several memory leaks.
1827         
1828 2008-01-30  Cosimo Cecchi  <cosimoc@svn.gnome.org>
1829
1830         * libdocument/ev-document-factory.c:
1831         (throw_unknown_mime_type_error), (throw_failed_to_get_info_error),
1832         (get_document_from_uri):
1833
1834         Use g_content_type_guess () to get mimetype for files.
1835         Bug #510401.
1836
1837 2008-01-30  Carlos Garcia Campos  <carlosgc@gnome.org>
1838
1839         * thumbnailer/Makefile.am:
1840
1841         Remove DJVU_LIBS from thumbnailer LDADD. Fixes bug #513203.
1842         
1843 2008-01-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1844
1845         * configure.ac:
1846
1847         Fix build with --without-libgnome. Fixes bug #512771.
1848         
1849 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
1850
1851         * backend/dvi/Makefile.am: Install only dvi
1852         module. Fixes bug #512718.
1853
1854 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
1855
1856         * properties/ev-properties-main.c: (nautilus_module_initialize):
1857         
1858         Initialize backends in properties tab. Fixes bug
1859         #512720.
1860
1861 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
1862
1863         * properties/Makefile.am: No need to link with 
1864         libraries. Fixes bug #512719.
1865
1866 2008-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1867
1868         * NEWS:
1869         * configure.ac:
1870         
1871         Update for release 2.21.90.
1872
1873 2008-01-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1874
1875         * shell/ev-window.c: (ev_window_cmd_escape):
1876
1877         Fix compile warning.
1878         
1879 2008-01-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1880
1881         * backend/dvi/dvi-document.c: (dvi_document_file_exporter_end):
1882
1883         Fix printing in dvi backend when filename contains white
1884         espaces. Fixes bug #502839.
1885         
1886 2008-01-26  Carlos Garcia Campos  <carlosgc@gnome.org>
1887
1888         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
1889         (screensaver_disable_x11):
1890         * shell/Makefile.am:
1891         * shell/xdg-user-dir-lookup.c: Removed
1892         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout):
1893         * shell/ev-view.c: (ev_view_presentation_transition_start):
1894         * shell/ev-window.c: (ev_window_cmd_file_open),
1895         (ev_window_cmd_save_as), (presentation_set_timeout):
1896
1897         Remove #ifdefs that are no longer needed.
1898         
1899 2008-01-26  Carlos Garcia Campos  <carlosgc@gnome.org>
1900
1901         * shell/ev-view.[ch]: (ev_view_button_release_event),
1902         (ev_view_autoscroll_start), (ev_view_autoscroll_stop):
1903         * shell/ev-window.c: (ev_window_cmd_view_autoscroll),
1904         (ev_window_cmd_escape):
1905
1906         Stop autoscroll when Escape key is pressed. Fixes bug #511635.
1907         
1908 2008-01-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1909
1910         * configure.ac:
1911         * backend/comics/comics-document.c: (comics_document_load):
1912         * libdocument/ev-attachment.[ch]: (ev_attachment_finalize),
1913         (ev_attachment_set_property), (ev_attachment_init),
1914         (ev_attachment_save), (ev_attachment_launch_app),
1915         (ev_attachment_open):
1916         * libdocument/ev-document-factory.c: (get_document_from_uri):
1917         * libdocument/ev-file-helpers.[ch]: (ev_tmp_file_get),
1918         (ev_tmp_file_unlink), (ev_tmp_uri_unlink), (ev_xfer_uri_simple),:
1919         * shell/ev-jobs.c:
1920         * shell/ev-password.c: (ev_password_dialog_set_property),
1921         (ev_password_dialog_save_password):
1922         * shell/ev-sidebar-attachments.c:
1923         (ev_sidebar_attachments_drag_data_get):
1924         * shell/ev-window-title.c: (get_filename_from_uri):
1925         * shell/ev-window.c: (ev_window_clear_temp_file),
1926         (ev_window_load_job_cb), (window_open_file_copy_ready_cb),
1927         (ev_window_open_uri), (window_save_file_copy_ready_cb),
1928         (ev_window_save_remote), (ev_window_cmd_save_as), (launch_action),
1929         (launch_external_uri), (image_save_dialog_response_cb),
1930         (attachment_save_dialog_response_cb):
1931         * shell/main.c: (load_files), (load_files_remote), (main):
1932         * thumbnailer/evince-thumbnailer.c: (main):
1933
1934         Port to gio and drop gnome-vfs dependency. Fixes bug
1935         #510401. Based on patch by Cosimo Cecchi.
1936         
1937 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1938
1939         * NEWS:
1940
1941         Fixed formatting inconsistencies (spaces vs. tabs)
1942
1943 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1944
1945         * shell/ev-window.c:
1946
1947         Use top/up/bottom/down arrows instead of
1948         first/left/last/right in the toolbar and menu actions.
1949         This fixes issues with RTL languages and is visually
1950         consistent with the page view. Fixes bug #170081.
1951
1952 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1953
1954         * NEWS:
1955
1956         Fixed some inaccuracies pointed out by Carlos Garcia
1957         Campos.
1958
1959 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1960
1961         * NEWS:
1962         * data/evince.schemas.in:
1963         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
1964
1965         Override PDF restrictions by default. Fixes bug #382700.
1966
1967 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1968
1969         * NEWS: Updated for upcoming release
1970
1971 2008-01-23  Carlos Garcia Campos  <carlosgc@gnome.org>
1972
1973         * libdocument/ev-backends-manager.c: (ev_backends_manager_load):
1974
1975         Fix memory leak.
1976         
1977 2008-01-23  Gil Forcada <gilforcada@guifi.net>
1978
1979         * shell/ev-window.c: (register_custom_actions):
1980         
1981         Added comment for translators
1982
1983 2008-01-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1984
1985         * shell/ev-view.c: (ev_view_button_release_event):
1986
1987         Do not create the idle function for kinetic scrolling if we are
1988         not in a drag operation.
1989
1990 2008-01-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1991
1992         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
1993         (ev_view_button_press_event), (ev_view_motion_notify_event),
1994         (ev_view_button_release_event):
1995
1996         Restore cursor after autoscrolling. Fixes bug #509958.
1997
1998 2008-01-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1999
2000         * configure.ac:
2001         * backend/pdf/ev-poppler.cc:
2002         (pdf_document_images_get_image_mapping),
2003         (pdf_document_images_get_image),
2004         (pdf_document_document_images_iface_init):
2005         * libdocument/ev-document-images.[ch]:
2006         (ev_document_images_get_image_mapping),
2007         (ev_document_images_get_image):
2008         * libdocument/ev-image.[ch]: (ev_image_new), (ev_image_get_page),
2009         (ev_image_get_id), (ev_image_save_tmp):
2010         * shell/ev-jobs.c: (ev_job_render_run):
2011         * shell/ev-view.c: (ev_view_drag_data_get):
2012         * shell/ev-window.c: (image_save_dialog_response_cb),
2013         (ev_view_popup_cmd_copy_image):
2014
2015         Do not render images when rendering the page but on demand. It
2016         reduces the memory comsumption.
2017         
2018 2008-01-18  Marcelo Lira  <setanta@gmail.com>
2019
2020         * configure.a:
2021         * shell/ev-password.c:
2022
2023         Make gnome-keyring optional. Fixes bug #509676.
2024         
2025 2008-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
2026
2027         * shell/ev-pixbuf-cache.c: (add_job):
2028
2029         Initialize include_images variable as FALSE instead of TRUE.
2030         
2031 2008-01-15  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2032
2033         * configure.ac:
2034         * cut-n-paste/Makefile.am:
2035         * cut-n-paste/fileformatchooser/Makefile.am:
2036         * cut-n-paste/fileformatchooser/egg-macros.h:
2037         * cut-n-paste/fileformatchooser/eggfileformatchooser.c:
2038         * cut-n-paste/fileformatchooser/eggfileformatchooser.h:
2039         * shell/Makefile.am:
2040         * shell/ev-utils.c:
2041         (file_chooser_dialog_add_writable_pixbuf_formats),
2042         (get_gdk_pixbuf_format_by_extension):
2043         * shell/ev-utils.h:
2044         * shell/ev-window.c: (ev_window_error_message),
2045         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as):
2046         
2047         Simplify image format selection on save.
2048
2049 2008-01-15  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2050
2051         * shell/ev-view.c: (ev_view_scroll_event):
2052         
2053         Repair gorizontal scrolling with shift. Fixes
2054         bug #483412.
2055
2056 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2057         
2058         * MAINTAINERS:
2059
2060         Fix formatting issues.
2061         
2062 2008-01-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2063
2064         * backend/comics/comics-document.c: (comics_regex_quote):
2065         
2066         Don't overquote special chars except of '. See bug 
2067         502500. Thanks to Tom Parker.
2068
2069 2008-01-13  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2070
2071         * MAINTAINERS:
2072         
2073         Added Nickolay and Carlos, since they're doing most of
2074         the releases nowadays.
2075
2076 2008-01-13  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2077
2078         * properties/Makefile.am:
2079
2080         Get the nautilus extension dir properly instead of using
2081         a hack. Fixes bug #505359.
2082
2083 2008-01-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2084
2085         * properties/Makefile.am:
2086         
2087         Install nautilus extension into new place. See bug
2088         #505359. Thanks to Matthias Clasen, Brian Pepple and
2089         Damien Carbery.
2090
2091 2008-01-13  Djihed Afifi  <djihed@gmail.com>
2092
2093         * shell/ev-window.c: (ev_window_get_recent_file_label):
2094         
2095         RTL marker in recent file list. See bug #509076.
2096
2097 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2098
2099         * backend/djvu/djvu-text-page.c: (djvu_text_page_limits):
2100         * shell/ev-window.c: (image_save_dialog_response_cb):
2101
2102         Fix compile warnings due to unused variables.
2103         
2104 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2105
2106         * configure.ac:
2107         * backend/dvi/cairo-device.c: (dvi_cairo_draw_ps):
2108         * backend/ps/ev-spectre.c: (ps_document_render):
2109
2110         Bump requirements to libspectre 0.2.0. Fixes bug #507705. 
2111
2112 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2113
2114         * shell/ev-transition-animation.c (ev_transition_animation_fade)
2115         (ev_transition_animation_paint): Implement "fade" effect.
2116
2117 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2118
2119         * shell/ev-transition-animation.c (ev_transition_animation_uncover)
2120         (ev_transition_animation_paint): Implement "uncover" effect.
2121
2122 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2123
2124         * shell/ev-transition-animation.c (ev_transition_animation_cover)
2125         (ev_transition_animation_paint): Implement "cover" effect.
2126
2127 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2128
2129         * shell/ev-transition-animation.c (ev_transition_animation_push)
2130         (ev_transition_animation_paint): Implement "push" effect.
2131
2132 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2133
2134         * shell/ev-transition-animation.c (ev_transition_animation_dissolve)
2135         (ev_transition_animation_paint): Implement "dissolve" effect.
2136
2137 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2138
2139         * shell/ev-transition-animation.c (ev_transition_animation_wipe)
2140         (ev_transition_animation_paint): Implement "wipe" effect.
2141
2142 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2143
2144         * shell/ev-transition-animation.c (ev_transition_animation_box)
2145         (ev_transition_animation_paint): Implement "box" effect.
2146
2147 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2148
2149         * shell/ev-transition-animation.c (ev_transition_animation_blinds)
2150         (ev_transition_animation_paint): Implement "blinds" effect.
2151
2152 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2153
2154         * shell/ev-transition-animation.c (ev_transition_animation_split)
2155         (ev_transition_animation_paint): Implement "split" effect.
2156
2157 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2158
2159         * shell/ev-view-private.h: Add a EvTransitionAnimation to the struct.
2160         * shell/ev-view.c (ev_view_expose_event) (ev_view_change_page)
2161         (ev_view_transition_animation_start) 
2162         (ev_view_transition_animation_finish) (ev_transition_animation_frame)
2163         (job_finished_cb) (page_changed_cb) (ev_view_set_presentation)
2164         (ev_view_next_page) (ev_view_previous_page):
2165         
2166         Use EvTransitionAnimation to drive page changes in the presentation
2167         mode, the animation will wait to start until both the origin and 
2168         destination page surfaces are available. Fixes #458460.
2169
2170         (draw_loading_text):
2171
2172         Remove workaround for bug #320352, it's now fixed properly.
2173
2174
2175 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2176
2177         * shell/ev-transition-animation.[ch]: Added, EvTransitionAnimation
2178         will contain the implementations for page transition animations, at
2179         the moment it just has the "replace" effect.
2180         * shell/Makefile.am: Added these files to build.
2181
2182 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2183
2184         * shell/ev-timeline.[ch]: Added, EvTimeline is the base object for
2185         animations.
2186         * shell/Makefile.am: Added these files to build.
2187
2188 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2189
2190         * backend/pdf/ev-poppler.cc (pdf_document_get_effect): Added
2191         implementation to get_effect() in EvDocumentTransitionIface.
2192
2193 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2194
2195         * libdocument/ev-transition-effect.[ch]: New files, define a page
2196         transition effect, at the moment it maps PopplerPageTransition to a
2197         GObject.
2198         * libdocument/Makefile.am: Added these files to build.
2199         * libdocument/ev-document-transition.[ch]
2200         (ev_document_transition_get_effect): New method, gets the
2201         EvTransitionEffect returned by the interface implementation, with
2202         fallback to the "replace" effect.
2203
2204 2007-12-30  Carl-Anton Ingmarsson  <c-a.ingmarsson@oktv.se>
2205
2206         * configure.ac:
2207         * cut-n-paste/Makefile.am:
2208         * cut-n-paste/fileformatchooser/Makefile.am:
2209         * cut-n-paste/fileformatchooser/egg-macros.h:
2210         * cut-n-paste/fileformatchooser/eggfileformatchooser.[ch]:
2211         * shell/Makefile.am:
2212         * shell/ev-window.c: (image_save_dialog_response_cb),
2213         (ev_view_popup_cmd_save_image_as):
2214
2215         Allow exporting images in any format supported by
2216         GdkPixbuf. Fixes bug #500209.
2217         
2218 2007-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2219
2220         * backend/pixbuf/pixbuf-document.c:
2221
2222         More warnings fixed.
2223         
2224 2007-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2225
2226         * backend/djvu/djvu-links.c: (get_djvu_link_dest),
2227         (get_djvu_hyperlink_area), (djvu_links_find_link_dest):
2228         * backend/djvu/djvu-text.h:
2229         * backend/tiff/tiff-document.c: (tiff_document_render):
2230
2231         Fix compile warnings.
2232         
2233 2007-12-28  Christian Persch  <chpe@gnome.org>
2234
2235         * **/*.c: Include config.h. Bug #504721.
2236
2237 2007-12-28  Carlos Garcia Campos  <carlosgc@gnome.org>
2238
2239         * configure.ac:
2240         * Makefile.am:
2241         * po/POTFILES.in:
2242         * backend/comics/Makefile.am:
2243         * backend/comics/comics-document.[ch]:
2244         * backend/comics/comicsdocument.evince-backend.in:
2245         * backend/djvu/Makefile.am:
2246         * backend/djvu/djvu-document.[ch]:
2247         * backend/djvu/djvudocument.evince-backend.in:
2248         * backend/dvi/Makefile.am:
2249         * backend/dvi/dvi-document.[c]:
2250         * backend/dvi/dvidocument.evince-backend.in:
2251         * backend/impress/Makefile.am:
2252         * backend/impress/impress-document.[ch]:
2253         * backend/impress/impressdocument.evince-backend.in:
2254         * backend/pdf/Makefile.am:
2255         * backend/pdf/ev-poppler.cc:
2256         * backend/pdf/ev-poppler.h:
2257         * backend/pdf/pdfdocument.evince-backend.in:
2258         * backend/pixbuf/Makefile.am:
2259         * backend/pixbuf/pixbuf-document.[ch]:
2260         * backend/pixbuf/pixbufdocument.evince-backend.in:
2261         * backend/ps/Makefile.am:
2262         * backend/ps/ev-spectre.[ch]:
2263         * backend/ps/ps-document.[ch]:
2264         * backend/ps/psdocument.evince-backend.in:
2265         * backend/tiff/Makefile.am:
2266         * backend/tiff/tiff-document.[ch]:
2267         * backend/tiff/tiffdocument.evince-backend.in:
2268         * libdocument/Makefile.am:
2269         * libdocument/ev-backends-manager.[ch]:
2270         * libdocument/ev-module.[ch]:
2271         * libdocument/ev-document.h:
2272         * libdocument/ev-document-factory.[ch]:
2273         (gdk_pixbuf_mime_type_list), (mime_type_supported_by_gdk_pixbuf),
2274         (get_compression_from_mime_type), (get_document_from_uri),
2275         (ev_document_factory_get_document), (file_filter_add_mime_types),
2276         (ev_document_factory_add_filters):
2277         * shell/Makefile.am:
2278         * shell/ev-window-title.c: (get_filename_from_uri):
2279         * shell/main.c: (main):
2280         * thumbnailer/Makefile.am:
2281         * thumbnailer/evince-thumbnailer.c: (main):
2282
2283         Plugin system for backends. Fixes bug #351348.
2284         
2285 2007-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2286
2287         * shell/ev-view-private.h:
2288         * shell/ev-view.c: (ev_view_drag_update_momentum),
2289         (ev_view_scroll_drag_release), (ev_view_motion_notify_event),
2290         (ev_view_button_release_event), (ev_view_destroy):
2291         
2292         Kinetic scrolling implemented as requested in
2293         bug #461271. Thanks to David Turner <cillian64@googlemail.com>.
2294
2295 2007-12-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2296
2297         * data/evince-toolbar.xml:
2298         * data/evince-ui.xml:
2299         * shell/ev-view-private.h:
2300         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
2301         (ev_view_button_press_event), (ev_view_motion_notify_event),
2302         (ev_view_button_release_event), (ev_view_init),
2303         (ev_view_autoscroll_cb), (ev_view_autoscroll),
2304         (ev_view_set_cursor):
2305         * shell/ev-view.h:
2306         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
2307         (ev_window_cmd_view_autoscroll):
2308         
2309         Autoscroll feature with the context menu. Fixes bug 
2310         #323670. Thanks to David Turner <cillian64@googlemail.com>.
2311
2312 2007-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
2313
2314         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref):
2315
2316         Disconnect also page-ready signal when removing a job because the
2317         page size has changed. Thanks to kripken
2318         <kripkensteiner@gmail.com>.
2319
2320 2007-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2321
2322         * shell/ev-page-action.c: (page_scroll_cb), (create_tool_item):
2323         
2324         Scroll pages in page entry with mouse wheel. Fixes bug
2325         #324122. Thanks to David Turner <cillian64@googlemail.com>.
2326
2327 2007-12-20  Carlos Garcia Campos  <carlosgc@gnome.org>
2328
2329         * backend/dvi/Makefile.am:
2330         * backend/dvi/cairo-device.c: (dvi_cairo_draw_ps),
2331         (mdvi_cairo_device_init):
2332         * backend/dvi/mdvi-lib/common.h:
2333         * backend/dvi/mdvi-lib/mdvi.h:
2334         * backend/dvi/mdvi-lib/sp-epsf.c: (epsf_special):
2335         * backend/dvi/mdvi-lib/util.c: (mdvi_strrstr),
2336         (mdvi_build_path_from_cwd):
2337
2338         Add ps specials support in dvi backend when libspectre is
2339         present. Fixes bug #386005.
2340         
2341 2007-12-20  Carlos Garcia Campos  <carlosgc@gnome.org>
2342
2343         * configure.ac:
2344         * backend/ps/Makefile.am:
2345         * backend/ps/ev-spectre.[ch]:
2346         
2347         Use libspectre, if available, for the ps backend. Fixes bugs
2348         #317106, #499787, #501235, #421879, #445797, #443859 and #486547.
2349
2350 2007-12-18  Yaakov Selkowitz  <yselkowitz@users.sourceforge.net>
2351         
2352         * backend/comics/comics-document.c: (comics_document_load):
2353         
2354         Cygwin build issue fix.
2355
2356 2007-12-16  Carlos Garcia Campos  <carlosgc@gnome.org>
2357
2358         * shell/ev-view.c: (ev_view_set_zoom):
2359
2360         Do not limit the minimum zoom factor when sizing mode is best bit
2361         or fit width. Fixes bug #503805.
2362         
2363 2007-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2364
2365         * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest):
2366         * libdocument/ev-link-dest.[ch]: (ev_link_dest_get_top),
2367         (ev_link_dest_get_left), (ev_link_dest_get_zoom),
2368         (ev_link_dest_get_property), (ev_link_dest_set_property),
2369         (ev_link_dest_class_init), (ev_link_dest_new_xyz),
2370         (ev_link_dest_new_fith), (ev_link_dest_new_fitv),
2371         (ev_link_dest_new_fitr):
2372         * shell/ev-view.c: (goto_fitr_dest), (goto_fitv_dest),
2373         (goto_fith_dest), (goto_xyz_dest):
2374
2375         Do not change left, top and zoom values when they are null in PDF
2376         destinations. Fixes bug #460658.
2377         
2378 2007-12-10  Christian Persch  <chpe@gnome.org>
2379
2380         * shell/ev-view-accessible.c: (ev_view_accessible_finalize),
2381         (ev_view_accessible_class_init),
2382         (ev_view_accessible_idle_do_action),
2383         (ev_view_accessible_action_do_action),
2384         (ev_view_accessible_action_get_description),
2385         (ev_view_accessible_action_set_description),
2386         (ev_view_accessible_action_iface_init), (ev_view_accessible_new),
2387         (ev_view_accessible_factory_init),
2388         (ev_view_accessible_factory_get_accessible_type):
2389         * shell/ev-view-accessible.h: A bit of cleanup: use gobject instance
2390         private data, and G_DEFINE_TYPE. Bug #502843.
2391
2392 2007-12-08  Christian Persch  <chpe@gnome.org>
2393
2394         * shell/ev-metadata-manager.c: (item_free),
2395         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
2396         (value_free), (parse_value), (parseItem),
2397         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
2398         (save_values): Use GSlice to allocate small amounts of memory. Bug
2399         #475972.
2400
2401 2007-12-05  Carlos Garcia Campos  <carlosgc@gnome.org>
2402
2403         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
2404
2405         Restore cursor to normal after a drag operation. Fixes bug
2406         #501603.
2407         
2408 2007-12-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2409
2410         * NEWS:
2411         * configure.ac:
2412         
2413         Update for release 2.21.1
2414
2415 2007-12-02  Carlos Garcia Campos  <carlosgc@gnome.org>
2416
2417         * configure.ac:
2418         * cut-n-paste/gedit-message-area/Makefile.am:
2419         * cut-n-paste/gedit-message-area/gedit-message-area.[ch]:
2420         * shell/Makefile.am:
2421         * shell/ev-message-area.[ch]:
2422         * shell/ev-window.c: (ev_window_set_message_area),
2423         (ev_window_error_message_response_cb), (ev_window_error_message),
2424         (ev_window_load_job_cb), (ev_window_cmd_file_open_copy_at_dest),
2425         (ev_window_save_job_cb), (image_save_dialog_response_cb),
2426         (ev_attachment_popup_cmd_open_attachment),
2427         (attachment_save_dialog_response_cb), (ev_window_set_document),
2428         (ev_window_init):
2429
2430         Use a message area instead of a popup dialog for error
2431         notifications. Fixes bug #337495.
2432         
2433 2007-12-02  Carlos Garcia Campos  <carlosgc@gnome.org>
2434
2435         * shell/ev-window.c: (fullscreen_toolbar_remove_shadow),
2436         (ev_window_run_fullscreen):
2437
2438         Remove the shadow of the fullscreen toolbar. Fixes bug #500702.
2439         
2440 2007-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
2441
2442         * ev-sidebar-thumbnails.c: (update_visible_range),
2443         (ev_sidebar_thumbnails_refresh),
2444         (ev_sidebar_thumbnails_set_document),
2445         (ev_sidebar_thumbnails_support_document):
2446
2447         Show thumbnails for documents with one page. Fixes bug #358751.
2448         
2449 2007-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
2450
2451         * shell/ev-window.c:
2452         (ev_window_load_print_settings_from_metadata),
2453         (ev_window_save_print_settings), (ev_window_print_finished),
2454         (ev_window_print_range):
2455
2456         Print settings that are specific to the document are now saved per
2457         document in the metadata file. Fixes bug #488806.
2458         
2459 2007-11-26  Matthias Clasen  <mclasen@redhat.com>
2460
2461         * backend/tiff/tiff-document.c: (tiff_document_render):
2462
2463         Tiff documents were rendered with wrong colors. Fixes bug #497279.
2464         
2465 2007-11-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2466
2467         * shell/ev-application.[ch]: (get_find_string_from_args),
2468         (ev_application_open_uri_at_dest), (ev_application_open_uri),
2469         (ev_application_open_uri_list):
2470         * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_new):
2471         * shell/ev-window.[ch]: (ev_window_load_job_cb),
2472         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
2473         (ev_window_cmd_recent_file_activate),
2474         (ev_window_open_recent_action_item_activated),
2475         (ev_window_print_send), (open_remote_link):
2476         * shell/main.c: (arguments_parse):
2477
2478         Add a command line option for search. Fixes bug #497710.
2479         
2480 2007-11-20  Darren Kenny  <darren.kenny@sun.com>
2481
2482         * shell/ev-jobs.c: (ev_job_print_new):
2483
2484         Fix endless loop when pages_per_sheet is 0. Fixes bug #498248.
2485         
2486 2007-10-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2487
2488         * data/evince-toolbar.xml:
2489         * shell/Makefile.am:
2490         * shell/ev-application.c: (ev_application_init):
2491         * shell/ev-open-recent-action.[ch]:
2492         * shell/ev-window.c:
2493         (ev_window_open_recent_action_item_activated),
2494         (register_custom_actions):
2495
2496         Add an expander to the open toolbar item which pops up a dropdown
2497         menu with the recently used documents. Fixes bug #487215.
2498         
2499 2007-10-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2500
2501         * shell/ev-window.c: (ev_window_open_uri),
2502         (ev_window_cmd_view_reload):
2503
2504         Do not jump to the first page when reloading by running evince
2505         from the command line. Fixes bug #490847.
2506         
2507 2007-10-27  Hiroyuki Ikezoe  <poincare@ikezoe.net>
2508
2509         * shell/ev-window.c: (ev_window_cmd_help_contents):
2510
2511         Plugged memory leak when help file is not found. Fixes bug
2512         #490762.
2513         
2514 2007-10-26  Carlos Garcia Campos  <carlosgc@gnome.org>
2515
2516         * configure.ac:
2517
2518         Enable djvu, dvi and comics backends by default. Fixes bug
2519         #437121.
2520         
2521 2007-10-26  Carlos Garcia Campos  <carlosgc@gnome.org>
2522
2523         * configure.ac:
2524         * cut-n-paste/Makefile.am:
2525         * cut-n-paste/recent-files/*: Removed
2526         * help/reference/Makefile.am:
2527         * shell/Makefile.am:
2528         * shell/ev-application.[ch]: (ev_application_shutdown),
2529         (ev_application_init):
2530         * shell/ev-window.c: (ev_window_add_recent),
2531         (ev_window_setup_recent), (ev_window_dispose), (ev_window_init):
2532
2533         Bump requirements to gtk+ 2.10.0 and remove egg-recent code. 
2534         
2535 2007-10-25  Pascal Terjan  <pterjan@linuxfr.org>
2536
2537         * shell/ev-window.c: (launch_external_uri):
2538
2539         Let GnomeVFS check the URL, this allow more URL (like mailto:),
2540         and report error if the URL is not supported (#489910).
2541
2542 2007-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2543
2544         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
2545         (pdf_document_file_exporter_begin_page),
2546         (pdf_document_file_exporter_end_page):
2547
2548         Fix printing with poppler splash backend. Fixes bug #489774.
2549         
2550 2007-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2551
2552         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
2553         * shell/ev-print-job.c: (ev_print_job_class_init):
2554
2555         Fix a crash when printing with the gnome-print dialog. Fixes bug
2556         #488939.
2557         
2558 2007-10-18  Sebastien Bacher  <seb128@ubuntu.com>
2559
2560         * backend/pixbuf/pixbuf-document.c:
2561
2562         Fix an implicit function definition warning (#487655)
2563
2564 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2565
2566         * shell/ev-window.c:
2567
2568         Fix conflicting shortcut for view sade pane and presentation.
2569         
2570 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2571
2572         * backend/pdf/ev-poppler.cc:
2573         (pdf_document_file_exporter_begin_page),
2574         (pdf_document_file_exporter_do_page),
2575         (pdf_document_file_exporter_end_page),
2576         (pdf_document_file_exporter_iface_init):
2577         * libdocument/ev-file-exporter.[ch]:
2578         (ev_file_exporter_begin_page), (ev_file_exporter_end_page):
2579         * shell/ev-jobs.c: (ev_job_print_get_page_list),
2580         (ev_job_print_run):
2581
2582         When printing multiple pages per sheet in reverse option, do not
2583         invert the order of the pages in every sheet, but the order of the
2584         sheets. Do not print blank pages when page range is invalid. Fixes
2585         bugs #484857 and #485521.
2586         
2587 2007-10-10  Carlos Garcia Campos  <carlosgc@gnome.org>
2588
2589         * shell/ev-jobs.c: (ev_job_print_get_page_list),
2590         (ev_job_print_run):
2591         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2592
2593         Respect ranges order when printing more than one range in random
2594         order.
2595         
2596 2007-10-10  Martin Schanzenbach  <mschanzenbach@gmail.com>
2597
2598         * shell/ev-window.c: (ev_window_refresh_window_thumbnail),
2599         (ev_window_setup_document), (ev_window_rotation_changed_cb):
2600
2601         Rotate also the window icon when document is rotated. Fixes bug
2602         #474681.
2603         
2604 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
2605
2606         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field),
2607         (pdf_document_forms_get_form_fields):
2608
2609         Silently ignore unknown form fields. Fixes bug #482654. Patch by
2610         Matthias Drochner.
2611         
2612 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
2613
2614         * configure.ac:
2615         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
2616
2617         Use poppler_page_render_for_printing() instead of
2618         poppler_page_render() if available when exporting to a ps or pdf
2619         file. Fixes bug #476627.
2620         
2621 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
2622
2623         * shell/ev-window.c: (ev_window_run_fullscreen):
2624
2625         Do not show the toolbar in fullscreen mode if the main toolbar is
2626         not visible. Fixes bug #483048.
2627         
2628 2007-09-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2629
2630         * shell/ev-view.c: (ev_view_button_press_event):
2631
2632         Give priority to form fields over images when deciding whether a
2633         button press event is over an image or form field. It allows edit
2634         form fields when they are over a background image. Fixes bug
2635         #477841.
2636         
2637 2007-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2638
2639         * NEWS:
2640         * configure.ac:
2641         
2642         Update for release 2.20.0
2643
2644 2007-09-12  Carlos Garcia Campos  <carlosgc@gnome.org>
2645
2646         * backend/pdf/ev-poppler.cc:
2647
2648         Remove #ifdef HAVE_FORMS, so that forms support works again.
2649
2650 2007-09-05  Götz Waschk  <waschk@mandriva.org>
2651
2652         * configure.ac:
2653         * data/evince.desktop.in.in:
2654         
2655         Fixes desktop file issues. See bug #473471.
2656
2657 2007-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
2658
2659         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
2660         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
2661         (ev_job_queue_remove_job):
2662         * shell/ev-jobs.[ch]: (ev_job_save_init), (ev_job_save_dispose),
2663         (ev_job_save_class_init), (ev_job_save_new), (ev_job_save_run):
2664         * shell/ev-window.c: (ev_window_clear_save_job),
2665         (ev_window_save_job_cb), (file_save_dialog_response_cb),
2666         (ev_window_dispose):
2667
2668         Move save a copy task to its own job so that it's carried out in a
2669         thread avoiding another lock in the main thread. Use
2670         ev_xfer_uri_simple() instead of gnome_vfs_move() so that document
2671         can be saved to a pathin another file system. Fixes bug #456891.
2672         
2673 2007-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2674
2675         * NEWS:
2676         * configure.ac:
2677         
2678         Update for release 2.19.92
2679
2680 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2681
2682         * configure.ac:
2683         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
2684         (pdf_selection_get_selection_region),
2685         (pdf_selection_get_selection_map),
2686         (ev_form_field_from_poppler_field):
2687
2688         Bump requirements to poppler 0.6 and drop all ifdefs used. Double
2689         and triple click selections are enabled again now.
2690
2691 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2692
2693         * shell/ev-window.c: (ev_window_add_history):
2694
2695         Make sure not to use the history with documents not supporting
2696         links. Fixes bug #468954.
2697
2698 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2699
2700         * shell/ev-window.c: (ev_window_load_job_cb):
2701
2702         Restart the search when reloading a document with the find bar
2703         visible. Fixes bug #461962.
2704
2705 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2706
2707         * shell/ev-window.c: (setup_document_from_metadata),
2708         (ev_window_load_job_cb), (ev_window_cmd_view_reload):
2709
2710         Do not jump to the first page when reloading a document from the
2711         last page.
2712
2713 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2714
2715         * shell/ev-window.c: (update_chrome_flag),
2716         (setup_sidebar_from_metadata),
2717         (ev_window_cmd_focus_page_selector), (ev_window_cmd_edit_find),
2718         (ev_window_cmd_edit_find_next),
2719         (ev_window_cmd_edit_find_previous), (ev_window_cmd_escape),
2720         (ev_window_view_toolbar_cb), (ev_window_view_sidebar_cb),
2721         (find_bar_close_cb), (view_actions_focus_in_cb):
2722
2723         Do not update visibility when changing a chrome flag so that it's
2724         possible to update several flags and update visibility only once
2725         for all of them.
2726
2727 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2728
2729         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2730
2731         Use GTK_UNIT_POINTS instead of GTK_UNIT_PIXEL, since it's not
2732         supported by gtk+. Fixes bug #460907.
2733
2734 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2735
2736         * shell/ev-view.c: (view_update_range_and_current_page):
2737
2738         Make sure current-page <= end-page in continuous mode. Fixes bug
2739         #454950.
2740
2741 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2742
2743         * backend/pdf/ev-poppler.cc: (build_tree):
2744
2745         Ignore outline items without a title. Fixes bug #453913.
2746
2747 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2748
2749         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
2750         (ev_view_button_release_event), (ev_view_leave_notify_event):
2751
2752         Use always drag mouse cursor during a drag operation. Fixes bug
2753         #470564.
2754
2755 2007-09-02  Carlos Garcia Campos  <carlosgc@gnome.org>
2756
2757         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
2758         (pdf_selection_get_selection_region),
2759         (pdf_selection_get_selection_map):
2760
2761         Temporarily disable double and triple selections since it depends on
2762         poppler cvs head. It'll be enabled again as soon as poppler 0.6 is
2763         released and the update of the external dependency minimal version
2764         approved.
2765
2766 2007-09-01  Carlos Garcia Campos  <carlosgc@gnome.org>
2767
2768         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
2769         (pdf_document_file_exporter_do_page):
2770         * libdocument/ev-file-exporter.h:
2771         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
2772         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2773
2774         Actually fix printing regressions. Remove orientation from
2775         EvPrintContext since it's redundant.
2776
2777 2007-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
2778
2779         * backend/dvi/dvi-document.c: (dvi_document_document_iface_init):
2780         * backend/impress/impress-document.c:
2781         (impress_document_document_iface_init):
2782         * backend/ps/ps-document.c: (ps_document_document_iface_init):
2783         * backend/djvu/djvu-document.c:
2784         (djvu_document_document_iface_init),
2785         (djvu_selection_get_selected_text), (djvu_selection_iface_init):
2786         * backend/tiff/tiff-document.c:
2787         (tiff_document_document_iface_init):
2788         * backend/pixbuf/pixbuf-document.c:
2789         (pixbuf_document_document_iface_init):
2790         * backend/comics/comics-document.c:
2791         (comics_document_document_iface_init):
2792         * backend/pdf/ev-poppler.cc: (pdf_document_document_iface_init),
2793         (pdf_selection_render_selection),
2794         (pdf_selection_get_selected_text),
2795         (pdf_selection_get_selection_region),
2796         (pdf_selection_get_selection_map), (pdf_selection_iface_init):
2797         * libdocument/ev-selection.[ch]: (ev_selection_get_selected_text),
2798         (ev_selection_get_selection_region),
2799         (ev_selection_get_selection_map):
2800         * libdocument/ev-document.[ch]:
2801         * shell/ev-pixbuf-cache.[ch]: (add_job),
2802         (ev_pixbuf_cache_get_selection_surface), (update_job_selection):
2803         * shell/ev-view-private.h:
2804         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_new),
2805         (ev_job_render_run):
2806         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
2807         * shell/ev-view.c: (start_selection_for_event),
2808         (ev_view_button_press_event), (ev_view_drag_data_get),
2809         (ev_view_drag_data_received), (ev_view_button_release_event),
2810         (compute_new_selection_text), (compute_selections),
2811         (ev_view_select_all), (get_selected_text), (ev_view_copy),
2812         (ev_view_primary_get_cb):
2813
2814         Add support for double and triple click selections.
2815
2816 2007-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2817
2818         * NEWS:
2819         * configure.ac:
2820
2821         Update for release 2.19.4
2822
2823 2007-08-28  Justin Blanchard  <justinb04@aim.com>
2824
2825         * shell/ev-view-private.h:
2826         * shell/ev-view.c: (ev_view_expose_event), (ev_view_init),
2827         (ev_view_set_highlight_search):
2828         * shell/ev-view.h:
2829         * shell/ev-window.c: (ev_window_cmd_edit_find_next),
2830         (ev_window_cmd_edit_find_previous), (find_bar_search_changed_cb),
2831         (find_bar_visibility_changed_cb):
2832         
2833         Enables 'find next' when bindbar is hidden. Fixes bug #323817.
2834
2835 2007-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2836
2837         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
2838         (pdf_document_file_exporter_begin),
2839         (pdf_document_file_exporter_do_page):
2840         * shell/ev-jobs.c: (ev_job_print_run):
2841         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2842
2843         Create always a portrait cairo surface and rotate when needed for
2844         landscape. It fixes printing problems in real printers.
2845
2846 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2847
2848         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
2849         * libdocument/ev-file-exporter.[ch]:
2850         (ev_file_exporter_get_capabilities):
2851         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
2852         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2853
2854         Adjust number of pages per row according to page orientation when
2855         printing 2 or 6 pages per sheet.
2856
2857 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2858
2859         * shell/ev-window.c: (ev_window_print_send):
2860
2861         Reset also cups setting to 1 when printing multiple pages per
2862         sheet. Fixes bug #468853.
2863
2864 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2865
2866         * libdocument/ev-document-misc.c:
2867         (ev_document_misc_surface_rotate_and_scale):
2868
2869         Use directly cairo_surface_get_content() when creating a similar
2870         surface as suggested by Jeff Muizelaar. Thanks again.
2871
2872 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2873
2874         * backend/djvu/djvu-document.c: (djvu_document_render):
2875         * backend/tiff/tiff-document.c: (tiff_document_render):
2876         * backend/pdf/ev-poppler.cc: (pdf_document_render):
2877         * libdocument/ev-document-misc.c:
2878         (ev_document_misc_surface_from_pixbuf),
2879         (ev_document_misc_surface_rotate_and_scale):
2880
2881         Use CAIRO_FORMAT_RGB24 instead of CAIRO_FORMAT_ARGB32 when
2882         creating page surfaces. Fixes bug #453123. Thank you very much to
2883         Jeff Muizelaar <jeff@infidigm.net>.
2884
2885 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
2886
2887         * shell/ev-page-cache.c: (ev_page_cache_new),
2888         (ev_page_cache_get_thumbnail_size):
2889         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page),
2890         (ev_sidebar_thumbnails_set_loading_icon):
2891
2892         Also store in page-cache the dimensions of the thumbnails so that
2893         they can be used to create the correct loading icon in the side
2894         pane. Fixes bug #466857.
2895
2896 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
2897
2898         * backend/pdf/ev-poppler.cc:
2899         (pdf_document_thumbnails_get_thumbnail):
2900
2901         Fix thumbnails rotation in pdf documents that include embedded 
2902         thumbnails.
2903
2904 2007-08-15  Jens Granseuer  <jensgr@gmx.net>
2905
2906         * backend/pdf/ev-poppler.cc:
2907
2908         Don't use #ifdef in macro expansion. Some compilers don't
2909         like that. Closes bug #467042.
2910
2911 2007-08-15  Justin Blanchard  <justinb04@aim.com>
2912
2913         * backend/djvu/djvu-document.c: (djvu_document_finalize):
2914         
2915         Fixes memory leak in djvu backend.
2916
2917 2007-08-15  Andreas Nilsson  <nisses.mail@home.se>
2918
2919         * data/icons/32x32/Makefile.am:
2920         * data/icons/32x32/actions/Makefile.am:
2921         * data/icons/32x32/actions/view-page-cont.svg:
2922         * data/icons/32x32/actions/view-page-facing.svg:
2923         * data/icons/48x48/Makefile.am:
2924         * data/icons/48x48/actions/Makefile.am:
2925         * data/icons/48x48/actions/view-page-cont.svg:
2926         * data/icons/48x48/actions/view-page-facing.svg:
2927         
2928         Icons for a new sizes.
2929
2930 2007-08-14  Justin Blanchard  <justinb04@aim.com>
2931
2932         * shell/ev-page-cache.c: (build_height_to_page),
2933         (ev_page_cache_get_height_to_page):
2934         
2935         Fixes invalid read, see bug #466401.
2936
2937 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2938
2939         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
2940         (set_drag_cursor):
2941         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
2942         (configure_item_cursor), (new_pixbuf_from_widget):
2943
2944         Fix multihead problems in toolbar editor. Fixes bug #382055.
2945
2946 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2947
2948         * shell/ev-window.c: (ev_window_cmd_file_open),
2949         (ev_window_cmd_save_as):
2950
2951         Use g_get_user_special_dir when available instead of
2952         xdg_user_dir_lookup.
2953
2954 2007-08-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2955
2956         * MAINTAINERS:
2957         
2958         Updated according to request on desktop-devel.
2959
2960 2007-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
2961
2962         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
2963
2964         Do not use cairo_rectangle and cairo_clip since we are
2965         not using cairo_fill but cairo_paint. Use the same cairo context
2966         for every page in the same expose event.
2967
2968 2007-07-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
2969
2970         * shell/ev-window.c: (file_open_dialog_response_cb): Plugged memory
2971         leak.
2972
2973 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
2974
2975         * configure.ac:
2976         * NEWS:
2977
2978         Release 0.9.3
2979
2980 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
2981
2982         * libdocument/ev-document-info.h:
2983         * libdocument/ev-document.h:
2984         * shell/ev-page-action.h:
2985         * shell/ev-sidebar-links.h:
2986
2987         Fix a headers problem with ev-link
2988         
2989         * libdocument/ev-link.[ch]: (ev_link_mapping_get_area):
2990         * shell/ev-view-private.h:
2991         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
2992         (get_link_area), (ev_view_query_tooltip),
2993         (ev_view_leave_notify_event), (ev_view_destroy),
2994         (ev_view_class_init):
2995
2996         Use new gtk tooltips when available instead of ev-tooltip.
2997         
2998 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
2999
3000         * shell/ev-window.c: (update_chrome_visibility),
3001         (ev_window_sidebar_visibility_changed_cb):
3002
3003         Do not hide sidebar in fullscreen mode. Fixes bug #396535.
3004         
3005 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3006
3007         * shell/ev-navigation-action.c:
3008         (ev_navigation_action_history_changed),
3009         (ev_navigation_action_set_history):
3010         * shell/ev-navigation-action-widget.c:
3011         (ev_navigation_action_widget_init):
3012         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
3013
3014         Fix compile warnings.
3015         
3016 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3017
3018         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
3019         (egg_editable_toolbar_dispose):
3020
3021         Fix memory leak.
3022         
3023 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3024
3025         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
3026         (screensaver_disable_x11):
3027         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout):
3028         * shell/ev-window.c: (presentation_set_timeout):
3029         * shell/ev-view.c: (ev_view_presentation_transition_start):
3030
3031         Use g_timeout_add_seconds instead of g_timeout_add when
3032         available.
3033         
3034 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3035
3036         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_init):
3037
3038         Set horizontal scrollbar policy to AUTOMATIC instead of
3039         NEVER. Workaround for bug #449462.
3040         
3041 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3042
3043         * shell/ev-jobs.c: (ev_job_render_page_ready):
3044
3045         Add page_ready callback to main loop with high priority and hold
3046         a reference to job during idle.
3047         
3048 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3049
3050         * configure.ac:
3051         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
3052         (pdf_document_file_exporter_begin),
3053         (pdf_document_file_exporter_do_page),
3054         (pdf_document_file_exporter_get_capabilities):
3055         * libdocument/ev-file-exporter.h:
3056         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
3057         * shell/ev-window.c: (ev_window_print_send),
3058         (ev_window_print_dialog_response_cb):
3059
3060         Allow printing multiple pages per sheet. Fixes bug #395573.
3061         
3062 2007-07-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3063
3064         * shell/ev-view.c: (tip_from_link):
3065         
3066         Check for NULL, fixes bug #460862.
3067
3068 2007-07-29  Christian Persch  <chpe@gnome.org>
3069
3070         * shell/ev-window.c: (ev_window_enumerate_printer_cb),
3071         (ev_window_preview_print_finished), (ev_window_do_preview_print),
3072         (ev_window_cmd_preview_print):
3073         
3074         Fixes bug #437681 - blocks while enumerating printers.
3075
3076 2007-07-29  Christian Persch  <chpe@gnome.org>
3077
3078         * shell/ev-window.c: (ev_window_screen_changed):
3079         
3080         Don't use deprecated gtk+ function. See bug #460909.
3081
3082 2007-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
3083
3084         * shell/ev-utils.c: (get_num_monitors):
3085         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
3086
3087         Do not use display before initializing it. Remove compile
3088         warnings.
3089
3090 2007-07-27  Cosimo Cecchi  <anarki@lilik.it>
3091
3092         * shell/ev-view.c: (ev_view_class_init):
3093         
3094         Unix-like hjkl bindings added. See bug #458111.
3095
3096 2007-07-27  Johannes Buchner  <buchner.johannes@gmx.at>
3097
3098         * shell/ev-utils.c: (get_num_monitors), (get_screen_dpi):
3099         * shell/ev-utils.h:
3100         * shell/ev-view.c: (ev_view_set_zoom_for_size),
3101         (ev_view_update_view_size):
3102         * shell/ev-view.h:
3103         * shell/ev-window.c: (ev_window_update_actions),
3104         (setup_view_from_metadata), (ev_window_screen_changed),
3105         (ev_window_sizing_mode_changed_cb), (ev_window_zoom_changed_cb),
3106         (zoom_control_changed_cb):
3107         * shell/ev-window.h:
3108         
3109         Reorganizes utility functions.
3110
3111 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
3112
3113         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
3114         (copy_job_page_and_selection_to_job_info), (copy_job_to_job_info),
3115         (add_job), (ev_pixbuf_cache_get_surface),
3116         (ev_pixbuf_cache_get_link_mapping),
3117         (ev_pixbuf_cache_get_image_mapping),
3118         (ev_pixbuf_cache_get_form_field_mapping),
3119         (ev_pixbuf_cache_get_text_mapping):
3120         * shell/ev-jobs.[ch]: (ev_job_render_class_init),
3121         (notify_page_ready), (ev_job_render_page_ready),
3122         (ev_job_render_run):
3123
3124         Add page_ready signal to notify that page is ready as soon as
3125         possible even if other page elements like links, forms, images or
3126         text mapping are not ready yet.
3127
3128 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
3129
3130         * backend/dvi/dvi-document.c: (dvi_document_file_exporter_begin),
3131         (dvi_document_file_exporter_do_page),
3132         (dvi_document_file_exporter_get_capabilities),
3133         (dvi_document_file_exporter_iface_init):
3134         * backend/ps/ps-document.c: (ps_document_file_exporter_begin),
3135         (ps_document_file_exporter_do_page),
3136         (ps_document_file_exporter_get_capabilities),
3137         (ps_document_file_exporter_iface_init):
3138         * backend/djvu/djvu-document.c:
3139         (djvu_document_file_exporter_begin),
3140         (djvu_document_file_exporter_end),
3141         (djvu_document_file_exporter_get_capabilities),
3142         (djvu_document_file_exporter_iface_init):
3143         * backend/tiff/tiff-document.c:
3144         (tiff_document_file_exporter_begin),
3145         (tiff_document_file_exporter_get_capabilities),
3146         (tiff_document_document_file_exporter_iface_init):
3147         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
3148         (pdf_document_file_exporter_do_page),
3149         (pdf_document_file_exporter_get_capabilities),
3150         (pdf_document_file_exporter_iface_init):
3151         * libdocument/ev-file-exporter.[ch]: (ev_file_exporter_begin),
3152         (ev_file_exporter_get_capabilities):
3153         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
3154         (idle_print_handler), (ev_print_job_print):
3155         * shell/ev-jobs.c: (ev_job_print_run):
3156         * shell/ev-window.c: (ev_window_print_send),
3157         (ev_window_print_range):
3158
3159         Use capabilities to know which options should be offered by the
3160         print dialog depending on the document backend.
3161
3162 2007-07-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3163
3164         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
3165
3166         Give priority to forms over text to set the cursor.
3167
3168 2007-07-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3169
3170         * shell/ev-view-private.h:
3171         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
3172         (ev_view_leave_notify_event), (ev_view_finalize),
3173         (ev_view_get_property), (ev_view_class_init):
3174
3175         Use IBEAM cursor for text form fields and NORMAL cursor for read
3176         only fields. Remove unused status attribute.
3177
3178 2007-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
3179
3180         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
3181
3182         Update region for current selected items also for checkbox
3183         buttons, since they can behave as radio buttons when they are in a
3184         set.
3185
3186 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3187
3188         * configure.ac:
3189         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
3190
3191         Get max length of text form fields.
3192
3193 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3194
3195         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
3196         * libdocument/ev-form-field.h:
3197         * shell/ev-view.c: (ev_view_form_field_text_create_widget):
3198
3199         Fix build with current poppler cvs head.
3200
3201 2007-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3202
3203         * cut-n-paste/zoom-control/ephy-zoom-control.c:
3204         * shell/eggfindbar.c: (egg_find_bar_init):
3205
3206         Fix build with gtk+ >= 2.11.5 due to gtktooltips
3207         deprecation. Fixes bug #455667
3208
3209 2007-07-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3210
3211         * NEWS:
3212         * configure.ac:
3213         
3214         Update for release 0.9.2
3215
3216 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3217
3218         * shell/ev-view.c: (ev_view_form_field_text_save),
3219         (ev_view_form_field_choice_save):
3220
3221         Fix a crash when closing whith a form widget visible.
3222
3223 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3224
3225         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
3226
3227         Update also the region of the current selected button when
3228         clicking on another button if they are radio buttons.
3229
3230 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3231
3232         * shell/ev-pixbuf-cache.[ch]: (ev_pixbuf_cache_class_init),
3233         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
3234         (add_job), (add_job_if_needed), (ev_pixbuf_cache_get_surface),
3235         (ev_pixbuf_cache_get_link_mapping),
3236         (ev_pixbuf_cache_get_image_mapping),
3237         (ev_pixbuf_cache_get_form_field_mapping),
3238         (ev_pixbuf_cache_get_text_mapping), (ev_pixbuf_cache_reload_page):
3239         * shell/ev-view.c: (ev_view_form_field_get_region),
3240         (ev_view_form_field_button_create_widget),
3241         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
3242         (job_finished_cb):
3243
3244         Redraw only form field region instead of the whole page when
3245         reloading a page to show changes on the form field.
3246
3247 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3248
3249         * shell/ev-view.c: (ev_view_form_field_choice_save):
3250
3251         Fix selection of first item in list form fields.
3252
3253 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3254
3255         * shell/ev-pixbuf-cache.c: (add_job), (add_job_if_needed),
3256         (ev_pixbuf_cache_reload_page),
3257         (ev_pixbuf_cache_get_form_field_mapping):
3258
3259         Some refactoring to avoid duplicated code.
3260
3261 2007-07-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3262
3263         * configure.ac:
3264         * backend/pdf/ev-poppler.cc: (pdf_document_get_crop_box),
3265         (ev_form_field_from_poppler_field),
3266         (pdf_document_forms_get_form_fields),
3267         (pdf_document_forms_form_field_text_get_text),
3268         (pdf_document_forms_form_field_text_set_text),
3269         (pdf_document_forms_form_field_button_set_state),
3270         (pdf_document_forms_form_field_button_get_state),
3271         (pdf_document_forms_form_field_choice_get_item),
3272         (pdf_document_forms_form_field_choice_get_n_items),
3273         (pdf_document_forms_form_field_choice_is_item_selected),
3274         (pdf_document_forms_form_field_choice_select_item),
3275         (pdf_document_forms_form_field_choice_toggle_item),
3276         (pdf_document_forms_form_field_choice_unselect_all),
3277         (pdf_document_forms_form_field_choice_set_text),
3278         (pdf_document_forms_form_field_choice_get_text),
3279         (pdf_document_document_forms_iface_init):
3280         * libdocument/Makefile.am:
3281         * libdocument/ev-form-field.[ch]:
3282         * libdocument/ev-document-forms.[ch]:
3283         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
3284         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
3285         (add_job), (ev_pixbuf_cache_reload_page),
3286         (ev_pixbuf_cache_get_form_field_mapping):
3287         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run):
3288         * shell/ev-view-private.h:
3289         * shell/ev-view.[ch]: (ev_view_set_scroll_adjustments),
3290         (ev_view_handle_cursor_over_xy),
3291         (ev_view_get_form_field_at_location),
3292         (ev_view_forms_remove_widgets), (ev_view_form_field_destroy),
3293         (ev_view_form_field_button_create_widget),
3294         (ev_view_form_field_text_save), (ev_view_form_field_text_changed),
3295         (ev_view_form_field_text_create_widget),
3296         (ev_view_form_field_choice_save),
3297         (ev_view_form_field_choice_changed),
3298         (ev_view_form_field_choice_create_widget),
3299         (ev_view_handle_form_field), (ev_view_size_allocate),
3300         (ev_view_realize), (draw_end_presentation_page),
3301         (ev_view_button_press_event), (ev_view_remove_all),
3302         (ev_view_motion_notify_event), (ev_view_key_press_event),
3303         (ev_view_enter_notify_event), (highlight_find_results),
3304         (draw_loading_text), (draw_one_page), (ev_view_destroy),
3305         (ev_view_class_init), (page_changed_cb),
3306         (on_adjustment_value_changed), (ev_view_set_presentation),
3307         (merge_selection_region), (ev_view_set_cursor),
3308         (ev_view_reset_presentation_state):
3309         
3310         Merge evince-forms branch.
3311
3312 2007-07-03  Jaap Haitsma  <jaap@haitsma.org>
3313
3314         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: removed
3315
3316         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg.sh: added
3317         This script also updates itself from libegg
3318
3319         * cut-n-paste/toolbar-editor/egg*:
3320         Run update-toolbareditor-from-libegg.sh so we are in sync again with
3321         libegg
3322
3323 2007-07-02  Jaap Haitsma  <jaap@haitsma.org>
3324
3325         * shell/ev-window.c:
3326         
3327         Adds a nice icon to page action during toolbar editing.
3328         See bug #452872.
3329
3330 2007-07-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3331
3332         * data/evince-toolbar.xml:
3333         * shell/ev-window.c:
3334         
3335         Let user add a presentation and fullscreen icons on toolbar.
3336         See bug #449734.
3337
3338 2007-07-01  Jaap Haitsma  <jaap@haitsma.org>
3339
3340         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: 
3341
3342         new script to keep in sync with toolbareditor in libegg
3343
3344         * cut-n-paste/toolbar-editor/*: 
3345
3346         Run update-toolbareditor-from-libegg so we are in sync again. 
3347         Fixes bug #452850.
3348         
3349
3350 2007-07-01  Carlos Garcia Campos  <carlosgc@gnome.org>
3351
3352         * shell/ev-sidebar-links.c: (job_finished_callback):
3353
3354         Do not connect selection changed signal more than once. Fixes bug
3355         #349433.
3356
3357 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3358
3359         * shell/ev-window.c: (ev_window_view_sidebar_cb):
3360
3361         Do not change sidebar chrome flag when pressing F9 key in
3362         presentation mode.
3363
3364 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3365
3366         * backend/pdf/ev-poppler.cc:
3367         (pdf_document_thumbnails_get_dimensions):
3368
3369         Make sure thumbnails width and height is not <= 0. Fixes a crash
3370         with some pdf documents which have really small pages.
3371
3372 2007-06-22  Gabor Kelemen  <kelemeng@gnome.hu>
3373
3374         * shell/main.c: (main):
3375
3376         Fixes program description translation issue.
3377         Bug #450148.
3378
3379 2007-06-21  Cesar Fernandez  <cesar@pk2.org>
3380
3381         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
3382
3383         Do not change current page when returning from black/white mode
3384         in presentation. Fixes bug #415032.
3385
3386 2007-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3387
3388         * NEWS:
3389         * configure.ac:
3390         
3391         Update for release 0.9.1
3392
3393 2007-06-17  Alaska Subedi  <asubedi@gmail.com>
3394
3395         * backend/dvi/dvi-document.c:
3396         (dvi_document_finalize),
3397         (dvi_document_file_exporter_format_supported),
3398         (dvi_document_file_exporter_begin),
3399         (dvi_document_file_exporter_do_page),
3400         (dvi_document_file_exporter_end),
3401         (dvi_document_file_exporter_iface_init), (dvi_document_init):
3402         
3403         PDF exporter for dvi documents. Fixes bug #441319.
3404
3405 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
3406
3407         * shell/ev-window.c: (ev_window_clear_print_job):
3408
3409         Clear gtk print job when job has finished. Fixes bug #447612.
3410
3411 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
3412
3413         * shell/ev-window.c: (ev_window_print_send),
3414         (ev_window_print_dialog_response_cb), (ev_window_print_range):
3415
3416         Add preview button to print dialog. Fixes bug #445419.
3417
3418 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
3419
3420         * backend/dvi/Makefile.am:
3421         * backend/dvi/pixbuf-device.[ch]: Removed
3422         * backend/dvi/cairo-device.[ch]: Added
3423         * backend/dvi/mdvi-lib/dviread.c: (draw_shrink_rule):
3424         * backend/dvi/dvi-document.c: (dvi_document_load),
3425         (dvi_document_render), (dvi_document_finalize),
3426         (dvi_document_thumbnails_get_thumbnail), (parse_color),
3427         (dvi_document_do_color_special):
3428         * libdocument/ev-document-misc.[ch]:
3429         (ev_document_misc_pixbuf_from_surface):
3430
3431         Port dvi backend to cairo and fix a problem with colors. 
3432
3433 2007-06-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3434
3435         * shell/ev-view.c: (draw_one_page):
3436
3437         Draw only visible region.
3438
3439 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3440
3441         * backend/djvu/djvu-document.c: (djvu_document_render):
3442
3443         Fix rotation in djvu backend.
3444
3445 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3446
3447         * shell/ev-pixbuf-cache.c: (job_finished_cb),
3448         (ev_pixbuf_cache_get_surface), (ev_pixbuf_cache_get_link_mapping),
3449         (ev_pixbuf_cache_get_image_mapping),
3450         (ev_pixbuf_cache_get_text_mapping):
3451
3452         Redraw view every time we have a new surface. Fixes bug #443587.
3453
3454 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3455
3456         * libdocument/ev-document.c: (ev_document_info_free):
3457
3458         Fix memory leaks.
3459
3460 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3461
3462         * backend/dvi/dvi-document.c: (dvi_document_render),
3463         (dvi_document_render_pixbuf), (dvi_document_document_iface_init):
3464         * backend/impress/impress-document.c:
3465         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
3466         (impress_document_render), (impress_document_document_iface_init),
3467         (impress_document_thumbnails_get_thumbnail):
3468         * backend/djvu/djvu-document-private.h:
3469         * backend/djvu/djvu-document.c: (djvu_document_render),
3470         (djvu_document_finalize), (djvu_document_document_iface_init),
3471         (djvu_document_thumbnails_get_thumbnail), (djvu_document_init):
3472         * backend/tiff/tiff-document.c: (tiff_document_render),
3473         (tiff_document_render_pixbuf),
3474         (tiff_document_document_iface_init):
3475         * backend/pdf/ev-poppler.cc: (pdf_document_render),
3476         (pdf_document_render_pixbuf), (pdf_document_document_iface_init),
3477         (pdf_selection_render_selection):
3478         * backend/comics/comics-document.c:
3479         (comics_document_render_pixbuf), (comics_document_render),
3480         (comics_document_document_iface_init):
3481         * backend/pixbuf/pixbuf-document.c: (pixbuf_document_render),
3482         (pixbuf_document_document_iface_init):
3483         * libdocument/ev-document-misc.[ch]:
3484         (ev_document_misc_surface_from_pixbuf),
3485         (ev_document_misc_surface_rotate_and_scale):
3486         * libdocument/ev-document.[ch]: (ev_document_render):
3487         * libdocument/ev-selection.[ch]: (ev_selection_render_selection):
3488         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
3489         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
3490         (ev_pixbuf_cache_get_surface), (new_selection_surface_needed),
3491         (clear_selection_if_needed), (ev_pixbuf_cache_style_changed),
3492         (ev_pixbuf_cache_get_selection_surface), (clear_job_selection):
3493         * shell/ev-jobs.[ch]: (ev_job_render_dispose),
3494         (render_finished_cb), (ev_job_render_run):
3495         * shell/ev-view.c: (draw_loading_text), (draw_one_page),
3496         (merge_selection_region):
3497
3498         Use cairo image surfaces instead of GDK pixbufs for drawing pages
3499         and selections.
3500
3501 2007-06-12  Carlos Garcia Campos  <carlosgc@gnome.org>
3502
3503         * shell/ev-window-title.c: (ev_window_title_update):
3504
3505         Fix memory leak.
3506
3507 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3508
3509         * shell/ev-view.c: (draw_loading_text):
3510
3511         Show loading text centered. Fixes bug #433061
3512
3513 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3514
3515         * shell/ev-sidebar-thumbnails.c:
3516         (ev_sidebar_thumbnails_set_loading_icon):
3517
3518         Remove a mutex in the main thread that blocks the UI in heavy
3519         documents.
3520
3521 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3522
3523         * shell/ev-pixbuf-cache.c (copy_job_to_job_info):
3524
3525         Set points_set to TRUE so that selections don't disappear after a
3526         zoom change.
3527
3528 2007-06-07  Michael Monreal  <infernux@web.de>
3529
3530         * data/icons/16x16/actions/Makefile.am:
3531         * data/icons/16x16/actions/zoom.svg:
3532         * data/icons/22x22/actions/Makefile.am:
3533         * data/icons/22x22/actions/zoom.svg:
3534         * data/icons/24x24/actions/Makefile.am:
3535         * shell/ev-stock-icons.c:
3536         * shell/ev-stock-icons.h:
3537         * shell/ev-window.c:
3538         
3539         Zoom icon artwork. See bug #444795.
3540
3541 2007-06-05  Bastien Nocera  <hadess@hadess.net>
3542
3543         * shell/ev-metadata-manager.c: Remove extraneous function
3544         (Closes: #444386)
3545
3546 2007-06-05  Bastien Nocera  <hadess@hadess.net>
3547
3548         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
3549         (ev_metadata_manager_shutdown), (ev_metadata_manager_set_last),
3550         (ev_metadata_manager_set), (ev_metadata_manager_save):
3551         Simplify the timeout, no need for modified anymore
3552
3553 2007-06-05  Bastien Nocera  <hadess@hadess.net>
3554
3555         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout),
3556         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
3557         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
3558         (ev_metadata_manager_save): Adapted patch from Arjan van de
3559         Ven (arjan@linux.intel.com) to avoid the timeout running all the
3560         time, saves on power (Closes: #443851)
3561
3562 2007-06-02  Carlos Garcia Campos  <carlosgc@gnome.org>
3563
3564         * configure.ac:
3565         * backend/pdf/ev-poppler.cc: (pdf_document_images_get_images),
3566         (pdf_selection_render_selection), (pdf_document_get_page_duration):
3567
3568         Bump requirements to poppler 0.5.9 and drop all ifdefs used.
3569
3570 2007-05-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3571
3572         * shell/ev-window.c: (ev_window_add_history):
3573
3574         Check if history is NULL
3575
3576 2007-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3577
3578         * libdocument/ev-image.c: (ev_image_finalize):
3579         * libdocument/ev-document-factory.c: (free_uncompressed_uri):
3580         * libdocument/ev-attachment.c: (ev_attachment_finalize):
3581         * libdocument/ev-file-helpers.[ch]: (ev_tmp_filename_unlink),
3582         (ev_tmp_uri_unlink):
3583
3584         Add functions to delete temporary files created by evince in a safe
3585         way.
3586
3587         * shell/ev-window.c: (ev_window_clear_local_uri),
3588         (open_xfer_update_progress_callback),
3589         (save_xfer_update_progress_callback), (ev_window_save_remote),
3590         (file_save_dialog_response_cb), (ev_window_cmd_save_as),
3591         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
3592         (attachment_save_dialog_response_cb),
3593         (ev_attachment_popup_cmd_save_attachment_as):
3594
3595         Allow saving a copy of a document, image or attachment to a remote
3596         location. Fixes bug #440754. 
3597
3598 2007-05-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3599
3600         * configure.ac:
3601         * backend/pdf/ev-poppler.cc: (pdf_selection_render_selection):
3602
3603         Fix build with current poppler from cvs head. 
3604
3605 2007-05-21  Eduardo Lima <eduardo.lima@indt.org.br>
3606
3607         * libdocument/ev-file-helpers.c: (ensure_dir_exists):
3608
3609         Using g_mkdir_with_parents() instead of g_mkdir() to really ensure the
3610         directory exists.
3611
3612 2007-05-20  Wouter Bolsterlee  <wbolster@svn.gnome.org>
3613
3614         * shell/ev-sidebar.c: (ev_sidebar_add_page):
3615         * shell/ev-window.c:
3616
3617         Change sidebar ordering. Fixes bug #439939.
3618
3619 2007-05-20  Marc Brockschmidt he+bugzilla.g@marcbrockschmidt.de
3620
3621         * backend/comics/Makefile.am:
3622         
3623         Fixes build with --without-libgnome.
3624
3625 2007-05-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3626         
3627         * shell/ev-view.c: (page_changed_cb), (on_adjustment_value_changed):
3628
3629         Update cursor and tooltip on page change and view scroll. Fixes bug
3630         #439217.
3631
3632 2007-05-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3633
3634         * NEWS:
3635         * configure.ac:
3636         
3637         Update for release 0.9.0
3638
3639 2007-05-14  Alaska Subedi <asubedi@gmail.com>
3640
3641         * backend/djvu/djvu-document-private.h:
3642         * backend/djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
3643         (djvu_document_finalize),
3644         (djvu_document_file_exporter_format_supported),
3645         (djvu_document_file_exporter_begin),
3646         (djvu_document_file_exporter_do_page),
3647         (djvu_document_file_exporter_end),
3648         (djvu_document_file_exporter_iface_init), (djvu_document_init):
3649         
3650         Implemented printing with djvu. Bug #437998.
3651
3652 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3653
3654         * backend/impress/zip.c:
3655         Add missing ulong definition.
3656
3657         * backend/ps/ps-interpreter.c:
3658         Add missing headers.
3659
3660         Fix compilation on FreeBSD. Patch by Roy Marples. Fixes bug #438277.
3661
3662 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3663
3664         * backend/pdf/ev-poppler.cc: (pdf_document_dispose):
3665
3666         Add missing call to parent class dispose method. 
3667
3668 2007-05-12  Ross Burton  <ross@openedhand.com>
3669
3670         * shell/main.c:
3671         Sync keybindings manually when building without libgnome
3672         (#437925).
3673
3674 2007-05-12  Ross Burton  <ross@openedhand.com>
3675
3676         * shell/ev-window.c:
3677         Respect the screen when opening help (#437866).
3678
3679 2007-05-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3680
3681         * data/evince-ui.xml:
3682         * shell/ev-application.[ch]: (get_print_settings_from_args),
3683         (ev_application_open_uri_at_dest), (ev_application_open_uri),
3684         (ev_application_open_uri_list):
3685         * shell/ev-window.[ch]: (ev_window_clear_print_settings_file),
3686         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
3687         (ev_window_cmd_recent_file_activate), (ev_window_run_preview),
3688         (ev_window_cmd_view_reload), (lookup_printer_from_name),
3689         (ev_window_preview_print_finished), (ev_window_cmd_preview_print),
3690         (ev_window_dispose):
3691         * shell/main.c: (arguments_parse):
3692
3693         Add print button in preview mode. Fixes bug #396475. 
3694
3695 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3696
3697         * cut-n-paste/zoom-control/ephy-zoom.h:
3698         
3699         Fixes zoom level factors. See bug #408119 for details.
3700
3701 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3702
3703         * backend/comics/comics-document.c: (comics_regex_quote),
3704         (extract_argv):
3705         
3706         Correctly quote symbols. Fixes crash in the bug
3707         #415370.
3708
3709 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3710
3711         * shell/ev-navigation-action-widget.c:
3712         (ev_navigation_action_widget_init),
3713         (ev_navigation_action_widget_class_init),
3714         (ev_navigation_action_widget_button_press_event):
3715         
3716         Connect to button-press event on correct widget. Fixes
3717         bug #431988
3718
3719 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3720
3721         * shell/ev-application.c: (ev_application_open_window),
3722         (ev_application_add_icon_path_for_screen),
3723         (ev_application_open_uri_at_dest):
3724         * shell/ev-navigation-action-widget.c: (popup_menu_under_arrow):
3725         * shell/ev-navigation-action.c: (build_menu):
3726         
3727         Add app-specific icons to our icon theme. Fixes bug
3728         #425508.
3729
3730 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3731
3732         * shell/ev-history.c: (ev_history_class_init),
3733         (ev_history_add_link):
3734         * shell/ev-history.h:
3735         * shell/ev-navigation-action.c:
3736         (ev_navigation_action_history_changed),
3737         (ev_navigation_action_set_history), (build_menu),
3738         (ev_navigation_action_finalize):
3739         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
3740         
3741         Make navigation action unsensitive instead of showing
3742         menu with unsensitive word. Fixes bug #417392.
3743
3744 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3745
3746         * shell/ev-application.[ch]: (ev_application_shutdown),
3747         (ev_application_get_print_settings),
3748         (ev_application_set_print_settings):
3749         * shell/ev-window.c:
3750
3751         Remember print settings. Fixes bug #349102. 
3752
3753 2007-05-08  Christian Persch  <chpe@gnome.org>
3754
3755         * configure.ac:
3756         * properties/ev-properties-view.c:
3757
3758         No need for a configure check; just use the GTK_CHECK_VERSION macro.
3759         Bug #382438.
3760
3761 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3762
3763         * configure.ac:
3764         * properties/ev-properties-view.c: (ev_regular_paper_size):
3765
3766         Use gtk+ builtin paper list to identify the document's paper size.
3767         Fixes bug #382438. 
3768
3769 2007-05-04  Carlos Garcia Campos  <carlosgc@gnome.org>
3770
3771         * configure.ac:
3772
3773         Fix build when compiling with thumbnailer and libgnome support. 
3774
3775 2007-05-04  Ross Burton  <ross@openedhand.com>
3776
3777         * configure.ac:
3778         Add --without-libgnome, check for libgnome and libgnomeui
3779         separately, and add them to the symbols as required.
3780
3781         * libdocument/ev-file-helpers.c:
3782         When building without libgnome, use g_get_user_config_dir instead
3783         of gnome_user_dir_get.
3784
3785         * shell/ev-application.c:
3786         When building without libgnome, don't use session management.
3787
3788         * shell/main.c:
3789         When building without libgnome, don't use GnomeProgram or
3790         initialise the authentication manager.
3791
3792         This fixes #328842.
3793
3794 2007-05-04  Ross Burton  <ross@openedhand.com>
3795
3796         * shell/ev-window.c:
3797         Don't use libgnome to open help, instead call Yelp directly.
3798
3799 2007-05-04  Ross Burton  <ross@openedhand.com>
3800
3801         * shell/ev-sidebar-attachments.c:
3802         Don't use libgnome to lookup icons for MIME types, instead copy
3803         code from GTK+ to do it manually.
3804
3805 2007-05-04  Ross Burton  <ross@openedhand.com>
3806
3807         * configure.ac:
3808         Add libxml to the dependencies for SHELL_CORE (#435818).
3809
3810 2007-05-02  Ross Burton  <ross@openedhand.com>
3811
3812         * configure.ac:
3813         * Makefile.am:
3814         Add --disable-thumbnailer (#434825)
3815
3816 2007-05-02  Ross Burton  <ross@openedhand.com>
3817
3818         * shell/ev-window.c:
3819         Add missing includes, fix indentation.
3820
3821         * shell/main.c:
3822         Fix indentation.
3823
3824 2007-04-30  Eduardo Lima <eduardo.lima@indt.org.br>
3825
3826         * shell/ev-window.c (ev_window_cmd_recent_file_activate): Use
3827         ev_application_open_uri_at_dest instead of ev_application_open_uri
3828         preventing new document always being opened in a new window even if there
3829         is an empty window.
3830
3831 2007-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3832
3833         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
3834         (egg_recent_view_uimanager_finalize):
3835         * properties/ev-properties-view.c: (ev_properties_view_dispose):
3836         * shell/ev-page-action-widget.c: (ev_page_action_widget_finalize):
3837         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_finalize),
3838         (ev_pixbuf_cache_dispose):
3839         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose):
3840         * shell/ev-tooltip.c: (ev_tooltip_dispose):
3841         
3842         Add missing chain to parent class methods. Fixes
3843         bug #433128.
3844
3845 2007-04-22  Brian Pepple  <bpepple@fedoraproject.org>
3846
3847         * data/Makefile.am (update-icon-cache): Updates
3848         gtk-update-icon-cache in uninstall-hook.
3849
3850 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3851
3852         * shell/ev-window.c: (ev_window_setup_document),
3853         (ev_window_set_document), (ev_window_load_job_cb):
3854         * shell/ev-view.c: (setup_caches):
3855         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_set_document):
3856
3857         Start rendering pages before any other jobs. 
3858
3859 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3860
3861         * shell/ev-window.c: (ev_window_stop_fullscreen),
3862         (ev_window_stop_presentation):
3863
3864         Update chrome visibility before window unfullscreen. 
3865
3866 2007-04-20  Carlos Garcia Campos  <carlosgc@gnome.org>
3867
3868         * data/Makefile.am:
3869         * data/evince-ui.xml:
3870         * shell/ev-stock-icons.[ch]:
3871         * shell/ev-application.[ch]: (ev_application_shutdown),
3872         (ev_application_init), (ev_application_get_toolbars_model):
3873         * shell/ev-window.c: (update_chrome_visibility),
3874         (fullscreen_toolbar_setup_item_properties),
3875         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
3876         (ev_window_run_presentation), (ev_window_stop_presentation),
3877         (ev_window_run_preview), (ev_window_screen_changed),
3878         (ev_window_cmd_leave_fullscreen), (ev_window_cmd_start_presentation),
3879         (ev_window_dispose), (ev_window_init):
3880
3881         Make fullscreen toolbar always visible. Do not use egg toolbars for
3882         fullscreen and preview modes since such toolbars are not editables.
3883         Fixes bugs #300278, #338910 and #316188.  
3884
3885 2007-04-20  Iñigo Martínez  <inigomartinez@gmail.com>
3886
3887         * shell/ev-application.c:
3888         * shell/ev-job-queue.c:
3889         * shell/ev-metadata-manager.c:
3890         * shell/ev-stock-icons.c:
3891         * shell/ev-window.c:
3892         * shell/main.c:
3893         
3894         Developers documentation updated.
3895
3896 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3897
3898         * shell/ev-window.c: (uri_is_valid), (launch_external_uri):
3899
3900         Check whether uri is valid before launching it. Fixes bug #427664.
3901
3902 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3903
3904         * shell/ev-window.c:
3905
3906         Change key accelerator for Open a Copy menu entry which is in conflict
3907         with Close. Fixes bug #427321.
3908
3909 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3910
3911         * NEWS:
3912         * configure.ac:
3913         
3914         Update for release 0.8.1
3915
3916 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3917
3918         * shell/ev-window.c: (setup_size_from_metadata):
3919         
3920         Do not make window bigger than screen. Fixes bug 
3921         #388985.
3922
3923 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3924
3925         * backend/tiff/tiff-document.c: (tiff_document_get_resolution),
3926         (tiff_document_get_page_size), (tiff_document_render_pixbuf):
3927
3928         Use default resolution when it's not provided by document. Fixes bug
3929         #408762.
3930
3931 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3932
3933         * configure.ac:
3934         * thumbnailer/Makefile.am:
3935         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
3936         * thumbnailer/evince-thumbnailer.schemas.in:
3937         * thumbnailer/evince-thumbnailer-ps.schemas.in:
3938
3939         Add support for ps, eps and compressed documents thumbnails. Do not
3940         ignore size parameter. 
3941
3942 2007-04-07  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
3943
3944         * backend/dvi/dvi-document.c: (dvi_document_class_init), (hsb2rgb),
3945         (dvi_document_do_color_special):
3946         * backend/dvi/mdvi-lib/special.c: (register_builtin_specials):
3947
3948         Implement font color specials in the DVI backend. Fixes bug #303651.
3949
3950 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
3951
3952         Fixup the previous commit:
3953
3954         * shell/Makefile.am (SOURCES): Add xdg-user-dir-lookup.c
3955         * shell/xdg-user-dir-lookup.c: Make the function non-static
3956         * shell/ev-window.c: Don't include xdg-user-dir-lookup.c
3957
3958 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
3959
3960         * shell/ev-window.c (file_open_dialog_response_cb): Use
3961         the xdg-user-dirs DOCUMENTS folder as default folder when
3962         opening a file chooser.  (#424858)
3963
3964         * shell/xdg-user-dir-lookup.c: Copy-and-pasted file from
3965         xdg-user-dirs.
3966
3967 2007-03-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3968
3969         * shell/ev-window.c: (ev_window_load_job_cb):
3970
3971         Do not setup view from metadata on preview mode. 
3972
3973 2007-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3974
3975         * shell/main.c:
3976
3977         Use unlink-tempfile instead of unlink-temp-file. Fixes bug #421274. 
3978
3979 2007-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3980
3981         * shell/ev-view.c: (ev_view_primary_get_cb):
3982
3983         Check pointer != NULL before using it. Fixes bug #416841. 
3984
3985 2007-03-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3986
3987         * NEWS:
3988         * configure.ac:
3989         
3990         Release 0.8.0
3991
3992 2007-03-10  Carlos Garcia Campos  <carlosgc@gnome.org>
3993
3994         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
3995
3996         Do not render thumbnails when sidebar thumbnail page is not visible
3997         at startup. Fixes bug #416447. 
3998
3999 2007-03-07  Christian Kirbach  <Christian.Kirbach@googlemail.com>
4000
4001         * data/evince.desktop.in.in:
4002
4003         "Application" is not a valid category in the freedesktop specification.
4004
4005 2007-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
4006
4007         * libdocument/ev-file-helpers.[ch]: (compression_run),
4008         (ev_file_uncompress), (ev_file_compress):
4009         * shell/ev-window.c: (file_save_dialog_response_cb):
4010
4011         Save document compressed when saving a copy of a compressed document.
4012         Fixes bug #334542.
4013
4014 2007-02-23  Carlos Garcia Campos  <carlosgc@gnome.org>
4015
4016         * shell/ev-view.c: (ev_view_goto_window_key_press_event):
4017
4018         Allow deleting in goto window entry in presentation mode. 
4019
4020 2007-02-20  Kjartan Maraas  <kmaraas@gnome.org>
4021
4022         * Makefile.am: Dist MAINTAINERS.
4023
4024 2007-02-20  Carlos Garcia Campos  <carlosgc@gnome.org>
4025
4026         * shell/ev-window.c: (ev_window_update_actions):
4027
4028         Fix zoom shortcut keys when searching. Fixes bug #409828.
4029
4030 2007-02-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4031
4032         * shell/ev-window.c: (ev_window_setup_document):
4033
4034         Fix crash when loading documents with only one page. 
4035
4036 2007-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
4037
4038         * backend/dvi/dvi-document.c:
4039         (dvi_document_thumbnails_get_dimensions),
4040         (dvi_document_thumbnails_get_thumbnail):
4041         * backend/impress/impress-document.c:
4042         (impress_document_thumbnails_get_thumbnail),
4043         (impress_document_thumbnails_get_dimensions):
4044         * backend/ps/ps-document.c: (ps_document_thumbnails_get_thumbnail),
4045         (ps_document_thumbnails_get_dimensions):
4046         * backend/djvu/djvu-document.c:
4047         (djvu_document_thumbnails_get_dimensions),
4048         (djvu_document_thumbnails_get_thumbnail):
4049         * backend/tiff/tiff-document.c:
4050         (tiff_document_thumbnails_get_thumbnail),
4051         (tiff_document_thumbnails_get_dimensions):
4052         * backend/pdf/ev-poppler.cc: (make_thumbnail_for_page),
4053         (pdf_document_thumbnails_get_thumbnail),
4054         (pdf_document_thumbnails_get_dimensions):
4055         * backend/comics/comics-document.c:
4056         (comics_document_thumbnails_get_thumbnail),
4057         (comics_document_thumbnails_get_dimensions):
4058         * backend/pixbuf/pixbuf-document.c:
4059         (pixbuf_document_thumbnails_get_thumbnail),
4060         (pixbuf_document_thumbnails_get_dimensions):
4061         * libdocument/ev-document-thumbnails.[ch]:
4062         (ev_document_thumbnails_get_thumbnail),
4063         (ev_document_thumbnails_get_dimensions):
4064         * libdocument/ev-document-misc.[ch]:
4065         (ev_document_misc_get_thumbnail_frame):
4066         * shell/ev-jobs.[ch]: (ev_job_thumbnail_dispose),
4067         (ev_job_thumbnail_new), (ev_job_thumbnail_run):
4068         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page), (add_range),
4069         (ev_sidebar_thumbnails_set_loading_icon), (refresh),
4070         (ev_sidebar_thumbnails_refresh):
4071         * shell/ev-window.c: (ev_window_setup_document):
4072         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
4073
4074         Use an EvRenderContext for rendering thumbnails instead of a suggested
4075         width, so that different sized pages get sized proportionally.
4076
4077 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
4078
4079         * shell/ev-view.c: (ev_view_button_press_event),
4080         (ev_view_key_press_event):
4081
4082         Fix critical warnings when there is no document loaded. 
4083
4084 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
4085
4086         * shell/ev-page-action-widget.c:
4087         * shell/ev-navigation-action.c:
4088         * shell/ev-window.c:
4089
4090         Fix compile warnings. 
4091
4092 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
4093
4094         * backend/djvu/djvu-text.h:
4095         * backend/djvu/djvu-document.c:
4096         * backend/djvu/djvu-text-page.c:
4097         * backend/djvu/djvu-links.c:
4098         * backend/djvu/djvu-text-page.h:
4099         * backend/djvu/djvu-text.c:
4100         
4101         Fix build on Mac. Fixes bug #392186. Patch by
4102         <ephraim_owns@hotmail.com>
4103
4104 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
4105
4106         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
4107
4108         Restore cairo context before rendering every page when printing a PDF
4109         document into a PDF file. 
4110
4111 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4112
4113         * backend/ps/gstypes.h:
4114         * backend/ps/ps-document.c: (ps_document_get_page_rotation),
4115         (ps_document_get_page_size), (ps_async_renderer_render_pixbuf),
4116         (ps_document_thumbnails_get_thumbnail):
4117
4118         Handle PostScript page orientation. Fixes bug #318568.
4119
4120 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4121
4122         * backend/ps/Makefile.am:
4123         * backend/ps/ps-document.[ch]: (ps_document_init), (ps_document_dispose),
4124         (document_load), (ps_document_load), (save_document),
4125         (save_page_list), (ps_document_get_n_pages),
4126         (ps_document_get_page_size), (ps_document_get_info),
4127         (ps_interpreter_page_rendered), (ps_async_renderer_render_pixbuf),
4128         (ps_interpreter_thumbnail_rendered), (ps_document_render_thumbnail),
4129         (ps_document_thumbnails_get_thumbnail),
4130         (ps_document_thumbnails_get_dimensions),
4131         (ps_document_document_thumbnails_iface_init):
4132         * backend/ps/ps.[ch]: (psgetpagebox):
4133         * backend/ps/ps-interpreter.[ch]:
4134
4135         Add support for thumbnails in ps backend. Fixes bug #164755. 
4136
4137 2007-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4138
4139         * NEWS:
4140         * configure.ac:
4141         
4142         Release 0.7.2
4143
4144 2007-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
4145
4146         * shell/ev-window.c: (ev_window_set_icon_from_thumbnail),
4147         (ev_window_clear_thumbnail_job), (ev_window_setup_document),
4148         (ev_window_dispose):
4149
4150         Use document thumbnail as window icon. Fixes bug #384442.
4151
4152 2007-02-11  Ed Catmur  <ed@catmur.co.uk>
4153
4154         * configure.ac:
4155
4156         Remove application/x-gzpostscript from EVINCE_MIME_TYPES which was
4157         duplicated adding application/x-bzpostscript instead. 
4158
4159 2007-02-11  Tom Parker  <palfrey@tevp.net>
4160
4161         * backend/ps/ps-document.c: (document_load):
4162
4163         Check return value of psscan before trying
4164         to use it. Fixes bug #372414.
4165
4166 2007-02-11  Carlos Garcia Campos  <carlosgc@gnome.org>
4167
4168         * shell/ev-page-cache.c: (ev_page_cache_finalize):
4169
4170         Fix invalid free in ev-page-cache. Fixes bug #404745.
4171
4172 2007-02-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4173
4174         * test/Makefile.am:
4175         * test/test3.py:
4176         
4177         Added reload test case.
4178
4179 2007-02-10  Carlos Garcia Campos  <carlosgc@gnome.org>
4180
4181         * po/POTFILES.in:
4182         * backend/djvu/djvu-document.c: (djvu_document_load):
4183
4184         Check whether there are missing files in indirect multipage djvu
4185         documents. Fixes bug #361683. 
4186
4187 2007-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4188
4189         * test/Makefile.am:
4190         * test/test-mime.bin:
4191         * test/test3.py:
4192         
4193         Added test for slow mime type
4194
4195 2007-02-06  Carlos Garcia Campos  <carlosgc@gnome.org>
4196
4197         * shell/ev-page-cache.c: (ev_page_cache_finalize):
4198
4199         Add some checks and call parent_class->finalize. Fixes bug #404745.
4200
4201 2007-02-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4202
4203         * shell/ev-navigation-action.c: (connect_proxy):
4204         
4205         Fixes dropdown history menu. Thanks a lot Carlos!
4206
4207 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
4208
4209         * backend/djvu/djvu-links.c: (str_to_utf8), (build_tree):
4210
4211         Make sure g_markup_escape_text receives a valid utf-8 string. Fixes
4212         bug #373715.
4213
4214 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
4215
4216         * backend/ps/ps.c: (psscan):
4217
4218         Fix memory leak. 
4219
4220 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4221
4222         * configure.ac:
4223         * libdocument/ev-file-helpers.c: 
4224
4225         Add missing libgnome/gnome-init.h header file. Fixes bug #396677.
4226
4227 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4228
4229         * configure.ac:
4230         * backend/ps/ps-document.c: (ps_document_init), (ps_document_dispose),
4231         (ps_interpreter_start), (document_load), (save_document),
4232         (save_page_list):
4233         * libdocument/ev-file-helpers.[ch]: (ev_file_uncompress):
4234         * libdocument/ev-document-factory.c:
4235         (ev_document_factory_get_from_mime), (get_document_from_uri),
4236         (free_uncompressed_uri), (ev_document_factory_get_document):
4237         * shell/ev-window.c: (ev_window_cmd_file_open_copy_at_dest):
4238
4239         Support for PDF, PS and EPS compressed files. Fixes bug #307087. 
4240
4241 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4242
4243         * libdocument/ev-document.h:
4244
4245         Fix typo in function name. 
4246
4247 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4248
4249         * backend/ps/ps-document.c: (ps_interpreter_finished),
4250         (ps_interpreter_start), (ps_interpreter_failed):
4251
4252         Handle ghostscript interpreter crashes. 
4253
4254 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
4255
4256         * shell/ev-window.c: (ev_window_open_uri),
4257         (window_configure_event_cb):
4258
4259         Setup window size and position before showing it. Fixes bug #401711.
4260
4261 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
4262
4263         * backend/ps/Makefile.am:
4264         * backend/ps/ps-document.[ch]: (ps_section_free), (ps_document_init),
4265         (ps_document_dispose), (ps_document_class_init),
4266         (ps_interpreter_input), (ps_interpreter_output),
4267         (ps_interpreter_error), (setup_interpreter_env),
4268         (ps_interpreter_start), (ps_interpreter_stop),
4269         (ps_interpreter_failed), (ps_interpreter_is_ready),
4270         (check_filecompressed), (document_load), (ps_document_load),
4271         (ps_document_get_n_pages), (setup_page), (setup_pixmap),
4272         (ps_document_widget_event), (send_ps), (ps_document_next_page),
4273         (render_page):
4274
4275         Rework ps-document. Code cleanups, remove deprecated code. 
4276
4277 2007-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
4278
4279         * shell/ev-view.c: (ev_view_button_press_event):
4280
4281         Do not start an image drag and drop operation when pointer is on 
4282         text, so that we can select text when the whole background is an
4283         image. 
4284
4285 2007-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
4286
4287         * shell/ev-window.c: (ev_window_update_actions): 
4288
4289         Disable all zoom related actions during presentation mode. 
4290
4291 2007-01-31  Esteban Sanchez  <esteban@steve-0.com>
4292
4293         * shell/ev-view.c: (ev_view_zoom_in), (ev_view_zoom_out):
4294
4295         Do not zoom in or out on presentation mode. Fixes bug #401305.
4296
4297 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4298
4299         * shell/ev-navigation-action.c: (connect_proxy),
4300         (create_menu_item), (ev_navigation_action_class_init):
4301         
4302         Correctly show menu and fix crash when navigaton 
4303         action is out of toolbar visible area.
4304
4305 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4306
4307         * data/Makefile.am:
4308         * data/evince.1:
4309         
4310         Added man file
4311
4312 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4313
4314         * help/reference/* :
4315         * configure.ac:
4316         
4317         Added gtk-doc based documentation for Evince.
4318         Still in initial state but I hope it will
4319         grow.
4320         
4321         * configure.ac:
4322         
4323         Lower dbus requirement to 0.70
4324
4325 2007-01-29  Carlos Garcia Campos  <carlosgc@gnome.org>
4326
4327         * shell/ev-window.c: (ev_window_add_history):
4328
4329         Fix memory leak. 
4330
4331 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4332
4333         * shell/ev-view.c: (ev_view_page_label_from_dest), (tip_from_link):
4334         * shell/ev-view.h:
4335         * shell/ev-window.c: (ev_window_add_history):
4336         
4337         Correctly handle named destination links
4338
4339 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4340
4341         * NOTES:
4342         * backend/djvu/djvu-links.c: (djvu_links_get_links_model):
4343         * backend/pdf/ev-poppler.cc:
4344         * libdocument/ev-document-links.h:
4345         * libdocument/ev-link.c: (ev_link_get_page):
4346         * libdocument/ev-link.h:
4347         * shell/ev-history.c: (ev_history_init), (ev_history_class_init),
4348         (ev_history_add_link):
4349         * shell/ev-history.h:
4350         * shell/ev-navigation-action.c: (activate_menu_item_cb),
4351         (new_history_menu_item), (build_menu):
4352         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
4353         * shell/ev-sidebar-links.c: (create_loading_model),
4354         (print_section_cb), (ev_sidebar_links_construct),
4355         (fill_page_labels), (update_page_callback_foreach),
4356         (update_page_callback), (job_finished_callback):
4357         * shell/ev-view.c: (ev_view_handle_link):
4358         * shell/ev-window.c: (ev_window_find_chapter),
4359         (ev_window_add_history), (view_handle_link_cb),
4360         (history_changed_cb):
4361         
4362         Implements another history variant
4363
4364 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
4365
4366         * shell/ev-window.c: (view_external_link_cb):
4367         * shell/ev-view.c: (ev_view_button_release_event):
4368
4369         Open links in new window when clicking with middle button. 
4370
4371 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4372
4373         * shell/ev-navigation-action.c: (new_history_menu_item):
4374         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
4375         * shell/ev-view.c: (ev_view_handle_link):
4376         * shell/ev-window.c:
4377         
4378         Store link before jump, not the destination. For me it 
4379         seems like more natural history behavior.
4380
4381 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4382
4383         * shell/ev-navigation-action.c: (activate_menu_item_cb),
4384         (ev_navigation_action_class_init):
4385         * shell/ev-navigation-action.h:
4386         * shell/ev-page-action.c: (activate_cb):
4387         * shell/ev-page-cache.c: (ev_page_cache_class_init),
4388         (ev_page_cache_set_current_page_history):
4389         * shell/ev-page-cache.h:
4390         * shell/ev-sidebar-thumbnails.c:
4391         (ev_sidebar_tree_selection_changed),
4392         (ev_sidebar_icon_selection_changed), (page_changed_cb):
4393         * shell/ev-view-private.h:
4394         * shell/ev-view.c: (ev_view_handle_link), (ev_view_class_init):
4395         * shell/ev-view.h:
4396         * shell/ev-window.c: (page_changed_cb), (history_changed_cb),
4397         (ev_window_setup_document), (ev_window_load_job_cb):
4398         * shell/ev-window.h:
4399         
4400         History finally works as expected.
4401
4402 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
4403
4404         * shell/ev-sidebar-links.c: (ev_sidebar_links_map):
4405
4406         Do not update links treeview if it doesn't have a model assigned yet. 
4407
4408 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
4409
4410         * shell/ev-sidebar-links.c: (ev_sidebar_links_map),
4411         (ev_sidebar_links_class_init), (update_page_callback):
4412
4413         Do not update links treeview when sidepane is not visible. 
4414
4415 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4416
4417         * shell/ev-marshal.list:
4418         * shell/ev-page-action.c: (activate_cb),
4419         (ev_page_action_class_init):
4420         * shell/ev-page-action.h:
4421         * shell/ev-page-cache.c: (ev_page_cache_set_page_label):
4422         * shell/ev-window.c:
4423         
4424         Remove activate_link signal, not required.
4425
4426 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4427
4428         * shell/ev-navigation-action.c: (build_menu):
4429         
4430         Reorder menu items and build menu with fixed length.
4431
4432 2007-01-27  Ed Catmur  <ed@catmur.co.uk>
4433
4434         * shell/ev-view.c: (get_selected_text):
4435         
4436         Normalize text to fix ligatures problem. See bug
4437         #341947 for details.
4438
4439 2007-01-25  Carlos Garcia Campos  <carlosgc@gnome.org>
4440
4441         * shell/ev-page-cache.c: (ev_page_cache_finalize):
4442
4443         Fix memory leak in ev-page-cache. 
4444
4445 2007-01-25  Tom Parker <palfrey@tevp.net>
4446
4447         * backend/impress/impress-document.c: (impress_document_load),
4448         (impress_document_finalize), (impress_document_init):
4449         * properties/ev-properties-main.c: (ev_properties_get_pages):
4450         
4451         Correctly handle impress document errors. Fixes nautilus
4452         crash in property page #370491.
4453
4454 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
4455
4456         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
4457         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
4458         (ev_job_queue_remove_job):
4459         * shell/ev-jobs.[ch]: (ev_job_load_init), (ev_job_load_class_init),
4460         (ev_job_load_dispose), (ev_job_load_new), (ev_job_load_set_uri),
4461         (ev_job_load_run):
4462         * shell/ev-window.c: (ev_window_is_empty), (password_dialog_response),
4463         (ev_window_popup_password_dialog), (ev_window_clear_load_job),
4464         (ev_window_load_job_cb), (xfer_update_progress_callback),
4465         (ev_window_open_uri), (ev_window_dispose):
4466         * shell/main.c: (main):
4467
4468         Do file transfer asynchronously in the main thread instead of
4469         synchronously in the load thread. Fixes bugs #399694, #398307 and
4470         #343542.
4471
4472 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
4473
4474         * shell/ev-jobs.c: (ev_job_xfer_run):
4475
4476         Load the document with the font-config lock held. 
4477
4478 2007-01-23  Carlos Garcia Campos  <carlosgc@gnome.org>
4479
4480         * backend/ps/ps-document.c: (start_interpreter):
4481
4482         Fix memory leaks in ps backend. 
4483
4484 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
4485
4486         * backend/impress/impress-document.c:
4487         (impress_document_render_pixbuf):
4488
4489         Do not acquire fontconfig lock in impress backend, since it is using
4490         the main loop for rendering. 
4491
4492 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
4493
4494         * po/POTFILES.in: 
4495
4496         Remove mdvi files that shouldn't be translated. 
4497
4498 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
4499
4500         * shell/ev-view-private.h:
4501         * shell/ev-view.c: (draw_loading_text), (ev_view_destroy),
4502         (ev_view_set_zoom):
4503
4504         Render "loading..." text into a cairo surface instead of directly into
4505         the window so that fontconfig lock is only needed once and UI is not
4506         blocked. Change text color to #9B9B9B. Fixes bug #397356.
4507
4508 2007-01-19  Carlos Garcia Campos  <carlosgc@gnome.org>
4509
4510         * shell/ev-stock-icons.c: (ev_stock_icons_init):
4511         * shell/ev-application.c: (ev_application_open_uri_at_dest):
4512
4513         Use icon theme associated with the window screen rather than default. 
4514
4515 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
4516
4517         * configure.ac:
4518
4519         Fix a typo in previous commit (24x24/action/ --> 24x24/actions)
4520
4521 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
4522
4523         * data/icons/*/apps/evince.*:
4524
4525         Move Evince icons under new apps directory.
4526
4527         * data/icons/*/actions/*:
4528
4529         Add new custom themeable Evince icons: view-page-continuous, 
4530         view-page-facing, zoom-fit-width, zoom-fit-page. From Andreas
4531         Nilsson, at 16 and 22 pixels (plus 24 for compatibility).
4532
4533         * configure.ac:
4534
4535         Add new directories to AC_CONFIG_FILES.
4536
4537         * shell/ev-stock-icons.c:
4538         * shell/ev-stock-icons.h:
4539
4540         Use new custom themeable icons.
4541
4542 2007-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4543
4544         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
4545
4546         Do not draw white background page in presentation mode. 
4547
4548 2007-01-16  Jani Monoses <jani.monoses@gmail.com>
4549
4550         * shell/ev-view.c: Remove unused gnome-vfs include.
4551
4552 2007-01-16  Theppitak Karoonboonyanan  <thep@linux.thai.net>
4553
4554         * backend/dvi/mdvi-lib/fontmap.c: (mdvi_load_fontmap):
4555         
4556         Format string is corrected, fixes bug #397129.
4557
4558 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4559
4560         * shell/ev-window.c: (ev_window_setup_recent):
4561
4562         Do not include in recent menu inexistent documents. Fixes
4563         bug #339171.
4564
4565 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4566
4567         * po/POTFILES.skip: 
4568
4569         Update POTFILES.skip file according to current source tree. 
4570
4571 2007-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4572
4573         * shell/ev-window.c: (file_save_dialog_response_cb):
4574
4575         Do Save a copy in atomic way. Fixes bug #328266. 
4576
4577 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
4578
4579         * shell/ev-sidebar-links.c: (update_page_callback_foreach):
4580
4581         Keep selected cell always visible in index treeview.
4582
4583 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
4584         
4585         * shell/ev-view.c: (ev_view_size_allocate):
4586
4587         Restore horizontal scrollbar after switching to/from fullscreen
4588         or presentation mode. Fixes bug #331728.
4589
4590 2007-01-11  Carlos Garcia Campos  <carlosgc@gnome.org>
4591
4592         * shell/ev-view-private.h:
4593         * shell/ev-window.c: (ev_window_screen_changed), (ev_window_init):
4594         * shell/ev-view.[ch]: (ev_view_class_init), (ev_view_set_zoom),
4595         (ev_view_set_screen_dpi), (ev_view_can_zoom_in),
4596         (ev_view_can_zoom_out):
4597
4598         Use max and min scale values in the view iby taking dpi into account. 
4599
4600 2007-01-10  Carlos Garcia Campos  <carlosgc@gnome.org>
4601
4602         * configure.ac:
4603         * NEWS:
4604
4605         Release 0.7.1
4606
4607 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4608
4609         * shell/ev-window.c: (ev_window_print_send):
4610
4611         Send print job to printer with some settings set to default values,
4612         since we have already exported to a file according to such settings
4613         and they could be taken twice by some printers. 
4614
4615 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4616
4617         * shell/ev-jobs.c: (ev_job_xfer_run):
4618         * shell/ev-application.c: (ev_application_open_uri_at_dest):
4619
4620         Show main window and load document with the font-config lock held. 
4621
4622 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4623
4624         * configure.ac:
4625         * shell/ev-application.c: (ev_application_register_service):
4626         * shell/main.c: (load_files_remote):
4627
4628         Bump requirements to dbus-glib 0.71 and drop all ifdefs used.
4629
4630 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4631
4632         * doc/debugging.txt:
4633         
4634         Remove obsolete documentation.
4635
4636 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4637
4638         * Makefile.am:
4639         * backend/Makefile.am:
4640         * backend/comics/Makefile.am:
4641         * backend/djvu/Makefile.am:
4642         * backend/dvi/Makefile.am:
4643         * backend/ev-async-renderer.c:
4644         * backend/ev-async-renderer.h:
4645         * backend/ev-attachment.c:
4646         * backend/ev-attachment.h:
4647         * backend/ev-backend-marshal.c:
4648         * backend/ev-document-factory.c:
4649         * backend/ev-document-factory.h:
4650         * backend/ev-document-find.c:
4651         * backend/ev-document-find.h:
4652         * backend/ev-document-fonts.c:
4653         * backend/ev-document-fonts.h:
4654         * backend/ev-document-images.c:
4655         * backend/ev-document-images.h:
4656         * backend/ev-document-info.h:
4657         * backend/ev-document-links.c:
4658         * backend/ev-document-links.h:
4659         * backend/ev-document-misc.c:
4660         * backend/ev-document-misc.h:
4661         * backend/ev-document-security.c:
4662         * backend/ev-document-security.h:
4663         * backend/ev-document-thumbnails.c:
4664         * backend/ev-document-thumbnails.h:
4665         * backend/ev-document-transition.c:
4666         * backend/ev-document-transition.h:
4667         * backend/ev-document.c:
4668         * backend/ev-document.h:
4669         * backend/ev-file-exporter.c:
4670         * backend/ev-file-exporter.h:
4671         * backend/ev-image.c:
4672         * backend/ev-image.h:
4673         * backend/ev-link-action.c:
4674         * backend/ev-link-action.h:
4675         * backend/ev-link-dest.c:
4676         * backend/ev-link-dest.h:
4677         * backend/ev-link.c:
4678         * backend/ev-link.h:
4679         * backend/ev-render-context.c:
4680         * backend/ev-render-context.h:
4681         * backend/ev-selection.c:
4682         * backend/ev-selection.h:
4683         * backend/impress/Makefile.am:
4684         * backend/pdf/Makefile.am:
4685         * backend/pixbuf/Makefile.am:
4686         * backend/ps/Makefile.am:
4687         * backend/ps/ps-document.c: (push_pixbuf), (interpreter_failed),
4688         (ps_document_widget_event), (setup_pixmap), (setup_page), (input),
4689         (start_interpreter), (stop_interpreter), (document_load),
4690         (ps_document_next_page), (render_page):
4691         * backend/tiff/Makefile.am:
4692         * comics/Makefile.am:
4693         * comics/comics-document.c:
4694         * comics/comics-document.h:
4695         * configure.ac:
4696         * cut-n-paste/zoom-control/ephy-zoom-control.c:
4697         * djvu/Makefile.am:
4698         * djvu/djvu-document-private.h:
4699         * djvu/djvu-document.c:
4700         * djvu/djvu-document.h:
4701         * djvu/djvu-links.c:
4702         * djvu/djvu-links.h:
4703         * djvu/djvu-text-page.c:
4704         * djvu/djvu-text-page.h:
4705         * djvu/djvu-text.c:
4706         * djvu/djvu-text.h:
4707         * dvi/Makefile.am:
4708         * dvi/dvi-document.c:
4709         * dvi/dvi-document.h:
4710         * dvi/fonts.c:
4711         * dvi/fonts.h:
4712         * dvi/mdvi-lib/Makefile.am:
4713         * dvi/mdvi-lib/afmparse.c:
4714         * dvi/mdvi-lib/afmparse.h:
4715         * dvi/mdvi-lib/bitmap.c:
4716         * dvi/mdvi-lib/bitmap.h:
4717         * dvi/mdvi-lib/color.c:
4718         * dvi/mdvi-lib/color.h:
4719         * dvi/mdvi-lib/common.c:
4720         * dvi/mdvi-lib/common.h:
4721         * dvi/mdvi-lib/defaults.h:
4722         * dvi/mdvi-lib/dvimisc.c:
4723         * dvi/mdvi-lib/dviopcodes.h:
4724         * dvi/mdvi-lib/dviread.c:
4725         * dvi/mdvi-lib/files.c:
4726         * dvi/mdvi-lib/font.c:
4727         * dvi/mdvi-lib/fontmap.c:
4728         * dvi/mdvi-lib/fontmap.h:
4729         * dvi/mdvi-lib/fontsrch.c:
4730         * dvi/mdvi-lib/gf.c:
4731         * dvi/mdvi-lib/hash.c:
4732         * dvi/mdvi-lib/hash.h:
4733         * dvi/mdvi-lib/list.c:
4734         * dvi/mdvi-lib/mdvi.h:
4735         * dvi/mdvi-lib/pagesel.c:
4736         * dvi/mdvi-lib/paper.c:
4737         * dvi/mdvi-lib/paper.h:
4738         * dvi/mdvi-lib/pk.c:
4739         * dvi/mdvi-lib/private.h:
4740         * dvi/mdvi-lib/setup.c:
4741         * dvi/mdvi-lib/sp-epsf.c:
4742         * dvi/mdvi-lib/special.c:
4743         * dvi/mdvi-lib/sysdeps.h:
4744         * dvi/mdvi-lib/t1.c:
4745         * dvi/mdvi-lib/tfm.c:
4746         * dvi/mdvi-lib/tfmfile.c:
4747         * dvi/mdvi-lib/tt.c:
4748         * dvi/mdvi-lib/util.c:
4749         * dvi/mdvi-lib/vf.c:
4750         * dvi/pixbuf-device.c:
4751         * dvi/pixbuf-device.h:
4752         * impress/Makefile.am:
4753         * impress/common.h:
4754         * impress/document.c:
4755         * impress/f_oasis.c:
4756         * impress/f_oo13.c:
4757         * impress/iksemel.c:
4758         * impress/iksemel.h:
4759         * impress/imposter.h:
4760         * impress/impress-document.c:
4761         * impress/impress-document.h:
4762         * impress/internal.h:
4763         * impress/r_back.c:
4764         * impress/r_draw.c:
4765         * impress/r_geometry.c:
4766         * impress/r_gradient.c:
4767         * impress/r_style.c:
4768         * impress/r_text.c:
4769         * impress/render.c:
4770         * impress/render.h:
4771         * impress/zip.c:
4772         * impress/zip.h:
4773         * lib/Makefile.am:
4774         * lib/ev-debug.c:
4775         * lib/ev-debug.h:
4776         * lib/ev-file-helpers.c:
4777         * lib/ev-file-helpers.h:
4778         * lib/ev-gui.c:
4779         * lib/ev-gui.h:
4780         * lib/ev-tooltip.c:
4781         * lib/ev-tooltip.h:
4782         * libdocument/Makefile.am:
4783         * libdocument/ev-file-helpers.c:
4784         * pdf/Makefile.am:
4785         * pdf/ev-poppler.cc:
4786         * pdf/ev-poppler.h:
4787         * pixbuf/Makefile.am:
4788         * pixbuf/pixbuf-document.c:
4789         * pixbuf/pixbuf-document.h:
4790         * properties/Makefile.am:
4791         * ps/Makefile.am:
4792         * ps/gsdefaults.c:
4793         * ps/gsdefaults.h:
4794         * ps/gsio.c:
4795         * ps/gsio.h:
4796         * ps/gstypes.h:
4797         * ps/ps-document.c:
4798         * ps/ps-document.h:
4799         * ps/ps.c:
4800         * ps/ps.h:
4801         * shell/Makefile.am:
4802         * shell/ev-application.h:
4803         * shell/ev-sidebar-links.c:
4804         * shell/ev-sidebar-links.h:
4805         * shell/ev-utils.c: (ev_gui_sanitise_popup_position),
4806         (ev_gui_menu_position_tree_selection):
4807         * shell/ev-utils.h:
4808         * shell/ev-view.c: (ev_view_finalize):
4809         * shell/ev-window.c:
4810         * shell/main.c: (main):
4811         * thumbnailer/Makefile.am:
4812         * tiff/Makefile.am:
4813         * tiff/tiff-document.c:
4814         * tiff/tiff-document.h:
4815         * tiff/tiff2ps.c:
4816         * tiff/tiff2ps.h:
4817         
4818         Reorganize source tree.
4819
4820 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4821
4822         * backend/ev-document-factory.c:
4823
4824         Do not include ev-poppler.h when pdf is disabled. 
4825
4826 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
4827
4828         * configure.ac:
4829         * data/evince-ui.xml:
4830         * pdf/ev-poppler.cc: (pdf_document_images_get_images),
4831         (pdf_document_document_images_iface_init):
4832         * backend/Makefile.am:
4833         * backend/ev-document-images.[ch]:
4834         * backend/ev-image.[ch]:
4835         * lib/ev-file-helpers.[ch]: (ev_tmp_filename):
4836         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run),
4837         (ev_job_xfer_run):
4838         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
4839         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
4840         (ev_pixbuf_cache_get_image_mapping):
4841         * shell/ev-window.c: (view_menu_link_popup), (view_menu_image_popup),
4842         (view_menu_popup_cb), (ev_window_dispose),
4843         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
4844         (ev_view_popup_cmd_copy_image):
4845         * shell/ev-view-private.h:
4846         * shell/ev-view.c: (ev_view_get_image_at_location),
4847         (ev_view_do_popup_menu), (ev_view_popup_menu),
4848         (ev_view_button_press_event), (ev_view_drag_data_get),
4849         (ev_view_drag_motion), (ev_view_drag_data_received),
4850         (ev_view_motion_notify_event), (ev_view_button_release_event),
4851         (ev_view_finalize), (ev_view_class_init):
4852
4853         Add image handling support. Fixes bugs #310008 and #325047. Images
4854         selection is not supported yet. 
4855
4856 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
4857
4858         * shell/ev-window.c: (drag_data_received_cb), (ev_window_init):
4859         * shell/ev-view.c: (ev_view_drag_data_received), (ev_view_class_init),
4860         (ev_view_init):
4861
4862         Move view drag and drop stuff to ev-view.
4863
4864 2007-01-05  Carlos Garcia Campos  <carlosgc@gnome.org>
4865
4866         * shell/ev-pixbuf-cache.c: (clear_job_selection):
4867         * shell/ev-view.c: (clear_selection): 
4868
4869         Clear selection also in pixbuf cache.
4870
4871 2007-01-02  Luca Ferretti <elle.uca@libero.it>
4872
4873         * data/evince.desktop.in.in:
4874         
4875         Change icon name in desktop file. See bug #390734
4876         for details.
4877
4878 2006-12-28  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4879
4880         * thumbnailer/Makefile.am:
4881
4882         Use top_builddir instead top_srcdir for generated schema
4883         file installation. Fixes bug #390161.
4884
4885 2006-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
4886
4887         * configure.ac:
4888         * backend/Makefile.am:
4889         * backend/ev-document-transition.[ch]:
4890         * pdf/ev-poppler.cc: (pdf_document_get_page_duration),
4891         (pdf_document_page_transition_iface_init):
4892         * shell/ev-view-private.h:
4893         * shell/ev-view.c: (ev_view_destroy), (page_changed_cb),
4894         (ev_view_set_presentation), (transition_next_page),
4895         (ev_view_presentation_transition_stop),
4896         (ev_view_presentation_transition_start), (ev_view_next_page):
4897
4898         Add page transition support in presentation mode. At the moment only
4899         page duration is supported, but not transition effects. Fixes bug
4900         #309815.
4901
4902 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
4903
4904         * backend/ev-document-links.c: (ev_document_links_find_link_dest):
4905
4906         Run find_link_dest with document lock held, since it's called by links
4907         thread and main thread at the same time. 
4908
4909 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
4910
4911         * shell/ev-view.c: (goto_dest):
4912
4913         Update page-cache when page is changed by the view, so that
4914         page-changed signal is emitted. 
4915
4916 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
4917
4918         * test/test1.py:
4919         * test/test2.py:
4920
4921         Use C locale in tests. 
4922
4923 2006-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
4924
4925         * shell/ev-window.c: (ev_window_run_presentation):
4926         * shell/ev-view-private.h:
4927         * shell/ev-view.c: (ev_view_set_presentation):
4928
4929         Restore zoom settings when back from presentation mode. 
4930
4931 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4932
4933         * shell/ev-window.c: (ev_window_run_presentation):
4934
4935         Always use "best fit" zoom in presentation mode.
4936         Fixes bug #389195.
4937
4938 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4939
4940         * shell/ev-view.c: (ev_view_goto_window_create):
4941
4942         Show "Jump to page" label in the page jumping popup in
4943         presentation mode instead of just a GtkEntry.
4944
4945 2006-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
4946
4947         * shell/ev-window.c: (launch_external_uri):
4948
4949         Do not escape uri before calling gnome_vfs_url_show(). Fixes bug
4950         #378085.
4951
4952 2006-12-22  Elijah Newren  <newren gmail com>
4953
4954         * configure.ac: explicitly check for libxml2.  Fixes #388795
4955
4956 2006-12-22  Carlos Garcia Campos  <carlosgc@gnome.org>
4957
4958         * shell/ev-view-private.h:
4959         * shell/ev-view.c: (send_focus_change), (ev_view_goto_window_hide),
4960         (ev_view_goto_window_delete_event), (key_is_numeric),
4961         (ev_view_goto_window_key_press_event),
4962         (ev_view_goto_window_button_press_event),
4963         (ev_view_goto_entry_activate), (ev_view_goto_window_create),
4964         (ev_view_goto_entry_grab_focus), (ev_view_goto_window_send_key_event),
4965         (ev_view_key_press_event), (ev_view_focus_out), (ev_view_destroy):
4966
4967         Allow jumping to another page by typing a page number in presentation
4968         mode. It uses a popup window with an entry. Fixes bug #353625.
4969
4970 2006-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4971
4972         * configure.ac:
4973         * properties/ev-properties-view.c: (ev_get_default_user_units),
4974         (ev_regular_paper_size):
4975         
4976         Check for NL_MEASUREMENT. Fixes bug #376469. Thanks
4977         to Damien Carbery <damien.carbery@sun.com> and
4978         Yevgen Muntyan <muntyan@tamu.edu>.
4979
4980 2006-12-20  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4981
4982         * shell/ev-window.c: (setup_document_from_metadata):
4983
4984         Make sure Evince doesn't restore the view on the last
4985         page when a document is reopened. Fixes bug #383381.
4986
4987 2006-12-18  Jens Granseuer  <jensgr@gmx.net>
4988
4989         * shell/ev-view.c: (draw_loading_text):
4990
4991         Fix compilation with older compilers like gcc 2. Fixes bug #387237.
4992
4993 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4994
4995         * configure.ac:
4996         * NEWS:
4997
4998         Release 0.7.0
4999
5000 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
5001
5002         * configure.ac:
5003         * pdf/ev-poppler.cc: (pdf_print_context_free),
5004         (pdf_document_file_exporter_begin),
5005         (pdf_document_file_exporter_do_page):
5006
5007         Make cairo-pdf depedency optional. 
5008
5009 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
5010
5011         * shell/ev-print-job.c: (idle_print_handler), (ev_print_job_print):
5012
5013         Use ev_file_exporter instead of ev_ps_exporter in ev-print-job.
5014
5015 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
5016
5017         * backend/ev-document.[ch]: (ev_document_get_fc_mutex),
5018         (ev_document_fc_mutex_lock), (ev_document_fc_mutex_unlock):
5019         * pdf/ev-poppler.cc: (make_thumbnail_for_size):
5020         * shell/ev-jobs.c: (ev_job_render_run), (ev_job_fonts_run):
5021         * shell/ev-view.c: (draw_loading_text):
5022         * shell/ev-window.c: (ev_window_cmd_file_properties):
5023
5024         Use an specific lock for FontConfig. Hopefully it fixes some crashes
5025         related to using FontConfig from different threads.
5026         
5027 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
5028
5029         * shell/ev-view.c: (draw_loading_text):
5030
5031         Acquire lock document when drawing "Loading..." text so that only one
5032         thread will use FontConfig at the same time. Fixes bug #374750.
5033
5034 2006-12-15  Carlos Garcia Campos  <carlosgc@gnome.org>
5035
5036         * shell/ev-page-action.[ch]: (activate_cb):
5037         * shell/ev-window.c: (activate_label_cb):
5038
5039         Check if text inserted in page entry is a valid page number when it
5040         doesn't match to any document page label. Fixes bug #383165.
5041
5042 2006-12-14  Julien Rebetez,  <julienr@cvs.gnome.org>
5043         * shell/ev-window.c:
5044
5045         GTK_STOCK_SELECT_ALL is used in menu definition, but isn't
5046         available with GTK < 2.10. Added an ifdef to avoid compilation
5047         error.
5048
5049 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5050
5051         * configure.ac:
5052         * ps/ps-document.c: (start_interpreter), (ps_document_next_page):
5053
5054         Fix ps backend in multihead systems.
5055
5056 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5057
5058         * ps/ps-document.c: (setup_page), (ps_document_get_page_size):
5059         * shell/ev-window.c: (ev_window_get_screen_dpi),
5060         (ev_window_update_actions), (setup_view_from_metadata),
5061         (ev_window_zoom_changed_cb), (zoom_control_changed_cb):
5062
5063         Take screen DPI into account when zooming. Fixes bug #318285.
5064
5065 2006-12-14  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5066
5067         * data/Makefile.am:
5068
5069         Cleaned up/slightly refactored Makefile.am. Added GConf
5070         schemas uninstallation as well.
5071
5072 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5073
5074         * Makefile.am:
5075         * test/Makefile.am:
5076
5077         Fight with autotools to fix make check. Make distcheck
5078         works fine as well now!
5079
5080 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5081
5082         * shell/ev-view.c: (draw_end_presentation_page):
5083
5084         Corrected "end of presentation" string.
5085
5086 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5087
5088         * shell/ev-view.c: (ev_view_key_press_event):
5089
5090         Correctly propagate key press event so that up/down keys
5091         work as expected (correct behaviour was broken by
5092         black/white screen key bindings for presentations).
5093
5094 2006-12-13  Carlos Garcia Campos  <carlosgc@gnome.org>
5095
5096         * pdf/ev-poppler.cc: (pdf_document_find_get_n_results),
5097         (pdf_document_find_get_result), (pdf_document_find_page_has_results),
5098         (pdf_document_find_get_progress), (pdf_selection_render_selection),
5099         (pdf_selection_get_selection_region),
5100         (pdf_selection_get_selection_map):
5101
5102         Add "static" to some private functions. 
5103
5104 2006-12-13  P. Henrique Silva  <ph.silva@gmail.com>
5105
5106         * lib/ev-tooltip.h:
5107         * properties/ev-properties-view.h:
5108         * shell/ev-jobs.h:
5109         * shell/ev-properties-dialog.h:
5110         * shell/ev-properties-fonts.h:
5111         * shell/ev-sidebar-links.h:
5112         * shell/ev-sidebar-thumbnails.h:
5113         * shell/ev-sidebar.h:
5114         * shell/ev-window.h:
5115         
5116         Fixes CHACK type in class casts. See bug #385343
5117         for details.
5118
5119 2006-12-10  Carlos Garcia Campos  <carlosgc@gnome.org>
5120
5121         * shell/ev-view-private.h:
5122         * shell/ev-view.c: (draw_end_presentation_page),
5123         (ev_view_expose_event), (ev_view_key_press_event),
5124         (ev_view_class_init), (ev_view_init):
5125
5126         Blank screen in presentation mode when pressing 'b' (filling with
5127         black) or 'w' (filling with white) keys. Fixes bug #358132.
5128
5129 2006-12-09  Gabriel Felipe Cornejo  <gnomeusr@gmail.com>
5130
5131         * data/evince-toolbar.xml:
5132         * shell/ev-window.c:
5133         
5134         Use stock icon for Select All action. Fixes
5135         bug #382652.
5136
5137 2006-12-09  Radoslav Dorcik  <dixiecko@gmail.com>
5138
5139         * shell/ev-view.c: (get_doc_point_from_offset),
5140         (ev_view_get_link_at_location), (ev_view_motion_notify_event):
5141
5142         Add links support in rotated documents. Fixes bug #343733.
5143
5144 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
5145
5146         * shell/ev-view-private.h:
5147         * shell/ev-view.c: (draw_end_presentation_page),
5148         (ev_view_expose_event), (ev_view_init), (ev_view_set_presentation):
5149
5150         Show a blank page after the last page in presentation mode with a
5151         message indicating that presentation has finished and how to exit. 
5152
5153 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
5154
5155         * shell/ev-window.c: (fullscreen_timeout_cb):
5156
5157         Hide cursor after a while in presentation mode. 
5158
5159 2006-12-04  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5160
5161         * backend/ev-document-info.h:
5162         * data/evince-properties.glade:
5163         * pdf/ev-poppler.cc:
5164         * properties/ev-properties-view.c: (ev_regular_paper_size),
5165         (ev_properties_view_set_info):
5166         * ps/ps-document.c: (ps_document_get_info):
5167
5168         Adds a paper size field to the properties dialog. Fixes
5169         bug #307315. Patch by Kasper Svendsen (with some i18n
5170         changes done by me).
5171
5172 2006-12-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5173
5174         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
5175         (screensaver_init_dbus), (totem_scrsaver_new),
5176         (totem_scrsaver_init):
5177         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
5178         * shell/ev-application.c: (ev_application_register_service),
5179         (ev_application_screensaver_enable),
5180         (ev_application_screensaver_disable):
5181         * shell/ev-application.h:
5182         * shell/ev-window.c: (ev_window_run_presentation),
5183         (ev_window_stop_presentation), (build_comments_string),
5184         (ev_window_init):
5185         
5186         Move screensaver handling to application. No more
5187         message on startup.
5188
5189 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5190
5191         * configure.ac:
5192         * backend/Makefile.am:
5193         * backend/ev-file-exporter.[ch]:
5194         * pdf/ev-poppler.cc: (pdf_document_file_exporter_*):
5195         * ps/ps-document.c: (ps_document_file_exporter_*):
5196         * tiff/tiff-document.c: (tiff_document_document_file_exporter_*):
5197         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
5198         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
5199         (ev_window_print_dialog_response_cb), (ev_window_print_range):
5200
5201         Allow printing to PDF when suppoted by the backend.
5202         
5203 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5204
5205         * shell/ev-window.c: (build_comments_string):
5206
5207         Use always "Document Viewer" in about dialog. 
5208
5209 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5210
5211         * djvu/djvu-document.c: (djvu_document_get_page_size):
5212
5213         Display a warning message when get_pageinfo fails. 
5214
5215 2006-11-30  Yevgen Muntyan  <muntyan@tamu.edu>
5216
5217         * Makefile.am:
5218         * backend/Makefile.am:
5219         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
5220         * configure.ac:
5221         * shell/ev-window.c: (build_comments_string):
5222         
5223         Make pdf compilation optional. See bug #38007.
5224
5225 2006-11-30  Carlos Garcia Campos  <carlosgc@gnome.org>
5226
5227         * ps/ps.c: (get_next_text):
5228
5229         Fix CVE-2006-5864.
5230
5231 2006-11-22  Carlos Garcia Campos  <carlosgc@gnome.org>
5232
5233         * shell/ev-history.c: (ev_history_finalize), (ev_history_class_init):
5234         * shell/ev-navigation-action.c: (connect_proxy),
5235         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
5236         
5237         Do not call g_type_class_peek_parent twice.
5238
5239 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5240
5241         * configure.ac:
5242         * data/icons/24x24/.cvsignore:
5243         * data/icons/24x24/Makefile.am:
5244         * data/icons/24x24/evince.png:
5245         * data/icons/Makefile.am:
5246         
5247         Add 24x24 icon. Thanks to 
5248         Michael Monreal <infernux@web.de>.
5249
5250 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5251
5252         * configure.ac: Fix typo in configure.ac. Thanks
5253         to dmacks@netspace.org for notification.
5254
5255 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5256
5257         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
5258         
5259         Drop dbus include, fixes compilation with older dbus.
5260
5261 2006-11-22  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5262
5263         * configure.ac:
5264         * cut-n-paste/Makefile.am:
5265         * cut-n-paste/totem-screensaver/.cvsignore
5266         * cut-n-paste/totem-screensaver/Makefile.am:
5267         * cut-n-paste/totem-screensaver/README:
5268         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
5269         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
5270         * shell/Makefile.am:
5271         * shell/ev-window.c: (ev_window_run_presentation),
5272         (ev_window_stop_presentation), (ev_window_cmd_help_about),
5273         (ev_window_init):
5274
5275         Implemented screensaver enabling/disabling for
5276         presentation mode (not fullscreen mode). Code stolen
5277         from Totem (with some minor tweaks). Fixes bug #338889.
5278
5279 2006-11-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5280
5281         * configure.ac:
5282
5283         Bump gnome-icon-theme requirements. We use the rotation
5284         icons that appeared recently.
5285
5286 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5287
5288         * shell/ev-history.c: (ev_history_add_page):
5289         * shell/ev-history.h:
5290         * shell/ev-window.c: (page_changed_cb):
5291         
5292         Use page labels instead of numbers.
5293
5294 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5295
5296         * data/evince-toolbar.xml:
5297         * po/POTFILES.in:
5298         * shell/Makefile.am:
5299         * shell/ev-navigation-action-widget.c:
5300         (ev_navigation_action_widget_init),
5301         (ev_navigation_action_widget_class_init), (menu_deactivate_cb),
5302         (menu_detacher), (ev_navigation_action_widget_set_menu),
5303         (menu_position_func), (popup_menu_under_arrow),
5304         (ev_navigation_action_widget_toggled),
5305         (ev_navigation_action_widget_button_press_event):
5306         * shell/ev-navigation-action-widget.h:
5307         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
5308         (ev_navigation_action_set_window), (activate_menu_item_cb),
5309         (new_history_menu_item), (new_empty_history_menu_item),
5310         (build_menu), (menu_activated_cb), (connect_proxy),
5311         (create_tool_item), (ev_navigation_action_init),
5312         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
5313         * shell/ev-navigation-action.h:
5314         * shell/ev-page-action-widget.c: (ev_page_action_widget_init),
5315         (ev_page_action_widget_set_page_cache),
5316         (ev_page_action_widget_finalize),
5317         (ev_page_action_widget_class_init), (match_selected_cb),
5318         (display_completion_text), (match_completion), (build_new_tree_cb),
5319         (get_filter_model_from_model),
5320         (ev_page_action_widget_update_model):
5321         * shell/ev-page-action-widget.h:
5322         * shell/ev-page-action.c: (activate_link_cb), (update_model),
5323         (connect_proxy):
5324         * shell/ev-page-action.h:
5325         * shell/ev-stock-icons.c:
5326         * shell/ev-stock-icons.h:
5327         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
5328         (page_changed_cb), (ev_window_setup_document), (ev_window_dispose),
5329         (register_custom_actions):
5330         * shell/main.c:
5331         
5332         Preliminary history implementation
5333
5334 2006-11-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5335
5336         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_finalize),
5337         (dvi_document_class_init), (dvi_document_init_params):
5338         * dvi/mdvi-lib/font.c: (font_reference):
5339         
5340         Add reference to subfont. Fixes bug #374277.
5341
5342 2006-11-16  Carlos Garcia Campos  <carlosgc@gnome.org>
5343
5344         * shell/ev-window.c: (ev_window_create_tmp_symlink),
5345         (ev_window_cmd_file_open_copy_at_dest):
5346
5347         Fix a race condition when creating symlink. Increase the counter
5348         avoiding an infinite loop. Really fixes bug #357472. (Based on patch by
5349         Mathias Hasselmann).
5350
5351 2006-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
5352
5353         * backend/Makefile.am:
5354         * backend/ev-attachment.c: (ev_attachment_open):
5355         * lib/ev-file-helpers.[ch]: (ensure_dir_exists), (ev_dot_dir),
5356         (ev_tmp_dir), (ev_tmp_filename):
5357         * shell/ev-sidebar-attachments.c:
5358         (ev_sidebar_attachments_drag_data_get):
5359         * shell/ev-window.c: (ev_window_clear_temp_file):
5360
5361         Use always ev_tmp_dir instead of g_get_tmp_dir. Fix a race condition
5362         in ensure_dir_exists. Abort without crashing when we can't create
5363         user's directory.
5364
5365 2006-11-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5366
5367         * data/evince-ui.xml:
5368         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
5369         (ev_window_xfer_job_cb), (ev_window_get_copy_tmp_name),
5370         (ev_window_cmd_file_open_copy_at_dest),
5371         (ev_window_cmd_file_open_copy), (view_menu_popup_cb),
5372         (ev_view_popup_cmd_open_link_new_window):
5373
5374         Allow opening a copy of the current document in a new window. Fixes bug
5375         #357472
5376
5377 2006-11-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5378
5379         * data/evince-toolbar.xml:
5380         
5381         Add rotate right and rotate left to available items for toolbar.
5382         
5383         * data/evince-ui.xml:
5384         * shell/ev-window.c: (ev_window_init):
5385         
5386         Customize toolbar with right click. Fixes bug #372451.
5387
5388 2006-11-11  Claudio Saavedra  <csaavedra@alumnos.utalca.cl>
5389
5390         * shell/ev-window.c: 
5391         
5392         Use "object-rotate-{left,right}" stock icons. Fixes 
5393         bug #373863.
5394
5395 2006-11-10  Carlos Garcia Campos  <carlosgc@gnome.org>
5396
5397         * shell/ev-application.[ch]: (get_unlink_temp_file_from_args),
5398         (ev_application_open_uri_at_dest), (ev_application_open_uri):
5399         * shell/ev-window.[ch]: (ev_window_clear_temp_file),
5400         (ev_window_open_uri):
5401         * shell/main.c: (arguments_parse):
5402
5403         Remove temp file created when evince is used by GTK+ in
5404         preview mode. Fixes bug #365282. 
5405
5406 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5407
5408         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
5409         
5410         Fixes bug #372474 - Side pane disabled when entering 
5411         and leaving fullscreen mode.
5412
5413 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5414
5415         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (setup_editor):
5416         * data/Makefile.am:
5417         * data/evince-preview-toolbar.xml:
5418         * data/evince-toolbar.xml:
5419         * shell/ev-application.c: (ev_application_shutdown),
5420         (ev_application_init), (ev_application_get_toolbars_model):
5421         * shell/ev-application.h:
5422         * shell/ev-window.c: (update_chrome_visibility),
5423         (ev_window_create_fullscreen_popup), (ev_window_run_preview),
5424         (ev_window_cmd_edit_toolbar), (ev_window_init):
5425         
5426         Fixes bug #364364 - toolbar editor shows zoom actions again.
5427
5428 2006-11-09  Carlos Garcia Campos  <carlosgc@gnome.org>
5429
5430         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
5431
5432         Do not take margins into consideration for paper size when printing.
5433         Really fixes bug #350491.
5434
5435 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
5436
5437         * data/evince-ui.xml:
5438         * shell/ev-window.c: (ev_window_print_page_setup_done_cb),
5439         (ev_window_cmd_file_print_setup),
5440         (ev_window_print_dialog_response_cb),
5441         (ev_window_setup_action_sensitivity):
5442
5443         Add page setup settings for printing. Fixes bugs #363860 and #350491.
5444
5445 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
5446
5447         * shell/ev-window.c: (ev_window_print_range):
5448
5449         Revert my previuos commit, since printing to PDF is not supported by
5450         evince yet. 
5451
5452 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
5453
5454         * shell/ev-window.c: (ev_window_print_range):
5455
5456         Enable print to a PDF. Fixes bug #332121.
5457
5458 2006-10-31  Carlos Garcia Campos  <carlosgc@gnome.org>
5459
5460         * shell/ev-application-service.xml:
5461         * shell/ev-application.[ch]: (ev_application_open_window),
5462         (ev_application_get_empty_window), (ev_application_open_uri_at_dest),
5463         (ev_application_open_uri), (ev_application_open_uri_list):
5464         * shell/ev-window.c: (file_open_dialog_response_cb),
5465         (ev_window_cmd_recent_file_activate), (ev_window_setup_recent),
5466         (drag_data_received_cb), (open_remote_link):
5467         * shell/main.c: (arguments_parse), (load_files), (load_files_remote):
5468
5469         Add support for multiscreen systems. Fixes bug #316206.
5470
5471 2006-10-30  Carlos Garcia Campos  <carlosgc@gnome.org>
5472
5473         * shell/ev-jobs.[ch]: (ev_job_print_new),
5474         (ev_print_job_print_page_in_range), (ev_print_job_print_page_in_set),
5475         (ev_job_print_do_page):
5476         * shell/ev-window.[ch]: (ev_window_print_dialog_response_cb):
5477
5478         Allow printing only odd/even pages. Fixes bug #367289.
5479
5480 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5481
5482         * test/test1.py:
5483         * test/test2.py:
5484
5485         Re-add locale settings to test files.
5486
5487 2006-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5488
5489         * data/evince-ui.xml:
5490         * shell/ev-window.c: (set_action_properties):
5491         
5492         Removed garbage from code and ui.
5493
5494 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5495
5496         * shell/ev-window.c: (ev_window_cmd_help_about):
5497
5498         Shamelessly add my name to the list of contributors.
5499
5500 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5501
5502         * test/test1.py:
5503         * test/test2.py:
5504
5505         Cleaned up the dogtail scripts.
5506
5507 2006-10-27  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5508
5509         * shell/ev-view.c: (draw_loading_text): Don't render
5510         "loading..." text in presentation mode. Temporary
5511         workaround for bug #320352.
5512
5513 2006-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
5514
5515         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
5516         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
5517
5518         Use print settings scale, copies, collate and reverse which were
5519         ignored. Fixes bug #359032.
5520
5521 2006-10-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5522
5523         * configure.ac:
5524         * data/evince-password.glade:
5525         * test/Makefile.am:
5526         * test/test-encrypt.pdf:
5527         * test/test-links.pdf:
5528         * test/test1.py:
5529         * test/test2.py:
5530
5531         Add automated UI tests for evince with dogtail. See
5532         bug #300948.    
5533
5534 2006-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
5535
5536         * shell/ev-window.c: (fullscreen_timeout_cb), (ev_window_init):
5537
5538         Hide fullscreen toolbar when switching to another desktop workspace.
5539         Fixes bug #338871
5540
5541 2006-10-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5542
5543         * shell/ev-window-title.c: 
5544         
5545         Test for .dvi in title of pdf documents.
5546
5547 2006-10-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5548
5549         * shell/ev-view.c: (ev_view_scroll):
5550
5551         Page Up/Down should do page jumps in "Best fit" mode.
5552         If a user has explicitly chosen to view exactly one page
5553         at a time, scrolling just a part of the page when
5554         pressing Page Up/Down is not right. Fixes bug #323107.
5555
5556 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5557
5558         * NEWS:
5559         * configure.ac:
5560         
5561         Update for 0.6.1
5562
5563 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5564
5565         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
5566         (job_fonts_finished_cb), (ev_properties_fonts_set_document):
5567         
5568         Correctly disconnect from job signals on destroy.
5569
5570 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5571
5572         * shell/ev-view-private.h:
5573         * shell/ev-view.c: (view_set_adjustment_values),
5574         (view_update_range_and_current_page),
5575         (ensure_rectangle_is_visible), (ev_view_size_allocate):
5576         
5577         Fixes bug #343199, current page now follows find page.
5578
5579 2006-10-08  Wouter Bolsterlee  <wbolster@gnome.org>
5580
5581         * backend/ev-document-factory.c:
5582         * configure.ac:
5583         Assigned OpenDocument presenation MIME type to the
5584         Impress backend. Added some missing (but harmless)
5585         #ifdefs in the document factory as well to make things
5586         consistent again. Fixes bug #360658.
5587
5588 2006-10-08  Christian Persch  <chpe@cvs.gnome.org>
5589
5590         * backend/ev-async-renderer.c: (ev_async_renderer_get_type):
5591         * backend/ev-document-find.c: (ev_document_find_get_type):
5592         * backend/ev-document-fonts.c: (ev_document_fonts_get_type):
5593         * backend/ev-document-links.c: (ev_document_links_get_type):
5594         * backend/ev-document-security.c: (ev_document_security_get_type):
5595         * backend/ev-document-thumbnails.c:
5596         (ev_document_thumbnails_get_type):
5597         * backend/ev-document.c: (ev_document_get_type):
5598         * backend/ev-ps-exporter.c: (ev_ps_exporter_get_type):
5599         * backend/ev-selection.c: (ev_selection_get_type):
5600         * cut-n-paste/recent-files/egg-recent-model.c:
5601         (egg_recent_model_get_type):
5602         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
5603         (egg_recent_view_uimanager_get_type):
5604         * cut-n-paste/recent-files/egg-recent-view.c:
5605         (egg_recent_view_get_type):
5606         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
5607         (egg_editable_toolbar_get_type):
5608         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
5609         (egg_toolbar_editor_get_type):
5610         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
5611         (egg_toolbars_model_get_type):
5612         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
5613         (egg_tree_multi_drag_source_get_type):
5614         * cut-n-paste/zoom-control/ephy-zoom-action.c:
5615         (ephy_zoom_action_get_type):
5616         * cut-n-paste/zoom-control/ephy-zoom-control.c:
5617         (ephy_zoom_control_get_type):
5618         * impress/r_back.c: (_imp_fill_back):
5619         * properties/ev-properties-main.c:
5620         (ev_properties_plugin_register_type):
5621         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type):
5622         * shell/ev-view-accessible.c: (ev_view_accessible_get_type),
5623         (ev_view_accessible_factory_get_type):
5624
5625         Reduce relocations. Bug #360616.
5626
5627 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5628
5629         * backend/ev-document-factory.c:
5630         (ev_document_factory_get_document):
5631         
5632         Load document even if extension is wrong.
5633
5634 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5635
5636         * shell/ev-metadata-manager.c: (save_values):
5637         * shell/ev-window.c: (setup_size_from_metadata),
5638         (setup_view_from_metadata), (ev_window_setup_document),
5639         (ev_window_xfer_job_cb), (window_configure_event_cb):
5640         
5641         Set size according to the document size/page size ratio.
5642         That should correct rather wierd behaviour of the previous
5643         commit.
5644
5645 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5646
5647         * shell/ev-window.c: (setup_view_from_metadata):
5648         
5649         Set size for new windows from previous window size.
5650         See bugs #354968 and #168450 for details. Thanks
5651         to Meik Hellmund.
5652
5653 2006-10-01  Carlos Garcia Campos  <carlosgc@gnome.org>
5654
5655         * djvu/djvu-links.c: (build_tree):
5656
5657         Fix memory leak.
5658
5659 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5660
5661         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_set_document):
5662         
5663         Don't make sidebar close button insensitive. Fixes
5664         bug #357871.
5665
5666 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5667
5668         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
5669         (ev_window_set_view_accels_sensitivity):
5670         
5671         Don't enable Slash on documents which don't support
5672         find. Fixes bug #358648.
5673
5674 2006-10-01  Wouter Bolsterlee  <wbolster@gnome.org>
5675
5676         * shell/ev-window.c: (ev_window_cmd_file_open): Make the
5677         open dialog fall back to the current document uri if the
5678         filechooser hasn't been used before. Fixes bug #356980.
5679
5680 2006-09-24  Mathias Hasselmann  <mathias.hasselmann@gmx.de>
5681
5682         * shell/ev-window.c: (ev_window_setup_recent), 
5683         (ev_window_get_recent_file_label):
5684
5685         Escape underscores in filenames of recent file items.
5686
5687 2006-09-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5688
5689         * configure.ac:
5690         
5691         Bumped poppler requirements, really 0.5.3 is very 
5692         buggy, now we require 0.5.4.
5693
5694 2006-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5695
5696         * djvu/Makefile.am:
5697         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
5698         (djvu_document_find_iface_init), (djvu_document_links_get_links),
5699         (djvu_document_document_links_iface_init):
5700         * djvu/djvu-links.c: (number_from_miniexp), (string_from_miniexp),
5701         (number_from_string_10), (get_djvu_link_dest),
5702         (get_djvu_link_action), (build_tree), (get_djvu_hyperlink_area),
5703         (get_djvu_hyperlink_mapping), (djvu_links_has_document_links),
5704         (djvu_links_get_links), (djvu_links_find_link_dest),
5705         (djvu_links_get_links_model):
5706         * djvu/djvu-links.h:
5707         
5708         Add support for links and bookmarks in djvu documents. Thanks
5709         to Pauli Virtanen <pauli.virtanen@iki.fi> for the wonderful
5710         patch.
5711
5712 2006-09-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5713
5714         * shell/ev-application.c: (ev_application_open_uri_at_dest):
5715         
5716         Reopen should reload document. Fixes 
5717         bug 327951.
5718
5719 2006-09-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5720
5721         * configure.ac:
5722         * data/Makefile.am:
5723         * data/evince-16.png:
5724         * data/evince-22.png:
5725         * data/evince.png:
5726         * data/evince.svg:
5727         * data/icons/16x16/Makefile.am:
5728         * data/icons/16x16/evince.png:
5729         * data/icons/22x22/Makefile.am:
5730         * data/icons/22x22/evince.png:
5731         * data/icons/48x48/Makefile.am:
5732         * data/icons/48x48/evince.png:
5733         * data/icons/Makefile.am:
5734         * data/icons/scalable/Makefile.am:
5735         * data/icons/scalable/evince.svg:
5736         
5737         Install icons with correct names. Fixes
5738         bug #354429.
5739
5740 2006-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
5741
5742         * shell/ev-view.c: (ev_view_button_release_event):
5743
5744         Don't open links with middle mouse button. Fixes bug #353649
5745
5746 2006-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5747
5748         * NEWS:
5749         * configure.ac:
5750         
5751         Update for release 0.6.0
5752
5753 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5754
5755         * shell/ev-window.c: (ev_window_xfer_job_cb), (do_action_named):
5756         Implement Close named action. Patch by Carlos Garcia Campos.
5757
5758 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5759
5760         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
5761         
5762         Don't clear link mapping on copy_job_to_job_info. Fixes
5763         bug 346168.
5764
5765 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
5766
5767         * shell/main.c: (main):
5768
5769         Revert my previous commit, gnome_program_init owns the option context.
5770         Fix another memory leak in main. Both caught by Christian Persch. 
5771
5772 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
5773
5774         * shell/main.c: (main):
5775
5776         Fix memory leak.
5777
5778 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
5779
5780         * backend/ev-document-factory.c: (ev_document_factory_get_document):
5781
5782         Fix crash when opening a pdf with password protection. 
5783
5784 2006-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
5785
5786         * pdf/ev-poppler.cc: (pdf_document_search_free):
5787
5788         Fix memory leak. 
5789
5790 2006-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5791
5792         * backend/ev-document-factory.c:
5793         (ev_document_factory_get_document):
5794         * tiff/tiff-document.c: (tiff_document_finalize):
5795         
5796         More correct handling of document loading. Fixes
5797         bug #349043.
5798
5799 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5800
5801         * backend/ev-attachment.c: (ev_attachment_save):
5802
5803         Remove GNOME_VFS_OPEN_TRUNCATE flag which is only available with
5804         gnome-vfs >= 2.9.3 and it's not really needed. Fixes bug #351493
5805
5806 2006-08-15  Julien Rebetez  <julienr@cvs.gnome.org>
5807         
5808         * shell/ev-window.c: (ev_window_cmd_recent_file_activate):
5809         Fixed a compilation error if HAVE_GTK_RECENT isn't defined.
5810
5811 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5812
5813         * shell/ev-sidebar-thumbnails.c:
5814
5815         Do not render thumbnails unless thumbnails page is active in the
5816         sidebar.
5817
5818 2006-08-14  Christian Persch  <chpe@cvs.gnome.org>
5819
5820         * shell/ev-properties-dialog.c:
5821
5822         Fix dialogue spacing. Bug #351370.
5823
5824 2006-08-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5825
5826         * configure.ac:
5827
5828         Use lowercase gettext catalog file names (evince.mo
5829         instead of Evince.mo)
5830
5831 2006-08-13  Carlos Garcia Campos  <carlosgc@gnome.org>
5832
5833         * shell/ev-sidebar-attachments.c:
5834
5835         GtkIconTheme is now screen safe too. Fixes bug #350878
5836
5837 2006-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
5838
5839         * shell/ev-window.c:
5840
5841         GtkRecent manager is now screen safe. Fixes bug #350145
5842
5843 2006-08-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5844
5845         * shell/ev-sidebar.c: (ev_sidebar_init):
5846         
5847         Make sidebar close icon smaller. Fix for bug 350177.
5848         See also bugs 350176 and 165770.
5849
5850 2006-08-10  Carlos Garcia Campos  <carlosgc@gnome.org>
5851
5852         * shell/ev-view.c: (goto_fith_dest), (goto_fit_dest), (goto_xyz_dest):
5853
5854         Ignore zoom for xyz destinations when it's <= 1, keeping user
5855         preferences instead. Set correct sizing-mode for fith and fitv
5856         destinations rather than EV_SIZING_FREE. Fixes bug #349433
5857
5858 2006-08-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5859
5860         * NEWS:
5861         * configure.ac:
5862         
5863         Update for release 0.5.5
5864
5865 2006-08-07  Radoslav Dorcik <dixiecko@gmail.com>
5866         
5867         * shell/ev-window.c: (ev_window_cmd_escape)
5868
5869         Escape unfocus page entry. Fixes bug #345809.
5870
5871 2006-08-06  Carlos Garcia Campos  <carlosgc@gnome.org>
5872
5873         * pdf/ev-poppler.cc: (ev_link_dest_from_dest), (ev_link_from_action),
5874         (build_tree), (pdf_document_links_get_links),
5875         (pdf_document_links_find_link_dest):
5876         * shell/ev-view.c: (goto_fitr_dest), (goto_fith_dest),
5877         (goto_xyz_dest):
5878
5879         Convert from PDF style coordinates to X style coordinates in the
5880         backend rather than in the view. Fixes bug #338440
5881
5882 2006-08-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5883
5884         * shell/ev-window.c:
5885         
5886         Remove Ctrl+Shift+T shortcut for toolbars. See
5887         the bug #350098.
5888
5889 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
5890
5891         * configure.ac:
5892
5893         Use [] in AC_DEFINE for GtkRecent. Probably build was failing because
5894         of this. 
5895
5896 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
5897
5898         * configure.ac:
5899         * cut-n-paste/Makefile.am:
5900         * data/evince-ui.xml:
5901         * shell/Makefile.am:
5902         * shell/ev-application.[ch]:
5903         * shell/ev-window.c:
5904
5905         Use GtkRecent instead of EggRecent when it's available. Fixes bug
5906         #349273
5907
5908 2006-08-04  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5909
5910         * shell/eggfindbar.c: (egg_find_bar_init): Fixed typo in
5911         findbar code: s/help/search/
5912
5913 2006-08-04  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
5914
5915         * shell/ev-window.c: (setup_document_from_metadata),
5916         (setup_chrome_from_metadata), (setup_sidebar_from_metadata),
5917         (setup_view_from_metadata):
5918         
5919         Fix memory leaks.
5920
5921 2006-07-31  Christian Persch  <chpe@cvs.gnome.org>
5922
5923         * autogen.sh, configure.ac: 
5924         
5925         Update automake usage. See bug 349292.
5926
5927 2006-07-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5928
5929         * shell/eggfindbar.c: (egg_find_bar_class_init),
5930         (entry_activate_callback), (egg_find_bar_init),
5931         (egg_find_bar_set_status_text):
5932         * shell/eggfindbar.h:
5933         
5934         Unify Evince findbar with Epiphany. Nice patch
5935         from Fabricio Silva <silva@crans.org> and
5936         Frederic Peters <fpeters@entrouvert.com>. See
5937         bug #339966 for details.
5938
5939 2006-07-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5940
5941         * data/evince.desktop.in.in:
5942         
5943         Correct information for bugzilla. Thanks to
5944         Olaf Vitters, see bug #348855.
5945
5946 2006-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
5947
5948         * shell/ev-jobs.[ch]:
5949         * shell/ev-sidebar-links.c:
5950         * shell/ev-window.[ch]:
5951
5952         GtkPrintJob doesn't support print ranges or current page, so we export
5953         to a ps file now when printing ranges or current page.
5954
5955 2006-07-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5956
5957         * pdf/ev-poppler.cc:
5958         * shell/ev-window.c: (do_action_named):
5959
5960         We should be more clear about bugzilla. See the
5961         poppler bug #7623.
5962
5963 2006-07-23  Carlos Garcia Campos  <carlosgc@gnome.org>
5964
5965         * configure.ac:
5966         * shell/Makefile.am:
5967         * shell/ev-job-queue.c:
5968         * shell/ev-jobs.[ch]:
5969         * shell/ev-sidebar-links.c:
5970         * shell/ev-window.[ch]:
5971         
5972         Use GtkPrint instead of GnomePrint when it's available. Fixes bug
5973         #348422
5974
5975 2006-07-17  Carlos Garcia Campos  <carlosgc@gnome.org>
5976
5977         * data/evince-toolbar.xml: Add preview toolbar (hidden by default)
5978         * shell/ev-application-service.xml:
5979         * shell/ev-application.[ch]:
5980         * shell/ev-jobs.[ch]:
5981         * shell/ev-window.[ch]: (ev_window_run_preview):
5982         * shell/main.c: 
5983
5984         Add preview mode to use evince as a printing previewer. It also adds
5985         other command line options for fullscreen and presentation modes.
5986         Fixes bugs #347822, #317031
5987
5988 2006-07-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5989
5990         * NEWS:
5991         * configure.ac:
5992         
5993         Update for release 0.5.4
5994
5995 2006-07-11  Bastien Nocera <hadess@hadess.net>
5996
5997         * Makefile.am:
5998         * backend/Makefile.am:
5999         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
6000         * backend/ev-document-factory.h:
6001         * configure.ac:
6002         * impress/.cvsignore:
6003         * impress/Makefile.am:
6004         * impress/common.h:
6005         * impress/document.c: (_imp_load_xml), (imp_open), (imp_nr_pages),
6006         (imp_get_page), (imp_next_page), (imp_prev_page),
6007         (imp_get_page_no), (imp_get_page_name), (imp_get_xml), (imp_close):
6008         * impress/f_oasis.c: (render_object), (render_page),
6009         (get_geometry), (_imp_oasis_load):
6010         * impress/f_oo13.c: (render_object), (render_page), (get_geometry),
6011         (_imp_oo13_load):
6012         * impress/iksemel.c: (iks_malloc), (iks_free), (iks_set_mem_funcs),
6013         (iks_strdup), (iks_strcat), (iks_strcmp), (iks_strcasecmp),
6014         (iks_strncmp), (iks_strncasecmp), (iks_strlen), (iks_escape),
6015         (iks_unescape), (find_space), (iks_stack_new), (iks_stack_alloc),
6016         (iks_stack_strdup), (iks_stack_strcat), (iks_stack_stat),
6017         (iks_stack_delete), (iks_sax_new), (iks_sax_extend),
6018         (iks_parser_stack), (iks_user_data), (iks_nr_bytes),
6019         (iks_nr_lines), (stack_init), (stack_expand), (sax_core),
6020         (iks_parse), (iks_parser_reset), (iks_parser_delete), (iks_new),
6021         (iks_new_within), (iks_insert), (iks_insert_cdata),
6022         (iks_insert_attrib), (iks_insert_node), (iks_hide), (iks_delete),
6023         (iks_next), (iks_next_tag), (iks_prev), (iks_prev_tag),
6024         (iks_parent), (iks_root), (iks_child), (iks_first_tag),
6025         (iks_attrib), (iks_find), (iks_find_cdata), (iks_find_attrib),
6026         (iks_find_with_attrib), (iks_stack), (iks_type), (iks_name),
6027         (iks_cdata), (iks_cdata_size), (iks_has_children),
6028         (iks_has_attribs), (escape_size), (my_strcat), (escape),
6029         (iks_string), (iks_copy_within), (iks_copy), (tagHook),
6030         (cdataHook), (deleteHook), (iks_dom_new), (iks_set_size_hint),
6031         (iks_tree), (iks_load), (iks_save):
6032         * impress/iksemel.h:
6033         * impress/imposter.h:
6034         * impress/impress-document.c: (G_DEFINE_TYPE_WITH_CODE),
6035         (imp_render_draw_bezier_real), (imp_render_get_size),
6036         (imp_render_set_fg_color), (imp_render_draw_line),
6037         (imp_render_draw_rect), (imp_render_draw_polygon),
6038         (imp_render_draw_arc), (imp_render_draw_bezier),
6039         (imp_render_open_image), (imp_render_get_image_size),
6040         (imp_render_scale_image), (imp_render_draw_image),
6041         (imp_render_close_image), (imp_render_markup),
6042         (imp_render_get_text_size), (imp_render_draw_text),
6043         (impress_document_load), (impress_document_save),
6044         (impress_document_get_n_pages), (impress_document_get_page_size),
6045         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
6046         (impress_document_finalize), (impress_document_class_init),
6047         (impress_document_can_get_text), (impress_document_get_info),
6048         (impress_document_document_iface_init),
6049         (impress_document_thumbnails_get_thumbnail),
6050         (impress_document_thumbnails_get_dimensions),
6051         (impress_document_document_thumbnails_iface_init),
6052         (impress_document_init):
6053         * impress/impress-document.h:
6054         * impress/internal.h:
6055         * impress/r_back.c: (_imp_fill_back):
6056         * impress/r_draw.c: (_imp_draw_rect), (_imp_draw_line_end),
6057         (_imp_draw_image), (_imp_tile_image):
6058         * impress/r_geometry.c: (r_parse_color), (r_get_color), (fg_color),
6059         (r_get_x), (r_get_y), (r_get_angle), (r_get_viewbox), (r_polygon),
6060         (r_polyline):
6061         * impress/r_gradient.c: (poly_rotate), (r_draw_gradient_simple),
6062         (r_draw_gradient_complex), (r_draw_gradient):
6063         * impress/r_style.c: (get_style), (r_get_style), (get_style_x),
6064         (r_get_bullet):
6065         * impress/r_text.c: (add_line), (add_span), (calc_sizes),
6066         (calc_pos), (_imp_draw_layout), (text_span), (text_p), (text_list),
6067         (r_text):
6068         * impress/render.c: (imp_create_context), (imp_context_set_page),
6069         (imp_context_set_step), (imp_render), (imp_delete_context):
6070         * impress/render.h:
6071         * impress/zip.c: (zip_error), (find_cd), (get_long), (get_word),
6072         (list_files), (zip_open), (zip_close), (find_file), (seek_file),
6073         (zip_load_xml), (zip_get_size), (zip_load):
6074         * impress/zip.h:
6075         * shell/ev-utils.c:
6076         
6077         New backend to support impress slides. Fixes bug #30867.
6078
6079 2006-07-10  Ghee Teo  <ghee.teo@sun.com>
6080
6081         * shell/ev-utils.c: (using_postscript_printer):
6082         
6083         Fixes crash when print using PAPI backend,
6084         bug #345012.
6085
6086 2006-06-09  Pat Rondon  <pmr@patrondon.org>
6087
6088         * shell/ev-jobs.c: (ev_job_xfer_run):
6089         * shell/ev-window.c: (password_dialog_response),
6090         (ev_window_popup_password_dialog), (ev_window_xfer_job_cb),
6091         (ev_window_dispose):
6092         Fixes bug #344160: if the xfer job doesn't complete
6093         because a password is required, reload the existing
6094         instance instead of creating a new one.
6095
6096 2006-06-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6097
6098         * shell/main.c: (main): Call gdk_threads_init. Thus
6099         we'll avoid errors in auth dialog. Fix for the bug
6100         #343347.
6101
6102 2006-06-01  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6103
6104         * configure.ac: Advertise pixbuf support, fix
6105         for the bug 343317.
6106
6107 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6108
6109         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_refresh),
6110         (ev_sidebar_thumbnails_set_document):
6111         
6112         Update sidebar thumbnails after reloading.
6113
6114 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6115
6116         * shell/ev-jobs.c: (ev_job_xfer_dispose), (ev_job_xfer_new):
6117         * shell/ev-jobs.h:
6118         * shell/ev-window.c: (ev_window_xfer_job_cb), (ev_window_open_uri),
6119         (ev_window_cmd_view_reload), (ev_window_init):
6120         
6121         Don't crash on reload. Fix for the bug #343167.
6122
6123 2006-05-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6124
6125         * shell/ev-jobs.c: (ev_job_render_run):
6126         
6127         Check for document links.
6128
6129 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6130
6131         * backend/ev-attachment.c: (ev_attachment_save),
6132         (ev_attachment_launch_app), (ev_attachment_open):
6133         * backend/ev-document-factory.c: (get_document_from_uri):
6134         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
6135         (egg_recent_view_uimanager_set_list):
6136         * ps/ps-document.c: (check_filecompressed), (document_load),
6137         (ps_document_load):
6138         * shell/ev-metadata-manager.c: (load_values):
6139         * shell/ev-password.c: (ev_password_dialog_set_property):
6140         * shell/ev-view.c: (tip_from_link):
6141         * shell/ev-window.c: (file_save_dialog_response_cb),
6142         (ev_window_print_dialog_response_cb):
6143         
6144         Use consistent quoting style. Fix for the bug #320285.
6145
6146 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6147
6148         * shell/ev-jobs.c: (ev_job_xfer_run):
6149         * shell/main.c: (load_files):
6150                 
6151         Open links with anchors. Fix for the bug #339836.
6152
6153 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6154
6155         * backend/ev-link-dest.c: (ev_link_dest_type_get_type),
6156         (ev_link_dest_get_page_label), (ev_link_dest_get_property),
6157         (ev_link_dest_set_property), (ev_link_dest_finalize),
6158         (ev_link_dest_class_init), (ev_link_dest_new_named),
6159         (ev_link_dest_new_page_label):
6160         * backend/ev-link-dest.h:
6161         * shell/ev-application.c: (ev_application_open_uri):
6162         * shell/ev-view.c: (goto_dest):
6163         * shell/ev-window.c:
6164         * shell/ev-window.h:
6165         
6166         Fix page-label command line option. Bug #342070.
6167
6168 2006-05-27  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
6169
6170         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
6171         
6172         Don't show highlight rects if page can't be showed. Fix for 
6173         the bug #342076
6174
6175 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6176
6177         * shell/ev-window.c: (setup_sidebar_from_metadata),
6178         (ev_window_sidebar_visibility_changed_cb), (ev_window_init):
6179         
6180         Setup sidebar from metadata even if there is no document
6181         loaded. Fix for the bug #342807.
6182
6183 2006-05-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6184
6185         * cut-n-paste/toolbar-editor/Makefile.am:
6186         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
6187         (get_dock_position), (get_toolbar_position), (get_toolbar_nth),
6188         (find_action), (drag_data_delete_cb), (drag_begin_cb),
6189         (drag_end_cb), (drag_data_get_cb), (move_item_cb),
6190         (remove_item_cb), (remove_toolbar_cb), (popup_context_deactivate),
6191         (popup_context_menu_cb), (button_press_event_cb),
6192         (configure_item_sensitivity), (configure_item_cursor),
6193         (configure_item_tooltip), (connect_widget_signals),
6194         (action_sensitive_cb), (create_item_from_action),
6195         (create_item_from_position), (toolbar_drag_data_received_cb),
6196         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
6197         (toolbar_drag_leave_cb), (configure_drag_dest),
6198         (toggled_visibility_cb), (toolbar_visibility_refresh),
6199         (create_dock), (toolbar_changed_cb), (unparent_fixed),
6200         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
6201         (item_added_cb), (item_removed_cb), (egg_editable_toolbar_build),
6202         (egg_editable_toolbar_set_model), (egg_editable_toolbar_init),
6203         (egg_editable_toolbar_dispose),
6204         (egg_editable_toolbar_set_ui_manager),
6205         (egg_editable_toolbar_get_selected),
6206         (egg_editable_toolbar_set_selected), (set_edit_mode),
6207         (egg_editable_toolbar_set_property),
6208         (egg_editable_toolbar_get_property),
6209         (egg_editable_toolbar_class_init), (egg_editable_toolbar_new),
6210         (egg_editable_toolbar_new_with_model),
6211         (egg_editable_toolbar_get_edit_mode),
6212         (egg_editable_toolbar_set_edit_mode),
6213         (egg_editable_toolbar_add_visibility), (egg_editable_toolbar_show),
6214         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed):
6215         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
6216         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (compare_items),
6217         (item_added_or_removed_cb), (toolbar_removed_cb),
6218         (egg_toolbar_editor_set_model), (egg_toolbar_editor_class_init),
6219         (egg_toolbar_editor_finalize), (drag_begin_cb), (drag_end_cb),
6220         (drag_data_get_cb), (set_drag_cursor), (editor_create_item),
6221         (editor_create_item_from_name), (append_table),
6222         (update_editor_sheet), (egg_toolbar_editor_init):
6223         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
6224         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
6225         (egg_toolbars_model_to_xml), (egg_toolbars_model_save_toolbars),
6226         (is_unique), (toolbar_node_new), (item_node_new), (item_node_free),
6227         (toolbar_node_free), (egg_toolbars_model_get_flags),
6228         (egg_toolbars_model_set_flags), (egg_toolbars_model_get_data),
6229         (egg_toolbars_model_get_name), (impl_add_item),
6230         (egg_toolbars_model_add_item), (egg_toolbars_model_add_toolbar),
6231         (parse_data_list), (parse_item_list), (parse_toolbars),
6232         (egg_toolbars_model_load_toolbars), (parse_available_list),
6233         (parse_names), (egg_toolbars_model_load_names),
6234         (egg_toolbars_model_class_init), (egg_toolbars_model_init),
6235         (egg_toolbars_model_finalize), (egg_toolbars_model_remove_toolbar),
6236         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
6237         (egg_toolbars_model_delete_item), (egg_toolbars_model_n_items),
6238         (egg_toolbars_model_item_nth), (egg_toolbars_model_n_toolbars),
6239         (egg_toolbars_model_toolbar_nth), (egg_toolbars_model_get_types),
6240         (egg_toolbars_model_set_types), (fill_avail_array),
6241         (egg_toolbars_model_get_name_avail),
6242         (egg_toolbars_model_get_name_flags),
6243         (egg_toolbars_model_set_name_flags):
6244         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
6245         * cut-n-paste/toolbar-editor/eggintl.h:
6246         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
6247         (egg_tree_multi_drag_source_get_type),
6248         (egg_tree_multi_drag_source_row_draggable),
6249         (egg_tree_multi_drag_source_drag_data_delete),
6250         (egg_tree_multi_drag_source_drag_data_get), (stop_drag_check),
6251         (egg_tree_multi_drag_button_release_event), (selection_foreach),
6252         (path_list_free), (set_context_data), (get_context_data),
6253         (get_info), (egg_tree_multi_drag_drag_data_get),
6254         (egg_tree_multi_drag_motion_event),
6255         (egg_tree_multi_drag_button_press_event),
6256         (egg_tree_multi_drag_add_drag_support):
6257         * cut-n-paste/toolbar-editor/eggtreemultidnd.h:
6258         * shell/ev-application.c: (ev_application_init),
6259         (ev_application_save_toolbars_model):
6260         * shell/ev-window.c: (ev_window_create_fullscreen_popup),
6261         (ev_window_cmd_edit_toolbar), (ev_window_init):
6262         
6263         Sync toolbareditor with epiphany and libegg
6264
6265 2006-05-23  Carlos Garcia Campos  <carlosgc@gnome.org>
6266
6267         * configure.ac: 
6268
6269         Depend on poppler 0.5.2
6270
6271 2006-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6272
6273         * shell/ev-jobs.c: (ev_job_render_run):
6274         
6275         Check if document supports links iterface.
6276
6277 2006-05-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6278
6279         * NEWS:
6280         * configure.ac:
6281         
6282         Update for release 0.5.3
6283
6284 2006-05-13  Michael Plump  <plumpy@skylab.org>
6285
6286         * configure.ac:
6287         * shell/Makefile.am:
6288         * shell/main.c: (main):
6289         
6290         Port to GOption command line parsing. Fix for the 
6291         bug #327518
6292
6293 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6294
6295         * shell/ev-window.c: (ev_window_cmd_help_about):
6296         
6297         Do not wrap license. Fix for the bug #309460.
6298
6299 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6300
6301         * configure.ac:
6302         * properties/ev-properties-main.c: (ev_properties_get_pages):
6303         * shell/ev-application.c: (ev_application_open_window),
6304         (ev_application_open_uri_at_dest):
6305         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
6306         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
6307         (ev_sidebar_thumbnails_use_icon_view), (page_changed_cb):
6308         * shell/ev-utils.c: (save_print_config_to_file):
6309         * shell/ev-window.c: (ev_window_cmd_save_as),
6310         (ev_attachment_popup_cmd_save_attachment_as):
6311         * shell/main.c: (load_files_remote):
6312         
6313         Bump requirements to gtk 2.8 and drop all ifdefs used.
6314
6315 2006-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6316
6317         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
6318         * shell/ev-window.c: (ev_window_init):
6319         
6320         Show attachments page.
6321
6322 2006-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6323
6324         * po/POTFILES.in:
6325         * shell/ev-attachment-bar.c:
6326         * shell/ev-attachment-bar.h:
6327         * shell/ev-sidebar-attachments.c:
6328         (ev_sidebar_attachments_icon_cache_add),
6329         (icon_theme_get_pixbuf_from_mime_type),
6330         (ev_sidebar_attachments_icon_cache_get), (icon_cache_update_icon),
6331         (ev_sidebar_attachments_icon_cache_refresh),
6332         (ev_sidebar_attachments_get_attachment_at_pos),
6333         (ev_sidebar_attachments_popup_menu_show),
6334         (ev_sidebar_attachments_popup_menu),
6335         (ev_sidebar_attachments_button_press),
6336         (ev_sidebar_attachments_update_icons),
6337         (ev_sidebar_attachments_drag_data_get),
6338         (ev_sidebar_attachments_get_property),
6339         (ev_sidebar_attachments_destroy),
6340         (ev_sidebar_attachments_class_init), (ev_sidebar_attachments_init),
6341         (ev_sidebar_attachments_new),
6342         (ev_sidebar_attachments_set_document),
6343         (ev_sidebar_attachments_support_document),
6344         (ev_sidebar_attachments_get_label),
6345         (ev_sidebar_attachments_page_iface_init):
6346         * shell/ev-sidebar-attachments.h:
6347         * shell/ev-window.c: (update_chrome_visibility),
6348         (setup_sidebar_from_metadata), (ev_window_setup_document),
6349         (ev_window_sidebar_current_page_changed_cb),
6350         (attachment_bar_menu_popup_cb), (ev_window_init):
6351         
6352         Move attachments bar to sidebar.
6353
6354 2006-05-09  Carlos Garcia Campos  <carlosgc@gnome.org>
6355
6356         * pdf/ev-poppler.cc:
6357         * shell/ev-application.[ch]:
6358         * shell/main.c:
6359
6360         Fix some memory leaks.
6361
6362 2006-05-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6363
6364         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
6365
6366         Change the properties dialog response to
6367         GTK_RESPONSE_CANCEL instead of GTK_RESPONSE_CLOSE. This
6368         will make the dialog go away when the user presses
6369         enter. With gtk+ >= 2.9 this will happen anyway, but for
6370         older gtk+ versions only GTK_RESPONSE_CANCEL is bound to
6371         escape by default. Fixes bug #340539. See also bug
6372         #101293 for the gtk+ part.
6373
6374 2006-05-08  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
6375
6376         * shell/ev-view.c (tip_from_action_named): Replace some strings
6377         that were wrong. Closes #340970.
6378
6379 2006-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
6380
6381         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
6382
6383         Update sidebar chrome flag when sidebar visibility changes. Fixes bug
6384         #341049
6385
6386 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6387
6388         * djvu/Makefile.am:
6389         * dvi/Makefile.am:
6390         * dvi/mdvi-lib/Makefile.am:
6391         * properties/Makefile.am:
6392         * ps/Makefile.am:
6393         * shell/Makefile.am:
6394         * thumbnailer/Makefile.am:
6395         
6396         Due to broken libtool that is unable to track dependencies
6397         of noinst libraries we are forced to explicitely point
6398         libraries for binary. Fix for the bug #333334.
6399
6400 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6401
6402         * data/evince.desktop.in.in:
6403         * shell/ev-view.c: (view_update_range_and_current_page),
6404         (ev_view_next_page), (ev_view_previous_page):
6405         * shell/ev-window.c: (update_chrome_visibility),
6406         (setup_sidebar_from_metadata), (ev_window_setup_document),
6407         (ev_window_update_fullscreen_popup), (fullscreen_timeout_cb),
6408         (fullscreen_set_timeout), (fullscreen_clear_timeout),
6409         (fullscreen_motion_notify_cb), (ev_window_run_fullscreen),
6410         (ev_window_stop_fullscreen), (ev_window_run_presentation),
6411         (ev_window_stop_presentation), (ev_window_focus_in_event),
6412         (ev_window_focus_out_event), (ev_window_view_sidebar_cb),
6413         (ev_window_init):
6414         * thumbnailer/Makefile.am:
6415         
6416         Update fullscreen and presentation timeout handling. Hide
6417         cursor in presentation after timeout. Fix for the bugs
6418         #136359 and #336981.
6419
6420 2006-05-03  Carlos Garcia Campos  <carlosgc@gnome.org>
6421
6422         * backend/ev-link-action.[ch]:
6423         * pdf/ev-poppler.cc: (ev_link_from_action):
6424         * shell/ev-view-private.h:
6425         * shell/ev-view.c: (ev_view_handle_link), (tip_from_action_named):
6426         * shell/ev-window.c: (do_action_named), (view_external_link_cb):
6427
6428         Add support for Named Action links
6429
6430 2006-05-02  Carlos Garcia Campos  <carlosgc@gnome.org>
6431
6432         * backend/Makefile.am:
6433         * backend/ev-document-links.[ch]:
6434         * backend/ev-document.[ch]:
6435         * backend/ev-link-action.[ch]:
6436         * backend/ev-link-dest.[ch]:
6437         * backend/ev-link.[ch]:
6438         * pdf/ev-poppler.cc: (pdf_document_find_link_dest),
6439         (ev_link_dest_from_dest), (ev_link_from_action), (build_tree):
6440         * shell/ev-page-action.c: (build_new_tree_cb):
6441         * shell/ev-sidebar-links.c: (get_page_from_dest), (print_section_cb),
6442         (links_page_num_func), (update_page_callback):
6443         * shell/ev-view.[ch]: (ev_view_goto_dest), (ev_view_handle_link),
6444         (tip_from_link):
6445         * shell/ev-jobs.c:
6446         * shell/ev-window.[ch]: (ev_window_open_uri),
6447         (sidebar_links_link_activated_cb), (ev_view_popup_cmd_open_link):
6448         * shell/ev-application.[ch]: (ev_application_open_window),
6449         (ev_application_open_uri):
6450
6451         Rework links system, it adds support for remote links now and it makes
6452         easier to add new kinds of actions and destinations. Fixes bug #317292
6453
6454 2006-05-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6455
6456         * data/Makefile.am:
6457         * data/evince.png:
6458         * data/evince-16.png:
6459         * data/evince-22.png:
6460         * data/evince.svg:
6461         * shell/main.c: (main):
6462         
6463         Evince use it's own icon. Fix for the bug #313392.
6464
6465         * shell/ev-window.c: (fullscreen_timeout_cb),
6466         (fullscreen_set_timeout), (fullscreen_clear_timeout),
6467         (ev_window_cmd_help_about), (ev_window_dispose):
6468         
6469         Simplify fullscreen timeout code.
6470
6471 2006-04-29  Carlos Garcia Campos  <carlosgc@gnome.org>
6472
6473         * backend/ev-attachment.c: 
6474         * shell/ev-attachment-bar.c:
6475         * shell/ev-window.c:
6476
6477         Allow multiple selection of attachments
6478
6479 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6480
6481         * shell/ev-view.c: (view_update_range_and_current_page),
6482         (ev_view_scroll):
6483         
6484         Fix for the bug #312573 – Optimal selection of current 
6485         page among visible pages.
6486
6487 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6488
6489         * configure.ac:
6490         * djvu/Makefile.am:
6491         * djvu/djvu-text.h:
6492         
6493         Update to djvulibre-3.5.17, now it uses pkg-config. Fix
6494         for the bug 339868.
6495
6496 2006-04-22  Kjartan Maraas  <kmaraas@gnome.org>
6497
6498         * configure.ac: Fix the LINGUAS stuff here too so it builds.
6499
6500 2006-04-21  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6501
6502         * shell/ev-window.c: Add ellipsis to the Find... menu item, as
6503         dictated by the GNOME HIG. Fixes bug #339235.
6504
6505 2006-04-20  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6506
6507         * data/evince-ui.xml:
6508         * shell/ev-view.c: (ev_view_can_find_previous):
6509         * shell/ev-view.h:
6510         * shell/ev-window.c: (ev_window_update_actions),
6511         (ev_window_cmd_edit_find_previous):
6512
6513         Add support for "Find Previous" as dictated by the GNOME HIG. A
6514         menu item is added and some glue code to make it all work is added
6515         to various files.
6516
6517 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6518
6519         * configure.ac: Award myself the "useless use of cat" award.
6520
6521 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6522
6523         * po/LINGUAS: New file listing all supported languages.
6524
6525         * configure.in: Use po/LINGUAS instead of including all languages
6526         directly in this file. See the wiki for more information:
6527         http://live.gnome.org/GnomeGoals/PoLinguas
6528
6529 2006-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
6530
6531         * backend/ev-document-factory.c:
6532
6533         Do not load the document twice when there isn't errors
6534
6535 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
6536
6537         * backend/ev-attachment.c: 
6538
6539         Fix a crash when there isn't a default application to open an
6540         attachment
6541
6542 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
6543
6544         * backend/ev-attachment.[ch]:
6545         * shell/ev-attachment-bar.[ch]:
6546
6547         Added missing files. 
6548
6549 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
6550
6551         * backend/Makefile.am:
6552         * data/evince-ui.xml:
6553         * backend/ev-attachment.[ch]:
6554         * backend/ev-document.[ch]: (ev_document_has_attachments),
6555         (ev_document_get_attachments):
6556         * pdf/ev-poppler.cc: (pdf_document_has_attachments),
6557         (attachment_save_to_buffer), (pdf_document_get_attachments),
6558         (pdf_document_document_iface_init):
6559         * shell/Makefile.am:
6560         * shell/ev-attachment-bar.[ch]:
6561         * shell/ev-window.c:
6562
6563         Add support for PDF attachments. Fixes bug #325143
6564
6565 2006-04-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6566
6567         * backend/ev-document-factory.c: (get_document_from_uri),
6568         (ev_document_factory_get_document):
6569         * backend/ev-document-factory.h:
6570         * properties/ev-properties-main.c: (ev_properties_get_pages):
6571         * shell/Makefile.am:
6572         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
6573         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
6574         (ev_job_queue_remove_job):
6575         * shell/ev-job-queue.h:
6576         * shell/ev-job-xfer.c:
6577         * shell/ev-job-xfer.h:
6578         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
6579         (ev_job_fonts_new), (ev_job_fonts_run), (ev_job_xfer_init),
6580         (ev_job_xfer_dispose), (ev_job_xfer_class_init), (ev_job_xfer_new),
6581         (ev_job_xfer_run):
6582         * shell/ev-jobs.h:
6583         * shell/ev-window.c: (ev_window_is_empty),
6584         (password_dialog_response), (ev_window_clear_xfer_job),
6585         (ev_window_xfer_job_cb), (ev_window_open_uri),
6586         (ev_window_cmd_focus_page_selector),
6587         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
6588         (ev_window_cmd_continuous), (ev_window_cmd_dual),
6589         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
6590         (ev_window_dispose):
6591         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
6592         
6593         * Cleanup mime type detection on document load. Fix for the
6594         bug #336448.
6595
6596 2006-04-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6597
6598         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
6599         
6600         Fix crash on exit, described in the bug #336825.
6601
6602 2006-03-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6603
6604         * backend/ev-document-factory.c:
6605         (ev_document_factory_get_from_mime),
6606         (ev_document_factory_get_all_mime_types), (get_document_from_uri),
6607         (ev_document_factory_get_document),
6608         (file_filter_add_mime_list_and_free),
6609         (ev_document_factory_add_filters):
6610         * backend/ev-document-factory.h:
6611         * properties/ev-properties-main.c: (ev_properties_get_pages):
6612         * shell/Makefile.am:
6613         * shell/ev-application.c:
6614         * shell/ev-job-xfer.c: (ev_job_xfer_run):
6615         * shell/ev-window.c: (ev_window_cmd_file_open),
6616         (ev_window_cmd_save_as):
6617         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
6618         
6619         Rework factory functions so they are placed now in a single 
6620         file ev-document-factory.c
6621
6622 2006-03-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6623
6624         * shell/ev-window.c: (update_chrome_visibility):
6625         
6626         Fix for the bug 166566 - don't show menubar in fullscreen
6627         mode.
6628
6629 2006-03-22  Tommi Vainikainen  <thv@iki.fi>
6630
6631         * configure.ac (ALL_LINGUAS): Added Dzongkha (dz).
6632
6633 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6634
6635         * shell/ev-view.c: (ev_view_expose_event):
6636         
6637         More correctly draw loading text when document
6638         is empty.
6639
6640 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6641
6642         * shell/ev-view.c: (ev_view_scroll):
6643         
6644         Fix for the bug #334854, page down and page up switch
6645         pages in presentation mode.
6646
6647 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6648
6649         * shell/ev-window.c: (ev_window_set_action_sensitive),
6650         (ev_window_setup_action_sensitivity), (ev_window_update_actions),
6651         (ev_window_set_view_accels_sensitivity),
6652         (update_chrome_visibility), (ev_window_cmd_focus_page_selector),
6653         (ev_window_cmd_continuous), (ev_window_cmd_dual),
6654         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
6655         (find_changed_cb), (page_changed_cb), (ev_window_setup_document),
6656         (ev_window_cmd_edit_find), (ev_window_set_page_mode),
6657         (ev_window_cmd_edit_toolbar_cb), (ev_window_zoom_changed_cb),
6658         (ev_window_has_selection_changed_cb), (find_bar_search_changed_cb),
6659         (view_actions_focus_in_cb), (ev_window_init):
6660         
6661         Fix for the bug #333902, now it's possible to search
6662         words with slash.
6663
6664 2006-03-16  Jérémy Ar Floc'h <jérémy.lefloch@gmail.com>
6665
6666         * configure.ac: Added Breton translation.
6667         * po/br.po: Added Breton translation.
6668
6669 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
6670
6671         * shell/ev-window-title (ev_window_title_update):
6672
6673         Fix memory leak in window title. Fixes bug #333944
6674
6675 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
6676
6677         * shell/ev-metadata-manager.c (parseItem):
6678
6679         Fix memory leaks. Fixes bug #333945
6680
6681 2006-03-13  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6682         
6683         * NEWS, configure.ac, TODO:
6684         
6685         Update for release 0.5.2.
6686
6687 2006-03-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6688
6689         * shell/ev-view.c: (view_update_range_and_current_page),
6690         (page_changed_cb):
6691         
6692         Don't jump on scrolling, fix for the bug #333127.
6693
6694 2006-03-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6695
6696         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
6697         
6698         Scroll by one page in presentation mode. Fix for the bug
6699         #332993.
6700
6701 2006-03-01  Vladimer SIchinava <vlsichinava@gmail.com>
6702
6703         * configure.ac: Added ka (Georgian) to ALL_LINGUAS line.
6704
6705 2006-02-28  Clytie Siddall <clytie@riverland.net.au>
6706
6707         * configure.ac  Added lv in ALL_LINGUAS line.
6708
6709 2006-02-27  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6710         
6711         * NEWS, configure.ac:
6712         
6713         Update for release 0.5.1
6714
6715 2006-02-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
6716
6717         * backend/ev-document-misc.c: (ev_document_misc_paint_one_page):
6718         * backend/ev-document-misc.h:
6719         * shell/ev-view.c: (draw_one_page):
6720         
6721          Clairfy what page the toolbar page number applies to. Fix
6722          for the bug #328102.
6723
6724 2006-02-24  Stanislav Slusny <slusnys@gmail.com>
6725
6726         * shell/ev-view-private.h:
6727         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_event),
6728         (ev_view_init), (find_changed_cb), (ev_view_find_previous),
6729         (ev_view_search_changed):
6730         * shell/ev-view.h:
6731         * shell/ev-window.c: (find_bar_search_changed_cb):
6732         
6733         Dont't jump to find result if window was scrolled during search.
6734         Fix for the bug #313266.
6735
6736 2006-02-21  Stanislav Slusny <slusnys@gmail.com>
6737
6738         * shell/eggfindbar.c: (egg_find_bar_class_init):
6739         * shell/eggfindbar.h:
6740         * shell/ev-view-accessible.c: (ev_view_accessible_idle_do_action):
6741         * shell/ev-view-private.h:
6742         * shell/ev-view.c: (add_scroll_binding_keypad), (ev_view_scroll),
6743         (ev_view_class_init), (ev_sizing_mode_get_type),
6744         (ev_scroll_type_get_type):
6745         * shell/ev-view.h:
6746         * shell/ev-window.c: (ev_window_cmd_scroll_forward),
6747         (ev_window_cmd_scroll_backward), (find_bar_scroll),
6748         (ev_window_init):
6749         
6750         Fix for the bug 319133 - Find entry should allow text scroll.
6751
6752 2006-02-20  Antoine Dopffer <antoine.dopffer@free.fr>
6753
6754         * shell/ev-view-private.h:
6755         * shell/ev-view.c: (view_update_range_and_current_page),
6756         (highlight_find_results), (find_changed_cb), (page_changed_cb),
6757         (ev_view_set_document), (update_find_status_message),
6758         (jump_to_find_result), (jump_to_find_page), (ev_view_find_next),
6759         (ev_view_find_previous):
6760         
6761         Fix for the bug #319137. Search now takes account for scrolling.
6762
6763 2006-02-19  Michael Hofmann <mh21@piware.de>
6764
6765         * configure.ac:
6766         * djvu/Makefile.am:
6767         * djvu/djvu-document-private.h:
6768         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
6769         (djvu_handle_events), (djvu_document_load), (djvu_document_save),
6770         (djvu_document_get_page_size), (djvu_document_render_pixbuf),
6771         (djvu_document_can_get_text), (djvu_document_get_text),
6772         (djvu_document_document_iface_init),
6773         (djvu_document_thumbnails_get_thumbnail),
6774         (djvu_document_find_begin), (djvu_document_find_get_n_results),
6775         (djvu_document_find_get_result),
6776         (djvu_document_find_page_has_results),
6777         (djvu_document_find_get_progress), (djvu_document_find_cancel),
6778         (djvu_document_find_iface_init):
6779         * djvu/djvu-text-page.c: (djvu_text_page_selection_process),
6780         (djvu_text_page_selection), (djvu_text_page_limits_process),
6781         (djvu_text_page_limits), (djvu_text_page_copy),
6782         (djvu_text_page_position), (djvu_text_page_union),
6783         (djvu_text_page_sexpr_process), (djvu_text_page_sexpr),
6784         (djvu_text_page_box), (djvu_text_page_append_text),
6785         (djvu_text_page_search), (djvu_text_page_prepare_search),
6786         (djvu_text_page_new), (djvu_text_page_free):
6787         * djvu/djvu-text-page.h:
6788         * djvu/djvu-text.c: (djvu_text_idle_callback), (djvu_text_new),
6789         (djvu_text_copy), (djvu_text_free), (djvu_text_get_text),
6790         (djvu_text_n_results), (djvu_text_has_results),
6791         (djvu_text_get_result), (djvu_text_get_progress):
6792         * djvu/djvu-text.h:
6793         
6794         Text search in djvu. Fix for the bug #303415.
6795
6796 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6797
6798         * configure.ac:
6799         * shell/ev-window.c: (ev_window_cmd_save_as):
6800         
6801         Ask filechooser to confirm overwrite. Fix for the bug #328266.
6802         Thanks to Gary Coady <gary@lyranthe.org>
6803
6804 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6805
6806         * shell/ev-print-job.c: (idle_print_handler):
6807         
6808         Inverse order printing, bug #320919.
6809
6810 2006-02-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6811
6812         * data/evince-toolbar.xml:
6813         * shell/ev-window.c:
6814         
6815         Allow to add sidebar checkbutton on toolbar. Fix
6816         for the bug #144577.
6817
6818 2006-02-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6819
6820         * ps/ps-document.c: (push_pixbuf), (setup_pixmap):
6821         
6822         Add checks that have sense for empty ps document.
6823
6824 2006-02-15  Luca Ferretti <elle.uca@libero.it>
6825
6826         * configure.ac: Include PS in mime types list. 
6827
6828 2006-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6829
6830         * configure.ac:
6831         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
6832         * ps/gsdefaults.h:
6833         * ps/ps-document.c: (start_interpreter), (ps_document_load):
6834         
6835         Runtime check for gs interpreter. Fix for the bug #320868.
6836         Thanks to Antoine Dopffer antoine.dopffer@free.fr
6837
6838 2006-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
6839
6840         * shell/ev-application.c: 
6841
6842         Use DBUS_NAME_FLAG_DO_NOT_QUEUE flag in RequestName method when
6843         dbus>=0.60, so that the request is not queued. 
6844
6845 2006-02-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6846
6847         * configure.ac:
6848         * shell/Makefile.am:
6849         * shell/ev-sidebar-links.c: (print_section_cb):
6850         * shell/ev-utils.c:
6851         * shell/ev-utils.h:
6852         * shell/ev-window.c: (update_action_sensitivity),
6853         (ev_window_close_dialogs), (ev_window_print):
6854         * shell/ev-window.h:
6855         
6856         Make printing support optional. Patch from Eduardo de Barros Lima
6857         <eduardo.lima@indt.org.br> for the bug #330546.
6858
6859 2006-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6860
6861         * shell/ev-view-private.h:
6862         * shell/ev-view.c: (ev_view_expose_event), (ev_view_set_loading),
6863         (ev_view_set_document):
6864         * shell/ev-view.h:
6865         * shell/ev-window.c: (ev_window_load_job_cb),
6866         (ev_window_xfer_job_cb), (ev_window_open_uri), (ev_window_dispose),
6867         (ev_window_init):
6868
6869         Draw Loading message during xfer job. Fix for the bug #329495.
6870
6871 2006-02-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6872
6873         * comics/comics-document.c: (comics_regex_quote),
6874         (comics_document_load), (extract_argv):
6875         
6876         Correcly quote regexp before passing it to unzip.
6877
6878 2006-02-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6879
6880         * shell/ev-page-cache.c: (build_height_to_page),
6881         (ev_page_cache_new), (ev_page_cache_get_max_label_chars),
6882         (ev_page_cache_get_dual_even_left):
6883         * shell/ev-page-cache.h:
6884         * shell/ev-view.c: (view_update_range_and_current_page),
6885         (get_page_y_offset), (get_page_extents):
6886         
6887         Place even pages to the left if document has less then
6888         two pages. Fix for the bug #328856.
6889
6890 2006-01-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6891
6892         * thumbnailer/evince-thumbnailer-comics.schemas.in:
6893         
6894         Correct comics scheme. This make evince create thumbnails
6895         for comic books. Fix for the bug 329088.
6896
6897 2006-01-31  Christopher Aillon  <caillon@redhat.com>
6898
6899         * data/evince-password.glade: Don't explicitly set
6900         invisible_char to the current default value in case
6901         the default changes; let GTK+ do its magic.
6902
6903 2006-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6904
6905         * shell/ev-job-xfer.c: (ev_job_xfer_run): Append
6906         real filename to tmp filename since often document
6907         type is determined by extension.
6908
6909 2006-01-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
6910
6911         * shell/ev-view.c: (add_scroll_binding_keypad),
6912         (ev_view_binding_activated), (ev_view_class_init):
6913         
6914         Add keybindings for percision-scrolling of display area. 
6915         Fix for the bug #314072.
6916
6917 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6918
6919         * data/evince.desktop.in.in:
6920         
6921         Add GTK to the list of categories. Fix for the bug #328034.
6922
6923 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6924
6925         * shell/ev-application.c: (ev_application_shutdown),
6926         (ev_application_set_chooser_uri), (ev_application_get_chooser_uri):
6927         * shell/ev-application.h:
6928         * shell/ev-window.c: (file_open_dialog_response_cb),
6929         (ev_window_cmd_file_open):
6930         
6931         Save last uri in file chooser dialog. Fix for the bug #327950.
6932
6933 2006-01-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6934
6935         * NEWS:
6936         * README:
6937         
6938         Final update for release 0.5.0
6939         
6940         * shell/Makefile.am:
6941         
6942         Remove disable deprecated until we'll require libgnome-2.13.7
6943         and port to GOption argument parsing. See bug 327518.
6944
6945 2006-01-19  Jani Monoses <jani.monoses@gmail.com>
6946
6947         * comics/comics-document.c: (comics_document_save):
6948         * djvu/djvu-document.c: (djvu_document_save):
6949         * dvi/dvi-document.c: (dvi_document_save):
6950         * lib/ev-file-helpers.c: (ev_tmp_filename), (ev_xfer_uri_simple):
6951         * lib/ev-file-helpers.h:
6952         * pixbuf/pixbuf-document.c: (pixbuf_document_save):
6953         * tiff/tiff-document.c: (tiff_document_save):
6954         
6955         Use common save function for backends.
6956
6957 2006-01-18  Jani Monoses <jani.monoses@gmail.com>
6958
6959         * backend/ev-document-types.c:
6960         
6961         Fix crash on saving pixbuf.
6962
6963 2006-01-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6964
6965         * cut-n-paste/recent-files/egg-recent-item.c:
6966         (get_uri_shortname_for_display), (egg_recent_item_get_short_name):
6967         * cut-n-paste/recent-files/egg-recent-model.c: (parse_info_init),
6968         (parse_info_free), (valid_element), (start_element_handler),
6969         (end_element_handler), (text_handler), (egg_recent_model_filter),
6970         (egg_recent_model_monitor_cb), (egg_recent_model_poll_timeout),
6971         (egg_recent_model_monitor), (egg_recent_model_read),
6972         (egg_recent_model_open_file), (egg_recent_model_lock_file),
6973         (egg_recent_model_unlock_file), (egg_recent_model_finalize),
6974         (egg_recent_model_set_property), (egg_recent_model_class_init),
6975         (egg_recent_model_init), (egg_recent_model_add_full),
6976         (egg_recent_model_delete), (egg_recent_model_get_list),
6977         (egg_recent_model_clear), (egg_recent_model_clear_mime_filter),
6978         (egg_recent_model_set_filter_mime_types),
6979         (egg_recent_model_clear_group_filter),
6980         (egg_recent_model_set_filter_groups),
6981         (egg_recent_model_clear_scheme_filter),
6982         (egg_recent_model_set_filter_uri_schemes),
6983         (egg_recent_model_remove_expired):
6984         * cut-n-paste/recent-files/egg-recent-util.c:
6985         (egg_recent_util_get_icon):
6986         * cut-n-paste/recent-files/egg-recent-util.h:
6987         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
6988         (connect_proxy_cb), (egg_recent_view_uimanager_set_list),
6989         (egg_recent_view_uimanager_set_empty_list), (model_changed_cb),
6990         (egg_recent_view_uimanager_set_property),
6991         (egg_recent_view_uimanager_get_property),
6992         (egg_recent_view_uimanager_class_init),
6993         (egg_recent_view_uimanager_init),
6994         (egg_recent_view_uimanager_set_label_width),
6995         (egg_recent_view_uimanager_get_label_width):
6996         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
6997         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
6998         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
6999         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
7000         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
7001         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
7002         
7003         Update from libegg.
7004
7005 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7006
7007         * shell/ev-page-cache.c: (build_height_to_page),
7008         (ev_page_cache_get_height_to_page):
7009         * shell/ev-page-cache.h:
7010         * shell/ev-view.c: (view_update_range_and_current_page),
7011         (get_page_y_offset), (get_page_extents), (ev_view_next_page),
7012         (ev_view_previous_page):
7013         
7014         Dual mode places even pages to the left. Fix for the bug #309393.
7015
7016         * shell/ev-view.h:
7017         * shell/ev-window.c: (update_action_sensitivity),
7018         (setup_view_from_metadata), (view_menu_popup_cb):
7019         
7020         Don't restore presentation in empty windows, more intelligent
7021         next page behaviour in dual mode.
7022
7023         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
7024         (ev_pixbuf_cache_clear_job_sizes):
7025         
7026         Cleanup job callback on removal. Fix for the bug #325886.
7027
7028 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7029
7030         * ps/ps.c: (psscan):
7031         
7032         Commit workaround Mozilla problem. Fix for the bug #325919
7033         
7034         * shell/ev-metadata-manager.c: (parse_value), (parseItem),
7035         (save_item):
7036         
7037         Fix for year 2038 problem.
7038
7039 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7040
7041         * shell/ev-window.c: (setup_document_from_metadata),
7042         (ev_window_cmd_view_reload):
7043
7044         Clamp page recieved from metadata in valid values. Fix
7045         for the bug #325986.
7046
7047 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7048
7049         * MAINTAINERS: 
7050         Add MAINTAINERS as requested on desktop-devel-list.
7051
7052 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7053
7054         * backend/ev-document-factory.c: (gdk_pixbuf_mime_type_list),
7055         (mime_type_supported_by_gdk_pixbuf),
7056         (ev_document_factory_get_mime_types),
7057         (ev_document_factory_get_all_mime_types):
7058         
7059         Don't add pixbuf mime types if pixbuf backend is disabled.
7060         
7061         * shell/ev-application.c: (ev_application_get_uri_window):
7062         
7063         Fix for the bug 325815 - unhandled MIME type message doesn't 
7064         appear a second time. 
7065         
7066         * shell/ev-document-types.c: (ev_document_types_add_filters):
7067         * shell/ev-window.c: (page_changed_cb), (ev_window_setup_document),
7068         (password_dialog_response), (ev_window_popup_password_dialog),
7069         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
7070         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
7071         (ev_window_run_presentation), (ev_window_stop_presentation),
7072         (save_sizing_mode), (ev_window_zoom_changed_cb),
7073         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
7074         (ev_window_dual_mode_changed_cb),
7075         (ev_window_sidebar_current_page_changed_cb),
7076         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
7077         (window_state_event_cb), (window_configure_event_cb):
7078         
7079         Cleanup additional uris holded by EvWindow.
7080
7081 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7082
7083         * shell/ev-view.c: (ev_view_scroll), (ev_view_previous_page),
7084         (ev_view_can_previous_page), (ev_view_can_next_page):
7085         * shell/ev-view.h:
7086         * shell/ev-window.c: (update_action_sensitivity):
7087         
7088         Two page scrolling with Space and PageUp in dual mode. Second fix 
7089         for the bug #316608.
7090
7091 2006-01-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7092
7093         * shell/ev-view.c: (scroll_to_current_page):
7094         
7095         Correctly clamp adjustment value. Fix for the bug
7096         #325808.
7097
7098 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7099
7100         * shell/ev-sidebar-links.c: (print_section_cb):
7101         * shell/ev-window.c: (ev_window_get_uri),
7102         (ev_window_close_dialogs), (ev_window_open_uri), (ev_window_print),
7103         (ev_window_print_dialog_response_cb), (ev_window_print_range),
7104         (ev_window_dispose):
7105         
7106         Make print dialog non-modal. Fix for the bug #325622.
7107
7108 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7109
7110         * shell/ev-metadata-manager.c:
7111         * shell/ev-utils.c: (using_pdf_printer),
7112         (using_postscript_printer), (load_print_config_from_file),
7113         (save_print_config_to_file):
7114         * shell/ev-utils.h:
7115         * shell/ev-window.c: (update_sizing_buttons), (page_changed_cb),
7116         (update_sidebar_visibility), (setup_sidebar_from_metadata),
7117         (setup_view_from_metadata), (ev_window_setup_document),
7118         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
7119         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
7120         (ev_window_run_presentation), (ev_window_stop_presentation),
7121         (save_sizing_mode), (ev_window_zoom_changed_cb),
7122         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
7123         (ev_window_dual_mode_changed_cb),
7124         (ev_window_sidebar_current_page_changed_cb),
7125         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
7126         (window_state_event_cb), (window_configure_event_cb),
7127         (ev_window_init):
7128         
7129         Setting saving behaviour fixes.
7130
7131 2005-12-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7132
7133         * configure.ac:
7134         
7135         Make antialiasing gs options better and allow
7136         to change them during configure. Fix for the 
7137         bug #319049.
7138
7139 2005-12-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7140
7141         * shell/ev-window.c: (setup_view_from_metadata):
7142         
7143         Remember if last window was maximized. Fix for the
7144         bug #323797.
7145
7146 2005-12-28  Abel Cheung  <maddog@linuxhall.org>
7147
7148         * configure.ac: Added "zh_HK" to ALL_LINGUAS.
7149
7150 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7151
7152         * backend/ev-link.c: (ev_link_get_page), (ev_link_init):
7153         * shell/ev-page-action.c: (build_new_tree_cb):
7154         * shell/ev-sidebar-links.c: (links_page_num_func),
7155         (update_page_callback_foreach), (update_page_callback):
7156         * shell/ev-view.c: (scroll_to_current_page):
7157         
7158         Fix for the bug #325067 with more intelligent selection
7159         of current link in sidebar. Make sidebar handle links
7160         of FITR-like type more correctly.
7161
7162         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
7163         (dvi_pixbuf_put_pixel):
7164         
7165         Fix memory consumtion with disabled alpha channel.
7166
7167 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7168
7169         * data/evince-ui.xml:
7170         * shell/ev-window.c: (view_menu_popup_cb),
7171         (ev_popup_cmd_open_link), (ev_window_init):
7172         
7173         Update context menu for internal links. Fix for the bug
7174         #325066.
7175
7176 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7177
7178         * shell/ev-view.c: (ev_view_popup_menu), (ev_view_class_init):
7179         
7180         Bind context menu to keyboard also. Fix for the bug
7181         #325065.
7182
7183 2005-12-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7184
7185         * shell/ev-view.c: (selection_scroll_timeout_cb):
7186         
7187         Horizontal scroll on selection also.
7188
7189 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7190
7191         * shell/ev-metadata-manager.c: (parse_value):
7192         * shell/ev-view.c: (goto_xyz_link):
7193         
7194         Correct zoom setup and metadata save broken in 
7195         some locales.
7196
7197 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7198
7199         * shell/ev-view-private.h:
7200         * shell/ev-view.c: (scroll_to_current_page),
7201         (view_set_adjustment_values), (goto_fitr_link), (goto_fitv_link),
7202         (goto_fith_link), (goto_fit_link), (goto_xyz_link),
7203         (page_changed_cb), (ev_view_set_continuous),
7204         (ev_view_set_dual_page), (ev_view_set_presentation):
7205         
7206         Delay scroll until allocation to correctly position page. Fix
7207         for the bug #317334.
7208
7209 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7210
7211         * NEWS:
7212         * configure.ac:
7213         
7214         Update NEWS and require poppler 0.5.0.
7215
7216 2005-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
7217         
7218         * data/evince-ui.xml:
7219         * shell/ev-view-private.h:
7220         * shell/ev-view.c: (ev_view_get_link_at_location),
7221         (handle_link_over_xy), (ev_view_button_press_event),
7222         (ev_view_button_release_event), (ev_view_class_init):
7223         * shell/ev-window.c: (view_menu_popup_cb), (ev_window_dispose),
7224         (ev_popup_cmd_open_link), (ev_popup_cmd_copy_link_address),
7225         (ev_window_init):
7226         
7227         Implement right-click context menu.
7228
7229 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7230
7231         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
7232         * dvi/pixbuf-device.c: (dvi_pixbuf_create_image),
7233         (mdvi_pixbuf_device_render):
7234         * pdf/ev-poppler.cc:
7235
7236         Don't generate thumbnails with alpha. See bug #324077.
7237         Thanks to Jeroen Zwartepoorte <jeroen.zwartepoorte@gmail.com>.
7238
7239 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7240
7241         * shell/ev-window.c: (setup_chrome_from_metadata):
7242         
7243         Fix typo that was hiding toolbar.
7244
7245 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7246
7247         * shell/ev-view-private.h:
7248         * shell/ev-view.c: (ev_view_realize), (selection_update_idle_cb),
7249         (selection_scroll_timeout_cb), (ev_view_motion_notify_event),
7250         (ev_view_button_release_event), (ev_view_destroy):
7251         
7252         Small cleanup and autoscrolling during selection. Thanks to 
7253         Ricardo Markiewicz  <rmarkie@fi.uba.ar>.
7254
7255 2005-12-22  Jani Monoses <jani.monoses@gmail.com>
7256
7257         * configure.ac:
7258         
7259         Correctly check for comics option.
7260
7261 2005-12-21  Eduardo Lima <eduardo.lima@indt.org.br>
7262         * Makefile.am:
7263         * configure.ac:
7264         * backend/Makefile.am:
7265         * backend/ev-document-factory.c:
7266         * shell/ev-document-types.c:
7267
7268         Included option in configure to make ps backend 
7269         compilation optional with --disable-ps.
7270
7271 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7272
7273         * backend/ev-document-factory.c:
7274         * comics/Makefile.am:
7275         * comics/comics-document.c: (comics_document_load):
7276         * comics/ev-cbr-mime.xml:
7277         * configure.ac:
7278         
7279         Comics mime types are added to shared-mime-info CVS. Now
7280         we don't need to install our own mime types.
7281
7282 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7283
7284         * shell/ev-window.c:
7285         
7286         Add shortcut for "save a copy" menu entry. Fix for
7287         the bug #324582.
7288
7289 2005-12-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7290
7291         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
7292         (job_finished_cb), (new_selection_pixbuf_needed),
7293         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
7294         (clear_job_selection), (ev_pixbuf_cache_set_selection_list):
7295         
7296         Rework selection job info logic and fix critical warning.
7297
7298 2005-12-17  Abel Cheung  <maddog@linuxhall.org>
7299
7300         * configure.ac: Added "cy" "fa" "mk" "vi" to ALL_LINGUAS.
7301
7302 2005-11-27  Jaap A. Haitsma <jaap@haitsma.org>
7303
7304         * data/evince-ui.xml:
7305         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
7306         
7307         Enter as shortcut key for next page. Fix for the bug
7308         #321394.
7309
7310 2005-11-18  Ales Nyakhaychyk  <nab@mail.by>
7311
7312         * configure.ac: Added "be" (Belarusian) to ALL_LINGUAS.
7313
7314 2005-11-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7315
7316         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
7317         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
7318         (new_selection_pixbuf_needed),
7319         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
7320         (clear_job_selection):
7321         
7322         Too early for 0.5. Pixbuf cache code cleaned a bit.
7323
7324 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7325
7326         * NEWS:
7327         * configure.ac:
7328         
7329         Release 0.5.0 preparation
7330
7331 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7332
7333         * comics/Makefile.am:
7334         * configure.ac:
7335         * shell/ev-document-types.c: (ev_document_types_add_filters):
7336         
7337         More advanced handling of custom mime type installation.
7338
7339 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7340
7341         * data/evince.schemas.in:
7342         * shell/ev-metadata-manager.c: (value_free),
7343         (ev_metadata_manager_get_last), (ev_metadata_manager_set_last),
7344         (ev_metadata_manager_get), (ev_metadata_manager_set):
7345         * shell/ev-metadata-manager.h:
7346         * shell/ev-window.c: (update_chrome_flag),
7347         (ev_window_cmd_focus_page_selector), (update_sidebar_visibility),
7348         (setup_document_from_metadata), (setup_chrome_from_metadata),
7349         (setup_sidebar_from_metadata), (setup_view_from_metadata),
7350         (ev_window_cmd_edit_find), (ev_window_cmd_escape),
7351         (ev_window_view_toolbar_cb),
7352         (ev_window_sidebar_visibility_changed_cb), (find_bar_close_cb),
7353         (view_actions_focus_in_cb), (ev_window_init), (ev_window_new):
7354         
7355         Save last document settings and reuse them for new documents.
7356
7357 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7358
7359         * Makefile.am:
7360         * backend/Makefile.am:
7361         * backend/ev-document-factory.c:
7362         * backend/ev-document-factory.h:
7363         * comics/Makefile.am:
7364         * comics/comics-document.c: (G_DEFINE_TYPE_WITH_CODE),
7365         (comics_document_load), (comics_document_save),
7366         (comics_document_get_n_pages), (comics_document_get_page_size),
7367         (get_page_size_area_prepared_cb), (comics_document_render_pixbuf)       (render_pixbuf_size_prepared_cb), (comics_document_finalize),
7368         (comics_document_class_init), (comics_document_can_get_text),
7369         (comics_document_get_info), (comics_document_document_iface_init),
7370         (comics_document_init), (get_supported_image_extensions),
7371         (comics_document_thumbnails_get_geometry),
7372         (comics_document_thumbnails_get_thumbnail),
7373         (comics_document_thumbnails_get_dimensions),
7374         (comics_document_document_thumbnails_iface_init), (extract_argv):
7375         * comics/comics-document.h:
7376         * comics/ev-cbr-mime.xml:
7377         * configure.ac:
7378         * po/POTFILES.in:
7379         * shell/ev-application.c: (ev_application_register_service):
7380         * shell/ev-document-types.c: (ev_document_types_add_filters):
7381         * thumbnailer/Makefile.am:
7382         * thumbnailer/evince-thumbnailer-comics.schemas.in:
7383         
7384         New CBR/CBZ backend for comic books.
7385
7386 2005-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7387
7388         * shell/main.c: (load_files_remote):
7389
7390         Thanks to Robert McQueen <robot101@debian.org>. Dbus
7391         warning on startup of second instance is fixed. It
7392         is bug #320353.
7393
7394 2005-10-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7395
7396         * shell/ev-window.c: (ev_window_finalize):
7397         
7398         Fix double free that cause crash.
7399
7400 2005-10-29  Bastien Nocera <hadess@hadess.net>
7401
7402         * tiff/tiff-document.c: (tiff_document_load):
7403         
7404         Fix memory leak.
7405
7406 2005-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7407
7408         * po/POTFILES.in:
7409         * shell/Makefile.am:
7410         * shell/ev-view-accessible.c: (ev_view_accessible_get_priv),
7411         (ev_view_accessible_free_priv), (ev_view_accessible_class_init),
7412         (ev_view_accessible_get_text),
7413         (ev_view_accessible_get_character_at_offset),
7414         (ev_view_accessible_get_text_before_offset),
7415         (ev_view_accessible_get_text_at_offset),
7416         (ev_view_accessible_get_text_after_offset),
7417         (ev_view_accessible_get_character_count),
7418         (ev_view_accessible_get_caret_offset),
7419         (ev_view_accessible_set_caret_offset),
7420         (ev_view_accessible_get_run_attributes),
7421         (ev_view_accessible_get_default_attributes),
7422         (ev_view_accessible_get_character_extents),
7423         (ev_view_accessible_get_offset_at_point),
7424         (ev_view_accessible_get_n_selections),
7425         (ev_view_accessible_get_selection),
7426         (ev_view_accessible_add_selection),
7427         (ev_view_accessible_remove_selection),
7428         (ev_view_accessible_set_selection),
7429         (ev_view_accessible_text_iface_init),
7430         (ev_view_accessible_idle_do_action),
7431         (ev_view_accessible_action_do_action),
7432         (ev_view_accessible_action_get_n_actions),
7433         (ev_view_accessible_action_get_description),
7434         (ev_view_accessible_action_get_name),
7435         (ev_view_accessible_action_set_description),
7436         (ev_view_accessible_action_iface_init),
7437         (ev_view_accessible_get_type), (ev_view_accessible_new),
7438         (ev_view_accessible_factory_get_accessible_type),
7439         (ev_view_accessible_factory_create_accessible),
7440         (ev_view_accessible_factory_class_init),
7441         (ev_view_accessible_factory_get_type):
7442         * shell/ev-view-accessible.h:
7443         * shell/ev-view-private.h:
7444         * shell/ev-view.c: (ev_view_get_accessible), (ev_view_class_init):
7445         * shell/ev-view.h:
7446         
7447         Initial accessibility support.
7448
7449 2005-10-27  Erdal Ronahi  <erdal.ronahi@gmail.com>
7450
7451         * configure.ac: Added ku (Kurdish) to ALL_LINGUAS
7452
7453 2005-10-26  Hubert Figuiere <hfiguiere@teaser.fr>
7454
7455         * shell/ev-print-job.c: (idle_print_handler):
7456         
7457         Fix for bug Bug 318916: Printing multiple pages.
7458
7459 2005-10-20  Runa Bhattacharjee  <runa@bengalinux.org>
7460
7461         * configure.ac: Added "bn" (Bengali) to ALL_LINGUAS.
7462
7463 2005-10-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7464
7465         * pdf/ev-poppler.cc:
7466         
7467         Thumnail dimensions unified with other backends.
7468         
7469         * shell/ev-window-title.c: (ev_window_title_update):
7470         
7471         Fix warning.
7472
7473 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7474
7475         * data/ev-stock-zoom-fit-width.png:
7476         
7477         Remove unused file.
7478
7479 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7480
7481         * configure.ac:
7482         * djvu/djvu-document.c: (djvu_document_load), (djvu_document_save),
7483         (djvu_document_finalize):
7484         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_save),
7485         (dvi_document_finalize):
7486         * pixbuf/pixbuf-document.c: (pixbuf_document_load),
7487         (pixbuf_document_save), (pixbuf_document_finalize):
7488         * tiff/tiff-document.c: (tiff_document_load), (tiff_document_save),
7489         (tiff_document_finalize):
7490         
7491         Save a copy implemented for various backends.
7492
7493 2005-10-17  Daniel Gryniewicz <dang@gentoo.org>
7494
7495         * configure.ac:
7496         
7497         Don't link with ltiff if tiff is disabled.
7498
7499 2005-10-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7500
7501         * pdf/GDKSplashOutputDev.cc:
7502         * pdf/GDKSplashOutputDev.h:
7503         * pdf/Thumb.cc:
7504         * pdf/Thumb.h:
7505         * pdf/pdf-document.cc:
7506         * pdf/pdf-document.h:
7507         * pdf/test-gdk-output-dev.cc:
7508         
7509         Remove old unused files.
7510
7511 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7512
7513         * shell/ev-window.c: (ev_window_setup_document):
7514         
7515         Fixed warnings on reload and probably crash reason.
7516
7517 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7518
7519         * properties/ev-properties-view.c:
7520         (ev_properties_view_format_date):
7521         
7522         Check if date is invalid. Fix for bug 318134.
7523
7524 2005-10-02  Wouter Bolsterlee <uws+gnome@xs4all.nl>
7525
7526         * shell/ev-window-title.c:
7527         
7528         Add .indd files (Adobe Indesign) to the list of "bad
7529         extensions".
7530
7531 2005-10-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7532
7533         * data/evince-ui.xml:
7534         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
7535         
7536         Add <ctrl>KP_Add and <ctrl>KP_Substract bindings.
7537
7538 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
7539
7540         * shell/ev-window.c: (launch_link), (launch_external_uri),
7541         (view_external_link_cb):
7542
7543         URL-escape link before passing it to gnome_vfs_url_show.
7544
7545 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
7546
7547         * shell/ev-view.[ch], shell/ev-window.c: Disable copy action when
7548         there isn't text selected.
7549
7550 2005-09-27  Marco Pesenti Gritti  <mpg@redhat.com>
7551
7552         * shell/ev-view.c: (handle_link_over_xy):
7553
7554         Check tooltip is valid utf8 before showing it
7555
7556 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
7557
7558         * shell/ev-view.c: Allow drag and drop of text. Fixes #316772
7559
7560 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
7561
7562         * shell/ev-window-title.c: (ev_window_title_update):
7563
7564         Guard against using g_strstrip on NULL. Fixes bug #317291.
7565
7566 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
7567
7568         * pdf/ev-poppler.cc:
7569
7570         Show title even for unknown links
7571
7572 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
7573
7574         * shell/ev-window-title.c: (ev_window_title_update):
7575
7576         Strip the title string
7577
7578 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
7579
7580         * shell/ev-window-title.c:
7581
7582         Add .rtf to the bad extensions list
7583
7584 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
7585
7586         * shell/ev-view.c: (doc_point_to_view_point), (goto_fitr_link),
7587         (goto_fitv_link), (goto_fith_link), (goto_xyz_link):
7588
7589         Ignore link coordinates if they are outside page bounds
7590
7591 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
7592
7593         * backend/ev-link.c: (ev_link_type_get_type),
7594         (ev_link_get_filename), (ev_link_get_params),
7595         (ev_link_get_property), (ev_link_set_property),
7596         (ev_window_dispose), (ev_link_class_init), (ev_link_new_launch):
7597         * backend/ev-link.h:
7598         * pdf/ev-poppler.cc:
7599         * shell/ev-view.c: (ev_view_goto_link), (ev_view_class_init):
7600         * shell/ev-window.c: (launch_link), (view_external_link_cb),
7601         (ev_window_init):
7602
7603         Implement launch links. Delegate external link opening to
7604         the window.
7605
7606 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
7607
7608         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_bottom),
7609         (ev_link_get_right), (ev_link_get_property),
7610         (ev_link_set_property), (ev_link_class_init),
7611         (ev_link_new_page_fitv), (ev_link_new_page_fitr):
7612         * backend/ev-link.h:
7613         * pdf/ev-poppler.cc:
7614         * shell/ev-view.c: (goto_fitr_link), (ev_view_goto_link):
7615
7616         Implement fitr links
7617
7618 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
7619
7620         * shell/ev-view.c: (ev_view_get_width), (ev_view_get_height),
7621         (goto_fitv_link), (goto_fith_link), (goto_fit_link),
7622         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
7623         (ev_view_size_request_continuous),
7624         (ev_view_size_request_dual_page),
7625         (ev_view_size_request_single_page), (ev_view_size_allocate),
7626         (ev_view_zoom_for_size_continuous_and_dual_page),
7627         (ev_view_zoom_for_size_continuous),
7628         (ev_view_zoom_for_size_dual_page),
7629         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
7630         (ev_sizing_mode_get_type):
7631         * shell/ev-view.h:
7632         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
7633
7634         Do not use modes for link, we need to calculate size ad hoc.
7635         Still not perfect because of the usual scrollbar issues grrr.
7636
7637 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
7638
7639         * backend/ev-link.c: (ev_link_type_get_type),
7640         (ev_link_new_page_fith), (ev_link_new_page_fitv):
7641         * backend/ev-link.h:
7642         * pdf/ev-poppler.cc:
7643         * shell/ev-view.c: (goto_fitv_link), (goto_fith_link),
7644         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
7645         (ev_view_size_request_continuous),
7646         (ev_view_size_request_dual_page),
7647         (ev_view_size_request_single_page), (ev_view_size_allocate),
7648         (zoom_for_size_fit_height),
7649         (ev_view_zoom_for_size_continuous_and_dual_page),
7650         (ev_view_zoom_for_size_continuous),
7651         (ev_view_zoom_for_size_dual_page),
7652         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
7653         (ev_sizing_mode_get_type):
7654         * shell/ev-view.h:
7655         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
7656
7657         Implement FIT_HEIGHT mode (only for links).
7658         Implement FITH links
7659
7660 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
7661
7662         * shell/ev-window-title.c: (get_filename_from_uri),
7663         (ev_window_title_sanitize_extension), (ev_window_title_update),
7664         (ev_window_title_set_document), (ev_window_title_set_uri),
7665         (ev_window_title_free):
7666         * shell/ev-window-title.h:
7667         * shell/ev-window.c: (ev_window_setup_document),
7668         (ev_window_popup_password_dialog):
7669
7670         Refactor window title building while fixing it for
7671         password documents.
7672
7673 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
7674
7675         * pdf/ev-poppler.cc:
7676
7677         Escape link title before setting it in the model
7678
7679 2005-09-23  Marco Pesenti Gritti  <mpg@redhat.com>
7680
7681         * shell/ev-application.c: (removed_from_session), (save_session),
7682         (init_session), (ev_application_get_empty_window),
7683         (ev_application_init), (ev_application_get_windows):
7684         * shell/ev-application.h:
7685         * shell/ev-window.c: (ev_window_finalize):
7686
7687         Add a function to retrieve window list and share it where
7688         necessary.
7689         Implement session handling, works pretty well thanks to the
7690         metadata system.
7691
7692 2005-09-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7693
7694         * shell/ev-password.c: (ev_password_item_created_callback),
7695         (ev_password_dialog_save_password):
7696         
7697         Fix for bug 316972. Use async gnome-keyring API.
7698
7699 2005-09-22  Christian Persch  <chpe@cvs.gnome.org>
7700
7701         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init):
7702         Remove unused unrealize handler. Add scroll handling to
7703         ev_view_scroll_event for presentation mode (bug #316708),
7704         and fix the event state checks there.
7705
7706 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
7707
7708         * shell/ev-page-action.c: (page_changed_cb):
7709
7710         "marco, maybe we should be crazy and jump right to 6! :)"
7711
7712         Bryan Clark, Sep 2005
7713
7714 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
7715
7716         * ps/ps-document.c: (save_document), (ps_document_save),
7717         (ps_document_ps_export_begin), (ps_document_ps_export_do_page),
7718         (ps_document_ps_export_end):
7719
7720         Fix unstructured documents save and print
7721
7722 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
7723
7724         * shell/ev-application.c: (ev_application_open_uri):
7725
7726         Fix window size persistance
7727
7728 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
7729
7730         * shell/ev-view.c: (ev_view_button_release_event):
7731
7732         Based on a patch from carlosgc@gnome.org. Mouse buttons
7733         switch pages in presentation mode.
7734
7735 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7736
7737         * shell/ev-page-cache.c: (ev_page_cache_get_size):
7738
7739         Dont cast to int before scaling
7740
7741 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7742
7743         * backend/ev-link.c: (ev_link_type_get_type),
7744         (ev_link_new_page_xyz), (ev_link_new_page_fit),
7745         (ev_link_new_page_fith):
7746         * backend/ev-link.h:
7747         * pdf/ev-poppler.cc:
7748         * shell/ev-view.c: (goto_fith_link), (ev_view_goto_link):
7749
7750         Implement FIT and FITH links
7751
7752 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7753
7754         * pdf/ev-poppler.cc:
7755
7756         Return 0 results when search is not in progress.
7757
7758         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
7759         (ev_window_cmd_go_next_page), (find_bar_search_changed_cb):
7760
7761         Update menu sensitivity when cancelling search
7762
7763 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7764
7765         * shell/ev-view.c: (ev_view_can_find_next):
7766
7767         Take all pages in consideration, not just current one
7768
7769 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7770
7771         * shell/ev-page-cache.c:
7772         * shell/ev-page-cache.h:
7773         * shell/ev-view.c: (ev_view_binding_activated),
7774         (ev_view_next_page), (ev_view_previous_page),
7775         (ev_sizing_mode_get_type):
7776         * shell/ev-view.h:
7777         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
7778         (ev_window_cmd_go_next_page):
7779
7780         Move page next/previous functions from page chace to
7781         view and change it to move by 2 page steps in dual mode.
7782
7783 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7784
7785         * shell/ev-window.c: (update_sidebar_visibility),
7786         (setup_sidebar_from_metadata), (ev_window_setup_document),
7787         (setup_view_from_metadata):
7788
7789         Show the index by default when there is one     
7790
7791 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7792
7793         * shell/ev-window-title.c: (ev_window_title_set_document):
7794
7795         Missing null check
7796
7797 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7798
7799         * shell/ev-view.c: (view_update_range_and_current_page):
7800         
7801         Allow display of last odd page in dual view. Fix for 316347.
7802
7803 2005-09-17  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
7804
7805         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
7806         
7807         Make close button default. Fix for 316383.
7808
7809 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7810
7811         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
7812         
7813         Mark close button as default. Fix for 316381.
7814
7815 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
7816
7817         * backend/ev-link.c: (ev_link_class_init):
7818
7819         Allow negative doubles in left/top properties
7820
7821 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
7822
7823         * shell/ev-window.c:
7824
7825         Remove a bunch of strings that was used only
7826         by the statusbar.
7827
7828 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
7829
7830         * shell/ev-window-title.c: (get_filename_from_uri),
7831         (ev_window_title_set_document):
7832
7833         When title has a confusing extension, show also
7834         the document filename inside ()
7835
7836 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
7837
7838         * shell/Makefile.am:
7839         * shell/ev-window-title.c: (ev_window_title_new),
7840         (ev_window_title_update), (ev_window_title_set_type),
7841         (ev_window_title_set_document), (ev_window_title_free):
7842         * shell/ev-window-title.h:
7843         * shell/ev-window.c: (ev_window_setup_document),
7844         (password_dialog_response), (ev_window_popup_password_dialog),
7845         (ev_window_dispose), (ev_window_init):
7846
7847         Factor out and cleanup window title code
7848
7849 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
7850
7851         * shell/ev-window.c: (unable_to_load_dialog_response_cb),
7852         (unable_to_load):
7853
7854         Make dialog transient so it doesnt block other windows
7855
7856 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7857
7858         * pdf/ev-poppler.cc:
7859         
7860         Fix pdf thumbnails rendering.
7861
7862 2005-09-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
7863
7864         * shell/ev-window.c: (fullscreen_set_timeout):
7865         
7866         Increase timeout to hide full screen popup. Bug 
7867         316123. 
7868
7869 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7870
7871         * data/evince.schemas.in:
7872         * shell/ev-window.c: (update_action_sensitivity):
7873
7874         Allow the user to override document restrictions. Fix for bug
7875         305818.
7876
7877 2005-09-13  Christian Persch  <chpe@cvs.gnome.org>
7878
7879         * shell/ev-window.c: (ev_window_update_fullscreen_popup),
7880         (ev_window_create_fullscreen_popup), (ev_window_screen_changed),
7881         (ev_window_class_init): Fix multihead behaviour of fullscreen
7882         toolbar popup. Fixes bug #315451.
7883
7884 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7885
7886         * configure.ac:
7887         * data/evince-password.glade:
7888         * shell/ev-password.c: (ev_password_dialog_set_property),
7889         (ev_password_dialog_finalize), (ev_password_dialog_class_init),
7890         (ev_password_dialog_init), (ev_password_set_bad_password_label),
7891         (ev_password_dialog_entry_changed_cb),
7892         (ev_password_dialog_entry_activated_cb),
7893         (ev_password_dialog_save_password), (ev_password_keyring_found_cb),
7894         (ev_password_search_in_keyring), (ev_password_dialog_get_password),
7895         (ev_password_dialog_set_bad_pass):
7896         * shell/ev-password.h:
7897         * shell/ev-window.c: (password_dialog_response),
7898         (ev_window_popup_password_dialog):
7899         
7900         Support for gnome-keyring for encrypted PDF's.
7901
7902 2005-09-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7903
7904         * shell/ev-view.c: (handle_link_over_xy), (ev_view_realize),
7905         (ev_view_motion_notify_event), (ev_view_leave_notify_event),
7906         (ev_view_enter_notify_event), (ev_view_class_init):
7907         
7908         More precise handling of enter_notify/leave_notify events
7909         in EvView. Fix for bug 315470.
7910
7911 2005-09-08  Christopher Aillon  <caillon@redhat.com>
7912
7913         * shell/ev-window.c: (fullscreen_timeout_cb),
7914         (fullscreen_set_timeout), (fullscreen_clear_timeout),
7915         (ev_window_dispose):
7916
7917         leak fix: unref fullscreen_timeout_source before clearing it
7918
7919 2005-09-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7920
7921         * configure.ac, dvi/mdvi/Makefile.am: 
7922         
7923         Use lt1 instead lt1lib. Thanks to yselkowitz@users.sourceforge.net
7924
7925 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
7926
7927         * backend/ev-link.c: (ev_link_new_page_xyz):
7928         * pdf/ev-poppler.cc:
7929         * shell/ev-view.c: (goto_xyz_link), (ev_view_goto_link):
7930
7931         Fix some bugs with xyz links, respect zoom
7932
7933 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
7934
7935         * shell/ev-window.c: (page_changed_cb),
7936         (setup_document_from_metadata), (update_sidebar_visibility),
7937         (setup_view_from_metadata), (ev_window_run_fullscreen),
7938         (ev_window_stop_fullscreen), (ev_window_run_presentation),
7939         (ev_window_stop_presentation), (ev_window_continuous_changed_cb),
7940         (ev_window_dual_mode_changed_cb),
7941         (ev_window_sidebar_current_page_changed_cb):
7942
7943         null check uri before setting and getting metadata
7944
7945 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
7946
7947         * dvi/Makefile.am:
7948         * properties/Makefile.am:
7949         * shell/Makefile.am:
7950         * thumbnailer/Makefile.am:
7951
7952         Some build fixes for cygwin. Patch by yselkowitz@users.sourceforge.net
7953
7954 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
7955
7956         * shell/ev-sidebar-links.c: (ev_sidebar_links_class_init),
7957         (selection_changed_callback):
7958         * shell/ev-sidebar-links.h:
7959
7960         Add a signal for link activation.
7961
7962         * shell/ev-view.c: (ev_view_goto_link),
7963         (ev_view_button_release_event):
7964         * shell/ev-view.h:
7965         * shell/ev-window.c: (sidebar_links_link_activated_cb),
7966         (ev_window_init):
7967
7968         Implement the signal so that we can handle all link types.
7969
7970         * shell/ev-page-cache.c:
7971
7972         Remove unused set_link function
7973
7974 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
7975
7976         * lib/ev-tooltip.c: (ev_tooltip_set_position):
7977
7978         Add some space from the cursor, hardcoded but I couldnt
7979         find a better way.
7980
7981 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
7982
7983         * lib/ev-tooltip.c:
7984
7985         Use mozilla style vs gtk style, way better for links.
7986
7987         * shell/ev-view.c: (ev_view_motion_notify_event),
7988         (ev_view_destroy), (ev_view_init):
7989
7990         Deactive tooltip when the link hovered is changed.
7991
7992 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
7993
7994         * backend/ev-document.h:
7995         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_top),
7996         (ev_link_get_left), (ev_link_get_zoom), (ev_link_get_property),
7997         (ev_link_set_property), (ev_window_dispose), (ev_link_class_init),
7998         (ev_link_new_page), (ev_link_new_page_xyz):
7999         * backend/ev-link.h:
8000         * pdf/ev-poppler.cc:
8001         * shell/ev-view.c: (doc_point_to_view_point), (scroll_to_xyz_link),
8002         (go_to_link), (tip_from_link):
8003
8004         Implement xyz links, still not functional. Links are a total
8005         mess, will need to refactor and bugfix a lot :(
8006
8007 2005-09-05  Alessio Frusciante  <algol@firenze.linux.it>
8008
8009         * configure.ac: Added "it" (Italian) to ALL_LINGUAS.
8010
8011 2005-09-05  Marco Pesenti Gritti <mpg@redhat.com>
8012
8013         * data/evince-ui.xml:
8014         * data/evince.schemas.in:
8015         * shell/Makefile.am:
8016         * shell/ev-window.c: (update_chrome_visibility),
8017         (password_dialog_response), (ev_window_load_job_cb),
8018         (ev_window_xfer_job_cb), (ev_window_open_uri),
8019         (ev_window_class_init), (set_chrome_actions), (load_chrome),
8020         (ev_window_init):
8021
8022         Remove the statusbar. This regress loading feedback, need to
8023         check with Bryan what we want to do there...
8024
8025 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
8026
8027         * lib/ev-tooltip.c: (ev_tooltip_init):
8028
8029         Fix tooltip border and size handling
8030
8031 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
8032
8033         * lib/ev-tooltip.c: (ev_tooltip_dispose), (ev_tooltip_class_init),
8034         (ev_tooltip_set_position), (ev_tooltip_recently_shown),
8035         (ev_tooltip_timeout), (ev_tooltip_activate),
8036         (ev_tooltip_deactivate):
8037         * lib/ev-tooltip.h:
8038         * shell/ev-view.c: (ev_view_motion_notify_event):
8039
8040         Delay popup showing. Mirror gtk logic/times.
8041
8042 2005-09-03  Marco Pesenti Gritti  <mpg@redhat.com>
8043
8044         * lib/Makefile.am:
8045         * lib/ev-tooltip.c: (ev_tooltip_expose_event),
8046         (ev_tooltip_class_init), (ev_tooltip_init), (ev_tooltip_new),
8047         (ev_tooltip_set_text), (ev_tooltip_set_position):
8048         * lib/ev-tooltip.h:
8049
8050         Simple widget to show tooltips at a custom position
8051
8052         * shell/ev-view.c: (tip_from_link), (ev_view_motion_notify_event),
8053         (ev_view_destroy):
8054
8055         Use it for links. First go, needs work
8056
8057 2005-08-17  Dennis Cranston  <dennis_cranston@yahoo.com>
8058
8059         * shell/ev-window.c: (ev_window_cmd_edit_toolbar): A couple small 
8060         HIG fixes.  Use title capitalization for window title. Use 12 
8061         pixels of space between the dialog's vbox and action area.
8062
8063 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
8064
8065         * shell/ev-window.c: (file_open_dialog_response_cb),
8066         (ev_window_cmd_file_open), (file_save_dialog_response_cb),
8067         (ev_window_cmd_save_as):
8068
8069         Make file pickers not modal and refactor code some
8070
8071 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
8072
8073         * shell/ev-sidebar.h:
8074         * shell/ev-sidebar.c: (ev_sidebar_set_property),
8075         (ev_sidebar_get_current_page), (ev_sidebar_get_property),
8076         (ev_sidebar_class_init), (ev_sidebar_select_page),
8077         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_new),
8078         (ev_sidebar_set_page):
8079
8080         Add a current page property and allow to get/set it
8081
8082         * shell/ev-window.c: (setup_view_from_metadata),
8083         (ev_window_sidebar_current_page_changed_cb), (ev_window_init):
8084
8085         Persist current sidebar page per document
8086
8087 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
8088
8089         * data/evince.schemas.in:
8090         * shell/ev-window.c: (update_chrome_visibility),
8091         (setup_document_from_metadata), (update_sidebar_visibility),
8092         (setup_view_from_metadata), (ev_window_sidebar_position_change_cb),
8093         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
8094         (ev_window_run_presentation), (ev_window_stop_presentation),
8095         (ev_window_view_sidebar_cb),
8096         (ev_window_sidebar_visibility_changed_cb), (set_chrome_actions),
8097         (load_chrome), (ev_window_init):
8098
8099         Persist size/visibility of sidebar per document
8100
8101 Fri Sep  2 00:59:55 2005  Jonathan Blandford  <jrb@redhat.com>
8102
8103         * shell/ev-view.c (draw_loading_text): Draw loading text.
8104
8105 2005-09-02  Dan Damian  <dand@gnome.ro>
8106
8107         * configure.in: Added "ro" to ALL_LINGUAS.
8108
8109 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
8110
8111         * shell/ev-view.c: (clear_caches):
8112
8113         ev_page_cache_get doesnt return a reference,
8114         dont try to unref it.
8115
8116 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
8117
8118         * shell/main.c: (load_files_remote):
8119
8120         Fix timestamp parameter with dbus <= 0.33
8121
8122 2005-08-31  Marco Pesenti Gritti  <mpg@redhat.com>
8123
8124         * data/evince.schemas.in:
8125
8126         Add missing full stop
8127
8128 2005-08-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
8129
8130         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info):
8131         * shell/ev-window.c: (ev_window_print_range), (ev_window_dispose):
8132
8133         Plug some memory leaks
8134
8135 2005-08-29  Christian Persch  <chpe@cvs.gnome.org>
8136
8137         * configure.ac:
8138         * lib/ev-debug.c: (trap_handler):
8139
8140         Check for execinfo.h and use it only if it exists.
8141         Ported from Epiphany (bug #314776).
8142
8143 2005-08-29  Duarte Loreto <happyguy_pt@hotmail.com>
8144
8145         * configure.ac: Added Portuguese (pt) to ALL_LINGUAS.
8146
8147 2005-08-27  Mohammad DAMT  <mdamt@gnome.org>
8148
8149         * configure.ac: Added Indonesian "id" to ALL_LINGUAS
8150         * po/id.po      : Added Indonesian translation
8151
8152 Fri Aug 26 00:45:09 2005  Jonathan Blandford  <jrb@redhat.com>
8153
8154         * shell/main.c:
8155         * shell/ev-application.c: Last minute GTK-2.6 fixes.
8156         * NEWS: Release 0.4.0
8157
8158 Thu Aug 25 23:40:23 2005  Jonathan Blandford  <jrb@redhat.com>
8159
8160         * configure.ac: catch another gtk+-2.8ism
8161         * shell/main.c: Make work with gtk+-2.6
8162
8163 2005-08-25  Ryan Lortie  <desrt@desrt.ca>
8164
8165         * shell/ev-application-service.xml: Add 'timestamp' argument to
8166           ev_application_open_window and ev_application_open_uri methods.
8167
8168         * shell/ev-application.h: Add 'timestamp' argument to
8169           ev_application_open_window, ev_application_open_uri,
8170           and ev_application_open_uri_list functions.
8171
8172         * shell/ev-application.c (ev_application_open_window,
8173           ev_application_open_uri, ev_application_open_uri_list): Change
8174           functions that show/present windows to use a timestamp if one
8175           is passed in.
8176
8177         * shell/ev-window.c (ev_window_cmd_file_open,
8178           ev_window_cmd_recent_file_activate, drag_data_received_cb):
8179         * shell/main.c (load_files): Modify calls to ev_application to
8180           include GDK_CURRENT_TIME as timestamp.
8181
8182         * shell/main.c (load_files_remote): Obtain timestamp for client
8183           instance from GDK and pass to server instance so new windows are
8184           focused properly.  Fix dbus_g_proxy_call() calls by including second
8185           G_TYPE_INVALID.
8186           
8187         Closes bug #314475.
8188
8189 Thu Aug 25 22:13:08 2005  Jonathan Blandford  <jrb@redhat.com>
8190
8191         * shell/ev-window.c (ev_window_finalize): Check for
8192         avail. EvWindows when quiting to handle the finalize better,
8193         #314497
8194
8195 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8196         
8197         * properties/ev-properties-view.c: 
8198         
8199         Set textdomain to libglade. Fixes translation problem in property page.
8200
8201 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8202
8203         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
8204         * dvi/Makefile.am:
8205         * dvi/dvi-document.c: (dvi_document_thumbnails_get_thumbnail):
8206         * dvi/mdvi-lib/Makefile.am:
8207         
8208         Fix rotation of thumbnails, ported to new API. Moved library
8209         dependencies earlier, probably it will fix linkage problem.
8210
8211 Thu Aug 25 02:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
8212
8213         * backend/ev-document-misc.c:
8214         (ev_document_misc_get_thumbnail_frame):
8215         * backend/ev-document-misc.h:
8216         * configure.ac:
8217         * pdf/ev-poppler.cc:
8218         * shell/Makefile.am:
8219         * shell/ev-sidebar-thumbnails.c: (add_range),
8220         (ev_sidebar_thumbnails_set_loading_icon),
8221         (ev_sidebar_thumbnails_refresh),
8222         (ev_sidebar_thumbnails_set_document):
8223         * shell/ev-sidebar-thumbnails.h:
8224         * shell/ev-view.c: (ev_view_motion_notify_event),
8225         (ev_view_set_property), (ev_view_get_property),
8226         (ev_view_class_init), (ev_view_set_rotation):
8227         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
8228         (ev_window_cmd_edit_rotate_right), (ev_window_rotation_changed_cb),
8229         (ev_window_init):
8230         * tiff/tiff-document.c: (tiff_document_thumbnails_get_thumbnail):
8231         Redo rotation (again).  prepare for 0.4.0
8232
8233 2005-08-24  Kristian Høgsberg  <krh@redhat.com>
8234
8235         * configure.ac: Bump poppler requirement to 0.4.1.
8236
8237         * pdf/ev-poppler.cc (pdf_selection_render_selection): Add rotation
8238         argument to poppler_page_render_selection() call.
8239
8240 2005-08-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8241
8242         * djvu/djvu-document.c: (djvu_document_render_pixbuf),
8243         (djvu_document_thumbnails_get_thumbnail):
8244         * dvi/dvi-document.c: (dvi_document_render_pixbuf),
8245         (dvi_document_thumbnails_get_thumbnail):
8246         * pixbuf/pixbuf-document.c: (pixbuf_document_render_pixbuf),
8247         (pixbuf_document_thumbnails_get_thumbnail):
8248         * tiff/tiff-document.c: (tiff_document_render_pixbuf):
8249         
8250         Update rotation direction of backends to fit with pdf and ps.
8251
8252 2005-08-24  Marco Pesenti Gritti  <mpg@redhat.com>
8253
8254         * backend/ev-async-renderer.c: (ev_async_renderer_render_pixbuf):
8255         * backend/ev-async-renderer.h:
8256         * ps/ps-document.c: (ps_document_init), (setup_pixmap),
8257         (setup_page), (ps_document_get_page_size),
8258         (ps_async_renderer_render_pixbuf):
8259         * ps/ps-document.h:
8260         * shell/ev-jobs.c: (ev_job_render_run):
8261
8262         Fix orientation in the postscript document
8263
8264 2005-08-23  Marco Pesenti Gritti  <mpg@redhat.com>
8265
8266         * pdf/ev-poppler.cc:
8267         * ps/ps-document.c: (push_pixbuf), (ps_document_widget_event):
8268         * shell/ev-view.c: (highlight_find_results):
8269
8270         Adapt to the new poppler rotation API. Fix text maps on landscape
8271         documents.
8272
8273 Sat Aug 20 17:13:48 2005  Jonathan Blandford  <jrb@redhat.com>
8274
8275         * shell/ev-view.c (compute_new_selection_text): get the correct
8276         region when selecting in modes other than continuous.
8277
8278 Sat Aug 20 13:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
8279
8280         * shell/main.c (main): remove redundant g_warnings.
8281
8282 2005-08-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8283
8284         * shell/Makefile.am: Don't include autogenerated
8285         file ev-application-service.h into distribution, since
8286         it causes dbus crash. Fix for bugs 313724 and 313443. 
8287
8288 2005-08-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8289
8290         * configure.ac: Fix sed expression for FreeBSD. Thanks
8291         to Joe Marcus Clark <marcus@freebsd.org>
8292         
8293         * shell/eggfindbar.c: (entry_activate_callback),
8294         (entry_changed_callback), (egg_find_bar_init),
8295         (egg_find_bar_set_search_string):
8296         
8297         Made findbar buttons unsensitive if there is no text in
8298         entry. Fix for the bug 313285.
8299
8300 2005-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
8301
8302         * ps/ps-document.c: Use g_filename_display_name for displaying
8303         filenames and revert string freeze breackage
8304
8305 2005-08-17  Marco Pesenti Gritti  <mpg@redhat.com>
8306
8307         * NEWS:
8308         * configure.ac:
8309
8310         Update for 0.3.4
8311
8312         * shell/Makefile.am:
8313
8314         Add ev-application-service.xml to extra dist
8315
8316         * shell/ev-view.c: (find_page_at_location):
8317
8318         Remove unused function (fix warning)
8319
8320 2005-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8321
8322         * dvi/mdvi-lib/t1.c: (t1_reset_resolution), (t1_really_load_font),
8323         (t1_load_font), (t1_glyph_bitmap), (t1_font_remove):
8324         
8325         Fix warnings and compilation with t1lib-5.0 and newer. Fix for 
8326         bug 313623.
8327
8328 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8329
8330         * shell/ev-utils.c: (set_umask_permissions), (write_to_temp_file):
8331         * shell/ev-window.c:
8332         Fix build warnings
8333
8334 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
8335
8336         * configure.ac: Update script to get dbus version.
8337         Fix for the bug #313443.
8338
8339 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8340
8341         * shell/ev-window.c: (ev_window_cmd_escape):
8342         
8343         Return focus back to view on escape. Fix for bug 313295.
8344
8345 2005-08-16  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8346
8347         * shell/ev-window.c: (update_window_title),
8348         (ev_window_popup_password_dialog), (ev_window_load_job_cb),
8349         (ev_window_cmd_save_as):
8350         
8351         Correct conversion from uri to displayable string. Fix for
8352         bug 313296.
8353
8354 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
8355
8356         * ps/ps-document.c: convert filename to utf8 when there is an error
8357         loading document. Fixes #309915
8358
8359 2005-08-16  Marco Pesenti Gritti  <mpg@redhat.com>
8360
8361         * configure.ac:
8362
8363         We depend on poppler 0.4.0
8364
8365 Mon Aug 15 21:53:05 2005  Jonathan Blandford  <jrb@redhat.com>
8366
8367         * configure.ac:
8368         * NEWS: Release 0.3.3.
8369         * thumbnailer/evince-thumbnailer.c: Remove pdf icon.
8370
8371 2005-08-14  Dennis Cranston  <dennis_cranston@yahoo.com>
8372
8373         * shell/ev-window.c: (ev_window_cmd_file_open): HIG fixes:  
8374         add a couple missing mnemonics to menu items, use title 
8375         capitalization for menu items and window titles, and add 
8376         ellipsis to open menu item.     
8377
8378 Mon Aug 15 00:40:21 2005  Jonathan Blandford  <jrb@redhat.com>
8379
8380         * pdf/ev-poppler.cc:
8381         * shell/ev-metadata-manager.c: (ev_metadata_manager_init):
8382         * shell/ev-view.c: (ev_view_rotate_left), (ev_view_set_rotation),
8383         (ev_view_get_rotation):
8384         * shell/ev-view.h:
8385         * shell/ev-window.c: (setup_view_from_metadata),
8386         (save_rotation_to_file), (ev_window_cmd_edit_rotate_left),
8387         (ev_window_cmd_edit_rotate_right): Fix rotation.  Save it to
8388         disk.
8389
8390 2005-08-14  Baris Cicek <baris@teamforce.name.tr>
8391
8392         * configure.ac: Added tr to ALL_LINGUAS
8393
8394 2005-08-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8395
8396         * shell/ev-view.c: Fix for bug Bug 311838. Search backward
8397         requires several clicks to find word. Thanks to 
8398         Colin Slater <kiltedtaco@gmail.com>.
8399
8400 2005-08-11  Bryan Clark  <clarkbw@cvs.gnome.org>
8401
8402         * data/evince.desktop.in.in: Hide menu entry and
8403         rename it to "Document Viewer". Fix for bug 
8404         #312399.
8405
8406 2005-08-11  Crispin Flowerday  <gnome@flowerday.cx>
8407
8408         * shell/ev-page-action.c (ev_page_action_class_init): 
8409
8410         Point to the correct function in constructor of the
8411         activate_label signal
8412
8413 Tue Aug  9 02:17:13 2005  Jonathan Blandford  <jrb@redhat.com>
8414
8415         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
8416         * shell/ev-jobs.h: Make thread safe.
8417
8418 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8419
8420         * shell/ev-view.c: (view_update_range_and_current_page):
8421         Don't update page range if we are scrolling to some document
8422         point.
8423
8424 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8425
8426         * shell/ev-view.c: (get_page_extents): reverse rotation/scale
8427         when getting max_page_width, fix drawing in dual mode.
8428
8429 Sun Aug  7 02:06:08 2005  Jonathan Blandford  <jrb@redhat.com>
8430
8431         * shell/ev-view.c (ev_view_select_all): reverse rotation/page when
8432         getting the area for select_all.
8433
8434 2005-08-06  Kristian Høgsberg  <krh@redhat.com>
8435
8436         * backend/ev-selection.c: (ev_selection_render_selection):
8437         * backend/ev-selection.h:
8438         * pdf/ev-poppler.cc:
8439         * shell/ev-jobs.c: (ev_job_render_new):
8440         * shell/ev-jobs.h:
8441         * shell/ev-pixbuf-cache.c: (get_selection_colors),
8442         (add_job_if_needed), (ev_pixbuf_cache_get_selection_pixbuf):
8443         * shell/ev-view.c: (ev_view_focus_in), (ev_view_focus_out),
8444         (ev_view_class_init):
8445
8446         Change selection color on focus in and focus out events.  Also,
8447         poppler now uses GdkColor for specifying the selection colors, so
8448         drop some awkward conversion code.
8449
8450 2005-08-06  Yair Hershkovitz  <yairhr@gmail.com>
8451
8452         * configure.ac: Added Hebrew translation
8453
8454 Sat Aug  6 01:12:44 2005  Jonathan Blandford  <jrb@redhat.com>
8455
8456         * NOTES:
8457         * backend/ev-selection.c: (ev_selection_render_selection):
8458         * backend/ev-selection.h:
8459         * pdf/ev-poppler.cc:
8460         * shell/ev-jobs.c: (ev_job_render_dispose), (ev_job_render_new),
8461         (ev_job_render_run):
8462         * shell/ev-jobs.h:
8463         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
8464         (ev_pixbuf_cache_new), (job_finished_cb), (add_job_if_needed),
8465         (convert_gdk_color_to_uint), (ev_pixbuf_cache_get_text_mapping),
8466         (ev_pixbuf_cache_style_changed),
8467         (ev_pixbuf_cache_get_selection_pixbuf),
8468         (ev_pixbuf_cache_set_selection_list),
8469         (ev_pixbuf_cache_get_selection_list):
8470         * shell/ev-pixbuf-cache.h:
8471         * shell/ev-utils.c: (ev_print_region_contents):
8472         * shell/ev-utils.h:
8473         * shell/ev-view.c: (ev_view_queue_draw_page),
8474         (selection_update_idle_cb), (ev_view_motion_notify_event),
8475         (ev_view_style_set), (draw_one_page), (ev_view_class_init),
8476         (setup_caches), (ev_view_find_next), (merge_selection_region),
8477         (selection_free):
8478         * shell/ev-window.c: (ev_window_update_fullscreen_popup):
8479
8480         Clean up selection to be much smoother!
8481
8482 2005-08-05  Kristian Høgsberg  <krh@redhat.com>
8483
8484         * pdf/ev-poppler.cc (pdf_selection_render_selection): Pass colors
8485         to poppler_page_render_selection().
8486
8487 2005-08-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8488
8489         * ps/ps-document.c: (save_page_list): Use
8490         unzipped document when printing. Thanks to 
8491         Colin Slater <kiltedtaco@gmail.com>. Fix for bug
8492         311016.
8493
8494 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8495
8496         * shell/ev-window.c: (update_action_sensitivity):
8497         
8498         Disable print and save respect to lockdown gconf keys. Fix
8499         for 312342.
8500
8501 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8502
8503         * configure.ac:
8504         * shell/ev-utils.c: (rename_file), (set_umask_permissions),
8505         (write_to_temp_file), (ev_file_set_contents):
8506         * shell/ev-utils.h:
8507         * shell/ev-window.c: (save_print_config_to_file):
8508         
8509         Copy-paste g_file_set_contents to keep compatibility with gtk 2.6
8510         Fix for bug 312238
8511
8512 2005-07-31  Christian Persch  <chpe@cvs.gnome.org>
8513
8514         * shell/ev-window.c: (load_print_config_from_file),
8515         (save_print_config_to_file), (ev_window_print_range):
8516
8517         Persist the print settings. Fixes bug #311578.
8518
8519 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8520
8521         * djvu/djvu-document.c: (djvu_document_get_page_size),
8522         (djvu_document_render_pixbuf), (djvu_document_document_iface_init),
8523         (djvu_document_thumbnails_get_thumbnail):
8524         * dvi/dvi-document.c: (dvi_document_get_page_size),
8525         (dvi_document_render_pixbuf), (dvi_document_document_iface_init),
8526         (dvi_document_thumbnails_get_dimensions),
8527         (dvi_document_thumbnails_get_thumbnail):
8528         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size),
8529         (pixbuf_document_render_pixbuf),
8530         (pixbuf_document_document_iface_init),
8531         (pixbuf_document_thumbnails_get_thumbnail):
8532         
8533         Update backends to make them build with new rotation system.
8534
8535 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8536
8537         * help/C/figures/evince_start_window.png:
8538         
8539         Update documentation image from Luca Ferretti <elle.uca@libero.it>
8540
8541 Sat Jul 30 19:09:34 2005  Jonathan Blandford  <jrb@redhat.com>
8542
8543         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_clear):
8544         * shell/ev-pixbuf-cache.h:
8545         * shell/ev-sidebar-thumbnails.c:
8546         (ev_sidebar_thumbnails_get_property), (add_range),
8547         (adjustment_changed_cb):
8548         * shell/ev-view.c: (ev_view_set_rotation): Fix rotation and the
8549         pixbuf cache.  Make thumbnailing work again.  Also, fix bug where
8550         we were thumbnailing the entire docment on startup, slowing us
8551         down hugely. 
8552
8553 Fri Jul 29 23:14:28 2005  Jonathan Blandford  <jrb@redhat.com>
8554
8555         * shell/ev-page-cache.c: (ev_page_cache_new):
8556         * shell/ev-window.c: (update_action_sensitivity): Handle n_pages
8557         == 0, fixes #310306.
8558
8559 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
8560
8561         * shell/ev-view.c: (doc_rect_to_view_rect), (ev_view_rotate_right),
8562         (ev_view_rotate_left):
8563
8564         Account rotation in doc_rect_to_view_rect.
8565         Ensure rotation doesnt go out of bounds.
8566
8567 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
8568
8569         * shell/ev-page-cache.c: (ev_page_cache_get_size):
8570
8571         Correct and cleanup w/h swapping
8572
8573 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
8574
8575         * backend/ev-document-thumbnails.c:
8576         (ev_document_thumbnails_get_thumbnail):
8577         * backend/ev-document-thumbnails.h:
8578         * backend/ev-document.c:
8579         * backend/ev-document.h:
8580         * backend/ev-render-context.c: (ev_render_context_new),
8581         (ev_render_context_set_rotation):
8582         * backend/ev-render-context.h:
8583         * pdf/ev-poppler.cc:
8584         * ps/ps-document.c: (ps_document_document_iface_init):
8585         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
8586         * shell/ev-jobs.h:
8587         * shell/ev-page-cache.c: (build_height_to_page),
8588         (ev_page_cache_new), (ev_page_cache_get_size),
8589         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
8590         (ev_page_cache_get_height_to_page):
8591         * shell/ev-page-cache.h:
8592         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
8593         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
8594         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed),
8595         (ev_pixbuf_cache_get_selection_pixbuf):
8596         * shell/ev-pixbuf-cache.h:
8597         * shell/ev-print-job.c: (idle_print_handler):
8598         * shell/ev-sidebar-thumbnails.c: (add_range):
8599         * shell/ev-view.c: (view_update_range_and_current_page),
8600         (get_page_y_offset), (get_page_extents),
8601         (ev_view_size_request_continuous_dual_page),
8602         (ev_view_size_request_continuous),
8603         (ev_view_size_request_dual_page),
8604         (ev_view_size_request_single_page), (draw_one_page),
8605         (ev_view_set_rotation), (ev_view_rotate_right),
8606         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
8607         (ev_view_zoom_for_size_continuous_and_dual_page),
8608         (ev_view_zoom_for_size_continuous),
8609         (ev_view_zoom_for_size_dual_page),
8610         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
8611         (ev_view_select_all):
8612         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
8613         * tiff/tiff-document.c: (tiff_document_render_pixbuf),
8614         (tiff_document_document_iface_init),
8615         (tiff_document_thumbnails_get_thumbnail):
8616
8617         Use rotation rather than orientation. It's easier and enough
8618         for our needs.
8619
8620 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
8621
8622         * shell/ev-page-cache.c: (build_height_to_page),
8623         (ev_page_cache_new), (ev_page_cache_get_size),
8624         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
8625         (ev_page_cache_get_height_to_page):
8626         * shell/ev-page-cache.h:
8627         * shell/ev-view.c: (get_page_y_offset), (get_page_extents),
8628         (ev_view_size_request_continuous_dual_page),
8629         (ev_view_size_request_continuous),
8630         (ev_view_zoom_for_size_continuous_and_dual_page),
8631         (ev_view_zoom_for_size_continuous):
8632
8633         Make the page cache aware of page orientation.
8634
8635 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
8636
8637         * backend/ev-document-thumbnails.c:
8638         (ev_document_thumbnails_get_thumbnail):
8639         * backend/ev-document-thumbnails.h:
8640         * backend/ev-document.c:
8641         * backend/ev-document.h:
8642         * backend/ev-ps-exporter.c: (ev_ps_exporter_do_page):
8643         * backend/ev-ps-exporter.h:
8644         * pdf/ev-poppler.cc:
8645         * ps/ps-document.c: (ps_document_document_iface_init),
8646         (ps_document_ps_export_do_page):
8647         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
8648         * shell/ev-jobs.h:
8649         * shell/ev-page-cache.c: (ev_page_cache_get_size),
8650         (ev_page_cache_get):
8651         * shell/ev-page-cache.h:
8652         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
8653         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
8654         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed):
8655         * shell/ev-pixbuf-cache.h:
8656         * shell/ev-print-job.c: (idle_print_handler):
8657         * shell/ev-sidebar-thumbnails.c: (add_range):
8658         * shell/ev-view.c: (view_update_range_and_current_page),
8659         (get_page_extents), (ev_view_size_request_dual_page),
8660         (ev_view_size_request_single_page), (draw_one_page),
8661         (clear_caches), (ev_view_set_orientation), (ev_view_rotate_right),
8662         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
8663         (ev_view_zoom_for_size_dual_page),
8664         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
8665         (ev_view_select_all):
8666         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
8667         * tiff/tiff-document.c: (tiff_document_get_page_size),
8668         (tiff_document_get_orientation), (rotate_pixbuf),
8669         (tiff_document_render_pixbuf), (tiff_document_document_iface_init),
8670         (tiff_document_thumbnails_get_thumbnail),
8671         (tiff_document_ps_export_do_page), (tiff_document_init):
8672
8673         Really make use of the orientation bit of the render context.
8674         Use the render context in a few more places in the backend API.
8675         This regress orientation, but now it's done right. Will try to
8676         fix it up asap...
8677
8678 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
8679
8680         * shell/ev-view.c: (ensure_rectangle_is_visible):
8681
8682         Patch by Nickolay V. Shmyrev to fix find flickering
8683
8684 2005-07-27  Martin Kretzschmar  <martink@gnome.org>
8685
8686         * backend/ev-ps-exporter.h: add paper_width, paper_height, and
8687         duplex parameters to ::begin.
8688
8689         * tiff/tiff-document.c (tiff_document_ps_export_begin): 
8690         * shell/ev-print-job.c (idle_print_handler): 
8691         * ps/ps-document.c (ps_document_ps_export_begin): 
8692         * pdf/ev-poppler.cc (pdf_document_ps_exporter_begin): 
8693         * backend/ev-ps-exporter.c (ev_ps_exporter_begin): update
8694         implementations. Poppler backend needs poppler cvs. Rest has
8695         unchanged behavior.
8696
8697 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
8698
8699         * shell/ev-window.c (using_pdf_printer): new function.
8700         (ev_window_print_range): print a less techy message if someone
8701         tries to print to PDF.
8702
8703 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
8704
8705         * pdf/ev-poppler.cc (font_type_to_string): Remove trailing space
8706         from "unknown font" string. Bug #311431
8707
8708 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
8709
8710         * help/es/.cvsignore, help/sr/.cvsignore: ignore xmlpo output.
8711
8712 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
8713
8714         Bug #311280
8715         
8716         * pdf/ev-poppler.cc (font_type_to_string): new, returns user readable
8717         name for PopplerFontTypes
8718         (pdf_document_fonts_fill_model): add font type to the detail column
8719
8720         * backend/ev-document-fonts.h: added
8721         EV_DOCUMENT_FONTS_COLUMN_DETAILS.
8722
8723         * shell/ev-properties-fonts.c (font_cell_data_func): glue together
8724         font name and font details, add a little markup.
8725         (ev_properties_fonts_init): use the new cell data func, specify ypad
8726         property for the cell renderer.
8727         (ev_properties_fonts_set_document): add the details column.
8728
8729 2005-07-24  Artur Flinta  <aflinta@cvs.gnome.org>
8730
8731         * configure.ac: Added "pl" to ALL_LINGUAS.
8732
8733 2005-07-24  Danilo Šegan  <danilo@gnome.org>
8734
8735         * configure.ac: Added "sr" and "sr@Latn" to ALL_LINGUAS.
8736
8737 2005-07-23  Tommi Vainikainen  <thv@iki.fi>
8738
8739         * help/ChangeLog: Started this for translations of manual.
8740         * configure.ac, autogen.sh, .cvsignore: Migrated to
8741         gnome-doc-utils. Patch in bug #311222.
8742
8743 2005-07-22  Martin Kretzschmar  <martink@gnome.org>
8744
8745         * backend/ev-document-factory.c (mime_type_supported_by_gdk_pixbuf): 
8746         #ifdef this away to fix an unused-function warning.
8747
8748 2005-07-22  Ignacio Casal Quinteiro  <nacho.resa@gmail.com>
8749
8750         * configure.ac: Added 'gl' to ALL_LINGUAS.
8751
8752 2005-07-22  Pawan Chitrakar  <pawan@nplinux.org>
8753
8754         * configure.ac: Added ne in ALL_LINGUAS
8755         
8756 2005-07-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8757
8758         * shell/ev-view.c: (ev_view_leave_notify_event):
8759         
8760         Clear status message when pointer leaves view. Fix for bug
8761         #310818 
8762
8763 2005-07-20 Ankit Patel <ankit644@yahoo.com>
8764
8765         * configure.ac: Gujarati (gu) added to ALL_LINGUAS
8766
8767 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8768
8769         * shell/ev-view.c: (ev_view_leave_notify_event),
8770         (ev_view_class_init):
8771         
8772         Set cursor to normal then leaving view.
8773
8774 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8775
8776         * configure.ac:
8777         
8778         Fix required djvulibre version.
8779
8780 2005-07-15  Rajesh Ranjan <rajeshkajha@yahoo.com>
8781
8782         *configure.ac: Hindi (hi) language added
8783
8784 2005-07-15  Amanpreet Singh Brar <amanpreetalam@yahoo.com>
8785
8786         *configure.ac: Punjabi (pa) Language added
8787
8788 2005-07-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8789
8790         * data/evince-ui.xml, shell/ev-window.c:
8791         
8792         Add keypad accelerators for zooming. Fix for bug 308128.
8793
8794 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
8795
8796         * Makefile.am:
8797         * backend/Makefile.am:
8798         * backend/ev-document-factory.c: (ev_document_type_get_from_mime):
8799         * configure.ac:
8800         * shell/ev-document-types.c: (ev_document_types_add_filters):
8801
8802         Allow to enable/disable the pixbuf backend.
8803         Default to off for now. If we want it enabled we should
8804         really put mime types in the desktop, implement properties etc.
8805
8806         * properties/evince-properties.c:
8807
8808         Initialize error to NULL.
8809         Check error is not NULL before freeing.
8810
8811 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
8812
8813         * shell/ev-window.c:
8814
8815         Use F5 as presentation accell
8816
8817 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
8818
8819         * shell/ev-window.c: (update_chrome_visibility),
8820         (ev_window_create_fullscreen_popup), (ev_window_init):
8821
8822         Do not leak the fullscreen toolbar
8823
8824 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
8825
8826         * shell/ev-window.c: (view_actions_focus_in_cb),
8827         (view_actions_focus_out_cb):
8828
8829         These has a return value! Fix totally random focus
8830         issues we was seeing.
8831
8832 2005-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
8833
8834         * shell/main.c: (load_files_remote):
8835
8836         Allow open more than one file
8837
8838 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
8839
8840         * shell/main.c: (load_files_remote):
8841
8842         Fix for dbus 0.33. bug #309975
8843
8844 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
8845
8846         * properties/ev-properties-main.c: (ev_properties_get_pages):
8847
8848         Actually return NULL for types we dont support
8849
8850 2005-07-08  Christian Persch  <chpe@cvs.gnome.org>
8851
8852         * po/POTFILES.in:
8853
8854         Remove empty lines.
8855
8856 2005-07-08  Marco Pesenti Gritti  <marco@gnome.org>
8857
8858         * backend/ev-document-factory.c:
8859         (ev_document_factory_get_document):
8860
8861         Do not try to create the object if type
8862         is invalid.
8863
8864 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
8865
8866         * ps/ps-document.c: (ps_document_dispose),
8867         (ps_async_renderer_render_pixbuf):
8868         * ps/ps-document.h:
8869
8870         Do not leak the target window
8871
8872 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
8873
8874         * shell/ev-application.c: (ev_application_init):
8875
8876         Let tbe check file existence for us.
8877         Add a comment about eggrecent mime filter.
8878
8879 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
8880
8881         * data/evince-ui.xml:
8882         * shell/ev-application.c: (ev_application_shutdown),
8883         (ev_application_init), (ev_application_get_toolbars_model),
8884         (ev_application_get_recent_model),
8885         (ev_application_save_toolbars_model):
8886         * shell/ev-application.h:
8887         * shell/ev-window.c: (ev_window_add_recent),
8888         (ev_window_setup_recent), (ev_window_cmd_edit_toolbar_cb),
8889         (ev_window_cmd_edit_toolbar), (ev_window_dispose),
8890         (ev_window_init):
8891
8892         Use common toolbar and recent models for all windows.
8893         Patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8894
8895 Thu Jul  7 23:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
8896
8897         * configure.ac: add FRONTEND_CORE_LIBS to evince_save_LIBS so we
8898         successfully check for gtk_icon_view_get_visible_range.
8899
8900 2005-07-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8901
8902         * djvu/Makefile.am:
8903         * dvi/Makefile.am:
8904         
8905         Fix djvu and dvi backend build.
8906
8907 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
8908
8909         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c: (new_pixbuf_from_widget),
8910         (new_separator_pixbuf):
8911
8912         Don't leak windows.
8913
8914 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
8915
8916         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
8917
8918         HIGification of toolbar editor dialogue.
8919
8920 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8921
8922         * configure.ac:
8923         * shell/Makefile.am:
8924
8925         Ever build metadata manager since it's just
8926         disabled at runtime now.
8927
8928 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8929
8930         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
8931         (ev_metadata_manager_get), (ev_metadata_manager_set):
8932         * shell/ev-metadata-manager.h:
8933
8934         Add an _init functions that enabled metadata management
8935         at runtime.
8936
8937         * shell/ev-window.c: (page_changed_cb),
8938         (setup_document_from_metadata), (ev_window_setup_document),
8939         (setup_view_from_metadata), (ev_window_open_uri),
8940         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
8941         (ev_window_run_presentation), (ev_window_stop_presentation),
8942         (save_sizing_mode), (ev_window_zoom_changed_cb),
8943         (ev_window_continuous_changed_cb),
8944         (ev_window_dual_mode_changed_cb), (window_state_event_cb),
8945         (window_configure_event_cb):
8946
8947         Remove all ugly metadata define since we deal with it
8948         at runtime now.
8949
8950         * shell/main.c: (load_files_remote), (main):
8951
8952         Add support for dbus cvs head. Hopefully didnt break one
8953         of the other versions now!
8954
8955         If we dont get a response from the dbus server just
8956         give up with it and not enable metadata.
8957
8958 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8959
8960         * Makefile.am:
8961         * backend/Makefile.am:
8962         * configure.ac:
8963         * cut-n-paste/recent-files/Makefile.am:
8964         * cut-n-paste/toolbar-editor/Makefile.am:
8965         * cut-n-paste/zoom-control/Makefile.am:
8966         * lib/Makefile.am:
8967         * pdf/Makefile.am:
8968         * pixbuf/Makefile.am:
8969         * properties/Makefile.am:
8970         * ps/Makefile.am:
8971         * shell/Makefile.am:
8972         * thumbnailer/Makefile.am:
8973         * tiff/Makefile.am:
8974
8975         Make frontends depend on just libev.
8976         Rework and group CFLAGS/LIBS definitions.
8977         Cleanups.
8978
8979 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8980
8981         * shell/ev-window:
8982
8983         do not unnecessarily save zoom
8984
8985         * configure.ac:
8986         * lib/ev-file-helpers.c: (ev_dot_dir):
8987         * shell/Makefile.am:
8988         * shell/dummy.cc:
8989
8990         Some cleanups
8991
8992 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8993
8994         * configure.ac:
8995         
8996         Remove unnecessary dependencies
8997
8998 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8999
9000         * properties/Makefile.am:
9001         * thumbnailer/Makefile.am:
9002         * tiff/Makefile.am:
9003
9004         Some more cleanups. Was really necessary
9005         but I probably introduced bugs, feel free
9006         to flame :)
9007
9008 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9009
9010         * backend/Makefile.am:
9011         * configure.ac:
9012         * cut-n-paste/recent-files/Makefile.am:
9013         * cut-n-paste/toolbar-editor/Makefile.am:
9014         * cut-n-paste/zoom-control/Makefile.am:
9015         * lib/Makefile.am:
9016         * pdf/Makefile.am:
9017         * pixbuf/Makefile.am:
9018         * properties/Makefile.am:
9019         * ps/Makefile.am:
9020         * shell/Makefile.am:
9021         * thumbnailer/Makefile.am:
9022         * tiff/Makefile.am:
9023
9024         Use gnome-common macros when possible.
9025         Cleanup dependencies.
9026         Actually disable deprecated where possible.
9027
9028 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9029
9030         * Makefile.am:
9031         * backend/Makefile.am:
9032         * properties/Makefile.am:
9033         * shell/Makefile.am:
9034         * thumbnailer/Makefile.am:
9035
9036         This should solve the circular dep without
9037         requiring dir reorg!
9038
9039         * shell/ev-window.c: (setup_view_from_metadata):
9040
9041         Never restore window size/position when the
9042         window is already visible.
9043
9044 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
9045
9046         * shell/ev-metadata-manager.c: (ev_metadata_manager_save):
9047
9048         Return a boolean from timeout func. Fix ported from gedit.
9049
9050 2005-07-07  Iñaki Larrañaga  <dooteo@euskalgnu.org>
9051
9052         * configure.ac: Added "eu" (Basque) to ALL_LINGUAS.
9053
9054 2005-07-06  Carlos Garcia Campos  <carlosgc@gnome.org>
9055
9056         * shell/ev-document-types.c: set "All Documents" as default filter in
9057         open dialog
9058
9059 2005-07-06  Martin Kretzschmar  <martink@gnome.org>
9060
9061         * shell/ev-metadata-manager.c (ev_metadata_manager_set_int)
9062         (ev_metadata_manager_set_double, ev_metadata_manager_set_string)
9063         (ev_metadata_manager_set_boolean): fix value/val thinko.
9064
9065 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
9066
9067         * shell/ev-window.c: (setup_view_from_metadata),
9068         (window_state_event_cb), (window_configure_event_cb),
9069         (ev_window_init):
9070
9071         Remember window position and maximized state
9072
9073 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
9074
9075         * configure.ac:
9076
9077         Fix DBUS configure checks.
9078
9079         * shell/ev-metadata-manager.c: (ev_metadata_manager_set_int),
9080         (ev_metadata_manager_set_double), (ev_metadata_manager_set_string),
9081         (ev_metadata_manager_set_boolean):
9082
9083         Plug mem leaks.
9084
9085         * shell/ev-window.c: (page_changed_cb), (ev_window_run_fullscreen),
9086         (ev_window_stop_fullscreen), (ev_window_run_presentation),
9087         (ev_window_stop_presentation), (ev_window_zoom_changed_cb),
9088         (ev_window_continuous_changed_cb),
9089         (ev_window_dual_mode_changed_cb), (ev_window_new):
9090
9091         Fix the build without DBUS.
9092
9093 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
9094
9095         * shell/ev-metadata-manager.c: (parse_value), (save_values),
9096         (ev_metadata_manager_set_int), (ev_metadata_manager_set_double),
9097         (ev_metadata_manager_set_string),
9098         (ev_metadata_manager_set_boolean):
9099         * shell/ev-metadata-manager.h:
9100
9101         Add support for some more types
9102
9103         * shell/ev-view.c: (scroll_to_current_page),
9104         (ev_view_get_continuous), (ev_view_set_continuous),
9105         (ev_view_get_dual_page):
9106         * shell/ev-view.h:
9107         * shell/ev-window.c: (page_changed_cb),
9108         (setup_document_from_metadata), (ev_window_setup_document),
9109         (setup_view_from_metadata), (ev_window_open_uri),
9110         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
9111         (ev_window_run_presentation), (ev_window_stop_presentation),
9112         (save_sizing_mode), (ev_window_sizing_mode_changed_cb),
9113         (ev_window_zoom_changed_cb), (ev_window_update_continuous_action),
9114         (ev_window_update_dual_page_action),
9115         (ev_window_continuous_changed_cb),
9116         (ev_window_dual_mode_changed_cb), (ev_window_init):
9117
9118         Remember a bunch of view/document properties. Prolly some
9119         are still missing but it's getting interesting.
9120
9121 2005-07-05  Martin Kretzschmar  <martink@gnome.org>
9122
9123         * configure.ac: check if dbus-binding-tool is installed. Not the
9124         case on current Ubuntu breezy, it seems.
9125
9126 2005-07-05  Luca Ferretti <elle.uca@libero.it>
9127
9128         * data/evince.desktop.in.in:
9129         
9130         Allow open uri lists and add TryExec field.
9131
9132 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
9133
9134         * configure.ac:
9135
9136         Enable dbus when available, do not require a configure
9137         option.
9138
9139 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
9140
9141         * configure.ac:
9142
9143         Use AM_CONDITIONAL unconditionally, fixes the build with DBUS
9144         disabled.
9145
9146 2005-07-05  Carlos Garcia Campos  <carlosgc@gnome.org>
9147         Marco Pesenti Gritti  <mpg@redhat.com>
9148
9149         * shell/Makefile.am: Add --prefix for dbus-binding-tool script
9150         
9151         * shell/ev-application.[ch], shell/ev-window.c: change dbus RPC 
9152         functions to the format required by dbus
9153
9154         * shell/main.c: use G_TYPE instead of DBUS_TYPE to fix compilation
9155         errors. Use the RPC parameters in the expected way
9156
9157 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
9158
9159         * Makefile.am:
9160         * properties/Makefile.am:
9161         * properties/ev-properties-main.c: (ev_properties_get_pages):
9162
9163         Support all mime types
9164
9165         * shell/Makefile.am:
9166         * thumbnailer/Makefile.am:
9167         * thumbnailer/evince-thumbnailer.c: (get_document_from_uri),
9168         (evince_thumbnail_pngenc_get):
9169
9170         Use the document factory
9171
9172 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
9173
9174         * backend/Makefile.am:
9175         * backend/ev-document-factory.c:
9176         (mime_type_supported_by_gdk_pixbuf),
9177         (ev_document_type_get_from_mime),
9178         (ev_document_factory_get_document),
9179         (ev_document_factory_get_backend),
9180         (ev_document_factory_get_mime_types),
9181         (ev_document_factory_get_all_mime_types):
9182         * backend/ev-document-factory.h:
9183         * shell/Makefile.am:
9184         * shell/ev-document-types.c: (get_document_from_uri),
9185         (ev_document_types_get_document),
9186         (file_filter_add_mime_list_and_free),
9187         (ev_document_types_add_filters):
9188         * shell/ev-document-types.h:
9189         * shell/ev-job-xfer.c: (ev_job_xfer_run):
9190         * shell/ev-properties-dialog.c:
9191         (ev_properties_dialog_set_document):
9192         * shell/ev-window.c: (ev_window_cmd_file_open),
9193         (ev_window_cmd_save_as):
9194         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9195
9196         Rework document types managing to avoid code duplication
9197         and actually abstract from backend implementations.
9198         Also provide a minimal factory api that can be used by
9199         thumbnailer/properties.
9200
9201 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
9202
9203         * properties/ev-properties-view.c: (ev_properties_view_set_info):
9204         Plug a mem leak.
9205         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
9206         HIG spacings.
9207
9208 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
9209
9210         * shell/ev-properties-dialog.c
9211         (ev_properties_dialog_set_document): only call
9212         ev_properties_fonts_set_document() if the document implements the
9213         fonts interface
9214
9215 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
9216
9217         * configure.ac:
9218         * properties/Makefile.am:
9219         * properties/ev-properties-view.c:
9220         (ev_properties_view_register_type):
9221         * properties/ev-properties-view.h:
9222         * properties/ev-properties-main.h:
9223
9224         Implement nautilus plugin for properties.
9225         Works only for pdf atm, I need to rework the
9226         document types stuff to get this to work
9227         for all backends...
9228
9229 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
9230
9231         * shell/ev-properties-fonts.c (enum): kill redundant columns enum
9232         (ev_properties_fonts_set_document): use
9233         EV_DOCUMENT_FONTS_COLUMN_NUM_COLUMNS.
9234
9235 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
9236
9237         * tiff/tiff2ps.c: remove TRUE and FALSE definitions, glib provides
9238         them
9239         (PlaceImage, tiff2ps_process_page): use
9240         g_ascii_dtostr to convert floats to strings in a locale-safe way.
9241
9242
9243 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
9244
9245         * shell/main.c: include libgnomeui/gnome-authentication-manager.h
9246         (main): to call gnome_authentication_manager_init. Should fix
9247         Bug #308510
9248
9249         * configure.ac: that requires libgnomeui 2.6.0.
9250
9251 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
9252
9253         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
9254         (tiff_document_ps_export_do_page, tiff_document_ps_export_end):
9255         use the new tiff2ps interfaces
9256
9257         * tiff/tiff2ps.h (tiff2ps_context_new, tiff2ps_process_page) 
9258         (tiff2ps_context_finalize): implement new interfaces for tiff2ps
9259
9260         * tiff/tiff2ps.c: refactor tiff2ps code to use a context
9261         structure instead of global variables.  Remove use of static
9262         variables in functions.
9263
9264 2005-07-04  Carlos Garcia Campos <carlosgc@gnome.org>
9265
9266         * shell/ev-page-action.c: unref the completion after setting it to the
9267         entry
9268
9269 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
9270
9271         * tiff/tiff2ps.c (generateEPSF): disable generating encapsulated
9272         postscript files
9273
9274 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
9275
9276         * shell/ev-window.c (update_action_sensitivity): disable
9277         File->Print if the document does not implement the ps exporter
9278         interface
9279
9280 2005-07-04  Marco Pesenti Gritti  <mpg@redhat.com>
9281
9282         * Makefile.am:
9283         * configure.ac:
9284         * data/evince-properties.glade:
9285         * properties/.cvsignore:
9286         * properties/Makefile.am:
9287         * properties/ev-properties-view.c: (ev_properties_view_dispose),
9288         (ev_properties_view_class_init), (ev_properties_view_format_date),
9289         (make_valid_utf8), (set_property), (ev_properties_view_set_info),
9290         (ev_properties_view_init), (ev_properties_view_new):
9291         * properties/ev-properties-view.h:
9292         * shell/Makefile.am:
9293         * shell/ev-properties-dialog.c: (ev_properties_dialog_class_init),
9294         (ev_properties_dialog_init), (ev_properties_dialog_set_document),
9295         (ev_properties_dialog_new):
9296         * shell/ev-properties-dialog.h:
9297         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
9298         (ev_properties_fonts_class_init), (ev_properties_fonts_init),
9299         (update_progress_label), (job_fonts_finished_cb),
9300         (ev_properties_fonts_set_document), (ev_properties_fonts_new):
9301         * shell/ev-properties-fonts.h:
9302         * shell/ev-properties.c:
9303         * shell/ev-properties.h:
9304         * shell/ev-window.c: (ev_window_setup_document),
9305         (ev_window_cmd_file_properties):
9306
9307         Split the properties pages in two different objects, depend
9308         only on the backend where possible, use widgets instead
9309         of gobject for the glade part, reimplement the dialog
9310         itself with gtk.
9311         I need this to implement nautilus properties page.
9312
9313 2005-07-03  Matthew S. Wilson  <msw@rpath.com>
9314
9315         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
9316         (tiff_document_ps_export_do_page, tiff_document_ps_export_end) 
9317         (tiff_document_document_ps_exporter_iface_init): implement the ps
9318         exporter interface for tiff documents
9319
9320         * tiff/tiff2ps.c: added a modified version of tiff2ps.c from
9321         libtiff to implement TIFF postscript export
9322
9323         * tiff/tiff2ps.h: added a header file for external tiff2ps
9324         functions.
9325
9326         * tiff/Makefile.am (libtiffdocument_la_SOURCES): add tiff2ps.c and
9327         tiff2ps.h
9328
9329 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9330
9331         * shell/ev-view.c: (scroll_to_current_page),
9332         (ev_view_set_fullscreen), (ev_view_set_presentation):
9333         
9334         Scroll to current page when exit from presentation
9335
9336 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9337
9338         * shell/ev-window.c: (update_document_mode),
9339         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
9340         (ev_window_cmd_view_fullscreen), (ev_window_stop_presentation),
9341         (ev_window_cmd_view_presentation), (ev_window_cmd_escape):
9342         
9343         Exit from fullscreen mode when switch to presentation. Fix for
9344         bug 309365
9345
9346 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
9347
9348         * shell/ev-pixbuf-cache.c (ev_pixbuf_cache_get_selection_pixbuf):
9349         return NULL if the document does not implement the selection
9350         interface.
9351
9352 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
9353
9354         * tiff/tiff-document.c (tiff_document_get_page_size): scale the
9355         reported height by using the resolution aspect ratio
9356         (tiff_document_render_pixbuf): scale the pixbuf using the
9357         resolution aspect ratio
9358
9359 2005-07-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9360
9361         * configure.ac:
9362         
9363         Require libgnomeprint >= 2.5.1. Thanks to Colin Slater 
9364         <kiltedaco@gmail.com>
9365         
9366         * djvu/djvu-document.c: (djvu_document_get_orientation),
9367         (djvu_document_set_orientation), (djvu_document_get_page_size),
9368         (rotate_pixbuf), (djvu_document_render_pixbuf),
9369         (djvu_document_document_iface_init):
9370         * dvi/dvi-document.c: (dvi_document_get_orientation),
9371         (dvi_document_set_orientation), (dvi_document_get_page_size),
9372         (rotate_pixbuf), (dvi_document_render_pixbuf),
9373         (dvi_document_document_iface_init):
9374         
9375         Dvi and djvu backends are ported to new API
9376
9377 Fri Jul  1 00:10:15 2005  Jonathan Blandford  <jrb@redhat.com>
9378
9379         * backend/ev-selection.c: (ev_selection_get_selection_region),
9380         (ev_selection_get_selection_map):
9381         * backend/ev-selection.h:
9382         * pdf/ev-poppler.cc:
9383         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
9384         * shell/ev-jobs.h:
9385         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
9386         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
9387         (ev_pixbuf_cache_get_text_mapping):
9388         * shell/ev-pixbuf-cache.h:
9389         * shell/ev-view.c: (location_in_text),
9390         (ev_view_motion_notify_event), (ev_view_set_cursor): Add I-Beam
9391         support to EvView.  Now we can see where we can select!  Sweet!
9392
9393 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
9394
9395         * shell/ev-view.c (ev_view_button_press_event): Fix
9396         event->y + view->scroll_x typo.
9397
9398 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
9399
9400         * pdf/ev-poppler.cc: Adjust to poppler API changes; use a
9401         sub-GdkPixbuf instead of passing dest_x and dest_y.
9402         
9403         * shell/ev-view.c: (view_point_to_doc_point),
9404         (view_rect_to_doc_rect), (ev_view_button_press_event),
9405         (ev_view_motion_notify_event), (compute_new_selection_rect),
9406         (gdk_rectangle_point_in), (compute_new_selection_text),
9407         (compute_selections): Update selection code to keep the selection
9408         around as two points and not as a normalized rectangle, and fix
9409         page level selection in two-column mode.
9410
9411 2005-06-30  Alex Duggan  <aldug@astrolinux.com>
9412
9413         * shell/ev-window.c: (window_configure_event_cb): 
9414         
9415         Fix compilation
9416         
9417 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
9418
9419         * pdf/ev-poppler.cc:
9420
9421         Fix compilation
9422
9423 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
9424
9425         * shell/Makefile.am:
9426         * shell/ev-metadata-manager.c: (item_free),
9427         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
9428         (parse_value), (parseItem), (load_values),
9429         (ev_metadata_manager_get), (value_free), (ev_metadata_manager_set),
9430         (save_values), (save_item), (get_oldest), (resize_items),
9431         (ev_metadata_manager_save), (ev_metadata_manager_set_int):
9432         * shell/ev-metadata-manager.h:
9433
9434         Metadata manager from gedit but modified to use GValue, so that
9435         we dont need to keep converting from strings.
9436
9437         * configure.ac:
9438
9439         ENABLE_METADATA conditional, on when dbus is on
9440
9441         * shell/ev-application.c: (ev_application_open_uri):
9442
9443         Show the window after load so that we can initialize
9444         window size before it's showed.
9445
9446         * shell/ev-window.c: (ev_window_setup_from_metadata),
9447         (ev_window_open_uri), (window_configure_event_cb),
9448         (ev_window_init):
9449
9450         Save and load metadata information about window size.
9451         Not yet keeping states in account.
9452
9453         * shell/main.c: (main):
9454
9455         Shutdown metadata manager.
9456
9457 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
9458
9459         * shell/ev-application-service.xml:
9460         * configure.ac:
9461         * shell/Makefile.am:
9462         * shell/ev-application.c:
9463         * shell/ev-application.h:
9464         * shell/ev-window.c:
9465         * shell/ev-window.h:
9466         * shell/main.c:
9467
9468         Add an optional dbus interface (--enable-dbus).
9469         Rework application code, mainly to be easier to
9470         use "remotely".
9471         Do not open multiple windows with the same document,
9472         spatial evince!
9473
9474 Thu Jun 30 01:50:14 2005  Jonathan Blandford  <jrb@redhat.com>
9475
9476         * shell/ev-pixbuf-cache.c (clear_selection_if_needed): unref the
9477         pixbuf iff it exists.
9478
9479 Thu Jun 30 01:43:00 2005  Jonathan Blandford  <jrb@redhat.com>
9480
9481         * shell/*:
9482         * backend/ev-render-context.[ch]:
9483         * backend/ev-selection.[ch]:
9484
9485         Massive changes.  We now support text selection of pdfs, and not
9486         just rectangular selection.  This is pretty broken still, but I
9487         want to get something into CVS.
9488
9489 2005-06-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9490
9491         * pdf/ev-poppler.cc:
9492         
9493         Fix for Bug 309080: crash on window close.
9494         
9495         * shell/ev-page-action.c: (page_changed_cb):
9496         
9497         Fix for Bug 309168: Fix build with gcc 2.95. Thanks to
9498         jensgr@gmx.net (Jens Granseuer).
9499
9500 2005-06-25  Marcel Telka  <marcel@telka.sk>
9501
9502         * configure.in (ALL_LINGUAS): Added sk.
9503
9504 2005-06-24  Carlos Garcia Campos  <carlosgc@gnome.org>
9505
9506         * shell/ev-window.c: Make rotate menu entries unsensitive if there is
9507         not a document open
9508
9509 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
9510
9511         * NEWS:
9512         * configure.ac:
9513
9514         Release 0.3.2
9515
9516         * cut-n-paste/recent-files/Makefile.am:
9517
9518         Fix make distcheck
9519
9520 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
9521
9522         * pixbuf/pixbuf-document.c: (pixbuf_document_get_orientation),
9523         (pixbuf_document_set_orientation), (rotate_pixbuf),
9524         (pixbuf_document_get_page_size), (pixbuf_document_render_pixbuf),
9525         (pixbuf_document_document_iface_init), (pixbuf_document_init):
9526
9527         Implement rotation and cleanup the code a bit.
9528
9529         * tiff/tiff-document.c: (tiff_document_get_page_size),
9530         (tiff_document_get_orientation), (tiff_document_set_orientation),
9531         (rotate_pixbuf), (tiff_document_render_pixbuf),
9532         (tiff_document_document_iface_init), (tiff_document_init):
9533
9534         Implement rotation. Was the quicker solution for the release
9535         but we really need to share this code in the shell.
9536
9537 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
9538
9539         * pdf/ev-poppler.cc:
9540
9541         Enable rotation, require poppler cvs. Fix a leak.
9542
9543 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9544
9545         * shell/ev-window.c: (update_action_sensitivity):
9546         
9547         Make properties unsensitive if document backend doesn't provide
9548         any info
9549
9550 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9551
9552         * dvi/mdvi-lib/bitmap.c: (bitmap_alloc), (bitmap_alloc_raw),
9553         (bitmap_flip_horizontally), (bitmap_flip_vertically),
9554         (bitmap_flip_diagonally), (bitmap_rotate_clockwise),
9555         (bitmap_rotate_counter_clockwise), (bitmap_flip_rotate_clockwise),
9556         (bitmap_flip_rotate_counter_clockwise):
9557         * dvi/mdvi-lib/color.c: (mdvi_push_color), (get_color_table):
9558         * dvi/mdvi-lib/common.c: (read_string), (buff_free), (buff_add),
9559         (buff_gets):
9560         * dvi/mdvi-lib/common.h:
9561         * dvi/mdvi-lib/dvimisc.c: (mdvi_push_color):
9562         * dvi/mdvi-lib/dviread.c: (get_bytes), (dreset), (define_font),
9563         (opendvi), (mdvi_reload), (mdvi_init_context),
9564         (mdvi_destroy_context), (mdvi_dopage), (special):
9565         * dvi/mdvi-lib/font.c: (font_drop_one), (font_free_unused):
9566         * dvi/mdvi-lib/fontmap.c: (read_encoding), (destroy_encoding),
9567         (file_hash_free), (register_encoding), (parse_spec),
9568         (mdvi_load_fontmap), (free_ent), (mdvi_init_fontmaps),
9569         (mdvi_add_fontmap_file), (mdvi_ps_read_fontmap),
9570         (mdvi_ps_flush_fonts), (mdvi_ps_find_font), (mdvi_ps_get_metrics):
9571         * dvi/mdvi-lib/fontsrch.c: (mdvi_list_font_class),
9572         (mdvi_register_font_type), (mdvi_unregister_font_type),
9573         (lookup_font), (mdvi_add_font), (mdvi_font_retry):
9574         * dvi/mdvi-lib/gf.c: (gf_read_bitmap), (gf_load_font):
9575         * dvi/mdvi-lib/hash.c: (mdvi_hash_remove), (mdvi_hash_remove_ptr),
9576         (mdvi_hash_destroy_key), (mdvi_hash_reset):
9577         * dvi/mdvi-lib/pagesel.c: (mdvi_parse_range),
9578         (mdvi_parse_page_spec), (mdvi_free_page_spec), (main):
9579         * dvi/mdvi-lib/paper.c: (mdvi_free_paper_specs):
9580         * dvi/mdvi-lib/pk.c: (pk_lookup), (pk_lookupn), (pk_load_font):
9581         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
9582         * dvi/mdvi-lib/special.c: (mdvi_register_special),
9583         (mdvi_unregister_special), (mdvi_flush_specials):
9584         * dvi/mdvi-lib/t1.c: (t1_lookup_font), (t1_really_load_font),
9585         (t1_font_remove):
9586         * dvi/mdvi-lib/tfm.c: (get_tfm_chars):
9587         * dvi/mdvi-lib/tfmfile.c: (afm_load_file), (tfm_load_file),
9588         (ofm1_load_file), (ofm_load_file), (get_font_metrics),
9589         (free_font_metrics), (flush_font_metrics):
9590         * dvi/mdvi-lib/tt.c: (tt_really_load_font), (tt_get_bitmap),
9591         (tt_font_remove):
9592         * dvi/mdvi-lib/util.c: (mdvi_malloc), (mdvi_realloc),
9593         (mdvi_calloc), (mdvi_free), (mdvi_strdup), (mdvi_strncpy),
9594         (mdvi_strndup), (mdvi_memdup), (xstradd), (dstring_append),
9595         (dstring_insert), (dstring_new), (dstring_reset):
9596         * dvi/mdvi-lib/vf.c: (vf_load_font), (vf_free_macros):
9597         
9598         Rename xmalloc and xfree to mdvi_malloc and mdvi_free to
9599         avoid conflict with libtool on FC4
9600         
9601         * shell/ev-window.c: (ev_window_cmd_help_about):
9602         
9603         Update copyright year. Fix for bug 308828.
9604
9605 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
9606
9607         * shell/ev-view.c: (add_scroll_binding_keypad),
9608         (ev_view_binding_activated), (ev_view_class_init),
9609         (on_adjustment_value_changed):
9610         
9611         Bug 170874: Arrow keys switch pages in presentation mode
9612
9613 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
9614
9615         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
9616         
9617         Fix for Bug 308265: Sidebar dissappears coming out of 
9618         Presentation mode
9619
9620 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
9621
9622         * shell/ev-application.c: (ev_application_open):
9623         * shell/ev-document-types.c: (ev_document_types_add_filters),
9624         (ev_document_types_add_filters_for_type):
9625         * shell/ev-document-types.h:
9626         * shell/ev-window.c: (ev_window_cmd_save_as):
9627         
9628         Suggest basename as template when saving, provide filters
9629         for save dialog. It's bug 308402
9630
9631 2005-06-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9632
9633         * pdf/ev-poppler.cc:
9634         * shell/ev-sidebar-links.c: (job_finished_callback):
9635         * shell/ev-view.c: (update_find_status_message):
9636         
9637         Some leaks fixed
9638
9639 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
9640
9641         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
9642         (egg_recent_view_uimanager_set_list):
9643
9644         Fix buglet in !show_numbers case.
9645
9646 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
9647
9648         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
9649         (connect_proxy_cb), (egg_recent_view_uimanager_set_list):
9650
9651         Use pango ellipsisation.
9652
9653         * pdf/ev-poppler.cc:
9654
9655         Fix refcount leak, from nsh.
9656
9657 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9658
9659         * cut-n-paste/recent-files/Makefile.am:
9660         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
9661         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
9662         
9663         Removed EggRecentViewGtk
9664         
9665         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
9666         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
9667         * shell/ev-window.c: (ev_window_cmd_recent_file_activate),
9668         (ev_window_setup_recent):
9669         
9670         Use ViewUIManager instead of ViewGtk. Less leaks, more compatibility
9671         with other projects
9672
9673 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9674
9675         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
9676         (egg_recent_view_gtk_finalize):
9677
9678         Fix memory leak
9679
9680         * cut-n-paste/toolbar-editor/Makefile.am:
9681         
9682         Fix location of cursor icon.
9683         
9684         * pdf/ev-poppler.cc:
9685         * shell/ev-page-action.c: (build_new_tree_cb), (match_selected_cb),
9686         (display_completion_text), (match_completion):
9687         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
9688         (selection_changed_callback), (create_loading_model),
9689         (print_section_cb), (links_page_num_func),
9690         (update_page_callback_foreach):
9691         * shell/ev-window.c: (ev_window_dispose):
9692         
9693         Small memory fixes. Links model now store objects instead
9694         of pointers to improve memory management. 
9695
9696 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9697
9698         * shell/ev-window.c: (zoom_control_changed_cb):
9699         
9700         Fix update of zoom control (bug 308268).
9701
9702 Sat Jun 18 22:46:42 2005  Jonathan Blandford  <jrb@redhat.com>
9703
9704         * shell/ev-properties.c (set_property): escape the text correctly.
9705         Handles non-UTF-8 properties and escaped properties.  Also, sets
9706         the text to "<i>None</i>" if the property isn't set.
9707
9708         * data/evince-properties.glade: Change the label to be ellipsized,
9709         and give it a minimum size.
9710
9711 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9712
9713         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown):
9714         * shell/ev-sidebar-links.c: (create_loading_model):
9715         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
9716         * shell/ev-view.c: (ev_view_set_document):
9717         * shell/ev-window.c: (ev_window_dispose):
9718         
9719         Various small fixes, mostly memory leaks. Thanks to valgrind.
9720
9721 2005-06-19  Martin Kretzschmar  <martink@gnome.org>
9722
9723         * ps/ps-document.c: remove the locale.h include again ;-). And
9724         kill the (bogus) setlocale/savelocale business.
9725
9726 2005-06-19  Jaap A. Haitsma <jaap@haitsma.org>
9727
9728         * ps/ps-document.c:
9729         
9730         Include locale.h to fix build
9731         
9732         * shell/ev-sidebar.c:
9733         
9734         Remove unnecessary includes
9735
9736 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9737
9738         * dvi/dvi-document.c: (dvi_document_load):
9739         * dvi/mdvi-lib/dviread.c: (mdvi_init_context):
9740         * po/POTFILES.in:
9741         
9742         Check for incorrect dvi files. Fix parsing dvi on AMD64
9743         platform. Thanks to tester@tester.ca (Olivier Crete).
9744
9745 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9746
9747         * shell/ev-page-action.c: (match_selected_cb),
9748         (display_completion_text), (match_completion), (update_model):
9749         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
9750         (expand_open_links):
9751         * shell/ev-sidebar.c: (ev_sidebar_destroy),
9752         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_add_page),
9753         (ev_sidebar_set_document):
9754         * shell/ev-window.c: (ev_window_xfer_job_cb),
9755         (sidebar_widget_model_set), (sidebar_page_main_widget_update_cb):
9756         
9757         Fixed lot's of memory leaks, for example, memory leak on reload, 
9758         described in bug 307793.
9759
9760 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
9761
9762         * pdf/ev-poppler.cc:
9763         * shell/ev-sidebar-thumbnails.c: (clear_range), (add_range),
9764         (update_visible_range), (adjustment_changed_cb),
9765         (ev_sidebar_thumbnails_fill_model),
9766         (ev_sidebar_thumbnails_refresh),
9767         (ev_sidebar_tree_selection_changed),
9768         (ev_sidebar_icon_selection_changed),
9769         (ev_sidebar_thumbnails_use_icon_view),
9770         (ev_sidebar_thumbnails_set_document):
9771         * shell/ev-sidebar-thumbnails.h:
9772         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
9773         (ev_window_cmd_edit_rotate_right), (ev_window_init):
9774
9775         Refresh thumbnails when changing orientation. Not fully
9776         working yet becuase of a sidebar bug.
9777
9778         Set page orientation to poppler page everywhere. This sucks
9779         really need to fix poppler.
9780
9781 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
9782
9783         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
9784         (egg_recent_view_gtk_new_menu_item),
9785         (egg_recent_view_gtk_set_property),
9786         (egg_recent_view_gtk_get_property),
9787         (egg_recent_view_gtk_class_init), (egg_recent_view_gtk_init),
9788         (egg_recent_view_gtk_set_tooltip_func),
9789         (egg_recent_view_gtk_set_label_width),
9790         (egg_recent_view_gtk_get_label_width):
9791         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
9792
9793         Sync with libegg (ellipsize labels)
9794
9795 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9796
9797         * data/evince-ui.xml:
9798         * shell/ev-window.c: (ev_window_cmd_go_forward),
9799         (ev_window_cmd_go_backward):
9800         
9801         Shift + PageUp moves 10 Pages. Fix for 306125
9802
9803 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9804
9805         * pdf/ev-poppler.cc:
9806
9807         Add a flag to check if orientation has been overriden
9808
9809 2005-06-17  Martin Kretzschmar  <martink@gnome.org>
9810
9811         * ps/ps.c (psscan, psfree): read "Creator:" comment, free creator
9812         field if necessary.
9813
9814         * ps/ps.h: add creator field to document.
9815
9816         * ps/ps-document.c (ps_document_get_info): set format to PostScript,
9817         set creator field.
9818
9819 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9820
9821         * data/evince-properties.glade:
9822         * shell/ev-properties.c: (ev_properties_set_document):
9823
9824         s/PDF Version/Format
9825
9826 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9827
9828         * shell/ev-properties.c: (ev_properties_set_document):
9829
9830         Remove unnecessary translations
9831
9832 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9833
9834         * cut-n-paste/toolbar-editor/Makefile.am:
9835
9836         Correct library name    
9837
9838 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9839
9840         * configure.ac:
9841         * cut-n-paste/recent-files/egg-recent-model.c:
9842         (egg_recent_model_write_raw), (egg_recent_model_lock_file),
9843         (egg_recent_model_unlock_file):
9844         * cut-n-paste/recent-files/egg-recent-util.c:
9845         (egg_recent_util_get_unique_id):
9846         * cut-n-paste/recent-files/update-from-egg.sh:
9847         * cut-n-paste/toolbar-editor/Makefile.am:
9848         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
9849         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
9850         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
9851         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
9852         (egg_toolbars_model_get_type):
9853         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
9854
9855         Better makefile for toolbar editor and update everything
9856         to latest libegg.
9857
9858 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9859
9860         * shell/ev-window.c: (update_document_mode):
9861
9862         Prefer presentation mode when the document
9863         require fullscreen.
9864
9865 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9866
9867         * data/evince-ui.xml:
9868         * shell/ev-window.c:
9869
9870         Add control-equal for zooming
9871
9872 2005-06-17  Theppitak Karoonboonyanan  <thep@linux.thai.net>
9873
9874         * configure.ac: Added 'th' (Thai) to ALL_LINGUAS.
9875
9876 2005-06-16  Marco Pesenti Gritti  <mpg@redhat.com>
9877
9878         * backend/ev-document.c: (ev_document_get_orientation):
9879         * backend/ev-document.h:
9880         * pdf/ev-poppler.cc:
9881         * ps/ps-document.c: (ps_document_get_orientation),
9882         (ps_document_set_orientation), (ps_document_document_iface_init):
9883
9884         Add a get_orientation api. Improve set_orientation.
9885
9886         * data/evince-ui.xml:
9887         * shell/ev-view.c: (ev_view_set_orientation),
9888         (ev_view_rotate_right), (ev_view_rotate_left):
9889         * shell/ev-view.h:
9890         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
9891         (ev_window_cmd_edit_rotate_right):
9892
9893         Better ui for changing document orientation
9894
9895 2005-06-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9896
9897         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_property),
9898         (ev_sidebar_links_class_init), (ev_sidebar_links_get_label):
9899         * shell/ev-sidebar-links.h:
9900         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
9901         (ev_sidebar_page_iface_init):
9902         * shell/ev-sidebar-page.h:
9903         * shell/ev-sidebar-thumbnails.c:
9904         (ev_sidebar_thumbnails_get_property),
9905         (ev_sidebar_thumbnails_class_init),
9906         (ev_sidebar_thumbnails_set_document):
9907         * shell/ev-sidebar-thumbnails.h:
9908         * shell/ev-view.c: (ev_view_motion_notify_event):
9909         * shell/ev-window.c: (update_chrome_visibility),
9910         (ev_window_cmd_focus_page_selector),
9911         (ev_window_update_fullscreen_popup), (view_actions_focus_in_cb),
9912         (sidebar_page_main_widget_update_cb), (ev_window_init):
9913         
9914         Autoraise toolbar on GoToPage binding and fix bindings in
9915         EvSidebarThumbnails page.
9916
9917 2005-06-15  Christian Persch  <chpe@cvs.gnome.org>
9918
9919         * shell/ev-properties.c: (update_progress_label):
9920
9921         Hide the progress label when finished; bug #307697.
9922
9923 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
9924
9925         * pdf/ev-poppler.cc:
9926
9927         Enable is_open for links, you will need poppler cvs
9928
9929         * shell/ev-properties.c: (job_fonts_finished_cb):
9930
9931         Get a lock on the document when filling the tree view
9932
9933 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
9934
9935         * backend/ev-document-links.h:
9936         * pdf/ev-poppler.cc:
9937         * shell/ev-sidebar-links.c: (create_loading_model),
9938         (expand_open_links), (job_finished_callback):
9939
9940         Expand links when specified by the document.
9941         Depend on a poppler api (defined out for now)
9942
9943 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
9944
9945         * shell/ev-properties.c: (ev_properties_dispose),
9946         (ev_properties_class_init), (dialog_destroy_cb),
9947         (ev_properties_init), (job_fonts_finished_cb), (setup_fonts_view),
9948         (ev_properties_set_document), (ev_properties_new),
9949         (ev_properties_show):
9950         * shell/ev-properties.h:
9951
9952         Make it an object, cleanup the code, api to show it as transient
9953         and to set the document.
9954
9955         * shell/ev-window.c: (ev_window_setup_document),
9956         (ev_window_cmd_file_properties):
9957
9958         Adapt to EvProperties changes, do not show multiple
9959         times, update it when document changes.
9960
9961 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
9962
9963         * ps/gstypes.h:
9964         * ps/ps-document.c: (ps_document_init), (get_page_orientation),
9965         (ps_document_set_orientation), (ps_document_document_iface_init):
9966         * ps/ps-document.h:
9967
9968         Implement orientation here too
9969
9970         * shell/ev-properties.c: (ev_properties_new):
9971         * data/evince-properties.glade:
9972
9973         Hide the fonts page for backends that doesnt
9974         support it.     
9975
9976 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
9977
9978         * backend/ev-document.c: (ev_document_set_orientation):
9979         * backend/ev-document.h:
9980         * pdf/ev-poppler.cc:
9981
9982         Add orientation api. Currently poppler api is not optimal,
9983         we need to set orientation every time we _get a page.
9984         I will try to fix that at some point.
9985
9986         * data/evince-ui.xml:
9987         * shell/ev-window.c: (ev_window_cmd_edit_landscape),
9988         (ev_window_cmd_edit_portrait), (ev_window_cmd_edit_flip):
9989
9990         Add orientation menu items
9991
9992         * shell/ev-page-cache.c: (ev_page_cache_clear):
9993         * shell/ev-page-cache.h:
9994
9995         Add api to clear the cache
9996
9997         * shell/ev-view.c: (setup_caches), (clear_caches),
9998         (ev_view_set_document), (ev_view_zoom_out),
9999         (ev_view_set_orientation):
10000         * shell/ev-view.h:
10001
10002         Implement orientation changing
10003
10004 2005-06-13  Marco Pesenti Gritti <mpg@redhat.com>
10005
10006         * backend/ev-document-fonts.c: (ev_document_fonts_get_progress),
10007         (ev_document_fonts_scan), (ev_document_fonts_fill_model):
10008         * backend/ev-document-fonts.h:
10009
10010         Separate scan and fill so that we can incrementally fill from
10011         the main thread. Add a progress api.
10012
10013         * data/evince-properties.glade:
10014         * pdf/ev-poppler.cc:
10015         * shell/ev-jobs.c: (ev_job_fonts_new), (ev_job_fonts_run):
10016         * shell/ev-jobs.h:
10017         * shell/ev-properties.c: (update_progress_label),
10018         (job_fonts_finished_cb), (setup_fonts_view):
10019
10020         Incrementally feel the list and show the progress
10021         percentage in a label like acrobat does.
10022
10023         You are going to need poppler cvs
10024
10025 2005-06-11  Marco Pesenti Gritti <mpg@redhat.com>
10026
10027         * backend/ev-document-fonts.c: (ev_document_fonts_fill_model):
10028         * backend/ev-document-fonts.h:
10029         * pdf/ev-poppler.cc:
10030
10031         Make fonts model fill incrementally.
10032
10033         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
10034         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
10035         (ev_job_queue_remove_job):
10036         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
10037         (ev_job_fonts_new), (ev_job_fonts_run):
10038         * shell/ev-jobs.h:
10039
10040         New job for fonts scanning
10041
10042         * shell/ev-properties.c: (job_fonts_finished_cb),
10043         (fill_fonts_treeview), (setup_fonts_view), (ev_properties_new):
10044         * shell/ev-properties.h:
10045         * shell/ev-window.c: (ev_window_cmd_file_properties):
10046
10047         Incrementally feel the treeview using the new job. Show Loading...
10048         message until scanning is completed.
10049
10050         Hopefully I didnt break the build without the poppler patch.
10051
10052 2005-06-10  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10053
10054         * shell/ev-application.c: (ev_application_open):
10055         * shell/ev-document-types.c: (ev_document_type_from_from_mime),
10056         (ev_document_type_get_type), (ev_document_type_lookup):
10057         * shell/ev-document-types.h:
10058         * shell/ev-job-xfer.c: (ev_job_xfer_dispose), (ev_job_xfer_run):
10059         * shell/ev-job-xfer.h:
10060         * shell/ev-window.c: (ev_window_clear_local_uri),
10061         (ev_window_load_job_cb), (ev_window_xfer_job_cb),
10062         (ev_window_open_uri), (ev_window_add_recent), (ev_window_dispose):
10063         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
10064         
10065         Transfer remote documents to tmp directory to display them later.
10066
10067 2005-06-10  Marco Pesenti Gritti <mpg@redhat.com>
10068
10069         * backend/ev-document-info.h:
10070         * shell/ev-properties.c: (ev_properties_new):
10071
10072         s/GTime*/GTime. Not sure why we was using a pointer
10073         at all there!
10074
10075 Wed Jun  8 01:04:22 2005  Jonathan Blandford  <jrb@redhat.com>
10076
10077         * shell/ev-sidebar-thumbnails.c: Use a GtkIconView in certain
10078         situations.  That situation is that you're using GTK+-HEAD with
10079         the patch at #306726 is applied, and you have a document with <
10080         1500 pages in it.  It's not quite as uniformly nice as the
10081         TreeView, but should be better in the long run.
10082
10083         I'm pretty sure I guarded against breaking compilation with
10084         HAVE_GTK_ICON_VIEW_GET_VISIBLE_RANGE gaurds, though it's possible
10085         I missed some.
10086
10087         * shell/ev-window.c (ev_window_init): We don't have our tree/list
10088         widget yet, so I commented that code out
10089         enable_view_actions_for_widget() for now.  Need to figure this
10090         out.
10091
10092         * shell/ev-page-action.c (match_selected_cb): emit the right
10093         signals.  Our cool C-l completion now works.
10094
10095 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10096
10097         * backend/Makefile.am:
10098         * backend/ev-document-fonts.c:
10099         * backend/ev-document-links.c:
10100         * backend/ev-document.c: (ev_document_load):
10101         * backend/ev-document.h:
10102         * backend/ev-job-queue.c:
10103         * backend/ev-job-queue.h:
10104         * backend/ev-jobs.c:
10105         * backend/ev-jobs.h:
10106         * backend/ev-page-cache.c:
10107         * backend/ev-page-cache.h:
10108
10109         EvPageCache and EvJobs are moved to shell.
10110
10111         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown),
10112         (ev_tmp_filename):
10113         * lib/ev-file-helpers.h:
10114         
10115         New helper to work with temporary files
10116         
10117         * shell/Makefile.am:
10118         * shell/ev-application.c: (ev_application_open):
10119         * shell/ev-application.h:
10120         * shell/ev-job-queue.c: (remove_job_from_queue_locked),
10121         (remove_job_from_async_queue), (add_job_to_async_queue),
10122         (add_job_to_queue_locked), (notify_finished), (job_finished_cb),
10123         (handle_job), (search_for_jobs_unlocked),
10124         (no_jobs_available_unlocked), (ev_render_thread),
10125         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
10126         (ev_job_queue_add_job), (move_job_async), (move_job),
10127         (ev_job_queue_update_job), (ev_job_queue_remove_job):
10128         * shell/ev-job-queue.h:
10129         * shell/ev-job-xfer.c: (ev_job_xfer_init), (ev_job_xfer_dispose),
10130         (ev_job_xfer_class_init), (ev_job_xfer_new), (ev_job_xfer_run):
10131         * shell/ev-job-xfer.h:
10132         * shell/ev-jobs.c: (ev_job_init), (ev_job_dispose),
10133         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
10134         (ev_job_links_class_init), (ev_job_render_init),
10135         (ev_job_render_dispose), (ev_job_render_class_init),
10136         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
10137         (ev_job_thumbnail_class_init), (ev_job_load_init),
10138         (ev_job_load_dispose), (ev_job_load_class_init), (ev_job_finished),
10139         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
10140         (render_finished_cb), (ev_job_render_run), (ev_job_thumbnail_new),
10141         (ev_job_thumbnail_run), (ev_job_load_new), (ev_job_load_run):
10142         * shell/ev-jobs.h:
10143         * shell/ev-page-action.c: (ev_page_action_set_document):
10144         * shell/ev-page-cache.c: (ev_page_cache_init),
10145         (ev_page_cache_class_init), (ev_page_cache_finalize),
10146         (ev_page_cache_new), (ev_page_cache_get_n_pages),
10147         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
10148         (ev_page_cache_set_page_label), (ev_page_cache_set_link),
10149         (ev_page_cache_get_title), (ev_page_cache_get_size),
10150         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
10151         (ev_page_cache_get_height_to_page),
10152         (ev_page_cache_get_max_label_chars),
10153         (ev_page_cache_get_page_label),
10154         (ev_page_cache_has_nonnumeric_page_labels),
10155         (ev_page_cache_get_info), (ev_page_cache_next_page),
10156         (ev_page_cache_prev_page), (ev_page_cache_get):
10157         * shell/ev-page-cache.h:
10158         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_update_range),
10159         (ev_pixbuf_cache_clear_job_sizes),
10160         (ev_pixbuf_cache_add_jobs_if_needed),
10161         (ev_pixbuf_cache_set_page_range):
10162         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings):
10163         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document):
10164         * shell/ev-sidebar-thumbnails.c:
10165         (ev_sidebar_tree_selection_changed),
10166         (ev_sidebar_thumbnails_set_document):
10167         * shell/ev-statusbar.c: (ev_statusbar_destroy),
10168         (ev_statusbar_class_init), (ev_statusbar_init), (ev_statusbar_new),
10169         (ev_statusbar_get_context_id), (ev_statusbar_push),
10170         (ev_statusbar_pop), (ev_statusbar_set_maximized),
10171         (ev_statusbar_pulse), (ev_statusbar_show_progress),
10172         (ev_statusbar_set_progress):
10173         * shell/ev-statusbar.h:
10174         * shell/ev-view.c: (ev_view_set_document), (ev_view_find_next),
10175         (ev_view_find_previous):
10176         * shell/ev-window.c: (ev_window_is_empty),
10177         (ev_window_setup_document), (password_dialog_response),
10178         (ev_window_clear_jobs), (ev_window_load_job_cb),
10179         (ev_window_xfer_job_cb), (ev_window_open_uri),
10180         (ev_window_open_uri_list), (ev_window_cmd_recent_file_activate),
10181         (ev_window_print), (ev_window_print_range),
10182         (ev_window_state_event), (ev_window_cmd_view_reload),
10183         (menu_item_select_cb), (menu_item_deselect_cb),
10184         (view_status_changed_cb), (ev_window_dispose),
10185         (drag_data_received_cb), (ev_window_init):
10186         * shell/ev-window.h:
10187         * shell/main.c: (load_files):
10188         
10189         New statusbar to show progress on idle. Two new jobs - 
10190         xfer job and load job to load document in background. And update
10191         of page_cache clients to new location of code.
10192
10193 2005-06-08  Carlos Garcia Campos <carlosgc@gnome.org>
10194
10195         * shell/ev-application.c, shell/ev-window.[ch]: Allow multiple
10196         selection in open dialog. It also remembers the last visited directory 
10197         in the current session.
10198
10199 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10200
10201         * shell/ev-properties.c: (ev_properties_new):
10202         * shell/ev-properties.h:
10203         * shell/ev-window.c: (ev_window_cmd_file_properties):
10204         
10205         Get document info from page cache instead of document itself.
10206         This should fix crash related to race conditions described in
10207         bug 306545.
10208
10209 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
10210
10211         * ps/ps-document.c: (ps_document_init),
10212         (send_ps), (get_page_box), (output), (catchPipe), (input),
10213         (stop_interpreter), (file_length), (file_readable),
10214         (check_filecompressedb), (ps_document_enable_interpreter),
10215         (document_load), (ps_async_renderer_render_pixbuf):
10216         * ps/ps-document.h:
10217
10218         Big cleanup of the ps code
10219
10220 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
10221
10222         * backend/Makefile.am:
10223         * backend/ev-async-renderer.c: (ev_async_renderer_get_type),
10224         (ev_async_renderer_class_init), (ev_async_renderer_render_pixbuf):
10225         * backend/ev-async-renderer.h:
10226
10227         Add an async renderer interface (method + callback) which
10228         is useful for backends like ps.
10229
10230         * backend/ev-job-queue.c: (remove_job_from_async_queue),
10231         (add_job_to_async_queue), (job_finished_cb), (handle_job),
10232         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
10233         (ev_job_queue_add_job), (move_job_async), (move_job),
10234         (ev_job_queue_update_job), (ev_job_queue_remove_job):
10235
10236         Add queues for async renderer, these are executed on the
10237         main thread.
10238
10239         * backend/ev-jobs.c: (ev_job_render_new), (render_finished_cb),
10240         (ev_job_render_run):
10241         * backend/ev-jobs.h:
10242
10243         If the backend support async renderer interface use it.
10244
10245         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
10246         (setup_pixmap), (ps_document_get_type),
10247         (ps_async_renderer_render_pixbuf),
10248         (ps_document_document_iface_init), (ps_async_renderer_iface_init):
10249
10250         Implement async renderer interface.
10251
10252 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10253
10254         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose):
10255
10256         Cleanup links job on exit.
10257
10258 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10259
10260         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
10261         (drag_data_get_cb), (drag_data_received_cb):
10262         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
10263         (drag_data_get_cb), (parse_item_list),
10264         (egg_toolbar_editor_load_actions):
10265         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
10266         (egg_toolbars_model_to_xml), (egg_toolbars_model_save),
10267         (parse_item_list), (parse_toolbars):
10268         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
10269         (dvi_pixbuf_put_pixel):
10270         
10271         Fix gcc 4.0 warnings
10272
10273 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
10274
10275         * ps/ps-document.c: (start_interpreter):
10276
10277         Fix warning when loading ps
10278
10279 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
10280
10281         * ps/ps-document.c: (output):
10282
10283         Fix crash when priting gs error messages.
10284
10285 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
10286
10287         * backend/ev-page-cache.c: (_ev_page_cache_new):
10288         * backend/ev-page-cache.h:
10289
10290         Use a const to return title so that we dont double
10291         free it. Small cleanup and fix a leak.
10292
10293         * shell/ev-window.c: (update_window_title):
10294
10295         strdup value from get_title.
10296
10297 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
10298
10299         * shell/ev-sidebar-links.c: (job_finished_callback),
10300         (ev_sidebar_links_set_document):
10301
10302         Cleanup the old job when changing document
10303
10304 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10305
10306         * shell/ev-stock-icons.c:
10307         * shell/ev-stock-icons.h:
10308         * shell/ev-window.c:
10309         
10310         Add stock icons for actions that can appear in toolbar. Fix for
10311         bug 306566.
10312
10313 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10314
10315         * backend/ev-page-cache.c: (ev_page_cache_finalize),
10316         (_ev_page_cache_new), (ev_page_cache_get_max_width),
10317         (ev_page_cache_get_max_height), (ev_page_cache_get_height_to_page):
10318         * backend/ev-page-cache.h:
10319         * shell/ev-view.c: (scroll_to_current_page),
10320         (view_update_range_and_current_page), (get_page_y_offset),
10321         (get_page_extents), (ev_view_size_request_continuous_dual_page),
10322         (ev_view_size_request_continuous),
10323         (ev_view_zoom_for_size_continuous_and_dual_page),
10324         (ev_view_zoom_for_size_continuous):
10325         
10326         More compact EvView layout in document with pages of different size.
10327
10328 Sat Jun  4 19:20:57 2005  Jonathan Blandford  <jrb@redhat.com>
10329
10330         * shell/ev-window.c (ev_window_cmd_file_properties): fix
10331         compilation.
10332
10333 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10334
10335         * shell/ev-view.c: (view_set_adjustment_values):
10336         * shell/ev-window.c: (ev_window_cmd_file_properties):
10337         
10338         A bit different fix for rounding problem but it has no
10339         problems on startup. Make properties window transient to parent.
10340
10341 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10342
10343         * pdf/ev-poppler.cc:
10344         
10345         More commenting of font stuff.
10346
10347 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
10348
10349         * pdf/ev-poppler.cc:
10350
10351         Comment out some more fonts stuff. Should really
10352         work without the poppler patch now.
10353
10354 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
10355
10356         * pdf/ev-poppler.cc:
10357
10358         Adapt to api change
10359
10360 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
10361
10362         * data/evince-properties.glade:
10363         * pdf/ev-poppler.cc:
10364         * shell/ev-properties.c: (setup_fonts_view):
10365
10366         Set the column title. Show the dialog only
10367         once everything is setup.
10368         Getting font info can be very slow... will
10369         prolly need to make this threaded too.
10370
10371 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
10372
10373         * backend/Makefile.am:
10374         * backend/ev-document-fonts.c: (ev_document_fonts_get_type),
10375         (ev_document_fonts_get_fonts_model):
10376         * backend/ev-document-fonts.h:
10377         * data/evince-properties.glade:
10378         * pdf/ev-poppler.cc:
10379         * shell/ev-properties.c: (setup_fonts_view), (ev_properties_new):
10380         * shell/ev-properties.h:
10381         * shell/ev-window.c: (ev_window_cmd_file_properties):
10382
10383         Implement fonts list. Defined out for now, since it depends
10384         on a not yet committed poppler patch.
10385
10386 Fri Jun  3 21:07:57 2005  Jonathan Blandford  <jrb@redhat.com>
10387
10388         * shell/ev-view.c (get_page_extents): other_page isn't necessarily
10389         page + 1.
10390
10391         * shell/ev-window.c: Make sure we add the timeout when we get a
10392         focus-in event.
10393
10394         * shell/ev-view.c (view_set_adjustment_values): Add 0.5 to
10395         adjustment->value before calculating the zoom factor to average
10396         out all of our rounding errors.  The page no longer 'drifts' when
10397         resizing.
10398
10399 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10400
10401         * data/evince-properties.glade:
10402         * shell/ev-properties.c: (ev_properties_format_date),
10403         (set_property):
10404         
10405         Labels don't expand when the dialogue is resized.
10406         strftime result needs to be converted to UTF-8. Thanks
10407         to Christian Persch <chpe@gnome.org>.
10408
10409 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
10410
10411         * data/evince-properties.glade:
10412
10413         Hide the fonts tab
10414
10415 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
10416
10417         * backend/ev-document-info.h:
10418         * backend/ev-document.c: (ev_document_info_free):
10419         * data/evince-properties.glade:
10420         * pdf/ev-poppler.cc:
10421         * ps/ps-document.c: (ps_document_get_info):
10422         * shell/ev-properties.c: (ev_properties_format_date),
10423         (set_property), (ev_properties_new):
10424         * shell/ev-properties.h:
10425         * shell/ev-window.c: (ev_window_cmd_file_properties):
10426
10427         Rework properties code to take only EvPropertyInfo
10428         in the constructor so that it can be useful for
10429         nautilus plugin too.
10430
10431         Deal with backends that doesnt support some properties.
10432         Make set property code generic.
10433
10434 2005-06-04  Christian Persch <chpe@gnome.org>
10435
10436         * data/evince-properties.glade:
10437
10438         fix spacings, make resizeable, and make data labels
10439         selectable + ellipsised
10440
10441 2005-06-03  Marco Pesenti Gritti <mpg@redhat.com>
10442
10443         * backend/ev-document-info.h:
10444         * data/Makefile.am:
10445         * data/evince-ui.xml:
10446         * pdf/ev-poppler.cc:
10447         * shell/Makefile.am:
10448         * shell/ev-window.c: (update_action_sensitivity),
10449         (ev_window_cmd_file_properties):
10450
10451         Initial go at file properties. Patch by
10452         Emil Soleyman-Zomalan <emil@soleyman.com>.
10453         Needs love see #169583
10454
10455 2005-06-02  Marco Pesenti Gritti <mpg@redhat.com>
10456
10457         * ps/ps-document.c: (output):
10458         * ps/ps.c: (psscan):
10459
10460         Try to render even if psscan fails.
10461
10462 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
10463
10464         * ps/ps.c: (psscan), (pscopydoc):
10465
10466         Port buffered reading code from gv
10467
10468 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
10469
10470         * ps/ps-document.c: (interpreter_message), (output):
10471
10472         Do not fail on interpreter messages
10473
10474 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
10475
10476         * backend/ev-document-misc.c:
10477         (ev_document_misc_get_thumbnail_frame):
10478
10479         Pages can be 0 x 0, dont assert on this case
10480
10481 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10482
10483         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
10484         (ev_sidebar_links_class_init), (ev_sidebar_links_set_document):
10485
10486         Correctly manage our reference on document. Finally the reload
10487         huge leak is gone...
10488
10489 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10490
10491         * ps/ps-document.c: (ps_document_dispose):
10492
10493         Forgot to chain it to the parent. Thanks chpe.
10494
10495 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10496
10497         * ps/ps-document.c: (ps_document_dispose),
10498         (ps_document_class_init), (stop_interpreter), (document_load):
10499
10500         Cleanup dispose a bit. Dont leak the whole pixmap.
10501
10502 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10503
10504         * pdf/ev-poppler.cc:
10505
10506         Release the poppler document on dispose
10507
10508 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10509
10510         * shell/ev-view.c: (ev_view_set_document):
10511
10512         Release ref on the pixbuf cache when changing
10513         document.
10514
10515 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10516
10517         * ps/ps-document.c: (ps_document_get_info):
10518
10519         Fix a double free
10520
10521 2005-05-31  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
10522
10523         * backend/ev-page-cache.c: (ev_page_cache_init),
10524         (_ev_page_cache_new), (ev_page_cache_get_max_label_chars):
10525         * backend/ev-page-cache.h:
10526         * shell/ev-page-action.c: (page_changed_cb):
10527         
10528         Set page action entry width depending on labels width. Fix
10529         for bug 305202.
10530
10531 2005-05-31  Marco Pesenti Gritti  <mpg@redhat.com>
10532
10533         * backend/ev-link.c: (ev_link_class_init):
10534
10535         Allow -1 as page value (error)
10536
10537 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10538
10539         * shell/ev-sidebar-thumbnails.c:
10540         (ev_sidebar_thumbnails_set_document):
10541         * shell/ev-view.c: (scroll_to_current_page),
10542         (view_set_adjustment_values), (ev_view_set_scroll_adjustments),
10543         (page_changed_cb), (on_adjustment_value_changed),
10544         (ev_view_set_document):
10545
10546         Slightly modified patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>.
10547         Fix bug 305377
10548
10549 2005-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10550
10551         * configure.ac:
10552         * djvu/djvu-document.c: (djvu_document_get_page_size):
10553
10554         Require djvulibre CVS. Now djvu loading is much faster. Fix for
10555         bug 301993.
10556
10557 Sat May 28 07:38:03 2005  Jonathan Blandford  <jrb@redhat.com>
10558
10559         * shell/ev-view.c (draw_one_page): modify the expose handling to
10560         get the shadows.
10561
10562         * shell/ev-window.c (update_action_sensitivity): Respect
10563         permissions field.  Kowtow to the man.
10564
10565         * pdf/ev-poppler.cc: Get the permissions field.
10566
10567         * tiff/*c: Make a tiny bit more robust.
10568
10569 2005-05-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10570
10571         * djvu/djvu-document.c:
10572         
10573         Pop messages from djvu context message queue.
10574
10575 2005-05-24  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10576
10577         * configure.ac, Makefile.am, shell/Makefile.am:
10578         * tiff/Makefile.am, shell/ev-document-types.c:
10579         
10580         Cleanup tiff configure checks. Fix for bug 305218.
10581
10582 2005-05-24  Maxim V. Dziumanenko <mvd@mylinux.ua>
10583
10584         * configure.ac: Added "uk" to ALL_LINGUAS.
10585
10586 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10587
10588         * cut-n-paste/zoom-control/ephy-zoom.c:
10589         (ephy_zoom_get_changed_zoom_level):
10590         * cut-n-paste/zoom-control/ephy-zoom.h:
10591         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_set_property),
10592         (ev_view_get_property), (ev_view_class_init), (ev_view_set_zoom):
10593         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
10594         (ev_window_cmd_view_zoom_out), (ev_window_zoom_changed_cb),
10595         (zoom_control_changed_cb), (ev_window_init):
10596         
10597         Fix minor points related to moving best fit up. Introduce
10598         "zoom" property and make zoom control change it's value on
10599         notify::zoom signals. Fix for 305080.
10600
10601 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10602
10603         * data/evince-ui.xml:
10604         * shell/ev-window.c: (set_view_actions_sensitivity):
10605         
10606         Use + and - as accels for zoom in and zoom out. Fix for 305001.
10607
10608 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
10609
10610         * configure.ac:
10611
10612         Depends on poppler 0.3.2
10613
10614 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
10615
10616         * cut-n-paste/recent-files/egg-recent-item.c:
10617         (egg_recent_item_get_short_name):
10618         * cut-n-paste/toolbar-editor/Makefile.am:
10619         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
10620         (new_pixbuf_from_widget):
10621         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
10622         * cut-n-paste/toolbar-editor/egg-marshal.c:
10623         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
10624         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
10625
10626         Sync
10627
10628 Sat May 21 23:18:30 2005  Jonathan Blandford  <jrb@redhat.com>
10629
10630         * tiff/tiff-document.c: Rough TIFF backend.
10631
10632 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
10633
10634         * NEWS:
10635         * configure.ac:
10636         * cut-n-paste/toolbar-editor/Makefile.am:
10637
10638         Release 0.3.1
10639
10640 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
10641
10642         * shell/ev-view.c: (jump_to_find_result), (ev_view_can_find_next),
10643         (ev_view_find_next), (ev_view_find_previous):
10644
10645         Remove the locks around get_n_results   
10646
10647 2005-05-21  Juerg Billeter  <j@bitron.ch>
10648
10649         * pdf/ev-poppler.c: (pdf_document_ps_exporter_begin):
10650
10651         Pass correct number of pages to poppler.
10652
10653 2005-05-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10654
10655         * configure.ac:
10656         * data/Makefile.am:
10657         * data/evince.desktop.in: 
10658         * data/evince.desktop.in.in:
10659         * po/POTFILES.in:
10660         
10661         Add conditionally dvi and djvu to desktop types. Fix for 304658.
10662
10663 Sat May 21 00:21:30 2005  Jonathan Blandford  <jrb@redhat.com>
10664
10665         * shell/ev-view.c: (view_update_adjustments),
10666         (view_set_adjustment_values): cast adjustmen->value to (int)
10667         before using it.  Otherwise, we get off by a pixel in some
10668         situations.
10669
10670         (draw_one_page): Draw the border on expose.
10671
10672 Fri May 20 22:05:25 2005  Jonathan Blandford  <jrb@redhat.com>
10673
10674         * *shell/ev-view.c: Patch from Nickolay V. Shmyrev to reset the
10675         adjustment when the mode changes, #304923
10676
10677 Fri May 20 02:00:03 2005  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10678
10679         * shell/ev-view.c: Use gdk_widget_queue_draw to remove
10680         flickering on resize but still use gdk_window_scroll on
10681         scrolling
10682
10683 Fri May 20 01:46:57 2005  Jonathan Blandford  <jrb@redhat.com>
10684
10685         * shell/ev-view.c: Patch from Nickolay Shmyrev to fix the -p
10686         option, #170458
10687
10688 Fri May 20 01:27:01 2005  Jonathan Blandford  <jrb@redhat.com>
10689
10690         * shell/ev-view.c: Patch from Nickolay Shmyrev to to scroll to
10691         second page on page_changed if possible, #304669
10692
10693 Fri May 20 01:07:15 2005  Jonathan Blandford  <jrb@redhat.com>
10694
10695         * shell/ev-view.c (view_update_adjustments): Use gdk_window_scroll
10696         instead of gtk_widget_queue_draw.  Massive speedups in scrolling.
10697
10698 Fri May 20 01:05:10 2005  Jonathan Blandford  <jrb@redhat.com>
10699
10700         * .cvsignore:
10701         * shell/ev-view.c:(ev_view_size_allocate), (ev_view_class_init),
10702         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
10703         (ev_view_zoom_for_size_presentation),
10704         (ev_view_zoom_for_size_continuous_and_dual_page),
10705         (ev_view_zoom_for_size_continuous),
10706         (ev_view_zoom_for_size_dual_page),
10707         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size):
10708         * shell/ev-view.h:
10709         * shell/ev-window.c: (update_view_size),
10710         (ev_window_sizing_mode_changed_cb):
10711
10712         Patch from Nickolay Shmyrev <nshmyrev@yandex.ru> to handle
10713         the scrollbars.  It's not 100% right, but it's much closer.  Kills
10714         an infinite loop, #304769
10715
10716
10717 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
10718
10719         * data/evince-ui.xml:
10720         * shell/ev-view.c: (ev_view_scroll_view), (ev_view_class_init):
10721         * shell/ev-window.c: (set_view_actions_sensitivity):
10722
10723         Make PgUp/Down behave like Space
10724
10725 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
10726
10727         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
10728         * backend/ev-ps-exporter.h:
10729         * pdf/ev-poppler.cc:
10730         * ps/ps-document.c: (ps_document_ps_export_begin):
10731         * shell/ev-print-job.c: (idle_print_handler):
10732
10733         Adapt to new poppler api
10734
10735 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
10736
10737         * cut-n-paste/zoom-control/ephy-zoom-control.c:
10738         (ephy_zoom_control_init):
10739
10740         Translate zoom levels
10741
10742 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
10743
10744         * cut-n-paste/zoom-control/ephy-zoom.c:
10745         (ephy_zoom_get_zoom_level_index):
10746
10747         Fix current zoom -> zoom control match
10748
10749 2005-05-18  James Bowes  <bowes@cs.dal.ca>
10750
10751         * shell/ev-window.c: (ev_window_init): Give focus to the ev-view,
10752         rather than the scrolled_window that it's in. Fixes bug #304655.
10753
10754 Tue May 17 22:54:17 2005  Jonathan Blandford  <jrb@redhat.com>
10755
10756         * shell/ev-view.c: (view_update_adjustments),
10757         (view_set_adjustment_values), (view_update_range_and_current_page),
10758         (view_scroll_to_page), (set_scroll_adjustment),
10759         (ev_view_set_scroll_adjustments), (add_scroll_binding_keypad),
10760         (ev_view_scroll), (ev_view_scroll_view),
10761         (ensure_rectangle_is_visible), (find_page_at_location),
10762         (get_link_at_location), (go_to_link), (status_message_from_link),
10763         (ev_view_size_request_continuous_dual_page),
10764         (ev_view_size_request), (ev_view_size_allocate), (ev_view_realize),
10765         (ev_view_unrealize), (ev_view_expose_event),
10766         (ev_view_button_press_event), (ev_view_motion_notify_event),
10767         (ev_view_button_release_event), (ev_gdk_color_to_rgb),
10768         (draw_rubberband), (highlight_find_results), (draw_one_page),
10769         (ev_view_finalize), (ev_view_destroy), (ev_view_class_init),
10770         (ev_view_init), (find_changed_cb), (page_changed_cb),
10771         (on_adjustment_value_changed), (ev_view_new),
10772         (ev_view_set_document), (ev_view_set_zoom),
10773         (ev_view_set_continuous), (ev_view_set_dual_page),
10774         (ev_view_set_presentation), (ev_view_zoom_in), (ev_view_zoom_out),
10775         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
10776         (ev_view_zoom_for_size_presentation),
10777         (ev_view_zoom_for_size_continuous_dual_page),
10778         (ev_view_zoom_for_size_continuous),
10779         (ev_view_zoom_for_size_dual_page),
10780         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
10781         (ev_view_get_status), (ev_view_set_status),
10782         (update_find_status_message), (ev_view_get_find_status),
10783         (ev_view_set_find_status), (jump_to_find_result),
10784         (jump_to_find_page), (compute_selections), (clear_selection),
10785         (ev_view_select_all), (get_selected_text), (ev_view_copy),
10786         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
10787         (ev_view_update_primary_selection),
10788         (ev_view_create_invisible_cursor), (ev_view_set_cursor):
10789         * shell/ev-view.h:
10790         * shell/ev-window.c: (ev_window_open_page_label),
10791         (ev_window_cmd_view_reload), (ev_window_sizing_mode_changed_cb),
10792         (ev_window_init):
10793         * shell/ev-window.h:
10794         * shell/main.c: (load_files):
10795
10796         Massive code clean up from Nickolay Shmyrev.  Keep page offset
10797         when resizing.  Remove the bin_window().  Also, patch from James
10798         Bowes to fix command line page, #300641
10799         
10800 2005-05-17  Marco Pesenti Gritti  <mpg@redhat.com>
10801
10802         * data/evince-ui.xml:
10803         * shell/ev-view.c:
10804         * shell/ev-view.h:
10805         * shell/ev-window.c: (update_action_sensitivity):
10806
10807         Get rid of View->Normal Size, it's just confusing
10808
10809 Tue May 17 00:51:21 2005  Jonathan Blandford  <jrb@redhat.com>
10810
10811         * backend/ev-document-info.h:
10812         * backend/ev-document.c: (ev_document_info_free): Free the
10813         EvDocumentInfo.
10814
10815         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
10816         (clear_range), (add_range), (update_visible_range),
10817         (adjustment_changed_cb), (ev_sidebar_thumbnails_init),
10818         (ev_sidebar_thumbnails_set_document):
10819         * shell/ev-window.c: (ev_window_setup_document): Only render the
10820         visible thumbnails.  It takes an instant to render, but it uses
10821         much less memory.
10822
10823 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
10824
10825         * shell/ev-sidebar-links.c: (popup_menu_cb):
10826
10827         Select first item
10828
10829 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
10830
10831         * lib/Makefile.am:
10832         * shell/ev-sidebar-links.c: (build_popup_menu), (popup_menu_cb),
10833         (button_press_cb), (ev_sidebar_links_construct):
10834
10835         Show the popup menu also on keybindings
10836
10837 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
10838
10839         * shell/ev-window.c: (ev_window_print), (ev_window_print_range):
10840         * shell/ev-window.h:
10841
10842         Expose api to print a range (with dialog). Make private _print use
10843         it.
10844
10845         * shell/ev-sidebar-links.c: (print_section_cb), (button_press_cb),
10846         (ev_sidebar_links_construct):
10847
10848         Show a print context menu on linkx, it prints the selected
10849         section.
10850
10851 2005-05-15  Carlos Garcia Campos <carlosgc@gnome.org>
10852
10853         * shell/ev-sidebar.c: make the drop down menu as width as the toggle
10854         button.
10855
10856 2005-05-12  Marco Pesenti Gritti  <mpg@redhat.com>
10857
10858         * AUTHORS:
10859
10860         Update
10861
10862         * shell/ev-window.c: (build_comments_string),
10863         (ev_window_cmd_help_about):
10864
10865         Show poppler version/backend and authors
10866
10867 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
10868
10869         * cut-n-paste/zoom-control/ephy-zoom.c:
10870         (ephy_zoom_get_zoom_level_index):
10871         * cut-n-paste/zoom-control/ephy-zoom.h:
10872
10873         Move the best fit items at the top of the list
10874
10875 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
10876
10877         * shell/ev-marshal.list:
10878         * shell/ev-page-action.c: (ev_page_action_widget_class_init),
10879         (activate_cb), (match_selected_cb), (activate_link_cb),
10880         (connect_proxy), (ev_page_action_class_init):
10881         * shell/ev-page-action.h:
10882
10883         Use signals to notify action activation. Hopefully
10884         I did not break completion since I cant test...
10885
10886         * shell/ev-window.c: (activate_link_cb), (activate_label_cb),
10887         (register_custom_actions):
10888
10889         Connect to page selector actions and also grab focus on
10890         the view when activated.
10891
10892 Wed May 11 01:18:29 2005  Jonathan Blandford  <jrb@redhat.com>
10893
10894         * pdf/ev-poppler.cc:
10895         * backend/ev-page-cache.c: make page size calculation consistent
10896         and set it to (int)( width * scale + 0.5).  This makes the weird
10897         line going through the middle of the page go away.
10898
10899         * shell/ev-view.c: move painting the background page after
10900         checking the expose area covers us.
10901
10902 2005-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10903
10904         * data/evince-password.glade:
10905         
10906         Mark labels as not translatable. Fix for bug 302842.
10907
10908 2005-05-10  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
10909
10910         * configure.ac: Added "es" to ALL_LINGUAS.
10911
10912 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10913
10914         * data/evince-toolbar.xml:
10915         * shell/ev-window.c: (update_action_sensitivity),
10916         (ev_window_setup_document), (ev_window_set_page_mode),
10917         (ev_window_init):
10918
10919         Remove some leftover code from jrb first continous
10920         attempt. Use the new actions, we still need good icons
10921         though...
10922
10923 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10924
10925         * shell/ev-page-action.c: (update_pages_label), (connect_proxy):
10926
10927         Update label when connecting proxy. Fix a warning with NULL
10928         page_cache.
10929
10930 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10931
10932         * data/evince-ui.xml:
10933         * shell/ev-page-action.c: (ev_page_action_grab_focus):
10934         * shell/ev-page-action.h:
10935         * shell/ev-window.c: (ev_window_cmd_focus_page_selector):
10936
10937         Add mnemonic for edit toolbar.
10938         ctrl+l focus the page entry.
10939
10940 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10941
10942         * lib/Makefile.am:
10943         * shell/ev-window.c: (ev_window_cmd_edit_toolbar_cb),
10944         (ev_window_init):
10945         * shell/main.c: (main):
10946
10947         Put the toolbar xml in evince own dot dir
10948
10949 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10950
10951         * shell/ev-window.c: (ev_window_init):
10952
10953         Make the toolbar not removable
10954
10955 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10956
10957         * data/evince-ui.xml:
10958         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_treeview):
10959         * shell/ev-sidebar-links.h:
10960         * shell/ev-sidebar-thumbnails.c:
10961         (ev_sidebar_thumbnails_get_treeview):
10962         * shell/ev-sidebar-thumbnails.h:
10963         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_view),
10964         (ev_view_class_init):
10965         * shell/ev-view.h:
10966         * shell/ev-window.c: (update_action_sensitivity),
10967         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
10968         (set_view_actions_sensitivity), (view_actions_focus_in_cb),
10969         (view_actions_focus_out_cb), (enable_view_actions_for_widget),
10970         (ev_window_init):
10971
10972         This is evil... Make space/backspace global accelerators but
10973         enable them only for some widgets (sidebars and view).
10974         I dont like it, but I dont know a better way... :/
10975
10976 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10977
10978         * shell/ev-page-action.c: (ev_page_action_widget_set_page_cache),
10979         (ev_page_action_widget_finalize),
10980         (ev_page_action_widget_class_init), (update_page_cache):
10981
10982         Keep a weak reference on proxy->page_cache so that we
10983         dont try to disconnect the signal if the object is already
10984         gone. Maybe there is a better way to cleanup reference handling
10985         in page action though...
10986
10987 2005-05-10  Juerg Billeter  <j@bitron.ch>
10988
10989         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
10990         * backend/ev-ps-exporter.h:
10991         * pdf/ev-poppler.cc: (pdf_document_ps_exporter_begin):
10992         * ps/ps-document.c: (ps_document_ps_export_begin):
10993         
10994         Change api to pass print range to ps_exporter_begin. The pdf backend
10995         requires this information.
10996         
10997         * shell/ev-print-job.c: (idle_print_handler):
10998         
10999         Adapt to api change
11000
11001 2005-05-10  Juerg Billeter  <j@bitron.ch>
11002
11003         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
11004         (idle_print_handler)
11005         * shell/ev-window.c: (ev_window_print):
11006
11007         Support printing page range, based on patch by Amaury Jacquot
11008
11009 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11010
11011         * data/evince-toolbar.xml:
11012
11013         Add zoom control to available items
11014
11015 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11016
11017         * shell/ev-window.c: (update_action_sensitivity):
11018
11019         Set slash action insensitive when appropriate
11020
11021 2005-05-10  Christian Persch <chpe@gnome.org>
11022
11023         * cut-n-paste/zoom-control/ephy-zoom-action.c: (create_menu_item):
11024
11025         Fix warning on the overflow menu
11026
11027 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11028
11029         * shell/ev-window.c: (sanity_check_uri), (ev_window_open):
11030
11031         Check for uri correctness/existence
11032
11033 2005-05-09  Juerg Billeter  <j@bitron.ch>
11034
11035         * shell/ev-window.c: (using_postscript_printer):
11036
11037         LPD printers use postscript, too
11038
11039 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11040
11041         * shell/ev-window.c: (register_custom_actions):
11042
11043         The zoom one is actually sort of useful,
11044         put it back
11045
11046 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11047
11048         * shell/ev-window.c: (register_custom_actions):
11049
11050         Hide page/zoom controls from overflow, they
11051         are useless.
11052
11053 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11054
11055         * cut-n-paste/update-from-egg.sh:
11056         
11057         Share it between all cut-n-paste subdirs
11058
11059         * cut-n-paste/recent-files/Makefile.am:
11060
11061         Fix to use "global" update-from-egg.sh
11062
11063         * cut-n-paste/recent-files/egg-recent-model.c:
11064         (egg_recent_model_changed_timeout), (egg_recent_model_finalize):
11065         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
11066         (egg_recent_view_gtk_clear), (egg_recent_view_gtk_set_list),
11067         (egg_recent_view_gtk_finalize), (egg_recent_view_gtk_set_menu):
11068
11069         Update from libegg
11070
11071         * cut-n-paste/toolbar-editor/Makefile.am:
11072
11073         Fix to use "global" update-from-egg.sh
11074
11075         * cut-n-paste/toolbar-editor/eggmarshalers.list:
11076
11077         Update from libegg
11078
11079 2005-05-09  Marco Pesenti Gritti <mpg@redhat.com>
11080
11081         * configure.ac:
11082         * cut-n-paste/Makefile.am:
11083         * cut-n-paste/recent-files/Makefile.am:
11084         * cut-n-paste/toolbar-editor/.cvsignore:
11085         * cut-n-paste/toolbar-editor/Makefile.am:
11086         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
11087         (egg_editable_toolbar_get_type), (get_toolbar_position),
11088         (get_n_toolbars), (get_dock_nth), (get_toolbar_nth), (find_action),
11089         (drag_data_delete_cb), (drag_begin_cb), (drag_end_cb),
11090         (drag_data_get_cb), (set_drag_cursor), (unset_drag_cursor),
11091         (set_item_drag_source), (create_item_from_action), (create_item),
11092         (data_is_separator), (drag_data_received_cb), (remove_toolbar_cb),
11093         (popup_toolbar_context_menu_cb), (free_dragged_item),
11094         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
11095         (toolbar_drag_leave_cb), (create_dock), (set_fixed_style),
11096         (unset_fixed_style), (toolbar_changed_cb), (unparent_fixed),
11097         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
11098         (item_added_cb), (item_removed_cb),
11099         (egg_editable_toolbar_construct),
11100         (egg_editable_toolbar_disconnect_model),
11101         (egg_editable_toolbar_deconstruct),
11102         (egg_editable_toolbar_set_model),
11103         (egg_editable_toolbar_set_ui_manager),
11104         (egg_editable_toolbar_set_property),
11105         (egg_editable_toolbar_get_property),
11106         (egg_editable_toolbar_class_init), (egg_editable_toolbar_init),
11107         (egg_editable_toolbar_finalize), (egg_editable_toolbar_new),
11108         (egg_editable_toolbar_new_with_model),
11109         (egg_editable_toolbar_get_edit_mode),
11110         (egg_editable_toolbar_set_edit_mode), (egg_editable_toolbar_show),
11111         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed),
11112         (egg_editable_toolbar_set_drag_dest), (fake_expose_widget),
11113         (new_pixbuf_from_widget), (new_separator_pixbuf),
11114         (update_separator_image), (style_set_cb),
11115         (_egg_editable_toolbar_new_separator_image),
11116         (egg_editable_toolbar_get_model):
11117         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
11118         * cut-n-paste/toolbar-editor/egg-marshal.c:
11119         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
11120         (egg_toolbar_editor_get_type), (compare_actions), (find_action),
11121         (egg_toolbar_editor_set_ui_manager), (toolbar_removed_cb),
11122         (egg_toolbar_editor_set_model), (egg_toolbar_editor_set_property),
11123         (egg_toolbar_editor_get_property), (egg_toolbar_editor_class_init),
11124         (egg_toolbar_editor_finalize), (egg_toolbar_editor_new),
11125         (drag_begin_cb), (drag_end_cb), (editor_drag_data_received_cb),
11126         (editor_drag_data_delete_cb), (drag_data_get_cb),
11127         (elide_underscores), (set_drag_cursor), (event_box_realize_cb),
11128         (editor_create_item), (update_editor_sheet), (setup_editor),
11129         (egg_toolbar_editor_init), (egg_toolbar_editor_add_action),
11130         (parse_item_list), (model_has_action), (update_actions_list),
11131         (egg_toolbar_editor_load_actions):
11132         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
11133         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
11134         (egg_toolbars_model_get_type), (egg_toolbars_model_to_xml),
11135         (safe_save_xml), (egg_toolbars_model_save), (toolbars_toolbar_new),
11136         (toolbars_item_new), (free_toolbar_node), (free_item_node),
11137         (egg_toolbars_model_get_flags), (egg_toolbars_model_set_flags),
11138         (egg_toolbars_model_add_separator), (impl_add_item),
11139         (parse_item_list), (egg_toolbars_model_add_toolbar),
11140         (parse_toolbars), (egg_toolbars_model_load), (impl_get_item_id),
11141         (impl_get_item_data), (impl_get_item_type),
11142         (_egg_accumulator_STRING), (egg_toolbars_model_class_init),
11143         (egg_toolbars_model_init), (free_toolbar),
11144         (egg_toolbars_model_finalize), (egg_toolbars_model_new),
11145         (egg_toolbars_model_remove_toolbar),
11146         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
11147         (egg_toolbars_model_n_items), (egg_toolbars_model_item_nth),
11148         (egg_toolbars_model_n_toolbars), (egg_toolbars_model_toolbar_nth),
11149         (egg_toolbars_model_add_item), (egg_toolbars_model_get_item_id),
11150         (egg_toolbars_model_get_item_data),
11151         (egg_toolbars_model_get_item_type):
11152         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
11153         * cut-n-paste/toolbar-editor/eggmarshalers.list:
11154         * data/Makefile.am:
11155         * data/evince-toolbar.xml:
11156         * data/evince-ui.xml:
11157         * data/hand-open.png:
11158         * po/POTFILES.in:
11159         * shell/Makefile.am:
11160         * shell/ev-window.c: (update_chrome_visibility),
11161         (ev_window_cmd_edit_toolbar_cb), (ev_window_cmd_edit_toolbar),
11162         (ev_window_dispose), (ev_window_init):
11163
11164         Implement epiphany like toolbar editor. Based on patch by
11165         Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11166
11167 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11168
11169         * shell/ev-sidebar-thumbnails.c: (page_changed_cb):
11170
11171         Use set_cursor instead of set_selection, so that
11172         the keyboard focus moves too.
11173
11174 2005-05-09  Aleksey Kliger <akliger@gmail.com>
11175
11176         * dvi/mdvi-lib/tfmfile.c: (lookup_font_metrics):
11177
11178         Fix infinite loop when loading Type1 fonts
11179
11180 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11181
11182         * data/evince-ui.xml:
11183         * shell/ev-window.c:
11184
11185         Slash -> Find
11186
11187 2005-05-09  Thomas de Grenier de Latour <degrenier@easyconnect.fr>
11188
11189         * configure.ac:
11190
11191         Make --disable really disable
11192
11193 2005-05-07  Juerg Billeter  <j@bitron.ch>
11194
11195         * backend/ev-page-cache.c: (ev_page_cache_set_page_label):
11196
11197         Compare page labels even without has_labels set, fixes setting page
11198         with entry
11199
11200 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11201
11202         * shell/ev-view.c: (ev_view_create_invisible_cursor),
11203         (ev_view_set_cursor), (ev_view_button_press_event),
11204         (ev_view_motion_notify_event), (ev_view_button_release_event),
11205         (ev_view_init):
11206
11207         Implement middle button scrolling. Based on a patch
11208         by Tommi Komulainen <tommi.komulainen@iki.fi>.
11209
11210 2005-05-08  Marco Pesenti Gritti  <mpg@redhat.com>
11211
11212         * shell/ev-document-types.c: (get_slow_mime_type),
11213         (get_document_type_from_mime), (ev_document_type_lookup):
11214         * shell/ev-document-types.h:
11215
11216         Change api to lookup from uri. Do fast lookup first, if the
11217         type is unknown try with data sniffing.
11218
11219         * shell/ev-window.c: (ev_window_open), (ev_window_open_uri_list):
11220         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
11221
11222         Adapt to api change
11223
11224 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
11225
11226         * thumbnailer/Makefile.am:
11227
11228         Fix distcheck
11229
11230 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
11231
11232         * NEWS:
11233         * configure.ac:
11234
11235         Release 0.3.0
11236
11237         * data/evince-ui.xml:
11238
11239         Hide presentation mode for now
11240
11241         * shell/ev-view.c: (highlight_find_results):
11242
11243         Show current find selection only on current page
11244
11245 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
11246
11247         * shell/ev-view.c: (ev_view_select_all):
11248
11249         Compute size of the actual page, not of
11250         the current one.
11251
11252 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
11253
11254         * shell/ev-view.c: (clear_selection), (ev_view_finalize),
11255         (view_rect_to_doc_rect), (compute_selections),
11256         (ev_view_bin_expose), (ev_view_select_all), (get_selected_text),
11257         (ev_view_copy), (ev_view_primary_get_cb),
11258         (ev_view_primary_clear_cb), (ev_view_update_primary_selection),
11259         (ev_view_button_press_event), (ev_view_motion_notify_event),
11260         (ev_view_button_release_event), (page_changed_cb):
11261
11262         Fix text selection
11263
11264 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
11265
11266         * shell/ev-view.c: (compute_border), (get_page_extents),
11267         (doc_rect_to_view_rect), (highlight_find_results),
11268         (ev_view_bin_expose), (ev_view_select_all),
11269         (ev_view_motion_notify_event), (update_find_status_message),
11270         (jump_to_find_result), (jump_to_find_page):
11271
11272         First go at fixing search, still buggy
11273
11274 2005-05-04  Kristian Høgsberg  <krh@redhat.com>
11275
11276         * shell/ev-sidebar.c (ev_sidebar_init): Remove frame around
11277         dropdown box and button at the top of the sidebar.
11278
11279 2005-05-02  James Bowes  <bowes@cs.dal.ca>
11280
11281         * configure.ac: Output zoom-control Makefile.
11282         * cut-n-paste/Makefile.am: build zoom-control subdir.
11283         * cut-n-paste/zoom-control/ephy-zoom-action.c:
11284         * cut-n-paste/zoom-control/ephy-zoom-action.h:
11285         * cut-n-paste/zoom-control/ephy-zoom-control.c:
11286         * cut-n-paste/zoom-control/ephy-zoom-control.h:
11287         * cut-n-paste/zoom-control/ephy-zoom.c:
11288         * cut-n-paste/zoom-control/ephy-zoom.h: New files imported
11289         from epiphany, and modified to add a separator into the menu.
11290         * cut-n-paste/zoom-control/Makefile.am: Build zoom-control.
11291         * data/evince-ui.xml: Replace old zoom toolbar actions with new
11292         zoom-control action.
11293         * shell/Makefile.am: Include zoom-control flags.
11294         * shell/ev-view.c: (ev_view_set_zoom), (ev_view_get_zoom),
11295         (ev_view_get_sizing_mode), (ev_view_zoom_in), (ev_view_zoom_out),
11296         (ev_view_zoom_for_size_presentation),
11297         (ev_view_zoom_for_size_continuous_and_dual_page),
11298         (ev_view_zoom_for_size_continuous),
11299         (ev_view_zoom_for_size_dual_page),
11300         (ev_view_zoom_for_size_single_page), (ev_view_zoom_normal): 
11301         s/ev_view_zoom/ev_view_set_zoom/ and make public, add 
11302         ev_view_get_zoom and ev_view_get_sizing_mode.
11303         * shell/ev-view.h:
11304         * shell/ev-window.c: (update_action_sensitivity),
11305         (update_sizing_buttons), (zoom_control_changed_cb),
11306         (register_custom_actions): Initialize and use the zoom-control 
11307         widget.
11308
11309 Sun May  1 00:46:47 2005  Jonathan Blandford  <jrb@redhat.com>
11310
11311         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init): Change the
11312         preview cache back to 1.  Don't know when it got set to 0.
11313         
11314         * shell/ev-view.c: (compute_border), (ev_view_realize),
11315         (draw_one_page), (ev_view_set_property), (ev_view_get_property),
11316         (ev_view_class_init), (ev_view_init), (ev_view_set_fullscreen),
11317         (ev_view_get_fullscreen), (ev_view_set_presentation),
11318         (ev_view_get_presentation), (ev_view_set_sizing_mode),
11319         (ev_view_zoom_for_size_presentation), (ev_view_set_zoom_for_size):
11320         * shell/ev-view.h:
11321         * shell/ev-window.c:
11322         (update_chrome_visibility),
11323         (ev_window_cmd_continuous), (ev_window_cmd_dual),
11324         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
11325         (update_document_mode), (ev_window_update_fullscreen_action),
11326         (ev_window_fullscreen), (ev_window_unfullscreen),
11327         (ev_window_cmd_view_fullscreen),
11328         (ev_window_update_presentation_action),
11329         (ev_window_run_presentation), (ev_window_stop_presentation),
11330         (ev_window_cmd_view_presentation), (ev_window_state_event),
11331         (ev_window_focus_in_event), (ev_window_focus_out_event),
11332         (ev_window_cmd_escape), (ev_window_sidebar_visibility_changed_cb):
11333         * data/evince-ui.xml: Initial presentation mode.  We should
11334         probably hide this until it's done, as it's quite rough.  Also,
11335         change full-screen to fullscreen and add two getters to EvView.
11336
11337 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
11338
11339         * shell/ev-page-action.c: (update_page_cache),
11340         (ev_page_action_dispose):
11341         * shell/ev-window.c: (destroy_fullscreen_popup),
11342         (ev_window_create_fullscreen_popup):
11343
11344         Use connect_object rather than explicitly
11345         disconnect on dispose.
11346
11347 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
11348
11349         * shell/ev-page-action.c: (update_page_cache),
11350         (ev_page_action_dispose):
11351
11352 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11353
11354         * backend/ev-page-cache.c: (_ev_page_cache_new),
11355         (ev_page_cache_set_page_label),
11356         (ev_page_cache_has_nonnumeric_page_labels):
11357         * backend/ev-page-cache.h:
11358         * shell/ev-page-action.c: (update_pages_label):
11359         
11360         If all page labels are numeric, fallback to default
11361         way to display number of pages. See bug 173185.
11362
11363 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11364
11365         * shell/ev-page-action.c: (ev_page_action_dispose):
11366         * shell/ev-view.c: (view_update_range_and_current_page):
11367         * shell/ev-window.c: (ev_window_dispose):
11368         
11369         Set page on scroll in continuous mode. Fixes bug 301986.
11370         Also cleanup callbacks on destroy of EvWindow and EvPageAction.
11371
11372 2005-04-26  Marco Pesenti Gritti <mpg@redhat.com>
11373
11374         * configure.ac:
11375
11376         Require poppler 0.3.0
11377
11378 2005-04-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
11379         
11380         * shell/Makefile.am, configure.ac: Fix build problems
11381         with t1lib. Bug 301996.
11382
11383 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11384
11385         * shell/ev-view.c: (ev_view_scroll_event):
11386         
11387         Scroll up increase zoom
11388
11389 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11390
11391         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init),
11392         (ev_view_set_sizing_mode),
11393         (ev_view_zoom_for_size_continuous_and_dual_page),
11394         (ev_view_zoom_for_size_continuous):
11395         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
11396         (ev_window_cmd_view_page_width), (ev_window_cmd_view_zoom_in),
11397         (ev_window_cmd_view_zoom_out), (ev_window_sizing_mode_changed_cb),
11398         (ev_window_init):
11399
11400         Control + Scroll does zooming, Shift + Scroll scrolls horizontally
11401         Fix for 165473 and 165472.
11402
11403 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11404
11405         * po/POTFILES.in:
11406         * thumbnailer/Makefile.am:
11407         * thumbnailer/evince-thumbnailer-djvu.schemas.in:
11408         * thumbnailer/evince-thumbnailer-dvi.schemas.in:
11409         * thumbnailer/evince-thumbnailer.schemas.in:
11410         
11411         Make thumbnailer schemas translatable. Fix for bug 301773
11412         
11413         * thumbnailer/evince-thumbnailer-djvu.schemas:
11414         * thumbnailer/evince-thumbnailer-dvi.schemas:
11415         * thumbnailer/evince-thumbnailer.schemas:
11416
11417         Removed files
11418
11419 Sun Apr 24 01:37:39 2005  Jonathan Blandford  <jrb@redhat.com>
11420
11421         * shell/ev-view.c (ev_view_init): forgot to set this.
11422
11423 Sun Apr 24 01:07:27 2005  Jonathan Blandford  <jrb@redhat.com>
11424
11425         * shell/ev-view.c: (find_page_at_location),
11426         (get_link_at_location),
11427         (ev_view_set_show_border), (ev_view_set_spacing),
11428         (ev_view_zoom_for_size_continuous_and_dual_page),
11429         (ev_view_zoom_for_size_continuous): Fix links for dual/continuous.
11430         Also, add a quick fix measuring of widths.  Also, removed
11431         ev_view_set_spacing and ev_view_set_show_border.
11432         
11433         * shell/ev-window.c: (ev_window_unfullscreen),
11434         (ev_window_cmd_view_fullscreen): Don't adjust the border/spacing.
11435
11436 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11437
11438         * shell/ev-view.c: (view_update_range_and_current_page),
11439         (page_changed_cb):
11440         
11441         Fix crash on exit and scrolling to page in continuous view.
11442
11443 Sat Apr 23 13:13:04 2005  Jonathan Blandford  <jrb@redhat.com>
11444
11445         * TODO:
11446         * backend/ev-page-cache.c: (_ev_page_cache_new),
11447         (ev_page_cache_get_max_width_size),
11448         (ev_page_cache_get_max_height_size):
11449         * backend/ev-page-cache.h:
11450         * data/evince-ui.xml:
11451         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init):
11452         * shell/ev-view.c: (view_update_adjustments),
11453         (view_update_range_and_current_page), (get_bounding_box_size),
11454         (ev_view_size_request_continuous_and_dual_page),
11455         (ev_view_size_request_continuous),
11456         (ev_view_size_request_dual_page),
11457         (ev_view_size_request_single_page), (ev_view_size_request),
11458         (ev_view_size_allocate), (get_page_extents), (draw_one_page),
11459         (ev_view_bin_expose), (ev_view_expose_event),
11460         (ev_view_set_property), (ev_view_get_property),
11461         (ev_view_class_init), (ev_view_init), (ev_view_new),
11462         (page_changed_cb), (ev_view_zoom), (ev_view_set_continuous),
11463         (ev_view_set_dual_page), (ev_view_set_full_screen),
11464         (ev_view_set_presentation), (ev_view_set_sizing_mode),
11465         (ev_view_can_zoom_in), (ev_view_can_zoom_out), (ev_view_zoom_in),
11466         (ev_view_zoom_out), (zoom_for_size_fit_width),
11467         (zoom_for_size_best_fit),
11468         (ev_view_zoom_for_size_continuous_and_dual_page),
11469         (ev_view_zoom_for_size_continuous),
11470         (ev_view_zoom_for_size_dual_page),
11471         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
11472         (ev_view_show_cursor), (ev_sizing_mode_get_type):
11473         * shell/ev-view.h:
11474         * shell/ev-window.c: (update_action_sensitivity),
11475         (ev_window_cmd_continuous), (ev_window_cmd_dual),
11476         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
11477         (update_sizing_buttons), (ev_window_cmd_view_zoom_in),
11478         (ev_window_cmd_view_zoom_out), (update_view_size),
11479         (ev_window_set_sizing_mode), (ev_window_init):
11480
11481         Add Continuous and Dual page modes.
11482
11483 2005-04-23  James Bowes  <bowes@cs.dal.ca>
11484
11485         * dvi/dvi-document.c: (dvi_document_load),
11486         (dvi_document_thumbnails_get_thumbnail),
11487         (dvi_document_init_params): Fix up some mixups between
11488         width and height to correct thumbnail rendering.
11489
11490 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11491
11492         * dvi/mdvi-lib/private.h:
11493         * dvi/mdvi-lib/setup.c: (mdvi_init_kpathsea):
11494         
11495         Suppess output for kpathsea during font generation. Thanks to
11496         James Bowes
11497
11498 Fri Apr 22 19:57:46 2005  Jonathan Blandford  <jrb@redhat.com>
11499
11500         * NEWS:
11501         * configure.ac:
11502
11503         Release 0.2.1
11504
11505         * Makefile.am: fix distcheck.
11506
11507 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11508
11509         * shell/ev-sidebar-links.c: (selection_changed_callback),
11510         (update_page_callback), (row_activated_callback),
11511         (job_finished_callback), (ev_sidebar_links_set_document):
11512         
11513         Fix for bug #169901. Double click on links expands tree.
11514
11515 2005-03-14  Bryan Clark  <clarkbw@cvs.gnome.org>
11516
11517         * shell/ev-window.c (ev_window_init): Removed fullscreen toolbar
11518         hard-coded style. Fix for bug 170111
11519
11520 2005-04-22  Kristian Høgsberg  <krh@redhat.com>
11521
11522         * shell/ev-view.c (highlight_find_results): Remove unnecessary
11523         locking.
11524
11525 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
11526
11527         * thumbnailer/evince-thumbnailer.schemas: real fix for bug 172496
11528
11529 2005-04-22  Marco Pesenti Gritti  <mpg@redhat.com>
11530
11531         * pdf/ev-poppler.cc:
11532         * shell/ev-view.c: (highlight_find_results):
11533
11534         Fix find on single page documents
11535
11536 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
11537
11538         * data/evince.schemas.in: fix for bug 301390
11539
11540 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
11541
11542         * shell/ev-view.c: (ev_view_can_zoom_in), (ev_view_can_zoom_out),
11543         (ev_view_zoom_out), (ev_view_zoom_normal):
11544         * shell/ev-view.h:
11545         * shell/ev-window.c: (update_action_sensitivity),
11546         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
11547         (ev_window_cmd_view_zoom_in), (ev_window_cmd_view_zoom_out),
11548         (ev_window_cmd_view_normal_size):
11549
11550         Fix normal size zoom. Make zoom in/zoom out unsensitive when
11551         they are behyond the limits. Tweak MAX_ZOOM to 6, sucks but
11552         better than oom. 
11553
11554 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
11555
11556         * configure.ac:
11557
11558         Depend on 2.57, 2.59 doesnt seem to be necessary
11559
11560 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
11561
11562         * shell/ev-page-action.c: (update_pages_label), (page_changed_cb),
11563         (create_tool_item):
11564
11565         Put back total number of pages as (1 of 1234)
11566
11567 Thu Apr 21 23:37:52 2005  Jonathan Blandford  <jrb@redhat.com>
11568
11569         * shell/ev-pixbuf-cache.c (dispose_cache_job_info): actually
11570         remove the job.
11571
11572         * backend/ev-document.h: Remove EV_DOC_MUTEX in favor of a locking
11573         function.  This helps debugging.
11574
11575 2005-04-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11576
11577         * djvu/djvu-document.c: (djvu_document_class_init),
11578         (djvu_document_get_info), (djvu_document_document_iface_init):
11579         * dvi/dvi-document.c: (dvi_document_class_init),
11580         (dvi_document_get_info), (dvi_document_document_iface_init):
11581
11582         Dummy implementation of get_info method for dvi and
11583         djvu. Fix crashes with those backends
11584
11585 2005-04-20  Marco Pesenti Gritti <mpg@redhat.com>
11586
11587         * data/evince.desktop.in:
11588
11589         Add application/x-gzpostscript
11590
11591 2005-04-20  Bryan Clark  <clarkbw@cvs.gnome.org>
11592
11593         * data/evince.schemas.in: Added real long descriptions, 
11594         closes bug 172496 
11595
11596         * README: Added actual text, closes bug 171869
11597
11598 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
11599
11600         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
11601
11602         Thumbnail page 0
11603
11604 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
11605
11606         * backend/ev-document-info.h:
11607
11608         s/GDate */GDate so we can just use g_free
11609
11610 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
11611
11612         * shell/ev-window.c: (update_document_mode),
11613         (ev_window_setup_document):
11614
11615         Show the window in fullscreen when specified by
11616         the document
11617
11618 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
11619
11620         * backend/ev-document.c: (ev_document_class_init),
11621         (ev_document_get_info), (ev_document_render_pixbuf):
11622         * backend/ev-document.h:
11623         * backend/ev-page-cache.c: (_ev_page_cache_new):
11624         * pdf/ev-poppler.cc:
11625         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
11626         (pixbuf_document_get_info), (pixbuf_document_document_iface_init):
11627         * ps/ps-document.c: (ps_document_class_init), (document_load),
11628         (ps_document_get_info), (ps_document_document_iface_init):
11629
11630         Remove get_title from the interface, we can just use document info
11631
11632 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
11633
11634         * backend/Makefile.am:
11635         * backend/ev-document.c: (ev_document_render_get_info):
11636         * backend/ev-document.h:
11637         * pdf/ev-poppler.cc:
11638
11639         Initial support for document info. Based on jrb patch.
11640
11641 2005-04-19  Paolo Borelli <pborelli@katamail.com>
11642
11643         * shell/ev-window.c: (ev_window_state_event),
11644         (ev_window_class_init), (ev_window_init):
11645         
11646         Doesn't show resize grip when maximized. See bug #301053
11647
11648 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11649
11650         * po/POTFILES.in:
11651         
11652         ev-sidebar-thumbnails now has translatable labels
11653         
11654         * shell/Makefile.am:
11655         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document),
11656         (ev_sidebar_links_support_document), (ev_sidebar_links_get_label),
11657         (ev_sidebar_links_page_iface_init):
11658         * shell/ev-sidebar-links.h:
11659         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
11660         (ev_sidebar_page_support_document), (ev_sidebar_page_set_document),
11661         (ev_sidebar_page_get_label):
11662         * shell/ev-sidebar-page.h:
11663         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_new),
11664         (ev_sidebar_thumbnails_set_document),
11665         (ev_sidebar_thumbnails_support_document),
11666         (ev_sidebar_thumbnails_get_label),
11667         (ev_sidebar_thumbnails_page_iface_init):
11668         * shell/ev-sidebar-thumbnails.h:
11669         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
11670         (ev_sidebar_set_document):
11671         * shell/ev-sidebar.h:
11672         * shell/ev-window.c: (ev_window_setup_document), (ev_window_init):
11673         
11674         Small rework of sidebar code. Now sidebar pages should implement
11675         EvSidebarPage interface. That makes page management in EvSidebar
11676         easier. See bug #164811 for details
11677
11678 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11679
11680         * shell/ev-application.c: (ev_application_open):
11681         * shell/ev-document-types.c:
11682         
11683         Fix build error and small problem with application exit
11684
11685 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11686
11687         * thumbnailer/Makefile.am:
11688         * thumbnailer/evince-thumbnailer-djvu.schemas:
11689         * thumbnailer/evince-thumbnailer-dvi.schemas:
11690         
11691         Conditionally install schemas for djvu/dvi thumbnailer
11692
11693 2005-04-18  David Malcolm  <dmalcolm@redhat.com>
11694
11695         * shell/ev-document-types.h: 
11696         * shell/ev-document-types.c: 
11697         New files, handling the mapping from mimetypes to backends
11698         
11699         * shell/ev-window.c: 
11700         * thumbnailer/evince-thumbnailer.c:     
11701         Use the ev-document-types code
11702         
11703         * shell/Makefile.am: 
11704         Added new convenience library libevbackendfactory_la, containing
11705         the new mimetype->backend logic; moved the backends into it.
11706
11707         * thumbnailer/Makefile.am:
11708         Make the thumbnailer link with the libevbackend.la convenience
11709         library, rather than having a duplicate of the backend logic here.
11710
11711 2005-04-18  Paolo Borelli  <pborelli@katamail.com>
11712
11713         * shell/ev-stock-icons.c: constify some vars.
11714         * shell/ev-window.c: ditto.
11715
11716 2005-04-18  Marco Pesenti Gritti  <mpg@redhat.com>
11717
11718         * ps/ps-document.c (get_page_orientation):
11719
11720         Respect document orientation 
11721
11722 2005-04-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11723
11724         * djvu/Makefile.am:
11725         * dvi/Makefile.am:
11726         * shell/Makefile.am:
11727         
11728         Move library dependencies to components.
11729         
11730         * shell/ev-window.c: (update_window_title),
11731         (start_loading_document):
11732         
11733         Fix display of uris with spaces. Bug 168358.
11734
11735 Sat Apr 16 18:53:47 2005  Jonathan Blandford  <jrb@redhat.com>
11736
11737         * shell/ev-sidebar-links.c: (selection_changed_cb):
11738         * shell/ev-view.c: (ev_view_finalize), (go_to_link),
11739         (ev_view_button_release_event), (ev_view_set_document):
11740         * shell/ev-view.h:
11741         * shell/ev-window.c: (find_bar_search_changed_cb):
11742         * shell/ev-window.h: Minor cleanups removing some dead code.
11743
11744 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11745
11746         * backend/ev-page-cache.c: (_ev_page_cache_new):
11747         
11748         Set current page to 0 if document has pages.
11749
11750 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11751
11752         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
11753
11754         Initialize GError to NULL, fix a crash when loading fails.
11755
11756 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11757
11758         * shell/ev-window.c: (update_view_size):
11759
11760         Calculate shadow size only when there is actually
11761         a shadow.
11762
11763 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11764
11765         * shell/ev-view.c: (ev_view_set_spacing), (ev_view_init):
11766         * shell/ev-view.h:
11767
11768         Allow setting view spacing, default to 0
11769
11770         * shell/ev-window.c: (ev_window_unfullscreen),
11771         (ev_window_cmd_view_fullscreen), (ev_window_init):
11772
11773         Remove spacing in fullscreen mode
11774
11775 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11776
11777         * shell/ev-view.c: (compute_border), (compute_zoom_factor),
11778         (ev_view_size_request), (expose_bin_window),
11779         (ev_view_set_show_border), (ev_view_init), (page_changed_cb):
11780         * shell/ev-view.h:
11781         * shell/ev-window.c: (ev_window_unfullscreen),
11782         (ev_window_cmd_view_fullscreen):
11783
11784         Do not draw the border in fulscreen
11785
11786 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11787
11788         * shell/ev-view.c: (ev_view_get_offsets), (compute_zoom_factor),
11789         (ev_view_size_request), (expose_bin_window), (ev_view_select_all),
11790         (find_page_at_location), (page_changed_cb):
11791
11792         Rework border calculation, so that I can more easily disable it.
11793         Code somewhat cleaner too.
11794
11795 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11796
11797         * backend/ev-page-cache.c: (ev_page_cache_init),
11798         (_ev_page_cache_new):
11799
11800         Remove some assertions, documents can have 0 pages.
11801         Make initial current page -1.
11802
11803         * shell/ev-page-action.c: (page_changed_cb):
11804
11805         Show "" if current page is -1
11806
11807         * shell/ev-window.c: (update_action_sensitivity),
11808         (ev_window_setup_document):
11809
11810         When document has 0 pages do not set the view
11811         and make nearly everything insensitive.
11812
11813 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11814
11815         * shell/ev-page-view.c:
11816         * shell/ev-page-view.h:
11817
11818         Remove unused files.
11819         
11820         * shell/ev-sidebar-thumbnails.c:
11821         (ev_sidebar_thumbnails_set_document):
11822         * shell/ev-sidebar.c: (ev_sidebar_set_document),
11823         (ev_sidebar_supports_document):
11824         * shell/ev-sidebar.h:
11825         * shell/ev-window.c: (ev_window_setup_document):
11826         
11827         Doesn't show thumbnails if document has 1 page. Make
11828         sidebar menu entries sensitive only if if they have 
11829         sense. Fix bug 164811. 
11830
11831 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
11832
11833         * shell/ev-view.c: (compute_zoom_factor), (ev_view_size_request),
11834         (page_changed_cb), (ev_view_zoom), (ev_view_zoom_in),
11835         (ev_view_zoom_out), (ev_view_set_size):
11836
11837         Rework sizing to deal with documents with not uniform page
11838         size.
11839
11840 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
11841
11842         * backend/ev-page-cache.c: (_ev_page_cache_new):
11843
11844         Fix several page size caching bugs
11845
11846 2005-04-15  Luca Ferretti <elle.uca@libero.it>
11847
11848         * shell/ev-window.c: (set_action_properties):
11849
11850         Make all toolbar items translatable
11851
11852 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
11853
11854         * ps/ps-document.c: (ps_document_init), (ps_document_get_type),
11855         (save_page_list), (ps_document_save),
11856         (ps_document_document_iface_init), (ps_document_ps_export_begin),
11857         (ps_document_ps_export_do_page), (ps_document_ps_export_end),
11858         (ps_document_ps_exporter_iface_init):
11859         * ps/ps-document.h:
11860
11861         Based on a patch by J�rg Billeter <j@bitron.ch>
11862         
11863         Implement print and save a copy for the ps backend.
11864
11865 2005-04-14  Marco Pesenti Gritti <mpg@redhat.com>
11866
11867         * backend/ev-document.h:
11868         * djvu/djvu-document.c: (djvu_document_can_get_text),
11869         (djvu_document_document_iface_init):
11870         * dvi/dvi-document.c: (dvi_document_can_get_text),
11871         (dvi_document_document_iface_init):
11872         * pdf/ev-poppler.cc:
11873         * pixbuf/pixbuf-document.c: (pixbuf_document_can_get_text),
11874         (pixbuf_document_document_iface_init):
11875         * ps/ps-document.c: (ps_document_can_get_text),
11876         (ps_document_document_iface_init):
11877         * shell/ev-view.c: (ev_view_copy), (ev_view_primary_get_cb):
11878         * shell/ev-window.c: (update_action_sensitivity):
11879
11880         Fix the crash when trying to copy in backends that doesnt
11881         support it. We can implement a better solution once we
11882         do real text selection.
11883
11884 2005-04-12  Marco Pesenti Gritti <mpg@redhat.com>
11885
11886         * data/evince-ui.xml:
11887         * shell/ev-window.c: (ev_window_cmd_escape):
11888         
11889         Work around the Escape conflict (find bar and unfullscreen)
11890
11891 2005-04-12  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
11892
11893         * backend/ev-page-cache.c: (ev_page_cache_next_page):
11894         
11895         Fix for #300233. Next page correctly handles document end.
11896         
11897         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
11898         (ev_sidebar_thumbnails_class_init),
11899         (ev_sidebar_thumbnails_set_document),
11900         (ev_sidebar_thumbnails_clear_job),
11901         (ev_sidebar_thumbnails_clear_model):
11902         
11903         Cleanup thumbnail jobs on document changes.
11904         
11905         * shell/ev-view.c: (add_scroll_binding_keypad),
11906         (add_scroll_binding_shifted), (ev_view_class_init):
11907         
11908         Shift + Space scrolls up. Fix for #173184
11909         
11910         * shell/ev-window.c: (ev_window_open_page),
11911         (ev_window_cmd_view_reload):
11912         
11913         Fix reload (Bug #300094)
11914
11915 2005-04-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11916
11917         
11918         * dvi/mdvi-lib/assoc.c:
11919         * dvi/mdvi-lib/assoc.h: Removed garbage files
11920         
11921         * dvi/mdvi-lib/bitmap.c:
11922         * dvi/mdvi-lib/color.c: (mdvi_set_color), (mdvi_push_color),
11923         (mdvi_pop_color), (mdvi_reset_color), (get_color_table):
11924         * dvi/mdvi-lib/color.h: Antialias of rules
11925         
11926         * dvi/mdvi-lib/common.h:
11927         * dvi/mdvi-lib/dviread.c: (mdvi_configure), (mdvi_init_context),
11928         (mdvi_destroy_context), (draw_shrink_rule), (draw_box), (set_rule):
11929         * dvi/mdvi-lib/files.c:
11930         * dvi/mdvi-lib/fontmap.c: (ps_init_default_paths):
11931         * dvi/mdvi-lib/mdvi.h:
11932         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
11933         * dvi/mdvi-lib/tfmfile.c: (ofm_load_file):
11934         * dvi/mdvi-lib/util.c: Fix compile warnings
11935         
11936         * dvi/dvi-document.c:
11937         (dvi_document_load), (dvi_document_thumbnails_get_dimensions),
11938         (dvi_document_thumbnails_get_thumbnail),
11939         (dvi_document_document_thumbnails_iface_init):
11940         * dvi/mdvi-lib/Makefile.am:
11941         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
11942         (dvi_pixbuf_set_color), (mdvi_pixbuf_device_render):
11943         
11944         Dvi backend now renders thumbnails
11945
11946 2005-04-09  Christian Persch  <chpe@cvs.gnome.org>
11947
11948         * shell/main.c: (main): 
11949         
11950         Save accelerators on exit. Fixes bug #172095.
11951
11952 Sat Apr  9 01:05:09 2005  Jonathan Blandford  <jrb@redhat.com>
11953
11954         * shell/ev-pixbuf-cache.c (move_one_job): Actually fix the "FIXME:
11955         update priority" comment.
11956
11957         * backend/ev-job-queue.c: Give a way to change priority.
11958
11959 Sat Apr  9 00:05:36 2005  Jonathan Blandford  <jrb@redhat.com>
11960
11961         * shell/ev-page-action.c: Fix logic.
11962
11963 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
11964
11965         * shell/ev-view.c: (ev_view_can_find_next):
11966         * shell/ev-window.c: (ev_window_setup_document):
11967
11968         Check that the document supports find
11969
11970 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
11971
11972         * data/evince-ui.xml:
11973         * shell/ev-view.c: (ev_view_can_find_next):
11974         * shell/ev-view.h:
11975         * shell/ev-window.c: (update_action_sensitivity),
11976         (find_changed_cb), (ev_window_setup_document),
11977         (ev_window_cmd_edit_find_next):
11978
11979         Add Edit->Find Next
11980
11981 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
11982
11983         * pdf/ev-poppler.cc:
11984         * shell/ev-print-job.c: (idle_print_handler):
11985
11986         Make printing work again
11987
11988 Fri Apr  8 01:12:24 2005  Jonathan Blandford  <jrb@redhat.com>
11989
11990         * shell/ev-page-action.h:
11991         * shell/ev-page-action.c: (ev_page_action_widget_init),
11992         (ev_page_action_widget_class_init), (page_changed_cb),
11993         (create_tool_item), (update_page_cache), (build_new_tree_cb),
11994         (get_filter_model_from_model), (match_selected_cb),
11995         (display_completion_text), (match_completion), (update_model),
11996         (connect_proxy), (ev_page_action_set_property),
11997         (ev_page_action_get_property), (ev_page_action_set_document),
11998         (ev_page_action_set_model), (ev_page_action_class_init): Big
11999         reworking to make completions work iff we have >= GTK-2.7.0
12000                 
12001         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_property),
12002         (ev_sidebar_links_get_property), (ev_sidebar_links_class_init),
12003         (job_finished_cb): We now have a 'model' property that is set when
12004         the links are loaded.  This can be caught with "notify::model"
12005
12006         * shell/ev-window.c: (sidebar_widget_model_set), (ev_window_init):
12007         listen for the model to be set, and propagate it to the action.
12008
12009 2005-04-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12010
12011         * cut-n-paste/recent-files/egg-recent-item.c:
12012         (egg_recent_item_set_uri), (make_valid_utf8),
12013         (egg_recent_item_set_mime_type), (egg_recent_item_get_mime_type):
12014         * cut-n-paste/recent-files/egg-recent-item.h:
12015         
12016         Update egg-recent from libegg. This should fix long
12017         startup problem. For details see
12018         http://bugzilla.gnome.org/show_bug.cgi?id=160531
12019
12020 2005-04-07  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
12021
12022         * cut-n-paste/recent-files/Makefile.am:
12023         * data/evince-ui.xml, shell/Makefile.am:
12024         * shell/ev-application.c, shell/ev-application.h:
12025         * shell/ev-window.c: Recent files support.
12026         
12027         * configure.ac: Added "ru" to ALL_LINGUAS.
12028         
12029         * dvju: new backend to support DJVU files.
12030         * dvi: new backend to support DVI.
12031
12032         * configure.ac, Makefile.am, shell/Makefile.am, ev-window.c:
12033         * ev-application.c: Support for new backends.
12034         
12035         * help, ev-window.c, main.c shell/Makefile.am: 
12036         Evince user documentation.
12037
12038 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
12039
12040         * po/POTFILES.in:
12041         * shell/ev-window.c:
12042         * thumbnailer/evince-thumbnailer.c:
12043
12044         s/pdf-document/ev-poppler
12045
12046 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
12047
12048         * NEWS:
12049         * configure.ac:
12050
12051         Release 0.2.0
12052
12053         * ps/ps-document.c: (setup_pixmap):
12054
12055         Remove debug code
12056
12057 2005-04-05  Kristian Høgsberg  <krh@redhat.com>
12058
12059         * backend/ev-page-cache.c (ev_page_cache_next_page): 
12060         * shell/ev-window.c (ev_window_cmd_go_next_page) 
12061         (ev_window_cmd_go_first_page): Fix of by one errors.
12062
12063 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
12064
12065         * ps/ps-document.c: (get_page_box):
12066
12067         Fix page size calculation
12068
12069 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
12070
12071         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
12072         (ps_document_cleanup), (setup_pixmap), (get_page_box),
12073         (get_page_orientation), (setup_page), (document_load),
12074         (ps_document_get_page_size), (render_pixbuf_idle):
12075         * ps/ps-document.h:
12076
12077         More refactoring to adapt to EvDocument changes
12078
12079 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
12080
12081         * ps/ps-document.c: (start_interpreter):
12082
12083         Actually add alpha args
12084
12085 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
12086
12087         * pdf/ev-poppler.cc:
12088
12089         Make clipboard work again
12090
12091 2005-04-04  Kristian Høgsberg  <krh@redhat.com>
12092
12093         Make searching work again.
12094         
12095         * backend/ev-document.c:
12096         * backend/ev-document.h:
12097         * backend/ev-document-find.c:
12098         * backend/ev-document-find.h: Change EvDocumentIface so we no
12099         longer store the current page or zoom level in the document.  The
12100         consequence is that all calls that operate on the current page now
12101         instead take the page number as an extra argument, and all
12102         coordinates are now doubles in document coordinate system.
12103
12104         * pdf/ev-poppler.cc:
12105         * pixbuf/pixbuf-document.c:
12106         * ps/ps-document.c: Update backends accordingly.
12107
12108 2005-04-04  Marco Pesenti Gritti <marco@gnome.org>
12109
12110         * autogen.sh:
12111
12112         Add required gettext version
12113
12114 Sat Apr  2 18:57:00 2005  Jonathan Blandford  <jrb@redhat.com>
12115
12116         * shell/evwindow.c: Patch from Alberto Mesas <amesas@gmail.com> to
12117         make F1 bring up non-existent help.
12118
12119         * shell/eggfindbar.c: Patch from Christian Persch to sync to
12120         epiphany's find bar, #167477
12121
12122         * shell/ev-view.c (ev_view_jump): Patch from Emil Soleyman-Zomalan
12123         <emil@nishra.com> to add space-bar scrolling, 
12124
12125         * shell/ev-window.c (static GtkActionEntry entries): add default
12126         keybinding for Help (F1)
12127         Fixes #171068
12128
12129         * shell/ev-view.c (ev_view_show_cursor): Fix from Yuval Tanny
12130         changing EV_VIEW_CURSOR_LINK to EV_VIEW_CURSOR_NORMAL resolves bug
12131         170110
12132
12133 2005-04-01  David Malcolm  <dmalcolm@redhat.com>
12134
12135         * Makefile.am: 
12136         * pixbuf/pixbuf-document.c: 
12137
12138         Got pixbuf backend working again
12139
12140 2005-04-01  Steve Murphy  <murf@e-tools.com>
12141
12142         * configure.in: Added "rw" to ALL_LINGUAS.
12143
12144 Fri Apr  1 02:33:41 2005  Jonathan Blandford  <jrb@redhat.com>
12145
12146         * shell/ev-sidebar-links.c (create_loading_model): Fix mismatch in
12147         model types, noticed by Martin Kretzschmar.
12148
12149 2005-04-01  Kristian Høgsberg  <krh@redhat.com>
12150
12151         * pdf/ev-poppler.cc: Implement search based on
12152         poppler_page_find_text().  Currently a bit crude since we remember
12153         all matches from all pages.  Also, we grab the big document lock
12154         when we search since searching changes the underlying stream and
12155         thus conflicts with the rendering thread.
12156         
12157         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
12158         (jump_to_find_page), (ev_view_set_document), (ev_view_find_next),
12159         (ev_view_find_previous): Fix some page indexes to be 0 based,
12160         offset rubber band by view offset,
12161
12162 Fri Apr 01 09:21:12 2005  Pablo Saratxaga  <pablo@mandrakesoft.com>
12163
12164         * configure.ac: Added Walloon (wa) to ALL_LINGUAS.
12165
12166 Fri Apr  1 01:59:39 2005  Jonathan Blandford  <jrb@redhat.com>
12167
12168         * shell/ev-page-action.c: Changed to use page labels now.  Rewrote
12169         completely because I didn't understand GtkActions.  I should
12170         read Marco's code more carefully in the future.
12171
12172         * backend/ev-page-cache.h (ev_page_cache_set_page_label): New
12173         function
12174
12175 2005-03-31  Kristian Høgsberg  <krh@redhat.com>
12176
12177         * pdf/ev-poppler.cc (pdf_document_get_links): Update to work with
12178         PopplerRectangle change from poppler CVS.
12179
12180 Thu Mar 31 13:27:50 2005  Jonathan Blandford  <jrb@redhat.com>
12181
12182         * backend/ev-document.c: (ev_document_get_page_label):
12183         * backend/ev-document.h:
12184         * backend/ev-page-cache.c: (_ev_page_cache_new),
12185         (ev_page_cache_get_page_label):
12186         * backend/ev-page-cache.h:
12187         * pdf/ev-poppler.cc:
12188         * shell/ev-sidebar-links.c: (ev_sidebar_links_construct),
12189         (links_page_num_func):
12190         * shell/ev-sidebar-thumbnails.c:
12191         (ev_sidebar_thumbnails_set_document):
12192         * shell/ev-view.c: (status_message_from_link),
12193         (ev_view_motion_notify_event):
12194         * shell/ev-window.c: (document_supports_sidebar): Add in page
12195         label support.  It's not perfect yet, but it's the first 'feature'
12196         in a while.
12197         Also, fix a bogus comment noticed by crispin. 
12198
12199 Thu Mar 31 01:21:58 2005  Jonathan Blandford  <jrb@redhat.com>
12200
12201         * Makefile.am: Remove pixbuf backend for now
12202
12203         * configure.ac: Require poppler-glib instead of just poppler.
12204
12205         * backend/ev-document-thumbnails.h: Add a comment
12206
12207         * backend/ev-document.h:
12208         * backend/ev-document.c: (ev_document_class_init),
12209         (ev_document_load), (ev_document_get_link),
12210         (ev_document_get_links): Remove 3 methods and add get_links.
12211         Also, made 0 based.
12212
12213         * backend/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
12214         * backend/ev-jobs.h: now EvJobRender can grab the links for a document.
12215
12216         * backend/ev-link.c: (ev_link_set_title),
12217         (ev_link_mapping_free_foreach), (ev_link_mapping_free),
12218         (ev_link_mapping_find):
12219         * backend/ev-link.h: Allow NULL titles.  Also, introduce a mapping link.
12220         
12221         * backend/ev-page-cache.c: (ev_page_cache_init),
12222         (_ev_page_cache_new), (ev_page_cache_set_current_page),
12223         (ev_page_cache_get_size), (ev_page_cache_next_page),
12224         (ev_page_cache_prev_page): Fix to be 0 based.
12225
12226         * pdf/Makefile.am: 
12227         * pdf/ev-poppler.h:
12228         * pdf/ev-poppler.cc: New backend.
12229         
12230         * ps/ps-document.c: (ps_document_init), (ps_document_set_page),
12231         (ps_document_get_page), (ps_document_document_iface_init):
12232
12233         * shell/ev-pixbuf-cache.h:
12234         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
12235         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
12236         (ev_pixbuf_cache_update_range), (copy_job_to_job_info),
12237         (add_job_if_needed), (ev_pixbuf_cache_set_page_range),
12238         (ev_pixbuf_cache_get_pixbuf), (ev_pixbuf_cache_get_link_mapping):
12239         Fix up code to grab a page cache per each doc.  Also, fix to be 0
12240         based.
12241         
12242         * shell/ev-sidebar-thumbnails.c:
12243         (ev_sidebar_tree_selection_changed), (page_changed_cb),
12244         (ev_sidebar_thumbnails_set_document): Fix to be 0 based.
12245
12246         * shell/ev-view.c: (status_message_from_link),
12247         (find_page_at_location), (get_link_at_location),
12248         (ev_view_motion_notify_event), (ev_view_button_release_event),
12249         (ev_view_init): Use the new link code.  Fix to be 0 based.
12250
12251         * shell/ev-window.c: (update_action_sensitivity),
12252         (document_supports_sidebar): 0 based.
12253
12254 Fri Mar 25 16:55:58 2005  Jonathan Blandford  <jrb@redhat.com>
12255
12256         * pdf/pdf-document.cc: Patch from Fernando Herrera
12257         <fherrera@onirica.com> to fix my quick fix to get_thumbnail.
12258         *blush*
12259
12260 Wed Mar 23 23:49:41 2005  Jonathan Blandford  <jrb@redhat.com>
12261
12262         * pdf/pdf-document.cc (pdf_document_thumbnails_get_thumbnail): add
12263         1 to the page, as this seems to be 1 based.  I thought we has this
12264         fixed.  grump.
12265
12266 2005-03-23  Marco Pesenti Gritti <marco@gnome.org>
12267
12268         * TODO:
12269         * backend/Makefile.am:
12270         * backend/ev-document-links.c:
12271         (ev_document_links_has_document_links),
12272         (ev_document_links_get_links_model):
12273         * backend/ev-document-links.h:
12274         * backend/ev-document.c: (ev_document_get_page_cache),
12275         (ev_document_get_doc_mutex), (ev_document_load),
12276         (ev_document_save), (ev_document_get_title),
12277         (ev_document_get_n_pages), (ev_document_set_page),
12278         (ev_document_get_page), (ev_document_set_target),
12279         (ev_document_set_scale), (ev_document_set_page_offset),
12280         (ev_document_get_page_size), (ev_document_get_text),
12281         (ev_document_get_link), (ev_document_render),
12282         (ev_document_render_pixbuf), (ev_document_scale_changed):
12283         * backend/ev-document.h:
12284         * backend/ev-job-queue.c: (remove_object_from_queue),
12285         (notify_finished), (handle_job), (search_for_jobs_unlocked),
12286         (no_jobs_available_unlocked), (ev_render_thread),
12287         (ev_job_queue_init), (find_queue), (ev_job_queue_add_job),
12288         (ev_job_queue_remove_job):
12289         * backend/ev-job-queue.h:
12290         * backend/ev-jobs.c: (ev_job_init), (ev_job_dispose),
12291         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
12292         (ev_job_links_class_init), (ev_job_render_init),
12293         (ev_job_render_dispose), (ev_job_render_class_init),
12294         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
12295         (ev_job_thumbnail_class_init), (ev_job_finished),
12296         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
12297         (ev_job_render_run), (ev_job_thumbnail_new),
12298         (ev_job_thumbnail_run):
12299         * backend/ev-jobs.h:
12300         * backend/ev-link.c:
12301         * backend/ev-link.h:
12302         * backend/ev-page-cache.c: (ev_page_cache_init),
12303         (ev_page_cache_class_init), (ev_page_cache_finalize),
12304         (_ev_page_cache_new), (ev_page_cache_get_n_pages),
12305         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
12306         (ev_page_cache_set_link), (ev_page_cache_get_title),
12307         (ev_page_cache_get_size), (ev_page_cache_next_page),
12308         (ev_page_cache_prev_page):
12309         * backend/ev-page-cache.h:
12310         * pdf/pdf-document.cc:
12311         * ps/gsdefaults.c:
12312         * ps/gsdefaults.h:
12313         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
12314         (push_pixbuf), (interpreter_failed), (ps_document_cleanup),
12315         (ps_document_widget_event), (ps_document_finalize), (get_xdpi),
12316         (get_ydpi), (setup_pixmap), (setup_page), (close_pipe),
12317         (is_interpreter_ready), (output), (catchPipe), (input),
12318         (start_interpreter), (check_filecompressed), (compute_dimensions),
12319         (ps_document_enable_interpreter), (document_load),
12320         (ps_document_next_page), (render_page), (ps_document_set_page),
12321         (ps_document_set_scale), (render_pixbuf_idle),
12322         (ps_document_render_pixbuf), (ps_document_document_iface_init):
12323         * ps/ps-document.h:
12324         * shell/Makefile.am:
12325         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
12326         (ev_pixbuf_cache_class_init), (ev_pixbuf_cache_finalize),
12327         (dispose_cache_job_info), (ev_pixbuf_cache_dispose),
12328         (ev_pixbuf_cache_new), (job_finished_cb),
12329         (check_job_size_and_unref), (move_one_job),
12330         (ev_pixbuf_cache_update_range), (find_job_cache),
12331         (ev_pixbuf_cache_clear_job_sizes), (add_job_if_needed),
12332         (ev_pixbuf_cache_add_jobs_if_needed),
12333         (ev_pixbuf_cache_set_page_range), (ev_pixbuf_cache_get_pixbuf):
12334         * shell/ev-pixbuf-cache.h:
12335         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
12336         (idle_print_handler):
12337         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
12338         (selection_changed_cb), (create_loading_model),
12339         (ev_sidebar_links_construct), (links_page_num_func),
12340         (ev_sidebar_links_clear_document), (update_page_callback_foreach),
12341         (update_page_callback), (job_finished_cb),
12342         (ev_sidebar_links_set_document):
12343         * shell/ev-sidebar-thumbnails.c:
12344         (ev_sidebar_thumbnails_class_init), (adjustment_changed_cb),
12345         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init),
12346         (page_changed_cb), (thumbnail_job_completed_callback),
12347         (ev_sidebar_thumbnails_set_document):
12348         * shell/ev-sidebar-thumbnails.h:
12349         * shell/ev-sidebar.c: (ev_sidebar_set_document):
12350         * shell/ev-view.c: (ev_view_finalize), (ev_view_destroy),
12351         (ev_view_get_offsets), (ev_view_size_request), (ev_view_realize),
12352         (ev_view_unrealize), (highlight_find_results), (expose_bin_window),
12353         (ev_view_select_all), (ev_view_copy), (ev_view_primary_get_cb),
12354         (ev_view_create_invisible_cursor), (ev_view_motion_notify_event),
12355         (ev_view_button_release_event), (ev_view_scroll_view),
12356         (ev_view_class_init), (ev_view_init), (update_find_status_message),
12357         (jump_to_find_result), (jump_to_find_page), (find_changed_cb),
12358         (ev_view_new), (job_finished_cb), (page_changed_cb),
12359         (ev_view_set_document), (go_to_link), (ev_view_zoom),
12360         (size_to_zoom_factor), (ev_view_set_size), (ev_view_find_next),
12361         (ev_view_find_previous):
12362         * shell/ev-view.h:
12363         * shell/ev-window.c: (update_action_sensitivity),
12364         (ev_window_open_page), (update_window_title), (update_total_pages),
12365         (page_changed_cb), (ev_window_setup_document),
12366         (password_dialog_response), (ev_window_cmd_save_as),
12367         (ev_window_print), (ev_window_cmd_go_previous_page),
12368         (ev_window_cmd_go_next_page), (ev_window_cmd_go_first_page),
12369         (ev_window_cmd_go_last_page), (ev_window_cmd_view_reload),
12370         (find_bar_search_changed_cb), (goto_page_cb), (ev_window_init):
12371         * shell/main.c: (main):
12372
12373         Merge evince-threads branch
12374
12375 2005-03-16  Žygimantas Beručka  <uid0@akl.lt>
12376
12377         * configure.ac: Added "lt" to ALL_LINGUAS.
12378
12379 2005-03-14  Marco Pesenti Gritti  <marco@gnome.org>
12380
12381         * NEWS:
12382         * configure.ac:
12383
12384         Release 0.1.9
12385
12386 2005-03-13  Fernando Herrera  <fherrera@onirica.com>
12387
12388         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
12389
12390         Fix here also the thumbnails 1-basedness :)
12391
12392 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
12393
12394         * NEWS:
12395         * configure.ac:
12396
12397         Release 0.1.8
12398
12399 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
12400
12401         * pdf/pdf-document.cc:
12402         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
12403         (do_one_iteration), (ev_sidebar_thumbnails_set_document):
12404
12405         Fix the mess we did with thumbnails and 1-basedness
12406
12407 2005-03-12  Changwoo Ryu  <cwryu@debian.org>
12408
12409         * configure.ac (ALL_LINGUAS): Added "ko" (Korean).
12410
12411 2005-03-09  Marco Pesenti Gritti  <marco@gnome.org>
12412
12413         * NEWS:
12414         * configure.ac:
12415
12416         Release 0.1.7
12417
12418 2005-03-08  Marco Pesenti Gritti  <marco@gnome.org>
12419
12420         * ps/Makefile.am:
12421         * ps/gsdefaults.c: (gtk_gs_defaults_get_interpreter_cmd),
12422         (gtk_gs_defaults_get_alpha_parameters),
12423         (gtk_gs_defaults_get_ungzip_cmd),
12424         (gtk_gs_defaults_get_unbzip2_cmd):
12425         * ps/gsdefaults.h:
12426         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
12427         (ps_document_get_orientation), (document_load),
12428         (ps_document_goto_page), (ps_document_set_page_size):
12429         * ps/ps-document.h:
12430
12431         Some more sanitization of the ps backend. Remove a lot
12432         of unused code and do not base our defaults on ggv
12433         preferences (ugh!)
12434
12435 2005-03-08  Fernando Herrera  <fherrera@onirica.com>
12436
12437         * thumbnailer/evince-thumbnailer.schemas:
12438         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
12439         (main): add -s option for thumbnail size.
12440
12441 2005-03-07  Christian Persch  <chpe@cvs.gnome.org>
12442
12443         * configure.ac:
12444
12445         AC_PROG_RANLIB is rendered obsolete by AC_PROG_LIBTOOL;
12446         remove it.
12447
12448 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
12449
12450         * pdf/pdf-document.cc:
12451
12452         Remove 4 pixels of useless border from the
12453         thumbnail.
12454
12455 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
12456
12457         * backend/ev-document-thumbnails.c:
12458         (ev_document_thumbnails_get_thumbnail):
12459         * backend/ev-document-thumbnails.h:
12460
12461         Rework API a bit. Add a border flag and
12462         change sizing logic (now the size we specify
12463         applies to the bigger dimension).
12464
12465         * pdf/pdf-document.cc:
12466         * pixbuf/pixbuf-document.c:
12467         (pixbuf_document_thumbnails_get_thumbnail):
12468         * shell/ev-sidebar-thumbnails.c: (do_one_iteration):
12469         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
12470
12471         Adapt to the new API and do not draw a border for nautilus
12472         thumbnailer.
12473
12474 2005-03-03  Fernando Herrera  <fherrera@onirica.com>
12475
12476         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
12477         take thumbnails from page "0" instead of "1". Added a copyright header.
12478
12479 2005-03-03  Jens Granseuer  <jensgr@gmx.net>
12480
12481         * ps/ps-document.c: (set_up_page), (start_interpreter):
12482
12483         Make it C89 compliant
12484
12485 2005-03-03  Marco Pesenti Gritti  <marco@gnome.org>
12486
12487         * Makefile.am:
12488         * configure.ac:
12489         * pdf/.cvsignore:
12490         * pdf/pdf-document.cc:
12491         * thumbnailer/Makefile.am:
12492         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
12493         (main):
12494         * thumbnailer/evince-thumbnailer.schemas:
12495         * thumbnailer/pdf-icon.png:
12496
12497         Add a nautilus thumbnailer.
12498         Based on patch by Fernando Herrera <fherrera@onirica.com>.
12499
12500 2005-03-02  Marco Pesenti Gritti  <marco@gnome.org>
12501
12502         * NEWS:
12503         * configure.ac:
12504         * po/POTFILES.in:
12505
12506         Release 0.1.6
12507
12508 2005-03-01  Kristian Høgsberg  <krh@redhat.com>
12509
12510         Use poppler instead of including xpdf source code.  Poppler is a
12511         fork of xpdf to build it as a shared library. See
12512         http://freedesktop.org/wiki/Software/poppler.
12513
12514         * pdf/xpdf/*, pdf/goo/*, pdf/splash/*, pdf/fofi/*: Remove included
12515         xpdf fork.
12516         
12517         * pdf/Makefile.am: Build libpdfdocument.a here.
12518         
12519         * pdf/GDKSplashOutputDev.cc:
12520         * pdf/GDKSplashOutputDev.h:
12521         * pdf/GnomeVFSStream.cc:
12522         * pdf/GnomeVFSStream.h:
12523         * pdf-document.cc:
12524         * pdf-document.h:
12525         * test-gdk-output-dev.cc
12526         * Thumb.cc:
12527         * Thumb.h: Pull these files out of pdf/xpdf and adjust to compile
12528         against poppler.
12529
12530 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12531
12532         * shell/ev-sidebar-links.c: (ev_sidebar_links_clear_document):
12533
12534         Clear idle stack before unsetting the document
12535
12536 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12537
12538         * ps/ps-document.c: (ps_document_widget_event),
12539         (ps_document_set_target), (ps_document_finalize),
12540         (ps_document_get_page):
12541
12542         Disconnect the widget event signal on finalize.
12543         Some code cleanups.
12544
12545 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12546
12547         * ps/ps-document.c: (set_up_page):
12548
12549         If there is no bpixmap create one, even if size
12550         is not changed.
12551
12552 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12553
12554         * ps/ps-document.c: (ps_document_init), (ps_document_cleanup),
12555         (set_up_page), (document_load), (ps_document_set_zoom):
12556
12557         Default page is 0. Calculate size even when we have no
12558         target yet.
12559
12560 2005-02-28  Carlos Garcia Campos <carlosgc@gnome.org>
12561
12562         * shell/ev-sidebar.c: expand the selection widget to be always as
12563         wide as the sidebar
12564
12565 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12566
12567         * shell/ev-sidebar-thumbnails.c:
12568         (ev_sidebar_thumbnails_set_document):
12569
12570         Clear the list store when setting document
12571
12572 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12573
12574         * shell/ev-page-action.c: (update_entry), (sync_entry),
12575         (activate_cb), (entry_size_request_cb), (create_tool_item),
12576         (connect_proxy):
12577
12578         Use an entry for the page control instead of spinbuttons
12579
12580 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12581
12582         * data/evince.schemas.in:
12583
12584         Correct confusing string
12585
12586 Sun Feb 27 23:00:31 2005  Jonathan Blandford  <jrb@redhat.com>
12587
12588         * shell/ev-sidebar-links.c (do_one_iteration): Handle title links
12589         for real.  Gosh, how long has this been broken.
12590
12591         * pdf/xpdf/pdf-document.cc (build_link_from_action): add back the
12592         check for a NULL link.  We crash otherwise.
12593
12594 2005-02-27  Marco Pesenti Gritti  <marco@gnome.org>
12595
12596         * NEWS:
12597         * configure.ac:
12598
12599         Release 0.1.5
12600
12601 2005-02-25  Sebastien Bacher  <seb128@debian.org>
12602
12603         * configure.ac: add the french translation.
12604
12605 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
12606
12607         * shell/ev-window.c:
12608
12609         Remove unused header -> fix distcheck
12610
12611 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
12612
12613         * shell/ev-window.c: (update_window_title),
12614         (ev_window_popup_password_dialog):
12615
12616         Unescape filename for display
12617
12618 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
12619
12620         * pdf/xpdf/pdf-document.cc:
12621
12622         In get_page_size deal with rotation. Also
12623         cleanup the function a bit.
12624
12625 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
12626
12627         * pdf/xpdf/pdf-document.cc:
12628
12629         Fix crash when opening in new window
12630
12631 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
12632
12633         * configure.ac:
12634
12635         Check ghostscript >= 7
12636
12637 2005-02-25  Pedro Villavicencio <pvillavi@gnome.cl>
12638
12639         * shell/ev-window.c:
12640
12641         Make page width the default sizing mode
12642
12643 2005-02-25  Carlos Garcia Campos <carlosgc@gnome.org>
12644         Marco Pesenti Gritti <marco@gnome.org>
12645
12646         * shell/ev-window.c: Remember the sidebar size
12647
12648         * data/evince.schemas.in: Add a new gconf key to store the size of
12649         the sidebar
12650
12651 2005-02-24  Kai Willadsen  <kaiw@itee.uq.edu.au>
12652
12653         * data/evince-ui.xml:
12654         * shell/ev-window.c: (update_action_sensitivity),
12655         (ev_window_cmd_view_reload):
12656         
12657         Add a "Reload" action and menu entry
12658
12659 Thu Feb 24 23:07:33 2005  Jonathan Blandford  <jrb@redhat.com>
12660
12661         * shell/ev-window.c (hide_sidebar_and_actions): Hide the sidebar
12662         iff the type doesn't support thumbnailing and indexing.
12663
12664 2005-02-24  Martin Kretzschmar  <martink@gnome.org>
12665
12666         * configure.ac (ALL_LINGUAS): Added "zh_TW" (Traditional Chinese).
12667
12668 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12669
12670         * pdf/splash/Splash.cc:
12671
12672         Port fix for a crasher from kde bug
12673         http://bugs.kde.org/show_bug.cgi?id=97131
12674
12675 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12676
12677         * pdf/xpdf/pdf-document.cc:
12678
12679         Return a link even if it's of an unrecognized
12680         type. Otherwise we go in an infinte cycle.
12681
12682 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12683
12684         * shell/ev-window.c: (update_sizing_buttons), (update_view_size),
12685         (size_allocate_cb), (ev_window_set_sizing_mode):
12686
12687         Update size when switching mode
12688
12689 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12690
12691         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
12692         (ev_window_cmd_view_page_width), (update_sizing_buttons),
12693         (ev_window_cmd_view_normal_size):
12694
12695         Fix size toggle buttons behavior
12696
12697 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12698
12699         * shell/ev-view.c: (ev_view_get_offsets), (view_rect_to_doc_rect),
12700         (doc_rect_to_view_rect), (ev_view_size_allocate),
12701         (expose_bin_window), (ev_view_select_all), (page_changed_callback),
12702         (scale_changed_callback):
12703
12704         Do not cache offsets in size_allocate.
12705
12706 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12707
12708         * shell/ev-view.c: (ev_view_size_allocate):
12709
12710         Calculate offsets before calling the parent
12711         class (which does a redraw)
12712
12713 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12714
12715         * pdf/xpdf/pdf-document.cc:
12716
12717         Fix a crasher on exit. Unused code, put a TODO
12718
12719 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12720
12721         * backend/ev-document.c: (ev_document_class_init),
12722         (ev_document_page_changed), (ev_document_scale_changed):
12723         * backend/ev-document.h:
12724
12725         Separate page/scale notifications
12726
12727         * pdf/xpdf/pdf-document.cc:
12728
12729         Emit the new signals.
12730         Do not display the pdf page in _render, do it
12731         when scale/page are requested.
12732
12733         * ps/ps-document.c: (ps_document_set_zoom),
12734         (ps_document_widget_event):
12735         * ps/ps-document.h:
12736
12737         Emit the new signals.
12738
12739         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
12740         (ev_view_init), (page_changed_callback), (scale_changed_callback),
12741         (ev_view_set_document), (ev_view_zoom), (ev_view_zoom_in),
12742         (ev_view_zoom_out), (size_to_zoom_factor), (ev_view_set_size):
12743         * shell/ev-view.h:
12744         * shell/ev-window.c: (ev_window_cmd_view_normal_size),
12745         (ev_window_cmd_view_page_width), (size_allocate_cb),
12746         (ev_window_set_sizing_mode):
12747
12748         Rework sizing to be pixel based.
12749         There are bugs but should be already way better.
12750
12751 2005-02-23  Marco Pesenti Gritti  <marco@gnome.org>
12752
12753         * shell/ev-window.c: (ev_window_init):
12754
12755         Do not allow to shrink sidebar smaller then
12756         child requisition
12757
12758 2005-02-23  Carlos Garcia Campos <carlosgc@gnome.org> 
12759
12760         * shell/ev-sidebar.[ch]
12761         * shell/ev-window.c:
12762
12763         Improved sidebar widget. Fixes #166683
12764
12765 2005-02-23  Tommi Vainikainen  <thv@iki.fi>
12766
12767         * shell/ev-view.c (update_find_status_message): Give translators
12768         more flexibility with ngettext plural handling.
12769
12770 Mon Feb 21 17:52:08 2005  Jonathan Blandford  <jrb@redhat.com>
12771
12772         * pdf/xpdf/pdf-document.cc (pdf_document_get_page_size): Patch
12773         from Crispin Flowerday <gnome@flowerday.cx> to avoid rendering the
12774         page when we get the page size.
12775
12776 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
12777
12778         * ps/ps-document.c: (ps_document_set_page), (ps_document_get_page):
12779
12780         ps pages are 0 based, convert 
12781
12782 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
12783
12784         * ps/ps-document.c: (ps_document_class_init), (ps_document_load):
12785
12786         Initialize correct parent class. Set GError on document load
12787
12788 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
12789
12790         * pdf/xpdf/pdf-document.cc:
12791
12792         Fixup selection offset calculation
12793
12794         * shell/ev-view.c: (view_rect_to_doc_rect),
12795         (doc_rect_to_view_rect), (ev_view_size_allocate),
12796         (expose_bin_window), (ev_view_select_all), (ev_view_copy),
12797         (ev_view_primary_get_cb), (ev_view_motion_notify_event):
12798
12799         Store selection as document relative, so that zooming
12800         and offset changing doesnt break it.
12801
12802 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
12803
12804         * shell/ev-view.c: (ev_view_best_fit):
12805
12806         Do not try to best fit if the view is not realized
12807
12808 2005-02-20  Kostas Papadimas <pkst@gnome.org>
12809           
12810         * configure.ac (ALL_LINGUAS): Added "el" (Greek).
12811
12812 Fri Feb 18 16:06:39 2005  Jonathan Blandford  <jrb@redhat.com>
12813
12814         * shell/ev-window.c (ev_window_focus_in_event): missed a case.
12815
12816 Fri Feb 18 15:32:57 2005  Jonathan Blandford  <jrb@redhat.com>
12817
12818         * shell/ev-window.c: Change the fullscreen toolbar to always be in
12819         the popup window.  That prevents it resizing when in full screen
12820         mode.
12821
12822         * shell/ev-view.c: Change Zoom epsilon as a bad hack to avoid
12823         multiple rerenders.  This pretty much sucks.
12824
12825         * data/evince-ui.xml: Change the fullscreen toolbar to include the
12826         rest of the toolbar.
12827
12828 2005-02-18  Tommi Vainikainen  <thv@iki.fi>
12829
12830         * configure.ac (ALL_LINGUAS): Added "fi" (Finnish).
12831
12832 2005-02-17  Alexander Shopov  <ash@contact.bg>
12833
12834         * configure.in (ALL_LINGUAS): Added "bg" (Bulgarian)
12835
12836 2005-02-16  Bryan Clark  <clarkbw@cvs.gnome.org>
12837
12838         * shell/ev-window.c: added ellipsis to Print item. Fixes bug 166915
12839
12840 2005-02-16  Marco Pesenti Gritti  <marco@gnome.org>
12841
12842         * shell/ev-view.c: (ev_view_realize), (highlight_find_results),
12843         (ev_view_create_invisible_cursor), (ev_view_set_cursor),
12844         (set_document_page), (document_changed_callback),
12845         (ev_view_set_document), (ev_view_find_previous),
12846         (ev_view_hide_cursor), (ev_view_show_cursor):
12847         * shell/ev-view.h:
12848         * shell/ev-window.c: (update_chrome_visibility),
12849         (fullscreen_timeout_cb), (fullscreen_set_timeout),
12850         (fullscreen_clear_timeout), (fullscreen_motion_notify_cb),
12851         (fullscreen_leave_notify_cb), (ev_window_fullscreen),
12852         (ev_window_unfullscreen):
12853         * shell/main.c: (main):
12854
12855         Automatically hide the fullscreen button.
12856         Patch by Kristian Høgsberg <krh@redhat.com>
12857
12858 2005-02-16  Vincent Noel  <vnoel@cox.net>
12859
12860         * shell/main.c (main): Specify an icon for the window. Patch by
12861         Jaap A. Haitsma. Fixes #166177.
12862
12863 Wed Feb 16 06:30:13 2005  Jonathan Blandford  <jrb@redhat.com>
12864
12865         * shell/ev-view.c (ev_view_realize): get rid of the black flash.
12866
12867 Tue Feb 15 22:27:13 2005  Jonathan Blandford  <jrb@redhat.com>
12868
12869         * backend/ev-document-misc.h:
12870         * backend/ev-document-misc.c:
12871         (ev_document_misc_get_page_border_size),
12872         (ev_document_misc_paint_one_page): New function to canonicalize
12873         sizing/painting a border.
12874
12875         * shell/Makefile.am: Remove ev-page-view.c entirely as it's not
12876         used.
12877
12878         * pdf/xpdf/pdf-document.cc: use new function
12879
12880         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
12881         (ev_view_init), (ev_view_set_mode), (ev_view_zoom),
12882         (ev_view_best_fit), (ev_view_fit_width): * shell/ev-view.h: *
12883         shell/ev-window.c: (update_sizing_buttons),
12884         (ev_window_setup_document), (ev_window_cmd_view_zoom_in),
12885         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_best_fit),
12886         (ev_window_cmd_view_page_width), (size_allocate_cb),
12887         (ev_window_set_sizing_mode), (ev_window_init): make the "best fit"
12888         and "fit width" values act as toggle buttons so they stay
12889         toggled.  It's not 100% perfect, and it's a little slow, but it's
12890         good enough to commit I think.
12891
12892 2005-02-15  David Lodge  <dave@cirt.net>
12893
12894         * configure.ac (ALL_LINGUAS): Added "en_GB" (English (British)).
12895
12896 2005-02-15  Martin Kretzschmar  <martink@gnome.org>
12897
12898         * shell/ev-window.c (update_window_title): replace newlines in
12899         the title by spaces. Bug #166107.
12900
12901 2005-02-14  Martin Kretzschmar  <martink@gnome.org>
12902
12903         * shell/ev-view.c (ev_view_best_fit, ev_view_fit_width): add
12904         parameters providing allocation width and height without
12905         scrollbars and width of a possible vertical scrollbar. With this
12906         additional information the functions can work as
12907         intended. Unfortunately they're not idempotent. We should
12908         transform these commands to toggles. Fixes Bug #164976
12909         Initial patch by Stephane Loeuillet, then heavily modified.
12910
12911         * shell/ev-view.h: update prototypes.
12912
12913         * shell/ev-window.c (ev_window_cmd_view_best_fit)
12914         (ev_window_cmd_view_page_width): provide EvView fit functions with
12915         all the information they need. Formulas to calculate this
12916         information taken from GtkScrolledWindow.
12917
12918 2005-02-14  Crispin Flowerday  <gnome@flowerday.cx>
12919
12920         * shell/ev-sidebar-thumbnails.c: Ensure that after we have
12921         created a thumbnail, the list store is updated to know
12922         that the thumbnail is set. Fixes bug #166792
12923
12924 2005-02-11  Bryan Clark  <clarkbw@cvs.gnome.org>
12925
12926         * shell/ev-window.c: fixed typo, closes bug 166897
12927
12928         * TODO: updated TODO with bug numbers that are relevant
12929
12930 2005-02-09  Carlos Garcia Campos <carlosgc@gnome.org>
12931
12932         * shell/ev-window.c: Support for DnD of files. Fixes #164813
12933
12934 2005-02-09  Vincent Noel  <vnoel@cox.net>
12935
12936         * shell/ev-window.c: (set_action_properties): Set the "Previous"
12937         and "Next" toolbar buttons as important to make them stand out.
12938
12939 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
12940
12941         * lib/ev-debug.c:
12942         * lib/ev-debug.h:
12943         * ps/ps-document.c: (ps_document_finalize), (set_up_page),
12944         (start_interpreter), (stop_interpreter), (document_load),
12945         (ps_document_next_page), (ps_document_goto_page),
12946         (ps_document_set_page_size), (ps_document_widget_event),
12947         (ps_document_render):
12948         * shell/ev-page-view.c: (ev_page_view_dispose):
12949         * shell/ev-view.c: (ev_view_finalize), (expose_bin_window):
12950
12951         Fix compilation on non-gcc platforms
12952
12953 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
12954
12955         * NEWS:
12956         * configure.ac:
12957
12958         Release 0.1.4
12959
12960         * pdf/xpdf/Catalog.cc:
12961         * pdf/xpdf/XRef.cc:
12962
12963         Fix the fix for CAN-2004-0888
12964
12965 2005-02-09  Luca Ferretti <elle.uca@libero.it>
12966
12967         * data/Makefile.am:
12968         * data/evince-ui.xml:
12969         * shell/ev-stock-icons.c: (ev_stock_icons_init):
12970         * shell/ev-stock-icons.h:
12971         * shell/ev-window.c: (update_action_sensitivity),
12972         (ev_window_cmd_go_previous_page), (ev_window_cmd_go_next_page),
12973         (set_action_properties):
12974
12975         Improve toolbar layout/icons
12976
12977 2005-02-08  Marco Pesenti Gritti  <marco@gnome.org>
12978
12979         * pdf/xpdf/pdf-document.cc:
12980
12981         Add warnings about unimplemented/unknown link
12982         types.
12983
12984 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
12985
12986         * ps/ps-document.c: (set_up_page):
12987
12988         Log gs property
12989
12990 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
12991
12992         * ps/ps-document.c: (start_interpreter):
12993
12994         Log gs env var
12995
12996 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
12997
12998         * shell/ev-page-view.c: (ev_page_view_dispose):
12999         * shell/ev-view.c: (ev_view_finalize):
13000         * shell/ev-window.c: (ev_window_setup_document),
13001         (ev_window_dispose), (ev_window_init):
13002
13003         Solve more refs issues.
13004
13005         I commented out the page_view initialization for now:
13006         it was never destroyed (because it's never added
13007         to a container). Because of that we was leaking
13008         gs processes. Couldnt think to a clean fix.
13009         We need to figure this out, password view has the
13010         same issue probably.
13011
13012 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13013
13014         * ps/ps-document.c: (ps_document_finalize),
13015         (ps_document_get_n_pages), (ps_document_get_page):
13016
13017         Some cleanups, stop the interpreter on finalize
13018
13019         * shell/ev-page-view.c: (ev_page_view_dispose),
13020         (ev_page_view_class_init):
13021
13022         Release our reference on the document
13023
13024 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13025
13026         * Makefile.am:
13027         * configure.ac:
13028         * doc/debugging.txt:
13029         * lib/.cvsignore:
13030         * lib/Makefile.am:
13031         * lib/ev-debug.c: (log_module), (trap_handler), (ev_debug_init),
13032         (ev_profiler_new), (ev_should_profile), (ev_profiler_dump),
13033         (ev_profiler_free), (ev_profiler_start), (ev_profiler_stop):
13034         * lib/ev-debug.h:
13035
13036         Add debugging helpers
13037
13038         * ps/Makefile.am:
13039         * ps/ps-document.c: (set_up_page), (start_interpreter),
13040         (stop_interpreter), (document_load), (ps_document_next_page),
13041         (ps_document_goto_page), (ps_document_set_page_size),
13042         (ps_document_widget_event), (ps_document_render):
13043         * shell/Makefile.am:
13044         * shell/ev-view.c: (expose_bin_window):
13045         * shell/main.c: (main):
13046
13047         Add some logs
13048         
13049 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13050
13051         * ps/ps-document.c: (ps_document_widget_event):
13052
13053         Initialize message_window, this should make ps
13054         rendering really work! (Never noticed because I was
13055         testing with a ps that is causing gs to exit every time!)
13056
13057 2005-02-07  Bryan Clark  <clarkbw@cvs.gnome.org>
13058
13059         * data/evince.schemas.in: updated simple error in applyto closing tag
13060
13061 2005-02-07  Christian Persch  <chpe@cvs.gnome.org>
13062
13063         * Makefile.am:
13064         * configure.ac:
13065         * data/.cvsignore:
13066         * data/Makefile.am:
13067         * data/evince-ui.xml:
13068         A data/evince.schemas.in:
13069         * po/POTFILES.in:
13070         * shell/ev-stock-icons.c: (ev_stock_icons_init):
13071         * shell/ev-stock-icons.h:
13072         * shell/ev-window.c: (update_chrome_visibility),
13073         (update_chrome_flag), (ev_window_cmd_edit_find),
13074         (ev_window_update_fullscreen_popup), (ev_window_fullscreen),
13075         (ev_window_unfullscreen), (ev_window_focus_in_event),
13076         (ev_window_focus_out_event), (ev_window_cmd_leave_fullscreen),
13077         (ev_window_view_toolbar_cb), (ev_window_view_statusbar_cb),
13078         (ev_window_view_sidebar_cb), (find_bar_close_cb),
13079         (ev_window_dispose), (ev_window_class_init),
13080         (set_action_properties), (set_chrome_actions), (load_chrome),
13081         (ev_window_init):
13082
13083         Implement fullscreen mode changes from bug #164776.
13084         Also implement persistent chrome toggles.
13085
13086 2005-02-07  Jordi Mallach  <jordi@sindominio.net>
13087
13088         * configure.ac (ALL_LINGUAS): Added "ca" (Catalan).
13089
13090 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
13091
13092         * NEWS:
13093         * configure.ac:
13094         * shell/ev-view.c:
13095
13096         Add another check for find interface
13097
13098         Release 0.1.3
13099
13100 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
13101
13102         * shell/ev-application.c: (ev_application_open):
13103         * shell/ev-window.c: (ev_window_open):
13104
13105         Open gzipped ps documents
13106
13107 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
13108
13109         * TODO:
13110         * shell/ev-view.c: (set_document_page):
13111
13112         Clamp page number, dont try to move to
13113         not existant pages.
13114
13115 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
13116
13117         * backend/ev-document-find.c: (ev_document_find_changed):
13118         * backend/ev-document-find.h:
13119         * pdf/xpdf/pdf-document.cc:
13120         * shell/ev-view.c: (jump_to_find_result), (ev_view_set_document):
13121         * shell/ev-window.c: (find_bar_search_changed_cb):
13122
13123         Fix several bugs with find
13124
13125 2005-02-04  Martin Kretzschmar  <martink@gnome.org>
13126
13127         * shell/ev-sidebar-thumbnails.c
13128         (ev_sidebar_thumbnails_select_page): do nothing unless we have a
13129         document. Prevents warning from scroll_to_cell.
13130
13131 2005-02-02  Kjartan Maraas  <kmaraas@gnome.org>
13132
13133         * configure.ac: Add «nb» to ALL_LINGUAS too.
13134
13135 Wed Feb  2 21:13:11 2005  Jonathan Blandford  <jrb@redhat.com>
13136
13137         * NOTES: New file with some random thoughts.
13138
13139         * TODO: Update.
13140
13141         * backend/ev-document-misc.c:
13142         (ev_document_misc_get_page_border_size): New function to
13143         canonicalize shadow drawing sizes.  Possibly goofy.
13144
13145         * shell/ev-view.c: (ev_view_size_request), (set_document_page),
13146         (ev_view_best_fit), (ev_view_fit_width):
13147         * pdf/xpdf/pdf-document.cc:
13148         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
13149         * ps/ps-document.c: (ps_document_get_page_size):
13150         * backend/ev-document-misc.h:
13151         * backend/ev-document.c: (ev_document_get_page_size):
13152         * backend/ev-document.h: get_page_size now takes a page number
13153         parameter.  Made all the backends/frontends honor it.
13154
13155         * data/evince-ui.xml: Added a multiple-page mode.  Uncomment to
13156         see.  Doesn't work yet.
13157
13158         * shell/Makefile.am:
13159         * shell/ev-page-view.[ch]: New multi-page view.  Really rough.
13160         Doesn't do anything yet.
13161
13162         * shell/ev-sidebar-thumbnails.c:
13163         (ev_sidebar_thumbnails_set_document): [1..n_pages] instead of
13164         [0..n_pages-1]
13165
13166         * shell/ev-window.c: (update_action_sensitivity),
13167         (ev_window_setup_document), (ev_window_set_page_mode),
13168         (ev_window_page_mode_cb), (ev_window_init): Clean up the
13169         view-swapping code a bit so we can have multiple views on a
13170         document.  Add the multi-page view, though it can't be turned on
13171         yet.
13172
13173 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
13174
13175         * shell/ev-application.c: (ev_application_open):
13176         * shell/ev-view.c: (expose_bin_window):
13177         * shell/ev-window.c: (ev_window_open):
13178
13179         Support eps and check document supports find
13180         before drawing highlightings in expose.
13181
13182 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
13183
13184         * pixbuf/pixbuf-document.c:
13185         (pixbuf_document_thumbnails_get_dimensions),
13186         (pixbuf_document_document_thumbnails_iface_init):
13187
13188         implement get_dimensions
13189
13190 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
13191
13192         * NEWS:
13193         * configure.ac:
13194
13195         Release 0.1.2
13196
13197 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
13198
13199         * shell/ev-view.c: (set_document_page):
13200
13201         Scroll at the top of the page when changing page
13202
13203 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
13204
13205         * shell/ev-view.c: (ev_view_motion_notify_event):
13206
13207         Do not redraw unnecessarily
13208
13209 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
13210
13211         * pdf/xpdf/pdf-document.cc:
13212         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
13213         (expose_bin_window), (find_changed_cb):
13214
13215         Yay! find works now... Now to find bugs...
13216
13217 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
13218
13219         * backend/ev-document-find.c: (ev_document_find_base_init),
13220         (ev_document_find_changed):
13221         * backend/ev-document-find.h:
13222         * pdf/xpdf/pdf-document.cc:
13223         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
13224         (expose_bin_window), (ev_view_init), (set_document_page),
13225         (ensure_rectangle_is_visible), (jump_to_find_result),
13226         (jump_to_find_page), (find_changed_cb), (ev_view_set_document),
13227         (ev_view_find_next), (ev_view_find_previous):
13228         * shell/ev-view.h:
13229         * shell/ev-window.c: (find_bar_previous_cb), (find_bar_next_cb):
13230
13231         More work on find implementation, mostly there now
13232
13233 2005-01-29  Marco Pesenti Gritti  <marco@gnome.org>
13234
13235         * backend/ev-backend-marshalers.list:
13236         * backend/ev-document-find.c: (ev_document_find_base_init),
13237         (ev_document_find_cancel), (ev_document_find_page_has_results),
13238         (ev_document_find_get_n_results), (ev_document_find_get_result),
13239         (ev_document_find_get_progress), (ev_document_find_changed):
13240         * backend/ev-document-find.h:
13241
13242         Enanche the find interface to be really able to do
13243         multi page find.
13244
13245         * pdf/xpdf/pdf-document.cc:
13246
13247         Implement
13248
13249         * shell/ev-view.c: (ev_view_finalize), (highlight_find_results),
13250         (expose_bin_window), (ev_view_init),
13251         (ev_view_get_find_status_message), (find_changed_cb),
13252         (ev_view_set_document), (set_document_page):
13253
13254         Adapt to the new interface. A few things are regressed sorry,
13255         I will finish it soon.
13256
13257 2005-01-28  Martin Kretzschmar  <martink@gnome.org>
13258
13259         * shell/ev-sidebar-thumbnails.c (ev_sidebar_thumbnails_destroy)
13260         (ev_sidebar_thumbnails_class_init): use G_DEFINE_TYPE-supplied
13261         ev_sidebar_thumbnails_parent_class variable, don't define another
13262         parent_class variable.
13263
13264         * shell/ev-page-action.c (connect_proxy, ev_page_action_finalize)
13265         (ev_page_action_class_init): ditto.
13266
13267         * pixbuf/pixbuf-document.c (pixbuf_document_finalize)
13268         (pixbuf_document_class_init): ditto.
13269
13270         * backend/ev-link.c (ev_window_dispose, ev_link_class_init):
13271         ditto.
13272
13273         * .cvsignore: ignore various valgrind output files.
13274
13275 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
13276
13277         * data/evince-ui.xml:
13278         * shell/Makefile.am:
13279         * shell/ev-history.c:
13280         * shell/ev-history.h:
13281         * shell/ev-navigation-action.c:
13282         * shell/ev-navigation-action.h:
13283         * shell/ev-view.c: (ev_view_finalize), (ev_view_go_to_link),
13284         (ev_view_set_page), (ev_view_fit_width):
13285         * shell/ev-view.h:
13286         * shell/ev-window.c: (update_action_sensitivity),
13287         (ev_window_setup_document), (register_custom_actions):
13288
13289         Kill session history
13290
13291 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
13292
13293         * shell/ev-window.c: (update_action_sensitivity):
13294
13295         Fix inverted up/down buttons
13296
13297 2005-01-27  Martin Kretzschmar  <martink@gnome.org>
13298
13299         * shell/ev-sidebar-thumbnails.c
13300         (ev_sidebar_thumbnails_select_page): make sure the selected
13301         thumbnail stays visible.
13302
13303 2005-01-26  Martin Kretzschmar  <martink@gnome.org>
13304
13305         * shell/ev-window.c (ev_window_init): add GTK_SHADOW_IN to the
13306         scrolled window for Federico.
13307
13308 2005-01-26  Ole Laursen  <olau@hardworking.dk>
13309
13310         * configure.ac: Added "da" (Danish) to ALL_LINGUAS.
13311
13312 2005-01-26  Marco Pesenti Gritti  <marco@gnome.org>
13313
13314         * configure.ac:
13315         * pdf/splash/SplashFTFontEngine.cc:
13316
13317         Fix CID fonts with freetype 2.1.9
13318
13319 2005-01-26  Bryan Clark  <clarkbw@cvs.gnome.org>
13320
13321         * TODO: added item for desktop icon thumbnailer
13322
13323 Tue Jan 25 00:59:34 2005  Jonathan Blandford  <jrb@redhat.com>
13324
13325         * pdf/xpdf/pdf-document.cc (pdf_document_get_title): guard against
13326         unloaded docs when the title is accessed.
13327
13328         * shell/ev-password-view.[hc]: New widget for displaying password
13329         state.
13330
13331         * shell/ev-window.[ch]: Refactor password handling code to handle
13332         the new view.
13333
13334 2005-01-24  Marco Pesenti Gritti  <marco@gnome.org>
13335
13336         * NEWS:
13337         * configure.ac:
13338         * data/Makefile.am:
13339
13340         Release 0.1.1
13341
13342 2005-01-23  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
13343
13344         * pdf/xpdf/pdf-document.cc (pdf_document_search_page_changed):
13345         ignore page offset here, to make search results independent of it,
13346
13347         * shell/ev-view.c (expose_bin_window): but take offsets into
13348         account here. Bug #164932
13349
13350         * pdf/xpdf/pdf-document.cc (pdf_document_get_link): divide by
13351         scale at the right time. Bug #164996
13352
13353 2005-01-22  Martin Kretzschmar  <martink@gnome.org>
13354
13355         * pdf/xpdf/GlobalParams.cc: My 2005-01-05 change didn't actually
13356         fix the problem. Now I just removed the Adobe font names and hope
13357         that the URW fonts are always in outline format. Bug #164934
13358
13359         * shell/ev-window.c (update_window_title): empty titles are
13360         useless, use filename in that case too.
13361
13362         * NEWS: Add some content.
13363
13364 2005-01-21  Bryan Clark  <clarkbw@cvs.gnome.org>
13365
13366         * TODO: added one more TODO item and a TODONE section :)
13367
13368 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
13369
13370         * ps/ps-document.h: add page_[xy]_offset fields.
13371
13372         * ps/ps-document.c (ps_document_set_page_offset)
13373         (ps_document_render): Keep offset in consideration in a few
13374         places. Bug #164752 "postscript documents are not centered in
13375         window"
13376
13377         * data/evince.desktop.in (X-GNOME-Bugzilla-Product):
13378         s/gpdf/evince/. Spotted by Stephane Loeuillet.
13379
13380         * pixbuf/pixbuf-document.c (pixbuf_document_get_n_pages)
13381         (pixbuf_document_get_text, pixbuf_document_document_iface_init):
13382         stub out missing methods for complete EvDocument implementation.
13383         Fixes segfaults with Save A Copy and Copy actions.
13384
13385         * ps/ps-document.c (ps_document_save, ps_document_get_text) 
13386         (ps_document_document_iface_init): ditto.
13387         
13388 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
13389
13390         * data/.cvsignore:
13391         * data/Makefile.am:
13392         * data/evince.desktop.in:
13393
13394         Add desktop file
13395
13396 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
13397
13398         * shell/ev-view.c: (ev_view_button_press_event),
13399         (ev_view_motion_notify_event):
13400
13401         Make selection work in any direction
13402
13403 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
13404
13405         * TODO:
13406         * shell/ev-window.c: (set_short_labels), (ev_window_init):
13407
13408         Use shorter labels for some of the toolbars items
13409
13410 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
13411
13412         * pdf/xpdf/pdf-document.cc:
13413
13414         Check the links info is initialized before
13415         using it. Should fix a crash on startup.
13416
13417 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
13418
13419         * pixbuf/pixbuf-document.c
13420         (pixbuf_document_thumbnails_get_dimensions): force floating point
13421         division to calculate page_ratio. Fixes crash with landscape
13422         format pixbufs.
13423
13424 Thu Jan 20 18:56:35 2005  Jonathan Blandford  <jrb@redhat.com>
13425
13426         * shell/ev-view.c (ev_view_realize): make the bg color darker.
13427
13428 2005-01-20  Martin Kretzschmar  <martink@gnome.org>
13429
13430         * shell/ev-view.c (set_document_page): unset has_selection when
13431         the page changes.
13432         (set_document_page): handle paper size changes when the page
13433         changes (test with Free Culture, page 2).
13434
13435 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
13436
13437         * shell/ev-view.c: (ev_view_size_request), (ev_view_realize),
13438         (expose_bin_window), (ev_view_class_init), (ev_view_init):
13439
13440         Use normal style color for the widget background and
13441         draw a black box around the page.
13442
13443 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
13444
13445         * pdf/xpdf/pdf-document.cc:
13446
13447         Keep offset in consideration in a few places
13448
13449         * shell/ev-view.c: (expose_bin_window):
13450
13451         Set the offsets so that the document is ever centered
13452
13453 2005-01-20  Bryan Clark  <clarkbw@cvs.gnome.org>
13454
13455         * TODO: Added TODO items and finished off the first todo item
13456
13457         * AUTHORS: Updated AUTHORS section with piece from gpdf file and
13458         reflect current authors
13459
13460 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
13461
13462         * pdf/xpdf/pdf-document.cc:
13463         * shell/ev-view.c: (ev_view_set_cursor),
13464         (ev_view_motion_notify_event), (document_changed_callback),
13465         (set_document_page):
13466
13467         Show a wait cursor while the page is rendering
13468
13469 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
13470
13471         * shell/ev-sidebar-thumbnails.c:
13472         (ev_sidebar_tree_selection_changed),
13473         (ev_sidebar_thumbnails_select_page):
13474         * shell/ev-sidebar-thumbnails.h:
13475         * shell/ev-view.c: (ev_view_set_document), (ev_view_can_go_back),
13476         (ev_view_can_go_forward):
13477         * shell/ev-window.c: (ev_window_open_page),
13478         (ev_window_setup_document), (update_current_page),
13479         (view_page_changed_cb), (ev_window_init):
13480         * shell/ev-window.h:
13481
13482         Ensure thumbnails selection, toolbar page control and
13483         current page are in sync.
13484
13485 2005-01-19  Marco Pesenti Gritti  <marco@gnome.org>
13486
13487         * pdf/xpdf/XRef.cc:
13488
13489         Fix CAN-2005-0064
13490
13491 Wed Jan 19 01:10:57 2005  Jonathan Blandford  <jrb@redhat.com>
13492
13493         * backend/Makefile.am:
13494         * backend/ev-document-links.h:
13495         * backend/ev-document-security.c: (ev_document_security_get_type),
13496         (ev_document_security_has_document_security),
13497         (ev_document_security_set_password):
13498         * backend/ev-document-security.h:
13499         * backend/ev-document.c: (ev_document_error_quark):
13500         * backend/ev-document.h:
13501         * data/Makefile.am:
13502         * data/evince-password.glade:
13503         * pdf/xpdf/pdf-document.cc:
13504         * shell/Makefile.am:
13505         * shell/ev-password.c: (ev_password_set_bad_password_label),
13506         (ev_window_password_entry_changed_cb), (ev_password_dialog_new),
13507         (ev_password_dialog_get_password),
13508         (ev_password_dialog_set_bad_pass):
13509         * shell/ev-password.h:
13510         * shell/ev-window.c: (ev_window_get_attribute),
13511         (ev_window_set_property), (update_action_sensitivity),
13512         (ev_window_is_empty), (mime_type_supported_by_gdk_pixbuf),
13513         (ev_window_setup_document), (ev_window_get_password),
13514         (ev_window_open), (ev_window_cmd_save_as),
13515         (using_postscript_printer), (ev_window_print),
13516         (find_not_supported_dialog), (ev_window_cmd_edit_find),
13517         (update_fullscreen_popup), (ev_window_fullscreen),
13518         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
13519         (ev_window_focus_out_cb), (ev_window_cmd_help_about),
13520         (menu_item_select_cb), (find_bar_search_changed_cb),
13521         (ev_window_dispose), (ev_window_init):
13522
13523         Add initial support for password-supported dialogs.  This could be
13524         a lot cooler, but it'll do for now.
13525
13526 2005-01-18  Marco Pesenti Gritti  <marco@gnome.org>
13527
13528         * pdf/xpdf/pdf-document.cc:
13529         * shell/ev-view.c: (status_message_from_link),
13530         (ev_view_set_status), (ev_view_set_cursor),
13531         (ev_view_motion_notify_event), (ev_view_init):
13532         * shell/ev-window.c: (view_status_changed_cb), (ev_window_init):
13533
13534         Fix bugs in the links implementation and change cursor
13535         when hovering a link.
13536
13537 2005-01-17  Bryan Clark  <clarkbw@cvs.gnome.org>
13538
13539         * viewer/.cvsignore: added cvsignore file for viewer directory
13540
13541         * TODO: created TODO document
13542
13543 2005-01-14  Dave Malcolm  <dmalcolm@redhat.com>
13544
13545         * shell/ev-view.h:
13546         * shell/ev-view.c (ev_view_can_go_back), (ev_view_can_go_forward):      
13547         new functions to help with implementation of sensitivity code
13548         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
13549         of all actions that might require it.  Fixes a crash when you
13550         click on the Zoom actions in a window lacking a document.
13551
13552 2005-01-13  Dave Malcolm  <dmalcolm@redhat.com>
13553
13554         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
13555         of the Find action
13556
13557 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
13558
13559         * pixbuf/pixbuf-document.c: (pixbuf_document_get_link),
13560         (pixbuf_document_document_iface_init):
13561         * ps/ps-document.c: (ps_document_get_link),
13562         (ps_document_document_iface_init):
13563         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event),
13564         (status_message_from_link), (ev_view_set_status),
13565         (ev_view_set_find_status), (ev_view_motion_notify_event),
13566         (ev_view_button_release_event), (ev_view_set_property),
13567         (ev_view_get_property), (ev_view_class_init), (ev_view_init),
13568         (ev_view_get_find_status_message), (update_find_results),
13569         (ev_view_get_status), (ev_view_get_find_status):
13570         * shell/ev-view.h:
13571         * shell/ev-window.c: (view_status_changed_cb),
13572         (view_find_status_changed_cb), (ev_window_init):
13573
13574         View status message support, use it to show the links.
13575         Needs work...
13576
13577 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
13578
13579         * backend/ev-document.c: (ev_document_get_link):
13580         * backend/ev-document.h:
13581         * pdf/xpdf/pdf-document.cc:
13582         * shell/ev-application.c: (ev_application_open):
13583         * shell/ev-application.h:
13584         * shell/ev-sidebar-links.c: (selection_changed_cb):
13585         * shell/ev-view.c: (ev_view_button_release_event), (go_to_link),
13586         (ev_view_go_to_link):
13587
13588         Add support for document links
13589
13590 2005-01-13  Anders Carlsson  <andersca@gnome.org>
13591
13592         * shell/ev-page-action.c: (update_spin), (total_pages_changed_cb),
13593         (create_tool_item):
13594         Set the spin button limits correctly.
13595         
13596         * shell/ev-sidebar-thumbnails.c:
13597         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init):
13598         Support changing pages by clicking on the thumbnails.
13599         
13600 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
13601
13602         * pixbuf/pixbuf-document.c:
13603         (pixbuf_document_thumbnails_get_dimensions),
13604         (pixbuf_document_document_thumbnails_iface_init):
13605
13606         implement get_dimensions
13607
13608 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
13609
13610         * ps/ps-document.c: (ps_document_goto_page):
13611
13612         Fix page switching on multipage documents
13613
13614 2005-01-12  Jeff Muizelaar  <jrmuizel@nit.ca>
13615
13616         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
13617         
13618         check for NULL before assigning to width and height parameters
13619
13620 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
13621
13622         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
13623         (pixbuf_document_set_property), (pixbuf_document_get_property):
13624
13625         implement get/set properties
13626
13627 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
13628
13629         * pdf/xpdf/pdf-document.cc: (pdf_info_dict_get_string):
13630         
13631         return NULL instead of "Unknown", letting the title get set to
13632         the filename when the pdf has no title.
13633
13634 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
13635
13636         * ps/ps-document.c: (ps_document_get_page_count),
13637         (ps_document_goto_page):
13638
13639 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
13640
13641         * shell/ev-history.c: (ev_history_get_property),
13642         (ev_history_set_property), (ev_history_class_init),
13643         (ev_history_add_page), (ev_history_set_current_index):
13644         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
13645         (activate_menu_item_cb), (new_history_menu_item), (build_menu),
13646         (ev_navigation_action_finalize):
13647         * shell/ev-navigation-action.h:
13648         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
13649         (ev_view_go_forward), (ev_view_get_find_status_message),
13650         (history_index_changed_cb), (ev_view_set_history):
13651         * shell/ev-view.h:
13652         * shell/ev-window.c: (update_total_pages), (ev_window_open),
13653         (update_current_page), (register_custom_actions):
13654
13655         Implement history dropdowns
13656
13657 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
13658
13659         * shell/ev-history.c: (ev_history_init), (ev_history_add_link):
13660         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
13661         (ev_view_go_forward):
13662         * shell/ev-window.c: (register_custom_actions):
13663
13664         Fix several history bugs
13665
13666 2005-01-11  Kjartan Maraas  <kmaraas@gnome.org>
13667
13668         * configure.ac: Add «nb» to ALL_LINGUAS.
13669
13670 2005-01-10  Marco Pesenti Gritti  <marco@gnome.org>
13671
13672         * backend/Makefile.am:
13673         * backend/ev-bookmark.c:
13674         * backend/ev-bookmark.h:
13675         * backend/ev-document-bookmarks.c:
13676         * backend/ev-document-bookmarks.h:
13677         * backend/ev-document-links.c: (ev_document_links_get_type),
13678         (ev_document_links_has_document_links),
13679         (ev_document_links_begin_read), (ev_document_links_get_link),
13680         (ev_document_links_get_child), (ev_document_links_next),
13681         (ev_document_links_free_iter):
13682         * backend/ev-document-links.h:
13683         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_title),
13684         (ev_link_set_title), (ev_link_get_uri), (ev_link_set_uri),
13685         (ev_link_get_link_type), (ev_link_set_link_type),
13686         (ev_link_get_page), (ev_link_set_page), (ev_link_get_property),
13687         (ev_link_set_property), (ev_window_dispose), (ev_link_init),
13688         (ev_link_class_init), (ev_link_new_title), (ev_link_new_page),
13689         (ev_link_new_external):
13690         * backend/ev-link.h:
13691         * pdf/xpdf/pdf-document.cc:
13692         * shell/Makefile.am:
13693         * shell/ev-application.c: (ev_application_open_link):
13694         * shell/ev-application.h:
13695         * shell/ev-history.c: (ev_history_add_link), (ev_history_add_page),
13696         (ev_history_get_link_nth):
13697         * shell/ev-history.h:
13698         * shell/ev-sidebar-bookmarks.c:
13699         * shell/ev-sidebar-bookmarks.h:
13700         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
13701         (ev_sidebar_links_class_init), (selection_changed_cb),
13702         (ev_sidebar_links_construct), (ev_sidebar_links_init),
13703         (links_page_num_func), (ev_sidebar_links_new), (stack_data_free),
13704         (do_one_iteration), (populate_links_idle),
13705         (ev_sidebar_links_clear_document), (ev_sidebar_links_set_document):
13706         * shell/ev-sidebar-links.h:
13707         * shell/ev-sidebar.c: (ev_sidebar_set_document):
13708         * shell/ev-view.c: (go_to_link), (ev_view_go_to_link),
13709         (go_to_index):
13710         * shell/ev-view.h:
13711         * shell/ev-window.c: (ev_window_open_link), (ev_window_init):
13712         * shell/ev-window.h:
13713
13714         Rename bookmark to link, and use "Index" for the sidebar panel.
13715
13716 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
13717
13718         * shell/Makefile.am:
13719         * shell/ev-application.c: (ev_application_open_bookmark):
13720         * shell/ev-application.h:
13721         * shell/ev-history.c: (ev_history_init), (free_links_list),
13722         (ev_history_finalize), (ev_history_class_init),
13723         (ev_history_add_link), (ev_history_add_page),
13724         (ev_history_get_link_nth), (ev_history_get_n_links),
13725         (ev_history_get_current_index), (ev_history_set_current_index),
13726         (ev_history_new):
13727         * shell/ev-history.h:
13728         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
13729         * shell/ev-view.c: (ev_view_finalize), (ev_view_set_document),
13730         (set_document_page), (go_to_bookmark), (ev_view_go_to_bookmark),
13731         (go_to_index), (ev_view_go_back), (ev_view_go_forward),
13732         (ev_view_set_page):
13733         * shell/ev-view.h:
13734         * shell/ev-window.c: (ev_window_open_bookmark),
13735         (ev_window_cmd_go_back), (ev_window_cmd_go_forward),
13736         (goto_page_cb), (register_custom_actions):
13737         * shell/ev-window.h:
13738
13739         Initial history implementation. Needs work.
13740
13741 2005-01-09  Martin Kretzschmar  <martink@gnome.org>
13742
13743         * pdf/xpdf/GDKSplashOutputDev.cc (redraw): fix pixbuf data offset.
13744
13745 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
13746
13747         * cut-n-paste/recent-files/egg-recent-item.c:
13748         * cut-n-paste/recent-files/egg-recent-item.h:
13749         * cut-n-paste/recent-files/egg-recent-model.c:
13750         * cut-n-paste/recent-files/egg-recent-util.c:
13751         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
13752         * cut-n-paste/recent-files/egg-recent-view.c:
13753
13754         Update
13755
13756 2005-01-08  Martin Kretzschmar  <martink@gnome.org>
13757
13758         * pdf/splash/Splash.cc (clear, drawPixel, drawSpan, xorSpan, getPixel)
13759         (fillGlyph, fillImageMask, drawImage):
13760         pdf/splash/SplashBitmap.cc (SplashBitmap, ~SplashBitmap, writePNMFile):
13761         pdf/splash/SplashTypes.h:
13762         pdf/xpdf/SplashOutputDev (startPage, getColor, imageSrc): implement RGB8
13763         packed mode for Splash.
13764
13765         * pdf/xpdf/GDKSplashOutputDev.cc (GDKSplashOutputDev, redraw): use
13766         RGB8 packed mode, eliminates the pixbuf data creation loop.
13767
13768         * shell/ev-print-job.c (ev_print_job_finalize)
13769         (ev_print_job_set_property, ev_print_job_get_property)
13770         (ev_print_job_set_gnome_print_job, ev_print_job_set_document)
13771         (ev_print_job_use_print_dialog_settings, idle_print_handler)
13772         (print_closure_finalize, ev_print_job_print): implement
13773         printing (for backends with EvPsExporter)
13774
13775         * shell/ev_print_job.h: update prototypes.
13776
13777         * shell/ev-window.c (ev_window_print): unref print job after
13778         printing.
13779
13780         * shell/ev-view.c (ev_view_set_document): don't connect to "found"
13781         unless the document implements the EvDocumentFind interface.
13782
13783 2005-01-08  Satoru SATOH <ss@gnome.gr.jp>
13784
13785         * configure.ac: Added ja to ALL_LINGUAS.
13786
13787 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
13788
13789         * pdf/xpdf/pdf-document.cc:
13790
13791         add a FIXME. We should probably not allocate
13792         a bookmark object every time
13793
13794 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
13795
13796         * shell/ev-application.c: (ev_application_open),
13797         (ev_application_open_bookmark):
13798         * shell/ev-application.h:
13799         
13800         Add a way to open bookmarks
13801
13802         * backend/ev-bookmark.c: (ev_bookmark_get_uri),
13803         (ev_bookmark_set_uri), (ev_bookmark_get_property),
13804         (ev_bookmark_set_property), (ev_bookmark_class_init),
13805         (ev_bookmark_new_title), (ev_bookmark_new_link),
13806         (ev_bookmark_new_external):
13807
13808         Support for external uris, better constructors.
13809
13810         * backend/ev-bookmark.h:
13811         * pdf/xpdf/pdf-document.cc:
13812         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
13813
13814         Handle external uris
13815
13816 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
13817
13818         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb),
13819         (ev_sidebar_bookmarks_construct), (do_one_iteration):
13820
13821         Hook up bookmarks navigation
13822
13823 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
13824
13825         * backend/Makefile.am:
13826         * backend/ev-bookmark.c: (ev_bookmark_type_get_type),
13827         (ev_bookmark_get_title), (ev_bookmark_set_title),
13828         (ev_bookmark_get_bookmark_type), (ev_bookmark_set_bookmark_type),
13829         (ev_bookmark_get_page), (ev_bookmark_set_page),
13830         (ev_bookmark_get_property), (ev_bookmark_set_property),
13831         (ev_window_dispose), (ev_bookmark_init), (ev_bookmark_class_init),
13832         (ev_bookmark_new):
13833         * backend/ev-bookmark.h:
13834         * backend/ev-document-bookmarks.c:
13835         (ev_document_bookmarks_get_bookmark):
13836         * backend/ev-document-bookmarks.h:
13837         * pdf/xpdf/pdf-document.cc:
13838         * shell/ev-sidebar-bookmarks.c: (do_one_iteration):
13839
13840         Add a bookmark object to the backend and use it instead of get_values
13841
13842 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
13843
13844         * data/evince-ui.xml:
13845
13846         Cleanup and add select all.
13847
13848         * shell/ev-view.c: (ev_view_select_all),
13849         (ev_view_button_press_event):
13850         * shell/ev-view.h:
13851         * shell/ev-window.c: (ev_window_cmd_edit_select_all):
13852
13853         Add select all.
13854         Clear selection on click.
13855
13856 Fri Jan  7 01:28:58 2005  Jonathan Blandford  <jrb@redhat.com>
13857
13858         * shell/ev-sidebar-thumbnails.c
13859         (ev_sidebar_thumbnails_set_document): forgot to unref the
13860         loading_icon.
13861
13862 Fri Jan  7 01:22:48 2005  Jonathan Blandford  <jrb@redhat.com>
13863
13864         * shell/ev-sidebar-thumbnails.c: fill in the thumbnails starting
13865         at the visible page, not just linearly.  This makes it look fast.
13866
13867 Thu Jan  6 18:48:11 2005  Jonathan Blandford  <jrb@redhat.com>
13868
13869         * backend/ev-document-misc.c
13870         (ev_document_misc_get_thumbnail_frame): fill in the thumbnail with
13871         white.
13872         * backend/ev-document-thumbnails.h: New interface to get the size
13873         of a page.
13874
13875 2005-01-06  Jeremy Katz  <katzj@redhat.com>
13876
13877         * shell/Makefile.am (evince_SOURCES): Add ev-utils.[ch] so that
13878         make dist works
13879
13880 Wed Jan  5 15:38:28 2005  Jonathan Blandford  <jrb@redhat.com>
13881
13882         * pdf/xpdf/pdf-document.cc (bitmap_to_pixbuf): bypass
13883         GDKSplashOutputDev and just use a normal SplashOutputDev.  Speeds
13884         things up a bit.
13885
13886         * shell/ev-sidebar-thumbnail.c: start of some profiling code.
13887
13888 2005-01-05  Martin Kretzschmar  <martink@gnome.org>
13889
13890         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): match only outline
13891         fonts. Should fix font problems on systems that have the base
13892         fonts in bitmap format. Reported by James Henstridge
13893         <james@jamesh.id.au>.
13894
13895 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
13896
13897         * pdf/xpdf/Gfx.cc:
13898         * pdf/xpdf/GfxState.cc:
13899
13900         Fix for CAN-2004-1125
13901
13902 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
13903
13904         * shell/ev-view.c: (ev_view_copy):
13905         * shell/ev-view.h:
13906         * shell/ev-window.c: (ev_window_cmd_edit_copy):
13907
13908         Implement Edit->Copy
13909
13910 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
13911
13912         * backend/ev-document.c: (ev_document_get_text):
13913         * backend/ev-document.h:
13914         * pdf/xpdf/pdf-document.cc:
13915         * shell/ev-view.c: (ev_view_realize), (expose_bin_window),
13916         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
13917         (ev_view_update_primary_selection), (ev_view_button_press_event),
13918         (ev_view_motion_notify_event), (ev_view_button_release_event):
13919
13920         Beginnings of clipboard support. Incomplete but primary sort
13921         of work.
13922
13923 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
13924
13925         * shell/ev-view.c: (ev_gdk_color_to_rgb), (draw_rubberband),
13926         (expose_bin_window):
13927
13928         Nicer rubberband drawing, from GtkIconView.
13929
13930 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
13931
13932         * backend/ev-document.c: (ev_document_save):
13933         * backend/ev-document.h:
13934         * data/evince-ui.xml:
13935         * pdf/xpdf/pdf-document.cc:
13936         * shell/ev-window.c: (save_error_dialog), (ev_window_cmd_save_as):
13937
13938         Implement "Save a copy..." menu item
13939
13940 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
13941
13942         * shell/ev-view.c: (ev_view_zoom):
13943
13944         Queue a resize when zoom changes
13945
13946 Wed Jan  5 02:33:06 2005  Jonathan Blandford  <jrb@redhat.com>
13947
13948         * backend/ev-document-misc.[ch]: New misc file to do simple drop
13949         shadows.
13950
13951         * pdf/xpdf/pdf-document.cc: use the drop shadows in both types of
13952         thumbnails..
13953
13954 Tue Jan  4 22:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
13955
13956         * pdf/xpdf/pdf-document.cc
13957         (pdf_document_thumbnails_get_page_pixbuf): poor man's dropshadow.
13958
13959 Tue Jan  4 21:25:05 2005  Jonathan Blandford  <jrb@redhat.com>
13960
13961         * pdf/xpdf/pdf-document.cc: Do real thumbnailing of PDF files.
13962         It's slow, but I'll speed it up next!
13963
13964 2005-01-04  Jeff Muizelaar  <jrmuizel@nit.ca>
13965
13966         * shell/main.c (load_files):
13967
13968         use gnome_vfs_make_uri_from_shell_arg so that relative paths work
13969         from the command line and because it seems more appropriate.
13970
13971 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
13972
13973         * data/evince-ui.xml:
13974         * shell/ev-window.c: (update_action_sensitivity),
13975         (ev_window_cmd_go_page_up), (ev_window_cmd_go_page_down):
13976
13977         s/next page/page down
13978         s/previous page/page up
13979
13980 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
13981
13982         * data/evince-ui.xml:
13983
13984         Change the layout to match clarkbw design.
13985
13986         * shell/Makefile.am:
13987         * shell/ev-navigation-action.c: (build_menu), (menu_activated_cb),
13988         (set_tooltip_cb), (connect_proxy), (ev_navigation_action_init),
13989         (ev_navigation_action_finalize),
13990         (ev_navigation_action_set_property),
13991         (ev_navigation_action_get_property),
13992         (ev_navigation_action_class_init):
13993         * shell/ev-navigation-action.h:
13994
13995         Implement clarkbw toolbar navigation controls (incomplete)
13996
13997         * shell/ev-page-action.c: (update_label), (update_spin),
13998         (value_changed_cb), (create_tool_item), (connect_proxy),
13999         (ev_page_action_init), (ev_page_action_finalize),
14000         (ev_page_action_set_property), (ev_page_action_get_property),
14001         (ev_page_action_set_current_page),
14002         (ev_page_action_set_total_pages), (ev_page_action_class_init):
14003         * shell/ev-page-action.h:
14004
14005         Implement a page switcher in the toolbar
14006
14007         * shell/ev-view.c: (ev_view_scroll_view):
14008         * shell/ev-window.c: (update_total_pages), (ev_window_open),
14009         (update_current_page), (view_page_changed_cb), (goto_page_cb),
14010         (register_custom_actions), (ev_window_init):
14011
14012         Change page on PageUp/Down.
14013
14014 Tue Jan  4 03:22:56 2005  Jonathan Blandford  <jrb@redhat.com>
14015
14016         * pdf/xpdf/pdf-document.cc
14017         (pdf_document_thumbnails_get_thumbnail): initial stab at
14018         implementing thumbnail support for pdfs.  It only does documents
14019         with precached pdfs now.
14020
14021 Mon Jan  3 17:22:25 2005  Jonathan Blandford  <jrb@redhat.com>
14022
14023         * shell/ev-sidebar-thumbnails.c (do_one_iteration): move the
14024         thumbnail code into a time-based idle as well.  Also, turn off the
14025         shadow temporarily as it's really slow.
14026
14027 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
14028
14029         * backend/ev-document.c: (ev_document_class_init):
14030         * pdf/xpdf/pdf-document.cc:
14031         * shell/ev-window.c: (ev_window_open):
14032
14033         Fix document title bugs and fallback to
14034         filename when not available.
14035
14036 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
14037
14038         * backend/ev-document.c: (ev_document_get_type),
14039         (ev_document_class_init), (ev_document_load),
14040         (ev_document_get_title):
14041         * backend/ev-document.h:
14042         * pdf/xpdf/pdf-document.cc:
14043         * ps/ps-document.c: (ps_document_set_property),
14044         (ps_document_get_property), (ps_document_class_init),
14045         (document_load):
14046         * ps/ps-document.h:
14047         * ps/ps.h:
14048         * shell/ev-window.c: (update_window_title), (ev_window_open),
14049         (ev_window_init):
14050
14051         Initial support for document title. Not working yet.
14052
14053 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
14054
14055         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event):
14056
14057         Grab focus on the view when clicking it
14058
14059 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
14060
14061         * shell/ev-marshal.list:
14062         * shell/ev-view.c: (ev_view_realize), (add_scroll_binding),
14063         (ev_view_scroll_view), (ev_view_class_init), (ev_view_init):
14064
14065         Add key bindings to the view. Now if the focus would work
14066         right...
14067
14068 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
14069
14070         * Makefile.am:
14071         * backend/Makefile.am:
14072         * data/Makefile.am:
14073         * dvi/Makefile.am:
14074         * dvi/dvilib/Makefile.am:
14075         * pdf/xpdf/Makefile.am:
14076         * po/POTFILES.in:
14077         * ps/Makefile.am:
14078
14079         Fix distcheck
14080
14081 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14082
14083         * shell/ev-view.c: (ev_view_realize):
14084
14085         Fix mouse wheel scrolling
14086
14087 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14088
14089         * ps/Makefile.am:
14090         * ps/gstypes.h:
14091         * ps/gtkgs.c:
14092         * ps/gtkgs.h:
14093         * ps/ps-document.c: (catchPipe), (ps_document_init),
14094         (ps_document_class_init), (ps_document_cleanup),
14095         (ps_document_finalize), (send_ps), (ps_document_get_orientation),
14096         (set_up_page), (close_pipe), (is_interpreter_ready),
14097         (interpreter_failed), (output), (input), (start_interpreter),
14098         (stop_interpreter), (file_length), (file_readable),
14099         (check_filecompressed), (check_pdf), (compute_xdpi),
14100         (compute_ydpi), (compute_size), (ps_document_enable_interpreter),
14101         (ps_document_get_type), (ps_document_emit_error_msg),
14102         (document_load), (ps_document_next_page),
14103         (ps_document_get_current_page), (ps_document_get_page_count),
14104         (ps_document_goto_page), (ps_document_set_page_size),
14105         (ps_document_zoom_to_fit), (ps_document_set_zoom),
14106         (ps_document_load), (ps_document_get_n_pages),
14107         (ps_document_set_page), (ps_document_get_page),
14108         (ps_document_widget_event), (ps_document_set_target),
14109         (ps_document_set_scale), (ps_document_set_page_offset),
14110         (ps_document_get_page_size), (ps_document_render),
14111         (ps_document_document_iface_init):
14112         * ps/ps-document.h:
14113         * ps/ps.c:
14114         * shell/ev-window.c: (ev_window_open):
14115
14116         Rename GtkGS to PSDocument
14117
14118 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14119
14120         * ps/gtkgs.c: (gtk_gs_class_init):
14121         * ps/gtkgs.h:
14122
14123         Some more leftover...
14124
14125 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14126
14127         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_get_orientation),
14128         (output), (stop_interpreter), (gtk_gs_emit_error_msg),
14129         (gtk_gs_zoom_to_fit), (gtk_gs_set_zoom):
14130         * ps/gtkgs.h:
14131
14132         Remove unused code and make a lot of stuff private
14133
14134 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14135
14136         * ps/gsdefaults.c: (gtk_gs_defaults_gconf_client),
14137         (gtk_gs_defaults_changed):
14138         * ps/gsdefaults.h:
14139         * ps/gtkgs.c:
14140         * ps/gtkgs.h:
14141         * ps/ps.h:
14142
14143         Cleanup headers dependencies
14144
14145 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14146
14147         * ps/Makefile.am:
14148         * ps/ggvutils.c:
14149         * ps/ggvutils.h:
14150         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
14151         * ps/gsdefaults.h:
14152         * ps/gtkgs.c: (file_length), (file_readable),
14153         (check_filecompressed), (check_pdf), (gtk_gs_load),
14154         (gtk_gs_get_postscript):
14155
14156         Get rid of ggvutils
14157
14158 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
14159
14160         * ps/ggvutils.c:
14161         * ps/ggvutils.h:
14162         * ps/gsio.h:
14163         * ps/gtkgs.c: (gtk_gs_set_zoom):
14164
14165         Cleanups
14166
14167 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
14168
14169         * ps/gtkgs.c: (gtk_gs_set_zoom), (gtk_gs_set_zoom_mode):
14170
14171         Ensure the page is rerendered when changing zoom
14172
14173 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
14174
14175         * backend/ev-document.c: (ev_document_base_init),
14176         (ev_document_changed):
14177         * backend/ev-document.h:
14178
14179         Add a changed event that is emitted when the page content
14180         changes. This is necessary to deal with the fact that
14181         in ps backend rendering happen asycrounously.
14182         This makes the ps backend mostly work.
14183
14184         * pdf/xpdf/pdf-document.cc:
14185
14186         Emit changed event
14187
14188         * ps/gtkgs.c: (set_up_page), (gtk_gs_widget_event),
14189         (ps_document_set_target):
14190
14191         Emit changed event
14192
14193         * shell/ev-view.c: (document_changed_callback),
14194         (ev_view_set_document), (ev_view_set_page):
14195
14196         Redraw on the changed signal
14197
14198 2004-12-25  Raphael Higino  <raphaelh@cvs.gnome.org>
14199
14200         * configure.ac: Added pt_BR to ALL_LINGUAS.
14201
14202 Fri Dec 24 00:48:44 2004  Jonathan Blandford  <jrb@redhat.com>
14203
14204         * backend/ev-document-bookmarks.c:
14205         (ev_document_bookmarks_get_child): *
14206         backend/ev-document-bookmarks.h: * pdf/xpdf/Makefile.am: *
14207         pdf/xpdf/pdf-document.cc: * pdf/xpdf/pdf-document.h: *
14208         shell/Makefile.am: * shell/ev-sidebar-bookmarks.c:
14209         (ev_sidebar_bookmarks_destroy),
14210         (ev_sidebar_bookmarks_class_init),
14211         (ev_sidebar_bookmarks_construct), (stack_data_free),
14212         (do_one_iteration), (populate_bookmarks_idle),
14213         (ev_sidebar_bookmarks_clear_document),
14214         (ev_sidebar_bookmarks_set_document): *
14215         shell/ev-sidebar-bookmarks.h: * shell/ev-sidebar.c:
14216         (ev_sidebar_add_page),
14217         (ev_sidebar_set_document): * shell/ev-window.c: (ev_window_open):
14218         Initial stab at a bookmarks sidebar.  It doesn't navigate yet, but
14219         it displays both the topics and the page numbers.
14220
14221 2004-12-23  Kristian Høgsberg  <krh@redhat.com>
14222
14223         * shell/ev-window.c (ev_window_view_sidebar_cb): Hook up sidebar
14224         toggle.
14225         * shell/ev-window.c (toggle_entries): Set sidebar default value to
14226         visible.
14227
14228 2004-12-23  Adam Weinberger  <adamw@gnome.org>
14229
14230         * configure.ac: Added en_CA to ALL_LINGUAS.
14231
14232 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
14233
14234         * ChangeLog: replace bottom of this ChangeLog (merged history of
14235         ggv and gpdf; where all paths were wrong and most of the files are
14236         not even in this tree) with ChangeLog (from arch) of the shell
14237         code.
14238
14239 2004-12-23  Havoc Pennington  <hp@redhat.com>
14240
14241         * shell/ev-window.c: hook up potentially-questionable "find
14242         results status text" feature - something involving the sidebar or
14243         scrollbar or a continuous all-pages-on-giant-roll-of-paper-view
14244         might be better in the end.
14245
14246         * shell/ev-view.c (ev_view_get_find_status_message): new function, 
14247         with corresponding signal when it should be updated
14248
14249         * shell/eggfindbar.c (egg_find_bar_set_status_text): new function
14250
14251 2004-12-22  Havoc Pennington  <hp@redhat.com>
14252
14253         * pdf/xpdf/pdf-document.cc (pdf_document_find_begin): make search
14254         find stuff on other pages, sort of (only returns one result on
14255         invisible pages, to show they have results; updates full results
14256         for a page when you view it). Currently repaints the current page
14257         every time a new result is found on any page, which isn't so nice.
14258
14259 2004-12-22  Havoc Pennington  <hp@redhat.com>
14260
14261         * shell/ev-window.c (ev_window_cmd_edit_find): display an error if
14262         the document doesn't support find (better ideas?)
14263         (find_bar_search_changed_cb): handle missing document or document
14264         that doesn't support find
14265
14266         * pdf/xpdf/pdf-document.cc: port to implement the new
14267         EvDocumentFindIface
14268
14269         * backend/ev-document-find.c: create a new interface for searching
14270
14271         * backend/ev-document.h, backend/ev-document.c: delete the find stuff
14272
14273 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
14274
14275         * pdf/xpdf/Makefile.am (libpdfdocument_la_LIBADD): add
14276         libevbackend.la.
14277
14278         * shell/ev-window.c (ev_window_print): add GnomePrintJob to
14279         EvPrintJob constructor arguments.
14280
14281         * backend/ev-ps-exporter.c, backend/ev-ps-exporter.h: interface
14282         for documents that can export PostScript (page by page).
14283
14284         * backend/Makefile.am (libevbackend_la_SOURCES): add them.
14285         
14286         * pdf/xpdf/pdf-document.cc (pdf_document_ps_export_begin)
14287         (pdf_document_ps_export_do_page, pdf_document_ps_export_end)
14288         (pdf_document_ps_exporter_iface_init:
14289         Implement EvPSExporter.
14290
14291         * pdf/xpdf/Makefile.am (libxpdf_la_SOURCES): build PSOutputDev.
14292
14293 2004-12-22  Anders Carlsson  <andersca@gnome.org>
14294
14295         * backend/Makefile.am:
14296         * backend/ev-document-thumbnails.c:
14297         (ev_document_thumbnails_get_type),
14298         (ev_document_thumbnails_get_thumbnail):
14299         * backend/ev-document-thumbnails.h:
14300         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
14301         (pixbuf_document_thumbnails_get_thumbnail),
14302         (pixbuf_document_document_thumbnails_iface_init):
14303         * shell/Makefile.am:
14304         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_destroy),
14305         (ev_sidebar_thumbnails_class_init), (ev_sidebar_thumbnails_init),
14306         (populate_thumbnails), (ev_sidebar_thumbnails_set_document):
14307         * shell/ev-sidebar-thumbnails.h:
14308         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
14309         (ev_sidebar_set_document):
14310         * shell/ev-utils.c: (gaussian), (create_blur_filter),
14311         (create_shadow), (ev_pixbuf_add_shadow):
14312         * shell/ev-utils.h:
14313         Add thumbnail support.
14314         
14315 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
14316
14317         * shell/ev-window.c (ev_window_cmd_file_print, ev_window_print)
14318         (using_postscript_printer): Set up a print dialog for "PostScript
14319         injection" method.
14320
14321         * shell/ev-print-job.h, shell/ev-print-job.c: stub classes for
14322         EvPrintJob.
14323
14324         * shell/Makefile.am (evince_SOURCES): add ev-print-job.[ch]
14325
14326 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
14327
14328         * ps/gtkgs.c: (gtk_gs_init), (set_up_page),
14329         (ps_document_set_target), (ps_document_get_page_size),
14330         (ps_document_render):
14331         * ps/gtkgs.h:
14332
14333         Fix a few bugs
14334
14335 2004-12-22  Christian Rose  <menthos@menthos.com>
14336
14337         * configure.ac: Added "sv" to ALL_LINGUAS.
14338
14339 Wed Dec 22 14:47:38 2004  Jonathan Blandford  <jrb@redhat.com>
14340
14341         * backend/ev-document-bookmarks.[ch]: new interface to indicate
14342         document supports bookmarks.
14343
14344 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
14345
14346         * ps/ggvutils.c: (ggv_file_readable):
14347         * ps/ggvutils.h:
14348         * ps/gtkgs.c: (check_filecompressed), (check_pdf),
14349         (gtk_gs_get_postscript):
14350
14351         Remove unused utils
14352
14353 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
14354
14355         * ps/gtkgs.c: (gtk_gs_init), (gtk_gs_class_init), (gtk_gs_cleanup),
14356         (gtk_gs_finalize), (gtk_gs_set_center), (set_up_page), (output),
14357         (start_interpreter), (compute_size), (gtk_gs_enable_interpreter),
14358         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_reload),
14359         (gtk_gs_emit_error_msg), (gtk_gs_disable_interpreter),
14360         (gtk_gs_load), (gtk_gs_goto_page), (gtk_gs_set_page_size),
14361         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
14362         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
14363         (gtk_gs_set_antialiasing), (ps_document_load),
14364         (ps_document_render):
14365         * ps/gtkgs.h:
14366
14367         Another check point for the ps backend. Now I can get it to show
14368         pages!
14369
14370 Wed Dec 22 13:41:01 2004  Jonathan Blandford  <jrb@redhat.com>
14371
14372         * shell/ev-sidebar.c (ev_sidebar_set_document): initial sidebar
14373         document setting code.
14374
14375 2004-12-22  Anders Carlsson  <andersca@gnome.org>
14376
14377         * shell/eggfindbar.c: (entry_activate_callback):
14378         Animate the next button when activate is pressed.
14379         
14380 2004-12-22  Anders Carlsson  <andersca@gnome.org>
14381
14382         * shell/ev-window.c: (ev_window_cmd_edit_find),
14383         (update_fullscreen_popup), (ev_window_fullscreen),
14384         (ev_window_unfullscreen), (ev_window_state_event_cb),
14385         (ev_window_focus_out_cb), (find_bar_close_cb), (ev_window_init):
14386         Fix bugs in fullscreen code.
14387         
14388 2004-12-22  Anders Carlsson  <andersca@gnome.org>
14389
14390         * Makefile.am:
14391         * configure.ac:
14392         * pixbuf/Makefile.am:
14393         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
14394         (pixbuf_document_load), (pixbuf_document_get_n_pages),
14395         (pixbuf_document_set_page), (pixbuf_document_get_page),
14396         (pixbuf_document_set_target), (pixbuf_document_set_scale),
14397         (pixbuf_document_set_page_offset), (pixbuf_document_get_page_size),
14398         (pixbuf_document_render), (pixbuf_document_begin_find),
14399         (pixbuf_document_end_find), (pixbuf_document_finalize),
14400         (pixbuf_document_class_init),
14401         (pixbuf_document_document_iface_init), (pixbuf_document_init):
14402         * pixbuf/pixbuf-document.h:
14403         * shell/Makefile.am:
14404         * shell/ev-application.c: (ev_application_open):
14405         * shell/ev-window.c: (mime_type_supported_by_gdk_pixbuf),
14406         (ev_window_open):
14407         Add pixbuf backend.
14408         
14409 Tue Dec 21 21:45:43 2004  Soeren Sandmann  <sandmann@redhat.com>
14410
14411         * Makefile.am: 
14412         * dvi/dvilib/Makefile.am:
14413         * dvi/Makefile.am:
14414         * configure.ac: Auto*ify dvi and dvi/dvilib
14415
14416         * dvi/Makefile: Remove from CVS
14417         
14418         * dvi/dvilib/dl-pkfont.cc (unpack_bitmap): Fix uchar/uint
14419         confusion.
14420
14421         * dvi/dvilib/dl-fontdefinition.{cc,hh}: New DviFontMap class
14422         
14423         * dvi/dvilib/dl-vffont.{cc,hh}: Many bugfixes to VF code.
14424         
14425 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
14426
14427         * ps/Makefile.am:
14428         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_finalize),
14429         (gtk_gs_value_adjustment_changed), (compute_size),
14430         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_new_from_file),
14431         (gtk_gs_center_page), (gtk_gs_load), (gtk_gs_set_page_size),
14432         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
14433         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
14434         (gtk_gs_start_scroll), (gtk_gs_get_postscript),
14435         (gtk_gs_set_adjustments), (gtk_gs_set_available_size),
14436         (ps_document_load), (ps_document_get_n_pages),
14437         (ps_document_set_page), (ps_document_get_page),
14438         (ps_document_set_target), (ps_document_set_scale),
14439         (ps_document_set_page_offset), (ps_document_get_page_size),
14440         (ps_document_render), (ps_document_begin_find),
14441         (ps_document_end_find), (ps_document_document_iface_init):
14442         * ps/gtkgs.h:
14443         * shell/Makefile.am:
14444         * shell/ev-window.c: (ev_window_open):
14445
14446         Some work to integrate gtkgs with EvDocument
14447
14448 2004-12-22  Anders Carlsson  <andersca@gnome.org>
14449
14450         * shell/ev-window.c: (update_fullscreen_popup),
14451         (screen_size_changed_cb), (destroy_exit_fullscreen_popup),
14452         (exit_fullscreen_button_clicked_cb),
14453         (fullscreen_popup_size_request_cb), (ev_window_fullscreen),
14454         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
14455         (ev_window_state_event_cb), (ev_window_init):
14456         Add fullscreen support from Epiphany.
14457         
14458 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
14459
14460         * data/ev-stock-zoom-fit-width.png: fit-width
14461         stock icon from gpdf.
14462         
14463         * shell/ev-stock-icons.[ch]: copied from gpdf.
14464         
14465         * shell/main.c: (main): init stock icons.
14466         
14467         * shell/ev-window.c: use the fit-width icon.
14468         
14469         * data/evince-ui.xml: add zooming toolbar items.
14470
14471 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
14472
14473         * shell/ev-view.c: 
14474         (ev_view_best_fit), (ev_view_fit_width): because
14475         get_page_size() returns the scaled page size, we
14476         need to calculate the scale factor relative to
14477         the previous scale factor. Should really just
14478         add get_real_page_size().
14479
14480 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
14481
14482         * shell/ev-view.[ch]:
14483         (ev_view_zoom), (ev_view_zoom_in), (ev_view_zoom_out),
14484         (ev_view_normal_size), (ev_view_best_fit), (ev_view_fit_width):
14485         add zooming.
14486         
14487         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
14488         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_normal_size),
14489         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width):
14490         hook it up.
14491         
14492         * pdf/xpdf/pdf-document.cc:
14493         (pdf_document_begin_find),
14494         (pdf_document_end_find): make static.
14495
14496 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
14497
14498         * pdf/xpdf/GlobalParams.h (setupBaseFontsFc): add prototype.
14499
14500         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): maps base font
14501         names to fontconfig patterns.
14502         (setupBaseFontsFc): setupBaseFonts reimplemented using fontconfig.
14503
14504         * pdf/xpdf/pdf-document.cc (pdf_document_load): use
14505         setupBaseFontsFc.
14506
14507 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
14508
14509         * Makefile.am:
14510         * configure.ac:
14511         * ps/Makefile.am:
14512         * ps/ggvutils.c:
14513         * ps/ggvutils.h:
14514         * ps/gsdefaults.c:
14515         * ps/gsdefaults.h:
14516         * ps/gsio.c:
14517         * ps/gsio.h:
14518         * ps/gtkgs.c:
14519         * ps/gtkgs.h:
14520         * ps/ps.c:
14521         * ps/ps.h:
14522
14523         Import ggv backend. Not hooked up yet.
14524
14525 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
14526
14527         * shell/main.c: (load_files), (main): load files
14528         from the command line.
14529
14530 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
14531
14532         * configure.ac: don't require bonobo.
14533         
14534         * cut-n-paste/recent-files/*: kill bonobo recent
14535         view.
14536
14537         * shell/ev-window.c:
14538         (ev_window_is_empty): upd.
14539         (unable_to_load), (ev_window_open): load backend
14540         based on the mime type.
14541
14542 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
14543
14544         * backend/.cvsignore: ignore generated marshalers source.
14545
14546         * shell/main.c (main): this is not epiphany.
14547
14548 2004-12-22  Havoc Pennington  <hp@redhat.com>
14549
14550         * shell/ev-view.c (ev_view_set_document): connect to "found" signal
14551         (expose_bin_window): draw find highlights
14552
14553         * shell/ev-window.c (find_bar_search_changed_cb): implement 
14554         
14555         * pdf/xpdf/pdf-document.cc (pdf_document_begin_find) 
14556         (pdf_document_end_find): implement this interface
14557
14558         * backend/ev-document.c (ev_document_found): add this to emit
14559         signal
14560
14561 Tue Dec 21 23:57:37 2004  Owen Taylor  <otaylor@redhat.com>
14562
14563         * data/evince-ui.xml: Add a few more toolbar items.
14564
14565         * shell/ev-window.c: Hook up page navigation toolbar 
14566         items.
14567
14568         * shell/ev-view.[ch]: add ev_view_set/get_page and 
14569         a page-changed signal.
14570
14571         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc::
14572         Add ev_document_get_page().
14573
14574         * shell/ev-window.c: Sensitize/desensitize navigation
14575         actions.
14576
14577 2004-12-21  Havoc Pennington  <hp@redhat.com>
14578
14579         * backend/ev-backend-marshal.c,
14580         backend/ev-backend-marshalers.list, backend/Makefile.am: add
14581         marshaler-generator thingy. I'm sure there's a better way to do
14582         this in the modern world.
14583
14584         * backend/ev-document.h (struct _EvDocumentIface): add begin_find,
14585         end_find methods and "found" signal.
14586
14587         * configure.ac: find glib-genmarshal
14588
14589 Tue Dec 21 23:20:35 2004  Jonathan Blandford  <jrb@redhat.com>
14590
14591         * shell/ev-sidebar.c: Construct an actual sidebar.
14592         * shell/ev-sidebar-bookmarks.[ch]:
14593         * shell/ev-sidebar-thumbnails.[ch]: Stub out sidebars.
14594
14595 Tue Dec 21 23:05:51 2004  Owen Taylor  <otaylor@redhat.com>
14596
14597         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc:
14598         Redo size handling.
14599         
14600         * shell/ev-view.c: Track the size from the document.
14601
14602 Tue Dec 21 22:17:04 2004  Owen Taylor  <otaylor@redhat.com>
14603
14604         * pdf/xpdf/pdf-document.cc (pdf_document_load): PDFDoc
14605         constructor assumes ownership of the string passed in.
14606         
14607         * shell/ev-window.c (ev_window_open): Destroy the error
14608         dialog once we've displayed it.
14609
14610 Tue Dec 21 21:58:56 2004  Owen Taylor  <otaylor@redhat.com>
14611
14612         * pdf/xpdf/pdf-document.cc shell/ev-view.c: Hook things up 
14613         a bit, it works! (sort of)
14614
14615         * pdf/xpdf/Makefile.am pdf/xpdf/pdf-document.cc:
14616         Move to .cc since we need to use C++ in the implementation.
14617
14618         * shell/dummy.cc: Add a CC file to force evince
14619         to be linked as a C++ program.
14620
14621 Tue Dec 21 21:07:55 2004  Owen Taylor  <otaylor@redhat.com>
14622
14623         * shell/ev-view.[ch]: Start of content-area widget.
14624
14625         * shell/ev-window.c: Create a EvView, update it
14626         as we change documents.
14627
14628         * shell/Makefile.am shell/ev-marshal.list: Add
14629         generated marshalers.
14630
14631 Tue Dec 21 20:28:11 2004  Jonathan Blandford  <jrb@redhat.com>
14632
14633         * Makefile.am (SUBDIRS): move shell.
14634
14635 Tue Dec 21 19:28:55 2004  Owen Taylor  <otaylor@redhat.com>
14636
14637         * pdf/{goo,fofi,splash,xpdf}/Makefile.am: Switch from
14638         .a to libtool convenience libraries.
14639
14640         * shell/ev-window.c (ev_window_open): Hard code loading
14641         a PDF document.
14642         
14643         * backend/ev-document.h: Add a boolean return to load(),
14644         fix GError * to GError **.
14645
14646         * pdf/xpdf/pdf-document.[ch] Makefile.am: Add a stub
14647         object for a PDF backend EvDocument.
14648
14649 Tue Dec 21 18:55:06 2004  Søren Sandmann  <sandmann@redhat.com>
14650
14651         * dvi/*: New directory with the beginning of a .dvi backend.
14652
14653 2004-12-21  Havoc Pennington  <hp@redhat.com>
14654
14655         * shell/eggfindbar.c (egg_find_bar_init): change buttons to
14656         previous/next instead of back/forward
14657
14658 Tue Dec 21 18:26:24 2004  Owen Taylor  <otaylor@redhat.com>
14659
14660         * backend/ev-document.[ch]: Fix a couple of problems so
14661         it compile.
14662
14663 Tue Dec 21 18:20:40 2004  Owen Taylor  <otaylor@redhat.com>
14664
14665         * viewer/* backend/* configure.ac Makefile.am: Move viewer directory 
14666         to backend/ directory, rename EvViewer to EvDocument.
14667
14668 2004-12-21  Havoc Pennington  <hp@redhat.com>
14669
14670         * shell/ev-window.c: hook up the find bar widget; now we just need
14671         a document to find things in
14672
14673         * shell/eggfindbar.c: a find bar widget
14674
14675 Tue Dec 21 17:20:16 2004  Jonathan Blandford  <jrb@redhat.com>
14676
14677         * shell/ev-sidebar.[ch]: initial sidebar boilerplate.
14678
14679 Tue Dec 21 16:30:58 2004  Owen Taylor  <otaylor@redhat.com>
14680
14681         * pdf/**: Import of xpdf code from gpdf. 
14682
14683         * pdf/xpdf/xpdfconfig.h: Move the non-config.h config.h to xpdfconfig.h
14684
14685         * pdf/splash/SplashFTFont.{cc,h} pdf/splash/SplashFTFont.h
14686         pdf/splash/SplashFTFontEngine.h pdf/splash/SplashFTFontFile.h: 
14687         Fix FreeType includes.
14688
14689         * pdf/xpdf/{Error.h GnomeVFSStream.cc ImageOutputDev.cc PDFDoc.cc\
14690         pdffonts.cc pdfimages.cc pdfinfo.cc pdftoppm.cc pdftops.cc
14691         pdftotext.cc PSOutputDev.cc PSOutputDev.h SplashOutputDev.h
14692         Stream.cc TextOutputDev.cc XPDFApp.cc xpdf.cc XPDFViewer.cc
14693         pdf/xpdf/Error.h PSOutputDev.h SplashOutputDev.h}:
14694         Include xpdfconfig.h
14695         
14696 Tue Dec 21 16:08:17 2004  Jonathan Blandford  <jrb@redhat.com>
14697
14698         * shell/ev-window.c (ev_window_dispose): dispose can be called
14699         multiple times.
14700
14701 2004-12-21  Havoc Pennington  <hp@redhat.com>
14702
14703         * shell/ev-window.c (ev_window_init): set title to Document Viewer
14704         rather than Evince
14705
14706         * data/evince-ui.xml, shell/ev-window.c: add a bunch of stub menu
14707         items; really they should be synced with the strings, etc. from
14708         current gpdf, but just getting the boring typing out of the way 
14709
14710 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
14711
14712         * po/POTFILES.in:
14713         * shell/ev-application.c: (window_destroy_cb):
14714         * shell/ev-window.c:
14715         * shell/main.c: (main):
14716
14717         Actually show the window...
14718
14719 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
14720
14721         * Makefile.am:
14722         * shell/Makefile.am:
14723         * shell/ev-application.c: (ev_application_class_init):
14724         * shell/ev-window.c: (ev_window_dispose), (ev_window_class_init):
14725
14726         Make it build again
14727
14728 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
14729
14730         Import to gnome cvs.
14731         
14732         * Remove copies of gpdf and ggv trees.
14733         * Rip out all the recursive configure code.
14734         * Remove bonobo machinery.
14735         * viewer/*: GInterfaces that backends should/can implement.
14736
14737 2004-11-09  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14738
14739         * shell/ev-window.c (ev_window_cmd_help_about): fix "documentors"
14740         typo
14741
14742 2004-10-28  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14743
14744         * shell/ev-application.c (EV_APPLICATION_GET_PRIVATE)
14745         (ev_application_finalize, ev_application_class_init)
14746         (ev_application_init): use GType instance private data for priv.
14747
14748         * shell/ev-window.c (EV_WINDOW_GET_PRIVATE)
14749         (ev_window_finalize, ev_window_class_init)
14750         (ev_window_init): ditto.
14751
14752 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14753
14754         * shell/ev-application.c (ev_application_new_window): make public
14755         (ev_application_show_initial_window): kill.
14756
14757         * shell/ev-application.h: update prototypes.
14758
14759         * shell/main.cc (main): inline ev_application_show_initial_window.
14760
14761 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14762
14763         * shell/ev-application.c (ev_application_new_window): impl.
14764         (ev_application_show_initial_window): use it.
14765         (is_window_empty, ev_application_get_empty_window): returns an
14766         existing empty window or a new one.
14767         (ev_application_open): from ev_window_cmd_file_open.
14768
14769         * shell/ev-application.h: update prototypes
14770
14771         * shell/ev-window.c (ev_window_is_empty): impl.
14772         (ev_window_open): make public.
14773         (ev_window_cmd_file_open): use ev_application_open
14774
14775         * shell/ev-window.h: update prototypes, remove unused.
14776
14777 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14778
14779         * shell/ev-window.c (ev_window_destroy, ev_window_class_init):
14780         move destroy handler out of here...
14781
14782         * shell/ev-application.c, shell/ev-application.h: ...into this new
14783         class. Also handles initial window creation.
14784
14785         * shell/main.cc (main): use EvApplication to create initial
14786         window.
14787
14788 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14789
14790         * Makefile.am (SUBDIRS): add cut-n-paste
14791
14792         * cut-n-paste/Makefile.am: add
14793
14794         * configure.ac: generate Makefiles in cut-n-paste
14795
14796 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14797
14798         * shell/ev-window.c (ev_window_dispose): new, unref the ui_manager
14799         (ev_window_class_init): install ev_window_dispose.
14800
14801 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14802
14803         * shell/ev-window.h, shell/ev-window.c: replace gchar with
14804         char (gchar looks stupid).
14805
14806 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14807
14808         * po/de.po: updated German translation.
14809
14810 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14811
14812         * configure.ac: add more pkg-config library checks for gnome-vfs,
14813         bonobo etc.
14814
14815         * gpdf/configure.in: temporarily disable libpaper
14816         checks. Otherwise I'd have to add the checks for the shell, too.
14817
14818 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14819
14820         * shell/ev-window.c (ev_window_cmd_file_open): add ps+pdf, ps, pdf
14821         and * file filters to the file choose.
14822
14823 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14824
14825         * po/de.po: Updated German translation.
14826
14827 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14828
14829         * shell/ev-window.c: use "S" as mnemonic for Statusbar.
14830
14831 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14832
14833         * data/evince-ui.xml: add View->Toolbar and View->Statusbar.
14834
14835         * shell/ev-window.c (menu_item_select_cb, menu_item_select_cb)
14836         (ev_window_init): implement those menuitems.
14837
14838 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14839
14840         * data/evince-ui.xml: add a toolbar (with FileOpen action)
14841
14842         * shell/ev-window.c (ev_window_init): use the toolbar.
14843
14844 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14845
14846         * shell/ev-window.c (ev_window_init): use menu translations
14847
14848 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14849
14850         * configure.ac: add "de" to ALL_LINGUAS.
14851
14852         * po/de.po: add German translation.
14853
14854 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14855
14856         * Makefile.am (SUBDIRS): add po
14857
14858         * configure.ac: check intltool, glib-gettext etc, generate
14859         po/Makefile.in
14860
14861         * po, po/POTFILES.in, po/POTFILES.skip: new.
14862
14863 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14864
14865         * shell/Makefile.am (INCLUDES): define GNOMELOCALEDIR which we
14866         already use (#ifdef ENABLE_NLS)
14867
14868         * shell/ev-window.c (ev_window_cmd_help_about): fix two star
14869         pointer indirection thinko.
14870
14871         * shell/main.c: include gi18n.h for bindtextdomain etc.
14872
14873 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14874
14875         * shell/ev-window.c (menu_item_select_cb, menu_item_deselect_cb)
14876         (connect_proxy_cb, disconnect_proxy_cb, ev_window_init): show
14877         tooltips for menu items in the statusbar.
14878
14879 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14880
14881         * configure.ac, data/Makefile.am, shell/Makefile.am: use
14882         pkgdatadir drop UIDIR
14883
14884 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14885
14886         * data/evince-ui.xml: Add File->Open menu item
14887
14888         * shell/ev-window.c (ev_window_cmd_file_open): impl. (shows a file
14889         chooser), hook it up in the ui manager.
14890
14891 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14892
14893         * shell/ev-window.c: fix Help->About tooltip.
14894
14895 2004-10-23 Martin Kretzschmar  <m_kretzschmar@gmx.net>
14896
14897         * configure.ac: set CFLAGS for libevprivate.
14898
14899         * lib/ev-stock-icons.h, lib/ev-stock-icons.c: stock icon
14900         definitions, factory etc.
14901
14902         * lib/Makefile.am: build libevprivate.a (only stock icon code).
14903
14904         * shell/Makefile.am: link against libevprivate.a.
14905
14906         * shell/ev-window.c (entries): add stock icon to Help->About.
14907
14908         * shell/main.c (main): init stock icon code.
14909
14910 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14911
14912         * lib/recent-files: egg recent files code
14913
14914         * lib/Makefile.am: add.
14915
14916         * Makefile.am: add lib subdir.
14917
14918         * configure.ac: gen. lib/Makefile and lib/recent-files/Makefile,
14919         set CFLAGS for recent-files.
14920
14921 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14922
14923         * configure.ac: disable -ansi and -pedantic gcc flags. They
14924         disable POSIX stuff in stdio.h, but egg-recent uses them.
14925
14926 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net> 
14927
14928         * configure.ac: add --disable-deprecated flag (defaults to on in
14929         "cvs" builds).
14930
14931         * shell/Makefile.am (INCLUDES): use it.
14932
14933 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14934
14935         * shell/main.c: add missing #include.
14936
14937         * shell/ev-window.c: fix for pedantic gcc.
14938         (ev_window_cmd_help_about): split license into paragraphs for
14939         translators and pedantic compilers.
14940
14941 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14942
14943         * configure.ac: add more warning flags if compiling with gcc from
14944         cvs (or explicitly requested with --enable-more-warnings).
14945
14946 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14947
14948         * data/evince-ui.xml: add File and File->Close menu.
14949
14950         * shell/ev-window.c (ev_window_cmd_file_close_window): impl.
14951         (ev_window_destroy): quit after destroy.
14952         (ev_window_class_init): override GtkObject::destroy.
14953         (entries): install close_window callback.
14954
14955 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14956
14957         * Makefile.am (SUBDIRS): add data subdir.
14958
14959         * configure.ac (UIDIR): gen data/Makefile, define UIDIR.  Require
14960         gtk+ 2.5.0 for GtkAboutDialog.
14961
14962         * data/Makefile.am, data/evince-ui.xml: add, ui definition for the
14963         main window.
14964
14965         * shell/Makefile.am (INCLUDES): propagate UIDIR definition.
14966
14967         * shell/ev-window.c (ev_window_init): create a menubar, using a ui
14968         manager.
14969         (ev_window_cmd_help_about): about command, using GtkAboutDialog.
14970
14971 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14972
14973         * shell/ev-window.c, shell/ev-window.h: Created an EvWindow class.
14974
14975 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14976
14977         * shell/main.c: make it a trivial gtk+ program, adjust configure.ac
14978
14979 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14980
14981         * shell/*: Added shell directory boilerplate, build it.
14982
14983 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14984
14985         * configure.ac, Makefile.am: Added top-level configure.ac and
14986         Makefile.am