]> www.fi.muni.cz Git - evince.git/blob - ChangeLog
A bit of cleanup: use gobject instance private data, and G_DEFINE_TYPE.
[evince.git] / ChangeLog
1 2007-12-10  Christian Persch  <chpe@gnome.org>
2
3         * shell/ev-view-accessible.c: (ev_view_accessible_finalize),
4         (ev_view_accessible_class_init),
5         (ev_view_accessible_idle_do_action),
6         (ev_view_accessible_action_do_action),
7         (ev_view_accessible_action_get_description),
8         (ev_view_accessible_action_set_description),
9         (ev_view_accessible_action_iface_init), (ev_view_accessible_new),
10         (ev_view_accessible_factory_init),
11         (ev_view_accessible_factory_get_accessible_type):
12         * shell/ev-view-accessible.h: A bit of cleanup: use gobject instance
13         private data, and G_DEFINE_TYPE. Bug #502843.
14
15 2007-12-08  Christian Persch  <chpe@gnome.org>
16
17         * shell/ev-metadata-manager.c: (item_free),
18         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
19         (value_free), (parse_value), (parseItem),
20         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
21         (save_values): Use GSlice to allocate small amounts of memory. Bug
22         #475972.
23
24 2007-12-05  Carlos Garcia Campos  <carlosgc@gnome.org>
25
26         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
27
28         Restore cursor to normal after a drag operation. Fixes bug
29         #501603.
30         
31 2007-12-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
32
33         * NEWS:
34         * configure.ac:
35         
36         Update for release 2.21.1
37
38 2007-12-02  Carlos Garcia Campos  <carlosgc@gnome.org>
39
40         * configure.ac:
41         * cut-n-paste/gedit-message-area/Makefile.am:
42         * cut-n-paste/gedit-message-area/gedit-message-area.[ch]:
43         * shell/Makefile.am:
44         * shell/ev-message-area.[ch]:
45         * shell/ev-window.c: (ev_window_set_message_area),
46         (ev_window_error_message_response_cb), (ev_window_error_message),
47         (ev_window_load_job_cb), (ev_window_cmd_file_open_copy_at_dest),
48         (ev_window_save_job_cb), (image_save_dialog_response_cb),
49         (ev_attachment_popup_cmd_open_attachment),
50         (attachment_save_dialog_response_cb), (ev_window_set_document),
51         (ev_window_init):
52
53         Use a message area instead of a popup dialog for error
54         notifications. Fixes bug #337495.
55         
56 2007-12-02  Carlos Garcia Campos  <carlosgc@gnome.org>
57
58         * shell/ev-window.c: (fullscreen_toolbar_remove_shadow),
59         (ev_window_run_fullscreen):
60
61         Remove the shadow of the fullscreen toolbar. Fixes bug #500702.
62         
63 2007-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
64
65         * ev-sidebar-thumbnails.c: (update_visible_range),
66         (ev_sidebar_thumbnails_refresh),
67         (ev_sidebar_thumbnails_set_document),
68         (ev_sidebar_thumbnails_support_document):
69
70         Show thumbnails for documents with one page. Fixes bug #358751.
71         
72 2007-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
73
74         * shell/ev-window.c:
75         (ev_window_load_print_settings_from_metadata),
76         (ev_window_save_print_settings), (ev_window_print_finished),
77         (ev_window_print_range):
78
79         Print settings that are specific to the document are now saved per
80         document in the metadata file. Fixes bug #488806.
81         
82 2007-11-26  Matthias Clasen  <mclasen@redhat.com>
83
84         * backend/tiff/tiff-document.c: (tiff_document_render):
85
86         Tiff documents were rendered with wrong colors. Fixes bug #497279.
87         
88 2007-11-25  Carlos Garcia Campos  <carlosgc@gnome.org>
89
90         * shell/ev-application.[ch]: (get_find_string_from_args),
91         (ev_application_open_uri_at_dest), (ev_application_open_uri),
92         (ev_application_open_uri_list):
93         * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_new):
94         * shell/ev-window.[ch]: (ev_window_load_job_cb),
95         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
96         (ev_window_cmd_recent_file_activate),
97         (ev_window_open_recent_action_item_activated),
98         (ev_window_print_send), (open_remote_link):
99         * shell/main.c: (arguments_parse):
100
101         Add a command line option for search. Fixes bug #497710.
102         
103 2007-11-20  Darren Kenny  <darren.kenny@sun.com>
104
105         * shell/ev-jobs.c: (ev_job_print_new):
106
107         Fix endless loop when pages_per_sheet is 0. Fixes bug #498248.
108         
109 2007-10-29  Carlos Garcia Campos  <carlosgc@gnome.org>
110
111         * data/evince-toolbar.xml:
112         * shell/Makefile.am:
113         * shell/ev-application.c: (ev_application_init):
114         * shell/ev-open-recent-action.[ch]:
115         * shell/ev-window.c:
116         (ev_window_open_recent_action_item_activated),
117         (register_custom_actions):
118
119         Add an expander to the open toolbar item which pops up a dropdown
120         menu with the recently used documents. Fixes bug #487215.
121         
122 2007-10-29  Carlos Garcia Campos  <carlosgc@gnome.org>
123
124         * shell/ev-window.c: (ev_window_open_uri),
125         (ev_window_cmd_view_reload):
126
127         Do not jump to the first page when reloading by running evince
128         from the command line. Fixes bug #490847.
129         
130 2007-10-27  Hiroyuki Ikezoe  <poincare@ikezoe.net>
131
132         * shell/ev-window.c: (ev_window_cmd_help_contents):
133
134         Plugged memory leak when help file is not found. Fixes bug
135         #490762.
136         
137 2007-10-26  Carlos Garcia Campos  <carlosgc@gnome.org>
138
139         * configure.ac:
140
141         Enable djvu, dvi and comics backends by default. Fixes bug
142         #437121.
143         
144 2007-10-26  Carlos Garcia Campos  <carlosgc@gnome.org>
145
146         * configure.ac:
147         * cut-n-paste/Makefile.am:
148         * cut-n-paste/recent-files/*: Removed
149         * help/reference/Makefile.am:
150         * shell/Makefile.am:
151         * shell/ev-application.[ch]: (ev_application_shutdown),
152         (ev_application_init):
153         * shell/ev-window.c: (ev_window_add_recent),
154         (ev_window_setup_recent), (ev_window_dispose), (ev_window_init):
155
156         Bump requirements to gtk+ 2.10.0 and remove egg-recent code. 
157         
158 2007-10-25  Pascal Terjan  <pterjan@linuxfr.org>
159
160         * shell/ev-window.c: (launch_external_uri):
161
162         Let GnomeVFS check the URL, this allow more URL (like mailto:),
163         and report error if the URL is not supported (#489910).
164
165 2007-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
166
167         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
168         (pdf_document_file_exporter_begin_page),
169         (pdf_document_file_exporter_end_page):
170
171         Fix printing with poppler splash backend. Fixes bug #489774.
172         
173 2007-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
174
175         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
176         * shell/ev-print-job.c: (ev_print_job_class_init):
177
178         Fix a crash when printing with the gnome-print dialog. Fixes bug
179         #488939.
180         
181 2007-10-18  Sebastien Bacher  <seb128@ubuntu.com>
182
183         * backend/pixbuf/pixbuf-document.c:
184
185         Fix an implicit function definition warning (#487655)
186
187 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
188
189         * shell/ev-window.c:
190
191         Fix conflicting shortcut for view sade pane and presentation.
192         
193 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
194
195         * backend/pdf/ev-poppler.cc:
196         (pdf_document_file_exporter_begin_page),
197         (pdf_document_file_exporter_do_page),
198         (pdf_document_file_exporter_end_page),
199         (pdf_document_file_exporter_iface_init):
200         * libdocument/ev-file-exporter.[ch]:
201         (ev_file_exporter_begin_page), (ev_file_exporter_end_page):
202         * shell/ev-jobs.c: (ev_job_print_get_page_list),
203         (ev_job_print_run):
204
205         When printing multiple pages per sheet in reverse option, do not
206         invert the order of the pages in every sheet, but the order of the
207         sheets. Do not print blank pages when page range is invalid. Fixes
208         bugs #484857 and #485521.
209         
210 2007-10-10  Carlos Garcia Campos  <carlosgc@gnome.org>
211
212         * shell/ev-jobs.c: (ev_job_print_get_page_list),
213         (ev_job_print_run):
214         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
215
216         Respect ranges order when printing more than one range in random
217         order.
218         
219 2007-10-10  Martin Schanzenbach  <mschanzenbach@gmail.com>
220
221         * shell/ev-window.c: (ev_window_refresh_window_thumbnail),
222         (ev_window_setup_document), (ev_window_rotation_changed_cb):
223
224         Rotate also the window icon when document is rotated. Fixes bug
225         #474681.
226         
227 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
228
229         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field),
230         (pdf_document_forms_get_form_fields):
231
232         Silently ignore unknown form fields. Fixes bug #482654. Patch by
233         Matthias Drochner.
234         
235 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
236
237         * configure.ac:
238         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
239
240         Use poppler_page_render_for_printing() instead of
241         poppler_page_render() if available when exporting to a ps or pdf
242         file. Fixes bug #476627.
243         
244 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
245
246         * shell/ev-window.c: (ev_window_run_fullscreen):
247
248         Do not show the toolbar in fullscreen mode if the main toolbar is
249         not visible. Fixes bug #483048.
250         
251 2007-09-29  Carlos Garcia Campos  <carlosgc@gnome.org>
252
253         * shell/ev-view.c: (ev_view_button_press_event):
254
255         Give priority to form fields over images when deciding whether a
256         button press event is over an image or form field. It allows edit
257         form fields when they are over a background image. Fixes bug
258         #477841.
259         
260 2007-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
261
262         * NEWS:
263         * configure.ac:
264         
265         Update for release 2.20.0
266
267 2007-09-12  Carlos Garcia Campos  <carlosgc@gnome.org>
268
269         * backend/pdf/ev-poppler.cc:
270
271         Remove #ifdef HAVE_FORMS, so that forms support works again.
272
273 2007-09-05  Götz Waschk  <waschk@mandriva.org>
274
275         * configure.ac:
276         * data/evince.desktop.in.in:
277         
278         Fixes desktop file issues. See bug #473471.
279
280 2007-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
281
282         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
283         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
284         (ev_job_queue_remove_job):
285         * shell/ev-jobs.[ch]: (ev_job_save_init), (ev_job_save_dispose),
286         (ev_job_save_class_init), (ev_job_save_new), (ev_job_save_run):
287         * shell/ev-window.c: (ev_window_clear_save_job),
288         (ev_window_save_job_cb), (file_save_dialog_response_cb),
289         (ev_window_dispose):
290
291         Move save a copy task to its own job so that it's carried out in a
292         thread avoiding another lock in the main thread. Use
293         ev_xfer_uri_simple() instead of gnome_vfs_move() so that document
294         can be saved to a pathin another file system. Fixes bug #456891.
295         
296 2007-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
297
298         * NEWS:
299         * configure.ac:
300         
301         Update for release 2.19.92
302
303 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
304
305         * configure.ac:
306         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
307         (pdf_selection_get_selection_region),
308         (pdf_selection_get_selection_map),
309         (ev_form_field_from_poppler_field):
310
311         Bump requirements to poppler 0.6 and drop all ifdefs used. Double
312         and triple click selections are enabled again now.
313
314 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
315
316         * shell/ev-window.c: (ev_window_add_history):
317
318         Make sure not to use the history with documents not supporting
319         links. Fixes bug #468954.
320
321 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
322
323         * shell/ev-window.c: (ev_window_load_job_cb):
324
325         Restart the search when reloading a document with the find bar
326         visible. Fixes bug #461962.
327
328 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
329
330         * shell/ev-window.c: (setup_document_from_metadata),
331         (ev_window_load_job_cb), (ev_window_cmd_view_reload):
332
333         Do not jump to the first page when reloading a document from the
334         last page.
335
336 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
337
338         * shell/ev-window.c: (update_chrome_flag),
339         (setup_sidebar_from_metadata),
340         (ev_window_cmd_focus_page_selector), (ev_window_cmd_edit_find),
341         (ev_window_cmd_edit_find_next),
342         (ev_window_cmd_edit_find_previous), (ev_window_cmd_escape),
343         (ev_window_view_toolbar_cb), (ev_window_view_sidebar_cb),
344         (find_bar_close_cb), (view_actions_focus_in_cb):
345
346         Do not update visibility when changing a chrome flag so that it's
347         possible to update several flags and update visibility only once
348         for all of them.
349
350 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
351
352         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
353
354         Use GTK_UNIT_POINTS instead of GTK_UNIT_PIXEL, since it's not
355         supported by gtk+. Fixes bug #460907.
356
357 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
358
359         * shell/ev-view.c: (view_update_range_and_current_page):
360
361         Make sure current-page <= end-page in continuous mode. Fixes bug
362         #454950.
363
364 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
365
366         * backend/pdf/ev-poppler.cc: (build_tree):
367
368         Ignore outline items without a title. Fixes bug #453913.
369
370 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
371
372         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
373         (ev_view_button_release_event), (ev_view_leave_notify_event):
374
375         Use always drag mouse cursor during a drag operation. Fixes bug
376         #470564.
377
378 2007-09-02  Carlos Garcia Campos  <carlosgc@gnome.org>
379
380         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
381         (pdf_selection_get_selection_region),
382         (pdf_selection_get_selection_map):
383
384         Temporarily disable double and triple selections since it depends on
385         poppler cvs head. It'll be enabled again as soon as poppler 0.6 is
386         released and the update of the external dependency minimal version
387         approved.
388
389 2007-09-01  Carlos Garcia Campos  <carlosgc@gnome.org>
390
391         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
392         (pdf_document_file_exporter_do_page):
393         * libdocument/ev-file-exporter.h:
394         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
395         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
396
397         Actually fix printing regressions. Remove orientation from
398         EvPrintContext since it's redundant.
399
400 2007-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
401
402         * backend/dvi/dvi-document.c: (dvi_document_document_iface_init):
403         * backend/impress/impress-document.c:
404         (impress_document_document_iface_init):
405         * backend/ps/ps-document.c: (ps_document_document_iface_init):
406         * backend/djvu/djvu-document.c:
407         (djvu_document_document_iface_init),
408         (djvu_selection_get_selected_text), (djvu_selection_iface_init):
409         * backend/tiff/tiff-document.c:
410         (tiff_document_document_iface_init):
411         * backend/pixbuf/pixbuf-document.c:
412         (pixbuf_document_document_iface_init):
413         * backend/comics/comics-document.c:
414         (comics_document_document_iface_init):
415         * backend/pdf/ev-poppler.cc: (pdf_document_document_iface_init),
416         (pdf_selection_render_selection),
417         (pdf_selection_get_selected_text),
418         (pdf_selection_get_selection_region),
419         (pdf_selection_get_selection_map), (pdf_selection_iface_init):
420         * libdocument/ev-selection.[ch]: (ev_selection_get_selected_text),
421         (ev_selection_get_selection_region),
422         (ev_selection_get_selection_map):
423         * libdocument/ev-document.[ch]:
424         * shell/ev-pixbuf-cache.[ch]: (add_job),
425         (ev_pixbuf_cache_get_selection_surface), (update_job_selection):
426         * shell/ev-view-private.h:
427         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_new),
428         (ev_job_render_run):
429         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
430         * shell/ev-view.c: (start_selection_for_event),
431         (ev_view_button_press_event), (ev_view_drag_data_get),
432         (ev_view_drag_data_received), (ev_view_button_release_event),
433         (compute_new_selection_text), (compute_selections),
434         (ev_view_select_all), (get_selected_text), (ev_view_copy),
435         (ev_view_primary_get_cb):
436
437         Add support for double and triple click selections.
438
439 2007-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
440
441         * NEWS:
442         * configure.ac:
443
444         Update for release 2.19.4
445
446 2007-08-28  Justin Blanchard  <justinb04@aim.com>
447
448         * shell/ev-view-private.h:
449         * shell/ev-view.c: (ev_view_expose_event), (ev_view_init),
450         (ev_view_set_highlight_search):
451         * shell/ev-view.h:
452         * shell/ev-window.c: (ev_window_cmd_edit_find_next),
453         (ev_window_cmd_edit_find_previous), (find_bar_search_changed_cb),
454         (find_bar_visibility_changed_cb):
455         
456         Enables 'find next' when bindbar is hidden. Fixes bug #323817.
457
458 2007-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
459
460         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
461         (pdf_document_file_exporter_begin),
462         (pdf_document_file_exporter_do_page):
463         * shell/ev-jobs.c: (ev_job_print_run):
464         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
465
466         Create always a portrait cairo surface and rotate when needed for
467         landscape. It fixes printing problems in real printers.
468
469 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
470
471         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
472         * libdocument/ev-file-exporter.[ch]:
473         (ev_file_exporter_get_capabilities):
474         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
475         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
476
477         Adjust number of pages per row according to page orientation when
478         printing 2 or 6 pages per sheet.
479
480 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
481
482         * shell/ev-window.c: (ev_window_print_send):
483
484         Reset also cups setting to 1 when printing multiple pages per
485         sheet. Fixes bug #468853.
486
487 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
488
489         * libdocument/ev-document-misc.c:
490         (ev_document_misc_surface_rotate_and_scale):
491
492         Use directly cairo_surface_get_content() when creating a similar
493         surface as suggested by Jeff Muizelaar. Thanks again.
494
495 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
496
497         * backend/djvu/djvu-document.c: (djvu_document_render):
498         * backend/tiff/tiff-document.c: (tiff_document_render):
499         * backend/pdf/ev-poppler.cc: (pdf_document_render):
500         * libdocument/ev-document-misc.c:
501         (ev_document_misc_surface_from_pixbuf),
502         (ev_document_misc_surface_rotate_and_scale):
503
504         Use CAIRO_FORMAT_RGB24 instead of CAIRO_FORMAT_ARGB32 when
505         creating page surfaces. Fixes bug #453123. Thank you very much to
506         Jeff Muizelaar <jeff@infidigm.net>.
507
508 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
509
510         * shell/ev-page-cache.c: (ev_page_cache_new),
511         (ev_page_cache_get_thumbnail_size):
512         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page),
513         (ev_sidebar_thumbnails_set_loading_icon):
514
515         Also store in page-cache the dimensions of the thumbnails so that
516         they can be used to create the correct loading icon in the side
517         pane. Fixes bug #466857.
518
519 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
520
521         * backend/pdf/ev-poppler.cc:
522         (pdf_document_thumbnails_get_thumbnail):
523
524         Fix thumbnails rotation in pdf documents that include embedded 
525         thumbnails.
526
527 2007-08-15  Jens Granseuer  <jensgr@gmx.net>
528
529         * backend/pdf/ev-poppler.cc:
530
531         Don't use #ifdef in macro expansion. Some compilers don't
532         like that. Closes bug #467042.
533
534 2007-08-15  Justin Blanchard  <justinb04@aim.com>
535
536         * backend/djvu/djvu-document.c: (djvu_document_finalize):
537         
538         Fixes memory leak in djvu backend.
539
540 2007-08-15  Andreas Nilsson  <nisses.mail@home.se>
541
542         * data/icons/32x32/Makefile.am:
543         * data/icons/32x32/actions/Makefile.am:
544         * data/icons/32x32/actions/view-page-cont.svg:
545         * data/icons/32x32/actions/view-page-facing.svg:
546         * data/icons/48x48/Makefile.am:
547         * data/icons/48x48/actions/Makefile.am:
548         * data/icons/48x48/actions/view-page-cont.svg:
549         * data/icons/48x48/actions/view-page-facing.svg:
550         
551         Icons for a new sizes.
552
553 2007-08-14  Justin Blanchard  <justinb04@aim.com>
554
555         * shell/ev-page-cache.c: (build_height_to_page),
556         (ev_page_cache_get_height_to_page):
557         
558         Fixes invalid read, see bug #466401.
559
560 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
561
562         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
563         (set_drag_cursor):
564         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
565         (configure_item_cursor), (new_pixbuf_from_widget):
566
567         Fix multihead problems in toolbar editor. Fixes bug #382055.
568
569 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
570
571         * shell/ev-window.c: (ev_window_cmd_file_open),
572         (ev_window_cmd_save_as):
573
574         Use g_get_user_special_dir when available instead of
575         xdg_user_dir_lookup.
576
577 2007-08-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
578
579         * MAINTAINERS:
580         
581         Updated according to request on desktop-devel.
582
583 2007-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
584
585         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
586
587         Do not use cairo_rectangle and cairo_clip since we are
588         not using cairo_fill but cairo_paint. Use the same cairo context
589         for every page in the same expose event.
590
591 2007-07-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
592
593         * shell/ev-window.c: (file_open_dialog_response_cb): Plugged memory
594         leak.
595
596 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
597
598         * configure.ac:
599         * NEWS:
600
601         Release 0.9.3
602
603 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
604
605         * libdocument/ev-document-info.h:
606         * libdocument/ev-document.h:
607         * shell/ev-page-action.h:
608         * shell/ev-sidebar-links.h:
609
610         Fix a headers problem with ev-link
611         
612         * libdocument/ev-link.[ch]: (ev_link_mapping_get_area):
613         * shell/ev-view-private.h:
614         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
615         (get_link_area), (ev_view_query_tooltip),
616         (ev_view_leave_notify_event), (ev_view_destroy),
617         (ev_view_class_init):
618
619         Use new gtk tooltips when available instead of ev-tooltip.
620         
621 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
622
623         * shell/ev-window.c: (update_chrome_visibility),
624         (ev_window_sidebar_visibility_changed_cb):
625
626         Do not hide sidebar in fullscreen mode. Fixes bug #396535.
627         
628 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
629
630         * shell/ev-navigation-action.c:
631         (ev_navigation_action_history_changed),
632         (ev_navigation_action_set_history):
633         * shell/ev-navigation-action-widget.c:
634         (ev_navigation_action_widget_init):
635         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
636
637         Fix compile warnings.
638         
639 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
640
641         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
642         (egg_editable_toolbar_dispose):
643
644         Fix memory leak.
645         
646 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
647
648         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
649         (screensaver_disable_x11):
650         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout):
651         * shell/ev-window.c: (presentation_set_timeout):
652         * shell/ev-view.c: (ev_view_presentation_transition_start):
653
654         Use g_timeout_add_seconds instead of g_timeout_add when
655         available.
656         
657 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
658
659         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_init):
660
661         Set horizontal scrollbar policy to AUTOMATIC instead of
662         NEVER. Workaround for bug #449462.
663         
664 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
665
666         * shell/ev-jobs.c: (ev_job_render_page_ready):
667
668         Add page_ready callback to main loop with high priority and hold
669         a reference to job during idle.
670         
671 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
672
673         * configure.ac:
674         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
675         (pdf_document_file_exporter_begin),
676         (pdf_document_file_exporter_do_page),
677         (pdf_document_file_exporter_get_capabilities):
678         * libdocument/ev-file-exporter.h:
679         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
680         * shell/ev-window.c: (ev_window_print_send),
681         (ev_window_print_dialog_response_cb):
682
683         Allow printing multiple pages per sheet. Fixes bug #395573.
684         
685 2007-07-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
686
687         * shell/ev-view.c: (tip_from_link):
688         
689         Check for NULL, fixes bug #460862.
690
691 2007-07-29  Christian Persch  <chpe@gnome.org>
692
693         * shell/ev-window.c: (ev_window_enumerate_printer_cb),
694         (ev_window_preview_print_finished), (ev_window_do_preview_print),
695         (ev_window_cmd_preview_print):
696         
697         Fixes bug #437681 - blocks while enumerating printers.
698
699 2007-07-29  Christian Persch  <chpe@gnome.org>
700
701         * shell/ev-window.c: (ev_window_screen_changed):
702         
703         Don't use deprecated gtk+ function. See bug #460909.
704
705 2007-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
706
707         * shell/ev-utils.c: (get_num_monitors):
708         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
709
710         Do not use display before initializing it. Remove compile
711         warnings.
712
713 2007-07-27  Cosimo Cecchi   <anarki@lilik.it>
714
715         * shell/ev-view.c: (ev_view_class_init):
716         
717         Unix-like hjkl bindings added. See bug #458111.
718
719 2007-07-27  Johannes Buchner  <buchner.johannes@gmx.at>
720
721         * shell/ev-utils.c: (get_num_monitors), (get_screen_dpi):
722         * shell/ev-utils.h:
723         * shell/ev-view.c: (ev_view_set_zoom_for_size),
724         (ev_view_update_view_size):
725         * shell/ev-view.h:
726         * shell/ev-window.c: (ev_window_update_actions),
727         (setup_view_from_metadata), (ev_window_screen_changed),
728         (ev_window_sizing_mode_changed_cb), (ev_window_zoom_changed_cb),
729         (zoom_control_changed_cb):
730         * shell/ev-window.h:
731         
732         Reorganizes utility functions.
733
734 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
735
736         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
737         (copy_job_page_and_selection_to_job_info), (copy_job_to_job_info),
738         (add_job), (ev_pixbuf_cache_get_surface),
739         (ev_pixbuf_cache_get_link_mapping),
740         (ev_pixbuf_cache_get_image_mapping),
741         (ev_pixbuf_cache_get_form_field_mapping),
742         (ev_pixbuf_cache_get_text_mapping):
743         * shell/ev-jobs.[ch]: (ev_job_render_class_init),
744         (notify_page_ready), (ev_job_render_page_ready),
745         (ev_job_render_run):
746
747         Add page_ready signal to notify that page is ready as soon as
748         possible even if other page elements like links, forms, images or
749         text mapping are not ready yet.
750
751 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
752
753         * backend/dvi/dvi-document.c: (dvi_document_file_exporter_begin),
754         (dvi_document_file_exporter_do_page),
755         (dvi_document_file_exporter_get_capabilities),
756         (dvi_document_file_exporter_iface_init):
757         * backend/ps/ps-document.c: (ps_document_file_exporter_begin),
758         (ps_document_file_exporter_do_page),
759         (ps_document_file_exporter_get_capabilities),
760         (ps_document_file_exporter_iface_init):
761         * backend/djvu/djvu-document.c:
762         (djvu_document_file_exporter_begin),
763         (djvu_document_file_exporter_end),
764         (djvu_document_file_exporter_get_capabilities),
765         (djvu_document_file_exporter_iface_init):
766         * backend/tiff/tiff-document.c:
767         (tiff_document_file_exporter_begin),
768         (tiff_document_file_exporter_get_capabilities),
769         (tiff_document_document_file_exporter_iface_init):
770         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
771         (pdf_document_file_exporter_do_page),
772         (pdf_document_file_exporter_get_capabilities),
773         (pdf_document_file_exporter_iface_init):
774         * libdocument/ev-file-exporter.[ch]: (ev_file_exporter_begin),
775         (ev_file_exporter_get_capabilities):
776         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
777         (idle_print_handler), (ev_print_job_print):
778         * shell/ev-jobs.c: (ev_job_print_run):
779         * shell/ev-window.c: (ev_window_print_send),
780         (ev_window_print_range):
781
782         Use capabilities to know which options should be offered by the
783         print dialog depending on the document backend.
784
785 2007-07-25  Carlos Garcia Campos  <carlosgc@gnome.org>
786
787         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
788
789         Give priority to forms over text to set the cursor.
790
791 2007-07-24  Carlos Garcia Campos  <carlosgc@gnome.org>
792
793         * shell/ev-view-private.h:
794         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
795         (ev_view_leave_notify_event), (ev_view_finalize),
796         (ev_view_get_property), (ev_view_class_init):
797
798         Use IBEAM cursor for text form fields and NORMAL cursor for read
799         only fields. Remove unused status attribute.
800
801 2007-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
802
803         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
804
805         Update region for current selected items also for checkbox
806         buttons, since they can behave as radio buttons when they are in a
807         set.
808
809 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
810
811         * configure.ac:
812         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
813
814         Get max length of text form fields.
815
816 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
817
818         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
819         * libdocument/ev-form-field.h:
820         * shell/ev-view.c: (ev_view_form_field_text_create_widget):
821
822         Fix build with current poppler cvs head.
823
824 2007-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
825
826         * cut-n-paste/zoom-control/ephy-zoom-control.c:
827         * shell/eggfindbar.c: (egg_find_bar_init):
828
829         Fix build with gtk+ >= 2.11.5 due to gtktooltips
830         deprecation. Fixes bug #455667
831
832 2007-07-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
833
834         * NEWS:
835         * configure.ac:
836         
837         Update for release 0.9.2
838
839 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
840
841         * shell/ev-view.c: (ev_view_form_field_text_save),
842         (ev_view_form_field_choice_save):
843
844         Fix a crash when closing whith a form widget visible.
845
846 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
847
848         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
849
850         Update also the region of the current selected button when
851         clicking on another button if they are radio buttons.
852
853 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
854
855         * shell/ev-pixbuf-cache.[ch]: (ev_pixbuf_cache_class_init),
856         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
857         (add_job), (add_job_if_needed), (ev_pixbuf_cache_get_surface),
858         (ev_pixbuf_cache_get_link_mapping),
859         (ev_pixbuf_cache_get_image_mapping),
860         (ev_pixbuf_cache_get_form_field_mapping),
861         (ev_pixbuf_cache_get_text_mapping), (ev_pixbuf_cache_reload_page):
862         * shell/ev-view.c: (ev_view_form_field_get_region),
863         (ev_view_form_field_button_create_widget),
864         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
865         (job_finished_cb):
866
867         Redraw only form field region instead of the whole page when
868         reloading a page to show changes on the form field.
869
870 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
871
872         * shell/ev-view.c: (ev_view_form_field_choice_save):
873
874         Fix selection of first item in list form fields.
875
876 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
877
878         * shell/ev-pixbuf-cache.c: (add_job), (add_job_if_needed),
879         (ev_pixbuf_cache_reload_page),
880         (ev_pixbuf_cache_get_form_field_mapping):
881
882         Some refactoring to avoid duplicated code.
883
884 2007-07-08  Carlos Garcia Campos  <carlosgc@gnome.org>
885
886         * configure.ac:
887         * backend/pdf/ev-poppler.cc: (pdf_document_get_crop_box),
888         (ev_form_field_from_poppler_field),
889         (pdf_document_forms_get_form_fields),
890         (pdf_document_forms_form_field_text_get_text),
891         (pdf_document_forms_form_field_text_set_text),
892         (pdf_document_forms_form_field_button_set_state),
893         (pdf_document_forms_form_field_button_get_state),
894         (pdf_document_forms_form_field_choice_get_item),
895         (pdf_document_forms_form_field_choice_get_n_items),
896         (pdf_document_forms_form_field_choice_is_item_selected),
897         (pdf_document_forms_form_field_choice_select_item),
898         (pdf_document_forms_form_field_choice_toggle_item),
899         (pdf_document_forms_form_field_choice_unselect_all),
900         (pdf_document_forms_form_field_choice_set_text),
901         (pdf_document_forms_form_field_choice_get_text),
902         (pdf_document_document_forms_iface_init):
903         * libdocument/Makefile.am:
904         * libdocument/ev-form-field.[ch]:
905         * libdocument/ev-document-forms.[ch]:
906         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
907         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
908         (add_job), (ev_pixbuf_cache_reload_page),
909         (ev_pixbuf_cache_get_form_field_mapping):
910         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run):
911         * shell/ev-view-private.h:
912         * shell/ev-view.[ch]: (ev_view_set_scroll_adjustments),
913         (ev_view_handle_cursor_over_xy),
914         (ev_view_get_form_field_at_location),
915         (ev_view_forms_remove_widgets), (ev_view_form_field_destroy),
916         (ev_view_form_field_button_create_widget),
917         (ev_view_form_field_text_save), (ev_view_form_field_text_changed),
918         (ev_view_form_field_text_create_widget),
919         (ev_view_form_field_choice_save),
920         (ev_view_form_field_choice_changed),
921         (ev_view_form_field_choice_create_widget),
922         (ev_view_handle_form_field), (ev_view_size_allocate),
923         (ev_view_realize), (draw_end_presentation_page),
924         (ev_view_button_press_event), (ev_view_remove_all),
925         (ev_view_motion_notify_event), (ev_view_key_press_event),
926         (ev_view_enter_notify_event), (highlight_find_results),
927         (draw_loading_text), (draw_one_page), (ev_view_destroy),
928         (ev_view_class_init), (page_changed_cb),
929         (on_adjustment_value_changed), (ev_view_set_presentation),
930         (merge_selection_region), (ev_view_set_cursor),
931         (ev_view_reset_presentation_state):
932         
933         Merge evince-forms branch.
934
935 2007-07-03  Jaap Haitsma  <jaap@haitsma.org>
936
937         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: removed
938
939         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg.sh: added
940         This script also updates itself from libegg
941
942         * cut-n-paste/toolbar-editor/egg*:
943         Run update-toolbareditor-from-libegg.sh so we are in sync again with
944         libegg
945
946 2007-07-02  Jaap Haitsma  <jaap@haitsma.org>
947
948         * shell/ev-window.c:
949         
950         Adds a nice icon to page action during toolbar editing.
951         See bug #452872.
952
953 2007-07-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
954
955         * data/evince-toolbar.xml:
956         * shell/ev-window.c:
957         
958         Let user add a presentation and fullscreen icons on toolbar.
959         See bug #449734.
960
961 2007-07-01  Jaap Haitsma  <jaap@haitsma.org>
962
963         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: 
964
965         new script to keep in sync with toolbareditor in libegg
966
967         * cut-n-paste/toolbar-editor/*: 
968
969         Run update-toolbareditor-from-libegg so we are in sync again. 
970         Fixes bug #452850.
971         
972
973 2007-07-01  Carlos Garcia Campos  <carlosgc@gnome.org>
974
975         * shell/ev-sidebar-links.c: (job_finished_callback):
976
977         Do not connect selection changed signal more than once. Fixes bug
978         #349433.
979
980 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
981
982         * shell/ev-window.c: (ev_window_view_sidebar_cb):
983
984         Do not change sidebar chrome flag when pressing F9 key in
985         presentation mode.
986
987 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
988
989         * backend/pdf/ev-poppler.cc:
990         (pdf_document_thumbnails_get_dimensions):
991
992         Make sure thumbnails width and height is not <= 0. Fixes a crash
993         with some pdf documents which have really small pages.
994
995 2007-06-22  Gabor Kelemen  <kelemeng@gnome.hu>
996
997         * shell/main.c: (main):
998
999         Fixes program description translation issue.
1000         Bug #450148.
1001
1002 2007-06-21  Cesar Fernandez  <cesar@pk2.org>
1003
1004         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
1005
1006         Do not change current page when returning from black/white mode
1007         in presentation. Fixes bug #415032.
1008
1009 2007-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1010
1011         * NEWS:
1012         * configure.ac:
1013         
1014         Update for release 0.9.1
1015
1016 2007-06-17  Alaska Subedi  <asubedi@gmail.com>
1017
1018         * backend/dvi/dvi-document.c:
1019         (dvi_document_finalize),
1020         (dvi_document_file_exporter_format_supported),
1021         (dvi_document_file_exporter_begin),
1022         (dvi_document_file_exporter_do_page),
1023         (dvi_document_file_exporter_end),
1024         (dvi_document_file_exporter_iface_init), (dvi_document_init):
1025         
1026         PDF exporter for dvi documents. Fixes bug #441319.
1027
1028 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1029
1030         * shell/ev-window.c: (ev_window_clear_print_job):
1031
1032         Clear gtk print job when job has finished. Fixes bug #447612.
1033
1034 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1035
1036         * shell/ev-window.c: (ev_window_print_send),
1037         (ev_window_print_dialog_response_cb), (ev_window_print_range):
1038
1039         Add preview button to print dialog. Fixes bug #445419.
1040
1041 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1042
1043         * backend/dvi/Makefile.am:
1044         * backend/dvi/pixbuf-device.[ch]: Removed
1045         * backend/dvi/cairo-device.[ch]: Added
1046         * backend/dvi/mdvi-lib/dviread.c: (draw_shrink_rule):
1047         * backend/dvi/dvi-document.c: (dvi_document_load),
1048         (dvi_document_render), (dvi_document_finalize),
1049         (dvi_document_thumbnails_get_thumbnail), (parse_color),
1050         (dvi_document_do_color_special):
1051         * libdocument/ev-document-misc.[ch]:
1052         (ev_document_misc_pixbuf_from_surface):
1053
1054         Port dvi backend to cairo and fix a problem with colors. 
1055
1056 2007-06-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1057
1058         * shell/ev-view.c: (draw_one_page):
1059
1060         Draw only visible region.
1061
1062 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1063
1064         * backend/djvu/djvu-document.c: (djvu_document_render):
1065
1066         Fix rotation in djvu backend.
1067
1068 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1069
1070         * shell/ev-pixbuf-cache.c: (job_finished_cb),
1071         (ev_pixbuf_cache_get_surface), (ev_pixbuf_cache_get_link_mapping),
1072         (ev_pixbuf_cache_get_image_mapping),
1073         (ev_pixbuf_cache_get_text_mapping):
1074
1075         Redraw view every time we have a new surface. Fixes bug #443587.
1076
1077 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1078
1079         * libdocument/ev-document.c: (ev_document_info_free):
1080
1081         Fix memory leaks.
1082
1083 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1084
1085         * backend/dvi/dvi-document.c: (dvi_document_render),
1086         (dvi_document_render_pixbuf), (dvi_document_document_iface_init):
1087         * backend/impress/impress-document.c:
1088         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
1089         (impress_document_render), (impress_document_document_iface_init),
1090         (impress_document_thumbnails_get_thumbnail):
1091         * backend/djvu/djvu-document-private.h:
1092         * backend/djvu/djvu-document.c: (djvu_document_render),
1093         (djvu_document_finalize), (djvu_document_document_iface_init),
1094         (djvu_document_thumbnails_get_thumbnail), (djvu_document_init):
1095         * backend/tiff/tiff-document.c: (tiff_document_render),
1096         (tiff_document_render_pixbuf),
1097         (tiff_document_document_iface_init):
1098         * backend/pdf/ev-poppler.cc: (pdf_document_render),
1099         (pdf_document_render_pixbuf), (pdf_document_document_iface_init),
1100         (pdf_selection_render_selection):
1101         * backend/comics/comics-document.c:
1102         (comics_document_render_pixbuf), (comics_document_render),
1103         (comics_document_document_iface_init):
1104         * backend/pixbuf/pixbuf-document.c: (pixbuf_document_render),
1105         (pixbuf_document_document_iface_init):
1106         * libdocument/ev-document-misc.[ch]:
1107         (ev_document_misc_surface_from_pixbuf),
1108         (ev_document_misc_surface_rotate_and_scale):
1109         * libdocument/ev-document.[ch]: (ev_document_render):
1110         * libdocument/ev-selection.[ch]: (ev_selection_render_selection):
1111         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
1112         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
1113         (ev_pixbuf_cache_get_surface), (new_selection_surface_needed),
1114         (clear_selection_if_needed), (ev_pixbuf_cache_style_changed),
1115         (ev_pixbuf_cache_get_selection_surface), (clear_job_selection):
1116         * shell/ev-jobs.[ch]: (ev_job_render_dispose),
1117         (render_finished_cb), (ev_job_render_run):
1118         * shell/ev-view.c: (draw_loading_text), (draw_one_page),
1119         (merge_selection_region):
1120
1121         Use cairo image surfaces instead of GDK pixbufs for drawing pages
1122         and selections.
1123
1124 2007-06-12  Carlos Garcia Campos  <carlosgc@gnome.org>
1125
1126         * shell/ev-window-title.c: (ev_window_title_update):
1127
1128         Fix memory leak.
1129
1130 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1131
1132         * shell/ev-view.c: (draw_loading_text):
1133
1134         Show loading text centered. Fixes bug #433061
1135
1136 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1137
1138         * shell/ev-sidebar-thumbnails.c:
1139         (ev_sidebar_thumbnails_set_loading_icon):
1140
1141         Remove a mutex in the main thread that blocks the UI in heavy
1142         documents.
1143
1144 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1145
1146         * shell/ev-pixbuf-cache.c (copy_job_to_job_info):
1147
1148         Set points_set to TRUE so that selections don't disappear after a
1149         zoom change.
1150
1151 2007-06-07  Michael Monreal  <infernux@web.de>
1152
1153         * data/icons/16x16/actions/Makefile.am:
1154         * data/icons/16x16/actions/zoom.svg:
1155         * data/icons/22x22/actions/Makefile.am:
1156         * data/icons/22x22/actions/zoom.svg:
1157         * data/icons/24x24/actions/Makefile.am:
1158         * shell/ev-stock-icons.c:
1159         * shell/ev-stock-icons.h:
1160         * shell/ev-window.c:
1161         
1162         Zoom icon artwork. See bug #444795.
1163
1164 2007-06-05  Bastien Nocera  <hadess@hadess.net>
1165
1166         * shell/ev-metadata-manager.c: Remove extraneous function
1167         (Closes: #444386)
1168
1169 2007-06-05  Bastien Nocera  <hadess@hadess.net>
1170
1171         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
1172         (ev_metadata_manager_shutdown), (ev_metadata_manager_set_last),
1173         (ev_metadata_manager_set), (ev_metadata_manager_save):
1174         Simplify the timeout, no need for modified anymore
1175
1176 2007-06-05  Bastien Nocera  <hadess@hadess.net>
1177
1178         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout),
1179         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
1180         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
1181         (ev_metadata_manager_save): Adapted patch from Arjan van de
1182         Ven (arjan@linux.intel.com) to avoid the timeout running all the
1183         time, saves on power (Closes: #443851)
1184
1185 2007-06-02  Carlos Garcia Campos  <carlosgc@gnome.org>
1186
1187         * configure.ac:
1188         * backend/pdf/ev-poppler.cc: (pdf_document_images_get_images),
1189         (pdf_selection_render_selection), (pdf_document_get_page_duration):
1190
1191         Bump requirements to poppler 0.5.9 and drop all ifdefs used.
1192
1193 2007-05-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1194
1195         * shell/ev-window.c: (ev_window_add_history):
1196
1197         Check if history is NULL
1198
1199 2007-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1200
1201         * libdocument/ev-image.c: (ev_image_finalize):
1202         * libdocument/ev-document-factory.c: (free_uncompressed_uri):
1203         * libdocument/ev-attachment.c: (ev_attachment_finalize):
1204         * libdocument/ev-file-helpers.[ch]: (ev_tmp_filename_unlink),
1205         (ev_tmp_uri_unlink):
1206
1207         Add functions to delete temporary files created by evince in a safe
1208         way.
1209
1210         * shell/ev-window.c: (ev_window_clear_local_uri),
1211         (open_xfer_update_progress_callback),
1212         (save_xfer_update_progress_callback), (ev_window_save_remote),
1213         (file_save_dialog_response_cb), (ev_window_cmd_save_as),
1214         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
1215         (attachment_save_dialog_response_cb),
1216         (ev_attachment_popup_cmd_save_attachment_as):
1217
1218         Allow saving a copy of a document, image or attachment to a remote
1219         location. Fixes bug #440754. 
1220
1221 2007-05-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1222
1223         * configure.ac:
1224         * backend/pdf/ev-poppler.cc: (pdf_selection_render_selection):
1225
1226         Fix build with current poppler from cvs head. 
1227
1228 2007-05-21  Eduardo Lima <eduardo.lima@indt.org.br>
1229
1230         * libdocument/ev-file-helpers.c: (ensure_dir_exists):
1231
1232         Using g_mkdir_with_parents() instead of g_mkdir() to really ensure the
1233         directory exists.
1234
1235 2007-05-20  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1236
1237         * shell/ev-sidebar.c: (ev_sidebar_add_page):
1238         * shell/ev-window.c:
1239
1240         Change sidebar ordering. Fixes bug #439939.
1241
1242 2007-05-20  Marc Brockschmidt he+bugzilla.g@marcbrockschmidt.de
1243
1244         * backend/comics/Makefile.am:
1245         
1246         Fixes build with --without-libgnome.
1247
1248 2007-05-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1249         
1250         * shell/ev-view.c: (page_changed_cb), (on_adjustment_value_changed):
1251
1252         Update cursor and tooltip on page change and view scroll. Fixes bug
1253         #439217.
1254
1255 2007-05-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1256
1257         * NEWS:
1258         * configure.ac:
1259         
1260         Update for release 0.9.0
1261
1262 2007-05-14  Alaska Subedi <asubedi@gmail.com>
1263
1264         * backend/djvu/djvu-document-private.h:
1265         * backend/djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
1266         (djvu_document_finalize),
1267         (djvu_document_file_exporter_format_supported),
1268         (djvu_document_file_exporter_begin),
1269         (djvu_document_file_exporter_do_page),
1270         (djvu_document_file_exporter_end),
1271         (djvu_document_file_exporter_iface_init), (djvu_document_init):
1272         
1273         Implemented printing with djvu. Bug #437998.
1274
1275 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1276
1277         * backend/impress/zip.c:
1278         Add missing ulong definition.
1279
1280         * backend/ps/ps-interpreter.c:
1281         Add missing headers.
1282
1283         Fix compilation on FreeBSD. Patch by Roy Marples. Fixes bug #438277.
1284
1285 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1286
1287         * backend/pdf/ev-poppler.cc: (pdf_document_dispose):
1288
1289         Add missing call to parent class dispose method. 
1290
1291 2007-05-12  Ross Burton  <ross@openedhand.com>
1292
1293         * shell/main.c:
1294         Sync keybindings manually when building without libgnome
1295         (#437925).
1296
1297 2007-05-12  Ross Burton  <ross@openedhand.com>
1298
1299         * shell/ev-window.c:
1300         Respect the screen when opening help (#437866).
1301
1302 2007-05-11  Carlos Garcia Campos  <carlosgc@gnome.org>
1303
1304         * data/evince-ui.xml:
1305         * shell/ev-application.[ch]: (get_print_settings_from_args),
1306         (ev_application_open_uri_at_dest), (ev_application_open_uri),
1307         (ev_application_open_uri_list):
1308         * shell/ev-window.[ch]: (ev_window_clear_print_settings_file),
1309         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
1310         (ev_window_cmd_recent_file_activate), (ev_window_run_preview),
1311         (ev_window_cmd_view_reload), (lookup_printer_from_name),
1312         (ev_window_preview_print_finished), (ev_window_cmd_preview_print),
1313         (ev_window_dispose):
1314         * shell/main.c: (arguments_parse):
1315
1316         Add print button in preview mode. Fixes bug #396475. 
1317
1318 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1319
1320         * cut-n-paste/zoom-control/ephy-zoom.h:
1321         
1322         Fixes zoom level factors. See bug #408119 for details.
1323
1324 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1325
1326         * backend/comics/comics-document.c: (comics_regex_quote),
1327         (extract_argv):
1328         
1329         Correctly quote symbols. Fixes crash in the bug
1330         #415370.
1331
1332 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1333
1334         * shell/ev-navigation-action-widget.c:
1335         (ev_navigation_action_widget_init),
1336         (ev_navigation_action_widget_class_init),
1337         (ev_navigation_action_widget_button_press_event):
1338         
1339         Connect to button-press event on correct widget. Fixes
1340         bug #431988
1341
1342 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1343
1344         * shell/ev-application.c: (ev_application_open_window),
1345         (ev_application_add_icon_path_for_screen),
1346         (ev_application_open_uri_at_dest):
1347         * shell/ev-navigation-action-widget.c: (popup_menu_under_arrow):
1348         * shell/ev-navigation-action.c: (build_menu):
1349         
1350         Add app-specific icons to our icon theme. Fixes bug
1351         #425508.
1352
1353 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1354
1355         * shell/ev-history.c: (ev_history_class_init),
1356         (ev_history_add_link):
1357         * shell/ev-history.h:
1358         * shell/ev-navigation-action.c:
1359         (ev_navigation_action_history_changed),
1360         (ev_navigation_action_set_history), (build_menu),
1361         (ev_navigation_action_finalize):
1362         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
1363         
1364         Make navigation action unsensitive instead of showing
1365         menu with unsensitive word. Fixes bug #417392.
1366
1367 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1368
1369         * shell/ev-application.[ch]: (ev_application_shutdown),
1370         (ev_application_get_print_settings),
1371         (ev_application_set_print_settings):
1372         * shell/ev-window.c:
1373
1374         Remember print settings. Fixes bug #349102. 
1375
1376 2007-05-08  Christian Persch  <chpe@gnome.org>
1377
1378         * configure.ac:
1379         * properties/ev-properties-view.c:
1380
1381         No need for a configure check; just use the GTK_CHECK_VERSION macro.
1382         Bug #382438.
1383
1384 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1385
1386         * configure.ac:
1387         * properties/ev-properties-view.c: (ev_regular_paper_size):
1388
1389         Use gtk+ builtin paper list to identify the document's paper size.
1390         Fixes bug #382438. 
1391
1392 2007-05-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1393
1394         * configure.ac:
1395
1396         Fix build when compiling with thumbnailer and libgnome support. 
1397
1398 2007-05-04  Ross Burton  <ross@openedhand.com>
1399
1400         * configure.ac:
1401         Add --without-libgnome, check for libgnome and libgnomeui
1402         separately, and add them to the symbols as required.
1403
1404         * libdocument/ev-file-helpers.c:
1405         When building without libgnome, use g_get_user_config_dir instead
1406         of gnome_user_dir_get.
1407
1408         * shell/ev-application.c:
1409         When building without libgnome, don't use session management.
1410
1411         * shell/main.c:
1412         When building without libgnome, don't use GnomeProgram or
1413         initialise the authentication manager.
1414
1415         This fixes #328842.
1416
1417 2007-05-04  Ross Burton  <ross@openedhand.com>
1418
1419         * shell/ev-window.c:
1420         Don't use libgnome to open help, instead call Yelp directly.
1421
1422 2007-05-04  Ross Burton  <ross@openedhand.com>
1423
1424         * shell/ev-sidebar-attachments.c:
1425         Don't use libgnome to lookup icons for MIME types, instead copy
1426         code from GTK+ to do it manually.
1427
1428 2007-05-04  Ross Burton  <ross@openedhand.com>
1429
1430         * configure.ac:
1431         Add libxml to the dependencies for SHELL_CORE (#435818).
1432
1433 2007-05-02  Ross Burton  <ross@openedhand.com>
1434
1435         * configure.ac:
1436         * Makefile.am:
1437         Add --disable-thumbnailer (#434825)
1438
1439 2007-05-02  Ross Burton  <ross@openedhand.com>
1440
1441         * shell/ev-window.c:
1442         Add missing includes, fix indentation.
1443
1444         * shell/main.c:
1445         Fix indentation.
1446
1447 2007-04-30  Eduardo Lima <eduardo.lima@indt.org.br>
1448
1449         * shell/ev-window.c (ev_window_cmd_recent_file_activate): Use
1450         ev_application_open_uri_at_dest instead of ev_application_open_uri
1451         preventing new document always being opened in a new window even if there
1452         is an empty window.
1453
1454 2007-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1455
1456         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
1457         (egg_recent_view_uimanager_finalize):
1458         * properties/ev-properties-view.c: (ev_properties_view_dispose):
1459         * shell/ev-page-action-widget.c: (ev_page_action_widget_finalize):
1460         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_finalize),
1461         (ev_pixbuf_cache_dispose):
1462         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose):
1463         * shell/ev-tooltip.c: (ev_tooltip_dispose):
1464         
1465         Add missing chain to parent class methods. Fixes
1466         bug #433128.
1467
1468 2007-04-22  Brian Pepple  <bpepple@fedoraproject.org>
1469
1470         * data/Makefile.am (update-icon-cache): Updates
1471         gtk-update-icon-cache in uninstall-hook.
1472
1473 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1474
1475         * shell/ev-window.c: (ev_window_setup_document),
1476         (ev_window_set_document), (ev_window_load_job_cb):
1477         * shell/ev-view.c: (setup_caches):
1478         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_set_document):
1479
1480         Start rendering pages before any other jobs. 
1481
1482 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1483
1484         * shell/ev-window.c: (ev_window_stop_fullscreen),
1485         (ev_window_stop_presentation):
1486
1487         Update chrome visibility before window unfullscreen. 
1488
1489 2007-04-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1490
1491         * data/Makefile.am:
1492         * data/evince-ui.xml:
1493         * shell/ev-stock-icons.[ch]:
1494         * shell/ev-application.[ch]: (ev_application_shutdown),
1495         (ev_application_init), (ev_application_get_toolbars_model):
1496         * shell/ev-window.c: (update_chrome_visibility),
1497         (fullscreen_toolbar_setup_item_properties),
1498         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
1499         (ev_window_run_presentation), (ev_window_stop_presentation),
1500         (ev_window_run_preview), (ev_window_screen_changed),
1501         (ev_window_cmd_leave_fullscreen), (ev_window_cmd_start_presentation),
1502         (ev_window_dispose), (ev_window_init):
1503
1504         Make fullscreen toolbar always visible. Do not use egg toolbars for
1505         fullscreen and preview modes since such toolbars are not editables.
1506         Fixes bugs #300278, #338910 and #316188.  
1507
1508 2007-04-20  Iñigo Martínez  <inigomartinez@gmail.com>
1509
1510         * shell/ev-application.c:
1511         * shell/ev-job-queue.c:
1512         * shell/ev-metadata-manager.c:
1513         * shell/ev-stock-icons.c:
1514         * shell/ev-window.c:
1515         * shell/main.c:
1516         
1517         Developers documentation updated.
1518
1519 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1520
1521         * shell/ev-window.c: (uri_is_valid), (launch_external_uri):
1522
1523         Check whether uri is valid before launching it. Fixes bug #427664.
1524
1525 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1526
1527         * shell/ev-window.c:
1528
1529         Change key accelerator for Open a Copy menu entry which is in conflict
1530         with Close. Fixes bug #427321.
1531
1532 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1533
1534         * NEWS:
1535         * configure.ac:
1536         
1537         Update for release 0.8.1
1538
1539 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1540
1541         * shell/ev-window.c: (setup_size_from_metadata):
1542         
1543         Do not make window bigger than screen. Fixes bug 
1544         #388985.
1545
1546 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1547
1548         * backend/tiff/tiff-document.c: (tiff_document_get_resolution),
1549         (tiff_document_get_page_size), (tiff_document_render_pixbuf):
1550
1551         Use default resolution when it's not provided by document. Fixes bug
1552         #408762.
1553
1554 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1555
1556         * configure.ac:
1557         * thumbnailer/Makefile.am:
1558         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
1559         * thumbnailer/evince-thumbnailer.schemas.in:
1560         * thumbnailer/evince-thumbnailer-ps.schemas.in:
1561
1562         Add support for ps, eps and compressed documents thumbnails. Do not
1563         ignore size parameter. 
1564
1565 2007-04-07  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
1566
1567         * backend/dvi/dvi-document.c: (dvi_document_class_init), (hsb2rgb),
1568         (dvi_document_do_color_special):
1569         * backend/dvi/mdvi-lib/special.c: (register_builtin_specials):
1570
1571         Implement font color specials in the DVI backend. Fixes bug #303651.
1572
1573 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
1574
1575         Fixup the previous commit:
1576
1577         * shell/Makefile.am (SOURCES): Add xdg-user-dir-lookup.c
1578         * shell/xdg-user-dir-lookup.c: Make the function non-static
1579         * shell/ev-window.c: Don't include xdg-user-dir-lookup.c
1580
1581 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
1582
1583         * shell/ev-window.c (file_open_dialog_response_cb): Use
1584         the xdg-user-dirs DOCUMENTS folder as default folder when
1585         opening a file chooser.  (#424858)
1586
1587         * shell/xdg-user-dir-lookup.c: Copy-and-pasted file from
1588         xdg-user-dirs.
1589
1590 2007-03-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1591
1592         * shell/ev-window.c: (ev_window_load_job_cb):
1593
1594         Do not setup view from metadata on preview mode. 
1595
1596 2007-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1597
1598         * shell/main.c:
1599
1600         Use unlink-tempfile instead of unlink-temp-file. Fixes bug #421274. 
1601
1602 2007-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1603
1604         * shell/ev-view.c: (ev_view_primary_get_cb):
1605
1606         Check pointer != NULL before using it. Fixes bug #416841. 
1607
1608 2007-03-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1609
1610         * NEWS:
1611         * configure.ac:
1612         
1613         Release 0.8.0
1614
1615 2007-03-10  Carlos Garcia Campos  <carlosgc@gnome.org>
1616
1617         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
1618
1619         Do not render thumbnails when sidebar thumbnail page is not visible
1620         at startup. Fixes bug #416447. 
1621
1622 2007-03-07  Christian Kirbach  <Christian.Kirbach@googlemail.com>
1623
1624         * data/evince.desktop.in.in:
1625
1626         "Application" is not a valid category in the freedesktop specification.
1627
1628 2007-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1629
1630         * libdocument/ev-file-helpers.[ch]: (compression_run),
1631         (ev_file_uncompress), (ev_file_compress):
1632         * shell/ev-window.c: (file_save_dialog_response_cb):
1633
1634         Save document compressed when saving a copy of a compressed document.
1635         Fixes bug #334542.
1636
1637 2007-02-23  Carlos Garcia Campos  <carlosgc@gnome.org>
1638
1639         * shell/ev-view.c: (ev_view_goto_window_key_press_event):
1640
1641         Allow deleting in goto window entry in presentation mode. 
1642
1643 2007-02-20  Kjartan Maraas  <kmaraas@gnome.org>
1644
1645         * Makefile.am: Dist MAINTAINERS.
1646
1647 2007-02-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1648
1649         * shell/ev-window.c: (ev_window_update_actions):
1650
1651         Fix zoom shortcut keys when searching. Fixes bug #409828.
1652
1653 2007-02-18  Carlos Garcia Campos  <carlosgc@gnome.org>
1654
1655         * shell/ev-window.c: (ev_window_setup_document):
1656
1657         Fix crash when loading documents with only one page. 
1658
1659 2007-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1660
1661         * backend/dvi/dvi-document.c:
1662         (dvi_document_thumbnails_get_dimensions),
1663         (dvi_document_thumbnails_get_thumbnail):
1664         * backend/impress/impress-document.c:
1665         (impress_document_thumbnails_get_thumbnail),
1666         (impress_document_thumbnails_get_dimensions):
1667         * backend/ps/ps-document.c: (ps_document_thumbnails_get_thumbnail),
1668         (ps_document_thumbnails_get_dimensions):
1669         * backend/djvu/djvu-document.c:
1670         (djvu_document_thumbnails_get_dimensions),
1671         (djvu_document_thumbnails_get_thumbnail):
1672         * backend/tiff/tiff-document.c:
1673         (tiff_document_thumbnails_get_thumbnail),
1674         (tiff_document_thumbnails_get_dimensions):
1675         * backend/pdf/ev-poppler.cc: (make_thumbnail_for_page),
1676         (pdf_document_thumbnails_get_thumbnail),
1677         (pdf_document_thumbnails_get_dimensions):
1678         * backend/comics/comics-document.c:
1679         (comics_document_thumbnails_get_thumbnail),
1680         (comics_document_thumbnails_get_dimensions):
1681         * backend/pixbuf/pixbuf-document.c:
1682         (pixbuf_document_thumbnails_get_thumbnail),
1683         (pixbuf_document_thumbnails_get_dimensions):
1684         * libdocument/ev-document-thumbnails.[ch]:
1685         (ev_document_thumbnails_get_thumbnail),
1686         (ev_document_thumbnails_get_dimensions):
1687         * libdocument/ev-document-misc.[ch]:
1688         (ev_document_misc_get_thumbnail_frame):
1689         * shell/ev-jobs.[ch]: (ev_job_thumbnail_dispose),
1690         (ev_job_thumbnail_new), (ev_job_thumbnail_run):
1691         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page), (add_range),
1692         (ev_sidebar_thumbnails_set_loading_icon), (refresh),
1693         (ev_sidebar_thumbnails_refresh):
1694         * shell/ev-window.c: (ev_window_setup_document):
1695         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
1696
1697         Use an EvRenderContext for rendering thumbnails instead of a suggested
1698         width, so that different sized pages get sized proportionally.
1699
1700 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1701
1702         * shell/ev-view.c: (ev_view_button_press_event),
1703         (ev_view_key_press_event):
1704
1705         Fix critical warnings when there is no document loaded. 
1706
1707 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1708
1709         * shell/ev-page-action-widget.c:
1710         * shell/ev-navigation-action.c:
1711         * shell/ev-window.c:
1712
1713         Fix compile warnings. 
1714
1715 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1716
1717         * backend/djvu/djvu-text.h:
1718         * backend/djvu/djvu-document.c:
1719         * backend/djvu/djvu-text-page.c:
1720         * backend/djvu/djvu-links.c:
1721         * backend/djvu/djvu-text-page.h:
1722         * backend/djvu/djvu-text.c:
1723         
1724         Fix build on Mac. Fixes bug #392186. Patch by
1725         <ephraim_owns@hotmail.com>
1726
1727 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1728
1729         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
1730
1731         Restore cairo context before rendering every page when printing a PDF
1732         document into a PDF file. 
1733
1734 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1735
1736         * backend/ps/gstypes.h:
1737         * backend/ps/ps-document.c: (ps_document_get_page_rotation),
1738         (ps_document_get_page_size), (ps_async_renderer_render_pixbuf),
1739         (ps_document_thumbnails_get_thumbnail):
1740
1741         Handle PostScript page orientation. Fixes bug #318568.
1742
1743 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1744
1745         * backend/ps/Makefile.am:
1746         * backend/ps/ps-document.[ch]: (ps_document_init), (ps_document_dispose),
1747         (document_load), (ps_document_load), (save_document),
1748         (save_page_list), (ps_document_get_n_pages),
1749         (ps_document_get_page_size), (ps_document_get_info),
1750         (ps_interpreter_page_rendered), (ps_async_renderer_render_pixbuf),
1751         (ps_interpreter_thumbnail_rendered), (ps_document_render_thumbnail),
1752         (ps_document_thumbnails_get_thumbnail),
1753         (ps_document_thumbnails_get_dimensions),
1754         (ps_document_document_thumbnails_iface_init):
1755         * backend/ps/ps.[ch]: (psgetpagebox):
1756         * backend/ps/ps-interpreter.[ch]:
1757
1758         Add support for thumbnails in ps backend. Fixes bug #164755. 
1759
1760 2007-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1761
1762         * NEWS:
1763         * configure.ac:
1764         
1765         Release 0.7.2
1766
1767 2007-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
1768
1769         * shell/ev-window.c: (ev_window_set_icon_from_thumbnail),
1770         (ev_window_clear_thumbnail_job), (ev_window_setup_document),
1771         (ev_window_dispose):
1772
1773         Use document thumbnail as window icon. Fixes bug #384442.
1774
1775 2007-02-11  Ed Catmur  <ed@catmur.co.uk>
1776
1777         * configure.ac:
1778
1779         Remove application/x-gzpostscript from EVINCE_MIME_TYPES which was
1780         duplicated adding application/x-bzpostscript instead. 
1781
1782 2007-02-11  Tom Parker  <palfrey@tevp.net>
1783
1784         * backend/ps/ps-document.c: (document_load):
1785
1786         Check return value of psscan before trying
1787         to use it. Fixes bug #372414.
1788
1789 2007-02-11  Carlos Garcia Campos  <carlosgc@gnome.org>
1790
1791         * shell/ev-page-cache.c: (ev_page_cache_finalize):
1792
1793         Fix invalid free in ev-page-cache. Fixes bug #404745.
1794
1795 2007-02-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1796
1797         * test/Makefile.am:
1798         * test/test3.py:
1799         
1800         Added reload test case.
1801
1802 2007-02-10  Carlos Garcia Campos  <carlosgc@gnome.org>
1803
1804         * po/POTFILES.in:
1805         * backend/djvu/djvu-document.c: (djvu_document_load):
1806
1807         Check whether there are missing files in indirect multipage djvu
1808         documents. Fixes bug #361683. 
1809
1810 2007-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1811
1812         * test/Makefile.am:
1813         * test/test-mime.bin:
1814         * test/test3.py:
1815         
1816         Added test for slow mime type
1817
1818 2007-02-06  Carlos Garcia Campos  <carlosgc@gnome.org>
1819
1820         * shell/ev-page-cache.c: (ev_page_cache_finalize):
1821
1822         Add some checks and call parent_class->finalize. Fixes bug #404745.
1823
1824 2007-02-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1825
1826         * shell/ev-navigation-action.c: (connect_proxy):
1827         
1828         Fixes dropdown history menu. Thanks a lot Carlos!
1829
1830 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
1831
1832         * backend/djvu/djvu-links.c: (str_to_utf8), (build_tree):
1833
1834         Make sure g_markup_escape_text receives a valid utf-8 string. Fixes
1835         bug #373715.
1836
1837 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
1838
1839         * backend/ps/ps.c: (psscan):
1840
1841         Fix memory leak. 
1842
1843 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1844
1845         * configure.ac:
1846         * libdocument/ev-file-helpers.c: 
1847
1848         Add missing libgnome/gnome-init.h header file. Fixes bug #396677.
1849
1850 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1851
1852         * configure.ac:
1853         * backend/ps/ps-document.c: (ps_document_init), (ps_document_dispose),
1854         (ps_interpreter_start), (document_load), (save_document),
1855         (save_page_list):
1856         * libdocument/ev-file-helpers.[ch]: (ev_file_uncompress):
1857         * libdocument/ev-document-factory.c:
1858         (ev_document_factory_get_from_mime), (get_document_from_uri),
1859         (free_uncompressed_uri), (ev_document_factory_get_document):
1860         * shell/ev-window.c: (ev_window_cmd_file_open_copy_at_dest):
1861
1862         Support for PDF, PS and EPS compressed files. Fixes bug #307087. 
1863
1864 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1865
1866         * libdocument/ev-document.h:
1867
1868         Fix typo in function name. 
1869
1870 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1871
1872         * backend/ps/ps-document.c: (ps_interpreter_finished),
1873         (ps_interpreter_start), (ps_interpreter_failed):
1874
1875         Handle ghostscript interpreter crashes. 
1876
1877 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
1878
1879         * shell/ev-window.c: (ev_window_open_uri),
1880         (window_configure_event_cb):
1881
1882         Setup window size and position before showing it. Fixes bug #401711.
1883
1884 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
1885
1886         * backend/ps/Makefile.am:
1887         * backend/ps/ps-document.[ch]: (ps_section_free), (ps_document_init),
1888         (ps_document_dispose), (ps_document_class_init),
1889         (ps_interpreter_input), (ps_interpreter_output),
1890         (ps_interpreter_error), (setup_interpreter_env),
1891         (ps_interpreter_start), (ps_interpreter_stop),
1892         (ps_interpreter_failed), (ps_interpreter_is_ready),
1893         (check_filecompressed), (document_load), (ps_document_load),
1894         (ps_document_get_n_pages), (setup_page), (setup_pixmap),
1895         (ps_document_widget_event), (send_ps), (ps_document_next_page),
1896         (render_page):
1897
1898         Rework ps-document. Code cleanups, remove deprecated code. 
1899
1900 2007-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1901
1902         * shell/ev-view.c: (ev_view_button_press_event):
1903
1904         Do not start an image drag and drop operation when pointer is on 
1905         text, so that we can select text when the whole background is an
1906         image. 
1907
1908 2007-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1909
1910         * shell/ev-window.c: (ev_window_update_actions): 
1911
1912         Disable all zoom related actions during presentation mode. 
1913
1914 2007-01-31  Esteban Sanchez  <esteban@steve-0.com>
1915
1916         * shell/ev-view.c: (ev_view_zoom_in), (ev_view_zoom_out):
1917
1918         Do not zoom in or out on presentation mode. Fixes bug #401305.
1919
1920 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1921
1922         * shell/ev-navigation-action.c: (connect_proxy),
1923         (create_menu_item), (ev_navigation_action_class_init):
1924         
1925         Correctly show menu and fix crash when navigaton 
1926         action is out of toolbar visible area.
1927
1928 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1929
1930         * data/Makefile.am:
1931         * data/evince.1:
1932         
1933         Added man file
1934
1935 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1936
1937         * help/reference/* :
1938         * configure.ac:
1939         
1940         Added gtk-doc based documentation for Evince.
1941         Still in initial state but I hope it will
1942         grow.
1943         
1944         * configure.ac:
1945         
1946         Lower dbus requirement to 0.70
1947
1948 2007-01-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1949
1950         * shell/ev-window.c: (ev_window_add_history):
1951
1952         Fix memory leak. 
1953
1954 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1955
1956         * shell/ev-view.c: (ev_view_page_label_from_dest), (tip_from_link):
1957         * shell/ev-view.h:
1958         * shell/ev-window.c: (ev_window_add_history):
1959         
1960         Correctly handle named destination links
1961
1962 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1963
1964         * NOTES:
1965         * backend/djvu/djvu-links.c: (djvu_links_get_links_model):
1966         * backend/pdf/ev-poppler.cc:
1967         * libdocument/ev-document-links.h:
1968         * libdocument/ev-link.c: (ev_link_get_page):
1969         * libdocument/ev-link.h:
1970         * shell/ev-history.c: (ev_history_init), (ev_history_class_init),
1971         (ev_history_add_link):
1972         * shell/ev-history.h:
1973         * shell/ev-navigation-action.c: (activate_menu_item_cb),
1974         (new_history_menu_item), (build_menu):
1975         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
1976         * shell/ev-sidebar-links.c: (create_loading_model),
1977         (print_section_cb), (ev_sidebar_links_construct),
1978         (fill_page_labels), (update_page_callback_foreach),
1979         (update_page_callback), (job_finished_callback):
1980         * shell/ev-view.c: (ev_view_handle_link):
1981         * shell/ev-window.c: (ev_window_find_chapter),
1982         (ev_window_add_history), (view_handle_link_cb),
1983         (history_changed_cb):
1984         
1985         Implements another history variant
1986
1987 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
1988
1989         * shell/ev-window.c: (view_external_link_cb):
1990         * shell/ev-view.c: (ev_view_button_release_event):
1991
1992         Open links in new window when clicking with middle button. 
1993
1994 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1995
1996         * shell/ev-navigation-action.c: (new_history_menu_item):
1997         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
1998         * shell/ev-view.c: (ev_view_handle_link):
1999         * shell/ev-window.c:
2000         
2001         Store link before jump, not the destination. For me it 
2002         seems like more natural history behavior.
2003
2004 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2005
2006         * shell/ev-navigation-action.c: (activate_menu_item_cb),
2007         (ev_navigation_action_class_init):
2008         * shell/ev-navigation-action.h:
2009         * shell/ev-page-action.c: (activate_cb):
2010         * shell/ev-page-cache.c: (ev_page_cache_class_init),
2011         (ev_page_cache_set_current_page_history):
2012         * shell/ev-page-cache.h:
2013         * shell/ev-sidebar-thumbnails.c:
2014         (ev_sidebar_tree_selection_changed),
2015         (ev_sidebar_icon_selection_changed), (page_changed_cb):
2016         * shell/ev-view-private.h:
2017         * shell/ev-view.c: (ev_view_handle_link), (ev_view_class_init):
2018         * shell/ev-view.h:
2019         * shell/ev-window.c: (page_changed_cb), (history_changed_cb),
2020         (ev_window_setup_document), (ev_window_load_job_cb):
2021         * shell/ev-window.h:
2022         
2023         History finally works as expected.
2024
2025 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
2026
2027         * shell/ev-sidebar-links.c: (ev_sidebar_links_map):
2028
2029         Do not update links treeview if it doesn't have a model assigned yet. 
2030
2031 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
2032
2033         * shell/ev-sidebar-links.c: (ev_sidebar_links_map),
2034         (ev_sidebar_links_class_init), (update_page_callback):
2035
2036         Do not update links treeview when sidepane is not visible. 
2037
2038 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2039
2040         * shell/ev-marshal.list:
2041         * shell/ev-page-action.c: (activate_cb),
2042         (ev_page_action_class_init):
2043         * shell/ev-page-action.h:
2044         * shell/ev-page-cache.c: (ev_page_cache_set_page_label):
2045         * shell/ev-window.c:
2046         
2047         Remove activate_link signal, not required.
2048
2049 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2050
2051         * shell/ev-navigation-action.c: (build_menu):
2052         
2053         Reorder menu items and build menu with fixed length.
2054
2055 2007-01-27  Ed Catmur  <ed@catmur.co.uk>
2056
2057         * shell/ev-view.c: (get_selected_text):
2058         
2059         Normalize text to fix ligatures problem. See bug
2060         #341947 for details.
2061
2062 2007-01-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2063
2064         * shell/ev-page-cache.c: (ev_page_cache_finalize):
2065
2066         Fix memory leak in ev-page-cache. 
2067
2068 2007-01-25  Tom Parker <palfrey@tevp.net>
2069
2070         * backend/impress/impress-document.c: (impress_document_load),
2071         (impress_document_finalize), (impress_document_init):
2072         * properties/ev-properties-main.c: (ev_properties_get_pages):
2073         
2074         Correctly handle impress document errors. Fixes nautilus
2075         crash in property page #370491.
2076
2077 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2078
2079         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
2080         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
2081         (ev_job_queue_remove_job):
2082         * shell/ev-jobs.[ch]: (ev_job_load_init), (ev_job_load_class_init),
2083         (ev_job_load_dispose), (ev_job_load_new), (ev_job_load_set_uri),
2084         (ev_job_load_run):
2085         * shell/ev-window.c: (ev_window_is_empty), (password_dialog_response),
2086         (ev_window_popup_password_dialog), (ev_window_clear_load_job),
2087         (ev_window_load_job_cb), (xfer_update_progress_callback),
2088         (ev_window_open_uri), (ev_window_dispose):
2089         * shell/main.c: (main):
2090
2091         Do file transfer asynchronously in the main thread instead of
2092         synchronously in the load thread. Fixes bugs #399694, #398307 and
2093         #343542.
2094
2095 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2096
2097         * shell/ev-jobs.c: (ev_job_xfer_run):
2098
2099         Load the document with the font-config lock held. 
2100
2101 2007-01-23  Carlos Garcia Campos  <carlosgc@gnome.org>
2102
2103         * backend/ps/ps-document.c: (start_interpreter):
2104
2105         Fix memory leaks in ps backend. 
2106
2107 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
2108
2109         * backend/impress/impress-document.c:
2110         (impress_document_render_pixbuf):
2111
2112         Do not acquire fontconfig lock in impress backend, since it is using
2113         the main loop for rendering. 
2114
2115 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
2116
2117         * po/POTFILES.in: 
2118
2119         Remove mdvi files that shouldn't be translated. 
2120
2121 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
2122
2123         * shell/ev-view-private.h:
2124         * shell/ev-view.c: (draw_loading_text), (ev_view_destroy),
2125         (ev_view_set_zoom):
2126
2127         Render "loading..." text into a cairo surface instead of directly into
2128         the window so that fontconfig lock is only needed once and UI is not
2129         blocked. Change text color to #9B9B9B. Fixes bug #397356.
2130
2131 2007-01-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2132
2133         * shell/ev-stock-icons.c: (ev_stock_icons_init):
2134         * shell/ev-application.c: (ev_application_open_uri_at_dest):
2135
2136         Use icon theme associated with the window screen rather than default. 
2137
2138 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
2139
2140         * configure.ac:
2141
2142         Fix a typo in previous commit (24x24/action/ --> 24x24/actions)
2143
2144 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
2145
2146         * data/icons/*/apps/evince.*:
2147
2148         Move Evince icons under new apps directory.
2149
2150         * data/icons/*/actions/*:
2151
2152         Add new custom themeable Evince icons: view-page-continuous, 
2153         view-page-facing, zoom-fit-width, zoom-fit-page. From Andreas
2154         Nilsson, at 16 and 22 pixels (plus 24 for compatibility).
2155
2156         * configure.ac:
2157
2158         Add new directories to AC_CONFIG_FILES.
2159
2160         * shell/ev-stock-icons.c:
2161         * shell/ev-stock-icons.h:
2162
2163         Use new custom themeable icons.
2164
2165 2007-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2166
2167         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
2168
2169         Do not draw white background page in presentation mode. 
2170
2171 2007-01-16  Jani Monoses <jani.monoses@gmail.com>
2172
2173         * shell/ev-view.c: Remove unused gnome-vfs include.
2174
2175 2007-01-16  Theppitak Karoonboonyanan  <thep@linux.thai.net>
2176
2177         * backend/dvi/mdvi-lib/fontmap.c: (mdvi_load_fontmap):
2178         
2179         Format string is corrected, fixes bug #397129.
2180
2181 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2182
2183         * shell/ev-window.c: (ev_window_setup_recent):
2184
2185         Do not include in recent menu inexistent documents. Fixes
2186         bug #339171.
2187
2188 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2189
2190         * po/POTFILES.skip: 
2191
2192         Update POTFILES.skip file according to current source tree. 
2193
2194 2007-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2195
2196         * shell/ev-window.c: (file_save_dialog_response_cb):
2197
2198         Do Save a copy in atomic way. Fixes bug #328266. 
2199
2200 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
2201
2202         * shell/ev-sidebar-links.c: (update_page_callback_foreach):
2203
2204         Keep selected cell always visible in index treeview.
2205
2206 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
2207         
2208         * shell/ev-view.c: (ev_view_size_allocate):
2209
2210         Restore horizontal scrollbar after switching to/from fullscreen
2211         or presentation mode. Fixes bug #331728.
2212
2213 2007-01-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2214
2215         * shell/ev-view-private.h:
2216         * shell/ev-window.c: (ev_window_screen_changed), (ev_window_init):
2217         * shell/ev-view.[ch]: (ev_view_class_init), (ev_view_set_zoom),
2218         (ev_view_set_screen_dpi), (ev_view_can_zoom_in),
2219         (ev_view_can_zoom_out):
2220
2221         Use max and min scale values in the view iby taking dpi into account. 
2222
2223 2007-01-10  Carlos Garcia Campos  <carlosgc@gnome.org>
2224
2225         * configure.ac:
2226         * NEWS:
2227
2228         Release 0.7.1
2229
2230 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2231
2232         * shell/ev-window.c: (ev_window_print_send):
2233
2234         Send print job to printer with some settings set to default values,
2235         since we have already exported to a file according to such settings
2236         and they could be taken twice by some printers. 
2237
2238 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2239
2240         * shell/ev-jobs.c: (ev_job_xfer_run):
2241         * shell/ev-application.c: (ev_application_open_uri_at_dest):
2242
2243         Show main window and load document with the font-config lock held. 
2244
2245 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2246
2247         * configure.ac:
2248         * shell/ev-application.c: (ev_application_register_service):
2249         * shell/main.c: (load_files_remote):
2250
2251         Bump requirements to dbus-glib 0.71 and drop all ifdefs used.
2252
2253 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2254
2255         * doc/debugging.txt:
2256         
2257         Remove obsolete documentation.
2258
2259 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2260
2261         * Makefile.am:
2262         * backend/Makefile.am:
2263         * backend/comics/Makefile.am:
2264         * backend/djvu/Makefile.am:
2265         * backend/dvi/Makefile.am:
2266         * backend/ev-async-renderer.c:
2267         * backend/ev-async-renderer.h:
2268         * backend/ev-attachment.c:
2269         * backend/ev-attachment.h:
2270         * backend/ev-backend-marshal.c:
2271         * backend/ev-document-factory.c:
2272         * backend/ev-document-factory.h:
2273         * backend/ev-document-find.c:
2274         * backend/ev-document-find.h:
2275         * backend/ev-document-fonts.c:
2276         * backend/ev-document-fonts.h:
2277         * backend/ev-document-images.c:
2278         * backend/ev-document-images.h:
2279         * backend/ev-document-info.h:
2280         * backend/ev-document-links.c:
2281         * backend/ev-document-links.h:
2282         * backend/ev-document-misc.c:
2283         * backend/ev-document-misc.h:
2284         * backend/ev-document-security.c:
2285         * backend/ev-document-security.h:
2286         * backend/ev-document-thumbnails.c:
2287         * backend/ev-document-thumbnails.h:
2288         * backend/ev-document-transition.c:
2289         * backend/ev-document-transition.h:
2290         * backend/ev-document.c:
2291         * backend/ev-document.h:
2292         * backend/ev-file-exporter.c:
2293         * backend/ev-file-exporter.h:
2294         * backend/ev-image.c:
2295         * backend/ev-image.h:
2296         * backend/ev-link-action.c:
2297         * backend/ev-link-action.h:
2298         * backend/ev-link-dest.c:
2299         * backend/ev-link-dest.h:
2300         * backend/ev-link.c:
2301         * backend/ev-link.h:
2302         * backend/ev-render-context.c:
2303         * backend/ev-render-context.h:
2304         * backend/ev-selection.c:
2305         * backend/ev-selection.h:
2306         * backend/impress/Makefile.am:
2307         * backend/pdf/Makefile.am:
2308         * backend/pixbuf/Makefile.am:
2309         * backend/ps/Makefile.am:
2310         * backend/ps/ps-document.c: (push_pixbuf), (interpreter_failed),
2311         (ps_document_widget_event), (setup_pixmap), (setup_page), (input),
2312         (start_interpreter), (stop_interpreter), (document_load),
2313         (ps_document_next_page), (render_page):
2314         * backend/tiff/Makefile.am:
2315         * comics/Makefile.am:
2316         * comics/comics-document.c:
2317         * comics/comics-document.h:
2318         * configure.ac:
2319         * cut-n-paste/zoom-control/ephy-zoom-control.c:
2320         * djvu/Makefile.am:
2321         * djvu/djvu-document-private.h:
2322         * djvu/djvu-document.c:
2323         * djvu/djvu-document.h:
2324         * djvu/djvu-links.c:
2325         * djvu/djvu-links.h:
2326         * djvu/djvu-text-page.c:
2327         * djvu/djvu-text-page.h:
2328         * djvu/djvu-text.c:
2329         * djvu/djvu-text.h:
2330         * dvi/Makefile.am:
2331         * dvi/dvi-document.c:
2332         * dvi/dvi-document.h:
2333         * dvi/fonts.c:
2334         * dvi/fonts.h:
2335         * dvi/mdvi-lib/Makefile.am:
2336         * dvi/mdvi-lib/afmparse.c:
2337         * dvi/mdvi-lib/afmparse.h:
2338         * dvi/mdvi-lib/bitmap.c:
2339         * dvi/mdvi-lib/bitmap.h:
2340         * dvi/mdvi-lib/color.c:
2341         * dvi/mdvi-lib/color.h:
2342         * dvi/mdvi-lib/common.c:
2343         * dvi/mdvi-lib/common.h:
2344         * dvi/mdvi-lib/defaults.h:
2345         * dvi/mdvi-lib/dvimisc.c:
2346         * dvi/mdvi-lib/dviopcodes.h:
2347         * dvi/mdvi-lib/dviread.c:
2348         * dvi/mdvi-lib/files.c:
2349         * dvi/mdvi-lib/font.c:
2350         * dvi/mdvi-lib/fontmap.c:
2351         * dvi/mdvi-lib/fontmap.h:
2352         * dvi/mdvi-lib/fontsrch.c:
2353         * dvi/mdvi-lib/gf.c:
2354         * dvi/mdvi-lib/hash.c:
2355         * dvi/mdvi-lib/hash.h:
2356         * dvi/mdvi-lib/list.c:
2357         * dvi/mdvi-lib/mdvi.h:
2358         * dvi/mdvi-lib/pagesel.c:
2359         * dvi/mdvi-lib/paper.c:
2360         * dvi/mdvi-lib/paper.h:
2361         * dvi/mdvi-lib/pk.c:
2362         * dvi/mdvi-lib/private.h:
2363         * dvi/mdvi-lib/setup.c:
2364         * dvi/mdvi-lib/sp-epsf.c:
2365         * dvi/mdvi-lib/special.c:
2366         * dvi/mdvi-lib/sysdeps.h:
2367         * dvi/mdvi-lib/t1.c:
2368         * dvi/mdvi-lib/tfm.c:
2369         * dvi/mdvi-lib/tfmfile.c:
2370         * dvi/mdvi-lib/tt.c:
2371         * dvi/mdvi-lib/util.c:
2372         * dvi/mdvi-lib/vf.c:
2373         * dvi/pixbuf-device.c:
2374         * dvi/pixbuf-device.h:
2375         * impress/Makefile.am:
2376         * impress/common.h:
2377         * impress/document.c:
2378         * impress/f_oasis.c:
2379         * impress/f_oo13.c:
2380         * impress/iksemel.c:
2381         * impress/iksemel.h:
2382         * impress/imposter.h:
2383         * impress/impress-document.c:
2384         * impress/impress-document.h:
2385         * impress/internal.h:
2386         * impress/r_back.c:
2387         * impress/r_draw.c:
2388         * impress/r_geometry.c:
2389         * impress/r_gradient.c:
2390         * impress/r_style.c:
2391         * impress/r_text.c:
2392         * impress/render.c:
2393         * impress/render.h:
2394         * impress/zip.c:
2395         * impress/zip.h:
2396         * lib/Makefile.am:
2397         * lib/ev-debug.c:
2398         * lib/ev-debug.h:
2399         * lib/ev-file-helpers.c:
2400         * lib/ev-file-helpers.h:
2401         * lib/ev-gui.c:
2402         * lib/ev-gui.h:
2403         * lib/ev-tooltip.c:
2404         * lib/ev-tooltip.h:
2405         * libdocument/Makefile.am:
2406         * libdocument/ev-file-helpers.c:
2407         * pdf/Makefile.am:
2408         * pdf/ev-poppler.cc:
2409         * pdf/ev-poppler.h:
2410         * pixbuf/Makefile.am:
2411         * pixbuf/pixbuf-document.c:
2412         * pixbuf/pixbuf-document.h:
2413         * properties/Makefile.am:
2414         * ps/Makefile.am:
2415         * ps/gsdefaults.c:
2416         * ps/gsdefaults.h:
2417         * ps/gsio.c:
2418         * ps/gsio.h:
2419         * ps/gstypes.h:
2420         * ps/ps-document.c:
2421         * ps/ps-document.h:
2422         * ps/ps.c:
2423         * ps/ps.h:
2424         * shell/Makefile.am:
2425         * shell/ev-application.h:
2426         * shell/ev-sidebar-links.c:
2427         * shell/ev-sidebar-links.h:
2428         * shell/ev-utils.c: (ev_gui_sanitise_popup_position),
2429         (ev_gui_menu_position_tree_selection):
2430         * shell/ev-utils.h:
2431         * shell/ev-view.c: (ev_view_finalize):
2432         * shell/ev-window.c:
2433         * shell/main.c: (main):
2434         * thumbnailer/Makefile.am:
2435         * tiff/Makefile.am:
2436         * tiff/tiff-document.c:
2437         * tiff/tiff-document.h:
2438         * tiff/tiff2ps.c:
2439         * tiff/tiff2ps.h:
2440         
2441         Reorganize source tree.
2442
2443 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2444
2445         * backend/ev-document-factory.c:
2446
2447         Do not include ev-poppler.h when pdf is disabled. 
2448
2449 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
2450
2451         * configure.ac:
2452         * data/evince-ui.xml:
2453         * pdf/ev-poppler.cc: (pdf_document_images_get_images),
2454         (pdf_document_document_images_iface_init):
2455         * backend/Makefile.am:
2456         * backend/ev-document-images.[ch]:
2457         * backend/ev-image.[ch]:
2458         * lib/ev-file-helpers.[ch]: (ev_tmp_filename):
2459         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run),
2460         (ev_job_xfer_run):
2461         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
2462         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
2463         (ev_pixbuf_cache_get_image_mapping):
2464         * shell/ev-window.c: (view_menu_link_popup), (view_menu_image_popup),
2465         (view_menu_popup_cb), (ev_window_dispose),
2466         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
2467         (ev_view_popup_cmd_copy_image):
2468         * shell/ev-view-private.h:
2469         * shell/ev-view.c: (ev_view_get_image_at_location),
2470         (ev_view_do_popup_menu), (ev_view_popup_menu),
2471         (ev_view_button_press_event), (ev_view_drag_data_get),
2472         (ev_view_drag_motion), (ev_view_drag_data_received),
2473         (ev_view_motion_notify_event), (ev_view_button_release_event),
2474         (ev_view_finalize), (ev_view_class_init):
2475
2476         Add image handling support. Fixes bugs #310008 and #325047. Images
2477         selection is not supported yet. 
2478
2479 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
2480
2481         * shell/ev-window.c: (drag_data_received_cb), (ev_window_init):
2482         * shell/ev-view.c: (ev_view_drag_data_received), (ev_view_class_init),
2483         (ev_view_init):
2484
2485         Move view drag and drop stuff to ev-view.
2486
2487 2007-01-05  Carlos Garcia Campos  <carlosgc@gnome.org>
2488
2489         * shell/ev-pixbuf-cache.c: (clear_job_selection):
2490         * shell/ev-view.c: (clear_selection): 
2491
2492         Clear selection also in pixbuf cache.
2493
2494 2007-01-02  Luca Ferretti <elle.uca@libero.it>
2495
2496         * data/evince.desktop.in.in:
2497         
2498         Change icon name in desktop file. See bug #390734
2499         for details.
2500
2501 2006-12-28  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2502
2503         * thumbnailer/Makefile.am:
2504
2505         Use top_builddir instead top_srcdir for generated schema
2506         file installation. Fixes bug #390161.
2507
2508 2006-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2509
2510         * configure.ac:
2511         * backend/Makefile.am:
2512         * backend/ev-document-transition.[ch]:
2513         * pdf/ev-poppler.cc: (pdf_document_get_page_duration),
2514         (pdf_document_page_transition_iface_init):
2515         * shell/ev-view-private.h:
2516         * shell/ev-view.c: (ev_view_destroy), (page_changed_cb),
2517         (ev_view_set_presentation), (transition_next_page),
2518         (ev_view_presentation_transition_stop),
2519         (ev_view_presentation_transition_start), (ev_view_next_page):
2520
2521         Add page transition support in presentation mode. At the moment only
2522         page duration is supported, but not transition effects. Fixes bug
2523         #309815.
2524
2525 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2526
2527         * backend/ev-document-links.c: (ev_document_links_find_link_dest):
2528
2529         Run find_link_dest with document lock held, since it's called by links
2530         thread and main thread at the same time. 
2531
2532 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2533
2534         * shell/ev-view.c: (goto_dest):
2535
2536         Update page-cache when page is changed by the view, so that
2537         page-changed signal is emitted. 
2538
2539 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2540
2541         * test/test1.py:
2542         * test/test2.py:
2543
2544         Use C locale in tests. 
2545
2546 2006-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2547
2548         * shell/ev-window.c: (ev_window_run_presentation):
2549         * shell/ev-view-private.h:
2550         * shell/ev-view.c: (ev_view_set_presentation):
2551
2552         Restore zoom settings when back from presentation mode. 
2553
2554 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2555
2556         * shell/ev-window.c: (ev_window_run_presentation):
2557
2558         Always use "best fit" zoom in presentation mode.
2559         Fixes bug #389195.
2560
2561 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2562
2563         * shell/ev-view.c: (ev_view_goto_window_create):
2564
2565         Show "Jump to page" label in the page jumping popup in
2566         presentation mode instead of just a GtkEntry.
2567
2568 2006-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
2569
2570         * shell/ev-window.c: (launch_external_uri):
2571
2572         Do not escape uri before calling gnome_vfs_url_show(). Fixes bug
2573         #378085.
2574
2575 2006-12-22  Elijah Newren  <newren gmail com>
2576
2577         * configure.ac: explicitly check for libxml2.  Fixes #388795
2578
2579 2006-12-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2580
2581         * shell/ev-view-private.h:
2582         * shell/ev-view.c: (send_focus_change), (ev_view_goto_window_hide),
2583         (ev_view_goto_window_delete_event), (key_is_numeric),
2584         (ev_view_goto_window_key_press_event),
2585         (ev_view_goto_window_button_press_event),
2586         (ev_view_goto_entry_activate), (ev_view_goto_window_create),
2587         (ev_view_goto_entry_grab_focus), (ev_view_goto_window_send_key_event),
2588         (ev_view_key_press_event), (ev_view_focus_out), (ev_view_destroy):
2589
2590         Allow jumping to another page by typing a page number in presentation
2591         mode. It uses a popup window with an entry. Fixes bug #353625.
2592
2593 2006-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2594
2595         * configure.ac:
2596         * properties/ev-properties-view.c: (ev_get_default_user_units),
2597         (ev_regular_paper_size):
2598         
2599         Check for NL_MEASUREMENT. Fixes bug #376469. Thanks
2600         to Damien Carbery <damien.carbery@sun.com> and
2601         Yevgen Muntyan <muntyan@tamu.edu>.
2602
2603 2006-12-20  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2604
2605         * shell/ev-window.c: (setup_document_from_metadata):
2606
2607         Make sure Evince doesn't restore the view on the last
2608         page when a document is reopened. Fixes bug #383381.
2609
2610 2006-12-18  Jens Granseuer  <jensgr@gmx.net>
2611
2612         * shell/ev-view.c: (draw_loading_text):
2613
2614         Fix compilation with older compilers like gcc 2. Fixes bug #387237.
2615
2616 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2617
2618         * configure.ac:
2619         * NEWS:
2620
2621         Release 0.7.0
2622
2623 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2624
2625         * configure.ac:
2626         * pdf/ev-poppler.cc: (pdf_print_context_free),
2627         (pdf_document_file_exporter_begin),
2628         (pdf_document_file_exporter_do_page):
2629
2630         Make cairo-pdf depedency optional. 
2631
2632 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2633
2634         * shell/ev-print-job.c: (idle_print_handler), (ev_print_job_print):
2635
2636         Use ev_file_exporter instead of ev_ps_exporter in ev-print-job.
2637
2638 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2639
2640         * backend/ev-document.[ch]: (ev_document_get_fc_mutex),
2641         (ev_document_fc_mutex_lock), (ev_document_fc_mutex_unlock):
2642         * pdf/ev-poppler.cc: (make_thumbnail_for_size):
2643         * shell/ev-jobs.c: (ev_job_render_run), (ev_job_fonts_run):
2644         * shell/ev-view.c: (draw_loading_text):
2645         * shell/ev-window.c: (ev_window_cmd_file_properties):
2646
2647         Use an specific lock for FontConfig. Hopefully it fixes some crashes
2648         related to using FontConfig from different threads.
2649         
2650 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2651
2652         * shell/ev-view.c: (draw_loading_text):
2653
2654         Acquire lock document when drawing "Loading..." text so that only one
2655         thread will use FontConfig at the same time. Fixes bug #374750.
2656
2657 2006-12-15  Carlos Garcia Campos  <carlosgc@gnome.org>
2658
2659         * shell/ev-page-action.[ch]: (activate_cb):
2660         * shell/ev-window.c: (activate_label_cb):
2661
2662         Check if text inserted in page entry is a valid page number when it
2663         doesn't match to any document page label. Fixes bug #383165.
2664
2665 2006-12-14  Julien Rebetez,  <julienr@cvs.gnome.org>
2666         * shell/ev-window.c:
2667
2668         GTK_STOCK_SELECT_ALL is used in menu definition, but isn't
2669         available with GTK < 2.10. Added an ifdef to avoid compilation
2670         error.
2671
2672 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2673
2674         * configure.ac:
2675         * ps/ps-document.c: (start_interpreter), (ps_document_next_page):
2676
2677         Fix ps backend in multihead systems.
2678
2679 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2680
2681         * ps/ps-document.c: (setup_page), (ps_document_get_page_size):
2682         * shell/ev-window.c: (ev_window_get_screen_dpi),
2683         (ev_window_update_actions), (setup_view_from_metadata),
2684         (ev_window_zoom_changed_cb), (zoom_control_changed_cb):
2685
2686         Take screen DPI into account when zooming. Fixes bug #318285.
2687
2688 2006-12-14  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2689
2690         * data/Makefile.am:
2691
2692         Cleaned up/slightly refactored Makefile.am. Added GConf
2693         schemas uninstallation as well.
2694
2695 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2696
2697         * Makefile.am:
2698         * test/Makefile.am:
2699
2700         Fight with autotools to fix make check. Make distcheck
2701         works fine as well now!
2702
2703 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2704
2705         * shell/ev-view.c: (draw_end_presentation_page):
2706
2707         Corrected "end of presentation" string.
2708
2709 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2710
2711         * shell/ev-view.c: (ev_view_key_press_event):
2712
2713         Correctly propagate key press event so that up/down keys
2714         work as expected (correct behaviour was broken by
2715         black/white screen key bindings for presentations).
2716
2717 2006-12-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2718
2719         * pdf/ev-poppler.cc: (pdf_document_find_get_n_results),
2720         (pdf_document_find_get_result), (pdf_document_find_page_has_results),
2721         (pdf_document_find_get_progress), (pdf_selection_render_selection),
2722         (pdf_selection_get_selection_region),
2723         (pdf_selection_get_selection_map):
2724
2725         Add "static" to some private functions. 
2726
2727 2006-12-13  P. Henrique Silva  <ph.silva@gmail.com>
2728
2729         * lib/ev-tooltip.h:
2730         * properties/ev-properties-view.h:
2731         * shell/ev-jobs.h:
2732         * shell/ev-properties-dialog.h:
2733         * shell/ev-properties-fonts.h:
2734         * shell/ev-sidebar-links.h:
2735         * shell/ev-sidebar-thumbnails.h:
2736         * shell/ev-sidebar.h:
2737         * shell/ev-window.h:
2738         
2739         Fixes CHACK type in class casts. See bug #385343
2740         for details.
2741
2742 2006-12-10  Carlos Garcia Campos  <carlosgc@gnome.org>
2743
2744         * shell/ev-view-private.h:
2745         * shell/ev-view.c: (draw_end_presentation_page),
2746         (ev_view_expose_event), (ev_view_key_press_event),
2747         (ev_view_class_init), (ev_view_init):
2748
2749         Blank screen in presentation mode when pressing 'b' (filling with
2750         black) or 'w' (filling with white) keys. Fixes bug #358132.
2751
2752 2006-12-09  Gabriel Felipe Cornejo  <gnomeusr@gmail.com>
2753
2754         * data/evince-toolbar.xml:
2755         * shell/ev-window.c:
2756         
2757         Use stock icon for Select All action. Fixes
2758         bug #382652.
2759
2760 2006-12-09  Radoslav Dorcik  <dixiecko@gmail.com>
2761
2762         * shell/ev-view.c: (get_doc_point_from_offset),
2763         (ev_view_get_link_at_location), (ev_view_motion_notify_event):
2764
2765         Add links support in rotated documents. Fixes bug #343733.
2766
2767 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2768
2769         * shell/ev-view-private.h:
2770         * shell/ev-view.c: (draw_end_presentation_page),
2771         (ev_view_expose_event), (ev_view_init), (ev_view_set_presentation):
2772
2773         Show a blank page after the last page in presentation mode with a
2774         message indicating that presentation has finished and how to exit. 
2775
2776 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2777
2778         * shell/ev-window.c: (fullscreen_timeout_cb):
2779
2780         Hide cursor after a while in presentation mode. 
2781
2782 2006-12-04  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2783
2784         * backend/ev-document-info.h:
2785         * data/evince-properties.glade:
2786         * pdf/ev-poppler.cc:
2787         * properties/ev-properties-view.c: (ev_regular_paper_size),
2788         (ev_properties_view_set_info):
2789         * ps/ps-document.c: (ps_document_get_info):
2790
2791         Adds a paper size field to the properties dialog. Fixes
2792         bug #307315. Patch by Kasper Svendsen (with some i18n
2793         changes done by me).
2794
2795 2006-12-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2796
2797         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
2798         (screensaver_init_dbus), (totem_scrsaver_new),
2799         (totem_scrsaver_init):
2800         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
2801         * shell/ev-application.c: (ev_application_register_service),
2802         (ev_application_screensaver_enable),
2803         (ev_application_screensaver_disable):
2804         * shell/ev-application.h:
2805         * shell/ev-window.c: (ev_window_run_presentation),
2806         (ev_window_stop_presentation), (build_comments_string),
2807         (ev_window_init):
2808         
2809         Move screensaver handling to application. No more
2810         message on startup.
2811
2812 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2813
2814         * configure.ac:
2815         * backend/Makefile.am:
2816         * backend/ev-file-exporter.[ch]:
2817         * pdf/ev-poppler.cc: (pdf_document_file_exporter_*):
2818         * ps/ps-document.c: (ps_document_file_exporter_*):
2819         * tiff/tiff-document.c: (tiff_document_document_file_exporter_*):
2820         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
2821         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
2822         (ev_window_print_dialog_response_cb), (ev_window_print_range):
2823
2824         Allow printing to PDF when suppoted by the backend.
2825         
2826 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2827
2828         * shell/ev-window.c: (build_comments_string):
2829
2830         Use always "Document Viewer" in about dialog. 
2831
2832 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2833
2834         * djvu/djvu-document.c: (djvu_document_get_page_size):
2835
2836         Display a warning message when get_pageinfo fails. 
2837
2838 2006-11-30  Yevgen Muntyan  <muntyan@tamu.edu>
2839
2840         * Makefile.am:
2841         * backend/Makefile.am:
2842         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
2843         * configure.ac:
2844         * shell/ev-window.c: (build_comments_string):
2845         
2846         Make pdf compilation optional. See bug #38007.
2847
2848 2006-11-30  Carlos Garcia Campos  <carlosgc@gnome.org>
2849
2850         * ps/ps.c: (get_next_text):
2851
2852         Fix CVE-2006-5864.
2853
2854 2006-11-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2855
2856         * shell/ev-history.c: (ev_history_finalize), (ev_history_class_init):
2857         * shell/ev-navigation-action.c: (connect_proxy),
2858         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
2859         
2860         Do not call g_type_class_peek_parent twice.
2861
2862 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2863
2864         * configure.ac:
2865         * data/icons/24x24/.cvsignore:
2866         * data/icons/24x24/Makefile.am:
2867         * data/icons/24x24/evince.png:
2868         * data/icons/Makefile.am:
2869         
2870         Add 24x24 icon. Thanks to 
2871         Michael Monreal <infernux@web.de>.
2872
2873 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2874
2875         * configure.ac: Fix typo in configure.ac. Thanks
2876         to dmacks@netspace.org for notification.
2877
2878 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2879
2880         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
2881         
2882         Drop dbus include, fixes compilation with older dbus.
2883
2884 2006-11-22  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2885
2886         * configure.ac:
2887         * cut-n-paste/Makefile.am:
2888         * cut-n-paste/totem-screensaver/.cvsignore
2889         * cut-n-paste/totem-screensaver/Makefile.am:
2890         * cut-n-paste/totem-screensaver/README:
2891         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
2892         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
2893         * shell/Makefile.am:
2894         * shell/ev-window.c: (ev_window_run_presentation),
2895         (ev_window_stop_presentation), (ev_window_cmd_help_about),
2896         (ev_window_init):
2897
2898         Implemented screensaver enabling/disabling for
2899         presentation mode (not fullscreen mode). Code stolen
2900         from Totem (with some minor tweaks). Fixes bug #338889.
2901
2902 2006-11-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2903
2904         * configure.ac:
2905
2906         Bump gnome-icon-theme requirements. We use the rotation
2907         icons that appeared recently.
2908
2909 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2910
2911         * shell/ev-history.c: (ev_history_add_page):
2912         * shell/ev-history.h:
2913         * shell/ev-window.c: (page_changed_cb):
2914         
2915         Use page labels instead of numbers.
2916
2917 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2918
2919         * data/evince-toolbar.xml:
2920         * po/POTFILES.in:
2921         * shell/Makefile.am:
2922         * shell/ev-navigation-action-widget.c:
2923         (ev_navigation_action_widget_init),
2924         (ev_navigation_action_widget_class_init), (menu_deactivate_cb),
2925         (menu_detacher), (ev_navigation_action_widget_set_menu),
2926         (menu_position_func), (popup_menu_under_arrow),
2927         (ev_navigation_action_widget_toggled),
2928         (ev_navigation_action_widget_button_press_event):
2929         * shell/ev-navigation-action-widget.h:
2930         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
2931         (ev_navigation_action_set_window), (activate_menu_item_cb),
2932         (new_history_menu_item), (new_empty_history_menu_item),
2933         (build_menu), (menu_activated_cb), (connect_proxy),
2934         (create_tool_item), (ev_navigation_action_init),
2935         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
2936         * shell/ev-navigation-action.h:
2937         * shell/ev-page-action-widget.c: (ev_page_action_widget_init),
2938         (ev_page_action_widget_set_page_cache),
2939         (ev_page_action_widget_finalize),
2940         (ev_page_action_widget_class_init), (match_selected_cb),
2941         (display_completion_text), (match_completion), (build_new_tree_cb),
2942         (get_filter_model_from_model),
2943         (ev_page_action_widget_update_model):
2944         * shell/ev-page-action-widget.h:
2945         * shell/ev-page-action.c: (activate_link_cb), (update_model),
2946         (connect_proxy):
2947         * shell/ev-page-action.h:
2948         * shell/ev-stock-icons.c:
2949         * shell/ev-stock-icons.h:
2950         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
2951         (page_changed_cb), (ev_window_setup_document), (ev_window_dispose),
2952         (register_custom_actions):
2953         * shell/main.c:
2954         
2955         Preliminary history implementation
2956
2957 2006-11-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2958
2959         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_finalize),
2960         (dvi_document_class_init), (dvi_document_init_params):
2961         * dvi/mdvi-lib/font.c: (font_reference):
2962         
2963         Add reference to subfont. Fixes bug #374277.
2964
2965 2006-11-16  Carlos Garcia Campos  <carlosgc@gnome.org>
2966
2967         * shell/ev-window.c: (ev_window_create_tmp_symlink),
2968         (ev_window_cmd_file_open_copy_at_dest):
2969
2970         Fix a race condition when creating symlink. Increase the counter
2971         avoiding an infinite loop. Really fixes bug #357472. (Based on patch by
2972         Mathias Hasselmann).
2973
2974 2006-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
2975
2976         * backend/Makefile.am:
2977         * backend/ev-attachment.c: (ev_attachment_open):
2978         * lib/ev-file-helpers.[ch]: (ensure_dir_exists), (ev_dot_dir),
2979         (ev_tmp_dir), (ev_tmp_filename):
2980         * shell/ev-sidebar-attachments.c:
2981         (ev_sidebar_attachments_drag_data_get):
2982         * shell/ev-window.c: (ev_window_clear_temp_file):
2983
2984         Use always ev_tmp_dir instead of g_get_tmp_dir. Fix a race condition
2985         in ensure_dir_exists. Abort without crashing when we can't create
2986         user's directory.
2987
2988 2006-11-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2989
2990         * data/evince-ui.xml:
2991         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
2992         (ev_window_xfer_job_cb), (ev_window_get_copy_tmp_name),
2993         (ev_window_cmd_file_open_copy_at_dest),
2994         (ev_window_cmd_file_open_copy), (view_menu_popup_cb),
2995         (ev_view_popup_cmd_open_link_new_window):
2996
2997         Allow opening a copy of the current document in a new window. Fixes bug
2998         #357472
2999
3000 2006-11-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3001
3002         * data/evince-toolbar.xml:
3003         
3004         Add rotate right and rotate left to available items for toolbar.
3005         
3006         * data/evince-ui.xml:
3007         * shell/ev-window.c: (ev_window_init):
3008         
3009         Customize toolbar with right click. Fixes bug #372451.
3010
3011 2006-11-11  Claudio Saavedra  <csaavedra@alumnos.utalca.cl>
3012
3013         * shell/ev-window.c: 
3014         
3015         Use "object-rotate-{left,right}" stock icons. Fixes 
3016         bug #373863.
3017
3018 2006-11-10  Carlos Garcia Campos  <carlosgc@gnome.org>
3019
3020         * shell/ev-application.[ch]: (get_unlink_temp_file_from_args),
3021         (ev_application_open_uri_at_dest), (ev_application_open_uri):
3022         * shell/ev-window.[ch]: (ev_window_clear_temp_file),
3023         (ev_window_open_uri):
3024         * shell/main.c: (arguments_parse):
3025
3026         Remove temp file created when evince is used by GTK+ in
3027         preview mode. Fixes bug #365282. 
3028
3029 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3030
3031         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
3032         
3033         Fixes bug #372474 - Side pane disabled when entering 
3034         and leaving fullscreen mode.
3035
3036 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3037
3038         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (setup_editor):
3039         * data/Makefile.am:
3040         * data/evince-preview-toolbar.xml:
3041         * data/evince-toolbar.xml:
3042         * shell/ev-application.c: (ev_application_shutdown),
3043         (ev_application_init), (ev_application_get_toolbars_model):
3044         * shell/ev-application.h:
3045         * shell/ev-window.c: (update_chrome_visibility),
3046         (ev_window_create_fullscreen_popup), (ev_window_run_preview),
3047         (ev_window_cmd_edit_toolbar), (ev_window_init):
3048         
3049         Fixes bug #364364 - toolbar editor shows zoom actions again.
3050
3051 2006-11-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3052
3053         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
3054
3055         Do not take margins into consideration for paper size when printing.
3056         Really fixes bug #350491.
3057
3058 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3059
3060         * data/evince-ui.xml:
3061         * shell/ev-window.c: (ev_window_print_page_setup_done_cb),
3062         (ev_window_cmd_file_print_setup),
3063         (ev_window_print_dialog_response_cb),
3064         (ev_window_setup_action_sensitivity):
3065
3066         Add page setup settings for printing. Fixes bugs #363860 and #350491.
3067
3068 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3069
3070         * shell/ev-window.c: (ev_window_print_range):
3071
3072         Revert my previuos commit, since printing to PDF is not supported by
3073         evince yet. 
3074
3075 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3076
3077         * shell/ev-window.c: (ev_window_print_range):
3078
3079         Enable print to a PDF. Fixes bug #332121.
3080
3081 2006-10-31  Carlos Garcia Campos  <carlosgc@gnome.org>
3082
3083         * shell/ev-application-service.xml:
3084         * shell/ev-application.[ch]: (ev_application_open_window),
3085         (ev_application_get_empty_window), (ev_application_open_uri_at_dest),
3086         (ev_application_open_uri), (ev_application_open_uri_list):
3087         * shell/ev-window.c: (file_open_dialog_response_cb),
3088         (ev_window_cmd_recent_file_activate), (ev_window_setup_recent),
3089         (drag_data_received_cb), (open_remote_link):
3090         * shell/main.c: (arguments_parse), (load_files), (load_files_remote):
3091
3092         Add support for multiscreen systems. Fixes bug #316206.
3093
3094 2006-10-30  Carlos Garcia Campos  <carlosgc@gnome.org>
3095
3096         * shell/ev-jobs.[ch]: (ev_job_print_new),
3097         (ev_print_job_print_page_in_range), (ev_print_job_print_page_in_set),
3098         (ev_job_print_do_page):
3099         * shell/ev-window.[ch]: (ev_window_print_dialog_response_cb):
3100
3101         Allow printing only odd/even pages. Fixes bug #367289.
3102
3103 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3104
3105         * test/test1.py:
3106         * test/test2.py:
3107
3108         Re-add locale settings to test files.
3109
3110 2006-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3111
3112         * data/evince-ui.xml:
3113         * shell/ev-window.c: (set_action_properties):
3114         
3115         Removed garbage from code and ui.
3116
3117 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3118
3119         * shell/ev-window.c: (ev_window_cmd_help_about):
3120
3121         Shamelessly add my name to the list of contributors.
3122
3123 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3124
3125         * test/test1.py:
3126         * test/test2.py:
3127
3128         Cleaned up the dogtail scripts.
3129
3130 2006-10-27  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3131
3132         * shell/ev-view.c: (draw_loading_text): Don't render
3133         "loading..." text in presentation mode. Temporary
3134         workaround for bug #320352.
3135
3136 2006-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3137
3138         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
3139         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
3140
3141         Use print settings scale, copies, collate and reverse which were
3142         ignored. Fixes bug #359032.
3143
3144 2006-10-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3145
3146         * configure.ac:
3147         * data/evince-password.glade:
3148         * test/Makefile.am:
3149         * test/test-encrypt.pdf:
3150         * test/test-links.pdf:
3151         * test/test1.py:
3152         * test/test2.py:
3153
3154         Add automated UI tests for evince with dogtail. See
3155         bug #300948.    
3156
3157 2006-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3158
3159         * shell/ev-window.c: (fullscreen_timeout_cb), (ev_window_init):
3160
3161         Hide fullscreen toolbar when switching to another desktop workspace.
3162         Fixes bug #338871
3163
3164 2006-10-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3165
3166         * shell/ev-window-title.c: 
3167         
3168         Test for .dvi in title of pdf documents.
3169
3170 2006-10-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3171
3172         * shell/ev-view.c: (ev_view_scroll):
3173
3174         Page Up/Down should do page jumps in "Best fit" mode.
3175         If a user has explicitly chosen to view exactly one page
3176         at a time, scrolling just a part of the page when
3177         pressing Page Up/Down is not right. Fixes bug #323107.
3178
3179 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3180
3181         * NEWS:
3182         * configure.ac:
3183         
3184         Update for 0.6.1
3185
3186 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3187
3188         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
3189         (job_fonts_finished_cb), (ev_properties_fonts_set_document):
3190         
3191         Correctly disconnect from job signals on destroy.
3192
3193 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3194
3195         * shell/ev-view-private.h:
3196         * shell/ev-view.c: (view_set_adjustment_values),
3197         (view_update_range_and_current_page),
3198         (ensure_rectangle_is_visible), (ev_view_size_allocate):
3199         
3200         Fixes bug #343199, current page now follows find page.
3201
3202 2006-10-08  Wouter Bolsterlee  <wbolster@gnome.org>
3203
3204         * backend/ev-document-factory.c:
3205         * configure.ac:
3206         Assigned OpenDocument presenation MIME type to the
3207         Impress backend. Added some missing (but harmless)
3208         #ifdefs in the document factory as well to make things
3209         consistent again. Fixes bug #360658.
3210
3211 2006-10-08  Christian Persch  <chpe@cvs.gnome.org>
3212
3213         * backend/ev-async-renderer.c: (ev_async_renderer_get_type):
3214         * backend/ev-document-find.c: (ev_document_find_get_type):
3215         * backend/ev-document-fonts.c: (ev_document_fonts_get_type):
3216         * backend/ev-document-links.c: (ev_document_links_get_type):
3217         * backend/ev-document-security.c: (ev_document_security_get_type):
3218         * backend/ev-document-thumbnails.c:
3219         (ev_document_thumbnails_get_type):
3220         * backend/ev-document.c: (ev_document_get_type):
3221         * backend/ev-ps-exporter.c: (ev_ps_exporter_get_type):
3222         * backend/ev-selection.c: (ev_selection_get_type):
3223         * cut-n-paste/recent-files/egg-recent-model.c:
3224         (egg_recent_model_get_type):
3225         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
3226         (egg_recent_view_uimanager_get_type):
3227         * cut-n-paste/recent-files/egg-recent-view.c:
3228         (egg_recent_view_get_type):
3229         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
3230         (egg_editable_toolbar_get_type):
3231         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
3232         (egg_toolbar_editor_get_type):
3233         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
3234         (egg_toolbars_model_get_type):
3235         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
3236         (egg_tree_multi_drag_source_get_type):
3237         * cut-n-paste/zoom-control/ephy-zoom-action.c:
3238         (ephy_zoom_action_get_type):
3239         * cut-n-paste/zoom-control/ephy-zoom-control.c:
3240         (ephy_zoom_control_get_type):
3241         * impress/r_back.c: (_imp_fill_back):
3242         * properties/ev-properties-main.c:
3243         (ev_properties_plugin_register_type):
3244         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type):
3245         * shell/ev-view-accessible.c: (ev_view_accessible_get_type),
3246         (ev_view_accessible_factory_get_type):
3247
3248         Reduce relocations. Bug #360616.
3249
3250 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3251
3252         * backend/ev-document-factory.c:
3253         (ev_document_factory_get_document):
3254         
3255         Load document even if extension is wrong.
3256
3257 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3258
3259         * shell/ev-metadata-manager.c: (save_values):
3260         * shell/ev-window.c: (setup_size_from_metadata),
3261         (setup_view_from_metadata), (ev_window_setup_document),
3262         (ev_window_xfer_job_cb), (window_configure_event_cb):
3263         
3264         Set size according to the document size/page size ratio.
3265         That should correct rather wierd behaviour of the previous
3266         commit.
3267
3268 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3269
3270         * shell/ev-window.c: (setup_view_from_metadata):
3271         
3272         Set size for new windows from previous window size.
3273         See bugs #354968 and #168450 for details. Thanks
3274         to Meik Hellmund.
3275
3276 2006-10-01  Carlos Garcia Campos  <carlosgc@gnome.org>
3277
3278         * djvu/djvu-links.c: (build_tree):
3279
3280         Fix memory leak.
3281
3282 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3283
3284         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_set_document):
3285         
3286         Don't make sidebar close button insensitive. Fixes
3287         bug #357871.
3288
3289 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3290
3291         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
3292         (ev_window_set_view_accels_sensitivity):
3293         
3294         Don't enable Slash on documents which don't support
3295         find. Fixes bug #358648.
3296
3297 2006-10-01  Wouter Bolsterlee  <wbolster@gnome.org>
3298
3299         * shell/ev-window.c: (ev_window_cmd_file_open): Make the
3300         open dialog fall back to the current document uri if the
3301         filechooser hasn't been used before. Fixes bug #356980.
3302
3303 2006-09-24  Mathias Hasselmann  <mathias.hasselmann@gmx.de>
3304
3305         * shell/ev-window.c: (ev_window_setup_recent), 
3306         (ev_window_get_recent_file_label):
3307
3308         Escape underscores in filenames of recent file items.
3309
3310 2006-09-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3311
3312         * configure.ac:
3313         
3314         Bumped poppler requirements, really 0.5.3 is very 
3315         buggy, now we require 0.5.4.
3316
3317 2006-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3318
3319         * djvu/Makefile.am:
3320         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
3321         (djvu_document_find_iface_init), (djvu_document_links_get_links),
3322         (djvu_document_document_links_iface_init):
3323         * djvu/djvu-links.c: (number_from_miniexp), (string_from_miniexp),
3324         (number_from_string_10), (get_djvu_link_dest),
3325         (get_djvu_link_action), (build_tree), (get_djvu_hyperlink_area),
3326         (get_djvu_hyperlink_mapping), (djvu_links_has_document_links),
3327         (djvu_links_get_links), (djvu_links_find_link_dest),
3328         (djvu_links_get_links_model):
3329         * djvu/djvu-links.h:
3330         
3331         Add support for links and bookmarks in djvu documents. Thanks
3332         to Pauli Virtanen <pauli.virtanen@iki.fi> for the wonderful
3333         patch.
3334
3335 2006-09-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3336
3337         * shell/ev-application.c: (ev_application_open_uri_at_dest):
3338         
3339         Reopen should reload document. Fixes 
3340         bug 327951.
3341
3342 2006-09-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3343
3344         * configure.ac:
3345         * data/Makefile.am:
3346         * data/evince-16.png:
3347         * data/evince-22.png:
3348         * data/evince.png:
3349         * data/evince.svg:
3350         * data/icons/16x16/Makefile.am:
3351         * data/icons/16x16/evince.png:
3352         * data/icons/22x22/Makefile.am:
3353         * data/icons/22x22/evince.png:
3354         * data/icons/48x48/Makefile.am:
3355         * data/icons/48x48/evince.png:
3356         * data/icons/Makefile.am:
3357         * data/icons/scalable/Makefile.am:
3358         * data/icons/scalable/evince.svg:
3359         
3360         Install icons with correct names. Fixes
3361         bug #354429.
3362
3363 2006-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
3364
3365         * shell/ev-view.c: (ev_view_button_release_event):
3366
3367         Don't open links with middle mouse button. Fixes bug #353649
3368
3369 2006-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3370
3371         * NEWS:
3372         * configure.ac:
3373         
3374         Update for release 0.6.0
3375
3376 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3377
3378         * shell/ev-window.c: (ev_window_xfer_job_cb), (do_action_named):
3379         Implement Close named action. Patch by Carlos Garcia Campos.
3380
3381 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3382
3383         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
3384         
3385         Don't clear link mapping on copy_job_to_job_info. Fixes
3386         bug 346168.
3387
3388 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
3389
3390         * shell/main.c: (main):
3391
3392         Revert my previous commit, gnome_program_init owns the option context.
3393         Fix another memory leak in main. Both caught by Christian Persch. 
3394
3395 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
3396
3397         * shell/main.c: (main):
3398
3399         Fix memory leak.
3400
3401 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
3402
3403         * backend/ev-document-factory.c: (ev_document_factory_get_document):
3404
3405         Fix crash when opening a pdf with password protection. 
3406
3407 2006-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3408
3409         * pdf/ev-poppler.cc: (pdf_document_search_free):
3410
3411         Fix memory leak. 
3412
3413 2006-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3414
3415         * backend/ev-document-factory.c:
3416         (ev_document_factory_get_document):
3417         * tiff/tiff-document.c: (tiff_document_finalize):
3418         
3419         More correct handling of document loading. Fixes
3420         bug #349043.
3421
3422 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3423
3424         * backend/ev-attachment.c: (ev_attachment_save):
3425
3426         Remove GNOME_VFS_OPEN_TRUNCATE flag which is only available with
3427         gnome-vfs >= 2.9.3 and it's not really needed. Fixes bug #351493
3428
3429 2006-08-15  Julien Rebetez  <julienr@cvs.gnome.org>
3430         
3431         * shell/ev-window.c: (ev_window_cmd_recent_file_activate):
3432         Fixed a compilation error if HAVE_GTK_RECENT isn't defined.
3433
3434 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3435
3436         * shell/ev-sidebar-thumbnails.c:
3437
3438         Do not render thumbnails unless thumbnails page is active in the
3439         sidebar.
3440
3441 2006-08-14  Christian Persch  <chpe@cvs.gnome.org>
3442
3443         * shell/ev-properties-dialog.c:
3444
3445         Fix dialogue spacing. Bug #351370.
3446
3447 2006-08-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
3448
3449         * configure.ac:
3450
3451         Use lowercase gettext catalog file names (evince.mo
3452         instead of Evince.mo)
3453
3454 2006-08-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3455
3456         * shell/ev-sidebar-attachments.c:
3457
3458         GtkIconTheme is now screen safe too. Fixes bug #350878
3459
3460 2006-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3461
3462         * shell/ev-window.c:
3463
3464         GtkRecent manager is now screen safe. Fixes bug #350145
3465
3466 2006-08-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3467
3468         * shell/ev-sidebar.c: (ev_sidebar_init):
3469         
3470         Make sidebar close icon smaller. Fix for bug 350177.
3471         See also bugs 350176 and 165770.
3472
3473 2006-08-10  Carlos Garcia Campos  <carlosgc@gnome.org>
3474
3475         * shell/ev-view.c: (goto_fith_dest), (goto_fit_dest), (goto_xyz_dest):
3476
3477         Ignore zoom for xyz destinations when it's <= 1, keeping user
3478         preferences instead. Set correct sizing-mode for fith and fitv
3479         destinations rather than EV_SIZING_FREE. Fixes bug #349433
3480
3481 2006-08-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3482
3483         * NEWS:
3484         * configure.ac:
3485         
3486         Update for release 0.5.5
3487
3488 2006-08-07  Radoslav Dorcik <dixiecko@gmail.com>
3489         
3490         * shell/ev-window.c: (ev_window_cmd_escape)
3491
3492         Escape unfocus page entry. Fixes bug #345809.
3493
3494 2006-08-06  Carlos Garcia Campos  <carlosgc@gnome.org>
3495
3496         * pdf/ev-poppler.cc: (ev_link_dest_from_dest), (ev_link_from_action),
3497         (build_tree), (pdf_document_links_get_links),
3498         (pdf_document_links_find_link_dest):
3499         * shell/ev-view.c: (goto_fitr_dest), (goto_fith_dest),
3500         (goto_xyz_dest):
3501
3502         Convert from PDF style coordinates to X style coordinates in the
3503         backend rather than in the view. Fixes bug #338440
3504
3505 2006-08-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3506
3507         * shell/ev-window.c:
3508         
3509         Remove Ctrl+Shift+T shortcut for toolbars. See
3510         the bug #350098.
3511
3512 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
3513
3514         * configure.ac:
3515
3516         Use [] in AC_DEFINE for GtkRecent. Probably build was failing because
3517         of this. 
3518
3519 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
3520
3521         * configure.ac:
3522         * cut-n-paste/Makefile.am:
3523         * data/evince-ui.xml:
3524         * shell/Makefile.am:
3525         * shell/ev-application.[ch]:
3526         * shell/ev-window.c:
3527
3528         Use GtkRecent instead of EggRecent when it's available. Fixes bug
3529         #349273
3530
3531 2006-08-04  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
3532
3533         * shell/eggfindbar.c: (egg_find_bar_init): Fixed typo in
3534         findbar code: s/help/search/
3535
3536 2006-08-04  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
3537
3538         * shell/ev-window.c: (setup_document_from_metadata),
3539         (setup_chrome_from_metadata), (setup_sidebar_from_metadata),
3540         (setup_view_from_metadata):
3541         
3542         Fix memory leaks.
3543
3544 2006-07-31  Christian Persch  <chpe@cvs.gnome.org>
3545
3546         * autogen.sh, configure.ac: 
3547         
3548         Update automake usage. See bug 349292.
3549
3550 2006-07-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3551
3552         * shell/eggfindbar.c: (egg_find_bar_class_init),
3553         (entry_activate_callback), (egg_find_bar_init),
3554         (egg_find_bar_set_status_text):
3555         * shell/eggfindbar.h:
3556         
3557         Unify Evince findbar with Epiphany. Nice patch
3558         from Fabricio Silva <silva@crans.org> and
3559         Frederic Peters <fpeters@entrouvert.com>. See
3560         bug #339966 for details.
3561
3562 2006-07-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3563
3564         * data/evince.desktop.in.in:
3565         
3566         Correct information for bugzilla. Thanks to
3567         Olaf Vitters, see bug #348855.
3568
3569 2006-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
3570
3571         * shell/ev-jobs.[ch]:
3572         * shell/ev-sidebar-links.c:
3573         * shell/ev-window.[ch]:
3574
3575         GtkPrintJob doesn't support print ranges or current page, so we export
3576         to a ps file now when printing ranges or current page.
3577
3578 2006-07-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3579
3580         * pdf/ev-poppler.cc:
3581         * shell/ev-window.c: (do_action_named):
3582
3583         We should be more clear about bugzilla. See the
3584         poppler bug #7623.
3585
3586 2006-07-23  Carlos Garcia Campos  <carlosgc@gnome.org>
3587
3588         * configure.ac:
3589         * shell/Makefile.am:
3590         * shell/ev-job-queue.c:
3591         * shell/ev-jobs.[ch]:
3592         * shell/ev-sidebar-links.c:
3593         * shell/ev-window.[ch]:
3594         
3595         Use GtkPrint instead of GnomePrint when it's available. Fixes bug
3596         #348422
3597
3598 2006-07-17  Carlos Garcia Campos  <carlosgc@gnome.org>
3599
3600         * data/evince-toolbar.xml: Add preview toolbar (hidden by default)
3601         * shell/ev-application-service.xml:
3602         * shell/ev-application.[ch]:
3603         * shell/ev-jobs.[ch]:
3604         * shell/ev-window.[ch]: (ev_window_run_preview):
3605         * shell/main.c: 
3606
3607         Add preview mode to use evince as a printing previewer. It also adds
3608         other command line options for fullscreen and presentation modes.
3609         Fixes bugs #347822, #317031
3610
3611 2006-07-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3612
3613         * NEWS:
3614         * configure.ac:
3615         
3616         Update for release 0.5.4
3617
3618 2006-07-11  Bastien Nocera <hadess@hadess.net>
3619
3620         * Makefile.am:
3621         * backend/Makefile.am:
3622         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
3623         * backend/ev-document-factory.h:
3624         * configure.ac:
3625         * impress/.cvsignore:
3626         * impress/Makefile.am:
3627         * impress/common.h:
3628         * impress/document.c: (_imp_load_xml), (imp_open), (imp_nr_pages),
3629         (imp_get_page), (imp_next_page), (imp_prev_page),
3630         (imp_get_page_no), (imp_get_page_name), (imp_get_xml), (imp_close):
3631         * impress/f_oasis.c: (render_object), (render_page),
3632         (get_geometry), (_imp_oasis_load):
3633         * impress/f_oo13.c: (render_object), (render_page), (get_geometry),
3634         (_imp_oo13_load):
3635         * impress/iksemel.c: (iks_malloc), (iks_free), (iks_set_mem_funcs),
3636         (iks_strdup), (iks_strcat), (iks_strcmp), (iks_strcasecmp),
3637         (iks_strncmp), (iks_strncasecmp), (iks_strlen), (iks_escape),
3638         (iks_unescape), (find_space), (iks_stack_new), (iks_stack_alloc),
3639         (iks_stack_strdup), (iks_stack_strcat), (iks_stack_stat),
3640         (iks_stack_delete), (iks_sax_new), (iks_sax_extend),
3641         (iks_parser_stack), (iks_user_data), (iks_nr_bytes),
3642         (iks_nr_lines), (stack_init), (stack_expand), (sax_core),
3643         (iks_parse), (iks_parser_reset), (iks_parser_delete), (iks_new),
3644         (iks_new_within), (iks_insert), (iks_insert_cdata),
3645         (iks_insert_attrib), (iks_insert_node), (iks_hide), (iks_delete),
3646         (iks_next), (iks_next_tag), (iks_prev), (iks_prev_tag),
3647         (iks_parent), (iks_root), (iks_child), (iks_first_tag),
3648         (iks_attrib), (iks_find), (iks_find_cdata), (iks_find_attrib),
3649         (iks_find_with_attrib), (iks_stack), (iks_type), (iks_name),
3650         (iks_cdata), (iks_cdata_size), (iks_has_children),
3651         (iks_has_attribs), (escape_size), (my_strcat), (escape),
3652         (iks_string), (iks_copy_within), (iks_copy), (tagHook),
3653         (cdataHook), (deleteHook), (iks_dom_new), (iks_set_size_hint),
3654         (iks_tree), (iks_load), (iks_save):
3655         * impress/iksemel.h:
3656         * impress/imposter.h:
3657         * impress/impress-document.c: (G_DEFINE_TYPE_WITH_CODE),
3658         (imp_render_draw_bezier_real), (imp_render_get_size),
3659         (imp_render_set_fg_color), (imp_render_draw_line),
3660         (imp_render_draw_rect), (imp_render_draw_polygon),
3661         (imp_render_draw_arc), (imp_render_draw_bezier),
3662         (imp_render_open_image), (imp_render_get_image_size),
3663         (imp_render_scale_image), (imp_render_draw_image),
3664         (imp_render_close_image), (imp_render_markup),
3665         (imp_render_get_text_size), (imp_render_draw_text),
3666         (impress_document_load), (impress_document_save),
3667         (impress_document_get_n_pages), (impress_document_get_page_size),
3668         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
3669         (impress_document_finalize), (impress_document_class_init),
3670         (impress_document_can_get_text), (impress_document_get_info),
3671         (impress_document_document_iface_init),
3672         (impress_document_thumbnails_get_thumbnail),
3673         (impress_document_thumbnails_get_dimensions),
3674         (impress_document_document_thumbnails_iface_init),
3675         (impress_document_init):
3676         * impress/impress-document.h:
3677         * impress/internal.h:
3678         * impress/r_back.c: (_imp_fill_back):
3679         * impress/r_draw.c: (_imp_draw_rect), (_imp_draw_line_end),
3680         (_imp_draw_image), (_imp_tile_image):
3681         * impress/r_geometry.c: (r_parse_color), (r_get_color), (fg_color),
3682         (r_get_x), (r_get_y), (r_get_angle), (r_get_viewbox), (r_polygon),
3683         (r_polyline):
3684         * impress/r_gradient.c: (poly_rotate), (r_draw_gradient_simple),
3685         (r_draw_gradient_complex), (r_draw_gradient):
3686         * impress/r_style.c: (get_style), (r_get_style), (get_style_x),
3687         (r_get_bullet):
3688         * impress/r_text.c: (add_line), (add_span), (calc_sizes),
3689         (calc_pos), (_imp_draw_layout), (text_span), (text_p), (text_list),
3690         (r_text):
3691         * impress/render.c: (imp_create_context), (imp_context_set_page),
3692         (imp_context_set_step), (imp_render), (imp_delete_context):
3693         * impress/render.h:
3694         * impress/zip.c: (zip_error), (find_cd), (get_long), (get_word),
3695         (list_files), (zip_open), (zip_close), (find_file), (seek_file),
3696         (zip_load_xml), (zip_get_size), (zip_load):
3697         * impress/zip.h:
3698         * shell/ev-utils.c:
3699         
3700         New backend to support impress slides. Fixes bug #30867.
3701
3702 2006-07-10  Ghee Teo  <ghee.teo@sun.com>
3703
3704         * shell/ev-utils.c: (using_postscript_printer):
3705         
3706         Fixes crash when print using PAPI backend,
3707         bug #345012.
3708
3709 2006-06-09  Pat Rondon  <pmr@patrondon.org>
3710
3711         * shell/ev-jobs.c: (ev_job_xfer_run):
3712         * shell/ev-window.c: (password_dialog_response),
3713         (ev_window_popup_password_dialog), (ev_window_xfer_job_cb),
3714         (ev_window_dispose):
3715         Fixes bug #344160: if the xfer job doesn't complete
3716         because a password is required, reload the existing
3717         instance instead of creating a new one.
3718
3719 2006-06-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3720
3721         * shell/main.c: (main): Call gdk_threads_init. Thus
3722         we'll avoid errors in auth dialog. Fix for the bug
3723         #343347.
3724
3725 2006-06-01  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
3726
3727         * configure.ac: Advertise pixbuf support, fix
3728         for the bug 343317.
3729
3730 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3731
3732         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_refresh),
3733         (ev_sidebar_thumbnails_set_document):
3734         
3735         Update sidebar thumbnails after reloading.
3736
3737 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3738
3739         * shell/ev-jobs.c: (ev_job_xfer_dispose), (ev_job_xfer_new):
3740         * shell/ev-jobs.h:
3741         * shell/ev-window.c: (ev_window_xfer_job_cb), (ev_window_open_uri),
3742         (ev_window_cmd_view_reload), (ev_window_init):
3743         
3744         Don't crash on reload. Fix for the bug #343167.
3745
3746 2006-05-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3747
3748         * shell/ev-jobs.c: (ev_job_render_run):
3749         
3750         Check for document links.
3751
3752 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3753
3754         * backend/ev-attachment.c: (ev_attachment_save),
3755         (ev_attachment_launch_app), (ev_attachment_open):
3756         * backend/ev-document-factory.c: (get_document_from_uri):
3757         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
3758         (egg_recent_view_uimanager_set_list):
3759         * ps/ps-document.c: (check_filecompressed), (document_load),
3760         (ps_document_load):
3761         * shell/ev-metadata-manager.c: (load_values):
3762         * shell/ev-password.c: (ev_password_dialog_set_property):
3763         * shell/ev-view.c: (tip_from_link):
3764         * shell/ev-window.c: (file_save_dialog_response_cb),
3765         (ev_window_print_dialog_response_cb):
3766         
3767         Use consistent quoting style. Fix for the bug #320285.
3768
3769 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3770
3771         * shell/ev-jobs.c: (ev_job_xfer_run):
3772         * shell/main.c: (load_files):
3773                 
3774         Open links with anchors. Fix for the bug #339836.
3775
3776 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3777
3778         * backend/ev-link-dest.c: (ev_link_dest_type_get_type),
3779         (ev_link_dest_get_page_label), (ev_link_dest_get_property),
3780         (ev_link_dest_set_property), (ev_link_dest_finalize),
3781         (ev_link_dest_class_init), (ev_link_dest_new_named),
3782         (ev_link_dest_new_page_label):
3783         * backend/ev-link-dest.h:
3784         * shell/ev-application.c: (ev_application_open_uri):
3785         * shell/ev-view.c: (goto_dest):
3786         * shell/ev-window.c:
3787         * shell/ev-window.h:
3788         
3789         Fix page-label command line option. Bug #342070.
3790
3791 2006-05-27  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
3792
3793         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
3794         
3795         Don't show highlight rects if page can't be showed. Fix for 
3796         the bug #342076
3797
3798 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3799
3800         * shell/ev-window.c: (setup_sidebar_from_metadata),
3801         (ev_window_sidebar_visibility_changed_cb), (ev_window_init):
3802         
3803         Setup sidebar from metadata even if there is no document
3804         loaded. Fix for the bug #342807.
3805
3806 2006-05-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3807
3808         * cut-n-paste/toolbar-editor/Makefile.am:
3809         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
3810         (get_dock_position), (get_toolbar_position), (get_toolbar_nth),
3811         (find_action), (drag_data_delete_cb), (drag_begin_cb),
3812         (drag_end_cb), (drag_data_get_cb), (move_item_cb),
3813         (remove_item_cb), (remove_toolbar_cb), (popup_context_deactivate),
3814         (popup_context_menu_cb), (button_press_event_cb),
3815         (configure_item_sensitivity), (configure_item_cursor),
3816         (configure_item_tooltip), (connect_widget_signals),
3817         (action_sensitive_cb), (create_item_from_action),
3818         (create_item_from_position), (toolbar_drag_data_received_cb),
3819         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
3820         (toolbar_drag_leave_cb), (configure_drag_dest),
3821         (toggled_visibility_cb), (toolbar_visibility_refresh),
3822         (create_dock), (toolbar_changed_cb), (unparent_fixed),
3823         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
3824         (item_added_cb), (item_removed_cb), (egg_editable_toolbar_build),
3825         (egg_editable_toolbar_set_model), (egg_editable_toolbar_init),
3826         (egg_editable_toolbar_dispose),
3827         (egg_editable_toolbar_set_ui_manager),
3828         (egg_editable_toolbar_get_selected),
3829         (egg_editable_toolbar_set_selected), (set_edit_mode),
3830         (egg_editable_toolbar_set_property),
3831         (egg_editable_toolbar_get_property),
3832         (egg_editable_toolbar_class_init), (egg_editable_toolbar_new),
3833         (egg_editable_toolbar_new_with_model),
3834         (egg_editable_toolbar_get_edit_mode),
3835         (egg_editable_toolbar_set_edit_mode),
3836         (egg_editable_toolbar_add_visibility), (egg_editable_toolbar_show),
3837         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed):
3838         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
3839         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (compare_items),
3840         (item_added_or_removed_cb), (toolbar_removed_cb),
3841         (egg_toolbar_editor_set_model), (egg_toolbar_editor_class_init),
3842         (egg_toolbar_editor_finalize), (drag_begin_cb), (drag_end_cb),
3843         (drag_data_get_cb), (set_drag_cursor), (editor_create_item),
3844         (editor_create_item_from_name), (append_table),
3845         (update_editor_sheet), (egg_toolbar_editor_init):
3846         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
3847         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
3848         (egg_toolbars_model_to_xml), (egg_toolbars_model_save_toolbars),
3849         (is_unique), (toolbar_node_new), (item_node_new), (item_node_free),
3850         (toolbar_node_free), (egg_toolbars_model_get_flags),
3851         (egg_toolbars_model_set_flags), (egg_toolbars_model_get_data),
3852         (egg_toolbars_model_get_name), (impl_add_item),
3853         (egg_toolbars_model_add_item), (egg_toolbars_model_add_toolbar),
3854         (parse_data_list), (parse_item_list), (parse_toolbars),
3855         (egg_toolbars_model_load_toolbars), (parse_available_list),
3856         (parse_names), (egg_toolbars_model_load_names),
3857         (egg_toolbars_model_class_init), (egg_toolbars_model_init),
3858         (egg_toolbars_model_finalize), (egg_toolbars_model_remove_toolbar),
3859         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
3860         (egg_toolbars_model_delete_item), (egg_toolbars_model_n_items),
3861         (egg_toolbars_model_item_nth), (egg_toolbars_model_n_toolbars),
3862         (egg_toolbars_model_toolbar_nth), (egg_toolbars_model_get_types),
3863         (egg_toolbars_model_set_types), (fill_avail_array),
3864         (egg_toolbars_model_get_name_avail),
3865         (egg_toolbars_model_get_name_flags),
3866         (egg_toolbars_model_set_name_flags):
3867         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
3868         * cut-n-paste/toolbar-editor/eggintl.h:
3869         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
3870         (egg_tree_multi_drag_source_get_type),
3871         (egg_tree_multi_drag_source_row_draggable),
3872         (egg_tree_multi_drag_source_drag_data_delete),
3873         (egg_tree_multi_drag_source_drag_data_get), (stop_drag_check),
3874         (egg_tree_multi_drag_button_release_event), (selection_foreach),
3875         (path_list_free), (set_context_data), (get_context_data),
3876         (get_info), (egg_tree_multi_drag_drag_data_get),
3877         (egg_tree_multi_drag_motion_event),
3878         (egg_tree_multi_drag_button_press_event),
3879         (egg_tree_multi_drag_add_drag_support):
3880         * cut-n-paste/toolbar-editor/eggtreemultidnd.h:
3881         * shell/ev-application.c: (ev_application_init),
3882         (ev_application_save_toolbars_model):
3883         * shell/ev-window.c: (ev_window_create_fullscreen_popup),
3884         (ev_window_cmd_edit_toolbar), (ev_window_init):
3885         
3886         Sync toolbareditor with epiphany and libegg
3887
3888 2006-05-23  Carlos Garcia Campos  <carlosgc@gnome.org>
3889
3890         * configure.ac: 
3891
3892         Depend on poppler 0.5.2
3893
3894 2006-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3895
3896         * shell/ev-jobs.c: (ev_job_render_run):
3897         
3898         Check if document supports links iterface.
3899
3900 2006-05-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3901
3902         * NEWS:
3903         * configure.ac:
3904         
3905         Update for release 0.5.3
3906
3907 2006-05-13  Michael Plump  <plumpy@skylab.org>
3908
3909         * configure.ac:
3910         * shell/Makefile.am:
3911         * shell/main.c: (main):
3912         
3913         Port to GOption command line parsing. Fix for the 
3914         bug #327518
3915
3916 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3917
3918         * shell/ev-window.c: (ev_window_cmd_help_about):
3919         
3920         Do not wrap license. Fix for the bug #309460.
3921
3922 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3923
3924         * configure.ac:
3925         * properties/ev-properties-main.c: (ev_properties_get_pages):
3926         * shell/ev-application.c: (ev_application_open_window),
3927         (ev_application_open_uri_at_dest):
3928         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
3929         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
3930         (ev_sidebar_thumbnails_use_icon_view), (page_changed_cb):
3931         * shell/ev-utils.c: (save_print_config_to_file):
3932         * shell/ev-window.c: (ev_window_cmd_save_as),
3933         (ev_attachment_popup_cmd_save_attachment_as):
3934         * shell/main.c: (load_files_remote):
3935         
3936         Bump requirements to gtk 2.8 and drop all ifdefs used.
3937
3938 2006-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3939
3940         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
3941         * shell/ev-window.c: (ev_window_init):
3942         
3943         Show attachments page.
3944
3945 2006-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3946
3947         * po/POTFILES.in:
3948         * shell/ev-attachment-bar.c:
3949         * shell/ev-attachment-bar.h:
3950         * shell/ev-sidebar-attachments.c:
3951         (ev_sidebar_attachments_icon_cache_add),
3952         (icon_theme_get_pixbuf_from_mime_type),
3953         (ev_sidebar_attachments_icon_cache_get), (icon_cache_update_icon),
3954         (ev_sidebar_attachments_icon_cache_refresh),
3955         (ev_sidebar_attachments_get_attachment_at_pos),
3956         (ev_sidebar_attachments_popup_menu_show),
3957         (ev_sidebar_attachments_popup_menu),
3958         (ev_sidebar_attachments_button_press),
3959         (ev_sidebar_attachments_update_icons),
3960         (ev_sidebar_attachments_drag_data_get),
3961         (ev_sidebar_attachments_get_property),
3962         (ev_sidebar_attachments_destroy),
3963         (ev_sidebar_attachments_class_init), (ev_sidebar_attachments_init),
3964         (ev_sidebar_attachments_new),
3965         (ev_sidebar_attachments_set_document),
3966         (ev_sidebar_attachments_support_document),
3967         (ev_sidebar_attachments_get_label),
3968         (ev_sidebar_attachments_page_iface_init):
3969         * shell/ev-sidebar-attachments.h:
3970         * shell/ev-window.c: (update_chrome_visibility),
3971         (setup_sidebar_from_metadata), (ev_window_setup_document),
3972         (ev_window_sidebar_current_page_changed_cb),
3973         (attachment_bar_menu_popup_cb), (ev_window_init):
3974         
3975         Move attachments bar to sidebar.
3976
3977 2006-05-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3978
3979         * pdf/ev-poppler.cc:
3980         * shell/ev-application.[ch]:
3981         * shell/main.c:
3982
3983         Fix some memory leaks.
3984
3985 2006-05-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
3986
3987         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
3988
3989         Change the properties dialog response to
3990         GTK_RESPONSE_CANCEL instead of GTK_RESPONSE_CLOSE. This
3991         will make the dialog go away when the user presses
3992         enter. With gtk+ >= 2.9 this will happen anyway, but for
3993         older gtk+ versions only GTK_RESPONSE_CANCEL is bound to
3994         escape by default. Fixes bug #340539. See also bug
3995         #101293 for the gtk+ part.
3996
3997 2006-05-08  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
3998
3999         * shell/ev-view.c (tip_from_action_named): Replace some strings
4000         that were wrong. Closes #340970.
4001
4002 2006-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4003
4004         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
4005
4006         Update sidebar chrome flag when sidebar visibility changes. Fixes bug
4007         #341049
4008
4009 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4010
4011         * djvu/Makefile.am:
4012         * dvi/Makefile.am:
4013         * dvi/mdvi-lib/Makefile.am:
4014         * properties/Makefile.am:
4015         * ps/Makefile.am:
4016         * shell/Makefile.am:
4017         * thumbnailer/Makefile.am:
4018         
4019         Due to broken libtool that is unable to track dependencies
4020         of noinst libraries we are forced to explicitely point
4021         libraries for binary. Fix for the bug #333334.
4022
4023 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4024
4025         * data/evince.desktop.in.in:
4026         * shell/ev-view.c: (view_update_range_and_current_page),
4027         (ev_view_next_page), (ev_view_previous_page):
4028         * shell/ev-window.c: (update_chrome_visibility),
4029         (setup_sidebar_from_metadata), (ev_window_setup_document),
4030         (ev_window_update_fullscreen_popup), (fullscreen_timeout_cb),
4031         (fullscreen_set_timeout), (fullscreen_clear_timeout),
4032         (fullscreen_motion_notify_cb), (ev_window_run_fullscreen),
4033         (ev_window_stop_fullscreen), (ev_window_run_presentation),
4034         (ev_window_stop_presentation), (ev_window_focus_in_event),
4035         (ev_window_focus_out_event), (ev_window_view_sidebar_cb),
4036         (ev_window_init):
4037         * thumbnailer/Makefile.am:
4038         
4039         Update fullscreen and presentation timeout handling. Hide
4040         cursor in presentation after timeout. Fix for the bugs
4041         #136359 and #336981.
4042
4043 2006-05-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4044
4045         * backend/ev-link-action.[ch]:
4046         * pdf/ev-poppler.cc: (ev_link_from_action):
4047         * shell/ev-view-private.h:
4048         * shell/ev-view.c: (ev_view_handle_link), (tip_from_action_named):
4049         * shell/ev-window.c: (do_action_named), (view_external_link_cb):
4050
4051         Add support for Named Action links
4052
4053 2006-05-02  Carlos Garcia Campos  <carlosgc@gnome.org>
4054
4055         * backend/Makefile.am:
4056         * backend/ev-document-links.[ch]:
4057         * backend/ev-document.[ch]:
4058         * backend/ev-link-action.[ch]:
4059         * backend/ev-link-dest.[ch]:
4060         * backend/ev-link.[ch]:
4061         * pdf/ev-poppler.cc: (pdf_document_find_link_dest),
4062         (ev_link_dest_from_dest), (ev_link_from_action), (build_tree):
4063         * shell/ev-page-action.c: (build_new_tree_cb):
4064         * shell/ev-sidebar-links.c: (get_page_from_dest), (print_section_cb),
4065         (links_page_num_func), (update_page_callback):
4066         * shell/ev-view.[ch]: (ev_view_goto_dest), (ev_view_handle_link),
4067         (tip_from_link):
4068         * shell/ev-jobs.c:
4069         * shell/ev-window.[ch]: (ev_window_open_uri),
4070         (sidebar_links_link_activated_cb), (ev_view_popup_cmd_open_link):
4071         * shell/ev-application.[ch]: (ev_application_open_window),
4072         (ev_application_open_uri):
4073
4074         Rework links system, it adds support for remote links now and it makes
4075         easier to add new kinds of actions and destinations. Fixes bug #317292
4076
4077 2006-05-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4078
4079         * data/Makefile.am:
4080         * data/evince.png:
4081         * data/evince-16.png:
4082         * data/evince-22.png:
4083         * data/evince.svg:
4084         * shell/main.c: (main):
4085         
4086         Evince use it's own icon. Fix for the bug #313392.
4087
4088         * shell/ev-window.c: (fullscreen_timeout_cb),
4089         (fullscreen_set_timeout), (fullscreen_clear_timeout),
4090         (ev_window_cmd_help_about), (ev_window_dispose):
4091         
4092         Simplify fullscreen timeout code.
4093
4094 2006-04-29  Carlos Garcia Campos  <carlosgc@gnome.org>
4095
4096         * backend/ev-attachment.c: 
4097         * shell/ev-attachment-bar.c:
4098         * shell/ev-window.c:
4099
4100         Allow multiple selection of attachments
4101
4102 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4103
4104         * shell/ev-view.c: (view_update_range_and_current_page),
4105         (ev_view_scroll):
4106         
4107         Fix for the bug #312573 – Optimal selection of current 
4108         page among visible pages.
4109
4110 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4111
4112         * configure.ac:
4113         * djvu/Makefile.am:
4114         * djvu/djvu-text.h:
4115         
4116         Update to djvulibre-3.5.17, now it uses pkg-config. Fix
4117         for the bug 339868.
4118
4119 2006-04-22  Kjartan Maraas  <kmaraas@gnome.org>
4120
4121         * configure.ac: Fix the LINGUAS stuff here too so it builds.
4122
4123 2006-04-21  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
4124
4125         * shell/ev-window.c: Add ellipsis to the Find... menu item, as
4126         dictated by the GNOME HIG. Fixes bug #339235.
4127
4128 2006-04-20  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
4129
4130         * data/evince-ui.xml:
4131         * shell/ev-view.c: (ev_view_can_find_previous):
4132         * shell/ev-view.h:
4133         * shell/ev-window.c: (ev_window_update_actions),
4134         (ev_window_cmd_edit_find_previous):
4135
4136         Add support for "Find Previous" as dictated by the GNOME HIG. A
4137         menu item is added and some glue code to make it all work is added
4138         to various files.
4139
4140 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
4141
4142         * configure.ac: Award myself the "useless use of cat" award.
4143
4144 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
4145
4146         * po/LINGUAS: New file listing all supported languages.
4147
4148         * configure.in: Use po/LINGUAS instead of including all languages
4149         directly in this file. See the wiki for more information:
4150         http://live.gnome.org/GnomeGoals/PoLinguas
4151
4152 2006-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
4153
4154         * backend/ev-document-factory.c:
4155
4156         Do not load the document twice when there isn't errors
4157
4158 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4159
4160         * backend/ev-attachment.c: 
4161
4162         Fix a crash when there isn't a default application to open an
4163         attachment
4164
4165 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4166
4167         * backend/ev-attachment.[ch]:
4168         * shell/ev-attachment-bar.[ch]:
4169
4170         Added missing files. 
4171
4172 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4173
4174         * backend/Makefile.am:
4175         * data/evince-ui.xml:
4176         * backend/ev-attachment.[ch]:
4177         * backend/ev-document.[ch]: (ev_document_has_attachments),
4178         (ev_document_get_attachments):
4179         * pdf/ev-poppler.cc: (pdf_document_has_attachments),
4180         (attachment_save_to_buffer), (pdf_document_get_attachments),
4181         (pdf_document_document_iface_init):
4182         * shell/Makefile.am:
4183         * shell/ev-attachment-bar.[ch]:
4184         * shell/ev-window.c:
4185
4186         Add support for PDF attachments. Fixes bug #325143
4187
4188 2006-04-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4189
4190         * backend/ev-document-factory.c: (get_document_from_uri),
4191         (ev_document_factory_get_document):
4192         * backend/ev-document-factory.h:
4193         * properties/ev-properties-main.c: (ev_properties_get_pages):
4194         * shell/Makefile.am:
4195         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
4196         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
4197         (ev_job_queue_remove_job):
4198         * shell/ev-job-queue.h:
4199         * shell/ev-job-xfer.c:
4200         * shell/ev-job-xfer.h:
4201         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
4202         (ev_job_fonts_new), (ev_job_fonts_run), (ev_job_xfer_init),
4203         (ev_job_xfer_dispose), (ev_job_xfer_class_init), (ev_job_xfer_new),
4204         (ev_job_xfer_run):
4205         * shell/ev-jobs.h:
4206         * shell/ev-window.c: (ev_window_is_empty),
4207         (password_dialog_response), (ev_window_clear_xfer_job),
4208         (ev_window_xfer_job_cb), (ev_window_open_uri),
4209         (ev_window_cmd_focus_page_selector),
4210         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
4211         (ev_window_cmd_continuous), (ev_window_cmd_dual),
4212         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
4213         (ev_window_dispose):
4214         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
4215         
4216         * Cleanup mime type detection on document load. Fix for the
4217         bug #336448.
4218
4219 2006-04-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4220
4221         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
4222         
4223         Fix crash on exit, described in the bug #336825.
4224
4225 2006-03-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4226
4227         * backend/ev-document-factory.c:
4228         (ev_document_factory_get_from_mime),
4229         (ev_document_factory_get_all_mime_types), (get_document_from_uri),
4230         (ev_document_factory_get_document),
4231         (file_filter_add_mime_list_and_free),
4232         (ev_document_factory_add_filters):
4233         * backend/ev-document-factory.h:
4234         * properties/ev-properties-main.c: (ev_properties_get_pages):
4235         * shell/Makefile.am:
4236         * shell/ev-application.c:
4237         * shell/ev-job-xfer.c: (ev_job_xfer_run):
4238         * shell/ev-window.c: (ev_window_cmd_file_open),
4239         (ev_window_cmd_save_as):
4240         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
4241         
4242         Rework factory functions so they are placed now in a single 
4243         file ev-document-factory.c
4244
4245 2006-03-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4246
4247         * shell/ev-window.c: (update_chrome_visibility):
4248         
4249         Fix for the bug 166566 - don't show menubar in fullscreen
4250         mode.
4251
4252 2006-03-22  Tommi Vainikainen  <thv@iki.fi>
4253
4254         * configure.ac (ALL_LINGUAS): Added Dzongkha (dz).
4255
4256 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4257
4258         * shell/ev-view.c: (ev_view_expose_event):
4259         
4260         More correctly draw loading text when document
4261         is empty.
4262
4263 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4264
4265         * shell/ev-view.c: (ev_view_scroll):
4266         
4267         Fix for the bug #334854, page down and page up switch
4268         pages in presentation mode.
4269
4270 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4271
4272         * shell/ev-window.c: (ev_window_set_action_sensitive),
4273         (ev_window_setup_action_sensitivity), (ev_window_update_actions),
4274         (ev_window_set_view_accels_sensitivity),
4275         (update_chrome_visibility), (ev_window_cmd_focus_page_selector),
4276         (ev_window_cmd_continuous), (ev_window_cmd_dual),
4277         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
4278         (find_changed_cb), (page_changed_cb), (ev_window_setup_document),
4279         (ev_window_cmd_edit_find), (ev_window_set_page_mode),
4280         (ev_window_cmd_edit_toolbar_cb), (ev_window_zoom_changed_cb),
4281         (ev_window_has_selection_changed_cb), (find_bar_search_changed_cb),
4282         (view_actions_focus_in_cb), (ev_window_init):
4283         
4284         Fix for the bug #333902, now it's possible to search
4285         words with slash.
4286
4287 2006-03-16  Jérémy Ar Floc'h <jérémy.lefloch@gmail.com>
4288
4289         * configure.ac: Added Breton translation.
4290         * po/br.po: Added Breton translation.
4291
4292 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4293
4294         * shell/ev-window-title (ev_window_title_update):
4295
4296         Fix memory leak in window title. Fixes bug #333944
4297
4298 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4299
4300         * shell/ev-metadata-manager.c (parseItem):
4301
4302         Fix memory leaks. Fixes bug #333945
4303
4304 2006-03-13  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
4305         
4306         * NEWS, configure.ac, TODO:
4307         
4308         Update for release 0.5.2.
4309
4310 2006-03-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4311
4312         * shell/ev-view.c: (view_update_range_and_current_page),
4313         (page_changed_cb):
4314         
4315         Don't jump on scrolling, fix for the bug #333127.
4316
4317 2006-03-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4318
4319         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
4320         
4321         Scroll by one page in presentation mode. Fix for the bug
4322         #332993.
4323
4324 2006-03-01  Vladimer SIchinava <vlsichinava@gmail.com>
4325
4326         * configure.ac: Added ka (Georgian) to ALL_LINGUAS line.
4327
4328 2006-02-28  Clytie Siddall <clytie@riverland.net.au>
4329
4330         * configure.ac  Added lv in ALL_LINGUAS line.
4331
4332 2006-02-27  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
4333         
4334         * NEWS, configure.ac:
4335         
4336         Update for release 0.5.1
4337
4338 2006-02-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
4339
4340         * backend/ev-document-misc.c: (ev_document_misc_paint_one_page):
4341         * backend/ev-document-misc.h:
4342         * shell/ev-view.c: (draw_one_page):
4343         
4344          Clairfy what page the toolbar page number applies to. Fix
4345          for the bug #328102.
4346
4347 2006-02-24  Stanislav Slusny <slusnys@gmail.com>
4348
4349         * shell/ev-view-private.h:
4350         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_event),
4351         (ev_view_init), (find_changed_cb), (ev_view_find_previous),
4352         (ev_view_search_changed):
4353         * shell/ev-view.h:
4354         * shell/ev-window.c: (find_bar_search_changed_cb):
4355         
4356         Dont't jump to find result if window was scrolled during search.
4357         Fix for the bug #313266.
4358
4359 2006-02-21  Stanislav Slusny <slusnys@gmail.com>
4360
4361         * shell/eggfindbar.c: (egg_find_bar_class_init):
4362         * shell/eggfindbar.h:
4363         * shell/ev-view-accessible.c: (ev_view_accessible_idle_do_action):
4364         * shell/ev-view-private.h:
4365         * shell/ev-view.c: (add_scroll_binding_keypad), (ev_view_scroll),
4366         (ev_view_class_init), (ev_sizing_mode_get_type),
4367         (ev_scroll_type_get_type):
4368         * shell/ev-view.h:
4369         * shell/ev-window.c: (ev_window_cmd_scroll_forward),
4370         (ev_window_cmd_scroll_backward), (find_bar_scroll),
4371         (ev_window_init):
4372         
4373         Fix for the bug 319133 - Find entry should allow text scroll.
4374
4375 2006-02-20  Antoine Dopffer <antoine.dopffer@free.fr>
4376
4377         * shell/ev-view-private.h:
4378         * shell/ev-view.c: (view_update_range_and_current_page),
4379         (highlight_find_results), (find_changed_cb), (page_changed_cb),
4380         (ev_view_set_document), (update_find_status_message),
4381         (jump_to_find_result), (jump_to_find_page), (ev_view_find_next),
4382         (ev_view_find_previous):
4383         
4384         Fix for the bug #319137. Search now takes account for scrolling.
4385
4386 2006-02-19  Michael Hofmann <mh21@piware.de>
4387
4388         * configure.ac:
4389         * djvu/Makefile.am:
4390         * djvu/djvu-document-private.h:
4391         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
4392         (djvu_handle_events), (djvu_document_load), (djvu_document_save),
4393         (djvu_document_get_page_size), (djvu_document_render_pixbuf),
4394         (djvu_document_can_get_text), (djvu_document_get_text),
4395         (djvu_document_document_iface_init),
4396         (djvu_document_thumbnails_get_thumbnail),
4397         (djvu_document_find_begin), (djvu_document_find_get_n_results),
4398         (djvu_document_find_get_result),
4399         (djvu_document_find_page_has_results),
4400         (djvu_document_find_get_progress), (djvu_document_find_cancel),
4401         (djvu_document_find_iface_init):
4402         * djvu/djvu-text-page.c: (djvu_text_page_selection_process),
4403         (djvu_text_page_selection), (djvu_text_page_limits_process),
4404         (djvu_text_page_limits), (djvu_text_page_copy),
4405         (djvu_text_page_position), (djvu_text_page_union),
4406         (djvu_text_page_sexpr_process), (djvu_text_page_sexpr),
4407         (djvu_text_page_box), (djvu_text_page_append_text),
4408         (djvu_text_page_search), (djvu_text_page_prepare_search),
4409         (djvu_text_page_new), (djvu_text_page_free):
4410         * djvu/djvu-text-page.h:
4411         * djvu/djvu-text.c: (djvu_text_idle_callback), (djvu_text_new),
4412         (djvu_text_copy), (djvu_text_free), (djvu_text_get_text),
4413         (djvu_text_n_results), (djvu_text_has_results),
4414         (djvu_text_get_result), (djvu_text_get_progress):
4415         * djvu/djvu-text.h:
4416         
4417         Text search in djvu. Fix for the bug #303415.
4418
4419 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4420
4421         * configure.ac:
4422         * shell/ev-window.c: (ev_window_cmd_save_as):
4423         
4424         Ask filechooser to confirm overwrite. Fix for the bug #328266.
4425         Thanks to Gary Coady <gary@lyranthe.org>
4426
4427 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4428
4429         * shell/ev-print-job.c: (idle_print_handler):
4430         
4431         Inverse order printing, bug #320919.
4432
4433 2006-02-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4434
4435         * data/evince-toolbar.xml:
4436         * shell/ev-window.c:
4437         
4438         Allow to add sidebar checkbutton on toolbar. Fix
4439         for the bug #144577.
4440
4441 2006-02-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4442
4443         * ps/ps-document.c: (push_pixbuf), (setup_pixmap):
4444         
4445         Add checks that have sense for empty ps document.
4446
4447 2006-02-15  Luca Ferretti <elle.uca@libero.it>
4448
4449         * configure.ac: Include PS in mime types list. 
4450
4451 2006-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4452
4453         * configure.ac:
4454         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
4455         * ps/gsdefaults.h:
4456         * ps/ps-document.c: (start_interpreter), (ps_document_load):
4457         
4458         Runtime check for gs interpreter. Fix for the bug #320868.
4459         Thanks to Antoine Dopffer antoine.dopffer@free.fr
4460
4461 2006-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
4462
4463         * shell/ev-application.c: 
4464
4465         Use DBUS_NAME_FLAG_DO_NOT_QUEUE flag in RequestName method when
4466         dbus>=0.60, so that the request is not queued. 
4467
4468 2006-02-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4469
4470         * configure.ac:
4471         * shell/Makefile.am:
4472         * shell/ev-sidebar-links.c: (print_section_cb):
4473         * shell/ev-utils.c:
4474         * shell/ev-utils.h:
4475         * shell/ev-window.c: (update_action_sensitivity),
4476         (ev_window_close_dialogs), (ev_window_print):
4477         * shell/ev-window.h:
4478         
4479         Make printing support optional. Patch from Eduardo de Barros Lima
4480         <eduardo.lima@indt.org.br> for the bug #330546.
4481
4482 2006-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4483
4484         * shell/ev-view-private.h:
4485         * shell/ev-view.c: (ev_view_expose_event), (ev_view_set_loading),
4486         (ev_view_set_document):
4487         * shell/ev-view.h:
4488         * shell/ev-window.c: (ev_window_load_job_cb),
4489         (ev_window_xfer_job_cb), (ev_window_open_uri), (ev_window_dispose),
4490         (ev_window_init):
4491
4492         Draw Loading message during xfer job. Fix for the bug #329495.
4493
4494 2006-02-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4495
4496         * comics/comics-document.c: (comics_regex_quote),
4497         (comics_document_load), (extract_argv):
4498         
4499         Correcly quote regexp before passing it to unzip.
4500
4501 2006-02-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4502
4503         * shell/ev-page-cache.c: (build_height_to_page),
4504         (ev_page_cache_new), (ev_page_cache_get_max_label_chars),
4505         (ev_page_cache_get_dual_even_left):
4506         * shell/ev-page-cache.h:
4507         * shell/ev-view.c: (view_update_range_and_current_page),
4508         (get_page_y_offset), (get_page_extents):
4509         
4510         Place even pages to the left if document has less then
4511         two pages. Fix for the bug #328856.
4512
4513 2006-01-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4514
4515         * thumbnailer/evince-thumbnailer-comics.schemas.in:
4516         
4517         Correct comics scheme. This make evince create thumbnails
4518         for comic books. Fix for the bug 329088.
4519
4520 2006-01-31  Christopher Aillon  <caillon@redhat.com>
4521
4522         * data/evince-password.glade: Don't explicitly set
4523         invisible_char to the current default value in case
4524         the default changes; let GTK+ do its magic.
4525
4526 2006-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4527
4528         * shell/ev-job-xfer.c: (ev_job_xfer_run): Append
4529         real filename to tmp filename since often document
4530         type is determined by extension.
4531
4532 2006-01-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
4533
4534         * shell/ev-view.c: (add_scroll_binding_keypad),
4535         (ev_view_binding_activated), (ev_view_class_init):
4536         
4537         Add keybindings for percision-scrolling of display area. 
4538         Fix for the bug #314072.
4539
4540 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4541
4542         * data/evince.desktop.in.in:
4543         
4544         Add GTK to the list of categories. Fix for the bug #328034.
4545
4546 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4547
4548         * shell/ev-application.c: (ev_application_shutdown),
4549         (ev_application_set_chooser_uri), (ev_application_get_chooser_uri):
4550         * shell/ev-application.h:
4551         * shell/ev-window.c: (file_open_dialog_response_cb),
4552         (ev_window_cmd_file_open):
4553         
4554         Save last uri in file chooser dialog. Fix for the bug #327950.
4555
4556 2006-01-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4557
4558         * NEWS:
4559         * README:
4560         
4561         Final update for release 0.5.0
4562         
4563         * shell/Makefile.am:
4564         
4565         Remove disable deprecated until we'll require libgnome-2.13.7
4566         and port to GOption argument parsing. See bug 327518.
4567
4568 2006-01-19  Jani Monoses <jani.monoses@gmail.com>
4569
4570         * comics/comics-document.c: (comics_document_save):
4571         * djvu/djvu-document.c: (djvu_document_save):
4572         * dvi/dvi-document.c: (dvi_document_save):
4573         * lib/ev-file-helpers.c: (ev_tmp_filename), (ev_xfer_uri_simple):
4574         * lib/ev-file-helpers.h:
4575         * pixbuf/pixbuf-document.c: (pixbuf_document_save):
4576         * tiff/tiff-document.c: (tiff_document_save):
4577         
4578         Use common save function for backends.
4579
4580 2006-01-18  Jani Monoses <jani.monoses@gmail.com>
4581
4582         * backend/ev-document-types.c:
4583         
4584         Fix crash on saving pixbuf.
4585
4586 2006-01-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4587
4588         * cut-n-paste/recent-files/egg-recent-item.c:
4589         (get_uri_shortname_for_display), (egg_recent_item_get_short_name):
4590         * cut-n-paste/recent-files/egg-recent-model.c: (parse_info_init),
4591         (parse_info_free), (valid_element), (start_element_handler),
4592         (end_element_handler), (text_handler), (egg_recent_model_filter),
4593         (egg_recent_model_monitor_cb), (egg_recent_model_poll_timeout),
4594         (egg_recent_model_monitor), (egg_recent_model_read),
4595         (egg_recent_model_open_file), (egg_recent_model_lock_file),
4596         (egg_recent_model_unlock_file), (egg_recent_model_finalize),
4597         (egg_recent_model_set_property), (egg_recent_model_class_init),
4598         (egg_recent_model_init), (egg_recent_model_add_full),
4599         (egg_recent_model_delete), (egg_recent_model_get_list),
4600         (egg_recent_model_clear), (egg_recent_model_clear_mime_filter),
4601         (egg_recent_model_set_filter_mime_types),
4602         (egg_recent_model_clear_group_filter),
4603         (egg_recent_model_set_filter_groups),
4604         (egg_recent_model_clear_scheme_filter),
4605         (egg_recent_model_set_filter_uri_schemes),
4606         (egg_recent_model_remove_expired):
4607         * cut-n-paste/recent-files/egg-recent-util.c:
4608         (egg_recent_util_get_icon):
4609         * cut-n-paste/recent-files/egg-recent-util.h:
4610         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
4611         (connect_proxy_cb), (egg_recent_view_uimanager_set_list),
4612         (egg_recent_view_uimanager_set_empty_list), (model_changed_cb),
4613         (egg_recent_view_uimanager_set_property),
4614         (egg_recent_view_uimanager_get_property),
4615         (egg_recent_view_uimanager_class_init),
4616         (egg_recent_view_uimanager_init),
4617         (egg_recent_view_uimanager_set_label_width),
4618         (egg_recent_view_uimanager_get_label_width):
4619         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
4620         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
4621         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
4622         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
4623         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
4624         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
4625         
4626         Update from libegg.
4627
4628 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4629
4630         * shell/ev-page-cache.c: (build_height_to_page),
4631         (ev_page_cache_get_height_to_page):
4632         * shell/ev-page-cache.h:
4633         * shell/ev-view.c: (view_update_range_and_current_page),
4634         (get_page_y_offset), (get_page_extents), (ev_view_next_page),
4635         (ev_view_previous_page):
4636         
4637         Dual mode places even pages to the left. Fix for the bug #309393.
4638
4639         * shell/ev-view.h:
4640         * shell/ev-window.c: (update_action_sensitivity),
4641         (setup_view_from_metadata), (view_menu_popup_cb):
4642         
4643         Don't restore presentation in empty windows, more intelligent
4644         next page behaviour in dual mode.
4645
4646         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
4647         (ev_pixbuf_cache_clear_job_sizes):
4648         
4649         Cleanup job callback on removal. Fix for the bug #325886.
4650
4651 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4652
4653         * ps/ps.c: (psscan):
4654         
4655         Commit workaround Mozilla problem. Fix for the bug #325919
4656         
4657         * shell/ev-metadata-manager.c: (parse_value), (parseItem),
4658         (save_item):
4659         
4660         Fix for year 2038 problem.
4661
4662 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4663
4664         * shell/ev-window.c: (setup_document_from_metadata),
4665         (ev_window_cmd_view_reload):
4666
4667         Clamp page recieved from metadata in valid values. Fix
4668         for the bug #325986.
4669
4670 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4671
4672         * MAINTAINERS: 
4673         Add MAINTAINERS as requested on desktop-devel-list.
4674
4675 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4676
4677         * backend/ev-document-factory.c: (gdk_pixbuf_mime_type_list),
4678         (mime_type_supported_by_gdk_pixbuf),
4679         (ev_document_factory_get_mime_types),
4680         (ev_document_factory_get_all_mime_types):
4681         
4682         Don't add pixbuf mime types if pixbuf backend is disabled.
4683         
4684         * shell/ev-application.c: (ev_application_get_uri_window):
4685         
4686         Fix for the bug 325815 - unhandled MIME type message doesn't 
4687         appear a second time. 
4688         
4689         * shell/ev-document-types.c: (ev_document_types_add_filters):
4690         * shell/ev-window.c: (page_changed_cb), (ev_window_setup_document),
4691         (password_dialog_response), (ev_window_popup_password_dialog),
4692         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
4693         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
4694         (ev_window_run_presentation), (ev_window_stop_presentation),
4695         (save_sizing_mode), (ev_window_zoom_changed_cb),
4696         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
4697         (ev_window_dual_mode_changed_cb),
4698         (ev_window_sidebar_current_page_changed_cb),
4699         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
4700         (window_state_event_cb), (window_configure_event_cb):
4701         
4702         Cleanup additional uris holded by EvWindow.
4703
4704 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4705
4706         * shell/ev-view.c: (ev_view_scroll), (ev_view_previous_page),
4707         (ev_view_can_previous_page), (ev_view_can_next_page):
4708         * shell/ev-view.h:
4709         * shell/ev-window.c: (update_action_sensitivity):
4710         
4711         Two page scrolling with Space and PageUp in dual mode. Second fix 
4712         for the bug #316608.
4713
4714 2006-01-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4715
4716         * shell/ev-view.c: (scroll_to_current_page):
4717         
4718         Correctly clamp adjustment value. Fix for the bug
4719         #325808.
4720
4721 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4722
4723         * shell/ev-sidebar-links.c: (print_section_cb):
4724         * shell/ev-window.c: (ev_window_get_uri),
4725         (ev_window_close_dialogs), (ev_window_open_uri), (ev_window_print),
4726         (ev_window_print_dialog_response_cb), (ev_window_print_range),
4727         (ev_window_dispose):
4728         
4729         Make print dialog non-modal. Fix for the bug #325622.
4730
4731 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4732
4733         * shell/ev-metadata-manager.c:
4734         * shell/ev-utils.c: (using_pdf_printer),
4735         (using_postscript_printer), (load_print_config_from_file),
4736         (save_print_config_to_file):
4737         * shell/ev-utils.h:
4738         * shell/ev-window.c: (update_sizing_buttons), (page_changed_cb),
4739         (update_sidebar_visibility), (setup_sidebar_from_metadata),
4740         (setup_view_from_metadata), (ev_window_setup_document),
4741         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
4742         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
4743         (ev_window_run_presentation), (ev_window_stop_presentation),
4744         (save_sizing_mode), (ev_window_zoom_changed_cb),
4745         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
4746         (ev_window_dual_mode_changed_cb),
4747         (ev_window_sidebar_current_page_changed_cb),
4748         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
4749         (window_state_event_cb), (window_configure_event_cb),
4750         (ev_window_init):
4751         
4752         Setting saving behaviour fixes.
4753
4754 2005-12-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4755
4756         * configure.ac:
4757         
4758         Make antialiasing gs options better and allow
4759         to change them during configure. Fix for the 
4760         bug #319049.
4761
4762 2005-12-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4763
4764         * shell/ev-window.c: (setup_view_from_metadata):
4765         
4766         Remember if last window was maximized. Fix for the
4767         bug #323797.
4768
4769 2005-12-28  Abel Cheung  <maddog@linuxhall.org>
4770
4771         * configure.ac: Added "zh_HK" to ALL_LINGUAS.
4772
4773 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4774
4775         * backend/ev-link.c: (ev_link_get_page), (ev_link_init):
4776         * shell/ev-page-action.c: (build_new_tree_cb):
4777         * shell/ev-sidebar-links.c: (links_page_num_func),
4778         (update_page_callback_foreach), (update_page_callback):
4779         * shell/ev-view.c: (scroll_to_current_page):
4780         
4781         Fix for the bug #325067 with more intelligent selection
4782         of current link in sidebar. Make sidebar handle links
4783         of FITR-like type more correctly.
4784
4785         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
4786         (dvi_pixbuf_put_pixel):
4787         
4788         Fix memory consumtion with disabled alpha channel.
4789
4790 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4791
4792         * data/evince-ui.xml:
4793         * shell/ev-window.c: (view_menu_popup_cb),
4794         (ev_popup_cmd_open_link), (ev_window_init):
4795         
4796         Update context menu for internal links. Fix for the bug
4797         #325066.
4798
4799 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4800
4801         * shell/ev-view.c: (ev_view_popup_menu), (ev_view_class_init):
4802         
4803         Bind context menu to keyboard also. Fix for the bug
4804         #325065.
4805
4806 2005-12-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4807
4808         * shell/ev-view.c: (selection_scroll_timeout_cb):
4809         
4810         Horizontal scroll on selection also.
4811
4812 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4813
4814         * shell/ev-metadata-manager.c: (parse_value):
4815         * shell/ev-view.c: (goto_xyz_link):
4816         
4817         Correct zoom setup and metadata save broken in 
4818         some locales.
4819
4820 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4821
4822         * shell/ev-view-private.h:
4823         * shell/ev-view.c: (scroll_to_current_page),
4824         (view_set_adjustment_values), (goto_fitr_link), (goto_fitv_link),
4825         (goto_fith_link), (goto_fit_link), (goto_xyz_link),
4826         (page_changed_cb), (ev_view_set_continuous),
4827         (ev_view_set_dual_page), (ev_view_set_presentation):
4828         
4829         Delay scroll until allocation to correctly position page. Fix
4830         for the bug #317334.
4831
4832 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4833
4834         * NEWS:
4835         * configure.ac:
4836         
4837         Update NEWS and require poppler 0.5.0.
4838
4839 2005-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
4840         
4841         * data/evince-ui.xml:
4842         * shell/ev-view-private.h:
4843         * shell/ev-view.c: (ev_view_get_link_at_location),
4844         (handle_link_over_xy), (ev_view_button_press_event),
4845         (ev_view_button_release_event), (ev_view_class_init):
4846         * shell/ev-window.c: (view_menu_popup_cb), (ev_window_dispose),
4847         (ev_popup_cmd_open_link), (ev_popup_cmd_copy_link_address),
4848         (ev_window_init):
4849         
4850         Implement right-click context menu.
4851
4852 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4853
4854         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
4855         * dvi/pixbuf-device.c: (dvi_pixbuf_create_image),
4856         (mdvi_pixbuf_device_render):
4857         * pdf/ev-poppler.cc:
4858
4859         Don't generate thumbnails with alpha. See bug #324077.
4860         Thanks to Jeroen Zwartepoorte <jeroen.zwartepoorte@gmail.com>.
4861
4862 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4863
4864         * shell/ev-window.c: (setup_chrome_from_metadata):
4865         
4866         Fix typo that was hiding toolbar.
4867
4868 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4869
4870         * shell/ev-view-private.h:
4871         * shell/ev-view.c: (ev_view_realize), (selection_update_idle_cb),
4872         (selection_scroll_timeout_cb), (ev_view_motion_notify_event),
4873         (ev_view_button_release_event), (ev_view_destroy):
4874         
4875         Small cleanup and autoscrolling during selection. Thanks to 
4876         Ricardo Markiewicz  <rmarkie@fi.uba.ar>.
4877
4878 2005-12-22  Jani Monoses <jani.monoses@gmail.com>
4879
4880         * configure.ac:
4881         
4882         Correctly check for comics option.
4883
4884 2005-12-21  Eduardo Lima <eduardo.lima@indt.org.br>
4885         * Makefile.am:
4886         * configure.ac:
4887         * backend/Makefile.am:
4888         * backend/ev-document-factory.c:
4889         * shell/ev-document-types.c:
4890
4891         Included option in configure to make ps backend 
4892         compilation optional with --disable-ps.
4893
4894 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4895
4896         * backend/ev-document-factory.c:
4897         * comics/Makefile.am:
4898         * comics/comics-document.c: (comics_document_load):
4899         * comics/ev-cbr-mime.xml:
4900         * configure.ac:
4901         
4902         Comics mime types are added to shared-mime-info CVS. Now
4903         we don't need to install our own mime types.
4904
4905 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4906
4907         * shell/ev-window.c:
4908         
4909         Add shortcut for "save a copy" menu entry. Fix for
4910         the bug #324582.
4911
4912 2005-12-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4913
4914         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
4915         (job_finished_cb), (new_selection_pixbuf_needed),
4916         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
4917         (clear_job_selection), (ev_pixbuf_cache_set_selection_list):
4918         
4919         Rework selection job info logic and fix critical warning.
4920
4921 2005-12-17  Abel Cheung  <maddog@linuxhall.org>
4922
4923         * configure.ac: Added "cy" "fa" "mk" "vi" to ALL_LINGUAS.
4924
4925 2005-11-27  Jaap A. Haitsma <jaap@haitsma.org>
4926
4927         * data/evince-ui.xml:
4928         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
4929         
4930         Enter as shortcut key for next page. Fix for the bug
4931         #321394.
4932
4933 2005-11-18  Ales Nyakhaychyk  <nab@mail.by>
4934
4935         * configure.ac: Added "be" (Belarusian) to ALL_LINGUAS.
4936
4937 2005-11-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4938
4939         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
4940         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
4941         (new_selection_pixbuf_needed),
4942         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
4943         (clear_job_selection):
4944         
4945         Too early for 0.5. Pixbuf cache code cleaned a bit.
4946
4947 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4948
4949         * NEWS:
4950         * configure.ac:
4951         
4952         Release 0.5.0 preparation
4953
4954 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4955
4956         * comics/Makefile.am:
4957         * configure.ac:
4958         * shell/ev-document-types.c: (ev_document_types_add_filters):
4959         
4960         More advanced handling of custom mime type installation.
4961
4962 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4963
4964         * data/evince.schemas.in:
4965         * shell/ev-metadata-manager.c: (value_free),
4966         (ev_metadata_manager_get_last), (ev_metadata_manager_set_last),
4967         (ev_metadata_manager_get), (ev_metadata_manager_set):
4968         * shell/ev-metadata-manager.h:
4969         * shell/ev-window.c: (update_chrome_flag),
4970         (ev_window_cmd_focus_page_selector), (update_sidebar_visibility),
4971         (setup_document_from_metadata), (setup_chrome_from_metadata),
4972         (setup_sidebar_from_metadata), (setup_view_from_metadata),
4973         (ev_window_cmd_edit_find), (ev_window_cmd_escape),
4974         (ev_window_view_toolbar_cb),
4975         (ev_window_sidebar_visibility_changed_cb), (find_bar_close_cb),
4976         (view_actions_focus_in_cb), (ev_window_init), (ev_window_new):
4977         
4978         Save last document settings and reuse them for new documents.
4979
4980 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4981
4982         * Makefile.am:
4983         * backend/Makefile.am:
4984         * backend/ev-document-factory.c:
4985         * backend/ev-document-factory.h:
4986         * comics/Makefile.am:
4987         * comics/comics-document.c: (G_DEFINE_TYPE_WITH_CODE),
4988         (comics_document_load), (comics_document_save),
4989         (comics_document_get_n_pages), (comics_document_get_page_size),
4990         (get_page_size_area_prepared_cb), (comics_document_render_pixbuf)       (render_pixbuf_size_prepared_cb), (comics_document_finalize),
4991         (comics_document_class_init), (comics_document_can_get_text),
4992         (comics_document_get_info), (comics_document_document_iface_init),
4993         (comics_document_init), (get_supported_image_extensions),
4994         (comics_document_thumbnails_get_geometry),
4995         (comics_document_thumbnails_get_thumbnail),
4996         (comics_document_thumbnails_get_dimensions),
4997         (comics_document_document_thumbnails_iface_init), (extract_argv):
4998         * comics/comics-document.h:
4999         * comics/ev-cbr-mime.xml:
5000         * configure.ac:
5001         * po/POTFILES.in:
5002         * shell/ev-application.c: (ev_application_register_service):
5003         * shell/ev-document-types.c: (ev_document_types_add_filters):
5004         * thumbnailer/Makefile.am:
5005         * thumbnailer/evince-thumbnailer-comics.schemas.in:
5006         
5007         New CBR/CBZ backend for comic books.
5008
5009 2005-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5010
5011         * shell/main.c: (load_files_remote):
5012
5013         Thanks to Robert McQueen <robot101@debian.org>. Dbus
5014         warning on startup of second instance is fixed. It
5015         is bug #320353.
5016
5017 2005-10-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5018
5019         * shell/ev-window.c: (ev_window_finalize):
5020         
5021         Fix double free that cause crash.
5022
5023 2005-10-29  Bastien Nocera <hadess@hadess.net>
5024
5025         * tiff/tiff-document.c: (tiff_document_load):
5026         
5027         Fix memory leak.
5028
5029 2005-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5030
5031         * po/POTFILES.in:
5032         * shell/Makefile.am:
5033         * shell/ev-view-accessible.c: (ev_view_accessible_get_priv),
5034         (ev_view_accessible_free_priv), (ev_view_accessible_class_init),
5035         (ev_view_accessible_get_text),
5036         (ev_view_accessible_get_character_at_offset),
5037         (ev_view_accessible_get_text_before_offset),
5038         (ev_view_accessible_get_text_at_offset),
5039         (ev_view_accessible_get_text_after_offset),
5040         (ev_view_accessible_get_character_count),
5041         (ev_view_accessible_get_caret_offset),
5042         (ev_view_accessible_set_caret_offset),
5043         (ev_view_accessible_get_run_attributes),
5044         (ev_view_accessible_get_default_attributes),
5045         (ev_view_accessible_get_character_extents),
5046         (ev_view_accessible_get_offset_at_point),
5047         (ev_view_accessible_get_n_selections),
5048         (ev_view_accessible_get_selection),
5049         (ev_view_accessible_add_selection),
5050         (ev_view_accessible_remove_selection),
5051         (ev_view_accessible_set_selection),
5052         (ev_view_accessible_text_iface_init),
5053         (ev_view_accessible_idle_do_action),
5054         (ev_view_accessible_action_do_action),
5055         (ev_view_accessible_action_get_n_actions),
5056         (ev_view_accessible_action_get_description),
5057         (ev_view_accessible_action_get_name),
5058         (ev_view_accessible_action_set_description),
5059         (ev_view_accessible_action_iface_init),
5060         (ev_view_accessible_get_type), (ev_view_accessible_new),
5061         (ev_view_accessible_factory_get_accessible_type),
5062         (ev_view_accessible_factory_create_accessible),
5063         (ev_view_accessible_factory_class_init),
5064         (ev_view_accessible_factory_get_type):
5065         * shell/ev-view-accessible.h:
5066         * shell/ev-view-private.h:
5067         * shell/ev-view.c: (ev_view_get_accessible), (ev_view_class_init):
5068         * shell/ev-view.h:
5069         
5070         Initial accessibility support.
5071
5072 2005-10-27  Erdal Ronahi  <erdal.ronahi@gmail.com>
5073
5074         * configure.ac: Added ku (Kurdish) to ALL_LINGUAS
5075
5076 2005-10-26  Hubert Figuiere <hfiguiere@teaser.fr>
5077
5078         * shell/ev-print-job.c: (idle_print_handler):
5079         
5080         Fix for bug Bug 318916: Printing multiple pages.
5081
5082 2005-10-20  Runa Bhattacharjee  <runa@bengalinux.org>
5083
5084         * configure.ac: Added "bn" (Bengali) to ALL_LINGUAS.
5085
5086 2005-10-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5087
5088         * pdf/ev-poppler.cc:
5089         
5090         Thumnail dimensions unified with other backends.
5091         
5092         * shell/ev-window-title.c: (ev_window_title_update):
5093         
5094         Fix warning.
5095
5096 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5097
5098         * data/ev-stock-zoom-fit-width.png:
5099         
5100         Remove unused file.
5101
5102 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5103
5104         * configure.ac:
5105         * djvu/djvu-document.c: (djvu_document_load), (djvu_document_save),
5106         (djvu_document_finalize):
5107         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_save),
5108         (dvi_document_finalize):
5109         * pixbuf/pixbuf-document.c: (pixbuf_document_load),
5110         (pixbuf_document_save), (pixbuf_document_finalize):
5111         * tiff/tiff-document.c: (tiff_document_load), (tiff_document_save),
5112         (tiff_document_finalize):
5113         
5114         Save a copy implemented for various backends.
5115
5116 2005-10-17  Daniel Gryniewicz <dang@gentoo.org>
5117
5118         * configure.ac:
5119         
5120         Don't link with ltiff if tiff is disabled.
5121
5122 2005-10-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5123
5124         * pdf/GDKSplashOutputDev.cc:
5125         * pdf/GDKSplashOutputDev.h:
5126         * pdf/Thumb.cc:
5127         * pdf/Thumb.h:
5128         * pdf/pdf-document.cc:
5129         * pdf/pdf-document.h:
5130         * pdf/test-gdk-output-dev.cc:
5131         
5132         Remove old unused files.
5133
5134 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5135
5136         * shell/ev-window.c: (ev_window_setup_document):
5137         
5138         Fixed warnings on reload and probably crash reason.
5139
5140 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5141
5142         * properties/ev-properties-view.c:
5143         (ev_properties_view_format_date):
5144         
5145         Check if date is invalid. Fix for bug 318134.
5146
5147 2005-10-02  Wouter Bolsterlee <uws+gnome@xs4all.nl>
5148
5149         * shell/ev-window-title.c:
5150         
5151         Add .indd files (Adobe Indesign) to the list of "bad
5152         extensions".
5153
5154 2005-10-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5155
5156         * data/evince-ui.xml:
5157         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
5158         
5159         Add <ctrl>KP_Add and <ctrl>KP_Substract bindings.
5160
5161 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
5162
5163         * shell/ev-window.c: (launch_link), (launch_external_uri),
5164         (view_external_link_cb):
5165
5166         URL-escape link before passing it to gnome_vfs_url_show.
5167
5168 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
5169
5170         * shell/ev-view.[ch], shell/ev-window.c: Disable copy action when
5171         there isn't text selected.
5172
5173 2005-09-27  Marco Pesenti Gritti  <mpg@redhat.com>
5174
5175         * shell/ev-view.c: (handle_link_over_xy):
5176
5177         Check tooltip is valid utf8 before showing it
5178
5179 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
5180
5181         * shell/ev-view.c: Allow drag and drop of text. Fixes #316772
5182
5183 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
5184
5185         * shell/ev-window-title.c: (ev_window_title_update):
5186
5187         Guard against using g_strstrip on NULL. Fixes bug #317291.
5188
5189 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
5190
5191         * pdf/ev-poppler.cc:
5192
5193         Show title even for unknown links
5194
5195 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
5196
5197         * shell/ev-window-title.c: (ev_window_title_update):
5198
5199         Strip the title string
5200
5201 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
5202
5203         * shell/ev-window-title.c:
5204
5205         Add .rtf to the bad extensions list
5206
5207 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
5208
5209         * shell/ev-view.c: (doc_point_to_view_point), (goto_fitr_link),
5210         (goto_fitv_link), (goto_fith_link), (goto_xyz_link):
5211
5212         Ignore link coordinates if they are outside page bounds
5213
5214 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
5215
5216         * backend/ev-link.c: (ev_link_type_get_type),
5217         (ev_link_get_filename), (ev_link_get_params),
5218         (ev_link_get_property), (ev_link_set_property),
5219         (ev_window_dispose), (ev_link_class_init), (ev_link_new_launch):
5220         * backend/ev-link.h:
5221         * pdf/ev-poppler.cc:
5222         * shell/ev-view.c: (ev_view_goto_link), (ev_view_class_init):
5223         * shell/ev-window.c: (launch_link), (view_external_link_cb),
5224         (ev_window_init):
5225
5226         Implement launch links. Delegate external link opening to
5227         the window.
5228
5229 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
5230
5231         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_bottom),
5232         (ev_link_get_right), (ev_link_get_property),
5233         (ev_link_set_property), (ev_link_class_init),
5234         (ev_link_new_page_fitv), (ev_link_new_page_fitr):
5235         * backend/ev-link.h:
5236         * pdf/ev-poppler.cc:
5237         * shell/ev-view.c: (goto_fitr_link), (ev_view_goto_link):
5238
5239         Implement fitr links
5240
5241 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
5242
5243         * shell/ev-view.c: (ev_view_get_width), (ev_view_get_height),
5244         (goto_fitv_link), (goto_fith_link), (goto_fit_link),
5245         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
5246         (ev_view_size_request_continuous),
5247         (ev_view_size_request_dual_page),
5248         (ev_view_size_request_single_page), (ev_view_size_allocate),
5249         (ev_view_zoom_for_size_continuous_and_dual_page),
5250         (ev_view_zoom_for_size_continuous),
5251         (ev_view_zoom_for_size_dual_page),
5252         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
5253         (ev_sizing_mode_get_type):
5254         * shell/ev-view.h:
5255         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
5256
5257         Do not use modes for link, we need to calculate size ad hoc.
5258         Still not perfect because of the usual scrollbar issues grrr.
5259
5260 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
5261
5262         * backend/ev-link.c: (ev_link_type_get_type),
5263         (ev_link_new_page_fith), (ev_link_new_page_fitv):
5264         * backend/ev-link.h:
5265         * pdf/ev-poppler.cc:
5266         * shell/ev-view.c: (goto_fitv_link), (goto_fith_link),
5267         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
5268         (ev_view_size_request_continuous),
5269         (ev_view_size_request_dual_page),
5270         (ev_view_size_request_single_page), (ev_view_size_allocate),
5271         (zoom_for_size_fit_height),
5272         (ev_view_zoom_for_size_continuous_and_dual_page),
5273         (ev_view_zoom_for_size_continuous),
5274         (ev_view_zoom_for_size_dual_page),
5275         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
5276         (ev_sizing_mode_get_type):
5277         * shell/ev-view.h:
5278         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
5279
5280         Implement FIT_HEIGHT mode (only for links).
5281         Implement FITH links
5282
5283 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
5284
5285         * shell/ev-window-title.c: (get_filename_from_uri),
5286         (ev_window_title_sanitize_extension), (ev_window_title_update),
5287         (ev_window_title_set_document), (ev_window_title_set_uri),
5288         (ev_window_title_free):
5289         * shell/ev-window-title.h:
5290         * shell/ev-window.c: (ev_window_setup_document),
5291         (ev_window_popup_password_dialog):
5292
5293         Refactor window title building while fixing it for
5294         password documents.
5295
5296 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
5297
5298         * pdf/ev-poppler.cc:
5299
5300         Escape link title before setting it in the model
5301
5302 2005-09-23  Marco Pesenti Gritti  <mpg@redhat.com>
5303
5304         * shell/ev-application.c: (removed_from_session), (save_session),
5305         (init_session), (ev_application_get_empty_window),
5306         (ev_application_init), (ev_application_get_windows):
5307         * shell/ev-application.h:
5308         * shell/ev-window.c: (ev_window_finalize):
5309
5310         Add a function to retrieve window list and share it where
5311         necessary.
5312         Implement session handling, works pretty well thanks to the
5313         metadata system.
5314
5315 2005-09-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5316
5317         * shell/ev-password.c: (ev_password_item_created_callback),
5318         (ev_password_dialog_save_password):
5319         
5320         Fix for bug 316972. Use async gnome-keyring API.
5321
5322 2005-09-22  Christian Persch  <chpe@cvs.gnome.org>
5323
5324         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init):
5325         Remove unused unrealize handler. Add scroll handling to
5326         ev_view_scroll_event for presentation mode (bug #316708),
5327         and fix the event state checks there.
5328
5329 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
5330
5331         * shell/ev-page-action.c: (page_changed_cb):
5332
5333         "marco, maybe we should be crazy and jump right to 6! :)"
5334
5335         Bryan Clark, Sep 2005
5336
5337 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
5338
5339         * ps/ps-document.c: (save_document), (ps_document_save),
5340         (ps_document_ps_export_begin), (ps_document_ps_export_do_page),
5341         (ps_document_ps_export_end):
5342
5343         Fix unstructured documents save and print
5344
5345 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
5346
5347         * shell/ev-application.c: (ev_application_open_uri):
5348
5349         Fix window size persistance
5350
5351 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
5352
5353         * shell/ev-view.c: (ev_view_button_release_event):
5354
5355         Based on a patch from carlosgc@gnome.org. Mouse buttons
5356         switch pages in presentation mode.
5357
5358 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
5359
5360         * shell/ev-page-cache.c: (ev_page_cache_get_size):
5361
5362         Dont cast to int before scaling
5363
5364 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
5365
5366         * backend/ev-link.c: (ev_link_type_get_type),
5367         (ev_link_new_page_xyz), (ev_link_new_page_fit),
5368         (ev_link_new_page_fith):
5369         * backend/ev-link.h:
5370         * pdf/ev-poppler.cc:
5371         * shell/ev-view.c: (goto_fith_link), (ev_view_goto_link):
5372
5373         Implement FIT and FITH links
5374
5375 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
5376
5377         * pdf/ev-poppler.cc:
5378
5379         Return 0 results when search is not in progress.
5380
5381         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
5382         (ev_window_cmd_go_next_page), (find_bar_search_changed_cb):
5383
5384         Update menu sensitivity when cancelling search
5385
5386 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
5387
5388         * shell/ev-view.c: (ev_view_can_find_next):
5389
5390         Take all pages in consideration, not just current one
5391
5392 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
5393
5394         * shell/ev-page-cache.c:
5395         * shell/ev-page-cache.h:
5396         * shell/ev-view.c: (ev_view_binding_activated),
5397         (ev_view_next_page), (ev_view_previous_page),
5398         (ev_sizing_mode_get_type):
5399         * shell/ev-view.h:
5400         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
5401         (ev_window_cmd_go_next_page):
5402
5403         Move page next/previous functions from page chace to
5404         view and change it to move by 2 page steps in dual mode.
5405
5406 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
5407
5408         * shell/ev-window.c: (update_sidebar_visibility),
5409         (setup_sidebar_from_metadata), (ev_window_setup_document),
5410         (setup_view_from_metadata):
5411
5412         Show the index by default when there is one     
5413
5414 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
5415
5416         * shell/ev-window-title.c: (ev_window_title_set_document):
5417
5418         Missing null check
5419
5420 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5421
5422         * shell/ev-view.c: (view_update_range_and_current_page):
5423         
5424         Allow display of last odd page in dual view. Fix for 316347.
5425
5426 2005-09-17  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5427
5428         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
5429         
5430         Make close button default. Fix for 316383.
5431
5432 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5433
5434         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
5435         
5436         Mark close button as default. Fix for 316381.
5437
5438 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
5439
5440         * backend/ev-link.c: (ev_link_class_init):
5441
5442         Allow negative doubles in left/top properties
5443
5444 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
5445
5446         * shell/ev-window.c:
5447
5448         Remove a bunch of strings that was used only
5449         by the statusbar.
5450
5451 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
5452
5453         * shell/ev-window-title.c: (get_filename_from_uri),
5454         (ev_window_title_set_document):
5455
5456         When title has a confusing extension, show also
5457         the document filename inside ()
5458
5459 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
5460
5461         * shell/Makefile.am:
5462         * shell/ev-window-title.c: (ev_window_title_new),
5463         (ev_window_title_update), (ev_window_title_set_type),
5464         (ev_window_title_set_document), (ev_window_title_free):
5465         * shell/ev-window-title.h:
5466         * shell/ev-window.c: (ev_window_setup_document),
5467         (password_dialog_response), (ev_window_popup_password_dialog),
5468         (ev_window_dispose), (ev_window_init):
5469
5470         Factor out and cleanup window title code
5471
5472 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
5473
5474         * shell/ev-window.c: (unable_to_load_dialog_response_cb),
5475         (unable_to_load):
5476
5477         Make dialog transient so it doesnt block other windows
5478
5479 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5480
5481         * pdf/ev-poppler.cc:
5482         
5483         Fix pdf thumbnails rendering.
5484
5485 2005-09-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5486
5487         * shell/ev-window.c: (fullscreen_set_timeout):
5488         
5489         Increase timeout to hide full screen popup. Bug 
5490         316123. 
5491
5492 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5493
5494         * data/evince.schemas.in:
5495         * shell/ev-window.c: (update_action_sensitivity):
5496
5497         Allow the user to override document restrictions. Fix for bug
5498         305818.
5499
5500 2005-09-13  Christian Persch  <chpe@cvs.gnome.org>
5501
5502         * shell/ev-window.c: (ev_window_update_fullscreen_popup),
5503         (ev_window_create_fullscreen_popup), (ev_window_screen_changed),
5504         (ev_window_class_init): Fix multihead behaviour of fullscreen
5505         toolbar popup. Fixes bug #315451.
5506
5507 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5508
5509         * configure.ac:
5510         * data/evince-password.glade:
5511         * shell/ev-password.c: (ev_password_dialog_set_property),
5512         (ev_password_dialog_finalize), (ev_password_dialog_class_init),
5513         (ev_password_dialog_init), (ev_password_set_bad_password_label),
5514         (ev_password_dialog_entry_changed_cb),
5515         (ev_password_dialog_entry_activated_cb),
5516         (ev_password_dialog_save_password), (ev_password_keyring_found_cb),
5517         (ev_password_search_in_keyring), (ev_password_dialog_get_password),
5518         (ev_password_dialog_set_bad_pass):
5519         * shell/ev-password.h:
5520         * shell/ev-window.c: (password_dialog_response),
5521         (ev_window_popup_password_dialog):
5522         
5523         Support for gnome-keyring for encrypted PDF's.
5524
5525 2005-09-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5526
5527         * shell/ev-view.c: (handle_link_over_xy), (ev_view_realize),
5528         (ev_view_motion_notify_event), (ev_view_leave_notify_event),
5529         (ev_view_enter_notify_event), (ev_view_class_init):
5530         
5531         More precise handling of enter_notify/leave_notify events
5532         in EvView. Fix for bug 315470.
5533
5534 2005-09-08  Christopher Aillon  <caillon@redhat.com>
5535
5536         * shell/ev-window.c: (fullscreen_timeout_cb),
5537         (fullscreen_set_timeout), (fullscreen_clear_timeout),
5538         (ev_window_dispose):
5539
5540         leak fix: unref fullscreen_timeout_source before clearing it
5541
5542 2005-09-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5543
5544         * configure.ac, dvi/mdvi/Makefile.am: 
5545         
5546         Use lt1 instead lt1lib. Thanks to yselkowitz@users.sourceforge.net
5547
5548 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
5549
5550         * backend/ev-link.c: (ev_link_new_page_xyz):
5551         * pdf/ev-poppler.cc:
5552         * shell/ev-view.c: (goto_xyz_link), (ev_view_goto_link):
5553
5554         Fix some bugs with xyz links, respect zoom
5555
5556 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
5557
5558         * shell/ev-window.c: (page_changed_cb),
5559         (setup_document_from_metadata), (update_sidebar_visibility),
5560         (setup_view_from_metadata), (ev_window_run_fullscreen),
5561         (ev_window_stop_fullscreen), (ev_window_run_presentation),
5562         (ev_window_stop_presentation), (ev_window_continuous_changed_cb),
5563         (ev_window_dual_mode_changed_cb),
5564         (ev_window_sidebar_current_page_changed_cb):
5565
5566         null check uri before setting and getting metadata
5567
5568 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
5569
5570         * dvi/Makefile.am:
5571         * properties/Makefile.am:
5572         * shell/Makefile.am:
5573         * thumbnailer/Makefile.am:
5574
5575         Some build fixes for cygwin. Patch by yselkowitz@users.sourceforge.net
5576
5577 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
5578
5579         * shell/ev-sidebar-links.c: (ev_sidebar_links_class_init),
5580         (selection_changed_callback):
5581         * shell/ev-sidebar-links.h:
5582
5583         Add a signal for link activation.
5584
5585         * shell/ev-view.c: (ev_view_goto_link),
5586         (ev_view_button_release_event):
5587         * shell/ev-view.h:
5588         * shell/ev-window.c: (sidebar_links_link_activated_cb),
5589         (ev_window_init):
5590
5591         Implement the signal so that we can handle all link types.
5592
5593         * shell/ev-page-cache.c:
5594
5595         Remove unused set_link function
5596
5597 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
5598
5599         * lib/ev-tooltip.c: (ev_tooltip_set_position):
5600
5601         Add some space from the cursor, hardcoded but I couldnt
5602         find a better way.
5603
5604 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
5605
5606         * lib/ev-tooltip.c:
5607
5608         Use mozilla style vs gtk style, way better for links.
5609
5610         * shell/ev-view.c: (ev_view_motion_notify_event),
5611         (ev_view_destroy), (ev_view_init):
5612
5613         Deactive tooltip when the link hovered is changed.
5614
5615 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
5616
5617         * backend/ev-document.h:
5618         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_top),
5619         (ev_link_get_left), (ev_link_get_zoom), (ev_link_get_property),
5620         (ev_link_set_property), (ev_window_dispose), (ev_link_class_init),
5621         (ev_link_new_page), (ev_link_new_page_xyz):
5622         * backend/ev-link.h:
5623         * pdf/ev-poppler.cc:
5624         * shell/ev-view.c: (doc_point_to_view_point), (scroll_to_xyz_link),
5625         (go_to_link), (tip_from_link):
5626
5627         Implement xyz links, still not functional. Links are a total
5628         mess, will need to refactor and bugfix a lot :(
5629
5630 2005-09-05  Alessio Frusciante  <algol@firenze.linux.it>
5631
5632         * configure.ac: Added "it" (Italian) to ALL_LINGUAS.
5633
5634 2005-09-05  Marco Pesenti Gritti <mpg@redhat.com>
5635
5636         * data/evince-ui.xml:
5637         * data/evince.schemas.in:
5638         * shell/Makefile.am:
5639         * shell/ev-window.c: (update_chrome_visibility),
5640         (password_dialog_response), (ev_window_load_job_cb),
5641         (ev_window_xfer_job_cb), (ev_window_open_uri),
5642         (ev_window_class_init), (set_chrome_actions), (load_chrome),
5643         (ev_window_init):
5644
5645         Remove the statusbar. This regress loading feedback, need to
5646         check with Bryan what we want to do there...
5647
5648 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
5649
5650         * lib/ev-tooltip.c: (ev_tooltip_init):
5651
5652         Fix tooltip border and size handling
5653
5654 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
5655
5656         * lib/ev-tooltip.c: (ev_tooltip_dispose), (ev_tooltip_class_init),
5657         (ev_tooltip_set_position), (ev_tooltip_recently_shown),
5658         (ev_tooltip_timeout), (ev_tooltip_activate),
5659         (ev_tooltip_deactivate):
5660         * lib/ev-tooltip.h:
5661         * shell/ev-view.c: (ev_view_motion_notify_event):
5662
5663         Delay popup showing. Mirror gtk logic/times.
5664
5665 2005-09-03  Marco Pesenti Gritti  <mpg@redhat.com>
5666
5667         * lib/Makefile.am:
5668         * lib/ev-tooltip.c: (ev_tooltip_expose_event),
5669         (ev_tooltip_class_init), (ev_tooltip_init), (ev_tooltip_new),
5670         (ev_tooltip_set_text), (ev_tooltip_set_position):
5671         * lib/ev-tooltip.h:
5672
5673         Simple widget to show tooltips at a custom position
5674
5675         * shell/ev-view.c: (tip_from_link), (ev_view_motion_notify_event),
5676         (ev_view_destroy):
5677
5678         Use it for links. First go, needs work
5679
5680 2005-08-17  Dennis Cranston  <dennis_cranston@yahoo.com>
5681
5682         * shell/ev-window.c: (ev_window_cmd_edit_toolbar): A couple small 
5683         HIG fixes.  Use title capitalization for window title. Use 12 
5684         pixels of space between the dialog's vbox and action area.
5685
5686 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
5687
5688         * shell/ev-window.c: (file_open_dialog_response_cb),
5689         (ev_window_cmd_file_open), (file_save_dialog_response_cb),
5690         (ev_window_cmd_save_as):
5691
5692         Make file pickers not modal and refactor code some
5693
5694 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
5695
5696         * shell/ev-sidebar.h:
5697         * shell/ev-sidebar.c: (ev_sidebar_set_property),
5698         (ev_sidebar_get_current_page), (ev_sidebar_get_property),
5699         (ev_sidebar_class_init), (ev_sidebar_select_page),
5700         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_new),
5701         (ev_sidebar_set_page):
5702
5703         Add a current page property and allow to get/set it
5704
5705         * shell/ev-window.c: (setup_view_from_metadata),
5706         (ev_window_sidebar_current_page_changed_cb), (ev_window_init):
5707
5708         Persist current sidebar page per document
5709
5710 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
5711
5712         * data/evince.schemas.in:
5713         * shell/ev-window.c: (update_chrome_visibility),
5714         (setup_document_from_metadata), (update_sidebar_visibility),
5715         (setup_view_from_metadata), (ev_window_sidebar_position_change_cb),
5716         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
5717         (ev_window_run_presentation), (ev_window_stop_presentation),
5718         (ev_window_view_sidebar_cb),
5719         (ev_window_sidebar_visibility_changed_cb), (set_chrome_actions),
5720         (load_chrome), (ev_window_init):
5721
5722         Persist size/visibility of sidebar per document
5723
5724 Fri Sep  2 00:59:55 2005  Jonathan Blandford  <jrb@redhat.com>
5725
5726         * shell/ev-view.c (draw_loading_text): Draw loading text.
5727
5728 2005-09-02  Dan Damian  <dand@gnome.ro>
5729
5730         * configure.in: Added "ro" to ALL_LINGUAS.
5731
5732 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
5733
5734         * shell/ev-view.c: (clear_caches):
5735
5736         ev_page_cache_get doesnt return a reference,
5737         dont try to unref it.
5738
5739 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
5740
5741         * shell/main.c: (load_files_remote):
5742
5743         Fix timestamp parameter with dbus <= 0.33
5744
5745 2005-08-31  Marco Pesenti Gritti  <mpg@redhat.com>
5746
5747         * data/evince.schemas.in:
5748
5749         Add missing full stop
5750
5751 2005-08-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
5752
5753         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info):
5754         * shell/ev-window.c: (ev_window_print_range), (ev_window_dispose):
5755
5756         Plug some memory leaks
5757
5758 2005-08-29  Christian Persch  <chpe@cvs.gnome.org>
5759
5760         * configure.ac:
5761         * lib/ev-debug.c: (trap_handler):
5762
5763         Check for execinfo.h and use it only if it exists.
5764         Ported from Epiphany (bug #314776).
5765
5766 2005-08-29  Duarte Loreto <happyguy_pt@hotmail.com>
5767
5768         * configure.ac: Added Portuguese (pt) to ALL_LINGUAS.
5769
5770 2005-08-27  Mohammad DAMT  <mdamt@gnome.org>
5771
5772         * configure.ac: Added Indonesian "id" to ALL_LINGUAS
5773         * po/id.po      : Added Indonesian translation
5774
5775 Fri Aug 26 00:45:09 2005  Jonathan Blandford  <jrb@redhat.com>
5776
5777         * shell/main.c:
5778         * shell/ev-application.c: Last minute GTK-2.6 fixes.
5779         * NEWS: Release 0.4.0
5780
5781 Thu Aug 25 23:40:23 2005  Jonathan Blandford  <jrb@redhat.com>
5782
5783         * configure.ac: catch another gtk+-2.8ism
5784         * shell/main.c: Make work with gtk+-2.6
5785
5786 2005-08-25  Ryan Lortie  <desrt@desrt.ca>
5787
5788         * shell/ev-application-service.xml: Add 'timestamp' argument to
5789           ev_application_open_window and ev_application_open_uri methods.
5790
5791         * shell/ev-application.h: Add 'timestamp' argument to
5792           ev_application_open_window, ev_application_open_uri,
5793           and ev_application_open_uri_list functions.
5794
5795         * shell/ev-application.c (ev_application_open_window,
5796           ev_application_open_uri, ev_application_open_uri_list): Change
5797           functions that show/present windows to use a timestamp if one
5798           is passed in.
5799
5800         * shell/ev-window.c (ev_window_cmd_file_open,
5801           ev_window_cmd_recent_file_activate, drag_data_received_cb):
5802         * shell/main.c (load_files): Modify calls to ev_application to
5803           include GDK_CURRENT_TIME as timestamp.
5804
5805         * shell/main.c (load_files_remote): Obtain timestamp for client
5806           instance from GDK and pass to server instance so new windows are
5807           focused properly.  Fix dbus_g_proxy_call() calls by including second
5808           G_TYPE_INVALID.
5809           
5810         Closes bug #314475.
5811
5812 Thu Aug 25 22:13:08 2005  Jonathan Blandford  <jrb@redhat.com>
5813
5814         * shell/ev-window.c (ev_window_finalize): Check for
5815         avail. EvWindows when quiting to handle the finalize better,
5816         #314497
5817
5818 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5819         
5820         * properties/ev-properties-view.c: 
5821         
5822         Set textdomain to libglade. Fixes translation problem in property page.
5823
5824 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5825
5826         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
5827         * dvi/Makefile.am:
5828         * dvi/dvi-document.c: (dvi_document_thumbnails_get_thumbnail):
5829         * dvi/mdvi-lib/Makefile.am:
5830         
5831         Fix rotation of thumbnails, ported to new API. Moved library
5832         dependencies earlier, probably it will fix linkage problem.
5833
5834 Thu Aug 25 02:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
5835
5836         * backend/ev-document-misc.c:
5837         (ev_document_misc_get_thumbnail_frame):
5838         * backend/ev-document-misc.h:
5839         * configure.ac:
5840         * pdf/ev-poppler.cc:
5841         * shell/Makefile.am:
5842         * shell/ev-sidebar-thumbnails.c: (add_range),
5843         (ev_sidebar_thumbnails_set_loading_icon),
5844         (ev_sidebar_thumbnails_refresh),
5845         (ev_sidebar_thumbnails_set_document):
5846         * shell/ev-sidebar-thumbnails.h:
5847         * shell/ev-view.c: (ev_view_motion_notify_event),
5848         (ev_view_set_property), (ev_view_get_property),
5849         (ev_view_class_init), (ev_view_set_rotation):
5850         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
5851         (ev_window_cmd_edit_rotate_right), (ev_window_rotation_changed_cb),
5852         (ev_window_init):
5853         * tiff/tiff-document.c: (tiff_document_thumbnails_get_thumbnail):
5854         Redo rotation (again).  prepare for 0.4.0
5855
5856 2005-08-24  Kristian Høgsberg  <krh@redhat.com>
5857
5858         * configure.ac: Bump poppler requirement to 0.4.1.
5859
5860         * pdf/ev-poppler.cc (pdf_selection_render_selection): Add rotation
5861         argument to poppler_page_render_selection() call.
5862
5863 2005-08-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5864
5865         * djvu/djvu-document.c: (djvu_document_render_pixbuf),
5866         (djvu_document_thumbnails_get_thumbnail):
5867         * dvi/dvi-document.c: (dvi_document_render_pixbuf),
5868         (dvi_document_thumbnails_get_thumbnail):
5869         * pixbuf/pixbuf-document.c: (pixbuf_document_render_pixbuf),
5870         (pixbuf_document_thumbnails_get_thumbnail):
5871         * tiff/tiff-document.c: (tiff_document_render_pixbuf):
5872         
5873         Update rotation direction of backends to fit with pdf and ps.
5874
5875 2005-08-24  Marco Pesenti Gritti  <mpg@redhat.com>
5876
5877         * backend/ev-async-renderer.c: (ev_async_renderer_render_pixbuf):
5878         * backend/ev-async-renderer.h:
5879         * ps/ps-document.c: (ps_document_init), (setup_pixmap),
5880         (setup_page), (ps_document_get_page_size),
5881         (ps_async_renderer_render_pixbuf):
5882         * ps/ps-document.h:
5883         * shell/ev-jobs.c: (ev_job_render_run):
5884
5885         Fix orientation in the postscript document
5886
5887 2005-08-23  Marco Pesenti Gritti  <mpg@redhat.com>
5888
5889         * pdf/ev-poppler.cc:
5890         * ps/ps-document.c: (push_pixbuf), (ps_document_widget_event):
5891         * shell/ev-view.c: (highlight_find_results):
5892
5893         Adapt to the new poppler rotation API. Fix text maps on landscape
5894         documents.
5895
5896 Sat Aug 20 17:13:48 2005  Jonathan Blandford  <jrb@redhat.com>
5897
5898         * shell/ev-view.c (compute_new_selection_text): get the correct
5899         region when selecting in modes other than continuous.
5900
5901 Sat Aug 20 13:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
5902
5903         * shell/main.c (main): remove redundant g_warnings.
5904
5905 2005-08-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5906
5907         * shell/Makefile.am: Don't include autogenerated
5908         file ev-application-service.h into distribution, since
5909         it causes dbus crash. Fix for bugs 313724 and 313443. 
5910
5911 2005-08-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5912
5913         * configure.ac: Fix sed expression for FreeBSD. Thanks
5914         to Joe Marcus Clark <marcus@freebsd.org>
5915         
5916         * shell/eggfindbar.c: (entry_activate_callback),
5917         (entry_changed_callback), (egg_find_bar_init),
5918         (egg_find_bar_set_search_string):
5919         
5920         Made findbar buttons unsensitive if there is no text in
5921         entry. Fix for the bug 313285.
5922
5923 2005-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
5924
5925         * ps/ps-document.c: Use g_filename_display_name for displaying
5926         filenames and revert string freeze breackage
5927
5928 2005-08-17  Marco Pesenti Gritti  <mpg@redhat.com>
5929
5930         * NEWS:
5931         * configure.ac:
5932
5933         Update for 0.3.4
5934
5935         * shell/Makefile.am:
5936
5937         Add ev-application-service.xml to extra dist
5938
5939         * shell/ev-view.c: (find_page_at_location):
5940
5941         Remove unused function (fix warning)
5942
5943 2005-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5944
5945         * dvi/mdvi-lib/t1.c: (t1_reset_resolution), (t1_really_load_font),
5946         (t1_load_font), (t1_glyph_bitmap), (t1_font_remove):
5947         
5948         Fix warnings and compilation with t1lib-5.0 and newer. Fix for 
5949         bug 313623.
5950
5951 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5952
5953         * shell/ev-utils.c: (set_umask_permissions), (write_to_temp_file):
5954         * shell/ev-window.c:
5955         Fix build warnings
5956
5957 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
5958
5959         * configure.ac: Update script to get dbus version.
5960         Fix for the bug #313443.
5961
5962 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5963
5964         * shell/ev-window.c: (ev_window_cmd_escape):
5965         
5966         Return focus back to view on escape. Fix for bug 313295.
5967
5968 2005-08-16  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
5969
5970         * shell/ev-window.c: (update_window_title),
5971         (ev_window_popup_password_dialog), (ev_window_load_job_cb),
5972         (ev_window_cmd_save_as):
5973         
5974         Correct conversion from uri to displayable string. Fix for
5975         bug 313296.
5976
5977 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
5978
5979         * ps/ps-document.c: convert filename to utf8 when there is an error
5980         loading document. Fixes #309915
5981
5982 2005-08-16  Marco Pesenti Gritti  <mpg@redhat.com>
5983
5984         * configure.ac:
5985
5986         We depend on poppler 0.4.0
5987
5988 Mon Aug 15 21:53:05 2005  Jonathan Blandford  <jrb@redhat.com>
5989
5990         * configure.ac:
5991         * NEWS: Release 0.3.3.
5992         * thumbnailer/evince-thumbnailer.c: Remove pdf icon.
5993
5994 2005-08-14  Dennis Cranston  <dennis_cranston@yahoo.com>
5995
5996         * shell/ev-window.c: (ev_window_cmd_file_open): HIG fixes:  
5997         add a couple missing mnemonics to menu items, use title 
5998         capitalization for menu items and window titles, and add 
5999         ellipsis to open menu item.     
6000
6001 Mon Aug 15 00:40:21 2005  Jonathan Blandford  <jrb@redhat.com>
6002
6003         * pdf/ev-poppler.cc:
6004         * shell/ev-metadata-manager.c: (ev_metadata_manager_init):
6005         * shell/ev-view.c: (ev_view_rotate_left), (ev_view_set_rotation),
6006         (ev_view_get_rotation):
6007         * shell/ev-view.h:
6008         * shell/ev-window.c: (setup_view_from_metadata),
6009         (save_rotation_to_file), (ev_window_cmd_edit_rotate_left),
6010         (ev_window_cmd_edit_rotate_right): Fix rotation.  Save it to
6011         disk.
6012
6013 2005-08-14  Baris Cicek <baris@teamforce.name.tr>
6014
6015         * configure.ac: Added tr to ALL_LINGUAS
6016
6017 2005-08-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6018
6019         * shell/ev-view.c: Fix for bug Bug 311838. Search backward
6020         requires several clicks to find word. Thanks to 
6021         Colin Slater <kiltedtaco@gmail.com>.
6022
6023 2005-08-11  Bryan Clark  <clarkbw@cvs.gnome.org>
6024
6025         * data/evince.desktop.in.in: Hide menu entry and
6026         rename it to "Document Viewer". Fix for bug 
6027         #312399.
6028
6029 2005-08-11  Crispin Flowerday  <gnome@flowerday.cx>
6030
6031         * shell/ev-page-action.c (ev_page_action_class_init): 
6032
6033         Point to the correct function in constructor of the
6034         activate_label signal
6035
6036 Tue Aug  9 02:17:13 2005  Jonathan Blandford  <jrb@redhat.com>
6037
6038         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
6039         * shell/ev-jobs.h: Make thread safe.
6040
6041 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6042
6043         * shell/ev-view.c: (view_update_range_and_current_page):
6044         Don't update page range if we are scrolling to some document
6045         point.
6046
6047 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6048
6049         * shell/ev-view.c: (get_page_extents): reverse rotation/scale
6050         when getting max_page_width, fix drawing in dual mode.
6051
6052 Sun Aug  7 02:06:08 2005  Jonathan Blandford  <jrb@redhat.com>
6053
6054         * shell/ev-view.c (ev_view_select_all): reverse rotation/page when
6055         getting the area for select_all.
6056
6057 2005-08-06  Kristian Høgsberg  <krh@redhat.com>
6058
6059         * backend/ev-selection.c: (ev_selection_render_selection):
6060         * backend/ev-selection.h:
6061         * pdf/ev-poppler.cc:
6062         * shell/ev-jobs.c: (ev_job_render_new):
6063         * shell/ev-jobs.h:
6064         * shell/ev-pixbuf-cache.c: (get_selection_colors),
6065         (add_job_if_needed), (ev_pixbuf_cache_get_selection_pixbuf):
6066         * shell/ev-view.c: (ev_view_focus_in), (ev_view_focus_out),
6067         (ev_view_class_init):
6068
6069         Change selection color on focus in and focus out events.  Also,
6070         poppler now uses GdkColor for specifying the selection colors, so
6071         drop some awkward conversion code.
6072
6073 2005-08-06  Yair Hershkovitz  <yairhr@gmail.com>
6074
6075         * configure.ac: Added Hebrew translation
6076
6077 Sat Aug  6 01:12:44 2005  Jonathan Blandford  <jrb@redhat.com>
6078
6079         * NOTES:
6080         * backend/ev-selection.c: (ev_selection_render_selection):
6081         * backend/ev-selection.h:
6082         * pdf/ev-poppler.cc:
6083         * shell/ev-jobs.c: (ev_job_render_dispose), (ev_job_render_new),
6084         (ev_job_render_run):
6085         * shell/ev-jobs.h:
6086         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
6087         (ev_pixbuf_cache_new), (job_finished_cb), (add_job_if_needed),
6088         (convert_gdk_color_to_uint), (ev_pixbuf_cache_get_text_mapping),
6089         (ev_pixbuf_cache_style_changed),
6090         (ev_pixbuf_cache_get_selection_pixbuf),
6091         (ev_pixbuf_cache_set_selection_list),
6092         (ev_pixbuf_cache_get_selection_list):
6093         * shell/ev-pixbuf-cache.h:
6094         * shell/ev-utils.c: (ev_print_region_contents):
6095         * shell/ev-utils.h:
6096         * shell/ev-view.c: (ev_view_queue_draw_page),
6097         (selection_update_idle_cb), (ev_view_motion_notify_event),
6098         (ev_view_style_set), (draw_one_page), (ev_view_class_init),
6099         (setup_caches), (ev_view_find_next), (merge_selection_region),
6100         (selection_free):
6101         * shell/ev-window.c: (ev_window_update_fullscreen_popup):
6102
6103         Clean up selection to be much smoother!
6104
6105 2005-08-05  Kristian Høgsberg  <krh@redhat.com>
6106
6107         * pdf/ev-poppler.cc (pdf_selection_render_selection): Pass colors
6108         to poppler_page_render_selection().
6109
6110 2005-08-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6111
6112         * ps/ps-document.c: (save_page_list): Use
6113         unzipped document when printing. Thanks to 
6114         Colin Slater <kiltedtaco@gmail.com>. Fix for bug
6115         311016.
6116
6117 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6118
6119         * shell/ev-window.c: (update_action_sensitivity):
6120         
6121         Disable print and save respect to lockdown gconf keys. Fix
6122         for 312342.
6123
6124 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6125
6126         * configure.ac:
6127         * shell/ev-utils.c: (rename_file), (set_umask_permissions),
6128         (write_to_temp_file), (ev_file_set_contents):
6129         * shell/ev-utils.h:
6130         * shell/ev-window.c: (save_print_config_to_file):
6131         
6132         Copy-paste g_file_set_contents to keep compatibility with gtk 2.6
6133         Fix for bug 312238
6134
6135 2005-07-31  Christian Persch  <chpe@cvs.gnome.org>
6136
6137         * shell/ev-window.c: (load_print_config_from_file),
6138         (save_print_config_to_file), (ev_window_print_range):
6139
6140         Persist the print settings. Fixes bug #311578.
6141
6142 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6143
6144         * djvu/djvu-document.c: (djvu_document_get_page_size),
6145         (djvu_document_render_pixbuf), (djvu_document_document_iface_init),
6146         (djvu_document_thumbnails_get_thumbnail):
6147         * dvi/dvi-document.c: (dvi_document_get_page_size),
6148         (dvi_document_render_pixbuf), (dvi_document_document_iface_init),
6149         (dvi_document_thumbnails_get_dimensions),
6150         (dvi_document_thumbnails_get_thumbnail):
6151         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size),
6152         (pixbuf_document_render_pixbuf),
6153         (pixbuf_document_document_iface_init),
6154         (pixbuf_document_thumbnails_get_thumbnail):
6155         
6156         Update backends to make them build with new rotation system.
6157
6158 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6159
6160         * help/C/figures/evince_start_window.png:
6161         
6162         Update documentation image from Luca Ferretti <elle.uca@libero.it>
6163
6164 Sat Jul 30 19:09:34 2005  Jonathan Blandford  <jrb@redhat.com>
6165
6166         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_clear):
6167         * shell/ev-pixbuf-cache.h:
6168         * shell/ev-sidebar-thumbnails.c:
6169         (ev_sidebar_thumbnails_get_property), (add_range),
6170         (adjustment_changed_cb):
6171         * shell/ev-view.c: (ev_view_set_rotation): Fix rotation and the
6172         pixbuf cache.  Make thumbnailing work again.  Also, fix bug where
6173         we were thumbnailing the entire docment on startup, slowing us
6174         down hugely. 
6175
6176 Fri Jul 29 23:14:28 2005  Jonathan Blandford  <jrb@redhat.com>
6177
6178         * shell/ev-page-cache.c: (ev_page_cache_new):
6179         * shell/ev-window.c: (update_action_sensitivity): Handle n_pages
6180         == 0, fixes #310306.
6181
6182 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
6183
6184         * shell/ev-view.c: (doc_rect_to_view_rect), (ev_view_rotate_right),
6185         (ev_view_rotate_left):
6186
6187         Account rotation in doc_rect_to_view_rect.
6188         Ensure rotation doesnt go out of bounds.
6189
6190 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
6191
6192         * shell/ev-page-cache.c: (ev_page_cache_get_size):
6193
6194         Correct and cleanup w/h swapping
6195
6196 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
6197
6198         * backend/ev-document-thumbnails.c:
6199         (ev_document_thumbnails_get_thumbnail):
6200         * backend/ev-document-thumbnails.h:
6201         * backend/ev-document.c:
6202         * backend/ev-document.h:
6203         * backend/ev-render-context.c: (ev_render_context_new),
6204         (ev_render_context_set_rotation):
6205         * backend/ev-render-context.h:
6206         * pdf/ev-poppler.cc:
6207         * ps/ps-document.c: (ps_document_document_iface_init):
6208         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
6209         * shell/ev-jobs.h:
6210         * shell/ev-page-cache.c: (build_height_to_page),
6211         (ev_page_cache_new), (ev_page_cache_get_size),
6212         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
6213         (ev_page_cache_get_height_to_page):
6214         * shell/ev-page-cache.h:
6215         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
6216         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
6217         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed),
6218         (ev_pixbuf_cache_get_selection_pixbuf):
6219         * shell/ev-pixbuf-cache.h:
6220         * shell/ev-print-job.c: (idle_print_handler):
6221         * shell/ev-sidebar-thumbnails.c: (add_range):
6222         * shell/ev-view.c: (view_update_range_and_current_page),
6223         (get_page_y_offset), (get_page_extents),
6224         (ev_view_size_request_continuous_dual_page),
6225         (ev_view_size_request_continuous),
6226         (ev_view_size_request_dual_page),
6227         (ev_view_size_request_single_page), (draw_one_page),
6228         (ev_view_set_rotation), (ev_view_rotate_right),
6229         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
6230         (ev_view_zoom_for_size_continuous_and_dual_page),
6231         (ev_view_zoom_for_size_continuous),
6232         (ev_view_zoom_for_size_dual_page),
6233         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
6234         (ev_view_select_all):
6235         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
6236         * tiff/tiff-document.c: (tiff_document_render_pixbuf),
6237         (tiff_document_document_iface_init),
6238         (tiff_document_thumbnails_get_thumbnail):
6239
6240         Use rotation rather than orientation. It's easier and enough
6241         for our needs.
6242
6243 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
6244
6245         * shell/ev-page-cache.c: (build_height_to_page),
6246         (ev_page_cache_new), (ev_page_cache_get_size),
6247         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
6248         (ev_page_cache_get_height_to_page):
6249         * shell/ev-page-cache.h:
6250         * shell/ev-view.c: (get_page_y_offset), (get_page_extents),
6251         (ev_view_size_request_continuous_dual_page),
6252         (ev_view_size_request_continuous),
6253         (ev_view_zoom_for_size_continuous_and_dual_page),
6254         (ev_view_zoom_for_size_continuous):
6255
6256         Make the page cache aware of page orientation.
6257
6258 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
6259
6260         * backend/ev-document-thumbnails.c:
6261         (ev_document_thumbnails_get_thumbnail):
6262         * backend/ev-document-thumbnails.h:
6263         * backend/ev-document.c:
6264         * backend/ev-document.h:
6265         * backend/ev-ps-exporter.c: (ev_ps_exporter_do_page):
6266         * backend/ev-ps-exporter.h:
6267         * pdf/ev-poppler.cc:
6268         * ps/ps-document.c: (ps_document_document_iface_init),
6269         (ps_document_ps_export_do_page):
6270         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
6271         * shell/ev-jobs.h:
6272         * shell/ev-page-cache.c: (ev_page_cache_get_size),
6273         (ev_page_cache_get):
6274         * shell/ev-page-cache.h:
6275         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
6276         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
6277         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed):
6278         * shell/ev-pixbuf-cache.h:
6279         * shell/ev-print-job.c: (idle_print_handler):
6280         * shell/ev-sidebar-thumbnails.c: (add_range):
6281         * shell/ev-view.c: (view_update_range_and_current_page),
6282         (get_page_extents), (ev_view_size_request_dual_page),
6283         (ev_view_size_request_single_page), (draw_one_page),
6284         (clear_caches), (ev_view_set_orientation), (ev_view_rotate_right),
6285         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
6286         (ev_view_zoom_for_size_dual_page),
6287         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
6288         (ev_view_select_all):
6289         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
6290         * tiff/tiff-document.c: (tiff_document_get_page_size),
6291         (tiff_document_get_orientation), (rotate_pixbuf),
6292         (tiff_document_render_pixbuf), (tiff_document_document_iface_init),
6293         (tiff_document_thumbnails_get_thumbnail),
6294         (tiff_document_ps_export_do_page), (tiff_document_init):
6295
6296         Really make use of the orientation bit of the render context.
6297         Use the render context in a few more places in the backend API.
6298         This regress orientation, but now it's done right. Will try to
6299         fix it up asap...
6300
6301 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
6302
6303         * shell/ev-view.c: (ensure_rectangle_is_visible):
6304
6305         Patch by Nickolay V. Shmyrev to fix find flickering
6306
6307 2005-07-27  Martin Kretzschmar  <martink@gnome.org>
6308
6309         * backend/ev-ps-exporter.h: add paper_width, paper_height, and
6310         duplex parameters to ::begin.
6311
6312         * tiff/tiff-document.c (tiff_document_ps_export_begin): 
6313         * shell/ev-print-job.c (idle_print_handler): 
6314         * ps/ps-document.c (ps_document_ps_export_begin): 
6315         * pdf/ev-poppler.cc (pdf_document_ps_exporter_begin): 
6316         * backend/ev-ps-exporter.c (ev_ps_exporter_begin): update
6317         implementations. Poppler backend needs poppler cvs. Rest has
6318         unchanged behavior.
6319
6320 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
6321
6322         * shell/ev-window.c (using_pdf_printer): new function.
6323         (ev_window_print_range): print a less techy message if someone
6324         tries to print to PDF.
6325
6326 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
6327
6328         * pdf/ev-poppler.cc (font_type_to_string): Remove trailing space
6329         from "unknown font" string. Bug #311431
6330
6331 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
6332
6333         * help/es/.cvsignore, help/sr/.cvsignore: ignore xmlpo output.
6334
6335 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
6336
6337         Bug #311280
6338         
6339         * pdf/ev-poppler.cc (font_type_to_string): new, returns user readable
6340         name for PopplerFontTypes
6341         (pdf_document_fonts_fill_model): add font type to the detail column
6342
6343         * backend/ev-document-fonts.h: added
6344         EV_DOCUMENT_FONTS_COLUMN_DETAILS.
6345
6346         * shell/ev-properties-fonts.c (font_cell_data_func): glue together
6347         font name and font details, add a little markup.
6348         (ev_properties_fonts_init): use the new cell data func, specify ypad
6349         property for the cell renderer.
6350         (ev_properties_fonts_set_document): add the details column.
6351
6352 2005-07-24  Artur Flinta  <aflinta@cvs.gnome.org>
6353
6354         * configure.ac: Added "pl" to ALL_LINGUAS.
6355
6356 2005-07-24  Danilo Šegan  <danilo@gnome.org>
6357
6358         * configure.ac: Added "sr" and "sr@Latn" to ALL_LINGUAS.
6359
6360 2005-07-23  Tommi Vainikainen  <thv@iki.fi>
6361
6362         * help/ChangeLog: Started this for translations of manual.
6363         * configure.ac, autogen.sh, .cvsignore: Migrated to
6364         gnome-doc-utils. Patch in bug #311222.
6365
6366 2005-07-22  Martin Kretzschmar  <martink@gnome.org>
6367
6368         * backend/ev-document-factory.c (mime_type_supported_by_gdk_pixbuf): 
6369         #ifdef this away to fix an unused-function warning.
6370
6371 2005-07-22  Ignacio Casal Quinteiro  <nacho.resa@gmail.com>
6372
6373         * configure.ac: Added 'gl' to ALL_LINGUAS.
6374
6375 2005-07-22  Pawan Chitrakar  <pawan@nplinux.org>
6376
6377         * configure.ac: Added ne in ALL_LINGUAS
6378         
6379 2005-07-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6380
6381         * shell/ev-view.c: (ev_view_leave_notify_event):
6382         
6383         Clear status message when pointer leaves view. Fix for bug
6384         #310818 
6385
6386 2005-07-20 Ankit Patel <ankit644@yahoo.com>
6387
6388         * configure.ac: Gujarati (gu) added to ALL_LINGUAS
6389
6390 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6391
6392         * shell/ev-view.c: (ev_view_leave_notify_event),
6393         (ev_view_class_init):
6394         
6395         Set cursor to normal then leaving view.
6396
6397 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6398
6399         * configure.ac:
6400         
6401         Fix required djvulibre version.
6402
6403 2005-07-15  Rajesh Ranjan <rajeshkajha@yahoo.com>
6404
6405         *configure.ac: Hindi (hi) language added
6406
6407 2005-07-15  Amanpreet Singh Brar <amanpreetalam@yahoo.com>
6408
6409         *configure.ac: Punjabi (pa) Language added
6410
6411 2005-07-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6412
6413         * data/evince-ui.xml, shell/ev-window.c:
6414         
6415         Add keypad accelerators for zooming. Fix for bug 308128.
6416
6417 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
6418
6419         * Makefile.am:
6420         * backend/Makefile.am:
6421         * backend/ev-document-factory.c: (ev_document_type_get_from_mime):
6422         * configure.ac:
6423         * shell/ev-document-types.c: (ev_document_types_add_filters):
6424
6425         Allow to enable/disable the pixbuf backend.
6426         Default to off for now. If we want it enabled we should
6427         really put mime types in the desktop, implement properties etc.
6428
6429         * properties/evince-properties.c:
6430
6431         Initialize error to NULL.
6432         Check error is not NULL before freeing.
6433
6434 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
6435
6436         * shell/ev-window.c:
6437
6438         Use F5 as presentation accell
6439
6440 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
6441
6442         * shell/ev-window.c: (update_chrome_visibility),
6443         (ev_window_create_fullscreen_popup), (ev_window_init):
6444
6445         Do not leak the fullscreen toolbar
6446
6447 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
6448
6449         * shell/ev-window.c: (view_actions_focus_in_cb),
6450         (view_actions_focus_out_cb):
6451
6452         These has a return value! Fix totally random focus
6453         issues we was seeing.
6454
6455 2005-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
6456
6457         * shell/main.c: (load_files_remote):
6458
6459         Allow open more than one file
6460
6461 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
6462
6463         * shell/main.c: (load_files_remote):
6464
6465         Fix for dbus 0.33. bug #309975
6466
6467 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
6468
6469         * properties/ev-properties-main.c: (ev_properties_get_pages):
6470
6471         Actually return NULL for types we dont support
6472
6473 2005-07-08  Christian Persch  <chpe@cvs.gnome.org>
6474
6475         * po/POTFILES.in:
6476
6477         Remove empty lines.
6478
6479 2005-07-08  Marco Pesenti Gritti  <marco@gnome.org>
6480
6481         * backend/ev-document-factory.c:
6482         (ev_document_factory_get_document):
6483
6484         Do not try to create the object if type
6485         is invalid.
6486
6487 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
6488
6489         * ps/ps-document.c: (ps_document_dispose),
6490         (ps_async_renderer_render_pixbuf):
6491         * ps/ps-document.h:
6492
6493         Do not leak the target window
6494
6495 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
6496
6497         * shell/ev-application.c: (ev_application_init):
6498
6499         Let tbe check file existence for us.
6500         Add a comment about eggrecent mime filter.
6501
6502 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
6503
6504         * data/evince-ui.xml:
6505         * shell/ev-application.c: (ev_application_shutdown),
6506         (ev_application_init), (ev_application_get_toolbars_model),
6507         (ev_application_get_recent_model),
6508         (ev_application_save_toolbars_model):
6509         * shell/ev-application.h:
6510         * shell/ev-window.c: (ev_window_add_recent),
6511         (ev_window_setup_recent), (ev_window_cmd_edit_toolbar_cb),
6512         (ev_window_cmd_edit_toolbar), (ev_window_dispose),
6513         (ev_window_init):
6514
6515         Use common toolbar and recent models for all windows.
6516         Patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6517
6518 Thu Jul  7 23:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
6519
6520         * configure.ac: add FRONTEND_CORE_LIBS to evince_save_LIBS so we
6521         successfully check for gtk_icon_view_get_visible_range.
6522
6523 2005-07-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6524
6525         * djvu/Makefile.am:
6526         * dvi/Makefile.am:
6527         
6528         Fix djvu and dvi backend build.
6529
6530 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
6531
6532         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c: (new_pixbuf_from_widget),
6533         (new_separator_pixbuf):
6534
6535         Don't leak windows.
6536
6537 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
6538
6539         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
6540
6541         HIGification of toolbar editor dialogue.
6542
6543 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6544
6545         * configure.ac:
6546         * shell/Makefile.am:
6547
6548         Ever build metadata manager since it's just
6549         disabled at runtime now.
6550
6551 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6552
6553         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
6554         (ev_metadata_manager_get), (ev_metadata_manager_set):
6555         * shell/ev-metadata-manager.h:
6556
6557         Add an _init functions that enabled metadata management
6558         at runtime.
6559
6560         * shell/ev-window.c: (page_changed_cb),
6561         (setup_document_from_metadata), (ev_window_setup_document),
6562         (setup_view_from_metadata), (ev_window_open_uri),
6563         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
6564         (ev_window_run_presentation), (ev_window_stop_presentation),
6565         (save_sizing_mode), (ev_window_zoom_changed_cb),
6566         (ev_window_continuous_changed_cb),
6567         (ev_window_dual_mode_changed_cb), (window_state_event_cb),
6568         (window_configure_event_cb):
6569
6570         Remove all ugly metadata define since we deal with it
6571         at runtime now.
6572
6573         * shell/main.c: (load_files_remote), (main):
6574
6575         Add support for dbus cvs head. Hopefully didnt break one
6576         of the other versions now!
6577
6578         If we dont get a response from the dbus server just
6579         give up with it and not enable metadata.
6580
6581 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6582
6583         * Makefile.am:
6584         * backend/Makefile.am:
6585         * configure.ac:
6586         * cut-n-paste/recent-files/Makefile.am:
6587         * cut-n-paste/toolbar-editor/Makefile.am:
6588         * cut-n-paste/zoom-control/Makefile.am:
6589         * lib/Makefile.am:
6590         * pdf/Makefile.am:
6591         * pixbuf/Makefile.am:
6592         * properties/Makefile.am:
6593         * ps/Makefile.am:
6594         * shell/Makefile.am:
6595         * thumbnailer/Makefile.am:
6596         * tiff/Makefile.am:
6597
6598         Make frontends depend on just libev.
6599         Rework and group CFLAGS/LIBS definitions.
6600         Cleanups.
6601
6602 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6603
6604         * shell/ev-window:
6605
6606         do not unnecessarily save zoom
6607
6608         * configure.ac:
6609         * lib/ev-file-helpers.c: (ev_dot_dir):
6610         * shell/Makefile.am:
6611         * shell/dummy.cc:
6612
6613         Some cleanups
6614
6615 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6616
6617         * configure.ac:
6618         
6619         Remove unnecessary dependencies
6620
6621 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6622
6623         * properties/Makefile.am:
6624         * thumbnailer/Makefile.am:
6625         * tiff/Makefile.am:
6626
6627         Some more cleanups. Was really necessary
6628         but I probably introduced bugs, feel free
6629         to flame :)
6630
6631 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6632
6633         * backend/Makefile.am:
6634         * configure.ac:
6635         * cut-n-paste/recent-files/Makefile.am:
6636         * cut-n-paste/toolbar-editor/Makefile.am:
6637         * cut-n-paste/zoom-control/Makefile.am:
6638         * lib/Makefile.am:
6639         * pdf/Makefile.am:
6640         * pixbuf/Makefile.am:
6641         * properties/Makefile.am:
6642         * ps/Makefile.am:
6643         * shell/Makefile.am:
6644         * thumbnailer/Makefile.am:
6645         * tiff/Makefile.am:
6646
6647         Use gnome-common macros when possible.
6648         Cleanup dependencies.
6649         Actually disable deprecated where possible.
6650
6651 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6652
6653         * Makefile.am:
6654         * backend/Makefile.am:
6655         * properties/Makefile.am:
6656         * shell/Makefile.am:
6657         * thumbnailer/Makefile.am:
6658
6659         This should solve the circular dep without
6660         requiring dir reorg!
6661
6662         * shell/ev-window.c: (setup_view_from_metadata):
6663
6664         Never restore window size/position when the
6665         window is already visible.
6666
6667 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
6668
6669         * shell/ev-metadata-manager.c: (ev_metadata_manager_save):
6670
6671         Return a boolean from timeout func. Fix ported from gedit.
6672
6673 2005-07-07  Iñaki Larrañaga  <dooteo@euskalgnu.org>
6674
6675         * configure.ac: Added "eu" (Basque) to ALL_LINGUAS.
6676
6677 2005-07-06  Carlos Garcia Campos  <carlosgc@gnome.org>
6678
6679         * shell/ev-document-types.c: set "All Documents" as default filter in
6680         open dialog
6681
6682 2005-07-06  Martin Kretzschmar  <martink@gnome.org>
6683
6684         * shell/ev-metadata-manager.c (ev_metadata_manager_set_int)
6685         (ev_metadata_manager_set_double, ev_metadata_manager_set_string)
6686         (ev_metadata_manager_set_boolean): fix value/val thinko.
6687
6688 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
6689
6690         * shell/ev-window.c: (setup_view_from_metadata),
6691         (window_state_event_cb), (window_configure_event_cb),
6692         (ev_window_init):
6693
6694         Remember window position and maximized state
6695
6696 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
6697
6698         * configure.ac:
6699
6700         Fix DBUS configure checks.
6701
6702         * shell/ev-metadata-manager.c: (ev_metadata_manager_set_int),
6703         (ev_metadata_manager_set_double), (ev_metadata_manager_set_string),
6704         (ev_metadata_manager_set_boolean):
6705
6706         Plug mem leaks.
6707
6708         * shell/ev-window.c: (page_changed_cb), (ev_window_run_fullscreen),
6709         (ev_window_stop_fullscreen), (ev_window_run_presentation),
6710         (ev_window_stop_presentation), (ev_window_zoom_changed_cb),
6711         (ev_window_continuous_changed_cb),
6712         (ev_window_dual_mode_changed_cb), (ev_window_new):
6713
6714         Fix the build without DBUS.
6715
6716 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
6717
6718         * shell/ev-metadata-manager.c: (parse_value), (save_values),
6719         (ev_metadata_manager_set_int), (ev_metadata_manager_set_double),
6720         (ev_metadata_manager_set_string),
6721         (ev_metadata_manager_set_boolean):
6722         * shell/ev-metadata-manager.h:
6723
6724         Add support for some more types
6725
6726         * shell/ev-view.c: (scroll_to_current_page),
6727         (ev_view_get_continuous), (ev_view_set_continuous),
6728         (ev_view_get_dual_page):
6729         * shell/ev-view.h:
6730         * shell/ev-window.c: (page_changed_cb),
6731         (setup_document_from_metadata), (ev_window_setup_document),
6732         (setup_view_from_metadata), (ev_window_open_uri),
6733         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
6734         (ev_window_run_presentation), (ev_window_stop_presentation),
6735         (save_sizing_mode), (ev_window_sizing_mode_changed_cb),
6736         (ev_window_zoom_changed_cb), (ev_window_update_continuous_action),
6737         (ev_window_update_dual_page_action),
6738         (ev_window_continuous_changed_cb),
6739         (ev_window_dual_mode_changed_cb), (ev_window_init):
6740
6741         Remember a bunch of view/document properties. Prolly some
6742         are still missing but it's getting interesting.
6743
6744 2005-07-05  Martin Kretzschmar  <martink@gnome.org>
6745
6746         * configure.ac: check if dbus-binding-tool is installed. Not the
6747         case on current Ubuntu breezy, it seems.
6748
6749 2005-07-05  Luca Ferretti <elle.uca@libero.it>
6750
6751         * data/evince.desktop.in.in:
6752         
6753         Allow open uri lists and add TryExec field.
6754
6755 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
6756
6757         * configure.ac:
6758
6759         Enable dbus when available, do not require a configure
6760         option.
6761
6762 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
6763
6764         * configure.ac:
6765
6766         Use AM_CONDITIONAL unconditionally, fixes the build with DBUS
6767         disabled.
6768
6769 2005-07-05  Carlos Garcia Campos  <carlosgc@gnome.org>
6770         Marco Pesenti Gritti  <mpg@redhat.com>
6771
6772         * shell/Makefile.am: Add --prefix for dbus-binding-tool script
6773         
6774         * shell/ev-application.[ch], shell/ev-window.c: change dbus RPC 
6775         functions to the format required by dbus
6776
6777         * shell/main.c: use G_TYPE instead of DBUS_TYPE to fix compilation
6778         errors. Use the RPC parameters in the expected way
6779
6780 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
6781
6782         * Makefile.am:
6783         * properties/Makefile.am:
6784         * properties/ev-properties-main.c: (ev_properties_get_pages):
6785
6786         Support all mime types
6787
6788         * shell/Makefile.am:
6789         * thumbnailer/Makefile.am:
6790         * thumbnailer/evince-thumbnailer.c: (get_document_from_uri),
6791         (evince_thumbnail_pngenc_get):
6792
6793         Use the document factory
6794
6795 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
6796
6797         * backend/Makefile.am:
6798         * backend/ev-document-factory.c:
6799         (mime_type_supported_by_gdk_pixbuf),
6800         (ev_document_type_get_from_mime),
6801         (ev_document_factory_get_document),
6802         (ev_document_factory_get_backend),
6803         (ev_document_factory_get_mime_types),
6804         (ev_document_factory_get_all_mime_types):
6805         * backend/ev-document-factory.h:
6806         * shell/Makefile.am:
6807         * shell/ev-document-types.c: (get_document_from_uri),
6808         (ev_document_types_get_document),
6809         (file_filter_add_mime_list_and_free),
6810         (ev_document_types_add_filters):
6811         * shell/ev-document-types.h:
6812         * shell/ev-job-xfer.c: (ev_job_xfer_run):
6813         * shell/ev-properties-dialog.c:
6814         (ev_properties_dialog_set_document):
6815         * shell/ev-window.c: (ev_window_cmd_file_open),
6816         (ev_window_cmd_save_as):
6817         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
6818
6819         Rework document types managing to avoid code duplication
6820         and actually abstract from backend implementations.
6821         Also provide a minimal factory api that can be used by
6822         thumbnailer/properties.
6823
6824 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
6825
6826         * properties/ev-properties-view.c: (ev_properties_view_set_info):
6827         Plug a mem leak.
6828         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
6829         HIG spacings.
6830
6831 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
6832
6833         * shell/ev-properties-dialog.c
6834         (ev_properties_dialog_set_document): only call
6835         ev_properties_fonts_set_document() if the document implements the
6836         fonts interface
6837
6838 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
6839
6840         * configure.ac:
6841         * properties/Makefile.am:
6842         * properties/ev-properties-view.c:
6843         (ev_properties_view_register_type):
6844         * properties/ev-properties-view.h:
6845         * properties/ev-properties-main.h:
6846
6847         Implement nautilus plugin for properties.
6848         Works only for pdf atm, I need to rework the
6849         document types stuff to get this to work
6850         for all backends...
6851
6852 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
6853
6854         * shell/ev-properties-fonts.c (enum): kill redundant columns enum
6855         (ev_properties_fonts_set_document): use
6856         EV_DOCUMENT_FONTS_COLUMN_NUM_COLUMNS.
6857
6858 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
6859
6860         * tiff/tiff2ps.c: remove TRUE and FALSE definitions, glib provides
6861         them
6862         (PlaceImage, tiff2ps_process_page): use
6863         g_ascii_dtostr to convert floats to strings in a locale-safe way.
6864
6865
6866 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
6867
6868         * shell/main.c: include libgnomeui/gnome-authentication-manager.h
6869         (main): to call gnome_authentication_manager_init. Should fix
6870         Bug #308510
6871
6872         * configure.ac: that requires libgnomeui 2.6.0.
6873
6874 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
6875
6876         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
6877         (tiff_document_ps_export_do_page, tiff_document_ps_export_end):
6878         use the new tiff2ps interfaces
6879
6880         * tiff/tiff2ps.h (tiff2ps_context_new, tiff2ps_process_page) 
6881         (tiff2ps_context_finalize): implement new interfaces for tiff2ps
6882
6883         * tiff/tiff2ps.c: refactor tiff2ps code to use a context
6884         structure instead of global variables.  Remove use of static
6885         variables in functions.
6886
6887 2005-07-04  Carlos Garcia Campos <carlosgc@gnome.org>
6888
6889         * shell/ev-page-action.c: unref the completion after setting it to the
6890         entry
6891
6892 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
6893
6894         * tiff/tiff2ps.c (generateEPSF): disable generating encapsulated
6895         postscript files
6896
6897 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
6898
6899         * shell/ev-window.c (update_action_sensitivity): disable
6900         File->Print if the document does not implement the ps exporter
6901         interface
6902
6903 2005-07-04  Marco Pesenti Gritti  <mpg@redhat.com>
6904
6905         * Makefile.am:
6906         * configure.ac:
6907         * data/evince-properties.glade:
6908         * properties/.cvsignore:
6909         * properties/Makefile.am:
6910         * properties/ev-properties-view.c: (ev_properties_view_dispose),
6911         (ev_properties_view_class_init), (ev_properties_view_format_date),
6912         (make_valid_utf8), (set_property), (ev_properties_view_set_info),
6913         (ev_properties_view_init), (ev_properties_view_new):
6914         * properties/ev-properties-view.h:
6915         * shell/Makefile.am:
6916         * shell/ev-properties-dialog.c: (ev_properties_dialog_class_init),
6917         (ev_properties_dialog_init), (ev_properties_dialog_set_document),
6918         (ev_properties_dialog_new):
6919         * shell/ev-properties-dialog.h:
6920         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
6921         (ev_properties_fonts_class_init), (ev_properties_fonts_init),
6922         (update_progress_label), (job_fonts_finished_cb),
6923         (ev_properties_fonts_set_document), (ev_properties_fonts_new):
6924         * shell/ev-properties-fonts.h:
6925         * shell/ev-properties.c:
6926         * shell/ev-properties.h:
6927         * shell/ev-window.c: (ev_window_setup_document),
6928         (ev_window_cmd_file_properties):
6929
6930         Split the properties pages in two different objects, depend
6931         only on the backend where possible, use widgets instead
6932         of gobject for the glade part, reimplement the dialog
6933         itself with gtk.
6934         I need this to implement nautilus properties page.
6935
6936 2005-07-03  Matthew S. Wilson  <msw@rpath.com>
6937
6938         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
6939         (tiff_document_ps_export_do_page, tiff_document_ps_export_end) 
6940         (tiff_document_document_ps_exporter_iface_init): implement the ps
6941         exporter interface for tiff documents
6942
6943         * tiff/tiff2ps.c: added a modified version of tiff2ps.c from
6944         libtiff to implement TIFF postscript export
6945
6946         * tiff/tiff2ps.h: added a header file for external tiff2ps
6947         functions.
6948
6949         * tiff/Makefile.am (libtiffdocument_la_SOURCES): add tiff2ps.c and
6950         tiff2ps.h
6951
6952 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6953
6954         * shell/ev-view.c: (scroll_to_current_page),
6955         (ev_view_set_fullscreen), (ev_view_set_presentation):
6956         
6957         Scroll to current page when exit from presentation
6958
6959 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6960
6961         * shell/ev-window.c: (update_document_mode),
6962         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
6963         (ev_window_cmd_view_fullscreen), (ev_window_stop_presentation),
6964         (ev_window_cmd_view_presentation), (ev_window_cmd_escape):
6965         
6966         Exit from fullscreen mode when switch to presentation. Fix for
6967         bug 309365
6968
6969 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
6970
6971         * shell/ev-pixbuf-cache.c (ev_pixbuf_cache_get_selection_pixbuf):
6972         return NULL if the document does not implement the selection
6973         interface.
6974
6975 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
6976
6977         * tiff/tiff-document.c (tiff_document_get_page_size): scale the
6978         reported height by using the resolution aspect ratio
6979         (tiff_document_render_pixbuf): scale the pixbuf using the
6980         resolution aspect ratio
6981
6982 2005-07-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6983
6984         * configure.ac:
6985         
6986         Require libgnomeprint >= 2.5.1. Thanks to Colin Slater 
6987         <kiltedaco@gmail.com>
6988         
6989         * djvu/djvu-document.c: (djvu_document_get_orientation),
6990         (djvu_document_set_orientation), (djvu_document_get_page_size),
6991         (rotate_pixbuf), (djvu_document_render_pixbuf),
6992         (djvu_document_document_iface_init):
6993         * dvi/dvi-document.c: (dvi_document_get_orientation),
6994         (dvi_document_set_orientation), (dvi_document_get_page_size),
6995         (rotate_pixbuf), (dvi_document_render_pixbuf),
6996         (dvi_document_document_iface_init):
6997         
6998         Dvi and djvu backends are ported to new API
6999
7000 Fri Jul  1 00:10:15 2005  Jonathan Blandford  <jrb@redhat.com>
7001
7002         * backend/ev-selection.c: (ev_selection_get_selection_region),
7003         (ev_selection_get_selection_map):
7004         * backend/ev-selection.h:
7005         * pdf/ev-poppler.cc:
7006         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
7007         * shell/ev-jobs.h:
7008         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
7009         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
7010         (ev_pixbuf_cache_get_text_mapping):
7011         * shell/ev-pixbuf-cache.h:
7012         * shell/ev-view.c: (location_in_text),
7013         (ev_view_motion_notify_event), (ev_view_set_cursor): Add I-Beam
7014         support to EvView.  Now we can see where we can select!  Sweet!
7015
7016 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
7017
7018         * shell/ev-view.c (ev_view_button_press_event): Fix
7019         event->y + view->scroll_x typo.
7020
7021 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
7022
7023         * pdf/ev-poppler.cc: Adjust to poppler API changes; use a
7024         sub-GdkPixbuf instead of passing dest_x and dest_y.
7025         
7026         * shell/ev-view.c: (view_point_to_doc_point),
7027         (view_rect_to_doc_rect), (ev_view_button_press_event),
7028         (ev_view_motion_notify_event), (compute_new_selection_rect),
7029         (gdk_rectangle_point_in), (compute_new_selection_text),
7030         (compute_selections): Update selection code to keep the selection
7031         around as two points and not as a normalized rectangle, and fix
7032         page level selection in two-column mode.
7033
7034 2005-06-30  Alex Duggan  <aldug@astrolinux.com>
7035
7036         * shell/ev-window.c: (window_configure_event_cb): 
7037         
7038         Fix compilation
7039         
7040 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
7041
7042         * pdf/ev-poppler.cc:
7043
7044         Fix compilation
7045
7046 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
7047
7048         * shell/Makefile.am:
7049         * shell/ev-metadata-manager.c: (item_free),
7050         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
7051         (parse_value), (parseItem), (load_values),
7052         (ev_metadata_manager_get), (value_free), (ev_metadata_manager_set),
7053         (save_values), (save_item), (get_oldest), (resize_items),
7054         (ev_metadata_manager_save), (ev_metadata_manager_set_int):
7055         * shell/ev-metadata-manager.h:
7056
7057         Metadata manager from gedit but modified to use GValue, so that
7058         we dont need to keep converting from strings.
7059
7060         * configure.ac:
7061
7062         ENABLE_METADATA conditional, on when dbus is on
7063
7064         * shell/ev-application.c: (ev_application_open_uri):
7065
7066         Show the window after load so that we can initialize
7067         window size before it's showed.
7068
7069         * shell/ev-window.c: (ev_window_setup_from_metadata),
7070         (ev_window_open_uri), (window_configure_event_cb),
7071         (ev_window_init):
7072
7073         Save and load metadata information about window size.
7074         Not yet keeping states in account.
7075
7076         * shell/main.c: (main):
7077
7078         Shutdown metadata manager.
7079
7080 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
7081
7082         * shell/ev-application-service.xml:
7083         * configure.ac:
7084         * shell/Makefile.am:
7085         * shell/ev-application.c:
7086         * shell/ev-application.h:
7087         * shell/ev-window.c:
7088         * shell/ev-window.h:
7089         * shell/main.c:
7090
7091         Add an optional dbus interface (--enable-dbus).
7092         Rework application code, mainly to be easier to
7093         use "remotely".
7094         Do not open multiple windows with the same document,
7095         spatial evince!
7096
7097 Thu Jun 30 01:50:14 2005  Jonathan Blandford  <jrb@redhat.com>
7098
7099         * shell/ev-pixbuf-cache.c (clear_selection_if_needed): unref the
7100         pixbuf iff it exists.
7101
7102 Thu Jun 30 01:43:00 2005  Jonathan Blandford  <jrb@redhat.com>
7103
7104         * shell/*:
7105         * backend/ev-render-context.[ch]:
7106         * backend/ev-selection.[ch]:
7107
7108         Massive changes.  We now support text selection of pdfs, and not
7109         just rectangular selection.  This is pretty broken still, but I
7110         want to get something into CVS.
7111
7112 2005-06-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7113
7114         * pdf/ev-poppler.cc:
7115         
7116         Fix for Bug 309080: crash on window close.
7117         
7118         * shell/ev-page-action.c: (page_changed_cb):
7119         
7120         Fix for Bug 309168: Fix build with gcc 2.95. Thanks to
7121         jensgr@gmx.net (Jens Granseuer).
7122
7123 2005-06-25  Marcel Telka  <marcel@telka.sk>
7124
7125         * configure.in (ALL_LINGUAS): Added sk.
7126
7127 2005-06-24  Carlos Garcia Campos  <carlosgc@gnome.org>
7128
7129         * shell/ev-window.c: Make rotate menu entries unsensitive if there is
7130         not a document open
7131
7132 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
7133
7134         * NEWS:
7135         * configure.ac:
7136
7137         Release 0.3.2
7138
7139         * cut-n-paste/recent-files/Makefile.am:
7140
7141         Fix make distcheck
7142
7143 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
7144
7145         * pixbuf/pixbuf-document.c: (pixbuf_document_get_orientation),
7146         (pixbuf_document_set_orientation), (rotate_pixbuf),
7147         (pixbuf_document_get_page_size), (pixbuf_document_render_pixbuf),
7148         (pixbuf_document_document_iface_init), (pixbuf_document_init):
7149
7150         Implement rotation and cleanup the code a bit.
7151
7152         * tiff/tiff-document.c: (tiff_document_get_page_size),
7153         (tiff_document_get_orientation), (tiff_document_set_orientation),
7154         (rotate_pixbuf), (tiff_document_render_pixbuf),
7155         (tiff_document_document_iface_init), (tiff_document_init):
7156
7157         Implement rotation. Was the quicker solution for the release
7158         but we really need to share this code in the shell.
7159
7160 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
7161
7162         * pdf/ev-poppler.cc:
7163
7164         Enable rotation, require poppler cvs. Fix a leak.
7165
7166 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7167
7168         * shell/ev-window.c: (update_action_sensitivity):
7169         
7170         Make properties unsensitive if document backend doesn't provide
7171         any info
7172
7173 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7174
7175         * dvi/mdvi-lib/bitmap.c: (bitmap_alloc), (bitmap_alloc_raw),
7176         (bitmap_flip_horizontally), (bitmap_flip_vertically),
7177         (bitmap_flip_diagonally), (bitmap_rotate_clockwise),
7178         (bitmap_rotate_counter_clockwise), (bitmap_flip_rotate_clockwise),
7179         (bitmap_flip_rotate_counter_clockwise):
7180         * dvi/mdvi-lib/color.c: (mdvi_push_color), (get_color_table):
7181         * dvi/mdvi-lib/common.c: (read_string), (buff_free), (buff_add),
7182         (buff_gets):
7183         * dvi/mdvi-lib/common.h:
7184         * dvi/mdvi-lib/dvimisc.c: (mdvi_push_color):
7185         * dvi/mdvi-lib/dviread.c: (get_bytes), (dreset), (define_font),
7186         (opendvi), (mdvi_reload), (mdvi_init_context),
7187         (mdvi_destroy_context), (mdvi_dopage), (special):
7188         * dvi/mdvi-lib/font.c: (font_drop_one), (font_free_unused):
7189         * dvi/mdvi-lib/fontmap.c: (read_encoding), (destroy_encoding),
7190         (file_hash_free), (register_encoding), (parse_spec),
7191         (mdvi_load_fontmap), (free_ent), (mdvi_init_fontmaps),
7192         (mdvi_add_fontmap_file), (mdvi_ps_read_fontmap),
7193         (mdvi_ps_flush_fonts), (mdvi_ps_find_font), (mdvi_ps_get_metrics):
7194         * dvi/mdvi-lib/fontsrch.c: (mdvi_list_font_class),
7195         (mdvi_register_font_type), (mdvi_unregister_font_type),
7196         (lookup_font), (mdvi_add_font), (mdvi_font_retry):
7197         * dvi/mdvi-lib/gf.c: (gf_read_bitmap), (gf_load_font):
7198         * dvi/mdvi-lib/hash.c: (mdvi_hash_remove), (mdvi_hash_remove_ptr),
7199         (mdvi_hash_destroy_key), (mdvi_hash_reset):
7200         * dvi/mdvi-lib/pagesel.c: (mdvi_parse_range),
7201         (mdvi_parse_page_spec), (mdvi_free_page_spec), (main):
7202         * dvi/mdvi-lib/paper.c: (mdvi_free_paper_specs):
7203         * dvi/mdvi-lib/pk.c: (pk_lookup), (pk_lookupn), (pk_load_font):
7204         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
7205         * dvi/mdvi-lib/special.c: (mdvi_register_special),
7206         (mdvi_unregister_special), (mdvi_flush_specials):
7207         * dvi/mdvi-lib/t1.c: (t1_lookup_font), (t1_really_load_font),
7208         (t1_font_remove):
7209         * dvi/mdvi-lib/tfm.c: (get_tfm_chars):
7210         * dvi/mdvi-lib/tfmfile.c: (afm_load_file), (tfm_load_file),
7211         (ofm1_load_file), (ofm_load_file), (get_font_metrics),
7212         (free_font_metrics), (flush_font_metrics):
7213         * dvi/mdvi-lib/tt.c: (tt_really_load_font), (tt_get_bitmap),
7214         (tt_font_remove):
7215         * dvi/mdvi-lib/util.c: (mdvi_malloc), (mdvi_realloc),
7216         (mdvi_calloc), (mdvi_free), (mdvi_strdup), (mdvi_strncpy),
7217         (mdvi_strndup), (mdvi_memdup), (xstradd), (dstring_append),
7218         (dstring_insert), (dstring_new), (dstring_reset):
7219         * dvi/mdvi-lib/vf.c: (vf_load_font), (vf_free_macros):
7220         
7221         Rename xmalloc and xfree to mdvi_malloc and mdvi_free to
7222         avoid conflict with libtool on FC4
7223         
7224         * shell/ev-window.c: (ev_window_cmd_help_about):
7225         
7226         Update copyright year. Fix for bug 308828.
7227
7228 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
7229
7230         * shell/ev-view.c: (add_scroll_binding_keypad),
7231         (ev_view_binding_activated), (ev_view_class_init),
7232         (on_adjustment_value_changed):
7233         
7234         Bug 170874: Arrow keys switch pages in presentation mode
7235
7236 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
7237
7238         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
7239         
7240         Fix for Bug 308265: Sidebar dissappears coming out of 
7241         Presentation mode
7242
7243 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
7244
7245         * shell/ev-application.c: (ev_application_open):
7246         * shell/ev-document-types.c: (ev_document_types_add_filters),
7247         (ev_document_types_add_filters_for_type):
7248         * shell/ev-document-types.h:
7249         * shell/ev-window.c: (ev_window_cmd_save_as):
7250         
7251         Suggest basename as template when saving, provide filters
7252         for save dialog. It's bug 308402
7253
7254 2005-06-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7255
7256         * pdf/ev-poppler.cc:
7257         * shell/ev-sidebar-links.c: (job_finished_callback):
7258         * shell/ev-view.c: (update_find_status_message):
7259         
7260         Some leaks fixed
7261
7262 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
7263
7264         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
7265         (egg_recent_view_uimanager_set_list):
7266
7267         Fix buglet in !show_numbers case.
7268
7269 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
7270
7271         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
7272         (connect_proxy_cb), (egg_recent_view_uimanager_set_list):
7273
7274         Use pango ellipsisation.
7275
7276         * pdf/ev-poppler.cc:
7277
7278         Fix refcount leak, from nsh.
7279
7280 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7281
7282         * cut-n-paste/recent-files/Makefile.am:
7283         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
7284         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
7285         
7286         Removed EggRecentViewGtk
7287         
7288         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
7289         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
7290         * shell/ev-window.c: (ev_window_cmd_recent_file_activate),
7291         (ev_window_setup_recent):
7292         
7293         Use ViewUIManager instead of ViewGtk. Less leaks, more compatibility
7294         with other projects
7295
7296 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7297
7298         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
7299         (egg_recent_view_gtk_finalize):
7300
7301         Fix memory leak
7302
7303         * cut-n-paste/toolbar-editor/Makefile.am:
7304         
7305         Fix location of cursor icon.
7306         
7307         * pdf/ev-poppler.cc:
7308         * shell/ev-page-action.c: (build_new_tree_cb), (match_selected_cb),
7309         (display_completion_text), (match_completion):
7310         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
7311         (selection_changed_callback), (create_loading_model),
7312         (print_section_cb), (links_page_num_func),
7313         (update_page_callback_foreach):
7314         * shell/ev-window.c: (ev_window_dispose):
7315         
7316         Small memory fixes. Links model now store objects instead
7317         of pointers to improve memory management. 
7318
7319 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7320
7321         * shell/ev-window.c: (zoom_control_changed_cb):
7322         
7323         Fix update of zoom control (bug 308268).
7324
7325 Sat Jun 18 22:46:42 2005  Jonathan Blandford  <jrb@redhat.com>
7326
7327         * shell/ev-properties.c (set_property): escape the text correctly.
7328         Handles non-UTF-8 properties and escaped properties.  Also, sets
7329         the text to "<i>None</i>" if the property isn't set.
7330
7331         * data/evince-properties.glade: Change the label to be ellipsized,
7332         and give it a minimum size.
7333
7334 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7335
7336         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown):
7337         * shell/ev-sidebar-links.c: (create_loading_model):
7338         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
7339         * shell/ev-view.c: (ev_view_set_document):
7340         * shell/ev-window.c: (ev_window_dispose):
7341         
7342         Various small fixes, mostly memory leaks. Thanks to valgrind.
7343
7344 2005-06-19  Martin Kretzschmar  <martink@gnome.org>
7345
7346         * ps/ps-document.c: remove the locale.h include again ;-). And
7347         kill the (bogus) setlocale/savelocale business.
7348
7349 2005-06-19  Jaap A. Haitsma <jaap@haitsma.org>
7350
7351         * ps/ps-document.c:
7352         
7353         Include locale.h to fix build
7354         
7355         * shell/ev-sidebar.c:
7356         
7357         Remove unnecessary includes
7358
7359 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7360
7361         * dvi/dvi-document.c: (dvi_document_load):
7362         * dvi/mdvi-lib/dviread.c: (mdvi_init_context):
7363         * po/POTFILES.in:
7364         
7365         Check for incorrect dvi files. Fix parsing dvi on AMD64
7366         platform. Thanks to tester@tester.ca (Olivier Crete).
7367
7368 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7369
7370         * shell/ev-page-action.c: (match_selected_cb),
7371         (display_completion_text), (match_completion), (update_model):
7372         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
7373         (expand_open_links):
7374         * shell/ev-sidebar.c: (ev_sidebar_destroy),
7375         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_add_page),
7376         (ev_sidebar_set_document):
7377         * shell/ev-window.c: (ev_window_xfer_job_cb),
7378         (sidebar_widget_model_set), (sidebar_page_main_widget_update_cb):
7379         
7380         Fixed lot's of memory leaks, for example, memory leak on reload, 
7381         described in bug 307793.
7382
7383 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
7384
7385         * pdf/ev-poppler.cc:
7386         * shell/ev-sidebar-thumbnails.c: (clear_range), (add_range),
7387         (update_visible_range), (adjustment_changed_cb),
7388         (ev_sidebar_thumbnails_fill_model),
7389         (ev_sidebar_thumbnails_refresh),
7390         (ev_sidebar_tree_selection_changed),
7391         (ev_sidebar_icon_selection_changed),
7392         (ev_sidebar_thumbnails_use_icon_view),
7393         (ev_sidebar_thumbnails_set_document):
7394         * shell/ev-sidebar-thumbnails.h:
7395         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
7396         (ev_window_cmd_edit_rotate_right), (ev_window_init):
7397
7398         Refresh thumbnails when changing orientation. Not fully
7399         working yet becuase of a sidebar bug.
7400
7401         Set page orientation to poppler page everywhere. This sucks
7402         really need to fix poppler.
7403
7404 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
7405
7406         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
7407         (egg_recent_view_gtk_new_menu_item),
7408         (egg_recent_view_gtk_set_property),
7409         (egg_recent_view_gtk_get_property),
7410         (egg_recent_view_gtk_class_init), (egg_recent_view_gtk_init),
7411         (egg_recent_view_gtk_set_tooltip_func),
7412         (egg_recent_view_gtk_set_label_width),
7413         (egg_recent_view_gtk_get_label_width):
7414         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
7415
7416         Sync with libegg (ellipsize labels)
7417
7418 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7419
7420         * data/evince-ui.xml:
7421         * shell/ev-window.c: (ev_window_cmd_go_forward),
7422         (ev_window_cmd_go_backward):
7423         
7424         Shift + PageUp moves 10 Pages. Fix for 306125
7425
7426 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
7427
7428         * pdf/ev-poppler.cc:
7429
7430         Add a flag to check if orientation has been overriden
7431
7432 2005-06-17  Martin Kretzschmar  <martink@gnome.org>
7433
7434         * ps/ps.c (psscan, psfree): read "Creator:" comment, free creator
7435         field if necessary.
7436
7437         * ps/ps.h: add creator field to document.
7438
7439         * ps/ps-document.c (ps_document_get_info): set format to PostScript,
7440         set creator field.
7441
7442 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
7443
7444         * data/evince-properties.glade:
7445         * shell/ev-properties.c: (ev_properties_set_document):
7446
7447         s/PDF Version/Format
7448
7449 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
7450
7451         * shell/ev-properties.c: (ev_properties_set_document):
7452
7453         Remove unnecessary translations
7454
7455 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
7456
7457         * cut-n-paste/toolbar-editor/Makefile.am:
7458
7459         Correct library name    
7460
7461 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
7462
7463         * configure.ac:
7464         * cut-n-paste/recent-files/egg-recent-model.c:
7465         (egg_recent_model_write_raw), (egg_recent_model_lock_file),
7466         (egg_recent_model_unlock_file):
7467         * cut-n-paste/recent-files/egg-recent-util.c:
7468         (egg_recent_util_get_unique_id):
7469         * cut-n-paste/recent-files/update-from-egg.sh:
7470         * cut-n-paste/toolbar-editor/Makefile.am:
7471         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
7472         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
7473         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
7474         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
7475         (egg_toolbars_model_get_type):
7476         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
7477
7478         Better makefile for toolbar editor and update everything
7479         to latest libegg.
7480
7481 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
7482
7483         * shell/ev-window.c: (update_document_mode):
7484
7485         Prefer presentation mode when the document
7486         require fullscreen.
7487
7488 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
7489
7490         * data/evince-ui.xml:
7491         * shell/ev-window.c:
7492
7493         Add control-equal for zooming
7494
7495 2005-06-17  Theppitak Karoonboonyanan  <thep@linux.thai.net>
7496
7497         * configure.ac: Added 'th' (Thai) to ALL_LINGUAS.
7498
7499 2005-06-16  Marco Pesenti Gritti  <mpg@redhat.com>
7500
7501         * backend/ev-document.c: (ev_document_get_orientation):
7502         * backend/ev-document.h:
7503         * pdf/ev-poppler.cc:
7504         * ps/ps-document.c: (ps_document_get_orientation),
7505         (ps_document_set_orientation), (ps_document_document_iface_init):
7506
7507         Add a get_orientation api. Improve set_orientation.
7508
7509         * data/evince-ui.xml:
7510         * shell/ev-view.c: (ev_view_set_orientation),
7511         (ev_view_rotate_right), (ev_view_rotate_left):
7512         * shell/ev-view.h:
7513         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
7514         (ev_window_cmd_edit_rotate_right):
7515
7516         Better ui for changing document orientation
7517
7518 2005-06-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7519
7520         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_property),
7521         (ev_sidebar_links_class_init), (ev_sidebar_links_get_label):
7522         * shell/ev-sidebar-links.h:
7523         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
7524         (ev_sidebar_page_iface_init):
7525         * shell/ev-sidebar-page.h:
7526         * shell/ev-sidebar-thumbnails.c:
7527         (ev_sidebar_thumbnails_get_property),
7528         (ev_sidebar_thumbnails_class_init),
7529         (ev_sidebar_thumbnails_set_document):
7530         * shell/ev-sidebar-thumbnails.h:
7531         * shell/ev-view.c: (ev_view_motion_notify_event):
7532         * shell/ev-window.c: (update_chrome_visibility),
7533         (ev_window_cmd_focus_page_selector),
7534         (ev_window_update_fullscreen_popup), (view_actions_focus_in_cb),
7535         (sidebar_page_main_widget_update_cb), (ev_window_init):
7536         
7537         Autoraise toolbar on GoToPage binding and fix bindings in
7538         EvSidebarThumbnails page.
7539
7540 2005-06-15  Christian Persch  <chpe@cvs.gnome.org>
7541
7542         * shell/ev-properties.c: (update_progress_label):
7543
7544         Hide the progress label when finished; bug #307697.
7545
7546 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
7547
7548         * pdf/ev-poppler.cc:
7549
7550         Enable is_open for links, you will need poppler cvs
7551
7552         * shell/ev-properties.c: (job_fonts_finished_cb):
7553
7554         Get a lock on the document when filling the tree view
7555
7556 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
7557
7558         * backend/ev-document-links.h:
7559         * pdf/ev-poppler.cc:
7560         * shell/ev-sidebar-links.c: (create_loading_model),
7561         (expand_open_links), (job_finished_callback):
7562
7563         Expand links when specified by the document.
7564         Depend on a poppler api (defined out for now)
7565
7566 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
7567
7568         * shell/ev-properties.c: (ev_properties_dispose),
7569         (ev_properties_class_init), (dialog_destroy_cb),
7570         (ev_properties_init), (job_fonts_finished_cb), (setup_fonts_view),
7571         (ev_properties_set_document), (ev_properties_new),
7572         (ev_properties_show):
7573         * shell/ev-properties.h:
7574
7575         Make it an object, cleanup the code, api to show it as transient
7576         and to set the document.
7577
7578         * shell/ev-window.c: (ev_window_setup_document),
7579         (ev_window_cmd_file_properties):
7580
7581         Adapt to EvProperties changes, do not show multiple
7582         times, update it when document changes.
7583
7584 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
7585
7586         * ps/gstypes.h:
7587         * ps/ps-document.c: (ps_document_init), (get_page_orientation),
7588         (ps_document_set_orientation), (ps_document_document_iface_init):
7589         * ps/ps-document.h:
7590
7591         Implement orientation here too
7592
7593         * shell/ev-properties.c: (ev_properties_new):
7594         * data/evince-properties.glade:
7595
7596         Hide the fonts page for backends that doesnt
7597         support it.     
7598
7599 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
7600
7601         * backend/ev-document.c: (ev_document_set_orientation):
7602         * backend/ev-document.h:
7603         * pdf/ev-poppler.cc:
7604
7605         Add orientation api. Currently poppler api is not optimal,
7606         we need to set orientation every time we _get a page.
7607         I will try to fix that at some point.
7608
7609         * data/evince-ui.xml:
7610         * shell/ev-window.c: (ev_window_cmd_edit_landscape),
7611         (ev_window_cmd_edit_portrait), (ev_window_cmd_edit_flip):
7612
7613         Add orientation menu items
7614
7615         * shell/ev-page-cache.c: (ev_page_cache_clear):
7616         * shell/ev-page-cache.h:
7617
7618         Add api to clear the cache
7619
7620         * shell/ev-view.c: (setup_caches), (clear_caches),
7621         (ev_view_set_document), (ev_view_zoom_out),
7622         (ev_view_set_orientation):
7623         * shell/ev-view.h:
7624
7625         Implement orientation changing
7626
7627 2005-06-13  Marco Pesenti Gritti <mpg@redhat.com>
7628
7629         * backend/ev-document-fonts.c: (ev_document_fonts_get_progress),
7630         (ev_document_fonts_scan), (ev_document_fonts_fill_model):
7631         * backend/ev-document-fonts.h:
7632
7633         Separate scan and fill so that we can incrementally fill from
7634         the main thread. Add a progress api.
7635
7636         * data/evince-properties.glade:
7637         * pdf/ev-poppler.cc:
7638         * shell/ev-jobs.c: (ev_job_fonts_new), (ev_job_fonts_run):
7639         * shell/ev-jobs.h:
7640         * shell/ev-properties.c: (update_progress_label),
7641         (job_fonts_finished_cb), (setup_fonts_view):
7642
7643         Incrementally feel the list and show the progress
7644         percentage in a label like acrobat does.
7645
7646         You are going to need poppler cvs
7647
7648 2005-06-11  Marco Pesenti Gritti <mpg@redhat.com>
7649
7650         * backend/ev-document-fonts.c: (ev_document_fonts_fill_model):
7651         * backend/ev-document-fonts.h:
7652         * pdf/ev-poppler.cc:
7653
7654         Make fonts model fill incrementally.
7655
7656         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
7657         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
7658         (ev_job_queue_remove_job):
7659         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
7660         (ev_job_fonts_new), (ev_job_fonts_run):
7661         * shell/ev-jobs.h:
7662
7663         New job for fonts scanning
7664
7665         * shell/ev-properties.c: (job_fonts_finished_cb),
7666         (fill_fonts_treeview), (setup_fonts_view), (ev_properties_new):
7667         * shell/ev-properties.h:
7668         * shell/ev-window.c: (ev_window_cmd_file_properties):
7669
7670         Incrementally feel the treeview using the new job. Show Loading...
7671         message until scanning is completed.
7672
7673         Hopefully I didnt break the build without the poppler patch.
7674
7675 2005-06-10  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7676
7677         * shell/ev-application.c: (ev_application_open):
7678         * shell/ev-document-types.c: (ev_document_type_from_from_mime),
7679         (ev_document_type_get_type), (ev_document_type_lookup):
7680         * shell/ev-document-types.h:
7681         * shell/ev-job-xfer.c: (ev_job_xfer_dispose), (ev_job_xfer_run):
7682         * shell/ev-job-xfer.h:
7683         * shell/ev-window.c: (ev_window_clear_local_uri),
7684         (ev_window_load_job_cb), (ev_window_xfer_job_cb),
7685         (ev_window_open_uri), (ev_window_add_recent), (ev_window_dispose):
7686         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
7687         
7688         Transfer remote documents to tmp directory to display them later.
7689
7690 2005-06-10  Marco Pesenti Gritti <mpg@redhat.com>
7691
7692         * backend/ev-document-info.h:
7693         * shell/ev-properties.c: (ev_properties_new):
7694
7695         s/GTime*/GTime. Not sure why we was using a pointer
7696         at all there!
7697
7698 Wed Jun  8 01:04:22 2005  Jonathan Blandford  <jrb@redhat.com>
7699
7700         * shell/ev-sidebar-thumbnails.c: Use a GtkIconView in certain
7701         situations.  That situation is that you're using GTK+-HEAD with
7702         the patch at #306726 is applied, and you have a document with <
7703         1500 pages in it.  It's not quite as uniformly nice as the
7704         TreeView, but should be better in the long run.
7705
7706         I'm pretty sure I guarded against breaking compilation with
7707         HAVE_GTK_ICON_VIEW_GET_VISIBLE_RANGE gaurds, though it's possible
7708         I missed some.
7709
7710         * shell/ev-window.c (ev_window_init): We don't have our tree/list
7711         widget yet, so I commented that code out
7712         enable_view_actions_for_widget() for now.  Need to figure this
7713         out.
7714
7715         * shell/ev-page-action.c (match_selected_cb): emit the right
7716         signals.  Our cool C-l completion now works.
7717
7718 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7719
7720         * backend/Makefile.am:
7721         * backend/ev-document-fonts.c:
7722         * backend/ev-document-links.c:
7723         * backend/ev-document.c: (ev_document_load):
7724         * backend/ev-document.h:
7725         * backend/ev-job-queue.c:
7726         * backend/ev-job-queue.h:
7727         * backend/ev-jobs.c:
7728         * backend/ev-jobs.h:
7729         * backend/ev-page-cache.c:
7730         * backend/ev-page-cache.h:
7731
7732         EvPageCache and EvJobs are moved to shell.
7733
7734         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown),
7735         (ev_tmp_filename):
7736         * lib/ev-file-helpers.h:
7737         
7738         New helper to work with temporary files
7739         
7740         * shell/Makefile.am:
7741         * shell/ev-application.c: (ev_application_open):
7742         * shell/ev-application.h:
7743         * shell/ev-job-queue.c: (remove_job_from_queue_locked),
7744         (remove_job_from_async_queue), (add_job_to_async_queue),
7745         (add_job_to_queue_locked), (notify_finished), (job_finished_cb),
7746         (handle_job), (search_for_jobs_unlocked),
7747         (no_jobs_available_unlocked), (ev_render_thread),
7748         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
7749         (ev_job_queue_add_job), (move_job_async), (move_job),
7750         (ev_job_queue_update_job), (ev_job_queue_remove_job):
7751         * shell/ev-job-queue.h:
7752         * shell/ev-job-xfer.c: (ev_job_xfer_init), (ev_job_xfer_dispose),
7753         (ev_job_xfer_class_init), (ev_job_xfer_new), (ev_job_xfer_run):
7754         * shell/ev-job-xfer.h:
7755         * shell/ev-jobs.c: (ev_job_init), (ev_job_dispose),
7756         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
7757         (ev_job_links_class_init), (ev_job_render_init),
7758         (ev_job_render_dispose), (ev_job_render_class_init),
7759         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
7760         (ev_job_thumbnail_class_init), (ev_job_load_init),
7761         (ev_job_load_dispose), (ev_job_load_class_init), (ev_job_finished),
7762         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
7763         (render_finished_cb), (ev_job_render_run), (ev_job_thumbnail_new),
7764         (ev_job_thumbnail_run), (ev_job_load_new), (ev_job_load_run):
7765         * shell/ev-jobs.h:
7766         * shell/ev-page-action.c: (ev_page_action_set_document):
7767         * shell/ev-page-cache.c: (ev_page_cache_init),
7768         (ev_page_cache_class_init), (ev_page_cache_finalize),
7769         (ev_page_cache_new), (ev_page_cache_get_n_pages),
7770         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
7771         (ev_page_cache_set_page_label), (ev_page_cache_set_link),
7772         (ev_page_cache_get_title), (ev_page_cache_get_size),
7773         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
7774         (ev_page_cache_get_height_to_page),
7775         (ev_page_cache_get_max_label_chars),
7776         (ev_page_cache_get_page_label),
7777         (ev_page_cache_has_nonnumeric_page_labels),
7778         (ev_page_cache_get_info), (ev_page_cache_next_page),
7779         (ev_page_cache_prev_page), (ev_page_cache_get):
7780         * shell/ev-page-cache.h:
7781         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_update_range),
7782         (ev_pixbuf_cache_clear_job_sizes),
7783         (ev_pixbuf_cache_add_jobs_if_needed),
7784         (ev_pixbuf_cache_set_page_range):
7785         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings):
7786         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document):
7787         * shell/ev-sidebar-thumbnails.c:
7788         (ev_sidebar_tree_selection_changed),
7789         (ev_sidebar_thumbnails_set_document):
7790         * shell/ev-statusbar.c: (ev_statusbar_destroy),
7791         (ev_statusbar_class_init), (ev_statusbar_init), (ev_statusbar_new),
7792         (ev_statusbar_get_context_id), (ev_statusbar_push),
7793         (ev_statusbar_pop), (ev_statusbar_set_maximized),
7794         (ev_statusbar_pulse), (ev_statusbar_show_progress),
7795         (ev_statusbar_set_progress):
7796         * shell/ev-statusbar.h:
7797         * shell/ev-view.c: (ev_view_set_document), (ev_view_find_next),
7798         (ev_view_find_previous):
7799         * shell/ev-window.c: (ev_window_is_empty),
7800         (ev_window_setup_document), (password_dialog_response),
7801         (ev_window_clear_jobs), (ev_window_load_job_cb),
7802         (ev_window_xfer_job_cb), (ev_window_open_uri),
7803         (ev_window_open_uri_list), (ev_window_cmd_recent_file_activate),
7804         (ev_window_print), (ev_window_print_range),
7805         (ev_window_state_event), (ev_window_cmd_view_reload),
7806         (menu_item_select_cb), (menu_item_deselect_cb),
7807         (view_status_changed_cb), (ev_window_dispose),
7808         (drag_data_received_cb), (ev_window_init):
7809         * shell/ev-window.h:
7810         * shell/main.c: (load_files):
7811         
7812         New statusbar to show progress on idle. Two new jobs - 
7813         xfer job and load job to load document in background. And update
7814         of page_cache clients to new location of code.
7815
7816 2005-06-08  Carlos Garcia Campos <carlosgc@gnome.org>
7817   
7818         * shell/ev-application.c, shell/ev-window.[ch]: Allow multiple
7819         selection in open dialog. It also remembers the last visited directory 
7820         in the current session.
7821
7822 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7823
7824         * shell/ev-properties.c: (ev_properties_new):
7825         * shell/ev-properties.h:
7826         * shell/ev-window.c: (ev_window_cmd_file_properties):
7827         
7828         Get document info from page cache instead of document itself.
7829         This should fix crash related to race conditions described in
7830         bug 306545.
7831
7832 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
7833
7834         * ps/ps-document.c: (ps_document_init),
7835         (send_ps), (get_page_box), (output), (catchPipe), (input),
7836         (stop_interpreter), (file_length), (file_readable),
7837         (check_filecompressedb), (ps_document_enable_interpreter),
7838         (document_load), (ps_async_renderer_render_pixbuf):
7839         * ps/ps-document.h:
7840
7841         Big cleanup of the ps code
7842
7843 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
7844
7845         * backend/Makefile.am:
7846         * backend/ev-async-renderer.c: (ev_async_renderer_get_type),
7847         (ev_async_renderer_class_init), (ev_async_renderer_render_pixbuf):
7848         * backend/ev-async-renderer.h:
7849
7850         Add an async renderer interface (method + callback) which
7851         is useful for backends like ps.
7852
7853         * backend/ev-job-queue.c: (remove_job_from_async_queue),
7854         (add_job_to_async_queue), (job_finished_cb), (handle_job),
7855         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
7856         (ev_job_queue_add_job), (move_job_async), (move_job),
7857         (ev_job_queue_update_job), (ev_job_queue_remove_job):
7858
7859         Add queues for async renderer, these are executed on the
7860         main thread.
7861
7862         * backend/ev-jobs.c: (ev_job_render_new), (render_finished_cb),
7863         (ev_job_render_run):
7864         * backend/ev-jobs.h:
7865
7866         If the backend support async renderer interface use it.
7867
7868         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
7869         (setup_pixmap), (ps_document_get_type),
7870         (ps_async_renderer_render_pixbuf),
7871         (ps_document_document_iface_init), (ps_async_renderer_iface_init):
7872
7873         Implement async renderer interface.
7874
7875 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7876
7877         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose):
7878
7879         Cleanup links job on exit.
7880
7881 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7882
7883         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
7884         (drag_data_get_cb), (drag_data_received_cb):
7885         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
7886         (drag_data_get_cb), (parse_item_list),
7887         (egg_toolbar_editor_load_actions):
7888         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
7889         (egg_toolbars_model_to_xml), (egg_toolbars_model_save),
7890         (parse_item_list), (parse_toolbars):
7891         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
7892         (dvi_pixbuf_put_pixel):
7893         
7894         Fix gcc 4.0 warnings
7895
7896 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
7897
7898         * ps/ps-document.c: (start_interpreter):
7899
7900         Fix warning when loading ps
7901
7902 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
7903
7904         * ps/ps-document.c: (output):
7905
7906         Fix crash when priting gs error messages.
7907
7908 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
7909
7910         * backend/ev-page-cache.c: (_ev_page_cache_new):
7911         * backend/ev-page-cache.h:
7912
7913         Use a const to return title so that we dont double
7914         free it. Small cleanup and fix a leak.
7915
7916         * shell/ev-window.c: (update_window_title):
7917
7918         strdup value from get_title.
7919
7920 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
7921
7922         * shell/ev-sidebar-links.c: (job_finished_callback),
7923         (ev_sidebar_links_set_document):
7924
7925         Cleanup the old job when changing document
7926
7927 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7928
7929         * shell/ev-stock-icons.c:
7930         * shell/ev-stock-icons.h:
7931         * shell/ev-window.c:
7932         
7933         Add stock icons for actions that can appear in toolbar. Fix for
7934         bug 306566.
7935
7936 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7937
7938         * backend/ev-page-cache.c: (ev_page_cache_finalize),
7939         (_ev_page_cache_new), (ev_page_cache_get_max_width),
7940         (ev_page_cache_get_max_height), (ev_page_cache_get_height_to_page):
7941         * backend/ev-page-cache.h:
7942         * shell/ev-view.c: (scroll_to_current_page),
7943         (view_update_range_and_current_page), (get_page_y_offset),
7944         (get_page_extents), (ev_view_size_request_continuous_dual_page),
7945         (ev_view_size_request_continuous),
7946         (ev_view_zoom_for_size_continuous_and_dual_page),
7947         (ev_view_zoom_for_size_continuous):
7948         
7949         More compact EvView layout in document with pages of different size.
7950
7951 Sat Jun  4 19:20:57 2005  Jonathan Blandford  <jrb@redhat.com>
7952
7953         * shell/ev-window.c (ev_window_cmd_file_properties): fix
7954         compilation.
7955
7956 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7957
7958         * shell/ev-view.c: (view_set_adjustment_values):
7959         * shell/ev-window.c: (ev_window_cmd_file_properties):
7960         
7961         A bit different fix for rounding problem but it has no
7962         problems on startup. Make properties window transient to parent.
7963
7964 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7965
7966         * pdf/ev-poppler.cc:
7967         
7968         More commenting of font stuff.
7969
7970 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
7971
7972         * pdf/ev-poppler.cc:
7973
7974         Comment out some more fonts stuff. Should really
7975         work without the poppler patch now.
7976
7977 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
7978
7979         * pdf/ev-poppler.cc:
7980
7981         Adapt to api change
7982
7983 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
7984
7985         * data/evince-properties.glade:
7986         * pdf/ev-poppler.cc:
7987         * shell/ev-properties.c: (setup_fonts_view):
7988
7989         Set the column title. Show the dialog only
7990         once everything is setup.
7991         Getting font info can be very slow... will
7992         prolly need to make this threaded too.
7993
7994 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
7995
7996         * backend/Makefile.am:
7997         * backend/ev-document-fonts.c: (ev_document_fonts_get_type),
7998         (ev_document_fonts_get_fonts_model):
7999         * backend/ev-document-fonts.h:
8000         * data/evince-properties.glade:
8001         * pdf/ev-poppler.cc:
8002         * shell/ev-properties.c: (setup_fonts_view), (ev_properties_new):
8003         * shell/ev-properties.h:
8004         * shell/ev-window.c: (ev_window_cmd_file_properties):
8005
8006         Implement fonts list. Defined out for now, since it depends
8007         on a not yet committed poppler patch.
8008
8009 Fri Jun  3 21:07:57 2005  Jonathan Blandford  <jrb@redhat.com>
8010
8011         * shell/ev-view.c (get_page_extents): other_page isn't necessarily
8012         page + 1.
8013
8014         * shell/ev-window.c: Make sure we add the timeout when we get a
8015         focus-in event.
8016
8017         * shell/ev-view.c (view_set_adjustment_values): Add 0.5 to
8018         adjustment->value before calculating the zoom factor to average
8019         out all of our rounding errors.  The page no longer 'drifts' when
8020         resizing.
8021
8022 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8023
8024         * data/evince-properties.glade:
8025         * shell/ev-properties.c: (ev_properties_format_date),
8026         (set_property):
8027         
8028         Labels don't expand when the dialogue is resized.
8029         strftime result needs to be converted to UTF-8. Thanks
8030         to Christian Persch <chpe@gnome.org>.
8031
8032 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
8033
8034         * data/evince-properties.glade:
8035
8036         Hide the fonts tab
8037
8038 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
8039
8040         * backend/ev-document-info.h:
8041         * backend/ev-document.c: (ev_document_info_free):
8042         * data/evince-properties.glade:
8043         * pdf/ev-poppler.cc:
8044         * ps/ps-document.c: (ps_document_get_info):
8045         * shell/ev-properties.c: (ev_properties_format_date),
8046         (set_property), (ev_properties_new):
8047         * shell/ev-properties.h:
8048         * shell/ev-window.c: (ev_window_cmd_file_properties):
8049
8050         Rework properties code to take only EvPropertyInfo
8051         in the constructor so that it can be useful for
8052         nautilus plugin too.
8053
8054         Deal with backends that doesnt support some properties.
8055         Make set property code generic.
8056
8057 2005-06-04  Christian Persch <chpe@gnome.org>
8058
8059         * data/evince-properties.glade:
8060
8061         fix spacings, make resizeable, and make data labels
8062         selectable + ellipsised
8063
8064 2005-06-03  Marco Pesenti Gritti <mpg@redhat.com>
8065
8066         * backend/ev-document-info.h:
8067         * data/Makefile.am:
8068         * data/evince-ui.xml:
8069         * pdf/ev-poppler.cc:
8070         * shell/Makefile.am:
8071         * shell/ev-window.c: (update_action_sensitivity),
8072         (ev_window_cmd_file_properties):
8073
8074         Initial go at file properties. Patch by
8075         Emil Soleyman-Zomalan <emil@soleyman.com>.
8076         Needs love see #169583
8077
8078 2005-06-02  Marco Pesenti Gritti <mpg@redhat.com>
8079
8080         * ps/ps-document.c: (output):
8081         * ps/ps.c: (psscan):
8082
8083         Try to render even if psscan fails.
8084
8085 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
8086
8087         * ps/ps.c: (psscan), (pscopydoc):
8088
8089         Port buffered reading code from gv
8090
8091 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
8092
8093         * ps/ps-document.c: (interpreter_message), (output):
8094
8095         Do not fail on interpreter messages
8096
8097 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
8098
8099         * backend/ev-document-misc.c:
8100         (ev_document_misc_get_thumbnail_frame):
8101
8102         Pages can be 0 x 0, dont assert on this case
8103
8104 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
8105
8106         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
8107         (ev_sidebar_links_class_init), (ev_sidebar_links_set_document):
8108
8109         Correctly manage our reference on document. Finally the reload
8110         huge leak is gone...
8111
8112 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
8113
8114         * ps/ps-document.c: (ps_document_dispose):
8115
8116         Forgot to chain it to the parent. Thanks chpe.
8117
8118 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
8119
8120         * ps/ps-document.c: (ps_document_dispose),
8121         (ps_document_class_init), (stop_interpreter), (document_load):
8122
8123         Cleanup dispose a bit. Dont leak the whole pixmap.
8124
8125 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
8126
8127         * pdf/ev-poppler.cc:
8128
8129         Release the poppler document on dispose
8130
8131 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
8132
8133         * shell/ev-view.c: (ev_view_set_document):
8134
8135         Release ref on the pixbuf cache when changing
8136         document.
8137
8138 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
8139
8140         * ps/ps-document.c: (ps_document_get_info):
8141
8142         Fix a double free
8143
8144 2005-05-31  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
8145
8146         * backend/ev-page-cache.c: (ev_page_cache_init),
8147         (_ev_page_cache_new), (ev_page_cache_get_max_label_chars):
8148         * backend/ev-page-cache.h:
8149         * shell/ev-page-action.c: (page_changed_cb):
8150         
8151         Set page action entry width depending on labels width. Fix
8152         for bug 305202.
8153
8154 2005-05-31  Marco Pesenti Gritti  <mpg@redhat.com>
8155
8156         * backend/ev-link.c: (ev_link_class_init):
8157
8158         Allow -1 as page value (error)
8159
8160 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
8161
8162         * shell/ev-sidebar-thumbnails.c:
8163         (ev_sidebar_thumbnails_set_document):
8164         * shell/ev-view.c: (scroll_to_current_page),
8165         (view_set_adjustment_values), (ev_view_set_scroll_adjustments),
8166         (page_changed_cb), (on_adjustment_value_changed),
8167         (ev_view_set_document):
8168
8169         Slightly modified patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>.
8170         Fix bug 305377
8171
8172 2005-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8173
8174         * configure.ac:
8175         * djvu/djvu-document.c: (djvu_document_get_page_size):
8176
8177         Require djvulibre CVS. Now djvu loading is much faster. Fix for
8178         bug 301993.
8179
8180 Sat May 28 07:38:03 2005  Jonathan Blandford  <jrb@redhat.com>
8181
8182         * shell/ev-view.c (draw_one_page): modify the expose handling to
8183         get the shadows.
8184
8185         * shell/ev-window.c (update_action_sensitivity): Respect
8186         permissions field.  Kowtow to the man.
8187
8188         * pdf/ev-poppler.cc: Get the permissions field.
8189
8190         * tiff/*c: Make a tiny bit more robust.
8191
8192 2005-05-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8193
8194         * djvu/djvu-document.c:
8195         
8196         Pop messages from djvu context message queue.
8197
8198 2005-05-24  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8199
8200         * configure.ac, Makefile.am, shell/Makefile.am:
8201         * tiff/Makefile.am, shell/ev-document-types.c:
8202         
8203         Cleanup tiff configure checks. Fix for bug 305218.
8204
8205 2005-05-24  Maxim V. Dziumanenko <mvd@mylinux.ua>
8206
8207         * configure.ac: Added "uk" to ALL_LINGUAS.
8208
8209 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8210
8211         * cut-n-paste/zoom-control/ephy-zoom.c:
8212         (ephy_zoom_get_changed_zoom_level):
8213         * cut-n-paste/zoom-control/ephy-zoom.h:
8214         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_set_property),
8215         (ev_view_get_property), (ev_view_class_init), (ev_view_set_zoom):
8216         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
8217         (ev_window_cmd_view_zoom_out), (ev_window_zoom_changed_cb),
8218         (zoom_control_changed_cb), (ev_window_init):
8219         
8220         Fix minor points related to moving best fit up. Introduce
8221         "zoom" property and make zoom control change it's value on
8222         notify::zoom signals. Fix for 305080.
8223
8224 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8225
8226         * data/evince-ui.xml:
8227         * shell/ev-window.c: (set_view_actions_sensitivity):
8228         
8229         Use + and - as accels for zoom in and zoom out. Fix for 305001.
8230
8231 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
8232
8233         * configure.ac:
8234
8235         Depends on poppler 0.3.2
8236
8237 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
8238
8239         * cut-n-paste/recent-files/egg-recent-item.c:
8240         (egg_recent_item_get_short_name):
8241         * cut-n-paste/toolbar-editor/Makefile.am:
8242         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
8243         (new_pixbuf_from_widget):
8244         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
8245         * cut-n-paste/toolbar-editor/egg-marshal.c:
8246         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
8247         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
8248
8249         Sync
8250
8251 Sat May 21 23:18:30 2005  Jonathan Blandford  <jrb@redhat.com>
8252
8253         * tiff/tiff-document.c: Rough TIFF backend.
8254
8255 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
8256
8257         * NEWS:
8258         * configure.ac:
8259         * cut-n-paste/toolbar-editor/Makefile.am:
8260
8261         Release 0.3.1
8262
8263 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
8264
8265         * shell/ev-view.c: (jump_to_find_result), (ev_view_can_find_next),
8266         (ev_view_find_next), (ev_view_find_previous):
8267
8268         Remove the locks around get_n_results   
8269
8270 2005-05-21  Juerg Billeter  <j@bitron.ch>
8271
8272         * pdf/ev-poppler.c: (pdf_document_ps_exporter_begin):
8273
8274         Pass correct number of pages to poppler.
8275
8276 2005-05-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8277
8278         * configure.ac:
8279         * data/Makefile.am:
8280         * data/evince.desktop.in: 
8281         * data/evince.desktop.in.in:
8282         * po/POTFILES.in:
8283         
8284         Add conditionally dvi and djvu to desktop types. Fix for 304658.
8285
8286 Sat May 21 00:21:30 2005  Jonathan Blandford  <jrb@redhat.com>
8287
8288         * shell/ev-view.c: (view_update_adjustments),
8289         (view_set_adjustment_values): cast adjustmen->value to (int)
8290         before using it.  Otherwise, we get off by a pixel in some
8291         situations.
8292
8293         (draw_one_page): Draw the border on expose.
8294
8295 Fri May 20 22:05:25 2005  Jonathan Blandford  <jrb@redhat.com>
8296
8297         * *shell/ev-view.c: Patch from Nickolay V. Shmyrev to reset the
8298         adjustment when the mode changes, #304923
8299
8300 Fri May 20 02:00:03 2005  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8301
8302         * shell/ev-view.c: Use gdk_widget_queue_draw to remove
8303         flickering on resize but still use gdk_window_scroll on
8304         scrolling
8305
8306 Fri May 20 01:46:57 2005  Jonathan Blandford  <jrb@redhat.com>
8307
8308         * shell/ev-view.c: Patch from Nickolay Shmyrev to fix the -p
8309         option, #170458
8310
8311 Fri May 20 01:27:01 2005  Jonathan Blandford  <jrb@redhat.com>
8312
8313         * shell/ev-view.c: Patch from Nickolay Shmyrev to to scroll to
8314         second page on page_changed if possible, #304669
8315
8316 Fri May 20 01:07:15 2005  Jonathan Blandford  <jrb@redhat.com>
8317
8318         * shell/ev-view.c (view_update_adjustments): Use gdk_window_scroll
8319         instead of gtk_widget_queue_draw.  Massive speedups in scrolling.
8320
8321 Fri May 20 01:05:10 2005  Jonathan Blandford  <jrb@redhat.com>
8322
8323         * .cvsignore:
8324         * shell/ev-view.c:(ev_view_size_allocate), (ev_view_class_init),
8325         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
8326         (ev_view_zoom_for_size_presentation),
8327         (ev_view_zoom_for_size_continuous_and_dual_page),
8328         (ev_view_zoom_for_size_continuous),
8329         (ev_view_zoom_for_size_dual_page),
8330         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size):
8331         * shell/ev-view.h:
8332         * shell/ev-window.c: (update_view_size),
8333         (ev_window_sizing_mode_changed_cb):
8334
8335         Patch from Nickolay Shmyrev <nshmyrev@yandex.ru> to handle
8336         the scrollbars.  It's not 100% right, but it's much closer.  Kills
8337         an infinite loop, #304769
8338
8339
8340 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
8341
8342         * data/evince-ui.xml:
8343         * shell/ev-view.c: (ev_view_scroll_view), (ev_view_class_init):
8344         * shell/ev-window.c: (set_view_actions_sensitivity):
8345
8346         Make PgUp/Down behave like Space
8347
8348 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
8349
8350         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
8351         * backend/ev-ps-exporter.h:
8352         * pdf/ev-poppler.cc:
8353         * ps/ps-document.c: (ps_document_ps_export_begin):
8354         * shell/ev-print-job.c: (idle_print_handler):
8355
8356         Adapt to new poppler api
8357
8358 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
8359
8360         * cut-n-paste/zoom-control/ephy-zoom-control.c:
8361         (ephy_zoom_control_init):
8362
8363         Translate zoom levels
8364
8365 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
8366
8367         * cut-n-paste/zoom-control/ephy-zoom.c:
8368         (ephy_zoom_get_zoom_level_index):
8369
8370         Fix current zoom -> zoom control match
8371
8372 2005-05-18  James Bowes  <bowes@cs.dal.ca>
8373
8374         * shell/ev-window.c: (ev_window_init): Give focus to the ev-view,
8375         rather than the scrolled_window that it's in. Fixes bug #304655.
8376
8377 Tue May 17 22:54:17 2005  Jonathan Blandford  <jrb@redhat.com>
8378
8379         * shell/ev-view.c: (view_update_adjustments),
8380         (view_set_adjustment_values), (view_update_range_and_current_page),
8381         (view_scroll_to_page), (set_scroll_adjustment),
8382         (ev_view_set_scroll_adjustments), (add_scroll_binding_keypad),
8383         (ev_view_scroll), (ev_view_scroll_view),
8384         (ensure_rectangle_is_visible), (find_page_at_location),
8385         (get_link_at_location), (go_to_link), (status_message_from_link),
8386         (ev_view_size_request_continuous_dual_page),
8387         (ev_view_size_request), (ev_view_size_allocate), (ev_view_realize),
8388         (ev_view_unrealize), (ev_view_expose_event),
8389         (ev_view_button_press_event), (ev_view_motion_notify_event),
8390         (ev_view_button_release_event), (ev_gdk_color_to_rgb),
8391         (draw_rubberband), (highlight_find_results), (draw_one_page),
8392         (ev_view_finalize), (ev_view_destroy), (ev_view_class_init),
8393         (ev_view_init), (find_changed_cb), (page_changed_cb),
8394         (on_adjustment_value_changed), (ev_view_new),
8395         (ev_view_set_document), (ev_view_set_zoom),
8396         (ev_view_set_continuous), (ev_view_set_dual_page),
8397         (ev_view_set_presentation), (ev_view_zoom_in), (ev_view_zoom_out),
8398         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
8399         (ev_view_zoom_for_size_presentation),
8400         (ev_view_zoom_for_size_continuous_dual_page),
8401         (ev_view_zoom_for_size_continuous),
8402         (ev_view_zoom_for_size_dual_page),
8403         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
8404         (ev_view_get_status), (ev_view_set_status),
8405         (update_find_status_message), (ev_view_get_find_status),
8406         (ev_view_set_find_status), (jump_to_find_result),
8407         (jump_to_find_page), (compute_selections), (clear_selection),
8408         (ev_view_select_all), (get_selected_text), (ev_view_copy),
8409         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
8410         (ev_view_update_primary_selection),
8411         (ev_view_create_invisible_cursor), (ev_view_set_cursor):
8412         * shell/ev-view.h:
8413         * shell/ev-window.c: (ev_window_open_page_label),
8414         (ev_window_cmd_view_reload), (ev_window_sizing_mode_changed_cb),
8415         (ev_window_init):
8416         * shell/ev-window.h:
8417         * shell/main.c: (load_files):
8418
8419         Massive code clean up from Nickolay Shmyrev.  Keep page offset
8420         when resizing.  Remove the bin_window().  Also, patch from James
8421         Bowes to fix command line page, #300641
8422         
8423 2005-05-17  Marco Pesenti Gritti  <mpg@redhat.com>
8424
8425         * data/evince-ui.xml:
8426         * shell/ev-view.c:
8427         * shell/ev-view.h:
8428         * shell/ev-window.c: (update_action_sensitivity):
8429
8430         Get rid of View->Normal Size, it's just confusing
8431
8432 Tue May 17 00:51:21 2005  Jonathan Blandford  <jrb@redhat.com>
8433
8434         * backend/ev-document-info.h:
8435         * backend/ev-document.c: (ev_document_info_free): Free the
8436         EvDocumentInfo.
8437
8438         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
8439         (clear_range), (add_range), (update_visible_range),
8440         (adjustment_changed_cb), (ev_sidebar_thumbnails_init),
8441         (ev_sidebar_thumbnails_set_document):
8442         * shell/ev-window.c: (ev_window_setup_document): Only render the
8443         visible thumbnails.  It takes an instant to render, but it uses
8444         much less memory.
8445
8446 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
8447
8448         * shell/ev-sidebar-links.c: (popup_menu_cb):
8449
8450         Select first item
8451
8452 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
8453
8454         * lib/Makefile.am:
8455         * shell/ev-sidebar-links.c: (build_popup_menu), (popup_menu_cb),
8456         (button_press_cb), (ev_sidebar_links_construct):
8457
8458         Show the popup menu also on keybindings
8459
8460 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
8461
8462         * shell/ev-window.c: (ev_window_print), (ev_window_print_range):
8463         * shell/ev-window.h:
8464
8465         Expose api to print a range (with dialog). Make private _print use
8466         it.
8467
8468         * shell/ev-sidebar-links.c: (print_section_cb), (button_press_cb),
8469         (ev_sidebar_links_construct):
8470
8471         Show a print context menu on linkx, it prints the selected
8472         section.
8473
8474 2005-05-15  Carlos Garcia Campos <carlosgc@gnome.org>
8475
8476         * shell/ev-sidebar.c: make the drop down menu as width as the toggle
8477         button.
8478
8479 2005-05-12  Marco Pesenti Gritti  <mpg@redhat.com>
8480
8481         * AUTHORS:
8482
8483         Update
8484
8485         * shell/ev-window.c: (build_comments_string),
8486         (ev_window_cmd_help_about):
8487
8488         Show poppler version/backend and authors
8489
8490 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
8491
8492         * cut-n-paste/zoom-control/ephy-zoom.c:
8493         (ephy_zoom_get_zoom_level_index):
8494         * cut-n-paste/zoom-control/ephy-zoom.h:
8495
8496         Move the best fit items at the top of the list
8497
8498 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
8499
8500         * shell/ev-marshal.list:
8501         * shell/ev-page-action.c: (ev_page_action_widget_class_init),
8502         (activate_cb), (match_selected_cb), (activate_link_cb),
8503         (connect_proxy), (ev_page_action_class_init):
8504         * shell/ev-page-action.h:
8505
8506         Use signals to notify action activation. Hopefully
8507         I did not break completion since I cant test...
8508
8509         * shell/ev-window.c: (activate_link_cb), (activate_label_cb),
8510         (register_custom_actions):
8511
8512         Connect to page selector actions and also grab focus on
8513         the view when activated.
8514
8515 Wed May 11 01:18:29 2005  Jonathan Blandford  <jrb@redhat.com>
8516
8517         * pdf/ev-poppler.cc:
8518         * backend/ev-page-cache.c: make page size calculation consistent
8519         and set it to (int)( width * scale + 0.5).  This makes the weird
8520         line going through the middle of the page go away.
8521
8522         * shell/ev-view.c: move painting the background page after
8523         checking the expose area covers us.
8524
8525 2005-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8526
8527         * data/evince-password.glade:
8528         
8529         Mark labels as not translatable. Fix for bug 302842.
8530
8531 2005-05-10  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
8532
8533         * configure.ac: Added "es" to ALL_LINGUAS.
8534
8535 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8536
8537         * data/evince-toolbar.xml:
8538         * shell/ev-window.c: (update_action_sensitivity),
8539         (ev_window_setup_document), (ev_window_set_page_mode),
8540         (ev_window_init):
8541
8542         Remove some leftover code from jrb first continous
8543         attempt. Use the new actions, we still need good icons
8544         though...
8545
8546 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8547
8548         * shell/ev-page-action.c: (update_pages_label), (connect_proxy):
8549
8550         Update label when connecting proxy. Fix a warning with NULL
8551         page_cache.
8552
8553 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8554
8555         * data/evince-ui.xml:
8556         * shell/ev-page-action.c: (ev_page_action_grab_focus):
8557         * shell/ev-page-action.h:
8558         * shell/ev-window.c: (ev_window_cmd_focus_page_selector):
8559
8560         Add mnemonic for edit toolbar.
8561         ctrl+l focus the page entry.
8562
8563 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8564
8565         * lib/Makefile.am:
8566         * shell/ev-window.c: (ev_window_cmd_edit_toolbar_cb),
8567         (ev_window_init):
8568         * shell/main.c: (main):
8569
8570         Put the toolbar xml in evince own dot dir
8571
8572 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8573
8574         * shell/ev-window.c: (ev_window_init):
8575
8576         Make the toolbar not removable
8577
8578 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8579
8580         * data/evince-ui.xml:
8581         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_treeview):
8582         * shell/ev-sidebar-links.h:
8583         * shell/ev-sidebar-thumbnails.c:
8584         (ev_sidebar_thumbnails_get_treeview):
8585         * shell/ev-sidebar-thumbnails.h:
8586         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_view),
8587         (ev_view_class_init):
8588         * shell/ev-view.h:
8589         * shell/ev-window.c: (update_action_sensitivity),
8590         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
8591         (set_view_actions_sensitivity), (view_actions_focus_in_cb),
8592         (view_actions_focus_out_cb), (enable_view_actions_for_widget),
8593         (ev_window_init):
8594
8595         This is evil... Make space/backspace global accelerators but
8596         enable them only for some widgets (sidebars and view).
8597         I dont like it, but I dont know a better way... :/
8598
8599 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8600
8601         * shell/ev-page-action.c: (ev_page_action_widget_set_page_cache),
8602         (ev_page_action_widget_finalize),
8603         (ev_page_action_widget_class_init), (update_page_cache):
8604
8605         Keep a weak reference on proxy->page_cache so that we
8606         dont try to disconnect the signal if the object is already
8607         gone. Maybe there is a better way to cleanup reference handling
8608         in page action though...
8609
8610 2005-05-10  Juerg Billeter  <j@bitron.ch>
8611
8612         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
8613         * backend/ev-ps-exporter.h:
8614         * pdf/ev-poppler.cc: (pdf_document_ps_exporter_begin):
8615         * ps/ps-document.c: (ps_document_ps_export_begin):
8616         
8617         Change api to pass print range to ps_exporter_begin. The pdf backend
8618         requires this information.
8619         
8620         * shell/ev-print-job.c: (idle_print_handler):
8621         
8622         Adapt to api change
8623
8624 2005-05-10  Juerg Billeter  <j@bitron.ch>
8625
8626         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
8627         (idle_print_handler)
8628         * shell/ev-window.c: (ev_window_print):
8629
8630         Support printing page range, based on patch by Amaury Jacquot
8631
8632 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8633
8634         * data/evince-toolbar.xml:
8635
8636         Add zoom control to available items
8637
8638 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8639
8640         * shell/ev-window.c: (update_action_sensitivity):
8641
8642         Set slash action insensitive when appropriate
8643
8644 2005-05-10  Christian Persch <chpe@gnome.org>
8645
8646         * cut-n-paste/zoom-control/ephy-zoom-action.c: (create_menu_item):
8647
8648         Fix warning on the overflow menu
8649
8650 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8651
8652         * shell/ev-window.c: (sanity_check_uri), (ev_window_open):
8653
8654         Check for uri correctness/existence
8655
8656 2005-05-09  Juerg Billeter  <j@bitron.ch>
8657
8658         * shell/ev-window.c: (using_postscript_printer):
8659
8660         LPD printers use postscript, too
8661
8662 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
8663
8664         * shell/ev-window.c: (register_custom_actions):
8665
8666         The zoom one is actually sort of useful,
8667         put it back
8668
8669 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
8670
8671         * shell/ev-window.c: (register_custom_actions):
8672
8673         Hide page/zoom controls from overflow, they
8674         are useless.
8675
8676 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
8677
8678         * cut-n-paste/update-from-egg.sh:
8679         
8680         Share it between all cut-n-paste subdirs
8681
8682         * cut-n-paste/recent-files/Makefile.am:
8683
8684         Fix to use "global" update-from-egg.sh
8685
8686         * cut-n-paste/recent-files/egg-recent-model.c:
8687         (egg_recent_model_changed_timeout), (egg_recent_model_finalize):
8688         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
8689         (egg_recent_view_gtk_clear), (egg_recent_view_gtk_set_list),
8690         (egg_recent_view_gtk_finalize), (egg_recent_view_gtk_set_menu):
8691
8692         Update from libegg
8693
8694         * cut-n-paste/toolbar-editor/Makefile.am:
8695
8696         Fix to use "global" update-from-egg.sh
8697
8698         * cut-n-paste/toolbar-editor/eggmarshalers.list:
8699
8700         Update from libegg
8701
8702 2005-05-09  Marco Pesenti Gritti <mpg@redhat.com>
8703
8704         * configure.ac:
8705         * cut-n-paste/Makefile.am:
8706         * cut-n-paste/recent-files/Makefile.am:
8707         * cut-n-paste/toolbar-editor/.cvsignore:
8708         * cut-n-paste/toolbar-editor/Makefile.am:
8709         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
8710         (egg_editable_toolbar_get_type), (get_toolbar_position),
8711         (get_n_toolbars), (get_dock_nth), (get_toolbar_nth), (find_action),
8712         (drag_data_delete_cb), (drag_begin_cb), (drag_end_cb),
8713         (drag_data_get_cb), (set_drag_cursor), (unset_drag_cursor),
8714         (set_item_drag_source), (create_item_from_action), (create_item),
8715         (data_is_separator), (drag_data_received_cb), (remove_toolbar_cb),
8716         (popup_toolbar_context_menu_cb), (free_dragged_item),
8717         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
8718         (toolbar_drag_leave_cb), (create_dock), (set_fixed_style),
8719         (unset_fixed_style), (toolbar_changed_cb), (unparent_fixed),
8720         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
8721         (item_added_cb), (item_removed_cb),
8722         (egg_editable_toolbar_construct),
8723         (egg_editable_toolbar_disconnect_model),
8724         (egg_editable_toolbar_deconstruct),
8725         (egg_editable_toolbar_set_model),
8726         (egg_editable_toolbar_set_ui_manager),
8727         (egg_editable_toolbar_set_property),
8728         (egg_editable_toolbar_get_property),
8729         (egg_editable_toolbar_class_init), (egg_editable_toolbar_init),
8730         (egg_editable_toolbar_finalize), (egg_editable_toolbar_new),
8731         (egg_editable_toolbar_new_with_model),
8732         (egg_editable_toolbar_get_edit_mode),
8733         (egg_editable_toolbar_set_edit_mode), (egg_editable_toolbar_show),
8734         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed),
8735         (egg_editable_toolbar_set_drag_dest), (fake_expose_widget),
8736         (new_pixbuf_from_widget), (new_separator_pixbuf),
8737         (update_separator_image), (style_set_cb),
8738         (_egg_editable_toolbar_new_separator_image),
8739         (egg_editable_toolbar_get_model):
8740         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
8741         * cut-n-paste/toolbar-editor/egg-marshal.c:
8742         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
8743         (egg_toolbar_editor_get_type), (compare_actions), (find_action),
8744         (egg_toolbar_editor_set_ui_manager), (toolbar_removed_cb),
8745         (egg_toolbar_editor_set_model), (egg_toolbar_editor_set_property),
8746         (egg_toolbar_editor_get_property), (egg_toolbar_editor_class_init),
8747         (egg_toolbar_editor_finalize), (egg_toolbar_editor_new),
8748         (drag_begin_cb), (drag_end_cb), (editor_drag_data_received_cb),
8749         (editor_drag_data_delete_cb), (drag_data_get_cb),
8750         (elide_underscores), (set_drag_cursor), (event_box_realize_cb),
8751         (editor_create_item), (update_editor_sheet), (setup_editor),
8752         (egg_toolbar_editor_init), (egg_toolbar_editor_add_action),
8753         (parse_item_list), (model_has_action), (update_actions_list),
8754         (egg_toolbar_editor_load_actions):
8755         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
8756         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
8757         (egg_toolbars_model_get_type), (egg_toolbars_model_to_xml),
8758         (safe_save_xml), (egg_toolbars_model_save), (toolbars_toolbar_new),
8759         (toolbars_item_new), (free_toolbar_node), (free_item_node),
8760         (egg_toolbars_model_get_flags), (egg_toolbars_model_set_flags),
8761         (egg_toolbars_model_add_separator), (impl_add_item),
8762         (parse_item_list), (egg_toolbars_model_add_toolbar),
8763         (parse_toolbars), (egg_toolbars_model_load), (impl_get_item_id),
8764         (impl_get_item_data), (impl_get_item_type),
8765         (_egg_accumulator_STRING), (egg_toolbars_model_class_init),
8766         (egg_toolbars_model_init), (free_toolbar),
8767         (egg_toolbars_model_finalize), (egg_toolbars_model_new),
8768         (egg_toolbars_model_remove_toolbar),
8769         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
8770         (egg_toolbars_model_n_items), (egg_toolbars_model_item_nth),
8771         (egg_toolbars_model_n_toolbars), (egg_toolbars_model_toolbar_nth),
8772         (egg_toolbars_model_add_item), (egg_toolbars_model_get_item_id),
8773         (egg_toolbars_model_get_item_data),
8774         (egg_toolbars_model_get_item_type):
8775         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
8776         * cut-n-paste/toolbar-editor/eggmarshalers.list:
8777         * data/Makefile.am:
8778         * data/evince-toolbar.xml:
8779         * data/evince-ui.xml:
8780         * data/hand-open.png:
8781         * po/POTFILES.in:
8782         * shell/Makefile.am:
8783         * shell/ev-window.c: (update_chrome_visibility),
8784         (ev_window_cmd_edit_toolbar_cb), (ev_window_cmd_edit_toolbar),
8785         (ev_window_dispose), (ev_window_init):
8786
8787         Implement epiphany like toolbar editor. Based on patch by
8788         Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8789
8790 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
8791
8792         * shell/ev-sidebar-thumbnails.c: (page_changed_cb):
8793
8794         Use set_cursor instead of set_selection, so that
8795         the keyboard focus moves too.
8796
8797 2005-05-09  Aleksey Kliger <akliger@gmail.com>
8798
8799         * dvi/mdvi-lib/tfmfile.c: (lookup_font_metrics):
8800
8801         Fix infinite loop when loading Type1 fonts
8802
8803 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
8804
8805         * data/evince-ui.xml:
8806         * shell/ev-window.c:
8807
8808         Slash -> Find
8809
8810 2005-05-09  Thomas de Grenier de Latour <degrenier@easyconnect.fr>
8811
8812         * configure.ac:
8813
8814         Make --disable really disable
8815
8816 2005-05-07  Juerg Billeter  <j@bitron.ch>
8817
8818         * backend/ev-page-cache.c: (ev_page_cache_set_page_label):
8819
8820         Compare page labels even without has_labels set, fixes setting page
8821         with entry
8822
8823 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
8824
8825         * shell/ev-view.c: (ev_view_create_invisible_cursor),
8826         (ev_view_set_cursor), (ev_view_button_press_event),
8827         (ev_view_motion_notify_event), (ev_view_button_release_event),
8828         (ev_view_init):
8829
8830         Implement middle button scrolling. Based on a patch
8831         by Tommi Komulainen <tommi.komulainen@iki.fi>.
8832
8833 2005-05-08  Marco Pesenti Gritti  <mpg@redhat.com>
8834
8835         * shell/ev-document-types.c: (get_slow_mime_type),
8836         (get_document_type_from_mime), (ev_document_type_lookup):
8837         * shell/ev-document-types.h:
8838
8839         Change api to lookup from uri. Do fast lookup first, if the
8840         type is unknown try with data sniffing.
8841
8842         * shell/ev-window.c: (ev_window_open), (ev_window_open_uri_list):
8843         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
8844
8845         Adapt to api change
8846
8847 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
8848
8849         * thumbnailer/Makefile.am:
8850
8851         Fix distcheck
8852
8853 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
8854
8855         * NEWS:
8856         * configure.ac:
8857
8858         Release 0.3.0
8859
8860         * data/evince-ui.xml:
8861
8862         Hide presentation mode for now
8863
8864         * shell/ev-view.c: (highlight_find_results):
8865
8866         Show current find selection only on current page
8867
8868 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
8869
8870         * shell/ev-view.c: (ev_view_select_all):
8871
8872         Compute size of the actual page, not of
8873         the current one.
8874
8875 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
8876
8877         * shell/ev-view.c: (clear_selection), (ev_view_finalize),
8878         (view_rect_to_doc_rect), (compute_selections),
8879         (ev_view_bin_expose), (ev_view_select_all), (get_selected_text),
8880         (ev_view_copy), (ev_view_primary_get_cb),
8881         (ev_view_primary_clear_cb), (ev_view_update_primary_selection),
8882         (ev_view_button_press_event), (ev_view_motion_notify_event),
8883         (ev_view_button_release_event), (page_changed_cb):
8884
8885         Fix text selection
8886
8887 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
8888
8889         * shell/ev-view.c: (compute_border), (get_page_extents),
8890         (doc_rect_to_view_rect), (highlight_find_results),
8891         (ev_view_bin_expose), (ev_view_select_all),
8892         (ev_view_motion_notify_event), (update_find_status_message),
8893         (jump_to_find_result), (jump_to_find_page):
8894
8895         First go at fixing search, still buggy
8896
8897 2005-05-04  Kristian Høgsberg  <krh@redhat.com>
8898
8899         * shell/ev-sidebar.c (ev_sidebar_init): Remove frame around
8900         dropdown box and button at the top of the sidebar.
8901
8902 2005-05-02  James Bowes  <bowes@cs.dal.ca>
8903
8904         * configure.ac: Output zoom-control Makefile.
8905         * cut-n-paste/Makefile.am: build zoom-control subdir.
8906         * cut-n-paste/zoom-control/ephy-zoom-action.c:
8907         * cut-n-paste/zoom-control/ephy-zoom-action.h:
8908         * cut-n-paste/zoom-control/ephy-zoom-control.c:
8909         * cut-n-paste/zoom-control/ephy-zoom-control.h:
8910         * cut-n-paste/zoom-control/ephy-zoom.c:
8911         * cut-n-paste/zoom-control/ephy-zoom.h: New files imported
8912         from epiphany, and modified to add a separator into the menu.
8913         * cut-n-paste/zoom-control/Makefile.am: Build zoom-control.
8914         * data/evince-ui.xml: Replace old zoom toolbar actions with new
8915         zoom-control action.
8916         * shell/Makefile.am: Include zoom-control flags.
8917         * shell/ev-view.c: (ev_view_set_zoom), (ev_view_get_zoom),
8918         (ev_view_get_sizing_mode), (ev_view_zoom_in), (ev_view_zoom_out),
8919         (ev_view_zoom_for_size_presentation),
8920         (ev_view_zoom_for_size_continuous_and_dual_page),
8921         (ev_view_zoom_for_size_continuous),
8922         (ev_view_zoom_for_size_dual_page),
8923         (ev_view_zoom_for_size_single_page), (ev_view_zoom_normal): 
8924         s/ev_view_zoom/ev_view_set_zoom/ and make public, add 
8925         ev_view_get_zoom and ev_view_get_sizing_mode.
8926         * shell/ev-view.h:
8927         * shell/ev-window.c: (update_action_sensitivity),
8928         (update_sizing_buttons), (zoom_control_changed_cb),
8929         (register_custom_actions): Initialize and use the zoom-control 
8930         widget.
8931
8932 Sun May  1 00:46:47 2005  Jonathan Blandford  <jrb@redhat.com>
8933
8934         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init): Change the
8935         preview cache back to 1.  Don't know when it got set to 0.
8936         
8937         * shell/ev-view.c: (compute_border), (ev_view_realize),
8938         (draw_one_page), (ev_view_set_property), (ev_view_get_property),
8939         (ev_view_class_init), (ev_view_init), (ev_view_set_fullscreen),
8940         (ev_view_get_fullscreen), (ev_view_set_presentation),
8941         (ev_view_get_presentation), (ev_view_set_sizing_mode),
8942         (ev_view_zoom_for_size_presentation), (ev_view_set_zoom_for_size):
8943         * shell/ev-view.h:
8944         * shell/ev-window.c:
8945         (update_chrome_visibility),
8946         (ev_window_cmd_continuous), (ev_window_cmd_dual),
8947         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
8948         (update_document_mode), (ev_window_update_fullscreen_action),
8949         (ev_window_fullscreen), (ev_window_unfullscreen),
8950         (ev_window_cmd_view_fullscreen),
8951         (ev_window_update_presentation_action),
8952         (ev_window_run_presentation), (ev_window_stop_presentation),
8953         (ev_window_cmd_view_presentation), (ev_window_state_event),
8954         (ev_window_focus_in_event), (ev_window_focus_out_event),
8955         (ev_window_cmd_escape), (ev_window_sidebar_visibility_changed_cb):
8956         * data/evince-ui.xml: Initial presentation mode.  We should
8957         probably hide this until it's done, as it's quite rough.  Also,
8958         change full-screen to fullscreen and add two getters to EvView.
8959
8960 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
8961
8962         * shell/ev-page-action.c: (update_page_cache),
8963         (ev_page_action_dispose):
8964         * shell/ev-window.c: (destroy_fullscreen_popup),
8965         (ev_window_create_fullscreen_popup):
8966
8967         Use connect_object rather than explicitly
8968         disconnect on dispose.
8969
8970 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
8971
8972         * shell/ev-page-action.c: (update_page_cache),
8973         (ev_page_action_dispose):
8974
8975 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8976
8977         * backend/ev-page-cache.c: (_ev_page_cache_new),
8978         (ev_page_cache_set_page_label),
8979         (ev_page_cache_has_nonnumeric_page_labels):
8980         * backend/ev-page-cache.h:
8981         * shell/ev-page-action.c: (update_pages_label):
8982         
8983         If all page labels are numeric, fallback to default
8984         way to display number of pages. See bug 173185.
8985
8986 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8987
8988         * shell/ev-page-action.c: (ev_page_action_dispose):
8989         * shell/ev-view.c: (view_update_range_and_current_page):
8990         * shell/ev-window.c: (ev_window_dispose):
8991         
8992         Set page on scroll in continuous mode. Fixes bug 301986.
8993         Also cleanup callbacks on destroy of EvWindow and EvPageAction.
8994
8995 2005-04-26  Marco Pesenti Gritti <mpg@redhat.com>
8996
8997         * configure.ac:
8998
8999         Require poppler 0.3.0
9000
9001 2005-04-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9002         
9003         * shell/Makefile.am, configure.ac: Fix build problems
9004         with t1lib. Bug 301996.
9005
9006 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9007
9008         * shell/ev-view.c: (ev_view_scroll_event):
9009         
9010         Scroll up increase zoom
9011
9012 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9013
9014         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init),
9015         (ev_view_set_sizing_mode),
9016         (ev_view_zoom_for_size_continuous_and_dual_page),
9017         (ev_view_zoom_for_size_continuous):
9018         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
9019         (ev_window_cmd_view_page_width), (ev_window_cmd_view_zoom_in),
9020         (ev_window_cmd_view_zoom_out), (ev_window_sizing_mode_changed_cb),
9021         (ev_window_init):
9022
9023         Control + Scroll does zooming, Shift + Scroll scrolls horizontally
9024         Fix for 165473 and 165472.
9025
9026 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9027
9028         * po/POTFILES.in:
9029         * thumbnailer/Makefile.am:
9030         * thumbnailer/evince-thumbnailer-djvu.schemas.in:
9031         * thumbnailer/evince-thumbnailer-dvi.schemas.in:
9032         * thumbnailer/evince-thumbnailer.schemas.in:
9033         
9034         Make thumbnailer schemas translatable. Fix for bug 301773
9035         
9036         * thumbnailer/evince-thumbnailer-djvu.schemas:
9037         * thumbnailer/evince-thumbnailer-dvi.schemas:
9038         * thumbnailer/evince-thumbnailer.schemas:
9039
9040         Removed files
9041
9042 Sun Apr 24 01:37:39 2005  Jonathan Blandford  <jrb@redhat.com>
9043
9044         * shell/ev-view.c (ev_view_init): forgot to set this.
9045
9046 Sun Apr 24 01:07:27 2005  Jonathan Blandford  <jrb@redhat.com>
9047
9048         * shell/ev-view.c: (find_page_at_location),
9049         (get_link_at_location),
9050         (ev_view_set_show_border), (ev_view_set_spacing),
9051         (ev_view_zoom_for_size_continuous_and_dual_page),
9052         (ev_view_zoom_for_size_continuous): Fix links for dual/continuous.
9053         Also, add a quick fix measuring of widths.  Also, removed
9054         ev_view_set_spacing and ev_view_set_show_border.
9055         
9056         * shell/ev-window.c: (ev_window_unfullscreen),
9057         (ev_window_cmd_view_fullscreen): Don't adjust the border/spacing.
9058
9059 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9060
9061         * shell/ev-view.c: (view_update_range_and_current_page),
9062         (page_changed_cb):
9063         
9064         Fix crash on exit and scrolling to page in continuous view.
9065
9066 Sat Apr 23 13:13:04 2005  Jonathan Blandford  <jrb@redhat.com>
9067
9068         * TODO:
9069         * backend/ev-page-cache.c: (_ev_page_cache_new),
9070         (ev_page_cache_get_max_width_size),
9071         (ev_page_cache_get_max_height_size):
9072         * backend/ev-page-cache.h:
9073         * data/evince-ui.xml:
9074         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init):
9075         * shell/ev-view.c: (view_update_adjustments),
9076         (view_update_range_and_current_page), (get_bounding_box_size),
9077         (ev_view_size_request_continuous_and_dual_page),
9078         (ev_view_size_request_continuous),
9079         (ev_view_size_request_dual_page),
9080         (ev_view_size_request_single_page), (ev_view_size_request),
9081         (ev_view_size_allocate), (get_page_extents), (draw_one_page),
9082         (ev_view_bin_expose), (ev_view_expose_event),
9083         (ev_view_set_property), (ev_view_get_property),
9084         (ev_view_class_init), (ev_view_init), (ev_view_new),
9085         (page_changed_cb), (ev_view_zoom), (ev_view_set_continuous),
9086         (ev_view_set_dual_page), (ev_view_set_full_screen),
9087         (ev_view_set_presentation), (ev_view_set_sizing_mode),
9088         (ev_view_can_zoom_in), (ev_view_can_zoom_out), (ev_view_zoom_in),
9089         (ev_view_zoom_out), (zoom_for_size_fit_width),
9090         (zoom_for_size_best_fit),
9091         (ev_view_zoom_for_size_continuous_and_dual_page),
9092         (ev_view_zoom_for_size_continuous),
9093         (ev_view_zoom_for_size_dual_page),
9094         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
9095         (ev_view_show_cursor), (ev_sizing_mode_get_type):
9096         * shell/ev-view.h:
9097         * shell/ev-window.c: (update_action_sensitivity),
9098         (ev_window_cmd_continuous), (ev_window_cmd_dual),
9099         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
9100         (update_sizing_buttons), (ev_window_cmd_view_zoom_in),
9101         (ev_window_cmd_view_zoom_out), (update_view_size),
9102         (ev_window_set_sizing_mode), (ev_window_init):
9103
9104         Add Continuous and Dual page modes.
9105
9106 2005-04-23  James Bowes  <bowes@cs.dal.ca>
9107
9108         * dvi/dvi-document.c: (dvi_document_load),
9109         (dvi_document_thumbnails_get_thumbnail),
9110         (dvi_document_init_params): Fix up some mixups between
9111         width and height to correct thumbnail rendering.
9112
9113 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9114
9115         * dvi/mdvi-lib/private.h:
9116         * dvi/mdvi-lib/setup.c: (mdvi_init_kpathsea):
9117         
9118         Suppess output for kpathsea during font generation. Thanks to
9119         James Bowes
9120
9121 Fri Apr 22 19:57:46 2005  Jonathan Blandford  <jrb@redhat.com>
9122
9123         * NEWS:
9124         * configure.ac:
9125
9126         Release 0.2.1
9127
9128         * Makefile.am: fix distcheck.
9129
9130 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9131
9132         * shell/ev-sidebar-links.c: (selection_changed_callback),
9133         (update_page_callback), (row_activated_callback),
9134         (job_finished_callback), (ev_sidebar_links_set_document):
9135         
9136         Fix for bug #169901. Double click on links expands tree.
9137
9138 2005-03-14  Bryan Clark  <clarkbw@cvs.gnome.org>
9139
9140         * shell/ev-window.c (ev_window_init): Removed fullscreen toolbar
9141         hard-coded style. Fix for bug 170111
9142
9143 2005-04-22  Kristian Høgsberg  <krh@redhat.com>
9144
9145         * shell/ev-view.c (highlight_find_results): Remove unnecessary
9146         locking.
9147
9148 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
9149
9150         * thumbnailer/evince-thumbnailer.schemas: real fix for bug 172496
9151
9152 2005-04-22  Marco Pesenti Gritti  <mpg@redhat.com>
9153
9154         * pdf/ev-poppler.cc:
9155         * shell/ev-view.c: (highlight_find_results):
9156
9157         Fix find on single page documents
9158
9159 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
9160
9161         * data/evince.schemas.in: fix for bug 301390
9162
9163 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
9164
9165         * shell/ev-view.c: (ev_view_can_zoom_in), (ev_view_can_zoom_out),
9166         (ev_view_zoom_out), (ev_view_zoom_normal):
9167         * shell/ev-view.h:
9168         * shell/ev-window.c: (update_action_sensitivity),
9169         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
9170         (ev_window_cmd_view_zoom_in), (ev_window_cmd_view_zoom_out),
9171         (ev_window_cmd_view_normal_size):
9172
9173         Fix normal size zoom. Make zoom in/zoom out unsensitive when
9174         they are behyond the limits. Tweak MAX_ZOOM to 6, sucks but
9175         better than oom. 
9176
9177 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
9178
9179         * configure.ac:
9180
9181         Depend on 2.57, 2.59 doesnt seem to be necessary
9182
9183 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
9184
9185         * shell/ev-page-action.c: (update_pages_label), (page_changed_cb),
9186         (create_tool_item):
9187
9188         Put back total number of pages as (1 of 1234)
9189
9190 Thu Apr 21 23:37:52 2005  Jonathan Blandford  <jrb@redhat.com>
9191
9192         * shell/ev-pixbuf-cache.c (dispose_cache_job_info): actually
9193         remove the job.
9194
9195         * backend/ev-document.h: Remove EV_DOC_MUTEX in favor of a locking
9196         function.  This helps debugging.
9197
9198 2005-04-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9199
9200         * djvu/djvu-document.c: (djvu_document_class_init),
9201         (djvu_document_get_info), (djvu_document_document_iface_init):
9202         * dvi/dvi-document.c: (dvi_document_class_init),
9203         (dvi_document_get_info), (dvi_document_document_iface_init):
9204
9205         Dummy implementation of get_info method for dvi and
9206         djvu. Fix crashes with those backends
9207
9208 2005-04-20  Marco Pesenti Gritti <mpg@redhat.com>
9209
9210         * data/evince.desktop.in:
9211
9212         Add application/x-gzpostscript
9213
9214 2005-04-20  Bryan Clark  <clarkbw@cvs.gnome.org>
9215
9216         * data/evince.schemas.in: Added real long descriptions, 
9217         closes bug 172496 
9218
9219         * README: Added actual text, closes bug 171869
9220
9221 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
9222
9223         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9224
9225         Thumbnail page 0
9226
9227 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
9228
9229         * backend/ev-document-info.h:
9230
9231         s/GDate */GDate so we can just use g_free
9232
9233 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
9234
9235         * shell/ev-window.c: (update_document_mode),
9236         (ev_window_setup_document):
9237
9238         Show the window in fullscreen when specified by
9239         the document
9240
9241 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
9242
9243         * backend/ev-document.c: (ev_document_class_init),
9244         (ev_document_get_info), (ev_document_render_pixbuf):
9245         * backend/ev-document.h:
9246         * backend/ev-page-cache.c: (_ev_page_cache_new):
9247         * pdf/ev-poppler.cc:
9248         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
9249         (pixbuf_document_get_info), (pixbuf_document_document_iface_init):
9250         * ps/ps-document.c: (ps_document_class_init), (document_load),
9251         (ps_document_get_info), (ps_document_document_iface_init):
9252
9253         Remove get_title from the interface, we can just use document info
9254
9255 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
9256
9257         * backend/Makefile.am:
9258         * backend/ev-document.c: (ev_document_render_get_info):
9259         * backend/ev-document.h:
9260         * pdf/ev-poppler.cc:
9261
9262         Initial support for document info. Based on jrb patch.
9263
9264 2005-04-19  Paolo Borelli <pborelli@katamail.com>
9265
9266         * shell/ev-window.c: (ev_window_state_event),
9267         (ev_window_class_init), (ev_window_init):
9268         
9269         Doesn't show resize grip when maximized. See bug #301053
9270
9271 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9272
9273         * po/POTFILES.in:
9274         
9275         ev-sidebar-thumbnails now has translatable labels
9276         
9277         * shell/Makefile.am:
9278         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document),
9279         (ev_sidebar_links_support_document), (ev_sidebar_links_get_label),
9280         (ev_sidebar_links_page_iface_init):
9281         * shell/ev-sidebar-links.h:
9282         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
9283         (ev_sidebar_page_support_document), (ev_sidebar_page_set_document),
9284         (ev_sidebar_page_get_label):
9285         * shell/ev-sidebar-page.h:
9286         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_new),
9287         (ev_sidebar_thumbnails_set_document),
9288         (ev_sidebar_thumbnails_support_document),
9289         (ev_sidebar_thumbnails_get_label),
9290         (ev_sidebar_thumbnails_page_iface_init):
9291         * shell/ev-sidebar-thumbnails.h:
9292         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
9293         (ev_sidebar_set_document):
9294         * shell/ev-sidebar.h:
9295         * shell/ev-window.c: (ev_window_setup_document), (ev_window_init):
9296         
9297         Small rework of sidebar code. Now sidebar pages should implement
9298         EvSidebarPage interface. That makes page management in EvSidebar
9299         easier. See bug #164811 for details
9300
9301 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9302
9303         * shell/ev-application.c: (ev_application_open):
9304         * shell/ev-document-types.c:
9305         
9306         Fix build error and small problem with application exit
9307
9308 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9309
9310         * thumbnailer/Makefile.am:
9311         * thumbnailer/evince-thumbnailer-djvu.schemas:
9312         * thumbnailer/evince-thumbnailer-dvi.schemas:
9313         
9314         Conditionally install schemas for djvu/dvi thumbnailer
9315
9316 2005-04-18  David Malcolm  <dmalcolm@redhat.com>
9317
9318         * shell/ev-document-types.h: 
9319         * shell/ev-document-types.c: 
9320         New files, handling the mapping from mimetypes to backends
9321         
9322         * shell/ev-window.c: 
9323         * thumbnailer/evince-thumbnailer.c:     
9324         Use the ev-document-types code
9325         
9326         * shell/Makefile.am: 
9327         Added new convenience library libevbackendfactory_la, containing
9328         the new mimetype->backend logic; moved the backends into it.
9329
9330         * thumbnailer/Makefile.am:
9331         Make the thumbnailer link with the libevbackend.la convenience
9332         library, rather than having a duplicate of the backend logic here.
9333
9334 2005-04-18  Paolo Borelli  <pborelli@katamail.com>
9335
9336         * shell/ev-stock-icons.c: constify some vars.
9337         * shell/ev-window.c: ditto.
9338
9339 2005-04-18  Marco Pesenti Gritti  <mpg@redhat.com>
9340
9341         * ps/ps-document.c (get_page_orientation):
9342
9343         Respect document orientation 
9344
9345 2005-04-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9346
9347         * djvu/Makefile.am:
9348         * dvi/Makefile.am:
9349         * shell/Makefile.am:
9350         
9351         Move library dependencies to components.
9352         
9353         * shell/ev-window.c: (update_window_title),
9354         (start_loading_document):
9355         
9356         Fix display of uris with spaces. Bug 168358.
9357
9358 Sat Apr 16 18:53:47 2005  Jonathan Blandford  <jrb@redhat.com>
9359
9360         * shell/ev-sidebar-links.c: (selection_changed_cb):
9361         * shell/ev-view.c: (ev_view_finalize), (go_to_link),
9362         (ev_view_button_release_event), (ev_view_set_document):
9363         * shell/ev-view.h:
9364         * shell/ev-window.c: (find_bar_search_changed_cb):
9365         * shell/ev-window.h: Minor cleanups removing some dead code.
9366
9367 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9368
9369         * backend/ev-page-cache.c: (_ev_page_cache_new):
9370         
9371         Set current page to 0 if document has pages.
9372
9373 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
9374
9375         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9376
9377         Initialize GError to NULL, fix a crash when loading fails.
9378
9379 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
9380
9381         * shell/ev-window.c: (update_view_size):
9382
9383         Calculate shadow size only when there is actually
9384         a shadow.
9385
9386 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
9387
9388         * shell/ev-view.c: (ev_view_set_spacing), (ev_view_init):
9389         * shell/ev-view.h:
9390
9391         Allow setting view spacing, default to 0
9392
9393         * shell/ev-window.c: (ev_window_unfullscreen),
9394         (ev_window_cmd_view_fullscreen), (ev_window_init):
9395
9396         Remove spacing in fullscreen mode
9397
9398 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
9399
9400         * shell/ev-view.c: (compute_border), (compute_zoom_factor),
9401         (ev_view_size_request), (expose_bin_window),
9402         (ev_view_set_show_border), (ev_view_init), (page_changed_cb):
9403         * shell/ev-view.h:
9404         * shell/ev-window.c: (ev_window_unfullscreen),
9405         (ev_window_cmd_view_fullscreen):
9406
9407         Do not draw the border in fulscreen
9408
9409 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
9410
9411         * shell/ev-view.c: (ev_view_get_offsets), (compute_zoom_factor),
9412         (ev_view_size_request), (expose_bin_window), (ev_view_select_all),
9413         (find_page_at_location), (page_changed_cb):
9414
9415         Rework border calculation, so that I can more easily disable it.
9416         Code somewhat cleaner too.
9417
9418 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
9419
9420         * backend/ev-page-cache.c: (ev_page_cache_init),
9421         (_ev_page_cache_new):
9422
9423         Remove some assertions, documents can have 0 pages.
9424         Make initial current page -1.
9425
9426         * shell/ev-page-action.c: (page_changed_cb):
9427
9428         Show "" if current page is -1
9429
9430         * shell/ev-window.c: (update_action_sensitivity),
9431         (ev_window_setup_document):
9432
9433         When document has 0 pages do not set the view
9434         and make nearly everything insensitive.
9435
9436 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9437
9438         * shell/ev-page-view.c:
9439         * shell/ev-page-view.h:
9440
9441         Remove unused files.
9442         
9443         * shell/ev-sidebar-thumbnails.c:
9444         (ev_sidebar_thumbnails_set_document):
9445         * shell/ev-sidebar.c: (ev_sidebar_set_document),
9446         (ev_sidebar_supports_document):
9447         * shell/ev-sidebar.h:
9448         * shell/ev-window.c: (ev_window_setup_document):
9449         
9450         Doesn't show thumbnails if document has 1 page. Make
9451         sidebar menu entries sensitive only if if they have 
9452         sense. Fix bug 164811. 
9453
9454 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
9455
9456         * shell/ev-view.c: (compute_zoom_factor), (ev_view_size_request),
9457         (page_changed_cb), (ev_view_zoom), (ev_view_zoom_in),
9458         (ev_view_zoom_out), (ev_view_set_size):
9459
9460         Rework sizing to deal with documents with not uniform page
9461         size.
9462
9463 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
9464
9465         * backend/ev-page-cache.c: (_ev_page_cache_new):
9466
9467         Fix several page size caching bugs
9468
9469 2005-04-15  Luca Ferretti <elle.uca@libero.it>
9470
9471         * shell/ev-window.c: (set_action_properties):
9472
9473         Make all toolbar items translatable
9474
9475 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
9476
9477         * ps/ps-document.c: (ps_document_init), (ps_document_get_type),
9478         (save_page_list), (ps_document_save),
9479         (ps_document_document_iface_init), (ps_document_ps_export_begin),
9480         (ps_document_ps_export_do_page), (ps_document_ps_export_end),
9481         (ps_document_ps_exporter_iface_init):
9482         * ps/ps-document.h:
9483
9484         Based on a patch by J�rg Billeter <j@bitron.ch>
9485         
9486         Implement print and save a copy for the ps backend.
9487
9488 2005-04-14  Marco Pesenti Gritti <mpg@redhat.com>
9489
9490         * backend/ev-document.h:
9491         * djvu/djvu-document.c: (djvu_document_can_get_text),
9492         (djvu_document_document_iface_init):
9493         * dvi/dvi-document.c: (dvi_document_can_get_text),
9494         (dvi_document_document_iface_init):
9495         * pdf/ev-poppler.cc:
9496         * pixbuf/pixbuf-document.c: (pixbuf_document_can_get_text),
9497         (pixbuf_document_document_iface_init):
9498         * ps/ps-document.c: (ps_document_can_get_text),
9499         (ps_document_document_iface_init):
9500         * shell/ev-view.c: (ev_view_copy), (ev_view_primary_get_cb):
9501         * shell/ev-window.c: (update_action_sensitivity):
9502
9503         Fix the crash when trying to copy in backends that doesnt
9504         support it. We can implement a better solution once we
9505         do real text selection.
9506
9507 2005-04-12  Marco Pesenti Gritti <mpg@redhat.com>
9508
9509         * data/evince-ui.xml:
9510         * shell/ev-window.c: (ev_window_cmd_escape):
9511         
9512         Work around the Escape conflict (find bar and unfullscreen)
9513
9514 2005-04-12  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
9515
9516         * backend/ev-page-cache.c: (ev_page_cache_next_page):
9517         
9518         Fix for #300233. Next page correctly handles document end.
9519         
9520         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
9521         (ev_sidebar_thumbnails_class_init),
9522         (ev_sidebar_thumbnails_set_document),
9523         (ev_sidebar_thumbnails_clear_job),
9524         (ev_sidebar_thumbnails_clear_model):
9525         
9526         Cleanup thumbnail jobs on document changes.
9527         
9528         * shell/ev-view.c: (add_scroll_binding_keypad),
9529         (add_scroll_binding_shifted), (ev_view_class_init):
9530         
9531         Shift + Space scrolls up. Fix for #173184
9532         
9533         * shell/ev-window.c: (ev_window_open_page),
9534         (ev_window_cmd_view_reload):
9535         
9536         Fix reload (Bug #300094)
9537
9538 2005-04-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9539
9540         
9541         * dvi/mdvi-lib/assoc.c:
9542         * dvi/mdvi-lib/assoc.h: Removed garbage files
9543         
9544         * dvi/mdvi-lib/bitmap.c:
9545         * dvi/mdvi-lib/color.c: (mdvi_set_color), (mdvi_push_color),
9546         (mdvi_pop_color), (mdvi_reset_color), (get_color_table):
9547         * dvi/mdvi-lib/color.h: Antialias of rules
9548         
9549         * dvi/mdvi-lib/common.h:
9550         * dvi/mdvi-lib/dviread.c: (mdvi_configure), (mdvi_init_context),
9551         (mdvi_destroy_context), (draw_shrink_rule), (draw_box), (set_rule):
9552         * dvi/mdvi-lib/files.c:
9553         * dvi/mdvi-lib/fontmap.c: (ps_init_default_paths):
9554         * dvi/mdvi-lib/mdvi.h:
9555         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
9556         * dvi/mdvi-lib/tfmfile.c: (ofm_load_file):
9557         * dvi/mdvi-lib/util.c: Fix compile warnings
9558         
9559         * dvi/dvi-document.c:
9560         (dvi_document_load), (dvi_document_thumbnails_get_dimensions),
9561         (dvi_document_thumbnails_get_thumbnail),
9562         (dvi_document_document_thumbnails_iface_init):
9563         * dvi/mdvi-lib/Makefile.am:
9564         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
9565         (dvi_pixbuf_set_color), (mdvi_pixbuf_device_render):
9566         
9567         Dvi backend now renders thumbnails
9568
9569 2005-04-09  Christian Persch  <chpe@cvs.gnome.org>
9570
9571         * shell/main.c: (main): 
9572         
9573         Save accelerators on exit. Fixes bug #172095.
9574
9575 Sat Apr  9 01:05:09 2005  Jonathan Blandford  <jrb@redhat.com>
9576
9577         * shell/ev-pixbuf-cache.c (move_one_job): Actually fix the "FIXME:
9578         update priority" comment.
9579
9580         * backend/ev-job-queue.c: Give a way to change priority.
9581
9582 Sat Apr  9 00:05:36 2005  Jonathan Blandford  <jrb@redhat.com>
9583
9584         * shell/ev-page-action.c: Fix logic.
9585
9586 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
9587
9588         * shell/ev-view.c: (ev_view_can_find_next):
9589         * shell/ev-window.c: (ev_window_setup_document):
9590
9591         Check that the document supports find
9592
9593 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
9594
9595         * data/evince-ui.xml:
9596         * shell/ev-view.c: (ev_view_can_find_next):
9597         * shell/ev-view.h:
9598         * shell/ev-window.c: (update_action_sensitivity),
9599         (find_changed_cb), (ev_window_setup_document),
9600         (ev_window_cmd_edit_find_next):
9601
9602         Add Edit->Find Next
9603
9604 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
9605
9606         * pdf/ev-poppler.cc:
9607         * shell/ev-print-job.c: (idle_print_handler):
9608
9609         Make printing work again
9610
9611 Fri Apr  8 01:12:24 2005  Jonathan Blandford  <jrb@redhat.com>
9612
9613         * shell/ev-page-action.h:
9614         * shell/ev-page-action.c: (ev_page_action_widget_init),
9615         (ev_page_action_widget_class_init), (page_changed_cb),
9616         (create_tool_item), (update_page_cache), (build_new_tree_cb),
9617         (get_filter_model_from_model), (match_selected_cb),
9618         (display_completion_text), (match_completion), (update_model),
9619         (connect_proxy), (ev_page_action_set_property),
9620         (ev_page_action_get_property), (ev_page_action_set_document),
9621         (ev_page_action_set_model), (ev_page_action_class_init): Big
9622         reworking to make completions work iff we have >= GTK-2.7.0
9623                 
9624         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_property),
9625         (ev_sidebar_links_get_property), (ev_sidebar_links_class_init),
9626         (job_finished_cb): We now have a 'model' property that is set when
9627         the links are loaded.  This can be caught with "notify::model"
9628
9629         * shell/ev-window.c: (sidebar_widget_model_set), (ev_window_init):
9630         listen for the model to be set, and propagate it to the action.
9631
9632 2005-04-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9633
9634         * cut-n-paste/recent-files/egg-recent-item.c:
9635         (egg_recent_item_set_uri), (make_valid_utf8),
9636         (egg_recent_item_set_mime_type), (egg_recent_item_get_mime_type):
9637         * cut-n-paste/recent-files/egg-recent-item.h:
9638         
9639         Update egg-recent from libegg. This should fix long
9640         startup problem. For details see
9641         http://bugzilla.gnome.org/show_bug.cgi?id=160531
9642
9643 2005-04-07  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9644
9645         * cut-n-paste/recent-files/Makefile.am:
9646         * data/evince-ui.xml, shell/Makefile.am:
9647         * shell/ev-application.c, shell/ev-application.h:
9648         * shell/ev-window.c: Recent files support.
9649         
9650         * configure.ac: Added "ru" to ALL_LINGUAS.
9651         
9652         * dvju: new backend to support DJVU files.
9653         * dvi: new backend to support DVI.
9654
9655         * configure.ac, Makefile.am, shell/Makefile.am, ev-window.c:
9656         * ev-application.c: Support for new backends.
9657         
9658         * help, ev-window.c, main.c shell/Makefile.am: 
9659         Evince user documentation.
9660
9661 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
9662
9663         * po/POTFILES.in:
9664         * shell/ev-window.c:
9665         * thumbnailer/evince-thumbnailer.c:
9666
9667         s/pdf-document/ev-poppler
9668
9669 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
9670
9671         * NEWS:
9672         * configure.ac:
9673
9674         Release 0.2.0
9675
9676         * ps/ps-document.c: (setup_pixmap):
9677
9678         Remove debug code
9679
9680 2005-04-05  Kristian Høgsberg  <krh@redhat.com>
9681
9682         * backend/ev-page-cache.c (ev_page_cache_next_page): 
9683         * shell/ev-window.c (ev_window_cmd_go_next_page) 
9684         (ev_window_cmd_go_first_page): Fix of by one errors.
9685
9686 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
9687
9688         * ps/ps-document.c: (get_page_box):
9689
9690         Fix page size calculation
9691
9692 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
9693
9694         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
9695         (ps_document_cleanup), (setup_pixmap), (get_page_box),
9696         (get_page_orientation), (setup_page), (document_load),
9697         (ps_document_get_page_size), (render_pixbuf_idle):
9698         * ps/ps-document.h:
9699
9700         More refactoring to adapt to EvDocument changes
9701
9702 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
9703
9704         * ps/ps-document.c: (start_interpreter):
9705
9706         Actually add alpha args
9707
9708 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
9709
9710         * pdf/ev-poppler.cc:
9711
9712         Make clipboard work again
9713
9714 2005-04-04  Kristian Høgsberg  <krh@redhat.com>
9715
9716         Make searching work again.
9717         
9718         * backend/ev-document.c:
9719         * backend/ev-document.h:
9720         * backend/ev-document-find.c:
9721         * backend/ev-document-find.h: Change EvDocumentIface so we no
9722         longer store the current page or zoom level in the document.  The
9723         consequence is that all calls that operate on the current page now
9724         instead take the page number as an extra argument, and all
9725         coordinates are now doubles in document coordinate system.
9726
9727         * pdf/ev-poppler.cc:
9728         * pixbuf/pixbuf-document.c:
9729         * ps/ps-document.c: Update backends accordingly.
9730
9731 2005-04-04  Marco Pesenti Gritti <marco@gnome.org>
9732
9733         * autogen.sh:
9734
9735         Add required gettext version
9736
9737 Sat Apr  2 18:57:00 2005  Jonathan Blandford  <jrb@redhat.com>
9738
9739         * shell/evwindow.c: Patch from Alberto Mesas <amesas@gmail.com> to
9740         make F1 bring up non-existent help.
9741
9742         * shell/eggfindbar.c: Patch from Christian Persch to sync to
9743         epiphany's find bar, #167477
9744
9745         * shell/ev-view.c (ev_view_jump): Patch from Emil Soleyman-Zomalan
9746         <emil@nishra.com> to add space-bar scrolling, 
9747
9748         * shell/ev-window.c (static GtkActionEntry entries): add default
9749         keybinding for Help (F1)
9750         Fixes #171068
9751
9752         * shell/ev-view.c (ev_view_show_cursor): Fix from Yuval Tanny
9753         changing EV_VIEW_CURSOR_LINK to EV_VIEW_CURSOR_NORMAL resolves bug
9754         170110
9755
9756 2005-04-01  David Malcolm  <dmalcolm@redhat.com>
9757
9758         * Makefile.am: 
9759         * pixbuf/pixbuf-document.c: 
9760
9761         Got pixbuf backend working again
9762
9763 2005-04-01  Steve Murphy  <murf@e-tools.com>
9764
9765         * configure.in: Added "rw" to ALL_LINGUAS.
9766
9767 Fri Apr  1 02:33:41 2005  Jonathan Blandford  <jrb@redhat.com>
9768
9769         * shell/ev-sidebar-links.c (create_loading_model): Fix mismatch in
9770         model types, noticed by Martin Kretzschmar.
9771
9772 2005-04-01  Kristian Høgsberg  <krh@redhat.com>
9773
9774         * pdf/ev-poppler.cc: Implement search based on
9775         poppler_page_find_text().  Currently a bit crude since we remember
9776         all matches from all pages.  Also, we grab the big document lock
9777         when we search since searching changes the underlying stream and
9778         thus conflicts with the rendering thread.
9779         
9780         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
9781         (jump_to_find_page), (ev_view_set_document), (ev_view_find_next),
9782         (ev_view_find_previous): Fix some page indexes to be 0 based,
9783         offset rubber band by view offset,
9784
9785 Fri Apr 01 09:21:12 2005  Pablo Saratxaga  <pablo@mandrakesoft.com>
9786
9787         * configure.ac: Added Walloon (wa) to ALL_LINGUAS.
9788
9789 Fri Apr  1 01:59:39 2005  Jonathan Blandford  <jrb@redhat.com>
9790
9791         * shell/ev-page-action.c: Changed to use page labels now.  Rewrote
9792         completely because I didn't understand GtkActions.  I should
9793         read Marco's code more carefully in the future.
9794
9795         * backend/ev-page-cache.h (ev_page_cache_set_page_label): New
9796         function
9797
9798 2005-03-31  Kristian Høgsberg  <krh@redhat.com>
9799
9800         * pdf/ev-poppler.cc (pdf_document_get_links): Update to work with
9801         PopplerRectangle change from poppler CVS.
9802
9803 Thu Mar 31 13:27:50 2005  Jonathan Blandford  <jrb@redhat.com>
9804
9805         * backend/ev-document.c: (ev_document_get_page_label):
9806         * backend/ev-document.h:
9807         * backend/ev-page-cache.c: (_ev_page_cache_new),
9808         (ev_page_cache_get_page_label):
9809         * backend/ev-page-cache.h:
9810         * pdf/ev-poppler.cc:
9811         * shell/ev-sidebar-links.c: (ev_sidebar_links_construct),
9812         (links_page_num_func):
9813         * shell/ev-sidebar-thumbnails.c:
9814         (ev_sidebar_thumbnails_set_document):
9815         * shell/ev-view.c: (status_message_from_link),
9816         (ev_view_motion_notify_event):
9817         * shell/ev-window.c: (document_supports_sidebar): Add in page
9818         label support.  It's not perfect yet, but it's the first 'feature'
9819         in a while.
9820         Also, fix a bogus comment noticed by crispin. 
9821
9822 Thu Mar 31 01:21:58 2005  Jonathan Blandford  <jrb@redhat.com>
9823
9824         * Makefile.am: Remove pixbuf backend for now
9825
9826         * configure.ac: Require poppler-glib instead of just poppler.
9827
9828         * backend/ev-document-thumbnails.h: Add a comment
9829
9830         * backend/ev-document.h:
9831         * backend/ev-document.c: (ev_document_class_init),
9832         (ev_document_load), (ev_document_get_link),
9833         (ev_document_get_links): Remove 3 methods and add get_links.
9834         Also, made 0 based.
9835
9836         * backend/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
9837         * backend/ev-jobs.h: now EvJobRender can grab the links for a document.
9838
9839         * backend/ev-link.c: (ev_link_set_title),
9840         (ev_link_mapping_free_foreach), (ev_link_mapping_free),
9841         (ev_link_mapping_find):
9842         * backend/ev-link.h: Allow NULL titles.  Also, introduce a mapping link.
9843         
9844         * backend/ev-page-cache.c: (ev_page_cache_init),
9845         (_ev_page_cache_new), (ev_page_cache_set_current_page),
9846         (ev_page_cache_get_size), (ev_page_cache_next_page),
9847         (ev_page_cache_prev_page): Fix to be 0 based.
9848
9849         * pdf/Makefile.am: 
9850         * pdf/ev-poppler.h:
9851         * pdf/ev-poppler.cc: New backend.
9852         
9853         * ps/ps-document.c: (ps_document_init), (ps_document_set_page),
9854         (ps_document_get_page), (ps_document_document_iface_init):
9855
9856         * shell/ev-pixbuf-cache.h:
9857         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
9858         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
9859         (ev_pixbuf_cache_update_range), (copy_job_to_job_info),
9860         (add_job_if_needed), (ev_pixbuf_cache_set_page_range),
9861         (ev_pixbuf_cache_get_pixbuf), (ev_pixbuf_cache_get_link_mapping):
9862         Fix up code to grab a page cache per each doc.  Also, fix to be 0
9863         based.
9864         
9865         * shell/ev-sidebar-thumbnails.c:
9866         (ev_sidebar_tree_selection_changed), (page_changed_cb),
9867         (ev_sidebar_thumbnails_set_document): Fix to be 0 based.
9868
9869         * shell/ev-view.c: (status_message_from_link),
9870         (find_page_at_location), (get_link_at_location),
9871         (ev_view_motion_notify_event), (ev_view_button_release_event),
9872         (ev_view_init): Use the new link code.  Fix to be 0 based.
9873
9874         * shell/ev-window.c: (update_action_sensitivity),
9875         (document_supports_sidebar): 0 based.
9876
9877 Fri Mar 25 16:55:58 2005  Jonathan Blandford  <jrb@redhat.com>
9878
9879         * pdf/pdf-document.cc: Patch from Fernando Herrera
9880         <fherrera@onirica.com> to fix my quick fix to get_thumbnail.
9881         *blush*
9882
9883 Wed Mar 23 23:49:41 2005  Jonathan Blandford  <jrb@redhat.com>
9884
9885         * pdf/pdf-document.cc (pdf_document_thumbnails_get_thumbnail): add
9886         1 to the page, as this seems to be 1 based.  I thought we has this
9887         fixed.  grump.
9888
9889 2005-03-23  Marco Pesenti Gritti <marco@gnome.org>
9890
9891         * TODO:
9892         * backend/Makefile.am:
9893         * backend/ev-document-links.c:
9894         (ev_document_links_has_document_links),
9895         (ev_document_links_get_links_model):
9896         * backend/ev-document-links.h:
9897         * backend/ev-document.c: (ev_document_get_page_cache),
9898         (ev_document_get_doc_mutex), (ev_document_load),
9899         (ev_document_save), (ev_document_get_title),
9900         (ev_document_get_n_pages), (ev_document_set_page),
9901         (ev_document_get_page), (ev_document_set_target),
9902         (ev_document_set_scale), (ev_document_set_page_offset),
9903         (ev_document_get_page_size), (ev_document_get_text),
9904         (ev_document_get_link), (ev_document_render),
9905         (ev_document_render_pixbuf), (ev_document_scale_changed):
9906         * backend/ev-document.h:
9907         * backend/ev-job-queue.c: (remove_object_from_queue),
9908         (notify_finished), (handle_job), (search_for_jobs_unlocked),
9909         (no_jobs_available_unlocked), (ev_render_thread),
9910         (ev_job_queue_init), (find_queue), (ev_job_queue_add_job),
9911         (ev_job_queue_remove_job):
9912         * backend/ev-job-queue.h:
9913         * backend/ev-jobs.c: (ev_job_init), (ev_job_dispose),
9914         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
9915         (ev_job_links_class_init), (ev_job_render_init),
9916         (ev_job_render_dispose), (ev_job_render_class_init),
9917         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
9918         (ev_job_thumbnail_class_init), (ev_job_finished),
9919         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
9920         (ev_job_render_run), (ev_job_thumbnail_new),
9921         (ev_job_thumbnail_run):
9922         * backend/ev-jobs.h:
9923         * backend/ev-link.c:
9924         * backend/ev-link.h:
9925         * backend/ev-page-cache.c: (ev_page_cache_init),
9926         (ev_page_cache_class_init), (ev_page_cache_finalize),
9927         (_ev_page_cache_new), (ev_page_cache_get_n_pages),
9928         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
9929         (ev_page_cache_set_link), (ev_page_cache_get_title),
9930         (ev_page_cache_get_size), (ev_page_cache_next_page),
9931         (ev_page_cache_prev_page):
9932         * backend/ev-page-cache.h:
9933         * pdf/pdf-document.cc:
9934         * ps/gsdefaults.c:
9935         * ps/gsdefaults.h:
9936         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
9937         (push_pixbuf), (interpreter_failed), (ps_document_cleanup),
9938         (ps_document_widget_event), (ps_document_finalize), (get_xdpi),
9939         (get_ydpi), (setup_pixmap), (setup_page), (close_pipe),
9940         (is_interpreter_ready), (output), (catchPipe), (input),
9941         (start_interpreter), (check_filecompressed), (compute_dimensions),
9942         (ps_document_enable_interpreter), (document_load),
9943         (ps_document_next_page), (render_page), (ps_document_set_page),
9944         (ps_document_set_scale), (render_pixbuf_idle),
9945         (ps_document_render_pixbuf), (ps_document_document_iface_init):
9946         * ps/ps-document.h:
9947         * shell/Makefile.am:
9948         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
9949         (ev_pixbuf_cache_class_init), (ev_pixbuf_cache_finalize),
9950         (dispose_cache_job_info), (ev_pixbuf_cache_dispose),
9951         (ev_pixbuf_cache_new), (job_finished_cb),
9952         (check_job_size_and_unref), (move_one_job),
9953         (ev_pixbuf_cache_update_range), (find_job_cache),
9954         (ev_pixbuf_cache_clear_job_sizes), (add_job_if_needed),
9955         (ev_pixbuf_cache_add_jobs_if_needed),
9956         (ev_pixbuf_cache_set_page_range), (ev_pixbuf_cache_get_pixbuf):
9957         * shell/ev-pixbuf-cache.h:
9958         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
9959         (idle_print_handler):
9960         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
9961         (selection_changed_cb), (create_loading_model),
9962         (ev_sidebar_links_construct), (links_page_num_func),
9963         (ev_sidebar_links_clear_document), (update_page_callback_foreach),
9964         (update_page_callback), (job_finished_cb),
9965         (ev_sidebar_links_set_document):
9966         * shell/ev-sidebar-thumbnails.c:
9967         (ev_sidebar_thumbnails_class_init), (adjustment_changed_cb),
9968         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init),
9969         (page_changed_cb), (thumbnail_job_completed_callback),
9970         (ev_sidebar_thumbnails_set_document):
9971         * shell/ev-sidebar-thumbnails.h:
9972         * shell/ev-sidebar.c: (ev_sidebar_set_document):
9973         * shell/ev-view.c: (ev_view_finalize), (ev_view_destroy),
9974         (ev_view_get_offsets), (ev_view_size_request), (ev_view_realize),
9975         (ev_view_unrealize), (highlight_find_results), (expose_bin_window),
9976         (ev_view_select_all), (ev_view_copy), (ev_view_primary_get_cb),
9977         (ev_view_create_invisible_cursor), (ev_view_motion_notify_event),
9978         (ev_view_button_release_event), (ev_view_scroll_view),
9979         (ev_view_class_init), (ev_view_init), (update_find_status_message),
9980         (jump_to_find_result), (jump_to_find_page), (find_changed_cb),
9981         (ev_view_new), (job_finished_cb), (page_changed_cb),
9982         (ev_view_set_document), (go_to_link), (ev_view_zoom),
9983         (size_to_zoom_factor), (ev_view_set_size), (ev_view_find_next),
9984         (ev_view_find_previous):
9985         * shell/ev-view.h:
9986         * shell/ev-window.c: (update_action_sensitivity),
9987         (ev_window_open_page), (update_window_title), (update_total_pages),
9988         (page_changed_cb), (ev_window_setup_document),
9989         (password_dialog_response), (ev_window_cmd_save_as),
9990         (ev_window_print), (ev_window_cmd_go_previous_page),
9991         (ev_window_cmd_go_next_page), (ev_window_cmd_go_first_page),
9992         (ev_window_cmd_go_last_page), (ev_window_cmd_view_reload),
9993         (find_bar_search_changed_cb), (goto_page_cb), (ev_window_init):
9994         * shell/main.c: (main):
9995
9996         Merge evince-threads branch
9997
9998 2005-03-16  Žygimantas Beručka  <uid0@akl.lt>
9999
10000         * configure.ac: Added "lt" to ALL_LINGUAS.
10001
10002 2005-03-14  Marco Pesenti Gritti  <marco@gnome.org>
10003
10004         * NEWS:
10005         * configure.ac:
10006
10007         Release 0.1.9
10008
10009 2005-03-13  Fernando Herrera  <fherrera@onirica.com>
10010
10011         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
10012
10013         Fix here also the thumbnails 1-basedness :)
10014
10015 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
10016
10017         * NEWS:
10018         * configure.ac:
10019
10020         Release 0.1.8
10021
10022 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
10023
10024         * pdf/pdf-document.cc:
10025         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
10026         (do_one_iteration), (ev_sidebar_thumbnails_set_document):
10027
10028         Fix the mess we did with thumbnails and 1-basedness
10029
10030 2005-03-12  Changwoo Ryu  <cwryu@debian.org>
10031
10032         * configure.ac (ALL_LINGUAS): Added "ko" (Korean).
10033
10034 2005-03-09  Marco Pesenti Gritti  <marco@gnome.org>
10035
10036         * NEWS:
10037         * configure.ac:
10038
10039         Release 0.1.7
10040
10041 2005-03-08  Marco Pesenti Gritti  <marco@gnome.org>
10042
10043         * ps/Makefile.am:
10044         * ps/gsdefaults.c: (gtk_gs_defaults_get_interpreter_cmd),
10045         (gtk_gs_defaults_get_alpha_parameters),
10046         (gtk_gs_defaults_get_ungzip_cmd),
10047         (gtk_gs_defaults_get_unbzip2_cmd):
10048         * ps/gsdefaults.h:
10049         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
10050         (ps_document_get_orientation), (document_load),
10051         (ps_document_goto_page), (ps_document_set_page_size):
10052         * ps/ps-document.h:
10053
10054         Some more sanitization of the ps backend. Remove a lot
10055         of unused code and do not base our defaults on ggv
10056         preferences (ugh!)
10057
10058 2005-03-08  Fernando Herrera  <fherrera@onirica.com>
10059
10060         * thumbnailer/evince-thumbnailer.schemas:
10061         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
10062         (main): add -s option for thumbnail size.
10063
10064 2005-03-07  Christian Persch  <chpe@cvs.gnome.org>
10065
10066         * configure.ac:
10067
10068         AC_PROG_RANLIB is rendered obsolete by AC_PROG_LIBTOOL;
10069         remove it.
10070
10071 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
10072
10073         * pdf/pdf-document.cc:
10074
10075         Remove 4 pixels of useless border from the
10076         thumbnail.
10077
10078 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
10079
10080         * backend/ev-document-thumbnails.c:
10081         (ev_document_thumbnails_get_thumbnail):
10082         * backend/ev-document-thumbnails.h:
10083
10084         Rework API a bit. Add a border flag and
10085         change sizing logic (now the size we specify
10086         applies to the bigger dimension).
10087
10088         * pdf/pdf-document.cc:
10089         * pixbuf/pixbuf-document.c:
10090         (pixbuf_document_thumbnails_get_thumbnail):
10091         * shell/ev-sidebar-thumbnails.c: (do_one_iteration):
10092         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
10093
10094         Adapt to the new API and do not draw a border for nautilus
10095         thumbnailer.
10096
10097 2005-03-03  Fernando Herrera  <fherrera@onirica.com>
10098
10099         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
10100         take thumbnails from page "0" instead of "1". Added a copyright header.
10101
10102 2005-03-03  Jens Granseuer  <jensgr@gmx.net>
10103
10104         * ps/ps-document.c: (set_up_page), (start_interpreter):
10105
10106         Make it C89 compliant
10107
10108 2005-03-03  Marco Pesenti Gritti  <marco@gnome.org>
10109
10110         * Makefile.am:
10111         * configure.ac:
10112         * pdf/.cvsignore:
10113         * pdf/pdf-document.cc:
10114         * thumbnailer/Makefile.am:
10115         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
10116         (main):
10117         * thumbnailer/evince-thumbnailer.schemas:
10118         * thumbnailer/pdf-icon.png:
10119
10120         Add a nautilus thumbnailer.
10121         Based on patch by Fernando Herrera <fherrera@onirica.com>.
10122
10123 2005-03-02  Marco Pesenti Gritti  <marco@gnome.org>
10124
10125         * NEWS:
10126         * configure.ac:
10127         * po/POTFILES.in:
10128
10129         Release 0.1.6
10130
10131 2005-03-01  Kristian Høgsberg  <krh@redhat.com>
10132
10133         Use poppler instead of including xpdf source code.  Poppler is a
10134         fork of xpdf to build it as a shared library. See
10135         http://freedesktop.org/wiki/Software/poppler.
10136
10137         * pdf/xpdf/*, pdf/goo/*, pdf/splash/*, pdf/fofi/*: Remove included
10138         xpdf fork.
10139         
10140         * pdf/Makefile.am: Build libpdfdocument.a here.
10141         
10142         * pdf/GDKSplashOutputDev.cc:
10143         * pdf/GDKSplashOutputDev.h:
10144         * pdf/GnomeVFSStream.cc:
10145         * pdf/GnomeVFSStream.h:
10146         * pdf-document.cc:
10147         * pdf-document.h:
10148         * test-gdk-output-dev.cc
10149         * Thumb.cc:
10150         * Thumb.h: Pull these files out of pdf/xpdf and adjust to compile
10151         against poppler.
10152
10153 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
10154
10155         * shell/ev-sidebar-links.c: (ev_sidebar_links_clear_document):
10156
10157         Clear idle stack before unsetting the document
10158
10159 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
10160
10161         * ps/ps-document.c: (ps_document_widget_event),
10162         (ps_document_set_target), (ps_document_finalize),
10163         (ps_document_get_page):
10164
10165         Disconnect the widget event signal on finalize.
10166         Some code cleanups.
10167
10168 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
10169
10170         * ps/ps-document.c: (set_up_page):
10171
10172         If there is no bpixmap create one, even if size
10173         is not changed.
10174
10175 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
10176
10177         * ps/ps-document.c: (ps_document_init), (ps_document_cleanup),
10178         (set_up_page), (document_load), (ps_document_set_zoom):
10179
10180         Default page is 0. Calculate size even when we have no
10181         target yet.
10182
10183 2005-02-28  Carlos Garcia Campos <carlosgc@gnome.org>
10184
10185         * shell/ev-sidebar.c: expand the selection widget to be always as
10186         wide as the sidebar
10187
10188 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
10189
10190         * shell/ev-sidebar-thumbnails.c:
10191         (ev_sidebar_thumbnails_set_document):
10192
10193         Clear the list store when setting document
10194
10195 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
10196
10197         * shell/ev-page-action.c: (update_entry), (sync_entry),
10198         (activate_cb), (entry_size_request_cb), (create_tool_item),
10199         (connect_proxy):
10200
10201         Use an entry for the page control instead of spinbuttons
10202
10203 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
10204
10205         * data/evince.schemas.in:
10206
10207         Correct confusing string
10208
10209 Sun Feb 27 23:00:31 2005  Jonathan Blandford  <jrb@redhat.com>
10210
10211         * shell/ev-sidebar-links.c (do_one_iteration): Handle title links
10212         for real.  Gosh, how long has this been broken.
10213
10214         * pdf/xpdf/pdf-document.cc (build_link_from_action): add back the
10215         check for a NULL link.  We crash otherwise.
10216
10217 2005-02-27  Marco Pesenti Gritti  <marco@gnome.org>
10218
10219         * NEWS:
10220         * configure.ac:
10221
10222         Release 0.1.5
10223
10224 2005-02-25  Sebastien Bacher  <seb128@debian.org>
10225
10226         * configure.ac: add the french translation.
10227
10228 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
10229
10230         * shell/ev-window.c:
10231
10232         Remove unused header -> fix distcheck
10233
10234 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
10235
10236         * shell/ev-window.c: (update_window_title),
10237         (ev_window_popup_password_dialog):
10238
10239         Unescape filename for display
10240
10241 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
10242
10243         * pdf/xpdf/pdf-document.cc:
10244
10245         In get_page_size deal with rotation. Also
10246         cleanup the function a bit.
10247
10248 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
10249
10250         * pdf/xpdf/pdf-document.cc:
10251
10252         Fix crash when opening in new window
10253
10254 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
10255
10256         * configure.ac:
10257
10258         Check ghostscript >= 7
10259
10260 2005-02-25  Pedro Villavicencio <pvillavi@gnome.cl>
10261
10262         * shell/ev-window.c:
10263
10264         Make page width the default sizing mode
10265
10266 2005-02-25  Carlos Garcia Campos <carlosgc@gnome.org>
10267         Marco Pesenti Gritti <marco@gnome.org>
10268
10269         * shell/ev-window.c: Remember the sidebar size
10270
10271         * data/evince.schemas.in: Add a new gconf key to store the size of
10272         the sidebar
10273
10274 2005-02-24  Kai Willadsen  <kaiw@itee.uq.edu.au>
10275
10276         * data/evince-ui.xml:
10277         * shell/ev-window.c: (update_action_sensitivity),
10278         (ev_window_cmd_view_reload):
10279         
10280         Add a "Reload" action and menu entry
10281
10282 Thu Feb 24 23:07:33 2005  Jonathan Blandford  <jrb@redhat.com>
10283
10284         * shell/ev-window.c (hide_sidebar_and_actions): Hide the sidebar
10285         iff the type doesn't support thumbnailing and indexing.
10286
10287 2005-02-24  Martin Kretzschmar  <martink@gnome.org>
10288
10289         * configure.ac (ALL_LINGUAS): Added "zh_TW" (Traditional Chinese).
10290
10291 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10292
10293         * pdf/splash/Splash.cc:
10294
10295         Port fix for a crasher from kde bug
10296         http://bugs.kde.org/show_bug.cgi?id=97131
10297
10298 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10299
10300         * pdf/xpdf/pdf-document.cc:
10301
10302         Return a link even if it's of an unrecognized
10303         type. Otherwise we go in an infinte cycle.
10304
10305 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10306
10307         * shell/ev-window.c: (update_sizing_buttons), (update_view_size),
10308         (size_allocate_cb), (ev_window_set_sizing_mode):
10309
10310         Update size when switching mode
10311
10312 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10313
10314         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
10315         (ev_window_cmd_view_page_width), (update_sizing_buttons),
10316         (ev_window_cmd_view_normal_size):
10317
10318         Fix size toggle buttons behavior
10319
10320 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10321
10322         * shell/ev-view.c: (ev_view_get_offsets), (view_rect_to_doc_rect),
10323         (doc_rect_to_view_rect), (ev_view_size_allocate),
10324         (expose_bin_window), (ev_view_select_all), (page_changed_callback),
10325         (scale_changed_callback):
10326
10327         Do not cache offsets in size_allocate.
10328
10329 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10330
10331         * shell/ev-view.c: (ev_view_size_allocate):
10332
10333         Calculate offsets before calling the parent
10334         class (which does a redraw)
10335
10336 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10337
10338         * pdf/xpdf/pdf-document.cc:
10339
10340         Fix a crasher on exit. Unused code, put a TODO
10341
10342 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10343
10344         * backend/ev-document.c: (ev_document_class_init),
10345         (ev_document_page_changed), (ev_document_scale_changed):
10346         * backend/ev-document.h:
10347
10348         Separate page/scale notifications
10349
10350         * pdf/xpdf/pdf-document.cc:
10351
10352         Emit the new signals.
10353         Do not display the pdf page in _render, do it
10354         when scale/page are requested.
10355
10356         * ps/ps-document.c: (ps_document_set_zoom),
10357         (ps_document_widget_event):
10358         * ps/ps-document.h:
10359
10360         Emit the new signals.
10361
10362         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
10363         (ev_view_init), (page_changed_callback), (scale_changed_callback),
10364         (ev_view_set_document), (ev_view_zoom), (ev_view_zoom_in),
10365         (ev_view_zoom_out), (size_to_zoom_factor), (ev_view_set_size):
10366         * shell/ev-view.h:
10367         * shell/ev-window.c: (ev_window_cmd_view_normal_size),
10368         (ev_window_cmd_view_page_width), (size_allocate_cb),
10369         (ev_window_set_sizing_mode):
10370
10371         Rework sizing to be pixel based.
10372         There are bugs but should be already way better.
10373
10374 2005-02-23  Marco Pesenti Gritti  <marco@gnome.org>
10375
10376         * shell/ev-window.c: (ev_window_init):
10377
10378         Do not allow to shrink sidebar smaller then
10379         child requisition
10380
10381 2005-02-23  Carlos Garcia Campos <carlosgc@gnome.org> 
10382
10383         * shell/ev-sidebar.[ch]
10384         * shell/ev-window.c:
10385
10386         Improved sidebar widget. Fixes #166683
10387
10388 2005-02-23  Tommi Vainikainen  <thv@iki.fi>
10389
10390         * shell/ev-view.c (update_find_status_message): Give translators
10391         more flexibility with ngettext plural handling.
10392
10393 Mon Feb 21 17:52:08 2005  Jonathan Blandford  <jrb@redhat.com>
10394
10395         * pdf/xpdf/pdf-document.cc (pdf_document_get_page_size): Patch
10396         from Crispin Flowerday <gnome@flowerday.cx> to avoid rendering the
10397         page when we get the page size.
10398
10399 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
10400
10401         * ps/ps-document.c: (ps_document_set_page), (ps_document_get_page):
10402
10403         ps pages are 0 based, convert 
10404
10405 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
10406
10407         * ps/ps-document.c: (ps_document_class_init), (ps_document_load):
10408
10409         Initialize correct parent class. Set GError on document load
10410
10411 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
10412
10413         * pdf/xpdf/pdf-document.cc:
10414
10415         Fixup selection offset calculation
10416
10417         * shell/ev-view.c: (view_rect_to_doc_rect),
10418         (doc_rect_to_view_rect), (ev_view_size_allocate),
10419         (expose_bin_window), (ev_view_select_all), (ev_view_copy),
10420         (ev_view_primary_get_cb), (ev_view_motion_notify_event):
10421
10422         Store selection as document relative, so that zooming
10423         and offset changing doesnt break it.
10424
10425 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
10426
10427         * shell/ev-view.c: (ev_view_best_fit):
10428
10429         Do not try to best fit if the view is not realized
10430
10431 2005-02-20  Kostas Papadimas <pkst@gnome.org>
10432           
10433         * configure.ac (ALL_LINGUAS): Added "el" (Greek).
10434
10435 Fri Feb 18 16:06:39 2005  Jonathan Blandford  <jrb@redhat.com>
10436
10437         * shell/ev-window.c (ev_window_focus_in_event): missed a case.
10438
10439 Fri Feb 18 15:32:57 2005  Jonathan Blandford  <jrb@redhat.com>
10440
10441         * shell/ev-window.c: Change the fullscreen toolbar to always be in
10442         the popup window.  That prevents it resizing when in full screen
10443         mode.
10444
10445         * shell/ev-view.c: Change Zoom epsilon as a bad hack to avoid
10446         multiple rerenders.  This pretty much sucks.
10447
10448         * data/evince-ui.xml: Change the fullscreen toolbar to include the
10449         rest of the toolbar.
10450
10451 2005-02-18  Tommi Vainikainen  <thv@iki.fi>
10452
10453         * configure.ac (ALL_LINGUAS): Added "fi" (Finnish).
10454
10455 2005-02-17  Alexander Shopov  <ash@contact.bg>
10456
10457         * configure.in (ALL_LINGUAS): Added "bg" (Bulgarian)
10458
10459 2005-02-16  Bryan Clark  <clarkbw@cvs.gnome.org>
10460
10461         * shell/ev-window.c: added ellipsis to Print item. Fixes bug 166915
10462
10463 2005-02-16  Marco Pesenti Gritti  <marco@gnome.org>
10464
10465         * shell/ev-view.c: (ev_view_realize), (highlight_find_results),
10466         (ev_view_create_invisible_cursor), (ev_view_set_cursor),
10467         (set_document_page), (document_changed_callback),
10468         (ev_view_set_document), (ev_view_find_previous),
10469         (ev_view_hide_cursor), (ev_view_show_cursor):
10470         * shell/ev-view.h:
10471         * shell/ev-window.c: (update_chrome_visibility),
10472         (fullscreen_timeout_cb), (fullscreen_set_timeout),
10473         (fullscreen_clear_timeout), (fullscreen_motion_notify_cb),
10474         (fullscreen_leave_notify_cb), (ev_window_fullscreen),
10475         (ev_window_unfullscreen):
10476         * shell/main.c: (main):
10477
10478         Automatically hide the fullscreen button.
10479         Patch by Kristian Høgsberg <krh@redhat.com>
10480
10481 2005-02-16  Vincent Noel  <vnoel@cox.net>
10482
10483         * shell/main.c (main): Specify an icon for the window. Patch by
10484         Jaap A. Haitsma. Fixes #166177.
10485
10486 Wed Feb 16 06:30:13 2005  Jonathan Blandford  <jrb@redhat.com>
10487
10488         * shell/ev-view.c (ev_view_realize): get rid of the black flash.
10489
10490 Tue Feb 15 22:27:13 2005  Jonathan Blandford  <jrb@redhat.com>
10491
10492         * backend/ev-document-misc.h:
10493         * backend/ev-document-misc.c:
10494         (ev_document_misc_get_page_border_size),
10495         (ev_document_misc_paint_one_page): New function to canonicalize
10496         sizing/painting a border.
10497
10498         * shell/Makefile.am: Remove ev-page-view.c entirely as it's not
10499         used.
10500
10501         * pdf/xpdf/pdf-document.cc: use new function
10502
10503         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
10504         (ev_view_init), (ev_view_set_mode), (ev_view_zoom),
10505         (ev_view_best_fit), (ev_view_fit_width): * shell/ev-view.h: *
10506         shell/ev-window.c: (update_sizing_buttons),
10507         (ev_window_setup_document), (ev_window_cmd_view_zoom_in),
10508         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_best_fit),
10509         (ev_window_cmd_view_page_width), (size_allocate_cb),
10510         (ev_window_set_sizing_mode), (ev_window_init): make the "best fit"
10511         and "fit width" values act as toggle buttons so they stay
10512         toggled.  It's not 100% perfect, and it's a little slow, but it's
10513         good enough to commit I think.
10514
10515 2005-02-15  David Lodge  <dave@cirt.net>
10516
10517         * configure.ac (ALL_LINGUAS): Added "en_GB" (English (British)).
10518
10519 2005-02-15  Martin Kretzschmar  <martink@gnome.org>
10520
10521         * shell/ev-window.c (update_window_title): replace newlines in
10522         the title by spaces. Bug #166107.
10523
10524 2005-02-14  Martin Kretzschmar  <martink@gnome.org>
10525
10526         * shell/ev-view.c (ev_view_best_fit, ev_view_fit_width): add
10527         parameters providing allocation width and height without
10528         scrollbars and width of a possible vertical scrollbar. With this
10529         additional information the functions can work as
10530         intended. Unfortunately they're not idempotent. We should
10531         transform these commands to toggles. Fixes Bug #164976
10532         Initial patch by Stephane Loeuillet, then heavily modified.
10533
10534         * shell/ev-view.h: update prototypes.
10535
10536         * shell/ev-window.c (ev_window_cmd_view_best_fit)
10537         (ev_window_cmd_view_page_width): provide EvView fit functions with
10538         all the information they need. Formulas to calculate this
10539         information taken from GtkScrolledWindow.
10540
10541 2005-02-14  Crispin Flowerday  <gnome@flowerday.cx>
10542
10543         * shell/ev-sidebar-thumbnails.c: Ensure that after we have
10544         created a thumbnail, the list store is updated to know
10545         that the thumbnail is set. Fixes bug #166792
10546
10547 2005-02-11  Bryan Clark  <clarkbw@cvs.gnome.org>
10548
10549         * shell/ev-window.c: fixed typo, closes bug 166897
10550
10551         * TODO: updated TODO with bug numbers that are relevant
10552
10553 2005-02-09  Carlos Garcia Campos <carlosgc@gnome.org>
10554
10555         * shell/ev-window.c: Support for DnD of files. Fixes #164813
10556
10557 2005-02-09  Vincent Noel  <vnoel@cox.net>
10558
10559         * shell/ev-window.c: (set_action_properties): Set the "Previous"
10560         and "Next" toolbar buttons as important to make them stand out.
10561
10562 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
10563
10564         * lib/ev-debug.c:
10565         * lib/ev-debug.h:
10566         * ps/ps-document.c: (ps_document_finalize), (set_up_page),
10567         (start_interpreter), (stop_interpreter), (document_load),
10568         (ps_document_next_page), (ps_document_goto_page),
10569         (ps_document_set_page_size), (ps_document_widget_event),
10570         (ps_document_render):
10571         * shell/ev-page-view.c: (ev_page_view_dispose):
10572         * shell/ev-view.c: (ev_view_finalize), (expose_bin_window):
10573
10574         Fix compilation on non-gcc platforms
10575
10576 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
10577
10578         * NEWS:
10579         * configure.ac:
10580
10581         Release 0.1.4
10582
10583         * pdf/xpdf/Catalog.cc:
10584         * pdf/xpdf/XRef.cc:
10585
10586         Fix the fix for CAN-2004-0888
10587
10588 2005-02-09  Luca Ferretti <elle.uca@libero.it>
10589
10590         * data/Makefile.am:
10591         * data/evince-ui.xml:
10592         * shell/ev-stock-icons.c: (ev_stock_icons_init):
10593         * shell/ev-stock-icons.h:
10594         * shell/ev-window.c: (update_action_sensitivity),
10595         (ev_window_cmd_go_previous_page), (ev_window_cmd_go_next_page),
10596         (set_action_properties):
10597
10598         Improve toolbar layout/icons
10599
10600 2005-02-08  Marco Pesenti Gritti  <marco@gnome.org>
10601
10602         * pdf/xpdf/pdf-document.cc:
10603
10604         Add warnings about unimplemented/unknown link
10605         types.
10606
10607 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
10608
10609         * ps/ps-document.c: (set_up_page):
10610
10611         Log gs property
10612
10613 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
10614
10615         * ps/ps-document.c: (start_interpreter):
10616
10617         Log gs env var
10618
10619 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
10620
10621         * shell/ev-page-view.c: (ev_page_view_dispose):
10622         * shell/ev-view.c: (ev_view_finalize):
10623         * shell/ev-window.c: (ev_window_setup_document),
10624         (ev_window_dispose), (ev_window_init):
10625
10626         Solve more refs issues.
10627
10628         I commented out the page_view initialization for now:
10629         it was never destroyed (because it's never added
10630         to a container). Because of that we was leaking
10631         gs processes. Couldnt think to a clean fix.
10632         We need to figure this out, password view has the
10633         same issue probably.
10634
10635 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
10636
10637         * ps/ps-document.c: (ps_document_finalize),
10638         (ps_document_get_n_pages), (ps_document_get_page):
10639
10640         Some cleanups, stop the interpreter on finalize
10641
10642         * shell/ev-page-view.c: (ev_page_view_dispose),
10643         (ev_page_view_class_init):
10644
10645         Release our reference on the document
10646
10647 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
10648
10649         * Makefile.am:
10650         * configure.ac:
10651         * doc/debugging.txt:
10652         * lib/.cvsignore:
10653         * lib/Makefile.am:
10654         * lib/ev-debug.c: (log_module), (trap_handler), (ev_debug_init),
10655         (ev_profiler_new), (ev_should_profile), (ev_profiler_dump),
10656         (ev_profiler_free), (ev_profiler_start), (ev_profiler_stop):
10657         * lib/ev-debug.h:
10658
10659         Add debugging helpers
10660
10661         * ps/Makefile.am:
10662         * ps/ps-document.c: (set_up_page), (start_interpreter),
10663         (stop_interpreter), (document_load), (ps_document_next_page),
10664         (ps_document_goto_page), (ps_document_set_page_size),
10665         (ps_document_widget_event), (ps_document_render):
10666         * shell/Makefile.am:
10667         * shell/ev-view.c: (expose_bin_window):
10668         * shell/main.c: (main):
10669
10670         Add some logs
10671         
10672 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
10673
10674         * ps/ps-document.c: (ps_document_widget_event):
10675
10676         Initialize message_window, this should make ps
10677         rendering really work! (Never noticed because I was
10678         testing with a ps that is causing gs to exit every time!)
10679
10680 2005-02-07  Bryan Clark  <clarkbw@cvs.gnome.org>
10681
10682         * data/evince.schemas.in: updated simple error in applyto closing tag
10683
10684 2005-02-07  Christian Persch  <chpe@cvs.gnome.org>
10685
10686         * Makefile.am:
10687         * configure.ac:
10688         * data/.cvsignore:
10689         * data/Makefile.am:
10690         * data/evince-ui.xml:
10691         A data/evince.schemas.in:
10692         * po/POTFILES.in:
10693         * shell/ev-stock-icons.c: (ev_stock_icons_init):
10694         * shell/ev-stock-icons.h:
10695         * shell/ev-window.c: (update_chrome_visibility),
10696         (update_chrome_flag), (ev_window_cmd_edit_find),
10697         (ev_window_update_fullscreen_popup), (ev_window_fullscreen),
10698         (ev_window_unfullscreen), (ev_window_focus_in_event),
10699         (ev_window_focus_out_event), (ev_window_cmd_leave_fullscreen),
10700         (ev_window_view_toolbar_cb), (ev_window_view_statusbar_cb),
10701         (ev_window_view_sidebar_cb), (find_bar_close_cb),
10702         (ev_window_dispose), (ev_window_class_init),
10703         (set_action_properties), (set_chrome_actions), (load_chrome),
10704         (ev_window_init):
10705
10706         Implement fullscreen mode changes from bug #164776.
10707         Also implement persistent chrome toggles.
10708
10709 2005-02-07  Jordi Mallach  <jordi@sindominio.net>
10710
10711         * configure.ac (ALL_LINGUAS): Added "ca" (Catalan).
10712
10713 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
10714
10715         * NEWS:
10716         * configure.ac:
10717         * shell/ev-view.c:
10718
10719         Add another check for find interface
10720
10721         Release 0.1.3
10722
10723 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
10724
10725         * shell/ev-application.c: (ev_application_open):
10726         * shell/ev-window.c: (ev_window_open):
10727
10728         Open gzipped ps documents
10729
10730 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
10731
10732         * TODO:
10733         * shell/ev-view.c: (set_document_page):
10734
10735         Clamp page number, dont try to move to
10736         not existant pages.
10737
10738 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
10739
10740         * backend/ev-document-find.c: (ev_document_find_changed):
10741         * backend/ev-document-find.h:
10742         * pdf/xpdf/pdf-document.cc:
10743         * shell/ev-view.c: (jump_to_find_result), (ev_view_set_document):
10744         * shell/ev-window.c: (find_bar_search_changed_cb):
10745
10746         Fix several bugs with find
10747
10748 2005-02-04  Martin Kretzschmar  <martink@gnome.org>
10749
10750         * shell/ev-sidebar-thumbnails.c
10751         (ev_sidebar_thumbnails_select_page): do nothing unless we have a
10752         document. Prevents warning from scroll_to_cell.
10753
10754 2005-02-02  Kjartan Maraas  <kmaraas@gnome.org>
10755
10756         * configure.ac: Add «nb» to ALL_LINGUAS too.
10757
10758 Wed Feb  2 21:13:11 2005  Jonathan Blandford  <jrb@redhat.com>
10759
10760         * NOTES: New file with some random thoughts.
10761
10762         * TODO: Update.
10763
10764         * backend/ev-document-misc.c:
10765         (ev_document_misc_get_page_border_size): New function to
10766         canonicalize shadow drawing sizes.  Possibly goofy.
10767
10768         * shell/ev-view.c: (ev_view_size_request), (set_document_page),
10769         (ev_view_best_fit), (ev_view_fit_width):
10770         * pdf/xpdf/pdf-document.cc:
10771         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
10772         * ps/ps-document.c: (ps_document_get_page_size):
10773         * backend/ev-document-misc.h:
10774         * backend/ev-document.c: (ev_document_get_page_size):
10775         * backend/ev-document.h: get_page_size now takes a page number
10776         parameter.  Made all the backends/frontends honor it.
10777
10778         * data/evince-ui.xml: Added a multiple-page mode.  Uncomment to
10779         see.  Doesn't work yet.
10780
10781         * shell/Makefile.am:
10782         * shell/ev-page-view.[ch]: New multi-page view.  Really rough.
10783         Doesn't do anything yet.
10784
10785         * shell/ev-sidebar-thumbnails.c:
10786         (ev_sidebar_thumbnails_set_document): [1..n_pages] instead of
10787         [0..n_pages-1]
10788
10789         * shell/ev-window.c: (update_action_sensitivity),
10790         (ev_window_setup_document), (ev_window_set_page_mode),
10791         (ev_window_page_mode_cb), (ev_window_init): Clean up the
10792         view-swapping code a bit so we can have multiple views on a
10793         document.  Add the multi-page view, though it can't be turned on
10794         yet.
10795
10796 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
10797
10798         * shell/ev-application.c: (ev_application_open):
10799         * shell/ev-view.c: (expose_bin_window):
10800         * shell/ev-window.c: (ev_window_open):
10801
10802         Support eps and check document supports find
10803         before drawing highlightings in expose.
10804
10805 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
10806
10807         * pixbuf/pixbuf-document.c:
10808         (pixbuf_document_thumbnails_get_dimensions),
10809         (pixbuf_document_document_thumbnails_iface_init):
10810
10811         implement get_dimensions
10812
10813 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
10814
10815         * NEWS:
10816         * configure.ac:
10817
10818         Release 0.1.2
10819
10820 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
10821
10822         * shell/ev-view.c: (set_document_page):
10823
10824         Scroll at the top of the page when changing page
10825
10826 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
10827
10828         * shell/ev-view.c: (ev_view_motion_notify_event):
10829
10830         Do not redraw unnecessarily
10831
10832 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
10833
10834         * pdf/xpdf/pdf-document.cc:
10835         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
10836         (expose_bin_window), (find_changed_cb):
10837
10838         Yay! find works now... Now to find bugs...
10839
10840 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
10841
10842         * backend/ev-document-find.c: (ev_document_find_base_init),
10843         (ev_document_find_changed):
10844         * backend/ev-document-find.h:
10845         * pdf/xpdf/pdf-document.cc:
10846         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
10847         (expose_bin_window), (ev_view_init), (set_document_page),
10848         (ensure_rectangle_is_visible), (jump_to_find_result),
10849         (jump_to_find_page), (find_changed_cb), (ev_view_set_document),
10850         (ev_view_find_next), (ev_view_find_previous):
10851         * shell/ev-view.h:
10852         * shell/ev-window.c: (find_bar_previous_cb), (find_bar_next_cb):
10853
10854         More work on find implementation, mostly there now
10855
10856 2005-01-29  Marco Pesenti Gritti  <marco@gnome.org>
10857
10858         * backend/ev-backend-marshalers.list:
10859         * backend/ev-document-find.c: (ev_document_find_base_init),
10860         (ev_document_find_cancel), (ev_document_find_page_has_results),
10861         (ev_document_find_get_n_results), (ev_document_find_get_result),
10862         (ev_document_find_get_progress), (ev_document_find_changed):
10863         * backend/ev-document-find.h:
10864
10865         Enanche the find interface to be really able to do
10866         multi page find.
10867
10868         * pdf/xpdf/pdf-document.cc:
10869
10870         Implement
10871
10872         * shell/ev-view.c: (ev_view_finalize), (highlight_find_results),
10873         (expose_bin_window), (ev_view_init),
10874         (ev_view_get_find_status_message), (find_changed_cb),
10875         (ev_view_set_document), (set_document_page):
10876
10877         Adapt to the new interface. A few things are regressed sorry,
10878         I will finish it soon.
10879
10880 2005-01-28  Martin Kretzschmar  <martink@gnome.org>
10881
10882         * shell/ev-sidebar-thumbnails.c (ev_sidebar_thumbnails_destroy)
10883         (ev_sidebar_thumbnails_class_init): use G_DEFINE_TYPE-supplied
10884         ev_sidebar_thumbnails_parent_class variable, don't define another
10885         parent_class variable.
10886
10887         * shell/ev-page-action.c (connect_proxy, ev_page_action_finalize)
10888         (ev_page_action_class_init): ditto.
10889
10890         * pixbuf/pixbuf-document.c (pixbuf_document_finalize)
10891         (pixbuf_document_class_init): ditto.
10892
10893         * backend/ev-link.c (ev_window_dispose, ev_link_class_init):
10894         ditto.
10895
10896         * .cvsignore: ignore various valgrind output files.
10897
10898 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
10899
10900         * data/evince-ui.xml:
10901         * shell/Makefile.am:
10902         * shell/ev-history.c:
10903         * shell/ev-history.h:
10904         * shell/ev-navigation-action.c:
10905         * shell/ev-navigation-action.h:
10906         * shell/ev-view.c: (ev_view_finalize), (ev_view_go_to_link),
10907         (ev_view_set_page), (ev_view_fit_width):
10908         * shell/ev-view.h:
10909         * shell/ev-window.c: (update_action_sensitivity),
10910         (ev_window_setup_document), (register_custom_actions):
10911
10912         Kill session history
10913
10914 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
10915
10916         * shell/ev-window.c: (update_action_sensitivity):
10917
10918         Fix inverted up/down buttons
10919
10920 2005-01-27  Martin Kretzschmar  <martink@gnome.org>
10921
10922         * shell/ev-sidebar-thumbnails.c
10923         (ev_sidebar_thumbnails_select_page): make sure the selected
10924         thumbnail stays visible.
10925
10926 2005-01-26  Martin Kretzschmar  <martink@gnome.org>
10927
10928         * shell/ev-window.c (ev_window_init): add GTK_SHADOW_IN to the
10929         scrolled window for Federico.
10930
10931 2005-01-26  Ole Laursen  <olau@hardworking.dk>
10932
10933         * configure.ac: Added "da" (Danish) to ALL_LINGUAS.
10934
10935 2005-01-26  Marco Pesenti Gritti  <marco@gnome.org>
10936
10937         * configure.ac:
10938         * pdf/splash/SplashFTFontEngine.cc:
10939
10940         Fix CID fonts with freetype 2.1.9
10941
10942 2005-01-26  Bryan Clark  <clarkbw@cvs.gnome.org>
10943
10944         * TODO: added item for desktop icon thumbnailer
10945
10946 Tue Jan 25 00:59:34 2005  Jonathan Blandford  <jrb@redhat.com>
10947
10948         * pdf/xpdf/pdf-document.cc (pdf_document_get_title): guard against
10949         unloaded docs when the title is accessed.
10950
10951         * shell/ev-password-view.[hc]: New widget for displaying password
10952         state.
10953
10954         * shell/ev-window.[ch]: Refactor password handling code to handle
10955         the new view.
10956
10957 2005-01-24  Marco Pesenti Gritti  <marco@gnome.org>
10958
10959         * NEWS:
10960         * configure.ac:
10961         * data/Makefile.am:
10962
10963         Release 0.1.1
10964
10965 2005-01-23  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
10966
10967         * pdf/xpdf/pdf-document.cc (pdf_document_search_page_changed):
10968         ignore page offset here, to make search results independent of it,
10969
10970         * shell/ev-view.c (expose_bin_window): but take offsets into
10971         account here. Bug #164932
10972
10973         * pdf/xpdf/pdf-document.cc (pdf_document_get_link): divide by
10974         scale at the right time. Bug #164996
10975
10976 2005-01-22  Martin Kretzschmar  <martink@gnome.org>
10977
10978         * pdf/xpdf/GlobalParams.cc: My 2005-01-05 change didn't actually
10979         fix the problem. Now I just removed the Adobe font names and hope
10980         that the URW fonts are always in outline format. Bug #164934
10981
10982         * shell/ev-window.c (update_window_title): empty titles are
10983         useless, use filename in that case too.
10984
10985         * NEWS: Add some content.
10986
10987 2005-01-21  Bryan Clark  <clarkbw@cvs.gnome.org>
10988
10989         * TODO: added one more TODO item and a TODONE section :)
10990
10991 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
10992
10993         * ps/ps-document.h: add page_[xy]_offset fields.
10994
10995         * ps/ps-document.c (ps_document_set_page_offset)
10996         (ps_document_render): Keep offset in consideration in a few
10997         places. Bug #164752 "postscript documents are not centered in
10998         window"
10999
11000         * data/evince.desktop.in (X-GNOME-Bugzilla-Product):
11001         s/gpdf/evince/. Spotted by Stephane Loeuillet.
11002
11003         * pixbuf/pixbuf-document.c (pixbuf_document_get_n_pages)
11004         (pixbuf_document_get_text, pixbuf_document_document_iface_init):
11005         stub out missing methods for complete EvDocument implementation.
11006         Fixes segfaults with Save A Copy and Copy actions.
11007
11008         * ps/ps-document.c (ps_document_save, ps_document_get_text) 
11009         (ps_document_document_iface_init): ditto.
11010         
11011 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
11012
11013         * data/.cvsignore:
11014         * data/Makefile.am:
11015         * data/evince.desktop.in:
11016
11017         Add desktop file
11018
11019 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
11020
11021         * shell/ev-view.c: (ev_view_button_press_event),
11022         (ev_view_motion_notify_event):
11023
11024         Make selection work in any direction
11025
11026 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
11027
11028         * TODO:
11029         * shell/ev-window.c: (set_short_labels), (ev_window_init):
11030
11031         Use shorter labels for some of the toolbars items
11032
11033 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
11034
11035         * pdf/xpdf/pdf-document.cc:
11036
11037         Check the links info is initialized before
11038         using it. Should fix a crash on startup.
11039
11040 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
11041
11042         * pixbuf/pixbuf-document.c
11043         (pixbuf_document_thumbnails_get_dimensions): force floating point
11044         division to calculate page_ratio. Fixes crash with landscape
11045         format pixbufs.
11046
11047 Thu Jan 20 18:56:35 2005  Jonathan Blandford  <jrb@redhat.com>
11048
11049         * shell/ev-view.c (ev_view_realize): make the bg color darker.
11050
11051 2005-01-20  Martin Kretzschmar  <martink@gnome.org>
11052
11053         * shell/ev-view.c (set_document_page): unset has_selection when
11054         the page changes.
11055         (set_document_page): handle paper size changes when the page
11056         changes (test with Free Culture, page 2).
11057
11058 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
11059
11060         * shell/ev-view.c: (ev_view_size_request), (ev_view_realize),
11061         (expose_bin_window), (ev_view_class_init), (ev_view_init):
11062
11063         Use normal style color for the widget background and
11064         draw a black box around the page.
11065
11066 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
11067
11068         * pdf/xpdf/pdf-document.cc:
11069
11070         Keep offset in consideration in a few places
11071
11072         * shell/ev-view.c: (expose_bin_window):
11073
11074         Set the offsets so that the document is ever centered
11075
11076 2005-01-20  Bryan Clark  <clarkbw@cvs.gnome.org>
11077
11078         * TODO: Added TODO items and finished off the first todo item
11079
11080         * AUTHORS: Updated AUTHORS section with piece from gpdf file and
11081         reflect current authors
11082
11083 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
11084
11085         * pdf/xpdf/pdf-document.cc:
11086         * shell/ev-view.c: (ev_view_set_cursor),
11087         (ev_view_motion_notify_event), (document_changed_callback),
11088         (set_document_page):
11089
11090         Show a wait cursor while the page is rendering
11091
11092 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
11093
11094         * shell/ev-sidebar-thumbnails.c:
11095         (ev_sidebar_tree_selection_changed),
11096         (ev_sidebar_thumbnails_select_page):
11097         * shell/ev-sidebar-thumbnails.h:
11098         * shell/ev-view.c: (ev_view_set_document), (ev_view_can_go_back),
11099         (ev_view_can_go_forward):
11100         * shell/ev-window.c: (ev_window_open_page),
11101         (ev_window_setup_document), (update_current_page),
11102         (view_page_changed_cb), (ev_window_init):
11103         * shell/ev-window.h:
11104
11105         Ensure thumbnails selection, toolbar page control and
11106         current page are in sync.
11107
11108 2005-01-19  Marco Pesenti Gritti  <marco@gnome.org>
11109
11110         * pdf/xpdf/XRef.cc:
11111
11112         Fix CAN-2005-0064
11113
11114 Wed Jan 19 01:10:57 2005  Jonathan Blandford  <jrb@redhat.com>
11115
11116         * backend/Makefile.am:
11117         * backend/ev-document-links.h:
11118         * backend/ev-document-security.c: (ev_document_security_get_type),
11119         (ev_document_security_has_document_security),
11120         (ev_document_security_set_password):
11121         * backend/ev-document-security.h:
11122         * backend/ev-document.c: (ev_document_error_quark):
11123         * backend/ev-document.h:
11124         * data/Makefile.am:
11125         * data/evince-password.glade:
11126         * pdf/xpdf/pdf-document.cc:
11127         * shell/Makefile.am:
11128         * shell/ev-password.c: (ev_password_set_bad_password_label),
11129         (ev_window_password_entry_changed_cb), (ev_password_dialog_new),
11130         (ev_password_dialog_get_password),
11131         (ev_password_dialog_set_bad_pass):
11132         * shell/ev-password.h:
11133         * shell/ev-window.c: (ev_window_get_attribute),
11134         (ev_window_set_property), (update_action_sensitivity),
11135         (ev_window_is_empty), (mime_type_supported_by_gdk_pixbuf),
11136         (ev_window_setup_document), (ev_window_get_password),
11137         (ev_window_open), (ev_window_cmd_save_as),
11138         (using_postscript_printer), (ev_window_print),
11139         (find_not_supported_dialog), (ev_window_cmd_edit_find),
11140         (update_fullscreen_popup), (ev_window_fullscreen),
11141         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
11142         (ev_window_focus_out_cb), (ev_window_cmd_help_about),
11143         (menu_item_select_cb), (find_bar_search_changed_cb),
11144         (ev_window_dispose), (ev_window_init):
11145
11146         Add initial support for password-supported dialogs.  This could be
11147         a lot cooler, but it'll do for now.
11148
11149 2005-01-18  Marco Pesenti Gritti  <marco@gnome.org>
11150
11151         * pdf/xpdf/pdf-document.cc:
11152         * shell/ev-view.c: (status_message_from_link),
11153         (ev_view_set_status), (ev_view_set_cursor),
11154         (ev_view_motion_notify_event), (ev_view_init):
11155         * shell/ev-window.c: (view_status_changed_cb), (ev_window_init):
11156
11157         Fix bugs in the links implementation and change cursor
11158         when hovering a link.
11159
11160 2005-01-17  Bryan Clark  <clarkbw@cvs.gnome.org>
11161
11162         * viewer/.cvsignore: added cvsignore file for viewer directory
11163
11164         * TODO: created TODO document
11165
11166 2005-01-14  Dave Malcolm  <dmalcolm@redhat.com>
11167
11168         * shell/ev-view.h:
11169         * shell/ev-view.c (ev_view_can_go_back), (ev_view_can_go_forward):      
11170         new functions to help with implementation of sensitivity code
11171         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
11172         of all actions that might require it.  Fixes a crash when you
11173         click on the Zoom actions in a window lacking a document.
11174
11175 2005-01-13  Dave Malcolm  <dmalcolm@redhat.com>
11176
11177         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
11178         of the Find action
11179
11180 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
11181
11182         * pixbuf/pixbuf-document.c: (pixbuf_document_get_link),
11183         (pixbuf_document_document_iface_init):
11184         * ps/ps-document.c: (ps_document_get_link),
11185         (ps_document_document_iface_init):
11186         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event),
11187         (status_message_from_link), (ev_view_set_status),
11188         (ev_view_set_find_status), (ev_view_motion_notify_event),
11189         (ev_view_button_release_event), (ev_view_set_property),
11190         (ev_view_get_property), (ev_view_class_init), (ev_view_init),
11191         (ev_view_get_find_status_message), (update_find_results),
11192         (ev_view_get_status), (ev_view_get_find_status):
11193         * shell/ev-view.h:
11194         * shell/ev-window.c: (view_status_changed_cb),
11195         (view_find_status_changed_cb), (ev_window_init):
11196
11197         View status message support, use it to show the links.
11198         Needs work...
11199
11200 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
11201
11202         * backend/ev-document.c: (ev_document_get_link):
11203         * backend/ev-document.h:
11204         * pdf/xpdf/pdf-document.cc:
11205         * shell/ev-application.c: (ev_application_open):
11206         * shell/ev-application.h:
11207         * shell/ev-sidebar-links.c: (selection_changed_cb):
11208         * shell/ev-view.c: (ev_view_button_release_event), (go_to_link),
11209         (ev_view_go_to_link):
11210
11211         Add support for document links
11212
11213 2005-01-13  Anders Carlsson  <andersca@gnome.org>
11214
11215         * shell/ev-page-action.c: (update_spin), (total_pages_changed_cb),
11216         (create_tool_item):
11217         Set the spin button limits correctly.
11218         
11219         * shell/ev-sidebar-thumbnails.c:
11220         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init):
11221         Support changing pages by clicking on the thumbnails.
11222         
11223 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
11224
11225         * pixbuf/pixbuf-document.c:
11226         (pixbuf_document_thumbnails_get_dimensions),
11227         (pixbuf_document_document_thumbnails_iface_init):
11228
11229         implement get_dimensions
11230
11231 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
11232
11233         * ps/ps-document.c: (ps_document_goto_page):
11234
11235         Fix page switching on multipage documents
11236
11237 2005-01-12  Jeff Muizelaar  <jrmuizel@nit.ca>
11238
11239         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
11240         
11241         check for NULL before assigning to width and height parameters
11242
11243 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
11244
11245         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
11246         (pixbuf_document_set_property), (pixbuf_document_get_property):
11247
11248         implement get/set properties
11249
11250 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
11251
11252         * pdf/xpdf/pdf-document.cc: (pdf_info_dict_get_string):
11253         
11254         return NULL instead of "Unknown", letting the title get set to
11255         the filename when the pdf has no title.
11256
11257 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
11258
11259         * ps/ps-document.c: (ps_document_get_page_count),
11260         (ps_document_goto_page):
11261
11262 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
11263
11264         * shell/ev-history.c: (ev_history_get_property),
11265         (ev_history_set_property), (ev_history_class_init),
11266         (ev_history_add_page), (ev_history_set_current_index):
11267         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
11268         (activate_menu_item_cb), (new_history_menu_item), (build_menu),
11269         (ev_navigation_action_finalize):
11270         * shell/ev-navigation-action.h:
11271         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
11272         (ev_view_go_forward), (ev_view_get_find_status_message),
11273         (history_index_changed_cb), (ev_view_set_history):
11274         * shell/ev-view.h:
11275         * shell/ev-window.c: (update_total_pages), (ev_window_open),
11276         (update_current_page), (register_custom_actions):
11277
11278         Implement history dropdowns
11279
11280 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
11281
11282         * shell/ev-history.c: (ev_history_init), (ev_history_add_link):
11283         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
11284         (ev_view_go_forward):
11285         * shell/ev-window.c: (register_custom_actions):
11286
11287         Fix several history bugs
11288
11289 2005-01-11  Kjartan Maraas  <kmaraas@gnome.org>
11290
11291         * configure.ac: Add «nb» to ALL_LINGUAS.
11292
11293 2005-01-10  Marco Pesenti Gritti  <marco@gnome.org>
11294
11295         * backend/Makefile.am:
11296         * backend/ev-bookmark.c:
11297         * backend/ev-bookmark.h:
11298         * backend/ev-document-bookmarks.c:
11299         * backend/ev-document-bookmarks.h:
11300         * backend/ev-document-links.c: (ev_document_links_get_type),
11301         (ev_document_links_has_document_links),
11302         (ev_document_links_begin_read), (ev_document_links_get_link),
11303         (ev_document_links_get_child), (ev_document_links_next),
11304         (ev_document_links_free_iter):
11305         * backend/ev-document-links.h:
11306         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_title),
11307         (ev_link_set_title), (ev_link_get_uri), (ev_link_set_uri),
11308         (ev_link_get_link_type), (ev_link_set_link_type),
11309         (ev_link_get_page), (ev_link_set_page), (ev_link_get_property),
11310         (ev_link_set_property), (ev_window_dispose), (ev_link_init),
11311         (ev_link_class_init), (ev_link_new_title), (ev_link_new_page),
11312         (ev_link_new_external):
11313         * backend/ev-link.h:
11314         * pdf/xpdf/pdf-document.cc:
11315         * shell/Makefile.am:
11316         * shell/ev-application.c: (ev_application_open_link):
11317         * shell/ev-application.h:
11318         * shell/ev-history.c: (ev_history_add_link), (ev_history_add_page),
11319         (ev_history_get_link_nth):
11320         * shell/ev-history.h:
11321         * shell/ev-sidebar-bookmarks.c:
11322         * shell/ev-sidebar-bookmarks.h:
11323         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
11324         (ev_sidebar_links_class_init), (selection_changed_cb),
11325         (ev_sidebar_links_construct), (ev_sidebar_links_init),
11326         (links_page_num_func), (ev_sidebar_links_new), (stack_data_free),
11327         (do_one_iteration), (populate_links_idle),
11328         (ev_sidebar_links_clear_document), (ev_sidebar_links_set_document):
11329         * shell/ev-sidebar-links.h:
11330         * shell/ev-sidebar.c: (ev_sidebar_set_document):
11331         * shell/ev-view.c: (go_to_link), (ev_view_go_to_link),
11332         (go_to_index):
11333         * shell/ev-view.h:
11334         * shell/ev-window.c: (ev_window_open_link), (ev_window_init):
11335         * shell/ev-window.h:
11336
11337         Rename bookmark to link, and use "Index" for the sidebar panel.
11338
11339 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
11340
11341         * shell/Makefile.am:
11342         * shell/ev-application.c: (ev_application_open_bookmark):
11343         * shell/ev-application.h:
11344         * shell/ev-history.c: (ev_history_init), (free_links_list),
11345         (ev_history_finalize), (ev_history_class_init),
11346         (ev_history_add_link), (ev_history_add_page),
11347         (ev_history_get_link_nth), (ev_history_get_n_links),
11348         (ev_history_get_current_index), (ev_history_set_current_index),
11349         (ev_history_new):
11350         * shell/ev-history.h:
11351         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
11352         * shell/ev-view.c: (ev_view_finalize), (ev_view_set_document),
11353         (set_document_page), (go_to_bookmark), (ev_view_go_to_bookmark),
11354         (go_to_index), (ev_view_go_back), (ev_view_go_forward),
11355         (ev_view_set_page):
11356         * shell/ev-view.h:
11357         * shell/ev-window.c: (ev_window_open_bookmark),
11358         (ev_window_cmd_go_back), (ev_window_cmd_go_forward),
11359         (goto_page_cb), (register_custom_actions):
11360         * shell/ev-window.h:
11361
11362         Initial history implementation. Needs work.
11363
11364 2005-01-09  Martin Kretzschmar  <martink@gnome.org>
11365
11366         * pdf/xpdf/GDKSplashOutputDev.cc (redraw): fix pixbuf data offset.
11367
11368 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
11369
11370         * cut-n-paste/recent-files/egg-recent-item.c:
11371         * cut-n-paste/recent-files/egg-recent-item.h:
11372         * cut-n-paste/recent-files/egg-recent-model.c:
11373         * cut-n-paste/recent-files/egg-recent-util.c:
11374         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
11375         * cut-n-paste/recent-files/egg-recent-view.c:
11376
11377         Update
11378
11379 2005-01-08  Martin Kretzschmar  <martink@gnome.org>
11380
11381         * pdf/splash/Splash.cc (clear, drawPixel, drawSpan, xorSpan, getPixel)
11382         (fillGlyph, fillImageMask, drawImage):
11383         pdf/splash/SplashBitmap.cc (SplashBitmap, ~SplashBitmap, writePNMFile):
11384         pdf/splash/SplashTypes.h:
11385         pdf/xpdf/SplashOutputDev (startPage, getColor, imageSrc): implement RGB8
11386         packed mode for Splash.
11387
11388         * pdf/xpdf/GDKSplashOutputDev.cc (GDKSplashOutputDev, redraw): use
11389         RGB8 packed mode, eliminates the pixbuf data creation loop.
11390
11391         * shell/ev-print-job.c (ev_print_job_finalize)
11392         (ev_print_job_set_property, ev_print_job_get_property)
11393         (ev_print_job_set_gnome_print_job, ev_print_job_set_document)
11394         (ev_print_job_use_print_dialog_settings, idle_print_handler)
11395         (print_closure_finalize, ev_print_job_print): implement
11396         printing (for backends with EvPsExporter)
11397
11398         * shell/ev_print_job.h: update prototypes.
11399
11400         * shell/ev-window.c (ev_window_print): unref print job after
11401         printing.
11402
11403         * shell/ev-view.c (ev_view_set_document): don't connect to "found"
11404         unless the document implements the EvDocumentFind interface.
11405
11406 2005-01-08  Satoru SATOH <ss@gnome.gr.jp>
11407
11408         * configure.ac: Added ja to ALL_LINGUAS.
11409
11410 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
11411
11412         * pdf/xpdf/pdf-document.cc:
11413
11414         add a FIXME. We should probably not allocate
11415         a bookmark object every time
11416
11417 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
11418
11419         * shell/ev-application.c: (ev_application_open),
11420         (ev_application_open_bookmark):
11421         * shell/ev-application.h:
11422         
11423         Add a way to open bookmarks
11424
11425         * backend/ev-bookmark.c: (ev_bookmark_get_uri),
11426         (ev_bookmark_set_uri), (ev_bookmark_get_property),
11427         (ev_bookmark_set_property), (ev_bookmark_class_init),
11428         (ev_bookmark_new_title), (ev_bookmark_new_link),
11429         (ev_bookmark_new_external):
11430
11431         Support for external uris, better constructors.
11432
11433         * backend/ev-bookmark.h:
11434         * pdf/xpdf/pdf-document.cc:
11435         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
11436
11437         Handle external uris
11438
11439 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
11440
11441         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb),
11442         (ev_sidebar_bookmarks_construct), (do_one_iteration):
11443
11444         Hook up bookmarks navigation
11445
11446 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
11447
11448         * backend/Makefile.am:
11449         * backend/ev-bookmark.c: (ev_bookmark_type_get_type),
11450         (ev_bookmark_get_title), (ev_bookmark_set_title),
11451         (ev_bookmark_get_bookmark_type), (ev_bookmark_set_bookmark_type),
11452         (ev_bookmark_get_page), (ev_bookmark_set_page),
11453         (ev_bookmark_get_property), (ev_bookmark_set_property),
11454         (ev_window_dispose), (ev_bookmark_init), (ev_bookmark_class_init),
11455         (ev_bookmark_new):
11456         * backend/ev-bookmark.h:
11457         * backend/ev-document-bookmarks.c:
11458         (ev_document_bookmarks_get_bookmark):
11459         * backend/ev-document-bookmarks.h:
11460         * pdf/xpdf/pdf-document.cc:
11461         * shell/ev-sidebar-bookmarks.c: (do_one_iteration):
11462
11463         Add a bookmark object to the backend and use it instead of get_values
11464
11465 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
11466
11467         * data/evince-ui.xml:
11468
11469         Cleanup and add select all.
11470
11471         * shell/ev-view.c: (ev_view_select_all),
11472         (ev_view_button_press_event):
11473         * shell/ev-view.h:
11474         * shell/ev-window.c: (ev_window_cmd_edit_select_all):
11475
11476         Add select all.
11477         Clear selection on click.
11478
11479 Fri Jan  7 01:28:58 2005  Jonathan Blandford  <jrb@redhat.com>
11480
11481         * shell/ev-sidebar-thumbnails.c
11482         (ev_sidebar_thumbnails_set_document): forgot to unref the
11483         loading_icon.
11484
11485 Fri Jan  7 01:22:48 2005  Jonathan Blandford  <jrb@redhat.com>
11486
11487         * shell/ev-sidebar-thumbnails.c: fill in the thumbnails starting
11488         at the visible page, not just linearly.  This makes it look fast.
11489
11490 Thu Jan  6 18:48:11 2005  Jonathan Blandford  <jrb@redhat.com>
11491
11492         * backend/ev-document-misc.c
11493         (ev_document_misc_get_thumbnail_frame): fill in the thumbnail with
11494         white.
11495         * backend/ev-document-thumbnails.h: New interface to get the size
11496         of a page.
11497
11498 2005-01-06  Jeremy Katz  <katzj@redhat.com>
11499
11500         * shell/Makefile.am (evince_SOURCES): Add ev-utils.[ch] so that
11501         make dist works
11502
11503 Wed Jan  5 15:38:28 2005  Jonathan Blandford  <jrb@redhat.com>
11504
11505         * pdf/xpdf/pdf-document.cc (bitmap_to_pixbuf): bypass
11506         GDKSplashOutputDev and just use a normal SplashOutputDev.  Speeds
11507         things up a bit.
11508
11509         * shell/ev-sidebar-thumbnail.c: start of some profiling code.
11510
11511 2005-01-05  Martin Kretzschmar  <martink@gnome.org>
11512
11513         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): match only outline
11514         fonts. Should fix font problems on systems that have the base
11515         fonts in bitmap format. Reported by James Henstridge
11516         <james@jamesh.id.au>.
11517
11518 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
11519
11520         * pdf/xpdf/Gfx.cc:
11521         * pdf/xpdf/GfxState.cc:
11522
11523         Fix for CAN-2004-1125
11524
11525 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
11526
11527         * shell/ev-view.c: (ev_view_copy):
11528         * shell/ev-view.h:
11529         * shell/ev-window.c: (ev_window_cmd_edit_copy):
11530
11531         Implement Edit->Copy
11532
11533 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
11534
11535         * backend/ev-document.c: (ev_document_get_text):
11536         * backend/ev-document.h:
11537         * pdf/xpdf/pdf-document.cc:
11538         * shell/ev-view.c: (ev_view_realize), (expose_bin_window),
11539         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
11540         (ev_view_update_primary_selection), (ev_view_button_press_event),
11541         (ev_view_motion_notify_event), (ev_view_button_release_event):
11542
11543         Beginnings of clipboard support. Incomplete but primary sort
11544         of work.
11545
11546 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
11547
11548         * shell/ev-view.c: (ev_gdk_color_to_rgb), (draw_rubberband),
11549         (expose_bin_window):
11550
11551         Nicer rubberband drawing, from GtkIconView.
11552
11553 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
11554
11555         * backend/ev-document.c: (ev_document_save):
11556         * backend/ev-document.h:
11557         * data/evince-ui.xml:
11558         * pdf/xpdf/pdf-document.cc:
11559         * shell/ev-window.c: (save_error_dialog), (ev_window_cmd_save_as):
11560
11561         Implement "Save a copy..." menu item
11562
11563 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
11564
11565         * shell/ev-view.c: (ev_view_zoom):
11566
11567         Queue a resize when zoom changes
11568
11569 Wed Jan  5 02:33:06 2005  Jonathan Blandford  <jrb@redhat.com>
11570
11571         * backend/ev-document-misc.[ch]: New misc file to do simple drop
11572         shadows.
11573
11574         * pdf/xpdf/pdf-document.cc: use the drop shadows in both types of
11575         thumbnails..
11576
11577 Tue Jan  4 22:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
11578
11579         * pdf/xpdf/pdf-document.cc
11580         (pdf_document_thumbnails_get_page_pixbuf): poor man's dropshadow.
11581
11582 Tue Jan  4 21:25:05 2005  Jonathan Blandford  <jrb@redhat.com>
11583
11584         * pdf/xpdf/pdf-document.cc: Do real thumbnailing of PDF files.
11585         It's slow, but I'll speed it up next!
11586
11587 2005-01-04  Jeff Muizelaar  <jrmuizel@nit.ca>
11588
11589         * shell/main.c (load_files):
11590
11591         use gnome_vfs_make_uri_from_shell_arg so that relative paths work
11592         from the command line and because it seems more appropriate.
11593
11594 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
11595
11596         * data/evince-ui.xml:
11597         * shell/ev-window.c: (update_action_sensitivity),
11598         (ev_window_cmd_go_page_up), (ev_window_cmd_go_page_down):
11599
11600         s/next page/page down
11601         s/previous page/page up
11602
11603 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
11604
11605         * data/evince-ui.xml:
11606
11607         Change the layout to match clarkbw design.
11608
11609         * shell/Makefile.am:
11610         * shell/ev-navigation-action.c: (build_menu), (menu_activated_cb),
11611         (set_tooltip_cb), (connect_proxy), (ev_navigation_action_init),
11612         (ev_navigation_action_finalize),
11613         (ev_navigation_action_set_property),
11614         (ev_navigation_action_get_property),
11615         (ev_navigation_action_class_init):
11616         * shell/ev-navigation-action.h:
11617
11618         Implement clarkbw toolbar navigation controls (incomplete)
11619
11620         * shell/ev-page-action.c: (update_label), (update_spin),
11621         (value_changed_cb), (create_tool_item), (connect_proxy),
11622         (ev_page_action_init), (ev_page_action_finalize),
11623         (ev_page_action_set_property), (ev_page_action_get_property),
11624         (ev_page_action_set_current_page),
11625         (ev_page_action_set_total_pages), (ev_page_action_class_init):
11626         * shell/ev-page-action.h:
11627
11628         Implement a page switcher in the toolbar
11629
11630         * shell/ev-view.c: (ev_view_scroll_view):
11631         * shell/ev-window.c: (update_total_pages), (ev_window_open),
11632         (update_current_page), (view_page_changed_cb), (goto_page_cb),
11633         (register_custom_actions), (ev_window_init):
11634
11635         Change page on PageUp/Down.
11636
11637 Tue Jan  4 03:22:56 2005  Jonathan Blandford  <jrb@redhat.com>
11638
11639         * pdf/xpdf/pdf-document.cc
11640         (pdf_document_thumbnails_get_thumbnail): initial stab at
11641         implementing thumbnail support for pdfs.  It only does documents
11642         with precached pdfs now.
11643
11644 Mon Jan  3 17:22:25 2005  Jonathan Blandford  <jrb@redhat.com>
11645
11646         * shell/ev-sidebar-thumbnails.c (do_one_iteration): move the
11647         thumbnail code into a time-based idle as well.  Also, turn off the
11648         shadow temporarily as it's really slow.
11649
11650 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
11651
11652         * backend/ev-document.c: (ev_document_class_init):
11653         * pdf/xpdf/pdf-document.cc:
11654         * shell/ev-window.c: (ev_window_open):
11655
11656         Fix document title bugs and fallback to
11657         filename when not available.
11658
11659 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
11660
11661         * backend/ev-document.c: (ev_document_get_type),
11662         (ev_document_class_init), (ev_document_load),
11663         (ev_document_get_title):
11664         * backend/ev-document.h:
11665         * pdf/xpdf/pdf-document.cc:
11666         * ps/ps-document.c: (ps_document_set_property),
11667         (ps_document_get_property), (ps_document_class_init),
11668         (document_load):
11669         * ps/ps-document.h:
11670         * ps/ps.h:
11671         * shell/ev-window.c: (update_window_title), (ev_window_open),
11672         (ev_window_init):
11673
11674         Initial support for document title. Not working yet.
11675
11676 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
11677
11678         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event):
11679
11680         Grab focus on the view when clicking it
11681
11682 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
11683
11684         * shell/ev-marshal.list:
11685         * shell/ev-view.c: (ev_view_realize), (add_scroll_binding),
11686         (ev_view_scroll_view), (ev_view_class_init), (ev_view_init):
11687
11688         Add key bindings to the view. Now if the focus would work
11689         right...
11690
11691 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
11692
11693         * Makefile.am:
11694         * backend/Makefile.am:
11695         * data/Makefile.am:
11696         * dvi/Makefile.am:
11697         * dvi/dvilib/Makefile.am:
11698         * pdf/xpdf/Makefile.am:
11699         * po/POTFILES.in:
11700         * ps/Makefile.am:
11701
11702         Fix distcheck
11703
11704 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
11705
11706         * shell/ev-view.c: (ev_view_realize):
11707
11708         Fix mouse wheel scrolling
11709
11710 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
11711
11712         * ps/Makefile.am:
11713         * ps/gstypes.h:
11714         * ps/gtkgs.c:
11715         * ps/gtkgs.h:
11716         * ps/ps-document.c: (catchPipe), (ps_document_init),
11717         (ps_document_class_init), (ps_document_cleanup),
11718         (ps_document_finalize), (send_ps), (ps_document_get_orientation),
11719         (set_up_page), (close_pipe), (is_interpreter_ready),
11720         (interpreter_failed), (output), (input), (start_interpreter),
11721         (stop_interpreter), (file_length), (file_readable),
11722         (check_filecompressed), (check_pdf), (compute_xdpi),
11723         (compute_ydpi), (compute_size), (ps_document_enable_interpreter),
11724         (ps_document_get_type), (ps_document_emit_error_msg),
11725         (document_load), (ps_document_next_page),
11726         (ps_document_get_current_page), (ps_document_get_page_count),
11727         (ps_document_goto_page), (ps_document_set_page_size),
11728         (ps_document_zoom_to_fit), (ps_document_set_zoom),
11729         (ps_document_load), (ps_document_get_n_pages),
11730         (ps_document_set_page), (ps_document_get_page),
11731         (ps_document_widget_event), (ps_document_set_target),
11732         (ps_document_set_scale), (ps_document_set_page_offset),
11733         (ps_document_get_page_size), (ps_document_render),
11734         (ps_document_document_iface_init):
11735         * ps/ps-document.h:
11736         * ps/ps.c:
11737         * shell/ev-window.c: (ev_window_open):
11738
11739         Rename GtkGS to PSDocument
11740
11741 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
11742
11743         * ps/gtkgs.c: (gtk_gs_class_init):
11744         * ps/gtkgs.h:
11745
11746         Some more leftover...
11747
11748 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
11749
11750         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_get_orientation),
11751         (output), (stop_interpreter), (gtk_gs_emit_error_msg),
11752         (gtk_gs_zoom_to_fit), (gtk_gs_set_zoom):
11753         * ps/gtkgs.h:
11754
11755         Remove unused code and make a lot of stuff private
11756
11757 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
11758
11759         * ps/gsdefaults.c: (gtk_gs_defaults_gconf_client),
11760         (gtk_gs_defaults_changed):
11761         * ps/gsdefaults.h:
11762         * ps/gtkgs.c:
11763         * ps/gtkgs.h:
11764         * ps/ps.h:
11765
11766         Cleanup headers dependencies
11767
11768 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
11769
11770         * ps/Makefile.am:
11771         * ps/ggvutils.c:
11772         * ps/ggvutils.h:
11773         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
11774         * ps/gsdefaults.h:
11775         * ps/gtkgs.c: (file_length), (file_readable),
11776         (check_filecompressed), (check_pdf), (gtk_gs_load),
11777         (gtk_gs_get_postscript):
11778
11779         Get rid of ggvutils
11780
11781 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
11782
11783         * ps/ggvutils.c:
11784         * ps/ggvutils.h:
11785         * ps/gsio.h:
11786         * ps/gtkgs.c: (gtk_gs_set_zoom):
11787
11788         Cleanups
11789
11790 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
11791
11792         * ps/gtkgs.c: (gtk_gs_set_zoom), (gtk_gs_set_zoom_mode):
11793
11794         Ensure the page is rerendered when changing zoom
11795
11796 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
11797
11798         * backend/ev-document.c: (ev_document_base_init),
11799         (ev_document_changed):
11800         * backend/ev-document.h:
11801
11802         Add a changed event that is emitted when the page content
11803         changes. This is necessary to deal with the fact that
11804         in ps backend rendering happen asycrounously.
11805         This makes the ps backend mostly work.
11806
11807         * pdf/xpdf/pdf-document.cc:
11808
11809         Emit changed event
11810
11811         * ps/gtkgs.c: (set_up_page), (gtk_gs_widget_event),
11812         (ps_document_set_target):
11813
11814         Emit changed event
11815
11816         * shell/ev-view.c: (document_changed_callback),
11817         (ev_view_set_document), (ev_view_set_page):
11818
11819         Redraw on the changed signal
11820
11821 2004-12-25  Raphael Higino  <raphaelh@cvs.gnome.org>
11822
11823         * configure.ac: Added pt_BR to ALL_LINGUAS.
11824
11825 Fri Dec 24 00:48:44 2004  Jonathan Blandford  <jrb@redhat.com>
11826
11827         * backend/ev-document-bookmarks.c:
11828         (ev_document_bookmarks_get_child): *
11829         backend/ev-document-bookmarks.h: * pdf/xpdf/Makefile.am: *
11830         pdf/xpdf/pdf-document.cc: * pdf/xpdf/pdf-document.h: *
11831         shell/Makefile.am: * shell/ev-sidebar-bookmarks.c:
11832         (ev_sidebar_bookmarks_destroy),
11833         (ev_sidebar_bookmarks_class_init),
11834         (ev_sidebar_bookmarks_construct), (stack_data_free),
11835         (do_one_iteration), (populate_bookmarks_idle),
11836         (ev_sidebar_bookmarks_clear_document),
11837         (ev_sidebar_bookmarks_set_document): *
11838         shell/ev-sidebar-bookmarks.h: * shell/ev-sidebar.c:
11839         (ev_sidebar_add_page),
11840         (ev_sidebar_set_document): * shell/ev-window.c: (ev_window_open):
11841         Initial stab at a bookmarks sidebar.  It doesn't navigate yet, but
11842         it displays both the topics and the page numbers.
11843
11844 2004-12-23  Kristian Høgsberg  <krh@redhat.com>
11845
11846         * shell/ev-window.c (ev_window_view_sidebar_cb): Hook up sidebar
11847         toggle.
11848         * shell/ev-window.c (toggle_entries): Set sidebar default value to
11849         visible.
11850
11851 2004-12-23  Adam Weinberger  <adamw@gnome.org>
11852
11853         * configure.ac: Added en_CA to ALL_LINGUAS.
11854
11855 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
11856
11857         * ChangeLog: replace bottom of this ChangeLog (merged history of
11858         ggv and gpdf; where all paths were wrong and most of the files are
11859         not even in this tree) with ChangeLog (from arch) of the shell
11860         code.
11861
11862 2004-12-23  Havoc Pennington  <hp@redhat.com>
11863
11864         * shell/ev-window.c: hook up potentially-questionable "find
11865         results status text" feature - something involving the sidebar or
11866         scrollbar or a continuous all-pages-on-giant-roll-of-paper-view
11867         might be better in the end.
11868
11869         * shell/ev-view.c (ev_view_get_find_status_message): new function, 
11870         with corresponding signal when it should be updated
11871
11872         * shell/eggfindbar.c (egg_find_bar_set_status_text): new function
11873
11874 2004-12-22  Havoc Pennington  <hp@redhat.com>
11875
11876         * pdf/xpdf/pdf-document.cc (pdf_document_find_begin): make search
11877         find stuff on other pages, sort of (only returns one result on
11878         invisible pages, to show they have results; updates full results
11879         for a page when you view it). Currently repaints the current page
11880         every time a new result is found on any page, which isn't so nice.
11881
11882 2004-12-22  Havoc Pennington  <hp@redhat.com>
11883
11884         * shell/ev-window.c (ev_window_cmd_edit_find): display an error if
11885         the document doesn't support find (better ideas?)
11886         (find_bar_search_changed_cb): handle missing document or document
11887         that doesn't support find
11888
11889         * pdf/xpdf/pdf-document.cc: port to implement the new
11890         EvDocumentFindIface
11891
11892         * backend/ev-document-find.c: create a new interface for searching
11893
11894         * backend/ev-document.h, backend/ev-document.c: delete the find stuff
11895
11896 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
11897
11898         * pdf/xpdf/Makefile.am (libpdfdocument_la_LIBADD): add
11899         libevbackend.la.
11900
11901         * shell/ev-window.c (ev_window_print): add GnomePrintJob to
11902         EvPrintJob constructor arguments.
11903
11904         * backend/ev-ps-exporter.c, backend/ev-ps-exporter.h: interface
11905         for documents that can export PostScript (page by page).
11906
11907         * backend/Makefile.am (libevbackend_la_SOURCES): add them.
11908         
11909         * pdf/xpdf/pdf-document.cc (pdf_document_ps_export_begin)
11910         (pdf_document_ps_export_do_page, pdf_document_ps_export_end)
11911         (pdf_document_ps_exporter_iface_init:
11912         Implement EvPSExporter.
11913
11914         * pdf/xpdf/Makefile.am (libxpdf_la_SOURCES): build PSOutputDev.
11915
11916 2004-12-22  Anders Carlsson  <andersca@gnome.org>
11917
11918         * backend/Makefile.am:
11919         * backend/ev-document-thumbnails.c:
11920         (ev_document_thumbnails_get_type),
11921         (ev_document_thumbnails_get_thumbnail):
11922         * backend/ev-document-thumbnails.h:
11923         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
11924         (pixbuf_document_thumbnails_get_thumbnail),
11925         (pixbuf_document_document_thumbnails_iface_init):
11926         * shell/Makefile.am:
11927         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_destroy),
11928         (ev_sidebar_thumbnails_class_init), (ev_sidebar_thumbnails_init),
11929         (populate_thumbnails), (ev_sidebar_thumbnails_set_document):
11930         * shell/ev-sidebar-thumbnails.h:
11931         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
11932         (ev_sidebar_set_document):
11933         * shell/ev-utils.c: (gaussian), (create_blur_filter),
11934         (create_shadow), (ev_pixbuf_add_shadow):
11935         * shell/ev-utils.h:
11936         Add thumbnail support.
11937         
11938 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
11939
11940         * shell/ev-window.c (ev_window_cmd_file_print, ev_window_print)
11941         (using_postscript_printer): Set up a print dialog for "PostScript
11942         injection" method.
11943
11944         * shell/ev-print-job.h, shell/ev-print-job.c: stub classes for
11945         EvPrintJob.
11946
11947         * shell/Makefile.am (evince_SOURCES): add ev-print-job.[ch]
11948
11949 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
11950
11951         * ps/gtkgs.c: (gtk_gs_init), (set_up_page),
11952         (ps_document_set_target), (ps_document_get_page_size),
11953         (ps_document_render):
11954         * ps/gtkgs.h:
11955
11956         Fix a few bugs
11957
11958 2004-12-22  Christian Rose  <menthos@menthos.com>
11959
11960         * configure.ac: Added "sv" to ALL_LINGUAS.
11961
11962 Wed Dec 22 14:47:38 2004  Jonathan Blandford  <jrb@redhat.com>
11963
11964         * backend/ev-document-bookmarks.[ch]: new interface to indicate
11965         document supports bookmarks.
11966
11967 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
11968
11969         * ps/ggvutils.c: (ggv_file_readable):
11970         * ps/ggvutils.h:
11971         * ps/gtkgs.c: (check_filecompressed), (check_pdf),
11972         (gtk_gs_get_postscript):
11973
11974         Remove unused utils
11975
11976 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
11977
11978         * ps/gtkgs.c: (gtk_gs_init), (gtk_gs_class_init), (gtk_gs_cleanup),
11979         (gtk_gs_finalize), (gtk_gs_set_center), (set_up_page), (output),
11980         (start_interpreter), (compute_size), (gtk_gs_enable_interpreter),
11981         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_reload),
11982         (gtk_gs_emit_error_msg), (gtk_gs_disable_interpreter),
11983         (gtk_gs_load), (gtk_gs_goto_page), (gtk_gs_set_page_size),
11984         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
11985         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
11986         (gtk_gs_set_antialiasing), (ps_document_load),
11987         (ps_document_render):
11988         * ps/gtkgs.h:
11989
11990         Another check point for the ps backend. Now I can get it to show
11991         pages!
11992
11993 Wed Dec 22 13:41:01 2004  Jonathan Blandford  <jrb@redhat.com>
11994
11995         * shell/ev-sidebar.c (ev_sidebar_set_document): initial sidebar
11996         document setting code.
11997
11998 2004-12-22  Anders Carlsson  <andersca@gnome.org>
11999
12000         * shell/eggfindbar.c: (entry_activate_callback):
12001         Animate the next button when activate is pressed.
12002         
12003 2004-12-22  Anders Carlsson  <andersca@gnome.org>
12004
12005         * shell/ev-window.c: (ev_window_cmd_edit_find),
12006         (update_fullscreen_popup), (ev_window_fullscreen),
12007         (ev_window_unfullscreen), (ev_window_state_event_cb),
12008         (ev_window_focus_out_cb), (find_bar_close_cb), (ev_window_init):
12009         Fix bugs in fullscreen code.
12010         
12011 2004-12-22  Anders Carlsson  <andersca@gnome.org>
12012
12013         * Makefile.am:
12014         * configure.ac:
12015         * pixbuf/Makefile.am:
12016         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
12017         (pixbuf_document_load), (pixbuf_document_get_n_pages),
12018         (pixbuf_document_set_page), (pixbuf_document_get_page),
12019         (pixbuf_document_set_target), (pixbuf_document_set_scale),
12020         (pixbuf_document_set_page_offset), (pixbuf_document_get_page_size),
12021         (pixbuf_document_render), (pixbuf_document_begin_find),
12022         (pixbuf_document_end_find), (pixbuf_document_finalize),
12023         (pixbuf_document_class_init),
12024         (pixbuf_document_document_iface_init), (pixbuf_document_init):
12025         * pixbuf/pixbuf-document.h:
12026         * shell/Makefile.am:
12027         * shell/ev-application.c: (ev_application_open):
12028         * shell/ev-window.c: (mime_type_supported_by_gdk_pixbuf),
12029         (ev_window_open):
12030         Add pixbuf backend.
12031         
12032 Tue Dec 21 21:45:43 2004  Soeren Sandmann  <sandmann@redhat.com>
12033
12034         * Makefile.am: 
12035         * dvi/dvilib/Makefile.am:
12036         * dvi/Makefile.am:
12037         * configure.ac: Auto*ify dvi and dvi/dvilib
12038
12039         * dvi/Makefile: Remove from CVS
12040         
12041         * dvi/dvilib/dl-pkfont.cc (unpack_bitmap): Fix uchar/uint
12042         confusion.
12043
12044         * dvi/dvilib/dl-fontdefinition.{cc,hh}: New DviFontMap class
12045         
12046         * dvi/dvilib/dl-vffont.{cc,hh}: Many bugfixes to VF code.
12047         
12048 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
12049
12050         * ps/Makefile.am:
12051         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_finalize),
12052         (gtk_gs_value_adjustment_changed), (compute_size),
12053         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_new_from_file),
12054         (gtk_gs_center_page), (gtk_gs_load), (gtk_gs_set_page_size),
12055         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
12056         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
12057         (gtk_gs_start_scroll), (gtk_gs_get_postscript),
12058         (gtk_gs_set_adjustments), (gtk_gs_set_available_size),
12059         (ps_document_load), (ps_document_get_n_pages),
12060         (ps_document_set_page), (ps_document_get_page),
12061         (ps_document_set_target), (ps_document_set_scale),
12062         (ps_document_set_page_offset), (ps_document_get_page_size),
12063         (ps_document_render), (ps_document_begin_find),
12064         (ps_document_end_find), (ps_document_document_iface_init):
12065         * ps/gtkgs.h:
12066         * shell/Makefile.am:
12067         * shell/ev-window.c: (ev_window_open):
12068
12069         Some work to integrate gtkgs with EvDocument
12070
12071 2004-12-22  Anders Carlsson  <andersca@gnome.org>
12072
12073         * shell/ev-window.c: (update_fullscreen_popup),
12074         (screen_size_changed_cb), (destroy_exit_fullscreen_popup),
12075         (exit_fullscreen_button_clicked_cb),
12076         (fullscreen_popup_size_request_cb), (ev_window_fullscreen),
12077         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
12078         (ev_window_state_event_cb), (ev_window_init):
12079         Add fullscreen support from Epiphany.
12080         
12081 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
12082
12083         * data/ev-stock-zoom-fit-width.png: fit-width
12084         stock icon from gpdf.
12085         
12086         * shell/ev-stock-icons.[ch]: copied from gpdf.
12087         
12088         * shell/main.c: (main): init stock icons.
12089         
12090         * shell/ev-window.c: use the fit-width icon.
12091         
12092         * data/evince-ui.xml: add zooming toolbar items.
12093
12094 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
12095
12096         * shell/ev-view.c: 
12097         (ev_view_best_fit), (ev_view_fit_width): because
12098         get_page_size() returns the scaled page size, we
12099         need to calculate the scale factor relative to
12100         the previous scale factor. Should really just
12101         add get_real_page_size().
12102
12103 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
12104
12105         * shell/ev-view.[ch]:
12106         (ev_view_zoom), (ev_view_zoom_in), (ev_view_zoom_out),
12107         (ev_view_normal_size), (ev_view_best_fit), (ev_view_fit_width):
12108         add zooming.
12109         
12110         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
12111         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_normal_size),
12112         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width):
12113         hook it up.
12114         
12115         * pdf/xpdf/pdf-document.cc:
12116         (pdf_document_begin_find),
12117         (pdf_document_end_find): make static.
12118
12119 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
12120
12121         * pdf/xpdf/GlobalParams.h (setupBaseFontsFc): add prototype.
12122
12123         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): maps base font
12124         names to fontconfig patterns.
12125         (setupBaseFontsFc): setupBaseFonts reimplemented using fontconfig.
12126
12127         * pdf/xpdf/pdf-document.cc (pdf_document_load): use
12128         setupBaseFontsFc.
12129
12130 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
12131
12132         * Makefile.am:
12133         * configure.ac:
12134         * ps/Makefile.am:
12135         * ps/ggvutils.c:
12136         * ps/ggvutils.h:
12137         * ps/gsdefaults.c:
12138         * ps/gsdefaults.h:
12139         * ps/gsio.c:
12140         * ps/gsio.h:
12141         * ps/gtkgs.c:
12142         * ps/gtkgs.h:
12143         * ps/ps.c:
12144         * ps/ps.h:
12145
12146         Import ggv backend. Not hooked up yet.
12147
12148 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
12149
12150         * shell/main.c: (load_files), (main): load files
12151         from the command line.
12152
12153 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
12154
12155         * configure.ac: don't require bonobo.
12156         
12157         * cut-n-paste/recent-files/*: kill bonobo recent
12158         view.
12159
12160         * shell/ev-window.c:
12161         (ev_window_is_empty): upd.
12162         (unable_to_load), (ev_window_open): load backend
12163         based on the mime type.
12164
12165 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
12166
12167         * backend/.cvsignore: ignore generated marshalers source.
12168
12169         * shell/main.c (main): this is not epiphany.
12170
12171 2004-12-22  Havoc Pennington  <hp@redhat.com>
12172
12173         * shell/ev-view.c (ev_view_set_document): connect to "found" signal
12174         (expose_bin_window): draw find highlights
12175
12176         * shell/ev-window.c (find_bar_search_changed_cb): implement 
12177         
12178         * pdf/xpdf/pdf-document.cc (pdf_document_begin_find) 
12179         (pdf_document_end_find): implement this interface
12180
12181         * backend/ev-document.c (ev_document_found): add this to emit
12182         signal
12183
12184 Tue Dec 21 23:57:37 2004  Owen Taylor  <otaylor@redhat.com>
12185
12186         * data/evince-ui.xml: Add a few more toolbar items.
12187
12188         * shell/ev-window.c: Hook up page navigation toolbar 
12189         items.
12190
12191         * shell/ev-view.[ch]: add ev_view_set/get_page and 
12192         a page-changed signal.
12193
12194         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc::
12195         Add ev_document_get_page().
12196
12197         * shell/ev-window.c: Sensitize/desensitize navigation
12198         actions.
12199
12200 2004-12-21  Havoc Pennington  <hp@redhat.com>
12201
12202         * backend/ev-backend-marshal.c,
12203         backend/ev-backend-marshalers.list, backend/Makefile.am: add
12204         marshaler-generator thingy. I'm sure there's a better way to do
12205         this in the modern world.
12206
12207         * backend/ev-document.h (struct _EvDocumentIface): add begin_find,
12208         end_find methods and "found" signal.
12209
12210         * configure.ac: find glib-genmarshal
12211
12212 Tue Dec 21 23:20:35 2004  Jonathan Blandford  <jrb@redhat.com>
12213
12214         * shell/ev-sidebar.c: Construct an actual sidebar.
12215         * shell/ev-sidebar-bookmarks.[ch]:
12216         * shell/ev-sidebar-thumbnails.[ch]: Stub out sidebars.
12217
12218 Tue Dec 21 23:05:51 2004  Owen Taylor  <otaylor@redhat.com>
12219
12220         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc:
12221         Redo size handling.
12222         
12223         * shell/ev-view.c: Track the size from the document.
12224
12225 Tue Dec 21 22:17:04 2004  Owen Taylor  <otaylor@redhat.com>
12226
12227         * pdf/xpdf/pdf-document.cc (pdf_document_load): PDFDoc
12228         constructor assumes ownership of the string passed in.
12229         
12230         * shell/ev-window.c (ev_window_open): Destroy the error
12231         dialog once we've displayed it.
12232
12233 Tue Dec 21 21:58:56 2004  Owen Taylor  <otaylor@redhat.com>
12234
12235         * pdf/xpdf/pdf-document.cc shell/ev-view.c: Hook things up 
12236         a bit, it works! (sort of)
12237
12238         * pdf/xpdf/Makefile.am pdf/xpdf/pdf-document.cc:
12239         Move to .cc since we need to use C++ in the implementation.
12240
12241         * shell/dummy.cc: Add a CC file to force evince
12242         to be linked as a C++ program.
12243
12244 Tue Dec 21 21:07:55 2004  Owen Taylor  <otaylor@redhat.com>
12245
12246         * shell/ev-view.[ch]: Start of content-area widget.
12247
12248         * shell/ev-window.c: Create a EvView, update it
12249         as we change documents.
12250
12251         * shell/Makefile.am shell/ev-marshal.list: Add
12252         generated marshalers.
12253
12254 Tue Dec 21 20:28:11 2004  Jonathan Blandford  <jrb@redhat.com>
12255
12256         * Makefile.am (SUBDIRS): move shell.
12257
12258 Tue Dec 21 19:28:55 2004  Owen Taylor  <otaylor@redhat.com>
12259
12260         * pdf/{goo,fofi,splash,xpdf}/Makefile.am: Switch from
12261         .a to libtool convenience libraries.
12262
12263         * shell/ev-window.c (ev_window_open): Hard code loading
12264         a PDF document.
12265         
12266         * backend/ev-document.h: Add a boolean return to load(),
12267         fix GError * to GError **.
12268
12269         * pdf/xpdf/pdf-document.[ch] Makefile.am: Add a stub
12270         object for a PDF backend EvDocument.
12271
12272 Tue Dec 21 18:55:06 2004  Søren Sandmann  <sandmann@redhat.com>
12273
12274         * dvi/*: New directory with the beginning of a .dvi backend.
12275
12276 2004-12-21  Havoc Pennington  <hp@redhat.com>
12277
12278         * shell/eggfindbar.c (egg_find_bar_init): change buttons to
12279         previous/next instead of back/forward
12280
12281 Tue Dec 21 18:26:24 2004  Owen Taylor  <otaylor@redhat.com>
12282
12283         * backend/ev-document.[ch]: Fix a couple of problems so
12284         it compile.
12285
12286 Tue Dec 21 18:20:40 2004  Owen Taylor  <otaylor@redhat.com>
12287
12288         * viewer/* backend/* configure.ac Makefile.am: Move viewer directory 
12289         to backend/ directory, rename EvViewer to EvDocument.
12290
12291 2004-12-21  Havoc Pennington  <hp@redhat.com>
12292
12293         * shell/ev-window.c: hook up the find bar widget; now we just need
12294         a document to find things in
12295
12296         * shell/eggfindbar.c: a find bar widget
12297
12298 Tue Dec 21 17:20:16 2004  Jonathan Blandford  <jrb@redhat.com>
12299
12300         * shell/ev-sidebar.[ch]: initial sidebar boilerplate.
12301
12302 Tue Dec 21 16:30:58 2004  Owen Taylor  <otaylor@redhat.com>
12303
12304         * pdf/**: Import of xpdf code from gpdf. 
12305
12306         * pdf/xpdf/xpdfconfig.h: Move the non-config.h config.h to xpdfconfig.h
12307
12308         * pdf/splash/SplashFTFont.{cc,h} pdf/splash/SplashFTFont.h
12309         pdf/splash/SplashFTFontEngine.h pdf/splash/SplashFTFontFile.h: 
12310         Fix FreeType includes.
12311
12312         * pdf/xpdf/{Error.h GnomeVFSStream.cc ImageOutputDev.cc PDFDoc.cc\
12313         pdffonts.cc pdfimages.cc pdfinfo.cc pdftoppm.cc pdftops.cc
12314         pdftotext.cc PSOutputDev.cc PSOutputDev.h SplashOutputDev.h
12315         Stream.cc TextOutputDev.cc XPDFApp.cc xpdf.cc XPDFViewer.cc
12316         pdf/xpdf/Error.h PSOutputDev.h SplashOutputDev.h}:
12317         Include xpdfconfig.h
12318         
12319 Tue Dec 21 16:08:17 2004  Jonathan Blandford  <jrb@redhat.com>
12320
12321         * shell/ev-window.c (ev_window_dispose): dispose can be called
12322         multiple times.
12323
12324 2004-12-21  Havoc Pennington  <hp@redhat.com>
12325
12326         * shell/ev-window.c (ev_window_init): set title to Document Viewer
12327         rather than Evince
12328
12329         * data/evince-ui.xml, shell/ev-window.c: add a bunch of stub menu
12330         items; really they should be synced with the strings, etc. from
12331         current gpdf, but just getting the boring typing out of the way 
12332
12333 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
12334
12335         * po/POTFILES.in:
12336         * shell/ev-application.c: (window_destroy_cb):
12337         * shell/ev-window.c:
12338         * shell/main.c: (main):
12339
12340         Actually show the window...
12341
12342 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
12343
12344         * Makefile.am:
12345         * shell/Makefile.am:
12346         * shell/ev-application.c: (ev_application_class_init):
12347         * shell/ev-window.c: (ev_window_dispose), (ev_window_class_init):
12348
12349         Make it build again
12350
12351 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
12352
12353         Import to gnome cvs.
12354         
12355         * Remove copies of gpdf and ggv trees.
12356         * Rip out all the recursive configure code.
12357         * Remove bonobo machinery.
12358         * viewer/*: GInterfaces that backends should/can implement.
12359
12360 2004-11-09  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12361
12362         * shell/ev-window.c (ev_window_cmd_help_about): fix "documentors"
12363         typo
12364
12365 2004-10-28  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12366
12367         * shell/ev-application.c (EV_APPLICATION_GET_PRIVATE)
12368         (ev_application_finalize, ev_application_class_init)
12369         (ev_application_init): use GType instance private data for priv.
12370
12371         * shell/ev-window.c (EV_WINDOW_GET_PRIVATE)
12372         (ev_window_finalize, ev_window_class_init)
12373         (ev_window_init): ditto.
12374
12375 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12376
12377         * shell/ev-application.c (ev_application_new_window): make public
12378         (ev_application_show_initial_window): kill.
12379
12380         * shell/ev-application.h: update prototypes.
12381
12382         * shell/main.cc (main): inline ev_application_show_initial_window.
12383
12384 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12385
12386         * shell/ev-application.c (ev_application_new_window): impl.
12387         (ev_application_show_initial_window): use it.
12388         (is_window_empty, ev_application_get_empty_window): returns an
12389         existing empty window or a new one.
12390         (ev_application_open): from ev_window_cmd_file_open.
12391
12392         * shell/ev-application.h: update prototypes
12393
12394         * shell/ev-window.c (ev_window_is_empty): impl.
12395         (ev_window_open): make public.
12396         (ev_window_cmd_file_open): use ev_application_open
12397
12398         * shell/ev-window.h: update prototypes, remove unused.
12399
12400 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12401
12402         * shell/ev-window.c (ev_window_destroy, ev_window_class_init):
12403         move destroy handler out of here...
12404
12405         * shell/ev-application.c, shell/ev-application.h: ...into this new
12406         class. Also handles initial window creation.
12407
12408         * shell/main.cc (main): use EvApplication to create initial
12409         window.
12410
12411 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12412
12413         * Makefile.am (SUBDIRS): add cut-n-paste
12414
12415         * cut-n-paste/Makefile.am: add
12416
12417         * configure.ac: generate Makefiles in cut-n-paste
12418
12419 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12420
12421         * shell/ev-window.c (ev_window_dispose): new, unref the ui_manager
12422         (ev_window_class_init): install ev_window_dispose.
12423
12424 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12425
12426         * shell/ev-window.h, shell/ev-window.c: replace gchar with
12427         char (gchar looks stupid).
12428
12429 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12430
12431         * po/de.po: updated German translation.
12432
12433 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12434
12435         * configure.ac: add more pkg-config library checks for gnome-vfs,
12436         bonobo etc.
12437
12438         * gpdf/configure.in: temporarily disable libpaper
12439         checks. Otherwise I'd have to add the checks for the shell, too.
12440
12441 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12442
12443         * shell/ev-window.c (ev_window_cmd_file_open): add ps+pdf, ps, pdf
12444         and * file filters to the file choose.
12445
12446 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12447
12448         * po/de.po: Updated German translation.
12449
12450 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12451
12452         * shell/ev-window.c: use "S" as mnemonic for Statusbar.
12453
12454 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12455
12456         * data/evince-ui.xml: add View->Toolbar and View->Statusbar.
12457
12458         * shell/ev-window.c (menu_item_select_cb, menu_item_select_cb)
12459         (ev_window_init): implement those menuitems.
12460
12461 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12462
12463         * data/evince-ui.xml: add a toolbar (with FileOpen action)
12464
12465         * shell/ev-window.c (ev_window_init): use the toolbar.
12466
12467 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12468
12469         * shell/ev-window.c (ev_window_init): use menu translations
12470
12471 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12472
12473         * configure.ac: add "de" to ALL_LINGUAS.
12474
12475         * po/de.po: add German translation.
12476
12477 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12478
12479         * Makefile.am (SUBDIRS): add po
12480
12481         * configure.ac: check intltool, glib-gettext etc, generate
12482         po/Makefile.in
12483
12484         * po, po/POTFILES.in, po/POTFILES.skip: new.
12485
12486 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12487
12488         * shell/Makefile.am (INCLUDES): define GNOMELOCALEDIR which we
12489         already use (#ifdef ENABLE_NLS)
12490
12491         * shell/ev-window.c (ev_window_cmd_help_about): fix two star
12492         pointer indirection thinko.
12493
12494         * shell/main.c: include gi18n.h for bindtextdomain etc.
12495
12496 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12497
12498         * shell/ev-window.c (menu_item_select_cb, menu_item_deselect_cb)
12499         (connect_proxy_cb, disconnect_proxy_cb, ev_window_init): show
12500         tooltips for menu items in the statusbar.
12501
12502 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12503
12504         * configure.ac, data/Makefile.am, shell/Makefile.am: use
12505         pkgdatadir drop UIDIR
12506
12507 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12508
12509         * data/evince-ui.xml: Add File->Open menu item
12510
12511         * shell/ev-window.c (ev_window_cmd_file_open): impl. (shows a file
12512         chooser), hook it up in the ui manager.
12513
12514 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12515
12516         * shell/ev-window.c: fix Help->About tooltip.
12517
12518 2004-10-23 Martin Kretzschmar  <m_kretzschmar@gmx.net>
12519
12520         * configure.ac: set CFLAGS for libevprivate.
12521
12522         * lib/ev-stock-icons.h, lib/ev-stock-icons.c: stock icon
12523         definitions, factory etc.
12524
12525         * lib/Makefile.am: build libevprivate.a (only stock icon code).
12526
12527         * shell/Makefile.am: link against libevprivate.a.
12528
12529         * shell/ev-window.c (entries): add stock icon to Help->About.
12530
12531         * shell/main.c (main): init stock icon code.
12532
12533 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12534
12535         * lib/recent-files: egg recent files code
12536
12537         * lib/Makefile.am: add.
12538
12539         * Makefile.am: add lib subdir.
12540
12541         * configure.ac: gen. lib/Makefile and lib/recent-files/Makefile,
12542         set CFLAGS for recent-files.
12543
12544 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12545
12546         * configure.ac: disable -ansi and -pedantic gcc flags. They
12547         disable POSIX stuff in stdio.h, but egg-recent uses them.
12548
12549 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net> 
12550
12551         * configure.ac: add --disable-deprecated flag (defaults to on in
12552         "cvs" builds).
12553
12554         * shell/Makefile.am (INCLUDES): use it.
12555
12556 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12557
12558         * shell/main.c: add missing #include.
12559
12560         * shell/ev-window.c: fix for pedantic gcc.
12561         (ev_window_cmd_help_about): split license into paragraphs for
12562         translators and pedantic compilers.
12563
12564 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12565
12566         * configure.ac: add more warning flags if compiling with gcc from
12567         cvs (or explicitly requested with --enable-more-warnings).
12568
12569 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12570
12571         * data/evince-ui.xml: add File and File->Close menu.
12572
12573         * shell/ev-window.c (ev_window_cmd_file_close_window): impl.
12574         (ev_window_destroy): quit after destroy.
12575         (ev_window_class_init): override GtkObject::destroy.
12576         (entries): install close_window callback.
12577
12578 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12579
12580         * Makefile.am (SUBDIRS): add data subdir.
12581
12582         * configure.ac (UIDIR): gen data/Makefile, define UIDIR.  Require
12583         gtk+ 2.5.0 for GtkAboutDialog.
12584
12585         * data/Makefile.am, data/evince-ui.xml: add, ui definition for the
12586         main window.
12587
12588         * shell/Makefile.am (INCLUDES): propagate UIDIR definition.
12589
12590         * shell/ev-window.c (ev_window_init): create a menubar, using a ui
12591         manager.
12592         (ev_window_cmd_help_about): about command, using GtkAboutDialog.
12593
12594 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12595
12596         * shell/ev-window.c, shell/ev-window.h: Created an EvWindow class.
12597
12598 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12599
12600         * shell/main.c: make it a trivial gtk+ program, adjust configure.ac
12601
12602 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12603
12604         * shell/*: Added shell directory boilerplate, build it.
12605
12606 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12607
12608         * configure.ac, Makefile.am: Added top-level configure.ac and
12609         Makefile.am