]> www.fi.muni.cz Git - evince.git/blob - ChangeLog
Updated German translation, fix #567910.
[evince.git] / ChangeLog
1 2009-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
2
3         * shell/ev-window.c: (window_open_file_copy_progress_cb):
4
5         Add missing brakets around the percentage in progress
6         messages. See bug #567910.
7         
8 2009-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
9
10         * shell/ev-application.c: (ev_application_open_window),
11         (ev_application_open_uri_at_dest):
12
13         Do no use gdk_x11_* when not available. Based on patch by Hib
14         Eris, see bug #339172.
15         
16 2009-01-16  Hib Eris  <hib@hiberis.nl>
17
18         * configure.ac:
19         * properties/ev-properties-view.c:
20         (ev_properties_view_format_date):
21
22         Check for localtime_r. See bug #339172.
23         
24 2009-01-16  Hib Eris  <hib@hiberis.nl>
25
26         * shell/main.c:
27
28         Include gdkx only for dbus support. See bug #339172.
29         
30 2009-01-16  Tomeu Vizoso  <tomeu@sugarlabs.org>
31
32         * shell/ev-view.c: (ev_view_set_zoom_for_size):
33
34         Expose ev_view_set_zoom_for_size for embedders to use. Fixes bug
35         #567785.
36         
37 2009-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
38
39         * shell/ev-window.c: (reload_remote_copy_progress_cb),
40         (window_save_file_copy_progress_cb):
41
42         Use brakets around the percentage in progress messages. See bug
43         #567910.
44         
45 2009-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
46
47         * shell/ev-window.c: (reload_remote_copy_ready_cb):
48
49         Fix typo in error message. See bug #567910.
50         
51 2009-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
52
53         * shell/ev-window.c: (ev_window_cmd_file_close_window):
54
55         Fix mnemonic conflict. Fixes bug #567937.
56         
57 2009-01-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
58
59         * NEWS:
60         * configure.ac:
61
62         Update for release 2.25.4
63         
64 2009-01-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
65
66         * configure.ac:
67         
68         GLib version requirement bumped to 2.18 due to g_set_error_literal.
69         Thanks to Christian Spurk.
70
71 2008-12-31  Hib Eris  <hib@hiberis.nl>
72         
73         * libdocument/ev-file-helpers.c: (get_mime_type_from_uri):
74
75         Fix mime type handling.
76         
77 2008-12-31  Carlos Garcia Campos  <carlosgc@gnome.org>
78
79         * po/POTFILES.in:
80
81         Add ev-print-operation.c.
82         
83 2008-12-30  Carlos Garcia Campos  <carlosgc@gnome.org>
84
85         * shell/ev-window.c: (ev_window_clear_progress_idle),
86         (reset_progress_idle), (ev_window_show_progress_message),
87         (ev_window_reset_progress_cancellable),
88         (ev_window_progress_response_cb), (show_loading_progress),
89         (ev_window_load_remote_failed), (window_open_file_copy_ready_cb),
90         (window_open_file_copy_progress_cb), (ev_window_load_file_remote),
91         (show_reloading_progress), (reload_remote_copy_ready_cb),
92         (reload_remote_copy_progress_cb), (query_remote_uri_mtime_cb),
93         (show_saving_progress), (window_save_file_copy_ready_cb),
94         (window_save_file_copy_progress_cb), (ev_window_save_remote),
95         (ev_window_dispose):
96
97         Show progress information when loading/saving remote files. Fixes
98         bug #370958.
99         
100 2008-12-30  Carlos Garcia Campos  <carlosgc@gnome.org>
101
102         * libdocument/ev-file-helpers.c: (ev_tmp_file_unlink):
103
104         Show better warning message when temp file cannot be deleted.
105         
106 2008-12-30  Carlos Garcia Campos  <carlosgc@gnome.org>
107
108         * shell/ev-window.c: (image_save_dialog_response_cb):
109
110         Fix saving images to remote locations.
111         
112 2008-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
113
114         * shell/ev-application.[ch]: (ev_application_shutdown),
115         (ev_application_get_print_settings_file),
116         (ev_application_save_print_settings),
117         (ev_application_get_print_settings),
118         (ev_application_set_print_settings),
119         (ev_application_get_page_setup), (ev_application_set_page_setup):
120         * shell/ev-window.c: (ev_window_save_print_page_setup),
121         (ev_window_load_print_page_setup_from_metadata),
122         (ev_window_print_page_setup_done_cb),
123         (ev_window_cmd_file_print_setup), (ev_window_do_preview_print),
124         (ev_window_cmd_preview_print):
125
126         Remember page setup options too. Paper size is globally remembered
127         while page margins are stored per document in metadata file. Fixes
128         bugs #525185 and #349102.
129         
130 2008-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
131
132         * shell/ev-print-operation.c:
133         (ev_print_operation_export_print_dialog_response_cb):
134
135         Fallback to EV_FILE_FORMAT_PS when file_format is not defined.
136         
137 2008-12-28  Carlos Garcia Campos  <carlosgc@gnome.org>
138
139         * shell/ev-print-operation.c: (export_cancel),
140         (export_job_cancelled), (ev_print_operation_export_begin),
141         (ev_print_operation_export_cancel):
142         * shell/ev-window.c: (ev_window_print_cancel),
143         (ev_window_print_update_pending_jobs_message),
144         (ev_window_print_operation_done),
145         (ev_window_print_operation_status_changed),
146         (print_jobs_confirmation_dialog_response),
147         (ev_window_cmd_file_close_window):
148
149         Show a confirmation dialog when there are pending print jobs while
150         closing the main window. Fixes bug #480964.
151         
152 2008-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
153
154         * shell/ev-print-operation.[ch]: (ev_print_operation_class_init),
155         (ev_print_operation_get_job_name),
156         (ev_print_operation_get_status),
157         (ev_print_operation_get_progress),
158         (ev_print_operation_update_status),
159         (ev_print_operation_export_get_job_name), (clamp_ranges),
160         (get_first_and_last_page), (ev_print_operation_export_run_next),
161         (print_job_finished), (export_print_done), (export_job_cancelled),
162         (update_progress), (export_print_page),
163         (ev_print_operation_export_begin),
164         (ev_print_operation_export_print_dialog_response_cb),
165         (ev_print_operation_export_run),
166         (ev_print_operation_export_cancel),
167         (ev_print_operation_export_class_init):
168         * shell/ev-window.c:
169         (ev_window_print_update_pending_jobs_message),
170         (ev_window_print_operation_done),
171         (ev_window_print_progress_response_cb),
172         (ev_window_print_operation_status_changed),
173         (ev_window_print_operation_begin_print), (ev_window_print_range),
174         (ev_window_dispose):
175
176         Show progress information when printing. Fixes bug #482770.
177         
178 2008-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
179
180         * shell/Makefile.am:
181         * shell/ev-progress-message-area.[ch]:
182         * shell/ev-message-area.[ch]: (ev_message_area_init),
183         (ev_message_area_set_image_from_stock):
184
185         Add EvProgressMessageArea derived from EvMessageArea to show
186         progress information in the message area. 
187         
188 2008-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
189
190         * cut-n-paste/gedit-message-area/gedit-message-area.[ch]:
191
192         Use GTK_RESPONSE_CLOSE instead of GTK_RESPONSE_CANCEL for the
193         close button. Add a function to get the contents of the message
194         area.
195         
196 2008-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
197
198         * shell/Makefile.am:
199         * shell/ev-print-operation.[ch]:
200         * shell/ev-jobs.[ch]: (ev_job_export_init),
201         (ev_job_export_dispose), (ev_job_export_run),
202         (ev_job_export_class_init), (ev_job_export_new),
203         (ev_job_export_set_page):
204         * shell/ev-window.c: (ev_window_print_operation_done),
205         (ev_window_print_range), (ev_window_dispose):
206
207         First step of the printing system rework. EvJobPrint has been
208         replaced by EvJobExport so that every page is scheduled to be
209         exported in a thread instead of scheduling the whole printing
210         process. This way the gui is responsive during printing.
211         
212 2008-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
213
214         * shell/ev-window.c: (setup_size_from_metadata),
215         (ev_window_load_print_settings_from_metadata):
216
217         Fix memory leaks.
218         
219 2008-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
220
221         * libdocument/ev-document.c: (ev_document_get_type):
222
223         Add GObject type as prerequisite to EvDocument interface so that
224         document instances can be used as GObjects.
225         
226 2008-12-19  Carlos Garcia Campos  <carlosgc@gnome.org>
227
228         * shell/ev-view.c: (jump_to_find_result):
229
230         Only jump the the location of the find result for the first match
231         when searching. It drastically improves the performance when
232         searching. Bug catched and fixed by Michael Hunold. Fixes bug
233         #564774.
234         
235 2008-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
236
237         * properties/ev-properties-main.c: (ev_properties_get_pages):
238         * properties/ev-properties-view.[ch]:
239         (ev_properties_view_dispose), (ev_properties_view_class_init),
240         (ev_properties_view_set_info), (ev_properties_view_new):
241         * shell/ev-properties-dialog.[ch]:
242         (ev_properties_dialog_set_document):
243         * shell/ev-window.c: (ev_window_setup_document),
244         (ev_window_cmd_file_properties):
245
246         Add document URI to properties page. Fixes bug #555376.
247         
248 2008-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
249
250         * configure.ac:
251         * data/Makefile.am:
252         * data/evince-password.glade: Removed
253         * data/evince-properties.glade: Removed
254         * properties/ev-properties-view.c:
255         (ev_properties_view_class_init), (set_property),
256         (ev_properties_view_set_info), (ev_properties_view_init):
257         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
258         (font_cell_data_func), (ev_properties_fonts_init):
259
260         Remove Glade dependency.
261         
262 2008-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
263
264         * backend/comics/comics-document.c: (comics_document_load):
265
266         Fix zip mime-type in comics backend. Patch by Juanjo Marín.
267         
268 2008-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
269
270         * NEWS:
271         * configure.ac:
272
273         Update for release 2.25.2
274         
275 2008-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
276
277         * configure.ac:
278         * shell/Makefile.am:
279         * shell/ev-keyring.[ch]:
280         * shell/ev-password.[ch]: Removed
281         * shell/ev-password-view.[ch]: (ev_password_view_finalize),
282         (ev_password_view_class_init), (ev_password_view_clicked_cb),
283         (ev_password_view_init), (ev_password_view_set_uri),
284         (ev_password_dialog_got_response),
285         (ev_password_dialog_remember_button_toggled),
286         (ev_password_dialog_entry_changed_cb),
287         (ev_password_dialog_entry_activated_cb),
288         (ev_password_view_ask_password), (ev_password_view_get_password),
289         (ev_password_view_get_password_save_flags),
290         (ev_password_view_new):
291         * shell/ev-window.c: (ev_window_password_view_unlock),
292         (ev_window_load_job_cb), (ev_window_close_dialogs),
293         (ev_window_init):
294
295         Rework the password view. When the password is in the keyring it's
296         used automatically without showing the password dialog and it's  
297         only stored in the keyring when we are sure it's correct. The
298         password dialog has been reworked too, in order to make it
299         more hig compliant and consistent with the GTK+ dialog used in
300         gtkmountoperation. Fixes bug #562496. 
301         
302 2008-11-29  Carlos Garcia Campos  <carlosgc@gnome.org>
303
304         * backend/comics/comics-document.c: (comics_document_load):
305
306         Do not trust file extensions when getting the command needed to
307         uncompress comic documents. Fixes bug #562143.
308         
309 2008-11-29  Carlos Garcia Campos  <carlosgc@gnome.org>
310
311         * libdocument/ev-document-factory.c: (get_document_from_uri),
312         (ev_document_factory_get_document):
313         * libdocument/ev-file-helpers.[ch]: (get_mime_type_from_uri),
314         (get_mime_type_from_data), (ev_file_get_mime_type):
315
316         Move mime-type functions from document-facrory to file-helpers so
317         that it can be reused.
318         
319 2008-11-29  Carlos Garcia Campos  <carlosgc@gnome.org>
320
321         * shell/ev-window.c: (ev_window_load_job_cb), (set_uri_mtime),
322         (window_open_file_copy_ready_cb), (ev_window_reload_local),
323         (reload_remote_copy_ready_cb), (query_remote_uri_mtime_cb),
324         (ev_window_reload_remote), (ev_window_reload_document):
325
326         Add support for reloading remote documents. Fixes bug #555399.
327         
328 2008-11-23  Carlos Garcia Campos  <carlosgc@gnome.org>
329
330         * shell/ev-view.c: (ev_view_find_previous):
331
332         Make sure find_result is never < 0 which causes a crash while
333         searching. Fixes bug #558377.
334         
335 2008-11-19  Marek Kašík <mkasik@redhat.com>
336
337         * shell/ev-pixbuf-cache.c (new_selection_surface_needed),
338         (ev_pixbuf_cache_get_selection_surface):
339         
340         Fixes crash on fast scrolling with simultaneous text selection.
341
342 2008-11-19  Marek Kašík <mkasik@redhat.com>
343
344         * shell/ev-pixbuf-cache.c (ev_pixbuf_cache_add_jobs_if_needed):
345         * shell/ev-window.c (launch_external_uri):
346         
347         Fixes assertion fail on selecting text. See bug #561393.
348
349 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
350
351         * shell/Makefile.am:
352         * shell/ev-jobs.[ch]: (ev_job_layers_init),
353         (ev_job_layers_dispose), (ev_job_layers_run),
354         (ev_job_layers_class_init), (ev_job_layers_new):
355         * shell/ev-sidebar-layers.[ch]:
356         * shell/ev-view.[ch]: (ev_view_form_field_button_create_widget),
357         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
358         (ev_view_reload_page), (ev_view_reload):
359         * shell/ev-window.c: (setup_sidebar_from_metadata),
360         (ev_window_sidebar_current_page_changed_cb),
361         (sidebar_layers_visibility_changed), (ev_window_init):
362
363         Add layers support.
364         
365 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
366
367         * data/icons/22x22/actions/Makefile.am:
368         * data/icons/22x22/actions/eye.png:
369         * shell/ev-stock-icons.[ch]:
370         
371         Add eye icon from gimp to hide/show layers.
372         
373 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
374
375         * configure.ac:
376         * cut-n-paste/Makefile.am:
377         * cut-n-paste/gimpcellrenderertoggle/Makefile.am:
378         * cut-n-paste/gimpcellrenderertoggle/gimpcellrenderertoggle.[ch]:
379         * cut-n-paste/gimpcellrenderertoggle/gimpwidgetsmarshal.list:
380
381         Add GimpCellRendererToggle from gimp slightly modified to fit our
382         needs. 
383         
384 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
385
386         * configure.ac:
387         * backend/pdf/ev-poppler.cc:
388
389         Implement layers interface in PDF backend.
390         
391 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
392
393         * libdocument/Makefile.am:
394         * libdocument/ev-document-layers.[ch]:
395         * libdocument/ev-layer.[ch]:
396
397         Add optional content (layers) interface.
398         
399 2008-11-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
400
401         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
402         * cut-n-paste/toolbar-editor/eggtreemultidnd.h:
403
404         Removes unused code.
405
406 2008-11-05  Carlos Garcia Campos  <carlosgc@gnome.org>
407
408         * NEWS:
409         * configure.ac:
410
411         Update for 2.25.1 release
412
413 2008-11-05  Carlos Garcia Campos  <carlosgc@gnome.org>
414
415         * shell/ev-window.c:
416
417         Fix build with GTK+ < 2.14
418
419 2008-11-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
420
421         * cut-n-paste/zoom-control/ephy-zoom-action.c (create_menu_item):
422         
423         Makes menu label translatable. Fixes bug #559129.
424
425 2008-11-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
426
427         * backend/dvi/mdvi-lib/t1.c (t1_reset_resolution),
428         (t1_transform_font):
429         * backend/dvi/mdvi-lib/tt.c (tt_really_load_font), (tt_load_font):
430         
431         More renames of warning to mdvi_warning in follow up to the
432         fix of the bug #553369. Fix for the bug #559257 by
433         Tuxce <tuxce.net@gmail.com>.
434         
435 2008-11-02  Carlos Garcia Campos  <carlosgc@gnome.org>
436
437         * shell/ev-application.c: (ev_application_init_session):
438         * shell/main.c: (main):
439
440         Move the egg_set_desktop_file() call to main and remove
441         gtk_window_set_default_icon_name() since it's already called by
442         egg_set_desktop_file()
443         
444 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
445
446         * libdocument/ev-file-helpers.c: (ev_xfer_uri_simple):
447
448         Initialize GError to NULL.
449         
450 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
451
452         * shell/ev-window.c: (window_save_file_copy_ready_cb),
453         (ev_window_print_finished), (ev_window_print_dialog_response_cb),
454         (ev_window_preview_print_finished), (launch_action):
455
456         Do not use popup dialogs to show error messages anymore, use the
457         message area instead.
458         
459 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
460
461         * shell/ev-window.c: (ev_window_error_message),
462         (ev_window_warning_message), (ev_window_set_document),
463         (ev_window_load_job_cb), (ev_window_load_remote_failed),
464         (ev_window_cmd_file_open_copy_at_dest), (ev_window_save_job_cb),
465         (ev_window_cmd_help_contents), (launch_external_uri),
466         (image_save_dialog_response_cb), (image_save_dialog_response_cb),
467         (ev_attachment_popup_cmd_open_attachment),
468         (attachment_save_dialog_response_cb):
469
470         Use a message format (with printf()-style) in
471         ev_window_error_message and ev_window_warning_message.
472
473 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
474
475         * shell/ev-window.c: (ev_window_error_message),
476         (ev_window_warning_message), (ev_window_set_document),
477         (ev_window_load_job_cb), (ev_window_load_remote_failed),
478         (ev_window_cmd_file_open_copy_at_dest), (ev_window_save_job_cb),
479         (ev_window_cmd_help_contents), (launch_external_uri),
480         (image_save_dialog_response_cb),
481         (ev_attachment_popup_cmd_open_attachment),
482         (attachment_save_dialog_response_cb):
483
484         Change ev_window_error_message and ev_window_warning_message to
485         receive a EvWindow instead of a GtkWindow. It's more consistent
486         and avoids unneeded casts.
487         
488 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
489
490         * shell/ev-window.c: (ev_window_cmd_help_contents):
491
492         Use gtk_show_uri() when availale to display help contents.
493         
494 2008-10-31  Carlos Garcia Campos  <carlosgc@gnome.org>
495
496         * configure.ac:
497         * backend/pdf/ev-poppler.cc:
498         * properties/ev-properties-view.c:
499         * shell/Makefile.am:
500         * shell/ev-tooltip.[ch]: Removed
501         * shell/ev-view-private.h
502         * shell/eggfindbar.c:
503         * shell/ev-application.c:
504         * shell/ev-open-recent-action.c:
505         * shell/ev-sidebar-thumbnails.c:
506         * shell/ev-view.c:
507         * shell/ev-window.c:
508
509         Bump GTK+ requirement to 2.12.
510         
511 2008-10-27 Christian Persch <chpe@gnome.org>
512
513         * backend/djvu/djvu-document.c
514         * backend/dvi/cairo-device.c
515         * cut-n-paste/evmountoperation/ev-mount-operation.h
516         * cut-n-paste/gedit-message-area/gedit-message-area.h
517         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c
518         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h
519         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c
520         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h
521         * cut-n-paste/toolbar-editor/egg-toolbars-model.c
522         * cut-n-paste/toolbar-editor/egg-toolbars-model.h
523         * cut-n-paste/toolbar-editor/eggtreemultidnd.c
524         * cut-n-paste/toolbar-editor/eggtreemultidnd.h
525         * cut-n-paste/zoom-control/ephy-zoom-action.c
526         * cut-n-paste/zoom-control/ephy-zoom-action.h
527         * cut-n-paste/zoom-control/ephy-zoom-control.c
528         * cut-n-paste/zoom-control/ephy-zoom-control.h
529         * libdocument/ev-async-renderer.h
530         * libdocument/ev-document-factory.c
531         * libdocument/ev-document-misc.h
532         * libdocument/ev-image.h
533         * libdocument/ev-selection.h
534         * shell/ev-properties-fonts.h
535         * shell/ev-stock-icons.h
536         * shell/ev-window.c: Only include glib.h, gdk/gdk.h and gtk/gtk.h
537         directly. Bug #558064.
538
539 2008-10-27 Christian Persch <chpe@gnome.org>
540
541         * cut-and-paste/smclient/*: Update from libegg.
542
543 2008-10-27 Christian Persch <chpe@gnome.org>
544
545         * backend/djvu/djvu-document.c
546         * backend/ps/ev-spectre.c
547         * shell/ev-jobs.c: Use printf safely. Bug #558066.
548
549 2008-10-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
550
551         * shell/ev-view.c (ev_view_change_page),
552         (ev_view_transition_animation_finish),
553         (ev_view_transition_animation_cancel), (page_changed_cb),
554         (ev_view_set_presentation), (ev_view_next_page),
555         (ev_view_previous_page):
556         
557         Cancel the animation without scheduling transition start
558         and proceed to the next page to fix bug #516749.
559
560 2008-10-19  Carlos Garcia Campos  <carlosgc@gnome.org>
561
562         * NEWS:
563         * configure.ac:
564
565         Update for release 2.24.1
566         
567 2008-10-17  Carlos Garcia Campos  <carlosgc@gnome.org>
568
569         * shell/ev-window.c: (ev_window_cmd_view_presentation):
570
571         Disable toggle function of F5 when in presentation mode. Patch by
572         Dave Neary. Fixes bug #556162.
573         
574 2008-10-17  Carlos Garcia Campos  <carlosgc@gnome.org>
575
576         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
577         (ev_sidebar_thumbnails_get_loading_icon), (clear_range),
578         (ev_sidebar_thumbnails_fill_model),
579         (ev_sidebar_thumbnails_refresh),
580         (ev_sidebar_thumbnails_set_document):
581
582         Instead of using only one loading icon for thumbnails based on the
583         size of the first page, create an icon for every different page
584         size. Fixes bug #556264.
585         
586 2008-10-17  Carlos Garcia Campos  <carlosgc@gnome.org>
587
588         * shell/ev-page-cache.c: (ev_page_cache_finalize):
589
590         Fix memory leak.
591         
592 2008-10-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
593
594         * shell/ev-window-title.c (ev_window_title_sanitize_title):
595
596         Removes bad prefixes from window title. Patch by 
597         Robin Sonefors <ozamosi@blinkenlights.se> fixes bug #534684.
598         
599 2008-10-12  Carlos Garcia Campos  <carlosgc@gnome.org>
600
601         * shell/ev-window.c: (launch_external_uri):
602
603         Do not consider mailto links as http uris. Fixes bug #555801.
604         
605 2008-10-06  Carlos Garcia Campos  <carlosgc@gnome.org>
606
607         * shell/ev-view.c: (merge_selection_region), (clear_selection):
608
609         Fix memory leak. Fixes bug #555134.
610         
611 2008-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
612
613         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
614
615         Emit the job finished signal when the job is handled before the
616         page_ready callback.
617         
618 2008-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
619
620         * shell/ev-window.c: (launch_action):
621
622         Use GdkAppLaunchContext when available to launch external
623         applications.
624         
625 2008-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
626
627         * shell/ev-window.c: (launch_action):
628
629         Fix launching external applications for launch actions which seems
630         to be broken since the gio port. Fixes bug #554500.
631         
632 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
633
634         * backend/dvi/Makefile.am:
635         * backend/dvi/cairo-device.c:
636         * backend/dvi/dvi-document.c:
637         * backend/dvi/mdvi-lib/Makefile.am:
638
639         Fix several compile warnings in the dvi backend.
640         
641 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
642
643         * backend/dvi/mdvi-lib/common.h:
644         * backend/dvi/mdvi-lib/dviread.c:
645         * backend/dvi/mdvi-lib/font.c:
646         * backend/dvi/mdvi-lib/fontmap.c:
647         * backend/dvi/mdvi-lib/fontsrch.c:
648         * backend/dvi/mdvi-lib/gf.c:
649         * backend/dvi/mdvi-lib/pagesel.c:
650         * backend/dvi/mdvi-lib/pk.c:
651         * backend/dvi/mdvi-lib/sp-epsf.c:
652         * backend/dvi/mdvi-lib/special.c:
653         * backend/dvi/mdvi-lib/tfm.c:
654         * backend/dvi/mdvi-lib/tfmfile.c:
655         * backend/dvi/mdvi-lib/util.c:
656         * backend/dvi/mdvi-lib/vf.c:
657
658         Rename error as mdvi_error to avoid symbol conflicts with the libc
659         error. Rename also message, crash, fatal and warning for
660         consistency. Fixes bug #553369.
661         
662 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
663
664         * backend/dvi/dvi-document.c: (dvi_document_load):
665
666         Fix memory leak.
667         
668 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
669
670         * backend/dvi/dvi-document.c:
671
672         Use EV_BACKEND_IMPLEMENT_INTERFACE instead of
673         G_IMPLEMENT_INTERFACE.
674         
675 2008-09-26  Carlos Garcia Campos  <carlosgc@gnome.org>
676
677         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
678
679         Make sure copy_job_page_and_selection_to_job_info is always called
680         before copy_job_to_job_info. Fixes bug #552382.
681         
682 2008-09-22  Carlos Garcia Campos  <carlosgc@gnome.org>
683
684         * NEWS:
685         * configure.ac:
686
687         Update for release 2.24.0
688         
689 2008-09-13  Carlos Garcia Campos  <carlosgc@gnome.org>
690
691         * shell/ev-window.c: (launch_external_uri):
692
693         Use GdkAppLaunchContext when available to launch external uris.
694         
695 2008-09-13  Carlos Garcia Campos  <carlosgc@gnome.org>
696
697         * shell/ev-window.c: (launch_external_uri):
698
699         Use the message area to show errors when lauching external uris
700         instead of a popup window.
701         
702 2008-09-13  Carlos Garcia Campos  <carlosgc@gnome.org>
703
704         * shell/ev-window.c: (launch_external_uri):
705
706         Assume invalid uris are http uris. Fixes bug #552071.
707         
708 2008-09-09  Carlos Garcia Campos  <carlosgc@gnome.org>
709
710         * NEWS:
711         * configure.ac:
712
713         Update for release 2.23.92.
714         
715 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
716
717         * shell/eggfindbar.c: (egg_find_bar_class_init):
718
719         Allow page scrolling with PageUp/PageDown keys when find bar is
720         active. Fixes bug #529833.
721         
722 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
723
724         * shell/ev-view-private.h:
725         * shell/ev-view.[ch]: (add_scroll_binding_keypad),
726         (ev_view_scroll), (ev_view_class_init):
727         * shell/ev-view-accessible.c:
728         (ev_view_accessible_action_do_action):
729         * shell/ev-window.c: (ev_window_cmd_scroll_forward),
730         (ev_window_cmd_scroll_backward):
731
732         Use GtkScrollType instead of EvScrollType.
733         
734 2008-09-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
735
736         * shell/ev-page-cache.c (ev_page_cache_set_page_label):
737         
738         Patch for case unsensitive page label match by Michael Lee.
739         See bug #550136.
740         
741         * shell/ev-page-action.c (create_tool_item):    
742         * test/Makefile.am:
743         * test/test1.py:
744         * test/test4.py:
745         * test/test5.py:
746         
747         Added test for the above and updated other tests.
748
749 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
750
751         * shell/ev-window.c: (image_save_dialog_response_cb):
752
753         Do not append the file extension twice when saving an image.
754         
755 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
756
757         * backend/pdf/ev-poppler.cc: (pdf_document_images_get_image):
758
759         Remove an invalid ifdef.
760         
761 2008-09-05  Carlos Garcia Campos  <carlosgc@gnome.org>
762
763         * shell/ev-view.c: (ev_view_motion_notify_event):
764
765         Make sure the cursor is correctly restored after showing the right
766         click menu.
767         
768 2008-09-05  Carlos Garcia Campos  <carlosgc@gnome.org>
769
770         * libdocument/ev-attachment.[ch]: (ev_attachment_launch_app),
771         (ev_attachment_open):
772         * shell/ev-sidebar-attachments.c:
773         (ev_sidebar_attachments_button_press):
774         * shell/ev-window.c: (ev_attachment_popup_cmd_open_attachment):
775
776         Use GdkAppLaunchContext when available to open attachments.
777         
778 2008-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
779
780         * shell/ev-media-player-keys.c: (ev_media_player_keys_grab_keys):
781
782         Grab the mediakeys with a low priority. Fixes bug #547164. Patch
783         by Eric Piel.
784         
785 2008-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
786
787         * shell/ev-application.c: (ev_application_get_media_keys):
788         * shell/ev-media-player-keys.[ch]:
789         (ev_media_player_keys_class_init), (on_media_player_key_pressed),
790         (ev_media_player_keys_grab_keys),
791         (ev_media_player_keys_release_keys), (ev_media_player_keys_init),
792         (ev_media_player_keys_focused), (ev_media_player_keys_finalize):
793         * shell/ev-window.[ch]: (ev_window_dispose),
794         (view_actions_focus_in_cb), (ev_window_media_player_key_pressed),
795         (ev_window_init):
796
797         Clean up the media player keys stuff.
798         
799 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
800
801         * NEWS:
802         * configure.ac:
803
804         Update for release 2.23.91.
805         
806 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
807
808         * cut-n-paste/smclient/eggsmclient-xsmp.c:
809         (sm_client_xsmp_set_initial_properties):
810
811         Fix memory leak.
812         
813 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
814
815         * shell/ev-application.c: (ev_application_open_window),
816         (ev_application_open_uri_at_dest):
817
818         Make sure evince starts up in the right workspace when resuming a
819         previous session.
820         
821 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
822
823         * shell/ev-application.[ch]: (ev_application_open_window),
824         (ev_application_add_icon_path_for_screen),
825         (ev_application_open_uri_at_dest):
826
827         Fix window manager warnings shown in ~/.xsession-errors
828         
829 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
830
831         * configure.ac:
832         * cut-n-paste/Makefile.am:
833         * cut-n-paste/smclient/Makefile.am:
834         * cut-n-paste/smclient/eggdesktopfile.[ch]:
835         * cut-n-paste/smclient/eggsmclient-private.h:
836         * cut-n-paste/smclient/eggsmclient-xsmp.c:
837         * cut-n-paste/smclient/eggsmclient.[ch]:
838
839         EggSMClient copied from libegg
840
841         * libdocument/ev-file-helpers.c: (ev_dot_dir):
842         * shell/Makefile.am:
843         * shell/ev-application.[ch]: (ev_application_load_session),
844         (smclient_save_state_cb), (smclient_quit_cb),
845         (ev_application_init_session), (ev_application_shutdown),
846         (ev_application_init):
847         * shell/main.c: (main):
848
849         Use EggSMClient instead of gnome-client and remove libgnome and
850         libgnomeui dependencies.
851         
852 2008-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
853
854         * shell/main.c: (main):
855
856         Remove gnome_authentication_manager_init.
857         
858 2008-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
859
860         * shell/ev-view.c: (ev_view_goto_window_create):
861
862         Use gtk_box_pack_start instead of gtk_box_pack_start_defaults
863         since it's now deprecated.
864         
865 2008-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
866
867         * backend/djvu/Makefile.am:
868         * backend/djvu/djvu-document-private.h:
869         * backend/djvu/djvu-document.c: (djvu_document_find_find_text),
870         (djvu_document_find_iface_init):
871         * backend/djvu/djvu-text-page.[ch]:
872         * backend/djvu/djvu-text.[ch]: Removed
873         * backend/pdf/ev-poppler.cc: (pdf_document_find_find_text),
874         (pdf_document_find_iface_init):
875         * libdocument/ev-document-find.[ch]: (ev_document_find_find_text):
876         * shell/ev-jobs.[ch]: (ev_job_find_init), (ev_job_find_dispose),
877         (ev_job_find_run), (ev_job_find_class_init), (ev_job_find_new),
878         (ev_job_find_get_n_results), (ev_job_find_get_progress),
879         (ev_job_find_has_results), (ev_job_find_get_results):
880         * shell/ev-view-private.h:
881         * shell/ev-view.[ch]: (ev_view_expose_event),
882         (highlight_find_results), (ev_view_finalize),
883         (ev_view_get_property), (ev_view_class_init), (page_changed_cb),
884         (ev_view_set_document), (ev_view_find_get_n_results),
885         (ev_view_find_get_result), (jump_to_find_result),
886         (jump_to_find_page), (ev_view_find_changed), (ev_view_find_next),
887         (ev_view_find_previous), (ev_view_find_search_changed),
888         (ev_view_find_set_highlight_search), (ev_view_find_cancel):
889         * shell/ev-window.c: (ev_window_update_actions),
890         (page_changed_cb), (ev_window_setup_document),
891         (ev_window_update_find_status_message),
892         (ev_window_find_job_finished_cb), (ev_window_find_job_updated_cb),
893         (ev_window_clear_find_job), (find_bar_close_cb),
894         (find_bar_search_changed_cb), (find_bar_visibility_changed_cb),
895         (ev_window_dispose), (ev_window_init):
896
897         Rework find interface. The find logic has been moved from backends
898         to the shell avoiding a lot of duplicated code in the backends and
899         making easier to implement the find interface in the backends.
900         
901 2008-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
902
903         * backend/pdf/ev-poppler.cc:
904         (pdf_document_thumbnails_get_dimensions):
905
906         Make sure thumbnail size returned by the PDF is actually
907         valid. Fixes bug #548462.
908         
909 2008-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
910
911         * shell/ev-window.c: (ev_window_setup_document),
912         (ev_window_set_document), (ev_window_dispose):
913
914         Remove the idle function for setting the document up when the
915         window is destroyed. Fixes bug #549163.
916         
917 2008-08-22  Carlos Garcia Campos  <carlosgc@gnome.org>
918
919         * shell/ev-jobs.[ch]: (ev_job_attachments_init),
920         (ev_job_attachments_dispose), (ev_job_attachments_run),
921         (ev_job_attachments_class_init), (ev_job_attachments_new):
922         * shell/ev-sidebar-attachments.c:
923         (ev_sidebar_attachments_set_document):
924
925         Add a new job to get the attachments in a thread with the document
926         lock held. Fixes bug #548653.
927         
928 2008-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
929
930         * backend/tiff/tiff-document.c: (tiff_document_get_page_label),
931         (tiff_document_document_iface_init):
932
933         Implement document_get_page_label in tiff backend.
934         
935 2008-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
936
937         * backend/tiff/tiff-document.c: (tiff_document_render):
938
939         Handle document orientation in tiff backend. Fixes bug #548444.
940         
941 2008-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
942
943         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
944
945         Do not crash when adjustment page size is 0. Fixes bug #547440.
946         
947 2008-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
948
949         * cut-n-paste/evmountoperation/ev-mount-operation.c:
950
951         Sync with current GTK+.
952         
953 2008-08-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
954
955         * configure.ac:
956         
957         Update for release 2.23.6.
958
959 2008-08-06  Carlos Garcia Campos  <carlosgc@gnome.org>
960
961         * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_run),
962         (ev_job_load_set_password):
963         * shell/ev-password.[ch]: (ev_password_dialog_get_password):
964         * shell/ev-window.c: (password_dialog_response),
965         (ev_window_load_job_cb):
966
967         Fix loading encrypted documents since I broke it with the jobs
968         rework.
969         
970 2008-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
971
972         * NEWS:
973
974         Update NEWS for 2.23.6 release.
975         
976 2008-08-03  Wouter Bolsterlee  <wbolster@svn.gnome.org>
977
978         * backend/impress/impress-document.c:
979         * backend/impress/render.h:
980         * libdocument/ev-document-factory.c:
981         * libdocument/ev-document-factory.h:
982         * libdocument/ev-document-links.h:
983         * libdocument/ev-document-misc.c:
984         * libdocument/ev-document-misc.h:
985         * properties/ev-properties-main.c:
986         * properties/ev-properties-view.c:
987         * properties/ev-properties-view.h:
988         * shell/eggfindbar.c:
989         * shell/eggfindbar.h:
990         * shell/ev-application.c:
991         * shell/ev-application.h:
992         * shell/ev-jobs.h:
993         * shell/ev-message-area.h:
994         * shell/ev-navigation-action.c:
995         * shell/ev-navigation-action.h:
996         * shell/ev-open-recent-action.c:
997         * shell/ev-open-recent-action.h:
998         * shell/ev-page-action-widget.c:
999         * shell/ev-page-action.c:
1000         * shell/ev-page-action.h:
1001         * shell/ev-page-cache.h:
1002         * shell/ev-password-view.h:
1003         * shell/ev-password.h:
1004         * shell/ev-pixbuf-cache.h:
1005         * shell/ev-properties-fonts.c:
1006         * shell/ev-sidebar-attachments.c:
1007         * shell/ev-sidebar-links.c:
1008         * shell/ev-sidebar-links.h:
1009         * shell/ev-sidebar-thumbnails.c:
1010         * shell/ev-sidebar-thumbnails.h:
1011         * shell/ev-sidebar.c:
1012         * shell/ev-sidebar.h:
1013         * shell/ev-stock-icons.c:
1014         * shell/ev-tooltip.h:
1015         * shell/ev-view.c:
1016         * shell/ev-view.h:
1017         * shell/ev-window.c:
1018         * shell/ev-window.h:
1019         * shell/main.c:
1020
1021         More #include cleanups. Again: reordering, single gtk.h
1022         includes and other stuff.
1023
1024 2008-08-03  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1025
1026         * shell/eggfindbar.c:
1027         * shell/ev-application.c:
1028         * shell/ev-message-area.c:
1029         * shell/ev-navigation-action.c:
1030         * shell/ev-open-recent-action.c:
1031         * shell/ev-page-action-widget.c:
1032         * shell/ev-page-action.c:
1033         * shell/ev-password-view.c:
1034         * shell/ev-properties-dialog.c:
1035         * shell/ev-properties-fonts.c:
1036         * shell/ev-sidebar-attachments.c:
1037         * shell/ev-sidebar-page.c:
1038         * shell/ev-sidebar-thumbnails.c:
1039         * shell/ev-stock-icons.c:
1040         * shell/ev-tooltip.c:
1041         * shell/ev-view.c:
1042         * shell/ev-window.c:
1043         * shell/main.c:
1044
1045         Cleanup many #include statements: reorder so that a
1046         generic-to-specific order is used, use single gtk.h
1047         includes, and some other cleanups.
1048
1049 2008-08-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1050
1051         * shell/ev-jobs.h:
1052
1053         Add gio header.
1054         
1055 2008-08-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1056
1057         * libdocument/ev-document.[ch]: (ev_document_doc_mutex_trylock),
1058         (ev_document_fc_mutex_trylock):
1059         * shell/Makefile.am:
1060         * shell/ev-job-queue.[ch]:
1061         * shell/ev-job-scheduler.[ch]:
1062         * shell/ev-jobs.[ch]: (ev_job_init), (ev_job_dispose),
1063         (ev_job_class_init), (emit_finished), (ev_job_emit_finished),
1064         (ev_job_run), (ev_job_cancel), (ev_job_failed),
1065         (ev_job_failed_from_error), (ev_job_succeeded),
1066         (ev_job_is_finished), (ev_job_is_failed), (ev_job_get_run_mode),
1067         (ev_job_set_run_mode), (ev_job_links_init), (ev_job_links_run),
1068         (ev_job_links_class_init), (ev_job_render_init),
1069         (notify_page_ready), (ev_job_render_page_ready),
1070         (ev_job_render_run), (ev_job_render_class_init),
1071         (ev_job_thumbnail_init), (ev_job_thumbnail_run),
1072         (ev_job_thumbnail_class_init), (ev_job_fonts_init),
1073         (ev_job_fonts_run), (ev_job_fonts_class_init), (ev_job_load_init),
1074         (ev_job_load_run), (ev_job_load_class_init), (ev_job_save_init),
1075         (ev_job_save_dispose), (ev_job_save_run),
1076         (ev_job_save_class_init), (ev_job_print_init),
1077         (ev_job_print_dispose), (ev_job_print_run),
1078         (ev_job_print_class_init):
1079         * shell/ev-page-cache.c:
1080         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
1081         (check_job_size_and_unref), (move_one_job),
1082         (copy_job_to_job_info), (add_job),
1083         (ev_pixbuf_cache_add_jobs_if_needed):
1084         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
1085         (job_fonts_finished_cb), (job_fonts_updated_cb),
1086         (ev_properties_fonts_set_document):
1087         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
1088         (ev_sidebar_links_set_document):
1089         * shell/ev-sidebar-thumbnails.c: (clear_range), (add_range),
1090         (ev_sidebar_thumbnails_set_document),
1091         (ev_sidebar_thumbnails_clear_job):
1092         * shell/ev-view-private.h:
1093         * shell/ev-view.c:
1094         * shell/ev-window.c: (ev_window_clear_thumbnail_job),
1095         (ev_window_refresh_window_thumbnail), (password_dialog_response),
1096         (ev_window_clear_load_job), (ev_window_clear_reload_job),
1097         (ev_window_load_job_cb), (ev_window_reload_job_cb),
1098         (window_open_file_copy_ready_cb), (ev_window_open_uri),
1099         (ev_window_reload_document), (ev_window_clear_save_job),
1100         (ev_window_save_job_cb), (file_save_dialog_response_cb),
1101         (ev_window_clear_print_job), (ev_window_print_job_cb),
1102         (ev_window_print_dialog_response_cb):
1103         * shell/main.c: (main):
1104
1105         Rework the jobs system in order to make it simpler and more
1106         extensible. It allows to run jobs in the main loop instead of
1107         using a thread when it's appropriate like the fonts job. Now it's
1108         also possible to cancel jobs that are currently running. 
1109         
1110 2008-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1111
1112         * libdocument/ev-debug.c: (profile_init):
1113
1114         Create the hash table also when profiling service is enabled for
1115         all sections.
1116         
1117 2008-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1118
1119         * libdocument/ev-debug.[ch]: (ev_profiler_start),
1120         (ev_profiler_stop):
1121         * shell/ev-jobs.c: (ev_job_finished), (ev_job_links_run),
1122         (notify_page_ready), (ev_job_render_run), (ev_job_thumbnail_run),
1123         (ev_job_fonts_run), (ev_job_load_run), (ev_job_save_run),
1124         (ev_job_print_run):
1125         * shell/main.c: (main):
1126
1127         Add a profile mode available when debug is enabled. Add profilers
1128         in ev-jobs.
1129         
1130 2008-07-23  Götz Waschk <waschk@mandriva.org>
1131
1132         * configure.ac: Correctly build desktop file. Fixes
1133         bug #544237.
1134
1135 2008-07-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1136
1137         * configure.ac:
1138         
1139         Update for release 2.23.5.
1140
1141 2008-07-21  Carlos Garcia Campos  <carlosgc@gnome.org>
1142
1143         * NEWS:
1144
1145         Update NEWS for 2.23.5 release.
1146         
1147 2008-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1148
1149         * shell/ev-window.c: (ev_window_state_event),
1150         (ev_window_class_init):
1151
1152         Intercept window manager's fullscreen request in order to run/stop
1153         fullscreen mode. Fixes bug #493541.
1154         
1155 2008-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1156
1157         * shell/ev-window.c: (find_bar_visibility_changed_cb):
1158
1159         Restart the job search when the find bar is opened for the second
1160         time. Fixes bug #531956.
1161         
1162 2008-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1163
1164         * libdocument/ev-document-factory.c: (get_mime_type_from_data),
1165         (get_document_from_uri):
1166
1167         Make sure we always return a valid error struct when
1168         get_document_from_uri fails. Fixes nautilus crash, see bug
1169         #542548.
1170         
1171 2008-07-15   Darren Kenny  <darren.kenny@sun.com>
1172
1173         * libdocument/ev-transition-effect.c
1174         (ev_transition_effect_type_get_type),
1175         (ev_transition_effect_alignment_get_type),
1176         (ev_transition_effect_direction_get_type):
1177         
1178         Fixes bug #542924. Makes enums static to fix Solaris build.
1179
1180 2008-07-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1181
1182         * shell/ev-view.c: (ev_view_key_press_event):
1183
1184         Add '.' keybinding for blanking the screen in presentation
1185         mode. Fixes bug #542001.
1186         
1187 2008-07-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1188
1189         * libdocument/ev-document-misc.c:
1190         (ev_document_misc_pixbuf_from_surface):
1191
1192         Fix bytes order on big endian. Patch by Benjamin Jacobs. Fixes bug
1193         #540950.
1194         
1195 2008-07-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1196
1197         * backend/comics/comics-document.c (comics_document_load):
1198         * backend/comics/comicsdocument.evince-backend.in:
1199         * configure.ac:
1200         * thumbnailer/evince-thumbnailer-comics.schemas.in:
1201         
1202         Added support for 7-zip based cb7 comic book. Patch by
1203         Kartik Rustagi. Fixes bug #532312.
1204
1205 2008-06-24  Bastien Nocera  <hadess@hadess.net>
1206
1207         * shell/ev-window.c: Use Alt+Left to rotate left, and Alt+Right
1208         to rotate right. Ctrl+R (as EOG uses) is already used for reload.
1209         Fixes bug #539972.
1210
1211 2008-06-24  Bastien Nocera  <hadess@hadess.net>
1212
1213         * shell/Makefile.am:
1214         * shell/ev-application.c (ev_application_init),
1215         (ev_application_get_media_keys):
1216         * shell/ev-application.h:
1217         * shell/ev-marshal.list:
1218         * shell/ev-media-player-keys.c (ev_media_player_keys_class_init),
1219         (proxy_destroy), (on_media_player_key_pressed),
1220         (ev_media_player_keys_init), (ev_media_player_keys_focused),
1221         (ev_media_player_keys_finalize), (ev_media_player_keys_new):
1222         * shell/ev-media-player-keys.h:
1223         * shell/ev-window.c (ev_window_go_previous_page),
1224         (ev_window_go_next_page), (ev_window_go_first_page),
1225         (ev_window_go_last_page), (ev_window_start_presentation),
1226         (ev_window_dispose), (view_actions_focus_in_cb):
1227         * shell/ev-window.h: When building with D-Bus support, listen
1228         for multimedia key events from gnome-settings-daemon. This allows
1229         to go to the next/previous/first/last pages using, respectively,
1230         Next/Previous/Rewing/Fast Forward. The Play button is used to start
1231         a presentation. Fixes bug #539971.
1232
1233 2008-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1234
1235         * configure.ac:
1236         
1237         Update for release 2.23.4.
1238
1239 2008-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1240
1241         * NEWS:
1242
1243         Update news for 2.23.4 release.
1244         
1245 2008-06-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1246
1247         * backend/pdf/ev-poppler.cc: (pdf_document_get_info):
1248         * shell/ev-sidebar-thumbnails.c:
1249         (ev_sidebar_thumbnails_set_loading_icon),
1250         (ev_sidebar_thumbnails_refresh):
1251         * shell/ev-window.c: (ev_window_error_message),
1252         (ev_window_warning_message), (ev_window_refresh_window_thumbnail),
1253         (ev_window_set_document):
1254
1255         Do not crash opening documents with no pages and show a warning
1256         message in the message area. Fixes bugs #537574 and #171588.
1257         
1258 2008-06-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1259
1260         * shell/Makefile.am:
1261         * shell/ev-file-monitor.[ch]:
1262         * shell/ev-window.c: (ev_window_document_changed),
1263         (ev_window_clear_reload_job), (ev_window_load_job_cb),
1264         (ev_window_reload_job_cb), (ev_window_open_uri),
1265         (ev_window_reload_document), (ev_window_cmd_view_reload),
1266         (ev_window_dispose):
1267
1268         Automaticly reload the document when the file has changed on
1269         disk. Bug #304249.
1270         
1271 2008-06-10  Cosimo Cecchi  <cosimoc@gnome.org>
1272
1273         * libdocument/ev-backends-manager.c: (ev_backends_manager_load):
1274         * libdocument/ev-image.c: (ev_image_save_tmp):
1275         * libdocument/ev-module.c: (ev_module_load):
1276         * shell/ev-application.c: (ev_application_shutdown),
1277         (ev_application_get_print_settings):
1278         * shell/ev-sidebar-attachments.c:
1279         (ev_sidebar_attachments_button_press),
1280         (ev_sidebar_attachments_drag_data_get):
1281         * shell/ev-window.c: (window_save_file_copy_ready_cb),
1282         (ev_window_print_finished), (ev_window_print_send),
1283         (ev_window_print_job_cb), (ev_window_cmd_help_contents),
1284         (ev_window_preview_print_finished), (ev_window_do_preview_print),
1285         (ev_window_cmd_preview_print):
1286         * shell/main.c: (load_files_remote):
1287         Fix some build warnings under GCC 4.3.0. (#537535).
1288
1289 2008-05-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1290
1291         * shell/ev-jobs.c: (ev_job_render_dispose):
1292
1293         Fix a crash in debug mode. Patch by Daniel M German.
1294         
1295 2008-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1296
1297         * shell/ev-window.c:
1298
1299         Add Ctrl+N keybinding for Open a Copy. Fixes bug #532239.
1300         
1301 2008-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1302
1303         * shell/ev-window.c: (ev_window_print_send),
1304         (ev_window_do_preview_print):
1305
1306         Use the window title as print job name instead of just
1307         "evince-print". Fixes bug #534493.
1308         
1309 2008-05-19  Frederic Peters  <fpeters@0d.be>
1310
1311         * libdocument/Makefile.am: fixed typo in ev-debug.h filename.
1312         Bug #533897.
1313
1314 2008-05-19  Frederic Peters  <fpeters@0d.be>
1315
1316         * help/reference/Makefile.am: added missing libevmountoperation to
1317         gtkdoc-scanobj libraries.  Bug #533896.
1318
1319 2008-05-19  Matthias Drochner  <M.Drochner@fz-juelich.de>
1320
1321         * properties/ev-properties-view.c (get_default_user_units):
1322         Fixes check for default units string translation. Bug #533323.
1323
1324 2008-05-01  Hans Petter Jansson  <hpj@novell.com>
1325
1326         * backend/impress/iksemel.c (sax_core): Fix a free() that should
1327         be an iks_free(). Fix an array overflow in the XML parser that
1328         would occur whenever the number of attributes in a tag was greater
1329         than 0 and divisible by 6. Fixes GNOME bug #530852.
1330
1331 2008-04-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1332
1333         * backend/djvu/djvu-document-private.h:
1334         * backend/djvu/djvu-links.c:
1335         * backend/djvu/djvu-text.c:
1336         * backend/djvu/djvu-document.c: (djvu_handle_events),
1337         (djvu_wait_for_message), (djvu_document_load),
1338         (document_get_page_size), (djvu_document_render),
1339         (djvu_document_thumbnails_get_thumbnail),
1340         (djvu_document_file_exporter_end):
1341
1342         Make sure load job doesn't finish successfully when the document
1343         is not successfully decoded by libdjvu. Fixes bug #530202.
1344         
1345 2008-04-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1346
1347         * configure.ac:
1348         * libdocument/Makefile.am:
1349         * libdocument/ev-debug.[ch]:
1350         * libdocument/ev-document.c:
1351         * shell/ev-jobs.c: (ev_job_links_dispose),
1352         (ev_job_render_dispose), (ev_job_thumbnail_dispose),
1353         (ev_job_print_dispose), (ev_job_finished), (ev_job_links_new),
1354         (ev_job_links_run), (ev_job_render_new), (notify_page_ready),
1355         (ev_job_render_page_ready), (ev_job_render_run),
1356         (ev_job_thumbnail_new), (ev_job_thumbnail_run),
1357         (ev_job_fonts_new), (ev_job_fonts_run), (ev_job_load_dispose),
1358         (ev_job_load_new), (ev_job_load_set_uri), (ev_job_load_run),
1359         (ev_job_save_dispose), (ev_job_save_new), (ev_job_save_run),
1360         (ev_job_print_new), (ev_job_print_run):
1361         * shell/main.c: (main):
1362
1363         Add debug mode based on gedit code. Add debug messages in
1364         ev-jobs.
1365         
1366 2008-04-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1367
1368         * libdocument/ev-document-factory.c: (get_document_from_uri):
1369
1370         Fix memory leak.
1371         
1372 2008-04-24   Jean Baptiste Lallement  <jeanbaptiste.lallement@gmail.com>
1373
1374         * libdocument/ev-document-factory.c (get_mime_type_from_uri),
1375         (get_mime_type_from_data), (get_document_from_uri),
1376         (ev_document_factory_get_document):
1377         
1378         Improved error message about file opening failture.
1379         Bug #529129.
1380
1381 2008-04-24  Abhishek Mukherjee  <linkinpark342@gmail.com>
1382
1383         * data/evince-toolbar.xml:
1384         
1385         Allow to add SaveAs to toolbar.
1386
1387 2008-04-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1388
1389         * shell/ev-view-private.h:
1390         * shell/ev-view.[ch]: (ev_view_button_release_event),
1391         (ev_view_finalize), (ev_view_clipboard_copy), (ev_view_copy),
1392         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
1393         (ev_view_update_primary_selection), (clear_link_selected),
1394         (ev_view_copy_link_address):
1395         * shell/ev-window.c: (ev_view_popup_cmd_copy_link_address):
1396
1397         Update also the primary selection when copying a link
1398         address. Fixes bug #520855.
1399         
1400 2008-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1401
1402         * libdocument/ev-document-factory.c: (get_document_from_uri):
1403
1404         Use the pixbuf backend only when the mime type is not supported by
1405         any of the other backend so that tiff documents, for instance, are
1406         handled by the tiff backend instead of the pixbuf backend. fixes
1407         bug #520290.
1408         
1409 2008-04-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1410
1411         * cut-n-paste/Makefile.am:
1412
1413         Add evmountoperation to subdirs list.
1414         
1415 2008-04-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1416
1417         * configure.ac:
1418
1419         Fix libspectre check in configure script. Fixes bug #528549.
1420         
1421 2008-04-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1422
1423         * configure.ac:
1424         * cut-n-paste/evmountoperation/ev-mount-operation.[ch]:
1425         * shell/Makefile.am:
1426         * shell/ev-window.c: (ev_window_load_remote_failed),
1427         (mount_volume_ready_cb), (window_open_file_copy_ready_cb):
1428
1429         Add GtkMountOperation (renamed to avoid conflicts) to be able to
1430         open documents in remote locations that are not mounted.
1431         
1432 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1433
1434         * backend/dvi/mdvi-lib/bitmap.[ch]: (bitmap_convert_lsb8),
1435         (bitmap_convert_msb8):
1436         * backend/dvi/mdvi-lib/t1.c: (t1_glyph_bitmap):
1437         * backend/dvi/mdvi-lib/tt.c: (tt_get_bitmap):
1438
1439         Fix T1 font rendering in dvi backend. Patch by Mattias Nissler.
1440         
1441 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1442
1443         * shell/ev-jobs.[ch]: (ev_job_render_dispose),
1444         (ev_job_render_new), (ev_job_render_set_selection_info),
1445         (ev_job_render_run):
1446         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
1447         (check_job_size_and_unref),
1448         (copy_job_page_and_selection_to_job_info), (copy_job_to_job_info),
1449         (add_job), (ev_pixbuf_cache_get_selection_surface):
1450
1451         Create the render context needed for rendering a page in the render
1452         thread so that we don't block the main thread. Simplify
1453         EvJobRender API.
1454         
1455 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1456
1457         * libdocument/Makefile.am:
1458         * libdocument/ev-page.[ch]:
1459         * libdocument/ev-render-context.[ch]: (ev_render_context_dispose),
1460         (ev_render_context_new), (ev_render_context_set_page):
1461         * libdocument/ev-form-field.[ch]: (ev_form_field_init),
1462         (ev_form_field_finalize), (ev_form_field_class_init):
1463         * libdocument/ev-document-forms.[ch]:
1464         (ev_document_forms_get_form_fields):
1465         * libdocument/ev-document.[ch]: (ev_document_get_page),
1466         (ev_document_get_page_size), (ev_document_get_page_label):
1467         * shell/ev-jobs.[ch]: (ev_job_thumbnail_dispose),
1468         (ev_job_render_run), (ev_job_thumbnail_new),
1469         (ev_job_thumbnail_run), (ev_job_print_run):
1470         * shell/ev-page-cache.c: (ev_page_cache_new):
1471         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
1472         (check_job_size_and_unref), (add_job):
1473         * shell/ev-sidebar-thumbnails.c: (add_range):
1474         * shell/ev-view.c: (ev_view_form_field_get_region),
1475         (ev_view_form_field_button_create_widget),
1476         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
1477         (ev_view_handle_form_field), (ev_view_size_allocate),
1478         (get_selected_text):
1479         * shell/ev-window.c: (ev_window_refresh_window_thumbnail):
1480         * backend/pdf/ev-poppler.cc: (pdf_document_get_page_size),
1481         (pdf_document_get_page), (pdf_document_get_page_label),
1482         (pdf_document_render), (pdf_document_get_info),
1483         (pdf_document_document_iface_init),
1484         (pdf_document_thumbnails_get_thumbnail),
1485         (pdf_document_thumbnails_get_dimensions),
1486         (pdf_document_file_exporter_do_page),
1487         (pdf_selection_render_selection),
1488         (pdf_selection_get_selected_text),
1489         (pdf_selection_get_selection_region),
1490         (pdf_selection_get_selection_map),
1491         (pdf_document_forms_get_form_fields),
1492         (pdf_document_forms_form_field_text_get_text),
1493         (pdf_document_forms_form_field_text_set_text),
1494         (pdf_document_forms_form_field_button_set_state),
1495         (pdf_document_forms_form_field_button_get_state),
1496         (pdf_document_forms_form_field_choice_get_item),
1497         (pdf_document_forms_form_field_choice_get_n_items),
1498         (pdf_document_forms_form_field_choice_is_item_selected),
1499         (pdf_document_forms_form_field_choice_select_item),
1500         (pdf_document_forms_form_field_choice_toggle_item),
1501         (pdf_document_forms_form_field_choice_unselect_all),
1502         (pdf_document_forms_form_field_choice_set_text),
1503         (pdf_document_forms_form_field_choice_get_text):
1504         * backend/ps/ev-spectre.c: (ps_document_get_page),
1505         (ps_document_get_page_size), (ps_document_get_page_label),
1506         (ps_document_render), (ps_document_document_iface_init),
1507         (ps_document_file_exporter_do_page):
1508         * backend/tiff/tiff-document.c: (tiff_document_get_page_size),
1509         (tiff_document_render), (tiff_document_render_pixbuf),
1510         (tiff_document_file_exporter_do_page):
1511         * backend/pixbuf/pixbuf-document.c:
1512         (pixbuf_document_get_page_size):
1513         * backend/comics/comics-document.c:
1514         (comics_document_get_page_size), (comics_document_render_pixbuf):
1515         * backend/djvu/djvu-document.c: (djvu_document_get_page_size),
1516         (djvu_document_render), (djvu_selection_get_selected_text),
1517         (djvu_document_thumbnails_get_thumbnail),
1518         (djvu_document_file_exporter_do_page),
1519         (djvu_document_find_get_result):
1520         * backend/dvi/dvi-document.c: (dvi_document_get_page_size),
1521         (dvi_document_render), (dvi_document_thumbnails_get_dimensions),
1522         (dvi_document_thumbnails_get_thumbnail),
1523         (dvi_document_file_exporter_do_page):
1524         * backend/impress/impress-document.c:
1525         (impress_document_get_page_size),
1526         (impress_document_render_pixbuf):
1527         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
1528
1529         Add EvPage so that we can hold a reference to the backend
1530         page. Form fields keep now a reference to the poppler page
1531         improving performance since we don't have to create/destroy the
1532         poppler field for every form operation. This will be needed for
1533         annotations too.
1534         
1535 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
1536
1537         * data/evince-ui.xml:
1538         * shell/ev-window.c:
1539
1540         Add Ctrl-Insert keybinding for copying text. Fixes bug #526523.
1541         
1542 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
1543
1544         * configure.ac:
1545         * backend/ps/Makefile.am:
1546
1547         Remove gs stuff from ps backend.
1548         
1549 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
1550
1551         * configure.ac:
1552         * backend/pdf/ev-poppler.cc:
1553
1554         Bump poppler requirement to 0.8.0.
1555         
1556 2008-04-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1557
1558         * NEWS:
1559         * configure.ac:
1560
1561         Update for release 2.22.1.1
1562
1563 2008-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1564
1565         * configure.ac:
1566
1567         Fix build (again) when poppler version is 0.6
1568         
1569 2008-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1570
1571         * backend/djvu/djvu-links.c: (build_tree):
1572
1573         Make sure link title is a valid utf8 string. Fixes bug #526517.
1574         
1575 2008-04-07  Carlos Garcia Campos  <carlosgc@gnome.org>
1576
1577         * configure.ac:
1578
1579         Fix build in FreeBSD. Based on patch by Michael Johnson. Fixes bug
1580         #526799.
1581         
1582 2008-04-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1583
1584         * configure.ac:
1585         
1586         Update for release 2.22.1.
1587
1588 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
1589
1590         * NEWS:
1591
1592         Update for upcoming release.
1593
1594 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
1595
1596         * configure.ac:
1597         * backend/dvi/dvidocument.evince-backend.in:
1598
1599         Add compressed dvi to the list of supported mime types. Patch by
1600         Ed Catmur. Fixes bug #307087.
1601
1602 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
1603
1604         * shell/ev-jobs.c: (ev_job_print_get_page_list):
1605
1606         Fix a crash when printing a range that doesn't specify the start or
1607         end page. Fixes bug #524288.
1608
1609 2008-04-02  Carlos Garcia Campos  <carlosgc@gnome.org>
1610
1611         * shell/ev-window.c: (ev_window_cmd_continuous),
1612         (ev_window_cmd_dual), (ev_window_cmd_view_best_fit),
1613         (ev_window_cmd_view_page_width), (ev_window_run_fullscreen),
1614         (ev_window_stop_fullscreen), (ev_window_cmd_view_fullscreen),
1615         (ev_window_run_presentation), (ev_window_stop_presentation),
1616         (ev_window_cmd_view_presentation),
1617         (ev_window_cmd_leave_fullscreen),
1618         (ev_window_cmd_start_presentation), (ev_window_cmd_escape):
1619
1620         Do not unfullscreen and fullscreen again the window when changing
1621         from fullscreen to presentation mode and vice versa. Fixes bug
1622         #524112.
1623         
1624 2008-04-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1625
1626         * backend/ps/ev-spectre.c: (ps_document_thumbnails_get_thumbnail):
1627
1628         Do not crash when thumbnail failed to render in PS backend. Fixes
1629         bug #525015.
1630         
1631 2008-03-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1632
1633         * shell/ev-window.c: (window_open_file_copy_ready_cb),
1634         (ev_window_load_file_remote), (ev_window_open_uri):
1635
1636         Handle errors when opening remote files.
1637         
1638 2008-03-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1639
1640         * shell/ev-page-action.c: (ev_page_action_grab_focus):
1641
1642         Only grab the focus for the current visible proxy widget. Fixes
1643         bug #521224.
1644         
1645 2008-03-30  Emil Soleyman  <emil@nishra.com>
1646
1647         * shell/ev-window.c: (launch_external_uri):
1648         
1649         Reuse g_app_info_launch_default_for_uri to
1650         save some code and fix bug #525009.
1651
1652 2008-03-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1653
1654         * shell/ev-window.c (image_save_dialog_response_cb):
1655
1656         Use g_str_has_suffix. See bug #523069.
1657
1658 2008-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1659
1660         * configure.ac:
1661
1662         Add a configure option to enable/diable DBus. Patch by Rémi
1663         Cardona. Fixes bug 521797.
1664
1665 2008-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1666
1667         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
1668
1669         Fix printing in documents with rotated pages. Patch by Eugen
1670         Dedu. Fixes bug #512648.
1671         
1672 2008-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1673
1674         * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest),
1675         (ev_link_from_action):
1676
1677         Fix warning messages.
1678         
1679 2008-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1680
1681         * shell/ev-window.c: (image_save_dialog_response_cb):
1682
1683         Do not append the extension to filename when saving an image
1684         if the filename alredy contains the extension. Fixes bug #523069.
1685         
1686 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
1687
1688         * shell/ev-view.[ch]: (ev_view_find_cancel):
1689         * shell/ev-window.c: (find_bar_close_cb):
1690
1691         Cancel the find operation when the find bar is closed. Fixes bug
1692         #508845.
1693         
1694 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
1695
1696         * backend/ps/psdocument.evince-backend.in:
1697
1698         Make ps backend module resident. Fixes bug #520607.
1699         
1700 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
1701
1702         * shell/ev-jobs.c: (ev_job_print_run):
1703
1704         Invert collate action in order to work as expected, fix reverse
1705         printing so that it doesn't start with a blank page and fix number
1706         of copies. Patch by Eugen Dedu. Fixes bug #365332.
1707         
1708 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1709
1710         * backend/pdf/ev-poppler.cc: (pdf_selection_render_selection):
1711
1712         Fix build with poppler <= 0.7.2
1713         
1714 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1715
1716         * libdocument/ev-document-misc.c:
1717         (ev_document_misc_surface_from_pixbuf):
1718
1719         Fix selections with poppler-splash.
1720         
1721 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1722
1723         * configure.ac:
1724         * backend/pdf/ev-poppler.cc:
1725
1726         Fix build with poppler >= 0.7.2
1727         
1728 2008-03-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1729
1730         * configure.ac:
1731         
1732         Update for release 2.22.0
1733
1734 2008-03-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1735
1736         * NEWS:
1737
1738         Update for upcoming release.
1739
1740 2008-03-09  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1741
1742         * shell/ev-window.c (ev_window_print_dialog_response_cb):
1743
1744         Bug 495107 – Handle print dialog responses correctly
1745
1746         Correctly handle print dialog response. Properly fixes
1747         the above mentioned bug.
1748
1749 2008-03-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1750
1751         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
1752
1753         Make sure print job is only run when the print button is
1754         clicked. Based on patch by Eugen Dedu. Fixes bug #495107.
1755         
1756 2008-03-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1757
1758         * backend/pdf/pdfdocument.evince-backend.in:
1759         * libdocument/ev-backends-manager.c:
1760         (ev_backends_manager_load_backend),
1761         (ev_backends_manager_get_document):
1762         * libdocument/ev-module.[ch]: (ev_module_load), (ev_module_new):
1763
1764         Allow making backend modules resident. This is needed only for
1765         some backends like pdf to avoid registering glib types more than
1766         once.
1767         
1768 2008-03-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1769
1770         * backend/comics/comics-document.c:
1771         * backend/djvu/djvu-document.c:
1772         * backend/impress/impress-document.c:
1773         * backend/pdf/ev-poppler.cc:
1774         * backend/pixbuf/pixbuf-document.c:
1775         * backend/ps/ev-spectre.c:
1776         * backend/ps/ps-document.c:
1777         * backend/tiff/tiff-document.c:
1778         * libdocument/ev-document.h:
1779         * properties/ev-properties-main.c:
1780
1781         Use g_type_module_add_interface instead of
1782         g_type_add_interface_static. Fixes bug #519679.
1783         
1784 2008-02-29  Carlos Garnacho  <carlosg@gnome.org>
1785
1786         * shell/ev-transition-animation.[ch] (ev_transition_animation_ready):
1787         Added. Returns whether the animation has everything necessary to run.
1788         * shell/ev-view.c (ev_view_expose_event): Do not assume the animation
1789         is ready just because it's been created. Fixes #519106.
1790         (draw_one_page): Do not show the "Loading..." text in presentation
1791         mode, there was a slim probability that this could happen.
1792
1793 2008-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1794
1795         * libdocument/ev-document-factory.c: (get_mime_type_from_uri):
1796
1797         Duplicate mime_type string before freeing it so that it doesn't
1798         always fail when getting mime type from uri. Fixes bug #518874.
1799         
1800 2008-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1801
1802         * shell/ev-view.c: (ev_view_form_field_choice_changed):
1803
1804         Fix a crash when a choice form field doesn't have any item
1805         selected. Fixes bug #518831
1806         
1807 2008-02-25  Alexander Larsson  <alexl@redhat.com>
1808
1809         * shell/ev-window.c (ev_window_clear_temp_file):
1810         Use g_file_has_prefix instead of renamed
1811         g_file_contains_file.
1812
1813         * configure.ac:
1814         Require new glib for above change.
1815         
1816 2008-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1817
1818         * libdocument/ev-image.c: (ev_image_finalize),
1819         (ev_image_save_tmp):
1820
1821         Return a real uri instead of a filename when saving an
1822         image. Fixes images drag an drop from evince to nautilus. 
1823         
1824 2008-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1825
1826         * backend/pdf/ev-poppler.cc:
1827         (pdf_document_images_get_image_mapping):
1828
1829         Return the image list in the right order. Fixes bug #516237.
1830         
1831 2008-02-12  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1832
1833         * backend/impress/impress-document.c:
1834         (impress_document_thumbnails_get_thumbnail):
1835
1836         Remove unused variable to avoid a compiler warning.
1837
1838 2008-02-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1839
1840         * configure.ac:
1841         
1842         Update for release 2.21.91.
1843
1844 2008-02-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1845
1846         * configure.ac:
1847         * shell/Makefile.am:
1848         * shell/ev-application.[ch]:
1849         * shell/ev-sidebar-links.c:
1850         * shell/ev-utils.[ch]:
1851         * shell/ev-window.[ch]:
1852
1853         Remove libgnomeprint support. Fixes bug #512370.
1854         
1855 2008-02-08  Matthias Clasen  <mclasen@redhat.com>
1856
1857         * thumbnailer/evince-thumbnailer.c: (main):
1858
1859         Initialize glib type system before using it. Fixes bug #513934.
1860         
1861 2008-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1862
1863         * properties/ev-properties-main.c:
1864
1865         Add missing #include.
1866         
1867 2008-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1868
1869         * configure.ac:
1870         * backend/djvu/djvu-document.c: (djvu_document_render):
1871         * backend/tiff/tiff-document.c: (tiff_document_render):
1872
1873         Use the new cairo function cairo_format_stride_for_width when
1874         available. Fixes bug #482720.
1875
1876 2008-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1877
1878         * libdocument/ev-document-factory.c: (get_mime_type_from_uri),
1879         (get_mime_type_from_data), (get_document_from_uri):
1880
1881         Use g_content_type_guess() only when slow is true in
1882         get_document_from_uri(). Fix several memory leaks.
1883         
1884 2008-01-30  Cosimo Cecchi  <cosimoc@svn.gnome.org>
1885
1886         * libdocument/ev-document-factory.c:
1887         (throw_unknown_mime_type_error), (throw_failed_to_get_info_error),
1888         (get_document_from_uri):
1889
1890         Use g_content_type_guess () to get mimetype for files.
1891         Bug #510401.
1892
1893 2008-01-30  Carlos Garcia Campos  <carlosgc@gnome.org>
1894
1895         * thumbnailer/Makefile.am:
1896
1897         Remove DJVU_LIBS from thumbnailer LDADD. Fixes bug #513203.
1898         
1899 2008-01-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1900
1901         * configure.ac:
1902
1903         Fix build with --without-libgnome. Fixes bug #512771.
1904         
1905 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
1906
1907         * backend/dvi/Makefile.am: Install only dvi
1908         module. Fixes bug #512718.
1909
1910 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
1911
1912         * properties/ev-properties-main.c: (nautilus_module_initialize):
1913         
1914         Initialize backends in properties tab. Fixes bug
1915         #512720.
1916
1917 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
1918
1919         * properties/Makefile.am: No need to link with 
1920         libraries. Fixes bug #512719.
1921
1922 2008-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1923
1924         * NEWS:
1925         * configure.ac:
1926         
1927         Update for release 2.21.90.
1928
1929 2008-01-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1930
1931         * shell/ev-window.c: (ev_window_cmd_escape):
1932
1933         Fix compile warning.
1934         
1935 2008-01-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1936
1937         * backend/dvi/dvi-document.c: (dvi_document_file_exporter_end):
1938
1939         Fix printing in dvi backend when filename contains white
1940         espaces. Fixes bug #502839.
1941         
1942 2008-01-26  Carlos Garcia Campos  <carlosgc@gnome.org>
1943
1944         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
1945         (screensaver_disable_x11):
1946         * shell/Makefile.am:
1947         * shell/xdg-user-dir-lookup.c: Removed
1948         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout):
1949         * shell/ev-view.c: (ev_view_presentation_transition_start):
1950         * shell/ev-window.c: (ev_window_cmd_file_open),
1951         (ev_window_cmd_save_as), (presentation_set_timeout):
1952
1953         Remove #ifdefs that are no longer needed.
1954         
1955 2008-01-26  Carlos Garcia Campos  <carlosgc@gnome.org>
1956
1957         * shell/ev-view.[ch]: (ev_view_button_release_event),
1958         (ev_view_autoscroll_start), (ev_view_autoscroll_stop):
1959         * shell/ev-window.c: (ev_window_cmd_view_autoscroll),
1960         (ev_window_cmd_escape):
1961
1962         Stop autoscroll when Escape key is pressed. Fixes bug #511635.
1963         
1964 2008-01-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1965
1966         * configure.ac:
1967         * backend/comics/comics-document.c: (comics_document_load):
1968         * libdocument/ev-attachment.[ch]: (ev_attachment_finalize),
1969         (ev_attachment_set_property), (ev_attachment_init),
1970         (ev_attachment_save), (ev_attachment_launch_app),
1971         (ev_attachment_open):
1972         * libdocument/ev-document-factory.c: (get_document_from_uri):
1973         * libdocument/ev-file-helpers.[ch]: (ev_tmp_file_get),
1974         (ev_tmp_file_unlink), (ev_tmp_uri_unlink), (ev_xfer_uri_simple),:
1975         * shell/ev-jobs.c:
1976         * shell/ev-password.c: (ev_password_dialog_set_property),
1977         (ev_password_dialog_save_password):
1978         * shell/ev-sidebar-attachments.c:
1979         (ev_sidebar_attachments_drag_data_get):
1980         * shell/ev-window-title.c: (get_filename_from_uri):
1981         * shell/ev-window.c: (ev_window_clear_temp_file),
1982         (ev_window_load_job_cb), (window_open_file_copy_ready_cb),
1983         (ev_window_open_uri), (window_save_file_copy_ready_cb),
1984         (ev_window_save_remote), (ev_window_cmd_save_as), (launch_action),
1985         (launch_external_uri), (image_save_dialog_response_cb),
1986         (attachment_save_dialog_response_cb):
1987         * shell/main.c: (load_files), (load_files_remote), (main):
1988         * thumbnailer/evince-thumbnailer.c: (main):
1989
1990         Port to gio and drop gnome-vfs dependency. Fixes bug
1991         #510401. Based on patch by Cosimo Cecchi.
1992         
1993 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1994
1995         * NEWS:
1996
1997         Fixed formatting inconsistencies (spaces vs. tabs)
1998
1999 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2000
2001         * shell/ev-window.c:
2002
2003         Use top/up/bottom/down arrows instead of
2004         first/left/last/right in the toolbar and menu actions.
2005         This fixes issues with RTL languages and is visually
2006         consistent with the page view. Fixes bug #170081.
2007
2008 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2009
2010         * NEWS:
2011
2012         Fixed some inaccuracies pointed out by Carlos Garcia
2013         Campos.
2014
2015 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2016
2017         * NEWS:
2018         * data/evince.schemas.in:
2019         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
2020
2021         Override PDF restrictions by default. Fixes bug #382700.
2022
2023 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2024
2025         * NEWS: Updated for upcoming release
2026
2027 2008-01-23  Carlos Garcia Campos  <carlosgc@gnome.org>
2028
2029         * libdocument/ev-backends-manager.c: (ev_backends_manager_load):
2030
2031         Fix memory leak.
2032         
2033 2008-01-23  Gil Forcada <gilforcada@guifi.net>
2034
2035         * shell/ev-window.c: (register_custom_actions):
2036         
2037         Added comment for translators
2038
2039 2008-01-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2040
2041         * shell/ev-view.c: (ev_view_button_release_event):
2042
2043         Do not create the idle function for kinetic scrolling if we are
2044         not in a drag operation.
2045
2046 2008-01-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2047
2048         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
2049         (ev_view_button_press_event), (ev_view_motion_notify_event),
2050         (ev_view_button_release_event):
2051
2052         Restore cursor after autoscrolling. Fixes bug #509958.
2053
2054 2008-01-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2055
2056         * configure.ac:
2057         * backend/pdf/ev-poppler.cc:
2058         (pdf_document_images_get_image_mapping),
2059         (pdf_document_images_get_image),
2060         (pdf_document_document_images_iface_init):
2061         * libdocument/ev-document-images.[ch]:
2062         (ev_document_images_get_image_mapping),
2063         (ev_document_images_get_image):
2064         * libdocument/ev-image.[ch]: (ev_image_new), (ev_image_get_page),
2065         (ev_image_get_id), (ev_image_save_tmp):
2066         * shell/ev-jobs.c: (ev_job_render_run):
2067         * shell/ev-view.c: (ev_view_drag_data_get):
2068         * shell/ev-window.c: (image_save_dialog_response_cb),
2069         (ev_view_popup_cmd_copy_image):
2070
2071         Do not render images when rendering the page but on demand. It
2072         reduces the memory comsumption.
2073         
2074 2008-01-18  Marcelo Lira  <setanta@gmail.com>
2075
2076         * configure.a:
2077         * shell/ev-password.c:
2078
2079         Make gnome-keyring optional. Fixes bug #509676.
2080         
2081 2008-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
2082
2083         * shell/ev-pixbuf-cache.c: (add_job):
2084
2085         Initialize include_images variable as FALSE instead of TRUE.
2086         
2087 2008-01-15  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2088
2089         * configure.ac:
2090         * cut-n-paste/Makefile.am:
2091         * cut-n-paste/fileformatchooser/Makefile.am:
2092         * cut-n-paste/fileformatchooser/egg-macros.h:
2093         * cut-n-paste/fileformatchooser/eggfileformatchooser.c:
2094         * cut-n-paste/fileformatchooser/eggfileformatchooser.h:
2095         * shell/Makefile.am:
2096         * shell/ev-utils.c:
2097         (file_chooser_dialog_add_writable_pixbuf_formats),
2098         (get_gdk_pixbuf_format_by_extension):
2099         * shell/ev-utils.h:
2100         * shell/ev-window.c: (ev_window_error_message),
2101         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as):
2102         
2103         Simplify image format selection on save.
2104
2105 2008-01-15  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2106
2107         * shell/ev-view.c: (ev_view_scroll_event):
2108         
2109         Repair gorizontal scrolling with shift. Fixes
2110         bug #483412.
2111
2112 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2113         
2114         * MAINTAINERS:
2115
2116         Fix formatting issues.
2117         
2118 2008-01-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2119
2120         * backend/comics/comics-document.c: (comics_regex_quote):
2121         
2122         Don't overquote special chars except of '. See bug 
2123         502500. Thanks to Tom Parker.
2124
2125 2008-01-13  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2126
2127         * MAINTAINERS:
2128         
2129         Added Nickolay and Carlos, since they're doing most of
2130         the releases nowadays.
2131
2132 2008-01-13  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2133
2134         * properties/Makefile.am:
2135
2136         Get the nautilus extension dir properly instead of using
2137         a hack. Fixes bug #505359.
2138
2139 2008-01-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2140
2141         * properties/Makefile.am:
2142         
2143         Install nautilus extension into new place. See bug
2144         #505359. Thanks to Matthias Clasen, Brian Pepple and
2145         Damien Carbery.
2146
2147 2008-01-13  Djihed Afifi  <djihed@gmail.com>
2148
2149         * shell/ev-window.c: (ev_window_get_recent_file_label):
2150         
2151         RTL marker in recent file list. See bug #509076.
2152
2153 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2154
2155         * backend/djvu/djvu-text-page.c: (djvu_text_page_limits):
2156         * shell/ev-window.c: (image_save_dialog_response_cb):
2157
2158         Fix compile warnings due to unused variables.
2159         
2160 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2161
2162         * configure.ac:
2163         * backend/dvi/cairo-device.c: (dvi_cairo_draw_ps):
2164         * backend/ps/ev-spectre.c: (ps_document_render):
2165
2166         Bump requirements to libspectre 0.2.0. Fixes bug #507705. 
2167
2168 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2169
2170         * shell/ev-transition-animation.c (ev_transition_animation_fade)
2171         (ev_transition_animation_paint): Implement "fade" effect.
2172
2173 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2174
2175         * shell/ev-transition-animation.c (ev_transition_animation_uncover)
2176         (ev_transition_animation_paint): Implement "uncover" effect.
2177
2178 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2179
2180         * shell/ev-transition-animation.c (ev_transition_animation_cover)
2181         (ev_transition_animation_paint): Implement "cover" effect.
2182
2183 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2184
2185         * shell/ev-transition-animation.c (ev_transition_animation_push)
2186         (ev_transition_animation_paint): Implement "push" effect.
2187
2188 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2189
2190         * shell/ev-transition-animation.c (ev_transition_animation_dissolve)
2191         (ev_transition_animation_paint): Implement "dissolve" effect.
2192
2193 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2194
2195         * shell/ev-transition-animation.c (ev_transition_animation_wipe)
2196         (ev_transition_animation_paint): Implement "wipe" effect.
2197
2198 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2199
2200         * shell/ev-transition-animation.c (ev_transition_animation_box)
2201         (ev_transition_animation_paint): Implement "box" effect.
2202
2203 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2204
2205         * shell/ev-transition-animation.c (ev_transition_animation_blinds)
2206         (ev_transition_animation_paint): Implement "blinds" effect.
2207
2208 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2209
2210         * shell/ev-transition-animation.c (ev_transition_animation_split)
2211         (ev_transition_animation_paint): Implement "split" effect.
2212
2213 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2214
2215         * shell/ev-view-private.h: Add a EvTransitionAnimation to the struct.
2216         * shell/ev-view.c (ev_view_expose_event) (ev_view_change_page)
2217         (ev_view_transition_animation_start) 
2218         (ev_view_transition_animation_finish) (ev_transition_animation_frame)
2219         (job_finished_cb) (page_changed_cb) (ev_view_set_presentation)
2220         (ev_view_next_page) (ev_view_previous_page):
2221         
2222         Use EvTransitionAnimation to drive page changes in the presentation
2223         mode, the animation will wait to start until both the origin and 
2224         destination page surfaces are available. Fixes #458460.
2225
2226         (draw_loading_text):
2227
2228         Remove workaround for bug #320352, it's now fixed properly.
2229
2230
2231 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2232
2233         * shell/ev-transition-animation.[ch]: Added, EvTransitionAnimation
2234         will contain the implementations for page transition animations, at
2235         the moment it just has the "replace" effect.
2236         * shell/Makefile.am: Added these files to build.
2237
2238 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2239
2240         * shell/ev-timeline.[ch]: Added, EvTimeline is the base object for
2241         animations.
2242         * shell/Makefile.am: Added these files to build.
2243
2244 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2245
2246         * backend/pdf/ev-poppler.cc (pdf_document_get_effect): Added
2247         implementation to get_effect() in EvDocumentTransitionIface.
2248
2249 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2250
2251         * libdocument/ev-transition-effect.[ch]: New files, define a page
2252         transition effect, at the moment it maps PopplerPageTransition to a
2253         GObject.
2254         * libdocument/Makefile.am: Added these files to build.
2255         * libdocument/ev-document-transition.[ch]
2256         (ev_document_transition_get_effect): New method, gets the
2257         EvTransitionEffect returned by the interface implementation, with
2258         fallback to the "replace" effect.
2259
2260 2007-12-30  Carl-Anton Ingmarsson  <c-a.ingmarsson@oktv.se>
2261
2262         * configure.ac:
2263         * cut-n-paste/Makefile.am:
2264         * cut-n-paste/fileformatchooser/Makefile.am:
2265         * cut-n-paste/fileformatchooser/egg-macros.h:
2266         * cut-n-paste/fileformatchooser/eggfileformatchooser.[ch]:
2267         * shell/Makefile.am:
2268         * shell/ev-window.c: (image_save_dialog_response_cb),
2269         (ev_view_popup_cmd_save_image_as):
2270
2271         Allow exporting images in any format supported by
2272         GdkPixbuf. Fixes bug #500209.
2273         
2274 2007-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2275
2276         * backend/pixbuf/pixbuf-document.c:
2277
2278         More warnings fixed.
2279         
2280 2007-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2281
2282         * backend/djvu/djvu-links.c: (get_djvu_link_dest),
2283         (get_djvu_hyperlink_area), (djvu_links_find_link_dest):
2284         * backend/djvu/djvu-text.h:
2285         * backend/tiff/tiff-document.c: (tiff_document_render):
2286
2287         Fix compile warnings.
2288         
2289 2007-12-28  Christian Persch  <chpe@gnome.org>
2290
2291         * **/*.c: Include config.h. Bug #504721.
2292
2293 2007-12-28  Carlos Garcia Campos  <carlosgc@gnome.org>
2294
2295         * configure.ac:
2296         * Makefile.am:
2297         * po/POTFILES.in:
2298         * backend/comics/Makefile.am:
2299         * backend/comics/comics-document.[ch]:
2300         * backend/comics/comicsdocument.evince-backend.in:
2301         * backend/djvu/Makefile.am:
2302         * backend/djvu/djvu-document.[ch]:
2303         * backend/djvu/djvudocument.evince-backend.in:
2304         * backend/dvi/Makefile.am:
2305         * backend/dvi/dvi-document.[c]:
2306         * backend/dvi/dvidocument.evince-backend.in:
2307         * backend/impress/Makefile.am:
2308         * backend/impress/impress-document.[ch]:
2309         * backend/impress/impressdocument.evince-backend.in:
2310         * backend/pdf/Makefile.am:
2311         * backend/pdf/ev-poppler.cc:
2312         * backend/pdf/ev-poppler.h:
2313         * backend/pdf/pdfdocument.evince-backend.in:
2314         * backend/pixbuf/Makefile.am:
2315         * backend/pixbuf/pixbuf-document.[ch]:
2316         * backend/pixbuf/pixbufdocument.evince-backend.in:
2317         * backend/ps/Makefile.am:
2318         * backend/ps/ev-spectre.[ch]:
2319         * backend/ps/ps-document.[ch]:
2320         * backend/ps/psdocument.evince-backend.in:
2321         * backend/tiff/Makefile.am:
2322         * backend/tiff/tiff-document.[ch]:
2323         * backend/tiff/tiffdocument.evince-backend.in:
2324         * libdocument/Makefile.am:
2325         * libdocument/ev-backends-manager.[ch]:
2326         * libdocument/ev-module.[ch]:
2327         * libdocument/ev-document.h:
2328         * libdocument/ev-document-factory.[ch]:
2329         (gdk_pixbuf_mime_type_list), (mime_type_supported_by_gdk_pixbuf),
2330         (get_compression_from_mime_type), (get_document_from_uri),
2331         (ev_document_factory_get_document), (file_filter_add_mime_types),
2332         (ev_document_factory_add_filters):
2333         * shell/Makefile.am:
2334         * shell/ev-window-title.c: (get_filename_from_uri):
2335         * shell/main.c: (main):
2336         * thumbnailer/Makefile.am:
2337         * thumbnailer/evince-thumbnailer.c: (main):
2338
2339         Plugin system for backends. Fixes bug #351348.
2340         
2341 2007-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2342
2343         * shell/ev-view-private.h:
2344         * shell/ev-view.c: (ev_view_drag_update_momentum),
2345         (ev_view_scroll_drag_release), (ev_view_motion_notify_event),
2346         (ev_view_button_release_event), (ev_view_destroy):
2347         
2348         Kinetic scrolling implemented as requested in
2349         bug #461271. Thanks to David Turner <cillian64@googlemail.com>.
2350
2351 2007-12-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2352
2353         * data/evince-toolbar.xml:
2354         * data/evince-ui.xml:
2355         * shell/ev-view-private.h:
2356         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
2357         (ev_view_button_press_event), (ev_view_motion_notify_event),
2358         (ev_view_button_release_event), (ev_view_init),
2359         (ev_view_autoscroll_cb), (ev_view_autoscroll),
2360         (ev_view_set_cursor):
2361         * shell/ev-view.h:
2362         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
2363         (ev_window_cmd_view_autoscroll):
2364         
2365         Autoscroll feature with the context menu. Fixes bug 
2366         #323670. Thanks to David Turner <cillian64@googlemail.com>.
2367
2368 2007-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
2369
2370         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref):
2371
2372         Disconnect also page-ready signal when removing a job because the
2373         page size has changed. Thanks to kripken
2374         <kripkensteiner@gmail.com>.
2375
2376 2007-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2377
2378         * shell/ev-page-action.c: (page_scroll_cb), (create_tool_item):
2379         
2380         Scroll pages in page entry with mouse wheel. Fixes bug
2381         #324122. Thanks to David Turner <cillian64@googlemail.com>.
2382
2383 2007-12-20  Carlos Garcia Campos  <carlosgc@gnome.org>
2384
2385         * backend/dvi/Makefile.am:
2386         * backend/dvi/cairo-device.c: (dvi_cairo_draw_ps),
2387         (mdvi_cairo_device_init):
2388         * backend/dvi/mdvi-lib/common.h:
2389         * backend/dvi/mdvi-lib/mdvi.h:
2390         * backend/dvi/mdvi-lib/sp-epsf.c: (epsf_special):
2391         * backend/dvi/mdvi-lib/util.c: (mdvi_strrstr),
2392         (mdvi_build_path_from_cwd):
2393
2394         Add ps specials support in dvi backend when libspectre is
2395         present. Fixes bug #386005.
2396         
2397 2007-12-20  Carlos Garcia Campos  <carlosgc@gnome.org>
2398
2399         * configure.ac:
2400         * backend/ps/Makefile.am:
2401         * backend/ps/ev-spectre.[ch]:
2402         
2403         Use libspectre, if available, for the ps backend. Fixes bugs
2404         #317106, #499787, #501235, #421879, #445797, #443859 and #486547.
2405
2406 2007-12-18  Yaakov Selkowitz  <yselkowitz@users.sourceforge.net>
2407         
2408         * backend/comics/comics-document.c: (comics_document_load):
2409         
2410         Cygwin build issue fix.
2411
2412 2007-12-16  Carlos Garcia Campos  <carlosgc@gnome.org>
2413
2414         * shell/ev-view.c: (ev_view_set_zoom):
2415
2416         Do not limit the minimum zoom factor when sizing mode is best bit
2417         or fit width. Fixes bug #503805.
2418         
2419 2007-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2420
2421         * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest):
2422         * libdocument/ev-link-dest.[ch]: (ev_link_dest_get_top),
2423         (ev_link_dest_get_left), (ev_link_dest_get_zoom),
2424         (ev_link_dest_get_property), (ev_link_dest_set_property),
2425         (ev_link_dest_class_init), (ev_link_dest_new_xyz),
2426         (ev_link_dest_new_fith), (ev_link_dest_new_fitv),
2427         (ev_link_dest_new_fitr):
2428         * shell/ev-view.c: (goto_fitr_dest), (goto_fitv_dest),
2429         (goto_fith_dest), (goto_xyz_dest):
2430
2431         Do not change left, top and zoom values when they are null in PDF
2432         destinations. Fixes bug #460658.
2433         
2434 2007-12-10  Christian Persch  <chpe@gnome.org>
2435
2436         * shell/ev-view-accessible.c: (ev_view_accessible_finalize),
2437         (ev_view_accessible_class_init),
2438         (ev_view_accessible_idle_do_action),
2439         (ev_view_accessible_action_do_action),
2440         (ev_view_accessible_action_get_description),
2441         (ev_view_accessible_action_set_description),
2442         (ev_view_accessible_action_iface_init), (ev_view_accessible_new),
2443         (ev_view_accessible_factory_init),
2444         (ev_view_accessible_factory_get_accessible_type):
2445         * shell/ev-view-accessible.h: A bit of cleanup: use gobject instance
2446         private data, and G_DEFINE_TYPE. Bug #502843.
2447
2448 2007-12-08  Christian Persch  <chpe@gnome.org>
2449
2450         * shell/ev-metadata-manager.c: (item_free),
2451         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
2452         (value_free), (parse_value), (parseItem),
2453         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
2454         (save_values): Use GSlice to allocate small amounts of memory. Bug
2455         #475972.
2456
2457 2007-12-05  Carlos Garcia Campos  <carlosgc@gnome.org>
2458
2459         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
2460
2461         Restore cursor to normal after a drag operation. Fixes bug
2462         #501603.
2463         
2464 2007-12-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2465
2466         * NEWS:
2467         * configure.ac:
2468         
2469         Update for release 2.21.1
2470
2471 2007-12-02  Carlos Garcia Campos  <carlosgc@gnome.org>
2472
2473         * configure.ac:
2474         * cut-n-paste/gedit-message-area/Makefile.am:
2475         * cut-n-paste/gedit-message-area/gedit-message-area.[ch]:
2476         * shell/Makefile.am:
2477         * shell/ev-message-area.[ch]:
2478         * shell/ev-window.c: (ev_window_set_message_area),
2479         (ev_window_error_message_response_cb), (ev_window_error_message),
2480         (ev_window_load_job_cb), (ev_window_cmd_file_open_copy_at_dest),
2481         (ev_window_save_job_cb), (image_save_dialog_response_cb),
2482         (ev_attachment_popup_cmd_open_attachment),
2483         (attachment_save_dialog_response_cb), (ev_window_set_document),
2484         (ev_window_init):
2485
2486         Use a message area instead of a popup dialog for error
2487         notifications. Fixes bug #337495.
2488         
2489 2007-12-02  Carlos Garcia Campos  <carlosgc@gnome.org>
2490
2491         * shell/ev-window.c: (fullscreen_toolbar_remove_shadow),
2492         (ev_window_run_fullscreen):
2493
2494         Remove the shadow of the fullscreen toolbar. Fixes bug #500702.
2495         
2496 2007-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
2497
2498         * ev-sidebar-thumbnails.c: (update_visible_range),
2499         (ev_sidebar_thumbnails_refresh),
2500         (ev_sidebar_thumbnails_set_document),
2501         (ev_sidebar_thumbnails_support_document):
2502
2503         Show thumbnails for documents with one page. Fixes bug #358751.
2504         
2505 2007-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
2506
2507         * shell/ev-window.c:
2508         (ev_window_load_print_settings_from_metadata),
2509         (ev_window_save_print_settings), (ev_window_print_finished),
2510         (ev_window_print_range):
2511
2512         Print settings that are specific to the document are now saved per
2513         document in the metadata file. Fixes bug #488806.
2514         
2515 2007-11-26  Matthias Clasen  <mclasen@redhat.com>
2516
2517         * backend/tiff/tiff-document.c: (tiff_document_render):
2518
2519         Tiff documents were rendered with wrong colors. Fixes bug #497279.
2520         
2521 2007-11-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2522
2523         * shell/ev-application.[ch]: (get_find_string_from_args),
2524         (ev_application_open_uri_at_dest), (ev_application_open_uri),
2525         (ev_application_open_uri_list):
2526         * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_new):
2527         * shell/ev-window.[ch]: (ev_window_load_job_cb),
2528         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
2529         (ev_window_cmd_recent_file_activate),
2530         (ev_window_open_recent_action_item_activated),
2531         (ev_window_print_send), (open_remote_link):
2532         * shell/main.c: (arguments_parse):
2533
2534         Add a command line option for search. Fixes bug #497710.
2535         
2536 2007-11-20  Darren Kenny  <darren.kenny@sun.com>
2537
2538         * shell/ev-jobs.c: (ev_job_print_new):
2539
2540         Fix endless loop when pages_per_sheet is 0. Fixes bug #498248.
2541         
2542 2007-10-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2543
2544         * data/evince-toolbar.xml:
2545         * shell/Makefile.am:
2546         * shell/ev-application.c: (ev_application_init):
2547         * shell/ev-open-recent-action.[ch]:
2548         * shell/ev-window.c:
2549         (ev_window_open_recent_action_item_activated),
2550         (register_custom_actions):
2551
2552         Add an expander to the open toolbar item which pops up a dropdown
2553         menu with the recently used documents. Fixes bug #487215.
2554         
2555 2007-10-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2556
2557         * shell/ev-window.c: (ev_window_open_uri),
2558         (ev_window_cmd_view_reload):
2559
2560         Do not jump to the first page when reloading by running evince
2561         from the command line. Fixes bug #490847.
2562         
2563 2007-10-27  Hiroyuki Ikezoe  <poincare@ikezoe.net>
2564
2565         * shell/ev-window.c: (ev_window_cmd_help_contents):
2566
2567         Plugged memory leak when help file is not found. Fixes bug
2568         #490762.
2569         
2570 2007-10-26  Carlos Garcia Campos  <carlosgc@gnome.org>
2571
2572         * configure.ac:
2573
2574         Enable djvu, dvi and comics backends by default. Fixes bug
2575         #437121.
2576         
2577 2007-10-26  Carlos Garcia Campos  <carlosgc@gnome.org>
2578
2579         * configure.ac:
2580         * cut-n-paste/Makefile.am:
2581         * cut-n-paste/recent-files/*: Removed
2582         * help/reference/Makefile.am:
2583         * shell/Makefile.am:
2584         * shell/ev-application.[ch]: (ev_application_shutdown),
2585         (ev_application_init):
2586         * shell/ev-window.c: (ev_window_add_recent),
2587         (ev_window_setup_recent), (ev_window_dispose), (ev_window_init):
2588
2589         Bump requirements to gtk+ 2.10.0 and remove egg-recent code. 
2590         
2591 2007-10-25  Pascal Terjan  <pterjan@linuxfr.org>
2592
2593         * shell/ev-window.c: (launch_external_uri):
2594
2595         Let GnomeVFS check the URL, this allow more URL (like mailto:),
2596         and report error if the URL is not supported (#489910).
2597
2598 2007-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2599
2600         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
2601         (pdf_document_file_exporter_begin_page),
2602         (pdf_document_file_exporter_end_page):
2603
2604         Fix printing with poppler splash backend. Fixes bug #489774.
2605         
2606 2007-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2607
2608         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
2609         * shell/ev-print-job.c: (ev_print_job_class_init):
2610
2611         Fix a crash when printing with the gnome-print dialog. Fixes bug
2612         #488939.
2613         
2614 2007-10-18  Sebastien Bacher  <seb128@ubuntu.com>
2615
2616         * backend/pixbuf/pixbuf-document.c:
2617
2618         Fix an implicit function definition warning (#487655)
2619
2620 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2621
2622         * shell/ev-window.c:
2623
2624         Fix conflicting shortcut for view sade pane and presentation.
2625         
2626 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2627
2628         * backend/pdf/ev-poppler.cc:
2629         (pdf_document_file_exporter_begin_page),
2630         (pdf_document_file_exporter_do_page),
2631         (pdf_document_file_exporter_end_page),
2632         (pdf_document_file_exporter_iface_init):
2633         * libdocument/ev-file-exporter.[ch]:
2634         (ev_file_exporter_begin_page), (ev_file_exporter_end_page):
2635         * shell/ev-jobs.c: (ev_job_print_get_page_list),
2636         (ev_job_print_run):
2637
2638         When printing multiple pages per sheet in reverse option, do not
2639         invert the order of the pages in every sheet, but the order of the
2640         sheets. Do not print blank pages when page range is invalid. Fixes
2641         bugs #484857 and #485521.
2642         
2643 2007-10-10  Carlos Garcia Campos  <carlosgc@gnome.org>
2644
2645         * shell/ev-jobs.c: (ev_job_print_get_page_list),
2646         (ev_job_print_run):
2647         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2648
2649         Respect ranges order when printing more than one range in random
2650         order.
2651         
2652 2007-10-10  Martin Schanzenbach  <mschanzenbach@gmail.com>
2653
2654         * shell/ev-window.c: (ev_window_refresh_window_thumbnail),
2655         (ev_window_setup_document), (ev_window_rotation_changed_cb):
2656
2657         Rotate also the window icon when document is rotated. Fixes bug
2658         #474681.
2659         
2660 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
2661
2662         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field),
2663         (pdf_document_forms_get_form_fields):
2664
2665         Silently ignore unknown form fields. Fixes bug #482654. Patch by
2666         Matthias Drochner.
2667         
2668 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
2669
2670         * configure.ac:
2671         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
2672
2673         Use poppler_page_render_for_printing() instead of
2674         poppler_page_render() if available when exporting to a ps or pdf
2675         file. Fixes bug #476627.
2676         
2677 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
2678
2679         * shell/ev-window.c: (ev_window_run_fullscreen):
2680
2681         Do not show the toolbar in fullscreen mode if the main toolbar is
2682         not visible. Fixes bug #483048.
2683         
2684 2007-09-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2685
2686         * shell/ev-view.c: (ev_view_button_press_event):
2687
2688         Give priority to form fields over images when deciding whether a
2689         button press event is over an image or form field. It allows edit
2690         form fields when they are over a background image. Fixes bug
2691         #477841.
2692         
2693 2007-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2694
2695         * NEWS:
2696         * configure.ac:
2697         
2698         Update for release 2.20.0
2699
2700 2007-09-12  Carlos Garcia Campos  <carlosgc@gnome.org>
2701
2702         * backend/pdf/ev-poppler.cc:
2703
2704         Remove #ifdef HAVE_FORMS, so that forms support works again.
2705
2706 2007-09-05  Götz Waschk  <waschk@mandriva.org>
2707
2708         * configure.ac:
2709         * data/evince.desktop.in.in:
2710         
2711         Fixes desktop file issues. See bug #473471.
2712
2713 2007-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
2714
2715         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
2716         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
2717         (ev_job_queue_remove_job):
2718         * shell/ev-jobs.[ch]: (ev_job_save_init), (ev_job_save_dispose),
2719         (ev_job_save_class_init), (ev_job_save_new), (ev_job_save_run):
2720         * shell/ev-window.c: (ev_window_clear_save_job),
2721         (ev_window_save_job_cb), (file_save_dialog_response_cb),
2722         (ev_window_dispose):
2723
2724         Move save a copy task to its own job so that it's carried out in a
2725         thread avoiding another lock in the main thread. Use
2726         ev_xfer_uri_simple() instead of gnome_vfs_move() so that document
2727         can be saved to a pathin another file system. Fixes bug #456891.
2728         
2729 2007-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2730
2731         * NEWS:
2732         * configure.ac:
2733         
2734         Update for release 2.19.92
2735
2736 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2737
2738         * configure.ac:
2739         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
2740         (pdf_selection_get_selection_region),
2741         (pdf_selection_get_selection_map),
2742         (ev_form_field_from_poppler_field):
2743
2744         Bump requirements to poppler 0.6 and drop all ifdefs used. Double
2745         and triple click selections are enabled again now.
2746
2747 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2748
2749         * shell/ev-window.c: (ev_window_add_history):
2750
2751         Make sure not to use the history with documents not supporting
2752         links. Fixes bug #468954.
2753
2754 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2755
2756         * shell/ev-window.c: (ev_window_load_job_cb):
2757
2758         Restart the search when reloading a document with the find bar
2759         visible. Fixes bug #461962.
2760
2761 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2762
2763         * shell/ev-window.c: (setup_document_from_metadata),
2764         (ev_window_load_job_cb), (ev_window_cmd_view_reload):
2765
2766         Do not jump to the first page when reloading a document from the
2767         last page.
2768
2769 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2770
2771         * shell/ev-window.c: (update_chrome_flag),
2772         (setup_sidebar_from_metadata),
2773         (ev_window_cmd_focus_page_selector), (ev_window_cmd_edit_find),
2774         (ev_window_cmd_edit_find_next),
2775         (ev_window_cmd_edit_find_previous), (ev_window_cmd_escape),
2776         (ev_window_view_toolbar_cb), (ev_window_view_sidebar_cb),
2777         (find_bar_close_cb), (view_actions_focus_in_cb):
2778
2779         Do not update visibility when changing a chrome flag so that it's
2780         possible to update several flags and update visibility only once
2781         for all of them.
2782
2783 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2784
2785         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2786
2787         Use GTK_UNIT_POINTS instead of GTK_UNIT_PIXEL, since it's not
2788         supported by gtk+. Fixes bug #460907.
2789
2790 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2791
2792         * shell/ev-view.c: (view_update_range_and_current_page):
2793
2794         Make sure current-page <= end-page in continuous mode. Fixes bug
2795         #454950.
2796
2797 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2798
2799         * backend/pdf/ev-poppler.cc: (build_tree):
2800
2801         Ignore outline items without a title. Fixes bug #453913.
2802
2803 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2804
2805         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
2806         (ev_view_button_release_event), (ev_view_leave_notify_event):
2807
2808         Use always drag mouse cursor during a drag operation. Fixes bug
2809         #470564.
2810
2811 2007-09-02  Carlos Garcia Campos  <carlosgc@gnome.org>
2812
2813         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
2814         (pdf_selection_get_selection_region),
2815         (pdf_selection_get_selection_map):
2816
2817         Temporarily disable double and triple selections since it depends on
2818         poppler cvs head. It'll be enabled again as soon as poppler 0.6 is
2819         released and the update of the external dependency minimal version
2820         approved.
2821
2822 2007-09-01  Carlos Garcia Campos  <carlosgc@gnome.org>
2823
2824         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
2825         (pdf_document_file_exporter_do_page):
2826         * libdocument/ev-file-exporter.h:
2827         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
2828         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2829
2830         Actually fix printing regressions. Remove orientation from
2831         EvPrintContext since it's redundant.
2832
2833 2007-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
2834
2835         * backend/dvi/dvi-document.c: (dvi_document_document_iface_init):
2836         * backend/impress/impress-document.c:
2837         (impress_document_document_iface_init):
2838         * backend/ps/ps-document.c: (ps_document_document_iface_init):
2839         * backend/djvu/djvu-document.c:
2840         (djvu_document_document_iface_init),
2841         (djvu_selection_get_selected_text), (djvu_selection_iface_init):
2842         * backend/tiff/tiff-document.c:
2843         (tiff_document_document_iface_init):
2844         * backend/pixbuf/pixbuf-document.c:
2845         (pixbuf_document_document_iface_init):
2846         * backend/comics/comics-document.c:
2847         (comics_document_document_iface_init):
2848         * backend/pdf/ev-poppler.cc: (pdf_document_document_iface_init),
2849         (pdf_selection_render_selection),
2850         (pdf_selection_get_selected_text),
2851         (pdf_selection_get_selection_region),
2852         (pdf_selection_get_selection_map), (pdf_selection_iface_init):
2853         * libdocument/ev-selection.[ch]: (ev_selection_get_selected_text),
2854         (ev_selection_get_selection_region),
2855         (ev_selection_get_selection_map):
2856         * libdocument/ev-document.[ch]:
2857         * shell/ev-pixbuf-cache.[ch]: (add_job),
2858         (ev_pixbuf_cache_get_selection_surface), (update_job_selection):
2859         * shell/ev-view-private.h:
2860         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_new),
2861         (ev_job_render_run):
2862         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
2863         * shell/ev-view.c: (start_selection_for_event),
2864         (ev_view_button_press_event), (ev_view_drag_data_get),
2865         (ev_view_drag_data_received), (ev_view_button_release_event),
2866         (compute_new_selection_text), (compute_selections),
2867         (ev_view_select_all), (get_selected_text), (ev_view_copy),
2868         (ev_view_primary_get_cb):
2869
2870         Add support for double and triple click selections.
2871
2872 2007-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2873
2874         * NEWS:
2875         * configure.ac:
2876
2877         Update for release 2.19.4
2878
2879 2007-08-28  Justin Blanchard  <justinb04@aim.com>
2880
2881         * shell/ev-view-private.h:
2882         * shell/ev-view.c: (ev_view_expose_event), (ev_view_init),
2883         (ev_view_set_highlight_search):
2884         * shell/ev-view.h:
2885         * shell/ev-window.c: (ev_window_cmd_edit_find_next),
2886         (ev_window_cmd_edit_find_previous), (find_bar_search_changed_cb),
2887         (find_bar_visibility_changed_cb):
2888         
2889         Enables 'find next' when bindbar is hidden. Fixes bug #323817.
2890
2891 2007-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2892
2893         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
2894         (pdf_document_file_exporter_begin),
2895         (pdf_document_file_exporter_do_page):
2896         * shell/ev-jobs.c: (ev_job_print_run):
2897         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2898
2899         Create always a portrait cairo surface and rotate when needed for
2900         landscape. It fixes printing problems in real printers.
2901
2902 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2903
2904         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
2905         * libdocument/ev-file-exporter.[ch]:
2906         (ev_file_exporter_get_capabilities):
2907         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
2908         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2909
2910         Adjust number of pages per row according to page orientation when
2911         printing 2 or 6 pages per sheet.
2912
2913 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2914
2915         * shell/ev-window.c: (ev_window_print_send):
2916
2917         Reset also cups setting to 1 when printing multiple pages per
2918         sheet. Fixes bug #468853.
2919
2920 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2921
2922         * libdocument/ev-document-misc.c:
2923         (ev_document_misc_surface_rotate_and_scale):
2924
2925         Use directly cairo_surface_get_content() when creating a similar
2926         surface as suggested by Jeff Muizelaar. Thanks again.
2927
2928 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2929
2930         * backend/djvu/djvu-document.c: (djvu_document_render):
2931         * backend/tiff/tiff-document.c: (tiff_document_render):
2932         * backend/pdf/ev-poppler.cc: (pdf_document_render):
2933         * libdocument/ev-document-misc.c:
2934         (ev_document_misc_surface_from_pixbuf),
2935         (ev_document_misc_surface_rotate_and_scale):
2936
2937         Use CAIRO_FORMAT_RGB24 instead of CAIRO_FORMAT_ARGB32 when
2938         creating page surfaces. Fixes bug #453123. Thank you very much to
2939         Jeff Muizelaar <jeff@infidigm.net>.
2940
2941 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
2942
2943         * shell/ev-page-cache.c: (ev_page_cache_new),
2944         (ev_page_cache_get_thumbnail_size):
2945         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page),
2946         (ev_sidebar_thumbnails_set_loading_icon):
2947
2948         Also store in page-cache the dimensions of the thumbnails so that
2949         they can be used to create the correct loading icon in the side
2950         pane. Fixes bug #466857.
2951
2952 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
2953
2954         * backend/pdf/ev-poppler.cc:
2955         (pdf_document_thumbnails_get_thumbnail):
2956
2957         Fix thumbnails rotation in pdf documents that include embedded 
2958         thumbnails.
2959
2960 2007-08-15  Jens Granseuer  <jensgr@gmx.net>
2961
2962         * backend/pdf/ev-poppler.cc:
2963
2964         Don't use #ifdef in macro expansion. Some compilers don't
2965         like that. Closes bug #467042.
2966
2967 2007-08-15  Justin Blanchard  <justinb04@aim.com>
2968
2969         * backend/djvu/djvu-document.c: (djvu_document_finalize):
2970         
2971         Fixes memory leak in djvu backend.
2972
2973 2007-08-15  Andreas Nilsson  <nisses.mail@home.se>
2974
2975         * data/icons/32x32/Makefile.am:
2976         * data/icons/32x32/actions/Makefile.am:
2977         * data/icons/32x32/actions/view-page-cont.svg:
2978         * data/icons/32x32/actions/view-page-facing.svg:
2979         * data/icons/48x48/Makefile.am:
2980         * data/icons/48x48/actions/Makefile.am:
2981         * data/icons/48x48/actions/view-page-cont.svg:
2982         * data/icons/48x48/actions/view-page-facing.svg:
2983         
2984         Icons for a new sizes.
2985
2986 2007-08-14  Justin Blanchard  <justinb04@aim.com>
2987
2988         * shell/ev-page-cache.c: (build_height_to_page),
2989         (ev_page_cache_get_height_to_page):
2990         
2991         Fixes invalid read, see bug #466401.
2992
2993 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2994
2995         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
2996         (set_drag_cursor):
2997         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
2998         (configure_item_cursor), (new_pixbuf_from_widget):
2999
3000         Fix multihead problems in toolbar editor. Fixes bug #382055.
3001
3002 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3003
3004         * shell/ev-window.c: (ev_window_cmd_file_open),
3005         (ev_window_cmd_save_as):
3006
3007         Use g_get_user_special_dir when available instead of
3008         xdg_user_dir_lookup.
3009
3010 2007-08-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3011
3012         * MAINTAINERS:
3013         
3014         Updated according to request on desktop-devel.
3015
3016 2007-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
3017
3018         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
3019
3020         Do not use cairo_rectangle and cairo_clip since we are
3021         not using cairo_fill but cairo_paint. Use the same cairo context
3022         for every page in the same expose event.
3023
3024 2007-07-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
3025
3026         * shell/ev-window.c: (file_open_dialog_response_cb): Plugged memory
3027         leak.
3028
3029 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
3030
3031         * configure.ac:
3032         * NEWS:
3033
3034         Release 0.9.3
3035
3036 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
3037
3038         * libdocument/ev-document-info.h:
3039         * libdocument/ev-document.h:
3040         * shell/ev-page-action.h:
3041         * shell/ev-sidebar-links.h:
3042
3043         Fix a headers problem with ev-link
3044         
3045         * libdocument/ev-link.[ch]: (ev_link_mapping_get_area):
3046         * shell/ev-view-private.h:
3047         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
3048         (get_link_area), (ev_view_query_tooltip),
3049         (ev_view_leave_notify_event), (ev_view_destroy),
3050         (ev_view_class_init):
3051
3052         Use new gtk tooltips when available instead of ev-tooltip.
3053         
3054 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
3055
3056         * shell/ev-window.c: (update_chrome_visibility),
3057         (ev_window_sidebar_visibility_changed_cb):
3058
3059         Do not hide sidebar in fullscreen mode. Fixes bug #396535.
3060         
3061 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3062
3063         * shell/ev-navigation-action.c:
3064         (ev_navigation_action_history_changed),
3065         (ev_navigation_action_set_history):
3066         * shell/ev-navigation-action-widget.c:
3067         (ev_navigation_action_widget_init):
3068         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
3069
3070         Fix compile warnings.
3071         
3072 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3073
3074         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
3075         (egg_editable_toolbar_dispose):
3076
3077         Fix memory leak.
3078         
3079 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3080
3081         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
3082         (screensaver_disable_x11):
3083         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout):
3084         * shell/ev-window.c: (presentation_set_timeout):
3085         * shell/ev-view.c: (ev_view_presentation_transition_start):
3086
3087         Use g_timeout_add_seconds instead of g_timeout_add when
3088         available.
3089         
3090 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3091
3092         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_init):
3093
3094         Set horizontal scrollbar policy to AUTOMATIC instead of
3095         NEVER. Workaround for bug #449462.
3096         
3097 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3098
3099         * shell/ev-jobs.c: (ev_job_render_page_ready):
3100
3101         Add page_ready callback to main loop with high priority and hold
3102         a reference to job during idle.
3103         
3104 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3105
3106         * configure.ac:
3107         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
3108         (pdf_document_file_exporter_begin),
3109         (pdf_document_file_exporter_do_page),
3110         (pdf_document_file_exporter_get_capabilities):
3111         * libdocument/ev-file-exporter.h:
3112         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
3113         * shell/ev-window.c: (ev_window_print_send),
3114         (ev_window_print_dialog_response_cb):
3115
3116         Allow printing multiple pages per sheet. Fixes bug #395573.
3117         
3118 2007-07-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3119
3120         * shell/ev-view.c: (tip_from_link):
3121         
3122         Check for NULL, fixes bug #460862.
3123
3124 2007-07-29  Christian Persch  <chpe@gnome.org>
3125
3126         * shell/ev-window.c: (ev_window_enumerate_printer_cb),
3127         (ev_window_preview_print_finished), (ev_window_do_preview_print),
3128         (ev_window_cmd_preview_print):
3129         
3130         Fixes bug #437681 - blocks while enumerating printers.
3131
3132 2007-07-29  Christian Persch  <chpe@gnome.org>
3133
3134         * shell/ev-window.c: (ev_window_screen_changed):
3135         
3136         Don't use deprecated gtk+ function. See bug #460909.
3137
3138 2007-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
3139
3140         * shell/ev-utils.c: (get_num_monitors):
3141         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
3142
3143         Do not use display before initializing it. Remove compile
3144         warnings.
3145
3146 2007-07-27  Cosimo Cecchi  <anarki@lilik.it>
3147
3148         * shell/ev-view.c: (ev_view_class_init):
3149         
3150         Unix-like hjkl bindings added. See bug #458111.
3151
3152 2007-07-27  Johannes Buchner  <buchner.johannes@gmx.at>
3153
3154         * shell/ev-utils.c: (get_num_monitors), (get_screen_dpi):
3155         * shell/ev-utils.h:
3156         * shell/ev-view.c: (ev_view_set_zoom_for_size),
3157         (ev_view_update_view_size):
3158         * shell/ev-view.h:
3159         * shell/ev-window.c: (ev_window_update_actions),
3160         (setup_view_from_metadata), (ev_window_screen_changed),
3161         (ev_window_sizing_mode_changed_cb), (ev_window_zoom_changed_cb),
3162         (zoom_control_changed_cb):
3163         * shell/ev-window.h:
3164         
3165         Reorganizes utility functions.
3166
3167 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
3168
3169         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
3170         (copy_job_page_and_selection_to_job_info), (copy_job_to_job_info),
3171         (add_job), (ev_pixbuf_cache_get_surface),
3172         (ev_pixbuf_cache_get_link_mapping),
3173         (ev_pixbuf_cache_get_image_mapping),
3174         (ev_pixbuf_cache_get_form_field_mapping),
3175         (ev_pixbuf_cache_get_text_mapping):
3176         * shell/ev-jobs.[ch]: (ev_job_render_class_init),
3177         (notify_page_ready), (ev_job_render_page_ready),
3178         (ev_job_render_run):
3179
3180         Add page_ready signal to notify that page is ready as soon as
3181         possible even if other page elements like links, forms, images or
3182         text mapping are not ready yet.
3183
3184 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
3185
3186         * backend/dvi/dvi-document.c: (dvi_document_file_exporter_begin),
3187         (dvi_document_file_exporter_do_page),
3188         (dvi_document_file_exporter_get_capabilities),
3189         (dvi_document_file_exporter_iface_init):
3190         * backend/ps/ps-document.c: (ps_document_file_exporter_begin),
3191         (ps_document_file_exporter_do_page),
3192         (ps_document_file_exporter_get_capabilities),
3193         (ps_document_file_exporter_iface_init):
3194         * backend/djvu/djvu-document.c:
3195         (djvu_document_file_exporter_begin),
3196         (djvu_document_file_exporter_end),
3197         (djvu_document_file_exporter_get_capabilities),
3198         (djvu_document_file_exporter_iface_init):
3199         * backend/tiff/tiff-document.c:
3200         (tiff_document_file_exporter_begin),
3201         (tiff_document_file_exporter_get_capabilities),
3202         (tiff_document_document_file_exporter_iface_init):
3203         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
3204         (pdf_document_file_exporter_do_page),
3205         (pdf_document_file_exporter_get_capabilities),
3206         (pdf_document_file_exporter_iface_init):
3207         * libdocument/ev-file-exporter.[ch]: (ev_file_exporter_begin),
3208         (ev_file_exporter_get_capabilities):
3209         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
3210         (idle_print_handler), (ev_print_job_print):
3211         * shell/ev-jobs.c: (ev_job_print_run):
3212         * shell/ev-window.c: (ev_window_print_send),
3213         (ev_window_print_range):
3214
3215         Use capabilities to know which options should be offered by the
3216         print dialog depending on the document backend.
3217
3218 2007-07-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3219
3220         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
3221
3222         Give priority to forms over text to set the cursor.
3223
3224 2007-07-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3225
3226         * shell/ev-view-private.h:
3227         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
3228         (ev_view_leave_notify_event), (ev_view_finalize),
3229         (ev_view_get_property), (ev_view_class_init):
3230
3231         Use IBEAM cursor for text form fields and NORMAL cursor for read
3232         only fields. Remove unused status attribute.
3233
3234 2007-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
3235
3236         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
3237
3238         Update region for current selected items also for checkbox
3239         buttons, since they can behave as radio buttons when they are in a
3240         set.
3241
3242 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3243
3244         * configure.ac:
3245         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
3246
3247         Get max length of text form fields.
3248
3249 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3250
3251         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
3252         * libdocument/ev-form-field.h:
3253         * shell/ev-view.c: (ev_view_form_field_text_create_widget):
3254
3255         Fix build with current poppler cvs head.
3256
3257 2007-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3258
3259         * cut-n-paste/zoom-control/ephy-zoom-control.c:
3260         * shell/eggfindbar.c: (egg_find_bar_init):
3261
3262         Fix build with gtk+ >= 2.11.5 due to gtktooltips
3263         deprecation. Fixes bug #455667
3264
3265 2007-07-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3266
3267         * NEWS:
3268         * configure.ac:
3269         
3270         Update for release 0.9.2
3271
3272 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3273
3274         * shell/ev-view.c: (ev_view_form_field_text_save),
3275         (ev_view_form_field_choice_save):
3276
3277         Fix a crash when closing whith a form widget visible.
3278
3279 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3280
3281         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
3282
3283         Update also the region of the current selected button when
3284         clicking on another button if they are radio buttons.
3285
3286 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3287
3288         * shell/ev-pixbuf-cache.[ch]: (ev_pixbuf_cache_class_init),
3289         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
3290         (add_job), (add_job_if_needed), (ev_pixbuf_cache_get_surface),
3291         (ev_pixbuf_cache_get_link_mapping),
3292         (ev_pixbuf_cache_get_image_mapping),
3293         (ev_pixbuf_cache_get_form_field_mapping),
3294         (ev_pixbuf_cache_get_text_mapping), (ev_pixbuf_cache_reload_page):
3295         * shell/ev-view.c: (ev_view_form_field_get_region),
3296         (ev_view_form_field_button_create_widget),
3297         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
3298         (job_finished_cb):
3299
3300         Redraw only form field region instead of the whole page when
3301         reloading a page to show changes on the form field.
3302
3303 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3304
3305         * shell/ev-view.c: (ev_view_form_field_choice_save):
3306
3307         Fix selection of first item in list form fields.
3308
3309 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3310
3311         * shell/ev-pixbuf-cache.c: (add_job), (add_job_if_needed),
3312         (ev_pixbuf_cache_reload_page),
3313         (ev_pixbuf_cache_get_form_field_mapping):
3314
3315         Some refactoring to avoid duplicated code.
3316
3317 2007-07-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3318
3319         * configure.ac:
3320         * backend/pdf/ev-poppler.cc: (pdf_document_get_crop_box),
3321         (ev_form_field_from_poppler_field),
3322         (pdf_document_forms_get_form_fields),
3323         (pdf_document_forms_form_field_text_get_text),
3324         (pdf_document_forms_form_field_text_set_text),
3325         (pdf_document_forms_form_field_button_set_state),
3326         (pdf_document_forms_form_field_button_get_state),
3327         (pdf_document_forms_form_field_choice_get_item),
3328         (pdf_document_forms_form_field_choice_get_n_items),
3329         (pdf_document_forms_form_field_choice_is_item_selected),
3330         (pdf_document_forms_form_field_choice_select_item),
3331         (pdf_document_forms_form_field_choice_toggle_item),
3332         (pdf_document_forms_form_field_choice_unselect_all),
3333         (pdf_document_forms_form_field_choice_set_text),
3334         (pdf_document_forms_form_field_choice_get_text),
3335         (pdf_document_document_forms_iface_init):
3336         * libdocument/Makefile.am:
3337         * libdocument/ev-form-field.[ch]:
3338         * libdocument/ev-document-forms.[ch]:
3339         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
3340         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
3341         (add_job), (ev_pixbuf_cache_reload_page),
3342         (ev_pixbuf_cache_get_form_field_mapping):
3343         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run):
3344         * shell/ev-view-private.h:
3345         * shell/ev-view.[ch]: (ev_view_set_scroll_adjustments),
3346         (ev_view_handle_cursor_over_xy),
3347         (ev_view_get_form_field_at_location),
3348         (ev_view_forms_remove_widgets), (ev_view_form_field_destroy),
3349         (ev_view_form_field_button_create_widget),
3350         (ev_view_form_field_text_save), (ev_view_form_field_text_changed),
3351         (ev_view_form_field_text_create_widget),
3352         (ev_view_form_field_choice_save),
3353         (ev_view_form_field_choice_changed),
3354         (ev_view_form_field_choice_create_widget),
3355         (ev_view_handle_form_field), (ev_view_size_allocate),
3356         (ev_view_realize), (draw_end_presentation_page),
3357         (ev_view_button_press_event), (ev_view_remove_all),
3358         (ev_view_motion_notify_event), (ev_view_key_press_event),
3359         (ev_view_enter_notify_event), (highlight_find_results),
3360         (draw_loading_text), (draw_one_page), (ev_view_destroy),
3361         (ev_view_class_init), (page_changed_cb),
3362         (on_adjustment_value_changed), (ev_view_set_presentation),
3363         (merge_selection_region), (ev_view_set_cursor),
3364         (ev_view_reset_presentation_state):
3365         
3366         Merge evince-forms branch.
3367
3368 2007-07-03  Jaap Haitsma  <jaap@haitsma.org>
3369
3370         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: removed
3371
3372         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg.sh: added
3373         This script also updates itself from libegg
3374
3375         * cut-n-paste/toolbar-editor/egg*:
3376         Run update-toolbareditor-from-libegg.sh so we are in sync again with
3377         libegg
3378
3379 2007-07-02  Jaap Haitsma  <jaap@haitsma.org>
3380
3381         * shell/ev-window.c:
3382         
3383         Adds a nice icon to page action during toolbar editing.
3384         See bug #452872.
3385
3386 2007-07-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3387
3388         * data/evince-toolbar.xml:
3389         * shell/ev-window.c:
3390         
3391         Let user add a presentation and fullscreen icons on toolbar.
3392         See bug #449734.
3393
3394 2007-07-01  Jaap Haitsma  <jaap@haitsma.org>
3395
3396         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: 
3397
3398         new script to keep in sync with toolbareditor in libegg
3399
3400         * cut-n-paste/toolbar-editor/*: 
3401
3402         Run update-toolbareditor-from-libegg so we are in sync again. 
3403         Fixes bug #452850.
3404         
3405
3406 2007-07-01  Carlos Garcia Campos  <carlosgc@gnome.org>
3407
3408         * shell/ev-sidebar-links.c: (job_finished_callback):
3409
3410         Do not connect selection changed signal more than once. Fixes bug
3411         #349433.
3412
3413 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3414
3415         * shell/ev-window.c: (ev_window_view_sidebar_cb):
3416
3417         Do not change sidebar chrome flag when pressing F9 key in
3418         presentation mode.
3419
3420 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3421
3422         * backend/pdf/ev-poppler.cc:
3423         (pdf_document_thumbnails_get_dimensions):
3424
3425         Make sure thumbnails width and height is not <= 0. Fixes a crash
3426         with some pdf documents which have really small pages.
3427
3428 2007-06-22  Gabor Kelemen  <kelemeng@gnome.hu>
3429
3430         * shell/main.c: (main):
3431
3432         Fixes program description translation issue.
3433         Bug #450148.
3434
3435 2007-06-21  Cesar Fernandez  <cesar@pk2.org>
3436
3437         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
3438
3439         Do not change current page when returning from black/white mode
3440         in presentation. Fixes bug #415032.
3441
3442 2007-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3443
3444         * NEWS:
3445         * configure.ac:
3446         
3447         Update for release 0.9.1
3448
3449 2007-06-17  Alaska Subedi  <asubedi@gmail.com>
3450
3451         * backend/dvi/dvi-document.c:
3452         (dvi_document_finalize),
3453         (dvi_document_file_exporter_format_supported),
3454         (dvi_document_file_exporter_begin),
3455         (dvi_document_file_exporter_do_page),
3456         (dvi_document_file_exporter_end),
3457         (dvi_document_file_exporter_iface_init), (dvi_document_init):
3458         
3459         PDF exporter for dvi documents. Fixes bug #441319.
3460
3461 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
3462
3463         * shell/ev-window.c: (ev_window_clear_print_job):
3464
3465         Clear gtk print job when job has finished. Fixes bug #447612.
3466
3467 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
3468
3469         * shell/ev-window.c: (ev_window_print_send),
3470         (ev_window_print_dialog_response_cb), (ev_window_print_range):
3471
3472         Add preview button to print dialog. Fixes bug #445419.
3473
3474 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
3475
3476         * backend/dvi/Makefile.am:
3477         * backend/dvi/pixbuf-device.[ch]: Removed
3478         * backend/dvi/cairo-device.[ch]: Added
3479         * backend/dvi/mdvi-lib/dviread.c: (draw_shrink_rule):
3480         * backend/dvi/dvi-document.c: (dvi_document_load),
3481         (dvi_document_render), (dvi_document_finalize),
3482         (dvi_document_thumbnails_get_thumbnail), (parse_color),
3483         (dvi_document_do_color_special):
3484         * libdocument/ev-document-misc.[ch]:
3485         (ev_document_misc_pixbuf_from_surface):
3486
3487         Port dvi backend to cairo and fix a problem with colors. 
3488
3489 2007-06-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3490
3491         * shell/ev-view.c: (draw_one_page):
3492
3493         Draw only visible region.
3494
3495 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3496
3497         * backend/djvu/djvu-document.c: (djvu_document_render):
3498
3499         Fix rotation in djvu backend.
3500
3501 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3502
3503         * shell/ev-pixbuf-cache.c: (job_finished_cb),
3504         (ev_pixbuf_cache_get_surface), (ev_pixbuf_cache_get_link_mapping),
3505         (ev_pixbuf_cache_get_image_mapping),
3506         (ev_pixbuf_cache_get_text_mapping):
3507
3508         Redraw view every time we have a new surface. Fixes bug #443587.
3509
3510 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3511
3512         * libdocument/ev-document.c: (ev_document_info_free):
3513
3514         Fix memory leaks.
3515
3516 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3517
3518         * backend/dvi/dvi-document.c: (dvi_document_render),
3519         (dvi_document_render_pixbuf), (dvi_document_document_iface_init):
3520         * backend/impress/impress-document.c:
3521         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
3522         (impress_document_render), (impress_document_document_iface_init),
3523         (impress_document_thumbnails_get_thumbnail):
3524         * backend/djvu/djvu-document-private.h:
3525         * backend/djvu/djvu-document.c: (djvu_document_render),
3526         (djvu_document_finalize), (djvu_document_document_iface_init),
3527         (djvu_document_thumbnails_get_thumbnail), (djvu_document_init):
3528         * backend/tiff/tiff-document.c: (tiff_document_render),
3529         (tiff_document_render_pixbuf),
3530         (tiff_document_document_iface_init):
3531         * backend/pdf/ev-poppler.cc: (pdf_document_render),
3532         (pdf_document_render_pixbuf), (pdf_document_document_iface_init),
3533         (pdf_selection_render_selection):
3534         * backend/comics/comics-document.c:
3535         (comics_document_render_pixbuf), (comics_document_render),
3536         (comics_document_document_iface_init):
3537         * backend/pixbuf/pixbuf-document.c: (pixbuf_document_render),
3538         (pixbuf_document_document_iface_init):
3539         * libdocument/ev-document-misc.[ch]:
3540         (ev_document_misc_surface_from_pixbuf),
3541         (ev_document_misc_surface_rotate_and_scale):
3542         * libdocument/ev-document.[ch]: (ev_document_render):
3543         * libdocument/ev-selection.[ch]: (ev_selection_render_selection):
3544         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
3545         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
3546         (ev_pixbuf_cache_get_surface), (new_selection_surface_needed),
3547         (clear_selection_if_needed), (ev_pixbuf_cache_style_changed),
3548         (ev_pixbuf_cache_get_selection_surface), (clear_job_selection):
3549         * shell/ev-jobs.[ch]: (ev_job_render_dispose),
3550         (render_finished_cb), (ev_job_render_run):
3551         * shell/ev-view.c: (draw_loading_text), (draw_one_page),
3552         (merge_selection_region):
3553
3554         Use cairo image surfaces instead of GDK pixbufs for drawing pages
3555         and selections.
3556
3557 2007-06-12  Carlos Garcia Campos  <carlosgc@gnome.org>
3558
3559         * shell/ev-window-title.c: (ev_window_title_update):
3560
3561         Fix memory leak.
3562
3563 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3564
3565         * shell/ev-view.c: (draw_loading_text):
3566
3567         Show loading text centered. Fixes bug #433061
3568
3569 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3570
3571         * shell/ev-sidebar-thumbnails.c:
3572         (ev_sidebar_thumbnails_set_loading_icon):
3573
3574         Remove a mutex in the main thread that blocks the UI in heavy
3575         documents.
3576
3577 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3578
3579         * shell/ev-pixbuf-cache.c (copy_job_to_job_info):
3580
3581         Set points_set to TRUE so that selections don't disappear after a
3582         zoom change.
3583
3584 2007-06-07  Michael Monreal  <infernux@web.de>
3585
3586         * data/icons/16x16/actions/Makefile.am:
3587         * data/icons/16x16/actions/zoom.svg:
3588         * data/icons/22x22/actions/Makefile.am:
3589         * data/icons/22x22/actions/zoom.svg:
3590         * data/icons/24x24/actions/Makefile.am:
3591         * shell/ev-stock-icons.c:
3592         * shell/ev-stock-icons.h:
3593         * shell/ev-window.c:
3594         
3595         Zoom icon artwork. See bug #444795.
3596
3597 2007-06-05  Bastien Nocera  <hadess@hadess.net>
3598
3599         * shell/ev-metadata-manager.c: Remove extraneous function
3600         (Closes: #444386)
3601
3602 2007-06-05  Bastien Nocera  <hadess@hadess.net>
3603
3604         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
3605         (ev_metadata_manager_shutdown), (ev_metadata_manager_set_last),
3606         (ev_metadata_manager_set), (ev_metadata_manager_save):
3607         Simplify the timeout, no need for modified anymore
3608
3609 2007-06-05  Bastien Nocera  <hadess@hadess.net>
3610
3611         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout),
3612         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
3613         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
3614         (ev_metadata_manager_save): Adapted patch from Arjan van de
3615         Ven (arjan@linux.intel.com) to avoid the timeout running all the
3616         time, saves on power (Closes: #443851)
3617
3618 2007-06-02  Carlos Garcia Campos  <carlosgc@gnome.org>
3619
3620         * configure.ac:
3621         * backend/pdf/ev-poppler.cc: (pdf_document_images_get_images),
3622         (pdf_selection_render_selection), (pdf_document_get_page_duration):
3623
3624         Bump requirements to poppler 0.5.9 and drop all ifdefs used.
3625
3626 2007-05-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3627
3628         * shell/ev-window.c: (ev_window_add_history):
3629
3630         Check if history is NULL
3631
3632 2007-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3633
3634         * libdocument/ev-image.c: (ev_image_finalize):
3635         * libdocument/ev-document-factory.c: (free_uncompressed_uri):
3636         * libdocument/ev-attachment.c: (ev_attachment_finalize):
3637         * libdocument/ev-file-helpers.[ch]: (ev_tmp_filename_unlink),
3638         (ev_tmp_uri_unlink):
3639
3640         Add functions to delete temporary files created by evince in a safe
3641         way.
3642
3643         * shell/ev-window.c: (ev_window_clear_local_uri),
3644         (open_xfer_update_progress_callback),
3645         (save_xfer_update_progress_callback), (ev_window_save_remote),
3646         (file_save_dialog_response_cb), (ev_window_cmd_save_as),
3647         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
3648         (attachment_save_dialog_response_cb),
3649         (ev_attachment_popup_cmd_save_attachment_as):
3650
3651         Allow saving a copy of a document, image or attachment to a remote
3652         location. Fixes bug #440754. 
3653
3654 2007-05-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3655
3656         * configure.ac:
3657         * backend/pdf/ev-poppler.cc: (pdf_selection_render_selection):
3658
3659         Fix build with current poppler from cvs head. 
3660
3661 2007-05-21  Eduardo Lima <eduardo.lima@indt.org.br>
3662
3663         * libdocument/ev-file-helpers.c: (ensure_dir_exists):
3664
3665         Using g_mkdir_with_parents() instead of g_mkdir() to really ensure the
3666         directory exists.
3667
3668 2007-05-20  Wouter Bolsterlee  <wbolster@svn.gnome.org>
3669
3670         * shell/ev-sidebar.c: (ev_sidebar_add_page):
3671         * shell/ev-window.c:
3672
3673         Change sidebar ordering. Fixes bug #439939.
3674
3675 2007-05-20  Marc Brockschmidt he+bugzilla.g@marcbrockschmidt.de
3676
3677         * backend/comics/Makefile.am:
3678         
3679         Fixes build with --without-libgnome.
3680
3681 2007-05-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3682         
3683         * shell/ev-view.c: (page_changed_cb), (on_adjustment_value_changed):
3684
3685         Update cursor and tooltip on page change and view scroll. Fixes bug
3686         #439217.
3687
3688 2007-05-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3689
3690         * NEWS:
3691         * configure.ac:
3692         
3693         Update for release 0.9.0
3694
3695 2007-05-14  Alaska Subedi <asubedi@gmail.com>
3696
3697         * backend/djvu/djvu-document-private.h:
3698         * backend/djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
3699         (djvu_document_finalize),
3700         (djvu_document_file_exporter_format_supported),
3701         (djvu_document_file_exporter_begin),
3702         (djvu_document_file_exporter_do_page),
3703         (djvu_document_file_exporter_end),
3704         (djvu_document_file_exporter_iface_init), (djvu_document_init):
3705         
3706         Implemented printing with djvu. Bug #437998.
3707
3708 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3709
3710         * backend/impress/zip.c:
3711         Add missing ulong definition.
3712
3713         * backend/ps/ps-interpreter.c:
3714         Add missing headers.
3715
3716         Fix compilation on FreeBSD. Patch by Roy Marples. Fixes bug #438277.
3717
3718 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3719
3720         * backend/pdf/ev-poppler.cc: (pdf_document_dispose):
3721
3722         Add missing call to parent class dispose method. 
3723
3724 2007-05-12  Ross Burton  <ross@openedhand.com>
3725
3726         * shell/main.c:
3727         Sync keybindings manually when building without libgnome
3728         (#437925).
3729
3730 2007-05-12  Ross Burton  <ross@openedhand.com>
3731
3732         * shell/ev-window.c:
3733         Respect the screen when opening help (#437866).
3734
3735 2007-05-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3736
3737         * data/evince-ui.xml:
3738         * shell/ev-application.[ch]: (get_print_settings_from_args),
3739         (ev_application_open_uri_at_dest), (ev_application_open_uri),
3740         (ev_application_open_uri_list):
3741         * shell/ev-window.[ch]: (ev_window_clear_print_settings_file),
3742         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
3743         (ev_window_cmd_recent_file_activate), (ev_window_run_preview),
3744         (ev_window_cmd_view_reload), (lookup_printer_from_name),
3745         (ev_window_preview_print_finished), (ev_window_cmd_preview_print),
3746         (ev_window_dispose):
3747         * shell/main.c: (arguments_parse):
3748
3749         Add print button in preview mode. Fixes bug #396475. 
3750
3751 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3752
3753         * cut-n-paste/zoom-control/ephy-zoom.h:
3754         
3755         Fixes zoom level factors. See bug #408119 for details.
3756
3757 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3758
3759         * backend/comics/comics-document.c: (comics_regex_quote),
3760         (extract_argv):
3761         
3762         Correctly quote symbols. Fixes crash in the bug
3763         #415370.
3764
3765 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3766
3767         * shell/ev-navigation-action-widget.c:
3768         (ev_navigation_action_widget_init),
3769         (ev_navigation_action_widget_class_init),
3770         (ev_navigation_action_widget_button_press_event):
3771         
3772         Connect to button-press event on correct widget. Fixes
3773         bug #431988
3774
3775 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3776
3777         * shell/ev-application.c: (ev_application_open_window),
3778         (ev_application_add_icon_path_for_screen),
3779         (ev_application_open_uri_at_dest):
3780         * shell/ev-navigation-action-widget.c: (popup_menu_under_arrow):
3781         * shell/ev-navigation-action.c: (build_menu):
3782         
3783         Add app-specific icons to our icon theme. Fixes bug
3784         #425508.
3785
3786 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3787
3788         * shell/ev-history.c: (ev_history_class_init),
3789         (ev_history_add_link):
3790         * shell/ev-history.h:
3791         * shell/ev-navigation-action.c:
3792         (ev_navigation_action_history_changed),
3793         (ev_navigation_action_set_history), (build_menu),
3794         (ev_navigation_action_finalize):
3795         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
3796         
3797         Make navigation action unsensitive instead of showing
3798         menu with unsensitive word. Fixes bug #417392.
3799
3800 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3801
3802         * shell/ev-application.[ch]: (ev_application_shutdown),
3803         (ev_application_get_print_settings),
3804         (ev_application_set_print_settings):
3805         * shell/ev-window.c:
3806
3807         Remember print settings. Fixes bug #349102. 
3808
3809 2007-05-08  Christian Persch  <chpe@gnome.org>
3810
3811         * configure.ac:
3812         * properties/ev-properties-view.c:
3813
3814         No need for a configure check; just use the GTK_CHECK_VERSION macro.
3815         Bug #382438.
3816
3817 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3818
3819         * configure.ac:
3820         * properties/ev-properties-view.c: (ev_regular_paper_size):
3821
3822         Use gtk+ builtin paper list to identify the document's paper size.
3823         Fixes bug #382438. 
3824
3825 2007-05-04  Carlos Garcia Campos  <carlosgc@gnome.org>
3826
3827         * configure.ac:
3828
3829         Fix build when compiling with thumbnailer and libgnome support. 
3830
3831 2007-05-04  Ross Burton  <ross@openedhand.com>
3832
3833         * configure.ac:
3834         Add --without-libgnome, check for libgnome and libgnomeui
3835         separately, and add them to the symbols as required.
3836
3837         * libdocument/ev-file-helpers.c:
3838         When building without libgnome, use g_get_user_config_dir instead
3839         of gnome_user_dir_get.
3840
3841         * shell/ev-application.c:
3842         When building without libgnome, don't use session management.
3843
3844         * shell/main.c:
3845         When building without libgnome, don't use GnomeProgram or
3846         initialise the authentication manager.
3847
3848         This fixes #328842.
3849
3850 2007-05-04  Ross Burton  <ross@openedhand.com>
3851
3852         * shell/ev-window.c:
3853         Don't use libgnome to open help, instead call Yelp directly.
3854
3855 2007-05-04  Ross Burton  <ross@openedhand.com>
3856
3857         * shell/ev-sidebar-attachments.c:
3858         Don't use libgnome to lookup icons for MIME types, instead copy
3859         code from GTK+ to do it manually.
3860
3861 2007-05-04  Ross Burton  <ross@openedhand.com>
3862
3863         * configure.ac:
3864         Add libxml to the dependencies for SHELL_CORE (#435818).
3865
3866 2007-05-02  Ross Burton  <ross@openedhand.com>
3867
3868         * configure.ac:
3869         * Makefile.am:
3870         Add --disable-thumbnailer (#434825)
3871
3872 2007-05-02  Ross Burton  <ross@openedhand.com>
3873
3874         * shell/ev-window.c:
3875         Add missing includes, fix indentation.
3876
3877         * shell/main.c:
3878         Fix indentation.
3879
3880 2007-04-30  Eduardo Lima <eduardo.lima@indt.org.br>
3881
3882         * shell/ev-window.c (ev_window_cmd_recent_file_activate): Use
3883         ev_application_open_uri_at_dest instead of ev_application_open_uri
3884         preventing new document always being opened in a new window even if there
3885         is an empty window.
3886
3887 2007-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3888
3889         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
3890         (egg_recent_view_uimanager_finalize):
3891         * properties/ev-properties-view.c: (ev_properties_view_dispose):
3892         * shell/ev-page-action-widget.c: (ev_page_action_widget_finalize):
3893         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_finalize),
3894         (ev_pixbuf_cache_dispose):
3895         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose):
3896         * shell/ev-tooltip.c: (ev_tooltip_dispose):
3897         
3898         Add missing chain to parent class methods. Fixes
3899         bug #433128.
3900
3901 2007-04-22  Brian Pepple  <bpepple@fedoraproject.org>
3902
3903         * data/Makefile.am (update-icon-cache): Updates
3904         gtk-update-icon-cache in uninstall-hook.
3905
3906 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3907
3908         * shell/ev-window.c: (ev_window_setup_document),
3909         (ev_window_set_document), (ev_window_load_job_cb):
3910         * shell/ev-view.c: (setup_caches):
3911         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_set_document):
3912
3913         Start rendering pages before any other jobs. 
3914
3915 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3916
3917         * shell/ev-window.c: (ev_window_stop_fullscreen),
3918         (ev_window_stop_presentation):
3919
3920         Update chrome visibility before window unfullscreen. 
3921
3922 2007-04-20  Carlos Garcia Campos  <carlosgc@gnome.org>
3923
3924         * data/Makefile.am:
3925         * data/evince-ui.xml:
3926         * shell/ev-stock-icons.[ch]:
3927         * shell/ev-application.[ch]: (ev_application_shutdown),
3928         (ev_application_init), (ev_application_get_toolbars_model):
3929         * shell/ev-window.c: (update_chrome_visibility),
3930         (fullscreen_toolbar_setup_item_properties),
3931         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
3932         (ev_window_run_presentation), (ev_window_stop_presentation),
3933         (ev_window_run_preview), (ev_window_screen_changed),
3934         (ev_window_cmd_leave_fullscreen), (ev_window_cmd_start_presentation),
3935         (ev_window_dispose), (ev_window_init):
3936
3937         Make fullscreen toolbar always visible. Do not use egg toolbars for
3938         fullscreen and preview modes since such toolbars are not editables.
3939         Fixes bugs #300278, #338910 and #316188.  
3940
3941 2007-04-20  Iñigo Martínez  <inigomartinez@gmail.com>
3942
3943         * shell/ev-application.c:
3944         * shell/ev-job-queue.c:
3945         * shell/ev-metadata-manager.c:
3946         * shell/ev-stock-icons.c:
3947         * shell/ev-window.c:
3948         * shell/main.c:
3949         
3950         Developers documentation updated.
3951
3952 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3953
3954         * shell/ev-window.c: (uri_is_valid), (launch_external_uri):
3955
3956         Check whether uri is valid before launching it. Fixes bug #427664.
3957
3958 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3959
3960         * shell/ev-window.c:
3961
3962         Change key accelerator for Open a Copy menu entry which is in conflict
3963         with Close. Fixes bug #427321.
3964
3965 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3966
3967         * NEWS:
3968         * configure.ac:
3969         
3970         Update for release 0.8.1
3971
3972 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3973
3974         * shell/ev-window.c: (setup_size_from_metadata):
3975         
3976         Do not make window bigger than screen. Fixes bug 
3977         #388985.
3978
3979 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3980
3981         * backend/tiff/tiff-document.c: (tiff_document_get_resolution),
3982         (tiff_document_get_page_size), (tiff_document_render_pixbuf):
3983
3984         Use default resolution when it's not provided by document. Fixes bug
3985         #408762.
3986
3987 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3988
3989         * configure.ac:
3990         * thumbnailer/Makefile.am:
3991         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
3992         * thumbnailer/evince-thumbnailer.schemas.in:
3993         * thumbnailer/evince-thumbnailer-ps.schemas.in:
3994
3995         Add support for ps, eps and compressed documents thumbnails. Do not
3996         ignore size parameter. 
3997
3998 2007-04-07  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
3999
4000         * backend/dvi/dvi-document.c: (dvi_document_class_init), (hsb2rgb),
4001         (dvi_document_do_color_special):
4002         * backend/dvi/mdvi-lib/special.c: (register_builtin_specials):
4003
4004         Implement font color specials in the DVI backend. Fixes bug #303651.
4005
4006 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
4007
4008         Fixup the previous commit:
4009
4010         * shell/Makefile.am (SOURCES): Add xdg-user-dir-lookup.c
4011         * shell/xdg-user-dir-lookup.c: Make the function non-static
4012         * shell/ev-window.c: Don't include xdg-user-dir-lookup.c
4013
4014 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
4015
4016         * shell/ev-window.c (file_open_dialog_response_cb): Use
4017         the xdg-user-dirs DOCUMENTS folder as default folder when
4018         opening a file chooser.  (#424858)
4019
4020         * shell/xdg-user-dir-lookup.c: Copy-and-pasted file from
4021         xdg-user-dirs.
4022
4023 2007-03-24  Carlos Garcia Campos  <carlosgc@gnome.org>
4024
4025         * shell/ev-window.c: (ev_window_load_job_cb):
4026
4027         Do not setup view from metadata on preview mode. 
4028
4029 2007-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
4030
4031         * shell/main.c:
4032
4033         Use unlink-tempfile instead of unlink-temp-file. Fixes bug #421274. 
4034
4035 2007-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
4036
4037         * shell/ev-view.c: (ev_view_primary_get_cb):
4038
4039         Check pointer != NULL before using it. Fixes bug #416841. 
4040
4041 2007-03-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4042
4043         * NEWS:
4044         * configure.ac:
4045         
4046         Release 0.8.0
4047
4048 2007-03-10  Carlos Garcia Campos  <carlosgc@gnome.org>
4049
4050         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
4051
4052         Do not render thumbnails when sidebar thumbnail page is not visible
4053         at startup. Fixes bug #416447. 
4054
4055 2007-03-07  Christian Kirbach  <Christian.Kirbach@googlemail.com>
4056
4057         * data/evince.desktop.in.in:
4058
4059         "Application" is not a valid category in the freedesktop specification.
4060
4061 2007-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
4062
4063         * libdocument/ev-file-helpers.[ch]: (compression_run),
4064         (ev_file_uncompress), (ev_file_compress):
4065         * shell/ev-window.c: (file_save_dialog_response_cb):
4066
4067         Save document compressed when saving a copy of a compressed document.
4068         Fixes bug #334542.
4069
4070 2007-02-23  Carlos Garcia Campos  <carlosgc@gnome.org>
4071
4072         * shell/ev-view.c: (ev_view_goto_window_key_press_event):
4073
4074         Allow deleting in goto window entry in presentation mode. 
4075
4076 2007-02-20  Kjartan Maraas  <kmaraas@gnome.org>
4077
4078         * Makefile.am: Dist MAINTAINERS.
4079
4080 2007-02-20  Carlos Garcia Campos  <carlosgc@gnome.org>
4081
4082         * shell/ev-window.c: (ev_window_update_actions):
4083
4084         Fix zoom shortcut keys when searching. Fixes bug #409828.
4085
4086 2007-02-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4087
4088         * shell/ev-window.c: (ev_window_setup_document):
4089
4090         Fix crash when loading documents with only one page. 
4091
4092 2007-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
4093
4094         * backend/dvi/dvi-document.c:
4095         (dvi_document_thumbnails_get_dimensions),
4096         (dvi_document_thumbnails_get_thumbnail):
4097         * backend/impress/impress-document.c:
4098         (impress_document_thumbnails_get_thumbnail),
4099         (impress_document_thumbnails_get_dimensions):
4100         * backend/ps/ps-document.c: (ps_document_thumbnails_get_thumbnail),
4101         (ps_document_thumbnails_get_dimensions):
4102         * backend/djvu/djvu-document.c:
4103         (djvu_document_thumbnails_get_dimensions),
4104         (djvu_document_thumbnails_get_thumbnail):
4105         * backend/tiff/tiff-document.c:
4106         (tiff_document_thumbnails_get_thumbnail),
4107         (tiff_document_thumbnails_get_dimensions):
4108         * backend/pdf/ev-poppler.cc: (make_thumbnail_for_page),
4109         (pdf_document_thumbnails_get_thumbnail),
4110         (pdf_document_thumbnails_get_dimensions):
4111         * backend/comics/comics-document.c:
4112         (comics_document_thumbnails_get_thumbnail),
4113         (comics_document_thumbnails_get_dimensions):
4114         * backend/pixbuf/pixbuf-document.c:
4115         (pixbuf_document_thumbnails_get_thumbnail),
4116         (pixbuf_document_thumbnails_get_dimensions):
4117         * libdocument/ev-document-thumbnails.[ch]:
4118         (ev_document_thumbnails_get_thumbnail),
4119         (ev_document_thumbnails_get_dimensions):
4120         * libdocument/ev-document-misc.[ch]:
4121         (ev_document_misc_get_thumbnail_frame):
4122         * shell/ev-jobs.[ch]: (ev_job_thumbnail_dispose),
4123         (ev_job_thumbnail_new), (ev_job_thumbnail_run):
4124         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page), (add_range),
4125         (ev_sidebar_thumbnails_set_loading_icon), (refresh),
4126         (ev_sidebar_thumbnails_refresh):
4127         * shell/ev-window.c: (ev_window_setup_document):
4128         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
4129
4130         Use an EvRenderContext for rendering thumbnails instead of a suggested
4131         width, so that different sized pages get sized proportionally.
4132
4133 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
4134
4135         * shell/ev-view.c: (ev_view_button_press_event),
4136         (ev_view_key_press_event):
4137
4138         Fix critical warnings when there is no document loaded. 
4139
4140 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
4141
4142         * shell/ev-page-action-widget.c:
4143         * shell/ev-navigation-action.c:
4144         * shell/ev-window.c:
4145
4146         Fix compile warnings. 
4147
4148 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
4149
4150         * backend/djvu/djvu-text.h:
4151         * backend/djvu/djvu-document.c:
4152         * backend/djvu/djvu-text-page.c:
4153         * backend/djvu/djvu-links.c:
4154         * backend/djvu/djvu-text-page.h:
4155         * backend/djvu/djvu-text.c:
4156         
4157         Fix build on Mac. Fixes bug #392186. Patch by
4158         <ephraim_owns@hotmail.com>
4159
4160 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
4161
4162         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
4163
4164         Restore cairo context before rendering every page when printing a PDF
4165         document into a PDF file. 
4166
4167 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4168
4169         * backend/ps/gstypes.h:
4170         * backend/ps/ps-document.c: (ps_document_get_page_rotation),
4171         (ps_document_get_page_size), (ps_async_renderer_render_pixbuf),
4172         (ps_document_thumbnails_get_thumbnail):
4173
4174         Handle PostScript page orientation. Fixes bug #318568.
4175
4176 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4177
4178         * backend/ps/Makefile.am:
4179         * backend/ps/ps-document.[ch]: (ps_document_init), (ps_document_dispose),
4180         (document_load), (ps_document_load), (save_document),
4181         (save_page_list), (ps_document_get_n_pages),
4182         (ps_document_get_page_size), (ps_document_get_info),
4183         (ps_interpreter_page_rendered), (ps_async_renderer_render_pixbuf),
4184         (ps_interpreter_thumbnail_rendered), (ps_document_render_thumbnail),
4185         (ps_document_thumbnails_get_thumbnail),
4186         (ps_document_thumbnails_get_dimensions),
4187         (ps_document_document_thumbnails_iface_init):
4188         * backend/ps/ps.[ch]: (psgetpagebox):
4189         * backend/ps/ps-interpreter.[ch]:
4190
4191         Add support for thumbnails in ps backend. Fixes bug #164755. 
4192
4193 2007-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4194
4195         * NEWS:
4196         * configure.ac:
4197         
4198         Release 0.7.2
4199
4200 2007-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
4201
4202         * shell/ev-window.c: (ev_window_set_icon_from_thumbnail),
4203         (ev_window_clear_thumbnail_job), (ev_window_setup_document),
4204         (ev_window_dispose):
4205
4206         Use document thumbnail as window icon. Fixes bug #384442.
4207
4208 2007-02-11  Ed Catmur  <ed@catmur.co.uk>
4209
4210         * configure.ac:
4211
4212         Remove application/x-gzpostscript from EVINCE_MIME_TYPES which was
4213         duplicated adding application/x-bzpostscript instead. 
4214
4215 2007-02-11  Tom Parker  <palfrey@tevp.net>
4216
4217         * backend/ps/ps-document.c: (document_load):
4218
4219         Check return value of psscan before trying
4220         to use it. Fixes bug #372414.
4221
4222 2007-02-11  Carlos Garcia Campos  <carlosgc@gnome.org>
4223
4224         * shell/ev-page-cache.c: (ev_page_cache_finalize):
4225
4226         Fix invalid free in ev-page-cache. Fixes bug #404745.
4227
4228 2007-02-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4229
4230         * test/Makefile.am:
4231         * test/test3.py:
4232         
4233         Added reload test case.
4234
4235 2007-02-10  Carlos Garcia Campos  <carlosgc@gnome.org>
4236
4237         * po/POTFILES.in:
4238         * backend/djvu/djvu-document.c: (djvu_document_load):
4239
4240         Check whether there are missing files in indirect multipage djvu
4241         documents. Fixes bug #361683. 
4242
4243 2007-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4244
4245         * test/Makefile.am:
4246         * test/test-mime.bin:
4247         * test/test3.py:
4248         
4249         Added test for slow mime type
4250
4251 2007-02-06  Carlos Garcia Campos  <carlosgc@gnome.org>
4252
4253         * shell/ev-page-cache.c: (ev_page_cache_finalize):
4254
4255         Add some checks and call parent_class->finalize. Fixes bug #404745.
4256
4257 2007-02-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4258
4259         * shell/ev-navigation-action.c: (connect_proxy):
4260         
4261         Fixes dropdown history menu. Thanks a lot Carlos!
4262
4263 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
4264
4265         * backend/djvu/djvu-links.c: (str_to_utf8), (build_tree):
4266
4267         Make sure g_markup_escape_text receives a valid utf-8 string. Fixes
4268         bug #373715.
4269
4270 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
4271
4272         * backend/ps/ps.c: (psscan):
4273
4274         Fix memory leak. 
4275
4276 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4277
4278         * configure.ac:
4279         * libdocument/ev-file-helpers.c: 
4280
4281         Add missing libgnome/gnome-init.h header file. Fixes bug #396677.
4282
4283 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4284
4285         * configure.ac:
4286         * backend/ps/ps-document.c: (ps_document_init), (ps_document_dispose),
4287         (ps_interpreter_start), (document_load), (save_document),
4288         (save_page_list):
4289         * libdocument/ev-file-helpers.[ch]: (ev_file_uncompress):
4290         * libdocument/ev-document-factory.c:
4291         (ev_document_factory_get_from_mime), (get_document_from_uri),
4292         (free_uncompressed_uri), (ev_document_factory_get_document):
4293         * shell/ev-window.c: (ev_window_cmd_file_open_copy_at_dest):
4294
4295         Support for PDF, PS and EPS compressed files. Fixes bug #307087. 
4296
4297 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4298
4299         * libdocument/ev-document.h:
4300
4301         Fix typo in function name. 
4302
4303 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4304
4305         * backend/ps/ps-document.c: (ps_interpreter_finished),
4306         (ps_interpreter_start), (ps_interpreter_failed):
4307
4308         Handle ghostscript interpreter crashes. 
4309
4310 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
4311
4312         * shell/ev-window.c: (ev_window_open_uri),
4313         (window_configure_event_cb):
4314
4315         Setup window size and position before showing it. Fixes bug #401711.
4316
4317 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
4318
4319         * backend/ps/Makefile.am:
4320         * backend/ps/ps-document.[ch]: (ps_section_free), (ps_document_init),
4321         (ps_document_dispose), (ps_document_class_init),
4322         (ps_interpreter_input), (ps_interpreter_output),
4323         (ps_interpreter_error), (setup_interpreter_env),
4324         (ps_interpreter_start), (ps_interpreter_stop),
4325         (ps_interpreter_failed), (ps_interpreter_is_ready),
4326         (check_filecompressed), (document_load), (ps_document_load),
4327         (ps_document_get_n_pages), (setup_page), (setup_pixmap),
4328         (ps_document_widget_event), (send_ps), (ps_document_next_page),
4329         (render_page):
4330
4331         Rework ps-document. Code cleanups, remove deprecated code. 
4332
4333 2007-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
4334
4335         * shell/ev-view.c: (ev_view_button_press_event):
4336
4337         Do not start an image drag and drop operation when pointer is on 
4338         text, so that we can select text when the whole background is an
4339         image. 
4340
4341 2007-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
4342
4343         * shell/ev-window.c: (ev_window_update_actions): 
4344
4345         Disable all zoom related actions during presentation mode. 
4346
4347 2007-01-31  Esteban Sanchez  <esteban@steve-0.com>
4348
4349         * shell/ev-view.c: (ev_view_zoom_in), (ev_view_zoom_out):
4350
4351         Do not zoom in or out on presentation mode. Fixes bug #401305.
4352
4353 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4354
4355         * shell/ev-navigation-action.c: (connect_proxy),
4356         (create_menu_item), (ev_navigation_action_class_init):
4357         
4358         Correctly show menu and fix crash when navigaton 
4359         action is out of toolbar visible area.
4360
4361 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4362
4363         * data/Makefile.am:
4364         * data/evince.1:
4365         
4366         Added man file
4367
4368 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4369
4370         * help/reference/* :
4371         * configure.ac:
4372         
4373         Added gtk-doc based documentation for Evince.
4374         Still in initial state but I hope it will
4375         grow.
4376         
4377         * configure.ac:
4378         
4379         Lower dbus requirement to 0.70
4380
4381 2007-01-29  Carlos Garcia Campos  <carlosgc@gnome.org>
4382
4383         * shell/ev-window.c: (ev_window_add_history):
4384
4385         Fix memory leak. 
4386
4387 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4388
4389         * shell/ev-view.c: (ev_view_page_label_from_dest), (tip_from_link):
4390         * shell/ev-view.h:
4391         * shell/ev-window.c: (ev_window_add_history):
4392         
4393         Correctly handle named destination links
4394
4395 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4396
4397         * NOTES:
4398         * backend/djvu/djvu-links.c: (djvu_links_get_links_model):
4399         * backend/pdf/ev-poppler.cc:
4400         * libdocument/ev-document-links.h:
4401         * libdocument/ev-link.c: (ev_link_get_page):
4402         * libdocument/ev-link.h:
4403         * shell/ev-history.c: (ev_history_init), (ev_history_class_init),
4404         (ev_history_add_link):
4405         * shell/ev-history.h:
4406         * shell/ev-navigation-action.c: (activate_menu_item_cb),
4407         (new_history_menu_item), (build_menu):
4408         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
4409         * shell/ev-sidebar-links.c: (create_loading_model),
4410         (print_section_cb), (ev_sidebar_links_construct),
4411         (fill_page_labels), (update_page_callback_foreach),
4412         (update_page_callback), (job_finished_callback):
4413         * shell/ev-view.c: (ev_view_handle_link):
4414         * shell/ev-window.c: (ev_window_find_chapter),
4415         (ev_window_add_history), (view_handle_link_cb),
4416         (history_changed_cb):
4417         
4418         Implements another history variant
4419
4420 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
4421
4422         * shell/ev-window.c: (view_external_link_cb):
4423         * shell/ev-view.c: (ev_view_button_release_event):
4424
4425         Open links in new window when clicking with middle button. 
4426
4427 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4428
4429         * shell/ev-navigation-action.c: (new_history_menu_item):
4430         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
4431         * shell/ev-view.c: (ev_view_handle_link):
4432         * shell/ev-window.c:
4433         
4434         Store link before jump, not the destination. For me it 
4435         seems like more natural history behavior.
4436
4437 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4438
4439         * shell/ev-navigation-action.c: (activate_menu_item_cb),
4440         (ev_navigation_action_class_init):
4441         * shell/ev-navigation-action.h:
4442         * shell/ev-page-action.c: (activate_cb):
4443         * shell/ev-page-cache.c: (ev_page_cache_class_init),
4444         (ev_page_cache_set_current_page_history):
4445         * shell/ev-page-cache.h:
4446         * shell/ev-sidebar-thumbnails.c:
4447         (ev_sidebar_tree_selection_changed),
4448         (ev_sidebar_icon_selection_changed), (page_changed_cb):
4449         * shell/ev-view-private.h:
4450         * shell/ev-view.c: (ev_view_handle_link), (ev_view_class_init):
4451         * shell/ev-view.h:
4452         * shell/ev-window.c: (page_changed_cb), (history_changed_cb),
4453         (ev_window_setup_document), (ev_window_load_job_cb):
4454         * shell/ev-window.h:
4455         
4456         History finally works as expected.
4457
4458 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
4459
4460         * shell/ev-sidebar-links.c: (ev_sidebar_links_map):
4461
4462         Do not update links treeview if it doesn't have a model assigned yet. 
4463
4464 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
4465
4466         * shell/ev-sidebar-links.c: (ev_sidebar_links_map),
4467         (ev_sidebar_links_class_init), (update_page_callback):
4468
4469         Do not update links treeview when sidepane is not visible. 
4470
4471 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4472
4473         * shell/ev-marshal.list:
4474         * shell/ev-page-action.c: (activate_cb),
4475         (ev_page_action_class_init):
4476         * shell/ev-page-action.h:
4477         * shell/ev-page-cache.c: (ev_page_cache_set_page_label):
4478         * shell/ev-window.c:
4479         
4480         Remove activate_link signal, not required.
4481
4482 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4483
4484         * shell/ev-navigation-action.c: (build_menu):
4485         
4486         Reorder menu items and build menu with fixed length.
4487
4488 2007-01-27  Ed Catmur  <ed@catmur.co.uk>
4489
4490         * shell/ev-view.c: (get_selected_text):
4491         
4492         Normalize text to fix ligatures problem. See bug
4493         #341947 for details.
4494
4495 2007-01-25  Carlos Garcia Campos  <carlosgc@gnome.org>
4496
4497         * shell/ev-page-cache.c: (ev_page_cache_finalize):
4498
4499         Fix memory leak in ev-page-cache. 
4500
4501 2007-01-25  Tom Parker <palfrey@tevp.net>
4502
4503         * backend/impress/impress-document.c: (impress_document_load),
4504         (impress_document_finalize), (impress_document_init):
4505         * properties/ev-properties-main.c: (ev_properties_get_pages):
4506         
4507         Correctly handle impress document errors. Fixes nautilus
4508         crash in property page #370491.
4509
4510 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
4511
4512         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
4513         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
4514         (ev_job_queue_remove_job):
4515         * shell/ev-jobs.[ch]: (ev_job_load_init), (ev_job_load_class_init),
4516         (ev_job_load_dispose), (ev_job_load_new), (ev_job_load_set_uri),
4517         (ev_job_load_run):
4518         * shell/ev-window.c: (ev_window_is_empty), (password_dialog_response),
4519         (ev_window_popup_password_dialog), (ev_window_clear_load_job),
4520         (ev_window_load_job_cb), (xfer_update_progress_callback),
4521         (ev_window_open_uri), (ev_window_dispose):
4522         * shell/main.c: (main):
4523
4524         Do file transfer asynchronously in the main thread instead of
4525         synchronously in the load thread. Fixes bugs #399694, #398307 and
4526         #343542.
4527
4528 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
4529
4530         * shell/ev-jobs.c: (ev_job_xfer_run):
4531
4532         Load the document with the font-config lock held. 
4533
4534 2007-01-23  Carlos Garcia Campos  <carlosgc@gnome.org>
4535
4536         * backend/ps/ps-document.c: (start_interpreter):
4537
4538         Fix memory leaks in ps backend. 
4539
4540 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
4541
4542         * backend/impress/impress-document.c:
4543         (impress_document_render_pixbuf):
4544
4545         Do not acquire fontconfig lock in impress backend, since it is using
4546         the main loop for rendering. 
4547
4548 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
4549
4550         * po/POTFILES.in: 
4551
4552         Remove mdvi files that shouldn't be translated. 
4553
4554 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
4555
4556         * shell/ev-view-private.h:
4557         * shell/ev-view.c: (draw_loading_text), (ev_view_destroy),
4558         (ev_view_set_zoom):
4559
4560         Render "loading..." text into a cairo surface instead of directly into
4561         the window so that fontconfig lock is only needed once and UI is not
4562         blocked. Change text color to #9B9B9B. Fixes bug #397356.
4563
4564 2007-01-19  Carlos Garcia Campos  <carlosgc@gnome.org>
4565
4566         * shell/ev-stock-icons.c: (ev_stock_icons_init):
4567         * shell/ev-application.c: (ev_application_open_uri_at_dest):
4568
4569         Use icon theme associated with the window screen rather than default. 
4570
4571 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
4572
4573         * configure.ac:
4574
4575         Fix a typo in previous commit (24x24/action/ --> 24x24/actions)
4576
4577 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
4578
4579         * data/icons/*/apps/evince.*:
4580
4581         Move Evince icons under new apps directory.
4582
4583         * data/icons/*/actions/*:
4584
4585         Add new custom themeable Evince icons: view-page-continuous, 
4586         view-page-facing, zoom-fit-width, zoom-fit-page. From Andreas
4587         Nilsson, at 16 and 22 pixels (plus 24 for compatibility).
4588
4589         * configure.ac:
4590
4591         Add new directories to AC_CONFIG_FILES.
4592
4593         * shell/ev-stock-icons.c:
4594         * shell/ev-stock-icons.h:
4595
4596         Use new custom themeable icons.
4597
4598 2007-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4599
4600         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
4601
4602         Do not draw white background page in presentation mode. 
4603
4604 2007-01-16  Jani Monoses <jani.monoses@gmail.com>
4605
4606         * shell/ev-view.c: Remove unused gnome-vfs include.
4607
4608 2007-01-16  Theppitak Karoonboonyanan  <thep@linux.thai.net>
4609
4610         * backend/dvi/mdvi-lib/fontmap.c: (mdvi_load_fontmap):
4611         
4612         Format string is corrected, fixes bug #397129.
4613
4614 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4615
4616         * shell/ev-window.c: (ev_window_setup_recent):
4617
4618         Do not include in recent menu inexistent documents. Fixes
4619         bug #339171.
4620
4621 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4622
4623         * po/POTFILES.skip: 
4624
4625         Update POTFILES.skip file according to current source tree. 
4626
4627 2007-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4628
4629         * shell/ev-window.c: (file_save_dialog_response_cb):
4630
4631         Do Save a copy in atomic way. Fixes bug #328266. 
4632
4633 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
4634
4635         * shell/ev-sidebar-links.c: (update_page_callback_foreach):
4636
4637         Keep selected cell always visible in index treeview.
4638
4639 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
4640         
4641         * shell/ev-view.c: (ev_view_size_allocate):
4642
4643         Restore horizontal scrollbar after switching to/from fullscreen
4644         or presentation mode. Fixes bug #331728.
4645
4646 2007-01-11  Carlos Garcia Campos  <carlosgc@gnome.org>
4647
4648         * shell/ev-view-private.h:
4649         * shell/ev-window.c: (ev_window_screen_changed), (ev_window_init):
4650         * shell/ev-view.[ch]: (ev_view_class_init), (ev_view_set_zoom),
4651         (ev_view_set_screen_dpi), (ev_view_can_zoom_in),
4652         (ev_view_can_zoom_out):
4653
4654         Use max and min scale values in the view iby taking dpi into account. 
4655
4656 2007-01-10  Carlos Garcia Campos  <carlosgc@gnome.org>
4657
4658         * configure.ac:
4659         * NEWS:
4660
4661         Release 0.7.1
4662
4663 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4664
4665         * shell/ev-window.c: (ev_window_print_send):
4666
4667         Send print job to printer with some settings set to default values,
4668         since we have already exported to a file according to such settings
4669         and they could be taken twice by some printers. 
4670
4671 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4672
4673         * shell/ev-jobs.c: (ev_job_xfer_run):
4674         * shell/ev-application.c: (ev_application_open_uri_at_dest):
4675
4676         Show main window and load document with the font-config lock held. 
4677
4678 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4679
4680         * configure.ac:
4681         * shell/ev-application.c: (ev_application_register_service):
4682         * shell/main.c: (load_files_remote):
4683
4684         Bump requirements to dbus-glib 0.71 and drop all ifdefs used.
4685
4686 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4687
4688         * doc/debugging.txt:
4689         
4690         Remove obsolete documentation.
4691
4692 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4693
4694         * Makefile.am:
4695         * backend/Makefile.am:
4696         * backend/comics/Makefile.am:
4697         * backend/djvu/Makefile.am:
4698         * backend/dvi/Makefile.am:
4699         * backend/ev-async-renderer.c:
4700         * backend/ev-async-renderer.h:
4701         * backend/ev-attachment.c:
4702         * backend/ev-attachment.h:
4703         * backend/ev-backend-marshal.c:
4704         * backend/ev-document-factory.c:
4705         * backend/ev-document-factory.h:
4706         * backend/ev-document-find.c:
4707         * backend/ev-document-find.h:
4708         * backend/ev-document-fonts.c:
4709         * backend/ev-document-fonts.h:
4710         * backend/ev-document-images.c:
4711         * backend/ev-document-images.h:
4712         * backend/ev-document-info.h:
4713         * backend/ev-document-links.c:
4714         * backend/ev-document-links.h:
4715         * backend/ev-document-misc.c:
4716         * backend/ev-document-misc.h:
4717         * backend/ev-document-security.c:
4718         * backend/ev-document-security.h:
4719         * backend/ev-document-thumbnails.c:
4720         * backend/ev-document-thumbnails.h:
4721         * backend/ev-document-transition.c:
4722         * backend/ev-document-transition.h:
4723         * backend/ev-document.c:
4724         * backend/ev-document.h:
4725         * backend/ev-file-exporter.c:
4726         * backend/ev-file-exporter.h:
4727         * backend/ev-image.c:
4728         * backend/ev-image.h:
4729         * backend/ev-link-action.c:
4730         * backend/ev-link-action.h:
4731         * backend/ev-link-dest.c:
4732         * backend/ev-link-dest.h:
4733         * backend/ev-link.c:
4734         * backend/ev-link.h:
4735         * backend/ev-render-context.c:
4736         * backend/ev-render-context.h:
4737         * backend/ev-selection.c:
4738         * backend/ev-selection.h:
4739         * backend/impress/Makefile.am:
4740         * backend/pdf/Makefile.am:
4741         * backend/pixbuf/Makefile.am:
4742         * backend/ps/Makefile.am:
4743         * backend/ps/ps-document.c: (push_pixbuf), (interpreter_failed),
4744         (ps_document_widget_event), (setup_pixmap), (setup_page), (input),
4745         (start_interpreter), (stop_interpreter), (document_load),
4746         (ps_document_next_page), (render_page):
4747         * backend/tiff/Makefile.am:
4748         * comics/Makefile.am:
4749         * comics/comics-document.c:
4750         * comics/comics-document.h:
4751         * configure.ac:
4752         * cut-n-paste/zoom-control/ephy-zoom-control.c:
4753         * djvu/Makefile.am:
4754         * djvu/djvu-document-private.h:
4755         * djvu/djvu-document.c:
4756         * djvu/djvu-document.h:
4757         * djvu/djvu-links.c:
4758         * djvu/djvu-links.h:
4759         * djvu/djvu-text-page.c:
4760         * djvu/djvu-text-page.h:
4761         * djvu/djvu-text.c:
4762         * djvu/djvu-text.h:
4763         * dvi/Makefile.am:
4764         * dvi/dvi-document.c:
4765         * dvi/dvi-document.h:
4766         * dvi/fonts.c:
4767         * dvi/fonts.h:
4768         * dvi/mdvi-lib/Makefile.am:
4769         * dvi/mdvi-lib/afmparse.c:
4770         * dvi/mdvi-lib/afmparse.h:
4771         * dvi/mdvi-lib/bitmap.c:
4772         * dvi/mdvi-lib/bitmap.h:
4773         * dvi/mdvi-lib/color.c:
4774         * dvi/mdvi-lib/color.h:
4775         * dvi/mdvi-lib/common.c:
4776         * dvi/mdvi-lib/common.h:
4777         * dvi/mdvi-lib/defaults.h:
4778         * dvi/mdvi-lib/dvimisc.c:
4779         * dvi/mdvi-lib/dviopcodes.h:
4780         * dvi/mdvi-lib/dviread.c:
4781         * dvi/mdvi-lib/files.c:
4782         * dvi/mdvi-lib/font.c:
4783         * dvi/mdvi-lib/fontmap.c:
4784         * dvi/mdvi-lib/fontmap.h:
4785         * dvi/mdvi-lib/fontsrch.c:
4786         * dvi/mdvi-lib/gf.c:
4787         * dvi/mdvi-lib/hash.c:
4788         * dvi/mdvi-lib/hash.h:
4789         * dvi/mdvi-lib/list.c:
4790         * dvi/mdvi-lib/mdvi.h:
4791         * dvi/mdvi-lib/pagesel.c:
4792         * dvi/mdvi-lib/paper.c:
4793         * dvi/mdvi-lib/paper.h:
4794         * dvi/mdvi-lib/pk.c:
4795         * dvi/mdvi-lib/private.h:
4796         * dvi/mdvi-lib/setup.c:
4797         * dvi/mdvi-lib/sp-epsf.c:
4798         * dvi/mdvi-lib/special.c:
4799         * dvi/mdvi-lib/sysdeps.h:
4800         * dvi/mdvi-lib/t1.c:
4801         * dvi/mdvi-lib/tfm.c:
4802         * dvi/mdvi-lib/tfmfile.c:
4803         * dvi/mdvi-lib/tt.c:
4804         * dvi/mdvi-lib/util.c:
4805         * dvi/mdvi-lib/vf.c:
4806         * dvi/pixbuf-device.c:
4807         * dvi/pixbuf-device.h:
4808         * impress/Makefile.am:
4809         * impress/common.h:
4810         * impress/document.c:
4811         * impress/f_oasis.c:
4812         * impress/f_oo13.c:
4813         * impress/iksemel.c:
4814         * impress/iksemel.h:
4815         * impress/imposter.h:
4816         * impress/impress-document.c:
4817         * impress/impress-document.h:
4818         * impress/internal.h:
4819         * impress/r_back.c:
4820         * impress/r_draw.c:
4821         * impress/r_geometry.c:
4822         * impress/r_gradient.c:
4823         * impress/r_style.c:
4824         * impress/r_text.c:
4825         * impress/render.c:
4826         * impress/render.h:
4827         * impress/zip.c:
4828         * impress/zip.h:
4829         * lib/Makefile.am:
4830         * lib/ev-debug.c:
4831         * lib/ev-debug.h:
4832         * lib/ev-file-helpers.c:
4833         * lib/ev-file-helpers.h:
4834         * lib/ev-gui.c:
4835         * lib/ev-gui.h:
4836         * lib/ev-tooltip.c:
4837         * lib/ev-tooltip.h:
4838         * libdocument/Makefile.am:
4839         * libdocument/ev-file-helpers.c:
4840         * pdf/Makefile.am:
4841         * pdf/ev-poppler.cc:
4842         * pdf/ev-poppler.h:
4843         * pixbuf/Makefile.am:
4844         * pixbuf/pixbuf-document.c:
4845         * pixbuf/pixbuf-document.h:
4846         * properties/Makefile.am:
4847         * ps/Makefile.am:
4848         * ps/gsdefaults.c:
4849         * ps/gsdefaults.h:
4850         * ps/gsio.c:
4851         * ps/gsio.h:
4852         * ps/gstypes.h:
4853         * ps/ps-document.c:
4854         * ps/ps-document.h:
4855         * ps/ps.c:
4856         * ps/ps.h:
4857         * shell/Makefile.am:
4858         * shell/ev-application.h:
4859         * shell/ev-sidebar-links.c:
4860         * shell/ev-sidebar-links.h:
4861         * shell/ev-utils.c: (ev_gui_sanitise_popup_position),
4862         (ev_gui_menu_position_tree_selection):
4863         * shell/ev-utils.h:
4864         * shell/ev-view.c: (ev_view_finalize):
4865         * shell/ev-window.c:
4866         * shell/main.c: (main):
4867         * thumbnailer/Makefile.am:
4868         * tiff/Makefile.am:
4869         * tiff/tiff-document.c:
4870         * tiff/tiff-document.h:
4871         * tiff/tiff2ps.c:
4872         * tiff/tiff2ps.h:
4873         
4874         Reorganize source tree.
4875
4876 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4877
4878         * backend/ev-document-factory.c:
4879
4880         Do not include ev-poppler.h when pdf is disabled. 
4881
4882 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
4883
4884         * configure.ac:
4885         * data/evince-ui.xml:
4886         * pdf/ev-poppler.cc: (pdf_document_images_get_images),
4887         (pdf_document_document_images_iface_init):
4888         * backend/Makefile.am:
4889         * backend/ev-document-images.[ch]:
4890         * backend/ev-image.[ch]:
4891         * lib/ev-file-helpers.[ch]: (ev_tmp_filename):
4892         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run),
4893         (ev_job_xfer_run):
4894         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
4895         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
4896         (ev_pixbuf_cache_get_image_mapping):
4897         * shell/ev-window.c: (view_menu_link_popup), (view_menu_image_popup),
4898         (view_menu_popup_cb), (ev_window_dispose),
4899         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
4900         (ev_view_popup_cmd_copy_image):
4901         * shell/ev-view-private.h:
4902         * shell/ev-view.c: (ev_view_get_image_at_location),
4903         (ev_view_do_popup_menu), (ev_view_popup_menu),
4904         (ev_view_button_press_event), (ev_view_drag_data_get),
4905         (ev_view_drag_motion), (ev_view_drag_data_received),
4906         (ev_view_motion_notify_event), (ev_view_button_release_event),
4907         (ev_view_finalize), (ev_view_class_init):
4908
4909         Add image handling support. Fixes bugs #310008 and #325047. Images
4910         selection is not supported yet. 
4911
4912 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
4913
4914         * shell/ev-window.c: (drag_data_received_cb), (ev_window_init):
4915         * shell/ev-view.c: (ev_view_drag_data_received), (ev_view_class_init),
4916         (ev_view_init):
4917
4918         Move view drag and drop stuff to ev-view.
4919
4920 2007-01-05  Carlos Garcia Campos  <carlosgc@gnome.org>
4921
4922         * shell/ev-pixbuf-cache.c: (clear_job_selection):
4923         * shell/ev-view.c: (clear_selection): 
4924
4925         Clear selection also in pixbuf cache.
4926
4927 2007-01-02  Luca Ferretti <elle.uca@libero.it>
4928
4929         * data/evince.desktop.in.in:
4930         
4931         Change icon name in desktop file. See bug #390734
4932         for details.
4933
4934 2006-12-28  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4935
4936         * thumbnailer/Makefile.am:
4937
4938         Use top_builddir instead top_srcdir for generated schema
4939         file installation. Fixes bug #390161.
4940
4941 2006-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
4942
4943         * configure.ac:
4944         * backend/Makefile.am:
4945         * backend/ev-document-transition.[ch]:
4946         * pdf/ev-poppler.cc: (pdf_document_get_page_duration),
4947         (pdf_document_page_transition_iface_init):
4948         * shell/ev-view-private.h:
4949         * shell/ev-view.c: (ev_view_destroy), (page_changed_cb),
4950         (ev_view_set_presentation), (transition_next_page),
4951         (ev_view_presentation_transition_stop),
4952         (ev_view_presentation_transition_start), (ev_view_next_page):
4953
4954         Add page transition support in presentation mode. At the moment only
4955         page duration is supported, but not transition effects. Fixes bug
4956         #309815.
4957
4958 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
4959
4960         * backend/ev-document-links.c: (ev_document_links_find_link_dest):
4961
4962         Run find_link_dest with document lock held, since it's called by links
4963         thread and main thread at the same time. 
4964
4965 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
4966
4967         * shell/ev-view.c: (goto_dest):
4968
4969         Update page-cache when page is changed by the view, so that
4970         page-changed signal is emitted. 
4971
4972 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
4973
4974         * test/test1.py:
4975         * test/test2.py:
4976
4977         Use C locale in tests. 
4978
4979 2006-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
4980
4981         * shell/ev-window.c: (ev_window_run_presentation):
4982         * shell/ev-view-private.h:
4983         * shell/ev-view.c: (ev_view_set_presentation):
4984
4985         Restore zoom settings when back from presentation mode. 
4986
4987 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4988
4989         * shell/ev-window.c: (ev_window_run_presentation):
4990
4991         Always use "best fit" zoom in presentation mode.
4992         Fixes bug #389195.
4993
4994 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4995
4996         * shell/ev-view.c: (ev_view_goto_window_create):
4997
4998         Show "Jump to page" label in the page jumping popup in
4999         presentation mode instead of just a GtkEntry.
5000
5001 2006-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
5002
5003         * shell/ev-window.c: (launch_external_uri):
5004
5005         Do not escape uri before calling gnome_vfs_url_show(). Fixes bug
5006         #378085.
5007
5008 2006-12-22  Elijah Newren  <newren gmail com>
5009
5010         * configure.ac: explicitly check for libxml2.  Fixes #388795
5011
5012 2006-12-22  Carlos Garcia Campos  <carlosgc@gnome.org>
5013
5014         * shell/ev-view-private.h:
5015         * shell/ev-view.c: (send_focus_change), (ev_view_goto_window_hide),
5016         (ev_view_goto_window_delete_event), (key_is_numeric),
5017         (ev_view_goto_window_key_press_event),
5018         (ev_view_goto_window_button_press_event),
5019         (ev_view_goto_entry_activate), (ev_view_goto_window_create),
5020         (ev_view_goto_entry_grab_focus), (ev_view_goto_window_send_key_event),
5021         (ev_view_key_press_event), (ev_view_focus_out), (ev_view_destroy):
5022
5023         Allow jumping to another page by typing a page number in presentation
5024         mode. It uses a popup window with an entry. Fixes bug #353625.
5025
5026 2006-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5027
5028         * configure.ac:
5029         * properties/ev-properties-view.c: (ev_get_default_user_units),
5030         (ev_regular_paper_size):
5031         
5032         Check for NL_MEASUREMENT. Fixes bug #376469. Thanks
5033         to Damien Carbery <damien.carbery@sun.com> and
5034         Yevgen Muntyan <muntyan@tamu.edu>.
5035
5036 2006-12-20  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5037
5038         * shell/ev-window.c: (setup_document_from_metadata):
5039
5040         Make sure Evince doesn't restore the view on the last
5041         page when a document is reopened. Fixes bug #383381.
5042
5043 2006-12-18  Jens Granseuer  <jensgr@gmx.net>
5044
5045         * shell/ev-view.c: (draw_loading_text):
5046
5047         Fix compilation with older compilers like gcc 2. Fixes bug #387237.
5048
5049 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
5050
5051         * configure.ac:
5052         * NEWS:
5053
5054         Release 0.7.0
5055
5056 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
5057
5058         * configure.ac:
5059         * pdf/ev-poppler.cc: (pdf_print_context_free),
5060         (pdf_document_file_exporter_begin),
5061         (pdf_document_file_exporter_do_page):
5062
5063         Make cairo-pdf depedency optional. 
5064
5065 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
5066
5067         * shell/ev-print-job.c: (idle_print_handler), (ev_print_job_print):
5068
5069         Use ev_file_exporter instead of ev_ps_exporter in ev-print-job.
5070
5071 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
5072
5073         * backend/ev-document.[ch]: (ev_document_get_fc_mutex),
5074         (ev_document_fc_mutex_lock), (ev_document_fc_mutex_unlock):
5075         * pdf/ev-poppler.cc: (make_thumbnail_for_size):
5076         * shell/ev-jobs.c: (ev_job_render_run), (ev_job_fonts_run):
5077         * shell/ev-view.c: (draw_loading_text):
5078         * shell/ev-window.c: (ev_window_cmd_file_properties):
5079
5080         Use an specific lock for FontConfig. Hopefully it fixes some crashes
5081         related to using FontConfig from different threads.
5082         
5083 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
5084
5085         * shell/ev-view.c: (draw_loading_text):
5086
5087         Acquire lock document when drawing "Loading..." text so that only one
5088         thread will use FontConfig at the same time. Fixes bug #374750.
5089
5090 2006-12-15  Carlos Garcia Campos  <carlosgc@gnome.org>
5091
5092         * shell/ev-page-action.[ch]: (activate_cb):
5093         * shell/ev-window.c: (activate_label_cb):
5094
5095         Check if text inserted in page entry is a valid page number when it
5096         doesn't match to any document page label. Fixes bug #383165.
5097
5098 2006-12-14  Julien Rebetez,  <julienr@cvs.gnome.org>
5099         * shell/ev-window.c:
5100
5101         GTK_STOCK_SELECT_ALL is used in menu definition, but isn't
5102         available with GTK < 2.10. Added an ifdef to avoid compilation
5103         error.
5104
5105 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5106
5107         * configure.ac:
5108         * ps/ps-document.c: (start_interpreter), (ps_document_next_page):
5109
5110         Fix ps backend in multihead systems.
5111
5112 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5113
5114         * ps/ps-document.c: (setup_page), (ps_document_get_page_size):
5115         * shell/ev-window.c: (ev_window_get_screen_dpi),
5116         (ev_window_update_actions), (setup_view_from_metadata),
5117         (ev_window_zoom_changed_cb), (zoom_control_changed_cb):
5118
5119         Take screen DPI into account when zooming. Fixes bug #318285.
5120
5121 2006-12-14  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5122
5123         * data/Makefile.am:
5124
5125         Cleaned up/slightly refactored Makefile.am. Added GConf
5126         schemas uninstallation as well.
5127
5128 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5129
5130         * Makefile.am:
5131         * test/Makefile.am:
5132
5133         Fight with autotools to fix make check. Make distcheck
5134         works fine as well now!
5135
5136 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5137
5138         * shell/ev-view.c: (draw_end_presentation_page):
5139
5140         Corrected "end of presentation" string.
5141
5142 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5143
5144         * shell/ev-view.c: (ev_view_key_press_event):
5145
5146         Correctly propagate key press event so that up/down keys
5147         work as expected (correct behaviour was broken by
5148         black/white screen key bindings for presentations).
5149
5150 2006-12-13  Carlos Garcia Campos  <carlosgc@gnome.org>
5151
5152         * pdf/ev-poppler.cc: (pdf_document_find_get_n_results),
5153         (pdf_document_find_get_result), (pdf_document_find_page_has_results),
5154         (pdf_document_find_get_progress), (pdf_selection_render_selection),
5155         (pdf_selection_get_selection_region),
5156         (pdf_selection_get_selection_map):
5157
5158         Add "static" to some private functions. 
5159
5160 2006-12-13  P. Henrique Silva  <ph.silva@gmail.com>
5161
5162         * lib/ev-tooltip.h:
5163         * properties/ev-properties-view.h:
5164         * shell/ev-jobs.h:
5165         * shell/ev-properties-dialog.h:
5166         * shell/ev-properties-fonts.h:
5167         * shell/ev-sidebar-links.h:
5168         * shell/ev-sidebar-thumbnails.h:
5169         * shell/ev-sidebar.h:
5170         * shell/ev-window.h:
5171         
5172         Fixes CHACK type in class casts. See bug #385343
5173         for details.
5174
5175 2006-12-10  Carlos Garcia Campos  <carlosgc@gnome.org>
5176
5177         * shell/ev-view-private.h:
5178         * shell/ev-view.c: (draw_end_presentation_page),
5179         (ev_view_expose_event), (ev_view_key_press_event),
5180         (ev_view_class_init), (ev_view_init):
5181
5182         Blank screen in presentation mode when pressing 'b' (filling with
5183         black) or 'w' (filling with white) keys. Fixes bug #358132.
5184
5185 2006-12-09  Gabriel Felipe Cornejo  <gnomeusr@gmail.com>
5186
5187         * data/evince-toolbar.xml:
5188         * shell/ev-window.c:
5189         
5190         Use stock icon for Select All action. Fixes
5191         bug #382652.
5192
5193 2006-12-09  Radoslav Dorcik  <dixiecko@gmail.com>
5194
5195         * shell/ev-view.c: (get_doc_point_from_offset),
5196         (ev_view_get_link_at_location), (ev_view_motion_notify_event):
5197
5198         Add links support in rotated documents. Fixes bug #343733.
5199
5200 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
5201
5202         * shell/ev-view-private.h:
5203         * shell/ev-view.c: (draw_end_presentation_page),
5204         (ev_view_expose_event), (ev_view_init), (ev_view_set_presentation):
5205
5206         Show a blank page after the last page in presentation mode with a
5207         message indicating that presentation has finished and how to exit. 
5208
5209 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
5210
5211         * shell/ev-window.c: (fullscreen_timeout_cb):
5212
5213         Hide cursor after a while in presentation mode. 
5214
5215 2006-12-04  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5216
5217         * backend/ev-document-info.h:
5218         * data/evince-properties.glade:
5219         * pdf/ev-poppler.cc:
5220         * properties/ev-properties-view.c: (ev_regular_paper_size),
5221         (ev_properties_view_set_info):
5222         * ps/ps-document.c: (ps_document_get_info):
5223
5224         Adds a paper size field to the properties dialog. Fixes
5225         bug #307315. Patch by Kasper Svendsen (with some i18n
5226         changes done by me).
5227
5228 2006-12-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5229
5230         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
5231         (screensaver_init_dbus), (totem_scrsaver_new),
5232         (totem_scrsaver_init):
5233         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
5234         * shell/ev-application.c: (ev_application_register_service),
5235         (ev_application_screensaver_enable),
5236         (ev_application_screensaver_disable):
5237         * shell/ev-application.h:
5238         * shell/ev-window.c: (ev_window_run_presentation),
5239         (ev_window_stop_presentation), (build_comments_string),
5240         (ev_window_init):
5241         
5242         Move screensaver handling to application. No more
5243         message on startup.
5244
5245 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5246
5247         * configure.ac:
5248         * backend/Makefile.am:
5249         * backend/ev-file-exporter.[ch]:
5250         * pdf/ev-poppler.cc: (pdf_document_file_exporter_*):
5251         * ps/ps-document.c: (ps_document_file_exporter_*):
5252         * tiff/tiff-document.c: (tiff_document_document_file_exporter_*):
5253         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
5254         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
5255         (ev_window_print_dialog_response_cb), (ev_window_print_range):
5256
5257         Allow printing to PDF when suppoted by the backend.
5258         
5259 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5260
5261         * shell/ev-window.c: (build_comments_string):
5262
5263         Use always "Document Viewer" in about dialog. 
5264
5265 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5266
5267         * djvu/djvu-document.c: (djvu_document_get_page_size):
5268
5269         Display a warning message when get_pageinfo fails. 
5270
5271 2006-11-30  Yevgen Muntyan  <muntyan@tamu.edu>
5272
5273         * Makefile.am:
5274         * backend/Makefile.am:
5275         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
5276         * configure.ac:
5277         * shell/ev-window.c: (build_comments_string):
5278         
5279         Make pdf compilation optional. See bug #38007.
5280
5281 2006-11-30  Carlos Garcia Campos  <carlosgc@gnome.org>
5282
5283         * ps/ps.c: (get_next_text):
5284
5285         Fix CVE-2006-5864.
5286
5287 2006-11-22  Carlos Garcia Campos  <carlosgc@gnome.org>
5288
5289         * shell/ev-history.c: (ev_history_finalize), (ev_history_class_init):
5290         * shell/ev-navigation-action.c: (connect_proxy),
5291         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
5292         
5293         Do not call g_type_class_peek_parent twice.
5294
5295 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5296
5297         * configure.ac:
5298         * data/icons/24x24/.cvsignore:
5299         * data/icons/24x24/Makefile.am:
5300         * data/icons/24x24/evince.png:
5301         * data/icons/Makefile.am:
5302         
5303         Add 24x24 icon. Thanks to 
5304         Michael Monreal <infernux@web.de>.
5305
5306 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5307
5308         * configure.ac: Fix typo in configure.ac. Thanks
5309         to dmacks@netspace.org for notification.
5310
5311 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5312
5313         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
5314         
5315         Drop dbus include, fixes compilation with older dbus.
5316
5317 2006-11-22  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5318
5319         * configure.ac:
5320         * cut-n-paste/Makefile.am:
5321         * cut-n-paste/totem-screensaver/.cvsignore
5322         * cut-n-paste/totem-screensaver/Makefile.am:
5323         * cut-n-paste/totem-screensaver/README:
5324         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
5325         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
5326         * shell/Makefile.am:
5327         * shell/ev-window.c: (ev_window_run_presentation),
5328         (ev_window_stop_presentation), (ev_window_cmd_help_about),
5329         (ev_window_init):
5330
5331         Implemented screensaver enabling/disabling for
5332         presentation mode (not fullscreen mode). Code stolen
5333         from Totem (with some minor tweaks). Fixes bug #338889.
5334
5335 2006-11-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5336
5337         * configure.ac:
5338
5339         Bump gnome-icon-theme requirements. We use the rotation
5340         icons that appeared recently.
5341
5342 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5343
5344         * shell/ev-history.c: (ev_history_add_page):
5345         * shell/ev-history.h:
5346         * shell/ev-window.c: (page_changed_cb):
5347         
5348         Use page labels instead of numbers.
5349
5350 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5351
5352         * data/evince-toolbar.xml:
5353         * po/POTFILES.in:
5354         * shell/Makefile.am:
5355         * shell/ev-navigation-action-widget.c:
5356         (ev_navigation_action_widget_init),
5357         (ev_navigation_action_widget_class_init), (menu_deactivate_cb),
5358         (menu_detacher), (ev_navigation_action_widget_set_menu),
5359         (menu_position_func), (popup_menu_under_arrow),
5360         (ev_navigation_action_widget_toggled),
5361         (ev_navigation_action_widget_button_press_event):
5362         * shell/ev-navigation-action-widget.h:
5363         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
5364         (ev_navigation_action_set_window), (activate_menu_item_cb),
5365         (new_history_menu_item), (new_empty_history_menu_item),
5366         (build_menu), (menu_activated_cb), (connect_proxy),
5367         (create_tool_item), (ev_navigation_action_init),
5368         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
5369         * shell/ev-navigation-action.h:
5370         * shell/ev-page-action-widget.c: (ev_page_action_widget_init),
5371         (ev_page_action_widget_set_page_cache),
5372         (ev_page_action_widget_finalize),
5373         (ev_page_action_widget_class_init), (match_selected_cb),
5374         (display_completion_text), (match_completion), (build_new_tree_cb),
5375         (get_filter_model_from_model),
5376         (ev_page_action_widget_update_model):
5377         * shell/ev-page-action-widget.h:
5378         * shell/ev-page-action.c: (activate_link_cb), (update_model),
5379         (connect_proxy):
5380         * shell/ev-page-action.h:
5381         * shell/ev-stock-icons.c:
5382         * shell/ev-stock-icons.h:
5383         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
5384         (page_changed_cb), (ev_window_setup_document), (ev_window_dispose),
5385         (register_custom_actions):
5386         * shell/main.c:
5387         
5388         Preliminary history implementation
5389
5390 2006-11-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5391
5392         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_finalize),
5393         (dvi_document_class_init), (dvi_document_init_params):
5394         * dvi/mdvi-lib/font.c: (font_reference):
5395         
5396         Add reference to subfont. Fixes bug #374277.
5397
5398 2006-11-16  Carlos Garcia Campos  <carlosgc@gnome.org>
5399
5400         * shell/ev-window.c: (ev_window_create_tmp_symlink),
5401         (ev_window_cmd_file_open_copy_at_dest):
5402
5403         Fix a race condition when creating symlink. Increase the counter
5404         avoiding an infinite loop. Really fixes bug #357472. (Based on patch by
5405         Mathias Hasselmann).
5406
5407 2006-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
5408
5409         * backend/Makefile.am:
5410         * backend/ev-attachment.c: (ev_attachment_open):
5411         * lib/ev-file-helpers.[ch]: (ensure_dir_exists), (ev_dot_dir),
5412         (ev_tmp_dir), (ev_tmp_filename):
5413         * shell/ev-sidebar-attachments.c:
5414         (ev_sidebar_attachments_drag_data_get):
5415         * shell/ev-window.c: (ev_window_clear_temp_file):
5416
5417         Use always ev_tmp_dir instead of g_get_tmp_dir. Fix a race condition
5418         in ensure_dir_exists. Abort without crashing when we can't create
5419         user's directory.
5420
5421 2006-11-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5422
5423         * data/evince-ui.xml:
5424         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
5425         (ev_window_xfer_job_cb), (ev_window_get_copy_tmp_name),
5426         (ev_window_cmd_file_open_copy_at_dest),
5427         (ev_window_cmd_file_open_copy), (view_menu_popup_cb),
5428         (ev_view_popup_cmd_open_link_new_window):
5429
5430         Allow opening a copy of the current document in a new window. Fixes bug
5431         #357472
5432
5433 2006-11-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5434
5435         * data/evince-toolbar.xml:
5436         
5437         Add rotate right and rotate left to available items for toolbar.
5438         
5439         * data/evince-ui.xml:
5440         * shell/ev-window.c: (ev_window_init):
5441         
5442         Customize toolbar with right click. Fixes bug #372451.
5443
5444 2006-11-11  Claudio Saavedra  <csaavedra@alumnos.utalca.cl>
5445
5446         * shell/ev-window.c: 
5447         
5448         Use "object-rotate-{left,right}" stock icons. Fixes 
5449         bug #373863.
5450
5451 2006-11-10  Carlos Garcia Campos  <carlosgc@gnome.org>
5452
5453         * shell/ev-application.[ch]: (get_unlink_temp_file_from_args),
5454         (ev_application_open_uri_at_dest), (ev_application_open_uri):
5455         * shell/ev-window.[ch]: (ev_window_clear_temp_file),
5456         (ev_window_open_uri):
5457         * shell/main.c: (arguments_parse):
5458
5459         Remove temp file created when evince is used by GTK+ in
5460         preview mode. Fixes bug #365282. 
5461
5462 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5463
5464         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
5465         
5466         Fixes bug #372474 - Side pane disabled when entering 
5467         and leaving fullscreen mode.
5468
5469 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5470
5471         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (setup_editor):
5472         * data/Makefile.am:
5473         * data/evince-preview-toolbar.xml:
5474         * data/evince-toolbar.xml:
5475         * shell/ev-application.c: (ev_application_shutdown),
5476         (ev_application_init), (ev_application_get_toolbars_model):
5477         * shell/ev-application.h:
5478         * shell/ev-window.c: (update_chrome_visibility),
5479         (ev_window_create_fullscreen_popup), (ev_window_run_preview),
5480         (ev_window_cmd_edit_toolbar), (ev_window_init):
5481         
5482         Fixes bug #364364 - toolbar editor shows zoom actions again.
5483
5484 2006-11-09  Carlos Garcia Campos  <carlosgc@gnome.org>
5485
5486         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
5487
5488         Do not take margins into consideration for paper size when printing.
5489         Really fixes bug #350491.
5490
5491 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
5492
5493         * data/evince-ui.xml:
5494         * shell/ev-window.c: (ev_window_print_page_setup_done_cb),
5495         (ev_window_cmd_file_print_setup),
5496         (ev_window_print_dialog_response_cb),
5497         (ev_window_setup_action_sensitivity):
5498
5499         Add page setup settings for printing. Fixes bugs #363860 and #350491.
5500
5501 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
5502
5503         * shell/ev-window.c: (ev_window_print_range):
5504
5505         Revert my previuos commit, since printing to PDF is not supported by
5506         evince yet. 
5507
5508 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
5509
5510         * shell/ev-window.c: (ev_window_print_range):
5511
5512         Enable print to a PDF. Fixes bug #332121.
5513
5514 2006-10-31  Carlos Garcia Campos  <carlosgc@gnome.org>
5515
5516         * shell/ev-application-service.xml:
5517         * shell/ev-application.[ch]: (ev_application_open_window),
5518         (ev_application_get_empty_window), (ev_application_open_uri_at_dest),
5519         (ev_application_open_uri), (ev_application_open_uri_list):
5520         * shell/ev-window.c: (file_open_dialog_response_cb),
5521         (ev_window_cmd_recent_file_activate), (ev_window_setup_recent),
5522         (drag_data_received_cb), (open_remote_link):
5523         * shell/main.c: (arguments_parse), (load_files), (load_files_remote):
5524
5525         Add support for multiscreen systems. Fixes bug #316206.
5526
5527 2006-10-30  Carlos Garcia Campos  <carlosgc@gnome.org>
5528
5529         * shell/ev-jobs.[ch]: (ev_job_print_new),
5530         (ev_print_job_print_page_in_range), (ev_print_job_print_page_in_set),
5531         (ev_job_print_do_page):
5532         * shell/ev-window.[ch]: (ev_window_print_dialog_response_cb):
5533
5534         Allow printing only odd/even pages. Fixes bug #367289.
5535
5536 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5537
5538         * test/test1.py:
5539         * test/test2.py:
5540
5541         Re-add locale settings to test files.
5542
5543 2006-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5544
5545         * data/evince-ui.xml:
5546         * shell/ev-window.c: (set_action_properties):
5547         
5548         Removed garbage from code and ui.
5549
5550 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5551
5552         * shell/ev-window.c: (ev_window_cmd_help_about):
5553
5554         Shamelessly add my name to the list of contributors.
5555
5556 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5557
5558         * test/test1.py:
5559         * test/test2.py:
5560
5561         Cleaned up the dogtail scripts.
5562
5563 2006-10-27  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5564
5565         * shell/ev-view.c: (draw_loading_text): Don't render
5566         "loading..." text in presentation mode. Temporary
5567         workaround for bug #320352.
5568
5569 2006-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
5570
5571         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
5572         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
5573
5574         Use print settings scale, copies, collate and reverse which were
5575         ignored. Fixes bug #359032.
5576
5577 2006-10-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5578
5579         * configure.ac:
5580         * data/evince-password.glade:
5581         * test/Makefile.am:
5582         * test/test-encrypt.pdf:
5583         * test/test-links.pdf:
5584         * test/test1.py:
5585         * test/test2.py:
5586
5587         Add automated UI tests for evince with dogtail. See
5588         bug #300948.    
5589
5590 2006-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
5591
5592         * shell/ev-window.c: (fullscreen_timeout_cb), (ev_window_init):
5593
5594         Hide fullscreen toolbar when switching to another desktop workspace.
5595         Fixes bug #338871
5596
5597 2006-10-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5598
5599         * shell/ev-window-title.c: 
5600         
5601         Test for .dvi in title of pdf documents.
5602
5603 2006-10-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5604
5605         * shell/ev-view.c: (ev_view_scroll):
5606
5607         Page Up/Down should do page jumps in "Best fit" mode.
5608         If a user has explicitly chosen to view exactly one page
5609         at a time, scrolling just a part of the page when
5610         pressing Page Up/Down is not right. Fixes bug #323107.
5611
5612 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5613
5614         * NEWS:
5615         * configure.ac:
5616         
5617         Update for 0.6.1
5618
5619 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5620
5621         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
5622         (job_fonts_finished_cb), (ev_properties_fonts_set_document):
5623         
5624         Correctly disconnect from job signals on destroy.
5625
5626 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5627
5628         * shell/ev-view-private.h:
5629         * shell/ev-view.c: (view_set_adjustment_values),
5630         (view_update_range_and_current_page),
5631         (ensure_rectangle_is_visible), (ev_view_size_allocate):
5632         
5633         Fixes bug #343199, current page now follows find page.
5634
5635 2006-10-08  Wouter Bolsterlee  <wbolster@gnome.org>
5636
5637         * backend/ev-document-factory.c:
5638         * configure.ac:
5639         Assigned OpenDocument presenation MIME type to the
5640         Impress backend. Added some missing (but harmless)
5641         #ifdefs in the document factory as well to make things
5642         consistent again. Fixes bug #360658.
5643
5644 2006-10-08  Christian Persch  <chpe@cvs.gnome.org>
5645
5646         * backend/ev-async-renderer.c: (ev_async_renderer_get_type):
5647         * backend/ev-document-find.c: (ev_document_find_get_type):
5648         * backend/ev-document-fonts.c: (ev_document_fonts_get_type):
5649         * backend/ev-document-links.c: (ev_document_links_get_type):
5650         * backend/ev-document-security.c: (ev_document_security_get_type):
5651         * backend/ev-document-thumbnails.c:
5652         (ev_document_thumbnails_get_type):
5653         * backend/ev-document.c: (ev_document_get_type):
5654         * backend/ev-ps-exporter.c: (ev_ps_exporter_get_type):
5655         * backend/ev-selection.c: (ev_selection_get_type):
5656         * cut-n-paste/recent-files/egg-recent-model.c:
5657         (egg_recent_model_get_type):
5658         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
5659         (egg_recent_view_uimanager_get_type):
5660         * cut-n-paste/recent-files/egg-recent-view.c:
5661         (egg_recent_view_get_type):
5662         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
5663         (egg_editable_toolbar_get_type):
5664         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
5665         (egg_toolbar_editor_get_type):
5666         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
5667         (egg_toolbars_model_get_type):
5668         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
5669         (egg_tree_multi_drag_source_get_type):
5670         * cut-n-paste/zoom-control/ephy-zoom-action.c:
5671         (ephy_zoom_action_get_type):
5672         * cut-n-paste/zoom-control/ephy-zoom-control.c:
5673         (ephy_zoom_control_get_type):
5674         * impress/r_back.c: (_imp_fill_back):
5675         * properties/ev-properties-main.c:
5676         (ev_properties_plugin_register_type):
5677         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type):
5678         * shell/ev-view-accessible.c: (ev_view_accessible_get_type),
5679         (ev_view_accessible_factory_get_type):
5680
5681         Reduce relocations. Bug #360616.
5682
5683 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5684
5685         * backend/ev-document-factory.c:
5686         (ev_document_factory_get_document):
5687         
5688         Load document even if extension is wrong.
5689
5690 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5691
5692         * shell/ev-metadata-manager.c: (save_values):
5693         * shell/ev-window.c: (setup_size_from_metadata),
5694         (setup_view_from_metadata), (ev_window_setup_document),
5695         (ev_window_xfer_job_cb), (window_configure_event_cb):
5696         
5697         Set size according to the document size/page size ratio.
5698         That should correct rather wierd behaviour of the previous
5699         commit.
5700
5701 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5702
5703         * shell/ev-window.c: (setup_view_from_metadata):
5704         
5705         Set size for new windows from previous window size.
5706         See bugs #354968 and #168450 for details. Thanks
5707         to Meik Hellmund.
5708
5709 2006-10-01  Carlos Garcia Campos  <carlosgc@gnome.org>
5710
5711         * djvu/djvu-links.c: (build_tree):
5712
5713         Fix memory leak.
5714
5715 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5716
5717         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_set_document):
5718         
5719         Don't make sidebar close button insensitive. Fixes
5720         bug #357871.
5721
5722 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5723
5724         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
5725         (ev_window_set_view_accels_sensitivity):
5726         
5727         Don't enable Slash on documents which don't support
5728         find. Fixes bug #358648.
5729
5730 2006-10-01  Wouter Bolsterlee  <wbolster@gnome.org>
5731
5732         * shell/ev-window.c: (ev_window_cmd_file_open): Make the
5733         open dialog fall back to the current document uri if the
5734         filechooser hasn't been used before. Fixes bug #356980.
5735
5736 2006-09-24  Mathias Hasselmann  <mathias.hasselmann@gmx.de>
5737
5738         * shell/ev-window.c: (ev_window_setup_recent), 
5739         (ev_window_get_recent_file_label):
5740
5741         Escape underscores in filenames of recent file items.
5742
5743 2006-09-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5744
5745         * configure.ac:
5746         
5747         Bumped poppler requirements, really 0.5.3 is very 
5748         buggy, now we require 0.5.4.
5749
5750 2006-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5751
5752         * djvu/Makefile.am:
5753         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
5754         (djvu_document_find_iface_init), (djvu_document_links_get_links),
5755         (djvu_document_document_links_iface_init):
5756         * djvu/djvu-links.c: (number_from_miniexp), (string_from_miniexp),
5757         (number_from_string_10), (get_djvu_link_dest),
5758         (get_djvu_link_action), (build_tree), (get_djvu_hyperlink_area),
5759         (get_djvu_hyperlink_mapping), (djvu_links_has_document_links),
5760         (djvu_links_get_links), (djvu_links_find_link_dest),
5761         (djvu_links_get_links_model):
5762         * djvu/djvu-links.h:
5763         
5764         Add support for links and bookmarks in djvu documents. Thanks
5765         to Pauli Virtanen <pauli.virtanen@iki.fi> for the wonderful
5766         patch.
5767
5768 2006-09-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5769
5770         * shell/ev-application.c: (ev_application_open_uri_at_dest):
5771         
5772         Reopen should reload document. Fixes 
5773         bug 327951.
5774
5775 2006-09-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5776
5777         * configure.ac:
5778         * data/Makefile.am:
5779         * data/evince-16.png:
5780         * data/evince-22.png:
5781         * data/evince.png:
5782         * data/evince.svg:
5783         * data/icons/16x16/Makefile.am:
5784         * data/icons/16x16/evince.png:
5785         * data/icons/22x22/Makefile.am:
5786         * data/icons/22x22/evince.png:
5787         * data/icons/48x48/Makefile.am:
5788         * data/icons/48x48/evince.png:
5789         * data/icons/Makefile.am:
5790         * data/icons/scalable/Makefile.am:
5791         * data/icons/scalable/evince.svg:
5792         
5793         Install icons with correct names. Fixes
5794         bug #354429.
5795
5796 2006-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
5797
5798         * shell/ev-view.c: (ev_view_button_release_event):
5799
5800         Don't open links with middle mouse button. Fixes bug #353649
5801
5802 2006-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5803
5804         * NEWS:
5805         * configure.ac:
5806         
5807         Update for release 0.6.0
5808
5809 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5810
5811         * shell/ev-window.c: (ev_window_xfer_job_cb), (do_action_named):
5812         Implement Close named action. Patch by Carlos Garcia Campos.
5813
5814 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5815
5816         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
5817         
5818         Don't clear link mapping on copy_job_to_job_info. Fixes
5819         bug 346168.
5820
5821 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
5822
5823         * shell/main.c: (main):
5824
5825         Revert my previous commit, gnome_program_init owns the option context.
5826         Fix another memory leak in main. Both caught by Christian Persch. 
5827
5828 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
5829
5830         * shell/main.c: (main):
5831
5832         Fix memory leak.
5833
5834 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
5835
5836         * backend/ev-document-factory.c: (ev_document_factory_get_document):
5837
5838         Fix crash when opening a pdf with password protection. 
5839
5840 2006-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
5841
5842         * pdf/ev-poppler.cc: (pdf_document_search_free):
5843
5844         Fix memory leak. 
5845
5846 2006-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5847
5848         * backend/ev-document-factory.c:
5849         (ev_document_factory_get_document):
5850         * tiff/tiff-document.c: (tiff_document_finalize):
5851         
5852         More correct handling of document loading. Fixes
5853         bug #349043.
5854
5855 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5856
5857         * backend/ev-attachment.c: (ev_attachment_save):
5858
5859         Remove GNOME_VFS_OPEN_TRUNCATE flag which is only available with
5860         gnome-vfs >= 2.9.3 and it's not really needed. Fixes bug #351493
5861
5862 2006-08-15  Julien Rebetez  <julienr@cvs.gnome.org>
5863         
5864         * shell/ev-window.c: (ev_window_cmd_recent_file_activate):
5865         Fixed a compilation error if HAVE_GTK_RECENT isn't defined.
5866
5867 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5868
5869         * shell/ev-sidebar-thumbnails.c:
5870
5871         Do not render thumbnails unless thumbnails page is active in the
5872         sidebar.
5873
5874 2006-08-14  Christian Persch  <chpe@cvs.gnome.org>
5875
5876         * shell/ev-properties-dialog.c:
5877
5878         Fix dialogue spacing. Bug #351370.
5879
5880 2006-08-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5881
5882         * configure.ac:
5883
5884         Use lowercase gettext catalog file names (evince.mo
5885         instead of Evince.mo)
5886
5887 2006-08-13  Carlos Garcia Campos  <carlosgc@gnome.org>
5888
5889         * shell/ev-sidebar-attachments.c:
5890
5891         GtkIconTheme is now screen safe too. Fixes bug #350878
5892
5893 2006-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
5894
5895         * shell/ev-window.c:
5896
5897         GtkRecent manager is now screen safe. Fixes bug #350145
5898
5899 2006-08-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5900
5901         * shell/ev-sidebar.c: (ev_sidebar_init):
5902         
5903         Make sidebar close icon smaller. Fix for bug 350177.
5904         See also bugs 350176 and 165770.
5905
5906 2006-08-10  Carlos Garcia Campos  <carlosgc@gnome.org>
5907
5908         * shell/ev-view.c: (goto_fith_dest), (goto_fit_dest), (goto_xyz_dest):
5909
5910         Ignore zoom for xyz destinations when it's <= 1, keeping user
5911         preferences instead. Set correct sizing-mode for fith and fitv
5912         destinations rather than EV_SIZING_FREE. Fixes bug #349433
5913
5914 2006-08-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5915
5916         * NEWS:
5917         * configure.ac:
5918         
5919         Update for release 0.5.5
5920
5921 2006-08-07  Radoslav Dorcik <dixiecko@gmail.com>
5922         
5923         * shell/ev-window.c: (ev_window_cmd_escape)
5924
5925         Escape unfocus page entry. Fixes bug #345809.
5926
5927 2006-08-06  Carlos Garcia Campos  <carlosgc@gnome.org>
5928
5929         * pdf/ev-poppler.cc: (ev_link_dest_from_dest), (ev_link_from_action),
5930         (build_tree), (pdf_document_links_get_links),
5931         (pdf_document_links_find_link_dest):
5932         * shell/ev-view.c: (goto_fitr_dest), (goto_fith_dest),
5933         (goto_xyz_dest):
5934
5935         Convert from PDF style coordinates to X style coordinates in the
5936         backend rather than in the view. Fixes bug #338440
5937
5938 2006-08-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5939
5940         * shell/ev-window.c:
5941         
5942         Remove Ctrl+Shift+T shortcut for toolbars. See
5943         the bug #350098.
5944
5945 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
5946
5947         * configure.ac:
5948
5949         Use [] in AC_DEFINE for GtkRecent. Probably build was failing because
5950         of this. 
5951
5952 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
5953
5954         * configure.ac:
5955         * cut-n-paste/Makefile.am:
5956         * data/evince-ui.xml:
5957         * shell/Makefile.am:
5958         * shell/ev-application.[ch]:
5959         * shell/ev-window.c:
5960
5961         Use GtkRecent instead of EggRecent when it's available. Fixes bug
5962         #349273
5963
5964 2006-08-04  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5965
5966         * shell/eggfindbar.c: (egg_find_bar_init): Fixed typo in
5967         findbar code: s/help/search/
5968
5969 2006-08-04  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
5970
5971         * shell/ev-window.c: (setup_document_from_metadata),
5972         (setup_chrome_from_metadata), (setup_sidebar_from_metadata),
5973         (setup_view_from_metadata):
5974         
5975         Fix memory leaks.
5976
5977 2006-07-31  Christian Persch  <chpe@cvs.gnome.org>
5978
5979         * autogen.sh, configure.ac: 
5980         
5981         Update automake usage. See bug 349292.
5982
5983 2006-07-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5984
5985         * shell/eggfindbar.c: (egg_find_bar_class_init),
5986         (entry_activate_callback), (egg_find_bar_init),
5987         (egg_find_bar_set_status_text):
5988         * shell/eggfindbar.h:
5989         
5990         Unify Evince findbar with Epiphany. Nice patch
5991         from Fabricio Silva <silva@crans.org> and
5992         Frederic Peters <fpeters@entrouvert.com>. See
5993         bug #339966 for details.
5994
5995 2006-07-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5996
5997         * data/evince.desktop.in.in:
5998         
5999         Correct information for bugzilla. Thanks to
6000         Olaf Vitters, see bug #348855.
6001
6002 2006-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
6003
6004         * shell/ev-jobs.[ch]:
6005         * shell/ev-sidebar-links.c:
6006         * shell/ev-window.[ch]:
6007
6008         GtkPrintJob doesn't support print ranges or current page, so we export
6009         to a ps file now when printing ranges or current page.
6010
6011 2006-07-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6012
6013         * pdf/ev-poppler.cc:
6014         * shell/ev-window.c: (do_action_named):
6015
6016         We should be more clear about bugzilla. See the
6017         poppler bug #7623.
6018
6019 2006-07-23  Carlos Garcia Campos  <carlosgc@gnome.org>
6020
6021         * configure.ac:
6022         * shell/Makefile.am:
6023         * shell/ev-job-queue.c:
6024         * shell/ev-jobs.[ch]:
6025         * shell/ev-sidebar-links.c:
6026         * shell/ev-window.[ch]:
6027         
6028         Use GtkPrint instead of GnomePrint when it's available. Fixes bug
6029         #348422
6030
6031 2006-07-17  Carlos Garcia Campos  <carlosgc@gnome.org>
6032
6033         * data/evince-toolbar.xml: Add preview toolbar (hidden by default)
6034         * shell/ev-application-service.xml:
6035         * shell/ev-application.[ch]:
6036         * shell/ev-jobs.[ch]:
6037         * shell/ev-window.[ch]: (ev_window_run_preview):
6038         * shell/main.c: 
6039
6040         Add preview mode to use evince as a printing previewer. It also adds
6041         other command line options for fullscreen and presentation modes.
6042         Fixes bugs #347822, #317031
6043
6044 2006-07-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6045
6046         * NEWS:
6047         * configure.ac:
6048         
6049         Update for release 0.5.4
6050
6051 2006-07-11  Bastien Nocera <hadess@hadess.net>
6052
6053         * Makefile.am:
6054         * backend/Makefile.am:
6055         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
6056         * backend/ev-document-factory.h:
6057         * configure.ac:
6058         * impress/.cvsignore:
6059         * impress/Makefile.am:
6060         * impress/common.h:
6061         * impress/document.c: (_imp_load_xml), (imp_open), (imp_nr_pages),
6062         (imp_get_page), (imp_next_page), (imp_prev_page),
6063         (imp_get_page_no), (imp_get_page_name), (imp_get_xml), (imp_close):
6064         * impress/f_oasis.c: (render_object), (render_page),
6065         (get_geometry), (_imp_oasis_load):
6066         * impress/f_oo13.c: (render_object), (render_page), (get_geometry),
6067         (_imp_oo13_load):
6068         * impress/iksemel.c: (iks_malloc), (iks_free), (iks_set_mem_funcs),
6069         (iks_strdup), (iks_strcat), (iks_strcmp), (iks_strcasecmp),
6070         (iks_strncmp), (iks_strncasecmp), (iks_strlen), (iks_escape),
6071         (iks_unescape), (find_space), (iks_stack_new), (iks_stack_alloc),
6072         (iks_stack_strdup), (iks_stack_strcat), (iks_stack_stat),
6073         (iks_stack_delete), (iks_sax_new), (iks_sax_extend),
6074         (iks_parser_stack), (iks_user_data), (iks_nr_bytes),
6075         (iks_nr_lines), (stack_init), (stack_expand), (sax_core),
6076         (iks_parse), (iks_parser_reset), (iks_parser_delete), (iks_new),
6077         (iks_new_within), (iks_insert), (iks_insert_cdata),
6078         (iks_insert_attrib), (iks_insert_node), (iks_hide), (iks_delete),
6079         (iks_next), (iks_next_tag), (iks_prev), (iks_prev_tag),
6080         (iks_parent), (iks_root), (iks_child), (iks_first_tag),
6081         (iks_attrib), (iks_find), (iks_find_cdata), (iks_find_attrib),
6082         (iks_find_with_attrib), (iks_stack), (iks_type), (iks_name),
6083         (iks_cdata), (iks_cdata_size), (iks_has_children),
6084         (iks_has_attribs), (escape_size), (my_strcat), (escape),
6085         (iks_string), (iks_copy_within), (iks_copy), (tagHook),
6086         (cdataHook), (deleteHook), (iks_dom_new), (iks_set_size_hint),
6087         (iks_tree), (iks_load), (iks_save):
6088         * impress/iksemel.h:
6089         * impress/imposter.h:
6090         * impress/impress-document.c: (G_DEFINE_TYPE_WITH_CODE),
6091         (imp_render_draw_bezier_real), (imp_render_get_size),
6092         (imp_render_set_fg_color), (imp_render_draw_line),
6093         (imp_render_draw_rect), (imp_render_draw_polygon),
6094         (imp_render_draw_arc), (imp_render_draw_bezier),
6095         (imp_render_open_image), (imp_render_get_image_size),
6096         (imp_render_scale_image), (imp_render_draw_image),
6097         (imp_render_close_image), (imp_render_markup),
6098         (imp_render_get_text_size), (imp_render_draw_text),
6099         (impress_document_load), (impress_document_save),
6100         (impress_document_get_n_pages), (impress_document_get_page_size),
6101         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
6102         (impress_document_finalize), (impress_document_class_init),
6103         (impress_document_can_get_text), (impress_document_get_info),
6104         (impress_document_document_iface_init),
6105         (impress_document_thumbnails_get_thumbnail),
6106         (impress_document_thumbnails_get_dimensions),
6107         (impress_document_document_thumbnails_iface_init),
6108         (impress_document_init):
6109         * impress/impress-document.h:
6110         * impress/internal.h:
6111         * impress/r_back.c: (_imp_fill_back):
6112         * impress/r_draw.c: (_imp_draw_rect), (_imp_draw_line_end),
6113         (_imp_draw_image), (_imp_tile_image):
6114         * impress/r_geometry.c: (r_parse_color), (r_get_color), (fg_color),
6115         (r_get_x), (r_get_y), (r_get_angle), (r_get_viewbox), (r_polygon),
6116         (r_polyline):
6117         * impress/r_gradient.c: (poly_rotate), (r_draw_gradient_simple),
6118         (r_draw_gradient_complex), (r_draw_gradient):
6119         * impress/r_style.c: (get_style), (r_get_style), (get_style_x),
6120         (r_get_bullet):
6121         * impress/r_text.c: (add_line), (add_span), (calc_sizes),
6122         (calc_pos), (_imp_draw_layout), (text_span), (text_p), (text_list),
6123         (r_text):
6124         * impress/render.c: (imp_create_context), (imp_context_set_page),
6125         (imp_context_set_step), (imp_render), (imp_delete_context):
6126         * impress/render.h:
6127         * impress/zip.c: (zip_error), (find_cd), (get_long), (get_word),
6128         (list_files), (zip_open), (zip_close), (find_file), (seek_file),
6129         (zip_load_xml), (zip_get_size), (zip_load):
6130         * impress/zip.h:
6131         * shell/ev-utils.c:
6132         
6133         New backend to support impress slides. Fixes bug #30867.
6134
6135 2006-07-10  Ghee Teo  <ghee.teo@sun.com>
6136
6137         * shell/ev-utils.c: (using_postscript_printer):
6138         
6139         Fixes crash when print using PAPI backend,
6140         bug #345012.
6141
6142 2006-06-09  Pat Rondon  <pmr@patrondon.org>
6143
6144         * shell/ev-jobs.c: (ev_job_xfer_run):
6145         * shell/ev-window.c: (password_dialog_response),
6146         (ev_window_popup_password_dialog), (ev_window_xfer_job_cb),
6147         (ev_window_dispose):
6148         Fixes bug #344160: if the xfer job doesn't complete
6149         because a password is required, reload the existing
6150         instance instead of creating a new one.
6151
6152 2006-06-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6153
6154         * shell/main.c: (main): Call gdk_threads_init. Thus
6155         we'll avoid errors in auth dialog. Fix for the bug
6156         #343347.
6157
6158 2006-06-01  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6159
6160         * configure.ac: Advertise pixbuf support, fix
6161         for the bug 343317.
6162
6163 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6164
6165         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_refresh),
6166         (ev_sidebar_thumbnails_set_document):
6167         
6168         Update sidebar thumbnails after reloading.
6169
6170 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6171
6172         * shell/ev-jobs.c: (ev_job_xfer_dispose), (ev_job_xfer_new):
6173         * shell/ev-jobs.h:
6174         * shell/ev-window.c: (ev_window_xfer_job_cb), (ev_window_open_uri),
6175         (ev_window_cmd_view_reload), (ev_window_init):
6176         
6177         Don't crash on reload. Fix for the bug #343167.
6178
6179 2006-05-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6180
6181         * shell/ev-jobs.c: (ev_job_render_run):
6182         
6183         Check for document links.
6184
6185 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6186
6187         * backend/ev-attachment.c: (ev_attachment_save),
6188         (ev_attachment_launch_app), (ev_attachment_open):
6189         * backend/ev-document-factory.c: (get_document_from_uri):
6190         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
6191         (egg_recent_view_uimanager_set_list):
6192         * ps/ps-document.c: (check_filecompressed), (document_load),
6193         (ps_document_load):
6194         * shell/ev-metadata-manager.c: (load_values):
6195         * shell/ev-password.c: (ev_password_dialog_set_property):
6196         * shell/ev-view.c: (tip_from_link):
6197         * shell/ev-window.c: (file_save_dialog_response_cb),
6198         (ev_window_print_dialog_response_cb):
6199         
6200         Use consistent quoting style. Fix for the bug #320285.
6201
6202 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6203
6204         * shell/ev-jobs.c: (ev_job_xfer_run):
6205         * shell/main.c: (load_files):
6206                 
6207         Open links with anchors. Fix for the bug #339836.
6208
6209 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6210
6211         * backend/ev-link-dest.c: (ev_link_dest_type_get_type),
6212         (ev_link_dest_get_page_label), (ev_link_dest_get_property),
6213         (ev_link_dest_set_property), (ev_link_dest_finalize),
6214         (ev_link_dest_class_init), (ev_link_dest_new_named),
6215         (ev_link_dest_new_page_label):
6216         * backend/ev-link-dest.h:
6217         * shell/ev-application.c: (ev_application_open_uri):
6218         * shell/ev-view.c: (goto_dest):
6219         * shell/ev-window.c:
6220         * shell/ev-window.h:
6221         
6222         Fix page-label command line option. Bug #342070.
6223
6224 2006-05-27  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
6225
6226         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
6227         
6228         Don't show highlight rects if page can't be showed. Fix for 
6229         the bug #342076
6230
6231 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6232
6233         * shell/ev-window.c: (setup_sidebar_from_metadata),
6234         (ev_window_sidebar_visibility_changed_cb), (ev_window_init):
6235         
6236         Setup sidebar from metadata even if there is no document
6237         loaded. Fix for the bug #342807.
6238
6239 2006-05-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6240
6241         * cut-n-paste/toolbar-editor/Makefile.am:
6242         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
6243         (get_dock_position), (get_toolbar_position), (get_toolbar_nth),
6244         (find_action), (drag_data_delete_cb), (drag_begin_cb),
6245         (drag_end_cb), (drag_data_get_cb), (move_item_cb),
6246         (remove_item_cb), (remove_toolbar_cb), (popup_context_deactivate),
6247         (popup_context_menu_cb), (button_press_event_cb),
6248         (configure_item_sensitivity), (configure_item_cursor),
6249         (configure_item_tooltip), (connect_widget_signals),
6250         (action_sensitive_cb), (create_item_from_action),
6251         (create_item_from_position), (toolbar_drag_data_received_cb),
6252         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
6253         (toolbar_drag_leave_cb), (configure_drag_dest),
6254         (toggled_visibility_cb), (toolbar_visibility_refresh),
6255         (create_dock), (toolbar_changed_cb), (unparent_fixed),
6256         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
6257         (item_added_cb), (item_removed_cb), (egg_editable_toolbar_build),
6258         (egg_editable_toolbar_set_model), (egg_editable_toolbar_init),
6259         (egg_editable_toolbar_dispose),
6260         (egg_editable_toolbar_set_ui_manager),
6261         (egg_editable_toolbar_get_selected),
6262         (egg_editable_toolbar_set_selected), (set_edit_mode),
6263         (egg_editable_toolbar_set_property),
6264         (egg_editable_toolbar_get_property),
6265         (egg_editable_toolbar_class_init), (egg_editable_toolbar_new),
6266         (egg_editable_toolbar_new_with_model),
6267         (egg_editable_toolbar_get_edit_mode),
6268         (egg_editable_toolbar_set_edit_mode),
6269         (egg_editable_toolbar_add_visibility), (egg_editable_toolbar_show),
6270         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed):
6271         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
6272         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (compare_items),
6273         (item_added_or_removed_cb), (toolbar_removed_cb),
6274         (egg_toolbar_editor_set_model), (egg_toolbar_editor_class_init),
6275         (egg_toolbar_editor_finalize), (drag_begin_cb), (drag_end_cb),
6276         (drag_data_get_cb), (set_drag_cursor), (editor_create_item),
6277         (editor_create_item_from_name), (append_table),
6278         (update_editor_sheet), (egg_toolbar_editor_init):
6279         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
6280         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
6281         (egg_toolbars_model_to_xml), (egg_toolbars_model_save_toolbars),
6282         (is_unique), (toolbar_node_new), (item_node_new), (item_node_free),
6283         (toolbar_node_free), (egg_toolbars_model_get_flags),
6284         (egg_toolbars_model_set_flags), (egg_toolbars_model_get_data),
6285         (egg_toolbars_model_get_name), (impl_add_item),
6286         (egg_toolbars_model_add_item), (egg_toolbars_model_add_toolbar),
6287         (parse_data_list), (parse_item_list), (parse_toolbars),
6288         (egg_toolbars_model_load_toolbars), (parse_available_list),
6289         (parse_names), (egg_toolbars_model_load_names),
6290         (egg_toolbars_model_class_init), (egg_toolbars_model_init),
6291         (egg_toolbars_model_finalize), (egg_toolbars_model_remove_toolbar),
6292         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
6293         (egg_toolbars_model_delete_item), (egg_toolbars_model_n_items),
6294         (egg_toolbars_model_item_nth), (egg_toolbars_model_n_toolbars),
6295         (egg_toolbars_model_toolbar_nth), (egg_toolbars_model_get_types),
6296         (egg_toolbars_model_set_types), (fill_avail_array),
6297         (egg_toolbars_model_get_name_avail),
6298         (egg_toolbars_model_get_name_flags),
6299         (egg_toolbars_model_set_name_flags):
6300         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
6301         * cut-n-paste/toolbar-editor/eggintl.h:
6302         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
6303         (egg_tree_multi_drag_source_get_type),
6304         (egg_tree_multi_drag_source_row_draggable),
6305         (egg_tree_multi_drag_source_drag_data_delete),
6306         (egg_tree_multi_drag_source_drag_data_get), (stop_drag_check),
6307         (egg_tree_multi_drag_button_release_event), (selection_foreach),
6308         (path_list_free), (set_context_data), (get_context_data),
6309         (get_info), (egg_tree_multi_drag_drag_data_get),
6310         (egg_tree_multi_drag_motion_event),
6311         (egg_tree_multi_drag_button_press_event),
6312         (egg_tree_multi_drag_add_drag_support):
6313         * cut-n-paste/toolbar-editor/eggtreemultidnd.h:
6314         * shell/ev-application.c: (ev_application_init),
6315         (ev_application_save_toolbars_model):
6316         * shell/ev-window.c: (ev_window_create_fullscreen_popup),
6317         (ev_window_cmd_edit_toolbar), (ev_window_init):
6318         
6319         Sync toolbareditor with epiphany and libegg
6320
6321 2006-05-23  Carlos Garcia Campos  <carlosgc@gnome.org>
6322
6323         * configure.ac: 
6324
6325         Depend on poppler 0.5.2
6326
6327 2006-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6328
6329         * shell/ev-jobs.c: (ev_job_render_run):
6330         
6331         Check if document supports links iterface.
6332
6333 2006-05-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6334
6335         * NEWS:
6336         * configure.ac:
6337         
6338         Update for release 0.5.3
6339
6340 2006-05-13  Michael Plump  <plumpy@skylab.org>
6341
6342         * configure.ac:
6343         * shell/Makefile.am:
6344         * shell/main.c: (main):
6345         
6346         Port to GOption command line parsing. Fix for the 
6347         bug #327518
6348
6349 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6350
6351         * shell/ev-window.c: (ev_window_cmd_help_about):
6352         
6353         Do not wrap license. Fix for the bug #309460.
6354
6355 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6356
6357         * configure.ac:
6358         * properties/ev-properties-main.c: (ev_properties_get_pages):
6359         * shell/ev-application.c: (ev_application_open_window),
6360         (ev_application_open_uri_at_dest):
6361         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
6362         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
6363         (ev_sidebar_thumbnails_use_icon_view), (page_changed_cb):
6364         * shell/ev-utils.c: (save_print_config_to_file):
6365         * shell/ev-window.c: (ev_window_cmd_save_as),
6366         (ev_attachment_popup_cmd_save_attachment_as):
6367         * shell/main.c: (load_files_remote):
6368         
6369         Bump requirements to gtk 2.8 and drop all ifdefs used.
6370
6371 2006-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6372
6373         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
6374         * shell/ev-window.c: (ev_window_init):
6375         
6376         Show attachments page.
6377
6378 2006-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6379
6380         * po/POTFILES.in:
6381         * shell/ev-attachment-bar.c:
6382         * shell/ev-attachment-bar.h:
6383         * shell/ev-sidebar-attachments.c:
6384         (ev_sidebar_attachments_icon_cache_add),
6385         (icon_theme_get_pixbuf_from_mime_type),
6386         (ev_sidebar_attachments_icon_cache_get), (icon_cache_update_icon),
6387         (ev_sidebar_attachments_icon_cache_refresh),
6388         (ev_sidebar_attachments_get_attachment_at_pos),
6389         (ev_sidebar_attachments_popup_menu_show),
6390         (ev_sidebar_attachments_popup_menu),
6391         (ev_sidebar_attachments_button_press),
6392         (ev_sidebar_attachments_update_icons),
6393         (ev_sidebar_attachments_drag_data_get),
6394         (ev_sidebar_attachments_get_property),
6395         (ev_sidebar_attachments_destroy),
6396         (ev_sidebar_attachments_class_init), (ev_sidebar_attachments_init),
6397         (ev_sidebar_attachments_new),
6398         (ev_sidebar_attachments_set_document),
6399         (ev_sidebar_attachments_support_document),
6400         (ev_sidebar_attachments_get_label),
6401         (ev_sidebar_attachments_page_iface_init):
6402         * shell/ev-sidebar-attachments.h:
6403         * shell/ev-window.c: (update_chrome_visibility),
6404         (setup_sidebar_from_metadata), (ev_window_setup_document),
6405         (ev_window_sidebar_current_page_changed_cb),
6406         (attachment_bar_menu_popup_cb), (ev_window_init):
6407         
6408         Move attachments bar to sidebar.
6409
6410 2006-05-09  Carlos Garcia Campos  <carlosgc@gnome.org>
6411
6412         * pdf/ev-poppler.cc:
6413         * shell/ev-application.[ch]:
6414         * shell/main.c:
6415
6416         Fix some memory leaks.
6417
6418 2006-05-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6419
6420         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
6421
6422         Change the properties dialog response to
6423         GTK_RESPONSE_CANCEL instead of GTK_RESPONSE_CLOSE. This
6424         will make the dialog go away when the user presses
6425         enter. With gtk+ >= 2.9 this will happen anyway, but for
6426         older gtk+ versions only GTK_RESPONSE_CANCEL is bound to
6427         escape by default. Fixes bug #340539. See also bug
6428         #101293 for the gtk+ part.
6429
6430 2006-05-08  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
6431
6432         * shell/ev-view.c (tip_from_action_named): Replace some strings
6433         that were wrong. Closes #340970.
6434
6435 2006-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
6436
6437         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
6438
6439         Update sidebar chrome flag when sidebar visibility changes. Fixes bug
6440         #341049
6441
6442 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6443
6444         * djvu/Makefile.am:
6445         * dvi/Makefile.am:
6446         * dvi/mdvi-lib/Makefile.am:
6447         * properties/Makefile.am:
6448         * ps/Makefile.am:
6449         * shell/Makefile.am:
6450         * thumbnailer/Makefile.am:
6451         
6452         Due to broken libtool that is unable to track dependencies
6453         of noinst libraries we are forced to explicitely point
6454         libraries for binary. Fix for the bug #333334.
6455
6456 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6457
6458         * data/evince.desktop.in.in:
6459         * shell/ev-view.c: (view_update_range_and_current_page),
6460         (ev_view_next_page), (ev_view_previous_page):
6461         * shell/ev-window.c: (update_chrome_visibility),
6462         (setup_sidebar_from_metadata), (ev_window_setup_document),
6463         (ev_window_update_fullscreen_popup), (fullscreen_timeout_cb),
6464         (fullscreen_set_timeout), (fullscreen_clear_timeout),
6465         (fullscreen_motion_notify_cb), (ev_window_run_fullscreen),
6466         (ev_window_stop_fullscreen), (ev_window_run_presentation),
6467         (ev_window_stop_presentation), (ev_window_focus_in_event),
6468         (ev_window_focus_out_event), (ev_window_view_sidebar_cb),
6469         (ev_window_init):
6470         * thumbnailer/Makefile.am:
6471         
6472         Update fullscreen and presentation timeout handling. Hide
6473         cursor in presentation after timeout. Fix for the bugs
6474         #136359 and #336981.
6475
6476 2006-05-03  Carlos Garcia Campos  <carlosgc@gnome.org>
6477
6478         * backend/ev-link-action.[ch]:
6479         * pdf/ev-poppler.cc: (ev_link_from_action):
6480         * shell/ev-view-private.h:
6481         * shell/ev-view.c: (ev_view_handle_link), (tip_from_action_named):
6482         * shell/ev-window.c: (do_action_named), (view_external_link_cb):
6483
6484         Add support for Named Action links
6485
6486 2006-05-02  Carlos Garcia Campos  <carlosgc@gnome.org>
6487
6488         * backend/Makefile.am:
6489         * backend/ev-document-links.[ch]:
6490         * backend/ev-document.[ch]:
6491         * backend/ev-link-action.[ch]:
6492         * backend/ev-link-dest.[ch]:
6493         * backend/ev-link.[ch]:
6494         * pdf/ev-poppler.cc: (pdf_document_find_link_dest),
6495         (ev_link_dest_from_dest), (ev_link_from_action), (build_tree):
6496         * shell/ev-page-action.c: (build_new_tree_cb):
6497         * shell/ev-sidebar-links.c: (get_page_from_dest), (print_section_cb),
6498         (links_page_num_func), (update_page_callback):
6499         * shell/ev-view.[ch]: (ev_view_goto_dest), (ev_view_handle_link),
6500         (tip_from_link):
6501         * shell/ev-jobs.c:
6502         * shell/ev-window.[ch]: (ev_window_open_uri),
6503         (sidebar_links_link_activated_cb), (ev_view_popup_cmd_open_link):
6504         * shell/ev-application.[ch]: (ev_application_open_window),
6505         (ev_application_open_uri):
6506
6507         Rework links system, it adds support for remote links now and it makes
6508         easier to add new kinds of actions and destinations. Fixes bug #317292
6509
6510 2006-05-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6511
6512         * data/Makefile.am:
6513         * data/evince.png:
6514         * data/evince-16.png:
6515         * data/evince-22.png:
6516         * data/evince.svg:
6517         * shell/main.c: (main):
6518         
6519         Evince use it's own icon. Fix for the bug #313392.
6520
6521         * shell/ev-window.c: (fullscreen_timeout_cb),
6522         (fullscreen_set_timeout), (fullscreen_clear_timeout),
6523         (ev_window_cmd_help_about), (ev_window_dispose):
6524         
6525         Simplify fullscreen timeout code.
6526
6527 2006-04-29  Carlos Garcia Campos  <carlosgc@gnome.org>
6528
6529         * backend/ev-attachment.c: 
6530         * shell/ev-attachment-bar.c:
6531         * shell/ev-window.c:
6532
6533         Allow multiple selection of attachments
6534
6535 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6536
6537         * shell/ev-view.c: (view_update_range_and_current_page),
6538         (ev_view_scroll):
6539         
6540         Fix for the bug #312573 – Optimal selection of current 
6541         page among visible pages.
6542
6543 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6544
6545         * configure.ac:
6546         * djvu/Makefile.am:
6547         * djvu/djvu-text.h:
6548         
6549         Update to djvulibre-3.5.17, now it uses pkg-config. Fix
6550         for the bug 339868.
6551
6552 2006-04-22  Kjartan Maraas  <kmaraas@gnome.org>
6553
6554         * configure.ac: Fix the LINGUAS stuff here too so it builds.
6555
6556 2006-04-21  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6557
6558         * shell/ev-window.c: Add ellipsis to the Find... menu item, as
6559         dictated by the GNOME HIG. Fixes bug #339235.
6560
6561 2006-04-20  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6562
6563         * data/evince-ui.xml:
6564         * shell/ev-view.c: (ev_view_can_find_previous):
6565         * shell/ev-view.h:
6566         * shell/ev-window.c: (ev_window_update_actions),
6567         (ev_window_cmd_edit_find_previous):
6568
6569         Add support for "Find Previous" as dictated by the GNOME HIG. A
6570         menu item is added and some glue code to make it all work is added
6571         to various files.
6572
6573 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6574
6575         * configure.ac: Award myself the "useless use of cat" award.
6576
6577 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6578
6579         * po/LINGUAS: New file listing all supported languages.
6580
6581         * configure.in: Use po/LINGUAS instead of including all languages
6582         directly in this file. See the wiki for more information:
6583         http://live.gnome.org/GnomeGoals/PoLinguas
6584
6585 2006-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
6586
6587         * backend/ev-document-factory.c:
6588
6589         Do not load the document twice when there isn't errors
6590
6591 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
6592
6593         * backend/ev-attachment.c: 
6594
6595         Fix a crash when there isn't a default application to open an
6596         attachment
6597
6598 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
6599
6600         * backend/ev-attachment.[ch]:
6601         * shell/ev-attachment-bar.[ch]:
6602
6603         Added missing files. 
6604
6605 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
6606
6607         * backend/Makefile.am:
6608         * data/evince-ui.xml:
6609         * backend/ev-attachment.[ch]:
6610         * backend/ev-document.[ch]: (ev_document_has_attachments),
6611         (ev_document_get_attachments):
6612         * pdf/ev-poppler.cc: (pdf_document_has_attachments),
6613         (attachment_save_to_buffer), (pdf_document_get_attachments),
6614         (pdf_document_document_iface_init):
6615         * shell/Makefile.am:
6616         * shell/ev-attachment-bar.[ch]:
6617         * shell/ev-window.c:
6618
6619         Add support for PDF attachments. Fixes bug #325143
6620
6621 2006-04-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6622
6623         * backend/ev-document-factory.c: (get_document_from_uri),
6624         (ev_document_factory_get_document):
6625         * backend/ev-document-factory.h:
6626         * properties/ev-properties-main.c: (ev_properties_get_pages):
6627         * shell/Makefile.am:
6628         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
6629         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
6630         (ev_job_queue_remove_job):
6631         * shell/ev-job-queue.h:
6632         * shell/ev-job-xfer.c:
6633         * shell/ev-job-xfer.h:
6634         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
6635         (ev_job_fonts_new), (ev_job_fonts_run), (ev_job_xfer_init),
6636         (ev_job_xfer_dispose), (ev_job_xfer_class_init), (ev_job_xfer_new),
6637         (ev_job_xfer_run):
6638         * shell/ev-jobs.h:
6639         * shell/ev-window.c: (ev_window_is_empty),
6640         (password_dialog_response), (ev_window_clear_xfer_job),
6641         (ev_window_xfer_job_cb), (ev_window_open_uri),
6642         (ev_window_cmd_focus_page_selector),
6643         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
6644         (ev_window_cmd_continuous), (ev_window_cmd_dual),
6645         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
6646         (ev_window_dispose):
6647         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
6648         
6649         * Cleanup mime type detection on document load. Fix for the
6650         bug #336448.
6651
6652 2006-04-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6653
6654         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
6655         
6656         Fix crash on exit, described in the bug #336825.
6657
6658 2006-03-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6659
6660         * backend/ev-document-factory.c:
6661         (ev_document_factory_get_from_mime),
6662         (ev_document_factory_get_all_mime_types), (get_document_from_uri),
6663         (ev_document_factory_get_document),
6664         (file_filter_add_mime_list_and_free),
6665         (ev_document_factory_add_filters):
6666         * backend/ev-document-factory.h:
6667         * properties/ev-properties-main.c: (ev_properties_get_pages):
6668         * shell/Makefile.am:
6669         * shell/ev-application.c:
6670         * shell/ev-job-xfer.c: (ev_job_xfer_run):
6671         * shell/ev-window.c: (ev_window_cmd_file_open),
6672         (ev_window_cmd_save_as):
6673         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
6674         
6675         Rework factory functions so they are placed now in a single 
6676         file ev-document-factory.c
6677
6678 2006-03-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6679
6680         * shell/ev-window.c: (update_chrome_visibility):
6681         
6682         Fix for the bug 166566 - don't show menubar in fullscreen
6683         mode.
6684
6685 2006-03-22  Tommi Vainikainen  <thv@iki.fi>
6686
6687         * configure.ac (ALL_LINGUAS): Added Dzongkha (dz).
6688
6689 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6690
6691         * shell/ev-view.c: (ev_view_expose_event):
6692         
6693         More correctly draw loading text when document
6694         is empty.
6695
6696 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6697
6698         * shell/ev-view.c: (ev_view_scroll):
6699         
6700         Fix for the bug #334854, page down and page up switch
6701         pages in presentation mode.
6702
6703 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6704
6705         * shell/ev-window.c: (ev_window_set_action_sensitive),
6706         (ev_window_setup_action_sensitivity), (ev_window_update_actions),
6707         (ev_window_set_view_accels_sensitivity),
6708         (update_chrome_visibility), (ev_window_cmd_focus_page_selector),
6709         (ev_window_cmd_continuous), (ev_window_cmd_dual),
6710         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
6711         (find_changed_cb), (page_changed_cb), (ev_window_setup_document),
6712         (ev_window_cmd_edit_find), (ev_window_set_page_mode),
6713         (ev_window_cmd_edit_toolbar_cb), (ev_window_zoom_changed_cb),
6714         (ev_window_has_selection_changed_cb), (find_bar_search_changed_cb),
6715         (view_actions_focus_in_cb), (ev_window_init):
6716         
6717         Fix for the bug #333902, now it's possible to search
6718         words with slash.
6719
6720 2006-03-16  Jérémy Ar Floc'h <jérémy.lefloch@gmail.com>
6721
6722         * configure.ac: Added Breton translation.
6723         * po/br.po: Added Breton translation.
6724
6725 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
6726
6727         * shell/ev-window-title (ev_window_title_update):
6728
6729         Fix memory leak in window title. Fixes bug #333944
6730
6731 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
6732
6733         * shell/ev-metadata-manager.c (parseItem):
6734
6735         Fix memory leaks. Fixes bug #333945
6736
6737 2006-03-13  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6738         
6739         * NEWS, configure.ac, TODO:
6740         
6741         Update for release 0.5.2.
6742
6743 2006-03-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6744
6745         * shell/ev-view.c: (view_update_range_and_current_page),
6746         (page_changed_cb):
6747         
6748         Don't jump on scrolling, fix for the bug #333127.
6749
6750 2006-03-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6751
6752         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
6753         
6754         Scroll by one page in presentation mode. Fix for the bug
6755         #332993.
6756
6757 2006-03-01  Vladimer SIchinava <vlsichinava@gmail.com>
6758
6759         * configure.ac: Added ka (Georgian) to ALL_LINGUAS line.
6760
6761 2006-02-28  Clytie Siddall <clytie@riverland.net.au>
6762
6763         * configure.ac  Added lv in ALL_LINGUAS line.
6764
6765 2006-02-27  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6766         
6767         * NEWS, configure.ac:
6768         
6769         Update for release 0.5.1
6770
6771 2006-02-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
6772
6773         * backend/ev-document-misc.c: (ev_document_misc_paint_one_page):
6774         * backend/ev-document-misc.h:
6775         * shell/ev-view.c: (draw_one_page):
6776         
6777          Clairfy what page the toolbar page number applies to. Fix
6778          for the bug #328102.
6779
6780 2006-02-24  Stanislav Slusny <slusnys@gmail.com>
6781
6782         * shell/ev-view-private.h:
6783         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_event),
6784         (ev_view_init), (find_changed_cb), (ev_view_find_previous),
6785         (ev_view_search_changed):
6786         * shell/ev-view.h:
6787         * shell/ev-window.c: (find_bar_search_changed_cb):
6788         
6789         Dont't jump to find result if window was scrolled during search.
6790         Fix for the bug #313266.
6791
6792 2006-02-21  Stanislav Slusny <slusnys@gmail.com>
6793
6794         * shell/eggfindbar.c: (egg_find_bar_class_init):
6795         * shell/eggfindbar.h:
6796         * shell/ev-view-accessible.c: (ev_view_accessible_idle_do_action):
6797         * shell/ev-view-private.h:
6798         * shell/ev-view.c: (add_scroll_binding_keypad), (ev_view_scroll),
6799         (ev_view_class_init), (ev_sizing_mode_get_type),
6800         (ev_scroll_type_get_type):
6801         * shell/ev-view.h:
6802         * shell/ev-window.c: (ev_window_cmd_scroll_forward),
6803         (ev_window_cmd_scroll_backward), (find_bar_scroll),
6804         (ev_window_init):
6805         
6806         Fix for the bug 319133 - Find entry should allow text scroll.
6807
6808 2006-02-20  Antoine Dopffer <antoine.dopffer@free.fr>
6809
6810         * shell/ev-view-private.h:
6811         * shell/ev-view.c: (view_update_range_and_current_page),
6812         (highlight_find_results), (find_changed_cb), (page_changed_cb),
6813         (ev_view_set_document), (update_find_status_message),
6814         (jump_to_find_result), (jump_to_find_page), (ev_view_find_next),
6815         (ev_view_find_previous):
6816         
6817         Fix for the bug #319137. Search now takes account for scrolling.
6818
6819 2006-02-19  Michael Hofmann <mh21@piware.de>
6820
6821         * configure.ac:
6822         * djvu/Makefile.am:
6823         * djvu/djvu-document-private.h:
6824         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
6825         (djvu_handle_events), (djvu_document_load), (djvu_document_save),
6826         (djvu_document_get_page_size), (djvu_document_render_pixbuf),
6827         (djvu_document_can_get_text), (djvu_document_get_text),
6828         (djvu_document_document_iface_init),
6829         (djvu_document_thumbnails_get_thumbnail),
6830         (djvu_document_find_begin), (djvu_document_find_get_n_results),
6831         (djvu_document_find_get_result),
6832         (djvu_document_find_page_has_results),
6833         (djvu_document_find_get_progress), (djvu_document_find_cancel),
6834         (djvu_document_find_iface_init):
6835         * djvu/djvu-text-page.c: (djvu_text_page_selection_process),
6836         (djvu_text_page_selection), (djvu_text_page_limits_process),
6837         (djvu_text_page_limits), (djvu_text_page_copy),
6838         (djvu_text_page_position), (djvu_text_page_union),
6839         (djvu_text_page_sexpr_process), (djvu_text_page_sexpr),
6840         (djvu_text_page_box), (djvu_text_page_append_text),
6841         (djvu_text_page_search), (djvu_text_page_prepare_search),
6842         (djvu_text_page_new), (djvu_text_page_free):
6843         * djvu/djvu-text-page.h:
6844         * djvu/djvu-text.c: (djvu_text_idle_callback), (djvu_text_new),
6845         (djvu_text_copy), (djvu_text_free), (djvu_text_get_text),
6846         (djvu_text_n_results), (djvu_text_has_results),
6847         (djvu_text_get_result), (djvu_text_get_progress):
6848         * djvu/djvu-text.h:
6849         
6850         Text search in djvu. Fix for the bug #303415.
6851
6852 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6853
6854         * configure.ac:
6855         * shell/ev-window.c: (ev_window_cmd_save_as):
6856         
6857         Ask filechooser to confirm overwrite. Fix for the bug #328266.
6858         Thanks to Gary Coady <gary@lyranthe.org>
6859
6860 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6861
6862         * shell/ev-print-job.c: (idle_print_handler):
6863         
6864         Inverse order printing, bug #320919.
6865
6866 2006-02-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6867
6868         * data/evince-toolbar.xml:
6869         * shell/ev-window.c:
6870         
6871         Allow to add sidebar checkbutton on toolbar. Fix
6872         for the bug #144577.
6873
6874 2006-02-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6875
6876         * ps/ps-document.c: (push_pixbuf), (setup_pixmap):
6877         
6878         Add checks that have sense for empty ps document.
6879
6880 2006-02-15  Luca Ferretti <elle.uca@libero.it>
6881
6882         * configure.ac: Include PS in mime types list. 
6883
6884 2006-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6885
6886         * configure.ac:
6887         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
6888         * ps/gsdefaults.h:
6889         * ps/ps-document.c: (start_interpreter), (ps_document_load):
6890         
6891         Runtime check for gs interpreter. Fix for the bug #320868.
6892         Thanks to Antoine Dopffer antoine.dopffer@free.fr
6893
6894 2006-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
6895
6896         * shell/ev-application.c: 
6897
6898         Use DBUS_NAME_FLAG_DO_NOT_QUEUE flag in RequestName method when
6899         dbus>=0.60, so that the request is not queued. 
6900
6901 2006-02-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6902
6903         * configure.ac:
6904         * shell/Makefile.am:
6905         * shell/ev-sidebar-links.c: (print_section_cb):
6906         * shell/ev-utils.c:
6907         * shell/ev-utils.h:
6908         * shell/ev-window.c: (update_action_sensitivity),
6909         (ev_window_close_dialogs), (ev_window_print):
6910         * shell/ev-window.h:
6911         
6912         Make printing support optional. Patch from Eduardo de Barros Lima
6913         <eduardo.lima@indt.org.br> for the bug #330546.
6914
6915 2006-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6916
6917         * shell/ev-view-private.h:
6918         * shell/ev-view.c: (ev_view_expose_event), (ev_view_set_loading),
6919         (ev_view_set_document):
6920         * shell/ev-view.h:
6921         * shell/ev-window.c: (ev_window_load_job_cb),
6922         (ev_window_xfer_job_cb), (ev_window_open_uri), (ev_window_dispose),
6923         (ev_window_init):
6924
6925         Draw Loading message during xfer job. Fix for the bug #329495.
6926
6927 2006-02-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6928
6929         * comics/comics-document.c: (comics_regex_quote),
6930         (comics_document_load), (extract_argv):
6931         
6932         Correcly quote regexp before passing it to unzip.
6933
6934 2006-02-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6935
6936         * shell/ev-page-cache.c: (build_height_to_page),
6937         (ev_page_cache_new), (ev_page_cache_get_max_label_chars),
6938         (ev_page_cache_get_dual_even_left):
6939         * shell/ev-page-cache.h:
6940         * shell/ev-view.c: (view_update_range_and_current_page),
6941         (get_page_y_offset), (get_page_extents):
6942         
6943         Place even pages to the left if document has less then
6944         two pages. Fix for the bug #328856.
6945
6946 2006-01-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6947
6948         * thumbnailer/evince-thumbnailer-comics.schemas.in:
6949         
6950         Correct comics scheme. This make evince create thumbnails
6951         for comic books. Fix for the bug 329088.
6952
6953 2006-01-31  Christopher Aillon  <caillon@redhat.com>
6954
6955         * data/evince-password.glade: Don't explicitly set
6956         invisible_char to the current default value in case
6957         the default changes; let GTK+ do its magic.
6958
6959 2006-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6960
6961         * shell/ev-job-xfer.c: (ev_job_xfer_run): Append
6962         real filename to tmp filename since often document
6963         type is determined by extension.
6964
6965 2006-01-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
6966
6967         * shell/ev-view.c: (add_scroll_binding_keypad),
6968         (ev_view_binding_activated), (ev_view_class_init):
6969         
6970         Add keybindings for percision-scrolling of display area. 
6971         Fix for the bug #314072.
6972
6973 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6974
6975         * data/evince.desktop.in.in:
6976         
6977         Add GTK to the list of categories. Fix for the bug #328034.
6978
6979 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6980
6981         * shell/ev-application.c: (ev_application_shutdown),
6982         (ev_application_set_chooser_uri), (ev_application_get_chooser_uri):
6983         * shell/ev-application.h:
6984         * shell/ev-window.c: (file_open_dialog_response_cb),
6985         (ev_window_cmd_file_open):
6986         
6987         Save last uri in file chooser dialog. Fix for the bug #327950.
6988
6989 2006-01-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6990
6991         * NEWS:
6992         * README:
6993         
6994         Final update for release 0.5.0
6995         
6996         * shell/Makefile.am:
6997         
6998         Remove disable deprecated until we'll require libgnome-2.13.7
6999         and port to GOption argument parsing. See bug 327518.
7000
7001 2006-01-19  Jani Monoses <jani.monoses@gmail.com>
7002
7003         * comics/comics-document.c: (comics_document_save):
7004         * djvu/djvu-document.c: (djvu_document_save):
7005         * dvi/dvi-document.c: (dvi_document_save):
7006         * lib/ev-file-helpers.c: (ev_tmp_filename), (ev_xfer_uri_simple):
7007         * lib/ev-file-helpers.h:
7008         * pixbuf/pixbuf-document.c: (pixbuf_document_save):
7009         * tiff/tiff-document.c: (tiff_document_save):
7010         
7011         Use common save function for backends.
7012
7013 2006-01-18  Jani Monoses <jani.monoses@gmail.com>
7014
7015         * backend/ev-document-types.c:
7016         
7017         Fix crash on saving pixbuf.
7018
7019 2006-01-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7020
7021         * cut-n-paste/recent-files/egg-recent-item.c:
7022         (get_uri_shortname_for_display), (egg_recent_item_get_short_name):
7023         * cut-n-paste/recent-files/egg-recent-model.c: (parse_info_init),
7024         (parse_info_free), (valid_element), (start_element_handler),
7025         (end_element_handler), (text_handler), (egg_recent_model_filter),
7026         (egg_recent_model_monitor_cb), (egg_recent_model_poll_timeout),
7027         (egg_recent_model_monitor), (egg_recent_model_read),
7028         (egg_recent_model_open_file), (egg_recent_model_lock_file),
7029         (egg_recent_model_unlock_file), (egg_recent_model_finalize),
7030         (egg_recent_model_set_property), (egg_recent_model_class_init),
7031         (egg_recent_model_init), (egg_recent_model_add_full),
7032         (egg_recent_model_delete), (egg_recent_model_get_list),
7033         (egg_recent_model_clear), (egg_recent_model_clear_mime_filter),
7034         (egg_recent_model_set_filter_mime_types),
7035         (egg_recent_model_clear_group_filter),
7036         (egg_recent_model_set_filter_groups),
7037         (egg_recent_model_clear_scheme_filter),
7038         (egg_recent_model_set_filter_uri_schemes),
7039         (egg_recent_model_remove_expired):
7040         * cut-n-paste/recent-files/egg-recent-util.c:
7041         (egg_recent_util_get_icon):
7042         * cut-n-paste/recent-files/egg-recent-util.h:
7043         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
7044         (connect_proxy_cb), (egg_recent_view_uimanager_set_list),
7045         (egg_recent_view_uimanager_set_empty_list), (model_changed_cb),
7046         (egg_recent_view_uimanager_set_property),
7047         (egg_recent_view_uimanager_get_property),
7048         (egg_recent_view_uimanager_class_init),
7049         (egg_recent_view_uimanager_init),
7050         (egg_recent_view_uimanager_set_label_width),
7051         (egg_recent_view_uimanager_get_label_width):
7052         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
7053         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
7054         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
7055         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
7056         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
7057         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
7058         
7059         Update from libegg.
7060
7061 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7062
7063         * shell/ev-page-cache.c: (build_height_to_page),
7064         (ev_page_cache_get_height_to_page):
7065         * shell/ev-page-cache.h:
7066         * shell/ev-view.c: (view_update_range_and_current_page),
7067         (get_page_y_offset), (get_page_extents), (ev_view_next_page),
7068         (ev_view_previous_page):
7069         
7070         Dual mode places even pages to the left. Fix for the bug #309393.
7071
7072         * shell/ev-view.h:
7073         * shell/ev-window.c: (update_action_sensitivity),
7074         (setup_view_from_metadata), (view_menu_popup_cb):
7075         
7076         Don't restore presentation in empty windows, more intelligent
7077         next page behaviour in dual mode.
7078
7079         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
7080         (ev_pixbuf_cache_clear_job_sizes):
7081         
7082         Cleanup job callback on removal. Fix for the bug #325886.
7083
7084 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7085
7086         * ps/ps.c: (psscan):
7087         
7088         Commit workaround Mozilla problem. Fix for the bug #325919
7089         
7090         * shell/ev-metadata-manager.c: (parse_value), (parseItem),
7091         (save_item):
7092         
7093         Fix for year 2038 problem.
7094
7095 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7096
7097         * shell/ev-window.c: (setup_document_from_metadata),
7098         (ev_window_cmd_view_reload):
7099
7100         Clamp page recieved from metadata in valid values. Fix
7101         for the bug #325986.
7102
7103 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7104
7105         * MAINTAINERS: 
7106         Add MAINTAINERS as requested on desktop-devel-list.
7107
7108 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7109
7110         * backend/ev-document-factory.c: (gdk_pixbuf_mime_type_list),
7111         (mime_type_supported_by_gdk_pixbuf),
7112         (ev_document_factory_get_mime_types),
7113         (ev_document_factory_get_all_mime_types):
7114         
7115         Don't add pixbuf mime types if pixbuf backend is disabled.
7116         
7117         * shell/ev-application.c: (ev_application_get_uri_window):
7118         
7119         Fix for the bug 325815 - unhandled MIME type message doesn't 
7120         appear a second time. 
7121         
7122         * shell/ev-document-types.c: (ev_document_types_add_filters):
7123         * shell/ev-window.c: (page_changed_cb), (ev_window_setup_document),
7124         (password_dialog_response), (ev_window_popup_password_dialog),
7125         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
7126         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
7127         (ev_window_run_presentation), (ev_window_stop_presentation),
7128         (save_sizing_mode), (ev_window_zoom_changed_cb),
7129         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
7130         (ev_window_dual_mode_changed_cb),
7131         (ev_window_sidebar_current_page_changed_cb),
7132         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
7133         (window_state_event_cb), (window_configure_event_cb):
7134         
7135         Cleanup additional uris holded by EvWindow.
7136
7137 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7138
7139         * shell/ev-view.c: (ev_view_scroll), (ev_view_previous_page),
7140         (ev_view_can_previous_page), (ev_view_can_next_page):
7141         * shell/ev-view.h:
7142         * shell/ev-window.c: (update_action_sensitivity):
7143         
7144         Two page scrolling with Space and PageUp in dual mode. Second fix 
7145         for the bug #316608.
7146
7147 2006-01-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7148
7149         * shell/ev-view.c: (scroll_to_current_page):
7150         
7151         Correctly clamp adjustment value. Fix for the bug
7152         #325808.
7153
7154 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7155
7156         * shell/ev-sidebar-links.c: (print_section_cb):
7157         * shell/ev-window.c: (ev_window_get_uri),
7158         (ev_window_close_dialogs), (ev_window_open_uri), (ev_window_print),
7159         (ev_window_print_dialog_response_cb), (ev_window_print_range),
7160         (ev_window_dispose):
7161         
7162         Make print dialog non-modal. Fix for the bug #325622.
7163
7164 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7165
7166         * shell/ev-metadata-manager.c:
7167         * shell/ev-utils.c: (using_pdf_printer),
7168         (using_postscript_printer), (load_print_config_from_file),
7169         (save_print_config_to_file):
7170         * shell/ev-utils.h:
7171         * shell/ev-window.c: (update_sizing_buttons), (page_changed_cb),
7172         (update_sidebar_visibility), (setup_sidebar_from_metadata),
7173         (setup_view_from_metadata), (ev_window_setup_document),
7174         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
7175         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
7176         (ev_window_run_presentation), (ev_window_stop_presentation),
7177         (save_sizing_mode), (ev_window_zoom_changed_cb),
7178         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
7179         (ev_window_dual_mode_changed_cb),
7180         (ev_window_sidebar_current_page_changed_cb),
7181         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
7182         (window_state_event_cb), (window_configure_event_cb),
7183         (ev_window_init):
7184         
7185         Setting saving behaviour fixes.
7186
7187 2005-12-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7188
7189         * configure.ac:
7190         
7191         Make antialiasing gs options better and allow
7192         to change them during configure. Fix for the 
7193         bug #319049.
7194
7195 2005-12-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7196
7197         * shell/ev-window.c: (setup_view_from_metadata):
7198         
7199         Remember if last window was maximized. Fix for the
7200         bug #323797.
7201
7202 2005-12-28  Abel Cheung  <maddog@linuxhall.org>
7203
7204         * configure.ac: Added "zh_HK" to ALL_LINGUAS.
7205
7206 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7207
7208         * backend/ev-link.c: (ev_link_get_page), (ev_link_init):
7209         * shell/ev-page-action.c: (build_new_tree_cb):
7210         * shell/ev-sidebar-links.c: (links_page_num_func),
7211         (update_page_callback_foreach), (update_page_callback):
7212         * shell/ev-view.c: (scroll_to_current_page):
7213         
7214         Fix for the bug #325067 with more intelligent selection
7215         of current link in sidebar. Make sidebar handle links
7216         of FITR-like type more correctly.
7217
7218         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
7219         (dvi_pixbuf_put_pixel):
7220         
7221         Fix memory consumtion with disabled alpha channel.
7222
7223 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7224
7225         * data/evince-ui.xml:
7226         * shell/ev-window.c: (view_menu_popup_cb),
7227         (ev_popup_cmd_open_link), (ev_window_init):
7228         
7229         Update context menu for internal links. Fix for the bug
7230         #325066.
7231
7232 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7233
7234         * shell/ev-view.c: (ev_view_popup_menu), (ev_view_class_init):
7235         
7236         Bind context menu to keyboard also. Fix for the bug
7237         #325065.
7238
7239 2005-12-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7240
7241         * shell/ev-view.c: (selection_scroll_timeout_cb):
7242         
7243         Horizontal scroll on selection also.
7244
7245 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7246
7247         * shell/ev-metadata-manager.c: (parse_value):
7248         * shell/ev-view.c: (goto_xyz_link):
7249         
7250         Correct zoom setup and metadata save broken in 
7251         some locales.
7252
7253 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7254
7255         * shell/ev-view-private.h:
7256         * shell/ev-view.c: (scroll_to_current_page),
7257         (view_set_adjustment_values), (goto_fitr_link), (goto_fitv_link),
7258         (goto_fith_link), (goto_fit_link), (goto_xyz_link),
7259         (page_changed_cb), (ev_view_set_continuous),
7260         (ev_view_set_dual_page), (ev_view_set_presentation):
7261         
7262         Delay scroll until allocation to correctly position page. Fix
7263         for the bug #317334.
7264
7265 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7266
7267         * NEWS:
7268         * configure.ac:
7269         
7270         Update NEWS and require poppler 0.5.0.
7271
7272 2005-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
7273         
7274         * data/evince-ui.xml:
7275         * shell/ev-view-private.h:
7276         * shell/ev-view.c: (ev_view_get_link_at_location),
7277         (handle_link_over_xy), (ev_view_button_press_event),
7278         (ev_view_button_release_event), (ev_view_class_init):
7279         * shell/ev-window.c: (view_menu_popup_cb), (ev_window_dispose),
7280         (ev_popup_cmd_open_link), (ev_popup_cmd_copy_link_address),
7281         (ev_window_init):
7282         
7283         Implement right-click context menu.
7284
7285 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7286
7287         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
7288         * dvi/pixbuf-device.c: (dvi_pixbuf_create_image),
7289         (mdvi_pixbuf_device_render):
7290         * pdf/ev-poppler.cc:
7291
7292         Don't generate thumbnails with alpha. See bug #324077.
7293         Thanks to Jeroen Zwartepoorte <jeroen.zwartepoorte@gmail.com>.
7294
7295 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7296
7297         * shell/ev-window.c: (setup_chrome_from_metadata):
7298         
7299         Fix typo that was hiding toolbar.
7300
7301 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7302
7303         * shell/ev-view-private.h:
7304         * shell/ev-view.c: (ev_view_realize), (selection_update_idle_cb),
7305         (selection_scroll_timeout_cb), (ev_view_motion_notify_event),
7306         (ev_view_button_release_event), (ev_view_destroy):
7307         
7308         Small cleanup and autoscrolling during selection. Thanks to 
7309         Ricardo Markiewicz  <rmarkie@fi.uba.ar>.
7310
7311 2005-12-22  Jani Monoses <jani.monoses@gmail.com>
7312
7313         * configure.ac:
7314         
7315         Correctly check for comics option.
7316
7317 2005-12-21  Eduardo Lima <eduardo.lima@indt.org.br>
7318         * Makefile.am:
7319         * configure.ac:
7320         * backend/Makefile.am:
7321         * backend/ev-document-factory.c:
7322         * shell/ev-document-types.c:
7323
7324         Included option in configure to make ps backend 
7325         compilation optional with --disable-ps.
7326
7327 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7328
7329         * backend/ev-document-factory.c:
7330         * comics/Makefile.am:
7331         * comics/comics-document.c: (comics_document_load):
7332         * comics/ev-cbr-mime.xml:
7333         * configure.ac:
7334         
7335         Comics mime types are added to shared-mime-info CVS. Now
7336         we don't need to install our own mime types.
7337
7338 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7339
7340         * shell/ev-window.c:
7341         
7342         Add shortcut for "save a copy" menu entry. Fix for
7343         the bug #324582.
7344
7345 2005-12-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7346
7347         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
7348         (job_finished_cb), (new_selection_pixbuf_needed),
7349         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
7350         (clear_job_selection), (ev_pixbuf_cache_set_selection_list):
7351         
7352         Rework selection job info logic and fix critical warning.
7353
7354 2005-12-17  Abel Cheung  <maddog@linuxhall.org>
7355
7356         * configure.ac: Added "cy" "fa" "mk" "vi" to ALL_LINGUAS.
7357
7358 2005-11-27  Jaap A. Haitsma <jaap@haitsma.org>
7359
7360         * data/evince-ui.xml:
7361         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
7362         
7363         Enter as shortcut key for next page. Fix for the bug
7364         #321394.
7365
7366 2005-11-18  Ales Nyakhaychyk  <nab@mail.by>
7367
7368         * configure.ac: Added "be" (Belarusian) to ALL_LINGUAS.
7369
7370 2005-11-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7371
7372         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
7373         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
7374         (new_selection_pixbuf_needed),
7375         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
7376         (clear_job_selection):
7377         
7378         Too early for 0.5. Pixbuf cache code cleaned a bit.
7379
7380 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7381
7382         * NEWS:
7383         * configure.ac:
7384         
7385         Release 0.5.0 preparation
7386
7387 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7388
7389         * comics/Makefile.am:
7390         * configure.ac:
7391         * shell/ev-document-types.c: (ev_document_types_add_filters):
7392         
7393         More advanced handling of custom mime type installation.
7394
7395 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7396
7397         * data/evince.schemas.in:
7398         * shell/ev-metadata-manager.c: (value_free),
7399         (ev_metadata_manager_get_last), (ev_metadata_manager_set_last),
7400         (ev_metadata_manager_get), (ev_metadata_manager_set):
7401         * shell/ev-metadata-manager.h:
7402         * shell/ev-window.c: (update_chrome_flag),
7403         (ev_window_cmd_focus_page_selector), (update_sidebar_visibility),
7404         (setup_document_from_metadata), (setup_chrome_from_metadata),
7405         (setup_sidebar_from_metadata), (setup_view_from_metadata),
7406         (ev_window_cmd_edit_find), (ev_window_cmd_escape),
7407         (ev_window_view_toolbar_cb),
7408         (ev_window_sidebar_visibility_changed_cb), (find_bar_close_cb),
7409         (view_actions_focus_in_cb), (ev_window_init), (ev_window_new):
7410         
7411         Save last document settings and reuse them for new documents.
7412
7413 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7414
7415         * Makefile.am:
7416         * backend/Makefile.am:
7417         * backend/ev-document-factory.c:
7418         * backend/ev-document-factory.h:
7419         * comics/Makefile.am:
7420         * comics/comics-document.c: (G_DEFINE_TYPE_WITH_CODE),
7421         (comics_document_load), (comics_document_save),
7422         (comics_document_get_n_pages), (comics_document_get_page_size),
7423         (get_page_size_area_prepared_cb), (comics_document_render_pixbuf)       (render_pixbuf_size_prepared_cb), (comics_document_finalize),
7424         (comics_document_class_init), (comics_document_can_get_text),
7425         (comics_document_get_info), (comics_document_document_iface_init),
7426         (comics_document_init), (get_supported_image_extensions),
7427         (comics_document_thumbnails_get_geometry),
7428         (comics_document_thumbnails_get_thumbnail),
7429         (comics_document_thumbnails_get_dimensions),
7430         (comics_document_document_thumbnails_iface_init), (extract_argv):
7431         * comics/comics-document.h:
7432         * comics/ev-cbr-mime.xml:
7433         * configure.ac:
7434         * po/POTFILES.in:
7435         * shell/ev-application.c: (ev_application_register_service):
7436         * shell/ev-document-types.c: (ev_document_types_add_filters):
7437         * thumbnailer/Makefile.am:
7438         * thumbnailer/evince-thumbnailer-comics.schemas.in:
7439         
7440         New CBR/CBZ backend for comic books.
7441
7442 2005-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7443
7444         * shell/main.c: (load_files_remote):
7445
7446         Thanks to Robert McQueen <robot101@debian.org>. Dbus
7447         warning on startup of second instance is fixed. It
7448         is bug #320353.
7449
7450 2005-10-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7451
7452         * shell/ev-window.c: (ev_window_finalize):
7453         
7454         Fix double free that cause crash.
7455
7456 2005-10-29  Bastien Nocera <hadess@hadess.net>
7457
7458         * tiff/tiff-document.c: (tiff_document_load):
7459         
7460         Fix memory leak.
7461
7462 2005-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7463
7464         * po/POTFILES.in:
7465         * shell/Makefile.am:
7466         * shell/ev-view-accessible.c: (ev_view_accessible_get_priv),
7467         (ev_view_accessible_free_priv), (ev_view_accessible_class_init),
7468         (ev_view_accessible_get_text),
7469         (ev_view_accessible_get_character_at_offset),
7470         (ev_view_accessible_get_text_before_offset),
7471         (ev_view_accessible_get_text_at_offset),
7472         (ev_view_accessible_get_text_after_offset),
7473         (ev_view_accessible_get_character_count),
7474         (ev_view_accessible_get_caret_offset),
7475         (ev_view_accessible_set_caret_offset),
7476         (ev_view_accessible_get_run_attributes),
7477         (ev_view_accessible_get_default_attributes),
7478         (ev_view_accessible_get_character_extents),
7479         (ev_view_accessible_get_offset_at_point),
7480         (ev_view_accessible_get_n_selections),
7481         (ev_view_accessible_get_selection),
7482         (ev_view_accessible_add_selection),
7483         (ev_view_accessible_remove_selection),
7484         (ev_view_accessible_set_selection),
7485         (ev_view_accessible_text_iface_init),
7486         (ev_view_accessible_idle_do_action),
7487         (ev_view_accessible_action_do_action),
7488         (ev_view_accessible_action_get_n_actions),
7489         (ev_view_accessible_action_get_description),
7490         (ev_view_accessible_action_get_name),
7491         (ev_view_accessible_action_set_description),
7492         (ev_view_accessible_action_iface_init),
7493         (ev_view_accessible_get_type), (ev_view_accessible_new),
7494         (ev_view_accessible_factory_get_accessible_type),
7495         (ev_view_accessible_factory_create_accessible),
7496         (ev_view_accessible_factory_class_init),
7497         (ev_view_accessible_factory_get_type):
7498         * shell/ev-view-accessible.h:
7499         * shell/ev-view-private.h:
7500         * shell/ev-view.c: (ev_view_get_accessible), (ev_view_class_init):
7501         * shell/ev-view.h:
7502         
7503         Initial accessibility support.
7504
7505 2005-10-27  Erdal Ronahi  <erdal.ronahi@gmail.com>
7506
7507         * configure.ac: Added ku (Kurdish) to ALL_LINGUAS
7508
7509 2005-10-26  Hubert Figuiere <hfiguiere@teaser.fr>
7510
7511         * shell/ev-print-job.c: (idle_print_handler):
7512         
7513         Fix for bug Bug 318916: Printing multiple pages.
7514
7515 2005-10-20  Runa Bhattacharjee  <runa@bengalinux.org>
7516
7517         * configure.ac: Added "bn" (Bengali) to ALL_LINGUAS.
7518
7519 2005-10-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7520
7521         * pdf/ev-poppler.cc:
7522         
7523         Thumnail dimensions unified with other backends.
7524         
7525         * shell/ev-window-title.c: (ev_window_title_update):
7526         
7527         Fix warning.
7528
7529 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7530
7531         * data/ev-stock-zoom-fit-width.png:
7532         
7533         Remove unused file.
7534
7535 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7536
7537         * configure.ac:
7538         * djvu/djvu-document.c: (djvu_document_load), (djvu_document_save),
7539         (djvu_document_finalize):
7540         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_save),
7541         (dvi_document_finalize):
7542         * pixbuf/pixbuf-document.c: (pixbuf_document_load),
7543         (pixbuf_document_save), (pixbuf_document_finalize):
7544         * tiff/tiff-document.c: (tiff_document_load), (tiff_document_save),
7545         (tiff_document_finalize):
7546         
7547         Save a copy implemented for various backends.
7548
7549 2005-10-17  Daniel Gryniewicz <dang@gentoo.org>
7550
7551         * configure.ac:
7552         
7553         Don't link with ltiff if tiff is disabled.
7554
7555 2005-10-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7556
7557         * pdf/GDKSplashOutputDev.cc:
7558         * pdf/GDKSplashOutputDev.h:
7559         * pdf/Thumb.cc:
7560         * pdf/Thumb.h:
7561         * pdf/pdf-document.cc:
7562         * pdf/pdf-document.h:
7563         * pdf/test-gdk-output-dev.cc:
7564         
7565         Remove old unused files.
7566
7567 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7568
7569         * shell/ev-window.c: (ev_window_setup_document):
7570         
7571         Fixed warnings on reload and probably crash reason.
7572
7573 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7574
7575         * properties/ev-properties-view.c:
7576         (ev_properties_view_format_date):
7577         
7578         Check if date is invalid. Fix for bug 318134.
7579
7580 2005-10-02  Wouter Bolsterlee <uws+gnome@xs4all.nl>
7581
7582         * shell/ev-window-title.c:
7583         
7584         Add .indd files (Adobe Indesign) to the list of "bad
7585         extensions".
7586
7587 2005-10-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7588
7589         * data/evince-ui.xml:
7590         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
7591         
7592         Add <ctrl>KP_Add and <ctrl>KP_Substract bindings.
7593
7594 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
7595
7596         * shell/ev-window.c: (launch_link), (launch_external_uri),
7597         (view_external_link_cb):
7598
7599         URL-escape link before passing it to gnome_vfs_url_show.
7600
7601 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
7602
7603         * shell/ev-view.[ch], shell/ev-window.c: Disable copy action when
7604         there isn't text selected.
7605
7606 2005-09-27  Marco Pesenti Gritti  <mpg@redhat.com>
7607
7608         * shell/ev-view.c: (handle_link_over_xy):
7609
7610         Check tooltip is valid utf8 before showing it
7611
7612 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
7613
7614         * shell/ev-view.c: Allow drag and drop of text. Fixes #316772
7615
7616 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
7617
7618         * shell/ev-window-title.c: (ev_window_title_update):
7619
7620         Guard against using g_strstrip on NULL. Fixes bug #317291.
7621
7622 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
7623
7624         * pdf/ev-poppler.cc:
7625
7626         Show title even for unknown links
7627
7628 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
7629
7630         * shell/ev-window-title.c: (ev_window_title_update):
7631
7632         Strip the title string
7633
7634 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
7635
7636         * shell/ev-window-title.c:
7637
7638         Add .rtf to the bad extensions list
7639
7640 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
7641
7642         * shell/ev-view.c: (doc_point_to_view_point), (goto_fitr_link),
7643         (goto_fitv_link), (goto_fith_link), (goto_xyz_link):
7644
7645         Ignore link coordinates if they are outside page bounds
7646
7647 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
7648
7649         * backend/ev-link.c: (ev_link_type_get_type),
7650         (ev_link_get_filename), (ev_link_get_params),
7651         (ev_link_get_property), (ev_link_set_property),
7652         (ev_window_dispose), (ev_link_class_init), (ev_link_new_launch):
7653         * backend/ev-link.h:
7654         * pdf/ev-poppler.cc:
7655         * shell/ev-view.c: (ev_view_goto_link), (ev_view_class_init):
7656         * shell/ev-window.c: (launch_link), (view_external_link_cb),
7657         (ev_window_init):
7658
7659         Implement launch links. Delegate external link opening to
7660         the window.
7661
7662 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
7663
7664         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_bottom),
7665         (ev_link_get_right), (ev_link_get_property),
7666         (ev_link_set_property), (ev_link_class_init),
7667         (ev_link_new_page_fitv), (ev_link_new_page_fitr):
7668         * backend/ev-link.h:
7669         * pdf/ev-poppler.cc:
7670         * shell/ev-view.c: (goto_fitr_link), (ev_view_goto_link):
7671
7672         Implement fitr links
7673
7674 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
7675
7676         * shell/ev-view.c: (ev_view_get_width), (ev_view_get_height),
7677         (goto_fitv_link), (goto_fith_link), (goto_fit_link),
7678         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
7679         (ev_view_size_request_continuous),
7680         (ev_view_size_request_dual_page),
7681         (ev_view_size_request_single_page), (ev_view_size_allocate),
7682         (ev_view_zoom_for_size_continuous_and_dual_page),
7683         (ev_view_zoom_for_size_continuous),
7684         (ev_view_zoom_for_size_dual_page),
7685         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
7686         (ev_sizing_mode_get_type):
7687         * shell/ev-view.h:
7688         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
7689
7690         Do not use modes for link, we need to calculate size ad hoc.
7691         Still not perfect because of the usual scrollbar issues grrr.
7692
7693 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
7694
7695         * backend/ev-link.c: (ev_link_type_get_type),
7696         (ev_link_new_page_fith), (ev_link_new_page_fitv):
7697         * backend/ev-link.h:
7698         * pdf/ev-poppler.cc:
7699         * shell/ev-view.c: (goto_fitv_link), (goto_fith_link),
7700         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
7701         (ev_view_size_request_continuous),
7702         (ev_view_size_request_dual_page),
7703         (ev_view_size_request_single_page), (ev_view_size_allocate),
7704         (zoom_for_size_fit_height),
7705         (ev_view_zoom_for_size_continuous_and_dual_page),
7706         (ev_view_zoom_for_size_continuous),
7707         (ev_view_zoom_for_size_dual_page),
7708         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
7709         (ev_sizing_mode_get_type):
7710         * shell/ev-view.h:
7711         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
7712
7713         Implement FIT_HEIGHT mode (only for links).
7714         Implement FITH links
7715
7716 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
7717
7718         * shell/ev-window-title.c: (get_filename_from_uri),
7719         (ev_window_title_sanitize_extension), (ev_window_title_update),
7720         (ev_window_title_set_document), (ev_window_title_set_uri),
7721         (ev_window_title_free):
7722         * shell/ev-window-title.h:
7723         * shell/ev-window.c: (ev_window_setup_document),
7724         (ev_window_popup_password_dialog):
7725
7726         Refactor window title building while fixing it for
7727         password documents.
7728
7729 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
7730
7731         * pdf/ev-poppler.cc:
7732
7733         Escape link title before setting it in the model
7734
7735 2005-09-23  Marco Pesenti Gritti  <mpg@redhat.com>
7736
7737         * shell/ev-application.c: (removed_from_session), (save_session),
7738         (init_session), (ev_application_get_empty_window),
7739         (ev_application_init), (ev_application_get_windows):
7740         * shell/ev-application.h:
7741         * shell/ev-window.c: (ev_window_finalize):
7742
7743         Add a function to retrieve window list and share it where
7744         necessary.
7745         Implement session handling, works pretty well thanks to the
7746         metadata system.
7747
7748 2005-09-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7749
7750         * shell/ev-password.c: (ev_password_item_created_callback),
7751         (ev_password_dialog_save_password):
7752         
7753         Fix for bug 316972. Use async gnome-keyring API.
7754
7755 2005-09-22  Christian Persch  <chpe@cvs.gnome.org>
7756
7757         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init):
7758         Remove unused unrealize handler. Add scroll handling to
7759         ev_view_scroll_event for presentation mode (bug #316708),
7760         and fix the event state checks there.
7761
7762 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
7763
7764         * shell/ev-page-action.c: (page_changed_cb):
7765
7766         "marco, maybe we should be crazy and jump right to 6! :)"
7767
7768         Bryan Clark, Sep 2005
7769
7770 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
7771
7772         * ps/ps-document.c: (save_document), (ps_document_save),
7773         (ps_document_ps_export_begin), (ps_document_ps_export_do_page),
7774         (ps_document_ps_export_end):
7775
7776         Fix unstructured documents save and print
7777
7778 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
7779
7780         * shell/ev-application.c: (ev_application_open_uri):
7781
7782         Fix window size persistance
7783
7784 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
7785
7786         * shell/ev-view.c: (ev_view_button_release_event):
7787
7788         Based on a patch from carlosgc@gnome.org. Mouse buttons
7789         switch pages in presentation mode.
7790
7791 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7792
7793         * shell/ev-page-cache.c: (ev_page_cache_get_size):
7794
7795         Dont cast to int before scaling
7796
7797 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7798
7799         * backend/ev-link.c: (ev_link_type_get_type),
7800         (ev_link_new_page_xyz), (ev_link_new_page_fit),
7801         (ev_link_new_page_fith):
7802         * backend/ev-link.h:
7803         * pdf/ev-poppler.cc:
7804         * shell/ev-view.c: (goto_fith_link), (ev_view_goto_link):
7805
7806         Implement FIT and FITH links
7807
7808 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7809
7810         * pdf/ev-poppler.cc:
7811
7812         Return 0 results when search is not in progress.
7813
7814         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
7815         (ev_window_cmd_go_next_page), (find_bar_search_changed_cb):
7816
7817         Update menu sensitivity when cancelling search
7818
7819 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7820
7821         * shell/ev-view.c: (ev_view_can_find_next):
7822
7823         Take all pages in consideration, not just current one
7824
7825 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7826
7827         * shell/ev-page-cache.c:
7828         * shell/ev-page-cache.h:
7829         * shell/ev-view.c: (ev_view_binding_activated),
7830         (ev_view_next_page), (ev_view_previous_page),
7831         (ev_sizing_mode_get_type):
7832         * shell/ev-view.h:
7833         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
7834         (ev_window_cmd_go_next_page):
7835
7836         Move page next/previous functions from page chace to
7837         view and change it to move by 2 page steps in dual mode.
7838
7839 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7840
7841         * shell/ev-window.c: (update_sidebar_visibility),
7842         (setup_sidebar_from_metadata), (ev_window_setup_document),
7843         (setup_view_from_metadata):
7844
7845         Show the index by default when there is one     
7846
7847 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7848
7849         * shell/ev-window-title.c: (ev_window_title_set_document):
7850
7851         Missing null check
7852
7853 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7854
7855         * shell/ev-view.c: (view_update_range_and_current_page):
7856         
7857         Allow display of last odd page in dual view. Fix for 316347.
7858
7859 2005-09-17  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
7860
7861         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
7862         
7863         Make close button default. Fix for 316383.
7864
7865 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7866
7867         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
7868         
7869         Mark close button as default. Fix for 316381.
7870
7871 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
7872
7873         * backend/ev-link.c: (ev_link_class_init):
7874
7875         Allow negative doubles in left/top properties
7876
7877 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
7878
7879         * shell/ev-window.c:
7880
7881         Remove a bunch of strings that was used only
7882         by the statusbar.
7883
7884 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
7885
7886         * shell/ev-window-title.c: (get_filename_from_uri),
7887         (ev_window_title_set_document):
7888
7889         When title has a confusing extension, show also
7890         the document filename inside ()
7891
7892 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
7893
7894         * shell/Makefile.am:
7895         * shell/ev-window-title.c: (ev_window_title_new),
7896         (ev_window_title_update), (ev_window_title_set_type),
7897         (ev_window_title_set_document), (ev_window_title_free):
7898         * shell/ev-window-title.h:
7899         * shell/ev-window.c: (ev_window_setup_document),
7900         (password_dialog_response), (ev_window_popup_password_dialog),
7901         (ev_window_dispose), (ev_window_init):
7902
7903         Factor out and cleanup window title code
7904
7905 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
7906
7907         * shell/ev-window.c: (unable_to_load_dialog_response_cb),
7908         (unable_to_load):
7909
7910         Make dialog transient so it doesnt block other windows
7911
7912 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7913
7914         * pdf/ev-poppler.cc:
7915         
7916         Fix pdf thumbnails rendering.
7917
7918 2005-09-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
7919
7920         * shell/ev-window.c: (fullscreen_set_timeout):
7921         
7922         Increase timeout to hide full screen popup. Bug 
7923         316123. 
7924
7925 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7926
7927         * data/evince.schemas.in:
7928         * shell/ev-window.c: (update_action_sensitivity):
7929
7930         Allow the user to override document restrictions. Fix for bug
7931         305818.
7932
7933 2005-09-13  Christian Persch  <chpe@cvs.gnome.org>
7934
7935         * shell/ev-window.c: (ev_window_update_fullscreen_popup),
7936         (ev_window_create_fullscreen_popup), (ev_window_screen_changed),
7937         (ev_window_class_init): Fix multihead behaviour of fullscreen
7938         toolbar popup. Fixes bug #315451.
7939
7940 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7941
7942         * configure.ac:
7943         * data/evince-password.glade:
7944         * shell/ev-password.c: (ev_password_dialog_set_property),
7945         (ev_password_dialog_finalize), (ev_password_dialog_class_init),
7946         (ev_password_dialog_init), (ev_password_set_bad_password_label),
7947         (ev_password_dialog_entry_changed_cb),
7948         (ev_password_dialog_entry_activated_cb),
7949         (ev_password_dialog_save_password), (ev_password_keyring_found_cb),
7950         (ev_password_search_in_keyring), (ev_password_dialog_get_password),
7951         (ev_password_dialog_set_bad_pass):
7952         * shell/ev-password.h:
7953         * shell/ev-window.c: (password_dialog_response),
7954         (ev_window_popup_password_dialog):
7955         
7956         Support for gnome-keyring for encrypted PDF's.
7957
7958 2005-09-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7959
7960         * shell/ev-view.c: (handle_link_over_xy), (ev_view_realize),
7961         (ev_view_motion_notify_event), (ev_view_leave_notify_event),
7962         (ev_view_enter_notify_event), (ev_view_class_init):
7963         
7964         More precise handling of enter_notify/leave_notify events
7965         in EvView. Fix for bug 315470.
7966
7967 2005-09-08  Christopher Aillon  <caillon@redhat.com>
7968
7969         * shell/ev-window.c: (fullscreen_timeout_cb),
7970         (fullscreen_set_timeout), (fullscreen_clear_timeout),
7971         (ev_window_dispose):
7972
7973         leak fix: unref fullscreen_timeout_source before clearing it
7974
7975 2005-09-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7976
7977         * configure.ac, dvi/mdvi/Makefile.am: 
7978         
7979         Use lt1 instead lt1lib. Thanks to yselkowitz@users.sourceforge.net
7980
7981 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
7982
7983         * backend/ev-link.c: (ev_link_new_page_xyz):
7984         * pdf/ev-poppler.cc:
7985         * shell/ev-view.c: (goto_xyz_link), (ev_view_goto_link):
7986
7987         Fix some bugs with xyz links, respect zoom
7988
7989 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
7990
7991         * shell/ev-window.c: (page_changed_cb),
7992         (setup_document_from_metadata), (update_sidebar_visibility),
7993         (setup_view_from_metadata), (ev_window_run_fullscreen),
7994         (ev_window_stop_fullscreen), (ev_window_run_presentation),
7995         (ev_window_stop_presentation), (ev_window_continuous_changed_cb),
7996         (ev_window_dual_mode_changed_cb),
7997         (ev_window_sidebar_current_page_changed_cb):
7998
7999         null check uri before setting and getting metadata
8000
8001 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
8002
8003         * dvi/Makefile.am:
8004         * properties/Makefile.am:
8005         * shell/Makefile.am:
8006         * thumbnailer/Makefile.am:
8007
8008         Some build fixes for cygwin. Patch by yselkowitz@users.sourceforge.net
8009
8010 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
8011
8012         * shell/ev-sidebar-links.c: (ev_sidebar_links_class_init),
8013         (selection_changed_callback):
8014         * shell/ev-sidebar-links.h:
8015
8016         Add a signal for link activation.
8017
8018         * shell/ev-view.c: (ev_view_goto_link),
8019         (ev_view_button_release_event):
8020         * shell/ev-view.h:
8021         * shell/ev-window.c: (sidebar_links_link_activated_cb),
8022         (ev_window_init):
8023
8024         Implement the signal so that we can handle all link types.
8025
8026         * shell/ev-page-cache.c:
8027
8028         Remove unused set_link function
8029
8030 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
8031
8032         * lib/ev-tooltip.c: (ev_tooltip_set_position):
8033
8034         Add some space from the cursor, hardcoded but I couldnt
8035         find a better way.
8036
8037 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
8038
8039         * lib/ev-tooltip.c:
8040
8041         Use mozilla style vs gtk style, way better for links.
8042
8043         * shell/ev-view.c: (ev_view_motion_notify_event),
8044         (ev_view_destroy), (ev_view_init):
8045
8046         Deactive tooltip when the link hovered is changed.
8047
8048 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
8049
8050         * backend/ev-document.h:
8051         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_top),
8052         (ev_link_get_left), (ev_link_get_zoom), (ev_link_get_property),
8053         (ev_link_set_property), (ev_window_dispose), (ev_link_class_init),
8054         (ev_link_new_page), (ev_link_new_page_xyz):
8055         * backend/ev-link.h:
8056         * pdf/ev-poppler.cc:
8057         * shell/ev-view.c: (doc_point_to_view_point), (scroll_to_xyz_link),
8058         (go_to_link), (tip_from_link):
8059
8060         Implement xyz links, still not functional. Links are a total
8061         mess, will need to refactor and bugfix a lot :(
8062
8063 2005-09-05  Alessio Frusciante  <algol@firenze.linux.it>
8064
8065         * configure.ac: Added "it" (Italian) to ALL_LINGUAS.
8066
8067 2005-09-05  Marco Pesenti Gritti <mpg@redhat.com>
8068
8069         * data/evince-ui.xml:
8070         * data/evince.schemas.in:
8071         * shell/Makefile.am:
8072         * shell/ev-window.c: (update_chrome_visibility),
8073         (password_dialog_response), (ev_window_load_job_cb),
8074         (ev_window_xfer_job_cb), (ev_window_open_uri),
8075         (ev_window_class_init), (set_chrome_actions), (load_chrome),
8076         (ev_window_init):
8077
8078         Remove the statusbar. This regress loading feedback, need to
8079         check with Bryan what we want to do there...
8080
8081 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
8082
8083         * lib/ev-tooltip.c: (ev_tooltip_init):
8084
8085         Fix tooltip border and size handling
8086
8087 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
8088
8089         * lib/ev-tooltip.c: (ev_tooltip_dispose), (ev_tooltip_class_init),
8090         (ev_tooltip_set_position), (ev_tooltip_recently_shown),
8091         (ev_tooltip_timeout), (ev_tooltip_activate),
8092         (ev_tooltip_deactivate):
8093         * lib/ev-tooltip.h:
8094         * shell/ev-view.c: (ev_view_motion_notify_event):
8095
8096         Delay popup showing. Mirror gtk logic/times.
8097
8098 2005-09-03  Marco Pesenti Gritti  <mpg@redhat.com>
8099
8100         * lib/Makefile.am:
8101         * lib/ev-tooltip.c: (ev_tooltip_expose_event),
8102         (ev_tooltip_class_init), (ev_tooltip_init), (ev_tooltip_new),
8103         (ev_tooltip_set_text), (ev_tooltip_set_position):
8104         * lib/ev-tooltip.h:
8105
8106         Simple widget to show tooltips at a custom position
8107
8108         * shell/ev-view.c: (tip_from_link), (ev_view_motion_notify_event),
8109         (ev_view_destroy):
8110
8111         Use it for links. First go, needs work
8112
8113 2005-08-17  Dennis Cranston  <dennis_cranston@yahoo.com>
8114
8115         * shell/ev-window.c: (ev_window_cmd_edit_toolbar): A couple small 
8116         HIG fixes.  Use title capitalization for window title. Use 12 
8117         pixels of space between the dialog's vbox and action area.
8118
8119 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
8120
8121         * shell/ev-window.c: (file_open_dialog_response_cb),
8122         (ev_window_cmd_file_open), (file_save_dialog_response_cb),
8123         (ev_window_cmd_save_as):
8124
8125         Make file pickers not modal and refactor code some
8126
8127 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
8128
8129         * shell/ev-sidebar.h:
8130         * shell/ev-sidebar.c: (ev_sidebar_set_property),
8131         (ev_sidebar_get_current_page), (ev_sidebar_get_property),
8132         (ev_sidebar_class_init), (ev_sidebar_select_page),
8133         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_new),
8134         (ev_sidebar_set_page):
8135
8136         Add a current page property and allow to get/set it
8137
8138         * shell/ev-window.c: (setup_view_from_metadata),
8139         (ev_window_sidebar_current_page_changed_cb), (ev_window_init):
8140
8141         Persist current sidebar page per document
8142
8143 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
8144
8145         * data/evince.schemas.in:
8146         * shell/ev-window.c: (update_chrome_visibility),
8147         (setup_document_from_metadata), (update_sidebar_visibility),
8148         (setup_view_from_metadata), (ev_window_sidebar_position_change_cb),
8149         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
8150         (ev_window_run_presentation), (ev_window_stop_presentation),
8151         (ev_window_view_sidebar_cb),
8152         (ev_window_sidebar_visibility_changed_cb), (set_chrome_actions),
8153         (load_chrome), (ev_window_init):
8154
8155         Persist size/visibility of sidebar per document
8156
8157 Fri Sep  2 00:59:55 2005  Jonathan Blandford  <jrb@redhat.com>
8158
8159         * shell/ev-view.c (draw_loading_text): Draw loading text.
8160
8161 2005-09-02  Dan Damian  <dand@gnome.ro>
8162
8163         * configure.in: Added "ro" to ALL_LINGUAS.
8164
8165 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
8166
8167         * shell/ev-view.c: (clear_caches):
8168
8169         ev_page_cache_get doesnt return a reference,
8170         dont try to unref it.
8171
8172 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
8173
8174         * shell/main.c: (load_files_remote):
8175
8176         Fix timestamp parameter with dbus <= 0.33
8177
8178 2005-08-31  Marco Pesenti Gritti  <mpg@redhat.com>
8179
8180         * data/evince.schemas.in:
8181
8182         Add missing full stop
8183
8184 2005-08-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
8185
8186         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info):
8187         * shell/ev-window.c: (ev_window_print_range), (ev_window_dispose):
8188
8189         Plug some memory leaks
8190
8191 2005-08-29  Christian Persch  <chpe@cvs.gnome.org>
8192
8193         * configure.ac:
8194         * lib/ev-debug.c: (trap_handler):
8195
8196         Check for execinfo.h and use it only if it exists.
8197         Ported from Epiphany (bug #314776).
8198
8199 2005-08-29  Duarte Loreto <happyguy_pt@hotmail.com>
8200
8201         * configure.ac: Added Portuguese (pt) to ALL_LINGUAS.
8202
8203 2005-08-27  Mohammad DAMT  <mdamt@gnome.org>
8204
8205         * configure.ac: Added Indonesian "id" to ALL_LINGUAS
8206         * po/id.po      : Added Indonesian translation
8207
8208 Fri Aug 26 00:45:09 2005  Jonathan Blandford  <jrb@redhat.com>
8209
8210         * shell/main.c:
8211         * shell/ev-application.c: Last minute GTK-2.6 fixes.
8212         * NEWS: Release 0.4.0
8213
8214 Thu Aug 25 23:40:23 2005  Jonathan Blandford  <jrb@redhat.com>
8215
8216         * configure.ac: catch another gtk+-2.8ism
8217         * shell/main.c: Make work with gtk+-2.6
8218
8219 2005-08-25  Ryan Lortie  <desrt@desrt.ca>
8220
8221         * shell/ev-application-service.xml: Add 'timestamp' argument to
8222           ev_application_open_window and ev_application_open_uri methods.
8223
8224         * shell/ev-application.h: Add 'timestamp' argument to
8225           ev_application_open_window, ev_application_open_uri,
8226           and ev_application_open_uri_list functions.
8227
8228         * shell/ev-application.c (ev_application_open_window,
8229           ev_application_open_uri, ev_application_open_uri_list): Change
8230           functions that show/present windows to use a timestamp if one
8231           is passed in.
8232
8233         * shell/ev-window.c (ev_window_cmd_file_open,
8234           ev_window_cmd_recent_file_activate, drag_data_received_cb):
8235         * shell/main.c (load_files): Modify calls to ev_application to
8236           include GDK_CURRENT_TIME as timestamp.
8237
8238         * shell/main.c (load_files_remote): Obtain timestamp for client
8239           instance from GDK and pass to server instance so new windows are
8240           focused properly.  Fix dbus_g_proxy_call() calls by including second
8241           G_TYPE_INVALID.
8242           
8243         Closes bug #314475.
8244
8245 Thu Aug 25 22:13:08 2005  Jonathan Blandford  <jrb@redhat.com>
8246
8247         * shell/ev-window.c (ev_window_finalize): Check for
8248         avail. EvWindows when quiting to handle the finalize better,
8249         #314497
8250
8251 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8252         
8253         * properties/ev-properties-view.c: 
8254         
8255         Set textdomain to libglade. Fixes translation problem in property page.
8256
8257 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8258
8259         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
8260         * dvi/Makefile.am:
8261         * dvi/dvi-document.c: (dvi_document_thumbnails_get_thumbnail):
8262         * dvi/mdvi-lib/Makefile.am:
8263         
8264         Fix rotation of thumbnails, ported to new API. Moved library
8265         dependencies earlier, probably it will fix linkage problem.
8266
8267 Thu Aug 25 02:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
8268
8269         * backend/ev-document-misc.c:
8270         (ev_document_misc_get_thumbnail_frame):
8271         * backend/ev-document-misc.h:
8272         * configure.ac:
8273         * pdf/ev-poppler.cc:
8274         * shell/Makefile.am:
8275         * shell/ev-sidebar-thumbnails.c: (add_range),
8276         (ev_sidebar_thumbnails_set_loading_icon),
8277         (ev_sidebar_thumbnails_refresh),
8278         (ev_sidebar_thumbnails_set_document):
8279         * shell/ev-sidebar-thumbnails.h:
8280         * shell/ev-view.c: (ev_view_motion_notify_event),
8281         (ev_view_set_property), (ev_view_get_property),
8282         (ev_view_class_init), (ev_view_set_rotation):
8283         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
8284         (ev_window_cmd_edit_rotate_right), (ev_window_rotation_changed_cb),
8285         (ev_window_init):
8286         * tiff/tiff-document.c: (tiff_document_thumbnails_get_thumbnail):
8287         Redo rotation (again).  prepare for 0.4.0
8288
8289 2005-08-24  Kristian Høgsberg  <krh@redhat.com>
8290
8291         * configure.ac: Bump poppler requirement to 0.4.1.
8292
8293         * pdf/ev-poppler.cc (pdf_selection_render_selection): Add rotation
8294         argument to poppler_page_render_selection() call.
8295
8296 2005-08-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8297
8298         * djvu/djvu-document.c: (djvu_document_render_pixbuf),
8299         (djvu_document_thumbnails_get_thumbnail):
8300         * dvi/dvi-document.c: (dvi_document_render_pixbuf),
8301         (dvi_document_thumbnails_get_thumbnail):
8302         * pixbuf/pixbuf-document.c: (pixbuf_document_render_pixbuf),
8303         (pixbuf_document_thumbnails_get_thumbnail):
8304         * tiff/tiff-document.c: (tiff_document_render_pixbuf):
8305         
8306         Update rotation direction of backends to fit with pdf and ps.
8307
8308 2005-08-24  Marco Pesenti Gritti  <mpg@redhat.com>
8309
8310         * backend/ev-async-renderer.c: (ev_async_renderer_render_pixbuf):
8311         * backend/ev-async-renderer.h:
8312         * ps/ps-document.c: (ps_document_init), (setup_pixmap),
8313         (setup_page), (ps_document_get_page_size),
8314         (ps_async_renderer_render_pixbuf):
8315         * ps/ps-document.h:
8316         * shell/ev-jobs.c: (ev_job_render_run):
8317
8318         Fix orientation in the postscript document
8319
8320 2005-08-23  Marco Pesenti Gritti  <mpg@redhat.com>
8321
8322         * pdf/ev-poppler.cc:
8323         * ps/ps-document.c: (push_pixbuf), (ps_document_widget_event):
8324         * shell/ev-view.c: (highlight_find_results):
8325
8326         Adapt to the new poppler rotation API. Fix text maps on landscape
8327         documents.
8328
8329 Sat Aug 20 17:13:48 2005  Jonathan Blandford  <jrb@redhat.com>
8330
8331         * shell/ev-view.c (compute_new_selection_text): get the correct
8332         region when selecting in modes other than continuous.
8333
8334 Sat Aug 20 13:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
8335
8336         * shell/main.c (main): remove redundant g_warnings.
8337
8338 2005-08-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8339
8340         * shell/Makefile.am: Don't include autogenerated
8341         file ev-application-service.h into distribution, since
8342         it causes dbus crash. Fix for bugs 313724 and 313443. 
8343
8344 2005-08-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8345
8346         * configure.ac: Fix sed expression for FreeBSD. Thanks
8347         to Joe Marcus Clark <marcus@freebsd.org>
8348         
8349         * shell/eggfindbar.c: (entry_activate_callback),
8350         (entry_changed_callback), (egg_find_bar_init),
8351         (egg_find_bar_set_search_string):
8352         
8353         Made findbar buttons unsensitive if there is no text in
8354         entry. Fix for the bug 313285.
8355
8356 2005-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
8357
8358         * ps/ps-document.c: Use g_filename_display_name for displaying
8359         filenames and revert string freeze breackage
8360
8361 2005-08-17  Marco Pesenti Gritti  <mpg@redhat.com>
8362
8363         * NEWS:
8364         * configure.ac:
8365
8366         Update for 0.3.4
8367
8368         * shell/Makefile.am:
8369
8370         Add ev-application-service.xml to extra dist
8371
8372         * shell/ev-view.c: (find_page_at_location):
8373
8374         Remove unused function (fix warning)
8375
8376 2005-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8377
8378         * dvi/mdvi-lib/t1.c: (t1_reset_resolution), (t1_really_load_font),
8379         (t1_load_font), (t1_glyph_bitmap), (t1_font_remove):
8380         
8381         Fix warnings and compilation with t1lib-5.0 and newer. Fix for 
8382         bug 313623.
8383
8384 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8385
8386         * shell/ev-utils.c: (set_umask_permissions), (write_to_temp_file):
8387         * shell/ev-window.c:
8388         Fix build warnings
8389
8390 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
8391
8392         * configure.ac: Update script to get dbus version.
8393         Fix for the bug #313443.
8394
8395 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8396
8397         * shell/ev-window.c: (ev_window_cmd_escape):
8398         
8399         Return focus back to view on escape. Fix for bug 313295.
8400
8401 2005-08-16  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8402
8403         * shell/ev-window.c: (update_window_title),
8404         (ev_window_popup_password_dialog), (ev_window_load_job_cb),
8405         (ev_window_cmd_save_as):
8406         
8407         Correct conversion from uri to displayable string. Fix for
8408         bug 313296.
8409
8410 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
8411
8412         * ps/ps-document.c: convert filename to utf8 when there is an error
8413         loading document. Fixes #309915
8414
8415 2005-08-16  Marco Pesenti Gritti  <mpg@redhat.com>
8416
8417         * configure.ac:
8418
8419         We depend on poppler 0.4.0
8420
8421 Mon Aug 15 21:53:05 2005  Jonathan Blandford  <jrb@redhat.com>
8422
8423         * configure.ac:
8424         * NEWS: Release 0.3.3.
8425         * thumbnailer/evince-thumbnailer.c: Remove pdf icon.
8426
8427 2005-08-14  Dennis Cranston  <dennis_cranston@yahoo.com>
8428
8429         * shell/ev-window.c: (ev_window_cmd_file_open): HIG fixes:  
8430         add a couple missing mnemonics to menu items, use title 
8431         capitalization for menu items and window titles, and add 
8432         ellipsis to open menu item.     
8433
8434 Mon Aug 15 00:40:21 2005  Jonathan Blandford  <jrb@redhat.com>
8435
8436         * pdf/ev-poppler.cc:
8437         * shell/ev-metadata-manager.c: (ev_metadata_manager_init):
8438         * shell/ev-view.c: (ev_view_rotate_left), (ev_view_set_rotation),
8439         (ev_view_get_rotation):
8440         * shell/ev-view.h:
8441         * shell/ev-window.c: (setup_view_from_metadata),
8442         (save_rotation_to_file), (ev_window_cmd_edit_rotate_left),
8443         (ev_window_cmd_edit_rotate_right): Fix rotation.  Save it to
8444         disk.
8445
8446 2005-08-14  Baris Cicek <baris@teamforce.name.tr>
8447
8448         * configure.ac: Added tr to ALL_LINGUAS
8449
8450 2005-08-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8451
8452         * shell/ev-view.c: Fix for bug Bug 311838. Search backward
8453         requires several clicks to find word. Thanks to 
8454         Colin Slater <kiltedtaco@gmail.com>.
8455
8456 2005-08-11  Bryan Clark  <clarkbw@cvs.gnome.org>
8457
8458         * data/evince.desktop.in.in: Hide menu entry and
8459         rename it to "Document Viewer". Fix for bug 
8460         #312399.
8461
8462 2005-08-11  Crispin Flowerday  <gnome@flowerday.cx>
8463
8464         * shell/ev-page-action.c (ev_page_action_class_init): 
8465
8466         Point to the correct function in constructor of the
8467         activate_label signal
8468
8469 Tue Aug  9 02:17:13 2005  Jonathan Blandford  <jrb@redhat.com>
8470
8471         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
8472         * shell/ev-jobs.h: Make thread safe.
8473
8474 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8475
8476         * shell/ev-view.c: (view_update_range_and_current_page):
8477         Don't update page range if we are scrolling to some document
8478         point.
8479
8480 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8481
8482         * shell/ev-view.c: (get_page_extents): reverse rotation/scale
8483         when getting max_page_width, fix drawing in dual mode.
8484
8485 Sun Aug  7 02:06:08 2005  Jonathan Blandford  <jrb@redhat.com>
8486
8487         * shell/ev-view.c (ev_view_select_all): reverse rotation/page when
8488         getting the area for select_all.
8489
8490 2005-08-06  Kristian Høgsberg  <krh@redhat.com>
8491
8492         * backend/ev-selection.c: (ev_selection_render_selection):
8493         * backend/ev-selection.h:
8494         * pdf/ev-poppler.cc:
8495         * shell/ev-jobs.c: (ev_job_render_new):
8496         * shell/ev-jobs.h:
8497         * shell/ev-pixbuf-cache.c: (get_selection_colors),
8498         (add_job_if_needed), (ev_pixbuf_cache_get_selection_pixbuf):
8499         * shell/ev-view.c: (ev_view_focus_in), (ev_view_focus_out),
8500         (ev_view_class_init):
8501
8502         Change selection color on focus in and focus out events.  Also,
8503         poppler now uses GdkColor for specifying the selection colors, so
8504         drop some awkward conversion code.
8505
8506 2005-08-06  Yair Hershkovitz  <yairhr@gmail.com>
8507
8508         * configure.ac: Added Hebrew translation
8509
8510 Sat Aug  6 01:12:44 2005  Jonathan Blandford  <jrb@redhat.com>
8511
8512         * NOTES:
8513         * backend/ev-selection.c: (ev_selection_render_selection):
8514         * backend/ev-selection.h:
8515         * pdf/ev-poppler.cc:
8516         * shell/ev-jobs.c: (ev_job_render_dispose), (ev_job_render_new),
8517         (ev_job_render_run):
8518         * shell/ev-jobs.h:
8519         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
8520         (ev_pixbuf_cache_new), (job_finished_cb), (add_job_if_needed),
8521         (convert_gdk_color_to_uint), (ev_pixbuf_cache_get_text_mapping),
8522         (ev_pixbuf_cache_style_changed),
8523         (ev_pixbuf_cache_get_selection_pixbuf),
8524         (ev_pixbuf_cache_set_selection_list),
8525         (ev_pixbuf_cache_get_selection_list):
8526         * shell/ev-pixbuf-cache.h:
8527         * shell/ev-utils.c: (ev_print_region_contents):
8528         * shell/ev-utils.h:
8529         * shell/ev-view.c: (ev_view_queue_draw_page),
8530         (selection_update_idle_cb), (ev_view_motion_notify_event),
8531         (ev_view_style_set), (draw_one_page), (ev_view_class_init),
8532         (setup_caches), (ev_view_find_next), (merge_selection_region),
8533         (selection_free):
8534         * shell/ev-window.c: (ev_window_update_fullscreen_popup):
8535
8536         Clean up selection to be much smoother!
8537
8538 2005-08-05  Kristian Høgsberg  <krh@redhat.com>
8539
8540         * pdf/ev-poppler.cc (pdf_selection_render_selection): Pass colors
8541         to poppler_page_render_selection().
8542
8543 2005-08-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8544
8545         * ps/ps-document.c: (save_page_list): Use
8546         unzipped document when printing. Thanks to 
8547         Colin Slater <kiltedtaco@gmail.com>. Fix for bug
8548         311016.
8549
8550 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8551
8552         * shell/ev-window.c: (update_action_sensitivity):
8553         
8554         Disable print and save respect to lockdown gconf keys. Fix
8555         for 312342.
8556
8557 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8558
8559         * configure.ac:
8560         * shell/ev-utils.c: (rename_file), (set_umask_permissions),
8561         (write_to_temp_file), (ev_file_set_contents):
8562         * shell/ev-utils.h:
8563         * shell/ev-window.c: (save_print_config_to_file):
8564         
8565         Copy-paste g_file_set_contents to keep compatibility with gtk 2.6
8566         Fix for bug 312238
8567
8568 2005-07-31  Christian Persch  <chpe@cvs.gnome.org>
8569
8570         * shell/ev-window.c: (load_print_config_from_file),
8571         (save_print_config_to_file), (ev_window_print_range):
8572
8573         Persist the print settings. Fixes bug #311578.
8574
8575 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8576
8577         * djvu/djvu-document.c: (djvu_document_get_page_size),
8578         (djvu_document_render_pixbuf), (djvu_document_document_iface_init),
8579         (djvu_document_thumbnails_get_thumbnail):
8580         * dvi/dvi-document.c: (dvi_document_get_page_size),
8581         (dvi_document_render_pixbuf), (dvi_document_document_iface_init),
8582         (dvi_document_thumbnails_get_dimensions),
8583         (dvi_document_thumbnails_get_thumbnail):
8584         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size),
8585         (pixbuf_document_render_pixbuf),
8586         (pixbuf_document_document_iface_init),
8587         (pixbuf_document_thumbnails_get_thumbnail):
8588         
8589         Update backends to make them build with new rotation system.
8590
8591 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8592
8593         * help/C/figures/evince_start_window.png:
8594         
8595         Update documentation image from Luca Ferretti <elle.uca@libero.it>
8596
8597 Sat Jul 30 19:09:34 2005  Jonathan Blandford  <jrb@redhat.com>
8598
8599         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_clear):
8600         * shell/ev-pixbuf-cache.h:
8601         * shell/ev-sidebar-thumbnails.c:
8602         (ev_sidebar_thumbnails_get_property), (add_range),
8603         (adjustment_changed_cb):
8604         * shell/ev-view.c: (ev_view_set_rotation): Fix rotation and the
8605         pixbuf cache.  Make thumbnailing work again.  Also, fix bug where
8606         we were thumbnailing the entire docment on startup, slowing us
8607         down hugely. 
8608
8609 Fri Jul 29 23:14:28 2005  Jonathan Blandford  <jrb@redhat.com>
8610
8611         * shell/ev-page-cache.c: (ev_page_cache_new):
8612         * shell/ev-window.c: (update_action_sensitivity): Handle n_pages
8613         == 0, fixes #310306.
8614
8615 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
8616
8617         * shell/ev-view.c: (doc_rect_to_view_rect), (ev_view_rotate_right),
8618         (ev_view_rotate_left):
8619
8620         Account rotation in doc_rect_to_view_rect.
8621         Ensure rotation doesnt go out of bounds.
8622
8623 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
8624
8625         * shell/ev-page-cache.c: (ev_page_cache_get_size):
8626
8627         Correct and cleanup w/h swapping
8628
8629 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
8630
8631         * backend/ev-document-thumbnails.c:
8632         (ev_document_thumbnails_get_thumbnail):
8633         * backend/ev-document-thumbnails.h:
8634         * backend/ev-document.c:
8635         * backend/ev-document.h:
8636         * backend/ev-render-context.c: (ev_render_context_new),
8637         (ev_render_context_set_rotation):
8638         * backend/ev-render-context.h:
8639         * pdf/ev-poppler.cc:
8640         * ps/ps-document.c: (ps_document_document_iface_init):
8641         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
8642         * shell/ev-jobs.h:
8643         * shell/ev-page-cache.c: (build_height_to_page),
8644         (ev_page_cache_new), (ev_page_cache_get_size),
8645         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
8646         (ev_page_cache_get_height_to_page):
8647         * shell/ev-page-cache.h:
8648         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
8649         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
8650         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed),
8651         (ev_pixbuf_cache_get_selection_pixbuf):
8652         * shell/ev-pixbuf-cache.h:
8653         * shell/ev-print-job.c: (idle_print_handler):
8654         * shell/ev-sidebar-thumbnails.c: (add_range):
8655         * shell/ev-view.c: (view_update_range_and_current_page),
8656         (get_page_y_offset), (get_page_extents),
8657         (ev_view_size_request_continuous_dual_page),
8658         (ev_view_size_request_continuous),
8659         (ev_view_size_request_dual_page),
8660         (ev_view_size_request_single_page), (draw_one_page),
8661         (ev_view_set_rotation), (ev_view_rotate_right),
8662         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
8663         (ev_view_zoom_for_size_continuous_and_dual_page),
8664         (ev_view_zoom_for_size_continuous),
8665         (ev_view_zoom_for_size_dual_page),
8666         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
8667         (ev_view_select_all):
8668         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
8669         * tiff/tiff-document.c: (tiff_document_render_pixbuf),
8670         (tiff_document_document_iface_init),
8671         (tiff_document_thumbnails_get_thumbnail):
8672
8673         Use rotation rather than orientation. It's easier and enough
8674         for our needs.
8675
8676 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
8677
8678         * shell/ev-page-cache.c: (build_height_to_page),
8679         (ev_page_cache_new), (ev_page_cache_get_size),
8680         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
8681         (ev_page_cache_get_height_to_page):
8682         * shell/ev-page-cache.h:
8683         * shell/ev-view.c: (get_page_y_offset), (get_page_extents),
8684         (ev_view_size_request_continuous_dual_page),
8685         (ev_view_size_request_continuous),
8686         (ev_view_zoom_for_size_continuous_and_dual_page),
8687         (ev_view_zoom_for_size_continuous):
8688
8689         Make the page cache aware of page orientation.
8690
8691 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
8692
8693         * backend/ev-document-thumbnails.c:
8694         (ev_document_thumbnails_get_thumbnail):
8695         * backend/ev-document-thumbnails.h:
8696         * backend/ev-document.c:
8697         * backend/ev-document.h:
8698         * backend/ev-ps-exporter.c: (ev_ps_exporter_do_page):
8699         * backend/ev-ps-exporter.h:
8700         * pdf/ev-poppler.cc:
8701         * ps/ps-document.c: (ps_document_document_iface_init),
8702         (ps_document_ps_export_do_page):
8703         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
8704         * shell/ev-jobs.h:
8705         * shell/ev-page-cache.c: (ev_page_cache_get_size),
8706         (ev_page_cache_get):
8707         * shell/ev-page-cache.h:
8708         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
8709         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
8710         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed):
8711         * shell/ev-pixbuf-cache.h:
8712         * shell/ev-print-job.c: (idle_print_handler):
8713         * shell/ev-sidebar-thumbnails.c: (add_range):
8714         * shell/ev-view.c: (view_update_range_and_current_page),
8715         (get_page_extents), (ev_view_size_request_dual_page),
8716         (ev_view_size_request_single_page), (draw_one_page),
8717         (clear_caches), (ev_view_set_orientation), (ev_view_rotate_right),
8718         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
8719         (ev_view_zoom_for_size_dual_page),
8720         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
8721         (ev_view_select_all):
8722         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
8723         * tiff/tiff-document.c: (tiff_document_get_page_size),
8724         (tiff_document_get_orientation), (rotate_pixbuf),
8725         (tiff_document_render_pixbuf), (tiff_document_document_iface_init),
8726         (tiff_document_thumbnails_get_thumbnail),
8727         (tiff_document_ps_export_do_page), (tiff_document_init):
8728
8729         Really make use of the orientation bit of the render context.
8730         Use the render context in a few more places in the backend API.
8731         This regress orientation, but now it's done right. Will try to
8732         fix it up asap...
8733
8734 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
8735
8736         * shell/ev-view.c: (ensure_rectangle_is_visible):
8737
8738         Patch by Nickolay V. Shmyrev to fix find flickering
8739
8740 2005-07-27  Martin Kretzschmar  <martink@gnome.org>
8741
8742         * backend/ev-ps-exporter.h: add paper_width, paper_height, and
8743         duplex parameters to ::begin.
8744
8745         * tiff/tiff-document.c (tiff_document_ps_export_begin): 
8746         * shell/ev-print-job.c (idle_print_handler): 
8747         * ps/ps-document.c (ps_document_ps_export_begin): 
8748         * pdf/ev-poppler.cc (pdf_document_ps_exporter_begin): 
8749         * backend/ev-ps-exporter.c (ev_ps_exporter_begin): update
8750         implementations. Poppler backend needs poppler cvs. Rest has
8751         unchanged behavior.
8752
8753 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
8754
8755         * shell/ev-window.c (using_pdf_printer): new function.
8756         (ev_window_print_range): print a less techy message if someone
8757         tries to print to PDF.
8758
8759 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
8760
8761         * pdf/ev-poppler.cc (font_type_to_string): Remove trailing space
8762         from "unknown font" string. Bug #311431
8763
8764 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
8765
8766         * help/es/.cvsignore, help/sr/.cvsignore: ignore xmlpo output.
8767
8768 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
8769
8770         Bug #311280
8771         
8772         * pdf/ev-poppler.cc (font_type_to_string): new, returns user readable
8773         name for PopplerFontTypes
8774         (pdf_document_fonts_fill_model): add font type to the detail column
8775
8776         * backend/ev-document-fonts.h: added
8777         EV_DOCUMENT_FONTS_COLUMN_DETAILS.
8778
8779         * shell/ev-properties-fonts.c (font_cell_data_func): glue together
8780         font name and font details, add a little markup.
8781         (ev_properties_fonts_init): use the new cell data func, specify ypad
8782         property for the cell renderer.
8783         (ev_properties_fonts_set_document): add the details column.
8784
8785 2005-07-24  Artur Flinta  <aflinta@cvs.gnome.org>
8786
8787         * configure.ac: Added "pl" to ALL_LINGUAS.
8788
8789 2005-07-24  Danilo Šegan  <danilo@gnome.org>
8790
8791         * configure.ac: Added "sr" and "sr@Latn" to ALL_LINGUAS.
8792
8793 2005-07-23  Tommi Vainikainen  <thv@iki.fi>
8794
8795         * help/ChangeLog: Started this for translations of manual.
8796         * configure.ac, autogen.sh, .cvsignore: Migrated to
8797         gnome-doc-utils. Patch in bug #311222.
8798
8799 2005-07-22  Martin Kretzschmar  <martink@gnome.org>
8800
8801         * backend/ev-document-factory.c (mime_type_supported_by_gdk_pixbuf): 
8802         #ifdef this away to fix an unused-function warning.
8803
8804 2005-07-22  Ignacio Casal Quinteiro  <nacho.resa@gmail.com>
8805
8806         * configure.ac: Added 'gl' to ALL_LINGUAS.
8807
8808 2005-07-22  Pawan Chitrakar  <pawan@nplinux.org>
8809
8810         * configure.ac: Added ne in ALL_LINGUAS
8811         
8812 2005-07-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8813
8814         * shell/ev-view.c: (ev_view_leave_notify_event):
8815         
8816         Clear status message when pointer leaves view. Fix for bug
8817         #310818 
8818
8819 2005-07-20 Ankit Patel <ankit644@yahoo.com>
8820
8821         * configure.ac: Gujarati (gu) added to ALL_LINGUAS
8822
8823 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8824
8825         * shell/ev-view.c: (ev_view_leave_notify_event),
8826         (ev_view_class_init):
8827         
8828         Set cursor to normal then leaving view.
8829
8830 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8831
8832         * configure.ac:
8833         
8834         Fix required djvulibre version.
8835
8836 2005-07-15  Rajesh Ranjan <rajeshkajha@yahoo.com>
8837
8838         *configure.ac: Hindi (hi) language added
8839
8840 2005-07-15  Amanpreet Singh Brar <amanpreetalam@yahoo.com>
8841
8842         *configure.ac: Punjabi (pa) Language added
8843
8844 2005-07-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8845
8846         * data/evince-ui.xml, shell/ev-window.c:
8847         
8848         Add keypad accelerators for zooming. Fix for bug 308128.
8849
8850 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
8851
8852         * Makefile.am:
8853         * backend/Makefile.am:
8854         * backend/ev-document-factory.c: (ev_document_type_get_from_mime):
8855         * configure.ac:
8856         * shell/ev-document-types.c: (ev_document_types_add_filters):
8857
8858         Allow to enable/disable the pixbuf backend.
8859         Default to off for now. If we want it enabled we should
8860         really put mime types in the desktop, implement properties etc.
8861
8862         * properties/evince-properties.c:
8863
8864         Initialize error to NULL.
8865         Check error is not NULL before freeing.
8866
8867 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
8868
8869         * shell/ev-window.c:
8870
8871         Use F5 as presentation accell
8872
8873 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
8874
8875         * shell/ev-window.c: (update_chrome_visibility),
8876         (ev_window_create_fullscreen_popup), (ev_window_init):
8877
8878         Do not leak the fullscreen toolbar
8879
8880 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
8881
8882         * shell/ev-window.c: (view_actions_focus_in_cb),
8883         (view_actions_focus_out_cb):
8884
8885         These has a return value! Fix totally random focus
8886         issues we was seeing.
8887
8888 2005-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
8889
8890         * shell/main.c: (load_files_remote):
8891
8892         Allow open more than one file
8893
8894 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
8895
8896         * shell/main.c: (load_files_remote):
8897
8898         Fix for dbus 0.33. bug #309975
8899
8900 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
8901
8902         * properties/ev-properties-main.c: (ev_properties_get_pages):
8903
8904         Actually return NULL for types we dont support
8905
8906 2005-07-08  Christian Persch  <chpe@cvs.gnome.org>
8907
8908         * po/POTFILES.in:
8909
8910         Remove empty lines.
8911
8912 2005-07-08  Marco Pesenti Gritti  <marco@gnome.org>
8913
8914         * backend/ev-document-factory.c:
8915         (ev_document_factory_get_document):
8916
8917         Do not try to create the object if type
8918         is invalid.
8919
8920 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
8921
8922         * ps/ps-document.c: (ps_document_dispose),
8923         (ps_async_renderer_render_pixbuf):
8924         * ps/ps-document.h:
8925
8926         Do not leak the target window
8927
8928 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
8929
8930         * shell/ev-application.c: (ev_application_init):
8931
8932         Let tbe check file existence for us.
8933         Add a comment about eggrecent mime filter.
8934
8935 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
8936
8937         * data/evince-ui.xml:
8938         * shell/ev-application.c: (ev_application_shutdown),
8939         (ev_application_init), (ev_application_get_toolbars_model),
8940         (ev_application_get_recent_model),
8941         (ev_application_save_toolbars_model):
8942         * shell/ev-application.h:
8943         * shell/ev-window.c: (ev_window_add_recent),
8944         (ev_window_setup_recent), (ev_window_cmd_edit_toolbar_cb),
8945         (ev_window_cmd_edit_toolbar), (ev_window_dispose),
8946         (ev_window_init):
8947
8948         Use common toolbar and recent models for all windows.
8949         Patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8950
8951 Thu Jul  7 23:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
8952
8953         * configure.ac: add FRONTEND_CORE_LIBS to evince_save_LIBS so we
8954         successfully check for gtk_icon_view_get_visible_range.
8955
8956 2005-07-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8957
8958         * djvu/Makefile.am:
8959         * dvi/Makefile.am:
8960         
8961         Fix djvu and dvi backend build.
8962
8963 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
8964
8965         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c: (new_pixbuf_from_widget),
8966         (new_separator_pixbuf):
8967
8968         Don't leak windows.
8969
8970 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
8971
8972         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
8973
8974         HIGification of toolbar editor dialogue.
8975
8976 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8977
8978         * configure.ac:
8979         * shell/Makefile.am:
8980
8981         Ever build metadata manager since it's just
8982         disabled at runtime now.
8983
8984 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8985
8986         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
8987         (ev_metadata_manager_get), (ev_metadata_manager_set):
8988         * shell/ev-metadata-manager.h:
8989
8990         Add an _init functions that enabled metadata management
8991         at runtime.
8992
8993         * shell/ev-window.c: (page_changed_cb),
8994         (setup_document_from_metadata), (ev_window_setup_document),
8995         (setup_view_from_metadata), (ev_window_open_uri),
8996         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
8997         (ev_window_run_presentation), (ev_window_stop_presentation),
8998         (save_sizing_mode), (ev_window_zoom_changed_cb),
8999         (ev_window_continuous_changed_cb),
9000         (ev_window_dual_mode_changed_cb), (window_state_event_cb),
9001         (window_configure_event_cb):
9002
9003         Remove all ugly metadata define since we deal with it
9004         at runtime now.
9005
9006         * shell/main.c: (load_files_remote), (main):
9007
9008         Add support for dbus cvs head. Hopefully didnt break one
9009         of the other versions now!
9010
9011         If we dont get a response from the dbus server just
9012         give up with it and not enable metadata.
9013
9014 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9015
9016         * Makefile.am:
9017         * backend/Makefile.am:
9018         * configure.ac:
9019         * cut-n-paste/recent-files/Makefile.am:
9020         * cut-n-paste/toolbar-editor/Makefile.am:
9021         * cut-n-paste/zoom-control/Makefile.am:
9022         * lib/Makefile.am:
9023         * pdf/Makefile.am:
9024         * pixbuf/Makefile.am:
9025         * properties/Makefile.am:
9026         * ps/Makefile.am:
9027         * shell/Makefile.am:
9028         * thumbnailer/Makefile.am:
9029         * tiff/Makefile.am:
9030
9031         Make frontends depend on just libev.
9032         Rework and group CFLAGS/LIBS definitions.
9033         Cleanups.
9034
9035 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9036
9037         * shell/ev-window:
9038
9039         do not unnecessarily save zoom
9040
9041         * configure.ac:
9042         * lib/ev-file-helpers.c: (ev_dot_dir):
9043         * shell/Makefile.am:
9044         * shell/dummy.cc:
9045
9046         Some cleanups
9047
9048 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9049
9050         * configure.ac:
9051         
9052         Remove unnecessary dependencies
9053
9054 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9055
9056         * properties/Makefile.am:
9057         * thumbnailer/Makefile.am:
9058         * tiff/Makefile.am:
9059
9060         Some more cleanups. Was really necessary
9061         but I probably introduced bugs, feel free
9062         to flame :)
9063
9064 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9065
9066         * backend/Makefile.am:
9067         * configure.ac:
9068         * cut-n-paste/recent-files/Makefile.am:
9069         * cut-n-paste/toolbar-editor/Makefile.am:
9070         * cut-n-paste/zoom-control/Makefile.am:
9071         * lib/Makefile.am:
9072         * pdf/Makefile.am:
9073         * pixbuf/Makefile.am:
9074         * properties/Makefile.am:
9075         * ps/Makefile.am:
9076         * shell/Makefile.am:
9077         * thumbnailer/Makefile.am:
9078         * tiff/Makefile.am:
9079
9080         Use gnome-common macros when possible.
9081         Cleanup dependencies.
9082         Actually disable deprecated where possible.
9083
9084 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9085
9086         * Makefile.am:
9087         * backend/Makefile.am:
9088         * properties/Makefile.am:
9089         * shell/Makefile.am:
9090         * thumbnailer/Makefile.am:
9091
9092         This should solve the circular dep without
9093         requiring dir reorg!
9094
9095         * shell/ev-window.c: (setup_view_from_metadata):
9096
9097         Never restore window size/position when the
9098         window is already visible.
9099
9100 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
9101
9102         * shell/ev-metadata-manager.c: (ev_metadata_manager_save):
9103
9104         Return a boolean from timeout func. Fix ported from gedit.
9105
9106 2005-07-07  Iñaki Larrañaga  <dooteo@euskalgnu.org>
9107
9108         * configure.ac: Added "eu" (Basque) to ALL_LINGUAS.
9109
9110 2005-07-06  Carlos Garcia Campos  <carlosgc@gnome.org>
9111
9112         * shell/ev-document-types.c: set "All Documents" as default filter in
9113         open dialog
9114
9115 2005-07-06  Martin Kretzschmar  <martink@gnome.org>
9116
9117         * shell/ev-metadata-manager.c (ev_metadata_manager_set_int)
9118         (ev_metadata_manager_set_double, ev_metadata_manager_set_string)
9119         (ev_metadata_manager_set_boolean): fix value/val thinko.
9120
9121 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
9122
9123         * shell/ev-window.c: (setup_view_from_metadata),
9124         (window_state_event_cb), (window_configure_event_cb),
9125         (ev_window_init):
9126
9127         Remember window position and maximized state
9128
9129 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
9130
9131         * configure.ac:
9132
9133         Fix DBUS configure checks.
9134
9135         * shell/ev-metadata-manager.c: (ev_metadata_manager_set_int),
9136         (ev_metadata_manager_set_double), (ev_metadata_manager_set_string),
9137         (ev_metadata_manager_set_boolean):
9138
9139         Plug mem leaks.
9140
9141         * shell/ev-window.c: (page_changed_cb), (ev_window_run_fullscreen),
9142         (ev_window_stop_fullscreen), (ev_window_run_presentation),
9143         (ev_window_stop_presentation), (ev_window_zoom_changed_cb),
9144         (ev_window_continuous_changed_cb),
9145         (ev_window_dual_mode_changed_cb), (ev_window_new):
9146
9147         Fix the build without DBUS.
9148
9149 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
9150
9151         * shell/ev-metadata-manager.c: (parse_value), (save_values),
9152         (ev_metadata_manager_set_int), (ev_metadata_manager_set_double),
9153         (ev_metadata_manager_set_string),
9154         (ev_metadata_manager_set_boolean):
9155         * shell/ev-metadata-manager.h:
9156
9157         Add support for some more types
9158
9159         * shell/ev-view.c: (scroll_to_current_page),
9160         (ev_view_get_continuous), (ev_view_set_continuous),
9161         (ev_view_get_dual_page):
9162         * shell/ev-view.h:
9163         * shell/ev-window.c: (page_changed_cb),
9164         (setup_document_from_metadata), (ev_window_setup_document),
9165         (setup_view_from_metadata), (ev_window_open_uri),
9166         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
9167         (ev_window_run_presentation), (ev_window_stop_presentation),
9168         (save_sizing_mode), (ev_window_sizing_mode_changed_cb),
9169         (ev_window_zoom_changed_cb), (ev_window_update_continuous_action),
9170         (ev_window_update_dual_page_action),
9171         (ev_window_continuous_changed_cb),
9172         (ev_window_dual_mode_changed_cb), (ev_window_init):
9173
9174         Remember a bunch of view/document properties. Prolly some
9175         are still missing but it's getting interesting.
9176
9177 2005-07-05  Martin Kretzschmar  <martink@gnome.org>
9178
9179         * configure.ac: check if dbus-binding-tool is installed. Not the
9180         case on current Ubuntu breezy, it seems.
9181
9182 2005-07-05  Luca Ferretti <elle.uca@libero.it>
9183
9184         * data/evince.desktop.in.in:
9185         
9186         Allow open uri lists and add TryExec field.
9187
9188 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
9189
9190         * configure.ac:
9191
9192         Enable dbus when available, do not require a configure
9193         option.
9194
9195 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
9196
9197         * configure.ac:
9198
9199         Use AM_CONDITIONAL unconditionally, fixes the build with DBUS
9200         disabled.
9201
9202 2005-07-05  Carlos Garcia Campos  <carlosgc@gnome.org>
9203         Marco Pesenti Gritti  <mpg@redhat.com>
9204
9205         * shell/Makefile.am: Add --prefix for dbus-binding-tool script
9206         
9207         * shell/ev-application.[ch], shell/ev-window.c: change dbus RPC 
9208         functions to the format required by dbus
9209
9210         * shell/main.c: use G_TYPE instead of DBUS_TYPE to fix compilation
9211         errors. Use the RPC parameters in the expected way
9212
9213 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
9214
9215         * Makefile.am:
9216         * properties/Makefile.am:
9217         * properties/ev-properties-main.c: (ev_properties_get_pages):
9218
9219         Support all mime types
9220
9221         * shell/Makefile.am:
9222         * thumbnailer/Makefile.am:
9223         * thumbnailer/evince-thumbnailer.c: (get_document_from_uri),
9224         (evince_thumbnail_pngenc_get):
9225
9226         Use the document factory
9227
9228 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
9229
9230         * backend/Makefile.am:
9231         * backend/ev-document-factory.c:
9232         (mime_type_supported_by_gdk_pixbuf),
9233         (ev_document_type_get_from_mime),
9234         (ev_document_factory_get_document),
9235         (ev_document_factory_get_backend),
9236         (ev_document_factory_get_mime_types),
9237         (ev_document_factory_get_all_mime_types):
9238         * backend/ev-document-factory.h:
9239         * shell/Makefile.am:
9240         * shell/ev-document-types.c: (get_document_from_uri),
9241         (ev_document_types_get_document),
9242         (file_filter_add_mime_list_and_free),
9243         (ev_document_types_add_filters):
9244         * shell/ev-document-types.h:
9245         * shell/ev-job-xfer.c: (ev_job_xfer_run):
9246         * shell/ev-properties-dialog.c:
9247         (ev_properties_dialog_set_document):
9248         * shell/ev-window.c: (ev_window_cmd_file_open),
9249         (ev_window_cmd_save_as):
9250         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9251
9252         Rework document types managing to avoid code duplication
9253         and actually abstract from backend implementations.
9254         Also provide a minimal factory api that can be used by
9255         thumbnailer/properties.
9256
9257 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
9258
9259         * properties/ev-properties-view.c: (ev_properties_view_set_info):
9260         Plug a mem leak.
9261         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
9262         HIG spacings.
9263
9264 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
9265
9266         * shell/ev-properties-dialog.c
9267         (ev_properties_dialog_set_document): only call
9268         ev_properties_fonts_set_document() if the document implements the
9269         fonts interface
9270
9271 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
9272
9273         * configure.ac:
9274         * properties/Makefile.am:
9275         * properties/ev-properties-view.c:
9276         (ev_properties_view_register_type):
9277         * properties/ev-properties-view.h:
9278         * properties/ev-properties-main.h:
9279
9280         Implement nautilus plugin for properties.
9281         Works only for pdf atm, I need to rework the
9282         document types stuff to get this to work
9283         for all backends...
9284
9285 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
9286
9287         * shell/ev-properties-fonts.c (enum): kill redundant columns enum
9288         (ev_properties_fonts_set_document): use
9289         EV_DOCUMENT_FONTS_COLUMN_NUM_COLUMNS.
9290
9291 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
9292
9293         * tiff/tiff2ps.c: remove TRUE and FALSE definitions, glib provides
9294         them
9295         (PlaceImage, tiff2ps_process_page): use
9296         g_ascii_dtostr to convert floats to strings in a locale-safe way.
9297
9298
9299 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
9300
9301         * shell/main.c: include libgnomeui/gnome-authentication-manager.h
9302         (main): to call gnome_authentication_manager_init. Should fix
9303         Bug #308510
9304
9305         * configure.ac: that requires libgnomeui 2.6.0.
9306
9307 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
9308
9309         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
9310         (tiff_document_ps_export_do_page, tiff_document_ps_export_end):
9311         use the new tiff2ps interfaces
9312
9313         * tiff/tiff2ps.h (tiff2ps_context_new, tiff2ps_process_page) 
9314         (tiff2ps_context_finalize): implement new interfaces for tiff2ps
9315
9316         * tiff/tiff2ps.c: refactor tiff2ps code to use a context
9317         structure instead of global variables.  Remove use of static
9318         variables in functions.
9319
9320 2005-07-04  Carlos Garcia Campos <carlosgc@gnome.org>
9321
9322         * shell/ev-page-action.c: unref the completion after setting it to the
9323         entry
9324
9325 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
9326
9327         * tiff/tiff2ps.c (generateEPSF): disable generating encapsulated
9328         postscript files
9329
9330 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
9331
9332         * shell/ev-window.c (update_action_sensitivity): disable
9333         File->Print if the document does not implement the ps exporter
9334         interface
9335
9336 2005-07-04  Marco Pesenti Gritti  <mpg@redhat.com>
9337
9338         * Makefile.am:
9339         * configure.ac:
9340         * data/evince-properties.glade:
9341         * properties/.cvsignore:
9342         * properties/Makefile.am:
9343         * properties/ev-properties-view.c: (ev_properties_view_dispose),
9344         (ev_properties_view_class_init), (ev_properties_view_format_date),
9345         (make_valid_utf8), (set_property), (ev_properties_view_set_info),
9346         (ev_properties_view_init), (ev_properties_view_new):
9347         * properties/ev-properties-view.h:
9348         * shell/Makefile.am:
9349         * shell/ev-properties-dialog.c: (ev_properties_dialog_class_init),
9350         (ev_properties_dialog_init), (ev_properties_dialog_set_document),
9351         (ev_properties_dialog_new):
9352         * shell/ev-properties-dialog.h:
9353         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
9354         (ev_properties_fonts_class_init), (ev_properties_fonts_init),
9355         (update_progress_label), (job_fonts_finished_cb),
9356         (ev_properties_fonts_set_document), (ev_properties_fonts_new):
9357         * shell/ev-properties-fonts.h:
9358         * shell/ev-properties.c:
9359         * shell/ev-properties.h:
9360         * shell/ev-window.c: (ev_window_setup_document),
9361         (ev_window_cmd_file_properties):
9362
9363         Split the properties pages in two different objects, depend
9364         only on the backend where possible, use widgets instead
9365         of gobject for the glade part, reimplement the dialog
9366         itself with gtk.
9367         I need this to implement nautilus properties page.
9368
9369 2005-07-03  Matthew S. Wilson  <msw@rpath.com>
9370
9371         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
9372         (tiff_document_ps_export_do_page, tiff_document_ps_export_end) 
9373         (tiff_document_document_ps_exporter_iface_init): implement the ps
9374         exporter interface for tiff documents
9375
9376         * tiff/tiff2ps.c: added a modified version of tiff2ps.c from
9377         libtiff to implement TIFF postscript export
9378
9379         * tiff/tiff2ps.h: added a header file for external tiff2ps
9380         functions.
9381
9382         * tiff/Makefile.am (libtiffdocument_la_SOURCES): add tiff2ps.c and
9383         tiff2ps.h
9384
9385 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9386
9387         * shell/ev-view.c: (scroll_to_current_page),
9388         (ev_view_set_fullscreen), (ev_view_set_presentation):
9389         
9390         Scroll to current page when exit from presentation
9391
9392 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9393
9394         * shell/ev-window.c: (update_document_mode),
9395         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
9396         (ev_window_cmd_view_fullscreen), (ev_window_stop_presentation),
9397         (ev_window_cmd_view_presentation), (ev_window_cmd_escape):
9398         
9399         Exit from fullscreen mode when switch to presentation. Fix for
9400         bug 309365
9401
9402 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
9403
9404         * shell/ev-pixbuf-cache.c (ev_pixbuf_cache_get_selection_pixbuf):
9405         return NULL if the document does not implement the selection
9406         interface.
9407
9408 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
9409
9410         * tiff/tiff-document.c (tiff_document_get_page_size): scale the
9411         reported height by using the resolution aspect ratio
9412         (tiff_document_render_pixbuf): scale the pixbuf using the
9413         resolution aspect ratio
9414
9415 2005-07-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9416
9417         * configure.ac:
9418         
9419         Require libgnomeprint >= 2.5.1. Thanks to Colin Slater 
9420         <kiltedaco@gmail.com>
9421         
9422         * djvu/djvu-document.c: (djvu_document_get_orientation),
9423         (djvu_document_set_orientation), (djvu_document_get_page_size),
9424         (rotate_pixbuf), (djvu_document_render_pixbuf),
9425         (djvu_document_document_iface_init):
9426         * dvi/dvi-document.c: (dvi_document_get_orientation),
9427         (dvi_document_set_orientation), (dvi_document_get_page_size),
9428         (rotate_pixbuf), (dvi_document_render_pixbuf),
9429         (dvi_document_document_iface_init):
9430         
9431         Dvi and djvu backends are ported to new API
9432
9433 Fri Jul  1 00:10:15 2005  Jonathan Blandford  <jrb@redhat.com>
9434
9435         * backend/ev-selection.c: (ev_selection_get_selection_region),
9436         (ev_selection_get_selection_map):
9437         * backend/ev-selection.h:
9438         * pdf/ev-poppler.cc:
9439         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
9440         * shell/ev-jobs.h:
9441         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
9442         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
9443         (ev_pixbuf_cache_get_text_mapping):
9444         * shell/ev-pixbuf-cache.h:
9445         * shell/ev-view.c: (location_in_text),
9446         (ev_view_motion_notify_event), (ev_view_set_cursor): Add I-Beam
9447         support to EvView.  Now we can see where we can select!  Sweet!
9448
9449 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
9450
9451         * shell/ev-view.c (ev_view_button_press_event): Fix
9452         event->y + view->scroll_x typo.
9453
9454 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
9455
9456         * pdf/ev-poppler.cc: Adjust to poppler API changes; use a
9457         sub-GdkPixbuf instead of passing dest_x and dest_y.
9458         
9459         * shell/ev-view.c: (view_point_to_doc_point),
9460         (view_rect_to_doc_rect), (ev_view_button_press_event),
9461         (ev_view_motion_notify_event), (compute_new_selection_rect),
9462         (gdk_rectangle_point_in), (compute_new_selection_text),
9463         (compute_selections): Update selection code to keep the selection
9464         around as two points and not as a normalized rectangle, and fix
9465         page level selection in two-column mode.
9466
9467 2005-06-30  Alex Duggan  <aldug@astrolinux.com>
9468
9469         * shell/ev-window.c: (window_configure_event_cb): 
9470         
9471         Fix compilation
9472         
9473 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
9474
9475         * pdf/ev-poppler.cc:
9476
9477         Fix compilation
9478
9479 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
9480
9481         * shell/Makefile.am:
9482         * shell/ev-metadata-manager.c: (item_free),
9483         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
9484         (parse_value), (parseItem), (load_values),
9485         (ev_metadata_manager_get), (value_free), (ev_metadata_manager_set),
9486         (save_values), (save_item), (get_oldest), (resize_items),
9487         (ev_metadata_manager_save), (ev_metadata_manager_set_int):
9488         * shell/ev-metadata-manager.h:
9489
9490         Metadata manager from gedit but modified to use GValue, so that
9491         we dont need to keep converting from strings.
9492
9493         * configure.ac:
9494
9495         ENABLE_METADATA conditional, on when dbus is on
9496
9497         * shell/ev-application.c: (ev_application_open_uri):
9498
9499         Show the window after load so that we can initialize
9500         window size before it's showed.
9501
9502         * shell/ev-window.c: (ev_window_setup_from_metadata),
9503         (ev_window_open_uri), (window_configure_event_cb),
9504         (ev_window_init):
9505
9506         Save and load metadata information about window size.
9507         Not yet keeping states in account.
9508
9509         * shell/main.c: (main):
9510
9511         Shutdown metadata manager.
9512
9513 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
9514
9515         * shell/ev-application-service.xml:
9516         * configure.ac:
9517         * shell/Makefile.am:
9518         * shell/ev-application.c:
9519         * shell/ev-application.h:
9520         * shell/ev-window.c:
9521         * shell/ev-window.h:
9522         * shell/main.c:
9523
9524         Add an optional dbus interface (--enable-dbus).
9525         Rework application code, mainly to be easier to
9526         use "remotely".
9527         Do not open multiple windows with the same document,
9528         spatial evince!
9529
9530 Thu Jun 30 01:50:14 2005  Jonathan Blandford  <jrb@redhat.com>
9531
9532         * shell/ev-pixbuf-cache.c (clear_selection_if_needed): unref the
9533         pixbuf iff it exists.
9534
9535 Thu Jun 30 01:43:00 2005  Jonathan Blandford  <jrb@redhat.com>
9536
9537         * shell/*:
9538         * backend/ev-render-context.[ch]:
9539         * backend/ev-selection.[ch]:
9540
9541         Massive changes.  We now support text selection of pdfs, and not
9542         just rectangular selection.  This is pretty broken still, but I
9543         want to get something into CVS.
9544
9545 2005-06-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9546
9547         * pdf/ev-poppler.cc:
9548         
9549         Fix for Bug 309080: crash on window close.
9550         
9551         * shell/ev-page-action.c: (page_changed_cb):
9552         
9553         Fix for Bug 309168: Fix build with gcc 2.95. Thanks to
9554         jensgr@gmx.net (Jens Granseuer).
9555
9556 2005-06-25  Marcel Telka  <marcel@telka.sk>
9557
9558         * configure.in (ALL_LINGUAS): Added sk.
9559
9560 2005-06-24  Carlos Garcia Campos  <carlosgc@gnome.org>
9561
9562         * shell/ev-window.c: Make rotate menu entries unsensitive if there is
9563         not a document open
9564
9565 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
9566
9567         * NEWS:
9568         * configure.ac:
9569
9570         Release 0.3.2
9571
9572         * cut-n-paste/recent-files/Makefile.am:
9573
9574         Fix make distcheck
9575
9576 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
9577
9578         * pixbuf/pixbuf-document.c: (pixbuf_document_get_orientation),
9579         (pixbuf_document_set_orientation), (rotate_pixbuf),
9580         (pixbuf_document_get_page_size), (pixbuf_document_render_pixbuf),
9581         (pixbuf_document_document_iface_init), (pixbuf_document_init):
9582
9583         Implement rotation and cleanup the code a bit.
9584
9585         * tiff/tiff-document.c: (tiff_document_get_page_size),
9586         (tiff_document_get_orientation), (tiff_document_set_orientation),
9587         (rotate_pixbuf), (tiff_document_render_pixbuf),
9588         (tiff_document_document_iface_init), (tiff_document_init):
9589
9590         Implement rotation. Was the quicker solution for the release
9591         but we really need to share this code in the shell.
9592
9593 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
9594
9595         * pdf/ev-poppler.cc:
9596
9597         Enable rotation, require poppler cvs. Fix a leak.
9598
9599 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9600
9601         * shell/ev-window.c: (update_action_sensitivity):
9602         
9603         Make properties unsensitive if document backend doesn't provide
9604         any info
9605
9606 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9607
9608         * dvi/mdvi-lib/bitmap.c: (bitmap_alloc), (bitmap_alloc_raw),
9609         (bitmap_flip_horizontally), (bitmap_flip_vertically),
9610         (bitmap_flip_diagonally), (bitmap_rotate_clockwise),
9611         (bitmap_rotate_counter_clockwise), (bitmap_flip_rotate_clockwise),
9612         (bitmap_flip_rotate_counter_clockwise):
9613         * dvi/mdvi-lib/color.c: (mdvi_push_color), (get_color_table):
9614         * dvi/mdvi-lib/common.c: (read_string), (buff_free), (buff_add),
9615         (buff_gets):
9616         * dvi/mdvi-lib/common.h:
9617         * dvi/mdvi-lib/dvimisc.c: (mdvi_push_color):
9618         * dvi/mdvi-lib/dviread.c: (get_bytes), (dreset), (define_font),
9619         (opendvi), (mdvi_reload), (mdvi_init_context),
9620         (mdvi_destroy_context), (mdvi_dopage), (special):
9621         * dvi/mdvi-lib/font.c: (font_drop_one), (font_free_unused):
9622         * dvi/mdvi-lib/fontmap.c: (read_encoding), (destroy_encoding),
9623         (file_hash_free), (register_encoding), (parse_spec),
9624         (mdvi_load_fontmap), (free_ent), (mdvi_init_fontmaps),
9625         (mdvi_add_fontmap_file), (mdvi_ps_read_fontmap),
9626         (mdvi_ps_flush_fonts), (mdvi_ps_find_font), (mdvi_ps_get_metrics):
9627         * dvi/mdvi-lib/fontsrch.c: (mdvi_list_font_class),
9628         (mdvi_register_font_type), (mdvi_unregister_font_type),
9629         (lookup_font), (mdvi_add_font), (mdvi_font_retry):
9630         * dvi/mdvi-lib/gf.c: (gf_read_bitmap), (gf_load_font):
9631         * dvi/mdvi-lib/hash.c: (mdvi_hash_remove), (mdvi_hash_remove_ptr),
9632         (mdvi_hash_destroy_key), (mdvi_hash_reset):
9633         * dvi/mdvi-lib/pagesel.c: (mdvi_parse_range),
9634         (mdvi_parse_page_spec), (mdvi_free_page_spec), (main):
9635         * dvi/mdvi-lib/paper.c: (mdvi_free_paper_specs):
9636         * dvi/mdvi-lib/pk.c: (pk_lookup), (pk_lookupn), (pk_load_font):
9637         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
9638         * dvi/mdvi-lib/special.c: (mdvi_register_special),
9639         (mdvi_unregister_special), (mdvi_flush_specials):
9640         * dvi/mdvi-lib/t1.c: (t1_lookup_font), (t1_really_load_font),
9641         (t1_font_remove):
9642         * dvi/mdvi-lib/tfm.c: (get_tfm_chars):
9643         * dvi/mdvi-lib/tfmfile.c: (afm_load_file), (tfm_load_file),
9644         (ofm1_load_file), (ofm_load_file), (get_font_metrics),
9645         (free_font_metrics), (flush_font_metrics):
9646         * dvi/mdvi-lib/tt.c: (tt_really_load_font), (tt_get_bitmap),
9647         (tt_font_remove):
9648         * dvi/mdvi-lib/util.c: (mdvi_malloc), (mdvi_realloc),
9649         (mdvi_calloc), (mdvi_free), (mdvi_strdup), (mdvi_strncpy),
9650         (mdvi_strndup), (mdvi_memdup), (xstradd), (dstring_append),
9651         (dstring_insert), (dstring_new), (dstring_reset):
9652         * dvi/mdvi-lib/vf.c: (vf_load_font), (vf_free_macros):
9653         
9654         Rename xmalloc and xfree to mdvi_malloc and mdvi_free to
9655         avoid conflict with libtool on FC4
9656         
9657         * shell/ev-window.c: (ev_window_cmd_help_about):
9658         
9659         Update copyright year. Fix for bug 308828.
9660
9661 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
9662
9663         * shell/ev-view.c: (add_scroll_binding_keypad),
9664         (ev_view_binding_activated), (ev_view_class_init),
9665         (on_adjustment_value_changed):
9666         
9667         Bug 170874: Arrow keys switch pages in presentation mode
9668
9669 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
9670
9671         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
9672         
9673         Fix for Bug 308265: Sidebar dissappears coming out of 
9674         Presentation mode
9675
9676 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
9677
9678         * shell/ev-application.c: (ev_application_open):
9679         * shell/ev-document-types.c: (ev_document_types_add_filters),
9680         (ev_document_types_add_filters_for_type):
9681         * shell/ev-document-types.h:
9682         * shell/ev-window.c: (ev_window_cmd_save_as):
9683         
9684         Suggest basename as template when saving, provide filters
9685         for save dialog. It's bug 308402
9686
9687 2005-06-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9688
9689         * pdf/ev-poppler.cc:
9690         * shell/ev-sidebar-links.c: (job_finished_callback):
9691         * shell/ev-view.c: (update_find_status_message):
9692         
9693         Some leaks fixed
9694
9695 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
9696
9697         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
9698         (egg_recent_view_uimanager_set_list):
9699
9700         Fix buglet in !show_numbers case.
9701
9702 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
9703
9704         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
9705         (connect_proxy_cb), (egg_recent_view_uimanager_set_list):
9706
9707         Use pango ellipsisation.
9708
9709         * pdf/ev-poppler.cc:
9710
9711         Fix refcount leak, from nsh.
9712
9713 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9714
9715         * cut-n-paste/recent-files/Makefile.am:
9716         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
9717         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
9718         
9719         Removed EggRecentViewGtk
9720         
9721         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
9722         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
9723         * shell/ev-window.c: (ev_window_cmd_recent_file_activate),
9724         (ev_window_setup_recent):
9725         
9726         Use ViewUIManager instead of ViewGtk. Less leaks, more compatibility
9727         with other projects
9728
9729 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9730
9731         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
9732         (egg_recent_view_gtk_finalize):
9733
9734         Fix memory leak
9735
9736         * cut-n-paste/toolbar-editor/Makefile.am:
9737         
9738         Fix location of cursor icon.
9739         
9740         * pdf/ev-poppler.cc:
9741         * shell/ev-page-action.c: (build_new_tree_cb), (match_selected_cb),
9742         (display_completion_text), (match_completion):
9743         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
9744         (selection_changed_callback), (create_loading_model),
9745         (print_section_cb), (links_page_num_func),
9746         (update_page_callback_foreach):
9747         * shell/ev-window.c: (ev_window_dispose):
9748         
9749         Small memory fixes. Links model now store objects instead
9750         of pointers to improve memory management. 
9751
9752 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9753
9754         * shell/ev-window.c: (zoom_control_changed_cb):
9755         
9756         Fix update of zoom control (bug 308268).
9757
9758 Sat Jun 18 22:46:42 2005  Jonathan Blandford  <jrb@redhat.com>
9759
9760         * shell/ev-properties.c (set_property): escape the text correctly.
9761         Handles non-UTF-8 properties and escaped properties.  Also, sets
9762         the text to "<i>None</i>" if the property isn't set.
9763
9764         * data/evince-properties.glade: Change the label to be ellipsized,
9765         and give it a minimum size.
9766
9767 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9768
9769         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown):
9770         * shell/ev-sidebar-links.c: (create_loading_model):
9771         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
9772         * shell/ev-view.c: (ev_view_set_document):
9773         * shell/ev-window.c: (ev_window_dispose):
9774         
9775         Various small fixes, mostly memory leaks. Thanks to valgrind.
9776
9777 2005-06-19  Martin Kretzschmar  <martink@gnome.org>
9778
9779         * ps/ps-document.c: remove the locale.h include again ;-). And
9780         kill the (bogus) setlocale/savelocale business.
9781
9782 2005-06-19  Jaap A. Haitsma <jaap@haitsma.org>
9783
9784         * ps/ps-document.c:
9785         
9786         Include locale.h to fix build
9787         
9788         * shell/ev-sidebar.c:
9789         
9790         Remove unnecessary includes
9791
9792 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9793
9794         * dvi/dvi-document.c: (dvi_document_load):
9795         * dvi/mdvi-lib/dviread.c: (mdvi_init_context):
9796         * po/POTFILES.in:
9797         
9798         Check for incorrect dvi files. Fix parsing dvi on AMD64
9799         platform. Thanks to tester@tester.ca (Olivier Crete).
9800
9801 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9802
9803         * shell/ev-page-action.c: (match_selected_cb),
9804         (display_completion_text), (match_completion), (update_model):
9805         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
9806         (expand_open_links):
9807         * shell/ev-sidebar.c: (ev_sidebar_destroy),
9808         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_add_page),
9809         (ev_sidebar_set_document):
9810         * shell/ev-window.c: (ev_window_xfer_job_cb),
9811         (sidebar_widget_model_set), (sidebar_page_main_widget_update_cb):
9812         
9813         Fixed lot's of memory leaks, for example, memory leak on reload, 
9814         described in bug 307793.
9815
9816 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
9817
9818         * pdf/ev-poppler.cc:
9819         * shell/ev-sidebar-thumbnails.c: (clear_range), (add_range),
9820         (update_visible_range), (adjustment_changed_cb),
9821         (ev_sidebar_thumbnails_fill_model),
9822         (ev_sidebar_thumbnails_refresh),
9823         (ev_sidebar_tree_selection_changed),
9824         (ev_sidebar_icon_selection_changed),
9825         (ev_sidebar_thumbnails_use_icon_view),
9826         (ev_sidebar_thumbnails_set_document):
9827         * shell/ev-sidebar-thumbnails.h:
9828         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
9829         (ev_window_cmd_edit_rotate_right), (ev_window_init):
9830
9831         Refresh thumbnails when changing orientation. Not fully
9832         working yet becuase of a sidebar bug.
9833
9834         Set page orientation to poppler page everywhere. This sucks
9835         really need to fix poppler.
9836
9837 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
9838
9839         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
9840         (egg_recent_view_gtk_new_menu_item),
9841         (egg_recent_view_gtk_set_property),
9842         (egg_recent_view_gtk_get_property),
9843         (egg_recent_view_gtk_class_init), (egg_recent_view_gtk_init),
9844         (egg_recent_view_gtk_set_tooltip_func),
9845         (egg_recent_view_gtk_set_label_width),
9846         (egg_recent_view_gtk_get_label_width):
9847         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
9848
9849         Sync with libegg (ellipsize labels)
9850
9851 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9852
9853         * data/evince-ui.xml:
9854         * shell/ev-window.c: (ev_window_cmd_go_forward),
9855         (ev_window_cmd_go_backward):
9856         
9857         Shift + PageUp moves 10 Pages. Fix for 306125
9858
9859 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9860
9861         * pdf/ev-poppler.cc:
9862
9863         Add a flag to check if orientation has been overriden
9864
9865 2005-06-17  Martin Kretzschmar  <martink@gnome.org>
9866
9867         * ps/ps.c (psscan, psfree): read "Creator:" comment, free creator
9868         field if necessary.
9869
9870         * ps/ps.h: add creator field to document.
9871
9872         * ps/ps-document.c (ps_document_get_info): set format to PostScript,
9873         set creator field.
9874
9875 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9876
9877         * data/evince-properties.glade:
9878         * shell/ev-properties.c: (ev_properties_set_document):
9879
9880         s/PDF Version/Format
9881
9882 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9883
9884         * shell/ev-properties.c: (ev_properties_set_document):
9885
9886         Remove unnecessary translations
9887
9888 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9889
9890         * cut-n-paste/toolbar-editor/Makefile.am:
9891
9892         Correct library name    
9893
9894 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9895
9896         * configure.ac:
9897         * cut-n-paste/recent-files/egg-recent-model.c:
9898         (egg_recent_model_write_raw), (egg_recent_model_lock_file),
9899         (egg_recent_model_unlock_file):
9900         * cut-n-paste/recent-files/egg-recent-util.c:
9901         (egg_recent_util_get_unique_id):
9902         * cut-n-paste/recent-files/update-from-egg.sh:
9903         * cut-n-paste/toolbar-editor/Makefile.am:
9904         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
9905         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
9906         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
9907         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
9908         (egg_toolbars_model_get_type):
9909         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
9910
9911         Better makefile for toolbar editor and update everything
9912         to latest libegg.
9913
9914 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9915
9916         * shell/ev-window.c: (update_document_mode):
9917
9918         Prefer presentation mode when the document
9919         require fullscreen.
9920
9921 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9922
9923         * data/evince-ui.xml:
9924         * shell/ev-window.c:
9925
9926         Add control-equal for zooming
9927
9928 2005-06-17  Theppitak Karoonboonyanan  <thep@linux.thai.net>
9929
9930         * configure.ac: Added 'th' (Thai) to ALL_LINGUAS.
9931
9932 2005-06-16  Marco Pesenti Gritti  <mpg@redhat.com>
9933
9934         * backend/ev-document.c: (ev_document_get_orientation):
9935         * backend/ev-document.h:
9936         * pdf/ev-poppler.cc:
9937         * ps/ps-document.c: (ps_document_get_orientation),
9938         (ps_document_set_orientation), (ps_document_document_iface_init):
9939
9940         Add a get_orientation api. Improve set_orientation.
9941
9942         * data/evince-ui.xml:
9943         * shell/ev-view.c: (ev_view_set_orientation),
9944         (ev_view_rotate_right), (ev_view_rotate_left):
9945         * shell/ev-view.h:
9946         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
9947         (ev_window_cmd_edit_rotate_right):
9948
9949         Better ui for changing document orientation
9950
9951 2005-06-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9952
9953         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_property),
9954         (ev_sidebar_links_class_init), (ev_sidebar_links_get_label):
9955         * shell/ev-sidebar-links.h:
9956         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
9957         (ev_sidebar_page_iface_init):
9958         * shell/ev-sidebar-page.h:
9959         * shell/ev-sidebar-thumbnails.c:
9960         (ev_sidebar_thumbnails_get_property),
9961         (ev_sidebar_thumbnails_class_init),
9962         (ev_sidebar_thumbnails_set_document):
9963         * shell/ev-sidebar-thumbnails.h:
9964         * shell/ev-view.c: (ev_view_motion_notify_event):
9965         * shell/ev-window.c: (update_chrome_visibility),
9966         (ev_window_cmd_focus_page_selector),
9967         (ev_window_update_fullscreen_popup), (view_actions_focus_in_cb),
9968         (sidebar_page_main_widget_update_cb), (ev_window_init):
9969         
9970         Autoraise toolbar on GoToPage binding and fix bindings in
9971         EvSidebarThumbnails page.
9972
9973 2005-06-15  Christian Persch  <chpe@cvs.gnome.org>
9974
9975         * shell/ev-properties.c: (update_progress_label):
9976
9977         Hide the progress label when finished; bug #307697.
9978
9979 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
9980
9981         * pdf/ev-poppler.cc:
9982
9983         Enable is_open for links, you will need poppler cvs
9984
9985         * shell/ev-properties.c: (job_fonts_finished_cb):
9986
9987         Get a lock on the document when filling the tree view
9988
9989 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
9990
9991         * backend/ev-document-links.h:
9992         * pdf/ev-poppler.cc:
9993         * shell/ev-sidebar-links.c: (create_loading_model),
9994         (expand_open_links), (job_finished_callback):
9995
9996         Expand links when specified by the document.
9997         Depend on a poppler api (defined out for now)
9998
9999 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
10000
10001         * shell/ev-properties.c: (ev_properties_dispose),
10002         (ev_properties_class_init), (dialog_destroy_cb),
10003         (ev_properties_init), (job_fonts_finished_cb), (setup_fonts_view),
10004         (ev_properties_set_document), (ev_properties_new),
10005         (ev_properties_show):
10006         * shell/ev-properties.h:
10007
10008         Make it an object, cleanup the code, api to show it as transient
10009         and to set the document.
10010
10011         * shell/ev-window.c: (ev_window_setup_document),
10012         (ev_window_cmd_file_properties):
10013
10014         Adapt to EvProperties changes, do not show multiple
10015         times, update it when document changes.
10016
10017 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
10018
10019         * ps/gstypes.h:
10020         * ps/ps-document.c: (ps_document_init), (get_page_orientation),
10021         (ps_document_set_orientation), (ps_document_document_iface_init):
10022         * ps/ps-document.h:
10023
10024         Implement orientation here too
10025
10026         * shell/ev-properties.c: (ev_properties_new):
10027         * data/evince-properties.glade:
10028
10029         Hide the fonts page for backends that doesnt
10030         support it.     
10031
10032 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
10033
10034         * backend/ev-document.c: (ev_document_set_orientation):
10035         * backend/ev-document.h:
10036         * pdf/ev-poppler.cc:
10037
10038         Add orientation api. Currently poppler api is not optimal,
10039         we need to set orientation every time we _get a page.
10040         I will try to fix that at some point.
10041
10042         * data/evince-ui.xml:
10043         * shell/ev-window.c: (ev_window_cmd_edit_landscape),
10044         (ev_window_cmd_edit_portrait), (ev_window_cmd_edit_flip):
10045
10046         Add orientation menu items
10047
10048         * shell/ev-page-cache.c: (ev_page_cache_clear):
10049         * shell/ev-page-cache.h:
10050
10051         Add api to clear the cache
10052
10053         * shell/ev-view.c: (setup_caches), (clear_caches),
10054         (ev_view_set_document), (ev_view_zoom_out),
10055         (ev_view_set_orientation):
10056         * shell/ev-view.h:
10057
10058         Implement orientation changing
10059
10060 2005-06-13  Marco Pesenti Gritti <mpg@redhat.com>
10061
10062         * backend/ev-document-fonts.c: (ev_document_fonts_get_progress),
10063         (ev_document_fonts_scan), (ev_document_fonts_fill_model):
10064         * backend/ev-document-fonts.h:
10065
10066         Separate scan and fill so that we can incrementally fill from
10067         the main thread. Add a progress api.
10068
10069         * data/evince-properties.glade:
10070         * pdf/ev-poppler.cc:
10071         * shell/ev-jobs.c: (ev_job_fonts_new), (ev_job_fonts_run):
10072         * shell/ev-jobs.h:
10073         * shell/ev-properties.c: (update_progress_label),
10074         (job_fonts_finished_cb), (setup_fonts_view):
10075
10076         Incrementally feel the list and show the progress
10077         percentage in a label like acrobat does.
10078
10079         You are going to need poppler cvs
10080
10081 2005-06-11  Marco Pesenti Gritti <mpg@redhat.com>
10082
10083         * backend/ev-document-fonts.c: (ev_document_fonts_fill_model):
10084         * backend/ev-document-fonts.h:
10085         * pdf/ev-poppler.cc:
10086
10087         Make fonts model fill incrementally.
10088
10089         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
10090         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
10091         (ev_job_queue_remove_job):
10092         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
10093         (ev_job_fonts_new), (ev_job_fonts_run):
10094         * shell/ev-jobs.h:
10095
10096         New job for fonts scanning
10097
10098         * shell/ev-properties.c: (job_fonts_finished_cb),
10099         (fill_fonts_treeview), (setup_fonts_view), (ev_properties_new):
10100         * shell/ev-properties.h:
10101         * shell/ev-window.c: (ev_window_cmd_file_properties):
10102
10103         Incrementally feel the treeview using the new job. Show Loading...
10104         message until scanning is completed.
10105
10106         Hopefully I didnt break the build without the poppler patch.
10107
10108 2005-06-10  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10109
10110         * shell/ev-application.c: (ev_application_open):
10111         * shell/ev-document-types.c: (ev_document_type_from_from_mime),
10112         (ev_document_type_get_type), (ev_document_type_lookup):
10113         * shell/ev-document-types.h:
10114         * shell/ev-job-xfer.c: (ev_job_xfer_dispose), (ev_job_xfer_run):
10115         * shell/ev-job-xfer.h:
10116         * shell/ev-window.c: (ev_window_clear_local_uri),
10117         (ev_window_load_job_cb), (ev_window_xfer_job_cb),
10118         (ev_window_open_uri), (ev_window_add_recent), (ev_window_dispose):
10119         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
10120         
10121         Transfer remote documents to tmp directory to display them later.
10122
10123 2005-06-10  Marco Pesenti Gritti <mpg@redhat.com>
10124
10125         * backend/ev-document-info.h:
10126         * shell/ev-properties.c: (ev_properties_new):
10127
10128         s/GTime*/GTime. Not sure why we was using a pointer
10129         at all there!
10130
10131 Wed Jun  8 01:04:22 2005  Jonathan Blandford  <jrb@redhat.com>
10132
10133         * shell/ev-sidebar-thumbnails.c: Use a GtkIconView in certain
10134         situations.  That situation is that you're using GTK+-HEAD with
10135         the patch at #306726 is applied, and you have a document with <
10136         1500 pages in it.  It's not quite as uniformly nice as the
10137         TreeView, but should be better in the long run.
10138
10139         I'm pretty sure I guarded against breaking compilation with
10140         HAVE_GTK_ICON_VIEW_GET_VISIBLE_RANGE gaurds, though it's possible
10141         I missed some.
10142
10143         * shell/ev-window.c (ev_window_init): We don't have our tree/list
10144         widget yet, so I commented that code out
10145         enable_view_actions_for_widget() for now.  Need to figure this
10146         out.
10147
10148         * shell/ev-page-action.c (match_selected_cb): emit the right
10149         signals.  Our cool C-l completion now works.
10150
10151 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10152
10153         * backend/Makefile.am:
10154         * backend/ev-document-fonts.c:
10155         * backend/ev-document-links.c:
10156         * backend/ev-document.c: (ev_document_load):
10157         * backend/ev-document.h:
10158         * backend/ev-job-queue.c:
10159         * backend/ev-job-queue.h:
10160         * backend/ev-jobs.c:
10161         * backend/ev-jobs.h:
10162         * backend/ev-page-cache.c:
10163         * backend/ev-page-cache.h:
10164
10165         EvPageCache and EvJobs are moved to shell.
10166
10167         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown),
10168         (ev_tmp_filename):
10169         * lib/ev-file-helpers.h:
10170         
10171         New helper to work with temporary files
10172         
10173         * shell/Makefile.am:
10174         * shell/ev-application.c: (ev_application_open):
10175         * shell/ev-application.h:
10176         * shell/ev-job-queue.c: (remove_job_from_queue_locked),
10177         (remove_job_from_async_queue), (add_job_to_async_queue),
10178         (add_job_to_queue_locked), (notify_finished), (job_finished_cb),
10179         (handle_job), (search_for_jobs_unlocked),
10180         (no_jobs_available_unlocked), (ev_render_thread),
10181         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
10182         (ev_job_queue_add_job), (move_job_async), (move_job),
10183         (ev_job_queue_update_job), (ev_job_queue_remove_job):
10184         * shell/ev-job-queue.h:
10185         * shell/ev-job-xfer.c: (ev_job_xfer_init), (ev_job_xfer_dispose),
10186         (ev_job_xfer_class_init), (ev_job_xfer_new), (ev_job_xfer_run):
10187         * shell/ev-job-xfer.h:
10188         * shell/ev-jobs.c: (ev_job_init), (ev_job_dispose),
10189         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
10190         (ev_job_links_class_init), (ev_job_render_init),
10191         (ev_job_render_dispose), (ev_job_render_class_init),
10192         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
10193         (ev_job_thumbnail_class_init), (ev_job_load_init),
10194         (ev_job_load_dispose), (ev_job_load_class_init), (ev_job_finished),
10195         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
10196         (render_finished_cb), (ev_job_render_run), (ev_job_thumbnail_new),
10197         (ev_job_thumbnail_run), (ev_job_load_new), (ev_job_load_run):
10198         * shell/ev-jobs.h:
10199         * shell/ev-page-action.c: (ev_page_action_set_document):
10200         * shell/ev-page-cache.c: (ev_page_cache_init),
10201         (ev_page_cache_class_init), (ev_page_cache_finalize),
10202         (ev_page_cache_new), (ev_page_cache_get_n_pages),
10203         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
10204         (ev_page_cache_set_page_label), (ev_page_cache_set_link),
10205         (ev_page_cache_get_title), (ev_page_cache_get_size),
10206         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
10207         (ev_page_cache_get_height_to_page),
10208         (ev_page_cache_get_max_label_chars),
10209         (ev_page_cache_get_page_label),
10210         (ev_page_cache_has_nonnumeric_page_labels),
10211         (ev_page_cache_get_info), (ev_page_cache_next_page),
10212         (ev_page_cache_prev_page), (ev_page_cache_get):
10213         * shell/ev-page-cache.h:
10214         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_update_range),
10215         (ev_pixbuf_cache_clear_job_sizes),
10216         (ev_pixbuf_cache_add_jobs_if_needed),
10217         (ev_pixbuf_cache_set_page_range):
10218         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings):
10219         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document):
10220         * shell/ev-sidebar-thumbnails.c:
10221         (ev_sidebar_tree_selection_changed),
10222         (ev_sidebar_thumbnails_set_document):
10223         * shell/ev-statusbar.c: (ev_statusbar_destroy),
10224         (ev_statusbar_class_init), (ev_statusbar_init), (ev_statusbar_new),
10225         (ev_statusbar_get_context_id), (ev_statusbar_push),
10226         (ev_statusbar_pop), (ev_statusbar_set_maximized),
10227         (ev_statusbar_pulse), (ev_statusbar_show_progress),
10228         (ev_statusbar_set_progress):
10229         * shell/ev-statusbar.h:
10230         * shell/ev-view.c: (ev_view_set_document), (ev_view_find_next),
10231         (ev_view_find_previous):
10232         * shell/ev-window.c: (ev_window_is_empty),
10233         (ev_window_setup_document), (password_dialog_response),
10234         (ev_window_clear_jobs), (ev_window_load_job_cb),
10235         (ev_window_xfer_job_cb), (ev_window_open_uri),
10236         (ev_window_open_uri_list), (ev_window_cmd_recent_file_activate),
10237         (ev_window_print), (ev_window_print_range),
10238         (ev_window_state_event), (ev_window_cmd_view_reload),
10239         (menu_item_select_cb), (menu_item_deselect_cb),
10240         (view_status_changed_cb), (ev_window_dispose),
10241         (drag_data_received_cb), (ev_window_init):
10242         * shell/ev-window.h:
10243         * shell/main.c: (load_files):
10244         
10245         New statusbar to show progress on idle. Two new jobs - 
10246         xfer job and load job to load document in background. And update
10247         of page_cache clients to new location of code.
10248
10249 2005-06-08  Carlos Garcia Campos <carlosgc@gnome.org>
10250
10251         * shell/ev-application.c, shell/ev-window.[ch]: Allow multiple
10252         selection in open dialog. It also remembers the last visited directory 
10253         in the current session.
10254
10255 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10256
10257         * shell/ev-properties.c: (ev_properties_new):
10258         * shell/ev-properties.h:
10259         * shell/ev-window.c: (ev_window_cmd_file_properties):
10260         
10261         Get document info from page cache instead of document itself.
10262         This should fix crash related to race conditions described in
10263         bug 306545.
10264
10265 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
10266
10267         * ps/ps-document.c: (ps_document_init),
10268         (send_ps), (get_page_box), (output), (catchPipe), (input),
10269         (stop_interpreter), (file_length), (file_readable),
10270         (check_filecompressedb), (ps_document_enable_interpreter),
10271         (document_load), (ps_async_renderer_render_pixbuf):
10272         * ps/ps-document.h:
10273
10274         Big cleanup of the ps code
10275
10276 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
10277
10278         * backend/Makefile.am:
10279         * backend/ev-async-renderer.c: (ev_async_renderer_get_type),
10280         (ev_async_renderer_class_init), (ev_async_renderer_render_pixbuf):
10281         * backend/ev-async-renderer.h:
10282
10283         Add an async renderer interface (method + callback) which
10284         is useful for backends like ps.
10285
10286         * backend/ev-job-queue.c: (remove_job_from_async_queue),
10287         (add_job_to_async_queue), (job_finished_cb), (handle_job),
10288         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
10289         (ev_job_queue_add_job), (move_job_async), (move_job),
10290         (ev_job_queue_update_job), (ev_job_queue_remove_job):
10291
10292         Add queues for async renderer, these are executed on the
10293         main thread.
10294
10295         * backend/ev-jobs.c: (ev_job_render_new), (render_finished_cb),
10296         (ev_job_render_run):
10297         * backend/ev-jobs.h:
10298
10299         If the backend support async renderer interface use it.
10300
10301         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
10302         (setup_pixmap), (ps_document_get_type),
10303         (ps_async_renderer_render_pixbuf),
10304         (ps_document_document_iface_init), (ps_async_renderer_iface_init):
10305
10306         Implement async renderer interface.
10307
10308 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10309
10310         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose):
10311
10312         Cleanup links job on exit.
10313
10314 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10315
10316         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
10317         (drag_data_get_cb), (drag_data_received_cb):
10318         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
10319         (drag_data_get_cb), (parse_item_list),
10320         (egg_toolbar_editor_load_actions):
10321         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
10322         (egg_toolbars_model_to_xml), (egg_toolbars_model_save),
10323         (parse_item_list), (parse_toolbars):
10324         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
10325         (dvi_pixbuf_put_pixel):
10326         
10327         Fix gcc 4.0 warnings
10328
10329 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
10330
10331         * ps/ps-document.c: (start_interpreter):
10332
10333         Fix warning when loading ps
10334
10335 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
10336
10337         * ps/ps-document.c: (output):
10338
10339         Fix crash when priting gs error messages.
10340
10341 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
10342
10343         * backend/ev-page-cache.c: (_ev_page_cache_new):
10344         * backend/ev-page-cache.h:
10345
10346         Use a const to return title so that we dont double
10347         free it. Small cleanup and fix a leak.
10348
10349         * shell/ev-window.c: (update_window_title):
10350
10351         strdup value from get_title.
10352
10353 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
10354
10355         * shell/ev-sidebar-links.c: (job_finished_callback),
10356         (ev_sidebar_links_set_document):
10357
10358         Cleanup the old job when changing document
10359
10360 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10361
10362         * shell/ev-stock-icons.c:
10363         * shell/ev-stock-icons.h:
10364         * shell/ev-window.c:
10365         
10366         Add stock icons for actions that can appear in toolbar. Fix for
10367         bug 306566.
10368
10369 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10370
10371         * backend/ev-page-cache.c: (ev_page_cache_finalize),
10372         (_ev_page_cache_new), (ev_page_cache_get_max_width),
10373         (ev_page_cache_get_max_height), (ev_page_cache_get_height_to_page):
10374         * backend/ev-page-cache.h:
10375         * shell/ev-view.c: (scroll_to_current_page),
10376         (view_update_range_and_current_page), (get_page_y_offset),
10377         (get_page_extents), (ev_view_size_request_continuous_dual_page),
10378         (ev_view_size_request_continuous),
10379         (ev_view_zoom_for_size_continuous_and_dual_page),
10380         (ev_view_zoom_for_size_continuous):
10381         
10382         More compact EvView layout in document with pages of different size.
10383
10384 Sat Jun  4 19:20:57 2005  Jonathan Blandford  <jrb@redhat.com>
10385
10386         * shell/ev-window.c (ev_window_cmd_file_properties): fix
10387         compilation.
10388
10389 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10390
10391         * shell/ev-view.c: (view_set_adjustment_values):
10392         * shell/ev-window.c: (ev_window_cmd_file_properties):
10393         
10394         A bit different fix for rounding problem but it has no
10395         problems on startup. Make properties window transient to parent.
10396
10397 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10398
10399         * pdf/ev-poppler.cc:
10400         
10401         More commenting of font stuff.
10402
10403 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
10404
10405         * pdf/ev-poppler.cc:
10406
10407         Comment out some more fonts stuff. Should really
10408         work without the poppler patch now.
10409
10410 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
10411
10412         * pdf/ev-poppler.cc:
10413
10414         Adapt to api change
10415
10416 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
10417
10418         * data/evince-properties.glade:
10419         * pdf/ev-poppler.cc:
10420         * shell/ev-properties.c: (setup_fonts_view):
10421
10422         Set the column title. Show the dialog only
10423         once everything is setup.
10424         Getting font info can be very slow... will
10425         prolly need to make this threaded too.
10426
10427 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
10428
10429         * backend/Makefile.am:
10430         * backend/ev-document-fonts.c: (ev_document_fonts_get_type),
10431         (ev_document_fonts_get_fonts_model):
10432         * backend/ev-document-fonts.h:
10433         * data/evince-properties.glade:
10434         * pdf/ev-poppler.cc:
10435         * shell/ev-properties.c: (setup_fonts_view), (ev_properties_new):
10436         * shell/ev-properties.h:
10437         * shell/ev-window.c: (ev_window_cmd_file_properties):
10438
10439         Implement fonts list. Defined out for now, since it depends
10440         on a not yet committed poppler patch.
10441
10442 Fri Jun  3 21:07:57 2005  Jonathan Blandford  <jrb@redhat.com>
10443
10444         * shell/ev-view.c (get_page_extents): other_page isn't necessarily
10445         page + 1.
10446
10447         * shell/ev-window.c: Make sure we add the timeout when we get a
10448         focus-in event.
10449
10450         * shell/ev-view.c (view_set_adjustment_values): Add 0.5 to
10451         adjustment->value before calculating the zoom factor to average
10452         out all of our rounding errors.  The page no longer 'drifts' when
10453         resizing.
10454
10455 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10456
10457         * data/evince-properties.glade:
10458         * shell/ev-properties.c: (ev_properties_format_date),
10459         (set_property):
10460         
10461         Labels don't expand when the dialogue is resized.
10462         strftime result needs to be converted to UTF-8. Thanks
10463         to Christian Persch <chpe@gnome.org>.
10464
10465 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
10466
10467         * data/evince-properties.glade:
10468
10469         Hide the fonts tab
10470
10471 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
10472
10473         * backend/ev-document-info.h:
10474         * backend/ev-document.c: (ev_document_info_free):
10475         * data/evince-properties.glade:
10476         * pdf/ev-poppler.cc:
10477         * ps/ps-document.c: (ps_document_get_info):
10478         * shell/ev-properties.c: (ev_properties_format_date),
10479         (set_property), (ev_properties_new):
10480         * shell/ev-properties.h:
10481         * shell/ev-window.c: (ev_window_cmd_file_properties):
10482
10483         Rework properties code to take only EvPropertyInfo
10484         in the constructor so that it can be useful for
10485         nautilus plugin too.
10486
10487         Deal with backends that doesnt support some properties.
10488         Make set property code generic.
10489
10490 2005-06-04  Christian Persch <chpe@gnome.org>
10491
10492         * data/evince-properties.glade:
10493
10494         fix spacings, make resizeable, and make data labels
10495         selectable + ellipsised
10496
10497 2005-06-03  Marco Pesenti Gritti <mpg@redhat.com>
10498
10499         * backend/ev-document-info.h:
10500         * data/Makefile.am:
10501         * data/evince-ui.xml:
10502         * pdf/ev-poppler.cc:
10503         * shell/Makefile.am:
10504         * shell/ev-window.c: (update_action_sensitivity),
10505         (ev_window_cmd_file_properties):
10506
10507         Initial go at file properties. Patch by
10508         Emil Soleyman-Zomalan <emil@soleyman.com>.
10509         Needs love see #169583
10510
10511 2005-06-02  Marco Pesenti Gritti <mpg@redhat.com>
10512
10513         * ps/ps-document.c: (output):
10514         * ps/ps.c: (psscan):
10515
10516         Try to render even if psscan fails.
10517
10518 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
10519
10520         * ps/ps.c: (psscan), (pscopydoc):
10521
10522         Port buffered reading code from gv
10523
10524 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
10525
10526         * ps/ps-document.c: (interpreter_message), (output):
10527
10528         Do not fail on interpreter messages
10529
10530 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
10531
10532         * backend/ev-document-misc.c:
10533         (ev_document_misc_get_thumbnail_frame):
10534
10535         Pages can be 0 x 0, dont assert on this case
10536
10537 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10538
10539         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
10540         (ev_sidebar_links_class_init), (ev_sidebar_links_set_document):
10541
10542         Correctly manage our reference on document. Finally the reload
10543         huge leak is gone...
10544
10545 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10546
10547         * ps/ps-document.c: (ps_document_dispose):
10548
10549         Forgot to chain it to the parent. Thanks chpe.
10550
10551 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10552
10553         * ps/ps-document.c: (ps_document_dispose),
10554         (ps_document_class_init), (stop_interpreter), (document_load):
10555
10556         Cleanup dispose a bit. Dont leak the whole pixmap.
10557
10558 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10559
10560         * pdf/ev-poppler.cc:
10561
10562         Release the poppler document on dispose
10563
10564 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10565
10566         * shell/ev-view.c: (ev_view_set_document):
10567
10568         Release ref on the pixbuf cache when changing
10569         document.
10570
10571 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10572
10573         * ps/ps-document.c: (ps_document_get_info):
10574
10575         Fix a double free
10576
10577 2005-05-31  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
10578
10579         * backend/ev-page-cache.c: (ev_page_cache_init),
10580         (_ev_page_cache_new), (ev_page_cache_get_max_label_chars):
10581         * backend/ev-page-cache.h:
10582         * shell/ev-page-action.c: (page_changed_cb):
10583         
10584         Set page action entry width depending on labels width. Fix
10585         for bug 305202.
10586
10587 2005-05-31  Marco Pesenti Gritti  <mpg@redhat.com>
10588
10589         * backend/ev-link.c: (ev_link_class_init):
10590
10591         Allow -1 as page value (error)
10592
10593 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10594
10595         * shell/ev-sidebar-thumbnails.c:
10596         (ev_sidebar_thumbnails_set_document):
10597         * shell/ev-view.c: (scroll_to_current_page),
10598         (view_set_adjustment_values), (ev_view_set_scroll_adjustments),
10599         (page_changed_cb), (on_adjustment_value_changed),
10600         (ev_view_set_document):
10601
10602         Slightly modified patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>.
10603         Fix bug 305377
10604
10605 2005-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10606
10607         * configure.ac:
10608         * djvu/djvu-document.c: (djvu_document_get_page_size):
10609
10610         Require djvulibre CVS. Now djvu loading is much faster. Fix for
10611         bug 301993.
10612
10613 Sat May 28 07:38:03 2005  Jonathan Blandford  <jrb@redhat.com>
10614
10615         * shell/ev-view.c (draw_one_page): modify the expose handling to
10616         get the shadows.
10617
10618         * shell/ev-window.c (update_action_sensitivity): Respect
10619         permissions field.  Kowtow to the man.
10620
10621         * pdf/ev-poppler.cc: Get the permissions field.
10622
10623         * tiff/*c: Make a tiny bit more robust.
10624
10625 2005-05-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10626
10627         * djvu/djvu-document.c:
10628         
10629         Pop messages from djvu context message queue.
10630
10631 2005-05-24  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10632
10633         * configure.ac, Makefile.am, shell/Makefile.am:
10634         * tiff/Makefile.am, shell/ev-document-types.c:
10635         
10636         Cleanup tiff configure checks. Fix for bug 305218.
10637
10638 2005-05-24  Maxim V. Dziumanenko <mvd@mylinux.ua>
10639
10640         * configure.ac: Added "uk" to ALL_LINGUAS.
10641
10642 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10643
10644         * cut-n-paste/zoom-control/ephy-zoom.c:
10645         (ephy_zoom_get_changed_zoom_level):
10646         * cut-n-paste/zoom-control/ephy-zoom.h:
10647         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_set_property),
10648         (ev_view_get_property), (ev_view_class_init), (ev_view_set_zoom):
10649         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
10650         (ev_window_cmd_view_zoom_out), (ev_window_zoom_changed_cb),
10651         (zoom_control_changed_cb), (ev_window_init):
10652         
10653         Fix minor points related to moving best fit up. Introduce
10654         "zoom" property and make zoom control change it's value on
10655         notify::zoom signals. Fix for 305080.
10656
10657 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10658
10659         * data/evince-ui.xml:
10660         * shell/ev-window.c: (set_view_actions_sensitivity):
10661         
10662         Use + and - as accels for zoom in and zoom out. Fix for 305001.
10663
10664 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
10665
10666         * configure.ac:
10667
10668         Depends on poppler 0.3.2
10669
10670 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
10671
10672         * cut-n-paste/recent-files/egg-recent-item.c:
10673         (egg_recent_item_get_short_name):
10674         * cut-n-paste/toolbar-editor/Makefile.am:
10675         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
10676         (new_pixbuf_from_widget):
10677         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
10678         * cut-n-paste/toolbar-editor/egg-marshal.c:
10679         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
10680         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
10681
10682         Sync
10683
10684 Sat May 21 23:18:30 2005  Jonathan Blandford  <jrb@redhat.com>
10685
10686         * tiff/tiff-document.c: Rough TIFF backend.
10687
10688 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
10689
10690         * NEWS:
10691         * configure.ac:
10692         * cut-n-paste/toolbar-editor/Makefile.am:
10693
10694         Release 0.3.1
10695
10696 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
10697
10698         * shell/ev-view.c: (jump_to_find_result), (ev_view_can_find_next),
10699         (ev_view_find_next), (ev_view_find_previous):
10700
10701         Remove the locks around get_n_results   
10702
10703 2005-05-21  Juerg Billeter  <j@bitron.ch>
10704
10705         * pdf/ev-poppler.c: (pdf_document_ps_exporter_begin):
10706
10707         Pass correct number of pages to poppler.
10708
10709 2005-05-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10710
10711         * configure.ac:
10712         * data/Makefile.am:
10713         * data/evince.desktop.in: 
10714         * data/evince.desktop.in.in:
10715         * po/POTFILES.in:
10716         
10717         Add conditionally dvi and djvu to desktop types. Fix for 304658.
10718
10719 Sat May 21 00:21:30 2005  Jonathan Blandford  <jrb@redhat.com>
10720
10721         * shell/ev-view.c: (view_update_adjustments),
10722         (view_set_adjustment_values): cast adjustmen->value to (int)
10723         before using it.  Otherwise, we get off by a pixel in some
10724         situations.
10725
10726         (draw_one_page): Draw the border on expose.
10727
10728 Fri May 20 22:05:25 2005  Jonathan Blandford  <jrb@redhat.com>
10729
10730         * *shell/ev-view.c: Patch from Nickolay V. Shmyrev to reset the
10731         adjustment when the mode changes, #304923
10732
10733 Fri May 20 02:00:03 2005  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10734
10735         * shell/ev-view.c: Use gdk_widget_queue_draw to remove
10736         flickering on resize but still use gdk_window_scroll on
10737         scrolling
10738
10739 Fri May 20 01:46:57 2005  Jonathan Blandford  <jrb@redhat.com>
10740
10741         * shell/ev-view.c: Patch from Nickolay Shmyrev to fix the -p
10742         option, #170458
10743
10744 Fri May 20 01:27:01 2005  Jonathan Blandford  <jrb@redhat.com>
10745
10746         * shell/ev-view.c: Patch from Nickolay Shmyrev to to scroll to
10747         second page on page_changed if possible, #304669
10748
10749 Fri May 20 01:07:15 2005  Jonathan Blandford  <jrb@redhat.com>
10750
10751         * shell/ev-view.c (view_update_adjustments): Use gdk_window_scroll
10752         instead of gtk_widget_queue_draw.  Massive speedups in scrolling.
10753
10754 Fri May 20 01:05:10 2005  Jonathan Blandford  <jrb@redhat.com>
10755
10756         * .cvsignore:
10757         * shell/ev-view.c:(ev_view_size_allocate), (ev_view_class_init),
10758         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
10759         (ev_view_zoom_for_size_presentation),
10760         (ev_view_zoom_for_size_continuous_and_dual_page),
10761         (ev_view_zoom_for_size_continuous),
10762         (ev_view_zoom_for_size_dual_page),
10763         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size):
10764         * shell/ev-view.h:
10765         * shell/ev-window.c: (update_view_size),
10766         (ev_window_sizing_mode_changed_cb):
10767
10768         Patch from Nickolay Shmyrev <nshmyrev@yandex.ru> to handle
10769         the scrollbars.  It's not 100% right, but it's much closer.  Kills
10770         an infinite loop, #304769
10771
10772
10773 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
10774
10775         * data/evince-ui.xml:
10776         * shell/ev-view.c: (ev_view_scroll_view), (ev_view_class_init):
10777         * shell/ev-window.c: (set_view_actions_sensitivity):
10778
10779         Make PgUp/Down behave like Space
10780
10781 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
10782
10783         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
10784         * backend/ev-ps-exporter.h:
10785         * pdf/ev-poppler.cc:
10786         * ps/ps-document.c: (ps_document_ps_export_begin):
10787         * shell/ev-print-job.c: (idle_print_handler):
10788
10789         Adapt to new poppler api
10790
10791 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
10792
10793         * cut-n-paste/zoom-control/ephy-zoom-control.c:
10794         (ephy_zoom_control_init):
10795
10796         Translate zoom levels
10797
10798 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
10799
10800         * cut-n-paste/zoom-control/ephy-zoom.c:
10801         (ephy_zoom_get_zoom_level_index):
10802
10803         Fix current zoom -> zoom control match
10804
10805 2005-05-18  James Bowes  <bowes@cs.dal.ca>
10806
10807         * shell/ev-window.c: (ev_window_init): Give focus to the ev-view,
10808         rather than the scrolled_window that it's in. Fixes bug #304655.
10809
10810 Tue May 17 22:54:17 2005  Jonathan Blandford  <jrb@redhat.com>
10811
10812         * shell/ev-view.c: (view_update_adjustments),
10813         (view_set_adjustment_values), (view_update_range_and_current_page),
10814         (view_scroll_to_page), (set_scroll_adjustment),
10815         (ev_view_set_scroll_adjustments), (add_scroll_binding_keypad),
10816         (ev_view_scroll), (ev_view_scroll_view),
10817         (ensure_rectangle_is_visible), (find_page_at_location),
10818         (get_link_at_location), (go_to_link), (status_message_from_link),
10819         (ev_view_size_request_continuous_dual_page),
10820         (ev_view_size_request), (ev_view_size_allocate), (ev_view_realize),
10821         (ev_view_unrealize), (ev_view_expose_event),
10822         (ev_view_button_press_event), (ev_view_motion_notify_event),
10823         (ev_view_button_release_event), (ev_gdk_color_to_rgb),
10824         (draw_rubberband), (highlight_find_results), (draw_one_page),
10825         (ev_view_finalize), (ev_view_destroy), (ev_view_class_init),
10826         (ev_view_init), (find_changed_cb), (page_changed_cb),
10827         (on_adjustment_value_changed), (ev_view_new),
10828         (ev_view_set_document), (ev_view_set_zoom),
10829         (ev_view_set_continuous), (ev_view_set_dual_page),
10830         (ev_view_set_presentation), (ev_view_zoom_in), (ev_view_zoom_out),
10831         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
10832         (ev_view_zoom_for_size_presentation),
10833         (ev_view_zoom_for_size_continuous_dual_page),
10834         (ev_view_zoom_for_size_continuous),
10835         (ev_view_zoom_for_size_dual_page),
10836         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
10837         (ev_view_get_status), (ev_view_set_status),
10838         (update_find_status_message), (ev_view_get_find_status),
10839         (ev_view_set_find_status), (jump_to_find_result),
10840         (jump_to_find_page), (compute_selections), (clear_selection),
10841         (ev_view_select_all), (get_selected_text), (ev_view_copy),
10842         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
10843         (ev_view_update_primary_selection),
10844         (ev_view_create_invisible_cursor), (ev_view_set_cursor):
10845         * shell/ev-view.h:
10846         * shell/ev-window.c: (ev_window_open_page_label),
10847         (ev_window_cmd_view_reload), (ev_window_sizing_mode_changed_cb),
10848         (ev_window_init):
10849         * shell/ev-window.h:
10850         * shell/main.c: (load_files):
10851
10852         Massive code clean up from Nickolay Shmyrev.  Keep page offset
10853         when resizing.  Remove the bin_window().  Also, patch from James
10854         Bowes to fix command line page, #300641
10855         
10856 2005-05-17  Marco Pesenti Gritti  <mpg@redhat.com>
10857
10858         * data/evince-ui.xml:
10859         * shell/ev-view.c:
10860         * shell/ev-view.h:
10861         * shell/ev-window.c: (update_action_sensitivity):
10862
10863         Get rid of View->Normal Size, it's just confusing
10864
10865 Tue May 17 00:51:21 2005  Jonathan Blandford  <jrb@redhat.com>
10866
10867         * backend/ev-document-info.h:
10868         * backend/ev-document.c: (ev_document_info_free): Free the
10869         EvDocumentInfo.
10870
10871         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
10872         (clear_range), (add_range), (update_visible_range),
10873         (adjustment_changed_cb), (ev_sidebar_thumbnails_init),
10874         (ev_sidebar_thumbnails_set_document):
10875         * shell/ev-window.c: (ev_window_setup_document): Only render the
10876         visible thumbnails.  It takes an instant to render, but it uses
10877         much less memory.
10878
10879 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
10880
10881         * shell/ev-sidebar-links.c: (popup_menu_cb):
10882
10883         Select first item
10884
10885 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
10886
10887         * lib/Makefile.am:
10888         * shell/ev-sidebar-links.c: (build_popup_menu), (popup_menu_cb),
10889         (button_press_cb), (ev_sidebar_links_construct):
10890
10891         Show the popup menu also on keybindings
10892
10893 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
10894
10895         * shell/ev-window.c: (ev_window_print), (ev_window_print_range):
10896         * shell/ev-window.h:
10897
10898         Expose api to print a range (with dialog). Make private _print use
10899         it.
10900
10901         * shell/ev-sidebar-links.c: (print_section_cb), (button_press_cb),
10902         (ev_sidebar_links_construct):
10903
10904         Show a print context menu on linkx, it prints the selected
10905         section.
10906
10907 2005-05-15  Carlos Garcia Campos <carlosgc@gnome.org>
10908
10909         * shell/ev-sidebar.c: make the drop down menu as width as the toggle
10910         button.
10911
10912 2005-05-12  Marco Pesenti Gritti  <mpg@redhat.com>
10913
10914         * AUTHORS:
10915
10916         Update
10917
10918         * shell/ev-window.c: (build_comments_string),
10919         (ev_window_cmd_help_about):
10920
10921         Show poppler version/backend and authors
10922
10923 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
10924
10925         * cut-n-paste/zoom-control/ephy-zoom.c:
10926         (ephy_zoom_get_zoom_level_index):
10927         * cut-n-paste/zoom-control/ephy-zoom.h:
10928
10929         Move the best fit items at the top of the list
10930
10931 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
10932
10933         * shell/ev-marshal.list:
10934         * shell/ev-page-action.c: (ev_page_action_widget_class_init),
10935         (activate_cb), (match_selected_cb), (activate_link_cb),
10936         (connect_proxy), (ev_page_action_class_init):
10937         * shell/ev-page-action.h:
10938
10939         Use signals to notify action activation. Hopefully
10940         I did not break completion since I cant test...
10941
10942         * shell/ev-window.c: (activate_link_cb), (activate_label_cb),
10943         (register_custom_actions):
10944
10945         Connect to page selector actions and also grab focus on
10946         the view when activated.
10947
10948 Wed May 11 01:18:29 2005  Jonathan Blandford  <jrb@redhat.com>
10949
10950         * pdf/ev-poppler.cc:
10951         * backend/ev-page-cache.c: make page size calculation consistent
10952         and set it to (int)( width * scale + 0.5).  This makes the weird
10953         line going through the middle of the page go away.
10954
10955         * shell/ev-view.c: move painting the background page after
10956         checking the expose area covers us.
10957
10958 2005-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10959
10960         * data/evince-password.glade:
10961         
10962         Mark labels as not translatable. Fix for bug 302842.
10963
10964 2005-05-10  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
10965
10966         * configure.ac: Added "es" to ALL_LINGUAS.
10967
10968 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10969
10970         * data/evince-toolbar.xml:
10971         * shell/ev-window.c: (update_action_sensitivity),
10972         (ev_window_setup_document), (ev_window_set_page_mode),
10973         (ev_window_init):
10974
10975         Remove some leftover code from jrb first continous
10976         attempt. Use the new actions, we still need good icons
10977         though...
10978
10979 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10980
10981         * shell/ev-page-action.c: (update_pages_label), (connect_proxy):
10982
10983         Update label when connecting proxy. Fix a warning with NULL
10984         page_cache.
10985
10986 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10987
10988         * data/evince-ui.xml:
10989         * shell/ev-page-action.c: (ev_page_action_grab_focus):
10990         * shell/ev-page-action.h:
10991         * shell/ev-window.c: (ev_window_cmd_focus_page_selector):
10992
10993         Add mnemonic for edit toolbar.
10994         ctrl+l focus the page entry.
10995
10996 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10997
10998         * lib/Makefile.am:
10999         * shell/ev-window.c: (ev_window_cmd_edit_toolbar_cb),
11000         (ev_window_init):
11001         * shell/main.c: (main):
11002
11003         Put the toolbar xml in evince own dot dir
11004
11005 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11006
11007         * shell/ev-window.c: (ev_window_init):
11008
11009         Make the toolbar not removable
11010
11011 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11012
11013         * data/evince-ui.xml:
11014         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_treeview):
11015         * shell/ev-sidebar-links.h:
11016         * shell/ev-sidebar-thumbnails.c:
11017         (ev_sidebar_thumbnails_get_treeview):
11018         * shell/ev-sidebar-thumbnails.h:
11019         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_view),
11020         (ev_view_class_init):
11021         * shell/ev-view.h:
11022         * shell/ev-window.c: (update_action_sensitivity),
11023         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
11024         (set_view_actions_sensitivity), (view_actions_focus_in_cb),
11025         (view_actions_focus_out_cb), (enable_view_actions_for_widget),
11026         (ev_window_init):
11027
11028         This is evil... Make space/backspace global accelerators but
11029         enable them only for some widgets (sidebars and view).
11030         I dont like it, but I dont know a better way... :/
11031
11032 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11033
11034         * shell/ev-page-action.c: (ev_page_action_widget_set_page_cache),
11035         (ev_page_action_widget_finalize),
11036         (ev_page_action_widget_class_init), (update_page_cache):
11037
11038         Keep a weak reference on proxy->page_cache so that we
11039         dont try to disconnect the signal if the object is already
11040         gone. Maybe there is a better way to cleanup reference handling
11041         in page action though...
11042
11043 2005-05-10  Juerg Billeter  <j@bitron.ch>
11044
11045         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
11046         * backend/ev-ps-exporter.h:
11047         * pdf/ev-poppler.cc: (pdf_document_ps_exporter_begin):
11048         * ps/ps-document.c: (ps_document_ps_export_begin):
11049         
11050         Change api to pass print range to ps_exporter_begin. The pdf backend
11051         requires this information.
11052         
11053         * shell/ev-print-job.c: (idle_print_handler):
11054         
11055         Adapt to api change
11056
11057 2005-05-10  Juerg Billeter  <j@bitron.ch>
11058
11059         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
11060         (idle_print_handler)
11061         * shell/ev-window.c: (ev_window_print):
11062
11063         Support printing page range, based on patch by Amaury Jacquot
11064
11065 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11066
11067         * data/evince-toolbar.xml:
11068
11069         Add zoom control to available items
11070
11071 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11072
11073         * shell/ev-window.c: (update_action_sensitivity):
11074
11075         Set slash action insensitive when appropriate
11076
11077 2005-05-10  Christian Persch <chpe@gnome.org>
11078
11079         * cut-n-paste/zoom-control/ephy-zoom-action.c: (create_menu_item):
11080
11081         Fix warning on the overflow menu
11082
11083 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11084
11085         * shell/ev-window.c: (sanity_check_uri), (ev_window_open):
11086
11087         Check for uri correctness/existence
11088
11089 2005-05-09  Juerg Billeter  <j@bitron.ch>
11090
11091         * shell/ev-window.c: (using_postscript_printer):
11092
11093         LPD printers use postscript, too
11094
11095 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11096
11097         * shell/ev-window.c: (register_custom_actions):
11098
11099         The zoom one is actually sort of useful,
11100         put it back
11101
11102 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11103
11104         * shell/ev-window.c: (register_custom_actions):
11105
11106         Hide page/zoom controls from overflow, they
11107         are useless.
11108
11109 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11110
11111         * cut-n-paste/update-from-egg.sh:
11112         
11113         Share it between all cut-n-paste subdirs
11114
11115         * cut-n-paste/recent-files/Makefile.am:
11116
11117         Fix to use "global" update-from-egg.sh
11118
11119         * cut-n-paste/recent-files/egg-recent-model.c:
11120         (egg_recent_model_changed_timeout), (egg_recent_model_finalize):
11121         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
11122         (egg_recent_view_gtk_clear), (egg_recent_view_gtk_set_list),
11123         (egg_recent_view_gtk_finalize), (egg_recent_view_gtk_set_menu):
11124
11125         Update from libegg
11126
11127         * cut-n-paste/toolbar-editor/Makefile.am:
11128
11129         Fix to use "global" update-from-egg.sh
11130
11131         * cut-n-paste/toolbar-editor/eggmarshalers.list:
11132
11133         Update from libegg
11134
11135 2005-05-09  Marco Pesenti Gritti <mpg@redhat.com>
11136
11137         * configure.ac:
11138         * cut-n-paste/Makefile.am:
11139         * cut-n-paste/recent-files/Makefile.am:
11140         * cut-n-paste/toolbar-editor/.cvsignore:
11141         * cut-n-paste/toolbar-editor/Makefile.am:
11142         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
11143         (egg_editable_toolbar_get_type), (get_toolbar_position),
11144         (get_n_toolbars), (get_dock_nth), (get_toolbar_nth), (find_action),
11145         (drag_data_delete_cb), (drag_begin_cb), (drag_end_cb),
11146         (drag_data_get_cb), (set_drag_cursor), (unset_drag_cursor),
11147         (set_item_drag_source), (create_item_from_action), (create_item),
11148         (data_is_separator), (drag_data_received_cb), (remove_toolbar_cb),
11149         (popup_toolbar_context_menu_cb), (free_dragged_item),
11150         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
11151         (toolbar_drag_leave_cb), (create_dock), (set_fixed_style),
11152         (unset_fixed_style), (toolbar_changed_cb), (unparent_fixed),
11153         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
11154         (item_added_cb), (item_removed_cb),
11155         (egg_editable_toolbar_construct),
11156         (egg_editable_toolbar_disconnect_model),
11157         (egg_editable_toolbar_deconstruct),
11158         (egg_editable_toolbar_set_model),
11159         (egg_editable_toolbar_set_ui_manager),
11160         (egg_editable_toolbar_set_property),
11161         (egg_editable_toolbar_get_property),
11162         (egg_editable_toolbar_class_init), (egg_editable_toolbar_init),
11163         (egg_editable_toolbar_finalize), (egg_editable_toolbar_new),
11164         (egg_editable_toolbar_new_with_model),
11165         (egg_editable_toolbar_get_edit_mode),
11166         (egg_editable_toolbar_set_edit_mode), (egg_editable_toolbar_show),
11167         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed),
11168         (egg_editable_toolbar_set_drag_dest), (fake_expose_widget),
11169         (new_pixbuf_from_widget), (new_separator_pixbuf),
11170         (update_separator_image), (style_set_cb),
11171         (_egg_editable_toolbar_new_separator_image),
11172         (egg_editable_toolbar_get_model):
11173         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
11174         * cut-n-paste/toolbar-editor/egg-marshal.c:
11175         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
11176         (egg_toolbar_editor_get_type), (compare_actions), (find_action),
11177         (egg_toolbar_editor_set_ui_manager), (toolbar_removed_cb),
11178         (egg_toolbar_editor_set_model), (egg_toolbar_editor_set_property),
11179         (egg_toolbar_editor_get_property), (egg_toolbar_editor_class_init),
11180         (egg_toolbar_editor_finalize), (egg_toolbar_editor_new),
11181         (drag_begin_cb), (drag_end_cb), (editor_drag_data_received_cb),
11182         (editor_drag_data_delete_cb), (drag_data_get_cb),
11183         (elide_underscores), (set_drag_cursor), (event_box_realize_cb),
11184         (editor_create_item), (update_editor_sheet), (setup_editor),
11185         (egg_toolbar_editor_init), (egg_toolbar_editor_add_action),
11186         (parse_item_list), (model_has_action), (update_actions_list),
11187         (egg_toolbar_editor_load_actions):
11188         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
11189         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
11190         (egg_toolbars_model_get_type), (egg_toolbars_model_to_xml),
11191         (safe_save_xml), (egg_toolbars_model_save), (toolbars_toolbar_new),
11192         (toolbars_item_new), (free_toolbar_node), (free_item_node),
11193         (egg_toolbars_model_get_flags), (egg_toolbars_model_set_flags),
11194         (egg_toolbars_model_add_separator), (impl_add_item),
11195         (parse_item_list), (egg_toolbars_model_add_toolbar),
11196         (parse_toolbars), (egg_toolbars_model_load), (impl_get_item_id),
11197         (impl_get_item_data), (impl_get_item_type),
11198         (_egg_accumulator_STRING), (egg_toolbars_model_class_init),
11199         (egg_toolbars_model_init), (free_toolbar),
11200         (egg_toolbars_model_finalize), (egg_toolbars_model_new),
11201         (egg_toolbars_model_remove_toolbar),
11202         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
11203         (egg_toolbars_model_n_items), (egg_toolbars_model_item_nth),
11204         (egg_toolbars_model_n_toolbars), (egg_toolbars_model_toolbar_nth),
11205         (egg_toolbars_model_add_item), (egg_toolbars_model_get_item_id),
11206         (egg_toolbars_model_get_item_data),
11207         (egg_toolbars_model_get_item_type):
11208         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
11209         * cut-n-paste/toolbar-editor/eggmarshalers.list:
11210         * data/Makefile.am:
11211         * data/evince-toolbar.xml:
11212         * data/evince-ui.xml:
11213         * data/hand-open.png:
11214         * po/POTFILES.in:
11215         * shell/Makefile.am:
11216         * shell/ev-window.c: (update_chrome_visibility),
11217         (ev_window_cmd_edit_toolbar_cb), (ev_window_cmd_edit_toolbar),
11218         (ev_window_dispose), (ev_window_init):
11219
11220         Implement epiphany like toolbar editor. Based on patch by
11221         Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11222
11223 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11224
11225         * shell/ev-sidebar-thumbnails.c: (page_changed_cb):
11226
11227         Use set_cursor instead of set_selection, so that
11228         the keyboard focus moves too.
11229
11230 2005-05-09  Aleksey Kliger <akliger@gmail.com>
11231
11232         * dvi/mdvi-lib/tfmfile.c: (lookup_font_metrics):
11233
11234         Fix infinite loop when loading Type1 fonts
11235
11236 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11237
11238         * data/evince-ui.xml:
11239         * shell/ev-window.c:
11240
11241         Slash -> Find
11242
11243 2005-05-09  Thomas de Grenier de Latour <degrenier@easyconnect.fr>
11244
11245         * configure.ac:
11246
11247         Make --disable really disable
11248
11249 2005-05-07  Juerg Billeter  <j@bitron.ch>
11250
11251         * backend/ev-page-cache.c: (ev_page_cache_set_page_label):
11252
11253         Compare page labels even without has_labels set, fixes setting page
11254         with entry
11255
11256 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11257
11258         * shell/ev-view.c: (ev_view_create_invisible_cursor),
11259         (ev_view_set_cursor), (ev_view_button_press_event),
11260         (ev_view_motion_notify_event), (ev_view_button_release_event),
11261         (ev_view_init):
11262
11263         Implement middle button scrolling. Based on a patch
11264         by Tommi Komulainen <tommi.komulainen@iki.fi>.
11265
11266 2005-05-08  Marco Pesenti Gritti  <mpg@redhat.com>
11267
11268         * shell/ev-document-types.c: (get_slow_mime_type),
11269         (get_document_type_from_mime), (ev_document_type_lookup):
11270         * shell/ev-document-types.h:
11271
11272         Change api to lookup from uri. Do fast lookup first, if the
11273         type is unknown try with data sniffing.
11274
11275         * shell/ev-window.c: (ev_window_open), (ev_window_open_uri_list):
11276         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
11277
11278         Adapt to api change
11279
11280 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
11281
11282         * thumbnailer/Makefile.am:
11283
11284         Fix distcheck
11285
11286 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
11287
11288         * NEWS:
11289         * configure.ac:
11290
11291         Release 0.3.0
11292
11293         * data/evince-ui.xml:
11294
11295         Hide presentation mode for now
11296
11297         * shell/ev-view.c: (highlight_find_results):
11298
11299         Show current find selection only on current page
11300
11301 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
11302
11303         * shell/ev-view.c: (ev_view_select_all):
11304
11305         Compute size of the actual page, not of
11306         the current one.
11307
11308 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
11309
11310         * shell/ev-view.c: (clear_selection), (ev_view_finalize),
11311         (view_rect_to_doc_rect), (compute_selections),
11312         (ev_view_bin_expose), (ev_view_select_all), (get_selected_text),
11313         (ev_view_copy), (ev_view_primary_get_cb),
11314         (ev_view_primary_clear_cb), (ev_view_update_primary_selection),
11315         (ev_view_button_press_event), (ev_view_motion_notify_event),
11316         (ev_view_button_release_event), (page_changed_cb):
11317
11318         Fix text selection
11319
11320 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
11321
11322         * shell/ev-view.c: (compute_border), (get_page_extents),
11323         (doc_rect_to_view_rect), (highlight_find_results),
11324         (ev_view_bin_expose), (ev_view_select_all),
11325         (ev_view_motion_notify_event), (update_find_status_message),
11326         (jump_to_find_result), (jump_to_find_page):
11327
11328         First go at fixing search, still buggy
11329
11330 2005-05-04  Kristian Høgsberg  <krh@redhat.com>
11331
11332         * shell/ev-sidebar.c (ev_sidebar_init): Remove frame around
11333         dropdown box and button at the top of the sidebar.
11334
11335 2005-05-02  James Bowes  <bowes@cs.dal.ca>
11336
11337         * configure.ac: Output zoom-control Makefile.
11338         * cut-n-paste/Makefile.am: build zoom-control subdir.
11339         * cut-n-paste/zoom-control/ephy-zoom-action.c:
11340         * cut-n-paste/zoom-control/ephy-zoom-action.h:
11341         * cut-n-paste/zoom-control/ephy-zoom-control.c:
11342         * cut-n-paste/zoom-control/ephy-zoom-control.h:
11343         * cut-n-paste/zoom-control/ephy-zoom.c:
11344         * cut-n-paste/zoom-control/ephy-zoom.h: New files imported
11345         from epiphany, and modified to add a separator into the menu.
11346         * cut-n-paste/zoom-control/Makefile.am: Build zoom-control.
11347         * data/evince-ui.xml: Replace old zoom toolbar actions with new
11348         zoom-control action.
11349         * shell/Makefile.am: Include zoom-control flags.
11350         * shell/ev-view.c: (ev_view_set_zoom), (ev_view_get_zoom),
11351         (ev_view_get_sizing_mode), (ev_view_zoom_in), (ev_view_zoom_out),
11352         (ev_view_zoom_for_size_presentation),
11353         (ev_view_zoom_for_size_continuous_and_dual_page),
11354         (ev_view_zoom_for_size_continuous),
11355         (ev_view_zoom_for_size_dual_page),
11356         (ev_view_zoom_for_size_single_page), (ev_view_zoom_normal): 
11357         s/ev_view_zoom/ev_view_set_zoom/ and make public, add 
11358         ev_view_get_zoom and ev_view_get_sizing_mode.
11359         * shell/ev-view.h:
11360         * shell/ev-window.c: (update_action_sensitivity),
11361         (update_sizing_buttons), (zoom_control_changed_cb),
11362         (register_custom_actions): Initialize and use the zoom-control 
11363         widget.
11364
11365 Sun May  1 00:46:47 2005  Jonathan Blandford  <jrb@redhat.com>
11366
11367         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init): Change the
11368         preview cache back to 1.  Don't know when it got set to 0.
11369         
11370         * shell/ev-view.c: (compute_border), (ev_view_realize),
11371         (draw_one_page), (ev_view_set_property), (ev_view_get_property),
11372         (ev_view_class_init), (ev_view_init), (ev_view_set_fullscreen),
11373         (ev_view_get_fullscreen), (ev_view_set_presentation),
11374         (ev_view_get_presentation), (ev_view_set_sizing_mode),
11375         (ev_view_zoom_for_size_presentation), (ev_view_set_zoom_for_size):
11376         * shell/ev-view.h:
11377         * shell/ev-window.c:
11378         (update_chrome_visibility),
11379         (ev_window_cmd_continuous), (ev_window_cmd_dual),
11380         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
11381         (update_document_mode), (ev_window_update_fullscreen_action),
11382         (ev_window_fullscreen), (ev_window_unfullscreen),
11383         (ev_window_cmd_view_fullscreen),
11384         (ev_window_update_presentation_action),
11385         (ev_window_run_presentation), (ev_window_stop_presentation),
11386         (ev_window_cmd_view_presentation), (ev_window_state_event),
11387         (ev_window_focus_in_event), (ev_window_focus_out_event),
11388         (ev_window_cmd_escape), (ev_window_sidebar_visibility_changed_cb):
11389         * data/evince-ui.xml: Initial presentation mode.  We should
11390         probably hide this until it's done, as it's quite rough.  Also,
11391         change full-screen to fullscreen and add two getters to EvView.
11392
11393 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
11394
11395         * shell/ev-page-action.c: (update_page_cache),
11396         (ev_page_action_dispose):
11397         * shell/ev-window.c: (destroy_fullscreen_popup),
11398         (ev_window_create_fullscreen_popup):
11399
11400         Use connect_object rather than explicitly
11401         disconnect on dispose.
11402
11403 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
11404
11405         * shell/ev-page-action.c: (update_page_cache),
11406         (ev_page_action_dispose):
11407
11408 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11409
11410         * backend/ev-page-cache.c: (_ev_page_cache_new),
11411         (ev_page_cache_set_page_label),
11412         (ev_page_cache_has_nonnumeric_page_labels):
11413         * backend/ev-page-cache.h:
11414         * shell/ev-page-action.c: (update_pages_label):
11415         
11416         If all page labels are numeric, fallback to default
11417         way to display number of pages. See bug 173185.
11418
11419 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11420
11421         * shell/ev-page-action.c: (ev_page_action_dispose):
11422         * shell/ev-view.c: (view_update_range_and_current_page):
11423         * shell/ev-window.c: (ev_window_dispose):
11424         
11425         Set page on scroll in continuous mode. Fixes bug 301986.
11426         Also cleanup callbacks on destroy of EvWindow and EvPageAction.
11427
11428 2005-04-26  Marco Pesenti Gritti <mpg@redhat.com>
11429
11430         * configure.ac:
11431
11432         Require poppler 0.3.0
11433
11434 2005-04-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
11435         
11436         * shell/Makefile.am, configure.ac: Fix build problems
11437         with t1lib. Bug 301996.
11438
11439 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11440
11441         * shell/ev-view.c: (ev_view_scroll_event):
11442         
11443         Scroll up increase zoom
11444
11445 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11446
11447         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init),
11448         (ev_view_set_sizing_mode),
11449         (ev_view_zoom_for_size_continuous_and_dual_page),
11450         (ev_view_zoom_for_size_continuous):
11451         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
11452         (ev_window_cmd_view_page_width), (ev_window_cmd_view_zoom_in),
11453         (ev_window_cmd_view_zoom_out), (ev_window_sizing_mode_changed_cb),
11454         (ev_window_init):
11455
11456         Control + Scroll does zooming, Shift + Scroll scrolls horizontally
11457         Fix for 165473 and 165472.
11458
11459 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11460
11461         * po/POTFILES.in:
11462         * thumbnailer/Makefile.am:
11463         * thumbnailer/evince-thumbnailer-djvu.schemas.in:
11464         * thumbnailer/evince-thumbnailer-dvi.schemas.in:
11465         * thumbnailer/evince-thumbnailer.schemas.in:
11466         
11467         Make thumbnailer schemas translatable. Fix for bug 301773
11468         
11469         * thumbnailer/evince-thumbnailer-djvu.schemas:
11470         * thumbnailer/evince-thumbnailer-dvi.schemas:
11471         * thumbnailer/evince-thumbnailer.schemas:
11472
11473         Removed files
11474
11475 Sun Apr 24 01:37:39 2005  Jonathan Blandford  <jrb@redhat.com>
11476
11477         * shell/ev-view.c (ev_view_init): forgot to set this.
11478
11479 Sun Apr 24 01:07:27 2005  Jonathan Blandford  <jrb@redhat.com>
11480
11481         * shell/ev-view.c: (find_page_at_location),
11482         (get_link_at_location),
11483         (ev_view_set_show_border), (ev_view_set_spacing),
11484         (ev_view_zoom_for_size_continuous_and_dual_page),
11485         (ev_view_zoom_for_size_continuous): Fix links for dual/continuous.
11486         Also, add a quick fix measuring of widths.  Also, removed
11487         ev_view_set_spacing and ev_view_set_show_border.
11488         
11489         * shell/ev-window.c: (ev_window_unfullscreen),
11490         (ev_window_cmd_view_fullscreen): Don't adjust the border/spacing.
11491
11492 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11493
11494         * shell/ev-view.c: (view_update_range_and_current_page),
11495         (page_changed_cb):
11496         
11497         Fix crash on exit and scrolling to page in continuous view.
11498
11499 Sat Apr 23 13:13:04 2005  Jonathan Blandford  <jrb@redhat.com>
11500
11501         * TODO:
11502         * backend/ev-page-cache.c: (_ev_page_cache_new),
11503         (ev_page_cache_get_max_width_size),
11504         (ev_page_cache_get_max_height_size):
11505         * backend/ev-page-cache.h:
11506         * data/evince-ui.xml:
11507         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init):
11508         * shell/ev-view.c: (view_update_adjustments),
11509         (view_update_range_and_current_page), (get_bounding_box_size),
11510         (ev_view_size_request_continuous_and_dual_page),
11511         (ev_view_size_request_continuous),
11512         (ev_view_size_request_dual_page),
11513         (ev_view_size_request_single_page), (ev_view_size_request),
11514         (ev_view_size_allocate), (get_page_extents), (draw_one_page),
11515         (ev_view_bin_expose), (ev_view_expose_event),
11516         (ev_view_set_property), (ev_view_get_property),
11517         (ev_view_class_init), (ev_view_init), (ev_view_new),
11518         (page_changed_cb), (ev_view_zoom), (ev_view_set_continuous),
11519         (ev_view_set_dual_page), (ev_view_set_full_screen),
11520         (ev_view_set_presentation), (ev_view_set_sizing_mode),
11521         (ev_view_can_zoom_in), (ev_view_can_zoom_out), (ev_view_zoom_in),
11522         (ev_view_zoom_out), (zoom_for_size_fit_width),
11523         (zoom_for_size_best_fit),
11524         (ev_view_zoom_for_size_continuous_and_dual_page),
11525         (ev_view_zoom_for_size_continuous),
11526         (ev_view_zoom_for_size_dual_page),
11527         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
11528         (ev_view_show_cursor), (ev_sizing_mode_get_type):
11529         * shell/ev-view.h:
11530         * shell/ev-window.c: (update_action_sensitivity),
11531         (ev_window_cmd_continuous), (ev_window_cmd_dual),
11532         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
11533         (update_sizing_buttons), (ev_window_cmd_view_zoom_in),
11534         (ev_window_cmd_view_zoom_out), (update_view_size),
11535         (ev_window_set_sizing_mode), (ev_window_init):
11536
11537         Add Continuous and Dual page modes.
11538
11539 2005-04-23  James Bowes  <bowes@cs.dal.ca>
11540
11541         * dvi/dvi-document.c: (dvi_document_load),
11542         (dvi_document_thumbnails_get_thumbnail),
11543         (dvi_document_init_params): Fix up some mixups between
11544         width and height to correct thumbnail rendering.
11545
11546 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11547
11548         * dvi/mdvi-lib/private.h:
11549         * dvi/mdvi-lib/setup.c: (mdvi_init_kpathsea):
11550         
11551         Suppess output for kpathsea during font generation. Thanks to
11552         James Bowes
11553
11554 Fri Apr 22 19:57:46 2005  Jonathan Blandford  <jrb@redhat.com>
11555
11556         * NEWS:
11557         * configure.ac:
11558
11559         Release 0.2.1
11560
11561         * Makefile.am: fix distcheck.
11562
11563 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11564
11565         * shell/ev-sidebar-links.c: (selection_changed_callback),
11566         (update_page_callback), (row_activated_callback),
11567         (job_finished_callback), (ev_sidebar_links_set_document):
11568         
11569         Fix for bug #169901. Double click on links expands tree.
11570
11571 2005-03-14  Bryan Clark  <clarkbw@cvs.gnome.org>
11572
11573         * shell/ev-window.c (ev_window_init): Removed fullscreen toolbar
11574         hard-coded style. Fix for bug 170111
11575
11576 2005-04-22  Kristian Høgsberg  <krh@redhat.com>
11577
11578         * shell/ev-view.c (highlight_find_results): Remove unnecessary
11579         locking.
11580
11581 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
11582
11583         * thumbnailer/evince-thumbnailer.schemas: real fix for bug 172496
11584
11585 2005-04-22  Marco Pesenti Gritti  <mpg@redhat.com>
11586
11587         * pdf/ev-poppler.cc:
11588         * shell/ev-view.c: (highlight_find_results):
11589
11590         Fix find on single page documents
11591
11592 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
11593
11594         * data/evince.schemas.in: fix for bug 301390
11595
11596 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
11597
11598         * shell/ev-view.c: (ev_view_can_zoom_in), (ev_view_can_zoom_out),
11599         (ev_view_zoom_out), (ev_view_zoom_normal):
11600         * shell/ev-view.h:
11601         * shell/ev-window.c: (update_action_sensitivity),
11602         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
11603         (ev_window_cmd_view_zoom_in), (ev_window_cmd_view_zoom_out),
11604         (ev_window_cmd_view_normal_size):
11605
11606         Fix normal size zoom. Make zoom in/zoom out unsensitive when
11607         they are behyond the limits. Tweak MAX_ZOOM to 6, sucks but
11608         better than oom. 
11609
11610 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
11611
11612         * configure.ac:
11613
11614         Depend on 2.57, 2.59 doesnt seem to be necessary
11615
11616 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
11617
11618         * shell/ev-page-action.c: (update_pages_label), (page_changed_cb),
11619         (create_tool_item):
11620
11621         Put back total number of pages as (1 of 1234)
11622
11623 Thu Apr 21 23:37:52 2005  Jonathan Blandford  <jrb@redhat.com>
11624
11625         * shell/ev-pixbuf-cache.c (dispose_cache_job_info): actually
11626         remove the job.
11627
11628         * backend/ev-document.h: Remove EV_DOC_MUTEX in favor of a locking
11629         function.  This helps debugging.
11630
11631 2005-04-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11632
11633         * djvu/djvu-document.c: (djvu_document_class_init),
11634         (djvu_document_get_info), (djvu_document_document_iface_init):
11635         * dvi/dvi-document.c: (dvi_document_class_init),
11636         (dvi_document_get_info), (dvi_document_document_iface_init):
11637
11638         Dummy implementation of get_info method for dvi and
11639         djvu. Fix crashes with those backends
11640
11641 2005-04-20  Marco Pesenti Gritti <mpg@redhat.com>
11642
11643         * data/evince.desktop.in:
11644
11645         Add application/x-gzpostscript
11646
11647 2005-04-20  Bryan Clark  <clarkbw@cvs.gnome.org>
11648
11649         * data/evince.schemas.in: Added real long descriptions, 
11650         closes bug 172496 
11651
11652         * README: Added actual text, closes bug 171869
11653
11654 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
11655
11656         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
11657
11658         Thumbnail page 0
11659
11660 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
11661
11662         * backend/ev-document-info.h:
11663
11664         s/GDate */GDate so we can just use g_free
11665
11666 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
11667
11668         * shell/ev-window.c: (update_document_mode),
11669         (ev_window_setup_document):
11670
11671         Show the window in fullscreen when specified by
11672         the document
11673
11674 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
11675
11676         * backend/ev-document.c: (ev_document_class_init),
11677         (ev_document_get_info), (ev_document_render_pixbuf):
11678         * backend/ev-document.h:
11679         * backend/ev-page-cache.c: (_ev_page_cache_new):
11680         * pdf/ev-poppler.cc:
11681         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
11682         (pixbuf_document_get_info), (pixbuf_document_document_iface_init):
11683         * ps/ps-document.c: (ps_document_class_init), (document_load),
11684         (ps_document_get_info), (ps_document_document_iface_init):
11685
11686         Remove get_title from the interface, we can just use document info
11687
11688 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
11689
11690         * backend/Makefile.am:
11691         * backend/ev-document.c: (ev_document_render_get_info):
11692         * backend/ev-document.h:
11693         * pdf/ev-poppler.cc:
11694
11695         Initial support for document info. Based on jrb patch.
11696
11697 2005-04-19  Paolo Borelli <pborelli@katamail.com>
11698
11699         * shell/ev-window.c: (ev_window_state_event),
11700         (ev_window_class_init), (ev_window_init):
11701         
11702         Doesn't show resize grip when maximized. See bug #301053
11703
11704 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11705
11706         * po/POTFILES.in:
11707         
11708         ev-sidebar-thumbnails now has translatable labels
11709         
11710         * shell/Makefile.am:
11711         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document),
11712         (ev_sidebar_links_support_document), (ev_sidebar_links_get_label),
11713         (ev_sidebar_links_page_iface_init):
11714         * shell/ev-sidebar-links.h:
11715         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
11716         (ev_sidebar_page_support_document), (ev_sidebar_page_set_document),
11717         (ev_sidebar_page_get_label):
11718         * shell/ev-sidebar-page.h:
11719         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_new),
11720         (ev_sidebar_thumbnails_set_document),
11721         (ev_sidebar_thumbnails_support_document),
11722         (ev_sidebar_thumbnails_get_label),
11723         (ev_sidebar_thumbnails_page_iface_init):
11724         * shell/ev-sidebar-thumbnails.h:
11725         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
11726         (ev_sidebar_set_document):
11727         * shell/ev-sidebar.h:
11728         * shell/ev-window.c: (ev_window_setup_document), (ev_window_init):
11729         
11730         Small rework of sidebar code. Now sidebar pages should implement
11731         EvSidebarPage interface. That makes page management in EvSidebar
11732         easier. See bug #164811 for details
11733
11734 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11735
11736         * shell/ev-application.c: (ev_application_open):
11737         * shell/ev-document-types.c:
11738         
11739         Fix build error and small problem with application exit
11740
11741 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11742
11743         * thumbnailer/Makefile.am:
11744         * thumbnailer/evince-thumbnailer-djvu.schemas:
11745         * thumbnailer/evince-thumbnailer-dvi.schemas:
11746         
11747         Conditionally install schemas for djvu/dvi thumbnailer
11748
11749 2005-04-18  David Malcolm  <dmalcolm@redhat.com>
11750
11751         * shell/ev-document-types.h: 
11752         * shell/ev-document-types.c: 
11753         New files, handling the mapping from mimetypes to backends
11754         
11755         * shell/ev-window.c: 
11756         * thumbnailer/evince-thumbnailer.c:     
11757         Use the ev-document-types code
11758         
11759         * shell/Makefile.am: 
11760         Added new convenience library libevbackendfactory_la, containing
11761         the new mimetype->backend logic; moved the backends into it.
11762
11763         * thumbnailer/Makefile.am:
11764         Make the thumbnailer link with the libevbackend.la convenience
11765         library, rather than having a duplicate of the backend logic here.
11766
11767 2005-04-18  Paolo Borelli  <pborelli@katamail.com>
11768
11769         * shell/ev-stock-icons.c: constify some vars.
11770         * shell/ev-window.c: ditto.
11771
11772 2005-04-18  Marco Pesenti Gritti  <mpg@redhat.com>
11773
11774         * ps/ps-document.c (get_page_orientation):
11775
11776         Respect document orientation 
11777
11778 2005-04-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11779
11780         * djvu/Makefile.am:
11781         * dvi/Makefile.am:
11782         * shell/Makefile.am:
11783         
11784         Move library dependencies to components.
11785         
11786         * shell/ev-window.c: (update_window_title),
11787         (start_loading_document):
11788         
11789         Fix display of uris with spaces. Bug 168358.
11790
11791 Sat Apr 16 18:53:47 2005  Jonathan Blandford  <jrb@redhat.com>
11792
11793         * shell/ev-sidebar-links.c: (selection_changed_cb):
11794         * shell/ev-view.c: (ev_view_finalize), (go_to_link),
11795         (ev_view_button_release_event), (ev_view_set_document):
11796         * shell/ev-view.h:
11797         * shell/ev-window.c: (find_bar_search_changed_cb):
11798         * shell/ev-window.h: Minor cleanups removing some dead code.
11799
11800 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11801
11802         * backend/ev-page-cache.c: (_ev_page_cache_new):
11803         
11804         Set current page to 0 if document has pages.
11805
11806 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11807
11808         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
11809
11810         Initialize GError to NULL, fix a crash when loading fails.
11811
11812 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11813
11814         * shell/ev-window.c: (update_view_size):
11815
11816         Calculate shadow size only when there is actually
11817         a shadow.
11818
11819 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11820
11821         * shell/ev-view.c: (ev_view_set_spacing), (ev_view_init):
11822         * shell/ev-view.h:
11823
11824         Allow setting view spacing, default to 0
11825
11826         * shell/ev-window.c: (ev_window_unfullscreen),
11827         (ev_window_cmd_view_fullscreen), (ev_window_init):
11828
11829         Remove spacing in fullscreen mode
11830
11831 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11832
11833         * shell/ev-view.c: (compute_border), (compute_zoom_factor),
11834         (ev_view_size_request), (expose_bin_window),
11835         (ev_view_set_show_border), (ev_view_init), (page_changed_cb):
11836         * shell/ev-view.h:
11837         * shell/ev-window.c: (ev_window_unfullscreen),
11838         (ev_window_cmd_view_fullscreen):
11839
11840         Do not draw the border in fulscreen
11841
11842 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11843
11844         * shell/ev-view.c: (ev_view_get_offsets), (compute_zoom_factor),
11845         (ev_view_size_request), (expose_bin_window), (ev_view_select_all),
11846         (find_page_at_location), (page_changed_cb):
11847
11848         Rework border calculation, so that I can more easily disable it.
11849         Code somewhat cleaner too.
11850
11851 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11852
11853         * backend/ev-page-cache.c: (ev_page_cache_init),
11854         (_ev_page_cache_new):
11855
11856         Remove some assertions, documents can have 0 pages.
11857         Make initial current page -1.
11858
11859         * shell/ev-page-action.c: (page_changed_cb):
11860
11861         Show "" if current page is -1
11862
11863         * shell/ev-window.c: (update_action_sensitivity),
11864         (ev_window_setup_document):
11865
11866         When document has 0 pages do not set the view
11867         and make nearly everything insensitive.
11868
11869 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11870
11871         * shell/ev-page-view.c:
11872         * shell/ev-page-view.h:
11873
11874         Remove unused files.
11875         
11876         * shell/ev-sidebar-thumbnails.c:
11877         (ev_sidebar_thumbnails_set_document):
11878         * shell/ev-sidebar.c: (ev_sidebar_set_document),
11879         (ev_sidebar_supports_document):
11880         * shell/ev-sidebar.h:
11881         * shell/ev-window.c: (ev_window_setup_document):
11882         
11883         Doesn't show thumbnails if document has 1 page. Make
11884         sidebar menu entries sensitive only if if they have 
11885         sense. Fix bug 164811. 
11886
11887 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
11888
11889         * shell/ev-view.c: (compute_zoom_factor), (ev_view_size_request),
11890         (page_changed_cb), (ev_view_zoom), (ev_view_zoom_in),
11891         (ev_view_zoom_out), (ev_view_set_size):
11892
11893         Rework sizing to deal with documents with not uniform page
11894         size.
11895
11896 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
11897
11898         * backend/ev-page-cache.c: (_ev_page_cache_new):
11899
11900         Fix several page size caching bugs
11901
11902 2005-04-15  Luca Ferretti <elle.uca@libero.it>
11903
11904         * shell/ev-window.c: (set_action_properties):
11905
11906         Make all toolbar items translatable
11907
11908 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
11909
11910         * ps/ps-document.c: (ps_document_init), (ps_document_get_type),
11911         (save_page_list), (ps_document_save),
11912         (ps_document_document_iface_init), (ps_document_ps_export_begin),
11913         (ps_document_ps_export_do_page), (ps_document_ps_export_end),
11914         (ps_document_ps_exporter_iface_init):
11915         * ps/ps-document.h:
11916
11917         Based on a patch by J�rg Billeter <j@bitron.ch>
11918         
11919         Implement print and save a copy for the ps backend.
11920
11921 2005-04-14  Marco Pesenti Gritti <mpg@redhat.com>
11922
11923         * backend/ev-document.h:
11924         * djvu/djvu-document.c: (djvu_document_can_get_text),
11925         (djvu_document_document_iface_init):
11926         * dvi/dvi-document.c: (dvi_document_can_get_text),
11927         (dvi_document_document_iface_init):
11928         * pdf/ev-poppler.cc:
11929         * pixbuf/pixbuf-document.c: (pixbuf_document_can_get_text),
11930         (pixbuf_document_document_iface_init):
11931         * ps/ps-document.c: (ps_document_can_get_text),
11932         (ps_document_document_iface_init):
11933         * shell/ev-view.c: (ev_view_copy), (ev_view_primary_get_cb):
11934         * shell/ev-window.c: (update_action_sensitivity):
11935
11936         Fix the crash when trying to copy in backends that doesnt
11937         support it. We can implement a better solution once we
11938         do real text selection.
11939
11940 2005-04-12  Marco Pesenti Gritti <mpg@redhat.com>
11941
11942         * data/evince-ui.xml:
11943         * shell/ev-window.c: (ev_window_cmd_escape):
11944         
11945         Work around the Escape conflict (find bar and unfullscreen)
11946
11947 2005-04-12  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
11948
11949         * backend/ev-page-cache.c: (ev_page_cache_next_page):
11950         
11951         Fix for #300233. Next page correctly handles document end.
11952         
11953         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
11954         (ev_sidebar_thumbnails_class_init),
11955         (ev_sidebar_thumbnails_set_document),
11956         (ev_sidebar_thumbnails_clear_job),
11957         (ev_sidebar_thumbnails_clear_model):
11958         
11959         Cleanup thumbnail jobs on document changes.
11960         
11961         * shell/ev-view.c: (add_scroll_binding_keypad),
11962         (add_scroll_binding_shifted), (ev_view_class_init):
11963         
11964         Shift + Space scrolls up. Fix for #173184
11965         
11966         * shell/ev-window.c: (ev_window_open_page),
11967         (ev_window_cmd_view_reload):
11968         
11969         Fix reload (Bug #300094)
11970
11971 2005-04-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11972
11973         
11974         * dvi/mdvi-lib/assoc.c:
11975         * dvi/mdvi-lib/assoc.h: Removed garbage files
11976         
11977         * dvi/mdvi-lib/bitmap.c:
11978         * dvi/mdvi-lib/color.c: (mdvi_set_color), (mdvi_push_color),
11979         (mdvi_pop_color), (mdvi_reset_color), (get_color_table):
11980         * dvi/mdvi-lib/color.h: Antialias of rules
11981         
11982         * dvi/mdvi-lib/common.h:
11983         * dvi/mdvi-lib/dviread.c: (mdvi_configure), (mdvi_init_context),
11984         (mdvi_destroy_context), (draw_shrink_rule), (draw_box), (set_rule):
11985         * dvi/mdvi-lib/files.c:
11986         * dvi/mdvi-lib/fontmap.c: (ps_init_default_paths):
11987         * dvi/mdvi-lib/mdvi.h:
11988         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
11989         * dvi/mdvi-lib/tfmfile.c: (ofm_load_file):
11990         * dvi/mdvi-lib/util.c: Fix compile warnings
11991         
11992         * dvi/dvi-document.c:
11993         (dvi_document_load), (dvi_document_thumbnails_get_dimensions),
11994         (dvi_document_thumbnails_get_thumbnail),
11995         (dvi_document_document_thumbnails_iface_init):
11996         * dvi/mdvi-lib/Makefile.am:
11997         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
11998         (dvi_pixbuf_set_color), (mdvi_pixbuf_device_render):
11999         
12000         Dvi backend now renders thumbnails
12001
12002 2005-04-09  Christian Persch  <chpe@cvs.gnome.org>
12003
12004         * shell/main.c: (main): 
12005         
12006         Save accelerators on exit. Fixes bug #172095.
12007
12008 Sat Apr  9 01:05:09 2005  Jonathan Blandford  <jrb@redhat.com>
12009
12010         * shell/ev-pixbuf-cache.c (move_one_job): Actually fix the "FIXME:
12011         update priority" comment.
12012
12013         * backend/ev-job-queue.c: Give a way to change priority.
12014
12015 Sat Apr  9 00:05:36 2005  Jonathan Blandford  <jrb@redhat.com>
12016
12017         * shell/ev-page-action.c: Fix logic.
12018
12019 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
12020
12021         * shell/ev-view.c: (ev_view_can_find_next):
12022         * shell/ev-window.c: (ev_window_setup_document):
12023
12024         Check that the document supports find
12025
12026 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
12027
12028         * data/evince-ui.xml:
12029         * shell/ev-view.c: (ev_view_can_find_next):
12030         * shell/ev-view.h:
12031         * shell/ev-window.c: (update_action_sensitivity),
12032         (find_changed_cb), (ev_window_setup_document),
12033         (ev_window_cmd_edit_find_next):
12034
12035         Add Edit->Find Next
12036
12037 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
12038
12039         * pdf/ev-poppler.cc:
12040         * shell/ev-print-job.c: (idle_print_handler):
12041
12042         Make printing work again
12043
12044 Fri Apr  8 01:12:24 2005  Jonathan Blandford  <jrb@redhat.com>
12045
12046         * shell/ev-page-action.h:
12047         * shell/ev-page-action.c: (ev_page_action_widget_init),
12048         (ev_page_action_widget_class_init), (page_changed_cb),
12049         (create_tool_item), (update_page_cache), (build_new_tree_cb),
12050         (get_filter_model_from_model), (match_selected_cb),
12051         (display_completion_text), (match_completion), (update_model),
12052         (connect_proxy), (ev_page_action_set_property),
12053         (ev_page_action_get_property), (ev_page_action_set_document),
12054         (ev_page_action_set_model), (ev_page_action_class_init): Big
12055         reworking to make completions work iff we have >= GTK-2.7.0
12056                 
12057         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_property),
12058         (ev_sidebar_links_get_property), (ev_sidebar_links_class_init),
12059         (job_finished_cb): We now have a 'model' property that is set when
12060         the links are loaded.  This can be caught with "notify::model"
12061
12062         * shell/ev-window.c: (sidebar_widget_model_set), (ev_window_init):
12063         listen for the model to be set, and propagate it to the action.
12064
12065 2005-04-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12066
12067         * cut-n-paste/recent-files/egg-recent-item.c:
12068         (egg_recent_item_set_uri), (make_valid_utf8),
12069         (egg_recent_item_set_mime_type), (egg_recent_item_get_mime_type):
12070         * cut-n-paste/recent-files/egg-recent-item.h:
12071         
12072         Update egg-recent from libegg. This should fix long
12073         startup problem. For details see
12074         http://bugzilla.gnome.org/show_bug.cgi?id=160531
12075
12076 2005-04-07  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
12077
12078         * cut-n-paste/recent-files/Makefile.am:
12079         * data/evince-ui.xml, shell/Makefile.am:
12080         * shell/ev-application.c, shell/ev-application.h:
12081         * shell/ev-window.c: Recent files support.
12082         
12083         * configure.ac: Added "ru" to ALL_LINGUAS.
12084         
12085         * dvju: new backend to support DJVU files.
12086         * dvi: new backend to support DVI.
12087
12088         * configure.ac, Makefile.am, shell/Makefile.am, ev-window.c:
12089         * ev-application.c: Support for new backends.
12090         
12091         * help, ev-window.c, main.c shell/Makefile.am: 
12092         Evince user documentation.
12093
12094 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
12095
12096         * po/POTFILES.in:
12097         * shell/ev-window.c:
12098         * thumbnailer/evince-thumbnailer.c:
12099
12100         s/pdf-document/ev-poppler
12101
12102 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
12103
12104         * NEWS:
12105         * configure.ac:
12106
12107         Release 0.2.0
12108
12109         * ps/ps-document.c: (setup_pixmap):
12110
12111         Remove debug code
12112
12113 2005-04-05  Kristian Høgsberg  <krh@redhat.com>
12114
12115         * backend/ev-page-cache.c (ev_page_cache_next_page): 
12116         * shell/ev-window.c (ev_window_cmd_go_next_page) 
12117         (ev_window_cmd_go_first_page): Fix of by one errors.
12118
12119 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
12120
12121         * ps/ps-document.c: (get_page_box):
12122
12123         Fix page size calculation
12124
12125 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
12126
12127         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
12128         (ps_document_cleanup), (setup_pixmap), (get_page_box),
12129         (get_page_orientation), (setup_page), (document_load),
12130         (ps_document_get_page_size), (render_pixbuf_idle):
12131         * ps/ps-document.h:
12132
12133         More refactoring to adapt to EvDocument changes
12134
12135 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
12136
12137         * ps/ps-document.c: (start_interpreter):
12138
12139         Actually add alpha args
12140
12141 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
12142
12143         * pdf/ev-poppler.cc:
12144
12145         Make clipboard work again
12146
12147 2005-04-04  Kristian Høgsberg  <krh@redhat.com>
12148
12149         Make searching work again.
12150         
12151         * backend/ev-document.c:
12152         * backend/ev-document.h:
12153         * backend/ev-document-find.c:
12154         * backend/ev-document-find.h: Change EvDocumentIface so we no
12155         longer store the current page or zoom level in the document.  The
12156         consequence is that all calls that operate on the current page now
12157         instead take the page number as an extra argument, and all
12158         coordinates are now doubles in document coordinate system.
12159
12160         * pdf/ev-poppler.cc:
12161         * pixbuf/pixbuf-document.c:
12162         * ps/ps-document.c: Update backends accordingly.
12163
12164 2005-04-04  Marco Pesenti Gritti <marco@gnome.org>
12165
12166         * autogen.sh:
12167
12168         Add required gettext version
12169
12170 Sat Apr  2 18:57:00 2005  Jonathan Blandford  <jrb@redhat.com>
12171
12172         * shell/evwindow.c: Patch from Alberto Mesas <amesas@gmail.com> to
12173         make F1 bring up non-existent help.
12174
12175         * shell/eggfindbar.c: Patch from Christian Persch to sync to
12176         epiphany's find bar, #167477
12177
12178         * shell/ev-view.c (ev_view_jump): Patch from Emil Soleyman-Zomalan
12179         <emil@nishra.com> to add space-bar scrolling, 
12180
12181         * shell/ev-window.c (static GtkActionEntry entries): add default
12182         keybinding for Help (F1)
12183         Fixes #171068
12184
12185         * shell/ev-view.c (ev_view_show_cursor): Fix from Yuval Tanny
12186         changing EV_VIEW_CURSOR_LINK to EV_VIEW_CURSOR_NORMAL resolves bug
12187         170110
12188
12189 2005-04-01  David Malcolm  <dmalcolm@redhat.com>
12190
12191         * Makefile.am: 
12192         * pixbuf/pixbuf-document.c: 
12193
12194         Got pixbuf backend working again
12195
12196 2005-04-01  Steve Murphy  <murf@e-tools.com>
12197
12198         * configure.in: Added "rw" to ALL_LINGUAS.
12199
12200 Fri Apr  1 02:33:41 2005  Jonathan Blandford  <jrb@redhat.com>
12201
12202         * shell/ev-sidebar-links.c (create_loading_model): Fix mismatch in
12203         model types, noticed by Martin Kretzschmar.
12204
12205 2005-04-01  Kristian Høgsberg  <krh@redhat.com>
12206
12207         * pdf/ev-poppler.cc: Implement search based on
12208         poppler_page_find_text().  Currently a bit crude since we remember
12209         all matches from all pages.  Also, we grab the big document lock
12210         when we search since searching changes the underlying stream and
12211         thus conflicts with the rendering thread.
12212         
12213         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
12214         (jump_to_find_page), (ev_view_set_document), (ev_view_find_next),
12215         (ev_view_find_previous): Fix some page indexes to be 0 based,
12216         offset rubber band by view offset,
12217
12218 Fri Apr 01 09:21:12 2005  Pablo Saratxaga  <pablo@mandrakesoft.com>
12219
12220         * configure.ac: Added Walloon (wa) to ALL_LINGUAS.
12221
12222 Fri Apr  1 01:59:39 2005  Jonathan Blandford  <jrb@redhat.com>
12223
12224         * shell/ev-page-action.c: Changed to use page labels now.  Rewrote
12225         completely because I didn't understand GtkActions.  I should
12226         read Marco's code more carefully in the future.
12227
12228         * backend/ev-page-cache.h (ev_page_cache_set_page_label): New
12229         function
12230
12231 2005-03-31  Kristian Høgsberg  <krh@redhat.com>
12232
12233         * pdf/ev-poppler.cc (pdf_document_get_links): Update to work with
12234         PopplerRectangle change from poppler CVS.
12235
12236 Thu Mar 31 13:27:50 2005  Jonathan Blandford  <jrb@redhat.com>
12237
12238         * backend/ev-document.c: (ev_document_get_page_label):
12239         * backend/ev-document.h:
12240         * backend/ev-page-cache.c: (_ev_page_cache_new),
12241         (ev_page_cache_get_page_label):
12242         * backend/ev-page-cache.h:
12243         * pdf/ev-poppler.cc:
12244         * shell/ev-sidebar-links.c: (ev_sidebar_links_construct),
12245         (links_page_num_func):
12246         * shell/ev-sidebar-thumbnails.c:
12247         (ev_sidebar_thumbnails_set_document):
12248         * shell/ev-view.c: (status_message_from_link),
12249         (ev_view_motion_notify_event):
12250         * shell/ev-window.c: (document_supports_sidebar): Add in page
12251         label support.  It's not perfect yet, but it's the first 'feature'
12252         in a while.
12253         Also, fix a bogus comment noticed by crispin. 
12254
12255 Thu Mar 31 01:21:58 2005  Jonathan Blandford  <jrb@redhat.com>
12256
12257         * Makefile.am: Remove pixbuf backend for now
12258
12259         * configure.ac: Require poppler-glib instead of just poppler.
12260
12261         * backend/ev-document-thumbnails.h: Add a comment
12262
12263         * backend/ev-document.h:
12264         * backend/ev-document.c: (ev_document_class_init),
12265         (ev_document_load), (ev_document_get_link),
12266         (ev_document_get_links): Remove 3 methods and add get_links.
12267         Also, made 0 based.
12268
12269         * backend/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
12270         * backend/ev-jobs.h: now EvJobRender can grab the links for a document.
12271
12272         * backend/ev-link.c: (ev_link_set_title),
12273         (ev_link_mapping_free_foreach), (ev_link_mapping_free),
12274         (ev_link_mapping_find):
12275         * backend/ev-link.h: Allow NULL titles.  Also, introduce a mapping link.
12276         
12277         * backend/ev-page-cache.c: (ev_page_cache_init),
12278         (_ev_page_cache_new), (ev_page_cache_set_current_page),
12279         (ev_page_cache_get_size), (ev_page_cache_next_page),
12280         (ev_page_cache_prev_page): Fix to be 0 based.
12281
12282         * pdf/Makefile.am: 
12283         * pdf/ev-poppler.h:
12284         * pdf/ev-poppler.cc: New backend.
12285         
12286         * ps/ps-document.c: (ps_document_init), (ps_document_set_page),
12287         (ps_document_get_page), (ps_document_document_iface_init):
12288
12289         * shell/ev-pixbuf-cache.h:
12290         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
12291         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
12292         (ev_pixbuf_cache_update_range), (copy_job_to_job_info),
12293         (add_job_if_needed), (ev_pixbuf_cache_set_page_range),
12294         (ev_pixbuf_cache_get_pixbuf), (ev_pixbuf_cache_get_link_mapping):
12295         Fix up code to grab a page cache per each doc.  Also, fix to be 0
12296         based.
12297         
12298         * shell/ev-sidebar-thumbnails.c:
12299         (ev_sidebar_tree_selection_changed), (page_changed_cb),
12300         (ev_sidebar_thumbnails_set_document): Fix to be 0 based.
12301
12302         * shell/ev-view.c: (status_message_from_link),
12303         (find_page_at_location), (get_link_at_location),
12304         (ev_view_motion_notify_event), (ev_view_button_release_event),
12305         (ev_view_init): Use the new link code.  Fix to be 0 based.
12306
12307         * shell/ev-window.c: (update_action_sensitivity),
12308         (document_supports_sidebar): 0 based.
12309
12310 Fri Mar 25 16:55:58 2005  Jonathan Blandford  <jrb@redhat.com>
12311
12312         * pdf/pdf-document.cc: Patch from Fernando Herrera
12313         <fherrera@onirica.com> to fix my quick fix to get_thumbnail.
12314         *blush*
12315
12316 Wed Mar 23 23:49:41 2005  Jonathan Blandford  <jrb@redhat.com>
12317
12318         * pdf/pdf-document.cc (pdf_document_thumbnails_get_thumbnail): add
12319         1 to the page, as this seems to be 1 based.  I thought we has this
12320         fixed.  grump.
12321
12322 2005-03-23  Marco Pesenti Gritti <marco@gnome.org>
12323
12324         * TODO:
12325         * backend/Makefile.am:
12326         * backend/ev-document-links.c:
12327         (ev_document_links_has_document_links),
12328         (ev_document_links_get_links_model):
12329         * backend/ev-document-links.h:
12330         * backend/ev-document.c: (ev_document_get_page_cache),
12331         (ev_document_get_doc_mutex), (ev_document_load),
12332         (ev_document_save), (ev_document_get_title),
12333         (ev_document_get_n_pages), (ev_document_set_page),
12334         (ev_document_get_page), (ev_document_set_target),
12335         (ev_document_set_scale), (ev_document_set_page_offset),
12336         (ev_document_get_page_size), (ev_document_get_text),
12337         (ev_document_get_link), (ev_document_render),
12338         (ev_document_render_pixbuf), (ev_document_scale_changed):
12339         * backend/ev-document.h:
12340         * backend/ev-job-queue.c: (remove_object_from_queue),
12341         (notify_finished), (handle_job), (search_for_jobs_unlocked),
12342         (no_jobs_available_unlocked), (ev_render_thread),
12343         (ev_job_queue_init), (find_queue), (ev_job_queue_add_job),
12344         (ev_job_queue_remove_job):
12345         * backend/ev-job-queue.h:
12346         * backend/ev-jobs.c: (ev_job_init), (ev_job_dispose),
12347         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
12348         (ev_job_links_class_init), (ev_job_render_init),
12349         (ev_job_render_dispose), (ev_job_render_class_init),
12350         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
12351         (ev_job_thumbnail_class_init), (ev_job_finished),
12352         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
12353         (ev_job_render_run), (ev_job_thumbnail_new),
12354         (ev_job_thumbnail_run):
12355         * backend/ev-jobs.h:
12356         * backend/ev-link.c:
12357         * backend/ev-link.h:
12358         * backend/ev-page-cache.c: (ev_page_cache_init),
12359         (ev_page_cache_class_init), (ev_page_cache_finalize),
12360         (_ev_page_cache_new), (ev_page_cache_get_n_pages),
12361         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
12362         (ev_page_cache_set_link), (ev_page_cache_get_title),
12363         (ev_page_cache_get_size), (ev_page_cache_next_page),
12364         (ev_page_cache_prev_page):
12365         * backend/ev-page-cache.h:
12366         * pdf/pdf-document.cc:
12367         * ps/gsdefaults.c:
12368         * ps/gsdefaults.h:
12369         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
12370         (push_pixbuf), (interpreter_failed), (ps_document_cleanup),
12371         (ps_document_widget_event), (ps_document_finalize), (get_xdpi),
12372         (get_ydpi), (setup_pixmap), (setup_page), (close_pipe),
12373         (is_interpreter_ready), (output), (catchPipe), (input),
12374         (start_interpreter), (check_filecompressed), (compute_dimensions),
12375         (ps_document_enable_interpreter), (document_load),
12376         (ps_document_next_page), (render_page), (ps_document_set_page),
12377         (ps_document_set_scale), (render_pixbuf_idle),
12378         (ps_document_render_pixbuf), (ps_document_document_iface_init):
12379         * ps/ps-document.h:
12380         * shell/Makefile.am:
12381         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
12382         (ev_pixbuf_cache_class_init), (ev_pixbuf_cache_finalize),
12383         (dispose_cache_job_info), (ev_pixbuf_cache_dispose),
12384         (ev_pixbuf_cache_new), (job_finished_cb),
12385         (check_job_size_and_unref), (move_one_job),
12386         (ev_pixbuf_cache_update_range), (find_job_cache),
12387         (ev_pixbuf_cache_clear_job_sizes), (add_job_if_needed),
12388         (ev_pixbuf_cache_add_jobs_if_needed),
12389         (ev_pixbuf_cache_set_page_range), (ev_pixbuf_cache_get_pixbuf):
12390         * shell/ev-pixbuf-cache.h:
12391         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
12392         (idle_print_handler):
12393         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
12394         (selection_changed_cb), (create_loading_model),
12395         (ev_sidebar_links_construct), (links_page_num_func),
12396         (ev_sidebar_links_clear_document), (update_page_callback_foreach),
12397         (update_page_callback), (job_finished_cb),
12398         (ev_sidebar_links_set_document):
12399         * shell/ev-sidebar-thumbnails.c:
12400         (ev_sidebar_thumbnails_class_init), (adjustment_changed_cb),
12401         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init),
12402         (page_changed_cb), (thumbnail_job_completed_callback),
12403         (ev_sidebar_thumbnails_set_document):
12404         * shell/ev-sidebar-thumbnails.h:
12405         * shell/ev-sidebar.c: (ev_sidebar_set_document):
12406         * shell/ev-view.c: (ev_view_finalize), (ev_view_destroy),
12407         (ev_view_get_offsets), (ev_view_size_request), (ev_view_realize),
12408         (ev_view_unrealize), (highlight_find_results), (expose_bin_window),
12409         (ev_view_select_all), (ev_view_copy), (ev_view_primary_get_cb),
12410         (ev_view_create_invisible_cursor), (ev_view_motion_notify_event),
12411         (ev_view_button_release_event), (ev_view_scroll_view),
12412         (ev_view_class_init), (ev_view_init), (update_find_status_message),
12413         (jump_to_find_result), (jump_to_find_page), (find_changed_cb),
12414         (ev_view_new), (job_finished_cb), (page_changed_cb),
12415         (ev_view_set_document), (go_to_link), (ev_view_zoom),
12416         (size_to_zoom_factor), (ev_view_set_size), (ev_view_find_next),
12417         (ev_view_find_previous):
12418         * shell/ev-view.h:
12419         * shell/ev-window.c: (update_action_sensitivity),
12420         (ev_window_open_page), (update_window_title), (update_total_pages),
12421         (page_changed_cb), (ev_window_setup_document),
12422         (password_dialog_response), (ev_window_cmd_save_as),
12423         (ev_window_print), (ev_window_cmd_go_previous_page),
12424         (ev_window_cmd_go_next_page), (ev_window_cmd_go_first_page),
12425         (ev_window_cmd_go_last_page), (ev_window_cmd_view_reload),
12426         (find_bar_search_changed_cb), (goto_page_cb), (ev_window_init):
12427         * shell/main.c: (main):
12428
12429         Merge evince-threads branch
12430
12431 2005-03-16  Žygimantas Beručka  <uid0@akl.lt>
12432
12433         * configure.ac: Added "lt" to ALL_LINGUAS.
12434
12435 2005-03-14  Marco Pesenti Gritti  <marco@gnome.org>
12436
12437         * NEWS:
12438         * configure.ac:
12439
12440         Release 0.1.9
12441
12442 2005-03-13  Fernando Herrera  <fherrera@onirica.com>
12443
12444         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
12445
12446         Fix here also the thumbnails 1-basedness :)
12447
12448 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
12449
12450         * NEWS:
12451         * configure.ac:
12452
12453         Release 0.1.8
12454
12455 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
12456
12457         * pdf/pdf-document.cc:
12458         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
12459         (do_one_iteration), (ev_sidebar_thumbnails_set_document):
12460
12461         Fix the mess we did with thumbnails and 1-basedness
12462
12463 2005-03-12  Changwoo Ryu  <cwryu@debian.org>
12464
12465         * configure.ac (ALL_LINGUAS): Added "ko" (Korean).
12466
12467 2005-03-09  Marco Pesenti Gritti  <marco@gnome.org>
12468
12469         * NEWS:
12470         * configure.ac:
12471
12472         Release 0.1.7
12473
12474 2005-03-08  Marco Pesenti Gritti  <marco@gnome.org>
12475
12476         * ps/Makefile.am:
12477         * ps/gsdefaults.c: (gtk_gs_defaults_get_interpreter_cmd),
12478         (gtk_gs_defaults_get_alpha_parameters),
12479         (gtk_gs_defaults_get_ungzip_cmd),
12480         (gtk_gs_defaults_get_unbzip2_cmd):
12481         * ps/gsdefaults.h:
12482         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
12483         (ps_document_get_orientation), (document_load),
12484         (ps_document_goto_page), (ps_document_set_page_size):
12485         * ps/ps-document.h:
12486
12487         Some more sanitization of the ps backend. Remove a lot
12488         of unused code and do not base our defaults on ggv
12489         preferences (ugh!)
12490
12491 2005-03-08  Fernando Herrera  <fherrera@onirica.com>
12492
12493         * thumbnailer/evince-thumbnailer.schemas:
12494         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
12495         (main): add -s option for thumbnail size.
12496
12497 2005-03-07  Christian Persch  <chpe@cvs.gnome.org>
12498
12499         * configure.ac:
12500
12501         AC_PROG_RANLIB is rendered obsolete by AC_PROG_LIBTOOL;
12502         remove it.
12503
12504 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
12505
12506         * pdf/pdf-document.cc:
12507
12508         Remove 4 pixels of useless border from the
12509         thumbnail.
12510
12511 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
12512
12513         * backend/ev-document-thumbnails.c:
12514         (ev_document_thumbnails_get_thumbnail):
12515         * backend/ev-document-thumbnails.h:
12516
12517         Rework API a bit. Add a border flag and
12518         change sizing logic (now the size we specify
12519         applies to the bigger dimension).
12520
12521         * pdf/pdf-document.cc:
12522         * pixbuf/pixbuf-document.c:
12523         (pixbuf_document_thumbnails_get_thumbnail):
12524         * shell/ev-sidebar-thumbnails.c: (do_one_iteration):
12525         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
12526
12527         Adapt to the new API and do not draw a border for nautilus
12528         thumbnailer.
12529
12530 2005-03-03  Fernando Herrera  <fherrera@onirica.com>
12531
12532         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
12533         take thumbnails from page "0" instead of "1". Added a copyright header.
12534
12535 2005-03-03  Jens Granseuer  <jensgr@gmx.net>
12536
12537         * ps/ps-document.c: (set_up_page), (start_interpreter):
12538
12539         Make it C89 compliant
12540
12541 2005-03-03  Marco Pesenti Gritti  <marco@gnome.org>
12542
12543         * Makefile.am:
12544         * configure.ac:
12545         * pdf/.cvsignore:
12546         * pdf/pdf-document.cc:
12547         * thumbnailer/Makefile.am:
12548         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
12549         (main):
12550         * thumbnailer/evince-thumbnailer.schemas:
12551         * thumbnailer/pdf-icon.png:
12552
12553         Add a nautilus thumbnailer.
12554         Based on patch by Fernando Herrera <fherrera@onirica.com>.
12555
12556 2005-03-02  Marco Pesenti Gritti  <marco@gnome.org>
12557
12558         * NEWS:
12559         * configure.ac:
12560         * po/POTFILES.in:
12561
12562         Release 0.1.6
12563
12564 2005-03-01  Kristian Høgsberg  <krh@redhat.com>
12565
12566         Use poppler instead of including xpdf source code.  Poppler is a
12567         fork of xpdf to build it as a shared library. See
12568         http://freedesktop.org/wiki/Software/poppler.
12569
12570         * pdf/xpdf/*, pdf/goo/*, pdf/splash/*, pdf/fofi/*: Remove included
12571         xpdf fork.
12572         
12573         * pdf/Makefile.am: Build libpdfdocument.a here.
12574         
12575         * pdf/GDKSplashOutputDev.cc:
12576         * pdf/GDKSplashOutputDev.h:
12577         * pdf/GnomeVFSStream.cc:
12578         * pdf/GnomeVFSStream.h:
12579         * pdf-document.cc:
12580         * pdf-document.h:
12581         * test-gdk-output-dev.cc
12582         * Thumb.cc:
12583         * Thumb.h: Pull these files out of pdf/xpdf and adjust to compile
12584         against poppler.
12585
12586 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12587
12588         * shell/ev-sidebar-links.c: (ev_sidebar_links_clear_document):
12589
12590         Clear idle stack before unsetting the document
12591
12592 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12593
12594         * ps/ps-document.c: (ps_document_widget_event),
12595         (ps_document_set_target), (ps_document_finalize),
12596         (ps_document_get_page):
12597
12598         Disconnect the widget event signal on finalize.
12599         Some code cleanups.
12600
12601 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12602
12603         * ps/ps-document.c: (set_up_page):
12604
12605         If there is no bpixmap create one, even if size
12606         is not changed.
12607
12608 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12609
12610         * ps/ps-document.c: (ps_document_init), (ps_document_cleanup),
12611         (set_up_page), (document_load), (ps_document_set_zoom):
12612
12613         Default page is 0. Calculate size even when we have no
12614         target yet.
12615
12616 2005-02-28  Carlos Garcia Campos <carlosgc@gnome.org>
12617
12618         * shell/ev-sidebar.c: expand the selection widget to be always as
12619         wide as the sidebar
12620
12621 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12622
12623         * shell/ev-sidebar-thumbnails.c:
12624         (ev_sidebar_thumbnails_set_document):
12625
12626         Clear the list store when setting document
12627
12628 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12629
12630         * shell/ev-page-action.c: (update_entry), (sync_entry),
12631         (activate_cb), (entry_size_request_cb), (create_tool_item),
12632         (connect_proxy):
12633
12634         Use an entry for the page control instead of spinbuttons
12635
12636 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12637
12638         * data/evince.schemas.in:
12639
12640         Correct confusing string
12641
12642 Sun Feb 27 23:00:31 2005  Jonathan Blandford  <jrb@redhat.com>
12643
12644         * shell/ev-sidebar-links.c (do_one_iteration): Handle title links
12645         for real.  Gosh, how long has this been broken.
12646
12647         * pdf/xpdf/pdf-document.cc (build_link_from_action): add back the
12648         check for a NULL link.  We crash otherwise.
12649
12650 2005-02-27  Marco Pesenti Gritti  <marco@gnome.org>
12651
12652         * NEWS:
12653         * configure.ac:
12654
12655         Release 0.1.5
12656
12657 2005-02-25  Sebastien Bacher  <seb128@debian.org>
12658
12659         * configure.ac: add the french translation.
12660
12661 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
12662
12663         * shell/ev-window.c:
12664
12665         Remove unused header -> fix distcheck
12666
12667 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
12668
12669         * shell/ev-window.c: (update_window_title),
12670         (ev_window_popup_password_dialog):
12671
12672         Unescape filename for display
12673
12674 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
12675
12676         * pdf/xpdf/pdf-document.cc:
12677
12678         In get_page_size deal with rotation. Also
12679         cleanup the function a bit.
12680
12681 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
12682
12683         * pdf/xpdf/pdf-document.cc:
12684
12685         Fix crash when opening in new window
12686
12687 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
12688
12689         * configure.ac:
12690
12691         Check ghostscript >= 7
12692
12693 2005-02-25  Pedro Villavicencio <pvillavi@gnome.cl>
12694
12695         * shell/ev-window.c:
12696
12697         Make page width the default sizing mode
12698
12699 2005-02-25  Carlos Garcia Campos <carlosgc@gnome.org>
12700         Marco Pesenti Gritti <marco@gnome.org>
12701
12702         * shell/ev-window.c: Remember the sidebar size
12703
12704         * data/evince.schemas.in: Add a new gconf key to store the size of
12705         the sidebar
12706
12707 2005-02-24  Kai Willadsen  <kaiw@itee.uq.edu.au>
12708
12709         * data/evince-ui.xml:
12710         * shell/ev-window.c: (update_action_sensitivity),
12711         (ev_window_cmd_view_reload):
12712         
12713         Add a "Reload" action and menu entry
12714
12715 Thu Feb 24 23:07:33 2005  Jonathan Blandford  <jrb@redhat.com>
12716
12717         * shell/ev-window.c (hide_sidebar_and_actions): Hide the sidebar
12718         iff the type doesn't support thumbnailing and indexing.
12719
12720 2005-02-24  Martin Kretzschmar  <martink@gnome.org>
12721
12722         * configure.ac (ALL_LINGUAS): Added "zh_TW" (Traditional Chinese).
12723
12724 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12725
12726         * pdf/splash/Splash.cc:
12727
12728         Port fix for a crasher from kde bug
12729         http://bugs.kde.org/show_bug.cgi?id=97131
12730
12731 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12732
12733         * pdf/xpdf/pdf-document.cc:
12734
12735         Return a link even if it's of an unrecognized
12736         type. Otherwise we go in an infinte cycle.
12737
12738 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12739
12740         * shell/ev-window.c: (update_sizing_buttons), (update_view_size),
12741         (size_allocate_cb), (ev_window_set_sizing_mode):
12742
12743         Update size when switching mode
12744
12745 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12746
12747         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
12748         (ev_window_cmd_view_page_width), (update_sizing_buttons),
12749         (ev_window_cmd_view_normal_size):
12750
12751         Fix size toggle buttons behavior
12752
12753 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12754
12755         * shell/ev-view.c: (ev_view_get_offsets), (view_rect_to_doc_rect),
12756         (doc_rect_to_view_rect), (ev_view_size_allocate),
12757         (expose_bin_window), (ev_view_select_all), (page_changed_callback),
12758         (scale_changed_callback):
12759
12760         Do not cache offsets in size_allocate.
12761
12762 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12763
12764         * shell/ev-view.c: (ev_view_size_allocate):
12765
12766         Calculate offsets before calling the parent
12767         class (which does a redraw)
12768
12769 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12770
12771         * pdf/xpdf/pdf-document.cc:
12772
12773         Fix a crasher on exit. Unused code, put a TODO
12774
12775 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12776
12777         * backend/ev-document.c: (ev_document_class_init),
12778         (ev_document_page_changed), (ev_document_scale_changed):
12779         * backend/ev-document.h:
12780
12781         Separate page/scale notifications
12782
12783         * pdf/xpdf/pdf-document.cc:
12784
12785         Emit the new signals.
12786         Do not display the pdf page in _render, do it
12787         when scale/page are requested.
12788
12789         * ps/ps-document.c: (ps_document_set_zoom),
12790         (ps_document_widget_event):
12791         * ps/ps-document.h:
12792
12793         Emit the new signals.
12794
12795         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
12796         (ev_view_init), (page_changed_callback), (scale_changed_callback),
12797         (ev_view_set_document), (ev_view_zoom), (ev_view_zoom_in),
12798         (ev_view_zoom_out), (size_to_zoom_factor), (ev_view_set_size):
12799         * shell/ev-view.h:
12800         * shell/ev-window.c: (ev_window_cmd_view_normal_size),
12801         (ev_window_cmd_view_page_width), (size_allocate_cb),
12802         (ev_window_set_sizing_mode):
12803
12804         Rework sizing to be pixel based.
12805         There are bugs but should be already way better.
12806
12807 2005-02-23  Marco Pesenti Gritti  <marco@gnome.org>
12808
12809         * shell/ev-window.c: (ev_window_init):
12810
12811         Do not allow to shrink sidebar smaller then
12812         child requisition
12813
12814 2005-02-23  Carlos Garcia Campos <carlosgc@gnome.org> 
12815
12816         * shell/ev-sidebar.[ch]
12817         * shell/ev-window.c:
12818
12819         Improved sidebar widget. Fixes #166683
12820
12821 2005-02-23  Tommi Vainikainen  <thv@iki.fi>
12822
12823         * shell/ev-view.c (update_find_status_message): Give translators
12824         more flexibility with ngettext plural handling.
12825
12826 Mon Feb 21 17:52:08 2005  Jonathan Blandford  <jrb@redhat.com>
12827
12828         * pdf/xpdf/pdf-document.cc (pdf_document_get_page_size): Patch
12829         from Crispin Flowerday <gnome@flowerday.cx> to avoid rendering the
12830         page when we get the page size.
12831
12832 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
12833
12834         * ps/ps-document.c: (ps_document_set_page), (ps_document_get_page):
12835
12836         ps pages are 0 based, convert 
12837
12838 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
12839
12840         * ps/ps-document.c: (ps_document_class_init), (ps_document_load):
12841
12842         Initialize correct parent class. Set GError on document load
12843
12844 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
12845
12846         * pdf/xpdf/pdf-document.cc:
12847
12848         Fixup selection offset calculation
12849
12850         * shell/ev-view.c: (view_rect_to_doc_rect),
12851         (doc_rect_to_view_rect), (ev_view_size_allocate),
12852         (expose_bin_window), (ev_view_select_all), (ev_view_copy),
12853         (ev_view_primary_get_cb), (ev_view_motion_notify_event):
12854
12855         Store selection as document relative, so that zooming
12856         and offset changing doesnt break it.
12857
12858 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
12859
12860         * shell/ev-view.c: (ev_view_best_fit):
12861
12862         Do not try to best fit if the view is not realized
12863
12864 2005-02-20  Kostas Papadimas <pkst@gnome.org>
12865           
12866         * configure.ac (ALL_LINGUAS): Added "el" (Greek).
12867
12868 Fri Feb 18 16:06:39 2005  Jonathan Blandford  <jrb@redhat.com>
12869
12870         * shell/ev-window.c (ev_window_focus_in_event): missed a case.
12871
12872 Fri Feb 18 15:32:57 2005  Jonathan Blandford  <jrb@redhat.com>
12873
12874         * shell/ev-window.c: Change the fullscreen toolbar to always be in
12875         the popup window.  That prevents it resizing when in full screen
12876         mode.
12877
12878         * shell/ev-view.c: Change Zoom epsilon as a bad hack to avoid
12879         multiple rerenders.  This pretty much sucks.
12880
12881         * data/evince-ui.xml: Change the fullscreen toolbar to include the
12882         rest of the toolbar.
12883
12884 2005-02-18  Tommi Vainikainen  <thv@iki.fi>
12885
12886         * configure.ac (ALL_LINGUAS): Added "fi" (Finnish).
12887
12888 2005-02-17  Alexander Shopov  <ash@contact.bg>
12889
12890         * configure.in (ALL_LINGUAS): Added "bg" (Bulgarian)
12891
12892 2005-02-16  Bryan Clark  <clarkbw@cvs.gnome.org>
12893
12894         * shell/ev-window.c: added ellipsis to Print item. Fixes bug 166915
12895
12896 2005-02-16  Marco Pesenti Gritti  <marco@gnome.org>
12897
12898         * shell/ev-view.c: (ev_view_realize), (highlight_find_results),
12899         (ev_view_create_invisible_cursor), (ev_view_set_cursor),
12900         (set_document_page), (document_changed_callback),
12901         (ev_view_set_document), (ev_view_find_previous),
12902         (ev_view_hide_cursor), (ev_view_show_cursor):
12903         * shell/ev-view.h:
12904         * shell/ev-window.c: (update_chrome_visibility),
12905         (fullscreen_timeout_cb), (fullscreen_set_timeout),
12906         (fullscreen_clear_timeout), (fullscreen_motion_notify_cb),
12907         (fullscreen_leave_notify_cb), (ev_window_fullscreen),
12908         (ev_window_unfullscreen):
12909         * shell/main.c: (main):
12910
12911         Automatically hide the fullscreen button.
12912         Patch by Kristian Høgsberg <krh@redhat.com>
12913
12914 2005-02-16  Vincent Noel  <vnoel@cox.net>
12915
12916         * shell/main.c (main): Specify an icon for the window. Patch by
12917         Jaap A. Haitsma. Fixes #166177.
12918
12919 Wed Feb 16 06:30:13 2005  Jonathan Blandford  <jrb@redhat.com>
12920
12921         * shell/ev-view.c (ev_view_realize): get rid of the black flash.
12922
12923 Tue Feb 15 22:27:13 2005  Jonathan Blandford  <jrb@redhat.com>
12924
12925         * backend/ev-document-misc.h:
12926         * backend/ev-document-misc.c:
12927         (ev_document_misc_get_page_border_size),
12928         (ev_document_misc_paint_one_page): New function to canonicalize
12929         sizing/painting a border.
12930
12931         * shell/Makefile.am: Remove ev-page-view.c entirely as it's not
12932         used.
12933
12934         * pdf/xpdf/pdf-document.cc: use new function
12935
12936         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
12937         (ev_view_init), (ev_view_set_mode), (ev_view_zoom),
12938         (ev_view_best_fit), (ev_view_fit_width): * shell/ev-view.h: *
12939         shell/ev-window.c: (update_sizing_buttons),
12940         (ev_window_setup_document), (ev_window_cmd_view_zoom_in),
12941         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_best_fit),
12942         (ev_window_cmd_view_page_width), (size_allocate_cb),
12943         (ev_window_set_sizing_mode), (ev_window_init): make the "best fit"
12944         and "fit width" values act as toggle buttons so they stay
12945         toggled.  It's not 100% perfect, and it's a little slow, but it's
12946         good enough to commit I think.
12947
12948 2005-02-15  David Lodge  <dave@cirt.net>
12949
12950         * configure.ac (ALL_LINGUAS): Added "en_GB" (English (British)).
12951
12952 2005-02-15  Martin Kretzschmar  <martink@gnome.org>
12953
12954         * shell/ev-window.c (update_window_title): replace newlines in
12955         the title by spaces. Bug #166107.
12956
12957 2005-02-14  Martin Kretzschmar  <martink@gnome.org>
12958
12959         * shell/ev-view.c (ev_view_best_fit, ev_view_fit_width): add
12960         parameters providing allocation width and height without
12961         scrollbars and width of a possible vertical scrollbar. With this
12962         additional information the functions can work as
12963         intended. Unfortunately they're not idempotent. We should
12964         transform these commands to toggles. Fixes Bug #164976
12965         Initial patch by Stephane Loeuillet, then heavily modified.
12966
12967         * shell/ev-view.h: update prototypes.
12968
12969         * shell/ev-window.c (ev_window_cmd_view_best_fit)
12970         (ev_window_cmd_view_page_width): provide EvView fit functions with
12971         all the information they need. Formulas to calculate this
12972         information taken from GtkScrolledWindow.
12973
12974 2005-02-14  Crispin Flowerday  <gnome@flowerday.cx>
12975
12976         * shell/ev-sidebar-thumbnails.c: Ensure that after we have
12977         created a thumbnail, the list store is updated to know
12978         that the thumbnail is set. Fixes bug #166792
12979
12980 2005-02-11  Bryan Clark  <clarkbw@cvs.gnome.org>
12981
12982         * shell/ev-window.c: fixed typo, closes bug 166897
12983
12984         * TODO: updated TODO with bug numbers that are relevant
12985
12986 2005-02-09  Carlos Garcia Campos <carlosgc@gnome.org>
12987
12988         * shell/ev-window.c: Support for DnD of files. Fixes #164813
12989
12990 2005-02-09  Vincent Noel  <vnoel@cox.net>
12991
12992         * shell/ev-window.c: (set_action_properties): Set the "Previous"
12993         and "Next" toolbar buttons as important to make them stand out.
12994
12995 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
12996
12997         * lib/ev-debug.c:
12998         * lib/ev-debug.h:
12999         * ps/ps-document.c: (ps_document_finalize), (set_up_page),
13000         (start_interpreter), (stop_interpreter), (document_load),
13001         (ps_document_next_page), (ps_document_goto_page),
13002         (ps_document_set_page_size), (ps_document_widget_event),
13003         (ps_document_render):
13004         * shell/ev-page-view.c: (ev_page_view_dispose):
13005         * shell/ev-view.c: (ev_view_finalize), (expose_bin_window):
13006
13007         Fix compilation on non-gcc platforms
13008
13009 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
13010
13011         * NEWS:
13012         * configure.ac:
13013
13014         Release 0.1.4
13015
13016         * pdf/xpdf/Catalog.cc:
13017         * pdf/xpdf/XRef.cc:
13018
13019         Fix the fix for CAN-2004-0888
13020
13021 2005-02-09  Luca Ferretti <elle.uca@libero.it>
13022
13023         * data/Makefile.am:
13024         * data/evince-ui.xml:
13025         * shell/ev-stock-icons.c: (ev_stock_icons_init):
13026         * shell/ev-stock-icons.h:
13027         * shell/ev-window.c: (update_action_sensitivity),
13028         (ev_window_cmd_go_previous_page), (ev_window_cmd_go_next_page),
13029         (set_action_properties):
13030
13031         Improve toolbar layout/icons
13032
13033 2005-02-08  Marco Pesenti Gritti  <marco@gnome.org>
13034
13035         * pdf/xpdf/pdf-document.cc:
13036
13037         Add warnings about unimplemented/unknown link
13038         types.
13039
13040 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13041
13042         * ps/ps-document.c: (set_up_page):
13043
13044         Log gs property
13045
13046 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13047
13048         * ps/ps-document.c: (start_interpreter):
13049
13050         Log gs env var
13051
13052 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13053
13054         * shell/ev-page-view.c: (ev_page_view_dispose):
13055         * shell/ev-view.c: (ev_view_finalize):
13056         * shell/ev-window.c: (ev_window_setup_document),
13057         (ev_window_dispose), (ev_window_init):
13058
13059         Solve more refs issues.
13060
13061         I commented out the page_view initialization for now:
13062         it was never destroyed (because it's never added
13063         to a container). Because of that we was leaking
13064         gs processes. Couldnt think to a clean fix.
13065         We need to figure this out, password view has the
13066         same issue probably.
13067
13068 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13069
13070         * ps/ps-document.c: (ps_document_finalize),
13071         (ps_document_get_n_pages), (ps_document_get_page):
13072
13073         Some cleanups, stop the interpreter on finalize
13074
13075         * shell/ev-page-view.c: (ev_page_view_dispose),
13076         (ev_page_view_class_init):
13077
13078         Release our reference on the document
13079
13080 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13081
13082         * Makefile.am:
13083         * configure.ac:
13084         * doc/debugging.txt:
13085         * lib/.cvsignore:
13086         * lib/Makefile.am:
13087         * lib/ev-debug.c: (log_module), (trap_handler), (ev_debug_init),
13088         (ev_profiler_new), (ev_should_profile), (ev_profiler_dump),
13089         (ev_profiler_free), (ev_profiler_start), (ev_profiler_stop):
13090         * lib/ev-debug.h:
13091
13092         Add debugging helpers
13093
13094         * ps/Makefile.am:
13095         * ps/ps-document.c: (set_up_page), (start_interpreter),
13096         (stop_interpreter), (document_load), (ps_document_next_page),
13097         (ps_document_goto_page), (ps_document_set_page_size),
13098         (ps_document_widget_event), (ps_document_render):
13099         * shell/Makefile.am:
13100         * shell/ev-view.c: (expose_bin_window):
13101         * shell/main.c: (main):
13102
13103         Add some logs
13104         
13105 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13106
13107         * ps/ps-document.c: (ps_document_widget_event):
13108
13109         Initialize message_window, this should make ps
13110         rendering really work! (Never noticed because I was
13111         testing with a ps that is causing gs to exit every time!)
13112
13113 2005-02-07  Bryan Clark  <clarkbw@cvs.gnome.org>
13114
13115         * data/evince.schemas.in: updated simple error in applyto closing tag
13116
13117 2005-02-07  Christian Persch  <chpe@cvs.gnome.org>
13118
13119         * Makefile.am:
13120         * configure.ac:
13121         * data/.cvsignore:
13122         * data/Makefile.am:
13123         * data/evince-ui.xml:
13124         A data/evince.schemas.in:
13125         * po/POTFILES.in:
13126         * shell/ev-stock-icons.c: (ev_stock_icons_init):
13127         * shell/ev-stock-icons.h:
13128         * shell/ev-window.c: (update_chrome_visibility),
13129         (update_chrome_flag), (ev_window_cmd_edit_find),
13130         (ev_window_update_fullscreen_popup), (ev_window_fullscreen),
13131         (ev_window_unfullscreen), (ev_window_focus_in_event),
13132         (ev_window_focus_out_event), (ev_window_cmd_leave_fullscreen),
13133         (ev_window_view_toolbar_cb), (ev_window_view_statusbar_cb),
13134         (ev_window_view_sidebar_cb), (find_bar_close_cb),
13135         (ev_window_dispose), (ev_window_class_init),
13136         (set_action_properties), (set_chrome_actions), (load_chrome),
13137         (ev_window_init):
13138
13139         Implement fullscreen mode changes from bug #164776.
13140         Also implement persistent chrome toggles.
13141
13142 2005-02-07  Jordi Mallach  <jordi@sindominio.net>
13143
13144         * configure.ac (ALL_LINGUAS): Added "ca" (Catalan).
13145
13146 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
13147
13148         * NEWS:
13149         * configure.ac:
13150         * shell/ev-view.c:
13151
13152         Add another check for find interface
13153
13154         Release 0.1.3
13155
13156 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
13157
13158         * shell/ev-application.c: (ev_application_open):
13159         * shell/ev-window.c: (ev_window_open):
13160
13161         Open gzipped ps documents
13162
13163 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
13164
13165         * TODO:
13166         * shell/ev-view.c: (set_document_page):
13167
13168         Clamp page number, dont try to move to
13169         not existant pages.
13170
13171 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
13172
13173         * backend/ev-document-find.c: (ev_document_find_changed):
13174         * backend/ev-document-find.h:
13175         * pdf/xpdf/pdf-document.cc:
13176         * shell/ev-view.c: (jump_to_find_result), (ev_view_set_document):
13177         * shell/ev-window.c: (find_bar_search_changed_cb):
13178
13179         Fix several bugs with find
13180
13181 2005-02-04  Martin Kretzschmar  <martink@gnome.org>
13182
13183         * shell/ev-sidebar-thumbnails.c
13184         (ev_sidebar_thumbnails_select_page): do nothing unless we have a
13185         document. Prevents warning from scroll_to_cell.
13186
13187 2005-02-02  Kjartan Maraas  <kmaraas@gnome.org>
13188
13189         * configure.ac: Add «nb» to ALL_LINGUAS too.
13190
13191 Wed Feb  2 21:13:11 2005  Jonathan Blandford  <jrb@redhat.com>
13192
13193         * NOTES: New file with some random thoughts.
13194
13195         * TODO: Update.
13196
13197         * backend/ev-document-misc.c:
13198         (ev_document_misc_get_page_border_size): New function to
13199         canonicalize shadow drawing sizes.  Possibly goofy.
13200
13201         * shell/ev-view.c: (ev_view_size_request), (set_document_page),
13202         (ev_view_best_fit), (ev_view_fit_width):
13203         * pdf/xpdf/pdf-document.cc:
13204         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
13205         * ps/ps-document.c: (ps_document_get_page_size):
13206         * backend/ev-document-misc.h:
13207         * backend/ev-document.c: (ev_document_get_page_size):
13208         * backend/ev-document.h: get_page_size now takes a page number
13209         parameter.  Made all the backends/frontends honor it.
13210
13211         * data/evince-ui.xml: Added a multiple-page mode.  Uncomment to
13212         see.  Doesn't work yet.
13213
13214         * shell/Makefile.am:
13215         * shell/ev-page-view.[ch]: New multi-page view.  Really rough.
13216         Doesn't do anything yet.
13217
13218         * shell/ev-sidebar-thumbnails.c:
13219         (ev_sidebar_thumbnails_set_document): [1..n_pages] instead of
13220         [0..n_pages-1]
13221
13222         * shell/ev-window.c: (update_action_sensitivity),
13223         (ev_window_setup_document), (ev_window_set_page_mode),
13224         (ev_window_page_mode_cb), (ev_window_init): Clean up the
13225         view-swapping code a bit so we can have multiple views on a
13226         document.  Add the multi-page view, though it can't be turned on
13227         yet.
13228
13229 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
13230
13231         * shell/ev-application.c: (ev_application_open):
13232         * shell/ev-view.c: (expose_bin_window):
13233         * shell/ev-window.c: (ev_window_open):
13234
13235         Support eps and check document supports find
13236         before drawing highlightings in expose.
13237
13238 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
13239
13240         * pixbuf/pixbuf-document.c:
13241         (pixbuf_document_thumbnails_get_dimensions),
13242         (pixbuf_document_document_thumbnails_iface_init):
13243
13244         implement get_dimensions
13245
13246 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
13247
13248         * NEWS:
13249         * configure.ac:
13250
13251         Release 0.1.2
13252
13253 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
13254
13255         * shell/ev-view.c: (set_document_page):
13256
13257         Scroll at the top of the page when changing page
13258
13259 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
13260
13261         * shell/ev-view.c: (ev_view_motion_notify_event):
13262
13263         Do not redraw unnecessarily
13264
13265 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
13266
13267         * pdf/xpdf/pdf-document.cc:
13268         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
13269         (expose_bin_window), (find_changed_cb):
13270
13271         Yay! find works now... Now to find bugs...
13272
13273 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
13274
13275         * backend/ev-document-find.c: (ev_document_find_base_init),
13276         (ev_document_find_changed):
13277         * backend/ev-document-find.h:
13278         * pdf/xpdf/pdf-document.cc:
13279         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
13280         (expose_bin_window), (ev_view_init), (set_document_page),
13281         (ensure_rectangle_is_visible), (jump_to_find_result),
13282         (jump_to_find_page), (find_changed_cb), (ev_view_set_document),
13283         (ev_view_find_next), (ev_view_find_previous):
13284         * shell/ev-view.h:
13285         * shell/ev-window.c: (find_bar_previous_cb), (find_bar_next_cb):
13286
13287         More work on find implementation, mostly there now
13288
13289 2005-01-29  Marco Pesenti Gritti  <marco@gnome.org>
13290
13291         * backend/ev-backend-marshalers.list:
13292         * backend/ev-document-find.c: (ev_document_find_base_init),
13293         (ev_document_find_cancel), (ev_document_find_page_has_results),
13294         (ev_document_find_get_n_results), (ev_document_find_get_result),
13295         (ev_document_find_get_progress), (ev_document_find_changed):
13296         * backend/ev-document-find.h:
13297
13298         Enanche the find interface to be really able to do
13299         multi page find.
13300
13301         * pdf/xpdf/pdf-document.cc:
13302
13303         Implement
13304
13305         * shell/ev-view.c: (ev_view_finalize), (highlight_find_results),
13306         (expose_bin_window), (ev_view_init),
13307         (ev_view_get_find_status_message), (find_changed_cb),
13308         (ev_view_set_document), (set_document_page):
13309
13310         Adapt to the new interface. A few things are regressed sorry,
13311         I will finish it soon.
13312
13313 2005-01-28  Martin Kretzschmar  <martink@gnome.org>
13314
13315         * shell/ev-sidebar-thumbnails.c (ev_sidebar_thumbnails_destroy)
13316         (ev_sidebar_thumbnails_class_init): use G_DEFINE_TYPE-supplied
13317         ev_sidebar_thumbnails_parent_class variable, don't define another
13318         parent_class variable.
13319
13320         * shell/ev-page-action.c (connect_proxy, ev_page_action_finalize)
13321         (ev_page_action_class_init): ditto.
13322
13323         * pixbuf/pixbuf-document.c (pixbuf_document_finalize)
13324         (pixbuf_document_class_init): ditto.
13325
13326         * backend/ev-link.c (ev_window_dispose, ev_link_class_init):
13327         ditto.
13328
13329         * .cvsignore: ignore various valgrind output files.
13330
13331 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
13332
13333         * data/evince-ui.xml:
13334         * shell/Makefile.am:
13335         * shell/ev-history.c:
13336         * shell/ev-history.h:
13337         * shell/ev-navigation-action.c:
13338         * shell/ev-navigation-action.h:
13339         * shell/ev-view.c: (ev_view_finalize), (ev_view_go_to_link),
13340         (ev_view_set_page), (ev_view_fit_width):
13341         * shell/ev-view.h:
13342         * shell/ev-window.c: (update_action_sensitivity),
13343         (ev_window_setup_document), (register_custom_actions):
13344
13345         Kill session history
13346
13347 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
13348
13349         * shell/ev-window.c: (update_action_sensitivity):
13350
13351         Fix inverted up/down buttons
13352
13353 2005-01-27  Martin Kretzschmar  <martink@gnome.org>
13354
13355         * shell/ev-sidebar-thumbnails.c
13356         (ev_sidebar_thumbnails_select_page): make sure the selected
13357         thumbnail stays visible.
13358
13359 2005-01-26  Martin Kretzschmar  <martink@gnome.org>
13360
13361         * shell/ev-window.c (ev_window_init): add GTK_SHADOW_IN to the
13362         scrolled window for Federico.
13363
13364 2005-01-26  Ole Laursen  <olau@hardworking.dk>
13365
13366         * configure.ac: Added "da" (Danish) to ALL_LINGUAS.
13367
13368 2005-01-26  Marco Pesenti Gritti  <marco@gnome.org>
13369
13370         * configure.ac:
13371         * pdf/splash/SplashFTFontEngine.cc:
13372
13373         Fix CID fonts with freetype 2.1.9
13374
13375 2005-01-26  Bryan Clark  <clarkbw@cvs.gnome.org>
13376
13377         * TODO: added item for desktop icon thumbnailer
13378
13379 Tue Jan 25 00:59:34 2005  Jonathan Blandford  <jrb@redhat.com>
13380
13381         * pdf/xpdf/pdf-document.cc (pdf_document_get_title): guard against
13382         unloaded docs when the title is accessed.
13383
13384         * shell/ev-password-view.[hc]: New widget for displaying password
13385         state.
13386
13387         * shell/ev-window.[ch]: Refactor password handling code to handle
13388         the new view.
13389
13390 2005-01-24  Marco Pesenti Gritti  <marco@gnome.org>
13391
13392         * NEWS:
13393         * configure.ac:
13394         * data/Makefile.am:
13395
13396         Release 0.1.1
13397
13398 2005-01-23  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
13399
13400         * pdf/xpdf/pdf-document.cc (pdf_document_search_page_changed):
13401         ignore page offset here, to make search results independent of it,
13402
13403         * shell/ev-view.c (expose_bin_window): but take offsets into
13404         account here. Bug #164932
13405
13406         * pdf/xpdf/pdf-document.cc (pdf_document_get_link): divide by
13407         scale at the right time. Bug #164996
13408
13409 2005-01-22  Martin Kretzschmar  <martink@gnome.org>
13410
13411         * pdf/xpdf/GlobalParams.cc: My 2005-01-05 change didn't actually
13412         fix the problem. Now I just removed the Adobe font names and hope
13413         that the URW fonts are always in outline format. Bug #164934
13414
13415         * shell/ev-window.c (update_window_title): empty titles are
13416         useless, use filename in that case too.
13417
13418         * NEWS: Add some content.
13419
13420 2005-01-21  Bryan Clark  <clarkbw@cvs.gnome.org>
13421
13422         * TODO: added one more TODO item and a TODONE section :)
13423
13424 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
13425
13426         * ps/ps-document.h: add page_[xy]_offset fields.
13427
13428         * ps/ps-document.c (ps_document_set_page_offset)
13429         (ps_document_render): Keep offset in consideration in a few
13430         places. Bug #164752 "postscript documents are not centered in
13431         window"
13432
13433         * data/evince.desktop.in (X-GNOME-Bugzilla-Product):
13434         s/gpdf/evince/. Spotted by Stephane Loeuillet.
13435
13436         * pixbuf/pixbuf-document.c (pixbuf_document_get_n_pages)
13437         (pixbuf_document_get_text, pixbuf_document_document_iface_init):
13438         stub out missing methods for complete EvDocument implementation.
13439         Fixes segfaults with Save A Copy and Copy actions.
13440
13441         * ps/ps-document.c (ps_document_save, ps_document_get_text) 
13442         (ps_document_document_iface_init): ditto.
13443         
13444 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
13445
13446         * data/.cvsignore:
13447         * data/Makefile.am:
13448         * data/evince.desktop.in:
13449
13450         Add desktop file
13451
13452 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
13453
13454         * shell/ev-view.c: (ev_view_button_press_event),
13455         (ev_view_motion_notify_event):
13456
13457         Make selection work in any direction
13458
13459 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
13460
13461         * TODO:
13462         * shell/ev-window.c: (set_short_labels), (ev_window_init):
13463
13464         Use shorter labels for some of the toolbars items
13465
13466 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
13467
13468         * pdf/xpdf/pdf-document.cc:
13469
13470         Check the links info is initialized before
13471         using it. Should fix a crash on startup.
13472
13473 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
13474
13475         * pixbuf/pixbuf-document.c
13476         (pixbuf_document_thumbnails_get_dimensions): force floating point
13477         division to calculate page_ratio. Fixes crash with landscape
13478         format pixbufs.
13479
13480 Thu Jan 20 18:56:35 2005  Jonathan Blandford  <jrb@redhat.com>
13481
13482         * shell/ev-view.c (ev_view_realize): make the bg color darker.
13483
13484 2005-01-20  Martin Kretzschmar  <martink@gnome.org>
13485
13486         * shell/ev-view.c (set_document_page): unset has_selection when
13487         the page changes.
13488         (set_document_page): handle paper size changes when the page
13489         changes (test with Free Culture, page 2).
13490
13491 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
13492
13493         * shell/ev-view.c: (ev_view_size_request), (ev_view_realize),
13494         (expose_bin_window), (ev_view_class_init), (ev_view_init):
13495
13496         Use normal style color for the widget background and
13497         draw a black box around the page.
13498
13499 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
13500
13501         * pdf/xpdf/pdf-document.cc:
13502
13503         Keep offset in consideration in a few places
13504
13505         * shell/ev-view.c: (expose_bin_window):
13506
13507         Set the offsets so that the document is ever centered
13508
13509 2005-01-20  Bryan Clark  <clarkbw@cvs.gnome.org>
13510
13511         * TODO: Added TODO items and finished off the first todo item
13512
13513         * AUTHORS: Updated AUTHORS section with piece from gpdf file and
13514         reflect current authors
13515
13516 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
13517
13518         * pdf/xpdf/pdf-document.cc:
13519         * shell/ev-view.c: (ev_view_set_cursor),
13520         (ev_view_motion_notify_event), (document_changed_callback),
13521         (set_document_page):
13522
13523         Show a wait cursor while the page is rendering
13524
13525 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
13526
13527         * shell/ev-sidebar-thumbnails.c:
13528         (ev_sidebar_tree_selection_changed),
13529         (ev_sidebar_thumbnails_select_page):
13530         * shell/ev-sidebar-thumbnails.h:
13531         * shell/ev-view.c: (ev_view_set_document), (ev_view_can_go_back),
13532         (ev_view_can_go_forward):
13533         * shell/ev-window.c: (ev_window_open_page),
13534         (ev_window_setup_document), (update_current_page),
13535         (view_page_changed_cb), (ev_window_init):
13536         * shell/ev-window.h:
13537
13538         Ensure thumbnails selection, toolbar page control and
13539         current page are in sync.
13540
13541 2005-01-19  Marco Pesenti Gritti  <marco@gnome.org>
13542
13543         * pdf/xpdf/XRef.cc:
13544
13545         Fix CAN-2005-0064
13546
13547 Wed Jan 19 01:10:57 2005  Jonathan Blandford  <jrb@redhat.com>
13548
13549         * backend/Makefile.am:
13550         * backend/ev-document-links.h:
13551         * backend/ev-document-security.c: (ev_document_security_get_type),
13552         (ev_document_security_has_document_security),
13553         (ev_document_security_set_password):
13554         * backend/ev-document-security.h:
13555         * backend/ev-document.c: (ev_document_error_quark):
13556         * backend/ev-document.h:
13557         * data/Makefile.am:
13558         * data/evince-password.glade:
13559         * pdf/xpdf/pdf-document.cc:
13560         * shell/Makefile.am:
13561         * shell/ev-password.c: (ev_password_set_bad_password_label),
13562         (ev_window_password_entry_changed_cb), (ev_password_dialog_new),
13563         (ev_password_dialog_get_password),
13564         (ev_password_dialog_set_bad_pass):
13565         * shell/ev-password.h:
13566         * shell/ev-window.c: (ev_window_get_attribute),
13567         (ev_window_set_property), (update_action_sensitivity),
13568         (ev_window_is_empty), (mime_type_supported_by_gdk_pixbuf),
13569         (ev_window_setup_document), (ev_window_get_password),
13570         (ev_window_open), (ev_window_cmd_save_as),
13571         (using_postscript_printer), (ev_window_print),
13572         (find_not_supported_dialog), (ev_window_cmd_edit_find),
13573         (update_fullscreen_popup), (ev_window_fullscreen),
13574         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
13575         (ev_window_focus_out_cb), (ev_window_cmd_help_about),
13576         (menu_item_select_cb), (find_bar_search_changed_cb),
13577         (ev_window_dispose), (ev_window_init):
13578
13579         Add initial support for password-supported dialogs.  This could be
13580         a lot cooler, but it'll do for now.
13581
13582 2005-01-18  Marco Pesenti Gritti  <marco@gnome.org>
13583
13584         * pdf/xpdf/pdf-document.cc:
13585         * shell/ev-view.c: (status_message_from_link),
13586         (ev_view_set_status), (ev_view_set_cursor),
13587         (ev_view_motion_notify_event), (ev_view_init):
13588         * shell/ev-window.c: (view_status_changed_cb), (ev_window_init):
13589
13590         Fix bugs in the links implementation and change cursor
13591         when hovering a link.
13592
13593 2005-01-17  Bryan Clark  <clarkbw@cvs.gnome.org>
13594
13595         * viewer/.cvsignore: added cvsignore file for viewer directory
13596
13597         * TODO: created TODO document
13598
13599 2005-01-14  Dave Malcolm  <dmalcolm@redhat.com>
13600
13601         * shell/ev-view.h:
13602         * shell/ev-view.c (ev_view_can_go_back), (ev_view_can_go_forward):      
13603         new functions to help with implementation of sensitivity code
13604         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
13605         of all actions that might require it.  Fixes a crash when you
13606         click on the Zoom actions in a window lacking a document.
13607
13608 2005-01-13  Dave Malcolm  <dmalcolm@redhat.com>
13609
13610         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
13611         of the Find action
13612
13613 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
13614
13615         * pixbuf/pixbuf-document.c: (pixbuf_document_get_link),
13616         (pixbuf_document_document_iface_init):
13617         * ps/ps-document.c: (ps_document_get_link),
13618         (ps_document_document_iface_init):
13619         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event),
13620         (status_message_from_link), (ev_view_set_status),
13621         (ev_view_set_find_status), (ev_view_motion_notify_event),
13622         (ev_view_button_release_event), (ev_view_set_property),
13623         (ev_view_get_property), (ev_view_class_init), (ev_view_init),
13624         (ev_view_get_find_status_message), (update_find_results),
13625         (ev_view_get_status), (ev_view_get_find_status):
13626         * shell/ev-view.h:
13627         * shell/ev-window.c: (view_status_changed_cb),
13628         (view_find_status_changed_cb), (ev_window_init):
13629
13630         View status message support, use it to show the links.
13631         Needs work...
13632
13633 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
13634
13635         * backend/ev-document.c: (ev_document_get_link):
13636         * backend/ev-document.h:
13637         * pdf/xpdf/pdf-document.cc:
13638         * shell/ev-application.c: (ev_application_open):
13639         * shell/ev-application.h:
13640         * shell/ev-sidebar-links.c: (selection_changed_cb):
13641         * shell/ev-view.c: (ev_view_button_release_event), (go_to_link),
13642         (ev_view_go_to_link):
13643
13644         Add support for document links
13645
13646 2005-01-13  Anders Carlsson  <andersca@gnome.org>
13647
13648         * shell/ev-page-action.c: (update_spin), (total_pages_changed_cb),
13649         (create_tool_item):
13650         Set the spin button limits correctly.
13651         
13652         * shell/ev-sidebar-thumbnails.c:
13653         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init):
13654         Support changing pages by clicking on the thumbnails.
13655         
13656 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
13657
13658         * pixbuf/pixbuf-document.c:
13659         (pixbuf_document_thumbnails_get_dimensions),
13660         (pixbuf_document_document_thumbnails_iface_init):
13661
13662         implement get_dimensions
13663
13664 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
13665
13666         * ps/ps-document.c: (ps_document_goto_page):
13667
13668         Fix page switching on multipage documents
13669
13670 2005-01-12  Jeff Muizelaar  <jrmuizel@nit.ca>
13671
13672         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
13673         
13674         check for NULL before assigning to width and height parameters
13675
13676 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
13677
13678         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
13679         (pixbuf_document_set_property), (pixbuf_document_get_property):
13680
13681         implement get/set properties
13682
13683 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
13684
13685         * pdf/xpdf/pdf-document.cc: (pdf_info_dict_get_string):
13686         
13687         return NULL instead of "Unknown", letting the title get set to
13688         the filename when the pdf has no title.
13689
13690 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
13691
13692         * ps/ps-document.c: (ps_document_get_page_count),
13693         (ps_document_goto_page):
13694
13695 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
13696
13697         * shell/ev-history.c: (ev_history_get_property),
13698         (ev_history_set_property), (ev_history_class_init),
13699         (ev_history_add_page), (ev_history_set_current_index):
13700         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
13701         (activate_menu_item_cb), (new_history_menu_item), (build_menu),
13702         (ev_navigation_action_finalize):
13703         * shell/ev-navigation-action.h:
13704         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
13705         (ev_view_go_forward), (ev_view_get_find_status_message),
13706         (history_index_changed_cb), (ev_view_set_history):
13707         * shell/ev-view.h:
13708         * shell/ev-window.c: (update_total_pages), (ev_window_open),
13709         (update_current_page), (register_custom_actions):
13710
13711         Implement history dropdowns
13712
13713 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
13714
13715         * shell/ev-history.c: (ev_history_init), (ev_history_add_link):
13716         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
13717         (ev_view_go_forward):
13718         * shell/ev-window.c: (register_custom_actions):
13719
13720         Fix several history bugs
13721
13722 2005-01-11  Kjartan Maraas  <kmaraas@gnome.org>
13723
13724         * configure.ac: Add «nb» to ALL_LINGUAS.
13725
13726 2005-01-10  Marco Pesenti Gritti  <marco@gnome.org>
13727
13728         * backend/Makefile.am:
13729         * backend/ev-bookmark.c:
13730         * backend/ev-bookmark.h:
13731         * backend/ev-document-bookmarks.c:
13732         * backend/ev-document-bookmarks.h:
13733         * backend/ev-document-links.c: (ev_document_links_get_type),
13734         (ev_document_links_has_document_links),
13735         (ev_document_links_begin_read), (ev_document_links_get_link),
13736         (ev_document_links_get_child), (ev_document_links_next),
13737         (ev_document_links_free_iter):
13738         * backend/ev-document-links.h:
13739         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_title),
13740         (ev_link_set_title), (ev_link_get_uri), (ev_link_set_uri),
13741         (ev_link_get_link_type), (ev_link_set_link_type),
13742         (ev_link_get_page), (ev_link_set_page), (ev_link_get_property),
13743         (ev_link_set_property), (ev_window_dispose), (ev_link_init),
13744         (ev_link_class_init), (ev_link_new_title), (ev_link_new_page),
13745         (ev_link_new_external):
13746         * backend/ev-link.h:
13747         * pdf/xpdf/pdf-document.cc:
13748         * shell/Makefile.am:
13749         * shell/ev-application.c: (ev_application_open_link):
13750         * shell/ev-application.h:
13751         * shell/ev-history.c: (ev_history_add_link), (ev_history_add_page),
13752         (ev_history_get_link_nth):
13753         * shell/ev-history.h:
13754         * shell/ev-sidebar-bookmarks.c:
13755         * shell/ev-sidebar-bookmarks.h:
13756         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
13757         (ev_sidebar_links_class_init), (selection_changed_cb),
13758         (ev_sidebar_links_construct), (ev_sidebar_links_init),
13759         (links_page_num_func), (ev_sidebar_links_new), (stack_data_free),
13760         (do_one_iteration), (populate_links_idle),
13761         (ev_sidebar_links_clear_document), (ev_sidebar_links_set_document):
13762         * shell/ev-sidebar-links.h:
13763         * shell/ev-sidebar.c: (ev_sidebar_set_document):
13764         * shell/ev-view.c: (go_to_link), (ev_view_go_to_link),
13765         (go_to_index):
13766         * shell/ev-view.h:
13767         * shell/ev-window.c: (ev_window_open_link), (ev_window_init):
13768         * shell/ev-window.h:
13769
13770         Rename bookmark to link, and use "Index" for the sidebar panel.
13771
13772 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
13773
13774         * shell/Makefile.am:
13775         * shell/ev-application.c: (ev_application_open_bookmark):
13776         * shell/ev-application.h:
13777         * shell/ev-history.c: (ev_history_init), (free_links_list),
13778         (ev_history_finalize), (ev_history_class_init),
13779         (ev_history_add_link), (ev_history_add_page),
13780         (ev_history_get_link_nth), (ev_history_get_n_links),
13781         (ev_history_get_current_index), (ev_history_set_current_index),
13782         (ev_history_new):
13783         * shell/ev-history.h:
13784         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
13785         * shell/ev-view.c: (ev_view_finalize), (ev_view_set_document),
13786         (set_document_page), (go_to_bookmark), (ev_view_go_to_bookmark),
13787         (go_to_index), (ev_view_go_back), (ev_view_go_forward),
13788         (ev_view_set_page):
13789         * shell/ev-view.h:
13790         * shell/ev-window.c: (ev_window_open_bookmark),
13791         (ev_window_cmd_go_back), (ev_window_cmd_go_forward),
13792         (goto_page_cb), (register_custom_actions):
13793         * shell/ev-window.h:
13794
13795         Initial history implementation. Needs work.
13796
13797 2005-01-09  Martin Kretzschmar  <martink@gnome.org>
13798
13799         * pdf/xpdf/GDKSplashOutputDev.cc (redraw): fix pixbuf data offset.
13800
13801 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
13802
13803         * cut-n-paste/recent-files/egg-recent-item.c:
13804         * cut-n-paste/recent-files/egg-recent-item.h:
13805         * cut-n-paste/recent-files/egg-recent-model.c:
13806         * cut-n-paste/recent-files/egg-recent-util.c:
13807         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
13808         * cut-n-paste/recent-files/egg-recent-view.c:
13809
13810         Update
13811
13812 2005-01-08  Martin Kretzschmar  <martink@gnome.org>
13813
13814         * pdf/splash/Splash.cc (clear, drawPixel, drawSpan, xorSpan, getPixel)
13815         (fillGlyph, fillImageMask, drawImage):
13816         pdf/splash/SplashBitmap.cc (SplashBitmap, ~SplashBitmap, writePNMFile):
13817         pdf/splash/SplashTypes.h:
13818         pdf/xpdf/SplashOutputDev (startPage, getColor, imageSrc): implement RGB8
13819         packed mode for Splash.
13820
13821         * pdf/xpdf/GDKSplashOutputDev.cc (GDKSplashOutputDev, redraw): use
13822         RGB8 packed mode, eliminates the pixbuf data creation loop.
13823
13824         * shell/ev-print-job.c (ev_print_job_finalize)
13825         (ev_print_job_set_property, ev_print_job_get_property)
13826         (ev_print_job_set_gnome_print_job, ev_print_job_set_document)
13827         (ev_print_job_use_print_dialog_settings, idle_print_handler)
13828         (print_closure_finalize, ev_print_job_print): implement
13829         printing (for backends with EvPsExporter)
13830
13831         * shell/ev_print_job.h: update prototypes.
13832
13833         * shell/ev-window.c (ev_window_print): unref print job after
13834         printing.
13835
13836         * shell/ev-view.c (ev_view_set_document): don't connect to "found"
13837         unless the document implements the EvDocumentFind interface.
13838
13839 2005-01-08  Satoru SATOH <ss@gnome.gr.jp>
13840
13841         * configure.ac: Added ja to ALL_LINGUAS.
13842
13843 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
13844
13845         * pdf/xpdf/pdf-document.cc:
13846
13847         add a FIXME. We should probably not allocate
13848         a bookmark object every time
13849
13850 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
13851
13852         * shell/ev-application.c: (ev_application_open),
13853         (ev_application_open_bookmark):
13854         * shell/ev-application.h:
13855         
13856         Add a way to open bookmarks
13857
13858         * backend/ev-bookmark.c: (ev_bookmark_get_uri),
13859         (ev_bookmark_set_uri), (ev_bookmark_get_property),
13860         (ev_bookmark_set_property), (ev_bookmark_class_init),
13861         (ev_bookmark_new_title), (ev_bookmark_new_link),
13862         (ev_bookmark_new_external):
13863
13864         Support for external uris, better constructors.
13865
13866         * backend/ev-bookmark.h:
13867         * pdf/xpdf/pdf-document.cc:
13868         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
13869
13870         Handle external uris
13871
13872 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
13873
13874         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb),
13875         (ev_sidebar_bookmarks_construct), (do_one_iteration):
13876
13877         Hook up bookmarks navigation
13878
13879 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
13880
13881         * backend/Makefile.am:
13882         * backend/ev-bookmark.c: (ev_bookmark_type_get_type),
13883         (ev_bookmark_get_title), (ev_bookmark_set_title),
13884         (ev_bookmark_get_bookmark_type), (ev_bookmark_set_bookmark_type),
13885         (ev_bookmark_get_page), (ev_bookmark_set_page),
13886         (ev_bookmark_get_property), (ev_bookmark_set_property),
13887         (ev_window_dispose), (ev_bookmark_init), (ev_bookmark_class_init),
13888         (ev_bookmark_new):
13889         * backend/ev-bookmark.h:
13890         * backend/ev-document-bookmarks.c:
13891         (ev_document_bookmarks_get_bookmark):
13892         * backend/ev-document-bookmarks.h:
13893         * pdf/xpdf/pdf-document.cc:
13894         * shell/ev-sidebar-bookmarks.c: (do_one_iteration):
13895
13896         Add a bookmark object to the backend and use it instead of get_values
13897
13898 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
13899
13900         * data/evince-ui.xml:
13901
13902         Cleanup and add select all.
13903
13904         * shell/ev-view.c: (ev_view_select_all),
13905         (ev_view_button_press_event):
13906         * shell/ev-view.h:
13907         * shell/ev-window.c: (ev_window_cmd_edit_select_all):
13908
13909         Add select all.
13910         Clear selection on click.
13911
13912 Fri Jan  7 01:28:58 2005  Jonathan Blandford  <jrb@redhat.com>
13913
13914         * shell/ev-sidebar-thumbnails.c
13915         (ev_sidebar_thumbnails_set_document): forgot to unref the
13916         loading_icon.
13917
13918 Fri Jan  7 01:22:48 2005  Jonathan Blandford  <jrb@redhat.com>
13919
13920         * shell/ev-sidebar-thumbnails.c: fill in the thumbnails starting
13921         at the visible page, not just linearly.  This makes it look fast.
13922
13923 Thu Jan  6 18:48:11 2005  Jonathan Blandford  <jrb@redhat.com>
13924
13925         * backend/ev-document-misc.c
13926         (ev_document_misc_get_thumbnail_frame): fill in the thumbnail with
13927         white.
13928         * backend/ev-document-thumbnails.h: New interface to get the size
13929         of a page.
13930
13931 2005-01-06  Jeremy Katz  <katzj@redhat.com>
13932
13933         * shell/Makefile.am (evince_SOURCES): Add ev-utils.[ch] so that
13934         make dist works
13935
13936 Wed Jan  5 15:38:28 2005  Jonathan Blandford  <jrb@redhat.com>
13937
13938         * pdf/xpdf/pdf-document.cc (bitmap_to_pixbuf): bypass
13939         GDKSplashOutputDev and just use a normal SplashOutputDev.  Speeds
13940         things up a bit.
13941
13942         * shell/ev-sidebar-thumbnail.c: start of some profiling code.
13943
13944 2005-01-05  Martin Kretzschmar  <martink@gnome.org>
13945
13946         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): match only outline
13947         fonts. Should fix font problems on systems that have the base
13948         fonts in bitmap format. Reported by James Henstridge
13949         <james@jamesh.id.au>.
13950
13951 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
13952
13953         * pdf/xpdf/Gfx.cc:
13954         * pdf/xpdf/GfxState.cc:
13955
13956         Fix for CAN-2004-1125
13957
13958 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
13959
13960         * shell/ev-view.c: (ev_view_copy):
13961         * shell/ev-view.h:
13962         * shell/ev-window.c: (ev_window_cmd_edit_copy):
13963
13964         Implement Edit->Copy
13965
13966 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
13967
13968         * backend/ev-document.c: (ev_document_get_text):
13969         * backend/ev-document.h:
13970         * pdf/xpdf/pdf-document.cc:
13971         * shell/ev-view.c: (ev_view_realize), (expose_bin_window),
13972         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
13973         (ev_view_update_primary_selection), (ev_view_button_press_event),
13974         (ev_view_motion_notify_event), (ev_view_button_release_event):
13975
13976         Beginnings of clipboard support. Incomplete but primary sort
13977         of work.
13978
13979 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
13980
13981         * shell/ev-view.c: (ev_gdk_color_to_rgb), (draw_rubberband),
13982         (expose_bin_window):
13983
13984         Nicer rubberband drawing, from GtkIconView.
13985
13986 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
13987
13988         * backend/ev-document.c: (ev_document_save):
13989         * backend/ev-document.h:
13990         * data/evince-ui.xml:
13991         * pdf/xpdf/pdf-document.cc:
13992         * shell/ev-window.c: (save_error_dialog), (ev_window_cmd_save_as):
13993
13994         Implement "Save a copy..." menu item
13995
13996 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
13997
13998         * shell/ev-view.c: (ev_view_zoom):
13999
14000         Queue a resize when zoom changes
14001
14002 Wed Jan  5 02:33:06 2005  Jonathan Blandford  <jrb@redhat.com>
14003
14004         * backend/ev-document-misc.[ch]: New misc file to do simple drop
14005         shadows.
14006
14007         * pdf/xpdf/pdf-document.cc: use the drop shadows in both types of
14008         thumbnails..
14009
14010 Tue Jan  4 22:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
14011
14012         * pdf/xpdf/pdf-document.cc
14013         (pdf_document_thumbnails_get_page_pixbuf): poor man's dropshadow.
14014
14015 Tue Jan  4 21:25:05 2005  Jonathan Blandford  <jrb@redhat.com>
14016
14017         * pdf/xpdf/pdf-document.cc: Do real thumbnailing of PDF files.
14018         It's slow, but I'll speed it up next!
14019
14020 2005-01-04  Jeff Muizelaar  <jrmuizel@nit.ca>
14021
14022         * shell/main.c (load_files):
14023
14024         use gnome_vfs_make_uri_from_shell_arg so that relative paths work
14025         from the command line and because it seems more appropriate.
14026
14027 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
14028
14029         * data/evince-ui.xml:
14030         * shell/ev-window.c: (update_action_sensitivity),
14031         (ev_window_cmd_go_page_up), (ev_window_cmd_go_page_down):
14032
14033         s/next page/page down
14034         s/previous page/page up
14035
14036 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
14037
14038         * data/evince-ui.xml:
14039
14040         Change the layout to match clarkbw design.
14041
14042         * shell/Makefile.am:
14043         * shell/ev-navigation-action.c: (build_menu), (menu_activated_cb),
14044         (set_tooltip_cb), (connect_proxy), (ev_navigation_action_init),
14045         (ev_navigation_action_finalize),
14046         (ev_navigation_action_set_property),
14047         (ev_navigation_action_get_property),
14048         (ev_navigation_action_class_init):
14049         * shell/ev-navigation-action.h:
14050
14051         Implement clarkbw toolbar navigation controls (incomplete)
14052
14053         * shell/ev-page-action.c: (update_label), (update_spin),
14054         (value_changed_cb), (create_tool_item), (connect_proxy),
14055         (ev_page_action_init), (ev_page_action_finalize),
14056         (ev_page_action_set_property), (ev_page_action_get_property),
14057         (ev_page_action_set_current_page),
14058         (ev_page_action_set_total_pages), (ev_page_action_class_init):
14059         * shell/ev-page-action.h:
14060
14061         Implement a page switcher in the toolbar
14062
14063         * shell/ev-view.c: (ev_view_scroll_view):
14064         * shell/ev-window.c: (update_total_pages), (ev_window_open),
14065         (update_current_page), (view_page_changed_cb), (goto_page_cb),
14066         (register_custom_actions), (ev_window_init):
14067
14068         Change page on PageUp/Down.
14069
14070 Tue Jan  4 03:22:56 2005  Jonathan Blandford  <jrb@redhat.com>
14071
14072         * pdf/xpdf/pdf-document.cc
14073         (pdf_document_thumbnails_get_thumbnail): initial stab at
14074         implementing thumbnail support for pdfs.  It only does documents
14075         with precached pdfs now.
14076
14077 Mon Jan  3 17:22:25 2005  Jonathan Blandford  <jrb@redhat.com>
14078
14079         * shell/ev-sidebar-thumbnails.c (do_one_iteration): move the
14080         thumbnail code into a time-based idle as well.  Also, turn off the
14081         shadow temporarily as it's really slow.
14082
14083 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
14084
14085         * backend/ev-document.c: (ev_document_class_init):
14086         * pdf/xpdf/pdf-document.cc:
14087         * shell/ev-window.c: (ev_window_open):
14088
14089         Fix document title bugs and fallback to
14090         filename when not available.
14091
14092 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
14093
14094         * backend/ev-document.c: (ev_document_get_type),
14095         (ev_document_class_init), (ev_document_load),
14096         (ev_document_get_title):
14097         * backend/ev-document.h:
14098         * pdf/xpdf/pdf-document.cc:
14099         * ps/ps-document.c: (ps_document_set_property),
14100         (ps_document_get_property), (ps_document_class_init),
14101         (document_load):
14102         * ps/ps-document.h:
14103         * ps/ps.h:
14104         * shell/ev-window.c: (update_window_title), (ev_window_open),
14105         (ev_window_init):
14106
14107         Initial support for document title. Not working yet.
14108
14109 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
14110
14111         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event):
14112
14113         Grab focus on the view when clicking it
14114
14115 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
14116
14117         * shell/ev-marshal.list:
14118         * shell/ev-view.c: (ev_view_realize), (add_scroll_binding),
14119         (ev_view_scroll_view), (ev_view_class_init), (ev_view_init):
14120
14121         Add key bindings to the view. Now if the focus would work
14122         right...
14123
14124 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
14125
14126         * Makefile.am:
14127         * backend/Makefile.am:
14128         * data/Makefile.am:
14129         * dvi/Makefile.am:
14130         * dvi/dvilib/Makefile.am:
14131         * pdf/xpdf/Makefile.am:
14132         * po/POTFILES.in:
14133         * ps/Makefile.am:
14134
14135         Fix distcheck
14136
14137 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14138
14139         * shell/ev-view.c: (ev_view_realize):
14140
14141         Fix mouse wheel scrolling
14142
14143 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14144
14145         * ps/Makefile.am:
14146         * ps/gstypes.h:
14147         * ps/gtkgs.c:
14148         * ps/gtkgs.h:
14149         * ps/ps-document.c: (catchPipe), (ps_document_init),
14150         (ps_document_class_init), (ps_document_cleanup),
14151         (ps_document_finalize), (send_ps), (ps_document_get_orientation),
14152         (set_up_page), (close_pipe), (is_interpreter_ready),
14153         (interpreter_failed), (output), (input), (start_interpreter),
14154         (stop_interpreter), (file_length), (file_readable),
14155         (check_filecompressed), (check_pdf), (compute_xdpi),
14156         (compute_ydpi), (compute_size), (ps_document_enable_interpreter),
14157         (ps_document_get_type), (ps_document_emit_error_msg),
14158         (document_load), (ps_document_next_page),
14159         (ps_document_get_current_page), (ps_document_get_page_count),
14160         (ps_document_goto_page), (ps_document_set_page_size),
14161         (ps_document_zoom_to_fit), (ps_document_set_zoom),
14162         (ps_document_load), (ps_document_get_n_pages),
14163         (ps_document_set_page), (ps_document_get_page),
14164         (ps_document_widget_event), (ps_document_set_target),
14165         (ps_document_set_scale), (ps_document_set_page_offset),
14166         (ps_document_get_page_size), (ps_document_render),
14167         (ps_document_document_iface_init):
14168         * ps/ps-document.h:
14169         * ps/ps.c:
14170         * shell/ev-window.c: (ev_window_open):
14171
14172         Rename GtkGS to PSDocument
14173
14174 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14175
14176         * ps/gtkgs.c: (gtk_gs_class_init):
14177         * ps/gtkgs.h:
14178
14179         Some more leftover...
14180
14181 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14182
14183         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_get_orientation),
14184         (output), (stop_interpreter), (gtk_gs_emit_error_msg),
14185         (gtk_gs_zoom_to_fit), (gtk_gs_set_zoom):
14186         * ps/gtkgs.h:
14187
14188         Remove unused code and make a lot of stuff private
14189
14190 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14191
14192         * ps/gsdefaults.c: (gtk_gs_defaults_gconf_client),
14193         (gtk_gs_defaults_changed):
14194         * ps/gsdefaults.h:
14195         * ps/gtkgs.c:
14196         * ps/gtkgs.h:
14197         * ps/ps.h:
14198
14199         Cleanup headers dependencies
14200
14201 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14202
14203         * ps/Makefile.am:
14204         * ps/ggvutils.c:
14205         * ps/ggvutils.h:
14206         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
14207         * ps/gsdefaults.h:
14208         * ps/gtkgs.c: (file_length), (file_readable),
14209         (check_filecompressed), (check_pdf), (gtk_gs_load),
14210         (gtk_gs_get_postscript):
14211
14212         Get rid of ggvutils
14213
14214 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
14215
14216         * ps/ggvutils.c:
14217         * ps/ggvutils.h:
14218         * ps/gsio.h:
14219         * ps/gtkgs.c: (gtk_gs_set_zoom):
14220
14221         Cleanups
14222
14223 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
14224
14225         * ps/gtkgs.c: (gtk_gs_set_zoom), (gtk_gs_set_zoom_mode):
14226
14227         Ensure the page is rerendered when changing zoom
14228
14229 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
14230
14231         * backend/ev-document.c: (ev_document_base_init),
14232         (ev_document_changed):
14233         * backend/ev-document.h:
14234
14235         Add a changed event that is emitted when the page content
14236         changes. This is necessary to deal with the fact that
14237         in ps backend rendering happen asycrounously.
14238         This makes the ps backend mostly work.
14239
14240         * pdf/xpdf/pdf-document.cc:
14241
14242         Emit changed event
14243
14244         * ps/gtkgs.c: (set_up_page), (gtk_gs_widget_event),
14245         (ps_document_set_target):
14246
14247         Emit changed event
14248
14249         * shell/ev-view.c: (document_changed_callback),
14250         (ev_view_set_document), (ev_view_set_page):
14251
14252         Redraw on the changed signal
14253
14254 2004-12-25  Raphael Higino  <raphaelh@cvs.gnome.org>
14255
14256         * configure.ac: Added pt_BR to ALL_LINGUAS.
14257
14258 Fri Dec 24 00:48:44 2004  Jonathan Blandford  <jrb@redhat.com>
14259
14260         * backend/ev-document-bookmarks.c:
14261         (ev_document_bookmarks_get_child): *
14262         backend/ev-document-bookmarks.h: * pdf/xpdf/Makefile.am: *
14263         pdf/xpdf/pdf-document.cc: * pdf/xpdf/pdf-document.h: *
14264         shell/Makefile.am: * shell/ev-sidebar-bookmarks.c:
14265         (ev_sidebar_bookmarks_destroy),
14266         (ev_sidebar_bookmarks_class_init),
14267         (ev_sidebar_bookmarks_construct), (stack_data_free),
14268         (do_one_iteration), (populate_bookmarks_idle),
14269         (ev_sidebar_bookmarks_clear_document),
14270         (ev_sidebar_bookmarks_set_document): *
14271         shell/ev-sidebar-bookmarks.h: * shell/ev-sidebar.c:
14272         (ev_sidebar_add_page),
14273         (ev_sidebar_set_document): * shell/ev-window.c: (ev_window_open):
14274         Initial stab at a bookmarks sidebar.  It doesn't navigate yet, but
14275         it displays both the topics and the page numbers.
14276
14277 2004-12-23  Kristian Høgsberg  <krh@redhat.com>
14278
14279         * shell/ev-window.c (ev_window_view_sidebar_cb): Hook up sidebar
14280         toggle.
14281         * shell/ev-window.c (toggle_entries): Set sidebar default value to
14282         visible.
14283
14284 2004-12-23  Adam Weinberger  <adamw@gnome.org>
14285
14286         * configure.ac: Added en_CA to ALL_LINGUAS.
14287
14288 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
14289
14290         * ChangeLog: replace bottom of this ChangeLog (merged history of
14291         ggv and gpdf; where all paths were wrong and most of the files are
14292         not even in this tree) with ChangeLog (from arch) of the shell
14293         code.
14294
14295 2004-12-23  Havoc Pennington  <hp@redhat.com>
14296
14297         * shell/ev-window.c: hook up potentially-questionable "find
14298         results status text" feature - something involving the sidebar or
14299         scrollbar or a continuous all-pages-on-giant-roll-of-paper-view
14300         might be better in the end.
14301
14302         * shell/ev-view.c (ev_view_get_find_status_message): new function, 
14303         with corresponding signal when it should be updated
14304
14305         * shell/eggfindbar.c (egg_find_bar_set_status_text): new function
14306
14307 2004-12-22  Havoc Pennington  <hp@redhat.com>
14308
14309         * pdf/xpdf/pdf-document.cc (pdf_document_find_begin): make search
14310         find stuff on other pages, sort of (only returns one result on
14311         invisible pages, to show they have results; updates full results
14312         for a page when you view it). Currently repaints the current page
14313         every time a new result is found on any page, which isn't so nice.
14314
14315 2004-12-22  Havoc Pennington  <hp@redhat.com>
14316
14317         * shell/ev-window.c (ev_window_cmd_edit_find): display an error if
14318         the document doesn't support find (better ideas?)
14319         (find_bar_search_changed_cb): handle missing document or document
14320         that doesn't support find
14321
14322         * pdf/xpdf/pdf-document.cc: port to implement the new
14323         EvDocumentFindIface
14324
14325         * backend/ev-document-find.c: create a new interface for searching
14326
14327         * backend/ev-document.h, backend/ev-document.c: delete the find stuff
14328
14329 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
14330
14331         * pdf/xpdf/Makefile.am (libpdfdocument_la_LIBADD): add
14332         libevbackend.la.
14333
14334         * shell/ev-window.c (ev_window_print): add GnomePrintJob to
14335         EvPrintJob constructor arguments.
14336
14337         * backend/ev-ps-exporter.c, backend/ev-ps-exporter.h: interface
14338         for documents that can export PostScript (page by page).
14339
14340         * backend/Makefile.am (libevbackend_la_SOURCES): add them.
14341         
14342         * pdf/xpdf/pdf-document.cc (pdf_document_ps_export_begin)
14343         (pdf_document_ps_export_do_page, pdf_document_ps_export_end)
14344         (pdf_document_ps_exporter_iface_init:
14345         Implement EvPSExporter.
14346
14347         * pdf/xpdf/Makefile.am (libxpdf_la_SOURCES): build PSOutputDev.
14348
14349 2004-12-22  Anders Carlsson  <andersca@gnome.org>
14350
14351         * backend/Makefile.am:
14352         * backend/ev-document-thumbnails.c:
14353         (ev_document_thumbnails_get_type),
14354         (ev_document_thumbnails_get_thumbnail):
14355         * backend/ev-document-thumbnails.h:
14356         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
14357         (pixbuf_document_thumbnails_get_thumbnail),
14358         (pixbuf_document_document_thumbnails_iface_init):
14359         * shell/Makefile.am:
14360         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_destroy),
14361         (ev_sidebar_thumbnails_class_init), (ev_sidebar_thumbnails_init),
14362         (populate_thumbnails), (ev_sidebar_thumbnails_set_document):
14363         * shell/ev-sidebar-thumbnails.h:
14364         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
14365         (ev_sidebar_set_document):
14366         * shell/ev-utils.c: (gaussian), (create_blur_filter),
14367         (create_shadow), (ev_pixbuf_add_shadow):
14368         * shell/ev-utils.h:
14369         Add thumbnail support.
14370         
14371 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
14372
14373         * shell/ev-window.c (ev_window_cmd_file_print, ev_window_print)
14374         (using_postscript_printer): Set up a print dialog for "PostScript
14375         injection" method.
14376
14377         * shell/ev-print-job.h, shell/ev-print-job.c: stub classes for
14378         EvPrintJob.
14379
14380         * shell/Makefile.am (evince_SOURCES): add ev-print-job.[ch]
14381
14382 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
14383
14384         * ps/gtkgs.c: (gtk_gs_init), (set_up_page),
14385         (ps_document_set_target), (ps_document_get_page_size),
14386         (ps_document_render):
14387         * ps/gtkgs.h:
14388
14389         Fix a few bugs
14390
14391 2004-12-22  Christian Rose  <menthos@menthos.com>
14392
14393         * configure.ac: Added "sv" to ALL_LINGUAS.
14394
14395 Wed Dec 22 14:47:38 2004  Jonathan Blandford  <jrb@redhat.com>
14396
14397         * backend/ev-document-bookmarks.[ch]: new interface to indicate
14398         document supports bookmarks.
14399
14400 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
14401
14402         * ps/ggvutils.c: (ggv_file_readable):
14403         * ps/ggvutils.h:
14404         * ps/gtkgs.c: (check_filecompressed), (check_pdf),
14405         (gtk_gs_get_postscript):
14406
14407         Remove unused utils
14408
14409 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
14410
14411         * ps/gtkgs.c: (gtk_gs_init), (gtk_gs_class_init), (gtk_gs_cleanup),
14412         (gtk_gs_finalize), (gtk_gs_set_center), (set_up_page), (output),
14413         (start_interpreter), (compute_size), (gtk_gs_enable_interpreter),
14414         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_reload),
14415         (gtk_gs_emit_error_msg), (gtk_gs_disable_interpreter),
14416         (gtk_gs_load), (gtk_gs_goto_page), (gtk_gs_set_page_size),
14417         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
14418         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
14419         (gtk_gs_set_antialiasing), (ps_document_load),
14420         (ps_document_render):
14421         * ps/gtkgs.h:
14422
14423         Another check point for the ps backend. Now I can get it to show
14424         pages!
14425
14426 Wed Dec 22 13:41:01 2004  Jonathan Blandford  <jrb@redhat.com>
14427
14428         * shell/ev-sidebar.c (ev_sidebar_set_document): initial sidebar
14429         document setting code.
14430
14431 2004-12-22  Anders Carlsson  <andersca@gnome.org>
14432
14433         * shell/eggfindbar.c: (entry_activate_callback):
14434         Animate the next button when activate is pressed.
14435         
14436 2004-12-22  Anders Carlsson  <andersca@gnome.org>
14437
14438         * shell/ev-window.c: (ev_window_cmd_edit_find),
14439         (update_fullscreen_popup), (ev_window_fullscreen),
14440         (ev_window_unfullscreen), (ev_window_state_event_cb),
14441         (ev_window_focus_out_cb), (find_bar_close_cb), (ev_window_init):
14442         Fix bugs in fullscreen code.
14443         
14444 2004-12-22  Anders Carlsson  <andersca@gnome.org>
14445
14446         * Makefile.am:
14447         * configure.ac:
14448         * pixbuf/Makefile.am:
14449         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
14450         (pixbuf_document_load), (pixbuf_document_get_n_pages),
14451         (pixbuf_document_set_page), (pixbuf_document_get_page),
14452         (pixbuf_document_set_target), (pixbuf_document_set_scale),
14453         (pixbuf_document_set_page_offset), (pixbuf_document_get_page_size),
14454         (pixbuf_document_render), (pixbuf_document_begin_find),
14455         (pixbuf_document_end_find), (pixbuf_document_finalize),
14456         (pixbuf_document_class_init),
14457         (pixbuf_document_document_iface_init), (pixbuf_document_init):
14458         * pixbuf/pixbuf-document.h:
14459         * shell/Makefile.am:
14460         * shell/ev-application.c: (ev_application_open):
14461         * shell/ev-window.c: (mime_type_supported_by_gdk_pixbuf),
14462         (ev_window_open):
14463         Add pixbuf backend.
14464         
14465 Tue Dec 21 21:45:43 2004  Soeren Sandmann  <sandmann@redhat.com>
14466
14467         * Makefile.am: 
14468         * dvi/dvilib/Makefile.am:
14469         * dvi/Makefile.am:
14470         * configure.ac: Auto*ify dvi and dvi/dvilib
14471
14472         * dvi/Makefile: Remove from CVS
14473         
14474         * dvi/dvilib/dl-pkfont.cc (unpack_bitmap): Fix uchar/uint
14475         confusion.
14476
14477         * dvi/dvilib/dl-fontdefinition.{cc,hh}: New DviFontMap class
14478         
14479         * dvi/dvilib/dl-vffont.{cc,hh}: Many bugfixes to VF code.
14480         
14481 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
14482
14483         * ps/Makefile.am:
14484         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_finalize),
14485         (gtk_gs_value_adjustment_changed), (compute_size),
14486         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_new_from_file),
14487         (gtk_gs_center_page), (gtk_gs_load), (gtk_gs_set_page_size),
14488         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
14489         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
14490         (gtk_gs_start_scroll), (gtk_gs_get_postscript),
14491         (gtk_gs_set_adjustments), (gtk_gs_set_available_size),
14492         (ps_document_load), (ps_document_get_n_pages),
14493         (ps_document_set_page), (ps_document_get_page),
14494         (ps_document_set_target), (ps_document_set_scale),
14495         (ps_document_set_page_offset), (ps_document_get_page_size),
14496         (ps_document_render), (ps_document_begin_find),
14497         (ps_document_end_find), (ps_document_document_iface_init):
14498         * ps/gtkgs.h:
14499         * shell/Makefile.am:
14500         * shell/ev-window.c: (ev_window_open):
14501
14502         Some work to integrate gtkgs with EvDocument
14503
14504 2004-12-22  Anders Carlsson  <andersca@gnome.org>
14505
14506         * shell/ev-window.c: (update_fullscreen_popup),
14507         (screen_size_changed_cb), (destroy_exit_fullscreen_popup),
14508         (exit_fullscreen_button_clicked_cb),
14509         (fullscreen_popup_size_request_cb), (ev_window_fullscreen),
14510         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
14511         (ev_window_state_event_cb), (ev_window_init):
14512         Add fullscreen support from Epiphany.
14513         
14514 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
14515
14516         * data/ev-stock-zoom-fit-width.png: fit-width
14517         stock icon from gpdf.
14518         
14519         * shell/ev-stock-icons.[ch]: copied from gpdf.
14520         
14521         * shell/main.c: (main): init stock icons.
14522         
14523         * shell/ev-window.c: use the fit-width icon.
14524         
14525         * data/evince-ui.xml: add zooming toolbar items.
14526
14527 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
14528
14529         * shell/ev-view.c: 
14530         (ev_view_best_fit), (ev_view_fit_width): because
14531         get_page_size() returns the scaled page size, we
14532         need to calculate the scale factor relative to
14533         the previous scale factor. Should really just
14534         add get_real_page_size().
14535
14536 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
14537
14538         * shell/ev-view.[ch]:
14539         (ev_view_zoom), (ev_view_zoom_in), (ev_view_zoom_out),
14540         (ev_view_normal_size), (ev_view_best_fit), (ev_view_fit_width):
14541         add zooming.
14542         
14543         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
14544         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_normal_size),
14545         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width):
14546         hook it up.
14547         
14548         * pdf/xpdf/pdf-document.cc:
14549         (pdf_document_begin_find),
14550         (pdf_document_end_find): make static.
14551
14552 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
14553
14554         * pdf/xpdf/GlobalParams.h (setupBaseFontsFc): add prototype.
14555
14556         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): maps base font
14557         names to fontconfig patterns.
14558         (setupBaseFontsFc): setupBaseFonts reimplemented using fontconfig.
14559
14560         * pdf/xpdf/pdf-document.cc (pdf_document_load): use
14561         setupBaseFontsFc.
14562
14563 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
14564
14565         * Makefile.am:
14566         * configure.ac:
14567         * ps/Makefile.am:
14568         * ps/ggvutils.c:
14569         * ps/ggvutils.h:
14570         * ps/gsdefaults.c:
14571         * ps/gsdefaults.h:
14572         * ps/gsio.c:
14573         * ps/gsio.h:
14574         * ps/gtkgs.c:
14575         * ps/gtkgs.h:
14576         * ps/ps.c:
14577         * ps/ps.h:
14578
14579         Import ggv backend. Not hooked up yet.
14580
14581 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
14582
14583         * shell/main.c: (load_files), (main): load files
14584         from the command line.
14585
14586 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
14587
14588         * configure.ac: don't require bonobo.
14589         
14590         * cut-n-paste/recent-files/*: kill bonobo recent
14591         view.
14592
14593         * shell/ev-window.c:
14594         (ev_window_is_empty): upd.
14595         (unable_to_load), (ev_window_open): load backend
14596         based on the mime type.
14597
14598 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
14599
14600         * backend/.cvsignore: ignore generated marshalers source.
14601
14602         * shell/main.c (main): this is not epiphany.
14603
14604 2004-12-22  Havoc Pennington  <hp@redhat.com>
14605
14606         * shell/ev-view.c (ev_view_set_document): connect to "found" signal
14607         (expose_bin_window): draw find highlights
14608
14609         * shell/ev-window.c (find_bar_search_changed_cb): implement 
14610         
14611         * pdf/xpdf/pdf-document.cc (pdf_document_begin_find) 
14612         (pdf_document_end_find): implement this interface
14613
14614         * backend/ev-document.c (ev_document_found): add this to emit
14615         signal
14616
14617 Tue Dec 21 23:57:37 2004  Owen Taylor  <otaylor@redhat.com>
14618
14619         * data/evince-ui.xml: Add a few more toolbar items.
14620
14621         * shell/ev-window.c: Hook up page navigation toolbar 
14622         items.
14623
14624         * shell/ev-view.[ch]: add ev_view_set/get_page and 
14625         a page-changed signal.
14626
14627         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc::
14628         Add ev_document_get_page().
14629
14630         * shell/ev-window.c: Sensitize/desensitize navigation
14631         actions.
14632
14633 2004-12-21  Havoc Pennington  <hp@redhat.com>
14634
14635         * backend/ev-backend-marshal.c,
14636         backend/ev-backend-marshalers.list, backend/Makefile.am: add
14637         marshaler-generator thingy. I'm sure there's a better way to do
14638         this in the modern world.
14639
14640         * backend/ev-document.h (struct _EvDocumentIface): add begin_find,
14641         end_find methods and "found" signal.
14642
14643         * configure.ac: find glib-genmarshal
14644
14645 Tue Dec 21 23:20:35 2004  Jonathan Blandford  <jrb@redhat.com>
14646
14647         * shell/ev-sidebar.c: Construct an actual sidebar.
14648         * shell/ev-sidebar-bookmarks.[ch]:
14649         * shell/ev-sidebar-thumbnails.[ch]: Stub out sidebars.
14650
14651 Tue Dec 21 23:05:51 2004  Owen Taylor  <otaylor@redhat.com>
14652
14653         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc:
14654         Redo size handling.
14655         
14656         * shell/ev-view.c: Track the size from the document.
14657
14658 Tue Dec 21 22:17:04 2004  Owen Taylor  <otaylor@redhat.com>
14659
14660         * pdf/xpdf/pdf-document.cc (pdf_document_load): PDFDoc
14661         constructor assumes ownership of the string passed in.
14662         
14663         * shell/ev-window.c (ev_window_open): Destroy the error
14664         dialog once we've displayed it.
14665
14666 Tue Dec 21 21:58:56 2004  Owen Taylor  <otaylor@redhat.com>
14667
14668         * pdf/xpdf/pdf-document.cc shell/ev-view.c: Hook things up 
14669         a bit, it works! (sort of)
14670
14671         * pdf/xpdf/Makefile.am pdf/xpdf/pdf-document.cc:
14672         Move to .cc since we need to use C++ in the implementation.
14673
14674         * shell/dummy.cc: Add a CC file to force evince
14675         to be linked as a C++ program.
14676
14677 Tue Dec 21 21:07:55 2004  Owen Taylor  <otaylor@redhat.com>
14678
14679         * shell/ev-view.[ch]: Start of content-area widget.
14680
14681         * shell/ev-window.c: Create a EvView, update it
14682         as we change documents.
14683
14684         * shell/Makefile.am shell/ev-marshal.list: Add
14685         generated marshalers.
14686
14687 Tue Dec 21 20:28:11 2004  Jonathan Blandford  <jrb@redhat.com>
14688
14689         * Makefile.am (SUBDIRS): move shell.
14690
14691 Tue Dec 21 19:28:55 2004  Owen Taylor  <otaylor@redhat.com>
14692
14693         * pdf/{goo,fofi,splash,xpdf}/Makefile.am: Switch from
14694         .a to libtool convenience libraries.
14695
14696         * shell/ev-window.c (ev_window_open): Hard code loading
14697         a PDF document.
14698         
14699         * backend/ev-document.h: Add a boolean return to load(),
14700         fix GError * to GError **.
14701
14702         * pdf/xpdf/pdf-document.[ch] Makefile.am: Add a stub
14703         object for a PDF backend EvDocument.
14704
14705 Tue Dec 21 18:55:06 2004  Søren Sandmann  <sandmann@redhat.com>
14706
14707         * dvi/*: New directory with the beginning of a .dvi backend.
14708
14709 2004-12-21  Havoc Pennington  <hp@redhat.com>
14710
14711         * shell/eggfindbar.c (egg_find_bar_init): change buttons to
14712         previous/next instead of back/forward
14713
14714 Tue Dec 21 18:26:24 2004  Owen Taylor  <otaylor@redhat.com>
14715
14716         * backend/ev-document.[ch]: Fix a couple of problems so
14717         it compile.
14718
14719 Tue Dec 21 18:20:40 2004  Owen Taylor  <otaylor@redhat.com>
14720
14721         * viewer/* backend/* configure.ac Makefile.am: Move viewer directory 
14722         to backend/ directory, rename EvViewer to EvDocument.
14723
14724 2004-12-21  Havoc Pennington  <hp@redhat.com>
14725
14726         * shell/ev-window.c: hook up the find bar widget; now we just need
14727         a document to find things in
14728
14729         * shell/eggfindbar.c: a find bar widget
14730
14731 Tue Dec 21 17:20:16 2004  Jonathan Blandford  <jrb@redhat.com>
14732
14733         * shell/ev-sidebar.[ch]: initial sidebar boilerplate.
14734
14735 Tue Dec 21 16:30:58 2004  Owen Taylor  <otaylor@redhat.com>
14736
14737         * pdf/**: Import of xpdf code from gpdf. 
14738
14739         * pdf/xpdf/xpdfconfig.h: Move the non-config.h config.h to xpdfconfig.h
14740
14741         * pdf/splash/SplashFTFont.{cc,h} pdf/splash/SplashFTFont.h
14742         pdf/splash/SplashFTFontEngine.h pdf/splash/SplashFTFontFile.h: 
14743         Fix FreeType includes.
14744
14745         * pdf/xpdf/{Error.h GnomeVFSStream.cc ImageOutputDev.cc PDFDoc.cc\
14746         pdffonts.cc pdfimages.cc pdfinfo.cc pdftoppm.cc pdftops.cc
14747         pdftotext.cc PSOutputDev.cc PSOutputDev.h SplashOutputDev.h
14748         Stream.cc TextOutputDev.cc XPDFApp.cc xpdf.cc XPDFViewer.cc
14749         pdf/xpdf/Error.h PSOutputDev.h SplashOutputDev.h}:
14750         Include xpdfconfig.h
14751         
14752 Tue Dec 21 16:08:17 2004  Jonathan Blandford  <jrb@redhat.com>
14753
14754         * shell/ev-window.c (ev_window_dispose): dispose can be called
14755         multiple times.
14756
14757 2004-12-21  Havoc Pennington  <hp@redhat.com>
14758
14759         * shell/ev-window.c (ev_window_init): set title to Document Viewer
14760         rather than Evince
14761
14762         * data/evince-ui.xml, shell/ev-window.c: add a bunch of stub menu
14763         items; really they should be synced with the strings, etc. from
14764         current gpdf, but just getting the boring typing out of the way 
14765
14766 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
14767
14768         * po/POTFILES.in:
14769         * shell/ev-application.c: (window_destroy_cb):
14770         * shell/ev-window.c:
14771         * shell/main.c: (main):
14772
14773         Actually show the window...
14774
14775 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
14776
14777         * Makefile.am:
14778         * shell/Makefile.am:
14779         * shell/ev-application.c: (ev_application_class_init):
14780         * shell/ev-window.c: (ev_window_dispose), (ev_window_class_init):
14781
14782         Make it build again
14783
14784 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
14785
14786         Import to gnome cvs.
14787         
14788         * Remove copies of gpdf and ggv trees.
14789         * Rip out all the recursive configure code.
14790         * Remove bonobo machinery.
14791         * viewer/*: GInterfaces that backends should/can implement.
14792
14793 2004-11-09  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14794
14795         * shell/ev-window.c (ev_window_cmd_help_about): fix "documentors"
14796         typo
14797
14798 2004-10-28  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14799
14800         * shell/ev-application.c (EV_APPLICATION_GET_PRIVATE)
14801         (ev_application_finalize, ev_application_class_init)
14802         (ev_application_init): use GType instance private data for priv.
14803
14804         * shell/ev-window.c (EV_WINDOW_GET_PRIVATE)
14805         (ev_window_finalize, ev_window_class_init)
14806         (ev_window_init): ditto.
14807
14808 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14809
14810         * shell/ev-application.c (ev_application_new_window): make public
14811         (ev_application_show_initial_window): kill.
14812
14813         * shell/ev-application.h: update prototypes.
14814
14815         * shell/main.cc (main): inline ev_application_show_initial_window.
14816
14817 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14818
14819         * shell/ev-application.c (ev_application_new_window): impl.
14820         (ev_application_show_initial_window): use it.
14821         (is_window_empty, ev_application_get_empty_window): returns an
14822         existing empty window or a new one.
14823         (ev_application_open): from ev_window_cmd_file_open.
14824
14825         * shell/ev-application.h: update prototypes
14826
14827         * shell/ev-window.c (ev_window_is_empty): impl.
14828         (ev_window_open): make public.
14829         (ev_window_cmd_file_open): use ev_application_open
14830
14831         * shell/ev-window.h: update prototypes, remove unused.
14832
14833 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14834
14835         * shell/ev-window.c (ev_window_destroy, ev_window_class_init):
14836         move destroy handler out of here...
14837
14838         * shell/ev-application.c, shell/ev-application.h: ...into this new
14839         class. Also handles initial window creation.
14840
14841         * shell/main.cc (main): use EvApplication to create initial
14842         window.
14843
14844 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14845
14846         * Makefile.am (SUBDIRS): add cut-n-paste
14847
14848         * cut-n-paste/Makefile.am: add
14849
14850         * configure.ac: generate Makefiles in cut-n-paste
14851
14852 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14853
14854         * shell/ev-window.c (ev_window_dispose): new, unref the ui_manager
14855         (ev_window_class_init): install ev_window_dispose.
14856
14857 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14858
14859         * shell/ev-window.h, shell/ev-window.c: replace gchar with
14860         char (gchar looks stupid).
14861
14862 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14863
14864         * po/de.po: updated German translation.
14865
14866 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14867
14868         * configure.ac: add more pkg-config library checks for gnome-vfs,
14869         bonobo etc.
14870
14871         * gpdf/configure.in: temporarily disable libpaper
14872         checks. Otherwise I'd have to add the checks for the shell, too.
14873
14874 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14875
14876         * shell/ev-window.c (ev_window_cmd_file_open): add ps+pdf, ps, pdf
14877         and * file filters to the file choose.
14878
14879 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14880
14881         * po/de.po: Updated German translation.
14882
14883 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14884
14885         * shell/ev-window.c: use "S" as mnemonic for Statusbar.
14886
14887 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14888
14889         * data/evince-ui.xml: add View->Toolbar and View->Statusbar.
14890
14891         * shell/ev-window.c (menu_item_select_cb, menu_item_select_cb)
14892         (ev_window_init): implement those menuitems.
14893
14894 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14895
14896         * data/evince-ui.xml: add a toolbar (with FileOpen action)
14897
14898         * shell/ev-window.c (ev_window_init): use the toolbar.
14899
14900 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14901
14902         * shell/ev-window.c (ev_window_init): use menu translations
14903
14904 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14905
14906         * configure.ac: add "de" to ALL_LINGUAS.
14907
14908         * po/de.po: add German translation.
14909
14910 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14911
14912         * Makefile.am (SUBDIRS): add po
14913
14914         * configure.ac: check intltool, glib-gettext etc, generate
14915         po/Makefile.in
14916
14917         * po, po/POTFILES.in, po/POTFILES.skip: new.
14918
14919 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14920
14921         * shell/Makefile.am (INCLUDES): define GNOMELOCALEDIR which we
14922         already use (#ifdef ENABLE_NLS)
14923
14924         * shell/ev-window.c (ev_window_cmd_help_about): fix two star
14925         pointer indirection thinko.
14926
14927         * shell/main.c: include gi18n.h for bindtextdomain etc.
14928
14929 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14930
14931         * shell/ev-window.c (menu_item_select_cb, menu_item_deselect_cb)
14932         (connect_proxy_cb, disconnect_proxy_cb, ev_window_init): show
14933         tooltips for menu items in the statusbar.
14934
14935 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14936
14937         * configure.ac, data/Makefile.am, shell/Makefile.am: use
14938         pkgdatadir drop UIDIR
14939
14940 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14941
14942         * data/evince-ui.xml: Add File->Open menu item
14943
14944         * shell/ev-window.c (ev_window_cmd_file_open): impl. (shows a file
14945         chooser), hook it up in the ui manager.
14946
14947 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14948
14949         * shell/ev-window.c: fix Help->About tooltip.
14950
14951 2004-10-23 Martin Kretzschmar  <m_kretzschmar@gmx.net>
14952
14953         * configure.ac: set CFLAGS for libevprivate.
14954
14955         * lib/ev-stock-icons.h, lib/ev-stock-icons.c: stock icon
14956         definitions, factory etc.
14957
14958         * lib/Makefile.am: build libevprivate.a (only stock icon code).
14959
14960         * shell/Makefile.am: link against libevprivate.a.
14961
14962         * shell/ev-window.c (entries): add stock icon to Help->About.
14963
14964         * shell/main.c (main): init stock icon code.
14965
14966 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14967
14968         * lib/recent-files: egg recent files code
14969
14970         * lib/Makefile.am: add.
14971
14972         * Makefile.am: add lib subdir.
14973
14974         * configure.ac: gen. lib/Makefile and lib/recent-files/Makefile,
14975         set CFLAGS for recent-files.
14976
14977 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14978
14979         * configure.ac: disable -ansi and -pedantic gcc flags. They
14980         disable POSIX stuff in stdio.h, but egg-recent uses them.
14981
14982 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net> 
14983
14984         * configure.ac: add --disable-deprecated flag (defaults to on in
14985         "cvs" builds).
14986
14987         * shell/Makefile.am (INCLUDES): use it.
14988
14989 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14990
14991         * shell/main.c: add missing #include.
14992
14993         * shell/ev-window.c: fix for pedantic gcc.
14994         (ev_window_cmd_help_about): split license into paragraphs for
14995         translators and pedantic compilers.
14996
14997 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14998
14999         * configure.ac: add more warning flags if compiling with gcc from
15000         cvs (or explicitly requested with --enable-more-warnings).
15001
15002 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15003
15004         * data/evince-ui.xml: add File and File->Close menu.
15005
15006         * shell/ev-window.c (ev_window_cmd_file_close_window): impl.
15007         (ev_window_destroy): quit after destroy.
15008         (ev_window_class_init): override GtkObject::destroy.
15009         (entries): install close_window callback.
15010
15011 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15012
15013         * Makefile.am (SUBDIRS): add data subdir.
15014
15015         * configure.ac (UIDIR): gen data/Makefile, define UIDIR.  Require
15016         gtk+ 2.5.0 for GtkAboutDialog.
15017
15018         * data/Makefile.am, data/evince-ui.xml: add, ui definition for the
15019         main window.
15020
15021         * shell/Makefile.am (INCLUDES): propagate UIDIR definition.
15022
15023         * shell/ev-window.c (ev_window_init): create a menubar, using a ui
15024         manager.
15025         (ev_window_cmd_help_about): about command, using GtkAboutDialog.
15026
15027 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15028
15029         * shell/ev-window.c, shell/ev-window.h: Created an EvWindow class.
15030
15031 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15032
15033         * shell/main.c: make it a trivial gtk+ program, adjust configure.ac
15034
15035 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15036
15037         * shell/*: Added shell directory boilerplate, build it.
15038
15039 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15040
15041         * configure.ac, Makefile.am: Added top-level configure.ac and
15042         Makefile.am