]> www.fi.muni.cz Git - evince.git/blob - ChangeLog
Include gdkx only for dbus support. See bug #339172.
[evince.git] / ChangeLog
1 2009-01-16  Hib Eris  <hib@hiberis.nl>
2
3         * shell/main.c:
4
5         Include gdkx only for dbus support. See bug #339172.
6         
7 2009-01-16  Tomeu Vizoso  <tomeu@sugarlabs.org>
8
9         * shell/ev-view.c: (ev_view_set_zoom_for_size):
10
11         Expose ev_view_set_zoom_for_size for embedders to use. Fixes bug
12         #567785.
13         
14 2009-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
15
16         * shell/ev-window.c: (reload_remote_copy_progress_cb),
17         (window_save_file_copy_progress_cb):
18
19         Use brakets around the percentage in progress messages. See bug
20         #567910.
21         
22 2009-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
23
24         * shell/ev-window.c: (reload_remote_copy_ready_cb):
25
26         Fix typo in error message. See bug #567910.
27         
28 2009-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
29
30         * shell/ev-window.c: (ev_window_cmd_file_close_window):
31
32         Fix mnemonic conflict. Fixes bug #567937.
33         
34 2009-01-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
35
36         * NEWS:
37         * configure.ac:
38
39         Update for release 2.25.4
40         
41 2009-01-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
42
43         * configure.ac:
44         
45         GLib version requirement bumped to 2.18 due to g_set_error_literal.
46         Thanks to Christian Spurk.
47
48 2008-12-31  Hib Eris  <hib@hiberis.nl>
49         
50         * libdocument/ev-file-helpers.c: (get_mime_type_from_uri):
51
52         Fix mime type handling.
53         
54 2008-12-31  Carlos Garcia Campos  <carlosgc@gnome.org>
55
56         * po/POTFILES.in:
57
58         Add ev-print-operation.c.
59         
60 2008-12-30  Carlos Garcia Campos  <carlosgc@gnome.org>
61
62         * shell/ev-window.c: (ev_window_clear_progress_idle),
63         (reset_progress_idle), (ev_window_show_progress_message),
64         (ev_window_reset_progress_cancellable),
65         (ev_window_progress_response_cb), (show_loading_progress),
66         (ev_window_load_remote_failed), (window_open_file_copy_ready_cb),
67         (window_open_file_copy_progress_cb), (ev_window_load_file_remote),
68         (show_reloading_progress), (reload_remote_copy_ready_cb),
69         (reload_remote_copy_progress_cb), (query_remote_uri_mtime_cb),
70         (show_saving_progress), (window_save_file_copy_ready_cb),
71         (window_save_file_copy_progress_cb), (ev_window_save_remote),
72         (ev_window_dispose):
73
74         Show progress information when loading/saving remote files. Fixes
75         bug #370958.
76         
77 2008-12-30  Carlos Garcia Campos  <carlosgc@gnome.org>
78
79         * libdocument/ev-file-helpers.c: (ev_tmp_file_unlink):
80
81         Show better warning message when temp file cannot be deleted.
82         
83 2008-12-30  Carlos Garcia Campos  <carlosgc@gnome.org>
84
85         * shell/ev-window.c: (image_save_dialog_response_cb):
86
87         Fix saving images to remote locations.
88         
89 2008-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
90
91         * shell/ev-application.[ch]: (ev_application_shutdown),
92         (ev_application_get_print_settings_file),
93         (ev_application_save_print_settings),
94         (ev_application_get_print_settings),
95         (ev_application_set_print_settings),
96         (ev_application_get_page_setup), (ev_application_set_page_setup):
97         * shell/ev-window.c: (ev_window_save_print_page_setup),
98         (ev_window_load_print_page_setup_from_metadata),
99         (ev_window_print_page_setup_done_cb),
100         (ev_window_cmd_file_print_setup), (ev_window_do_preview_print),
101         (ev_window_cmd_preview_print):
102
103         Remember page setup options too. Paper size is globally remembered
104         while page margins are stored per document in metadata file. Fixes
105         bugs #525185 and #349102.
106         
107 2008-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
108
109         * shell/ev-print-operation.c:
110         (ev_print_operation_export_print_dialog_response_cb):
111
112         Fallback to EV_FILE_FORMAT_PS when file_format is not defined.
113         
114 2008-12-28  Carlos Garcia Campos  <carlosgc@gnome.org>
115
116         * shell/ev-print-operation.c: (export_cancel),
117         (export_job_cancelled), (ev_print_operation_export_begin),
118         (ev_print_operation_export_cancel):
119         * shell/ev-window.c: (ev_window_print_cancel),
120         (ev_window_print_update_pending_jobs_message),
121         (ev_window_print_operation_done),
122         (ev_window_print_operation_status_changed),
123         (print_jobs_confirmation_dialog_response),
124         (ev_window_cmd_file_close_window):
125
126         Show a confirmation dialog when there are pending print jobs while
127         closing the main window. Fixes bug #480964.
128         
129 2008-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
130
131         * shell/ev-print-operation.[ch]: (ev_print_operation_class_init),
132         (ev_print_operation_get_job_name),
133         (ev_print_operation_get_status),
134         (ev_print_operation_get_progress),
135         (ev_print_operation_update_status),
136         (ev_print_operation_export_get_job_name), (clamp_ranges),
137         (get_first_and_last_page), (ev_print_operation_export_run_next),
138         (print_job_finished), (export_print_done), (export_job_cancelled),
139         (update_progress), (export_print_page),
140         (ev_print_operation_export_begin),
141         (ev_print_operation_export_print_dialog_response_cb),
142         (ev_print_operation_export_run),
143         (ev_print_operation_export_cancel),
144         (ev_print_operation_export_class_init):
145         * shell/ev-window.c:
146         (ev_window_print_update_pending_jobs_message),
147         (ev_window_print_operation_done),
148         (ev_window_print_progress_response_cb),
149         (ev_window_print_operation_status_changed),
150         (ev_window_print_operation_begin_print), (ev_window_print_range),
151         (ev_window_dispose):
152
153         Show progress information when printing. Fixes bug #482770.
154         
155 2008-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
156
157         * shell/Makefile.am:
158         * shell/ev-progress-message-area.[ch]:
159         * shell/ev-message-area.[ch]: (ev_message_area_init),
160         (ev_message_area_set_image_from_stock):
161
162         Add EvProgressMessageArea derived from EvMessageArea to show
163         progress information in the message area. 
164         
165 2008-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
166
167         * cut-n-paste/gedit-message-area/gedit-message-area.[ch]:
168
169         Use GTK_RESPONSE_CLOSE instead of GTK_RESPONSE_CANCEL for the
170         close button. Add a function to get the contents of the message
171         area.
172         
173 2008-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
174
175         * shell/Makefile.am:
176         * shell/ev-print-operation.[ch]:
177         * shell/ev-jobs.[ch]: (ev_job_export_init),
178         (ev_job_export_dispose), (ev_job_export_run),
179         (ev_job_export_class_init), (ev_job_export_new),
180         (ev_job_export_set_page):
181         * shell/ev-window.c: (ev_window_print_operation_done),
182         (ev_window_print_range), (ev_window_dispose):
183
184         First step of the printing system rework. EvJobPrint has been
185         replaced by EvJobExport so that every page is scheduled to be
186         exported in a thread instead of scheduling the whole printing
187         process. This way the gui is responsive during printing.
188         
189 2008-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
190
191         * shell/ev-window.c: (setup_size_from_metadata),
192         (ev_window_load_print_settings_from_metadata):
193
194         Fix memory leaks.
195         
196 2008-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
197
198         * libdocument/ev-document.c: (ev_document_get_type):
199
200         Add GObject type as prerequisite to EvDocument interface so that
201         document instances can be used as GObjects.
202         
203 2008-12-19  Carlos Garcia Campos  <carlosgc@gnome.org>
204
205         * shell/ev-view.c: (jump_to_find_result):
206
207         Only jump the the location of the find result for the first match
208         when searching. It drastically improves the performance when
209         searching. Bug catched and fixed by Michael Hunold. Fixes bug
210         #564774.
211         
212 2008-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
213
214         * properties/ev-properties-main.c: (ev_properties_get_pages):
215         * properties/ev-properties-view.[ch]:
216         (ev_properties_view_dispose), (ev_properties_view_class_init),
217         (ev_properties_view_set_info), (ev_properties_view_new):
218         * shell/ev-properties-dialog.[ch]:
219         (ev_properties_dialog_set_document):
220         * shell/ev-window.c: (ev_window_setup_document),
221         (ev_window_cmd_file_properties):
222
223         Add document URI to properties page. Fixes bug #555376.
224         
225 2008-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
226
227         * configure.ac:
228         * data/Makefile.am:
229         * data/evince-password.glade: Removed
230         * data/evince-properties.glade: Removed
231         * properties/ev-properties-view.c:
232         (ev_properties_view_class_init), (set_property),
233         (ev_properties_view_set_info), (ev_properties_view_init):
234         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
235         (font_cell_data_func), (ev_properties_fonts_init):
236
237         Remove Glade dependency.
238         
239 2008-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
240
241         * backend/comics/comics-document.c: (comics_document_load):
242
243         Fix zip mime-type in comics backend. Patch by Juanjo Marín.
244         
245 2008-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
246
247         * NEWS:
248         * configure.ac:
249
250         Update for release 2.25.2
251         
252 2008-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
253
254         * configure.ac:
255         * shell/Makefile.am:
256         * shell/ev-keyring.[ch]:
257         * shell/ev-password.[ch]: Removed
258         * shell/ev-password-view.[ch]: (ev_password_view_finalize),
259         (ev_password_view_class_init), (ev_password_view_clicked_cb),
260         (ev_password_view_init), (ev_password_view_set_uri),
261         (ev_password_dialog_got_response),
262         (ev_password_dialog_remember_button_toggled),
263         (ev_password_dialog_entry_changed_cb),
264         (ev_password_dialog_entry_activated_cb),
265         (ev_password_view_ask_password), (ev_password_view_get_password),
266         (ev_password_view_get_password_save_flags),
267         (ev_password_view_new):
268         * shell/ev-window.c: (ev_window_password_view_unlock),
269         (ev_window_load_job_cb), (ev_window_close_dialogs),
270         (ev_window_init):
271
272         Rework the password view. When the password is in the keyring it's
273         used automatically without showing the password dialog and it's  
274         only stored in the keyring when we are sure it's correct. The
275         password dialog has been reworked too, in order to make it
276         more hig compliant and consistent with the GTK+ dialog used in
277         gtkmountoperation. Fixes bug #562496. 
278         
279 2008-11-29  Carlos Garcia Campos  <carlosgc@gnome.org>
280
281         * backend/comics/comics-document.c: (comics_document_load):
282
283         Do not trust file extensions when getting the command needed to
284         uncompress comic documents. Fixes bug #562143.
285         
286 2008-11-29  Carlos Garcia Campos  <carlosgc@gnome.org>
287
288         * libdocument/ev-document-factory.c: (get_document_from_uri),
289         (ev_document_factory_get_document):
290         * libdocument/ev-file-helpers.[ch]: (get_mime_type_from_uri),
291         (get_mime_type_from_data), (ev_file_get_mime_type):
292
293         Move mime-type functions from document-facrory to file-helpers so
294         that it can be reused.
295         
296 2008-11-29  Carlos Garcia Campos  <carlosgc@gnome.org>
297
298         * shell/ev-window.c: (ev_window_load_job_cb), (set_uri_mtime),
299         (window_open_file_copy_ready_cb), (ev_window_reload_local),
300         (reload_remote_copy_ready_cb), (query_remote_uri_mtime_cb),
301         (ev_window_reload_remote), (ev_window_reload_document):
302
303         Add support for reloading remote documents. Fixes bug #555399.
304         
305 2008-11-23  Carlos Garcia Campos  <carlosgc@gnome.org>
306
307         * shell/ev-view.c: (ev_view_find_previous):
308
309         Make sure find_result is never < 0 which causes a crash while
310         searching. Fixes bug #558377.
311         
312 2008-11-19  Marek Kašík <mkasik@redhat.com>
313
314         * shell/ev-pixbuf-cache.c (new_selection_surface_needed),
315         (ev_pixbuf_cache_get_selection_surface):
316         
317         Fixes crash on fast scrolling with simultaneous text selection.
318
319 2008-11-19  Marek Kašík <mkasik@redhat.com>
320
321         * shell/ev-pixbuf-cache.c (ev_pixbuf_cache_add_jobs_if_needed):
322         * shell/ev-window.c (launch_external_uri):
323         
324         Fixes assertion fail on selecting text. See bug #561393.
325
326 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
327
328         * shell/Makefile.am:
329         * shell/ev-jobs.[ch]: (ev_job_layers_init),
330         (ev_job_layers_dispose), (ev_job_layers_run),
331         (ev_job_layers_class_init), (ev_job_layers_new):
332         * shell/ev-sidebar-layers.[ch]:
333         * shell/ev-view.[ch]: (ev_view_form_field_button_create_widget),
334         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
335         (ev_view_reload_page), (ev_view_reload):
336         * shell/ev-window.c: (setup_sidebar_from_metadata),
337         (ev_window_sidebar_current_page_changed_cb),
338         (sidebar_layers_visibility_changed), (ev_window_init):
339
340         Add layers support.
341         
342 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
343
344         * data/icons/22x22/actions/Makefile.am:
345         * data/icons/22x22/actions/eye.png:
346         * shell/ev-stock-icons.[ch]:
347         
348         Add eye icon from gimp to hide/show layers.
349         
350 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
351
352         * configure.ac:
353         * cut-n-paste/Makefile.am:
354         * cut-n-paste/gimpcellrenderertoggle/Makefile.am:
355         * cut-n-paste/gimpcellrenderertoggle/gimpcellrenderertoggle.[ch]:
356         * cut-n-paste/gimpcellrenderertoggle/gimpwidgetsmarshal.list:
357
358         Add GimpCellRendererToggle from gimp slightly modified to fit our
359         needs. 
360         
361 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
362
363         * configure.ac:
364         * backend/pdf/ev-poppler.cc:
365
366         Implement layers interface in PDF backend.
367         
368 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
369
370         * libdocument/Makefile.am:
371         * libdocument/ev-document-layers.[ch]:
372         * libdocument/ev-layer.[ch]:
373
374         Add optional content (layers) interface.
375         
376 2008-11-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
377
378         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
379         * cut-n-paste/toolbar-editor/eggtreemultidnd.h:
380
381         Removes unused code.
382
383 2008-11-05  Carlos Garcia Campos  <carlosgc@gnome.org>
384
385         * NEWS:
386         * configure.ac:
387
388         Update for 2.25.1 release
389
390 2008-11-05  Carlos Garcia Campos  <carlosgc@gnome.org>
391
392         * shell/ev-window.c:
393
394         Fix build with GTK+ < 2.14
395
396 2008-11-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
397
398         * cut-n-paste/zoom-control/ephy-zoom-action.c (create_menu_item):
399         
400         Makes menu label translatable. Fixes bug #559129.
401
402 2008-11-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
403
404         * backend/dvi/mdvi-lib/t1.c (t1_reset_resolution),
405         (t1_transform_font):
406         * backend/dvi/mdvi-lib/tt.c (tt_really_load_font), (tt_load_font):
407         
408         More renames of warning to mdvi_warning in follow up to the
409         fix of the bug #553369. Fix for the bug #559257 by
410         Tuxce <tuxce.net@gmail.com>.
411         
412 2008-11-02  Carlos Garcia Campos  <carlosgc@gnome.org>
413
414         * shell/ev-application.c: (ev_application_init_session):
415         * shell/main.c: (main):
416
417         Move the egg_set_desktop_file() call to main and remove
418         gtk_window_set_default_icon_name() since it's already called by
419         egg_set_desktop_file()
420         
421 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
422
423         * libdocument/ev-file-helpers.c: (ev_xfer_uri_simple):
424
425         Initialize GError to NULL.
426         
427 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
428
429         * shell/ev-window.c: (window_save_file_copy_ready_cb),
430         (ev_window_print_finished), (ev_window_print_dialog_response_cb),
431         (ev_window_preview_print_finished), (launch_action):
432
433         Do not use popup dialogs to show error messages anymore, use the
434         message area instead.
435         
436 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
437
438         * shell/ev-window.c: (ev_window_error_message),
439         (ev_window_warning_message), (ev_window_set_document),
440         (ev_window_load_job_cb), (ev_window_load_remote_failed),
441         (ev_window_cmd_file_open_copy_at_dest), (ev_window_save_job_cb),
442         (ev_window_cmd_help_contents), (launch_external_uri),
443         (image_save_dialog_response_cb), (image_save_dialog_response_cb),
444         (ev_attachment_popup_cmd_open_attachment),
445         (attachment_save_dialog_response_cb):
446
447         Use a message format (with printf()-style) in
448         ev_window_error_message and ev_window_warning_message.
449
450 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
451
452         * shell/ev-window.c: (ev_window_error_message),
453         (ev_window_warning_message), (ev_window_set_document),
454         (ev_window_load_job_cb), (ev_window_load_remote_failed),
455         (ev_window_cmd_file_open_copy_at_dest), (ev_window_save_job_cb),
456         (ev_window_cmd_help_contents), (launch_external_uri),
457         (image_save_dialog_response_cb),
458         (ev_attachment_popup_cmd_open_attachment),
459         (attachment_save_dialog_response_cb):
460
461         Change ev_window_error_message and ev_window_warning_message to
462         receive a EvWindow instead of a GtkWindow. It's more consistent
463         and avoids unneeded casts.
464         
465 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
466
467         * shell/ev-window.c: (ev_window_cmd_help_contents):
468
469         Use gtk_show_uri() when availale to display help contents.
470         
471 2008-10-31  Carlos Garcia Campos  <carlosgc@gnome.org>
472
473         * configure.ac:
474         * backend/pdf/ev-poppler.cc:
475         * properties/ev-properties-view.c:
476         * shell/Makefile.am:
477         * shell/ev-tooltip.[ch]: Removed
478         * shell/ev-view-private.h
479         * shell/eggfindbar.c:
480         * shell/ev-application.c:
481         * shell/ev-open-recent-action.c:
482         * shell/ev-sidebar-thumbnails.c:
483         * shell/ev-view.c:
484         * shell/ev-window.c:
485
486         Bump GTK+ requirement to 2.12.
487         
488 2008-10-27 Christian Persch <chpe@gnome.org>
489
490         * backend/djvu/djvu-document.c
491         * backend/dvi/cairo-device.c
492         * cut-n-paste/evmountoperation/ev-mount-operation.h
493         * cut-n-paste/gedit-message-area/gedit-message-area.h
494         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c
495         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h
496         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c
497         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h
498         * cut-n-paste/toolbar-editor/egg-toolbars-model.c
499         * cut-n-paste/toolbar-editor/egg-toolbars-model.h
500         * cut-n-paste/toolbar-editor/eggtreemultidnd.c
501         * cut-n-paste/toolbar-editor/eggtreemultidnd.h
502         * cut-n-paste/zoom-control/ephy-zoom-action.c
503         * cut-n-paste/zoom-control/ephy-zoom-action.h
504         * cut-n-paste/zoom-control/ephy-zoom-control.c
505         * cut-n-paste/zoom-control/ephy-zoom-control.h
506         * libdocument/ev-async-renderer.h
507         * libdocument/ev-document-factory.c
508         * libdocument/ev-document-misc.h
509         * libdocument/ev-image.h
510         * libdocument/ev-selection.h
511         * shell/ev-properties-fonts.h
512         * shell/ev-stock-icons.h
513         * shell/ev-window.c: Only include glib.h, gdk/gdk.h and gtk/gtk.h
514         directly. Bug #558064.
515
516 2008-10-27 Christian Persch <chpe@gnome.org>
517
518         * cut-and-paste/smclient/*: Update from libegg.
519
520 2008-10-27 Christian Persch <chpe@gnome.org>
521
522         * backend/djvu/djvu-document.c
523         * backend/ps/ev-spectre.c
524         * shell/ev-jobs.c: Use printf safely. Bug #558066.
525
526 2008-10-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
527
528         * shell/ev-view.c (ev_view_change_page),
529         (ev_view_transition_animation_finish),
530         (ev_view_transition_animation_cancel), (page_changed_cb),
531         (ev_view_set_presentation), (ev_view_next_page),
532         (ev_view_previous_page):
533         
534         Cancel the animation without scheduling transition start
535         and proceed to the next page to fix bug #516749.
536
537 2008-10-19  Carlos Garcia Campos  <carlosgc@gnome.org>
538
539         * NEWS:
540         * configure.ac:
541
542         Update for release 2.24.1
543         
544 2008-10-17  Carlos Garcia Campos  <carlosgc@gnome.org>
545
546         * shell/ev-window.c: (ev_window_cmd_view_presentation):
547
548         Disable toggle function of F5 when in presentation mode. Patch by
549         Dave Neary. Fixes bug #556162.
550         
551 2008-10-17  Carlos Garcia Campos  <carlosgc@gnome.org>
552
553         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
554         (ev_sidebar_thumbnails_get_loading_icon), (clear_range),
555         (ev_sidebar_thumbnails_fill_model),
556         (ev_sidebar_thumbnails_refresh),
557         (ev_sidebar_thumbnails_set_document):
558
559         Instead of using only one loading icon for thumbnails based on the
560         size of the first page, create an icon for every different page
561         size. Fixes bug #556264.
562         
563 2008-10-17  Carlos Garcia Campos  <carlosgc@gnome.org>
564
565         * shell/ev-page-cache.c: (ev_page_cache_finalize):
566
567         Fix memory leak.
568         
569 2008-10-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
570
571         * shell/ev-window-title.c (ev_window_title_sanitize_title):
572
573         Removes bad prefixes from window title. Patch by 
574         Robin Sonefors <ozamosi@blinkenlights.se> fixes bug #534684.
575         
576 2008-10-12  Carlos Garcia Campos  <carlosgc@gnome.org>
577
578         * shell/ev-window.c: (launch_external_uri):
579
580         Do not consider mailto links as http uris. Fixes bug #555801.
581         
582 2008-10-06  Carlos Garcia Campos  <carlosgc@gnome.org>
583
584         * shell/ev-view.c: (merge_selection_region), (clear_selection):
585
586         Fix memory leak. Fixes bug #555134.
587         
588 2008-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
589
590         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
591
592         Emit the job finished signal when the job is handled before the
593         page_ready callback.
594         
595 2008-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
596
597         * shell/ev-window.c: (launch_action):
598
599         Use GdkAppLaunchContext when available to launch external
600         applications.
601         
602 2008-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
603
604         * shell/ev-window.c: (launch_action):
605
606         Fix launching external applications for launch actions which seems
607         to be broken since the gio port. Fixes bug #554500.
608         
609 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
610
611         * backend/dvi/Makefile.am:
612         * backend/dvi/cairo-device.c:
613         * backend/dvi/dvi-document.c:
614         * backend/dvi/mdvi-lib/Makefile.am:
615
616         Fix several compile warnings in the dvi backend.
617         
618 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
619
620         * backend/dvi/mdvi-lib/common.h:
621         * backend/dvi/mdvi-lib/dviread.c:
622         * backend/dvi/mdvi-lib/font.c:
623         * backend/dvi/mdvi-lib/fontmap.c:
624         * backend/dvi/mdvi-lib/fontsrch.c:
625         * backend/dvi/mdvi-lib/gf.c:
626         * backend/dvi/mdvi-lib/pagesel.c:
627         * backend/dvi/mdvi-lib/pk.c:
628         * backend/dvi/mdvi-lib/sp-epsf.c:
629         * backend/dvi/mdvi-lib/special.c:
630         * backend/dvi/mdvi-lib/tfm.c:
631         * backend/dvi/mdvi-lib/tfmfile.c:
632         * backend/dvi/mdvi-lib/util.c:
633         * backend/dvi/mdvi-lib/vf.c:
634
635         Rename error as mdvi_error to avoid symbol conflicts with the libc
636         error. Rename also message, crash, fatal and warning for
637         consistency. Fixes bug #553369.
638         
639 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
640
641         * backend/dvi/dvi-document.c: (dvi_document_load):
642
643         Fix memory leak.
644         
645 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
646
647         * backend/dvi/dvi-document.c:
648
649         Use EV_BACKEND_IMPLEMENT_INTERFACE instead of
650         G_IMPLEMENT_INTERFACE.
651         
652 2008-09-26  Carlos Garcia Campos  <carlosgc@gnome.org>
653
654         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
655
656         Make sure copy_job_page_and_selection_to_job_info is always called
657         before copy_job_to_job_info. Fixes bug #552382.
658         
659 2008-09-22  Carlos Garcia Campos  <carlosgc@gnome.org>
660
661         * NEWS:
662         * configure.ac:
663
664         Update for release 2.24.0
665         
666 2008-09-13  Carlos Garcia Campos  <carlosgc@gnome.org>
667
668         * shell/ev-window.c: (launch_external_uri):
669
670         Use GdkAppLaunchContext when available to launch external uris.
671         
672 2008-09-13  Carlos Garcia Campos  <carlosgc@gnome.org>
673
674         * shell/ev-window.c: (launch_external_uri):
675
676         Use the message area to show errors when lauching external uris
677         instead of a popup window.
678         
679 2008-09-13  Carlos Garcia Campos  <carlosgc@gnome.org>
680
681         * shell/ev-window.c: (launch_external_uri):
682
683         Assume invalid uris are http uris. Fixes bug #552071.
684         
685 2008-09-09  Carlos Garcia Campos  <carlosgc@gnome.org>
686
687         * NEWS:
688         * configure.ac:
689
690         Update for release 2.23.92.
691         
692 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
693
694         * shell/eggfindbar.c: (egg_find_bar_class_init):
695
696         Allow page scrolling with PageUp/PageDown keys when find bar is
697         active. Fixes bug #529833.
698         
699 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
700
701         * shell/ev-view-private.h:
702         * shell/ev-view.[ch]: (add_scroll_binding_keypad),
703         (ev_view_scroll), (ev_view_class_init):
704         * shell/ev-view-accessible.c:
705         (ev_view_accessible_action_do_action):
706         * shell/ev-window.c: (ev_window_cmd_scroll_forward),
707         (ev_window_cmd_scroll_backward):
708
709         Use GtkScrollType instead of EvScrollType.
710         
711 2008-09-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
712
713         * shell/ev-page-cache.c (ev_page_cache_set_page_label):
714         
715         Patch for case unsensitive page label match by Michael Lee.
716         See bug #550136.
717         
718         * shell/ev-page-action.c (create_tool_item):    
719         * test/Makefile.am:
720         * test/test1.py:
721         * test/test4.py:
722         * test/test5.py:
723         
724         Added test for the above and updated other tests.
725
726 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
727
728         * shell/ev-window.c: (image_save_dialog_response_cb):
729
730         Do not append the file extension twice when saving an image.
731         
732 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
733
734         * backend/pdf/ev-poppler.cc: (pdf_document_images_get_image):
735
736         Remove an invalid ifdef.
737         
738 2008-09-05  Carlos Garcia Campos  <carlosgc@gnome.org>
739
740         * shell/ev-view.c: (ev_view_motion_notify_event):
741
742         Make sure the cursor is correctly restored after showing the right
743         click menu.
744         
745 2008-09-05  Carlos Garcia Campos  <carlosgc@gnome.org>
746
747         * libdocument/ev-attachment.[ch]: (ev_attachment_launch_app),
748         (ev_attachment_open):
749         * shell/ev-sidebar-attachments.c:
750         (ev_sidebar_attachments_button_press):
751         * shell/ev-window.c: (ev_attachment_popup_cmd_open_attachment):
752
753         Use GdkAppLaunchContext when available to open attachments.
754         
755 2008-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
756
757         * shell/ev-media-player-keys.c: (ev_media_player_keys_grab_keys):
758
759         Grab the mediakeys with a low priority. Fixes bug #547164. Patch
760         by Eric Piel.
761         
762 2008-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
763
764         * shell/ev-application.c: (ev_application_get_media_keys):
765         * shell/ev-media-player-keys.[ch]:
766         (ev_media_player_keys_class_init), (on_media_player_key_pressed),
767         (ev_media_player_keys_grab_keys),
768         (ev_media_player_keys_release_keys), (ev_media_player_keys_init),
769         (ev_media_player_keys_focused), (ev_media_player_keys_finalize):
770         * shell/ev-window.[ch]: (ev_window_dispose),
771         (view_actions_focus_in_cb), (ev_window_media_player_key_pressed),
772         (ev_window_init):
773
774         Clean up the media player keys stuff.
775         
776 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
777
778         * NEWS:
779         * configure.ac:
780
781         Update for release 2.23.91.
782         
783 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
784
785         * cut-n-paste/smclient/eggsmclient-xsmp.c:
786         (sm_client_xsmp_set_initial_properties):
787
788         Fix memory leak.
789         
790 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
791
792         * shell/ev-application.c: (ev_application_open_window),
793         (ev_application_open_uri_at_dest):
794
795         Make sure evince starts up in the right workspace when resuming a
796         previous session.
797         
798 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
799
800         * shell/ev-application.[ch]: (ev_application_open_window),
801         (ev_application_add_icon_path_for_screen),
802         (ev_application_open_uri_at_dest):
803
804         Fix window manager warnings shown in ~/.xsession-errors
805         
806 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
807
808         * configure.ac:
809         * cut-n-paste/Makefile.am:
810         * cut-n-paste/smclient/Makefile.am:
811         * cut-n-paste/smclient/eggdesktopfile.[ch]:
812         * cut-n-paste/smclient/eggsmclient-private.h:
813         * cut-n-paste/smclient/eggsmclient-xsmp.c:
814         * cut-n-paste/smclient/eggsmclient.[ch]:
815
816         EggSMClient copied from libegg
817
818         * libdocument/ev-file-helpers.c: (ev_dot_dir):
819         * shell/Makefile.am:
820         * shell/ev-application.[ch]: (ev_application_load_session),
821         (smclient_save_state_cb), (smclient_quit_cb),
822         (ev_application_init_session), (ev_application_shutdown),
823         (ev_application_init):
824         * shell/main.c: (main):
825
826         Use EggSMClient instead of gnome-client and remove libgnome and
827         libgnomeui dependencies.
828         
829 2008-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
830
831         * shell/main.c: (main):
832
833         Remove gnome_authentication_manager_init.
834         
835 2008-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
836
837         * shell/ev-view.c: (ev_view_goto_window_create):
838
839         Use gtk_box_pack_start instead of gtk_box_pack_start_defaults
840         since it's now deprecated.
841         
842 2008-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
843
844         * backend/djvu/Makefile.am:
845         * backend/djvu/djvu-document-private.h:
846         * backend/djvu/djvu-document.c: (djvu_document_find_find_text),
847         (djvu_document_find_iface_init):
848         * backend/djvu/djvu-text-page.[ch]:
849         * backend/djvu/djvu-text.[ch]: Removed
850         * backend/pdf/ev-poppler.cc: (pdf_document_find_find_text),
851         (pdf_document_find_iface_init):
852         * libdocument/ev-document-find.[ch]: (ev_document_find_find_text):
853         * shell/ev-jobs.[ch]: (ev_job_find_init), (ev_job_find_dispose),
854         (ev_job_find_run), (ev_job_find_class_init), (ev_job_find_new),
855         (ev_job_find_get_n_results), (ev_job_find_get_progress),
856         (ev_job_find_has_results), (ev_job_find_get_results):
857         * shell/ev-view-private.h:
858         * shell/ev-view.[ch]: (ev_view_expose_event),
859         (highlight_find_results), (ev_view_finalize),
860         (ev_view_get_property), (ev_view_class_init), (page_changed_cb),
861         (ev_view_set_document), (ev_view_find_get_n_results),
862         (ev_view_find_get_result), (jump_to_find_result),
863         (jump_to_find_page), (ev_view_find_changed), (ev_view_find_next),
864         (ev_view_find_previous), (ev_view_find_search_changed),
865         (ev_view_find_set_highlight_search), (ev_view_find_cancel):
866         * shell/ev-window.c: (ev_window_update_actions),
867         (page_changed_cb), (ev_window_setup_document),
868         (ev_window_update_find_status_message),
869         (ev_window_find_job_finished_cb), (ev_window_find_job_updated_cb),
870         (ev_window_clear_find_job), (find_bar_close_cb),
871         (find_bar_search_changed_cb), (find_bar_visibility_changed_cb),
872         (ev_window_dispose), (ev_window_init):
873
874         Rework find interface. The find logic has been moved from backends
875         to the shell avoiding a lot of duplicated code in the backends and
876         making easier to implement the find interface in the backends.
877         
878 2008-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
879
880         * backend/pdf/ev-poppler.cc:
881         (pdf_document_thumbnails_get_dimensions):
882
883         Make sure thumbnail size returned by the PDF is actually
884         valid. Fixes bug #548462.
885         
886 2008-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
887
888         * shell/ev-window.c: (ev_window_setup_document),
889         (ev_window_set_document), (ev_window_dispose):
890
891         Remove the idle function for setting the document up when the
892         window is destroyed. Fixes bug #549163.
893         
894 2008-08-22  Carlos Garcia Campos  <carlosgc@gnome.org>
895
896         * shell/ev-jobs.[ch]: (ev_job_attachments_init),
897         (ev_job_attachments_dispose), (ev_job_attachments_run),
898         (ev_job_attachments_class_init), (ev_job_attachments_new):
899         * shell/ev-sidebar-attachments.c:
900         (ev_sidebar_attachments_set_document):
901
902         Add a new job to get the attachments in a thread with the document
903         lock held. Fixes bug #548653.
904         
905 2008-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
906
907         * backend/tiff/tiff-document.c: (tiff_document_get_page_label),
908         (tiff_document_document_iface_init):
909
910         Implement document_get_page_label in tiff backend.
911         
912 2008-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
913
914         * backend/tiff/tiff-document.c: (tiff_document_render):
915
916         Handle document orientation in tiff backend. Fixes bug #548444.
917         
918 2008-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
919
920         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
921
922         Do not crash when adjustment page size is 0. Fixes bug #547440.
923         
924 2008-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
925
926         * cut-n-paste/evmountoperation/ev-mount-operation.c:
927
928         Sync with current GTK+.
929         
930 2008-08-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
931
932         * configure.ac:
933         
934         Update for release 2.23.6.
935
936 2008-08-06  Carlos Garcia Campos  <carlosgc@gnome.org>
937
938         * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_run),
939         (ev_job_load_set_password):
940         * shell/ev-password.[ch]: (ev_password_dialog_get_password):
941         * shell/ev-window.c: (password_dialog_response),
942         (ev_window_load_job_cb):
943
944         Fix loading encrypted documents since I broke it with the jobs
945         rework.
946         
947 2008-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
948
949         * NEWS:
950
951         Update NEWS for 2.23.6 release.
952         
953 2008-08-03  Wouter Bolsterlee  <wbolster@svn.gnome.org>
954
955         * backend/impress/impress-document.c:
956         * backend/impress/render.h:
957         * libdocument/ev-document-factory.c:
958         * libdocument/ev-document-factory.h:
959         * libdocument/ev-document-links.h:
960         * libdocument/ev-document-misc.c:
961         * libdocument/ev-document-misc.h:
962         * properties/ev-properties-main.c:
963         * properties/ev-properties-view.c:
964         * properties/ev-properties-view.h:
965         * shell/eggfindbar.c:
966         * shell/eggfindbar.h:
967         * shell/ev-application.c:
968         * shell/ev-application.h:
969         * shell/ev-jobs.h:
970         * shell/ev-message-area.h:
971         * shell/ev-navigation-action.c:
972         * shell/ev-navigation-action.h:
973         * shell/ev-open-recent-action.c:
974         * shell/ev-open-recent-action.h:
975         * shell/ev-page-action-widget.c:
976         * shell/ev-page-action.c:
977         * shell/ev-page-action.h:
978         * shell/ev-page-cache.h:
979         * shell/ev-password-view.h:
980         * shell/ev-password.h:
981         * shell/ev-pixbuf-cache.h:
982         * shell/ev-properties-fonts.c:
983         * shell/ev-sidebar-attachments.c:
984         * shell/ev-sidebar-links.c:
985         * shell/ev-sidebar-links.h:
986         * shell/ev-sidebar-thumbnails.c:
987         * shell/ev-sidebar-thumbnails.h:
988         * shell/ev-sidebar.c:
989         * shell/ev-sidebar.h:
990         * shell/ev-stock-icons.c:
991         * shell/ev-tooltip.h:
992         * shell/ev-view.c:
993         * shell/ev-view.h:
994         * shell/ev-window.c:
995         * shell/ev-window.h:
996         * shell/main.c:
997
998         More #include cleanups. Again: reordering, single gtk.h
999         includes and other stuff.
1000
1001 2008-08-03  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1002
1003         * shell/eggfindbar.c:
1004         * shell/ev-application.c:
1005         * shell/ev-message-area.c:
1006         * shell/ev-navigation-action.c:
1007         * shell/ev-open-recent-action.c:
1008         * shell/ev-page-action-widget.c:
1009         * shell/ev-page-action.c:
1010         * shell/ev-password-view.c:
1011         * shell/ev-properties-dialog.c:
1012         * shell/ev-properties-fonts.c:
1013         * shell/ev-sidebar-attachments.c:
1014         * shell/ev-sidebar-page.c:
1015         * shell/ev-sidebar-thumbnails.c:
1016         * shell/ev-stock-icons.c:
1017         * shell/ev-tooltip.c:
1018         * shell/ev-view.c:
1019         * shell/ev-window.c:
1020         * shell/main.c:
1021
1022         Cleanup many #include statements: reorder so that a
1023         generic-to-specific order is used, use single gtk.h
1024         includes, and some other cleanups.
1025
1026 2008-08-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1027
1028         * shell/ev-jobs.h:
1029
1030         Add gio header.
1031         
1032 2008-08-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1033
1034         * libdocument/ev-document.[ch]: (ev_document_doc_mutex_trylock),
1035         (ev_document_fc_mutex_trylock):
1036         * shell/Makefile.am:
1037         * shell/ev-job-queue.[ch]:
1038         * shell/ev-job-scheduler.[ch]:
1039         * shell/ev-jobs.[ch]: (ev_job_init), (ev_job_dispose),
1040         (ev_job_class_init), (emit_finished), (ev_job_emit_finished),
1041         (ev_job_run), (ev_job_cancel), (ev_job_failed),
1042         (ev_job_failed_from_error), (ev_job_succeeded),
1043         (ev_job_is_finished), (ev_job_is_failed), (ev_job_get_run_mode),
1044         (ev_job_set_run_mode), (ev_job_links_init), (ev_job_links_run),
1045         (ev_job_links_class_init), (ev_job_render_init),
1046         (notify_page_ready), (ev_job_render_page_ready),
1047         (ev_job_render_run), (ev_job_render_class_init),
1048         (ev_job_thumbnail_init), (ev_job_thumbnail_run),
1049         (ev_job_thumbnail_class_init), (ev_job_fonts_init),
1050         (ev_job_fonts_run), (ev_job_fonts_class_init), (ev_job_load_init),
1051         (ev_job_load_run), (ev_job_load_class_init), (ev_job_save_init),
1052         (ev_job_save_dispose), (ev_job_save_run),
1053         (ev_job_save_class_init), (ev_job_print_init),
1054         (ev_job_print_dispose), (ev_job_print_run),
1055         (ev_job_print_class_init):
1056         * shell/ev-page-cache.c:
1057         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
1058         (check_job_size_and_unref), (move_one_job),
1059         (copy_job_to_job_info), (add_job),
1060         (ev_pixbuf_cache_add_jobs_if_needed):
1061         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
1062         (job_fonts_finished_cb), (job_fonts_updated_cb),
1063         (ev_properties_fonts_set_document):
1064         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
1065         (ev_sidebar_links_set_document):
1066         * shell/ev-sidebar-thumbnails.c: (clear_range), (add_range),
1067         (ev_sidebar_thumbnails_set_document),
1068         (ev_sidebar_thumbnails_clear_job):
1069         * shell/ev-view-private.h:
1070         * shell/ev-view.c:
1071         * shell/ev-window.c: (ev_window_clear_thumbnail_job),
1072         (ev_window_refresh_window_thumbnail), (password_dialog_response),
1073         (ev_window_clear_load_job), (ev_window_clear_reload_job),
1074         (ev_window_load_job_cb), (ev_window_reload_job_cb),
1075         (window_open_file_copy_ready_cb), (ev_window_open_uri),
1076         (ev_window_reload_document), (ev_window_clear_save_job),
1077         (ev_window_save_job_cb), (file_save_dialog_response_cb),
1078         (ev_window_clear_print_job), (ev_window_print_job_cb),
1079         (ev_window_print_dialog_response_cb):
1080         * shell/main.c: (main):
1081
1082         Rework the jobs system in order to make it simpler and more
1083         extensible. It allows to run jobs in the main loop instead of
1084         using a thread when it's appropriate like the fonts job. Now it's
1085         also possible to cancel jobs that are currently running. 
1086         
1087 2008-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1088
1089         * libdocument/ev-debug.c: (profile_init):
1090
1091         Create the hash table also when profiling service is enabled for
1092         all sections.
1093         
1094 2008-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1095
1096         * libdocument/ev-debug.[ch]: (ev_profiler_start),
1097         (ev_profiler_stop):
1098         * shell/ev-jobs.c: (ev_job_finished), (ev_job_links_run),
1099         (notify_page_ready), (ev_job_render_run), (ev_job_thumbnail_run),
1100         (ev_job_fonts_run), (ev_job_load_run), (ev_job_save_run),
1101         (ev_job_print_run):
1102         * shell/main.c: (main):
1103
1104         Add a profile mode available when debug is enabled. Add profilers
1105         in ev-jobs.
1106         
1107 2008-07-23  Götz Waschk <waschk@mandriva.org>
1108
1109         * configure.ac: Correctly build desktop file. Fixes
1110         bug #544237.
1111
1112 2008-07-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1113
1114         * configure.ac:
1115         
1116         Update for release 2.23.5.
1117
1118 2008-07-21  Carlos Garcia Campos  <carlosgc@gnome.org>
1119
1120         * NEWS:
1121
1122         Update NEWS for 2.23.5 release.
1123         
1124 2008-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1125
1126         * shell/ev-window.c: (ev_window_state_event),
1127         (ev_window_class_init):
1128
1129         Intercept window manager's fullscreen request in order to run/stop
1130         fullscreen mode. Fixes bug #493541.
1131         
1132 2008-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1133
1134         * shell/ev-window.c: (find_bar_visibility_changed_cb):
1135
1136         Restart the job search when the find bar is opened for the second
1137         time. Fixes bug #531956.
1138         
1139 2008-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1140
1141         * libdocument/ev-document-factory.c: (get_mime_type_from_data),
1142         (get_document_from_uri):
1143
1144         Make sure we always return a valid error struct when
1145         get_document_from_uri fails. Fixes nautilus crash, see bug
1146         #542548.
1147         
1148 2008-07-15   Darren Kenny  <darren.kenny@sun.com>
1149
1150         * libdocument/ev-transition-effect.c
1151         (ev_transition_effect_type_get_type),
1152         (ev_transition_effect_alignment_get_type),
1153         (ev_transition_effect_direction_get_type):
1154         
1155         Fixes bug #542924. Makes enums static to fix Solaris build.
1156
1157 2008-07-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1158
1159         * shell/ev-view.c: (ev_view_key_press_event):
1160
1161         Add '.' keybinding for blanking the screen in presentation
1162         mode. Fixes bug #542001.
1163         
1164 2008-07-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1165
1166         * libdocument/ev-document-misc.c:
1167         (ev_document_misc_pixbuf_from_surface):
1168
1169         Fix bytes order on big endian. Patch by Benjamin Jacobs. Fixes bug
1170         #540950.
1171         
1172 2008-07-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1173
1174         * backend/comics/comics-document.c (comics_document_load):
1175         * backend/comics/comicsdocument.evince-backend.in:
1176         * configure.ac:
1177         * thumbnailer/evince-thumbnailer-comics.schemas.in:
1178         
1179         Added support for 7-zip based cb7 comic book. Patch by
1180         Kartik Rustagi. Fixes bug #532312.
1181
1182 2008-06-24  Bastien Nocera  <hadess@hadess.net>
1183
1184         * shell/ev-window.c: Use Alt+Left to rotate left, and Alt+Right
1185         to rotate right. Ctrl+R (as EOG uses) is already used for reload.
1186         Fixes bug #539972.
1187
1188 2008-06-24  Bastien Nocera  <hadess@hadess.net>
1189
1190         * shell/Makefile.am:
1191         * shell/ev-application.c (ev_application_init),
1192         (ev_application_get_media_keys):
1193         * shell/ev-application.h:
1194         * shell/ev-marshal.list:
1195         * shell/ev-media-player-keys.c (ev_media_player_keys_class_init),
1196         (proxy_destroy), (on_media_player_key_pressed),
1197         (ev_media_player_keys_init), (ev_media_player_keys_focused),
1198         (ev_media_player_keys_finalize), (ev_media_player_keys_new):
1199         * shell/ev-media-player-keys.h:
1200         * shell/ev-window.c (ev_window_go_previous_page),
1201         (ev_window_go_next_page), (ev_window_go_first_page),
1202         (ev_window_go_last_page), (ev_window_start_presentation),
1203         (ev_window_dispose), (view_actions_focus_in_cb):
1204         * shell/ev-window.h: When building with D-Bus support, listen
1205         for multimedia key events from gnome-settings-daemon. This allows
1206         to go to the next/previous/first/last pages using, respectively,
1207         Next/Previous/Rewing/Fast Forward. The Play button is used to start
1208         a presentation. Fixes bug #539971.
1209
1210 2008-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1211
1212         * configure.ac:
1213         
1214         Update for release 2.23.4.
1215
1216 2008-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1217
1218         * NEWS:
1219
1220         Update news for 2.23.4 release.
1221         
1222 2008-06-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1223
1224         * backend/pdf/ev-poppler.cc: (pdf_document_get_info):
1225         * shell/ev-sidebar-thumbnails.c:
1226         (ev_sidebar_thumbnails_set_loading_icon),
1227         (ev_sidebar_thumbnails_refresh):
1228         * shell/ev-window.c: (ev_window_error_message),
1229         (ev_window_warning_message), (ev_window_refresh_window_thumbnail),
1230         (ev_window_set_document):
1231
1232         Do not crash opening documents with no pages and show a warning
1233         message in the message area. Fixes bugs #537574 and #171588.
1234         
1235 2008-06-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1236
1237         * shell/Makefile.am:
1238         * shell/ev-file-monitor.[ch]:
1239         * shell/ev-window.c: (ev_window_document_changed),
1240         (ev_window_clear_reload_job), (ev_window_load_job_cb),
1241         (ev_window_reload_job_cb), (ev_window_open_uri),
1242         (ev_window_reload_document), (ev_window_cmd_view_reload),
1243         (ev_window_dispose):
1244
1245         Automaticly reload the document when the file has changed on
1246         disk. Bug #304249.
1247         
1248 2008-06-10  Cosimo Cecchi  <cosimoc@gnome.org>
1249
1250         * libdocument/ev-backends-manager.c: (ev_backends_manager_load):
1251         * libdocument/ev-image.c: (ev_image_save_tmp):
1252         * libdocument/ev-module.c: (ev_module_load):
1253         * shell/ev-application.c: (ev_application_shutdown),
1254         (ev_application_get_print_settings):
1255         * shell/ev-sidebar-attachments.c:
1256         (ev_sidebar_attachments_button_press),
1257         (ev_sidebar_attachments_drag_data_get):
1258         * shell/ev-window.c: (window_save_file_copy_ready_cb),
1259         (ev_window_print_finished), (ev_window_print_send),
1260         (ev_window_print_job_cb), (ev_window_cmd_help_contents),
1261         (ev_window_preview_print_finished), (ev_window_do_preview_print),
1262         (ev_window_cmd_preview_print):
1263         * shell/main.c: (load_files_remote):
1264         Fix some build warnings under GCC 4.3.0. (#537535).
1265
1266 2008-05-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1267
1268         * shell/ev-jobs.c: (ev_job_render_dispose):
1269
1270         Fix a crash in debug mode. Patch by Daniel M German.
1271         
1272 2008-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1273
1274         * shell/ev-window.c:
1275
1276         Add Ctrl+N keybinding for Open a Copy. Fixes bug #532239.
1277         
1278 2008-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1279
1280         * shell/ev-window.c: (ev_window_print_send),
1281         (ev_window_do_preview_print):
1282
1283         Use the window title as print job name instead of just
1284         "evince-print". Fixes bug #534493.
1285         
1286 2008-05-19  Frederic Peters  <fpeters@0d.be>
1287
1288         * libdocument/Makefile.am: fixed typo in ev-debug.h filename.
1289         Bug #533897.
1290
1291 2008-05-19  Frederic Peters  <fpeters@0d.be>
1292
1293         * help/reference/Makefile.am: added missing libevmountoperation to
1294         gtkdoc-scanobj libraries.  Bug #533896.
1295
1296 2008-05-19  Matthias Drochner  <M.Drochner@fz-juelich.de>
1297
1298         * properties/ev-properties-view.c (get_default_user_units):
1299         Fixes check for default units string translation. Bug #533323.
1300
1301 2008-05-01  Hans Petter Jansson  <hpj@novell.com>
1302
1303         * backend/impress/iksemel.c (sax_core): Fix a free() that should
1304         be an iks_free(). Fix an array overflow in the XML parser that
1305         would occur whenever the number of attributes in a tag was greater
1306         than 0 and divisible by 6. Fixes GNOME bug #530852.
1307
1308 2008-04-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1309
1310         * backend/djvu/djvu-document-private.h:
1311         * backend/djvu/djvu-links.c:
1312         * backend/djvu/djvu-text.c:
1313         * backend/djvu/djvu-document.c: (djvu_handle_events),
1314         (djvu_wait_for_message), (djvu_document_load),
1315         (document_get_page_size), (djvu_document_render),
1316         (djvu_document_thumbnails_get_thumbnail),
1317         (djvu_document_file_exporter_end):
1318
1319         Make sure load job doesn't finish successfully when the document
1320         is not successfully decoded by libdjvu. Fixes bug #530202.
1321         
1322 2008-04-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1323
1324         * configure.ac:
1325         * libdocument/Makefile.am:
1326         * libdocument/ev-debug.[ch]:
1327         * libdocument/ev-document.c:
1328         * shell/ev-jobs.c: (ev_job_links_dispose),
1329         (ev_job_render_dispose), (ev_job_thumbnail_dispose),
1330         (ev_job_print_dispose), (ev_job_finished), (ev_job_links_new),
1331         (ev_job_links_run), (ev_job_render_new), (notify_page_ready),
1332         (ev_job_render_page_ready), (ev_job_render_run),
1333         (ev_job_thumbnail_new), (ev_job_thumbnail_run),
1334         (ev_job_fonts_new), (ev_job_fonts_run), (ev_job_load_dispose),
1335         (ev_job_load_new), (ev_job_load_set_uri), (ev_job_load_run),
1336         (ev_job_save_dispose), (ev_job_save_new), (ev_job_save_run),
1337         (ev_job_print_new), (ev_job_print_run):
1338         * shell/main.c: (main):
1339
1340         Add debug mode based on gedit code. Add debug messages in
1341         ev-jobs.
1342         
1343 2008-04-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1344
1345         * libdocument/ev-document-factory.c: (get_document_from_uri):
1346
1347         Fix memory leak.
1348         
1349 2008-04-24   Jean Baptiste Lallement  <jeanbaptiste.lallement@gmail.com>
1350
1351         * libdocument/ev-document-factory.c (get_mime_type_from_uri),
1352         (get_mime_type_from_data), (get_document_from_uri),
1353         (ev_document_factory_get_document):
1354         
1355         Improved error message about file opening failture.
1356         Bug #529129.
1357
1358 2008-04-24  Abhishek Mukherjee  <linkinpark342@gmail.com>
1359
1360         * data/evince-toolbar.xml:
1361         
1362         Allow to add SaveAs to toolbar.
1363
1364 2008-04-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1365
1366         * shell/ev-view-private.h:
1367         * shell/ev-view.[ch]: (ev_view_button_release_event),
1368         (ev_view_finalize), (ev_view_clipboard_copy), (ev_view_copy),
1369         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
1370         (ev_view_update_primary_selection), (clear_link_selected),
1371         (ev_view_copy_link_address):
1372         * shell/ev-window.c: (ev_view_popup_cmd_copy_link_address):
1373
1374         Update also the primary selection when copying a link
1375         address. Fixes bug #520855.
1376         
1377 2008-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1378
1379         * libdocument/ev-document-factory.c: (get_document_from_uri):
1380
1381         Use the pixbuf backend only when the mime type is not supported by
1382         any of the other backend so that tiff documents, for instance, are
1383         handled by the tiff backend instead of the pixbuf backend. fixes
1384         bug #520290.
1385         
1386 2008-04-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1387
1388         * cut-n-paste/Makefile.am:
1389
1390         Add evmountoperation to subdirs list.
1391         
1392 2008-04-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1393
1394         * configure.ac:
1395
1396         Fix libspectre check in configure script. Fixes bug #528549.
1397         
1398 2008-04-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1399
1400         * configure.ac:
1401         * cut-n-paste/evmountoperation/ev-mount-operation.[ch]:
1402         * shell/Makefile.am:
1403         * shell/ev-window.c: (ev_window_load_remote_failed),
1404         (mount_volume_ready_cb), (window_open_file_copy_ready_cb):
1405
1406         Add GtkMountOperation (renamed to avoid conflicts) to be able to
1407         open documents in remote locations that are not mounted.
1408         
1409 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1410
1411         * backend/dvi/mdvi-lib/bitmap.[ch]: (bitmap_convert_lsb8),
1412         (bitmap_convert_msb8):
1413         * backend/dvi/mdvi-lib/t1.c: (t1_glyph_bitmap):
1414         * backend/dvi/mdvi-lib/tt.c: (tt_get_bitmap):
1415
1416         Fix T1 font rendering in dvi backend. Patch by Mattias Nissler.
1417         
1418 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1419
1420         * shell/ev-jobs.[ch]: (ev_job_render_dispose),
1421         (ev_job_render_new), (ev_job_render_set_selection_info),
1422         (ev_job_render_run):
1423         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
1424         (check_job_size_and_unref),
1425         (copy_job_page_and_selection_to_job_info), (copy_job_to_job_info),
1426         (add_job), (ev_pixbuf_cache_get_selection_surface):
1427
1428         Create the render context needed for rendering a page in the render
1429         thread so that we don't block the main thread. Simplify
1430         EvJobRender API.
1431         
1432 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1433
1434         * libdocument/Makefile.am:
1435         * libdocument/ev-page.[ch]:
1436         * libdocument/ev-render-context.[ch]: (ev_render_context_dispose),
1437         (ev_render_context_new), (ev_render_context_set_page):
1438         * libdocument/ev-form-field.[ch]: (ev_form_field_init),
1439         (ev_form_field_finalize), (ev_form_field_class_init):
1440         * libdocument/ev-document-forms.[ch]:
1441         (ev_document_forms_get_form_fields):
1442         * libdocument/ev-document.[ch]: (ev_document_get_page),
1443         (ev_document_get_page_size), (ev_document_get_page_label):
1444         * shell/ev-jobs.[ch]: (ev_job_thumbnail_dispose),
1445         (ev_job_render_run), (ev_job_thumbnail_new),
1446         (ev_job_thumbnail_run), (ev_job_print_run):
1447         * shell/ev-page-cache.c: (ev_page_cache_new):
1448         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
1449         (check_job_size_and_unref), (add_job):
1450         * shell/ev-sidebar-thumbnails.c: (add_range):
1451         * shell/ev-view.c: (ev_view_form_field_get_region),
1452         (ev_view_form_field_button_create_widget),
1453         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
1454         (ev_view_handle_form_field), (ev_view_size_allocate),
1455         (get_selected_text):
1456         * shell/ev-window.c: (ev_window_refresh_window_thumbnail):
1457         * backend/pdf/ev-poppler.cc: (pdf_document_get_page_size),
1458         (pdf_document_get_page), (pdf_document_get_page_label),
1459         (pdf_document_render), (pdf_document_get_info),
1460         (pdf_document_document_iface_init),
1461         (pdf_document_thumbnails_get_thumbnail),
1462         (pdf_document_thumbnails_get_dimensions),
1463         (pdf_document_file_exporter_do_page),
1464         (pdf_selection_render_selection),
1465         (pdf_selection_get_selected_text),
1466         (pdf_selection_get_selection_region),
1467         (pdf_selection_get_selection_map),
1468         (pdf_document_forms_get_form_fields),
1469         (pdf_document_forms_form_field_text_get_text),
1470         (pdf_document_forms_form_field_text_set_text),
1471         (pdf_document_forms_form_field_button_set_state),
1472         (pdf_document_forms_form_field_button_get_state),
1473         (pdf_document_forms_form_field_choice_get_item),
1474         (pdf_document_forms_form_field_choice_get_n_items),
1475         (pdf_document_forms_form_field_choice_is_item_selected),
1476         (pdf_document_forms_form_field_choice_select_item),
1477         (pdf_document_forms_form_field_choice_toggle_item),
1478         (pdf_document_forms_form_field_choice_unselect_all),
1479         (pdf_document_forms_form_field_choice_set_text),
1480         (pdf_document_forms_form_field_choice_get_text):
1481         * backend/ps/ev-spectre.c: (ps_document_get_page),
1482         (ps_document_get_page_size), (ps_document_get_page_label),
1483         (ps_document_render), (ps_document_document_iface_init),
1484         (ps_document_file_exporter_do_page):
1485         * backend/tiff/tiff-document.c: (tiff_document_get_page_size),
1486         (tiff_document_render), (tiff_document_render_pixbuf),
1487         (tiff_document_file_exporter_do_page):
1488         * backend/pixbuf/pixbuf-document.c:
1489         (pixbuf_document_get_page_size):
1490         * backend/comics/comics-document.c:
1491         (comics_document_get_page_size), (comics_document_render_pixbuf):
1492         * backend/djvu/djvu-document.c: (djvu_document_get_page_size),
1493         (djvu_document_render), (djvu_selection_get_selected_text),
1494         (djvu_document_thumbnails_get_thumbnail),
1495         (djvu_document_file_exporter_do_page),
1496         (djvu_document_find_get_result):
1497         * backend/dvi/dvi-document.c: (dvi_document_get_page_size),
1498         (dvi_document_render), (dvi_document_thumbnails_get_dimensions),
1499         (dvi_document_thumbnails_get_thumbnail),
1500         (dvi_document_file_exporter_do_page):
1501         * backend/impress/impress-document.c:
1502         (impress_document_get_page_size),
1503         (impress_document_render_pixbuf):
1504         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
1505
1506         Add EvPage so that we can hold a reference to the backend
1507         page. Form fields keep now a reference to the poppler page
1508         improving performance since we don't have to create/destroy the
1509         poppler field for every form operation. This will be needed for
1510         annotations too.
1511         
1512 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
1513
1514         * data/evince-ui.xml:
1515         * shell/ev-window.c:
1516
1517         Add Ctrl-Insert keybinding for copying text. Fixes bug #526523.
1518         
1519 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
1520
1521         * configure.ac:
1522         * backend/ps/Makefile.am:
1523
1524         Remove gs stuff from ps backend.
1525         
1526 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
1527
1528         * configure.ac:
1529         * backend/pdf/ev-poppler.cc:
1530
1531         Bump poppler requirement to 0.8.0.
1532         
1533 2008-04-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1534
1535         * NEWS:
1536         * configure.ac:
1537
1538         Update for release 2.22.1.1
1539
1540 2008-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1541
1542         * configure.ac:
1543
1544         Fix build (again) when poppler version is 0.6
1545         
1546 2008-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1547
1548         * backend/djvu/djvu-links.c: (build_tree):
1549
1550         Make sure link title is a valid utf8 string. Fixes bug #526517.
1551         
1552 2008-04-07  Carlos Garcia Campos  <carlosgc@gnome.org>
1553
1554         * configure.ac:
1555
1556         Fix build in FreeBSD. Based on patch by Michael Johnson. Fixes bug
1557         #526799.
1558         
1559 2008-04-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1560
1561         * configure.ac:
1562         
1563         Update for release 2.22.1.
1564
1565 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
1566
1567         * NEWS:
1568
1569         Update for upcoming release.
1570
1571 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
1572
1573         * configure.ac:
1574         * backend/dvi/dvidocument.evince-backend.in:
1575
1576         Add compressed dvi to the list of supported mime types. Patch by
1577         Ed Catmur. Fixes bug #307087.
1578
1579 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
1580
1581         * shell/ev-jobs.c: (ev_job_print_get_page_list):
1582
1583         Fix a crash when printing a range that doesn't specify the start or
1584         end page. Fixes bug #524288.
1585
1586 2008-04-02  Carlos Garcia Campos  <carlosgc@gnome.org>
1587
1588         * shell/ev-window.c: (ev_window_cmd_continuous),
1589         (ev_window_cmd_dual), (ev_window_cmd_view_best_fit),
1590         (ev_window_cmd_view_page_width), (ev_window_run_fullscreen),
1591         (ev_window_stop_fullscreen), (ev_window_cmd_view_fullscreen),
1592         (ev_window_run_presentation), (ev_window_stop_presentation),
1593         (ev_window_cmd_view_presentation),
1594         (ev_window_cmd_leave_fullscreen),
1595         (ev_window_cmd_start_presentation), (ev_window_cmd_escape):
1596
1597         Do not unfullscreen and fullscreen again the window when changing
1598         from fullscreen to presentation mode and vice versa. Fixes bug
1599         #524112.
1600         
1601 2008-04-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1602
1603         * backend/ps/ev-spectre.c: (ps_document_thumbnails_get_thumbnail):
1604
1605         Do not crash when thumbnail failed to render in PS backend. Fixes
1606         bug #525015.
1607         
1608 2008-03-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1609
1610         * shell/ev-window.c: (window_open_file_copy_ready_cb),
1611         (ev_window_load_file_remote), (ev_window_open_uri):
1612
1613         Handle errors when opening remote files.
1614         
1615 2008-03-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1616
1617         * shell/ev-page-action.c: (ev_page_action_grab_focus):
1618
1619         Only grab the focus for the current visible proxy widget. Fixes
1620         bug #521224.
1621         
1622 2008-03-30  Emil Soleyman  <emil@nishra.com>
1623
1624         * shell/ev-window.c: (launch_external_uri):
1625         
1626         Reuse g_app_info_launch_default_for_uri to
1627         save some code and fix bug #525009.
1628
1629 2008-03-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1630
1631         * shell/ev-window.c (image_save_dialog_response_cb):
1632
1633         Use g_str_has_suffix. See bug #523069.
1634
1635 2008-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1636
1637         * configure.ac:
1638
1639         Add a configure option to enable/diable DBus. Patch by Rémi
1640         Cardona. Fixes bug 521797.
1641
1642 2008-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1643
1644         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
1645
1646         Fix printing in documents with rotated pages. Patch by Eugen
1647         Dedu. Fixes bug #512648.
1648         
1649 2008-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1650
1651         * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest),
1652         (ev_link_from_action):
1653
1654         Fix warning messages.
1655         
1656 2008-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1657
1658         * shell/ev-window.c: (image_save_dialog_response_cb):
1659
1660         Do not append the extension to filename when saving an image
1661         if the filename alredy contains the extension. Fixes bug #523069.
1662         
1663 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
1664
1665         * shell/ev-view.[ch]: (ev_view_find_cancel):
1666         * shell/ev-window.c: (find_bar_close_cb):
1667
1668         Cancel the find operation when the find bar is closed. Fixes bug
1669         #508845.
1670         
1671 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
1672
1673         * backend/ps/psdocument.evince-backend.in:
1674
1675         Make ps backend module resident. Fixes bug #520607.
1676         
1677 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
1678
1679         * shell/ev-jobs.c: (ev_job_print_run):
1680
1681         Invert collate action in order to work as expected, fix reverse
1682         printing so that it doesn't start with a blank page and fix number
1683         of copies. Patch by Eugen Dedu. Fixes bug #365332.
1684         
1685 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1686
1687         * backend/pdf/ev-poppler.cc: (pdf_selection_render_selection):
1688
1689         Fix build with poppler <= 0.7.2
1690         
1691 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1692
1693         * libdocument/ev-document-misc.c:
1694         (ev_document_misc_surface_from_pixbuf):
1695
1696         Fix selections with poppler-splash.
1697         
1698 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1699
1700         * configure.ac:
1701         * backend/pdf/ev-poppler.cc:
1702
1703         Fix build with poppler >= 0.7.2
1704         
1705 2008-03-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1706
1707         * configure.ac:
1708         
1709         Update for release 2.22.0
1710
1711 2008-03-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1712
1713         * NEWS:
1714
1715         Update for upcoming release.
1716
1717 2008-03-09  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1718
1719         * shell/ev-window.c (ev_window_print_dialog_response_cb):
1720
1721         Bug 495107 – Handle print dialog responses correctly
1722
1723         Correctly handle print dialog response. Properly fixes
1724         the above mentioned bug.
1725
1726 2008-03-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1727
1728         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
1729
1730         Make sure print job is only run when the print button is
1731         clicked. Based on patch by Eugen Dedu. Fixes bug #495107.
1732         
1733 2008-03-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1734
1735         * backend/pdf/pdfdocument.evince-backend.in:
1736         * libdocument/ev-backends-manager.c:
1737         (ev_backends_manager_load_backend),
1738         (ev_backends_manager_get_document):
1739         * libdocument/ev-module.[ch]: (ev_module_load), (ev_module_new):
1740
1741         Allow making backend modules resident. This is needed only for
1742         some backends like pdf to avoid registering glib types more than
1743         once.
1744         
1745 2008-03-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1746
1747         * backend/comics/comics-document.c:
1748         * backend/djvu/djvu-document.c:
1749         * backend/impress/impress-document.c:
1750         * backend/pdf/ev-poppler.cc:
1751         * backend/pixbuf/pixbuf-document.c:
1752         * backend/ps/ev-spectre.c:
1753         * backend/ps/ps-document.c:
1754         * backend/tiff/tiff-document.c:
1755         * libdocument/ev-document.h:
1756         * properties/ev-properties-main.c:
1757
1758         Use g_type_module_add_interface instead of
1759         g_type_add_interface_static. Fixes bug #519679.
1760         
1761 2008-02-29  Carlos Garnacho  <carlosg@gnome.org>
1762
1763         * shell/ev-transition-animation.[ch] (ev_transition_animation_ready):
1764         Added. Returns whether the animation has everything necessary to run.
1765         * shell/ev-view.c (ev_view_expose_event): Do not assume the animation
1766         is ready just because it's been created. Fixes #519106.
1767         (draw_one_page): Do not show the "Loading..." text in presentation
1768         mode, there was a slim probability that this could happen.
1769
1770 2008-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1771
1772         * libdocument/ev-document-factory.c: (get_mime_type_from_uri):
1773
1774         Duplicate mime_type string before freeing it so that it doesn't
1775         always fail when getting mime type from uri. Fixes bug #518874.
1776         
1777 2008-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1778
1779         * shell/ev-view.c: (ev_view_form_field_choice_changed):
1780
1781         Fix a crash when a choice form field doesn't have any item
1782         selected. Fixes bug #518831
1783         
1784 2008-02-25  Alexander Larsson  <alexl@redhat.com>
1785
1786         * shell/ev-window.c (ev_window_clear_temp_file):
1787         Use g_file_has_prefix instead of renamed
1788         g_file_contains_file.
1789
1790         * configure.ac:
1791         Require new glib for above change.
1792         
1793 2008-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1794
1795         * libdocument/ev-image.c: (ev_image_finalize),
1796         (ev_image_save_tmp):
1797
1798         Return a real uri instead of a filename when saving an
1799         image. Fixes images drag an drop from evince to nautilus. 
1800         
1801 2008-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1802
1803         * backend/pdf/ev-poppler.cc:
1804         (pdf_document_images_get_image_mapping):
1805
1806         Return the image list in the right order. Fixes bug #516237.
1807         
1808 2008-02-12  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1809
1810         * backend/impress/impress-document.c:
1811         (impress_document_thumbnails_get_thumbnail):
1812
1813         Remove unused variable to avoid a compiler warning.
1814
1815 2008-02-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1816
1817         * configure.ac:
1818         
1819         Update for release 2.21.91.
1820
1821 2008-02-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1822
1823         * configure.ac:
1824         * shell/Makefile.am:
1825         * shell/ev-application.[ch]:
1826         * shell/ev-sidebar-links.c:
1827         * shell/ev-utils.[ch]:
1828         * shell/ev-window.[ch]:
1829
1830         Remove libgnomeprint support. Fixes bug #512370.
1831         
1832 2008-02-08  Matthias Clasen  <mclasen@redhat.com>
1833
1834         * thumbnailer/evince-thumbnailer.c: (main):
1835
1836         Initialize glib type system before using it. Fixes bug #513934.
1837         
1838 2008-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1839
1840         * properties/ev-properties-main.c:
1841
1842         Add missing #include.
1843         
1844 2008-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1845
1846         * configure.ac:
1847         * backend/djvu/djvu-document.c: (djvu_document_render):
1848         * backend/tiff/tiff-document.c: (tiff_document_render):
1849
1850         Use the new cairo function cairo_format_stride_for_width when
1851         available. Fixes bug #482720.
1852
1853 2008-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1854
1855         * libdocument/ev-document-factory.c: (get_mime_type_from_uri),
1856         (get_mime_type_from_data), (get_document_from_uri):
1857
1858         Use g_content_type_guess() only when slow is true in
1859         get_document_from_uri(). Fix several memory leaks.
1860         
1861 2008-01-30  Cosimo Cecchi  <cosimoc@svn.gnome.org>
1862
1863         * libdocument/ev-document-factory.c:
1864         (throw_unknown_mime_type_error), (throw_failed_to_get_info_error),
1865         (get_document_from_uri):
1866
1867         Use g_content_type_guess () to get mimetype for files.
1868         Bug #510401.
1869
1870 2008-01-30  Carlos Garcia Campos  <carlosgc@gnome.org>
1871
1872         * thumbnailer/Makefile.am:
1873
1874         Remove DJVU_LIBS from thumbnailer LDADD. Fixes bug #513203.
1875         
1876 2008-01-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1877
1878         * configure.ac:
1879
1880         Fix build with --without-libgnome. Fixes bug #512771.
1881         
1882 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
1883
1884         * backend/dvi/Makefile.am: Install only dvi
1885         module. Fixes bug #512718.
1886
1887 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
1888
1889         * properties/ev-properties-main.c: (nautilus_module_initialize):
1890         
1891         Initialize backends in properties tab. Fixes bug
1892         #512720.
1893
1894 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
1895
1896         * properties/Makefile.am: No need to link with 
1897         libraries. Fixes bug #512719.
1898
1899 2008-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1900
1901         * NEWS:
1902         * configure.ac:
1903         
1904         Update for release 2.21.90.
1905
1906 2008-01-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1907
1908         * shell/ev-window.c: (ev_window_cmd_escape):
1909
1910         Fix compile warning.
1911         
1912 2008-01-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1913
1914         * backend/dvi/dvi-document.c: (dvi_document_file_exporter_end):
1915
1916         Fix printing in dvi backend when filename contains white
1917         espaces. Fixes bug #502839.
1918         
1919 2008-01-26  Carlos Garcia Campos  <carlosgc@gnome.org>
1920
1921         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
1922         (screensaver_disable_x11):
1923         * shell/Makefile.am:
1924         * shell/xdg-user-dir-lookup.c: Removed
1925         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout):
1926         * shell/ev-view.c: (ev_view_presentation_transition_start):
1927         * shell/ev-window.c: (ev_window_cmd_file_open),
1928         (ev_window_cmd_save_as), (presentation_set_timeout):
1929
1930         Remove #ifdefs that are no longer needed.
1931         
1932 2008-01-26  Carlos Garcia Campos  <carlosgc@gnome.org>
1933
1934         * shell/ev-view.[ch]: (ev_view_button_release_event),
1935         (ev_view_autoscroll_start), (ev_view_autoscroll_stop):
1936         * shell/ev-window.c: (ev_window_cmd_view_autoscroll),
1937         (ev_window_cmd_escape):
1938
1939         Stop autoscroll when Escape key is pressed. Fixes bug #511635.
1940         
1941 2008-01-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1942
1943         * configure.ac:
1944         * backend/comics/comics-document.c: (comics_document_load):
1945         * libdocument/ev-attachment.[ch]: (ev_attachment_finalize),
1946         (ev_attachment_set_property), (ev_attachment_init),
1947         (ev_attachment_save), (ev_attachment_launch_app),
1948         (ev_attachment_open):
1949         * libdocument/ev-document-factory.c: (get_document_from_uri):
1950         * libdocument/ev-file-helpers.[ch]: (ev_tmp_file_get),
1951         (ev_tmp_file_unlink), (ev_tmp_uri_unlink), (ev_xfer_uri_simple),:
1952         * shell/ev-jobs.c:
1953         * shell/ev-password.c: (ev_password_dialog_set_property),
1954         (ev_password_dialog_save_password):
1955         * shell/ev-sidebar-attachments.c:
1956         (ev_sidebar_attachments_drag_data_get):
1957         * shell/ev-window-title.c: (get_filename_from_uri):
1958         * shell/ev-window.c: (ev_window_clear_temp_file),
1959         (ev_window_load_job_cb), (window_open_file_copy_ready_cb),
1960         (ev_window_open_uri), (window_save_file_copy_ready_cb),
1961         (ev_window_save_remote), (ev_window_cmd_save_as), (launch_action),
1962         (launch_external_uri), (image_save_dialog_response_cb),
1963         (attachment_save_dialog_response_cb):
1964         * shell/main.c: (load_files), (load_files_remote), (main):
1965         * thumbnailer/evince-thumbnailer.c: (main):
1966
1967         Port to gio and drop gnome-vfs dependency. Fixes bug
1968         #510401. Based on patch by Cosimo Cecchi.
1969         
1970 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1971
1972         * NEWS:
1973
1974         Fixed formatting inconsistencies (spaces vs. tabs)
1975
1976 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1977
1978         * shell/ev-window.c:
1979
1980         Use top/up/bottom/down arrows instead of
1981         first/left/last/right in the toolbar and menu actions.
1982         This fixes issues with RTL languages and is visually
1983         consistent with the page view. Fixes bug #170081.
1984
1985 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1986
1987         * NEWS:
1988
1989         Fixed some inaccuracies pointed out by Carlos Garcia
1990         Campos.
1991
1992 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1993
1994         * NEWS:
1995         * data/evince.schemas.in:
1996         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
1997
1998         Override PDF restrictions by default. Fixes bug #382700.
1999
2000 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2001
2002         * NEWS: Updated for upcoming release
2003
2004 2008-01-23  Carlos Garcia Campos  <carlosgc@gnome.org>
2005
2006         * libdocument/ev-backends-manager.c: (ev_backends_manager_load):
2007
2008         Fix memory leak.
2009         
2010 2008-01-23  Gil Forcada <gilforcada@guifi.net>
2011
2012         * shell/ev-window.c: (register_custom_actions):
2013         
2014         Added comment for translators
2015
2016 2008-01-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2017
2018         * shell/ev-view.c: (ev_view_button_release_event):
2019
2020         Do not create the idle function for kinetic scrolling if we are
2021         not in a drag operation.
2022
2023 2008-01-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2024
2025         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
2026         (ev_view_button_press_event), (ev_view_motion_notify_event),
2027         (ev_view_button_release_event):
2028
2029         Restore cursor after autoscrolling. Fixes bug #509958.
2030
2031 2008-01-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2032
2033         * configure.ac:
2034         * backend/pdf/ev-poppler.cc:
2035         (pdf_document_images_get_image_mapping),
2036         (pdf_document_images_get_image),
2037         (pdf_document_document_images_iface_init):
2038         * libdocument/ev-document-images.[ch]:
2039         (ev_document_images_get_image_mapping),
2040         (ev_document_images_get_image):
2041         * libdocument/ev-image.[ch]: (ev_image_new), (ev_image_get_page),
2042         (ev_image_get_id), (ev_image_save_tmp):
2043         * shell/ev-jobs.c: (ev_job_render_run):
2044         * shell/ev-view.c: (ev_view_drag_data_get):
2045         * shell/ev-window.c: (image_save_dialog_response_cb),
2046         (ev_view_popup_cmd_copy_image):
2047
2048         Do not render images when rendering the page but on demand. It
2049         reduces the memory comsumption.
2050         
2051 2008-01-18  Marcelo Lira  <setanta@gmail.com>
2052
2053         * configure.a:
2054         * shell/ev-password.c:
2055
2056         Make gnome-keyring optional. Fixes bug #509676.
2057         
2058 2008-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
2059
2060         * shell/ev-pixbuf-cache.c: (add_job):
2061
2062         Initialize include_images variable as FALSE instead of TRUE.
2063         
2064 2008-01-15  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2065
2066         * configure.ac:
2067         * cut-n-paste/Makefile.am:
2068         * cut-n-paste/fileformatchooser/Makefile.am:
2069         * cut-n-paste/fileformatchooser/egg-macros.h:
2070         * cut-n-paste/fileformatchooser/eggfileformatchooser.c:
2071         * cut-n-paste/fileformatchooser/eggfileformatchooser.h:
2072         * shell/Makefile.am:
2073         * shell/ev-utils.c:
2074         (file_chooser_dialog_add_writable_pixbuf_formats),
2075         (get_gdk_pixbuf_format_by_extension):
2076         * shell/ev-utils.h:
2077         * shell/ev-window.c: (ev_window_error_message),
2078         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as):
2079         
2080         Simplify image format selection on save.
2081
2082 2008-01-15  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2083
2084         * shell/ev-view.c: (ev_view_scroll_event):
2085         
2086         Repair gorizontal scrolling with shift. Fixes
2087         bug #483412.
2088
2089 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2090         
2091         * MAINTAINERS:
2092
2093         Fix formatting issues.
2094         
2095 2008-01-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2096
2097         * backend/comics/comics-document.c: (comics_regex_quote):
2098         
2099         Don't overquote special chars except of '. See bug 
2100         502500. Thanks to Tom Parker.
2101
2102 2008-01-13  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2103
2104         * MAINTAINERS:
2105         
2106         Added Nickolay and Carlos, since they're doing most of
2107         the releases nowadays.
2108
2109 2008-01-13  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2110
2111         * properties/Makefile.am:
2112
2113         Get the nautilus extension dir properly instead of using
2114         a hack. Fixes bug #505359.
2115
2116 2008-01-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2117
2118         * properties/Makefile.am:
2119         
2120         Install nautilus extension into new place. See bug
2121         #505359. Thanks to Matthias Clasen, Brian Pepple and
2122         Damien Carbery.
2123
2124 2008-01-13  Djihed Afifi  <djihed@gmail.com>
2125
2126         * shell/ev-window.c: (ev_window_get_recent_file_label):
2127         
2128         RTL marker in recent file list. See bug #509076.
2129
2130 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2131
2132         * backend/djvu/djvu-text-page.c: (djvu_text_page_limits):
2133         * shell/ev-window.c: (image_save_dialog_response_cb):
2134
2135         Fix compile warnings due to unused variables.
2136         
2137 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2138
2139         * configure.ac:
2140         * backend/dvi/cairo-device.c: (dvi_cairo_draw_ps):
2141         * backend/ps/ev-spectre.c: (ps_document_render):
2142
2143         Bump requirements to libspectre 0.2.0. Fixes bug #507705. 
2144
2145 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2146
2147         * shell/ev-transition-animation.c (ev_transition_animation_fade)
2148         (ev_transition_animation_paint): Implement "fade" effect.
2149
2150 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2151
2152         * shell/ev-transition-animation.c (ev_transition_animation_uncover)
2153         (ev_transition_animation_paint): Implement "uncover" effect.
2154
2155 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2156
2157         * shell/ev-transition-animation.c (ev_transition_animation_cover)
2158         (ev_transition_animation_paint): Implement "cover" effect.
2159
2160 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2161
2162         * shell/ev-transition-animation.c (ev_transition_animation_push)
2163         (ev_transition_animation_paint): Implement "push" effect.
2164
2165 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2166
2167         * shell/ev-transition-animation.c (ev_transition_animation_dissolve)
2168         (ev_transition_animation_paint): Implement "dissolve" effect.
2169
2170 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2171
2172         * shell/ev-transition-animation.c (ev_transition_animation_wipe)
2173         (ev_transition_animation_paint): Implement "wipe" effect.
2174
2175 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2176
2177         * shell/ev-transition-animation.c (ev_transition_animation_box)
2178         (ev_transition_animation_paint): Implement "box" effect.
2179
2180 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2181
2182         * shell/ev-transition-animation.c (ev_transition_animation_blinds)
2183         (ev_transition_animation_paint): Implement "blinds" effect.
2184
2185 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2186
2187         * shell/ev-transition-animation.c (ev_transition_animation_split)
2188         (ev_transition_animation_paint): Implement "split" effect.
2189
2190 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2191
2192         * shell/ev-view-private.h: Add a EvTransitionAnimation to the struct.
2193         * shell/ev-view.c (ev_view_expose_event) (ev_view_change_page)
2194         (ev_view_transition_animation_start) 
2195         (ev_view_transition_animation_finish) (ev_transition_animation_frame)
2196         (job_finished_cb) (page_changed_cb) (ev_view_set_presentation)
2197         (ev_view_next_page) (ev_view_previous_page):
2198         
2199         Use EvTransitionAnimation to drive page changes in the presentation
2200         mode, the animation will wait to start until both the origin and 
2201         destination page surfaces are available. Fixes #458460.
2202
2203         (draw_loading_text):
2204
2205         Remove workaround for bug #320352, it's now fixed properly.
2206
2207
2208 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2209
2210         * shell/ev-transition-animation.[ch]: Added, EvTransitionAnimation
2211         will contain the implementations for page transition animations, at
2212         the moment it just has the "replace" effect.
2213         * shell/Makefile.am: Added these files to build.
2214
2215 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2216
2217         * shell/ev-timeline.[ch]: Added, EvTimeline is the base object for
2218         animations.
2219         * shell/Makefile.am: Added these files to build.
2220
2221 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2222
2223         * backend/pdf/ev-poppler.cc (pdf_document_get_effect): Added
2224         implementation to get_effect() in EvDocumentTransitionIface.
2225
2226 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2227
2228         * libdocument/ev-transition-effect.[ch]: New files, define a page
2229         transition effect, at the moment it maps PopplerPageTransition to a
2230         GObject.
2231         * libdocument/Makefile.am: Added these files to build.
2232         * libdocument/ev-document-transition.[ch]
2233         (ev_document_transition_get_effect): New method, gets the
2234         EvTransitionEffect returned by the interface implementation, with
2235         fallback to the "replace" effect.
2236
2237 2007-12-30  Carl-Anton Ingmarsson  <c-a.ingmarsson@oktv.se>
2238
2239         * configure.ac:
2240         * cut-n-paste/Makefile.am:
2241         * cut-n-paste/fileformatchooser/Makefile.am:
2242         * cut-n-paste/fileformatchooser/egg-macros.h:
2243         * cut-n-paste/fileformatchooser/eggfileformatchooser.[ch]:
2244         * shell/Makefile.am:
2245         * shell/ev-window.c: (image_save_dialog_response_cb),
2246         (ev_view_popup_cmd_save_image_as):
2247
2248         Allow exporting images in any format supported by
2249         GdkPixbuf. Fixes bug #500209.
2250         
2251 2007-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2252
2253         * backend/pixbuf/pixbuf-document.c:
2254
2255         More warnings fixed.
2256         
2257 2007-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2258
2259         * backend/djvu/djvu-links.c: (get_djvu_link_dest),
2260         (get_djvu_hyperlink_area), (djvu_links_find_link_dest):
2261         * backend/djvu/djvu-text.h:
2262         * backend/tiff/tiff-document.c: (tiff_document_render):
2263
2264         Fix compile warnings.
2265         
2266 2007-12-28  Christian Persch  <chpe@gnome.org>
2267
2268         * **/*.c: Include config.h. Bug #504721.
2269
2270 2007-12-28  Carlos Garcia Campos  <carlosgc@gnome.org>
2271
2272         * configure.ac:
2273         * Makefile.am:
2274         * po/POTFILES.in:
2275         * backend/comics/Makefile.am:
2276         * backend/comics/comics-document.[ch]:
2277         * backend/comics/comicsdocument.evince-backend.in:
2278         * backend/djvu/Makefile.am:
2279         * backend/djvu/djvu-document.[ch]:
2280         * backend/djvu/djvudocument.evince-backend.in:
2281         * backend/dvi/Makefile.am:
2282         * backend/dvi/dvi-document.[c]:
2283         * backend/dvi/dvidocument.evince-backend.in:
2284         * backend/impress/Makefile.am:
2285         * backend/impress/impress-document.[ch]:
2286         * backend/impress/impressdocument.evince-backend.in:
2287         * backend/pdf/Makefile.am:
2288         * backend/pdf/ev-poppler.cc:
2289         * backend/pdf/ev-poppler.h:
2290         * backend/pdf/pdfdocument.evince-backend.in:
2291         * backend/pixbuf/Makefile.am:
2292         * backend/pixbuf/pixbuf-document.[ch]:
2293         * backend/pixbuf/pixbufdocument.evince-backend.in:
2294         * backend/ps/Makefile.am:
2295         * backend/ps/ev-spectre.[ch]:
2296         * backend/ps/ps-document.[ch]:
2297         * backend/ps/psdocument.evince-backend.in:
2298         * backend/tiff/Makefile.am:
2299         * backend/tiff/tiff-document.[ch]:
2300         * backend/tiff/tiffdocument.evince-backend.in:
2301         * libdocument/Makefile.am:
2302         * libdocument/ev-backends-manager.[ch]:
2303         * libdocument/ev-module.[ch]:
2304         * libdocument/ev-document.h:
2305         * libdocument/ev-document-factory.[ch]:
2306         (gdk_pixbuf_mime_type_list), (mime_type_supported_by_gdk_pixbuf),
2307         (get_compression_from_mime_type), (get_document_from_uri),
2308         (ev_document_factory_get_document), (file_filter_add_mime_types),
2309         (ev_document_factory_add_filters):
2310         * shell/Makefile.am:
2311         * shell/ev-window-title.c: (get_filename_from_uri):
2312         * shell/main.c: (main):
2313         * thumbnailer/Makefile.am:
2314         * thumbnailer/evince-thumbnailer.c: (main):
2315
2316         Plugin system for backends. Fixes bug #351348.
2317         
2318 2007-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2319
2320         * shell/ev-view-private.h:
2321         * shell/ev-view.c: (ev_view_drag_update_momentum),
2322         (ev_view_scroll_drag_release), (ev_view_motion_notify_event),
2323         (ev_view_button_release_event), (ev_view_destroy):
2324         
2325         Kinetic scrolling implemented as requested in
2326         bug #461271. Thanks to David Turner <cillian64@googlemail.com>.
2327
2328 2007-12-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2329
2330         * data/evince-toolbar.xml:
2331         * data/evince-ui.xml:
2332         * shell/ev-view-private.h:
2333         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
2334         (ev_view_button_press_event), (ev_view_motion_notify_event),
2335         (ev_view_button_release_event), (ev_view_init),
2336         (ev_view_autoscroll_cb), (ev_view_autoscroll),
2337         (ev_view_set_cursor):
2338         * shell/ev-view.h:
2339         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
2340         (ev_window_cmd_view_autoscroll):
2341         
2342         Autoscroll feature with the context menu. Fixes bug 
2343         #323670. Thanks to David Turner <cillian64@googlemail.com>.
2344
2345 2007-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
2346
2347         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref):
2348
2349         Disconnect also page-ready signal when removing a job because the
2350         page size has changed. Thanks to kripken
2351         <kripkensteiner@gmail.com>.
2352
2353 2007-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2354
2355         * shell/ev-page-action.c: (page_scroll_cb), (create_tool_item):
2356         
2357         Scroll pages in page entry with mouse wheel. Fixes bug
2358         #324122. Thanks to David Turner <cillian64@googlemail.com>.
2359
2360 2007-12-20  Carlos Garcia Campos  <carlosgc@gnome.org>
2361
2362         * backend/dvi/Makefile.am:
2363         * backend/dvi/cairo-device.c: (dvi_cairo_draw_ps),
2364         (mdvi_cairo_device_init):
2365         * backend/dvi/mdvi-lib/common.h:
2366         * backend/dvi/mdvi-lib/mdvi.h:
2367         * backend/dvi/mdvi-lib/sp-epsf.c: (epsf_special):
2368         * backend/dvi/mdvi-lib/util.c: (mdvi_strrstr),
2369         (mdvi_build_path_from_cwd):
2370
2371         Add ps specials support in dvi backend when libspectre is
2372         present. Fixes bug #386005.
2373         
2374 2007-12-20  Carlos Garcia Campos  <carlosgc@gnome.org>
2375
2376         * configure.ac:
2377         * backend/ps/Makefile.am:
2378         * backend/ps/ev-spectre.[ch]:
2379         
2380         Use libspectre, if available, for the ps backend. Fixes bugs
2381         #317106, #499787, #501235, #421879, #445797, #443859 and #486547.
2382
2383 2007-12-18  Yaakov Selkowitz  <yselkowitz@users.sourceforge.net>
2384         
2385         * backend/comics/comics-document.c: (comics_document_load):
2386         
2387         Cygwin build issue fix.
2388
2389 2007-12-16  Carlos Garcia Campos  <carlosgc@gnome.org>
2390
2391         * shell/ev-view.c: (ev_view_set_zoom):
2392
2393         Do not limit the minimum zoom factor when sizing mode is best bit
2394         or fit width. Fixes bug #503805.
2395         
2396 2007-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2397
2398         * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest):
2399         * libdocument/ev-link-dest.[ch]: (ev_link_dest_get_top),
2400         (ev_link_dest_get_left), (ev_link_dest_get_zoom),
2401         (ev_link_dest_get_property), (ev_link_dest_set_property),
2402         (ev_link_dest_class_init), (ev_link_dest_new_xyz),
2403         (ev_link_dest_new_fith), (ev_link_dest_new_fitv),
2404         (ev_link_dest_new_fitr):
2405         * shell/ev-view.c: (goto_fitr_dest), (goto_fitv_dest),
2406         (goto_fith_dest), (goto_xyz_dest):
2407
2408         Do not change left, top and zoom values when they are null in PDF
2409         destinations. Fixes bug #460658.
2410         
2411 2007-12-10  Christian Persch  <chpe@gnome.org>
2412
2413         * shell/ev-view-accessible.c: (ev_view_accessible_finalize),
2414         (ev_view_accessible_class_init),
2415         (ev_view_accessible_idle_do_action),
2416         (ev_view_accessible_action_do_action),
2417         (ev_view_accessible_action_get_description),
2418         (ev_view_accessible_action_set_description),
2419         (ev_view_accessible_action_iface_init), (ev_view_accessible_new),
2420         (ev_view_accessible_factory_init),
2421         (ev_view_accessible_factory_get_accessible_type):
2422         * shell/ev-view-accessible.h: A bit of cleanup: use gobject instance
2423         private data, and G_DEFINE_TYPE. Bug #502843.
2424
2425 2007-12-08  Christian Persch  <chpe@gnome.org>
2426
2427         * shell/ev-metadata-manager.c: (item_free),
2428         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
2429         (value_free), (parse_value), (parseItem),
2430         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
2431         (save_values): Use GSlice to allocate small amounts of memory. Bug
2432         #475972.
2433
2434 2007-12-05  Carlos Garcia Campos  <carlosgc@gnome.org>
2435
2436         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
2437
2438         Restore cursor to normal after a drag operation. Fixes bug
2439         #501603.
2440         
2441 2007-12-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2442
2443         * NEWS:
2444         * configure.ac:
2445         
2446         Update for release 2.21.1
2447
2448 2007-12-02  Carlos Garcia Campos  <carlosgc@gnome.org>
2449
2450         * configure.ac:
2451         * cut-n-paste/gedit-message-area/Makefile.am:
2452         * cut-n-paste/gedit-message-area/gedit-message-area.[ch]:
2453         * shell/Makefile.am:
2454         * shell/ev-message-area.[ch]:
2455         * shell/ev-window.c: (ev_window_set_message_area),
2456         (ev_window_error_message_response_cb), (ev_window_error_message),
2457         (ev_window_load_job_cb), (ev_window_cmd_file_open_copy_at_dest),
2458         (ev_window_save_job_cb), (image_save_dialog_response_cb),
2459         (ev_attachment_popup_cmd_open_attachment),
2460         (attachment_save_dialog_response_cb), (ev_window_set_document),
2461         (ev_window_init):
2462
2463         Use a message area instead of a popup dialog for error
2464         notifications. Fixes bug #337495.
2465         
2466 2007-12-02  Carlos Garcia Campos  <carlosgc@gnome.org>
2467
2468         * shell/ev-window.c: (fullscreen_toolbar_remove_shadow),
2469         (ev_window_run_fullscreen):
2470
2471         Remove the shadow of the fullscreen toolbar. Fixes bug #500702.
2472         
2473 2007-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
2474
2475         * ev-sidebar-thumbnails.c: (update_visible_range),
2476         (ev_sidebar_thumbnails_refresh),
2477         (ev_sidebar_thumbnails_set_document),
2478         (ev_sidebar_thumbnails_support_document):
2479
2480         Show thumbnails for documents with one page. Fixes bug #358751.
2481         
2482 2007-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
2483
2484         * shell/ev-window.c:
2485         (ev_window_load_print_settings_from_metadata),
2486         (ev_window_save_print_settings), (ev_window_print_finished),
2487         (ev_window_print_range):
2488
2489         Print settings that are specific to the document are now saved per
2490         document in the metadata file. Fixes bug #488806.
2491         
2492 2007-11-26  Matthias Clasen  <mclasen@redhat.com>
2493
2494         * backend/tiff/tiff-document.c: (tiff_document_render):
2495
2496         Tiff documents were rendered with wrong colors. Fixes bug #497279.
2497         
2498 2007-11-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2499
2500         * shell/ev-application.[ch]: (get_find_string_from_args),
2501         (ev_application_open_uri_at_dest), (ev_application_open_uri),
2502         (ev_application_open_uri_list):
2503         * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_new):
2504         * shell/ev-window.[ch]: (ev_window_load_job_cb),
2505         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
2506         (ev_window_cmd_recent_file_activate),
2507         (ev_window_open_recent_action_item_activated),
2508         (ev_window_print_send), (open_remote_link):
2509         * shell/main.c: (arguments_parse):
2510
2511         Add a command line option for search. Fixes bug #497710.
2512         
2513 2007-11-20  Darren Kenny  <darren.kenny@sun.com>
2514
2515         * shell/ev-jobs.c: (ev_job_print_new):
2516
2517         Fix endless loop when pages_per_sheet is 0. Fixes bug #498248.
2518         
2519 2007-10-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2520
2521         * data/evince-toolbar.xml:
2522         * shell/Makefile.am:
2523         * shell/ev-application.c: (ev_application_init):
2524         * shell/ev-open-recent-action.[ch]:
2525         * shell/ev-window.c:
2526         (ev_window_open_recent_action_item_activated),
2527         (register_custom_actions):
2528
2529         Add an expander to the open toolbar item which pops up a dropdown
2530         menu with the recently used documents. Fixes bug #487215.
2531         
2532 2007-10-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2533
2534         * shell/ev-window.c: (ev_window_open_uri),
2535         (ev_window_cmd_view_reload):
2536
2537         Do not jump to the first page when reloading by running evince
2538         from the command line. Fixes bug #490847.
2539         
2540 2007-10-27  Hiroyuki Ikezoe  <poincare@ikezoe.net>
2541
2542         * shell/ev-window.c: (ev_window_cmd_help_contents):
2543
2544         Plugged memory leak when help file is not found. Fixes bug
2545         #490762.
2546         
2547 2007-10-26  Carlos Garcia Campos  <carlosgc@gnome.org>
2548
2549         * configure.ac:
2550
2551         Enable djvu, dvi and comics backends by default. Fixes bug
2552         #437121.
2553         
2554 2007-10-26  Carlos Garcia Campos  <carlosgc@gnome.org>
2555
2556         * configure.ac:
2557         * cut-n-paste/Makefile.am:
2558         * cut-n-paste/recent-files/*: Removed
2559         * help/reference/Makefile.am:
2560         * shell/Makefile.am:
2561         * shell/ev-application.[ch]: (ev_application_shutdown),
2562         (ev_application_init):
2563         * shell/ev-window.c: (ev_window_add_recent),
2564         (ev_window_setup_recent), (ev_window_dispose), (ev_window_init):
2565
2566         Bump requirements to gtk+ 2.10.0 and remove egg-recent code. 
2567         
2568 2007-10-25  Pascal Terjan  <pterjan@linuxfr.org>
2569
2570         * shell/ev-window.c: (launch_external_uri):
2571
2572         Let GnomeVFS check the URL, this allow more URL (like mailto:),
2573         and report error if the URL is not supported (#489910).
2574
2575 2007-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2576
2577         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
2578         (pdf_document_file_exporter_begin_page),
2579         (pdf_document_file_exporter_end_page):
2580
2581         Fix printing with poppler splash backend. Fixes bug #489774.
2582         
2583 2007-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2584
2585         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
2586         * shell/ev-print-job.c: (ev_print_job_class_init):
2587
2588         Fix a crash when printing with the gnome-print dialog. Fixes bug
2589         #488939.
2590         
2591 2007-10-18  Sebastien Bacher  <seb128@ubuntu.com>
2592
2593         * backend/pixbuf/pixbuf-document.c:
2594
2595         Fix an implicit function definition warning (#487655)
2596
2597 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2598
2599         * shell/ev-window.c:
2600
2601         Fix conflicting shortcut for view sade pane and presentation.
2602         
2603 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2604
2605         * backend/pdf/ev-poppler.cc:
2606         (pdf_document_file_exporter_begin_page),
2607         (pdf_document_file_exporter_do_page),
2608         (pdf_document_file_exporter_end_page),
2609         (pdf_document_file_exporter_iface_init):
2610         * libdocument/ev-file-exporter.[ch]:
2611         (ev_file_exporter_begin_page), (ev_file_exporter_end_page):
2612         * shell/ev-jobs.c: (ev_job_print_get_page_list),
2613         (ev_job_print_run):
2614
2615         When printing multiple pages per sheet in reverse option, do not
2616         invert the order of the pages in every sheet, but the order of the
2617         sheets. Do not print blank pages when page range is invalid. Fixes
2618         bugs #484857 and #485521.
2619         
2620 2007-10-10  Carlos Garcia Campos  <carlosgc@gnome.org>
2621
2622         * shell/ev-jobs.c: (ev_job_print_get_page_list),
2623         (ev_job_print_run):
2624         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2625
2626         Respect ranges order when printing more than one range in random
2627         order.
2628         
2629 2007-10-10  Martin Schanzenbach  <mschanzenbach@gmail.com>
2630
2631         * shell/ev-window.c: (ev_window_refresh_window_thumbnail),
2632         (ev_window_setup_document), (ev_window_rotation_changed_cb):
2633
2634         Rotate also the window icon when document is rotated. Fixes bug
2635         #474681.
2636         
2637 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
2638
2639         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field),
2640         (pdf_document_forms_get_form_fields):
2641
2642         Silently ignore unknown form fields. Fixes bug #482654. Patch by
2643         Matthias Drochner.
2644         
2645 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
2646
2647         * configure.ac:
2648         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
2649
2650         Use poppler_page_render_for_printing() instead of
2651         poppler_page_render() if available when exporting to a ps or pdf
2652         file. Fixes bug #476627.
2653         
2654 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
2655
2656         * shell/ev-window.c: (ev_window_run_fullscreen):
2657
2658         Do not show the toolbar in fullscreen mode if the main toolbar is
2659         not visible. Fixes bug #483048.
2660         
2661 2007-09-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2662
2663         * shell/ev-view.c: (ev_view_button_press_event):
2664
2665         Give priority to form fields over images when deciding whether a
2666         button press event is over an image or form field. It allows edit
2667         form fields when they are over a background image. Fixes bug
2668         #477841.
2669         
2670 2007-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2671
2672         * NEWS:
2673         * configure.ac:
2674         
2675         Update for release 2.20.0
2676
2677 2007-09-12  Carlos Garcia Campos  <carlosgc@gnome.org>
2678
2679         * backend/pdf/ev-poppler.cc:
2680
2681         Remove #ifdef HAVE_FORMS, so that forms support works again.
2682
2683 2007-09-05  Götz Waschk  <waschk@mandriva.org>
2684
2685         * configure.ac:
2686         * data/evince.desktop.in.in:
2687         
2688         Fixes desktop file issues. See bug #473471.
2689
2690 2007-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
2691
2692         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
2693         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
2694         (ev_job_queue_remove_job):
2695         * shell/ev-jobs.[ch]: (ev_job_save_init), (ev_job_save_dispose),
2696         (ev_job_save_class_init), (ev_job_save_new), (ev_job_save_run):
2697         * shell/ev-window.c: (ev_window_clear_save_job),
2698         (ev_window_save_job_cb), (file_save_dialog_response_cb),
2699         (ev_window_dispose):
2700
2701         Move save a copy task to its own job so that it's carried out in a
2702         thread avoiding another lock in the main thread. Use
2703         ev_xfer_uri_simple() instead of gnome_vfs_move() so that document
2704         can be saved to a pathin another file system. Fixes bug #456891.
2705         
2706 2007-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2707
2708         * NEWS:
2709         * configure.ac:
2710         
2711         Update for release 2.19.92
2712
2713 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2714
2715         * configure.ac:
2716         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
2717         (pdf_selection_get_selection_region),
2718         (pdf_selection_get_selection_map),
2719         (ev_form_field_from_poppler_field):
2720
2721         Bump requirements to poppler 0.6 and drop all ifdefs used. Double
2722         and triple click selections are enabled again now.
2723
2724 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2725
2726         * shell/ev-window.c: (ev_window_add_history):
2727
2728         Make sure not to use the history with documents not supporting
2729         links. Fixes bug #468954.
2730
2731 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2732
2733         * shell/ev-window.c: (ev_window_load_job_cb):
2734
2735         Restart the search when reloading a document with the find bar
2736         visible. Fixes bug #461962.
2737
2738 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2739
2740         * shell/ev-window.c: (setup_document_from_metadata),
2741         (ev_window_load_job_cb), (ev_window_cmd_view_reload):
2742
2743         Do not jump to the first page when reloading a document from the
2744         last page.
2745
2746 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2747
2748         * shell/ev-window.c: (update_chrome_flag),
2749         (setup_sidebar_from_metadata),
2750         (ev_window_cmd_focus_page_selector), (ev_window_cmd_edit_find),
2751         (ev_window_cmd_edit_find_next),
2752         (ev_window_cmd_edit_find_previous), (ev_window_cmd_escape),
2753         (ev_window_view_toolbar_cb), (ev_window_view_sidebar_cb),
2754         (find_bar_close_cb), (view_actions_focus_in_cb):
2755
2756         Do not update visibility when changing a chrome flag so that it's
2757         possible to update several flags and update visibility only once
2758         for all of them.
2759
2760 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2761
2762         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2763
2764         Use GTK_UNIT_POINTS instead of GTK_UNIT_PIXEL, since it's not
2765         supported by gtk+. Fixes bug #460907.
2766
2767 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2768
2769         * shell/ev-view.c: (view_update_range_and_current_page):
2770
2771         Make sure current-page <= end-page in continuous mode. Fixes bug
2772         #454950.
2773
2774 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2775
2776         * backend/pdf/ev-poppler.cc: (build_tree):
2777
2778         Ignore outline items without a title. Fixes bug #453913.
2779
2780 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2781
2782         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
2783         (ev_view_button_release_event), (ev_view_leave_notify_event):
2784
2785         Use always drag mouse cursor during a drag operation. Fixes bug
2786         #470564.
2787
2788 2007-09-02  Carlos Garcia Campos  <carlosgc@gnome.org>
2789
2790         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
2791         (pdf_selection_get_selection_region),
2792         (pdf_selection_get_selection_map):
2793
2794         Temporarily disable double and triple selections since it depends on
2795         poppler cvs head. It'll be enabled again as soon as poppler 0.6 is
2796         released and the update of the external dependency minimal version
2797         approved.
2798
2799 2007-09-01  Carlos Garcia Campos  <carlosgc@gnome.org>
2800
2801         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
2802         (pdf_document_file_exporter_do_page):
2803         * libdocument/ev-file-exporter.h:
2804         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
2805         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2806
2807         Actually fix printing regressions. Remove orientation from
2808         EvPrintContext since it's redundant.
2809
2810 2007-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
2811
2812         * backend/dvi/dvi-document.c: (dvi_document_document_iface_init):
2813         * backend/impress/impress-document.c:
2814         (impress_document_document_iface_init):
2815         * backend/ps/ps-document.c: (ps_document_document_iface_init):
2816         * backend/djvu/djvu-document.c:
2817         (djvu_document_document_iface_init),
2818         (djvu_selection_get_selected_text), (djvu_selection_iface_init):
2819         * backend/tiff/tiff-document.c:
2820         (tiff_document_document_iface_init):
2821         * backend/pixbuf/pixbuf-document.c:
2822         (pixbuf_document_document_iface_init):
2823         * backend/comics/comics-document.c:
2824         (comics_document_document_iface_init):
2825         * backend/pdf/ev-poppler.cc: (pdf_document_document_iface_init),
2826         (pdf_selection_render_selection),
2827         (pdf_selection_get_selected_text),
2828         (pdf_selection_get_selection_region),
2829         (pdf_selection_get_selection_map), (pdf_selection_iface_init):
2830         * libdocument/ev-selection.[ch]: (ev_selection_get_selected_text),
2831         (ev_selection_get_selection_region),
2832         (ev_selection_get_selection_map):
2833         * libdocument/ev-document.[ch]:
2834         * shell/ev-pixbuf-cache.[ch]: (add_job),
2835         (ev_pixbuf_cache_get_selection_surface), (update_job_selection):
2836         * shell/ev-view-private.h:
2837         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_new),
2838         (ev_job_render_run):
2839         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
2840         * shell/ev-view.c: (start_selection_for_event),
2841         (ev_view_button_press_event), (ev_view_drag_data_get),
2842         (ev_view_drag_data_received), (ev_view_button_release_event),
2843         (compute_new_selection_text), (compute_selections),
2844         (ev_view_select_all), (get_selected_text), (ev_view_copy),
2845         (ev_view_primary_get_cb):
2846
2847         Add support for double and triple click selections.
2848
2849 2007-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2850
2851         * NEWS:
2852         * configure.ac:
2853
2854         Update for release 2.19.4
2855
2856 2007-08-28  Justin Blanchard  <justinb04@aim.com>
2857
2858         * shell/ev-view-private.h:
2859         * shell/ev-view.c: (ev_view_expose_event), (ev_view_init),
2860         (ev_view_set_highlight_search):
2861         * shell/ev-view.h:
2862         * shell/ev-window.c: (ev_window_cmd_edit_find_next),
2863         (ev_window_cmd_edit_find_previous), (find_bar_search_changed_cb),
2864         (find_bar_visibility_changed_cb):
2865         
2866         Enables 'find next' when bindbar is hidden. Fixes bug #323817.
2867
2868 2007-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2869
2870         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
2871         (pdf_document_file_exporter_begin),
2872         (pdf_document_file_exporter_do_page):
2873         * shell/ev-jobs.c: (ev_job_print_run):
2874         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2875
2876         Create always a portrait cairo surface and rotate when needed for
2877         landscape. It fixes printing problems in real printers.
2878
2879 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2880
2881         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
2882         * libdocument/ev-file-exporter.[ch]:
2883         (ev_file_exporter_get_capabilities):
2884         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
2885         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2886
2887         Adjust number of pages per row according to page orientation when
2888         printing 2 or 6 pages per sheet.
2889
2890 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2891
2892         * shell/ev-window.c: (ev_window_print_send):
2893
2894         Reset also cups setting to 1 when printing multiple pages per
2895         sheet. Fixes bug #468853.
2896
2897 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2898
2899         * libdocument/ev-document-misc.c:
2900         (ev_document_misc_surface_rotate_and_scale):
2901
2902         Use directly cairo_surface_get_content() when creating a similar
2903         surface as suggested by Jeff Muizelaar. Thanks again.
2904
2905 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2906
2907         * backend/djvu/djvu-document.c: (djvu_document_render):
2908         * backend/tiff/tiff-document.c: (tiff_document_render):
2909         * backend/pdf/ev-poppler.cc: (pdf_document_render):
2910         * libdocument/ev-document-misc.c:
2911         (ev_document_misc_surface_from_pixbuf),
2912         (ev_document_misc_surface_rotate_and_scale):
2913
2914         Use CAIRO_FORMAT_RGB24 instead of CAIRO_FORMAT_ARGB32 when
2915         creating page surfaces. Fixes bug #453123. Thank you very much to
2916         Jeff Muizelaar <jeff@infidigm.net>.
2917
2918 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
2919
2920         * shell/ev-page-cache.c: (ev_page_cache_new),
2921         (ev_page_cache_get_thumbnail_size):
2922         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page),
2923         (ev_sidebar_thumbnails_set_loading_icon):
2924
2925         Also store in page-cache the dimensions of the thumbnails so that
2926         they can be used to create the correct loading icon in the side
2927         pane. Fixes bug #466857.
2928
2929 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
2930
2931         * backend/pdf/ev-poppler.cc:
2932         (pdf_document_thumbnails_get_thumbnail):
2933
2934         Fix thumbnails rotation in pdf documents that include embedded 
2935         thumbnails.
2936
2937 2007-08-15  Jens Granseuer  <jensgr@gmx.net>
2938
2939         * backend/pdf/ev-poppler.cc:
2940
2941         Don't use #ifdef in macro expansion. Some compilers don't
2942         like that. Closes bug #467042.
2943
2944 2007-08-15  Justin Blanchard  <justinb04@aim.com>
2945
2946         * backend/djvu/djvu-document.c: (djvu_document_finalize):
2947         
2948         Fixes memory leak in djvu backend.
2949
2950 2007-08-15  Andreas Nilsson  <nisses.mail@home.se>
2951
2952         * data/icons/32x32/Makefile.am:
2953         * data/icons/32x32/actions/Makefile.am:
2954         * data/icons/32x32/actions/view-page-cont.svg:
2955         * data/icons/32x32/actions/view-page-facing.svg:
2956         * data/icons/48x48/Makefile.am:
2957         * data/icons/48x48/actions/Makefile.am:
2958         * data/icons/48x48/actions/view-page-cont.svg:
2959         * data/icons/48x48/actions/view-page-facing.svg:
2960         
2961         Icons for a new sizes.
2962
2963 2007-08-14  Justin Blanchard  <justinb04@aim.com>
2964
2965         * shell/ev-page-cache.c: (build_height_to_page),
2966         (ev_page_cache_get_height_to_page):
2967         
2968         Fixes invalid read, see bug #466401.
2969
2970 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2971
2972         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
2973         (set_drag_cursor):
2974         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
2975         (configure_item_cursor), (new_pixbuf_from_widget):
2976
2977         Fix multihead problems in toolbar editor. Fixes bug #382055.
2978
2979 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2980
2981         * shell/ev-window.c: (ev_window_cmd_file_open),
2982         (ev_window_cmd_save_as):
2983
2984         Use g_get_user_special_dir when available instead of
2985         xdg_user_dir_lookup.
2986
2987 2007-08-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2988
2989         * MAINTAINERS:
2990         
2991         Updated according to request on desktop-devel.
2992
2993 2007-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
2994
2995         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
2996
2997         Do not use cairo_rectangle and cairo_clip since we are
2998         not using cairo_fill but cairo_paint. Use the same cairo context
2999         for every page in the same expose event.
3000
3001 2007-07-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
3002
3003         * shell/ev-window.c: (file_open_dialog_response_cb): Plugged memory
3004         leak.
3005
3006 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
3007
3008         * configure.ac:
3009         * NEWS:
3010
3011         Release 0.9.3
3012
3013 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
3014
3015         * libdocument/ev-document-info.h:
3016         * libdocument/ev-document.h:
3017         * shell/ev-page-action.h:
3018         * shell/ev-sidebar-links.h:
3019
3020         Fix a headers problem with ev-link
3021         
3022         * libdocument/ev-link.[ch]: (ev_link_mapping_get_area):
3023         * shell/ev-view-private.h:
3024         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
3025         (get_link_area), (ev_view_query_tooltip),
3026         (ev_view_leave_notify_event), (ev_view_destroy),
3027         (ev_view_class_init):
3028
3029         Use new gtk tooltips when available instead of ev-tooltip.
3030         
3031 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
3032
3033         * shell/ev-window.c: (update_chrome_visibility),
3034         (ev_window_sidebar_visibility_changed_cb):
3035
3036         Do not hide sidebar in fullscreen mode. Fixes bug #396535.
3037         
3038 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3039
3040         * shell/ev-navigation-action.c:
3041         (ev_navigation_action_history_changed),
3042         (ev_navigation_action_set_history):
3043         * shell/ev-navigation-action-widget.c:
3044         (ev_navigation_action_widget_init):
3045         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
3046
3047         Fix compile warnings.
3048         
3049 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3050
3051         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
3052         (egg_editable_toolbar_dispose):
3053
3054         Fix memory leak.
3055         
3056 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3057
3058         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
3059         (screensaver_disable_x11):
3060         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout):
3061         * shell/ev-window.c: (presentation_set_timeout):
3062         * shell/ev-view.c: (ev_view_presentation_transition_start):
3063
3064         Use g_timeout_add_seconds instead of g_timeout_add when
3065         available.
3066         
3067 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3068
3069         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_init):
3070
3071         Set horizontal scrollbar policy to AUTOMATIC instead of
3072         NEVER. Workaround for bug #449462.
3073         
3074 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3075
3076         * shell/ev-jobs.c: (ev_job_render_page_ready):
3077
3078         Add page_ready callback to main loop with high priority and hold
3079         a reference to job during idle.
3080         
3081 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3082
3083         * configure.ac:
3084         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
3085         (pdf_document_file_exporter_begin),
3086         (pdf_document_file_exporter_do_page),
3087         (pdf_document_file_exporter_get_capabilities):
3088         * libdocument/ev-file-exporter.h:
3089         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
3090         * shell/ev-window.c: (ev_window_print_send),
3091         (ev_window_print_dialog_response_cb):
3092
3093         Allow printing multiple pages per sheet. Fixes bug #395573.
3094         
3095 2007-07-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3096
3097         * shell/ev-view.c: (tip_from_link):
3098         
3099         Check for NULL, fixes bug #460862.
3100
3101 2007-07-29  Christian Persch  <chpe@gnome.org>
3102
3103         * shell/ev-window.c: (ev_window_enumerate_printer_cb),
3104         (ev_window_preview_print_finished), (ev_window_do_preview_print),
3105         (ev_window_cmd_preview_print):
3106         
3107         Fixes bug #437681 - blocks while enumerating printers.
3108
3109 2007-07-29  Christian Persch  <chpe@gnome.org>
3110
3111         * shell/ev-window.c: (ev_window_screen_changed):
3112         
3113         Don't use deprecated gtk+ function. See bug #460909.
3114
3115 2007-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
3116
3117         * shell/ev-utils.c: (get_num_monitors):
3118         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
3119
3120         Do not use display before initializing it. Remove compile
3121         warnings.
3122
3123 2007-07-27  Cosimo Cecchi  <anarki@lilik.it>
3124
3125         * shell/ev-view.c: (ev_view_class_init):
3126         
3127         Unix-like hjkl bindings added. See bug #458111.
3128
3129 2007-07-27  Johannes Buchner  <buchner.johannes@gmx.at>
3130
3131         * shell/ev-utils.c: (get_num_monitors), (get_screen_dpi):
3132         * shell/ev-utils.h:
3133         * shell/ev-view.c: (ev_view_set_zoom_for_size),
3134         (ev_view_update_view_size):
3135         * shell/ev-view.h:
3136         * shell/ev-window.c: (ev_window_update_actions),
3137         (setup_view_from_metadata), (ev_window_screen_changed),
3138         (ev_window_sizing_mode_changed_cb), (ev_window_zoom_changed_cb),
3139         (zoom_control_changed_cb):
3140         * shell/ev-window.h:
3141         
3142         Reorganizes utility functions.
3143
3144 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
3145
3146         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
3147         (copy_job_page_and_selection_to_job_info), (copy_job_to_job_info),
3148         (add_job), (ev_pixbuf_cache_get_surface),
3149         (ev_pixbuf_cache_get_link_mapping),
3150         (ev_pixbuf_cache_get_image_mapping),
3151         (ev_pixbuf_cache_get_form_field_mapping),
3152         (ev_pixbuf_cache_get_text_mapping):
3153         * shell/ev-jobs.[ch]: (ev_job_render_class_init),
3154         (notify_page_ready), (ev_job_render_page_ready),
3155         (ev_job_render_run):
3156
3157         Add page_ready signal to notify that page is ready as soon as
3158         possible even if other page elements like links, forms, images or
3159         text mapping are not ready yet.
3160
3161 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
3162
3163         * backend/dvi/dvi-document.c: (dvi_document_file_exporter_begin),
3164         (dvi_document_file_exporter_do_page),
3165         (dvi_document_file_exporter_get_capabilities),
3166         (dvi_document_file_exporter_iface_init):
3167         * backend/ps/ps-document.c: (ps_document_file_exporter_begin),
3168         (ps_document_file_exporter_do_page),
3169         (ps_document_file_exporter_get_capabilities),
3170         (ps_document_file_exporter_iface_init):
3171         * backend/djvu/djvu-document.c:
3172         (djvu_document_file_exporter_begin),
3173         (djvu_document_file_exporter_end),
3174         (djvu_document_file_exporter_get_capabilities),
3175         (djvu_document_file_exporter_iface_init):
3176         * backend/tiff/tiff-document.c:
3177         (tiff_document_file_exporter_begin),
3178         (tiff_document_file_exporter_get_capabilities),
3179         (tiff_document_document_file_exporter_iface_init):
3180         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
3181         (pdf_document_file_exporter_do_page),
3182         (pdf_document_file_exporter_get_capabilities),
3183         (pdf_document_file_exporter_iface_init):
3184         * libdocument/ev-file-exporter.[ch]: (ev_file_exporter_begin),
3185         (ev_file_exporter_get_capabilities):
3186         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
3187         (idle_print_handler), (ev_print_job_print):
3188         * shell/ev-jobs.c: (ev_job_print_run):
3189         * shell/ev-window.c: (ev_window_print_send),
3190         (ev_window_print_range):
3191
3192         Use capabilities to know which options should be offered by the
3193         print dialog depending on the document backend.
3194
3195 2007-07-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3196
3197         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
3198
3199         Give priority to forms over text to set the cursor.
3200
3201 2007-07-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3202
3203         * shell/ev-view-private.h:
3204         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
3205         (ev_view_leave_notify_event), (ev_view_finalize),
3206         (ev_view_get_property), (ev_view_class_init):
3207
3208         Use IBEAM cursor for text form fields and NORMAL cursor for read
3209         only fields. Remove unused status attribute.
3210
3211 2007-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
3212
3213         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
3214
3215         Update region for current selected items also for checkbox
3216         buttons, since they can behave as radio buttons when they are in a
3217         set.
3218
3219 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3220
3221         * configure.ac:
3222         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
3223
3224         Get max length of text form fields.
3225
3226 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3227
3228         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
3229         * libdocument/ev-form-field.h:
3230         * shell/ev-view.c: (ev_view_form_field_text_create_widget):
3231
3232         Fix build with current poppler cvs head.
3233
3234 2007-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3235
3236         * cut-n-paste/zoom-control/ephy-zoom-control.c:
3237         * shell/eggfindbar.c: (egg_find_bar_init):
3238
3239         Fix build with gtk+ >= 2.11.5 due to gtktooltips
3240         deprecation. Fixes bug #455667
3241
3242 2007-07-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3243
3244         * NEWS:
3245         * configure.ac:
3246         
3247         Update for release 0.9.2
3248
3249 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3250
3251         * shell/ev-view.c: (ev_view_form_field_text_save),
3252         (ev_view_form_field_choice_save):
3253
3254         Fix a crash when closing whith a form widget visible.
3255
3256 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3257
3258         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
3259
3260         Update also the region of the current selected button when
3261         clicking on another button if they are radio buttons.
3262
3263 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3264
3265         * shell/ev-pixbuf-cache.[ch]: (ev_pixbuf_cache_class_init),
3266         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
3267         (add_job), (add_job_if_needed), (ev_pixbuf_cache_get_surface),
3268         (ev_pixbuf_cache_get_link_mapping),
3269         (ev_pixbuf_cache_get_image_mapping),
3270         (ev_pixbuf_cache_get_form_field_mapping),
3271         (ev_pixbuf_cache_get_text_mapping), (ev_pixbuf_cache_reload_page):
3272         * shell/ev-view.c: (ev_view_form_field_get_region),
3273         (ev_view_form_field_button_create_widget),
3274         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
3275         (job_finished_cb):
3276
3277         Redraw only form field region instead of the whole page when
3278         reloading a page to show changes on the form field.
3279
3280 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3281
3282         * shell/ev-view.c: (ev_view_form_field_choice_save):
3283
3284         Fix selection of first item in list form fields.
3285
3286 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3287
3288         * shell/ev-pixbuf-cache.c: (add_job), (add_job_if_needed),
3289         (ev_pixbuf_cache_reload_page),
3290         (ev_pixbuf_cache_get_form_field_mapping):
3291
3292         Some refactoring to avoid duplicated code.
3293
3294 2007-07-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3295
3296         * configure.ac:
3297         * backend/pdf/ev-poppler.cc: (pdf_document_get_crop_box),
3298         (ev_form_field_from_poppler_field),
3299         (pdf_document_forms_get_form_fields),
3300         (pdf_document_forms_form_field_text_get_text),
3301         (pdf_document_forms_form_field_text_set_text),
3302         (pdf_document_forms_form_field_button_set_state),
3303         (pdf_document_forms_form_field_button_get_state),
3304         (pdf_document_forms_form_field_choice_get_item),
3305         (pdf_document_forms_form_field_choice_get_n_items),
3306         (pdf_document_forms_form_field_choice_is_item_selected),
3307         (pdf_document_forms_form_field_choice_select_item),
3308         (pdf_document_forms_form_field_choice_toggle_item),
3309         (pdf_document_forms_form_field_choice_unselect_all),
3310         (pdf_document_forms_form_field_choice_set_text),
3311         (pdf_document_forms_form_field_choice_get_text),
3312         (pdf_document_document_forms_iface_init):
3313         * libdocument/Makefile.am:
3314         * libdocument/ev-form-field.[ch]:
3315         * libdocument/ev-document-forms.[ch]:
3316         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
3317         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
3318         (add_job), (ev_pixbuf_cache_reload_page),
3319         (ev_pixbuf_cache_get_form_field_mapping):
3320         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run):
3321         * shell/ev-view-private.h:
3322         * shell/ev-view.[ch]: (ev_view_set_scroll_adjustments),
3323         (ev_view_handle_cursor_over_xy),
3324         (ev_view_get_form_field_at_location),
3325         (ev_view_forms_remove_widgets), (ev_view_form_field_destroy),
3326         (ev_view_form_field_button_create_widget),
3327         (ev_view_form_field_text_save), (ev_view_form_field_text_changed),
3328         (ev_view_form_field_text_create_widget),
3329         (ev_view_form_field_choice_save),
3330         (ev_view_form_field_choice_changed),
3331         (ev_view_form_field_choice_create_widget),
3332         (ev_view_handle_form_field), (ev_view_size_allocate),
3333         (ev_view_realize), (draw_end_presentation_page),
3334         (ev_view_button_press_event), (ev_view_remove_all),
3335         (ev_view_motion_notify_event), (ev_view_key_press_event),
3336         (ev_view_enter_notify_event), (highlight_find_results),
3337         (draw_loading_text), (draw_one_page), (ev_view_destroy),
3338         (ev_view_class_init), (page_changed_cb),
3339         (on_adjustment_value_changed), (ev_view_set_presentation),
3340         (merge_selection_region), (ev_view_set_cursor),
3341         (ev_view_reset_presentation_state):
3342         
3343         Merge evince-forms branch.
3344
3345 2007-07-03  Jaap Haitsma  <jaap@haitsma.org>
3346
3347         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: removed
3348
3349         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg.sh: added
3350         This script also updates itself from libegg
3351
3352         * cut-n-paste/toolbar-editor/egg*:
3353         Run update-toolbareditor-from-libegg.sh so we are in sync again with
3354         libegg
3355
3356 2007-07-02  Jaap Haitsma  <jaap@haitsma.org>
3357
3358         * shell/ev-window.c:
3359         
3360         Adds a nice icon to page action during toolbar editing.
3361         See bug #452872.
3362
3363 2007-07-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3364
3365         * data/evince-toolbar.xml:
3366         * shell/ev-window.c:
3367         
3368         Let user add a presentation and fullscreen icons on toolbar.
3369         See bug #449734.
3370
3371 2007-07-01  Jaap Haitsma  <jaap@haitsma.org>
3372
3373         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: 
3374
3375         new script to keep in sync with toolbareditor in libegg
3376
3377         * cut-n-paste/toolbar-editor/*: 
3378
3379         Run update-toolbareditor-from-libegg so we are in sync again. 
3380         Fixes bug #452850.
3381         
3382
3383 2007-07-01  Carlos Garcia Campos  <carlosgc@gnome.org>
3384
3385         * shell/ev-sidebar-links.c: (job_finished_callback):
3386
3387         Do not connect selection changed signal more than once. Fixes bug
3388         #349433.
3389
3390 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3391
3392         * shell/ev-window.c: (ev_window_view_sidebar_cb):
3393
3394         Do not change sidebar chrome flag when pressing F9 key in
3395         presentation mode.
3396
3397 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3398
3399         * backend/pdf/ev-poppler.cc:
3400         (pdf_document_thumbnails_get_dimensions):
3401
3402         Make sure thumbnails width and height is not <= 0. Fixes a crash
3403         with some pdf documents which have really small pages.
3404
3405 2007-06-22  Gabor Kelemen  <kelemeng@gnome.hu>
3406
3407         * shell/main.c: (main):
3408
3409         Fixes program description translation issue.
3410         Bug #450148.
3411
3412 2007-06-21  Cesar Fernandez  <cesar@pk2.org>
3413
3414         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
3415
3416         Do not change current page when returning from black/white mode
3417         in presentation. Fixes bug #415032.
3418
3419 2007-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3420
3421         * NEWS:
3422         * configure.ac:
3423         
3424         Update for release 0.9.1
3425
3426 2007-06-17  Alaska Subedi  <asubedi@gmail.com>
3427
3428         * backend/dvi/dvi-document.c:
3429         (dvi_document_finalize),
3430         (dvi_document_file_exporter_format_supported),
3431         (dvi_document_file_exporter_begin),
3432         (dvi_document_file_exporter_do_page),
3433         (dvi_document_file_exporter_end),
3434         (dvi_document_file_exporter_iface_init), (dvi_document_init):
3435         
3436         PDF exporter for dvi documents. Fixes bug #441319.
3437
3438 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
3439
3440         * shell/ev-window.c: (ev_window_clear_print_job):
3441
3442         Clear gtk print job when job has finished. Fixes bug #447612.
3443
3444 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
3445
3446         * shell/ev-window.c: (ev_window_print_send),
3447         (ev_window_print_dialog_response_cb), (ev_window_print_range):
3448
3449         Add preview button to print dialog. Fixes bug #445419.
3450
3451 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
3452
3453         * backend/dvi/Makefile.am:
3454         * backend/dvi/pixbuf-device.[ch]: Removed
3455         * backend/dvi/cairo-device.[ch]: Added
3456         * backend/dvi/mdvi-lib/dviread.c: (draw_shrink_rule):
3457         * backend/dvi/dvi-document.c: (dvi_document_load),
3458         (dvi_document_render), (dvi_document_finalize),
3459         (dvi_document_thumbnails_get_thumbnail), (parse_color),
3460         (dvi_document_do_color_special):
3461         * libdocument/ev-document-misc.[ch]:
3462         (ev_document_misc_pixbuf_from_surface):
3463
3464         Port dvi backend to cairo and fix a problem with colors. 
3465
3466 2007-06-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3467
3468         * shell/ev-view.c: (draw_one_page):
3469
3470         Draw only visible region.
3471
3472 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3473
3474         * backend/djvu/djvu-document.c: (djvu_document_render):
3475
3476         Fix rotation in djvu backend.
3477
3478 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3479
3480         * shell/ev-pixbuf-cache.c: (job_finished_cb),
3481         (ev_pixbuf_cache_get_surface), (ev_pixbuf_cache_get_link_mapping),
3482         (ev_pixbuf_cache_get_image_mapping),
3483         (ev_pixbuf_cache_get_text_mapping):
3484
3485         Redraw view every time we have a new surface. Fixes bug #443587.
3486
3487 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3488
3489         * libdocument/ev-document.c: (ev_document_info_free):
3490
3491         Fix memory leaks.
3492
3493 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3494
3495         * backend/dvi/dvi-document.c: (dvi_document_render),
3496         (dvi_document_render_pixbuf), (dvi_document_document_iface_init):
3497         * backend/impress/impress-document.c:
3498         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
3499         (impress_document_render), (impress_document_document_iface_init),
3500         (impress_document_thumbnails_get_thumbnail):
3501         * backend/djvu/djvu-document-private.h:
3502         * backend/djvu/djvu-document.c: (djvu_document_render),
3503         (djvu_document_finalize), (djvu_document_document_iface_init),
3504         (djvu_document_thumbnails_get_thumbnail), (djvu_document_init):
3505         * backend/tiff/tiff-document.c: (tiff_document_render),
3506         (tiff_document_render_pixbuf),
3507         (tiff_document_document_iface_init):
3508         * backend/pdf/ev-poppler.cc: (pdf_document_render),
3509         (pdf_document_render_pixbuf), (pdf_document_document_iface_init),
3510         (pdf_selection_render_selection):
3511         * backend/comics/comics-document.c:
3512         (comics_document_render_pixbuf), (comics_document_render),
3513         (comics_document_document_iface_init):
3514         * backend/pixbuf/pixbuf-document.c: (pixbuf_document_render),
3515         (pixbuf_document_document_iface_init):
3516         * libdocument/ev-document-misc.[ch]:
3517         (ev_document_misc_surface_from_pixbuf),
3518         (ev_document_misc_surface_rotate_and_scale):
3519         * libdocument/ev-document.[ch]: (ev_document_render):
3520         * libdocument/ev-selection.[ch]: (ev_selection_render_selection):
3521         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
3522         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
3523         (ev_pixbuf_cache_get_surface), (new_selection_surface_needed),
3524         (clear_selection_if_needed), (ev_pixbuf_cache_style_changed),
3525         (ev_pixbuf_cache_get_selection_surface), (clear_job_selection):
3526         * shell/ev-jobs.[ch]: (ev_job_render_dispose),
3527         (render_finished_cb), (ev_job_render_run):
3528         * shell/ev-view.c: (draw_loading_text), (draw_one_page),
3529         (merge_selection_region):
3530
3531         Use cairo image surfaces instead of GDK pixbufs for drawing pages
3532         and selections.
3533
3534 2007-06-12  Carlos Garcia Campos  <carlosgc@gnome.org>
3535
3536         * shell/ev-window-title.c: (ev_window_title_update):
3537
3538         Fix memory leak.
3539
3540 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3541
3542         * shell/ev-view.c: (draw_loading_text):
3543
3544         Show loading text centered. Fixes bug #433061
3545
3546 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3547
3548         * shell/ev-sidebar-thumbnails.c:
3549         (ev_sidebar_thumbnails_set_loading_icon):
3550
3551         Remove a mutex in the main thread that blocks the UI in heavy
3552         documents.
3553
3554 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3555
3556         * shell/ev-pixbuf-cache.c (copy_job_to_job_info):
3557
3558         Set points_set to TRUE so that selections don't disappear after a
3559         zoom change.
3560
3561 2007-06-07  Michael Monreal  <infernux@web.de>
3562
3563         * data/icons/16x16/actions/Makefile.am:
3564         * data/icons/16x16/actions/zoom.svg:
3565         * data/icons/22x22/actions/Makefile.am:
3566         * data/icons/22x22/actions/zoom.svg:
3567         * data/icons/24x24/actions/Makefile.am:
3568         * shell/ev-stock-icons.c:
3569         * shell/ev-stock-icons.h:
3570         * shell/ev-window.c:
3571         
3572         Zoom icon artwork. See bug #444795.
3573
3574 2007-06-05  Bastien Nocera  <hadess@hadess.net>
3575
3576         * shell/ev-metadata-manager.c: Remove extraneous function
3577         (Closes: #444386)
3578
3579 2007-06-05  Bastien Nocera  <hadess@hadess.net>
3580
3581         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
3582         (ev_metadata_manager_shutdown), (ev_metadata_manager_set_last),
3583         (ev_metadata_manager_set), (ev_metadata_manager_save):
3584         Simplify the timeout, no need for modified anymore
3585
3586 2007-06-05  Bastien Nocera  <hadess@hadess.net>
3587
3588         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout),
3589         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
3590         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
3591         (ev_metadata_manager_save): Adapted patch from Arjan van de
3592         Ven (arjan@linux.intel.com) to avoid the timeout running all the
3593         time, saves on power (Closes: #443851)
3594
3595 2007-06-02  Carlos Garcia Campos  <carlosgc@gnome.org>
3596
3597         * configure.ac:
3598         * backend/pdf/ev-poppler.cc: (pdf_document_images_get_images),
3599         (pdf_selection_render_selection), (pdf_document_get_page_duration):
3600
3601         Bump requirements to poppler 0.5.9 and drop all ifdefs used.
3602
3603 2007-05-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3604
3605         * shell/ev-window.c: (ev_window_add_history):
3606
3607         Check if history is NULL
3608
3609 2007-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3610
3611         * libdocument/ev-image.c: (ev_image_finalize):
3612         * libdocument/ev-document-factory.c: (free_uncompressed_uri):
3613         * libdocument/ev-attachment.c: (ev_attachment_finalize):
3614         * libdocument/ev-file-helpers.[ch]: (ev_tmp_filename_unlink),
3615         (ev_tmp_uri_unlink):
3616
3617         Add functions to delete temporary files created by evince in a safe
3618         way.
3619
3620         * shell/ev-window.c: (ev_window_clear_local_uri),
3621         (open_xfer_update_progress_callback),
3622         (save_xfer_update_progress_callback), (ev_window_save_remote),
3623         (file_save_dialog_response_cb), (ev_window_cmd_save_as),
3624         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
3625         (attachment_save_dialog_response_cb),
3626         (ev_attachment_popup_cmd_save_attachment_as):
3627
3628         Allow saving a copy of a document, image or attachment to a remote
3629         location. Fixes bug #440754. 
3630
3631 2007-05-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3632
3633         * configure.ac:
3634         * backend/pdf/ev-poppler.cc: (pdf_selection_render_selection):
3635
3636         Fix build with current poppler from cvs head. 
3637
3638 2007-05-21  Eduardo Lima <eduardo.lima@indt.org.br>
3639
3640         * libdocument/ev-file-helpers.c: (ensure_dir_exists):
3641
3642         Using g_mkdir_with_parents() instead of g_mkdir() to really ensure the
3643         directory exists.
3644
3645 2007-05-20  Wouter Bolsterlee  <wbolster@svn.gnome.org>
3646
3647         * shell/ev-sidebar.c: (ev_sidebar_add_page):
3648         * shell/ev-window.c:
3649
3650         Change sidebar ordering. Fixes bug #439939.
3651
3652 2007-05-20  Marc Brockschmidt he+bugzilla.g@marcbrockschmidt.de
3653
3654         * backend/comics/Makefile.am:
3655         
3656         Fixes build with --without-libgnome.
3657
3658 2007-05-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3659         
3660         * shell/ev-view.c: (page_changed_cb), (on_adjustment_value_changed):
3661
3662         Update cursor and tooltip on page change and view scroll. Fixes bug
3663         #439217.
3664
3665 2007-05-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3666
3667         * NEWS:
3668         * configure.ac:
3669         
3670         Update for release 0.9.0
3671
3672 2007-05-14  Alaska Subedi <asubedi@gmail.com>
3673
3674         * backend/djvu/djvu-document-private.h:
3675         * backend/djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
3676         (djvu_document_finalize),
3677         (djvu_document_file_exporter_format_supported),
3678         (djvu_document_file_exporter_begin),
3679         (djvu_document_file_exporter_do_page),
3680         (djvu_document_file_exporter_end),
3681         (djvu_document_file_exporter_iface_init), (djvu_document_init):
3682         
3683         Implemented printing with djvu. Bug #437998.
3684
3685 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3686
3687         * backend/impress/zip.c:
3688         Add missing ulong definition.
3689
3690         * backend/ps/ps-interpreter.c:
3691         Add missing headers.
3692
3693         Fix compilation on FreeBSD. Patch by Roy Marples. Fixes bug #438277.
3694
3695 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3696
3697         * backend/pdf/ev-poppler.cc: (pdf_document_dispose):
3698
3699         Add missing call to parent class dispose method. 
3700
3701 2007-05-12  Ross Burton  <ross@openedhand.com>
3702
3703         * shell/main.c:
3704         Sync keybindings manually when building without libgnome
3705         (#437925).
3706
3707 2007-05-12  Ross Burton  <ross@openedhand.com>
3708
3709         * shell/ev-window.c:
3710         Respect the screen when opening help (#437866).
3711
3712 2007-05-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3713
3714         * data/evince-ui.xml:
3715         * shell/ev-application.[ch]: (get_print_settings_from_args),
3716         (ev_application_open_uri_at_dest), (ev_application_open_uri),
3717         (ev_application_open_uri_list):
3718         * shell/ev-window.[ch]: (ev_window_clear_print_settings_file),
3719         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
3720         (ev_window_cmd_recent_file_activate), (ev_window_run_preview),
3721         (ev_window_cmd_view_reload), (lookup_printer_from_name),
3722         (ev_window_preview_print_finished), (ev_window_cmd_preview_print),
3723         (ev_window_dispose):
3724         * shell/main.c: (arguments_parse):
3725
3726         Add print button in preview mode. Fixes bug #396475. 
3727
3728 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3729
3730         * cut-n-paste/zoom-control/ephy-zoom.h:
3731         
3732         Fixes zoom level factors. See bug #408119 for details.
3733
3734 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3735
3736         * backend/comics/comics-document.c: (comics_regex_quote),
3737         (extract_argv):
3738         
3739         Correctly quote symbols. Fixes crash in the bug
3740         #415370.
3741
3742 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3743
3744         * shell/ev-navigation-action-widget.c:
3745         (ev_navigation_action_widget_init),
3746         (ev_navigation_action_widget_class_init),
3747         (ev_navigation_action_widget_button_press_event):
3748         
3749         Connect to button-press event on correct widget. Fixes
3750         bug #431988
3751
3752 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3753
3754         * shell/ev-application.c: (ev_application_open_window),
3755         (ev_application_add_icon_path_for_screen),
3756         (ev_application_open_uri_at_dest):
3757         * shell/ev-navigation-action-widget.c: (popup_menu_under_arrow):
3758         * shell/ev-navigation-action.c: (build_menu):
3759         
3760         Add app-specific icons to our icon theme. Fixes bug
3761         #425508.
3762
3763 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3764
3765         * shell/ev-history.c: (ev_history_class_init),
3766         (ev_history_add_link):
3767         * shell/ev-history.h:
3768         * shell/ev-navigation-action.c:
3769         (ev_navigation_action_history_changed),
3770         (ev_navigation_action_set_history), (build_menu),
3771         (ev_navigation_action_finalize):
3772         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
3773         
3774         Make navigation action unsensitive instead of showing
3775         menu with unsensitive word. Fixes bug #417392.
3776
3777 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3778
3779         * shell/ev-application.[ch]: (ev_application_shutdown),
3780         (ev_application_get_print_settings),
3781         (ev_application_set_print_settings):
3782         * shell/ev-window.c:
3783
3784         Remember print settings. Fixes bug #349102. 
3785
3786 2007-05-08  Christian Persch  <chpe@gnome.org>
3787
3788         * configure.ac:
3789         * properties/ev-properties-view.c:
3790
3791         No need for a configure check; just use the GTK_CHECK_VERSION macro.
3792         Bug #382438.
3793
3794 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3795
3796         * configure.ac:
3797         * properties/ev-properties-view.c: (ev_regular_paper_size):
3798
3799         Use gtk+ builtin paper list to identify the document's paper size.
3800         Fixes bug #382438. 
3801
3802 2007-05-04  Carlos Garcia Campos  <carlosgc@gnome.org>
3803
3804         * configure.ac:
3805
3806         Fix build when compiling with thumbnailer and libgnome support. 
3807
3808 2007-05-04  Ross Burton  <ross@openedhand.com>
3809
3810         * configure.ac:
3811         Add --without-libgnome, check for libgnome and libgnomeui
3812         separately, and add them to the symbols as required.
3813
3814         * libdocument/ev-file-helpers.c:
3815         When building without libgnome, use g_get_user_config_dir instead
3816         of gnome_user_dir_get.
3817
3818         * shell/ev-application.c:
3819         When building without libgnome, don't use session management.
3820
3821         * shell/main.c:
3822         When building without libgnome, don't use GnomeProgram or
3823         initialise the authentication manager.
3824
3825         This fixes #328842.
3826
3827 2007-05-04  Ross Burton  <ross@openedhand.com>
3828
3829         * shell/ev-window.c:
3830         Don't use libgnome to open help, instead call Yelp directly.
3831
3832 2007-05-04  Ross Burton  <ross@openedhand.com>
3833
3834         * shell/ev-sidebar-attachments.c:
3835         Don't use libgnome to lookup icons for MIME types, instead copy
3836         code from GTK+ to do it manually.
3837
3838 2007-05-04  Ross Burton  <ross@openedhand.com>
3839
3840         * configure.ac:
3841         Add libxml to the dependencies for SHELL_CORE (#435818).
3842
3843 2007-05-02  Ross Burton  <ross@openedhand.com>
3844
3845         * configure.ac:
3846         * Makefile.am:
3847         Add --disable-thumbnailer (#434825)
3848
3849 2007-05-02  Ross Burton  <ross@openedhand.com>
3850
3851         * shell/ev-window.c:
3852         Add missing includes, fix indentation.
3853
3854         * shell/main.c:
3855         Fix indentation.
3856
3857 2007-04-30  Eduardo Lima <eduardo.lima@indt.org.br>
3858
3859         * shell/ev-window.c (ev_window_cmd_recent_file_activate): Use
3860         ev_application_open_uri_at_dest instead of ev_application_open_uri
3861         preventing new document always being opened in a new window even if there
3862         is an empty window.
3863
3864 2007-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3865
3866         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
3867         (egg_recent_view_uimanager_finalize):
3868         * properties/ev-properties-view.c: (ev_properties_view_dispose):
3869         * shell/ev-page-action-widget.c: (ev_page_action_widget_finalize):
3870         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_finalize),
3871         (ev_pixbuf_cache_dispose):
3872         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose):
3873         * shell/ev-tooltip.c: (ev_tooltip_dispose):
3874         
3875         Add missing chain to parent class methods. Fixes
3876         bug #433128.
3877
3878 2007-04-22  Brian Pepple  <bpepple@fedoraproject.org>
3879
3880         * data/Makefile.am (update-icon-cache): Updates
3881         gtk-update-icon-cache in uninstall-hook.
3882
3883 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3884
3885         * shell/ev-window.c: (ev_window_setup_document),
3886         (ev_window_set_document), (ev_window_load_job_cb):
3887         * shell/ev-view.c: (setup_caches):
3888         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_set_document):
3889
3890         Start rendering pages before any other jobs. 
3891
3892 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3893
3894         * shell/ev-window.c: (ev_window_stop_fullscreen),
3895         (ev_window_stop_presentation):
3896
3897         Update chrome visibility before window unfullscreen. 
3898
3899 2007-04-20  Carlos Garcia Campos  <carlosgc@gnome.org>
3900
3901         * data/Makefile.am:
3902         * data/evince-ui.xml:
3903         * shell/ev-stock-icons.[ch]:
3904         * shell/ev-application.[ch]: (ev_application_shutdown),
3905         (ev_application_init), (ev_application_get_toolbars_model):
3906         * shell/ev-window.c: (update_chrome_visibility),
3907         (fullscreen_toolbar_setup_item_properties),
3908         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
3909         (ev_window_run_presentation), (ev_window_stop_presentation),
3910         (ev_window_run_preview), (ev_window_screen_changed),
3911         (ev_window_cmd_leave_fullscreen), (ev_window_cmd_start_presentation),
3912         (ev_window_dispose), (ev_window_init):
3913
3914         Make fullscreen toolbar always visible. Do not use egg toolbars for
3915         fullscreen and preview modes since such toolbars are not editables.
3916         Fixes bugs #300278, #338910 and #316188.  
3917
3918 2007-04-20  Iñigo Martínez  <inigomartinez@gmail.com>
3919
3920         * shell/ev-application.c:
3921         * shell/ev-job-queue.c:
3922         * shell/ev-metadata-manager.c:
3923         * shell/ev-stock-icons.c:
3924         * shell/ev-window.c:
3925         * shell/main.c:
3926         
3927         Developers documentation updated.
3928
3929 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3930
3931         * shell/ev-window.c: (uri_is_valid), (launch_external_uri):
3932
3933         Check whether uri is valid before launching it. Fixes bug #427664.
3934
3935 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3936
3937         * shell/ev-window.c:
3938
3939         Change key accelerator for Open a Copy menu entry which is in conflict
3940         with Close. Fixes bug #427321.
3941
3942 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3943
3944         * NEWS:
3945         * configure.ac:
3946         
3947         Update for release 0.8.1
3948
3949 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3950
3951         * shell/ev-window.c: (setup_size_from_metadata):
3952         
3953         Do not make window bigger than screen. Fixes bug 
3954         #388985.
3955
3956 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3957
3958         * backend/tiff/tiff-document.c: (tiff_document_get_resolution),
3959         (tiff_document_get_page_size), (tiff_document_render_pixbuf):
3960
3961         Use default resolution when it's not provided by document. Fixes bug
3962         #408762.
3963
3964 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3965
3966         * configure.ac:
3967         * thumbnailer/Makefile.am:
3968         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
3969         * thumbnailer/evince-thumbnailer.schemas.in:
3970         * thumbnailer/evince-thumbnailer-ps.schemas.in:
3971
3972         Add support for ps, eps and compressed documents thumbnails. Do not
3973         ignore size parameter. 
3974
3975 2007-04-07  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
3976
3977         * backend/dvi/dvi-document.c: (dvi_document_class_init), (hsb2rgb),
3978         (dvi_document_do_color_special):
3979         * backend/dvi/mdvi-lib/special.c: (register_builtin_specials):
3980
3981         Implement font color specials in the DVI backend. Fixes bug #303651.
3982
3983 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
3984
3985         Fixup the previous commit:
3986
3987         * shell/Makefile.am (SOURCES): Add xdg-user-dir-lookup.c
3988         * shell/xdg-user-dir-lookup.c: Make the function non-static
3989         * shell/ev-window.c: Don't include xdg-user-dir-lookup.c
3990
3991 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
3992
3993         * shell/ev-window.c (file_open_dialog_response_cb): Use
3994         the xdg-user-dirs DOCUMENTS folder as default folder when
3995         opening a file chooser.  (#424858)
3996
3997         * shell/xdg-user-dir-lookup.c: Copy-and-pasted file from
3998         xdg-user-dirs.
3999
4000 2007-03-24  Carlos Garcia Campos  <carlosgc@gnome.org>
4001
4002         * shell/ev-window.c: (ev_window_load_job_cb):
4003
4004         Do not setup view from metadata on preview mode. 
4005
4006 2007-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
4007
4008         * shell/main.c:
4009
4010         Use unlink-tempfile instead of unlink-temp-file. Fixes bug #421274. 
4011
4012 2007-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
4013
4014         * shell/ev-view.c: (ev_view_primary_get_cb):
4015
4016         Check pointer != NULL before using it. Fixes bug #416841. 
4017
4018 2007-03-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4019
4020         * NEWS:
4021         * configure.ac:
4022         
4023         Release 0.8.0
4024
4025 2007-03-10  Carlos Garcia Campos  <carlosgc@gnome.org>
4026
4027         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
4028
4029         Do not render thumbnails when sidebar thumbnail page is not visible
4030         at startup. Fixes bug #416447. 
4031
4032 2007-03-07  Christian Kirbach  <Christian.Kirbach@googlemail.com>
4033
4034         * data/evince.desktop.in.in:
4035
4036         "Application" is not a valid category in the freedesktop specification.
4037
4038 2007-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
4039
4040         * libdocument/ev-file-helpers.[ch]: (compression_run),
4041         (ev_file_uncompress), (ev_file_compress):
4042         * shell/ev-window.c: (file_save_dialog_response_cb):
4043
4044         Save document compressed when saving a copy of a compressed document.
4045         Fixes bug #334542.
4046
4047 2007-02-23  Carlos Garcia Campos  <carlosgc@gnome.org>
4048
4049         * shell/ev-view.c: (ev_view_goto_window_key_press_event):
4050
4051         Allow deleting in goto window entry in presentation mode. 
4052
4053 2007-02-20  Kjartan Maraas  <kmaraas@gnome.org>
4054
4055         * Makefile.am: Dist MAINTAINERS.
4056
4057 2007-02-20  Carlos Garcia Campos  <carlosgc@gnome.org>
4058
4059         * shell/ev-window.c: (ev_window_update_actions):
4060
4061         Fix zoom shortcut keys when searching. Fixes bug #409828.
4062
4063 2007-02-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4064
4065         * shell/ev-window.c: (ev_window_setup_document):
4066
4067         Fix crash when loading documents with only one page. 
4068
4069 2007-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
4070
4071         * backend/dvi/dvi-document.c:
4072         (dvi_document_thumbnails_get_dimensions),
4073         (dvi_document_thumbnails_get_thumbnail):
4074         * backend/impress/impress-document.c:
4075         (impress_document_thumbnails_get_thumbnail),
4076         (impress_document_thumbnails_get_dimensions):
4077         * backend/ps/ps-document.c: (ps_document_thumbnails_get_thumbnail),
4078         (ps_document_thumbnails_get_dimensions):
4079         * backend/djvu/djvu-document.c:
4080         (djvu_document_thumbnails_get_dimensions),
4081         (djvu_document_thumbnails_get_thumbnail):
4082         * backend/tiff/tiff-document.c:
4083         (tiff_document_thumbnails_get_thumbnail),
4084         (tiff_document_thumbnails_get_dimensions):
4085         * backend/pdf/ev-poppler.cc: (make_thumbnail_for_page),
4086         (pdf_document_thumbnails_get_thumbnail),
4087         (pdf_document_thumbnails_get_dimensions):
4088         * backend/comics/comics-document.c:
4089         (comics_document_thumbnails_get_thumbnail),
4090         (comics_document_thumbnails_get_dimensions):
4091         * backend/pixbuf/pixbuf-document.c:
4092         (pixbuf_document_thumbnails_get_thumbnail),
4093         (pixbuf_document_thumbnails_get_dimensions):
4094         * libdocument/ev-document-thumbnails.[ch]:
4095         (ev_document_thumbnails_get_thumbnail),
4096         (ev_document_thumbnails_get_dimensions):
4097         * libdocument/ev-document-misc.[ch]:
4098         (ev_document_misc_get_thumbnail_frame):
4099         * shell/ev-jobs.[ch]: (ev_job_thumbnail_dispose),
4100         (ev_job_thumbnail_new), (ev_job_thumbnail_run):
4101         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page), (add_range),
4102         (ev_sidebar_thumbnails_set_loading_icon), (refresh),
4103         (ev_sidebar_thumbnails_refresh):
4104         * shell/ev-window.c: (ev_window_setup_document):
4105         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
4106
4107         Use an EvRenderContext for rendering thumbnails instead of a suggested
4108         width, so that different sized pages get sized proportionally.
4109
4110 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
4111
4112         * shell/ev-view.c: (ev_view_button_press_event),
4113         (ev_view_key_press_event):
4114
4115         Fix critical warnings when there is no document loaded. 
4116
4117 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
4118
4119         * shell/ev-page-action-widget.c:
4120         * shell/ev-navigation-action.c:
4121         * shell/ev-window.c:
4122
4123         Fix compile warnings. 
4124
4125 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
4126
4127         * backend/djvu/djvu-text.h:
4128         * backend/djvu/djvu-document.c:
4129         * backend/djvu/djvu-text-page.c:
4130         * backend/djvu/djvu-links.c:
4131         * backend/djvu/djvu-text-page.h:
4132         * backend/djvu/djvu-text.c:
4133         
4134         Fix build on Mac. Fixes bug #392186. Patch by
4135         <ephraim_owns@hotmail.com>
4136
4137 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
4138
4139         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
4140
4141         Restore cairo context before rendering every page when printing a PDF
4142         document into a PDF file. 
4143
4144 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4145
4146         * backend/ps/gstypes.h:
4147         * backend/ps/ps-document.c: (ps_document_get_page_rotation),
4148         (ps_document_get_page_size), (ps_async_renderer_render_pixbuf),
4149         (ps_document_thumbnails_get_thumbnail):
4150
4151         Handle PostScript page orientation. Fixes bug #318568.
4152
4153 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4154
4155         * backend/ps/Makefile.am:
4156         * backend/ps/ps-document.[ch]: (ps_document_init), (ps_document_dispose),
4157         (document_load), (ps_document_load), (save_document),
4158         (save_page_list), (ps_document_get_n_pages),
4159         (ps_document_get_page_size), (ps_document_get_info),
4160         (ps_interpreter_page_rendered), (ps_async_renderer_render_pixbuf),
4161         (ps_interpreter_thumbnail_rendered), (ps_document_render_thumbnail),
4162         (ps_document_thumbnails_get_thumbnail),
4163         (ps_document_thumbnails_get_dimensions),
4164         (ps_document_document_thumbnails_iface_init):
4165         * backend/ps/ps.[ch]: (psgetpagebox):
4166         * backend/ps/ps-interpreter.[ch]:
4167
4168         Add support for thumbnails in ps backend. Fixes bug #164755. 
4169
4170 2007-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4171
4172         * NEWS:
4173         * configure.ac:
4174         
4175         Release 0.7.2
4176
4177 2007-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
4178
4179         * shell/ev-window.c: (ev_window_set_icon_from_thumbnail),
4180         (ev_window_clear_thumbnail_job), (ev_window_setup_document),
4181         (ev_window_dispose):
4182
4183         Use document thumbnail as window icon. Fixes bug #384442.
4184
4185 2007-02-11  Ed Catmur  <ed@catmur.co.uk>
4186
4187         * configure.ac:
4188
4189         Remove application/x-gzpostscript from EVINCE_MIME_TYPES which was
4190         duplicated adding application/x-bzpostscript instead. 
4191
4192 2007-02-11  Tom Parker  <palfrey@tevp.net>
4193
4194         * backend/ps/ps-document.c: (document_load):
4195
4196         Check return value of psscan before trying
4197         to use it. Fixes bug #372414.
4198
4199 2007-02-11  Carlos Garcia Campos  <carlosgc@gnome.org>
4200
4201         * shell/ev-page-cache.c: (ev_page_cache_finalize):
4202
4203         Fix invalid free in ev-page-cache. Fixes bug #404745.
4204
4205 2007-02-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4206
4207         * test/Makefile.am:
4208         * test/test3.py:
4209         
4210         Added reload test case.
4211
4212 2007-02-10  Carlos Garcia Campos  <carlosgc@gnome.org>
4213
4214         * po/POTFILES.in:
4215         * backend/djvu/djvu-document.c: (djvu_document_load):
4216
4217         Check whether there are missing files in indirect multipage djvu
4218         documents. Fixes bug #361683. 
4219
4220 2007-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4221
4222         * test/Makefile.am:
4223         * test/test-mime.bin:
4224         * test/test3.py:
4225         
4226         Added test for slow mime type
4227
4228 2007-02-06  Carlos Garcia Campos  <carlosgc@gnome.org>
4229
4230         * shell/ev-page-cache.c: (ev_page_cache_finalize):
4231
4232         Add some checks and call parent_class->finalize. Fixes bug #404745.
4233
4234 2007-02-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4235
4236         * shell/ev-navigation-action.c: (connect_proxy):
4237         
4238         Fixes dropdown history menu. Thanks a lot Carlos!
4239
4240 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
4241
4242         * backend/djvu/djvu-links.c: (str_to_utf8), (build_tree):
4243
4244         Make sure g_markup_escape_text receives a valid utf-8 string. Fixes
4245         bug #373715.
4246
4247 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
4248
4249         * backend/ps/ps.c: (psscan):
4250
4251         Fix memory leak. 
4252
4253 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4254
4255         * configure.ac:
4256         * libdocument/ev-file-helpers.c: 
4257
4258         Add missing libgnome/gnome-init.h header file. Fixes bug #396677.
4259
4260 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4261
4262         * configure.ac:
4263         * backend/ps/ps-document.c: (ps_document_init), (ps_document_dispose),
4264         (ps_interpreter_start), (document_load), (save_document),
4265         (save_page_list):
4266         * libdocument/ev-file-helpers.[ch]: (ev_file_uncompress):
4267         * libdocument/ev-document-factory.c:
4268         (ev_document_factory_get_from_mime), (get_document_from_uri),
4269         (free_uncompressed_uri), (ev_document_factory_get_document):
4270         * shell/ev-window.c: (ev_window_cmd_file_open_copy_at_dest):
4271
4272         Support for PDF, PS and EPS compressed files. Fixes bug #307087. 
4273
4274 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4275
4276         * libdocument/ev-document.h:
4277
4278         Fix typo in function name. 
4279
4280 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4281
4282         * backend/ps/ps-document.c: (ps_interpreter_finished),
4283         (ps_interpreter_start), (ps_interpreter_failed):
4284
4285         Handle ghostscript interpreter crashes. 
4286
4287 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
4288
4289         * shell/ev-window.c: (ev_window_open_uri),
4290         (window_configure_event_cb):
4291
4292         Setup window size and position before showing it. Fixes bug #401711.
4293
4294 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
4295
4296         * backend/ps/Makefile.am:
4297         * backend/ps/ps-document.[ch]: (ps_section_free), (ps_document_init),
4298         (ps_document_dispose), (ps_document_class_init),
4299         (ps_interpreter_input), (ps_interpreter_output),
4300         (ps_interpreter_error), (setup_interpreter_env),
4301         (ps_interpreter_start), (ps_interpreter_stop),
4302         (ps_interpreter_failed), (ps_interpreter_is_ready),
4303         (check_filecompressed), (document_load), (ps_document_load),
4304         (ps_document_get_n_pages), (setup_page), (setup_pixmap),
4305         (ps_document_widget_event), (send_ps), (ps_document_next_page),
4306         (render_page):
4307
4308         Rework ps-document. Code cleanups, remove deprecated code. 
4309
4310 2007-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
4311
4312         * shell/ev-view.c: (ev_view_button_press_event):
4313
4314         Do not start an image drag and drop operation when pointer is on 
4315         text, so that we can select text when the whole background is an
4316         image. 
4317
4318 2007-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
4319
4320         * shell/ev-window.c: (ev_window_update_actions): 
4321
4322         Disable all zoom related actions during presentation mode. 
4323
4324 2007-01-31  Esteban Sanchez  <esteban@steve-0.com>
4325
4326         * shell/ev-view.c: (ev_view_zoom_in), (ev_view_zoom_out):
4327
4328         Do not zoom in or out on presentation mode. Fixes bug #401305.
4329
4330 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4331
4332         * shell/ev-navigation-action.c: (connect_proxy),
4333         (create_menu_item), (ev_navigation_action_class_init):
4334         
4335         Correctly show menu and fix crash when navigaton 
4336         action is out of toolbar visible area.
4337
4338 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4339
4340         * data/Makefile.am:
4341         * data/evince.1:
4342         
4343         Added man file
4344
4345 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4346
4347         * help/reference/* :
4348         * configure.ac:
4349         
4350         Added gtk-doc based documentation for Evince.
4351         Still in initial state but I hope it will
4352         grow.
4353         
4354         * configure.ac:
4355         
4356         Lower dbus requirement to 0.70
4357
4358 2007-01-29  Carlos Garcia Campos  <carlosgc@gnome.org>
4359
4360         * shell/ev-window.c: (ev_window_add_history):
4361
4362         Fix memory leak. 
4363
4364 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4365
4366         * shell/ev-view.c: (ev_view_page_label_from_dest), (tip_from_link):
4367         * shell/ev-view.h:
4368         * shell/ev-window.c: (ev_window_add_history):
4369         
4370         Correctly handle named destination links
4371
4372 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4373
4374         * NOTES:
4375         * backend/djvu/djvu-links.c: (djvu_links_get_links_model):
4376         * backend/pdf/ev-poppler.cc:
4377         * libdocument/ev-document-links.h:
4378         * libdocument/ev-link.c: (ev_link_get_page):
4379         * libdocument/ev-link.h:
4380         * shell/ev-history.c: (ev_history_init), (ev_history_class_init),
4381         (ev_history_add_link):
4382         * shell/ev-history.h:
4383         * shell/ev-navigation-action.c: (activate_menu_item_cb),
4384         (new_history_menu_item), (build_menu):
4385         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
4386         * shell/ev-sidebar-links.c: (create_loading_model),
4387         (print_section_cb), (ev_sidebar_links_construct),
4388         (fill_page_labels), (update_page_callback_foreach),
4389         (update_page_callback), (job_finished_callback):
4390         * shell/ev-view.c: (ev_view_handle_link):
4391         * shell/ev-window.c: (ev_window_find_chapter),
4392         (ev_window_add_history), (view_handle_link_cb),
4393         (history_changed_cb):
4394         
4395         Implements another history variant
4396
4397 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
4398
4399         * shell/ev-window.c: (view_external_link_cb):
4400         * shell/ev-view.c: (ev_view_button_release_event):
4401
4402         Open links in new window when clicking with middle button. 
4403
4404 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4405
4406         * shell/ev-navigation-action.c: (new_history_menu_item):
4407         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
4408         * shell/ev-view.c: (ev_view_handle_link):
4409         * shell/ev-window.c:
4410         
4411         Store link before jump, not the destination. For me it 
4412         seems like more natural history behavior.
4413
4414 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4415
4416         * shell/ev-navigation-action.c: (activate_menu_item_cb),
4417         (ev_navigation_action_class_init):
4418         * shell/ev-navigation-action.h:
4419         * shell/ev-page-action.c: (activate_cb):
4420         * shell/ev-page-cache.c: (ev_page_cache_class_init),
4421         (ev_page_cache_set_current_page_history):
4422         * shell/ev-page-cache.h:
4423         * shell/ev-sidebar-thumbnails.c:
4424         (ev_sidebar_tree_selection_changed),
4425         (ev_sidebar_icon_selection_changed), (page_changed_cb):
4426         * shell/ev-view-private.h:
4427         * shell/ev-view.c: (ev_view_handle_link), (ev_view_class_init):
4428         * shell/ev-view.h:
4429         * shell/ev-window.c: (page_changed_cb), (history_changed_cb),
4430         (ev_window_setup_document), (ev_window_load_job_cb):
4431         * shell/ev-window.h:
4432         
4433         History finally works as expected.
4434
4435 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
4436
4437         * shell/ev-sidebar-links.c: (ev_sidebar_links_map):
4438
4439         Do not update links treeview if it doesn't have a model assigned yet. 
4440
4441 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
4442
4443         * shell/ev-sidebar-links.c: (ev_sidebar_links_map),
4444         (ev_sidebar_links_class_init), (update_page_callback):
4445
4446         Do not update links treeview when sidepane is not visible. 
4447
4448 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4449
4450         * shell/ev-marshal.list:
4451         * shell/ev-page-action.c: (activate_cb),
4452         (ev_page_action_class_init):
4453         * shell/ev-page-action.h:
4454         * shell/ev-page-cache.c: (ev_page_cache_set_page_label):
4455         * shell/ev-window.c:
4456         
4457         Remove activate_link signal, not required.
4458
4459 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4460
4461         * shell/ev-navigation-action.c: (build_menu):
4462         
4463         Reorder menu items and build menu with fixed length.
4464
4465 2007-01-27  Ed Catmur  <ed@catmur.co.uk>
4466
4467         * shell/ev-view.c: (get_selected_text):
4468         
4469         Normalize text to fix ligatures problem. See bug
4470         #341947 for details.
4471
4472 2007-01-25  Carlos Garcia Campos  <carlosgc@gnome.org>
4473
4474         * shell/ev-page-cache.c: (ev_page_cache_finalize):
4475
4476         Fix memory leak in ev-page-cache. 
4477
4478 2007-01-25  Tom Parker <palfrey@tevp.net>
4479
4480         * backend/impress/impress-document.c: (impress_document_load),
4481         (impress_document_finalize), (impress_document_init):
4482         * properties/ev-properties-main.c: (ev_properties_get_pages):
4483         
4484         Correctly handle impress document errors. Fixes nautilus
4485         crash in property page #370491.
4486
4487 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
4488
4489         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
4490         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
4491         (ev_job_queue_remove_job):
4492         * shell/ev-jobs.[ch]: (ev_job_load_init), (ev_job_load_class_init),
4493         (ev_job_load_dispose), (ev_job_load_new), (ev_job_load_set_uri),
4494         (ev_job_load_run):
4495         * shell/ev-window.c: (ev_window_is_empty), (password_dialog_response),
4496         (ev_window_popup_password_dialog), (ev_window_clear_load_job),
4497         (ev_window_load_job_cb), (xfer_update_progress_callback),
4498         (ev_window_open_uri), (ev_window_dispose):
4499         * shell/main.c: (main):
4500
4501         Do file transfer asynchronously in the main thread instead of
4502         synchronously in the load thread. Fixes bugs #399694, #398307 and
4503         #343542.
4504
4505 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
4506
4507         * shell/ev-jobs.c: (ev_job_xfer_run):
4508
4509         Load the document with the font-config lock held. 
4510
4511 2007-01-23  Carlos Garcia Campos  <carlosgc@gnome.org>
4512
4513         * backend/ps/ps-document.c: (start_interpreter):
4514
4515         Fix memory leaks in ps backend. 
4516
4517 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
4518
4519         * backend/impress/impress-document.c:
4520         (impress_document_render_pixbuf):
4521
4522         Do not acquire fontconfig lock in impress backend, since it is using
4523         the main loop for rendering. 
4524
4525 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
4526
4527         * po/POTFILES.in: 
4528
4529         Remove mdvi files that shouldn't be translated. 
4530
4531 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
4532
4533         * shell/ev-view-private.h:
4534         * shell/ev-view.c: (draw_loading_text), (ev_view_destroy),
4535         (ev_view_set_zoom):
4536
4537         Render "loading..." text into a cairo surface instead of directly into
4538         the window so that fontconfig lock is only needed once and UI is not
4539         blocked. Change text color to #9B9B9B. Fixes bug #397356.
4540
4541 2007-01-19  Carlos Garcia Campos  <carlosgc@gnome.org>
4542
4543         * shell/ev-stock-icons.c: (ev_stock_icons_init):
4544         * shell/ev-application.c: (ev_application_open_uri_at_dest):
4545
4546         Use icon theme associated with the window screen rather than default. 
4547
4548 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
4549
4550         * configure.ac:
4551
4552         Fix a typo in previous commit (24x24/action/ --> 24x24/actions)
4553
4554 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
4555
4556         * data/icons/*/apps/evince.*:
4557
4558         Move Evince icons under new apps directory.
4559
4560         * data/icons/*/actions/*:
4561
4562         Add new custom themeable Evince icons: view-page-continuous, 
4563         view-page-facing, zoom-fit-width, zoom-fit-page. From Andreas
4564         Nilsson, at 16 and 22 pixels (plus 24 for compatibility).
4565
4566         * configure.ac:
4567
4568         Add new directories to AC_CONFIG_FILES.
4569
4570         * shell/ev-stock-icons.c:
4571         * shell/ev-stock-icons.h:
4572
4573         Use new custom themeable icons.
4574
4575 2007-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4576
4577         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
4578
4579         Do not draw white background page in presentation mode. 
4580
4581 2007-01-16  Jani Monoses <jani.monoses@gmail.com>
4582
4583         * shell/ev-view.c: Remove unused gnome-vfs include.
4584
4585 2007-01-16  Theppitak Karoonboonyanan  <thep@linux.thai.net>
4586
4587         * backend/dvi/mdvi-lib/fontmap.c: (mdvi_load_fontmap):
4588         
4589         Format string is corrected, fixes bug #397129.
4590
4591 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4592
4593         * shell/ev-window.c: (ev_window_setup_recent):
4594
4595         Do not include in recent menu inexistent documents. Fixes
4596         bug #339171.
4597
4598 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4599
4600         * po/POTFILES.skip: 
4601
4602         Update POTFILES.skip file according to current source tree. 
4603
4604 2007-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4605
4606         * shell/ev-window.c: (file_save_dialog_response_cb):
4607
4608         Do Save a copy in atomic way. Fixes bug #328266. 
4609
4610 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
4611
4612         * shell/ev-sidebar-links.c: (update_page_callback_foreach):
4613
4614         Keep selected cell always visible in index treeview.
4615
4616 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
4617         
4618         * shell/ev-view.c: (ev_view_size_allocate):
4619
4620         Restore horizontal scrollbar after switching to/from fullscreen
4621         or presentation mode. Fixes bug #331728.
4622
4623 2007-01-11  Carlos Garcia Campos  <carlosgc@gnome.org>
4624
4625         * shell/ev-view-private.h:
4626         * shell/ev-window.c: (ev_window_screen_changed), (ev_window_init):
4627         * shell/ev-view.[ch]: (ev_view_class_init), (ev_view_set_zoom),
4628         (ev_view_set_screen_dpi), (ev_view_can_zoom_in),
4629         (ev_view_can_zoom_out):
4630
4631         Use max and min scale values in the view iby taking dpi into account. 
4632
4633 2007-01-10  Carlos Garcia Campos  <carlosgc@gnome.org>
4634
4635         * configure.ac:
4636         * NEWS:
4637
4638         Release 0.7.1
4639
4640 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4641
4642         * shell/ev-window.c: (ev_window_print_send):
4643
4644         Send print job to printer with some settings set to default values,
4645         since we have already exported to a file according to such settings
4646         and they could be taken twice by some printers. 
4647
4648 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4649
4650         * shell/ev-jobs.c: (ev_job_xfer_run):
4651         * shell/ev-application.c: (ev_application_open_uri_at_dest):
4652
4653         Show main window and load document with the font-config lock held. 
4654
4655 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4656
4657         * configure.ac:
4658         * shell/ev-application.c: (ev_application_register_service):
4659         * shell/main.c: (load_files_remote):
4660
4661         Bump requirements to dbus-glib 0.71 and drop all ifdefs used.
4662
4663 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4664
4665         * doc/debugging.txt:
4666         
4667         Remove obsolete documentation.
4668
4669 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4670
4671         * Makefile.am:
4672         * backend/Makefile.am:
4673         * backend/comics/Makefile.am:
4674         * backend/djvu/Makefile.am:
4675         * backend/dvi/Makefile.am:
4676         * backend/ev-async-renderer.c:
4677         * backend/ev-async-renderer.h:
4678         * backend/ev-attachment.c:
4679         * backend/ev-attachment.h:
4680         * backend/ev-backend-marshal.c:
4681         * backend/ev-document-factory.c:
4682         * backend/ev-document-factory.h:
4683         * backend/ev-document-find.c:
4684         * backend/ev-document-find.h:
4685         * backend/ev-document-fonts.c:
4686         * backend/ev-document-fonts.h:
4687         * backend/ev-document-images.c:
4688         * backend/ev-document-images.h:
4689         * backend/ev-document-info.h:
4690         * backend/ev-document-links.c:
4691         * backend/ev-document-links.h:
4692         * backend/ev-document-misc.c:
4693         * backend/ev-document-misc.h:
4694         * backend/ev-document-security.c:
4695         * backend/ev-document-security.h:
4696         * backend/ev-document-thumbnails.c:
4697         * backend/ev-document-thumbnails.h:
4698         * backend/ev-document-transition.c:
4699         * backend/ev-document-transition.h:
4700         * backend/ev-document.c:
4701         * backend/ev-document.h:
4702         * backend/ev-file-exporter.c:
4703         * backend/ev-file-exporter.h:
4704         * backend/ev-image.c:
4705         * backend/ev-image.h:
4706         * backend/ev-link-action.c:
4707         * backend/ev-link-action.h:
4708         * backend/ev-link-dest.c:
4709         * backend/ev-link-dest.h:
4710         * backend/ev-link.c:
4711         * backend/ev-link.h:
4712         * backend/ev-render-context.c:
4713         * backend/ev-render-context.h:
4714         * backend/ev-selection.c:
4715         * backend/ev-selection.h:
4716         * backend/impress/Makefile.am:
4717         * backend/pdf/Makefile.am:
4718         * backend/pixbuf/Makefile.am:
4719         * backend/ps/Makefile.am:
4720         * backend/ps/ps-document.c: (push_pixbuf), (interpreter_failed),
4721         (ps_document_widget_event), (setup_pixmap), (setup_page), (input),
4722         (start_interpreter), (stop_interpreter), (document_load),
4723         (ps_document_next_page), (render_page):
4724         * backend/tiff/Makefile.am:
4725         * comics/Makefile.am:
4726         * comics/comics-document.c:
4727         * comics/comics-document.h:
4728         * configure.ac:
4729         * cut-n-paste/zoom-control/ephy-zoom-control.c:
4730         * djvu/Makefile.am:
4731         * djvu/djvu-document-private.h:
4732         * djvu/djvu-document.c:
4733         * djvu/djvu-document.h:
4734         * djvu/djvu-links.c:
4735         * djvu/djvu-links.h:
4736         * djvu/djvu-text-page.c:
4737         * djvu/djvu-text-page.h:
4738         * djvu/djvu-text.c:
4739         * djvu/djvu-text.h:
4740         * dvi/Makefile.am:
4741         * dvi/dvi-document.c:
4742         * dvi/dvi-document.h:
4743         * dvi/fonts.c:
4744         * dvi/fonts.h:
4745         * dvi/mdvi-lib/Makefile.am:
4746         * dvi/mdvi-lib/afmparse.c:
4747         * dvi/mdvi-lib/afmparse.h:
4748         * dvi/mdvi-lib/bitmap.c:
4749         * dvi/mdvi-lib/bitmap.h:
4750         * dvi/mdvi-lib/color.c:
4751         * dvi/mdvi-lib/color.h:
4752         * dvi/mdvi-lib/common.c:
4753         * dvi/mdvi-lib/common.h:
4754         * dvi/mdvi-lib/defaults.h:
4755         * dvi/mdvi-lib/dvimisc.c:
4756         * dvi/mdvi-lib/dviopcodes.h:
4757         * dvi/mdvi-lib/dviread.c:
4758         * dvi/mdvi-lib/files.c:
4759         * dvi/mdvi-lib/font.c:
4760         * dvi/mdvi-lib/fontmap.c:
4761         * dvi/mdvi-lib/fontmap.h:
4762         * dvi/mdvi-lib/fontsrch.c:
4763         * dvi/mdvi-lib/gf.c:
4764         * dvi/mdvi-lib/hash.c:
4765         * dvi/mdvi-lib/hash.h:
4766         * dvi/mdvi-lib/list.c:
4767         * dvi/mdvi-lib/mdvi.h:
4768         * dvi/mdvi-lib/pagesel.c:
4769         * dvi/mdvi-lib/paper.c:
4770         * dvi/mdvi-lib/paper.h:
4771         * dvi/mdvi-lib/pk.c:
4772         * dvi/mdvi-lib/private.h:
4773         * dvi/mdvi-lib/setup.c:
4774         * dvi/mdvi-lib/sp-epsf.c:
4775         * dvi/mdvi-lib/special.c:
4776         * dvi/mdvi-lib/sysdeps.h:
4777         * dvi/mdvi-lib/t1.c:
4778         * dvi/mdvi-lib/tfm.c:
4779         * dvi/mdvi-lib/tfmfile.c:
4780         * dvi/mdvi-lib/tt.c:
4781         * dvi/mdvi-lib/util.c:
4782         * dvi/mdvi-lib/vf.c:
4783         * dvi/pixbuf-device.c:
4784         * dvi/pixbuf-device.h:
4785         * impress/Makefile.am:
4786         * impress/common.h:
4787         * impress/document.c:
4788         * impress/f_oasis.c:
4789         * impress/f_oo13.c:
4790         * impress/iksemel.c:
4791         * impress/iksemel.h:
4792         * impress/imposter.h:
4793         * impress/impress-document.c:
4794         * impress/impress-document.h:
4795         * impress/internal.h:
4796         * impress/r_back.c:
4797         * impress/r_draw.c:
4798         * impress/r_geometry.c:
4799         * impress/r_gradient.c:
4800         * impress/r_style.c:
4801         * impress/r_text.c:
4802         * impress/render.c:
4803         * impress/render.h:
4804         * impress/zip.c:
4805         * impress/zip.h:
4806         * lib/Makefile.am:
4807         * lib/ev-debug.c:
4808         * lib/ev-debug.h:
4809         * lib/ev-file-helpers.c:
4810         * lib/ev-file-helpers.h:
4811         * lib/ev-gui.c:
4812         * lib/ev-gui.h:
4813         * lib/ev-tooltip.c:
4814         * lib/ev-tooltip.h:
4815         * libdocument/Makefile.am:
4816         * libdocument/ev-file-helpers.c:
4817         * pdf/Makefile.am:
4818         * pdf/ev-poppler.cc:
4819         * pdf/ev-poppler.h:
4820         * pixbuf/Makefile.am:
4821         * pixbuf/pixbuf-document.c:
4822         * pixbuf/pixbuf-document.h:
4823         * properties/Makefile.am:
4824         * ps/Makefile.am:
4825         * ps/gsdefaults.c:
4826         * ps/gsdefaults.h:
4827         * ps/gsio.c:
4828         * ps/gsio.h:
4829         * ps/gstypes.h:
4830         * ps/ps-document.c:
4831         * ps/ps-document.h:
4832         * ps/ps.c:
4833         * ps/ps.h:
4834         * shell/Makefile.am:
4835         * shell/ev-application.h:
4836         * shell/ev-sidebar-links.c:
4837         * shell/ev-sidebar-links.h:
4838         * shell/ev-utils.c: (ev_gui_sanitise_popup_position),
4839         (ev_gui_menu_position_tree_selection):
4840         * shell/ev-utils.h:
4841         * shell/ev-view.c: (ev_view_finalize):
4842         * shell/ev-window.c:
4843         * shell/main.c: (main):
4844         * thumbnailer/Makefile.am:
4845         * tiff/Makefile.am:
4846         * tiff/tiff-document.c:
4847         * tiff/tiff-document.h:
4848         * tiff/tiff2ps.c:
4849         * tiff/tiff2ps.h:
4850         
4851         Reorganize source tree.
4852
4853 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4854
4855         * backend/ev-document-factory.c:
4856
4857         Do not include ev-poppler.h when pdf is disabled. 
4858
4859 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
4860
4861         * configure.ac:
4862         * data/evince-ui.xml:
4863         * pdf/ev-poppler.cc: (pdf_document_images_get_images),
4864         (pdf_document_document_images_iface_init):
4865         * backend/Makefile.am:
4866         * backend/ev-document-images.[ch]:
4867         * backend/ev-image.[ch]:
4868         * lib/ev-file-helpers.[ch]: (ev_tmp_filename):
4869         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run),
4870         (ev_job_xfer_run):
4871         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
4872         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
4873         (ev_pixbuf_cache_get_image_mapping):
4874         * shell/ev-window.c: (view_menu_link_popup), (view_menu_image_popup),
4875         (view_menu_popup_cb), (ev_window_dispose),
4876         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
4877         (ev_view_popup_cmd_copy_image):
4878         * shell/ev-view-private.h:
4879         * shell/ev-view.c: (ev_view_get_image_at_location),
4880         (ev_view_do_popup_menu), (ev_view_popup_menu),
4881         (ev_view_button_press_event), (ev_view_drag_data_get),
4882         (ev_view_drag_motion), (ev_view_drag_data_received),
4883         (ev_view_motion_notify_event), (ev_view_button_release_event),
4884         (ev_view_finalize), (ev_view_class_init):
4885
4886         Add image handling support. Fixes bugs #310008 and #325047. Images
4887         selection is not supported yet. 
4888
4889 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
4890
4891         * shell/ev-window.c: (drag_data_received_cb), (ev_window_init):
4892         * shell/ev-view.c: (ev_view_drag_data_received), (ev_view_class_init),
4893         (ev_view_init):
4894
4895         Move view drag and drop stuff to ev-view.
4896
4897 2007-01-05  Carlos Garcia Campos  <carlosgc@gnome.org>
4898
4899         * shell/ev-pixbuf-cache.c: (clear_job_selection):
4900         * shell/ev-view.c: (clear_selection): 
4901
4902         Clear selection also in pixbuf cache.
4903
4904 2007-01-02  Luca Ferretti <elle.uca@libero.it>
4905
4906         * data/evince.desktop.in.in:
4907         
4908         Change icon name in desktop file. See bug #390734
4909         for details.
4910
4911 2006-12-28  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4912
4913         * thumbnailer/Makefile.am:
4914
4915         Use top_builddir instead top_srcdir for generated schema
4916         file installation. Fixes bug #390161.
4917
4918 2006-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
4919
4920         * configure.ac:
4921         * backend/Makefile.am:
4922         * backend/ev-document-transition.[ch]:
4923         * pdf/ev-poppler.cc: (pdf_document_get_page_duration),
4924         (pdf_document_page_transition_iface_init):
4925         * shell/ev-view-private.h:
4926         * shell/ev-view.c: (ev_view_destroy), (page_changed_cb),
4927         (ev_view_set_presentation), (transition_next_page),
4928         (ev_view_presentation_transition_stop),
4929         (ev_view_presentation_transition_start), (ev_view_next_page):
4930
4931         Add page transition support in presentation mode. At the moment only
4932         page duration is supported, but not transition effects. Fixes bug
4933         #309815.
4934
4935 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
4936
4937         * backend/ev-document-links.c: (ev_document_links_find_link_dest):
4938
4939         Run find_link_dest with document lock held, since it's called by links
4940         thread and main thread at the same time. 
4941
4942 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
4943
4944         * shell/ev-view.c: (goto_dest):
4945
4946         Update page-cache when page is changed by the view, so that
4947         page-changed signal is emitted. 
4948
4949 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
4950
4951         * test/test1.py:
4952         * test/test2.py:
4953
4954         Use C locale in tests. 
4955
4956 2006-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
4957
4958         * shell/ev-window.c: (ev_window_run_presentation):
4959         * shell/ev-view-private.h:
4960         * shell/ev-view.c: (ev_view_set_presentation):
4961
4962         Restore zoom settings when back from presentation mode. 
4963
4964 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4965
4966         * shell/ev-window.c: (ev_window_run_presentation):
4967
4968         Always use "best fit" zoom in presentation mode.
4969         Fixes bug #389195.
4970
4971 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4972
4973         * shell/ev-view.c: (ev_view_goto_window_create):
4974
4975         Show "Jump to page" label in the page jumping popup in
4976         presentation mode instead of just a GtkEntry.
4977
4978 2006-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
4979
4980         * shell/ev-window.c: (launch_external_uri):
4981
4982         Do not escape uri before calling gnome_vfs_url_show(). Fixes bug
4983         #378085.
4984
4985 2006-12-22  Elijah Newren  <newren gmail com>
4986
4987         * configure.ac: explicitly check for libxml2.  Fixes #388795
4988
4989 2006-12-22  Carlos Garcia Campos  <carlosgc@gnome.org>
4990
4991         * shell/ev-view-private.h:
4992         * shell/ev-view.c: (send_focus_change), (ev_view_goto_window_hide),
4993         (ev_view_goto_window_delete_event), (key_is_numeric),
4994         (ev_view_goto_window_key_press_event),
4995         (ev_view_goto_window_button_press_event),
4996         (ev_view_goto_entry_activate), (ev_view_goto_window_create),
4997         (ev_view_goto_entry_grab_focus), (ev_view_goto_window_send_key_event),
4998         (ev_view_key_press_event), (ev_view_focus_out), (ev_view_destroy):
4999
5000         Allow jumping to another page by typing a page number in presentation
5001         mode. It uses a popup window with an entry. Fixes bug #353625.
5002
5003 2006-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5004
5005         * configure.ac:
5006         * properties/ev-properties-view.c: (ev_get_default_user_units),
5007         (ev_regular_paper_size):
5008         
5009         Check for NL_MEASUREMENT. Fixes bug #376469. Thanks
5010         to Damien Carbery <damien.carbery@sun.com> and
5011         Yevgen Muntyan <muntyan@tamu.edu>.
5012
5013 2006-12-20  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5014
5015         * shell/ev-window.c: (setup_document_from_metadata):
5016
5017         Make sure Evince doesn't restore the view on the last
5018         page when a document is reopened. Fixes bug #383381.
5019
5020 2006-12-18  Jens Granseuer  <jensgr@gmx.net>
5021
5022         * shell/ev-view.c: (draw_loading_text):
5023
5024         Fix compilation with older compilers like gcc 2. Fixes bug #387237.
5025
5026 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
5027
5028         * configure.ac:
5029         * NEWS:
5030
5031         Release 0.7.0
5032
5033 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
5034
5035         * configure.ac:
5036         * pdf/ev-poppler.cc: (pdf_print_context_free),
5037         (pdf_document_file_exporter_begin),
5038         (pdf_document_file_exporter_do_page):
5039
5040         Make cairo-pdf depedency optional. 
5041
5042 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
5043
5044         * shell/ev-print-job.c: (idle_print_handler), (ev_print_job_print):
5045
5046         Use ev_file_exporter instead of ev_ps_exporter in ev-print-job.
5047
5048 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
5049
5050         * backend/ev-document.[ch]: (ev_document_get_fc_mutex),
5051         (ev_document_fc_mutex_lock), (ev_document_fc_mutex_unlock):
5052         * pdf/ev-poppler.cc: (make_thumbnail_for_size):
5053         * shell/ev-jobs.c: (ev_job_render_run), (ev_job_fonts_run):
5054         * shell/ev-view.c: (draw_loading_text):
5055         * shell/ev-window.c: (ev_window_cmd_file_properties):
5056
5057         Use an specific lock for FontConfig. Hopefully it fixes some crashes
5058         related to using FontConfig from different threads.
5059         
5060 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
5061
5062         * shell/ev-view.c: (draw_loading_text):
5063
5064         Acquire lock document when drawing "Loading..." text so that only one
5065         thread will use FontConfig at the same time. Fixes bug #374750.
5066
5067 2006-12-15  Carlos Garcia Campos  <carlosgc@gnome.org>
5068
5069         * shell/ev-page-action.[ch]: (activate_cb):
5070         * shell/ev-window.c: (activate_label_cb):
5071
5072         Check if text inserted in page entry is a valid page number when it
5073         doesn't match to any document page label. Fixes bug #383165.
5074
5075 2006-12-14  Julien Rebetez,  <julienr@cvs.gnome.org>
5076         * shell/ev-window.c:
5077
5078         GTK_STOCK_SELECT_ALL is used in menu definition, but isn't
5079         available with GTK < 2.10. Added an ifdef to avoid compilation
5080         error.
5081
5082 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5083
5084         * configure.ac:
5085         * ps/ps-document.c: (start_interpreter), (ps_document_next_page):
5086
5087         Fix ps backend in multihead systems.
5088
5089 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5090
5091         * ps/ps-document.c: (setup_page), (ps_document_get_page_size):
5092         * shell/ev-window.c: (ev_window_get_screen_dpi),
5093         (ev_window_update_actions), (setup_view_from_metadata),
5094         (ev_window_zoom_changed_cb), (zoom_control_changed_cb):
5095
5096         Take screen DPI into account when zooming. Fixes bug #318285.
5097
5098 2006-12-14  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5099
5100         * data/Makefile.am:
5101
5102         Cleaned up/slightly refactored Makefile.am. Added GConf
5103         schemas uninstallation as well.
5104
5105 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5106
5107         * Makefile.am:
5108         * test/Makefile.am:
5109
5110         Fight with autotools to fix make check. Make distcheck
5111         works fine as well now!
5112
5113 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5114
5115         * shell/ev-view.c: (draw_end_presentation_page):
5116
5117         Corrected "end of presentation" string.
5118
5119 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5120
5121         * shell/ev-view.c: (ev_view_key_press_event):
5122
5123         Correctly propagate key press event so that up/down keys
5124         work as expected (correct behaviour was broken by
5125         black/white screen key bindings for presentations).
5126
5127 2006-12-13  Carlos Garcia Campos  <carlosgc@gnome.org>
5128
5129         * pdf/ev-poppler.cc: (pdf_document_find_get_n_results),
5130         (pdf_document_find_get_result), (pdf_document_find_page_has_results),
5131         (pdf_document_find_get_progress), (pdf_selection_render_selection),
5132         (pdf_selection_get_selection_region),
5133         (pdf_selection_get_selection_map):
5134
5135         Add "static" to some private functions. 
5136
5137 2006-12-13  P. Henrique Silva  <ph.silva@gmail.com>
5138
5139         * lib/ev-tooltip.h:
5140         * properties/ev-properties-view.h:
5141         * shell/ev-jobs.h:
5142         * shell/ev-properties-dialog.h:
5143         * shell/ev-properties-fonts.h:
5144         * shell/ev-sidebar-links.h:
5145         * shell/ev-sidebar-thumbnails.h:
5146         * shell/ev-sidebar.h:
5147         * shell/ev-window.h:
5148         
5149         Fixes CHACK type in class casts. See bug #385343
5150         for details.
5151
5152 2006-12-10  Carlos Garcia Campos  <carlosgc@gnome.org>
5153
5154         * shell/ev-view-private.h:
5155         * shell/ev-view.c: (draw_end_presentation_page),
5156         (ev_view_expose_event), (ev_view_key_press_event),
5157         (ev_view_class_init), (ev_view_init):
5158
5159         Blank screen in presentation mode when pressing 'b' (filling with
5160         black) or 'w' (filling with white) keys. Fixes bug #358132.
5161
5162 2006-12-09  Gabriel Felipe Cornejo  <gnomeusr@gmail.com>
5163
5164         * data/evince-toolbar.xml:
5165         * shell/ev-window.c:
5166         
5167         Use stock icon for Select All action. Fixes
5168         bug #382652.
5169
5170 2006-12-09  Radoslav Dorcik  <dixiecko@gmail.com>
5171
5172         * shell/ev-view.c: (get_doc_point_from_offset),
5173         (ev_view_get_link_at_location), (ev_view_motion_notify_event):
5174
5175         Add links support in rotated documents. Fixes bug #343733.
5176
5177 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
5178
5179         * shell/ev-view-private.h:
5180         * shell/ev-view.c: (draw_end_presentation_page),
5181         (ev_view_expose_event), (ev_view_init), (ev_view_set_presentation):
5182
5183         Show a blank page after the last page in presentation mode with a
5184         message indicating that presentation has finished and how to exit. 
5185
5186 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
5187
5188         * shell/ev-window.c: (fullscreen_timeout_cb):
5189
5190         Hide cursor after a while in presentation mode. 
5191
5192 2006-12-04  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5193
5194         * backend/ev-document-info.h:
5195         * data/evince-properties.glade:
5196         * pdf/ev-poppler.cc:
5197         * properties/ev-properties-view.c: (ev_regular_paper_size),
5198         (ev_properties_view_set_info):
5199         * ps/ps-document.c: (ps_document_get_info):
5200
5201         Adds a paper size field to the properties dialog. Fixes
5202         bug #307315. Patch by Kasper Svendsen (with some i18n
5203         changes done by me).
5204
5205 2006-12-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5206
5207         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
5208         (screensaver_init_dbus), (totem_scrsaver_new),
5209         (totem_scrsaver_init):
5210         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
5211         * shell/ev-application.c: (ev_application_register_service),
5212         (ev_application_screensaver_enable),
5213         (ev_application_screensaver_disable):
5214         * shell/ev-application.h:
5215         * shell/ev-window.c: (ev_window_run_presentation),
5216         (ev_window_stop_presentation), (build_comments_string),
5217         (ev_window_init):
5218         
5219         Move screensaver handling to application. No more
5220         message on startup.
5221
5222 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5223
5224         * configure.ac:
5225         * backend/Makefile.am:
5226         * backend/ev-file-exporter.[ch]:
5227         * pdf/ev-poppler.cc: (pdf_document_file_exporter_*):
5228         * ps/ps-document.c: (ps_document_file_exporter_*):
5229         * tiff/tiff-document.c: (tiff_document_document_file_exporter_*):
5230         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
5231         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
5232         (ev_window_print_dialog_response_cb), (ev_window_print_range):
5233
5234         Allow printing to PDF when suppoted by the backend.
5235         
5236 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5237
5238         * shell/ev-window.c: (build_comments_string):
5239
5240         Use always "Document Viewer" in about dialog. 
5241
5242 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5243
5244         * djvu/djvu-document.c: (djvu_document_get_page_size):
5245
5246         Display a warning message when get_pageinfo fails. 
5247
5248 2006-11-30  Yevgen Muntyan  <muntyan@tamu.edu>
5249
5250         * Makefile.am:
5251         * backend/Makefile.am:
5252         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
5253         * configure.ac:
5254         * shell/ev-window.c: (build_comments_string):
5255         
5256         Make pdf compilation optional. See bug #38007.
5257
5258 2006-11-30  Carlos Garcia Campos  <carlosgc@gnome.org>
5259
5260         * ps/ps.c: (get_next_text):
5261
5262         Fix CVE-2006-5864.
5263
5264 2006-11-22  Carlos Garcia Campos  <carlosgc@gnome.org>
5265
5266         * shell/ev-history.c: (ev_history_finalize), (ev_history_class_init):
5267         * shell/ev-navigation-action.c: (connect_proxy),
5268         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
5269         
5270         Do not call g_type_class_peek_parent twice.
5271
5272 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5273
5274         * configure.ac:
5275         * data/icons/24x24/.cvsignore:
5276         * data/icons/24x24/Makefile.am:
5277         * data/icons/24x24/evince.png:
5278         * data/icons/Makefile.am:
5279         
5280         Add 24x24 icon. Thanks to 
5281         Michael Monreal <infernux@web.de>.
5282
5283 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5284
5285         * configure.ac: Fix typo in configure.ac. Thanks
5286         to dmacks@netspace.org for notification.
5287
5288 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5289
5290         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
5291         
5292         Drop dbus include, fixes compilation with older dbus.
5293
5294 2006-11-22  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5295
5296         * configure.ac:
5297         * cut-n-paste/Makefile.am:
5298         * cut-n-paste/totem-screensaver/.cvsignore
5299         * cut-n-paste/totem-screensaver/Makefile.am:
5300         * cut-n-paste/totem-screensaver/README:
5301         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
5302         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
5303         * shell/Makefile.am:
5304         * shell/ev-window.c: (ev_window_run_presentation),
5305         (ev_window_stop_presentation), (ev_window_cmd_help_about),
5306         (ev_window_init):
5307
5308         Implemented screensaver enabling/disabling for
5309         presentation mode (not fullscreen mode). Code stolen
5310         from Totem (with some minor tweaks). Fixes bug #338889.
5311
5312 2006-11-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5313
5314         * configure.ac:
5315
5316         Bump gnome-icon-theme requirements. We use the rotation
5317         icons that appeared recently.
5318
5319 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5320
5321         * shell/ev-history.c: (ev_history_add_page):
5322         * shell/ev-history.h:
5323         * shell/ev-window.c: (page_changed_cb):
5324         
5325         Use page labels instead of numbers.
5326
5327 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5328
5329         * data/evince-toolbar.xml:
5330         * po/POTFILES.in:
5331         * shell/Makefile.am:
5332         * shell/ev-navigation-action-widget.c:
5333         (ev_navigation_action_widget_init),
5334         (ev_navigation_action_widget_class_init), (menu_deactivate_cb),
5335         (menu_detacher), (ev_navigation_action_widget_set_menu),
5336         (menu_position_func), (popup_menu_under_arrow),
5337         (ev_navigation_action_widget_toggled),
5338         (ev_navigation_action_widget_button_press_event):
5339         * shell/ev-navigation-action-widget.h:
5340         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
5341         (ev_navigation_action_set_window), (activate_menu_item_cb),
5342         (new_history_menu_item), (new_empty_history_menu_item),
5343         (build_menu), (menu_activated_cb), (connect_proxy),
5344         (create_tool_item), (ev_navigation_action_init),
5345         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
5346         * shell/ev-navigation-action.h:
5347         * shell/ev-page-action-widget.c: (ev_page_action_widget_init),
5348         (ev_page_action_widget_set_page_cache),
5349         (ev_page_action_widget_finalize),
5350         (ev_page_action_widget_class_init), (match_selected_cb),
5351         (display_completion_text), (match_completion), (build_new_tree_cb),
5352         (get_filter_model_from_model),
5353         (ev_page_action_widget_update_model):
5354         * shell/ev-page-action-widget.h:
5355         * shell/ev-page-action.c: (activate_link_cb), (update_model),
5356         (connect_proxy):
5357         * shell/ev-page-action.h:
5358         * shell/ev-stock-icons.c:
5359         * shell/ev-stock-icons.h:
5360         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
5361         (page_changed_cb), (ev_window_setup_document), (ev_window_dispose),
5362         (register_custom_actions):
5363         * shell/main.c:
5364         
5365         Preliminary history implementation
5366
5367 2006-11-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5368
5369         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_finalize),
5370         (dvi_document_class_init), (dvi_document_init_params):
5371         * dvi/mdvi-lib/font.c: (font_reference):
5372         
5373         Add reference to subfont. Fixes bug #374277.
5374
5375 2006-11-16  Carlos Garcia Campos  <carlosgc@gnome.org>
5376
5377         * shell/ev-window.c: (ev_window_create_tmp_symlink),
5378         (ev_window_cmd_file_open_copy_at_dest):
5379
5380         Fix a race condition when creating symlink. Increase the counter
5381         avoiding an infinite loop. Really fixes bug #357472. (Based on patch by
5382         Mathias Hasselmann).
5383
5384 2006-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
5385
5386         * backend/Makefile.am:
5387         * backend/ev-attachment.c: (ev_attachment_open):
5388         * lib/ev-file-helpers.[ch]: (ensure_dir_exists), (ev_dot_dir),
5389         (ev_tmp_dir), (ev_tmp_filename):
5390         * shell/ev-sidebar-attachments.c:
5391         (ev_sidebar_attachments_drag_data_get):
5392         * shell/ev-window.c: (ev_window_clear_temp_file):
5393
5394         Use always ev_tmp_dir instead of g_get_tmp_dir. Fix a race condition
5395         in ensure_dir_exists. Abort without crashing when we can't create
5396         user's directory.
5397
5398 2006-11-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5399
5400         * data/evince-ui.xml:
5401         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
5402         (ev_window_xfer_job_cb), (ev_window_get_copy_tmp_name),
5403         (ev_window_cmd_file_open_copy_at_dest),
5404         (ev_window_cmd_file_open_copy), (view_menu_popup_cb),
5405         (ev_view_popup_cmd_open_link_new_window):
5406
5407         Allow opening a copy of the current document in a new window. Fixes bug
5408         #357472
5409
5410 2006-11-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5411
5412         * data/evince-toolbar.xml:
5413         
5414         Add rotate right and rotate left to available items for toolbar.
5415         
5416         * data/evince-ui.xml:
5417         * shell/ev-window.c: (ev_window_init):
5418         
5419         Customize toolbar with right click. Fixes bug #372451.
5420
5421 2006-11-11  Claudio Saavedra  <csaavedra@alumnos.utalca.cl>
5422
5423         * shell/ev-window.c: 
5424         
5425         Use "object-rotate-{left,right}" stock icons. Fixes 
5426         bug #373863.
5427
5428 2006-11-10  Carlos Garcia Campos  <carlosgc@gnome.org>
5429
5430         * shell/ev-application.[ch]: (get_unlink_temp_file_from_args),
5431         (ev_application_open_uri_at_dest), (ev_application_open_uri):
5432         * shell/ev-window.[ch]: (ev_window_clear_temp_file),
5433         (ev_window_open_uri):
5434         * shell/main.c: (arguments_parse):
5435
5436         Remove temp file created when evince is used by GTK+ in
5437         preview mode. Fixes bug #365282. 
5438
5439 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5440
5441         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
5442         
5443         Fixes bug #372474 - Side pane disabled when entering 
5444         and leaving fullscreen mode.
5445
5446 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5447
5448         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (setup_editor):
5449         * data/Makefile.am:
5450         * data/evince-preview-toolbar.xml:
5451         * data/evince-toolbar.xml:
5452         * shell/ev-application.c: (ev_application_shutdown),
5453         (ev_application_init), (ev_application_get_toolbars_model):
5454         * shell/ev-application.h:
5455         * shell/ev-window.c: (update_chrome_visibility),
5456         (ev_window_create_fullscreen_popup), (ev_window_run_preview),
5457         (ev_window_cmd_edit_toolbar), (ev_window_init):
5458         
5459         Fixes bug #364364 - toolbar editor shows zoom actions again.
5460
5461 2006-11-09  Carlos Garcia Campos  <carlosgc@gnome.org>
5462
5463         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
5464
5465         Do not take margins into consideration for paper size when printing.
5466         Really fixes bug #350491.
5467
5468 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
5469
5470         * data/evince-ui.xml:
5471         * shell/ev-window.c: (ev_window_print_page_setup_done_cb),
5472         (ev_window_cmd_file_print_setup),
5473         (ev_window_print_dialog_response_cb),
5474         (ev_window_setup_action_sensitivity):
5475
5476         Add page setup settings for printing. Fixes bugs #363860 and #350491.
5477
5478 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
5479
5480         * shell/ev-window.c: (ev_window_print_range):
5481
5482         Revert my previuos commit, since printing to PDF is not supported by
5483         evince yet. 
5484
5485 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
5486
5487         * shell/ev-window.c: (ev_window_print_range):
5488
5489         Enable print to a PDF. Fixes bug #332121.
5490
5491 2006-10-31  Carlos Garcia Campos  <carlosgc@gnome.org>
5492
5493         * shell/ev-application-service.xml:
5494         * shell/ev-application.[ch]: (ev_application_open_window),
5495         (ev_application_get_empty_window), (ev_application_open_uri_at_dest),
5496         (ev_application_open_uri), (ev_application_open_uri_list):
5497         * shell/ev-window.c: (file_open_dialog_response_cb),
5498         (ev_window_cmd_recent_file_activate), (ev_window_setup_recent),
5499         (drag_data_received_cb), (open_remote_link):
5500         * shell/main.c: (arguments_parse), (load_files), (load_files_remote):
5501
5502         Add support for multiscreen systems. Fixes bug #316206.
5503
5504 2006-10-30  Carlos Garcia Campos  <carlosgc@gnome.org>
5505
5506         * shell/ev-jobs.[ch]: (ev_job_print_new),
5507         (ev_print_job_print_page_in_range), (ev_print_job_print_page_in_set),
5508         (ev_job_print_do_page):
5509         * shell/ev-window.[ch]: (ev_window_print_dialog_response_cb):
5510
5511         Allow printing only odd/even pages. Fixes bug #367289.
5512
5513 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5514
5515         * test/test1.py:
5516         * test/test2.py:
5517
5518         Re-add locale settings to test files.
5519
5520 2006-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5521
5522         * data/evince-ui.xml:
5523         * shell/ev-window.c: (set_action_properties):
5524         
5525         Removed garbage from code and ui.
5526
5527 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5528
5529         * shell/ev-window.c: (ev_window_cmd_help_about):
5530
5531         Shamelessly add my name to the list of contributors.
5532
5533 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5534
5535         * test/test1.py:
5536         * test/test2.py:
5537
5538         Cleaned up the dogtail scripts.
5539
5540 2006-10-27  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5541
5542         * shell/ev-view.c: (draw_loading_text): Don't render
5543         "loading..." text in presentation mode. Temporary
5544         workaround for bug #320352.
5545
5546 2006-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
5547
5548         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
5549         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
5550
5551         Use print settings scale, copies, collate and reverse which were
5552         ignored. Fixes bug #359032.
5553
5554 2006-10-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5555
5556         * configure.ac:
5557         * data/evince-password.glade:
5558         * test/Makefile.am:
5559         * test/test-encrypt.pdf:
5560         * test/test-links.pdf:
5561         * test/test1.py:
5562         * test/test2.py:
5563
5564         Add automated UI tests for evince with dogtail. See
5565         bug #300948.    
5566
5567 2006-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
5568
5569         * shell/ev-window.c: (fullscreen_timeout_cb), (ev_window_init):
5570
5571         Hide fullscreen toolbar when switching to another desktop workspace.
5572         Fixes bug #338871
5573
5574 2006-10-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5575
5576         * shell/ev-window-title.c: 
5577         
5578         Test for .dvi in title of pdf documents.
5579
5580 2006-10-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5581
5582         * shell/ev-view.c: (ev_view_scroll):
5583
5584         Page Up/Down should do page jumps in "Best fit" mode.
5585         If a user has explicitly chosen to view exactly one page
5586         at a time, scrolling just a part of the page when
5587         pressing Page Up/Down is not right. Fixes bug #323107.
5588
5589 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5590
5591         * NEWS:
5592         * configure.ac:
5593         
5594         Update for 0.6.1
5595
5596 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5597
5598         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
5599         (job_fonts_finished_cb), (ev_properties_fonts_set_document):
5600         
5601         Correctly disconnect from job signals on destroy.
5602
5603 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5604
5605         * shell/ev-view-private.h:
5606         * shell/ev-view.c: (view_set_adjustment_values),
5607         (view_update_range_and_current_page),
5608         (ensure_rectangle_is_visible), (ev_view_size_allocate):
5609         
5610         Fixes bug #343199, current page now follows find page.
5611
5612 2006-10-08  Wouter Bolsterlee  <wbolster@gnome.org>
5613
5614         * backend/ev-document-factory.c:
5615         * configure.ac:
5616         Assigned OpenDocument presenation MIME type to the
5617         Impress backend. Added some missing (but harmless)
5618         #ifdefs in the document factory as well to make things
5619         consistent again. Fixes bug #360658.
5620
5621 2006-10-08  Christian Persch  <chpe@cvs.gnome.org>
5622
5623         * backend/ev-async-renderer.c: (ev_async_renderer_get_type):
5624         * backend/ev-document-find.c: (ev_document_find_get_type):
5625         * backend/ev-document-fonts.c: (ev_document_fonts_get_type):
5626         * backend/ev-document-links.c: (ev_document_links_get_type):
5627         * backend/ev-document-security.c: (ev_document_security_get_type):
5628         * backend/ev-document-thumbnails.c:
5629         (ev_document_thumbnails_get_type):
5630         * backend/ev-document.c: (ev_document_get_type):
5631         * backend/ev-ps-exporter.c: (ev_ps_exporter_get_type):
5632         * backend/ev-selection.c: (ev_selection_get_type):
5633         * cut-n-paste/recent-files/egg-recent-model.c:
5634         (egg_recent_model_get_type):
5635         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
5636         (egg_recent_view_uimanager_get_type):
5637         * cut-n-paste/recent-files/egg-recent-view.c:
5638         (egg_recent_view_get_type):
5639         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
5640         (egg_editable_toolbar_get_type):
5641         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
5642         (egg_toolbar_editor_get_type):
5643         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
5644         (egg_toolbars_model_get_type):
5645         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
5646         (egg_tree_multi_drag_source_get_type):
5647         * cut-n-paste/zoom-control/ephy-zoom-action.c:
5648         (ephy_zoom_action_get_type):
5649         * cut-n-paste/zoom-control/ephy-zoom-control.c:
5650         (ephy_zoom_control_get_type):
5651         * impress/r_back.c: (_imp_fill_back):
5652         * properties/ev-properties-main.c:
5653         (ev_properties_plugin_register_type):
5654         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type):
5655         * shell/ev-view-accessible.c: (ev_view_accessible_get_type),
5656         (ev_view_accessible_factory_get_type):
5657
5658         Reduce relocations. Bug #360616.
5659
5660 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5661
5662         * backend/ev-document-factory.c:
5663         (ev_document_factory_get_document):
5664         
5665         Load document even if extension is wrong.
5666
5667 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5668
5669         * shell/ev-metadata-manager.c: (save_values):
5670         * shell/ev-window.c: (setup_size_from_metadata),
5671         (setup_view_from_metadata), (ev_window_setup_document),
5672         (ev_window_xfer_job_cb), (window_configure_event_cb):
5673         
5674         Set size according to the document size/page size ratio.
5675         That should correct rather wierd behaviour of the previous
5676         commit.
5677
5678 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5679
5680         * shell/ev-window.c: (setup_view_from_metadata):
5681         
5682         Set size for new windows from previous window size.
5683         See bugs #354968 and #168450 for details. Thanks
5684         to Meik Hellmund.
5685
5686 2006-10-01  Carlos Garcia Campos  <carlosgc@gnome.org>
5687
5688         * djvu/djvu-links.c: (build_tree):
5689
5690         Fix memory leak.
5691
5692 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5693
5694         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_set_document):
5695         
5696         Don't make sidebar close button insensitive. Fixes
5697         bug #357871.
5698
5699 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5700
5701         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
5702         (ev_window_set_view_accels_sensitivity):
5703         
5704         Don't enable Slash on documents which don't support
5705         find. Fixes bug #358648.
5706
5707 2006-10-01  Wouter Bolsterlee  <wbolster@gnome.org>
5708
5709         * shell/ev-window.c: (ev_window_cmd_file_open): Make the
5710         open dialog fall back to the current document uri if the
5711         filechooser hasn't been used before. Fixes bug #356980.
5712
5713 2006-09-24  Mathias Hasselmann  <mathias.hasselmann@gmx.de>
5714
5715         * shell/ev-window.c: (ev_window_setup_recent), 
5716         (ev_window_get_recent_file_label):
5717
5718         Escape underscores in filenames of recent file items.
5719
5720 2006-09-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5721
5722         * configure.ac:
5723         
5724         Bumped poppler requirements, really 0.5.3 is very 
5725         buggy, now we require 0.5.4.
5726
5727 2006-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5728
5729         * djvu/Makefile.am:
5730         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
5731         (djvu_document_find_iface_init), (djvu_document_links_get_links),
5732         (djvu_document_document_links_iface_init):
5733         * djvu/djvu-links.c: (number_from_miniexp), (string_from_miniexp),
5734         (number_from_string_10), (get_djvu_link_dest),
5735         (get_djvu_link_action), (build_tree), (get_djvu_hyperlink_area),
5736         (get_djvu_hyperlink_mapping), (djvu_links_has_document_links),
5737         (djvu_links_get_links), (djvu_links_find_link_dest),
5738         (djvu_links_get_links_model):
5739         * djvu/djvu-links.h:
5740         
5741         Add support for links and bookmarks in djvu documents. Thanks
5742         to Pauli Virtanen <pauli.virtanen@iki.fi> for the wonderful
5743         patch.
5744
5745 2006-09-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5746
5747         * shell/ev-application.c: (ev_application_open_uri_at_dest):
5748         
5749         Reopen should reload document. Fixes 
5750         bug 327951.
5751
5752 2006-09-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5753
5754         * configure.ac:
5755         * data/Makefile.am:
5756         * data/evince-16.png:
5757         * data/evince-22.png:
5758         * data/evince.png:
5759         * data/evince.svg:
5760         * data/icons/16x16/Makefile.am:
5761         * data/icons/16x16/evince.png:
5762         * data/icons/22x22/Makefile.am:
5763         * data/icons/22x22/evince.png:
5764         * data/icons/48x48/Makefile.am:
5765         * data/icons/48x48/evince.png:
5766         * data/icons/Makefile.am:
5767         * data/icons/scalable/Makefile.am:
5768         * data/icons/scalable/evince.svg:
5769         
5770         Install icons with correct names. Fixes
5771         bug #354429.
5772
5773 2006-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
5774
5775         * shell/ev-view.c: (ev_view_button_release_event):
5776
5777         Don't open links with middle mouse button. Fixes bug #353649
5778
5779 2006-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5780
5781         * NEWS:
5782         * configure.ac:
5783         
5784         Update for release 0.6.0
5785
5786 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5787
5788         * shell/ev-window.c: (ev_window_xfer_job_cb), (do_action_named):
5789         Implement Close named action. Patch by Carlos Garcia Campos.
5790
5791 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5792
5793         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
5794         
5795         Don't clear link mapping on copy_job_to_job_info. Fixes
5796         bug 346168.
5797
5798 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
5799
5800         * shell/main.c: (main):
5801
5802         Revert my previous commit, gnome_program_init owns the option context.
5803         Fix another memory leak in main. Both caught by Christian Persch. 
5804
5805 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
5806
5807         * shell/main.c: (main):
5808
5809         Fix memory leak.
5810
5811 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
5812
5813         * backend/ev-document-factory.c: (ev_document_factory_get_document):
5814
5815         Fix crash when opening a pdf with password protection. 
5816
5817 2006-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
5818
5819         * pdf/ev-poppler.cc: (pdf_document_search_free):
5820
5821         Fix memory leak. 
5822
5823 2006-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5824
5825         * backend/ev-document-factory.c:
5826         (ev_document_factory_get_document):
5827         * tiff/tiff-document.c: (tiff_document_finalize):
5828         
5829         More correct handling of document loading. Fixes
5830         bug #349043.
5831
5832 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5833
5834         * backend/ev-attachment.c: (ev_attachment_save):
5835
5836         Remove GNOME_VFS_OPEN_TRUNCATE flag which is only available with
5837         gnome-vfs >= 2.9.3 and it's not really needed. Fixes bug #351493
5838
5839 2006-08-15  Julien Rebetez  <julienr@cvs.gnome.org>
5840         
5841         * shell/ev-window.c: (ev_window_cmd_recent_file_activate):
5842         Fixed a compilation error if HAVE_GTK_RECENT isn't defined.
5843
5844 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5845
5846         * shell/ev-sidebar-thumbnails.c:
5847
5848         Do not render thumbnails unless thumbnails page is active in the
5849         sidebar.
5850
5851 2006-08-14  Christian Persch  <chpe@cvs.gnome.org>
5852
5853         * shell/ev-properties-dialog.c:
5854
5855         Fix dialogue spacing. Bug #351370.
5856
5857 2006-08-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5858
5859         * configure.ac:
5860
5861         Use lowercase gettext catalog file names (evince.mo
5862         instead of Evince.mo)
5863
5864 2006-08-13  Carlos Garcia Campos  <carlosgc@gnome.org>
5865
5866         * shell/ev-sidebar-attachments.c:
5867
5868         GtkIconTheme is now screen safe too. Fixes bug #350878
5869
5870 2006-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
5871
5872         * shell/ev-window.c:
5873
5874         GtkRecent manager is now screen safe. Fixes bug #350145
5875
5876 2006-08-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5877
5878         * shell/ev-sidebar.c: (ev_sidebar_init):
5879         
5880         Make sidebar close icon smaller. Fix for bug 350177.
5881         See also bugs 350176 and 165770.
5882
5883 2006-08-10  Carlos Garcia Campos  <carlosgc@gnome.org>
5884
5885         * shell/ev-view.c: (goto_fith_dest), (goto_fit_dest), (goto_xyz_dest):
5886
5887         Ignore zoom for xyz destinations when it's <= 1, keeping user
5888         preferences instead. Set correct sizing-mode for fith and fitv
5889         destinations rather than EV_SIZING_FREE. Fixes bug #349433
5890
5891 2006-08-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5892
5893         * NEWS:
5894         * configure.ac:
5895         
5896         Update for release 0.5.5
5897
5898 2006-08-07  Radoslav Dorcik <dixiecko@gmail.com>
5899         
5900         * shell/ev-window.c: (ev_window_cmd_escape)
5901
5902         Escape unfocus page entry. Fixes bug #345809.
5903
5904 2006-08-06  Carlos Garcia Campos  <carlosgc@gnome.org>
5905
5906         * pdf/ev-poppler.cc: (ev_link_dest_from_dest), (ev_link_from_action),
5907         (build_tree), (pdf_document_links_get_links),
5908         (pdf_document_links_find_link_dest):
5909         * shell/ev-view.c: (goto_fitr_dest), (goto_fith_dest),
5910         (goto_xyz_dest):
5911
5912         Convert from PDF style coordinates to X style coordinates in the
5913         backend rather than in the view. Fixes bug #338440
5914
5915 2006-08-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5916
5917         * shell/ev-window.c:
5918         
5919         Remove Ctrl+Shift+T shortcut for toolbars. See
5920         the bug #350098.
5921
5922 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
5923
5924         * configure.ac:
5925
5926         Use [] in AC_DEFINE for GtkRecent. Probably build was failing because
5927         of this. 
5928
5929 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
5930
5931         * configure.ac:
5932         * cut-n-paste/Makefile.am:
5933         * data/evince-ui.xml:
5934         * shell/Makefile.am:
5935         * shell/ev-application.[ch]:
5936         * shell/ev-window.c:
5937
5938         Use GtkRecent instead of EggRecent when it's available. Fixes bug
5939         #349273
5940
5941 2006-08-04  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5942
5943         * shell/eggfindbar.c: (egg_find_bar_init): Fixed typo in
5944         findbar code: s/help/search/
5945
5946 2006-08-04  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
5947
5948         * shell/ev-window.c: (setup_document_from_metadata),
5949         (setup_chrome_from_metadata), (setup_sidebar_from_metadata),
5950         (setup_view_from_metadata):
5951         
5952         Fix memory leaks.
5953
5954 2006-07-31  Christian Persch  <chpe@cvs.gnome.org>
5955
5956         * autogen.sh, configure.ac: 
5957         
5958         Update automake usage. See bug 349292.
5959
5960 2006-07-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5961
5962         * shell/eggfindbar.c: (egg_find_bar_class_init),
5963         (entry_activate_callback), (egg_find_bar_init),
5964         (egg_find_bar_set_status_text):
5965         * shell/eggfindbar.h:
5966         
5967         Unify Evince findbar with Epiphany. Nice patch
5968         from Fabricio Silva <silva@crans.org> and
5969         Frederic Peters <fpeters@entrouvert.com>. See
5970         bug #339966 for details.
5971
5972 2006-07-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5973
5974         * data/evince.desktop.in.in:
5975         
5976         Correct information for bugzilla. Thanks to
5977         Olaf Vitters, see bug #348855.
5978
5979 2006-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
5980
5981         * shell/ev-jobs.[ch]:
5982         * shell/ev-sidebar-links.c:
5983         * shell/ev-window.[ch]:
5984
5985         GtkPrintJob doesn't support print ranges or current page, so we export
5986         to a ps file now when printing ranges or current page.
5987
5988 2006-07-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5989
5990         * pdf/ev-poppler.cc:
5991         * shell/ev-window.c: (do_action_named):
5992
5993         We should be more clear about bugzilla. See the
5994         poppler bug #7623.
5995
5996 2006-07-23  Carlos Garcia Campos  <carlosgc@gnome.org>
5997
5998         * configure.ac:
5999         * shell/Makefile.am:
6000         * shell/ev-job-queue.c:
6001         * shell/ev-jobs.[ch]:
6002         * shell/ev-sidebar-links.c:
6003         * shell/ev-window.[ch]:
6004         
6005         Use GtkPrint instead of GnomePrint when it's available. Fixes bug
6006         #348422
6007
6008 2006-07-17  Carlos Garcia Campos  <carlosgc@gnome.org>
6009
6010         * data/evince-toolbar.xml: Add preview toolbar (hidden by default)
6011         * shell/ev-application-service.xml:
6012         * shell/ev-application.[ch]:
6013         * shell/ev-jobs.[ch]:
6014         * shell/ev-window.[ch]: (ev_window_run_preview):
6015         * shell/main.c: 
6016
6017         Add preview mode to use evince as a printing previewer. It also adds
6018         other command line options for fullscreen and presentation modes.
6019         Fixes bugs #347822, #317031
6020
6021 2006-07-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6022
6023         * NEWS:
6024         * configure.ac:
6025         
6026         Update for release 0.5.4
6027
6028 2006-07-11  Bastien Nocera <hadess@hadess.net>
6029
6030         * Makefile.am:
6031         * backend/Makefile.am:
6032         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
6033         * backend/ev-document-factory.h:
6034         * configure.ac:
6035         * impress/.cvsignore:
6036         * impress/Makefile.am:
6037         * impress/common.h:
6038         * impress/document.c: (_imp_load_xml), (imp_open), (imp_nr_pages),
6039         (imp_get_page), (imp_next_page), (imp_prev_page),
6040         (imp_get_page_no), (imp_get_page_name), (imp_get_xml), (imp_close):
6041         * impress/f_oasis.c: (render_object), (render_page),
6042         (get_geometry), (_imp_oasis_load):
6043         * impress/f_oo13.c: (render_object), (render_page), (get_geometry),
6044         (_imp_oo13_load):
6045         * impress/iksemel.c: (iks_malloc), (iks_free), (iks_set_mem_funcs),
6046         (iks_strdup), (iks_strcat), (iks_strcmp), (iks_strcasecmp),
6047         (iks_strncmp), (iks_strncasecmp), (iks_strlen), (iks_escape),
6048         (iks_unescape), (find_space), (iks_stack_new), (iks_stack_alloc),
6049         (iks_stack_strdup), (iks_stack_strcat), (iks_stack_stat),
6050         (iks_stack_delete), (iks_sax_new), (iks_sax_extend),
6051         (iks_parser_stack), (iks_user_data), (iks_nr_bytes),
6052         (iks_nr_lines), (stack_init), (stack_expand), (sax_core),
6053         (iks_parse), (iks_parser_reset), (iks_parser_delete), (iks_new),
6054         (iks_new_within), (iks_insert), (iks_insert_cdata),
6055         (iks_insert_attrib), (iks_insert_node), (iks_hide), (iks_delete),
6056         (iks_next), (iks_next_tag), (iks_prev), (iks_prev_tag),
6057         (iks_parent), (iks_root), (iks_child), (iks_first_tag),
6058         (iks_attrib), (iks_find), (iks_find_cdata), (iks_find_attrib),
6059         (iks_find_with_attrib), (iks_stack), (iks_type), (iks_name),
6060         (iks_cdata), (iks_cdata_size), (iks_has_children),
6061         (iks_has_attribs), (escape_size), (my_strcat), (escape),
6062         (iks_string), (iks_copy_within), (iks_copy), (tagHook),
6063         (cdataHook), (deleteHook), (iks_dom_new), (iks_set_size_hint),
6064         (iks_tree), (iks_load), (iks_save):
6065         * impress/iksemel.h:
6066         * impress/imposter.h:
6067         * impress/impress-document.c: (G_DEFINE_TYPE_WITH_CODE),
6068         (imp_render_draw_bezier_real), (imp_render_get_size),
6069         (imp_render_set_fg_color), (imp_render_draw_line),
6070         (imp_render_draw_rect), (imp_render_draw_polygon),
6071         (imp_render_draw_arc), (imp_render_draw_bezier),
6072         (imp_render_open_image), (imp_render_get_image_size),
6073         (imp_render_scale_image), (imp_render_draw_image),
6074         (imp_render_close_image), (imp_render_markup),
6075         (imp_render_get_text_size), (imp_render_draw_text),
6076         (impress_document_load), (impress_document_save),
6077         (impress_document_get_n_pages), (impress_document_get_page_size),
6078         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
6079         (impress_document_finalize), (impress_document_class_init),
6080         (impress_document_can_get_text), (impress_document_get_info),
6081         (impress_document_document_iface_init),
6082         (impress_document_thumbnails_get_thumbnail),
6083         (impress_document_thumbnails_get_dimensions),
6084         (impress_document_document_thumbnails_iface_init),
6085         (impress_document_init):
6086         * impress/impress-document.h:
6087         * impress/internal.h:
6088         * impress/r_back.c: (_imp_fill_back):
6089         * impress/r_draw.c: (_imp_draw_rect), (_imp_draw_line_end),
6090         (_imp_draw_image), (_imp_tile_image):
6091         * impress/r_geometry.c: (r_parse_color), (r_get_color), (fg_color),
6092         (r_get_x), (r_get_y), (r_get_angle), (r_get_viewbox), (r_polygon),
6093         (r_polyline):
6094         * impress/r_gradient.c: (poly_rotate), (r_draw_gradient_simple),
6095         (r_draw_gradient_complex), (r_draw_gradient):
6096         * impress/r_style.c: (get_style), (r_get_style), (get_style_x),
6097         (r_get_bullet):
6098         * impress/r_text.c: (add_line), (add_span), (calc_sizes),
6099         (calc_pos), (_imp_draw_layout), (text_span), (text_p), (text_list),
6100         (r_text):
6101         * impress/render.c: (imp_create_context), (imp_context_set_page),
6102         (imp_context_set_step), (imp_render), (imp_delete_context):
6103         * impress/render.h:
6104         * impress/zip.c: (zip_error), (find_cd), (get_long), (get_word),
6105         (list_files), (zip_open), (zip_close), (find_file), (seek_file),
6106         (zip_load_xml), (zip_get_size), (zip_load):
6107         * impress/zip.h:
6108         * shell/ev-utils.c:
6109         
6110         New backend to support impress slides. Fixes bug #30867.
6111
6112 2006-07-10  Ghee Teo  <ghee.teo@sun.com>
6113
6114         * shell/ev-utils.c: (using_postscript_printer):
6115         
6116         Fixes crash when print using PAPI backend,
6117         bug #345012.
6118
6119 2006-06-09  Pat Rondon  <pmr@patrondon.org>
6120
6121         * shell/ev-jobs.c: (ev_job_xfer_run):
6122         * shell/ev-window.c: (password_dialog_response),
6123         (ev_window_popup_password_dialog), (ev_window_xfer_job_cb),
6124         (ev_window_dispose):
6125         Fixes bug #344160: if the xfer job doesn't complete
6126         because a password is required, reload the existing
6127         instance instead of creating a new one.
6128
6129 2006-06-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6130
6131         * shell/main.c: (main): Call gdk_threads_init. Thus
6132         we'll avoid errors in auth dialog. Fix for the bug
6133         #343347.
6134
6135 2006-06-01  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6136
6137         * configure.ac: Advertise pixbuf support, fix
6138         for the bug 343317.
6139
6140 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6141
6142         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_refresh),
6143         (ev_sidebar_thumbnails_set_document):
6144         
6145         Update sidebar thumbnails after reloading.
6146
6147 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6148
6149         * shell/ev-jobs.c: (ev_job_xfer_dispose), (ev_job_xfer_new):
6150         * shell/ev-jobs.h:
6151         * shell/ev-window.c: (ev_window_xfer_job_cb), (ev_window_open_uri),
6152         (ev_window_cmd_view_reload), (ev_window_init):
6153         
6154         Don't crash on reload. Fix for the bug #343167.
6155
6156 2006-05-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6157
6158         * shell/ev-jobs.c: (ev_job_render_run):
6159         
6160         Check for document links.
6161
6162 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6163
6164         * backend/ev-attachment.c: (ev_attachment_save),
6165         (ev_attachment_launch_app), (ev_attachment_open):
6166         * backend/ev-document-factory.c: (get_document_from_uri):
6167         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
6168         (egg_recent_view_uimanager_set_list):
6169         * ps/ps-document.c: (check_filecompressed), (document_load),
6170         (ps_document_load):
6171         * shell/ev-metadata-manager.c: (load_values):
6172         * shell/ev-password.c: (ev_password_dialog_set_property):
6173         * shell/ev-view.c: (tip_from_link):
6174         * shell/ev-window.c: (file_save_dialog_response_cb),
6175         (ev_window_print_dialog_response_cb):
6176         
6177         Use consistent quoting style. Fix for the bug #320285.
6178
6179 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6180
6181         * shell/ev-jobs.c: (ev_job_xfer_run):
6182         * shell/main.c: (load_files):
6183                 
6184         Open links with anchors. Fix for the bug #339836.
6185
6186 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6187
6188         * backend/ev-link-dest.c: (ev_link_dest_type_get_type),
6189         (ev_link_dest_get_page_label), (ev_link_dest_get_property),
6190         (ev_link_dest_set_property), (ev_link_dest_finalize),
6191         (ev_link_dest_class_init), (ev_link_dest_new_named),
6192         (ev_link_dest_new_page_label):
6193         * backend/ev-link-dest.h:
6194         * shell/ev-application.c: (ev_application_open_uri):
6195         * shell/ev-view.c: (goto_dest):
6196         * shell/ev-window.c:
6197         * shell/ev-window.h:
6198         
6199         Fix page-label command line option. Bug #342070.
6200
6201 2006-05-27  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
6202
6203         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
6204         
6205         Don't show highlight rects if page can't be showed. Fix for 
6206         the bug #342076
6207
6208 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6209
6210         * shell/ev-window.c: (setup_sidebar_from_metadata),
6211         (ev_window_sidebar_visibility_changed_cb), (ev_window_init):
6212         
6213         Setup sidebar from metadata even if there is no document
6214         loaded. Fix for the bug #342807.
6215
6216 2006-05-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6217
6218         * cut-n-paste/toolbar-editor/Makefile.am:
6219         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
6220         (get_dock_position), (get_toolbar_position), (get_toolbar_nth),
6221         (find_action), (drag_data_delete_cb), (drag_begin_cb),
6222         (drag_end_cb), (drag_data_get_cb), (move_item_cb),
6223         (remove_item_cb), (remove_toolbar_cb), (popup_context_deactivate),
6224         (popup_context_menu_cb), (button_press_event_cb),
6225         (configure_item_sensitivity), (configure_item_cursor),
6226         (configure_item_tooltip), (connect_widget_signals),
6227         (action_sensitive_cb), (create_item_from_action),
6228         (create_item_from_position), (toolbar_drag_data_received_cb),
6229         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
6230         (toolbar_drag_leave_cb), (configure_drag_dest),
6231         (toggled_visibility_cb), (toolbar_visibility_refresh),
6232         (create_dock), (toolbar_changed_cb), (unparent_fixed),
6233         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
6234         (item_added_cb), (item_removed_cb), (egg_editable_toolbar_build),
6235         (egg_editable_toolbar_set_model), (egg_editable_toolbar_init),
6236         (egg_editable_toolbar_dispose),
6237         (egg_editable_toolbar_set_ui_manager),
6238         (egg_editable_toolbar_get_selected),
6239         (egg_editable_toolbar_set_selected), (set_edit_mode),
6240         (egg_editable_toolbar_set_property),
6241         (egg_editable_toolbar_get_property),
6242         (egg_editable_toolbar_class_init), (egg_editable_toolbar_new),
6243         (egg_editable_toolbar_new_with_model),
6244         (egg_editable_toolbar_get_edit_mode),
6245         (egg_editable_toolbar_set_edit_mode),
6246         (egg_editable_toolbar_add_visibility), (egg_editable_toolbar_show),
6247         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed):
6248         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
6249         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (compare_items),
6250         (item_added_or_removed_cb), (toolbar_removed_cb),
6251         (egg_toolbar_editor_set_model), (egg_toolbar_editor_class_init),
6252         (egg_toolbar_editor_finalize), (drag_begin_cb), (drag_end_cb),
6253         (drag_data_get_cb), (set_drag_cursor), (editor_create_item),
6254         (editor_create_item_from_name), (append_table),
6255         (update_editor_sheet), (egg_toolbar_editor_init):
6256         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
6257         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
6258         (egg_toolbars_model_to_xml), (egg_toolbars_model_save_toolbars),
6259         (is_unique), (toolbar_node_new), (item_node_new), (item_node_free),
6260         (toolbar_node_free), (egg_toolbars_model_get_flags),
6261         (egg_toolbars_model_set_flags), (egg_toolbars_model_get_data),
6262         (egg_toolbars_model_get_name), (impl_add_item),
6263         (egg_toolbars_model_add_item), (egg_toolbars_model_add_toolbar),
6264         (parse_data_list), (parse_item_list), (parse_toolbars),
6265         (egg_toolbars_model_load_toolbars), (parse_available_list),
6266         (parse_names), (egg_toolbars_model_load_names),
6267         (egg_toolbars_model_class_init), (egg_toolbars_model_init),
6268         (egg_toolbars_model_finalize), (egg_toolbars_model_remove_toolbar),
6269         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
6270         (egg_toolbars_model_delete_item), (egg_toolbars_model_n_items),
6271         (egg_toolbars_model_item_nth), (egg_toolbars_model_n_toolbars),
6272         (egg_toolbars_model_toolbar_nth), (egg_toolbars_model_get_types),
6273         (egg_toolbars_model_set_types), (fill_avail_array),
6274         (egg_toolbars_model_get_name_avail),
6275         (egg_toolbars_model_get_name_flags),
6276         (egg_toolbars_model_set_name_flags):
6277         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
6278         * cut-n-paste/toolbar-editor/eggintl.h:
6279         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
6280         (egg_tree_multi_drag_source_get_type),
6281         (egg_tree_multi_drag_source_row_draggable),
6282         (egg_tree_multi_drag_source_drag_data_delete),
6283         (egg_tree_multi_drag_source_drag_data_get), (stop_drag_check),
6284         (egg_tree_multi_drag_button_release_event), (selection_foreach),
6285         (path_list_free), (set_context_data), (get_context_data),
6286         (get_info), (egg_tree_multi_drag_drag_data_get),
6287         (egg_tree_multi_drag_motion_event),
6288         (egg_tree_multi_drag_button_press_event),
6289         (egg_tree_multi_drag_add_drag_support):
6290         * cut-n-paste/toolbar-editor/eggtreemultidnd.h:
6291         * shell/ev-application.c: (ev_application_init),
6292         (ev_application_save_toolbars_model):
6293         * shell/ev-window.c: (ev_window_create_fullscreen_popup),
6294         (ev_window_cmd_edit_toolbar), (ev_window_init):
6295         
6296         Sync toolbareditor with epiphany and libegg
6297
6298 2006-05-23  Carlos Garcia Campos  <carlosgc@gnome.org>
6299
6300         * configure.ac: 
6301
6302         Depend on poppler 0.5.2
6303
6304 2006-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6305
6306         * shell/ev-jobs.c: (ev_job_render_run):
6307         
6308         Check if document supports links iterface.
6309
6310 2006-05-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6311
6312         * NEWS:
6313         * configure.ac:
6314         
6315         Update for release 0.5.3
6316
6317 2006-05-13  Michael Plump  <plumpy@skylab.org>
6318
6319         * configure.ac:
6320         * shell/Makefile.am:
6321         * shell/main.c: (main):
6322         
6323         Port to GOption command line parsing. Fix for the 
6324         bug #327518
6325
6326 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6327
6328         * shell/ev-window.c: (ev_window_cmd_help_about):
6329         
6330         Do not wrap license. Fix for the bug #309460.
6331
6332 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6333
6334         * configure.ac:
6335         * properties/ev-properties-main.c: (ev_properties_get_pages):
6336         * shell/ev-application.c: (ev_application_open_window),
6337         (ev_application_open_uri_at_dest):
6338         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
6339         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
6340         (ev_sidebar_thumbnails_use_icon_view), (page_changed_cb):
6341         * shell/ev-utils.c: (save_print_config_to_file):
6342         * shell/ev-window.c: (ev_window_cmd_save_as),
6343         (ev_attachment_popup_cmd_save_attachment_as):
6344         * shell/main.c: (load_files_remote):
6345         
6346         Bump requirements to gtk 2.8 and drop all ifdefs used.
6347
6348 2006-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6349
6350         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
6351         * shell/ev-window.c: (ev_window_init):
6352         
6353         Show attachments page.
6354
6355 2006-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6356
6357         * po/POTFILES.in:
6358         * shell/ev-attachment-bar.c:
6359         * shell/ev-attachment-bar.h:
6360         * shell/ev-sidebar-attachments.c:
6361         (ev_sidebar_attachments_icon_cache_add),
6362         (icon_theme_get_pixbuf_from_mime_type),
6363         (ev_sidebar_attachments_icon_cache_get), (icon_cache_update_icon),
6364         (ev_sidebar_attachments_icon_cache_refresh),
6365         (ev_sidebar_attachments_get_attachment_at_pos),
6366         (ev_sidebar_attachments_popup_menu_show),
6367         (ev_sidebar_attachments_popup_menu),
6368         (ev_sidebar_attachments_button_press),
6369         (ev_sidebar_attachments_update_icons),
6370         (ev_sidebar_attachments_drag_data_get),
6371         (ev_sidebar_attachments_get_property),
6372         (ev_sidebar_attachments_destroy),
6373         (ev_sidebar_attachments_class_init), (ev_sidebar_attachments_init),
6374         (ev_sidebar_attachments_new),
6375         (ev_sidebar_attachments_set_document),
6376         (ev_sidebar_attachments_support_document),
6377         (ev_sidebar_attachments_get_label),
6378         (ev_sidebar_attachments_page_iface_init):
6379         * shell/ev-sidebar-attachments.h:
6380         * shell/ev-window.c: (update_chrome_visibility),
6381         (setup_sidebar_from_metadata), (ev_window_setup_document),
6382         (ev_window_sidebar_current_page_changed_cb),
6383         (attachment_bar_menu_popup_cb), (ev_window_init):
6384         
6385         Move attachments bar to sidebar.
6386
6387 2006-05-09  Carlos Garcia Campos  <carlosgc@gnome.org>
6388
6389         * pdf/ev-poppler.cc:
6390         * shell/ev-application.[ch]:
6391         * shell/main.c:
6392
6393         Fix some memory leaks.
6394
6395 2006-05-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6396
6397         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
6398
6399         Change the properties dialog response to
6400         GTK_RESPONSE_CANCEL instead of GTK_RESPONSE_CLOSE. This
6401         will make the dialog go away when the user presses
6402         enter. With gtk+ >= 2.9 this will happen anyway, but for
6403         older gtk+ versions only GTK_RESPONSE_CANCEL is bound to
6404         escape by default. Fixes bug #340539. See also bug
6405         #101293 for the gtk+ part.
6406
6407 2006-05-08  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
6408
6409         * shell/ev-view.c (tip_from_action_named): Replace some strings
6410         that were wrong. Closes #340970.
6411
6412 2006-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
6413
6414         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
6415
6416         Update sidebar chrome flag when sidebar visibility changes. Fixes bug
6417         #341049
6418
6419 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6420
6421         * djvu/Makefile.am:
6422         * dvi/Makefile.am:
6423         * dvi/mdvi-lib/Makefile.am:
6424         * properties/Makefile.am:
6425         * ps/Makefile.am:
6426         * shell/Makefile.am:
6427         * thumbnailer/Makefile.am:
6428         
6429         Due to broken libtool that is unable to track dependencies
6430         of noinst libraries we are forced to explicitely point
6431         libraries for binary. Fix for the bug #333334.
6432
6433 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6434
6435         * data/evince.desktop.in.in:
6436         * shell/ev-view.c: (view_update_range_and_current_page),
6437         (ev_view_next_page), (ev_view_previous_page):
6438         * shell/ev-window.c: (update_chrome_visibility),
6439         (setup_sidebar_from_metadata), (ev_window_setup_document),
6440         (ev_window_update_fullscreen_popup), (fullscreen_timeout_cb),
6441         (fullscreen_set_timeout), (fullscreen_clear_timeout),
6442         (fullscreen_motion_notify_cb), (ev_window_run_fullscreen),
6443         (ev_window_stop_fullscreen), (ev_window_run_presentation),
6444         (ev_window_stop_presentation), (ev_window_focus_in_event),
6445         (ev_window_focus_out_event), (ev_window_view_sidebar_cb),
6446         (ev_window_init):
6447         * thumbnailer/Makefile.am:
6448         
6449         Update fullscreen and presentation timeout handling. Hide
6450         cursor in presentation after timeout. Fix for the bugs
6451         #136359 and #336981.
6452
6453 2006-05-03  Carlos Garcia Campos  <carlosgc@gnome.org>
6454
6455         * backend/ev-link-action.[ch]:
6456         * pdf/ev-poppler.cc: (ev_link_from_action):
6457         * shell/ev-view-private.h:
6458         * shell/ev-view.c: (ev_view_handle_link), (tip_from_action_named):
6459         * shell/ev-window.c: (do_action_named), (view_external_link_cb):
6460
6461         Add support for Named Action links
6462
6463 2006-05-02  Carlos Garcia Campos  <carlosgc@gnome.org>
6464
6465         * backend/Makefile.am:
6466         * backend/ev-document-links.[ch]:
6467         * backend/ev-document.[ch]:
6468         * backend/ev-link-action.[ch]:
6469         * backend/ev-link-dest.[ch]:
6470         * backend/ev-link.[ch]:
6471         * pdf/ev-poppler.cc: (pdf_document_find_link_dest),
6472         (ev_link_dest_from_dest), (ev_link_from_action), (build_tree):
6473         * shell/ev-page-action.c: (build_new_tree_cb):
6474         * shell/ev-sidebar-links.c: (get_page_from_dest), (print_section_cb),
6475         (links_page_num_func), (update_page_callback):
6476         * shell/ev-view.[ch]: (ev_view_goto_dest), (ev_view_handle_link),
6477         (tip_from_link):
6478         * shell/ev-jobs.c:
6479         * shell/ev-window.[ch]: (ev_window_open_uri),
6480         (sidebar_links_link_activated_cb), (ev_view_popup_cmd_open_link):
6481         * shell/ev-application.[ch]: (ev_application_open_window),
6482         (ev_application_open_uri):
6483
6484         Rework links system, it adds support for remote links now and it makes
6485         easier to add new kinds of actions and destinations. Fixes bug #317292
6486
6487 2006-05-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6488
6489         * data/Makefile.am:
6490         * data/evince.png:
6491         * data/evince-16.png:
6492         * data/evince-22.png:
6493         * data/evince.svg:
6494         * shell/main.c: (main):
6495         
6496         Evince use it's own icon. Fix for the bug #313392.
6497
6498         * shell/ev-window.c: (fullscreen_timeout_cb),
6499         (fullscreen_set_timeout), (fullscreen_clear_timeout),
6500         (ev_window_cmd_help_about), (ev_window_dispose):
6501         
6502         Simplify fullscreen timeout code.
6503
6504 2006-04-29  Carlos Garcia Campos  <carlosgc@gnome.org>
6505
6506         * backend/ev-attachment.c: 
6507         * shell/ev-attachment-bar.c:
6508         * shell/ev-window.c:
6509
6510         Allow multiple selection of attachments
6511
6512 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6513
6514         * shell/ev-view.c: (view_update_range_and_current_page),
6515         (ev_view_scroll):
6516         
6517         Fix for the bug #312573 – Optimal selection of current 
6518         page among visible pages.
6519
6520 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6521
6522         * configure.ac:
6523         * djvu/Makefile.am:
6524         * djvu/djvu-text.h:
6525         
6526         Update to djvulibre-3.5.17, now it uses pkg-config. Fix
6527         for the bug 339868.
6528
6529 2006-04-22  Kjartan Maraas  <kmaraas@gnome.org>
6530
6531         * configure.ac: Fix the LINGUAS stuff here too so it builds.
6532
6533 2006-04-21  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6534
6535         * shell/ev-window.c: Add ellipsis to the Find... menu item, as
6536         dictated by the GNOME HIG. Fixes bug #339235.
6537
6538 2006-04-20  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6539
6540         * data/evince-ui.xml:
6541         * shell/ev-view.c: (ev_view_can_find_previous):
6542         * shell/ev-view.h:
6543         * shell/ev-window.c: (ev_window_update_actions),
6544         (ev_window_cmd_edit_find_previous):
6545
6546         Add support for "Find Previous" as dictated by the GNOME HIG. A
6547         menu item is added and some glue code to make it all work is added
6548         to various files.
6549
6550 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6551
6552         * configure.ac: Award myself the "useless use of cat" award.
6553
6554 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6555
6556         * po/LINGUAS: New file listing all supported languages.
6557
6558         * configure.in: Use po/LINGUAS instead of including all languages
6559         directly in this file. See the wiki for more information:
6560         http://live.gnome.org/GnomeGoals/PoLinguas
6561
6562 2006-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
6563
6564         * backend/ev-document-factory.c:
6565
6566         Do not load the document twice when there isn't errors
6567
6568 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
6569
6570         * backend/ev-attachment.c: 
6571
6572         Fix a crash when there isn't a default application to open an
6573         attachment
6574
6575 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
6576
6577         * backend/ev-attachment.[ch]:
6578         * shell/ev-attachment-bar.[ch]:
6579
6580         Added missing files. 
6581
6582 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
6583
6584         * backend/Makefile.am:
6585         * data/evince-ui.xml:
6586         * backend/ev-attachment.[ch]:
6587         * backend/ev-document.[ch]: (ev_document_has_attachments),
6588         (ev_document_get_attachments):
6589         * pdf/ev-poppler.cc: (pdf_document_has_attachments),
6590         (attachment_save_to_buffer), (pdf_document_get_attachments),
6591         (pdf_document_document_iface_init):
6592         * shell/Makefile.am:
6593         * shell/ev-attachment-bar.[ch]:
6594         * shell/ev-window.c:
6595
6596         Add support for PDF attachments. Fixes bug #325143
6597
6598 2006-04-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6599
6600         * backend/ev-document-factory.c: (get_document_from_uri),
6601         (ev_document_factory_get_document):
6602         * backend/ev-document-factory.h:
6603         * properties/ev-properties-main.c: (ev_properties_get_pages):
6604         * shell/Makefile.am:
6605         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
6606         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
6607         (ev_job_queue_remove_job):
6608         * shell/ev-job-queue.h:
6609         * shell/ev-job-xfer.c:
6610         * shell/ev-job-xfer.h:
6611         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
6612         (ev_job_fonts_new), (ev_job_fonts_run), (ev_job_xfer_init),
6613         (ev_job_xfer_dispose), (ev_job_xfer_class_init), (ev_job_xfer_new),
6614         (ev_job_xfer_run):
6615         * shell/ev-jobs.h:
6616         * shell/ev-window.c: (ev_window_is_empty),
6617         (password_dialog_response), (ev_window_clear_xfer_job),
6618         (ev_window_xfer_job_cb), (ev_window_open_uri),
6619         (ev_window_cmd_focus_page_selector),
6620         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
6621         (ev_window_cmd_continuous), (ev_window_cmd_dual),
6622         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
6623         (ev_window_dispose):
6624         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
6625         
6626         * Cleanup mime type detection on document load. Fix for the
6627         bug #336448.
6628
6629 2006-04-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6630
6631         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
6632         
6633         Fix crash on exit, described in the bug #336825.
6634
6635 2006-03-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6636
6637         * backend/ev-document-factory.c:
6638         (ev_document_factory_get_from_mime),
6639         (ev_document_factory_get_all_mime_types), (get_document_from_uri),
6640         (ev_document_factory_get_document),
6641         (file_filter_add_mime_list_and_free),
6642         (ev_document_factory_add_filters):
6643         * backend/ev-document-factory.h:
6644         * properties/ev-properties-main.c: (ev_properties_get_pages):
6645         * shell/Makefile.am:
6646         * shell/ev-application.c:
6647         * shell/ev-job-xfer.c: (ev_job_xfer_run):
6648         * shell/ev-window.c: (ev_window_cmd_file_open),
6649         (ev_window_cmd_save_as):
6650         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
6651         
6652         Rework factory functions so they are placed now in a single 
6653         file ev-document-factory.c
6654
6655 2006-03-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6656
6657         * shell/ev-window.c: (update_chrome_visibility):
6658         
6659         Fix for the bug 166566 - don't show menubar in fullscreen
6660         mode.
6661
6662 2006-03-22  Tommi Vainikainen  <thv@iki.fi>
6663
6664         * configure.ac (ALL_LINGUAS): Added Dzongkha (dz).
6665
6666 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6667
6668         * shell/ev-view.c: (ev_view_expose_event):
6669         
6670         More correctly draw loading text when document
6671         is empty.
6672
6673 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6674
6675         * shell/ev-view.c: (ev_view_scroll):
6676         
6677         Fix for the bug #334854, page down and page up switch
6678         pages in presentation mode.
6679
6680 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6681
6682         * shell/ev-window.c: (ev_window_set_action_sensitive),
6683         (ev_window_setup_action_sensitivity), (ev_window_update_actions),
6684         (ev_window_set_view_accels_sensitivity),
6685         (update_chrome_visibility), (ev_window_cmd_focus_page_selector),
6686         (ev_window_cmd_continuous), (ev_window_cmd_dual),
6687         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
6688         (find_changed_cb), (page_changed_cb), (ev_window_setup_document),
6689         (ev_window_cmd_edit_find), (ev_window_set_page_mode),
6690         (ev_window_cmd_edit_toolbar_cb), (ev_window_zoom_changed_cb),
6691         (ev_window_has_selection_changed_cb), (find_bar_search_changed_cb),
6692         (view_actions_focus_in_cb), (ev_window_init):
6693         
6694         Fix for the bug #333902, now it's possible to search
6695         words with slash.
6696
6697 2006-03-16  Jérémy Ar Floc'h <jérémy.lefloch@gmail.com>
6698
6699         * configure.ac: Added Breton translation.
6700         * po/br.po: Added Breton translation.
6701
6702 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
6703
6704         * shell/ev-window-title (ev_window_title_update):
6705
6706         Fix memory leak in window title. Fixes bug #333944
6707
6708 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
6709
6710         * shell/ev-metadata-manager.c (parseItem):
6711
6712         Fix memory leaks. Fixes bug #333945
6713
6714 2006-03-13  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6715         
6716         * NEWS, configure.ac, TODO:
6717         
6718         Update for release 0.5.2.
6719
6720 2006-03-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6721
6722         * shell/ev-view.c: (view_update_range_and_current_page),
6723         (page_changed_cb):
6724         
6725         Don't jump on scrolling, fix for the bug #333127.
6726
6727 2006-03-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6728
6729         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
6730         
6731         Scroll by one page in presentation mode. Fix for the bug
6732         #332993.
6733
6734 2006-03-01  Vladimer SIchinava <vlsichinava@gmail.com>
6735
6736         * configure.ac: Added ka (Georgian) to ALL_LINGUAS line.
6737
6738 2006-02-28  Clytie Siddall <clytie@riverland.net.au>
6739
6740         * configure.ac  Added lv in ALL_LINGUAS line.
6741
6742 2006-02-27  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6743         
6744         * NEWS, configure.ac:
6745         
6746         Update for release 0.5.1
6747
6748 2006-02-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
6749
6750         * backend/ev-document-misc.c: (ev_document_misc_paint_one_page):
6751         * backend/ev-document-misc.h:
6752         * shell/ev-view.c: (draw_one_page):
6753         
6754          Clairfy what page the toolbar page number applies to. Fix
6755          for the bug #328102.
6756
6757 2006-02-24  Stanislav Slusny <slusnys@gmail.com>
6758
6759         * shell/ev-view-private.h:
6760         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_event),
6761         (ev_view_init), (find_changed_cb), (ev_view_find_previous),
6762         (ev_view_search_changed):
6763         * shell/ev-view.h:
6764         * shell/ev-window.c: (find_bar_search_changed_cb):
6765         
6766         Dont't jump to find result if window was scrolled during search.
6767         Fix for the bug #313266.
6768
6769 2006-02-21  Stanislav Slusny <slusnys@gmail.com>
6770
6771         * shell/eggfindbar.c: (egg_find_bar_class_init):
6772         * shell/eggfindbar.h:
6773         * shell/ev-view-accessible.c: (ev_view_accessible_idle_do_action):
6774         * shell/ev-view-private.h:
6775         * shell/ev-view.c: (add_scroll_binding_keypad), (ev_view_scroll),
6776         (ev_view_class_init), (ev_sizing_mode_get_type),
6777         (ev_scroll_type_get_type):
6778         * shell/ev-view.h:
6779         * shell/ev-window.c: (ev_window_cmd_scroll_forward),
6780         (ev_window_cmd_scroll_backward), (find_bar_scroll),
6781         (ev_window_init):
6782         
6783         Fix for the bug 319133 - Find entry should allow text scroll.
6784
6785 2006-02-20  Antoine Dopffer <antoine.dopffer@free.fr>
6786
6787         * shell/ev-view-private.h:
6788         * shell/ev-view.c: (view_update_range_and_current_page),
6789         (highlight_find_results), (find_changed_cb), (page_changed_cb),
6790         (ev_view_set_document), (update_find_status_message),
6791         (jump_to_find_result), (jump_to_find_page), (ev_view_find_next),
6792         (ev_view_find_previous):
6793         
6794         Fix for the bug #319137. Search now takes account for scrolling.
6795
6796 2006-02-19  Michael Hofmann <mh21@piware.de>
6797
6798         * configure.ac:
6799         * djvu/Makefile.am:
6800         * djvu/djvu-document-private.h:
6801         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
6802         (djvu_handle_events), (djvu_document_load), (djvu_document_save),
6803         (djvu_document_get_page_size), (djvu_document_render_pixbuf),
6804         (djvu_document_can_get_text), (djvu_document_get_text),
6805         (djvu_document_document_iface_init),
6806         (djvu_document_thumbnails_get_thumbnail),
6807         (djvu_document_find_begin), (djvu_document_find_get_n_results),
6808         (djvu_document_find_get_result),
6809         (djvu_document_find_page_has_results),
6810         (djvu_document_find_get_progress), (djvu_document_find_cancel),
6811         (djvu_document_find_iface_init):
6812         * djvu/djvu-text-page.c: (djvu_text_page_selection_process),
6813         (djvu_text_page_selection), (djvu_text_page_limits_process),
6814         (djvu_text_page_limits), (djvu_text_page_copy),
6815         (djvu_text_page_position), (djvu_text_page_union),
6816         (djvu_text_page_sexpr_process), (djvu_text_page_sexpr),
6817         (djvu_text_page_box), (djvu_text_page_append_text),
6818         (djvu_text_page_search), (djvu_text_page_prepare_search),
6819         (djvu_text_page_new), (djvu_text_page_free):
6820         * djvu/djvu-text-page.h:
6821         * djvu/djvu-text.c: (djvu_text_idle_callback), (djvu_text_new),
6822         (djvu_text_copy), (djvu_text_free), (djvu_text_get_text),
6823         (djvu_text_n_results), (djvu_text_has_results),
6824         (djvu_text_get_result), (djvu_text_get_progress):
6825         * djvu/djvu-text.h:
6826         
6827         Text search in djvu. Fix for the bug #303415.
6828
6829 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6830
6831         * configure.ac:
6832         * shell/ev-window.c: (ev_window_cmd_save_as):
6833         
6834         Ask filechooser to confirm overwrite. Fix for the bug #328266.
6835         Thanks to Gary Coady <gary@lyranthe.org>
6836
6837 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6838
6839         * shell/ev-print-job.c: (idle_print_handler):
6840         
6841         Inverse order printing, bug #320919.
6842
6843 2006-02-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6844
6845         * data/evince-toolbar.xml:
6846         * shell/ev-window.c:
6847         
6848         Allow to add sidebar checkbutton on toolbar. Fix
6849         for the bug #144577.
6850
6851 2006-02-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6852
6853         * ps/ps-document.c: (push_pixbuf), (setup_pixmap):
6854         
6855         Add checks that have sense for empty ps document.
6856
6857 2006-02-15  Luca Ferretti <elle.uca@libero.it>
6858
6859         * configure.ac: Include PS in mime types list. 
6860
6861 2006-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6862
6863         * configure.ac:
6864         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
6865         * ps/gsdefaults.h:
6866         * ps/ps-document.c: (start_interpreter), (ps_document_load):
6867         
6868         Runtime check for gs interpreter. Fix for the bug #320868.
6869         Thanks to Antoine Dopffer antoine.dopffer@free.fr
6870
6871 2006-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
6872
6873         * shell/ev-application.c: 
6874
6875         Use DBUS_NAME_FLAG_DO_NOT_QUEUE flag in RequestName method when
6876         dbus>=0.60, so that the request is not queued. 
6877
6878 2006-02-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6879
6880         * configure.ac:
6881         * shell/Makefile.am:
6882         * shell/ev-sidebar-links.c: (print_section_cb):
6883         * shell/ev-utils.c:
6884         * shell/ev-utils.h:
6885         * shell/ev-window.c: (update_action_sensitivity),
6886         (ev_window_close_dialogs), (ev_window_print):
6887         * shell/ev-window.h:
6888         
6889         Make printing support optional. Patch from Eduardo de Barros Lima
6890         <eduardo.lima@indt.org.br> for the bug #330546.
6891
6892 2006-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6893
6894         * shell/ev-view-private.h:
6895         * shell/ev-view.c: (ev_view_expose_event), (ev_view_set_loading),
6896         (ev_view_set_document):
6897         * shell/ev-view.h:
6898         * shell/ev-window.c: (ev_window_load_job_cb),
6899         (ev_window_xfer_job_cb), (ev_window_open_uri), (ev_window_dispose),
6900         (ev_window_init):
6901
6902         Draw Loading message during xfer job. Fix for the bug #329495.
6903
6904 2006-02-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6905
6906         * comics/comics-document.c: (comics_regex_quote),
6907         (comics_document_load), (extract_argv):
6908         
6909         Correcly quote regexp before passing it to unzip.
6910
6911 2006-02-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6912
6913         * shell/ev-page-cache.c: (build_height_to_page),
6914         (ev_page_cache_new), (ev_page_cache_get_max_label_chars),
6915         (ev_page_cache_get_dual_even_left):
6916         * shell/ev-page-cache.h:
6917         * shell/ev-view.c: (view_update_range_and_current_page),
6918         (get_page_y_offset), (get_page_extents):
6919         
6920         Place even pages to the left if document has less then
6921         two pages. Fix for the bug #328856.
6922
6923 2006-01-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6924
6925         * thumbnailer/evince-thumbnailer-comics.schemas.in:
6926         
6927         Correct comics scheme. This make evince create thumbnails
6928         for comic books. Fix for the bug 329088.
6929
6930 2006-01-31  Christopher Aillon  <caillon@redhat.com>
6931
6932         * data/evince-password.glade: Don't explicitly set
6933         invisible_char to the current default value in case
6934         the default changes; let GTK+ do its magic.
6935
6936 2006-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6937
6938         * shell/ev-job-xfer.c: (ev_job_xfer_run): Append
6939         real filename to tmp filename since often document
6940         type is determined by extension.
6941
6942 2006-01-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
6943
6944         * shell/ev-view.c: (add_scroll_binding_keypad),
6945         (ev_view_binding_activated), (ev_view_class_init):
6946         
6947         Add keybindings for percision-scrolling of display area. 
6948         Fix for the bug #314072.
6949
6950 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6951
6952         * data/evince.desktop.in.in:
6953         
6954         Add GTK to the list of categories. Fix for the bug #328034.
6955
6956 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6957
6958         * shell/ev-application.c: (ev_application_shutdown),
6959         (ev_application_set_chooser_uri), (ev_application_get_chooser_uri):
6960         * shell/ev-application.h:
6961         * shell/ev-window.c: (file_open_dialog_response_cb),
6962         (ev_window_cmd_file_open):
6963         
6964         Save last uri in file chooser dialog. Fix for the bug #327950.
6965
6966 2006-01-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6967
6968         * NEWS:
6969         * README:
6970         
6971         Final update for release 0.5.0
6972         
6973         * shell/Makefile.am:
6974         
6975         Remove disable deprecated until we'll require libgnome-2.13.7
6976         and port to GOption argument parsing. See bug 327518.
6977
6978 2006-01-19  Jani Monoses <jani.monoses@gmail.com>
6979
6980         * comics/comics-document.c: (comics_document_save):
6981         * djvu/djvu-document.c: (djvu_document_save):
6982         * dvi/dvi-document.c: (dvi_document_save):
6983         * lib/ev-file-helpers.c: (ev_tmp_filename), (ev_xfer_uri_simple):
6984         * lib/ev-file-helpers.h:
6985         * pixbuf/pixbuf-document.c: (pixbuf_document_save):
6986         * tiff/tiff-document.c: (tiff_document_save):
6987         
6988         Use common save function for backends.
6989
6990 2006-01-18  Jani Monoses <jani.monoses@gmail.com>
6991
6992         * backend/ev-document-types.c:
6993         
6994         Fix crash on saving pixbuf.
6995
6996 2006-01-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6997
6998         * cut-n-paste/recent-files/egg-recent-item.c:
6999         (get_uri_shortname_for_display), (egg_recent_item_get_short_name):
7000         * cut-n-paste/recent-files/egg-recent-model.c: (parse_info_init),
7001         (parse_info_free), (valid_element), (start_element_handler),
7002         (end_element_handler), (text_handler), (egg_recent_model_filter),
7003         (egg_recent_model_monitor_cb), (egg_recent_model_poll_timeout),
7004         (egg_recent_model_monitor), (egg_recent_model_read),
7005         (egg_recent_model_open_file), (egg_recent_model_lock_file),
7006         (egg_recent_model_unlock_file), (egg_recent_model_finalize),
7007         (egg_recent_model_set_property), (egg_recent_model_class_init),
7008         (egg_recent_model_init), (egg_recent_model_add_full),
7009         (egg_recent_model_delete), (egg_recent_model_get_list),
7010         (egg_recent_model_clear), (egg_recent_model_clear_mime_filter),
7011         (egg_recent_model_set_filter_mime_types),
7012         (egg_recent_model_clear_group_filter),
7013         (egg_recent_model_set_filter_groups),
7014         (egg_recent_model_clear_scheme_filter),
7015         (egg_recent_model_set_filter_uri_schemes),
7016         (egg_recent_model_remove_expired):
7017         * cut-n-paste/recent-files/egg-recent-util.c:
7018         (egg_recent_util_get_icon):
7019         * cut-n-paste/recent-files/egg-recent-util.h:
7020         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
7021         (connect_proxy_cb), (egg_recent_view_uimanager_set_list),
7022         (egg_recent_view_uimanager_set_empty_list), (model_changed_cb),
7023         (egg_recent_view_uimanager_set_property),
7024         (egg_recent_view_uimanager_get_property),
7025         (egg_recent_view_uimanager_class_init),
7026         (egg_recent_view_uimanager_init),
7027         (egg_recent_view_uimanager_set_label_width),
7028         (egg_recent_view_uimanager_get_label_width):
7029         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
7030         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
7031         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
7032         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
7033         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
7034         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
7035         
7036         Update from libegg.
7037
7038 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7039
7040         * shell/ev-page-cache.c: (build_height_to_page),
7041         (ev_page_cache_get_height_to_page):
7042         * shell/ev-page-cache.h:
7043         * shell/ev-view.c: (view_update_range_and_current_page),
7044         (get_page_y_offset), (get_page_extents), (ev_view_next_page),
7045         (ev_view_previous_page):
7046         
7047         Dual mode places even pages to the left. Fix for the bug #309393.
7048
7049         * shell/ev-view.h:
7050         * shell/ev-window.c: (update_action_sensitivity),
7051         (setup_view_from_metadata), (view_menu_popup_cb):
7052         
7053         Don't restore presentation in empty windows, more intelligent
7054         next page behaviour in dual mode.
7055
7056         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
7057         (ev_pixbuf_cache_clear_job_sizes):
7058         
7059         Cleanup job callback on removal. Fix for the bug #325886.
7060
7061 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7062
7063         * ps/ps.c: (psscan):
7064         
7065         Commit workaround Mozilla problem. Fix for the bug #325919
7066         
7067         * shell/ev-metadata-manager.c: (parse_value), (parseItem),
7068         (save_item):
7069         
7070         Fix for year 2038 problem.
7071
7072 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7073
7074         * shell/ev-window.c: (setup_document_from_metadata),
7075         (ev_window_cmd_view_reload):
7076
7077         Clamp page recieved from metadata in valid values. Fix
7078         for the bug #325986.
7079
7080 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7081
7082         * MAINTAINERS: 
7083         Add MAINTAINERS as requested on desktop-devel-list.
7084
7085 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7086
7087         * backend/ev-document-factory.c: (gdk_pixbuf_mime_type_list),
7088         (mime_type_supported_by_gdk_pixbuf),
7089         (ev_document_factory_get_mime_types),
7090         (ev_document_factory_get_all_mime_types):
7091         
7092         Don't add pixbuf mime types if pixbuf backend is disabled.
7093         
7094         * shell/ev-application.c: (ev_application_get_uri_window):
7095         
7096         Fix for the bug 325815 - unhandled MIME type message doesn't 
7097         appear a second time. 
7098         
7099         * shell/ev-document-types.c: (ev_document_types_add_filters):
7100         * shell/ev-window.c: (page_changed_cb), (ev_window_setup_document),
7101         (password_dialog_response), (ev_window_popup_password_dialog),
7102         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
7103         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
7104         (ev_window_run_presentation), (ev_window_stop_presentation),
7105         (save_sizing_mode), (ev_window_zoom_changed_cb),
7106         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
7107         (ev_window_dual_mode_changed_cb),
7108         (ev_window_sidebar_current_page_changed_cb),
7109         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
7110         (window_state_event_cb), (window_configure_event_cb):
7111         
7112         Cleanup additional uris holded by EvWindow.
7113
7114 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7115
7116         * shell/ev-view.c: (ev_view_scroll), (ev_view_previous_page),
7117         (ev_view_can_previous_page), (ev_view_can_next_page):
7118         * shell/ev-view.h:
7119         * shell/ev-window.c: (update_action_sensitivity):
7120         
7121         Two page scrolling with Space and PageUp in dual mode. Second fix 
7122         for the bug #316608.
7123
7124 2006-01-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7125
7126         * shell/ev-view.c: (scroll_to_current_page):
7127         
7128         Correctly clamp adjustment value. Fix for the bug
7129         #325808.
7130
7131 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7132
7133         * shell/ev-sidebar-links.c: (print_section_cb):
7134         * shell/ev-window.c: (ev_window_get_uri),
7135         (ev_window_close_dialogs), (ev_window_open_uri), (ev_window_print),
7136         (ev_window_print_dialog_response_cb), (ev_window_print_range),
7137         (ev_window_dispose):
7138         
7139         Make print dialog non-modal. Fix for the bug #325622.
7140
7141 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7142
7143         * shell/ev-metadata-manager.c:
7144         * shell/ev-utils.c: (using_pdf_printer),
7145         (using_postscript_printer), (load_print_config_from_file),
7146         (save_print_config_to_file):
7147         * shell/ev-utils.h:
7148         * shell/ev-window.c: (update_sizing_buttons), (page_changed_cb),
7149         (update_sidebar_visibility), (setup_sidebar_from_metadata),
7150         (setup_view_from_metadata), (ev_window_setup_document),
7151         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
7152         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
7153         (ev_window_run_presentation), (ev_window_stop_presentation),
7154         (save_sizing_mode), (ev_window_zoom_changed_cb),
7155         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
7156         (ev_window_dual_mode_changed_cb),
7157         (ev_window_sidebar_current_page_changed_cb),
7158         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
7159         (window_state_event_cb), (window_configure_event_cb),
7160         (ev_window_init):
7161         
7162         Setting saving behaviour fixes.
7163
7164 2005-12-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7165
7166         * configure.ac:
7167         
7168         Make antialiasing gs options better and allow
7169         to change them during configure. Fix for the 
7170         bug #319049.
7171
7172 2005-12-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7173
7174         * shell/ev-window.c: (setup_view_from_metadata):
7175         
7176         Remember if last window was maximized. Fix for the
7177         bug #323797.
7178
7179 2005-12-28  Abel Cheung  <maddog@linuxhall.org>
7180
7181         * configure.ac: Added "zh_HK" to ALL_LINGUAS.
7182
7183 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7184
7185         * backend/ev-link.c: (ev_link_get_page), (ev_link_init):
7186         * shell/ev-page-action.c: (build_new_tree_cb):
7187         * shell/ev-sidebar-links.c: (links_page_num_func),
7188         (update_page_callback_foreach), (update_page_callback):
7189         * shell/ev-view.c: (scroll_to_current_page):
7190         
7191         Fix for the bug #325067 with more intelligent selection
7192         of current link in sidebar. Make sidebar handle links
7193         of FITR-like type more correctly.
7194
7195         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
7196         (dvi_pixbuf_put_pixel):
7197         
7198         Fix memory consumtion with disabled alpha channel.
7199
7200 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7201
7202         * data/evince-ui.xml:
7203         * shell/ev-window.c: (view_menu_popup_cb),
7204         (ev_popup_cmd_open_link), (ev_window_init):
7205         
7206         Update context menu for internal links. Fix for the bug
7207         #325066.
7208
7209 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7210
7211         * shell/ev-view.c: (ev_view_popup_menu), (ev_view_class_init):
7212         
7213         Bind context menu to keyboard also. Fix for the bug
7214         #325065.
7215
7216 2005-12-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7217
7218         * shell/ev-view.c: (selection_scroll_timeout_cb):
7219         
7220         Horizontal scroll on selection also.
7221
7222 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7223
7224         * shell/ev-metadata-manager.c: (parse_value):
7225         * shell/ev-view.c: (goto_xyz_link):
7226         
7227         Correct zoom setup and metadata save broken in 
7228         some locales.
7229
7230 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7231
7232         * shell/ev-view-private.h:
7233         * shell/ev-view.c: (scroll_to_current_page),
7234         (view_set_adjustment_values), (goto_fitr_link), (goto_fitv_link),
7235         (goto_fith_link), (goto_fit_link), (goto_xyz_link),
7236         (page_changed_cb), (ev_view_set_continuous),
7237         (ev_view_set_dual_page), (ev_view_set_presentation):
7238         
7239         Delay scroll until allocation to correctly position page. Fix
7240         for the bug #317334.
7241
7242 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7243
7244         * NEWS:
7245         * configure.ac:
7246         
7247         Update NEWS and require poppler 0.5.0.
7248
7249 2005-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
7250         
7251         * data/evince-ui.xml:
7252         * shell/ev-view-private.h:
7253         * shell/ev-view.c: (ev_view_get_link_at_location),
7254         (handle_link_over_xy), (ev_view_button_press_event),
7255         (ev_view_button_release_event), (ev_view_class_init):
7256         * shell/ev-window.c: (view_menu_popup_cb), (ev_window_dispose),
7257         (ev_popup_cmd_open_link), (ev_popup_cmd_copy_link_address),
7258         (ev_window_init):
7259         
7260         Implement right-click context menu.
7261
7262 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7263
7264         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
7265         * dvi/pixbuf-device.c: (dvi_pixbuf_create_image),
7266         (mdvi_pixbuf_device_render):
7267         * pdf/ev-poppler.cc:
7268
7269         Don't generate thumbnails with alpha. See bug #324077.
7270         Thanks to Jeroen Zwartepoorte <jeroen.zwartepoorte@gmail.com>.
7271
7272 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7273
7274         * shell/ev-window.c: (setup_chrome_from_metadata):
7275         
7276         Fix typo that was hiding toolbar.
7277
7278 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7279
7280         * shell/ev-view-private.h:
7281         * shell/ev-view.c: (ev_view_realize), (selection_update_idle_cb),
7282         (selection_scroll_timeout_cb), (ev_view_motion_notify_event),
7283         (ev_view_button_release_event), (ev_view_destroy):
7284         
7285         Small cleanup and autoscrolling during selection. Thanks to 
7286         Ricardo Markiewicz  <rmarkie@fi.uba.ar>.
7287
7288 2005-12-22  Jani Monoses <jani.monoses@gmail.com>
7289
7290         * configure.ac:
7291         
7292         Correctly check for comics option.
7293
7294 2005-12-21  Eduardo Lima <eduardo.lima@indt.org.br>
7295         * Makefile.am:
7296         * configure.ac:
7297         * backend/Makefile.am:
7298         * backend/ev-document-factory.c:
7299         * shell/ev-document-types.c:
7300
7301         Included option in configure to make ps backend 
7302         compilation optional with --disable-ps.
7303
7304 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7305
7306         * backend/ev-document-factory.c:
7307         * comics/Makefile.am:
7308         * comics/comics-document.c: (comics_document_load):
7309         * comics/ev-cbr-mime.xml:
7310         * configure.ac:
7311         
7312         Comics mime types are added to shared-mime-info CVS. Now
7313         we don't need to install our own mime types.
7314
7315 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7316
7317         * shell/ev-window.c:
7318         
7319         Add shortcut for "save a copy" menu entry. Fix for
7320         the bug #324582.
7321
7322 2005-12-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7323
7324         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
7325         (job_finished_cb), (new_selection_pixbuf_needed),
7326         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
7327         (clear_job_selection), (ev_pixbuf_cache_set_selection_list):
7328         
7329         Rework selection job info logic and fix critical warning.
7330
7331 2005-12-17  Abel Cheung  <maddog@linuxhall.org>
7332
7333         * configure.ac: Added "cy" "fa" "mk" "vi" to ALL_LINGUAS.
7334
7335 2005-11-27  Jaap A. Haitsma <jaap@haitsma.org>
7336
7337         * data/evince-ui.xml:
7338         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
7339         
7340         Enter as shortcut key for next page. Fix for the bug
7341         #321394.
7342
7343 2005-11-18  Ales Nyakhaychyk  <nab@mail.by>
7344
7345         * configure.ac: Added "be" (Belarusian) to ALL_LINGUAS.
7346
7347 2005-11-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7348
7349         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
7350         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
7351         (new_selection_pixbuf_needed),
7352         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
7353         (clear_job_selection):
7354         
7355         Too early for 0.5. Pixbuf cache code cleaned a bit.
7356
7357 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7358
7359         * NEWS:
7360         * configure.ac:
7361         
7362         Release 0.5.0 preparation
7363
7364 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7365
7366         * comics/Makefile.am:
7367         * configure.ac:
7368         * shell/ev-document-types.c: (ev_document_types_add_filters):
7369         
7370         More advanced handling of custom mime type installation.
7371
7372 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7373
7374         * data/evince.schemas.in:
7375         * shell/ev-metadata-manager.c: (value_free),
7376         (ev_metadata_manager_get_last), (ev_metadata_manager_set_last),
7377         (ev_metadata_manager_get), (ev_metadata_manager_set):
7378         * shell/ev-metadata-manager.h:
7379         * shell/ev-window.c: (update_chrome_flag),
7380         (ev_window_cmd_focus_page_selector), (update_sidebar_visibility),
7381         (setup_document_from_metadata), (setup_chrome_from_metadata),
7382         (setup_sidebar_from_metadata), (setup_view_from_metadata),
7383         (ev_window_cmd_edit_find), (ev_window_cmd_escape),
7384         (ev_window_view_toolbar_cb),
7385         (ev_window_sidebar_visibility_changed_cb), (find_bar_close_cb),
7386         (view_actions_focus_in_cb), (ev_window_init), (ev_window_new):
7387         
7388         Save last document settings and reuse them for new documents.
7389
7390 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7391
7392         * Makefile.am:
7393         * backend/Makefile.am:
7394         * backend/ev-document-factory.c:
7395         * backend/ev-document-factory.h:
7396         * comics/Makefile.am:
7397         * comics/comics-document.c: (G_DEFINE_TYPE_WITH_CODE),
7398         (comics_document_load), (comics_document_save),
7399         (comics_document_get_n_pages), (comics_document_get_page_size),
7400         (get_page_size_area_prepared_cb), (comics_document_render_pixbuf)       (render_pixbuf_size_prepared_cb), (comics_document_finalize),
7401         (comics_document_class_init), (comics_document_can_get_text),
7402         (comics_document_get_info), (comics_document_document_iface_init),
7403         (comics_document_init), (get_supported_image_extensions),
7404         (comics_document_thumbnails_get_geometry),
7405         (comics_document_thumbnails_get_thumbnail),
7406         (comics_document_thumbnails_get_dimensions),
7407         (comics_document_document_thumbnails_iface_init), (extract_argv):
7408         * comics/comics-document.h:
7409         * comics/ev-cbr-mime.xml:
7410         * configure.ac:
7411         * po/POTFILES.in:
7412         * shell/ev-application.c: (ev_application_register_service):
7413         * shell/ev-document-types.c: (ev_document_types_add_filters):
7414         * thumbnailer/Makefile.am:
7415         * thumbnailer/evince-thumbnailer-comics.schemas.in:
7416         
7417         New CBR/CBZ backend for comic books.
7418
7419 2005-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7420
7421         * shell/main.c: (load_files_remote):
7422
7423         Thanks to Robert McQueen <robot101@debian.org>. Dbus
7424         warning on startup of second instance is fixed. It
7425         is bug #320353.
7426
7427 2005-10-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7428
7429         * shell/ev-window.c: (ev_window_finalize):
7430         
7431         Fix double free that cause crash.
7432
7433 2005-10-29  Bastien Nocera <hadess@hadess.net>
7434
7435         * tiff/tiff-document.c: (tiff_document_load):
7436         
7437         Fix memory leak.
7438
7439 2005-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7440
7441         * po/POTFILES.in:
7442         * shell/Makefile.am:
7443         * shell/ev-view-accessible.c: (ev_view_accessible_get_priv),
7444         (ev_view_accessible_free_priv), (ev_view_accessible_class_init),
7445         (ev_view_accessible_get_text),
7446         (ev_view_accessible_get_character_at_offset),
7447         (ev_view_accessible_get_text_before_offset),
7448         (ev_view_accessible_get_text_at_offset),
7449         (ev_view_accessible_get_text_after_offset),
7450         (ev_view_accessible_get_character_count),
7451         (ev_view_accessible_get_caret_offset),
7452         (ev_view_accessible_set_caret_offset),
7453         (ev_view_accessible_get_run_attributes),
7454         (ev_view_accessible_get_default_attributes),
7455         (ev_view_accessible_get_character_extents),
7456         (ev_view_accessible_get_offset_at_point),
7457         (ev_view_accessible_get_n_selections),
7458         (ev_view_accessible_get_selection),
7459         (ev_view_accessible_add_selection),
7460         (ev_view_accessible_remove_selection),
7461         (ev_view_accessible_set_selection),
7462         (ev_view_accessible_text_iface_init),
7463         (ev_view_accessible_idle_do_action),
7464         (ev_view_accessible_action_do_action),
7465         (ev_view_accessible_action_get_n_actions),
7466         (ev_view_accessible_action_get_description),
7467         (ev_view_accessible_action_get_name),
7468         (ev_view_accessible_action_set_description),
7469         (ev_view_accessible_action_iface_init),
7470         (ev_view_accessible_get_type), (ev_view_accessible_new),
7471         (ev_view_accessible_factory_get_accessible_type),
7472         (ev_view_accessible_factory_create_accessible),
7473         (ev_view_accessible_factory_class_init),
7474         (ev_view_accessible_factory_get_type):
7475         * shell/ev-view-accessible.h:
7476         * shell/ev-view-private.h:
7477         * shell/ev-view.c: (ev_view_get_accessible), (ev_view_class_init):
7478         * shell/ev-view.h:
7479         
7480         Initial accessibility support.
7481
7482 2005-10-27  Erdal Ronahi  <erdal.ronahi@gmail.com>
7483
7484         * configure.ac: Added ku (Kurdish) to ALL_LINGUAS
7485
7486 2005-10-26  Hubert Figuiere <hfiguiere@teaser.fr>
7487
7488         * shell/ev-print-job.c: (idle_print_handler):
7489         
7490         Fix for bug Bug 318916: Printing multiple pages.
7491
7492 2005-10-20  Runa Bhattacharjee  <runa@bengalinux.org>
7493
7494         * configure.ac: Added "bn" (Bengali) to ALL_LINGUAS.
7495
7496 2005-10-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7497
7498         * pdf/ev-poppler.cc:
7499         
7500         Thumnail dimensions unified with other backends.
7501         
7502         * shell/ev-window-title.c: (ev_window_title_update):
7503         
7504         Fix warning.
7505
7506 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7507
7508         * data/ev-stock-zoom-fit-width.png:
7509         
7510         Remove unused file.
7511
7512 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7513
7514         * configure.ac:
7515         * djvu/djvu-document.c: (djvu_document_load), (djvu_document_save),
7516         (djvu_document_finalize):
7517         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_save),
7518         (dvi_document_finalize):
7519         * pixbuf/pixbuf-document.c: (pixbuf_document_load),
7520         (pixbuf_document_save), (pixbuf_document_finalize):
7521         * tiff/tiff-document.c: (tiff_document_load), (tiff_document_save),
7522         (tiff_document_finalize):
7523         
7524         Save a copy implemented for various backends.
7525
7526 2005-10-17  Daniel Gryniewicz <dang@gentoo.org>
7527
7528         * configure.ac:
7529         
7530         Don't link with ltiff if tiff is disabled.
7531
7532 2005-10-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7533
7534         * pdf/GDKSplashOutputDev.cc:
7535         * pdf/GDKSplashOutputDev.h:
7536         * pdf/Thumb.cc:
7537         * pdf/Thumb.h:
7538         * pdf/pdf-document.cc:
7539         * pdf/pdf-document.h:
7540         * pdf/test-gdk-output-dev.cc:
7541         
7542         Remove old unused files.
7543
7544 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7545
7546         * shell/ev-window.c: (ev_window_setup_document):
7547         
7548         Fixed warnings on reload and probably crash reason.
7549
7550 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7551
7552         * properties/ev-properties-view.c:
7553         (ev_properties_view_format_date):
7554         
7555         Check if date is invalid. Fix for bug 318134.
7556
7557 2005-10-02  Wouter Bolsterlee <uws+gnome@xs4all.nl>
7558
7559         * shell/ev-window-title.c:
7560         
7561         Add .indd files (Adobe Indesign) to the list of "bad
7562         extensions".
7563
7564 2005-10-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7565
7566         * data/evince-ui.xml:
7567         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
7568         
7569         Add <ctrl>KP_Add and <ctrl>KP_Substract bindings.
7570
7571 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
7572
7573         * shell/ev-window.c: (launch_link), (launch_external_uri),
7574         (view_external_link_cb):
7575
7576         URL-escape link before passing it to gnome_vfs_url_show.
7577
7578 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
7579
7580         * shell/ev-view.[ch], shell/ev-window.c: Disable copy action when
7581         there isn't text selected.
7582
7583 2005-09-27  Marco Pesenti Gritti  <mpg@redhat.com>
7584
7585         * shell/ev-view.c: (handle_link_over_xy):
7586
7587         Check tooltip is valid utf8 before showing it
7588
7589 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
7590
7591         * shell/ev-view.c: Allow drag and drop of text. Fixes #316772
7592
7593 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
7594
7595         * shell/ev-window-title.c: (ev_window_title_update):
7596
7597         Guard against using g_strstrip on NULL. Fixes bug #317291.
7598
7599 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
7600
7601         * pdf/ev-poppler.cc:
7602
7603         Show title even for unknown links
7604
7605 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
7606
7607         * shell/ev-window-title.c: (ev_window_title_update):
7608
7609         Strip the title string
7610
7611 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
7612
7613         * shell/ev-window-title.c:
7614
7615         Add .rtf to the bad extensions list
7616
7617 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
7618
7619         * shell/ev-view.c: (doc_point_to_view_point), (goto_fitr_link),
7620         (goto_fitv_link), (goto_fith_link), (goto_xyz_link):
7621
7622         Ignore link coordinates if they are outside page bounds
7623
7624 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
7625
7626         * backend/ev-link.c: (ev_link_type_get_type),
7627         (ev_link_get_filename), (ev_link_get_params),
7628         (ev_link_get_property), (ev_link_set_property),
7629         (ev_window_dispose), (ev_link_class_init), (ev_link_new_launch):
7630         * backend/ev-link.h:
7631         * pdf/ev-poppler.cc:
7632         * shell/ev-view.c: (ev_view_goto_link), (ev_view_class_init):
7633         * shell/ev-window.c: (launch_link), (view_external_link_cb),
7634         (ev_window_init):
7635
7636         Implement launch links. Delegate external link opening to
7637         the window.
7638
7639 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
7640
7641         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_bottom),
7642         (ev_link_get_right), (ev_link_get_property),
7643         (ev_link_set_property), (ev_link_class_init),
7644         (ev_link_new_page_fitv), (ev_link_new_page_fitr):
7645         * backend/ev-link.h:
7646         * pdf/ev-poppler.cc:
7647         * shell/ev-view.c: (goto_fitr_link), (ev_view_goto_link):
7648
7649         Implement fitr links
7650
7651 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
7652
7653         * shell/ev-view.c: (ev_view_get_width), (ev_view_get_height),
7654         (goto_fitv_link), (goto_fith_link), (goto_fit_link),
7655         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
7656         (ev_view_size_request_continuous),
7657         (ev_view_size_request_dual_page),
7658         (ev_view_size_request_single_page), (ev_view_size_allocate),
7659         (ev_view_zoom_for_size_continuous_and_dual_page),
7660         (ev_view_zoom_for_size_continuous),
7661         (ev_view_zoom_for_size_dual_page),
7662         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
7663         (ev_sizing_mode_get_type):
7664         * shell/ev-view.h:
7665         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
7666
7667         Do not use modes for link, we need to calculate size ad hoc.
7668         Still not perfect because of the usual scrollbar issues grrr.
7669
7670 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
7671
7672         * backend/ev-link.c: (ev_link_type_get_type),
7673         (ev_link_new_page_fith), (ev_link_new_page_fitv):
7674         * backend/ev-link.h:
7675         * pdf/ev-poppler.cc:
7676         * shell/ev-view.c: (goto_fitv_link), (goto_fith_link),
7677         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
7678         (ev_view_size_request_continuous),
7679         (ev_view_size_request_dual_page),
7680         (ev_view_size_request_single_page), (ev_view_size_allocate),
7681         (zoom_for_size_fit_height),
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         Implement FIT_HEIGHT mode (only for links).
7691         Implement FITH links
7692
7693 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
7694
7695         * shell/ev-window-title.c: (get_filename_from_uri),
7696         (ev_window_title_sanitize_extension), (ev_window_title_update),
7697         (ev_window_title_set_document), (ev_window_title_set_uri),
7698         (ev_window_title_free):
7699         * shell/ev-window-title.h:
7700         * shell/ev-window.c: (ev_window_setup_document),
7701         (ev_window_popup_password_dialog):
7702
7703         Refactor window title building while fixing it for
7704         password documents.
7705
7706 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
7707
7708         * pdf/ev-poppler.cc:
7709
7710         Escape link title before setting it in the model
7711
7712 2005-09-23  Marco Pesenti Gritti  <mpg@redhat.com>
7713
7714         * shell/ev-application.c: (removed_from_session), (save_session),
7715         (init_session), (ev_application_get_empty_window),
7716         (ev_application_init), (ev_application_get_windows):
7717         * shell/ev-application.h:
7718         * shell/ev-window.c: (ev_window_finalize):
7719
7720         Add a function to retrieve window list and share it where
7721         necessary.
7722         Implement session handling, works pretty well thanks to the
7723         metadata system.
7724
7725 2005-09-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7726
7727         * shell/ev-password.c: (ev_password_item_created_callback),
7728         (ev_password_dialog_save_password):
7729         
7730         Fix for bug 316972. Use async gnome-keyring API.
7731
7732 2005-09-22  Christian Persch  <chpe@cvs.gnome.org>
7733
7734         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init):
7735         Remove unused unrealize handler. Add scroll handling to
7736         ev_view_scroll_event for presentation mode (bug #316708),
7737         and fix the event state checks there.
7738
7739 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
7740
7741         * shell/ev-page-action.c: (page_changed_cb):
7742
7743         "marco, maybe we should be crazy and jump right to 6! :)"
7744
7745         Bryan Clark, Sep 2005
7746
7747 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
7748
7749         * ps/ps-document.c: (save_document), (ps_document_save),
7750         (ps_document_ps_export_begin), (ps_document_ps_export_do_page),
7751         (ps_document_ps_export_end):
7752
7753         Fix unstructured documents save and print
7754
7755 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
7756
7757         * shell/ev-application.c: (ev_application_open_uri):
7758
7759         Fix window size persistance
7760
7761 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
7762
7763         * shell/ev-view.c: (ev_view_button_release_event):
7764
7765         Based on a patch from carlosgc@gnome.org. Mouse buttons
7766         switch pages in presentation mode.
7767
7768 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7769
7770         * shell/ev-page-cache.c: (ev_page_cache_get_size):
7771
7772         Dont cast to int before scaling
7773
7774 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7775
7776         * backend/ev-link.c: (ev_link_type_get_type),
7777         (ev_link_new_page_xyz), (ev_link_new_page_fit),
7778         (ev_link_new_page_fith):
7779         * backend/ev-link.h:
7780         * pdf/ev-poppler.cc:
7781         * shell/ev-view.c: (goto_fith_link), (ev_view_goto_link):
7782
7783         Implement FIT and FITH links
7784
7785 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7786
7787         * pdf/ev-poppler.cc:
7788
7789         Return 0 results when search is not in progress.
7790
7791         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
7792         (ev_window_cmd_go_next_page), (find_bar_search_changed_cb):
7793
7794         Update menu sensitivity when cancelling search
7795
7796 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7797
7798         * shell/ev-view.c: (ev_view_can_find_next):
7799
7800         Take all pages in consideration, not just current one
7801
7802 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7803
7804         * shell/ev-page-cache.c:
7805         * shell/ev-page-cache.h:
7806         * shell/ev-view.c: (ev_view_binding_activated),
7807         (ev_view_next_page), (ev_view_previous_page),
7808         (ev_sizing_mode_get_type):
7809         * shell/ev-view.h:
7810         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
7811         (ev_window_cmd_go_next_page):
7812
7813         Move page next/previous functions from page chace to
7814         view and change it to move by 2 page steps in dual mode.
7815
7816 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7817
7818         * shell/ev-window.c: (update_sidebar_visibility),
7819         (setup_sidebar_from_metadata), (ev_window_setup_document),
7820         (setup_view_from_metadata):
7821
7822         Show the index by default when there is one     
7823
7824 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7825
7826         * shell/ev-window-title.c: (ev_window_title_set_document):
7827
7828         Missing null check
7829
7830 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7831
7832         * shell/ev-view.c: (view_update_range_and_current_page):
7833         
7834         Allow display of last odd page in dual view. Fix for 316347.
7835
7836 2005-09-17  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
7837
7838         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
7839         
7840         Make close button default. Fix for 316383.
7841
7842 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7843
7844         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
7845         
7846         Mark close button as default. Fix for 316381.
7847
7848 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
7849
7850         * backend/ev-link.c: (ev_link_class_init):
7851
7852         Allow negative doubles in left/top properties
7853
7854 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
7855
7856         * shell/ev-window.c:
7857
7858         Remove a bunch of strings that was used only
7859         by the statusbar.
7860
7861 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
7862
7863         * shell/ev-window-title.c: (get_filename_from_uri),
7864         (ev_window_title_set_document):
7865
7866         When title has a confusing extension, show also
7867         the document filename inside ()
7868
7869 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
7870
7871         * shell/Makefile.am:
7872         * shell/ev-window-title.c: (ev_window_title_new),
7873         (ev_window_title_update), (ev_window_title_set_type),
7874         (ev_window_title_set_document), (ev_window_title_free):
7875         * shell/ev-window-title.h:
7876         * shell/ev-window.c: (ev_window_setup_document),
7877         (password_dialog_response), (ev_window_popup_password_dialog),
7878         (ev_window_dispose), (ev_window_init):
7879
7880         Factor out and cleanup window title code
7881
7882 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
7883
7884         * shell/ev-window.c: (unable_to_load_dialog_response_cb),
7885         (unable_to_load):
7886
7887         Make dialog transient so it doesnt block other windows
7888
7889 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7890
7891         * pdf/ev-poppler.cc:
7892         
7893         Fix pdf thumbnails rendering.
7894
7895 2005-09-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
7896
7897         * shell/ev-window.c: (fullscreen_set_timeout):
7898         
7899         Increase timeout to hide full screen popup. Bug 
7900         316123. 
7901
7902 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7903
7904         * data/evince.schemas.in:
7905         * shell/ev-window.c: (update_action_sensitivity):
7906
7907         Allow the user to override document restrictions. Fix for bug
7908         305818.
7909
7910 2005-09-13  Christian Persch  <chpe@cvs.gnome.org>
7911
7912         * shell/ev-window.c: (ev_window_update_fullscreen_popup),
7913         (ev_window_create_fullscreen_popup), (ev_window_screen_changed),
7914         (ev_window_class_init): Fix multihead behaviour of fullscreen
7915         toolbar popup. Fixes bug #315451.
7916
7917 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7918
7919         * configure.ac:
7920         * data/evince-password.glade:
7921         * shell/ev-password.c: (ev_password_dialog_set_property),
7922         (ev_password_dialog_finalize), (ev_password_dialog_class_init),
7923         (ev_password_dialog_init), (ev_password_set_bad_password_label),
7924         (ev_password_dialog_entry_changed_cb),
7925         (ev_password_dialog_entry_activated_cb),
7926         (ev_password_dialog_save_password), (ev_password_keyring_found_cb),
7927         (ev_password_search_in_keyring), (ev_password_dialog_get_password),
7928         (ev_password_dialog_set_bad_pass):
7929         * shell/ev-password.h:
7930         * shell/ev-window.c: (password_dialog_response),
7931         (ev_window_popup_password_dialog):
7932         
7933         Support for gnome-keyring for encrypted PDF's.
7934
7935 2005-09-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7936
7937         * shell/ev-view.c: (handle_link_over_xy), (ev_view_realize),
7938         (ev_view_motion_notify_event), (ev_view_leave_notify_event),
7939         (ev_view_enter_notify_event), (ev_view_class_init):
7940         
7941         More precise handling of enter_notify/leave_notify events
7942         in EvView. Fix for bug 315470.
7943
7944 2005-09-08  Christopher Aillon  <caillon@redhat.com>
7945
7946         * shell/ev-window.c: (fullscreen_timeout_cb),
7947         (fullscreen_set_timeout), (fullscreen_clear_timeout),
7948         (ev_window_dispose):
7949
7950         leak fix: unref fullscreen_timeout_source before clearing it
7951
7952 2005-09-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7953
7954         * configure.ac, dvi/mdvi/Makefile.am: 
7955         
7956         Use lt1 instead lt1lib. Thanks to yselkowitz@users.sourceforge.net
7957
7958 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
7959
7960         * backend/ev-link.c: (ev_link_new_page_xyz):
7961         * pdf/ev-poppler.cc:
7962         * shell/ev-view.c: (goto_xyz_link), (ev_view_goto_link):
7963
7964         Fix some bugs with xyz links, respect zoom
7965
7966 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
7967
7968         * shell/ev-window.c: (page_changed_cb),
7969         (setup_document_from_metadata), (update_sidebar_visibility),
7970         (setup_view_from_metadata), (ev_window_run_fullscreen),
7971         (ev_window_stop_fullscreen), (ev_window_run_presentation),
7972         (ev_window_stop_presentation), (ev_window_continuous_changed_cb),
7973         (ev_window_dual_mode_changed_cb),
7974         (ev_window_sidebar_current_page_changed_cb):
7975
7976         null check uri before setting and getting metadata
7977
7978 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
7979
7980         * dvi/Makefile.am:
7981         * properties/Makefile.am:
7982         * shell/Makefile.am:
7983         * thumbnailer/Makefile.am:
7984
7985         Some build fixes for cygwin. Patch by yselkowitz@users.sourceforge.net
7986
7987 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
7988
7989         * shell/ev-sidebar-links.c: (ev_sidebar_links_class_init),
7990         (selection_changed_callback):
7991         * shell/ev-sidebar-links.h:
7992
7993         Add a signal for link activation.
7994
7995         * shell/ev-view.c: (ev_view_goto_link),
7996         (ev_view_button_release_event):
7997         * shell/ev-view.h:
7998         * shell/ev-window.c: (sidebar_links_link_activated_cb),
7999         (ev_window_init):
8000
8001         Implement the signal so that we can handle all link types.
8002
8003         * shell/ev-page-cache.c:
8004
8005         Remove unused set_link function
8006
8007 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
8008
8009         * lib/ev-tooltip.c: (ev_tooltip_set_position):
8010
8011         Add some space from the cursor, hardcoded but I couldnt
8012         find a better way.
8013
8014 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
8015
8016         * lib/ev-tooltip.c:
8017
8018         Use mozilla style vs gtk style, way better for links.
8019
8020         * shell/ev-view.c: (ev_view_motion_notify_event),
8021         (ev_view_destroy), (ev_view_init):
8022
8023         Deactive tooltip when the link hovered is changed.
8024
8025 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
8026
8027         * backend/ev-document.h:
8028         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_top),
8029         (ev_link_get_left), (ev_link_get_zoom), (ev_link_get_property),
8030         (ev_link_set_property), (ev_window_dispose), (ev_link_class_init),
8031         (ev_link_new_page), (ev_link_new_page_xyz):
8032         * backend/ev-link.h:
8033         * pdf/ev-poppler.cc:
8034         * shell/ev-view.c: (doc_point_to_view_point), (scroll_to_xyz_link),
8035         (go_to_link), (tip_from_link):
8036
8037         Implement xyz links, still not functional. Links are a total
8038         mess, will need to refactor and bugfix a lot :(
8039
8040 2005-09-05  Alessio Frusciante  <algol@firenze.linux.it>
8041
8042         * configure.ac: Added "it" (Italian) to ALL_LINGUAS.
8043
8044 2005-09-05  Marco Pesenti Gritti <mpg@redhat.com>
8045
8046         * data/evince-ui.xml:
8047         * data/evince.schemas.in:
8048         * shell/Makefile.am:
8049         * shell/ev-window.c: (update_chrome_visibility),
8050         (password_dialog_response), (ev_window_load_job_cb),
8051         (ev_window_xfer_job_cb), (ev_window_open_uri),
8052         (ev_window_class_init), (set_chrome_actions), (load_chrome),
8053         (ev_window_init):
8054
8055         Remove the statusbar. This regress loading feedback, need to
8056         check with Bryan what we want to do there...
8057
8058 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
8059
8060         * lib/ev-tooltip.c: (ev_tooltip_init):
8061
8062         Fix tooltip border and size handling
8063
8064 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
8065
8066         * lib/ev-tooltip.c: (ev_tooltip_dispose), (ev_tooltip_class_init),
8067         (ev_tooltip_set_position), (ev_tooltip_recently_shown),
8068         (ev_tooltip_timeout), (ev_tooltip_activate),
8069         (ev_tooltip_deactivate):
8070         * lib/ev-tooltip.h:
8071         * shell/ev-view.c: (ev_view_motion_notify_event):
8072
8073         Delay popup showing. Mirror gtk logic/times.
8074
8075 2005-09-03  Marco Pesenti Gritti  <mpg@redhat.com>
8076
8077         * lib/Makefile.am:
8078         * lib/ev-tooltip.c: (ev_tooltip_expose_event),
8079         (ev_tooltip_class_init), (ev_tooltip_init), (ev_tooltip_new),
8080         (ev_tooltip_set_text), (ev_tooltip_set_position):
8081         * lib/ev-tooltip.h:
8082
8083         Simple widget to show tooltips at a custom position
8084
8085         * shell/ev-view.c: (tip_from_link), (ev_view_motion_notify_event),
8086         (ev_view_destroy):
8087
8088         Use it for links. First go, needs work
8089
8090 2005-08-17  Dennis Cranston  <dennis_cranston@yahoo.com>
8091
8092         * shell/ev-window.c: (ev_window_cmd_edit_toolbar): A couple small 
8093         HIG fixes.  Use title capitalization for window title. Use 12 
8094         pixels of space between the dialog's vbox and action area.
8095
8096 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
8097
8098         * shell/ev-window.c: (file_open_dialog_response_cb),
8099         (ev_window_cmd_file_open), (file_save_dialog_response_cb),
8100         (ev_window_cmd_save_as):
8101
8102         Make file pickers not modal and refactor code some
8103
8104 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
8105
8106         * shell/ev-sidebar.h:
8107         * shell/ev-sidebar.c: (ev_sidebar_set_property),
8108         (ev_sidebar_get_current_page), (ev_sidebar_get_property),
8109         (ev_sidebar_class_init), (ev_sidebar_select_page),
8110         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_new),
8111         (ev_sidebar_set_page):
8112
8113         Add a current page property and allow to get/set it
8114
8115         * shell/ev-window.c: (setup_view_from_metadata),
8116         (ev_window_sidebar_current_page_changed_cb), (ev_window_init):
8117
8118         Persist current sidebar page per document
8119
8120 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
8121
8122         * data/evince.schemas.in:
8123         * shell/ev-window.c: (update_chrome_visibility),
8124         (setup_document_from_metadata), (update_sidebar_visibility),
8125         (setup_view_from_metadata), (ev_window_sidebar_position_change_cb),
8126         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
8127         (ev_window_run_presentation), (ev_window_stop_presentation),
8128         (ev_window_view_sidebar_cb),
8129         (ev_window_sidebar_visibility_changed_cb), (set_chrome_actions),
8130         (load_chrome), (ev_window_init):
8131
8132         Persist size/visibility of sidebar per document
8133
8134 Fri Sep  2 00:59:55 2005  Jonathan Blandford  <jrb@redhat.com>
8135
8136         * shell/ev-view.c (draw_loading_text): Draw loading text.
8137
8138 2005-09-02  Dan Damian  <dand@gnome.ro>
8139
8140         * configure.in: Added "ro" to ALL_LINGUAS.
8141
8142 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
8143
8144         * shell/ev-view.c: (clear_caches):
8145
8146         ev_page_cache_get doesnt return a reference,
8147         dont try to unref it.
8148
8149 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
8150
8151         * shell/main.c: (load_files_remote):
8152
8153         Fix timestamp parameter with dbus <= 0.33
8154
8155 2005-08-31  Marco Pesenti Gritti  <mpg@redhat.com>
8156
8157         * data/evince.schemas.in:
8158
8159         Add missing full stop
8160
8161 2005-08-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
8162
8163         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info):
8164         * shell/ev-window.c: (ev_window_print_range), (ev_window_dispose):
8165
8166         Plug some memory leaks
8167
8168 2005-08-29  Christian Persch  <chpe@cvs.gnome.org>
8169
8170         * configure.ac:
8171         * lib/ev-debug.c: (trap_handler):
8172
8173         Check for execinfo.h and use it only if it exists.
8174         Ported from Epiphany (bug #314776).
8175
8176 2005-08-29  Duarte Loreto <happyguy_pt@hotmail.com>
8177
8178         * configure.ac: Added Portuguese (pt) to ALL_LINGUAS.
8179
8180 2005-08-27  Mohammad DAMT  <mdamt@gnome.org>
8181
8182         * configure.ac: Added Indonesian "id" to ALL_LINGUAS
8183         * po/id.po      : Added Indonesian translation
8184
8185 Fri Aug 26 00:45:09 2005  Jonathan Blandford  <jrb@redhat.com>
8186
8187         * shell/main.c:
8188         * shell/ev-application.c: Last minute GTK-2.6 fixes.
8189         * NEWS: Release 0.4.0
8190
8191 Thu Aug 25 23:40:23 2005  Jonathan Blandford  <jrb@redhat.com>
8192
8193         * configure.ac: catch another gtk+-2.8ism
8194         * shell/main.c: Make work with gtk+-2.6
8195
8196 2005-08-25  Ryan Lortie  <desrt@desrt.ca>
8197
8198         * shell/ev-application-service.xml: Add 'timestamp' argument to
8199           ev_application_open_window and ev_application_open_uri methods.
8200
8201         * shell/ev-application.h: Add 'timestamp' argument to
8202           ev_application_open_window, ev_application_open_uri,
8203           and ev_application_open_uri_list functions.
8204
8205         * shell/ev-application.c (ev_application_open_window,
8206           ev_application_open_uri, ev_application_open_uri_list): Change
8207           functions that show/present windows to use a timestamp if one
8208           is passed in.
8209
8210         * shell/ev-window.c (ev_window_cmd_file_open,
8211           ev_window_cmd_recent_file_activate, drag_data_received_cb):
8212         * shell/main.c (load_files): Modify calls to ev_application to
8213           include GDK_CURRENT_TIME as timestamp.
8214
8215         * shell/main.c (load_files_remote): Obtain timestamp for client
8216           instance from GDK and pass to server instance so new windows are
8217           focused properly.  Fix dbus_g_proxy_call() calls by including second
8218           G_TYPE_INVALID.
8219           
8220         Closes bug #314475.
8221
8222 Thu Aug 25 22:13:08 2005  Jonathan Blandford  <jrb@redhat.com>
8223
8224         * shell/ev-window.c (ev_window_finalize): Check for
8225         avail. EvWindows when quiting to handle the finalize better,
8226         #314497
8227
8228 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8229         
8230         * properties/ev-properties-view.c: 
8231         
8232         Set textdomain to libglade. Fixes translation problem in property page.
8233
8234 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8235
8236         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
8237         * dvi/Makefile.am:
8238         * dvi/dvi-document.c: (dvi_document_thumbnails_get_thumbnail):
8239         * dvi/mdvi-lib/Makefile.am:
8240         
8241         Fix rotation of thumbnails, ported to new API. Moved library
8242         dependencies earlier, probably it will fix linkage problem.
8243
8244 Thu Aug 25 02:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
8245
8246         * backend/ev-document-misc.c:
8247         (ev_document_misc_get_thumbnail_frame):
8248         * backend/ev-document-misc.h:
8249         * configure.ac:
8250         * pdf/ev-poppler.cc:
8251         * shell/Makefile.am:
8252         * shell/ev-sidebar-thumbnails.c: (add_range),
8253         (ev_sidebar_thumbnails_set_loading_icon),
8254         (ev_sidebar_thumbnails_refresh),
8255         (ev_sidebar_thumbnails_set_document):
8256         * shell/ev-sidebar-thumbnails.h:
8257         * shell/ev-view.c: (ev_view_motion_notify_event),
8258         (ev_view_set_property), (ev_view_get_property),
8259         (ev_view_class_init), (ev_view_set_rotation):
8260         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
8261         (ev_window_cmd_edit_rotate_right), (ev_window_rotation_changed_cb),
8262         (ev_window_init):
8263         * tiff/tiff-document.c: (tiff_document_thumbnails_get_thumbnail):
8264         Redo rotation (again).  prepare for 0.4.0
8265
8266 2005-08-24  Kristian Høgsberg  <krh@redhat.com>
8267
8268         * configure.ac: Bump poppler requirement to 0.4.1.
8269
8270         * pdf/ev-poppler.cc (pdf_selection_render_selection): Add rotation
8271         argument to poppler_page_render_selection() call.
8272
8273 2005-08-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8274
8275         * djvu/djvu-document.c: (djvu_document_render_pixbuf),
8276         (djvu_document_thumbnails_get_thumbnail):
8277         * dvi/dvi-document.c: (dvi_document_render_pixbuf),
8278         (dvi_document_thumbnails_get_thumbnail):
8279         * pixbuf/pixbuf-document.c: (pixbuf_document_render_pixbuf),
8280         (pixbuf_document_thumbnails_get_thumbnail):
8281         * tiff/tiff-document.c: (tiff_document_render_pixbuf):
8282         
8283         Update rotation direction of backends to fit with pdf and ps.
8284
8285 2005-08-24  Marco Pesenti Gritti  <mpg@redhat.com>
8286
8287         * backend/ev-async-renderer.c: (ev_async_renderer_render_pixbuf):
8288         * backend/ev-async-renderer.h:
8289         * ps/ps-document.c: (ps_document_init), (setup_pixmap),
8290         (setup_page), (ps_document_get_page_size),
8291         (ps_async_renderer_render_pixbuf):
8292         * ps/ps-document.h:
8293         * shell/ev-jobs.c: (ev_job_render_run):
8294
8295         Fix orientation in the postscript document
8296
8297 2005-08-23  Marco Pesenti Gritti  <mpg@redhat.com>
8298
8299         * pdf/ev-poppler.cc:
8300         * ps/ps-document.c: (push_pixbuf), (ps_document_widget_event):
8301         * shell/ev-view.c: (highlight_find_results):
8302
8303         Adapt to the new poppler rotation API. Fix text maps on landscape
8304         documents.
8305
8306 Sat Aug 20 17:13:48 2005  Jonathan Blandford  <jrb@redhat.com>
8307
8308         * shell/ev-view.c (compute_new_selection_text): get the correct
8309         region when selecting in modes other than continuous.
8310
8311 Sat Aug 20 13:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
8312
8313         * shell/main.c (main): remove redundant g_warnings.
8314
8315 2005-08-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8316
8317         * shell/Makefile.am: Don't include autogenerated
8318         file ev-application-service.h into distribution, since
8319         it causes dbus crash. Fix for bugs 313724 and 313443. 
8320
8321 2005-08-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8322
8323         * configure.ac: Fix sed expression for FreeBSD. Thanks
8324         to Joe Marcus Clark <marcus@freebsd.org>
8325         
8326         * shell/eggfindbar.c: (entry_activate_callback),
8327         (entry_changed_callback), (egg_find_bar_init),
8328         (egg_find_bar_set_search_string):
8329         
8330         Made findbar buttons unsensitive if there is no text in
8331         entry. Fix for the bug 313285.
8332
8333 2005-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
8334
8335         * ps/ps-document.c: Use g_filename_display_name for displaying
8336         filenames and revert string freeze breackage
8337
8338 2005-08-17  Marco Pesenti Gritti  <mpg@redhat.com>
8339
8340         * NEWS:
8341         * configure.ac:
8342
8343         Update for 0.3.4
8344
8345         * shell/Makefile.am:
8346
8347         Add ev-application-service.xml to extra dist
8348
8349         * shell/ev-view.c: (find_page_at_location):
8350
8351         Remove unused function (fix warning)
8352
8353 2005-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8354
8355         * dvi/mdvi-lib/t1.c: (t1_reset_resolution), (t1_really_load_font),
8356         (t1_load_font), (t1_glyph_bitmap), (t1_font_remove):
8357         
8358         Fix warnings and compilation with t1lib-5.0 and newer. Fix for 
8359         bug 313623.
8360
8361 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8362
8363         * shell/ev-utils.c: (set_umask_permissions), (write_to_temp_file):
8364         * shell/ev-window.c:
8365         Fix build warnings
8366
8367 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
8368
8369         * configure.ac: Update script to get dbus version.
8370         Fix for the bug #313443.
8371
8372 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8373
8374         * shell/ev-window.c: (ev_window_cmd_escape):
8375         
8376         Return focus back to view on escape. Fix for bug 313295.
8377
8378 2005-08-16  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8379
8380         * shell/ev-window.c: (update_window_title),
8381         (ev_window_popup_password_dialog), (ev_window_load_job_cb),
8382         (ev_window_cmd_save_as):
8383         
8384         Correct conversion from uri to displayable string. Fix for
8385         bug 313296.
8386
8387 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
8388
8389         * ps/ps-document.c: convert filename to utf8 when there is an error
8390         loading document. Fixes #309915
8391
8392 2005-08-16  Marco Pesenti Gritti  <mpg@redhat.com>
8393
8394         * configure.ac:
8395
8396         We depend on poppler 0.4.0
8397
8398 Mon Aug 15 21:53:05 2005  Jonathan Blandford  <jrb@redhat.com>
8399
8400         * configure.ac:
8401         * NEWS: Release 0.3.3.
8402         * thumbnailer/evince-thumbnailer.c: Remove pdf icon.
8403
8404 2005-08-14  Dennis Cranston  <dennis_cranston@yahoo.com>
8405
8406         * shell/ev-window.c: (ev_window_cmd_file_open): HIG fixes:  
8407         add a couple missing mnemonics to menu items, use title 
8408         capitalization for menu items and window titles, and add 
8409         ellipsis to open menu item.     
8410
8411 Mon Aug 15 00:40:21 2005  Jonathan Blandford  <jrb@redhat.com>
8412
8413         * pdf/ev-poppler.cc:
8414         * shell/ev-metadata-manager.c: (ev_metadata_manager_init):
8415         * shell/ev-view.c: (ev_view_rotate_left), (ev_view_set_rotation),
8416         (ev_view_get_rotation):
8417         * shell/ev-view.h:
8418         * shell/ev-window.c: (setup_view_from_metadata),
8419         (save_rotation_to_file), (ev_window_cmd_edit_rotate_left),
8420         (ev_window_cmd_edit_rotate_right): Fix rotation.  Save it to
8421         disk.
8422
8423 2005-08-14  Baris Cicek <baris@teamforce.name.tr>
8424
8425         * configure.ac: Added tr to ALL_LINGUAS
8426
8427 2005-08-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8428
8429         * shell/ev-view.c: Fix for bug Bug 311838. Search backward
8430         requires several clicks to find word. Thanks to 
8431         Colin Slater <kiltedtaco@gmail.com>.
8432
8433 2005-08-11  Bryan Clark  <clarkbw@cvs.gnome.org>
8434
8435         * data/evince.desktop.in.in: Hide menu entry and
8436         rename it to "Document Viewer". Fix for bug 
8437         #312399.
8438
8439 2005-08-11  Crispin Flowerday  <gnome@flowerday.cx>
8440
8441         * shell/ev-page-action.c (ev_page_action_class_init): 
8442
8443         Point to the correct function in constructor of the
8444         activate_label signal
8445
8446 Tue Aug  9 02:17:13 2005  Jonathan Blandford  <jrb@redhat.com>
8447
8448         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
8449         * shell/ev-jobs.h: Make thread safe.
8450
8451 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8452
8453         * shell/ev-view.c: (view_update_range_and_current_page):
8454         Don't update page range if we are scrolling to some document
8455         point.
8456
8457 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8458
8459         * shell/ev-view.c: (get_page_extents): reverse rotation/scale
8460         when getting max_page_width, fix drawing in dual mode.
8461
8462 Sun Aug  7 02:06:08 2005  Jonathan Blandford  <jrb@redhat.com>
8463
8464         * shell/ev-view.c (ev_view_select_all): reverse rotation/page when
8465         getting the area for select_all.
8466
8467 2005-08-06  Kristian Høgsberg  <krh@redhat.com>
8468
8469         * backend/ev-selection.c: (ev_selection_render_selection):
8470         * backend/ev-selection.h:
8471         * pdf/ev-poppler.cc:
8472         * shell/ev-jobs.c: (ev_job_render_new):
8473         * shell/ev-jobs.h:
8474         * shell/ev-pixbuf-cache.c: (get_selection_colors),
8475         (add_job_if_needed), (ev_pixbuf_cache_get_selection_pixbuf):
8476         * shell/ev-view.c: (ev_view_focus_in), (ev_view_focus_out),
8477         (ev_view_class_init):
8478
8479         Change selection color on focus in and focus out events.  Also,
8480         poppler now uses GdkColor for specifying the selection colors, so
8481         drop some awkward conversion code.
8482
8483 2005-08-06  Yair Hershkovitz  <yairhr@gmail.com>
8484
8485         * configure.ac: Added Hebrew translation
8486
8487 Sat Aug  6 01:12:44 2005  Jonathan Blandford  <jrb@redhat.com>
8488
8489         * NOTES:
8490         * backend/ev-selection.c: (ev_selection_render_selection):
8491         * backend/ev-selection.h:
8492         * pdf/ev-poppler.cc:
8493         * shell/ev-jobs.c: (ev_job_render_dispose), (ev_job_render_new),
8494         (ev_job_render_run):
8495         * shell/ev-jobs.h:
8496         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
8497         (ev_pixbuf_cache_new), (job_finished_cb), (add_job_if_needed),
8498         (convert_gdk_color_to_uint), (ev_pixbuf_cache_get_text_mapping),
8499         (ev_pixbuf_cache_style_changed),
8500         (ev_pixbuf_cache_get_selection_pixbuf),
8501         (ev_pixbuf_cache_set_selection_list),
8502         (ev_pixbuf_cache_get_selection_list):
8503         * shell/ev-pixbuf-cache.h:
8504         * shell/ev-utils.c: (ev_print_region_contents):
8505         * shell/ev-utils.h:
8506         * shell/ev-view.c: (ev_view_queue_draw_page),
8507         (selection_update_idle_cb), (ev_view_motion_notify_event),
8508         (ev_view_style_set), (draw_one_page), (ev_view_class_init),
8509         (setup_caches), (ev_view_find_next), (merge_selection_region),
8510         (selection_free):
8511         * shell/ev-window.c: (ev_window_update_fullscreen_popup):
8512
8513         Clean up selection to be much smoother!
8514
8515 2005-08-05  Kristian Høgsberg  <krh@redhat.com>
8516
8517         * pdf/ev-poppler.cc (pdf_selection_render_selection): Pass colors
8518         to poppler_page_render_selection().
8519
8520 2005-08-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8521
8522         * ps/ps-document.c: (save_page_list): Use
8523         unzipped document when printing. Thanks to 
8524         Colin Slater <kiltedtaco@gmail.com>. Fix for bug
8525         311016.
8526
8527 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8528
8529         * shell/ev-window.c: (update_action_sensitivity):
8530         
8531         Disable print and save respect to lockdown gconf keys. Fix
8532         for 312342.
8533
8534 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8535
8536         * configure.ac:
8537         * shell/ev-utils.c: (rename_file), (set_umask_permissions),
8538         (write_to_temp_file), (ev_file_set_contents):
8539         * shell/ev-utils.h:
8540         * shell/ev-window.c: (save_print_config_to_file):
8541         
8542         Copy-paste g_file_set_contents to keep compatibility with gtk 2.6
8543         Fix for bug 312238
8544
8545 2005-07-31  Christian Persch  <chpe@cvs.gnome.org>
8546
8547         * shell/ev-window.c: (load_print_config_from_file),
8548         (save_print_config_to_file), (ev_window_print_range):
8549
8550         Persist the print settings. Fixes bug #311578.
8551
8552 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8553
8554         * djvu/djvu-document.c: (djvu_document_get_page_size),
8555         (djvu_document_render_pixbuf), (djvu_document_document_iface_init),
8556         (djvu_document_thumbnails_get_thumbnail):
8557         * dvi/dvi-document.c: (dvi_document_get_page_size),
8558         (dvi_document_render_pixbuf), (dvi_document_document_iface_init),
8559         (dvi_document_thumbnails_get_dimensions),
8560         (dvi_document_thumbnails_get_thumbnail):
8561         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size),
8562         (pixbuf_document_render_pixbuf),
8563         (pixbuf_document_document_iface_init),
8564         (pixbuf_document_thumbnails_get_thumbnail):
8565         
8566         Update backends to make them build with new rotation system.
8567
8568 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8569
8570         * help/C/figures/evince_start_window.png:
8571         
8572         Update documentation image from Luca Ferretti <elle.uca@libero.it>
8573
8574 Sat Jul 30 19:09:34 2005  Jonathan Blandford  <jrb@redhat.com>
8575
8576         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_clear):
8577         * shell/ev-pixbuf-cache.h:
8578         * shell/ev-sidebar-thumbnails.c:
8579         (ev_sidebar_thumbnails_get_property), (add_range),
8580         (adjustment_changed_cb):
8581         * shell/ev-view.c: (ev_view_set_rotation): Fix rotation and the
8582         pixbuf cache.  Make thumbnailing work again.  Also, fix bug where
8583         we were thumbnailing the entire docment on startup, slowing us
8584         down hugely. 
8585
8586 Fri Jul 29 23:14:28 2005  Jonathan Blandford  <jrb@redhat.com>
8587
8588         * shell/ev-page-cache.c: (ev_page_cache_new):
8589         * shell/ev-window.c: (update_action_sensitivity): Handle n_pages
8590         == 0, fixes #310306.
8591
8592 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
8593
8594         * shell/ev-view.c: (doc_rect_to_view_rect), (ev_view_rotate_right),
8595         (ev_view_rotate_left):
8596
8597         Account rotation in doc_rect_to_view_rect.
8598         Ensure rotation doesnt go out of bounds.
8599
8600 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
8601
8602         * shell/ev-page-cache.c: (ev_page_cache_get_size):
8603
8604         Correct and cleanup w/h swapping
8605
8606 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
8607
8608         * backend/ev-document-thumbnails.c:
8609         (ev_document_thumbnails_get_thumbnail):
8610         * backend/ev-document-thumbnails.h:
8611         * backend/ev-document.c:
8612         * backend/ev-document.h:
8613         * backend/ev-render-context.c: (ev_render_context_new),
8614         (ev_render_context_set_rotation):
8615         * backend/ev-render-context.h:
8616         * pdf/ev-poppler.cc:
8617         * ps/ps-document.c: (ps_document_document_iface_init):
8618         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
8619         * shell/ev-jobs.h:
8620         * shell/ev-page-cache.c: (build_height_to_page),
8621         (ev_page_cache_new), (ev_page_cache_get_size),
8622         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
8623         (ev_page_cache_get_height_to_page):
8624         * shell/ev-page-cache.h:
8625         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
8626         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
8627         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed),
8628         (ev_pixbuf_cache_get_selection_pixbuf):
8629         * shell/ev-pixbuf-cache.h:
8630         * shell/ev-print-job.c: (idle_print_handler):
8631         * shell/ev-sidebar-thumbnails.c: (add_range):
8632         * shell/ev-view.c: (view_update_range_and_current_page),
8633         (get_page_y_offset), (get_page_extents),
8634         (ev_view_size_request_continuous_dual_page),
8635         (ev_view_size_request_continuous),
8636         (ev_view_size_request_dual_page),
8637         (ev_view_size_request_single_page), (draw_one_page),
8638         (ev_view_set_rotation), (ev_view_rotate_right),
8639         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
8640         (ev_view_zoom_for_size_continuous_and_dual_page),
8641         (ev_view_zoom_for_size_continuous),
8642         (ev_view_zoom_for_size_dual_page),
8643         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
8644         (ev_view_select_all):
8645         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
8646         * tiff/tiff-document.c: (tiff_document_render_pixbuf),
8647         (tiff_document_document_iface_init),
8648         (tiff_document_thumbnails_get_thumbnail):
8649
8650         Use rotation rather than orientation. It's easier and enough
8651         for our needs.
8652
8653 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
8654
8655         * shell/ev-page-cache.c: (build_height_to_page),
8656         (ev_page_cache_new), (ev_page_cache_get_size),
8657         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
8658         (ev_page_cache_get_height_to_page):
8659         * shell/ev-page-cache.h:
8660         * shell/ev-view.c: (get_page_y_offset), (get_page_extents),
8661         (ev_view_size_request_continuous_dual_page),
8662         (ev_view_size_request_continuous),
8663         (ev_view_zoom_for_size_continuous_and_dual_page),
8664         (ev_view_zoom_for_size_continuous):
8665
8666         Make the page cache aware of page orientation.
8667
8668 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
8669
8670         * backend/ev-document-thumbnails.c:
8671         (ev_document_thumbnails_get_thumbnail):
8672         * backend/ev-document-thumbnails.h:
8673         * backend/ev-document.c:
8674         * backend/ev-document.h:
8675         * backend/ev-ps-exporter.c: (ev_ps_exporter_do_page):
8676         * backend/ev-ps-exporter.h:
8677         * pdf/ev-poppler.cc:
8678         * ps/ps-document.c: (ps_document_document_iface_init),
8679         (ps_document_ps_export_do_page):
8680         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
8681         * shell/ev-jobs.h:
8682         * shell/ev-page-cache.c: (ev_page_cache_get_size),
8683         (ev_page_cache_get):
8684         * shell/ev-page-cache.h:
8685         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
8686         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
8687         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed):
8688         * shell/ev-pixbuf-cache.h:
8689         * shell/ev-print-job.c: (idle_print_handler):
8690         * shell/ev-sidebar-thumbnails.c: (add_range):
8691         * shell/ev-view.c: (view_update_range_and_current_page),
8692         (get_page_extents), (ev_view_size_request_dual_page),
8693         (ev_view_size_request_single_page), (draw_one_page),
8694         (clear_caches), (ev_view_set_orientation), (ev_view_rotate_right),
8695         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
8696         (ev_view_zoom_for_size_dual_page),
8697         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
8698         (ev_view_select_all):
8699         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
8700         * tiff/tiff-document.c: (tiff_document_get_page_size),
8701         (tiff_document_get_orientation), (rotate_pixbuf),
8702         (tiff_document_render_pixbuf), (tiff_document_document_iface_init),
8703         (tiff_document_thumbnails_get_thumbnail),
8704         (tiff_document_ps_export_do_page), (tiff_document_init):
8705
8706         Really make use of the orientation bit of the render context.
8707         Use the render context in a few more places in the backend API.
8708         This regress orientation, but now it's done right. Will try to
8709         fix it up asap...
8710
8711 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
8712
8713         * shell/ev-view.c: (ensure_rectangle_is_visible):
8714
8715         Patch by Nickolay V. Shmyrev to fix find flickering
8716
8717 2005-07-27  Martin Kretzschmar  <martink@gnome.org>
8718
8719         * backend/ev-ps-exporter.h: add paper_width, paper_height, and
8720         duplex parameters to ::begin.
8721
8722         * tiff/tiff-document.c (tiff_document_ps_export_begin): 
8723         * shell/ev-print-job.c (idle_print_handler): 
8724         * ps/ps-document.c (ps_document_ps_export_begin): 
8725         * pdf/ev-poppler.cc (pdf_document_ps_exporter_begin): 
8726         * backend/ev-ps-exporter.c (ev_ps_exporter_begin): update
8727         implementations. Poppler backend needs poppler cvs. Rest has
8728         unchanged behavior.
8729
8730 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
8731
8732         * shell/ev-window.c (using_pdf_printer): new function.
8733         (ev_window_print_range): print a less techy message if someone
8734         tries to print to PDF.
8735
8736 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
8737
8738         * pdf/ev-poppler.cc (font_type_to_string): Remove trailing space
8739         from "unknown font" string. Bug #311431
8740
8741 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
8742
8743         * help/es/.cvsignore, help/sr/.cvsignore: ignore xmlpo output.
8744
8745 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
8746
8747         Bug #311280
8748         
8749         * pdf/ev-poppler.cc (font_type_to_string): new, returns user readable
8750         name for PopplerFontTypes
8751         (pdf_document_fonts_fill_model): add font type to the detail column
8752
8753         * backend/ev-document-fonts.h: added
8754         EV_DOCUMENT_FONTS_COLUMN_DETAILS.
8755
8756         * shell/ev-properties-fonts.c (font_cell_data_func): glue together
8757         font name and font details, add a little markup.
8758         (ev_properties_fonts_init): use the new cell data func, specify ypad
8759         property for the cell renderer.
8760         (ev_properties_fonts_set_document): add the details column.
8761
8762 2005-07-24  Artur Flinta  <aflinta@cvs.gnome.org>
8763
8764         * configure.ac: Added "pl" to ALL_LINGUAS.
8765
8766 2005-07-24  Danilo Šegan  <danilo@gnome.org>
8767
8768         * configure.ac: Added "sr" and "sr@Latn" to ALL_LINGUAS.
8769
8770 2005-07-23  Tommi Vainikainen  <thv@iki.fi>
8771
8772         * help/ChangeLog: Started this for translations of manual.
8773         * configure.ac, autogen.sh, .cvsignore: Migrated to
8774         gnome-doc-utils. Patch in bug #311222.
8775
8776 2005-07-22  Martin Kretzschmar  <martink@gnome.org>
8777
8778         * backend/ev-document-factory.c (mime_type_supported_by_gdk_pixbuf): 
8779         #ifdef this away to fix an unused-function warning.
8780
8781 2005-07-22  Ignacio Casal Quinteiro  <nacho.resa@gmail.com>
8782
8783         * configure.ac: Added 'gl' to ALL_LINGUAS.
8784
8785 2005-07-22  Pawan Chitrakar  <pawan@nplinux.org>
8786
8787         * configure.ac: Added ne in ALL_LINGUAS
8788         
8789 2005-07-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8790
8791         * shell/ev-view.c: (ev_view_leave_notify_event):
8792         
8793         Clear status message when pointer leaves view. Fix for bug
8794         #310818 
8795
8796 2005-07-20 Ankit Patel <ankit644@yahoo.com>
8797
8798         * configure.ac: Gujarati (gu) added to ALL_LINGUAS
8799
8800 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8801
8802         * shell/ev-view.c: (ev_view_leave_notify_event),
8803         (ev_view_class_init):
8804         
8805         Set cursor to normal then leaving view.
8806
8807 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8808
8809         * configure.ac:
8810         
8811         Fix required djvulibre version.
8812
8813 2005-07-15  Rajesh Ranjan <rajeshkajha@yahoo.com>
8814
8815         *configure.ac: Hindi (hi) language added
8816
8817 2005-07-15  Amanpreet Singh Brar <amanpreetalam@yahoo.com>
8818
8819         *configure.ac: Punjabi (pa) Language added
8820
8821 2005-07-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8822
8823         * data/evince-ui.xml, shell/ev-window.c:
8824         
8825         Add keypad accelerators for zooming. Fix for bug 308128.
8826
8827 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
8828
8829         * Makefile.am:
8830         * backend/Makefile.am:
8831         * backend/ev-document-factory.c: (ev_document_type_get_from_mime):
8832         * configure.ac:
8833         * shell/ev-document-types.c: (ev_document_types_add_filters):
8834
8835         Allow to enable/disable the pixbuf backend.
8836         Default to off for now. If we want it enabled we should
8837         really put mime types in the desktop, implement properties etc.
8838
8839         * properties/evince-properties.c:
8840
8841         Initialize error to NULL.
8842         Check error is not NULL before freeing.
8843
8844 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
8845
8846         * shell/ev-window.c:
8847
8848         Use F5 as presentation accell
8849
8850 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
8851
8852         * shell/ev-window.c: (update_chrome_visibility),
8853         (ev_window_create_fullscreen_popup), (ev_window_init):
8854
8855         Do not leak the fullscreen toolbar
8856
8857 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
8858
8859         * shell/ev-window.c: (view_actions_focus_in_cb),
8860         (view_actions_focus_out_cb):
8861
8862         These has a return value! Fix totally random focus
8863         issues we was seeing.
8864
8865 2005-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
8866
8867         * shell/main.c: (load_files_remote):
8868
8869         Allow open more than one file
8870
8871 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
8872
8873         * shell/main.c: (load_files_remote):
8874
8875         Fix for dbus 0.33. bug #309975
8876
8877 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
8878
8879         * properties/ev-properties-main.c: (ev_properties_get_pages):
8880
8881         Actually return NULL for types we dont support
8882
8883 2005-07-08  Christian Persch  <chpe@cvs.gnome.org>
8884
8885         * po/POTFILES.in:
8886
8887         Remove empty lines.
8888
8889 2005-07-08  Marco Pesenti Gritti  <marco@gnome.org>
8890
8891         * backend/ev-document-factory.c:
8892         (ev_document_factory_get_document):
8893
8894         Do not try to create the object if type
8895         is invalid.
8896
8897 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
8898
8899         * ps/ps-document.c: (ps_document_dispose),
8900         (ps_async_renderer_render_pixbuf):
8901         * ps/ps-document.h:
8902
8903         Do not leak the target window
8904
8905 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
8906
8907         * shell/ev-application.c: (ev_application_init):
8908
8909         Let tbe check file existence for us.
8910         Add a comment about eggrecent mime filter.
8911
8912 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
8913
8914         * data/evince-ui.xml:
8915         * shell/ev-application.c: (ev_application_shutdown),
8916         (ev_application_init), (ev_application_get_toolbars_model),
8917         (ev_application_get_recent_model),
8918         (ev_application_save_toolbars_model):
8919         * shell/ev-application.h:
8920         * shell/ev-window.c: (ev_window_add_recent),
8921         (ev_window_setup_recent), (ev_window_cmd_edit_toolbar_cb),
8922         (ev_window_cmd_edit_toolbar), (ev_window_dispose),
8923         (ev_window_init):
8924
8925         Use common toolbar and recent models for all windows.
8926         Patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8927
8928 Thu Jul  7 23:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
8929
8930         * configure.ac: add FRONTEND_CORE_LIBS to evince_save_LIBS so we
8931         successfully check for gtk_icon_view_get_visible_range.
8932
8933 2005-07-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8934
8935         * djvu/Makefile.am:
8936         * dvi/Makefile.am:
8937         
8938         Fix djvu and dvi backend build.
8939
8940 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
8941
8942         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c: (new_pixbuf_from_widget),
8943         (new_separator_pixbuf):
8944
8945         Don't leak windows.
8946
8947 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
8948
8949         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
8950
8951         HIGification of toolbar editor dialogue.
8952
8953 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8954
8955         * configure.ac:
8956         * shell/Makefile.am:
8957
8958         Ever build metadata manager since it's just
8959         disabled at runtime now.
8960
8961 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8962
8963         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
8964         (ev_metadata_manager_get), (ev_metadata_manager_set):
8965         * shell/ev-metadata-manager.h:
8966
8967         Add an _init functions that enabled metadata management
8968         at runtime.
8969
8970         * shell/ev-window.c: (page_changed_cb),
8971         (setup_document_from_metadata), (ev_window_setup_document),
8972         (setup_view_from_metadata), (ev_window_open_uri),
8973         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
8974         (ev_window_run_presentation), (ev_window_stop_presentation),
8975         (save_sizing_mode), (ev_window_zoom_changed_cb),
8976         (ev_window_continuous_changed_cb),
8977         (ev_window_dual_mode_changed_cb), (window_state_event_cb),
8978         (window_configure_event_cb):
8979
8980         Remove all ugly metadata define since we deal with it
8981         at runtime now.
8982
8983         * shell/main.c: (load_files_remote), (main):
8984
8985         Add support for dbus cvs head. Hopefully didnt break one
8986         of the other versions now!
8987
8988         If we dont get a response from the dbus server just
8989         give up with it and not enable metadata.
8990
8991 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8992
8993         * Makefile.am:
8994         * backend/Makefile.am:
8995         * configure.ac:
8996         * cut-n-paste/recent-files/Makefile.am:
8997         * cut-n-paste/toolbar-editor/Makefile.am:
8998         * cut-n-paste/zoom-control/Makefile.am:
8999         * lib/Makefile.am:
9000         * pdf/Makefile.am:
9001         * pixbuf/Makefile.am:
9002         * properties/Makefile.am:
9003         * ps/Makefile.am:
9004         * shell/Makefile.am:
9005         * thumbnailer/Makefile.am:
9006         * tiff/Makefile.am:
9007
9008         Make frontends depend on just libev.
9009         Rework and group CFLAGS/LIBS definitions.
9010         Cleanups.
9011
9012 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9013
9014         * shell/ev-window:
9015
9016         do not unnecessarily save zoom
9017
9018         * configure.ac:
9019         * lib/ev-file-helpers.c: (ev_dot_dir):
9020         * shell/Makefile.am:
9021         * shell/dummy.cc:
9022
9023         Some cleanups
9024
9025 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9026
9027         * configure.ac:
9028         
9029         Remove unnecessary dependencies
9030
9031 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9032
9033         * properties/Makefile.am:
9034         * thumbnailer/Makefile.am:
9035         * tiff/Makefile.am:
9036
9037         Some more cleanups. Was really necessary
9038         but I probably introduced bugs, feel free
9039         to flame :)
9040
9041 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9042
9043         * backend/Makefile.am:
9044         * configure.ac:
9045         * cut-n-paste/recent-files/Makefile.am:
9046         * cut-n-paste/toolbar-editor/Makefile.am:
9047         * cut-n-paste/zoom-control/Makefile.am:
9048         * lib/Makefile.am:
9049         * pdf/Makefile.am:
9050         * pixbuf/Makefile.am:
9051         * properties/Makefile.am:
9052         * ps/Makefile.am:
9053         * shell/Makefile.am:
9054         * thumbnailer/Makefile.am:
9055         * tiff/Makefile.am:
9056
9057         Use gnome-common macros when possible.
9058         Cleanup dependencies.
9059         Actually disable deprecated where possible.
9060
9061 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9062
9063         * Makefile.am:
9064         * backend/Makefile.am:
9065         * properties/Makefile.am:
9066         * shell/Makefile.am:
9067         * thumbnailer/Makefile.am:
9068
9069         This should solve the circular dep without
9070         requiring dir reorg!
9071
9072         * shell/ev-window.c: (setup_view_from_metadata):
9073
9074         Never restore window size/position when the
9075         window is already visible.
9076
9077 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
9078
9079         * shell/ev-metadata-manager.c: (ev_metadata_manager_save):
9080
9081         Return a boolean from timeout func. Fix ported from gedit.
9082
9083 2005-07-07  Iñaki Larrañaga  <dooteo@euskalgnu.org>
9084
9085         * configure.ac: Added "eu" (Basque) to ALL_LINGUAS.
9086
9087 2005-07-06  Carlos Garcia Campos  <carlosgc@gnome.org>
9088
9089         * shell/ev-document-types.c: set "All Documents" as default filter in
9090         open dialog
9091
9092 2005-07-06  Martin Kretzschmar  <martink@gnome.org>
9093
9094         * shell/ev-metadata-manager.c (ev_metadata_manager_set_int)
9095         (ev_metadata_manager_set_double, ev_metadata_manager_set_string)
9096         (ev_metadata_manager_set_boolean): fix value/val thinko.
9097
9098 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
9099
9100         * shell/ev-window.c: (setup_view_from_metadata),
9101         (window_state_event_cb), (window_configure_event_cb),
9102         (ev_window_init):
9103
9104         Remember window position and maximized state
9105
9106 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
9107
9108         * configure.ac:
9109
9110         Fix DBUS configure checks.
9111
9112         * shell/ev-metadata-manager.c: (ev_metadata_manager_set_int),
9113         (ev_metadata_manager_set_double), (ev_metadata_manager_set_string),
9114         (ev_metadata_manager_set_boolean):
9115
9116         Plug mem leaks.
9117
9118         * shell/ev-window.c: (page_changed_cb), (ev_window_run_fullscreen),
9119         (ev_window_stop_fullscreen), (ev_window_run_presentation),
9120         (ev_window_stop_presentation), (ev_window_zoom_changed_cb),
9121         (ev_window_continuous_changed_cb),
9122         (ev_window_dual_mode_changed_cb), (ev_window_new):
9123
9124         Fix the build without DBUS.
9125
9126 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
9127
9128         * shell/ev-metadata-manager.c: (parse_value), (save_values),
9129         (ev_metadata_manager_set_int), (ev_metadata_manager_set_double),
9130         (ev_metadata_manager_set_string),
9131         (ev_metadata_manager_set_boolean):
9132         * shell/ev-metadata-manager.h:
9133
9134         Add support for some more types
9135
9136         * shell/ev-view.c: (scroll_to_current_page),
9137         (ev_view_get_continuous), (ev_view_set_continuous),
9138         (ev_view_get_dual_page):
9139         * shell/ev-view.h:
9140         * shell/ev-window.c: (page_changed_cb),
9141         (setup_document_from_metadata), (ev_window_setup_document),
9142         (setup_view_from_metadata), (ev_window_open_uri),
9143         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
9144         (ev_window_run_presentation), (ev_window_stop_presentation),
9145         (save_sizing_mode), (ev_window_sizing_mode_changed_cb),
9146         (ev_window_zoom_changed_cb), (ev_window_update_continuous_action),
9147         (ev_window_update_dual_page_action),
9148         (ev_window_continuous_changed_cb),
9149         (ev_window_dual_mode_changed_cb), (ev_window_init):
9150
9151         Remember a bunch of view/document properties. Prolly some
9152         are still missing but it's getting interesting.
9153
9154 2005-07-05  Martin Kretzschmar  <martink@gnome.org>
9155
9156         * configure.ac: check if dbus-binding-tool is installed. Not the
9157         case on current Ubuntu breezy, it seems.
9158
9159 2005-07-05  Luca Ferretti <elle.uca@libero.it>
9160
9161         * data/evince.desktop.in.in:
9162         
9163         Allow open uri lists and add TryExec field.
9164
9165 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
9166
9167         * configure.ac:
9168
9169         Enable dbus when available, do not require a configure
9170         option.
9171
9172 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
9173
9174         * configure.ac:
9175
9176         Use AM_CONDITIONAL unconditionally, fixes the build with DBUS
9177         disabled.
9178
9179 2005-07-05  Carlos Garcia Campos  <carlosgc@gnome.org>
9180         Marco Pesenti Gritti  <mpg@redhat.com>
9181
9182         * shell/Makefile.am: Add --prefix for dbus-binding-tool script
9183         
9184         * shell/ev-application.[ch], shell/ev-window.c: change dbus RPC 
9185         functions to the format required by dbus
9186
9187         * shell/main.c: use G_TYPE instead of DBUS_TYPE to fix compilation
9188         errors. Use the RPC parameters in the expected way
9189
9190 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
9191
9192         * Makefile.am:
9193         * properties/Makefile.am:
9194         * properties/ev-properties-main.c: (ev_properties_get_pages):
9195
9196         Support all mime types
9197
9198         * shell/Makefile.am:
9199         * thumbnailer/Makefile.am:
9200         * thumbnailer/evince-thumbnailer.c: (get_document_from_uri),
9201         (evince_thumbnail_pngenc_get):
9202
9203         Use the document factory
9204
9205 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
9206
9207         * backend/Makefile.am:
9208         * backend/ev-document-factory.c:
9209         (mime_type_supported_by_gdk_pixbuf),
9210         (ev_document_type_get_from_mime),
9211         (ev_document_factory_get_document),
9212         (ev_document_factory_get_backend),
9213         (ev_document_factory_get_mime_types),
9214         (ev_document_factory_get_all_mime_types):
9215         * backend/ev-document-factory.h:
9216         * shell/Makefile.am:
9217         * shell/ev-document-types.c: (get_document_from_uri),
9218         (ev_document_types_get_document),
9219         (file_filter_add_mime_list_and_free),
9220         (ev_document_types_add_filters):
9221         * shell/ev-document-types.h:
9222         * shell/ev-job-xfer.c: (ev_job_xfer_run):
9223         * shell/ev-properties-dialog.c:
9224         (ev_properties_dialog_set_document):
9225         * shell/ev-window.c: (ev_window_cmd_file_open),
9226         (ev_window_cmd_save_as):
9227         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9228
9229         Rework document types managing to avoid code duplication
9230         and actually abstract from backend implementations.
9231         Also provide a minimal factory api that can be used by
9232         thumbnailer/properties.
9233
9234 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
9235
9236         * properties/ev-properties-view.c: (ev_properties_view_set_info):
9237         Plug a mem leak.
9238         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
9239         HIG spacings.
9240
9241 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
9242
9243         * shell/ev-properties-dialog.c
9244         (ev_properties_dialog_set_document): only call
9245         ev_properties_fonts_set_document() if the document implements the
9246         fonts interface
9247
9248 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
9249
9250         * configure.ac:
9251         * properties/Makefile.am:
9252         * properties/ev-properties-view.c:
9253         (ev_properties_view_register_type):
9254         * properties/ev-properties-view.h:
9255         * properties/ev-properties-main.h:
9256
9257         Implement nautilus plugin for properties.
9258         Works only for pdf atm, I need to rework the
9259         document types stuff to get this to work
9260         for all backends...
9261
9262 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
9263
9264         * shell/ev-properties-fonts.c (enum): kill redundant columns enum
9265         (ev_properties_fonts_set_document): use
9266         EV_DOCUMENT_FONTS_COLUMN_NUM_COLUMNS.
9267
9268 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
9269
9270         * tiff/tiff2ps.c: remove TRUE and FALSE definitions, glib provides
9271         them
9272         (PlaceImage, tiff2ps_process_page): use
9273         g_ascii_dtostr to convert floats to strings in a locale-safe way.
9274
9275
9276 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
9277
9278         * shell/main.c: include libgnomeui/gnome-authentication-manager.h
9279         (main): to call gnome_authentication_manager_init. Should fix
9280         Bug #308510
9281
9282         * configure.ac: that requires libgnomeui 2.6.0.
9283
9284 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
9285
9286         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
9287         (tiff_document_ps_export_do_page, tiff_document_ps_export_end):
9288         use the new tiff2ps interfaces
9289
9290         * tiff/tiff2ps.h (tiff2ps_context_new, tiff2ps_process_page) 
9291         (tiff2ps_context_finalize): implement new interfaces for tiff2ps
9292
9293         * tiff/tiff2ps.c: refactor tiff2ps code to use a context
9294         structure instead of global variables.  Remove use of static
9295         variables in functions.
9296
9297 2005-07-04  Carlos Garcia Campos <carlosgc@gnome.org>
9298
9299         * shell/ev-page-action.c: unref the completion after setting it to the
9300         entry
9301
9302 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
9303
9304         * tiff/tiff2ps.c (generateEPSF): disable generating encapsulated
9305         postscript files
9306
9307 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
9308
9309         * shell/ev-window.c (update_action_sensitivity): disable
9310         File->Print if the document does not implement the ps exporter
9311         interface
9312
9313 2005-07-04  Marco Pesenti Gritti  <mpg@redhat.com>
9314
9315         * Makefile.am:
9316         * configure.ac:
9317         * data/evince-properties.glade:
9318         * properties/.cvsignore:
9319         * properties/Makefile.am:
9320         * properties/ev-properties-view.c: (ev_properties_view_dispose),
9321         (ev_properties_view_class_init), (ev_properties_view_format_date),
9322         (make_valid_utf8), (set_property), (ev_properties_view_set_info),
9323         (ev_properties_view_init), (ev_properties_view_new):
9324         * properties/ev-properties-view.h:
9325         * shell/Makefile.am:
9326         * shell/ev-properties-dialog.c: (ev_properties_dialog_class_init),
9327         (ev_properties_dialog_init), (ev_properties_dialog_set_document),
9328         (ev_properties_dialog_new):
9329         * shell/ev-properties-dialog.h:
9330         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
9331         (ev_properties_fonts_class_init), (ev_properties_fonts_init),
9332         (update_progress_label), (job_fonts_finished_cb),
9333         (ev_properties_fonts_set_document), (ev_properties_fonts_new):
9334         * shell/ev-properties-fonts.h:
9335         * shell/ev-properties.c:
9336         * shell/ev-properties.h:
9337         * shell/ev-window.c: (ev_window_setup_document),
9338         (ev_window_cmd_file_properties):
9339
9340         Split the properties pages in two different objects, depend
9341         only on the backend where possible, use widgets instead
9342         of gobject for the glade part, reimplement the dialog
9343         itself with gtk.
9344         I need this to implement nautilus properties page.
9345
9346 2005-07-03  Matthew S. Wilson  <msw@rpath.com>
9347
9348         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
9349         (tiff_document_ps_export_do_page, tiff_document_ps_export_end) 
9350         (tiff_document_document_ps_exporter_iface_init): implement the ps
9351         exporter interface for tiff documents
9352
9353         * tiff/tiff2ps.c: added a modified version of tiff2ps.c from
9354         libtiff to implement TIFF postscript export
9355
9356         * tiff/tiff2ps.h: added a header file for external tiff2ps
9357         functions.
9358
9359         * tiff/Makefile.am (libtiffdocument_la_SOURCES): add tiff2ps.c and
9360         tiff2ps.h
9361
9362 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9363
9364         * shell/ev-view.c: (scroll_to_current_page),
9365         (ev_view_set_fullscreen), (ev_view_set_presentation):
9366         
9367         Scroll to current page when exit from presentation
9368
9369 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9370
9371         * shell/ev-window.c: (update_document_mode),
9372         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
9373         (ev_window_cmd_view_fullscreen), (ev_window_stop_presentation),
9374         (ev_window_cmd_view_presentation), (ev_window_cmd_escape):
9375         
9376         Exit from fullscreen mode when switch to presentation. Fix for
9377         bug 309365
9378
9379 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
9380
9381         * shell/ev-pixbuf-cache.c (ev_pixbuf_cache_get_selection_pixbuf):
9382         return NULL if the document does not implement the selection
9383         interface.
9384
9385 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
9386
9387         * tiff/tiff-document.c (tiff_document_get_page_size): scale the
9388         reported height by using the resolution aspect ratio
9389         (tiff_document_render_pixbuf): scale the pixbuf using the
9390         resolution aspect ratio
9391
9392 2005-07-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9393
9394         * configure.ac:
9395         
9396         Require libgnomeprint >= 2.5.1. Thanks to Colin Slater 
9397         <kiltedaco@gmail.com>
9398         
9399         * djvu/djvu-document.c: (djvu_document_get_orientation),
9400         (djvu_document_set_orientation), (djvu_document_get_page_size),
9401         (rotate_pixbuf), (djvu_document_render_pixbuf),
9402         (djvu_document_document_iface_init):
9403         * dvi/dvi-document.c: (dvi_document_get_orientation),
9404         (dvi_document_set_orientation), (dvi_document_get_page_size),
9405         (rotate_pixbuf), (dvi_document_render_pixbuf),
9406         (dvi_document_document_iface_init):
9407         
9408         Dvi and djvu backends are ported to new API
9409
9410 Fri Jul  1 00:10:15 2005  Jonathan Blandford  <jrb@redhat.com>
9411
9412         * backend/ev-selection.c: (ev_selection_get_selection_region),
9413         (ev_selection_get_selection_map):
9414         * backend/ev-selection.h:
9415         * pdf/ev-poppler.cc:
9416         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
9417         * shell/ev-jobs.h:
9418         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
9419         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
9420         (ev_pixbuf_cache_get_text_mapping):
9421         * shell/ev-pixbuf-cache.h:
9422         * shell/ev-view.c: (location_in_text),
9423         (ev_view_motion_notify_event), (ev_view_set_cursor): Add I-Beam
9424         support to EvView.  Now we can see where we can select!  Sweet!
9425
9426 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
9427
9428         * shell/ev-view.c (ev_view_button_press_event): Fix
9429         event->y + view->scroll_x typo.
9430
9431 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
9432
9433         * pdf/ev-poppler.cc: Adjust to poppler API changes; use a
9434         sub-GdkPixbuf instead of passing dest_x and dest_y.
9435         
9436         * shell/ev-view.c: (view_point_to_doc_point),
9437         (view_rect_to_doc_rect), (ev_view_button_press_event),
9438         (ev_view_motion_notify_event), (compute_new_selection_rect),
9439         (gdk_rectangle_point_in), (compute_new_selection_text),
9440         (compute_selections): Update selection code to keep the selection
9441         around as two points and not as a normalized rectangle, and fix
9442         page level selection in two-column mode.
9443
9444 2005-06-30  Alex Duggan  <aldug@astrolinux.com>
9445
9446         * shell/ev-window.c: (window_configure_event_cb): 
9447         
9448         Fix compilation
9449         
9450 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
9451
9452         * pdf/ev-poppler.cc:
9453
9454         Fix compilation
9455
9456 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
9457
9458         * shell/Makefile.am:
9459         * shell/ev-metadata-manager.c: (item_free),
9460         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
9461         (parse_value), (parseItem), (load_values),
9462         (ev_metadata_manager_get), (value_free), (ev_metadata_manager_set),
9463         (save_values), (save_item), (get_oldest), (resize_items),
9464         (ev_metadata_manager_save), (ev_metadata_manager_set_int):
9465         * shell/ev-metadata-manager.h:
9466
9467         Metadata manager from gedit but modified to use GValue, so that
9468         we dont need to keep converting from strings.
9469
9470         * configure.ac:
9471
9472         ENABLE_METADATA conditional, on when dbus is on
9473
9474         * shell/ev-application.c: (ev_application_open_uri):
9475
9476         Show the window after load so that we can initialize
9477         window size before it's showed.
9478
9479         * shell/ev-window.c: (ev_window_setup_from_metadata),
9480         (ev_window_open_uri), (window_configure_event_cb),
9481         (ev_window_init):
9482
9483         Save and load metadata information about window size.
9484         Not yet keeping states in account.
9485
9486         * shell/main.c: (main):
9487
9488         Shutdown metadata manager.
9489
9490 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
9491
9492         * shell/ev-application-service.xml:
9493         * configure.ac:
9494         * shell/Makefile.am:
9495         * shell/ev-application.c:
9496         * shell/ev-application.h:
9497         * shell/ev-window.c:
9498         * shell/ev-window.h:
9499         * shell/main.c:
9500
9501         Add an optional dbus interface (--enable-dbus).
9502         Rework application code, mainly to be easier to
9503         use "remotely".
9504         Do not open multiple windows with the same document,
9505         spatial evince!
9506
9507 Thu Jun 30 01:50:14 2005  Jonathan Blandford  <jrb@redhat.com>
9508
9509         * shell/ev-pixbuf-cache.c (clear_selection_if_needed): unref the
9510         pixbuf iff it exists.
9511
9512 Thu Jun 30 01:43:00 2005  Jonathan Blandford  <jrb@redhat.com>
9513
9514         * shell/*:
9515         * backend/ev-render-context.[ch]:
9516         * backend/ev-selection.[ch]:
9517
9518         Massive changes.  We now support text selection of pdfs, and not
9519         just rectangular selection.  This is pretty broken still, but I
9520         want to get something into CVS.
9521
9522 2005-06-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9523
9524         * pdf/ev-poppler.cc:
9525         
9526         Fix for Bug 309080: crash on window close.
9527         
9528         * shell/ev-page-action.c: (page_changed_cb):
9529         
9530         Fix for Bug 309168: Fix build with gcc 2.95. Thanks to
9531         jensgr@gmx.net (Jens Granseuer).
9532
9533 2005-06-25  Marcel Telka  <marcel@telka.sk>
9534
9535         * configure.in (ALL_LINGUAS): Added sk.
9536
9537 2005-06-24  Carlos Garcia Campos  <carlosgc@gnome.org>
9538
9539         * shell/ev-window.c: Make rotate menu entries unsensitive if there is
9540         not a document open
9541
9542 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
9543
9544         * NEWS:
9545         * configure.ac:
9546
9547         Release 0.3.2
9548
9549         * cut-n-paste/recent-files/Makefile.am:
9550
9551         Fix make distcheck
9552
9553 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
9554
9555         * pixbuf/pixbuf-document.c: (pixbuf_document_get_orientation),
9556         (pixbuf_document_set_orientation), (rotate_pixbuf),
9557         (pixbuf_document_get_page_size), (pixbuf_document_render_pixbuf),
9558         (pixbuf_document_document_iface_init), (pixbuf_document_init):
9559
9560         Implement rotation and cleanup the code a bit.
9561
9562         * tiff/tiff-document.c: (tiff_document_get_page_size),
9563         (tiff_document_get_orientation), (tiff_document_set_orientation),
9564         (rotate_pixbuf), (tiff_document_render_pixbuf),
9565         (tiff_document_document_iface_init), (tiff_document_init):
9566
9567         Implement rotation. Was the quicker solution for the release
9568         but we really need to share this code in the shell.
9569
9570 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
9571
9572         * pdf/ev-poppler.cc:
9573
9574         Enable rotation, require poppler cvs. Fix a leak.
9575
9576 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9577
9578         * shell/ev-window.c: (update_action_sensitivity):
9579         
9580         Make properties unsensitive if document backend doesn't provide
9581         any info
9582
9583 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9584
9585         * dvi/mdvi-lib/bitmap.c: (bitmap_alloc), (bitmap_alloc_raw),
9586         (bitmap_flip_horizontally), (bitmap_flip_vertically),
9587         (bitmap_flip_diagonally), (bitmap_rotate_clockwise),
9588         (bitmap_rotate_counter_clockwise), (bitmap_flip_rotate_clockwise),
9589         (bitmap_flip_rotate_counter_clockwise):
9590         * dvi/mdvi-lib/color.c: (mdvi_push_color), (get_color_table):
9591         * dvi/mdvi-lib/common.c: (read_string), (buff_free), (buff_add),
9592         (buff_gets):
9593         * dvi/mdvi-lib/common.h:
9594         * dvi/mdvi-lib/dvimisc.c: (mdvi_push_color):
9595         * dvi/mdvi-lib/dviread.c: (get_bytes), (dreset), (define_font),
9596         (opendvi), (mdvi_reload), (mdvi_init_context),
9597         (mdvi_destroy_context), (mdvi_dopage), (special):
9598         * dvi/mdvi-lib/font.c: (font_drop_one), (font_free_unused):
9599         * dvi/mdvi-lib/fontmap.c: (read_encoding), (destroy_encoding),
9600         (file_hash_free), (register_encoding), (parse_spec),
9601         (mdvi_load_fontmap), (free_ent), (mdvi_init_fontmaps),
9602         (mdvi_add_fontmap_file), (mdvi_ps_read_fontmap),
9603         (mdvi_ps_flush_fonts), (mdvi_ps_find_font), (mdvi_ps_get_metrics):
9604         * dvi/mdvi-lib/fontsrch.c: (mdvi_list_font_class),
9605         (mdvi_register_font_type), (mdvi_unregister_font_type),
9606         (lookup_font), (mdvi_add_font), (mdvi_font_retry):
9607         * dvi/mdvi-lib/gf.c: (gf_read_bitmap), (gf_load_font):
9608         * dvi/mdvi-lib/hash.c: (mdvi_hash_remove), (mdvi_hash_remove_ptr),
9609         (mdvi_hash_destroy_key), (mdvi_hash_reset):
9610         * dvi/mdvi-lib/pagesel.c: (mdvi_parse_range),
9611         (mdvi_parse_page_spec), (mdvi_free_page_spec), (main):
9612         * dvi/mdvi-lib/paper.c: (mdvi_free_paper_specs):
9613         * dvi/mdvi-lib/pk.c: (pk_lookup), (pk_lookupn), (pk_load_font):
9614         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
9615         * dvi/mdvi-lib/special.c: (mdvi_register_special),
9616         (mdvi_unregister_special), (mdvi_flush_specials):
9617         * dvi/mdvi-lib/t1.c: (t1_lookup_font), (t1_really_load_font),
9618         (t1_font_remove):
9619         * dvi/mdvi-lib/tfm.c: (get_tfm_chars):
9620         * dvi/mdvi-lib/tfmfile.c: (afm_load_file), (tfm_load_file),
9621         (ofm1_load_file), (ofm_load_file), (get_font_metrics),
9622         (free_font_metrics), (flush_font_metrics):
9623         * dvi/mdvi-lib/tt.c: (tt_really_load_font), (tt_get_bitmap),
9624         (tt_font_remove):
9625         * dvi/mdvi-lib/util.c: (mdvi_malloc), (mdvi_realloc),
9626         (mdvi_calloc), (mdvi_free), (mdvi_strdup), (mdvi_strncpy),
9627         (mdvi_strndup), (mdvi_memdup), (xstradd), (dstring_append),
9628         (dstring_insert), (dstring_new), (dstring_reset):
9629         * dvi/mdvi-lib/vf.c: (vf_load_font), (vf_free_macros):
9630         
9631         Rename xmalloc and xfree to mdvi_malloc and mdvi_free to
9632         avoid conflict with libtool on FC4
9633         
9634         * shell/ev-window.c: (ev_window_cmd_help_about):
9635         
9636         Update copyright year. Fix for bug 308828.
9637
9638 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
9639
9640         * shell/ev-view.c: (add_scroll_binding_keypad),
9641         (ev_view_binding_activated), (ev_view_class_init),
9642         (on_adjustment_value_changed):
9643         
9644         Bug 170874: Arrow keys switch pages in presentation mode
9645
9646 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
9647
9648         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
9649         
9650         Fix for Bug 308265: Sidebar dissappears coming out of 
9651         Presentation mode
9652
9653 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
9654
9655         * shell/ev-application.c: (ev_application_open):
9656         * shell/ev-document-types.c: (ev_document_types_add_filters),
9657         (ev_document_types_add_filters_for_type):
9658         * shell/ev-document-types.h:
9659         * shell/ev-window.c: (ev_window_cmd_save_as):
9660         
9661         Suggest basename as template when saving, provide filters
9662         for save dialog. It's bug 308402
9663
9664 2005-06-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9665
9666         * pdf/ev-poppler.cc:
9667         * shell/ev-sidebar-links.c: (job_finished_callback):
9668         * shell/ev-view.c: (update_find_status_message):
9669         
9670         Some leaks fixed
9671
9672 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
9673
9674         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
9675         (egg_recent_view_uimanager_set_list):
9676
9677         Fix buglet in !show_numbers case.
9678
9679 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
9680
9681         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
9682         (connect_proxy_cb), (egg_recent_view_uimanager_set_list):
9683
9684         Use pango ellipsisation.
9685
9686         * pdf/ev-poppler.cc:
9687
9688         Fix refcount leak, from nsh.
9689
9690 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9691
9692         * cut-n-paste/recent-files/Makefile.am:
9693         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
9694         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
9695         
9696         Removed EggRecentViewGtk
9697         
9698         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
9699         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
9700         * shell/ev-window.c: (ev_window_cmd_recent_file_activate),
9701         (ev_window_setup_recent):
9702         
9703         Use ViewUIManager instead of ViewGtk. Less leaks, more compatibility
9704         with other projects
9705
9706 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9707
9708         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
9709         (egg_recent_view_gtk_finalize):
9710
9711         Fix memory leak
9712
9713         * cut-n-paste/toolbar-editor/Makefile.am:
9714         
9715         Fix location of cursor icon.
9716         
9717         * pdf/ev-poppler.cc:
9718         * shell/ev-page-action.c: (build_new_tree_cb), (match_selected_cb),
9719         (display_completion_text), (match_completion):
9720         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
9721         (selection_changed_callback), (create_loading_model),
9722         (print_section_cb), (links_page_num_func),
9723         (update_page_callback_foreach):
9724         * shell/ev-window.c: (ev_window_dispose):
9725         
9726         Small memory fixes. Links model now store objects instead
9727         of pointers to improve memory management. 
9728
9729 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9730
9731         * shell/ev-window.c: (zoom_control_changed_cb):
9732         
9733         Fix update of zoom control (bug 308268).
9734
9735 Sat Jun 18 22:46:42 2005  Jonathan Blandford  <jrb@redhat.com>
9736
9737         * shell/ev-properties.c (set_property): escape the text correctly.
9738         Handles non-UTF-8 properties and escaped properties.  Also, sets
9739         the text to "<i>None</i>" if the property isn't set.
9740
9741         * data/evince-properties.glade: Change the label to be ellipsized,
9742         and give it a minimum size.
9743
9744 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9745
9746         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown):
9747         * shell/ev-sidebar-links.c: (create_loading_model):
9748         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
9749         * shell/ev-view.c: (ev_view_set_document):
9750         * shell/ev-window.c: (ev_window_dispose):
9751         
9752         Various small fixes, mostly memory leaks. Thanks to valgrind.
9753
9754 2005-06-19  Martin Kretzschmar  <martink@gnome.org>
9755
9756         * ps/ps-document.c: remove the locale.h include again ;-). And
9757         kill the (bogus) setlocale/savelocale business.
9758
9759 2005-06-19  Jaap A. Haitsma <jaap@haitsma.org>
9760
9761         * ps/ps-document.c:
9762         
9763         Include locale.h to fix build
9764         
9765         * shell/ev-sidebar.c:
9766         
9767         Remove unnecessary includes
9768
9769 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9770
9771         * dvi/dvi-document.c: (dvi_document_load):
9772         * dvi/mdvi-lib/dviread.c: (mdvi_init_context):
9773         * po/POTFILES.in:
9774         
9775         Check for incorrect dvi files. Fix parsing dvi on AMD64
9776         platform. Thanks to tester@tester.ca (Olivier Crete).
9777
9778 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9779
9780         * shell/ev-page-action.c: (match_selected_cb),
9781         (display_completion_text), (match_completion), (update_model):
9782         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
9783         (expand_open_links):
9784         * shell/ev-sidebar.c: (ev_sidebar_destroy),
9785         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_add_page),
9786         (ev_sidebar_set_document):
9787         * shell/ev-window.c: (ev_window_xfer_job_cb),
9788         (sidebar_widget_model_set), (sidebar_page_main_widget_update_cb):
9789         
9790         Fixed lot's of memory leaks, for example, memory leak on reload, 
9791         described in bug 307793.
9792
9793 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
9794
9795         * pdf/ev-poppler.cc:
9796         * shell/ev-sidebar-thumbnails.c: (clear_range), (add_range),
9797         (update_visible_range), (adjustment_changed_cb),
9798         (ev_sidebar_thumbnails_fill_model),
9799         (ev_sidebar_thumbnails_refresh),
9800         (ev_sidebar_tree_selection_changed),
9801         (ev_sidebar_icon_selection_changed),
9802         (ev_sidebar_thumbnails_use_icon_view),
9803         (ev_sidebar_thumbnails_set_document):
9804         * shell/ev-sidebar-thumbnails.h:
9805         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
9806         (ev_window_cmd_edit_rotate_right), (ev_window_init):
9807
9808         Refresh thumbnails when changing orientation. Not fully
9809         working yet becuase of a sidebar bug.
9810
9811         Set page orientation to poppler page everywhere. This sucks
9812         really need to fix poppler.
9813
9814 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
9815
9816         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
9817         (egg_recent_view_gtk_new_menu_item),
9818         (egg_recent_view_gtk_set_property),
9819         (egg_recent_view_gtk_get_property),
9820         (egg_recent_view_gtk_class_init), (egg_recent_view_gtk_init),
9821         (egg_recent_view_gtk_set_tooltip_func),
9822         (egg_recent_view_gtk_set_label_width),
9823         (egg_recent_view_gtk_get_label_width):
9824         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
9825
9826         Sync with libegg (ellipsize labels)
9827
9828 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9829
9830         * data/evince-ui.xml:
9831         * shell/ev-window.c: (ev_window_cmd_go_forward),
9832         (ev_window_cmd_go_backward):
9833         
9834         Shift + PageUp moves 10 Pages. Fix for 306125
9835
9836 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9837
9838         * pdf/ev-poppler.cc:
9839
9840         Add a flag to check if orientation has been overriden
9841
9842 2005-06-17  Martin Kretzschmar  <martink@gnome.org>
9843
9844         * ps/ps.c (psscan, psfree): read "Creator:" comment, free creator
9845         field if necessary.
9846
9847         * ps/ps.h: add creator field to document.
9848
9849         * ps/ps-document.c (ps_document_get_info): set format to PostScript,
9850         set creator field.
9851
9852 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9853
9854         * data/evince-properties.glade:
9855         * shell/ev-properties.c: (ev_properties_set_document):
9856
9857         s/PDF Version/Format
9858
9859 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9860
9861         * shell/ev-properties.c: (ev_properties_set_document):
9862
9863         Remove unnecessary translations
9864
9865 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9866
9867         * cut-n-paste/toolbar-editor/Makefile.am:
9868
9869         Correct library name    
9870
9871 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9872
9873         * configure.ac:
9874         * cut-n-paste/recent-files/egg-recent-model.c:
9875         (egg_recent_model_write_raw), (egg_recent_model_lock_file),
9876         (egg_recent_model_unlock_file):
9877         * cut-n-paste/recent-files/egg-recent-util.c:
9878         (egg_recent_util_get_unique_id):
9879         * cut-n-paste/recent-files/update-from-egg.sh:
9880         * cut-n-paste/toolbar-editor/Makefile.am:
9881         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
9882         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
9883         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
9884         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
9885         (egg_toolbars_model_get_type):
9886         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
9887
9888         Better makefile for toolbar editor and update everything
9889         to latest libegg.
9890
9891 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9892
9893         * shell/ev-window.c: (update_document_mode):
9894
9895         Prefer presentation mode when the document
9896         require fullscreen.
9897
9898 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9899
9900         * data/evince-ui.xml:
9901         * shell/ev-window.c:
9902
9903         Add control-equal for zooming
9904
9905 2005-06-17  Theppitak Karoonboonyanan  <thep@linux.thai.net>
9906
9907         * configure.ac: Added 'th' (Thai) to ALL_LINGUAS.
9908
9909 2005-06-16  Marco Pesenti Gritti  <mpg@redhat.com>
9910
9911         * backend/ev-document.c: (ev_document_get_orientation):
9912         * backend/ev-document.h:
9913         * pdf/ev-poppler.cc:
9914         * ps/ps-document.c: (ps_document_get_orientation),
9915         (ps_document_set_orientation), (ps_document_document_iface_init):
9916
9917         Add a get_orientation api. Improve set_orientation.
9918
9919         * data/evince-ui.xml:
9920         * shell/ev-view.c: (ev_view_set_orientation),
9921         (ev_view_rotate_right), (ev_view_rotate_left):
9922         * shell/ev-view.h:
9923         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
9924         (ev_window_cmd_edit_rotate_right):
9925
9926         Better ui for changing document orientation
9927
9928 2005-06-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9929
9930         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_property),
9931         (ev_sidebar_links_class_init), (ev_sidebar_links_get_label):
9932         * shell/ev-sidebar-links.h:
9933         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
9934         (ev_sidebar_page_iface_init):
9935         * shell/ev-sidebar-page.h:
9936         * shell/ev-sidebar-thumbnails.c:
9937         (ev_sidebar_thumbnails_get_property),
9938         (ev_sidebar_thumbnails_class_init),
9939         (ev_sidebar_thumbnails_set_document):
9940         * shell/ev-sidebar-thumbnails.h:
9941         * shell/ev-view.c: (ev_view_motion_notify_event):
9942         * shell/ev-window.c: (update_chrome_visibility),
9943         (ev_window_cmd_focus_page_selector),
9944         (ev_window_update_fullscreen_popup), (view_actions_focus_in_cb),
9945         (sidebar_page_main_widget_update_cb), (ev_window_init):
9946         
9947         Autoraise toolbar on GoToPage binding and fix bindings in
9948         EvSidebarThumbnails page.
9949
9950 2005-06-15  Christian Persch  <chpe@cvs.gnome.org>
9951
9952         * shell/ev-properties.c: (update_progress_label):
9953
9954         Hide the progress label when finished; bug #307697.
9955
9956 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
9957
9958         * pdf/ev-poppler.cc:
9959
9960         Enable is_open for links, you will need poppler cvs
9961
9962         * shell/ev-properties.c: (job_fonts_finished_cb):
9963
9964         Get a lock on the document when filling the tree view
9965
9966 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
9967
9968         * backend/ev-document-links.h:
9969         * pdf/ev-poppler.cc:
9970         * shell/ev-sidebar-links.c: (create_loading_model),
9971         (expand_open_links), (job_finished_callback):
9972
9973         Expand links when specified by the document.
9974         Depend on a poppler api (defined out for now)
9975
9976 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
9977
9978         * shell/ev-properties.c: (ev_properties_dispose),
9979         (ev_properties_class_init), (dialog_destroy_cb),
9980         (ev_properties_init), (job_fonts_finished_cb), (setup_fonts_view),
9981         (ev_properties_set_document), (ev_properties_new),
9982         (ev_properties_show):
9983         * shell/ev-properties.h:
9984
9985         Make it an object, cleanup the code, api to show it as transient
9986         and to set the document.
9987
9988         * shell/ev-window.c: (ev_window_setup_document),
9989         (ev_window_cmd_file_properties):
9990
9991         Adapt to EvProperties changes, do not show multiple
9992         times, update it when document changes.
9993
9994 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
9995
9996         * ps/gstypes.h:
9997         * ps/ps-document.c: (ps_document_init), (get_page_orientation),
9998         (ps_document_set_orientation), (ps_document_document_iface_init):
9999         * ps/ps-document.h:
10000
10001         Implement orientation here too
10002
10003         * shell/ev-properties.c: (ev_properties_new):
10004         * data/evince-properties.glade:
10005
10006         Hide the fonts page for backends that doesnt
10007         support it.     
10008
10009 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
10010
10011         * backend/ev-document.c: (ev_document_set_orientation):
10012         * backend/ev-document.h:
10013         * pdf/ev-poppler.cc:
10014
10015         Add orientation api. Currently poppler api is not optimal,
10016         we need to set orientation every time we _get a page.
10017         I will try to fix that at some point.
10018
10019         * data/evince-ui.xml:
10020         * shell/ev-window.c: (ev_window_cmd_edit_landscape),
10021         (ev_window_cmd_edit_portrait), (ev_window_cmd_edit_flip):
10022
10023         Add orientation menu items
10024
10025         * shell/ev-page-cache.c: (ev_page_cache_clear):
10026         * shell/ev-page-cache.h:
10027
10028         Add api to clear the cache
10029
10030         * shell/ev-view.c: (setup_caches), (clear_caches),
10031         (ev_view_set_document), (ev_view_zoom_out),
10032         (ev_view_set_orientation):
10033         * shell/ev-view.h:
10034
10035         Implement orientation changing
10036
10037 2005-06-13  Marco Pesenti Gritti <mpg@redhat.com>
10038
10039         * backend/ev-document-fonts.c: (ev_document_fonts_get_progress),
10040         (ev_document_fonts_scan), (ev_document_fonts_fill_model):
10041         * backend/ev-document-fonts.h:
10042
10043         Separate scan and fill so that we can incrementally fill from
10044         the main thread. Add a progress api.
10045
10046         * data/evince-properties.glade:
10047         * pdf/ev-poppler.cc:
10048         * shell/ev-jobs.c: (ev_job_fonts_new), (ev_job_fonts_run):
10049         * shell/ev-jobs.h:
10050         * shell/ev-properties.c: (update_progress_label),
10051         (job_fonts_finished_cb), (setup_fonts_view):
10052
10053         Incrementally feel the list and show the progress
10054         percentage in a label like acrobat does.
10055
10056         You are going to need poppler cvs
10057
10058 2005-06-11  Marco Pesenti Gritti <mpg@redhat.com>
10059
10060         * backend/ev-document-fonts.c: (ev_document_fonts_fill_model):
10061         * backend/ev-document-fonts.h:
10062         * pdf/ev-poppler.cc:
10063
10064         Make fonts model fill incrementally.
10065
10066         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
10067         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
10068         (ev_job_queue_remove_job):
10069         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
10070         (ev_job_fonts_new), (ev_job_fonts_run):
10071         * shell/ev-jobs.h:
10072
10073         New job for fonts scanning
10074
10075         * shell/ev-properties.c: (job_fonts_finished_cb),
10076         (fill_fonts_treeview), (setup_fonts_view), (ev_properties_new):
10077         * shell/ev-properties.h:
10078         * shell/ev-window.c: (ev_window_cmd_file_properties):
10079
10080         Incrementally feel the treeview using the new job. Show Loading...
10081         message until scanning is completed.
10082
10083         Hopefully I didnt break the build without the poppler patch.
10084
10085 2005-06-10  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10086
10087         * shell/ev-application.c: (ev_application_open):
10088         * shell/ev-document-types.c: (ev_document_type_from_from_mime),
10089         (ev_document_type_get_type), (ev_document_type_lookup):
10090         * shell/ev-document-types.h:
10091         * shell/ev-job-xfer.c: (ev_job_xfer_dispose), (ev_job_xfer_run):
10092         * shell/ev-job-xfer.h:
10093         * shell/ev-window.c: (ev_window_clear_local_uri),
10094         (ev_window_load_job_cb), (ev_window_xfer_job_cb),
10095         (ev_window_open_uri), (ev_window_add_recent), (ev_window_dispose):
10096         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
10097         
10098         Transfer remote documents to tmp directory to display them later.
10099
10100 2005-06-10  Marco Pesenti Gritti <mpg@redhat.com>
10101
10102         * backend/ev-document-info.h:
10103         * shell/ev-properties.c: (ev_properties_new):
10104
10105         s/GTime*/GTime. Not sure why we was using a pointer
10106         at all there!
10107
10108 Wed Jun  8 01:04:22 2005  Jonathan Blandford  <jrb@redhat.com>
10109
10110         * shell/ev-sidebar-thumbnails.c: Use a GtkIconView in certain
10111         situations.  That situation is that you're using GTK+-HEAD with
10112         the patch at #306726 is applied, and you have a document with <
10113         1500 pages in it.  It's not quite as uniformly nice as the
10114         TreeView, but should be better in the long run.
10115
10116         I'm pretty sure I guarded against breaking compilation with
10117         HAVE_GTK_ICON_VIEW_GET_VISIBLE_RANGE gaurds, though it's possible
10118         I missed some.
10119
10120         * shell/ev-window.c (ev_window_init): We don't have our tree/list
10121         widget yet, so I commented that code out
10122         enable_view_actions_for_widget() for now.  Need to figure this
10123         out.
10124
10125         * shell/ev-page-action.c (match_selected_cb): emit the right
10126         signals.  Our cool C-l completion now works.
10127
10128 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10129
10130         * backend/Makefile.am:
10131         * backend/ev-document-fonts.c:
10132         * backend/ev-document-links.c:
10133         * backend/ev-document.c: (ev_document_load):
10134         * backend/ev-document.h:
10135         * backend/ev-job-queue.c:
10136         * backend/ev-job-queue.h:
10137         * backend/ev-jobs.c:
10138         * backend/ev-jobs.h:
10139         * backend/ev-page-cache.c:
10140         * backend/ev-page-cache.h:
10141
10142         EvPageCache and EvJobs are moved to shell.
10143
10144         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown),
10145         (ev_tmp_filename):
10146         * lib/ev-file-helpers.h:
10147         
10148         New helper to work with temporary files
10149         
10150         * shell/Makefile.am:
10151         * shell/ev-application.c: (ev_application_open):
10152         * shell/ev-application.h:
10153         * shell/ev-job-queue.c: (remove_job_from_queue_locked),
10154         (remove_job_from_async_queue), (add_job_to_async_queue),
10155         (add_job_to_queue_locked), (notify_finished), (job_finished_cb),
10156         (handle_job), (search_for_jobs_unlocked),
10157         (no_jobs_available_unlocked), (ev_render_thread),
10158         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
10159         (ev_job_queue_add_job), (move_job_async), (move_job),
10160         (ev_job_queue_update_job), (ev_job_queue_remove_job):
10161         * shell/ev-job-queue.h:
10162         * shell/ev-job-xfer.c: (ev_job_xfer_init), (ev_job_xfer_dispose),
10163         (ev_job_xfer_class_init), (ev_job_xfer_new), (ev_job_xfer_run):
10164         * shell/ev-job-xfer.h:
10165         * shell/ev-jobs.c: (ev_job_init), (ev_job_dispose),
10166         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
10167         (ev_job_links_class_init), (ev_job_render_init),
10168         (ev_job_render_dispose), (ev_job_render_class_init),
10169         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
10170         (ev_job_thumbnail_class_init), (ev_job_load_init),
10171         (ev_job_load_dispose), (ev_job_load_class_init), (ev_job_finished),
10172         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
10173         (render_finished_cb), (ev_job_render_run), (ev_job_thumbnail_new),
10174         (ev_job_thumbnail_run), (ev_job_load_new), (ev_job_load_run):
10175         * shell/ev-jobs.h:
10176         * shell/ev-page-action.c: (ev_page_action_set_document):
10177         * shell/ev-page-cache.c: (ev_page_cache_init),
10178         (ev_page_cache_class_init), (ev_page_cache_finalize),
10179         (ev_page_cache_new), (ev_page_cache_get_n_pages),
10180         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
10181         (ev_page_cache_set_page_label), (ev_page_cache_set_link),
10182         (ev_page_cache_get_title), (ev_page_cache_get_size),
10183         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
10184         (ev_page_cache_get_height_to_page),
10185         (ev_page_cache_get_max_label_chars),
10186         (ev_page_cache_get_page_label),
10187         (ev_page_cache_has_nonnumeric_page_labels),
10188         (ev_page_cache_get_info), (ev_page_cache_next_page),
10189         (ev_page_cache_prev_page), (ev_page_cache_get):
10190         * shell/ev-page-cache.h:
10191         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_update_range),
10192         (ev_pixbuf_cache_clear_job_sizes),
10193         (ev_pixbuf_cache_add_jobs_if_needed),
10194         (ev_pixbuf_cache_set_page_range):
10195         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings):
10196         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document):
10197         * shell/ev-sidebar-thumbnails.c:
10198         (ev_sidebar_tree_selection_changed),
10199         (ev_sidebar_thumbnails_set_document):
10200         * shell/ev-statusbar.c: (ev_statusbar_destroy),
10201         (ev_statusbar_class_init), (ev_statusbar_init), (ev_statusbar_new),
10202         (ev_statusbar_get_context_id), (ev_statusbar_push),
10203         (ev_statusbar_pop), (ev_statusbar_set_maximized),
10204         (ev_statusbar_pulse), (ev_statusbar_show_progress),
10205         (ev_statusbar_set_progress):
10206         * shell/ev-statusbar.h:
10207         * shell/ev-view.c: (ev_view_set_document), (ev_view_find_next),
10208         (ev_view_find_previous):
10209         * shell/ev-window.c: (ev_window_is_empty),
10210         (ev_window_setup_document), (password_dialog_response),
10211         (ev_window_clear_jobs), (ev_window_load_job_cb),
10212         (ev_window_xfer_job_cb), (ev_window_open_uri),
10213         (ev_window_open_uri_list), (ev_window_cmd_recent_file_activate),
10214         (ev_window_print), (ev_window_print_range),
10215         (ev_window_state_event), (ev_window_cmd_view_reload),
10216         (menu_item_select_cb), (menu_item_deselect_cb),
10217         (view_status_changed_cb), (ev_window_dispose),
10218         (drag_data_received_cb), (ev_window_init):
10219         * shell/ev-window.h:
10220         * shell/main.c: (load_files):
10221         
10222         New statusbar to show progress on idle. Two new jobs - 
10223         xfer job and load job to load document in background. And update
10224         of page_cache clients to new location of code.
10225
10226 2005-06-08  Carlos Garcia Campos <carlosgc@gnome.org>
10227
10228         * shell/ev-application.c, shell/ev-window.[ch]: Allow multiple
10229         selection in open dialog. It also remembers the last visited directory 
10230         in the current session.
10231
10232 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10233
10234         * shell/ev-properties.c: (ev_properties_new):
10235         * shell/ev-properties.h:
10236         * shell/ev-window.c: (ev_window_cmd_file_properties):
10237         
10238         Get document info from page cache instead of document itself.
10239         This should fix crash related to race conditions described in
10240         bug 306545.
10241
10242 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
10243
10244         * ps/ps-document.c: (ps_document_init),
10245         (send_ps), (get_page_box), (output), (catchPipe), (input),
10246         (stop_interpreter), (file_length), (file_readable),
10247         (check_filecompressedb), (ps_document_enable_interpreter),
10248         (document_load), (ps_async_renderer_render_pixbuf):
10249         * ps/ps-document.h:
10250
10251         Big cleanup of the ps code
10252
10253 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
10254
10255         * backend/Makefile.am:
10256         * backend/ev-async-renderer.c: (ev_async_renderer_get_type),
10257         (ev_async_renderer_class_init), (ev_async_renderer_render_pixbuf):
10258         * backend/ev-async-renderer.h:
10259
10260         Add an async renderer interface (method + callback) which
10261         is useful for backends like ps.
10262
10263         * backend/ev-job-queue.c: (remove_job_from_async_queue),
10264         (add_job_to_async_queue), (job_finished_cb), (handle_job),
10265         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
10266         (ev_job_queue_add_job), (move_job_async), (move_job),
10267         (ev_job_queue_update_job), (ev_job_queue_remove_job):
10268
10269         Add queues for async renderer, these are executed on the
10270         main thread.
10271
10272         * backend/ev-jobs.c: (ev_job_render_new), (render_finished_cb),
10273         (ev_job_render_run):
10274         * backend/ev-jobs.h:
10275
10276         If the backend support async renderer interface use it.
10277
10278         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
10279         (setup_pixmap), (ps_document_get_type),
10280         (ps_async_renderer_render_pixbuf),
10281         (ps_document_document_iface_init), (ps_async_renderer_iface_init):
10282
10283         Implement async renderer interface.
10284
10285 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10286
10287         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose):
10288
10289         Cleanup links job on exit.
10290
10291 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10292
10293         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
10294         (drag_data_get_cb), (drag_data_received_cb):
10295         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
10296         (drag_data_get_cb), (parse_item_list),
10297         (egg_toolbar_editor_load_actions):
10298         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
10299         (egg_toolbars_model_to_xml), (egg_toolbars_model_save),
10300         (parse_item_list), (parse_toolbars):
10301         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
10302         (dvi_pixbuf_put_pixel):
10303         
10304         Fix gcc 4.0 warnings
10305
10306 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
10307
10308         * ps/ps-document.c: (start_interpreter):
10309
10310         Fix warning when loading ps
10311
10312 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
10313
10314         * ps/ps-document.c: (output):
10315
10316         Fix crash when priting gs error messages.
10317
10318 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
10319
10320         * backend/ev-page-cache.c: (_ev_page_cache_new):
10321         * backend/ev-page-cache.h:
10322
10323         Use a const to return title so that we dont double
10324         free it. Small cleanup and fix a leak.
10325
10326         * shell/ev-window.c: (update_window_title):
10327
10328         strdup value from get_title.
10329
10330 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
10331
10332         * shell/ev-sidebar-links.c: (job_finished_callback),
10333         (ev_sidebar_links_set_document):
10334
10335         Cleanup the old job when changing document
10336
10337 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10338
10339         * shell/ev-stock-icons.c:
10340         * shell/ev-stock-icons.h:
10341         * shell/ev-window.c:
10342         
10343         Add stock icons for actions that can appear in toolbar. Fix for
10344         bug 306566.
10345
10346 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10347
10348         * backend/ev-page-cache.c: (ev_page_cache_finalize),
10349         (_ev_page_cache_new), (ev_page_cache_get_max_width),
10350         (ev_page_cache_get_max_height), (ev_page_cache_get_height_to_page):
10351         * backend/ev-page-cache.h:
10352         * shell/ev-view.c: (scroll_to_current_page),
10353         (view_update_range_and_current_page), (get_page_y_offset),
10354         (get_page_extents), (ev_view_size_request_continuous_dual_page),
10355         (ev_view_size_request_continuous),
10356         (ev_view_zoom_for_size_continuous_and_dual_page),
10357         (ev_view_zoom_for_size_continuous):
10358         
10359         More compact EvView layout in document with pages of different size.
10360
10361 Sat Jun  4 19:20:57 2005  Jonathan Blandford  <jrb@redhat.com>
10362
10363         * shell/ev-window.c (ev_window_cmd_file_properties): fix
10364         compilation.
10365
10366 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10367
10368         * shell/ev-view.c: (view_set_adjustment_values):
10369         * shell/ev-window.c: (ev_window_cmd_file_properties):
10370         
10371         A bit different fix for rounding problem but it has no
10372         problems on startup. Make properties window transient to parent.
10373
10374 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10375
10376         * pdf/ev-poppler.cc:
10377         
10378         More commenting of font stuff.
10379
10380 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
10381
10382         * pdf/ev-poppler.cc:
10383
10384         Comment out some more fonts stuff. Should really
10385         work without the poppler patch now.
10386
10387 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
10388
10389         * pdf/ev-poppler.cc:
10390
10391         Adapt to api change
10392
10393 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
10394
10395         * data/evince-properties.glade:
10396         * pdf/ev-poppler.cc:
10397         * shell/ev-properties.c: (setup_fonts_view):
10398
10399         Set the column title. Show the dialog only
10400         once everything is setup.
10401         Getting font info can be very slow... will
10402         prolly need to make this threaded too.
10403
10404 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
10405
10406         * backend/Makefile.am:
10407         * backend/ev-document-fonts.c: (ev_document_fonts_get_type),
10408         (ev_document_fonts_get_fonts_model):
10409         * backend/ev-document-fonts.h:
10410         * data/evince-properties.glade:
10411         * pdf/ev-poppler.cc:
10412         * shell/ev-properties.c: (setup_fonts_view), (ev_properties_new):
10413         * shell/ev-properties.h:
10414         * shell/ev-window.c: (ev_window_cmd_file_properties):
10415
10416         Implement fonts list. Defined out for now, since it depends
10417         on a not yet committed poppler patch.
10418
10419 Fri Jun  3 21:07:57 2005  Jonathan Blandford  <jrb@redhat.com>
10420
10421         * shell/ev-view.c (get_page_extents): other_page isn't necessarily
10422         page + 1.
10423
10424         * shell/ev-window.c: Make sure we add the timeout when we get a
10425         focus-in event.
10426
10427         * shell/ev-view.c (view_set_adjustment_values): Add 0.5 to
10428         adjustment->value before calculating the zoom factor to average
10429         out all of our rounding errors.  The page no longer 'drifts' when
10430         resizing.
10431
10432 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10433
10434         * data/evince-properties.glade:
10435         * shell/ev-properties.c: (ev_properties_format_date),
10436         (set_property):
10437         
10438         Labels don't expand when the dialogue is resized.
10439         strftime result needs to be converted to UTF-8. Thanks
10440         to Christian Persch <chpe@gnome.org>.
10441
10442 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
10443
10444         * data/evince-properties.glade:
10445
10446         Hide the fonts tab
10447
10448 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
10449
10450         * backend/ev-document-info.h:
10451         * backend/ev-document.c: (ev_document_info_free):
10452         * data/evince-properties.glade:
10453         * pdf/ev-poppler.cc:
10454         * ps/ps-document.c: (ps_document_get_info):
10455         * shell/ev-properties.c: (ev_properties_format_date),
10456         (set_property), (ev_properties_new):
10457         * shell/ev-properties.h:
10458         * shell/ev-window.c: (ev_window_cmd_file_properties):
10459
10460         Rework properties code to take only EvPropertyInfo
10461         in the constructor so that it can be useful for
10462         nautilus plugin too.
10463
10464         Deal with backends that doesnt support some properties.
10465         Make set property code generic.
10466
10467 2005-06-04  Christian Persch <chpe@gnome.org>
10468
10469         * data/evince-properties.glade:
10470
10471         fix spacings, make resizeable, and make data labels
10472         selectable + ellipsised
10473
10474 2005-06-03  Marco Pesenti Gritti <mpg@redhat.com>
10475
10476         * backend/ev-document-info.h:
10477         * data/Makefile.am:
10478         * data/evince-ui.xml:
10479         * pdf/ev-poppler.cc:
10480         * shell/Makefile.am:
10481         * shell/ev-window.c: (update_action_sensitivity),
10482         (ev_window_cmd_file_properties):
10483
10484         Initial go at file properties. Patch by
10485         Emil Soleyman-Zomalan <emil@soleyman.com>.
10486         Needs love see #169583
10487
10488 2005-06-02  Marco Pesenti Gritti <mpg@redhat.com>
10489
10490         * ps/ps-document.c: (output):
10491         * ps/ps.c: (psscan):
10492
10493         Try to render even if psscan fails.
10494
10495 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
10496
10497         * ps/ps.c: (psscan), (pscopydoc):
10498
10499         Port buffered reading code from gv
10500
10501 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
10502
10503         * ps/ps-document.c: (interpreter_message), (output):
10504
10505         Do not fail on interpreter messages
10506
10507 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
10508
10509         * backend/ev-document-misc.c:
10510         (ev_document_misc_get_thumbnail_frame):
10511
10512         Pages can be 0 x 0, dont assert on this case
10513
10514 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10515
10516         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
10517         (ev_sidebar_links_class_init), (ev_sidebar_links_set_document):
10518
10519         Correctly manage our reference on document. Finally the reload
10520         huge leak is gone...
10521
10522 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10523
10524         * ps/ps-document.c: (ps_document_dispose):
10525
10526         Forgot to chain it to the parent. Thanks chpe.
10527
10528 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10529
10530         * ps/ps-document.c: (ps_document_dispose),
10531         (ps_document_class_init), (stop_interpreter), (document_load):
10532
10533         Cleanup dispose a bit. Dont leak the whole pixmap.
10534
10535 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10536
10537         * pdf/ev-poppler.cc:
10538
10539         Release the poppler document on dispose
10540
10541 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10542
10543         * shell/ev-view.c: (ev_view_set_document):
10544
10545         Release ref on the pixbuf cache when changing
10546         document.
10547
10548 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10549
10550         * ps/ps-document.c: (ps_document_get_info):
10551
10552         Fix a double free
10553
10554 2005-05-31  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
10555
10556         * backend/ev-page-cache.c: (ev_page_cache_init),
10557         (_ev_page_cache_new), (ev_page_cache_get_max_label_chars):
10558         * backend/ev-page-cache.h:
10559         * shell/ev-page-action.c: (page_changed_cb):
10560         
10561         Set page action entry width depending on labels width. Fix
10562         for bug 305202.
10563
10564 2005-05-31  Marco Pesenti Gritti  <mpg@redhat.com>
10565
10566         * backend/ev-link.c: (ev_link_class_init):
10567
10568         Allow -1 as page value (error)
10569
10570 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10571
10572         * shell/ev-sidebar-thumbnails.c:
10573         (ev_sidebar_thumbnails_set_document):
10574         * shell/ev-view.c: (scroll_to_current_page),
10575         (view_set_adjustment_values), (ev_view_set_scroll_adjustments),
10576         (page_changed_cb), (on_adjustment_value_changed),
10577         (ev_view_set_document):
10578
10579         Slightly modified patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>.
10580         Fix bug 305377
10581
10582 2005-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10583
10584         * configure.ac:
10585         * djvu/djvu-document.c: (djvu_document_get_page_size):
10586
10587         Require djvulibre CVS. Now djvu loading is much faster. Fix for
10588         bug 301993.
10589
10590 Sat May 28 07:38:03 2005  Jonathan Blandford  <jrb@redhat.com>
10591
10592         * shell/ev-view.c (draw_one_page): modify the expose handling to
10593         get the shadows.
10594
10595         * shell/ev-window.c (update_action_sensitivity): Respect
10596         permissions field.  Kowtow to the man.
10597
10598         * pdf/ev-poppler.cc: Get the permissions field.
10599
10600         * tiff/*c: Make a tiny bit more robust.
10601
10602 2005-05-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10603
10604         * djvu/djvu-document.c:
10605         
10606         Pop messages from djvu context message queue.
10607
10608 2005-05-24  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10609
10610         * configure.ac, Makefile.am, shell/Makefile.am:
10611         * tiff/Makefile.am, shell/ev-document-types.c:
10612         
10613         Cleanup tiff configure checks. Fix for bug 305218.
10614
10615 2005-05-24  Maxim V. Dziumanenko <mvd@mylinux.ua>
10616
10617         * configure.ac: Added "uk" to ALL_LINGUAS.
10618
10619 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10620
10621         * cut-n-paste/zoom-control/ephy-zoom.c:
10622         (ephy_zoom_get_changed_zoom_level):
10623         * cut-n-paste/zoom-control/ephy-zoom.h:
10624         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_set_property),
10625         (ev_view_get_property), (ev_view_class_init), (ev_view_set_zoom):
10626         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
10627         (ev_window_cmd_view_zoom_out), (ev_window_zoom_changed_cb),
10628         (zoom_control_changed_cb), (ev_window_init):
10629         
10630         Fix minor points related to moving best fit up. Introduce
10631         "zoom" property and make zoom control change it's value on
10632         notify::zoom signals. Fix for 305080.
10633
10634 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10635
10636         * data/evince-ui.xml:
10637         * shell/ev-window.c: (set_view_actions_sensitivity):
10638         
10639         Use + and - as accels for zoom in and zoom out. Fix for 305001.
10640
10641 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
10642
10643         * configure.ac:
10644
10645         Depends on poppler 0.3.2
10646
10647 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
10648
10649         * cut-n-paste/recent-files/egg-recent-item.c:
10650         (egg_recent_item_get_short_name):
10651         * cut-n-paste/toolbar-editor/Makefile.am:
10652         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
10653         (new_pixbuf_from_widget):
10654         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
10655         * cut-n-paste/toolbar-editor/egg-marshal.c:
10656         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
10657         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
10658
10659         Sync
10660
10661 Sat May 21 23:18:30 2005  Jonathan Blandford  <jrb@redhat.com>
10662
10663         * tiff/tiff-document.c: Rough TIFF backend.
10664
10665 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
10666
10667         * NEWS:
10668         * configure.ac:
10669         * cut-n-paste/toolbar-editor/Makefile.am:
10670
10671         Release 0.3.1
10672
10673 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
10674
10675         * shell/ev-view.c: (jump_to_find_result), (ev_view_can_find_next),
10676         (ev_view_find_next), (ev_view_find_previous):
10677
10678         Remove the locks around get_n_results   
10679
10680 2005-05-21  Juerg Billeter  <j@bitron.ch>
10681
10682         * pdf/ev-poppler.c: (pdf_document_ps_exporter_begin):
10683
10684         Pass correct number of pages to poppler.
10685
10686 2005-05-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10687
10688         * configure.ac:
10689         * data/Makefile.am:
10690         * data/evince.desktop.in: 
10691         * data/evince.desktop.in.in:
10692         * po/POTFILES.in:
10693         
10694         Add conditionally dvi and djvu to desktop types. Fix for 304658.
10695
10696 Sat May 21 00:21:30 2005  Jonathan Blandford  <jrb@redhat.com>
10697
10698         * shell/ev-view.c: (view_update_adjustments),
10699         (view_set_adjustment_values): cast adjustmen->value to (int)
10700         before using it.  Otherwise, we get off by a pixel in some
10701         situations.
10702
10703         (draw_one_page): Draw the border on expose.
10704
10705 Fri May 20 22:05:25 2005  Jonathan Blandford  <jrb@redhat.com>
10706
10707         * *shell/ev-view.c: Patch from Nickolay V. Shmyrev to reset the
10708         adjustment when the mode changes, #304923
10709
10710 Fri May 20 02:00:03 2005  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10711
10712         * shell/ev-view.c: Use gdk_widget_queue_draw to remove
10713         flickering on resize but still use gdk_window_scroll on
10714         scrolling
10715
10716 Fri May 20 01:46:57 2005  Jonathan Blandford  <jrb@redhat.com>
10717
10718         * shell/ev-view.c: Patch from Nickolay Shmyrev to fix the -p
10719         option, #170458
10720
10721 Fri May 20 01:27:01 2005  Jonathan Blandford  <jrb@redhat.com>
10722
10723         * shell/ev-view.c: Patch from Nickolay Shmyrev to to scroll to
10724         second page on page_changed if possible, #304669
10725
10726 Fri May 20 01:07:15 2005  Jonathan Blandford  <jrb@redhat.com>
10727
10728         * shell/ev-view.c (view_update_adjustments): Use gdk_window_scroll
10729         instead of gtk_widget_queue_draw.  Massive speedups in scrolling.
10730
10731 Fri May 20 01:05:10 2005  Jonathan Blandford  <jrb@redhat.com>
10732
10733         * .cvsignore:
10734         * shell/ev-view.c:(ev_view_size_allocate), (ev_view_class_init),
10735         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
10736         (ev_view_zoom_for_size_presentation),
10737         (ev_view_zoom_for_size_continuous_and_dual_page),
10738         (ev_view_zoom_for_size_continuous),
10739         (ev_view_zoom_for_size_dual_page),
10740         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size):
10741         * shell/ev-view.h:
10742         * shell/ev-window.c: (update_view_size),
10743         (ev_window_sizing_mode_changed_cb):
10744
10745         Patch from Nickolay Shmyrev <nshmyrev@yandex.ru> to handle
10746         the scrollbars.  It's not 100% right, but it's much closer.  Kills
10747         an infinite loop, #304769
10748
10749
10750 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
10751
10752         * data/evince-ui.xml:
10753         * shell/ev-view.c: (ev_view_scroll_view), (ev_view_class_init):
10754         * shell/ev-window.c: (set_view_actions_sensitivity):
10755
10756         Make PgUp/Down behave like Space
10757
10758 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
10759
10760         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
10761         * backend/ev-ps-exporter.h:
10762         * pdf/ev-poppler.cc:
10763         * ps/ps-document.c: (ps_document_ps_export_begin):
10764         * shell/ev-print-job.c: (idle_print_handler):
10765
10766         Adapt to new poppler api
10767
10768 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
10769
10770         * cut-n-paste/zoom-control/ephy-zoom-control.c:
10771         (ephy_zoom_control_init):
10772
10773         Translate zoom levels
10774
10775 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
10776
10777         * cut-n-paste/zoom-control/ephy-zoom.c:
10778         (ephy_zoom_get_zoom_level_index):
10779
10780         Fix current zoom -> zoom control match
10781
10782 2005-05-18  James Bowes  <bowes@cs.dal.ca>
10783
10784         * shell/ev-window.c: (ev_window_init): Give focus to the ev-view,
10785         rather than the scrolled_window that it's in. Fixes bug #304655.
10786
10787 Tue May 17 22:54:17 2005  Jonathan Blandford  <jrb@redhat.com>
10788
10789         * shell/ev-view.c: (view_update_adjustments),
10790         (view_set_adjustment_values), (view_update_range_and_current_page),
10791         (view_scroll_to_page), (set_scroll_adjustment),
10792         (ev_view_set_scroll_adjustments), (add_scroll_binding_keypad),
10793         (ev_view_scroll), (ev_view_scroll_view),
10794         (ensure_rectangle_is_visible), (find_page_at_location),
10795         (get_link_at_location), (go_to_link), (status_message_from_link),
10796         (ev_view_size_request_continuous_dual_page),
10797         (ev_view_size_request), (ev_view_size_allocate), (ev_view_realize),
10798         (ev_view_unrealize), (ev_view_expose_event),
10799         (ev_view_button_press_event), (ev_view_motion_notify_event),
10800         (ev_view_button_release_event), (ev_gdk_color_to_rgb),
10801         (draw_rubberband), (highlight_find_results), (draw_one_page),
10802         (ev_view_finalize), (ev_view_destroy), (ev_view_class_init),
10803         (ev_view_init), (find_changed_cb), (page_changed_cb),
10804         (on_adjustment_value_changed), (ev_view_new),
10805         (ev_view_set_document), (ev_view_set_zoom),
10806         (ev_view_set_continuous), (ev_view_set_dual_page),
10807         (ev_view_set_presentation), (ev_view_zoom_in), (ev_view_zoom_out),
10808         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
10809         (ev_view_zoom_for_size_presentation),
10810         (ev_view_zoom_for_size_continuous_dual_page),
10811         (ev_view_zoom_for_size_continuous),
10812         (ev_view_zoom_for_size_dual_page),
10813         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
10814         (ev_view_get_status), (ev_view_set_status),
10815         (update_find_status_message), (ev_view_get_find_status),
10816         (ev_view_set_find_status), (jump_to_find_result),
10817         (jump_to_find_page), (compute_selections), (clear_selection),
10818         (ev_view_select_all), (get_selected_text), (ev_view_copy),
10819         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
10820         (ev_view_update_primary_selection),
10821         (ev_view_create_invisible_cursor), (ev_view_set_cursor):
10822         * shell/ev-view.h:
10823         * shell/ev-window.c: (ev_window_open_page_label),
10824         (ev_window_cmd_view_reload), (ev_window_sizing_mode_changed_cb),
10825         (ev_window_init):
10826         * shell/ev-window.h:
10827         * shell/main.c: (load_files):
10828
10829         Massive code clean up from Nickolay Shmyrev.  Keep page offset
10830         when resizing.  Remove the bin_window().  Also, patch from James
10831         Bowes to fix command line page, #300641
10832         
10833 2005-05-17  Marco Pesenti Gritti  <mpg@redhat.com>
10834
10835         * data/evince-ui.xml:
10836         * shell/ev-view.c:
10837         * shell/ev-view.h:
10838         * shell/ev-window.c: (update_action_sensitivity):
10839
10840         Get rid of View->Normal Size, it's just confusing
10841
10842 Tue May 17 00:51:21 2005  Jonathan Blandford  <jrb@redhat.com>
10843
10844         * backend/ev-document-info.h:
10845         * backend/ev-document.c: (ev_document_info_free): Free the
10846         EvDocumentInfo.
10847
10848         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
10849         (clear_range), (add_range), (update_visible_range),
10850         (adjustment_changed_cb), (ev_sidebar_thumbnails_init),
10851         (ev_sidebar_thumbnails_set_document):
10852         * shell/ev-window.c: (ev_window_setup_document): Only render the
10853         visible thumbnails.  It takes an instant to render, but it uses
10854         much less memory.
10855
10856 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
10857
10858         * shell/ev-sidebar-links.c: (popup_menu_cb):
10859
10860         Select first item
10861
10862 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
10863
10864         * lib/Makefile.am:
10865         * shell/ev-sidebar-links.c: (build_popup_menu), (popup_menu_cb),
10866         (button_press_cb), (ev_sidebar_links_construct):
10867
10868         Show the popup menu also on keybindings
10869
10870 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
10871
10872         * shell/ev-window.c: (ev_window_print), (ev_window_print_range):
10873         * shell/ev-window.h:
10874
10875         Expose api to print a range (with dialog). Make private _print use
10876         it.
10877
10878         * shell/ev-sidebar-links.c: (print_section_cb), (button_press_cb),
10879         (ev_sidebar_links_construct):
10880
10881         Show a print context menu on linkx, it prints the selected
10882         section.
10883
10884 2005-05-15  Carlos Garcia Campos <carlosgc@gnome.org>
10885
10886         * shell/ev-sidebar.c: make the drop down menu as width as the toggle
10887         button.
10888
10889 2005-05-12  Marco Pesenti Gritti  <mpg@redhat.com>
10890
10891         * AUTHORS:
10892
10893         Update
10894
10895         * shell/ev-window.c: (build_comments_string),
10896         (ev_window_cmd_help_about):
10897
10898         Show poppler version/backend and authors
10899
10900 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
10901
10902         * cut-n-paste/zoom-control/ephy-zoom.c:
10903         (ephy_zoom_get_zoom_level_index):
10904         * cut-n-paste/zoom-control/ephy-zoom.h:
10905
10906         Move the best fit items at the top of the list
10907
10908 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
10909
10910         * shell/ev-marshal.list:
10911         * shell/ev-page-action.c: (ev_page_action_widget_class_init),
10912         (activate_cb), (match_selected_cb), (activate_link_cb),
10913         (connect_proxy), (ev_page_action_class_init):
10914         * shell/ev-page-action.h:
10915
10916         Use signals to notify action activation. Hopefully
10917         I did not break completion since I cant test...
10918
10919         * shell/ev-window.c: (activate_link_cb), (activate_label_cb),
10920         (register_custom_actions):
10921
10922         Connect to page selector actions and also grab focus on
10923         the view when activated.
10924
10925 Wed May 11 01:18:29 2005  Jonathan Blandford  <jrb@redhat.com>
10926
10927         * pdf/ev-poppler.cc:
10928         * backend/ev-page-cache.c: make page size calculation consistent
10929         and set it to (int)( width * scale + 0.5).  This makes the weird
10930         line going through the middle of the page go away.
10931
10932         * shell/ev-view.c: move painting the background page after
10933         checking the expose area covers us.
10934
10935 2005-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10936
10937         * data/evince-password.glade:
10938         
10939         Mark labels as not translatable. Fix for bug 302842.
10940
10941 2005-05-10  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
10942
10943         * configure.ac: Added "es" to ALL_LINGUAS.
10944
10945 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10946
10947         * data/evince-toolbar.xml:
10948         * shell/ev-window.c: (update_action_sensitivity),
10949         (ev_window_setup_document), (ev_window_set_page_mode),
10950         (ev_window_init):
10951
10952         Remove some leftover code from jrb first continous
10953         attempt. Use the new actions, we still need good icons
10954         though...
10955
10956 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10957
10958         * shell/ev-page-action.c: (update_pages_label), (connect_proxy):
10959
10960         Update label when connecting proxy. Fix a warning with NULL
10961         page_cache.
10962
10963 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10964
10965         * data/evince-ui.xml:
10966         * shell/ev-page-action.c: (ev_page_action_grab_focus):
10967         * shell/ev-page-action.h:
10968         * shell/ev-window.c: (ev_window_cmd_focus_page_selector):
10969
10970         Add mnemonic for edit toolbar.
10971         ctrl+l focus the page entry.
10972
10973 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10974
10975         * lib/Makefile.am:
10976         * shell/ev-window.c: (ev_window_cmd_edit_toolbar_cb),
10977         (ev_window_init):
10978         * shell/main.c: (main):
10979
10980         Put the toolbar xml in evince own dot dir
10981
10982 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10983
10984         * shell/ev-window.c: (ev_window_init):
10985
10986         Make the toolbar not removable
10987
10988 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10989
10990         * data/evince-ui.xml:
10991         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_treeview):
10992         * shell/ev-sidebar-links.h:
10993         * shell/ev-sidebar-thumbnails.c:
10994         (ev_sidebar_thumbnails_get_treeview):
10995         * shell/ev-sidebar-thumbnails.h:
10996         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_view),
10997         (ev_view_class_init):
10998         * shell/ev-view.h:
10999         * shell/ev-window.c: (update_action_sensitivity),
11000         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
11001         (set_view_actions_sensitivity), (view_actions_focus_in_cb),
11002         (view_actions_focus_out_cb), (enable_view_actions_for_widget),
11003         (ev_window_init):
11004
11005         This is evil... Make space/backspace global accelerators but
11006         enable them only for some widgets (sidebars and view).
11007         I dont like it, but I dont know a better way... :/
11008
11009 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11010
11011         * shell/ev-page-action.c: (ev_page_action_widget_set_page_cache),
11012         (ev_page_action_widget_finalize),
11013         (ev_page_action_widget_class_init), (update_page_cache):
11014
11015         Keep a weak reference on proxy->page_cache so that we
11016         dont try to disconnect the signal if the object is already
11017         gone. Maybe there is a better way to cleanup reference handling
11018         in page action though...
11019
11020 2005-05-10  Juerg Billeter  <j@bitron.ch>
11021
11022         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
11023         * backend/ev-ps-exporter.h:
11024         * pdf/ev-poppler.cc: (pdf_document_ps_exporter_begin):
11025         * ps/ps-document.c: (ps_document_ps_export_begin):
11026         
11027         Change api to pass print range to ps_exporter_begin. The pdf backend
11028         requires this information.
11029         
11030         * shell/ev-print-job.c: (idle_print_handler):
11031         
11032         Adapt to api change
11033
11034 2005-05-10  Juerg Billeter  <j@bitron.ch>
11035
11036         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
11037         (idle_print_handler)
11038         * shell/ev-window.c: (ev_window_print):
11039
11040         Support printing page range, based on patch by Amaury Jacquot
11041
11042 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11043
11044         * data/evince-toolbar.xml:
11045
11046         Add zoom control to available items
11047
11048 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11049
11050         * shell/ev-window.c: (update_action_sensitivity):
11051
11052         Set slash action insensitive when appropriate
11053
11054 2005-05-10  Christian Persch <chpe@gnome.org>
11055
11056         * cut-n-paste/zoom-control/ephy-zoom-action.c: (create_menu_item):
11057
11058         Fix warning on the overflow menu
11059
11060 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11061
11062         * shell/ev-window.c: (sanity_check_uri), (ev_window_open):
11063
11064         Check for uri correctness/existence
11065
11066 2005-05-09  Juerg Billeter  <j@bitron.ch>
11067
11068         * shell/ev-window.c: (using_postscript_printer):
11069
11070         LPD printers use postscript, too
11071
11072 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11073
11074         * shell/ev-window.c: (register_custom_actions):
11075
11076         The zoom one is actually sort of useful,
11077         put it back
11078
11079 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11080
11081         * shell/ev-window.c: (register_custom_actions):
11082
11083         Hide page/zoom controls from overflow, they
11084         are useless.
11085
11086 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11087
11088         * cut-n-paste/update-from-egg.sh:
11089         
11090         Share it between all cut-n-paste subdirs
11091
11092         * cut-n-paste/recent-files/Makefile.am:
11093
11094         Fix to use "global" update-from-egg.sh
11095
11096         * cut-n-paste/recent-files/egg-recent-model.c:
11097         (egg_recent_model_changed_timeout), (egg_recent_model_finalize):
11098         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
11099         (egg_recent_view_gtk_clear), (egg_recent_view_gtk_set_list),
11100         (egg_recent_view_gtk_finalize), (egg_recent_view_gtk_set_menu):
11101
11102         Update from libegg
11103
11104         * cut-n-paste/toolbar-editor/Makefile.am:
11105
11106         Fix to use "global" update-from-egg.sh
11107
11108         * cut-n-paste/toolbar-editor/eggmarshalers.list:
11109
11110         Update from libegg
11111
11112 2005-05-09  Marco Pesenti Gritti <mpg@redhat.com>
11113
11114         * configure.ac:
11115         * cut-n-paste/Makefile.am:
11116         * cut-n-paste/recent-files/Makefile.am:
11117         * cut-n-paste/toolbar-editor/.cvsignore:
11118         * cut-n-paste/toolbar-editor/Makefile.am:
11119         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
11120         (egg_editable_toolbar_get_type), (get_toolbar_position),
11121         (get_n_toolbars), (get_dock_nth), (get_toolbar_nth), (find_action),
11122         (drag_data_delete_cb), (drag_begin_cb), (drag_end_cb),
11123         (drag_data_get_cb), (set_drag_cursor), (unset_drag_cursor),
11124         (set_item_drag_source), (create_item_from_action), (create_item),
11125         (data_is_separator), (drag_data_received_cb), (remove_toolbar_cb),
11126         (popup_toolbar_context_menu_cb), (free_dragged_item),
11127         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
11128         (toolbar_drag_leave_cb), (create_dock), (set_fixed_style),
11129         (unset_fixed_style), (toolbar_changed_cb), (unparent_fixed),
11130         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
11131         (item_added_cb), (item_removed_cb),
11132         (egg_editable_toolbar_construct),
11133         (egg_editable_toolbar_disconnect_model),
11134         (egg_editable_toolbar_deconstruct),
11135         (egg_editable_toolbar_set_model),
11136         (egg_editable_toolbar_set_ui_manager),
11137         (egg_editable_toolbar_set_property),
11138         (egg_editable_toolbar_get_property),
11139         (egg_editable_toolbar_class_init), (egg_editable_toolbar_init),
11140         (egg_editable_toolbar_finalize), (egg_editable_toolbar_new),
11141         (egg_editable_toolbar_new_with_model),
11142         (egg_editable_toolbar_get_edit_mode),
11143         (egg_editable_toolbar_set_edit_mode), (egg_editable_toolbar_show),
11144         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed),
11145         (egg_editable_toolbar_set_drag_dest), (fake_expose_widget),
11146         (new_pixbuf_from_widget), (new_separator_pixbuf),
11147         (update_separator_image), (style_set_cb),
11148         (_egg_editable_toolbar_new_separator_image),
11149         (egg_editable_toolbar_get_model):
11150         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
11151         * cut-n-paste/toolbar-editor/egg-marshal.c:
11152         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
11153         (egg_toolbar_editor_get_type), (compare_actions), (find_action),
11154         (egg_toolbar_editor_set_ui_manager), (toolbar_removed_cb),
11155         (egg_toolbar_editor_set_model), (egg_toolbar_editor_set_property),
11156         (egg_toolbar_editor_get_property), (egg_toolbar_editor_class_init),
11157         (egg_toolbar_editor_finalize), (egg_toolbar_editor_new),
11158         (drag_begin_cb), (drag_end_cb), (editor_drag_data_received_cb),
11159         (editor_drag_data_delete_cb), (drag_data_get_cb),
11160         (elide_underscores), (set_drag_cursor), (event_box_realize_cb),
11161         (editor_create_item), (update_editor_sheet), (setup_editor),
11162         (egg_toolbar_editor_init), (egg_toolbar_editor_add_action),
11163         (parse_item_list), (model_has_action), (update_actions_list),
11164         (egg_toolbar_editor_load_actions):
11165         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
11166         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
11167         (egg_toolbars_model_get_type), (egg_toolbars_model_to_xml),
11168         (safe_save_xml), (egg_toolbars_model_save), (toolbars_toolbar_new),
11169         (toolbars_item_new), (free_toolbar_node), (free_item_node),
11170         (egg_toolbars_model_get_flags), (egg_toolbars_model_set_flags),
11171         (egg_toolbars_model_add_separator), (impl_add_item),
11172         (parse_item_list), (egg_toolbars_model_add_toolbar),
11173         (parse_toolbars), (egg_toolbars_model_load), (impl_get_item_id),
11174         (impl_get_item_data), (impl_get_item_type),
11175         (_egg_accumulator_STRING), (egg_toolbars_model_class_init),
11176         (egg_toolbars_model_init), (free_toolbar),
11177         (egg_toolbars_model_finalize), (egg_toolbars_model_new),
11178         (egg_toolbars_model_remove_toolbar),
11179         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
11180         (egg_toolbars_model_n_items), (egg_toolbars_model_item_nth),
11181         (egg_toolbars_model_n_toolbars), (egg_toolbars_model_toolbar_nth),
11182         (egg_toolbars_model_add_item), (egg_toolbars_model_get_item_id),
11183         (egg_toolbars_model_get_item_data),
11184         (egg_toolbars_model_get_item_type):
11185         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
11186         * cut-n-paste/toolbar-editor/eggmarshalers.list:
11187         * data/Makefile.am:
11188         * data/evince-toolbar.xml:
11189         * data/evince-ui.xml:
11190         * data/hand-open.png:
11191         * po/POTFILES.in:
11192         * shell/Makefile.am:
11193         * shell/ev-window.c: (update_chrome_visibility),
11194         (ev_window_cmd_edit_toolbar_cb), (ev_window_cmd_edit_toolbar),
11195         (ev_window_dispose), (ev_window_init):
11196
11197         Implement epiphany like toolbar editor. Based on patch by
11198         Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11199
11200 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11201
11202         * shell/ev-sidebar-thumbnails.c: (page_changed_cb):
11203
11204         Use set_cursor instead of set_selection, so that
11205         the keyboard focus moves too.
11206
11207 2005-05-09  Aleksey Kliger <akliger@gmail.com>
11208
11209         * dvi/mdvi-lib/tfmfile.c: (lookup_font_metrics):
11210
11211         Fix infinite loop when loading Type1 fonts
11212
11213 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11214
11215         * data/evince-ui.xml:
11216         * shell/ev-window.c:
11217
11218         Slash -> Find
11219
11220 2005-05-09  Thomas de Grenier de Latour <degrenier@easyconnect.fr>
11221
11222         * configure.ac:
11223
11224         Make --disable really disable
11225
11226 2005-05-07  Juerg Billeter  <j@bitron.ch>
11227
11228         * backend/ev-page-cache.c: (ev_page_cache_set_page_label):
11229
11230         Compare page labels even without has_labels set, fixes setting page
11231         with entry
11232
11233 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11234
11235         * shell/ev-view.c: (ev_view_create_invisible_cursor),
11236         (ev_view_set_cursor), (ev_view_button_press_event),
11237         (ev_view_motion_notify_event), (ev_view_button_release_event),
11238         (ev_view_init):
11239
11240         Implement middle button scrolling. Based on a patch
11241         by Tommi Komulainen <tommi.komulainen@iki.fi>.
11242
11243 2005-05-08  Marco Pesenti Gritti  <mpg@redhat.com>
11244
11245         * shell/ev-document-types.c: (get_slow_mime_type),
11246         (get_document_type_from_mime), (ev_document_type_lookup):
11247         * shell/ev-document-types.h:
11248
11249         Change api to lookup from uri. Do fast lookup first, if the
11250         type is unknown try with data sniffing.
11251
11252         * shell/ev-window.c: (ev_window_open), (ev_window_open_uri_list):
11253         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
11254
11255         Adapt to api change
11256
11257 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
11258
11259         * thumbnailer/Makefile.am:
11260
11261         Fix distcheck
11262
11263 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
11264
11265         * NEWS:
11266         * configure.ac:
11267
11268         Release 0.3.0
11269
11270         * data/evince-ui.xml:
11271
11272         Hide presentation mode for now
11273
11274         * shell/ev-view.c: (highlight_find_results):
11275
11276         Show current find selection only on current page
11277
11278 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
11279
11280         * shell/ev-view.c: (ev_view_select_all):
11281
11282         Compute size of the actual page, not of
11283         the current one.
11284
11285 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
11286
11287         * shell/ev-view.c: (clear_selection), (ev_view_finalize),
11288         (view_rect_to_doc_rect), (compute_selections),
11289         (ev_view_bin_expose), (ev_view_select_all), (get_selected_text),
11290         (ev_view_copy), (ev_view_primary_get_cb),
11291         (ev_view_primary_clear_cb), (ev_view_update_primary_selection),
11292         (ev_view_button_press_event), (ev_view_motion_notify_event),
11293         (ev_view_button_release_event), (page_changed_cb):
11294
11295         Fix text selection
11296
11297 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
11298
11299         * shell/ev-view.c: (compute_border), (get_page_extents),
11300         (doc_rect_to_view_rect), (highlight_find_results),
11301         (ev_view_bin_expose), (ev_view_select_all),
11302         (ev_view_motion_notify_event), (update_find_status_message),
11303         (jump_to_find_result), (jump_to_find_page):
11304
11305         First go at fixing search, still buggy
11306
11307 2005-05-04  Kristian Høgsberg  <krh@redhat.com>
11308
11309         * shell/ev-sidebar.c (ev_sidebar_init): Remove frame around
11310         dropdown box and button at the top of the sidebar.
11311
11312 2005-05-02  James Bowes  <bowes@cs.dal.ca>
11313
11314         * configure.ac: Output zoom-control Makefile.
11315         * cut-n-paste/Makefile.am: build zoom-control subdir.
11316         * cut-n-paste/zoom-control/ephy-zoom-action.c:
11317         * cut-n-paste/zoom-control/ephy-zoom-action.h:
11318         * cut-n-paste/zoom-control/ephy-zoom-control.c:
11319         * cut-n-paste/zoom-control/ephy-zoom-control.h:
11320         * cut-n-paste/zoom-control/ephy-zoom.c:
11321         * cut-n-paste/zoom-control/ephy-zoom.h: New files imported
11322         from epiphany, and modified to add a separator into the menu.
11323         * cut-n-paste/zoom-control/Makefile.am: Build zoom-control.
11324         * data/evince-ui.xml: Replace old zoom toolbar actions with new
11325         zoom-control action.
11326         * shell/Makefile.am: Include zoom-control flags.
11327         * shell/ev-view.c: (ev_view_set_zoom), (ev_view_get_zoom),
11328         (ev_view_get_sizing_mode), (ev_view_zoom_in), (ev_view_zoom_out),
11329         (ev_view_zoom_for_size_presentation),
11330         (ev_view_zoom_for_size_continuous_and_dual_page),
11331         (ev_view_zoom_for_size_continuous),
11332         (ev_view_zoom_for_size_dual_page),
11333         (ev_view_zoom_for_size_single_page), (ev_view_zoom_normal): 
11334         s/ev_view_zoom/ev_view_set_zoom/ and make public, add 
11335         ev_view_get_zoom and ev_view_get_sizing_mode.
11336         * shell/ev-view.h:
11337         * shell/ev-window.c: (update_action_sensitivity),
11338         (update_sizing_buttons), (zoom_control_changed_cb),
11339         (register_custom_actions): Initialize and use the zoom-control 
11340         widget.
11341
11342 Sun May  1 00:46:47 2005  Jonathan Blandford  <jrb@redhat.com>
11343
11344         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init): Change the
11345         preview cache back to 1.  Don't know when it got set to 0.
11346         
11347         * shell/ev-view.c: (compute_border), (ev_view_realize),
11348         (draw_one_page), (ev_view_set_property), (ev_view_get_property),
11349         (ev_view_class_init), (ev_view_init), (ev_view_set_fullscreen),
11350         (ev_view_get_fullscreen), (ev_view_set_presentation),
11351         (ev_view_get_presentation), (ev_view_set_sizing_mode),
11352         (ev_view_zoom_for_size_presentation), (ev_view_set_zoom_for_size):
11353         * shell/ev-view.h:
11354         * shell/ev-window.c:
11355         (update_chrome_visibility),
11356         (ev_window_cmd_continuous), (ev_window_cmd_dual),
11357         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
11358         (update_document_mode), (ev_window_update_fullscreen_action),
11359         (ev_window_fullscreen), (ev_window_unfullscreen),
11360         (ev_window_cmd_view_fullscreen),
11361         (ev_window_update_presentation_action),
11362         (ev_window_run_presentation), (ev_window_stop_presentation),
11363         (ev_window_cmd_view_presentation), (ev_window_state_event),
11364         (ev_window_focus_in_event), (ev_window_focus_out_event),
11365         (ev_window_cmd_escape), (ev_window_sidebar_visibility_changed_cb):
11366         * data/evince-ui.xml: Initial presentation mode.  We should
11367         probably hide this until it's done, as it's quite rough.  Also,
11368         change full-screen to fullscreen and add two getters to EvView.
11369
11370 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
11371
11372         * shell/ev-page-action.c: (update_page_cache),
11373         (ev_page_action_dispose):
11374         * shell/ev-window.c: (destroy_fullscreen_popup),
11375         (ev_window_create_fullscreen_popup):
11376
11377         Use connect_object rather than explicitly
11378         disconnect on dispose.
11379
11380 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
11381
11382         * shell/ev-page-action.c: (update_page_cache),
11383         (ev_page_action_dispose):
11384
11385 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11386
11387         * backend/ev-page-cache.c: (_ev_page_cache_new),
11388         (ev_page_cache_set_page_label),
11389         (ev_page_cache_has_nonnumeric_page_labels):
11390         * backend/ev-page-cache.h:
11391         * shell/ev-page-action.c: (update_pages_label):
11392         
11393         If all page labels are numeric, fallback to default
11394         way to display number of pages. See bug 173185.
11395
11396 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11397
11398         * shell/ev-page-action.c: (ev_page_action_dispose):
11399         * shell/ev-view.c: (view_update_range_and_current_page):
11400         * shell/ev-window.c: (ev_window_dispose):
11401         
11402         Set page on scroll in continuous mode. Fixes bug 301986.
11403         Also cleanup callbacks on destroy of EvWindow and EvPageAction.
11404
11405 2005-04-26  Marco Pesenti Gritti <mpg@redhat.com>
11406
11407         * configure.ac:
11408
11409         Require poppler 0.3.0
11410
11411 2005-04-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
11412         
11413         * shell/Makefile.am, configure.ac: Fix build problems
11414         with t1lib. Bug 301996.
11415
11416 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11417
11418         * shell/ev-view.c: (ev_view_scroll_event):
11419         
11420         Scroll up increase zoom
11421
11422 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11423
11424         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init),
11425         (ev_view_set_sizing_mode),
11426         (ev_view_zoom_for_size_continuous_and_dual_page),
11427         (ev_view_zoom_for_size_continuous):
11428         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
11429         (ev_window_cmd_view_page_width), (ev_window_cmd_view_zoom_in),
11430         (ev_window_cmd_view_zoom_out), (ev_window_sizing_mode_changed_cb),
11431         (ev_window_init):
11432
11433         Control + Scroll does zooming, Shift + Scroll scrolls horizontally
11434         Fix for 165473 and 165472.
11435
11436 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11437
11438         * po/POTFILES.in:
11439         * thumbnailer/Makefile.am:
11440         * thumbnailer/evince-thumbnailer-djvu.schemas.in:
11441         * thumbnailer/evince-thumbnailer-dvi.schemas.in:
11442         * thumbnailer/evince-thumbnailer.schemas.in:
11443         
11444         Make thumbnailer schemas translatable. Fix for bug 301773
11445         
11446         * thumbnailer/evince-thumbnailer-djvu.schemas:
11447         * thumbnailer/evince-thumbnailer-dvi.schemas:
11448         * thumbnailer/evince-thumbnailer.schemas:
11449
11450         Removed files
11451
11452 Sun Apr 24 01:37:39 2005  Jonathan Blandford  <jrb@redhat.com>
11453
11454         * shell/ev-view.c (ev_view_init): forgot to set this.
11455
11456 Sun Apr 24 01:07:27 2005  Jonathan Blandford  <jrb@redhat.com>
11457
11458         * shell/ev-view.c: (find_page_at_location),
11459         (get_link_at_location),
11460         (ev_view_set_show_border), (ev_view_set_spacing),
11461         (ev_view_zoom_for_size_continuous_and_dual_page),
11462         (ev_view_zoom_for_size_continuous): Fix links for dual/continuous.
11463         Also, add a quick fix measuring of widths.  Also, removed
11464         ev_view_set_spacing and ev_view_set_show_border.
11465         
11466         * shell/ev-window.c: (ev_window_unfullscreen),
11467         (ev_window_cmd_view_fullscreen): Don't adjust the border/spacing.
11468
11469 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11470
11471         * shell/ev-view.c: (view_update_range_and_current_page),
11472         (page_changed_cb):
11473         
11474         Fix crash on exit and scrolling to page in continuous view.
11475
11476 Sat Apr 23 13:13:04 2005  Jonathan Blandford  <jrb@redhat.com>
11477
11478         * TODO:
11479         * backend/ev-page-cache.c: (_ev_page_cache_new),
11480         (ev_page_cache_get_max_width_size),
11481         (ev_page_cache_get_max_height_size):
11482         * backend/ev-page-cache.h:
11483         * data/evince-ui.xml:
11484         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init):
11485         * shell/ev-view.c: (view_update_adjustments),
11486         (view_update_range_and_current_page), (get_bounding_box_size),
11487         (ev_view_size_request_continuous_and_dual_page),
11488         (ev_view_size_request_continuous),
11489         (ev_view_size_request_dual_page),
11490         (ev_view_size_request_single_page), (ev_view_size_request),
11491         (ev_view_size_allocate), (get_page_extents), (draw_one_page),
11492         (ev_view_bin_expose), (ev_view_expose_event),
11493         (ev_view_set_property), (ev_view_get_property),
11494         (ev_view_class_init), (ev_view_init), (ev_view_new),
11495         (page_changed_cb), (ev_view_zoom), (ev_view_set_continuous),
11496         (ev_view_set_dual_page), (ev_view_set_full_screen),
11497         (ev_view_set_presentation), (ev_view_set_sizing_mode),
11498         (ev_view_can_zoom_in), (ev_view_can_zoom_out), (ev_view_zoom_in),
11499         (ev_view_zoom_out), (zoom_for_size_fit_width),
11500         (zoom_for_size_best_fit),
11501         (ev_view_zoom_for_size_continuous_and_dual_page),
11502         (ev_view_zoom_for_size_continuous),
11503         (ev_view_zoom_for_size_dual_page),
11504         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
11505         (ev_view_show_cursor), (ev_sizing_mode_get_type):
11506         * shell/ev-view.h:
11507         * shell/ev-window.c: (update_action_sensitivity),
11508         (ev_window_cmd_continuous), (ev_window_cmd_dual),
11509         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
11510         (update_sizing_buttons), (ev_window_cmd_view_zoom_in),
11511         (ev_window_cmd_view_zoom_out), (update_view_size),
11512         (ev_window_set_sizing_mode), (ev_window_init):
11513
11514         Add Continuous and Dual page modes.
11515
11516 2005-04-23  James Bowes  <bowes@cs.dal.ca>
11517
11518         * dvi/dvi-document.c: (dvi_document_load),
11519         (dvi_document_thumbnails_get_thumbnail),
11520         (dvi_document_init_params): Fix up some mixups between
11521         width and height to correct thumbnail rendering.
11522
11523 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11524
11525         * dvi/mdvi-lib/private.h:
11526         * dvi/mdvi-lib/setup.c: (mdvi_init_kpathsea):
11527         
11528         Suppess output for kpathsea during font generation. Thanks to
11529         James Bowes
11530
11531 Fri Apr 22 19:57:46 2005  Jonathan Blandford  <jrb@redhat.com>
11532
11533         * NEWS:
11534         * configure.ac:
11535
11536         Release 0.2.1
11537
11538         * Makefile.am: fix distcheck.
11539
11540 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11541
11542         * shell/ev-sidebar-links.c: (selection_changed_callback),
11543         (update_page_callback), (row_activated_callback),
11544         (job_finished_callback), (ev_sidebar_links_set_document):
11545         
11546         Fix for bug #169901. Double click on links expands tree.
11547
11548 2005-03-14  Bryan Clark  <clarkbw@cvs.gnome.org>
11549
11550         * shell/ev-window.c (ev_window_init): Removed fullscreen toolbar
11551         hard-coded style. Fix for bug 170111
11552
11553 2005-04-22  Kristian Høgsberg  <krh@redhat.com>
11554
11555         * shell/ev-view.c (highlight_find_results): Remove unnecessary
11556         locking.
11557
11558 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
11559
11560         * thumbnailer/evince-thumbnailer.schemas: real fix for bug 172496
11561
11562 2005-04-22  Marco Pesenti Gritti  <mpg@redhat.com>
11563
11564         * pdf/ev-poppler.cc:
11565         * shell/ev-view.c: (highlight_find_results):
11566
11567         Fix find on single page documents
11568
11569 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
11570
11571         * data/evince.schemas.in: fix for bug 301390
11572
11573 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
11574
11575         * shell/ev-view.c: (ev_view_can_zoom_in), (ev_view_can_zoom_out),
11576         (ev_view_zoom_out), (ev_view_zoom_normal):
11577         * shell/ev-view.h:
11578         * shell/ev-window.c: (update_action_sensitivity),
11579         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
11580         (ev_window_cmd_view_zoom_in), (ev_window_cmd_view_zoom_out),
11581         (ev_window_cmd_view_normal_size):
11582
11583         Fix normal size zoom. Make zoom in/zoom out unsensitive when
11584         they are behyond the limits. Tweak MAX_ZOOM to 6, sucks but
11585         better than oom. 
11586
11587 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
11588
11589         * configure.ac:
11590
11591         Depend on 2.57, 2.59 doesnt seem to be necessary
11592
11593 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
11594
11595         * shell/ev-page-action.c: (update_pages_label), (page_changed_cb),
11596         (create_tool_item):
11597
11598         Put back total number of pages as (1 of 1234)
11599
11600 Thu Apr 21 23:37:52 2005  Jonathan Blandford  <jrb@redhat.com>
11601
11602         * shell/ev-pixbuf-cache.c (dispose_cache_job_info): actually
11603         remove the job.
11604
11605         * backend/ev-document.h: Remove EV_DOC_MUTEX in favor of a locking
11606         function.  This helps debugging.
11607
11608 2005-04-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11609
11610         * djvu/djvu-document.c: (djvu_document_class_init),
11611         (djvu_document_get_info), (djvu_document_document_iface_init):
11612         * dvi/dvi-document.c: (dvi_document_class_init),
11613         (dvi_document_get_info), (dvi_document_document_iface_init):
11614
11615         Dummy implementation of get_info method for dvi and
11616         djvu. Fix crashes with those backends
11617
11618 2005-04-20  Marco Pesenti Gritti <mpg@redhat.com>
11619
11620         * data/evince.desktop.in:
11621
11622         Add application/x-gzpostscript
11623
11624 2005-04-20  Bryan Clark  <clarkbw@cvs.gnome.org>
11625
11626         * data/evince.schemas.in: Added real long descriptions, 
11627         closes bug 172496 
11628
11629         * README: Added actual text, closes bug 171869
11630
11631 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
11632
11633         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
11634
11635         Thumbnail page 0
11636
11637 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
11638
11639         * backend/ev-document-info.h:
11640
11641         s/GDate */GDate so we can just use g_free
11642
11643 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
11644
11645         * shell/ev-window.c: (update_document_mode),
11646         (ev_window_setup_document):
11647
11648         Show the window in fullscreen when specified by
11649         the document
11650
11651 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
11652
11653         * backend/ev-document.c: (ev_document_class_init),
11654         (ev_document_get_info), (ev_document_render_pixbuf):
11655         * backend/ev-document.h:
11656         * backend/ev-page-cache.c: (_ev_page_cache_new):
11657         * pdf/ev-poppler.cc:
11658         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
11659         (pixbuf_document_get_info), (pixbuf_document_document_iface_init):
11660         * ps/ps-document.c: (ps_document_class_init), (document_load),
11661         (ps_document_get_info), (ps_document_document_iface_init):
11662
11663         Remove get_title from the interface, we can just use document info
11664
11665 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
11666
11667         * backend/Makefile.am:
11668         * backend/ev-document.c: (ev_document_render_get_info):
11669         * backend/ev-document.h:
11670         * pdf/ev-poppler.cc:
11671
11672         Initial support for document info. Based on jrb patch.
11673
11674 2005-04-19  Paolo Borelli <pborelli@katamail.com>
11675
11676         * shell/ev-window.c: (ev_window_state_event),
11677         (ev_window_class_init), (ev_window_init):
11678         
11679         Doesn't show resize grip when maximized. See bug #301053
11680
11681 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11682
11683         * po/POTFILES.in:
11684         
11685         ev-sidebar-thumbnails now has translatable labels
11686         
11687         * shell/Makefile.am:
11688         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document),
11689         (ev_sidebar_links_support_document), (ev_sidebar_links_get_label),
11690         (ev_sidebar_links_page_iface_init):
11691         * shell/ev-sidebar-links.h:
11692         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
11693         (ev_sidebar_page_support_document), (ev_sidebar_page_set_document),
11694         (ev_sidebar_page_get_label):
11695         * shell/ev-sidebar-page.h:
11696         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_new),
11697         (ev_sidebar_thumbnails_set_document),
11698         (ev_sidebar_thumbnails_support_document),
11699         (ev_sidebar_thumbnails_get_label),
11700         (ev_sidebar_thumbnails_page_iface_init):
11701         * shell/ev-sidebar-thumbnails.h:
11702         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
11703         (ev_sidebar_set_document):
11704         * shell/ev-sidebar.h:
11705         * shell/ev-window.c: (ev_window_setup_document), (ev_window_init):
11706         
11707         Small rework of sidebar code. Now sidebar pages should implement
11708         EvSidebarPage interface. That makes page management in EvSidebar
11709         easier. See bug #164811 for details
11710
11711 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11712
11713         * shell/ev-application.c: (ev_application_open):
11714         * shell/ev-document-types.c:
11715         
11716         Fix build error and small problem with application exit
11717
11718 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11719
11720         * thumbnailer/Makefile.am:
11721         * thumbnailer/evince-thumbnailer-djvu.schemas:
11722         * thumbnailer/evince-thumbnailer-dvi.schemas:
11723         
11724         Conditionally install schemas for djvu/dvi thumbnailer
11725
11726 2005-04-18  David Malcolm  <dmalcolm@redhat.com>
11727
11728         * shell/ev-document-types.h: 
11729         * shell/ev-document-types.c: 
11730         New files, handling the mapping from mimetypes to backends
11731         
11732         * shell/ev-window.c: 
11733         * thumbnailer/evince-thumbnailer.c:     
11734         Use the ev-document-types code
11735         
11736         * shell/Makefile.am: 
11737         Added new convenience library libevbackendfactory_la, containing
11738         the new mimetype->backend logic; moved the backends into it.
11739
11740         * thumbnailer/Makefile.am:
11741         Make the thumbnailer link with the libevbackend.la convenience
11742         library, rather than having a duplicate of the backend logic here.
11743
11744 2005-04-18  Paolo Borelli  <pborelli@katamail.com>
11745
11746         * shell/ev-stock-icons.c: constify some vars.
11747         * shell/ev-window.c: ditto.
11748
11749 2005-04-18  Marco Pesenti Gritti  <mpg@redhat.com>
11750
11751         * ps/ps-document.c (get_page_orientation):
11752
11753         Respect document orientation 
11754
11755 2005-04-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11756
11757         * djvu/Makefile.am:
11758         * dvi/Makefile.am:
11759         * shell/Makefile.am:
11760         
11761         Move library dependencies to components.
11762         
11763         * shell/ev-window.c: (update_window_title),
11764         (start_loading_document):
11765         
11766         Fix display of uris with spaces. Bug 168358.
11767
11768 Sat Apr 16 18:53:47 2005  Jonathan Blandford  <jrb@redhat.com>
11769
11770         * shell/ev-sidebar-links.c: (selection_changed_cb):
11771         * shell/ev-view.c: (ev_view_finalize), (go_to_link),
11772         (ev_view_button_release_event), (ev_view_set_document):
11773         * shell/ev-view.h:
11774         * shell/ev-window.c: (find_bar_search_changed_cb):
11775         * shell/ev-window.h: Minor cleanups removing some dead code.
11776
11777 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11778
11779         * backend/ev-page-cache.c: (_ev_page_cache_new):
11780         
11781         Set current page to 0 if document has pages.
11782
11783 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11784
11785         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
11786
11787         Initialize GError to NULL, fix a crash when loading fails.
11788
11789 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11790
11791         * shell/ev-window.c: (update_view_size):
11792
11793         Calculate shadow size only when there is actually
11794         a shadow.
11795
11796 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11797
11798         * shell/ev-view.c: (ev_view_set_spacing), (ev_view_init):
11799         * shell/ev-view.h:
11800
11801         Allow setting view spacing, default to 0
11802
11803         * shell/ev-window.c: (ev_window_unfullscreen),
11804         (ev_window_cmd_view_fullscreen), (ev_window_init):
11805
11806         Remove spacing in fullscreen mode
11807
11808 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11809
11810         * shell/ev-view.c: (compute_border), (compute_zoom_factor),
11811         (ev_view_size_request), (expose_bin_window),
11812         (ev_view_set_show_border), (ev_view_init), (page_changed_cb):
11813         * shell/ev-view.h:
11814         * shell/ev-window.c: (ev_window_unfullscreen),
11815         (ev_window_cmd_view_fullscreen):
11816
11817         Do not draw the border in fulscreen
11818
11819 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11820
11821         * shell/ev-view.c: (ev_view_get_offsets), (compute_zoom_factor),
11822         (ev_view_size_request), (expose_bin_window), (ev_view_select_all),
11823         (find_page_at_location), (page_changed_cb):
11824
11825         Rework border calculation, so that I can more easily disable it.
11826         Code somewhat cleaner too.
11827
11828 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11829
11830         * backend/ev-page-cache.c: (ev_page_cache_init),
11831         (_ev_page_cache_new):
11832
11833         Remove some assertions, documents can have 0 pages.
11834         Make initial current page -1.
11835
11836         * shell/ev-page-action.c: (page_changed_cb):
11837
11838         Show "" if current page is -1
11839
11840         * shell/ev-window.c: (update_action_sensitivity),
11841         (ev_window_setup_document):
11842
11843         When document has 0 pages do not set the view
11844         and make nearly everything insensitive.
11845
11846 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11847
11848         * shell/ev-page-view.c:
11849         * shell/ev-page-view.h:
11850
11851         Remove unused files.
11852         
11853         * shell/ev-sidebar-thumbnails.c:
11854         (ev_sidebar_thumbnails_set_document):
11855         * shell/ev-sidebar.c: (ev_sidebar_set_document),
11856         (ev_sidebar_supports_document):
11857         * shell/ev-sidebar.h:
11858         * shell/ev-window.c: (ev_window_setup_document):
11859         
11860         Doesn't show thumbnails if document has 1 page. Make
11861         sidebar menu entries sensitive only if if they have 
11862         sense. Fix bug 164811. 
11863
11864 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
11865
11866         * shell/ev-view.c: (compute_zoom_factor), (ev_view_size_request),
11867         (page_changed_cb), (ev_view_zoom), (ev_view_zoom_in),
11868         (ev_view_zoom_out), (ev_view_set_size):
11869
11870         Rework sizing to deal with documents with not uniform page
11871         size.
11872
11873 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
11874
11875         * backend/ev-page-cache.c: (_ev_page_cache_new):
11876
11877         Fix several page size caching bugs
11878
11879 2005-04-15  Luca Ferretti <elle.uca@libero.it>
11880
11881         * shell/ev-window.c: (set_action_properties):
11882
11883         Make all toolbar items translatable
11884
11885 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
11886
11887         * ps/ps-document.c: (ps_document_init), (ps_document_get_type),
11888         (save_page_list), (ps_document_save),
11889         (ps_document_document_iface_init), (ps_document_ps_export_begin),
11890         (ps_document_ps_export_do_page), (ps_document_ps_export_end),
11891         (ps_document_ps_exporter_iface_init):
11892         * ps/ps-document.h:
11893
11894         Based on a patch by J�rg Billeter <j@bitron.ch>
11895         
11896         Implement print and save a copy for the ps backend.
11897
11898 2005-04-14  Marco Pesenti Gritti <mpg@redhat.com>
11899
11900         * backend/ev-document.h:
11901         * djvu/djvu-document.c: (djvu_document_can_get_text),
11902         (djvu_document_document_iface_init):
11903         * dvi/dvi-document.c: (dvi_document_can_get_text),
11904         (dvi_document_document_iface_init):
11905         * pdf/ev-poppler.cc:
11906         * pixbuf/pixbuf-document.c: (pixbuf_document_can_get_text),
11907         (pixbuf_document_document_iface_init):
11908         * ps/ps-document.c: (ps_document_can_get_text),
11909         (ps_document_document_iface_init):
11910         * shell/ev-view.c: (ev_view_copy), (ev_view_primary_get_cb):
11911         * shell/ev-window.c: (update_action_sensitivity):
11912
11913         Fix the crash when trying to copy in backends that doesnt
11914         support it. We can implement a better solution once we
11915         do real text selection.
11916
11917 2005-04-12  Marco Pesenti Gritti <mpg@redhat.com>
11918
11919         * data/evince-ui.xml:
11920         * shell/ev-window.c: (ev_window_cmd_escape):
11921         
11922         Work around the Escape conflict (find bar and unfullscreen)
11923
11924 2005-04-12  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
11925
11926         * backend/ev-page-cache.c: (ev_page_cache_next_page):
11927         
11928         Fix for #300233. Next page correctly handles document end.
11929         
11930         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
11931         (ev_sidebar_thumbnails_class_init),
11932         (ev_sidebar_thumbnails_set_document),
11933         (ev_sidebar_thumbnails_clear_job),
11934         (ev_sidebar_thumbnails_clear_model):
11935         
11936         Cleanup thumbnail jobs on document changes.
11937         
11938         * shell/ev-view.c: (add_scroll_binding_keypad),
11939         (add_scroll_binding_shifted), (ev_view_class_init):
11940         
11941         Shift + Space scrolls up. Fix for #173184
11942         
11943         * shell/ev-window.c: (ev_window_open_page),
11944         (ev_window_cmd_view_reload):
11945         
11946         Fix reload (Bug #300094)
11947
11948 2005-04-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11949
11950         
11951         * dvi/mdvi-lib/assoc.c:
11952         * dvi/mdvi-lib/assoc.h: Removed garbage files
11953         
11954         * dvi/mdvi-lib/bitmap.c:
11955         * dvi/mdvi-lib/color.c: (mdvi_set_color), (mdvi_push_color),
11956         (mdvi_pop_color), (mdvi_reset_color), (get_color_table):
11957         * dvi/mdvi-lib/color.h: Antialias of rules
11958         
11959         * dvi/mdvi-lib/common.h:
11960         * dvi/mdvi-lib/dviread.c: (mdvi_configure), (mdvi_init_context),
11961         (mdvi_destroy_context), (draw_shrink_rule), (draw_box), (set_rule):
11962         * dvi/mdvi-lib/files.c:
11963         * dvi/mdvi-lib/fontmap.c: (ps_init_default_paths):
11964         * dvi/mdvi-lib/mdvi.h:
11965         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
11966         * dvi/mdvi-lib/tfmfile.c: (ofm_load_file):
11967         * dvi/mdvi-lib/util.c: Fix compile warnings
11968         
11969         * dvi/dvi-document.c:
11970         (dvi_document_load), (dvi_document_thumbnails_get_dimensions),
11971         (dvi_document_thumbnails_get_thumbnail),
11972         (dvi_document_document_thumbnails_iface_init):
11973         * dvi/mdvi-lib/Makefile.am:
11974         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
11975         (dvi_pixbuf_set_color), (mdvi_pixbuf_device_render):
11976         
11977         Dvi backend now renders thumbnails
11978
11979 2005-04-09  Christian Persch  <chpe@cvs.gnome.org>
11980
11981         * shell/main.c: (main): 
11982         
11983         Save accelerators on exit. Fixes bug #172095.
11984
11985 Sat Apr  9 01:05:09 2005  Jonathan Blandford  <jrb@redhat.com>
11986
11987         * shell/ev-pixbuf-cache.c (move_one_job): Actually fix the "FIXME:
11988         update priority" comment.
11989
11990         * backend/ev-job-queue.c: Give a way to change priority.
11991
11992 Sat Apr  9 00:05:36 2005  Jonathan Blandford  <jrb@redhat.com>
11993
11994         * shell/ev-page-action.c: Fix logic.
11995
11996 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
11997
11998         * shell/ev-view.c: (ev_view_can_find_next):
11999         * shell/ev-window.c: (ev_window_setup_document):
12000
12001         Check that the document supports find
12002
12003 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
12004
12005         * data/evince-ui.xml:
12006         * shell/ev-view.c: (ev_view_can_find_next):
12007         * shell/ev-view.h:
12008         * shell/ev-window.c: (update_action_sensitivity),
12009         (find_changed_cb), (ev_window_setup_document),
12010         (ev_window_cmd_edit_find_next):
12011
12012         Add Edit->Find Next
12013
12014 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
12015
12016         * pdf/ev-poppler.cc:
12017         * shell/ev-print-job.c: (idle_print_handler):
12018
12019         Make printing work again
12020
12021 Fri Apr  8 01:12:24 2005  Jonathan Blandford  <jrb@redhat.com>
12022
12023         * shell/ev-page-action.h:
12024         * shell/ev-page-action.c: (ev_page_action_widget_init),
12025         (ev_page_action_widget_class_init), (page_changed_cb),
12026         (create_tool_item), (update_page_cache), (build_new_tree_cb),
12027         (get_filter_model_from_model), (match_selected_cb),
12028         (display_completion_text), (match_completion), (update_model),
12029         (connect_proxy), (ev_page_action_set_property),
12030         (ev_page_action_get_property), (ev_page_action_set_document),
12031         (ev_page_action_set_model), (ev_page_action_class_init): Big
12032         reworking to make completions work iff we have >= GTK-2.7.0
12033                 
12034         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_property),
12035         (ev_sidebar_links_get_property), (ev_sidebar_links_class_init),
12036         (job_finished_cb): We now have a 'model' property that is set when
12037         the links are loaded.  This can be caught with "notify::model"
12038
12039         * shell/ev-window.c: (sidebar_widget_model_set), (ev_window_init):
12040         listen for the model to be set, and propagate it to the action.
12041
12042 2005-04-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12043
12044         * cut-n-paste/recent-files/egg-recent-item.c:
12045         (egg_recent_item_set_uri), (make_valid_utf8),
12046         (egg_recent_item_set_mime_type), (egg_recent_item_get_mime_type):
12047         * cut-n-paste/recent-files/egg-recent-item.h:
12048         
12049         Update egg-recent from libegg. This should fix long
12050         startup problem. For details see
12051         http://bugzilla.gnome.org/show_bug.cgi?id=160531
12052
12053 2005-04-07  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
12054
12055         * cut-n-paste/recent-files/Makefile.am:
12056         * data/evince-ui.xml, shell/Makefile.am:
12057         * shell/ev-application.c, shell/ev-application.h:
12058         * shell/ev-window.c: Recent files support.
12059         
12060         * configure.ac: Added "ru" to ALL_LINGUAS.
12061         
12062         * dvju: new backend to support DJVU files.
12063         * dvi: new backend to support DVI.
12064
12065         * configure.ac, Makefile.am, shell/Makefile.am, ev-window.c:
12066         * ev-application.c: Support for new backends.
12067         
12068         * help, ev-window.c, main.c shell/Makefile.am: 
12069         Evince user documentation.
12070
12071 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
12072
12073         * po/POTFILES.in:
12074         * shell/ev-window.c:
12075         * thumbnailer/evince-thumbnailer.c:
12076
12077         s/pdf-document/ev-poppler
12078
12079 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
12080
12081         * NEWS:
12082         * configure.ac:
12083
12084         Release 0.2.0
12085
12086         * ps/ps-document.c: (setup_pixmap):
12087
12088         Remove debug code
12089
12090 2005-04-05  Kristian Høgsberg  <krh@redhat.com>
12091
12092         * backend/ev-page-cache.c (ev_page_cache_next_page): 
12093         * shell/ev-window.c (ev_window_cmd_go_next_page) 
12094         (ev_window_cmd_go_first_page): Fix of by one errors.
12095
12096 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
12097
12098         * ps/ps-document.c: (get_page_box):
12099
12100         Fix page size calculation
12101
12102 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
12103
12104         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
12105         (ps_document_cleanup), (setup_pixmap), (get_page_box),
12106         (get_page_orientation), (setup_page), (document_load),
12107         (ps_document_get_page_size), (render_pixbuf_idle):
12108         * ps/ps-document.h:
12109
12110         More refactoring to adapt to EvDocument changes
12111
12112 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
12113
12114         * ps/ps-document.c: (start_interpreter):
12115
12116         Actually add alpha args
12117
12118 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
12119
12120         * pdf/ev-poppler.cc:
12121
12122         Make clipboard work again
12123
12124 2005-04-04  Kristian Høgsberg  <krh@redhat.com>
12125
12126         Make searching work again.
12127         
12128         * backend/ev-document.c:
12129         * backend/ev-document.h:
12130         * backend/ev-document-find.c:
12131         * backend/ev-document-find.h: Change EvDocumentIface so we no
12132         longer store the current page or zoom level in the document.  The
12133         consequence is that all calls that operate on the current page now
12134         instead take the page number as an extra argument, and all
12135         coordinates are now doubles in document coordinate system.
12136
12137         * pdf/ev-poppler.cc:
12138         * pixbuf/pixbuf-document.c:
12139         * ps/ps-document.c: Update backends accordingly.
12140
12141 2005-04-04  Marco Pesenti Gritti <marco@gnome.org>
12142
12143         * autogen.sh:
12144
12145         Add required gettext version
12146
12147 Sat Apr  2 18:57:00 2005  Jonathan Blandford  <jrb@redhat.com>
12148
12149         * shell/evwindow.c: Patch from Alberto Mesas <amesas@gmail.com> to
12150         make F1 bring up non-existent help.
12151
12152         * shell/eggfindbar.c: Patch from Christian Persch to sync to
12153         epiphany's find bar, #167477
12154
12155         * shell/ev-view.c (ev_view_jump): Patch from Emil Soleyman-Zomalan
12156         <emil@nishra.com> to add space-bar scrolling, 
12157
12158         * shell/ev-window.c (static GtkActionEntry entries): add default
12159         keybinding for Help (F1)
12160         Fixes #171068
12161
12162         * shell/ev-view.c (ev_view_show_cursor): Fix from Yuval Tanny
12163         changing EV_VIEW_CURSOR_LINK to EV_VIEW_CURSOR_NORMAL resolves bug
12164         170110
12165
12166 2005-04-01  David Malcolm  <dmalcolm@redhat.com>
12167
12168         * Makefile.am: 
12169         * pixbuf/pixbuf-document.c: 
12170
12171         Got pixbuf backend working again
12172
12173 2005-04-01  Steve Murphy  <murf@e-tools.com>
12174
12175         * configure.in: Added "rw" to ALL_LINGUAS.
12176
12177 Fri Apr  1 02:33:41 2005  Jonathan Blandford  <jrb@redhat.com>
12178
12179         * shell/ev-sidebar-links.c (create_loading_model): Fix mismatch in
12180         model types, noticed by Martin Kretzschmar.
12181
12182 2005-04-01  Kristian Høgsberg  <krh@redhat.com>
12183
12184         * pdf/ev-poppler.cc: Implement search based on
12185         poppler_page_find_text().  Currently a bit crude since we remember
12186         all matches from all pages.  Also, we grab the big document lock
12187         when we search since searching changes the underlying stream and
12188         thus conflicts with the rendering thread.
12189         
12190         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
12191         (jump_to_find_page), (ev_view_set_document), (ev_view_find_next),
12192         (ev_view_find_previous): Fix some page indexes to be 0 based,
12193         offset rubber band by view offset,
12194
12195 Fri Apr 01 09:21:12 2005  Pablo Saratxaga  <pablo@mandrakesoft.com>
12196
12197         * configure.ac: Added Walloon (wa) to ALL_LINGUAS.
12198
12199 Fri Apr  1 01:59:39 2005  Jonathan Blandford  <jrb@redhat.com>
12200
12201         * shell/ev-page-action.c: Changed to use page labels now.  Rewrote
12202         completely because I didn't understand GtkActions.  I should
12203         read Marco's code more carefully in the future.
12204
12205         * backend/ev-page-cache.h (ev_page_cache_set_page_label): New
12206         function
12207
12208 2005-03-31  Kristian Høgsberg  <krh@redhat.com>
12209
12210         * pdf/ev-poppler.cc (pdf_document_get_links): Update to work with
12211         PopplerRectangle change from poppler CVS.
12212
12213 Thu Mar 31 13:27:50 2005  Jonathan Blandford  <jrb@redhat.com>
12214
12215         * backend/ev-document.c: (ev_document_get_page_label):
12216         * backend/ev-document.h:
12217         * backend/ev-page-cache.c: (_ev_page_cache_new),
12218         (ev_page_cache_get_page_label):
12219         * backend/ev-page-cache.h:
12220         * pdf/ev-poppler.cc:
12221         * shell/ev-sidebar-links.c: (ev_sidebar_links_construct),
12222         (links_page_num_func):
12223         * shell/ev-sidebar-thumbnails.c:
12224         (ev_sidebar_thumbnails_set_document):
12225         * shell/ev-view.c: (status_message_from_link),
12226         (ev_view_motion_notify_event):
12227         * shell/ev-window.c: (document_supports_sidebar): Add in page
12228         label support.  It's not perfect yet, but it's the first 'feature'
12229         in a while.
12230         Also, fix a bogus comment noticed by crispin. 
12231
12232 Thu Mar 31 01:21:58 2005  Jonathan Blandford  <jrb@redhat.com>
12233
12234         * Makefile.am: Remove pixbuf backend for now
12235
12236         * configure.ac: Require poppler-glib instead of just poppler.
12237
12238         * backend/ev-document-thumbnails.h: Add a comment
12239
12240         * backend/ev-document.h:
12241         * backend/ev-document.c: (ev_document_class_init),
12242         (ev_document_load), (ev_document_get_link),
12243         (ev_document_get_links): Remove 3 methods and add get_links.
12244         Also, made 0 based.
12245
12246         * backend/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
12247         * backend/ev-jobs.h: now EvJobRender can grab the links for a document.
12248
12249         * backend/ev-link.c: (ev_link_set_title),
12250         (ev_link_mapping_free_foreach), (ev_link_mapping_free),
12251         (ev_link_mapping_find):
12252         * backend/ev-link.h: Allow NULL titles.  Also, introduce a mapping link.
12253         
12254         * backend/ev-page-cache.c: (ev_page_cache_init),
12255         (_ev_page_cache_new), (ev_page_cache_set_current_page),
12256         (ev_page_cache_get_size), (ev_page_cache_next_page),
12257         (ev_page_cache_prev_page): Fix to be 0 based.
12258
12259         * pdf/Makefile.am: 
12260         * pdf/ev-poppler.h:
12261         * pdf/ev-poppler.cc: New backend.
12262         
12263         * ps/ps-document.c: (ps_document_init), (ps_document_set_page),
12264         (ps_document_get_page), (ps_document_document_iface_init):
12265
12266         * shell/ev-pixbuf-cache.h:
12267         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
12268         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
12269         (ev_pixbuf_cache_update_range), (copy_job_to_job_info),
12270         (add_job_if_needed), (ev_pixbuf_cache_set_page_range),
12271         (ev_pixbuf_cache_get_pixbuf), (ev_pixbuf_cache_get_link_mapping):
12272         Fix up code to grab a page cache per each doc.  Also, fix to be 0
12273         based.
12274         
12275         * shell/ev-sidebar-thumbnails.c:
12276         (ev_sidebar_tree_selection_changed), (page_changed_cb),
12277         (ev_sidebar_thumbnails_set_document): Fix to be 0 based.
12278
12279         * shell/ev-view.c: (status_message_from_link),
12280         (find_page_at_location), (get_link_at_location),
12281         (ev_view_motion_notify_event), (ev_view_button_release_event),
12282         (ev_view_init): Use the new link code.  Fix to be 0 based.
12283
12284         * shell/ev-window.c: (update_action_sensitivity),
12285         (document_supports_sidebar): 0 based.
12286
12287 Fri Mar 25 16:55:58 2005  Jonathan Blandford  <jrb@redhat.com>
12288
12289         * pdf/pdf-document.cc: Patch from Fernando Herrera
12290         <fherrera@onirica.com> to fix my quick fix to get_thumbnail.
12291         *blush*
12292
12293 Wed Mar 23 23:49:41 2005  Jonathan Blandford  <jrb@redhat.com>
12294
12295         * pdf/pdf-document.cc (pdf_document_thumbnails_get_thumbnail): add
12296         1 to the page, as this seems to be 1 based.  I thought we has this
12297         fixed.  grump.
12298
12299 2005-03-23  Marco Pesenti Gritti <marco@gnome.org>
12300
12301         * TODO:
12302         * backend/Makefile.am:
12303         * backend/ev-document-links.c:
12304         (ev_document_links_has_document_links),
12305         (ev_document_links_get_links_model):
12306         * backend/ev-document-links.h:
12307         * backend/ev-document.c: (ev_document_get_page_cache),
12308         (ev_document_get_doc_mutex), (ev_document_load),
12309         (ev_document_save), (ev_document_get_title),
12310         (ev_document_get_n_pages), (ev_document_set_page),
12311         (ev_document_get_page), (ev_document_set_target),
12312         (ev_document_set_scale), (ev_document_set_page_offset),
12313         (ev_document_get_page_size), (ev_document_get_text),
12314         (ev_document_get_link), (ev_document_render),
12315         (ev_document_render_pixbuf), (ev_document_scale_changed):
12316         * backend/ev-document.h:
12317         * backend/ev-job-queue.c: (remove_object_from_queue),
12318         (notify_finished), (handle_job), (search_for_jobs_unlocked),
12319         (no_jobs_available_unlocked), (ev_render_thread),
12320         (ev_job_queue_init), (find_queue), (ev_job_queue_add_job),
12321         (ev_job_queue_remove_job):
12322         * backend/ev-job-queue.h:
12323         * backend/ev-jobs.c: (ev_job_init), (ev_job_dispose),
12324         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
12325         (ev_job_links_class_init), (ev_job_render_init),
12326         (ev_job_render_dispose), (ev_job_render_class_init),
12327         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
12328         (ev_job_thumbnail_class_init), (ev_job_finished),
12329         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
12330         (ev_job_render_run), (ev_job_thumbnail_new),
12331         (ev_job_thumbnail_run):
12332         * backend/ev-jobs.h:
12333         * backend/ev-link.c:
12334         * backend/ev-link.h:
12335         * backend/ev-page-cache.c: (ev_page_cache_init),
12336         (ev_page_cache_class_init), (ev_page_cache_finalize),
12337         (_ev_page_cache_new), (ev_page_cache_get_n_pages),
12338         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
12339         (ev_page_cache_set_link), (ev_page_cache_get_title),
12340         (ev_page_cache_get_size), (ev_page_cache_next_page),
12341         (ev_page_cache_prev_page):
12342         * backend/ev-page-cache.h:
12343         * pdf/pdf-document.cc:
12344         * ps/gsdefaults.c:
12345         * ps/gsdefaults.h:
12346         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
12347         (push_pixbuf), (interpreter_failed), (ps_document_cleanup),
12348         (ps_document_widget_event), (ps_document_finalize), (get_xdpi),
12349         (get_ydpi), (setup_pixmap), (setup_page), (close_pipe),
12350         (is_interpreter_ready), (output), (catchPipe), (input),
12351         (start_interpreter), (check_filecompressed), (compute_dimensions),
12352         (ps_document_enable_interpreter), (document_load),
12353         (ps_document_next_page), (render_page), (ps_document_set_page),
12354         (ps_document_set_scale), (render_pixbuf_idle),
12355         (ps_document_render_pixbuf), (ps_document_document_iface_init):
12356         * ps/ps-document.h:
12357         * shell/Makefile.am:
12358         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
12359         (ev_pixbuf_cache_class_init), (ev_pixbuf_cache_finalize),
12360         (dispose_cache_job_info), (ev_pixbuf_cache_dispose),
12361         (ev_pixbuf_cache_new), (job_finished_cb),
12362         (check_job_size_and_unref), (move_one_job),
12363         (ev_pixbuf_cache_update_range), (find_job_cache),
12364         (ev_pixbuf_cache_clear_job_sizes), (add_job_if_needed),
12365         (ev_pixbuf_cache_add_jobs_if_needed),
12366         (ev_pixbuf_cache_set_page_range), (ev_pixbuf_cache_get_pixbuf):
12367         * shell/ev-pixbuf-cache.h:
12368         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
12369         (idle_print_handler):
12370         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
12371         (selection_changed_cb), (create_loading_model),
12372         (ev_sidebar_links_construct), (links_page_num_func),
12373         (ev_sidebar_links_clear_document), (update_page_callback_foreach),
12374         (update_page_callback), (job_finished_cb),
12375         (ev_sidebar_links_set_document):
12376         * shell/ev-sidebar-thumbnails.c:
12377         (ev_sidebar_thumbnails_class_init), (adjustment_changed_cb),
12378         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init),
12379         (page_changed_cb), (thumbnail_job_completed_callback),
12380         (ev_sidebar_thumbnails_set_document):
12381         * shell/ev-sidebar-thumbnails.h:
12382         * shell/ev-sidebar.c: (ev_sidebar_set_document):
12383         * shell/ev-view.c: (ev_view_finalize), (ev_view_destroy),
12384         (ev_view_get_offsets), (ev_view_size_request), (ev_view_realize),
12385         (ev_view_unrealize), (highlight_find_results), (expose_bin_window),
12386         (ev_view_select_all), (ev_view_copy), (ev_view_primary_get_cb),
12387         (ev_view_create_invisible_cursor), (ev_view_motion_notify_event),
12388         (ev_view_button_release_event), (ev_view_scroll_view),
12389         (ev_view_class_init), (ev_view_init), (update_find_status_message),
12390         (jump_to_find_result), (jump_to_find_page), (find_changed_cb),
12391         (ev_view_new), (job_finished_cb), (page_changed_cb),
12392         (ev_view_set_document), (go_to_link), (ev_view_zoom),
12393         (size_to_zoom_factor), (ev_view_set_size), (ev_view_find_next),
12394         (ev_view_find_previous):
12395         * shell/ev-view.h:
12396         * shell/ev-window.c: (update_action_sensitivity),
12397         (ev_window_open_page), (update_window_title), (update_total_pages),
12398         (page_changed_cb), (ev_window_setup_document),
12399         (password_dialog_response), (ev_window_cmd_save_as),
12400         (ev_window_print), (ev_window_cmd_go_previous_page),
12401         (ev_window_cmd_go_next_page), (ev_window_cmd_go_first_page),
12402         (ev_window_cmd_go_last_page), (ev_window_cmd_view_reload),
12403         (find_bar_search_changed_cb), (goto_page_cb), (ev_window_init):
12404         * shell/main.c: (main):
12405
12406         Merge evince-threads branch
12407
12408 2005-03-16  Žygimantas Beručka  <uid0@akl.lt>
12409
12410         * configure.ac: Added "lt" to ALL_LINGUAS.
12411
12412 2005-03-14  Marco Pesenti Gritti  <marco@gnome.org>
12413
12414         * NEWS:
12415         * configure.ac:
12416
12417         Release 0.1.9
12418
12419 2005-03-13  Fernando Herrera  <fherrera@onirica.com>
12420
12421         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
12422
12423         Fix here also the thumbnails 1-basedness :)
12424
12425 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
12426
12427         * NEWS:
12428         * configure.ac:
12429
12430         Release 0.1.8
12431
12432 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
12433
12434         * pdf/pdf-document.cc:
12435         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
12436         (do_one_iteration), (ev_sidebar_thumbnails_set_document):
12437
12438         Fix the mess we did with thumbnails and 1-basedness
12439
12440 2005-03-12  Changwoo Ryu  <cwryu@debian.org>
12441
12442         * configure.ac (ALL_LINGUAS): Added "ko" (Korean).
12443
12444 2005-03-09  Marco Pesenti Gritti  <marco@gnome.org>
12445
12446         * NEWS:
12447         * configure.ac:
12448
12449         Release 0.1.7
12450
12451 2005-03-08  Marco Pesenti Gritti  <marco@gnome.org>
12452
12453         * ps/Makefile.am:
12454         * ps/gsdefaults.c: (gtk_gs_defaults_get_interpreter_cmd),
12455         (gtk_gs_defaults_get_alpha_parameters),
12456         (gtk_gs_defaults_get_ungzip_cmd),
12457         (gtk_gs_defaults_get_unbzip2_cmd):
12458         * ps/gsdefaults.h:
12459         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
12460         (ps_document_get_orientation), (document_load),
12461         (ps_document_goto_page), (ps_document_set_page_size):
12462         * ps/ps-document.h:
12463
12464         Some more sanitization of the ps backend. Remove a lot
12465         of unused code and do not base our defaults on ggv
12466         preferences (ugh!)
12467
12468 2005-03-08  Fernando Herrera  <fherrera@onirica.com>
12469
12470         * thumbnailer/evince-thumbnailer.schemas:
12471         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
12472         (main): add -s option for thumbnail size.
12473
12474 2005-03-07  Christian Persch  <chpe@cvs.gnome.org>
12475
12476         * configure.ac:
12477
12478         AC_PROG_RANLIB is rendered obsolete by AC_PROG_LIBTOOL;
12479         remove it.
12480
12481 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
12482
12483         * pdf/pdf-document.cc:
12484
12485         Remove 4 pixels of useless border from the
12486         thumbnail.
12487
12488 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
12489
12490         * backend/ev-document-thumbnails.c:
12491         (ev_document_thumbnails_get_thumbnail):
12492         * backend/ev-document-thumbnails.h:
12493
12494         Rework API a bit. Add a border flag and
12495         change sizing logic (now the size we specify
12496         applies to the bigger dimension).
12497
12498         * pdf/pdf-document.cc:
12499         * pixbuf/pixbuf-document.c:
12500         (pixbuf_document_thumbnails_get_thumbnail):
12501         * shell/ev-sidebar-thumbnails.c: (do_one_iteration):
12502         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
12503
12504         Adapt to the new API and do not draw a border for nautilus
12505         thumbnailer.
12506
12507 2005-03-03  Fernando Herrera  <fherrera@onirica.com>
12508
12509         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
12510         take thumbnails from page "0" instead of "1". Added a copyright header.
12511
12512 2005-03-03  Jens Granseuer  <jensgr@gmx.net>
12513
12514         * ps/ps-document.c: (set_up_page), (start_interpreter):
12515
12516         Make it C89 compliant
12517
12518 2005-03-03  Marco Pesenti Gritti  <marco@gnome.org>
12519
12520         * Makefile.am:
12521         * configure.ac:
12522         * pdf/.cvsignore:
12523         * pdf/pdf-document.cc:
12524         * thumbnailer/Makefile.am:
12525         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
12526         (main):
12527         * thumbnailer/evince-thumbnailer.schemas:
12528         * thumbnailer/pdf-icon.png:
12529
12530         Add a nautilus thumbnailer.
12531         Based on patch by Fernando Herrera <fherrera@onirica.com>.
12532
12533 2005-03-02  Marco Pesenti Gritti  <marco@gnome.org>
12534
12535         * NEWS:
12536         * configure.ac:
12537         * po/POTFILES.in:
12538
12539         Release 0.1.6
12540
12541 2005-03-01  Kristian Høgsberg  <krh@redhat.com>
12542
12543         Use poppler instead of including xpdf source code.  Poppler is a
12544         fork of xpdf to build it as a shared library. See
12545         http://freedesktop.org/wiki/Software/poppler.
12546
12547         * pdf/xpdf/*, pdf/goo/*, pdf/splash/*, pdf/fofi/*: Remove included
12548         xpdf fork.
12549         
12550         * pdf/Makefile.am: Build libpdfdocument.a here.
12551         
12552         * pdf/GDKSplashOutputDev.cc:
12553         * pdf/GDKSplashOutputDev.h:
12554         * pdf/GnomeVFSStream.cc:
12555         * pdf/GnomeVFSStream.h:
12556         * pdf-document.cc:
12557         * pdf-document.h:
12558         * test-gdk-output-dev.cc
12559         * Thumb.cc:
12560         * Thumb.h: Pull these files out of pdf/xpdf and adjust to compile
12561         against poppler.
12562
12563 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12564
12565         * shell/ev-sidebar-links.c: (ev_sidebar_links_clear_document):
12566
12567         Clear idle stack before unsetting the document
12568
12569 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12570
12571         * ps/ps-document.c: (ps_document_widget_event),
12572         (ps_document_set_target), (ps_document_finalize),
12573         (ps_document_get_page):
12574
12575         Disconnect the widget event signal on finalize.
12576         Some code cleanups.
12577
12578 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12579
12580         * ps/ps-document.c: (set_up_page):
12581
12582         If there is no bpixmap create one, even if size
12583         is not changed.
12584
12585 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12586
12587         * ps/ps-document.c: (ps_document_init), (ps_document_cleanup),
12588         (set_up_page), (document_load), (ps_document_set_zoom):
12589
12590         Default page is 0. Calculate size even when we have no
12591         target yet.
12592
12593 2005-02-28  Carlos Garcia Campos <carlosgc@gnome.org>
12594
12595         * shell/ev-sidebar.c: expand the selection widget to be always as
12596         wide as the sidebar
12597
12598 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12599
12600         * shell/ev-sidebar-thumbnails.c:
12601         (ev_sidebar_thumbnails_set_document):
12602
12603         Clear the list store when setting document
12604
12605 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12606
12607         * shell/ev-page-action.c: (update_entry), (sync_entry),
12608         (activate_cb), (entry_size_request_cb), (create_tool_item),
12609         (connect_proxy):
12610
12611         Use an entry for the page control instead of spinbuttons
12612
12613 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12614
12615         * data/evince.schemas.in:
12616
12617         Correct confusing string
12618
12619 Sun Feb 27 23:00:31 2005  Jonathan Blandford  <jrb@redhat.com>
12620
12621         * shell/ev-sidebar-links.c (do_one_iteration): Handle title links
12622         for real.  Gosh, how long has this been broken.
12623
12624         * pdf/xpdf/pdf-document.cc (build_link_from_action): add back the
12625         check for a NULL link.  We crash otherwise.
12626
12627 2005-02-27  Marco Pesenti Gritti  <marco@gnome.org>
12628
12629         * NEWS:
12630         * configure.ac:
12631
12632         Release 0.1.5
12633
12634 2005-02-25  Sebastien Bacher  <seb128@debian.org>
12635
12636         * configure.ac: add the french translation.
12637
12638 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
12639
12640         * shell/ev-window.c:
12641
12642         Remove unused header -> fix distcheck
12643
12644 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
12645
12646         * shell/ev-window.c: (update_window_title),
12647         (ev_window_popup_password_dialog):
12648
12649         Unescape filename for display
12650
12651 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
12652
12653         * pdf/xpdf/pdf-document.cc:
12654
12655         In get_page_size deal with rotation. Also
12656         cleanup the function a bit.
12657
12658 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
12659
12660         * pdf/xpdf/pdf-document.cc:
12661
12662         Fix crash when opening in new window
12663
12664 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
12665
12666         * configure.ac:
12667
12668         Check ghostscript >= 7
12669
12670 2005-02-25  Pedro Villavicencio <pvillavi@gnome.cl>
12671
12672         * shell/ev-window.c:
12673
12674         Make page width the default sizing mode
12675
12676 2005-02-25  Carlos Garcia Campos <carlosgc@gnome.org>
12677         Marco Pesenti Gritti <marco@gnome.org>
12678
12679         * shell/ev-window.c: Remember the sidebar size
12680
12681         * data/evince.schemas.in: Add a new gconf key to store the size of
12682         the sidebar
12683
12684 2005-02-24  Kai Willadsen  <kaiw@itee.uq.edu.au>
12685
12686         * data/evince-ui.xml:
12687         * shell/ev-window.c: (update_action_sensitivity),
12688         (ev_window_cmd_view_reload):
12689         
12690         Add a "Reload" action and menu entry
12691
12692 Thu Feb 24 23:07:33 2005  Jonathan Blandford  <jrb@redhat.com>
12693
12694         * shell/ev-window.c (hide_sidebar_and_actions): Hide the sidebar
12695         iff the type doesn't support thumbnailing and indexing.
12696
12697 2005-02-24  Martin Kretzschmar  <martink@gnome.org>
12698
12699         * configure.ac (ALL_LINGUAS): Added "zh_TW" (Traditional Chinese).
12700
12701 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12702
12703         * pdf/splash/Splash.cc:
12704
12705         Port fix for a crasher from kde bug
12706         http://bugs.kde.org/show_bug.cgi?id=97131
12707
12708 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12709
12710         * pdf/xpdf/pdf-document.cc:
12711
12712         Return a link even if it's of an unrecognized
12713         type. Otherwise we go in an infinte cycle.
12714
12715 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12716
12717         * shell/ev-window.c: (update_sizing_buttons), (update_view_size),
12718         (size_allocate_cb), (ev_window_set_sizing_mode):
12719
12720         Update size when switching mode
12721
12722 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12723
12724         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
12725         (ev_window_cmd_view_page_width), (update_sizing_buttons),
12726         (ev_window_cmd_view_normal_size):
12727
12728         Fix size toggle buttons behavior
12729
12730 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12731
12732         * shell/ev-view.c: (ev_view_get_offsets), (view_rect_to_doc_rect),
12733         (doc_rect_to_view_rect), (ev_view_size_allocate),
12734         (expose_bin_window), (ev_view_select_all), (page_changed_callback),
12735         (scale_changed_callback):
12736
12737         Do not cache offsets in size_allocate.
12738
12739 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12740
12741         * shell/ev-view.c: (ev_view_size_allocate):
12742
12743         Calculate offsets before calling the parent
12744         class (which does a redraw)
12745
12746 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12747
12748         * pdf/xpdf/pdf-document.cc:
12749
12750         Fix a crasher on exit. Unused code, put a TODO
12751
12752 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12753
12754         * backend/ev-document.c: (ev_document_class_init),
12755         (ev_document_page_changed), (ev_document_scale_changed):
12756         * backend/ev-document.h:
12757
12758         Separate page/scale notifications
12759
12760         * pdf/xpdf/pdf-document.cc:
12761
12762         Emit the new signals.
12763         Do not display the pdf page in _render, do it
12764         when scale/page are requested.
12765
12766         * ps/ps-document.c: (ps_document_set_zoom),
12767         (ps_document_widget_event):
12768         * ps/ps-document.h:
12769
12770         Emit the new signals.
12771
12772         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
12773         (ev_view_init), (page_changed_callback), (scale_changed_callback),
12774         (ev_view_set_document), (ev_view_zoom), (ev_view_zoom_in),
12775         (ev_view_zoom_out), (size_to_zoom_factor), (ev_view_set_size):
12776         * shell/ev-view.h:
12777         * shell/ev-window.c: (ev_window_cmd_view_normal_size),
12778         (ev_window_cmd_view_page_width), (size_allocate_cb),
12779         (ev_window_set_sizing_mode):
12780
12781         Rework sizing to be pixel based.
12782         There are bugs but should be already way better.
12783
12784 2005-02-23  Marco Pesenti Gritti  <marco@gnome.org>
12785
12786         * shell/ev-window.c: (ev_window_init):
12787
12788         Do not allow to shrink sidebar smaller then
12789         child requisition
12790
12791 2005-02-23  Carlos Garcia Campos <carlosgc@gnome.org> 
12792
12793         * shell/ev-sidebar.[ch]
12794         * shell/ev-window.c:
12795
12796         Improved sidebar widget. Fixes #166683
12797
12798 2005-02-23  Tommi Vainikainen  <thv@iki.fi>
12799
12800         * shell/ev-view.c (update_find_status_message): Give translators
12801         more flexibility with ngettext plural handling.
12802
12803 Mon Feb 21 17:52:08 2005  Jonathan Blandford  <jrb@redhat.com>
12804
12805         * pdf/xpdf/pdf-document.cc (pdf_document_get_page_size): Patch
12806         from Crispin Flowerday <gnome@flowerday.cx> to avoid rendering the
12807         page when we get the page size.
12808
12809 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
12810
12811         * ps/ps-document.c: (ps_document_set_page), (ps_document_get_page):
12812
12813         ps pages are 0 based, convert 
12814
12815 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
12816
12817         * ps/ps-document.c: (ps_document_class_init), (ps_document_load):
12818
12819         Initialize correct parent class. Set GError on document load
12820
12821 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
12822
12823         * pdf/xpdf/pdf-document.cc:
12824
12825         Fixup selection offset calculation
12826
12827         * shell/ev-view.c: (view_rect_to_doc_rect),
12828         (doc_rect_to_view_rect), (ev_view_size_allocate),
12829         (expose_bin_window), (ev_view_select_all), (ev_view_copy),
12830         (ev_view_primary_get_cb), (ev_view_motion_notify_event):
12831
12832         Store selection as document relative, so that zooming
12833         and offset changing doesnt break it.
12834
12835 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
12836
12837         * shell/ev-view.c: (ev_view_best_fit):
12838
12839         Do not try to best fit if the view is not realized
12840
12841 2005-02-20  Kostas Papadimas <pkst@gnome.org>
12842           
12843         * configure.ac (ALL_LINGUAS): Added "el" (Greek).
12844
12845 Fri Feb 18 16:06:39 2005  Jonathan Blandford  <jrb@redhat.com>
12846
12847         * shell/ev-window.c (ev_window_focus_in_event): missed a case.
12848
12849 Fri Feb 18 15:32:57 2005  Jonathan Blandford  <jrb@redhat.com>
12850
12851         * shell/ev-window.c: Change the fullscreen toolbar to always be in
12852         the popup window.  That prevents it resizing when in full screen
12853         mode.
12854
12855         * shell/ev-view.c: Change Zoom epsilon as a bad hack to avoid
12856         multiple rerenders.  This pretty much sucks.
12857
12858         * data/evince-ui.xml: Change the fullscreen toolbar to include the
12859         rest of the toolbar.
12860
12861 2005-02-18  Tommi Vainikainen  <thv@iki.fi>
12862
12863         * configure.ac (ALL_LINGUAS): Added "fi" (Finnish).
12864
12865 2005-02-17  Alexander Shopov  <ash@contact.bg>
12866
12867         * configure.in (ALL_LINGUAS): Added "bg" (Bulgarian)
12868
12869 2005-02-16  Bryan Clark  <clarkbw@cvs.gnome.org>
12870
12871         * shell/ev-window.c: added ellipsis to Print item. Fixes bug 166915
12872
12873 2005-02-16  Marco Pesenti Gritti  <marco@gnome.org>
12874
12875         * shell/ev-view.c: (ev_view_realize), (highlight_find_results),
12876         (ev_view_create_invisible_cursor), (ev_view_set_cursor),
12877         (set_document_page), (document_changed_callback),
12878         (ev_view_set_document), (ev_view_find_previous),
12879         (ev_view_hide_cursor), (ev_view_show_cursor):
12880         * shell/ev-view.h:
12881         * shell/ev-window.c: (update_chrome_visibility),
12882         (fullscreen_timeout_cb), (fullscreen_set_timeout),
12883         (fullscreen_clear_timeout), (fullscreen_motion_notify_cb),
12884         (fullscreen_leave_notify_cb), (ev_window_fullscreen),
12885         (ev_window_unfullscreen):
12886         * shell/main.c: (main):
12887
12888         Automatically hide the fullscreen button.
12889         Patch by Kristian Høgsberg <krh@redhat.com>
12890
12891 2005-02-16  Vincent Noel  <vnoel@cox.net>
12892
12893         * shell/main.c (main): Specify an icon for the window. Patch by
12894         Jaap A. Haitsma. Fixes #166177.
12895
12896 Wed Feb 16 06:30:13 2005  Jonathan Blandford  <jrb@redhat.com>
12897
12898         * shell/ev-view.c (ev_view_realize): get rid of the black flash.
12899
12900 Tue Feb 15 22:27:13 2005  Jonathan Blandford  <jrb@redhat.com>
12901
12902         * backend/ev-document-misc.h:
12903         * backend/ev-document-misc.c:
12904         (ev_document_misc_get_page_border_size),
12905         (ev_document_misc_paint_one_page): New function to canonicalize
12906         sizing/painting a border.
12907
12908         * shell/Makefile.am: Remove ev-page-view.c entirely as it's not
12909         used.
12910
12911         * pdf/xpdf/pdf-document.cc: use new function
12912
12913         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
12914         (ev_view_init), (ev_view_set_mode), (ev_view_zoom),
12915         (ev_view_best_fit), (ev_view_fit_width): * shell/ev-view.h: *
12916         shell/ev-window.c: (update_sizing_buttons),
12917         (ev_window_setup_document), (ev_window_cmd_view_zoom_in),
12918         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_best_fit),
12919         (ev_window_cmd_view_page_width), (size_allocate_cb),
12920         (ev_window_set_sizing_mode), (ev_window_init): make the "best fit"
12921         and "fit width" values act as toggle buttons so they stay
12922         toggled.  It's not 100% perfect, and it's a little slow, but it's
12923         good enough to commit I think.
12924
12925 2005-02-15  David Lodge  <dave@cirt.net>
12926
12927         * configure.ac (ALL_LINGUAS): Added "en_GB" (English (British)).
12928
12929 2005-02-15  Martin Kretzschmar  <martink@gnome.org>
12930
12931         * shell/ev-window.c (update_window_title): replace newlines in
12932         the title by spaces. Bug #166107.
12933
12934 2005-02-14  Martin Kretzschmar  <martink@gnome.org>
12935
12936         * shell/ev-view.c (ev_view_best_fit, ev_view_fit_width): add
12937         parameters providing allocation width and height without
12938         scrollbars and width of a possible vertical scrollbar. With this
12939         additional information the functions can work as
12940         intended. Unfortunately they're not idempotent. We should
12941         transform these commands to toggles. Fixes Bug #164976
12942         Initial patch by Stephane Loeuillet, then heavily modified.
12943
12944         * shell/ev-view.h: update prototypes.
12945
12946         * shell/ev-window.c (ev_window_cmd_view_best_fit)
12947         (ev_window_cmd_view_page_width): provide EvView fit functions with
12948         all the information they need. Formulas to calculate this
12949         information taken from GtkScrolledWindow.
12950
12951 2005-02-14  Crispin Flowerday  <gnome@flowerday.cx>
12952
12953         * shell/ev-sidebar-thumbnails.c: Ensure that after we have
12954         created a thumbnail, the list store is updated to know
12955         that the thumbnail is set. Fixes bug #166792
12956
12957 2005-02-11  Bryan Clark  <clarkbw@cvs.gnome.org>
12958
12959         * shell/ev-window.c: fixed typo, closes bug 166897
12960
12961         * TODO: updated TODO with bug numbers that are relevant
12962
12963 2005-02-09  Carlos Garcia Campos <carlosgc@gnome.org>
12964
12965         * shell/ev-window.c: Support for DnD of files. Fixes #164813
12966
12967 2005-02-09  Vincent Noel  <vnoel@cox.net>
12968
12969         * shell/ev-window.c: (set_action_properties): Set the "Previous"
12970         and "Next" toolbar buttons as important to make them stand out.
12971
12972 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
12973
12974         * lib/ev-debug.c:
12975         * lib/ev-debug.h:
12976         * ps/ps-document.c: (ps_document_finalize), (set_up_page),
12977         (start_interpreter), (stop_interpreter), (document_load),
12978         (ps_document_next_page), (ps_document_goto_page),
12979         (ps_document_set_page_size), (ps_document_widget_event),
12980         (ps_document_render):
12981         * shell/ev-page-view.c: (ev_page_view_dispose):
12982         * shell/ev-view.c: (ev_view_finalize), (expose_bin_window):
12983
12984         Fix compilation on non-gcc platforms
12985
12986 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
12987
12988         * NEWS:
12989         * configure.ac:
12990
12991         Release 0.1.4
12992
12993         * pdf/xpdf/Catalog.cc:
12994         * pdf/xpdf/XRef.cc:
12995
12996         Fix the fix for CAN-2004-0888
12997
12998 2005-02-09  Luca Ferretti <elle.uca@libero.it>
12999
13000         * data/Makefile.am:
13001         * data/evince-ui.xml:
13002         * shell/ev-stock-icons.c: (ev_stock_icons_init):
13003         * shell/ev-stock-icons.h:
13004         * shell/ev-window.c: (update_action_sensitivity),
13005         (ev_window_cmd_go_previous_page), (ev_window_cmd_go_next_page),
13006         (set_action_properties):
13007
13008         Improve toolbar layout/icons
13009
13010 2005-02-08  Marco Pesenti Gritti  <marco@gnome.org>
13011
13012         * pdf/xpdf/pdf-document.cc:
13013
13014         Add warnings about unimplemented/unknown link
13015         types.
13016
13017 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13018
13019         * ps/ps-document.c: (set_up_page):
13020
13021         Log gs property
13022
13023 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13024
13025         * ps/ps-document.c: (start_interpreter):
13026
13027         Log gs env var
13028
13029 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13030
13031         * shell/ev-page-view.c: (ev_page_view_dispose):
13032         * shell/ev-view.c: (ev_view_finalize):
13033         * shell/ev-window.c: (ev_window_setup_document),
13034         (ev_window_dispose), (ev_window_init):
13035
13036         Solve more refs issues.
13037
13038         I commented out the page_view initialization for now:
13039         it was never destroyed (because it's never added
13040         to a container). Because of that we was leaking
13041         gs processes. Couldnt think to a clean fix.
13042         We need to figure this out, password view has the
13043         same issue probably.
13044
13045 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13046
13047         * ps/ps-document.c: (ps_document_finalize),
13048         (ps_document_get_n_pages), (ps_document_get_page):
13049
13050         Some cleanups, stop the interpreter on finalize
13051
13052         * shell/ev-page-view.c: (ev_page_view_dispose),
13053         (ev_page_view_class_init):
13054
13055         Release our reference on the document
13056
13057 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13058
13059         * Makefile.am:
13060         * configure.ac:
13061         * doc/debugging.txt:
13062         * lib/.cvsignore:
13063         * lib/Makefile.am:
13064         * lib/ev-debug.c: (log_module), (trap_handler), (ev_debug_init),
13065         (ev_profiler_new), (ev_should_profile), (ev_profiler_dump),
13066         (ev_profiler_free), (ev_profiler_start), (ev_profiler_stop):
13067         * lib/ev-debug.h:
13068
13069         Add debugging helpers
13070
13071         * ps/Makefile.am:
13072         * ps/ps-document.c: (set_up_page), (start_interpreter),
13073         (stop_interpreter), (document_load), (ps_document_next_page),
13074         (ps_document_goto_page), (ps_document_set_page_size),
13075         (ps_document_widget_event), (ps_document_render):
13076         * shell/Makefile.am:
13077         * shell/ev-view.c: (expose_bin_window):
13078         * shell/main.c: (main):
13079
13080         Add some logs
13081         
13082 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13083
13084         * ps/ps-document.c: (ps_document_widget_event):
13085
13086         Initialize message_window, this should make ps
13087         rendering really work! (Never noticed because I was
13088         testing with a ps that is causing gs to exit every time!)
13089
13090 2005-02-07  Bryan Clark  <clarkbw@cvs.gnome.org>
13091
13092         * data/evince.schemas.in: updated simple error in applyto closing tag
13093
13094 2005-02-07  Christian Persch  <chpe@cvs.gnome.org>
13095
13096         * Makefile.am:
13097         * configure.ac:
13098         * data/.cvsignore:
13099         * data/Makefile.am:
13100         * data/evince-ui.xml:
13101         A data/evince.schemas.in:
13102         * po/POTFILES.in:
13103         * shell/ev-stock-icons.c: (ev_stock_icons_init):
13104         * shell/ev-stock-icons.h:
13105         * shell/ev-window.c: (update_chrome_visibility),
13106         (update_chrome_flag), (ev_window_cmd_edit_find),
13107         (ev_window_update_fullscreen_popup), (ev_window_fullscreen),
13108         (ev_window_unfullscreen), (ev_window_focus_in_event),
13109         (ev_window_focus_out_event), (ev_window_cmd_leave_fullscreen),
13110         (ev_window_view_toolbar_cb), (ev_window_view_statusbar_cb),
13111         (ev_window_view_sidebar_cb), (find_bar_close_cb),
13112         (ev_window_dispose), (ev_window_class_init),
13113         (set_action_properties), (set_chrome_actions), (load_chrome),
13114         (ev_window_init):
13115
13116         Implement fullscreen mode changes from bug #164776.
13117         Also implement persistent chrome toggles.
13118
13119 2005-02-07  Jordi Mallach  <jordi@sindominio.net>
13120
13121         * configure.ac (ALL_LINGUAS): Added "ca" (Catalan).
13122
13123 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
13124
13125         * NEWS:
13126         * configure.ac:
13127         * shell/ev-view.c:
13128
13129         Add another check for find interface
13130
13131         Release 0.1.3
13132
13133 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
13134
13135         * shell/ev-application.c: (ev_application_open):
13136         * shell/ev-window.c: (ev_window_open):
13137
13138         Open gzipped ps documents
13139
13140 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
13141
13142         * TODO:
13143         * shell/ev-view.c: (set_document_page):
13144
13145         Clamp page number, dont try to move to
13146         not existant pages.
13147
13148 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
13149
13150         * backend/ev-document-find.c: (ev_document_find_changed):
13151         * backend/ev-document-find.h:
13152         * pdf/xpdf/pdf-document.cc:
13153         * shell/ev-view.c: (jump_to_find_result), (ev_view_set_document):
13154         * shell/ev-window.c: (find_bar_search_changed_cb):
13155
13156         Fix several bugs with find
13157
13158 2005-02-04  Martin Kretzschmar  <martink@gnome.org>
13159
13160         * shell/ev-sidebar-thumbnails.c
13161         (ev_sidebar_thumbnails_select_page): do nothing unless we have a
13162         document. Prevents warning from scroll_to_cell.
13163
13164 2005-02-02  Kjartan Maraas  <kmaraas@gnome.org>
13165
13166         * configure.ac: Add «nb» to ALL_LINGUAS too.
13167
13168 Wed Feb  2 21:13:11 2005  Jonathan Blandford  <jrb@redhat.com>
13169
13170         * NOTES: New file with some random thoughts.
13171
13172         * TODO: Update.
13173
13174         * backend/ev-document-misc.c:
13175         (ev_document_misc_get_page_border_size): New function to
13176         canonicalize shadow drawing sizes.  Possibly goofy.
13177
13178         * shell/ev-view.c: (ev_view_size_request), (set_document_page),
13179         (ev_view_best_fit), (ev_view_fit_width):
13180         * pdf/xpdf/pdf-document.cc:
13181         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
13182         * ps/ps-document.c: (ps_document_get_page_size):
13183         * backend/ev-document-misc.h:
13184         * backend/ev-document.c: (ev_document_get_page_size):
13185         * backend/ev-document.h: get_page_size now takes a page number
13186         parameter.  Made all the backends/frontends honor it.
13187
13188         * data/evince-ui.xml: Added a multiple-page mode.  Uncomment to
13189         see.  Doesn't work yet.
13190
13191         * shell/Makefile.am:
13192         * shell/ev-page-view.[ch]: New multi-page view.  Really rough.
13193         Doesn't do anything yet.
13194
13195         * shell/ev-sidebar-thumbnails.c:
13196         (ev_sidebar_thumbnails_set_document): [1..n_pages] instead of
13197         [0..n_pages-1]
13198
13199         * shell/ev-window.c: (update_action_sensitivity),
13200         (ev_window_setup_document), (ev_window_set_page_mode),
13201         (ev_window_page_mode_cb), (ev_window_init): Clean up the
13202         view-swapping code a bit so we can have multiple views on a
13203         document.  Add the multi-page view, though it can't be turned on
13204         yet.
13205
13206 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
13207
13208         * shell/ev-application.c: (ev_application_open):
13209         * shell/ev-view.c: (expose_bin_window):
13210         * shell/ev-window.c: (ev_window_open):
13211
13212         Support eps and check document supports find
13213         before drawing highlightings in expose.
13214
13215 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
13216
13217         * pixbuf/pixbuf-document.c:
13218         (pixbuf_document_thumbnails_get_dimensions),
13219         (pixbuf_document_document_thumbnails_iface_init):
13220
13221         implement get_dimensions
13222
13223 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
13224
13225         * NEWS:
13226         * configure.ac:
13227
13228         Release 0.1.2
13229
13230 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
13231
13232         * shell/ev-view.c: (set_document_page):
13233
13234         Scroll at the top of the page when changing page
13235
13236 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
13237
13238         * shell/ev-view.c: (ev_view_motion_notify_event):
13239
13240         Do not redraw unnecessarily
13241
13242 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
13243
13244         * pdf/xpdf/pdf-document.cc:
13245         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
13246         (expose_bin_window), (find_changed_cb):
13247
13248         Yay! find works now... Now to find bugs...
13249
13250 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
13251
13252         * backend/ev-document-find.c: (ev_document_find_base_init),
13253         (ev_document_find_changed):
13254         * backend/ev-document-find.h:
13255         * pdf/xpdf/pdf-document.cc:
13256         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
13257         (expose_bin_window), (ev_view_init), (set_document_page),
13258         (ensure_rectangle_is_visible), (jump_to_find_result),
13259         (jump_to_find_page), (find_changed_cb), (ev_view_set_document),
13260         (ev_view_find_next), (ev_view_find_previous):
13261         * shell/ev-view.h:
13262         * shell/ev-window.c: (find_bar_previous_cb), (find_bar_next_cb):
13263
13264         More work on find implementation, mostly there now
13265
13266 2005-01-29  Marco Pesenti Gritti  <marco@gnome.org>
13267
13268         * backend/ev-backend-marshalers.list:
13269         * backend/ev-document-find.c: (ev_document_find_base_init),
13270         (ev_document_find_cancel), (ev_document_find_page_has_results),
13271         (ev_document_find_get_n_results), (ev_document_find_get_result),
13272         (ev_document_find_get_progress), (ev_document_find_changed):
13273         * backend/ev-document-find.h:
13274
13275         Enanche the find interface to be really able to do
13276         multi page find.
13277
13278         * pdf/xpdf/pdf-document.cc:
13279
13280         Implement
13281
13282         * shell/ev-view.c: (ev_view_finalize), (highlight_find_results),
13283         (expose_bin_window), (ev_view_init),
13284         (ev_view_get_find_status_message), (find_changed_cb),
13285         (ev_view_set_document), (set_document_page):
13286
13287         Adapt to the new interface. A few things are regressed sorry,
13288         I will finish it soon.
13289
13290 2005-01-28  Martin Kretzschmar  <martink@gnome.org>
13291
13292         * shell/ev-sidebar-thumbnails.c (ev_sidebar_thumbnails_destroy)
13293         (ev_sidebar_thumbnails_class_init): use G_DEFINE_TYPE-supplied
13294         ev_sidebar_thumbnails_parent_class variable, don't define another
13295         parent_class variable.
13296
13297         * shell/ev-page-action.c (connect_proxy, ev_page_action_finalize)
13298         (ev_page_action_class_init): ditto.
13299
13300         * pixbuf/pixbuf-document.c (pixbuf_document_finalize)
13301         (pixbuf_document_class_init): ditto.
13302
13303         * backend/ev-link.c (ev_window_dispose, ev_link_class_init):
13304         ditto.
13305
13306         * .cvsignore: ignore various valgrind output files.
13307
13308 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
13309
13310         * data/evince-ui.xml:
13311         * shell/Makefile.am:
13312         * shell/ev-history.c:
13313         * shell/ev-history.h:
13314         * shell/ev-navigation-action.c:
13315         * shell/ev-navigation-action.h:
13316         * shell/ev-view.c: (ev_view_finalize), (ev_view_go_to_link),
13317         (ev_view_set_page), (ev_view_fit_width):
13318         * shell/ev-view.h:
13319         * shell/ev-window.c: (update_action_sensitivity),
13320         (ev_window_setup_document), (register_custom_actions):
13321
13322         Kill session history
13323
13324 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
13325
13326         * shell/ev-window.c: (update_action_sensitivity):
13327
13328         Fix inverted up/down buttons
13329
13330 2005-01-27  Martin Kretzschmar  <martink@gnome.org>
13331
13332         * shell/ev-sidebar-thumbnails.c
13333         (ev_sidebar_thumbnails_select_page): make sure the selected
13334         thumbnail stays visible.
13335
13336 2005-01-26  Martin Kretzschmar  <martink@gnome.org>
13337
13338         * shell/ev-window.c (ev_window_init): add GTK_SHADOW_IN to the
13339         scrolled window for Federico.
13340
13341 2005-01-26  Ole Laursen  <olau@hardworking.dk>
13342
13343         * configure.ac: Added "da" (Danish) to ALL_LINGUAS.
13344
13345 2005-01-26  Marco Pesenti Gritti  <marco@gnome.org>
13346
13347         * configure.ac:
13348         * pdf/splash/SplashFTFontEngine.cc:
13349
13350         Fix CID fonts with freetype 2.1.9
13351
13352 2005-01-26  Bryan Clark  <clarkbw@cvs.gnome.org>
13353
13354         * TODO: added item for desktop icon thumbnailer
13355
13356 Tue Jan 25 00:59:34 2005  Jonathan Blandford  <jrb@redhat.com>
13357
13358         * pdf/xpdf/pdf-document.cc (pdf_document_get_title): guard against
13359         unloaded docs when the title is accessed.
13360
13361         * shell/ev-password-view.[hc]: New widget for displaying password
13362         state.
13363
13364         * shell/ev-window.[ch]: Refactor password handling code to handle
13365         the new view.
13366
13367 2005-01-24  Marco Pesenti Gritti  <marco@gnome.org>
13368
13369         * NEWS:
13370         * configure.ac:
13371         * data/Makefile.am:
13372
13373         Release 0.1.1
13374
13375 2005-01-23  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
13376
13377         * pdf/xpdf/pdf-document.cc (pdf_document_search_page_changed):
13378         ignore page offset here, to make search results independent of it,
13379
13380         * shell/ev-view.c (expose_bin_window): but take offsets into
13381         account here. Bug #164932
13382
13383         * pdf/xpdf/pdf-document.cc (pdf_document_get_link): divide by
13384         scale at the right time. Bug #164996
13385
13386 2005-01-22  Martin Kretzschmar  <martink@gnome.org>
13387
13388         * pdf/xpdf/GlobalParams.cc: My 2005-01-05 change didn't actually
13389         fix the problem. Now I just removed the Adobe font names and hope
13390         that the URW fonts are always in outline format. Bug #164934
13391
13392         * shell/ev-window.c (update_window_title): empty titles are
13393         useless, use filename in that case too.
13394
13395         * NEWS: Add some content.
13396
13397 2005-01-21  Bryan Clark  <clarkbw@cvs.gnome.org>
13398
13399         * TODO: added one more TODO item and a TODONE section :)
13400
13401 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
13402
13403         * ps/ps-document.h: add page_[xy]_offset fields.
13404
13405         * ps/ps-document.c (ps_document_set_page_offset)
13406         (ps_document_render): Keep offset in consideration in a few
13407         places. Bug #164752 "postscript documents are not centered in
13408         window"
13409
13410         * data/evince.desktop.in (X-GNOME-Bugzilla-Product):
13411         s/gpdf/evince/. Spotted by Stephane Loeuillet.
13412
13413         * pixbuf/pixbuf-document.c (pixbuf_document_get_n_pages)
13414         (pixbuf_document_get_text, pixbuf_document_document_iface_init):
13415         stub out missing methods for complete EvDocument implementation.
13416         Fixes segfaults with Save A Copy and Copy actions.
13417
13418         * ps/ps-document.c (ps_document_save, ps_document_get_text) 
13419         (ps_document_document_iface_init): ditto.
13420         
13421 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
13422
13423         * data/.cvsignore:
13424         * data/Makefile.am:
13425         * data/evince.desktop.in:
13426
13427         Add desktop file
13428
13429 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
13430
13431         * shell/ev-view.c: (ev_view_button_press_event),
13432         (ev_view_motion_notify_event):
13433
13434         Make selection work in any direction
13435
13436 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
13437
13438         * TODO:
13439         * shell/ev-window.c: (set_short_labels), (ev_window_init):
13440
13441         Use shorter labels for some of the toolbars items
13442
13443 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
13444
13445         * pdf/xpdf/pdf-document.cc:
13446
13447         Check the links info is initialized before
13448         using it. Should fix a crash on startup.
13449
13450 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
13451
13452         * pixbuf/pixbuf-document.c
13453         (pixbuf_document_thumbnails_get_dimensions): force floating point
13454         division to calculate page_ratio. Fixes crash with landscape
13455         format pixbufs.
13456
13457 Thu Jan 20 18:56:35 2005  Jonathan Blandford  <jrb@redhat.com>
13458
13459         * shell/ev-view.c (ev_view_realize): make the bg color darker.
13460
13461 2005-01-20  Martin Kretzschmar  <martink@gnome.org>
13462
13463         * shell/ev-view.c (set_document_page): unset has_selection when
13464         the page changes.
13465         (set_document_page): handle paper size changes when the page
13466         changes (test with Free Culture, page 2).
13467
13468 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
13469
13470         * shell/ev-view.c: (ev_view_size_request), (ev_view_realize),
13471         (expose_bin_window), (ev_view_class_init), (ev_view_init):
13472
13473         Use normal style color for the widget background and
13474         draw a black box around the page.
13475
13476 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
13477
13478         * pdf/xpdf/pdf-document.cc:
13479
13480         Keep offset in consideration in a few places
13481
13482         * shell/ev-view.c: (expose_bin_window):
13483
13484         Set the offsets so that the document is ever centered
13485
13486 2005-01-20  Bryan Clark  <clarkbw@cvs.gnome.org>
13487
13488         * TODO: Added TODO items and finished off the first todo item
13489
13490         * AUTHORS: Updated AUTHORS section with piece from gpdf file and
13491         reflect current authors
13492
13493 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
13494
13495         * pdf/xpdf/pdf-document.cc:
13496         * shell/ev-view.c: (ev_view_set_cursor),
13497         (ev_view_motion_notify_event), (document_changed_callback),
13498         (set_document_page):
13499
13500         Show a wait cursor while the page is rendering
13501
13502 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
13503
13504         * shell/ev-sidebar-thumbnails.c:
13505         (ev_sidebar_tree_selection_changed),
13506         (ev_sidebar_thumbnails_select_page):
13507         * shell/ev-sidebar-thumbnails.h:
13508         * shell/ev-view.c: (ev_view_set_document), (ev_view_can_go_back),
13509         (ev_view_can_go_forward):
13510         * shell/ev-window.c: (ev_window_open_page),
13511         (ev_window_setup_document), (update_current_page),
13512         (view_page_changed_cb), (ev_window_init):
13513         * shell/ev-window.h:
13514
13515         Ensure thumbnails selection, toolbar page control and
13516         current page are in sync.
13517
13518 2005-01-19  Marco Pesenti Gritti  <marco@gnome.org>
13519
13520         * pdf/xpdf/XRef.cc:
13521
13522         Fix CAN-2005-0064
13523
13524 Wed Jan 19 01:10:57 2005  Jonathan Blandford  <jrb@redhat.com>
13525
13526         * backend/Makefile.am:
13527         * backend/ev-document-links.h:
13528         * backend/ev-document-security.c: (ev_document_security_get_type),
13529         (ev_document_security_has_document_security),
13530         (ev_document_security_set_password):
13531         * backend/ev-document-security.h:
13532         * backend/ev-document.c: (ev_document_error_quark):
13533         * backend/ev-document.h:
13534         * data/Makefile.am:
13535         * data/evince-password.glade:
13536         * pdf/xpdf/pdf-document.cc:
13537         * shell/Makefile.am:
13538         * shell/ev-password.c: (ev_password_set_bad_password_label),
13539         (ev_window_password_entry_changed_cb), (ev_password_dialog_new),
13540         (ev_password_dialog_get_password),
13541         (ev_password_dialog_set_bad_pass):
13542         * shell/ev-password.h:
13543         * shell/ev-window.c: (ev_window_get_attribute),
13544         (ev_window_set_property), (update_action_sensitivity),
13545         (ev_window_is_empty), (mime_type_supported_by_gdk_pixbuf),
13546         (ev_window_setup_document), (ev_window_get_password),
13547         (ev_window_open), (ev_window_cmd_save_as),
13548         (using_postscript_printer), (ev_window_print),
13549         (find_not_supported_dialog), (ev_window_cmd_edit_find),
13550         (update_fullscreen_popup), (ev_window_fullscreen),
13551         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
13552         (ev_window_focus_out_cb), (ev_window_cmd_help_about),
13553         (menu_item_select_cb), (find_bar_search_changed_cb),
13554         (ev_window_dispose), (ev_window_init):
13555
13556         Add initial support for password-supported dialogs.  This could be
13557         a lot cooler, but it'll do for now.
13558
13559 2005-01-18  Marco Pesenti Gritti  <marco@gnome.org>
13560
13561         * pdf/xpdf/pdf-document.cc:
13562         * shell/ev-view.c: (status_message_from_link),
13563         (ev_view_set_status), (ev_view_set_cursor),
13564         (ev_view_motion_notify_event), (ev_view_init):
13565         * shell/ev-window.c: (view_status_changed_cb), (ev_window_init):
13566
13567         Fix bugs in the links implementation and change cursor
13568         when hovering a link.
13569
13570 2005-01-17  Bryan Clark  <clarkbw@cvs.gnome.org>
13571
13572         * viewer/.cvsignore: added cvsignore file for viewer directory
13573
13574         * TODO: created TODO document
13575
13576 2005-01-14  Dave Malcolm  <dmalcolm@redhat.com>
13577
13578         * shell/ev-view.h:
13579         * shell/ev-view.c (ev_view_can_go_back), (ev_view_can_go_forward):      
13580         new functions to help with implementation of sensitivity code
13581         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
13582         of all actions that might require it.  Fixes a crash when you
13583         click on the Zoom actions in a window lacking a document.
13584
13585 2005-01-13  Dave Malcolm  <dmalcolm@redhat.com>
13586
13587         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
13588         of the Find action
13589
13590 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
13591
13592         * pixbuf/pixbuf-document.c: (pixbuf_document_get_link),
13593         (pixbuf_document_document_iface_init):
13594         * ps/ps-document.c: (ps_document_get_link),
13595         (ps_document_document_iface_init):
13596         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event),
13597         (status_message_from_link), (ev_view_set_status),
13598         (ev_view_set_find_status), (ev_view_motion_notify_event),
13599         (ev_view_button_release_event), (ev_view_set_property),
13600         (ev_view_get_property), (ev_view_class_init), (ev_view_init),
13601         (ev_view_get_find_status_message), (update_find_results),
13602         (ev_view_get_status), (ev_view_get_find_status):
13603         * shell/ev-view.h:
13604         * shell/ev-window.c: (view_status_changed_cb),
13605         (view_find_status_changed_cb), (ev_window_init):
13606
13607         View status message support, use it to show the links.
13608         Needs work...
13609
13610 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
13611
13612         * backend/ev-document.c: (ev_document_get_link):
13613         * backend/ev-document.h:
13614         * pdf/xpdf/pdf-document.cc:
13615         * shell/ev-application.c: (ev_application_open):
13616         * shell/ev-application.h:
13617         * shell/ev-sidebar-links.c: (selection_changed_cb):
13618         * shell/ev-view.c: (ev_view_button_release_event), (go_to_link),
13619         (ev_view_go_to_link):
13620
13621         Add support for document links
13622
13623 2005-01-13  Anders Carlsson  <andersca@gnome.org>
13624
13625         * shell/ev-page-action.c: (update_spin), (total_pages_changed_cb),
13626         (create_tool_item):
13627         Set the spin button limits correctly.
13628         
13629         * shell/ev-sidebar-thumbnails.c:
13630         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init):
13631         Support changing pages by clicking on the thumbnails.
13632         
13633 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
13634
13635         * pixbuf/pixbuf-document.c:
13636         (pixbuf_document_thumbnails_get_dimensions),
13637         (pixbuf_document_document_thumbnails_iface_init):
13638
13639         implement get_dimensions
13640
13641 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
13642
13643         * ps/ps-document.c: (ps_document_goto_page):
13644
13645         Fix page switching on multipage documents
13646
13647 2005-01-12  Jeff Muizelaar  <jrmuizel@nit.ca>
13648
13649         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
13650         
13651         check for NULL before assigning to width and height parameters
13652
13653 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
13654
13655         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
13656         (pixbuf_document_set_property), (pixbuf_document_get_property):
13657
13658         implement get/set properties
13659
13660 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
13661
13662         * pdf/xpdf/pdf-document.cc: (pdf_info_dict_get_string):
13663         
13664         return NULL instead of "Unknown", letting the title get set to
13665         the filename when the pdf has no title.
13666
13667 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
13668
13669         * ps/ps-document.c: (ps_document_get_page_count),
13670         (ps_document_goto_page):
13671
13672 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
13673
13674         * shell/ev-history.c: (ev_history_get_property),
13675         (ev_history_set_property), (ev_history_class_init),
13676         (ev_history_add_page), (ev_history_set_current_index):
13677         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
13678         (activate_menu_item_cb), (new_history_menu_item), (build_menu),
13679         (ev_navigation_action_finalize):
13680         * shell/ev-navigation-action.h:
13681         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
13682         (ev_view_go_forward), (ev_view_get_find_status_message),
13683         (history_index_changed_cb), (ev_view_set_history):
13684         * shell/ev-view.h:
13685         * shell/ev-window.c: (update_total_pages), (ev_window_open),
13686         (update_current_page), (register_custom_actions):
13687
13688         Implement history dropdowns
13689
13690 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
13691
13692         * shell/ev-history.c: (ev_history_init), (ev_history_add_link):
13693         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
13694         (ev_view_go_forward):
13695         * shell/ev-window.c: (register_custom_actions):
13696
13697         Fix several history bugs
13698
13699 2005-01-11  Kjartan Maraas  <kmaraas@gnome.org>
13700
13701         * configure.ac: Add «nb» to ALL_LINGUAS.
13702
13703 2005-01-10  Marco Pesenti Gritti  <marco@gnome.org>
13704
13705         * backend/Makefile.am:
13706         * backend/ev-bookmark.c:
13707         * backend/ev-bookmark.h:
13708         * backend/ev-document-bookmarks.c:
13709         * backend/ev-document-bookmarks.h:
13710         * backend/ev-document-links.c: (ev_document_links_get_type),
13711         (ev_document_links_has_document_links),
13712         (ev_document_links_begin_read), (ev_document_links_get_link),
13713         (ev_document_links_get_child), (ev_document_links_next),
13714         (ev_document_links_free_iter):
13715         * backend/ev-document-links.h:
13716         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_title),
13717         (ev_link_set_title), (ev_link_get_uri), (ev_link_set_uri),
13718         (ev_link_get_link_type), (ev_link_set_link_type),
13719         (ev_link_get_page), (ev_link_set_page), (ev_link_get_property),
13720         (ev_link_set_property), (ev_window_dispose), (ev_link_init),
13721         (ev_link_class_init), (ev_link_new_title), (ev_link_new_page),
13722         (ev_link_new_external):
13723         * backend/ev-link.h:
13724         * pdf/xpdf/pdf-document.cc:
13725         * shell/Makefile.am:
13726         * shell/ev-application.c: (ev_application_open_link):
13727         * shell/ev-application.h:
13728         * shell/ev-history.c: (ev_history_add_link), (ev_history_add_page),
13729         (ev_history_get_link_nth):
13730         * shell/ev-history.h:
13731         * shell/ev-sidebar-bookmarks.c:
13732         * shell/ev-sidebar-bookmarks.h:
13733         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
13734         (ev_sidebar_links_class_init), (selection_changed_cb),
13735         (ev_sidebar_links_construct), (ev_sidebar_links_init),
13736         (links_page_num_func), (ev_sidebar_links_new), (stack_data_free),
13737         (do_one_iteration), (populate_links_idle),
13738         (ev_sidebar_links_clear_document), (ev_sidebar_links_set_document):
13739         * shell/ev-sidebar-links.h:
13740         * shell/ev-sidebar.c: (ev_sidebar_set_document):
13741         * shell/ev-view.c: (go_to_link), (ev_view_go_to_link),
13742         (go_to_index):
13743         * shell/ev-view.h:
13744         * shell/ev-window.c: (ev_window_open_link), (ev_window_init):
13745         * shell/ev-window.h:
13746
13747         Rename bookmark to link, and use "Index" for the sidebar panel.
13748
13749 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
13750
13751         * shell/Makefile.am:
13752         * shell/ev-application.c: (ev_application_open_bookmark):
13753         * shell/ev-application.h:
13754         * shell/ev-history.c: (ev_history_init), (free_links_list),
13755         (ev_history_finalize), (ev_history_class_init),
13756         (ev_history_add_link), (ev_history_add_page),
13757         (ev_history_get_link_nth), (ev_history_get_n_links),
13758         (ev_history_get_current_index), (ev_history_set_current_index),
13759         (ev_history_new):
13760         * shell/ev-history.h:
13761         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
13762         * shell/ev-view.c: (ev_view_finalize), (ev_view_set_document),
13763         (set_document_page), (go_to_bookmark), (ev_view_go_to_bookmark),
13764         (go_to_index), (ev_view_go_back), (ev_view_go_forward),
13765         (ev_view_set_page):
13766         * shell/ev-view.h:
13767         * shell/ev-window.c: (ev_window_open_bookmark),
13768         (ev_window_cmd_go_back), (ev_window_cmd_go_forward),
13769         (goto_page_cb), (register_custom_actions):
13770         * shell/ev-window.h:
13771
13772         Initial history implementation. Needs work.
13773
13774 2005-01-09  Martin Kretzschmar  <martink@gnome.org>
13775
13776         * pdf/xpdf/GDKSplashOutputDev.cc (redraw): fix pixbuf data offset.
13777
13778 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
13779
13780         * cut-n-paste/recent-files/egg-recent-item.c:
13781         * cut-n-paste/recent-files/egg-recent-item.h:
13782         * cut-n-paste/recent-files/egg-recent-model.c:
13783         * cut-n-paste/recent-files/egg-recent-util.c:
13784         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
13785         * cut-n-paste/recent-files/egg-recent-view.c:
13786
13787         Update
13788
13789 2005-01-08  Martin Kretzschmar  <martink@gnome.org>
13790
13791         * pdf/splash/Splash.cc (clear, drawPixel, drawSpan, xorSpan, getPixel)
13792         (fillGlyph, fillImageMask, drawImage):
13793         pdf/splash/SplashBitmap.cc (SplashBitmap, ~SplashBitmap, writePNMFile):
13794         pdf/splash/SplashTypes.h:
13795         pdf/xpdf/SplashOutputDev (startPage, getColor, imageSrc): implement RGB8
13796         packed mode for Splash.
13797
13798         * pdf/xpdf/GDKSplashOutputDev.cc (GDKSplashOutputDev, redraw): use
13799         RGB8 packed mode, eliminates the pixbuf data creation loop.
13800
13801         * shell/ev-print-job.c (ev_print_job_finalize)
13802         (ev_print_job_set_property, ev_print_job_get_property)
13803         (ev_print_job_set_gnome_print_job, ev_print_job_set_document)
13804         (ev_print_job_use_print_dialog_settings, idle_print_handler)
13805         (print_closure_finalize, ev_print_job_print): implement
13806         printing (for backends with EvPsExporter)
13807
13808         * shell/ev_print_job.h: update prototypes.
13809
13810         * shell/ev-window.c (ev_window_print): unref print job after
13811         printing.
13812
13813         * shell/ev-view.c (ev_view_set_document): don't connect to "found"
13814         unless the document implements the EvDocumentFind interface.
13815
13816 2005-01-08  Satoru SATOH <ss@gnome.gr.jp>
13817
13818         * configure.ac: Added ja to ALL_LINGUAS.
13819
13820 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
13821
13822         * pdf/xpdf/pdf-document.cc:
13823
13824         add a FIXME. We should probably not allocate
13825         a bookmark object every time
13826
13827 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
13828
13829         * shell/ev-application.c: (ev_application_open),
13830         (ev_application_open_bookmark):
13831         * shell/ev-application.h:
13832         
13833         Add a way to open bookmarks
13834
13835         * backend/ev-bookmark.c: (ev_bookmark_get_uri),
13836         (ev_bookmark_set_uri), (ev_bookmark_get_property),
13837         (ev_bookmark_set_property), (ev_bookmark_class_init),
13838         (ev_bookmark_new_title), (ev_bookmark_new_link),
13839         (ev_bookmark_new_external):
13840
13841         Support for external uris, better constructors.
13842
13843         * backend/ev-bookmark.h:
13844         * pdf/xpdf/pdf-document.cc:
13845         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
13846
13847         Handle external uris
13848
13849 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
13850
13851         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb),
13852         (ev_sidebar_bookmarks_construct), (do_one_iteration):
13853
13854         Hook up bookmarks navigation
13855
13856 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
13857
13858         * backend/Makefile.am:
13859         * backend/ev-bookmark.c: (ev_bookmark_type_get_type),
13860         (ev_bookmark_get_title), (ev_bookmark_set_title),
13861         (ev_bookmark_get_bookmark_type), (ev_bookmark_set_bookmark_type),
13862         (ev_bookmark_get_page), (ev_bookmark_set_page),
13863         (ev_bookmark_get_property), (ev_bookmark_set_property),
13864         (ev_window_dispose), (ev_bookmark_init), (ev_bookmark_class_init),
13865         (ev_bookmark_new):
13866         * backend/ev-bookmark.h:
13867         * backend/ev-document-bookmarks.c:
13868         (ev_document_bookmarks_get_bookmark):
13869         * backend/ev-document-bookmarks.h:
13870         * pdf/xpdf/pdf-document.cc:
13871         * shell/ev-sidebar-bookmarks.c: (do_one_iteration):
13872
13873         Add a bookmark object to the backend and use it instead of get_values
13874
13875 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
13876
13877         * data/evince-ui.xml:
13878
13879         Cleanup and add select all.
13880
13881         * shell/ev-view.c: (ev_view_select_all),
13882         (ev_view_button_press_event):
13883         * shell/ev-view.h:
13884         * shell/ev-window.c: (ev_window_cmd_edit_select_all):
13885
13886         Add select all.
13887         Clear selection on click.
13888
13889 Fri Jan  7 01:28:58 2005  Jonathan Blandford  <jrb@redhat.com>
13890
13891         * shell/ev-sidebar-thumbnails.c
13892         (ev_sidebar_thumbnails_set_document): forgot to unref the
13893         loading_icon.
13894
13895 Fri Jan  7 01:22:48 2005  Jonathan Blandford  <jrb@redhat.com>
13896
13897         * shell/ev-sidebar-thumbnails.c: fill in the thumbnails starting
13898         at the visible page, not just linearly.  This makes it look fast.
13899
13900 Thu Jan  6 18:48:11 2005  Jonathan Blandford  <jrb@redhat.com>
13901
13902         * backend/ev-document-misc.c
13903         (ev_document_misc_get_thumbnail_frame): fill in the thumbnail with
13904         white.
13905         * backend/ev-document-thumbnails.h: New interface to get the size
13906         of a page.
13907
13908 2005-01-06  Jeremy Katz  <katzj@redhat.com>
13909
13910         * shell/Makefile.am (evince_SOURCES): Add ev-utils.[ch] so that
13911         make dist works
13912
13913 Wed Jan  5 15:38:28 2005  Jonathan Blandford  <jrb@redhat.com>
13914
13915         * pdf/xpdf/pdf-document.cc (bitmap_to_pixbuf): bypass
13916         GDKSplashOutputDev and just use a normal SplashOutputDev.  Speeds
13917         things up a bit.
13918
13919         * shell/ev-sidebar-thumbnail.c: start of some profiling code.
13920
13921 2005-01-05  Martin Kretzschmar  <martink@gnome.org>
13922
13923         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): match only outline
13924         fonts. Should fix font problems on systems that have the base
13925         fonts in bitmap format. Reported by James Henstridge
13926         <james@jamesh.id.au>.
13927
13928 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
13929
13930         * pdf/xpdf/Gfx.cc:
13931         * pdf/xpdf/GfxState.cc:
13932
13933         Fix for CAN-2004-1125
13934
13935 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
13936
13937         * shell/ev-view.c: (ev_view_copy):
13938         * shell/ev-view.h:
13939         * shell/ev-window.c: (ev_window_cmd_edit_copy):
13940
13941         Implement Edit->Copy
13942
13943 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
13944
13945         * backend/ev-document.c: (ev_document_get_text):
13946         * backend/ev-document.h:
13947         * pdf/xpdf/pdf-document.cc:
13948         * shell/ev-view.c: (ev_view_realize), (expose_bin_window),
13949         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
13950         (ev_view_update_primary_selection), (ev_view_button_press_event),
13951         (ev_view_motion_notify_event), (ev_view_button_release_event):
13952
13953         Beginnings of clipboard support. Incomplete but primary sort
13954         of work.
13955
13956 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
13957
13958         * shell/ev-view.c: (ev_gdk_color_to_rgb), (draw_rubberband),
13959         (expose_bin_window):
13960
13961         Nicer rubberband drawing, from GtkIconView.
13962
13963 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
13964
13965         * backend/ev-document.c: (ev_document_save):
13966         * backend/ev-document.h:
13967         * data/evince-ui.xml:
13968         * pdf/xpdf/pdf-document.cc:
13969         * shell/ev-window.c: (save_error_dialog), (ev_window_cmd_save_as):
13970
13971         Implement "Save a copy..." menu item
13972
13973 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
13974
13975         * shell/ev-view.c: (ev_view_zoom):
13976
13977         Queue a resize when zoom changes
13978
13979 Wed Jan  5 02:33:06 2005  Jonathan Blandford  <jrb@redhat.com>
13980
13981         * backend/ev-document-misc.[ch]: New misc file to do simple drop
13982         shadows.
13983
13984         * pdf/xpdf/pdf-document.cc: use the drop shadows in both types of
13985         thumbnails..
13986
13987 Tue Jan  4 22:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
13988
13989         * pdf/xpdf/pdf-document.cc
13990         (pdf_document_thumbnails_get_page_pixbuf): poor man's dropshadow.
13991
13992 Tue Jan  4 21:25:05 2005  Jonathan Blandford  <jrb@redhat.com>
13993
13994         * pdf/xpdf/pdf-document.cc: Do real thumbnailing of PDF files.
13995         It's slow, but I'll speed it up next!
13996
13997 2005-01-04  Jeff Muizelaar  <jrmuizel@nit.ca>
13998
13999         * shell/main.c (load_files):
14000
14001         use gnome_vfs_make_uri_from_shell_arg so that relative paths work
14002         from the command line and because it seems more appropriate.
14003
14004 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
14005
14006         * data/evince-ui.xml:
14007         * shell/ev-window.c: (update_action_sensitivity),
14008         (ev_window_cmd_go_page_up), (ev_window_cmd_go_page_down):
14009
14010         s/next page/page down
14011         s/previous page/page up
14012
14013 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
14014
14015         * data/evince-ui.xml:
14016
14017         Change the layout to match clarkbw design.
14018
14019         * shell/Makefile.am:
14020         * shell/ev-navigation-action.c: (build_menu), (menu_activated_cb),
14021         (set_tooltip_cb), (connect_proxy), (ev_navigation_action_init),
14022         (ev_navigation_action_finalize),
14023         (ev_navigation_action_set_property),
14024         (ev_navigation_action_get_property),
14025         (ev_navigation_action_class_init):
14026         * shell/ev-navigation-action.h:
14027
14028         Implement clarkbw toolbar navigation controls (incomplete)
14029
14030         * shell/ev-page-action.c: (update_label), (update_spin),
14031         (value_changed_cb), (create_tool_item), (connect_proxy),
14032         (ev_page_action_init), (ev_page_action_finalize),
14033         (ev_page_action_set_property), (ev_page_action_get_property),
14034         (ev_page_action_set_current_page),
14035         (ev_page_action_set_total_pages), (ev_page_action_class_init):
14036         * shell/ev-page-action.h:
14037
14038         Implement a page switcher in the toolbar
14039
14040         * shell/ev-view.c: (ev_view_scroll_view):
14041         * shell/ev-window.c: (update_total_pages), (ev_window_open),
14042         (update_current_page), (view_page_changed_cb), (goto_page_cb),
14043         (register_custom_actions), (ev_window_init):
14044
14045         Change page on PageUp/Down.
14046
14047 Tue Jan  4 03:22:56 2005  Jonathan Blandford  <jrb@redhat.com>
14048
14049         * pdf/xpdf/pdf-document.cc
14050         (pdf_document_thumbnails_get_thumbnail): initial stab at
14051         implementing thumbnail support for pdfs.  It only does documents
14052         with precached pdfs now.
14053
14054 Mon Jan  3 17:22:25 2005  Jonathan Blandford  <jrb@redhat.com>
14055
14056         * shell/ev-sidebar-thumbnails.c (do_one_iteration): move the
14057         thumbnail code into a time-based idle as well.  Also, turn off the
14058         shadow temporarily as it's really slow.
14059
14060 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
14061
14062         * backend/ev-document.c: (ev_document_class_init):
14063         * pdf/xpdf/pdf-document.cc:
14064         * shell/ev-window.c: (ev_window_open):
14065
14066         Fix document title bugs and fallback to
14067         filename when not available.
14068
14069 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
14070
14071         * backend/ev-document.c: (ev_document_get_type),
14072         (ev_document_class_init), (ev_document_load),
14073         (ev_document_get_title):
14074         * backend/ev-document.h:
14075         * pdf/xpdf/pdf-document.cc:
14076         * ps/ps-document.c: (ps_document_set_property),
14077         (ps_document_get_property), (ps_document_class_init),
14078         (document_load):
14079         * ps/ps-document.h:
14080         * ps/ps.h:
14081         * shell/ev-window.c: (update_window_title), (ev_window_open),
14082         (ev_window_init):
14083
14084         Initial support for document title. Not working yet.
14085
14086 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
14087
14088         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event):
14089
14090         Grab focus on the view when clicking it
14091
14092 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
14093
14094         * shell/ev-marshal.list:
14095         * shell/ev-view.c: (ev_view_realize), (add_scroll_binding),
14096         (ev_view_scroll_view), (ev_view_class_init), (ev_view_init):
14097
14098         Add key bindings to the view. Now if the focus would work
14099         right...
14100
14101 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
14102
14103         * Makefile.am:
14104         * backend/Makefile.am:
14105         * data/Makefile.am:
14106         * dvi/Makefile.am:
14107         * dvi/dvilib/Makefile.am:
14108         * pdf/xpdf/Makefile.am:
14109         * po/POTFILES.in:
14110         * ps/Makefile.am:
14111
14112         Fix distcheck
14113
14114 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14115
14116         * shell/ev-view.c: (ev_view_realize):
14117
14118         Fix mouse wheel scrolling
14119
14120 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14121
14122         * ps/Makefile.am:
14123         * ps/gstypes.h:
14124         * ps/gtkgs.c:
14125         * ps/gtkgs.h:
14126         * ps/ps-document.c: (catchPipe), (ps_document_init),
14127         (ps_document_class_init), (ps_document_cleanup),
14128         (ps_document_finalize), (send_ps), (ps_document_get_orientation),
14129         (set_up_page), (close_pipe), (is_interpreter_ready),
14130         (interpreter_failed), (output), (input), (start_interpreter),
14131         (stop_interpreter), (file_length), (file_readable),
14132         (check_filecompressed), (check_pdf), (compute_xdpi),
14133         (compute_ydpi), (compute_size), (ps_document_enable_interpreter),
14134         (ps_document_get_type), (ps_document_emit_error_msg),
14135         (document_load), (ps_document_next_page),
14136         (ps_document_get_current_page), (ps_document_get_page_count),
14137         (ps_document_goto_page), (ps_document_set_page_size),
14138         (ps_document_zoom_to_fit), (ps_document_set_zoom),
14139         (ps_document_load), (ps_document_get_n_pages),
14140         (ps_document_set_page), (ps_document_get_page),
14141         (ps_document_widget_event), (ps_document_set_target),
14142         (ps_document_set_scale), (ps_document_set_page_offset),
14143         (ps_document_get_page_size), (ps_document_render),
14144         (ps_document_document_iface_init):
14145         * ps/ps-document.h:
14146         * ps/ps.c:
14147         * shell/ev-window.c: (ev_window_open):
14148
14149         Rename GtkGS to PSDocument
14150
14151 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14152
14153         * ps/gtkgs.c: (gtk_gs_class_init):
14154         * ps/gtkgs.h:
14155
14156         Some more leftover...
14157
14158 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14159
14160         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_get_orientation),
14161         (output), (stop_interpreter), (gtk_gs_emit_error_msg),
14162         (gtk_gs_zoom_to_fit), (gtk_gs_set_zoom):
14163         * ps/gtkgs.h:
14164
14165         Remove unused code and make a lot of stuff private
14166
14167 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14168
14169         * ps/gsdefaults.c: (gtk_gs_defaults_gconf_client),
14170         (gtk_gs_defaults_changed):
14171         * ps/gsdefaults.h:
14172         * ps/gtkgs.c:
14173         * ps/gtkgs.h:
14174         * ps/ps.h:
14175
14176         Cleanup headers dependencies
14177
14178 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14179
14180         * ps/Makefile.am:
14181         * ps/ggvutils.c:
14182         * ps/ggvutils.h:
14183         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
14184         * ps/gsdefaults.h:
14185         * ps/gtkgs.c: (file_length), (file_readable),
14186         (check_filecompressed), (check_pdf), (gtk_gs_load),
14187         (gtk_gs_get_postscript):
14188
14189         Get rid of ggvutils
14190
14191 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
14192
14193         * ps/ggvutils.c:
14194         * ps/ggvutils.h:
14195         * ps/gsio.h:
14196         * ps/gtkgs.c: (gtk_gs_set_zoom):
14197
14198         Cleanups
14199
14200 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
14201
14202         * ps/gtkgs.c: (gtk_gs_set_zoom), (gtk_gs_set_zoom_mode):
14203
14204         Ensure the page is rerendered when changing zoom
14205
14206 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
14207
14208         * backend/ev-document.c: (ev_document_base_init),
14209         (ev_document_changed):
14210         * backend/ev-document.h:
14211
14212         Add a changed event that is emitted when the page content
14213         changes. This is necessary to deal with the fact that
14214         in ps backend rendering happen asycrounously.
14215         This makes the ps backend mostly work.
14216
14217         * pdf/xpdf/pdf-document.cc:
14218
14219         Emit changed event
14220
14221         * ps/gtkgs.c: (set_up_page), (gtk_gs_widget_event),
14222         (ps_document_set_target):
14223
14224         Emit changed event
14225
14226         * shell/ev-view.c: (document_changed_callback),
14227         (ev_view_set_document), (ev_view_set_page):
14228
14229         Redraw on the changed signal
14230
14231 2004-12-25  Raphael Higino  <raphaelh@cvs.gnome.org>
14232
14233         * configure.ac: Added pt_BR to ALL_LINGUAS.
14234
14235 Fri Dec 24 00:48:44 2004  Jonathan Blandford  <jrb@redhat.com>
14236
14237         * backend/ev-document-bookmarks.c:
14238         (ev_document_bookmarks_get_child): *
14239         backend/ev-document-bookmarks.h: * pdf/xpdf/Makefile.am: *
14240         pdf/xpdf/pdf-document.cc: * pdf/xpdf/pdf-document.h: *
14241         shell/Makefile.am: * shell/ev-sidebar-bookmarks.c:
14242         (ev_sidebar_bookmarks_destroy),
14243         (ev_sidebar_bookmarks_class_init),
14244         (ev_sidebar_bookmarks_construct), (stack_data_free),
14245         (do_one_iteration), (populate_bookmarks_idle),
14246         (ev_sidebar_bookmarks_clear_document),
14247         (ev_sidebar_bookmarks_set_document): *
14248         shell/ev-sidebar-bookmarks.h: * shell/ev-sidebar.c:
14249         (ev_sidebar_add_page),
14250         (ev_sidebar_set_document): * shell/ev-window.c: (ev_window_open):
14251         Initial stab at a bookmarks sidebar.  It doesn't navigate yet, but
14252         it displays both the topics and the page numbers.
14253
14254 2004-12-23  Kristian Høgsberg  <krh@redhat.com>
14255
14256         * shell/ev-window.c (ev_window_view_sidebar_cb): Hook up sidebar
14257         toggle.
14258         * shell/ev-window.c (toggle_entries): Set sidebar default value to
14259         visible.
14260
14261 2004-12-23  Adam Weinberger  <adamw@gnome.org>
14262
14263         * configure.ac: Added en_CA to ALL_LINGUAS.
14264
14265 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
14266
14267         * ChangeLog: replace bottom of this ChangeLog (merged history of
14268         ggv and gpdf; where all paths were wrong and most of the files are
14269         not even in this tree) with ChangeLog (from arch) of the shell
14270         code.
14271
14272 2004-12-23  Havoc Pennington  <hp@redhat.com>
14273
14274         * shell/ev-window.c: hook up potentially-questionable "find
14275         results status text" feature - something involving the sidebar or
14276         scrollbar or a continuous all-pages-on-giant-roll-of-paper-view
14277         might be better in the end.
14278
14279         * shell/ev-view.c (ev_view_get_find_status_message): new function, 
14280         with corresponding signal when it should be updated
14281
14282         * shell/eggfindbar.c (egg_find_bar_set_status_text): new function
14283
14284 2004-12-22  Havoc Pennington  <hp@redhat.com>
14285
14286         * pdf/xpdf/pdf-document.cc (pdf_document_find_begin): make search
14287         find stuff on other pages, sort of (only returns one result on
14288         invisible pages, to show they have results; updates full results
14289         for a page when you view it). Currently repaints the current page
14290         every time a new result is found on any page, which isn't so nice.
14291
14292 2004-12-22  Havoc Pennington  <hp@redhat.com>
14293
14294         * shell/ev-window.c (ev_window_cmd_edit_find): display an error if
14295         the document doesn't support find (better ideas?)
14296         (find_bar_search_changed_cb): handle missing document or document
14297         that doesn't support find
14298
14299         * pdf/xpdf/pdf-document.cc: port to implement the new
14300         EvDocumentFindIface
14301
14302         * backend/ev-document-find.c: create a new interface for searching
14303
14304         * backend/ev-document.h, backend/ev-document.c: delete the find stuff
14305
14306 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
14307
14308         * pdf/xpdf/Makefile.am (libpdfdocument_la_LIBADD): add
14309         libevbackend.la.
14310
14311         * shell/ev-window.c (ev_window_print): add GnomePrintJob to
14312         EvPrintJob constructor arguments.
14313
14314         * backend/ev-ps-exporter.c, backend/ev-ps-exporter.h: interface
14315         for documents that can export PostScript (page by page).
14316
14317         * backend/Makefile.am (libevbackend_la_SOURCES): add them.
14318         
14319         * pdf/xpdf/pdf-document.cc (pdf_document_ps_export_begin)
14320         (pdf_document_ps_export_do_page, pdf_document_ps_export_end)
14321         (pdf_document_ps_exporter_iface_init:
14322         Implement EvPSExporter.
14323
14324         * pdf/xpdf/Makefile.am (libxpdf_la_SOURCES): build PSOutputDev.
14325
14326 2004-12-22  Anders Carlsson  <andersca@gnome.org>
14327
14328         * backend/Makefile.am:
14329         * backend/ev-document-thumbnails.c:
14330         (ev_document_thumbnails_get_type),
14331         (ev_document_thumbnails_get_thumbnail):
14332         * backend/ev-document-thumbnails.h:
14333         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
14334         (pixbuf_document_thumbnails_get_thumbnail),
14335         (pixbuf_document_document_thumbnails_iface_init):
14336         * shell/Makefile.am:
14337         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_destroy),
14338         (ev_sidebar_thumbnails_class_init), (ev_sidebar_thumbnails_init),
14339         (populate_thumbnails), (ev_sidebar_thumbnails_set_document):
14340         * shell/ev-sidebar-thumbnails.h:
14341         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
14342         (ev_sidebar_set_document):
14343         * shell/ev-utils.c: (gaussian), (create_blur_filter),
14344         (create_shadow), (ev_pixbuf_add_shadow):
14345         * shell/ev-utils.h:
14346         Add thumbnail support.
14347         
14348 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
14349
14350         * shell/ev-window.c (ev_window_cmd_file_print, ev_window_print)
14351         (using_postscript_printer): Set up a print dialog for "PostScript
14352         injection" method.
14353
14354         * shell/ev-print-job.h, shell/ev-print-job.c: stub classes for
14355         EvPrintJob.
14356
14357         * shell/Makefile.am (evince_SOURCES): add ev-print-job.[ch]
14358
14359 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
14360
14361         * ps/gtkgs.c: (gtk_gs_init), (set_up_page),
14362         (ps_document_set_target), (ps_document_get_page_size),
14363         (ps_document_render):
14364         * ps/gtkgs.h:
14365
14366         Fix a few bugs
14367
14368 2004-12-22  Christian Rose  <menthos@menthos.com>
14369
14370         * configure.ac: Added "sv" to ALL_LINGUAS.
14371
14372 Wed Dec 22 14:47:38 2004  Jonathan Blandford  <jrb@redhat.com>
14373
14374         * backend/ev-document-bookmarks.[ch]: new interface to indicate
14375         document supports bookmarks.
14376
14377 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
14378
14379         * ps/ggvutils.c: (ggv_file_readable):
14380         * ps/ggvutils.h:
14381         * ps/gtkgs.c: (check_filecompressed), (check_pdf),
14382         (gtk_gs_get_postscript):
14383
14384         Remove unused utils
14385
14386 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
14387
14388         * ps/gtkgs.c: (gtk_gs_init), (gtk_gs_class_init), (gtk_gs_cleanup),
14389         (gtk_gs_finalize), (gtk_gs_set_center), (set_up_page), (output),
14390         (start_interpreter), (compute_size), (gtk_gs_enable_interpreter),
14391         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_reload),
14392         (gtk_gs_emit_error_msg), (gtk_gs_disable_interpreter),
14393         (gtk_gs_load), (gtk_gs_goto_page), (gtk_gs_set_page_size),
14394         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
14395         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
14396         (gtk_gs_set_antialiasing), (ps_document_load),
14397         (ps_document_render):
14398         * ps/gtkgs.h:
14399
14400         Another check point for the ps backend. Now I can get it to show
14401         pages!
14402
14403 Wed Dec 22 13:41:01 2004  Jonathan Blandford  <jrb@redhat.com>
14404
14405         * shell/ev-sidebar.c (ev_sidebar_set_document): initial sidebar
14406         document setting code.
14407
14408 2004-12-22  Anders Carlsson  <andersca@gnome.org>
14409
14410         * shell/eggfindbar.c: (entry_activate_callback):
14411         Animate the next button when activate is pressed.
14412         
14413 2004-12-22  Anders Carlsson  <andersca@gnome.org>
14414
14415         * shell/ev-window.c: (ev_window_cmd_edit_find),
14416         (update_fullscreen_popup), (ev_window_fullscreen),
14417         (ev_window_unfullscreen), (ev_window_state_event_cb),
14418         (ev_window_focus_out_cb), (find_bar_close_cb), (ev_window_init):
14419         Fix bugs in fullscreen code.
14420         
14421 2004-12-22  Anders Carlsson  <andersca@gnome.org>
14422
14423         * Makefile.am:
14424         * configure.ac:
14425         * pixbuf/Makefile.am:
14426         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
14427         (pixbuf_document_load), (pixbuf_document_get_n_pages),
14428         (pixbuf_document_set_page), (pixbuf_document_get_page),
14429         (pixbuf_document_set_target), (pixbuf_document_set_scale),
14430         (pixbuf_document_set_page_offset), (pixbuf_document_get_page_size),
14431         (pixbuf_document_render), (pixbuf_document_begin_find),
14432         (pixbuf_document_end_find), (pixbuf_document_finalize),
14433         (pixbuf_document_class_init),
14434         (pixbuf_document_document_iface_init), (pixbuf_document_init):
14435         * pixbuf/pixbuf-document.h:
14436         * shell/Makefile.am:
14437         * shell/ev-application.c: (ev_application_open):
14438         * shell/ev-window.c: (mime_type_supported_by_gdk_pixbuf),
14439         (ev_window_open):
14440         Add pixbuf backend.
14441         
14442 Tue Dec 21 21:45:43 2004  Soeren Sandmann  <sandmann@redhat.com>
14443
14444         * Makefile.am: 
14445         * dvi/dvilib/Makefile.am:
14446         * dvi/Makefile.am:
14447         * configure.ac: Auto*ify dvi and dvi/dvilib
14448
14449         * dvi/Makefile: Remove from CVS
14450         
14451         * dvi/dvilib/dl-pkfont.cc (unpack_bitmap): Fix uchar/uint
14452         confusion.
14453
14454         * dvi/dvilib/dl-fontdefinition.{cc,hh}: New DviFontMap class
14455         
14456         * dvi/dvilib/dl-vffont.{cc,hh}: Many bugfixes to VF code.
14457         
14458 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
14459
14460         * ps/Makefile.am:
14461         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_finalize),
14462         (gtk_gs_value_adjustment_changed), (compute_size),
14463         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_new_from_file),
14464         (gtk_gs_center_page), (gtk_gs_load), (gtk_gs_set_page_size),
14465         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
14466         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
14467         (gtk_gs_start_scroll), (gtk_gs_get_postscript),
14468         (gtk_gs_set_adjustments), (gtk_gs_set_available_size),
14469         (ps_document_load), (ps_document_get_n_pages),
14470         (ps_document_set_page), (ps_document_get_page),
14471         (ps_document_set_target), (ps_document_set_scale),
14472         (ps_document_set_page_offset), (ps_document_get_page_size),
14473         (ps_document_render), (ps_document_begin_find),
14474         (ps_document_end_find), (ps_document_document_iface_init):
14475         * ps/gtkgs.h:
14476         * shell/Makefile.am:
14477         * shell/ev-window.c: (ev_window_open):
14478
14479         Some work to integrate gtkgs with EvDocument
14480
14481 2004-12-22  Anders Carlsson  <andersca@gnome.org>
14482
14483         * shell/ev-window.c: (update_fullscreen_popup),
14484         (screen_size_changed_cb), (destroy_exit_fullscreen_popup),
14485         (exit_fullscreen_button_clicked_cb),
14486         (fullscreen_popup_size_request_cb), (ev_window_fullscreen),
14487         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
14488         (ev_window_state_event_cb), (ev_window_init):
14489         Add fullscreen support from Epiphany.
14490         
14491 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
14492
14493         * data/ev-stock-zoom-fit-width.png: fit-width
14494         stock icon from gpdf.
14495         
14496         * shell/ev-stock-icons.[ch]: copied from gpdf.
14497         
14498         * shell/main.c: (main): init stock icons.
14499         
14500         * shell/ev-window.c: use the fit-width icon.
14501         
14502         * data/evince-ui.xml: add zooming toolbar items.
14503
14504 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
14505
14506         * shell/ev-view.c: 
14507         (ev_view_best_fit), (ev_view_fit_width): because
14508         get_page_size() returns the scaled page size, we
14509         need to calculate the scale factor relative to
14510         the previous scale factor. Should really just
14511         add get_real_page_size().
14512
14513 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
14514
14515         * shell/ev-view.[ch]:
14516         (ev_view_zoom), (ev_view_zoom_in), (ev_view_zoom_out),
14517         (ev_view_normal_size), (ev_view_best_fit), (ev_view_fit_width):
14518         add zooming.
14519         
14520         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
14521         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_normal_size),
14522         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width):
14523         hook it up.
14524         
14525         * pdf/xpdf/pdf-document.cc:
14526         (pdf_document_begin_find),
14527         (pdf_document_end_find): make static.
14528
14529 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
14530
14531         * pdf/xpdf/GlobalParams.h (setupBaseFontsFc): add prototype.
14532
14533         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): maps base font
14534         names to fontconfig patterns.
14535         (setupBaseFontsFc): setupBaseFonts reimplemented using fontconfig.
14536
14537         * pdf/xpdf/pdf-document.cc (pdf_document_load): use
14538         setupBaseFontsFc.
14539
14540 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
14541
14542         * Makefile.am:
14543         * configure.ac:
14544         * ps/Makefile.am:
14545         * ps/ggvutils.c:
14546         * ps/ggvutils.h:
14547         * ps/gsdefaults.c:
14548         * ps/gsdefaults.h:
14549         * ps/gsio.c:
14550         * ps/gsio.h:
14551         * ps/gtkgs.c:
14552         * ps/gtkgs.h:
14553         * ps/ps.c:
14554         * ps/ps.h:
14555
14556         Import ggv backend. Not hooked up yet.
14557
14558 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
14559
14560         * shell/main.c: (load_files), (main): load files
14561         from the command line.
14562
14563 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
14564
14565         * configure.ac: don't require bonobo.
14566         
14567         * cut-n-paste/recent-files/*: kill bonobo recent
14568         view.
14569
14570         * shell/ev-window.c:
14571         (ev_window_is_empty): upd.
14572         (unable_to_load), (ev_window_open): load backend
14573         based on the mime type.
14574
14575 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
14576
14577         * backend/.cvsignore: ignore generated marshalers source.
14578
14579         * shell/main.c (main): this is not epiphany.
14580
14581 2004-12-22  Havoc Pennington  <hp@redhat.com>
14582
14583         * shell/ev-view.c (ev_view_set_document): connect to "found" signal
14584         (expose_bin_window): draw find highlights
14585
14586         * shell/ev-window.c (find_bar_search_changed_cb): implement 
14587         
14588         * pdf/xpdf/pdf-document.cc (pdf_document_begin_find) 
14589         (pdf_document_end_find): implement this interface
14590
14591         * backend/ev-document.c (ev_document_found): add this to emit
14592         signal
14593
14594 Tue Dec 21 23:57:37 2004  Owen Taylor  <otaylor@redhat.com>
14595
14596         * data/evince-ui.xml: Add a few more toolbar items.
14597
14598         * shell/ev-window.c: Hook up page navigation toolbar 
14599         items.
14600
14601         * shell/ev-view.[ch]: add ev_view_set/get_page and 
14602         a page-changed signal.
14603
14604         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc::
14605         Add ev_document_get_page().
14606
14607         * shell/ev-window.c: Sensitize/desensitize navigation
14608         actions.
14609
14610 2004-12-21  Havoc Pennington  <hp@redhat.com>
14611
14612         * backend/ev-backend-marshal.c,
14613         backend/ev-backend-marshalers.list, backend/Makefile.am: add
14614         marshaler-generator thingy. I'm sure there's a better way to do
14615         this in the modern world.
14616
14617         * backend/ev-document.h (struct _EvDocumentIface): add begin_find,
14618         end_find methods and "found" signal.
14619
14620         * configure.ac: find glib-genmarshal
14621
14622 Tue Dec 21 23:20:35 2004  Jonathan Blandford  <jrb@redhat.com>
14623
14624         * shell/ev-sidebar.c: Construct an actual sidebar.
14625         * shell/ev-sidebar-bookmarks.[ch]:
14626         * shell/ev-sidebar-thumbnails.[ch]: Stub out sidebars.
14627
14628 Tue Dec 21 23:05:51 2004  Owen Taylor  <otaylor@redhat.com>
14629
14630         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc:
14631         Redo size handling.
14632         
14633         * shell/ev-view.c: Track the size from the document.
14634
14635 Tue Dec 21 22:17:04 2004  Owen Taylor  <otaylor@redhat.com>
14636
14637         * pdf/xpdf/pdf-document.cc (pdf_document_load): PDFDoc
14638         constructor assumes ownership of the string passed in.
14639         
14640         * shell/ev-window.c (ev_window_open): Destroy the error
14641         dialog once we've displayed it.
14642
14643 Tue Dec 21 21:58:56 2004  Owen Taylor  <otaylor@redhat.com>
14644
14645         * pdf/xpdf/pdf-document.cc shell/ev-view.c: Hook things up 
14646         a bit, it works! (sort of)
14647
14648         * pdf/xpdf/Makefile.am pdf/xpdf/pdf-document.cc:
14649         Move to .cc since we need to use C++ in the implementation.
14650
14651         * shell/dummy.cc: Add a CC file to force evince
14652         to be linked as a C++ program.
14653
14654 Tue Dec 21 21:07:55 2004  Owen Taylor  <otaylor@redhat.com>
14655
14656         * shell/ev-view.[ch]: Start of content-area widget.
14657
14658         * shell/ev-window.c: Create a EvView, update it
14659         as we change documents.
14660
14661         * shell/Makefile.am shell/ev-marshal.list: Add
14662         generated marshalers.
14663
14664 Tue Dec 21 20:28:11 2004  Jonathan Blandford  <jrb@redhat.com>
14665
14666         * Makefile.am (SUBDIRS): move shell.
14667
14668 Tue Dec 21 19:28:55 2004  Owen Taylor  <otaylor@redhat.com>
14669
14670         * pdf/{goo,fofi,splash,xpdf}/Makefile.am: Switch from
14671         .a to libtool convenience libraries.
14672
14673         * shell/ev-window.c (ev_window_open): Hard code loading
14674         a PDF document.
14675         
14676         * backend/ev-document.h: Add a boolean return to load(),
14677         fix GError * to GError **.
14678
14679         * pdf/xpdf/pdf-document.[ch] Makefile.am: Add a stub
14680         object for a PDF backend EvDocument.
14681
14682 Tue Dec 21 18:55:06 2004  Søren Sandmann  <sandmann@redhat.com>
14683
14684         * dvi/*: New directory with the beginning of a .dvi backend.
14685
14686 2004-12-21  Havoc Pennington  <hp@redhat.com>
14687
14688         * shell/eggfindbar.c (egg_find_bar_init): change buttons to
14689         previous/next instead of back/forward
14690
14691 Tue Dec 21 18:26:24 2004  Owen Taylor  <otaylor@redhat.com>
14692
14693         * backend/ev-document.[ch]: Fix a couple of problems so
14694         it compile.
14695
14696 Tue Dec 21 18:20:40 2004  Owen Taylor  <otaylor@redhat.com>
14697
14698         * viewer/* backend/* configure.ac Makefile.am: Move viewer directory 
14699         to backend/ directory, rename EvViewer to EvDocument.
14700
14701 2004-12-21  Havoc Pennington  <hp@redhat.com>
14702
14703         * shell/ev-window.c: hook up the find bar widget; now we just need
14704         a document to find things in
14705
14706         * shell/eggfindbar.c: a find bar widget
14707
14708 Tue Dec 21 17:20:16 2004  Jonathan Blandford  <jrb@redhat.com>
14709
14710         * shell/ev-sidebar.[ch]: initial sidebar boilerplate.
14711
14712 Tue Dec 21 16:30:58 2004  Owen Taylor  <otaylor@redhat.com>
14713
14714         * pdf/**: Import of xpdf code from gpdf. 
14715
14716         * pdf/xpdf/xpdfconfig.h: Move the non-config.h config.h to xpdfconfig.h
14717
14718         * pdf/splash/SplashFTFont.{cc,h} pdf/splash/SplashFTFont.h
14719         pdf/splash/SplashFTFontEngine.h pdf/splash/SplashFTFontFile.h: 
14720         Fix FreeType includes.
14721
14722         * pdf/xpdf/{Error.h GnomeVFSStream.cc ImageOutputDev.cc PDFDoc.cc\
14723         pdffonts.cc pdfimages.cc pdfinfo.cc pdftoppm.cc pdftops.cc
14724         pdftotext.cc PSOutputDev.cc PSOutputDev.h SplashOutputDev.h
14725         Stream.cc TextOutputDev.cc XPDFApp.cc xpdf.cc XPDFViewer.cc
14726         pdf/xpdf/Error.h PSOutputDev.h SplashOutputDev.h}:
14727         Include xpdfconfig.h
14728         
14729 Tue Dec 21 16:08:17 2004  Jonathan Blandford  <jrb@redhat.com>
14730
14731         * shell/ev-window.c (ev_window_dispose): dispose can be called
14732         multiple times.
14733
14734 2004-12-21  Havoc Pennington  <hp@redhat.com>
14735
14736         * shell/ev-window.c (ev_window_init): set title to Document Viewer
14737         rather than Evince
14738
14739         * data/evince-ui.xml, shell/ev-window.c: add a bunch of stub menu
14740         items; really they should be synced with the strings, etc. from
14741         current gpdf, but just getting the boring typing out of the way 
14742
14743 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
14744
14745         * po/POTFILES.in:
14746         * shell/ev-application.c: (window_destroy_cb):
14747         * shell/ev-window.c:
14748         * shell/main.c: (main):
14749
14750         Actually show the window...
14751
14752 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
14753
14754         * Makefile.am:
14755         * shell/Makefile.am:
14756         * shell/ev-application.c: (ev_application_class_init):
14757         * shell/ev-window.c: (ev_window_dispose), (ev_window_class_init):
14758
14759         Make it build again
14760
14761 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
14762
14763         Import to gnome cvs.
14764         
14765         * Remove copies of gpdf and ggv trees.
14766         * Rip out all the recursive configure code.
14767         * Remove bonobo machinery.
14768         * viewer/*: GInterfaces that backends should/can implement.
14769
14770 2004-11-09  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14771
14772         * shell/ev-window.c (ev_window_cmd_help_about): fix "documentors"
14773         typo
14774
14775 2004-10-28  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14776
14777         * shell/ev-application.c (EV_APPLICATION_GET_PRIVATE)
14778         (ev_application_finalize, ev_application_class_init)
14779         (ev_application_init): use GType instance private data for priv.
14780
14781         * shell/ev-window.c (EV_WINDOW_GET_PRIVATE)
14782         (ev_window_finalize, ev_window_class_init)
14783         (ev_window_init): ditto.
14784
14785 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14786
14787         * shell/ev-application.c (ev_application_new_window): make public
14788         (ev_application_show_initial_window): kill.
14789
14790         * shell/ev-application.h: update prototypes.
14791
14792         * shell/main.cc (main): inline ev_application_show_initial_window.
14793
14794 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14795
14796         * shell/ev-application.c (ev_application_new_window): impl.
14797         (ev_application_show_initial_window): use it.
14798         (is_window_empty, ev_application_get_empty_window): returns an
14799         existing empty window or a new one.
14800         (ev_application_open): from ev_window_cmd_file_open.
14801
14802         * shell/ev-application.h: update prototypes
14803
14804         * shell/ev-window.c (ev_window_is_empty): impl.
14805         (ev_window_open): make public.
14806         (ev_window_cmd_file_open): use ev_application_open
14807
14808         * shell/ev-window.h: update prototypes, remove unused.
14809
14810 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14811
14812         * shell/ev-window.c (ev_window_destroy, ev_window_class_init):
14813         move destroy handler out of here...
14814
14815         * shell/ev-application.c, shell/ev-application.h: ...into this new
14816         class. Also handles initial window creation.
14817
14818         * shell/main.cc (main): use EvApplication to create initial
14819         window.
14820
14821 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14822
14823         * Makefile.am (SUBDIRS): add cut-n-paste
14824
14825         * cut-n-paste/Makefile.am: add
14826
14827         * configure.ac: generate Makefiles in cut-n-paste
14828
14829 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14830
14831         * shell/ev-window.c (ev_window_dispose): new, unref the ui_manager
14832         (ev_window_class_init): install ev_window_dispose.
14833
14834 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14835
14836         * shell/ev-window.h, shell/ev-window.c: replace gchar with
14837         char (gchar looks stupid).
14838
14839 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14840
14841         * po/de.po: updated German translation.
14842
14843 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14844
14845         * configure.ac: add more pkg-config library checks for gnome-vfs,
14846         bonobo etc.
14847
14848         * gpdf/configure.in: temporarily disable libpaper
14849         checks. Otherwise I'd have to add the checks for the shell, too.
14850
14851 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14852
14853         * shell/ev-window.c (ev_window_cmd_file_open): add ps+pdf, ps, pdf
14854         and * file filters to the file choose.
14855
14856 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14857
14858         * po/de.po: Updated German translation.
14859
14860 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14861
14862         * shell/ev-window.c: use "S" as mnemonic for Statusbar.
14863
14864 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14865
14866         * data/evince-ui.xml: add View->Toolbar and View->Statusbar.
14867
14868         * shell/ev-window.c (menu_item_select_cb, menu_item_select_cb)
14869         (ev_window_init): implement those menuitems.
14870
14871 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14872
14873         * data/evince-ui.xml: add a toolbar (with FileOpen action)
14874
14875         * shell/ev-window.c (ev_window_init): use the toolbar.
14876
14877 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14878
14879         * shell/ev-window.c (ev_window_init): use menu translations
14880
14881 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14882
14883         * configure.ac: add "de" to ALL_LINGUAS.
14884
14885         * po/de.po: add German translation.
14886
14887 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14888
14889         * Makefile.am (SUBDIRS): add po
14890
14891         * configure.ac: check intltool, glib-gettext etc, generate
14892         po/Makefile.in
14893
14894         * po, po/POTFILES.in, po/POTFILES.skip: new.
14895
14896 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14897
14898         * shell/Makefile.am (INCLUDES): define GNOMELOCALEDIR which we
14899         already use (#ifdef ENABLE_NLS)
14900
14901         * shell/ev-window.c (ev_window_cmd_help_about): fix two star
14902         pointer indirection thinko.
14903
14904         * shell/main.c: include gi18n.h for bindtextdomain etc.
14905
14906 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14907
14908         * shell/ev-window.c (menu_item_select_cb, menu_item_deselect_cb)
14909         (connect_proxy_cb, disconnect_proxy_cb, ev_window_init): show
14910         tooltips for menu items in the statusbar.
14911
14912 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14913
14914         * configure.ac, data/Makefile.am, shell/Makefile.am: use
14915         pkgdatadir drop UIDIR
14916
14917 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14918
14919         * data/evince-ui.xml: Add File->Open menu item
14920
14921         * shell/ev-window.c (ev_window_cmd_file_open): impl. (shows a file
14922         chooser), hook it up in the ui manager.
14923
14924 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14925
14926         * shell/ev-window.c: fix Help->About tooltip.
14927
14928 2004-10-23 Martin Kretzschmar  <m_kretzschmar@gmx.net>
14929
14930         * configure.ac: set CFLAGS for libevprivate.
14931
14932         * lib/ev-stock-icons.h, lib/ev-stock-icons.c: stock icon
14933         definitions, factory etc.
14934
14935         * lib/Makefile.am: build libevprivate.a (only stock icon code).
14936
14937         * shell/Makefile.am: link against libevprivate.a.
14938
14939         * shell/ev-window.c (entries): add stock icon to Help->About.
14940
14941         * shell/main.c (main): init stock icon code.
14942
14943 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14944
14945         * lib/recent-files: egg recent files code
14946
14947         * lib/Makefile.am: add.
14948
14949         * Makefile.am: add lib subdir.
14950
14951         * configure.ac: gen. lib/Makefile and lib/recent-files/Makefile,
14952         set CFLAGS for recent-files.
14953
14954 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14955
14956         * configure.ac: disable -ansi and -pedantic gcc flags. They
14957         disable POSIX stuff in stdio.h, but egg-recent uses them.
14958
14959 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net> 
14960
14961         * configure.ac: add --disable-deprecated flag (defaults to on in
14962         "cvs" builds).
14963
14964         * shell/Makefile.am (INCLUDES): use it.
14965
14966 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14967
14968         * shell/main.c: add missing #include.
14969
14970         * shell/ev-window.c: fix for pedantic gcc.
14971         (ev_window_cmd_help_about): split license into paragraphs for
14972         translators and pedantic compilers.
14973
14974 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14975
14976         * configure.ac: add more warning flags if compiling with gcc from
14977         cvs (or explicitly requested with --enable-more-warnings).
14978
14979 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14980
14981         * data/evince-ui.xml: add File and File->Close menu.
14982
14983         * shell/ev-window.c (ev_window_cmd_file_close_window): impl.
14984         (ev_window_destroy): quit after destroy.
14985         (ev_window_class_init): override GtkObject::destroy.
14986         (entries): install close_window callback.
14987
14988 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14989
14990         * Makefile.am (SUBDIRS): add data subdir.
14991
14992         * configure.ac (UIDIR): gen data/Makefile, define UIDIR.  Require
14993         gtk+ 2.5.0 for GtkAboutDialog.
14994
14995         * data/Makefile.am, data/evince-ui.xml: add, ui definition for the
14996         main window.
14997
14998         * shell/Makefile.am (INCLUDES): propagate UIDIR definition.
14999
15000         * shell/ev-window.c (ev_window_init): create a menubar, using a ui
15001         manager.
15002         (ev_window_cmd_help_about): about command, using GtkAboutDialog.
15003
15004 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15005
15006         * shell/ev-window.c, shell/ev-window.h: Created an EvWindow class.
15007
15008 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15009
15010         * shell/main.c: make it a trivial gtk+ program, adjust configure.ac
15011
15012 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15013
15014         * shell/*: Added shell directory boilerplate, build it.
15015
15016 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15017
15018         * configure.ac, Makefile.am: Added top-level configure.ac and
15019         Makefile.am