]> www.fi.muni.cz Git - evince.git/blob - ChangeLog
Fallback to EV_FILE_FORMAT_PS when file_format is not defined.
[evince.git] / ChangeLog
1 2008-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2
3         * shell/ev-print-operation.c:
4         (ev_print_operation_export_print_dialog_response_cb):
5
6         Fallback to EV_FILE_FORMAT_PS when file_format is not defined.
7         
8 2008-12-28  Carlos Garcia Campos  <carlosgc@gnome.org>
9
10         * shell/ev-print-operation.c: (export_cancel),
11         (export_job_cancelled), (ev_print_operation_export_begin),
12         (ev_print_operation_export_cancel):
13         * shell/ev-window.c: (ev_window_print_cancel),
14         (ev_window_print_update_pending_jobs_message),
15         (ev_window_print_operation_done),
16         (ev_window_print_operation_status_changed),
17         (print_jobs_confirmation_dialog_response),
18         (ev_window_cmd_file_close_window):
19
20         Show a confirmation dialog when there are pending print jobs while
21         closing the main window. Fixes bug #480964.
22         
23 2008-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
24
25         * shell/ev-print-operation.[ch]: (ev_print_operation_class_init),
26         (ev_print_operation_get_job_name),
27         (ev_print_operation_get_status),
28         (ev_print_operation_get_progress),
29         (ev_print_operation_update_status),
30         (ev_print_operation_export_get_job_name), (clamp_ranges),
31         (get_first_and_last_page), (ev_print_operation_export_run_next),
32         (print_job_finished), (export_print_done), (export_job_cancelled),
33         (update_progress), (export_print_page),
34         (ev_print_operation_export_begin),
35         (ev_print_operation_export_print_dialog_response_cb),
36         (ev_print_operation_export_run),
37         (ev_print_operation_export_cancel),
38         (ev_print_operation_export_class_init):
39         * shell/ev-window.c:
40         (ev_window_print_update_pending_jobs_message),
41         (ev_window_print_operation_done),
42         (ev_window_print_progress_response_cb),
43         (ev_window_print_operation_status_changed),
44         (ev_window_print_operation_begin_print), (ev_window_print_range),
45         (ev_window_dispose):
46
47         Show progress information when printing. Fixes bug #482770.
48         
49 2008-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
50
51         * shell/Makefile.am:
52         * shell/ev-progress-message-area.[ch]:
53         * shell/ev-message-area.[ch]: (ev_message_area_init),
54         (ev_message_area_set_image_from_stock):
55
56         Add EvProgressMessageArea derived from EvMessageArea to show
57         progress information in the message area. 
58         
59 2008-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
60
61         * cut-n-paste/gedit-message-area/gedit-message-area.[ch]:
62
63         Use GTK_RESPONSE_CLOSE instead of GTK_RESPONSE_CANCEL for the
64         close button. Add a function to get the contents of the message
65         area.
66         
67 2008-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
68
69         * shell/Makefile.am:
70         * shell/ev-print-operation.[ch]:
71         * shell/ev-jobs.[ch]: (ev_job_export_init),
72         (ev_job_export_dispose), (ev_job_export_run),
73         (ev_job_export_class_init), (ev_job_export_new),
74         (ev_job_export_set_page):
75         * shell/ev-window.c: (ev_window_print_operation_done),
76         (ev_window_print_range), (ev_window_dispose):
77
78         First step of the printing system rework. EvJobPrint has been
79         replaced by EvJobExport so that every page is scheduled to be
80         exported in a thread instead of scheduling the whole printing
81         process. This way the gui is responsive during printing.
82         
83 2008-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
84
85         * shell/ev-window.c: (setup_size_from_metadata),
86         (ev_window_load_print_settings_from_metadata):
87
88         Fix memory leaks.
89         
90 2008-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
91
92         * libdocument/ev-document.c: (ev_document_get_type):
93
94         Add GObject type as prerequisite to EvDocument interface so that
95         document instances can be used as GObjects.
96         
97 2008-12-19  Carlos Garcia Campos  <carlosgc@gnome.org>
98
99         * shell/ev-view.c: (jump_to_find_result):
100
101         Only jump the the location of the find result for the first match
102         when searching. It drastically improves the performance when
103         searching. Bug catched and fixed by Michael Hunold. Fixes bug
104         #564774.
105         
106 2008-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
107
108         * properties/ev-properties-main.c: (ev_properties_get_pages):
109         * properties/ev-properties-view.[ch]:
110         (ev_properties_view_dispose), (ev_properties_view_class_init),
111         (ev_properties_view_set_info), (ev_properties_view_new):
112         * shell/ev-properties-dialog.[ch]:
113         (ev_properties_dialog_set_document):
114         * shell/ev-window.c: (ev_window_setup_document),
115         (ev_window_cmd_file_properties):
116
117         Add document URI to properties page. Fixes bug #555376.
118         
119 2008-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
120
121         * configure.ac:
122         * data/Makefile.am:
123         * data/evince-password.glade: Removed
124         * data/evince-properties.glade: Removed
125         * properties/ev-properties-view.c:
126         (ev_properties_view_class_init), (set_property),
127         (ev_properties_view_set_info), (ev_properties_view_init):
128         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
129         (font_cell_data_func), (ev_properties_fonts_init):
130
131         Remove Glade dependency.
132         
133 2008-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
134
135         * backend/comics/comics-document.c: (comics_document_load):
136
137         Fix zip mime-type in comics backend. Patch by Juanjo Marín.
138         
139 2008-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
140
141         * NEWS:
142         * configure.ac:
143
144         Update for release 2.25.2
145         
146 2008-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
147
148         * configure.ac:
149         * shell/Makefile.am:
150         * shell/ev-keyring.[ch]:
151         * shell/ev-password.[ch]: Removed
152         * shell/ev-password-view.[ch]: (ev_password_view_finalize),
153         (ev_password_view_class_init), (ev_password_view_clicked_cb),
154         (ev_password_view_init), (ev_password_view_set_uri),
155         (ev_password_dialog_got_response),
156         (ev_password_dialog_remember_button_toggled),
157         (ev_password_dialog_entry_changed_cb),
158         (ev_password_dialog_entry_activated_cb),
159         (ev_password_view_ask_password), (ev_password_view_get_password),
160         (ev_password_view_get_password_save_flags),
161         (ev_password_view_new):
162         * shell/ev-window.c: (ev_window_password_view_unlock),
163         (ev_window_load_job_cb), (ev_window_close_dialogs),
164         (ev_window_init):
165
166         Rework the password view. When the password is in the keyring it's
167         used automatically without showing the password dialog and it's  
168         only stored in the keyring when we are sure it's correct. The
169         password dialog has been reworked too, in order to make it
170         more hig compliant and consistent with the GTK+ dialog used in
171         gtkmountoperation. Fixes bug #562496. 
172         
173 2008-11-29  Carlos Garcia Campos  <carlosgc@gnome.org>
174
175         * backend/comics/comics-document.c: (comics_document_load):
176
177         Do not trust file extensions when getting the command needed to
178         uncompress comic documents. Fixes bug #562143.
179         
180 2008-11-29  Carlos Garcia Campos  <carlosgc@gnome.org>
181
182         * libdocument/ev-document-factory.c: (get_document_from_uri),
183         (ev_document_factory_get_document):
184         * libdocument/ev-file-helpers.[ch]: (get_mime_type_from_uri),
185         (get_mime_type_from_data), (ev_file_get_mime_type):
186
187         Move mime-type functions from document-facrory to file-helpers so
188         that it can be reused.
189         
190 2008-11-29  Carlos Garcia Campos  <carlosgc@gnome.org>
191
192         * shell/ev-window.c: (ev_window_load_job_cb), (set_uri_mtime),
193         (window_open_file_copy_ready_cb), (ev_window_reload_local),
194         (reload_remote_copy_ready_cb), (query_remote_uri_mtime_cb),
195         (ev_window_reload_remote), (ev_window_reload_document):
196
197         Add support for reloading remote documents. Fixes bug #555399.
198         
199 2008-11-23  Carlos Garcia Campos  <carlosgc@gnome.org>
200
201         * shell/ev-view.c: (ev_view_find_previous):
202
203         Make sure find_result is never < 0 which causes a crash while
204         searching. Fixes bug #558377.
205         
206 2008-11-19  Marek Kašík <mkasik@redhat.com>
207
208         * shell/ev-pixbuf-cache.c (new_selection_surface_needed),
209         (ev_pixbuf_cache_get_selection_surface):
210         
211         Fixes crash on fast scrolling with simultaneous text selection.
212
213 2008-11-19  Marek Kašík <mkasik@redhat.com>
214
215         * shell/ev-pixbuf-cache.c (ev_pixbuf_cache_add_jobs_if_needed):
216         * shell/ev-window.c (launch_external_uri):
217         
218         Fixes assertion fail on selecting text. See bug #561393.
219
220 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
221
222         * shell/Makefile.am:
223         * shell/ev-jobs.[ch]: (ev_job_layers_init),
224         (ev_job_layers_dispose), (ev_job_layers_run),
225         (ev_job_layers_class_init), (ev_job_layers_new):
226         * shell/ev-sidebar-layers.[ch]:
227         * shell/ev-view.[ch]: (ev_view_form_field_button_create_widget),
228         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
229         (ev_view_reload_page), (ev_view_reload):
230         * shell/ev-window.c: (setup_sidebar_from_metadata),
231         (ev_window_sidebar_current_page_changed_cb),
232         (sidebar_layers_visibility_changed), (ev_window_init):
233
234         Add layers support.
235         
236 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
237
238         * data/icons/22x22/actions/Makefile.am:
239         * data/icons/22x22/actions/eye.png:
240         * shell/ev-stock-icons.[ch]:
241         
242         Add eye icon from gimp to hide/show layers.
243         
244 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
245
246         * configure.ac:
247         * cut-n-paste/Makefile.am:
248         * cut-n-paste/gimpcellrenderertoggle/Makefile.am:
249         * cut-n-paste/gimpcellrenderertoggle/gimpcellrenderertoggle.[ch]:
250         * cut-n-paste/gimpcellrenderertoggle/gimpwidgetsmarshal.list:
251
252         Add GimpCellRendererToggle from gimp slightly modified to fit our
253         needs. 
254         
255 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
256
257         * configure.ac:
258         * backend/pdf/ev-poppler.cc:
259
260         Implement layers interface in PDF backend.
261         
262 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
263
264         * libdocument/Makefile.am:
265         * libdocument/ev-document-layers.[ch]:
266         * libdocument/ev-layer.[ch]:
267
268         Add optional content (layers) interface.
269         
270 2008-11-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
271
272         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
273         * cut-n-paste/toolbar-editor/eggtreemultidnd.h:
274
275         Removes unused code.
276
277 2008-11-05  Carlos Garcia Campos  <carlosgc@gnome.org>
278
279         * NEWS:
280         * configure.ac:
281
282         Update for 2.25.1 release
283
284 2008-11-05  Carlos Garcia Campos  <carlosgc@gnome.org>
285
286         * shell/ev-window.c:
287
288         Fix build with GTK+ < 2.14
289
290 2008-11-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
291
292         * cut-n-paste/zoom-control/ephy-zoom-action.c (create_menu_item):
293         
294         Makes menu label translatable. Fixes bug #559129.
295
296 2008-11-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
297
298         * backend/dvi/mdvi-lib/t1.c (t1_reset_resolution),
299         (t1_transform_font):
300         * backend/dvi/mdvi-lib/tt.c (tt_really_load_font), (tt_load_font):
301         
302         More renames of warning to mdvi_warning in follow up to the
303         fix of the bug #553369. Fix for the bug #559257 by
304         Tuxce <tuxce.net@gmail.com>.
305         
306 2008-11-02  Carlos Garcia Campos  <carlosgc@gnome.org>
307
308         * shell/ev-application.c: (ev_application_init_session):
309         * shell/main.c: (main):
310
311         Move the egg_set_desktop_file() call to main and remove
312         gtk_window_set_default_icon_name() since it's already called by
313         egg_set_desktop_file()
314         
315 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
316
317         * libdocument/ev-file-helpers.c: (ev_xfer_uri_simple):
318
319         Initialize GError to NULL.
320         
321 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
322
323         * shell/ev-window.c: (window_save_file_copy_ready_cb),
324         (ev_window_print_finished), (ev_window_print_dialog_response_cb),
325         (ev_window_preview_print_finished), (launch_action):
326
327         Do not use popup dialogs to show error messages anymore, use the
328         message area instead.
329         
330 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
331
332         * shell/ev-window.c: (ev_window_error_message),
333         (ev_window_warning_message), (ev_window_set_document),
334         (ev_window_load_job_cb), (ev_window_load_remote_failed),
335         (ev_window_cmd_file_open_copy_at_dest), (ev_window_save_job_cb),
336         (ev_window_cmd_help_contents), (launch_external_uri),
337         (image_save_dialog_response_cb), (image_save_dialog_response_cb),
338         (ev_attachment_popup_cmd_open_attachment),
339         (attachment_save_dialog_response_cb):
340
341         Use a message format (with printf()-style) in
342         ev_window_error_message and ev_window_warning_message.
343
344 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
345
346         * shell/ev-window.c: (ev_window_error_message),
347         (ev_window_warning_message), (ev_window_set_document),
348         (ev_window_load_job_cb), (ev_window_load_remote_failed),
349         (ev_window_cmd_file_open_copy_at_dest), (ev_window_save_job_cb),
350         (ev_window_cmd_help_contents), (launch_external_uri),
351         (image_save_dialog_response_cb),
352         (ev_attachment_popup_cmd_open_attachment),
353         (attachment_save_dialog_response_cb):
354
355         Change ev_window_error_message and ev_window_warning_message to
356         receive a EvWindow instead of a GtkWindow. It's more consistent
357         and avoids unneeded casts.
358         
359 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
360
361         * shell/ev-window.c: (ev_window_cmd_help_contents):
362
363         Use gtk_show_uri() when availale to display help contents.
364         
365 2008-10-31  Carlos Garcia Campos  <carlosgc@gnome.org>
366
367         * configure.ac:
368         * backend/pdf/ev-poppler.cc:
369         * properties/ev-properties-view.c:
370         * shell/Makefile.am:
371         * shell/ev-tooltip.[ch]: Removed
372         * shell/ev-view-private.h
373         * shell/eggfindbar.c:
374         * shell/ev-application.c:
375         * shell/ev-open-recent-action.c:
376         * shell/ev-sidebar-thumbnails.c:
377         * shell/ev-view.c:
378         * shell/ev-window.c:
379
380         Bump GTK+ requirement to 2.12.
381         
382 2008-10-27 Christian Persch <chpe@gnome.org>
383
384         * backend/djvu/djvu-document.c
385         * backend/dvi/cairo-device.c
386         * cut-n-paste/evmountoperation/ev-mount-operation.h
387         * cut-n-paste/gedit-message-area/gedit-message-area.h
388         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c
389         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h
390         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c
391         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h
392         * cut-n-paste/toolbar-editor/egg-toolbars-model.c
393         * cut-n-paste/toolbar-editor/egg-toolbars-model.h
394         * cut-n-paste/toolbar-editor/eggtreemultidnd.c
395         * cut-n-paste/toolbar-editor/eggtreemultidnd.h
396         * cut-n-paste/zoom-control/ephy-zoom-action.c
397         * cut-n-paste/zoom-control/ephy-zoom-action.h
398         * cut-n-paste/zoom-control/ephy-zoom-control.c
399         * cut-n-paste/zoom-control/ephy-zoom-control.h
400         * libdocument/ev-async-renderer.h
401         * libdocument/ev-document-factory.c
402         * libdocument/ev-document-misc.h
403         * libdocument/ev-image.h
404         * libdocument/ev-selection.h
405         * shell/ev-properties-fonts.h
406         * shell/ev-stock-icons.h
407         * shell/ev-window.c: Only include glib.h, gdk/gdk.h and gtk/gtk.h
408         directly. Bug #558064.
409
410 2008-10-27 Christian Persch <chpe@gnome.org>
411
412         * cut-and-paste/smclient/*: Update from libegg.
413
414 2008-10-27 Christian Persch <chpe@gnome.org>
415
416         * backend/djvu/djvu-document.c
417         * backend/ps/ev-spectre.c
418         * shell/ev-jobs.c: Use printf safely. Bug #558066.
419
420 2008-10-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
421
422         * shell/ev-view.c (ev_view_change_page),
423         (ev_view_transition_animation_finish),
424         (ev_view_transition_animation_cancel), (page_changed_cb),
425         (ev_view_set_presentation), (ev_view_next_page),
426         (ev_view_previous_page):
427         
428         Cancel the animation without scheduling transition start
429         and proceed to the next page to fix bug #516749.
430
431 2008-10-19  Carlos Garcia Campos  <carlosgc@gnome.org>
432
433         * NEWS:
434         * configure.ac:
435
436         Update for release 2.24.1
437         
438 2008-10-17  Carlos Garcia Campos  <carlosgc@gnome.org>
439
440         * shell/ev-window.c: (ev_window_cmd_view_presentation):
441
442         Disable toggle function of F5 when in presentation mode. Patch by
443         Dave Neary. Fixes bug #556162.
444         
445 2008-10-17  Carlos Garcia Campos  <carlosgc@gnome.org>
446
447         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
448         (ev_sidebar_thumbnails_get_loading_icon), (clear_range),
449         (ev_sidebar_thumbnails_fill_model),
450         (ev_sidebar_thumbnails_refresh),
451         (ev_sidebar_thumbnails_set_document):
452
453         Instead of using only one loading icon for thumbnails based on the
454         size of the first page, create an icon for every different page
455         size. Fixes bug #556264.
456         
457 2008-10-17  Carlos Garcia Campos  <carlosgc@gnome.org>
458
459         * shell/ev-page-cache.c: (ev_page_cache_finalize):
460
461         Fix memory leak.
462         
463 2008-10-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
464
465         * shell/ev-window-title.c (ev_window_title_sanitize_title):
466
467         Removes bad prefixes from window title. Patch by 
468         Robin Sonefors <ozamosi@blinkenlights.se> fixes bug #534684.
469         
470 2008-10-12  Carlos Garcia Campos  <carlosgc@gnome.org>
471
472         * shell/ev-window.c: (launch_external_uri):
473
474         Do not consider mailto links as http uris. Fixes bug #555801.
475         
476 2008-10-06  Carlos Garcia Campos  <carlosgc@gnome.org>
477
478         * shell/ev-view.c: (merge_selection_region), (clear_selection):
479
480         Fix memory leak. Fixes bug #555134.
481         
482 2008-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
483
484         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
485
486         Emit the job finished signal when the job is handled before the
487         page_ready callback.
488         
489 2008-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
490
491         * shell/ev-window.c: (launch_action):
492
493         Use GdkAppLaunchContext when available to launch external
494         applications.
495         
496 2008-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
497
498         * shell/ev-window.c: (launch_action):
499
500         Fix launching external applications for launch actions which seems
501         to be broken since the gio port. Fixes bug #554500.
502         
503 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
504
505         * backend/dvi/Makefile.am:
506         * backend/dvi/cairo-device.c:
507         * backend/dvi/dvi-document.c:
508         * backend/dvi/mdvi-lib/Makefile.am:
509
510         Fix several compile warnings in the dvi backend.
511         
512 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
513
514         * backend/dvi/mdvi-lib/common.h:
515         * backend/dvi/mdvi-lib/dviread.c:
516         * backend/dvi/mdvi-lib/font.c:
517         * backend/dvi/mdvi-lib/fontmap.c:
518         * backend/dvi/mdvi-lib/fontsrch.c:
519         * backend/dvi/mdvi-lib/gf.c:
520         * backend/dvi/mdvi-lib/pagesel.c:
521         * backend/dvi/mdvi-lib/pk.c:
522         * backend/dvi/mdvi-lib/sp-epsf.c:
523         * backend/dvi/mdvi-lib/special.c:
524         * backend/dvi/mdvi-lib/tfm.c:
525         * backend/dvi/mdvi-lib/tfmfile.c:
526         * backend/dvi/mdvi-lib/util.c:
527         * backend/dvi/mdvi-lib/vf.c:
528
529         Rename error as mdvi_error to avoid symbol conflicts with the libc
530         error. Rename also message, crash, fatal and warning for
531         consistency. Fixes bug #553369.
532         
533 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
534
535         * backend/dvi/dvi-document.c: (dvi_document_load):
536
537         Fix memory leak.
538         
539 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
540
541         * backend/dvi/dvi-document.c:
542
543         Use EV_BACKEND_IMPLEMENT_INTERFACE instead of
544         G_IMPLEMENT_INTERFACE.
545         
546 2008-09-26  Carlos Garcia Campos  <carlosgc@gnome.org>
547
548         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
549
550         Make sure copy_job_page_and_selection_to_job_info is always called
551         before copy_job_to_job_info. Fixes bug #552382.
552         
553 2008-09-22  Carlos Garcia Campos  <carlosgc@gnome.org>
554
555         * NEWS:
556         * configure.ac:
557
558         Update for release 2.24.0
559         
560 2008-09-13  Carlos Garcia Campos  <carlosgc@gnome.org>
561
562         * shell/ev-window.c: (launch_external_uri):
563
564         Use GdkAppLaunchContext when available to launch external uris.
565         
566 2008-09-13  Carlos Garcia Campos  <carlosgc@gnome.org>
567
568         * shell/ev-window.c: (launch_external_uri):
569
570         Use the message area to show errors when lauching external uris
571         instead of a popup window.
572         
573 2008-09-13  Carlos Garcia Campos  <carlosgc@gnome.org>
574
575         * shell/ev-window.c: (launch_external_uri):
576
577         Assume invalid uris are http uris. Fixes bug #552071.
578         
579 2008-09-09  Carlos Garcia Campos  <carlosgc@gnome.org>
580
581         * NEWS:
582         * configure.ac:
583
584         Update for release 2.23.92.
585         
586 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
587
588         * shell/eggfindbar.c: (egg_find_bar_class_init):
589
590         Allow page scrolling with PageUp/PageDown keys when find bar is
591         active. Fixes bug #529833.
592         
593 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
594
595         * shell/ev-view-private.h:
596         * shell/ev-view.[ch]: (add_scroll_binding_keypad),
597         (ev_view_scroll), (ev_view_class_init):
598         * shell/ev-view-accessible.c:
599         (ev_view_accessible_action_do_action):
600         * shell/ev-window.c: (ev_window_cmd_scroll_forward),
601         (ev_window_cmd_scroll_backward):
602
603         Use GtkScrollType instead of EvScrollType.
604         
605 2008-09-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
606
607         * shell/ev-page-cache.c (ev_page_cache_set_page_label):
608         
609         Patch for case unsensitive page label match by Michael Lee.
610         See bug #550136.
611         
612         * shell/ev-page-action.c (create_tool_item):    
613         * test/Makefile.am:
614         * test/test1.py:
615         * test/test4.py:
616         * test/test5.py:
617         
618         Added test for the above and updated other tests.
619
620 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
621
622         * shell/ev-window.c: (image_save_dialog_response_cb):
623
624         Do not append the file extension twice when saving an image.
625         
626 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
627
628         * backend/pdf/ev-poppler.cc: (pdf_document_images_get_image):
629
630         Remove an invalid ifdef.
631         
632 2008-09-05  Carlos Garcia Campos  <carlosgc@gnome.org>
633
634         * shell/ev-view.c: (ev_view_motion_notify_event):
635
636         Make sure the cursor is correctly restored after showing the right
637         click menu.
638         
639 2008-09-05  Carlos Garcia Campos  <carlosgc@gnome.org>
640
641         * libdocument/ev-attachment.[ch]: (ev_attachment_launch_app),
642         (ev_attachment_open):
643         * shell/ev-sidebar-attachments.c:
644         (ev_sidebar_attachments_button_press):
645         * shell/ev-window.c: (ev_attachment_popup_cmd_open_attachment):
646
647         Use GdkAppLaunchContext when available to open attachments.
648         
649 2008-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
650
651         * shell/ev-media-player-keys.c: (ev_media_player_keys_grab_keys):
652
653         Grab the mediakeys with a low priority. Fixes bug #547164. Patch
654         by Eric Piel.
655         
656 2008-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
657
658         * shell/ev-application.c: (ev_application_get_media_keys):
659         * shell/ev-media-player-keys.[ch]:
660         (ev_media_player_keys_class_init), (on_media_player_key_pressed),
661         (ev_media_player_keys_grab_keys),
662         (ev_media_player_keys_release_keys), (ev_media_player_keys_init),
663         (ev_media_player_keys_focused), (ev_media_player_keys_finalize):
664         * shell/ev-window.[ch]: (ev_window_dispose),
665         (view_actions_focus_in_cb), (ev_window_media_player_key_pressed),
666         (ev_window_init):
667
668         Clean up the media player keys stuff.
669         
670 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
671
672         * NEWS:
673         * configure.ac:
674
675         Update for release 2.23.91.
676         
677 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
678
679         * cut-n-paste/smclient/eggsmclient-xsmp.c:
680         (sm_client_xsmp_set_initial_properties):
681
682         Fix memory leak.
683         
684 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
685
686         * shell/ev-application.c: (ev_application_open_window),
687         (ev_application_open_uri_at_dest):
688
689         Make sure evince starts up in the right workspace when resuming a
690         previous session.
691         
692 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
693
694         * shell/ev-application.[ch]: (ev_application_open_window),
695         (ev_application_add_icon_path_for_screen),
696         (ev_application_open_uri_at_dest):
697
698         Fix window manager warnings shown in ~/.xsession-errors
699         
700 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
701
702         * configure.ac:
703         * cut-n-paste/Makefile.am:
704         * cut-n-paste/smclient/Makefile.am:
705         * cut-n-paste/smclient/eggdesktopfile.[ch]:
706         * cut-n-paste/smclient/eggsmclient-private.h:
707         * cut-n-paste/smclient/eggsmclient-xsmp.c:
708         * cut-n-paste/smclient/eggsmclient.[ch]:
709
710         EggSMClient copied from libegg
711
712         * libdocument/ev-file-helpers.c: (ev_dot_dir):
713         * shell/Makefile.am:
714         * shell/ev-application.[ch]: (ev_application_load_session),
715         (smclient_save_state_cb), (smclient_quit_cb),
716         (ev_application_init_session), (ev_application_shutdown),
717         (ev_application_init):
718         * shell/main.c: (main):
719
720         Use EggSMClient instead of gnome-client and remove libgnome and
721         libgnomeui dependencies.
722         
723 2008-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
724
725         * shell/main.c: (main):
726
727         Remove gnome_authentication_manager_init.
728         
729 2008-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
730
731         * shell/ev-view.c: (ev_view_goto_window_create):
732
733         Use gtk_box_pack_start instead of gtk_box_pack_start_defaults
734         since it's now deprecated.
735         
736 2008-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
737
738         * backend/djvu/Makefile.am:
739         * backend/djvu/djvu-document-private.h:
740         * backend/djvu/djvu-document.c: (djvu_document_find_find_text),
741         (djvu_document_find_iface_init):
742         * backend/djvu/djvu-text-page.[ch]:
743         * backend/djvu/djvu-text.[ch]: Removed
744         * backend/pdf/ev-poppler.cc: (pdf_document_find_find_text),
745         (pdf_document_find_iface_init):
746         * libdocument/ev-document-find.[ch]: (ev_document_find_find_text):
747         * shell/ev-jobs.[ch]: (ev_job_find_init), (ev_job_find_dispose),
748         (ev_job_find_run), (ev_job_find_class_init), (ev_job_find_new),
749         (ev_job_find_get_n_results), (ev_job_find_get_progress),
750         (ev_job_find_has_results), (ev_job_find_get_results):
751         * shell/ev-view-private.h:
752         * shell/ev-view.[ch]: (ev_view_expose_event),
753         (highlight_find_results), (ev_view_finalize),
754         (ev_view_get_property), (ev_view_class_init), (page_changed_cb),
755         (ev_view_set_document), (ev_view_find_get_n_results),
756         (ev_view_find_get_result), (jump_to_find_result),
757         (jump_to_find_page), (ev_view_find_changed), (ev_view_find_next),
758         (ev_view_find_previous), (ev_view_find_search_changed),
759         (ev_view_find_set_highlight_search), (ev_view_find_cancel):
760         * shell/ev-window.c: (ev_window_update_actions),
761         (page_changed_cb), (ev_window_setup_document),
762         (ev_window_update_find_status_message),
763         (ev_window_find_job_finished_cb), (ev_window_find_job_updated_cb),
764         (ev_window_clear_find_job), (find_bar_close_cb),
765         (find_bar_search_changed_cb), (find_bar_visibility_changed_cb),
766         (ev_window_dispose), (ev_window_init):
767
768         Rework find interface. The find logic has been moved from backends
769         to the shell avoiding a lot of duplicated code in the backends and
770         making easier to implement the find interface in the backends.
771         
772 2008-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
773
774         * backend/pdf/ev-poppler.cc:
775         (pdf_document_thumbnails_get_dimensions):
776
777         Make sure thumbnail size returned by the PDF is actually
778         valid. Fixes bug #548462.
779         
780 2008-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
781
782         * shell/ev-window.c: (ev_window_setup_document),
783         (ev_window_set_document), (ev_window_dispose):
784
785         Remove the idle function for setting the document up when the
786         window is destroyed. Fixes bug #549163.
787         
788 2008-08-22  Carlos Garcia Campos  <carlosgc@gnome.org>
789
790         * shell/ev-jobs.[ch]: (ev_job_attachments_init),
791         (ev_job_attachments_dispose), (ev_job_attachments_run),
792         (ev_job_attachments_class_init), (ev_job_attachments_new):
793         * shell/ev-sidebar-attachments.c:
794         (ev_sidebar_attachments_set_document):
795
796         Add a new job to get the attachments in a thread with the document
797         lock held. Fixes bug #548653.
798         
799 2008-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
800
801         * backend/tiff/tiff-document.c: (tiff_document_get_page_label),
802         (tiff_document_document_iface_init):
803
804         Implement document_get_page_label in tiff backend.
805         
806 2008-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
807
808         * backend/tiff/tiff-document.c: (tiff_document_render):
809
810         Handle document orientation in tiff backend. Fixes bug #548444.
811         
812 2008-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
813
814         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
815
816         Do not crash when adjustment page size is 0. Fixes bug #547440.
817         
818 2008-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
819
820         * cut-n-paste/evmountoperation/ev-mount-operation.c:
821
822         Sync with current GTK+.
823         
824 2008-08-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
825
826         * configure.ac:
827         
828         Update for release 2.23.6.
829
830 2008-08-06  Carlos Garcia Campos  <carlosgc@gnome.org>
831
832         * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_run),
833         (ev_job_load_set_password):
834         * shell/ev-password.[ch]: (ev_password_dialog_get_password):
835         * shell/ev-window.c: (password_dialog_response),
836         (ev_window_load_job_cb):
837
838         Fix loading encrypted documents since I broke it with the jobs
839         rework.
840         
841 2008-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
842
843         * NEWS:
844
845         Update NEWS for 2.23.6 release.
846         
847 2008-08-03  Wouter Bolsterlee  <wbolster@svn.gnome.org>
848
849         * backend/impress/impress-document.c:
850         * backend/impress/render.h:
851         * libdocument/ev-document-factory.c:
852         * libdocument/ev-document-factory.h:
853         * libdocument/ev-document-links.h:
854         * libdocument/ev-document-misc.c:
855         * libdocument/ev-document-misc.h:
856         * properties/ev-properties-main.c:
857         * properties/ev-properties-view.c:
858         * properties/ev-properties-view.h:
859         * shell/eggfindbar.c:
860         * shell/eggfindbar.h:
861         * shell/ev-application.c:
862         * shell/ev-application.h:
863         * shell/ev-jobs.h:
864         * shell/ev-message-area.h:
865         * shell/ev-navigation-action.c:
866         * shell/ev-navigation-action.h:
867         * shell/ev-open-recent-action.c:
868         * shell/ev-open-recent-action.h:
869         * shell/ev-page-action-widget.c:
870         * shell/ev-page-action.c:
871         * shell/ev-page-action.h:
872         * shell/ev-page-cache.h:
873         * shell/ev-password-view.h:
874         * shell/ev-password.h:
875         * shell/ev-pixbuf-cache.h:
876         * shell/ev-properties-fonts.c:
877         * shell/ev-sidebar-attachments.c:
878         * shell/ev-sidebar-links.c:
879         * shell/ev-sidebar-links.h:
880         * shell/ev-sidebar-thumbnails.c:
881         * shell/ev-sidebar-thumbnails.h:
882         * shell/ev-sidebar.c:
883         * shell/ev-sidebar.h:
884         * shell/ev-stock-icons.c:
885         * shell/ev-tooltip.h:
886         * shell/ev-view.c:
887         * shell/ev-view.h:
888         * shell/ev-window.c:
889         * shell/ev-window.h:
890         * shell/main.c:
891
892         More #include cleanups. Again: reordering, single gtk.h
893         includes and other stuff.
894
895 2008-08-03  Wouter Bolsterlee  <wbolster@svn.gnome.org>
896
897         * shell/eggfindbar.c:
898         * shell/ev-application.c:
899         * shell/ev-message-area.c:
900         * shell/ev-navigation-action.c:
901         * shell/ev-open-recent-action.c:
902         * shell/ev-page-action-widget.c:
903         * shell/ev-page-action.c:
904         * shell/ev-password-view.c:
905         * shell/ev-properties-dialog.c:
906         * shell/ev-properties-fonts.c:
907         * shell/ev-sidebar-attachments.c:
908         * shell/ev-sidebar-page.c:
909         * shell/ev-sidebar-thumbnails.c:
910         * shell/ev-stock-icons.c:
911         * shell/ev-tooltip.c:
912         * shell/ev-view.c:
913         * shell/ev-window.c:
914         * shell/main.c:
915
916         Cleanup many #include statements: reorder so that a
917         generic-to-specific order is used, use single gtk.h
918         includes, and some other cleanups.
919
920 2008-08-03  Carlos Garcia Campos  <carlosgc@gnome.org>
921
922         * shell/ev-jobs.h:
923
924         Add gio header.
925         
926 2008-08-03  Carlos Garcia Campos  <carlosgc@gnome.org>
927
928         * libdocument/ev-document.[ch]: (ev_document_doc_mutex_trylock),
929         (ev_document_fc_mutex_trylock):
930         * shell/Makefile.am:
931         * shell/ev-job-queue.[ch]:
932         * shell/ev-job-scheduler.[ch]:
933         * shell/ev-jobs.[ch]: (ev_job_init), (ev_job_dispose),
934         (ev_job_class_init), (emit_finished), (ev_job_emit_finished),
935         (ev_job_run), (ev_job_cancel), (ev_job_failed),
936         (ev_job_failed_from_error), (ev_job_succeeded),
937         (ev_job_is_finished), (ev_job_is_failed), (ev_job_get_run_mode),
938         (ev_job_set_run_mode), (ev_job_links_init), (ev_job_links_run),
939         (ev_job_links_class_init), (ev_job_render_init),
940         (notify_page_ready), (ev_job_render_page_ready),
941         (ev_job_render_run), (ev_job_render_class_init),
942         (ev_job_thumbnail_init), (ev_job_thumbnail_run),
943         (ev_job_thumbnail_class_init), (ev_job_fonts_init),
944         (ev_job_fonts_run), (ev_job_fonts_class_init), (ev_job_load_init),
945         (ev_job_load_run), (ev_job_load_class_init), (ev_job_save_init),
946         (ev_job_save_dispose), (ev_job_save_run),
947         (ev_job_save_class_init), (ev_job_print_init),
948         (ev_job_print_dispose), (ev_job_print_run),
949         (ev_job_print_class_init):
950         * shell/ev-page-cache.c:
951         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
952         (check_job_size_and_unref), (move_one_job),
953         (copy_job_to_job_info), (add_job),
954         (ev_pixbuf_cache_add_jobs_if_needed):
955         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
956         (job_fonts_finished_cb), (job_fonts_updated_cb),
957         (ev_properties_fonts_set_document):
958         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
959         (ev_sidebar_links_set_document):
960         * shell/ev-sidebar-thumbnails.c: (clear_range), (add_range),
961         (ev_sidebar_thumbnails_set_document),
962         (ev_sidebar_thumbnails_clear_job):
963         * shell/ev-view-private.h:
964         * shell/ev-view.c:
965         * shell/ev-window.c: (ev_window_clear_thumbnail_job),
966         (ev_window_refresh_window_thumbnail), (password_dialog_response),
967         (ev_window_clear_load_job), (ev_window_clear_reload_job),
968         (ev_window_load_job_cb), (ev_window_reload_job_cb),
969         (window_open_file_copy_ready_cb), (ev_window_open_uri),
970         (ev_window_reload_document), (ev_window_clear_save_job),
971         (ev_window_save_job_cb), (file_save_dialog_response_cb),
972         (ev_window_clear_print_job), (ev_window_print_job_cb),
973         (ev_window_print_dialog_response_cb):
974         * shell/main.c: (main):
975
976         Rework the jobs system in order to make it simpler and more
977         extensible. It allows to run jobs in the main loop instead of
978         using a thread when it's appropriate like the fonts job. Now it's
979         also possible to cancel jobs that are currently running. 
980         
981 2008-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
982
983         * libdocument/ev-debug.c: (profile_init):
984
985         Create the hash table also when profiling service is enabled for
986         all sections.
987         
988 2008-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
989
990         * libdocument/ev-debug.[ch]: (ev_profiler_start),
991         (ev_profiler_stop):
992         * shell/ev-jobs.c: (ev_job_finished), (ev_job_links_run),
993         (notify_page_ready), (ev_job_render_run), (ev_job_thumbnail_run),
994         (ev_job_fonts_run), (ev_job_load_run), (ev_job_save_run),
995         (ev_job_print_run):
996         * shell/main.c: (main):
997
998         Add a profile mode available when debug is enabled. Add profilers
999         in ev-jobs.
1000         
1001 2008-07-23  Götz Waschk <waschk@mandriva.org>
1002
1003         * configure.ac: Correctly build desktop file. Fixes
1004         bug #544237.
1005
1006 2008-07-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1007
1008         * configure.ac:
1009         
1010         Update for release 2.23.5.
1011
1012 2008-07-21  Carlos Garcia Campos  <carlosgc@gnome.org>
1013
1014         * NEWS:
1015
1016         Update NEWS for 2.23.5 release.
1017         
1018 2008-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1019
1020         * shell/ev-window.c: (ev_window_state_event),
1021         (ev_window_class_init):
1022
1023         Intercept window manager's fullscreen request in order to run/stop
1024         fullscreen mode. Fixes bug #493541.
1025         
1026 2008-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1027
1028         * shell/ev-window.c: (find_bar_visibility_changed_cb):
1029
1030         Restart the job search when the find bar is opened for the second
1031         time. Fixes bug #531956.
1032         
1033 2008-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1034
1035         * libdocument/ev-document-factory.c: (get_mime_type_from_data),
1036         (get_document_from_uri):
1037
1038         Make sure we always return a valid error struct when
1039         get_document_from_uri fails. Fixes nautilus crash, see bug
1040         #542548.
1041         
1042 2008-07-15   Darren Kenny  <darren.kenny@sun.com>
1043
1044         * libdocument/ev-transition-effect.c
1045         (ev_transition_effect_type_get_type),
1046         (ev_transition_effect_alignment_get_type),
1047         (ev_transition_effect_direction_get_type):
1048         
1049         Fixes bug #542924. Makes enums static to fix Solaris build.
1050
1051 2008-07-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1052
1053         * shell/ev-view.c: (ev_view_key_press_event):
1054
1055         Add '.' keybinding for blanking the screen in presentation
1056         mode. Fixes bug #542001.
1057         
1058 2008-07-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1059
1060         * libdocument/ev-document-misc.c:
1061         (ev_document_misc_pixbuf_from_surface):
1062
1063         Fix bytes order on big endian. Patch by Benjamin Jacobs. Fixes bug
1064         #540950.
1065         
1066 2008-07-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1067
1068         * backend/comics/comics-document.c (comics_document_load):
1069         * backend/comics/comicsdocument.evince-backend.in:
1070         * configure.ac:
1071         * thumbnailer/evince-thumbnailer-comics.schemas.in:
1072         
1073         Added support for 7-zip based cb7 comic book. Patch by
1074         Kartik Rustagi. Fixes bug #532312.
1075
1076 2008-06-24  Bastien Nocera  <hadess@hadess.net>
1077
1078         * shell/ev-window.c: Use Alt+Left to rotate left, and Alt+Right
1079         to rotate right. Ctrl+R (as EOG uses) is already used for reload.
1080         Fixes bug #539972.
1081
1082 2008-06-24  Bastien Nocera  <hadess@hadess.net>
1083
1084         * shell/Makefile.am:
1085         * shell/ev-application.c (ev_application_init),
1086         (ev_application_get_media_keys):
1087         * shell/ev-application.h:
1088         * shell/ev-marshal.list:
1089         * shell/ev-media-player-keys.c (ev_media_player_keys_class_init),
1090         (proxy_destroy), (on_media_player_key_pressed),
1091         (ev_media_player_keys_init), (ev_media_player_keys_focused),
1092         (ev_media_player_keys_finalize), (ev_media_player_keys_new):
1093         * shell/ev-media-player-keys.h:
1094         * shell/ev-window.c (ev_window_go_previous_page),
1095         (ev_window_go_next_page), (ev_window_go_first_page),
1096         (ev_window_go_last_page), (ev_window_start_presentation),
1097         (ev_window_dispose), (view_actions_focus_in_cb):
1098         * shell/ev-window.h: When building with D-Bus support, listen
1099         for multimedia key events from gnome-settings-daemon. This allows
1100         to go to the next/previous/first/last pages using, respectively,
1101         Next/Previous/Rewing/Fast Forward. The Play button is used to start
1102         a presentation. Fixes bug #539971.
1103
1104 2008-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1105
1106         * configure.ac:
1107         
1108         Update for release 2.23.4.
1109
1110 2008-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1111
1112         * NEWS:
1113
1114         Update news for 2.23.4 release.
1115         
1116 2008-06-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1117
1118         * backend/pdf/ev-poppler.cc: (pdf_document_get_info):
1119         * shell/ev-sidebar-thumbnails.c:
1120         (ev_sidebar_thumbnails_set_loading_icon),
1121         (ev_sidebar_thumbnails_refresh):
1122         * shell/ev-window.c: (ev_window_error_message),
1123         (ev_window_warning_message), (ev_window_refresh_window_thumbnail),
1124         (ev_window_set_document):
1125
1126         Do not crash opening documents with no pages and show a warning
1127         message in the message area. Fixes bugs #537574 and #171588.
1128         
1129 2008-06-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1130
1131         * shell/Makefile.am:
1132         * shell/ev-file-monitor.[ch]:
1133         * shell/ev-window.c: (ev_window_document_changed),
1134         (ev_window_clear_reload_job), (ev_window_load_job_cb),
1135         (ev_window_reload_job_cb), (ev_window_open_uri),
1136         (ev_window_reload_document), (ev_window_cmd_view_reload),
1137         (ev_window_dispose):
1138
1139         Automaticly reload the document when the file has changed on
1140         disk. Bug #304249.
1141         
1142 2008-06-10  Cosimo Cecchi  <cosimoc@gnome.org>
1143
1144         * libdocument/ev-backends-manager.c: (ev_backends_manager_load):
1145         * libdocument/ev-image.c: (ev_image_save_tmp):
1146         * libdocument/ev-module.c: (ev_module_load):
1147         * shell/ev-application.c: (ev_application_shutdown),
1148         (ev_application_get_print_settings):
1149         * shell/ev-sidebar-attachments.c:
1150         (ev_sidebar_attachments_button_press),
1151         (ev_sidebar_attachments_drag_data_get):
1152         * shell/ev-window.c: (window_save_file_copy_ready_cb),
1153         (ev_window_print_finished), (ev_window_print_send),
1154         (ev_window_print_job_cb), (ev_window_cmd_help_contents),
1155         (ev_window_preview_print_finished), (ev_window_do_preview_print),
1156         (ev_window_cmd_preview_print):
1157         * shell/main.c: (load_files_remote):
1158         Fix some build warnings under GCC 4.3.0. (#537535).
1159
1160 2008-05-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1161
1162         * shell/ev-jobs.c: (ev_job_render_dispose):
1163
1164         Fix a crash in debug mode. Patch by Daniel M German.
1165         
1166 2008-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1167
1168         * shell/ev-window.c:
1169
1170         Add Ctrl+N keybinding for Open a Copy. Fixes bug #532239.
1171         
1172 2008-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1173
1174         * shell/ev-window.c: (ev_window_print_send),
1175         (ev_window_do_preview_print):
1176
1177         Use the window title as print job name instead of just
1178         "evince-print". Fixes bug #534493.
1179         
1180 2008-05-19  Frederic Peters  <fpeters@0d.be>
1181
1182         * libdocument/Makefile.am: fixed typo in ev-debug.h filename.
1183         Bug #533897.
1184
1185 2008-05-19  Frederic Peters  <fpeters@0d.be>
1186
1187         * help/reference/Makefile.am: added missing libevmountoperation to
1188         gtkdoc-scanobj libraries.  Bug #533896.
1189
1190 2008-05-19  Matthias Drochner  <M.Drochner@fz-juelich.de>
1191
1192         * properties/ev-properties-view.c (get_default_user_units):
1193         Fixes check for default units string translation. Bug #533323.
1194
1195 2008-05-01  Hans Petter Jansson  <hpj@novell.com>
1196
1197         * backend/impress/iksemel.c (sax_core): Fix a free() that should
1198         be an iks_free(). Fix an array overflow in the XML parser that
1199         would occur whenever the number of attributes in a tag was greater
1200         than 0 and divisible by 6. Fixes GNOME bug #530852.
1201
1202 2008-04-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1203
1204         * backend/djvu/djvu-document-private.h:
1205         * backend/djvu/djvu-links.c:
1206         * backend/djvu/djvu-text.c:
1207         * backend/djvu/djvu-document.c: (djvu_handle_events),
1208         (djvu_wait_for_message), (djvu_document_load),
1209         (document_get_page_size), (djvu_document_render),
1210         (djvu_document_thumbnails_get_thumbnail),
1211         (djvu_document_file_exporter_end):
1212
1213         Make sure load job doesn't finish successfully when the document
1214         is not successfully decoded by libdjvu. Fixes bug #530202.
1215         
1216 2008-04-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1217
1218         * configure.ac:
1219         * libdocument/Makefile.am:
1220         * libdocument/ev-debug.[ch]:
1221         * libdocument/ev-document.c:
1222         * shell/ev-jobs.c: (ev_job_links_dispose),
1223         (ev_job_render_dispose), (ev_job_thumbnail_dispose),
1224         (ev_job_print_dispose), (ev_job_finished), (ev_job_links_new),
1225         (ev_job_links_run), (ev_job_render_new), (notify_page_ready),
1226         (ev_job_render_page_ready), (ev_job_render_run),
1227         (ev_job_thumbnail_new), (ev_job_thumbnail_run),
1228         (ev_job_fonts_new), (ev_job_fonts_run), (ev_job_load_dispose),
1229         (ev_job_load_new), (ev_job_load_set_uri), (ev_job_load_run),
1230         (ev_job_save_dispose), (ev_job_save_new), (ev_job_save_run),
1231         (ev_job_print_new), (ev_job_print_run):
1232         * shell/main.c: (main):
1233
1234         Add debug mode based on gedit code. Add debug messages in
1235         ev-jobs.
1236         
1237 2008-04-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1238
1239         * libdocument/ev-document-factory.c: (get_document_from_uri):
1240
1241         Fix memory leak.
1242         
1243 2008-04-24   Jean Baptiste Lallement  <jeanbaptiste.lallement@gmail.com>
1244
1245         * libdocument/ev-document-factory.c (get_mime_type_from_uri),
1246         (get_mime_type_from_data), (get_document_from_uri),
1247         (ev_document_factory_get_document):
1248         
1249         Improved error message about file opening failture.
1250         Bug #529129.
1251
1252 2008-04-24  Abhishek Mukherjee  <linkinpark342@gmail.com>
1253
1254         * data/evince-toolbar.xml:
1255         
1256         Allow to add SaveAs to toolbar.
1257
1258 2008-04-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1259
1260         * shell/ev-view-private.h:
1261         * shell/ev-view.[ch]: (ev_view_button_release_event),
1262         (ev_view_finalize), (ev_view_clipboard_copy), (ev_view_copy),
1263         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
1264         (ev_view_update_primary_selection), (clear_link_selected),
1265         (ev_view_copy_link_address):
1266         * shell/ev-window.c: (ev_view_popup_cmd_copy_link_address):
1267
1268         Update also the primary selection when copying a link
1269         address. Fixes bug #520855.
1270         
1271 2008-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1272
1273         * libdocument/ev-document-factory.c: (get_document_from_uri):
1274
1275         Use the pixbuf backend only when the mime type is not supported by
1276         any of the other backend so that tiff documents, for instance, are
1277         handled by the tiff backend instead of the pixbuf backend. fixes
1278         bug #520290.
1279         
1280 2008-04-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1281
1282         * cut-n-paste/Makefile.am:
1283
1284         Add evmountoperation to subdirs list.
1285         
1286 2008-04-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1287
1288         * configure.ac:
1289
1290         Fix libspectre check in configure script. Fixes bug #528549.
1291         
1292 2008-04-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1293
1294         * configure.ac:
1295         * cut-n-paste/evmountoperation/ev-mount-operation.[ch]:
1296         * shell/Makefile.am:
1297         * shell/ev-window.c: (ev_window_load_remote_failed),
1298         (mount_volume_ready_cb), (window_open_file_copy_ready_cb):
1299
1300         Add GtkMountOperation (renamed to avoid conflicts) to be able to
1301         open documents in remote locations that are not mounted.
1302         
1303 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1304
1305         * backend/dvi/mdvi-lib/bitmap.[ch]: (bitmap_convert_lsb8),
1306         (bitmap_convert_msb8):
1307         * backend/dvi/mdvi-lib/t1.c: (t1_glyph_bitmap):
1308         * backend/dvi/mdvi-lib/tt.c: (tt_get_bitmap):
1309
1310         Fix T1 font rendering in dvi backend. Patch by Mattias Nissler.
1311         
1312 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1313
1314         * shell/ev-jobs.[ch]: (ev_job_render_dispose),
1315         (ev_job_render_new), (ev_job_render_set_selection_info),
1316         (ev_job_render_run):
1317         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
1318         (check_job_size_and_unref),
1319         (copy_job_page_and_selection_to_job_info), (copy_job_to_job_info),
1320         (add_job), (ev_pixbuf_cache_get_selection_surface):
1321
1322         Create the render context needed for rendering a page in the render
1323         thread so that we don't block the main thread. Simplify
1324         EvJobRender API.
1325         
1326 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1327
1328         * libdocument/Makefile.am:
1329         * libdocument/ev-page.[ch]:
1330         * libdocument/ev-render-context.[ch]: (ev_render_context_dispose),
1331         (ev_render_context_new), (ev_render_context_set_page):
1332         * libdocument/ev-form-field.[ch]: (ev_form_field_init),
1333         (ev_form_field_finalize), (ev_form_field_class_init):
1334         * libdocument/ev-document-forms.[ch]:
1335         (ev_document_forms_get_form_fields):
1336         * libdocument/ev-document.[ch]: (ev_document_get_page),
1337         (ev_document_get_page_size), (ev_document_get_page_label):
1338         * shell/ev-jobs.[ch]: (ev_job_thumbnail_dispose),
1339         (ev_job_render_run), (ev_job_thumbnail_new),
1340         (ev_job_thumbnail_run), (ev_job_print_run):
1341         * shell/ev-page-cache.c: (ev_page_cache_new):
1342         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
1343         (check_job_size_and_unref), (add_job):
1344         * shell/ev-sidebar-thumbnails.c: (add_range):
1345         * shell/ev-view.c: (ev_view_form_field_get_region),
1346         (ev_view_form_field_button_create_widget),
1347         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
1348         (ev_view_handle_form_field), (ev_view_size_allocate),
1349         (get_selected_text):
1350         * shell/ev-window.c: (ev_window_refresh_window_thumbnail):
1351         * backend/pdf/ev-poppler.cc: (pdf_document_get_page_size),
1352         (pdf_document_get_page), (pdf_document_get_page_label),
1353         (pdf_document_render), (pdf_document_get_info),
1354         (pdf_document_document_iface_init),
1355         (pdf_document_thumbnails_get_thumbnail),
1356         (pdf_document_thumbnails_get_dimensions),
1357         (pdf_document_file_exporter_do_page),
1358         (pdf_selection_render_selection),
1359         (pdf_selection_get_selected_text),
1360         (pdf_selection_get_selection_region),
1361         (pdf_selection_get_selection_map),
1362         (pdf_document_forms_get_form_fields),
1363         (pdf_document_forms_form_field_text_get_text),
1364         (pdf_document_forms_form_field_text_set_text),
1365         (pdf_document_forms_form_field_button_set_state),
1366         (pdf_document_forms_form_field_button_get_state),
1367         (pdf_document_forms_form_field_choice_get_item),
1368         (pdf_document_forms_form_field_choice_get_n_items),
1369         (pdf_document_forms_form_field_choice_is_item_selected),
1370         (pdf_document_forms_form_field_choice_select_item),
1371         (pdf_document_forms_form_field_choice_toggle_item),
1372         (pdf_document_forms_form_field_choice_unselect_all),
1373         (pdf_document_forms_form_field_choice_set_text),
1374         (pdf_document_forms_form_field_choice_get_text):
1375         * backend/ps/ev-spectre.c: (ps_document_get_page),
1376         (ps_document_get_page_size), (ps_document_get_page_label),
1377         (ps_document_render), (ps_document_document_iface_init),
1378         (ps_document_file_exporter_do_page):
1379         * backend/tiff/tiff-document.c: (tiff_document_get_page_size),
1380         (tiff_document_render), (tiff_document_render_pixbuf),
1381         (tiff_document_file_exporter_do_page):
1382         * backend/pixbuf/pixbuf-document.c:
1383         (pixbuf_document_get_page_size):
1384         * backend/comics/comics-document.c:
1385         (comics_document_get_page_size), (comics_document_render_pixbuf):
1386         * backend/djvu/djvu-document.c: (djvu_document_get_page_size),
1387         (djvu_document_render), (djvu_selection_get_selected_text),
1388         (djvu_document_thumbnails_get_thumbnail),
1389         (djvu_document_file_exporter_do_page),
1390         (djvu_document_find_get_result):
1391         * backend/dvi/dvi-document.c: (dvi_document_get_page_size),
1392         (dvi_document_render), (dvi_document_thumbnails_get_dimensions),
1393         (dvi_document_thumbnails_get_thumbnail),
1394         (dvi_document_file_exporter_do_page):
1395         * backend/impress/impress-document.c:
1396         (impress_document_get_page_size),
1397         (impress_document_render_pixbuf):
1398         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
1399
1400         Add EvPage so that we can hold a reference to the backend
1401         page. Form fields keep now a reference to the poppler page
1402         improving performance since we don't have to create/destroy the
1403         poppler field for every form operation. This will be needed for
1404         annotations too.
1405         
1406 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
1407
1408         * data/evince-ui.xml:
1409         * shell/ev-window.c:
1410
1411         Add Ctrl-Insert keybinding for copying text. Fixes bug #526523.
1412         
1413 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
1414
1415         * configure.ac:
1416         * backend/ps/Makefile.am:
1417
1418         Remove gs stuff from ps backend.
1419         
1420 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
1421
1422         * configure.ac:
1423         * backend/pdf/ev-poppler.cc:
1424
1425         Bump poppler requirement to 0.8.0.
1426         
1427 2008-04-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1428
1429         * NEWS:
1430         * configure.ac:
1431
1432         Update for release 2.22.1.1
1433
1434 2008-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1435
1436         * configure.ac:
1437
1438         Fix build (again) when poppler version is 0.6
1439         
1440 2008-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1441
1442         * backend/djvu/djvu-links.c: (build_tree):
1443
1444         Make sure link title is a valid utf8 string. Fixes bug #526517.
1445         
1446 2008-04-07  Carlos Garcia Campos  <carlosgc@gnome.org>
1447
1448         * configure.ac:
1449
1450         Fix build in FreeBSD. Based on patch by Michael Johnson. Fixes bug
1451         #526799.
1452         
1453 2008-04-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1454
1455         * configure.ac:
1456         
1457         Update for release 2.22.1.
1458
1459 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
1460
1461         * NEWS:
1462
1463         Update for upcoming release.
1464
1465 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
1466
1467         * configure.ac:
1468         * backend/dvi/dvidocument.evince-backend.in:
1469
1470         Add compressed dvi to the list of supported mime types. Patch by
1471         Ed Catmur. Fixes bug #307087.
1472
1473 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
1474
1475         * shell/ev-jobs.c: (ev_job_print_get_page_list):
1476
1477         Fix a crash when printing a range that doesn't specify the start or
1478         end page. Fixes bug #524288.
1479
1480 2008-04-02  Carlos Garcia Campos  <carlosgc@gnome.org>
1481
1482         * shell/ev-window.c: (ev_window_cmd_continuous),
1483         (ev_window_cmd_dual), (ev_window_cmd_view_best_fit),
1484         (ev_window_cmd_view_page_width), (ev_window_run_fullscreen),
1485         (ev_window_stop_fullscreen), (ev_window_cmd_view_fullscreen),
1486         (ev_window_run_presentation), (ev_window_stop_presentation),
1487         (ev_window_cmd_view_presentation),
1488         (ev_window_cmd_leave_fullscreen),
1489         (ev_window_cmd_start_presentation), (ev_window_cmd_escape):
1490
1491         Do not unfullscreen and fullscreen again the window when changing
1492         from fullscreen to presentation mode and vice versa. Fixes bug
1493         #524112.
1494         
1495 2008-04-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1496
1497         * backend/ps/ev-spectre.c: (ps_document_thumbnails_get_thumbnail):
1498
1499         Do not crash when thumbnail failed to render in PS backend. Fixes
1500         bug #525015.
1501         
1502 2008-03-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1503
1504         * shell/ev-window.c: (window_open_file_copy_ready_cb),
1505         (ev_window_load_file_remote), (ev_window_open_uri):
1506
1507         Handle errors when opening remote files.
1508         
1509 2008-03-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1510
1511         * shell/ev-page-action.c: (ev_page_action_grab_focus):
1512
1513         Only grab the focus for the current visible proxy widget. Fixes
1514         bug #521224.
1515         
1516 2008-03-30  Emil Soleyman  <emil@nishra.com>
1517
1518         * shell/ev-window.c: (launch_external_uri):
1519         
1520         Reuse g_app_info_launch_default_for_uri to
1521         save some code and fix bug #525009.
1522
1523 2008-03-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1524
1525         * shell/ev-window.c (image_save_dialog_response_cb):
1526
1527         Use g_str_has_suffix. See bug #523069.
1528
1529 2008-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1530
1531         * configure.ac:
1532
1533         Add a configure option to enable/diable DBus. Patch by Rémi
1534         Cardona. Fixes bug 521797.
1535
1536 2008-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1537
1538         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
1539
1540         Fix printing in documents with rotated pages. Patch by Eugen
1541         Dedu. Fixes bug #512648.
1542         
1543 2008-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1544
1545         * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest),
1546         (ev_link_from_action):
1547
1548         Fix warning messages.
1549         
1550 2008-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1551
1552         * shell/ev-window.c: (image_save_dialog_response_cb):
1553
1554         Do not append the extension to filename when saving an image
1555         if the filename alredy contains the extension. Fixes bug #523069.
1556         
1557 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
1558
1559         * shell/ev-view.[ch]: (ev_view_find_cancel):
1560         * shell/ev-window.c: (find_bar_close_cb):
1561
1562         Cancel the find operation when the find bar is closed. Fixes bug
1563         #508845.
1564         
1565 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
1566
1567         * backend/ps/psdocument.evince-backend.in:
1568
1569         Make ps backend module resident. Fixes bug #520607.
1570         
1571 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
1572
1573         * shell/ev-jobs.c: (ev_job_print_run):
1574
1575         Invert collate action in order to work as expected, fix reverse
1576         printing so that it doesn't start with a blank page and fix number
1577         of copies. Patch by Eugen Dedu. Fixes bug #365332.
1578         
1579 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1580
1581         * backend/pdf/ev-poppler.cc: (pdf_selection_render_selection):
1582
1583         Fix build with poppler <= 0.7.2
1584         
1585 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1586
1587         * libdocument/ev-document-misc.c:
1588         (ev_document_misc_surface_from_pixbuf):
1589
1590         Fix selections with poppler-splash.
1591         
1592 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1593
1594         * configure.ac:
1595         * backend/pdf/ev-poppler.cc:
1596
1597         Fix build with poppler >= 0.7.2
1598         
1599 2008-03-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1600
1601         * configure.ac:
1602         
1603         Update for release 2.22.0
1604
1605 2008-03-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1606
1607         * NEWS:
1608
1609         Update for upcoming release.
1610
1611 2008-03-09  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1612
1613         * shell/ev-window.c (ev_window_print_dialog_response_cb):
1614
1615         Bug 495107 – Handle print dialog responses correctly
1616
1617         Correctly handle print dialog response. Properly fixes
1618         the above mentioned bug.
1619
1620 2008-03-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1621
1622         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
1623
1624         Make sure print job is only run when the print button is
1625         clicked. Based on patch by Eugen Dedu. Fixes bug #495107.
1626         
1627 2008-03-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1628
1629         * backend/pdf/pdfdocument.evince-backend.in:
1630         * libdocument/ev-backends-manager.c:
1631         (ev_backends_manager_load_backend),
1632         (ev_backends_manager_get_document):
1633         * libdocument/ev-module.[ch]: (ev_module_load), (ev_module_new):
1634
1635         Allow making backend modules resident. This is needed only for
1636         some backends like pdf to avoid registering glib types more than
1637         once.
1638         
1639 2008-03-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1640
1641         * backend/comics/comics-document.c:
1642         * backend/djvu/djvu-document.c:
1643         * backend/impress/impress-document.c:
1644         * backend/pdf/ev-poppler.cc:
1645         * backend/pixbuf/pixbuf-document.c:
1646         * backend/ps/ev-spectre.c:
1647         * backend/ps/ps-document.c:
1648         * backend/tiff/tiff-document.c:
1649         * libdocument/ev-document.h:
1650         * properties/ev-properties-main.c:
1651
1652         Use g_type_module_add_interface instead of
1653         g_type_add_interface_static. Fixes bug #519679.
1654         
1655 2008-02-29  Carlos Garnacho  <carlosg@gnome.org>
1656
1657         * shell/ev-transition-animation.[ch] (ev_transition_animation_ready):
1658         Added. Returns whether the animation has everything necessary to run.
1659         * shell/ev-view.c (ev_view_expose_event): Do not assume the animation
1660         is ready just because it's been created. Fixes #519106.
1661         (draw_one_page): Do not show the "Loading..." text in presentation
1662         mode, there was a slim probability that this could happen.
1663
1664 2008-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1665
1666         * libdocument/ev-document-factory.c: (get_mime_type_from_uri):
1667
1668         Duplicate mime_type string before freeing it so that it doesn't
1669         always fail when getting mime type from uri. Fixes bug #518874.
1670         
1671 2008-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1672
1673         * shell/ev-view.c: (ev_view_form_field_choice_changed):
1674
1675         Fix a crash when a choice form field doesn't have any item
1676         selected. Fixes bug #518831
1677         
1678 2008-02-25  Alexander Larsson  <alexl@redhat.com>
1679
1680         * shell/ev-window.c (ev_window_clear_temp_file):
1681         Use g_file_has_prefix instead of renamed
1682         g_file_contains_file.
1683
1684         * configure.ac:
1685         Require new glib for above change.
1686         
1687 2008-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1688
1689         * libdocument/ev-image.c: (ev_image_finalize),
1690         (ev_image_save_tmp):
1691
1692         Return a real uri instead of a filename when saving an
1693         image. Fixes images drag an drop from evince to nautilus. 
1694         
1695 2008-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1696
1697         * backend/pdf/ev-poppler.cc:
1698         (pdf_document_images_get_image_mapping):
1699
1700         Return the image list in the right order. Fixes bug #516237.
1701         
1702 2008-02-12  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1703
1704         * backend/impress/impress-document.c:
1705         (impress_document_thumbnails_get_thumbnail):
1706
1707         Remove unused variable to avoid a compiler warning.
1708
1709 2008-02-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1710
1711         * configure.ac:
1712         
1713         Update for release 2.21.91.
1714
1715 2008-02-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1716
1717         * configure.ac:
1718         * shell/Makefile.am:
1719         * shell/ev-application.[ch]:
1720         * shell/ev-sidebar-links.c:
1721         * shell/ev-utils.[ch]:
1722         * shell/ev-window.[ch]:
1723
1724         Remove libgnomeprint support. Fixes bug #512370.
1725         
1726 2008-02-08  Matthias Clasen  <mclasen@redhat.com>
1727
1728         * thumbnailer/evince-thumbnailer.c: (main):
1729
1730         Initialize glib type system before using it. Fixes bug #513934.
1731         
1732 2008-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1733
1734         * properties/ev-properties-main.c:
1735
1736         Add missing #include.
1737         
1738 2008-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1739
1740         * configure.ac:
1741         * backend/djvu/djvu-document.c: (djvu_document_render):
1742         * backend/tiff/tiff-document.c: (tiff_document_render):
1743
1744         Use the new cairo function cairo_format_stride_for_width when
1745         available. Fixes bug #482720.
1746
1747 2008-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1748
1749         * libdocument/ev-document-factory.c: (get_mime_type_from_uri),
1750         (get_mime_type_from_data), (get_document_from_uri):
1751
1752         Use g_content_type_guess() only when slow is true in
1753         get_document_from_uri(). Fix several memory leaks.
1754         
1755 2008-01-30  Cosimo Cecchi  <cosimoc@svn.gnome.org>
1756
1757         * libdocument/ev-document-factory.c:
1758         (throw_unknown_mime_type_error), (throw_failed_to_get_info_error),
1759         (get_document_from_uri):
1760
1761         Use g_content_type_guess () to get mimetype for files.
1762         Bug #510401.
1763
1764 2008-01-30  Carlos Garcia Campos  <carlosgc@gnome.org>
1765
1766         * thumbnailer/Makefile.am:
1767
1768         Remove DJVU_LIBS from thumbnailer LDADD. Fixes bug #513203.
1769         
1770 2008-01-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1771
1772         * configure.ac:
1773
1774         Fix build with --without-libgnome. Fixes bug #512771.
1775         
1776 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
1777
1778         * backend/dvi/Makefile.am: Install only dvi
1779         module. Fixes bug #512718.
1780
1781 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
1782
1783         * properties/ev-properties-main.c: (nautilus_module_initialize):
1784         
1785         Initialize backends in properties tab. Fixes bug
1786         #512720.
1787
1788 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
1789
1790         * properties/Makefile.am: No need to link with 
1791         libraries. Fixes bug #512719.
1792
1793 2008-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1794
1795         * NEWS:
1796         * configure.ac:
1797         
1798         Update for release 2.21.90.
1799
1800 2008-01-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1801
1802         * shell/ev-window.c: (ev_window_cmd_escape):
1803
1804         Fix compile warning.
1805         
1806 2008-01-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1807
1808         * backend/dvi/dvi-document.c: (dvi_document_file_exporter_end):
1809
1810         Fix printing in dvi backend when filename contains white
1811         espaces. Fixes bug #502839.
1812         
1813 2008-01-26  Carlos Garcia Campos  <carlosgc@gnome.org>
1814
1815         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
1816         (screensaver_disable_x11):
1817         * shell/Makefile.am:
1818         * shell/xdg-user-dir-lookup.c: Removed
1819         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout):
1820         * shell/ev-view.c: (ev_view_presentation_transition_start):
1821         * shell/ev-window.c: (ev_window_cmd_file_open),
1822         (ev_window_cmd_save_as), (presentation_set_timeout):
1823
1824         Remove #ifdefs that are no longer needed.
1825         
1826 2008-01-26  Carlos Garcia Campos  <carlosgc@gnome.org>
1827
1828         * shell/ev-view.[ch]: (ev_view_button_release_event),
1829         (ev_view_autoscroll_start), (ev_view_autoscroll_stop):
1830         * shell/ev-window.c: (ev_window_cmd_view_autoscroll),
1831         (ev_window_cmd_escape):
1832
1833         Stop autoscroll when Escape key is pressed. Fixes bug #511635.
1834         
1835 2008-01-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1836
1837         * configure.ac:
1838         * backend/comics/comics-document.c: (comics_document_load):
1839         * libdocument/ev-attachment.[ch]: (ev_attachment_finalize),
1840         (ev_attachment_set_property), (ev_attachment_init),
1841         (ev_attachment_save), (ev_attachment_launch_app),
1842         (ev_attachment_open):
1843         * libdocument/ev-document-factory.c: (get_document_from_uri):
1844         * libdocument/ev-file-helpers.[ch]: (ev_tmp_file_get),
1845         (ev_tmp_file_unlink), (ev_tmp_uri_unlink), (ev_xfer_uri_simple),:
1846         * shell/ev-jobs.c:
1847         * shell/ev-password.c: (ev_password_dialog_set_property),
1848         (ev_password_dialog_save_password):
1849         * shell/ev-sidebar-attachments.c:
1850         (ev_sidebar_attachments_drag_data_get):
1851         * shell/ev-window-title.c: (get_filename_from_uri):
1852         * shell/ev-window.c: (ev_window_clear_temp_file),
1853         (ev_window_load_job_cb), (window_open_file_copy_ready_cb),
1854         (ev_window_open_uri), (window_save_file_copy_ready_cb),
1855         (ev_window_save_remote), (ev_window_cmd_save_as), (launch_action),
1856         (launch_external_uri), (image_save_dialog_response_cb),
1857         (attachment_save_dialog_response_cb):
1858         * shell/main.c: (load_files), (load_files_remote), (main):
1859         * thumbnailer/evince-thumbnailer.c: (main):
1860
1861         Port to gio and drop gnome-vfs dependency. Fixes bug
1862         #510401. Based on patch by Cosimo Cecchi.
1863         
1864 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1865
1866         * NEWS:
1867
1868         Fixed formatting inconsistencies (spaces vs. tabs)
1869
1870 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1871
1872         * shell/ev-window.c:
1873
1874         Use top/up/bottom/down arrows instead of
1875         first/left/last/right in the toolbar and menu actions.
1876         This fixes issues with RTL languages and is visually
1877         consistent with the page view. Fixes bug #170081.
1878
1879 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1880
1881         * NEWS:
1882
1883         Fixed some inaccuracies pointed out by Carlos Garcia
1884         Campos.
1885
1886 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1887
1888         * NEWS:
1889         * data/evince.schemas.in:
1890         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
1891
1892         Override PDF restrictions by default. Fixes bug #382700.
1893
1894 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1895
1896         * NEWS: Updated for upcoming release
1897
1898 2008-01-23  Carlos Garcia Campos  <carlosgc@gnome.org>
1899
1900         * libdocument/ev-backends-manager.c: (ev_backends_manager_load):
1901
1902         Fix memory leak.
1903         
1904 2008-01-23  Gil Forcada <gilforcada@guifi.net>
1905
1906         * shell/ev-window.c: (register_custom_actions):
1907         
1908         Added comment for translators
1909
1910 2008-01-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1911
1912         * shell/ev-view.c: (ev_view_button_release_event):
1913
1914         Do not create the idle function for kinetic scrolling if we are
1915         not in a drag operation.
1916
1917 2008-01-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1918
1919         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
1920         (ev_view_button_press_event), (ev_view_motion_notify_event),
1921         (ev_view_button_release_event):
1922
1923         Restore cursor after autoscrolling. Fixes bug #509958.
1924
1925 2008-01-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1926
1927         * configure.ac:
1928         * backend/pdf/ev-poppler.cc:
1929         (pdf_document_images_get_image_mapping),
1930         (pdf_document_images_get_image),
1931         (pdf_document_document_images_iface_init):
1932         * libdocument/ev-document-images.[ch]:
1933         (ev_document_images_get_image_mapping),
1934         (ev_document_images_get_image):
1935         * libdocument/ev-image.[ch]: (ev_image_new), (ev_image_get_page),
1936         (ev_image_get_id), (ev_image_save_tmp):
1937         * shell/ev-jobs.c: (ev_job_render_run):
1938         * shell/ev-view.c: (ev_view_drag_data_get):
1939         * shell/ev-window.c: (image_save_dialog_response_cb),
1940         (ev_view_popup_cmd_copy_image):
1941
1942         Do not render images when rendering the page but on demand. It
1943         reduces the memory comsumption.
1944         
1945 2008-01-18  Marcelo Lira  <setanta@gmail.com>
1946
1947         * configure.a:
1948         * shell/ev-password.c:
1949
1950         Make gnome-keyring optional. Fixes bug #509676.
1951         
1952 2008-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1953
1954         * shell/ev-pixbuf-cache.c: (add_job):
1955
1956         Initialize include_images variable as FALSE instead of TRUE.
1957         
1958 2008-01-15  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1959
1960         * configure.ac:
1961         * cut-n-paste/Makefile.am:
1962         * cut-n-paste/fileformatchooser/Makefile.am:
1963         * cut-n-paste/fileformatchooser/egg-macros.h:
1964         * cut-n-paste/fileformatchooser/eggfileformatchooser.c:
1965         * cut-n-paste/fileformatchooser/eggfileformatchooser.h:
1966         * shell/Makefile.am:
1967         * shell/ev-utils.c:
1968         (file_chooser_dialog_add_writable_pixbuf_formats),
1969         (get_gdk_pixbuf_format_by_extension):
1970         * shell/ev-utils.h:
1971         * shell/ev-window.c: (ev_window_error_message),
1972         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as):
1973         
1974         Simplify image format selection on save.
1975
1976 2008-01-15  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1977
1978         * shell/ev-view.c: (ev_view_scroll_event):
1979         
1980         Repair gorizontal scrolling with shift. Fixes
1981         bug #483412.
1982
1983 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1984         
1985         * MAINTAINERS:
1986
1987         Fix formatting issues.
1988         
1989 2008-01-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1990
1991         * backend/comics/comics-document.c: (comics_regex_quote):
1992         
1993         Don't overquote special chars except of '. See bug 
1994         502500. Thanks to Tom Parker.
1995
1996 2008-01-13  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1997
1998         * MAINTAINERS:
1999         
2000         Added Nickolay and Carlos, since they're doing most of
2001         the releases nowadays.
2002
2003 2008-01-13  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2004
2005         * properties/Makefile.am:
2006
2007         Get the nautilus extension dir properly instead of using
2008         a hack. Fixes bug #505359.
2009
2010 2008-01-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2011
2012         * properties/Makefile.am:
2013         
2014         Install nautilus extension into new place. See bug
2015         #505359. Thanks to Matthias Clasen, Brian Pepple and
2016         Damien Carbery.
2017
2018 2008-01-13  Djihed Afifi  <djihed@gmail.com>
2019
2020         * shell/ev-window.c: (ev_window_get_recent_file_label):
2021         
2022         RTL marker in recent file list. See bug #509076.
2023
2024 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2025
2026         * backend/djvu/djvu-text-page.c: (djvu_text_page_limits):
2027         * shell/ev-window.c: (image_save_dialog_response_cb):
2028
2029         Fix compile warnings due to unused variables.
2030         
2031 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2032
2033         * configure.ac:
2034         * backend/dvi/cairo-device.c: (dvi_cairo_draw_ps):
2035         * backend/ps/ev-spectre.c: (ps_document_render):
2036
2037         Bump requirements to libspectre 0.2.0. Fixes bug #507705. 
2038
2039 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2040
2041         * shell/ev-transition-animation.c (ev_transition_animation_fade)
2042         (ev_transition_animation_paint): Implement "fade" effect.
2043
2044 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2045
2046         * shell/ev-transition-animation.c (ev_transition_animation_uncover)
2047         (ev_transition_animation_paint): Implement "uncover" effect.
2048
2049 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2050
2051         * shell/ev-transition-animation.c (ev_transition_animation_cover)
2052         (ev_transition_animation_paint): Implement "cover" effect.
2053
2054 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2055
2056         * shell/ev-transition-animation.c (ev_transition_animation_push)
2057         (ev_transition_animation_paint): Implement "push" effect.
2058
2059 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2060
2061         * shell/ev-transition-animation.c (ev_transition_animation_dissolve)
2062         (ev_transition_animation_paint): Implement "dissolve" effect.
2063
2064 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2065
2066         * shell/ev-transition-animation.c (ev_transition_animation_wipe)
2067         (ev_transition_animation_paint): Implement "wipe" effect.
2068
2069 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2070
2071         * shell/ev-transition-animation.c (ev_transition_animation_box)
2072         (ev_transition_animation_paint): Implement "box" effect.
2073
2074 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2075
2076         * shell/ev-transition-animation.c (ev_transition_animation_blinds)
2077         (ev_transition_animation_paint): Implement "blinds" effect.
2078
2079 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2080
2081         * shell/ev-transition-animation.c (ev_transition_animation_split)
2082         (ev_transition_animation_paint): Implement "split" effect.
2083
2084 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2085
2086         * shell/ev-view-private.h: Add a EvTransitionAnimation to the struct.
2087         * shell/ev-view.c (ev_view_expose_event) (ev_view_change_page)
2088         (ev_view_transition_animation_start) 
2089         (ev_view_transition_animation_finish) (ev_transition_animation_frame)
2090         (job_finished_cb) (page_changed_cb) (ev_view_set_presentation)
2091         (ev_view_next_page) (ev_view_previous_page):
2092         
2093         Use EvTransitionAnimation to drive page changes in the presentation
2094         mode, the animation will wait to start until both the origin and 
2095         destination page surfaces are available. Fixes #458460.
2096
2097         (draw_loading_text):
2098
2099         Remove workaround for bug #320352, it's now fixed properly.
2100
2101
2102 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2103
2104         * shell/ev-transition-animation.[ch]: Added, EvTransitionAnimation
2105         will contain the implementations for page transition animations, at
2106         the moment it just has the "replace" effect.
2107         * shell/Makefile.am: Added these files to build.
2108
2109 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2110
2111         * shell/ev-timeline.[ch]: Added, EvTimeline is the base object for
2112         animations.
2113         * shell/Makefile.am: Added these files to build.
2114
2115 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2116
2117         * backend/pdf/ev-poppler.cc (pdf_document_get_effect): Added
2118         implementation to get_effect() in EvDocumentTransitionIface.
2119
2120 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2121
2122         * libdocument/ev-transition-effect.[ch]: New files, define a page
2123         transition effect, at the moment it maps PopplerPageTransition to a
2124         GObject.
2125         * libdocument/Makefile.am: Added these files to build.
2126         * libdocument/ev-document-transition.[ch]
2127         (ev_document_transition_get_effect): New method, gets the
2128         EvTransitionEffect returned by the interface implementation, with
2129         fallback to the "replace" effect.
2130
2131 2007-12-30  Carl-Anton Ingmarsson  <c-a.ingmarsson@oktv.se>
2132
2133         * configure.ac:
2134         * cut-n-paste/Makefile.am:
2135         * cut-n-paste/fileformatchooser/Makefile.am:
2136         * cut-n-paste/fileformatchooser/egg-macros.h:
2137         * cut-n-paste/fileformatchooser/eggfileformatchooser.[ch]:
2138         * shell/Makefile.am:
2139         * shell/ev-window.c: (image_save_dialog_response_cb),
2140         (ev_view_popup_cmd_save_image_as):
2141
2142         Allow exporting images in any format supported by
2143         GdkPixbuf. Fixes bug #500209.
2144         
2145 2007-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2146
2147         * backend/pixbuf/pixbuf-document.c:
2148
2149         More warnings fixed.
2150         
2151 2007-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2152
2153         * backend/djvu/djvu-links.c: (get_djvu_link_dest),
2154         (get_djvu_hyperlink_area), (djvu_links_find_link_dest):
2155         * backend/djvu/djvu-text.h:
2156         * backend/tiff/tiff-document.c: (tiff_document_render):
2157
2158         Fix compile warnings.
2159         
2160 2007-12-28  Christian Persch  <chpe@gnome.org>
2161
2162         * **/*.c: Include config.h. Bug #504721.
2163
2164 2007-12-28  Carlos Garcia Campos  <carlosgc@gnome.org>
2165
2166         * configure.ac:
2167         * Makefile.am:
2168         * po/POTFILES.in:
2169         * backend/comics/Makefile.am:
2170         * backend/comics/comics-document.[ch]:
2171         * backend/comics/comicsdocument.evince-backend.in:
2172         * backend/djvu/Makefile.am:
2173         * backend/djvu/djvu-document.[ch]:
2174         * backend/djvu/djvudocument.evince-backend.in:
2175         * backend/dvi/Makefile.am:
2176         * backend/dvi/dvi-document.[c]:
2177         * backend/dvi/dvidocument.evince-backend.in:
2178         * backend/impress/Makefile.am:
2179         * backend/impress/impress-document.[ch]:
2180         * backend/impress/impressdocument.evince-backend.in:
2181         * backend/pdf/Makefile.am:
2182         * backend/pdf/ev-poppler.cc:
2183         * backend/pdf/ev-poppler.h:
2184         * backend/pdf/pdfdocument.evince-backend.in:
2185         * backend/pixbuf/Makefile.am:
2186         * backend/pixbuf/pixbuf-document.[ch]:
2187         * backend/pixbuf/pixbufdocument.evince-backend.in:
2188         * backend/ps/Makefile.am:
2189         * backend/ps/ev-spectre.[ch]:
2190         * backend/ps/ps-document.[ch]:
2191         * backend/ps/psdocument.evince-backend.in:
2192         * backend/tiff/Makefile.am:
2193         * backend/tiff/tiff-document.[ch]:
2194         * backend/tiff/tiffdocument.evince-backend.in:
2195         * libdocument/Makefile.am:
2196         * libdocument/ev-backends-manager.[ch]:
2197         * libdocument/ev-module.[ch]:
2198         * libdocument/ev-document.h:
2199         * libdocument/ev-document-factory.[ch]:
2200         (gdk_pixbuf_mime_type_list), (mime_type_supported_by_gdk_pixbuf),
2201         (get_compression_from_mime_type), (get_document_from_uri),
2202         (ev_document_factory_get_document), (file_filter_add_mime_types),
2203         (ev_document_factory_add_filters):
2204         * shell/Makefile.am:
2205         * shell/ev-window-title.c: (get_filename_from_uri):
2206         * shell/main.c: (main):
2207         * thumbnailer/Makefile.am:
2208         * thumbnailer/evince-thumbnailer.c: (main):
2209
2210         Plugin system for backends. Fixes bug #351348.
2211         
2212 2007-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2213
2214         * shell/ev-view-private.h:
2215         * shell/ev-view.c: (ev_view_drag_update_momentum),
2216         (ev_view_scroll_drag_release), (ev_view_motion_notify_event),
2217         (ev_view_button_release_event), (ev_view_destroy):
2218         
2219         Kinetic scrolling implemented as requested in
2220         bug #461271. Thanks to David Turner <cillian64@googlemail.com>.
2221
2222 2007-12-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2223
2224         * data/evince-toolbar.xml:
2225         * data/evince-ui.xml:
2226         * shell/ev-view-private.h:
2227         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
2228         (ev_view_button_press_event), (ev_view_motion_notify_event),
2229         (ev_view_button_release_event), (ev_view_init),
2230         (ev_view_autoscroll_cb), (ev_view_autoscroll),
2231         (ev_view_set_cursor):
2232         * shell/ev-view.h:
2233         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
2234         (ev_window_cmd_view_autoscroll):
2235         
2236         Autoscroll feature with the context menu. Fixes bug 
2237         #323670. Thanks to David Turner <cillian64@googlemail.com>.
2238
2239 2007-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
2240
2241         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref):
2242
2243         Disconnect also page-ready signal when removing a job because the
2244         page size has changed. Thanks to kripken
2245         <kripkensteiner@gmail.com>.
2246
2247 2007-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2248
2249         * shell/ev-page-action.c: (page_scroll_cb), (create_tool_item):
2250         
2251         Scroll pages in page entry with mouse wheel. Fixes bug
2252         #324122. Thanks to David Turner <cillian64@googlemail.com>.
2253
2254 2007-12-20  Carlos Garcia Campos  <carlosgc@gnome.org>
2255
2256         * backend/dvi/Makefile.am:
2257         * backend/dvi/cairo-device.c: (dvi_cairo_draw_ps),
2258         (mdvi_cairo_device_init):
2259         * backend/dvi/mdvi-lib/common.h:
2260         * backend/dvi/mdvi-lib/mdvi.h:
2261         * backend/dvi/mdvi-lib/sp-epsf.c: (epsf_special):
2262         * backend/dvi/mdvi-lib/util.c: (mdvi_strrstr),
2263         (mdvi_build_path_from_cwd):
2264
2265         Add ps specials support in dvi backend when libspectre is
2266         present. Fixes bug #386005.
2267         
2268 2007-12-20  Carlos Garcia Campos  <carlosgc@gnome.org>
2269
2270         * configure.ac:
2271         * backend/ps/Makefile.am:
2272         * backend/ps/ev-spectre.[ch]:
2273         
2274         Use libspectre, if available, for the ps backend. Fixes bugs
2275         #317106, #499787, #501235, #421879, #445797, #443859 and #486547.
2276
2277 2007-12-18  Yaakov Selkowitz  <yselkowitz@users.sourceforge.net>
2278         
2279         * backend/comics/comics-document.c: (comics_document_load):
2280         
2281         Cygwin build issue fix.
2282
2283 2007-12-16  Carlos Garcia Campos  <carlosgc@gnome.org>
2284
2285         * shell/ev-view.c: (ev_view_set_zoom):
2286
2287         Do not limit the minimum zoom factor when sizing mode is best bit
2288         or fit width. Fixes bug #503805.
2289         
2290 2007-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2291
2292         * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest):
2293         * libdocument/ev-link-dest.[ch]: (ev_link_dest_get_top),
2294         (ev_link_dest_get_left), (ev_link_dest_get_zoom),
2295         (ev_link_dest_get_property), (ev_link_dest_set_property),
2296         (ev_link_dest_class_init), (ev_link_dest_new_xyz),
2297         (ev_link_dest_new_fith), (ev_link_dest_new_fitv),
2298         (ev_link_dest_new_fitr):
2299         * shell/ev-view.c: (goto_fitr_dest), (goto_fitv_dest),
2300         (goto_fith_dest), (goto_xyz_dest):
2301
2302         Do not change left, top and zoom values when they are null in PDF
2303         destinations. Fixes bug #460658.
2304         
2305 2007-12-10  Christian Persch  <chpe@gnome.org>
2306
2307         * shell/ev-view-accessible.c: (ev_view_accessible_finalize),
2308         (ev_view_accessible_class_init),
2309         (ev_view_accessible_idle_do_action),
2310         (ev_view_accessible_action_do_action),
2311         (ev_view_accessible_action_get_description),
2312         (ev_view_accessible_action_set_description),
2313         (ev_view_accessible_action_iface_init), (ev_view_accessible_new),
2314         (ev_view_accessible_factory_init),
2315         (ev_view_accessible_factory_get_accessible_type):
2316         * shell/ev-view-accessible.h: A bit of cleanup: use gobject instance
2317         private data, and G_DEFINE_TYPE. Bug #502843.
2318
2319 2007-12-08  Christian Persch  <chpe@gnome.org>
2320
2321         * shell/ev-metadata-manager.c: (item_free),
2322         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
2323         (value_free), (parse_value), (parseItem),
2324         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
2325         (save_values): Use GSlice to allocate small amounts of memory. Bug
2326         #475972.
2327
2328 2007-12-05  Carlos Garcia Campos  <carlosgc@gnome.org>
2329
2330         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
2331
2332         Restore cursor to normal after a drag operation. Fixes bug
2333         #501603.
2334         
2335 2007-12-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2336
2337         * NEWS:
2338         * configure.ac:
2339         
2340         Update for release 2.21.1
2341
2342 2007-12-02  Carlos Garcia Campos  <carlosgc@gnome.org>
2343
2344         * configure.ac:
2345         * cut-n-paste/gedit-message-area/Makefile.am:
2346         * cut-n-paste/gedit-message-area/gedit-message-area.[ch]:
2347         * shell/Makefile.am:
2348         * shell/ev-message-area.[ch]:
2349         * shell/ev-window.c: (ev_window_set_message_area),
2350         (ev_window_error_message_response_cb), (ev_window_error_message),
2351         (ev_window_load_job_cb), (ev_window_cmd_file_open_copy_at_dest),
2352         (ev_window_save_job_cb), (image_save_dialog_response_cb),
2353         (ev_attachment_popup_cmd_open_attachment),
2354         (attachment_save_dialog_response_cb), (ev_window_set_document),
2355         (ev_window_init):
2356
2357         Use a message area instead of a popup dialog for error
2358         notifications. Fixes bug #337495.
2359         
2360 2007-12-02  Carlos Garcia Campos  <carlosgc@gnome.org>
2361
2362         * shell/ev-window.c: (fullscreen_toolbar_remove_shadow),
2363         (ev_window_run_fullscreen):
2364
2365         Remove the shadow of the fullscreen toolbar. Fixes bug #500702.
2366         
2367 2007-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
2368
2369         * ev-sidebar-thumbnails.c: (update_visible_range),
2370         (ev_sidebar_thumbnails_refresh),
2371         (ev_sidebar_thumbnails_set_document),
2372         (ev_sidebar_thumbnails_support_document):
2373
2374         Show thumbnails for documents with one page. Fixes bug #358751.
2375         
2376 2007-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
2377
2378         * shell/ev-window.c:
2379         (ev_window_load_print_settings_from_metadata),
2380         (ev_window_save_print_settings), (ev_window_print_finished),
2381         (ev_window_print_range):
2382
2383         Print settings that are specific to the document are now saved per
2384         document in the metadata file. Fixes bug #488806.
2385         
2386 2007-11-26  Matthias Clasen  <mclasen@redhat.com>
2387
2388         * backend/tiff/tiff-document.c: (tiff_document_render):
2389
2390         Tiff documents were rendered with wrong colors. Fixes bug #497279.
2391         
2392 2007-11-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2393
2394         * shell/ev-application.[ch]: (get_find_string_from_args),
2395         (ev_application_open_uri_at_dest), (ev_application_open_uri),
2396         (ev_application_open_uri_list):
2397         * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_new):
2398         * shell/ev-window.[ch]: (ev_window_load_job_cb),
2399         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
2400         (ev_window_cmd_recent_file_activate),
2401         (ev_window_open_recent_action_item_activated),
2402         (ev_window_print_send), (open_remote_link):
2403         * shell/main.c: (arguments_parse):
2404
2405         Add a command line option for search. Fixes bug #497710.
2406         
2407 2007-11-20  Darren Kenny  <darren.kenny@sun.com>
2408
2409         * shell/ev-jobs.c: (ev_job_print_new):
2410
2411         Fix endless loop when pages_per_sheet is 0. Fixes bug #498248.
2412         
2413 2007-10-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2414
2415         * data/evince-toolbar.xml:
2416         * shell/Makefile.am:
2417         * shell/ev-application.c: (ev_application_init):
2418         * shell/ev-open-recent-action.[ch]:
2419         * shell/ev-window.c:
2420         (ev_window_open_recent_action_item_activated),
2421         (register_custom_actions):
2422
2423         Add an expander to the open toolbar item which pops up a dropdown
2424         menu with the recently used documents. Fixes bug #487215.
2425         
2426 2007-10-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2427
2428         * shell/ev-window.c: (ev_window_open_uri),
2429         (ev_window_cmd_view_reload):
2430
2431         Do not jump to the first page when reloading by running evince
2432         from the command line. Fixes bug #490847.
2433         
2434 2007-10-27  Hiroyuki Ikezoe  <poincare@ikezoe.net>
2435
2436         * shell/ev-window.c: (ev_window_cmd_help_contents):
2437
2438         Plugged memory leak when help file is not found. Fixes bug
2439         #490762.
2440         
2441 2007-10-26  Carlos Garcia Campos  <carlosgc@gnome.org>
2442
2443         * configure.ac:
2444
2445         Enable djvu, dvi and comics backends by default. Fixes bug
2446         #437121.
2447         
2448 2007-10-26  Carlos Garcia Campos  <carlosgc@gnome.org>
2449
2450         * configure.ac:
2451         * cut-n-paste/Makefile.am:
2452         * cut-n-paste/recent-files/*: Removed
2453         * help/reference/Makefile.am:
2454         * shell/Makefile.am:
2455         * shell/ev-application.[ch]: (ev_application_shutdown),
2456         (ev_application_init):
2457         * shell/ev-window.c: (ev_window_add_recent),
2458         (ev_window_setup_recent), (ev_window_dispose), (ev_window_init):
2459
2460         Bump requirements to gtk+ 2.10.0 and remove egg-recent code. 
2461         
2462 2007-10-25  Pascal Terjan  <pterjan@linuxfr.org>
2463
2464         * shell/ev-window.c: (launch_external_uri):
2465
2466         Let GnomeVFS check the URL, this allow more URL (like mailto:),
2467         and report error if the URL is not supported (#489910).
2468
2469 2007-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2470
2471         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
2472         (pdf_document_file_exporter_begin_page),
2473         (pdf_document_file_exporter_end_page):
2474
2475         Fix printing with poppler splash backend. Fixes bug #489774.
2476         
2477 2007-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2478
2479         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
2480         * shell/ev-print-job.c: (ev_print_job_class_init):
2481
2482         Fix a crash when printing with the gnome-print dialog. Fixes bug
2483         #488939.
2484         
2485 2007-10-18  Sebastien Bacher  <seb128@ubuntu.com>
2486
2487         * backend/pixbuf/pixbuf-document.c:
2488
2489         Fix an implicit function definition warning (#487655)
2490
2491 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2492
2493         * shell/ev-window.c:
2494
2495         Fix conflicting shortcut for view sade pane and presentation.
2496         
2497 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2498
2499         * backend/pdf/ev-poppler.cc:
2500         (pdf_document_file_exporter_begin_page),
2501         (pdf_document_file_exporter_do_page),
2502         (pdf_document_file_exporter_end_page),
2503         (pdf_document_file_exporter_iface_init):
2504         * libdocument/ev-file-exporter.[ch]:
2505         (ev_file_exporter_begin_page), (ev_file_exporter_end_page):
2506         * shell/ev-jobs.c: (ev_job_print_get_page_list),
2507         (ev_job_print_run):
2508
2509         When printing multiple pages per sheet in reverse option, do not
2510         invert the order of the pages in every sheet, but the order of the
2511         sheets. Do not print blank pages when page range is invalid. Fixes
2512         bugs #484857 and #485521.
2513         
2514 2007-10-10  Carlos Garcia Campos  <carlosgc@gnome.org>
2515
2516         * shell/ev-jobs.c: (ev_job_print_get_page_list),
2517         (ev_job_print_run):
2518         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2519
2520         Respect ranges order when printing more than one range in random
2521         order.
2522         
2523 2007-10-10  Martin Schanzenbach  <mschanzenbach@gmail.com>
2524
2525         * shell/ev-window.c: (ev_window_refresh_window_thumbnail),
2526         (ev_window_setup_document), (ev_window_rotation_changed_cb):
2527
2528         Rotate also the window icon when document is rotated. Fixes bug
2529         #474681.
2530         
2531 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
2532
2533         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field),
2534         (pdf_document_forms_get_form_fields):
2535
2536         Silently ignore unknown form fields. Fixes bug #482654. Patch by
2537         Matthias Drochner.
2538         
2539 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
2540
2541         * configure.ac:
2542         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
2543
2544         Use poppler_page_render_for_printing() instead of
2545         poppler_page_render() if available when exporting to a ps or pdf
2546         file. Fixes bug #476627.
2547         
2548 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
2549
2550         * shell/ev-window.c: (ev_window_run_fullscreen):
2551
2552         Do not show the toolbar in fullscreen mode if the main toolbar is
2553         not visible. Fixes bug #483048.
2554         
2555 2007-09-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2556
2557         * shell/ev-view.c: (ev_view_button_press_event):
2558
2559         Give priority to form fields over images when deciding whether a
2560         button press event is over an image or form field. It allows edit
2561         form fields when they are over a background image. Fixes bug
2562         #477841.
2563         
2564 2007-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2565
2566         * NEWS:
2567         * configure.ac:
2568         
2569         Update for release 2.20.0
2570
2571 2007-09-12  Carlos Garcia Campos  <carlosgc@gnome.org>
2572
2573         * backend/pdf/ev-poppler.cc:
2574
2575         Remove #ifdef HAVE_FORMS, so that forms support works again.
2576
2577 2007-09-05  Götz Waschk  <waschk@mandriva.org>
2578
2579         * configure.ac:
2580         * data/evince.desktop.in.in:
2581         
2582         Fixes desktop file issues. See bug #473471.
2583
2584 2007-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
2585
2586         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
2587         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
2588         (ev_job_queue_remove_job):
2589         * shell/ev-jobs.[ch]: (ev_job_save_init), (ev_job_save_dispose),
2590         (ev_job_save_class_init), (ev_job_save_new), (ev_job_save_run):
2591         * shell/ev-window.c: (ev_window_clear_save_job),
2592         (ev_window_save_job_cb), (file_save_dialog_response_cb),
2593         (ev_window_dispose):
2594
2595         Move save a copy task to its own job so that it's carried out in a
2596         thread avoiding another lock in the main thread. Use
2597         ev_xfer_uri_simple() instead of gnome_vfs_move() so that document
2598         can be saved to a pathin another file system. Fixes bug #456891.
2599         
2600 2007-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2601
2602         * NEWS:
2603         * configure.ac:
2604         
2605         Update for release 2.19.92
2606
2607 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2608
2609         * configure.ac:
2610         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
2611         (pdf_selection_get_selection_region),
2612         (pdf_selection_get_selection_map),
2613         (ev_form_field_from_poppler_field):
2614
2615         Bump requirements to poppler 0.6 and drop all ifdefs used. Double
2616         and triple click selections are enabled again now.
2617
2618 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2619
2620         * shell/ev-window.c: (ev_window_add_history):
2621
2622         Make sure not to use the history with documents not supporting
2623         links. Fixes bug #468954.
2624
2625 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2626
2627         * shell/ev-window.c: (ev_window_load_job_cb):
2628
2629         Restart the search when reloading a document with the find bar
2630         visible. Fixes bug #461962.
2631
2632 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2633
2634         * shell/ev-window.c: (setup_document_from_metadata),
2635         (ev_window_load_job_cb), (ev_window_cmd_view_reload):
2636
2637         Do not jump to the first page when reloading a document from the
2638         last page.
2639
2640 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2641
2642         * shell/ev-window.c: (update_chrome_flag),
2643         (setup_sidebar_from_metadata),
2644         (ev_window_cmd_focus_page_selector), (ev_window_cmd_edit_find),
2645         (ev_window_cmd_edit_find_next),
2646         (ev_window_cmd_edit_find_previous), (ev_window_cmd_escape),
2647         (ev_window_view_toolbar_cb), (ev_window_view_sidebar_cb),
2648         (find_bar_close_cb), (view_actions_focus_in_cb):
2649
2650         Do not update visibility when changing a chrome flag so that it's
2651         possible to update several flags and update visibility only once
2652         for all of them.
2653
2654 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2655
2656         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2657
2658         Use GTK_UNIT_POINTS instead of GTK_UNIT_PIXEL, since it's not
2659         supported by gtk+. Fixes bug #460907.
2660
2661 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2662
2663         * shell/ev-view.c: (view_update_range_and_current_page):
2664
2665         Make sure current-page <= end-page in continuous mode. Fixes bug
2666         #454950.
2667
2668 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2669
2670         * backend/pdf/ev-poppler.cc: (build_tree):
2671
2672         Ignore outline items without a title. Fixes bug #453913.
2673
2674 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2675
2676         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
2677         (ev_view_button_release_event), (ev_view_leave_notify_event):
2678
2679         Use always drag mouse cursor during a drag operation. Fixes bug
2680         #470564.
2681
2682 2007-09-02  Carlos Garcia Campos  <carlosgc@gnome.org>
2683
2684         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
2685         (pdf_selection_get_selection_region),
2686         (pdf_selection_get_selection_map):
2687
2688         Temporarily disable double and triple selections since it depends on
2689         poppler cvs head. It'll be enabled again as soon as poppler 0.6 is
2690         released and the update of the external dependency minimal version
2691         approved.
2692
2693 2007-09-01  Carlos Garcia Campos  <carlosgc@gnome.org>
2694
2695         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
2696         (pdf_document_file_exporter_do_page):
2697         * libdocument/ev-file-exporter.h:
2698         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
2699         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2700
2701         Actually fix printing regressions. Remove orientation from
2702         EvPrintContext since it's redundant.
2703
2704 2007-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
2705
2706         * backend/dvi/dvi-document.c: (dvi_document_document_iface_init):
2707         * backend/impress/impress-document.c:
2708         (impress_document_document_iface_init):
2709         * backend/ps/ps-document.c: (ps_document_document_iface_init):
2710         * backend/djvu/djvu-document.c:
2711         (djvu_document_document_iface_init),
2712         (djvu_selection_get_selected_text), (djvu_selection_iface_init):
2713         * backend/tiff/tiff-document.c:
2714         (tiff_document_document_iface_init):
2715         * backend/pixbuf/pixbuf-document.c:
2716         (pixbuf_document_document_iface_init):
2717         * backend/comics/comics-document.c:
2718         (comics_document_document_iface_init):
2719         * backend/pdf/ev-poppler.cc: (pdf_document_document_iface_init),
2720         (pdf_selection_render_selection),
2721         (pdf_selection_get_selected_text),
2722         (pdf_selection_get_selection_region),
2723         (pdf_selection_get_selection_map), (pdf_selection_iface_init):
2724         * libdocument/ev-selection.[ch]: (ev_selection_get_selected_text),
2725         (ev_selection_get_selection_region),
2726         (ev_selection_get_selection_map):
2727         * libdocument/ev-document.[ch]:
2728         * shell/ev-pixbuf-cache.[ch]: (add_job),
2729         (ev_pixbuf_cache_get_selection_surface), (update_job_selection):
2730         * shell/ev-view-private.h:
2731         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_new),
2732         (ev_job_render_run):
2733         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
2734         * shell/ev-view.c: (start_selection_for_event),
2735         (ev_view_button_press_event), (ev_view_drag_data_get),
2736         (ev_view_drag_data_received), (ev_view_button_release_event),
2737         (compute_new_selection_text), (compute_selections),
2738         (ev_view_select_all), (get_selected_text), (ev_view_copy),
2739         (ev_view_primary_get_cb):
2740
2741         Add support for double and triple click selections.
2742
2743 2007-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2744
2745         * NEWS:
2746         * configure.ac:
2747
2748         Update for release 2.19.4
2749
2750 2007-08-28  Justin Blanchard  <justinb04@aim.com>
2751
2752         * shell/ev-view-private.h:
2753         * shell/ev-view.c: (ev_view_expose_event), (ev_view_init),
2754         (ev_view_set_highlight_search):
2755         * shell/ev-view.h:
2756         * shell/ev-window.c: (ev_window_cmd_edit_find_next),
2757         (ev_window_cmd_edit_find_previous), (find_bar_search_changed_cb),
2758         (find_bar_visibility_changed_cb):
2759         
2760         Enables 'find next' when bindbar is hidden. Fixes bug #323817.
2761
2762 2007-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2763
2764         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
2765         (pdf_document_file_exporter_begin),
2766         (pdf_document_file_exporter_do_page):
2767         * shell/ev-jobs.c: (ev_job_print_run):
2768         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2769
2770         Create always a portrait cairo surface and rotate when needed for
2771         landscape. It fixes printing problems in real printers.
2772
2773 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2774
2775         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
2776         * libdocument/ev-file-exporter.[ch]:
2777         (ev_file_exporter_get_capabilities):
2778         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
2779         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2780
2781         Adjust number of pages per row according to page orientation when
2782         printing 2 or 6 pages per sheet.
2783
2784 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2785
2786         * shell/ev-window.c: (ev_window_print_send):
2787
2788         Reset also cups setting to 1 when printing multiple pages per
2789         sheet. Fixes bug #468853.
2790
2791 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2792
2793         * libdocument/ev-document-misc.c:
2794         (ev_document_misc_surface_rotate_and_scale):
2795
2796         Use directly cairo_surface_get_content() when creating a similar
2797         surface as suggested by Jeff Muizelaar. Thanks again.
2798
2799 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2800
2801         * backend/djvu/djvu-document.c: (djvu_document_render):
2802         * backend/tiff/tiff-document.c: (tiff_document_render):
2803         * backend/pdf/ev-poppler.cc: (pdf_document_render):
2804         * libdocument/ev-document-misc.c:
2805         (ev_document_misc_surface_from_pixbuf),
2806         (ev_document_misc_surface_rotate_and_scale):
2807
2808         Use CAIRO_FORMAT_RGB24 instead of CAIRO_FORMAT_ARGB32 when
2809         creating page surfaces. Fixes bug #453123. Thank you very much to
2810         Jeff Muizelaar <jeff@infidigm.net>.
2811
2812 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
2813
2814         * shell/ev-page-cache.c: (ev_page_cache_new),
2815         (ev_page_cache_get_thumbnail_size):
2816         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page),
2817         (ev_sidebar_thumbnails_set_loading_icon):
2818
2819         Also store in page-cache the dimensions of the thumbnails so that
2820         they can be used to create the correct loading icon in the side
2821         pane. Fixes bug #466857.
2822
2823 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
2824
2825         * backend/pdf/ev-poppler.cc:
2826         (pdf_document_thumbnails_get_thumbnail):
2827
2828         Fix thumbnails rotation in pdf documents that include embedded 
2829         thumbnails.
2830
2831 2007-08-15  Jens Granseuer  <jensgr@gmx.net>
2832
2833         * backend/pdf/ev-poppler.cc:
2834
2835         Don't use #ifdef in macro expansion. Some compilers don't
2836         like that. Closes bug #467042.
2837
2838 2007-08-15  Justin Blanchard  <justinb04@aim.com>
2839
2840         * backend/djvu/djvu-document.c: (djvu_document_finalize):
2841         
2842         Fixes memory leak in djvu backend.
2843
2844 2007-08-15  Andreas Nilsson  <nisses.mail@home.se>
2845
2846         * data/icons/32x32/Makefile.am:
2847         * data/icons/32x32/actions/Makefile.am:
2848         * data/icons/32x32/actions/view-page-cont.svg:
2849         * data/icons/32x32/actions/view-page-facing.svg:
2850         * data/icons/48x48/Makefile.am:
2851         * data/icons/48x48/actions/Makefile.am:
2852         * data/icons/48x48/actions/view-page-cont.svg:
2853         * data/icons/48x48/actions/view-page-facing.svg:
2854         
2855         Icons for a new sizes.
2856
2857 2007-08-14  Justin Blanchard  <justinb04@aim.com>
2858
2859         * shell/ev-page-cache.c: (build_height_to_page),
2860         (ev_page_cache_get_height_to_page):
2861         
2862         Fixes invalid read, see bug #466401.
2863
2864 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2865
2866         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
2867         (set_drag_cursor):
2868         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
2869         (configure_item_cursor), (new_pixbuf_from_widget):
2870
2871         Fix multihead problems in toolbar editor. Fixes bug #382055.
2872
2873 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2874
2875         * shell/ev-window.c: (ev_window_cmd_file_open),
2876         (ev_window_cmd_save_as):
2877
2878         Use g_get_user_special_dir when available instead of
2879         xdg_user_dir_lookup.
2880
2881 2007-08-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2882
2883         * MAINTAINERS:
2884         
2885         Updated according to request on desktop-devel.
2886
2887 2007-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
2888
2889         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
2890
2891         Do not use cairo_rectangle and cairo_clip since we are
2892         not using cairo_fill but cairo_paint. Use the same cairo context
2893         for every page in the same expose event.
2894
2895 2007-07-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
2896
2897         * shell/ev-window.c: (file_open_dialog_response_cb): Plugged memory
2898         leak.
2899
2900 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
2901
2902         * configure.ac:
2903         * NEWS:
2904
2905         Release 0.9.3
2906
2907 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
2908
2909         * libdocument/ev-document-info.h:
2910         * libdocument/ev-document.h:
2911         * shell/ev-page-action.h:
2912         * shell/ev-sidebar-links.h:
2913
2914         Fix a headers problem with ev-link
2915         
2916         * libdocument/ev-link.[ch]: (ev_link_mapping_get_area):
2917         * shell/ev-view-private.h:
2918         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
2919         (get_link_area), (ev_view_query_tooltip),
2920         (ev_view_leave_notify_event), (ev_view_destroy),
2921         (ev_view_class_init):
2922
2923         Use new gtk tooltips when available instead of ev-tooltip.
2924         
2925 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
2926
2927         * shell/ev-window.c: (update_chrome_visibility),
2928         (ev_window_sidebar_visibility_changed_cb):
2929
2930         Do not hide sidebar in fullscreen mode. Fixes bug #396535.
2931         
2932 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2933
2934         * shell/ev-navigation-action.c:
2935         (ev_navigation_action_history_changed),
2936         (ev_navigation_action_set_history):
2937         * shell/ev-navigation-action-widget.c:
2938         (ev_navigation_action_widget_init):
2939         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
2940
2941         Fix compile warnings.
2942         
2943 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2944
2945         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
2946         (egg_editable_toolbar_dispose):
2947
2948         Fix memory leak.
2949         
2950 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2951
2952         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
2953         (screensaver_disable_x11):
2954         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout):
2955         * shell/ev-window.c: (presentation_set_timeout):
2956         * shell/ev-view.c: (ev_view_presentation_transition_start):
2957
2958         Use g_timeout_add_seconds instead of g_timeout_add when
2959         available.
2960         
2961 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2962
2963         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_init):
2964
2965         Set horizontal scrollbar policy to AUTOMATIC instead of
2966         NEVER. Workaround for bug #449462.
2967         
2968 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2969
2970         * shell/ev-jobs.c: (ev_job_render_page_ready):
2971
2972         Add page_ready callback to main loop with high priority and hold
2973         a reference to job during idle.
2974         
2975 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2976
2977         * configure.ac:
2978         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
2979         (pdf_document_file_exporter_begin),
2980         (pdf_document_file_exporter_do_page),
2981         (pdf_document_file_exporter_get_capabilities):
2982         * libdocument/ev-file-exporter.h:
2983         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
2984         * shell/ev-window.c: (ev_window_print_send),
2985         (ev_window_print_dialog_response_cb):
2986
2987         Allow printing multiple pages per sheet. Fixes bug #395573.
2988         
2989 2007-07-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2990
2991         * shell/ev-view.c: (tip_from_link):
2992         
2993         Check for NULL, fixes bug #460862.
2994
2995 2007-07-29  Christian Persch  <chpe@gnome.org>
2996
2997         * shell/ev-window.c: (ev_window_enumerate_printer_cb),
2998         (ev_window_preview_print_finished), (ev_window_do_preview_print),
2999         (ev_window_cmd_preview_print):
3000         
3001         Fixes bug #437681 - blocks while enumerating printers.
3002
3003 2007-07-29  Christian Persch  <chpe@gnome.org>
3004
3005         * shell/ev-window.c: (ev_window_screen_changed):
3006         
3007         Don't use deprecated gtk+ function. See bug #460909.
3008
3009 2007-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
3010
3011         * shell/ev-utils.c: (get_num_monitors):
3012         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
3013
3014         Do not use display before initializing it. Remove compile
3015         warnings.
3016
3017 2007-07-27  Cosimo Cecchi  <anarki@lilik.it>
3018
3019         * shell/ev-view.c: (ev_view_class_init):
3020         
3021         Unix-like hjkl bindings added. See bug #458111.
3022
3023 2007-07-27  Johannes Buchner  <buchner.johannes@gmx.at>
3024
3025         * shell/ev-utils.c: (get_num_monitors), (get_screen_dpi):
3026         * shell/ev-utils.h:
3027         * shell/ev-view.c: (ev_view_set_zoom_for_size),
3028         (ev_view_update_view_size):
3029         * shell/ev-view.h:
3030         * shell/ev-window.c: (ev_window_update_actions),
3031         (setup_view_from_metadata), (ev_window_screen_changed),
3032         (ev_window_sizing_mode_changed_cb), (ev_window_zoom_changed_cb),
3033         (zoom_control_changed_cb):
3034         * shell/ev-window.h:
3035         
3036         Reorganizes utility functions.
3037
3038 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
3039
3040         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
3041         (copy_job_page_and_selection_to_job_info), (copy_job_to_job_info),
3042         (add_job), (ev_pixbuf_cache_get_surface),
3043         (ev_pixbuf_cache_get_link_mapping),
3044         (ev_pixbuf_cache_get_image_mapping),
3045         (ev_pixbuf_cache_get_form_field_mapping),
3046         (ev_pixbuf_cache_get_text_mapping):
3047         * shell/ev-jobs.[ch]: (ev_job_render_class_init),
3048         (notify_page_ready), (ev_job_render_page_ready),
3049         (ev_job_render_run):
3050
3051         Add page_ready signal to notify that page is ready as soon as
3052         possible even if other page elements like links, forms, images or
3053         text mapping are not ready yet.
3054
3055 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
3056
3057         * backend/dvi/dvi-document.c: (dvi_document_file_exporter_begin),
3058         (dvi_document_file_exporter_do_page),
3059         (dvi_document_file_exporter_get_capabilities),
3060         (dvi_document_file_exporter_iface_init):
3061         * backend/ps/ps-document.c: (ps_document_file_exporter_begin),
3062         (ps_document_file_exporter_do_page),
3063         (ps_document_file_exporter_get_capabilities),
3064         (ps_document_file_exporter_iface_init):
3065         * backend/djvu/djvu-document.c:
3066         (djvu_document_file_exporter_begin),
3067         (djvu_document_file_exporter_end),
3068         (djvu_document_file_exporter_get_capabilities),
3069         (djvu_document_file_exporter_iface_init):
3070         * backend/tiff/tiff-document.c:
3071         (tiff_document_file_exporter_begin),
3072         (tiff_document_file_exporter_get_capabilities),
3073         (tiff_document_document_file_exporter_iface_init):
3074         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
3075         (pdf_document_file_exporter_do_page),
3076         (pdf_document_file_exporter_get_capabilities),
3077         (pdf_document_file_exporter_iface_init):
3078         * libdocument/ev-file-exporter.[ch]: (ev_file_exporter_begin),
3079         (ev_file_exporter_get_capabilities):
3080         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
3081         (idle_print_handler), (ev_print_job_print):
3082         * shell/ev-jobs.c: (ev_job_print_run):
3083         * shell/ev-window.c: (ev_window_print_send),
3084         (ev_window_print_range):
3085
3086         Use capabilities to know which options should be offered by the
3087         print dialog depending on the document backend.
3088
3089 2007-07-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3090
3091         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
3092
3093         Give priority to forms over text to set the cursor.
3094
3095 2007-07-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3096
3097         * shell/ev-view-private.h:
3098         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
3099         (ev_view_leave_notify_event), (ev_view_finalize),
3100         (ev_view_get_property), (ev_view_class_init):
3101
3102         Use IBEAM cursor for text form fields and NORMAL cursor for read
3103         only fields. Remove unused status attribute.
3104
3105 2007-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
3106
3107         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
3108
3109         Update region for current selected items also for checkbox
3110         buttons, since they can behave as radio buttons when they are in a
3111         set.
3112
3113 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3114
3115         * configure.ac:
3116         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
3117
3118         Get max length of text form fields.
3119
3120 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3121
3122         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
3123         * libdocument/ev-form-field.h:
3124         * shell/ev-view.c: (ev_view_form_field_text_create_widget):
3125
3126         Fix build with current poppler cvs head.
3127
3128 2007-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3129
3130         * cut-n-paste/zoom-control/ephy-zoom-control.c:
3131         * shell/eggfindbar.c: (egg_find_bar_init):
3132
3133         Fix build with gtk+ >= 2.11.5 due to gtktooltips
3134         deprecation. Fixes bug #455667
3135
3136 2007-07-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3137
3138         * NEWS:
3139         * configure.ac:
3140         
3141         Update for release 0.9.2
3142
3143 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3144
3145         * shell/ev-view.c: (ev_view_form_field_text_save),
3146         (ev_view_form_field_choice_save):
3147
3148         Fix a crash when closing whith a form widget visible.
3149
3150 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3151
3152         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
3153
3154         Update also the region of the current selected button when
3155         clicking on another button if they are radio buttons.
3156
3157 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3158
3159         * shell/ev-pixbuf-cache.[ch]: (ev_pixbuf_cache_class_init),
3160         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
3161         (add_job), (add_job_if_needed), (ev_pixbuf_cache_get_surface),
3162         (ev_pixbuf_cache_get_link_mapping),
3163         (ev_pixbuf_cache_get_image_mapping),
3164         (ev_pixbuf_cache_get_form_field_mapping),
3165         (ev_pixbuf_cache_get_text_mapping), (ev_pixbuf_cache_reload_page):
3166         * shell/ev-view.c: (ev_view_form_field_get_region),
3167         (ev_view_form_field_button_create_widget),
3168         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
3169         (job_finished_cb):
3170
3171         Redraw only form field region instead of the whole page when
3172         reloading a page to show changes on the form field.
3173
3174 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3175
3176         * shell/ev-view.c: (ev_view_form_field_choice_save):
3177
3178         Fix selection of first item in list form fields.
3179
3180 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3181
3182         * shell/ev-pixbuf-cache.c: (add_job), (add_job_if_needed),
3183         (ev_pixbuf_cache_reload_page),
3184         (ev_pixbuf_cache_get_form_field_mapping):
3185
3186         Some refactoring to avoid duplicated code.
3187
3188 2007-07-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3189
3190         * configure.ac:
3191         * backend/pdf/ev-poppler.cc: (pdf_document_get_crop_box),
3192         (ev_form_field_from_poppler_field),
3193         (pdf_document_forms_get_form_fields),
3194         (pdf_document_forms_form_field_text_get_text),
3195         (pdf_document_forms_form_field_text_set_text),
3196         (pdf_document_forms_form_field_button_set_state),
3197         (pdf_document_forms_form_field_button_get_state),
3198         (pdf_document_forms_form_field_choice_get_item),
3199         (pdf_document_forms_form_field_choice_get_n_items),
3200         (pdf_document_forms_form_field_choice_is_item_selected),
3201         (pdf_document_forms_form_field_choice_select_item),
3202         (pdf_document_forms_form_field_choice_toggle_item),
3203         (pdf_document_forms_form_field_choice_unselect_all),
3204         (pdf_document_forms_form_field_choice_set_text),
3205         (pdf_document_forms_form_field_choice_get_text),
3206         (pdf_document_document_forms_iface_init):
3207         * libdocument/Makefile.am:
3208         * libdocument/ev-form-field.[ch]:
3209         * libdocument/ev-document-forms.[ch]:
3210         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
3211         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
3212         (add_job), (ev_pixbuf_cache_reload_page),
3213         (ev_pixbuf_cache_get_form_field_mapping):
3214         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run):
3215         * shell/ev-view-private.h:
3216         * shell/ev-view.[ch]: (ev_view_set_scroll_adjustments),
3217         (ev_view_handle_cursor_over_xy),
3218         (ev_view_get_form_field_at_location),
3219         (ev_view_forms_remove_widgets), (ev_view_form_field_destroy),
3220         (ev_view_form_field_button_create_widget),
3221         (ev_view_form_field_text_save), (ev_view_form_field_text_changed),
3222         (ev_view_form_field_text_create_widget),
3223         (ev_view_form_field_choice_save),
3224         (ev_view_form_field_choice_changed),
3225         (ev_view_form_field_choice_create_widget),
3226         (ev_view_handle_form_field), (ev_view_size_allocate),
3227         (ev_view_realize), (draw_end_presentation_page),
3228         (ev_view_button_press_event), (ev_view_remove_all),
3229         (ev_view_motion_notify_event), (ev_view_key_press_event),
3230         (ev_view_enter_notify_event), (highlight_find_results),
3231         (draw_loading_text), (draw_one_page), (ev_view_destroy),
3232         (ev_view_class_init), (page_changed_cb),
3233         (on_adjustment_value_changed), (ev_view_set_presentation),
3234         (merge_selection_region), (ev_view_set_cursor),
3235         (ev_view_reset_presentation_state):
3236         
3237         Merge evince-forms branch.
3238
3239 2007-07-03  Jaap Haitsma  <jaap@haitsma.org>
3240
3241         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: removed
3242
3243         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg.sh: added
3244         This script also updates itself from libegg
3245
3246         * cut-n-paste/toolbar-editor/egg*:
3247         Run update-toolbareditor-from-libegg.sh so we are in sync again with
3248         libegg
3249
3250 2007-07-02  Jaap Haitsma  <jaap@haitsma.org>
3251
3252         * shell/ev-window.c:
3253         
3254         Adds a nice icon to page action during toolbar editing.
3255         See bug #452872.
3256
3257 2007-07-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3258
3259         * data/evince-toolbar.xml:
3260         * shell/ev-window.c:
3261         
3262         Let user add a presentation and fullscreen icons on toolbar.
3263         See bug #449734.
3264
3265 2007-07-01  Jaap Haitsma  <jaap@haitsma.org>
3266
3267         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: 
3268
3269         new script to keep in sync with toolbareditor in libegg
3270
3271         * cut-n-paste/toolbar-editor/*: 
3272
3273         Run update-toolbareditor-from-libegg so we are in sync again. 
3274         Fixes bug #452850.
3275         
3276
3277 2007-07-01  Carlos Garcia Campos  <carlosgc@gnome.org>
3278
3279         * shell/ev-sidebar-links.c: (job_finished_callback):
3280
3281         Do not connect selection changed signal more than once. Fixes bug
3282         #349433.
3283
3284 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3285
3286         * shell/ev-window.c: (ev_window_view_sidebar_cb):
3287
3288         Do not change sidebar chrome flag when pressing F9 key in
3289         presentation mode.
3290
3291 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3292
3293         * backend/pdf/ev-poppler.cc:
3294         (pdf_document_thumbnails_get_dimensions):
3295
3296         Make sure thumbnails width and height is not <= 0. Fixes a crash
3297         with some pdf documents which have really small pages.
3298
3299 2007-06-22  Gabor Kelemen  <kelemeng@gnome.hu>
3300
3301         * shell/main.c: (main):
3302
3303         Fixes program description translation issue.
3304         Bug #450148.
3305
3306 2007-06-21  Cesar Fernandez  <cesar@pk2.org>
3307
3308         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
3309
3310         Do not change current page when returning from black/white mode
3311         in presentation. Fixes bug #415032.
3312
3313 2007-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3314
3315         * NEWS:
3316         * configure.ac:
3317         
3318         Update for release 0.9.1
3319
3320 2007-06-17  Alaska Subedi  <asubedi@gmail.com>
3321
3322         * backend/dvi/dvi-document.c:
3323         (dvi_document_finalize),
3324         (dvi_document_file_exporter_format_supported),
3325         (dvi_document_file_exporter_begin),
3326         (dvi_document_file_exporter_do_page),
3327         (dvi_document_file_exporter_end),
3328         (dvi_document_file_exporter_iface_init), (dvi_document_init):
3329         
3330         PDF exporter for dvi documents. Fixes bug #441319.
3331
3332 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
3333
3334         * shell/ev-window.c: (ev_window_clear_print_job):
3335
3336         Clear gtk print job when job has finished. Fixes bug #447612.
3337
3338 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
3339
3340         * shell/ev-window.c: (ev_window_print_send),
3341         (ev_window_print_dialog_response_cb), (ev_window_print_range):
3342
3343         Add preview button to print dialog. Fixes bug #445419.
3344
3345 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
3346
3347         * backend/dvi/Makefile.am:
3348         * backend/dvi/pixbuf-device.[ch]: Removed
3349         * backend/dvi/cairo-device.[ch]: Added
3350         * backend/dvi/mdvi-lib/dviread.c: (draw_shrink_rule):
3351         * backend/dvi/dvi-document.c: (dvi_document_load),
3352         (dvi_document_render), (dvi_document_finalize),
3353         (dvi_document_thumbnails_get_thumbnail), (parse_color),
3354         (dvi_document_do_color_special):
3355         * libdocument/ev-document-misc.[ch]:
3356         (ev_document_misc_pixbuf_from_surface):
3357
3358         Port dvi backend to cairo and fix a problem with colors. 
3359
3360 2007-06-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3361
3362         * shell/ev-view.c: (draw_one_page):
3363
3364         Draw only visible region.
3365
3366 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3367
3368         * backend/djvu/djvu-document.c: (djvu_document_render):
3369
3370         Fix rotation in djvu backend.
3371
3372 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3373
3374         * shell/ev-pixbuf-cache.c: (job_finished_cb),
3375         (ev_pixbuf_cache_get_surface), (ev_pixbuf_cache_get_link_mapping),
3376         (ev_pixbuf_cache_get_image_mapping),
3377         (ev_pixbuf_cache_get_text_mapping):
3378
3379         Redraw view every time we have a new surface. Fixes bug #443587.
3380
3381 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3382
3383         * libdocument/ev-document.c: (ev_document_info_free):
3384
3385         Fix memory leaks.
3386
3387 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3388
3389         * backend/dvi/dvi-document.c: (dvi_document_render),
3390         (dvi_document_render_pixbuf), (dvi_document_document_iface_init):
3391         * backend/impress/impress-document.c:
3392         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
3393         (impress_document_render), (impress_document_document_iface_init),
3394         (impress_document_thumbnails_get_thumbnail):
3395         * backend/djvu/djvu-document-private.h:
3396         * backend/djvu/djvu-document.c: (djvu_document_render),
3397         (djvu_document_finalize), (djvu_document_document_iface_init),
3398         (djvu_document_thumbnails_get_thumbnail), (djvu_document_init):
3399         * backend/tiff/tiff-document.c: (tiff_document_render),
3400         (tiff_document_render_pixbuf),
3401         (tiff_document_document_iface_init):
3402         * backend/pdf/ev-poppler.cc: (pdf_document_render),
3403         (pdf_document_render_pixbuf), (pdf_document_document_iface_init),
3404         (pdf_selection_render_selection):
3405         * backend/comics/comics-document.c:
3406         (comics_document_render_pixbuf), (comics_document_render),
3407         (comics_document_document_iface_init):
3408         * backend/pixbuf/pixbuf-document.c: (pixbuf_document_render),
3409         (pixbuf_document_document_iface_init):
3410         * libdocument/ev-document-misc.[ch]:
3411         (ev_document_misc_surface_from_pixbuf),
3412         (ev_document_misc_surface_rotate_and_scale):
3413         * libdocument/ev-document.[ch]: (ev_document_render):
3414         * libdocument/ev-selection.[ch]: (ev_selection_render_selection):
3415         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
3416         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
3417         (ev_pixbuf_cache_get_surface), (new_selection_surface_needed),
3418         (clear_selection_if_needed), (ev_pixbuf_cache_style_changed),
3419         (ev_pixbuf_cache_get_selection_surface), (clear_job_selection):
3420         * shell/ev-jobs.[ch]: (ev_job_render_dispose),
3421         (render_finished_cb), (ev_job_render_run):
3422         * shell/ev-view.c: (draw_loading_text), (draw_one_page),
3423         (merge_selection_region):
3424
3425         Use cairo image surfaces instead of GDK pixbufs for drawing pages
3426         and selections.
3427
3428 2007-06-12  Carlos Garcia Campos  <carlosgc@gnome.org>
3429
3430         * shell/ev-window-title.c: (ev_window_title_update):
3431
3432         Fix memory leak.
3433
3434 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3435
3436         * shell/ev-view.c: (draw_loading_text):
3437
3438         Show loading text centered. Fixes bug #433061
3439
3440 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3441
3442         * shell/ev-sidebar-thumbnails.c:
3443         (ev_sidebar_thumbnails_set_loading_icon):
3444
3445         Remove a mutex in the main thread that blocks the UI in heavy
3446         documents.
3447
3448 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3449
3450         * shell/ev-pixbuf-cache.c (copy_job_to_job_info):
3451
3452         Set points_set to TRUE so that selections don't disappear after a
3453         zoom change.
3454
3455 2007-06-07  Michael Monreal  <infernux@web.de>
3456
3457         * data/icons/16x16/actions/Makefile.am:
3458         * data/icons/16x16/actions/zoom.svg:
3459         * data/icons/22x22/actions/Makefile.am:
3460         * data/icons/22x22/actions/zoom.svg:
3461         * data/icons/24x24/actions/Makefile.am:
3462         * shell/ev-stock-icons.c:
3463         * shell/ev-stock-icons.h:
3464         * shell/ev-window.c:
3465         
3466         Zoom icon artwork. See bug #444795.
3467
3468 2007-06-05  Bastien Nocera  <hadess@hadess.net>
3469
3470         * shell/ev-metadata-manager.c: Remove extraneous function
3471         (Closes: #444386)
3472
3473 2007-06-05  Bastien Nocera  <hadess@hadess.net>
3474
3475         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
3476         (ev_metadata_manager_shutdown), (ev_metadata_manager_set_last),
3477         (ev_metadata_manager_set), (ev_metadata_manager_save):
3478         Simplify the timeout, no need for modified anymore
3479
3480 2007-06-05  Bastien Nocera  <hadess@hadess.net>
3481
3482         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout),
3483         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
3484         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
3485         (ev_metadata_manager_save): Adapted patch from Arjan van de
3486         Ven (arjan@linux.intel.com) to avoid the timeout running all the
3487         time, saves on power (Closes: #443851)
3488
3489 2007-06-02  Carlos Garcia Campos  <carlosgc@gnome.org>
3490
3491         * configure.ac:
3492         * backend/pdf/ev-poppler.cc: (pdf_document_images_get_images),
3493         (pdf_selection_render_selection), (pdf_document_get_page_duration):
3494
3495         Bump requirements to poppler 0.5.9 and drop all ifdefs used.
3496
3497 2007-05-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3498
3499         * shell/ev-window.c: (ev_window_add_history):
3500
3501         Check if history is NULL
3502
3503 2007-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3504
3505         * libdocument/ev-image.c: (ev_image_finalize):
3506         * libdocument/ev-document-factory.c: (free_uncompressed_uri):
3507         * libdocument/ev-attachment.c: (ev_attachment_finalize):
3508         * libdocument/ev-file-helpers.[ch]: (ev_tmp_filename_unlink),
3509         (ev_tmp_uri_unlink):
3510
3511         Add functions to delete temporary files created by evince in a safe
3512         way.
3513
3514         * shell/ev-window.c: (ev_window_clear_local_uri),
3515         (open_xfer_update_progress_callback),
3516         (save_xfer_update_progress_callback), (ev_window_save_remote),
3517         (file_save_dialog_response_cb), (ev_window_cmd_save_as),
3518         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
3519         (attachment_save_dialog_response_cb),
3520         (ev_attachment_popup_cmd_save_attachment_as):
3521
3522         Allow saving a copy of a document, image or attachment to a remote
3523         location. Fixes bug #440754. 
3524
3525 2007-05-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3526
3527         * configure.ac:
3528         * backend/pdf/ev-poppler.cc: (pdf_selection_render_selection):
3529
3530         Fix build with current poppler from cvs head. 
3531
3532 2007-05-21  Eduardo Lima <eduardo.lima@indt.org.br>
3533
3534         * libdocument/ev-file-helpers.c: (ensure_dir_exists):
3535
3536         Using g_mkdir_with_parents() instead of g_mkdir() to really ensure the
3537         directory exists.
3538
3539 2007-05-20  Wouter Bolsterlee  <wbolster@svn.gnome.org>
3540
3541         * shell/ev-sidebar.c: (ev_sidebar_add_page):
3542         * shell/ev-window.c:
3543
3544         Change sidebar ordering. Fixes bug #439939.
3545
3546 2007-05-20  Marc Brockschmidt he+bugzilla.g@marcbrockschmidt.de
3547
3548         * backend/comics/Makefile.am:
3549         
3550         Fixes build with --without-libgnome.
3551
3552 2007-05-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3553         
3554         * shell/ev-view.c: (page_changed_cb), (on_adjustment_value_changed):
3555
3556         Update cursor and tooltip on page change and view scroll. Fixes bug
3557         #439217.
3558
3559 2007-05-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3560
3561         * NEWS:
3562         * configure.ac:
3563         
3564         Update for release 0.9.0
3565
3566 2007-05-14  Alaska Subedi <asubedi@gmail.com>
3567
3568         * backend/djvu/djvu-document-private.h:
3569         * backend/djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
3570         (djvu_document_finalize),
3571         (djvu_document_file_exporter_format_supported),
3572         (djvu_document_file_exporter_begin),
3573         (djvu_document_file_exporter_do_page),
3574         (djvu_document_file_exporter_end),
3575         (djvu_document_file_exporter_iface_init), (djvu_document_init):
3576         
3577         Implemented printing with djvu. Bug #437998.
3578
3579 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3580
3581         * backend/impress/zip.c:
3582         Add missing ulong definition.
3583
3584         * backend/ps/ps-interpreter.c:
3585         Add missing headers.
3586
3587         Fix compilation on FreeBSD. Patch by Roy Marples. Fixes bug #438277.
3588
3589 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3590
3591         * backend/pdf/ev-poppler.cc: (pdf_document_dispose):
3592
3593         Add missing call to parent class dispose method. 
3594
3595 2007-05-12  Ross Burton  <ross@openedhand.com>
3596
3597         * shell/main.c:
3598         Sync keybindings manually when building without libgnome
3599         (#437925).
3600
3601 2007-05-12  Ross Burton  <ross@openedhand.com>
3602
3603         * shell/ev-window.c:
3604         Respect the screen when opening help (#437866).
3605
3606 2007-05-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3607
3608         * data/evince-ui.xml:
3609         * shell/ev-application.[ch]: (get_print_settings_from_args),
3610         (ev_application_open_uri_at_dest), (ev_application_open_uri),
3611         (ev_application_open_uri_list):
3612         * shell/ev-window.[ch]: (ev_window_clear_print_settings_file),
3613         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
3614         (ev_window_cmd_recent_file_activate), (ev_window_run_preview),
3615         (ev_window_cmd_view_reload), (lookup_printer_from_name),
3616         (ev_window_preview_print_finished), (ev_window_cmd_preview_print),
3617         (ev_window_dispose):
3618         * shell/main.c: (arguments_parse):
3619
3620         Add print button in preview mode. Fixes bug #396475. 
3621
3622 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3623
3624         * cut-n-paste/zoom-control/ephy-zoom.h:
3625         
3626         Fixes zoom level factors. See bug #408119 for details.
3627
3628 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3629
3630         * backend/comics/comics-document.c: (comics_regex_quote),
3631         (extract_argv):
3632         
3633         Correctly quote symbols. Fixes crash in the bug
3634         #415370.
3635
3636 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3637
3638         * shell/ev-navigation-action-widget.c:
3639         (ev_navigation_action_widget_init),
3640         (ev_navigation_action_widget_class_init),
3641         (ev_navigation_action_widget_button_press_event):
3642         
3643         Connect to button-press event on correct widget. Fixes
3644         bug #431988
3645
3646 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3647
3648         * shell/ev-application.c: (ev_application_open_window),
3649         (ev_application_add_icon_path_for_screen),
3650         (ev_application_open_uri_at_dest):
3651         * shell/ev-navigation-action-widget.c: (popup_menu_under_arrow):
3652         * shell/ev-navigation-action.c: (build_menu):
3653         
3654         Add app-specific icons to our icon theme. Fixes bug
3655         #425508.
3656
3657 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3658
3659         * shell/ev-history.c: (ev_history_class_init),
3660         (ev_history_add_link):
3661         * shell/ev-history.h:
3662         * shell/ev-navigation-action.c:
3663         (ev_navigation_action_history_changed),
3664         (ev_navigation_action_set_history), (build_menu),
3665         (ev_navigation_action_finalize):
3666         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
3667         
3668         Make navigation action unsensitive instead of showing
3669         menu with unsensitive word. Fixes bug #417392.
3670
3671 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3672
3673         * shell/ev-application.[ch]: (ev_application_shutdown),
3674         (ev_application_get_print_settings),
3675         (ev_application_set_print_settings):
3676         * shell/ev-window.c:
3677
3678         Remember print settings. Fixes bug #349102. 
3679
3680 2007-05-08  Christian Persch  <chpe@gnome.org>
3681
3682         * configure.ac:
3683         * properties/ev-properties-view.c:
3684
3685         No need for a configure check; just use the GTK_CHECK_VERSION macro.
3686         Bug #382438.
3687
3688 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3689
3690         * configure.ac:
3691         * properties/ev-properties-view.c: (ev_regular_paper_size):
3692
3693         Use gtk+ builtin paper list to identify the document's paper size.
3694         Fixes bug #382438. 
3695
3696 2007-05-04  Carlos Garcia Campos  <carlosgc@gnome.org>
3697
3698         * configure.ac:
3699
3700         Fix build when compiling with thumbnailer and libgnome support. 
3701
3702 2007-05-04  Ross Burton  <ross@openedhand.com>
3703
3704         * configure.ac:
3705         Add --without-libgnome, check for libgnome and libgnomeui
3706         separately, and add them to the symbols as required.
3707
3708         * libdocument/ev-file-helpers.c:
3709         When building without libgnome, use g_get_user_config_dir instead
3710         of gnome_user_dir_get.
3711
3712         * shell/ev-application.c:
3713         When building without libgnome, don't use session management.
3714
3715         * shell/main.c:
3716         When building without libgnome, don't use GnomeProgram or
3717         initialise the authentication manager.
3718
3719         This fixes #328842.
3720
3721 2007-05-04  Ross Burton  <ross@openedhand.com>
3722
3723         * shell/ev-window.c:
3724         Don't use libgnome to open help, instead call Yelp directly.
3725
3726 2007-05-04  Ross Burton  <ross@openedhand.com>
3727
3728         * shell/ev-sidebar-attachments.c:
3729         Don't use libgnome to lookup icons for MIME types, instead copy
3730         code from GTK+ to do it manually.
3731
3732 2007-05-04  Ross Burton  <ross@openedhand.com>
3733
3734         * configure.ac:
3735         Add libxml to the dependencies for SHELL_CORE (#435818).
3736
3737 2007-05-02  Ross Burton  <ross@openedhand.com>
3738
3739         * configure.ac:
3740         * Makefile.am:
3741         Add --disable-thumbnailer (#434825)
3742
3743 2007-05-02  Ross Burton  <ross@openedhand.com>
3744
3745         * shell/ev-window.c:
3746         Add missing includes, fix indentation.
3747
3748         * shell/main.c:
3749         Fix indentation.
3750
3751 2007-04-30  Eduardo Lima <eduardo.lima@indt.org.br>
3752
3753         * shell/ev-window.c (ev_window_cmd_recent_file_activate): Use
3754         ev_application_open_uri_at_dest instead of ev_application_open_uri
3755         preventing new document always being opened in a new window even if there
3756         is an empty window.
3757
3758 2007-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3759
3760         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
3761         (egg_recent_view_uimanager_finalize):
3762         * properties/ev-properties-view.c: (ev_properties_view_dispose):
3763         * shell/ev-page-action-widget.c: (ev_page_action_widget_finalize):
3764         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_finalize),
3765         (ev_pixbuf_cache_dispose):
3766         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose):
3767         * shell/ev-tooltip.c: (ev_tooltip_dispose):
3768         
3769         Add missing chain to parent class methods. Fixes
3770         bug #433128.
3771
3772 2007-04-22  Brian Pepple  <bpepple@fedoraproject.org>
3773
3774         * data/Makefile.am (update-icon-cache): Updates
3775         gtk-update-icon-cache in uninstall-hook.
3776
3777 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3778
3779         * shell/ev-window.c: (ev_window_setup_document),
3780         (ev_window_set_document), (ev_window_load_job_cb):
3781         * shell/ev-view.c: (setup_caches):
3782         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_set_document):
3783
3784         Start rendering pages before any other jobs. 
3785
3786 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3787
3788         * shell/ev-window.c: (ev_window_stop_fullscreen),
3789         (ev_window_stop_presentation):
3790
3791         Update chrome visibility before window unfullscreen. 
3792
3793 2007-04-20  Carlos Garcia Campos  <carlosgc@gnome.org>
3794
3795         * data/Makefile.am:
3796         * data/evince-ui.xml:
3797         * shell/ev-stock-icons.[ch]:
3798         * shell/ev-application.[ch]: (ev_application_shutdown),
3799         (ev_application_init), (ev_application_get_toolbars_model):
3800         * shell/ev-window.c: (update_chrome_visibility),
3801         (fullscreen_toolbar_setup_item_properties),
3802         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
3803         (ev_window_run_presentation), (ev_window_stop_presentation),
3804         (ev_window_run_preview), (ev_window_screen_changed),
3805         (ev_window_cmd_leave_fullscreen), (ev_window_cmd_start_presentation),
3806         (ev_window_dispose), (ev_window_init):
3807
3808         Make fullscreen toolbar always visible. Do not use egg toolbars for
3809         fullscreen and preview modes since such toolbars are not editables.
3810         Fixes bugs #300278, #338910 and #316188.  
3811
3812 2007-04-20  Iñigo Martínez  <inigomartinez@gmail.com>
3813
3814         * shell/ev-application.c:
3815         * shell/ev-job-queue.c:
3816         * shell/ev-metadata-manager.c:
3817         * shell/ev-stock-icons.c:
3818         * shell/ev-window.c:
3819         * shell/main.c:
3820         
3821         Developers documentation updated.
3822
3823 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3824
3825         * shell/ev-window.c: (uri_is_valid), (launch_external_uri):
3826
3827         Check whether uri is valid before launching it. Fixes bug #427664.
3828
3829 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3830
3831         * shell/ev-window.c:
3832
3833         Change key accelerator for Open a Copy menu entry which is in conflict
3834         with Close. Fixes bug #427321.
3835
3836 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3837
3838         * NEWS:
3839         * configure.ac:
3840         
3841         Update for release 0.8.1
3842
3843 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3844
3845         * shell/ev-window.c: (setup_size_from_metadata):
3846         
3847         Do not make window bigger than screen. Fixes bug 
3848         #388985.
3849
3850 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3851
3852         * backend/tiff/tiff-document.c: (tiff_document_get_resolution),
3853         (tiff_document_get_page_size), (tiff_document_render_pixbuf):
3854
3855         Use default resolution when it's not provided by document. Fixes bug
3856         #408762.
3857
3858 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3859
3860         * configure.ac:
3861         * thumbnailer/Makefile.am:
3862         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
3863         * thumbnailer/evince-thumbnailer.schemas.in:
3864         * thumbnailer/evince-thumbnailer-ps.schemas.in:
3865
3866         Add support for ps, eps and compressed documents thumbnails. Do not
3867         ignore size parameter. 
3868
3869 2007-04-07  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
3870
3871         * backend/dvi/dvi-document.c: (dvi_document_class_init), (hsb2rgb),
3872         (dvi_document_do_color_special):
3873         * backend/dvi/mdvi-lib/special.c: (register_builtin_specials):
3874
3875         Implement font color specials in the DVI backend. Fixes bug #303651.
3876
3877 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
3878
3879         Fixup the previous commit:
3880
3881         * shell/Makefile.am (SOURCES): Add xdg-user-dir-lookup.c
3882         * shell/xdg-user-dir-lookup.c: Make the function non-static
3883         * shell/ev-window.c: Don't include xdg-user-dir-lookup.c
3884
3885 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
3886
3887         * shell/ev-window.c (file_open_dialog_response_cb): Use
3888         the xdg-user-dirs DOCUMENTS folder as default folder when
3889         opening a file chooser.  (#424858)
3890
3891         * shell/xdg-user-dir-lookup.c: Copy-and-pasted file from
3892         xdg-user-dirs.
3893
3894 2007-03-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3895
3896         * shell/ev-window.c: (ev_window_load_job_cb):
3897
3898         Do not setup view from metadata on preview mode. 
3899
3900 2007-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3901
3902         * shell/main.c:
3903
3904         Use unlink-tempfile instead of unlink-temp-file. Fixes bug #421274. 
3905
3906 2007-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3907
3908         * shell/ev-view.c: (ev_view_primary_get_cb):
3909
3910         Check pointer != NULL before using it. Fixes bug #416841. 
3911
3912 2007-03-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3913
3914         * NEWS:
3915         * configure.ac:
3916         
3917         Release 0.8.0
3918
3919 2007-03-10  Carlos Garcia Campos  <carlosgc@gnome.org>
3920
3921         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
3922
3923         Do not render thumbnails when sidebar thumbnail page is not visible
3924         at startup. Fixes bug #416447. 
3925
3926 2007-03-07  Christian Kirbach  <Christian.Kirbach@googlemail.com>
3927
3928         * data/evince.desktop.in.in:
3929
3930         "Application" is not a valid category in the freedesktop specification.
3931
3932 2007-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
3933
3934         * libdocument/ev-file-helpers.[ch]: (compression_run),
3935         (ev_file_uncompress), (ev_file_compress):
3936         * shell/ev-window.c: (file_save_dialog_response_cb):
3937
3938         Save document compressed when saving a copy of a compressed document.
3939         Fixes bug #334542.
3940
3941 2007-02-23  Carlos Garcia Campos  <carlosgc@gnome.org>
3942
3943         * shell/ev-view.c: (ev_view_goto_window_key_press_event):
3944
3945         Allow deleting in goto window entry in presentation mode. 
3946
3947 2007-02-20  Kjartan Maraas  <kmaraas@gnome.org>
3948
3949         * Makefile.am: Dist MAINTAINERS.
3950
3951 2007-02-20  Carlos Garcia Campos  <carlosgc@gnome.org>
3952
3953         * shell/ev-window.c: (ev_window_update_actions):
3954
3955         Fix zoom shortcut keys when searching. Fixes bug #409828.
3956
3957 2007-02-18  Carlos Garcia Campos  <carlosgc@gnome.org>
3958
3959         * shell/ev-window.c: (ev_window_setup_document):
3960
3961         Fix crash when loading documents with only one page. 
3962
3963 2007-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
3964
3965         * backend/dvi/dvi-document.c:
3966         (dvi_document_thumbnails_get_dimensions),
3967         (dvi_document_thumbnails_get_thumbnail):
3968         * backend/impress/impress-document.c:
3969         (impress_document_thumbnails_get_thumbnail),
3970         (impress_document_thumbnails_get_dimensions):
3971         * backend/ps/ps-document.c: (ps_document_thumbnails_get_thumbnail),
3972         (ps_document_thumbnails_get_dimensions):
3973         * backend/djvu/djvu-document.c:
3974         (djvu_document_thumbnails_get_dimensions),
3975         (djvu_document_thumbnails_get_thumbnail):
3976         * backend/tiff/tiff-document.c:
3977         (tiff_document_thumbnails_get_thumbnail),
3978         (tiff_document_thumbnails_get_dimensions):
3979         * backend/pdf/ev-poppler.cc: (make_thumbnail_for_page),
3980         (pdf_document_thumbnails_get_thumbnail),
3981         (pdf_document_thumbnails_get_dimensions):
3982         * backend/comics/comics-document.c:
3983         (comics_document_thumbnails_get_thumbnail),
3984         (comics_document_thumbnails_get_dimensions):
3985         * backend/pixbuf/pixbuf-document.c:
3986         (pixbuf_document_thumbnails_get_thumbnail),
3987         (pixbuf_document_thumbnails_get_dimensions):
3988         * libdocument/ev-document-thumbnails.[ch]:
3989         (ev_document_thumbnails_get_thumbnail),
3990         (ev_document_thumbnails_get_dimensions):
3991         * libdocument/ev-document-misc.[ch]:
3992         (ev_document_misc_get_thumbnail_frame):
3993         * shell/ev-jobs.[ch]: (ev_job_thumbnail_dispose),
3994         (ev_job_thumbnail_new), (ev_job_thumbnail_run):
3995         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page), (add_range),
3996         (ev_sidebar_thumbnails_set_loading_icon), (refresh),
3997         (ev_sidebar_thumbnails_refresh):
3998         * shell/ev-window.c: (ev_window_setup_document):
3999         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
4000
4001         Use an EvRenderContext for rendering thumbnails instead of a suggested
4002         width, so that different sized pages get sized proportionally.
4003
4004 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
4005
4006         * shell/ev-view.c: (ev_view_button_press_event),
4007         (ev_view_key_press_event):
4008
4009         Fix critical warnings when there is no document loaded. 
4010
4011 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
4012
4013         * shell/ev-page-action-widget.c:
4014         * shell/ev-navigation-action.c:
4015         * shell/ev-window.c:
4016
4017         Fix compile warnings. 
4018
4019 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
4020
4021         * backend/djvu/djvu-text.h:
4022         * backend/djvu/djvu-document.c:
4023         * backend/djvu/djvu-text-page.c:
4024         * backend/djvu/djvu-links.c:
4025         * backend/djvu/djvu-text-page.h:
4026         * backend/djvu/djvu-text.c:
4027         
4028         Fix build on Mac. Fixes bug #392186. Patch by
4029         <ephraim_owns@hotmail.com>
4030
4031 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
4032
4033         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
4034
4035         Restore cairo context before rendering every page when printing a PDF
4036         document into a PDF file. 
4037
4038 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4039
4040         * backend/ps/gstypes.h:
4041         * backend/ps/ps-document.c: (ps_document_get_page_rotation),
4042         (ps_document_get_page_size), (ps_async_renderer_render_pixbuf),
4043         (ps_document_thumbnails_get_thumbnail):
4044
4045         Handle PostScript page orientation. Fixes bug #318568.
4046
4047 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4048
4049         * backend/ps/Makefile.am:
4050         * backend/ps/ps-document.[ch]: (ps_document_init), (ps_document_dispose),
4051         (document_load), (ps_document_load), (save_document),
4052         (save_page_list), (ps_document_get_n_pages),
4053         (ps_document_get_page_size), (ps_document_get_info),
4054         (ps_interpreter_page_rendered), (ps_async_renderer_render_pixbuf),
4055         (ps_interpreter_thumbnail_rendered), (ps_document_render_thumbnail),
4056         (ps_document_thumbnails_get_thumbnail),
4057         (ps_document_thumbnails_get_dimensions),
4058         (ps_document_document_thumbnails_iface_init):
4059         * backend/ps/ps.[ch]: (psgetpagebox):
4060         * backend/ps/ps-interpreter.[ch]:
4061
4062         Add support for thumbnails in ps backend. Fixes bug #164755. 
4063
4064 2007-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4065
4066         * NEWS:
4067         * configure.ac:
4068         
4069         Release 0.7.2
4070
4071 2007-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
4072
4073         * shell/ev-window.c: (ev_window_set_icon_from_thumbnail),
4074         (ev_window_clear_thumbnail_job), (ev_window_setup_document),
4075         (ev_window_dispose):
4076
4077         Use document thumbnail as window icon. Fixes bug #384442.
4078
4079 2007-02-11  Ed Catmur  <ed@catmur.co.uk>
4080
4081         * configure.ac:
4082
4083         Remove application/x-gzpostscript from EVINCE_MIME_TYPES which was
4084         duplicated adding application/x-bzpostscript instead. 
4085
4086 2007-02-11  Tom Parker  <palfrey@tevp.net>
4087
4088         * backend/ps/ps-document.c: (document_load):
4089
4090         Check return value of psscan before trying
4091         to use it. Fixes bug #372414.
4092
4093 2007-02-11  Carlos Garcia Campos  <carlosgc@gnome.org>
4094
4095         * shell/ev-page-cache.c: (ev_page_cache_finalize):
4096
4097         Fix invalid free in ev-page-cache. Fixes bug #404745.
4098
4099 2007-02-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4100
4101         * test/Makefile.am:
4102         * test/test3.py:
4103         
4104         Added reload test case.
4105
4106 2007-02-10  Carlos Garcia Campos  <carlosgc@gnome.org>
4107
4108         * po/POTFILES.in:
4109         * backend/djvu/djvu-document.c: (djvu_document_load):
4110
4111         Check whether there are missing files in indirect multipage djvu
4112         documents. Fixes bug #361683. 
4113
4114 2007-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4115
4116         * test/Makefile.am:
4117         * test/test-mime.bin:
4118         * test/test3.py:
4119         
4120         Added test for slow mime type
4121
4122 2007-02-06  Carlos Garcia Campos  <carlosgc@gnome.org>
4123
4124         * shell/ev-page-cache.c: (ev_page_cache_finalize):
4125
4126         Add some checks and call parent_class->finalize. Fixes bug #404745.
4127
4128 2007-02-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4129
4130         * shell/ev-navigation-action.c: (connect_proxy):
4131         
4132         Fixes dropdown history menu. Thanks a lot Carlos!
4133
4134 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
4135
4136         * backend/djvu/djvu-links.c: (str_to_utf8), (build_tree):
4137
4138         Make sure g_markup_escape_text receives a valid utf-8 string. Fixes
4139         bug #373715.
4140
4141 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
4142
4143         * backend/ps/ps.c: (psscan):
4144
4145         Fix memory leak. 
4146
4147 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4148
4149         * configure.ac:
4150         * libdocument/ev-file-helpers.c: 
4151
4152         Add missing libgnome/gnome-init.h header file. Fixes bug #396677.
4153
4154 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4155
4156         * configure.ac:
4157         * backend/ps/ps-document.c: (ps_document_init), (ps_document_dispose),
4158         (ps_interpreter_start), (document_load), (save_document),
4159         (save_page_list):
4160         * libdocument/ev-file-helpers.[ch]: (ev_file_uncompress):
4161         * libdocument/ev-document-factory.c:
4162         (ev_document_factory_get_from_mime), (get_document_from_uri),
4163         (free_uncompressed_uri), (ev_document_factory_get_document):
4164         * shell/ev-window.c: (ev_window_cmd_file_open_copy_at_dest):
4165
4166         Support for PDF, PS and EPS compressed files. Fixes bug #307087. 
4167
4168 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4169
4170         * libdocument/ev-document.h:
4171
4172         Fix typo in function name. 
4173
4174 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4175
4176         * backend/ps/ps-document.c: (ps_interpreter_finished),
4177         (ps_interpreter_start), (ps_interpreter_failed):
4178
4179         Handle ghostscript interpreter crashes. 
4180
4181 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
4182
4183         * shell/ev-window.c: (ev_window_open_uri),
4184         (window_configure_event_cb):
4185
4186         Setup window size and position before showing it. Fixes bug #401711.
4187
4188 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
4189
4190         * backend/ps/Makefile.am:
4191         * backend/ps/ps-document.[ch]: (ps_section_free), (ps_document_init),
4192         (ps_document_dispose), (ps_document_class_init),
4193         (ps_interpreter_input), (ps_interpreter_output),
4194         (ps_interpreter_error), (setup_interpreter_env),
4195         (ps_interpreter_start), (ps_interpreter_stop),
4196         (ps_interpreter_failed), (ps_interpreter_is_ready),
4197         (check_filecompressed), (document_load), (ps_document_load),
4198         (ps_document_get_n_pages), (setup_page), (setup_pixmap),
4199         (ps_document_widget_event), (send_ps), (ps_document_next_page),
4200         (render_page):
4201
4202         Rework ps-document. Code cleanups, remove deprecated code. 
4203
4204 2007-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
4205
4206         * shell/ev-view.c: (ev_view_button_press_event):
4207
4208         Do not start an image drag and drop operation when pointer is on 
4209         text, so that we can select text when the whole background is an
4210         image. 
4211
4212 2007-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
4213
4214         * shell/ev-window.c: (ev_window_update_actions): 
4215
4216         Disable all zoom related actions during presentation mode. 
4217
4218 2007-01-31  Esteban Sanchez  <esteban@steve-0.com>
4219
4220         * shell/ev-view.c: (ev_view_zoom_in), (ev_view_zoom_out):
4221
4222         Do not zoom in or out on presentation mode. Fixes bug #401305.
4223
4224 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4225
4226         * shell/ev-navigation-action.c: (connect_proxy),
4227         (create_menu_item), (ev_navigation_action_class_init):
4228         
4229         Correctly show menu and fix crash when navigaton 
4230         action is out of toolbar visible area.
4231
4232 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4233
4234         * data/Makefile.am:
4235         * data/evince.1:
4236         
4237         Added man file
4238
4239 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4240
4241         * help/reference/* :
4242         * configure.ac:
4243         
4244         Added gtk-doc based documentation for Evince.
4245         Still in initial state but I hope it will
4246         grow.
4247         
4248         * configure.ac:
4249         
4250         Lower dbus requirement to 0.70
4251
4252 2007-01-29  Carlos Garcia Campos  <carlosgc@gnome.org>
4253
4254         * shell/ev-window.c: (ev_window_add_history):
4255
4256         Fix memory leak. 
4257
4258 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4259
4260         * shell/ev-view.c: (ev_view_page_label_from_dest), (tip_from_link):
4261         * shell/ev-view.h:
4262         * shell/ev-window.c: (ev_window_add_history):
4263         
4264         Correctly handle named destination links
4265
4266 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4267
4268         * NOTES:
4269         * backend/djvu/djvu-links.c: (djvu_links_get_links_model):
4270         * backend/pdf/ev-poppler.cc:
4271         * libdocument/ev-document-links.h:
4272         * libdocument/ev-link.c: (ev_link_get_page):
4273         * libdocument/ev-link.h:
4274         * shell/ev-history.c: (ev_history_init), (ev_history_class_init),
4275         (ev_history_add_link):
4276         * shell/ev-history.h:
4277         * shell/ev-navigation-action.c: (activate_menu_item_cb),
4278         (new_history_menu_item), (build_menu):
4279         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
4280         * shell/ev-sidebar-links.c: (create_loading_model),
4281         (print_section_cb), (ev_sidebar_links_construct),
4282         (fill_page_labels), (update_page_callback_foreach),
4283         (update_page_callback), (job_finished_callback):
4284         * shell/ev-view.c: (ev_view_handle_link):
4285         * shell/ev-window.c: (ev_window_find_chapter),
4286         (ev_window_add_history), (view_handle_link_cb),
4287         (history_changed_cb):
4288         
4289         Implements another history variant
4290
4291 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
4292
4293         * shell/ev-window.c: (view_external_link_cb):
4294         * shell/ev-view.c: (ev_view_button_release_event):
4295
4296         Open links in new window when clicking with middle button. 
4297
4298 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4299
4300         * shell/ev-navigation-action.c: (new_history_menu_item):
4301         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
4302         * shell/ev-view.c: (ev_view_handle_link):
4303         * shell/ev-window.c:
4304         
4305         Store link before jump, not the destination. For me it 
4306         seems like more natural history behavior.
4307
4308 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4309
4310         * shell/ev-navigation-action.c: (activate_menu_item_cb),
4311         (ev_navigation_action_class_init):
4312         * shell/ev-navigation-action.h:
4313         * shell/ev-page-action.c: (activate_cb):
4314         * shell/ev-page-cache.c: (ev_page_cache_class_init),
4315         (ev_page_cache_set_current_page_history):
4316         * shell/ev-page-cache.h:
4317         * shell/ev-sidebar-thumbnails.c:
4318         (ev_sidebar_tree_selection_changed),
4319         (ev_sidebar_icon_selection_changed), (page_changed_cb):
4320         * shell/ev-view-private.h:
4321         * shell/ev-view.c: (ev_view_handle_link), (ev_view_class_init):
4322         * shell/ev-view.h:
4323         * shell/ev-window.c: (page_changed_cb), (history_changed_cb),
4324         (ev_window_setup_document), (ev_window_load_job_cb):
4325         * shell/ev-window.h:
4326         
4327         History finally works as expected.
4328
4329 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
4330
4331         * shell/ev-sidebar-links.c: (ev_sidebar_links_map):
4332
4333         Do not update links treeview if it doesn't have a model assigned yet. 
4334
4335 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
4336
4337         * shell/ev-sidebar-links.c: (ev_sidebar_links_map),
4338         (ev_sidebar_links_class_init), (update_page_callback):
4339
4340         Do not update links treeview when sidepane is not visible. 
4341
4342 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4343
4344         * shell/ev-marshal.list:
4345         * shell/ev-page-action.c: (activate_cb),
4346         (ev_page_action_class_init):
4347         * shell/ev-page-action.h:
4348         * shell/ev-page-cache.c: (ev_page_cache_set_page_label):
4349         * shell/ev-window.c:
4350         
4351         Remove activate_link signal, not required.
4352
4353 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4354
4355         * shell/ev-navigation-action.c: (build_menu):
4356         
4357         Reorder menu items and build menu with fixed length.
4358
4359 2007-01-27  Ed Catmur  <ed@catmur.co.uk>
4360
4361         * shell/ev-view.c: (get_selected_text):
4362         
4363         Normalize text to fix ligatures problem. See bug
4364         #341947 for details.
4365
4366 2007-01-25  Carlos Garcia Campos  <carlosgc@gnome.org>
4367
4368         * shell/ev-page-cache.c: (ev_page_cache_finalize):
4369
4370         Fix memory leak in ev-page-cache. 
4371
4372 2007-01-25  Tom Parker <palfrey@tevp.net>
4373
4374         * backend/impress/impress-document.c: (impress_document_load),
4375         (impress_document_finalize), (impress_document_init):
4376         * properties/ev-properties-main.c: (ev_properties_get_pages):
4377         
4378         Correctly handle impress document errors. Fixes nautilus
4379         crash in property page #370491.
4380
4381 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
4382
4383         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
4384         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
4385         (ev_job_queue_remove_job):
4386         * shell/ev-jobs.[ch]: (ev_job_load_init), (ev_job_load_class_init),
4387         (ev_job_load_dispose), (ev_job_load_new), (ev_job_load_set_uri),
4388         (ev_job_load_run):
4389         * shell/ev-window.c: (ev_window_is_empty), (password_dialog_response),
4390         (ev_window_popup_password_dialog), (ev_window_clear_load_job),
4391         (ev_window_load_job_cb), (xfer_update_progress_callback),
4392         (ev_window_open_uri), (ev_window_dispose):
4393         * shell/main.c: (main):
4394
4395         Do file transfer asynchronously in the main thread instead of
4396         synchronously in the load thread. Fixes bugs #399694, #398307 and
4397         #343542.
4398
4399 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
4400
4401         * shell/ev-jobs.c: (ev_job_xfer_run):
4402
4403         Load the document with the font-config lock held. 
4404
4405 2007-01-23  Carlos Garcia Campos  <carlosgc@gnome.org>
4406
4407         * backend/ps/ps-document.c: (start_interpreter):
4408
4409         Fix memory leaks in ps backend. 
4410
4411 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
4412
4413         * backend/impress/impress-document.c:
4414         (impress_document_render_pixbuf):
4415
4416         Do not acquire fontconfig lock in impress backend, since it is using
4417         the main loop for rendering. 
4418
4419 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
4420
4421         * po/POTFILES.in: 
4422
4423         Remove mdvi files that shouldn't be translated. 
4424
4425 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
4426
4427         * shell/ev-view-private.h:
4428         * shell/ev-view.c: (draw_loading_text), (ev_view_destroy),
4429         (ev_view_set_zoom):
4430
4431         Render "loading..." text into a cairo surface instead of directly into
4432         the window so that fontconfig lock is only needed once and UI is not
4433         blocked. Change text color to #9B9B9B. Fixes bug #397356.
4434
4435 2007-01-19  Carlos Garcia Campos  <carlosgc@gnome.org>
4436
4437         * shell/ev-stock-icons.c: (ev_stock_icons_init):
4438         * shell/ev-application.c: (ev_application_open_uri_at_dest):
4439
4440         Use icon theme associated with the window screen rather than default. 
4441
4442 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
4443
4444         * configure.ac:
4445
4446         Fix a typo in previous commit (24x24/action/ --> 24x24/actions)
4447
4448 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
4449
4450         * data/icons/*/apps/evince.*:
4451
4452         Move Evince icons under new apps directory.
4453
4454         * data/icons/*/actions/*:
4455
4456         Add new custom themeable Evince icons: view-page-continuous, 
4457         view-page-facing, zoom-fit-width, zoom-fit-page. From Andreas
4458         Nilsson, at 16 and 22 pixels (plus 24 for compatibility).
4459
4460         * configure.ac:
4461
4462         Add new directories to AC_CONFIG_FILES.
4463
4464         * shell/ev-stock-icons.c:
4465         * shell/ev-stock-icons.h:
4466
4467         Use new custom themeable icons.
4468
4469 2007-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4470
4471         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
4472
4473         Do not draw white background page in presentation mode. 
4474
4475 2007-01-16  Jani Monoses <jani.monoses@gmail.com>
4476
4477         * shell/ev-view.c: Remove unused gnome-vfs include.
4478
4479 2007-01-16  Theppitak Karoonboonyanan  <thep@linux.thai.net>
4480
4481         * backend/dvi/mdvi-lib/fontmap.c: (mdvi_load_fontmap):
4482         
4483         Format string is corrected, fixes bug #397129.
4484
4485 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4486
4487         * shell/ev-window.c: (ev_window_setup_recent):
4488
4489         Do not include in recent menu inexistent documents. Fixes
4490         bug #339171.
4491
4492 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4493
4494         * po/POTFILES.skip: 
4495
4496         Update POTFILES.skip file according to current source tree. 
4497
4498 2007-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4499
4500         * shell/ev-window.c: (file_save_dialog_response_cb):
4501
4502         Do Save a copy in atomic way. Fixes bug #328266. 
4503
4504 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
4505
4506         * shell/ev-sidebar-links.c: (update_page_callback_foreach):
4507
4508         Keep selected cell always visible in index treeview.
4509
4510 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
4511         
4512         * shell/ev-view.c: (ev_view_size_allocate):
4513
4514         Restore horizontal scrollbar after switching to/from fullscreen
4515         or presentation mode. Fixes bug #331728.
4516
4517 2007-01-11  Carlos Garcia Campos  <carlosgc@gnome.org>
4518
4519         * shell/ev-view-private.h:
4520         * shell/ev-window.c: (ev_window_screen_changed), (ev_window_init):
4521         * shell/ev-view.[ch]: (ev_view_class_init), (ev_view_set_zoom),
4522         (ev_view_set_screen_dpi), (ev_view_can_zoom_in),
4523         (ev_view_can_zoom_out):
4524
4525         Use max and min scale values in the view iby taking dpi into account. 
4526
4527 2007-01-10  Carlos Garcia Campos  <carlosgc@gnome.org>
4528
4529         * configure.ac:
4530         * NEWS:
4531
4532         Release 0.7.1
4533
4534 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4535
4536         * shell/ev-window.c: (ev_window_print_send):
4537
4538         Send print job to printer with some settings set to default values,
4539         since we have already exported to a file according to such settings
4540         and they could be taken twice by some printers. 
4541
4542 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4543
4544         * shell/ev-jobs.c: (ev_job_xfer_run):
4545         * shell/ev-application.c: (ev_application_open_uri_at_dest):
4546
4547         Show main window and load document with the font-config lock held. 
4548
4549 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4550
4551         * configure.ac:
4552         * shell/ev-application.c: (ev_application_register_service):
4553         * shell/main.c: (load_files_remote):
4554
4555         Bump requirements to dbus-glib 0.71 and drop all ifdefs used.
4556
4557 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4558
4559         * doc/debugging.txt:
4560         
4561         Remove obsolete documentation.
4562
4563 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4564
4565         * Makefile.am:
4566         * backend/Makefile.am:
4567         * backend/comics/Makefile.am:
4568         * backend/djvu/Makefile.am:
4569         * backend/dvi/Makefile.am:
4570         * backend/ev-async-renderer.c:
4571         * backend/ev-async-renderer.h:
4572         * backend/ev-attachment.c:
4573         * backend/ev-attachment.h:
4574         * backend/ev-backend-marshal.c:
4575         * backend/ev-document-factory.c:
4576         * backend/ev-document-factory.h:
4577         * backend/ev-document-find.c:
4578         * backend/ev-document-find.h:
4579         * backend/ev-document-fonts.c:
4580         * backend/ev-document-fonts.h:
4581         * backend/ev-document-images.c:
4582         * backend/ev-document-images.h:
4583         * backend/ev-document-info.h:
4584         * backend/ev-document-links.c:
4585         * backend/ev-document-links.h:
4586         * backend/ev-document-misc.c:
4587         * backend/ev-document-misc.h:
4588         * backend/ev-document-security.c:
4589         * backend/ev-document-security.h:
4590         * backend/ev-document-thumbnails.c:
4591         * backend/ev-document-thumbnails.h:
4592         * backend/ev-document-transition.c:
4593         * backend/ev-document-transition.h:
4594         * backend/ev-document.c:
4595         * backend/ev-document.h:
4596         * backend/ev-file-exporter.c:
4597         * backend/ev-file-exporter.h:
4598         * backend/ev-image.c:
4599         * backend/ev-image.h:
4600         * backend/ev-link-action.c:
4601         * backend/ev-link-action.h:
4602         * backend/ev-link-dest.c:
4603         * backend/ev-link-dest.h:
4604         * backend/ev-link.c:
4605         * backend/ev-link.h:
4606         * backend/ev-render-context.c:
4607         * backend/ev-render-context.h:
4608         * backend/ev-selection.c:
4609         * backend/ev-selection.h:
4610         * backend/impress/Makefile.am:
4611         * backend/pdf/Makefile.am:
4612         * backend/pixbuf/Makefile.am:
4613         * backend/ps/Makefile.am:
4614         * backend/ps/ps-document.c: (push_pixbuf), (interpreter_failed),
4615         (ps_document_widget_event), (setup_pixmap), (setup_page), (input),
4616         (start_interpreter), (stop_interpreter), (document_load),
4617         (ps_document_next_page), (render_page):
4618         * backend/tiff/Makefile.am:
4619         * comics/Makefile.am:
4620         * comics/comics-document.c:
4621         * comics/comics-document.h:
4622         * configure.ac:
4623         * cut-n-paste/zoom-control/ephy-zoom-control.c:
4624         * djvu/Makefile.am:
4625         * djvu/djvu-document-private.h:
4626         * djvu/djvu-document.c:
4627         * djvu/djvu-document.h:
4628         * djvu/djvu-links.c:
4629         * djvu/djvu-links.h:
4630         * djvu/djvu-text-page.c:
4631         * djvu/djvu-text-page.h:
4632         * djvu/djvu-text.c:
4633         * djvu/djvu-text.h:
4634         * dvi/Makefile.am:
4635         * dvi/dvi-document.c:
4636         * dvi/dvi-document.h:
4637         * dvi/fonts.c:
4638         * dvi/fonts.h:
4639         * dvi/mdvi-lib/Makefile.am:
4640         * dvi/mdvi-lib/afmparse.c:
4641         * dvi/mdvi-lib/afmparse.h:
4642         * dvi/mdvi-lib/bitmap.c:
4643         * dvi/mdvi-lib/bitmap.h:
4644         * dvi/mdvi-lib/color.c:
4645         * dvi/mdvi-lib/color.h:
4646         * dvi/mdvi-lib/common.c:
4647         * dvi/mdvi-lib/common.h:
4648         * dvi/mdvi-lib/defaults.h:
4649         * dvi/mdvi-lib/dvimisc.c:
4650         * dvi/mdvi-lib/dviopcodes.h:
4651         * dvi/mdvi-lib/dviread.c:
4652         * dvi/mdvi-lib/files.c:
4653         * dvi/mdvi-lib/font.c:
4654         * dvi/mdvi-lib/fontmap.c:
4655         * dvi/mdvi-lib/fontmap.h:
4656         * dvi/mdvi-lib/fontsrch.c:
4657         * dvi/mdvi-lib/gf.c:
4658         * dvi/mdvi-lib/hash.c:
4659         * dvi/mdvi-lib/hash.h:
4660         * dvi/mdvi-lib/list.c:
4661         * dvi/mdvi-lib/mdvi.h:
4662         * dvi/mdvi-lib/pagesel.c:
4663         * dvi/mdvi-lib/paper.c:
4664         * dvi/mdvi-lib/paper.h:
4665         * dvi/mdvi-lib/pk.c:
4666         * dvi/mdvi-lib/private.h:
4667         * dvi/mdvi-lib/setup.c:
4668         * dvi/mdvi-lib/sp-epsf.c:
4669         * dvi/mdvi-lib/special.c:
4670         * dvi/mdvi-lib/sysdeps.h:
4671         * dvi/mdvi-lib/t1.c:
4672         * dvi/mdvi-lib/tfm.c:
4673         * dvi/mdvi-lib/tfmfile.c:
4674         * dvi/mdvi-lib/tt.c:
4675         * dvi/mdvi-lib/util.c:
4676         * dvi/mdvi-lib/vf.c:
4677         * dvi/pixbuf-device.c:
4678         * dvi/pixbuf-device.h:
4679         * impress/Makefile.am:
4680         * impress/common.h:
4681         * impress/document.c:
4682         * impress/f_oasis.c:
4683         * impress/f_oo13.c:
4684         * impress/iksemel.c:
4685         * impress/iksemel.h:
4686         * impress/imposter.h:
4687         * impress/impress-document.c:
4688         * impress/impress-document.h:
4689         * impress/internal.h:
4690         * impress/r_back.c:
4691         * impress/r_draw.c:
4692         * impress/r_geometry.c:
4693         * impress/r_gradient.c:
4694         * impress/r_style.c:
4695         * impress/r_text.c:
4696         * impress/render.c:
4697         * impress/render.h:
4698         * impress/zip.c:
4699         * impress/zip.h:
4700         * lib/Makefile.am:
4701         * lib/ev-debug.c:
4702         * lib/ev-debug.h:
4703         * lib/ev-file-helpers.c:
4704         * lib/ev-file-helpers.h:
4705         * lib/ev-gui.c:
4706         * lib/ev-gui.h:
4707         * lib/ev-tooltip.c:
4708         * lib/ev-tooltip.h:
4709         * libdocument/Makefile.am:
4710         * libdocument/ev-file-helpers.c:
4711         * pdf/Makefile.am:
4712         * pdf/ev-poppler.cc:
4713         * pdf/ev-poppler.h:
4714         * pixbuf/Makefile.am:
4715         * pixbuf/pixbuf-document.c:
4716         * pixbuf/pixbuf-document.h:
4717         * properties/Makefile.am:
4718         * ps/Makefile.am:
4719         * ps/gsdefaults.c:
4720         * ps/gsdefaults.h:
4721         * ps/gsio.c:
4722         * ps/gsio.h:
4723         * ps/gstypes.h:
4724         * ps/ps-document.c:
4725         * ps/ps-document.h:
4726         * ps/ps.c:
4727         * ps/ps.h:
4728         * shell/Makefile.am:
4729         * shell/ev-application.h:
4730         * shell/ev-sidebar-links.c:
4731         * shell/ev-sidebar-links.h:
4732         * shell/ev-utils.c: (ev_gui_sanitise_popup_position),
4733         (ev_gui_menu_position_tree_selection):
4734         * shell/ev-utils.h:
4735         * shell/ev-view.c: (ev_view_finalize):
4736         * shell/ev-window.c:
4737         * shell/main.c: (main):
4738         * thumbnailer/Makefile.am:
4739         * tiff/Makefile.am:
4740         * tiff/tiff-document.c:
4741         * tiff/tiff-document.h:
4742         * tiff/tiff2ps.c:
4743         * tiff/tiff2ps.h:
4744         
4745         Reorganize source tree.
4746
4747 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4748
4749         * backend/ev-document-factory.c:
4750
4751         Do not include ev-poppler.h when pdf is disabled. 
4752
4753 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
4754
4755         * configure.ac:
4756         * data/evince-ui.xml:
4757         * pdf/ev-poppler.cc: (pdf_document_images_get_images),
4758         (pdf_document_document_images_iface_init):
4759         * backend/Makefile.am:
4760         * backend/ev-document-images.[ch]:
4761         * backend/ev-image.[ch]:
4762         * lib/ev-file-helpers.[ch]: (ev_tmp_filename):
4763         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run),
4764         (ev_job_xfer_run):
4765         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
4766         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
4767         (ev_pixbuf_cache_get_image_mapping):
4768         * shell/ev-window.c: (view_menu_link_popup), (view_menu_image_popup),
4769         (view_menu_popup_cb), (ev_window_dispose),
4770         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
4771         (ev_view_popup_cmd_copy_image):
4772         * shell/ev-view-private.h:
4773         * shell/ev-view.c: (ev_view_get_image_at_location),
4774         (ev_view_do_popup_menu), (ev_view_popup_menu),
4775         (ev_view_button_press_event), (ev_view_drag_data_get),
4776         (ev_view_drag_motion), (ev_view_drag_data_received),
4777         (ev_view_motion_notify_event), (ev_view_button_release_event),
4778         (ev_view_finalize), (ev_view_class_init):
4779
4780         Add image handling support. Fixes bugs #310008 and #325047. Images
4781         selection is not supported yet. 
4782
4783 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
4784
4785         * shell/ev-window.c: (drag_data_received_cb), (ev_window_init):
4786         * shell/ev-view.c: (ev_view_drag_data_received), (ev_view_class_init),
4787         (ev_view_init):
4788
4789         Move view drag and drop stuff to ev-view.
4790
4791 2007-01-05  Carlos Garcia Campos  <carlosgc@gnome.org>
4792
4793         * shell/ev-pixbuf-cache.c: (clear_job_selection):
4794         * shell/ev-view.c: (clear_selection): 
4795
4796         Clear selection also in pixbuf cache.
4797
4798 2007-01-02  Luca Ferretti <elle.uca@libero.it>
4799
4800         * data/evince.desktop.in.in:
4801         
4802         Change icon name in desktop file. See bug #390734
4803         for details.
4804
4805 2006-12-28  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4806
4807         * thumbnailer/Makefile.am:
4808
4809         Use top_builddir instead top_srcdir for generated schema
4810         file installation. Fixes bug #390161.
4811
4812 2006-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
4813
4814         * configure.ac:
4815         * backend/Makefile.am:
4816         * backend/ev-document-transition.[ch]:
4817         * pdf/ev-poppler.cc: (pdf_document_get_page_duration),
4818         (pdf_document_page_transition_iface_init):
4819         * shell/ev-view-private.h:
4820         * shell/ev-view.c: (ev_view_destroy), (page_changed_cb),
4821         (ev_view_set_presentation), (transition_next_page),
4822         (ev_view_presentation_transition_stop),
4823         (ev_view_presentation_transition_start), (ev_view_next_page):
4824
4825         Add page transition support in presentation mode. At the moment only
4826         page duration is supported, but not transition effects. Fixes bug
4827         #309815.
4828
4829 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
4830
4831         * backend/ev-document-links.c: (ev_document_links_find_link_dest):
4832
4833         Run find_link_dest with document lock held, since it's called by links
4834         thread and main thread at the same time. 
4835
4836 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
4837
4838         * shell/ev-view.c: (goto_dest):
4839
4840         Update page-cache when page is changed by the view, so that
4841         page-changed signal is emitted. 
4842
4843 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
4844
4845         * test/test1.py:
4846         * test/test2.py:
4847
4848         Use C locale in tests. 
4849
4850 2006-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
4851
4852         * shell/ev-window.c: (ev_window_run_presentation):
4853         * shell/ev-view-private.h:
4854         * shell/ev-view.c: (ev_view_set_presentation):
4855
4856         Restore zoom settings when back from presentation mode. 
4857
4858 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4859
4860         * shell/ev-window.c: (ev_window_run_presentation):
4861
4862         Always use "best fit" zoom in presentation mode.
4863         Fixes bug #389195.
4864
4865 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4866
4867         * shell/ev-view.c: (ev_view_goto_window_create):
4868
4869         Show "Jump to page" label in the page jumping popup in
4870         presentation mode instead of just a GtkEntry.
4871
4872 2006-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
4873
4874         * shell/ev-window.c: (launch_external_uri):
4875
4876         Do not escape uri before calling gnome_vfs_url_show(). Fixes bug
4877         #378085.
4878
4879 2006-12-22  Elijah Newren  <newren gmail com>
4880
4881         * configure.ac: explicitly check for libxml2.  Fixes #388795
4882
4883 2006-12-22  Carlos Garcia Campos  <carlosgc@gnome.org>
4884
4885         * shell/ev-view-private.h:
4886         * shell/ev-view.c: (send_focus_change), (ev_view_goto_window_hide),
4887         (ev_view_goto_window_delete_event), (key_is_numeric),
4888         (ev_view_goto_window_key_press_event),
4889         (ev_view_goto_window_button_press_event),
4890         (ev_view_goto_entry_activate), (ev_view_goto_window_create),
4891         (ev_view_goto_entry_grab_focus), (ev_view_goto_window_send_key_event),
4892         (ev_view_key_press_event), (ev_view_focus_out), (ev_view_destroy):
4893
4894         Allow jumping to another page by typing a page number in presentation
4895         mode. It uses a popup window with an entry. Fixes bug #353625.
4896
4897 2006-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4898
4899         * configure.ac:
4900         * properties/ev-properties-view.c: (ev_get_default_user_units),
4901         (ev_regular_paper_size):
4902         
4903         Check for NL_MEASUREMENT. Fixes bug #376469. Thanks
4904         to Damien Carbery <damien.carbery@sun.com> and
4905         Yevgen Muntyan <muntyan@tamu.edu>.
4906
4907 2006-12-20  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4908
4909         * shell/ev-window.c: (setup_document_from_metadata):
4910
4911         Make sure Evince doesn't restore the view on the last
4912         page when a document is reopened. Fixes bug #383381.
4913
4914 2006-12-18  Jens Granseuer  <jensgr@gmx.net>
4915
4916         * shell/ev-view.c: (draw_loading_text):
4917
4918         Fix compilation with older compilers like gcc 2. Fixes bug #387237.
4919
4920 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4921
4922         * configure.ac:
4923         * NEWS:
4924
4925         Release 0.7.0
4926
4927 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4928
4929         * configure.ac:
4930         * pdf/ev-poppler.cc: (pdf_print_context_free),
4931         (pdf_document_file_exporter_begin),
4932         (pdf_document_file_exporter_do_page):
4933
4934         Make cairo-pdf depedency optional. 
4935
4936 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4937
4938         * shell/ev-print-job.c: (idle_print_handler), (ev_print_job_print):
4939
4940         Use ev_file_exporter instead of ev_ps_exporter in ev-print-job.
4941
4942 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4943
4944         * backend/ev-document.[ch]: (ev_document_get_fc_mutex),
4945         (ev_document_fc_mutex_lock), (ev_document_fc_mutex_unlock):
4946         * pdf/ev-poppler.cc: (make_thumbnail_for_size):
4947         * shell/ev-jobs.c: (ev_job_render_run), (ev_job_fonts_run):
4948         * shell/ev-view.c: (draw_loading_text):
4949         * shell/ev-window.c: (ev_window_cmd_file_properties):
4950
4951         Use an specific lock for FontConfig. Hopefully it fixes some crashes
4952         related to using FontConfig from different threads.
4953         
4954 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4955
4956         * shell/ev-view.c: (draw_loading_text):
4957
4958         Acquire lock document when drawing "Loading..." text so that only one
4959         thread will use FontConfig at the same time. Fixes bug #374750.
4960
4961 2006-12-15  Carlos Garcia Campos  <carlosgc@gnome.org>
4962
4963         * shell/ev-page-action.[ch]: (activate_cb):
4964         * shell/ev-window.c: (activate_label_cb):
4965
4966         Check if text inserted in page entry is a valid page number when it
4967         doesn't match to any document page label. Fixes bug #383165.
4968
4969 2006-12-14  Julien Rebetez,  <julienr@cvs.gnome.org>
4970         * shell/ev-window.c:
4971
4972         GTK_STOCK_SELECT_ALL is used in menu definition, but isn't
4973         available with GTK < 2.10. Added an ifdef to avoid compilation
4974         error.
4975
4976 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4977
4978         * configure.ac:
4979         * ps/ps-document.c: (start_interpreter), (ps_document_next_page):
4980
4981         Fix ps backend in multihead systems.
4982
4983 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4984
4985         * ps/ps-document.c: (setup_page), (ps_document_get_page_size):
4986         * shell/ev-window.c: (ev_window_get_screen_dpi),
4987         (ev_window_update_actions), (setup_view_from_metadata),
4988         (ev_window_zoom_changed_cb), (zoom_control_changed_cb):
4989
4990         Take screen DPI into account when zooming. Fixes bug #318285.
4991
4992 2006-12-14  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4993
4994         * data/Makefile.am:
4995
4996         Cleaned up/slightly refactored Makefile.am. Added GConf
4997         schemas uninstallation as well.
4998
4999 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5000
5001         * Makefile.am:
5002         * test/Makefile.am:
5003
5004         Fight with autotools to fix make check. Make distcheck
5005         works fine as well now!
5006
5007 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5008
5009         * shell/ev-view.c: (draw_end_presentation_page):
5010
5011         Corrected "end of presentation" string.
5012
5013 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5014
5015         * shell/ev-view.c: (ev_view_key_press_event):
5016
5017         Correctly propagate key press event so that up/down keys
5018         work as expected (correct behaviour was broken by
5019         black/white screen key bindings for presentations).
5020
5021 2006-12-13  Carlos Garcia Campos  <carlosgc@gnome.org>
5022
5023         * pdf/ev-poppler.cc: (pdf_document_find_get_n_results),
5024         (pdf_document_find_get_result), (pdf_document_find_page_has_results),
5025         (pdf_document_find_get_progress), (pdf_selection_render_selection),
5026         (pdf_selection_get_selection_region),
5027         (pdf_selection_get_selection_map):
5028
5029         Add "static" to some private functions. 
5030
5031 2006-12-13  P. Henrique Silva  <ph.silva@gmail.com>
5032
5033         * lib/ev-tooltip.h:
5034         * properties/ev-properties-view.h:
5035         * shell/ev-jobs.h:
5036         * shell/ev-properties-dialog.h:
5037         * shell/ev-properties-fonts.h:
5038         * shell/ev-sidebar-links.h:
5039         * shell/ev-sidebar-thumbnails.h:
5040         * shell/ev-sidebar.h:
5041         * shell/ev-window.h:
5042         
5043         Fixes CHACK type in class casts. See bug #385343
5044         for details.
5045
5046 2006-12-10  Carlos Garcia Campos  <carlosgc@gnome.org>
5047
5048         * shell/ev-view-private.h:
5049         * shell/ev-view.c: (draw_end_presentation_page),
5050         (ev_view_expose_event), (ev_view_key_press_event),
5051         (ev_view_class_init), (ev_view_init):
5052
5053         Blank screen in presentation mode when pressing 'b' (filling with
5054         black) or 'w' (filling with white) keys. Fixes bug #358132.
5055
5056 2006-12-09  Gabriel Felipe Cornejo  <gnomeusr@gmail.com>
5057
5058         * data/evince-toolbar.xml:
5059         * shell/ev-window.c:
5060         
5061         Use stock icon for Select All action. Fixes
5062         bug #382652.
5063
5064 2006-12-09  Radoslav Dorcik  <dixiecko@gmail.com>
5065
5066         * shell/ev-view.c: (get_doc_point_from_offset),
5067         (ev_view_get_link_at_location), (ev_view_motion_notify_event):
5068
5069         Add links support in rotated documents. Fixes bug #343733.
5070
5071 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
5072
5073         * shell/ev-view-private.h:
5074         * shell/ev-view.c: (draw_end_presentation_page),
5075         (ev_view_expose_event), (ev_view_init), (ev_view_set_presentation):
5076
5077         Show a blank page after the last page in presentation mode with a
5078         message indicating that presentation has finished and how to exit. 
5079
5080 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
5081
5082         * shell/ev-window.c: (fullscreen_timeout_cb):
5083
5084         Hide cursor after a while in presentation mode. 
5085
5086 2006-12-04  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5087
5088         * backend/ev-document-info.h:
5089         * data/evince-properties.glade:
5090         * pdf/ev-poppler.cc:
5091         * properties/ev-properties-view.c: (ev_regular_paper_size),
5092         (ev_properties_view_set_info):
5093         * ps/ps-document.c: (ps_document_get_info):
5094
5095         Adds a paper size field to the properties dialog. Fixes
5096         bug #307315. Patch by Kasper Svendsen (with some i18n
5097         changes done by me).
5098
5099 2006-12-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5100
5101         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
5102         (screensaver_init_dbus), (totem_scrsaver_new),
5103         (totem_scrsaver_init):
5104         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
5105         * shell/ev-application.c: (ev_application_register_service),
5106         (ev_application_screensaver_enable),
5107         (ev_application_screensaver_disable):
5108         * shell/ev-application.h:
5109         * shell/ev-window.c: (ev_window_run_presentation),
5110         (ev_window_stop_presentation), (build_comments_string),
5111         (ev_window_init):
5112         
5113         Move screensaver handling to application. No more
5114         message on startup.
5115
5116 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5117
5118         * configure.ac:
5119         * backend/Makefile.am:
5120         * backend/ev-file-exporter.[ch]:
5121         * pdf/ev-poppler.cc: (pdf_document_file_exporter_*):
5122         * ps/ps-document.c: (ps_document_file_exporter_*):
5123         * tiff/tiff-document.c: (tiff_document_document_file_exporter_*):
5124         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
5125         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
5126         (ev_window_print_dialog_response_cb), (ev_window_print_range):
5127
5128         Allow printing to PDF when suppoted by the backend.
5129         
5130 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5131
5132         * shell/ev-window.c: (build_comments_string):
5133
5134         Use always "Document Viewer" in about dialog. 
5135
5136 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5137
5138         * djvu/djvu-document.c: (djvu_document_get_page_size):
5139
5140         Display a warning message when get_pageinfo fails. 
5141
5142 2006-11-30  Yevgen Muntyan  <muntyan@tamu.edu>
5143
5144         * Makefile.am:
5145         * backend/Makefile.am:
5146         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
5147         * configure.ac:
5148         * shell/ev-window.c: (build_comments_string):
5149         
5150         Make pdf compilation optional. See bug #38007.
5151
5152 2006-11-30  Carlos Garcia Campos  <carlosgc@gnome.org>
5153
5154         * ps/ps.c: (get_next_text):
5155
5156         Fix CVE-2006-5864.
5157
5158 2006-11-22  Carlos Garcia Campos  <carlosgc@gnome.org>
5159
5160         * shell/ev-history.c: (ev_history_finalize), (ev_history_class_init):
5161         * shell/ev-navigation-action.c: (connect_proxy),
5162         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
5163         
5164         Do not call g_type_class_peek_parent twice.
5165
5166 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5167
5168         * configure.ac:
5169         * data/icons/24x24/.cvsignore:
5170         * data/icons/24x24/Makefile.am:
5171         * data/icons/24x24/evince.png:
5172         * data/icons/Makefile.am:
5173         
5174         Add 24x24 icon. Thanks to 
5175         Michael Monreal <infernux@web.de>.
5176
5177 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5178
5179         * configure.ac: Fix typo in configure.ac. Thanks
5180         to dmacks@netspace.org for notification.
5181
5182 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5183
5184         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
5185         
5186         Drop dbus include, fixes compilation with older dbus.
5187
5188 2006-11-22  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5189
5190         * configure.ac:
5191         * cut-n-paste/Makefile.am:
5192         * cut-n-paste/totem-screensaver/.cvsignore
5193         * cut-n-paste/totem-screensaver/Makefile.am:
5194         * cut-n-paste/totem-screensaver/README:
5195         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
5196         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
5197         * shell/Makefile.am:
5198         * shell/ev-window.c: (ev_window_run_presentation),
5199         (ev_window_stop_presentation), (ev_window_cmd_help_about),
5200         (ev_window_init):
5201
5202         Implemented screensaver enabling/disabling for
5203         presentation mode (not fullscreen mode). Code stolen
5204         from Totem (with some minor tweaks). Fixes bug #338889.
5205
5206 2006-11-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5207
5208         * configure.ac:
5209
5210         Bump gnome-icon-theme requirements. We use the rotation
5211         icons that appeared recently.
5212
5213 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5214
5215         * shell/ev-history.c: (ev_history_add_page):
5216         * shell/ev-history.h:
5217         * shell/ev-window.c: (page_changed_cb):
5218         
5219         Use page labels instead of numbers.
5220
5221 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5222
5223         * data/evince-toolbar.xml:
5224         * po/POTFILES.in:
5225         * shell/Makefile.am:
5226         * shell/ev-navigation-action-widget.c:
5227         (ev_navigation_action_widget_init),
5228         (ev_navigation_action_widget_class_init), (menu_deactivate_cb),
5229         (menu_detacher), (ev_navigation_action_widget_set_menu),
5230         (menu_position_func), (popup_menu_under_arrow),
5231         (ev_navigation_action_widget_toggled),
5232         (ev_navigation_action_widget_button_press_event):
5233         * shell/ev-navigation-action-widget.h:
5234         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
5235         (ev_navigation_action_set_window), (activate_menu_item_cb),
5236         (new_history_menu_item), (new_empty_history_menu_item),
5237         (build_menu), (menu_activated_cb), (connect_proxy),
5238         (create_tool_item), (ev_navigation_action_init),
5239         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
5240         * shell/ev-navigation-action.h:
5241         * shell/ev-page-action-widget.c: (ev_page_action_widget_init),
5242         (ev_page_action_widget_set_page_cache),
5243         (ev_page_action_widget_finalize),
5244         (ev_page_action_widget_class_init), (match_selected_cb),
5245         (display_completion_text), (match_completion), (build_new_tree_cb),
5246         (get_filter_model_from_model),
5247         (ev_page_action_widget_update_model):
5248         * shell/ev-page-action-widget.h:
5249         * shell/ev-page-action.c: (activate_link_cb), (update_model),
5250         (connect_proxy):
5251         * shell/ev-page-action.h:
5252         * shell/ev-stock-icons.c:
5253         * shell/ev-stock-icons.h:
5254         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
5255         (page_changed_cb), (ev_window_setup_document), (ev_window_dispose),
5256         (register_custom_actions):
5257         * shell/main.c:
5258         
5259         Preliminary history implementation
5260
5261 2006-11-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5262
5263         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_finalize),
5264         (dvi_document_class_init), (dvi_document_init_params):
5265         * dvi/mdvi-lib/font.c: (font_reference):
5266         
5267         Add reference to subfont. Fixes bug #374277.
5268
5269 2006-11-16  Carlos Garcia Campos  <carlosgc@gnome.org>
5270
5271         * shell/ev-window.c: (ev_window_create_tmp_symlink),
5272         (ev_window_cmd_file_open_copy_at_dest):
5273
5274         Fix a race condition when creating symlink. Increase the counter
5275         avoiding an infinite loop. Really fixes bug #357472. (Based on patch by
5276         Mathias Hasselmann).
5277
5278 2006-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
5279
5280         * backend/Makefile.am:
5281         * backend/ev-attachment.c: (ev_attachment_open):
5282         * lib/ev-file-helpers.[ch]: (ensure_dir_exists), (ev_dot_dir),
5283         (ev_tmp_dir), (ev_tmp_filename):
5284         * shell/ev-sidebar-attachments.c:
5285         (ev_sidebar_attachments_drag_data_get):
5286         * shell/ev-window.c: (ev_window_clear_temp_file):
5287
5288         Use always ev_tmp_dir instead of g_get_tmp_dir. Fix a race condition
5289         in ensure_dir_exists. Abort without crashing when we can't create
5290         user's directory.
5291
5292 2006-11-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5293
5294         * data/evince-ui.xml:
5295         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
5296         (ev_window_xfer_job_cb), (ev_window_get_copy_tmp_name),
5297         (ev_window_cmd_file_open_copy_at_dest),
5298         (ev_window_cmd_file_open_copy), (view_menu_popup_cb),
5299         (ev_view_popup_cmd_open_link_new_window):
5300
5301         Allow opening a copy of the current document in a new window. Fixes bug
5302         #357472
5303
5304 2006-11-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5305
5306         * data/evince-toolbar.xml:
5307         
5308         Add rotate right and rotate left to available items for toolbar.
5309         
5310         * data/evince-ui.xml:
5311         * shell/ev-window.c: (ev_window_init):
5312         
5313         Customize toolbar with right click. Fixes bug #372451.
5314
5315 2006-11-11  Claudio Saavedra  <csaavedra@alumnos.utalca.cl>
5316
5317         * shell/ev-window.c: 
5318         
5319         Use "object-rotate-{left,right}" stock icons. Fixes 
5320         bug #373863.
5321
5322 2006-11-10  Carlos Garcia Campos  <carlosgc@gnome.org>
5323
5324         * shell/ev-application.[ch]: (get_unlink_temp_file_from_args),
5325         (ev_application_open_uri_at_dest), (ev_application_open_uri):
5326         * shell/ev-window.[ch]: (ev_window_clear_temp_file),
5327         (ev_window_open_uri):
5328         * shell/main.c: (arguments_parse):
5329
5330         Remove temp file created when evince is used by GTK+ in
5331         preview mode. Fixes bug #365282. 
5332
5333 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5334
5335         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
5336         
5337         Fixes bug #372474 - Side pane disabled when entering 
5338         and leaving fullscreen mode.
5339
5340 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5341
5342         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (setup_editor):
5343         * data/Makefile.am:
5344         * data/evince-preview-toolbar.xml:
5345         * data/evince-toolbar.xml:
5346         * shell/ev-application.c: (ev_application_shutdown),
5347         (ev_application_init), (ev_application_get_toolbars_model):
5348         * shell/ev-application.h:
5349         * shell/ev-window.c: (update_chrome_visibility),
5350         (ev_window_create_fullscreen_popup), (ev_window_run_preview),
5351         (ev_window_cmd_edit_toolbar), (ev_window_init):
5352         
5353         Fixes bug #364364 - toolbar editor shows zoom actions again.
5354
5355 2006-11-09  Carlos Garcia Campos  <carlosgc@gnome.org>
5356
5357         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
5358
5359         Do not take margins into consideration for paper size when printing.
5360         Really fixes bug #350491.
5361
5362 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
5363
5364         * data/evince-ui.xml:
5365         * shell/ev-window.c: (ev_window_print_page_setup_done_cb),
5366         (ev_window_cmd_file_print_setup),
5367         (ev_window_print_dialog_response_cb),
5368         (ev_window_setup_action_sensitivity):
5369
5370         Add page setup settings for printing. Fixes bugs #363860 and #350491.
5371
5372 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
5373
5374         * shell/ev-window.c: (ev_window_print_range):
5375
5376         Revert my previuos commit, since printing to PDF is not supported by
5377         evince yet. 
5378
5379 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
5380
5381         * shell/ev-window.c: (ev_window_print_range):
5382
5383         Enable print to a PDF. Fixes bug #332121.
5384
5385 2006-10-31  Carlos Garcia Campos  <carlosgc@gnome.org>
5386
5387         * shell/ev-application-service.xml:
5388         * shell/ev-application.[ch]: (ev_application_open_window),
5389         (ev_application_get_empty_window), (ev_application_open_uri_at_dest),
5390         (ev_application_open_uri), (ev_application_open_uri_list):
5391         * shell/ev-window.c: (file_open_dialog_response_cb),
5392         (ev_window_cmd_recent_file_activate), (ev_window_setup_recent),
5393         (drag_data_received_cb), (open_remote_link):
5394         * shell/main.c: (arguments_parse), (load_files), (load_files_remote):
5395
5396         Add support for multiscreen systems. Fixes bug #316206.
5397
5398 2006-10-30  Carlos Garcia Campos  <carlosgc@gnome.org>
5399
5400         * shell/ev-jobs.[ch]: (ev_job_print_new),
5401         (ev_print_job_print_page_in_range), (ev_print_job_print_page_in_set),
5402         (ev_job_print_do_page):
5403         * shell/ev-window.[ch]: (ev_window_print_dialog_response_cb):
5404
5405         Allow printing only odd/even pages. Fixes bug #367289.
5406
5407 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5408
5409         * test/test1.py:
5410         * test/test2.py:
5411
5412         Re-add locale settings to test files.
5413
5414 2006-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5415
5416         * data/evince-ui.xml:
5417         * shell/ev-window.c: (set_action_properties):
5418         
5419         Removed garbage from code and ui.
5420
5421 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5422
5423         * shell/ev-window.c: (ev_window_cmd_help_about):
5424
5425         Shamelessly add my name to the list of contributors.
5426
5427 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5428
5429         * test/test1.py:
5430         * test/test2.py:
5431
5432         Cleaned up the dogtail scripts.
5433
5434 2006-10-27  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5435
5436         * shell/ev-view.c: (draw_loading_text): Don't render
5437         "loading..." text in presentation mode. Temporary
5438         workaround for bug #320352.
5439
5440 2006-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
5441
5442         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
5443         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
5444
5445         Use print settings scale, copies, collate and reverse which were
5446         ignored. Fixes bug #359032.
5447
5448 2006-10-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5449
5450         * configure.ac:
5451         * data/evince-password.glade:
5452         * test/Makefile.am:
5453         * test/test-encrypt.pdf:
5454         * test/test-links.pdf:
5455         * test/test1.py:
5456         * test/test2.py:
5457
5458         Add automated UI tests for evince with dogtail. See
5459         bug #300948.    
5460
5461 2006-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
5462
5463         * shell/ev-window.c: (fullscreen_timeout_cb), (ev_window_init):
5464
5465         Hide fullscreen toolbar when switching to another desktop workspace.
5466         Fixes bug #338871
5467
5468 2006-10-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5469
5470         * shell/ev-window-title.c: 
5471         
5472         Test for .dvi in title of pdf documents.
5473
5474 2006-10-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5475
5476         * shell/ev-view.c: (ev_view_scroll):
5477
5478         Page Up/Down should do page jumps in "Best fit" mode.
5479         If a user has explicitly chosen to view exactly one page
5480         at a time, scrolling just a part of the page when
5481         pressing Page Up/Down is not right. Fixes bug #323107.
5482
5483 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5484
5485         * NEWS:
5486         * configure.ac:
5487         
5488         Update for 0.6.1
5489
5490 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5491
5492         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
5493         (job_fonts_finished_cb), (ev_properties_fonts_set_document):
5494         
5495         Correctly disconnect from job signals on destroy.
5496
5497 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5498
5499         * shell/ev-view-private.h:
5500         * shell/ev-view.c: (view_set_adjustment_values),
5501         (view_update_range_and_current_page),
5502         (ensure_rectangle_is_visible), (ev_view_size_allocate):
5503         
5504         Fixes bug #343199, current page now follows find page.
5505
5506 2006-10-08  Wouter Bolsterlee  <wbolster@gnome.org>
5507
5508         * backend/ev-document-factory.c:
5509         * configure.ac:
5510         Assigned OpenDocument presenation MIME type to the
5511         Impress backend. Added some missing (but harmless)
5512         #ifdefs in the document factory as well to make things
5513         consistent again. Fixes bug #360658.
5514
5515 2006-10-08  Christian Persch  <chpe@cvs.gnome.org>
5516
5517         * backend/ev-async-renderer.c: (ev_async_renderer_get_type):
5518         * backend/ev-document-find.c: (ev_document_find_get_type):
5519         * backend/ev-document-fonts.c: (ev_document_fonts_get_type):
5520         * backend/ev-document-links.c: (ev_document_links_get_type):
5521         * backend/ev-document-security.c: (ev_document_security_get_type):
5522         * backend/ev-document-thumbnails.c:
5523         (ev_document_thumbnails_get_type):
5524         * backend/ev-document.c: (ev_document_get_type):
5525         * backend/ev-ps-exporter.c: (ev_ps_exporter_get_type):
5526         * backend/ev-selection.c: (ev_selection_get_type):
5527         * cut-n-paste/recent-files/egg-recent-model.c:
5528         (egg_recent_model_get_type):
5529         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
5530         (egg_recent_view_uimanager_get_type):
5531         * cut-n-paste/recent-files/egg-recent-view.c:
5532         (egg_recent_view_get_type):
5533         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
5534         (egg_editable_toolbar_get_type):
5535         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
5536         (egg_toolbar_editor_get_type):
5537         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
5538         (egg_toolbars_model_get_type):
5539         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
5540         (egg_tree_multi_drag_source_get_type):
5541         * cut-n-paste/zoom-control/ephy-zoom-action.c:
5542         (ephy_zoom_action_get_type):
5543         * cut-n-paste/zoom-control/ephy-zoom-control.c:
5544         (ephy_zoom_control_get_type):
5545         * impress/r_back.c: (_imp_fill_back):
5546         * properties/ev-properties-main.c:
5547         (ev_properties_plugin_register_type):
5548         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type):
5549         * shell/ev-view-accessible.c: (ev_view_accessible_get_type),
5550         (ev_view_accessible_factory_get_type):
5551
5552         Reduce relocations. Bug #360616.
5553
5554 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5555
5556         * backend/ev-document-factory.c:
5557         (ev_document_factory_get_document):
5558         
5559         Load document even if extension is wrong.
5560
5561 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5562
5563         * shell/ev-metadata-manager.c: (save_values):
5564         * shell/ev-window.c: (setup_size_from_metadata),
5565         (setup_view_from_metadata), (ev_window_setup_document),
5566         (ev_window_xfer_job_cb), (window_configure_event_cb):
5567         
5568         Set size according to the document size/page size ratio.
5569         That should correct rather wierd behaviour of the previous
5570         commit.
5571
5572 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5573
5574         * shell/ev-window.c: (setup_view_from_metadata):
5575         
5576         Set size for new windows from previous window size.
5577         See bugs #354968 and #168450 for details. Thanks
5578         to Meik Hellmund.
5579
5580 2006-10-01  Carlos Garcia Campos  <carlosgc@gnome.org>
5581
5582         * djvu/djvu-links.c: (build_tree):
5583
5584         Fix memory leak.
5585
5586 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5587
5588         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_set_document):
5589         
5590         Don't make sidebar close button insensitive. Fixes
5591         bug #357871.
5592
5593 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5594
5595         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
5596         (ev_window_set_view_accels_sensitivity):
5597         
5598         Don't enable Slash on documents which don't support
5599         find. Fixes bug #358648.
5600
5601 2006-10-01  Wouter Bolsterlee  <wbolster@gnome.org>
5602
5603         * shell/ev-window.c: (ev_window_cmd_file_open): Make the
5604         open dialog fall back to the current document uri if the
5605         filechooser hasn't been used before. Fixes bug #356980.
5606
5607 2006-09-24  Mathias Hasselmann  <mathias.hasselmann@gmx.de>
5608
5609         * shell/ev-window.c: (ev_window_setup_recent), 
5610         (ev_window_get_recent_file_label):
5611
5612         Escape underscores in filenames of recent file items.
5613
5614 2006-09-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5615
5616         * configure.ac:
5617         
5618         Bumped poppler requirements, really 0.5.3 is very 
5619         buggy, now we require 0.5.4.
5620
5621 2006-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5622
5623         * djvu/Makefile.am:
5624         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
5625         (djvu_document_find_iface_init), (djvu_document_links_get_links),
5626         (djvu_document_document_links_iface_init):
5627         * djvu/djvu-links.c: (number_from_miniexp), (string_from_miniexp),
5628         (number_from_string_10), (get_djvu_link_dest),
5629         (get_djvu_link_action), (build_tree), (get_djvu_hyperlink_area),
5630         (get_djvu_hyperlink_mapping), (djvu_links_has_document_links),
5631         (djvu_links_get_links), (djvu_links_find_link_dest),
5632         (djvu_links_get_links_model):
5633         * djvu/djvu-links.h:
5634         
5635         Add support for links and bookmarks in djvu documents. Thanks
5636         to Pauli Virtanen <pauli.virtanen@iki.fi> for the wonderful
5637         patch.
5638
5639 2006-09-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5640
5641         * shell/ev-application.c: (ev_application_open_uri_at_dest):
5642         
5643         Reopen should reload document. Fixes 
5644         bug 327951.
5645
5646 2006-09-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5647
5648         * configure.ac:
5649         * data/Makefile.am:
5650         * data/evince-16.png:
5651         * data/evince-22.png:
5652         * data/evince.png:
5653         * data/evince.svg:
5654         * data/icons/16x16/Makefile.am:
5655         * data/icons/16x16/evince.png:
5656         * data/icons/22x22/Makefile.am:
5657         * data/icons/22x22/evince.png:
5658         * data/icons/48x48/Makefile.am:
5659         * data/icons/48x48/evince.png:
5660         * data/icons/Makefile.am:
5661         * data/icons/scalable/Makefile.am:
5662         * data/icons/scalable/evince.svg:
5663         
5664         Install icons with correct names. Fixes
5665         bug #354429.
5666
5667 2006-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
5668
5669         * shell/ev-view.c: (ev_view_button_release_event):
5670
5671         Don't open links with middle mouse button. Fixes bug #353649
5672
5673 2006-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5674
5675         * NEWS:
5676         * configure.ac:
5677         
5678         Update for release 0.6.0
5679
5680 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5681
5682         * shell/ev-window.c: (ev_window_xfer_job_cb), (do_action_named):
5683         Implement Close named action. Patch by Carlos Garcia Campos.
5684
5685 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5686
5687         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
5688         
5689         Don't clear link mapping on copy_job_to_job_info. Fixes
5690         bug 346168.
5691
5692 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
5693
5694         * shell/main.c: (main):
5695
5696         Revert my previous commit, gnome_program_init owns the option context.
5697         Fix another memory leak in main. Both caught by Christian Persch. 
5698
5699 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
5700
5701         * shell/main.c: (main):
5702
5703         Fix memory leak.
5704
5705 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
5706
5707         * backend/ev-document-factory.c: (ev_document_factory_get_document):
5708
5709         Fix crash when opening a pdf with password protection. 
5710
5711 2006-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
5712
5713         * pdf/ev-poppler.cc: (pdf_document_search_free):
5714
5715         Fix memory leak. 
5716
5717 2006-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5718
5719         * backend/ev-document-factory.c:
5720         (ev_document_factory_get_document):
5721         * tiff/tiff-document.c: (tiff_document_finalize):
5722         
5723         More correct handling of document loading. Fixes
5724         bug #349043.
5725
5726 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5727
5728         * backend/ev-attachment.c: (ev_attachment_save):
5729
5730         Remove GNOME_VFS_OPEN_TRUNCATE flag which is only available with
5731         gnome-vfs >= 2.9.3 and it's not really needed. Fixes bug #351493
5732
5733 2006-08-15  Julien Rebetez  <julienr@cvs.gnome.org>
5734         
5735         * shell/ev-window.c: (ev_window_cmd_recent_file_activate):
5736         Fixed a compilation error if HAVE_GTK_RECENT isn't defined.
5737
5738 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5739
5740         * shell/ev-sidebar-thumbnails.c:
5741
5742         Do not render thumbnails unless thumbnails page is active in the
5743         sidebar.
5744
5745 2006-08-14  Christian Persch  <chpe@cvs.gnome.org>
5746
5747         * shell/ev-properties-dialog.c:
5748
5749         Fix dialogue spacing. Bug #351370.
5750
5751 2006-08-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5752
5753         * configure.ac:
5754
5755         Use lowercase gettext catalog file names (evince.mo
5756         instead of Evince.mo)
5757
5758 2006-08-13  Carlos Garcia Campos  <carlosgc@gnome.org>
5759
5760         * shell/ev-sidebar-attachments.c:
5761
5762         GtkIconTheme is now screen safe too. Fixes bug #350878
5763
5764 2006-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
5765
5766         * shell/ev-window.c:
5767
5768         GtkRecent manager is now screen safe. Fixes bug #350145
5769
5770 2006-08-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5771
5772         * shell/ev-sidebar.c: (ev_sidebar_init):
5773         
5774         Make sidebar close icon smaller. Fix for bug 350177.
5775         See also bugs 350176 and 165770.
5776
5777 2006-08-10  Carlos Garcia Campos  <carlosgc@gnome.org>
5778
5779         * shell/ev-view.c: (goto_fith_dest), (goto_fit_dest), (goto_xyz_dest):
5780
5781         Ignore zoom for xyz destinations when it's <= 1, keeping user
5782         preferences instead. Set correct sizing-mode for fith and fitv
5783         destinations rather than EV_SIZING_FREE. Fixes bug #349433
5784
5785 2006-08-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5786
5787         * NEWS:
5788         * configure.ac:
5789         
5790         Update for release 0.5.5
5791
5792 2006-08-07  Radoslav Dorcik <dixiecko@gmail.com>
5793         
5794         * shell/ev-window.c: (ev_window_cmd_escape)
5795
5796         Escape unfocus page entry. Fixes bug #345809.
5797
5798 2006-08-06  Carlos Garcia Campos  <carlosgc@gnome.org>
5799
5800         * pdf/ev-poppler.cc: (ev_link_dest_from_dest), (ev_link_from_action),
5801         (build_tree), (pdf_document_links_get_links),
5802         (pdf_document_links_find_link_dest):
5803         * shell/ev-view.c: (goto_fitr_dest), (goto_fith_dest),
5804         (goto_xyz_dest):
5805
5806         Convert from PDF style coordinates to X style coordinates in the
5807         backend rather than in the view. Fixes bug #338440
5808
5809 2006-08-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5810
5811         * shell/ev-window.c:
5812         
5813         Remove Ctrl+Shift+T shortcut for toolbars. See
5814         the bug #350098.
5815
5816 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
5817
5818         * configure.ac:
5819
5820         Use [] in AC_DEFINE for GtkRecent. Probably build was failing because
5821         of this. 
5822
5823 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
5824
5825         * configure.ac:
5826         * cut-n-paste/Makefile.am:
5827         * data/evince-ui.xml:
5828         * shell/Makefile.am:
5829         * shell/ev-application.[ch]:
5830         * shell/ev-window.c:
5831
5832         Use GtkRecent instead of EggRecent when it's available. Fixes bug
5833         #349273
5834
5835 2006-08-04  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5836
5837         * shell/eggfindbar.c: (egg_find_bar_init): Fixed typo in
5838         findbar code: s/help/search/
5839
5840 2006-08-04  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
5841
5842         * shell/ev-window.c: (setup_document_from_metadata),
5843         (setup_chrome_from_metadata), (setup_sidebar_from_metadata),
5844         (setup_view_from_metadata):
5845         
5846         Fix memory leaks.
5847
5848 2006-07-31  Christian Persch  <chpe@cvs.gnome.org>
5849
5850         * autogen.sh, configure.ac: 
5851         
5852         Update automake usage. See bug 349292.
5853
5854 2006-07-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5855
5856         * shell/eggfindbar.c: (egg_find_bar_class_init),
5857         (entry_activate_callback), (egg_find_bar_init),
5858         (egg_find_bar_set_status_text):
5859         * shell/eggfindbar.h:
5860         
5861         Unify Evince findbar with Epiphany. Nice patch
5862         from Fabricio Silva <silva@crans.org> and
5863         Frederic Peters <fpeters@entrouvert.com>. See
5864         bug #339966 for details.
5865
5866 2006-07-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5867
5868         * data/evince.desktop.in.in:
5869         
5870         Correct information for bugzilla. Thanks to
5871         Olaf Vitters, see bug #348855.
5872
5873 2006-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
5874
5875         * shell/ev-jobs.[ch]:
5876         * shell/ev-sidebar-links.c:
5877         * shell/ev-window.[ch]:
5878
5879         GtkPrintJob doesn't support print ranges or current page, so we export
5880         to a ps file now when printing ranges or current page.
5881
5882 2006-07-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5883
5884         * pdf/ev-poppler.cc:
5885         * shell/ev-window.c: (do_action_named):
5886
5887         We should be more clear about bugzilla. See the
5888         poppler bug #7623.
5889
5890 2006-07-23  Carlos Garcia Campos  <carlosgc@gnome.org>
5891
5892         * configure.ac:
5893         * shell/Makefile.am:
5894         * shell/ev-job-queue.c:
5895         * shell/ev-jobs.[ch]:
5896         * shell/ev-sidebar-links.c:
5897         * shell/ev-window.[ch]:
5898         
5899         Use GtkPrint instead of GnomePrint when it's available. Fixes bug
5900         #348422
5901
5902 2006-07-17  Carlos Garcia Campos  <carlosgc@gnome.org>
5903
5904         * data/evince-toolbar.xml: Add preview toolbar (hidden by default)
5905         * shell/ev-application-service.xml:
5906         * shell/ev-application.[ch]:
5907         * shell/ev-jobs.[ch]:
5908         * shell/ev-window.[ch]: (ev_window_run_preview):
5909         * shell/main.c: 
5910
5911         Add preview mode to use evince as a printing previewer. It also adds
5912         other command line options for fullscreen and presentation modes.
5913         Fixes bugs #347822, #317031
5914
5915 2006-07-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5916
5917         * NEWS:
5918         * configure.ac:
5919         
5920         Update for release 0.5.4
5921
5922 2006-07-11  Bastien Nocera <hadess@hadess.net>
5923
5924         * Makefile.am:
5925         * backend/Makefile.am:
5926         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
5927         * backend/ev-document-factory.h:
5928         * configure.ac:
5929         * impress/.cvsignore:
5930         * impress/Makefile.am:
5931         * impress/common.h:
5932         * impress/document.c: (_imp_load_xml), (imp_open), (imp_nr_pages),
5933         (imp_get_page), (imp_next_page), (imp_prev_page),
5934         (imp_get_page_no), (imp_get_page_name), (imp_get_xml), (imp_close):
5935         * impress/f_oasis.c: (render_object), (render_page),
5936         (get_geometry), (_imp_oasis_load):
5937         * impress/f_oo13.c: (render_object), (render_page), (get_geometry),
5938         (_imp_oo13_load):
5939         * impress/iksemel.c: (iks_malloc), (iks_free), (iks_set_mem_funcs),
5940         (iks_strdup), (iks_strcat), (iks_strcmp), (iks_strcasecmp),
5941         (iks_strncmp), (iks_strncasecmp), (iks_strlen), (iks_escape),
5942         (iks_unescape), (find_space), (iks_stack_new), (iks_stack_alloc),
5943         (iks_stack_strdup), (iks_stack_strcat), (iks_stack_stat),
5944         (iks_stack_delete), (iks_sax_new), (iks_sax_extend),
5945         (iks_parser_stack), (iks_user_data), (iks_nr_bytes),
5946         (iks_nr_lines), (stack_init), (stack_expand), (sax_core),
5947         (iks_parse), (iks_parser_reset), (iks_parser_delete), (iks_new),
5948         (iks_new_within), (iks_insert), (iks_insert_cdata),
5949         (iks_insert_attrib), (iks_insert_node), (iks_hide), (iks_delete),
5950         (iks_next), (iks_next_tag), (iks_prev), (iks_prev_tag),
5951         (iks_parent), (iks_root), (iks_child), (iks_first_tag),
5952         (iks_attrib), (iks_find), (iks_find_cdata), (iks_find_attrib),
5953         (iks_find_with_attrib), (iks_stack), (iks_type), (iks_name),
5954         (iks_cdata), (iks_cdata_size), (iks_has_children),
5955         (iks_has_attribs), (escape_size), (my_strcat), (escape),
5956         (iks_string), (iks_copy_within), (iks_copy), (tagHook),
5957         (cdataHook), (deleteHook), (iks_dom_new), (iks_set_size_hint),
5958         (iks_tree), (iks_load), (iks_save):
5959         * impress/iksemel.h:
5960         * impress/imposter.h:
5961         * impress/impress-document.c: (G_DEFINE_TYPE_WITH_CODE),
5962         (imp_render_draw_bezier_real), (imp_render_get_size),
5963         (imp_render_set_fg_color), (imp_render_draw_line),
5964         (imp_render_draw_rect), (imp_render_draw_polygon),
5965         (imp_render_draw_arc), (imp_render_draw_bezier),
5966         (imp_render_open_image), (imp_render_get_image_size),
5967         (imp_render_scale_image), (imp_render_draw_image),
5968         (imp_render_close_image), (imp_render_markup),
5969         (imp_render_get_text_size), (imp_render_draw_text),
5970         (impress_document_load), (impress_document_save),
5971         (impress_document_get_n_pages), (impress_document_get_page_size),
5972         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
5973         (impress_document_finalize), (impress_document_class_init),
5974         (impress_document_can_get_text), (impress_document_get_info),
5975         (impress_document_document_iface_init),
5976         (impress_document_thumbnails_get_thumbnail),
5977         (impress_document_thumbnails_get_dimensions),
5978         (impress_document_document_thumbnails_iface_init),
5979         (impress_document_init):
5980         * impress/impress-document.h:
5981         * impress/internal.h:
5982         * impress/r_back.c: (_imp_fill_back):
5983         * impress/r_draw.c: (_imp_draw_rect), (_imp_draw_line_end),
5984         (_imp_draw_image), (_imp_tile_image):
5985         * impress/r_geometry.c: (r_parse_color), (r_get_color), (fg_color),
5986         (r_get_x), (r_get_y), (r_get_angle), (r_get_viewbox), (r_polygon),
5987         (r_polyline):
5988         * impress/r_gradient.c: (poly_rotate), (r_draw_gradient_simple),
5989         (r_draw_gradient_complex), (r_draw_gradient):
5990         * impress/r_style.c: (get_style), (r_get_style), (get_style_x),
5991         (r_get_bullet):
5992         * impress/r_text.c: (add_line), (add_span), (calc_sizes),
5993         (calc_pos), (_imp_draw_layout), (text_span), (text_p), (text_list),
5994         (r_text):
5995         * impress/render.c: (imp_create_context), (imp_context_set_page),
5996         (imp_context_set_step), (imp_render), (imp_delete_context):
5997         * impress/render.h:
5998         * impress/zip.c: (zip_error), (find_cd), (get_long), (get_word),
5999         (list_files), (zip_open), (zip_close), (find_file), (seek_file),
6000         (zip_load_xml), (zip_get_size), (zip_load):
6001         * impress/zip.h:
6002         * shell/ev-utils.c:
6003         
6004         New backend to support impress slides. Fixes bug #30867.
6005
6006 2006-07-10  Ghee Teo  <ghee.teo@sun.com>
6007
6008         * shell/ev-utils.c: (using_postscript_printer):
6009         
6010         Fixes crash when print using PAPI backend,
6011         bug #345012.
6012
6013 2006-06-09  Pat Rondon  <pmr@patrondon.org>
6014
6015         * shell/ev-jobs.c: (ev_job_xfer_run):
6016         * shell/ev-window.c: (password_dialog_response),
6017         (ev_window_popup_password_dialog), (ev_window_xfer_job_cb),
6018         (ev_window_dispose):
6019         Fixes bug #344160: if the xfer job doesn't complete
6020         because a password is required, reload the existing
6021         instance instead of creating a new one.
6022
6023 2006-06-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6024
6025         * shell/main.c: (main): Call gdk_threads_init. Thus
6026         we'll avoid errors in auth dialog. Fix for the bug
6027         #343347.
6028
6029 2006-06-01  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6030
6031         * configure.ac: Advertise pixbuf support, fix
6032         for the bug 343317.
6033
6034 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6035
6036         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_refresh),
6037         (ev_sidebar_thumbnails_set_document):
6038         
6039         Update sidebar thumbnails after reloading.
6040
6041 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6042
6043         * shell/ev-jobs.c: (ev_job_xfer_dispose), (ev_job_xfer_new):
6044         * shell/ev-jobs.h:
6045         * shell/ev-window.c: (ev_window_xfer_job_cb), (ev_window_open_uri),
6046         (ev_window_cmd_view_reload), (ev_window_init):
6047         
6048         Don't crash on reload. Fix for the bug #343167.
6049
6050 2006-05-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6051
6052         * shell/ev-jobs.c: (ev_job_render_run):
6053         
6054         Check for document links.
6055
6056 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6057
6058         * backend/ev-attachment.c: (ev_attachment_save),
6059         (ev_attachment_launch_app), (ev_attachment_open):
6060         * backend/ev-document-factory.c: (get_document_from_uri):
6061         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
6062         (egg_recent_view_uimanager_set_list):
6063         * ps/ps-document.c: (check_filecompressed), (document_load),
6064         (ps_document_load):
6065         * shell/ev-metadata-manager.c: (load_values):
6066         * shell/ev-password.c: (ev_password_dialog_set_property):
6067         * shell/ev-view.c: (tip_from_link):
6068         * shell/ev-window.c: (file_save_dialog_response_cb),
6069         (ev_window_print_dialog_response_cb):
6070         
6071         Use consistent quoting style. Fix for the bug #320285.
6072
6073 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6074
6075         * shell/ev-jobs.c: (ev_job_xfer_run):
6076         * shell/main.c: (load_files):
6077                 
6078         Open links with anchors. Fix for the bug #339836.
6079
6080 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6081
6082         * backend/ev-link-dest.c: (ev_link_dest_type_get_type),
6083         (ev_link_dest_get_page_label), (ev_link_dest_get_property),
6084         (ev_link_dest_set_property), (ev_link_dest_finalize),
6085         (ev_link_dest_class_init), (ev_link_dest_new_named),
6086         (ev_link_dest_new_page_label):
6087         * backend/ev-link-dest.h:
6088         * shell/ev-application.c: (ev_application_open_uri):
6089         * shell/ev-view.c: (goto_dest):
6090         * shell/ev-window.c:
6091         * shell/ev-window.h:
6092         
6093         Fix page-label command line option. Bug #342070.
6094
6095 2006-05-27  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
6096
6097         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
6098         
6099         Don't show highlight rects if page can't be showed. Fix for 
6100         the bug #342076
6101
6102 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6103
6104         * shell/ev-window.c: (setup_sidebar_from_metadata),
6105         (ev_window_sidebar_visibility_changed_cb), (ev_window_init):
6106         
6107         Setup sidebar from metadata even if there is no document
6108         loaded. Fix for the bug #342807.
6109
6110 2006-05-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6111
6112         * cut-n-paste/toolbar-editor/Makefile.am:
6113         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
6114         (get_dock_position), (get_toolbar_position), (get_toolbar_nth),
6115         (find_action), (drag_data_delete_cb), (drag_begin_cb),
6116         (drag_end_cb), (drag_data_get_cb), (move_item_cb),
6117         (remove_item_cb), (remove_toolbar_cb), (popup_context_deactivate),
6118         (popup_context_menu_cb), (button_press_event_cb),
6119         (configure_item_sensitivity), (configure_item_cursor),
6120         (configure_item_tooltip), (connect_widget_signals),
6121         (action_sensitive_cb), (create_item_from_action),
6122         (create_item_from_position), (toolbar_drag_data_received_cb),
6123         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
6124         (toolbar_drag_leave_cb), (configure_drag_dest),
6125         (toggled_visibility_cb), (toolbar_visibility_refresh),
6126         (create_dock), (toolbar_changed_cb), (unparent_fixed),
6127         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
6128         (item_added_cb), (item_removed_cb), (egg_editable_toolbar_build),
6129         (egg_editable_toolbar_set_model), (egg_editable_toolbar_init),
6130         (egg_editable_toolbar_dispose),
6131         (egg_editable_toolbar_set_ui_manager),
6132         (egg_editable_toolbar_get_selected),
6133         (egg_editable_toolbar_set_selected), (set_edit_mode),
6134         (egg_editable_toolbar_set_property),
6135         (egg_editable_toolbar_get_property),
6136         (egg_editable_toolbar_class_init), (egg_editable_toolbar_new),
6137         (egg_editable_toolbar_new_with_model),
6138         (egg_editable_toolbar_get_edit_mode),
6139         (egg_editable_toolbar_set_edit_mode),
6140         (egg_editable_toolbar_add_visibility), (egg_editable_toolbar_show),
6141         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed):
6142         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
6143         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (compare_items),
6144         (item_added_or_removed_cb), (toolbar_removed_cb),
6145         (egg_toolbar_editor_set_model), (egg_toolbar_editor_class_init),
6146         (egg_toolbar_editor_finalize), (drag_begin_cb), (drag_end_cb),
6147         (drag_data_get_cb), (set_drag_cursor), (editor_create_item),
6148         (editor_create_item_from_name), (append_table),
6149         (update_editor_sheet), (egg_toolbar_editor_init):
6150         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
6151         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
6152         (egg_toolbars_model_to_xml), (egg_toolbars_model_save_toolbars),
6153         (is_unique), (toolbar_node_new), (item_node_new), (item_node_free),
6154         (toolbar_node_free), (egg_toolbars_model_get_flags),
6155         (egg_toolbars_model_set_flags), (egg_toolbars_model_get_data),
6156         (egg_toolbars_model_get_name), (impl_add_item),
6157         (egg_toolbars_model_add_item), (egg_toolbars_model_add_toolbar),
6158         (parse_data_list), (parse_item_list), (parse_toolbars),
6159         (egg_toolbars_model_load_toolbars), (parse_available_list),
6160         (parse_names), (egg_toolbars_model_load_names),
6161         (egg_toolbars_model_class_init), (egg_toolbars_model_init),
6162         (egg_toolbars_model_finalize), (egg_toolbars_model_remove_toolbar),
6163         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
6164         (egg_toolbars_model_delete_item), (egg_toolbars_model_n_items),
6165         (egg_toolbars_model_item_nth), (egg_toolbars_model_n_toolbars),
6166         (egg_toolbars_model_toolbar_nth), (egg_toolbars_model_get_types),
6167         (egg_toolbars_model_set_types), (fill_avail_array),
6168         (egg_toolbars_model_get_name_avail),
6169         (egg_toolbars_model_get_name_flags),
6170         (egg_toolbars_model_set_name_flags):
6171         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
6172         * cut-n-paste/toolbar-editor/eggintl.h:
6173         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
6174         (egg_tree_multi_drag_source_get_type),
6175         (egg_tree_multi_drag_source_row_draggable),
6176         (egg_tree_multi_drag_source_drag_data_delete),
6177         (egg_tree_multi_drag_source_drag_data_get), (stop_drag_check),
6178         (egg_tree_multi_drag_button_release_event), (selection_foreach),
6179         (path_list_free), (set_context_data), (get_context_data),
6180         (get_info), (egg_tree_multi_drag_drag_data_get),
6181         (egg_tree_multi_drag_motion_event),
6182         (egg_tree_multi_drag_button_press_event),
6183         (egg_tree_multi_drag_add_drag_support):
6184         * cut-n-paste/toolbar-editor/eggtreemultidnd.h:
6185         * shell/ev-application.c: (ev_application_init),
6186         (ev_application_save_toolbars_model):
6187         * shell/ev-window.c: (ev_window_create_fullscreen_popup),
6188         (ev_window_cmd_edit_toolbar), (ev_window_init):
6189         
6190         Sync toolbareditor with epiphany and libegg
6191
6192 2006-05-23  Carlos Garcia Campos  <carlosgc@gnome.org>
6193
6194         * configure.ac: 
6195
6196         Depend on poppler 0.5.2
6197
6198 2006-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6199
6200         * shell/ev-jobs.c: (ev_job_render_run):
6201         
6202         Check if document supports links iterface.
6203
6204 2006-05-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6205
6206         * NEWS:
6207         * configure.ac:
6208         
6209         Update for release 0.5.3
6210
6211 2006-05-13  Michael Plump  <plumpy@skylab.org>
6212
6213         * configure.ac:
6214         * shell/Makefile.am:
6215         * shell/main.c: (main):
6216         
6217         Port to GOption command line parsing. Fix for the 
6218         bug #327518
6219
6220 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6221
6222         * shell/ev-window.c: (ev_window_cmd_help_about):
6223         
6224         Do not wrap license. Fix for the bug #309460.
6225
6226 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6227
6228         * configure.ac:
6229         * properties/ev-properties-main.c: (ev_properties_get_pages):
6230         * shell/ev-application.c: (ev_application_open_window),
6231         (ev_application_open_uri_at_dest):
6232         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
6233         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
6234         (ev_sidebar_thumbnails_use_icon_view), (page_changed_cb):
6235         * shell/ev-utils.c: (save_print_config_to_file):
6236         * shell/ev-window.c: (ev_window_cmd_save_as),
6237         (ev_attachment_popup_cmd_save_attachment_as):
6238         * shell/main.c: (load_files_remote):
6239         
6240         Bump requirements to gtk 2.8 and drop all ifdefs used.
6241
6242 2006-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6243
6244         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
6245         * shell/ev-window.c: (ev_window_init):
6246         
6247         Show attachments page.
6248
6249 2006-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6250
6251         * po/POTFILES.in:
6252         * shell/ev-attachment-bar.c:
6253         * shell/ev-attachment-bar.h:
6254         * shell/ev-sidebar-attachments.c:
6255         (ev_sidebar_attachments_icon_cache_add),
6256         (icon_theme_get_pixbuf_from_mime_type),
6257         (ev_sidebar_attachments_icon_cache_get), (icon_cache_update_icon),
6258         (ev_sidebar_attachments_icon_cache_refresh),
6259         (ev_sidebar_attachments_get_attachment_at_pos),
6260         (ev_sidebar_attachments_popup_menu_show),
6261         (ev_sidebar_attachments_popup_menu),
6262         (ev_sidebar_attachments_button_press),
6263         (ev_sidebar_attachments_update_icons),
6264         (ev_sidebar_attachments_drag_data_get),
6265         (ev_sidebar_attachments_get_property),
6266         (ev_sidebar_attachments_destroy),
6267         (ev_sidebar_attachments_class_init), (ev_sidebar_attachments_init),
6268         (ev_sidebar_attachments_new),
6269         (ev_sidebar_attachments_set_document),
6270         (ev_sidebar_attachments_support_document),
6271         (ev_sidebar_attachments_get_label),
6272         (ev_sidebar_attachments_page_iface_init):
6273         * shell/ev-sidebar-attachments.h:
6274         * shell/ev-window.c: (update_chrome_visibility),
6275         (setup_sidebar_from_metadata), (ev_window_setup_document),
6276         (ev_window_sidebar_current_page_changed_cb),
6277         (attachment_bar_menu_popup_cb), (ev_window_init):
6278         
6279         Move attachments bar to sidebar.
6280
6281 2006-05-09  Carlos Garcia Campos  <carlosgc@gnome.org>
6282
6283         * pdf/ev-poppler.cc:
6284         * shell/ev-application.[ch]:
6285         * shell/main.c:
6286
6287         Fix some memory leaks.
6288
6289 2006-05-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6290
6291         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
6292
6293         Change the properties dialog response to
6294         GTK_RESPONSE_CANCEL instead of GTK_RESPONSE_CLOSE. This
6295         will make the dialog go away when the user presses
6296         enter. With gtk+ >= 2.9 this will happen anyway, but for
6297         older gtk+ versions only GTK_RESPONSE_CANCEL is bound to
6298         escape by default. Fixes bug #340539. See also bug
6299         #101293 for the gtk+ part.
6300
6301 2006-05-08  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
6302
6303         * shell/ev-view.c (tip_from_action_named): Replace some strings
6304         that were wrong. Closes #340970.
6305
6306 2006-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
6307
6308         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
6309
6310         Update sidebar chrome flag when sidebar visibility changes. Fixes bug
6311         #341049
6312
6313 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6314
6315         * djvu/Makefile.am:
6316         * dvi/Makefile.am:
6317         * dvi/mdvi-lib/Makefile.am:
6318         * properties/Makefile.am:
6319         * ps/Makefile.am:
6320         * shell/Makefile.am:
6321         * thumbnailer/Makefile.am:
6322         
6323         Due to broken libtool that is unable to track dependencies
6324         of noinst libraries we are forced to explicitely point
6325         libraries for binary. Fix for the bug #333334.
6326
6327 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6328
6329         * data/evince.desktop.in.in:
6330         * shell/ev-view.c: (view_update_range_and_current_page),
6331         (ev_view_next_page), (ev_view_previous_page):
6332         * shell/ev-window.c: (update_chrome_visibility),
6333         (setup_sidebar_from_metadata), (ev_window_setup_document),
6334         (ev_window_update_fullscreen_popup), (fullscreen_timeout_cb),
6335         (fullscreen_set_timeout), (fullscreen_clear_timeout),
6336         (fullscreen_motion_notify_cb), (ev_window_run_fullscreen),
6337         (ev_window_stop_fullscreen), (ev_window_run_presentation),
6338         (ev_window_stop_presentation), (ev_window_focus_in_event),
6339         (ev_window_focus_out_event), (ev_window_view_sidebar_cb),
6340         (ev_window_init):
6341         * thumbnailer/Makefile.am:
6342         
6343         Update fullscreen and presentation timeout handling. Hide
6344         cursor in presentation after timeout. Fix for the bugs
6345         #136359 and #336981.
6346
6347 2006-05-03  Carlos Garcia Campos  <carlosgc@gnome.org>
6348
6349         * backend/ev-link-action.[ch]:
6350         * pdf/ev-poppler.cc: (ev_link_from_action):
6351         * shell/ev-view-private.h:
6352         * shell/ev-view.c: (ev_view_handle_link), (tip_from_action_named):
6353         * shell/ev-window.c: (do_action_named), (view_external_link_cb):
6354
6355         Add support for Named Action links
6356
6357 2006-05-02  Carlos Garcia Campos  <carlosgc@gnome.org>
6358
6359         * backend/Makefile.am:
6360         * backend/ev-document-links.[ch]:
6361         * backend/ev-document.[ch]:
6362         * backend/ev-link-action.[ch]:
6363         * backend/ev-link-dest.[ch]:
6364         * backend/ev-link.[ch]:
6365         * pdf/ev-poppler.cc: (pdf_document_find_link_dest),
6366         (ev_link_dest_from_dest), (ev_link_from_action), (build_tree):
6367         * shell/ev-page-action.c: (build_new_tree_cb):
6368         * shell/ev-sidebar-links.c: (get_page_from_dest), (print_section_cb),
6369         (links_page_num_func), (update_page_callback):
6370         * shell/ev-view.[ch]: (ev_view_goto_dest), (ev_view_handle_link),
6371         (tip_from_link):
6372         * shell/ev-jobs.c:
6373         * shell/ev-window.[ch]: (ev_window_open_uri),
6374         (sidebar_links_link_activated_cb), (ev_view_popup_cmd_open_link):
6375         * shell/ev-application.[ch]: (ev_application_open_window),
6376         (ev_application_open_uri):
6377
6378         Rework links system, it adds support for remote links now and it makes
6379         easier to add new kinds of actions and destinations. Fixes bug #317292
6380
6381 2006-05-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6382
6383         * data/Makefile.am:
6384         * data/evince.png:
6385         * data/evince-16.png:
6386         * data/evince-22.png:
6387         * data/evince.svg:
6388         * shell/main.c: (main):
6389         
6390         Evince use it's own icon. Fix for the bug #313392.
6391
6392         * shell/ev-window.c: (fullscreen_timeout_cb),
6393         (fullscreen_set_timeout), (fullscreen_clear_timeout),
6394         (ev_window_cmd_help_about), (ev_window_dispose):
6395         
6396         Simplify fullscreen timeout code.
6397
6398 2006-04-29  Carlos Garcia Campos  <carlosgc@gnome.org>
6399
6400         * backend/ev-attachment.c: 
6401         * shell/ev-attachment-bar.c:
6402         * shell/ev-window.c:
6403
6404         Allow multiple selection of attachments
6405
6406 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6407
6408         * shell/ev-view.c: (view_update_range_and_current_page),
6409         (ev_view_scroll):
6410         
6411         Fix for the bug #312573 – Optimal selection of current 
6412         page among visible pages.
6413
6414 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6415
6416         * configure.ac:
6417         * djvu/Makefile.am:
6418         * djvu/djvu-text.h:
6419         
6420         Update to djvulibre-3.5.17, now it uses pkg-config. Fix
6421         for the bug 339868.
6422
6423 2006-04-22  Kjartan Maraas  <kmaraas@gnome.org>
6424
6425         * configure.ac: Fix the LINGUAS stuff here too so it builds.
6426
6427 2006-04-21  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6428
6429         * shell/ev-window.c: Add ellipsis to the Find... menu item, as
6430         dictated by the GNOME HIG. Fixes bug #339235.
6431
6432 2006-04-20  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6433
6434         * data/evince-ui.xml:
6435         * shell/ev-view.c: (ev_view_can_find_previous):
6436         * shell/ev-view.h:
6437         * shell/ev-window.c: (ev_window_update_actions),
6438         (ev_window_cmd_edit_find_previous):
6439
6440         Add support for "Find Previous" as dictated by the GNOME HIG. A
6441         menu item is added and some glue code to make it all work is added
6442         to various files.
6443
6444 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6445
6446         * configure.ac: Award myself the "useless use of cat" award.
6447
6448 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6449
6450         * po/LINGUAS: New file listing all supported languages.
6451
6452         * configure.in: Use po/LINGUAS instead of including all languages
6453         directly in this file. See the wiki for more information:
6454         http://live.gnome.org/GnomeGoals/PoLinguas
6455
6456 2006-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
6457
6458         * backend/ev-document-factory.c:
6459
6460         Do not load the document twice when there isn't errors
6461
6462 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
6463
6464         * backend/ev-attachment.c: 
6465
6466         Fix a crash when there isn't a default application to open an
6467         attachment
6468
6469 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
6470
6471         * backend/ev-attachment.[ch]:
6472         * shell/ev-attachment-bar.[ch]:
6473
6474         Added missing files. 
6475
6476 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
6477
6478         * backend/Makefile.am:
6479         * data/evince-ui.xml:
6480         * backend/ev-attachment.[ch]:
6481         * backend/ev-document.[ch]: (ev_document_has_attachments),
6482         (ev_document_get_attachments):
6483         * pdf/ev-poppler.cc: (pdf_document_has_attachments),
6484         (attachment_save_to_buffer), (pdf_document_get_attachments),
6485         (pdf_document_document_iface_init):
6486         * shell/Makefile.am:
6487         * shell/ev-attachment-bar.[ch]:
6488         * shell/ev-window.c:
6489
6490         Add support for PDF attachments. Fixes bug #325143
6491
6492 2006-04-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6493
6494         * backend/ev-document-factory.c: (get_document_from_uri),
6495         (ev_document_factory_get_document):
6496         * backend/ev-document-factory.h:
6497         * properties/ev-properties-main.c: (ev_properties_get_pages):
6498         * shell/Makefile.am:
6499         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
6500         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
6501         (ev_job_queue_remove_job):
6502         * shell/ev-job-queue.h:
6503         * shell/ev-job-xfer.c:
6504         * shell/ev-job-xfer.h:
6505         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
6506         (ev_job_fonts_new), (ev_job_fonts_run), (ev_job_xfer_init),
6507         (ev_job_xfer_dispose), (ev_job_xfer_class_init), (ev_job_xfer_new),
6508         (ev_job_xfer_run):
6509         * shell/ev-jobs.h:
6510         * shell/ev-window.c: (ev_window_is_empty),
6511         (password_dialog_response), (ev_window_clear_xfer_job),
6512         (ev_window_xfer_job_cb), (ev_window_open_uri),
6513         (ev_window_cmd_focus_page_selector),
6514         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
6515         (ev_window_cmd_continuous), (ev_window_cmd_dual),
6516         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
6517         (ev_window_dispose):
6518         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
6519         
6520         * Cleanup mime type detection on document load. Fix for the
6521         bug #336448.
6522
6523 2006-04-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6524
6525         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
6526         
6527         Fix crash on exit, described in the bug #336825.
6528
6529 2006-03-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6530
6531         * backend/ev-document-factory.c:
6532         (ev_document_factory_get_from_mime),
6533         (ev_document_factory_get_all_mime_types), (get_document_from_uri),
6534         (ev_document_factory_get_document),
6535         (file_filter_add_mime_list_and_free),
6536         (ev_document_factory_add_filters):
6537         * backend/ev-document-factory.h:
6538         * properties/ev-properties-main.c: (ev_properties_get_pages):
6539         * shell/Makefile.am:
6540         * shell/ev-application.c:
6541         * shell/ev-job-xfer.c: (ev_job_xfer_run):
6542         * shell/ev-window.c: (ev_window_cmd_file_open),
6543         (ev_window_cmd_save_as):
6544         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
6545         
6546         Rework factory functions so they are placed now in a single 
6547         file ev-document-factory.c
6548
6549 2006-03-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6550
6551         * shell/ev-window.c: (update_chrome_visibility):
6552         
6553         Fix for the bug 166566 - don't show menubar in fullscreen
6554         mode.
6555
6556 2006-03-22  Tommi Vainikainen  <thv@iki.fi>
6557
6558         * configure.ac (ALL_LINGUAS): Added Dzongkha (dz).
6559
6560 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6561
6562         * shell/ev-view.c: (ev_view_expose_event):
6563         
6564         More correctly draw loading text when document
6565         is empty.
6566
6567 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6568
6569         * shell/ev-view.c: (ev_view_scroll):
6570         
6571         Fix for the bug #334854, page down and page up switch
6572         pages in presentation mode.
6573
6574 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6575
6576         * shell/ev-window.c: (ev_window_set_action_sensitive),
6577         (ev_window_setup_action_sensitivity), (ev_window_update_actions),
6578         (ev_window_set_view_accels_sensitivity),
6579         (update_chrome_visibility), (ev_window_cmd_focus_page_selector),
6580         (ev_window_cmd_continuous), (ev_window_cmd_dual),
6581         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
6582         (find_changed_cb), (page_changed_cb), (ev_window_setup_document),
6583         (ev_window_cmd_edit_find), (ev_window_set_page_mode),
6584         (ev_window_cmd_edit_toolbar_cb), (ev_window_zoom_changed_cb),
6585         (ev_window_has_selection_changed_cb), (find_bar_search_changed_cb),
6586         (view_actions_focus_in_cb), (ev_window_init):
6587         
6588         Fix for the bug #333902, now it's possible to search
6589         words with slash.
6590
6591 2006-03-16  Jérémy Ar Floc'h <jérémy.lefloch@gmail.com>
6592
6593         * configure.ac: Added Breton translation.
6594         * po/br.po: Added Breton translation.
6595
6596 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
6597
6598         * shell/ev-window-title (ev_window_title_update):
6599
6600         Fix memory leak in window title. Fixes bug #333944
6601
6602 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
6603
6604         * shell/ev-metadata-manager.c (parseItem):
6605
6606         Fix memory leaks. Fixes bug #333945
6607
6608 2006-03-13  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6609         
6610         * NEWS, configure.ac, TODO:
6611         
6612         Update for release 0.5.2.
6613
6614 2006-03-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6615
6616         * shell/ev-view.c: (view_update_range_and_current_page),
6617         (page_changed_cb):
6618         
6619         Don't jump on scrolling, fix for the bug #333127.
6620
6621 2006-03-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6622
6623         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
6624         
6625         Scroll by one page in presentation mode. Fix for the bug
6626         #332993.
6627
6628 2006-03-01  Vladimer SIchinava <vlsichinava@gmail.com>
6629
6630         * configure.ac: Added ka (Georgian) to ALL_LINGUAS line.
6631
6632 2006-02-28  Clytie Siddall <clytie@riverland.net.au>
6633
6634         * configure.ac  Added lv in ALL_LINGUAS line.
6635
6636 2006-02-27  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6637         
6638         * NEWS, configure.ac:
6639         
6640         Update for release 0.5.1
6641
6642 2006-02-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
6643
6644         * backend/ev-document-misc.c: (ev_document_misc_paint_one_page):
6645         * backend/ev-document-misc.h:
6646         * shell/ev-view.c: (draw_one_page):
6647         
6648          Clairfy what page the toolbar page number applies to. Fix
6649          for the bug #328102.
6650
6651 2006-02-24  Stanislav Slusny <slusnys@gmail.com>
6652
6653         * shell/ev-view-private.h:
6654         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_event),
6655         (ev_view_init), (find_changed_cb), (ev_view_find_previous),
6656         (ev_view_search_changed):
6657         * shell/ev-view.h:
6658         * shell/ev-window.c: (find_bar_search_changed_cb):
6659         
6660         Dont't jump to find result if window was scrolled during search.
6661         Fix for the bug #313266.
6662
6663 2006-02-21  Stanislav Slusny <slusnys@gmail.com>
6664
6665         * shell/eggfindbar.c: (egg_find_bar_class_init):
6666         * shell/eggfindbar.h:
6667         * shell/ev-view-accessible.c: (ev_view_accessible_idle_do_action):
6668         * shell/ev-view-private.h:
6669         * shell/ev-view.c: (add_scroll_binding_keypad), (ev_view_scroll),
6670         (ev_view_class_init), (ev_sizing_mode_get_type),
6671         (ev_scroll_type_get_type):
6672         * shell/ev-view.h:
6673         * shell/ev-window.c: (ev_window_cmd_scroll_forward),
6674         (ev_window_cmd_scroll_backward), (find_bar_scroll),
6675         (ev_window_init):
6676         
6677         Fix for the bug 319133 - Find entry should allow text scroll.
6678
6679 2006-02-20  Antoine Dopffer <antoine.dopffer@free.fr>
6680
6681         * shell/ev-view-private.h:
6682         * shell/ev-view.c: (view_update_range_and_current_page),
6683         (highlight_find_results), (find_changed_cb), (page_changed_cb),
6684         (ev_view_set_document), (update_find_status_message),
6685         (jump_to_find_result), (jump_to_find_page), (ev_view_find_next),
6686         (ev_view_find_previous):
6687         
6688         Fix for the bug #319137. Search now takes account for scrolling.
6689
6690 2006-02-19  Michael Hofmann <mh21@piware.de>
6691
6692         * configure.ac:
6693         * djvu/Makefile.am:
6694         * djvu/djvu-document-private.h:
6695         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
6696         (djvu_handle_events), (djvu_document_load), (djvu_document_save),
6697         (djvu_document_get_page_size), (djvu_document_render_pixbuf),
6698         (djvu_document_can_get_text), (djvu_document_get_text),
6699         (djvu_document_document_iface_init),
6700         (djvu_document_thumbnails_get_thumbnail),
6701         (djvu_document_find_begin), (djvu_document_find_get_n_results),
6702         (djvu_document_find_get_result),
6703         (djvu_document_find_page_has_results),
6704         (djvu_document_find_get_progress), (djvu_document_find_cancel),
6705         (djvu_document_find_iface_init):
6706         * djvu/djvu-text-page.c: (djvu_text_page_selection_process),
6707         (djvu_text_page_selection), (djvu_text_page_limits_process),
6708         (djvu_text_page_limits), (djvu_text_page_copy),
6709         (djvu_text_page_position), (djvu_text_page_union),
6710         (djvu_text_page_sexpr_process), (djvu_text_page_sexpr),
6711         (djvu_text_page_box), (djvu_text_page_append_text),
6712         (djvu_text_page_search), (djvu_text_page_prepare_search),
6713         (djvu_text_page_new), (djvu_text_page_free):
6714         * djvu/djvu-text-page.h:
6715         * djvu/djvu-text.c: (djvu_text_idle_callback), (djvu_text_new),
6716         (djvu_text_copy), (djvu_text_free), (djvu_text_get_text),
6717         (djvu_text_n_results), (djvu_text_has_results),
6718         (djvu_text_get_result), (djvu_text_get_progress):
6719         * djvu/djvu-text.h:
6720         
6721         Text search in djvu. Fix for the bug #303415.
6722
6723 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6724
6725         * configure.ac:
6726         * shell/ev-window.c: (ev_window_cmd_save_as):
6727         
6728         Ask filechooser to confirm overwrite. Fix for the bug #328266.
6729         Thanks to Gary Coady <gary@lyranthe.org>
6730
6731 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6732
6733         * shell/ev-print-job.c: (idle_print_handler):
6734         
6735         Inverse order printing, bug #320919.
6736
6737 2006-02-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6738
6739         * data/evince-toolbar.xml:
6740         * shell/ev-window.c:
6741         
6742         Allow to add sidebar checkbutton on toolbar. Fix
6743         for the bug #144577.
6744
6745 2006-02-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6746
6747         * ps/ps-document.c: (push_pixbuf), (setup_pixmap):
6748         
6749         Add checks that have sense for empty ps document.
6750
6751 2006-02-15  Luca Ferretti <elle.uca@libero.it>
6752
6753         * configure.ac: Include PS in mime types list. 
6754
6755 2006-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6756
6757         * configure.ac:
6758         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
6759         * ps/gsdefaults.h:
6760         * ps/ps-document.c: (start_interpreter), (ps_document_load):
6761         
6762         Runtime check for gs interpreter. Fix for the bug #320868.
6763         Thanks to Antoine Dopffer antoine.dopffer@free.fr
6764
6765 2006-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
6766
6767         * shell/ev-application.c: 
6768
6769         Use DBUS_NAME_FLAG_DO_NOT_QUEUE flag in RequestName method when
6770         dbus>=0.60, so that the request is not queued. 
6771
6772 2006-02-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6773
6774         * configure.ac:
6775         * shell/Makefile.am:
6776         * shell/ev-sidebar-links.c: (print_section_cb):
6777         * shell/ev-utils.c:
6778         * shell/ev-utils.h:
6779         * shell/ev-window.c: (update_action_sensitivity),
6780         (ev_window_close_dialogs), (ev_window_print):
6781         * shell/ev-window.h:
6782         
6783         Make printing support optional. Patch from Eduardo de Barros Lima
6784         <eduardo.lima@indt.org.br> for the bug #330546.
6785
6786 2006-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6787
6788         * shell/ev-view-private.h:
6789         * shell/ev-view.c: (ev_view_expose_event), (ev_view_set_loading),
6790         (ev_view_set_document):
6791         * shell/ev-view.h:
6792         * shell/ev-window.c: (ev_window_load_job_cb),
6793         (ev_window_xfer_job_cb), (ev_window_open_uri), (ev_window_dispose),
6794         (ev_window_init):
6795
6796         Draw Loading message during xfer job. Fix for the bug #329495.
6797
6798 2006-02-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6799
6800         * comics/comics-document.c: (comics_regex_quote),
6801         (comics_document_load), (extract_argv):
6802         
6803         Correcly quote regexp before passing it to unzip.
6804
6805 2006-02-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6806
6807         * shell/ev-page-cache.c: (build_height_to_page),
6808         (ev_page_cache_new), (ev_page_cache_get_max_label_chars),
6809         (ev_page_cache_get_dual_even_left):
6810         * shell/ev-page-cache.h:
6811         * shell/ev-view.c: (view_update_range_and_current_page),
6812         (get_page_y_offset), (get_page_extents):
6813         
6814         Place even pages to the left if document has less then
6815         two pages. Fix for the bug #328856.
6816
6817 2006-01-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6818
6819         * thumbnailer/evince-thumbnailer-comics.schemas.in:
6820         
6821         Correct comics scheme. This make evince create thumbnails
6822         for comic books. Fix for the bug 329088.
6823
6824 2006-01-31  Christopher Aillon  <caillon@redhat.com>
6825
6826         * data/evince-password.glade: Don't explicitly set
6827         invisible_char to the current default value in case
6828         the default changes; let GTK+ do its magic.
6829
6830 2006-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6831
6832         * shell/ev-job-xfer.c: (ev_job_xfer_run): Append
6833         real filename to tmp filename since often document
6834         type is determined by extension.
6835
6836 2006-01-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
6837
6838         * shell/ev-view.c: (add_scroll_binding_keypad),
6839         (ev_view_binding_activated), (ev_view_class_init):
6840         
6841         Add keybindings for percision-scrolling of display area. 
6842         Fix for the bug #314072.
6843
6844 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6845
6846         * data/evince.desktop.in.in:
6847         
6848         Add GTK to the list of categories. Fix for the bug #328034.
6849
6850 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6851
6852         * shell/ev-application.c: (ev_application_shutdown),
6853         (ev_application_set_chooser_uri), (ev_application_get_chooser_uri):
6854         * shell/ev-application.h:
6855         * shell/ev-window.c: (file_open_dialog_response_cb),
6856         (ev_window_cmd_file_open):
6857         
6858         Save last uri in file chooser dialog. Fix for the bug #327950.
6859
6860 2006-01-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6861
6862         * NEWS:
6863         * README:
6864         
6865         Final update for release 0.5.0
6866         
6867         * shell/Makefile.am:
6868         
6869         Remove disable deprecated until we'll require libgnome-2.13.7
6870         and port to GOption argument parsing. See bug 327518.
6871
6872 2006-01-19  Jani Monoses <jani.monoses@gmail.com>
6873
6874         * comics/comics-document.c: (comics_document_save):
6875         * djvu/djvu-document.c: (djvu_document_save):
6876         * dvi/dvi-document.c: (dvi_document_save):
6877         * lib/ev-file-helpers.c: (ev_tmp_filename), (ev_xfer_uri_simple):
6878         * lib/ev-file-helpers.h:
6879         * pixbuf/pixbuf-document.c: (pixbuf_document_save):
6880         * tiff/tiff-document.c: (tiff_document_save):
6881         
6882         Use common save function for backends.
6883
6884 2006-01-18  Jani Monoses <jani.monoses@gmail.com>
6885
6886         * backend/ev-document-types.c:
6887         
6888         Fix crash on saving pixbuf.
6889
6890 2006-01-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6891
6892         * cut-n-paste/recent-files/egg-recent-item.c:
6893         (get_uri_shortname_for_display), (egg_recent_item_get_short_name):
6894         * cut-n-paste/recent-files/egg-recent-model.c: (parse_info_init),
6895         (parse_info_free), (valid_element), (start_element_handler),
6896         (end_element_handler), (text_handler), (egg_recent_model_filter),
6897         (egg_recent_model_monitor_cb), (egg_recent_model_poll_timeout),
6898         (egg_recent_model_monitor), (egg_recent_model_read),
6899         (egg_recent_model_open_file), (egg_recent_model_lock_file),
6900         (egg_recent_model_unlock_file), (egg_recent_model_finalize),
6901         (egg_recent_model_set_property), (egg_recent_model_class_init),
6902         (egg_recent_model_init), (egg_recent_model_add_full),
6903         (egg_recent_model_delete), (egg_recent_model_get_list),
6904         (egg_recent_model_clear), (egg_recent_model_clear_mime_filter),
6905         (egg_recent_model_set_filter_mime_types),
6906         (egg_recent_model_clear_group_filter),
6907         (egg_recent_model_set_filter_groups),
6908         (egg_recent_model_clear_scheme_filter),
6909         (egg_recent_model_set_filter_uri_schemes),
6910         (egg_recent_model_remove_expired):
6911         * cut-n-paste/recent-files/egg-recent-util.c:
6912         (egg_recent_util_get_icon):
6913         * cut-n-paste/recent-files/egg-recent-util.h:
6914         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
6915         (connect_proxy_cb), (egg_recent_view_uimanager_set_list),
6916         (egg_recent_view_uimanager_set_empty_list), (model_changed_cb),
6917         (egg_recent_view_uimanager_set_property),
6918         (egg_recent_view_uimanager_get_property),
6919         (egg_recent_view_uimanager_class_init),
6920         (egg_recent_view_uimanager_init),
6921         (egg_recent_view_uimanager_set_label_width),
6922         (egg_recent_view_uimanager_get_label_width):
6923         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
6924         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
6925         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
6926         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
6927         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
6928         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
6929         
6930         Update from libegg.
6931
6932 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6933
6934         * shell/ev-page-cache.c: (build_height_to_page),
6935         (ev_page_cache_get_height_to_page):
6936         * shell/ev-page-cache.h:
6937         * shell/ev-view.c: (view_update_range_and_current_page),
6938         (get_page_y_offset), (get_page_extents), (ev_view_next_page),
6939         (ev_view_previous_page):
6940         
6941         Dual mode places even pages to the left. Fix for the bug #309393.
6942
6943         * shell/ev-view.h:
6944         * shell/ev-window.c: (update_action_sensitivity),
6945         (setup_view_from_metadata), (view_menu_popup_cb):
6946         
6947         Don't restore presentation in empty windows, more intelligent
6948         next page behaviour in dual mode.
6949
6950         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
6951         (ev_pixbuf_cache_clear_job_sizes):
6952         
6953         Cleanup job callback on removal. Fix for the bug #325886.
6954
6955 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6956
6957         * ps/ps.c: (psscan):
6958         
6959         Commit workaround Mozilla problem. Fix for the bug #325919
6960         
6961         * shell/ev-metadata-manager.c: (parse_value), (parseItem),
6962         (save_item):
6963         
6964         Fix for year 2038 problem.
6965
6966 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6967
6968         * shell/ev-window.c: (setup_document_from_metadata),
6969         (ev_window_cmd_view_reload):
6970
6971         Clamp page recieved from metadata in valid values. Fix
6972         for the bug #325986.
6973
6974 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6975
6976         * MAINTAINERS: 
6977         Add MAINTAINERS as requested on desktop-devel-list.
6978
6979 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6980
6981         * backend/ev-document-factory.c: (gdk_pixbuf_mime_type_list),
6982         (mime_type_supported_by_gdk_pixbuf),
6983         (ev_document_factory_get_mime_types),
6984         (ev_document_factory_get_all_mime_types):
6985         
6986         Don't add pixbuf mime types if pixbuf backend is disabled.
6987         
6988         * shell/ev-application.c: (ev_application_get_uri_window):
6989         
6990         Fix for the bug 325815 - unhandled MIME type message doesn't 
6991         appear a second time. 
6992         
6993         * shell/ev-document-types.c: (ev_document_types_add_filters):
6994         * shell/ev-window.c: (page_changed_cb), (ev_window_setup_document),
6995         (password_dialog_response), (ev_window_popup_password_dialog),
6996         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
6997         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
6998         (ev_window_run_presentation), (ev_window_stop_presentation),
6999         (save_sizing_mode), (ev_window_zoom_changed_cb),
7000         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
7001         (ev_window_dual_mode_changed_cb),
7002         (ev_window_sidebar_current_page_changed_cb),
7003         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
7004         (window_state_event_cb), (window_configure_event_cb):
7005         
7006         Cleanup additional uris holded by EvWindow.
7007
7008 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7009
7010         * shell/ev-view.c: (ev_view_scroll), (ev_view_previous_page),
7011         (ev_view_can_previous_page), (ev_view_can_next_page):
7012         * shell/ev-view.h:
7013         * shell/ev-window.c: (update_action_sensitivity):
7014         
7015         Two page scrolling with Space and PageUp in dual mode. Second fix 
7016         for the bug #316608.
7017
7018 2006-01-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7019
7020         * shell/ev-view.c: (scroll_to_current_page):
7021         
7022         Correctly clamp adjustment value. Fix for the bug
7023         #325808.
7024
7025 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7026
7027         * shell/ev-sidebar-links.c: (print_section_cb):
7028         * shell/ev-window.c: (ev_window_get_uri),
7029         (ev_window_close_dialogs), (ev_window_open_uri), (ev_window_print),
7030         (ev_window_print_dialog_response_cb), (ev_window_print_range),
7031         (ev_window_dispose):
7032         
7033         Make print dialog non-modal. Fix for the bug #325622.
7034
7035 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7036
7037         * shell/ev-metadata-manager.c:
7038         * shell/ev-utils.c: (using_pdf_printer),
7039         (using_postscript_printer), (load_print_config_from_file),
7040         (save_print_config_to_file):
7041         * shell/ev-utils.h:
7042         * shell/ev-window.c: (update_sizing_buttons), (page_changed_cb),
7043         (update_sidebar_visibility), (setup_sidebar_from_metadata),
7044         (setup_view_from_metadata), (ev_window_setup_document),
7045         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
7046         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
7047         (ev_window_run_presentation), (ev_window_stop_presentation),
7048         (save_sizing_mode), (ev_window_zoom_changed_cb),
7049         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
7050         (ev_window_dual_mode_changed_cb),
7051         (ev_window_sidebar_current_page_changed_cb),
7052         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
7053         (window_state_event_cb), (window_configure_event_cb),
7054         (ev_window_init):
7055         
7056         Setting saving behaviour fixes.
7057
7058 2005-12-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7059
7060         * configure.ac:
7061         
7062         Make antialiasing gs options better and allow
7063         to change them during configure. Fix for the 
7064         bug #319049.
7065
7066 2005-12-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7067
7068         * shell/ev-window.c: (setup_view_from_metadata):
7069         
7070         Remember if last window was maximized. Fix for the
7071         bug #323797.
7072
7073 2005-12-28  Abel Cheung  <maddog@linuxhall.org>
7074
7075         * configure.ac: Added "zh_HK" to ALL_LINGUAS.
7076
7077 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7078
7079         * backend/ev-link.c: (ev_link_get_page), (ev_link_init):
7080         * shell/ev-page-action.c: (build_new_tree_cb):
7081         * shell/ev-sidebar-links.c: (links_page_num_func),
7082         (update_page_callback_foreach), (update_page_callback):
7083         * shell/ev-view.c: (scroll_to_current_page):
7084         
7085         Fix for the bug #325067 with more intelligent selection
7086         of current link in sidebar. Make sidebar handle links
7087         of FITR-like type more correctly.
7088
7089         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
7090         (dvi_pixbuf_put_pixel):
7091         
7092         Fix memory consumtion with disabled alpha channel.
7093
7094 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7095
7096         * data/evince-ui.xml:
7097         * shell/ev-window.c: (view_menu_popup_cb),
7098         (ev_popup_cmd_open_link), (ev_window_init):
7099         
7100         Update context menu for internal links. Fix for the bug
7101         #325066.
7102
7103 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7104
7105         * shell/ev-view.c: (ev_view_popup_menu), (ev_view_class_init):
7106         
7107         Bind context menu to keyboard also. Fix for the bug
7108         #325065.
7109
7110 2005-12-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7111
7112         * shell/ev-view.c: (selection_scroll_timeout_cb):
7113         
7114         Horizontal scroll on selection also.
7115
7116 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7117
7118         * shell/ev-metadata-manager.c: (parse_value):
7119         * shell/ev-view.c: (goto_xyz_link):
7120         
7121         Correct zoom setup and metadata save broken in 
7122         some locales.
7123
7124 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7125
7126         * shell/ev-view-private.h:
7127         * shell/ev-view.c: (scroll_to_current_page),
7128         (view_set_adjustment_values), (goto_fitr_link), (goto_fitv_link),
7129         (goto_fith_link), (goto_fit_link), (goto_xyz_link),
7130         (page_changed_cb), (ev_view_set_continuous),
7131         (ev_view_set_dual_page), (ev_view_set_presentation):
7132         
7133         Delay scroll until allocation to correctly position page. Fix
7134         for the bug #317334.
7135
7136 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7137
7138         * NEWS:
7139         * configure.ac:
7140         
7141         Update NEWS and require poppler 0.5.0.
7142
7143 2005-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
7144         
7145         * data/evince-ui.xml:
7146         * shell/ev-view-private.h:
7147         * shell/ev-view.c: (ev_view_get_link_at_location),
7148         (handle_link_over_xy), (ev_view_button_press_event),
7149         (ev_view_button_release_event), (ev_view_class_init):
7150         * shell/ev-window.c: (view_menu_popup_cb), (ev_window_dispose),
7151         (ev_popup_cmd_open_link), (ev_popup_cmd_copy_link_address),
7152         (ev_window_init):
7153         
7154         Implement right-click context menu.
7155
7156 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7157
7158         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
7159         * dvi/pixbuf-device.c: (dvi_pixbuf_create_image),
7160         (mdvi_pixbuf_device_render):
7161         * pdf/ev-poppler.cc:
7162
7163         Don't generate thumbnails with alpha. See bug #324077.
7164         Thanks to Jeroen Zwartepoorte <jeroen.zwartepoorte@gmail.com>.
7165
7166 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7167
7168         * shell/ev-window.c: (setup_chrome_from_metadata):
7169         
7170         Fix typo that was hiding toolbar.
7171
7172 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7173
7174         * shell/ev-view-private.h:
7175         * shell/ev-view.c: (ev_view_realize), (selection_update_idle_cb),
7176         (selection_scroll_timeout_cb), (ev_view_motion_notify_event),
7177         (ev_view_button_release_event), (ev_view_destroy):
7178         
7179         Small cleanup and autoscrolling during selection. Thanks to 
7180         Ricardo Markiewicz  <rmarkie@fi.uba.ar>.
7181
7182 2005-12-22  Jani Monoses <jani.monoses@gmail.com>
7183
7184         * configure.ac:
7185         
7186         Correctly check for comics option.
7187
7188 2005-12-21  Eduardo Lima <eduardo.lima@indt.org.br>
7189         * Makefile.am:
7190         * configure.ac:
7191         * backend/Makefile.am:
7192         * backend/ev-document-factory.c:
7193         * shell/ev-document-types.c:
7194
7195         Included option in configure to make ps backend 
7196         compilation optional with --disable-ps.
7197
7198 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7199
7200         * backend/ev-document-factory.c:
7201         * comics/Makefile.am:
7202         * comics/comics-document.c: (comics_document_load):
7203         * comics/ev-cbr-mime.xml:
7204         * configure.ac:
7205         
7206         Comics mime types are added to shared-mime-info CVS. Now
7207         we don't need to install our own mime types.
7208
7209 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7210
7211         * shell/ev-window.c:
7212         
7213         Add shortcut for "save a copy" menu entry. Fix for
7214         the bug #324582.
7215
7216 2005-12-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7217
7218         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
7219         (job_finished_cb), (new_selection_pixbuf_needed),
7220         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
7221         (clear_job_selection), (ev_pixbuf_cache_set_selection_list):
7222         
7223         Rework selection job info logic and fix critical warning.
7224
7225 2005-12-17  Abel Cheung  <maddog@linuxhall.org>
7226
7227         * configure.ac: Added "cy" "fa" "mk" "vi" to ALL_LINGUAS.
7228
7229 2005-11-27  Jaap A. Haitsma <jaap@haitsma.org>
7230
7231         * data/evince-ui.xml:
7232         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
7233         
7234         Enter as shortcut key for next page. Fix for the bug
7235         #321394.
7236
7237 2005-11-18  Ales Nyakhaychyk  <nab@mail.by>
7238
7239         * configure.ac: Added "be" (Belarusian) to ALL_LINGUAS.
7240
7241 2005-11-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7242
7243         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
7244         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
7245         (new_selection_pixbuf_needed),
7246         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
7247         (clear_job_selection):
7248         
7249         Too early for 0.5. Pixbuf cache code cleaned a bit.
7250
7251 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7252
7253         * NEWS:
7254         * configure.ac:
7255         
7256         Release 0.5.0 preparation
7257
7258 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7259
7260         * comics/Makefile.am:
7261         * configure.ac:
7262         * shell/ev-document-types.c: (ev_document_types_add_filters):
7263         
7264         More advanced handling of custom mime type installation.
7265
7266 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7267
7268         * data/evince.schemas.in:
7269         * shell/ev-metadata-manager.c: (value_free),
7270         (ev_metadata_manager_get_last), (ev_metadata_manager_set_last),
7271         (ev_metadata_manager_get), (ev_metadata_manager_set):
7272         * shell/ev-metadata-manager.h:
7273         * shell/ev-window.c: (update_chrome_flag),
7274         (ev_window_cmd_focus_page_selector), (update_sidebar_visibility),
7275         (setup_document_from_metadata), (setup_chrome_from_metadata),
7276         (setup_sidebar_from_metadata), (setup_view_from_metadata),
7277         (ev_window_cmd_edit_find), (ev_window_cmd_escape),
7278         (ev_window_view_toolbar_cb),
7279         (ev_window_sidebar_visibility_changed_cb), (find_bar_close_cb),
7280         (view_actions_focus_in_cb), (ev_window_init), (ev_window_new):
7281         
7282         Save last document settings and reuse them for new documents.
7283
7284 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7285
7286         * Makefile.am:
7287         * backend/Makefile.am:
7288         * backend/ev-document-factory.c:
7289         * backend/ev-document-factory.h:
7290         * comics/Makefile.am:
7291         * comics/comics-document.c: (G_DEFINE_TYPE_WITH_CODE),
7292         (comics_document_load), (comics_document_save),
7293         (comics_document_get_n_pages), (comics_document_get_page_size),
7294         (get_page_size_area_prepared_cb), (comics_document_render_pixbuf)       (render_pixbuf_size_prepared_cb), (comics_document_finalize),
7295         (comics_document_class_init), (comics_document_can_get_text),
7296         (comics_document_get_info), (comics_document_document_iface_init),
7297         (comics_document_init), (get_supported_image_extensions),
7298         (comics_document_thumbnails_get_geometry),
7299         (comics_document_thumbnails_get_thumbnail),
7300         (comics_document_thumbnails_get_dimensions),
7301         (comics_document_document_thumbnails_iface_init), (extract_argv):
7302         * comics/comics-document.h:
7303         * comics/ev-cbr-mime.xml:
7304         * configure.ac:
7305         * po/POTFILES.in:
7306         * shell/ev-application.c: (ev_application_register_service):
7307         * shell/ev-document-types.c: (ev_document_types_add_filters):
7308         * thumbnailer/Makefile.am:
7309         * thumbnailer/evince-thumbnailer-comics.schemas.in:
7310         
7311         New CBR/CBZ backend for comic books.
7312
7313 2005-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7314
7315         * shell/main.c: (load_files_remote):
7316
7317         Thanks to Robert McQueen <robot101@debian.org>. Dbus
7318         warning on startup of second instance is fixed. It
7319         is bug #320353.
7320
7321 2005-10-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7322
7323         * shell/ev-window.c: (ev_window_finalize):
7324         
7325         Fix double free that cause crash.
7326
7327 2005-10-29  Bastien Nocera <hadess@hadess.net>
7328
7329         * tiff/tiff-document.c: (tiff_document_load):
7330         
7331         Fix memory leak.
7332
7333 2005-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7334
7335         * po/POTFILES.in:
7336         * shell/Makefile.am:
7337         * shell/ev-view-accessible.c: (ev_view_accessible_get_priv),
7338         (ev_view_accessible_free_priv), (ev_view_accessible_class_init),
7339         (ev_view_accessible_get_text),
7340         (ev_view_accessible_get_character_at_offset),
7341         (ev_view_accessible_get_text_before_offset),
7342         (ev_view_accessible_get_text_at_offset),
7343         (ev_view_accessible_get_text_after_offset),
7344         (ev_view_accessible_get_character_count),
7345         (ev_view_accessible_get_caret_offset),
7346         (ev_view_accessible_set_caret_offset),
7347         (ev_view_accessible_get_run_attributes),
7348         (ev_view_accessible_get_default_attributes),
7349         (ev_view_accessible_get_character_extents),
7350         (ev_view_accessible_get_offset_at_point),
7351         (ev_view_accessible_get_n_selections),
7352         (ev_view_accessible_get_selection),
7353         (ev_view_accessible_add_selection),
7354         (ev_view_accessible_remove_selection),
7355         (ev_view_accessible_set_selection),
7356         (ev_view_accessible_text_iface_init),
7357         (ev_view_accessible_idle_do_action),
7358         (ev_view_accessible_action_do_action),
7359         (ev_view_accessible_action_get_n_actions),
7360         (ev_view_accessible_action_get_description),
7361         (ev_view_accessible_action_get_name),
7362         (ev_view_accessible_action_set_description),
7363         (ev_view_accessible_action_iface_init),
7364         (ev_view_accessible_get_type), (ev_view_accessible_new),
7365         (ev_view_accessible_factory_get_accessible_type),
7366         (ev_view_accessible_factory_create_accessible),
7367         (ev_view_accessible_factory_class_init),
7368         (ev_view_accessible_factory_get_type):
7369         * shell/ev-view-accessible.h:
7370         * shell/ev-view-private.h:
7371         * shell/ev-view.c: (ev_view_get_accessible), (ev_view_class_init):
7372         * shell/ev-view.h:
7373         
7374         Initial accessibility support.
7375
7376 2005-10-27  Erdal Ronahi  <erdal.ronahi@gmail.com>
7377
7378         * configure.ac: Added ku (Kurdish) to ALL_LINGUAS
7379
7380 2005-10-26  Hubert Figuiere <hfiguiere@teaser.fr>
7381
7382         * shell/ev-print-job.c: (idle_print_handler):
7383         
7384         Fix for bug Bug 318916: Printing multiple pages.
7385
7386 2005-10-20  Runa Bhattacharjee  <runa@bengalinux.org>
7387
7388         * configure.ac: Added "bn" (Bengali) to ALL_LINGUAS.
7389
7390 2005-10-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7391
7392         * pdf/ev-poppler.cc:
7393         
7394         Thumnail dimensions unified with other backends.
7395         
7396         * shell/ev-window-title.c: (ev_window_title_update):
7397         
7398         Fix warning.
7399
7400 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7401
7402         * data/ev-stock-zoom-fit-width.png:
7403         
7404         Remove unused file.
7405
7406 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7407
7408         * configure.ac:
7409         * djvu/djvu-document.c: (djvu_document_load), (djvu_document_save),
7410         (djvu_document_finalize):
7411         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_save),
7412         (dvi_document_finalize):
7413         * pixbuf/pixbuf-document.c: (pixbuf_document_load),
7414         (pixbuf_document_save), (pixbuf_document_finalize):
7415         * tiff/tiff-document.c: (tiff_document_load), (tiff_document_save),
7416         (tiff_document_finalize):
7417         
7418         Save a copy implemented for various backends.
7419
7420 2005-10-17  Daniel Gryniewicz <dang@gentoo.org>
7421
7422         * configure.ac:
7423         
7424         Don't link with ltiff if tiff is disabled.
7425
7426 2005-10-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7427
7428         * pdf/GDKSplashOutputDev.cc:
7429         * pdf/GDKSplashOutputDev.h:
7430         * pdf/Thumb.cc:
7431         * pdf/Thumb.h:
7432         * pdf/pdf-document.cc:
7433         * pdf/pdf-document.h:
7434         * pdf/test-gdk-output-dev.cc:
7435         
7436         Remove old unused files.
7437
7438 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7439
7440         * shell/ev-window.c: (ev_window_setup_document):
7441         
7442         Fixed warnings on reload and probably crash reason.
7443
7444 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7445
7446         * properties/ev-properties-view.c:
7447         (ev_properties_view_format_date):
7448         
7449         Check if date is invalid. Fix for bug 318134.
7450
7451 2005-10-02  Wouter Bolsterlee <uws+gnome@xs4all.nl>
7452
7453         * shell/ev-window-title.c:
7454         
7455         Add .indd files (Adobe Indesign) to the list of "bad
7456         extensions".
7457
7458 2005-10-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7459
7460         * data/evince-ui.xml:
7461         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
7462         
7463         Add <ctrl>KP_Add and <ctrl>KP_Substract bindings.
7464
7465 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
7466
7467         * shell/ev-window.c: (launch_link), (launch_external_uri),
7468         (view_external_link_cb):
7469
7470         URL-escape link before passing it to gnome_vfs_url_show.
7471
7472 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
7473
7474         * shell/ev-view.[ch], shell/ev-window.c: Disable copy action when
7475         there isn't text selected.
7476
7477 2005-09-27  Marco Pesenti Gritti  <mpg@redhat.com>
7478
7479         * shell/ev-view.c: (handle_link_over_xy):
7480
7481         Check tooltip is valid utf8 before showing it
7482
7483 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
7484
7485         * shell/ev-view.c: Allow drag and drop of text. Fixes #316772
7486
7487 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
7488
7489         * shell/ev-window-title.c: (ev_window_title_update):
7490
7491         Guard against using g_strstrip on NULL. Fixes bug #317291.
7492
7493 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
7494
7495         * pdf/ev-poppler.cc:
7496
7497         Show title even for unknown links
7498
7499 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
7500
7501         * shell/ev-window-title.c: (ev_window_title_update):
7502
7503         Strip the title string
7504
7505 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
7506
7507         * shell/ev-window-title.c:
7508
7509         Add .rtf to the bad extensions list
7510
7511 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
7512
7513         * shell/ev-view.c: (doc_point_to_view_point), (goto_fitr_link),
7514         (goto_fitv_link), (goto_fith_link), (goto_xyz_link):
7515
7516         Ignore link coordinates if they are outside page bounds
7517
7518 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
7519
7520         * backend/ev-link.c: (ev_link_type_get_type),
7521         (ev_link_get_filename), (ev_link_get_params),
7522         (ev_link_get_property), (ev_link_set_property),
7523         (ev_window_dispose), (ev_link_class_init), (ev_link_new_launch):
7524         * backend/ev-link.h:
7525         * pdf/ev-poppler.cc:
7526         * shell/ev-view.c: (ev_view_goto_link), (ev_view_class_init):
7527         * shell/ev-window.c: (launch_link), (view_external_link_cb),
7528         (ev_window_init):
7529
7530         Implement launch links. Delegate external link opening to
7531         the window.
7532
7533 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
7534
7535         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_bottom),
7536         (ev_link_get_right), (ev_link_get_property),
7537         (ev_link_set_property), (ev_link_class_init),
7538         (ev_link_new_page_fitv), (ev_link_new_page_fitr):
7539         * backend/ev-link.h:
7540         * pdf/ev-poppler.cc:
7541         * shell/ev-view.c: (goto_fitr_link), (ev_view_goto_link):
7542
7543         Implement fitr links
7544
7545 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
7546
7547         * shell/ev-view.c: (ev_view_get_width), (ev_view_get_height),
7548         (goto_fitv_link), (goto_fith_link), (goto_fit_link),
7549         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
7550         (ev_view_size_request_continuous),
7551         (ev_view_size_request_dual_page),
7552         (ev_view_size_request_single_page), (ev_view_size_allocate),
7553         (ev_view_zoom_for_size_continuous_and_dual_page),
7554         (ev_view_zoom_for_size_continuous),
7555         (ev_view_zoom_for_size_dual_page),
7556         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
7557         (ev_sizing_mode_get_type):
7558         * shell/ev-view.h:
7559         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
7560
7561         Do not use modes for link, we need to calculate size ad hoc.
7562         Still not perfect because of the usual scrollbar issues grrr.
7563
7564 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
7565
7566         * backend/ev-link.c: (ev_link_type_get_type),
7567         (ev_link_new_page_fith), (ev_link_new_page_fitv):
7568         * backend/ev-link.h:
7569         * pdf/ev-poppler.cc:
7570         * shell/ev-view.c: (goto_fitv_link), (goto_fith_link),
7571         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
7572         (ev_view_size_request_continuous),
7573         (ev_view_size_request_dual_page),
7574         (ev_view_size_request_single_page), (ev_view_size_allocate),
7575         (zoom_for_size_fit_height),
7576         (ev_view_zoom_for_size_continuous_and_dual_page),
7577         (ev_view_zoom_for_size_continuous),
7578         (ev_view_zoom_for_size_dual_page),
7579         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
7580         (ev_sizing_mode_get_type):
7581         * shell/ev-view.h:
7582         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
7583
7584         Implement FIT_HEIGHT mode (only for links).
7585         Implement FITH links
7586
7587 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
7588
7589         * shell/ev-window-title.c: (get_filename_from_uri),
7590         (ev_window_title_sanitize_extension), (ev_window_title_update),
7591         (ev_window_title_set_document), (ev_window_title_set_uri),
7592         (ev_window_title_free):
7593         * shell/ev-window-title.h:
7594         * shell/ev-window.c: (ev_window_setup_document),
7595         (ev_window_popup_password_dialog):
7596
7597         Refactor window title building while fixing it for
7598         password documents.
7599
7600 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
7601
7602         * pdf/ev-poppler.cc:
7603
7604         Escape link title before setting it in the model
7605
7606 2005-09-23  Marco Pesenti Gritti  <mpg@redhat.com>
7607
7608         * shell/ev-application.c: (removed_from_session), (save_session),
7609         (init_session), (ev_application_get_empty_window),
7610         (ev_application_init), (ev_application_get_windows):
7611         * shell/ev-application.h:
7612         * shell/ev-window.c: (ev_window_finalize):
7613
7614         Add a function to retrieve window list and share it where
7615         necessary.
7616         Implement session handling, works pretty well thanks to the
7617         metadata system.
7618
7619 2005-09-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7620
7621         * shell/ev-password.c: (ev_password_item_created_callback),
7622         (ev_password_dialog_save_password):
7623         
7624         Fix for bug 316972. Use async gnome-keyring API.
7625
7626 2005-09-22  Christian Persch  <chpe@cvs.gnome.org>
7627
7628         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init):
7629         Remove unused unrealize handler. Add scroll handling to
7630         ev_view_scroll_event for presentation mode (bug #316708),
7631         and fix the event state checks there.
7632
7633 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
7634
7635         * shell/ev-page-action.c: (page_changed_cb):
7636
7637         "marco, maybe we should be crazy and jump right to 6! :)"
7638
7639         Bryan Clark, Sep 2005
7640
7641 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
7642
7643         * ps/ps-document.c: (save_document), (ps_document_save),
7644         (ps_document_ps_export_begin), (ps_document_ps_export_do_page),
7645         (ps_document_ps_export_end):
7646
7647         Fix unstructured documents save and print
7648
7649 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
7650
7651         * shell/ev-application.c: (ev_application_open_uri):
7652
7653         Fix window size persistance
7654
7655 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
7656
7657         * shell/ev-view.c: (ev_view_button_release_event):
7658
7659         Based on a patch from carlosgc@gnome.org. Mouse buttons
7660         switch pages in presentation mode.
7661
7662 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7663
7664         * shell/ev-page-cache.c: (ev_page_cache_get_size):
7665
7666         Dont cast to int before scaling
7667
7668 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7669
7670         * backend/ev-link.c: (ev_link_type_get_type),
7671         (ev_link_new_page_xyz), (ev_link_new_page_fit),
7672         (ev_link_new_page_fith):
7673         * backend/ev-link.h:
7674         * pdf/ev-poppler.cc:
7675         * shell/ev-view.c: (goto_fith_link), (ev_view_goto_link):
7676
7677         Implement FIT and FITH links
7678
7679 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7680
7681         * pdf/ev-poppler.cc:
7682
7683         Return 0 results when search is not in progress.
7684
7685         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
7686         (ev_window_cmd_go_next_page), (find_bar_search_changed_cb):
7687
7688         Update menu sensitivity when cancelling search
7689
7690 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7691
7692         * shell/ev-view.c: (ev_view_can_find_next):
7693
7694         Take all pages in consideration, not just current one
7695
7696 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7697
7698         * shell/ev-page-cache.c:
7699         * shell/ev-page-cache.h:
7700         * shell/ev-view.c: (ev_view_binding_activated),
7701         (ev_view_next_page), (ev_view_previous_page),
7702         (ev_sizing_mode_get_type):
7703         * shell/ev-view.h:
7704         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
7705         (ev_window_cmd_go_next_page):
7706
7707         Move page next/previous functions from page chace to
7708         view and change it to move by 2 page steps in dual mode.
7709
7710 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7711
7712         * shell/ev-window.c: (update_sidebar_visibility),
7713         (setup_sidebar_from_metadata), (ev_window_setup_document),
7714         (setup_view_from_metadata):
7715
7716         Show the index by default when there is one     
7717
7718 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7719
7720         * shell/ev-window-title.c: (ev_window_title_set_document):
7721
7722         Missing null check
7723
7724 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7725
7726         * shell/ev-view.c: (view_update_range_and_current_page):
7727         
7728         Allow display of last odd page in dual view. Fix for 316347.
7729
7730 2005-09-17  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
7731
7732         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
7733         
7734         Make close button default. Fix for 316383.
7735
7736 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7737
7738         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
7739         
7740         Mark close button as default. Fix for 316381.
7741
7742 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
7743
7744         * backend/ev-link.c: (ev_link_class_init):
7745
7746         Allow negative doubles in left/top properties
7747
7748 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
7749
7750         * shell/ev-window.c:
7751
7752         Remove a bunch of strings that was used only
7753         by the statusbar.
7754
7755 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
7756
7757         * shell/ev-window-title.c: (get_filename_from_uri),
7758         (ev_window_title_set_document):
7759
7760         When title has a confusing extension, show also
7761         the document filename inside ()
7762
7763 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
7764
7765         * shell/Makefile.am:
7766         * shell/ev-window-title.c: (ev_window_title_new),
7767         (ev_window_title_update), (ev_window_title_set_type),
7768         (ev_window_title_set_document), (ev_window_title_free):
7769         * shell/ev-window-title.h:
7770         * shell/ev-window.c: (ev_window_setup_document),
7771         (password_dialog_response), (ev_window_popup_password_dialog),
7772         (ev_window_dispose), (ev_window_init):
7773
7774         Factor out and cleanup window title code
7775
7776 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
7777
7778         * shell/ev-window.c: (unable_to_load_dialog_response_cb),
7779         (unable_to_load):
7780
7781         Make dialog transient so it doesnt block other windows
7782
7783 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7784
7785         * pdf/ev-poppler.cc:
7786         
7787         Fix pdf thumbnails rendering.
7788
7789 2005-09-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
7790
7791         * shell/ev-window.c: (fullscreen_set_timeout):
7792         
7793         Increase timeout to hide full screen popup. Bug 
7794         316123. 
7795
7796 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7797
7798         * data/evince.schemas.in:
7799         * shell/ev-window.c: (update_action_sensitivity):
7800
7801         Allow the user to override document restrictions. Fix for bug
7802         305818.
7803
7804 2005-09-13  Christian Persch  <chpe@cvs.gnome.org>
7805
7806         * shell/ev-window.c: (ev_window_update_fullscreen_popup),
7807         (ev_window_create_fullscreen_popup), (ev_window_screen_changed),
7808         (ev_window_class_init): Fix multihead behaviour of fullscreen
7809         toolbar popup. Fixes bug #315451.
7810
7811 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7812
7813         * configure.ac:
7814         * data/evince-password.glade:
7815         * shell/ev-password.c: (ev_password_dialog_set_property),
7816         (ev_password_dialog_finalize), (ev_password_dialog_class_init),
7817         (ev_password_dialog_init), (ev_password_set_bad_password_label),
7818         (ev_password_dialog_entry_changed_cb),
7819         (ev_password_dialog_entry_activated_cb),
7820         (ev_password_dialog_save_password), (ev_password_keyring_found_cb),
7821         (ev_password_search_in_keyring), (ev_password_dialog_get_password),
7822         (ev_password_dialog_set_bad_pass):
7823         * shell/ev-password.h:
7824         * shell/ev-window.c: (password_dialog_response),
7825         (ev_window_popup_password_dialog):
7826         
7827         Support for gnome-keyring for encrypted PDF's.
7828
7829 2005-09-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7830
7831         * shell/ev-view.c: (handle_link_over_xy), (ev_view_realize),
7832         (ev_view_motion_notify_event), (ev_view_leave_notify_event),
7833         (ev_view_enter_notify_event), (ev_view_class_init):
7834         
7835         More precise handling of enter_notify/leave_notify events
7836         in EvView. Fix for bug 315470.
7837
7838 2005-09-08  Christopher Aillon  <caillon@redhat.com>
7839
7840         * shell/ev-window.c: (fullscreen_timeout_cb),
7841         (fullscreen_set_timeout), (fullscreen_clear_timeout),
7842         (ev_window_dispose):
7843
7844         leak fix: unref fullscreen_timeout_source before clearing it
7845
7846 2005-09-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7847
7848         * configure.ac, dvi/mdvi/Makefile.am: 
7849         
7850         Use lt1 instead lt1lib. Thanks to yselkowitz@users.sourceforge.net
7851
7852 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
7853
7854         * backend/ev-link.c: (ev_link_new_page_xyz):
7855         * pdf/ev-poppler.cc:
7856         * shell/ev-view.c: (goto_xyz_link), (ev_view_goto_link):
7857
7858         Fix some bugs with xyz links, respect zoom
7859
7860 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
7861
7862         * shell/ev-window.c: (page_changed_cb),
7863         (setup_document_from_metadata), (update_sidebar_visibility),
7864         (setup_view_from_metadata), (ev_window_run_fullscreen),
7865         (ev_window_stop_fullscreen), (ev_window_run_presentation),
7866         (ev_window_stop_presentation), (ev_window_continuous_changed_cb),
7867         (ev_window_dual_mode_changed_cb),
7868         (ev_window_sidebar_current_page_changed_cb):
7869
7870         null check uri before setting and getting metadata
7871
7872 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
7873
7874         * dvi/Makefile.am:
7875         * properties/Makefile.am:
7876         * shell/Makefile.am:
7877         * thumbnailer/Makefile.am:
7878
7879         Some build fixes for cygwin. Patch by yselkowitz@users.sourceforge.net
7880
7881 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
7882
7883         * shell/ev-sidebar-links.c: (ev_sidebar_links_class_init),
7884         (selection_changed_callback):
7885         * shell/ev-sidebar-links.h:
7886
7887         Add a signal for link activation.
7888
7889         * shell/ev-view.c: (ev_view_goto_link),
7890         (ev_view_button_release_event):
7891         * shell/ev-view.h:
7892         * shell/ev-window.c: (sidebar_links_link_activated_cb),
7893         (ev_window_init):
7894
7895         Implement the signal so that we can handle all link types.
7896
7897         * shell/ev-page-cache.c:
7898
7899         Remove unused set_link function
7900
7901 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
7902
7903         * lib/ev-tooltip.c: (ev_tooltip_set_position):
7904
7905         Add some space from the cursor, hardcoded but I couldnt
7906         find a better way.
7907
7908 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
7909
7910         * lib/ev-tooltip.c:
7911
7912         Use mozilla style vs gtk style, way better for links.
7913
7914         * shell/ev-view.c: (ev_view_motion_notify_event),
7915         (ev_view_destroy), (ev_view_init):
7916
7917         Deactive tooltip when the link hovered is changed.
7918
7919 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
7920
7921         * backend/ev-document.h:
7922         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_top),
7923         (ev_link_get_left), (ev_link_get_zoom), (ev_link_get_property),
7924         (ev_link_set_property), (ev_window_dispose), (ev_link_class_init),
7925         (ev_link_new_page), (ev_link_new_page_xyz):
7926         * backend/ev-link.h:
7927         * pdf/ev-poppler.cc:
7928         * shell/ev-view.c: (doc_point_to_view_point), (scroll_to_xyz_link),
7929         (go_to_link), (tip_from_link):
7930
7931         Implement xyz links, still not functional. Links are a total
7932         mess, will need to refactor and bugfix a lot :(
7933
7934 2005-09-05  Alessio Frusciante  <algol@firenze.linux.it>
7935
7936         * configure.ac: Added "it" (Italian) to ALL_LINGUAS.
7937
7938 2005-09-05  Marco Pesenti Gritti <mpg@redhat.com>
7939
7940         * data/evince-ui.xml:
7941         * data/evince.schemas.in:
7942         * shell/Makefile.am:
7943         * shell/ev-window.c: (update_chrome_visibility),
7944         (password_dialog_response), (ev_window_load_job_cb),
7945         (ev_window_xfer_job_cb), (ev_window_open_uri),
7946         (ev_window_class_init), (set_chrome_actions), (load_chrome),
7947         (ev_window_init):
7948
7949         Remove the statusbar. This regress loading feedback, need to
7950         check with Bryan what we want to do there...
7951
7952 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
7953
7954         * lib/ev-tooltip.c: (ev_tooltip_init):
7955
7956         Fix tooltip border and size handling
7957
7958 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
7959
7960         * lib/ev-tooltip.c: (ev_tooltip_dispose), (ev_tooltip_class_init),
7961         (ev_tooltip_set_position), (ev_tooltip_recently_shown),
7962         (ev_tooltip_timeout), (ev_tooltip_activate),
7963         (ev_tooltip_deactivate):
7964         * lib/ev-tooltip.h:
7965         * shell/ev-view.c: (ev_view_motion_notify_event):
7966
7967         Delay popup showing. Mirror gtk logic/times.
7968
7969 2005-09-03  Marco Pesenti Gritti  <mpg@redhat.com>
7970
7971         * lib/Makefile.am:
7972         * lib/ev-tooltip.c: (ev_tooltip_expose_event),
7973         (ev_tooltip_class_init), (ev_tooltip_init), (ev_tooltip_new),
7974         (ev_tooltip_set_text), (ev_tooltip_set_position):
7975         * lib/ev-tooltip.h:
7976
7977         Simple widget to show tooltips at a custom position
7978
7979         * shell/ev-view.c: (tip_from_link), (ev_view_motion_notify_event),
7980         (ev_view_destroy):
7981
7982         Use it for links. First go, needs work
7983
7984 2005-08-17  Dennis Cranston  <dennis_cranston@yahoo.com>
7985
7986         * shell/ev-window.c: (ev_window_cmd_edit_toolbar): A couple small 
7987         HIG fixes.  Use title capitalization for window title. Use 12 
7988         pixels of space between the dialog's vbox and action area.
7989
7990 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
7991
7992         * shell/ev-window.c: (file_open_dialog_response_cb),
7993         (ev_window_cmd_file_open), (file_save_dialog_response_cb),
7994         (ev_window_cmd_save_as):
7995
7996         Make file pickers not modal and refactor code some
7997
7998 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
7999
8000         * shell/ev-sidebar.h:
8001         * shell/ev-sidebar.c: (ev_sidebar_set_property),
8002         (ev_sidebar_get_current_page), (ev_sidebar_get_property),
8003         (ev_sidebar_class_init), (ev_sidebar_select_page),
8004         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_new),
8005         (ev_sidebar_set_page):
8006
8007         Add a current page property and allow to get/set it
8008
8009         * shell/ev-window.c: (setup_view_from_metadata),
8010         (ev_window_sidebar_current_page_changed_cb), (ev_window_init):
8011
8012         Persist current sidebar page per document
8013
8014 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
8015
8016         * data/evince.schemas.in:
8017         * shell/ev-window.c: (update_chrome_visibility),
8018         (setup_document_from_metadata), (update_sidebar_visibility),
8019         (setup_view_from_metadata), (ev_window_sidebar_position_change_cb),
8020         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
8021         (ev_window_run_presentation), (ev_window_stop_presentation),
8022         (ev_window_view_sidebar_cb),
8023         (ev_window_sidebar_visibility_changed_cb), (set_chrome_actions),
8024         (load_chrome), (ev_window_init):
8025
8026         Persist size/visibility of sidebar per document
8027
8028 Fri Sep  2 00:59:55 2005  Jonathan Blandford  <jrb@redhat.com>
8029
8030         * shell/ev-view.c (draw_loading_text): Draw loading text.
8031
8032 2005-09-02  Dan Damian  <dand@gnome.ro>
8033
8034         * configure.in: Added "ro" to ALL_LINGUAS.
8035
8036 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
8037
8038         * shell/ev-view.c: (clear_caches):
8039
8040         ev_page_cache_get doesnt return a reference,
8041         dont try to unref it.
8042
8043 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
8044
8045         * shell/main.c: (load_files_remote):
8046
8047         Fix timestamp parameter with dbus <= 0.33
8048
8049 2005-08-31  Marco Pesenti Gritti  <mpg@redhat.com>
8050
8051         * data/evince.schemas.in:
8052
8053         Add missing full stop
8054
8055 2005-08-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
8056
8057         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info):
8058         * shell/ev-window.c: (ev_window_print_range), (ev_window_dispose):
8059
8060         Plug some memory leaks
8061
8062 2005-08-29  Christian Persch  <chpe@cvs.gnome.org>
8063
8064         * configure.ac:
8065         * lib/ev-debug.c: (trap_handler):
8066
8067         Check for execinfo.h and use it only if it exists.
8068         Ported from Epiphany (bug #314776).
8069
8070 2005-08-29  Duarte Loreto <happyguy_pt@hotmail.com>
8071
8072         * configure.ac: Added Portuguese (pt) to ALL_LINGUAS.
8073
8074 2005-08-27  Mohammad DAMT  <mdamt@gnome.org>
8075
8076         * configure.ac: Added Indonesian "id" to ALL_LINGUAS
8077         * po/id.po      : Added Indonesian translation
8078
8079 Fri Aug 26 00:45:09 2005  Jonathan Blandford  <jrb@redhat.com>
8080
8081         * shell/main.c:
8082         * shell/ev-application.c: Last minute GTK-2.6 fixes.
8083         * NEWS: Release 0.4.0
8084
8085 Thu Aug 25 23:40:23 2005  Jonathan Blandford  <jrb@redhat.com>
8086
8087         * configure.ac: catch another gtk+-2.8ism
8088         * shell/main.c: Make work with gtk+-2.6
8089
8090 2005-08-25  Ryan Lortie  <desrt@desrt.ca>
8091
8092         * shell/ev-application-service.xml: Add 'timestamp' argument to
8093           ev_application_open_window and ev_application_open_uri methods.
8094
8095         * shell/ev-application.h: Add 'timestamp' argument to
8096           ev_application_open_window, ev_application_open_uri,
8097           and ev_application_open_uri_list functions.
8098
8099         * shell/ev-application.c (ev_application_open_window,
8100           ev_application_open_uri, ev_application_open_uri_list): Change
8101           functions that show/present windows to use a timestamp if one
8102           is passed in.
8103
8104         * shell/ev-window.c (ev_window_cmd_file_open,
8105           ev_window_cmd_recent_file_activate, drag_data_received_cb):
8106         * shell/main.c (load_files): Modify calls to ev_application to
8107           include GDK_CURRENT_TIME as timestamp.
8108
8109         * shell/main.c (load_files_remote): Obtain timestamp for client
8110           instance from GDK and pass to server instance so new windows are
8111           focused properly.  Fix dbus_g_proxy_call() calls by including second
8112           G_TYPE_INVALID.
8113           
8114         Closes bug #314475.
8115
8116 Thu Aug 25 22:13:08 2005  Jonathan Blandford  <jrb@redhat.com>
8117
8118         * shell/ev-window.c (ev_window_finalize): Check for
8119         avail. EvWindows when quiting to handle the finalize better,
8120         #314497
8121
8122 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8123         
8124         * properties/ev-properties-view.c: 
8125         
8126         Set textdomain to libglade. Fixes translation problem in property page.
8127
8128 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8129
8130         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
8131         * dvi/Makefile.am:
8132         * dvi/dvi-document.c: (dvi_document_thumbnails_get_thumbnail):
8133         * dvi/mdvi-lib/Makefile.am:
8134         
8135         Fix rotation of thumbnails, ported to new API. Moved library
8136         dependencies earlier, probably it will fix linkage problem.
8137
8138 Thu Aug 25 02:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
8139
8140         * backend/ev-document-misc.c:
8141         (ev_document_misc_get_thumbnail_frame):
8142         * backend/ev-document-misc.h:
8143         * configure.ac:
8144         * pdf/ev-poppler.cc:
8145         * shell/Makefile.am:
8146         * shell/ev-sidebar-thumbnails.c: (add_range),
8147         (ev_sidebar_thumbnails_set_loading_icon),
8148         (ev_sidebar_thumbnails_refresh),
8149         (ev_sidebar_thumbnails_set_document):
8150         * shell/ev-sidebar-thumbnails.h:
8151         * shell/ev-view.c: (ev_view_motion_notify_event),
8152         (ev_view_set_property), (ev_view_get_property),
8153         (ev_view_class_init), (ev_view_set_rotation):
8154         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
8155         (ev_window_cmd_edit_rotate_right), (ev_window_rotation_changed_cb),
8156         (ev_window_init):
8157         * tiff/tiff-document.c: (tiff_document_thumbnails_get_thumbnail):
8158         Redo rotation (again).  prepare for 0.4.0
8159
8160 2005-08-24  Kristian Høgsberg  <krh@redhat.com>
8161
8162         * configure.ac: Bump poppler requirement to 0.4.1.
8163
8164         * pdf/ev-poppler.cc (pdf_selection_render_selection): Add rotation
8165         argument to poppler_page_render_selection() call.
8166
8167 2005-08-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8168
8169         * djvu/djvu-document.c: (djvu_document_render_pixbuf),
8170         (djvu_document_thumbnails_get_thumbnail):
8171         * dvi/dvi-document.c: (dvi_document_render_pixbuf),
8172         (dvi_document_thumbnails_get_thumbnail):
8173         * pixbuf/pixbuf-document.c: (pixbuf_document_render_pixbuf),
8174         (pixbuf_document_thumbnails_get_thumbnail):
8175         * tiff/tiff-document.c: (tiff_document_render_pixbuf):
8176         
8177         Update rotation direction of backends to fit with pdf and ps.
8178
8179 2005-08-24  Marco Pesenti Gritti  <mpg@redhat.com>
8180
8181         * backend/ev-async-renderer.c: (ev_async_renderer_render_pixbuf):
8182         * backend/ev-async-renderer.h:
8183         * ps/ps-document.c: (ps_document_init), (setup_pixmap),
8184         (setup_page), (ps_document_get_page_size),
8185         (ps_async_renderer_render_pixbuf):
8186         * ps/ps-document.h:
8187         * shell/ev-jobs.c: (ev_job_render_run):
8188
8189         Fix orientation in the postscript document
8190
8191 2005-08-23  Marco Pesenti Gritti  <mpg@redhat.com>
8192
8193         * pdf/ev-poppler.cc:
8194         * ps/ps-document.c: (push_pixbuf), (ps_document_widget_event):
8195         * shell/ev-view.c: (highlight_find_results):
8196
8197         Adapt to the new poppler rotation API. Fix text maps on landscape
8198         documents.
8199
8200 Sat Aug 20 17:13:48 2005  Jonathan Blandford  <jrb@redhat.com>
8201
8202         * shell/ev-view.c (compute_new_selection_text): get the correct
8203         region when selecting in modes other than continuous.
8204
8205 Sat Aug 20 13:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
8206
8207         * shell/main.c (main): remove redundant g_warnings.
8208
8209 2005-08-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8210
8211         * shell/Makefile.am: Don't include autogenerated
8212         file ev-application-service.h into distribution, since
8213         it causes dbus crash. Fix for bugs 313724 and 313443. 
8214
8215 2005-08-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8216
8217         * configure.ac: Fix sed expression for FreeBSD. Thanks
8218         to Joe Marcus Clark <marcus@freebsd.org>
8219         
8220         * shell/eggfindbar.c: (entry_activate_callback),
8221         (entry_changed_callback), (egg_find_bar_init),
8222         (egg_find_bar_set_search_string):
8223         
8224         Made findbar buttons unsensitive if there is no text in
8225         entry. Fix for the bug 313285.
8226
8227 2005-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
8228
8229         * ps/ps-document.c: Use g_filename_display_name for displaying
8230         filenames and revert string freeze breackage
8231
8232 2005-08-17  Marco Pesenti Gritti  <mpg@redhat.com>
8233
8234         * NEWS:
8235         * configure.ac:
8236
8237         Update for 0.3.4
8238
8239         * shell/Makefile.am:
8240
8241         Add ev-application-service.xml to extra dist
8242
8243         * shell/ev-view.c: (find_page_at_location):
8244
8245         Remove unused function (fix warning)
8246
8247 2005-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8248
8249         * dvi/mdvi-lib/t1.c: (t1_reset_resolution), (t1_really_load_font),
8250         (t1_load_font), (t1_glyph_bitmap), (t1_font_remove):
8251         
8252         Fix warnings and compilation with t1lib-5.0 and newer. Fix for 
8253         bug 313623.
8254
8255 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8256
8257         * shell/ev-utils.c: (set_umask_permissions), (write_to_temp_file):
8258         * shell/ev-window.c:
8259         Fix build warnings
8260
8261 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
8262
8263         * configure.ac: Update script to get dbus version.
8264         Fix for the bug #313443.
8265
8266 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8267
8268         * shell/ev-window.c: (ev_window_cmd_escape):
8269         
8270         Return focus back to view on escape. Fix for bug 313295.
8271
8272 2005-08-16  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8273
8274         * shell/ev-window.c: (update_window_title),
8275         (ev_window_popup_password_dialog), (ev_window_load_job_cb),
8276         (ev_window_cmd_save_as):
8277         
8278         Correct conversion from uri to displayable string. Fix for
8279         bug 313296.
8280
8281 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
8282
8283         * ps/ps-document.c: convert filename to utf8 when there is an error
8284         loading document. Fixes #309915
8285
8286 2005-08-16  Marco Pesenti Gritti  <mpg@redhat.com>
8287
8288         * configure.ac:
8289
8290         We depend on poppler 0.4.0
8291
8292 Mon Aug 15 21:53:05 2005  Jonathan Blandford  <jrb@redhat.com>
8293
8294         * configure.ac:
8295         * NEWS: Release 0.3.3.
8296         * thumbnailer/evince-thumbnailer.c: Remove pdf icon.
8297
8298 2005-08-14  Dennis Cranston  <dennis_cranston@yahoo.com>
8299
8300         * shell/ev-window.c: (ev_window_cmd_file_open): HIG fixes:  
8301         add a couple missing mnemonics to menu items, use title 
8302         capitalization for menu items and window titles, and add 
8303         ellipsis to open menu item.     
8304
8305 Mon Aug 15 00:40:21 2005  Jonathan Blandford  <jrb@redhat.com>
8306
8307         * pdf/ev-poppler.cc:
8308         * shell/ev-metadata-manager.c: (ev_metadata_manager_init):
8309         * shell/ev-view.c: (ev_view_rotate_left), (ev_view_set_rotation),
8310         (ev_view_get_rotation):
8311         * shell/ev-view.h:
8312         * shell/ev-window.c: (setup_view_from_metadata),
8313         (save_rotation_to_file), (ev_window_cmd_edit_rotate_left),
8314         (ev_window_cmd_edit_rotate_right): Fix rotation.  Save it to
8315         disk.
8316
8317 2005-08-14  Baris Cicek <baris@teamforce.name.tr>
8318
8319         * configure.ac: Added tr to ALL_LINGUAS
8320
8321 2005-08-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8322
8323         * shell/ev-view.c: Fix for bug Bug 311838. Search backward
8324         requires several clicks to find word. Thanks to 
8325         Colin Slater <kiltedtaco@gmail.com>.
8326
8327 2005-08-11  Bryan Clark  <clarkbw@cvs.gnome.org>
8328
8329         * data/evince.desktop.in.in: Hide menu entry and
8330         rename it to "Document Viewer". Fix for bug 
8331         #312399.
8332
8333 2005-08-11  Crispin Flowerday  <gnome@flowerday.cx>
8334
8335         * shell/ev-page-action.c (ev_page_action_class_init): 
8336
8337         Point to the correct function in constructor of the
8338         activate_label signal
8339
8340 Tue Aug  9 02:17:13 2005  Jonathan Blandford  <jrb@redhat.com>
8341
8342         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
8343         * shell/ev-jobs.h: Make thread safe.
8344
8345 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8346
8347         * shell/ev-view.c: (view_update_range_and_current_page):
8348         Don't update page range if we are scrolling to some document
8349         point.
8350
8351 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8352
8353         * shell/ev-view.c: (get_page_extents): reverse rotation/scale
8354         when getting max_page_width, fix drawing in dual mode.
8355
8356 Sun Aug  7 02:06:08 2005  Jonathan Blandford  <jrb@redhat.com>
8357
8358         * shell/ev-view.c (ev_view_select_all): reverse rotation/page when
8359         getting the area for select_all.
8360
8361 2005-08-06  Kristian Høgsberg  <krh@redhat.com>
8362
8363         * backend/ev-selection.c: (ev_selection_render_selection):
8364         * backend/ev-selection.h:
8365         * pdf/ev-poppler.cc:
8366         * shell/ev-jobs.c: (ev_job_render_new):
8367         * shell/ev-jobs.h:
8368         * shell/ev-pixbuf-cache.c: (get_selection_colors),
8369         (add_job_if_needed), (ev_pixbuf_cache_get_selection_pixbuf):
8370         * shell/ev-view.c: (ev_view_focus_in), (ev_view_focus_out),
8371         (ev_view_class_init):
8372
8373         Change selection color on focus in and focus out events.  Also,
8374         poppler now uses GdkColor for specifying the selection colors, so
8375         drop some awkward conversion code.
8376
8377 2005-08-06  Yair Hershkovitz  <yairhr@gmail.com>
8378
8379         * configure.ac: Added Hebrew translation
8380
8381 Sat Aug  6 01:12:44 2005  Jonathan Blandford  <jrb@redhat.com>
8382
8383         * NOTES:
8384         * backend/ev-selection.c: (ev_selection_render_selection):
8385         * backend/ev-selection.h:
8386         * pdf/ev-poppler.cc:
8387         * shell/ev-jobs.c: (ev_job_render_dispose), (ev_job_render_new),
8388         (ev_job_render_run):
8389         * shell/ev-jobs.h:
8390         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
8391         (ev_pixbuf_cache_new), (job_finished_cb), (add_job_if_needed),
8392         (convert_gdk_color_to_uint), (ev_pixbuf_cache_get_text_mapping),
8393         (ev_pixbuf_cache_style_changed),
8394         (ev_pixbuf_cache_get_selection_pixbuf),
8395         (ev_pixbuf_cache_set_selection_list),
8396         (ev_pixbuf_cache_get_selection_list):
8397         * shell/ev-pixbuf-cache.h:
8398         * shell/ev-utils.c: (ev_print_region_contents):
8399         * shell/ev-utils.h:
8400         * shell/ev-view.c: (ev_view_queue_draw_page),
8401         (selection_update_idle_cb), (ev_view_motion_notify_event),
8402         (ev_view_style_set), (draw_one_page), (ev_view_class_init),
8403         (setup_caches), (ev_view_find_next), (merge_selection_region),
8404         (selection_free):
8405         * shell/ev-window.c: (ev_window_update_fullscreen_popup):
8406
8407         Clean up selection to be much smoother!
8408
8409 2005-08-05  Kristian Høgsberg  <krh@redhat.com>
8410
8411         * pdf/ev-poppler.cc (pdf_selection_render_selection): Pass colors
8412         to poppler_page_render_selection().
8413
8414 2005-08-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8415
8416         * ps/ps-document.c: (save_page_list): Use
8417         unzipped document when printing. Thanks to 
8418         Colin Slater <kiltedtaco@gmail.com>. Fix for bug
8419         311016.
8420
8421 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8422
8423         * shell/ev-window.c: (update_action_sensitivity):
8424         
8425         Disable print and save respect to lockdown gconf keys. Fix
8426         for 312342.
8427
8428 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8429
8430         * configure.ac:
8431         * shell/ev-utils.c: (rename_file), (set_umask_permissions),
8432         (write_to_temp_file), (ev_file_set_contents):
8433         * shell/ev-utils.h:
8434         * shell/ev-window.c: (save_print_config_to_file):
8435         
8436         Copy-paste g_file_set_contents to keep compatibility with gtk 2.6
8437         Fix for bug 312238
8438
8439 2005-07-31  Christian Persch  <chpe@cvs.gnome.org>
8440
8441         * shell/ev-window.c: (load_print_config_from_file),
8442         (save_print_config_to_file), (ev_window_print_range):
8443
8444         Persist the print settings. Fixes bug #311578.
8445
8446 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8447
8448         * djvu/djvu-document.c: (djvu_document_get_page_size),
8449         (djvu_document_render_pixbuf), (djvu_document_document_iface_init),
8450         (djvu_document_thumbnails_get_thumbnail):
8451         * dvi/dvi-document.c: (dvi_document_get_page_size),
8452         (dvi_document_render_pixbuf), (dvi_document_document_iface_init),
8453         (dvi_document_thumbnails_get_dimensions),
8454         (dvi_document_thumbnails_get_thumbnail):
8455         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size),
8456         (pixbuf_document_render_pixbuf),
8457         (pixbuf_document_document_iface_init),
8458         (pixbuf_document_thumbnails_get_thumbnail):
8459         
8460         Update backends to make them build with new rotation system.
8461
8462 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8463
8464         * help/C/figures/evince_start_window.png:
8465         
8466         Update documentation image from Luca Ferretti <elle.uca@libero.it>
8467
8468 Sat Jul 30 19:09:34 2005  Jonathan Blandford  <jrb@redhat.com>
8469
8470         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_clear):
8471         * shell/ev-pixbuf-cache.h:
8472         * shell/ev-sidebar-thumbnails.c:
8473         (ev_sidebar_thumbnails_get_property), (add_range),
8474         (adjustment_changed_cb):
8475         * shell/ev-view.c: (ev_view_set_rotation): Fix rotation and the
8476         pixbuf cache.  Make thumbnailing work again.  Also, fix bug where
8477         we were thumbnailing the entire docment on startup, slowing us
8478         down hugely. 
8479
8480 Fri Jul 29 23:14:28 2005  Jonathan Blandford  <jrb@redhat.com>
8481
8482         * shell/ev-page-cache.c: (ev_page_cache_new):
8483         * shell/ev-window.c: (update_action_sensitivity): Handle n_pages
8484         == 0, fixes #310306.
8485
8486 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
8487
8488         * shell/ev-view.c: (doc_rect_to_view_rect), (ev_view_rotate_right),
8489         (ev_view_rotate_left):
8490
8491         Account rotation in doc_rect_to_view_rect.
8492         Ensure rotation doesnt go out of bounds.
8493
8494 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
8495
8496         * shell/ev-page-cache.c: (ev_page_cache_get_size):
8497
8498         Correct and cleanup w/h swapping
8499
8500 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
8501
8502         * backend/ev-document-thumbnails.c:
8503         (ev_document_thumbnails_get_thumbnail):
8504         * backend/ev-document-thumbnails.h:
8505         * backend/ev-document.c:
8506         * backend/ev-document.h:
8507         * backend/ev-render-context.c: (ev_render_context_new),
8508         (ev_render_context_set_rotation):
8509         * backend/ev-render-context.h:
8510         * pdf/ev-poppler.cc:
8511         * ps/ps-document.c: (ps_document_document_iface_init):
8512         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
8513         * shell/ev-jobs.h:
8514         * shell/ev-page-cache.c: (build_height_to_page),
8515         (ev_page_cache_new), (ev_page_cache_get_size),
8516         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
8517         (ev_page_cache_get_height_to_page):
8518         * shell/ev-page-cache.h:
8519         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
8520         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
8521         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed),
8522         (ev_pixbuf_cache_get_selection_pixbuf):
8523         * shell/ev-pixbuf-cache.h:
8524         * shell/ev-print-job.c: (idle_print_handler):
8525         * shell/ev-sidebar-thumbnails.c: (add_range):
8526         * shell/ev-view.c: (view_update_range_and_current_page),
8527         (get_page_y_offset), (get_page_extents),
8528         (ev_view_size_request_continuous_dual_page),
8529         (ev_view_size_request_continuous),
8530         (ev_view_size_request_dual_page),
8531         (ev_view_size_request_single_page), (draw_one_page),
8532         (ev_view_set_rotation), (ev_view_rotate_right),
8533         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
8534         (ev_view_zoom_for_size_continuous_and_dual_page),
8535         (ev_view_zoom_for_size_continuous),
8536         (ev_view_zoom_for_size_dual_page),
8537         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
8538         (ev_view_select_all):
8539         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
8540         * tiff/tiff-document.c: (tiff_document_render_pixbuf),
8541         (tiff_document_document_iface_init),
8542         (tiff_document_thumbnails_get_thumbnail):
8543
8544         Use rotation rather than orientation. It's easier and enough
8545         for our needs.
8546
8547 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
8548
8549         * shell/ev-page-cache.c: (build_height_to_page),
8550         (ev_page_cache_new), (ev_page_cache_get_size),
8551         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
8552         (ev_page_cache_get_height_to_page):
8553         * shell/ev-page-cache.h:
8554         * shell/ev-view.c: (get_page_y_offset), (get_page_extents),
8555         (ev_view_size_request_continuous_dual_page),
8556         (ev_view_size_request_continuous),
8557         (ev_view_zoom_for_size_continuous_and_dual_page),
8558         (ev_view_zoom_for_size_continuous):
8559
8560         Make the page cache aware of page orientation.
8561
8562 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
8563
8564         * backend/ev-document-thumbnails.c:
8565         (ev_document_thumbnails_get_thumbnail):
8566         * backend/ev-document-thumbnails.h:
8567         * backend/ev-document.c:
8568         * backend/ev-document.h:
8569         * backend/ev-ps-exporter.c: (ev_ps_exporter_do_page):
8570         * backend/ev-ps-exporter.h:
8571         * pdf/ev-poppler.cc:
8572         * ps/ps-document.c: (ps_document_document_iface_init),
8573         (ps_document_ps_export_do_page):
8574         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
8575         * shell/ev-jobs.h:
8576         * shell/ev-page-cache.c: (ev_page_cache_get_size),
8577         (ev_page_cache_get):
8578         * shell/ev-page-cache.h:
8579         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
8580         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
8581         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed):
8582         * shell/ev-pixbuf-cache.h:
8583         * shell/ev-print-job.c: (idle_print_handler):
8584         * shell/ev-sidebar-thumbnails.c: (add_range):
8585         * shell/ev-view.c: (view_update_range_and_current_page),
8586         (get_page_extents), (ev_view_size_request_dual_page),
8587         (ev_view_size_request_single_page), (draw_one_page),
8588         (clear_caches), (ev_view_set_orientation), (ev_view_rotate_right),
8589         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
8590         (ev_view_zoom_for_size_dual_page),
8591         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
8592         (ev_view_select_all):
8593         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
8594         * tiff/tiff-document.c: (tiff_document_get_page_size),
8595         (tiff_document_get_orientation), (rotate_pixbuf),
8596         (tiff_document_render_pixbuf), (tiff_document_document_iface_init),
8597         (tiff_document_thumbnails_get_thumbnail),
8598         (tiff_document_ps_export_do_page), (tiff_document_init):
8599
8600         Really make use of the orientation bit of the render context.
8601         Use the render context in a few more places in the backend API.
8602         This regress orientation, but now it's done right. Will try to
8603         fix it up asap...
8604
8605 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
8606
8607         * shell/ev-view.c: (ensure_rectangle_is_visible):
8608
8609         Patch by Nickolay V. Shmyrev to fix find flickering
8610
8611 2005-07-27  Martin Kretzschmar  <martink@gnome.org>
8612
8613         * backend/ev-ps-exporter.h: add paper_width, paper_height, and
8614         duplex parameters to ::begin.
8615
8616         * tiff/tiff-document.c (tiff_document_ps_export_begin): 
8617         * shell/ev-print-job.c (idle_print_handler): 
8618         * ps/ps-document.c (ps_document_ps_export_begin): 
8619         * pdf/ev-poppler.cc (pdf_document_ps_exporter_begin): 
8620         * backend/ev-ps-exporter.c (ev_ps_exporter_begin): update
8621         implementations. Poppler backend needs poppler cvs. Rest has
8622         unchanged behavior.
8623
8624 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
8625
8626         * shell/ev-window.c (using_pdf_printer): new function.
8627         (ev_window_print_range): print a less techy message if someone
8628         tries to print to PDF.
8629
8630 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
8631
8632         * pdf/ev-poppler.cc (font_type_to_string): Remove trailing space
8633         from "unknown font" string. Bug #311431
8634
8635 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
8636
8637         * help/es/.cvsignore, help/sr/.cvsignore: ignore xmlpo output.
8638
8639 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
8640
8641         Bug #311280
8642         
8643         * pdf/ev-poppler.cc (font_type_to_string): new, returns user readable
8644         name for PopplerFontTypes
8645         (pdf_document_fonts_fill_model): add font type to the detail column
8646
8647         * backend/ev-document-fonts.h: added
8648         EV_DOCUMENT_FONTS_COLUMN_DETAILS.
8649
8650         * shell/ev-properties-fonts.c (font_cell_data_func): glue together
8651         font name and font details, add a little markup.
8652         (ev_properties_fonts_init): use the new cell data func, specify ypad
8653         property for the cell renderer.
8654         (ev_properties_fonts_set_document): add the details column.
8655
8656 2005-07-24  Artur Flinta  <aflinta@cvs.gnome.org>
8657
8658         * configure.ac: Added "pl" to ALL_LINGUAS.
8659
8660 2005-07-24  Danilo Šegan  <danilo@gnome.org>
8661
8662         * configure.ac: Added "sr" and "sr@Latn" to ALL_LINGUAS.
8663
8664 2005-07-23  Tommi Vainikainen  <thv@iki.fi>
8665
8666         * help/ChangeLog: Started this for translations of manual.
8667         * configure.ac, autogen.sh, .cvsignore: Migrated to
8668         gnome-doc-utils. Patch in bug #311222.
8669
8670 2005-07-22  Martin Kretzschmar  <martink@gnome.org>
8671
8672         * backend/ev-document-factory.c (mime_type_supported_by_gdk_pixbuf): 
8673         #ifdef this away to fix an unused-function warning.
8674
8675 2005-07-22  Ignacio Casal Quinteiro  <nacho.resa@gmail.com>
8676
8677         * configure.ac: Added 'gl' to ALL_LINGUAS.
8678
8679 2005-07-22  Pawan Chitrakar  <pawan@nplinux.org>
8680
8681         * configure.ac: Added ne in ALL_LINGUAS
8682         
8683 2005-07-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8684
8685         * shell/ev-view.c: (ev_view_leave_notify_event):
8686         
8687         Clear status message when pointer leaves view. Fix for bug
8688         #310818 
8689
8690 2005-07-20 Ankit Patel <ankit644@yahoo.com>
8691
8692         * configure.ac: Gujarati (gu) added to ALL_LINGUAS
8693
8694 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8695
8696         * shell/ev-view.c: (ev_view_leave_notify_event),
8697         (ev_view_class_init):
8698         
8699         Set cursor to normal then leaving view.
8700
8701 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8702
8703         * configure.ac:
8704         
8705         Fix required djvulibre version.
8706
8707 2005-07-15  Rajesh Ranjan <rajeshkajha@yahoo.com>
8708
8709         *configure.ac: Hindi (hi) language added
8710
8711 2005-07-15  Amanpreet Singh Brar <amanpreetalam@yahoo.com>
8712
8713         *configure.ac: Punjabi (pa) Language added
8714
8715 2005-07-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8716
8717         * data/evince-ui.xml, shell/ev-window.c:
8718         
8719         Add keypad accelerators for zooming. Fix for bug 308128.
8720
8721 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
8722
8723         * Makefile.am:
8724         * backend/Makefile.am:
8725         * backend/ev-document-factory.c: (ev_document_type_get_from_mime):
8726         * configure.ac:
8727         * shell/ev-document-types.c: (ev_document_types_add_filters):
8728
8729         Allow to enable/disable the pixbuf backend.
8730         Default to off for now. If we want it enabled we should
8731         really put mime types in the desktop, implement properties etc.
8732
8733         * properties/evince-properties.c:
8734
8735         Initialize error to NULL.
8736         Check error is not NULL before freeing.
8737
8738 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
8739
8740         * shell/ev-window.c:
8741
8742         Use F5 as presentation accell
8743
8744 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
8745
8746         * shell/ev-window.c: (update_chrome_visibility),
8747         (ev_window_create_fullscreen_popup), (ev_window_init):
8748
8749         Do not leak the fullscreen toolbar
8750
8751 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
8752
8753         * shell/ev-window.c: (view_actions_focus_in_cb),
8754         (view_actions_focus_out_cb):
8755
8756         These has a return value! Fix totally random focus
8757         issues we was seeing.
8758
8759 2005-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
8760
8761         * shell/main.c: (load_files_remote):
8762
8763         Allow open more than one file
8764
8765 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
8766
8767         * shell/main.c: (load_files_remote):
8768
8769         Fix for dbus 0.33. bug #309975
8770
8771 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
8772
8773         * properties/ev-properties-main.c: (ev_properties_get_pages):
8774
8775         Actually return NULL for types we dont support
8776
8777 2005-07-08  Christian Persch  <chpe@cvs.gnome.org>
8778
8779         * po/POTFILES.in:
8780
8781         Remove empty lines.
8782
8783 2005-07-08  Marco Pesenti Gritti  <marco@gnome.org>
8784
8785         * backend/ev-document-factory.c:
8786         (ev_document_factory_get_document):
8787
8788         Do not try to create the object if type
8789         is invalid.
8790
8791 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
8792
8793         * ps/ps-document.c: (ps_document_dispose),
8794         (ps_async_renderer_render_pixbuf):
8795         * ps/ps-document.h:
8796
8797         Do not leak the target window
8798
8799 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
8800
8801         * shell/ev-application.c: (ev_application_init):
8802
8803         Let tbe check file existence for us.
8804         Add a comment about eggrecent mime filter.
8805
8806 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
8807
8808         * data/evince-ui.xml:
8809         * shell/ev-application.c: (ev_application_shutdown),
8810         (ev_application_init), (ev_application_get_toolbars_model),
8811         (ev_application_get_recent_model),
8812         (ev_application_save_toolbars_model):
8813         * shell/ev-application.h:
8814         * shell/ev-window.c: (ev_window_add_recent),
8815         (ev_window_setup_recent), (ev_window_cmd_edit_toolbar_cb),
8816         (ev_window_cmd_edit_toolbar), (ev_window_dispose),
8817         (ev_window_init):
8818
8819         Use common toolbar and recent models for all windows.
8820         Patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8821
8822 Thu Jul  7 23:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
8823
8824         * configure.ac: add FRONTEND_CORE_LIBS to evince_save_LIBS so we
8825         successfully check for gtk_icon_view_get_visible_range.
8826
8827 2005-07-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8828
8829         * djvu/Makefile.am:
8830         * dvi/Makefile.am:
8831         
8832         Fix djvu and dvi backend build.
8833
8834 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
8835
8836         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c: (new_pixbuf_from_widget),
8837         (new_separator_pixbuf):
8838
8839         Don't leak windows.
8840
8841 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
8842
8843         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
8844
8845         HIGification of toolbar editor dialogue.
8846
8847 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8848
8849         * configure.ac:
8850         * shell/Makefile.am:
8851
8852         Ever build metadata manager since it's just
8853         disabled at runtime now.
8854
8855 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8856
8857         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
8858         (ev_metadata_manager_get), (ev_metadata_manager_set):
8859         * shell/ev-metadata-manager.h:
8860
8861         Add an _init functions that enabled metadata management
8862         at runtime.
8863
8864         * shell/ev-window.c: (page_changed_cb),
8865         (setup_document_from_metadata), (ev_window_setup_document),
8866         (setup_view_from_metadata), (ev_window_open_uri),
8867         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
8868         (ev_window_run_presentation), (ev_window_stop_presentation),
8869         (save_sizing_mode), (ev_window_zoom_changed_cb),
8870         (ev_window_continuous_changed_cb),
8871         (ev_window_dual_mode_changed_cb), (window_state_event_cb),
8872         (window_configure_event_cb):
8873
8874         Remove all ugly metadata define since we deal with it
8875         at runtime now.
8876
8877         * shell/main.c: (load_files_remote), (main):
8878
8879         Add support for dbus cvs head. Hopefully didnt break one
8880         of the other versions now!
8881
8882         If we dont get a response from the dbus server just
8883         give up with it and not enable metadata.
8884
8885 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8886
8887         * Makefile.am:
8888         * backend/Makefile.am:
8889         * configure.ac:
8890         * cut-n-paste/recent-files/Makefile.am:
8891         * cut-n-paste/toolbar-editor/Makefile.am:
8892         * cut-n-paste/zoom-control/Makefile.am:
8893         * lib/Makefile.am:
8894         * pdf/Makefile.am:
8895         * pixbuf/Makefile.am:
8896         * properties/Makefile.am:
8897         * ps/Makefile.am:
8898         * shell/Makefile.am:
8899         * thumbnailer/Makefile.am:
8900         * tiff/Makefile.am:
8901
8902         Make frontends depend on just libev.
8903         Rework and group CFLAGS/LIBS definitions.
8904         Cleanups.
8905
8906 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8907
8908         * shell/ev-window:
8909
8910         do not unnecessarily save zoom
8911
8912         * configure.ac:
8913         * lib/ev-file-helpers.c: (ev_dot_dir):
8914         * shell/Makefile.am:
8915         * shell/dummy.cc:
8916
8917         Some cleanups
8918
8919 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8920
8921         * configure.ac:
8922         
8923         Remove unnecessary dependencies
8924
8925 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8926
8927         * properties/Makefile.am:
8928         * thumbnailer/Makefile.am:
8929         * tiff/Makefile.am:
8930
8931         Some more cleanups. Was really necessary
8932         but I probably introduced bugs, feel free
8933         to flame :)
8934
8935 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8936
8937         * backend/Makefile.am:
8938         * configure.ac:
8939         * cut-n-paste/recent-files/Makefile.am:
8940         * cut-n-paste/toolbar-editor/Makefile.am:
8941         * cut-n-paste/zoom-control/Makefile.am:
8942         * lib/Makefile.am:
8943         * pdf/Makefile.am:
8944         * pixbuf/Makefile.am:
8945         * properties/Makefile.am:
8946         * ps/Makefile.am:
8947         * shell/Makefile.am:
8948         * thumbnailer/Makefile.am:
8949         * tiff/Makefile.am:
8950
8951         Use gnome-common macros when possible.
8952         Cleanup dependencies.
8953         Actually disable deprecated where possible.
8954
8955 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8956
8957         * Makefile.am:
8958         * backend/Makefile.am:
8959         * properties/Makefile.am:
8960         * shell/Makefile.am:
8961         * thumbnailer/Makefile.am:
8962
8963         This should solve the circular dep without
8964         requiring dir reorg!
8965
8966         * shell/ev-window.c: (setup_view_from_metadata):
8967
8968         Never restore window size/position when the
8969         window is already visible.
8970
8971 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
8972
8973         * shell/ev-metadata-manager.c: (ev_metadata_manager_save):
8974
8975         Return a boolean from timeout func. Fix ported from gedit.
8976
8977 2005-07-07  Iñaki Larrañaga  <dooteo@euskalgnu.org>
8978
8979         * configure.ac: Added "eu" (Basque) to ALL_LINGUAS.
8980
8981 2005-07-06  Carlos Garcia Campos  <carlosgc@gnome.org>
8982
8983         * shell/ev-document-types.c: set "All Documents" as default filter in
8984         open dialog
8985
8986 2005-07-06  Martin Kretzschmar  <martink@gnome.org>
8987
8988         * shell/ev-metadata-manager.c (ev_metadata_manager_set_int)
8989         (ev_metadata_manager_set_double, ev_metadata_manager_set_string)
8990         (ev_metadata_manager_set_boolean): fix value/val thinko.
8991
8992 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
8993
8994         * shell/ev-window.c: (setup_view_from_metadata),
8995         (window_state_event_cb), (window_configure_event_cb),
8996         (ev_window_init):
8997
8998         Remember window position and maximized state
8999
9000 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
9001
9002         * configure.ac:
9003
9004         Fix DBUS configure checks.
9005
9006         * shell/ev-metadata-manager.c: (ev_metadata_manager_set_int),
9007         (ev_metadata_manager_set_double), (ev_metadata_manager_set_string),
9008         (ev_metadata_manager_set_boolean):
9009
9010         Plug mem leaks.
9011
9012         * shell/ev-window.c: (page_changed_cb), (ev_window_run_fullscreen),
9013         (ev_window_stop_fullscreen), (ev_window_run_presentation),
9014         (ev_window_stop_presentation), (ev_window_zoom_changed_cb),
9015         (ev_window_continuous_changed_cb),
9016         (ev_window_dual_mode_changed_cb), (ev_window_new):
9017
9018         Fix the build without DBUS.
9019
9020 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
9021
9022         * shell/ev-metadata-manager.c: (parse_value), (save_values),
9023         (ev_metadata_manager_set_int), (ev_metadata_manager_set_double),
9024         (ev_metadata_manager_set_string),
9025         (ev_metadata_manager_set_boolean):
9026         * shell/ev-metadata-manager.h:
9027
9028         Add support for some more types
9029
9030         * shell/ev-view.c: (scroll_to_current_page),
9031         (ev_view_get_continuous), (ev_view_set_continuous),
9032         (ev_view_get_dual_page):
9033         * shell/ev-view.h:
9034         * shell/ev-window.c: (page_changed_cb),
9035         (setup_document_from_metadata), (ev_window_setup_document),
9036         (setup_view_from_metadata), (ev_window_open_uri),
9037         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
9038         (ev_window_run_presentation), (ev_window_stop_presentation),
9039         (save_sizing_mode), (ev_window_sizing_mode_changed_cb),
9040         (ev_window_zoom_changed_cb), (ev_window_update_continuous_action),
9041         (ev_window_update_dual_page_action),
9042         (ev_window_continuous_changed_cb),
9043         (ev_window_dual_mode_changed_cb), (ev_window_init):
9044
9045         Remember a bunch of view/document properties. Prolly some
9046         are still missing but it's getting interesting.
9047
9048 2005-07-05  Martin Kretzschmar  <martink@gnome.org>
9049
9050         * configure.ac: check if dbus-binding-tool is installed. Not the
9051         case on current Ubuntu breezy, it seems.
9052
9053 2005-07-05  Luca Ferretti <elle.uca@libero.it>
9054
9055         * data/evince.desktop.in.in:
9056         
9057         Allow open uri lists and add TryExec field.
9058
9059 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
9060
9061         * configure.ac:
9062
9063         Enable dbus when available, do not require a configure
9064         option.
9065
9066 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
9067
9068         * configure.ac:
9069
9070         Use AM_CONDITIONAL unconditionally, fixes the build with DBUS
9071         disabled.
9072
9073 2005-07-05  Carlos Garcia Campos  <carlosgc@gnome.org>
9074         Marco Pesenti Gritti  <mpg@redhat.com>
9075
9076         * shell/Makefile.am: Add --prefix for dbus-binding-tool script
9077         
9078         * shell/ev-application.[ch], shell/ev-window.c: change dbus RPC 
9079         functions to the format required by dbus
9080
9081         * shell/main.c: use G_TYPE instead of DBUS_TYPE to fix compilation
9082         errors. Use the RPC parameters in the expected way
9083
9084 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
9085
9086         * Makefile.am:
9087         * properties/Makefile.am:
9088         * properties/ev-properties-main.c: (ev_properties_get_pages):
9089
9090         Support all mime types
9091
9092         * shell/Makefile.am:
9093         * thumbnailer/Makefile.am:
9094         * thumbnailer/evince-thumbnailer.c: (get_document_from_uri),
9095         (evince_thumbnail_pngenc_get):
9096
9097         Use the document factory
9098
9099 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
9100
9101         * backend/Makefile.am:
9102         * backend/ev-document-factory.c:
9103         (mime_type_supported_by_gdk_pixbuf),
9104         (ev_document_type_get_from_mime),
9105         (ev_document_factory_get_document),
9106         (ev_document_factory_get_backend),
9107         (ev_document_factory_get_mime_types),
9108         (ev_document_factory_get_all_mime_types):
9109         * backend/ev-document-factory.h:
9110         * shell/Makefile.am:
9111         * shell/ev-document-types.c: (get_document_from_uri),
9112         (ev_document_types_get_document),
9113         (file_filter_add_mime_list_and_free),
9114         (ev_document_types_add_filters):
9115         * shell/ev-document-types.h:
9116         * shell/ev-job-xfer.c: (ev_job_xfer_run):
9117         * shell/ev-properties-dialog.c:
9118         (ev_properties_dialog_set_document):
9119         * shell/ev-window.c: (ev_window_cmd_file_open),
9120         (ev_window_cmd_save_as):
9121         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9122
9123         Rework document types managing to avoid code duplication
9124         and actually abstract from backend implementations.
9125         Also provide a minimal factory api that can be used by
9126         thumbnailer/properties.
9127
9128 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
9129
9130         * properties/ev-properties-view.c: (ev_properties_view_set_info):
9131         Plug a mem leak.
9132         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
9133         HIG spacings.
9134
9135 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
9136
9137         * shell/ev-properties-dialog.c
9138         (ev_properties_dialog_set_document): only call
9139         ev_properties_fonts_set_document() if the document implements the
9140         fonts interface
9141
9142 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
9143
9144         * configure.ac:
9145         * properties/Makefile.am:
9146         * properties/ev-properties-view.c:
9147         (ev_properties_view_register_type):
9148         * properties/ev-properties-view.h:
9149         * properties/ev-properties-main.h:
9150
9151         Implement nautilus plugin for properties.
9152         Works only for pdf atm, I need to rework the
9153         document types stuff to get this to work
9154         for all backends...
9155
9156 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
9157
9158         * shell/ev-properties-fonts.c (enum): kill redundant columns enum
9159         (ev_properties_fonts_set_document): use
9160         EV_DOCUMENT_FONTS_COLUMN_NUM_COLUMNS.
9161
9162 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
9163
9164         * tiff/tiff2ps.c: remove TRUE and FALSE definitions, glib provides
9165         them
9166         (PlaceImage, tiff2ps_process_page): use
9167         g_ascii_dtostr to convert floats to strings in a locale-safe way.
9168
9169
9170 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
9171
9172         * shell/main.c: include libgnomeui/gnome-authentication-manager.h
9173         (main): to call gnome_authentication_manager_init. Should fix
9174         Bug #308510
9175
9176         * configure.ac: that requires libgnomeui 2.6.0.
9177
9178 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
9179
9180         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
9181         (tiff_document_ps_export_do_page, tiff_document_ps_export_end):
9182         use the new tiff2ps interfaces
9183
9184         * tiff/tiff2ps.h (tiff2ps_context_new, tiff2ps_process_page) 
9185         (tiff2ps_context_finalize): implement new interfaces for tiff2ps
9186
9187         * tiff/tiff2ps.c: refactor tiff2ps code to use a context
9188         structure instead of global variables.  Remove use of static
9189         variables in functions.
9190
9191 2005-07-04  Carlos Garcia Campos <carlosgc@gnome.org>
9192
9193         * shell/ev-page-action.c: unref the completion after setting it to the
9194         entry
9195
9196 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
9197
9198         * tiff/tiff2ps.c (generateEPSF): disable generating encapsulated
9199         postscript files
9200
9201 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
9202
9203         * shell/ev-window.c (update_action_sensitivity): disable
9204         File->Print if the document does not implement the ps exporter
9205         interface
9206
9207 2005-07-04  Marco Pesenti Gritti  <mpg@redhat.com>
9208
9209         * Makefile.am:
9210         * configure.ac:
9211         * data/evince-properties.glade:
9212         * properties/.cvsignore:
9213         * properties/Makefile.am:
9214         * properties/ev-properties-view.c: (ev_properties_view_dispose),
9215         (ev_properties_view_class_init), (ev_properties_view_format_date),
9216         (make_valid_utf8), (set_property), (ev_properties_view_set_info),
9217         (ev_properties_view_init), (ev_properties_view_new):
9218         * properties/ev-properties-view.h:
9219         * shell/Makefile.am:
9220         * shell/ev-properties-dialog.c: (ev_properties_dialog_class_init),
9221         (ev_properties_dialog_init), (ev_properties_dialog_set_document),
9222         (ev_properties_dialog_new):
9223         * shell/ev-properties-dialog.h:
9224         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
9225         (ev_properties_fonts_class_init), (ev_properties_fonts_init),
9226         (update_progress_label), (job_fonts_finished_cb),
9227         (ev_properties_fonts_set_document), (ev_properties_fonts_new):
9228         * shell/ev-properties-fonts.h:
9229         * shell/ev-properties.c:
9230         * shell/ev-properties.h:
9231         * shell/ev-window.c: (ev_window_setup_document),
9232         (ev_window_cmd_file_properties):
9233
9234         Split the properties pages in two different objects, depend
9235         only on the backend where possible, use widgets instead
9236         of gobject for the glade part, reimplement the dialog
9237         itself with gtk.
9238         I need this to implement nautilus properties page.
9239
9240 2005-07-03  Matthew S. Wilson  <msw@rpath.com>
9241
9242         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
9243         (tiff_document_ps_export_do_page, tiff_document_ps_export_end) 
9244         (tiff_document_document_ps_exporter_iface_init): implement the ps
9245         exporter interface for tiff documents
9246
9247         * tiff/tiff2ps.c: added a modified version of tiff2ps.c from
9248         libtiff to implement TIFF postscript export
9249
9250         * tiff/tiff2ps.h: added a header file for external tiff2ps
9251         functions.
9252
9253         * tiff/Makefile.am (libtiffdocument_la_SOURCES): add tiff2ps.c and
9254         tiff2ps.h
9255
9256 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9257
9258         * shell/ev-view.c: (scroll_to_current_page),
9259         (ev_view_set_fullscreen), (ev_view_set_presentation):
9260         
9261         Scroll to current page when exit from presentation
9262
9263 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9264
9265         * shell/ev-window.c: (update_document_mode),
9266         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
9267         (ev_window_cmd_view_fullscreen), (ev_window_stop_presentation),
9268         (ev_window_cmd_view_presentation), (ev_window_cmd_escape):
9269         
9270         Exit from fullscreen mode when switch to presentation. Fix for
9271         bug 309365
9272
9273 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
9274
9275         * shell/ev-pixbuf-cache.c (ev_pixbuf_cache_get_selection_pixbuf):
9276         return NULL if the document does not implement the selection
9277         interface.
9278
9279 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
9280
9281         * tiff/tiff-document.c (tiff_document_get_page_size): scale the
9282         reported height by using the resolution aspect ratio
9283         (tiff_document_render_pixbuf): scale the pixbuf using the
9284         resolution aspect ratio
9285
9286 2005-07-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9287
9288         * configure.ac:
9289         
9290         Require libgnomeprint >= 2.5.1. Thanks to Colin Slater 
9291         <kiltedaco@gmail.com>
9292         
9293         * djvu/djvu-document.c: (djvu_document_get_orientation),
9294         (djvu_document_set_orientation), (djvu_document_get_page_size),
9295         (rotate_pixbuf), (djvu_document_render_pixbuf),
9296         (djvu_document_document_iface_init):
9297         * dvi/dvi-document.c: (dvi_document_get_orientation),
9298         (dvi_document_set_orientation), (dvi_document_get_page_size),
9299         (rotate_pixbuf), (dvi_document_render_pixbuf),
9300         (dvi_document_document_iface_init):
9301         
9302         Dvi and djvu backends are ported to new API
9303
9304 Fri Jul  1 00:10:15 2005  Jonathan Blandford  <jrb@redhat.com>
9305
9306         * backend/ev-selection.c: (ev_selection_get_selection_region),
9307         (ev_selection_get_selection_map):
9308         * backend/ev-selection.h:
9309         * pdf/ev-poppler.cc:
9310         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
9311         * shell/ev-jobs.h:
9312         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
9313         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
9314         (ev_pixbuf_cache_get_text_mapping):
9315         * shell/ev-pixbuf-cache.h:
9316         * shell/ev-view.c: (location_in_text),
9317         (ev_view_motion_notify_event), (ev_view_set_cursor): Add I-Beam
9318         support to EvView.  Now we can see where we can select!  Sweet!
9319
9320 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
9321
9322         * shell/ev-view.c (ev_view_button_press_event): Fix
9323         event->y + view->scroll_x typo.
9324
9325 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
9326
9327         * pdf/ev-poppler.cc: Adjust to poppler API changes; use a
9328         sub-GdkPixbuf instead of passing dest_x and dest_y.
9329         
9330         * shell/ev-view.c: (view_point_to_doc_point),
9331         (view_rect_to_doc_rect), (ev_view_button_press_event),
9332         (ev_view_motion_notify_event), (compute_new_selection_rect),
9333         (gdk_rectangle_point_in), (compute_new_selection_text),
9334         (compute_selections): Update selection code to keep the selection
9335         around as two points and not as a normalized rectangle, and fix
9336         page level selection in two-column mode.
9337
9338 2005-06-30  Alex Duggan  <aldug@astrolinux.com>
9339
9340         * shell/ev-window.c: (window_configure_event_cb): 
9341         
9342         Fix compilation
9343         
9344 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
9345
9346         * pdf/ev-poppler.cc:
9347
9348         Fix compilation
9349
9350 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
9351
9352         * shell/Makefile.am:
9353         * shell/ev-metadata-manager.c: (item_free),
9354         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
9355         (parse_value), (parseItem), (load_values),
9356         (ev_metadata_manager_get), (value_free), (ev_metadata_manager_set),
9357         (save_values), (save_item), (get_oldest), (resize_items),
9358         (ev_metadata_manager_save), (ev_metadata_manager_set_int):
9359         * shell/ev-metadata-manager.h:
9360
9361         Metadata manager from gedit but modified to use GValue, so that
9362         we dont need to keep converting from strings.
9363
9364         * configure.ac:
9365
9366         ENABLE_METADATA conditional, on when dbus is on
9367
9368         * shell/ev-application.c: (ev_application_open_uri):
9369
9370         Show the window after load so that we can initialize
9371         window size before it's showed.
9372
9373         * shell/ev-window.c: (ev_window_setup_from_metadata),
9374         (ev_window_open_uri), (window_configure_event_cb),
9375         (ev_window_init):
9376
9377         Save and load metadata information about window size.
9378         Not yet keeping states in account.
9379
9380         * shell/main.c: (main):
9381
9382         Shutdown metadata manager.
9383
9384 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
9385
9386         * shell/ev-application-service.xml:
9387         * configure.ac:
9388         * shell/Makefile.am:
9389         * shell/ev-application.c:
9390         * shell/ev-application.h:
9391         * shell/ev-window.c:
9392         * shell/ev-window.h:
9393         * shell/main.c:
9394
9395         Add an optional dbus interface (--enable-dbus).
9396         Rework application code, mainly to be easier to
9397         use "remotely".
9398         Do not open multiple windows with the same document,
9399         spatial evince!
9400
9401 Thu Jun 30 01:50:14 2005  Jonathan Blandford  <jrb@redhat.com>
9402
9403         * shell/ev-pixbuf-cache.c (clear_selection_if_needed): unref the
9404         pixbuf iff it exists.
9405
9406 Thu Jun 30 01:43:00 2005  Jonathan Blandford  <jrb@redhat.com>
9407
9408         * shell/*:
9409         * backend/ev-render-context.[ch]:
9410         * backend/ev-selection.[ch]:
9411
9412         Massive changes.  We now support text selection of pdfs, and not
9413         just rectangular selection.  This is pretty broken still, but I
9414         want to get something into CVS.
9415
9416 2005-06-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9417
9418         * pdf/ev-poppler.cc:
9419         
9420         Fix for Bug 309080: crash on window close.
9421         
9422         * shell/ev-page-action.c: (page_changed_cb):
9423         
9424         Fix for Bug 309168: Fix build with gcc 2.95. Thanks to
9425         jensgr@gmx.net (Jens Granseuer).
9426
9427 2005-06-25  Marcel Telka  <marcel@telka.sk>
9428
9429         * configure.in (ALL_LINGUAS): Added sk.
9430
9431 2005-06-24  Carlos Garcia Campos  <carlosgc@gnome.org>
9432
9433         * shell/ev-window.c: Make rotate menu entries unsensitive if there is
9434         not a document open
9435
9436 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
9437
9438         * NEWS:
9439         * configure.ac:
9440
9441         Release 0.3.2
9442
9443         * cut-n-paste/recent-files/Makefile.am:
9444
9445         Fix make distcheck
9446
9447 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
9448
9449         * pixbuf/pixbuf-document.c: (pixbuf_document_get_orientation),
9450         (pixbuf_document_set_orientation), (rotate_pixbuf),
9451         (pixbuf_document_get_page_size), (pixbuf_document_render_pixbuf),
9452         (pixbuf_document_document_iface_init), (pixbuf_document_init):
9453
9454         Implement rotation and cleanup the code a bit.
9455
9456         * tiff/tiff-document.c: (tiff_document_get_page_size),
9457         (tiff_document_get_orientation), (tiff_document_set_orientation),
9458         (rotate_pixbuf), (tiff_document_render_pixbuf),
9459         (tiff_document_document_iface_init), (tiff_document_init):
9460
9461         Implement rotation. Was the quicker solution for the release
9462         but we really need to share this code in the shell.
9463
9464 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
9465
9466         * pdf/ev-poppler.cc:
9467
9468         Enable rotation, require poppler cvs. Fix a leak.
9469
9470 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9471
9472         * shell/ev-window.c: (update_action_sensitivity):
9473         
9474         Make properties unsensitive if document backend doesn't provide
9475         any info
9476
9477 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9478
9479         * dvi/mdvi-lib/bitmap.c: (bitmap_alloc), (bitmap_alloc_raw),
9480         (bitmap_flip_horizontally), (bitmap_flip_vertically),
9481         (bitmap_flip_diagonally), (bitmap_rotate_clockwise),
9482         (bitmap_rotate_counter_clockwise), (bitmap_flip_rotate_clockwise),
9483         (bitmap_flip_rotate_counter_clockwise):
9484         * dvi/mdvi-lib/color.c: (mdvi_push_color), (get_color_table):
9485         * dvi/mdvi-lib/common.c: (read_string), (buff_free), (buff_add),
9486         (buff_gets):
9487         * dvi/mdvi-lib/common.h:
9488         * dvi/mdvi-lib/dvimisc.c: (mdvi_push_color):
9489         * dvi/mdvi-lib/dviread.c: (get_bytes), (dreset), (define_font),
9490         (opendvi), (mdvi_reload), (mdvi_init_context),
9491         (mdvi_destroy_context), (mdvi_dopage), (special):
9492         * dvi/mdvi-lib/font.c: (font_drop_one), (font_free_unused):
9493         * dvi/mdvi-lib/fontmap.c: (read_encoding), (destroy_encoding),
9494         (file_hash_free), (register_encoding), (parse_spec),
9495         (mdvi_load_fontmap), (free_ent), (mdvi_init_fontmaps),
9496         (mdvi_add_fontmap_file), (mdvi_ps_read_fontmap),
9497         (mdvi_ps_flush_fonts), (mdvi_ps_find_font), (mdvi_ps_get_metrics):
9498         * dvi/mdvi-lib/fontsrch.c: (mdvi_list_font_class),
9499         (mdvi_register_font_type), (mdvi_unregister_font_type),
9500         (lookup_font), (mdvi_add_font), (mdvi_font_retry):
9501         * dvi/mdvi-lib/gf.c: (gf_read_bitmap), (gf_load_font):
9502         * dvi/mdvi-lib/hash.c: (mdvi_hash_remove), (mdvi_hash_remove_ptr),
9503         (mdvi_hash_destroy_key), (mdvi_hash_reset):
9504         * dvi/mdvi-lib/pagesel.c: (mdvi_parse_range),
9505         (mdvi_parse_page_spec), (mdvi_free_page_spec), (main):
9506         * dvi/mdvi-lib/paper.c: (mdvi_free_paper_specs):
9507         * dvi/mdvi-lib/pk.c: (pk_lookup), (pk_lookupn), (pk_load_font):
9508         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
9509         * dvi/mdvi-lib/special.c: (mdvi_register_special),
9510         (mdvi_unregister_special), (mdvi_flush_specials):
9511         * dvi/mdvi-lib/t1.c: (t1_lookup_font), (t1_really_load_font),
9512         (t1_font_remove):
9513         * dvi/mdvi-lib/tfm.c: (get_tfm_chars):
9514         * dvi/mdvi-lib/tfmfile.c: (afm_load_file), (tfm_load_file),
9515         (ofm1_load_file), (ofm_load_file), (get_font_metrics),
9516         (free_font_metrics), (flush_font_metrics):
9517         * dvi/mdvi-lib/tt.c: (tt_really_load_font), (tt_get_bitmap),
9518         (tt_font_remove):
9519         * dvi/mdvi-lib/util.c: (mdvi_malloc), (mdvi_realloc),
9520         (mdvi_calloc), (mdvi_free), (mdvi_strdup), (mdvi_strncpy),
9521         (mdvi_strndup), (mdvi_memdup), (xstradd), (dstring_append),
9522         (dstring_insert), (dstring_new), (dstring_reset):
9523         * dvi/mdvi-lib/vf.c: (vf_load_font), (vf_free_macros):
9524         
9525         Rename xmalloc and xfree to mdvi_malloc and mdvi_free to
9526         avoid conflict with libtool on FC4
9527         
9528         * shell/ev-window.c: (ev_window_cmd_help_about):
9529         
9530         Update copyright year. Fix for bug 308828.
9531
9532 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
9533
9534         * shell/ev-view.c: (add_scroll_binding_keypad),
9535         (ev_view_binding_activated), (ev_view_class_init),
9536         (on_adjustment_value_changed):
9537         
9538         Bug 170874: Arrow keys switch pages in presentation mode
9539
9540 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
9541
9542         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
9543         
9544         Fix for Bug 308265: Sidebar dissappears coming out of 
9545         Presentation mode
9546
9547 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
9548
9549         * shell/ev-application.c: (ev_application_open):
9550         * shell/ev-document-types.c: (ev_document_types_add_filters),
9551         (ev_document_types_add_filters_for_type):
9552         * shell/ev-document-types.h:
9553         * shell/ev-window.c: (ev_window_cmd_save_as):
9554         
9555         Suggest basename as template when saving, provide filters
9556         for save dialog. It's bug 308402
9557
9558 2005-06-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9559
9560         * pdf/ev-poppler.cc:
9561         * shell/ev-sidebar-links.c: (job_finished_callback):
9562         * shell/ev-view.c: (update_find_status_message):
9563         
9564         Some leaks fixed
9565
9566 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
9567
9568         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
9569         (egg_recent_view_uimanager_set_list):
9570
9571         Fix buglet in !show_numbers case.
9572
9573 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
9574
9575         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
9576         (connect_proxy_cb), (egg_recent_view_uimanager_set_list):
9577
9578         Use pango ellipsisation.
9579
9580         * pdf/ev-poppler.cc:
9581
9582         Fix refcount leak, from nsh.
9583
9584 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9585
9586         * cut-n-paste/recent-files/Makefile.am:
9587         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
9588         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
9589         
9590         Removed EggRecentViewGtk
9591         
9592         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
9593         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
9594         * shell/ev-window.c: (ev_window_cmd_recent_file_activate),
9595         (ev_window_setup_recent):
9596         
9597         Use ViewUIManager instead of ViewGtk. Less leaks, more compatibility
9598         with other projects
9599
9600 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9601
9602         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
9603         (egg_recent_view_gtk_finalize):
9604
9605         Fix memory leak
9606
9607         * cut-n-paste/toolbar-editor/Makefile.am:
9608         
9609         Fix location of cursor icon.
9610         
9611         * pdf/ev-poppler.cc:
9612         * shell/ev-page-action.c: (build_new_tree_cb), (match_selected_cb),
9613         (display_completion_text), (match_completion):
9614         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
9615         (selection_changed_callback), (create_loading_model),
9616         (print_section_cb), (links_page_num_func),
9617         (update_page_callback_foreach):
9618         * shell/ev-window.c: (ev_window_dispose):
9619         
9620         Small memory fixes. Links model now store objects instead
9621         of pointers to improve memory management. 
9622
9623 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9624
9625         * shell/ev-window.c: (zoom_control_changed_cb):
9626         
9627         Fix update of zoom control (bug 308268).
9628
9629 Sat Jun 18 22:46:42 2005  Jonathan Blandford  <jrb@redhat.com>
9630
9631         * shell/ev-properties.c (set_property): escape the text correctly.
9632         Handles non-UTF-8 properties and escaped properties.  Also, sets
9633         the text to "<i>None</i>" if the property isn't set.
9634
9635         * data/evince-properties.glade: Change the label to be ellipsized,
9636         and give it a minimum size.
9637
9638 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9639
9640         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown):
9641         * shell/ev-sidebar-links.c: (create_loading_model):
9642         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
9643         * shell/ev-view.c: (ev_view_set_document):
9644         * shell/ev-window.c: (ev_window_dispose):
9645         
9646         Various small fixes, mostly memory leaks. Thanks to valgrind.
9647
9648 2005-06-19  Martin Kretzschmar  <martink@gnome.org>
9649
9650         * ps/ps-document.c: remove the locale.h include again ;-). And
9651         kill the (bogus) setlocale/savelocale business.
9652
9653 2005-06-19  Jaap A. Haitsma <jaap@haitsma.org>
9654
9655         * ps/ps-document.c:
9656         
9657         Include locale.h to fix build
9658         
9659         * shell/ev-sidebar.c:
9660         
9661         Remove unnecessary includes
9662
9663 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9664
9665         * dvi/dvi-document.c: (dvi_document_load):
9666         * dvi/mdvi-lib/dviread.c: (mdvi_init_context):
9667         * po/POTFILES.in:
9668         
9669         Check for incorrect dvi files. Fix parsing dvi on AMD64
9670         platform. Thanks to tester@tester.ca (Olivier Crete).
9671
9672 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9673
9674         * shell/ev-page-action.c: (match_selected_cb),
9675         (display_completion_text), (match_completion), (update_model):
9676         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
9677         (expand_open_links):
9678         * shell/ev-sidebar.c: (ev_sidebar_destroy),
9679         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_add_page),
9680         (ev_sidebar_set_document):
9681         * shell/ev-window.c: (ev_window_xfer_job_cb),
9682         (sidebar_widget_model_set), (sidebar_page_main_widget_update_cb):
9683         
9684         Fixed lot's of memory leaks, for example, memory leak on reload, 
9685         described in bug 307793.
9686
9687 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
9688
9689         * pdf/ev-poppler.cc:
9690         * shell/ev-sidebar-thumbnails.c: (clear_range), (add_range),
9691         (update_visible_range), (adjustment_changed_cb),
9692         (ev_sidebar_thumbnails_fill_model),
9693         (ev_sidebar_thumbnails_refresh),
9694         (ev_sidebar_tree_selection_changed),
9695         (ev_sidebar_icon_selection_changed),
9696         (ev_sidebar_thumbnails_use_icon_view),
9697         (ev_sidebar_thumbnails_set_document):
9698         * shell/ev-sidebar-thumbnails.h:
9699         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
9700         (ev_window_cmd_edit_rotate_right), (ev_window_init):
9701
9702         Refresh thumbnails when changing orientation. Not fully
9703         working yet becuase of a sidebar bug.
9704
9705         Set page orientation to poppler page everywhere. This sucks
9706         really need to fix poppler.
9707
9708 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
9709
9710         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
9711         (egg_recent_view_gtk_new_menu_item),
9712         (egg_recent_view_gtk_set_property),
9713         (egg_recent_view_gtk_get_property),
9714         (egg_recent_view_gtk_class_init), (egg_recent_view_gtk_init),
9715         (egg_recent_view_gtk_set_tooltip_func),
9716         (egg_recent_view_gtk_set_label_width),
9717         (egg_recent_view_gtk_get_label_width):
9718         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
9719
9720         Sync with libegg (ellipsize labels)
9721
9722 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9723
9724         * data/evince-ui.xml:
9725         * shell/ev-window.c: (ev_window_cmd_go_forward),
9726         (ev_window_cmd_go_backward):
9727         
9728         Shift + PageUp moves 10 Pages. Fix for 306125
9729
9730 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9731
9732         * pdf/ev-poppler.cc:
9733
9734         Add a flag to check if orientation has been overriden
9735
9736 2005-06-17  Martin Kretzschmar  <martink@gnome.org>
9737
9738         * ps/ps.c (psscan, psfree): read "Creator:" comment, free creator
9739         field if necessary.
9740
9741         * ps/ps.h: add creator field to document.
9742
9743         * ps/ps-document.c (ps_document_get_info): set format to PostScript,
9744         set creator field.
9745
9746 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9747
9748         * data/evince-properties.glade:
9749         * shell/ev-properties.c: (ev_properties_set_document):
9750
9751         s/PDF Version/Format
9752
9753 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9754
9755         * shell/ev-properties.c: (ev_properties_set_document):
9756
9757         Remove unnecessary translations
9758
9759 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9760
9761         * cut-n-paste/toolbar-editor/Makefile.am:
9762
9763         Correct library name    
9764
9765 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9766
9767         * configure.ac:
9768         * cut-n-paste/recent-files/egg-recent-model.c:
9769         (egg_recent_model_write_raw), (egg_recent_model_lock_file),
9770         (egg_recent_model_unlock_file):
9771         * cut-n-paste/recent-files/egg-recent-util.c:
9772         (egg_recent_util_get_unique_id):
9773         * cut-n-paste/recent-files/update-from-egg.sh:
9774         * cut-n-paste/toolbar-editor/Makefile.am:
9775         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
9776         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
9777         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
9778         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
9779         (egg_toolbars_model_get_type):
9780         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
9781
9782         Better makefile for toolbar editor and update everything
9783         to latest libegg.
9784
9785 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9786
9787         * shell/ev-window.c: (update_document_mode):
9788
9789         Prefer presentation mode when the document
9790         require fullscreen.
9791
9792 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9793
9794         * data/evince-ui.xml:
9795         * shell/ev-window.c:
9796
9797         Add control-equal for zooming
9798
9799 2005-06-17  Theppitak Karoonboonyanan  <thep@linux.thai.net>
9800
9801         * configure.ac: Added 'th' (Thai) to ALL_LINGUAS.
9802
9803 2005-06-16  Marco Pesenti Gritti  <mpg@redhat.com>
9804
9805         * backend/ev-document.c: (ev_document_get_orientation):
9806         * backend/ev-document.h:
9807         * pdf/ev-poppler.cc:
9808         * ps/ps-document.c: (ps_document_get_orientation),
9809         (ps_document_set_orientation), (ps_document_document_iface_init):
9810
9811         Add a get_orientation api. Improve set_orientation.
9812
9813         * data/evince-ui.xml:
9814         * shell/ev-view.c: (ev_view_set_orientation),
9815         (ev_view_rotate_right), (ev_view_rotate_left):
9816         * shell/ev-view.h:
9817         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
9818         (ev_window_cmd_edit_rotate_right):
9819
9820         Better ui for changing document orientation
9821
9822 2005-06-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9823
9824         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_property),
9825         (ev_sidebar_links_class_init), (ev_sidebar_links_get_label):
9826         * shell/ev-sidebar-links.h:
9827         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
9828         (ev_sidebar_page_iface_init):
9829         * shell/ev-sidebar-page.h:
9830         * shell/ev-sidebar-thumbnails.c:
9831         (ev_sidebar_thumbnails_get_property),
9832         (ev_sidebar_thumbnails_class_init),
9833         (ev_sidebar_thumbnails_set_document):
9834         * shell/ev-sidebar-thumbnails.h:
9835         * shell/ev-view.c: (ev_view_motion_notify_event):
9836         * shell/ev-window.c: (update_chrome_visibility),
9837         (ev_window_cmd_focus_page_selector),
9838         (ev_window_update_fullscreen_popup), (view_actions_focus_in_cb),
9839         (sidebar_page_main_widget_update_cb), (ev_window_init):
9840         
9841         Autoraise toolbar on GoToPage binding and fix bindings in
9842         EvSidebarThumbnails page.
9843
9844 2005-06-15  Christian Persch  <chpe@cvs.gnome.org>
9845
9846         * shell/ev-properties.c: (update_progress_label):
9847
9848         Hide the progress label when finished; bug #307697.
9849
9850 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
9851
9852         * pdf/ev-poppler.cc:
9853
9854         Enable is_open for links, you will need poppler cvs
9855
9856         * shell/ev-properties.c: (job_fonts_finished_cb):
9857
9858         Get a lock on the document when filling the tree view
9859
9860 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
9861
9862         * backend/ev-document-links.h:
9863         * pdf/ev-poppler.cc:
9864         * shell/ev-sidebar-links.c: (create_loading_model),
9865         (expand_open_links), (job_finished_callback):
9866
9867         Expand links when specified by the document.
9868         Depend on a poppler api (defined out for now)
9869
9870 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
9871
9872         * shell/ev-properties.c: (ev_properties_dispose),
9873         (ev_properties_class_init), (dialog_destroy_cb),
9874         (ev_properties_init), (job_fonts_finished_cb), (setup_fonts_view),
9875         (ev_properties_set_document), (ev_properties_new),
9876         (ev_properties_show):
9877         * shell/ev-properties.h:
9878
9879         Make it an object, cleanup the code, api to show it as transient
9880         and to set the document.
9881
9882         * shell/ev-window.c: (ev_window_setup_document),
9883         (ev_window_cmd_file_properties):
9884
9885         Adapt to EvProperties changes, do not show multiple
9886         times, update it when document changes.
9887
9888 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
9889
9890         * ps/gstypes.h:
9891         * ps/ps-document.c: (ps_document_init), (get_page_orientation),
9892         (ps_document_set_orientation), (ps_document_document_iface_init):
9893         * ps/ps-document.h:
9894
9895         Implement orientation here too
9896
9897         * shell/ev-properties.c: (ev_properties_new):
9898         * data/evince-properties.glade:
9899
9900         Hide the fonts page for backends that doesnt
9901         support it.     
9902
9903 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
9904
9905         * backend/ev-document.c: (ev_document_set_orientation):
9906         * backend/ev-document.h:
9907         * pdf/ev-poppler.cc:
9908
9909         Add orientation api. Currently poppler api is not optimal,
9910         we need to set orientation every time we _get a page.
9911         I will try to fix that at some point.
9912
9913         * data/evince-ui.xml:
9914         * shell/ev-window.c: (ev_window_cmd_edit_landscape),
9915         (ev_window_cmd_edit_portrait), (ev_window_cmd_edit_flip):
9916
9917         Add orientation menu items
9918
9919         * shell/ev-page-cache.c: (ev_page_cache_clear):
9920         * shell/ev-page-cache.h:
9921
9922         Add api to clear the cache
9923
9924         * shell/ev-view.c: (setup_caches), (clear_caches),
9925         (ev_view_set_document), (ev_view_zoom_out),
9926         (ev_view_set_orientation):
9927         * shell/ev-view.h:
9928
9929         Implement orientation changing
9930
9931 2005-06-13  Marco Pesenti Gritti <mpg@redhat.com>
9932
9933         * backend/ev-document-fonts.c: (ev_document_fonts_get_progress),
9934         (ev_document_fonts_scan), (ev_document_fonts_fill_model):
9935         * backend/ev-document-fonts.h:
9936
9937         Separate scan and fill so that we can incrementally fill from
9938         the main thread. Add a progress api.
9939
9940         * data/evince-properties.glade:
9941         * pdf/ev-poppler.cc:
9942         * shell/ev-jobs.c: (ev_job_fonts_new), (ev_job_fonts_run):
9943         * shell/ev-jobs.h:
9944         * shell/ev-properties.c: (update_progress_label),
9945         (job_fonts_finished_cb), (setup_fonts_view):
9946
9947         Incrementally feel the list and show the progress
9948         percentage in a label like acrobat does.
9949
9950         You are going to need poppler cvs
9951
9952 2005-06-11  Marco Pesenti Gritti <mpg@redhat.com>
9953
9954         * backend/ev-document-fonts.c: (ev_document_fonts_fill_model):
9955         * backend/ev-document-fonts.h:
9956         * pdf/ev-poppler.cc:
9957
9958         Make fonts model fill incrementally.
9959
9960         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
9961         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
9962         (ev_job_queue_remove_job):
9963         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
9964         (ev_job_fonts_new), (ev_job_fonts_run):
9965         * shell/ev-jobs.h:
9966
9967         New job for fonts scanning
9968
9969         * shell/ev-properties.c: (job_fonts_finished_cb),
9970         (fill_fonts_treeview), (setup_fonts_view), (ev_properties_new):
9971         * shell/ev-properties.h:
9972         * shell/ev-window.c: (ev_window_cmd_file_properties):
9973
9974         Incrementally feel the treeview using the new job. Show Loading...
9975         message until scanning is completed.
9976
9977         Hopefully I didnt break the build without the poppler patch.
9978
9979 2005-06-10  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9980
9981         * shell/ev-application.c: (ev_application_open):
9982         * shell/ev-document-types.c: (ev_document_type_from_from_mime),
9983         (ev_document_type_get_type), (ev_document_type_lookup):
9984         * shell/ev-document-types.h:
9985         * shell/ev-job-xfer.c: (ev_job_xfer_dispose), (ev_job_xfer_run):
9986         * shell/ev-job-xfer.h:
9987         * shell/ev-window.c: (ev_window_clear_local_uri),
9988         (ev_window_load_job_cb), (ev_window_xfer_job_cb),
9989         (ev_window_open_uri), (ev_window_add_recent), (ev_window_dispose):
9990         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9991         
9992         Transfer remote documents to tmp directory to display them later.
9993
9994 2005-06-10  Marco Pesenti Gritti <mpg@redhat.com>
9995
9996         * backend/ev-document-info.h:
9997         * shell/ev-properties.c: (ev_properties_new):
9998
9999         s/GTime*/GTime. Not sure why we was using a pointer
10000         at all there!
10001
10002 Wed Jun  8 01:04:22 2005  Jonathan Blandford  <jrb@redhat.com>
10003
10004         * shell/ev-sidebar-thumbnails.c: Use a GtkIconView in certain
10005         situations.  That situation is that you're using GTK+-HEAD with
10006         the patch at #306726 is applied, and you have a document with <
10007         1500 pages in it.  It's not quite as uniformly nice as the
10008         TreeView, but should be better in the long run.
10009
10010         I'm pretty sure I guarded against breaking compilation with
10011         HAVE_GTK_ICON_VIEW_GET_VISIBLE_RANGE gaurds, though it's possible
10012         I missed some.
10013
10014         * shell/ev-window.c (ev_window_init): We don't have our tree/list
10015         widget yet, so I commented that code out
10016         enable_view_actions_for_widget() for now.  Need to figure this
10017         out.
10018
10019         * shell/ev-page-action.c (match_selected_cb): emit the right
10020         signals.  Our cool C-l completion now works.
10021
10022 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10023
10024         * backend/Makefile.am:
10025         * backend/ev-document-fonts.c:
10026         * backend/ev-document-links.c:
10027         * backend/ev-document.c: (ev_document_load):
10028         * backend/ev-document.h:
10029         * backend/ev-job-queue.c:
10030         * backend/ev-job-queue.h:
10031         * backend/ev-jobs.c:
10032         * backend/ev-jobs.h:
10033         * backend/ev-page-cache.c:
10034         * backend/ev-page-cache.h:
10035
10036         EvPageCache and EvJobs are moved to shell.
10037
10038         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown),
10039         (ev_tmp_filename):
10040         * lib/ev-file-helpers.h:
10041         
10042         New helper to work with temporary files
10043         
10044         * shell/Makefile.am:
10045         * shell/ev-application.c: (ev_application_open):
10046         * shell/ev-application.h:
10047         * shell/ev-job-queue.c: (remove_job_from_queue_locked),
10048         (remove_job_from_async_queue), (add_job_to_async_queue),
10049         (add_job_to_queue_locked), (notify_finished), (job_finished_cb),
10050         (handle_job), (search_for_jobs_unlocked),
10051         (no_jobs_available_unlocked), (ev_render_thread),
10052         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
10053         (ev_job_queue_add_job), (move_job_async), (move_job),
10054         (ev_job_queue_update_job), (ev_job_queue_remove_job):
10055         * shell/ev-job-queue.h:
10056         * shell/ev-job-xfer.c: (ev_job_xfer_init), (ev_job_xfer_dispose),
10057         (ev_job_xfer_class_init), (ev_job_xfer_new), (ev_job_xfer_run):
10058         * shell/ev-job-xfer.h:
10059         * shell/ev-jobs.c: (ev_job_init), (ev_job_dispose),
10060         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
10061         (ev_job_links_class_init), (ev_job_render_init),
10062         (ev_job_render_dispose), (ev_job_render_class_init),
10063         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
10064         (ev_job_thumbnail_class_init), (ev_job_load_init),
10065         (ev_job_load_dispose), (ev_job_load_class_init), (ev_job_finished),
10066         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
10067         (render_finished_cb), (ev_job_render_run), (ev_job_thumbnail_new),
10068         (ev_job_thumbnail_run), (ev_job_load_new), (ev_job_load_run):
10069         * shell/ev-jobs.h:
10070         * shell/ev-page-action.c: (ev_page_action_set_document):
10071         * shell/ev-page-cache.c: (ev_page_cache_init),
10072         (ev_page_cache_class_init), (ev_page_cache_finalize),
10073         (ev_page_cache_new), (ev_page_cache_get_n_pages),
10074         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
10075         (ev_page_cache_set_page_label), (ev_page_cache_set_link),
10076         (ev_page_cache_get_title), (ev_page_cache_get_size),
10077         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
10078         (ev_page_cache_get_height_to_page),
10079         (ev_page_cache_get_max_label_chars),
10080         (ev_page_cache_get_page_label),
10081         (ev_page_cache_has_nonnumeric_page_labels),
10082         (ev_page_cache_get_info), (ev_page_cache_next_page),
10083         (ev_page_cache_prev_page), (ev_page_cache_get):
10084         * shell/ev-page-cache.h:
10085         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_update_range),
10086         (ev_pixbuf_cache_clear_job_sizes),
10087         (ev_pixbuf_cache_add_jobs_if_needed),
10088         (ev_pixbuf_cache_set_page_range):
10089         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings):
10090         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document):
10091         * shell/ev-sidebar-thumbnails.c:
10092         (ev_sidebar_tree_selection_changed),
10093         (ev_sidebar_thumbnails_set_document):
10094         * shell/ev-statusbar.c: (ev_statusbar_destroy),
10095         (ev_statusbar_class_init), (ev_statusbar_init), (ev_statusbar_new),
10096         (ev_statusbar_get_context_id), (ev_statusbar_push),
10097         (ev_statusbar_pop), (ev_statusbar_set_maximized),
10098         (ev_statusbar_pulse), (ev_statusbar_show_progress),
10099         (ev_statusbar_set_progress):
10100         * shell/ev-statusbar.h:
10101         * shell/ev-view.c: (ev_view_set_document), (ev_view_find_next),
10102         (ev_view_find_previous):
10103         * shell/ev-window.c: (ev_window_is_empty),
10104         (ev_window_setup_document), (password_dialog_response),
10105         (ev_window_clear_jobs), (ev_window_load_job_cb),
10106         (ev_window_xfer_job_cb), (ev_window_open_uri),
10107         (ev_window_open_uri_list), (ev_window_cmd_recent_file_activate),
10108         (ev_window_print), (ev_window_print_range),
10109         (ev_window_state_event), (ev_window_cmd_view_reload),
10110         (menu_item_select_cb), (menu_item_deselect_cb),
10111         (view_status_changed_cb), (ev_window_dispose),
10112         (drag_data_received_cb), (ev_window_init):
10113         * shell/ev-window.h:
10114         * shell/main.c: (load_files):
10115         
10116         New statusbar to show progress on idle. Two new jobs - 
10117         xfer job and load job to load document in background. And update
10118         of page_cache clients to new location of code.
10119
10120 2005-06-08  Carlos Garcia Campos <carlosgc@gnome.org>
10121
10122         * shell/ev-application.c, shell/ev-window.[ch]: Allow multiple
10123         selection in open dialog. It also remembers the last visited directory 
10124         in the current session.
10125
10126 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10127
10128         * shell/ev-properties.c: (ev_properties_new):
10129         * shell/ev-properties.h:
10130         * shell/ev-window.c: (ev_window_cmd_file_properties):
10131         
10132         Get document info from page cache instead of document itself.
10133         This should fix crash related to race conditions described in
10134         bug 306545.
10135
10136 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
10137
10138         * ps/ps-document.c: (ps_document_init),
10139         (send_ps), (get_page_box), (output), (catchPipe), (input),
10140         (stop_interpreter), (file_length), (file_readable),
10141         (check_filecompressedb), (ps_document_enable_interpreter),
10142         (document_load), (ps_async_renderer_render_pixbuf):
10143         * ps/ps-document.h:
10144
10145         Big cleanup of the ps code
10146
10147 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
10148
10149         * backend/Makefile.am:
10150         * backend/ev-async-renderer.c: (ev_async_renderer_get_type),
10151         (ev_async_renderer_class_init), (ev_async_renderer_render_pixbuf):
10152         * backend/ev-async-renderer.h:
10153
10154         Add an async renderer interface (method + callback) which
10155         is useful for backends like ps.
10156
10157         * backend/ev-job-queue.c: (remove_job_from_async_queue),
10158         (add_job_to_async_queue), (job_finished_cb), (handle_job),
10159         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
10160         (ev_job_queue_add_job), (move_job_async), (move_job),
10161         (ev_job_queue_update_job), (ev_job_queue_remove_job):
10162
10163         Add queues for async renderer, these are executed on the
10164         main thread.
10165
10166         * backend/ev-jobs.c: (ev_job_render_new), (render_finished_cb),
10167         (ev_job_render_run):
10168         * backend/ev-jobs.h:
10169
10170         If the backend support async renderer interface use it.
10171
10172         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
10173         (setup_pixmap), (ps_document_get_type),
10174         (ps_async_renderer_render_pixbuf),
10175         (ps_document_document_iface_init), (ps_async_renderer_iface_init):
10176
10177         Implement async renderer interface.
10178
10179 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10180
10181         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose):
10182
10183         Cleanup links job on exit.
10184
10185 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10186
10187         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
10188         (drag_data_get_cb), (drag_data_received_cb):
10189         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
10190         (drag_data_get_cb), (parse_item_list),
10191         (egg_toolbar_editor_load_actions):
10192         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
10193         (egg_toolbars_model_to_xml), (egg_toolbars_model_save),
10194         (parse_item_list), (parse_toolbars):
10195         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
10196         (dvi_pixbuf_put_pixel):
10197         
10198         Fix gcc 4.0 warnings
10199
10200 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
10201
10202         * ps/ps-document.c: (start_interpreter):
10203
10204         Fix warning when loading ps
10205
10206 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
10207
10208         * ps/ps-document.c: (output):
10209
10210         Fix crash when priting gs error messages.
10211
10212 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
10213
10214         * backend/ev-page-cache.c: (_ev_page_cache_new):
10215         * backend/ev-page-cache.h:
10216
10217         Use a const to return title so that we dont double
10218         free it. Small cleanup and fix a leak.
10219
10220         * shell/ev-window.c: (update_window_title):
10221
10222         strdup value from get_title.
10223
10224 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
10225
10226         * shell/ev-sidebar-links.c: (job_finished_callback),
10227         (ev_sidebar_links_set_document):
10228
10229         Cleanup the old job when changing document
10230
10231 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10232
10233         * shell/ev-stock-icons.c:
10234         * shell/ev-stock-icons.h:
10235         * shell/ev-window.c:
10236         
10237         Add stock icons for actions that can appear in toolbar. Fix for
10238         bug 306566.
10239
10240 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10241
10242         * backend/ev-page-cache.c: (ev_page_cache_finalize),
10243         (_ev_page_cache_new), (ev_page_cache_get_max_width),
10244         (ev_page_cache_get_max_height), (ev_page_cache_get_height_to_page):
10245         * backend/ev-page-cache.h:
10246         * shell/ev-view.c: (scroll_to_current_page),
10247         (view_update_range_and_current_page), (get_page_y_offset),
10248         (get_page_extents), (ev_view_size_request_continuous_dual_page),
10249         (ev_view_size_request_continuous),
10250         (ev_view_zoom_for_size_continuous_and_dual_page),
10251         (ev_view_zoom_for_size_continuous):
10252         
10253         More compact EvView layout in document with pages of different size.
10254
10255 Sat Jun  4 19:20:57 2005  Jonathan Blandford  <jrb@redhat.com>
10256
10257         * shell/ev-window.c (ev_window_cmd_file_properties): fix
10258         compilation.
10259
10260 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10261
10262         * shell/ev-view.c: (view_set_adjustment_values):
10263         * shell/ev-window.c: (ev_window_cmd_file_properties):
10264         
10265         A bit different fix for rounding problem but it has no
10266         problems on startup. Make properties window transient to parent.
10267
10268 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10269
10270         * pdf/ev-poppler.cc:
10271         
10272         More commenting of font stuff.
10273
10274 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
10275
10276         * pdf/ev-poppler.cc:
10277
10278         Comment out some more fonts stuff. Should really
10279         work without the poppler patch now.
10280
10281 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
10282
10283         * pdf/ev-poppler.cc:
10284
10285         Adapt to api change
10286
10287 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
10288
10289         * data/evince-properties.glade:
10290         * pdf/ev-poppler.cc:
10291         * shell/ev-properties.c: (setup_fonts_view):
10292
10293         Set the column title. Show the dialog only
10294         once everything is setup.
10295         Getting font info can be very slow... will
10296         prolly need to make this threaded too.
10297
10298 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
10299
10300         * backend/Makefile.am:
10301         * backend/ev-document-fonts.c: (ev_document_fonts_get_type),
10302         (ev_document_fonts_get_fonts_model):
10303         * backend/ev-document-fonts.h:
10304         * data/evince-properties.glade:
10305         * pdf/ev-poppler.cc:
10306         * shell/ev-properties.c: (setup_fonts_view), (ev_properties_new):
10307         * shell/ev-properties.h:
10308         * shell/ev-window.c: (ev_window_cmd_file_properties):
10309
10310         Implement fonts list. Defined out for now, since it depends
10311         on a not yet committed poppler patch.
10312
10313 Fri Jun  3 21:07:57 2005  Jonathan Blandford  <jrb@redhat.com>
10314
10315         * shell/ev-view.c (get_page_extents): other_page isn't necessarily
10316         page + 1.
10317
10318         * shell/ev-window.c: Make sure we add the timeout when we get a
10319         focus-in event.
10320
10321         * shell/ev-view.c (view_set_adjustment_values): Add 0.5 to
10322         adjustment->value before calculating the zoom factor to average
10323         out all of our rounding errors.  The page no longer 'drifts' when
10324         resizing.
10325
10326 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10327
10328         * data/evince-properties.glade:
10329         * shell/ev-properties.c: (ev_properties_format_date),
10330         (set_property):
10331         
10332         Labels don't expand when the dialogue is resized.
10333         strftime result needs to be converted to UTF-8. Thanks
10334         to Christian Persch <chpe@gnome.org>.
10335
10336 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
10337
10338         * data/evince-properties.glade:
10339
10340         Hide the fonts tab
10341
10342 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
10343
10344         * backend/ev-document-info.h:
10345         * backend/ev-document.c: (ev_document_info_free):
10346         * data/evince-properties.glade:
10347         * pdf/ev-poppler.cc:
10348         * ps/ps-document.c: (ps_document_get_info):
10349         * shell/ev-properties.c: (ev_properties_format_date),
10350         (set_property), (ev_properties_new):
10351         * shell/ev-properties.h:
10352         * shell/ev-window.c: (ev_window_cmd_file_properties):
10353
10354         Rework properties code to take only EvPropertyInfo
10355         in the constructor so that it can be useful for
10356         nautilus plugin too.
10357
10358         Deal with backends that doesnt support some properties.
10359         Make set property code generic.
10360
10361 2005-06-04  Christian Persch <chpe@gnome.org>
10362
10363         * data/evince-properties.glade:
10364
10365         fix spacings, make resizeable, and make data labels
10366         selectable + ellipsised
10367
10368 2005-06-03  Marco Pesenti Gritti <mpg@redhat.com>
10369
10370         * backend/ev-document-info.h:
10371         * data/Makefile.am:
10372         * data/evince-ui.xml:
10373         * pdf/ev-poppler.cc:
10374         * shell/Makefile.am:
10375         * shell/ev-window.c: (update_action_sensitivity),
10376         (ev_window_cmd_file_properties):
10377
10378         Initial go at file properties. Patch by
10379         Emil Soleyman-Zomalan <emil@soleyman.com>.
10380         Needs love see #169583
10381
10382 2005-06-02  Marco Pesenti Gritti <mpg@redhat.com>
10383
10384         * ps/ps-document.c: (output):
10385         * ps/ps.c: (psscan):
10386
10387         Try to render even if psscan fails.
10388
10389 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
10390
10391         * ps/ps.c: (psscan), (pscopydoc):
10392
10393         Port buffered reading code from gv
10394
10395 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
10396
10397         * ps/ps-document.c: (interpreter_message), (output):
10398
10399         Do not fail on interpreter messages
10400
10401 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
10402
10403         * backend/ev-document-misc.c:
10404         (ev_document_misc_get_thumbnail_frame):
10405
10406         Pages can be 0 x 0, dont assert on this case
10407
10408 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10409
10410         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
10411         (ev_sidebar_links_class_init), (ev_sidebar_links_set_document):
10412
10413         Correctly manage our reference on document. Finally the reload
10414         huge leak is gone...
10415
10416 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10417
10418         * ps/ps-document.c: (ps_document_dispose):
10419
10420         Forgot to chain it to the parent. Thanks chpe.
10421
10422 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10423
10424         * ps/ps-document.c: (ps_document_dispose),
10425         (ps_document_class_init), (stop_interpreter), (document_load):
10426
10427         Cleanup dispose a bit. Dont leak the whole pixmap.
10428
10429 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10430
10431         * pdf/ev-poppler.cc:
10432
10433         Release the poppler document on dispose
10434
10435 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10436
10437         * shell/ev-view.c: (ev_view_set_document):
10438
10439         Release ref on the pixbuf cache when changing
10440         document.
10441
10442 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10443
10444         * ps/ps-document.c: (ps_document_get_info):
10445
10446         Fix a double free
10447
10448 2005-05-31  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
10449
10450         * backend/ev-page-cache.c: (ev_page_cache_init),
10451         (_ev_page_cache_new), (ev_page_cache_get_max_label_chars):
10452         * backend/ev-page-cache.h:
10453         * shell/ev-page-action.c: (page_changed_cb):
10454         
10455         Set page action entry width depending on labels width. Fix
10456         for bug 305202.
10457
10458 2005-05-31  Marco Pesenti Gritti  <mpg@redhat.com>
10459
10460         * backend/ev-link.c: (ev_link_class_init):
10461
10462         Allow -1 as page value (error)
10463
10464 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10465
10466         * shell/ev-sidebar-thumbnails.c:
10467         (ev_sidebar_thumbnails_set_document):
10468         * shell/ev-view.c: (scroll_to_current_page),
10469         (view_set_adjustment_values), (ev_view_set_scroll_adjustments),
10470         (page_changed_cb), (on_adjustment_value_changed),
10471         (ev_view_set_document):
10472
10473         Slightly modified patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>.
10474         Fix bug 305377
10475
10476 2005-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10477
10478         * configure.ac:
10479         * djvu/djvu-document.c: (djvu_document_get_page_size):
10480
10481         Require djvulibre CVS. Now djvu loading is much faster. Fix for
10482         bug 301993.
10483
10484 Sat May 28 07:38:03 2005  Jonathan Blandford  <jrb@redhat.com>
10485
10486         * shell/ev-view.c (draw_one_page): modify the expose handling to
10487         get the shadows.
10488
10489         * shell/ev-window.c (update_action_sensitivity): Respect
10490         permissions field.  Kowtow to the man.
10491
10492         * pdf/ev-poppler.cc: Get the permissions field.
10493
10494         * tiff/*c: Make a tiny bit more robust.
10495
10496 2005-05-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10497
10498         * djvu/djvu-document.c:
10499         
10500         Pop messages from djvu context message queue.
10501
10502 2005-05-24  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10503
10504         * configure.ac, Makefile.am, shell/Makefile.am:
10505         * tiff/Makefile.am, shell/ev-document-types.c:
10506         
10507         Cleanup tiff configure checks. Fix for bug 305218.
10508
10509 2005-05-24  Maxim V. Dziumanenko <mvd@mylinux.ua>
10510
10511         * configure.ac: Added "uk" to ALL_LINGUAS.
10512
10513 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10514
10515         * cut-n-paste/zoom-control/ephy-zoom.c:
10516         (ephy_zoom_get_changed_zoom_level):
10517         * cut-n-paste/zoom-control/ephy-zoom.h:
10518         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_set_property),
10519         (ev_view_get_property), (ev_view_class_init), (ev_view_set_zoom):
10520         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
10521         (ev_window_cmd_view_zoom_out), (ev_window_zoom_changed_cb),
10522         (zoom_control_changed_cb), (ev_window_init):
10523         
10524         Fix minor points related to moving best fit up. Introduce
10525         "zoom" property and make zoom control change it's value on
10526         notify::zoom signals. Fix for 305080.
10527
10528 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10529
10530         * data/evince-ui.xml:
10531         * shell/ev-window.c: (set_view_actions_sensitivity):
10532         
10533         Use + and - as accels for zoom in and zoom out. Fix for 305001.
10534
10535 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
10536
10537         * configure.ac:
10538
10539         Depends on poppler 0.3.2
10540
10541 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
10542
10543         * cut-n-paste/recent-files/egg-recent-item.c:
10544         (egg_recent_item_get_short_name):
10545         * cut-n-paste/toolbar-editor/Makefile.am:
10546         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
10547         (new_pixbuf_from_widget):
10548         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
10549         * cut-n-paste/toolbar-editor/egg-marshal.c:
10550         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
10551         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
10552
10553         Sync
10554
10555 Sat May 21 23:18:30 2005  Jonathan Blandford  <jrb@redhat.com>
10556
10557         * tiff/tiff-document.c: Rough TIFF backend.
10558
10559 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
10560
10561         * NEWS:
10562         * configure.ac:
10563         * cut-n-paste/toolbar-editor/Makefile.am:
10564
10565         Release 0.3.1
10566
10567 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
10568
10569         * shell/ev-view.c: (jump_to_find_result), (ev_view_can_find_next),
10570         (ev_view_find_next), (ev_view_find_previous):
10571
10572         Remove the locks around get_n_results   
10573
10574 2005-05-21  Juerg Billeter  <j@bitron.ch>
10575
10576         * pdf/ev-poppler.c: (pdf_document_ps_exporter_begin):
10577
10578         Pass correct number of pages to poppler.
10579
10580 2005-05-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10581
10582         * configure.ac:
10583         * data/Makefile.am:
10584         * data/evince.desktop.in: 
10585         * data/evince.desktop.in.in:
10586         * po/POTFILES.in:
10587         
10588         Add conditionally dvi and djvu to desktop types. Fix for 304658.
10589
10590 Sat May 21 00:21:30 2005  Jonathan Blandford  <jrb@redhat.com>
10591
10592         * shell/ev-view.c: (view_update_adjustments),
10593         (view_set_adjustment_values): cast adjustmen->value to (int)
10594         before using it.  Otherwise, we get off by a pixel in some
10595         situations.
10596
10597         (draw_one_page): Draw the border on expose.
10598
10599 Fri May 20 22:05:25 2005  Jonathan Blandford  <jrb@redhat.com>
10600
10601         * *shell/ev-view.c: Patch from Nickolay V. Shmyrev to reset the
10602         adjustment when the mode changes, #304923
10603
10604 Fri May 20 02:00:03 2005  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10605
10606         * shell/ev-view.c: Use gdk_widget_queue_draw to remove
10607         flickering on resize but still use gdk_window_scroll on
10608         scrolling
10609
10610 Fri May 20 01:46:57 2005  Jonathan Blandford  <jrb@redhat.com>
10611
10612         * shell/ev-view.c: Patch from Nickolay Shmyrev to fix the -p
10613         option, #170458
10614
10615 Fri May 20 01:27:01 2005  Jonathan Blandford  <jrb@redhat.com>
10616
10617         * shell/ev-view.c: Patch from Nickolay Shmyrev to to scroll to
10618         second page on page_changed if possible, #304669
10619
10620 Fri May 20 01:07:15 2005  Jonathan Blandford  <jrb@redhat.com>
10621
10622         * shell/ev-view.c (view_update_adjustments): Use gdk_window_scroll
10623         instead of gtk_widget_queue_draw.  Massive speedups in scrolling.
10624
10625 Fri May 20 01:05:10 2005  Jonathan Blandford  <jrb@redhat.com>
10626
10627         * .cvsignore:
10628         * shell/ev-view.c:(ev_view_size_allocate), (ev_view_class_init),
10629         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
10630         (ev_view_zoom_for_size_presentation),
10631         (ev_view_zoom_for_size_continuous_and_dual_page),
10632         (ev_view_zoom_for_size_continuous),
10633         (ev_view_zoom_for_size_dual_page),
10634         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size):
10635         * shell/ev-view.h:
10636         * shell/ev-window.c: (update_view_size),
10637         (ev_window_sizing_mode_changed_cb):
10638
10639         Patch from Nickolay Shmyrev <nshmyrev@yandex.ru> to handle
10640         the scrollbars.  It's not 100% right, but it's much closer.  Kills
10641         an infinite loop, #304769
10642
10643
10644 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
10645
10646         * data/evince-ui.xml:
10647         * shell/ev-view.c: (ev_view_scroll_view), (ev_view_class_init):
10648         * shell/ev-window.c: (set_view_actions_sensitivity):
10649
10650         Make PgUp/Down behave like Space
10651
10652 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
10653
10654         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
10655         * backend/ev-ps-exporter.h:
10656         * pdf/ev-poppler.cc:
10657         * ps/ps-document.c: (ps_document_ps_export_begin):
10658         * shell/ev-print-job.c: (idle_print_handler):
10659
10660         Adapt to new poppler api
10661
10662 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
10663
10664         * cut-n-paste/zoom-control/ephy-zoom-control.c:
10665         (ephy_zoom_control_init):
10666
10667         Translate zoom levels
10668
10669 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
10670
10671         * cut-n-paste/zoom-control/ephy-zoom.c:
10672         (ephy_zoom_get_zoom_level_index):
10673
10674         Fix current zoom -> zoom control match
10675
10676 2005-05-18  James Bowes  <bowes@cs.dal.ca>
10677
10678         * shell/ev-window.c: (ev_window_init): Give focus to the ev-view,
10679         rather than the scrolled_window that it's in. Fixes bug #304655.
10680
10681 Tue May 17 22:54:17 2005  Jonathan Blandford  <jrb@redhat.com>
10682
10683         * shell/ev-view.c: (view_update_adjustments),
10684         (view_set_adjustment_values), (view_update_range_and_current_page),
10685         (view_scroll_to_page), (set_scroll_adjustment),
10686         (ev_view_set_scroll_adjustments), (add_scroll_binding_keypad),
10687         (ev_view_scroll), (ev_view_scroll_view),
10688         (ensure_rectangle_is_visible), (find_page_at_location),
10689         (get_link_at_location), (go_to_link), (status_message_from_link),
10690         (ev_view_size_request_continuous_dual_page),
10691         (ev_view_size_request), (ev_view_size_allocate), (ev_view_realize),
10692         (ev_view_unrealize), (ev_view_expose_event),
10693         (ev_view_button_press_event), (ev_view_motion_notify_event),
10694         (ev_view_button_release_event), (ev_gdk_color_to_rgb),
10695         (draw_rubberband), (highlight_find_results), (draw_one_page),
10696         (ev_view_finalize), (ev_view_destroy), (ev_view_class_init),
10697         (ev_view_init), (find_changed_cb), (page_changed_cb),
10698         (on_adjustment_value_changed), (ev_view_new),
10699         (ev_view_set_document), (ev_view_set_zoom),
10700         (ev_view_set_continuous), (ev_view_set_dual_page),
10701         (ev_view_set_presentation), (ev_view_zoom_in), (ev_view_zoom_out),
10702         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
10703         (ev_view_zoom_for_size_presentation),
10704         (ev_view_zoom_for_size_continuous_dual_page),
10705         (ev_view_zoom_for_size_continuous),
10706         (ev_view_zoom_for_size_dual_page),
10707         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
10708         (ev_view_get_status), (ev_view_set_status),
10709         (update_find_status_message), (ev_view_get_find_status),
10710         (ev_view_set_find_status), (jump_to_find_result),
10711         (jump_to_find_page), (compute_selections), (clear_selection),
10712         (ev_view_select_all), (get_selected_text), (ev_view_copy),
10713         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
10714         (ev_view_update_primary_selection),
10715         (ev_view_create_invisible_cursor), (ev_view_set_cursor):
10716         * shell/ev-view.h:
10717         * shell/ev-window.c: (ev_window_open_page_label),
10718         (ev_window_cmd_view_reload), (ev_window_sizing_mode_changed_cb),
10719         (ev_window_init):
10720         * shell/ev-window.h:
10721         * shell/main.c: (load_files):
10722
10723         Massive code clean up from Nickolay Shmyrev.  Keep page offset
10724         when resizing.  Remove the bin_window().  Also, patch from James
10725         Bowes to fix command line page, #300641
10726         
10727 2005-05-17  Marco Pesenti Gritti  <mpg@redhat.com>
10728
10729         * data/evince-ui.xml:
10730         * shell/ev-view.c:
10731         * shell/ev-view.h:
10732         * shell/ev-window.c: (update_action_sensitivity):
10733
10734         Get rid of View->Normal Size, it's just confusing
10735
10736 Tue May 17 00:51:21 2005  Jonathan Blandford  <jrb@redhat.com>
10737
10738         * backend/ev-document-info.h:
10739         * backend/ev-document.c: (ev_document_info_free): Free the
10740         EvDocumentInfo.
10741
10742         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
10743         (clear_range), (add_range), (update_visible_range),
10744         (adjustment_changed_cb), (ev_sidebar_thumbnails_init),
10745         (ev_sidebar_thumbnails_set_document):
10746         * shell/ev-window.c: (ev_window_setup_document): Only render the
10747         visible thumbnails.  It takes an instant to render, but it uses
10748         much less memory.
10749
10750 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
10751
10752         * shell/ev-sidebar-links.c: (popup_menu_cb):
10753
10754         Select first item
10755
10756 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
10757
10758         * lib/Makefile.am:
10759         * shell/ev-sidebar-links.c: (build_popup_menu), (popup_menu_cb),
10760         (button_press_cb), (ev_sidebar_links_construct):
10761
10762         Show the popup menu also on keybindings
10763
10764 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
10765
10766         * shell/ev-window.c: (ev_window_print), (ev_window_print_range):
10767         * shell/ev-window.h:
10768
10769         Expose api to print a range (with dialog). Make private _print use
10770         it.
10771
10772         * shell/ev-sidebar-links.c: (print_section_cb), (button_press_cb),
10773         (ev_sidebar_links_construct):
10774
10775         Show a print context menu on linkx, it prints the selected
10776         section.
10777
10778 2005-05-15  Carlos Garcia Campos <carlosgc@gnome.org>
10779
10780         * shell/ev-sidebar.c: make the drop down menu as width as the toggle
10781         button.
10782
10783 2005-05-12  Marco Pesenti Gritti  <mpg@redhat.com>
10784
10785         * AUTHORS:
10786
10787         Update
10788
10789         * shell/ev-window.c: (build_comments_string),
10790         (ev_window_cmd_help_about):
10791
10792         Show poppler version/backend and authors
10793
10794 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
10795
10796         * cut-n-paste/zoom-control/ephy-zoom.c:
10797         (ephy_zoom_get_zoom_level_index):
10798         * cut-n-paste/zoom-control/ephy-zoom.h:
10799
10800         Move the best fit items at the top of the list
10801
10802 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
10803
10804         * shell/ev-marshal.list:
10805         * shell/ev-page-action.c: (ev_page_action_widget_class_init),
10806         (activate_cb), (match_selected_cb), (activate_link_cb),
10807         (connect_proxy), (ev_page_action_class_init):
10808         * shell/ev-page-action.h:
10809
10810         Use signals to notify action activation. Hopefully
10811         I did not break completion since I cant test...
10812
10813         * shell/ev-window.c: (activate_link_cb), (activate_label_cb),
10814         (register_custom_actions):
10815
10816         Connect to page selector actions and also grab focus on
10817         the view when activated.
10818
10819 Wed May 11 01:18:29 2005  Jonathan Blandford  <jrb@redhat.com>
10820
10821         * pdf/ev-poppler.cc:
10822         * backend/ev-page-cache.c: make page size calculation consistent
10823         and set it to (int)( width * scale + 0.5).  This makes the weird
10824         line going through the middle of the page go away.
10825
10826         * shell/ev-view.c: move painting the background page after
10827         checking the expose area covers us.
10828
10829 2005-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10830
10831         * data/evince-password.glade:
10832         
10833         Mark labels as not translatable. Fix for bug 302842.
10834
10835 2005-05-10  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
10836
10837         * configure.ac: Added "es" to ALL_LINGUAS.
10838
10839 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10840
10841         * data/evince-toolbar.xml:
10842         * shell/ev-window.c: (update_action_sensitivity),
10843         (ev_window_setup_document), (ev_window_set_page_mode),
10844         (ev_window_init):
10845
10846         Remove some leftover code from jrb first continous
10847         attempt. Use the new actions, we still need good icons
10848         though...
10849
10850 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10851
10852         * shell/ev-page-action.c: (update_pages_label), (connect_proxy):
10853
10854         Update label when connecting proxy. Fix a warning with NULL
10855         page_cache.
10856
10857 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10858
10859         * data/evince-ui.xml:
10860         * shell/ev-page-action.c: (ev_page_action_grab_focus):
10861         * shell/ev-page-action.h:
10862         * shell/ev-window.c: (ev_window_cmd_focus_page_selector):
10863
10864         Add mnemonic for edit toolbar.
10865         ctrl+l focus the page entry.
10866
10867 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10868
10869         * lib/Makefile.am:
10870         * shell/ev-window.c: (ev_window_cmd_edit_toolbar_cb),
10871         (ev_window_init):
10872         * shell/main.c: (main):
10873
10874         Put the toolbar xml in evince own dot dir
10875
10876 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10877
10878         * shell/ev-window.c: (ev_window_init):
10879
10880         Make the toolbar not removable
10881
10882 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10883
10884         * data/evince-ui.xml:
10885         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_treeview):
10886         * shell/ev-sidebar-links.h:
10887         * shell/ev-sidebar-thumbnails.c:
10888         (ev_sidebar_thumbnails_get_treeview):
10889         * shell/ev-sidebar-thumbnails.h:
10890         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_view),
10891         (ev_view_class_init):
10892         * shell/ev-view.h:
10893         * shell/ev-window.c: (update_action_sensitivity),
10894         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
10895         (set_view_actions_sensitivity), (view_actions_focus_in_cb),
10896         (view_actions_focus_out_cb), (enable_view_actions_for_widget),
10897         (ev_window_init):
10898
10899         This is evil... Make space/backspace global accelerators but
10900         enable them only for some widgets (sidebars and view).
10901         I dont like it, but I dont know a better way... :/
10902
10903 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10904
10905         * shell/ev-page-action.c: (ev_page_action_widget_set_page_cache),
10906         (ev_page_action_widget_finalize),
10907         (ev_page_action_widget_class_init), (update_page_cache):
10908
10909         Keep a weak reference on proxy->page_cache so that we
10910         dont try to disconnect the signal if the object is already
10911         gone. Maybe there is a better way to cleanup reference handling
10912         in page action though...
10913
10914 2005-05-10  Juerg Billeter  <j@bitron.ch>
10915
10916         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
10917         * backend/ev-ps-exporter.h:
10918         * pdf/ev-poppler.cc: (pdf_document_ps_exporter_begin):
10919         * ps/ps-document.c: (ps_document_ps_export_begin):
10920         
10921         Change api to pass print range to ps_exporter_begin. The pdf backend
10922         requires this information.
10923         
10924         * shell/ev-print-job.c: (idle_print_handler):
10925         
10926         Adapt to api change
10927
10928 2005-05-10  Juerg Billeter  <j@bitron.ch>
10929
10930         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
10931         (idle_print_handler)
10932         * shell/ev-window.c: (ev_window_print):
10933
10934         Support printing page range, based on patch by Amaury Jacquot
10935
10936 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10937
10938         * data/evince-toolbar.xml:
10939
10940         Add zoom control to available items
10941
10942 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10943
10944         * shell/ev-window.c: (update_action_sensitivity):
10945
10946         Set slash action insensitive when appropriate
10947
10948 2005-05-10  Christian Persch <chpe@gnome.org>
10949
10950         * cut-n-paste/zoom-control/ephy-zoom-action.c: (create_menu_item):
10951
10952         Fix warning on the overflow menu
10953
10954 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10955
10956         * shell/ev-window.c: (sanity_check_uri), (ev_window_open):
10957
10958         Check for uri correctness/existence
10959
10960 2005-05-09  Juerg Billeter  <j@bitron.ch>
10961
10962         * shell/ev-window.c: (using_postscript_printer):
10963
10964         LPD printers use postscript, too
10965
10966 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
10967
10968         * shell/ev-window.c: (register_custom_actions):
10969
10970         The zoom one is actually sort of useful,
10971         put it back
10972
10973 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
10974
10975         * shell/ev-window.c: (register_custom_actions):
10976
10977         Hide page/zoom controls from overflow, they
10978         are useless.
10979
10980 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
10981
10982         * cut-n-paste/update-from-egg.sh:
10983         
10984         Share it between all cut-n-paste subdirs
10985
10986         * cut-n-paste/recent-files/Makefile.am:
10987
10988         Fix to use "global" update-from-egg.sh
10989
10990         * cut-n-paste/recent-files/egg-recent-model.c:
10991         (egg_recent_model_changed_timeout), (egg_recent_model_finalize):
10992         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
10993         (egg_recent_view_gtk_clear), (egg_recent_view_gtk_set_list),
10994         (egg_recent_view_gtk_finalize), (egg_recent_view_gtk_set_menu):
10995
10996         Update from libegg
10997
10998         * cut-n-paste/toolbar-editor/Makefile.am:
10999
11000         Fix to use "global" update-from-egg.sh
11001
11002         * cut-n-paste/toolbar-editor/eggmarshalers.list:
11003
11004         Update from libegg
11005
11006 2005-05-09  Marco Pesenti Gritti <mpg@redhat.com>
11007
11008         * configure.ac:
11009         * cut-n-paste/Makefile.am:
11010         * cut-n-paste/recent-files/Makefile.am:
11011         * cut-n-paste/toolbar-editor/.cvsignore:
11012         * cut-n-paste/toolbar-editor/Makefile.am:
11013         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
11014         (egg_editable_toolbar_get_type), (get_toolbar_position),
11015         (get_n_toolbars), (get_dock_nth), (get_toolbar_nth), (find_action),
11016         (drag_data_delete_cb), (drag_begin_cb), (drag_end_cb),
11017         (drag_data_get_cb), (set_drag_cursor), (unset_drag_cursor),
11018         (set_item_drag_source), (create_item_from_action), (create_item),
11019         (data_is_separator), (drag_data_received_cb), (remove_toolbar_cb),
11020         (popup_toolbar_context_menu_cb), (free_dragged_item),
11021         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
11022         (toolbar_drag_leave_cb), (create_dock), (set_fixed_style),
11023         (unset_fixed_style), (toolbar_changed_cb), (unparent_fixed),
11024         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
11025         (item_added_cb), (item_removed_cb),
11026         (egg_editable_toolbar_construct),
11027         (egg_editable_toolbar_disconnect_model),
11028         (egg_editable_toolbar_deconstruct),
11029         (egg_editable_toolbar_set_model),
11030         (egg_editable_toolbar_set_ui_manager),
11031         (egg_editable_toolbar_set_property),
11032         (egg_editable_toolbar_get_property),
11033         (egg_editable_toolbar_class_init), (egg_editable_toolbar_init),
11034         (egg_editable_toolbar_finalize), (egg_editable_toolbar_new),
11035         (egg_editable_toolbar_new_with_model),
11036         (egg_editable_toolbar_get_edit_mode),
11037         (egg_editable_toolbar_set_edit_mode), (egg_editable_toolbar_show),
11038         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed),
11039         (egg_editable_toolbar_set_drag_dest), (fake_expose_widget),
11040         (new_pixbuf_from_widget), (new_separator_pixbuf),
11041         (update_separator_image), (style_set_cb),
11042         (_egg_editable_toolbar_new_separator_image),
11043         (egg_editable_toolbar_get_model):
11044         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
11045         * cut-n-paste/toolbar-editor/egg-marshal.c:
11046         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
11047         (egg_toolbar_editor_get_type), (compare_actions), (find_action),
11048         (egg_toolbar_editor_set_ui_manager), (toolbar_removed_cb),
11049         (egg_toolbar_editor_set_model), (egg_toolbar_editor_set_property),
11050         (egg_toolbar_editor_get_property), (egg_toolbar_editor_class_init),
11051         (egg_toolbar_editor_finalize), (egg_toolbar_editor_new),
11052         (drag_begin_cb), (drag_end_cb), (editor_drag_data_received_cb),
11053         (editor_drag_data_delete_cb), (drag_data_get_cb),
11054         (elide_underscores), (set_drag_cursor), (event_box_realize_cb),
11055         (editor_create_item), (update_editor_sheet), (setup_editor),
11056         (egg_toolbar_editor_init), (egg_toolbar_editor_add_action),
11057         (parse_item_list), (model_has_action), (update_actions_list),
11058         (egg_toolbar_editor_load_actions):
11059         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
11060         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
11061         (egg_toolbars_model_get_type), (egg_toolbars_model_to_xml),
11062         (safe_save_xml), (egg_toolbars_model_save), (toolbars_toolbar_new),
11063         (toolbars_item_new), (free_toolbar_node), (free_item_node),
11064         (egg_toolbars_model_get_flags), (egg_toolbars_model_set_flags),
11065         (egg_toolbars_model_add_separator), (impl_add_item),
11066         (parse_item_list), (egg_toolbars_model_add_toolbar),
11067         (parse_toolbars), (egg_toolbars_model_load), (impl_get_item_id),
11068         (impl_get_item_data), (impl_get_item_type),
11069         (_egg_accumulator_STRING), (egg_toolbars_model_class_init),
11070         (egg_toolbars_model_init), (free_toolbar),
11071         (egg_toolbars_model_finalize), (egg_toolbars_model_new),
11072         (egg_toolbars_model_remove_toolbar),
11073         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
11074         (egg_toolbars_model_n_items), (egg_toolbars_model_item_nth),
11075         (egg_toolbars_model_n_toolbars), (egg_toolbars_model_toolbar_nth),
11076         (egg_toolbars_model_add_item), (egg_toolbars_model_get_item_id),
11077         (egg_toolbars_model_get_item_data),
11078         (egg_toolbars_model_get_item_type):
11079         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
11080         * cut-n-paste/toolbar-editor/eggmarshalers.list:
11081         * data/Makefile.am:
11082         * data/evince-toolbar.xml:
11083         * data/evince-ui.xml:
11084         * data/hand-open.png:
11085         * po/POTFILES.in:
11086         * shell/Makefile.am:
11087         * shell/ev-window.c: (update_chrome_visibility),
11088         (ev_window_cmd_edit_toolbar_cb), (ev_window_cmd_edit_toolbar),
11089         (ev_window_dispose), (ev_window_init):
11090
11091         Implement epiphany like toolbar editor. Based on patch by
11092         Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11093
11094 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11095
11096         * shell/ev-sidebar-thumbnails.c: (page_changed_cb):
11097
11098         Use set_cursor instead of set_selection, so that
11099         the keyboard focus moves too.
11100
11101 2005-05-09  Aleksey Kliger <akliger@gmail.com>
11102
11103         * dvi/mdvi-lib/tfmfile.c: (lookup_font_metrics):
11104
11105         Fix infinite loop when loading Type1 fonts
11106
11107 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11108
11109         * data/evince-ui.xml:
11110         * shell/ev-window.c:
11111
11112         Slash -> Find
11113
11114 2005-05-09  Thomas de Grenier de Latour <degrenier@easyconnect.fr>
11115
11116         * configure.ac:
11117
11118         Make --disable really disable
11119
11120 2005-05-07  Juerg Billeter  <j@bitron.ch>
11121
11122         * backend/ev-page-cache.c: (ev_page_cache_set_page_label):
11123
11124         Compare page labels even without has_labels set, fixes setting page
11125         with entry
11126
11127 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11128
11129         * shell/ev-view.c: (ev_view_create_invisible_cursor),
11130         (ev_view_set_cursor), (ev_view_button_press_event),
11131         (ev_view_motion_notify_event), (ev_view_button_release_event),
11132         (ev_view_init):
11133
11134         Implement middle button scrolling. Based on a patch
11135         by Tommi Komulainen <tommi.komulainen@iki.fi>.
11136
11137 2005-05-08  Marco Pesenti Gritti  <mpg@redhat.com>
11138
11139         * shell/ev-document-types.c: (get_slow_mime_type),
11140         (get_document_type_from_mime), (ev_document_type_lookup):
11141         * shell/ev-document-types.h:
11142
11143         Change api to lookup from uri. Do fast lookup first, if the
11144         type is unknown try with data sniffing.
11145
11146         * shell/ev-window.c: (ev_window_open), (ev_window_open_uri_list):
11147         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
11148
11149         Adapt to api change
11150
11151 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
11152
11153         * thumbnailer/Makefile.am:
11154
11155         Fix distcheck
11156
11157 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
11158
11159         * NEWS:
11160         * configure.ac:
11161
11162         Release 0.3.0
11163
11164         * data/evince-ui.xml:
11165
11166         Hide presentation mode for now
11167
11168         * shell/ev-view.c: (highlight_find_results):
11169
11170         Show current find selection only on current page
11171
11172 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
11173
11174         * shell/ev-view.c: (ev_view_select_all):
11175
11176         Compute size of the actual page, not of
11177         the current one.
11178
11179 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
11180
11181         * shell/ev-view.c: (clear_selection), (ev_view_finalize),
11182         (view_rect_to_doc_rect), (compute_selections),
11183         (ev_view_bin_expose), (ev_view_select_all), (get_selected_text),
11184         (ev_view_copy), (ev_view_primary_get_cb),
11185         (ev_view_primary_clear_cb), (ev_view_update_primary_selection),
11186         (ev_view_button_press_event), (ev_view_motion_notify_event),
11187         (ev_view_button_release_event), (page_changed_cb):
11188
11189         Fix text selection
11190
11191 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
11192
11193         * shell/ev-view.c: (compute_border), (get_page_extents),
11194         (doc_rect_to_view_rect), (highlight_find_results),
11195         (ev_view_bin_expose), (ev_view_select_all),
11196         (ev_view_motion_notify_event), (update_find_status_message),
11197         (jump_to_find_result), (jump_to_find_page):
11198
11199         First go at fixing search, still buggy
11200
11201 2005-05-04  Kristian Høgsberg  <krh@redhat.com>
11202
11203         * shell/ev-sidebar.c (ev_sidebar_init): Remove frame around
11204         dropdown box and button at the top of the sidebar.
11205
11206 2005-05-02  James Bowes  <bowes@cs.dal.ca>
11207
11208         * configure.ac: Output zoom-control Makefile.
11209         * cut-n-paste/Makefile.am: build zoom-control subdir.
11210         * cut-n-paste/zoom-control/ephy-zoom-action.c:
11211         * cut-n-paste/zoom-control/ephy-zoom-action.h:
11212         * cut-n-paste/zoom-control/ephy-zoom-control.c:
11213         * cut-n-paste/zoom-control/ephy-zoom-control.h:
11214         * cut-n-paste/zoom-control/ephy-zoom.c:
11215         * cut-n-paste/zoom-control/ephy-zoom.h: New files imported
11216         from epiphany, and modified to add a separator into the menu.
11217         * cut-n-paste/zoom-control/Makefile.am: Build zoom-control.
11218         * data/evince-ui.xml: Replace old zoom toolbar actions with new
11219         zoom-control action.
11220         * shell/Makefile.am: Include zoom-control flags.
11221         * shell/ev-view.c: (ev_view_set_zoom), (ev_view_get_zoom),
11222         (ev_view_get_sizing_mode), (ev_view_zoom_in), (ev_view_zoom_out),
11223         (ev_view_zoom_for_size_presentation),
11224         (ev_view_zoom_for_size_continuous_and_dual_page),
11225         (ev_view_zoom_for_size_continuous),
11226         (ev_view_zoom_for_size_dual_page),
11227         (ev_view_zoom_for_size_single_page), (ev_view_zoom_normal): 
11228         s/ev_view_zoom/ev_view_set_zoom/ and make public, add 
11229         ev_view_get_zoom and ev_view_get_sizing_mode.
11230         * shell/ev-view.h:
11231         * shell/ev-window.c: (update_action_sensitivity),
11232         (update_sizing_buttons), (zoom_control_changed_cb),
11233         (register_custom_actions): Initialize and use the zoom-control 
11234         widget.
11235
11236 Sun May  1 00:46:47 2005  Jonathan Blandford  <jrb@redhat.com>
11237
11238         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init): Change the
11239         preview cache back to 1.  Don't know when it got set to 0.
11240         
11241         * shell/ev-view.c: (compute_border), (ev_view_realize),
11242         (draw_one_page), (ev_view_set_property), (ev_view_get_property),
11243         (ev_view_class_init), (ev_view_init), (ev_view_set_fullscreen),
11244         (ev_view_get_fullscreen), (ev_view_set_presentation),
11245         (ev_view_get_presentation), (ev_view_set_sizing_mode),
11246         (ev_view_zoom_for_size_presentation), (ev_view_set_zoom_for_size):
11247         * shell/ev-view.h:
11248         * shell/ev-window.c:
11249         (update_chrome_visibility),
11250         (ev_window_cmd_continuous), (ev_window_cmd_dual),
11251         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
11252         (update_document_mode), (ev_window_update_fullscreen_action),
11253         (ev_window_fullscreen), (ev_window_unfullscreen),
11254         (ev_window_cmd_view_fullscreen),
11255         (ev_window_update_presentation_action),
11256         (ev_window_run_presentation), (ev_window_stop_presentation),
11257         (ev_window_cmd_view_presentation), (ev_window_state_event),
11258         (ev_window_focus_in_event), (ev_window_focus_out_event),
11259         (ev_window_cmd_escape), (ev_window_sidebar_visibility_changed_cb):
11260         * data/evince-ui.xml: Initial presentation mode.  We should
11261         probably hide this until it's done, as it's quite rough.  Also,
11262         change full-screen to fullscreen and add two getters to EvView.
11263
11264 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
11265
11266         * shell/ev-page-action.c: (update_page_cache),
11267         (ev_page_action_dispose):
11268         * shell/ev-window.c: (destroy_fullscreen_popup),
11269         (ev_window_create_fullscreen_popup):
11270
11271         Use connect_object rather than explicitly
11272         disconnect on dispose.
11273
11274 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
11275
11276         * shell/ev-page-action.c: (update_page_cache),
11277         (ev_page_action_dispose):
11278
11279 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11280
11281         * backend/ev-page-cache.c: (_ev_page_cache_new),
11282         (ev_page_cache_set_page_label),
11283         (ev_page_cache_has_nonnumeric_page_labels):
11284         * backend/ev-page-cache.h:
11285         * shell/ev-page-action.c: (update_pages_label):
11286         
11287         If all page labels are numeric, fallback to default
11288         way to display number of pages. See bug 173185.
11289
11290 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11291
11292         * shell/ev-page-action.c: (ev_page_action_dispose):
11293         * shell/ev-view.c: (view_update_range_and_current_page):
11294         * shell/ev-window.c: (ev_window_dispose):
11295         
11296         Set page on scroll in continuous mode. Fixes bug 301986.
11297         Also cleanup callbacks on destroy of EvWindow and EvPageAction.
11298
11299 2005-04-26  Marco Pesenti Gritti <mpg@redhat.com>
11300
11301         * configure.ac:
11302
11303         Require poppler 0.3.0
11304
11305 2005-04-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
11306         
11307         * shell/Makefile.am, configure.ac: Fix build problems
11308         with t1lib. Bug 301996.
11309
11310 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11311
11312         * shell/ev-view.c: (ev_view_scroll_event):
11313         
11314         Scroll up increase zoom
11315
11316 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11317
11318         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init),
11319         (ev_view_set_sizing_mode),
11320         (ev_view_zoom_for_size_continuous_and_dual_page),
11321         (ev_view_zoom_for_size_continuous):
11322         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
11323         (ev_window_cmd_view_page_width), (ev_window_cmd_view_zoom_in),
11324         (ev_window_cmd_view_zoom_out), (ev_window_sizing_mode_changed_cb),
11325         (ev_window_init):
11326
11327         Control + Scroll does zooming, Shift + Scroll scrolls horizontally
11328         Fix for 165473 and 165472.
11329
11330 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11331
11332         * po/POTFILES.in:
11333         * thumbnailer/Makefile.am:
11334         * thumbnailer/evince-thumbnailer-djvu.schemas.in:
11335         * thumbnailer/evince-thumbnailer-dvi.schemas.in:
11336         * thumbnailer/evince-thumbnailer.schemas.in:
11337         
11338         Make thumbnailer schemas translatable. Fix for bug 301773
11339         
11340         * thumbnailer/evince-thumbnailer-djvu.schemas:
11341         * thumbnailer/evince-thumbnailer-dvi.schemas:
11342         * thumbnailer/evince-thumbnailer.schemas:
11343
11344         Removed files
11345
11346 Sun Apr 24 01:37:39 2005  Jonathan Blandford  <jrb@redhat.com>
11347
11348         * shell/ev-view.c (ev_view_init): forgot to set this.
11349
11350 Sun Apr 24 01:07:27 2005  Jonathan Blandford  <jrb@redhat.com>
11351
11352         * shell/ev-view.c: (find_page_at_location),
11353         (get_link_at_location),
11354         (ev_view_set_show_border), (ev_view_set_spacing),
11355         (ev_view_zoom_for_size_continuous_and_dual_page),
11356         (ev_view_zoom_for_size_continuous): Fix links for dual/continuous.
11357         Also, add a quick fix measuring of widths.  Also, removed
11358         ev_view_set_spacing and ev_view_set_show_border.
11359         
11360         * shell/ev-window.c: (ev_window_unfullscreen),
11361         (ev_window_cmd_view_fullscreen): Don't adjust the border/spacing.
11362
11363 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11364
11365         * shell/ev-view.c: (view_update_range_and_current_page),
11366         (page_changed_cb):
11367         
11368         Fix crash on exit and scrolling to page in continuous view.
11369
11370 Sat Apr 23 13:13:04 2005  Jonathan Blandford  <jrb@redhat.com>
11371
11372         * TODO:
11373         * backend/ev-page-cache.c: (_ev_page_cache_new),
11374         (ev_page_cache_get_max_width_size),
11375         (ev_page_cache_get_max_height_size):
11376         * backend/ev-page-cache.h:
11377         * data/evince-ui.xml:
11378         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init):
11379         * shell/ev-view.c: (view_update_adjustments),
11380         (view_update_range_and_current_page), (get_bounding_box_size),
11381         (ev_view_size_request_continuous_and_dual_page),
11382         (ev_view_size_request_continuous),
11383         (ev_view_size_request_dual_page),
11384         (ev_view_size_request_single_page), (ev_view_size_request),
11385         (ev_view_size_allocate), (get_page_extents), (draw_one_page),
11386         (ev_view_bin_expose), (ev_view_expose_event),
11387         (ev_view_set_property), (ev_view_get_property),
11388         (ev_view_class_init), (ev_view_init), (ev_view_new),
11389         (page_changed_cb), (ev_view_zoom), (ev_view_set_continuous),
11390         (ev_view_set_dual_page), (ev_view_set_full_screen),
11391         (ev_view_set_presentation), (ev_view_set_sizing_mode),
11392         (ev_view_can_zoom_in), (ev_view_can_zoom_out), (ev_view_zoom_in),
11393         (ev_view_zoom_out), (zoom_for_size_fit_width),
11394         (zoom_for_size_best_fit),
11395         (ev_view_zoom_for_size_continuous_and_dual_page),
11396         (ev_view_zoom_for_size_continuous),
11397         (ev_view_zoom_for_size_dual_page),
11398         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
11399         (ev_view_show_cursor), (ev_sizing_mode_get_type):
11400         * shell/ev-view.h:
11401         * shell/ev-window.c: (update_action_sensitivity),
11402         (ev_window_cmd_continuous), (ev_window_cmd_dual),
11403         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
11404         (update_sizing_buttons), (ev_window_cmd_view_zoom_in),
11405         (ev_window_cmd_view_zoom_out), (update_view_size),
11406         (ev_window_set_sizing_mode), (ev_window_init):
11407
11408         Add Continuous and Dual page modes.
11409
11410 2005-04-23  James Bowes  <bowes@cs.dal.ca>
11411
11412         * dvi/dvi-document.c: (dvi_document_load),
11413         (dvi_document_thumbnails_get_thumbnail),
11414         (dvi_document_init_params): Fix up some mixups between
11415         width and height to correct thumbnail rendering.
11416
11417 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11418
11419         * dvi/mdvi-lib/private.h:
11420         * dvi/mdvi-lib/setup.c: (mdvi_init_kpathsea):
11421         
11422         Suppess output for kpathsea during font generation. Thanks to
11423         James Bowes
11424
11425 Fri Apr 22 19:57:46 2005  Jonathan Blandford  <jrb@redhat.com>
11426
11427         * NEWS:
11428         * configure.ac:
11429
11430         Release 0.2.1
11431
11432         * Makefile.am: fix distcheck.
11433
11434 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11435
11436         * shell/ev-sidebar-links.c: (selection_changed_callback),
11437         (update_page_callback), (row_activated_callback),
11438         (job_finished_callback), (ev_sidebar_links_set_document):
11439         
11440         Fix for bug #169901. Double click on links expands tree.
11441
11442 2005-03-14  Bryan Clark  <clarkbw@cvs.gnome.org>
11443
11444         * shell/ev-window.c (ev_window_init): Removed fullscreen toolbar
11445         hard-coded style. Fix for bug 170111
11446
11447 2005-04-22  Kristian Høgsberg  <krh@redhat.com>
11448
11449         * shell/ev-view.c (highlight_find_results): Remove unnecessary
11450         locking.
11451
11452 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
11453
11454         * thumbnailer/evince-thumbnailer.schemas: real fix for bug 172496
11455
11456 2005-04-22  Marco Pesenti Gritti  <mpg@redhat.com>
11457
11458         * pdf/ev-poppler.cc:
11459         * shell/ev-view.c: (highlight_find_results):
11460
11461         Fix find on single page documents
11462
11463 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
11464
11465         * data/evince.schemas.in: fix for bug 301390
11466
11467 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
11468
11469         * shell/ev-view.c: (ev_view_can_zoom_in), (ev_view_can_zoom_out),
11470         (ev_view_zoom_out), (ev_view_zoom_normal):
11471         * shell/ev-view.h:
11472         * shell/ev-window.c: (update_action_sensitivity),
11473         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
11474         (ev_window_cmd_view_zoom_in), (ev_window_cmd_view_zoom_out),
11475         (ev_window_cmd_view_normal_size):
11476
11477         Fix normal size zoom. Make zoom in/zoom out unsensitive when
11478         they are behyond the limits. Tweak MAX_ZOOM to 6, sucks but
11479         better than oom. 
11480
11481 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
11482
11483         * configure.ac:
11484
11485         Depend on 2.57, 2.59 doesnt seem to be necessary
11486
11487 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
11488
11489         * shell/ev-page-action.c: (update_pages_label), (page_changed_cb),
11490         (create_tool_item):
11491
11492         Put back total number of pages as (1 of 1234)
11493
11494 Thu Apr 21 23:37:52 2005  Jonathan Blandford  <jrb@redhat.com>
11495
11496         * shell/ev-pixbuf-cache.c (dispose_cache_job_info): actually
11497         remove the job.
11498
11499         * backend/ev-document.h: Remove EV_DOC_MUTEX in favor of a locking
11500         function.  This helps debugging.
11501
11502 2005-04-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11503
11504         * djvu/djvu-document.c: (djvu_document_class_init),
11505         (djvu_document_get_info), (djvu_document_document_iface_init):
11506         * dvi/dvi-document.c: (dvi_document_class_init),
11507         (dvi_document_get_info), (dvi_document_document_iface_init):
11508
11509         Dummy implementation of get_info method for dvi and
11510         djvu. Fix crashes with those backends
11511
11512 2005-04-20  Marco Pesenti Gritti <mpg@redhat.com>
11513
11514         * data/evince.desktop.in:
11515
11516         Add application/x-gzpostscript
11517
11518 2005-04-20  Bryan Clark  <clarkbw@cvs.gnome.org>
11519
11520         * data/evince.schemas.in: Added real long descriptions, 
11521         closes bug 172496 
11522
11523         * README: Added actual text, closes bug 171869
11524
11525 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
11526
11527         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
11528
11529         Thumbnail page 0
11530
11531 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
11532
11533         * backend/ev-document-info.h:
11534
11535         s/GDate */GDate so we can just use g_free
11536
11537 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
11538
11539         * shell/ev-window.c: (update_document_mode),
11540         (ev_window_setup_document):
11541
11542         Show the window in fullscreen when specified by
11543         the document
11544
11545 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
11546
11547         * backend/ev-document.c: (ev_document_class_init),
11548         (ev_document_get_info), (ev_document_render_pixbuf):
11549         * backend/ev-document.h:
11550         * backend/ev-page-cache.c: (_ev_page_cache_new):
11551         * pdf/ev-poppler.cc:
11552         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
11553         (pixbuf_document_get_info), (pixbuf_document_document_iface_init):
11554         * ps/ps-document.c: (ps_document_class_init), (document_load),
11555         (ps_document_get_info), (ps_document_document_iface_init):
11556
11557         Remove get_title from the interface, we can just use document info
11558
11559 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
11560
11561         * backend/Makefile.am:
11562         * backend/ev-document.c: (ev_document_render_get_info):
11563         * backend/ev-document.h:
11564         * pdf/ev-poppler.cc:
11565
11566         Initial support for document info. Based on jrb patch.
11567
11568 2005-04-19  Paolo Borelli <pborelli@katamail.com>
11569
11570         * shell/ev-window.c: (ev_window_state_event),
11571         (ev_window_class_init), (ev_window_init):
11572         
11573         Doesn't show resize grip when maximized. See bug #301053
11574
11575 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11576
11577         * po/POTFILES.in:
11578         
11579         ev-sidebar-thumbnails now has translatable labels
11580         
11581         * shell/Makefile.am:
11582         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document),
11583         (ev_sidebar_links_support_document), (ev_sidebar_links_get_label),
11584         (ev_sidebar_links_page_iface_init):
11585         * shell/ev-sidebar-links.h:
11586         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
11587         (ev_sidebar_page_support_document), (ev_sidebar_page_set_document),
11588         (ev_sidebar_page_get_label):
11589         * shell/ev-sidebar-page.h:
11590         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_new),
11591         (ev_sidebar_thumbnails_set_document),
11592         (ev_sidebar_thumbnails_support_document),
11593         (ev_sidebar_thumbnails_get_label),
11594         (ev_sidebar_thumbnails_page_iface_init):
11595         * shell/ev-sidebar-thumbnails.h:
11596         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
11597         (ev_sidebar_set_document):
11598         * shell/ev-sidebar.h:
11599         * shell/ev-window.c: (ev_window_setup_document), (ev_window_init):
11600         
11601         Small rework of sidebar code. Now sidebar pages should implement
11602         EvSidebarPage interface. That makes page management in EvSidebar
11603         easier. See bug #164811 for details
11604
11605 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11606
11607         * shell/ev-application.c: (ev_application_open):
11608         * shell/ev-document-types.c:
11609         
11610         Fix build error and small problem with application exit
11611
11612 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11613
11614         * thumbnailer/Makefile.am:
11615         * thumbnailer/evince-thumbnailer-djvu.schemas:
11616         * thumbnailer/evince-thumbnailer-dvi.schemas:
11617         
11618         Conditionally install schemas for djvu/dvi thumbnailer
11619
11620 2005-04-18  David Malcolm  <dmalcolm@redhat.com>
11621
11622         * shell/ev-document-types.h: 
11623         * shell/ev-document-types.c: 
11624         New files, handling the mapping from mimetypes to backends
11625         
11626         * shell/ev-window.c: 
11627         * thumbnailer/evince-thumbnailer.c:     
11628         Use the ev-document-types code
11629         
11630         * shell/Makefile.am: 
11631         Added new convenience library libevbackendfactory_la, containing
11632         the new mimetype->backend logic; moved the backends into it.
11633
11634         * thumbnailer/Makefile.am:
11635         Make the thumbnailer link with the libevbackend.la convenience
11636         library, rather than having a duplicate of the backend logic here.
11637
11638 2005-04-18  Paolo Borelli  <pborelli@katamail.com>
11639
11640         * shell/ev-stock-icons.c: constify some vars.
11641         * shell/ev-window.c: ditto.
11642
11643 2005-04-18  Marco Pesenti Gritti  <mpg@redhat.com>
11644
11645         * ps/ps-document.c (get_page_orientation):
11646
11647         Respect document orientation 
11648
11649 2005-04-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11650
11651         * djvu/Makefile.am:
11652         * dvi/Makefile.am:
11653         * shell/Makefile.am:
11654         
11655         Move library dependencies to components.
11656         
11657         * shell/ev-window.c: (update_window_title),
11658         (start_loading_document):
11659         
11660         Fix display of uris with spaces. Bug 168358.
11661
11662 Sat Apr 16 18:53:47 2005  Jonathan Blandford  <jrb@redhat.com>
11663
11664         * shell/ev-sidebar-links.c: (selection_changed_cb):
11665         * shell/ev-view.c: (ev_view_finalize), (go_to_link),
11666         (ev_view_button_release_event), (ev_view_set_document):
11667         * shell/ev-view.h:
11668         * shell/ev-window.c: (find_bar_search_changed_cb):
11669         * shell/ev-window.h: Minor cleanups removing some dead code.
11670
11671 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11672
11673         * backend/ev-page-cache.c: (_ev_page_cache_new):
11674         
11675         Set current page to 0 if document has pages.
11676
11677 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11678
11679         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
11680
11681         Initialize GError to NULL, fix a crash when loading fails.
11682
11683 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11684
11685         * shell/ev-window.c: (update_view_size):
11686
11687         Calculate shadow size only when there is actually
11688         a shadow.
11689
11690 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11691
11692         * shell/ev-view.c: (ev_view_set_spacing), (ev_view_init):
11693         * shell/ev-view.h:
11694
11695         Allow setting view spacing, default to 0
11696
11697         * shell/ev-window.c: (ev_window_unfullscreen),
11698         (ev_window_cmd_view_fullscreen), (ev_window_init):
11699
11700         Remove spacing in fullscreen mode
11701
11702 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11703
11704         * shell/ev-view.c: (compute_border), (compute_zoom_factor),
11705         (ev_view_size_request), (expose_bin_window),
11706         (ev_view_set_show_border), (ev_view_init), (page_changed_cb):
11707         * shell/ev-view.h:
11708         * shell/ev-window.c: (ev_window_unfullscreen),
11709         (ev_window_cmd_view_fullscreen):
11710
11711         Do not draw the border in fulscreen
11712
11713 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11714
11715         * shell/ev-view.c: (ev_view_get_offsets), (compute_zoom_factor),
11716         (ev_view_size_request), (expose_bin_window), (ev_view_select_all),
11717         (find_page_at_location), (page_changed_cb):
11718
11719         Rework border calculation, so that I can more easily disable it.
11720         Code somewhat cleaner too.
11721
11722 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11723
11724         * backend/ev-page-cache.c: (ev_page_cache_init),
11725         (_ev_page_cache_new):
11726
11727         Remove some assertions, documents can have 0 pages.
11728         Make initial current page -1.
11729
11730         * shell/ev-page-action.c: (page_changed_cb):
11731
11732         Show "" if current page is -1
11733
11734         * shell/ev-window.c: (update_action_sensitivity),
11735         (ev_window_setup_document):
11736
11737         When document has 0 pages do not set the view
11738         and make nearly everything insensitive.
11739
11740 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11741
11742         * shell/ev-page-view.c:
11743         * shell/ev-page-view.h:
11744
11745         Remove unused files.
11746         
11747         * shell/ev-sidebar-thumbnails.c:
11748         (ev_sidebar_thumbnails_set_document):
11749         * shell/ev-sidebar.c: (ev_sidebar_set_document),
11750         (ev_sidebar_supports_document):
11751         * shell/ev-sidebar.h:
11752         * shell/ev-window.c: (ev_window_setup_document):
11753         
11754         Doesn't show thumbnails if document has 1 page. Make
11755         sidebar menu entries sensitive only if if they have 
11756         sense. Fix bug 164811. 
11757
11758 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
11759
11760         * shell/ev-view.c: (compute_zoom_factor), (ev_view_size_request),
11761         (page_changed_cb), (ev_view_zoom), (ev_view_zoom_in),
11762         (ev_view_zoom_out), (ev_view_set_size):
11763
11764         Rework sizing to deal with documents with not uniform page
11765         size.
11766
11767 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
11768
11769         * backend/ev-page-cache.c: (_ev_page_cache_new):
11770
11771         Fix several page size caching bugs
11772
11773 2005-04-15  Luca Ferretti <elle.uca@libero.it>
11774
11775         * shell/ev-window.c: (set_action_properties):
11776
11777         Make all toolbar items translatable
11778
11779 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
11780
11781         * ps/ps-document.c: (ps_document_init), (ps_document_get_type),
11782         (save_page_list), (ps_document_save),
11783         (ps_document_document_iface_init), (ps_document_ps_export_begin),
11784         (ps_document_ps_export_do_page), (ps_document_ps_export_end),
11785         (ps_document_ps_exporter_iface_init):
11786         * ps/ps-document.h:
11787
11788         Based on a patch by J�rg Billeter <j@bitron.ch>
11789         
11790         Implement print and save a copy for the ps backend.
11791
11792 2005-04-14  Marco Pesenti Gritti <mpg@redhat.com>
11793
11794         * backend/ev-document.h:
11795         * djvu/djvu-document.c: (djvu_document_can_get_text),
11796         (djvu_document_document_iface_init):
11797         * dvi/dvi-document.c: (dvi_document_can_get_text),
11798         (dvi_document_document_iface_init):
11799         * pdf/ev-poppler.cc:
11800         * pixbuf/pixbuf-document.c: (pixbuf_document_can_get_text),
11801         (pixbuf_document_document_iface_init):
11802         * ps/ps-document.c: (ps_document_can_get_text),
11803         (ps_document_document_iface_init):
11804         * shell/ev-view.c: (ev_view_copy), (ev_view_primary_get_cb):
11805         * shell/ev-window.c: (update_action_sensitivity):
11806
11807         Fix the crash when trying to copy in backends that doesnt
11808         support it. We can implement a better solution once we
11809         do real text selection.
11810
11811 2005-04-12  Marco Pesenti Gritti <mpg@redhat.com>
11812
11813         * data/evince-ui.xml:
11814         * shell/ev-window.c: (ev_window_cmd_escape):
11815         
11816         Work around the Escape conflict (find bar and unfullscreen)
11817
11818 2005-04-12  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
11819
11820         * backend/ev-page-cache.c: (ev_page_cache_next_page):
11821         
11822         Fix for #300233. Next page correctly handles document end.
11823         
11824         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
11825         (ev_sidebar_thumbnails_class_init),
11826         (ev_sidebar_thumbnails_set_document),
11827         (ev_sidebar_thumbnails_clear_job),
11828         (ev_sidebar_thumbnails_clear_model):
11829         
11830         Cleanup thumbnail jobs on document changes.
11831         
11832         * shell/ev-view.c: (add_scroll_binding_keypad),
11833         (add_scroll_binding_shifted), (ev_view_class_init):
11834         
11835         Shift + Space scrolls up. Fix for #173184
11836         
11837         * shell/ev-window.c: (ev_window_open_page),
11838         (ev_window_cmd_view_reload):
11839         
11840         Fix reload (Bug #300094)
11841
11842 2005-04-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11843
11844         
11845         * dvi/mdvi-lib/assoc.c:
11846         * dvi/mdvi-lib/assoc.h: Removed garbage files
11847         
11848         * dvi/mdvi-lib/bitmap.c:
11849         * dvi/mdvi-lib/color.c: (mdvi_set_color), (mdvi_push_color),
11850         (mdvi_pop_color), (mdvi_reset_color), (get_color_table):
11851         * dvi/mdvi-lib/color.h: Antialias of rules
11852         
11853         * dvi/mdvi-lib/common.h:
11854         * dvi/mdvi-lib/dviread.c: (mdvi_configure), (mdvi_init_context),
11855         (mdvi_destroy_context), (draw_shrink_rule), (draw_box), (set_rule):
11856         * dvi/mdvi-lib/files.c:
11857         * dvi/mdvi-lib/fontmap.c: (ps_init_default_paths):
11858         * dvi/mdvi-lib/mdvi.h:
11859         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
11860         * dvi/mdvi-lib/tfmfile.c: (ofm_load_file):
11861         * dvi/mdvi-lib/util.c: Fix compile warnings
11862         
11863         * dvi/dvi-document.c:
11864         (dvi_document_load), (dvi_document_thumbnails_get_dimensions),
11865         (dvi_document_thumbnails_get_thumbnail),
11866         (dvi_document_document_thumbnails_iface_init):
11867         * dvi/mdvi-lib/Makefile.am:
11868         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
11869         (dvi_pixbuf_set_color), (mdvi_pixbuf_device_render):
11870         
11871         Dvi backend now renders thumbnails
11872
11873 2005-04-09  Christian Persch  <chpe@cvs.gnome.org>
11874
11875         * shell/main.c: (main): 
11876         
11877         Save accelerators on exit. Fixes bug #172095.
11878
11879 Sat Apr  9 01:05:09 2005  Jonathan Blandford  <jrb@redhat.com>
11880
11881         * shell/ev-pixbuf-cache.c (move_one_job): Actually fix the "FIXME:
11882         update priority" comment.
11883
11884         * backend/ev-job-queue.c: Give a way to change priority.
11885
11886 Sat Apr  9 00:05:36 2005  Jonathan Blandford  <jrb@redhat.com>
11887
11888         * shell/ev-page-action.c: Fix logic.
11889
11890 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
11891
11892         * shell/ev-view.c: (ev_view_can_find_next):
11893         * shell/ev-window.c: (ev_window_setup_document):
11894
11895         Check that the document supports find
11896
11897 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
11898
11899         * data/evince-ui.xml:
11900         * shell/ev-view.c: (ev_view_can_find_next):
11901         * shell/ev-view.h:
11902         * shell/ev-window.c: (update_action_sensitivity),
11903         (find_changed_cb), (ev_window_setup_document),
11904         (ev_window_cmd_edit_find_next):
11905
11906         Add Edit->Find Next
11907
11908 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
11909
11910         * pdf/ev-poppler.cc:
11911         * shell/ev-print-job.c: (idle_print_handler):
11912
11913         Make printing work again
11914
11915 Fri Apr  8 01:12:24 2005  Jonathan Blandford  <jrb@redhat.com>
11916
11917         * shell/ev-page-action.h:
11918         * shell/ev-page-action.c: (ev_page_action_widget_init),
11919         (ev_page_action_widget_class_init), (page_changed_cb),
11920         (create_tool_item), (update_page_cache), (build_new_tree_cb),
11921         (get_filter_model_from_model), (match_selected_cb),
11922         (display_completion_text), (match_completion), (update_model),
11923         (connect_proxy), (ev_page_action_set_property),
11924         (ev_page_action_get_property), (ev_page_action_set_document),
11925         (ev_page_action_set_model), (ev_page_action_class_init): Big
11926         reworking to make completions work iff we have >= GTK-2.7.0
11927                 
11928         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_property),
11929         (ev_sidebar_links_get_property), (ev_sidebar_links_class_init),
11930         (job_finished_cb): We now have a 'model' property that is set when
11931         the links are loaded.  This can be caught with "notify::model"
11932
11933         * shell/ev-window.c: (sidebar_widget_model_set), (ev_window_init):
11934         listen for the model to be set, and propagate it to the action.
11935
11936 2005-04-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11937
11938         * cut-n-paste/recent-files/egg-recent-item.c:
11939         (egg_recent_item_set_uri), (make_valid_utf8),
11940         (egg_recent_item_set_mime_type), (egg_recent_item_get_mime_type):
11941         * cut-n-paste/recent-files/egg-recent-item.h:
11942         
11943         Update egg-recent from libegg. This should fix long
11944         startup problem. For details see
11945         http://bugzilla.gnome.org/show_bug.cgi?id=160531
11946
11947 2005-04-07  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
11948
11949         * cut-n-paste/recent-files/Makefile.am:
11950         * data/evince-ui.xml, shell/Makefile.am:
11951         * shell/ev-application.c, shell/ev-application.h:
11952         * shell/ev-window.c: Recent files support.
11953         
11954         * configure.ac: Added "ru" to ALL_LINGUAS.
11955         
11956         * dvju: new backend to support DJVU files.
11957         * dvi: new backend to support DVI.
11958
11959         * configure.ac, Makefile.am, shell/Makefile.am, ev-window.c:
11960         * ev-application.c: Support for new backends.
11961         
11962         * help, ev-window.c, main.c shell/Makefile.am: 
11963         Evince user documentation.
11964
11965 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
11966
11967         * po/POTFILES.in:
11968         * shell/ev-window.c:
11969         * thumbnailer/evince-thumbnailer.c:
11970
11971         s/pdf-document/ev-poppler
11972
11973 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
11974
11975         * NEWS:
11976         * configure.ac:
11977
11978         Release 0.2.0
11979
11980         * ps/ps-document.c: (setup_pixmap):
11981
11982         Remove debug code
11983
11984 2005-04-05  Kristian Høgsberg  <krh@redhat.com>
11985
11986         * backend/ev-page-cache.c (ev_page_cache_next_page): 
11987         * shell/ev-window.c (ev_window_cmd_go_next_page) 
11988         (ev_window_cmd_go_first_page): Fix of by one errors.
11989
11990 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
11991
11992         * ps/ps-document.c: (get_page_box):
11993
11994         Fix page size calculation
11995
11996 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
11997
11998         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
11999         (ps_document_cleanup), (setup_pixmap), (get_page_box),
12000         (get_page_orientation), (setup_page), (document_load),
12001         (ps_document_get_page_size), (render_pixbuf_idle):
12002         * ps/ps-document.h:
12003
12004         More refactoring to adapt to EvDocument changes
12005
12006 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
12007
12008         * ps/ps-document.c: (start_interpreter):
12009
12010         Actually add alpha args
12011
12012 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
12013
12014         * pdf/ev-poppler.cc:
12015
12016         Make clipboard work again
12017
12018 2005-04-04  Kristian Høgsberg  <krh@redhat.com>
12019
12020         Make searching work again.
12021         
12022         * backend/ev-document.c:
12023         * backend/ev-document.h:
12024         * backend/ev-document-find.c:
12025         * backend/ev-document-find.h: Change EvDocumentIface so we no
12026         longer store the current page or zoom level in the document.  The
12027         consequence is that all calls that operate on the current page now
12028         instead take the page number as an extra argument, and all
12029         coordinates are now doubles in document coordinate system.
12030
12031         * pdf/ev-poppler.cc:
12032         * pixbuf/pixbuf-document.c:
12033         * ps/ps-document.c: Update backends accordingly.
12034
12035 2005-04-04  Marco Pesenti Gritti <marco@gnome.org>
12036
12037         * autogen.sh:
12038
12039         Add required gettext version
12040
12041 Sat Apr  2 18:57:00 2005  Jonathan Blandford  <jrb@redhat.com>
12042
12043         * shell/evwindow.c: Patch from Alberto Mesas <amesas@gmail.com> to
12044         make F1 bring up non-existent help.
12045
12046         * shell/eggfindbar.c: Patch from Christian Persch to sync to
12047         epiphany's find bar, #167477
12048
12049         * shell/ev-view.c (ev_view_jump): Patch from Emil Soleyman-Zomalan
12050         <emil@nishra.com> to add space-bar scrolling, 
12051
12052         * shell/ev-window.c (static GtkActionEntry entries): add default
12053         keybinding for Help (F1)
12054         Fixes #171068
12055
12056         * shell/ev-view.c (ev_view_show_cursor): Fix from Yuval Tanny
12057         changing EV_VIEW_CURSOR_LINK to EV_VIEW_CURSOR_NORMAL resolves bug
12058         170110
12059
12060 2005-04-01  David Malcolm  <dmalcolm@redhat.com>
12061
12062         * Makefile.am: 
12063         * pixbuf/pixbuf-document.c: 
12064
12065         Got pixbuf backend working again
12066
12067 2005-04-01  Steve Murphy  <murf@e-tools.com>
12068
12069         * configure.in: Added "rw" to ALL_LINGUAS.
12070
12071 Fri Apr  1 02:33:41 2005  Jonathan Blandford  <jrb@redhat.com>
12072
12073         * shell/ev-sidebar-links.c (create_loading_model): Fix mismatch in
12074         model types, noticed by Martin Kretzschmar.
12075
12076 2005-04-01  Kristian Høgsberg  <krh@redhat.com>
12077
12078         * pdf/ev-poppler.cc: Implement search based on
12079         poppler_page_find_text().  Currently a bit crude since we remember
12080         all matches from all pages.  Also, we grab the big document lock
12081         when we search since searching changes the underlying stream and
12082         thus conflicts with the rendering thread.
12083         
12084         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
12085         (jump_to_find_page), (ev_view_set_document), (ev_view_find_next),
12086         (ev_view_find_previous): Fix some page indexes to be 0 based,
12087         offset rubber band by view offset,
12088
12089 Fri Apr 01 09:21:12 2005  Pablo Saratxaga  <pablo@mandrakesoft.com>
12090
12091         * configure.ac: Added Walloon (wa) to ALL_LINGUAS.
12092
12093 Fri Apr  1 01:59:39 2005  Jonathan Blandford  <jrb@redhat.com>
12094
12095         * shell/ev-page-action.c: Changed to use page labels now.  Rewrote
12096         completely because I didn't understand GtkActions.  I should
12097         read Marco's code more carefully in the future.
12098
12099         * backend/ev-page-cache.h (ev_page_cache_set_page_label): New
12100         function
12101
12102 2005-03-31  Kristian Høgsberg  <krh@redhat.com>
12103
12104         * pdf/ev-poppler.cc (pdf_document_get_links): Update to work with
12105         PopplerRectangle change from poppler CVS.
12106
12107 Thu Mar 31 13:27:50 2005  Jonathan Blandford  <jrb@redhat.com>
12108
12109         * backend/ev-document.c: (ev_document_get_page_label):
12110         * backend/ev-document.h:
12111         * backend/ev-page-cache.c: (_ev_page_cache_new),
12112         (ev_page_cache_get_page_label):
12113         * backend/ev-page-cache.h:
12114         * pdf/ev-poppler.cc:
12115         * shell/ev-sidebar-links.c: (ev_sidebar_links_construct),
12116         (links_page_num_func):
12117         * shell/ev-sidebar-thumbnails.c:
12118         (ev_sidebar_thumbnails_set_document):
12119         * shell/ev-view.c: (status_message_from_link),
12120         (ev_view_motion_notify_event):
12121         * shell/ev-window.c: (document_supports_sidebar): Add in page
12122         label support.  It's not perfect yet, but it's the first 'feature'
12123         in a while.
12124         Also, fix a bogus comment noticed by crispin. 
12125
12126 Thu Mar 31 01:21:58 2005  Jonathan Blandford  <jrb@redhat.com>
12127
12128         * Makefile.am: Remove pixbuf backend for now
12129
12130         * configure.ac: Require poppler-glib instead of just poppler.
12131
12132         * backend/ev-document-thumbnails.h: Add a comment
12133
12134         * backend/ev-document.h:
12135         * backend/ev-document.c: (ev_document_class_init),
12136         (ev_document_load), (ev_document_get_link),
12137         (ev_document_get_links): Remove 3 methods and add get_links.
12138         Also, made 0 based.
12139
12140         * backend/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
12141         * backend/ev-jobs.h: now EvJobRender can grab the links for a document.
12142
12143         * backend/ev-link.c: (ev_link_set_title),
12144         (ev_link_mapping_free_foreach), (ev_link_mapping_free),
12145         (ev_link_mapping_find):
12146         * backend/ev-link.h: Allow NULL titles.  Also, introduce a mapping link.
12147         
12148         * backend/ev-page-cache.c: (ev_page_cache_init),
12149         (_ev_page_cache_new), (ev_page_cache_set_current_page),
12150         (ev_page_cache_get_size), (ev_page_cache_next_page),
12151         (ev_page_cache_prev_page): Fix to be 0 based.
12152
12153         * pdf/Makefile.am: 
12154         * pdf/ev-poppler.h:
12155         * pdf/ev-poppler.cc: New backend.
12156         
12157         * ps/ps-document.c: (ps_document_init), (ps_document_set_page),
12158         (ps_document_get_page), (ps_document_document_iface_init):
12159
12160         * shell/ev-pixbuf-cache.h:
12161         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
12162         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
12163         (ev_pixbuf_cache_update_range), (copy_job_to_job_info),
12164         (add_job_if_needed), (ev_pixbuf_cache_set_page_range),
12165         (ev_pixbuf_cache_get_pixbuf), (ev_pixbuf_cache_get_link_mapping):
12166         Fix up code to grab a page cache per each doc.  Also, fix to be 0
12167         based.
12168         
12169         * shell/ev-sidebar-thumbnails.c:
12170         (ev_sidebar_tree_selection_changed), (page_changed_cb),
12171         (ev_sidebar_thumbnails_set_document): Fix to be 0 based.
12172
12173         * shell/ev-view.c: (status_message_from_link),
12174         (find_page_at_location), (get_link_at_location),
12175         (ev_view_motion_notify_event), (ev_view_button_release_event),
12176         (ev_view_init): Use the new link code.  Fix to be 0 based.
12177
12178         * shell/ev-window.c: (update_action_sensitivity),
12179         (document_supports_sidebar): 0 based.
12180
12181 Fri Mar 25 16:55:58 2005  Jonathan Blandford  <jrb@redhat.com>
12182
12183         * pdf/pdf-document.cc: Patch from Fernando Herrera
12184         <fherrera@onirica.com> to fix my quick fix to get_thumbnail.
12185         *blush*
12186
12187 Wed Mar 23 23:49:41 2005  Jonathan Blandford  <jrb@redhat.com>
12188
12189         * pdf/pdf-document.cc (pdf_document_thumbnails_get_thumbnail): add
12190         1 to the page, as this seems to be 1 based.  I thought we has this
12191         fixed.  grump.
12192
12193 2005-03-23  Marco Pesenti Gritti <marco@gnome.org>
12194
12195         * TODO:
12196         * backend/Makefile.am:
12197         * backend/ev-document-links.c:
12198         (ev_document_links_has_document_links),
12199         (ev_document_links_get_links_model):
12200         * backend/ev-document-links.h:
12201         * backend/ev-document.c: (ev_document_get_page_cache),
12202         (ev_document_get_doc_mutex), (ev_document_load),
12203         (ev_document_save), (ev_document_get_title),
12204         (ev_document_get_n_pages), (ev_document_set_page),
12205         (ev_document_get_page), (ev_document_set_target),
12206         (ev_document_set_scale), (ev_document_set_page_offset),
12207         (ev_document_get_page_size), (ev_document_get_text),
12208         (ev_document_get_link), (ev_document_render),
12209         (ev_document_render_pixbuf), (ev_document_scale_changed):
12210         * backend/ev-document.h:
12211         * backend/ev-job-queue.c: (remove_object_from_queue),
12212         (notify_finished), (handle_job), (search_for_jobs_unlocked),
12213         (no_jobs_available_unlocked), (ev_render_thread),
12214         (ev_job_queue_init), (find_queue), (ev_job_queue_add_job),
12215         (ev_job_queue_remove_job):
12216         * backend/ev-job-queue.h:
12217         * backend/ev-jobs.c: (ev_job_init), (ev_job_dispose),
12218         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
12219         (ev_job_links_class_init), (ev_job_render_init),
12220         (ev_job_render_dispose), (ev_job_render_class_init),
12221         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
12222         (ev_job_thumbnail_class_init), (ev_job_finished),
12223         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
12224         (ev_job_render_run), (ev_job_thumbnail_new),
12225         (ev_job_thumbnail_run):
12226         * backend/ev-jobs.h:
12227         * backend/ev-link.c:
12228         * backend/ev-link.h:
12229         * backend/ev-page-cache.c: (ev_page_cache_init),
12230         (ev_page_cache_class_init), (ev_page_cache_finalize),
12231         (_ev_page_cache_new), (ev_page_cache_get_n_pages),
12232         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
12233         (ev_page_cache_set_link), (ev_page_cache_get_title),
12234         (ev_page_cache_get_size), (ev_page_cache_next_page),
12235         (ev_page_cache_prev_page):
12236         * backend/ev-page-cache.h:
12237         * pdf/pdf-document.cc:
12238         * ps/gsdefaults.c:
12239         * ps/gsdefaults.h:
12240         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
12241         (push_pixbuf), (interpreter_failed), (ps_document_cleanup),
12242         (ps_document_widget_event), (ps_document_finalize), (get_xdpi),
12243         (get_ydpi), (setup_pixmap), (setup_page), (close_pipe),
12244         (is_interpreter_ready), (output), (catchPipe), (input),
12245         (start_interpreter), (check_filecompressed), (compute_dimensions),
12246         (ps_document_enable_interpreter), (document_load),
12247         (ps_document_next_page), (render_page), (ps_document_set_page),
12248         (ps_document_set_scale), (render_pixbuf_idle),
12249         (ps_document_render_pixbuf), (ps_document_document_iface_init):
12250         * ps/ps-document.h:
12251         * shell/Makefile.am:
12252         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
12253         (ev_pixbuf_cache_class_init), (ev_pixbuf_cache_finalize),
12254         (dispose_cache_job_info), (ev_pixbuf_cache_dispose),
12255         (ev_pixbuf_cache_new), (job_finished_cb),
12256         (check_job_size_and_unref), (move_one_job),
12257         (ev_pixbuf_cache_update_range), (find_job_cache),
12258         (ev_pixbuf_cache_clear_job_sizes), (add_job_if_needed),
12259         (ev_pixbuf_cache_add_jobs_if_needed),
12260         (ev_pixbuf_cache_set_page_range), (ev_pixbuf_cache_get_pixbuf):
12261         * shell/ev-pixbuf-cache.h:
12262         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
12263         (idle_print_handler):
12264         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
12265         (selection_changed_cb), (create_loading_model),
12266         (ev_sidebar_links_construct), (links_page_num_func),
12267         (ev_sidebar_links_clear_document), (update_page_callback_foreach),
12268         (update_page_callback), (job_finished_cb),
12269         (ev_sidebar_links_set_document):
12270         * shell/ev-sidebar-thumbnails.c:
12271         (ev_sidebar_thumbnails_class_init), (adjustment_changed_cb),
12272         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init),
12273         (page_changed_cb), (thumbnail_job_completed_callback),
12274         (ev_sidebar_thumbnails_set_document):
12275         * shell/ev-sidebar-thumbnails.h:
12276         * shell/ev-sidebar.c: (ev_sidebar_set_document):
12277         * shell/ev-view.c: (ev_view_finalize), (ev_view_destroy),
12278         (ev_view_get_offsets), (ev_view_size_request), (ev_view_realize),
12279         (ev_view_unrealize), (highlight_find_results), (expose_bin_window),
12280         (ev_view_select_all), (ev_view_copy), (ev_view_primary_get_cb),
12281         (ev_view_create_invisible_cursor), (ev_view_motion_notify_event),
12282         (ev_view_button_release_event), (ev_view_scroll_view),
12283         (ev_view_class_init), (ev_view_init), (update_find_status_message),
12284         (jump_to_find_result), (jump_to_find_page), (find_changed_cb),
12285         (ev_view_new), (job_finished_cb), (page_changed_cb),
12286         (ev_view_set_document), (go_to_link), (ev_view_zoom),
12287         (size_to_zoom_factor), (ev_view_set_size), (ev_view_find_next),
12288         (ev_view_find_previous):
12289         * shell/ev-view.h:
12290         * shell/ev-window.c: (update_action_sensitivity),
12291         (ev_window_open_page), (update_window_title), (update_total_pages),
12292         (page_changed_cb), (ev_window_setup_document),
12293         (password_dialog_response), (ev_window_cmd_save_as),
12294         (ev_window_print), (ev_window_cmd_go_previous_page),
12295         (ev_window_cmd_go_next_page), (ev_window_cmd_go_first_page),
12296         (ev_window_cmd_go_last_page), (ev_window_cmd_view_reload),
12297         (find_bar_search_changed_cb), (goto_page_cb), (ev_window_init):
12298         * shell/main.c: (main):
12299
12300         Merge evince-threads branch
12301
12302 2005-03-16  Žygimantas Beručka  <uid0@akl.lt>
12303
12304         * configure.ac: Added "lt" to ALL_LINGUAS.
12305
12306 2005-03-14  Marco Pesenti Gritti  <marco@gnome.org>
12307
12308         * NEWS:
12309         * configure.ac:
12310
12311         Release 0.1.9
12312
12313 2005-03-13  Fernando Herrera  <fherrera@onirica.com>
12314
12315         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
12316
12317         Fix here also the thumbnails 1-basedness :)
12318
12319 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
12320
12321         * NEWS:
12322         * configure.ac:
12323
12324         Release 0.1.8
12325
12326 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
12327
12328         * pdf/pdf-document.cc:
12329         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
12330         (do_one_iteration), (ev_sidebar_thumbnails_set_document):
12331
12332         Fix the mess we did with thumbnails and 1-basedness
12333
12334 2005-03-12  Changwoo Ryu  <cwryu@debian.org>
12335
12336         * configure.ac (ALL_LINGUAS): Added "ko" (Korean).
12337
12338 2005-03-09  Marco Pesenti Gritti  <marco@gnome.org>
12339
12340         * NEWS:
12341         * configure.ac:
12342
12343         Release 0.1.7
12344
12345 2005-03-08  Marco Pesenti Gritti  <marco@gnome.org>
12346
12347         * ps/Makefile.am:
12348         * ps/gsdefaults.c: (gtk_gs_defaults_get_interpreter_cmd),
12349         (gtk_gs_defaults_get_alpha_parameters),
12350         (gtk_gs_defaults_get_ungzip_cmd),
12351         (gtk_gs_defaults_get_unbzip2_cmd):
12352         * ps/gsdefaults.h:
12353         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
12354         (ps_document_get_orientation), (document_load),
12355         (ps_document_goto_page), (ps_document_set_page_size):
12356         * ps/ps-document.h:
12357
12358         Some more sanitization of the ps backend. Remove a lot
12359         of unused code and do not base our defaults on ggv
12360         preferences (ugh!)
12361
12362 2005-03-08  Fernando Herrera  <fherrera@onirica.com>
12363
12364         * thumbnailer/evince-thumbnailer.schemas:
12365         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
12366         (main): add -s option for thumbnail size.
12367
12368 2005-03-07  Christian Persch  <chpe@cvs.gnome.org>
12369
12370         * configure.ac:
12371
12372         AC_PROG_RANLIB is rendered obsolete by AC_PROG_LIBTOOL;
12373         remove it.
12374
12375 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
12376
12377         * pdf/pdf-document.cc:
12378
12379         Remove 4 pixels of useless border from the
12380         thumbnail.
12381
12382 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
12383
12384         * backend/ev-document-thumbnails.c:
12385         (ev_document_thumbnails_get_thumbnail):
12386         * backend/ev-document-thumbnails.h:
12387
12388         Rework API a bit. Add a border flag and
12389         change sizing logic (now the size we specify
12390         applies to the bigger dimension).
12391
12392         * pdf/pdf-document.cc:
12393         * pixbuf/pixbuf-document.c:
12394         (pixbuf_document_thumbnails_get_thumbnail):
12395         * shell/ev-sidebar-thumbnails.c: (do_one_iteration):
12396         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
12397
12398         Adapt to the new API and do not draw a border for nautilus
12399         thumbnailer.
12400
12401 2005-03-03  Fernando Herrera  <fherrera@onirica.com>
12402
12403         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
12404         take thumbnails from page "0" instead of "1". Added a copyright header.
12405
12406 2005-03-03  Jens Granseuer  <jensgr@gmx.net>
12407
12408         * ps/ps-document.c: (set_up_page), (start_interpreter):
12409
12410         Make it C89 compliant
12411
12412 2005-03-03  Marco Pesenti Gritti  <marco@gnome.org>
12413
12414         * Makefile.am:
12415         * configure.ac:
12416         * pdf/.cvsignore:
12417         * pdf/pdf-document.cc:
12418         * thumbnailer/Makefile.am:
12419         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
12420         (main):
12421         * thumbnailer/evince-thumbnailer.schemas:
12422         * thumbnailer/pdf-icon.png:
12423
12424         Add a nautilus thumbnailer.
12425         Based on patch by Fernando Herrera <fherrera@onirica.com>.
12426
12427 2005-03-02  Marco Pesenti Gritti  <marco@gnome.org>
12428
12429         * NEWS:
12430         * configure.ac:
12431         * po/POTFILES.in:
12432
12433         Release 0.1.6
12434
12435 2005-03-01  Kristian Høgsberg  <krh@redhat.com>
12436
12437         Use poppler instead of including xpdf source code.  Poppler is a
12438         fork of xpdf to build it as a shared library. See
12439         http://freedesktop.org/wiki/Software/poppler.
12440
12441         * pdf/xpdf/*, pdf/goo/*, pdf/splash/*, pdf/fofi/*: Remove included
12442         xpdf fork.
12443         
12444         * pdf/Makefile.am: Build libpdfdocument.a here.
12445         
12446         * pdf/GDKSplashOutputDev.cc:
12447         * pdf/GDKSplashOutputDev.h:
12448         * pdf/GnomeVFSStream.cc:
12449         * pdf/GnomeVFSStream.h:
12450         * pdf-document.cc:
12451         * pdf-document.h:
12452         * test-gdk-output-dev.cc
12453         * Thumb.cc:
12454         * Thumb.h: Pull these files out of pdf/xpdf and adjust to compile
12455         against poppler.
12456
12457 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12458
12459         * shell/ev-sidebar-links.c: (ev_sidebar_links_clear_document):
12460
12461         Clear idle stack before unsetting the document
12462
12463 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12464
12465         * ps/ps-document.c: (ps_document_widget_event),
12466         (ps_document_set_target), (ps_document_finalize),
12467         (ps_document_get_page):
12468
12469         Disconnect the widget event signal on finalize.
12470         Some code cleanups.
12471
12472 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12473
12474         * ps/ps-document.c: (set_up_page):
12475
12476         If there is no bpixmap create one, even if size
12477         is not changed.
12478
12479 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12480
12481         * ps/ps-document.c: (ps_document_init), (ps_document_cleanup),
12482         (set_up_page), (document_load), (ps_document_set_zoom):
12483
12484         Default page is 0. Calculate size even when we have no
12485         target yet.
12486
12487 2005-02-28  Carlos Garcia Campos <carlosgc@gnome.org>
12488
12489         * shell/ev-sidebar.c: expand the selection widget to be always as
12490         wide as the sidebar
12491
12492 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12493
12494         * shell/ev-sidebar-thumbnails.c:
12495         (ev_sidebar_thumbnails_set_document):
12496
12497         Clear the list store when setting document
12498
12499 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12500
12501         * shell/ev-page-action.c: (update_entry), (sync_entry),
12502         (activate_cb), (entry_size_request_cb), (create_tool_item),
12503         (connect_proxy):
12504
12505         Use an entry for the page control instead of spinbuttons
12506
12507 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12508
12509         * data/evince.schemas.in:
12510
12511         Correct confusing string
12512
12513 Sun Feb 27 23:00:31 2005  Jonathan Blandford  <jrb@redhat.com>
12514
12515         * shell/ev-sidebar-links.c (do_one_iteration): Handle title links
12516         for real.  Gosh, how long has this been broken.
12517
12518         * pdf/xpdf/pdf-document.cc (build_link_from_action): add back the
12519         check for a NULL link.  We crash otherwise.
12520
12521 2005-02-27  Marco Pesenti Gritti  <marco@gnome.org>
12522
12523         * NEWS:
12524         * configure.ac:
12525
12526         Release 0.1.5
12527
12528 2005-02-25  Sebastien Bacher  <seb128@debian.org>
12529
12530         * configure.ac: add the french translation.
12531
12532 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
12533
12534         * shell/ev-window.c:
12535
12536         Remove unused header -> fix distcheck
12537
12538 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
12539
12540         * shell/ev-window.c: (update_window_title),
12541         (ev_window_popup_password_dialog):
12542
12543         Unescape filename for display
12544
12545 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
12546
12547         * pdf/xpdf/pdf-document.cc:
12548
12549         In get_page_size deal with rotation. Also
12550         cleanup the function a bit.
12551
12552 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
12553
12554         * pdf/xpdf/pdf-document.cc:
12555
12556         Fix crash when opening in new window
12557
12558 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
12559
12560         * configure.ac:
12561
12562         Check ghostscript >= 7
12563
12564 2005-02-25  Pedro Villavicencio <pvillavi@gnome.cl>
12565
12566         * shell/ev-window.c:
12567
12568         Make page width the default sizing mode
12569
12570 2005-02-25  Carlos Garcia Campos <carlosgc@gnome.org>
12571         Marco Pesenti Gritti <marco@gnome.org>
12572
12573         * shell/ev-window.c: Remember the sidebar size
12574
12575         * data/evince.schemas.in: Add a new gconf key to store the size of
12576         the sidebar
12577
12578 2005-02-24  Kai Willadsen  <kaiw@itee.uq.edu.au>
12579
12580         * data/evince-ui.xml:
12581         * shell/ev-window.c: (update_action_sensitivity),
12582         (ev_window_cmd_view_reload):
12583         
12584         Add a "Reload" action and menu entry
12585
12586 Thu Feb 24 23:07:33 2005  Jonathan Blandford  <jrb@redhat.com>
12587
12588         * shell/ev-window.c (hide_sidebar_and_actions): Hide the sidebar
12589         iff the type doesn't support thumbnailing and indexing.
12590
12591 2005-02-24  Martin Kretzschmar  <martink@gnome.org>
12592
12593         * configure.ac (ALL_LINGUAS): Added "zh_TW" (Traditional Chinese).
12594
12595 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12596
12597         * pdf/splash/Splash.cc:
12598
12599         Port fix for a crasher from kde bug
12600         http://bugs.kde.org/show_bug.cgi?id=97131
12601
12602 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12603
12604         * pdf/xpdf/pdf-document.cc:
12605
12606         Return a link even if it's of an unrecognized
12607         type. Otherwise we go in an infinte cycle.
12608
12609 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12610
12611         * shell/ev-window.c: (update_sizing_buttons), (update_view_size),
12612         (size_allocate_cb), (ev_window_set_sizing_mode):
12613
12614         Update size when switching mode
12615
12616 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12617
12618         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
12619         (ev_window_cmd_view_page_width), (update_sizing_buttons),
12620         (ev_window_cmd_view_normal_size):
12621
12622         Fix size toggle buttons behavior
12623
12624 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12625
12626         * shell/ev-view.c: (ev_view_get_offsets), (view_rect_to_doc_rect),
12627         (doc_rect_to_view_rect), (ev_view_size_allocate),
12628         (expose_bin_window), (ev_view_select_all), (page_changed_callback),
12629         (scale_changed_callback):
12630
12631         Do not cache offsets in size_allocate.
12632
12633 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12634
12635         * shell/ev-view.c: (ev_view_size_allocate):
12636
12637         Calculate offsets before calling the parent
12638         class (which does a redraw)
12639
12640 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12641
12642         * pdf/xpdf/pdf-document.cc:
12643
12644         Fix a crasher on exit. Unused code, put a TODO
12645
12646 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12647
12648         * backend/ev-document.c: (ev_document_class_init),
12649         (ev_document_page_changed), (ev_document_scale_changed):
12650         * backend/ev-document.h:
12651
12652         Separate page/scale notifications
12653
12654         * pdf/xpdf/pdf-document.cc:
12655
12656         Emit the new signals.
12657         Do not display the pdf page in _render, do it
12658         when scale/page are requested.
12659
12660         * ps/ps-document.c: (ps_document_set_zoom),
12661         (ps_document_widget_event):
12662         * ps/ps-document.h:
12663
12664         Emit the new signals.
12665
12666         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
12667         (ev_view_init), (page_changed_callback), (scale_changed_callback),
12668         (ev_view_set_document), (ev_view_zoom), (ev_view_zoom_in),
12669         (ev_view_zoom_out), (size_to_zoom_factor), (ev_view_set_size):
12670         * shell/ev-view.h:
12671         * shell/ev-window.c: (ev_window_cmd_view_normal_size),
12672         (ev_window_cmd_view_page_width), (size_allocate_cb),
12673         (ev_window_set_sizing_mode):
12674
12675         Rework sizing to be pixel based.
12676         There are bugs but should be already way better.
12677
12678 2005-02-23  Marco Pesenti Gritti  <marco@gnome.org>
12679
12680         * shell/ev-window.c: (ev_window_init):
12681
12682         Do not allow to shrink sidebar smaller then
12683         child requisition
12684
12685 2005-02-23  Carlos Garcia Campos <carlosgc@gnome.org> 
12686
12687         * shell/ev-sidebar.[ch]
12688         * shell/ev-window.c:
12689
12690         Improved sidebar widget. Fixes #166683
12691
12692 2005-02-23  Tommi Vainikainen  <thv@iki.fi>
12693
12694         * shell/ev-view.c (update_find_status_message): Give translators
12695         more flexibility with ngettext plural handling.
12696
12697 Mon Feb 21 17:52:08 2005  Jonathan Blandford  <jrb@redhat.com>
12698
12699         * pdf/xpdf/pdf-document.cc (pdf_document_get_page_size): Patch
12700         from Crispin Flowerday <gnome@flowerday.cx> to avoid rendering the
12701         page when we get the page size.
12702
12703 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
12704
12705         * ps/ps-document.c: (ps_document_set_page), (ps_document_get_page):
12706
12707         ps pages are 0 based, convert 
12708
12709 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
12710
12711         * ps/ps-document.c: (ps_document_class_init), (ps_document_load):
12712
12713         Initialize correct parent class. Set GError on document load
12714
12715 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
12716
12717         * pdf/xpdf/pdf-document.cc:
12718
12719         Fixup selection offset calculation
12720
12721         * shell/ev-view.c: (view_rect_to_doc_rect),
12722         (doc_rect_to_view_rect), (ev_view_size_allocate),
12723         (expose_bin_window), (ev_view_select_all), (ev_view_copy),
12724         (ev_view_primary_get_cb), (ev_view_motion_notify_event):
12725
12726         Store selection as document relative, so that zooming
12727         and offset changing doesnt break it.
12728
12729 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
12730
12731         * shell/ev-view.c: (ev_view_best_fit):
12732
12733         Do not try to best fit if the view is not realized
12734
12735 2005-02-20  Kostas Papadimas <pkst@gnome.org>
12736           
12737         * configure.ac (ALL_LINGUAS): Added "el" (Greek).
12738
12739 Fri Feb 18 16:06:39 2005  Jonathan Blandford  <jrb@redhat.com>
12740
12741         * shell/ev-window.c (ev_window_focus_in_event): missed a case.
12742
12743 Fri Feb 18 15:32:57 2005  Jonathan Blandford  <jrb@redhat.com>
12744
12745         * shell/ev-window.c: Change the fullscreen toolbar to always be in
12746         the popup window.  That prevents it resizing when in full screen
12747         mode.
12748
12749         * shell/ev-view.c: Change Zoom epsilon as a bad hack to avoid
12750         multiple rerenders.  This pretty much sucks.
12751
12752         * data/evince-ui.xml: Change the fullscreen toolbar to include the
12753         rest of the toolbar.
12754
12755 2005-02-18  Tommi Vainikainen  <thv@iki.fi>
12756
12757         * configure.ac (ALL_LINGUAS): Added "fi" (Finnish).
12758
12759 2005-02-17  Alexander Shopov  <ash@contact.bg>
12760
12761         * configure.in (ALL_LINGUAS): Added "bg" (Bulgarian)
12762
12763 2005-02-16  Bryan Clark  <clarkbw@cvs.gnome.org>
12764
12765         * shell/ev-window.c: added ellipsis to Print item. Fixes bug 166915
12766
12767 2005-02-16  Marco Pesenti Gritti  <marco@gnome.org>
12768
12769         * shell/ev-view.c: (ev_view_realize), (highlight_find_results),
12770         (ev_view_create_invisible_cursor), (ev_view_set_cursor),
12771         (set_document_page), (document_changed_callback),
12772         (ev_view_set_document), (ev_view_find_previous),
12773         (ev_view_hide_cursor), (ev_view_show_cursor):
12774         * shell/ev-view.h:
12775         * shell/ev-window.c: (update_chrome_visibility),
12776         (fullscreen_timeout_cb), (fullscreen_set_timeout),
12777         (fullscreen_clear_timeout), (fullscreen_motion_notify_cb),
12778         (fullscreen_leave_notify_cb), (ev_window_fullscreen),
12779         (ev_window_unfullscreen):
12780         * shell/main.c: (main):
12781
12782         Automatically hide the fullscreen button.
12783         Patch by Kristian Høgsberg <krh@redhat.com>
12784
12785 2005-02-16  Vincent Noel  <vnoel@cox.net>
12786
12787         * shell/main.c (main): Specify an icon for the window. Patch by
12788         Jaap A. Haitsma. Fixes #166177.
12789
12790 Wed Feb 16 06:30:13 2005  Jonathan Blandford  <jrb@redhat.com>
12791
12792         * shell/ev-view.c (ev_view_realize): get rid of the black flash.
12793
12794 Tue Feb 15 22:27:13 2005  Jonathan Blandford  <jrb@redhat.com>
12795
12796         * backend/ev-document-misc.h:
12797         * backend/ev-document-misc.c:
12798         (ev_document_misc_get_page_border_size),
12799         (ev_document_misc_paint_one_page): New function to canonicalize
12800         sizing/painting a border.
12801
12802         * shell/Makefile.am: Remove ev-page-view.c entirely as it's not
12803         used.
12804
12805         * pdf/xpdf/pdf-document.cc: use new function
12806
12807         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
12808         (ev_view_init), (ev_view_set_mode), (ev_view_zoom),
12809         (ev_view_best_fit), (ev_view_fit_width): * shell/ev-view.h: *
12810         shell/ev-window.c: (update_sizing_buttons),
12811         (ev_window_setup_document), (ev_window_cmd_view_zoom_in),
12812         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_best_fit),
12813         (ev_window_cmd_view_page_width), (size_allocate_cb),
12814         (ev_window_set_sizing_mode), (ev_window_init): make the "best fit"
12815         and "fit width" values act as toggle buttons so they stay
12816         toggled.  It's not 100% perfect, and it's a little slow, but it's
12817         good enough to commit I think.
12818
12819 2005-02-15  David Lodge  <dave@cirt.net>
12820
12821         * configure.ac (ALL_LINGUAS): Added "en_GB" (English (British)).
12822
12823 2005-02-15  Martin Kretzschmar  <martink@gnome.org>
12824
12825         * shell/ev-window.c (update_window_title): replace newlines in
12826         the title by spaces. Bug #166107.
12827
12828 2005-02-14  Martin Kretzschmar  <martink@gnome.org>
12829
12830         * shell/ev-view.c (ev_view_best_fit, ev_view_fit_width): add
12831         parameters providing allocation width and height without
12832         scrollbars and width of a possible vertical scrollbar. With this
12833         additional information the functions can work as
12834         intended. Unfortunately they're not idempotent. We should
12835         transform these commands to toggles. Fixes Bug #164976
12836         Initial patch by Stephane Loeuillet, then heavily modified.
12837
12838         * shell/ev-view.h: update prototypes.
12839
12840         * shell/ev-window.c (ev_window_cmd_view_best_fit)
12841         (ev_window_cmd_view_page_width): provide EvView fit functions with
12842         all the information they need. Formulas to calculate this
12843         information taken from GtkScrolledWindow.
12844
12845 2005-02-14  Crispin Flowerday  <gnome@flowerday.cx>
12846
12847         * shell/ev-sidebar-thumbnails.c: Ensure that after we have
12848         created a thumbnail, the list store is updated to know
12849         that the thumbnail is set. Fixes bug #166792
12850
12851 2005-02-11  Bryan Clark  <clarkbw@cvs.gnome.org>
12852
12853         * shell/ev-window.c: fixed typo, closes bug 166897
12854
12855         * TODO: updated TODO with bug numbers that are relevant
12856
12857 2005-02-09  Carlos Garcia Campos <carlosgc@gnome.org>
12858
12859         * shell/ev-window.c: Support for DnD of files. Fixes #164813
12860
12861 2005-02-09  Vincent Noel  <vnoel@cox.net>
12862
12863         * shell/ev-window.c: (set_action_properties): Set the "Previous"
12864         and "Next" toolbar buttons as important to make them stand out.
12865
12866 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
12867
12868         * lib/ev-debug.c:
12869         * lib/ev-debug.h:
12870         * ps/ps-document.c: (ps_document_finalize), (set_up_page),
12871         (start_interpreter), (stop_interpreter), (document_load),
12872         (ps_document_next_page), (ps_document_goto_page),
12873         (ps_document_set_page_size), (ps_document_widget_event),
12874         (ps_document_render):
12875         * shell/ev-page-view.c: (ev_page_view_dispose):
12876         * shell/ev-view.c: (ev_view_finalize), (expose_bin_window):
12877
12878         Fix compilation on non-gcc platforms
12879
12880 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
12881
12882         * NEWS:
12883         * configure.ac:
12884
12885         Release 0.1.4
12886
12887         * pdf/xpdf/Catalog.cc:
12888         * pdf/xpdf/XRef.cc:
12889
12890         Fix the fix for CAN-2004-0888
12891
12892 2005-02-09  Luca Ferretti <elle.uca@libero.it>
12893
12894         * data/Makefile.am:
12895         * data/evince-ui.xml:
12896         * shell/ev-stock-icons.c: (ev_stock_icons_init):
12897         * shell/ev-stock-icons.h:
12898         * shell/ev-window.c: (update_action_sensitivity),
12899         (ev_window_cmd_go_previous_page), (ev_window_cmd_go_next_page),
12900         (set_action_properties):
12901
12902         Improve toolbar layout/icons
12903
12904 2005-02-08  Marco Pesenti Gritti  <marco@gnome.org>
12905
12906         * pdf/xpdf/pdf-document.cc:
12907
12908         Add warnings about unimplemented/unknown link
12909         types.
12910
12911 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
12912
12913         * ps/ps-document.c: (set_up_page):
12914
12915         Log gs property
12916
12917 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
12918
12919         * ps/ps-document.c: (start_interpreter):
12920
12921         Log gs env var
12922
12923 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
12924
12925         * shell/ev-page-view.c: (ev_page_view_dispose):
12926         * shell/ev-view.c: (ev_view_finalize):
12927         * shell/ev-window.c: (ev_window_setup_document),
12928         (ev_window_dispose), (ev_window_init):
12929
12930         Solve more refs issues.
12931
12932         I commented out the page_view initialization for now:
12933         it was never destroyed (because it's never added
12934         to a container). Because of that we was leaking
12935         gs processes. Couldnt think to a clean fix.
12936         We need to figure this out, password view has the
12937         same issue probably.
12938
12939 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
12940
12941         * ps/ps-document.c: (ps_document_finalize),
12942         (ps_document_get_n_pages), (ps_document_get_page):
12943
12944         Some cleanups, stop the interpreter on finalize
12945
12946         * shell/ev-page-view.c: (ev_page_view_dispose),
12947         (ev_page_view_class_init):
12948
12949         Release our reference on the document
12950
12951 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
12952
12953         * Makefile.am:
12954         * configure.ac:
12955         * doc/debugging.txt:
12956         * lib/.cvsignore:
12957         * lib/Makefile.am:
12958         * lib/ev-debug.c: (log_module), (trap_handler), (ev_debug_init),
12959         (ev_profiler_new), (ev_should_profile), (ev_profiler_dump),
12960         (ev_profiler_free), (ev_profiler_start), (ev_profiler_stop):
12961         * lib/ev-debug.h:
12962
12963         Add debugging helpers
12964
12965         * ps/Makefile.am:
12966         * ps/ps-document.c: (set_up_page), (start_interpreter),
12967         (stop_interpreter), (document_load), (ps_document_next_page),
12968         (ps_document_goto_page), (ps_document_set_page_size),
12969         (ps_document_widget_event), (ps_document_render):
12970         * shell/Makefile.am:
12971         * shell/ev-view.c: (expose_bin_window):
12972         * shell/main.c: (main):
12973
12974         Add some logs
12975         
12976 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
12977
12978         * ps/ps-document.c: (ps_document_widget_event):
12979
12980         Initialize message_window, this should make ps
12981         rendering really work! (Never noticed because I was
12982         testing with a ps that is causing gs to exit every time!)
12983
12984 2005-02-07  Bryan Clark  <clarkbw@cvs.gnome.org>
12985
12986         * data/evince.schemas.in: updated simple error in applyto closing tag
12987
12988 2005-02-07  Christian Persch  <chpe@cvs.gnome.org>
12989
12990         * Makefile.am:
12991         * configure.ac:
12992         * data/.cvsignore:
12993         * data/Makefile.am:
12994         * data/evince-ui.xml:
12995         A data/evince.schemas.in:
12996         * po/POTFILES.in:
12997         * shell/ev-stock-icons.c: (ev_stock_icons_init):
12998         * shell/ev-stock-icons.h:
12999         * shell/ev-window.c: (update_chrome_visibility),
13000         (update_chrome_flag), (ev_window_cmd_edit_find),
13001         (ev_window_update_fullscreen_popup), (ev_window_fullscreen),
13002         (ev_window_unfullscreen), (ev_window_focus_in_event),
13003         (ev_window_focus_out_event), (ev_window_cmd_leave_fullscreen),
13004         (ev_window_view_toolbar_cb), (ev_window_view_statusbar_cb),
13005         (ev_window_view_sidebar_cb), (find_bar_close_cb),
13006         (ev_window_dispose), (ev_window_class_init),
13007         (set_action_properties), (set_chrome_actions), (load_chrome),
13008         (ev_window_init):
13009
13010         Implement fullscreen mode changes from bug #164776.
13011         Also implement persistent chrome toggles.
13012
13013 2005-02-07  Jordi Mallach  <jordi@sindominio.net>
13014
13015         * configure.ac (ALL_LINGUAS): Added "ca" (Catalan).
13016
13017 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
13018
13019         * NEWS:
13020         * configure.ac:
13021         * shell/ev-view.c:
13022
13023         Add another check for find interface
13024
13025         Release 0.1.3
13026
13027 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
13028
13029         * shell/ev-application.c: (ev_application_open):
13030         * shell/ev-window.c: (ev_window_open):
13031
13032         Open gzipped ps documents
13033
13034 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
13035
13036         * TODO:
13037         * shell/ev-view.c: (set_document_page):
13038
13039         Clamp page number, dont try to move to
13040         not existant pages.
13041
13042 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
13043
13044         * backend/ev-document-find.c: (ev_document_find_changed):
13045         * backend/ev-document-find.h:
13046         * pdf/xpdf/pdf-document.cc:
13047         * shell/ev-view.c: (jump_to_find_result), (ev_view_set_document):
13048         * shell/ev-window.c: (find_bar_search_changed_cb):
13049
13050         Fix several bugs with find
13051
13052 2005-02-04  Martin Kretzschmar  <martink@gnome.org>
13053
13054         * shell/ev-sidebar-thumbnails.c
13055         (ev_sidebar_thumbnails_select_page): do nothing unless we have a
13056         document. Prevents warning from scroll_to_cell.
13057
13058 2005-02-02  Kjartan Maraas  <kmaraas@gnome.org>
13059
13060         * configure.ac: Add «nb» to ALL_LINGUAS too.
13061
13062 Wed Feb  2 21:13:11 2005  Jonathan Blandford  <jrb@redhat.com>
13063
13064         * NOTES: New file with some random thoughts.
13065
13066         * TODO: Update.
13067
13068         * backend/ev-document-misc.c:
13069         (ev_document_misc_get_page_border_size): New function to
13070         canonicalize shadow drawing sizes.  Possibly goofy.
13071
13072         * shell/ev-view.c: (ev_view_size_request), (set_document_page),
13073         (ev_view_best_fit), (ev_view_fit_width):
13074         * pdf/xpdf/pdf-document.cc:
13075         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
13076         * ps/ps-document.c: (ps_document_get_page_size):
13077         * backend/ev-document-misc.h:
13078         * backend/ev-document.c: (ev_document_get_page_size):
13079         * backend/ev-document.h: get_page_size now takes a page number
13080         parameter.  Made all the backends/frontends honor it.
13081
13082         * data/evince-ui.xml: Added a multiple-page mode.  Uncomment to
13083         see.  Doesn't work yet.
13084
13085         * shell/Makefile.am:
13086         * shell/ev-page-view.[ch]: New multi-page view.  Really rough.
13087         Doesn't do anything yet.
13088
13089         * shell/ev-sidebar-thumbnails.c:
13090         (ev_sidebar_thumbnails_set_document): [1..n_pages] instead of
13091         [0..n_pages-1]
13092
13093         * shell/ev-window.c: (update_action_sensitivity),
13094         (ev_window_setup_document), (ev_window_set_page_mode),
13095         (ev_window_page_mode_cb), (ev_window_init): Clean up the
13096         view-swapping code a bit so we can have multiple views on a
13097         document.  Add the multi-page view, though it can't be turned on
13098         yet.
13099
13100 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
13101
13102         * shell/ev-application.c: (ev_application_open):
13103         * shell/ev-view.c: (expose_bin_window):
13104         * shell/ev-window.c: (ev_window_open):
13105
13106         Support eps and check document supports find
13107         before drawing highlightings in expose.
13108
13109 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
13110
13111         * pixbuf/pixbuf-document.c:
13112         (pixbuf_document_thumbnails_get_dimensions),
13113         (pixbuf_document_document_thumbnails_iface_init):
13114
13115         implement get_dimensions
13116
13117 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
13118
13119         * NEWS:
13120         * configure.ac:
13121
13122         Release 0.1.2
13123
13124 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
13125
13126         * shell/ev-view.c: (set_document_page):
13127
13128         Scroll at the top of the page when changing page
13129
13130 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
13131
13132         * shell/ev-view.c: (ev_view_motion_notify_event):
13133
13134         Do not redraw unnecessarily
13135
13136 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
13137
13138         * pdf/xpdf/pdf-document.cc:
13139         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
13140         (expose_bin_window), (find_changed_cb):
13141
13142         Yay! find works now... Now to find bugs...
13143
13144 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
13145
13146         * backend/ev-document-find.c: (ev_document_find_base_init),
13147         (ev_document_find_changed):
13148         * backend/ev-document-find.h:
13149         * pdf/xpdf/pdf-document.cc:
13150         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
13151         (expose_bin_window), (ev_view_init), (set_document_page),
13152         (ensure_rectangle_is_visible), (jump_to_find_result),
13153         (jump_to_find_page), (find_changed_cb), (ev_view_set_document),
13154         (ev_view_find_next), (ev_view_find_previous):
13155         * shell/ev-view.h:
13156         * shell/ev-window.c: (find_bar_previous_cb), (find_bar_next_cb):
13157
13158         More work on find implementation, mostly there now
13159
13160 2005-01-29  Marco Pesenti Gritti  <marco@gnome.org>
13161
13162         * backend/ev-backend-marshalers.list:
13163         * backend/ev-document-find.c: (ev_document_find_base_init),
13164         (ev_document_find_cancel), (ev_document_find_page_has_results),
13165         (ev_document_find_get_n_results), (ev_document_find_get_result),
13166         (ev_document_find_get_progress), (ev_document_find_changed):
13167         * backend/ev-document-find.h:
13168
13169         Enanche the find interface to be really able to do
13170         multi page find.
13171
13172         * pdf/xpdf/pdf-document.cc:
13173
13174         Implement
13175
13176         * shell/ev-view.c: (ev_view_finalize), (highlight_find_results),
13177         (expose_bin_window), (ev_view_init),
13178         (ev_view_get_find_status_message), (find_changed_cb),
13179         (ev_view_set_document), (set_document_page):
13180
13181         Adapt to the new interface. A few things are regressed sorry,
13182         I will finish it soon.
13183
13184 2005-01-28  Martin Kretzschmar  <martink@gnome.org>
13185
13186         * shell/ev-sidebar-thumbnails.c (ev_sidebar_thumbnails_destroy)
13187         (ev_sidebar_thumbnails_class_init): use G_DEFINE_TYPE-supplied
13188         ev_sidebar_thumbnails_parent_class variable, don't define another
13189         parent_class variable.
13190
13191         * shell/ev-page-action.c (connect_proxy, ev_page_action_finalize)
13192         (ev_page_action_class_init): ditto.
13193
13194         * pixbuf/pixbuf-document.c (pixbuf_document_finalize)
13195         (pixbuf_document_class_init): ditto.
13196
13197         * backend/ev-link.c (ev_window_dispose, ev_link_class_init):
13198         ditto.
13199
13200         * .cvsignore: ignore various valgrind output files.
13201
13202 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
13203
13204         * data/evince-ui.xml:
13205         * shell/Makefile.am:
13206         * shell/ev-history.c:
13207         * shell/ev-history.h:
13208         * shell/ev-navigation-action.c:
13209         * shell/ev-navigation-action.h:
13210         * shell/ev-view.c: (ev_view_finalize), (ev_view_go_to_link),
13211         (ev_view_set_page), (ev_view_fit_width):
13212         * shell/ev-view.h:
13213         * shell/ev-window.c: (update_action_sensitivity),
13214         (ev_window_setup_document), (register_custom_actions):
13215
13216         Kill session history
13217
13218 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
13219
13220         * shell/ev-window.c: (update_action_sensitivity):
13221
13222         Fix inverted up/down buttons
13223
13224 2005-01-27  Martin Kretzschmar  <martink@gnome.org>
13225
13226         * shell/ev-sidebar-thumbnails.c
13227         (ev_sidebar_thumbnails_select_page): make sure the selected
13228         thumbnail stays visible.
13229
13230 2005-01-26  Martin Kretzschmar  <martink@gnome.org>
13231
13232         * shell/ev-window.c (ev_window_init): add GTK_SHADOW_IN to the
13233         scrolled window for Federico.
13234
13235 2005-01-26  Ole Laursen  <olau@hardworking.dk>
13236
13237         * configure.ac: Added "da" (Danish) to ALL_LINGUAS.
13238
13239 2005-01-26  Marco Pesenti Gritti  <marco@gnome.org>
13240
13241         * configure.ac:
13242         * pdf/splash/SplashFTFontEngine.cc:
13243
13244         Fix CID fonts with freetype 2.1.9
13245
13246 2005-01-26  Bryan Clark  <clarkbw@cvs.gnome.org>
13247
13248         * TODO: added item for desktop icon thumbnailer
13249
13250 Tue Jan 25 00:59:34 2005  Jonathan Blandford  <jrb@redhat.com>
13251
13252         * pdf/xpdf/pdf-document.cc (pdf_document_get_title): guard against
13253         unloaded docs when the title is accessed.
13254
13255         * shell/ev-password-view.[hc]: New widget for displaying password
13256         state.
13257
13258         * shell/ev-window.[ch]: Refactor password handling code to handle
13259         the new view.
13260
13261 2005-01-24  Marco Pesenti Gritti  <marco@gnome.org>
13262
13263         * NEWS:
13264         * configure.ac:
13265         * data/Makefile.am:
13266
13267         Release 0.1.1
13268
13269 2005-01-23  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
13270
13271         * pdf/xpdf/pdf-document.cc (pdf_document_search_page_changed):
13272         ignore page offset here, to make search results independent of it,
13273
13274         * shell/ev-view.c (expose_bin_window): but take offsets into
13275         account here. Bug #164932
13276
13277         * pdf/xpdf/pdf-document.cc (pdf_document_get_link): divide by
13278         scale at the right time. Bug #164996
13279
13280 2005-01-22  Martin Kretzschmar  <martink@gnome.org>
13281
13282         * pdf/xpdf/GlobalParams.cc: My 2005-01-05 change didn't actually
13283         fix the problem. Now I just removed the Adobe font names and hope
13284         that the URW fonts are always in outline format. Bug #164934
13285
13286         * shell/ev-window.c (update_window_title): empty titles are
13287         useless, use filename in that case too.
13288
13289         * NEWS: Add some content.
13290
13291 2005-01-21  Bryan Clark  <clarkbw@cvs.gnome.org>
13292
13293         * TODO: added one more TODO item and a TODONE section :)
13294
13295 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
13296
13297         * ps/ps-document.h: add page_[xy]_offset fields.
13298
13299         * ps/ps-document.c (ps_document_set_page_offset)
13300         (ps_document_render): Keep offset in consideration in a few
13301         places. Bug #164752 "postscript documents are not centered in
13302         window"
13303
13304         * data/evince.desktop.in (X-GNOME-Bugzilla-Product):
13305         s/gpdf/evince/. Spotted by Stephane Loeuillet.
13306
13307         * pixbuf/pixbuf-document.c (pixbuf_document_get_n_pages)
13308         (pixbuf_document_get_text, pixbuf_document_document_iface_init):
13309         stub out missing methods for complete EvDocument implementation.
13310         Fixes segfaults with Save A Copy and Copy actions.
13311
13312         * ps/ps-document.c (ps_document_save, ps_document_get_text) 
13313         (ps_document_document_iface_init): ditto.
13314         
13315 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
13316
13317         * data/.cvsignore:
13318         * data/Makefile.am:
13319         * data/evince.desktop.in:
13320
13321         Add desktop file
13322
13323 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
13324
13325         * shell/ev-view.c: (ev_view_button_press_event),
13326         (ev_view_motion_notify_event):
13327
13328         Make selection work in any direction
13329
13330 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
13331
13332         * TODO:
13333         * shell/ev-window.c: (set_short_labels), (ev_window_init):
13334
13335         Use shorter labels for some of the toolbars items
13336
13337 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
13338
13339         * pdf/xpdf/pdf-document.cc:
13340
13341         Check the links info is initialized before
13342         using it. Should fix a crash on startup.
13343
13344 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
13345
13346         * pixbuf/pixbuf-document.c
13347         (pixbuf_document_thumbnails_get_dimensions): force floating point
13348         division to calculate page_ratio. Fixes crash with landscape
13349         format pixbufs.
13350
13351 Thu Jan 20 18:56:35 2005  Jonathan Blandford  <jrb@redhat.com>
13352
13353         * shell/ev-view.c (ev_view_realize): make the bg color darker.
13354
13355 2005-01-20  Martin Kretzschmar  <martink@gnome.org>
13356
13357         * shell/ev-view.c (set_document_page): unset has_selection when
13358         the page changes.
13359         (set_document_page): handle paper size changes when the page
13360         changes (test with Free Culture, page 2).
13361
13362 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
13363
13364         * shell/ev-view.c: (ev_view_size_request), (ev_view_realize),
13365         (expose_bin_window), (ev_view_class_init), (ev_view_init):
13366
13367         Use normal style color for the widget background and
13368         draw a black box around the page.
13369
13370 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
13371
13372         * pdf/xpdf/pdf-document.cc:
13373
13374         Keep offset in consideration in a few places
13375
13376         * shell/ev-view.c: (expose_bin_window):
13377
13378         Set the offsets so that the document is ever centered
13379
13380 2005-01-20  Bryan Clark  <clarkbw@cvs.gnome.org>
13381
13382         * TODO: Added TODO items and finished off the first todo item
13383
13384         * AUTHORS: Updated AUTHORS section with piece from gpdf file and
13385         reflect current authors
13386
13387 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
13388
13389         * pdf/xpdf/pdf-document.cc:
13390         * shell/ev-view.c: (ev_view_set_cursor),
13391         (ev_view_motion_notify_event), (document_changed_callback),
13392         (set_document_page):
13393
13394         Show a wait cursor while the page is rendering
13395
13396 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
13397
13398         * shell/ev-sidebar-thumbnails.c:
13399         (ev_sidebar_tree_selection_changed),
13400         (ev_sidebar_thumbnails_select_page):
13401         * shell/ev-sidebar-thumbnails.h:
13402         * shell/ev-view.c: (ev_view_set_document), (ev_view_can_go_back),
13403         (ev_view_can_go_forward):
13404         * shell/ev-window.c: (ev_window_open_page),
13405         (ev_window_setup_document), (update_current_page),
13406         (view_page_changed_cb), (ev_window_init):
13407         * shell/ev-window.h:
13408
13409         Ensure thumbnails selection, toolbar page control and
13410         current page are in sync.
13411
13412 2005-01-19  Marco Pesenti Gritti  <marco@gnome.org>
13413
13414         * pdf/xpdf/XRef.cc:
13415
13416         Fix CAN-2005-0064
13417
13418 Wed Jan 19 01:10:57 2005  Jonathan Blandford  <jrb@redhat.com>
13419
13420         * backend/Makefile.am:
13421         * backend/ev-document-links.h:
13422         * backend/ev-document-security.c: (ev_document_security_get_type),
13423         (ev_document_security_has_document_security),
13424         (ev_document_security_set_password):
13425         * backend/ev-document-security.h:
13426         * backend/ev-document.c: (ev_document_error_quark):
13427         * backend/ev-document.h:
13428         * data/Makefile.am:
13429         * data/evince-password.glade:
13430         * pdf/xpdf/pdf-document.cc:
13431         * shell/Makefile.am:
13432         * shell/ev-password.c: (ev_password_set_bad_password_label),
13433         (ev_window_password_entry_changed_cb), (ev_password_dialog_new),
13434         (ev_password_dialog_get_password),
13435         (ev_password_dialog_set_bad_pass):
13436         * shell/ev-password.h:
13437         * shell/ev-window.c: (ev_window_get_attribute),
13438         (ev_window_set_property), (update_action_sensitivity),
13439         (ev_window_is_empty), (mime_type_supported_by_gdk_pixbuf),
13440         (ev_window_setup_document), (ev_window_get_password),
13441         (ev_window_open), (ev_window_cmd_save_as),
13442         (using_postscript_printer), (ev_window_print),
13443         (find_not_supported_dialog), (ev_window_cmd_edit_find),
13444         (update_fullscreen_popup), (ev_window_fullscreen),
13445         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
13446         (ev_window_focus_out_cb), (ev_window_cmd_help_about),
13447         (menu_item_select_cb), (find_bar_search_changed_cb),
13448         (ev_window_dispose), (ev_window_init):
13449
13450         Add initial support for password-supported dialogs.  This could be
13451         a lot cooler, but it'll do for now.
13452
13453 2005-01-18  Marco Pesenti Gritti  <marco@gnome.org>
13454
13455         * pdf/xpdf/pdf-document.cc:
13456         * shell/ev-view.c: (status_message_from_link),
13457         (ev_view_set_status), (ev_view_set_cursor),
13458         (ev_view_motion_notify_event), (ev_view_init):
13459         * shell/ev-window.c: (view_status_changed_cb), (ev_window_init):
13460
13461         Fix bugs in the links implementation and change cursor
13462         when hovering a link.
13463
13464 2005-01-17  Bryan Clark  <clarkbw@cvs.gnome.org>
13465
13466         * viewer/.cvsignore: added cvsignore file for viewer directory
13467
13468         * TODO: created TODO document
13469
13470 2005-01-14  Dave Malcolm  <dmalcolm@redhat.com>
13471
13472         * shell/ev-view.h:
13473         * shell/ev-view.c (ev_view_can_go_back), (ev_view_can_go_forward):      
13474         new functions to help with implementation of sensitivity code
13475         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
13476         of all actions that might require it.  Fixes a crash when you
13477         click on the Zoom actions in a window lacking a document.
13478
13479 2005-01-13  Dave Malcolm  <dmalcolm@redhat.com>
13480
13481         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
13482         of the Find action
13483
13484 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
13485
13486         * pixbuf/pixbuf-document.c: (pixbuf_document_get_link),
13487         (pixbuf_document_document_iface_init):
13488         * ps/ps-document.c: (ps_document_get_link),
13489         (ps_document_document_iface_init):
13490         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event),
13491         (status_message_from_link), (ev_view_set_status),
13492         (ev_view_set_find_status), (ev_view_motion_notify_event),
13493         (ev_view_button_release_event), (ev_view_set_property),
13494         (ev_view_get_property), (ev_view_class_init), (ev_view_init),
13495         (ev_view_get_find_status_message), (update_find_results),
13496         (ev_view_get_status), (ev_view_get_find_status):
13497         * shell/ev-view.h:
13498         * shell/ev-window.c: (view_status_changed_cb),
13499         (view_find_status_changed_cb), (ev_window_init):
13500
13501         View status message support, use it to show the links.
13502         Needs work...
13503
13504 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
13505
13506         * backend/ev-document.c: (ev_document_get_link):
13507         * backend/ev-document.h:
13508         * pdf/xpdf/pdf-document.cc:
13509         * shell/ev-application.c: (ev_application_open):
13510         * shell/ev-application.h:
13511         * shell/ev-sidebar-links.c: (selection_changed_cb):
13512         * shell/ev-view.c: (ev_view_button_release_event), (go_to_link),
13513         (ev_view_go_to_link):
13514
13515         Add support for document links
13516
13517 2005-01-13  Anders Carlsson  <andersca@gnome.org>
13518
13519         * shell/ev-page-action.c: (update_spin), (total_pages_changed_cb),
13520         (create_tool_item):
13521         Set the spin button limits correctly.
13522         
13523         * shell/ev-sidebar-thumbnails.c:
13524         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init):
13525         Support changing pages by clicking on the thumbnails.
13526         
13527 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
13528
13529         * pixbuf/pixbuf-document.c:
13530         (pixbuf_document_thumbnails_get_dimensions),
13531         (pixbuf_document_document_thumbnails_iface_init):
13532
13533         implement get_dimensions
13534
13535 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
13536
13537         * ps/ps-document.c: (ps_document_goto_page):
13538
13539         Fix page switching on multipage documents
13540
13541 2005-01-12  Jeff Muizelaar  <jrmuizel@nit.ca>
13542
13543         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
13544         
13545         check for NULL before assigning to width and height parameters
13546
13547 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
13548
13549         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
13550         (pixbuf_document_set_property), (pixbuf_document_get_property):
13551
13552         implement get/set properties
13553
13554 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
13555
13556         * pdf/xpdf/pdf-document.cc: (pdf_info_dict_get_string):
13557         
13558         return NULL instead of "Unknown", letting the title get set to
13559         the filename when the pdf has no title.
13560
13561 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
13562
13563         * ps/ps-document.c: (ps_document_get_page_count),
13564         (ps_document_goto_page):
13565
13566 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
13567
13568         * shell/ev-history.c: (ev_history_get_property),
13569         (ev_history_set_property), (ev_history_class_init),
13570         (ev_history_add_page), (ev_history_set_current_index):
13571         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
13572         (activate_menu_item_cb), (new_history_menu_item), (build_menu),
13573         (ev_navigation_action_finalize):
13574         * shell/ev-navigation-action.h:
13575         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
13576         (ev_view_go_forward), (ev_view_get_find_status_message),
13577         (history_index_changed_cb), (ev_view_set_history):
13578         * shell/ev-view.h:
13579         * shell/ev-window.c: (update_total_pages), (ev_window_open),
13580         (update_current_page), (register_custom_actions):
13581
13582         Implement history dropdowns
13583
13584 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
13585
13586         * shell/ev-history.c: (ev_history_init), (ev_history_add_link):
13587         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
13588         (ev_view_go_forward):
13589         * shell/ev-window.c: (register_custom_actions):
13590
13591         Fix several history bugs
13592
13593 2005-01-11  Kjartan Maraas  <kmaraas@gnome.org>
13594
13595         * configure.ac: Add «nb» to ALL_LINGUAS.
13596
13597 2005-01-10  Marco Pesenti Gritti  <marco@gnome.org>
13598
13599         * backend/Makefile.am:
13600         * backend/ev-bookmark.c:
13601         * backend/ev-bookmark.h:
13602         * backend/ev-document-bookmarks.c:
13603         * backend/ev-document-bookmarks.h:
13604         * backend/ev-document-links.c: (ev_document_links_get_type),
13605         (ev_document_links_has_document_links),
13606         (ev_document_links_begin_read), (ev_document_links_get_link),
13607         (ev_document_links_get_child), (ev_document_links_next),
13608         (ev_document_links_free_iter):
13609         * backend/ev-document-links.h:
13610         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_title),
13611         (ev_link_set_title), (ev_link_get_uri), (ev_link_set_uri),
13612         (ev_link_get_link_type), (ev_link_set_link_type),
13613         (ev_link_get_page), (ev_link_set_page), (ev_link_get_property),
13614         (ev_link_set_property), (ev_window_dispose), (ev_link_init),
13615         (ev_link_class_init), (ev_link_new_title), (ev_link_new_page),
13616         (ev_link_new_external):
13617         * backend/ev-link.h:
13618         * pdf/xpdf/pdf-document.cc:
13619         * shell/Makefile.am:
13620         * shell/ev-application.c: (ev_application_open_link):
13621         * shell/ev-application.h:
13622         * shell/ev-history.c: (ev_history_add_link), (ev_history_add_page),
13623         (ev_history_get_link_nth):
13624         * shell/ev-history.h:
13625         * shell/ev-sidebar-bookmarks.c:
13626         * shell/ev-sidebar-bookmarks.h:
13627         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
13628         (ev_sidebar_links_class_init), (selection_changed_cb),
13629         (ev_sidebar_links_construct), (ev_sidebar_links_init),
13630         (links_page_num_func), (ev_sidebar_links_new), (stack_data_free),
13631         (do_one_iteration), (populate_links_idle),
13632         (ev_sidebar_links_clear_document), (ev_sidebar_links_set_document):
13633         * shell/ev-sidebar-links.h:
13634         * shell/ev-sidebar.c: (ev_sidebar_set_document):
13635         * shell/ev-view.c: (go_to_link), (ev_view_go_to_link),
13636         (go_to_index):
13637         * shell/ev-view.h:
13638         * shell/ev-window.c: (ev_window_open_link), (ev_window_init):
13639         * shell/ev-window.h:
13640
13641         Rename bookmark to link, and use "Index" for the sidebar panel.
13642
13643 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
13644
13645         * shell/Makefile.am:
13646         * shell/ev-application.c: (ev_application_open_bookmark):
13647         * shell/ev-application.h:
13648         * shell/ev-history.c: (ev_history_init), (free_links_list),
13649         (ev_history_finalize), (ev_history_class_init),
13650         (ev_history_add_link), (ev_history_add_page),
13651         (ev_history_get_link_nth), (ev_history_get_n_links),
13652         (ev_history_get_current_index), (ev_history_set_current_index),
13653         (ev_history_new):
13654         * shell/ev-history.h:
13655         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
13656         * shell/ev-view.c: (ev_view_finalize), (ev_view_set_document),
13657         (set_document_page), (go_to_bookmark), (ev_view_go_to_bookmark),
13658         (go_to_index), (ev_view_go_back), (ev_view_go_forward),
13659         (ev_view_set_page):
13660         * shell/ev-view.h:
13661         * shell/ev-window.c: (ev_window_open_bookmark),
13662         (ev_window_cmd_go_back), (ev_window_cmd_go_forward),
13663         (goto_page_cb), (register_custom_actions):
13664         * shell/ev-window.h:
13665
13666         Initial history implementation. Needs work.
13667
13668 2005-01-09  Martin Kretzschmar  <martink@gnome.org>
13669
13670         * pdf/xpdf/GDKSplashOutputDev.cc (redraw): fix pixbuf data offset.
13671
13672 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
13673
13674         * cut-n-paste/recent-files/egg-recent-item.c:
13675         * cut-n-paste/recent-files/egg-recent-item.h:
13676         * cut-n-paste/recent-files/egg-recent-model.c:
13677         * cut-n-paste/recent-files/egg-recent-util.c:
13678         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
13679         * cut-n-paste/recent-files/egg-recent-view.c:
13680
13681         Update
13682
13683 2005-01-08  Martin Kretzschmar  <martink@gnome.org>
13684
13685         * pdf/splash/Splash.cc (clear, drawPixel, drawSpan, xorSpan, getPixel)
13686         (fillGlyph, fillImageMask, drawImage):
13687         pdf/splash/SplashBitmap.cc (SplashBitmap, ~SplashBitmap, writePNMFile):
13688         pdf/splash/SplashTypes.h:
13689         pdf/xpdf/SplashOutputDev (startPage, getColor, imageSrc): implement RGB8
13690         packed mode for Splash.
13691
13692         * pdf/xpdf/GDKSplashOutputDev.cc (GDKSplashOutputDev, redraw): use
13693         RGB8 packed mode, eliminates the pixbuf data creation loop.
13694
13695         * shell/ev-print-job.c (ev_print_job_finalize)
13696         (ev_print_job_set_property, ev_print_job_get_property)
13697         (ev_print_job_set_gnome_print_job, ev_print_job_set_document)
13698         (ev_print_job_use_print_dialog_settings, idle_print_handler)
13699         (print_closure_finalize, ev_print_job_print): implement
13700         printing (for backends with EvPsExporter)
13701
13702         * shell/ev_print_job.h: update prototypes.
13703
13704         * shell/ev-window.c (ev_window_print): unref print job after
13705         printing.
13706
13707         * shell/ev-view.c (ev_view_set_document): don't connect to "found"
13708         unless the document implements the EvDocumentFind interface.
13709
13710 2005-01-08  Satoru SATOH <ss@gnome.gr.jp>
13711
13712         * configure.ac: Added ja to ALL_LINGUAS.
13713
13714 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
13715
13716         * pdf/xpdf/pdf-document.cc:
13717
13718         add a FIXME. We should probably not allocate
13719         a bookmark object every time
13720
13721 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
13722
13723         * shell/ev-application.c: (ev_application_open),
13724         (ev_application_open_bookmark):
13725         * shell/ev-application.h:
13726         
13727         Add a way to open bookmarks
13728
13729         * backend/ev-bookmark.c: (ev_bookmark_get_uri),
13730         (ev_bookmark_set_uri), (ev_bookmark_get_property),
13731         (ev_bookmark_set_property), (ev_bookmark_class_init),
13732         (ev_bookmark_new_title), (ev_bookmark_new_link),
13733         (ev_bookmark_new_external):
13734
13735         Support for external uris, better constructors.
13736
13737         * backend/ev-bookmark.h:
13738         * pdf/xpdf/pdf-document.cc:
13739         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
13740
13741         Handle external uris
13742
13743 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
13744
13745         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb),
13746         (ev_sidebar_bookmarks_construct), (do_one_iteration):
13747
13748         Hook up bookmarks navigation
13749
13750 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
13751
13752         * backend/Makefile.am:
13753         * backend/ev-bookmark.c: (ev_bookmark_type_get_type),
13754         (ev_bookmark_get_title), (ev_bookmark_set_title),
13755         (ev_bookmark_get_bookmark_type), (ev_bookmark_set_bookmark_type),
13756         (ev_bookmark_get_page), (ev_bookmark_set_page),
13757         (ev_bookmark_get_property), (ev_bookmark_set_property),
13758         (ev_window_dispose), (ev_bookmark_init), (ev_bookmark_class_init),
13759         (ev_bookmark_new):
13760         * backend/ev-bookmark.h:
13761         * backend/ev-document-bookmarks.c:
13762         (ev_document_bookmarks_get_bookmark):
13763         * backend/ev-document-bookmarks.h:
13764         * pdf/xpdf/pdf-document.cc:
13765         * shell/ev-sidebar-bookmarks.c: (do_one_iteration):
13766
13767         Add a bookmark object to the backend and use it instead of get_values
13768
13769 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
13770
13771         * data/evince-ui.xml:
13772
13773         Cleanup and add select all.
13774
13775         * shell/ev-view.c: (ev_view_select_all),
13776         (ev_view_button_press_event):
13777         * shell/ev-view.h:
13778         * shell/ev-window.c: (ev_window_cmd_edit_select_all):
13779
13780         Add select all.
13781         Clear selection on click.
13782
13783 Fri Jan  7 01:28:58 2005  Jonathan Blandford  <jrb@redhat.com>
13784
13785         * shell/ev-sidebar-thumbnails.c
13786         (ev_sidebar_thumbnails_set_document): forgot to unref the
13787         loading_icon.
13788
13789 Fri Jan  7 01:22:48 2005  Jonathan Blandford  <jrb@redhat.com>
13790
13791         * shell/ev-sidebar-thumbnails.c: fill in the thumbnails starting
13792         at the visible page, not just linearly.  This makes it look fast.
13793
13794 Thu Jan  6 18:48:11 2005  Jonathan Blandford  <jrb@redhat.com>
13795
13796         * backend/ev-document-misc.c
13797         (ev_document_misc_get_thumbnail_frame): fill in the thumbnail with
13798         white.
13799         * backend/ev-document-thumbnails.h: New interface to get the size
13800         of a page.
13801
13802 2005-01-06  Jeremy Katz  <katzj@redhat.com>
13803
13804         * shell/Makefile.am (evince_SOURCES): Add ev-utils.[ch] so that
13805         make dist works
13806
13807 Wed Jan  5 15:38:28 2005  Jonathan Blandford  <jrb@redhat.com>
13808
13809         * pdf/xpdf/pdf-document.cc (bitmap_to_pixbuf): bypass
13810         GDKSplashOutputDev and just use a normal SplashOutputDev.  Speeds
13811         things up a bit.
13812
13813         * shell/ev-sidebar-thumbnail.c: start of some profiling code.
13814
13815 2005-01-05  Martin Kretzschmar  <martink@gnome.org>
13816
13817         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): match only outline
13818         fonts. Should fix font problems on systems that have the base
13819         fonts in bitmap format. Reported by James Henstridge
13820         <james@jamesh.id.au>.
13821
13822 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
13823
13824         * pdf/xpdf/Gfx.cc:
13825         * pdf/xpdf/GfxState.cc:
13826
13827         Fix for CAN-2004-1125
13828
13829 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
13830
13831         * shell/ev-view.c: (ev_view_copy):
13832         * shell/ev-view.h:
13833         * shell/ev-window.c: (ev_window_cmd_edit_copy):
13834
13835         Implement Edit->Copy
13836
13837 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
13838
13839         * backend/ev-document.c: (ev_document_get_text):
13840         * backend/ev-document.h:
13841         * pdf/xpdf/pdf-document.cc:
13842         * shell/ev-view.c: (ev_view_realize), (expose_bin_window),
13843         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
13844         (ev_view_update_primary_selection), (ev_view_button_press_event),
13845         (ev_view_motion_notify_event), (ev_view_button_release_event):
13846
13847         Beginnings of clipboard support. Incomplete but primary sort
13848         of work.
13849
13850 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
13851
13852         * shell/ev-view.c: (ev_gdk_color_to_rgb), (draw_rubberband),
13853         (expose_bin_window):
13854
13855         Nicer rubberband drawing, from GtkIconView.
13856
13857 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
13858
13859         * backend/ev-document.c: (ev_document_save):
13860         * backend/ev-document.h:
13861         * data/evince-ui.xml:
13862         * pdf/xpdf/pdf-document.cc:
13863         * shell/ev-window.c: (save_error_dialog), (ev_window_cmd_save_as):
13864
13865         Implement "Save a copy..." menu item
13866
13867 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
13868
13869         * shell/ev-view.c: (ev_view_zoom):
13870
13871         Queue a resize when zoom changes
13872
13873 Wed Jan  5 02:33:06 2005  Jonathan Blandford  <jrb@redhat.com>
13874
13875         * backend/ev-document-misc.[ch]: New misc file to do simple drop
13876         shadows.
13877
13878         * pdf/xpdf/pdf-document.cc: use the drop shadows in both types of
13879         thumbnails..
13880
13881 Tue Jan  4 22:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
13882
13883         * pdf/xpdf/pdf-document.cc
13884         (pdf_document_thumbnails_get_page_pixbuf): poor man's dropshadow.
13885
13886 Tue Jan  4 21:25:05 2005  Jonathan Blandford  <jrb@redhat.com>
13887
13888         * pdf/xpdf/pdf-document.cc: Do real thumbnailing of PDF files.
13889         It's slow, but I'll speed it up next!
13890
13891 2005-01-04  Jeff Muizelaar  <jrmuizel@nit.ca>
13892
13893         * shell/main.c (load_files):
13894
13895         use gnome_vfs_make_uri_from_shell_arg so that relative paths work
13896         from the command line and because it seems more appropriate.
13897
13898 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
13899
13900         * data/evince-ui.xml:
13901         * shell/ev-window.c: (update_action_sensitivity),
13902         (ev_window_cmd_go_page_up), (ev_window_cmd_go_page_down):
13903
13904         s/next page/page down
13905         s/previous page/page up
13906
13907 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
13908
13909         * data/evince-ui.xml:
13910
13911         Change the layout to match clarkbw design.
13912
13913         * shell/Makefile.am:
13914         * shell/ev-navigation-action.c: (build_menu), (menu_activated_cb),
13915         (set_tooltip_cb), (connect_proxy), (ev_navigation_action_init),
13916         (ev_navigation_action_finalize),
13917         (ev_navigation_action_set_property),
13918         (ev_navigation_action_get_property),
13919         (ev_navigation_action_class_init):
13920         * shell/ev-navigation-action.h:
13921
13922         Implement clarkbw toolbar navigation controls (incomplete)
13923
13924         * shell/ev-page-action.c: (update_label), (update_spin),
13925         (value_changed_cb), (create_tool_item), (connect_proxy),
13926         (ev_page_action_init), (ev_page_action_finalize),
13927         (ev_page_action_set_property), (ev_page_action_get_property),
13928         (ev_page_action_set_current_page),
13929         (ev_page_action_set_total_pages), (ev_page_action_class_init):
13930         * shell/ev-page-action.h:
13931
13932         Implement a page switcher in the toolbar
13933
13934         * shell/ev-view.c: (ev_view_scroll_view):
13935         * shell/ev-window.c: (update_total_pages), (ev_window_open),
13936         (update_current_page), (view_page_changed_cb), (goto_page_cb),
13937         (register_custom_actions), (ev_window_init):
13938
13939         Change page on PageUp/Down.
13940
13941 Tue Jan  4 03:22:56 2005  Jonathan Blandford  <jrb@redhat.com>
13942
13943         * pdf/xpdf/pdf-document.cc
13944         (pdf_document_thumbnails_get_thumbnail): initial stab at
13945         implementing thumbnail support for pdfs.  It only does documents
13946         with precached pdfs now.
13947
13948 Mon Jan  3 17:22:25 2005  Jonathan Blandford  <jrb@redhat.com>
13949
13950         * shell/ev-sidebar-thumbnails.c (do_one_iteration): move the
13951         thumbnail code into a time-based idle as well.  Also, turn off the
13952         shadow temporarily as it's really slow.
13953
13954 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
13955
13956         * backend/ev-document.c: (ev_document_class_init):
13957         * pdf/xpdf/pdf-document.cc:
13958         * shell/ev-window.c: (ev_window_open):
13959
13960         Fix document title bugs and fallback to
13961         filename when not available.
13962
13963 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
13964
13965         * backend/ev-document.c: (ev_document_get_type),
13966         (ev_document_class_init), (ev_document_load),
13967         (ev_document_get_title):
13968         * backend/ev-document.h:
13969         * pdf/xpdf/pdf-document.cc:
13970         * ps/ps-document.c: (ps_document_set_property),
13971         (ps_document_get_property), (ps_document_class_init),
13972         (document_load):
13973         * ps/ps-document.h:
13974         * ps/ps.h:
13975         * shell/ev-window.c: (update_window_title), (ev_window_open),
13976         (ev_window_init):
13977
13978         Initial support for document title. Not working yet.
13979
13980 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
13981
13982         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event):
13983
13984         Grab focus on the view when clicking it
13985
13986 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
13987
13988         * shell/ev-marshal.list:
13989         * shell/ev-view.c: (ev_view_realize), (add_scroll_binding),
13990         (ev_view_scroll_view), (ev_view_class_init), (ev_view_init):
13991
13992         Add key bindings to the view. Now if the focus would work
13993         right...
13994
13995 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
13996
13997         * Makefile.am:
13998         * backend/Makefile.am:
13999         * data/Makefile.am:
14000         * dvi/Makefile.am:
14001         * dvi/dvilib/Makefile.am:
14002         * pdf/xpdf/Makefile.am:
14003         * po/POTFILES.in:
14004         * ps/Makefile.am:
14005
14006         Fix distcheck
14007
14008 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14009
14010         * shell/ev-view.c: (ev_view_realize):
14011
14012         Fix mouse wheel scrolling
14013
14014 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14015
14016         * ps/Makefile.am:
14017         * ps/gstypes.h:
14018         * ps/gtkgs.c:
14019         * ps/gtkgs.h:
14020         * ps/ps-document.c: (catchPipe), (ps_document_init),
14021         (ps_document_class_init), (ps_document_cleanup),
14022         (ps_document_finalize), (send_ps), (ps_document_get_orientation),
14023         (set_up_page), (close_pipe), (is_interpreter_ready),
14024         (interpreter_failed), (output), (input), (start_interpreter),
14025         (stop_interpreter), (file_length), (file_readable),
14026         (check_filecompressed), (check_pdf), (compute_xdpi),
14027         (compute_ydpi), (compute_size), (ps_document_enable_interpreter),
14028         (ps_document_get_type), (ps_document_emit_error_msg),
14029         (document_load), (ps_document_next_page),
14030         (ps_document_get_current_page), (ps_document_get_page_count),
14031         (ps_document_goto_page), (ps_document_set_page_size),
14032         (ps_document_zoom_to_fit), (ps_document_set_zoom),
14033         (ps_document_load), (ps_document_get_n_pages),
14034         (ps_document_set_page), (ps_document_get_page),
14035         (ps_document_widget_event), (ps_document_set_target),
14036         (ps_document_set_scale), (ps_document_set_page_offset),
14037         (ps_document_get_page_size), (ps_document_render),
14038         (ps_document_document_iface_init):
14039         * ps/ps-document.h:
14040         * ps/ps.c:
14041         * shell/ev-window.c: (ev_window_open):
14042
14043         Rename GtkGS to PSDocument
14044
14045 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14046
14047         * ps/gtkgs.c: (gtk_gs_class_init):
14048         * ps/gtkgs.h:
14049
14050         Some more leftover...
14051
14052 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14053
14054         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_get_orientation),
14055         (output), (stop_interpreter), (gtk_gs_emit_error_msg),
14056         (gtk_gs_zoom_to_fit), (gtk_gs_set_zoom):
14057         * ps/gtkgs.h:
14058
14059         Remove unused code and make a lot of stuff private
14060
14061 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14062
14063         * ps/gsdefaults.c: (gtk_gs_defaults_gconf_client),
14064         (gtk_gs_defaults_changed):
14065         * ps/gsdefaults.h:
14066         * ps/gtkgs.c:
14067         * ps/gtkgs.h:
14068         * ps/ps.h:
14069
14070         Cleanup headers dependencies
14071
14072 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14073
14074         * ps/Makefile.am:
14075         * ps/ggvutils.c:
14076         * ps/ggvutils.h:
14077         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
14078         * ps/gsdefaults.h:
14079         * ps/gtkgs.c: (file_length), (file_readable),
14080         (check_filecompressed), (check_pdf), (gtk_gs_load),
14081         (gtk_gs_get_postscript):
14082
14083         Get rid of ggvutils
14084
14085 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
14086
14087         * ps/ggvutils.c:
14088         * ps/ggvutils.h:
14089         * ps/gsio.h:
14090         * ps/gtkgs.c: (gtk_gs_set_zoom):
14091
14092         Cleanups
14093
14094 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
14095
14096         * ps/gtkgs.c: (gtk_gs_set_zoom), (gtk_gs_set_zoom_mode):
14097
14098         Ensure the page is rerendered when changing zoom
14099
14100 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
14101
14102         * backend/ev-document.c: (ev_document_base_init),
14103         (ev_document_changed):
14104         * backend/ev-document.h:
14105
14106         Add a changed event that is emitted when the page content
14107         changes. This is necessary to deal with the fact that
14108         in ps backend rendering happen asycrounously.
14109         This makes the ps backend mostly work.
14110
14111         * pdf/xpdf/pdf-document.cc:
14112
14113         Emit changed event
14114
14115         * ps/gtkgs.c: (set_up_page), (gtk_gs_widget_event),
14116         (ps_document_set_target):
14117
14118         Emit changed event
14119
14120         * shell/ev-view.c: (document_changed_callback),
14121         (ev_view_set_document), (ev_view_set_page):
14122
14123         Redraw on the changed signal
14124
14125 2004-12-25  Raphael Higino  <raphaelh@cvs.gnome.org>
14126
14127         * configure.ac: Added pt_BR to ALL_LINGUAS.
14128
14129 Fri Dec 24 00:48:44 2004  Jonathan Blandford  <jrb@redhat.com>
14130
14131         * backend/ev-document-bookmarks.c:
14132         (ev_document_bookmarks_get_child): *
14133         backend/ev-document-bookmarks.h: * pdf/xpdf/Makefile.am: *
14134         pdf/xpdf/pdf-document.cc: * pdf/xpdf/pdf-document.h: *
14135         shell/Makefile.am: * shell/ev-sidebar-bookmarks.c:
14136         (ev_sidebar_bookmarks_destroy),
14137         (ev_sidebar_bookmarks_class_init),
14138         (ev_sidebar_bookmarks_construct), (stack_data_free),
14139         (do_one_iteration), (populate_bookmarks_idle),
14140         (ev_sidebar_bookmarks_clear_document),
14141         (ev_sidebar_bookmarks_set_document): *
14142         shell/ev-sidebar-bookmarks.h: * shell/ev-sidebar.c:
14143         (ev_sidebar_add_page),
14144         (ev_sidebar_set_document): * shell/ev-window.c: (ev_window_open):
14145         Initial stab at a bookmarks sidebar.  It doesn't navigate yet, but
14146         it displays both the topics and the page numbers.
14147
14148 2004-12-23  Kristian Høgsberg  <krh@redhat.com>
14149
14150         * shell/ev-window.c (ev_window_view_sidebar_cb): Hook up sidebar
14151         toggle.
14152         * shell/ev-window.c (toggle_entries): Set sidebar default value to
14153         visible.
14154
14155 2004-12-23  Adam Weinberger  <adamw@gnome.org>
14156
14157         * configure.ac: Added en_CA to ALL_LINGUAS.
14158
14159 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
14160
14161         * ChangeLog: replace bottom of this ChangeLog (merged history of
14162         ggv and gpdf; where all paths were wrong and most of the files are
14163         not even in this tree) with ChangeLog (from arch) of the shell
14164         code.
14165
14166 2004-12-23  Havoc Pennington  <hp@redhat.com>
14167
14168         * shell/ev-window.c: hook up potentially-questionable "find
14169         results status text" feature - something involving the sidebar or
14170         scrollbar or a continuous all-pages-on-giant-roll-of-paper-view
14171         might be better in the end.
14172
14173         * shell/ev-view.c (ev_view_get_find_status_message): new function, 
14174         with corresponding signal when it should be updated
14175
14176         * shell/eggfindbar.c (egg_find_bar_set_status_text): new function
14177
14178 2004-12-22  Havoc Pennington  <hp@redhat.com>
14179
14180         * pdf/xpdf/pdf-document.cc (pdf_document_find_begin): make search
14181         find stuff on other pages, sort of (only returns one result on
14182         invisible pages, to show they have results; updates full results
14183         for a page when you view it). Currently repaints the current page
14184         every time a new result is found on any page, which isn't so nice.
14185
14186 2004-12-22  Havoc Pennington  <hp@redhat.com>
14187
14188         * shell/ev-window.c (ev_window_cmd_edit_find): display an error if
14189         the document doesn't support find (better ideas?)
14190         (find_bar_search_changed_cb): handle missing document or document
14191         that doesn't support find
14192
14193         * pdf/xpdf/pdf-document.cc: port to implement the new
14194         EvDocumentFindIface
14195
14196         * backend/ev-document-find.c: create a new interface for searching
14197
14198         * backend/ev-document.h, backend/ev-document.c: delete the find stuff
14199
14200 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
14201
14202         * pdf/xpdf/Makefile.am (libpdfdocument_la_LIBADD): add
14203         libevbackend.la.
14204
14205         * shell/ev-window.c (ev_window_print): add GnomePrintJob to
14206         EvPrintJob constructor arguments.
14207
14208         * backend/ev-ps-exporter.c, backend/ev-ps-exporter.h: interface
14209         for documents that can export PostScript (page by page).
14210
14211         * backend/Makefile.am (libevbackend_la_SOURCES): add them.
14212         
14213         * pdf/xpdf/pdf-document.cc (pdf_document_ps_export_begin)
14214         (pdf_document_ps_export_do_page, pdf_document_ps_export_end)
14215         (pdf_document_ps_exporter_iface_init:
14216         Implement EvPSExporter.
14217
14218         * pdf/xpdf/Makefile.am (libxpdf_la_SOURCES): build PSOutputDev.
14219
14220 2004-12-22  Anders Carlsson  <andersca@gnome.org>
14221
14222         * backend/Makefile.am:
14223         * backend/ev-document-thumbnails.c:
14224         (ev_document_thumbnails_get_type),
14225         (ev_document_thumbnails_get_thumbnail):
14226         * backend/ev-document-thumbnails.h:
14227         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
14228         (pixbuf_document_thumbnails_get_thumbnail),
14229         (pixbuf_document_document_thumbnails_iface_init):
14230         * shell/Makefile.am:
14231         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_destroy),
14232         (ev_sidebar_thumbnails_class_init), (ev_sidebar_thumbnails_init),
14233         (populate_thumbnails), (ev_sidebar_thumbnails_set_document):
14234         * shell/ev-sidebar-thumbnails.h:
14235         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
14236         (ev_sidebar_set_document):
14237         * shell/ev-utils.c: (gaussian), (create_blur_filter),
14238         (create_shadow), (ev_pixbuf_add_shadow):
14239         * shell/ev-utils.h:
14240         Add thumbnail support.
14241         
14242 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
14243
14244         * shell/ev-window.c (ev_window_cmd_file_print, ev_window_print)
14245         (using_postscript_printer): Set up a print dialog for "PostScript
14246         injection" method.
14247
14248         * shell/ev-print-job.h, shell/ev-print-job.c: stub classes for
14249         EvPrintJob.
14250
14251         * shell/Makefile.am (evince_SOURCES): add ev-print-job.[ch]
14252
14253 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
14254
14255         * ps/gtkgs.c: (gtk_gs_init), (set_up_page),
14256         (ps_document_set_target), (ps_document_get_page_size),
14257         (ps_document_render):
14258         * ps/gtkgs.h:
14259
14260         Fix a few bugs
14261
14262 2004-12-22  Christian Rose  <menthos@menthos.com>
14263
14264         * configure.ac: Added "sv" to ALL_LINGUAS.
14265
14266 Wed Dec 22 14:47:38 2004  Jonathan Blandford  <jrb@redhat.com>
14267
14268         * backend/ev-document-bookmarks.[ch]: new interface to indicate
14269         document supports bookmarks.
14270
14271 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
14272
14273         * ps/ggvutils.c: (ggv_file_readable):
14274         * ps/ggvutils.h:
14275         * ps/gtkgs.c: (check_filecompressed), (check_pdf),
14276         (gtk_gs_get_postscript):
14277
14278         Remove unused utils
14279
14280 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
14281
14282         * ps/gtkgs.c: (gtk_gs_init), (gtk_gs_class_init), (gtk_gs_cleanup),
14283         (gtk_gs_finalize), (gtk_gs_set_center), (set_up_page), (output),
14284         (start_interpreter), (compute_size), (gtk_gs_enable_interpreter),
14285         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_reload),
14286         (gtk_gs_emit_error_msg), (gtk_gs_disable_interpreter),
14287         (gtk_gs_load), (gtk_gs_goto_page), (gtk_gs_set_page_size),
14288         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
14289         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
14290         (gtk_gs_set_antialiasing), (ps_document_load),
14291         (ps_document_render):
14292         * ps/gtkgs.h:
14293
14294         Another check point for the ps backend. Now I can get it to show
14295         pages!
14296
14297 Wed Dec 22 13:41:01 2004  Jonathan Blandford  <jrb@redhat.com>
14298
14299         * shell/ev-sidebar.c (ev_sidebar_set_document): initial sidebar
14300         document setting code.
14301
14302 2004-12-22  Anders Carlsson  <andersca@gnome.org>
14303
14304         * shell/eggfindbar.c: (entry_activate_callback):
14305         Animate the next button when activate is pressed.
14306         
14307 2004-12-22  Anders Carlsson  <andersca@gnome.org>
14308
14309         * shell/ev-window.c: (ev_window_cmd_edit_find),
14310         (update_fullscreen_popup), (ev_window_fullscreen),
14311         (ev_window_unfullscreen), (ev_window_state_event_cb),
14312         (ev_window_focus_out_cb), (find_bar_close_cb), (ev_window_init):
14313         Fix bugs in fullscreen code.
14314         
14315 2004-12-22  Anders Carlsson  <andersca@gnome.org>
14316
14317         * Makefile.am:
14318         * configure.ac:
14319         * pixbuf/Makefile.am:
14320         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
14321         (pixbuf_document_load), (pixbuf_document_get_n_pages),
14322         (pixbuf_document_set_page), (pixbuf_document_get_page),
14323         (pixbuf_document_set_target), (pixbuf_document_set_scale),
14324         (pixbuf_document_set_page_offset), (pixbuf_document_get_page_size),
14325         (pixbuf_document_render), (pixbuf_document_begin_find),
14326         (pixbuf_document_end_find), (pixbuf_document_finalize),
14327         (pixbuf_document_class_init),
14328         (pixbuf_document_document_iface_init), (pixbuf_document_init):
14329         * pixbuf/pixbuf-document.h:
14330         * shell/Makefile.am:
14331         * shell/ev-application.c: (ev_application_open):
14332         * shell/ev-window.c: (mime_type_supported_by_gdk_pixbuf),
14333         (ev_window_open):
14334         Add pixbuf backend.
14335         
14336 Tue Dec 21 21:45:43 2004  Soeren Sandmann  <sandmann@redhat.com>
14337
14338         * Makefile.am: 
14339         * dvi/dvilib/Makefile.am:
14340         * dvi/Makefile.am:
14341         * configure.ac: Auto*ify dvi and dvi/dvilib
14342
14343         * dvi/Makefile: Remove from CVS
14344         
14345         * dvi/dvilib/dl-pkfont.cc (unpack_bitmap): Fix uchar/uint
14346         confusion.
14347
14348         * dvi/dvilib/dl-fontdefinition.{cc,hh}: New DviFontMap class
14349         
14350         * dvi/dvilib/dl-vffont.{cc,hh}: Many bugfixes to VF code.
14351         
14352 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
14353
14354         * ps/Makefile.am:
14355         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_finalize),
14356         (gtk_gs_value_adjustment_changed), (compute_size),
14357         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_new_from_file),
14358         (gtk_gs_center_page), (gtk_gs_load), (gtk_gs_set_page_size),
14359         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
14360         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
14361         (gtk_gs_start_scroll), (gtk_gs_get_postscript),
14362         (gtk_gs_set_adjustments), (gtk_gs_set_available_size),
14363         (ps_document_load), (ps_document_get_n_pages),
14364         (ps_document_set_page), (ps_document_get_page),
14365         (ps_document_set_target), (ps_document_set_scale),
14366         (ps_document_set_page_offset), (ps_document_get_page_size),
14367         (ps_document_render), (ps_document_begin_find),
14368         (ps_document_end_find), (ps_document_document_iface_init):
14369         * ps/gtkgs.h:
14370         * shell/Makefile.am:
14371         * shell/ev-window.c: (ev_window_open):
14372
14373         Some work to integrate gtkgs with EvDocument
14374
14375 2004-12-22  Anders Carlsson  <andersca@gnome.org>
14376
14377         * shell/ev-window.c: (update_fullscreen_popup),
14378         (screen_size_changed_cb), (destroy_exit_fullscreen_popup),
14379         (exit_fullscreen_button_clicked_cb),
14380         (fullscreen_popup_size_request_cb), (ev_window_fullscreen),
14381         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
14382         (ev_window_state_event_cb), (ev_window_init):
14383         Add fullscreen support from Epiphany.
14384         
14385 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
14386
14387         * data/ev-stock-zoom-fit-width.png: fit-width
14388         stock icon from gpdf.
14389         
14390         * shell/ev-stock-icons.[ch]: copied from gpdf.
14391         
14392         * shell/main.c: (main): init stock icons.
14393         
14394         * shell/ev-window.c: use the fit-width icon.
14395         
14396         * data/evince-ui.xml: add zooming toolbar items.
14397
14398 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
14399
14400         * shell/ev-view.c: 
14401         (ev_view_best_fit), (ev_view_fit_width): because
14402         get_page_size() returns the scaled page size, we
14403         need to calculate the scale factor relative to
14404         the previous scale factor. Should really just
14405         add get_real_page_size().
14406
14407 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
14408
14409         * shell/ev-view.[ch]:
14410         (ev_view_zoom), (ev_view_zoom_in), (ev_view_zoom_out),
14411         (ev_view_normal_size), (ev_view_best_fit), (ev_view_fit_width):
14412         add zooming.
14413         
14414         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
14415         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_normal_size),
14416         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width):
14417         hook it up.
14418         
14419         * pdf/xpdf/pdf-document.cc:
14420         (pdf_document_begin_find),
14421         (pdf_document_end_find): make static.
14422
14423 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
14424
14425         * pdf/xpdf/GlobalParams.h (setupBaseFontsFc): add prototype.
14426
14427         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): maps base font
14428         names to fontconfig patterns.
14429         (setupBaseFontsFc): setupBaseFonts reimplemented using fontconfig.
14430
14431         * pdf/xpdf/pdf-document.cc (pdf_document_load): use
14432         setupBaseFontsFc.
14433
14434 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
14435
14436         * Makefile.am:
14437         * configure.ac:
14438         * ps/Makefile.am:
14439         * ps/ggvutils.c:
14440         * ps/ggvutils.h:
14441         * ps/gsdefaults.c:
14442         * ps/gsdefaults.h:
14443         * ps/gsio.c:
14444         * ps/gsio.h:
14445         * ps/gtkgs.c:
14446         * ps/gtkgs.h:
14447         * ps/ps.c:
14448         * ps/ps.h:
14449
14450         Import ggv backend. Not hooked up yet.
14451
14452 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
14453
14454         * shell/main.c: (load_files), (main): load files
14455         from the command line.
14456
14457 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
14458
14459         * configure.ac: don't require bonobo.
14460         
14461         * cut-n-paste/recent-files/*: kill bonobo recent
14462         view.
14463
14464         * shell/ev-window.c:
14465         (ev_window_is_empty): upd.
14466         (unable_to_load), (ev_window_open): load backend
14467         based on the mime type.
14468
14469 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
14470
14471         * backend/.cvsignore: ignore generated marshalers source.
14472
14473         * shell/main.c (main): this is not epiphany.
14474
14475 2004-12-22  Havoc Pennington  <hp@redhat.com>
14476
14477         * shell/ev-view.c (ev_view_set_document): connect to "found" signal
14478         (expose_bin_window): draw find highlights
14479
14480         * shell/ev-window.c (find_bar_search_changed_cb): implement 
14481         
14482         * pdf/xpdf/pdf-document.cc (pdf_document_begin_find) 
14483         (pdf_document_end_find): implement this interface
14484
14485         * backend/ev-document.c (ev_document_found): add this to emit
14486         signal
14487
14488 Tue Dec 21 23:57:37 2004  Owen Taylor  <otaylor@redhat.com>
14489
14490         * data/evince-ui.xml: Add a few more toolbar items.
14491
14492         * shell/ev-window.c: Hook up page navigation toolbar 
14493         items.
14494
14495         * shell/ev-view.[ch]: add ev_view_set/get_page and 
14496         a page-changed signal.
14497
14498         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc::
14499         Add ev_document_get_page().
14500
14501         * shell/ev-window.c: Sensitize/desensitize navigation
14502         actions.
14503
14504 2004-12-21  Havoc Pennington  <hp@redhat.com>
14505
14506         * backend/ev-backend-marshal.c,
14507         backend/ev-backend-marshalers.list, backend/Makefile.am: add
14508         marshaler-generator thingy. I'm sure there's a better way to do
14509         this in the modern world.
14510
14511         * backend/ev-document.h (struct _EvDocumentIface): add begin_find,
14512         end_find methods and "found" signal.
14513
14514         * configure.ac: find glib-genmarshal
14515
14516 Tue Dec 21 23:20:35 2004  Jonathan Blandford  <jrb@redhat.com>
14517
14518         * shell/ev-sidebar.c: Construct an actual sidebar.
14519         * shell/ev-sidebar-bookmarks.[ch]:
14520         * shell/ev-sidebar-thumbnails.[ch]: Stub out sidebars.
14521
14522 Tue Dec 21 23:05:51 2004  Owen Taylor  <otaylor@redhat.com>
14523
14524         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc:
14525         Redo size handling.
14526         
14527         * shell/ev-view.c: Track the size from the document.
14528
14529 Tue Dec 21 22:17:04 2004  Owen Taylor  <otaylor@redhat.com>
14530
14531         * pdf/xpdf/pdf-document.cc (pdf_document_load): PDFDoc
14532         constructor assumes ownership of the string passed in.
14533         
14534         * shell/ev-window.c (ev_window_open): Destroy the error
14535         dialog once we've displayed it.
14536
14537 Tue Dec 21 21:58:56 2004  Owen Taylor  <otaylor@redhat.com>
14538
14539         * pdf/xpdf/pdf-document.cc shell/ev-view.c: Hook things up 
14540         a bit, it works! (sort of)
14541
14542         * pdf/xpdf/Makefile.am pdf/xpdf/pdf-document.cc:
14543         Move to .cc since we need to use C++ in the implementation.
14544
14545         * shell/dummy.cc: Add a CC file to force evince
14546         to be linked as a C++ program.
14547
14548 Tue Dec 21 21:07:55 2004  Owen Taylor  <otaylor@redhat.com>
14549
14550         * shell/ev-view.[ch]: Start of content-area widget.
14551
14552         * shell/ev-window.c: Create a EvView, update it
14553         as we change documents.
14554
14555         * shell/Makefile.am shell/ev-marshal.list: Add
14556         generated marshalers.
14557
14558 Tue Dec 21 20:28:11 2004  Jonathan Blandford  <jrb@redhat.com>
14559
14560         * Makefile.am (SUBDIRS): move shell.
14561
14562 Tue Dec 21 19:28:55 2004  Owen Taylor  <otaylor@redhat.com>
14563
14564         * pdf/{goo,fofi,splash,xpdf}/Makefile.am: Switch from
14565         .a to libtool convenience libraries.
14566
14567         * shell/ev-window.c (ev_window_open): Hard code loading
14568         a PDF document.
14569         
14570         * backend/ev-document.h: Add a boolean return to load(),
14571         fix GError * to GError **.
14572
14573         * pdf/xpdf/pdf-document.[ch] Makefile.am: Add a stub
14574         object for a PDF backend EvDocument.
14575
14576 Tue Dec 21 18:55:06 2004  Søren Sandmann  <sandmann@redhat.com>
14577
14578         * dvi/*: New directory with the beginning of a .dvi backend.
14579
14580 2004-12-21  Havoc Pennington  <hp@redhat.com>
14581
14582         * shell/eggfindbar.c (egg_find_bar_init): change buttons to
14583         previous/next instead of back/forward
14584
14585 Tue Dec 21 18:26:24 2004  Owen Taylor  <otaylor@redhat.com>
14586
14587         * backend/ev-document.[ch]: Fix a couple of problems so
14588         it compile.
14589
14590 Tue Dec 21 18:20:40 2004  Owen Taylor  <otaylor@redhat.com>
14591
14592         * viewer/* backend/* configure.ac Makefile.am: Move viewer directory 
14593         to backend/ directory, rename EvViewer to EvDocument.
14594
14595 2004-12-21  Havoc Pennington  <hp@redhat.com>
14596
14597         * shell/ev-window.c: hook up the find bar widget; now we just need
14598         a document to find things in
14599
14600         * shell/eggfindbar.c: a find bar widget
14601
14602 Tue Dec 21 17:20:16 2004  Jonathan Blandford  <jrb@redhat.com>
14603
14604         * shell/ev-sidebar.[ch]: initial sidebar boilerplate.
14605
14606 Tue Dec 21 16:30:58 2004  Owen Taylor  <otaylor@redhat.com>
14607
14608         * pdf/**: Import of xpdf code from gpdf. 
14609
14610         * pdf/xpdf/xpdfconfig.h: Move the non-config.h config.h to xpdfconfig.h
14611
14612         * pdf/splash/SplashFTFont.{cc,h} pdf/splash/SplashFTFont.h
14613         pdf/splash/SplashFTFontEngine.h pdf/splash/SplashFTFontFile.h: 
14614         Fix FreeType includes.
14615
14616         * pdf/xpdf/{Error.h GnomeVFSStream.cc ImageOutputDev.cc PDFDoc.cc\
14617         pdffonts.cc pdfimages.cc pdfinfo.cc pdftoppm.cc pdftops.cc
14618         pdftotext.cc PSOutputDev.cc PSOutputDev.h SplashOutputDev.h
14619         Stream.cc TextOutputDev.cc XPDFApp.cc xpdf.cc XPDFViewer.cc
14620         pdf/xpdf/Error.h PSOutputDev.h SplashOutputDev.h}:
14621         Include xpdfconfig.h
14622         
14623 Tue Dec 21 16:08:17 2004  Jonathan Blandford  <jrb@redhat.com>
14624
14625         * shell/ev-window.c (ev_window_dispose): dispose can be called
14626         multiple times.
14627
14628 2004-12-21  Havoc Pennington  <hp@redhat.com>
14629
14630         * shell/ev-window.c (ev_window_init): set title to Document Viewer
14631         rather than Evince
14632
14633         * data/evince-ui.xml, shell/ev-window.c: add a bunch of stub menu
14634         items; really they should be synced with the strings, etc. from
14635         current gpdf, but just getting the boring typing out of the way 
14636
14637 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
14638
14639         * po/POTFILES.in:
14640         * shell/ev-application.c: (window_destroy_cb):
14641         * shell/ev-window.c:
14642         * shell/main.c: (main):
14643
14644         Actually show the window...
14645
14646 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
14647
14648         * Makefile.am:
14649         * shell/Makefile.am:
14650         * shell/ev-application.c: (ev_application_class_init):
14651         * shell/ev-window.c: (ev_window_dispose), (ev_window_class_init):
14652
14653         Make it build again
14654
14655 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
14656
14657         Import to gnome cvs.
14658         
14659         * Remove copies of gpdf and ggv trees.
14660         * Rip out all the recursive configure code.
14661         * Remove bonobo machinery.
14662         * viewer/*: GInterfaces that backends should/can implement.
14663
14664 2004-11-09  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14665
14666         * shell/ev-window.c (ev_window_cmd_help_about): fix "documentors"
14667         typo
14668
14669 2004-10-28  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14670
14671         * shell/ev-application.c (EV_APPLICATION_GET_PRIVATE)
14672         (ev_application_finalize, ev_application_class_init)
14673         (ev_application_init): use GType instance private data for priv.
14674
14675         * shell/ev-window.c (EV_WINDOW_GET_PRIVATE)
14676         (ev_window_finalize, ev_window_class_init)
14677         (ev_window_init): ditto.
14678
14679 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14680
14681         * shell/ev-application.c (ev_application_new_window): make public
14682         (ev_application_show_initial_window): kill.
14683
14684         * shell/ev-application.h: update prototypes.
14685
14686         * shell/main.cc (main): inline ev_application_show_initial_window.
14687
14688 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14689
14690         * shell/ev-application.c (ev_application_new_window): impl.
14691         (ev_application_show_initial_window): use it.
14692         (is_window_empty, ev_application_get_empty_window): returns an
14693         existing empty window or a new one.
14694         (ev_application_open): from ev_window_cmd_file_open.
14695
14696         * shell/ev-application.h: update prototypes
14697
14698         * shell/ev-window.c (ev_window_is_empty): impl.
14699         (ev_window_open): make public.
14700         (ev_window_cmd_file_open): use ev_application_open
14701
14702         * shell/ev-window.h: update prototypes, remove unused.
14703
14704 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14705
14706         * shell/ev-window.c (ev_window_destroy, ev_window_class_init):
14707         move destroy handler out of here...
14708
14709         * shell/ev-application.c, shell/ev-application.h: ...into this new
14710         class. Also handles initial window creation.
14711
14712         * shell/main.cc (main): use EvApplication to create initial
14713         window.
14714
14715 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14716
14717         * Makefile.am (SUBDIRS): add cut-n-paste
14718
14719         * cut-n-paste/Makefile.am: add
14720
14721         * configure.ac: generate Makefiles in cut-n-paste
14722
14723 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14724
14725         * shell/ev-window.c (ev_window_dispose): new, unref the ui_manager
14726         (ev_window_class_init): install ev_window_dispose.
14727
14728 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14729
14730         * shell/ev-window.h, shell/ev-window.c: replace gchar with
14731         char (gchar looks stupid).
14732
14733 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14734
14735         * po/de.po: updated German translation.
14736
14737 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14738
14739         * configure.ac: add more pkg-config library checks for gnome-vfs,
14740         bonobo etc.
14741
14742         * gpdf/configure.in: temporarily disable libpaper
14743         checks. Otherwise I'd have to add the checks for the shell, too.
14744
14745 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14746
14747         * shell/ev-window.c (ev_window_cmd_file_open): add ps+pdf, ps, pdf
14748         and * file filters to the file choose.
14749
14750 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14751
14752         * po/de.po: Updated German translation.
14753
14754 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14755
14756         * shell/ev-window.c: use "S" as mnemonic for Statusbar.
14757
14758 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14759
14760         * data/evince-ui.xml: add View->Toolbar and View->Statusbar.
14761
14762         * shell/ev-window.c (menu_item_select_cb, menu_item_select_cb)
14763         (ev_window_init): implement those menuitems.
14764
14765 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14766
14767         * data/evince-ui.xml: add a toolbar (with FileOpen action)
14768
14769         * shell/ev-window.c (ev_window_init): use the toolbar.
14770
14771 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14772
14773         * shell/ev-window.c (ev_window_init): use menu translations
14774
14775 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14776
14777         * configure.ac: add "de" to ALL_LINGUAS.
14778
14779         * po/de.po: add German translation.
14780
14781 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14782
14783         * Makefile.am (SUBDIRS): add po
14784
14785         * configure.ac: check intltool, glib-gettext etc, generate
14786         po/Makefile.in
14787
14788         * po, po/POTFILES.in, po/POTFILES.skip: new.
14789
14790 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14791
14792         * shell/Makefile.am (INCLUDES): define GNOMELOCALEDIR which we
14793         already use (#ifdef ENABLE_NLS)
14794
14795         * shell/ev-window.c (ev_window_cmd_help_about): fix two star
14796         pointer indirection thinko.
14797
14798         * shell/main.c: include gi18n.h for bindtextdomain etc.
14799
14800 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14801
14802         * shell/ev-window.c (menu_item_select_cb, menu_item_deselect_cb)
14803         (connect_proxy_cb, disconnect_proxy_cb, ev_window_init): show
14804         tooltips for menu items in the statusbar.
14805
14806 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14807
14808         * configure.ac, data/Makefile.am, shell/Makefile.am: use
14809         pkgdatadir drop UIDIR
14810
14811 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14812
14813         * data/evince-ui.xml: Add File->Open menu item
14814
14815         * shell/ev-window.c (ev_window_cmd_file_open): impl. (shows a file
14816         chooser), hook it up in the ui manager.
14817
14818 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14819
14820         * shell/ev-window.c: fix Help->About tooltip.
14821
14822 2004-10-23 Martin Kretzschmar  <m_kretzschmar@gmx.net>
14823
14824         * configure.ac: set CFLAGS for libevprivate.
14825
14826         * lib/ev-stock-icons.h, lib/ev-stock-icons.c: stock icon
14827         definitions, factory etc.
14828
14829         * lib/Makefile.am: build libevprivate.a (only stock icon code).
14830
14831         * shell/Makefile.am: link against libevprivate.a.
14832
14833         * shell/ev-window.c (entries): add stock icon to Help->About.
14834
14835         * shell/main.c (main): init stock icon code.
14836
14837 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14838
14839         * lib/recent-files: egg recent files code
14840
14841         * lib/Makefile.am: add.
14842
14843         * Makefile.am: add lib subdir.
14844
14845         * configure.ac: gen. lib/Makefile and lib/recent-files/Makefile,
14846         set CFLAGS for recent-files.
14847
14848 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14849
14850         * configure.ac: disable -ansi and -pedantic gcc flags. They
14851         disable POSIX stuff in stdio.h, but egg-recent uses them.
14852
14853 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net> 
14854
14855         * configure.ac: add --disable-deprecated flag (defaults to on in
14856         "cvs" builds).
14857
14858         * shell/Makefile.am (INCLUDES): use it.
14859
14860 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14861
14862         * shell/main.c: add missing #include.
14863
14864         * shell/ev-window.c: fix for pedantic gcc.
14865         (ev_window_cmd_help_about): split license into paragraphs for
14866         translators and pedantic compilers.
14867
14868 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14869
14870         * configure.ac: add more warning flags if compiling with gcc from
14871         cvs (or explicitly requested with --enable-more-warnings).
14872
14873 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14874
14875         * data/evince-ui.xml: add File and File->Close menu.
14876
14877         * shell/ev-window.c (ev_window_cmd_file_close_window): impl.
14878         (ev_window_destroy): quit after destroy.
14879         (ev_window_class_init): override GtkObject::destroy.
14880         (entries): install close_window callback.
14881
14882 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14883
14884         * Makefile.am (SUBDIRS): add data subdir.
14885
14886         * configure.ac (UIDIR): gen data/Makefile, define UIDIR.  Require
14887         gtk+ 2.5.0 for GtkAboutDialog.
14888
14889         * data/Makefile.am, data/evince-ui.xml: add, ui definition for the
14890         main window.
14891
14892         * shell/Makefile.am (INCLUDES): propagate UIDIR definition.
14893
14894         * shell/ev-window.c (ev_window_init): create a menubar, using a ui
14895         manager.
14896         (ev_window_cmd_help_about): about command, using GtkAboutDialog.
14897
14898 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14899
14900         * shell/ev-window.c, shell/ev-window.h: Created an EvWindow class.
14901
14902 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14903
14904         * shell/main.c: make it a trivial gtk+ program, adjust configure.ac
14905
14906 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14907
14908         * shell/*: Added shell directory boilerplate, build it.
14909
14910 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14911
14912         * configure.ac, Makefile.am: Added top-level configure.ac and
14913         Makefile.am