]> www.fi.muni.cz Git - evince.git/blob - ChangeLog
050576f170f586f88da6f39b0dff94aa3132eeb9
[evince.git] / ChangeLog
1 2009-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
2
3         * shell/ev-window.c: (reload_remote_copy_progress_cb),
4         (window_save_file_copy_progress_cb):
5
6         Use brakets around the percentage in progress messages. See bug
7         #567910.
8         
9 2009-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
10
11         * shell/ev-window.c: (reload_remote_copy_ready_cb):
12
13         Fix typo in error message. See bug #567910.
14         
15 2009-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
16
17         * shell/ev-window.c: (ev_window_cmd_file_close_window):
18
19         Fix mnemonic conflict. Fixes bug #567937.
20         
21 2009-01-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
22
23         * NEWS:
24         * configure.ac:
25
26         Update for release 2.25.4
27         
28 2009-01-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
29
30         * configure.ac:
31         
32         GLib version requirement bumped to 2.18 due to g_set_error_literal.
33         Thanks to Christian Spurk.
34
35 2008-12-31  Hib Eris  <hib@hiberis.nl>
36         
37         * libdocument/ev-file-helpers.c: (get_mime_type_from_uri):
38
39         Fix mime type handling.
40         
41 2008-12-31  Carlos Garcia Campos  <carlosgc@gnome.org>
42
43         * po/POTFILES.in:
44
45         Add ev-print-operation.c.
46         
47 2008-12-30  Carlos Garcia Campos  <carlosgc@gnome.org>
48
49         * shell/ev-window.c: (ev_window_clear_progress_idle),
50         (reset_progress_idle), (ev_window_show_progress_message),
51         (ev_window_reset_progress_cancellable),
52         (ev_window_progress_response_cb), (show_loading_progress),
53         (ev_window_load_remote_failed), (window_open_file_copy_ready_cb),
54         (window_open_file_copy_progress_cb), (ev_window_load_file_remote),
55         (show_reloading_progress), (reload_remote_copy_ready_cb),
56         (reload_remote_copy_progress_cb), (query_remote_uri_mtime_cb),
57         (show_saving_progress), (window_save_file_copy_ready_cb),
58         (window_save_file_copy_progress_cb), (ev_window_save_remote),
59         (ev_window_dispose):
60
61         Show progress information when loading/saving remote files. Fixes
62         bug #370958.
63         
64 2008-12-30  Carlos Garcia Campos  <carlosgc@gnome.org>
65
66         * libdocument/ev-file-helpers.c: (ev_tmp_file_unlink):
67
68         Show better warning message when temp file cannot be deleted.
69         
70 2008-12-30  Carlos Garcia Campos  <carlosgc@gnome.org>
71
72         * shell/ev-window.c: (image_save_dialog_response_cb):
73
74         Fix saving images to remote locations.
75         
76 2008-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
77
78         * shell/ev-application.[ch]: (ev_application_shutdown),
79         (ev_application_get_print_settings_file),
80         (ev_application_save_print_settings),
81         (ev_application_get_print_settings),
82         (ev_application_set_print_settings),
83         (ev_application_get_page_setup), (ev_application_set_page_setup):
84         * shell/ev-window.c: (ev_window_save_print_page_setup),
85         (ev_window_load_print_page_setup_from_metadata),
86         (ev_window_print_page_setup_done_cb),
87         (ev_window_cmd_file_print_setup), (ev_window_do_preview_print),
88         (ev_window_cmd_preview_print):
89
90         Remember page setup options too. Paper size is globally remembered
91         while page margins are stored per document in metadata file. Fixes
92         bugs #525185 and #349102.
93         
94 2008-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
95
96         * shell/ev-print-operation.c:
97         (ev_print_operation_export_print_dialog_response_cb):
98
99         Fallback to EV_FILE_FORMAT_PS when file_format is not defined.
100         
101 2008-12-28  Carlos Garcia Campos  <carlosgc@gnome.org>
102
103         * shell/ev-print-operation.c: (export_cancel),
104         (export_job_cancelled), (ev_print_operation_export_begin),
105         (ev_print_operation_export_cancel):
106         * shell/ev-window.c: (ev_window_print_cancel),
107         (ev_window_print_update_pending_jobs_message),
108         (ev_window_print_operation_done),
109         (ev_window_print_operation_status_changed),
110         (print_jobs_confirmation_dialog_response),
111         (ev_window_cmd_file_close_window):
112
113         Show a confirmation dialog when there are pending print jobs while
114         closing the main window. Fixes bug #480964.
115         
116 2008-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
117
118         * shell/ev-print-operation.[ch]: (ev_print_operation_class_init),
119         (ev_print_operation_get_job_name),
120         (ev_print_operation_get_status),
121         (ev_print_operation_get_progress),
122         (ev_print_operation_update_status),
123         (ev_print_operation_export_get_job_name), (clamp_ranges),
124         (get_first_and_last_page), (ev_print_operation_export_run_next),
125         (print_job_finished), (export_print_done), (export_job_cancelled),
126         (update_progress), (export_print_page),
127         (ev_print_operation_export_begin),
128         (ev_print_operation_export_print_dialog_response_cb),
129         (ev_print_operation_export_run),
130         (ev_print_operation_export_cancel),
131         (ev_print_operation_export_class_init):
132         * shell/ev-window.c:
133         (ev_window_print_update_pending_jobs_message),
134         (ev_window_print_operation_done),
135         (ev_window_print_progress_response_cb),
136         (ev_window_print_operation_status_changed),
137         (ev_window_print_operation_begin_print), (ev_window_print_range),
138         (ev_window_dispose):
139
140         Show progress information when printing. Fixes bug #482770.
141         
142 2008-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
143
144         * shell/Makefile.am:
145         * shell/ev-progress-message-area.[ch]:
146         * shell/ev-message-area.[ch]: (ev_message_area_init),
147         (ev_message_area_set_image_from_stock):
148
149         Add EvProgressMessageArea derived from EvMessageArea to show
150         progress information in the message area. 
151         
152 2008-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
153
154         * cut-n-paste/gedit-message-area/gedit-message-area.[ch]:
155
156         Use GTK_RESPONSE_CLOSE instead of GTK_RESPONSE_CANCEL for the
157         close button. Add a function to get the contents of the message
158         area.
159         
160 2008-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
161
162         * shell/Makefile.am:
163         * shell/ev-print-operation.[ch]:
164         * shell/ev-jobs.[ch]: (ev_job_export_init),
165         (ev_job_export_dispose), (ev_job_export_run),
166         (ev_job_export_class_init), (ev_job_export_new),
167         (ev_job_export_set_page):
168         * shell/ev-window.c: (ev_window_print_operation_done),
169         (ev_window_print_range), (ev_window_dispose):
170
171         First step of the printing system rework. EvJobPrint has been
172         replaced by EvJobExport so that every page is scheduled to be
173         exported in a thread instead of scheduling the whole printing
174         process. This way the gui is responsive during printing.
175         
176 2008-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
177
178         * shell/ev-window.c: (setup_size_from_metadata),
179         (ev_window_load_print_settings_from_metadata):
180
181         Fix memory leaks.
182         
183 2008-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
184
185         * libdocument/ev-document.c: (ev_document_get_type):
186
187         Add GObject type as prerequisite to EvDocument interface so that
188         document instances can be used as GObjects.
189         
190 2008-12-19  Carlos Garcia Campos  <carlosgc@gnome.org>
191
192         * shell/ev-view.c: (jump_to_find_result):
193
194         Only jump the the location of the find result for the first match
195         when searching. It drastically improves the performance when
196         searching. Bug catched and fixed by Michael Hunold. Fixes bug
197         #564774.
198         
199 2008-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
200
201         * properties/ev-properties-main.c: (ev_properties_get_pages):
202         * properties/ev-properties-view.[ch]:
203         (ev_properties_view_dispose), (ev_properties_view_class_init),
204         (ev_properties_view_set_info), (ev_properties_view_new):
205         * shell/ev-properties-dialog.[ch]:
206         (ev_properties_dialog_set_document):
207         * shell/ev-window.c: (ev_window_setup_document),
208         (ev_window_cmd_file_properties):
209
210         Add document URI to properties page. Fixes bug #555376.
211         
212 2008-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
213
214         * configure.ac:
215         * data/Makefile.am:
216         * data/evince-password.glade: Removed
217         * data/evince-properties.glade: Removed
218         * properties/ev-properties-view.c:
219         (ev_properties_view_class_init), (set_property),
220         (ev_properties_view_set_info), (ev_properties_view_init):
221         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
222         (font_cell_data_func), (ev_properties_fonts_init):
223
224         Remove Glade dependency.
225         
226 2008-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
227
228         * backend/comics/comics-document.c: (comics_document_load):
229
230         Fix zip mime-type in comics backend. Patch by Juanjo Marín.
231         
232 2008-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
233
234         * NEWS:
235         * configure.ac:
236
237         Update for release 2.25.2
238         
239 2008-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
240
241         * configure.ac:
242         * shell/Makefile.am:
243         * shell/ev-keyring.[ch]:
244         * shell/ev-password.[ch]: Removed
245         * shell/ev-password-view.[ch]: (ev_password_view_finalize),
246         (ev_password_view_class_init), (ev_password_view_clicked_cb),
247         (ev_password_view_init), (ev_password_view_set_uri),
248         (ev_password_dialog_got_response),
249         (ev_password_dialog_remember_button_toggled),
250         (ev_password_dialog_entry_changed_cb),
251         (ev_password_dialog_entry_activated_cb),
252         (ev_password_view_ask_password), (ev_password_view_get_password),
253         (ev_password_view_get_password_save_flags),
254         (ev_password_view_new):
255         * shell/ev-window.c: (ev_window_password_view_unlock),
256         (ev_window_load_job_cb), (ev_window_close_dialogs),
257         (ev_window_init):
258
259         Rework the password view. When the password is in the keyring it's
260         used automatically without showing the password dialog and it's  
261         only stored in the keyring when we are sure it's correct. The
262         password dialog has been reworked too, in order to make it
263         more hig compliant and consistent with the GTK+ dialog used in
264         gtkmountoperation. Fixes bug #562496. 
265         
266 2008-11-29  Carlos Garcia Campos  <carlosgc@gnome.org>
267
268         * backend/comics/comics-document.c: (comics_document_load):
269
270         Do not trust file extensions when getting the command needed to
271         uncompress comic documents. Fixes bug #562143.
272         
273 2008-11-29  Carlos Garcia Campos  <carlosgc@gnome.org>
274
275         * libdocument/ev-document-factory.c: (get_document_from_uri),
276         (ev_document_factory_get_document):
277         * libdocument/ev-file-helpers.[ch]: (get_mime_type_from_uri),
278         (get_mime_type_from_data), (ev_file_get_mime_type):
279
280         Move mime-type functions from document-facrory to file-helpers so
281         that it can be reused.
282         
283 2008-11-29  Carlos Garcia Campos  <carlosgc@gnome.org>
284
285         * shell/ev-window.c: (ev_window_load_job_cb), (set_uri_mtime),
286         (window_open_file_copy_ready_cb), (ev_window_reload_local),
287         (reload_remote_copy_ready_cb), (query_remote_uri_mtime_cb),
288         (ev_window_reload_remote), (ev_window_reload_document):
289
290         Add support for reloading remote documents. Fixes bug #555399.
291         
292 2008-11-23  Carlos Garcia Campos  <carlosgc@gnome.org>
293
294         * shell/ev-view.c: (ev_view_find_previous):
295
296         Make sure find_result is never < 0 which causes a crash while
297         searching. Fixes bug #558377.
298         
299 2008-11-19  Marek Kašík <mkasik@redhat.com>
300
301         * shell/ev-pixbuf-cache.c (new_selection_surface_needed),
302         (ev_pixbuf_cache_get_selection_surface):
303         
304         Fixes crash on fast scrolling with simultaneous text selection.
305
306 2008-11-19  Marek Kašík <mkasik@redhat.com>
307
308         * shell/ev-pixbuf-cache.c (ev_pixbuf_cache_add_jobs_if_needed):
309         * shell/ev-window.c (launch_external_uri):
310         
311         Fixes assertion fail on selecting text. See bug #561393.
312
313 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
314
315         * shell/Makefile.am:
316         * shell/ev-jobs.[ch]: (ev_job_layers_init),
317         (ev_job_layers_dispose), (ev_job_layers_run),
318         (ev_job_layers_class_init), (ev_job_layers_new):
319         * shell/ev-sidebar-layers.[ch]:
320         * shell/ev-view.[ch]: (ev_view_form_field_button_create_widget),
321         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
322         (ev_view_reload_page), (ev_view_reload):
323         * shell/ev-window.c: (setup_sidebar_from_metadata),
324         (ev_window_sidebar_current_page_changed_cb),
325         (sidebar_layers_visibility_changed), (ev_window_init):
326
327         Add layers support.
328         
329 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
330
331         * data/icons/22x22/actions/Makefile.am:
332         * data/icons/22x22/actions/eye.png:
333         * shell/ev-stock-icons.[ch]:
334         
335         Add eye icon from gimp to hide/show layers.
336         
337 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
338
339         * configure.ac:
340         * cut-n-paste/Makefile.am:
341         * cut-n-paste/gimpcellrenderertoggle/Makefile.am:
342         * cut-n-paste/gimpcellrenderertoggle/gimpcellrenderertoggle.[ch]:
343         * cut-n-paste/gimpcellrenderertoggle/gimpwidgetsmarshal.list:
344
345         Add GimpCellRendererToggle from gimp slightly modified to fit our
346         needs. 
347         
348 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
349
350         * configure.ac:
351         * backend/pdf/ev-poppler.cc:
352
353         Implement layers interface in PDF backend.
354         
355 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
356
357         * libdocument/Makefile.am:
358         * libdocument/ev-document-layers.[ch]:
359         * libdocument/ev-layer.[ch]:
360
361         Add optional content (layers) interface.
362         
363 2008-11-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
364
365         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
366         * cut-n-paste/toolbar-editor/eggtreemultidnd.h:
367
368         Removes unused code.
369
370 2008-11-05  Carlos Garcia Campos  <carlosgc@gnome.org>
371
372         * NEWS:
373         * configure.ac:
374
375         Update for 2.25.1 release
376
377 2008-11-05  Carlos Garcia Campos  <carlosgc@gnome.org>
378
379         * shell/ev-window.c:
380
381         Fix build with GTK+ < 2.14
382
383 2008-11-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
384
385         * cut-n-paste/zoom-control/ephy-zoom-action.c (create_menu_item):
386         
387         Makes menu label translatable. Fixes bug #559129.
388
389 2008-11-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
390
391         * backend/dvi/mdvi-lib/t1.c (t1_reset_resolution),
392         (t1_transform_font):
393         * backend/dvi/mdvi-lib/tt.c (tt_really_load_font), (tt_load_font):
394         
395         More renames of warning to mdvi_warning in follow up to the
396         fix of the bug #553369. Fix for the bug #559257 by
397         Tuxce <tuxce.net@gmail.com>.
398         
399 2008-11-02  Carlos Garcia Campos  <carlosgc@gnome.org>
400
401         * shell/ev-application.c: (ev_application_init_session):
402         * shell/main.c: (main):
403
404         Move the egg_set_desktop_file() call to main and remove
405         gtk_window_set_default_icon_name() since it's already called by
406         egg_set_desktop_file()
407         
408 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
409
410         * libdocument/ev-file-helpers.c: (ev_xfer_uri_simple):
411
412         Initialize GError to NULL.
413         
414 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
415
416         * shell/ev-window.c: (window_save_file_copy_ready_cb),
417         (ev_window_print_finished), (ev_window_print_dialog_response_cb),
418         (ev_window_preview_print_finished), (launch_action):
419
420         Do not use popup dialogs to show error messages anymore, use the
421         message area instead.
422         
423 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
424
425         * shell/ev-window.c: (ev_window_error_message),
426         (ev_window_warning_message), (ev_window_set_document),
427         (ev_window_load_job_cb), (ev_window_load_remote_failed),
428         (ev_window_cmd_file_open_copy_at_dest), (ev_window_save_job_cb),
429         (ev_window_cmd_help_contents), (launch_external_uri),
430         (image_save_dialog_response_cb), (image_save_dialog_response_cb),
431         (ev_attachment_popup_cmd_open_attachment),
432         (attachment_save_dialog_response_cb):
433
434         Use a message format (with printf()-style) in
435         ev_window_error_message and ev_window_warning_message.
436
437 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
438
439         * shell/ev-window.c: (ev_window_error_message),
440         (ev_window_warning_message), (ev_window_set_document),
441         (ev_window_load_job_cb), (ev_window_load_remote_failed),
442         (ev_window_cmd_file_open_copy_at_dest), (ev_window_save_job_cb),
443         (ev_window_cmd_help_contents), (launch_external_uri),
444         (image_save_dialog_response_cb),
445         (ev_attachment_popup_cmd_open_attachment),
446         (attachment_save_dialog_response_cb):
447
448         Change ev_window_error_message and ev_window_warning_message to
449         receive a EvWindow instead of a GtkWindow. It's more consistent
450         and avoids unneeded casts.
451         
452 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
453
454         * shell/ev-window.c: (ev_window_cmd_help_contents):
455
456         Use gtk_show_uri() when availale to display help contents.
457         
458 2008-10-31  Carlos Garcia Campos  <carlosgc@gnome.org>
459
460         * configure.ac:
461         * backend/pdf/ev-poppler.cc:
462         * properties/ev-properties-view.c:
463         * shell/Makefile.am:
464         * shell/ev-tooltip.[ch]: Removed
465         * shell/ev-view-private.h
466         * shell/eggfindbar.c:
467         * shell/ev-application.c:
468         * shell/ev-open-recent-action.c:
469         * shell/ev-sidebar-thumbnails.c:
470         * shell/ev-view.c:
471         * shell/ev-window.c:
472
473         Bump GTK+ requirement to 2.12.
474         
475 2008-10-27 Christian Persch <chpe@gnome.org>
476
477         * backend/djvu/djvu-document.c
478         * backend/dvi/cairo-device.c
479         * cut-n-paste/evmountoperation/ev-mount-operation.h
480         * cut-n-paste/gedit-message-area/gedit-message-area.h
481         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c
482         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h
483         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c
484         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h
485         * cut-n-paste/toolbar-editor/egg-toolbars-model.c
486         * cut-n-paste/toolbar-editor/egg-toolbars-model.h
487         * cut-n-paste/toolbar-editor/eggtreemultidnd.c
488         * cut-n-paste/toolbar-editor/eggtreemultidnd.h
489         * cut-n-paste/zoom-control/ephy-zoom-action.c
490         * cut-n-paste/zoom-control/ephy-zoom-action.h
491         * cut-n-paste/zoom-control/ephy-zoom-control.c
492         * cut-n-paste/zoom-control/ephy-zoom-control.h
493         * libdocument/ev-async-renderer.h
494         * libdocument/ev-document-factory.c
495         * libdocument/ev-document-misc.h
496         * libdocument/ev-image.h
497         * libdocument/ev-selection.h
498         * shell/ev-properties-fonts.h
499         * shell/ev-stock-icons.h
500         * shell/ev-window.c: Only include glib.h, gdk/gdk.h and gtk/gtk.h
501         directly. Bug #558064.
502
503 2008-10-27 Christian Persch <chpe@gnome.org>
504
505         * cut-and-paste/smclient/*: Update from libegg.
506
507 2008-10-27 Christian Persch <chpe@gnome.org>
508
509         * backend/djvu/djvu-document.c
510         * backend/ps/ev-spectre.c
511         * shell/ev-jobs.c: Use printf safely. Bug #558066.
512
513 2008-10-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
514
515         * shell/ev-view.c (ev_view_change_page),
516         (ev_view_transition_animation_finish),
517         (ev_view_transition_animation_cancel), (page_changed_cb),
518         (ev_view_set_presentation), (ev_view_next_page),
519         (ev_view_previous_page):
520         
521         Cancel the animation without scheduling transition start
522         and proceed to the next page to fix bug #516749.
523
524 2008-10-19  Carlos Garcia Campos  <carlosgc@gnome.org>
525
526         * NEWS:
527         * configure.ac:
528
529         Update for release 2.24.1
530         
531 2008-10-17  Carlos Garcia Campos  <carlosgc@gnome.org>
532
533         * shell/ev-window.c: (ev_window_cmd_view_presentation):
534
535         Disable toggle function of F5 when in presentation mode. Patch by
536         Dave Neary. Fixes bug #556162.
537         
538 2008-10-17  Carlos Garcia Campos  <carlosgc@gnome.org>
539
540         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
541         (ev_sidebar_thumbnails_get_loading_icon), (clear_range),
542         (ev_sidebar_thumbnails_fill_model),
543         (ev_sidebar_thumbnails_refresh),
544         (ev_sidebar_thumbnails_set_document):
545
546         Instead of using only one loading icon for thumbnails based on the
547         size of the first page, create an icon for every different page
548         size. Fixes bug #556264.
549         
550 2008-10-17  Carlos Garcia Campos  <carlosgc@gnome.org>
551
552         * shell/ev-page-cache.c: (ev_page_cache_finalize):
553
554         Fix memory leak.
555         
556 2008-10-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
557
558         * shell/ev-window-title.c (ev_window_title_sanitize_title):
559
560         Removes bad prefixes from window title. Patch by 
561         Robin Sonefors <ozamosi@blinkenlights.se> fixes bug #534684.
562         
563 2008-10-12  Carlos Garcia Campos  <carlosgc@gnome.org>
564
565         * shell/ev-window.c: (launch_external_uri):
566
567         Do not consider mailto links as http uris. Fixes bug #555801.
568         
569 2008-10-06  Carlos Garcia Campos  <carlosgc@gnome.org>
570
571         * shell/ev-view.c: (merge_selection_region), (clear_selection):
572
573         Fix memory leak. Fixes bug #555134.
574         
575 2008-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
576
577         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
578
579         Emit the job finished signal when the job is handled before the
580         page_ready callback.
581         
582 2008-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
583
584         * shell/ev-window.c: (launch_action):
585
586         Use GdkAppLaunchContext when available to launch external
587         applications.
588         
589 2008-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
590
591         * shell/ev-window.c: (launch_action):
592
593         Fix launching external applications for launch actions which seems
594         to be broken since the gio port. Fixes bug #554500.
595         
596 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
597
598         * backend/dvi/Makefile.am:
599         * backend/dvi/cairo-device.c:
600         * backend/dvi/dvi-document.c:
601         * backend/dvi/mdvi-lib/Makefile.am:
602
603         Fix several compile warnings in the dvi backend.
604         
605 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
606
607         * backend/dvi/mdvi-lib/common.h:
608         * backend/dvi/mdvi-lib/dviread.c:
609         * backend/dvi/mdvi-lib/font.c:
610         * backend/dvi/mdvi-lib/fontmap.c:
611         * backend/dvi/mdvi-lib/fontsrch.c:
612         * backend/dvi/mdvi-lib/gf.c:
613         * backend/dvi/mdvi-lib/pagesel.c:
614         * backend/dvi/mdvi-lib/pk.c:
615         * backend/dvi/mdvi-lib/sp-epsf.c:
616         * backend/dvi/mdvi-lib/special.c:
617         * backend/dvi/mdvi-lib/tfm.c:
618         * backend/dvi/mdvi-lib/tfmfile.c:
619         * backend/dvi/mdvi-lib/util.c:
620         * backend/dvi/mdvi-lib/vf.c:
621
622         Rename error as mdvi_error to avoid symbol conflicts with the libc
623         error. Rename also message, crash, fatal and warning for
624         consistency. Fixes bug #553369.
625         
626 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
627
628         * backend/dvi/dvi-document.c: (dvi_document_load):
629
630         Fix memory leak.
631         
632 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
633
634         * backend/dvi/dvi-document.c:
635
636         Use EV_BACKEND_IMPLEMENT_INTERFACE instead of
637         G_IMPLEMENT_INTERFACE.
638         
639 2008-09-26  Carlos Garcia Campos  <carlosgc@gnome.org>
640
641         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
642
643         Make sure copy_job_page_and_selection_to_job_info is always called
644         before copy_job_to_job_info. Fixes bug #552382.
645         
646 2008-09-22  Carlos Garcia Campos  <carlosgc@gnome.org>
647
648         * NEWS:
649         * configure.ac:
650
651         Update for release 2.24.0
652         
653 2008-09-13  Carlos Garcia Campos  <carlosgc@gnome.org>
654
655         * shell/ev-window.c: (launch_external_uri):
656
657         Use GdkAppLaunchContext when available to launch external uris.
658         
659 2008-09-13  Carlos Garcia Campos  <carlosgc@gnome.org>
660
661         * shell/ev-window.c: (launch_external_uri):
662
663         Use the message area to show errors when lauching external uris
664         instead of a popup window.
665         
666 2008-09-13  Carlos Garcia Campos  <carlosgc@gnome.org>
667
668         * shell/ev-window.c: (launch_external_uri):
669
670         Assume invalid uris are http uris. Fixes bug #552071.
671         
672 2008-09-09  Carlos Garcia Campos  <carlosgc@gnome.org>
673
674         * NEWS:
675         * configure.ac:
676
677         Update for release 2.23.92.
678         
679 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
680
681         * shell/eggfindbar.c: (egg_find_bar_class_init):
682
683         Allow page scrolling with PageUp/PageDown keys when find bar is
684         active. Fixes bug #529833.
685         
686 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
687
688         * shell/ev-view-private.h:
689         * shell/ev-view.[ch]: (add_scroll_binding_keypad),
690         (ev_view_scroll), (ev_view_class_init):
691         * shell/ev-view-accessible.c:
692         (ev_view_accessible_action_do_action):
693         * shell/ev-window.c: (ev_window_cmd_scroll_forward),
694         (ev_window_cmd_scroll_backward):
695
696         Use GtkScrollType instead of EvScrollType.
697         
698 2008-09-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
699
700         * shell/ev-page-cache.c (ev_page_cache_set_page_label):
701         
702         Patch for case unsensitive page label match by Michael Lee.
703         See bug #550136.
704         
705         * shell/ev-page-action.c (create_tool_item):    
706         * test/Makefile.am:
707         * test/test1.py:
708         * test/test4.py:
709         * test/test5.py:
710         
711         Added test for the above and updated other tests.
712
713 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
714
715         * shell/ev-window.c: (image_save_dialog_response_cb):
716
717         Do not append the file extension twice when saving an image.
718         
719 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
720
721         * backend/pdf/ev-poppler.cc: (pdf_document_images_get_image):
722
723         Remove an invalid ifdef.
724         
725 2008-09-05  Carlos Garcia Campos  <carlosgc@gnome.org>
726
727         * shell/ev-view.c: (ev_view_motion_notify_event):
728
729         Make sure the cursor is correctly restored after showing the right
730         click menu.
731         
732 2008-09-05  Carlos Garcia Campos  <carlosgc@gnome.org>
733
734         * libdocument/ev-attachment.[ch]: (ev_attachment_launch_app),
735         (ev_attachment_open):
736         * shell/ev-sidebar-attachments.c:
737         (ev_sidebar_attachments_button_press):
738         * shell/ev-window.c: (ev_attachment_popup_cmd_open_attachment):
739
740         Use GdkAppLaunchContext when available to open attachments.
741         
742 2008-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
743
744         * shell/ev-media-player-keys.c: (ev_media_player_keys_grab_keys):
745
746         Grab the mediakeys with a low priority. Fixes bug #547164. Patch
747         by Eric Piel.
748         
749 2008-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
750
751         * shell/ev-application.c: (ev_application_get_media_keys):
752         * shell/ev-media-player-keys.[ch]:
753         (ev_media_player_keys_class_init), (on_media_player_key_pressed),
754         (ev_media_player_keys_grab_keys),
755         (ev_media_player_keys_release_keys), (ev_media_player_keys_init),
756         (ev_media_player_keys_focused), (ev_media_player_keys_finalize):
757         * shell/ev-window.[ch]: (ev_window_dispose),
758         (view_actions_focus_in_cb), (ev_window_media_player_key_pressed),
759         (ev_window_init):
760
761         Clean up the media player keys stuff.
762         
763 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
764
765         * NEWS:
766         * configure.ac:
767
768         Update for release 2.23.91.
769         
770 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
771
772         * cut-n-paste/smclient/eggsmclient-xsmp.c:
773         (sm_client_xsmp_set_initial_properties):
774
775         Fix memory leak.
776         
777 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
778
779         * shell/ev-application.c: (ev_application_open_window),
780         (ev_application_open_uri_at_dest):
781
782         Make sure evince starts up in the right workspace when resuming a
783         previous session.
784         
785 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
786
787         * shell/ev-application.[ch]: (ev_application_open_window),
788         (ev_application_add_icon_path_for_screen),
789         (ev_application_open_uri_at_dest):
790
791         Fix window manager warnings shown in ~/.xsession-errors
792         
793 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
794
795         * configure.ac:
796         * cut-n-paste/Makefile.am:
797         * cut-n-paste/smclient/Makefile.am:
798         * cut-n-paste/smclient/eggdesktopfile.[ch]:
799         * cut-n-paste/smclient/eggsmclient-private.h:
800         * cut-n-paste/smclient/eggsmclient-xsmp.c:
801         * cut-n-paste/smclient/eggsmclient.[ch]:
802
803         EggSMClient copied from libegg
804
805         * libdocument/ev-file-helpers.c: (ev_dot_dir):
806         * shell/Makefile.am:
807         * shell/ev-application.[ch]: (ev_application_load_session),
808         (smclient_save_state_cb), (smclient_quit_cb),
809         (ev_application_init_session), (ev_application_shutdown),
810         (ev_application_init):
811         * shell/main.c: (main):
812
813         Use EggSMClient instead of gnome-client and remove libgnome and
814         libgnomeui dependencies.
815         
816 2008-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
817
818         * shell/main.c: (main):
819
820         Remove gnome_authentication_manager_init.
821         
822 2008-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
823
824         * shell/ev-view.c: (ev_view_goto_window_create):
825
826         Use gtk_box_pack_start instead of gtk_box_pack_start_defaults
827         since it's now deprecated.
828         
829 2008-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
830
831         * backend/djvu/Makefile.am:
832         * backend/djvu/djvu-document-private.h:
833         * backend/djvu/djvu-document.c: (djvu_document_find_find_text),
834         (djvu_document_find_iface_init):
835         * backend/djvu/djvu-text-page.[ch]:
836         * backend/djvu/djvu-text.[ch]: Removed
837         * backend/pdf/ev-poppler.cc: (pdf_document_find_find_text),
838         (pdf_document_find_iface_init):
839         * libdocument/ev-document-find.[ch]: (ev_document_find_find_text):
840         * shell/ev-jobs.[ch]: (ev_job_find_init), (ev_job_find_dispose),
841         (ev_job_find_run), (ev_job_find_class_init), (ev_job_find_new),
842         (ev_job_find_get_n_results), (ev_job_find_get_progress),
843         (ev_job_find_has_results), (ev_job_find_get_results):
844         * shell/ev-view-private.h:
845         * shell/ev-view.[ch]: (ev_view_expose_event),
846         (highlight_find_results), (ev_view_finalize),
847         (ev_view_get_property), (ev_view_class_init), (page_changed_cb),
848         (ev_view_set_document), (ev_view_find_get_n_results),
849         (ev_view_find_get_result), (jump_to_find_result),
850         (jump_to_find_page), (ev_view_find_changed), (ev_view_find_next),
851         (ev_view_find_previous), (ev_view_find_search_changed),
852         (ev_view_find_set_highlight_search), (ev_view_find_cancel):
853         * shell/ev-window.c: (ev_window_update_actions),
854         (page_changed_cb), (ev_window_setup_document),
855         (ev_window_update_find_status_message),
856         (ev_window_find_job_finished_cb), (ev_window_find_job_updated_cb),
857         (ev_window_clear_find_job), (find_bar_close_cb),
858         (find_bar_search_changed_cb), (find_bar_visibility_changed_cb),
859         (ev_window_dispose), (ev_window_init):
860
861         Rework find interface. The find logic has been moved from backends
862         to the shell avoiding a lot of duplicated code in the backends and
863         making easier to implement the find interface in the backends.
864         
865 2008-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
866
867         * backend/pdf/ev-poppler.cc:
868         (pdf_document_thumbnails_get_dimensions):
869
870         Make sure thumbnail size returned by the PDF is actually
871         valid. Fixes bug #548462.
872         
873 2008-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
874
875         * shell/ev-window.c: (ev_window_setup_document),
876         (ev_window_set_document), (ev_window_dispose):
877
878         Remove the idle function for setting the document up when the
879         window is destroyed. Fixes bug #549163.
880         
881 2008-08-22  Carlos Garcia Campos  <carlosgc@gnome.org>
882
883         * shell/ev-jobs.[ch]: (ev_job_attachments_init),
884         (ev_job_attachments_dispose), (ev_job_attachments_run),
885         (ev_job_attachments_class_init), (ev_job_attachments_new):
886         * shell/ev-sidebar-attachments.c:
887         (ev_sidebar_attachments_set_document):
888
889         Add a new job to get the attachments in a thread with the document
890         lock held. Fixes bug #548653.
891         
892 2008-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
893
894         * backend/tiff/tiff-document.c: (tiff_document_get_page_label),
895         (tiff_document_document_iface_init):
896
897         Implement document_get_page_label in tiff backend.
898         
899 2008-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
900
901         * backend/tiff/tiff-document.c: (tiff_document_render):
902
903         Handle document orientation in tiff backend. Fixes bug #548444.
904         
905 2008-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
906
907         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
908
909         Do not crash when adjustment page size is 0. Fixes bug #547440.
910         
911 2008-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
912
913         * cut-n-paste/evmountoperation/ev-mount-operation.c:
914
915         Sync with current GTK+.
916         
917 2008-08-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
918
919         * configure.ac:
920         
921         Update for release 2.23.6.
922
923 2008-08-06  Carlos Garcia Campos  <carlosgc@gnome.org>
924
925         * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_run),
926         (ev_job_load_set_password):
927         * shell/ev-password.[ch]: (ev_password_dialog_get_password):
928         * shell/ev-window.c: (password_dialog_response),
929         (ev_window_load_job_cb):
930
931         Fix loading encrypted documents since I broke it with the jobs
932         rework.
933         
934 2008-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
935
936         * NEWS:
937
938         Update NEWS for 2.23.6 release.
939         
940 2008-08-03  Wouter Bolsterlee  <wbolster@svn.gnome.org>
941
942         * backend/impress/impress-document.c:
943         * backend/impress/render.h:
944         * libdocument/ev-document-factory.c:
945         * libdocument/ev-document-factory.h:
946         * libdocument/ev-document-links.h:
947         * libdocument/ev-document-misc.c:
948         * libdocument/ev-document-misc.h:
949         * properties/ev-properties-main.c:
950         * properties/ev-properties-view.c:
951         * properties/ev-properties-view.h:
952         * shell/eggfindbar.c:
953         * shell/eggfindbar.h:
954         * shell/ev-application.c:
955         * shell/ev-application.h:
956         * shell/ev-jobs.h:
957         * shell/ev-message-area.h:
958         * shell/ev-navigation-action.c:
959         * shell/ev-navigation-action.h:
960         * shell/ev-open-recent-action.c:
961         * shell/ev-open-recent-action.h:
962         * shell/ev-page-action-widget.c:
963         * shell/ev-page-action.c:
964         * shell/ev-page-action.h:
965         * shell/ev-page-cache.h:
966         * shell/ev-password-view.h:
967         * shell/ev-password.h:
968         * shell/ev-pixbuf-cache.h:
969         * shell/ev-properties-fonts.c:
970         * shell/ev-sidebar-attachments.c:
971         * shell/ev-sidebar-links.c:
972         * shell/ev-sidebar-links.h:
973         * shell/ev-sidebar-thumbnails.c:
974         * shell/ev-sidebar-thumbnails.h:
975         * shell/ev-sidebar.c:
976         * shell/ev-sidebar.h:
977         * shell/ev-stock-icons.c:
978         * shell/ev-tooltip.h:
979         * shell/ev-view.c:
980         * shell/ev-view.h:
981         * shell/ev-window.c:
982         * shell/ev-window.h:
983         * shell/main.c:
984
985         More #include cleanups. Again: reordering, single gtk.h
986         includes and other stuff.
987
988 2008-08-03  Wouter Bolsterlee  <wbolster@svn.gnome.org>
989
990         * shell/eggfindbar.c:
991         * shell/ev-application.c:
992         * shell/ev-message-area.c:
993         * shell/ev-navigation-action.c:
994         * shell/ev-open-recent-action.c:
995         * shell/ev-page-action-widget.c:
996         * shell/ev-page-action.c:
997         * shell/ev-password-view.c:
998         * shell/ev-properties-dialog.c:
999         * shell/ev-properties-fonts.c:
1000         * shell/ev-sidebar-attachments.c:
1001         * shell/ev-sidebar-page.c:
1002         * shell/ev-sidebar-thumbnails.c:
1003         * shell/ev-stock-icons.c:
1004         * shell/ev-tooltip.c:
1005         * shell/ev-view.c:
1006         * shell/ev-window.c:
1007         * shell/main.c:
1008
1009         Cleanup many #include statements: reorder so that a
1010         generic-to-specific order is used, use single gtk.h
1011         includes, and some other cleanups.
1012
1013 2008-08-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1014
1015         * shell/ev-jobs.h:
1016
1017         Add gio header.
1018         
1019 2008-08-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1020
1021         * libdocument/ev-document.[ch]: (ev_document_doc_mutex_trylock),
1022         (ev_document_fc_mutex_trylock):
1023         * shell/Makefile.am:
1024         * shell/ev-job-queue.[ch]:
1025         * shell/ev-job-scheduler.[ch]:
1026         * shell/ev-jobs.[ch]: (ev_job_init), (ev_job_dispose),
1027         (ev_job_class_init), (emit_finished), (ev_job_emit_finished),
1028         (ev_job_run), (ev_job_cancel), (ev_job_failed),
1029         (ev_job_failed_from_error), (ev_job_succeeded),
1030         (ev_job_is_finished), (ev_job_is_failed), (ev_job_get_run_mode),
1031         (ev_job_set_run_mode), (ev_job_links_init), (ev_job_links_run),
1032         (ev_job_links_class_init), (ev_job_render_init),
1033         (notify_page_ready), (ev_job_render_page_ready),
1034         (ev_job_render_run), (ev_job_render_class_init),
1035         (ev_job_thumbnail_init), (ev_job_thumbnail_run),
1036         (ev_job_thumbnail_class_init), (ev_job_fonts_init),
1037         (ev_job_fonts_run), (ev_job_fonts_class_init), (ev_job_load_init),
1038         (ev_job_load_run), (ev_job_load_class_init), (ev_job_save_init),
1039         (ev_job_save_dispose), (ev_job_save_run),
1040         (ev_job_save_class_init), (ev_job_print_init),
1041         (ev_job_print_dispose), (ev_job_print_run),
1042         (ev_job_print_class_init):
1043         * shell/ev-page-cache.c:
1044         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
1045         (check_job_size_and_unref), (move_one_job),
1046         (copy_job_to_job_info), (add_job),
1047         (ev_pixbuf_cache_add_jobs_if_needed):
1048         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
1049         (job_fonts_finished_cb), (job_fonts_updated_cb),
1050         (ev_properties_fonts_set_document):
1051         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
1052         (ev_sidebar_links_set_document):
1053         * shell/ev-sidebar-thumbnails.c: (clear_range), (add_range),
1054         (ev_sidebar_thumbnails_set_document),
1055         (ev_sidebar_thumbnails_clear_job):
1056         * shell/ev-view-private.h:
1057         * shell/ev-view.c:
1058         * shell/ev-window.c: (ev_window_clear_thumbnail_job),
1059         (ev_window_refresh_window_thumbnail), (password_dialog_response),
1060         (ev_window_clear_load_job), (ev_window_clear_reload_job),
1061         (ev_window_load_job_cb), (ev_window_reload_job_cb),
1062         (window_open_file_copy_ready_cb), (ev_window_open_uri),
1063         (ev_window_reload_document), (ev_window_clear_save_job),
1064         (ev_window_save_job_cb), (file_save_dialog_response_cb),
1065         (ev_window_clear_print_job), (ev_window_print_job_cb),
1066         (ev_window_print_dialog_response_cb):
1067         * shell/main.c: (main):
1068
1069         Rework the jobs system in order to make it simpler and more
1070         extensible. It allows to run jobs in the main loop instead of
1071         using a thread when it's appropriate like the fonts job. Now it's
1072         also possible to cancel jobs that are currently running. 
1073         
1074 2008-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1075
1076         * libdocument/ev-debug.c: (profile_init):
1077
1078         Create the hash table also when profiling service is enabled for
1079         all sections.
1080         
1081 2008-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1082
1083         * libdocument/ev-debug.[ch]: (ev_profiler_start),
1084         (ev_profiler_stop):
1085         * shell/ev-jobs.c: (ev_job_finished), (ev_job_links_run),
1086         (notify_page_ready), (ev_job_render_run), (ev_job_thumbnail_run),
1087         (ev_job_fonts_run), (ev_job_load_run), (ev_job_save_run),
1088         (ev_job_print_run):
1089         * shell/main.c: (main):
1090
1091         Add a profile mode available when debug is enabled. Add profilers
1092         in ev-jobs.
1093         
1094 2008-07-23  Götz Waschk <waschk@mandriva.org>
1095
1096         * configure.ac: Correctly build desktop file. Fixes
1097         bug #544237.
1098
1099 2008-07-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1100
1101         * configure.ac:
1102         
1103         Update for release 2.23.5.
1104
1105 2008-07-21  Carlos Garcia Campos  <carlosgc@gnome.org>
1106
1107         * NEWS:
1108
1109         Update NEWS for 2.23.5 release.
1110         
1111 2008-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1112
1113         * shell/ev-window.c: (ev_window_state_event),
1114         (ev_window_class_init):
1115
1116         Intercept window manager's fullscreen request in order to run/stop
1117         fullscreen mode. Fixes bug #493541.
1118         
1119 2008-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1120
1121         * shell/ev-window.c: (find_bar_visibility_changed_cb):
1122
1123         Restart the job search when the find bar is opened for the second
1124         time. Fixes bug #531956.
1125         
1126 2008-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1127
1128         * libdocument/ev-document-factory.c: (get_mime_type_from_data),
1129         (get_document_from_uri):
1130
1131         Make sure we always return a valid error struct when
1132         get_document_from_uri fails. Fixes nautilus crash, see bug
1133         #542548.
1134         
1135 2008-07-15   Darren Kenny  <darren.kenny@sun.com>
1136
1137         * libdocument/ev-transition-effect.c
1138         (ev_transition_effect_type_get_type),
1139         (ev_transition_effect_alignment_get_type),
1140         (ev_transition_effect_direction_get_type):
1141         
1142         Fixes bug #542924. Makes enums static to fix Solaris build.
1143
1144 2008-07-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1145
1146         * shell/ev-view.c: (ev_view_key_press_event):
1147
1148         Add '.' keybinding for blanking the screen in presentation
1149         mode. Fixes bug #542001.
1150         
1151 2008-07-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1152
1153         * libdocument/ev-document-misc.c:
1154         (ev_document_misc_pixbuf_from_surface):
1155
1156         Fix bytes order on big endian. Patch by Benjamin Jacobs. Fixes bug
1157         #540950.
1158         
1159 2008-07-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1160
1161         * backend/comics/comics-document.c (comics_document_load):
1162         * backend/comics/comicsdocument.evince-backend.in:
1163         * configure.ac:
1164         * thumbnailer/evince-thumbnailer-comics.schemas.in:
1165         
1166         Added support for 7-zip based cb7 comic book. Patch by
1167         Kartik Rustagi. Fixes bug #532312.
1168
1169 2008-06-24  Bastien Nocera  <hadess@hadess.net>
1170
1171         * shell/ev-window.c: Use Alt+Left to rotate left, and Alt+Right
1172         to rotate right. Ctrl+R (as EOG uses) is already used for reload.
1173         Fixes bug #539972.
1174
1175 2008-06-24  Bastien Nocera  <hadess@hadess.net>
1176
1177         * shell/Makefile.am:
1178         * shell/ev-application.c (ev_application_init),
1179         (ev_application_get_media_keys):
1180         * shell/ev-application.h:
1181         * shell/ev-marshal.list:
1182         * shell/ev-media-player-keys.c (ev_media_player_keys_class_init),
1183         (proxy_destroy), (on_media_player_key_pressed),
1184         (ev_media_player_keys_init), (ev_media_player_keys_focused),
1185         (ev_media_player_keys_finalize), (ev_media_player_keys_new):
1186         * shell/ev-media-player-keys.h:
1187         * shell/ev-window.c (ev_window_go_previous_page),
1188         (ev_window_go_next_page), (ev_window_go_first_page),
1189         (ev_window_go_last_page), (ev_window_start_presentation),
1190         (ev_window_dispose), (view_actions_focus_in_cb):
1191         * shell/ev-window.h: When building with D-Bus support, listen
1192         for multimedia key events from gnome-settings-daemon. This allows
1193         to go to the next/previous/first/last pages using, respectively,
1194         Next/Previous/Rewing/Fast Forward. The Play button is used to start
1195         a presentation. Fixes bug #539971.
1196
1197 2008-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1198
1199         * configure.ac:
1200         
1201         Update for release 2.23.4.
1202
1203 2008-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1204
1205         * NEWS:
1206
1207         Update news for 2.23.4 release.
1208         
1209 2008-06-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1210
1211         * backend/pdf/ev-poppler.cc: (pdf_document_get_info):
1212         * shell/ev-sidebar-thumbnails.c:
1213         (ev_sidebar_thumbnails_set_loading_icon),
1214         (ev_sidebar_thumbnails_refresh):
1215         * shell/ev-window.c: (ev_window_error_message),
1216         (ev_window_warning_message), (ev_window_refresh_window_thumbnail),
1217         (ev_window_set_document):
1218
1219         Do not crash opening documents with no pages and show a warning
1220         message in the message area. Fixes bugs #537574 and #171588.
1221         
1222 2008-06-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1223
1224         * shell/Makefile.am:
1225         * shell/ev-file-monitor.[ch]:
1226         * shell/ev-window.c: (ev_window_document_changed),
1227         (ev_window_clear_reload_job), (ev_window_load_job_cb),
1228         (ev_window_reload_job_cb), (ev_window_open_uri),
1229         (ev_window_reload_document), (ev_window_cmd_view_reload),
1230         (ev_window_dispose):
1231
1232         Automaticly reload the document when the file has changed on
1233         disk. Bug #304249.
1234         
1235 2008-06-10  Cosimo Cecchi  <cosimoc@gnome.org>
1236
1237         * libdocument/ev-backends-manager.c: (ev_backends_manager_load):
1238         * libdocument/ev-image.c: (ev_image_save_tmp):
1239         * libdocument/ev-module.c: (ev_module_load):
1240         * shell/ev-application.c: (ev_application_shutdown),
1241         (ev_application_get_print_settings):
1242         * shell/ev-sidebar-attachments.c:
1243         (ev_sidebar_attachments_button_press),
1244         (ev_sidebar_attachments_drag_data_get):
1245         * shell/ev-window.c: (window_save_file_copy_ready_cb),
1246         (ev_window_print_finished), (ev_window_print_send),
1247         (ev_window_print_job_cb), (ev_window_cmd_help_contents),
1248         (ev_window_preview_print_finished), (ev_window_do_preview_print),
1249         (ev_window_cmd_preview_print):
1250         * shell/main.c: (load_files_remote):
1251         Fix some build warnings under GCC 4.3.0. (#537535).
1252
1253 2008-05-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1254
1255         * shell/ev-jobs.c: (ev_job_render_dispose):
1256
1257         Fix a crash in debug mode. Patch by Daniel M German.
1258         
1259 2008-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1260
1261         * shell/ev-window.c:
1262
1263         Add Ctrl+N keybinding for Open a Copy. Fixes bug #532239.
1264         
1265 2008-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1266
1267         * shell/ev-window.c: (ev_window_print_send),
1268         (ev_window_do_preview_print):
1269
1270         Use the window title as print job name instead of just
1271         "evince-print". Fixes bug #534493.
1272         
1273 2008-05-19  Frederic Peters  <fpeters@0d.be>
1274
1275         * libdocument/Makefile.am: fixed typo in ev-debug.h filename.
1276         Bug #533897.
1277
1278 2008-05-19  Frederic Peters  <fpeters@0d.be>
1279
1280         * help/reference/Makefile.am: added missing libevmountoperation to
1281         gtkdoc-scanobj libraries.  Bug #533896.
1282
1283 2008-05-19  Matthias Drochner  <M.Drochner@fz-juelich.de>
1284
1285         * properties/ev-properties-view.c (get_default_user_units):
1286         Fixes check for default units string translation. Bug #533323.
1287
1288 2008-05-01  Hans Petter Jansson  <hpj@novell.com>
1289
1290         * backend/impress/iksemel.c (sax_core): Fix a free() that should
1291         be an iks_free(). Fix an array overflow in the XML parser that
1292         would occur whenever the number of attributes in a tag was greater
1293         than 0 and divisible by 6. Fixes GNOME bug #530852.
1294
1295 2008-04-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1296
1297         * backend/djvu/djvu-document-private.h:
1298         * backend/djvu/djvu-links.c:
1299         * backend/djvu/djvu-text.c:
1300         * backend/djvu/djvu-document.c: (djvu_handle_events),
1301         (djvu_wait_for_message), (djvu_document_load),
1302         (document_get_page_size), (djvu_document_render),
1303         (djvu_document_thumbnails_get_thumbnail),
1304         (djvu_document_file_exporter_end):
1305
1306         Make sure load job doesn't finish successfully when the document
1307         is not successfully decoded by libdjvu. Fixes bug #530202.
1308         
1309 2008-04-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1310
1311         * configure.ac:
1312         * libdocument/Makefile.am:
1313         * libdocument/ev-debug.[ch]:
1314         * libdocument/ev-document.c:
1315         * shell/ev-jobs.c: (ev_job_links_dispose),
1316         (ev_job_render_dispose), (ev_job_thumbnail_dispose),
1317         (ev_job_print_dispose), (ev_job_finished), (ev_job_links_new),
1318         (ev_job_links_run), (ev_job_render_new), (notify_page_ready),
1319         (ev_job_render_page_ready), (ev_job_render_run),
1320         (ev_job_thumbnail_new), (ev_job_thumbnail_run),
1321         (ev_job_fonts_new), (ev_job_fonts_run), (ev_job_load_dispose),
1322         (ev_job_load_new), (ev_job_load_set_uri), (ev_job_load_run),
1323         (ev_job_save_dispose), (ev_job_save_new), (ev_job_save_run),
1324         (ev_job_print_new), (ev_job_print_run):
1325         * shell/main.c: (main):
1326
1327         Add debug mode based on gedit code. Add debug messages in
1328         ev-jobs.
1329         
1330 2008-04-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1331
1332         * libdocument/ev-document-factory.c: (get_document_from_uri):
1333
1334         Fix memory leak.
1335         
1336 2008-04-24   Jean Baptiste Lallement  <jeanbaptiste.lallement@gmail.com>
1337
1338         * libdocument/ev-document-factory.c (get_mime_type_from_uri),
1339         (get_mime_type_from_data), (get_document_from_uri),
1340         (ev_document_factory_get_document):
1341         
1342         Improved error message about file opening failture.
1343         Bug #529129.
1344
1345 2008-04-24  Abhishek Mukherjee  <linkinpark342@gmail.com>
1346
1347         * data/evince-toolbar.xml:
1348         
1349         Allow to add SaveAs to toolbar.
1350
1351 2008-04-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1352
1353         * shell/ev-view-private.h:
1354         * shell/ev-view.[ch]: (ev_view_button_release_event),
1355         (ev_view_finalize), (ev_view_clipboard_copy), (ev_view_copy),
1356         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
1357         (ev_view_update_primary_selection), (clear_link_selected),
1358         (ev_view_copy_link_address):
1359         * shell/ev-window.c: (ev_view_popup_cmd_copy_link_address):
1360
1361         Update also the primary selection when copying a link
1362         address. Fixes bug #520855.
1363         
1364 2008-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1365
1366         * libdocument/ev-document-factory.c: (get_document_from_uri):
1367
1368         Use the pixbuf backend only when the mime type is not supported by
1369         any of the other backend so that tiff documents, for instance, are
1370         handled by the tiff backend instead of the pixbuf backend. fixes
1371         bug #520290.
1372         
1373 2008-04-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1374
1375         * cut-n-paste/Makefile.am:
1376
1377         Add evmountoperation to subdirs list.
1378         
1379 2008-04-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1380
1381         * configure.ac:
1382
1383         Fix libspectre check in configure script. Fixes bug #528549.
1384         
1385 2008-04-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1386
1387         * configure.ac:
1388         * cut-n-paste/evmountoperation/ev-mount-operation.[ch]:
1389         * shell/Makefile.am:
1390         * shell/ev-window.c: (ev_window_load_remote_failed),
1391         (mount_volume_ready_cb), (window_open_file_copy_ready_cb):
1392
1393         Add GtkMountOperation (renamed to avoid conflicts) to be able to
1394         open documents in remote locations that are not mounted.
1395         
1396 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1397
1398         * backend/dvi/mdvi-lib/bitmap.[ch]: (bitmap_convert_lsb8),
1399         (bitmap_convert_msb8):
1400         * backend/dvi/mdvi-lib/t1.c: (t1_glyph_bitmap):
1401         * backend/dvi/mdvi-lib/tt.c: (tt_get_bitmap):
1402
1403         Fix T1 font rendering in dvi backend. Patch by Mattias Nissler.
1404         
1405 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1406
1407         * shell/ev-jobs.[ch]: (ev_job_render_dispose),
1408         (ev_job_render_new), (ev_job_render_set_selection_info),
1409         (ev_job_render_run):
1410         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
1411         (check_job_size_and_unref),
1412         (copy_job_page_and_selection_to_job_info), (copy_job_to_job_info),
1413         (add_job), (ev_pixbuf_cache_get_selection_surface):
1414
1415         Create the render context needed for rendering a page in the render
1416         thread so that we don't block the main thread. Simplify
1417         EvJobRender API.
1418         
1419 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1420
1421         * libdocument/Makefile.am:
1422         * libdocument/ev-page.[ch]:
1423         * libdocument/ev-render-context.[ch]: (ev_render_context_dispose),
1424         (ev_render_context_new), (ev_render_context_set_page):
1425         * libdocument/ev-form-field.[ch]: (ev_form_field_init),
1426         (ev_form_field_finalize), (ev_form_field_class_init):
1427         * libdocument/ev-document-forms.[ch]:
1428         (ev_document_forms_get_form_fields):
1429         * libdocument/ev-document.[ch]: (ev_document_get_page),
1430         (ev_document_get_page_size), (ev_document_get_page_label):
1431         * shell/ev-jobs.[ch]: (ev_job_thumbnail_dispose),
1432         (ev_job_render_run), (ev_job_thumbnail_new),
1433         (ev_job_thumbnail_run), (ev_job_print_run):
1434         * shell/ev-page-cache.c: (ev_page_cache_new):
1435         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
1436         (check_job_size_and_unref), (add_job):
1437         * shell/ev-sidebar-thumbnails.c: (add_range):
1438         * shell/ev-view.c: (ev_view_form_field_get_region),
1439         (ev_view_form_field_button_create_widget),
1440         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
1441         (ev_view_handle_form_field), (ev_view_size_allocate),
1442         (get_selected_text):
1443         * shell/ev-window.c: (ev_window_refresh_window_thumbnail):
1444         * backend/pdf/ev-poppler.cc: (pdf_document_get_page_size),
1445         (pdf_document_get_page), (pdf_document_get_page_label),
1446         (pdf_document_render), (pdf_document_get_info),
1447         (pdf_document_document_iface_init),
1448         (pdf_document_thumbnails_get_thumbnail),
1449         (pdf_document_thumbnails_get_dimensions),
1450         (pdf_document_file_exporter_do_page),
1451         (pdf_selection_render_selection),
1452         (pdf_selection_get_selected_text),
1453         (pdf_selection_get_selection_region),
1454         (pdf_selection_get_selection_map),
1455         (pdf_document_forms_get_form_fields),
1456         (pdf_document_forms_form_field_text_get_text),
1457         (pdf_document_forms_form_field_text_set_text),
1458         (pdf_document_forms_form_field_button_set_state),
1459         (pdf_document_forms_form_field_button_get_state),
1460         (pdf_document_forms_form_field_choice_get_item),
1461         (pdf_document_forms_form_field_choice_get_n_items),
1462         (pdf_document_forms_form_field_choice_is_item_selected),
1463         (pdf_document_forms_form_field_choice_select_item),
1464         (pdf_document_forms_form_field_choice_toggle_item),
1465         (pdf_document_forms_form_field_choice_unselect_all),
1466         (pdf_document_forms_form_field_choice_set_text),
1467         (pdf_document_forms_form_field_choice_get_text):
1468         * backend/ps/ev-spectre.c: (ps_document_get_page),
1469         (ps_document_get_page_size), (ps_document_get_page_label),
1470         (ps_document_render), (ps_document_document_iface_init),
1471         (ps_document_file_exporter_do_page):
1472         * backend/tiff/tiff-document.c: (tiff_document_get_page_size),
1473         (tiff_document_render), (tiff_document_render_pixbuf),
1474         (tiff_document_file_exporter_do_page):
1475         * backend/pixbuf/pixbuf-document.c:
1476         (pixbuf_document_get_page_size):
1477         * backend/comics/comics-document.c:
1478         (comics_document_get_page_size), (comics_document_render_pixbuf):
1479         * backend/djvu/djvu-document.c: (djvu_document_get_page_size),
1480         (djvu_document_render), (djvu_selection_get_selected_text),
1481         (djvu_document_thumbnails_get_thumbnail),
1482         (djvu_document_file_exporter_do_page),
1483         (djvu_document_find_get_result):
1484         * backend/dvi/dvi-document.c: (dvi_document_get_page_size),
1485         (dvi_document_render), (dvi_document_thumbnails_get_dimensions),
1486         (dvi_document_thumbnails_get_thumbnail),
1487         (dvi_document_file_exporter_do_page):
1488         * backend/impress/impress-document.c:
1489         (impress_document_get_page_size),
1490         (impress_document_render_pixbuf):
1491         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
1492
1493         Add EvPage so that we can hold a reference to the backend
1494         page. Form fields keep now a reference to the poppler page
1495         improving performance since we don't have to create/destroy the
1496         poppler field for every form operation. This will be needed for
1497         annotations too.
1498         
1499 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
1500
1501         * data/evince-ui.xml:
1502         * shell/ev-window.c:
1503
1504         Add Ctrl-Insert keybinding for copying text. Fixes bug #526523.
1505         
1506 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
1507
1508         * configure.ac:
1509         * backend/ps/Makefile.am:
1510
1511         Remove gs stuff from ps backend.
1512         
1513 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
1514
1515         * configure.ac:
1516         * backend/pdf/ev-poppler.cc:
1517
1518         Bump poppler requirement to 0.8.0.
1519         
1520 2008-04-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1521
1522         * NEWS:
1523         * configure.ac:
1524
1525         Update for release 2.22.1.1
1526
1527 2008-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1528
1529         * configure.ac:
1530
1531         Fix build (again) when poppler version is 0.6
1532         
1533 2008-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1534
1535         * backend/djvu/djvu-links.c: (build_tree):
1536
1537         Make sure link title is a valid utf8 string. Fixes bug #526517.
1538         
1539 2008-04-07  Carlos Garcia Campos  <carlosgc@gnome.org>
1540
1541         * configure.ac:
1542
1543         Fix build in FreeBSD. Based on patch by Michael Johnson. Fixes bug
1544         #526799.
1545         
1546 2008-04-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1547
1548         * configure.ac:
1549         
1550         Update for release 2.22.1.
1551
1552 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
1553
1554         * NEWS:
1555
1556         Update for upcoming release.
1557
1558 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
1559
1560         * configure.ac:
1561         * backend/dvi/dvidocument.evince-backend.in:
1562
1563         Add compressed dvi to the list of supported mime types. Patch by
1564         Ed Catmur. Fixes bug #307087.
1565
1566 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
1567
1568         * shell/ev-jobs.c: (ev_job_print_get_page_list):
1569
1570         Fix a crash when printing a range that doesn't specify the start or
1571         end page. Fixes bug #524288.
1572
1573 2008-04-02  Carlos Garcia Campos  <carlosgc@gnome.org>
1574
1575         * shell/ev-window.c: (ev_window_cmd_continuous),
1576         (ev_window_cmd_dual), (ev_window_cmd_view_best_fit),
1577         (ev_window_cmd_view_page_width), (ev_window_run_fullscreen),
1578         (ev_window_stop_fullscreen), (ev_window_cmd_view_fullscreen),
1579         (ev_window_run_presentation), (ev_window_stop_presentation),
1580         (ev_window_cmd_view_presentation),
1581         (ev_window_cmd_leave_fullscreen),
1582         (ev_window_cmd_start_presentation), (ev_window_cmd_escape):
1583
1584         Do not unfullscreen and fullscreen again the window when changing
1585         from fullscreen to presentation mode and vice versa. Fixes bug
1586         #524112.
1587         
1588 2008-04-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1589
1590         * backend/ps/ev-spectre.c: (ps_document_thumbnails_get_thumbnail):
1591
1592         Do not crash when thumbnail failed to render in PS backend. Fixes
1593         bug #525015.
1594         
1595 2008-03-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1596
1597         * shell/ev-window.c: (window_open_file_copy_ready_cb),
1598         (ev_window_load_file_remote), (ev_window_open_uri):
1599
1600         Handle errors when opening remote files.
1601         
1602 2008-03-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1603
1604         * shell/ev-page-action.c: (ev_page_action_grab_focus):
1605
1606         Only grab the focus for the current visible proxy widget. Fixes
1607         bug #521224.
1608         
1609 2008-03-30  Emil Soleyman  <emil@nishra.com>
1610
1611         * shell/ev-window.c: (launch_external_uri):
1612         
1613         Reuse g_app_info_launch_default_for_uri to
1614         save some code and fix bug #525009.
1615
1616 2008-03-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1617
1618         * shell/ev-window.c (image_save_dialog_response_cb):
1619
1620         Use g_str_has_suffix. See bug #523069.
1621
1622 2008-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1623
1624         * configure.ac:
1625
1626         Add a configure option to enable/diable DBus. Patch by Rémi
1627         Cardona. Fixes bug 521797.
1628
1629 2008-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1630
1631         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
1632
1633         Fix printing in documents with rotated pages. Patch by Eugen
1634         Dedu. Fixes bug #512648.
1635         
1636 2008-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1637
1638         * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest),
1639         (ev_link_from_action):
1640
1641         Fix warning messages.
1642         
1643 2008-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1644
1645         * shell/ev-window.c: (image_save_dialog_response_cb):
1646
1647         Do not append the extension to filename when saving an image
1648         if the filename alredy contains the extension. Fixes bug #523069.
1649         
1650 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
1651
1652         * shell/ev-view.[ch]: (ev_view_find_cancel):
1653         * shell/ev-window.c: (find_bar_close_cb):
1654
1655         Cancel the find operation when the find bar is closed. Fixes bug
1656         #508845.
1657         
1658 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
1659
1660         * backend/ps/psdocument.evince-backend.in:
1661
1662         Make ps backend module resident. Fixes bug #520607.
1663         
1664 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
1665
1666         * shell/ev-jobs.c: (ev_job_print_run):
1667
1668         Invert collate action in order to work as expected, fix reverse
1669         printing so that it doesn't start with a blank page and fix number
1670         of copies. Patch by Eugen Dedu. Fixes bug #365332.
1671         
1672 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1673
1674         * backend/pdf/ev-poppler.cc: (pdf_selection_render_selection):
1675
1676         Fix build with poppler <= 0.7.2
1677         
1678 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1679
1680         * libdocument/ev-document-misc.c:
1681         (ev_document_misc_surface_from_pixbuf):
1682
1683         Fix selections with poppler-splash.
1684         
1685 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1686
1687         * configure.ac:
1688         * backend/pdf/ev-poppler.cc:
1689
1690         Fix build with poppler >= 0.7.2
1691         
1692 2008-03-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1693
1694         * configure.ac:
1695         
1696         Update for release 2.22.0
1697
1698 2008-03-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1699
1700         * NEWS:
1701
1702         Update for upcoming release.
1703
1704 2008-03-09  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1705
1706         * shell/ev-window.c (ev_window_print_dialog_response_cb):
1707
1708         Bug 495107 – Handle print dialog responses correctly
1709
1710         Correctly handle print dialog response. Properly fixes
1711         the above mentioned bug.
1712
1713 2008-03-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1714
1715         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
1716
1717         Make sure print job is only run when the print button is
1718         clicked. Based on patch by Eugen Dedu. Fixes bug #495107.
1719         
1720 2008-03-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1721
1722         * backend/pdf/pdfdocument.evince-backend.in:
1723         * libdocument/ev-backends-manager.c:
1724         (ev_backends_manager_load_backend),
1725         (ev_backends_manager_get_document):
1726         * libdocument/ev-module.[ch]: (ev_module_load), (ev_module_new):
1727
1728         Allow making backend modules resident. This is needed only for
1729         some backends like pdf to avoid registering glib types more than
1730         once.
1731         
1732 2008-03-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1733
1734         * backend/comics/comics-document.c:
1735         * backend/djvu/djvu-document.c:
1736         * backend/impress/impress-document.c:
1737         * backend/pdf/ev-poppler.cc:
1738         * backend/pixbuf/pixbuf-document.c:
1739         * backend/ps/ev-spectre.c:
1740         * backend/ps/ps-document.c:
1741         * backend/tiff/tiff-document.c:
1742         * libdocument/ev-document.h:
1743         * properties/ev-properties-main.c:
1744
1745         Use g_type_module_add_interface instead of
1746         g_type_add_interface_static. Fixes bug #519679.
1747         
1748 2008-02-29  Carlos Garnacho  <carlosg@gnome.org>
1749
1750         * shell/ev-transition-animation.[ch] (ev_transition_animation_ready):
1751         Added. Returns whether the animation has everything necessary to run.
1752         * shell/ev-view.c (ev_view_expose_event): Do not assume the animation
1753         is ready just because it's been created. Fixes #519106.
1754         (draw_one_page): Do not show the "Loading..." text in presentation
1755         mode, there was a slim probability that this could happen.
1756
1757 2008-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1758
1759         * libdocument/ev-document-factory.c: (get_mime_type_from_uri):
1760
1761         Duplicate mime_type string before freeing it so that it doesn't
1762         always fail when getting mime type from uri. Fixes bug #518874.
1763         
1764 2008-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1765
1766         * shell/ev-view.c: (ev_view_form_field_choice_changed):
1767
1768         Fix a crash when a choice form field doesn't have any item
1769         selected. Fixes bug #518831
1770         
1771 2008-02-25  Alexander Larsson  <alexl@redhat.com>
1772
1773         * shell/ev-window.c (ev_window_clear_temp_file):
1774         Use g_file_has_prefix instead of renamed
1775         g_file_contains_file.
1776
1777         * configure.ac:
1778         Require new glib for above change.
1779         
1780 2008-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1781
1782         * libdocument/ev-image.c: (ev_image_finalize),
1783         (ev_image_save_tmp):
1784
1785         Return a real uri instead of a filename when saving an
1786         image. Fixes images drag an drop from evince to nautilus. 
1787         
1788 2008-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1789
1790         * backend/pdf/ev-poppler.cc:
1791         (pdf_document_images_get_image_mapping):
1792
1793         Return the image list in the right order. Fixes bug #516237.
1794         
1795 2008-02-12  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1796
1797         * backend/impress/impress-document.c:
1798         (impress_document_thumbnails_get_thumbnail):
1799
1800         Remove unused variable to avoid a compiler warning.
1801
1802 2008-02-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1803
1804         * configure.ac:
1805         
1806         Update for release 2.21.91.
1807
1808 2008-02-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1809
1810         * configure.ac:
1811         * shell/Makefile.am:
1812         * shell/ev-application.[ch]:
1813         * shell/ev-sidebar-links.c:
1814         * shell/ev-utils.[ch]:
1815         * shell/ev-window.[ch]:
1816
1817         Remove libgnomeprint support. Fixes bug #512370.
1818         
1819 2008-02-08  Matthias Clasen  <mclasen@redhat.com>
1820
1821         * thumbnailer/evince-thumbnailer.c: (main):
1822
1823         Initialize glib type system before using it. Fixes bug #513934.
1824         
1825 2008-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1826
1827         * properties/ev-properties-main.c:
1828
1829         Add missing #include.
1830         
1831 2008-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1832
1833         * configure.ac:
1834         * backend/djvu/djvu-document.c: (djvu_document_render):
1835         * backend/tiff/tiff-document.c: (tiff_document_render):
1836
1837         Use the new cairo function cairo_format_stride_for_width when
1838         available. Fixes bug #482720.
1839
1840 2008-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1841
1842         * libdocument/ev-document-factory.c: (get_mime_type_from_uri),
1843         (get_mime_type_from_data), (get_document_from_uri):
1844
1845         Use g_content_type_guess() only when slow is true in
1846         get_document_from_uri(). Fix several memory leaks.
1847         
1848 2008-01-30  Cosimo Cecchi  <cosimoc@svn.gnome.org>
1849
1850         * libdocument/ev-document-factory.c:
1851         (throw_unknown_mime_type_error), (throw_failed_to_get_info_error),
1852         (get_document_from_uri):
1853
1854         Use g_content_type_guess () to get mimetype for files.
1855         Bug #510401.
1856
1857 2008-01-30  Carlos Garcia Campos  <carlosgc@gnome.org>
1858
1859         * thumbnailer/Makefile.am:
1860
1861         Remove DJVU_LIBS from thumbnailer LDADD. Fixes bug #513203.
1862         
1863 2008-01-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1864
1865         * configure.ac:
1866
1867         Fix build with --without-libgnome. Fixes bug #512771.
1868         
1869 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
1870
1871         * backend/dvi/Makefile.am: Install only dvi
1872         module. Fixes bug #512718.
1873
1874 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
1875
1876         * properties/ev-properties-main.c: (nautilus_module_initialize):
1877         
1878         Initialize backends in properties tab. Fixes bug
1879         #512720.
1880
1881 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
1882
1883         * properties/Makefile.am: No need to link with 
1884         libraries. Fixes bug #512719.
1885
1886 2008-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1887
1888         * NEWS:
1889         * configure.ac:
1890         
1891         Update for release 2.21.90.
1892
1893 2008-01-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1894
1895         * shell/ev-window.c: (ev_window_cmd_escape):
1896
1897         Fix compile warning.
1898         
1899 2008-01-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1900
1901         * backend/dvi/dvi-document.c: (dvi_document_file_exporter_end):
1902
1903         Fix printing in dvi backend when filename contains white
1904         espaces. Fixes bug #502839.
1905         
1906 2008-01-26  Carlos Garcia Campos  <carlosgc@gnome.org>
1907
1908         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
1909         (screensaver_disable_x11):
1910         * shell/Makefile.am:
1911         * shell/xdg-user-dir-lookup.c: Removed
1912         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout):
1913         * shell/ev-view.c: (ev_view_presentation_transition_start):
1914         * shell/ev-window.c: (ev_window_cmd_file_open),
1915         (ev_window_cmd_save_as), (presentation_set_timeout):
1916
1917         Remove #ifdefs that are no longer needed.
1918         
1919 2008-01-26  Carlos Garcia Campos  <carlosgc@gnome.org>
1920
1921         * shell/ev-view.[ch]: (ev_view_button_release_event),
1922         (ev_view_autoscroll_start), (ev_view_autoscroll_stop):
1923         * shell/ev-window.c: (ev_window_cmd_view_autoscroll),
1924         (ev_window_cmd_escape):
1925
1926         Stop autoscroll when Escape key is pressed. Fixes bug #511635.
1927         
1928 2008-01-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1929
1930         * configure.ac:
1931         * backend/comics/comics-document.c: (comics_document_load):
1932         * libdocument/ev-attachment.[ch]: (ev_attachment_finalize),
1933         (ev_attachment_set_property), (ev_attachment_init),
1934         (ev_attachment_save), (ev_attachment_launch_app),
1935         (ev_attachment_open):
1936         * libdocument/ev-document-factory.c: (get_document_from_uri):
1937         * libdocument/ev-file-helpers.[ch]: (ev_tmp_file_get),
1938         (ev_tmp_file_unlink), (ev_tmp_uri_unlink), (ev_xfer_uri_simple),:
1939         * shell/ev-jobs.c:
1940         * shell/ev-password.c: (ev_password_dialog_set_property),
1941         (ev_password_dialog_save_password):
1942         * shell/ev-sidebar-attachments.c:
1943         (ev_sidebar_attachments_drag_data_get):
1944         * shell/ev-window-title.c: (get_filename_from_uri):
1945         * shell/ev-window.c: (ev_window_clear_temp_file),
1946         (ev_window_load_job_cb), (window_open_file_copy_ready_cb),
1947         (ev_window_open_uri), (window_save_file_copy_ready_cb),
1948         (ev_window_save_remote), (ev_window_cmd_save_as), (launch_action),
1949         (launch_external_uri), (image_save_dialog_response_cb),
1950         (attachment_save_dialog_response_cb):
1951         * shell/main.c: (load_files), (load_files_remote), (main):
1952         * thumbnailer/evince-thumbnailer.c: (main):
1953
1954         Port to gio and drop gnome-vfs dependency. Fixes bug
1955         #510401. Based on patch by Cosimo Cecchi.
1956         
1957 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1958
1959         * NEWS:
1960
1961         Fixed formatting inconsistencies (spaces vs. tabs)
1962
1963 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1964
1965         * shell/ev-window.c:
1966
1967         Use top/up/bottom/down arrows instead of
1968         first/left/last/right in the toolbar and menu actions.
1969         This fixes issues with RTL languages and is visually
1970         consistent with the page view. Fixes bug #170081.
1971
1972 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1973
1974         * NEWS:
1975
1976         Fixed some inaccuracies pointed out by Carlos Garcia
1977         Campos.
1978
1979 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1980
1981         * NEWS:
1982         * data/evince.schemas.in:
1983         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
1984
1985         Override PDF restrictions by default. Fixes bug #382700.
1986
1987 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1988
1989         * NEWS: Updated for upcoming release
1990
1991 2008-01-23  Carlos Garcia Campos  <carlosgc@gnome.org>
1992
1993         * libdocument/ev-backends-manager.c: (ev_backends_manager_load):
1994
1995         Fix memory leak.
1996         
1997 2008-01-23  Gil Forcada <gilforcada@guifi.net>
1998
1999         * shell/ev-window.c: (register_custom_actions):
2000         
2001         Added comment for translators
2002
2003 2008-01-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2004
2005         * shell/ev-view.c: (ev_view_button_release_event):
2006
2007         Do not create the idle function for kinetic scrolling if we are
2008         not in a drag operation.
2009
2010 2008-01-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2011
2012         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
2013         (ev_view_button_press_event), (ev_view_motion_notify_event),
2014         (ev_view_button_release_event):
2015
2016         Restore cursor after autoscrolling. Fixes bug #509958.
2017
2018 2008-01-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2019
2020         * configure.ac:
2021         * backend/pdf/ev-poppler.cc:
2022         (pdf_document_images_get_image_mapping),
2023         (pdf_document_images_get_image),
2024         (pdf_document_document_images_iface_init):
2025         * libdocument/ev-document-images.[ch]:
2026         (ev_document_images_get_image_mapping),
2027         (ev_document_images_get_image):
2028         * libdocument/ev-image.[ch]: (ev_image_new), (ev_image_get_page),
2029         (ev_image_get_id), (ev_image_save_tmp):
2030         * shell/ev-jobs.c: (ev_job_render_run):
2031         * shell/ev-view.c: (ev_view_drag_data_get):
2032         * shell/ev-window.c: (image_save_dialog_response_cb),
2033         (ev_view_popup_cmd_copy_image):
2034
2035         Do not render images when rendering the page but on demand. It
2036         reduces the memory comsumption.
2037         
2038 2008-01-18  Marcelo Lira  <setanta@gmail.com>
2039
2040         * configure.a:
2041         * shell/ev-password.c:
2042
2043         Make gnome-keyring optional. Fixes bug #509676.
2044         
2045 2008-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
2046
2047         * shell/ev-pixbuf-cache.c: (add_job):
2048
2049         Initialize include_images variable as FALSE instead of TRUE.
2050         
2051 2008-01-15  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2052
2053         * configure.ac:
2054         * cut-n-paste/Makefile.am:
2055         * cut-n-paste/fileformatchooser/Makefile.am:
2056         * cut-n-paste/fileformatchooser/egg-macros.h:
2057         * cut-n-paste/fileformatchooser/eggfileformatchooser.c:
2058         * cut-n-paste/fileformatchooser/eggfileformatchooser.h:
2059         * shell/Makefile.am:
2060         * shell/ev-utils.c:
2061         (file_chooser_dialog_add_writable_pixbuf_formats),
2062         (get_gdk_pixbuf_format_by_extension):
2063         * shell/ev-utils.h:
2064         * shell/ev-window.c: (ev_window_error_message),
2065         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as):
2066         
2067         Simplify image format selection on save.
2068
2069 2008-01-15  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2070
2071         * shell/ev-view.c: (ev_view_scroll_event):
2072         
2073         Repair gorizontal scrolling with shift. Fixes
2074         bug #483412.
2075
2076 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2077         
2078         * MAINTAINERS:
2079
2080         Fix formatting issues.
2081         
2082 2008-01-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2083
2084         * backend/comics/comics-document.c: (comics_regex_quote):
2085         
2086         Don't overquote special chars except of '. See bug 
2087         502500. Thanks to Tom Parker.
2088
2089 2008-01-13  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2090
2091         * MAINTAINERS:
2092         
2093         Added Nickolay and Carlos, since they're doing most of
2094         the releases nowadays.
2095
2096 2008-01-13  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2097
2098         * properties/Makefile.am:
2099
2100         Get the nautilus extension dir properly instead of using
2101         a hack. Fixes bug #505359.
2102
2103 2008-01-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2104
2105         * properties/Makefile.am:
2106         
2107         Install nautilus extension into new place. See bug
2108         #505359. Thanks to Matthias Clasen, Brian Pepple and
2109         Damien Carbery.
2110
2111 2008-01-13  Djihed Afifi  <djihed@gmail.com>
2112
2113         * shell/ev-window.c: (ev_window_get_recent_file_label):
2114         
2115         RTL marker in recent file list. See bug #509076.
2116
2117 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2118
2119         * backend/djvu/djvu-text-page.c: (djvu_text_page_limits):
2120         * shell/ev-window.c: (image_save_dialog_response_cb):
2121
2122         Fix compile warnings due to unused variables.
2123         
2124 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2125
2126         * configure.ac:
2127         * backend/dvi/cairo-device.c: (dvi_cairo_draw_ps):
2128         * backend/ps/ev-spectre.c: (ps_document_render):
2129
2130         Bump requirements to libspectre 0.2.0. Fixes bug #507705. 
2131
2132 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2133
2134         * shell/ev-transition-animation.c (ev_transition_animation_fade)
2135         (ev_transition_animation_paint): Implement "fade" effect.
2136
2137 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2138
2139         * shell/ev-transition-animation.c (ev_transition_animation_uncover)
2140         (ev_transition_animation_paint): Implement "uncover" effect.
2141
2142 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2143
2144         * shell/ev-transition-animation.c (ev_transition_animation_cover)
2145         (ev_transition_animation_paint): Implement "cover" effect.
2146
2147 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2148
2149         * shell/ev-transition-animation.c (ev_transition_animation_push)
2150         (ev_transition_animation_paint): Implement "push" effect.
2151
2152 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2153
2154         * shell/ev-transition-animation.c (ev_transition_animation_dissolve)
2155         (ev_transition_animation_paint): Implement "dissolve" effect.
2156
2157 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2158
2159         * shell/ev-transition-animation.c (ev_transition_animation_wipe)
2160         (ev_transition_animation_paint): Implement "wipe" effect.
2161
2162 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2163
2164         * shell/ev-transition-animation.c (ev_transition_animation_box)
2165         (ev_transition_animation_paint): Implement "box" effect.
2166
2167 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2168
2169         * shell/ev-transition-animation.c (ev_transition_animation_blinds)
2170         (ev_transition_animation_paint): Implement "blinds" effect.
2171
2172 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2173
2174         * shell/ev-transition-animation.c (ev_transition_animation_split)
2175         (ev_transition_animation_paint): Implement "split" effect.
2176
2177 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2178
2179         * shell/ev-view-private.h: Add a EvTransitionAnimation to the struct.
2180         * shell/ev-view.c (ev_view_expose_event) (ev_view_change_page)
2181         (ev_view_transition_animation_start) 
2182         (ev_view_transition_animation_finish) (ev_transition_animation_frame)
2183         (job_finished_cb) (page_changed_cb) (ev_view_set_presentation)
2184         (ev_view_next_page) (ev_view_previous_page):
2185         
2186         Use EvTransitionAnimation to drive page changes in the presentation
2187         mode, the animation will wait to start until both the origin and 
2188         destination page surfaces are available. Fixes #458460.
2189
2190         (draw_loading_text):
2191
2192         Remove workaround for bug #320352, it's now fixed properly.
2193
2194
2195 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2196
2197         * shell/ev-transition-animation.[ch]: Added, EvTransitionAnimation
2198         will contain the implementations for page transition animations, at
2199         the moment it just has the "replace" effect.
2200         * shell/Makefile.am: Added these files to build.
2201
2202 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2203
2204         * shell/ev-timeline.[ch]: Added, EvTimeline is the base object for
2205         animations.
2206         * shell/Makefile.am: Added these files to build.
2207
2208 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2209
2210         * backend/pdf/ev-poppler.cc (pdf_document_get_effect): Added
2211         implementation to get_effect() in EvDocumentTransitionIface.
2212
2213 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2214
2215         * libdocument/ev-transition-effect.[ch]: New files, define a page
2216         transition effect, at the moment it maps PopplerPageTransition to a
2217         GObject.
2218         * libdocument/Makefile.am: Added these files to build.
2219         * libdocument/ev-document-transition.[ch]
2220         (ev_document_transition_get_effect): New method, gets the
2221         EvTransitionEffect returned by the interface implementation, with
2222         fallback to the "replace" effect.
2223
2224 2007-12-30  Carl-Anton Ingmarsson  <c-a.ingmarsson@oktv.se>
2225
2226         * configure.ac:
2227         * cut-n-paste/Makefile.am:
2228         * cut-n-paste/fileformatchooser/Makefile.am:
2229         * cut-n-paste/fileformatchooser/egg-macros.h:
2230         * cut-n-paste/fileformatchooser/eggfileformatchooser.[ch]:
2231         * shell/Makefile.am:
2232         * shell/ev-window.c: (image_save_dialog_response_cb),
2233         (ev_view_popup_cmd_save_image_as):
2234
2235         Allow exporting images in any format supported by
2236         GdkPixbuf. Fixes bug #500209.
2237         
2238 2007-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2239
2240         * backend/pixbuf/pixbuf-document.c:
2241
2242         More warnings fixed.
2243         
2244 2007-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2245
2246         * backend/djvu/djvu-links.c: (get_djvu_link_dest),
2247         (get_djvu_hyperlink_area), (djvu_links_find_link_dest):
2248         * backend/djvu/djvu-text.h:
2249         * backend/tiff/tiff-document.c: (tiff_document_render):
2250
2251         Fix compile warnings.
2252         
2253 2007-12-28  Christian Persch  <chpe@gnome.org>
2254
2255         * **/*.c: Include config.h. Bug #504721.
2256
2257 2007-12-28  Carlos Garcia Campos  <carlosgc@gnome.org>
2258
2259         * configure.ac:
2260         * Makefile.am:
2261         * po/POTFILES.in:
2262         * backend/comics/Makefile.am:
2263         * backend/comics/comics-document.[ch]:
2264         * backend/comics/comicsdocument.evince-backend.in:
2265         * backend/djvu/Makefile.am:
2266         * backend/djvu/djvu-document.[ch]:
2267         * backend/djvu/djvudocument.evince-backend.in:
2268         * backend/dvi/Makefile.am:
2269         * backend/dvi/dvi-document.[c]:
2270         * backend/dvi/dvidocument.evince-backend.in:
2271         * backend/impress/Makefile.am:
2272         * backend/impress/impress-document.[ch]:
2273         * backend/impress/impressdocument.evince-backend.in:
2274         * backend/pdf/Makefile.am:
2275         * backend/pdf/ev-poppler.cc:
2276         * backend/pdf/ev-poppler.h:
2277         * backend/pdf/pdfdocument.evince-backend.in:
2278         * backend/pixbuf/Makefile.am:
2279         * backend/pixbuf/pixbuf-document.[ch]:
2280         * backend/pixbuf/pixbufdocument.evince-backend.in:
2281         * backend/ps/Makefile.am:
2282         * backend/ps/ev-spectre.[ch]:
2283         * backend/ps/ps-document.[ch]:
2284         * backend/ps/psdocument.evince-backend.in:
2285         * backend/tiff/Makefile.am:
2286         * backend/tiff/tiff-document.[ch]:
2287         * backend/tiff/tiffdocument.evince-backend.in:
2288         * libdocument/Makefile.am:
2289         * libdocument/ev-backends-manager.[ch]:
2290         * libdocument/ev-module.[ch]:
2291         * libdocument/ev-document.h:
2292         * libdocument/ev-document-factory.[ch]:
2293         (gdk_pixbuf_mime_type_list), (mime_type_supported_by_gdk_pixbuf),
2294         (get_compression_from_mime_type), (get_document_from_uri),
2295         (ev_document_factory_get_document), (file_filter_add_mime_types),
2296         (ev_document_factory_add_filters):
2297         * shell/Makefile.am:
2298         * shell/ev-window-title.c: (get_filename_from_uri):
2299         * shell/main.c: (main):
2300         * thumbnailer/Makefile.am:
2301         * thumbnailer/evince-thumbnailer.c: (main):
2302
2303         Plugin system for backends. Fixes bug #351348.
2304         
2305 2007-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2306
2307         * shell/ev-view-private.h:
2308         * shell/ev-view.c: (ev_view_drag_update_momentum),
2309         (ev_view_scroll_drag_release), (ev_view_motion_notify_event),
2310         (ev_view_button_release_event), (ev_view_destroy):
2311         
2312         Kinetic scrolling implemented as requested in
2313         bug #461271. Thanks to David Turner <cillian64@googlemail.com>.
2314
2315 2007-12-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2316
2317         * data/evince-toolbar.xml:
2318         * data/evince-ui.xml:
2319         * shell/ev-view-private.h:
2320         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
2321         (ev_view_button_press_event), (ev_view_motion_notify_event),
2322         (ev_view_button_release_event), (ev_view_init),
2323         (ev_view_autoscroll_cb), (ev_view_autoscroll),
2324         (ev_view_set_cursor):
2325         * shell/ev-view.h:
2326         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
2327         (ev_window_cmd_view_autoscroll):
2328         
2329         Autoscroll feature with the context menu. Fixes bug 
2330         #323670. Thanks to David Turner <cillian64@googlemail.com>.
2331
2332 2007-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
2333
2334         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref):
2335
2336         Disconnect also page-ready signal when removing a job because the
2337         page size has changed. Thanks to kripken
2338         <kripkensteiner@gmail.com>.
2339
2340 2007-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2341
2342         * shell/ev-page-action.c: (page_scroll_cb), (create_tool_item):
2343         
2344         Scroll pages in page entry with mouse wheel. Fixes bug
2345         #324122. Thanks to David Turner <cillian64@googlemail.com>.
2346
2347 2007-12-20  Carlos Garcia Campos  <carlosgc@gnome.org>
2348
2349         * backend/dvi/Makefile.am:
2350         * backend/dvi/cairo-device.c: (dvi_cairo_draw_ps),
2351         (mdvi_cairo_device_init):
2352         * backend/dvi/mdvi-lib/common.h:
2353         * backend/dvi/mdvi-lib/mdvi.h:
2354         * backend/dvi/mdvi-lib/sp-epsf.c: (epsf_special):
2355         * backend/dvi/mdvi-lib/util.c: (mdvi_strrstr),
2356         (mdvi_build_path_from_cwd):
2357
2358         Add ps specials support in dvi backend when libspectre is
2359         present. Fixes bug #386005.
2360         
2361 2007-12-20  Carlos Garcia Campos  <carlosgc@gnome.org>
2362
2363         * configure.ac:
2364         * backend/ps/Makefile.am:
2365         * backend/ps/ev-spectre.[ch]:
2366         
2367         Use libspectre, if available, for the ps backend. Fixes bugs
2368         #317106, #499787, #501235, #421879, #445797, #443859 and #486547.
2369
2370 2007-12-18  Yaakov Selkowitz  <yselkowitz@users.sourceforge.net>
2371         
2372         * backend/comics/comics-document.c: (comics_document_load):
2373         
2374         Cygwin build issue fix.
2375
2376 2007-12-16  Carlos Garcia Campos  <carlosgc@gnome.org>
2377
2378         * shell/ev-view.c: (ev_view_set_zoom):
2379
2380         Do not limit the minimum zoom factor when sizing mode is best bit
2381         or fit width. Fixes bug #503805.
2382         
2383 2007-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2384
2385         * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest):
2386         * libdocument/ev-link-dest.[ch]: (ev_link_dest_get_top),
2387         (ev_link_dest_get_left), (ev_link_dest_get_zoom),
2388         (ev_link_dest_get_property), (ev_link_dest_set_property),
2389         (ev_link_dest_class_init), (ev_link_dest_new_xyz),
2390         (ev_link_dest_new_fith), (ev_link_dest_new_fitv),
2391         (ev_link_dest_new_fitr):
2392         * shell/ev-view.c: (goto_fitr_dest), (goto_fitv_dest),
2393         (goto_fith_dest), (goto_xyz_dest):
2394
2395         Do not change left, top and zoom values when they are null in PDF
2396         destinations. Fixes bug #460658.
2397         
2398 2007-12-10  Christian Persch  <chpe@gnome.org>
2399
2400         * shell/ev-view-accessible.c: (ev_view_accessible_finalize),
2401         (ev_view_accessible_class_init),
2402         (ev_view_accessible_idle_do_action),
2403         (ev_view_accessible_action_do_action),
2404         (ev_view_accessible_action_get_description),
2405         (ev_view_accessible_action_set_description),
2406         (ev_view_accessible_action_iface_init), (ev_view_accessible_new),
2407         (ev_view_accessible_factory_init),
2408         (ev_view_accessible_factory_get_accessible_type):
2409         * shell/ev-view-accessible.h: A bit of cleanup: use gobject instance
2410         private data, and G_DEFINE_TYPE. Bug #502843.
2411
2412 2007-12-08  Christian Persch  <chpe@gnome.org>
2413
2414         * shell/ev-metadata-manager.c: (item_free),
2415         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
2416         (value_free), (parse_value), (parseItem),
2417         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
2418         (save_values): Use GSlice to allocate small amounts of memory. Bug
2419         #475972.
2420
2421 2007-12-05  Carlos Garcia Campos  <carlosgc@gnome.org>
2422
2423         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
2424
2425         Restore cursor to normal after a drag operation. Fixes bug
2426         #501603.
2427         
2428 2007-12-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2429
2430         * NEWS:
2431         * configure.ac:
2432         
2433         Update for release 2.21.1
2434
2435 2007-12-02  Carlos Garcia Campos  <carlosgc@gnome.org>
2436
2437         * configure.ac:
2438         * cut-n-paste/gedit-message-area/Makefile.am:
2439         * cut-n-paste/gedit-message-area/gedit-message-area.[ch]:
2440         * shell/Makefile.am:
2441         * shell/ev-message-area.[ch]:
2442         * shell/ev-window.c: (ev_window_set_message_area),
2443         (ev_window_error_message_response_cb), (ev_window_error_message),
2444         (ev_window_load_job_cb), (ev_window_cmd_file_open_copy_at_dest),
2445         (ev_window_save_job_cb), (image_save_dialog_response_cb),
2446         (ev_attachment_popup_cmd_open_attachment),
2447         (attachment_save_dialog_response_cb), (ev_window_set_document),
2448         (ev_window_init):
2449
2450         Use a message area instead of a popup dialog for error
2451         notifications. Fixes bug #337495.
2452         
2453 2007-12-02  Carlos Garcia Campos  <carlosgc@gnome.org>
2454
2455         * shell/ev-window.c: (fullscreen_toolbar_remove_shadow),
2456         (ev_window_run_fullscreen):
2457
2458         Remove the shadow of the fullscreen toolbar. Fixes bug #500702.
2459         
2460 2007-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
2461
2462         * ev-sidebar-thumbnails.c: (update_visible_range),
2463         (ev_sidebar_thumbnails_refresh),
2464         (ev_sidebar_thumbnails_set_document),
2465         (ev_sidebar_thumbnails_support_document):
2466
2467         Show thumbnails for documents with one page. Fixes bug #358751.
2468         
2469 2007-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
2470
2471         * shell/ev-window.c:
2472         (ev_window_load_print_settings_from_metadata),
2473         (ev_window_save_print_settings), (ev_window_print_finished),
2474         (ev_window_print_range):
2475
2476         Print settings that are specific to the document are now saved per
2477         document in the metadata file. Fixes bug #488806.
2478         
2479 2007-11-26  Matthias Clasen  <mclasen@redhat.com>
2480
2481         * backend/tiff/tiff-document.c: (tiff_document_render):
2482
2483         Tiff documents were rendered with wrong colors. Fixes bug #497279.
2484         
2485 2007-11-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2486
2487         * shell/ev-application.[ch]: (get_find_string_from_args),
2488         (ev_application_open_uri_at_dest), (ev_application_open_uri),
2489         (ev_application_open_uri_list):
2490         * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_new):
2491         * shell/ev-window.[ch]: (ev_window_load_job_cb),
2492         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
2493         (ev_window_cmd_recent_file_activate),
2494         (ev_window_open_recent_action_item_activated),
2495         (ev_window_print_send), (open_remote_link):
2496         * shell/main.c: (arguments_parse):
2497
2498         Add a command line option for search. Fixes bug #497710.
2499         
2500 2007-11-20  Darren Kenny  <darren.kenny@sun.com>
2501
2502         * shell/ev-jobs.c: (ev_job_print_new):
2503
2504         Fix endless loop when pages_per_sheet is 0. Fixes bug #498248.
2505         
2506 2007-10-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2507
2508         * data/evince-toolbar.xml:
2509         * shell/Makefile.am:
2510         * shell/ev-application.c: (ev_application_init):
2511         * shell/ev-open-recent-action.[ch]:
2512         * shell/ev-window.c:
2513         (ev_window_open_recent_action_item_activated),
2514         (register_custom_actions):
2515
2516         Add an expander to the open toolbar item which pops up a dropdown
2517         menu with the recently used documents. Fixes bug #487215.
2518         
2519 2007-10-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2520
2521         * shell/ev-window.c: (ev_window_open_uri),
2522         (ev_window_cmd_view_reload):
2523
2524         Do not jump to the first page when reloading by running evince
2525         from the command line. Fixes bug #490847.
2526         
2527 2007-10-27  Hiroyuki Ikezoe  <poincare@ikezoe.net>
2528
2529         * shell/ev-window.c: (ev_window_cmd_help_contents):
2530
2531         Plugged memory leak when help file is not found. Fixes bug
2532         #490762.
2533         
2534 2007-10-26  Carlos Garcia Campos  <carlosgc@gnome.org>
2535
2536         * configure.ac:
2537
2538         Enable djvu, dvi and comics backends by default. Fixes bug
2539         #437121.
2540         
2541 2007-10-26  Carlos Garcia Campos  <carlosgc@gnome.org>
2542
2543         * configure.ac:
2544         * cut-n-paste/Makefile.am:
2545         * cut-n-paste/recent-files/*: Removed
2546         * help/reference/Makefile.am:
2547         * shell/Makefile.am:
2548         * shell/ev-application.[ch]: (ev_application_shutdown),
2549         (ev_application_init):
2550         * shell/ev-window.c: (ev_window_add_recent),
2551         (ev_window_setup_recent), (ev_window_dispose), (ev_window_init):
2552
2553         Bump requirements to gtk+ 2.10.0 and remove egg-recent code. 
2554         
2555 2007-10-25  Pascal Terjan  <pterjan@linuxfr.org>
2556
2557         * shell/ev-window.c: (launch_external_uri):
2558
2559         Let GnomeVFS check the URL, this allow more URL (like mailto:),
2560         and report error if the URL is not supported (#489910).
2561
2562 2007-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2563
2564         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
2565         (pdf_document_file_exporter_begin_page),
2566         (pdf_document_file_exporter_end_page):
2567
2568         Fix printing with poppler splash backend. Fixes bug #489774.
2569         
2570 2007-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2571
2572         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
2573         * shell/ev-print-job.c: (ev_print_job_class_init):
2574
2575         Fix a crash when printing with the gnome-print dialog. Fixes bug
2576         #488939.
2577         
2578 2007-10-18  Sebastien Bacher  <seb128@ubuntu.com>
2579
2580         * backend/pixbuf/pixbuf-document.c:
2581
2582         Fix an implicit function definition warning (#487655)
2583
2584 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2585
2586         * shell/ev-window.c:
2587
2588         Fix conflicting shortcut for view sade pane and presentation.
2589         
2590 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2591
2592         * backend/pdf/ev-poppler.cc:
2593         (pdf_document_file_exporter_begin_page),
2594         (pdf_document_file_exporter_do_page),
2595         (pdf_document_file_exporter_end_page),
2596         (pdf_document_file_exporter_iface_init):
2597         * libdocument/ev-file-exporter.[ch]:
2598         (ev_file_exporter_begin_page), (ev_file_exporter_end_page):
2599         * shell/ev-jobs.c: (ev_job_print_get_page_list),
2600         (ev_job_print_run):
2601
2602         When printing multiple pages per sheet in reverse option, do not
2603         invert the order of the pages in every sheet, but the order of the
2604         sheets. Do not print blank pages when page range is invalid. Fixes
2605         bugs #484857 and #485521.
2606         
2607 2007-10-10  Carlos Garcia Campos  <carlosgc@gnome.org>
2608
2609         * shell/ev-jobs.c: (ev_job_print_get_page_list),
2610         (ev_job_print_run):
2611         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2612
2613         Respect ranges order when printing more than one range in random
2614         order.
2615         
2616 2007-10-10  Martin Schanzenbach  <mschanzenbach@gmail.com>
2617
2618         * shell/ev-window.c: (ev_window_refresh_window_thumbnail),
2619         (ev_window_setup_document), (ev_window_rotation_changed_cb):
2620
2621         Rotate also the window icon when document is rotated. Fixes bug
2622         #474681.
2623         
2624 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
2625
2626         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field),
2627         (pdf_document_forms_get_form_fields):
2628
2629         Silently ignore unknown form fields. Fixes bug #482654. Patch by
2630         Matthias Drochner.
2631         
2632 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
2633
2634         * configure.ac:
2635         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
2636
2637         Use poppler_page_render_for_printing() instead of
2638         poppler_page_render() if available when exporting to a ps or pdf
2639         file. Fixes bug #476627.
2640         
2641 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
2642
2643         * shell/ev-window.c: (ev_window_run_fullscreen):
2644
2645         Do not show the toolbar in fullscreen mode if the main toolbar is
2646         not visible. Fixes bug #483048.
2647         
2648 2007-09-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2649
2650         * shell/ev-view.c: (ev_view_button_press_event):
2651
2652         Give priority to form fields over images when deciding whether a
2653         button press event is over an image or form field. It allows edit
2654         form fields when they are over a background image. Fixes bug
2655         #477841.
2656         
2657 2007-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2658
2659         * NEWS:
2660         * configure.ac:
2661         
2662         Update for release 2.20.0
2663
2664 2007-09-12  Carlos Garcia Campos  <carlosgc@gnome.org>
2665
2666         * backend/pdf/ev-poppler.cc:
2667
2668         Remove #ifdef HAVE_FORMS, so that forms support works again.
2669
2670 2007-09-05  Götz Waschk  <waschk@mandriva.org>
2671
2672         * configure.ac:
2673         * data/evince.desktop.in.in:
2674         
2675         Fixes desktop file issues. See bug #473471.
2676
2677 2007-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
2678
2679         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
2680         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
2681         (ev_job_queue_remove_job):
2682         * shell/ev-jobs.[ch]: (ev_job_save_init), (ev_job_save_dispose),
2683         (ev_job_save_class_init), (ev_job_save_new), (ev_job_save_run):
2684         * shell/ev-window.c: (ev_window_clear_save_job),
2685         (ev_window_save_job_cb), (file_save_dialog_response_cb),
2686         (ev_window_dispose):
2687
2688         Move save a copy task to its own job so that it's carried out in a
2689         thread avoiding another lock in the main thread. Use
2690         ev_xfer_uri_simple() instead of gnome_vfs_move() so that document
2691         can be saved to a pathin another file system. Fixes bug #456891.
2692         
2693 2007-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2694
2695         * NEWS:
2696         * configure.ac:
2697         
2698         Update for release 2.19.92
2699
2700 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2701
2702         * configure.ac:
2703         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
2704         (pdf_selection_get_selection_region),
2705         (pdf_selection_get_selection_map),
2706         (ev_form_field_from_poppler_field):
2707
2708         Bump requirements to poppler 0.6 and drop all ifdefs used. Double
2709         and triple click selections are enabled again now.
2710
2711 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2712
2713         * shell/ev-window.c: (ev_window_add_history):
2714
2715         Make sure not to use the history with documents not supporting
2716         links. Fixes bug #468954.
2717
2718 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2719
2720         * shell/ev-window.c: (ev_window_load_job_cb):
2721
2722         Restart the search when reloading a document with the find bar
2723         visible. Fixes bug #461962.
2724
2725 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2726
2727         * shell/ev-window.c: (setup_document_from_metadata),
2728         (ev_window_load_job_cb), (ev_window_cmd_view_reload):
2729
2730         Do not jump to the first page when reloading a document from the
2731         last page.
2732
2733 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2734
2735         * shell/ev-window.c: (update_chrome_flag),
2736         (setup_sidebar_from_metadata),
2737         (ev_window_cmd_focus_page_selector), (ev_window_cmd_edit_find),
2738         (ev_window_cmd_edit_find_next),
2739         (ev_window_cmd_edit_find_previous), (ev_window_cmd_escape),
2740         (ev_window_view_toolbar_cb), (ev_window_view_sidebar_cb),
2741         (find_bar_close_cb), (view_actions_focus_in_cb):
2742
2743         Do not update visibility when changing a chrome flag so that it's
2744         possible to update several flags and update visibility only once
2745         for all of them.
2746
2747 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2748
2749         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2750
2751         Use GTK_UNIT_POINTS instead of GTK_UNIT_PIXEL, since it's not
2752         supported by gtk+. Fixes bug #460907.
2753
2754 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2755
2756         * shell/ev-view.c: (view_update_range_and_current_page):
2757
2758         Make sure current-page <= end-page in continuous mode. Fixes bug
2759         #454950.
2760
2761 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2762
2763         * backend/pdf/ev-poppler.cc: (build_tree):
2764
2765         Ignore outline items without a title. Fixes bug #453913.
2766
2767 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2768
2769         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
2770         (ev_view_button_release_event), (ev_view_leave_notify_event):
2771
2772         Use always drag mouse cursor during a drag operation. Fixes bug
2773         #470564.
2774
2775 2007-09-02  Carlos Garcia Campos  <carlosgc@gnome.org>
2776
2777         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
2778         (pdf_selection_get_selection_region),
2779         (pdf_selection_get_selection_map):
2780
2781         Temporarily disable double and triple selections since it depends on
2782         poppler cvs head. It'll be enabled again as soon as poppler 0.6 is
2783         released and the update of the external dependency minimal version
2784         approved.
2785
2786 2007-09-01  Carlos Garcia Campos  <carlosgc@gnome.org>
2787
2788         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
2789         (pdf_document_file_exporter_do_page):
2790         * libdocument/ev-file-exporter.h:
2791         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
2792         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2793
2794         Actually fix printing regressions. Remove orientation from
2795         EvPrintContext since it's redundant.
2796
2797 2007-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
2798
2799         * backend/dvi/dvi-document.c: (dvi_document_document_iface_init):
2800         * backend/impress/impress-document.c:
2801         (impress_document_document_iface_init):
2802         * backend/ps/ps-document.c: (ps_document_document_iface_init):
2803         * backend/djvu/djvu-document.c:
2804         (djvu_document_document_iface_init),
2805         (djvu_selection_get_selected_text), (djvu_selection_iface_init):
2806         * backend/tiff/tiff-document.c:
2807         (tiff_document_document_iface_init):
2808         * backend/pixbuf/pixbuf-document.c:
2809         (pixbuf_document_document_iface_init):
2810         * backend/comics/comics-document.c:
2811         (comics_document_document_iface_init):
2812         * backend/pdf/ev-poppler.cc: (pdf_document_document_iface_init),
2813         (pdf_selection_render_selection),
2814         (pdf_selection_get_selected_text),
2815         (pdf_selection_get_selection_region),
2816         (pdf_selection_get_selection_map), (pdf_selection_iface_init):
2817         * libdocument/ev-selection.[ch]: (ev_selection_get_selected_text),
2818         (ev_selection_get_selection_region),
2819         (ev_selection_get_selection_map):
2820         * libdocument/ev-document.[ch]:
2821         * shell/ev-pixbuf-cache.[ch]: (add_job),
2822         (ev_pixbuf_cache_get_selection_surface), (update_job_selection):
2823         * shell/ev-view-private.h:
2824         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_new),
2825         (ev_job_render_run):
2826         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
2827         * shell/ev-view.c: (start_selection_for_event),
2828         (ev_view_button_press_event), (ev_view_drag_data_get),
2829         (ev_view_drag_data_received), (ev_view_button_release_event),
2830         (compute_new_selection_text), (compute_selections),
2831         (ev_view_select_all), (get_selected_text), (ev_view_copy),
2832         (ev_view_primary_get_cb):
2833
2834         Add support for double and triple click selections.
2835
2836 2007-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2837
2838         * NEWS:
2839         * configure.ac:
2840
2841         Update for release 2.19.4
2842
2843 2007-08-28  Justin Blanchard  <justinb04@aim.com>
2844
2845         * shell/ev-view-private.h:
2846         * shell/ev-view.c: (ev_view_expose_event), (ev_view_init),
2847         (ev_view_set_highlight_search):
2848         * shell/ev-view.h:
2849         * shell/ev-window.c: (ev_window_cmd_edit_find_next),
2850         (ev_window_cmd_edit_find_previous), (find_bar_search_changed_cb),
2851         (find_bar_visibility_changed_cb):
2852         
2853         Enables 'find next' when bindbar is hidden. Fixes bug #323817.
2854
2855 2007-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2856
2857         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
2858         (pdf_document_file_exporter_begin),
2859         (pdf_document_file_exporter_do_page):
2860         * shell/ev-jobs.c: (ev_job_print_run):
2861         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2862
2863         Create always a portrait cairo surface and rotate when needed for
2864         landscape. It fixes printing problems in real printers.
2865
2866 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2867
2868         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
2869         * libdocument/ev-file-exporter.[ch]:
2870         (ev_file_exporter_get_capabilities):
2871         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
2872         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2873
2874         Adjust number of pages per row according to page orientation when
2875         printing 2 or 6 pages per sheet.
2876
2877 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2878
2879         * shell/ev-window.c: (ev_window_print_send):
2880
2881         Reset also cups setting to 1 when printing multiple pages per
2882         sheet. Fixes bug #468853.
2883
2884 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2885
2886         * libdocument/ev-document-misc.c:
2887         (ev_document_misc_surface_rotate_and_scale):
2888
2889         Use directly cairo_surface_get_content() when creating a similar
2890         surface as suggested by Jeff Muizelaar. Thanks again.
2891
2892 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2893
2894         * backend/djvu/djvu-document.c: (djvu_document_render):
2895         * backend/tiff/tiff-document.c: (tiff_document_render):
2896         * backend/pdf/ev-poppler.cc: (pdf_document_render):
2897         * libdocument/ev-document-misc.c:
2898         (ev_document_misc_surface_from_pixbuf),
2899         (ev_document_misc_surface_rotate_and_scale):
2900
2901         Use CAIRO_FORMAT_RGB24 instead of CAIRO_FORMAT_ARGB32 when
2902         creating page surfaces. Fixes bug #453123. Thank you very much to
2903         Jeff Muizelaar <jeff@infidigm.net>.
2904
2905 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
2906
2907         * shell/ev-page-cache.c: (ev_page_cache_new),
2908         (ev_page_cache_get_thumbnail_size):
2909         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page),
2910         (ev_sidebar_thumbnails_set_loading_icon):
2911
2912         Also store in page-cache the dimensions of the thumbnails so that
2913         they can be used to create the correct loading icon in the side
2914         pane. Fixes bug #466857.
2915
2916 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
2917
2918         * backend/pdf/ev-poppler.cc:
2919         (pdf_document_thumbnails_get_thumbnail):
2920
2921         Fix thumbnails rotation in pdf documents that include embedded 
2922         thumbnails.
2923
2924 2007-08-15  Jens Granseuer  <jensgr@gmx.net>
2925
2926         * backend/pdf/ev-poppler.cc:
2927
2928         Don't use #ifdef in macro expansion. Some compilers don't
2929         like that. Closes bug #467042.
2930
2931 2007-08-15  Justin Blanchard  <justinb04@aim.com>
2932
2933         * backend/djvu/djvu-document.c: (djvu_document_finalize):
2934         
2935         Fixes memory leak in djvu backend.
2936
2937 2007-08-15  Andreas Nilsson  <nisses.mail@home.se>
2938
2939         * data/icons/32x32/Makefile.am:
2940         * data/icons/32x32/actions/Makefile.am:
2941         * data/icons/32x32/actions/view-page-cont.svg:
2942         * data/icons/32x32/actions/view-page-facing.svg:
2943         * data/icons/48x48/Makefile.am:
2944         * data/icons/48x48/actions/Makefile.am:
2945         * data/icons/48x48/actions/view-page-cont.svg:
2946         * data/icons/48x48/actions/view-page-facing.svg:
2947         
2948         Icons for a new sizes.
2949
2950 2007-08-14  Justin Blanchard  <justinb04@aim.com>
2951
2952         * shell/ev-page-cache.c: (build_height_to_page),
2953         (ev_page_cache_get_height_to_page):
2954         
2955         Fixes invalid read, see bug #466401.
2956
2957 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2958
2959         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
2960         (set_drag_cursor):
2961         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
2962         (configure_item_cursor), (new_pixbuf_from_widget):
2963
2964         Fix multihead problems in toolbar editor. Fixes bug #382055.
2965
2966 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2967
2968         * shell/ev-window.c: (ev_window_cmd_file_open),
2969         (ev_window_cmd_save_as):
2970
2971         Use g_get_user_special_dir when available instead of
2972         xdg_user_dir_lookup.
2973
2974 2007-08-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2975
2976         * MAINTAINERS:
2977         
2978         Updated according to request on desktop-devel.
2979
2980 2007-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
2981
2982         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
2983
2984         Do not use cairo_rectangle and cairo_clip since we are
2985         not using cairo_fill but cairo_paint. Use the same cairo context
2986         for every page in the same expose event.
2987
2988 2007-07-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
2989
2990         * shell/ev-window.c: (file_open_dialog_response_cb): Plugged memory
2991         leak.
2992
2993 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
2994
2995         * configure.ac:
2996         * NEWS:
2997
2998         Release 0.9.3
2999
3000 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
3001
3002         * libdocument/ev-document-info.h:
3003         * libdocument/ev-document.h:
3004         * shell/ev-page-action.h:
3005         * shell/ev-sidebar-links.h:
3006
3007         Fix a headers problem with ev-link
3008         
3009         * libdocument/ev-link.[ch]: (ev_link_mapping_get_area):
3010         * shell/ev-view-private.h:
3011         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
3012         (get_link_area), (ev_view_query_tooltip),
3013         (ev_view_leave_notify_event), (ev_view_destroy),
3014         (ev_view_class_init):
3015
3016         Use new gtk tooltips when available instead of ev-tooltip.
3017         
3018 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
3019
3020         * shell/ev-window.c: (update_chrome_visibility),
3021         (ev_window_sidebar_visibility_changed_cb):
3022
3023         Do not hide sidebar in fullscreen mode. Fixes bug #396535.
3024         
3025 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3026
3027         * shell/ev-navigation-action.c:
3028         (ev_navigation_action_history_changed),
3029         (ev_navigation_action_set_history):
3030         * shell/ev-navigation-action-widget.c:
3031         (ev_navigation_action_widget_init):
3032         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
3033
3034         Fix compile warnings.
3035         
3036 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3037
3038         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
3039         (egg_editable_toolbar_dispose):
3040
3041         Fix memory leak.
3042         
3043 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3044
3045         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
3046         (screensaver_disable_x11):
3047         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout):
3048         * shell/ev-window.c: (presentation_set_timeout):
3049         * shell/ev-view.c: (ev_view_presentation_transition_start):
3050
3051         Use g_timeout_add_seconds instead of g_timeout_add when
3052         available.
3053         
3054 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3055
3056         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_init):
3057
3058         Set horizontal scrollbar policy to AUTOMATIC instead of
3059         NEVER. Workaround for bug #449462.
3060         
3061 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3062
3063         * shell/ev-jobs.c: (ev_job_render_page_ready):
3064
3065         Add page_ready callback to main loop with high priority and hold
3066         a reference to job during idle.
3067         
3068 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3069
3070         * configure.ac:
3071         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
3072         (pdf_document_file_exporter_begin),
3073         (pdf_document_file_exporter_do_page),
3074         (pdf_document_file_exporter_get_capabilities):
3075         * libdocument/ev-file-exporter.h:
3076         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
3077         * shell/ev-window.c: (ev_window_print_send),
3078         (ev_window_print_dialog_response_cb):
3079
3080         Allow printing multiple pages per sheet. Fixes bug #395573.
3081         
3082 2007-07-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3083
3084         * shell/ev-view.c: (tip_from_link):
3085         
3086         Check for NULL, fixes bug #460862.
3087
3088 2007-07-29  Christian Persch  <chpe@gnome.org>
3089
3090         * shell/ev-window.c: (ev_window_enumerate_printer_cb),
3091         (ev_window_preview_print_finished), (ev_window_do_preview_print),
3092         (ev_window_cmd_preview_print):
3093         
3094         Fixes bug #437681 - blocks while enumerating printers.
3095
3096 2007-07-29  Christian Persch  <chpe@gnome.org>
3097
3098         * shell/ev-window.c: (ev_window_screen_changed):
3099         
3100         Don't use deprecated gtk+ function. See bug #460909.
3101
3102 2007-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
3103
3104         * shell/ev-utils.c: (get_num_monitors):
3105         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
3106
3107         Do not use display before initializing it. Remove compile
3108         warnings.
3109
3110 2007-07-27  Cosimo Cecchi  <anarki@lilik.it>
3111
3112         * shell/ev-view.c: (ev_view_class_init):
3113         
3114         Unix-like hjkl bindings added. See bug #458111.
3115
3116 2007-07-27  Johannes Buchner  <buchner.johannes@gmx.at>
3117
3118         * shell/ev-utils.c: (get_num_monitors), (get_screen_dpi):
3119         * shell/ev-utils.h:
3120         * shell/ev-view.c: (ev_view_set_zoom_for_size),
3121         (ev_view_update_view_size):
3122         * shell/ev-view.h:
3123         * shell/ev-window.c: (ev_window_update_actions),
3124         (setup_view_from_metadata), (ev_window_screen_changed),
3125         (ev_window_sizing_mode_changed_cb), (ev_window_zoom_changed_cb),
3126         (zoom_control_changed_cb):
3127         * shell/ev-window.h:
3128         
3129         Reorganizes utility functions.
3130
3131 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
3132
3133         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
3134         (copy_job_page_and_selection_to_job_info), (copy_job_to_job_info),
3135         (add_job), (ev_pixbuf_cache_get_surface),
3136         (ev_pixbuf_cache_get_link_mapping),
3137         (ev_pixbuf_cache_get_image_mapping),
3138         (ev_pixbuf_cache_get_form_field_mapping),
3139         (ev_pixbuf_cache_get_text_mapping):
3140         * shell/ev-jobs.[ch]: (ev_job_render_class_init),
3141         (notify_page_ready), (ev_job_render_page_ready),
3142         (ev_job_render_run):
3143
3144         Add page_ready signal to notify that page is ready as soon as
3145         possible even if other page elements like links, forms, images or
3146         text mapping are not ready yet.
3147
3148 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
3149
3150         * backend/dvi/dvi-document.c: (dvi_document_file_exporter_begin),
3151         (dvi_document_file_exporter_do_page),
3152         (dvi_document_file_exporter_get_capabilities),
3153         (dvi_document_file_exporter_iface_init):
3154         * backend/ps/ps-document.c: (ps_document_file_exporter_begin),
3155         (ps_document_file_exporter_do_page),
3156         (ps_document_file_exporter_get_capabilities),
3157         (ps_document_file_exporter_iface_init):
3158         * backend/djvu/djvu-document.c:
3159         (djvu_document_file_exporter_begin),
3160         (djvu_document_file_exporter_end),
3161         (djvu_document_file_exporter_get_capabilities),
3162         (djvu_document_file_exporter_iface_init):
3163         * backend/tiff/tiff-document.c:
3164         (tiff_document_file_exporter_begin),
3165         (tiff_document_file_exporter_get_capabilities),
3166         (tiff_document_document_file_exporter_iface_init):
3167         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
3168         (pdf_document_file_exporter_do_page),
3169         (pdf_document_file_exporter_get_capabilities),
3170         (pdf_document_file_exporter_iface_init):
3171         * libdocument/ev-file-exporter.[ch]: (ev_file_exporter_begin),
3172         (ev_file_exporter_get_capabilities):
3173         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
3174         (idle_print_handler), (ev_print_job_print):
3175         * shell/ev-jobs.c: (ev_job_print_run):
3176         * shell/ev-window.c: (ev_window_print_send),
3177         (ev_window_print_range):
3178
3179         Use capabilities to know which options should be offered by the
3180         print dialog depending on the document backend.
3181
3182 2007-07-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3183
3184         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
3185
3186         Give priority to forms over text to set the cursor.
3187
3188 2007-07-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3189
3190         * shell/ev-view-private.h:
3191         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
3192         (ev_view_leave_notify_event), (ev_view_finalize),
3193         (ev_view_get_property), (ev_view_class_init):
3194
3195         Use IBEAM cursor for text form fields and NORMAL cursor for read
3196         only fields. Remove unused status attribute.
3197
3198 2007-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
3199
3200         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
3201
3202         Update region for current selected items also for checkbox
3203         buttons, since they can behave as radio buttons when they are in a
3204         set.
3205
3206 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3207
3208         * configure.ac:
3209         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
3210
3211         Get max length of text form fields.
3212
3213 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3214
3215         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
3216         * libdocument/ev-form-field.h:
3217         * shell/ev-view.c: (ev_view_form_field_text_create_widget):
3218
3219         Fix build with current poppler cvs head.
3220
3221 2007-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3222
3223         * cut-n-paste/zoom-control/ephy-zoom-control.c:
3224         * shell/eggfindbar.c: (egg_find_bar_init):
3225
3226         Fix build with gtk+ >= 2.11.5 due to gtktooltips
3227         deprecation. Fixes bug #455667
3228
3229 2007-07-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3230
3231         * NEWS:
3232         * configure.ac:
3233         
3234         Update for release 0.9.2
3235
3236 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3237
3238         * shell/ev-view.c: (ev_view_form_field_text_save),
3239         (ev_view_form_field_choice_save):
3240
3241         Fix a crash when closing whith a form widget visible.
3242
3243 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3244
3245         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
3246
3247         Update also the region of the current selected button when
3248         clicking on another button if they are radio buttons.
3249
3250 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3251
3252         * shell/ev-pixbuf-cache.[ch]: (ev_pixbuf_cache_class_init),
3253         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
3254         (add_job), (add_job_if_needed), (ev_pixbuf_cache_get_surface),
3255         (ev_pixbuf_cache_get_link_mapping),
3256         (ev_pixbuf_cache_get_image_mapping),
3257         (ev_pixbuf_cache_get_form_field_mapping),
3258         (ev_pixbuf_cache_get_text_mapping), (ev_pixbuf_cache_reload_page):
3259         * shell/ev-view.c: (ev_view_form_field_get_region),
3260         (ev_view_form_field_button_create_widget),
3261         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
3262         (job_finished_cb):
3263
3264         Redraw only form field region instead of the whole page when
3265         reloading a page to show changes on the form field.
3266
3267 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3268
3269         * shell/ev-view.c: (ev_view_form_field_choice_save):
3270
3271         Fix selection of first item in list form fields.
3272
3273 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3274
3275         * shell/ev-pixbuf-cache.c: (add_job), (add_job_if_needed),
3276         (ev_pixbuf_cache_reload_page),
3277         (ev_pixbuf_cache_get_form_field_mapping):
3278
3279         Some refactoring to avoid duplicated code.
3280
3281 2007-07-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3282
3283         * configure.ac:
3284         * backend/pdf/ev-poppler.cc: (pdf_document_get_crop_box),
3285         (ev_form_field_from_poppler_field),
3286         (pdf_document_forms_get_form_fields),
3287         (pdf_document_forms_form_field_text_get_text),
3288         (pdf_document_forms_form_field_text_set_text),
3289         (pdf_document_forms_form_field_button_set_state),
3290         (pdf_document_forms_form_field_button_get_state),
3291         (pdf_document_forms_form_field_choice_get_item),
3292         (pdf_document_forms_form_field_choice_get_n_items),
3293         (pdf_document_forms_form_field_choice_is_item_selected),
3294         (pdf_document_forms_form_field_choice_select_item),
3295         (pdf_document_forms_form_field_choice_toggle_item),
3296         (pdf_document_forms_form_field_choice_unselect_all),
3297         (pdf_document_forms_form_field_choice_set_text),
3298         (pdf_document_forms_form_field_choice_get_text),
3299         (pdf_document_document_forms_iface_init):
3300         * libdocument/Makefile.am:
3301         * libdocument/ev-form-field.[ch]:
3302         * libdocument/ev-document-forms.[ch]:
3303         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
3304         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
3305         (add_job), (ev_pixbuf_cache_reload_page),
3306         (ev_pixbuf_cache_get_form_field_mapping):
3307         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run):
3308         * shell/ev-view-private.h:
3309         * shell/ev-view.[ch]: (ev_view_set_scroll_adjustments),
3310         (ev_view_handle_cursor_over_xy),
3311         (ev_view_get_form_field_at_location),
3312         (ev_view_forms_remove_widgets), (ev_view_form_field_destroy),
3313         (ev_view_form_field_button_create_widget),
3314         (ev_view_form_field_text_save), (ev_view_form_field_text_changed),
3315         (ev_view_form_field_text_create_widget),
3316         (ev_view_form_field_choice_save),
3317         (ev_view_form_field_choice_changed),
3318         (ev_view_form_field_choice_create_widget),
3319         (ev_view_handle_form_field), (ev_view_size_allocate),
3320         (ev_view_realize), (draw_end_presentation_page),
3321         (ev_view_button_press_event), (ev_view_remove_all),
3322         (ev_view_motion_notify_event), (ev_view_key_press_event),
3323         (ev_view_enter_notify_event), (highlight_find_results),
3324         (draw_loading_text), (draw_one_page), (ev_view_destroy),
3325         (ev_view_class_init), (page_changed_cb),
3326         (on_adjustment_value_changed), (ev_view_set_presentation),
3327         (merge_selection_region), (ev_view_set_cursor),
3328         (ev_view_reset_presentation_state):
3329         
3330         Merge evince-forms branch.
3331
3332 2007-07-03  Jaap Haitsma  <jaap@haitsma.org>
3333
3334         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: removed
3335
3336         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg.sh: added
3337         This script also updates itself from libegg
3338
3339         * cut-n-paste/toolbar-editor/egg*:
3340         Run update-toolbareditor-from-libegg.sh so we are in sync again with
3341         libegg
3342
3343 2007-07-02  Jaap Haitsma  <jaap@haitsma.org>
3344
3345         * shell/ev-window.c:
3346         
3347         Adds a nice icon to page action during toolbar editing.
3348         See bug #452872.
3349
3350 2007-07-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3351
3352         * data/evince-toolbar.xml:
3353         * shell/ev-window.c:
3354         
3355         Let user add a presentation and fullscreen icons on toolbar.
3356         See bug #449734.
3357
3358 2007-07-01  Jaap Haitsma  <jaap@haitsma.org>
3359
3360         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: 
3361
3362         new script to keep in sync with toolbareditor in libegg
3363
3364         * cut-n-paste/toolbar-editor/*: 
3365
3366         Run update-toolbareditor-from-libegg so we are in sync again. 
3367         Fixes bug #452850.
3368         
3369
3370 2007-07-01  Carlos Garcia Campos  <carlosgc@gnome.org>
3371
3372         * shell/ev-sidebar-links.c: (job_finished_callback):
3373
3374         Do not connect selection changed signal more than once. Fixes bug
3375         #349433.
3376
3377 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3378
3379         * shell/ev-window.c: (ev_window_view_sidebar_cb):
3380
3381         Do not change sidebar chrome flag when pressing F9 key in
3382         presentation mode.
3383
3384 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3385
3386         * backend/pdf/ev-poppler.cc:
3387         (pdf_document_thumbnails_get_dimensions):
3388
3389         Make sure thumbnails width and height is not <= 0. Fixes a crash
3390         with some pdf documents which have really small pages.
3391
3392 2007-06-22  Gabor Kelemen  <kelemeng@gnome.hu>
3393
3394         * shell/main.c: (main):
3395
3396         Fixes program description translation issue.
3397         Bug #450148.
3398
3399 2007-06-21  Cesar Fernandez  <cesar@pk2.org>
3400
3401         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
3402
3403         Do not change current page when returning from black/white mode
3404         in presentation. Fixes bug #415032.
3405
3406 2007-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3407
3408         * NEWS:
3409         * configure.ac:
3410         
3411         Update for release 0.9.1
3412
3413 2007-06-17  Alaska Subedi  <asubedi@gmail.com>
3414
3415         * backend/dvi/dvi-document.c:
3416         (dvi_document_finalize),
3417         (dvi_document_file_exporter_format_supported),
3418         (dvi_document_file_exporter_begin),
3419         (dvi_document_file_exporter_do_page),
3420         (dvi_document_file_exporter_end),
3421         (dvi_document_file_exporter_iface_init), (dvi_document_init):
3422         
3423         PDF exporter for dvi documents. Fixes bug #441319.
3424
3425 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
3426
3427         * shell/ev-window.c: (ev_window_clear_print_job):
3428
3429         Clear gtk print job when job has finished. Fixes bug #447612.
3430
3431 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
3432
3433         * shell/ev-window.c: (ev_window_print_send),
3434         (ev_window_print_dialog_response_cb), (ev_window_print_range):
3435
3436         Add preview button to print dialog. Fixes bug #445419.
3437
3438 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
3439
3440         * backend/dvi/Makefile.am:
3441         * backend/dvi/pixbuf-device.[ch]: Removed
3442         * backend/dvi/cairo-device.[ch]: Added
3443         * backend/dvi/mdvi-lib/dviread.c: (draw_shrink_rule):
3444         * backend/dvi/dvi-document.c: (dvi_document_load),
3445         (dvi_document_render), (dvi_document_finalize),
3446         (dvi_document_thumbnails_get_thumbnail), (parse_color),
3447         (dvi_document_do_color_special):
3448         * libdocument/ev-document-misc.[ch]:
3449         (ev_document_misc_pixbuf_from_surface):
3450
3451         Port dvi backend to cairo and fix a problem with colors. 
3452
3453 2007-06-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3454
3455         * shell/ev-view.c: (draw_one_page):
3456
3457         Draw only visible region.
3458
3459 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3460
3461         * backend/djvu/djvu-document.c: (djvu_document_render):
3462
3463         Fix rotation in djvu backend.
3464
3465 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3466
3467         * shell/ev-pixbuf-cache.c: (job_finished_cb),
3468         (ev_pixbuf_cache_get_surface), (ev_pixbuf_cache_get_link_mapping),
3469         (ev_pixbuf_cache_get_image_mapping),
3470         (ev_pixbuf_cache_get_text_mapping):
3471
3472         Redraw view every time we have a new surface. Fixes bug #443587.
3473
3474 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3475
3476         * libdocument/ev-document.c: (ev_document_info_free):
3477
3478         Fix memory leaks.
3479
3480 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3481
3482         * backend/dvi/dvi-document.c: (dvi_document_render),
3483         (dvi_document_render_pixbuf), (dvi_document_document_iface_init):
3484         * backend/impress/impress-document.c:
3485         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
3486         (impress_document_render), (impress_document_document_iface_init),
3487         (impress_document_thumbnails_get_thumbnail):
3488         * backend/djvu/djvu-document-private.h:
3489         * backend/djvu/djvu-document.c: (djvu_document_render),
3490         (djvu_document_finalize), (djvu_document_document_iface_init),
3491         (djvu_document_thumbnails_get_thumbnail), (djvu_document_init):
3492         * backend/tiff/tiff-document.c: (tiff_document_render),
3493         (tiff_document_render_pixbuf),
3494         (tiff_document_document_iface_init):
3495         * backend/pdf/ev-poppler.cc: (pdf_document_render),
3496         (pdf_document_render_pixbuf), (pdf_document_document_iface_init),
3497         (pdf_selection_render_selection):
3498         * backend/comics/comics-document.c:
3499         (comics_document_render_pixbuf), (comics_document_render),
3500         (comics_document_document_iface_init):
3501         * backend/pixbuf/pixbuf-document.c: (pixbuf_document_render),
3502         (pixbuf_document_document_iface_init):
3503         * libdocument/ev-document-misc.[ch]:
3504         (ev_document_misc_surface_from_pixbuf),
3505         (ev_document_misc_surface_rotate_and_scale):
3506         * libdocument/ev-document.[ch]: (ev_document_render):
3507         * libdocument/ev-selection.[ch]: (ev_selection_render_selection):
3508         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
3509         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
3510         (ev_pixbuf_cache_get_surface), (new_selection_surface_needed),
3511         (clear_selection_if_needed), (ev_pixbuf_cache_style_changed),
3512         (ev_pixbuf_cache_get_selection_surface), (clear_job_selection):
3513         * shell/ev-jobs.[ch]: (ev_job_render_dispose),
3514         (render_finished_cb), (ev_job_render_run):
3515         * shell/ev-view.c: (draw_loading_text), (draw_one_page),
3516         (merge_selection_region):
3517
3518         Use cairo image surfaces instead of GDK pixbufs for drawing pages
3519         and selections.
3520
3521 2007-06-12  Carlos Garcia Campos  <carlosgc@gnome.org>
3522
3523         * shell/ev-window-title.c: (ev_window_title_update):
3524
3525         Fix memory leak.
3526
3527 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3528
3529         * shell/ev-view.c: (draw_loading_text):
3530
3531         Show loading text centered. Fixes bug #433061
3532
3533 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3534
3535         * shell/ev-sidebar-thumbnails.c:
3536         (ev_sidebar_thumbnails_set_loading_icon):
3537
3538         Remove a mutex in the main thread that blocks the UI in heavy
3539         documents.
3540
3541 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3542
3543         * shell/ev-pixbuf-cache.c (copy_job_to_job_info):
3544
3545         Set points_set to TRUE so that selections don't disappear after a
3546         zoom change.
3547
3548 2007-06-07  Michael Monreal  <infernux@web.de>
3549
3550         * data/icons/16x16/actions/Makefile.am:
3551         * data/icons/16x16/actions/zoom.svg:
3552         * data/icons/22x22/actions/Makefile.am:
3553         * data/icons/22x22/actions/zoom.svg:
3554         * data/icons/24x24/actions/Makefile.am:
3555         * shell/ev-stock-icons.c:
3556         * shell/ev-stock-icons.h:
3557         * shell/ev-window.c:
3558         
3559         Zoom icon artwork. See bug #444795.
3560
3561 2007-06-05  Bastien Nocera  <hadess@hadess.net>
3562
3563         * shell/ev-metadata-manager.c: Remove extraneous function
3564         (Closes: #444386)
3565
3566 2007-06-05  Bastien Nocera  <hadess@hadess.net>
3567
3568         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
3569         (ev_metadata_manager_shutdown), (ev_metadata_manager_set_last),
3570         (ev_metadata_manager_set), (ev_metadata_manager_save):
3571         Simplify the timeout, no need for modified anymore
3572
3573 2007-06-05  Bastien Nocera  <hadess@hadess.net>
3574
3575         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout),
3576         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
3577         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
3578         (ev_metadata_manager_save): Adapted patch from Arjan van de
3579         Ven (arjan@linux.intel.com) to avoid the timeout running all the
3580         time, saves on power (Closes: #443851)
3581
3582 2007-06-02  Carlos Garcia Campos  <carlosgc@gnome.org>
3583
3584         * configure.ac:
3585         * backend/pdf/ev-poppler.cc: (pdf_document_images_get_images),
3586         (pdf_selection_render_selection), (pdf_document_get_page_duration):
3587
3588         Bump requirements to poppler 0.5.9 and drop all ifdefs used.
3589
3590 2007-05-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3591
3592         * shell/ev-window.c: (ev_window_add_history):
3593
3594         Check if history is NULL
3595
3596 2007-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3597
3598         * libdocument/ev-image.c: (ev_image_finalize):
3599         * libdocument/ev-document-factory.c: (free_uncompressed_uri):
3600         * libdocument/ev-attachment.c: (ev_attachment_finalize):
3601         * libdocument/ev-file-helpers.[ch]: (ev_tmp_filename_unlink),
3602         (ev_tmp_uri_unlink):
3603
3604         Add functions to delete temporary files created by evince in a safe
3605         way.
3606
3607         * shell/ev-window.c: (ev_window_clear_local_uri),
3608         (open_xfer_update_progress_callback),
3609         (save_xfer_update_progress_callback), (ev_window_save_remote),
3610         (file_save_dialog_response_cb), (ev_window_cmd_save_as),
3611         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
3612         (attachment_save_dialog_response_cb),
3613         (ev_attachment_popup_cmd_save_attachment_as):
3614
3615         Allow saving a copy of a document, image or attachment to a remote
3616         location. Fixes bug #440754. 
3617
3618 2007-05-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3619
3620         * configure.ac:
3621         * backend/pdf/ev-poppler.cc: (pdf_selection_render_selection):
3622
3623         Fix build with current poppler from cvs head. 
3624
3625 2007-05-21  Eduardo Lima <eduardo.lima@indt.org.br>
3626
3627         * libdocument/ev-file-helpers.c: (ensure_dir_exists):
3628
3629         Using g_mkdir_with_parents() instead of g_mkdir() to really ensure the
3630         directory exists.
3631
3632 2007-05-20  Wouter Bolsterlee  <wbolster@svn.gnome.org>
3633
3634         * shell/ev-sidebar.c: (ev_sidebar_add_page):
3635         * shell/ev-window.c:
3636
3637         Change sidebar ordering. Fixes bug #439939.
3638
3639 2007-05-20  Marc Brockschmidt he+bugzilla.g@marcbrockschmidt.de
3640
3641         * backend/comics/Makefile.am:
3642         
3643         Fixes build with --without-libgnome.
3644
3645 2007-05-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3646         
3647         * shell/ev-view.c: (page_changed_cb), (on_adjustment_value_changed):
3648
3649         Update cursor and tooltip on page change and view scroll. Fixes bug
3650         #439217.
3651
3652 2007-05-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3653
3654         * NEWS:
3655         * configure.ac:
3656         
3657         Update for release 0.9.0
3658
3659 2007-05-14  Alaska Subedi <asubedi@gmail.com>
3660
3661         * backend/djvu/djvu-document-private.h:
3662         * backend/djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
3663         (djvu_document_finalize),
3664         (djvu_document_file_exporter_format_supported),
3665         (djvu_document_file_exporter_begin),
3666         (djvu_document_file_exporter_do_page),
3667         (djvu_document_file_exporter_end),
3668         (djvu_document_file_exporter_iface_init), (djvu_document_init):
3669         
3670         Implemented printing with djvu. Bug #437998.
3671
3672 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3673
3674         * backend/impress/zip.c:
3675         Add missing ulong definition.
3676
3677         * backend/ps/ps-interpreter.c:
3678         Add missing headers.
3679
3680         Fix compilation on FreeBSD. Patch by Roy Marples. Fixes bug #438277.
3681
3682 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3683
3684         * backend/pdf/ev-poppler.cc: (pdf_document_dispose):
3685
3686         Add missing call to parent class dispose method. 
3687
3688 2007-05-12  Ross Burton  <ross@openedhand.com>
3689
3690         * shell/main.c:
3691         Sync keybindings manually when building without libgnome
3692         (#437925).
3693
3694 2007-05-12  Ross Burton  <ross@openedhand.com>
3695
3696         * shell/ev-window.c:
3697         Respect the screen when opening help (#437866).
3698
3699 2007-05-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3700
3701         * data/evince-ui.xml:
3702         * shell/ev-application.[ch]: (get_print_settings_from_args),
3703         (ev_application_open_uri_at_dest), (ev_application_open_uri),
3704         (ev_application_open_uri_list):
3705         * shell/ev-window.[ch]: (ev_window_clear_print_settings_file),
3706         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
3707         (ev_window_cmd_recent_file_activate), (ev_window_run_preview),
3708         (ev_window_cmd_view_reload), (lookup_printer_from_name),
3709         (ev_window_preview_print_finished), (ev_window_cmd_preview_print),
3710         (ev_window_dispose):
3711         * shell/main.c: (arguments_parse):
3712
3713         Add print button in preview mode. Fixes bug #396475. 
3714
3715 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3716
3717         * cut-n-paste/zoom-control/ephy-zoom.h:
3718         
3719         Fixes zoom level factors. See bug #408119 for details.
3720
3721 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3722
3723         * backend/comics/comics-document.c: (comics_regex_quote),
3724         (extract_argv):
3725         
3726         Correctly quote symbols. Fixes crash in the bug
3727         #415370.
3728
3729 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3730
3731         * shell/ev-navigation-action-widget.c:
3732         (ev_navigation_action_widget_init),
3733         (ev_navigation_action_widget_class_init),
3734         (ev_navigation_action_widget_button_press_event):
3735         
3736         Connect to button-press event on correct widget. Fixes
3737         bug #431988
3738
3739 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3740
3741         * shell/ev-application.c: (ev_application_open_window),
3742         (ev_application_add_icon_path_for_screen),
3743         (ev_application_open_uri_at_dest):
3744         * shell/ev-navigation-action-widget.c: (popup_menu_under_arrow):
3745         * shell/ev-navigation-action.c: (build_menu):
3746         
3747         Add app-specific icons to our icon theme. Fixes bug
3748         #425508.
3749
3750 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3751
3752         * shell/ev-history.c: (ev_history_class_init),
3753         (ev_history_add_link):
3754         * shell/ev-history.h:
3755         * shell/ev-navigation-action.c:
3756         (ev_navigation_action_history_changed),
3757         (ev_navigation_action_set_history), (build_menu),
3758         (ev_navigation_action_finalize):
3759         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
3760         
3761         Make navigation action unsensitive instead of showing
3762         menu with unsensitive word. Fixes bug #417392.
3763
3764 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3765
3766         * shell/ev-application.[ch]: (ev_application_shutdown),
3767         (ev_application_get_print_settings),
3768         (ev_application_set_print_settings):
3769         * shell/ev-window.c:
3770
3771         Remember print settings. Fixes bug #349102. 
3772
3773 2007-05-08  Christian Persch  <chpe@gnome.org>
3774
3775         * configure.ac:
3776         * properties/ev-properties-view.c:
3777
3778         No need for a configure check; just use the GTK_CHECK_VERSION macro.
3779         Bug #382438.
3780
3781 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3782
3783         * configure.ac:
3784         * properties/ev-properties-view.c: (ev_regular_paper_size):
3785
3786         Use gtk+ builtin paper list to identify the document's paper size.
3787         Fixes bug #382438. 
3788
3789 2007-05-04  Carlos Garcia Campos  <carlosgc@gnome.org>
3790
3791         * configure.ac:
3792
3793         Fix build when compiling with thumbnailer and libgnome support. 
3794
3795 2007-05-04  Ross Burton  <ross@openedhand.com>
3796
3797         * configure.ac:
3798         Add --without-libgnome, check for libgnome and libgnomeui
3799         separately, and add them to the symbols as required.
3800
3801         * libdocument/ev-file-helpers.c:
3802         When building without libgnome, use g_get_user_config_dir instead
3803         of gnome_user_dir_get.
3804
3805         * shell/ev-application.c:
3806         When building without libgnome, don't use session management.
3807
3808         * shell/main.c:
3809         When building without libgnome, don't use GnomeProgram or
3810         initialise the authentication manager.
3811
3812         This fixes #328842.
3813
3814 2007-05-04  Ross Burton  <ross@openedhand.com>
3815
3816         * shell/ev-window.c:
3817         Don't use libgnome to open help, instead call Yelp directly.
3818
3819 2007-05-04  Ross Burton  <ross@openedhand.com>
3820
3821         * shell/ev-sidebar-attachments.c:
3822         Don't use libgnome to lookup icons for MIME types, instead copy
3823         code from GTK+ to do it manually.
3824
3825 2007-05-04  Ross Burton  <ross@openedhand.com>
3826
3827         * configure.ac:
3828         Add libxml to the dependencies for SHELL_CORE (#435818).
3829
3830 2007-05-02  Ross Burton  <ross@openedhand.com>
3831
3832         * configure.ac:
3833         * Makefile.am:
3834         Add --disable-thumbnailer (#434825)
3835
3836 2007-05-02  Ross Burton  <ross@openedhand.com>
3837
3838         * shell/ev-window.c:
3839         Add missing includes, fix indentation.
3840
3841         * shell/main.c:
3842         Fix indentation.
3843
3844 2007-04-30  Eduardo Lima <eduardo.lima@indt.org.br>
3845
3846         * shell/ev-window.c (ev_window_cmd_recent_file_activate): Use
3847         ev_application_open_uri_at_dest instead of ev_application_open_uri
3848         preventing new document always being opened in a new window even if there
3849         is an empty window.
3850
3851 2007-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3852
3853         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
3854         (egg_recent_view_uimanager_finalize):
3855         * properties/ev-properties-view.c: (ev_properties_view_dispose):
3856         * shell/ev-page-action-widget.c: (ev_page_action_widget_finalize):
3857         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_finalize),
3858         (ev_pixbuf_cache_dispose):
3859         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose):
3860         * shell/ev-tooltip.c: (ev_tooltip_dispose):
3861         
3862         Add missing chain to parent class methods. Fixes
3863         bug #433128.
3864
3865 2007-04-22  Brian Pepple  <bpepple@fedoraproject.org>
3866
3867         * data/Makefile.am (update-icon-cache): Updates
3868         gtk-update-icon-cache in uninstall-hook.
3869
3870 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3871
3872         * shell/ev-window.c: (ev_window_setup_document),
3873         (ev_window_set_document), (ev_window_load_job_cb):
3874         * shell/ev-view.c: (setup_caches):
3875         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_set_document):
3876
3877         Start rendering pages before any other jobs. 
3878
3879 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3880
3881         * shell/ev-window.c: (ev_window_stop_fullscreen),
3882         (ev_window_stop_presentation):
3883
3884         Update chrome visibility before window unfullscreen. 
3885
3886 2007-04-20  Carlos Garcia Campos  <carlosgc@gnome.org>
3887
3888         * data/Makefile.am:
3889         * data/evince-ui.xml:
3890         * shell/ev-stock-icons.[ch]:
3891         * shell/ev-application.[ch]: (ev_application_shutdown),
3892         (ev_application_init), (ev_application_get_toolbars_model):
3893         * shell/ev-window.c: (update_chrome_visibility),
3894         (fullscreen_toolbar_setup_item_properties),
3895         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
3896         (ev_window_run_presentation), (ev_window_stop_presentation),
3897         (ev_window_run_preview), (ev_window_screen_changed),
3898         (ev_window_cmd_leave_fullscreen), (ev_window_cmd_start_presentation),
3899         (ev_window_dispose), (ev_window_init):
3900
3901         Make fullscreen toolbar always visible. Do not use egg toolbars for
3902         fullscreen and preview modes since such toolbars are not editables.
3903         Fixes bugs #300278, #338910 and #316188.  
3904
3905 2007-04-20  Iñigo Martínez  <inigomartinez@gmail.com>
3906
3907         * shell/ev-application.c:
3908         * shell/ev-job-queue.c:
3909         * shell/ev-metadata-manager.c:
3910         * shell/ev-stock-icons.c:
3911         * shell/ev-window.c:
3912         * shell/main.c:
3913         
3914         Developers documentation updated.
3915
3916 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3917
3918         * shell/ev-window.c: (uri_is_valid), (launch_external_uri):
3919
3920         Check whether uri is valid before launching it. Fixes bug #427664.
3921
3922 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3923
3924         * shell/ev-window.c:
3925
3926         Change key accelerator for Open a Copy menu entry which is in conflict
3927         with Close. Fixes bug #427321.
3928
3929 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3930
3931         * NEWS:
3932         * configure.ac:
3933         
3934         Update for release 0.8.1
3935
3936 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3937
3938         * shell/ev-window.c: (setup_size_from_metadata):
3939         
3940         Do not make window bigger than screen. Fixes bug 
3941         #388985.
3942
3943 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3944
3945         * backend/tiff/tiff-document.c: (tiff_document_get_resolution),
3946         (tiff_document_get_page_size), (tiff_document_render_pixbuf):
3947
3948         Use default resolution when it's not provided by document. Fixes bug
3949         #408762.
3950
3951 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3952
3953         * configure.ac:
3954         * thumbnailer/Makefile.am:
3955         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
3956         * thumbnailer/evince-thumbnailer.schemas.in:
3957         * thumbnailer/evince-thumbnailer-ps.schemas.in:
3958
3959         Add support for ps, eps and compressed documents thumbnails. Do not
3960         ignore size parameter. 
3961
3962 2007-04-07  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
3963
3964         * backend/dvi/dvi-document.c: (dvi_document_class_init), (hsb2rgb),
3965         (dvi_document_do_color_special):
3966         * backend/dvi/mdvi-lib/special.c: (register_builtin_specials):
3967
3968         Implement font color specials in the DVI backend. Fixes bug #303651.
3969
3970 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
3971
3972         Fixup the previous commit:
3973
3974         * shell/Makefile.am (SOURCES): Add xdg-user-dir-lookup.c
3975         * shell/xdg-user-dir-lookup.c: Make the function non-static
3976         * shell/ev-window.c: Don't include xdg-user-dir-lookup.c
3977
3978 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
3979
3980         * shell/ev-window.c (file_open_dialog_response_cb): Use
3981         the xdg-user-dirs DOCUMENTS folder as default folder when
3982         opening a file chooser.  (#424858)
3983
3984         * shell/xdg-user-dir-lookup.c: Copy-and-pasted file from
3985         xdg-user-dirs.
3986
3987 2007-03-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3988
3989         * shell/ev-window.c: (ev_window_load_job_cb):
3990
3991         Do not setup view from metadata on preview mode. 
3992
3993 2007-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3994
3995         * shell/main.c:
3996
3997         Use unlink-tempfile instead of unlink-temp-file. Fixes bug #421274. 
3998
3999 2007-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
4000
4001         * shell/ev-view.c: (ev_view_primary_get_cb):
4002
4003         Check pointer != NULL before using it. Fixes bug #416841. 
4004
4005 2007-03-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4006
4007         * NEWS:
4008         * configure.ac:
4009         
4010         Release 0.8.0
4011
4012 2007-03-10  Carlos Garcia Campos  <carlosgc@gnome.org>
4013
4014         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
4015
4016         Do not render thumbnails when sidebar thumbnail page is not visible
4017         at startup. Fixes bug #416447. 
4018
4019 2007-03-07  Christian Kirbach  <Christian.Kirbach@googlemail.com>
4020
4021         * data/evince.desktop.in.in:
4022
4023         "Application" is not a valid category in the freedesktop specification.
4024
4025 2007-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
4026
4027         * libdocument/ev-file-helpers.[ch]: (compression_run),
4028         (ev_file_uncompress), (ev_file_compress):
4029         * shell/ev-window.c: (file_save_dialog_response_cb):
4030
4031         Save document compressed when saving a copy of a compressed document.
4032         Fixes bug #334542.
4033
4034 2007-02-23  Carlos Garcia Campos  <carlosgc@gnome.org>
4035
4036         * shell/ev-view.c: (ev_view_goto_window_key_press_event):
4037
4038         Allow deleting in goto window entry in presentation mode. 
4039
4040 2007-02-20  Kjartan Maraas  <kmaraas@gnome.org>
4041
4042         * Makefile.am: Dist MAINTAINERS.
4043
4044 2007-02-20  Carlos Garcia Campos  <carlosgc@gnome.org>
4045
4046         * shell/ev-window.c: (ev_window_update_actions):
4047
4048         Fix zoom shortcut keys when searching. Fixes bug #409828.
4049
4050 2007-02-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4051
4052         * shell/ev-window.c: (ev_window_setup_document):
4053
4054         Fix crash when loading documents with only one page. 
4055
4056 2007-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
4057
4058         * backend/dvi/dvi-document.c:
4059         (dvi_document_thumbnails_get_dimensions),
4060         (dvi_document_thumbnails_get_thumbnail):
4061         * backend/impress/impress-document.c:
4062         (impress_document_thumbnails_get_thumbnail),
4063         (impress_document_thumbnails_get_dimensions):
4064         * backend/ps/ps-document.c: (ps_document_thumbnails_get_thumbnail),
4065         (ps_document_thumbnails_get_dimensions):
4066         * backend/djvu/djvu-document.c:
4067         (djvu_document_thumbnails_get_dimensions),
4068         (djvu_document_thumbnails_get_thumbnail):
4069         * backend/tiff/tiff-document.c:
4070         (tiff_document_thumbnails_get_thumbnail),
4071         (tiff_document_thumbnails_get_dimensions):
4072         * backend/pdf/ev-poppler.cc: (make_thumbnail_for_page),
4073         (pdf_document_thumbnails_get_thumbnail),
4074         (pdf_document_thumbnails_get_dimensions):
4075         * backend/comics/comics-document.c:
4076         (comics_document_thumbnails_get_thumbnail),
4077         (comics_document_thumbnails_get_dimensions):
4078         * backend/pixbuf/pixbuf-document.c:
4079         (pixbuf_document_thumbnails_get_thumbnail),
4080         (pixbuf_document_thumbnails_get_dimensions):
4081         * libdocument/ev-document-thumbnails.[ch]:
4082         (ev_document_thumbnails_get_thumbnail),
4083         (ev_document_thumbnails_get_dimensions):
4084         * libdocument/ev-document-misc.[ch]:
4085         (ev_document_misc_get_thumbnail_frame):
4086         * shell/ev-jobs.[ch]: (ev_job_thumbnail_dispose),
4087         (ev_job_thumbnail_new), (ev_job_thumbnail_run):
4088         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page), (add_range),
4089         (ev_sidebar_thumbnails_set_loading_icon), (refresh),
4090         (ev_sidebar_thumbnails_refresh):
4091         * shell/ev-window.c: (ev_window_setup_document):
4092         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
4093
4094         Use an EvRenderContext for rendering thumbnails instead of a suggested
4095         width, so that different sized pages get sized proportionally.
4096
4097 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
4098
4099         * shell/ev-view.c: (ev_view_button_press_event),
4100         (ev_view_key_press_event):
4101
4102         Fix critical warnings when there is no document loaded. 
4103
4104 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
4105
4106         * shell/ev-page-action-widget.c:
4107         * shell/ev-navigation-action.c:
4108         * shell/ev-window.c:
4109
4110         Fix compile warnings. 
4111
4112 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
4113
4114         * backend/djvu/djvu-text.h:
4115         * backend/djvu/djvu-document.c:
4116         * backend/djvu/djvu-text-page.c:
4117         * backend/djvu/djvu-links.c:
4118         * backend/djvu/djvu-text-page.h:
4119         * backend/djvu/djvu-text.c:
4120         
4121         Fix build on Mac. Fixes bug #392186. Patch by
4122         <ephraim_owns@hotmail.com>
4123
4124 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
4125
4126         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
4127
4128         Restore cairo context before rendering every page when printing a PDF
4129         document into a PDF file. 
4130
4131 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4132
4133         * backend/ps/gstypes.h:
4134         * backend/ps/ps-document.c: (ps_document_get_page_rotation),
4135         (ps_document_get_page_size), (ps_async_renderer_render_pixbuf),
4136         (ps_document_thumbnails_get_thumbnail):
4137
4138         Handle PostScript page orientation. Fixes bug #318568.
4139
4140 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4141
4142         * backend/ps/Makefile.am:
4143         * backend/ps/ps-document.[ch]: (ps_document_init), (ps_document_dispose),
4144         (document_load), (ps_document_load), (save_document),
4145         (save_page_list), (ps_document_get_n_pages),
4146         (ps_document_get_page_size), (ps_document_get_info),
4147         (ps_interpreter_page_rendered), (ps_async_renderer_render_pixbuf),
4148         (ps_interpreter_thumbnail_rendered), (ps_document_render_thumbnail),
4149         (ps_document_thumbnails_get_thumbnail),
4150         (ps_document_thumbnails_get_dimensions),
4151         (ps_document_document_thumbnails_iface_init):
4152         * backend/ps/ps.[ch]: (psgetpagebox):
4153         * backend/ps/ps-interpreter.[ch]:
4154
4155         Add support for thumbnails in ps backend. Fixes bug #164755. 
4156
4157 2007-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4158
4159         * NEWS:
4160         * configure.ac:
4161         
4162         Release 0.7.2
4163
4164 2007-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
4165
4166         * shell/ev-window.c: (ev_window_set_icon_from_thumbnail),
4167         (ev_window_clear_thumbnail_job), (ev_window_setup_document),
4168         (ev_window_dispose):
4169
4170         Use document thumbnail as window icon. Fixes bug #384442.
4171
4172 2007-02-11  Ed Catmur  <ed@catmur.co.uk>
4173
4174         * configure.ac:
4175
4176         Remove application/x-gzpostscript from EVINCE_MIME_TYPES which was
4177         duplicated adding application/x-bzpostscript instead. 
4178
4179 2007-02-11  Tom Parker  <palfrey@tevp.net>
4180
4181         * backend/ps/ps-document.c: (document_load):
4182
4183         Check return value of psscan before trying
4184         to use it. Fixes bug #372414.
4185
4186 2007-02-11  Carlos Garcia Campos  <carlosgc@gnome.org>
4187
4188         * shell/ev-page-cache.c: (ev_page_cache_finalize):
4189
4190         Fix invalid free in ev-page-cache. Fixes bug #404745.
4191
4192 2007-02-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4193
4194         * test/Makefile.am:
4195         * test/test3.py:
4196         
4197         Added reload test case.
4198
4199 2007-02-10  Carlos Garcia Campos  <carlosgc@gnome.org>
4200
4201         * po/POTFILES.in:
4202         * backend/djvu/djvu-document.c: (djvu_document_load):
4203
4204         Check whether there are missing files in indirect multipage djvu
4205         documents. Fixes bug #361683. 
4206
4207 2007-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4208
4209         * test/Makefile.am:
4210         * test/test-mime.bin:
4211         * test/test3.py:
4212         
4213         Added test for slow mime type
4214
4215 2007-02-06  Carlos Garcia Campos  <carlosgc@gnome.org>
4216
4217         * shell/ev-page-cache.c: (ev_page_cache_finalize):
4218
4219         Add some checks and call parent_class->finalize. Fixes bug #404745.
4220
4221 2007-02-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4222
4223         * shell/ev-navigation-action.c: (connect_proxy):
4224         
4225         Fixes dropdown history menu. Thanks a lot Carlos!
4226
4227 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
4228
4229         * backend/djvu/djvu-links.c: (str_to_utf8), (build_tree):
4230
4231         Make sure g_markup_escape_text receives a valid utf-8 string. Fixes
4232         bug #373715.
4233
4234 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
4235
4236         * backend/ps/ps.c: (psscan):
4237
4238         Fix memory leak. 
4239
4240 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4241
4242         * configure.ac:
4243         * libdocument/ev-file-helpers.c: 
4244
4245         Add missing libgnome/gnome-init.h header file. Fixes bug #396677.
4246
4247 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4248
4249         * configure.ac:
4250         * backend/ps/ps-document.c: (ps_document_init), (ps_document_dispose),
4251         (ps_interpreter_start), (document_load), (save_document),
4252         (save_page_list):
4253         * libdocument/ev-file-helpers.[ch]: (ev_file_uncompress):
4254         * libdocument/ev-document-factory.c:
4255         (ev_document_factory_get_from_mime), (get_document_from_uri),
4256         (free_uncompressed_uri), (ev_document_factory_get_document):
4257         * shell/ev-window.c: (ev_window_cmd_file_open_copy_at_dest):
4258
4259         Support for PDF, PS and EPS compressed files. Fixes bug #307087. 
4260
4261 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4262
4263         * libdocument/ev-document.h:
4264
4265         Fix typo in function name. 
4266
4267 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4268
4269         * backend/ps/ps-document.c: (ps_interpreter_finished),
4270         (ps_interpreter_start), (ps_interpreter_failed):
4271
4272         Handle ghostscript interpreter crashes. 
4273
4274 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
4275
4276         * shell/ev-window.c: (ev_window_open_uri),
4277         (window_configure_event_cb):
4278
4279         Setup window size and position before showing it. Fixes bug #401711.
4280
4281 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
4282
4283         * backend/ps/Makefile.am:
4284         * backend/ps/ps-document.[ch]: (ps_section_free), (ps_document_init),
4285         (ps_document_dispose), (ps_document_class_init),
4286         (ps_interpreter_input), (ps_interpreter_output),
4287         (ps_interpreter_error), (setup_interpreter_env),
4288         (ps_interpreter_start), (ps_interpreter_stop),
4289         (ps_interpreter_failed), (ps_interpreter_is_ready),
4290         (check_filecompressed), (document_load), (ps_document_load),
4291         (ps_document_get_n_pages), (setup_page), (setup_pixmap),
4292         (ps_document_widget_event), (send_ps), (ps_document_next_page),
4293         (render_page):
4294
4295         Rework ps-document. Code cleanups, remove deprecated code. 
4296
4297 2007-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
4298
4299         * shell/ev-view.c: (ev_view_button_press_event):
4300
4301         Do not start an image drag and drop operation when pointer is on 
4302         text, so that we can select text when the whole background is an
4303         image. 
4304
4305 2007-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
4306
4307         * shell/ev-window.c: (ev_window_update_actions): 
4308
4309         Disable all zoom related actions during presentation mode. 
4310
4311 2007-01-31  Esteban Sanchez  <esteban@steve-0.com>
4312
4313         * shell/ev-view.c: (ev_view_zoom_in), (ev_view_zoom_out):
4314
4315         Do not zoom in or out on presentation mode. Fixes bug #401305.
4316
4317 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4318
4319         * shell/ev-navigation-action.c: (connect_proxy),
4320         (create_menu_item), (ev_navigation_action_class_init):
4321         
4322         Correctly show menu and fix crash when navigaton 
4323         action is out of toolbar visible area.
4324
4325 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4326
4327         * data/Makefile.am:
4328         * data/evince.1:
4329         
4330         Added man file
4331
4332 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4333
4334         * help/reference/* :
4335         * configure.ac:
4336         
4337         Added gtk-doc based documentation for Evince.
4338         Still in initial state but I hope it will
4339         grow.
4340         
4341         * configure.ac:
4342         
4343         Lower dbus requirement to 0.70
4344
4345 2007-01-29  Carlos Garcia Campos  <carlosgc@gnome.org>
4346
4347         * shell/ev-window.c: (ev_window_add_history):
4348
4349         Fix memory leak. 
4350
4351 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4352
4353         * shell/ev-view.c: (ev_view_page_label_from_dest), (tip_from_link):
4354         * shell/ev-view.h:
4355         * shell/ev-window.c: (ev_window_add_history):
4356         
4357         Correctly handle named destination links
4358
4359 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4360
4361         * NOTES:
4362         * backend/djvu/djvu-links.c: (djvu_links_get_links_model):
4363         * backend/pdf/ev-poppler.cc:
4364         * libdocument/ev-document-links.h:
4365         * libdocument/ev-link.c: (ev_link_get_page):
4366         * libdocument/ev-link.h:
4367         * shell/ev-history.c: (ev_history_init), (ev_history_class_init),
4368         (ev_history_add_link):
4369         * shell/ev-history.h:
4370         * shell/ev-navigation-action.c: (activate_menu_item_cb),
4371         (new_history_menu_item), (build_menu):
4372         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
4373         * shell/ev-sidebar-links.c: (create_loading_model),
4374         (print_section_cb), (ev_sidebar_links_construct),
4375         (fill_page_labels), (update_page_callback_foreach),
4376         (update_page_callback), (job_finished_callback):
4377         * shell/ev-view.c: (ev_view_handle_link):
4378         * shell/ev-window.c: (ev_window_find_chapter),
4379         (ev_window_add_history), (view_handle_link_cb),
4380         (history_changed_cb):
4381         
4382         Implements another history variant
4383
4384 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
4385
4386         * shell/ev-window.c: (view_external_link_cb):
4387         * shell/ev-view.c: (ev_view_button_release_event):
4388
4389         Open links in new window when clicking with middle button. 
4390
4391 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4392
4393         * shell/ev-navigation-action.c: (new_history_menu_item):
4394         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
4395         * shell/ev-view.c: (ev_view_handle_link):
4396         * shell/ev-window.c:
4397         
4398         Store link before jump, not the destination. For me it 
4399         seems like more natural history behavior.
4400
4401 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4402
4403         * shell/ev-navigation-action.c: (activate_menu_item_cb),
4404         (ev_navigation_action_class_init):
4405         * shell/ev-navigation-action.h:
4406         * shell/ev-page-action.c: (activate_cb):
4407         * shell/ev-page-cache.c: (ev_page_cache_class_init),
4408         (ev_page_cache_set_current_page_history):
4409         * shell/ev-page-cache.h:
4410         * shell/ev-sidebar-thumbnails.c:
4411         (ev_sidebar_tree_selection_changed),
4412         (ev_sidebar_icon_selection_changed), (page_changed_cb):
4413         * shell/ev-view-private.h:
4414         * shell/ev-view.c: (ev_view_handle_link), (ev_view_class_init):
4415         * shell/ev-view.h:
4416         * shell/ev-window.c: (page_changed_cb), (history_changed_cb),
4417         (ev_window_setup_document), (ev_window_load_job_cb):
4418         * shell/ev-window.h:
4419         
4420         History finally works as expected.
4421
4422 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
4423
4424         * shell/ev-sidebar-links.c: (ev_sidebar_links_map):
4425
4426         Do not update links treeview if it doesn't have a model assigned yet. 
4427
4428 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
4429
4430         * shell/ev-sidebar-links.c: (ev_sidebar_links_map),
4431         (ev_sidebar_links_class_init), (update_page_callback):
4432
4433         Do not update links treeview when sidepane is not visible. 
4434
4435 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4436
4437         * shell/ev-marshal.list:
4438         * shell/ev-page-action.c: (activate_cb),
4439         (ev_page_action_class_init):
4440         * shell/ev-page-action.h:
4441         * shell/ev-page-cache.c: (ev_page_cache_set_page_label):
4442         * shell/ev-window.c:
4443         
4444         Remove activate_link signal, not required.
4445
4446 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4447
4448         * shell/ev-navigation-action.c: (build_menu):
4449         
4450         Reorder menu items and build menu with fixed length.
4451
4452 2007-01-27  Ed Catmur  <ed@catmur.co.uk>
4453
4454         * shell/ev-view.c: (get_selected_text):
4455         
4456         Normalize text to fix ligatures problem. See bug
4457         #341947 for details.
4458
4459 2007-01-25  Carlos Garcia Campos  <carlosgc@gnome.org>
4460
4461         * shell/ev-page-cache.c: (ev_page_cache_finalize):
4462
4463         Fix memory leak in ev-page-cache. 
4464
4465 2007-01-25  Tom Parker <palfrey@tevp.net>
4466
4467         * backend/impress/impress-document.c: (impress_document_load),
4468         (impress_document_finalize), (impress_document_init):
4469         * properties/ev-properties-main.c: (ev_properties_get_pages):
4470         
4471         Correctly handle impress document errors. Fixes nautilus
4472         crash in property page #370491.
4473
4474 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
4475
4476         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
4477         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
4478         (ev_job_queue_remove_job):
4479         * shell/ev-jobs.[ch]: (ev_job_load_init), (ev_job_load_class_init),
4480         (ev_job_load_dispose), (ev_job_load_new), (ev_job_load_set_uri),
4481         (ev_job_load_run):
4482         * shell/ev-window.c: (ev_window_is_empty), (password_dialog_response),
4483         (ev_window_popup_password_dialog), (ev_window_clear_load_job),
4484         (ev_window_load_job_cb), (xfer_update_progress_callback),
4485         (ev_window_open_uri), (ev_window_dispose):
4486         * shell/main.c: (main):
4487
4488         Do file transfer asynchronously in the main thread instead of
4489         synchronously in the load thread. Fixes bugs #399694, #398307 and
4490         #343542.
4491
4492 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
4493
4494         * shell/ev-jobs.c: (ev_job_xfer_run):
4495
4496         Load the document with the font-config lock held. 
4497
4498 2007-01-23  Carlos Garcia Campos  <carlosgc@gnome.org>
4499
4500         * backend/ps/ps-document.c: (start_interpreter):
4501
4502         Fix memory leaks in ps backend. 
4503
4504 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
4505
4506         * backend/impress/impress-document.c:
4507         (impress_document_render_pixbuf):
4508
4509         Do not acquire fontconfig lock in impress backend, since it is using
4510         the main loop for rendering. 
4511
4512 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
4513
4514         * po/POTFILES.in: 
4515
4516         Remove mdvi files that shouldn't be translated. 
4517
4518 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
4519
4520         * shell/ev-view-private.h:
4521         * shell/ev-view.c: (draw_loading_text), (ev_view_destroy),
4522         (ev_view_set_zoom):
4523
4524         Render "loading..." text into a cairo surface instead of directly into
4525         the window so that fontconfig lock is only needed once and UI is not
4526         blocked. Change text color to #9B9B9B. Fixes bug #397356.
4527
4528 2007-01-19  Carlos Garcia Campos  <carlosgc@gnome.org>
4529
4530         * shell/ev-stock-icons.c: (ev_stock_icons_init):
4531         * shell/ev-application.c: (ev_application_open_uri_at_dest):
4532
4533         Use icon theme associated with the window screen rather than default. 
4534
4535 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
4536
4537         * configure.ac:
4538
4539         Fix a typo in previous commit (24x24/action/ --> 24x24/actions)
4540
4541 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
4542
4543         * data/icons/*/apps/evince.*:
4544
4545         Move Evince icons under new apps directory.
4546
4547         * data/icons/*/actions/*:
4548
4549         Add new custom themeable Evince icons: view-page-continuous, 
4550         view-page-facing, zoom-fit-width, zoom-fit-page. From Andreas
4551         Nilsson, at 16 and 22 pixels (plus 24 for compatibility).
4552
4553         * configure.ac:
4554
4555         Add new directories to AC_CONFIG_FILES.
4556
4557         * shell/ev-stock-icons.c:
4558         * shell/ev-stock-icons.h:
4559
4560         Use new custom themeable icons.
4561
4562 2007-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4563
4564         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
4565
4566         Do not draw white background page in presentation mode. 
4567
4568 2007-01-16  Jani Monoses <jani.monoses@gmail.com>
4569
4570         * shell/ev-view.c: Remove unused gnome-vfs include.
4571
4572 2007-01-16  Theppitak Karoonboonyanan  <thep@linux.thai.net>
4573
4574         * backend/dvi/mdvi-lib/fontmap.c: (mdvi_load_fontmap):
4575         
4576         Format string is corrected, fixes bug #397129.
4577
4578 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4579
4580         * shell/ev-window.c: (ev_window_setup_recent):
4581
4582         Do not include in recent menu inexistent documents. Fixes
4583         bug #339171.
4584
4585 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4586
4587         * po/POTFILES.skip: 
4588
4589         Update POTFILES.skip file according to current source tree. 
4590
4591 2007-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4592
4593         * shell/ev-window.c: (file_save_dialog_response_cb):
4594
4595         Do Save a copy in atomic way. Fixes bug #328266. 
4596
4597 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
4598
4599         * shell/ev-sidebar-links.c: (update_page_callback_foreach):
4600
4601         Keep selected cell always visible in index treeview.
4602
4603 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
4604         
4605         * shell/ev-view.c: (ev_view_size_allocate):
4606
4607         Restore horizontal scrollbar after switching to/from fullscreen
4608         or presentation mode. Fixes bug #331728.
4609
4610 2007-01-11  Carlos Garcia Campos  <carlosgc@gnome.org>
4611
4612         * shell/ev-view-private.h:
4613         * shell/ev-window.c: (ev_window_screen_changed), (ev_window_init):
4614         * shell/ev-view.[ch]: (ev_view_class_init), (ev_view_set_zoom),
4615         (ev_view_set_screen_dpi), (ev_view_can_zoom_in),
4616         (ev_view_can_zoom_out):
4617
4618         Use max and min scale values in the view iby taking dpi into account. 
4619
4620 2007-01-10  Carlos Garcia Campos  <carlosgc@gnome.org>
4621
4622         * configure.ac:
4623         * NEWS:
4624
4625         Release 0.7.1
4626
4627 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4628
4629         * shell/ev-window.c: (ev_window_print_send):
4630
4631         Send print job to printer with some settings set to default values,
4632         since we have already exported to a file according to such settings
4633         and they could be taken twice by some printers. 
4634
4635 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4636
4637         * shell/ev-jobs.c: (ev_job_xfer_run):
4638         * shell/ev-application.c: (ev_application_open_uri_at_dest):
4639
4640         Show main window and load document with the font-config lock held. 
4641
4642 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4643
4644         * configure.ac:
4645         * shell/ev-application.c: (ev_application_register_service):
4646         * shell/main.c: (load_files_remote):
4647
4648         Bump requirements to dbus-glib 0.71 and drop all ifdefs used.
4649
4650 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4651
4652         * doc/debugging.txt:
4653         
4654         Remove obsolete documentation.
4655
4656 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4657
4658         * Makefile.am:
4659         * backend/Makefile.am:
4660         * backend/comics/Makefile.am:
4661         * backend/djvu/Makefile.am:
4662         * backend/dvi/Makefile.am:
4663         * backend/ev-async-renderer.c:
4664         * backend/ev-async-renderer.h:
4665         * backend/ev-attachment.c:
4666         * backend/ev-attachment.h:
4667         * backend/ev-backend-marshal.c:
4668         * backend/ev-document-factory.c:
4669         * backend/ev-document-factory.h:
4670         * backend/ev-document-find.c:
4671         * backend/ev-document-find.h:
4672         * backend/ev-document-fonts.c:
4673         * backend/ev-document-fonts.h:
4674         * backend/ev-document-images.c:
4675         * backend/ev-document-images.h:
4676         * backend/ev-document-info.h:
4677         * backend/ev-document-links.c:
4678         * backend/ev-document-links.h:
4679         * backend/ev-document-misc.c:
4680         * backend/ev-document-misc.h:
4681         * backend/ev-document-security.c:
4682         * backend/ev-document-security.h:
4683         * backend/ev-document-thumbnails.c:
4684         * backend/ev-document-thumbnails.h:
4685         * backend/ev-document-transition.c:
4686         * backend/ev-document-transition.h:
4687         * backend/ev-document.c:
4688         * backend/ev-document.h:
4689         * backend/ev-file-exporter.c:
4690         * backend/ev-file-exporter.h:
4691         * backend/ev-image.c:
4692         * backend/ev-image.h:
4693         * backend/ev-link-action.c:
4694         * backend/ev-link-action.h:
4695         * backend/ev-link-dest.c:
4696         * backend/ev-link-dest.h:
4697         * backend/ev-link.c:
4698         * backend/ev-link.h:
4699         * backend/ev-render-context.c:
4700         * backend/ev-render-context.h:
4701         * backend/ev-selection.c:
4702         * backend/ev-selection.h:
4703         * backend/impress/Makefile.am:
4704         * backend/pdf/Makefile.am:
4705         * backend/pixbuf/Makefile.am:
4706         * backend/ps/Makefile.am:
4707         * backend/ps/ps-document.c: (push_pixbuf), (interpreter_failed),
4708         (ps_document_widget_event), (setup_pixmap), (setup_page), (input),
4709         (start_interpreter), (stop_interpreter), (document_load),
4710         (ps_document_next_page), (render_page):
4711         * backend/tiff/Makefile.am:
4712         * comics/Makefile.am:
4713         * comics/comics-document.c:
4714         * comics/comics-document.h:
4715         * configure.ac:
4716         * cut-n-paste/zoom-control/ephy-zoom-control.c:
4717         * djvu/Makefile.am:
4718         * djvu/djvu-document-private.h:
4719         * djvu/djvu-document.c:
4720         * djvu/djvu-document.h:
4721         * djvu/djvu-links.c:
4722         * djvu/djvu-links.h:
4723         * djvu/djvu-text-page.c:
4724         * djvu/djvu-text-page.h:
4725         * djvu/djvu-text.c:
4726         * djvu/djvu-text.h:
4727         * dvi/Makefile.am:
4728         * dvi/dvi-document.c:
4729         * dvi/dvi-document.h:
4730         * dvi/fonts.c:
4731         * dvi/fonts.h:
4732         * dvi/mdvi-lib/Makefile.am:
4733         * dvi/mdvi-lib/afmparse.c:
4734         * dvi/mdvi-lib/afmparse.h:
4735         * dvi/mdvi-lib/bitmap.c:
4736         * dvi/mdvi-lib/bitmap.h:
4737         * dvi/mdvi-lib/color.c:
4738         * dvi/mdvi-lib/color.h:
4739         * dvi/mdvi-lib/common.c:
4740         * dvi/mdvi-lib/common.h:
4741         * dvi/mdvi-lib/defaults.h:
4742         * dvi/mdvi-lib/dvimisc.c:
4743         * dvi/mdvi-lib/dviopcodes.h:
4744         * dvi/mdvi-lib/dviread.c:
4745         * dvi/mdvi-lib/files.c:
4746         * dvi/mdvi-lib/font.c:
4747         * dvi/mdvi-lib/fontmap.c:
4748         * dvi/mdvi-lib/fontmap.h:
4749         * dvi/mdvi-lib/fontsrch.c:
4750         * dvi/mdvi-lib/gf.c:
4751         * dvi/mdvi-lib/hash.c:
4752         * dvi/mdvi-lib/hash.h:
4753         * dvi/mdvi-lib/list.c:
4754         * dvi/mdvi-lib/mdvi.h:
4755         * dvi/mdvi-lib/pagesel.c:
4756         * dvi/mdvi-lib/paper.c:
4757         * dvi/mdvi-lib/paper.h:
4758         * dvi/mdvi-lib/pk.c:
4759         * dvi/mdvi-lib/private.h:
4760         * dvi/mdvi-lib/setup.c:
4761         * dvi/mdvi-lib/sp-epsf.c:
4762         * dvi/mdvi-lib/special.c:
4763         * dvi/mdvi-lib/sysdeps.h:
4764         * dvi/mdvi-lib/t1.c:
4765         * dvi/mdvi-lib/tfm.c:
4766         * dvi/mdvi-lib/tfmfile.c:
4767         * dvi/mdvi-lib/tt.c:
4768         * dvi/mdvi-lib/util.c:
4769         * dvi/mdvi-lib/vf.c:
4770         * dvi/pixbuf-device.c:
4771         * dvi/pixbuf-device.h:
4772         * impress/Makefile.am:
4773         * impress/common.h:
4774         * impress/document.c:
4775         * impress/f_oasis.c:
4776         * impress/f_oo13.c:
4777         * impress/iksemel.c:
4778         * impress/iksemel.h:
4779         * impress/imposter.h:
4780         * impress/impress-document.c:
4781         * impress/impress-document.h:
4782         * impress/internal.h:
4783         * impress/r_back.c:
4784         * impress/r_draw.c:
4785         * impress/r_geometry.c:
4786         * impress/r_gradient.c:
4787         * impress/r_style.c:
4788         * impress/r_text.c:
4789         * impress/render.c:
4790         * impress/render.h:
4791         * impress/zip.c:
4792         * impress/zip.h:
4793         * lib/Makefile.am:
4794         * lib/ev-debug.c:
4795         * lib/ev-debug.h:
4796         * lib/ev-file-helpers.c:
4797         * lib/ev-file-helpers.h:
4798         * lib/ev-gui.c:
4799         * lib/ev-gui.h:
4800         * lib/ev-tooltip.c:
4801         * lib/ev-tooltip.h:
4802         * libdocument/Makefile.am:
4803         * libdocument/ev-file-helpers.c:
4804         * pdf/Makefile.am:
4805         * pdf/ev-poppler.cc:
4806         * pdf/ev-poppler.h:
4807         * pixbuf/Makefile.am:
4808         * pixbuf/pixbuf-document.c:
4809         * pixbuf/pixbuf-document.h:
4810         * properties/Makefile.am:
4811         * ps/Makefile.am:
4812         * ps/gsdefaults.c:
4813         * ps/gsdefaults.h:
4814         * ps/gsio.c:
4815         * ps/gsio.h:
4816         * ps/gstypes.h:
4817         * ps/ps-document.c:
4818         * ps/ps-document.h:
4819         * ps/ps.c:
4820         * ps/ps.h:
4821         * shell/Makefile.am:
4822         * shell/ev-application.h:
4823         * shell/ev-sidebar-links.c:
4824         * shell/ev-sidebar-links.h:
4825         * shell/ev-utils.c: (ev_gui_sanitise_popup_position),
4826         (ev_gui_menu_position_tree_selection):
4827         * shell/ev-utils.h:
4828         * shell/ev-view.c: (ev_view_finalize):
4829         * shell/ev-window.c:
4830         * shell/main.c: (main):
4831         * thumbnailer/Makefile.am:
4832         * tiff/Makefile.am:
4833         * tiff/tiff-document.c:
4834         * tiff/tiff-document.h:
4835         * tiff/tiff2ps.c:
4836         * tiff/tiff2ps.h:
4837         
4838         Reorganize source tree.
4839
4840 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4841
4842         * backend/ev-document-factory.c:
4843
4844         Do not include ev-poppler.h when pdf is disabled. 
4845
4846 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
4847
4848         * configure.ac:
4849         * data/evince-ui.xml:
4850         * pdf/ev-poppler.cc: (pdf_document_images_get_images),
4851         (pdf_document_document_images_iface_init):
4852         * backend/Makefile.am:
4853         * backend/ev-document-images.[ch]:
4854         * backend/ev-image.[ch]:
4855         * lib/ev-file-helpers.[ch]: (ev_tmp_filename):
4856         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run),
4857         (ev_job_xfer_run):
4858         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
4859         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
4860         (ev_pixbuf_cache_get_image_mapping):
4861         * shell/ev-window.c: (view_menu_link_popup), (view_menu_image_popup),
4862         (view_menu_popup_cb), (ev_window_dispose),
4863         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
4864         (ev_view_popup_cmd_copy_image):
4865         * shell/ev-view-private.h:
4866         * shell/ev-view.c: (ev_view_get_image_at_location),
4867         (ev_view_do_popup_menu), (ev_view_popup_menu),
4868         (ev_view_button_press_event), (ev_view_drag_data_get),
4869         (ev_view_drag_motion), (ev_view_drag_data_received),
4870         (ev_view_motion_notify_event), (ev_view_button_release_event),
4871         (ev_view_finalize), (ev_view_class_init):
4872
4873         Add image handling support. Fixes bugs #310008 and #325047. Images
4874         selection is not supported yet. 
4875
4876 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
4877
4878         * shell/ev-window.c: (drag_data_received_cb), (ev_window_init):
4879         * shell/ev-view.c: (ev_view_drag_data_received), (ev_view_class_init),
4880         (ev_view_init):
4881
4882         Move view drag and drop stuff to ev-view.
4883
4884 2007-01-05  Carlos Garcia Campos  <carlosgc@gnome.org>
4885
4886         * shell/ev-pixbuf-cache.c: (clear_job_selection):
4887         * shell/ev-view.c: (clear_selection): 
4888
4889         Clear selection also in pixbuf cache.
4890
4891 2007-01-02  Luca Ferretti <elle.uca@libero.it>
4892
4893         * data/evince.desktop.in.in:
4894         
4895         Change icon name in desktop file. See bug #390734
4896         for details.
4897
4898 2006-12-28  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4899
4900         * thumbnailer/Makefile.am:
4901
4902         Use top_builddir instead top_srcdir for generated schema
4903         file installation. Fixes bug #390161.
4904
4905 2006-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
4906
4907         * configure.ac:
4908         * backend/Makefile.am:
4909         * backend/ev-document-transition.[ch]:
4910         * pdf/ev-poppler.cc: (pdf_document_get_page_duration),
4911         (pdf_document_page_transition_iface_init):
4912         * shell/ev-view-private.h:
4913         * shell/ev-view.c: (ev_view_destroy), (page_changed_cb),
4914         (ev_view_set_presentation), (transition_next_page),
4915         (ev_view_presentation_transition_stop),
4916         (ev_view_presentation_transition_start), (ev_view_next_page):
4917
4918         Add page transition support in presentation mode. At the moment only
4919         page duration is supported, but not transition effects. Fixes bug
4920         #309815.
4921
4922 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
4923
4924         * backend/ev-document-links.c: (ev_document_links_find_link_dest):
4925
4926         Run find_link_dest with document lock held, since it's called by links
4927         thread and main thread at the same time. 
4928
4929 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
4930
4931         * shell/ev-view.c: (goto_dest):
4932
4933         Update page-cache when page is changed by the view, so that
4934         page-changed signal is emitted. 
4935
4936 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
4937
4938         * test/test1.py:
4939         * test/test2.py:
4940
4941         Use C locale in tests. 
4942
4943 2006-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
4944
4945         * shell/ev-window.c: (ev_window_run_presentation):
4946         * shell/ev-view-private.h:
4947         * shell/ev-view.c: (ev_view_set_presentation):
4948
4949         Restore zoom settings when back from presentation mode. 
4950
4951 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4952
4953         * shell/ev-window.c: (ev_window_run_presentation):
4954
4955         Always use "best fit" zoom in presentation mode.
4956         Fixes bug #389195.
4957
4958 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4959
4960         * shell/ev-view.c: (ev_view_goto_window_create):
4961
4962         Show "Jump to page" label in the page jumping popup in
4963         presentation mode instead of just a GtkEntry.
4964
4965 2006-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
4966
4967         * shell/ev-window.c: (launch_external_uri):
4968
4969         Do not escape uri before calling gnome_vfs_url_show(). Fixes bug
4970         #378085.
4971
4972 2006-12-22  Elijah Newren  <newren gmail com>
4973
4974         * configure.ac: explicitly check for libxml2.  Fixes #388795
4975
4976 2006-12-22  Carlos Garcia Campos  <carlosgc@gnome.org>
4977
4978         * shell/ev-view-private.h:
4979         * shell/ev-view.c: (send_focus_change), (ev_view_goto_window_hide),
4980         (ev_view_goto_window_delete_event), (key_is_numeric),
4981         (ev_view_goto_window_key_press_event),
4982         (ev_view_goto_window_button_press_event),
4983         (ev_view_goto_entry_activate), (ev_view_goto_window_create),
4984         (ev_view_goto_entry_grab_focus), (ev_view_goto_window_send_key_event),
4985         (ev_view_key_press_event), (ev_view_focus_out), (ev_view_destroy):
4986
4987         Allow jumping to another page by typing a page number in presentation
4988         mode. It uses a popup window with an entry. Fixes bug #353625.
4989
4990 2006-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4991
4992         * configure.ac:
4993         * properties/ev-properties-view.c: (ev_get_default_user_units),
4994         (ev_regular_paper_size):
4995         
4996         Check for NL_MEASUREMENT. Fixes bug #376469. Thanks
4997         to Damien Carbery <damien.carbery@sun.com> and
4998         Yevgen Muntyan <muntyan@tamu.edu>.
4999
5000 2006-12-20  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5001
5002         * shell/ev-window.c: (setup_document_from_metadata):
5003
5004         Make sure Evince doesn't restore the view on the last
5005         page when a document is reopened. Fixes bug #383381.
5006
5007 2006-12-18  Jens Granseuer  <jensgr@gmx.net>
5008
5009         * shell/ev-view.c: (draw_loading_text):
5010
5011         Fix compilation with older compilers like gcc 2. Fixes bug #387237.
5012
5013 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
5014
5015         * configure.ac:
5016         * NEWS:
5017
5018         Release 0.7.0
5019
5020 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
5021
5022         * configure.ac:
5023         * pdf/ev-poppler.cc: (pdf_print_context_free),
5024         (pdf_document_file_exporter_begin),
5025         (pdf_document_file_exporter_do_page):
5026
5027         Make cairo-pdf depedency optional. 
5028
5029 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
5030
5031         * shell/ev-print-job.c: (idle_print_handler), (ev_print_job_print):
5032
5033         Use ev_file_exporter instead of ev_ps_exporter in ev-print-job.
5034
5035 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
5036
5037         * backend/ev-document.[ch]: (ev_document_get_fc_mutex),
5038         (ev_document_fc_mutex_lock), (ev_document_fc_mutex_unlock):
5039         * pdf/ev-poppler.cc: (make_thumbnail_for_size):
5040         * shell/ev-jobs.c: (ev_job_render_run), (ev_job_fonts_run):
5041         * shell/ev-view.c: (draw_loading_text):
5042         * shell/ev-window.c: (ev_window_cmd_file_properties):
5043
5044         Use an specific lock for FontConfig. Hopefully it fixes some crashes
5045         related to using FontConfig from different threads.
5046         
5047 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
5048
5049         * shell/ev-view.c: (draw_loading_text):
5050
5051         Acquire lock document when drawing "Loading..." text so that only one
5052         thread will use FontConfig at the same time. Fixes bug #374750.
5053
5054 2006-12-15  Carlos Garcia Campos  <carlosgc@gnome.org>
5055
5056         * shell/ev-page-action.[ch]: (activate_cb):
5057         * shell/ev-window.c: (activate_label_cb):
5058
5059         Check if text inserted in page entry is a valid page number when it
5060         doesn't match to any document page label. Fixes bug #383165.
5061
5062 2006-12-14  Julien Rebetez,  <julienr@cvs.gnome.org>
5063         * shell/ev-window.c:
5064
5065         GTK_STOCK_SELECT_ALL is used in menu definition, but isn't
5066         available with GTK < 2.10. Added an ifdef to avoid compilation
5067         error.
5068
5069 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5070
5071         * configure.ac:
5072         * ps/ps-document.c: (start_interpreter), (ps_document_next_page):
5073
5074         Fix ps backend in multihead systems.
5075
5076 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5077
5078         * ps/ps-document.c: (setup_page), (ps_document_get_page_size):
5079         * shell/ev-window.c: (ev_window_get_screen_dpi),
5080         (ev_window_update_actions), (setup_view_from_metadata),
5081         (ev_window_zoom_changed_cb), (zoom_control_changed_cb):
5082
5083         Take screen DPI into account when zooming. Fixes bug #318285.
5084
5085 2006-12-14  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5086
5087         * data/Makefile.am:
5088
5089         Cleaned up/slightly refactored Makefile.am. Added GConf
5090         schemas uninstallation as well.
5091
5092 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5093
5094         * Makefile.am:
5095         * test/Makefile.am:
5096
5097         Fight with autotools to fix make check. Make distcheck
5098         works fine as well now!
5099
5100 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5101
5102         * shell/ev-view.c: (draw_end_presentation_page):
5103
5104         Corrected "end of presentation" string.
5105
5106 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5107
5108         * shell/ev-view.c: (ev_view_key_press_event):
5109
5110         Correctly propagate key press event so that up/down keys
5111         work as expected (correct behaviour was broken by
5112         black/white screen key bindings for presentations).
5113
5114 2006-12-13  Carlos Garcia Campos  <carlosgc@gnome.org>
5115
5116         * pdf/ev-poppler.cc: (pdf_document_find_get_n_results),
5117         (pdf_document_find_get_result), (pdf_document_find_page_has_results),
5118         (pdf_document_find_get_progress), (pdf_selection_render_selection),
5119         (pdf_selection_get_selection_region),
5120         (pdf_selection_get_selection_map):
5121
5122         Add "static" to some private functions. 
5123
5124 2006-12-13  P. Henrique Silva  <ph.silva@gmail.com>
5125
5126         * lib/ev-tooltip.h:
5127         * properties/ev-properties-view.h:
5128         * shell/ev-jobs.h:
5129         * shell/ev-properties-dialog.h:
5130         * shell/ev-properties-fonts.h:
5131         * shell/ev-sidebar-links.h:
5132         * shell/ev-sidebar-thumbnails.h:
5133         * shell/ev-sidebar.h:
5134         * shell/ev-window.h:
5135         
5136         Fixes CHACK type in class casts. See bug #385343
5137         for details.
5138
5139 2006-12-10  Carlos Garcia Campos  <carlosgc@gnome.org>
5140
5141         * shell/ev-view-private.h:
5142         * shell/ev-view.c: (draw_end_presentation_page),
5143         (ev_view_expose_event), (ev_view_key_press_event),
5144         (ev_view_class_init), (ev_view_init):
5145
5146         Blank screen in presentation mode when pressing 'b' (filling with
5147         black) or 'w' (filling with white) keys. Fixes bug #358132.
5148
5149 2006-12-09  Gabriel Felipe Cornejo  <gnomeusr@gmail.com>
5150
5151         * data/evince-toolbar.xml:
5152         * shell/ev-window.c:
5153         
5154         Use stock icon for Select All action. Fixes
5155         bug #382652.
5156
5157 2006-12-09  Radoslav Dorcik  <dixiecko@gmail.com>
5158
5159         * shell/ev-view.c: (get_doc_point_from_offset),
5160         (ev_view_get_link_at_location), (ev_view_motion_notify_event):
5161
5162         Add links support in rotated documents. Fixes bug #343733.
5163
5164 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
5165
5166         * shell/ev-view-private.h:
5167         * shell/ev-view.c: (draw_end_presentation_page),
5168         (ev_view_expose_event), (ev_view_init), (ev_view_set_presentation):
5169
5170         Show a blank page after the last page in presentation mode with a
5171         message indicating that presentation has finished and how to exit. 
5172
5173 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
5174
5175         * shell/ev-window.c: (fullscreen_timeout_cb):
5176
5177         Hide cursor after a while in presentation mode. 
5178
5179 2006-12-04  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5180
5181         * backend/ev-document-info.h:
5182         * data/evince-properties.glade:
5183         * pdf/ev-poppler.cc:
5184         * properties/ev-properties-view.c: (ev_regular_paper_size),
5185         (ev_properties_view_set_info):
5186         * ps/ps-document.c: (ps_document_get_info):
5187
5188         Adds a paper size field to the properties dialog. Fixes
5189         bug #307315. Patch by Kasper Svendsen (with some i18n
5190         changes done by me).
5191
5192 2006-12-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5193
5194         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
5195         (screensaver_init_dbus), (totem_scrsaver_new),
5196         (totem_scrsaver_init):
5197         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
5198         * shell/ev-application.c: (ev_application_register_service),
5199         (ev_application_screensaver_enable),
5200         (ev_application_screensaver_disable):
5201         * shell/ev-application.h:
5202         * shell/ev-window.c: (ev_window_run_presentation),
5203         (ev_window_stop_presentation), (build_comments_string),
5204         (ev_window_init):
5205         
5206         Move screensaver handling to application. No more
5207         message on startup.
5208
5209 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5210
5211         * configure.ac:
5212         * backend/Makefile.am:
5213         * backend/ev-file-exporter.[ch]:
5214         * pdf/ev-poppler.cc: (pdf_document_file_exporter_*):
5215         * ps/ps-document.c: (ps_document_file_exporter_*):
5216         * tiff/tiff-document.c: (tiff_document_document_file_exporter_*):
5217         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
5218         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
5219         (ev_window_print_dialog_response_cb), (ev_window_print_range):
5220
5221         Allow printing to PDF when suppoted by the backend.
5222         
5223 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5224
5225         * shell/ev-window.c: (build_comments_string):
5226
5227         Use always "Document Viewer" in about dialog. 
5228
5229 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5230
5231         * djvu/djvu-document.c: (djvu_document_get_page_size):
5232
5233         Display a warning message when get_pageinfo fails. 
5234
5235 2006-11-30  Yevgen Muntyan  <muntyan@tamu.edu>
5236
5237         * Makefile.am:
5238         * backend/Makefile.am:
5239         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
5240         * configure.ac:
5241         * shell/ev-window.c: (build_comments_string):
5242         
5243         Make pdf compilation optional. See bug #38007.
5244
5245 2006-11-30  Carlos Garcia Campos  <carlosgc@gnome.org>
5246
5247         * ps/ps.c: (get_next_text):
5248
5249         Fix CVE-2006-5864.
5250
5251 2006-11-22  Carlos Garcia Campos  <carlosgc@gnome.org>
5252
5253         * shell/ev-history.c: (ev_history_finalize), (ev_history_class_init):
5254         * shell/ev-navigation-action.c: (connect_proxy),
5255         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
5256         
5257         Do not call g_type_class_peek_parent twice.
5258
5259 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5260
5261         * configure.ac:
5262         * data/icons/24x24/.cvsignore:
5263         * data/icons/24x24/Makefile.am:
5264         * data/icons/24x24/evince.png:
5265         * data/icons/Makefile.am:
5266         
5267         Add 24x24 icon. Thanks to 
5268         Michael Monreal <infernux@web.de>.
5269
5270 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5271
5272         * configure.ac: Fix typo in configure.ac. Thanks
5273         to dmacks@netspace.org for notification.
5274
5275 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5276
5277         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
5278         
5279         Drop dbus include, fixes compilation with older dbus.
5280
5281 2006-11-22  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5282
5283         * configure.ac:
5284         * cut-n-paste/Makefile.am:
5285         * cut-n-paste/totem-screensaver/.cvsignore
5286         * cut-n-paste/totem-screensaver/Makefile.am:
5287         * cut-n-paste/totem-screensaver/README:
5288         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
5289         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
5290         * shell/Makefile.am:
5291         * shell/ev-window.c: (ev_window_run_presentation),
5292         (ev_window_stop_presentation), (ev_window_cmd_help_about),
5293         (ev_window_init):
5294
5295         Implemented screensaver enabling/disabling for
5296         presentation mode (not fullscreen mode). Code stolen
5297         from Totem (with some minor tweaks). Fixes bug #338889.
5298
5299 2006-11-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5300
5301         * configure.ac:
5302
5303         Bump gnome-icon-theme requirements. We use the rotation
5304         icons that appeared recently.
5305
5306 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5307
5308         * shell/ev-history.c: (ev_history_add_page):
5309         * shell/ev-history.h:
5310         * shell/ev-window.c: (page_changed_cb):
5311         
5312         Use page labels instead of numbers.
5313
5314 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5315
5316         * data/evince-toolbar.xml:
5317         * po/POTFILES.in:
5318         * shell/Makefile.am:
5319         * shell/ev-navigation-action-widget.c:
5320         (ev_navigation_action_widget_init),
5321         (ev_navigation_action_widget_class_init), (menu_deactivate_cb),
5322         (menu_detacher), (ev_navigation_action_widget_set_menu),
5323         (menu_position_func), (popup_menu_under_arrow),
5324         (ev_navigation_action_widget_toggled),
5325         (ev_navigation_action_widget_button_press_event):
5326         * shell/ev-navigation-action-widget.h:
5327         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
5328         (ev_navigation_action_set_window), (activate_menu_item_cb),
5329         (new_history_menu_item), (new_empty_history_menu_item),
5330         (build_menu), (menu_activated_cb), (connect_proxy),
5331         (create_tool_item), (ev_navigation_action_init),
5332         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
5333         * shell/ev-navigation-action.h:
5334         * shell/ev-page-action-widget.c: (ev_page_action_widget_init),
5335         (ev_page_action_widget_set_page_cache),
5336         (ev_page_action_widget_finalize),
5337         (ev_page_action_widget_class_init), (match_selected_cb),
5338         (display_completion_text), (match_completion), (build_new_tree_cb),
5339         (get_filter_model_from_model),
5340         (ev_page_action_widget_update_model):
5341         * shell/ev-page-action-widget.h:
5342         * shell/ev-page-action.c: (activate_link_cb), (update_model),
5343         (connect_proxy):
5344         * shell/ev-page-action.h:
5345         * shell/ev-stock-icons.c:
5346         * shell/ev-stock-icons.h:
5347         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
5348         (page_changed_cb), (ev_window_setup_document), (ev_window_dispose),
5349         (register_custom_actions):
5350         * shell/main.c:
5351         
5352         Preliminary history implementation
5353
5354 2006-11-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5355
5356         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_finalize),
5357         (dvi_document_class_init), (dvi_document_init_params):
5358         * dvi/mdvi-lib/font.c: (font_reference):
5359         
5360         Add reference to subfont. Fixes bug #374277.
5361
5362 2006-11-16  Carlos Garcia Campos  <carlosgc@gnome.org>
5363
5364         * shell/ev-window.c: (ev_window_create_tmp_symlink),
5365         (ev_window_cmd_file_open_copy_at_dest):
5366
5367         Fix a race condition when creating symlink. Increase the counter
5368         avoiding an infinite loop. Really fixes bug #357472. (Based on patch by
5369         Mathias Hasselmann).
5370
5371 2006-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
5372
5373         * backend/Makefile.am:
5374         * backend/ev-attachment.c: (ev_attachment_open):
5375         * lib/ev-file-helpers.[ch]: (ensure_dir_exists), (ev_dot_dir),
5376         (ev_tmp_dir), (ev_tmp_filename):
5377         * shell/ev-sidebar-attachments.c:
5378         (ev_sidebar_attachments_drag_data_get):
5379         * shell/ev-window.c: (ev_window_clear_temp_file):
5380
5381         Use always ev_tmp_dir instead of g_get_tmp_dir. Fix a race condition
5382         in ensure_dir_exists. Abort without crashing when we can't create
5383         user's directory.
5384
5385 2006-11-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5386
5387         * data/evince-ui.xml:
5388         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
5389         (ev_window_xfer_job_cb), (ev_window_get_copy_tmp_name),
5390         (ev_window_cmd_file_open_copy_at_dest),
5391         (ev_window_cmd_file_open_copy), (view_menu_popup_cb),
5392         (ev_view_popup_cmd_open_link_new_window):
5393
5394         Allow opening a copy of the current document in a new window. Fixes bug
5395         #357472
5396
5397 2006-11-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5398
5399         * data/evince-toolbar.xml:
5400         
5401         Add rotate right and rotate left to available items for toolbar.
5402         
5403         * data/evince-ui.xml:
5404         * shell/ev-window.c: (ev_window_init):
5405         
5406         Customize toolbar with right click. Fixes bug #372451.
5407
5408 2006-11-11  Claudio Saavedra  <csaavedra@alumnos.utalca.cl>
5409
5410         * shell/ev-window.c: 
5411         
5412         Use "object-rotate-{left,right}" stock icons. Fixes 
5413         bug #373863.
5414
5415 2006-11-10  Carlos Garcia Campos  <carlosgc@gnome.org>
5416
5417         * shell/ev-application.[ch]: (get_unlink_temp_file_from_args),
5418         (ev_application_open_uri_at_dest), (ev_application_open_uri):
5419         * shell/ev-window.[ch]: (ev_window_clear_temp_file),
5420         (ev_window_open_uri):
5421         * shell/main.c: (arguments_parse):
5422
5423         Remove temp file created when evince is used by GTK+ in
5424         preview mode. Fixes bug #365282. 
5425
5426 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5427
5428         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
5429         
5430         Fixes bug #372474 - Side pane disabled when entering 
5431         and leaving fullscreen mode.
5432
5433 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5434
5435         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (setup_editor):
5436         * data/Makefile.am:
5437         * data/evince-preview-toolbar.xml:
5438         * data/evince-toolbar.xml:
5439         * shell/ev-application.c: (ev_application_shutdown),
5440         (ev_application_init), (ev_application_get_toolbars_model):
5441         * shell/ev-application.h:
5442         * shell/ev-window.c: (update_chrome_visibility),
5443         (ev_window_create_fullscreen_popup), (ev_window_run_preview),
5444         (ev_window_cmd_edit_toolbar), (ev_window_init):
5445         
5446         Fixes bug #364364 - toolbar editor shows zoom actions again.
5447
5448 2006-11-09  Carlos Garcia Campos  <carlosgc@gnome.org>
5449
5450         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
5451
5452         Do not take margins into consideration for paper size when printing.
5453         Really fixes bug #350491.
5454
5455 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
5456
5457         * data/evince-ui.xml:
5458         * shell/ev-window.c: (ev_window_print_page_setup_done_cb),
5459         (ev_window_cmd_file_print_setup),
5460         (ev_window_print_dialog_response_cb),
5461         (ev_window_setup_action_sensitivity):
5462
5463         Add page setup settings for printing. Fixes bugs #363860 and #350491.
5464
5465 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
5466
5467         * shell/ev-window.c: (ev_window_print_range):
5468
5469         Revert my previuos commit, since printing to PDF is not supported by
5470         evince yet. 
5471
5472 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
5473
5474         * shell/ev-window.c: (ev_window_print_range):
5475
5476         Enable print to a PDF. Fixes bug #332121.
5477
5478 2006-10-31  Carlos Garcia Campos  <carlosgc@gnome.org>
5479
5480         * shell/ev-application-service.xml:
5481         * shell/ev-application.[ch]: (ev_application_open_window),
5482         (ev_application_get_empty_window), (ev_application_open_uri_at_dest),
5483         (ev_application_open_uri), (ev_application_open_uri_list):
5484         * shell/ev-window.c: (file_open_dialog_response_cb),
5485         (ev_window_cmd_recent_file_activate), (ev_window_setup_recent),
5486         (drag_data_received_cb), (open_remote_link):
5487         * shell/main.c: (arguments_parse), (load_files), (load_files_remote):
5488
5489         Add support for multiscreen systems. Fixes bug #316206.
5490
5491 2006-10-30  Carlos Garcia Campos  <carlosgc@gnome.org>
5492
5493         * shell/ev-jobs.[ch]: (ev_job_print_new),
5494         (ev_print_job_print_page_in_range), (ev_print_job_print_page_in_set),
5495         (ev_job_print_do_page):
5496         * shell/ev-window.[ch]: (ev_window_print_dialog_response_cb):
5497
5498         Allow printing only odd/even pages. Fixes bug #367289.
5499
5500 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5501
5502         * test/test1.py:
5503         * test/test2.py:
5504
5505         Re-add locale settings to test files.
5506
5507 2006-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5508
5509         * data/evince-ui.xml:
5510         * shell/ev-window.c: (set_action_properties):
5511         
5512         Removed garbage from code and ui.
5513
5514 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5515
5516         * shell/ev-window.c: (ev_window_cmd_help_about):
5517
5518         Shamelessly add my name to the list of contributors.
5519
5520 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5521
5522         * test/test1.py:
5523         * test/test2.py:
5524
5525         Cleaned up the dogtail scripts.
5526
5527 2006-10-27  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5528
5529         * shell/ev-view.c: (draw_loading_text): Don't render
5530         "loading..." text in presentation mode. Temporary
5531         workaround for bug #320352.
5532
5533 2006-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
5534
5535         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
5536         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
5537
5538         Use print settings scale, copies, collate and reverse which were
5539         ignored. Fixes bug #359032.
5540
5541 2006-10-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5542
5543         * configure.ac:
5544         * data/evince-password.glade:
5545         * test/Makefile.am:
5546         * test/test-encrypt.pdf:
5547         * test/test-links.pdf:
5548         * test/test1.py:
5549         * test/test2.py:
5550
5551         Add automated UI tests for evince with dogtail. See
5552         bug #300948.    
5553
5554 2006-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
5555
5556         * shell/ev-window.c: (fullscreen_timeout_cb), (ev_window_init):
5557
5558         Hide fullscreen toolbar when switching to another desktop workspace.
5559         Fixes bug #338871
5560
5561 2006-10-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5562
5563         * shell/ev-window-title.c: 
5564         
5565         Test for .dvi in title of pdf documents.
5566
5567 2006-10-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5568
5569         * shell/ev-view.c: (ev_view_scroll):
5570
5571         Page Up/Down should do page jumps in "Best fit" mode.
5572         If a user has explicitly chosen to view exactly one page
5573         at a time, scrolling just a part of the page when
5574         pressing Page Up/Down is not right. Fixes bug #323107.
5575
5576 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5577
5578         * NEWS:
5579         * configure.ac:
5580         
5581         Update for 0.6.1
5582
5583 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5584
5585         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
5586         (job_fonts_finished_cb), (ev_properties_fonts_set_document):
5587         
5588         Correctly disconnect from job signals on destroy.
5589
5590 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5591
5592         * shell/ev-view-private.h:
5593         * shell/ev-view.c: (view_set_adjustment_values),
5594         (view_update_range_and_current_page),
5595         (ensure_rectangle_is_visible), (ev_view_size_allocate):
5596         
5597         Fixes bug #343199, current page now follows find page.
5598
5599 2006-10-08  Wouter Bolsterlee  <wbolster@gnome.org>
5600
5601         * backend/ev-document-factory.c:
5602         * configure.ac:
5603         Assigned OpenDocument presenation MIME type to the
5604         Impress backend. Added some missing (but harmless)
5605         #ifdefs in the document factory as well to make things
5606         consistent again. Fixes bug #360658.
5607
5608 2006-10-08  Christian Persch  <chpe@cvs.gnome.org>
5609
5610         * backend/ev-async-renderer.c: (ev_async_renderer_get_type):
5611         * backend/ev-document-find.c: (ev_document_find_get_type):
5612         * backend/ev-document-fonts.c: (ev_document_fonts_get_type):
5613         * backend/ev-document-links.c: (ev_document_links_get_type):
5614         * backend/ev-document-security.c: (ev_document_security_get_type):
5615         * backend/ev-document-thumbnails.c:
5616         (ev_document_thumbnails_get_type):
5617         * backend/ev-document.c: (ev_document_get_type):
5618         * backend/ev-ps-exporter.c: (ev_ps_exporter_get_type):
5619         * backend/ev-selection.c: (ev_selection_get_type):
5620         * cut-n-paste/recent-files/egg-recent-model.c:
5621         (egg_recent_model_get_type):
5622         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
5623         (egg_recent_view_uimanager_get_type):
5624         * cut-n-paste/recent-files/egg-recent-view.c:
5625         (egg_recent_view_get_type):
5626         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
5627         (egg_editable_toolbar_get_type):
5628         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
5629         (egg_toolbar_editor_get_type):
5630         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
5631         (egg_toolbars_model_get_type):
5632         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
5633         (egg_tree_multi_drag_source_get_type):
5634         * cut-n-paste/zoom-control/ephy-zoom-action.c:
5635         (ephy_zoom_action_get_type):
5636         * cut-n-paste/zoom-control/ephy-zoom-control.c:
5637         (ephy_zoom_control_get_type):
5638         * impress/r_back.c: (_imp_fill_back):
5639         * properties/ev-properties-main.c:
5640         (ev_properties_plugin_register_type):
5641         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type):
5642         * shell/ev-view-accessible.c: (ev_view_accessible_get_type),
5643         (ev_view_accessible_factory_get_type):
5644
5645         Reduce relocations. Bug #360616.
5646
5647 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5648
5649         * backend/ev-document-factory.c:
5650         (ev_document_factory_get_document):
5651         
5652         Load document even if extension is wrong.
5653
5654 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5655
5656         * shell/ev-metadata-manager.c: (save_values):
5657         * shell/ev-window.c: (setup_size_from_metadata),
5658         (setup_view_from_metadata), (ev_window_setup_document),
5659         (ev_window_xfer_job_cb), (window_configure_event_cb):
5660         
5661         Set size according to the document size/page size ratio.
5662         That should correct rather wierd behaviour of the previous
5663         commit.
5664
5665 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5666
5667         * shell/ev-window.c: (setup_view_from_metadata):
5668         
5669         Set size for new windows from previous window size.
5670         See bugs #354968 and #168450 for details. Thanks
5671         to Meik Hellmund.
5672
5673 2006-10-01  Carlos Garcia Campos  <carlosgc@gnome.org>
5674
5675         * djvu/djvu-links.c: (build_tree):
5676
5677         Fix memory leak.
5678
5679 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5680
5681         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_set_document):
5682         
5683         Don't make sidebar close button insensitive. Fixes
5684         bug #357871.
5685
5686 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5687
5688         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
5689         (ev_window_set_view_accels_sensitivity):
5690         
5691         Don't enable Slash on documents which don't support
5692         find. Fixes bug #358648.
5693
5694 2006-10-01  Wouter Bolsterlee  <wbolster@gnome.org>
5695
5696         * shell/ev-window.c: (ev_window_cmd_file_open): Make the
5697         open dialog fall back to the current document uri if the
5698         filechooser hasn't been used before. Fixes bug #356980.
5699
5700 2006-09-24  Mathias Hasselmann  <mathias.hasselmann@gmx.de>
5701
5702         * shell/ev-window.c: (ev_window_setup_recent), 
5703         (ev_window_get_recent_file_label):
5704
5705         Escape underscores in filenames of recent file items.
5706
5707 2006-09-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5708
5709         * configure.ac:
5710         
5711         Bumped poppler requirements, really 0.5.3 is very 
5712         buggy, now we require 0.5.4.
5713
5714 2006-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5715
5716         * djvu/Makefile.am:
5717         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
5718         (djvu_document_find_iface_init), (djvu_document_links_get_links),
5719         (djvu_document_document_links_iface_init):
5720         * djvu/djvu-links.c: (number_from_miniexp), (string_from_miniexp),
5721         (number_from_string_10), (get_djvu_link_dest),
5722         (get_djvu_link_action), (build_tree), (get_djvu_hyperlink_area),
5723         (get_djvu_hyperlink_mapping), (djvu_links_has_document_links),
5724         (djvu_links_get_links), (djvu_links_find_link_dest),
5725         (djvu_links_get_links_model):
5726         * djvu/djvu-links.h:
5727         
5728         Add support for links and bookmarks in djvu documents. Thanks
5729         to Pauli Virtanen <pauli.virtanen@iki.fi> for the wonderful
5730         patch.
5731
5732 2006-09-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5733
5734         * shell/ev-application.c: (ev_application_open_uri_at_dest):
5735         
5736         Reopen should reload document. Fixes 
5737         bug 327951.
5738
5739 2006-09-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5740
5741         * configure.ac:
5742         * data/Makefile.am:
5743         * data/evince-16.png:
5744         * data/evince-22.png:
5745         * data/evince.png:
5746         * data/evince.svg:
5747         * data/icons/16x16/Makefile.am:
5748         * data/icons/16x16/evince.png:
5749         * data/icons/22x22/Makefile.am:
5750         * data/icons/22x22/evince.png:
5751         * data/icons/48x48/Makefile.am:
5752         * data/icons/48x48/evince.png:
5753         * data/icons/Makefile.am:
5754         * data/icons/scalable/Makefile.am:
5755         * data/icons/scalable/evince.svg:
5756         
5757         Install icons with correct names. Fixes
5758         bug #354429.
5759
5760 2006-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
5761
5762         * shell/ev-view.c: (ev_view_button_release_event):
5763
5764         Don't open links with middle mouse button. Fixes bug #353649
5765
5766 2006-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5767
5768         * NEWS:
5769         * configure.ac:
5770         
5771         Update for release 0.6.0
5772
5773 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5774
5775         * shell/ev-window.c: (ev_window_xfer_job_cb), (do_action_named):
5776         Implement Close named action. Patch by Carlos Garcia Campos.
5777
5778 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5779
5780         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
5781         
5782         Don't clear link mapping on copy_job_to_job_info. Fixes
5783         bug 346168.
5784
5785 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
5786
5787         * shell/main.c: (main):
5788
5789         Revert my previous commit, gnome_program_init owns the option context.
5790         Fix another memory leak in main. Both caught by Christian Persch. 
5791
5792 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
5793
5794         * shell/main.c: (main):
5795
5796         Fix memory leak.
5797
5798 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
5799
5800         * backend/ev-document-factory.c: (ev_document_factory_get_document):
5801
5802         Fix crash when opening a pdf with password protection. 
5803
5804 2006-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
5805
5806         * pdf/ev-poppler.cc: (pdf_document_search_free):
5807
5808         Fix memory leak. 
5809
5810 2006-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5811
5812         * backend/ev-document-factory.c:
5813         (ev_document_factory_get_document):
5814         * tiff/tiff-document.c: (tiff_document_finalize):
5815         
5816         More correct handling of document loading. Fixes
5817         bug #349043.
5818
5819 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5820
5821         * backend/ev-attachment.c: (ev_attachment_save):
5822
5823         Remove GNOME_VFS_OPEN_TRUNCATE flag which is only available with
5824         gnome-vfs >= 2.9.3 and it's not really needed. Fixes bug #351493
5825
5826 2006-08-15  Julien Rebetez  <julienr@cvs.gnome.org>
5827         
5828         * shell/ev-window.c: (ev_window_cmd_recent_file_activate):
5829         Fixed a compilation error if HAVE_GTK_RECENT isn't defined.
5830
5831 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5832
5833         * shell/ev-sidebar-thumbnails.c:
5834
5835         Do not render thumbnails unless thumbnails page is active in the
5836         sidebar.
5837
5838 2006-08-14  Christian Persch  <chpe@cvs.gnome.org>
5839
5840         * shell/ev-properties-dialog.c:
5841
5842         Fix dialogue spacing. Bug #351370.
5843
5844 2006-08-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5845
5846         * configure.ac:
5847
5848         Use lowercase gettext catalog file names (evince.mo
5849         instead of Evince.mo)
5850
5851 2006-08-13  Carlos Garcia Campos  <carlosgc@gnome.org>
5852
5853         * shell/ev-sidebar-attachments.c:
5854
5855         GtkIconTheme is now screen safe too. Fixes bug #350878
5856
5857 2006-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
5858
5859         * shell/ev-window.c:
5860
5861         GtkRecent manager is now screen safe. Fixes bug #350145
5862
5863 2006-08-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5864
5865         * shell/ev-sidebar.c: (ev_sidebar_init):
5866         
5867         Make sidebar close icon smaller. Fix for bug 350177.
5868         See also bugs 350176 and 165770.
5869
5870 2006-08-10  Carlos Garcia Campos  <carlosgc@gnome.org>
5871
5872         * shell/ev-view.c: (goto_fith_dest), (goto_fit_dest), (goto_xyz_dest):
5873
5874         Ignore zoom for xyz destinations when it's <= 1, keeping user
5875         preferences instead. Set correct sizing-mode for fith and fitv
5876         destinations rather than EV_SIZING_FREE. Fixes bug #349433
5877
5878 2006-08-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5879
5880         * NEWS:
5881         * configure.ac:
5882         
5883         Update for release 0.5.5
5884
5885 2006-08-07  Radoslav Dorcik <dixiecko@gmail.com>
5886         
5887         * shell/ev-window.c: (ev_window_cmd_escape)
5888
5889         Escape unfocus page entry. Fixes bug #345809.
5890
5891 2006-08-06  Carlos Garcia Campos  <carlosgc@gnome.org>
5892
5893         * pdf/ev-poppler.cc: (ev_link_dest_from_dest), (ev_link_from_action),
5894         (build_tree), (pdf_document_links_get_links),
5895         (pdf_document_links_find_link_dest):
5896         * shell/ev-view.c: (goto_fitr_dest), (goto_fith_dest),
5897         (goto_xyz_dest):
5898
5899         Convert from PDF style coordinates to X style coordinates in the
5900         backend rather than in the view. Fixes bug #338440
5901
5902 2006-08-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5903
5904         * shell/ev-window.c:
5905         
5906         Remove Ctrl+Shift+T shortcut for toolbars. See
5907         the bug #350098.
5908
5909 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
5910
5911         * configure.ac:
5912
5913         Use [] in AC_DEFINE for GtkRecent. Probably build was failing because
5914         of this. 
5915
5916 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
5917
5918         * configure.ac:
5919         * cut-n-paste/Makefile.am:
5920         * data/evince-ui.xml:
5921         * shell/Makefile.am:
5922         * shell/ev-application.[ch]:
5923         * shell/ev-window.c:
5924
5925         Use GtkRecent instead of EggRecent when it's available. Fixes bug
5926         #349273
5927
5928 2006-08-04  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5929
5930         * shell/eggfindbar.c: (egg_find_bar_init): Fixed typo in
5931         findbar code: s/help/search/
5932
5933 2006-08-04  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
5934
5935         * shell/ev-window.c: (setup_document_from_metadata),
5936         (setup_chrome_from_metadata), (setup_sidebar_from_metadata),
5937         (setup_view_from_metadata):
5938         
5939         Fix memory leaks.
5940
5941 2006-07-31  Christian Persch  <chpe@cvs.gnome.org>
5942
5943         * autogen.sh, configure.ac: 
5944         
5945         Update automake usage. See bug 349292.
5946
5947 2006-07-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5948
5949         * shell/eggfindbar.c: (egg_find_bar_class_init),
5950         (entry_activate_callback), (egg_find_bar_init),
5951         (egg_find_bar_set_status_text):
5952         * shell/eggfindbar.h:
5953         
5954         Unify Evince findbar with Epiphany. Nice patch
5955         from Fabricio Silva <silva@crans.org> and
5956         Frederic Peters <fpeters@entrouvert.com>. See
5957         bug #339966 for details.
5958
5959 2006-07-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5960
5961         * data/evince.desktop.in.in:
5962         
5963         Correct information for bugzilla. Thanks to
5964         Olaf Vitters, see bug #348855.
5965
5966 2006-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
5967
5968         * shell/ev-jobs.[ch]:
5969         * shell/ev-sidebar-links.c:
5970         * shell/ev-window.[ch]:
5971
5972         GtkPrintJob doesn't support print ranges or current page, so we export
5973         to a ps file now when printing ranges or current page.
5974
5975 2006-07-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5976
5977         * pdf/ev-poppler.cc:
5978         * shell/ev-window.c: (do_action_named):
5979
5980         We should be more clear about bugzilla. See the
5981         poppler bug #7623.
5982
5983 2006-07-23  Carlos Garcia Campos  <carlosgc@gnome.org>
5984
5985         * configure.ac:
5986         * shell/Makefile.am:
5987         * shell/ev-job-queue.c:
5988         * shell/ev-jobs.[ch]:
5989         * shell/ev-sidebar-links.c:
5990         * shell/ev-window.[ch]:
5991         
5992         Use GtkPrint instead of GnomePrint when it's available. Fixes bug
5993         #348422
5994
5995 2006-07-17  Carlos Garcia Campos  <carlosgc@gnome.org>
5996
5997         * data/evince-toolbar.xml: Add preview toolbar (hidden by default)
5998         * shell/ev-application-service.xml:
5999         * shell/ev-application.[ch]:
6000         * shell/ev-jobs.[ch]:
6001         * shell/ev-window.[ch]: (ev_window_run_preview):
6002         * shell/main.c: 
6003
6004         Add preview mode to use evince as a printing previewer. It also adds
6005         other command line options for fullscreen and presentation modes.
6006         Fixes bugs #347822, #317031
6007
6008 2006-07-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6009
6010         * NEWS:
6011         * configure.ac:
6012         
6013         Update for release 0.5.4
6014
6015 2006-07-11  Bastien Nocera <hadess@hadess.net>
6016
6017         * Makefile.am:
6018         * backend/Makefile.am:
6019         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
6020         * backend/ev-document-factory.h:
6021         * configure.ac:
6022         * impress/.cvsignore:
6023         * impress/Makefile.am:
6024         * impress/common.h:
6025         * impress/document.c: (_imp_load_xml), (imp_open), (imp_nr_pages),
6026         (imp_get_page), (imp_next_page), (imp_prev_page),
6027         (imp_get_page_no), (imp_get_page_name), (imp_get_xml), (imp_close):
6028         * impress/f_oasis.c: (render_object), (render_page),
6029         (get_geometry), (_imp_oasis_load):
6030         * impress/f_oo13.c: (render_object), (render_page), (get_geometry),
6031         (_imp_oo13_load):
6032         * impress/iksemel.c: (iks_malloc), (iks_free), (iks_set_mem_funcs),
6033         (iks_strdup), (iks_strcat), (iks_strcmp), (iks_strcasecmp),
6034         (iks_strncmp), (iks_strncasecmp), (iks_strlen), (iks_escape),
6035         (iks_unescape), (find_space), (iks_stack_new), (iks_stack_alloc),
6036         (iks_stack_strdup), (iks_stack_strcat), (iks_stack_stat),
6037         (iks_stack_delete), (iks_sax_new), (iks_sax_extend),
6038         (iks_parser_stack), (iks_user_data), (iks_nr_bytes),
6039         (iks_nr_lines), (stack_init), (stack_expand), (sax_core),
6040         (iks_parse), (iks_parser_reset), (iks_parser_delete), (iks_new),
6041         (iks_new_within), (iks_insert), (iks_insert_cdata),
6042         (iks_insert_attrib), (iks_insert_node), (iks_hide), (iks_delete),
6043         (iks_next), (iks_next_tag), (iks_prev), (iks_prev_tag),
6044         (iks_parent), (iks_root), (iks_child), (iks_first_tag),
6045         (iks_attrib), (iks_find), (iks_find_cdata), (iks_find_attrib),
6046         (iks_find_with_attrib), (iks_stack), (iks_type), (iks_name),
6047         (iks_cdata), (iks_cdata_size), (iks_has_children),
6048         (iks_has_attribs), (escape_size), (my_strcat), (escape),
6049         (iks_string), (iks_copy_within), (iks_copy), (tagHook),
6050         (cdataHook), (deleteHook), (iks_dom_new), (iks_set_size_hint),
6051         (iks_tree), (iks_load), (iks_save):
6052         * impress/iksemel.h:
6053         * impress/imposter.h:
6054         * impress/impress-document.c: (G_DEFINE_TYPE_WITH_CODE),
6055         (imp_render_draw_bezier_real), (imp_render_get_size),
6056         (imp_render_set_fg_color), (imp_render_draw_line),
6057         (imp_render_draw_rect), (imp_render_draw_polygon),
6058         (imp_render_draw_arc), (imp_render_draw_bezier),
6059         (imp_render_open_image), (imp_render_get_image_size),
6060         (imp_render_scale_image), (imp_render_draw_image),
6061         (imp_render_close_image), (imp_render_markup),
6062         (imp_render_get_text_size), (imp_render_draw_text),
6063         (impress_document_load), (impress_document_save),
6064         (impress_document_get_n_pages), (impress_document_get_page_size),
6065         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
6066         (impress_document_finalize), (impress_document_class_init),
6067         (impress_document_can_get_text), (impress_document_get_info),
6068         (impress_document_document_iface_init),
6069         (impress_document_thumbnails_get_thumbnail),
6070         (impress_document_thumbnails_get_dimensions),
6071         (impress_document_document_thumbnails_iface_init),
6072         (impress_document_init):
6073         * impress/impress-document.h:
6074         * impress/internal.h:
6075         * impress/r_back.c: (_imp_fill_back):
6076         * impress/r_draw.c: (_imp_draw_rect), (_imp_draw_line_end),
6077         (_imp_draw_image), (_imp_tile_image):
6078         * impress/r_geometry.c: (r_parse_color), (r_get_color), (fg_color),
6079         (r_get_x), (r_get_y), (r_get_angle), (r_get_viewbox), (r_polygon),
6080         (r_polyline):
6081         * impress/r_gradient.c: (poly_rotate), (r_draw_gradient_simple),
6082         (r_draw_gradient_complex), (r_draw_gradient):
6083         * impress/r_style.c: (get_style), (r_get_style), (get_style_x),
6084         (r_get_bullet):
6085         * impress/r_text.c: (add_line), (add_span), (calc_sizes),
6086         (calc_pos), (_imp_draw_layout), (text_span), (text_p), (text_list),
6087         (r_text):
6088         * impress/render.c: (imp_create_context), (imp_context_set_page),
6089         (imp_context_set_step), (imp_render), (imp_delete_context):
6090         * impress/render.h:
6091         * impress/zip.c: (zip_error), (find_cd), (get_long), (get_word),
6092         (list_files), (zip_open), (zip_close), (find_file), (seek_file),
6093         (zip_load_xml), (zip_get_size), (zip_load):
6094         * impress/zip.h:
6095         * shell/ev-utils.c:
6096         
6097         New backend to support impress slides. Fixes bug #30867.
6098
6099 2006-07-10  Ghee Teo  <ghee.teo@sun.com>
6100
6101         * shell/ev-utils.c: (using_postscript_printer):
6102         
6103         Fixes crash when print using PAPI backend,
6104         bug #345012.
6105
6106 2006-06-09  Pat Rondon  <pmr@patrondon.org>
6107
6108         * shell/ev-jobs.c: (ev_job_xfer_run):
6109         * shell/ev-window.c: (password_dialog_response),
6110         (ev_window_popup_password_dialog), (ev_window_xfer_job_cb),
6111         (ev_window_dispose):
6112         Fixes bug #344160: if the xfer job doesn't complete
6113         because a password is required, reload the existing
6114         instance instead of creating a new one.
6115
6116 2006-06-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6117
6118         * shell/main.c: (main): Call gdk_threads_init. Thus
6119         we'll avoid errors in auth dialog. Fix for the bug
6120         #343347.
6121
6122 2006-06-01  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6123
6124         * configure.ac: Advertise pixbuf support, fix
6125         for the bug 343317.
6126
6127 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6128
6129         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_refresh),
6130         (ev_sidebar_thumbnails_set_document):
6131         
6132         Update sidebar thumbnails after reloading.
6133
6134 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6135
6136         * shell/ev-jobs.c: (ev_job_xfer_dispose), (ev_job_xfer_new):
6137         * shell/ev-jobs.h:
6138         * shell/ev-window.c: (ev_window_xfer_job_cb), (ev_window_open_uri),
6139         (ev_window_cmd_view_reload), (ev_window_init):
6140         
6141         Don't crash on reload. Fix for the bug #343167.
6142
6143 2006-05-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6144
6145         * shell/ev-jobs.c: (ev_job_render_run):
6146         
6147         Check for document links.
6148
6149 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6150
6151         * backend/ev-attachment.c: (ev_attachment_save),
6152         (ev_attachment_launch_app), (ev_attachment_open):
6153         * backend/ev-document-factory.c: (get_document_from_uri):
6154         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
6155         (egg_recent_view_uimanager_set_list):
6156         * ps/ps-document.c: (check_filecompressed), (document_load),
6157         (ps_document_load):
6158         * shell/ev-metadata-manager.c: (load_values):
6159         * shell/ev-password.c: (ev_password_dialog_set_property):
6160         * shell/ev-view.c: (tip_from_link):
6161         * shell/ev-window.c: (file_save_dialog_response_cb),
6162         (ev_window_print_dialog_response_cb):
6163         
6164         Use consistent quoting style. Fix for the bug #320285.
6165
6166 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6167
6168         * shell/ev-jobs.c: (ev_job_xfer_run):
6169         * shell/main.c: (load_files):
6170                 
6171         Open links with anchors. Fix for the bug #339836.
6172
6173 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6174
6175         * backend/ev-link-dest.c: (ev_link_dest_type_get_type),
6176         (ev_link_dest_get_page_label), (ev_link_dest_get_property),
6177         (ev_link_dest_set_property), (ev_link_dest_finalize),
6178         (ev_link_dest_class_init), (ev_link_dest_new_named),
6179         (ev_link_dest_new_page_label):
6180         * backend/ev-link-dest.h:
6181         * shell/ev-application.c: (ev_application_open_uri):
6182         * shell/ev-view.c: (goto_dest):
6183         * shell/ev-window.c:
6184         * shell/ev-window.h:
6185         
6186         Fix page-label command line option. Bug #342070.
6187
6188 2006-05-27  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
6189
6190         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
6191         
6192         Don't show highlight rects if page can't be showed. Fix for 
6193         the bug #342076
6194
6195 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6196
6197         * shell/ev-window.c: (setup_sidebar_from_metadata),
6198         (ev_window_sidebar_visibility_changed_cb), (ev_window_init):
6199         
6200         Setup sidebar from metadata even if there is no document
6201         loaded. Fix for the bug #342807.
6202
6203 2006-05-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6204
6205         * cut-n-paste/toolbar-editor/Makefile.am:
6206         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
6207         (get_dock_position), (get_toolbar_position), (get_toolbar_nth),
6208         (find_action), (drag_data_delete_cb), (drag_begin_cb),
6209         (drag_end_cb), (drag_data_get_cb), (move_item_cb),
6210         (remove_item_cb), (remove_toolbar_cb), (popup_context_deactivate),
6211         (popup_context_menu_cb), (button_press_event_cb),
6212         (configure_item_sensitivity), (configure_item_cursor),
6213         (configure_item_tooltip), (connect_widget_signals),
6214         (action_sensitive_cb), (create_item_from_action),
6215         (create_item_from_position), (toolbar_drag_data_received_cb),
6216         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
6217         (toolbar_drag_leave_cb), (configure_drag_dest),
6218         (toggled_visibility_cb), (toolbar_visibility_refresh),
6219         (create_dock), (toolbar_changed_cb), (unparent_fixed),
6220         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
6221         (item_added_cb), (item_removed_cb), (egg_editable_toolbar_build),
6222         (egg_editable_toolbar_set_model), (egg_editable_toolbar_init),
6223         (egg_editable_toolbar_dispose),
6224         (egg_editable_toolbar_set_ui_manager),
6225         (egg_editable_toolbar_get_selected),
6226         (egg_editable_toolbar_set_selected), (set_edit_mode),
6227         (egg_editable_toolbar_set_property),
6228         (egg_editable_toolbar_get_property),
6229         (egg_editable_toolbar_class_init), (egg_editable_toolbar_new),
6230         (egg_editable_toolbar_new_with_model),
6231         (egg_editable_toolbar_get_edit_mode),
6232         (egg_editable_toolbar_set_edit_mode),
6233         (egg_editable_toolbar_add_visibility), (egg_editable_toolbar_show),
6234         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed):
6235         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
6236         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (compare_items),
6237         (item_added_or_removed_cb), (toolbar_removed_cb),
6238         (egg_toolbar_editor_set_model), (egg_toolbar_editor_class_init),
6239         (egg_toolbar_editor_finalize), (drag_begin_cb), (drag_end_cb),
6240         (drag_data_get_cb), (set_drag_cursor), (editor_create_item),
6241         (editor_create_item_from_name), (append_table),
6242         (update_editor_sheet), (egg_toolbar_editor_init):
6243         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
6244         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
6245         (egg_toolbars_model_to_xml), (egg_toolbars_model_save_toolbars),
6246         (is_unique), (toolbar_node_new), (item_node_new), (item_node_free),
6247         (toolbar_node_free), (egg_toolbars_model_get_flags),
6248         (egg_toolbars_model_set_flags), (egg_toolbars_model_get_data),
6249         (egg_toolbars_model_get_name), (impl_add_item),
6250         (egg_toolbars_model_add_item), (egg_toolbars_model_add_toolbar),
6251         (parse_data_list), (parse_item_list), (parse_toolbars),
6252         (egg_toolbars_model_load_toolbars), (parse_available_list),
6253         (parse_names), (egg_toolbars_model_load_names),
6254         (egg_toolbars_model_class_init), (egg_toolbars_model_init),
6255         (egg_toolbars_model_finalize), (egg_toolbars_model_remove_toolbar),
6256         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
6257         (egg_toolbars_model_delete_item), (egg_toolbars_model_n_items),
6258         (egg_toolbars_model_item_nth), (egg_toolbars_model_n_toolbars),
6259         (egg_toolbars_model_toolbar_nth), (egg_toolbars_model_get_types),
6260         (egg_toolbars_model_set_types), (fill_avail_array),
6261         (egg_toolbars_model_get_name_avail),
6262         (egg_toolbars_model_get_name_flags),
6263         (egg_toolbars_model_set_name_flags):
6264         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
6265         * cut-n-paste/toolbar-editor/eggintl.h:
6266         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
6267         (egg_tree_multi_drag_source_get_type),
6268         (egg_tree_multi_drag_source_row_draggable),
6269         (egg_tree_multi_drag_source_drag_data_delete),
6270         (egg_tree_multi_drag_source_drag_data_get), (stop_drag_check),
6271         (egg_tree_multi_drag_button_release_event), (selection_foreach),
6272         (path_list_free), (set_context_data), (get_context_data),
6273         (get_info), (egg_tree_multi_drag_drag_data_get),
6274         (egg_tree_multi_drag_motion_event),
6275         (egg_tree_multi_drag_button_press_event),
6276         (egg_tree_multi_drag_add_drag_support):
6277         * cut-n-paste/toolbar-editor/eggtreemultidnd.h:
6278         * shell/ev-application.c: (ev_application_init),
6279         (ev_application_save_toolbars_model):
6280         * shell/ev-window.c: (ev_window_create_fullscreen_popup),
6281         (ev_window_cmd_edit_toolbar), (ev_window_init):
6282         
6283         Sync toolbareditor with epiphany and libegg
6284
6285 2006-05-23  Carlos Garcia Campos  <carlosgc@gnome.org>
6286
6287         * configure.ac: 
6288
6289         Depend on poppler 0.5.2
6290
6291 2006-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6292
6293         * shell/ev-jobs.c: (ev_job_render_run):
6294         
6295         Check if document supports links iterface.
6296
6297 2006-05-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6298
6299         * NEWS:
6300         * configure.ac:
6301         
6302         Update for release 0.5.3
6303
6304 2006-05-13  Michael Plump  <plumpy@skylab.org>
6305
6306         * configure.ac:
6307         * shell/Makefile.am:
6308         * shell/main.c: (main):
6309         
6310         Port to GOption command line parsing. Fix for the 
6311         bug #327518
6312
6313 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6314
6315         * shell/ev-window.c: (ev_window_cmd_help_about):
6316         
6317         Do not wrap license. Fix for the bug #309460.
6318
6319 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6320
6321         * configure.ac:
6322         * properties/ev-properties-main.c: (ev_properties_get_pages):
6323         * shell/ev-application.c: (ev_application_open_window),
6324         (ev_application_open_uri_at_dest):
6325         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
6326         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
6327         (ev_sidebar_thumbnails_use_icon_view), (page_changed_cb):
6328         * shell/ev-utils.c: (save_print_config_to_file):
6329         * shell/ev-window.c: (ev_window_cmd_save_as),
6330         (ev_attachment_popup_cmd_save_attachment_as):
6331         * shell/main.c: (load_files_remote):
6332         
6333         Bump requirements to gtk 2.8 and drop all ifdefs used.
6334
6335 2006-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6336
6337         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
6338         * shell/ev-window.c: (ev_window_init):
6339         
6340         Show attachments page.
6341
6342 2006-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6343
6344         * po/POTFILES.in:
6345         * shell/ev-attachment-bar.c:
6346         * shell/ev-attachment-bar.h:
6347         * shell/ev-sidebar-attachments.c:
6348         (ev_sidebar_attachments_icon_cache_add),
6349         (icon_theme_get_pixbuf_from_mime_type),
6350         (ev_sidebar_attachments_icon_cache_get), (icon_cache_update_icon),
6351         (ev_sidebar_attachments_icon_cache_refresh),
6352         (ev_sidebar_attachments_get_attachment_at_pos),
6353         (ev_sidebar_attachments_popup_menu_show),
6354         (ev_sidebar_attachments_popup_menu),
6355         (ev_sidebar_attachments_button_press),
6356         (ev_sidebar_attachments_update_icons),
6357         (ev_sidebar_attachments_drag_data_get),
6358         (ev_sidebar_attachments_get_property),
6359         (ev_sidebar_attachments_destroy),
6360         (ev_sidebar_attachments_class_init), (ev_sidebar_attachments_init),
6361         (ev_sidebar_attachments_new),
6362         (ev_sidebar_attachments_set_document),
6363         (ev_sidebar_attachments_support_document),
6364         (ev_sidebar_attachments_get_label),
6365         (ev_sidebar_attachments_page_iface_init):
6366         * shell/ev-sidebar-attachments.h:
6367         * shell/ev-window.c: (update_chrome_visibility),
6368         (setup_sidebar_from_metadata), (ev_window_setup_document),
6369         (ev_window_sidebar_current_page_changed_cb),
6370         (attachment_bar_menu_popup_cb), (ev_window_init):
6371         
6372         Move attachments bar to sidebar.
6373
6374 2006-05-09  Carlos Garcia Campos  <carlosgc@gnome.org>
6375
6376         * pdf/ev-poppler.cc:
6377         * shell/ev-application.[ch]:
6378         * shell/main.c:
6379
6380         Fix some memory leaks.
6381
6382 2006-05-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6383
6384         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
6385
6386         Change the properties dialog response to
6387         GTK_RESPONSE_CANCEL instead of GTK_RESPONSE_CLOSE. This
6388         will make the dialog go away when the user presses
6389         enter. With gtk+ >= 2.9 this will happen anyway, but for
6390         older gtk+ versions only GTK_RESPONSE_CANCEL is bound to
6391         escape by default. Fixes bug #340539. See also bug
6392         #101293 for the gtk+ part.
6393
6394 2006-05-08  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
6395
6396         * shell/ev-view.c (tip_from_action_named): Replace some strings
6397         that were wrong. Closes #340970.
6398
6399 2006-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
6400
6401         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
6402
6403         Update sidebar chrome flag when sidebar visibility changes. Fixes bug
6404         #341049
6405
6406 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6407
6408         * djvu/Makefile.am:
6409         * dvi/Makefile.am:
6410         * dvi/mdvi-lib/Makefile.am:
6411         * properties/Makefile.am:
6412         * ps/Makefile.am:
6413         * shell/Makefile.am:
6414         * thumbnailer/Makefile.am:
6415         
6416         Due to broken libtool that is unable to track dependencies
6417         of noinst libraries we are forced to explicitely point
6418         libraries for binary. Fix for the bug #333334.
6419
6420 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6421
6422         * data/evince.desktop.in.in:
6423         * shell/ev-view.c: (view_update_range_and_current_page),
6424         (ev_view_next_page), (ev_view_previous_page):
6425         * shell/ev-window.c: (update_chrome_visibility),
6426         (setup_sidebar_from_metadata), (ev_window_setup_document),
6427         (ev_window_update_fullscreen_popup), (fullscreen_timeout_cb),
6428         (fullscreen_set_timeout), (fullscreen_clear_timeout),
6429         (fullscreen_motion_notify_cb), (ev_window_run_fullscreen),
6430         (ev_window_stop_fullscreen), (ev_window_run_presentation),
6431         (ev_window_stop_presentation), (ev_window_focus_in_event),
6432         (ev_window_focus_out_event), (ev_window_view_sidebar_cb),
6433         (ev_window_init):
6434         * thumbnailer/Makefile.am:
6435         
6436         Update fullscreen and presentation timeout handling. Hide
6437         cursor in presentation after timeout. Fix for the bugs
6438         #136359 and #336981.
6439
6440 2006-05-03  Carlos Garcia Campos  <carlosgc@gnome.org>
6441
6442         * backend/ev-link-action.[ch]:
6443         * pdf/ev-poppler.cc: (ev_link_from_action):
6444         * shell/ev-view-private.h:
6445         * shell/ev-view.c: (ev_view_handle_link), (tip_from_action_named):
6446         * shell/ev-window.c: (do_action_named), (view_external_link_cb):
6447
6448         Add support for Named Action links
6449
6450 2006-05-02  Carlos Garcia Campos  <carlosgc@gnome.org>
6451
6452         * backend/Makefile.am:
6453         * backend/ev-document-links.[ch]:
6454         * backend/ev-document.[ch]:
6455         * backend/ev-link-action.[ch]:
6456         * backend/ev-link-dest.[ch]:
6457         * backend/ev-link.[ch]:
6458         * pdf/ev-poppler.cc: (pdf_document_find_link_dest),
6459         (ev_link_dest_from_dest), (ev_link_from_action), (build_tree):
6460         * shell/ev-page-action.c: (build_new_tree_cb):
6461         * shell/ev-sidebar-links.c: (get_page_from_dest), (print_section_cb),
6462         (links_page_num_func), (update_page_callback):
6463         * shell/ev-view.[ch]: (ev_view_goto_dest), (ev_view_handle_link),
6464         (tip_from_link):
6465         * shell/ev-jobs.c:
6466         * shell/ev-window.[ch]: (ev_window_open_uri),
6467         (sidebar_links_link_activated_cb), (ev_view_popup_cmd_open_link):
6468         * shell/ev-application.[ch]: (ev_application_open_window),
6469         (ev_application_open_uri):
6470
6471         Rework links system, it adds support for remote links now and it makes
6472         easier to add new kinds of actions and destinations. Fixes bug #317292
6473
6474 2006-05-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6475
6476         * data/Makefile.am:
6477         * data/evince.png:
6478         * data/evince-16.png:
6479         * data/evince-22.png:
6480         * data/evince.svg:
6481         * shell/main.c: (main):
6482         
6483         Evince use it's own icon. Fix for the bug #313392.
6484
6485         * shell/ev-window.c: (fullscreen_timeout_cb),
6486         (fullscreen_set_timeout), (fullscreen_clear_timeout),
6487         (ev_window_cmd_help_about), (ev_window_dispose):
6488         
6489         Simplify fullscreen timeout code.
6490
6491 2006-04-29  Carlos Garcia Campos  <carlosgc@gnome.org>
6492
6493         * backend/ev-attachment.c: 
6494         * shell/ev-attachment-bar.c:
6495         * shell/ev-window.c:
6496
6497         Allow multiple selection of attachments
6498
6499 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6500
6501         * shell/ev-view.c: (view_update_range_and_current_page),
6502         (ev_view_scroll):
6503         
6504         Fix for the bug #312573 – Optimal selection of current 
6505         page among visible pages.
6506
6507 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6508
6509         * configure.ac:
6510         * djvu/Makefile.am:
6511         * djvu/djvu-text.h:
6512         
6513         Update to djvulibre-3.5.17, now it uses pkg-config. Fix
6514         for the bug 339868.
6515
6516 2006-04-22  Kjartan Maraas  <kmaraas@gnome.org>
6517
6518         * configure.ac: Fix the LINGUAS stuff here too so it builds.
6519
6520 2006-04-21  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6521
6522         * shell/ev-window.c: Add ellipsis to the Find... menu item, as
6523         dictated by the GNOME HIG. Fixes bug #339235.
6524
6525 2006-04-20  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6526
6527         * data/evince-ui.xml:
6528         * shell/ev-view.c: (ev_view_can_find_previous):
6529         * shell/ev-view.h:
6530         * shell/ev-window.c: (ev_window_update_actions),
6531         (ev_window_cmd_edit_find_previous):
6532
6533         Add support for "Find Previous" as dictated by the GNOME HIG. A
6534         menu item is added and some glue code to make it all work is added
6535         to various files.
6536
6537 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6538
6539         * configure.ac: Award myself the "useless use of cat" award.
6540
6541 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6542
6543         * po/LINGUAS: New file listing all supported languages.
6544
6545         * configure.in: Use po/LINGUAS instead of including all languages
6546         directly in this file. See the wiki for more information:
6547         http://live.gnome.org/GnomeGoals/PoLinguas
6548
6549 2006-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
6550
6551         * backend/ev-document-factory.c:
6552
6553         Do not load the document twice when there isn't errors
6554
6555 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
6556
6557         * backend/ev-attachment.c: 
6558
6559         Fix a crash when there isn't a default application to open an
6560         attachment
6561
6562 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
6563
6564         * backend/ev-attachment.[ch]:
6565         * shell/ev-attachment-bar.[ch]:
6566
6567         Added missing files. 
6568
6569 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
6570
6571         * backend/Makefile.am:
6572         * data/evince-ui.xml:
6573         * backend/ev-attachment.[ch]:
6574         * backend/ev-document.[ch]: (ev_document_has_attachments),
6575         (ev_document_get_attachments):
6576         * pdf/ev-poppler.cc: (pdf_document_has_attachments),
6577         (attachment_save_to_buffer), (pdf_document_get_attachments),
6578         (pdf_document_document_iface_init):
6579         * shell/Makefile.am:
6580         * shell/ev-attachment-bar.[ch]:
6581         * shell/ev-window.c:
6582
6583         Add support for PDF attachments. Fixes bug #325143
6584
6585 2006-04-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6586
6587         * backend/ev-document-factory.c: (get_document_from_uri),
6588         (ev_document_factory_get_document):
6589         * backend/ev-document-factory.h:
6590         * properties/ev-properties-main.c: (ev_properties_get_pages):
6591         * shell/Makefile.am:
6592         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
6593         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
6594         (ev_job_queue_remove_job):
6595         * shell/ev-job-queue.h:
6596         * shell/ev-job-xfer.c:
6597         * shell/ev-job-xfer.h:
6598         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
6599         (ev_job_fonts_new), (ev_job_fonts_run), (ev_job_xfer_init),
6600         (ev_job_xfer_dispose), (ev_job_xfer_class_init), (ev_job_xfer_new),
6601         (ev_job_xfer_run):
6602         * shell/ev-jobs.h:
6603         * shell/ev-window.c: (ev_window_is_empty),
6604         (password_dialog_response), (ev_window_clear_xfer_job),
6605         (ev_window_xfer_job_cb), (ev_window_open_uri),
6606         (ev_window_cmd_focus_page_selector),
6607         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
6608         (ev_window_cmd_continuous), (ev_window_cmd_dual),
6609         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
6610         (ev_window_dispose):
6611         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
6612         
6613         * Cleanup mime type detection on document load. Fix for the
6614         bug #336448.
6615
6616 2006-04-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6617
6618         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
6619         
6620         Fix crash on exit, described in the bug #336825.
6621
6622 2006-03-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6623
6624         * backend/ev-document-factory.c:
6625         (ev_document_factory_get_from_mime),
6626         (ev_document_factory_get_all_mime_types), (get_document_from_uri),
6627         (ev_document_factory_get_document),
6628         (file_filter_add_mime_list_and_free),
6629         (ev_document_factory_add_filters):
6630         * backend/ev-document-factory.h:
6631         * properties/ev-properties-main.c: (ev_properties_get_pages):
6632         * shell/Makefile.am:
6633         * shell/ev-application.c:
6634         * shell/ev-job-xfer.c: (ev_job_xfer_run):
6635         * shell/ev-window.c: (ev_window_cmd_file_open),
6636         (ev_window_cmd_save_as):
6637         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
6638         
6639         Rework factory functions so they are placed now in a single 
6640         file ev-document-factory.c
6641
6642 2006-03-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6643
6644         * shell/ev-window.c: (update_chrome_visibility):
6645         
6646         Fix for the bug 166566 - don't show menubar in fullscreen
6647         mode.
6648
6649 2006-03-22  Tommi Vainikainen  <thv@iki.fi>
6650
6651         * configure.ac (ALL_LINGUAS): Added Dzongkha (dz).
6652
6653 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6654
6655         * shell/ev-view.c: (ev_view_expose_event):
6656         
6657         More correctly draw loading text when document
6658         is empty.
6659
6660 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6661
6662         * shell/ev-view.c: (ev_view_scroll):
6663         
6664         Fix for the bug #334854, page down and page up switch
6665         pages in presentation mode.
6666
6667 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6668
6669         * shell/ev-window.c: (ev_window_set_action_sensitive),
6670         (ev_window_setup_action_sensitivity), (ev_window_update_actions),
6671         (ev_window_set_view_accels_sensitivity),
6672         (update_chrome_visibility), (ev_window_cmd_focus_page_selector),
6673         (ev_window_cmd_continuous), (ev_window_cmd_dual),
6674         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
6675         (find_changed_cb), (page_changed_cb), (ev_window_setup_document),
6676         (ev_window_cmd_edit_find), (ev_window_set_page_mode),
6677         (ev_window_cmd_edit_toolbar_cb), (ev_window_zoom_changed_cb),
6678         (ev_window_has_selection_changed_cb), (find_bar_search_changed_cb),
6679         (view_actions_focus_in_cb), (ev_window_init):
6680         
6681         Fix for the bug #333902, now it's possible to search
6682         words with slash.
6683
6684 2006-03-16  Jérémy Ar Floc'h <jérémy.lefloch@gmail.com>
6685
6686         * configure.ac: Added Breton translation.
6687         * po/br.po: Added Breton translation.
6688
6689 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
6690
6691         * shell/ev-window-title (ev_window_title_update):
6692
6693         Fix memory leak in window title. Fixes bug #333944
6694
6695 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
6696
6697         * shell/ev-metadata-manager.c (parseItem):
6698
6699         Fix memory leaks. Fixes bug #333945
6700
6701 2006-03-13  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6702         
6703         * NEWS, configure.ac, TODO:
6704         
6705         Update for release 0.5.2.
6706
6707 2006-03-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6708
6709         * shell/ev-view.c: (view_update_range_and_current_page),
6710         (page_changed_cb):
6711         
6712         Don't jump on scrolling, fix for the bug #333127.
6713
6714 2006-03-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6715
6716         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
6717         
6718         Scroll by one page in presentation mode. Fix for the bug
6719         #332993.
6720
6721 2006-03-01  Vladimer SIchinava <vlsichinava@gmail.com>
6722
6723         * configure.ac: Added ka (Georgian) to ALL_LINGUAS line.
6724
6725 2006-02-28  Clytie Siddall <clytie@riverland.net.au>
6726
6727         * configure.ac  Added lv in ALL_LINGUAS line.
6728
6729 2006-02-27  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6730         
6731         * NEWS, configure.ac:
6732         
6733         Update for release 0.5.1
6734
6735 2006-02-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
6736
6737         * backend/ev-document-misc.c: (ev_document_misc_paint_one_page):
6738         * backend/ev-document-misc.h:
6739         * shell/ev-view.c: (draw_one_page):
6740         
6741          Clairfy what page the toolbar page number applies to. Fix
6742          for the bug #328102.
6743
6744 2006-02-24  Stanislav Slusny <slusnys@gmail.com>
6745
6746         * shell/ev-view-private.h:
6747         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_event),
6748         (ev_view_init), (find_changed_cb), (ev_view_find_previous),
6749         (ev_view_search_changed):
6750         * shell/ev-view.h:
6751         * shell/ev-window.c: (find_bar_search_changed_cb):
6752         
6753         Dont't jump to find result if window was scrolled during search.
6754         Fix for the bug #313266.
6755
6756 2006-02-21  Stanislav Slusny <slusnys@gmail.com>
6757
6758         * shell/eggfindbar.c: (egg_find_bar_class_init):
6759         * shell/eggfindbar.h:
6760         * shell/ev-view-accessible.c: (ev_view_accessible_idle_do_action):
6761         * shell/ev-view-private.h:
6762         * shell/ev-view.c: (add_scroll_binding_keypad), (ev_view_scroll),
6763         (ev_view_class_init), (ev_sizing_mode_get_type),
6764         (ev_scroll_type_get_type):
6765         * shell/ev-view.h:
6766         * shell/ev-window.c: (ev_window_cmd_scroll_forward),
6767         (ev_window_cmd_scroll_backward), (find_bar_scroll),
6768         (ev_window_init):
6769         
6770         Fix for the bug 319133 - Find entry should allow text scroll.
6771
6772 2006-02-20  Antoine Dopffer <antoine.dopffer@free.fr>
6773
6774         * shell/ev-view-private.h:
6775         * shell/ev-view.c: (view_update_range_and_current_page),
6776         (highlight_find_results), (find_changed_cb), (page_changed_cb),
6777         (ev_view_set_document), (update_find_status_message),
6778         (jump_to_find_result), (jump_to_find_page), (ev_view_find_next),
6779         (ev_view_find_previous):
6780         
6781         Fix for the bug #319137. Search now takes account for scrolling.
6782
6783 2006-02-19  Michael Hofmann <mh21@piware.de>
6784
6785         * configure.ac:
6786         * djvu/Makefile.am:
6787         * djvu/djvu-document-private.h:
6788         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
6789         (djvu_handle_events), (djvu_document_load), (djvu_document_save),
6790         (djvu_document_get_page_size), (djvu_document_render_pixbuf),
6791         (djvu_document_can_get_text), (djvu_document_get_text),
6792         (djvu_document_document_iface_init),
6793         (djvu_document_thumbnails_get_thumbnail),
6794         (djvu_document_find_begin), (djvu_document_find_get_n_results),
6795         (djvu_document_find_get_result),
6796         (djvu_document_find_page_has_results),
6797         (djvu_document_find_get_progress), (djvu_document_find_cancel),
6798         (djvu_document_find_iface_init):
6799         * djvu/djvu-text-page.c: (djvu_text_page_selection_process),
6800         (djvu_text_page_selection), (djvu_text_page_limits_process),
6801         (djvu_text_page_limits), (djvu_text_page_copy),
6802         (djvu_text_page_position), (djvu_text_page_union),
6803         (djvu_text_page_sexpr_process), (djvu_text_page_sexpr),
6804         (djvu_text_page_box), (djvu_text_page_append_text),
6805         (djvu_text_page_search), (djvu_text_page_prepare_search),
6806         (djvu_text_page_new), (djvu_text_page_free):
6807         * djvu/djvu-text-page.h:
6808         * djvu/djvu-text.c: (djvu_text_idle_callback), (djvu_text_new),
6809         (djvu_text_copy), (djvu_text_free), (djvu_text_get_text),
6810         (djvu_text_n_results), (djvu_text_has_results),
6811         (djvu_text_get_result), (djvu_text_get_progress):
6812         * djvu/djvu-text.h:
6813         
6814         Text search in djvu. Fix for the bug #303415.
6815
6816 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6817
6818         * configure.ac:
6819         * shell/ev-window.c: (ev_window_cmd_save_as):
6820         
6821         Ask filechooser to confirm overwrite. Fix for the bug #328266.
6822         Thanks to Gary Coady <gary@lyranthe.org>
6823
6824 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6825
6826         * shell/ev-print-job.c: (idle_print_handler):
6827         
6828         Inverse order printing, bug #320919.
6829
6830 2006-02-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6831
6832         * data/evince-toolbar.xml:
6833         * shell/ev-window.c:
6834         
6835         Allow to add sidebar checkbutton on toolbar. Fix
6836         for the bug #144577.
6837
6838 2006-02-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6839
6840         * ps/ps-document.c: (push_pixbuf), (setup_pixmap):
6841         
6842         Add checks that have sense for empty ps document.
6843
6844 2006-02-15  Luca Ferretti <elle.uca@libero.it>
6845
6846         * configure.ac: Include PS in mime types list. 
6847
6848 2006-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6849
6850         * configure.ac:
6851         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
6852         * ps/gsdefaults.h:
6853         * ps/ps-document.c: (start_interpreter), (ps_document_load):
6854         
6855         Runtime check for gs interpreter. Fix for the bug #320868.
6856         Thanks to Antoine Dopffer antoine.dopffer@free.fr
6857
6858 2006-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
6859
6860         * shell/ev-application.c: 
6861
6862         Use DBUS_NAME_FLAG_DO_NOT_QUEUE flag in RequestName method when
6863         dbus>=0.60, so that the request is not queued. 
6864
6865 2006-02-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6866
6867         * configure.ac:
6868         * shell/Makefile.am:
6869         * shell/ev-sidebar-links.c: (print_section_cb):
6870         * shell/ev-utils.c:
6871         * shell/ev-utils.h:
6872         * shell/ev-window.c: (update_action_sensitivity),
6873         (ev_window_close_dialogs), (ev_window_print):
6874         * shell/ev-window.h:
6875         
6876         Make printing support optional. Patch from Eduardo de Barros Lima
6877         <eduardo.lima@indt.org.br> for the bug #330546.
6878
6879 2006-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6880
6881         * shell/ev-view-private.h:
6882         * shell/ev-view.c: (ev_view_expose_event), (ev_view_set_loading),
6883         (ev_view_set_document):
6884         * shell/ev-view.h:
6885         * shell/ev-window.c: (ev_window_load_job_cb),
6886         (ev_window_xfer_job_cb), (ev_window_open_uri), (ev_window_dispose),
6887         (ev_window_init):
6888
6889         Draw Loading message during xfer job. Fix for the bug #329495.
6890
6891 2006-02-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6892
6893         * comics/comics-document.c: (comics_regex_quote),
6894         (comics_document_load), (extract_argv):
6895         
6896         Correcly quote regexp before passing it to unzip.
6897
6898 2006-02-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6899
6900         * shell/ev-page-cache.c: (build_height_to_page),
6901         (ev_page_cache_new), (ev_page_cache_get_max_label_chars),
6902         (ev_page_cache_get_dual_even_left):
6903         * shell/ev-page-cache.h:
6904         * shell/ev-view.c: (view_update_range_and_current_page),
6905         (get_page_y_offset), (get_page_extents):
6906         
6907         Place even pages to the left if document has less then
6908         two pages. Fix for the bug #328856.
6909
6910 2006-01-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6911
6912         * thumbnailer/evince-thumbnailer-comics.schemas.in:
6913         
6914         Correct comics scheme. This make evince create thumbnails
6915         for comic books. Fix for the bug 329088.
6916
6917 2006-01-31  Christopher Aillon  <caillon@redhat.com>
6918
6919         * data/evince-password.glade: Don't explicitly set
6920         invisible_char to the current default value in case
6921         the default changes; let GTK+ do its magic.
6922
6923 2006-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6924
6925         * shell/ev-job-xfer.c: (ev_job_xfer_run): Append
6926         real filename to tmp filename since often document
6927         type is determined by extension.
6928
6929 2006-01-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
6930
6931         * shell/ev-view.c: (add_scroll_binding_keypad),
6932         (ev_view_binding_activated), (ev_view_class_init):
6933         
6934         Add keybindings for percision-scrolling of display area. 
6935         Fix for the bug #314072.
6936
6937 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6938
6939         * data/evince.desktop.in.in:
6940         
6941         Add GTK to the list of categories. Fix for the bug #328034.
6942
6943 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6944
6945         * shell/ev-application.c: (ev_application_shutdown),
6946         (ev_application_set_chooser_uri), (ev_application_get_chooser_uri):
6947         * shell/ev-application.h:
6948         * shell/ev-window.c: (file_open_dialog_response_cb),
6949         (ev_window_cmd_file_open):
6950         
6951         Save last uri in file chooser dialog. Fix for the bug #327950.
6952
6953 2006-01-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6954
6955         * NEWS:
6956         * README:
6957         
6958         Final update for release 0.5.0
6959         
6960         * shell/Makefile.am:
6961         
6962         Remove disable deprecated until we'll require libgnome-2.13.7
6963         and port to GOption argument parsing. See bug 327518.
6964
6965 2006-01-19  Jani Monoses <jani.monoses@gmail.com>
6966
6967         * comics/comics-document.c: (comics_document_save):
6968         * djvu/djvu-document.c: (djvu_document_save):
6969         * dvi/dvi-document.c: (dvi_document_save):
6970         * lib/ev-file-helpers.c: (ev_tmp_filename), (ev_xfer_uri_simple):
6971         * lib/ev-file-helpers.h:
6972         * pixbuf/pixbuf-document.c: (pixbuf_document_save):
6973         * tiff/tiff-document.c: (tiff_document_save):
6974         
6975         Use common save function for backends.
6976
6977 2006-01-18  Jani Monoses <jani.monoses@gmail.com>
6978
6979         * backend/ev-document-types.c:
6980         
6981         Fix crash on saving pixbuf.
6982
6983 2006-01-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6984
6985         * cut-n-paste/recent-files/egg-recent-item.c:
6986         (get_uri_shortname_for_display), (egg_recent_item_get_short_name):
6987         * cut-n-paste/recent-files/egg-recent-model.c: (parse_info_init),
6988         (parse_info_free), (valid_element), (start_element_handler),
6989         (end_element_handler), (text_handler), (egg_recent_model_filter),
6990         (egg_recent_model_monitor_cb), (egg_recent_model_poll_timeout),
6991         (egg_recent_model_monitor), (egg_recent_model_read),
6992         (egg_recent_model_open_file), (egg_recent_model_lock_file),
6993         (egg_recent_model_unlock_file), (egg_recent_model_finalize),
6994         (egg_recent_model_set_property), (egg_recent_model_class_init),
6995         (egg_recent_model_init), (egg_recent_model_add_full),
6996         (egg_recent_model_delete), (egg_recent_model_get_list),
6997         (egg_recent_model_clear), (egg_recent_model_clear_mime_filter),
6998         (egg_recent_model_set_filter_mime_types),
6999         (egg_recent_model_clear_group_filter),
7000         (egg_recent_model_set_filter_groups),
7001         (egg_recent_model_clear_scheme_filter),
7002         (egg_recent_model_set_filter_uri_schemes),
7003         (egg_recent_model_remove_expired):
7004         * cut-n-paste/recent-files/egg-recent-util.c:
7005         (egg_recent_util_get_icon):
7006         * cut-n-paste/recent-files/egg-recent-util.h:
7007         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
7008         (connect_proxy_cb), (egg_recent_view_uimanager_set_list),
7009         (egg_recent_view_uimanager_set_empty_list), (model_changed_cb),
7010         (egg_recent_view_uimanager_set_property),
7011         (egg_recent_view_uimanager_get_property),
7012         (egg_recent_view_uimanager_class_init),
7013         (egg_recent_view_uimanager_init),
7014         (egg_recent_view_uimanager_set_label_width),
7015         (egg_recent_view_uimanager_get_label_width):
7016         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
7017         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
7018         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
7019         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
7020         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
7021         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
7022         
7023         Update from libegg.
7024
7025 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7026
7027         * shell/ev-page-cache.c: (build_height_to_page),
7028         (ev_page_cache_get_height_to_page):
7029         * shell/ev-page-cache.h:
7030         * shell/ev-view.c: (view_update_range_and_current_page),
7031         (get_page_y_offset), (get_page_extents), (ev_view_next_page),
7032         (ev_view_previous_page):
7033         
7034         Dual mode places even pages to the left. Fix for the bug #309393.
7035
7036         * shell/ev-view.h:
7037         * shell/ev-window.c: (update_action_sensitivity),
7038         (setup_view_from_metadata), (view_menu_popup_cb):
7039         
7040         Don't restore presentation in empty windows, more intelligent
7041         next page behaviour in dual mode.
7042
7043         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
7044         (ev_pixbuf_cache_clear_job_sizes):
7045         
7046         Cleanup job callback on removal. Fix for the bug #325886.
7047
7048 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7049
7050         * ps/ps.c: (psscan):
7051         
7052         Commit workaround Mozilla problem. Fix for the bug #325919
7053         
7054         * shell/ev-metadata-manager.c: (parse_value), (parseItem),
7055         (save_item):
7056         
7057         Fix for year 2038 problem.
7058
7059 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7060
7061         * shell/ev-window.c: (setup_document_from_metadata),
7062         (ev_window_cmd_view_reload):
7063
7064         Clamp page recieved from metadata in valid values. Fix
7065         for the bug #325986.
7066
7067 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7068
7069         * MAINTAINERS: 
7070         Add MAINTAINERS as requested on desktop-devel-list.
7071
7072 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7073
7074         * backend/ev-document-factory.c: (gdk_pixbuf_mime_type_list),
7075         (mime_type_supported_by_gdk_pixbuf),
7076         (ev_document_factory_get_mime_types),
7077         (ev_document_factory_get_all_mime_types):
7078         
7079         Don't add pixbuf mime types if pixbuf backend is disabled.
7080         
7081         * shell/ev-application.c: (ev_application_get_uri_window):
7082         
7083         Fix for the bug 325815 - unhandled MIME type message doesn't 
7084         appear a second time. 
7085         
7086         * shell/ev-document-types.c: (ev_document_types_add_filters):
7087         * shell/ev-window.c: (page_changed_cb), (ev_window_setup_document),
7088         (password_dialog_response), (ev_window_popup_password_dialog),
7089         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
7090         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
7091         (ev_window_run_presentation), (ev_window_stop_presentation),
7092         (save_sizing_mode), (ev_window_zoom_changed_cb),
7093         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
7094         (ev_window_dual_mode_changed_cb),
7095         (ev_window_sidebar_current_page_changed_cb),
7096         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
7097         (window_state_event_cb), (window_configure_event_cb):
7098         
7099         Cleanup additional uris holded by EvWindow.
7100
7101 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7102
7103         * shell/ev-view.c: (ev_view_scroll), (ev_view_previous_page),
7104         (ev_view_can_previous_page), (ev_view_can_next_page):
7105         * shell/ev-view.h:
7106         * shell/ev-window.c: (update_action_sensitivity):
7107         
7108         Two page scrolling with Space and PageUp in dual mode. Second fix 
7109         for the bug #316608.
7110
7111 2006-01-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7112
7113         * shell/ev-view.c: (scroll_to_current_page):
7114         
7115         Correctly clamp adjustment value. Fix for the bug
7116         #325808.
7117
7118 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7119
7120         * shell/ev-sidebar-links.c: (print_section_cb):
7121         * shell/ev-window.c: (ev_window_get_uri),
7122         (ev_window_close_dialogs), (ev_window_open_uri), (ev_window_print),
7123         (ev_window_print_dialog_response_cb), (ev_window_print_range),
7124         (ev_window_dispose):
7125         
7126         Make print dialog non-modal. Fix for the bug #325622.
7127
7128 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7129
7130         * shell/ev-metadata-manager.c:
7131         * shell/ev-utils.c: (using_pdf_printer),
7132         (using_postscript_printer), (load_print_config_from_file),
7133         (save_print_config_to_file):
7134         * shell/ev-utils.h:
7135         * shell/ev-window.c: (update_sizing_buttons), (page_changed_cb),
7136         (update_sidebar_visibility), (setup_sidebar_from_metadata),
7137         (setup_view_from_metadata), (ev_window_setup_document),
7138         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
7139         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
7140         (ev_window_run_presentation), (ev_window_stop_presentation),
7141         (save_sizing_mode), (ev_window_zoom_changed_cb),
7142         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
7143         (ev_window_dual_mode_changed_cb),
7144         (ev_window_sidebar_current_page_changed_cb),
7145         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
7146         (window_state_event_cb), (window_configure_event_cb),
7147         (ev_window_init):
7148         
7149         Setting saving behaviour fixes.
7150
7151 2005-12-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7152
7153         * configure.ac:
7154         
7155         Make antialiasing gs options better and allow
7156         to change them during configure. Fix for the 
7157         bug #319049.
7158
7159 2005-12-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7160
7161         * shell/ev-window.c: (setup_view_from_metadata):
7162         
7163         Remember if last window was maximized. Fix for the
7164         bug #323797.
7165
7166 2005-12-28  Abel Cheung  <maddog@linuxhall.org>
7167
7168         * configure.ac: Added "zh_HK" to ALL_LINGUAS.
7169
7170 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7171
7172         * backend/ev-link.c: (ev_link_get_page), (ev_link_init):
7173         * shell/ev-page-action.c: (build_new_tree_cb):
7174         * shell/ev-sidebar-links.c: (links_page_num_func),
7175         (update_page_callback_foreach), (update_page_callback):
7176         * shell/ev-view.c: (scroll_to_current_page):
7177         
7178         Fix for the bug #325067 with more intelligent selection
7179         of current link in sidebar. Make sidebar handle links
7180         of FITR-like type more correctly.
7181
7182         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
7183         (dvi_pixbuf_put_pixel):
7184         
7185         Fix memory consumtion with disabled alpha channel.
7186
7187 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7188
7189         * data/evince-ui.xml:
7190         * shell/ev-window.c: (view_menu_popup_cb),
7191         (ev_popup_cmd_open_link), (ev_window_init):
7192         
7193         Update context menu for internal links. Fix for the bug
7194         #325066.
7195
7196 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7197
7198         * shell/ev-view.c: (ev_view_popup_menu), (ev_view_class_init):
7199         
7200         Bind context menu to keyboard also. Fix for the bug
7201         #325065.
7202
7203 2005-12-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7204
7205         * shell/ev-view.c: (selection_scroll_timeout_cb):
7206         
7207         Horizontal scroll on selection also.
7208
7209 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7210
7211         * shell/ev-metadata-manager.c: (parse_value):
7212         * shell/ev-view.c: (goto_xyz_link):
7213         
7214         Correct zoom setup and metadata save broken in 
7215         some locales.
7216
7217 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7218
7219         * shell/ev-view-private.h:
7220         * shell/ev-view.c: (scroll_to_current_page),
7221         (view_set_adjustment_values), (goto_fitr_link), (goto_fitv_link),
7222         (goto_fith_link), (goto_fit_link), (goto_xyz_link),
7223         (page_changed_cb), (ev_view_set_continuous),
7224         (ev_view_set_dual_page), (ev_view_set_presentation):
7225         
7226         Delay scroll until allocation to correctly position page. Fix
7227         for the bug #317334.
7228
7229 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7230
7231         * NEWS:
7232         * configure.ac:
7233         
7234         Update NEWS and require poppler 0.5.0.
7235
7236 2005-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
7237         
7238         * data/evince-ui.xml:
7239         * shell/ev-view-private.h:
7240         * shell/ev-view.c: (ev_view_get_link_at_location),
7241         (handle_link_over_xy), (ev_view_button_press_event),
7242         (ev_view_button_release_event), (ev_view_class_init):
7243         * shell/ev-window.c: (view_menu_popup_cb), (ev_window_dispose),
7244         (ev_popup_cmd_open_link), (ev_popup_cmd_copy_link_address),
7245         (ev_window_init):
7246         
7247         Implement right-click context menu.
7248
7249 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7250
7251         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
7252         * dvi/pixbuf-device.c: (dvi_pixbuf_create_image),
7253         (mdvi_pixbuf_device_render):
7254         * pdf/ev-poppler.cc:
7255
7256         Don't generate thumbnails with alpha. See bug #324077.
7257         Thanks to Jeroen Zwartepoorte <jeroen.zwartepoorte@gmail.com>.
7258
7259 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7260
7261         * shell/ev-window.c: (setup_chrome_from_metadata):
7262         
7263         Fix typo that was hiding toolbar.
7264
7265 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7266
7267         * shell/ev-view-private.h:
7268         * shell/ev-view.c: (ev_view_realize), (selection_update_idle_cb),
7269         (selection_scroll_timeout_cb), (ev_view_motion_notify_event),
7270         (ev_view_button_release_event), (ev_view_destroy):
7271         
7272         Small cleanup and autoscrolling during selection. Thanks to 
7273         Ricardo Markiewicz  <rmarkie@fi.uba.ar>.
7274
7275 2005-12-22  Jani Monoses <jani.monoses@gmail.com>
7276
7277         * configure.ac:
7278         
7279         Correctly check for comics option.
7280
7281 2005-12-21  Eduardo Lima <eduardo.lima@indt.org.br>
7282         * Makefile.am:
7283         * configure.ac:
7284         * backend/Makefile.am:
7285         * backend/ev-document-factory.c:
7286         * shell/ev-document-types.c:
7287
7288         Included option in configure to make ps backend 
7289         compilation optional with --disable-ps.
7290
7291 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7292
7293         * backend/ev-document-factory.c:
7294         * comics/Makefile.am:
7295         * comics/comics-document.c: (comics_document_load):
7296         * comics/ev-cbr-mime.xml:
7297         * configure.ac:
7298         
7299         Comics mime types are added to shared-mime-info CVS. Now
7300         we don't need to install our own mime types.
7301
7302 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7303
7304         * shell/ev-window.c:
7305         
7306         Add shortcut for "save a copy" menu entry. Fix for
7307         the bug #324582.
7308
7309 2005-12-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7310
7311         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
7312         (job_finished_cb), (new_selection_pixbuf_needed),
7313         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
7314         (clear_job_selection), (ev_pixbuf_cache_set_selection_list):
7315         
7316         Rework selection job info logic and fix critical warning.
7317
7318 2005-12-17  Abel Cheung  <maddog@linuxhall.org>
7319
7320         * configure.ac: Added "cy" "fa" "mk" "vi" to ALL_LINGUAS.
7321
7322 2005-11-27  Jaap A. Haitsma <jaap@haitsma.org>
7323
7324         * data/evince-ui.xml:
7325         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
7326         
7327         Enter as shortcut key for next page. Fix for the bug
7328         #321394.
7329
7330 2005-11-18  Ales Nyakhaychyk  <nab@mail.by>
7331
7332         * configure.ac: Added "be" (Belarusian) to ALL_LINGUAS.
7333
7334 2005-11-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7335
7336         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
7337         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
7338         (new_selection_pixbuf_needed),
7339         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
7340         (clear_job_selection):
7341         
7342         Too early for 0.5. Pixbuf cache code cleaned a bit.
7343
7344 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7345
7346         * NEWS:
7347         * configure.ac:
7348         
7349         Release 0.5.0 preparation
7350
7351 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7352
7353         * comics/Makefile.am:
7354         * configure.ac:
7355         * shell/ev-document-types.c: (ev_document_types_add_filters):
7356         
7357         More advanced handling of custom mime type installation.
7358
7359 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7360
7361         * data/evince.schemas.in:
7362         * shell/ev-metadata-manager.c: (value_free),
7363         (ev_metadata_manager_get_last), (ev_metadata_manager_set_last),
7364         (ev_metadata_manager_get), (ev_metadata_manager_set):
7365         * shell/ev-metadata-manager.h:
7366         * shell/ev-window.c: (update_chrome_flag),
7367         (ev_window_cmd_focus_page_selector), (update_sidebar_visibility),
7368         (setup_document_from_metadata), (setup_chrome_from_metadata),
7369         (setup_sidebar_from_metadata), (setup_view_from_metadata),
7370         (ev_window_cmd_edit_find), (ev_window_cmd_escape),
7371         (ev_window_view_toolbar_cb),
7372         (ev_window_sidebar_visibility_changed_cb), (find_bar_close_cb),
7373         (view_actions_focus_in_cb), (ev_window_init), (ev_window_new):
7374         
7375         Save last document settings and reuse them for new documents.
7376
7377 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7378
7379         * Makefile.am:
7380         * backend/Makefile.am:
7381         * backend/ev-document-factory.c:
7382         * backend/ev-document-factory.h:
7383         * comics/Makefile.am:
7384         * comics/comics-document.c: (G_DEFINE_TYPE_WITH_CODE),
7385         (comics_document_load), (comics_document_save),
7386         (comics_document_get_n_pages), (comics_document_get_page_size),
7387         (get_page_size_area_prepared_cb), (comics_document_render_pixbuf)       (render_pixbuf_size_prepared_cb), (comics_document_finalize),
7388         (comics_document_class_init), (comics_document_can_get_text),
7389         (comics_document_get_info), (comics_document_document_iface_init),
7390         (comics_document_init), (get_supported_image_extensions),
7391         (comics_document_thumbnails_get_geometry),
7392         (comics_document_thumbnails_get_thumbnail),
7393         (comics_document_thumbnails_get_dimensions),
7394         (comics_document_document_thumbnails_iface_init), (extract_argv):
7395         * comics/comics-document.h:
7396         * comics/ev-cbr-mime.xml:
7397         * configure.ac:
7398         * po/POTFILES.in:
7399         * shell/ev-application.c: (ev_application_register_service):
7400         * shell/ev-document-types.c: (ev_document_types_add_filters):
7401         * thumbnailer/Makefile.am:
7402         * thumbnailer/evince-thumbnailer-comics.schemas.in:
7403         
7404         New CBR/CBZ backend for comic books.
7405
7406 2005-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7407
7408         * shell/main.c: (load_files_remote):
7409
7410         Thanks to Robert McQueen <robot101@debian.org>. Dbus
7411         warning on startup of second instance is fixed. It
7412         is bug #320353.
7413
7414 2005-10-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7415
7416         * shell/ev-window.c: (ev_window_finalize):
7417         
7418         Fix double free that cause crash.
7419
7420 2005-10-29  Bastien Nocera <hadess@hadess.net>
7421
7422         * tiff/tiff-document.c: (tiff_document_load):
7423         
7424         Fix memory leak.
7425
7426 2005-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7427
7428         * po/POTFILES.in:
7429         * shell/Makefile.am:
7430         * shell/ev-view-accessible.c: (ev_view_accessible_get_priv),
7431         (ev_view_accessible_free_priv), (ev_view_accessible_class_init),
7432         (ev_view_accessible_get_text),
7433         (ev_view_accessible_get_character_at_offset),
7434         (ev_view_accessible_get_text_before_offset),
7435         (ev_view_accessible_get_text_at_offset),
7436         (ev_view_accessible_get_text_after_offset),
7437         (ev_view_accessible_get_character_count),
7438         (ev_view_accessible_get_caret_offset),
7439         (ev_view_accessible_set_caret_offset),
7440         (ev_view_accessible_get_run_attributes),
7441         (ev_view_accessible_get_default_attributes),
7442         (ev_view_accessible_get_character_extents),
7443         (ev_view_accessible_get_offset_at_point),
7444         (ev_view_accessible_get_n_selections),
7445         (ev_view_accessible_get_selection),
7446         (ev_view_accessible_add_selection),
7447         (ev_view_accessible_remove_selection),
7448         (ev_view_accessible_set_selection),
7449         (ev_view_accessible_text_iface_init),
7450         (ev_view_accessible_idle_do_action),
7451         (ev_view_accessible_action_do_action),
7452         (ev_view_accessible_action_get_n_actions),
7453         (ev_view_accessible_action_get_description),
7454         (ev_view_accessible_action_get_name),
7455         (ev_view_accessible_action_set_description),
7456         (ev_view_accessible_action_iface_init),
7457         (ev_view_accessible_get_type), (ev_view_accessible_new),
7458         (ev_view_accessible_factory_get_accessible_type),
7459         (ev_view_accessible_factory_create_accessible),
7460         (ev_view_accessible_factory_class_init),
7461         (ev_view_accessible_factory_get_type):
7462         * shell/ev-view-accessible.h:
7463         * shell/ev-view-private.h:
7464         * shell/ev-view.c: (ev_view_get_accessible), (ev_view_class_init):
7465         * shell/ev-view.h:
7466         
7467         Initial accessibility support.
7468
7469 2005-10-27  Erdal Ronahi  <erdal.ronahi@gmail.com>
7470
7471         * configure.ac: Added ku (Kurdish) to ALL_LINGUAS
7472
7473 2005-10-26  Hubert Figuiere <hfiguiere@teaser.fr>
7474
7475         * shell/ev-print-job.c: (idle_print_handler):
7476         
7477         Fix for bug Bug 318916: Printing multiple pages.
7478
7479 2005-10-20  Runa Bhattacharjee  <runa@bengalinux.org>
7480
7481         * configure.ac: Added "bn" (Bengali) to ALL_LINGUAS.
7482
7483 2005-10-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7484
7485         * pdf/ev-poppler.cc:
7486         
7487         Thumnail dimensions unified with other backends.
7488         
7489         * shell/ev-window-title.c: (ev_window_title_update):
7490         
7491         Fix warning.
7492
7493 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7494
7495         * data/ev-stock-zoom-fit-width.png:
7496         
7497         Remove unused file.
7498
7499 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7500
7501         * configure.ac:
7502         * djvu/djvu-document.c: (djvu_document_load), (djvu_document_save),
7503         (djvu_document_finalize):
7504         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_save),
7505         (dvi_document_finalize):
7506         * pixbuf/pixbuf-document.c: (pixbuf_document_load),
7507         (pixbuf_document_save), (pixbuf_document_finalize):
7508         * tiff/tiff-document.c: (tiff_document_load), (tiff_document_save),
7509         (tiff_document_finalize):
7510         
7511         Save a copy implemented for various backends.
7512
7513 2005-10-17  Daniel Gryniewicz <dang@gentoo.org>
7514
7515         * configure.ac:
7516         
7517         Don't link with ltiff if tiff is disabled.
7518
7519 2005-10-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7520
7521         * pdf/GDKSplashOutputDev.cc:
7522         * pdf/GDKSplashOutputDev.h:
7523         * pdf/Thumb.cc:
7524         * pdf/Thumb.h:
7525         * pdf/pdf-document.cc:
7526         * pdf/pdf-document.h:
7527         * pdf/test-gdk-output-dev.cc:
7528         
7529         Remove old unused files.
7530
7531 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7532
7533         * shell/ev-window.c: (ev_window_setup_document):
7534         
7535         Fixed warnings on reload and probably crash reason.
7536
7537 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7538
7539         * properties/ev-properties-view.c:
7540         (ev_properties_view_format_date):
7541         
7542         Check if date is invalid. Fix for bug 318134.
7543
7544 2005-10-02  Wouter Bolsterlee <uws+gnome@xs4all.nl>
7545
7546         * shell/ev-window-title.c:
7547         
7548         Add .indd files (Adobe Indesign) to the list of "bad
7549         extensions".
7550
7551 2005-10-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7552
7553         * data/evince-ui.xml:
7554         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
7555         
7556         Add <ctrl>KP_Add and <ctrl>KP_Substract bindings.
7557
7558 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
7559
7560         * shell/ev-window.c: (launch_link), (launch_external_uri),
7561         (view_external_link_cb):
7562
7563         URL-escape link before passing it to gnome_vfs_url_show.
7564
7565 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
7566
7567         * shell/ev-view.[ch], shell/ev-window.c: Disable copy action when
7568         there isn't text selected.
7569
7570 2005-09-27  Marco Pesenti Gritti  <mpg@redhat.com>
7571
7572         * shell/ev-view.c: (handle_link_over_xy):
7573
7574         Check tooltip is valid utf8 before showing it
7575
7576 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
7577
7578         * shell/ev-view.c: Allow drag and drop of text. Fixes #316772
7579
7580 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
7581
7582         * shell/ev-window-title.c: (ev_window_title_update):
7583
7584         Guard against using g_strstrip on NULL. Fixes bug #317291.
7585
7586 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
7587
7588         * pdf/ev-poppler.cc:
7589
7590         Show title even for unknown links
7591
7592 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
7593
7594         * shell/ev-window-title.c: (ev_window_title_update):
7595
7596         Strip the title string
7597
7598 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
7599
7600         * shell/ev-window-title.c:
7601
7602         Add .rtf to the bad extensions list
7603
7604 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
7605
7606         * shell/ev-view.c: (doc_point_to_view_point), (goto_fitr_link),
7607         (goto_fitv_link), (goto_fith_link), (goto_xyz_link):
7608
7609         Ignore link coordinates if they are outside page bounds
7610
7611 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
7612
7613         * backend/ev-link.c: (ev_link_type_get_type),
7614         (ev_link_get_filename), (ev_link_get_params),
7615         (ev_link_get_property), (ev_link_set_property),
7616         (ev_window_dispose), (ev_link_class_init), (ev_link_new_launch):
7617         * backend/ev-link.h:
7618         * pdf/ev-poppler.cc:
7619         * shell/ev-view.c: (ev_view_goto_link), (ev_view_class_init):
7620         * shell/ev-window.c: (launch_link), (view_external_link_cb),
7621         (ev_window_init):
7622
7623         Implement launch links. Delegate external link opening to
7624         the window.
7625
7626 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
7627
7628         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_bottom),
7629         (ev_link_get_right), (ev_link_get_property),
7630         (ev_link_set_property), (ev_link_class_init),
7631         (ev_link_new_page_fitv), (ev_link_new_page_fitr):
7632         * backend/ev-link.h:
7633         * pdf/ev-poppler.cc:
7634         * shell/ev-view.c: (goto_fitr_link), (ev_view_goto_link):
7635
7636         Implement fitr links
7637
7638 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
7639
7640         * shell/ev-view.c: (ev_view_get_width), (ev_view_get_height),
7641         (goto_fitv_link), (goto_fith_link), (goto_fit_link),
7642         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
7643         (ev_view_size_request_continuous),
7644         (ev_view_size_request_dual_page),
7645         (ev_view_size_request_single_page), (ev_view_size_allocate),
7646         (ev_view_zoom_for_size_continuous_and_dual_page),
7647         (ev_view_zoom_for_size_continuous),
7648         (ev_view_zoom_for_size_dual_page),
7649         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
7650         (ev_sizing_mode_get_type):
7651         * shell/ev-view.h:
7652         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
7653
7654         Do not use modes for link, we need to calculate size ad hoc.
7655         Still not perfect because of the usual scrollbar issues grrr.
7656
7657 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
7658
7659         * backend/ev-link.c: (ev_link_type_get_type),
7660         (ev_link_new_page_fith), (ev_link_new_page_fitv):
7661         * backend/ev-link.h:
7662         * pdf/ev-poppler.cc:
7663         * shell/ev-view.c: (goto_fitv_link), (goto_fith_link),
7664         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
7665         (ev_view_size_request_continuous),
7666         (ev_view_size_request_dual_page),
7667         (ev_view_size_request_single_page), (ev_view_size_allocate),
7668         (zoom_for_size_fit_height),
7669         (ev_view_zoom_for_size_continuous_and_dual_page),
7670         (ev_view_zoom_for_size_continuous),
7671         (ev_view_zoom_for_size_dual_page),
7672         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
7673         (ev_sizing_mode_get_type):
7674         * shell/ev-view.h:
7675         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
7676
7677         Implement FIT_HEIGHT mode (only for links).
7678         Implement FITH links
7679
7680 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
7681
7682         * shell/ev-window-title.c: (get_filename_from_uri),
7683         (ev_window_title_sanitize_extension), (ev_window_title_update),
7684         (ev_window_title_set_document), (ev_window_title_set_uri),
7685         (ev_window_title_free):
7686         * shell/ev-window-title.h:
7687         * shell/ev-window.c: (ev_window_setup_document),
7688         (ev_window_popup_password_dialog):
7689
7690         Refactor window title building while fixing it for
7691         password documents.
7692
7693 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
7694
7695         * pdf/ev-poppler.cc:
7696
7697         Escape link title before setting it in the model
7698
7699 2005-09-23  Marco Pesenti Gritti  <mpg@redhat.com>
7700
7701         * shell/ev-application.c: (removed_from_session), (save_session),
7702         (init_session), (ev_application_get_empty_window),
7703         (ev_application_init), (ev_application_get_windows):
7704         * shell/ev-application.h:
7705         * shell/ev-window.c: (ev_window_finalize):
7706
7707         Add a function to retrieve window list and share it where
7708         necessary.
7709         Implement session handling, works pretty well thanks to the
7710         metadata system.
7711
7712 2005-09-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7713
7714         * shell/ev-password.c: (ev_password_item_created_callback),
7715         (ev_password_dialog_save_password):
7716         
7717         Fix for bug 316972. Use async gnome-keyring API.
7718
7719 2005-09-22  Christian Persch  <chpe@cvs.gnome.org>
7720
7721         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init):
7722         Remove unused unrealize handler. Add scroll handling to
7723         ev_view_scroll_event for presentation mode (bug #316708),
7724         and fix the event state checks there.
7725
7726 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
7727
7728         * shell/ev-page-action.c: (page_changed_cb):
7729
7730         "marco, maybe we should be crazy and jump right to 6! :)"
7731
7732         Bryan Clark, Sep 2005
7733
7734 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
7735
7736         * ps/ps-document.c: (save_document), (ps_document_save),
7737         (ps_document_ps_export_begin), (ps_document_ps_export_do_page),
7738         (ps_document_ps_export_end):
7739
7740         Fix unstructured documents save and print
7741
7742 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
7743
7744         * shell/ev-application.c: (ev_application_open_uri):
7745
7746         Fix window size persistance
7747
7748 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
7749
7750         * shell/ev-view.c: (ev_view_button_release_event):
7751
7752         Based on a patch from carlosgc@gnome.org. Mouse buttons
7753         switch pages in presentation mode.
7754
7755 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7756
7757         * shell/ev-page-cache.c: (ev_page_cache_get_size):
7758
7759         Dont cast to int before scaling
7760
7761 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7762
7763         * backend/ev-link.c: (ev_link_type_get_type),
7764         (ev_link_new_page_xyz), (ev_link_new_page_fit),
7765         (ev_link_new_page_fith):
7766         * backend/ev-link.h:
7767         * pdf/ev-poppler.cc:
7768         * shell/ev-view.c: (goto_fith_link), (ev_view_goto_link):
7769
7770         Implement FIT and FITH links
7771
7772 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7773
7774         * pdf/ev-poppler.cc:
7775
7776         Return 0 results when search is not in progress.
7777
7778         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
7779         (ev_window_cmd_go_next_page), (find_bar_search_changed_cb):
7780
7781         Update menu sensitivity when cancelling search
7782
7783 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7784
7785         * shell/ev-view.c: (ev_view_can_find_next):
7786
7787         Take all pages in consideration, not just current one
7788
7789 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7790
7791         * shell/ev-page-cache.c:
7792         * shell/ev-page-cache.h:
7793         * shell/ev-view.c: (ev_view_binding_activated),
7794         (ev_view_next_page), (ev_view_previous_page),
7795         (ev_sizing_mode_get_type):
7796         * shell/ev-view.h:
7797         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
7798         (ev_window_cmd_go_next_page):
7799
7800         Move page next/previous functions from page chace to
7801         view and change it to move by 2 page steps in dual mode.
7802
7803 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7804
7805         * shell/ev-window.c: (update_sidebar_visibility),
7806         (setup_sidebar_from_metadata), (ev_window_setup_document),
7807         (setup_view_from_metadata):
7808
7809         Show the index by default when there is one     
7810
7811 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7812
7813         * shell/ev-window-title.c: (ev_window_title_set_document):
7814
7815         Missing null check
7816
7817 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7818
7819         * shell/ev-view.c: (view_update_range_and_current_page):
7820         
7821         Allow display of last odd page in dual view. Fix for 316347.
7822
7823 2005-09-17  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
7824
7825         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
7826         
7827         Make close button default. Fix for 316383.
7828
7829 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7830
7831         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
7832         
7833         Mark close button as default. Fix for 316381.
7834
7835 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
7836
7837         * backend/ev-link.c: (ev_link_class_init):
7838
7839         Allow negative doubles in left/top properties
7840
7841 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
7842
7843         * shell/ev-window.c:
7844
7845         Remove a bunch of strings that was used only
7846         by the statusbar.
7847
7848 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
7849
7850         * shell/ev-window-title.c: (get_filename_from_uri),
7851         (ev_window_title_set_document):
7852
7853         When title has a confusing extension, show also
7854         the document filename inside ()
7855
7856 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
7857
7858         * shell/Makefile.am:
7859         * shell/ev-window-title.c: (ev_window_title_new),
7860         (ev_window_title_update), (ev_window_title_set_type),
7861         (ev_window_title_set_document), (ev_window_title_free):
7862         * shell/ev-window-title.h:
7863         * shell/ev-window.c: (ev_window_setup_document),
7864         (password_dialog_response), (ev_window_popup_password_dialog),
7865         (ev_window_dispose), (ev_window_init):
7866
7867         Factor out and cleanup window title code
7868
7869 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
7870
7871         * shell/ev-window.c: (unable_to_load_dialog_response_cb),
7872         (unable_to_load):
7873
7874         Make dialog transient so it doesnt block other windows
7875
7876 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7877
7878         * pdf/ev-poppler.cc:
7879         
7880         Fix pdf thumbnails rendering.
7881
7882 2005-09-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
7883
7884         * shell/ev-window.c: (fullscreen_set_timeout):
7885         
7886         Increase timeout to hide full screen popup. Bug 
7887         316123. 
7888
7889 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7890
7891         * data/evince.schemas.in:
7892         * shell/ev-window.c: (update_action_sensitivity):
7893
7894         Allow the user to override document restrictions. Fix for bug
7895         305818.
7896
7897 2005-09-13  Christian Persch  <chpe@cvs.gnome.org>
7898
7899         * shell/ev-window.c: (ev_window_update_fullscreen_popup),
7900         (ev_window_create_fullscreen_popup), (ev_window_screen_changed),
7901         (ev_window_class_init): Fix multihead behaviour of fullscreen
7902         toolbar popup. Fixes bug #315451.
7903
7904 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7905
7906         * configure.ac:
7907         * data/evince-password.glade:
7908         * shell/ev-password.c: (ev_password_dialog_set_property),
7909         (ev_password_dialog_finalize), (ev_password_dialog_class_init),
7910         (ev_password_dialog_init), (ev_password_set_bad_password_label),
7911         (ev_password_dialog_entry_changed_cb),
7912         (ev_password_dialog_entry_activated_cb),
7913         (ev_password_dialog_save_password), (ev_password_keyring_found_cb),
7914         (ev_password_search_in_keyring), (ev_password_dialog_get_password),
7915         (ev_password_dialog_set_bad_pass):
7916         * shell/ev-password.h:
7917         * shell/ev-window.c: (password_dialog_response),
7918         (ev_window_popup_password_dialog):
7919         
7920         Support for gnome-keyring for encrypted PDF's.
7921
7922 2005-09-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7923
7924         * shell/ev-view.c: (handle_link_over_xy), (ev_view_realize),
7925         (ev_view_motion_notify_event), (ev_view_leave_notify_event),
7926         (ev_view_enter_notify_event), (ev_view_class_init):
7927         
7928         More precise handling of enter_notify/leave_notify events
7929         in EvView. Fix for bug 315470.
7930
7931 2005-09-08  Christopher Aillon  <caillon@redhat.com>
7932
7933         * shell/ev-window.c: (fullscreen_timeout_cb),
7934         (fullscreen_set_timeout), (fullscreen_clear_timeout),
7935         (ev_window_dispose):
7936
7937         leak fix: unref fullscreen_timeout_source before clearing it
7938
7939 2005-09-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7940
7941         * configure.ac, dvi/mdvi/Makefile.am: 
7942         
7943         Use lt1 instead lt1lib. Thanks to yselkowitz@users.sourceforge.net
7944
7945 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
7946
7947         * backend/ev-link.c: (ev_link_new_page_xyz):
7948         * pdf/ev-poppler.cc:
7949         * shell/ev-view.c: (goto_xyz_link), (ev_view_goto_link):
7950
7951         Fix some bugs with xyz links, respect zoom
7952
7953 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
7954
7955         * shell/ev-window.c: (page_changed_cb),
7956         (setup_document_from_metadata), (update_sidebar_visibility),
7957         (setup_view_from_metadata), (ev_window_run_fullscreen),
7958         (ev_window_stop_fullscreen), (ev_window_run_presentation),
7959         (ev_window_stop_presentation), (ev_window_continuous_changed_cb),
7960         (ev_window_dual_mode_changed_cb),
7961         (ev_window_sidebar_current_page_changed_cb):
7962
7963         null check uri before setting and getting metadata
7964
7965 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
7966
7967         * dvi/Makefile.am:
7968         * properties/Makefile.am:
7969         * shell/Makefile.am:
7970         * thumbnailer/Makefile.am:
7971
7972         Some build fixes for cygwin. Patch by yselkowitz@users.sourceforge.net
7973
7974 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
7975
7976         * shell/ev-sidebar-links.c: (ev_sidebar_links_class_init),
7977         (selection_changed_callback):
7978         * shell/ev-sidebar-links.h:
7979
7980         Add a signal for link activation.
7981
7982         * shell/ev-view.c: (ev_view_goto_link),
7983         (ev_view_button_release_event):
7984         * shell/ev-view.h:
7985         * shell/ev-window.c: (sidebar_links_link_activated_cb),
7986         (ev_window_init):
7987
7988         Implement the signal so that we can handle all link types.
7989
7990         * shell/ev-page-cache.c:
7991
7992         Remove unused set_link function
7993
7994 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
7995
7996         * lib/ev-tooltip.c: (ev_tooltip_set_position):
7997
7998         Add some space from the cursor, hardcoded but I couldnt
7999         find a better way.
8000
8001 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
8002
8003         * lib/ev-tooltip.c:
8004
8005         Use mozilla style vs gtk style, way better for links.
8006
8007         * shell/ev-view.c: (ev_view_motion_notify_event),
8008         (ev_view_destroy), (ev_view_init):
8009
8010         Deactive tooltip when the link hovered is changed.
8011
8012 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
8013
8014         * backend/ev-document.h:
8015         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_top),
8016         (ev_link_get_left), (ev_link_get_zoom), (ev_link_get_property),
8017         (ev_link_set_property), (ev_window_dispose), (ev_link_class_init),
8018         (ev_link_new_page), (ev_link_new_page_xyz):
8019         * backend/ev-link.h:
8020         * pdf/ev-poppler.cc:
8021         * shell/ev-view.c: (doc_point_to_view_point), (scroll_to_xyz_link),
8022         (go_to_link), (tip_from_link):
8023
8024         Implement xyz links, still not functional. Links are a total
8025         mess, will need to refactor and bugfix a lot :(
8026
8027 2005-09-05  Alessio Frusciante  <algol@firenze.linux.it>
8028
8029         * configure.ac: Added "it" (Italian) to ALL_LINGUAS.
8030
8031 2005-09-05  Marco Pesenti Gritti <mpg@redhat.com>
8032
8033         * data/evince-ui.xml:
8034         * data/evince.schemas.in:
8035         * shell/Makefile.am:
8036         * shell/ev-window.c: (update_chrome_visibility),
8037         (password_dialog_response), (ev_window_load_job_cb),
8038         (ev_window_xfer_job_cb), (ev_window_open_uri),
8039         (ev_window_class_init), (set_chrome_actions), (load_chrome),
8040         (ev_window_init):
8041
8042         Remove the statusbar. This regress loading feedback, need to
8043         check with Bryan what we want to do there...
8044
8045 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
8046
8047         * lib/ev-tooltip.c: (ev_tooltip_init):
8048
8049         Fix tooltip border and size handling
8050
8051 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
8052
8053         * lib/ev-tooltip.c: (ev_tooltip_dispose), (ev_tooltip_class_init),
8054         (ev_tooltip_set_position), (ev_tooltip_recently_shown),
8055         (ev_tooltip_timeout), (ev_tooltip_activate),
8056         (ev_tooltip_deactivate):
8057         * lib/ev-tooltip.h:
8058         * shell/ev-view.c: (ev_view_motion_notify_event):
8059
8060         Delay popup showing. Mirror gtk logic/times.
8061
8062 2005-09-03  Marco Pesenti Gritti  <mpg@redhat.com>
8063
8064         * lib/Makefile.am:
8065         * lib/ev-tooltip.c: (ev_tooltip_expose_event),
8066         (ev_tooltip_class_init), (ev_tooltip_init), (ev_tooltip_new),
8067         (ev_tooltip_set_text), (ev_tooltip_set_position):
8068         * lib/ev-tooltip.h:
8069
8070         Simple widget to show tooltips at a custom position
8071
8072         * shell/ev-view.c: (tip_from_link), (ev_view_motion_notify_event),
8073         (ev_view_destroy):
8074
8075         Use it for links. First go, needs work
8076
8077 2005-08-17  Dennis Cranston  <dennis_cranston@yahoo.com>
8078
8079         * shell/ev-window.c: (ev_window_cmd_edit_toolbar): A couple small 
8080         HIG fixes.  Use title capitalization for window title. Use 12 
8081         pixels of space between the dialog's vbox and action area.
8082
8083 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
8084
8085         * shell/ev-window.c: (file_open_dialog_response_cb),
8086         (ev_window_cmd_file_open), (file_save_dialog_response_cb),
8087         (ev_window_cmd_save_as):
8088
8089         Make file pickers not modal and refactor code some
8090
8091 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
8092
8093         * shell/ev-sidebar.h:
8094         * shell/ev-sidebar.c: (ev_sidebar_set_property),
8095         (ev_sidebar_get_current_page), (ev_sidebar_get_property),
8096         (ev_sidebar_class_init), (ev_sidebar_select_page),
8097         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_new),
8098         (ev_sidebar_set_page):
8099
8100         Add a current page property and allow to get/set it
8101
8102         * shell/ev-window.c: (setup_view_from_metadata),
8103         (ev_window_sidebar_current_page_changed_cb), (ev_window_init):
8104
8105         Persist current sidebar page per document
8106
8107 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
8108
8109         * data/evince.schemas.in:
8110         * shell/ev-window.c: (update_chrome_visibility),
8111         (setup_document_from_metadata), (update_sidebar_visibility),
8112         (setup_view_from_metadata), (ev_window_sidebar_position_change_cb),
8113         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
8114         (ev_window_run_presentation), (ev_window_stop_presentation),
8115         (ev_window_view_sidebar_cb),
8116         (ev_window_sidebar_visibility_changed_cb), (set_chrome_actions),
8117         (load_chrome), (ev_window_init):
8118
8119         Persist size/visibility of sidebar per document
8120
8121 Fri Sep  2 00:59:55 2005  Jonathan Blandford  <jrb@redhat.com>
8122
8123         * shell/ev-view.c (draw_loading_text): Draw loading text.
8124
8125 2005-09-02  Dan Damian  <dand@gnome.ro>
8126
8127         * configure.in: Added "ro" to ALL_LINGUAS.
8128
8129 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
8130
8131         * shell/ev-view.c: (clear_caches):
8132
8133         ev_page_cache_get doesnt return a reference,
8134         dont try to unref it.
8135
8136 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
8137
8138         * shell/main.c: (load_files_remote):
8139
8140         Fix timestamp parameter with dbus <= 0.33
8141
8142 2005-08-31  Marco Pesenti Gritti  <mpg@redhat.com>
8143
8144         * data/evince.schemas.in:
8145
8146         Add missing full stop
8147
8148 2005-08-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
8149
8150         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info):
8151         * shell/ev-window.c: (ev_window_print_range), (ev_window_dispose):
8152
8153         Plug some memory leaks
8154
8155 2005-08-29  Christian Persch  <chpe@cvs.gnome.org>
8156
8157         * configure.ac:
8158         * lib/ev-debug.c: (trap_handler):
8159
8160         Check for execinfo.h and use it only if it exists.
8161         Ported from Epiphany (bug #314776).
8162
8163 2005-08-29  Duarte Loreto <happyguy_pt@hotmail.com>
8164
8165         * configure.ac: Added Portuguese (pt) to ALL_LINGUAS.
8166
8167 2005-08-27  Mohammad DAMT  <mdamt@gnome.org>
8168
8169         * configure.ac: Added Indonesian "id" to ALL_LINGUAS
8170         * po/id.po      : Added Indonesian translation
8171
8172 Fri Aug 26 00:45:09 2005  Jonathan Blandford  <jrb@redhat.com>
8173
8174         * shell/main.c:
8175         * shell/ev-application.c: Last minute GTK-2.6 fixes.
8176         * NEWS: Release 0.4.0
8177
8178 Thu Aug 25 23:40:23 2005  Jonathan Blandford  <jrb@redhat.com>
8179
8180         * configure.ac: catch another gtk+-2.8ism
8181         * shell/main.c: Make work with gtk+-2.6
8182
8183 2005-08-25  Ryan Lortie  <desrt@desrt.ca>
8184
8185         * shell/ev-application-service.xml: Add 'timestamp' argument to
8186           ev_application_open_window and ev_application_open_uri methods.
8187
8188         * shell/ev-application.h: Add 'timestamp' argument to
8189           ev_application_open_window, ev_application_open_uri,
8190           and ev_application_open_uri_list functions.
8191
8192         * shell/ev-application.c (ev_application_open_window,
8193           ev_application_open_uri, ev_application_open_uri_list): Change
8194           functions that show/present windows to use a timestamp if one
8195           is passed in.
8196
8197         * shell/ev-window.c (ev_window_cmd_file_open,
8198           ev_window_cmd_recent_file_activate, drag_data_received_cb):
8199         * shell/main.c (load_files): Modify calls to ev_application to
8200           include GDK_CURRENT_TIME as timestamp.
8201
8202         * shell/main.c (load_files_remote): Obtain timestamp for client
8203           instance from GDK and pass to server instance so new windows are
8204           focused properly.  Fix dbus_g_proxy_call() calls by including second
8205           G_TYPE_INVALID.
8206           
8207         Closes bug #314475.
8208
8209 Thu Aug 25 22:13:08 2005  Jonathan Blandford  <jrb@redhat.com>
8210
8211         * shell/ev-window.c (ev_window_finalize): Check for
8212         avail. EvWindows when quiting to handle the finalize better,
8213         #314497
8214
8215 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8216         
8217         * properties/ev-properties-view.c: 
8218         
8219         Set textdomain to libglade. Fixes translation problem in property page.
8220
8221 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8222
8223         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
8224         * dvi/Makefile.am:
8225         * dvi/dvi-document.c: (dvi_document_thumbnails_get_thumbnail):
8226         * dvi/mdvi-lib/Makefile.am:
8227         
8228         Fix rotation of thumbnails, ported to new API. Moved library
8229         dependencies earlier, probably it will fix linkage problem.
8230
8231 Thu Aug 25 02:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
8232
8233         * backend/ev-document-misc.c:
8234         (ev_document_misc_get_thumbnail_frame):
8235         * backend/ev-document-misc.h:
8236         * configure.ac:
8237         * pdf/ev-poppler.cc:
8238         * shell/Makefile.am:
8239         * shell/ev-sidebar-thumbnails.c: (add_range),
8240         (ev_sidebar_thumbnails_set_loading_icon),
8241         (ev_sidebar_thumbnails_refresh),
8242         (ev_sidebar_thumbnails_set_document):
8243         * shell/ev-sidebar-thumbnails.h:
8244         * shell/ev-view.c: (ev_view_motion_notify_event),
8245         (ev_view_set_property), (ev_view_get_property),
8246         (ev_view_class_init), (ev_view_set_rotation):
8247         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
8248         (ev_window_cmd_edit_rotate_right), (ev_window_rotation_changed_cb),
8249         (ev_window_init):
8250         * tiff/tiff-document.c: (tiff_document_thumbnails_get_thumbnail):
8251         Redo rotation (again).  prepare for 0.4.0
8252
8253 2005-08-24  Kristian Høgsberg  <krh@redhat.com>
8254
8255         * configure.ac: Bump poppler requirement to 0.4.1.
8256
8257         * pdf/ev-poppler.cc (pdf_selection_render_selection): Add rotation
8258         argument to poppler_page_render_selection() call.
8259
8260 2005-08-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8261
8262         * djvu/djvu-document.c: (djvu_document_render_pixbuf),
8263         (djvu_document_thumbnails_get_thumbnail):
8264         * dvi/dvi-document.c: (dvi_document_render_pixbuf),
8265         (dvi_document_thumbnails_get_thumbnail):
8266         * pixbuf/pixbuf-document.c: (pixbuf_document_render_pixbuf),
8267         (pixbuf_document_thumbnails_get_thumbnail):
8268         * tiff/tiff-document.c: (tiff_document_render_pixbuf):
8269         
8270         Update rotation direction of backends to fit with pdf and ps.
8271
8272 2005-08-24  Marco Pesenti Gritti  <mpg@redhat.com>
8273
8274         * backend/ev-async-renderer.c: (ev_async_renderer_render_pixbuf):
8275         * backend/ev-async-renderer.h:
8276         * ps/ps-document.c: (ps_document_init), (setup_pixmap),
8277         (setup_page), (ps_document_get_page_size),
8278         (ps_async_renderer_render_pixbuf):
8279         * ps/ps-document.h:
8280         * shell/ev-jobs.c: (ev_job_render_run):
8281
8282         Fix orientation in the postscript document
8283
8284 2005-08-23  Marco Pesenti Gritti  <mpg@redhat.com>
8285
8286         * pdf/ev-poppler.cc:
8287         * ps/ps-document.c: (push_pixbuf), (ps_document_widget_event):
8288         * shell/ev-view.c: (highlight_find_results):
8289
8290         Adapt to the new poppler rotation API. Fix text maps on landscape
8291         documents.
8292
8293 Sat Aug 20 17:13:48 2005  Jonathan Blandford  <jrb@redhat.com>
8294
8295         * shell/ev-view.c (compute_new_selection_text): get the correct
8296         region when selecting in modes other than continuous.
8297
8298 Sat Aug 20 13:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
8299
8300         * shell/main.c (main): remove redundant g_warnings.
8301
8302 2005-08-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8303
8304         * shell/Makefile.am: Don't include autogenerated
8305         file ev-application-service.h into distribution, since
8306         it causes dbus crash. Fix for bugs 313724 and 313443. 
8307
8308 2005-08-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8309
8310         * configure.ac: Fix sed expression for FreeBSD. Thanks
8311         to Joe Marcus Clark <marcus@freebsd.org>
8312         
8313         * shell/eggfindbar.c: (entry_activate_callback),
8314         (entry_changed_callback), (egg_find_bar_init),
8315         (egg_find_bar_set_search_string):
8316         
8317         Made findbar buttons unsensitive if there is no text in
8318         entry. Fix for the bug 313285.
8319
8320 2005-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
8321
8322         * ps/ps-document.c: Use g_filename_display_name for displaying
8323         filenames and revert string freeze breackage
8324
8325 2005-08-17  Marco Pesenti Gritti  <mpg@redhat.com>
8326
8327         * NEWS:
8328         * configure.ac:
8329
8330         Update for 0.3.4
8331
8332         * shell/Makefile.am:
8333
8334         Add ev-application-service.xml to extra dist
8335
8336         * shell/ev-view.c: (find_page_at_location):
8337
8338         Remove unused function (fix warning)
8339
8340 2005-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8341
8342         * dvi/mdvi-lib/t1.c: (t1_reset_resolution), (t1_really_load_font),
8343         (t1_load_font), (t1_glyph_bitmap), (t1_font_remove):
8344         
8345         Fix warnings and compilation with t1lib-5.0 and newer. Fix for 
8346         bug 313623.
8347
8348 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8349
8350         * shell/ev-utils.c: (set_umask_permissions), (write_to_temp_file):
8351         * shell/ev-window.c:
8352         Fix build warnings
8353
8354 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
8355
8356         * configure.ac: Update script to get dbus version.
8357         Fix for the bug #313443.
8358
8359 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8360
8361         * shell/ev-window.c: (ev_window_cmd_escape):
8362         
8363         Return focus back to view on escape. Fix for bug 313295.
8364
8365 2005-08-16  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8366
8367         * shell/ev-window.c: (update_window_title),
8368         (ev_window_popup_password_dialog), (ev_window_load_job_cb),
8369         (ev_window_cmd_save_as):
8370         
8371         Correct conversion from uri to displayable string. Fix for
8372         bug 313296.
8373
8374 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
8375
8376         * ps/ps-document.c: convert filename to utf8 when there is an error
8377         loading document. Fixes #309915
8378
8379 2005-08-16  Marco Pesenti Gritti  <mpg@redhat.com>
8380
8381         * configure.ac:
8382
8383         We depend on poppler 0.4.0
8384
8385 Mon Aug 15 21:53:05 2005  Jonathan Blandford  <jrb@redhat.com>
8386
8387         * configure.ac:
8388         * NEWS: Release 0.3.3.
8389         * thumbnailer/evince-thumbnailer.c: Remove pdf icon.
8390
8391 2005-08-14  Dennis Cranston  <dennis_cranston@yahoo.com>
8392
8393         * shell/ev-window.c: (ev_window_cmd_file_open): HIG fixes:  
8394         add a couple missing mnemonics to menu items, use title 
8395         capitalization for menu items and window titles, and add 
8396         ellipsis to open menu item.     
8397
8398 Mon Aug 15 00:40:21 2005  Jonathan Blandford  <jrb@redhat.com>
8399
8400         * pdf/ev-poppler.cc:
8401         * shell/ev-metadata-manager.c: (ev_metadata_manager_init):
8402         * shell/ev-view.c: (ev_view_rotate_left), (ev_view_set_rotation),
8403         (ev_view_get_rotation):
8404         * shell/ev-view.h:
8405         * shell/ev-window.c: (setup_view_from_metadata),
8406         (save_rotation_to_file), (ev_window_cmd_edit_rotate_left),
8407         (ev_window_cmd_edit_rotate_right): Fix rotation.  Save it to
8408         disk.
8409
8410 2005-08-14  Baris Cicek <baris@teamforce.name.tr>
8411
8412         * configure.ac: Added tr to ALL_LINGUAS
8413
8414 2005-08-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8415
8416         * shell/ev-view.c: Fix for bug Bug 311838. Search backward
8417         requires several clicks to find word. Thanks to 
8418         Colin Slater <kiltedtaco@gmail.com>.
8419
8420 2005-08-11  Bryan Clark  <clarkbw@cvs.gnome.org>
8421
8422         * data/evince.desktop.in.in: Hide menu entry and
8423         rename it to "Document Viewer". Fix for bug 
8424         #312399.
8425
8426 2005-08-11  Crispin Flowerday  <gnome@flowerday.cx>
8427
8428         * shell/ev-page-action.c (ev_page_action_class_init): 
8429
8430         Point to the correct function in constructor of the
8431         activate_label signal
8432
8433 Tue Aug  9 02:17:13 2005  Jonathan Blandford  <jrb@redhat.com>
8434
8435         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
8436         * shell/ev-jobs.h: Make thread safe.
8437
8438 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8439
8440         * shell/ev-view.c: (view_update_range_and_current_page):
8441         Don't update page range if we are scrolling to some document
8442         point.
8443
8444 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8445
8446         * shell/ev-view.c: (get_page_extents): reverse rotation/scale
8447         when getting max_page_width, fix drawing in dual mode.
8448
8449 Sun Aug  7 02:06:08 2005  Jonathan Blandford  <jrb@redhat.com>
8450
8451         * shell/ev-view.c (ev_view_select_all): reverse rotation/page when
8452         getting the area for select_all.
8453
8454 2005-08-06  Kristian Høgsberg  <krh@redhat.com>
8455
8456         * backend/ev-selection.c: (ev_selection_render_selection):
8457         * backend/ev-selection.h:
8458         * pdf/ev-poppler.cc:
8459         * shell/ev-jobs.c: (ev_job_render_new):
8460         * shell/ev-jobs.h:
8461         * shell/ev-pixbuf-cache.c: (get_selection_colors),
8462         (add_job_if_needed), (ev_pixbuf_cache_get_selection_pixbuf):
8463         * shell/ev-view.c: (ev_view_focus_in), (ev_view_focus_out),
8464         (ev_view_class_init):
8465
8466         Change selection color on focus in and focus out events.  Also,
8467         poppler now uses GdkColor for specifying the selection colors, so
8468         drop some awkward conversion code.
8469
8470 2005-08-06  Yair Hershkovitz  <yairhr@gmail.com>
8471
8472         * configure.ac: Added Hebrew translation
8473
8474 Sat Aug  6 01:12:44 2005  Jonathan Blandford  <jrb@redhat.com>
8475
8476         * NOTES:
8477         * backend/ev-selection.c: (ev_selection_render_selection):
8478         * backend/ev-selection.h:
8479         * pdf/ev-poppler.cc:
8480         * shell/ev-jobs.c: (ev_job_render_dispose), (ev_job_render_new),
8481         (ev_job_render_run):
8482         * shell/ev-jobs.h:
8483         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
8484         (ev_pixbuf_cache_new), (job_finished_cb), (add_job_if_needed),
8485         (convert_gdk_color_to_uint), (ev_pixbuf_cache_get_text_mapping),
8486         (ev_pixbuf_cache_style_changed),
8487         (ev_pixbuf_cache_get_selection_pixbuf),
8488         (ev_pixbuf_cache_set_selection_list),
8489         (ev_pixbuf_cache_get_selection_list):
8490         * shell/ev-pixbuf-cache.h:
8491         * shell/ev-utils.c: (ev_print_region_contents):
8492         * shell/ev-utils.h:
8493         * shell/ev-view.c: (ev_view_queue_draw_page),
8494         (selection_update_idle_cb), (ev_view_motion_notify_event),
8495         (ev_view_style_set), (draw_one_page), (ev_view_class_init),
8496         (setup_caches), (ev_view_find_next), (merge_selection_region),
8497         (selection_free):
8498         * shell/ev-window.c: (ev_window_update_fullscreen_popup):
8499
8500         Clean up selection to be much smoother!
8501
8502 2005-08-05  Kristian Høgsberg  <krh@redhat.com>
8503
8504         * pdf/ev-poppler.cc (pdf_selection_render_selection): Pass colors
8505         to poppler_page_render_selection().
8506
8507 2005-08-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8508
8509         * ps/ps-document.c: (save_page_list): Use
8510         unzipped document when printing. Thanks to 
8511         Colin Slater <kiltedtaco@gmail.com>. Fix for bug
8512         311016.
8513
8514 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8515
8516         * shell/ev-window.c: (update_action_sensitivity):
8517         
8518         Disable print and save respect to lockdown gconf keys. Fix
8519         for 312342.
8520
8521 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8522
8523         * configure.ac:
8524         * shell/ev-utils.c: (rename_file), (set_umask_permissions),
8525         (write_to_temp_file), (ev_file_set_contents):
8526         * shell/ev-utils.h:
8527         * shell/ev-window.c: (save_print_config_to_file):
8528         
8529         Copy-paste g_file_set_contents to keep compatibility with gtk 2.6
8530         Fix for bug 312238
8531
8532 2005-07-31  Christian Persch  <chpe@cvs.gnome.org>
8533
8534         * shell/ev-window.c: (load_print_config_from_file),
8535         (save_print_config_to_file), (ev_window_print_range):
8536
8537         Persist the print settings. Fixes bug #311578.
8538
8539 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8540
8541         * djvu/djvu-document.c: (djvu_document_get_page_size),
8542         (djvu_document_render_pixbuf), (djvu_document_document_iface_init),
8543         (djvu_document_thumbnails_get_thumbnail):
8544         * dvi/dvi-document.c: (dvi_document_get_page_size),
8545         (dvi_document_render_pixbuf), (dvi_document_document_iface_init),
8546         (dvi_document_thumbnails_get_dimensions),
8547         (dvi_document_thumbnails_get_thumbnail):
8548         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size),
8549         (pixbuf_document_render_pixbuf),
8550         (pixbuf_document_document_iface_init),
8551         (pixbuf_document_thumbnails_get_thumbnail):
8552         
8553         Update backends to make them build with new rotation system.
8554
8555 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8556
8557         * help/C/figures/evince_start_window.png:
8558         
8559         Update documentation image from Luca Ferretti <elle.uca@libero.it>
8560
8561 Sat Jul 30 19:09:34 2005  Jonathan Blandford  <jrb@redhat.com>
8562
8563         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_clear):
8564         * shell/ev-pixbuf-cache.h:
8565         * shell/ev-sidebar-thumbnails.c:
8566         (ev_sidebar_thumbnails_get_property), (add_range),
8567         (adjustment_changed_cb):
8568         * shell/ev-view.c: (ev_view_set_rotation): Fix rotation and the
8569         pixbuf cache.  Make thumbnailing work again.  Also, fix bug where
8570         we were thumbnailing the entire docment on startup, slowing us
8571         down hugely. 
8572
8573 Fri Jul 29 23:14:28 2005  Jonathan Blandford  <jrb@redhat.com>
8574
8575         * shell/ev-page-cache.c: (ev_page_cache_new):
8576         * shell/ev-window.c: (update_action_sensitivity): Handle n_pages
8577         == 0, fixes #310306.
8578
8579 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
8580
8581         * shell/ev-view.c: (doc_rect_to_view_rect), (ev_view_rotate_right),
8582         (ev_view_rotate_left):
8583
8584         Account rotation in doc_rect_to_view_rect.
8585         Ensure rotation doesnt go out of bounds.
8586
8587 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
8588
8589         * shell/ev-page-cache.c: (ev_page_cache_get_size):
8590
8591         Correct and cleanup w/h swapping
8592
8593 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
8594
8595         * backend/ev-document-thumbnails.c:
8596         (ev_document_thumbnails_get_thumbnail):
8597         * backend/ev-document-thumbnails.h:
8598         * backend/ev-document.c:
8599         * backend/ev-document.h:
8600         * backend/ev-render-context.c: (ev_render_context_new),
8601         (ev_render_context_set_rotation):
8602         * backend/ev-render-context.h:
8603         * pdf/ev-poppler.cc:
8604         * ps/ps-document.c: (ps_document_document_iface_init):
8605         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
8606         * shell/ev-jobs.h:
8607         * shell/ev-page-cache.c: (build_height_to_page),
8608         (ev_page_cache_new), (ev_page_cache_get_size),
8609         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
8610         (ev_page_cache_get_height_to_page):
8611         * shell/ev-page-cache.h:
8612         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
8613         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
8614         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed),
8615         (ev_pixbuf_cache_get_selection_pixbuf):
8616         * shell/ev-pixbuf-cache.h:
8617         * shell/ev-print-job.c: (idle_print_handler):
8618         * shell/ev-sidebar-thumbnails.c: (add_range):
8619         * shell/ev-view.c: (view_update_range_and_current_page),
8620         (get_page_y_offset), (get_page_extents),
8621         (ev_view_size_request_continuous_dual_page),
8622         (ev_view_size_request_continuous),
8623         (ev_view_size_request_dual_page),
8624         (ev_view_size_request_single_page), (draw_one_page),
8625         (ev_view_set_rotation), (ev_view_rotate_right),
8626         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
8627         (ev_view_zoom_for_size_continuous_and_dual_page),
8628         (ev_view_zoom_for_size_continuous),
8629         (ev_view_zoom_for_size_dual_page),
8630         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
8631         (ev_view_select_all):
8632         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
8633         * tiff/tiff-document.c: (tiff_document_render_pixbuf),
8634         (tiff_document_document_iface_init),
8635         (tiff_document_thumbnails_get_thumbnail):
8636
8637         Use rotation rather than orientation. It's easier and enough
8638         for our needs.
8639
8640 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
8641
8642         * shell/ev-page-cache.c: (build_height_to_page),
8643         (ev_page_cache_new), (ev_page_cache_get_size),
8644         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
8645         (ev_page_cache_get_height_to_page):
8646         * shell/ev-page-cache.h:
8647         * shell/ev-view.c: (get_page_y_offset), (get_page_extents),
8648         (ev_view_size_request_continuous_dual_page),
8649         (ev_view_size_request_continuous),
8650         (ev_view_zoom_for_size_continuous_and_dual_page),
8651         (ev_view_zoom_for_size_continuous):
8652
8653         Make the page cache aware of page orientation.
8654
8655 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
8656
8657         * backend/ev-document-thumbnails.c:
8658         (ev_document_thumbnails_get_thumbnail):
8659         * backend/ev-document-thumbnails.h:
8660         * backend/ev-document.c:
8661         * backend/ev-document.h:
8662         * backend/ev-ps-exporter.c: (ev_ps_exporter_do_page):
8663         * backend/ev-ps-exporter.h:
8664         * pdf/ev-poppler.cc:
8665         * ps/ps-document.c: (ps_document_document_iface_init),
8666         (ps_document_ps_export_do_page):
8667         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
8668         * shell/ev-jobs.h:
8669         * shell/ev-page-cache.c: (ev_page_cache_get_size),
8670         (ev_page_cache_get):
8671         * shell/ev-page-cache.h:
8672         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
8673         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
8674         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed):
8675         * shell/ev-pixbuf-cache.h:
8676         * shell/ev-print-job.c: (idle_print_handler):
8677         * shell/ev-sidebar-thumbnails.c: (add_range):
8678         * shell/ev-view.c: (view_update_range_and_current_page),
8679         (get_page_extents), (ev_view_size_request_dual_page),
8680         (ev_view_size_request_single_page), (draw_one_page),
8681         (clear_caches), (ev_view_set_orientation), (ev_view_rotate_right),
8682         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
8683         (ev_view_zoom_for_size_dual_page),
8684         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
8685         (ev_view_select_all):
8686         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
8687         * tiff/tiff-document.c: (tiff_document_get_page_size),
8688         (tiff_document_get_orientation), (rotate_pixbuf),
8689         (tiff_document_render_pixbuf), (tiff_document_document_iface_init),
8690         (tiff_document_thumbnails_get_thumbnail),
8691         (tiff_document_ps_export_do_page), (tiff_document_init):
8692
8693         Really make use of the orientation bit of the render context.
8694         Use the render context in a few more places in the backend API.
8695         This regress orientation, but now it's done right. Will try to
8696         fix it up asap...
8697
8698 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
8699
8700         * shell/ev-view.c: (ensure_rectangle_is_visible):
8701
8702         Patch by Nickolay V. Shmyrev to fix find flickering
8703
8704 2005-07-27  Martin Kretzschmar  <martink@gnome.org>
8705
8706         * backend/ev-ps-exporter.h: add paper_width, paper_height, and
8707         duplex parameters to ::begin.
8708
8709         * tiff/tiff-document.c (tiff_document_ps_export_begin): 
8710         * shell/ev-print-job.c (idle_print_handler): 
8711         * ps/ps-document.c (ps_document_ps_export_begin): 
8712         * pdf/ev-poppler.cc (pdf_document_ps_exporter_begin): 
8713         * backend/ev-ps-exporter.c (ev_ps_exporter_begin): update
8714         implementations. Poppler backend needs poppler cvs. Rest has
8715         unchanged behavior.
8716
8717 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
8718
8719         * shell/ev-window.c (using_pdf_printer): new function.
8720         (ev_window_print_range): print a less techy message if someone
8721         tries to print to PDF.
8722
8723 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
8724
8725         * pdf/ev-poppler.cc (font_type_to_string): Remove trailing space
8726         from "unknown font" string. Bug #311431
8727
8728 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
8729
8730         * help/es/.cvsignore, help/sr/.cvsignore: ignore xmlpo output.
8731
8732 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
8733
8734         Bug #311280
8735         
8736         * pdf/ev-poppler.cc (font_type_to_string): new, returns user readable
8737         name for PopplerFontTypes
8738         (pdf_document_fonts_fill_model): add font type to the detail column
8739
8740         * backend/ev-document-fonts.h: added
8741         EV_DOCUMENT_FONTS_COLUMN_DETAILS.
8742
8743         * shell/ev-properties-fonts.c (font_cell_data_func): glue together
8744         font name and font details, add a little markup.
8745         (ev_properties_fonts_init): use the new cell data func, specify ypad
8746         property for the cell renderer.
8747         (ev_properties_fonts_set_document): add the details column.
8748
8749 2005-07-24  Artur Flinta  <aflinta@cvs.gnome.org>
8750
8751         * configure.ac: Added "pl" to ALL_LINGUAS.
8752
8753 2005-07-24  Danilo Šegan  <danilo@gnome.org>
8754
8755         * configure.ac: Added "sr" and "sr@Latn" to ALL_LINGUAS.
8756
8757 2005-07-23  Tommi Vainikainen  <thv@iki.fi>
8758
8759         * help/ChangeLog: Started this for translations of manual.
8760         * configure.ac, autogen.sh, .cvsignore: Migrated to
8761         gnome-doc-utils. Patch in bug #311222.
8762
8763 2005-07-22  Martin Kretzschmar  <martink@gnome.org>
8764
8765         * backend/ev-document-factory.c (mime_type_supported_by_gdk_pixbuf): 
8766         #ifdef this away to fix an unused-function warning.
8767
8768 2005-07-22  Ignacio Casal Quinteiro  <nacho.resa@gmail.com>
8769
8770         * configure.ac: Added 'gl' to ALL_LINGUAS.
8771
8772 2005-07-22  Pawan Chitrakar  <pawan@nplinux.org>
8773
8774         * configure.ac: Added ne in ALL_LINGUAS
8775         
8776 2005-07-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8777
8778         * shell/ev-view.c: (ev_view_leave_notify_event):
8779         
8780         Clear status message when pointer leaves view. Fix for bug
8781         #310818 
8782
8783 2005-07-20 Ankit Patel <ankit644@yahoo.com>
8784
8785         * configure.ac: Gujarati (gu) added to ALL_LINGUAS
8786
8787 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8788
8789         * shell/ev-view.c: (ev_view_leave_notify_event),
8790         (ev_view_class_init):
8791         
8792         Set cursor to normal then leaving view.
8793
8794 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8795
8796         * configure.ac:
8797         
8798         Fix required djvulibre version.
8799
8800 2005-07-15  Rajesh Ranjan <rajeshkajha@yahoo.com>
8801
8802         *configure.ac: Hindi (hi) language added
8803
8804 2005-07-15  Amanpreet Singh Brar <amanpreetalam@yahoo.com>
8805
8806         *configure.ac: Punjabi (pa) Language added
8807
8808 2005-07-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8809
8810         * data/evince-ui.xml, shell/ev-window.c:
8811         
8812         Add keypad accelerators for zooming. Fix for bug 308128.
8813
8814 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
8815
8816         * Makefile.am:
8817         * backend/Makefile.am:
8818         * backend/ev-document-factory.c: (ev_document_type_get_from_mime):
8819         * configure.ac:
8820         * shell/ev-document-types.c: (ev_document_types_add_filters):
8821
8822         Allow to enable/disable the pixbuf backend.
8823         Default to off for now. If we want it enabled we should
8824         really put mime types in the desktop, implement properties etc.
8825
8826         * properties/evince-properties.c:
8827
8828         Initialize error to NULL.
8829         Check error is not NULL before freeing.
8830
8831 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
8832
8833         * shell/ev-window.c:
8834
8835         Use F5 as presentation accell
8836
8837 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
8838
8839         * shell/ev-window.c: (update_chrome_visibility),
8840         (ev_window_create_fullscreen_popup), (ev_window_init):
8841
8842         Do not leak the fullscreen toolbar
8843
8844 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
8845
8846         * shell/ev-window.c: (view_actions_focus_in_cb),
8847         (view_actions_focus_out_cb):
8848
8849         These has a return value! Fix totally random focus
8850         issues we was seeing.
8851
8852 2005-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
8853
8854         * shell/main.c: (load_files_remote):
8855
8856         Allow open more than one file
8857
8858 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
8859
8860         * shell/main.c: (load_files_remote):
8861
8862         Fix for dbus 0.33. bug #309975
8863
8864 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
8865
8866         * properties/ev-properties-main.c: (ev_properties_get_pages):
8867
8868         Actually return NULL for types we dont support
8869
8870 2005-07-08  Christian Persch  <chpe@cvs.gnome.org>
8871
8872         * po/POTFILES.in:
8873
8874         Remove empty lines.
8875
8876 2005-07-08  Marco Pesenti Gritti  <marco@gnome.org>
8877
8878         * backend/ev-document-factory.c:
8879         (ev_document_factory_get_document):
8880
8881         Do not try to create the object if type
8882         is invalid.
8883
8884 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
8885
8886         * ps/ps-document.c: (ps_document_dispose),
8887         (ps_async_renderer_render_pixbuf):
8888         * ps/ps-document.h:
8889
8890         Do not leak the target window
8891
8892 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
8893
8894         * shell/ev-application.c: (ev_application_init):
8895
8896         Let tbe check file existence for us.
8897         Add a comment about eggrecent mime filter.
8898
8899 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
8900
8901         * data/evince-ui.xml:
8902         * shell/ev-application.c: (ev_application_shutdown),
8903         (ev_application_init), (ev_application_get_toolbars_model),
8904         (ev_application_get_recent_model),
8905         (ev_application_save_toolbars_model):
8906         * shell/ev-application.h:
8907         * shell/ev-window.c: (ev_window_add_recent),
8908         (ev_window_setup_recent), (ev_window_cmd_edit_toolbar_cb),
8909         (ev_window_cmd_edit_toolbar), (ev_window_dispose),
8910         (ev_window_init):
8911
8912         Use common toolbar and recent models for all windows.
8913         Patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8914
8915 Thu Jul  7 23:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
8916
8917         * configure.ac: add FRONTEND_CORE_LIBS to evince_save_LIBS so we
8918         successfully check for gtk_icon_view_get_visible_range.
8919
8920 2005-07-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8921
8922         * djvu/Makefile.am:
8923         * dvi/Makefile.am:
8924         
8925         Fix djvu and dvi backend build.
8926
8927 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
8928
8929         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c: (new_pixbuf_from_widget),
8930         (new_separator_pixbuf):
8931
8932         Don't leak windows.
8933
8934 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
8935
8936         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
8937
8938         HIGification of toolbar editor dialogue.
8939
8940 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8941
8942         * configure.ac:
8943         * shell/Makefile.am:
8944
8945         Ever build metadata manager since it's just
8946         disabled at runtime now.
8947
8948 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8949
8950         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
8951         (ev_metadata_manager_get), (ev_metadata_manager_set):
8952         * shell/ev-metadata-manager.h:
8953
8954         Add an _init functions that enabled metadata management
8955         at runtime.
8956
8957         * shell/ev-window.c: (page_changed_cb),
8958         (setup_document_from_metadata), (ev_window_setup_document),
8959         (setup_view_from_metadata), (ev_window_open_uri),
8960         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
8961         (ev_window_run_presentation), (ev_window_stop_presentation),
8962         (save_sizing_mode), (ev_window_zoom_changed_cb),
8963         (ev_window_continuous_changed_cb),
8964         (ev_window_dual_mode_changed_cb), (window_state_event_cb),
8965         (window_configure_event_cb):
8966
8967         Remove all ugly metadata define since we deal with it
8968         at runtime now.
8969
8970         * shell/main.c: (load_files_remote), (main):
8971
8972         Add support for dbus cvs head. Hopefully didnt break one
8973         of the other versions now!
8974
8975         If we dont get a response from the dbus server just
8976         give up with it and not enable metadata.
8977
8978 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8979
8980         * Makefile.am:
8981         * backend/Makefile.am:
8982         * configure.ac:
8983         * cut-n-paste/recent-files/Makefile.am:
8984         * cut-n-paste/toolbar-editor/Makefile.am:
8985         * cut-n-paste/zoom-control/Makefile.am:
8986         * lib/Makefile.am:
8987         * pdf/Makefile.am:
8988         * pixbuf/Makefile.am:
8989         * properties/Makefile.am:
8990         * ps/Makefile.am:
8991         * shell/Makefile.am:
8992         * thumbnailer/Makefile.am:
8993         * tiff/Makefile.am:
8994
8995         Make frontends depend on just libev.
8996         Rework and group CFLAGS/LIBS definitions.
8997         Cleanups.
8998
8999 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9000
9001         * shell/ev-window:
9002
9003         do not unnecessarily save zoom
9004
9005         * configure.ac:
9006         * lib/ev-file-helpers.c: (ev_dot_dir):
9007         * shell/Makefile.am:
9008         * shell/dummy.cc:
9009
9010         Some cleanups
9011
9012 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9013
9014         * configure.ac:
9015         
9016         Remove unnecessary dependencies
9017
9018 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9019
9020         * properties/Makefile.am:
9021         * thumbnailer/Makefile.am:
9022         * tiff/Makefile.am:
9023
9024         Some more cleanups. Was really necessary
9025         but I probably introduced bugs, feel free
9026         to flame :)
9027
9028 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9029
9030         * backend/Makefile.am:
9031         * configure.ac:
9032         * cut-n-paste/recent-files/Makefile.am:
9033         * cut-n-paste/toolbar-editor/Makefile.am:
9034         * cut-n-paste/zoom-control/Makefile.am:
9035         * lib/Makefile.am:
9036         * pdf/Makefile.am:
9037         * pixbuf/Makefile.am:
9038         * properties/Makefile.am:
9039         * ps/Makefile.am:
9040         * shell/Makefile.am:
9041         * thumbnailer/Makefile.am:
9042         * tiff/Makefile.am:
9043
9044         Use gnome-common macros when possible.
9045         Cleanup dependencies.
9046         Actually disable deprecated where possible.
9047
9048 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9049
9050         * Makefile.am:
9051         * backend/Makefile.am:
9052         * properties/Makefile.am:
9053         * shell/Makefile.am:
9054         * thumbnailer/Makefile.am:
9055
9056         This should solve the circular dep without
9057         requiring dir reorg!
9058
9059         * shell/ev-window.c: (setup_view_from_metadata):
9060
9061         Never restore window size/position when the
9062         window is already visible.
9063
9064 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
9065
9066         * shell/ev-metadata-manager.c: (ev_metadata_manager_save):
9067
9068         Return a boolean from timeout func. Fix ported from gedit.
9069
9070 2005-07-07  Iñaki Larrañaga  <dooteo@euskalgnu.org>
9071
9072         * configure.ac: Added "eu" (Basque) to ALL_LINGUAS.
9073
9074 2005-07-06  Carlos Garcia Campos  <carlosgc@gnome.org>
9075
9076         * shell/ev-document-types.c: set "All Documents" as default filter in
9077         open dialog
9078
9079 2005-07-06  Martin Kretzschmar  <martink@gnome.org>
9080
9081         * shell/ev-metadata-manager.c (ev_metadata_manager_set_int)
9082         (ev_metadata_manager_set_double, ev_metadata_manager_set_string)
9083         (ev_metadata_manager_set_boolean): fix value/val thinko.
9084
9085 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
9086
9087         * shell/ev-window.c: (setup_view_from_metadata),
9088         (window_state_event_cb), (window_configure_event_cb),
9089         (ev_window_init):
9090
9091         Remember window position and maximized state
9092
9093 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
9094
9095         * configure.ac:
9096
9097         Fix DBUS configure checks.
9098
9099         * shell/ev-metadata-manager.c: (ev_metadata_manager_set_int),
9100         (ev_metadata_manager_set_double), (ev_metadata_manager_set_string),
9101         (ev_metadata_manager_set_boolean):
9102
9103         Plug mem leaks.
9104
9105         * shell/ev-window.c: (page_changed_cb), (ev_window_run_fullscreen),
9106         (ev_window_stop_fullscreen), (ev_window_run_presentation),
9107         (ev_window_stop_presentation), (ev_window_zoom_changed_cb),
9108         (ev_window_continuous_changed_cb),
9109         (ev_window_dual_mode_changed_cb), (ev_window_new):
9110
9111         Fix the build without DBUS.
9112
9113 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
9114
9115         * shell/ev-metadata-manager.c: (parse_value), (save_values),
9116         (ev_metadata_manager_set_int), (ev_metadata_manager_set_double),
9117         (ev_metadata_manager_set_string),
9118         (ev_metadata_manager_set_boolean):
9119         * shell/ev-metadata-manager.h:
9120
9121         Add support for some more types
9122
9123         * shell/ev-view.c: (scroll_to_current_page),
9124         (ev_view_get_continuous), (ev_view_set_continuous),
9125         (ev_view_get_dual_page):
9126         * shell/ev-view.h:
9127         * shell/ev-window.c: (page_changed_cb),
9128         (setup_document_from_metadata), (ev_window_setup_document),
9129         (setup_view_from_metadata), (ev_window_open_uri),
9130         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
9131         (ev_window_run_presentation), (ev_window_stop_presentation),
9132         (save_sizing_mode), (ev_window_sizing_mode_changed_cb),
9133         (ev_window_zoom_changed_cb), (ev_window_update_continuous_action),
9134         (ev_window_update_dual_page_action),
9135         (ev_window_continuous_changed_cb),
9136         (ev_window_dual_mode_changed_cb), (ev_window_init):
9137
9138         Remember a bunch of view/document properties. Prolly some
9139         are still missing but it's getting interesting.
9140
9141 2005-07-05  Martin Kretzschmar  <martink@gnome.org>
9142
9143         * configure.ac: check if dbus-binding-tool is installed. Not the
9144         case on current Ubuntu breezy, it seems.
9145
9146 2005-07-05  Luca Ferretti <elle.uca@libero.it>
9147
9148         * data/evince.desktop.in.in:
9149         
9150         Allow open uri lists and add TryExec field.
9151
9152 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
9153
9154         * configure.ac:
9155
9156         Enable dbus when available, do not require a configure
9157         option.
9158
9159 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
9160
9161         * configure.ac:
9162
9163         Use AM_CONDITIONAL unconditionally, fixes the build with DBUS
9164         disabled.
9165
9166 2005-07-05  Carlos Garcia Campos  <carlosgc@gnome.org>
9167         Marco Pesenti Gritti  <mpg@redhat.com>
9168
9169         * shell/Makefile.am: Add --prefix for dbus-binding-tool script
9170         
9171         * shell/ev-application.[ch], shell/ev-window.c: change dbus RPC 
9172         functions to the format required by dbus
9173
9174         * shell/main.c: use G_TYPE instead of DBUS_TYPE to fix compilation
9175         errors. Use the RPC parameters in the expected way
9176
9177 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
9178
9179         * Makefile.am:
9180         * properties/Makefile.am:
9181         * properties/ev-properties-main.c: (ev_properties_get_pages):
9182
9183         Support all mime types
9184
9185         * shell/Makefile.am:
9186         * thumbnailer/Makefile.am:
9187         * thumbnailer/evince-thumbnailer.c: (get_document_from_uri),
9188         (evince_thumbnail_pngenc_get):
9189
9190         Use the document factory
9191
9192 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
9193
9194         * backend/Makefile.am:
9195         * backend/ev-document-factory.c:
9196         (mime_type_supported_by_gdk_pixbuf),
9197         (ev_document_type_get_from_mime),
9198         (ev_document_factory_get_document),
9199         (ev_document_factory_get_backend),
9200         (ev_document_factory_get_mime_types),
9201         (ev_document_factory_get_all_mime_types):
9202         * backend/ev-document-factory.h:
9203         * shell/Makefile.am:
9204         * shell/ev-document-types.c: (get_document_from_uri),
9205         (ev_document_types_get_document),
9206         (file_filter_add_mime_list_and_free),
9207         (ev_document_types_add_filters):
9208         * shell/ev-document-types.h:
9209         * shell/ev-job-xfer.c: (ev_job_xfer_run):
9210         * shell/ev-properties-dialog.c:
9211         (ev_properties_dialog_set_document):
9212         * shell/ev-window.c: (ev_window_cmd_file_open),
9213         (ev_window_cmd_save_as):
9214         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9215
9216         Rework document types managing to avoid code duplication
9217         and actually abstract from backend implementations.
9218         Also provide a minimal factory api that can be used by
9219         thumbnailer/properties.
9220
9221 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
9222
9223         * properties/ev-properties-view.c: (ev_properties_view_set_info):
9224         Plug a mem leak.
9225         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
9226         HIG spacings.
9227
9228 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
9229
9230         * shell/ev-properties-dialog.c
9231         (ev_properties_dialog_set_document): only call
9232         ev_properties_fonts_set_document() if the document implements the
9233         fonts interface
9234
9235 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
9236
9237         * configure.ac:
9238         * properties/Makefile.am:
9239         * properties/ev-properties-view.c:
9240         (ev_properties_view_register_type):
9241         * properties/ev-properties-view.h:
9242         * properties/ev-properties-main.h:
9243
9244         Implement nautilus plugin for properties.
9245         Works only for pdf atm, I need to rework the
9246         document types stuff to get this to work
9247         for all backends...
9248
9249 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
9250
9251         * shell/ev-properties-fonts.c (enum): kill redundant columns enum
9252         (ev_properties_fonts_set_document): use
9253         EV_DOCUMENT_FONTS_COLUMN_NUM_COLUMNS.
9254
9255 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
9256
9257         * tiff/tiff2ps.c: remove TRUE and FALSE definitions, glib provides
9258         them
9259         (PlaceImage, tiff2ps_process_page): use
9260         g_ascii_dtostr to convert floats to strings in a locale-safe way.
9261
9262
9263 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
9264
9265         * shell/main.c: include libgnomeui/gnome-authentication-manager.h
9266         (main): to call gnome_authentication_manager_init. Should fix
9267         Bug #308510
9268
9269         * configure.ac: that requires libgnomeui 2.6.0.
9270
9271 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
9272
9273         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
9274         (tiff_document_ps_export_do_page, tiff_document_ps_export_end):
9275         use the new tiff2ps interfaces
9276
9277         * tiff/tiff2ps.h (tiff2ps_context_new, tiff2ps_process_page) 
9278         (tiff2ps_context_finalize): implement new interfaces for tiff2ps
9279
9280         * tiff/tiff2ps.c: refactor tiff2ps code to use a context
9281         structure instead of global variables.  Remove use of static
9282         variables in functions.
9283
9284 2005-07-04  Carlos Garcia Campos <carlosgc@gnome.org>
9285
9286         * shell/ev-page-action.c: unref the completion after setting it to the
9287         entry
9288
9289 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
9290
9291         * tiff/tiff2ps.c (generateEPSF): disable generating encapsulated
9292         postscript files
9293
9294 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
9295
9296         * shell/ev-window.c (update_action_sensitivity): disable
9297         File->Print if the document does not implement the ps exporter
9298         interface
9299
9300 2005-07-04  Marco Pesenti Gritti  <mpg@redhat.com>
9301
9302         * Makefile.am:
9303         * configure.ac:
9304         * data/evince-properties.glade:
9305         * properties/.cvsignore:
9306         * properties/Makefile.am:
9307         * properties/ev-properties-view.c: (ev_properties_view_dispose),
9308         (ev_properties_view_class_init), (ev_properties_view_format_date),
9309         (make_valid_utf8), (set_property), (ev_properties_view_set_info),
9310         (ev_properties_view_init), (ev_properties_view_new):
9311         * properties/ev-properties-view.h:
9312         * shell/Makefile.am:
9313         * shell/ev-properties-dialog.c: (ev_properties_dialog_class_init),
9314         (ev_properties_dialog_init), (ev_properties_dialog_set_document),
9315         (ev_properties_dialog_new):
9316         * shell/ev-properties-dialog.h:
9317         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
9318         (ev_properties_fonts_class_init), (ev_properties_fonts_init),
9319         (update_progress_label), (job_fonts_finished_cb),
9320         (ev_properties_fonts_set_document), (ev_properties_fonts_new):
9321         * shell/ev-properties-fonts.h:
9322         * shell/ev-properties.c:
9323         * shell/ev-properties.h:
9324         * shell/ev-window.c: (ev_window_setup_document),
9325         (ev_window_cmd_file_properties):
9326
9327         Split the properties pages in two different objects, depend
9328         only on the backend where possible, use widgets instead
9329         of gobject for the glade part, reimplement the dialog
9330         itself with gtk.
9331         I need this to implement nautilus properties page.
9332
9333 2005-07-03  Matthew S. Wilson  <msw@rpath.com>
9334
9335         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
9336         (tiff_document_ps_export_do_page, tiff_document_ps_export_end) 
9337         (tiff_document_document_ps_exporter_iface_init): implement the ps
9338         exporter interface for tiff documents
9339
9340         * tiff/tiff2ps.c: added a modified version of tiff2ps.c from
9341         libtiff to implement TIFF postscript export
9342
9343         * tiff/tiff2ps.h: added a header file for external tiff2ps
9344         functions.
9345
9346         * tiff/Makefile.am (libtiffdocument_la_SOURCES): add tiff2ps.c and
9347         tiff2ps.h
9348
9349 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9350
9351         * shell/ev-view.c: (scroll_to_current_page),
9352         (ev_view_set_fullscreen), (ev_view_set_presentation):
9353         
9354         Scroll to current page when exit from presentation
9355
9356 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9357
9358         * shell/ev-window.c: (update_document_mode),
9359         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
9360         (ev_window_cmd_view_fullscreen), (ev_window_stop_presentation),
9361         (ev_window_cmd_view_presentation), (ev_window_cmd_escape):
9362         
9363         Exit from fullscreen mode when switch to presentation. Fix for
9364         bug 309365
9365
9366 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
9367
9368         * shell/ev-pixbuf-cache.c (ev_pixbuf_cache_get_selection_pixbuf):
9369         return NULL if the document does not implement the selection
9370         interface.
9371
9372 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
9373
9374         * tiff/tiff-document.c (tiff_document_get_page_size): scale the
9375         reported height by using the resolution aspect ratio
9376         (tiff_document_render_pixbuf): scale the pixbuf using the
9377         resolution aspect ratio
9378
9379 2005-07-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9380
9381         * configure.ac:
9382         
9383         Require libgnomeprint >= 2.5.1. Thanks to Colin Slater 
9384         <kiltedaco@gmail.com>
9385         
9386         * djvu/djvu-document.c: (djvu_document_get_orientation),
9387         (djvu_document_set_orientation), (djvu_document_get_page_size),
9388         (rotate_pixbuf), (djvu_document_render_pixbuf),
9389         (djvu_document_document_iface_init):
9390         * dvi/dvi-document.c: (dvi_document_get_orientation),
9391         (dvi_document_set_orientation), (dvi_document_get_page_size),
9392         (rotate_pixbuf), (dvi_document_render_pixbuf),
9393         (dvi_document_document_iface_init):
9394         
9395         Dvi and djvu backends are ported to new API
9396
9397 Fri Jul  1 00:10:15 2005  Jonathan Blandford  <jrb@redhat.com>
9398
9399         * backend/ev-selection.c: (ev_selection_get_selection_region),
9400         (ev_selection_get_selection_map):
9401         * backend/ev-selection.h:
9402         * pdf/ev-poppler.cc:
9403         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
9404         * shell/ev-jobs.h:
9405         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
9406         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
9407         (ev_pixbuf_cache_get_text_mapping):
9408         * shell/ev-pixbuf-cache.h:
9409         * shell/ev-view.c: (location_in_text),
9410         (ev_view_motion_notify_event), (ev_view_set_cursor): Add I-Beam
9411         support to EvView.  Now we can see where we can select!  Sweet!
9412
9413 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
9414
9415         * shell/ev-view.c (ev_view_button_press_event): Fix
9416         event->y + view->scroll_x typo.
9417
9418 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
9419
9420         * pdf/ev-poppler.cc: Adjust to poppler API changes; use a
9421         sub-GdkPixbuf instead of passing dest_x and dest_y.
9422         
9423         * shell/ev-view.c: (view_point_to_doc_point),
9424         (view_rect_to_doc_rect), (ev_view_button_press_event),
9425         (ev_view_motion_notify_event), (compute_new_selection_rect),
9426         (gdk_rectangle_point_in), (compute_new_selection_text),
9427         (compute_selections): Update selection code to keep the selection
9428         around as two points and not as a normalized rectangle, and fix
9429         page level selection in two-column mode.
9430
9431 2005-06-30  Alex Duggan  <aldug@astrolinux.com>
9432
9433         * shell/ev-window.c: (window_configure_event_cb): 
9434         
9435         Fix compilation
9436         
9437 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
9438
9439         * pdf/ev-poppler.cc:
9440
9441         Fix compilation
9442
9443 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
9444
9445         * shell/Makefile.am:
9446         * shell/ev-metadata-manager.c: (item_free),
9447         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
9448         (parse_value), (parseItem), (load_values),
9449         (ev_metadata_manager_get), (value_free), (ev_metadata_manager_set),
9450         (save_values), (save_item), (get_oldest), (resize_items),
9451         (ev_metadata_manager_save), (ev_metadata_manager_set_int):
9452         * shell/ev-metadata-manager.h:
9453
9454         Metadata manager from gedit but modified to use GValue, so that
9455         we dont need to keep converting from strings.
9456
9457         * configure.ac:
9458
9459         ENABLE_METADATA conditional, on when dbus is on
9460
9461         * shell/ev-application.c: (ev_application_open_uri):
9462
9463         Show the window after load so that we can initialize
9464         window size before it's showed.
9465
9466         * shell/ev-window.c: (ev_window_setup_from_metadata),
9467         (ev_window_open_uri), (window_configure_event_cb),
9468         (ev_window_init):
9469
9470         Save and load metadata information about window size.
9471         Not yet keeping states in account.
9472
9473         * shell/main.c: (main):
9474
9475         Shutdown metadata manager.
9476
9477 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
9478
9479         * shell/ev-application-service.xml:
9480         * configure.ac:
9481         * shell/Makefile.am:
9482         * shell/ev-application.c:
9483         * shell/ev-application.h:
9484         * shell/ev-window.c:
9485         * shell/ev-window.h:
9486         * shell/main.c:
9487
9488         Add an optional dbus interface (--enable-dbus).
9489         Rework application code, mainly to be easier to
9490         use "remotely".
9491         Do not open multiple windows with the same document,
9492         spatial evince!
9493
9494 Thu Jun 30 01:50:14 2005  Jonathan Blandford  <jrb@redhat.com>
9495
9496         * shell/ev-pixbuf-cache.c (clear_selection_if_needed): unref the
9497         pixbuf iff it exists.
9498
9499 Thu Jun 30 01:43:00 2005  Jonathan Blandford  <jrb@redhat.com>
9500
9501         * shell/*:
9502         * backend/ev-render-context.[ch]:
9503         * backend/ev-selection.[ch]:
9504
9505         Massive changes.  We now support text selection of pdfs, and not
9506         just rectangular selection.  This is pretty broken still, but I
9507         want to get something into CVS.
9508
9509 2005-06-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9510
9511         * pdf/ev-poppler.cc:
9512         
9513         Fix for Bug 309080: crash on window close.
9514         
9515         * shell/ev-page-action.c: (page_changed_cb):
9516         
9517         Fix for Bug 309168: Fix build with gcc 2.95. Thanks to
9518         jensgr@gmx.net (Jens Granseuer).
9519
9520 2005-06-25  Marcel Telka  <marcel@telka.sk>
9521
9522         * configure.in (ALL_LINGUAS): Added sk.
9523
9524 2005-06-24  Carlos Garcia Campos  <carlosgc@gnome.org>
9525
9526         * shell/ev-window.c: Make rotate menu entries unsensitive if there is
9527         not a document open
9528
9529 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
9530
9531         * NEWS:
9532         * configure.ac:
9533
9534         Release 0.3.2
9535
9536         * cut-n-paste/recent-files/Makefile.am:
9537
9538         Fix make distcheck
9539
9540 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
9541
9542         * pixbuf/pixbuf-document.c: (pixbuf_document_get_orientation),
9543         (pixbuf_document_set_orientation), (rotate_pixbuf),
9544         (pixbuf_document_get_page_size), (pixbuf_document_render_pixbuf),
9545         (pixbuf_document_document_iface_init), (pixbuf_document_init):
9546
9547         Implement rotation and cleanup the code a bit.
9548
9549         * tiff/tiff-document.c: (tiff_document_get_page_size),
9550         (tiff_document_get_orientation), (tiff_document_set_orientation),
9551         (rotate_pixbuf), (tiff_document_render_pixbuf),
9552         (tiff_document_document_iface_init), (tiff_document_init):
9553
9554         Implement rotation. Was the quicker solution for the release
9555         but we really need to share this code in the shell.
9556
9557 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
9558
9559         * pdf/ev-poppler.cc:
9560
9561         Enable rotation, require poppler cvs. Fix a leak.
9562
9563 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9564
9565         * shell/ev-window.c: (update_action_sensitivity):
9566         
9567         Make properties unsensitive if document backend doesn't provide
9568         any info
9569
9570 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9571
9572         * dvi/mdvi-lib/bitmap.c: (bitmap_alloc), (bitmap_alloc_raw),
9573         (bitmap_flip_horizontally), (bitmap_flip_vertically),
9574         (bitmap_flip_diagonally), (bitmap_rotate_clockwise),
9575         (bitmap_rotate_counter_clockwise), (bitmap_flip_rotate_clockwise),
9576         (bitmap_flip_rotate_counter_clockwise):
9577         * dvi/mdvi-lib/color.c: (mdvi_push_color), (get_color_table):
9578         * dvi/mdvi-lib/common.c: (read_string), (buff_free), (buff_add),
9579         (buff_gets):
9580         * dvi/mdvi-lib/common.h:
9581         * dvi/mdvi-lib/dvimisc.c: (mdvi_push_color):
9582         * dvi/mdvi-lib/dviread.c: (get_bytes), (dreset), (define_font),
9583         (opendvi), (mdvi_reload), (mdvi_init_context),
9584         (mdvi_destroy_context), (mdvi_dopage), (special):
9585         * dvi/mdvi-lib/font.c: (font_drop_one), (font_free_unused):
9586         * dvi/mdvi-lib/fontmap.c: (read_encoding), (destroy_encoding),
9587         (file_hash_free), (register_encoding), (parse_spec),
9588         (mdvi_load_fontmap), (free_ent), (mdvi_init_fontmaps),
9589         (mdvi_add_fontmap_file), (mdvi_ps_read_fontmap),
9590         (mdvi_ps_flush_fonts), (mdvi_ps_find_font), (mdvi_ps_get_metrics):
9591         * dvi/mdvi-lib/fontsrch.c: (mdvi_list_font_class),
9592         (mdvi_register_font_type), (mdvi_unregister_font_type),
9593         (lookup_font), (mdvi_add_font), (mdvi_font_retry):
9594         * dvi/mdvi-lib/gf.c: (gf_read_bitmap), (gf_load_font):
9595         * dvi/mdvi-lib/hash.c: (mdvi_hash_remove), (mdvi_hash_remove_ptr),
9596         (mdvi_hash_destroy_key), (mdvi_hash_reset):
9597         * dvi/mdvi-lib/pagesel.c: (mdvi_parse_range),
9598         (mdvi_parse_page_spec), (mdvi_free_page_spec), (main):
9599         * dvi/mdvi-lib/paper.c: (mdvi_free_paper_specs):
9600         * dvi/mdvi-lib/pk.c: (pk_lookup), (pk_lookupn), (pk_load_font):
9601         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
9602         * dvi/mdvi-lib/special.c: (mdvi_register_special),
9603         (mdvi_unregister_special), (mdvi_flush_specials):
9604         * dvi/mdvi-lib/t1.c: (t1_lookup_font), (t1_really_load_font),
9605         (t1_font_remove):
9606         * dvi/mdvi-lib/tfm.c: (get_tfm_chars):
9607         * dvi/mdvi-lib/tfmfile.c: (afm_load_file), (tfm_load_file),
9608         (ofm1_load_file), (ofm_load_file), (get_font_metrics),
9609         (free_font_metrics), (flush_font_metrics):
9610         * dvi/mdvi-lib/tt.c: (tt_really_load_font), (tt_get_bitmap),
9611         (tt_font_remove):
9612         * dvi/mdvi-lib/util.c: (mdvi_malloc), (mdvi_realloc),
9613         (mdvi_calloc), (mdvi_free), (mdvi_strdup), (mdvi_strncpy),
9614         (mdvi_strndup), (mdvi_memdup), (xstradd), (dstring_append),
9615         (dstring_insert), (dstring_new), (dstring_reset):
9616         * dvi/mdvi-lib/vf.c: (vf_load_font), (vf_free_macros):
9617         
9618         Rename xmalloc and xfree to mdvi_malloc and mdvi_free to
9619         avoid conflict with libtool on FC4
9620         
9621         * shell/ev-window.c: (ev_window_cmd_help_about):
9622         
9623         Update copyright year. Fix for bug 308828.
9624
9625 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
9626
9627         * shell/ev-view.c: (add_scroll_binding_keypad),
9628         (ev_view_binding_activated), (ev_view_class_init),
9629         (on_adjustment_value_changed):
9630         
9631         Bug 170874: Arrow keys switch pages in presentation mode
9632
9633 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
9634
9635         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
9636         
9637         Fix for Bug 308265: Sidebar dissappears coming out of 
9638         Presentation mode
9639
9640 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
9641
9642         * shell/ev-application.c: (ev_application_open):
9643         * shell/ev-document-types.c: (ev_document_types_add_filters),
9644         (ev_document_types_add_filters_for_type):
9645         * shell/ev-document-types.h:
9646         * shell/ev-window.c: (ev_window_cmd_save_as):
9647         
9648         Suggest basename as template when saving, provide filters
9649         for save dialog. It's bug 308402
9650
9651 2005-06-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9652
9653         * pdf/ev-poppler.cc:
9654         * shell/ev-sidebar-links.c: (job_finished_callback):
9655         * shell/ev-view.c: (update_find_status_message):
9656         
9657         Some leaks fixed
9658
9659 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
9660
9661         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
9662         (egg_recent_view_uimanager_set_list):
9663
9664         Fix buglet in !show_numbers case.
9665
9666 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
9667
9668         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
9669         (connect_proxy_cb), (egg_recent_view_uimanager_set_list):
9670
9671         Use pango ellipsisation.
9672
9673         * pdf/ev-poppler.cc:
9674
9675         Fix refcount leak, from nsh.
9676
9677 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9678
9679         * cut-n-paste/recent-files/Makefile.am:
9680         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
9681         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
9682         
9683         Removed EggRecentViewGtk
9684         
9685         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
9686         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
9687         * shell/ev-window.c: (ev_window_cmd_recent_file_activate),
9688         (ev_window_setup_recent):
9689         
9690         Use ViewUIManager instead of ViewGtk. Less leaks, more compatibility
9691         with other projects
9692
9693 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9694
9695         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
9696         (egg_recent_view_gtk_finalize):
9697
9698         Fix memory leak
9699
9700         * cut-n-paste/toolbar-editor/Makefile.am:
9701         
9702         Fix location of cursor icon.
9703         
9704         * pdf/ev-poppler.cc:
9705         * shell/ev-page-action.c: (build_new_tree_cb), (match_selected_cb),
9706         (display_completion_text), (match_completion):
9707         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
9708         (selection_changed_callback), (create_loading_model),
9709         (print_section_cb), (links_page_num_func),
9710         (update_page_callback_foreach):
9711         * shell/ev-window.c: (ev_window_dispose):
9712         
9713         Small memory fixes. Links model now store objects instead
9714         of pointers to improve memory management. 
9715
9716 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9717
9718         * shell/ev-window.c: (zoom_control_changed_cb):
9719         
9720         Fix update of zoom control (bug 308268).
9721
9722 Sat Jun 18 22:46:42 2005  Jonathan Blandford  <jrb@redhat.com>
9723
9724         * shell/ev-properties.c (set_property): escape the text correctly.
9725         Handles non-UTF-8 properties and escaped properties.  Also, sets
9726         the text to "<i>None</i>" if the property isn't set.
9727
9728         * data/evince-properties.glade: Change the label to be ellipsized,
9729         and give it a minimum size.
9730
9731 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9732
9733         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown):
9734         * shell/ev-sidebar-links.c: (create_loading_model):
9735         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
9736         * shell/ev-view.c: (ev_view_set_document):
9737         * shell/ev-window.c: (ev_window_dispose):
9738         
9739         Various small fixes, mostly memory leaks. Thanks to valgrind.
9740
9741 2005-06-19  Martin Kretzschmar  <martink@gnome.org>
9742
9743         * ps/ps-document.c: remove the locale.h include again ;-). And
9744         kill the (bogus) setlocale/savelocale business.
9745
9746 2005-06-19  Jaap A. Haitsma <jaap@haitsma.org>
9747
9748         * ps/ps-document.c:
9749         
9750         Include locale.h to fix build
9751         
9752         * shell/ev-sidebar.c:
9753         
9754         Remove unnecessary includes
9755
9756 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9757
9758         * dvi/dvi-document.c: (dvi_document_load):
9759         * dvi/mdvi-lib/dviread.c: (mdvi_init_context):
9760         * po/POTFILES.in:
9761         
9762         Check for incorrect dvi files. Fix parsing dvi on AMD64
9763         platform. Thanks to tester@tester.ca (Olivier Crete).
9764
9765 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9766
9767         * shell/ev-page-action.c: (match_selected_cb),
9768         (display_completion_text), (match_completion), (update_model):
9769         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
9770         (expand_open_links):
9771         * shell/ev-sidebar.c: (ev_sidebar_destroy),
9772         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_add_page),
9773         (ev_sidebar_set_document):
9774         * shell/ev-window.c: (ev_window_xfer_job_cb),
9775         (sidebar_widget_model_set), (sidebar_page_main_widget_update_cb):
9776         
9777         Fixed lot's of memory leaks, for example, memory leak on reload, 
9778         described in bug 307793.
9779
9780 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
9781
9782         * pdf/ev-poppler.cc:
9783         * shell/ev-sidebar-thumbnails.c: (clear_range), (add_range),
9784         (update_visible_range), (adjustment_changed_cb),
9785         (ev_sidebar_thumbnails_fill_model),
9786         (ev_sidebar_thumbnails_refresh),
9787         (ev_sidebar_tree_selection_changed),
9788         (ev_sidebar_icon_selection_changed),
9789         (ev_sidebar_thumbnails_use_icon_view),
9790         (ev_sidebar_thumbnails_set_document):
9791         * shell/ev-sidebar-thumbnails.h:
9792         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
9793         (ev_window_cmd_edit_rotate_right), (ev_window_init):
9794
9795         Refresh thumbnails when changing orientation. Not fully
9796         working yet becuase of a sidebar bug.
9797
9798         Set page orientation to poppler page everywhere. This sucks
9799         really need to fix poppler.
9800
9801 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
9802
9803         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
9804         (egg_recent_view_gtk_new_menu_item),
9805         (egg_recent_view_gtk_set_property),
9806         (egg_recent_view_gtk_get_property),
9807         (egg_recent_view_gtk_class_init), (egg_recent_view_gtk_init),
9808         (egg_recent_view_gtk_set_tooltip_func),
9809         (egg_recent_view_gtk_set_label_width),
9810         (egg_recent_view_gtk_get_label_width):
9811         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
9812
9813         Sync with libegg (ellipsize labels)
9814
9815 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9816
9817         * data/evince-ui.xml:
9818         * shell/ev-window.c: (ev_window_cmd_go_forward),
9819         (ev_window_cmd_go_backward):
9820         
9821         Shift + PageUp moves 10 Pages. Fix for 306125
9822
9823 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9824
9825         * pdf/ev-poppler.cc:
9826
9827         Add a flag to check if orientation has been overriden
9828
9829 2005-06-17  Martin Kretzschmar  <martink@gnome.org>
9830
9831         * ps/ps.c (psscan, psfree): read "Creator:" comment, free creator
9832         field if necessary.
9833
9834         * ps/ps.h: add creator field to document.
9835
9836         * ps/ps-document.c (ps_document_get_info): set format to PostScript,
9837         set creator field.
9838
9839 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9840
9841         * data/evince-properties.glade:
9842         * shell/ev-properties.c: (ev_properties_set_document):
9843
9844         s/PDF Version/Format
9845
9846 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9847
9848         * shell/ev-properties.c: (ev_properties_set_document):
9849
9850         Remove unnecessary translations
9851
9852 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9853
9854         * cut-n-paste/toolbar-editor/Makefile.am:
9855
9856         Correct library name    
9857
9858 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9859
9860         * configure.ac:
9861         * cut-n-paste/recent-files/egg-recent-model.c:
9862         (egg_recent_model_write_raw), (egg_recent_model_lock_file),
9863         (egg_recent_model_unlock_file):
9864         * cut-n-paste/recent-files/egg-recent-util.c:
9865         (egg_recent_util_get_unique_id):
9866         * cut-n-paste/recent-files/update-from-egg.sh:
9867         * cut-n-paste/toolbar-editor/Makefile.am:
9868         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
9869         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
9870         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
9871         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
9872         (egg_toolbars_model_get_type):
9873         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
9874
9875         Better makefile for toolbar editor and update everything
9876         to latest libegg.
9877
9878 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9879
9880         * shell/ev-window.c: (update_document_mode):
9881
9882         Prefer presentation mode when the document
9883         require fullscreen.
9884
9885 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9886
9887         * data/evince-ui.xml:
9888         * shell/ev-window.c:
9889
9890         Add control-equal for zooming
9891
9892 2005-06-17  Theppitak Karoonboonyanan  <thep@linux.thai.net>
9893
9894         * configure.ac: Added 'th' (Thai) to ALL_LINGUAS.
9895
9896 2005-06-16  Marco Pesenti Gritti  <mpg@redhat.com>
9897
9898         * backend/ev-document.c: (ev_document_get_orientation):
9899         * backend/ev-document.h:
9900         * pdf/ev-poppler.cc:
9901         * ps/ps-document.c: (ps_document_get_orientation),
9902         (ps_document_set_orientation), (ps_document_document_iface_init):
9903
9904         Add a get_orientation api. Improve set_orientation.
9905
9906         * data/evince-ui.xml:
9907         * shell/ev-view.c: (ev_view_set_orientation),
9908         (ev_view_rotate_right), (ev_view_rotate_left):
9909         * shell/ev-view.h:
9910         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
9911         (ev_window_cmd_edit_rotate_right):
9912
9913         Better ui for changing document orientation
9914
9915 2005-06-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9916
9917         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_property),
9918         (ev_sidebar_links_class_init), (ev_sidebar_links_get_label):
9919         * shell/ev-sidebar-links.h:
9920         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
9921         (ev_sidebar_page_iface_init):
9922         * shell/ev-sidebar-page.h:
9923         * shell/ev-sidebar-thumbnails.c:
9924         (ev_sidebar_thumbnails_get_property),
9925         (ev_sidebar_thumbnails_class_init),
9926         (ev_sidebar_thumbnails_set_document):
9927         * shell/ev-sidebar-thumbnails.h:
9928         * shell/ev-view.c: (ev_view_motion_notify_event):
9929         * shell/ev-window.c: (update_chrome_visibility),
9930         (ev_window_cmd_focus_page_selector),
9931         (ev_window_update_fullscreen_popup), (view_actions_focus_in_cb),
9932         (sidebar_page_main_widget_update_cb), (ev_window_init):
9933         
9934         Autoraise toolbar on GoToPage binding and fix bindings in
9935         EvSidebarThumbnails page.
9936
9937 2005-06-15  Christian Persch  <chpe@cvs.gnome.org>
9938
9939         * shell/ev-properties.c: (update_progress_label):
9940
9941         Hide the progress label when finished; bug #307697.
9942
9943 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
9944
9945         * pdf/ev-poppler.cc:
9946
9947         Enable is_open for links, you will need poppler cvs
9948
9949         * shell/ev-properties.c: (job_fonts_finished_cb):
9950
9951         Get a lock on the document when filling the tree view
9952
9953 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
9954
9955         * backend/ev-document-links.h:
9956         * pdf/ev-poppler.cc:
9957         * shell/ev-sidebar-links.c: (create_loading_model),
9958         (expand_open_links), (job_finished_callback):
9959
9960         Expand links when specified by the document.
9961         Depend on a poppler api (defined out for now)
9962
9963 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
9964
9965         * shell/ev-properties.c: (ev_properties_dispose),
9966         (ev_properties_class_init), (dialog_destroy_cb),
9967         (ev_properties_init), (job_fonts_finished_cb), (setup_fonts_view),
9968         (ev_properties_set_document), (ev_properties_new),
9969         (ev_properties_show):
9970         * shell/ev-properties.h:
9971
9972         Make it an object, cleanup the code, api to show it as transient
9973         and to set the document.
9974
9975         * shell/ev-window.c: (ev_window_setup_document),
9976         (ev_window_cmd_file_properties):
9977
9978         Adapt to EvProperties changes, do not show multiple
9979         times, update it when document changes.
9980
9981 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
9982
9983         * ps/gstypes.h:
9984         * ps/ps-document.c: (ps_document_init), (get_page_orientation),
9985         (ps_document_set_orientation), (ps_document_document_iface_init):
9986         * ps/ps-document.h:
9987
9988         Implement orientation here too
9989
9990         * shell/ev-properties.c: (ev_properties_new):
9991         * data/evince-properties.glade:
9992
9993         Hide the fonts page for backends that doesnt
9994         support it.     
9995
9996 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
9997
9998         * backend/ev-document.c: (ev_document_set_orientation):
9999         * backend/ev-document.h:
10000         * pdf/ev-poppler.cc:
10001
10002         Add orientation api. Currently poppler api is not optimal,
10003         we need to set orientation every time we _get a page.
10004         I will try to fix that at some point.
10005
10006         * data/evince-ui.xml:
10007         * shell/ev-window.c: (ev_window_cmd_edit_landscape),
10008         (ev_window_cmd_edit_portrait), (ev_window_cmd_edit_flip):
10009
10010         Add orientation menu items
10011
10012         * shell/ev-page-cache.c: (ev_page_cache_clear):
10013         * shell/ev-page-cache.h:
10014
10015         Add api to clear the cache
10016
10017         * shell/ev-view.c: (setup_caches), (clear_caches),
10018         (ev_view_set_document), (ev_view_zoom_out),
10019         (ev_view_set_orientation):
10020         * shell/ev-view.h:
10021
10022         Implement orientation changing
10023
10024 2005-06-13  Marco Pesenti Gritti <mpg@redhat.com>
10025
10026         * backend/ev-document-fonts.c: (ev_document_fonts_get_progress),
10027         (ev_document_fonts_scan), (ev_document_fonts_fill_model):
10028         * backend/ev-document-fonts.h:
10029
10030         Separate scan and fill so that we can incrementally fill from
10031         the main thread. Add a progress api.
10032
10033         * data/evince-properties.glade:
10034         * pdf/ev-poppler.cc:
10035         * shell/ev-jobs.c: (ev_job_fonts_new), (ev_job_fonts_run):
10036         * shell/ev-jobs.h:
10037         * shell/ev-properties.c: (update_progress_label),
10038         (job_fonts_finished_cb), (setup_fonts_view):
10039
10040         Incrementally feel the list and show the progress
10041         percentage in a label like acrobat does.
10042
10043         You are going to need poppler cvs
10044
10045 2005-06-11  Marco Pesenti Gritti <mpg@redhat.com>
10046
10047         * backend/ev-document-fonts.c: (ev_document_fonts_fill_model):
10048         * backend/ev-document-fonts.h:
10049         * pdf/ev-poppler.cc:
10050
10051         Make fonts model fill incrementally.
10052
10053         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
10054         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
10055         (ev_job_queue_remove_job):
10056         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
10057         (ev_job_fonts_new), (ev_job_fonts_run):
10058         * shell/ev-jobs.h:
10059
10060         New job for fonts scanning
10061
10062         * shell/ev-properties.c: (job_fonts_finished_cb),
10063         (fill_fonts_treeview), (setup_fonts_view), (ev_properties_new):
10064         * shell/ev-properties.h:
10065         * shell/ev-window.c: (ev_window_cmd_file_properties):
10066
10067         Incrementally feel the treeview using the new job. Show Loading...
10068         message until scanning is completed.
10069
10070         Hopefully I didnt break the build without the poppler patch.
10071
10072 2005-06-10  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10073
10074         * shell/ev-application.c: (ev_application_open):
10075         * shell/ev-document-types.c: (ev_document_type_from_from_mime),
10076         (ev_document_type_get_type), (ev_document_type_lookup):
10077         * shell/ev-document-types.h:
10078         * shell/ev-job-xfer.c: (ev_job_xfer_dispose), (ev_job_xfer_run):
10079         * shell/ev-job-xfer.h:
10080         * shell/ev-window.c: (ev_window_clear_local_uri),
10081         (ev_window_load_job_cb), (ev_window_xfer_job_cb),
10082         (ev_window_open_uri), (ev_window_add_recent), (ev_window_dispose):
10083         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
10084         
10085         Transfer remote documents to tmp directory to display them later.
10086
10087 2005-06-10  Marco Pesenti Gritti <mpg@redhat.com>
10088
10089         * backend/ev-document-info.h:
10090         * shell/ev-properties.c: (ev_properties_new):
10091
10092         s/GTime*/GTime. Not sure why we was using a pointer
10093         at all there!
10094
10095 Wed Jun  8 01:04:22 2005  Jonathan Blandford  <jrb@redhat.com>
10096
10097         * shell/ev-sidebar-thumbnails.c: Use a GtkIconView in certain
10098         situations.  That situation is that you're using GTK+-HEAD with
10099         the patch at #306726 is applied, and you have a document with <
10100         1500 pages in it.  It's not quite as uniformly nice as the
10101         TreeView, but should be better in the long run.
10102
10103         I'm pretty sure I guarded against breaking compilation with
10104         HAVE_GTK_ICON_VIEW_GET_VISIBLE_RANGE gaurds, though it's possible
10105         I missed some.
10106
10107         * shell/ev-window.c (ev_window_init): We don't have our tree/list
10108         widget yet, so I commented that code out
10109         enable_view_actions_for_widget() for now.  Need to figure this
10110         out.
10111
10112         * shell/ev-page-action.c (match_selected_cb): emit the right
10113         signals.  Our cool C-l completion now works.
10114
10115 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10116
10117         * backend/Makefile.am:
10118         * backend/ev-document-fonts.c:
10119         * backend/ev-document-links.c:
10120         * backend/ev-document.c: (ev_document_load):
10121         * backend/ev-document.h:
10122         * backend/ev-job-queue.c:
10123         * backend/ev-job-queue.h:
10124         * backend/ev-jobs.c:
10125         * backend/ev-jobs.h:
10126         * backend/ev-page-cache.c:
10127         * backend/ev-page-cache.h:
10128
10129         EvPageCache and EvJobs are moved to shell.
10130
10131         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown),
10132         (ev_tmp_filename):
10133         * lib/ev-file-helpers.h:
10134         
10135         New helper to work with temporary files
10136         
10137         * shell/Makefile.am:
10138         * shell/ev-application.c: (ev_application_open):
10139         * shell/ev-application.h:
10140         * shell/ev-job-queue.c: (remove_job_from_queue_locked),
10141         (remove_job_from_async_queue), (add_job_to_async_queue),
10142         (add_job_to_queue_locked), (notify_finished), (job_finished_cb),
10143         (handle_job), (search_for_jobs_unlocked),
10144         (no_jobs_available_unlocked), (ev_render_thread),
10145         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
10146         (ev_job_queue_add_job), (move_job_async), (move_job),
10147         (ev_job_queue_update_job), (ev_job_queue_remove_job):
10148         * shell/ev-job-queue.h:
10149         * shell/ev-job-xfer.c: (ev_job_xfer_init), (ev_job_xfer_dispose),
10150         (ev_job_xfer_class_init), (ev_job_xfer_new), (ev_job_xfer_run):
10151         * shell/ev-job-xfer.h:
10152         * shell/ev-jobs.c: (ev_job_init), (ev_job_dispose),
10153         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
10154         (ev_job_links_class_init), (ev_job_render_init),
10155         (ev_job_render_dispose), (ev_job_render_class_init),
10156         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
10157         (ev_job_thumbnail_class_init), (ev_job_load_init),
10158         (ev_job_load_dispose), (ev_job_load_class_init), (ev_job_finished),
10159         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
10160         (render_finished_cb), (ev_job_render_run), (ev_job_thumbnail_new),
10161         (ev_job_thumbnail_run), (ev_job_load_new), (ev_job_load_run):
10162         * shell/ev-jobs.h:
10163         * shell/ev-page-action.c: (ev_page_action_set_document):
10164         * shell/ev-page-cache.c: (ev_page_cache_init),
10165         (ev_page_cache_class_init), (ev_page_cache_finalize),
10166         (ev_page_cache_new), (ev_page_cache_get_n_pages),
10167         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
10168         (ev_page_cache_set_page_label), (ev_page_cache_set_link),
10169         (ev_page_cache_get_title), (ev_page_cache_get_size),
10170         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
10171         (ev_page_cache_get_height_to_page),
10172         (ev_page_cache_get_max_label_chars),
10173         (ev_page_cache_get_page_label),
10174         (ev_page_cache_has_nonnumeric_page_labels),
10175         (ev_page_cache_get_info), (ev_page_cache_next_page),
10176         (ev_page_cache_prev_page), (ev_page_cache_get):
10177         * shell/ev-page-cache.h:
10178         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_update_range),
10179         (ev_pixbuf_cache_clear_job_sizes),
10180         (ev_pixbuf_cache_add_jobs_if_needed),
10181         (ev_pixbuf_cache_set_page_range):
10182         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings):
10183         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document):
10184         * shell/ev-sidebar-thumbnails.c:
10185         (ev_sidebar_tree_selection_changed),
10186         (ev_sidebar_thumbnails_set_document):
10187         * shell/ev-statusbar.c: (ev_statusbar_destroy),
10188         (ev_statusbar_class_init), (ev_statusbar_init), (ev_statusbar_new),
10189         (ev_statusbar_get_context_id), (ev_statusbar_push),
10190         (ev_statusbar_pop), (ev_statusbar_set_maximized),
10191         (ev_statusbar_pulse), (ev_statusbar_show_progress),
10192         (ev_statusbar_set_progress):
10193         * shell/ev-statusbar.h:
10194         * shell/ev-view.c: (ev_view_set_document), (ev_view_find_next),
10195         (ev_view_find_previous):
10196         * shell/ev-window.c: (ev_window_is_empty),
10197         (ev_window_setup_document), (password_dialog_response),
10198         (ev_window_clear_jobs), (ev_window_load_job_cb),
10199         (ev_window_xfer_job_cb), (ev_window_open_uri),
10200         (ev_window_open_uri_list), (ev_window_cmd_recent_file_activate),
10201         (ev_window_print), (ev_window_print_range),
10202         (ev_window_state_event), (ev_window_cmd_view_reload),
10203         (menu_item_select_cb), (menu_item_deselect_cb),
10204         (view_status_changed_cb), (ev_window_dispose),
10205         (drag_data_received_cb), (ev_window_init):
10206         * shell/ev-window.h:
10207         * shell/main.c: (load_files):
10208         
10209         New statusbar to show progress on idle. Two new jobs - 
10210         xfer job and load job to load document in background. And update
10211         of page_cache clients to new location of code.
10212
10213 2005-06-08  Carlos Garcia Campos <carlosgc@gnome.org>
10214
10215         * shell/ev-application.c, shell/ev-window.[ch]: Allow multiple
10216         selection in open dialog. It also remembers the last visited directory 
10217         in the current session.
10218
10219 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10220
10221         * shell/ev-properties.c: (ev_properties_new):
10222         * shell/ev-properties.h:
10223         * shell/ev-window.c: (ev_window_cmd_file_properties):
10224         
10225         Get document info from page cache instead of document itself.
10226         This should fix crash related to race conditions described in
10227         bug 306545.
10228
10229 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
10230
10231         * ps/ps-document.c: (ps_document_init),
10232         (send_ps), (get_page_box), (output), (catchPipe), (input),
10233         (stop_interpreter), (file_length), (file_readable),
10234         (check_filecompressedb), (ps_document_enable_interpreter),
10235         (document_load), (ps_async_renderer_render_pixbuf):
10236         * ps/ps-document.h:
10237
10238         Big cleanup of the ps code
10239
10240 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
10241
10242         * backend/Makefile.am:
10243         * backend/ev-async-renderer.c: (ev_async_renderer_get_type),
10244         (ev_async_renderer_class_init), (ev_async_renderer_render_pixbuf):
10245         * backend/ev-async-renderer.h:
10246
10247         Add an async renderer interface (method + callback) which
10248         is useful for backends like ps.
10249
10250         * backend/ev-job-queue.c: (remove_job_from_async_queue),
10251         (add_job_to_async_queue), (job_finished_cb), (handle_job),
10252         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
10253         (ev_job_queue_add_job), (move_job_async), (move_job),
10254         (ev_job_queue_update_job), (ev_job_queue_remove_job):
10255
10256         Add queues for async renderer, these are executed on the
10257         main thread.
10258
10259         * backend/ev-jobs.c: (ev_job_render_new), (render_finished_cb),
10260         (ev_job_render_run):
10261         * backend/ev-jobs.h:
10262
10263         If the backend support async renderer interface use it.
10264
10265         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
10266         (setup_pixmap), (ps_document_get_type),
10267         (ps_async_renderer_render_pixbuf),
10268         (ps_document_document_iface_init), (ps_async_renderer_iface_init):
10269
10270         Implement async renderer interface.
10271
10272 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10273
10274         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose):
10275
10276         Cleanup links job on exit.
10277
10278 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10279
10280         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
10281         (drag_data_get_cb), (drag_data_received_cb):
10282         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
10283         (drag_data_get_cb), (parse_item_list),
10284         (egg_toolbar_editor_load_actions):
10285         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
10286         (egg_toolbars_model_to_xml), (egg_toolbars_model_save),
10287         (parse_item_list), (parse_toolbars):
10288         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
10289         (dvi_pixbuf_put_pixel):
10290         
10291         Fix gcc 4.0 warnings
10292
10293 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
10294
10295         * ps/ps-document.c: (start_interpreter):
10296
10297         Fix warning when loading ps
10298
10299 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
10300
10301         * ps/ps-document.c: (output):
10302
10303         Fix crash when priting gs error messages.
10304
10305 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
10306
10307         * backend/ev-page-cache.c: (_ev_page_cache_new):
10308         * backend/ev-page-cache.h:
10309
10310         Use a const to return title so that we dont double
10311         free it. Small cleanup and fix a leak.
10312
10313         * shell/ev-window.c: (update_window_title):
10314
10315         strdup value from get_title.
10316
10317 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
10318
10319         * shell/ev-sidebar-links.c: (job_finished_callback),
10320         (ev_sidebar_links_set_document):
10321
10322         Cleanup the old job when changing document
10323
10324 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10325
10326         * shell/ev-stock-icons.c:
10327         * shell/ev-stock-icons.h:
10328         * shell/ev-window.c:
10329         
10330         Add stock icons for actions that can appear in toolbar. Fix for
10331         bug 306566.
10332
10333 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10334
10335         * backend/ev-page-cache.c: (ev_page_cache_finalize),
10336         (_ev_page_cache_new), (ev_page_cache_get_max_width),
10337         (ev_page_cache_get_max_height), (ev_page_cache_get_height_to_page):
10338         * backend/ev-page-cache.h:
10339         * shell/ev-view.c: (scroll_to_current_page),
10340         (view_update_range_and_current_page), (get_page_y_offset),
10341         (get_page_extents), (ev_view_size_request_continuous_dual_page),
10342         (ev_view_size_request_continuous),
10343         (ev_view_zoom_for_size_continuous_and_dual_page),
10344         (ev_view_zoom_for_size_continuous):
10345         
10346         More compact EvView layout in document with pages of different size.
10347
10348 Sat Jun  4 19:20:57 2005  Jonathan Blandford  <jrb@redhat.com>
10349
10350         * shell/ev-window.c (ev_window_cmd_file_properties): fix
10351         compilation.
10352
10353 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10354
10355         * shell/ev-view.c: (view_set_adjustment_values):
10356         * shell/ev-window.c: (ev_window_cmd_file_properties):
10357         
10358         A bit different fix for rounding problem but it has no
10359         problems on startup. Make properties window transient to parent.
10360
10361 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10362
10363         * pdf/ev-poppler.cc:
10364         
10365         More commenting of font stuff.
10366
10367 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
10368
10369         * pdf/ev-poppler.cc:
10370
10371         Comment out some more fonts stuff. Should really
10372         work without the poppler patch now.
10373
10374 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
10375
10376         * pdf/ev-poppler.cc:
10377
10378         Adapt to api change
10379
10380 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
10381
10382         * data/evince-properties.glade:
10383         * pdf/ev-poppler.cc:
10384         * shell/ev-properties.c: (setup_fonts_view):
10385
10386         Set the column title. Show the dialog only
10387         once everything is setup.
10388         Getting font info can be very slow... will
10389         prolly need to make this threaded too.
10390
10391 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
10392
10393         * backend/Makefile.am:
10394         * backend/ev-document-fonts.c: (ev_document_fonts_get_type),
10395         (ev_document_fonts_get_fonts_model):
10396         * backend/ev-document-fonts.h:
10397         * data/evince-properties.glade:
10398         * pdf/ev-poppler.cc:
10399         * shell/ev-properties.c: (setup_fonts_view), (ev_properties_new):
10400         * shell/ev-properties.h:
10401         * shell/ev-window.c: (ev_window_cmd_file_properties):
10402
10403         Implement fonts list. Defined out for now, since it depends
10404         on a not yet committed poppler patch.
10405
10406 Fri Jun  3 21:07:57 2005  Jonathan Blandford  <jrb@redhat.com>
10407
10408         * shell/ev-view.c (get_page_extents): other_page isn't necessarily
10409         page + 1.
10410
10411         * shell/ev-window.c: Make sure we add the timeout when we get a
10412         focus-in event.
10413
10414         * shell/ev-view.c (view_set_adjustment_values): Add 0.5 to
10415         adjustment->value before calculating the zoom factor to average
10416         out all of our rounding errors.  The page no longer 'drifts' when
10417         resizing.
10418
10419 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10420
10421         * data/evince-properties.glade:
10422         * shell/ev-properties.c: (ev_properties_format_date),
10423         (set_property):
10424         
10425         Labels don't expand when the dialogue is resized.
10426         strftime result needs to be converted to UTF-8. Thanks
10427         to Christian Persch <chpe@gnome.org>.
10428
10429 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
10430
10431         * data/evince-properties.glade:
10432
10433         Hide the fonts tab
10434
10435 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
10436
10437         * backend/ev-document-info.h:
10438         * backend/ev-document.c: (ev_document_info_free):
10439         * data/evince-properties.glade:
10440         * pdf/ev-poppler.cc:
10441         * ps/ps-document.c: (ps_document_get_info):
10442         * shell/ev-properties.c: (ev_properties_format_date),
10443         (set_property), (ev_properties_new):
10444         * shell/ev-properties.h:
10445         * shell/ev-window.c: (ev_window_cmd_file_properties):
10446
10447         Rework properties code to take only EvPropertyInfo
10448         in the constructor so that it can be useful for
10449         nautilus plugin too.
10450
10451         Deal with backends that doesnt support some properties.
10452         Make set property code generic.
10453
10454 2005-06-04  Christian Persch <chpe@gnome.org>
10455
10456         * data/evince-properties.glade:
10457
10458         fix spacings, make resizeable, and make data labels
10459         selectable + ellipsised
10460
10461 2005-06-03  Marco Pesenti Gritti <mpg@redhat.com>
10462
10463         * backend/ev-document-info.h:
10464         * data/Makefile.am:
10465         * data/evince-ui.xml:
10466         * pdf/ev-poppler.cc:
10467         * shell/Makefile.am:
10468         * shell/ev-window.c: (update_action_sensitivity),
10469         (ev_window_cmd_file_properties):
10470
10471         Initial go at file properties. Patch by
10472         Emil Soleyman-Zomalan <emil@soleyman.com>.
10473         Needs love see #169583
10474
10475 2005-06-02  Marco Pesenti Gritti <mpg@redhat.com>
10476
10477         * ps/ps-document.c: (output):
10478         * ps/ps.c: (psscan):
10479
10480         Try to render even if psscan fails.
10481
10482 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
10483
10484         * ps/ps.c: (psscan), (pscopydoc):
10485
10486         Port buffered reading code from gv
10487
10488 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
10489
10490         * ps/ps-document.c: (interpreter_message), (output):
10491
10492         Do not fail on interpreter messages
10493
10494 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
10495
10496         * backend/ev-document-misc.c:
10497         (ev_document_misc_get_thumbnail_frame):
10498
10499         Pages can be 0 x 0, dont assert on this case
10500
10501 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10502
10503         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
10504         (ev_sidebar_links_class_init), (ev_sidebar_links_set_document):
10505
10506         Correctly manage our reference on document. Finally the reload
10507         huge leak is gone...
10508
10509 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10510
10511         * ps/ps-document.c: (ps_document_dispose):
10512
10513         Forgot to chain it to the parent. Thanks chpe.
10514
10515 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10516
10517         * ps/ps-document.c: (ps_document_dispose),
10518         (ps_document_class_init), (stop_interpreter), (document_load):
10519
10520         Cleanup dispose a bit. Dont leak the whole pixmap.
10521
10522 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10523
10524         * pdf/ev-poppler.cc:
10525
10526         Release the poppler document on dispose
10527
10528 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10529
10530         * shell/ev-view.c: (ev_view_set_document):
10531
10532         Release ref on the pixbuf cache when changing
10533         document.
10534
10535 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10536
10537         * ps/ps-document.c: (ps_document_get_info):
10538
10539         Fix a double free
10540
10541 2005-05-31  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
10542
10543         * backend/ev-page-cache.c: (ev_page_cache_init),
10544         (_ev_page_cache_new), (ev_page_cache_get_max_label_chars):
10545         * backend/ev-page-cache.h:
10546         * shell/ev-page-action.c: (page_changed_cb):
10547         
10548         Set page action entry width depending on labels width. Fix
10549         for bug 305202.
10550
10551 2005-05-31  Marco Pesenti Gritti  <mpg@redhat.com>
10552
10553         * backend/ev-link.c: (ev_link_class_init):
10554
10555         Allow -1 as page value (error)
10556
10557 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10558
10559         * shell/ev-sidebar-thumbnails.c:
10560         (ev_sidebar_thumbnails_set_document):
10561         * shell/ev-view.c: (scroll_to_current_page),
10562         (view_set_adjustment_values), (ev_view_set_scroll_adjustments),
10563         (page_changed_cb), (on_adjustment_value_changed),
10564         (ev_view_set_document):
10565
10566         Slightly modified patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>.
10567         Fix bug 305377
10568
10569 2005-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10570
10571         * configure.ac:
10572         * djvu/djvu-document.c: (djvu_document_get_page_size):
10573
10574         Require djvulibre CVS. Now djvu loading is much faster. Fix for
10575         bug 301993.
10576
10577 Sat May 28 07:38:03 2005  Jonathan Blandford  <jrb@redhat.com>
10578
10579         * shell/ev-view.c (draw_one_page): modify the expose handling to
10580         get the shadows.
10581
10582         * shell/ev-window.c (update_action_sensitivity): Respect
10583         permissions field.  Kowtow to the man.
10584
10585         * pdf/ev-poppler.cc: Get the permissions field.
10586
10587         * tiff/*c: Make a tiny bit more robust.
10588
10589 2005-05-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10590
10591         * djvu/djvu-document.c:
10592         
10593         Pop messages from djvu context message queue.
10594
10595 2005-05-24  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10596
10597         * configure.ac, Makefile.am, shell/Makefile.am:
10598         * tiff/Makefile.am, shell/ev-document-types.c:
10599         
10600         Cleanup tiff configure checks. Fix for bug 305218.
10601
10602 2005-05-24  Maxim V. Dziumanenko <mvd@mylinux.ua>
10603
10604         * configure.ac: Added "uk" to ALL_LINGUAS.
10605
10606 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10607
10608         * cut-n-paste/zoom-control/ephy-zoom.c:
10609         (ephy_zoom_get_changed_zoom_level):
10610         * cut-n-paste/zoom-control/ephy-zoom.h:
10611         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_set_property),
10612         (ev_view_get_property), (ev_view_class_init), (ev_view_set_zoom):
10613         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
10614         (ev_window_cmd_view_zoom_out), (ev_window_zoom_changed_cb),
10615         (zoom_control_changed_cb), (ev_window_init):
10616         
10617         Fix minor points related to moving best fit up. Introduce
10618         "zoom" property and make zoom control change it's value on
10619         notify::zoom signals. Fix for 305080.
10620
10621 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10622
10623         * data/evince-ui.xml:
10624         * shell/ev-window.c: (set_view_actions_sensitivity):
10625         
10626         Use + and - as accels for zoom in and zoom out. Fix for 305001.
10627
10628 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
10629
10630         * configure.ac:
10631
10632         Depends on poppler 0.3.2
10633
10634 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
10635
10636         * cut-n-paste/recent-files/egg-recent-item.c:
10637         (egg_recent_item_get_short_name):
10638         * cut-n-paste/toolbar-editor/Makefile.am:
10639         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
10640         (new_pixbuf_from_widget):
10641         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
10642         * cut-n-paste/toolbar-editor/egg-marshal.c:
10643         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
10644         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
10645
10646         Sync
10647
10648 Sat May 21 23:18:30 2005  Jonathan Blandford  <jrb@redhat.com>
10649
10650         * tiff/tiff-document.c: Rough TIFF backend.
10651
10652 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
10653
10654         * NEWS:
10655         * configure.ac:
10656         * cut-n-paste/toolbar-editor/Makefile.am:
10657
10658         Release 0.3.1
10659
10660 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
10661
10662         * shell/ev-view.c: (jump_to_find_result), (ev_view_can_find_next),
10663         (ev_view_find_next), (ev_view_find_previous):
10664
10665         Remove the locks around get_n_results   
10666
10667 2005-05-21  Juerg Billeter  <j@bitron.ch>
10668
10669         * pdf/ev-poppler.c: (pdf_document_ps_exporter_begin):
10670
10671         Pass correct number of pages to poppler.
10672
10673 2005-05-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10674
10675         * configure.ac:
10676         * data/Makefile.am:
10677         * data/evince.desktop.in: 
10678         * data/evince.desktop.in.in:
10679         * po/POTFILES.in:
10680         
10681         Add conditionally dvi and djvu to desktop types. Fix for 304658.
10682
10683 Sat May 21 00:21:30 2005  Jonathan Blandford  <jrb@redhat.com>
10684
10685         * shell/ev-view.c: (view_update_adjustments),
10686         (view_set_adjustment_values): cast adjustmen->value to (int)
10687         before using it.  Otherwise, we get off by a pixel in some
10688         situations.
10689
10690         (draw_one_page): Draw the border on expose.
10691
10692 Fri May 20 22:05:25 2005  Jonathan Blandford  <jrb@redhat.com>
10693
10694         * *shell/ev-view.c: Patch from Nickolay V. Shmyrev to reset the
10695         adjustment when the mode changes, #304923
10696
10697 Fri May 20 02:00:03 2005  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10698
10699         * shell/ev-view.c: Use gdk_widget_queue_draw to remove
10700         flickering on resize but still use gdk_window_scroll on
10701         scrolling
10702
10703 Fri May 20 01:46:57 2005  Jonathan Blandford  <jrb@redhat.com>
10704
10705         * shell/ev-view.c: Patch from Nickolay Shmyrev to fix the -p
10706         option, #170458
10707
10708 Fri May 20 01:27:01 2005  Jonathan Blandford  <jrb@redhat.com>
10709
10710         * shell/ev-view.c: Patch from Nickolay Shmyrev to to scroll to
10711         second page on page_changed if possible, #304669
10712
10713 Fri May 20 01:07:15 2005  Jonathan Blandford  <jrb@redhat.com>
10714
10715         * shell/ev-view.c (view_update_adjustments): Use gdk_window_scroll
10716         instead of gtk_widget_queue_draw.  Massive speedups in scrolling.
10717
10718 Fri May 20 01:05:10 2005  Jonathan Blandford  <jrb@redhat.com>
10719
10720         * .cvsignore:
10721         * shell/ev-view.c:(ev_view_size_allocate), (ev_view_class_init),
10722         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
10723         (ev_view_zoom_for_size_presentation),
10724         (ev_view_zoom_for_size_continuous_and_dual_page),
10725         (ev_view_zoom_for_size_continuous),
10726         (ev_view_zoom_for_size_dual_page),
10727         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size):
10728         * shell/ev-view.h:
10729         * shell/ev-window.c: (update_view_size),
10730         (ev_window_sizing_mode_changed_cb):
10731
10732         Patch from Nickolay Shmyrev <nshmyrev@yandex.ru> to handle
10733         the scrollbars.  It's not 100% right, but it's much closer.  Kills
10734         an infinite loop, #304769
10735
10736
10737 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
10738
10739         * data/evince-ui.xml:
10740         * shell/ev-view.c: (ev_view_scroll_view), (ev_view_class_init):
10741         * shell/ev-window.c: (set_view_actions_sensitivity):
10742
10743         Make PgUp/Down behave like Space
10744
10745 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
10746
10747         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
10748         * backend/ev-ps-exporter.h:
10749         * pdf/ev-poppler.cc:
10750         * ps/ps-document.c: (ps_document_ps_export_begin):
10751         * shell/ev-print-job.c: (idle_print_handler):
10752
10753         Adapt to new poppler api
10754
10755 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
10756
10757         * cut-n-paste/zoom-control/ephy-zoom-control.c:
10758         (ephy_zoom_control_init):
10759
10760         Translate zoom levels
10761
10762 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
10763
10764         * cut-n-paste/zoom-control/ephy-zoom.c:
10765         (ephy_zoom_get_zoom_level_index):
10766
10767         Fix current zoom -> zoom control match
10768
10769 2005-05-18  James Bowes  <bowes@cs.dal.ca>
10770
10771         * shell/ev-window.c: (ev_window_init): Give focus to the ev-view,
10772         rather than the scrolled_window that it's in. Fixes bug #304655.
10773
10774 Tue May 17 22:54:17 2005  Jonathan Blandford  <jrb@redhat.com>
10775
10776         * shell/ev-view.c: (view_update_adjustments),
10777         (view_set_adjustment_values), (view_update_range_and_current_page),
10778         (view_scroll_to_page), (set_scroll_adjustment),
10779         (ev_view_set_scroll_adjustments), (add_scroll_binding_keypad),
10780         (ev_view_scroll), (ev_view_scroll_view),
10781         (ensure_rectangle_is_visible), (find_page_at_location),
10782         (get_link_at_location), (go_to_link), (status_message_from_link),
10783         (ev_view_size_request_continuous_dual_page),
10784         (ev_view_size_request), (ev_view_size_allocate), (ev_view_realize),
10785         (ev_view_unrealize), (ev_view_expose_event),
10786         (ev_view_button_press_event), (ev_view_motion_notify_event),
10787         (ev_view_button_release_event), (ev_gdk_color_to_rgb),
10788         (draw_rubberband), (highlight_find_results), (draw_one_page),
10789         (ev_view_finalize), (ev_view_destroy), (ev_view_class_init),
10790         (ev_view_init), (find_changed_cb), (page_changed_cb),
10791         (on_adjustment_value_changed), (ev_view_new),
10792         (ev_view_set_document), (ev_view_set_zoom),
10793         (ev_view_set_continuous), (ev_view_set_dual_page),
10794         (ev_view_set_presentation), (ev_view_zoom_in), (ev_view_zoom_out),
10795         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
10796         (ev_view_zoom_for_size_presentation),
10797         (ev_view_zoom_for_size_continuous_dual_page),
10798         (ev_view_zoom_for_size_continuous),
10799         (ev_view_zoom_for_size_dual_page),
10800         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
10801         (ev_view_get_status), (ev_view_set_status),
10802         (update_find_status_message), (ev_view_get_find_status),
10803         (ev_view_set_find_status), (jump_to_find_result),
10804         (jump_to_find_page), (compute_selections), (clear_selection),
10805         (ev_view_select_all), (get_selected_text), (ev_view_copy),
10806         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
10807         (ev_view_update_primary_selection),
10808         (ev_view_create_invisible_cursor), (ev_view_set_cursor):
10809         * shell/ev-view.h:
10810         * shell/ev-window.c: (ev_window_open_page_label),
10811         (ev_window_cmd_view_reload), (ev_window_sizing_mode_changed_cb),
10812         (ev_window_init):
10813         * shell/ev-window.h:
10814         * shell/main.c: (load_files):
10815
10816         Massive code clean up from Nickolay Shmyrev.  Keep page offset
10817         when resizing.  Remove the bin_window().  Also, patch from James
10818         Bowes to fix command line page, #300641
10819         
10820 2005-05-17  Marco Pesenti Gritti  <mpg@redhat.com>
10821
10822         * data/evince-ui.xml:
10823         * shell/ev-view.c:
10824         * shell/ev-view.h:
10825         * shell/ev-window.c: (update_action_sensitivity):
10826
10827         Get rid of View->Normal Size, it's just confusing
10828
10829 Tue May 17 00:51:21 2005  Jonathan Blandford  <jrb@redhat.com>
10830
10831         * backend/ev-document-info.h:
10832         * backend/ev-document.c: (ev_document_info_free): Free the
10833         EvDocumentInfo.
10834
10835         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
10836         (clear_range), (add_range), (update_visible_range),
10837         (adjustment_changed_cb), (ev_sidebar_thumbnails_init),
10838         (ev_sidebar_thumbnails_set_document):
10839         * shell/ev-window.c: (ev_window_setup_document): Only render the
10840         visible thumbnails.  It takes an instant to render, but it uses
10841         much less memory.
10842
10843 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
10844
10845         * shell/ev-sidebar-links.c: (popup_menu_cb):
10846
10847         Select first item
10848
10849 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
10850
10851         * lib/Makefile.am:
10852         * shell/ev-sidebar-links.c: (build_popup_menu), (popup_menu_cb),
10853         (button_press_cb), (ev_sidebar_links_construct):
10854
10855         Show the popup menu also on keybindings
10856
10857 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
10858
10859         * shell/ev-window.c: (ev_window_print), (ev_window_print_range):
10860         * shell/ev-window.h:
10861
10862         Expose api to print a range (with dialog). Make private _print use
10863         it.
10864
10865         * shell/ev-sidebar-links.c: (print_section_cb), (button_press_cb),
10866         (ev_sidebar_links_construct):
10867
10868         Show a print context menu on linkx, it prints the selected
10869         section.
10870
10871 2005-05-15  Carlos Garcia Campos <carlosgc@gnome.org>
10872
10873         * shell/ev-sidebar.c: make the drop down menu as width as the toggle
10874         button.
10875
10876 2005-05-12  Marco Pesenti Gritti  <mpg@redhat.com>
10877
10878         * AUTHORS:
10879
10880         Update
10881
10882         * shell/ev-window.c: (build_comments_string),
10883         (ev_window_cmd_help_about):
10884
10885         Show poppler version/backend and authors
10886
10887 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
10888
10889         * cut-n-paste/zoom-control/ephy-zoom.c:
10890         (ephy_zoom_get_zoom_level_index):
10891         * cut-n-paste/zoom-control/ephy-zoom.h:
10892
10893         Move the best fit items at the top of the list
10894
10895 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
10896
10897         * shell/ev-marshal.list:
10898         * shell/ev-page-action.c: (ev_page_action_widget_class_init),
10899         (activate_cb), (match_selected_cb), (activate_link_cb),
10900         (connect_proxy), (ev_page_action_class_init):
10901         * shell/ev-page-action.h:
10902
10903         Use signals to notify action activation. Hopefully
10904         I did not break completion since I cant test...
10905
10906         * shell/ev-window.c: (activate_link_cb), (activate_label_cb),
10907         (register_custom_actions):
10908
10909         Connect to page selector actions and also grab focus on
10910         the view when activated.
10911
10912 Wed May 11 01:18:29 2005  Jonathan Blandford  <jrb@redhat.com>
10913
10914         * pdf/ev-poppler.cc:
10915         * backend/ev-page-cache.c: make page size calculation consistent
10916         and set it to (int)( width * scale + 0.5).  This makes the weird
10917         line going through the middle of the page go away.
10918
10919         * shell/ev-view.c: move painting the background page after
10920         checking the expose area covers us.
10921
10922 2005-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10923
10924         * data/evince-password.glade:
10925         
10926         Mark labels as not translatable. Fix for bug 302842.
10927
10928 2005-05-10  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
10929
10930         * configure.ac: Added "es" to ALL_LINGUAS.
10931
10932 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10933
10934         * data/evince-toolbar.xml:
10935         * shell/ev-window.c: (update_action_sensitivity),
10936         (ev_window_setup_document), (ev_window_set_page_mode),
10937         (ev_window_init):
10938
10939         Remove some leftover code from jrb first continous
10940         attempt. Use the new actions, we still need good icons
10941         though...
10942
10943 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10944
10945         * shell/ev-page-action.c: (update_pages_label), (connect_proxy):
10946
10947         Update label when connecting proxy. Fix a warning with NULL
10948         page_cache.
10949
10950 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10951
10952         * data/evince-ui.xml:
10953         * shell/ev-page-action.c: (ev_page_action_grab_focus):
10954         * shell/ev-page-action.h:
10955         * shell/ev-window.c: (ev_window_cmd_focus_page_selector):
10956
10957         Add mnemonic for edit toolbar.
10958         ctrl+l focus the page entry.
10959
10960 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10961
10962         * lib/Makefile.am:
10963         * shell/ev-window.c: (ev_window_cmd_edit_toolbar_cb),
10964         (ev_window_init):
10965         * shell/main.c: (main):
10966
10967         Put the toolbar xml in evince own dot dir
10968
10969 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10970
10971         * shell/ev-window.c: (ev_window_init):
10972
10973         Make the toolbar not removable
10974
10975 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10976
10977         * data/evince-ui.xml:
10978         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_treeview):
10979         * shell/ev-sidebar-links.h:
10980         * shell/ev-sidebar-thumbnails.c:
10981         (ev_sidebar_thumbnails_get_treeview):
10982         * shell/ev-sidebar-thumbnails.h:
10983         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_view),
10984         (ev_view_class_init):
10985         * shell/ev-view.h:
10986         * shell/ev-window.c: (update_action_sensitivity),
10987         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
10988         (set_view_actions_sensitivity), (view_actions_focus_in_cb),
10989         (view_actions_focus_out_cb), (enable_view_actions_for_widget),
10990         (ev_window_init):
10991
10992         This is evil... Make space/backspace global accelerators but
10993         enable them only for some widgets (sidebars and view).
10994         I dont like it, but I dont know a better way... :/
10995
10996 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10997
10998         * shell/ev-page-action.c: (ev_page_action_widget_set_page_cache),
10999         (ev_page_action_widget_finalize),
11000         (ev_page_action_widget_class_init), (update_page_cache):
11001
11002         Keep a weak reference on proxy->page_cache so that we
11003         dont try to disconnect the signal if the object is already
11004         gone. Maybe there is a better way to cleanup reference handling
11005         in page action though...
11006
11007 2005-05-10  Juerg Billeter  <j@bitron.ch>
11008
11009         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
11010         * backend/ev-ps-exporter.h:
11011         * pdf/ev-poppler.cc: (pdf_document_ps_exporter_begin):
11012         * ps/ps-document.c: (ps_document_ps_export_begin):
11013         
11014         Change api to pass print range to ps_exporter_begin. The pdf backend
11015         requires this information.
11016         
11017         * shell/ev-print-job.c: (idle_print_handler):
11018         
11019         Adapt to api change
11020
11021 2005-05-10  Juerg Billeter  <j@bitron.ch>
11022
11023         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
11024         (idle_print_handler)
11025         * shell/ev-window.c: (ev_window_print):
11026
11027         Support printing page range, based on patch by Amaury Jacquot
11028
11029 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11030
11031         * data/evince-toolbar.xml:
11032
11033         Add zoom control to available items
11034
11035 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11036
11037         * shell/ev-window.c: (update_action_sensitivity):
11038
11039         Set slash action insensitive when appropriate
11040
11041 2005-05-10  Christian Persch <chpe@gnome.org>
11042
11043         * cut-n-paste/zoom-control/ephy-zoom-action.c: (create_menu_item):
11044
11045         Fix warning on the overflow menu
11046
11047 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11048
11049         * shell/ev-window.c: (sanity_check_uri), (ev_window_open):
11050
11051         Check for uri correctness/existence
11052
11053 2005-05-09  Juerg Billeter  <j@bitron.ch>
11054
11055         * shell/ev-window.c: (using_postscript_printer):
11056
11057         LPD printers use postscript, too
11058
11059 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11060
11061         * shell/ev-window.c: (register_custom_actions):
11062
11063         The zoom one is actually sort of useful,
11064         put it back
11065
11066 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11067
11068         * shell/ev-window.c: (register_custom_actions):
11069
11070         Hide page/zoom controls from overflow, they
11071         are useless.
11072
11073 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11074
11075         * cut-n-paste/update-from-egg.sh:
11076         
11077         Share it between all cut-n-paste subdirs
11078
11079         * cut-n-paste/recent-files/Makefile.am:
11080
11081         Fix to use "global" update-from-egg.sh
11082
11083         * cut-n-paste/recent-files/egg-recent-model.c:
11084         (egg_recent_model_changed_timeout), (egg_recent_model_finalize):
11085         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
11086         (egg_recent_view_gtk_clear), (egg_recent_view_gtk_set_list),
11087         (egg_recent_view_gtk_finalize), (egg_recent_view_gtk_set_menu):
11088
11089         Update from libegg
11090
11091         * cut-n-paste/toolbar-editor/Makefile.am:
11092
11093         Fix to use "global" update-from-egg.sh
11094
11095         * cut-n-paste/toolbar-editor/eggmarshalers.list:
11096
11097         Update from libegg
11098
11099 2005-05-09  Marco Pesenti Gritti <mpg@redhat.com>
11100
11101         * configure.ac:
11102         * cut-n-paste/Makefile.am:
11103         * cut-n-paste/recent-files/Makefile.am:
11104         * cut-n-paste/toolbar-editor/.cvsignore:
11105         * cut-n-paste/toolbar-editor/Makefile.am:
11106         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
11107         (egg_editable_toolbar_get_type), (get_toolbar_position),
11108         (get_n_toolbars), (get_dock_nth), (get_toolbar_nth), (find_action),
11109         (drag_data_delete_cb), (drag_begin_cb), (drag_end_cb),
11110         (drag_data_get_cb), (set_drag_cursor), (unset_drag_cursor),
11111         (set_item_drag_source), (create_item_from_action), (create_item),
11112         (data_is_separator), (drag_data_received_cb), (remove_toolbar_cb),
11113         (popup_toolbar_context_menu_cb), (free_dragged_item),
11114         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
11115         (toolbar_drag_leave_cb), (create_dock), (set_fixed_style),
11116         (unset_fixed_style), (toolbar_changed_cb), (unparent_fixed),
11117         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
11118         (item_added_cb), (item_removed_cb),
11119         (egg_editable_toolbar_construct),
11120         (egg_editable_toolbar_disconnect_model),
11121         (egg_editable_toolbar_deconstruct),
11122         (egg_editable_toolbar_set_model),
11123         (egg_editable_toolbar_set_ui_manager),
11124         (egg_editable_toolbar_set_property),
11125         (egg_editable_toolbar_get_property),
11126         (egg_editable_toolbar_class_init), (egg_editable_toolbar_init),
11127         (egg_editable_toolbar_finalize), (egg_editable_toolbar_new),
11128         (egg_editable_toolbar_new_with_model),
11129         (egg_editable_toolbar_get_edit_mode),
11130         (egg_editable_toolbar_set_edit_mode), (egg_editable_toolbar_show),
11131         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed),
11132         (egg_editable_toolbar_set_drag_dest), (fake_expose_widget),
11133         (new_pixbuf_from_widget), (new_separator_pixbuf),
11134         (update_separator_image), (style_set_cb),
11135         (_egg_editable_toolbar_new_separator_image),
11136         (egg_editable_toolbar_get_model):
11137         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
11138         * cut-n-paste/toolbar-editor/egg-marshal.c:
11139         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
11140         (egg_toolbar_editor_get_type), (compare_actions), (find_action),
11141         (egg_toolbar_editor_set_ui_manager), (toolbar_removed_cb),
11142         (egg_toolbar_editor_set_model), (egg_toolbar_editor_set_property),
11143         (egg_toolbar_editor_get_property), (egg_toolbar_editor_class_init),
11144         (egg_toolbar_editor_finalize), (egg_toolbar_editor_new),
11145         (drag_begin_cb), (drag_end_cb), (editor_drag_data_received_cb),
11146         (editor_drag_data_delete_cb), (drag_data_get_cb),
11147         (elide_underscores), (set_drag_cursor), (event_box_realize_cb),
11148         (editor_create_item), (update_editor_sheet), (setup_editor),
11149         (egg_toolbar_editor_init), (egg_toolbar_editor_add_action),
11150         (parse_item_list), (model_has_action), (update_actions_list),
11151         (egg_toolbar_editor_load_actions):
11152         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
11153         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
11154         (egg_toolbars_model_get_type), (egg_toolbars_model_to_xml),
11155         (safe_save_xml), (egg_toolbars_model_save), (toolbars_toolbar_new),
11156         (toolbars_item_new), (free_toolbar_node), (free_item_node),
11157         (egg_toolbars_model_get_flags), (egg_toolbars_model_set_flags),
11158         (egg_toolbars_model_add_separator), (impl_add_item),
11159         (parse_item_list), (egg_toolbars_model_add_toolbar),
11160         (parse_toolbars), (egg_toolbars_model_load), (impl_get_item_id),
11161         (impl_get_item_data), (impl_get_item_type),
11162         (_egg_accumulator_STRING), (egg_toolbars_model_class_init),
11163         (egg_toolbars_model_init), (free_toolbar),
11164         (egg_toolbars_model_finalize), (egg_toolbars_model_new),
11165         (egg_toolbars_model_remove_toolbar),
11166         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
11167         (egg_toolbars_model_n_items), (egg_toolbars_model_item_nth),
11168         (egg_toolbars_model_n_toolbars), (egg_toolbars_model_toolbar_nth),
11169         (egg_toolbars_model_add_item), (egg_toolbars_model_get_item_id),
11170         (egg_toolbars_model_get_item_data),
11171         (egg_toolbars_model_get_item_type):
11172         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
11173         * cut-n-paste/toolbar-editor/eggmarshalers.list:
11174         * data/Makefile.am:
11175         * data/evince-toolbar.xml:
11176         * data/evince-ui.xml:
11177         * data/hand-open.png:
11178         * po/POTFILES.in:
11179         * shell/Makefile.am:
11180         * shell/ev-window.c: (update_chrome_visibility),
11181         (ev_window_cmd_edit_toolbar_cb), (ev_window_cmd_edit_toolbar),
11182         (ev_window_dispose), (ev_window_init):
11183
11184         Implement epiphany like toolbar editor. Based on patch by
11185         Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11186
11187 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11188
11189         * shell/ev-sidebar-thumbnails.c: (page_changed_cb):
11190
11191         Use set_cursor instead of set_selection, so that
11192         the keyboard focus moves too.
11193
11194 2005-05-09  Aleksey Kliger <akliger@gmail.com>
11195
11196         * dvi/mdvi-lib/tfmfile.c: (lookup_font_metrics):
11197
11198         Fix infinite loop when loading Type1 fonts
11199
11200 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11201
11202         * data/evince-ui.xml:
11203         * shell/ev-window.c:
11204
11205         Slash -> Find
11206
11207 2005-05-09  Thomas de Grenier de Latour <degrenier@easyconnect.fr>
11208
11209         * configure.ac:
11210
11211         Make --disable really disable
11212
11213 2005-05-07  Juerg Billeter  <j@bitron.ch>
11214
11215         * backend/ev-page-cache.c: (ev_page_cache_set_page_label):
11216
11217         Compare page labels even without has_labels set, fixes setting page
11218         with entry
11219
11220 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11221
11222         * shell/ev-view.c: (ev_view_create_invisible_cursor),
11223         (ev_view_set_cursor), (ev_view_button_press_event),
11224         (ev_view_motion_notify_event), (ev_view_button_release_event),
11225         (ev_view_init):
11226
11227         Implement middle button scrolling. Based on a patch
11228         by Tommi Komulainen <tommi.komulainen@iki.fi>.
11229
11230 2005-05-08  Marco Pesenti Gritti  <mpg@redhat.com>
11231
11232         * shell/ev-document-types.c: (get_slow_mime_type),
11233         (get_document_type_from_mime), (ev_document_type_lookup):
11234         * shell/ev-document-types.h:
11235
11236         Change api to lookup from uri. Do fast lookup first, if the
11237         type is unknown try with data sniffing.
11238
11239         * shell/ev-window.c: (ev_window_open), (ev_window_open_uri_list):
11240         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
11241
11242         Adapt to api change
11243
11244 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
11245
11246         * thumbnailer/Makefile.am:
11247
11248         Fix distcheck
11249
11250 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
11251
11252         * NEWS:
11253         * configure.ac:
11254
11255         Release 0.3.0
11256
11257         * data/evince-ui.xml:
11258
11259         Hide presentation mode for now
11260
11261         * shell/ev-view.c: (highlight_find_results):
11262
11263         Show current find selection only on current page
11264
11265 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
11266
11267         * shell/ev-view.c: (ev_view_select_all):
11268
11269         Compute size of the actual page, not of
11270         the current one.
11271
11272 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
11273
11274         * shell/ev-view.c: (clear_selection), (ev_view_finalize),
11275         (view_rect_to_doc_rect), (compute_selections),
11276         (ev_view_bin_expose), (ev_view_select_all), (get_selected_text),
11277         (ev_view_copy), (ev_view_primary_get_cb),
11278         (ev_view_primary_clear_cb), (ev_view_update_primary_selection),
11279         (ev_view_button_press_event), (ev_view_motion_notify_event),
11280         (ev_view_button_release_event), (page_changed_cb):
11281
11282         Fix text selection
11283
11284 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
11285
11286         * shell/ev-view.c: (compute_border), (get_page_extents),
11287         (doc_rect_to_view_rect), (highlight_find_results),
11288         (ev_view_bin_expose), (ev_view_select_all),
11289         (ev_view_motion_notify_event), (update_find_status_message),
11290         (jump_to_find_result), (jump_to_find_page):
11291
11292         First go at fixing search, still buggy
11293
11294 2005-05-04  Kristian Høgsberg  <krh@redhat.com>
11295
11296         * shell/ev-sidebar.c (ev_sidebar_init): Remove frame around
11297         dropdown box and button at the top of the sidebar.
11298
11299 2005-05-02  James Bowes  <bowes@cs.dal.ca>
11300
11301         * configure.ac: Output zoom-control Makefile.
11302         * cut-n-paste/Makefile.am: build zoom-control subdir.
11303         * cut-n-paste/zoom-control/ephy-zoom-action.c:
11304         * cut-n-paste/zoom-control/ephy-zoom-action.h:
11305         * cut-n-paste/zoom-control/ephy-zoom-control.c:
11306         * cut-n-paste/zoom-control/ephy-zoom-control.h:
11307         * cut-n-paste/zoom-control/ephy-zoom.c:
11308         * cut-n-paste/zoom-control/ephy-zoom.h: New files imported
11309         from epiphany, and modified to add a separator into the menu.
11310         * cut-n-paste/zoom-control/Makefile.am: Build zoom-control.
11311         * data/evince-ui.xml: Replace old zoom toolbar actions with new
11312         zoom-control action.
11313         * shell/Makefile.am: Include zoom-control flags.
11314         * shell/ev-view.c: (ev_view_set_zoom), (ev_view_get_zoom),
11315         (ev_view_get_sizing_mode), (ev_view_zoom_in), (ev_view_zoom_out),
11316         (ev_view_zoom_for_size_presentation),
11317         (ev_view_zoom_for_size_continuous_and_dual_page),
11318         (ev_view_zoom_for_size_continuous),
11319         (ev_view_zoom_for_size_dual_page),
11320         (ev_view_zoom_for_size_single_page), (ev_view_zoom_normal): 
11321         s/ev_view_zoom/ev_view_set_zoom/ and make public, add 
11322         ev_view_get_zoom and ev_view_get_sizing_mode.
11323         * shell/ev-view.h:
11324         * shell/ev-window.c: (update_action_sensitivity),
11325         (update_sizing_buttons), (zoom_control_changed_cb),
11326         (register_custom_actions): Initialize and use the zoom-control 
11327         widget.
11328
11329 Sun May  1 00:46:47 2005  Jonathan Blandford  <jrb@redhat.com>
11330
11331         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init): Change the
11332         preview cache back to 1.  Don't know when it got set to 0.
11333         
11334         * shell/ev-view.c: (compute_border), (ev_view_realize),
11335         (draw_one_page), (ev_view_set_property), (ev_view_get_property),
11336         (ev_view_class_init), (ev_view_init), (ev_view_set_fullscreen),
11337         (ev_view_get_fullscreen), (ev_view_set_presentation),
11338         (ev_view_get_presentation), (ev_view_set_sizing_mode),
11339         (ev_view_zoom_for_size_presentation), (ev_view_set_zoom_for_size):
11340         * shell/ev-view.h:
11341         * shell/ev-window.c:
11342         (update_chrome_visibility),
11343         (ev_window_cmd_continuous), (ev_window_cmd_dual),
11344         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
11345         (update_document_mode), (ev_window_update_fullscreen_action),
11346         (ev_window_fullscreen), (ev_window_unfullscreen),
11347         (ev_window_cmd_view_fullscreen),
11348         (ev_window_update_presentation_action),
11349         (ev_window_run_presentation), (ev_window_stop_presentation),
11350         (ev_window_cmd_view_presentation), (ev_window_state_event),
11351         (ev_window_focus_in_event), (ev_window_focus_out_event),
11352         (ev_window_cmd_escape), (ev_window_sidebar_visibility_changed_cb):
11353         * data/evince-ui.xml: Initial presentation mode.  We should
11354         probably hide this until it's done, as it's quite rough.  Also,
11355         change full-screen to fullscreen and add two getters to EvView.
11356
11357 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
11358
11359         * shell/ev-page-action.c: (update_page_cache),
11360         (ev_page_action_dispose):
11361         * shell/ev-window.c: (destroy_fullscreen_popup),
11362         (ev_window_create_fullscreen_popup):
11363
11364         Use connect_object rather than explicitly
11365         disconnect on dispose.
11366
11367 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
11368
11369         * shell/ev-page-action.c: (update_page_cache),
11370         (ev_page_action_dispose):
11371
11372 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11373
11374         * backend/ev-page-cache.c: (_ev_page_cache_new),
11375         (ev_page_cache_set_page_label),
11376         (ev_page_cache_has_nonnumeric_page_labels):
11377         * backend/ev-page-cache.h:
11378         * shell/ev-page-action.c: (update_pages_label):
11379         
11380         If all page labels are numeric, fallback to default
11381         way to display number of pages. See bug 173185.
11382
11383 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11384
11385         * shell/ev-page-action.c: (ev_page_action_dispose):
11386         * shell/ev-view.c: (view_update_range_and_current_page):
11387         * shell/ev-window.c: (ev_window_dispose):
11388         
11389         Set page on scroll in continuous mode. Fixes bug 301986.
11390         Also cleanup callbacks on destroy of EvWindow and EvPageAction.
11391
11392 2005-04-26  Marco Pesenti Gritti <mpg@redhat.com>
11393
11394         * configure.ac:
11395
11396         Require poppler 0.3.0
11397
11398 2005-04-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
11399         
11400         * shell/Makefile.am, configure.ac: Fix build problems
11401         with t1lib. Bug 301996.
11402
11403 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11404
11405         * shell/ev-view.c: (ev_view_scroll_event):
11406         
11407         Scroll up increase zoom
11408
11409 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11410
11411         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init),
11412         (ev_view_set_sizing_mode),
11413         (ev_view_zoom_for_size_continuous_and_dual_page),
11414         (ev_view_zoom_for_size_continuous):
11415         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
11416         (ev_window_cmd_view_page_width), (ev_window_cmd_view_zoom_in),
11417         (ev_window_cmd_view_zoom_out), (ev_window_sizing_mode_changed_cb),
11418         (ev_window_init):
11419
11420         Control + Scroll does zooming, Shift + Scroll scrolls horizontally
11421         Fix for 165473 and 165472.
11422
11423 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11424
11425         * po/POTFILES.in:
11426         * thumbnailer/Makefile.am:
11427         * thumbnailer/evince-thumbnailer-djvu.schemas.in:
11428         * thumbnailer/evince-thumbnailer-dvi.schemas.in:
11429         * thumbnailer/evince-thumbnailer.schemas.in:
11430         
11431         Make thumbnailer schemas translatable. Fix for bug 301773
11432         
11433         * thumbnailer/evince-thumbnailer-djvu.schemas:
11434         * thumbnailer/evince-thumbnailer-dvi.schemas:
11435         * thumbnailer/evince-thumbnailer.schemas:
11436
11437         Removed files
11438
11439 Sun Apr 24 01:37:39 2005  Jonathan Blandford  <jrb@redhat.com>
11440
11441         * shell/ev-view.c (ev_view_init): forgot to set this.
11442
11443 Sun Apr 24 01:07:27 2005  Jonathan Blandford  <jrb@redhat.com>
11444
11445         * shell/ev-view.c: (find_page_at_location),
11446         (get_link_at_location),
11447         (ev_view_set_show_border), (ev_view_set_spacing),
11448         (ev_view_zoom_for_size_continuous_and_dual_page),
11449         (ev_view_zoom_for_size_continuous): Fix links for dual/continuous.
11450         Also, add a quick fix measuring of widths.  Also, removed
11451         ev_view_set_spacing and ev_view_set_show_border.
11452         
11453         * shell/ev-window.c: (ev_window_unfullscreen),
11454         (ev_window_cmd_view_fullscreen): Don't adjust the border/spacing.
11455
11456 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11457
11458         * shell/ev-view.c: (view_update_range_and_current_page),
11459         (page_changed_cb):
11460         
11461         Fix crash on exit and scrolling to page in continuous view.
11462
11463 Sat Apr 23 13:13:04 2005  Jonathan Blandford  <jrb@redhat.com>
11464
11465         * TODO:
11466         * backend/ev-page-cache.c: (_ev_page_cache_new),
11467         (ev_page_cache_get_max_width_size),
11468         (ev_page_cache_get_max_height_size):
11469         * backend/ev-page-cache.h:
11470         * data/evince-ui.xml:
11471         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init):
11472         * shell/ev-view.c: (view_update_adjustments),
11473         (view_update_range_and_current_page), (get_bounding_box_size),
11474         (ev_view_size_request_continuous_and_dual_page),
11475         (ev_view_size_request_continuous),
11476         (ev_view_size_request_dual_page),
11477         (ev_view_size_request_single_page), (ev_view_size_request),
11478         (ev_view_size_allocate), (get_page_extents), (draw_one_page),
11479         (ev_view_bin_expose), (ev_view_expose_event),
11480         (ev_view_set_property), (ev_view_get_property),
11481         (ev_view_class_init), (ev_view_init), (ev_view_new),
11482         (page_changed_cb), (ev_view_zoom), (ev_view_set_continuous),
11483         (ev_view_set_dual_page), (ev_view_set_full_screen),
11484         (ev_view_set_presentation), (ev_view_set_sizing_mode),
11485         (ev_view_can_zoom_in), (ev_view_can_zoom_out), (ev_view_zoom_in),
11486         (ev_view_zoom_out), (zoom_for_size_fit_width),
11487         (zoom_for_size_best_fit),
11488         (ev_view_zoom_for_size_continuous_and_dual_page),
11489         (ev_view_zoom_for_size_continuous),
11490         (ev_view_zoom_for_size_dual_page),
11491         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
11492         (ev_view_show_cursor), (ev_sizing_mode_get_type):
11493         * shell/ev-view.h:
11494         * shell/ev-window.c: (update_action_sensitivity),
11495         (ev_window_cmd_continuous), (ev_window_cmd_dual),
11496         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
11497         (update_sizing_buttons), (ev_window_cmd_view_zoom_in),
11498         (ev_window_cmd_view_zoom_out), (update_view_size),
11499         (ev_window_set_sizing_mode), (ev_window_init):
11500
11501         Add Continuous and Dual page modes.
11502
11503 2005-04-23  James Bowes  <bowes@cs.dal.ca>
11504
11505         * dvi/dvi-document.c: (dvi_document_load),
11506         (dvi_document_thumbnails_get_thumbnail),
11507         (dvi_document_init_params): Fix up some mixups between
11508         width and height to correct thumbnail rendering.
11509
11510 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11511
11512         * dvi/mdvi-lib/private.h:
11513         * dvi/mdvi-lib/setup.c: (mdvi_init_kpathsea):
11514         
11515         Suppess output for kpathsea during font generation. Thanks to
11516         James Bowes
11517
11518 Fri Apr 22 19:57:46 2005  Jonathan Blandford  <jrb@redhat.com>
11519
11520         * NEWS:
11521         * configure.ac:
11522
11523         Release 0.2.1
11524
11525         * Makefile.am: fix distcheck.
11526
11527 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11528
11529         * shell/ev-sidebar-links.c: (selection_changed_callback),
11530         (update_page_callback), (row_activated_callback),
11531         (job_finished_callback), (ev_sidebar_links_set_document):
11532         
11533         Fix for bug #169901. Double click on links expands tree.
11534
11535 2005-03-14  Bryan Clark  <clarkbw@cvs.gnome.org>
11536
11537         * shell/ev-window.c (ev_window_init): Removed fullscreen toolbar
11538         hard-coded style. Fix for bug 170111
11539
11540 2005-04-22  Kristian Høgsberg  <krh@redhat.com>
11541
11542         * shell/ev-view.c (highlight_find_results): Remove unnecessary
11543         locking.
11544
11545 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
11546
11547         * thumbnailer/evince-thumbnailer.schemas: real fix for bug 172496
11548
11549 2005-04-22  Marco Pesenti Gritti  <mpg@redhat.com>
11550
11551         * pdf/ev-poppler.cc:
11552         * shell/ev-view.c: (highlight_find_results):
11553
11554         Fix find on single page documents
11555
11556 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
11557
11558         * data/evince.schemas.in: fix for bug 301390
11559
11560 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
11561
11562         * shell/ev-view.c: (ev_view_can_zoom_in), (ev_view_can_zoom_out),
11563         (ev_view_zoom_out), (ev_view_zoom_normal):
11564         * shell/ev-view.h:
11565         * shell/ev-window.c: (update_action_sensitivity),
11566         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
11567         (ev_window_cmd_view_zoom_in), (ev_window_cmd_view_zoom_out),
11568         (ev_window_cmd_view_normal_size):
11569
11570         Fix normal size zoom. Make zoom in/zoom out unsensitive when
11571         they are behyond the limits. Tweak MAX_ZOOM to 6, sucks but
11572         better than oom. 
11573
11574 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
11575
11576         * configure.ac:
11577
11578         Depend on 2.57, 2.59 doesnt seem to be necessary
11579
11580 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
11581
11582         * shell/ev-page-action.c: (update_pages_label), (page_changed_cb),
11583         (create_tool_item):
11584
11585         Put back total number of pages as (1 of 1234)
11586
11587 Thu Apr 21 23:37:52 2005  Jonathan Blandford  <jrb@redhat.com>
11588
11589         * shell/ev-pixbuf-cache.c (dispose_cache_job_info): actually
11590         remove the job.
11591
11592         * backend/ev-document.h: Remove EV_DOC_MUTEX in favor of a locking
11593         function.  This helps debugging.
11594
11595 2005-04-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11596
11597         * djvu/djvu-document.c: (djvu_document_class_init),
11598         (djvu_document_get_info), (djvu_document_document_iface_init):
11599         * dvi/dvi-document.c: (dvi_document_class_init),
11600         (dvi_document_get_info), (dvi_document_document_iface_init):
11601
11602         Dummy implementation of get_info method for dvi and
11603         djvu. Fix crashes with those backends
11604
11605 2005-04-20  Marco Pesenti Gritti <mpg@redhat.com>
11606
11607         * data/evince.desktop.in:
11608
11609         Add application/x-gzpostscript
11610
11611 2005-04-20  Bryan Clark  <clarkbw@cvs.gnome.org>
11612
11613         * data/evince.schemas.in: Added real long descriptions, 
11614         closes bug 172496 
11615
11616         * README: Added actual text, closes bug 171869
11617
11618 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
11619
11620         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
11621
11622         Thumbnail page 0
11623
11624 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
11625
11626         * backend/ev-document-info.h:
11627
11628         s/GDate */GDate so we can just use g_free
11629
11630 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
11631
11632         * shell/ev-window.c: (update_document_mode),
11633         (ev_window_setup_document):
11634
11635         Show the window in fullscreen when specified by
11636         the document
11637
11638 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
11639
11640         * backend/ev-document.c: (ev_document_class_init),
11641         (ev_document_get_info), (ev_document_render_pixbuf):
11642         * backend/ev-document.h:
11643         * backend/ev-page-cache.c: (_ev_page_cache_new):
11644         * pdf/ev-poppler.cc:
11645         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
11646         (pixbuf_document_get_info), (pixbuf_document_document_iface_init):
11647         * ps/ps-document.c: (ps_document_class_init), (document_load),
11648         (ps_document_get_info), (ps_document_document_iface_init):
11649
11650         Remove get_title from the interface, we can just use document info
11651
11652 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
11653
11654         * backend/Makefile.am:
11655         * backend/ev-document.c: (ev_document_render_get_info):
11656         * backend/ev-document.h:
11657         * pdf/ev-poppler.cc:
11658
11659         Initial support for document info. Based on jrb patch.
11660
11661 2005-04-19  Paolo Borelli <pborelli@katamail.com>
11662
11663         * shell/ev-window.c: (ev_window_state_event),
11664         (ev_window_class_init), (ev_window_init):
11665         
11666         Doesn't show resize grip when maximized. See bug #301053
11667
11668 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11669
11670         * po/POTFILES.in:
11671         
11672         ev-sidebar-thumbnails now has translatable labels
11673         
11674         * shell/Makefile.am:
11675         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document),
11676         (ev_sidebar_links_support_document), (ev_sidebar_links_get_label),
11677         (ev_sidebar_links_page_iface_init):
11678         * shell/ev-sidebar-links.h:
11679         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
11680         (ev_sidebar_page_support_document), (ev_sidebar_page_set_document),
11681         (ev_sidebar_page_get_label):
11682         * shell/ev-sidebar-page.h:
11683         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_new),
11684         (ev_sidebar_thumbnails_set_document),
11685         (ev_sidebar_thumbnails_support_document),
11686         (ev_sidebar_thumbnails_get_label),
11687         (ev_sidebar_thumbnails_page_iface_init):
11688         * shell/ev-sidebar-thumbnails.h:
11689         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
11690         (ev_sidebar_set_document):
11691         * shell/ev-sidebar.h:
11692         * shell/ev-window.c: (ev_window_setup_document), (ev_window_init):
11693         
11694         Small rework of sidebar code. Now sidebar pages should implement
11695         EvSidebarPage interface. That makes page management in EvSidebar
11696         easier. See bug #164811 for details
11697
11698 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11699
11700         * shell/ev-application.c: (ev_application_open):
11701         * shell/ev-document-types.c:
11702         
11703         Fix build error and small problem with application exit
11704
11705 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11706
11707         * thumbnailer/Makefile.am:
11708         * thumbnailer/evince-thumbnailer-djvu.schemas:
11709         * thumbnailer/evince-thumbnailer-dvi.schemas:
11710         
11711         Conditionally install schemas for djvu/dvi thumbnailer
11712
11713 2005-04-18  David Malcolm  <dmalcolm@redhat.com>
11714
11715         * shell/ev-document-types.h: 
11716         * shell/ev-document-types.c: 
11717         New files, handling the mapping from mimetypes to backends
11718         
11719         * shell/ev-window.c: 
11720         * thumbnailer/evince-thumbnailer.c:     
11721         Use the ev-document-types code
11722         
11723         * shell/Makefile.am: 
11724         Added new convenience library libevbackendfactory_la, containing
11725         the new mimetype->backend logic; moved the backends into it.
11726
11727         * thumbnailer/Makefile.am:
11728         Make the thumbnailer link with the libevbackend.la convenience
11729         library, rather than having a duplicate of the backend logic here.
11730
11731 2005-04-18  Paolo Borelli  <pborelli@katamail.com>
11732
11733         * shell/ev-stock-icons.c: constify some vars.
11734         * shell/ev-window.c: ditto.
11735
11736 2005-04-18  Marco Pesenti Gritti  <mpg@redhat.com>
11737
11738         * ps/ps-document.c (get_page_orientation):
11739
11740         Respect document orientation 
11741
11742 2005-04-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11743
11744         * djvu/Makefile.am:
11745         * dvi/Makefile.am:
11746         * shell/Makefile.am:
11747         
11748         Move library dependencies to components.
11749         
11750         * shell/ev-window.c: (update_window_title),
11751         (start_loading_document):
11752         
11753         Fix display of uris with spaces. Bug 168358.
11754
11755 Sat Apr 16 18:53:47 2005  Jonathan Blandford  <jrb@redhat.com>
11756
11757         * shell/ev-sidebar-links.c: (selection_changed_cb):
11758         * shell/ev-view.c: (ev_view_finalize), (go_to_link),
11759         (ev_view_button_release_event), (ev_view_set_document):
11760         * shell/ev-view.h:
11761         * shell/ev-window.c: (find_bar_search_changed_cb):
11762         * shell/ev-window.h: Minor cleanups removing some dead code.
11763
11764 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11765
11766         * backend/ev-page-cache.c: (_ev_page_cache_new):
11767         
11768         Set current page to 0 if document has pages.
11769
11770 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11771
11772         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
11773
11774         Initialize GError to NULL, fix a crash when loading fails.
11775
11776 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11777
11778         * shell/ev-window.c: (update_view_size):
11779
11780         Calculate shadow size only when there is actually
11781         a shadow.
11782
11783 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11784
11785         * shell/ev-view.c: (ev_view_set_spacing), (ev_view_init):
11786         * shell/ev-view.h:
11787
11788         Allow setting view spacing, default to 0
11789
11790         * shell/ev-window.c: (ev_window_unfullscreen),
11791         (ev_window_cmd_view_fullscreen), (ev_window_init):
11792
11793         Remove spacing in fullscreen mode
11794
11795 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11796
11797         * shell/ev-view.c: (compute_border), (compute_zoom_factor),
11798         (ev_view_size_request), (expose_bin_window),
11799         (ev_view_set_show_border), (ev_view_init), (page_changed_cb):
11800         * shell/ev-view.h:
11801         * shell/ev-window.c: (ev_window_unfullscreen),
11802         (ev_window_cmd_view_fullscreen):
11803
11804         Do not draw the border in fulscreen
11805
11806 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11807
11808         * shell/ev-view.c: (ev_view_get_offsets), (compute_zoom_factor),
11809         (ev_view_size_request), (expose_bin_window), (ev_view_select_all),
11810         (find_page_at_location), (page_changed_cb):
11811
11812         Rework border calculation, so that I can more easily disable it.
11813         Code somewhat cleaner too.
11814
11815 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11816
11817         * backend/ev-page-cache.c: (ev_page_cache_init),
11818         (_ev_page_cache_new):
11819
11820         Remove some assertions, documents can have 0 pages.
11821         Make initial current page -1.
11822
11823         * shell/ev-page-action.c: (page_changed_cb):
11824
11825         Show "" if current page is -1
11826
11827         * shell/ev-window.c: (update_action_sensitivity),
11828         (ev_window_setup_document):
11829
11830         When document has 0 pages do not set the view
11831         and make nearly everything insensitive.
11832
11833 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11834
11835         * shell/ev-page-view.c:
11836         * shell/ev-page-view.h:
11837
11838         Remove unused files.
11839         
11840         * shell/ev-sidebar-thumbnails.c:
11841         (ev_sidebar_thumbnails_set_document):
11842         * shell/ev-sidebar.c: (ev_sidebar_set_document),
11843         (ev_sidebar_supports_document):
11844         * shell/ev-sidebar.h:
11845         * shell/ev-window.c: (ev_window_setup_document):
11846         
11847         Doesn't show thumbnails if document has 1 page. Make
11848         sidebar menu entries sensitive only if if they have 
11849         sense. Fix bug 164811. 
11850
11851 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
11852
11853         * shell/ev-view.c: (compute_zoom_factor), (ev_view_size_request),
11854         (page_changed_cb), (ev_view_zoom), (ev_view_zoom_in),
11855         (ev_view_zoom_out), (ev_view_set_size):
11856
11857         Rework sizing to deal with documents with not uniform page
11858         size.
11859
11860 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
11861
11862         * backend/ev-page-cache.c: (_ev_page_cache_new):
11863
11864         Fix several page size caching bugs
11865
11866 2005-04-15  Luca Ferretti <elle.uca@libero.it>
11867
11868         * shell/ev-window.c: (set_action_properties):
11869
11870         Make all toolbar items translatable
11871
11872 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
11873
11874         * ps/ps-document.c: (ps_document_init), (ps_document_get_type),
11875         (save_page_list), (ps_document_save),
11876         (ps_document_document_iface_init), (ps_document_ps_export_begin),
11877         (ps_document_ps_export_do_page), (ps_document_ps_export_end),
11878         (ps_document_ps_exporter_iface_init):
11879         * ps/ps-document.h:
11880
11881         Based on a patch by J�rg Billeter <j@bitron.ch>
11882         
11883         Implement print and save a copy for the ps backend.
11884
11885 2005-04-14  Marco Pesenti Gritti <mpg@redhat.com>
11886
11887         * backend/ev-document.h:
11888         * djvu/djvu-document.c: (djvu_document_can_get_text),
11889         (djvu_document_document_iface_init):
11890         * dvi/dvi-document.c: (dvi_document_can_get_text),
11891         (dvi_document_document_iface_init):
11892         * pdf/ev-poppler.cc:
11893         * pixbuf/pixbuf-document.c: (pixbuf_document_can_get_text),
11894         (pixbuf_document_document_iface_init):
11895         * ps/ps-document.c: (ps_document_can_get_text),
11896         (ps_document_document_iface_init):
11897         * shell/ev-view.c: (ev_view_copy), (ev_view_primary_get_cb):
11898         * shell/ev-window.c: (update_action_sensitivity):
11899
11900         Fix the crash when trying to copy in backends that doesnt
11901         support it. We can implement a better solution once we
11902         do real text selection.
11903
11904 2005-04-12  Marco Pesenti Gritti <mpg@redhat.com>
11905
11906         * data/evince-ui.xml:
11907         * shell/ev-window.c: (ev_window_cmd_escape):
11908         
11909         Work around the Escape conflict (find bar and unfullscreen)
11910
11911 2005-04-12  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
11912
11913         * backend/ev-page-cache.c: (ev_page_cache_next_page):
11914         
11915         Fix for #300233. Next page correctly handles document end.
11916         
11917         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
11918         (ev_sidebar_thumbnails_class_init),
11919         (ev_sidebar_thumbnails_set_document),
11920         (ev_sidebar_thumbnails_clear_job),
11921         (ev_sidebar_thumbnails_clear_model):
11922         
11923         Cleanup thumbnail jobs on document changes.
11924         
11925         * shell/ev-view.c: (add_scroll_binding_keypad),
11926         (add_scroll_binding_shifted), (ev_view_class_init):
11927         
11928         Shift + Space scrolls up. Fix for #173184
11929         
11930         * shell/ev-window.c: (ev_window_open_page),
11931         (ev_window_cmd_view_reload):
11932         
11933         Fix reload (Bug #300094)
11934
11935 2005-04-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11936
11937         
11938         * dvi/mdvi-lib/assoc.c:
11939         * dvi/mdvi-lib/assoc.h: Removed garbage files
11940         
11941         * dvi/mdvi-lib/bitmap.c:
11942         * dvi/mdvi-lib/color.c: (mdvi_set_color), (mdvi_push_color),
11943         (mdvi_pop_color), (mdvi_reset_color), (get_color_table):
11944         * dvi/mdvi-lib/color.h: Antialias of rules
11945         
11946         * dvi/mdvi-lib/common.h:
11947         * dvi/mdvi-lib/dviread.c: (mdvi_configure), (mdvi_init_context),
11948         (mdvi_destroy_context), (draw_shrink_rule), (draw_box), (set_rule):
11949         * dvi/mdvi-lib/files.c:
11950         * dvi/mdvi-lib/fontmap.c: (ps_init_default_paths):
11951         * dvi/mdvi-lib/mdvi.h:
11952         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
11953         * dvi/mdvi-lib/tfmfile.c: (ofm_load_file):
11954         * dvi/mdvi-lib/util.c: Fix compile warnings
11955         
11956         * dvi/dvi-document.c:
11957         (dvi_document_load), (dvi_document_thumbnails_get_dimensions),
11958         (dvi_document_thumbnails_get_thumbnail),
11959         (dvi_document_document_thumbnails_iface_init):
11960         * dvi/mdvi-lib/Makefile.am:
11961         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
11962         (dvi_pixbuf_set_color), (mdvi_pixbuf_device_render):
11963         
11964         Dvi backend now renders thumbnails
11965
11966 2005-04-09  Christian Persch  <chpe@cvs.gnome.org>
11967
11968         * shell/main.c: (main): 
11969         
11970         Save accelerators on exit. Fixes bug #172095.
11971
11972 Sat Apr  9 01:05:09 2005  Jonathan Blandford  <jrb@redhat.com>
11973
11974         * shell/ev-pixbuf-cache.c (move_one_job): Actually fix the "FIXME:
11975         update priority" comment.
11976
11977         * backend/ev-job-queue.c: Give a way to change priority.
11978
11979 Sat Apr  9 00:05:36 2005  Jonathan Blandford  <jrb@redhat.com>
11980
11981         * shell/ev-page-action.c: Fix logic.
11982
11983 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
11984
11985         * shell/ev-view.c: (ev_view_can_find_next):
11986         * shell/ev-window.c: (ev_window_setup_document):
11987
11988         Check that the document supports find
11989
11990 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
11991
11992         * data/evince-ui.xml:
11993         * shell/ev-view.c: (ev_view_can_find_next):
11994         * shell/ev-view.h:
11995         * shell/ev-window.c: (update_action_sensitivity),
11996         (find_changed_cb), (ev_window_setup_document),
11997         (ev_window_cmd_edit_find_next):
11998
11999         Add Edit->Find Next
12000
12001 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
12002
12003         * pdf/ev-poppler.cc:
12004         * shell/ev-print-job.c: (idle_print_handler):
12005
12006         Make printing work again
12007
12008 Fri Apr  8 01:12:24 2005  Jonathan Blandford  <jrb@redhat.com>
12009
12010         * shell/ev-page-action.h:
12011         * shell/ev-page-action.c: (ev_page_action_widget_init),
12012         (ev_page_action_widget_class_init), (page_changed_cb),
12013         (create_tool_item), (update_page_cache), (build_new_tree_cb),
12014         (get_filter_model_from_model), (match_selected_cb),
12015         (display_completion_text), (match_completion), (update_model),
12016         (connect_proxy), (ev_page_action_set_property),
12017         (ev_page_action_get_property), (ev_page_action_set_document),
12018         (ev_page_action_set_model), (ev_page_action_class_init): Big
12019         reworking to make completions work iff we have >= GTK-2.7.0
12020                 
12021         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_property),
12022         (ev_sidebar_links_get_property), (ev_sidebar_links_class_init),
12023         (job_finished_cb): We now have a 'model' property that is set when
12024         the links are loaded.  This can be caught with "notify::model"
12025
12026         * shell/ev-window.c: (sidebar_widget_model_set), (ev_window_init):
12027         listen for the model to be set, and propagate it to the action.
12028
12029 2005-04-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12030
12031         * cut-n-paste/recent-files/egg-recent-item.c:
12032         (egg_recent_item_set_uri), (make_valid_utf8),
12033         (egg_recent_item_set_mime_type), (egg_recent_item_get_mime_type):
12034         * cut-n-paste/recent-files/egg-recent-item.h:
12035         
12036         Update egg-recent from libegg. This should fix long
12037         startup problem. For details see
12038         http://bugzilla.gnome.org/show_bug.cgi?id=160531
12039
12040 2005-04-07  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
12041
12042         * cut-n-paste/recent-files/Makefile.am:
12043         * data/evince-ui.xml, shell/Makefile.am:
12044         * shell/ev-application.c, shell/ev-application.h:
12045         * shell/ev-window.c: Recent files support.
12046         
12047         * configure.ac: Added "ru" to ALL_LINGUAS.
12048         
12049         * dvju: new backend to support DJVU files.
12050         * dvi: new backend to support DVI.
12051
12052         * configure.ac, Makefile.am, shell/Makefile.am, ev-window.c:
12053         * ev-application.c: Support for new backends.
12054         
12055         * help, ev-window.c, main.c shell/Makefile.am: 
12056         Evince user documentation.
12057
12058 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
12059
12060         * po/POTFILES.in:
12061         * shell/ev-window.c:
12062         * thumbnailer/evince-thumbnailer.c:
12063
12064         s/pdf-document/ev-poppler
12065
12066 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
12067
12068         * NEWS:
12069         * configure.ac:
12070
12071         Release 0.2.0
12072
12073         * ps/ps-document.c: (setup_pixmap):
12074
12075         Remove debug code
12076
12077 2005-04-05  Kristian Høgsberg  <krh@redhat.com>
12078
12079         * backend/ev-page-cache.c (ev_page_cache_next_page): 
12080         * shell/ev-window.c (ev_window_cmd_go_next_page) 
12081         (ev_window_cmd_go_first_page): Fix of by one errors.
12082
12083 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
12084
12085         * ps/ps-document.c: (get_page_box):
12086
12087         Fix page size calculation
12088
12089 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
12090
12091         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
12092         (ps_document_cleanup), (setup_pixmap), (get_page_box),
12093         (get_page_orientation), (setup_page), (document_load),
12094         (ps_document_get_page_size), (render_pixbuf_idle):
12095         * ps/ps-document.h:
12096
12097         More refactoring to adapt to EvDocument changes
12098
12099 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
12100
12101         * ps/ps-document.c: (start_interpreter):
12102
12103         Actually add alpha args
12104
12105 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
12106
12107         * pdf/ev-poppler.cc:
12108
12109         Make clipboard work again
12110
12111 2005-04-04  Kristian Høgsberg  <krh@redhat.com>
12112
12113         Make searching work again.
12114         
12115         * backend/ev-document.c:
12116         * backend/ev-document.h:
12117         * backend/ev-document-find.c:
12118         * backend/ev-document-find.h: Change EvDocumentIface so we no
12119         longer store the current page or zoom level in the document.  The
12120         consequence is that all calls that operate on the current page now
12121         instead take the page number as an extra argument, and all
12122         coordinates are now doubles in document coordinate system.
12123
12124         * pdf/ev-poppler.cc:
12125         * pixbuf/pixbuf-document.c:
12126         * ps/ps-document.c: Update backends accordingly.
12127
12128 2005-04-04  Marco Pesenti Gritti <marco@gnome.org>
12129
12130         * autogen.sh:
12131
12132         Add required gettext version
12133
12134 Sat Apr  2 18:57:00 2005  Jonathan Blandford  <jrb@redhat.com>
12135
12136         * shell/evwindow.c: Patch from Alberto Mesas <amesas@gmail.com> to
12137         make F1 bring up non-existent help.
12138
12139         * shell/eggfindbar.c: Patch from Christian Persch to sync to
12140         epiphany's find bar, #167477
12141
12142         * shell/ev-view.c (ev_view_jump): Patch from Emil Soleyman-Zomalan
12143         <emil@nishra.com> to add space-bar scrolling, 
12144
12145         * shell/ev-window.c (static GtkActionEntry entries): add default
12146         keybinding for Help (F1)
12147         Fixes #171068
12148
12149         * shell/ev-view.c (ev_view_show_cursor): Fix from Yuval Tanny
12150         changing EV_VIEW_CURSOR_LINK to EV_VIEW_CURSOR_NORMAL resolves bug
12151         170110
12152
12153 2005-04-01  David Malcolm  <dmalcolm@redhat.com>
12154
12155         * Makefile.am: 
12156         * pixbuf/pixbuf-document.c: 
12157
12158         Got pixbuf backend working again
12159
12160 2005-04-01  Steve Murphy  <murf@e-tools.com>
12161
12162         * configure.in: Added "rw" to ALL_LINGUAS.
12163
12164 Fri Apr  1 02:33:41 2005  Jonathan Blandford  <jrb@redhat.com>
12165
12166         * shell/ev-sidebar-links.c (create_loading_model): Fix mismatch in
12167         model types, noticed by Martin Kretzschmar.
12168
12169 2005-04-01  Kristian Høgsberg  <krh@redhat.com>
12170
12171         * pdf/ev-poppler.cc: Implement search based on
12172         poppler_page_find_text().  Currently a bit crude since we remember
12173         all matches from all pages.  Also, we grab the big document lock
12174         when we search since searching changes the underlying stream and
12175         thus conflicts with the rendering thread.
12176         
12177         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
12178         (jump_to_find_page), (ev_view_set_document), (ev_view_find_next),
12179         (ev_view_find_previous): Fix some page indexes to be 0 based,
12180         offset rubber band by view offset,
12181
12182 Fri Apr 01 09:21:12 2005  Pablo Saratxaga  <pablo@mandrakesoft.com>
12183
12184         * configure.ac: Added Walloon (wa) to ALL_LINGUAS.
12185
12186 Fri Apr  1 01:59:39 2005  Jonathan Blandford  <jrb@redhat.com>
12187
12188         * shell/ev-page-action.c: Changed to use page labels now.  Rewrote
12189         completely because I didn't understand GtkActions.  I should
12190         read Marco's code more carefully in the future.
12191
12192         * backend/ev-page-cache.h (ev_page_cache_set_page_label): New
12193         function
12194
12195 2005-03-31  Kristian Høgsberg  <krh@redhat.com>
12196
12197         * pdf/ev-poppler.cc (pdf_document_get_links): Update to work with
12198         PopplerRectangle change from poppler CVS.
12199
12200 Thu Mar 31 13:27:50 2005  Jonathan Blandford  <jrb@redhat.com>
12201
12202         * backend/ev-document.c: (ev_document_get_page_label):
12203         * backend/ev-document.h:
12204         * backend/ev-page-cache.c: (_ev_page_cache_new),
12205         (ev_page_cache_get_page_label):
12206         * backend/ev-page-cache.h:
12207         * pdf/ev-poppler.cc:
12208         * shell/ev-sidebar-links.c: (ev_sidebar_links_construct),
12209         (links_page_num_func):
12210         * shell/ev-sidebar-thumbnails.c:
12211         (ev_sidebar_thumbnails_set_document):
12212         * shell/ev-view.c: (status_message_from_link),
12213         (ev_view_motion_notify_event):
12214         * shell/ev-window.c: (document_supports_sidebar): Add in page
12215         label support.  It's not perfect yet, but it's the first 'feature'
12216         in a while.
12217         Also, fix a bogus comment noticed by crispin. 
12218
12219 Thu Mar 31 01:21:58 2005  Jonathan Blandford  <jrb@redhat.com>
12220
12221         * Makefile.am: Remove pixbuf backend for now
12222
12223         * configure.ac: Require poppler-glib instead of just poppler.
12224
12225         * backend/ev-document-thumbnails.h: Add a comment
12226
12227         * backend/ev-document.h:
12228         * backend/ev-document.c: (ev_document_class_init),
12229         (ev_document_load), (ev_document_get_link),
12230         (ev_document_get_links): Remove 3 methods and add get_links.
12231         Also, made 0 based.
12232
12233         * backend/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
12234         * backend/ev-jobs.h: now EvJobRender can grab the links for a document.
12235
12236         * backend/ev-link.c: (ev_link_set_title),
12237         (ev_link_mapping_free_foreach), (ev_link_mapping_free),
12238         (ev_link_mapping_find):
12239         * backend/ev-link.h: Allow NULL titles.  Also, introduce a mapping link.
12240         
12241         * backend/ev-page-cache.c: (ev_page_cache_init),
12242         (_ev_page_cache_new), (ev_page_cache_set_current_page),
12243         (ev_page_cache_get_size), (ev_page_cache_next_page),
12244         (ev_page_cache_prev_page): Fix to be 0 based.
12245
12246         * pdf/Makefile.am: 
12247         * pdf/ev-poppler.h:
12248         * pdf/ev-poppler.cc: New backend.
12249         
12250         * ps/ps-document.c: (ps_document_init), (ps_document_set_page),
12251         (ps_document_get_page), (ps_document_document_iface_init):
12252
12253         * shell/ev-pixbuf-cache.h:
12254         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
12255         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
12256         (ev_pixbuf_cache_update_range), (copy_job_to_job_info),
12257         (add_job_if_needed), (ev_pixbuf_cache_set_page_range),
12258         (ev_pixbuf_cache_get_pixbuf), (ev_pixbuf_cache_get_link_mapping):
12259         Fix up code to grab a page cache per each doc.  Also, fix to be 0
12260         based.
12261         
12262         * shell/ev-sidebar-thumbnails.c:
12263         (ev_sidebar_tree_selection_changed), (page_changed_cb),
12264         (ev_sidebar_thumbnails_set_document): Fix to be 0 based.
12265
12266         * shell/ev-view.c: (status_message_from_link),
12267         (find_page_at_location), (get_link_at_location),
12268         (ev_view_motion_notify_event), (ev_view_button_release_event),
12269         (ev_view_init): Use the new link code.  Fix to be 0 based.
12270
12271         * shell/ev-window.c: (update_action_sensitivity),
12272         (document_supports_sidebar): 0 based.
12273
12274 Fri Mar 25 16:55:58 2005  Jonathan Blandford  <jrb@redhat.com>
12275
12276         * pdf/pdf-document.cc: Patch from Fernando Herrera
12277         <fherrera@onirica.com> to fix my quick fix to get_thumbnail.
12278         *blush*
12279
12280 Wed Mar 23 23:49:41 2005  Jonathan Blandford  <jrb@redhat.com>
12281
12282         * pdf/pdf-document.cc (pdf_document_thumbnails_get_thumbnail): add
12283         1 to the page, as this seems to be 1 based.  I thought we has this
12284         fixed.  grump.
12285
12286 2005-03-23  Marco Pesenti Gritti <marco@gnome.org>
12287
12288         * TODO:
12289         * backend/Makefile.am:
12290         * backend/ev-document-links.c:
12291         (ev_document_links_has_document_links),
12292         (ev_document_links_get_links_model):
12293         * backend/ev-document-links.h:
12294         * backend/ev-document.c: (ev_document_get_page_cache),
12295         (ev_document_get_doc_mutex), (ev_document_load),
12296         (ev_document_save), (ev_document_get_title),
12297         (ev_document_get_n_pages), (ev_document_set_page),
12298         (ev_document_get_page), (ev_document_set_target),
12299         (ev_document_set_scale), (ev_document_set_page_offset),
12300         (ev_document_get_page_size), (ev_document_get_text),
12301         (ev_document_get_link), (ev_document_render),
12302         (ev_document_render_pixbuf), (ev_document_scale_changed):
12303         * backend/ev-document.h:
12304         * backend/ev-job-queue.c: (remove_object_from_queue),
12305         (notify_finished), (handle_job), (search_for_jobs_unlocked),
12306         (no_jobs_available_unlocked), (ev_render_thread),
12307         (ev_job_queue_init), (find_queue), (ev_job_queue_add_job),
12308         (ev_job_queue_remove_job):
12309         * backend/ev-job-queue.h:
12310         * backend/ev-jobs.c: (ev_job_init), (ev_job_dispose),
12311         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
12312         (ev_job_links_class_init), (ev_job_render_init),
12313         (ev_job_render_dispose), (ev_job_render_class_init),
12314         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
12315         (ev_job_thumbnail_class_init), (ev_job_finished),
12316         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
12317         (ev_job_render_run), (ev_job_thumbnail_new),
12318         (ev_job_thumbnail_run):
12319         * backend/ev-jobs.h:
12320         * backend/ev-link.c:
12321         * backend/ev-link.h:
12322         * backend/ev-page-cache.c: (ev_page_cache_init),
12323         (ev_page_cache_class_init), (ev_page_cache_finalize),
12324         (_ev_page_cache_new), (ev_page_cache_get_n_pages),
12325         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
12326         (ev_page_cache_set_link), (ev_page_cache_get_title),
12327         (ev_page_cache_get_size), (ev_page_cache_next_page),
12328         (ev_page_cache_prev_page):
12329         * backend/ev-page-cache.h:
12330         * pdf/pdf-document.cc:
12331         * ps/gsdefaults.c:
12332         * ps/gsdefaults.h:
12333         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
12334         (push_pixbuf), (interpreter_failed), (ps_document_cleanup),
12335         (ps_document_widget_event), (ps_document_finalize), (get_xdpi),
12336         (get_ydpi), (setup_pixmap), (setup_page), (close_pipe),
12337         (is_interpreter_ready), (output), (catchPipe), (input),
12338         (start_interpreter), (check_filecompressed), (compute_dimensions),
12339         (ps_document_enable_interpreter), (document_load),
12340         (ps_document_next_page), (render_page), (ps_document_set_page),
12341         (ps_document_set_scale), (render_pixbuf_idle),
12342         (ps_document_render_pixbuf), (ps_document_document_iface_init):
12343         * ps/ps-document.h:
12344         * shell/Makefile.am:
12345         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
12346         (ev_pixbuf_cache_class_init), (ev_pixbuf_cache_finalize),
12347         (dispose_cache_job_info), (ev_pixbuf_cache_dispose),
12348         (ev_pixbuf_cache_new), (job_finished_cb),
12349         (check_job_size_and_unref), (move_one_job),
12350         (ev_pixbuf_cache_update_range), (find_job_cache),
12351         (ev_pixbuf_cache_clear_job_sizes), (add_job_if_needed),
12352         (ev_pixbuf_cache_add_jobs_if_needed),
12353         (ev_pixbuf_cache_set_page_range), (ev_pixbuf_cache_get_pixbuf):
12354         * shell/ev-pixbuf-cache.h:
12355         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
12356         (idle_print_handler):
12357         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
12358         (selection_changed_cb), (create_loading_model),
12359         (ev_sidebar_links_construct), (links_page_num_func),
12360         (ev_sidebar_links_clear_document), (update_page_callback_foreach),
12361         (update_page_callback), (job_finished_cb),
12362         (ev_sidebar_links_set_document):
12363         * shell/ev-sidebar-thumbnails.c:
12364         (ev_sidebar_thumbnails_class_init), (adjustment_changed_cb),
12365         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init),
12366         (page_changed_cb), (thumbnail_job_completed_callback),
12367         (ev_sidebar_thumbnails_set_document):
12368         * shell/ev-sidebar-thumbnails.h:
12369         * shell/ev-sidebar.c: (ev_sidebar_set_document):
12370         * shell/ev-view.c: (ev_view_finalize), (ev_view_destroy),
12371         (ev_view_get_offsets), (ev_view_size_request), (ev_view_realize),
12372         (ev_view_unrealize), (highlight_find_results), (expose_bin_window),
12373         (ev_view_select_all), (ev_view_copy), (ev_view_primary_get_cb),
12374         (ev_view_create_invisible_cursor), (ev_view_motion_notify_event),
12375         (ev_view_button_release_event), (ev_view_scroll_view),
12376         (ev_view_class_init), (ev_view_init), (update_find_status_message),
12377         (jump_to_find_result), (jump_to_find_page), (find_changed_cb),
12378         (ev_view_new), (job_finished_cb), (page_changed_cb),
12379         (ev_view_set_document), (go_to_link), (ev_view_zoom),
12380         (size_to_zoom_factor), (ev_view_set_size), (ev_view_find_next),
12381         (ev_view_find_previous):
12382         * shell/ev-view.h:
12383         * shell/ev-window.c: (update_action_sensitivity),
12384         (ev_window_open_page), (update_window_title), (update_total_pages),
12385         (page_changed_cb), (ev_window_setup_document),
12386         (password_dialog_response), (ev_window_cmd_save_as),
12387         (ev_window_print), (ev_window_cmd_go_previous_page),
12388         (ev_window_cmd_go_next_page), (ev_window_cmd_go_first_page),
12389         (ev_window_cmd_go_last_page), (ev_window_cmd_view_reload),
12390         (find_bar_search_changed_cb), (goto_page_cb), (ev_window_init):
12391         * shell/main.c: (main):
12392
12393         Merge evince-threads branch
12394
12395 2005-03-16  Žygimantas Beručka  <uid0@akl.lt>
12396
12397         * configure.ac: Added "lt" to ALL_LINGUAS.
12398
12399 2005-03-14  Marco Pesenti Gritti  <marco@gnome.org>
12400
12401         * NEWS:
12402         * configure.ac:
12403
12404         Release 0.1.9
12405
12406 2005-03-13  Fernando Herrera  <fherrera@onirica.com>
12407
12408         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
12409
12410         Fix here also the thumbnails 1-basedness :)
12411
12412 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
12413
12414         * NEWS:
12415         * configure.ac:
12416
12417         Release 0.1.8
12418
12419 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
12420
12421         * pdf/pdf-document.cc:
12422         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
12423         (do_one_iteration), (ev_sidebar_thumbnails_set_document):
12424
12425         Fix the mess we did with thumbnails and 1-basedness
12426
12427 2005-03-12  Changwoo Ryu  <cwryu@debian.org>
12428
12429         * configure.ac (ALL_LINGUAS): Added "ko" (Korean).
12430
12431 2005-03-09  Marco Pesenti Gritti  <marco@gnome.org>
12432
12433         * NEWS:
12434         * configure.ac:
12435
12436         Release 0.1.7
12437
12438 2005-03-08  Marco Pesenti Gritti  <marco@gnome.org>
12439
12440         * ps/Makefile.am:
12441         * ps/gsdefaults.c: (gtk_gs_defaults_get_interpreter_cmd),
12442         (gtk_gs_defaults_get_alpha_parameters),
12443         (gtk_gs_defaults_get_ungzip_cmd),
12444         (gtk_gs_defaults_get_unbzip2_cmd):
12445         * ps/gsdefaults.h:
12446         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
12447         (ps_document_get_orientation), (document_load),
12448         (ps_document_goto_page), (ps_document_set_page_size):
12449         * ps/ps-document.h:
12450
12451         Some more sanitization of the ps backend. Remove a lot
12452         of unused code and do not base our defaults on ggv
12453         preferences (ugh!)
12454
12455 2005-03-08  Fernando Herrera  <fherrera@onirica.com>
12456
12457         * thumbnailer/evince-thumbnailer.schemas:
12458         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
12459         (main): add -s option for thumbnail size.
12460
12461 2005-03-07  Christian Persch  <chpe@cvs.gnome.org>
12462
12463         * configure.ac:
12464
12465         AC_PROG_RANLIB is rendered obsolete by AC_PROG_LIBTOOL;
12466         remove it.
12467
12468 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
12469
12470         * pdf/pdf-document.cc:
12471
12472         Remove 4 pixels of useless border from the
12473         thumbnail.
12474
12475 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
12476
12477         * backend/ev-document-thumbnails.c:
12478         (ev_document_thumbnails_get_thumbnail):
12479         * backend/ev-document-thumbnails.h:
12480
12481         Rework API a bit. Add a border flag and
12482         change sizing logic (now the size we specify
12483         applies to the bigger dimension).
12484
12485         * pdf/pdf-document.cc:
12486         * pixbuf/pixbuf-document.c:
12487         (pixbuf_document_thumbnails_get_thumbnail):
12488         * shell/ev-sidebar-thumbnails.c: (do_one_iteration):
12489         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
12490
12491         Adapt to the new API and do not draw a border for nautilus
12492         thumbnailer.
12493
12494 2005-03-03  Fernando Herrera  <fherrera@onirica.com>
12495
12496         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
12497         take thumbnails from page "0" instead of "1". Added a copyright header.
12498
12499 2005-03-03  Jens Granseuer  <jensgr@gmx.net>
12500
12501         * ps/ps-document.c: (set_up_page), (start_interpreter):
12502
12503         Make it C89 compliant
12504
12505 2005-03-03  Marco Pesenti Gritti  <marco@gnome.org>
12506
12507         * Makefile.am:
12508         * configure.ac:
12509         * pdf/.cvsignore:
12510         * pdf/pdf-document.cc:
12511         * thumbnailer/Makefile.am:
12512         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
12513         (main):
12514         * thumbnailer/evince-thumbnailer.schemas:
12515         * thumbnailer/pdf-icon.png:
12516
12517         Add a nautilus thumbnailer.
12518         Based on patch by Fernando Herrera <fherrera@onirica.com>.
12519
12520 2005-03-02  Marco Pesenti Gritti  <marco@gnome.org>
12521
12522         * NEWS:
12523         * configure.ac:
12524         * po/POTFILES.in:
12525
12526         Release 0.1.6
12527
12528 2005-03-01  Kristian Høgsberg  <krh@redhat.com>
12529
12530         Use poppler instead of including xpdf source code.  Poppler is a
12531         fork of xpdf to build it as a shared library. See
12532         http://freedesktop.org/wiki/Software/poppler.
12533
12534         * pdf/xpdf/*, pdf/goo/*, pdf/splash/*, pdf/fofi/*: Remove included
12535         xpdf fork.
12536         
12537         * pdf/Makefile.am: Build libpdfdocument.a here.
12538         
12539         * pdf/GDKSplashOutputDev.cc:
12540         * pdf/GDKSplashOutputDev.h:
12541         * pdf/GnomeVFSStream.cc:
12542         * pdf/GnomeVFSStream.h:
12543         * pdf-document.cc:
12544         * pdf-document.h:
12545         * test-gdk-output-dev.cc
12546         * Thumb.cc:
12547         * Thumb.h: Pull these files out of pdf/xpdf and adjust to compile
12548         against poppler.
12549
12550 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12551
12552         * shell/ev-sidebar-links.c: (ev_sidebar_links_clear_document):
12553
12554         Clear idle stack before unsetting the document
12555
12556 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12557
12558         * ps/ps-document.c: (ps_document_widget_event),
12559         (ps_document_set_target), (ps_document_finalize),
12560         (ps_document_get_page):
12561
12562         Disconnect the widget event signal on finalize.
12563         Some code cleanups.
12564
12565 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12566
12567         * ps/ps-document.c: (set_up_page):
12568
12569         If there is no bpixmap create one, even if size
12570         is not changed.
12571
12572 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12573
12574         * ps/ps-document.c: (ps_document_init), (ps_document_cleanup),
12575         (set_up_page), (document_load), (ps_document_set_zoom):
12576
12577         Default page is 0. Calculate size even when we have no
12578         target yet.
12579
12580 2005-02-28  Carlos Garcia Campos <carlosgc@gnome.org>
12581
12582         * shell/ev-sidebar.c: expand the selection widget to be always as
12583         wide as the sidebar
12584
12585 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12586
12587         * shell/ev-sidebar-thumbnails.c:
12588         (ev_sidebar_thumbnails_set_document):
12589
12590         Clear the list store when setting document
12591
12592 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12593
12594         * shell/ev-page-action.c: (update_entry), (sync_entry),
12595         (activate_cb), (entry_size_request_cb), (create_tool_item),
12596         (connect_proxy):
12597
12598         Use an entry for the page control instead of spinbuttons
12599
12600 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12601
12602         * data/evince.schemas.in:
12603
12604         Correct confusing string
12605
12606 Sun Feb 27 23:00:31 2005  Jonathan Blandford  <jrb@redhat.com>
12607
12608         * shell/ev-sidebar-links.c (do_one_iteration): Handle title links
12609         for real.  Gosh, how long has this been broken.
12610
12611         * pdf/xpdf/pdf-document.cc (build_link_from_action): add back the
12612         check for a NULL link.  We crash otherwise.
12613
12614 2005-02-27  Marco Pesenti Gritti  <marco@gnome.org>
12615
12616         * NEWS:
12617         * configure.ac:
12618
12619         Release 0.1.5
12620
12621 2005-02-25  Sebastien Bacher  <seb128@debian.org>
12622
12623         * configure.ac: add the french translation.
12624
12625 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
12626
12627         * shell/ev-window.c:
12628
12629         Remove unused header -> fix distcheck
12630
12631 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
12632
12633         * shell/ev-window.c: (update_window_title),
12634         (ev_window_popup_password_dialog):
12635
12636         Unescape filename for display
12637
12638 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
12639
12640         * pdf/xpdf/pdf-document.cc:
12641
12642         In get_page_size deal with rotation. Also
12643         cleanup the function a bit.
12644
12645 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
12646
12647         * pdf/xpdf/pdf-document.cc:
12648
12649         Fix crash when opening in new window
12650
12651 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
12652
12653         * configure.ac:
12654
12655         Check ghostscript >= 7
12656
12657 2005-02-25  Pedro Villavicencio <pvillavi@gnome.cl>
12658
12659         * shell/ev-window.c:
12660
12661         Make page width the default sizing mode
12662
12663 2005-02-25  Carlos Garcia Campos <carlosgc@gnome.org>
12664         Marco Pesenti Gritti <marco@gnome.org>
12665
12666         * shell/ev-window.c: Remember the sidebar size
12667
12668         * data/evince.schemas.in: Add a new gconf key to store the size of
12669         the sidebar
12670
12671 2005-02-24  Kai Willadsen  <kaiw@itee.uq.edu.au>
12672
12673         * data/evince-ui.xml:
12674         * shell/ev-window.c: (update_action_sensitivity),
12675         (ev_window_cmd_view_reload):
12676         
12677         Add a "Reload" action and menu entry
12678
12679 Thu Feb 24 23:07:33 2005  Jonathan Blandford  <jrb@redhat.com>
12680
12681         * shell/ev-window.c (hide_sidebar_and_actions): Hide the sidebar
12682         iff the type doesn't support thumbnailing and indexing.
12683
12684 2005-02-24  Martin Kretzschmar  <martink@gnome.org>
12685
12686         * configure.ac (ALL_LINGUAS): Added "zh_TW" (Traditional Chinese).
12687
12688 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12689
12690         * pdf/splash/Splash.cc:
12691
12692         Port fix for a crasher from kde bug
12693         http://bugs.kde.org/show_bug.cgi?id=97131
12694
12695 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12696
12697         * pdf/xpdf/pdf-document.cc:
12698
12699         Return a link even if it's of an unrecognized
12700         type. Otherwise we go in an infinte cycle.
12701
12702 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12703
12704         * shell/ev-window.c: (update_sizing_buttons), (update_view_size),
12705         (size_allocate_cb), (ev_window_set_sizing_mode):
12706
12707         Update size when switching mode
12708
12709 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12710
12711         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
12712         (ev_window_cmd_view_page_width), (update_sizing_buttons),
12713         (ev_window_cmd_view_normal_size):
12714
12715         Fix size toggle buttons behavior
12716
12717 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12718
12719         * shell/ev-view.c: (ev_view_get_offsets), (view_rect_to_doc_rect),
12720         (doc_rect_to_view_rect), (ev_view_size_allocate),
12721         (expose_bin_window), (ev_view_select_all), (page_changed_callback),
12722         (scale_changed_callback):
12723
12724         Do not cache offsets in size_allocate.
12725
12726 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12727
12728         * shell/ev-view.c: (ev_view_size_allocate):
12729
12730         Calculate offsets before calling the parent
12731         class (which does a redraw)
12732
12733 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12734
12735         * pdf/xpdf/pdf-document.cc:
12736
12737         Fix a crasher on exit. Unused code, put a TODO
12738
12739 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12740
12741         * backend/ev-document.c: (ev_document_class_init),
12742         (ev_document_page_changed), (ev_document_scale_changed):
12743         * backend/ev-document.h:
12744
12745         Separate page/scale notifications
12746
12747         * pdf/xpdf/pdf-document.cc:
12748
12749         Emit the new signals.
12750         Do not display the pdf page in _render, do it
12751         when scale/page are requested.
12752
12753         * ps/ps-document.c: (ps_document_set_zoom),
12754         (ps_document_widget_event):
12755         * ps/ps-document.h:
12756
12757         Emit the new signals.
12758
12759         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
12760         (ev_view_init), (page_changed_callback), (scale_changed_callback),
12761         (ev_view_set_document), (ev_view_zoom), (ev_view_zoom_in),
12762         (ev_view_zoom_out), (size_to_zoom_factor), (ev_view_set_size):
12763         * shell/ev-view.h:
12764         * shell/ev-window.c: (ev_window_cmd_view_normal_size),
12765         (ev_window_cmd_view_page_width), (size_allocate_cb),
12766         (ev_window_set_sizing_mode):
12767
12768         Rework sizing to be pixel based.
12769         There are bugs but should be already way better.
12770
12771 2005-02-23  Marco Pesenti Gritti  <marco@gnome.org>
12772
12773         * shell/ev-window.c: (ev_window_init):
12774
12775         Do not allow to shrink sidebar smaller then
12776         child requisition
12777
12778 2005-02-23  Carlos Garcia Campos <carlosgc@gnome.org> 
12779
12780         * shell/ev-sidebar.[ch]
12781         * shell/ev-window.c:
12782
12783         Improved sidebar widget. Fixes #166683
12784
12785 2005-02-23  Tommi Vainikainen  <thv@iki.fi>
12786
12787         * shell/ev-view.c (update_find_status_message): Give translators
12788         more flexibility with ngettext plural handling.
12789
12790 Mon Feb 21 17:52:08 2005  Jonathan Blandford  <jrb@redhat.com>
12791
12792         * pdf/xpdf/pdf-document.cc (pdf_document_get_page_size): Patch
12793         from Crispin Flowerday <gnome@flowerday.cx> to avoid rendering the
12794         page when we get the page size.
12795
12796 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
12797
12798         * ps/ps-document.c: (ps_document_set_page), (ps_document_get_page):
12799
12800         ps pages are 0 based, convert 
12801
12802 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
12803
12804         * ps/ps-document.c: (ps_document_class_init), (ps_document_load):
12805
12806         Initialize correct parent class. Set GError on document load
12807
12808 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
12809
12810         * pdf/xpdf/pdf-document.cc:
12811
12812         Fixup selection offset calculation
12813
12814         * shell/ev-view.c: (view_rect_to_doc_rect),
12815         (doc_rect_to_view_rect), (ev_view_size_allocate),
12816         (expose_bin_window), (ev_view_select_all), (ev_view_copy),
12817         (ev_view_primary_get_cb), (ev_view_motion_notify_event):
12818
12819         Store selection as document relative, so that zooming
12820         and offset changing doesnt break it.
12821
12822 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
12823
12824         * shell/ev-view.c: (ev_view_best_fit):
12825
12826         Do not try to best fit if the view is not realized
12827
12828 2005-02-20  Kostas Papadimas <pkst@gnome.org>
12829           
12830         * configure.ac (ALL_LINGUAS): Added "el" (Greek).
12831
12832 Fri Feb 18 16:06:39 2005  Jonathan Blandford  <jrb@redhat.com>
12833
12834         * shell/ev-window.c (ev_window_focus_in_event): missed a case.
12835
12836 Fri Feb 18 15:32:57 2005  Jonathan Blandford  <jrb@redhat.com>
12837
12838         * shell/ev-window.c: Change the fullscreen toolbar to always be in
12839         the popup window.  That prevents it resizing when in full screen
12840         mode.
12841
12842         * shell/ev-view.c: Change Zoom epsilon as a bad hack to avoid
12843         multiple rerenders.  This pretty much sucks.
12844
12845         * data/evince-ui.xml: Change the fullscreen toolbar to include the
12846         rest of the toolbar.
12847
12848 2005-02-18  Tommi Vainikainen  <thv@iki.fi>
12849
12850         * configure.ac (ALL_LINGUAS): Added "fi" (Finnish).
12851
12852 2005-02-17  Alexander Shopov  <ash@contact.bg>
12853
12854         * configure.in (ALL_LINGUAS): Added "bg" (Bulgarian)
12855
12856 2005-02-16  Bryan Clark  <clarkbw@cvs.gnome.org>
12857
12858         * shell/ev-window.c: added ellipsis to Print item. Fixes bug 166915
12859
12860 2005-02-16  Marco Pesenti Gritti  <marco@gnome.org>
12861
12862         * shell/ev-view.c: (ev_view_realize), (highlight_find_results),
12863         (ev_view_create_invisible_cursor), (ev_view_set_cursor),
12864         (set_document_page), (document_changed_callback),
12865         (ev_view_set_document), (ev_view_find_previous),
12866         (ev_view_hide_cursor), (ev_view_show_cursor):
12867         * shell/ev-view.h:
12868         * shell/ev-window.c: (update_chrome_visibility),
12869         (fullscreen_timeout_cb), (fullscreen_set_timeout),
12870         (fullscreen_clear_timeout), (fullscreen_motion_notify_cb),
12871         (fullscreen_leave_notify_cb), (ev_window_fullscreen),
12872         (ev_window_unfullscreen):
12873         * shell/main.c: (main):
12874
12875         Automatically hide the fullscreen button.
12876         Patch by Kristian Høgsberg <krh@redhat.com>
12877
12878 2005-02-16  Vincent Noel  <vnoel@cox.net>
12879
12880         * shell/main.c (main): Specify an icon for the window. Patch by
12881         Jaap A. Haitsma. Fixes #166177.
12882
12883 Wed Feb 16 06:30:13 2005  Jonathan Blandford  <jrb@redhat.com>
12884
12885         * shell/ev-view.c (ev_view_realize): get rid of the black flash.
12886
12887 Tue Feb 15 22:27:13 2005  Jonathan Blandford  <jrb@redhat.com>
12888
12889         * backend/ev-document-misc.h:
12890         * backend/ev-document-misc.c:
12891         (ev_document_misc_get_page_border_size),
12892         (ev_document_misc_paint_one_page): New function to canonicalize
12893         sizing/painting a border.
12894
12895         * shell/Makefile.am: Remove ev-page-view.c entirely as it's not
12896         used.
12897
12898         * pdf/xpdf/pdf-document.cc: use new function
12899
12900         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
12901         (ev_view_init), (ev_view_set_mode), (ev_view_zoom),
12902         (ev_view_best_fit), (ev_view_fit_width): * shell/ev-view.h: *
12903         shell/ev-window.c: (update_sizing_buttons),
12904         (ev_window_setup_document), (ev_window_cmd_view_zoom_in),
12905         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_best_fit),
12906         (ev_window_cmd_view_page_width), (size_allocate_cb),
12907         (ev_window_set_sizing_mode), (ev_window_init): make the "best fit"
12908         and "fit width" values act as toggle buttons so they stay
12909         toggled.  It's not 100% perfect, and it's a little slow, but it's
12910         good enough to commit I think.
12911
12912 2005-02-15  David Lodge  <dave@cirt.net>
12913
12914         * configure.ac (ALL_LINGUAS): Added "en_GB" (English (British)).
12915
12916 2005-02-15  Martin Kretzschmar  <martink@gnome.org>
12917
12918         * shell/ev-window.c (update_window_title): replace newlines in
12919         the title by spaces. Bug #166107.
12920
12921 2005-02-14  Martin Kretzschmar  <martink@gnome.org>
12922
12923         * shell/ev-view.c (ev_view_best_fit, ev_view_fit_width): add
12924         parameters providing allocation width and height without
12925         scrollbars and width of a possible vertical scrollbar. With this
12926         additional information the functions can work as
12927         intended. Unfortunately they're not idempotent. We should
12928         transform these commands to toggles. Fixes Bug #164976
12929         Initial patch by Stephane Loeuillet, then heavily modified.
12930
12931         * shell/ev-view.h: update prototypes.
12932
12933         * shell/ev-window.c (ev_window_cmd_view_best_fit)
12934         (ev_window_cmd_view_page_width): provide EvView fit functions with
12935         all the information they need. Formulas to calculate this
12936         information taken from GtkScrolledWindow.
12937
12938 2005-02-14  Crispin Flowerday  <gnome@flowerday.cx>
12939
12940         * shell/ev-sidebar-thumbnails.c: Ensure that after we have
12941         created a thumbnail, the list store is updated to know
12942         that the thumbnail is set. Fixes bug #166792
12943
12944 2005-02-11  Bryan Clark  <clarkbw@cvs.gnome.org>
12945
12946         * shell/ev-window.c: fixed typo, closes bug 166897
12947
12948         * TODO: updated TODO with bug numbers that are relevant
12949
12950 2005-02-09  Carlos Garcia Campos <carlosgc@gnome.org>
12951
12952         * shell/ev-window.c: Support for DnD of files. Fixes #164813
12953
12954 2005-02-09  Vincent Noel  <vnoel@cox.net>
12955
12956         * shell/ev-window.c: (set_action_properties): Set the "Previous"
12957         and "Next" toolbar buttons as important to make them stand out.
12958
12959 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
12960
12961         * lib/ev-debug.c:
12962         * lib/ev-debug.h:
12963         * ps/ps-document.c: (ps_document_finalize), (set_up_page),
12964         (start_interpreter), (stop_interpreter), (document_load),
12965         (ps_document_next_page), (ps_document_goto_page),
12966         (ps_document_set_page_size), (ps_document_widget_event),
12967         (ps_document_render):
12968         * shell/ev-page-view.c: (ev_page_view_dispose):
12969         * shell/ev-view.c: (ev_view_finalize), (expose_bin_window):
12970
12971         Fix compilation on non-gcc platforms
12972
12973 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
12974
12975         * NEWS:
12976         * configure.ac:
12977
12978         Release 0.1.4
12979
12980         * pdf/xpdf/Catalog.cc:
12981         * pdf/xpdf/XRef.cc:
12982
12983         Fix the fix for CAN-2004-0888
12984
12985 2005-02-09  Luca Ferretti <elle.uca@libero.it>
12986
12987         * data/Makefile.am:
12988         * data/evince-ui.xml:
12989         * shell/ev-stock-icons.c: (ev_stock_icons_init):
12990         * shell/ev-stock-icons.h:
12991         * shell/ev-window.c: (update_action_sensitivity),
12992         (ev_window_cmd_go_previous_page), (ev_window_cmd_go_next_page),
12993         (set_action_properties):
12994
12995         Improve toolbar layout/icons
12996
12997 2005-02-08  Marco Pesenti Gritti  <marco@gnome.org>
12998
12999         * pdf/xpdf/pdf-document.cc:
13000
13001         Add warnings about unimplemented/unknown link
13002         types.
13003
13004 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13005
13006         * ps/ps-document.c: (set_up_page):
13007
13008         Log gs property
13009
13010 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13011
13012         * ps/ps-document.c: (start_interpreter):
13013
13014         Log gs env var
13015
13016 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13017
13018         * shell/ev-page-view.c: (ev_page_view_dispose):
13019         * shell/ev-view.c: (ev_view_finalize):
13020         * shell/ev-window.c: (ev_window_setup_document),
13021         (ev_window_dispose), (ev_window_init):
13022
13023         Solve more refs issues.
13024
13025         I commented out the page_view initialization for now:
13026         it was never destroyed (because it's never added
13027         to a container). Because of that we was leaking
13028         gs processes. Couldnt think to a clean fix.
13029         We need to figure this out, password view has the
13030         same issue probably.
13031
13032 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13033
13034         * ps/ps-document.c: (ps_document_finalize),
13035         (ps_document_get_n_pages), (ps_document_get_page):
13036
13037         Some cleanups, stop the interpreter on finalize
13038
13039         * shell/ev-page-view.c: (ev_page_view_dispose),
13040         (ev_page_view_class_init):
13041
13042         Release our reference on the document
13043
13044 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13045
13046         * Makefile.am:
13047         * configure.ac:
13048         * doc/debugging.txt:
13049         * lib/.cvsignore:
13050         * lib/Makefile.am:
13051         * lib/ev-debug.c: (log_module), (trap_handler), (ev_debug_init),
13052         (ev_profiler_new), (ev_should_profile), (ev_profiler_dump),
13053         (ev_profiler_free), (ev_profiler_start), (ev_profiler_stop):
13054         * lib/ev-debug.h:
13055
13056         Add debugging helpers
13057
13058         * ps/Makefile.am:
13059         * ps/ps-document.c: (set_up_page), (start_interpreter),
13060         (stop_interpreter), (document_load), (ps_document_next_page),
13061         (ps_document_goto_page), (ps_document_set_page_size),
13062         (ps_document_widget_event), (ps_document_render):
13063         * shell/Makefile.am:
13064         * shell/ev-view.c: (expose_bin_window):
13065         * shell/main.c: (main):
13066
13067         Add some logs
13068         
13069 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13070
13071         * ps/ps-document.c: (ps_document_widget_event):
13072
13073         Initialize message_window, this should make ps
13074         rendering really work! (Never noticed because I was
13075         testing with a ps that is causing gs to exit every time!)
13076
13077 2005-02-07  Bryan Clark  <clarkbw@cvs.gnome.org>
13078
13079         * data/evince.schemas.in: updated simple error in applyto closing tag
13080
13081 2005-02-07  Christian Persch  <chpe@cvs.gnome.org>
13082
13083         * Makefile.am:
13084         * configure.ac:
13085         * data/.cvsignore:
13086         * data/Makefile.am:
13087         * data/evince-ui.xml:
13088         A data/evince.schemas.in:
13089         * po/POTFILES.in:
13090         * shell/ev-stock-icons.c: (ev_stock_icons_init):
13091         * shell/ev-stock-icons.h:
13092         * shell/ev-window.c: (update_chrome_visibility),
13093         (update_chrome_flag), (ev_window_cmd_edit_find),
13094         (ev_window_update_fullscreen_popup), (ev_window_fullscreen),
13095         (ev_window_unfullscreen), (ev_window_focus_in_event),
13096         (ev_window_focus_out_event), (ev_window_cmd_leave_fullscreen),
13097         (ev_window_view_toolbar_cb), (ev_window_view_statusbar_cb),
13098         (ev_window_view_sidebar_cb), (find_bar_close_cb),
13099         (ev_window_dispose), (ev_window_class_init),
13100         (set_action_properties), (set_chrome_actions), (load_chrome),
13101         (ev_window_init):
13102
13103         Implement fullscreen mode changes from bug #164776.
13104         Also implement persistent chrome toggles.
13105
13106 2005-02-07  Jordi Mallach  <jordi@sindominio.net>
13107
13108         * configure.ac (ALL_LINGUAS): Added "ca" (Catalan).
13109
13110 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
13111
13112         * NEWS:
13113         * configure.ac:
13114         * shell/ev-view.c:
13115
13116         Add another check for find interface
13117
13118         Release 0.1.3
13119
13120 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
13121
13122         * shell/ev-application.c: (ev_application_open):
13123         * shell/ev-window.c: (ev_window_open):
13124
13125         Open gzipped ps documents
13126
13127 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
13128
13129         * TODO:
13130         * shell/ev-view.c: (set_document_page):
13131
13132         Clamp page number, dont try to move to
13133         not existant pages.
13134
13135 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
13136
13137         * backend/ev-document-find.c: (ev_document_find_changed):
13138         * backend/ev-document-find.h:
13139         * pdf/xpdf/pdf-document.cc:
13140         * shell/ev-view.c: (jump_to_find_result), (ev_view_set_document):
13141         * shell/ev-window.c: (find_bar_search_changed_cb):
13142
13143         Fix several bugs with find
13144
13145 2005-02-04  Martin Kretzschmar  <martink@gnome.org>
13146
13147         * shell/ev-sidebar-thumbnails.c
13148         (ev_sidebar_thumbnails_select_page): do nothing unless we have a
13149         document. Prevents warning from scroll_to_cell.
13150
13151 2005-02-02  Kjartan Maraas  <kmaraas@gnome.org>
13152
13153         * configure.ac: Add «nb» to ALL_LINGUAS too.
13154
13155 Wed Feb  2 21:13:11 2005  Jonathan Blandford  <jrb@redhat.com>
13156
13157         * NOTES: New file with some random thoughts.
13158
13159         * TODO: Update.
13160
13161         * backend/ev-document-misc.c:
13162         (ev_document_misc_get_page_border_size): New function to
13163         canonicalize shadow drawing sizes.  Possibly goofy.
13164
13165         * shell/ev-view.c: (ev_view_size_request), (set_document_page),
13166         (ev_view_best_fit), (ev_view_fit_width):
13167         * pdf/xpdf/pdf-document.cc:
13168         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
13169         * ps/ps-document.c: (ps_document_get_page_size):
13170         * backend/ev-document-misc.h:
13171         * backend/ev-document.c: (ev_document_get_page_size):
13172         * backend/ev-document.h: get_page_size now takes a page number
13173         parameter.  Made all the backends/frontends honor it.
13174
13175         * data/evince-ui.xml: Added a multiple-page mode.  Uncomment to
13176         see.  Doesn't work yet.
13177
13178         * shell/Makefile.am:
13179         * shell/ev-page-view.[ch]: New multi-page view.  Really rough.
13180         Doesn't do anything yet.
13181
13182         * shell/ev-sidebar-thumbnails.c:
13183         (ev_sidebar_thumbnails_set_document): [1..n_pages] instead of
13184         [0..n_pages-1]
13185
13186         * shell/ev-window.c: (update_action_sensitivity),
13187         (ev_window_setup_document), (ev_window_set_page_mode),
13188         (ev_window_page_mode_cb), (ev_window_init): Clean up the
13189         view-swapping code a bit so we can have multiple views on a
13190         document.  Add the multi-page view, though it can't be turned on
13191         yet.
13192
13193 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
13194
13195         * shell/ev-application.c: (ev_application_open):
13196         * shell/ev-view.c: (expose_bin_window):
13197         * shell/ev-window.c: (ev_window_open):
13198
13199         Support eps and check document supports find
13200         before drawing highlightings in expose.
13201
13202 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
13203
13204         * pixbuf/pixbuf-document.c:
13205         (pixbuf_document_thumbnails_get_dimensions),
13206         (pixbuf_document_document_thumbnails_iface_init):
13207
13208         implement get_dimensions
13209
13210 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
13211
13212         * NEWS:
13213         * configure.ac:
13214
13215         Release 0.1.2
13216
13217 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
13218
13219         * shell/ev-view.c: (set_document_page):
13220
13221         Scroll at the top of the page when changing page
13222
13223 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
13224
13225         * shell/ev-view.c: (ev_view_motion_notify_event):
13226
13227         Do not redraw unnecessarily
13228
13229 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
13230
13231         * pdf/xpdf/pdf-document.cc:
13232         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
13233         (expose_bin_window), (find_changed_cb):
13234
13235         Yay! find works now... Now to find bugs...
13236
13237 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
13238
13239         * backend/ev-document-find.c: (ev_document_find_base_init),
13240         (ev_document_find_changed):
13241         * backend/ev-document-find.h:
13242         * pdf/xpdf/pdf-document.cc:
13243         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
13244         (expose_bin_window), (ev_view_init), (set_document_page),
13245         (ensure_rectangle_is_visible), (jump_to_find_result),
13246         (jump_to_find_page), (find_changed_cb), (ev_view_set_document),
13247         (ev_view_find_next), (ev_view_find_previous):
13248         * shell/ev-view.h:
13249         * shell/ev-window.c: (find_bar_previous_cb), (find_bar_next_cb):
13250
13251         More work on find implementation, mostly there now
13252
13253 2005-01-29  Marco Pesenti Gritti  <marco@gnome.org>
13254
13255         * backend/ev-backend-marshalers.list:
13256         * backend/ev-document-find.c: (ev_document_find_base_init),
13257         (ev_document_find_cancel), (ev_document_find_page_has_results),
13258         (ev_document_find_get_n_results), (ev_document_find_get_result),
13259         (ev_document_find_get_progress), (ev_document_find_changed):
13260         * backend/ev-document-find.h:
13261
13262         Enanche the find interface to be really able to do
13263         multi page find.
13264
13265         * pdf/xpdf/pdf-document.cc:
13266
13267         Implement
13268
13269         * shell/ev-view.c: (ev_view_finalize), (highlight_find_results),
13270         (expose_bin_window), (ev_view_init),
13271         (ev_view_get_find_status_message), (find_changed_cb),
13272         (ev_view_set_document), (set_document_page):
13273
13274         Adapt to the new interface. A few things are regressed sorry,
13275         I will finish it soon.
13276
13277 2005-01-28  Martin Kretzschmar  <martink@gnome.org>
13278
13279         * shell/ev-sidebar-thumbnails.c (ev_sidebar_thumbnails_destroy)
13280         (ev_sidebar_thumbnails_class_init): use G_DEFINE_TYPE-supplied
13281         ev_sidebar_thumbnails_parent_class variable, don't define another
13282         parent_class variable.
13283
13284         * shell/ev-page-action.c (connect_proxy, ev_page_action_finalize)
13285         (ev_page_action_class_init): ditto.
13286
13287         * pixbuf/pixbuf-document.c (pixbuf_document_finalize)
13288         (pixbuf_document_class_init): ditto.
13289
13290         * backend/ev-link.c (ev_window_dispose, ev_link_class_init):
13291         ditto.
13292
13293         * .cvsignore: ignore various valgrind output files.
13294
13295 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
13296
13297         * data/evince-ui.xml:
13298         * shell/Makefile.am:
13299         * shell/ev-history.c:
13300         * shell/ev-history.h:
13301         * shell/ev-navigation-action.c:
13302         * shell/ev-navigation-action.h:
13303         * shell/ev-view.c: (ev_view_finalize), (ev_view_go_to_link),
13304         (ev_view_set_page), (ev_view_fit_width):
13305         * shell/ev-view.h:
13306         * shell/ev-window.c: (update_action_sensitivity),
13307         (ev_window_setup_document), (register_custom_actions):
13308
13309         Kill session history
13310
13311 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
13312
13313         * shell/ev-window.c: (update_action_sensitivity):
13314
13315         Fix inverted up/down buttons
13316
13317 2005-01-27  Martin Kretzschmar  <martink@gnome.org>
13318
13319         * shell/ev-sidebar-thumbnails.c
13320         (ev_sidebar_thumbnails_select_page): make sure the selected
13321         thumbnail stays visible.
13322
13323 2005-01-26  Martin Kretzschmar  <martink@gnome.org>
13324
13325         * shell/ev-window.c (ev_window_init): add GTK_SHADOW_IN to the
13326         scrolled window for Federico.
13327
13328 2005-01-26  Ole Laursen  <olau@hardworking.dk>
13329
13330         * configure.ac: Added "da" (Danish) to ALL_LINGUAS.
13331
13332 2005-01-26  Marco Pesenti Gritti  <marco@gnome.org>
13333
13334         * configure.ac:
13335         * pdf/splash/SplashFTFontEngine.cc:
13336
13337         Fix CID fonts with freetype 2.1.9
13338
13339 2005-01-26  Bryan Clark  <clarkbw@cvs.gnome.org>
13340
13341         * TODO: added item for desktop icon thumbnailer
13342
13343 Tue Jan 25 00:59:34 2005  Jonathan Blandford  <jrb@redhat.com>
13344
13345         * pdf/xpdf/pdf-document.cc (pdf_document_get_title): guard against
13346         unloaded docs when the title is accessed.
13347
13348         * shell/ev-password-view.[hc]: New widget for displaying password
13349         state.
13350
13351         * shell/ev-window.[ch]: Refactor password handling code to handle
13352         the new view.
13353
13354 2005-01-24  Marco Pesenti Gritti  <marco@gnome.org>
13355
13356         * NEWS:
13357         * configure.ac:
13358         * data/Makefile.am:
13359
13360         Release 0.1.1
13361
13362 2005-01-23  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
13363
13364         * pdf/xpdf/pdf-document.cc (pdf_document_search_page_changed):
13365         ignore page offset here, to make search results independent of it,
13366
13367         * shell/ev-view.c (expose_bin_window): but take offsets into
13368         account here. Bug #164932
13369
13370         * pdf/xpdf/pdf-document.cc (pdf_document_get_link): divide by
13371         scale at the right time. Bug #164996
13372
13373 2005-01-22  Martin Kretzschmar  <martink@gnome.org>
13374
13375         * pdf/xpdf/GlobalParams.cc: My 2005-01-05 change didn't actually
13376         fix the problem. Now I just removed the Adobe font names and hope
13377         that the URW fonts are always in outline format. Bug #164934
13378
13379         * shell/ev-window.c (update_window_title): empty titles are
13380         useless, use filename in that case too.
13381
13382         * NEWS: Add some content.
13383
13384 2005-01-21  Bryan Clark  <clarkbw@cvs.gnome.org>
13385
13386         * TODO: added one more TODO item and a TODONE section :)
13387
13388 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
13389
13390         * ps/ps-document.h: add page_[xy]_offset fields.
13391
13392         * ps/ps-document.c (ps_document_set_page_offset)
13393         (ps_document_render): Keep offset in consideration in a few
13394         places. Bug #164752 "postscript documents are not centered in
13395         window"
13396
13397         * data/evince.desktop.in (X-GNOME-Bugzilla-Product):
13398         s/gpdf/evince/. Spotted by Stephane Loeuillet.
13399
13400         * pixbuf/pixbuf-document.c (pixbuf_document_get_n_pages)
13401         (pixbuf_document_get_text, pixbuf_document_document_iface_init):
13402         stub out missing methods for complete EvDocument implementation.
13403         Fixes segfaults with Save A Copy and Copy actions.
13404
13405         * ps/ps-document.c (ps_document_save, ps_document_get_text) 
13406         (ps_document_document_iface_init): ditto.
13407         
13408 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
13409
13410         * data/.cvsignore:
13411         * data/Makefile.am:
13412         * data/evince.desktop.in:
13413
13414         Add desktop file
13415
13416 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
13417
13418         * shell/ev-view.c: (ev_view_button_press_event),
13419         (ev_view_motion_notify_event):
13420
13421         Make selection work in any direction
13422
13423 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
13424
13425         * TODO:
13426         * shell/ev-window.c: (set_short_labels), (ev_window_init):
13427
13428         Use shorter labels for some of the toolbars items
13429
13430 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
13431
13432         * pdf/xpdf/pdf-document.cc:
13433
13434         Check the links info is initialized before
13435         using it. Should fix a crash on startup.
13436
13437 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
13438
13439         * pixbuf/pixbuf-document.c
13440         (pixbuf_document_thumbnails_get_dimensions): force floating point
13441         division to calculate page_ratio. Fixes crash with landscape
13442         format pixbufs.
13443
13444 Thu Jan 20 18:56:35 2005  Jonathan Blandford  <jrb@redhat.com>
13445
13446         * shell/ev-view.c (ev_view_realize): make the bg color darker.
13447
13448 2005-01-20  Martin Kretzschmar  <martink@gnome.org>
13449
13450         * shell/ev-view.c (set_document_page): unset has_selection when
13451         the page changes.
13452         (set_document_page): handle paper size changes when the page
13453         changes (test with Free Culture, page 2).
13454
13455 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
13456
13457         * shell/ev-view.c: (ev_view_size_request), (ev_view_realize),
13458         (expose_bin_window), (ev_view_class_init), (ev_view_init):
13459
13460         Use normal style color for the widget background and
13461         draw a black box around the page.
13462
13463 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
13464
13465         * pdf/xpdf/pdf-document.cc:
13466
13467         Keep offset in consideration in a few places
13468
13469         * shell/ev-view.c: (expose_bin_window):
13470
13471         Set the offsets so that the document is ever centered
13472
13473 2005-01-20  Bryan Clark  <clarkbw@cvs.gnome.org>
13474
13475         * TODO: Added TODO items and finished off the first todo item
13476
13477         * AUTHORS: Updated AUTHORS section with piece from gpdf file and
13478         reflect current authors
13479
13480 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
13481
13482         * pdf/xpdf/pdf-document.cc:
13483         * shell/ev-view.c: (ev_view_set_cursor),
13484         (ev_view_motion_notify_event), (document_changed_callback),
13485         (set_document_page):
13486
13487         Show a wait cursor while the page is rendering
13488
13489 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
13490
13491         * shell/ev-sidebar-thumbnails.c:
13492         (ev_sidebar_tree_selection_changed),
13493         (ev_sidebar_thumbnails_select_page):
13494         * shell/ev-sidebar-thumbnails.h:
13495         * shell/ev-view.c: (ev_view_set_document), (ev_view_can_go_back),
13496         (ev_view_can_go_forward):
13497         * shell/ev-window.c: (ev_window_open_page),
13498         (ev_window_setup_document), (update_current_page),
13499         (view_page_changed_cb), (ev_window_init):
13500         * shell/ev-window.h:
13501
13502         Ensure thumbnails selection, toolbar page control and
13503         current page are in sync.
13504
13505 2005-01-19  Marco Pesenti Gritti  <marco@gnome.org>
13506
13507         * pdf/xpdf/XRef.cc:
13508
13509         Fix CAN-2005-0064
13510
13511 Wed Jan 19 01:10:57 2005  Jonathan Blandford  <jrb@redhat.com>
13512
13513         * backend/Makefile.am:
13514         * backend/ev-document-links.h:
13515         * backend/ev-document-security.c: (ev_document_security_get_type),
13516         (ev_document_security_has_document_security),
13517         (ev_document_security_set_password):
13518         * backend/ev-document-security.h:
13519         * backend/ev-document.c: (ev_document_error_quark):
13520         * backend/ev-document.h:
13521         * data/Makefile.am:
13522         * data/evince-password.glade:
13523         * pdf/xpdf/pdf-document.cc:
13524         * shell/Makefile.am:
13525         * shell/ev-password.c: (ev_password_set_bad_password_label),
13526         (ev_window_password_entry_changed_cb), (ev_password_dialog_new),
13527         (ev_password_dialog_get_password),
13528         (ev_password_dialog_set_bad_pass):
13529         * shell/ev-password.h:
13530         * shell/ev-window.c: (ev_window_get_attribute),
13531         (ev_window_set_property), (update_action_sensitivity),
13532         (ev_window_is_empty), (mime_type_supported_by_gdk_pixbuf),
13533         (ev_window_setup_document), (ev_window_get_password),
13534         (ev_window_open), (ev_window_cmd_save_as),
13535         (using_postscript_printer), (ev_window_print),
13536         (find_not_supported_dialog), (ev_window_cmd_edit_find),
13537         (update_fullscreen_popup), (ev_window_fullscreen),
13538         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
13539         (ev_window_focus_out_cb), (ev_window_cmd_help_about),
13540         (menu_item_select_cb), (find_bar_search_changed_cb),
13541         (ev_window_dispose), (ev_window_init):
13542
13543         Add initial support for password-supported dialogs.  This could be
13544         a lot cooler, but it'll do for now.
13545
13546 2005-01-18  Marco Pesenti Gritti  <marco@gnome.org>
13547
13548         * pdf/xpdf/pdf-document.cc:
13549         * shell/ev-view.c: (status_message_from_link),
13550         (ev_view_set_status), (ev_view_set_cursor),
13551         (ev_view_motion_notify_event), (ev_view_init):
13552         * shell/ev-window.c: (view_status_changed_cb), (ev_window_init):
13553
13554         Fix bugs in the links implementation and change cursor
13555         when hovering a link.
13556
13557 2005-01-17  Bryan Clark  <clarkbw@cvs.gnome.org>
13558
13559         * viewer/.cvsignore: added cvsignore file for viewer directory
13560
13561         * TODO: created TODO document
13562
13563 2005-01-14  Dave Malcolm  <dmalcolm@redhat.com>
13564
13565         * shell/ev-view.h:
13566         * shell/ev-view.c (ev_view_can_go_back), (ev_view_can_go_forward):      
13567         new functions to help with implementation of sensitivity code
13568         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
13569         of all actions that might require it.  Fixes a crash when you
13570         click on the Zoom actions in a window lacking a document.
13571
13572 2005-01-13  Dave Malcolm  <dmalcolm@redhat.com>
13573
13574         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
13575         of the Find action
13576
13577 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
13578
13579         * pixbuf/pixbuf-document.c: (pixbuf_document_get_link),
13580         (pixbuf_document_document_iface_init):
13581         * ps/ps-document.c: (ps_document_get_link),
13582         (ps_document_document_iface_init):
13583         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event),
13584         (status_message_from_link), (ev_view_set_status),
13585         (ev_view_set_find_status), (ev_view_motion_notify_event),
13586         (ev_view_button_release_event), (ev_view_set_property),
13587         (ev_view_get_property), (ev_view_class_init), (ev_view_init),
13588         (ev_view_get_find_status_message), (update_find_results),
13589         (ev_view_get_status), (ev_view_get_find_status):
13590         * shell/ev-view.h:
13591         * shell/ev-window.c: (view_status_changed_cb),
13592         (view_find_status_changed_cb), (ev_window_init):
13593
13594         View status message support, use it to show the links.
13595         Needs work...
13596
13597 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
13598
13599         * backend/ev-document.c: (ev_document_get_link):
13600         * backend/ev-document.h:
13601         * pdf/xpdf/pdf-document.cc:
13602         * shell/ev-application.c: (ev_application_open):
13603         * shell/ev-application.h:
13604         * shell/ev-sidebar-links.c: (selection_changed_cb):
13605         * shell/ev-view.c: (ev_view_button_release_event), (go_to_link),
13606         (ev_view_go_to_link):
13607
13608         Add support for document links
13609
13610 2005-01-13  Anders Carlsson  <andersca@gnome.org>
13611
13612         * shell/ev-page-action.c: (update_spin), (total_pages_changed_cb),
13613         (create_tool_item):
13614         Set the spin button limits correctly.
13615         
13616         * shell/ev-sidebar-thumbnails.c:
13617         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init):
13618         Support changing pages by clicking on the thumbnails.
13619         
13620 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
13621
13622         * pixbuf/pixbuf-document.c:
13623         (pixbuf_document_thumbnails_get_dimensions),
13624         (pixbuf_document_document_thumbnails_iface_init):
13625
13626         implement get_dimensions
13627
13628 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
13629
13630         * ps/ps-document.c: (ps_document_goto_page):
13631
13632         Fix page switching on multipage documents
13633
13634 2005-01-12  Jeff Muizelaar  <jrmuizel@nit.ca>
13635
13636         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
13637         
13638         check for NULL before assigning to width and height parameters
13639
13640 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
13641
13642         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
13643         (pixbuf_document_set_property), (pixbuf_document_get_property):
13644
13645         implement get/set properties
13646
13647 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
13648
13649         * pdf/xpdf/pdf-document.cc: (pdf_info_dict_get_string):
13650         
13651         return NULL instead of "Unknown", letting the title get set to
13652         the filename when the pdf has no title.
13653
13654 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
13655
13656         * ps/ps-document.c: (ps_document_get_page_count),
13657         (ps_document_goto_page):
13658
13659 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
13660
13661         * shell/ev-history.c: (ev_history_get_property),
13662         (ev_history_set_property), (ev_history_class_init),
13663         (ev_history_add_page), (ev_history_set_current_index):
13664         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
13665         (activate_menu_item_cb), (new_history_menu_item), (build_menu),
13666         (ev_navigation_action_finalize):
13667         * shell/ev-navigation-action.h:
13668         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
13669         (ev_view_go_forward), (ev_view_get_find_status_message),
13670         (history_index_changed_cb), (ev_view_set_history):
13671         * shell/ev-view.h:
13672         * shell/ev-window.c: (update_total_pages), (ev_window_open),
13673         (update_current_page), (register_custom_actions):
13674
13675         Implement history dropdowns
13676
13677 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
13678
13679         * shell/ev-history.c: (ev_history_init), (ev_history_add_link):
13680         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
13681         (ev_view_go_forward):
13682         * shell/ev-window.c: (register_custom_actions):
13683
13684         Fix several history bugs
13685
13686 2005-01-11  Kjartan Maraas  <kmaraas@gnome.org>
13687
13688         * configure.ac: Add «nb» to ALL_LINGUAS.
13689
13690 2005-01-10  Marco Pesenti Gritti  <marco@gnome.org>
13691
13692         * backend/Makefile.am:
13693         * backend/ev-bookmark.c:
13694         * backend/ev-bookmark.h:
13695         * backend/ev-document-bookmarks.c:
13696         * backend/ev-document-bookmarks.h:
13697         * backend/ev-document-links.c: (ev_document_links_get_type),
13698         (ev_document_links_has_document_links),
13699         (ev_document_links_begin_read), (ev_document_links_get_link),
13700         (ev_document_links_get_child), (ev_document_links_next),
13701         (ev_document_links_free_iter):
13702         * backend/ev-document-links.h:
13703         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_title),
13704         (ev_link_set_title), (ev_link_get_uri), (ev_link_set_uri),
13705         (ev_link_get_link_type), (ev_link_set_link_type),
13706         (ev_link_get_page), (ev_link_set_page), (ev_link_get_property),
13707         (ev_link_set_property), (ev_window_dispose), (ev_link_init),
13708         (ev_link_class_init), (ev_link_new_title), (ev_link_new_page),
13709         (ev_link_new_external):
13710         * backend/ev-link.h:
13711         * pdf/xpdf/pdf-document.cc:
13712         * shell/Makefile.am:
13713         * shell/ev-application.c: (ev_application_open_link):
13714         * shell/ev-application.h:
13715         * shell/ev-history.c: (ev_history_add_link), (ev_history_add_page),
13716         (ev_history_get_link_nth):
13717         * shell/ev-history.h:
13718         * shell/ev-sidebar-bookmarks.c:
13719         * shell/ev-sidebar-bookmarks.h:
13720         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
13721         (ev_sidebar_links_class_init), (selection_changed_cb),
13722         (ev_sidebar_links_construct), (ev_sidebar_links_init),
13723         (links_page_num_func), (ev_sidebar_links_new), (stack_data_free),
13724         (do_one_iteration), (populate_links_idle),
13725         (ev_sidebar_links_clear_document), (ev_sidebar_links_set_document):
13726         * shell/ev-sidebar-links.h:
13727         * shell/ev-sidebar.c: (ev_sidebar_set_document):
13728         * shell/ev-view.c: (go_to_link), (ev_view_go_to_link),
13729         (go_to_index):
13730         * shell/ev-view.h:
13731         * shell/ev-window.c: (ev_window_open_link), (ev_window_init):
13732         * shell/ev-window.h:
13733
13734         Rename bookmark to link, and use "Index" for the sidebar panel.
13735
13736 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
13737
13738         * shell/Makefile.am:
13739         * shell/ev-application.c: (ev_application_open_bookmark):
13740         * shell/ev-application.h:
13741         * shell/ev-history.c: (ev_history_init), (free_links_list),
13742         (ev_history_finalize), (ev_history_class_init),
13743         (ev_history_add_link), (ev_history_add_page),
13744         (ev_history_get_link_nth), (ev_history_get_n_links),
13745         (ev_history_get_current_index), (ev_history_set_current_index),
13746         (ev_history_new):
13747         * shell/ev-history.h:
13748         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
13749         * shell/ev-view.c: (ev_view_finalize), (ev_view_set_document),
13750         (set_document_page), (go_to_bookmark), (ev_view_go_to_bookmark),
13751         (go_to_index), (ev_view_go_back), (ev_view_go_forward),
13752         (ev_view_set_page):
13753         * shell/ev-view.h:
13754         * shell/ev-window.c: (ev_window_open_bookmark),
13755         (ev_window_cmd_go_back), (ev_window_cmd_go_forward),
13756         (goto_page_cb), (register_custom_actions):
13757         * shell/ev-window.h:
13758
13759         Initial history implementation. Needs work.
13760
13761 2005-01-09  Martin Kretzschmar  <martink@gnome.org>
13762
13763         * pdf/xpdf/GDKSplashOutputDev.cc (redraw): fix pixbuf data offset.
13764
13765 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
13766
13767         * cut-n-paste/recent-files/egg-recent-item.c:
13768         * cut-n-paste/recent-files/egg-recent-item.h:
13769         * cut-n-paste/recent-files/egg-recent-model.c:
13770         * cut-n-paste/recent-files/egg-recent-util.c:
13771         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
13772         * cut-n-paste/recent-files/egg-recent-view.c:
13773
13774         Update
13775
13776 2005-01-08  Martin Kretzschmar  <martink@gnome.org>
13777
13778         * pdf/splash/Splash.cc (clear, drawPixel, drawSpan, xorSpan, getPixel)
13779         (fillGlyph, fillImageMask, drawImage):
13780         pdf/splash/SplashBitmap.cc (SplashBitmap, ~SplashBitmap, writePNMFile):
13781         pdf/splash/SplashTypes.h:
13782         pdf/xpdf/SplashOutputDev (startPage, getColor, imageSrc): implement RGB8
13783         packed mode for Splash.
13784
13785         * pdf/xpdf/GDKSplashOutputDev.cc (GDKSplashOutputDev, redraw): use
13786         RGB8 packed mode, eliminates the pixbuf data creation loop.
13787
13788         * shell/ev-print-job.c (ev_print_job_finalize)
13789         (ev_print_job_set_property, ev_print_job_get_property)
13790         (ev_print_job_set_gnome_print_job, ev_print_job_set_document)
13791         (ev_print_job_use_print_dialog_settings, idle_print_handler)
13792         (print_closure_finalize, ev_print_job_print): implement
13793         printing (for backends with EvPsExporter)
13794
13795         * shell/ev_print_job.h: update prototypes.
13796
13797         * shell/ev-window.c (ev_window_print): unref print job after
13798         printing.
13799
13800         * shell/ev-view.c (ev_view_set_document): don't connect to "found"
13801         unless the document implements the EvDocumentFind interface.
13802
13803 2005-01-08  Satoru SATOH <ss@gnome.gr.jp>
13804
13805         * configure.ac: Added ja to ALL_LINGUAS.
13806
13807 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
13808
13809         * pdf/xpdf/pdf-document.cc:
13810
13811         add a FIXME. We should probably not allocate
13812         a bookmark object every time
13813
13814 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
13815
13816         * shell/ev-application.c: (ev_application_open),
13817         (ev_application_open_bookmark):
13818         * shell/ev-application.h:
13819         
13820         Add a way to open bookmarks
13821
13822         * backend/ev-bookmark.c: (ev_bookmark_get_uri),
13823         (ev_bookmark_set_uri), (ev_bookmark_get_property),
13824         (ev_bookmark_set_property), (ev_bookmark_class_init),
13825         (ev_bookmark_new_title), (ev_bookmark_new_link),
13826         (ev_bookmark_new_external):
13827
13828         Support for external uris, better constructors.
13829
13830         * backend/ev-bookmark.h:
13831         * pdf/xpdf/pdf-document.cc:
13832         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
13833
13834         Handle external uris
13835
13836 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
13837
13838         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb),
13839         (ev_sidebar_bookmarks_construct), (do_one_iteration):
13840
13841         Hook up bookmarks navigation
13842
13843 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
13844
13845         * backend/Makefile.am:
13846         * backend/ev-bookmark.c: (ev_bookmark_type_get_type),
13847         (ev_bookmark_get_title), (ev_bookmark_set_title),
13848         (ev_bookmark_get_bookmark_type), (ev_bookmark_set_bookmark_type),
13849         (ev_bookmark_get_page), (ev_bookmark_set_page),
13850         (ev_bookmark_get_property), (ev_bookmark_set_property),
13851         (ev_window_dispose), (ev_bookmark_init), (ev_bookmark_class_init),
13852         (ev_bookmark_new):
13853         * backend/ev-bookmark.h:
13854         * backend/ev-document-bookmarks.c:
13855         (ev_document_bookmarks_get_bookmark):
13856         * backend/ev-document-bookmarks.h:
13857         * pdf/xpdf/pdf-document.cc:
13858         * shell/ev-sidebar-bookmarks.c: (do_one_iteration):
13859
13860         Add a bookmark object to the backend and use it instead of get_values
13861
13862 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
13863
13864         * data/evince-ui.xml:
13865
13866         Cleanup and add select all.
13867
13868         * shell/ev-view.c: (ev_view_select_all),
13869         (ev_view_button_press_event):
13870         * shell/ev-view.h:
13871         * shell/ev-window.c: (ev_window_cmd_edit_select_all):
13872
13873         Add select all.
13874         Clear selection on click.
13875
13876 Fri Jan  7 01:28:58 2005  Jonathan Blandford  <jrb@redhat.com>
13877
13878         * shell/ev-sidebar-thumbnails.c
13879         (ev_sidebar_thumbnails_set_document): forgot to unref the
13880         loading_icon.
13881
13882 Fri Jan  7 01:22:48 2005  Jonathan Blandford  <jrb@redhat.com>
13883
13884         * shell/ev-sidebar-thumbnails.c: fill in the thumbnails starting
13885         at the visible page, not just linearly.  This makes it look fast.
13886
13887 Thu Jan  6 18:48:11 2005  Jonathan Blandford  <jrb@redhat.com>
13888
13889         * backend/ev-document-misc.c
13890         (ev_document_misc_get_thumbnail_frame): fill in the thumbnail with
13891         white.
13892         * backend/ev-document-thumbnails.h: New interface to get the size
13893         of a page.
13894
13895 2005-01-06  Jeremy Katz  <katzj@redhat.com>
13896
13897         * shell/Makefile.am (evince_SOURCES): Add ev-utils.[ch] so that
13898         make dist works
13899
13900 Wed Jan  5 15:38:28 2005  Jonathan Blandford  <jrb@redhat.com>
13901
13902         * pdf/xpdf/pdf-document.cc (bitmap_to_pixbuf): bypass
13903         GDKSplashOutputDev and just use a normal SplashOutputDev.  Speeds
13904         things up a bit.
13905
13906         * shell/ev-sidebar-thumbnail.c: start of some profiling code.
13907
13908 2005-01-05  Martin Kretzschmar  <martink@gnome.org>
13909
13910         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): match only outline
13911         fonts. Should fix font problems on systems that have the base
13912         fonts in bitmap format. Reported by James Henstridge
13913         <james@jamesh.id.au>.
13914
13915 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
13916
13917         * pdf/xpdf/Gfx.cc:
13918         * pdf/xpdf/GfxState.cc:
13919
13920         Fix for CAN-2004-1125
13921
13922 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
13923
13924         * shell/ev-view.c: (ev_view_copy):
13925         * shell/ev-view.h:
13926         * shell/ev-window.c: (ev_window_cmd_edit_copy):
13927
13928         Implement Edit->Copy
13929
13930 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
13931
13932         * backend/ev-document.c: (ev_document_get_text):
13933         * backend/ev-document.h:
13934         * pdf/xpdf/pdf-document.cc:
13935         * shell/ev-view.c: (ev_view_realize), (expose_bin_window),
13936         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
13937         (ev_view_update_primary_selection), (ev_view_button_press_event),
13938         (ev_view_motion_notify_event), (ev_view_button_release_event):
13939
13940         Beginnings of clipboard support. Incomplete but primary sort
13941         of work.
13942
13943 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
13944
13945         * shell/ev-view.c: (ev_gdk_color_to_rgb), (draw_rubberband),
13946         (expose_bin_window):
13947
13948         Nicer rubberband drawing, from GtkIconView.
13949
13950 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
13951
13952         * backend/ev-document.c: (ev_document_save):
13953         * backend/ev-document.h:
13954         * data/evince-ui.xml:
13955         * pdf/xpdf/pdf-document.cc:
13956         * shell/ev-window.c: (save_error_dialog), (ev_window_cmd_save_as):
13957
13958         Implement "Save a copy..." menu item
13959
13960 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
13961
13962         * shell/ev-view.c: (ev_view_zoom):
13963
13964         Queue a resize when zoom changes
13965
13966 Wed Jan  5 02:33:06 2005  Jonathan Blandford  <jrb@redhat.com>
13967
13968         * backend/ev-document-misc.[ch]: New misc file to do simple drop
13969         shadows.
13970
13971         * pdf/xpdf/pdf-document.cc: use the drop shadows in both types of
13972         thumbnails..
13973
13974 Tue Jan  4 22:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
13975
13976         * pdf/xpdf/pdf-document.cc
13977         (pdf_document_thumbnails_get_page_pixbuf): poor man's dropshadow.
13978
13979 Tue Jan  4 21:25:05 2005  Jonathan Blandford  <jrb@redhat.com>
13980
13981         * pdf/xpdf/pdf-document.cc: Do real thumbnailing of PDF files.
13982         It's slow, but I'll speed it up next!
13983
13984 2005-01-04  Jeff Muizelaar  <jrmuizel@nit.ca>
13985
13986         * shell/main.c (load_files):
13987
13988         use gnome_vfs_make_uri_from_shell_arg so that relative paths work
13989         from the command line and because it seems more appropriate.
13990
13991 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
13992
13993         * data/evince-ui.xml:
13994         * shell/ev-window.c: (update_action_sensitivity),
13995         (ev_window_cmd_go_page_up), (ev_window_cmd_go_page_down):
13996
13997         s/next page/page down
13998         s/previous page/page up
13999
14000 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
14001
14002         * data/evince-ui.xml:
14003
14004         Change the layout to match clarkbw design.
14005
14006         * shell/Makefile.am:
14007         * shell/ev-navigation-action.c: (build_menu), (menu_activated_cb),
14008         (set_tooltip_cb), (connect_proxy), (ev_navigation_action_init),
14009         (ev_navigation_action_finalize),
14010         (ev_navigation_action_set_property),
14011         (ev_navigation_action_get_property),
14012         (ev_navigation_action_class_init):
14013         * shell/ev-navigation-action.h:
14014
14015         Implement clarkbw toolbar navigation controls (incomplete)
14016
14017         * shell/ev-page-action.c: (update_label), (update_spin),
14018         (value_changed_cb), (create_tool_item), (connect_proxy),
14019         (ev_page_action_init), (ev_page_action_finalize),
14020         (ev_page_action_set_property), (ev_page_action_get_property),
14021         (ev_page_action_set_current_page),
14022         (ev_page_action_set_total_pages), (ev_page_action_class_init):
14023         * shell/ev-page-action.h:
14024
14025         Implement a page switcher in the toolbar
14026
14027         * shell/ev-view.c: (ev_view_scroll_view):
14028         * shell/ev-window.c: (update_total_pages), (ev_window_open),
14029         (update_current_page), (view_page_changed_cb), (goto_page_cb),
14030         (register_custom_actions), (ev_window_init):
14031
14032         Change page on PageUp/Down.
14033
14034 Tue Jan  4 03:22:56 2005  Jonathan Blandford  <jrb@redhat.com>
14035
14036         * pdf/xpdf/pdf-document.cc
14037         (pdf_document_thumbnails_get_thumbnail): initial stab at
14038         implementing thumbnail support for pdfs.  It only does documents
14039         with precached pdfs now.
14040
14041 Mon Jan  3 17:22:25 2005  Jonathan Blandford  <jrb@redhat.com>
14042
14043         * shell/ev-sidebar-thumbnails.c (do_one_iteration): move the
14044         thumbnail code into a time-based idle as well.  Also, turn off the
14045         shadow temporarily as it's really slow.
14046
14047 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
14048
14049         * backend/ev-document.c: (ev_document_class_init):
14050         * pdf/xpdf/pdf-document.cc:
14051         * shell/ev-window.c: (ev_window_open):
14052
14053         Fix document title bugs and fallback to
14054         filename when not available.
14055
14056 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
14057
14058         * backend/ev-document.c: (ev_document_get_type),
14059         (ev_document_class_init), (ev_document_load),
14060         (ev_document_get_title):
14061         * backend/ev-document.h:
14062         * pdf/xpdf/pdf-document.cc:
14063         * ps/ps-document.c: (ps_document_set_property),
14064         (ps_document_get_property), (ps_document_class_init),
14065         (document_load):
14066         * ps/ps-document.h:
14067         * ps/ps.h:
14068         * shell/ev-window.c: (update_window_title), (ev_window_open),
14069         (ev_window_init):
14070
14071         Initial support for document title. Not working yet.
14072
14073 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
14074
14075         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event):
14076
14077         Grab focus on the view when clicking it
14078
14079 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
14080
14081         * shell/ev-marshal.list:
14082         * shell/ev-view.c: (ev_view_realize), (add_scroll_binding),
14083         (ev_view_scroll_view), (ev_view_class_init), (ev_view_init):
14084
14085         Add key bindings to the view. Now if the focus would work
14086         right...
14087
14088 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
14089
14090         * Makefile.am:
14091         * backend/Makefile.am:
14092         * data/Makefile.am:
14093         * dvi/Makefile.am:
14094         * dvi/dvilib/Makefile.am:
14095         * pdf/xpdf/Makefile.am:
14096         * po/POTFILES.in:
14097         * ps/Makefile.am:
14098
14099         Fix distcheck
14100
14101 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14102
14103         * shell/ev-view.c: (ev_view_realize):
14104
14105         Fix mouse wheel scrolling
14106
14107 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14108
14109         * ps/Makefile.am:
14110         * ps/gstypes.h:
14111         * ps/gtkgs.c:
14112         * ps/gtkgs.h:
14113         * ps/ps-document.c: (catchPipe), (ps_document_init),
14114         (ps_document_class_init), (ps_document_cleanup),
14115         (ps_document_finalize), (send_ps), (ps_document_get_orientation),
14116         (set_up_page), (close_pipe), (is_interpreter_ready),
14117         (interpreter_failed), (output), (input), (start_interpreter),
14118         (stop_interpreter), (file_length), (file_readable),
14119         (check_filecompressed), (check_pdf), (compute_xdpi),
14120         (compute_ydpi), (compute_size), (ps_document_enable_interpreter),
14121         (ps_document_get_type), (ps_document_emit_error_msg),
14122         (document_load), (ps_document_next_page),
14123         (ps_document_get_current_page), (ps_document_get_page_count),
14124         (ps_document_goto_page), (ps_document_set_page_size),
14125         (ps_document_zoom_to_fit), (ps_document_set_zoom),
14126         (ps_document_load), (ps_document_get_n_pages),
14127         (ps_document_set_page), (ps_document_get_page),
14128         (ps_document_widget_event), (ps_document_set_target),
14129         (ps_document_set_scale), (ps_document_set_page_offset),
14130         (ps_document_get_page_size), (ps_document_render),
14131         (ps_document_document_iface_init):
14132         * ps/ps-document.h:
14133         * ps/ps.c:
14134         * shell/ev-window.c: (ev_window_open):
14135
14136         Rename GtkGS to PSDocument
14137
14138 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14139
14140         * ps/gtkgs.c: (gtk_gs_class_init):
14141         * ps/gtkgs.h:
14142
14143         Some more leftover...
14144
14145 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14146
14147         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_get_orientation),
14148         (output), (stop_interpreter), (gtk_gs_emit_error_msg),
14149         (gtk_gs_zoom_to_fit), (gtk_gs_set_zoom):
14150         * ps/gtkgs.h:
14151
14152         Remove unused code and make a lot of stuff private
14153
14154 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14155
14156         * ps/gsdefaults.c: (gtk_gs_defaults_gconf_client),
14157         (gtk_gs_defaults_changed):
14158         * ps/gsdefaults.h:
14159         * ps/gtkgs.c:
14160         * ps/gtkgs.h:
14161         * ps/ps.h:
14162
14163         Cleanup headers dependencies
14164
14165 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14166
14167         * ps/Makefile.am:
14168         * ps/ggvutils.c:
14169         * ps/ggvutils.h:
14170         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
14171         * ps/gsdefaults.h:
14172         * ps/gtkgs.c: (file_length), (file_readable),
14173         (check_filecompressed), (check_pdf), (gtk_gs_load),
14174         (gtk_gs_get_postscript):
14175
14176         Get rid of ggvutils
14177
14178 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
14179
14180         * ps/ggvutils.c:
14181         * ps/ggvutils.h:
14182         * ps/gsio.h:
14183         * ps/gtkgs.c: (gtk_gs_set_zoom):
14184
14185         Cleanups
14186
14187 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
14188
14189         * ps/gtkgs.c: (gtk_gs_set_zoom), (gtk_gs_set_zoom_mode):
14190
14191         Ensure the page is rerendered when changing zoom
14192
14193 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
14194
14195         * backend/ev-document.c: (ev_document_base_init),
14196         (ev_document_changed):
14197         * backend/ev-document.h:
14198
14199         Add a changed event that is emitted when the page content
14200         changes. This is necessary to deal with the fact that
14201         in ps backend rendering happen asycrounously.
14202         This makes the ps backend mostly work.
14203
14204         * pdf/xpdf/pdf-document.cc:
14205
14206         Emit changed event
14207
14208         * ps/gtkgs.c: (set_up_page), (gtk_gs_widget_event),
14209         (ps_document_set_target):
14210
14211         Emit changed event
14212
14213         * shell/ev-view.c: (document_changed_callback),
14214         (ev_view_set_document), (ev_view_set_page):
14215
14216         Redraw on the changed signal
14217
14218 2004-12-25  Raphael Higino  <raphaelh@cvs.gnome.org>
14219
14220         * configure.ac: Added pt_BR to ALL_LINGUAS.
14221
14222 Fri Dec 24 00:48:44 2004  Jonathan Blandford  <jrb@redhat.com>
14223
14224         * backend/ev-document-bookmarks.c:
14225         (ev_document_bookmarks_get_child): *
14226         backend/ev-document-bookmarks.h: * pdf/xpdf/Makefile.am: *
14227         pdf/xpdf/pdf-document.cc: * pdf/xpdf/pdf-document.h: *
14228         shell/Makefile.am: * shell/ev-sidebar-bookmarks.c:
14229         (ev_sidebar_bookmarks_destroy),
14230         (ev_sidebar_bookmarks_class_init),
14231         (ev_sidebar_bookmarks_construct), (stack_data_free),
14232         (do_one_iteration), (populate_bookmarks_idle),
14233         (ev_sidebar_bookmarks_clear_document),
14234         (ev_sidebar_bookmarks_set_document): *
14235         shell/ev-sidebar-bookmarks.h: * shell/ev-sidebar.c:
14236         (ev_sidebar_add_page),
14237         (ev_sidebar_set_document): * shell/ev-window.c: (ev_window_open):
14238         Initial stab at a bookmarks sidebar.  It doesn't navigate yet, but
14239         it displays both the topics and the page numbers.
14240
14241 2004-12-23  Kristian Høgsberg  <krh@redhat.com>
14242
14243         * shell/ev-window.c (ev_window_view_sidebar_cb): Hook up sidebar
14244         toggle.
14245         * shell/ev-window.c (toggle_entries): Set sidebar default value to
14246         visible.
14247
14248 2004-12-23  Adam Weinberger  <adamw@gnome.org>
14249
14250         * configure.ac: Added en_CA to ALL_LINGUAS.
14251
14252 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
14253
14254         * ChangeLog: replace bottom of this ChangeLog (merged history of
14255         ggv and gpdf; where all paths were wrong and most of the files are
14256         not even in this tree) with ChangeLog (from arch) of the shell
14257         code.
14258
14259 2004-12-23  Havoc Pennington  <hp@redhat.com>
14260
14261         * shell/ev-window.c: hook up potentially-questionable "find
14262         results status text" feature - something involving the sidebar or
14263         scrollbar or a continuous all-pages-on-giant-roll-of-paper-view
14264         might be better in the end.
14265
14266         * shell/ev-view.c (ev_view_get_find_status_message): new function, 
14267         with corresponding signal when it should be updated
14268
14269         * shell/eggfindbar.c (egg_find_bar_set_status_text): new function
14270
14271 2004-12-22  Havoc Pennington  <hp@redhat.com>
14272
14273         * pdf/xpdf/pdf-document.cc (pdf_document_find_begin): make search
14274         find stuff on other pages, sort of (only returns one result on
14275         invisible pages, to show they have results; updates full results
14276         for a page when you view it). Currently repaints the current page
14277         every time a new result is found on any page, which isn't so nice.
14278
14279 2004-12-22  Havoc Pennington  <hp@redhat.com>
14280
14281         * shell/ev-window.c (ev_window_cmd_edit_find): display an error if
14282         the document doesn't support find (better ideas?)
14283         (find_bar_search_changed_cb): handle missing document or document
14284         that doesn't support find
14285
14286         * pdf/xpdf/pdf-document.cc: port to implement the new
14287         EvDocumentFindIface
14288
14289         * backend/ev-document-find.c: create a new interface for searching
14290
14291         * backend/ev-document.h, backend/ev-document.c: delete the find stuff
14292
14293 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
14294
14295         * pdf/xpdf/Makefile.am (libpdfdocument_la_LIBADD): add
14296         libevbackend.la.
14297
14298         * shell/ev-window.c (ev_window_print): add GnomePrintJob to
14299         EvPrintJob constructor arguments.
14300
14301         * backend/ev-ps-exporter.c, backend/ev-ps-exporter.h: interface
14302         for documents that can export PostScript (page by page).
14303
14304         * backend/Makefile.am (libevbackend_la_SOURCES): add them.
14305         
14306         * pdf/xpdf/pdf-document.cc (pdf_document_ps_export_begin)
14307         (pdf_document_ps_export_do_page, pdf_document_ps_export_end)
14308         (pdf_document_ps_exporter_iface_init:
14309         Implement EvPSExporter.
14310
14311         * pdf/xpdf/Makefile.am (libxpdf_la_SOURCES): build PSOutputDev.
14312
14313 2004-12-22  Anders Carlsson  <andersca@gnome.org>
14314
14315         * backend/Makefile.am:
14316         * backend/ev-document-thumbnails.c:
14317         (ev_document_thumbnails_get_type),
14318         (ev_document_thumbnails_get_thumbnail):
14319         * backend/ev-document-thumbnails.h:
14320         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
14321         (pixbuf_document_thumbnails_get_thumbnail),
14322         (pixbuf_document_document_thumbnails_iface_init):
14323         * shell/Makefile.am:
14324         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_destroy),
14325         (ev_sidebar_thumbnails_class_init), (ev_sidebar_thumbnails_init),
14326         (populate_thumbnails), (ev_sidebar_thumbnails_set_document):
14327         * shell/ev-sidebar-thumbnails.h:
14328         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
14329         (ev_sidebar_set_document):
14330         * shell/ev-utils.c: (gaussian), (create_blur_filter),
14331         (create_shadow), (ev_pixbuf_add_shadow):
14332         * shell/ev-utils.h:
14333         Add thumbnail support.
14334         
14335 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
14336
14337         * shell/ev-window.c (ev_window_cmd_file_print, ev_window_print)
14338         (using_postscript_printer): Set up a print dialog for "PostScript
14339         injection" method.
14340
14341         * shell/ev-print-job.h, shell/ev-print-job.c: stub classes for
14342         EvPrintJob.
14343
14344         * shell/Makefile.am (evince_SOURCES): add ev-print-job.[ch]
14345
14346 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
14347
14348         * ps/gtkgs.c: (gtk_gs_init), (set_up_page),
14349         (ps_document_set_target), (ps_document_get_page_size),
14350         (ps_document_render):
14351         * ps/gtkgs.h:
14352
14353         Fix a few bugs
14354
14355 2004-12-22  Christian Rose  <menthos@menthos.com>
14356
14357         * configure.ac: Added "sv" to ALL_LINGUAS.
14358
14359 Wed Dec 22 14:47:38 2004  Jonathan Blandford  <jrb@redhat.com>
14360
14361         * backend/ev-document-bookmarks.[ch]: new interface to indicate
14362         document supports bookmarks.
14363
14364 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
14365
14366         * ps/ggvutils.c: (ggv_file_readable):
14367         * ps/ggvutils.h:
14368         * ps/gtkgs.c: (check_filecompressed), (check_pdf),
14369         (gtk_gs_get_postscript):
14370
14371         Remove unused utils
14372
14373 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
14374
14375         * ps/gtkgs.c: (gtk_gs_init), (gtk_gs_class_init), (gtk_gs_cleanup),
14376         (gtk_gs_finalize), (gtk_gs_set_center), (set_up_page), (output),
14377         (start_interpreter), (compute_size), (gtk_gs_enable_interpreter),
14378         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_reload),
14379         (gtk_gs_emit_error_msg), (gtk_gs_disable_interpreter),
14380         (gtk_gs_load), (gtk_gs_goto_page), (gtk_gs_set_page_size),
14381         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
14382         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
14383         (gtk_gs_set_antialiasing), (ps_document_load),
14384         (ps_document_render):
14385         * ps/gtkgs.h:
14386
14387         Another check point for the ps backend. Now I can get it to show
14388         pages!
14389
14390 Wed Dec 22 13:41:01 2004  Jonathan Blandford  <jrb@redhat.com>
14391
14392         * shell/ev-sidebar.c (ev_sidebar_set_document): initial sidebar
14393         document setting code.
14394
14395 2004-12-22  Anders Carlsson  <andersca@gnome.org>
14396
14397         * shell/eggfindbar.c: (entry_activate_callback):
14398         Animate the next button when activate is pressed.
14399         
14400 2004-12-22  Anders Carlsson  <andersca@gnome.org>
14401
14402         * shell/ev-window.c: (ev_window_cmd_edit_find),
14403         (update_fullscreen_popup), (ev_window_fullscreen),
14404         (ev_window_unfullscreen), (ev_window_state_event_cb),
14405         (ev_window_focus_out_cb), (find_bar_close_cb), (ev_window_init):
14406         Fix bugs in fullscreen code.
14407         
14408 2004-12-22  Anders Carlsson  <andersca@gnome.org>
14409
14410         * Makefile.am:
14411         * configure.ac:
14412         * pixbuf/Makefile.am:
14413         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
14414         (pixbuf_document_load), (pixbuf_document_get_n_pages),
14415         (pixbuf_document_set_page), (pixbuf_document_get_page),
14416         (pixbuf_document_set_target), (pixbuf_document_set_scale),
14417         (pixbuf_document_set_page_offset), (pixbuf_document_get_page_size),
14418         (pixbuf_document_render), (pixbuf_document_begin_find),
14419         (pixbuf_document_end_find), (pixbuf_document_finalize),
14420         (pixbuf_document_class_init),
14421         (pixbuf_document_document_iface_init), (pixbuf_document_init):
14422         * pixbuf/pixbuf-document.h:
14423         * shell/Makefile.am:
14424         * shell/ev-application.c: (ev_application_open):
14425         * shell/ev-window.c: (mime_type_supported_by_gdk_pixbuf),
14426         (ev_window_open):
14427         Add pixbuf backend.
14428         
14429 Tue Dec 21 21:45:43 2004  Soeren Sandmann  <sandmann@redhat.com>
14430
14431         * Makefile.am: 
14432         * dvi/dvilib/Makefile.am:
14433         * dvi/Makefile.am:
14434         * configure.ac: Auto*ify dvi and dvi/dvilib
14435
14436         * dvi/Makefile: Remove from CVS
14437         
14438         * dvi/dvilib/dl-pkfont.cc (unpack_bitmap): Fix uchar/uint
14439         confusion.
14440
14441         * dvi/dvilib/dl-fontdefinition.{cc,hh}: New DviFontMap class
14442         
14443         * dvi/dvilib/dl-vffont.{cc,hh}: Many bugfixes to VF code.
14444         
14445 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
14446
14447         * ps/Makefile.am:
14448         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_finalize),
14449         (gtk_gs_value_adjustment_changed), (compute_size),
14450         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_new_from_file),
14451         (gtk_gs_center_page), (gtk_gs_load), (gtk_gs_set_page_size),
14452         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
14453         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
14454         (gtk_gs_start_scroll), (gtk_gs_get_postscript),
14455         (gtk_gs_set_adjustments), (gtk_gs_set_available_size),
14456         (ps_document_load), (ps_document_get_n_pages),
14457         (ps_document_set_page), (ps_document_get_page),
14458         (ps_document_set_target), (ps_document_set_scale),
14459         (ps_document_set_page_offset), (ps_document_get_page_size),
14460         (ps_document_render), (ps_document_begin_find),
14461         (ps_document_end_find), (ps_document_document_iface_init):
14462         * ps/gtkgs.h:
14463         * shell/Makefile.am:
14464         * shell/ev-window.c: (ev_window_open):
14465
14466         Some work to integrate gtkgs with EvDocument
14467
14468 2004-12-22  Anders Carlsson  <andersca@gnome.org>
14469
14470         * shell/ev-window.c: (update_fullscreen_popup),
14471         (screen_size_changed_cb), (destroy_exit_fullscreen_popup),
14472         (exit_fullscreen_button_clicked_cb),
14473         (fullscreen_popup_size_request_cb), (ev_window_fullscreen),
14474         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
14475         (ev_window_state_event_cb), (ev_window_init):
14476         Add fullscreen support from Epiphany.
14477         
14478 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
14479
14480         * data/ev-stock-zoom-fit-width.png: fit-width
14481         stock icon from gpdf.
14482         
14483         * shell/ev-stock-icons.[ch]: copied from gpdf.
14484         
14485         * shell/main.c: (main): init stock icons.
14486         
14487         * shell/ev-window.c: use the fit-width icon.
14488         
14489         * data/evince-ui.xml: add zooming toolbar items.
14490
14491 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
14492
14493         * shell/ev-view.c: 
14494         (ev_view_best_fit), (ev_view_fit_width): because
14495         get_page_size() returns the scaled page size, we
14496         need to calculate the scale factor relative to
14497         the previous scale factor. Should really just
14498         add get_real_page_size().
14499
14500 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
14501
14502         * shell/ev-view.[ch]:
14503         (ev_view_zoom), (ev_view_zoom_in), (ev_view_zoom_out),
14504         (ev_view_normal_size), (ev_view_best_fit), (ev_view_fit_width):
14505         add zooming.
14506         
14507         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
14508         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_normal_size),
14509         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width):
14510         hook it up.
14511         
14512         * pdf/xpdf/pdf-document.cc:
14513         (pdf_document_begin_find),
14514         (pdf_document_end_find): make static.
14515
14516 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
14517
14518         * pdf/xpdf/GlobalParams.h (setupBaseFontsFc): add prototype.
14519
14520         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): maps base font
14521         names to fontconfig patterns.
14522         (setupBaseFontsFc): setupBaseFonts reimplemented using fontconfig.
14523
14524         * pdf/xpdf/pdf-document.cc (pdf_document_load): use
14525         setupBaseFontsFc.
14526
14527 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
14528
14529         * Makefile.am:
14530         * configure.ac:
14531         * ps/Makefile.am:
14532         * ps/ggvutils.c:
14533         * ps/ggvutils.h:
14534         * ps/gsdefaults.c:
14535         * ps/gsdefaults.h:
14536         * ps/gsio.c:
14537         * ps/gsio.h:
14538         * ps/gtkgs.c:
14539         * ps/gtkgs.h:
14540         * ps/ps.c:
14541         * ps/ps.h:
14542
14543         Import ggv backend. Not hooked up yet.
14544
14545 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
14546
14547         * shell/main.c: (load_files), (main): load files
14548         from the command line.
14549
14550 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
14551
14552         * configure.ac: don't require bonobo.
14553         
14554         * cut-n-paste/recent-files/*: kill bonobo recent
14555         view.
14556
14557         * shell/ev-window.c:
14558         (ev_window_is_empty): upd.
14559         (unable_to_load), (ev_window_open): load backend
14560         based on the mime type.
14561
14562 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
14563
14564         * backend/.cvsignore: ignore generated marshalers source.
14565
14566         * shell/main.c (main): this is not epiphany.
14567
14568 2004-12-22  Havoc Pennington  <hp@redhat.com>
14569
14570         * shell/ev-view.c (ev_view_set_document): connect to "found" signal
14571         (expose_bin_window): draw find highlights
14572
14573         * shell/ev-window.c (find_bar_search_changed_cb): implement 
14574         
14575         * pdf/xpdf/pdf-document.cc (pdf_document_begin_find) 
14576         (pdf_document_end_find): implement this interface
14577
14578         * backend/ev-document.c (ev_document_found): add this to emit
14579         signal
14580
14581 Tue Dec 21 23:57:37 2004  Owen Taylor  <otaylor@redhat.com>
14582
14583         * data/evince-ui.xml: Add a few more toolbar items.
14584
14585         * shell/ev-window.c: Hook up page navigation toolbar 
14586         items.
14587
14588         * shell/ev-view.[ch]: add ev_view_set/get_page and 
14589         a page-changed signal.
14590
14591         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc::
14592         Add ev_document_get_page().
14593
14594         * shell/ev-window.c: Sensitize/desensitize navigation
14595         actions.
14596
14597 2004-12-21  Havoc Pennington  <hp@redhat.com>
14598
14599         * backend/ev-backend-marshal.c,
14600         backend/ev-backend-marshalers.list, backend/Makefile.am: add
14601         marshaler-generator thingy. I'm sure there's a better way to do
14602         this in the modern world.
14603
14604         * backend/ev-document.h (struct _EvDocumentIface): add begin_find,
14605         end_find methods and "found" signal.
14606
14607         * configure.ac: find glib-genmarshal
14608
14609 Tue Dec 21 23:20:35 2004  Jonathan Blandford  <jrb@redhat.com>
14610
14611         * shell/ev-sidebar.c: Construct an actual sidebar.
14612         * shell/ev-sidebar-bookmarks.[ch]:
14613         * shell/ev-sidebar-thumbnails.[ch]: Stub out sidebars.
14614
14615 Tue Dec 21 23:05:51 2004  Owen Taylor  <otaylor@redhat.com>
14616
14617         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc:
14618         Redo size handling.
14619         
14620         * shell/ev-view.c: Track the size from the document.
14621
14622 Tue Dec 21 22:17:04 2004  Owen Taylor  <otaylor@redhat.com>
14623
14624         * pdf/xpdf/pdf-document.cc (pdf_document_load): PDFDoc
14625         constructor assumes ownership of the string passed in.
14626         
14627         * shell/ev-window.c (ev_window_open): Destroy the error
14628         dialog once we've displayed it.
14629
14630 Tue Dec 21 21:58:56 2004  Owen Taylor  <otaylor@redhat.com>
14631
14632         * pdf/xpdf/pdf-document.cc shell/ev-view.c: Hook things up 
14633         a bit, it works! (sort of)
14634
14635         * pdf/xpdf/Makefile.am pdf/xpdf/pdf-document.cc:
14636         Move to .cc since we need to use C++ in the implementation.
14637
14638         * shell/dummy.cc: Add a CC file to force evince
14639         to be linked as a C++ program.
14640
14641 Tue Dec 21 21:07:55 2004  Owen Taylor  <otaylor@redhat.com>
14642
14643         * shell/ev-view.[ch]: Start of content-area widget.
14644
14645         * shell/ev-window.c: Create a EvView, update it
14646         as we change documents.
14647
14648         * shell/Makefile.am shell/ev-marshal.list: Add
14649         generated marshalers.
14650
14651 Tue Dec 21 20:28:11 2004  Jonathan Blandford  <jrb@redhat.com>
14652
14653         * Makefile.am (SUBDIRS): move shell.
14654
14655 Tue Dec 21 19:28:55 2004  Owen Taylor  <otaylor@redhat.com>
14656
14657         * pdf/{goo,fofi,splash,xpdf}/Makefile.am: Switch from
14658         .a to libtool convenience libraries.
14659
14660         * shell/ev-window.c (ev_window_open): Hard code loading
14661         a PDF document.
14662         
14663         * backend/ev-document.h: Add a boolean return to load(),
14664         fix GError * to GError **.
14665
14666         * pdf/xpdf/pdf-document.[ch] Makefile.am: Add a stub
14667         object for a PDF backend EvDocument.
14668
14669 Tue Dec 21 18:55:06 2004  Søren Sandmann  <sandmann@redhat.com>
14670
14671         * dvi/*: New directory with the beginning of a .dvi backend.
14672
14673 2004-12-21  Havoc Pennington  <hp@redhat.com>
14674
14675         * shell/eggfindbar.c (egg_find_bar_init): change buttons to
14676         previous/next instead of back/forward
14677
14678 Tue Dec 21 18:26:24 2004  Owen Taylor  <otaylor@redhat.com>
14679
14680         * backend/ev-document.[ch]: Fix a couple of problems so
14681         it compile.
14682
14683 Tue Dec 21 18:20:40 2004  Owen Taylor  <otaylor@redhat.com>
14684
14685         * viewer/* backend/* configure.ac Makefile.am: Move viewer directory 
14686         to backend/ directory, rename EvViewer to EvDocument.
14687
14688 2004-12-21  Havoc Pennington  <hp@redhat.com>
14689
14690         * shell/ev-window.c: hook up the find bar widget; now we just need
14691         a document to find things in
14692
14693         * shell/eggfindbar.c: a find bar widget
14694
14695 Tue Dec 21 17:20:16 2004  Jonathan Blandford  <jrb@redhat.com>
14696
14697         * shell/ev-sidebar.[ch]: initial sidebar boilerplate.
14698
14699 Tue Dec 21 16:30:58 2004  Owen Taylor  <otaylor@redhat.com>
14700
14701         * pdf/**: Import of xpdf code from gpdf. 
14702
14703         * pdf/xpdf/xpdfconfig.h: Move the non-config.h config.h to xpdfconfig.h
14704
14705         * pdf/splash/SplashFTFont.{cc,h} pdf/splash/SplashFTFont.h
14706         pdf/splash/SplashFTFontEngine.h pdf/splash/SplashFTFontFile.h: 
14707         Fix FreeType includes.
14708
14709         * pdf/xpdf/{Error.h GnomeVFSStream.cc ImageOutputDev.cc PDFDoc.cc\
14710         pdffonts.cc pdfimages.cc pdfinfo.cc pdftoppm.cc pdftops.cc
14711         pdftotext.cc PSOutputDev.cc PSOutputDev.h SplashOutputDev.h
14712         Stream.cc TextOutputDev.cc XPDFApp.cc xpdf.cc XPDFViewer.cc
14713         pdf/xpdf/Error.h PSOutputDev.h SplashOutputDev.h}:
14714         Include xpdfconfig.h
14715         
14716 Tue Dec 21 16:08:17 2004  Jonathan Blandford  <jrb@redhat.com>
14717
14718         * shell/ev-window.c (ev_window_dispose): dispose can be called
14719         multiple times.
14720
14721 2004-12-21  Havoc Pennington  <hp@redhat.com>
14722
14723         * shell/ev-window.c (ev_window_init): set title to Document Viewer
14724         rather than Evince
14725
14726         * data/evince-ui.xml, shell/ev-window.c: add a bunch of stub menu
14727         items; really they should be synced with the strings, etc. from
14728         current gpdf, but just getting the boring typing out of the way 
14729
14730 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
14731
14732         * po/POTFILES.in:
14733         * shell/ev-application.c: (window_destroy_cb):
14734         * shell/ev-window.c:
14735         * shell/main.c: (main):
14736
14737         Actually show the window...
14738
14739 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
14740
14741         * Makefile.am:
14742         * shell/Makefile.am:
14743         * shell/ev-application.c: (ev_application_class_init):
14744         * shell/ev-window.c: (ev_window_dispose), (ev_window_class_init):
14745
14746         Make it build again
14747
14748 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
14749
14750         Import to gnome cvs.
14751         
14752         * Remove copies of gpdf and ggv trees.
14753         * Rip out all the recursive configure code.
14754         * Remove bonobo machinery.
14755         * viewer/*: GInterfaces that backends should/can implement.
14756
14757 2004-11-09  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14758
14759         * shell/ev-window.c (ev_window_cmd_help_about): fix "documentors"
14760         typo
14761
14762 2004-10-28  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14763
14764         * shell/ev-application.c (EV_APPLICATION_GET_PRIVATE)
14765         (ev_application_finalize, ev_application_class_init)
14766         (ev_application_init): use GType instance private data for priv.
14767
14768         * shell/ev-window.c (EV_WINDOW_GET_PRIVATE)
14769         (ev_window_finalize, ev_window_class_init)
14770         (ev_window_init): ditto.
14771
14772 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14773
14774         * shell/ev-application.c (ev_application_new_window): make public
14775         (ev_application_show_initial_window): kill.
14776
14777         * shell/ev-application.h: update prototypes.
14778
14779         * shell/main.cc (main): inline ev_application_show_initial_window.
14780
14781 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14782
14783         * shell/ev-application.c (ev_application_new_window): impl.
14784         (ev_application_show_initial_window): use it.
14785         (is_window_empty, ev_application_get_empty_window): returns an
14786         existing empty window or a new one.
14787         (ev_application_open): from ev_window_cmd_file_open.
14788
14789         * shell/ev-application.h: update prototypes
14790
14791         * shell/ev-window.c (ev_window_is_empty): impl.
14792         (ev_window_open): make public.
14793         (ev_window_cmd_file_open): use ev_application_open
14794
14795         * shell/ev-window.h: update prototypes, remove unused.
14796
14797 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14798
14799         * shell/ev-window.c (ev_window_destroy, ev_window_class_init):
14800         move destroy handler out of here...
14801
14802         * shell/ev-application.c, shell/ev-application.h: ...into this new
14803         class. Also handles initial window creation.
14804
14805         * shell/main.cc (main): use EvApplication to create initial
14806         window.
14807
14808 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14809
14810         * Makefile.am (SUBDIRS): add cut-n-paste
14811
14812         * cut-n-paste/Makefile.am: add
14813
14814         * configure.ac: generate Makefiles in cut-n-paste
14815
14816 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14817
14818         * shell/ev-window.c (ev_window_dispose): new, unref the ui_manager
14819         (ev_window_class_init): install ev_window_dispose.
14820
14821 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14822
14823         * shell/ev-window.h, shell/ev-window.c: replace gchar with
14824         char (gchar looks stupid).
14825
14826 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14827
14828         * po/de.po: updated German translation.
14829
14830 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14831
14832         * configure.ac: add more pkg-config library checks for gnome-vfs,
14833         bonobo etc.
14834
14835         * gpdf/configure.in: temporarily disable libpaper
14836         checks. Otherwise I'd have to add the checks for the shell, too.
14837
14838 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14839
14840         * shell/ev-window.c (ev_window_cmd_file_open): add ps+pdf, ps, pdf
14841         and * file filters to the file choose.
14842
14843 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14844
14845         * po/de.po: Updated German translation.
14846
14847 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14848
14849         * shell/ev-window.c: use "S" as mnemonic for Statusbar.
14850
14851 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14852
14853         * data/evince-ui.xml: add View->Toolbar and View->Statusbar.
14854
14855         * shell/ev-window.c (menu_item_select_cb, menu_item_select_cb)
14856         (ev_window_init): implement those menuitems.
14857
14858 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14859
14860         * data/evince-ui.xml: add a toolbar (with FileOpen action)
14861
14862         * shell/ev-window.c (ev_window_init): use the toolbar.
14863
14864 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14865
14866         * shell/ev-window.c (ev_window_init): use menu translations
14867
14868 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14869
14870         * configure.ac: add "de" to ALL_LINGUAS.
14871
14872         * po/de.po: add German translation.
14873
14874 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14875
14876         * Makefile.am (SUBDIRS): add po
14877
14878         * configure.ac: check intltool, glib-gettext etc, generate
14879         po/Makefile.in
14880
14881         * po, po/POTFILES.in, po/POTFILES.skip: new.
14882
14883 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14884
14885         * shell/Makefile.am (INCLUDES): define GNOMELOCALEDIR which we
14886         already use (#ifdef ENABLE_NLS)
14887
14888         * shell/ev-window.c (ev_window_cmd_help_about): fix two star
14889         pointer indirection thinko.
14890
14891         * shell/main.c: include gi18n.h for bindtextdomain etc.
14892
14893 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14894
14895         * shell/ev-window.c (menu_item_select_cb, menu_item_deselect_cb)
14896         (connect_proxy_cb, disconnect_proxy_cb, ev_window_init): show
14897         tooltips for menu items in the statusbar.
14898
14899 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14900
14901         * configure.ac, data/Makefile.am, shell/Makefile.am: use
14902         pkgdatadir drop UIDIR
14903
14904 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14905
14906         * data/evince-ui.xml: Add File->Open menu item
14907
14908         * shell/ev-window.c (ev_window_cmd_file_open): impl. (shows a file
14909         chooser), hook it up in the ui manager.
14910
14911 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14912
14913         * shell/ev-window.c: fix Help->About tooltip.
14914
14915 2004-10-23 Martin Kretzschmar  <m_kretzschmar@gmx.net>
14916
14917         * configure.ac: set CFLAGS for libevprivate.
14918
14919         * lib/ev-stock-icons.h, lib/ev-stock-icons.c: stock icon
14920         definitions, factory etc.
14921
14922         * lib/Makefile.am: build libevprivate.a (only stock icon code).
14923
14924         * shell/Makefile.am: link against libevprivate.a.
14925
14926         * shell/ev-window.c (entries): add stock icon to Help->About.
14927
14928         * shell/main.c (main): init stock icon code.
14929
14930 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14931
14932         * lib/recent-files: egg recent files code
14933
14934         * lib/Makefile.am: add.
14935
14936         * Makefile.am: add lib subdir.
14937
14938         * configure.ac: gen. lib/Makefile and lib/recent-files/Makefile,
14939         set CFLAGS for recent-files.
14940
14941 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14942
14943         * configure.ac: disable -ansi and -pedantic gcc flags. They
14944         disable POSIX stuff in stdio.h, but egg-recent uses them.
14945
14946 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net> 
14947
14948         * configure.ac: add --disable-deprecated flag (defaults to on in
14949         "cvs" builds).
14950
14951         * shell/Makefile.am (INCLUDES): use it.
14952
14953 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14954
14955         * shell/main.c: add missing #include.
14956
14957         * shell/ev-window.c: fix for pedantic gcc.
14958         (ev_window_cmd_help_about): split license into paragraphs for
14959         translators and pedantic compilers.
14960
14961 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14962
14963         * configure.ac: add more warning flags if compiling with gcc from
14964         cvs (or explicitly requested with --enable-more-warnings).
14965
14966 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14967
14968         * data/evince-ui.xml: add File and File->Close menu.
14969
14970         * shell/ev-window.c (ev_window_cmd_file_close_window): impl.
14971         (ev_window_destroy): quit after destroy.
14972         (ev_window_class_init): override GtkObject::destroy.
14973         (entries): install close_window callback.
14974
14975 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14976
14977         * Makefile.am (SUBDIRS): add data subdir.
14978
14979         * configure.ac (UIDIR): gen data/Makefile, define UIDIR.  Require
14980         gtk+ 2.5.0 for GtkAboutDialog.
14981
14982         * data/Makefile.am, data/evince-ui.xml: add, ui definition for the
14983         main window.
14984
14985         * shell/Makefile.am (INCLUDES): propagate UIDIR definition.
14986
14987         * shell/ev-window.c (ev_window_init): create a menubar, using a ui
14988         manager.
14989         (ev_window_cmd_help_about): about command, using GtkAboutDialog.
14990
14991 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14992
14993         * shell/ev-window.c, shell/ev-window.h: Created an EvWindow class.
14994
14995 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14996
14997         * shell/main.c: make it a trivial gtk+ program, adjust configure.ac
14998
14999 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15000
15001         * shell/*: Added shell directory boilerplate, build it.
15002
15003 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15004
15005         * configure.ac, Makefile.am: Added top-level configure.ac and
15006         Makefile.am