]> www.fi.muni.cz Git - evince.git/blob - ChangeLog
Update for release 2.21.1
[evince.git] / ChangeLog
1 2007-12-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2
3         * NEWS:
4         * configure.ac:
5         
6         Update for release 2.21.1
7
8 2007-12-02  Carlos Garcia Campos  <carlosgc@gnome.org>
9
10         * configure.ac:
11         * cut-n-paste/gedit-message-area/Makefile.am:
12         * cut-n-paste/gedit-message-area/gedit-message-area.[ch]:
13         * shell/Makefile.am:
14         * shell/ev-message-area.[ch]:
15         * shell/ev-window.c: (ev_window_set_message_area),
16         (ev_window_error_message_response_cb), (ev_window_error_message),
17         (ev_window_load_job_cb), (ev_window_cmd_file_open_copy_at_dest),
18         (ev_window_save_job_cb), (image_save_dialog_response_cb),
19         (ev_attachment_popup_cmd_open_attachment),
20         (attachment_save_dialog_response_cb), (ev_window_set_document),
21         (ev_window_init):
22
23         Use a message area instead of a popup dialog for error
24         notifications. Fixes bug #337495.
25         
26 2007-12-02  Carlos Garcia Campos  <carlosgc@gnome.org>
27
28         * shell/ev-window.c: (fullscreen_toolbar_remove_shadow),
29         (ev_window_run_fullscreen):
30
31         Remove the shadow of the fullscreen toolbar. Fixes bug #500702.
32         
33 2007-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
34
35         * ev-sidebar-thumbnails.c: (update_visible_range),
36         (ev_sidebar_thumbnails_refresh),
37         (ev_sidebar_thumbnails_set_document),
38         (ev_sidebar_thumbnails_support_document):
39
40         Show thumbnails for documents with one page. Fixes bug #358751.
41         
42 2007-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
43
44         * shell/ev-window.c:
45         (ev_window_load_print_settings_from_metadata),
46         (ev_window_save_print_settings), (ev_window_print_finished),
47         (ev_window_print_range):
48
49         Print settings that are specific to the document are now saved per
50         document in the metadata file. Fixes bug #488806.
51         
52 2007-11-26  Matthias Clasen  <mclasen@redhat.com>
53
54         * backend/tiff/tiff-document.c: (tiff_document_render):
55
56         Tiff documents were rendered with wrong colors. Fixes bug #497279.
57         
58 2007-11-25  Carlos Garcia Campos  <carlosgc@gnome.org>
59
60         * shell/ev-application.[ch]: (get_find_string_from_args),
61         (ev_application_open_uri_at_dest), (ev_application_open_uri),
62         (ev_application_open_uri_list):
63         * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_new):
64         * shell/ev-window.[ch]: (ev_window_load_job_cb),
65         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
66         (ev_window_cmd_recent_file_activate),
67         (ev_window_open_recent_action_item_activated),
68         (ev_window_print_send), (open_remote_link):
69         * shell/main.c: (arguments_parse):
70
71         Add a command line option for search. Fixes bug #497710.
72         
73 2007-11-20  Darren Kenny  <darren.kenny@sun.com>
74
75         * shell/ev-jobs.c: (ev_job_print_new):
76
77         Fix endless loop when pages_per_sheet is 0. Fixes bug #498248.
78         
79 2007-10-29  Carlos Garcia Campos  <carlosgc@gnome.org>
80
81         * data/evince-toolbar.xml:
82         * shell/Makefile.am:
83         * shell/ev-application.c: (ev_application_init):
84         * shell/ev-open-recent-action.[ch]:
85         * shell/ev-window.c:
86         (ev_window_open_recent_action_item_activated),
87         (register_custom_actions):
88
89         Add an expander to the open toolbar item which pops up a dropdown
90         menu with the recently used documents. Fixes bug #487215.
91         
92 2007-10-29  Carlos Garcia Campos  <carlosgc@gnome.org>
93
94         * shell/ev-window.c: (ev_window_open_uri),
95         (ev_window_cmd_view_reload):
96
97         Do not jump to the first page when reloading by running evince
98         from the command line. Fixes bug #490847.
99         
100 2007-10-27  Hiroyuki Ikezoe  <poincare@ikezoe.net>
101
102         * shell/ev-window.c: (ev_window_cmd_help_contents):
103
104         Plugged memory leak when help file is not found. Fixes bug
105         #490762.
106         
107 2007-10-26  Carlos Garcia Campos  <carlosgc@gnome.org>
108
109         * configure.ac:
110
111         Enable djvu, dvi and comics backends by default. Fixes bug
112         #437121.
113         
114 2007-10-26  Carlos Garcia Campos  <carlosgc@gnome.org>
115
116         * configure.ac:
117         * cut-n-paste/Makefile.am:
118         * cut-n-paste/recent-files/*: Removed
119         * help/reference/Makefile.am:
120         * shell/Makefile.am:
121         * shell/ev-application.[ch]: (ev_application_shutdown),
122         (ev_application_init):
123         * shell/ev-window.c: (ev_window_add_recent),
124         (ev_window_setup_recent), (ev_window_dispose), (ev_window_init):
125
126         Bump requirements to gtk+ 2.10.0 and remove egg-recent code. 
127         
128 2007-10-25  Pascal Terjan  <pterjan@linuxfr.org>
129
130         * shell/ev-window.c: (launch_external_uri):
131
132         Let GnomeVFS check the URL, this allow more URL (like mailto:),
133         and report error if the URL is not supported (#489910).
134
135 2007-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
136
137         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
138         (pdf_document_file_exporter_begin_page),
139         (pdf_document_file_exporter_end_page):
140
141         Fix printing with poppler splash backend. Fixes bug #489774.
142         
143 2007-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
144
145         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
146         * shell/ev-print-job.c: (ev_print_job_class_init):
147
148         Fix a crash when printing with the gnome-print dialog. Fixes bug
149         #488939.
150         
151 2007-10-18  Sebastien Bacher  <seb128@ubuntu.com>
152
153         * backend/pixbuf/pixbuf-document.c:
154
155         Fix an implicit function definition warning (#487655)
156
157 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
158
159         * shell/ev-window.c:
160
161         Fix conflicting shortcut for view sade pane and presentation.
162         
163 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
164
165         * backend/pdf/ev-poppler.cc:
166         (pdf_document_file_exporter_begin_page),
167         (pdf_document_file_exporter_do_page),
168         (pdf_document_file_exporter_end_page),
169         (pdf_document_file_exporter_iface_init):
170         * libdocument/ev-file-exporter.[ch]:
171         (ev_file_exporter_begin_page), (ev_file_exporter_end_page):
172         * shell/ev-jobs.c: (ev_job_print_get_page_list),
173         (ev_job_print_run):
174
175         When printing multiple pages per sheet in reverse option, do not
176         invert the order of the pages in every sheet, but the order of the
177         sheets. Do not print blank pages when page range is invalid. Fixes
178         bugs #484857 and #485521.
179         
180 2007-10-10  Carlos Garcia Campos  <carlosgc@gnome.org>
181
182         * shell/ev-jobs.c: (ev_job_print_get_page_list),
183         (ev_job_print_run):
184         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
185
186         Respect ranges order when printing more than one range in random
187         order.
188         
189 2007-10-10  Martin Schanzenbach  <mschanzenbach@gmail.com>
190
191         * shell/ev-window.c: (ev_window_refresh_window_thumbnail),
192         (ev_window_setup_document), (ev_window_rotation_changed_cb):
193
194         Rotate also the window icon when document is rotated. Fixes bug
195         #474681.
196         
197 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
198
199         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field),
200         (pdf_document_forms_get_form_fields):
201
202         Silently ignore unknown form fields. Fixes bug #482654. Patch by
203         Matthias Drochner.
204         
205 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
206
207         * configure.ac:
208         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
209
210         Use poppler_page_render_for_printing() instead of
211         poppler_page_render() if available when exporting to a ps or pdf
212         file. Fixes bug #476627.
213         
214 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
215
216         * shell/ev-window.c: (ev_window_run_fullscreen):
217
218         Do not show the toolbar in fullscreen mode if the main toolbar is
219         not visible. Fixes bug #483048.
220         
221 2007-09-29  Carlos Garcia Campos  <carlosgc@gnome.org>
222
223         * shell/ev-view.c: (ev_view_button_press_event):
224
225         Give priority to form fields over images when deciding whether a
226         button press event is over an image or form field. It allows edit
227         form fields when they are over a background image. Fixes bug
228         #477841.
229         
230 2007-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
231
232         * NEWS:
233         * configure.ac:
234         
235         Update for release 2.20.0
236
237 2007-09-12  Carlos Garcia Campos  <carlosgc@gnome.org>
238
239         * backend/pdf/ev-poppler.cc:
240
241         Remove #ifdef HAVE_FORMS, so that forms support works again.
242
243 2007-09-05  Götz Waschk  <waschk@mandriva.org>
244
245         * configure.ac:
246         * data/evince.desktop.in.in:
247         
248         Fixes desktop file issues. See bug #473471.
249
250 2007-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
251
252         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
253         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
254         (ev_job_queue_remove_job):
255         * shell/ev-jobs.[ch]: (ev_job_save_init), (ev_job_save_dispose),
256         (ev_job_save_class_init), (ev_job_save_new), (ev_job_save_run):
257         * shell/ev-window.c: (ev_window_clear_save_job),
258         (ev_window_save_job_cb), (file_save_dialog_response_cb),
259         (ev_window_dispose):
260
261         Move save a copy task to its own job so that it's carried out in a
262         thread avoiding another lock in the main thread. Use
263         ev_xfer_uri_simple() instead of gnome_vfs_move() so that document
264         can be saved to a pathin another file system. Fixes bug #456891.
265         
266 2007-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
267
268         * NEWS:
269         * configure.ac:
270         
271         Update for release 2.19.92
272
273 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
274
275         * configure.ac:
276         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
277         (pdf_selection_get_selection_region),
278         (pdf_selection_get_selection_map),
279         (ev_form_field_from_poppler_field):
280
281         Bump requirements to poppler 0.6 and drop all ifdefs used. Double
282         and triple click selections are enabled again now.
283
284 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
285
286         * shell/ev-window.c: (ev_window_add_history):
287
288         Make sure not to use the history with documents not supporting
289         links. Fixes bug #468954.
290
291 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
292
293         * shell/ev-window.c: (ev_window_load_job_cb):
294
295         Restart the search when reloading a document with the find bar
296         visible. Fixes bug #461962.
297
298 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
299
300         * shell/ev-window.c: (setup_document_from_metadata),
301         (ev_window_load_job_cb), (ev_window_cmd_view_reload):
302
303         Do not jump to the first page when reloading a document from the
304         last page.
305
306 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
307
308         * shell/ev-window.c: (update_chrome_flag),
309         (setup_sidebar_from_metadata),
310         (ev_window_cmd_focus_page_selector), (ev_window_cmd_edit_find),
311         (ev_window_cmd_edit_find_next),
312         (ev_window_cmd_edit_find_previous), (ev_window_cmd_escape),
313         (ev_window_view_toolbar_cb), (ev_window_view_sidebar_cb),
314         (find_bar_close_cb), (view_actions_focus_in_cb):
315
316         Do not update visibility when changing a chrome flag so that it's
317         possible to update several flags and update visibility only once
318         for all of them.
319
320 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
321
322         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
323
324         Use GTK_UNIT_POINTS instead of GTK_UNIT_PIXEL, since it's not
325         supported by gtk+. Fixes bug #460907.
326
327 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
328
329         * shell/ev-view.c: (view_update_range_and_current_page):
330
331         Make sure current-page <= end-page in continuous mode. Fixes bug
332         #454950.
333
334 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
335
336         * backend/pdf/ev-poppler.cc: (build_tree):
337
338         Ignore outline items without a title. Fixes bug #453913.
339
340 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
341
342         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
343         (ev_view_button_release_event), (ev_view_leave_notify_event):
344
345         Use always drag mouse cursor during a drag operation. Fixes bug
346         #470564.
347
348 2007-09-02  Carlos Garcia Campos  <carlosgc@gnome.org>
349
350         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
351         (pdf_selection_get_selection_region),
352         (pdf_selection_get_selection_map):
353
354         Temporarily disable double and triple selections since it depends on
355         poppler cvs head. It'll be enabled again as soon as poppler 0.6 is
356         released and the update of the external dependency minimal version
357         approved.
358
359 2007-09-01  Carlos Garcia Campos  <carlosgc@gnome.org>
360
361         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
362         (pdf_document_file_exporter_do_page):
363         * libdocument/ev-file-exporter.h:
364         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
365         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
366
367         Actually fix printing regressions. Remove orientation from
368         EvPrintContext since it's redundant.
369
370 2007-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
371
372         * backend/dvi/dvi-document.c: (dvi_document_document_iface_init):
373         * backend/impress/impress-document.c:
374         (impress_document_document_iface_init):
375         * backend/ps/ps-document.c: (ps_document_document_iface_init):
376         * backend/djvu/djvu-document.c:
377         (djvu_document_document_iface_init),
378         (djvu_selection_get_selected_text), (djvu_selection_iface_init):
379         * backend/tiff/tiff-document.c:
380         (tiff_document_document_iface_init):
381         * backend/pixbuf/pixbuf-document.c:
382         (pixbuf_document_document_iface_init):
383         * backend/comics/comics-document.c:
384         (comics_document_document_iface_init):
385         * backend/pdf/ev-poppler.cc: (pdf_document_document_iface_init),
386         (pdf_selection_render_selection),
387         (pdf_selection_get_selected_text),
388         (pdf_selection_get_selection_region),
389         (pdf_selection_get_selection_map), (pdf_selection_iface_init):
390         * libdocument/ev-selection.[ch]: (ev_selection_get_selected_text),
391         (ev_selection_get_selection_region),
392         (ev_selection_get_selection_map):
393         * libdocument/ev-document.[ch]:
394         * shell/ev-pixbuf-cache.[ch]: (add_job),
395         (ev_pixbuf_cache_get_selection_surface), (update_job_selection):
396         * shell/ev-view-private.h:
397         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_new),
398         (ev_job_render_run):
399         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
400         * shell/ev-view.c: (start_selection_for_event),
401         (ev_view_button_press_event), (ev_view_drag_data_get),
402         (ev_view_drag_data_received), (ev_view_button_release_event),
403         (compute_new_selection_text), (compute_selections),
404         (ev_view_select_all), (get_selected_text), (ev_view_copy),
405         (ev_view_primary_get_cb):
406
407         Add support for double and triple click selections.
408
409 2007-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
410
411         * NEWS:
412         * configure.ac:
413
414         Update for release 2.19.4
415
416 2007-08-28  Justin Blanchard  <justinb04@aim.com>
417
418         * shell/ev-view-private.h:
419         * shell/ev-view.c: (ev_view_expose_event), (ev_view_init),
420         (ev_view_set_highlight_search):
421         * shell/ev-view.h:
422         * shell/ev-window.c: (ev_window_cmd_edit_find_next),
423         (ev_window_cmd_edit_find_previous), (find_bar_search_changed_cb),
424         (find_bar_visibility_changed_cb):
425         
426         Enables 'find next' when bindbar is hidden. Fixes bug #323817.
427
428 2007-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
429
430         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
431         (pdf_document_file_exporter_begin),
432         (pdf_document_file_exporter_do_page):
433         * shell/ev-jobs.c: (ev_job_print_run):
434         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
435
436         Create always a portrait cairo surface and rotate when needed for
437         landscape. It fixes printing problems in real printers.
438
439 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
440
441         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
442         * libdocument/ev-file-exporter.[ch]:
443         (ev_file_exporter_get_capabilities):
444         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
445         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
446
447         Adjust number of pages per row according to page orientation when
448         printing 2 or 6 pages per sheet.
449
450 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
451
452         * shell/ev-window.c: (ev_window_print_send):
453
454         Reset also cups setting to 1 when printing multiple pages per
455         sheet. Fixes bug #468853.
456
457 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
458
459         * libdocument/ev-document-misc.c:
460         (ev_document_misc_surface_rotate_and_scale):
461
462         Use directly cairo_surface_get_content() when creating a similar
463         surface as suggested by Jeff Muizelaar. Thanks again.
464
465 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
466
467         * backend/djvu/djvu-document.c: (djvu_document_render):
468         * backend/tiff/tiff-document.c: (tiff_document_render):
469         * backend/pdf/ev-poppler.cc: (pdf_document_render):
470         * libdocument/ev-document-misc.c:
471         (ev_document_misc_surface_from_pixbuf),
472         (ev_document_misc_surface_rotate_and_scale):
473
474         Use CAIRO_FORMAT_RGB24 instead of CAIRO_FORMAT_ARGB32 when
475         creating page surfaces. Fixes bug #453123. Thank you very much to
476         Jeff Muizelaar <jeff@infidigm.net>.
477
478 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
479
480         * shell/ev-page-cache.c: (ev_page_cache_new),
481         (ev_page_cache_get_thumbnail_size):
482         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page),
483         (ev_sidebar_thumbnails_set_loading_icon):
484
485         Also store in page-cache the dimensions of the thumbnails so that
486         they can be used to create the correct loading icon in the side
487         pane. Fixes bug #466857.
488
489 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
490
491         * backend/pdf/ev-poppler.cc:
492         (pdf_document_thumbnails_get_thumbnail):
493
494         Fix thumbnails rotation in pdf documents that include embedded 
495         thumbnails.
496
497 2007-08-15  Jens Granseuer  <jensgr@gmx.net>
498
499         * backend/pdf/ev-poppler.cc:
500
501         Don't use #ifdef in macro expansion. Some compilers don't
502         like that. Closes bug #467042.
503
504 2007-08-15  Justin Blanchard  <justinb04@aim.com>
505
506         * backend/djvu/djvu-document.c: (djvu_document_finalize):
507         
508         Fixes memory leak in djvu backend.
509
510 2007-08-15  Andreas Nilsson  <nisses.mail@home.se>
511
512         * data/icons/32x32/Makefile.am:
513         * data/icons/32x32/actions/Makefile.am:
514         * data/icons/32x32/actions/view-page-cont.svg:
515         * data/icons/32x32/actions/view-page-facing.svg:
516         * data/icons/48x48/Makefile.am:
517         * data/icons/48x48/actions/Makefile.am:
518         * data/icons/48x48/actions/view-page-cont.svg:
519         * data/icons/48x48/actions/view-page-facing.svg:
520         
521         Icons for a new sizes.
522
523 2007-08-14  Justin Blanchard  <justinb04@aim.com>
524
525         * shell/ev-page-cache.c: (build_height_to_page),
526         (ev_page_cache_get_height_to_page):
527         
528         Fixes invalid read, see bug #466401.
529
530 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
531
532         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
533         (set_drag_cursor):
534         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
535         (configure_item_cursor), (new_pixbuf_from_widget):
536
537         Fix multihead problems in toolbar editor. Fixes bug #382055.
538
539 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
540
541         * shell/ev-window.c: (ev_window_cmd_file_open),
542         (ev_window_cmd_save_as):
543
544         Use g_get_user_special_dir when available instead of
545         xdg_user_dir_lookup.
546
547 2007-08-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
548
549         * MAINTAINERS:
550         
551         Updated according to request on desktop-devel.
552
553 2007-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
554
555         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
556
557         Do not use cairo_rectangle and cairo_clip since we are
558         not using cairo_fill but cairo_paint. Use the same cairo context
559         for every page in the same expose event.
560
561 2007-07-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
562
563         * shell/ev-window.c: (file_open_dialog_response_cb): Plugged memory
564         leak.
565
566 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
567
568         * configure.ac:
569         * NEWS:
570
571         Release 0.9.3
572
573 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
574
575         * libdocument/ev-document-info.h:
576         * libdocument/ev-document.h:
577         * shell/ev-page-action.h:
578         * shell/ev-sidebar-links.h:
579
580         Fix a headers problem with ev-link
581         
582         * libdocument/ev-link.[ch]: (ev_link_mapping_get_area):
583         * shell/ev-view-private.h:
584         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
585         (get_link_area), (ev_view_query_tooltip),
586         (ev_view_leave_notify_event), (ev_view_destroy),
587         (ev_view_class_init):
588
589         Use new gtk tooltips when available instead of ev-tooltip.
590         
591 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
592
593         * shell/ev-window.c: (update_chrome_visibility),
594         (ev_window_sidebar_visibility_changed_cb):
595
596         Do not hide sidebar in fullscreen mode. Fixes bug #396535.
597         
598 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
599
600         * shell/ev-navigation-action.c:
601         (ev_navigation_action_history_changed),
602         (ev_navigation_action_set_history):
603         * shell/ev-navigation-action-widget.c:
604         (ev_navigation_action_widget_init):
605         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
606
607         Fix compile warnings.
608         
609 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
610
611         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
612         (egg_editable_toolbar_dispose):
613
614         Fix memory leak.
615         
616 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
617
618         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
619         (screensaver_disable_x11):
620         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout):
621         * shell/ev-window.c: (presentation_set_timeout):
622         * shell/ev-view.c: (ev_view_presentation_transition_start):
623
624         Use g_timeout_add_seconds instead of g_timeout_add when
625         available.
626         
627 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
628
629         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_init):
630
631         Set horizontal scrollbar policy to AUTOMATIC instead of
632         NEVER. Workaround for bug #449462.
633         
634 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
635
636         * shell/ev-jobs.c: (ev_job_render_page_ready):
637
638         Add page_ready callback to main loop with high priority and hold
639         a reference to job during idle.
640         
641 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
642
643         * configure.ac:
644         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
645         (pdf_document_file_exporter_begin),
646         (pdf_document_file_exporter_do_page),
647         (pdf_document_file_exporter_get_capabilities):
648         * libdocument/ev-file-exporter.h:
649         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
650         * shell/ev-window.c: (ev_window_print_send),
651         (ev_window_print_dialog_response_cb):
652
653         Allow printing multiple pages per sheet. Fixes bug #395573.
654         
655 2007-07-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
656
657         * shell/ev-view.c: (tip_from_link):
658         
659         Check for NULL, fixes bug #460862.
660
661 2007-07-29  Christian Persch  <chpe@gnome.org>
662
663         * shell/ev-window.c: (ev_window_enumerate_printer_cb),
664         (ev_window_preview_print_finished), (ev_window_do_preview_print),
665         (ev_window_cmd_preview_print):
666         
667         Fixes bug #437681 - blocks while enumerating printers.
668
669 2007-07-29  Christian Persch  <chpe@gnome.org>
670
671         * shell/ev-window.c: (ev_window_screen_changed):
672         
673         Don't use deprecated gtk+ function. See bug #460909.
674
675 2007-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
676
677         * shell/ev-utils.c: (get_num_monitors):
678         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
679
680         Do not use display before initializing it. Remove compile
681         warnings.
682
683 2007-07-27  Cosimo Cecchi   <anarki@lilik.it>
684
685         * shell/ev-view.c: (ev_view_class_init):
686         
687         Unix-like hjkl bindings added. See bug #458111.
688
689 2007-07-27  Johannes Buchner  <buchner.johannes@gmx.at>
690
691         * shell/ev-utils.c: (get_num_monitors), (get_screen_dpi):
692         * shell/ev-utils.h:
693         * shell/ev-view.c: (ev_view_set_zoom_for_size),
694         (ev_view_update_view_size):
695         * shell/ev-view.h:
696         * shell/ev-window.c: (ev_window_update_actions),
697         (setup_view_from_metadata), (ev_window_screen_changed),
698         (ev_window_sizing_mode_changed_cb), (ev_window_zoom_changed_cb),
699         (zoom_control_changed_cb):
700         * shell/ev-window.h:
701         
702         Reorganizes utility functions.
703
704 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
705
706         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
707         (copy_job_page_and_selection_to_job_info), (copy_job_to_job_info),
708         (add_job), (ev_pixbuf_cache_get_surface),
709         (ev_pixbuf_cache_get_link_mapping),
710         (ev_pixbuf_cache_get_image_mapping),
711         (ev_pixbuf_cache_get_form_field_mapping),
712         (ev_pixbuf_cache_get_text_mapping):
713         * shell/ev-jobs.[ch]: (ev_job_render_class_init),
714         (notify_page_ready), (ev_job_render_page_ready),
715         (ev_job_render_run):
716
717         Add page_ready signal to notify that page is ready as soon as
718         possible even if other page elements like links, forms, images or
719         text mapping are not ready yet.
720
721 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
722
723         * backend/dvi/dvi-document.c: (dvi_document_file_exporter_begin),
724         (dvi_document_file_exporter_do_page),
725         (dvi_document_file_exporter_get_capabilities),
726         (dvi_document_file_exporter_iface_init):
727         * backend/ps/ps-document.c: (ps_document_file_exporter_begin),
728         (ps_document_file_exporter_do_page),
729         (ps_document_file_exporter_get_capabilities),
730         (ps_document_file_exporter_iface_init):
731         * backend/djvu/djvu-document.c:
732         (djvu_document_file_exporter_begin),
733         (djvu_document_file_exporter_end),
734         (djvu_document_file_exporter_get_capabilities),
735         (djvu_document_file_exporter_iface_init):
736         * backend/tiff/tiff-document.c:
737         (tiff_document_file_exporter_begin),
738         (tiff_document_file_exporter_get_capabilities),
739         (tiff_document_document_file_exporter_iface_init):
740         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
741         (pdf_document_file_exporter_do_page),
742         (pdf_document_file_exporter_get_capabilities),
743         (pdf_document_file_exporter_iface_init):
744         * libdocument/ev-file-exporter.[ch]: (ev_file_exporter_begin),
745         (ev_file_exporter_get_capabilities):
746         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
747         (idle_print_handler), (ev_print_job_print):
748         * shell/ev-jobs.c: (ev_job_print_run):
749         * shell/ev-window.c: (ev_window_print_send),
750         (ev_window_print_range):
751
752         Use capabilities to know which options should be offered by the
753         print dialog depending on the document backend.
754
755 2007-07-25  Carlos Garcia Campos  <carlosgc@gnome.org>
756
757         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
758
759         Give priority to forms over text to set the cursor.
760
761 2007-07-24  Carlos Garcia Campos  <carlosgc@gnome.org>
762
763         * shell/ev-view-private.h:
764         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
765         (ev_view_leave_notify_event), (ev_view_finalize),
766         (ev_view_get_property), (ev_view_class_init):
767
768         Use IBEAM cursor for text form fields and NORMAL cursor for read
769         only fields. Remove unused status attribute.
770
771 2007-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
772
773         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
774
775         Update region for current selected items also for checkbox
776         buttons, since they can behave as radio buttons when they are in a
777         set.
778
779 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
780
781         * configure.ac:
782         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
783
784         Get max length of text form fields.
785
786 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
787
788         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
789         * libdocument/ev-form-field.h:
790         * shell/ev-view.c: (ev_view_form_field_text_create_widget):
791
792         Fix build with current poppler cvs head.
793
794 2007-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
795
796         * cut-n-paste/zoom-control/ephy-zoom-control.c:
797         * shell/eggfindbar.c: (egg_find_bar_init):
798
799         Fix build with gtk+ >= 2.11.5 due to gtktooltips
800         deprecation. Fixes bug #455667
801
802 2007-07-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
803
804         * NEWS:
805         * configure.ac:
806         
807         Update for release 0.9.2
808
809 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
810
811         * shell/ev-view.c: (ev_view_form_field_text_save),
812         (ev_view_form_field_choice_save):
813
814         Fix a crash when closing whith a form widget visible.
815
816 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
817
818         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
819
820         Update also the region of the current selected button when
821         clicking on another button if they are radio buttons.
822
823 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
824
825         * shell/ev-pixbuf-cache.[ch]: (ev_pixbuf_cache_class_init),
826         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
827         (add_job), (add_job_if_needed), (ev_pixbuf_cache_get_surface),
828         (ev_pixbuf_cache_get_link_mapping),
829         (ev_pixbuf_cache_get_image_mapping),
830         (ev_pixbuf_cache_get_form_field_mapping),
831         (ev_pixbuf_cache_get_text_mapping), (ev_pixbuf_cache_reload_page):
832         * shell/ev-view.c: (ev_view_form_field_get_region),
833         (ev_view_form_field_button_create_widget),
834         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
835         (job_finished_cb):
836
837         Redraw only form field region instead of the whole page when
838         reloading a page to show changes on the form field.
839
840 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
841
842         * shell/ev-view.c: (ev_view_form_field_choice_save):
843
844         Fix selection of first item in list form fields.
845
846 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
847
848         * shell/ev-pixbuf-cache.c: (add_job), (add_job_if_needed),
849         (ev_pixbuf_cache_reload_page),
850         (ev_pixbuf_cache_get_form_field_mapping):
851
852         Some refactoring to avoid duplicated code.
853
854 2007-07-08  Carlos Garcia Campos  <carlosgc@gnome.org>
855
856         * configure.ac:
857         * backend/pdf/ev-poppler.cc: (pdf_document_get_crop_box),
858         (ev_form_field_from_poppler_field),
859         (pdf_document_forms_get_form_fields),
860         (pdf_document_forms_form_field_text_get_text),
861         (pdf_document_forms_form_field_text_set_text),
862         (pdf_document_forms_form_field_button_set_state),
863         (pdf_document_forms_form_field_button_get_state),
864         (pdf_document_forms_form_field_choice_get_item),
865         (pdf_document_forms_form_field_choice_get_n_items),
866         (pdf_document_forms_form_field_choice_is_item_selected),
867         (pdf_document_forms_form_field_choice_select_item),
868         (pdf_document_forms_form_field_choice_toggle_item),
869         (pdf_document_forms_form_field_choice_unselect_all),
870         (pdf_document_forms_form_field_choice_set_text),
871         (pdf_document_forms_form_field_choice_get_text),
872         (pdf_document_document_forms_iface_init):
873         * libdocument/Makefile.am:
874         * libdocument/ev-form-field.[ch]:
875         * libdocument/ev-document-forms.[ch]:
876         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
877         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
878         (add_job), (ev_pixbuf_cache_reload_page),
879         (ev_pixbuf_cache_get_form_field_mapping):
880         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run):
881         * shell/ev-view-private.h:
882         * shell/ev-view.[ch]: (ev_view_set_scroll_adjustments),
883         (ev_view_handle_cursor_over_xy),
884         (ev_view_get_form_field_at_location),
885         (ev_view_forms_remove_widgets), (ev_view_form_field_destroy),
886         (ev_view_form_field_button_create_widget),
887         (ev_view_form_field_text_save), (ev_view_form_field_text_changed),
888         (ev_view_form_field_text_create_widget),
889         (ev_view_form_field_choice_save),
890         (ev_view_form_field_choice_changed),
891         (ev_view_form_field_choice_create_widget),
892         (ev_view_handle_form_field), (ev_view_size_allocate),
893         (ev_view_realize), (draw_end_presentation_page),
894         (ev_view_button_press_event), (ev_view_remove_all),
895         (ev_view_motion_notify_event), (ev_view_key_press_event),
896         (ev_view_enter_notify_event), (highlight_find_results),
897         (draw_loading_text), (draw_one_page), (ev_view_destroy),
898         (ev_view_class_init), (page_changed_cb),
899         (on_adjustment_value_changed), (ev_view_set_presentation),
900         (merge_selection_region), (ev_view_set_cursor),
901         (ev_view_reset_presentation_state):
902         
903         Merge evince-forms branch.
904
905 2007-07-03  Jaap Haitsma  <jaap@haitsma.org>
906
907         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: removed
908
909         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg.sh: added
910         This script also updates itself from libegg
911
912         * cut-n-paste/toolbar-editor/egg*:
913         Run update-toolbareditor-from-libegg.sh so we are in sync again with
914         libegg
915
916 2007-07-02  Jaap Haitsma  <jaap@haitsma.org>
917
918         * shell/ev-window.c:
919         
920         Adds a nice icon to page action during toolbar editing.
921         See bug #452872.
922
923 2007-07-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
924
925         * data/evince-toolbar.xml:
926         * shell/ev-window.c:
927         
928         Let user add a presentation and fullscreen icons on toolbar.
929         See bug #449734.
930
931 2007-07-01  Jaap Haitsma  <jaap@haitsma.org>
932
933         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: 
934
935         new script to keep in sync with toolbareditor in libegg
936
937         * cut-n-paste/toolbar-editor/*: 
938
939         Run update-toolbareditor-from-libegg so we are in sync again. 
940         Fixes bug #452850.
941         
942
943 2007-07-01  Carlos Garcia Campos  <carlosgc@gnome.org>
944
945         * shell/ev-sidebar-links.c: (job_finished_callback):
946
947         Do not connect selection changed signal more than once. Fixes bug
948         #349433.
949
950 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
951
952         * shell/ev-window.c: (ev_window_view_sidebar_cb):
953
954         Do not change sidebar chrome flag when pressing F9 key in
955         presentation mode.
956
957 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
958
959         * backend/pdf/ev-poppler.cc:
960         (pdf_document_thumbnails_get_dimensions):
961
962         Make sure thumbnails width and height is not <= 0. Fixes a crash
963         with some pdf documents which have really small pages.
964
965 2007-06-22  Gabor Kelemen  <kelemeng@gnome.hu>
966
967         * shell/main.c: (main):
968
969         Fixes program description translation issue.
970         Bug #450148.
971
972 2007-06-21  Cesar Fernandez  <cesar@pk2.org>
973
974         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
975
976         Do not change current page when returning from black/white mode
977         in presentation. Fixes bug #415032.
978
979 2007-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
980
981         * NEWS:
982         * configure.ac:
983         
984         Update for release 0.9.1
985
986 2007-06-17  Alaska Subedi  <asubedi@gmail.com>
987
988         * backend/dvi/dvi-document.c:
989         (dvi_document_finalize),
990         (dvi_document_file_exporter_format_supported),
991         (dvi_document_file_exporter_begin),
992         (dvi_document_file_exporter_do_page),
993         (dvi_document_file_exporter_end),
994         (dvi_document_file_exporter_iface_init), (dvi_document_init):
995         
996         PDF exporter for dvi documents. Fixes bug #441319.
997
998 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
999
1000         * shell/ev-window.c: (ev_window_clear_print_job):
1001
1002         Clear gtk print job when job has finished. Fixes bug #447612.
1003
1004 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1005
1006         * shell/ev-window.c: (ev_window_print_send),
1007         (ev_window_print_dialog_response_cb), (ev_window_print_range):
1008
1009         Add preview button to print dialog. Fixes bug #445419.
1010
1011 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1012
1013         * backend/dvi/Makefile.am:
1014         * backend/dvi/pixbuf-device.[ch]: Removed
1015         * backend/dvi/cairo-device.[ch]: Added
1016         * backend/dvi/mdvi-lib/dviread.c: (draw_shrink_rule):
1017         * backend/dvi/dvi-document.c: (dvi_document_load),
1018         (dvi_document_render), (dvi_document_finalize),
1019         (dvi_document_thumbnails_get_thumbnail), (parse_color),
1020         (dvi_document_do_color_special):
1021         * libdocument/ev-document-misc.[ch]:
1022         (ev_document_misc_pixbuf_from_surface):
1023
1024         Port dvi backend to cairo and fix a problem with colors. 
1025
1026 2007-06-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1027
1028         * shell/ev-view.c: (draw_one_page):
1029
1030         Draw only visible region.
1031
1032 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1033
1034         * backend/djvu/djvu-document.c: (djvu_document_render):
1035
1036         Fix rotation in djvu backend.
1037
1038 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1039
1040         * shell/ev-pixbuf-cache.c: (job_finished_cb),
1041         (ev_pixbuf_cache_get_surface), (ev_pixbuf_cache_get_link_mapping),
1042         (ev_pixbuf_cache_get_image_mapping),
1043         (ev_pixbuf_cache_get_text_mapping):
1044
1045         Redraw view every time we have a new surface. Fixes bug #443587.
1046
1047 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1048
1049         * libdocument/ev-document.c: (ev_document_info_free):
1050
1051         Fix memory leaks.
1052
1053 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1054
1055         * backend/dvi/dvi-document.c: (dvi_document_render),
1056         (dvi_document_render_pixbuf), (dvi_document_document_iface_init):
1057         * backend/impress/impress-document.c:
1058         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
1059         (impress_document_render), (impress_document_document_iface_init),
1060         (impress_document_thumbnails_get_thumbnail):
1061         * backend/djvu/djvu-document-private.h:
1062         * backend/djvu/djvu-document.c: (djvu_document_render),
1063         (djvu_document_finalize), (djvu_document_document_iface_init),
1064         (djvu_document_thumbnails_get_thumbnail), (djvu_document_init):
1065         * backend/tiff/tiff-document.c: (tiff_document_render),
1066         (tiff_document_render_pixbuf),
1067         (tiff_document_document_iface_init):
1068         * backend/pdf/ev-poppler.cc: (pdf_document_render),
1069         (pdf_document_render_pixbuf), (pdf_document_document_iface_init),
1070         (pdf_selection_render_selection):
1071         * backend/comics/comics-document.c:
1072         (comics_document_render_pixbuf), (comics_document_render),
1073         (comics_document_document_iface_init):
1074         * backend/pixbuf/pixbuf-document.c: (pixbuf_document_render),
1075         (pixbuf_document_document_iface_init):
1076         * libdocument/ev-document-misc.[ch]:
1077         (ev_document_misc_surface_from_pixbuf),
1078         (ev_document_misc_surface_rotate_and_scale):
1079         * libdocument/ev-document.[ch]: (ev_document_render):
1080         * libdocument/ev-selection.[ch]: (ev_selection_render_selection):
1081         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
1082         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
1083         (ev_pixbuf_cache_get_surface), (new_selection_surface_needed),
1084         (clear_selection_if_needed), (ev_pixbuf_cache_style_changed),
1085         (ev_pixbuf_cache_get_selection_surface), (clear_job_selection):
1086         * shell/ev-jobs.[ch]: (ev_job_render_dispose),
1087         (render_finished_cb), (ev_job_render_run):
1088         * shell/ev-view.c: (draw_loading_text), (draw_one_page),
1089         (merge_selection_region):
1090
1091         Use cairo image surfaces instead of GDK pixbufs for drawing pages
1092         and selections.
1093
1094 2007-06-12  Carlos Garcia Campos  <carlosgc@gnome.org>
1095
1096         * shell/ev-window-title.c: (ev_window_title_update):
1097
1098         Fix memory leak.
1099
1100 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1101
1102         * shell/ev-view.c: (draw_loading_text):
1103
1104         Show loading text centered. Fixes bug #433061
1105
1106 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1107
1108         * shell/ev-sidebar-thumbnails.c:
1109         (ev_sidebar_thumbnails_set_loading_icon):
1110
1111         Remove a mutex in the main thread that blocks the UI in heavy
1112         documents.
1113
1114 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1115
1116         * shell/ev-pixbuf-cache.c (copy_job_to_job_info):
1117
1118         Set points_set to TRUE so that selections don't disappear after a
1119         zoom change.
1120
1121 2007-06-07  Michael Monreal  <infernux@web.de>
1122
1123         * data/icons/16x16/actions/Makefile.am:
1124         * data/icons/16x16/actions/zoom.svg:
1125         * data/icons/22x22/actions/Makefile.am:
1126         * data/icons/22x22/actions/zoom.svg:
1127         * data/icons/24x24/actions/Makefile.am:
1128         * shell/ev-stock-icons.c:
1129         * shell/ev-stock-icons.h:
1130         * shell/ev-window.c:
1131         
1132         Zoom icon artwork. See bug #444795.
1133
1134 2007-06-05  Bastien Nocera  <hadess@hadess.net>
1135
1136         * shell/ev-metadata-manager.c: Remove extraneous function
1137         (Closes: #444386)
1138
1139 2007-06-05  Bastien Nocera  <hadess@hadess.net>
1140
1141         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
1142         (ev_metadata_manager_shutdown), (ev_metadata_manager_set_last),
1143         (ev_metadata_manager_set), (ev_metadata_manager_save):
1144         Simplify the timeout, no need for modified anymore
1145
1146 2007-06-05  Bastien Nocera  <hadess@hadess.net>
1147
1148         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout),
1149         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
1150         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
1151         (ev_metadata_manager_save): Adapted patch from Arjan van de
1152         Ven (arjan@linux.intel.com) to avoid the timeout running all the
1153         time, saves on power (Closes: #443851)
1154
1155 2007-06-02  Carlos Garcia Campos  <carlosgc@gnome.org>
1156
1157         * configure.ac:
1158         * backend/pdf/ev-poppler.cc: (pdf_document_images_get_images),
1159         (pdf_selection_render_selection), (pdf_document_get_page_duration):
1160
1161         Bump requirements to poppler 0.5.9 and drop all ifdefs used.
1162
1163 2007-05-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1164
1165         * shell/ev-window.c: (ev_window_add_history):
1166
1167         Check if history is NULL
1168
1169 2007-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1170
1171         * libdocument/ev-image.c: (ev_image_finalize):
1172         * libdocument/ev-document-factory.c: (free_uncompressed_uri):
1173         * libdocument/ev-attachment.c: (ev_attachment_finalize):
1174         * libdocument/ev-file-helpers.[ch]: (ev_tmp_filename_unlink),
1175         (ev_tmp_uri_unlink):
1176
1177         Add functions to delete temporary files created by evince in a safe
1178         way.
1179
1180         * shell/ev-window.c: (ev_window_clear_local_uri),
1181         (open_xfer_update_progress_callback),
1182         (save_xfer_update_progress_callback), (ev_window_save_remote),
1183         (file_save_dialog_response_cb), (ev_window_cmd_save_as),
1184         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
1185         (attachment_save_dialog_response_cb),
1186         (ev_attachment_popup_cmd_save_attachment_as):
1187
1188         Allow saving a copy of a document, image or attachment to a remote
1189         location. Fixes bug #440754. 
1190
1191 2007-05-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1192
1193         * configure.ac:
1194         * backend/pdf/ev-poppler.cc: (pdf_selection_render_selection):
1195
1196         Fix build with current poppler from cvs head. 
1197
1198 2007-05-21  Eduardo Lima <eduardo.lima@indt.org.br>
1199
1200         * libdocument/ev-file-helpers.c: (ensure_dir_exists):
1201
1202         Using g_mkdir_with_parents() instead of g_mkdir() to really ensure the
1203         directory exists.
1204
1205 2007-05-20  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1206
1207         * shell/ev-sidebar.c: (ev_sidebar_add_page):
1208         * shell/ev-window.c:
1209
1210         Change sidebar ordering. Fixes bug #439939.
1211
1212 2007-05-20  Marc Brockschmidt he+bugzilla.g@marcbrockschmidt.de
1213
1214         * backend/comics/Makefile.am:
1215         
1216         Fixes build with --without-libgnome.
1217
1218 2007-05-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1219         
1220         * shell/ev-view.c: (page_changed_cb), (on_adjustment_value_changed):
1221
1222         Update cursor and tooltip on page change and view scroll. Fixes bug
1223         #439217.
1224
1225 2007-05-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1226
1227         * NEWS:
1228         * configure.ac:
1229         
1230         Update for release 0.9.0
1231
1232 2007-05-14  Alaska Subedi <asubedi@gmail.com>
1233
1234         * backend/djvu/djvu-document-private.h:
1235         * backend/djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
1236         (djvu_document_finalize),
1237         (djvu_document_file_exporter_format_supported),
1238         (djvu_document_file_exporter_begin),
1239         (djvu_document_file_exporter_do_page),
1240         (djvu_document_file_exporter_end),
1241         (djvu_document_file_exporter_iface_init), (djvu_document_init):
1242         
1243         Implemented printing with djvu. Bug #437998.
1244
1245 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1246
1247         * backend/impress/zip.c:
1248         Add missing ulong definition.
1249
1250         * backend/ps/ps-interpreter.c:
1251         Add missing headers.
1252
1253         Fix compilation on FreeBSD. Patch by Roy Marples. Fixes bug #438277.
1254
1255 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1256
1257         * backend/pdf/ev-poppler.cc: (pdf_document_dispose):
1258
1259         Add missing call to parent class dispose method. 
1260
1261 2007-05-12  Ross Burton  <ross@openedhand.com>
1262
1263         * shell/main.c:
1264         Sync keybindings manually when building without libgnome
1265         (#437925).
1266
1267 2007-05-12  Ross Burton  <ross@openedhand.com>
1268
1269         * shell/ev-window.c:
1270         Respect the screen when opening help (#437866).
1271
1272 2007-05-11  Carlos Garcia Campos  <carlosgc@gnome.org>
1273
1274         * data/evince-ui.xml:
1275         * shell/ev-application.[ch]: (get_print_settings_from_args),
1276         (ev_application_open_uri_at_dest), (ev_application_open_uri),
1277         (ev_application_open_uri_list):
1278         * shell/ev-window.[ch]: (ev_window_clear_print_settings_file),
1279         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
1280         (ev_window_cmd_recent_file_activate), (ev_window_run_preview),
1281         (ev_window_cmd_view_reload), (lookup_printer_from_name),
1282         (ev_window_preview_print_finished), (ev_window_cmd_preview_print),
1283         (ev_window_dispose):
1284         * shell/main.c: (arguments_parse):
1285
1286         Add print button in preview mode. Fixes bug #396475. 
1287
1288 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1289
1290         * cut-n-paste/zoom-control/ephy-zoom.h:
1291         
1292         Fixes zoom level factors. See bug #408119 for details.
1293
1294 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1295
1296         * backend/comics/comics-document.c: (comics_regex_quote),
1297         (extract_argv):
1298         
1299         Correctly quote symbols. Fixes crash in the bug
1300         #415370.
1301
1302 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1303
1304         * shell/ev-navigation-action-widget.c:
1305         (ev_navigation_action_widget_init),
1306         (ev_navigation_action_widget_class_init),
1307         (ev_navigation_action_widget_button_press_event):
1308         
1309         Connect to button-press event on correct widget. Fixes
1310         bug #431988
1311
1312 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1313
1314         * shell/ev-application.c: (ev_application_open_window),
1315         (ev_application_add_icon_path_for_screen),
1316         (ev_application_open_uri_at_dest):
1317         * shell/ev-navigation-action-widget.c: (popup_menu_under_arrow):
1318         * shell/ev-navigation-action.c: (build_menu):
1319         
1320         Add app-specific icons to our icon theme. Fixes bug
1321         #425508.
1322
1323 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1324
1325         * shell/ev-history.c: (ev_history_class_init),
1326         (ev_history_add_link):
1327         * shell/ev-history.h:
1328         * shell/ev-navigation-action.c:
1329         (ev_navigation_action_history_changed),
1330         (ev_navigation_action_set_history), (build_menu),
1331         (ev_navigation_action_finalize):
1332         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
1333         
1334         Make navigation action unsensitive instead of showing
1335         menu with unsensitive word. Fixes bug #417392.
1336
1337 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1338
1339         * shell/ev-application.[ch]: (ev_application_shutdown),
1340         (ev_application_get_print_settings),
1341         (ev_application_set_print_settings):
1342         * shell/ev-window.c:
1343
1344         Remember print settings. Fixes bug #349102. 
1345
1346 2007-05-08  Christian Persch  <chpe@gnome.org>
1347
1348         * configure.ac:
1349         * properties/ev-properties-view.c:
1350
1351         No need for a configure check; just use the GTK_CHECK_VERSION macro.
1352         Bug #382438.
1353
1354 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1355
1356         * configure.ac:
1357         * properties/ev-properties-view.c: (ev_regular_paper_size):
1358
1359         Use gtk+ builtin paper list to identify the document's paper size.
1360         Fixes bug #382438. 
1361
1362 2007-05-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1363
1364         * configure.ac:
1365
1366         Fix build when compiling with thumbnailer and libgnome support. 
1367
1368 2007-05-04  Ross Burton  <ross@openedhand.com>
1369
1370         * configure.ac:
1371         Add --without-libgnome, check for libgnome and libgnomeui
1372         separately, and add them to the symbols as required.
1373
1374         * libdocument/ev-file-helpers.c:
1375         When building without libgnome, use g_get_user_config_dir instead
1376         of gnome_user_dir_get.
1377
1378         * shell/ev-application.c:
1379         When building without libgnome, don't use session management.
1380
1381         * shell/main.c:
1382         When building without libgnome, don't use GnomeProgram or
1383         initialise the authentication manager.
1384
1385         This fixes #328842.
1386
1387 2007-05-04  Ross Burton  <ross@openedhand.com>
1388
1389         * shell/ev-window.c:
1390         Don't use libgnome to open help, instead call Yelp directly.
1391
1392 2007-05-04  Ross Burton  <ross@openedhand.com>
1393
1394         * shell/ev-sidebar-attachments.c:
1395         Don't use libgnome to lookup icons for MIME types, instead copy
1396         code from GTK+ to do it manually.
1397
1398 2007-05-04  Ross Burton  <ross@openedhand.com>
1399
1400         * configure.ac:
1401         Add libxml to the dependencies for SHELL_CORE (#435818).
1402
1403 2007-05-02  Ross Burton  <ross@openedhand.com>
1404
1405         * configure.ac:
1406         * Makefile.am:
1407         Add --disable-thumbnailer (#434825)
1408
1409 2007-05-02  Ross Burton  <ross@openedhand.com>
1410
1411         * shell/ev-window.c:
1412         Add missing includes, fix indentation.
1413
1414         * shell/main.c:
1415         Fix indentation.
1416
1417 2007-04-30  Eduardo Lima <eduardo.lima@indt.org.br>
1418
1419         * shell/ev-window.c (ev_window_cmd_recent_file_activate): Use
1420         ev_application_open_uri_at_dest instead of ev_application_open_uri
1421         preventing new document always being opened in a new window even if there
1422         is an empty window.
1423
1424 2007-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1425
1426         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
1427         (egg_recent_view_uimanager_finalize):
1428         * properties/ev-properties-view.c: (ev_properties_view_dispose):
1429         * shell/ev-page-action-widget.c: (ev_page_action_widget_finalize):
1430         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_finalize),
1431         (ev_pixbuf_cache_dispose):
1432         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose):
1433         * shell/ev-tooltip.c: (ev_tooltip_dispose):
1434         
1435         Add missing chain to parent class methods. Fixes
1436         bug #433128.
1437
1438 2007-04-22  Brian Pepple  <bpepple@fedoraproject.org>
1439
1440         * data/Makefile.am (update-icon-cache): Updates
1441         gtk-update-icon-cache in uninstall-hook.
1442
1443 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1444
1445         * shell/ev-window.c: (ev_window_setup_document),
1446         (ev_window_set_document), (ev_window_load_job_cb):
1447         * shell/ev-view.c: (setup_caches):
1448         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_set_document):
1449
1450         Start rendering pages before any other jobs. 
1451
1452 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1453
1454         * shell/ev-window.c: (ev_window_stop_fullscreen),
1455         (ev_window_stop_presentation):
1456
1457         Update chrome visibility before window unfullscreen. 
1458
1459 2007-04-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1460
1461         * data/Makefile.am:
1462         * data/evince-ui.xml:
1463         * shell/ev-stock-icons.[ch]:
1464         * shell/ev-application.[ch]: (ev_application_shutdown),
1465         (ev_application_init), (ev_application_get_toolbars_model):
1466         * shell/ev-window.c: (update_chrome_visibility),
1467         (fullscreen_toolbar_setup_item_properties),
1468         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
1469         (ev_window_run_presentation), (ev_window_stop_presentation),
1470         (ev_window_run_preview), (ev_window_screen_changed),
1471         (ev_window_cmd_leave_fullscreen), (ev_window_cmd_start_presentation),
1472         (ev_window_dispose), (ev_window_init):
1473
1474         Make fullscreen toolbar always visible. Do not use egg toolbars for
1475         fullscreen and preview modes since such toolbars are not editables.
1476         Fixes bugs #300278, #338910 and #316188.  
1477
1478 2007-04-20  Iñigo Martínez  <inigomartinez@gmail.com>
1479
1480         * shell/ev-application.c:
1481         * shell/ev-job-queue.c:
1482         * shell/ev-metadata-manager.c:
1483         * shell/ev-stock-icons.c:
1484         * shell/ev-window.c:
1485         * shell/main.c:
1486         
1487         Developers documentation updated.
1488
1489 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1490
1491         * shell/ev-window.c: (uri_is_valid), (launch_external_uri):
1492
1493         Check whether uri is valid before launching it. Fixes bug #427664.
1494
1495 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1496
1497         * shell/ev-window.c:
1498
1499         Change key accelerator for Open a Copy menu entry which is in conflict
1500         with Close. Fixes bug #427321.
1501
1502 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1503
1504         * NEWS:
1505         * configure.ac:
1506         
1507         Update for release 0.8.1
1508
1509 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1510
1511         * shell/ev-window.c: (setup_size_from_metadata):
1512         
1513         Do not make window bigger than screen. Fixes bug 
1514         #388985.
1515
1516 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1517
1518         * backend/tiff/tiff-document.c: (tiff_document_get_resolution),
1519         (tiff_document_get_page_size), (tiff_document_render_pixbuf):
1520
1521         Use default resolution when it's not provided by document. Fixes bug
1522         #408762.
1523
1524 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1525
1526         * configure.ac:
1527         * thumbnailer/Makefile.am:
1528         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
1529         * thumbnailer/evince-thumbnailer.schemas.in:
1530         * thumbnailer/evince-thumbnailer-ps.schemas.in:
1531
1532         Add support for ps, eps and compressed documents thumbnails. Do not
1533         ignore size parameter. 
1534
1535 2007-04-07  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
1536
1537         * backend/dvi/dvi-document.c: (dvi_document_class_init), (hsb2rgb),
1538         (dvi_document_do_color_special):
1539         * backend/dvi/mdvi-lib/special.c: (register_builtin_specials):
1540
1541         Implement font color specials in the DVI backend. Fixes bug #303651.
1542
1543 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
1544
1545         Fixup the previous commit:
1546
1547         * shell/Makefile.am (SOURCES): Add xdg-user-dir-lookup.c
1548         * shell/xdg-user-dir-lookup.c: Make the function non-static
1549         * shell/ev-window.c: Don't include xdg-user-dir-lookup.c
1550
1551 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
1552
1553         * shell/ev-window.c (file_open_dialog_response_cb): Use
1554         the xdg-user-dirs DOCUMENTS folder as default folder when
1555         opening a file chooser.  (#424858)
1556
1557         * shell/xdg-user-dir-lookup.c: Copy-and-pasted file from
1558         xdg-user-dirs.
1559
1560 2007-03-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1561
1562         * shell/ev-window.c: (ev_window_load_job_cb):
1563
1564         Do not setup view from metadata on preview mode. 
1565
1566 2007-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1567
1568         * shell/main.c:
1569
1570         Use unlink-tempfile instead of unlink-temp-file. Fixes bug #421274. 
1571
1572 2007-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1573
1574         * shell/ev-view.c: (ev_view_primary_get_cb):
1575
1576         Check pointer != NULL before using it. Fixes bug #416841. 
1577
1578 2007-03-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1579
1580         * NEWS:
1581         * configure.ac:
1582         
1583         Release 0.8.0
1584
1585 2007-03-10  Carlos Garcia Campos  <carlosgc@gnome.org>
1586
1587         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
1588
1589         Do not render thumbnails when sidebar thumbnail page is not visible
1590         at startup. Fixes bug #416447. 
1591
1592 2007-03-07  Christian Kirbach  <Christian.Kirbach@googlemail.com>
1593
1594         * data/evince.desktop.in.in:
1595
1596         "Application" is not a valid category in the freedesktop specification.
1597
1598 2007-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1599
1600         * libdocument/ev-file-helpers.[ch]: (compression_run),
1601         (ev_file_uncompress), (ev_file_compress):
1602         * shell/ev-window.c: (file_save_dialog_response_cb):
1603
1604         Save document compressed when saving a copy of a compressed document.
1605         Fixes bug #334542.
1606
1607 2007-02-23  Carlos Garcia Campos  <carlosgc@gnome.org>
1608
1609         * shell/ev-view.c: (ev_view_goto_window_key_press_event):
1610
1611         Allow deleting in goto window entry in presentation mode. 
1612
1613 2007-02-20  Kjartan Maraas  <kmaraas@gnome.org>
1614
1615         * Makefile.am: Dist MAINTAINERS.
1616
1617 2007-02-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1618
1619         * shell/ev-window.c: (ev_window_update_actions):
1620
1621         Fix zoom shortcut keys when searching. Fixes bug #409828.
1622
1623 2007-02-18  Carlos Garcia Campos  <carlosgc@gnome.org>
1624
1625         * shell/ev-window.c: (ev_window_setup_document):
1626
1627         Fix crash when loading documents with only one page. 
1628
1629 2007-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1630
1631         * backend/dvi/dvi-document.c:
1632         (dvi_document_thumbnails_get_dimensions),
1633         (dvi_document_thumbnails_get_thumbnail):
1634         * backend/impress/impress-document.c:
1635         (impress_document_thumbnails_get_thumbnail),
1636         (impress_document_thumbnails_get_dimensions):
1637         * backend/ps/ps-document.c: (ps_document_thumbnails_get_thumbnail),
1638         (ps_document_thumbnails_get_dimensions):
1639         * backend/djvu/djvu-document.c:
1640         (djvu_document_thumbnails_get_dimensions),
1641         (djvu_document_thumbnails_get_thumbnail):
1642         * backend/tiff/tiff-document.c:
1643         (tiff_document_thumbnails_get_thumbnail),
1644         (tiff_document_thumbnails_get_dimensions):
1645         * backend/pdf/ev-poppler.cc: (make_thumbnail_for_page),
1646         (pdf_document_thumbnails_get_thumbnail),
1647         (pdf_document_thumbnails_get_dimensions):
1648         * backend/comics/comics-document.c:
1649         (comics_document_thumbnails_get_thumbnail),
1650         (comics_document_thumbnails_get_dimensions):
1651         * backend/pixbuf/pixbuf-document.c:
1652         (pixbuf_document_thumbnails_get_thumbnail),
1653         (pixbuf_document_thumbnails_get_dimensions):
1654         * libdocument/ev-document-thumbnails.[ch]:
1655         (ev_document_thumbnails_get_thumbnail),
1656         (ev_document_thumbnails_get_dimensions):
1657         * libdocument/ev-document-misc.[ch]:
1658         (ev_document_misc_get_thumbnail_frame):
1659         * shell/ev-jobs.[ch]: (ev_job_thumbnail_dispose),
1660         (ev_job_thumbnail_new), (ev_job_thumbnail_run):
1661         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page), (add_range),
1662         (ev_sidebar_thumbnails_set_loading_icon), (refresh),
1663         (ev_sidebar_thumbnails_refresh):
1664         * shell/ev-window.c: (ev_window_setup_document):
1665         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
1666
1667         Use an EvRenderContext for rendering thumbnails instead of a suggested
1668         width, so that different sized pages get sized proportionally.
1669
1670 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1671
1672         * shell/ev-view.c: (ev_view_button_press_event),
1673         (ev_view_key_press_event):
1674
1675         Fix critical warnings when there is no document loaded. 
1676
1677 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1678
1679         * shell/ev-page-action-widget.c:
1680         * shell/ev-navigation-action.c:
1681         * shell/ev-window.c:
1682
1683         Fix compile warnings. 
1684
1685 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1686
1687         * backend/djvu/djvu-text.h:
1688         * backend/djvu/djvu-document.c:
1689         * backend/djvu/djvu-text-page.c:
1690         * backend/djvu/djvu-links.c:
1691         * backend/djvu/djvu-text-page.h:
1692         * backend/djvu/djvu-text.c:
1693         
1694         Fix build on Mac. Fixes bug #392186. Patch by
1695         <ephraim_owns@hotmail.com>
1696
1697 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1698
1699         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
1700
1701         Restore cairo context before rendering every page when printing a PDF
1702         document into a PDF file. 
1703
1704 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1705
1706         * backend/ps/gstypes.h:
1707         * backend/ps/ps-document.c: (ps_document_get_page_rotation),
1708         (ps_document_get_page_size), (ps_async_renderer_render_pixbuf),
1709         (ps_document_thumbnails_get_thumbnail):
1710
1711         Handle PostScript page orientation. Fixes bug #318568.
1712
1713 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1714
1715         * backend/ps/Makefile.am:
1716         * backend/ps/ps-document.[ch]: (ps_document_init), (ps_document_dispose),
1717         (document_load), (ps_document_load), (save_document),
1718         (save_page_list), (ps_document_get_n_pages),
1719         (ps_document_get_page_size), (ps_document_get_info),
1720         (ps_interpreter_page_rendered), (ps_async_renderer_render_pixbuf),
1721         (ps_interpreter_thumbnail_rendered), (ps_document_render_thumbnail),
1722         (ps_document_thumbnails_get_thumbnail),
1723         (ps_document_thumbnails_get_dimensions),
1724         (ps_document_document_thumbnails_iface_init):
1725         * backend/ps/ps.[ch]: (psgetpagebox):
1726         * backend/ps/ps-interpreter.[ch]:
1727
1728         Add support for thumbnails in ps backend. Fixes bug #164755. 
1729
1730 2007-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1731
1732         * NEWS:
1733         * configure.ac:
1734         
1735         Release 0.7.2
1736
1737 2007-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
1738
1739         * shell/ev-window.c: (ev_window_set_icon_from_thumbnail),
1740         (ev_window_clear_thumbnail_job), (ev_window_setup_document),
1741         (ev_window_dispose):
1742
1743         Use document thumbnail as window icon. Fixes bug #384442.
1744
1745 2007-02-11  Ed Catmur  <ed@catmur.co.uk>
1746
1747         * configure.ac:
1748
1749         Remove application/x-gzpostscript from EVINCE_MIME_TYPES which was
1750         duplicated adding application/x-bzpostscript instead. 
1751
1752 2007-02-11  Tom Parker  <palfrey@tevp.net>
1753
1754         * backend/ps/ps-document.c: (document_load):
1755
1756         Check return value of psscan before trying
1757         to use it. Fixes bug #372414.
1758
1759 2007-02-11  Carlos Garcia Campos  <carlosgc@gnome.org>
1760
1761         * shell/ev-page-cache.c: (ev_page_cache_finalize):
1762
1763         Fix invalid free in ev-page-cache. Fixes bug #404745.
1764
1765 2007-02-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1766
1767         * test/Makefile.am:
1768         * test/test3.py:
1769         
1770         Added reload test case.
1771
1772 2007-02-10  Carlos Garcia Campos  <carlosgc@gnome.org>
1773
1774         * po/POTFILES.in:
1775         * backend/djvu/djvu-document.c: (djvu_document_load):
1776
1777         Check whether there are missing files in indirect multipage djvu
1778         documents. Fixes bug #361683. 
1779
1780 2007-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1781
1782         * test/Makefile.am:
1783         * test/test-mime.bin:
1784         * test/test3.py:
1785         
1786         Added test for slow mime type
1787
1788 2007-02-06  Carlos Garcia Campos  <carlosgc@gnome.org>
1789
1790         * shell/ev-page-cache.c: (ev_page_cache_finalize):
1791
1792         Add some checks and call parent_class->finalize. Fixes bug #404745.
1793
1794 2007-02-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1795
1796         * shell/ev-navigation-action.c: (connect_proxy):
1797         
1798         Fixes dropdown history menu. Thanks a lot Carlos!
1799
1800 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
1801
1802         * backend/djvu/djvu-links.c: (str_to_utf8), (build_tree):
1803
1804         Make sure g_markup_escape_text receives a valid utf-8 string. Fixes
1805         bug #373715.
1806
1807 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
1808
1809         * backend/ps/ps.c: (psscan):
1810
1811         Fix memory leak. 
1812
1813 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1814
1815         * configure.ac:
1816         * libdocument/ev-file-helpers.c: 
1817
1818         Add missing libgnome/gnome-init.h header file. Fixes bug #396677.
1819
1820 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1821
1822         * configure.ac:
1823         * backend/ps/ps-document.c: (ps_document_init), (ps_document_dispose),
1824         (ps_interpreter_start), (document_load), (save_document),
1825         (save_page_list):
1826         * libdocument/ev-file-helpers.[ch]: (ev_file_uncompress):
1827         * libdocument/ev-document-factory.c:
1828         (ev_document_factory_get_from_mime), (get_document_from_uri),
1829         (free_uncompressed_uri), (ev_document_factory_get_document):
1830         * shell/ev-window.c: (ev_window_cmd_file_open_copy_at_dest):
1831
1832         Support for PDF, PS and EPS compressed files. Fixes bug #307087. 
1833
1834 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1835
1836         * libdocument/ev-document.h:
1837
1838         Fix typo in function name. 
1839
1840 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1841
1842         * backend/ps/ps-document.c: (ps_interpreter_finished),
1843         (ps_interpreter_start), (ps_interpreter_failed):
1844
1845         Handle ghostscript interpreter crashes. 
1846
1847 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
1848
1849         * shell/ev-window.c: (ev_window_open_uri),
1850         (window_configure_event_cb):
1851
1852         Setup window size and position before showing it. Fixes bug #401711.
1853
1854 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
1855
1856         * backend/ps/Makefile.am:
1857         * backend/ps/ps-document.[ch]: (ps_section_free), (ps_document_init),
1858         (ps_document_dispose), (ps_document_class_init),
1859         (ps_interpreter_input), (ps_interpreter_output),
1860         (ps_interpreter_error), (setup_interpreter_env),
1861         (ps_interpreter_start), (ps_interpreter_stop),
1862         (ps_interpreter_failed), (ps_interpreter_is_ready),
1863         (check_filecompressed), (document_load), (ps_document_load),
1864         (ps_document_get_n_pages), (setup_page), (setup_pixmap),
1865         (ps_document_widget_event), (send_ps), (ps_document_next_page),
1866         (render_page):
1867
1868         Rework ps-document. Code cleanups, remove deprecated code. 
1869
1870 2007-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1871
1872         * shell/ev-view.c: (ev_view_button_press_event):
1873
1874         Do not start an image drag and drop operation when pointer is on 
1875         text, so that we can select text when the whole background is an
1876         image. 
1877
1878 2007-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1879
1880         * shell/ev-window.c: (ev_window_update_actions): 
1881
1882         Disable all zoom related actions during presentation mode. 
1883
1884 2007-01-31  Esteban Sanchez  <esteban@steve-0.com>
1885
1886         * shell/ev-view.c: (ev_view_zoom_in), (ev_view_zoom_out):
1887
1888         Do not zoom in or out on presentation mode. Fixes bug #401305.
1889
1890 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1891
1892         * shell/ev-navigation-action.c: (connect_proxy),
1893         (create_menu_item), (ev_navigation_action_class_init):
1894         
1895         Correctly show menu and fix crash when navigaton 
1896         action is out of toolbar visible area.
1897
1898 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1899
1900         * data/Makefile.am:
1901         * data/evince.1:
1902         
1903         Added man file
1904
1905 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1906
1907         * help/reference/* :
1908         * configure.ac:
1909         
1910         Added gtk-doc based documentation for Evince.
1911         Still in initial state but I hope it will
1912         grow.
1913         
1914         * configure.ac:
1915         
1916         Lower dbus requirement to 0.70
1917
1918 2007-01-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1919
1920         * shell/ev-window.c: (ev_window_add_history):
1921
1922         Fix memory leak. 
1923
1924 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1925
1926         * shell/ev-view.c: (ev_view_page_label_from_dest), (tip_from_link):
1927         * shell/ev-view.h:
1928         * shell/ev-window.c: (ev_window_add_history):
1929         
1930         Correctly handle named destination links
1931
1932 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1933
1934         * NOTES:
1935         * backend/djvu/djvu-links.c: (djvu_links_get_links_model):
1936         * backend/pdf/ev-poppler.cc:
1937         * libdocument/ev-document-links.h:
1938         * libdocument/ev-link.c: (ev_link_get_page):
1939         * libdocument/ev-link.h:
1940         * shell/ev-history.c: (ev_history_init), (ev_history_class_init),
1941         (ev_history_add_link):
1942         * shell/ev-history.h:
1943         * shell/ev-navigation-action.c: (activate_menu_item_cb),
1944         (new_history_menu_item), (build_menu):
1945         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
1946         * shell/ev-sidebar-links.c: (create_loading_model),
1947         (print_section_cb), (ev_sidebar_links_construct),
1948         (fill_page_labels), (update_page_callback_foreach),
1949         (update_page_callback), (job_finished_callback):
1950         * shell/ev-view.c: (ev_view_handle_link):
1951         * shell/ev-window.c: (ev_window_find_chapter),
1952         (ev_window_add_history), (view_handle_link_cb),
1953         (history_changed_cb):
1954         
1955         Implements another history variant
1956
1957 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
1958
1959         * shell/ev-window.c: (view_external_link_cb):
1960         * shell/ev-view.c: (ev_view_button_release_event):
1961
1962         Open links in new window when clicking with middle button. 
1963
1964 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1965
1966         * shell/ev-navigation-action.c: (new_history_menu_item):
1967         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
1968         * shell/ev-view.c: (ev_view_handle_link):
1969         * shell/ev-window.c:
1970         
1971         Store link before jump, not the destination. For me it 
1972         seems like more natural history behavior.
1973
1974 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1975
1976         * shell/ev-navigation-action.c: (activate_menu_item_cb),
1977         (ev_navigation_action_class_init):
1978         * shell/ev-navigation-action.h:
1979         * shell/ev-page-action.c: (activate_cb):
1980         * shell/ev-page-cache.c: (ev_page_cache_class_init),
1981         (ev_page_cache_set_current_page_history):
1982         * shell/ev-page-cache.h:
1983         * shell/ev-sidebar-thumbnails.c:
1984         (ev_sidebar_tree_selection_changed),
1985         (ev_sidebar_icon_selection_changed), (page_changed_cb):
1986         * shell/ev-view-private.h:
1987         * shell/ev-view.c: (ev_view_handle_link), (ev_view_class_init):
1988         * shell/ev-view.h:
1989         * shell/ev-window.c: (page_changed_cb), (history_changed_cb),
1990         (ev_window_setup_document), (ev_window_load_job_cb):
1991         * shell/ev-window.h:
1992         
1993         History finally works as expected.
1994
1995 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
1996
1997         * shell/ev-sidebar-links.c: (ev_sidebar_links_map):
1998
1999         Do not update links treeview if it doesn't have a model assigned yet. 
2000
2001 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
2002
2003         * shell/ev-sidebar-links.c: (ev_sidebar_links_map),
2004         (ev_sidebar_links_class_init), (update_page_callback):
2005
2006         Do not update links treeview when sidepane is not visible. 
2007
2008 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2009
2010         * shell/ev-marshal.list:
2011         * shell/ev-page-action.c: (activate_cb),
2012         (ev_page_action_class_init):
2013         * shell/ev-page-action.h:
2014         * shell/ev-page-cache.c: (ev_page_cache_set_page_label):
2015         * shell/ev-window.c:
2016         
2017         Remove activate_link signal, not required.
2018
2019 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2020
2021         * shell/ev-navigation-action.c: (build_menu):
2022         
2023         Reorder menu items and build menu with fixed length.
2024
2025 2007-01-27  Ed Catmur  <ed@catmur.co.uk>
2026
2027         * shell/ev-view.c: (get_selected_text):
2028         
2029         Normalize text to fix ligatures problem. See bug
2030         #341947 for details.
2031
2032 2007-01-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2033
2034         * shell/ev-page-cache.c: (ev_page_cache_finalize):
2035
2036         Fix memory leak in ev-page-cache. 
2037
2038 2007-01-25  Tom Parker <palfrey@tevp.net>
2039
2040         * backend/impress/impress-document.c: (impress_document_load),
2041         (impress_document_finalize), (impress_document_init):
2042         * properties/ev-properties-main.c: (ev_properties_get_pages):
2043         
2044         Correctly handle impress document errors. Fixes nautilus
2045         crash in property page #370491.
2046
2047 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2048
2049         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
2050         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
2051         (ev_job_queue_remove_job):
2052         * shell/ev-jobs.[ch]: (ev_job_load_init), (ev_job_load_class_init),
2053         (ev_job_load_dispose), (ev_job_load_new), (ev_job_load_set_uri),
2054         (ev_job_load_run):
2055         * shell/ev-window.c: (ev_window_is_empty), (password_dialog_response),
2056         (ev_window_popup_password_dialog), (ev_window_clear_load_job),
2057         (ev_window_load_job_cb), (xfer_update_progress_callback),
2058         (ev_window_open_uri), (ev_window_dispose):
2059         * shell/main.c: (main):
2060
2061         Do file transfer asynchronously in the main thread instead of
2062         synchronously in the load thread. Fixes bugs #399694, #398307 and
2063         #343542.
2064
2065 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2066
2067         * shell/ev-jobs.c: (ev_job_xfer_run):
2068
2069         Load the document with the font-config lock held. 
2070
2071 2007-01-23  Carlos Garcia Campos  <carlosgc@gnome.org>
2072
2073         * backend/ps/ps-document.c: (start_interpreter):
2074
2075         Fix memory leaks in ps backend. 
2076
2077 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
2078
2079         * backend/impress/impress-document.c:
2080         (impress_document_render_pixbuf):
2081
2082         Do not acquire fontconfig lock in impress backend, since it is using
2083         the main loop for rendering. 
2084
2085 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
2086
2087         * po/POTFILES.in: 
2088
2089         Remove mdvi files that shouldn't be translated. 
2090
2091 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
2092
2093         * shell/ev-view-private.h:
2094         * shell/ev-view.c: (draw_loading_text), (ev_view_destroy),
2095         (ev_view_set_zoom):
2096
2097         Render "loading..." text into a cairo surface instead of directly into
2098         the window so that fontconfig lock is only needed once and UI is not
2099         blocked. Change text color to #9B9B9B. Fixes bug #397356.
2100
2101 2007-01-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2102
2103         * shell/ev-stock-icons.c: (ev_stock_icons_init):
2104         * shell/ev-application.c: (ev_application_open_uri_at_dest):
2105
2106         Use icon theme associated with the window screen rather than default. 
2107
2108 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
2109
2110         * configure.ac:
2111
2112         Fix a typo in previous commit (24x24/action/ --> 24x24/actions)
2113
2114 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
2115
2116         * data/icons/*/apps/evince.*:
2117
2118         Move Evince icons under new apps directory.
2119
2120         * data/icons/*/actions/*:
2121
2122         Add new custom themeable Evince icons: view-page-continuous, 
2123         view-page-facing, zoom-fit-width, zoom-fit-page. From Andreas
2124         Nilsson, at 16 and 22 pixels (plus 24 for compatibility).
2125
2126         * configure.ac:
2127
2128         Add new directories to AC_CONFIG_FILES.
2129
2130         * shell/ev-stock-icons.c:
2131         * shell/ev-stock-icons.h:
2132
2133         Use new custom themeable icons.
2134
2135 2007-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2136
2137         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
2138
2139         Do not draw white background page in presentation mode. 
2140
2141 2007-01-16  Jani Monoses <jani.monoses@gmail.com>
2142
2143         * shell/ev-view.c: Remove unused gnome-vfs include.
2144
2145 2007-01-16  Theppitak Karoonboonyanan  <thep@linux.thai.net>
2146
2147         * backend/dvi/mdvi-lib/fontmap.c: (mdvi_load_fontmap):
2148         
2149         Format string is corrected, fixes bug #397129.
2150
2151 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2152
2153         * shell/ev-window.c: (ev_window_setup_recent):
2154
2155         Do not include in recent menu inexistent documents. Fixes
2156         bug #339171.
2157
2158 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2159
2160         * po/POTFILES.skip: 
2161
2162         Update POTFILES.skip file according to current source tree. 
2163
2164 2007-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2165
2166         * shell/ev-window.c: (file_save_dialog_response_cb):
2167
2168         Do Save a copy in atomic way. Fixes bug #328266. 
2169
2170 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
2171
2172         * shell/ev-sidebar-links.c: (update_page_callback_foreach):
2173
2174         Keep selected cell always visible in index treeview.
2175
2176 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
2177         
2178         * shell/ev-view.c: (ev_view_size_allocate):
2179
2180         Restore horizontal scrollbar after switching to/from fullscreen
2181         or presentation mode. Fixes bug #331728.
2182
2183 2007-01-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2184
2185         * shell/ev-view-private.h:
2186         * shell/ev-window.c: (ev_window_screen_changed), (ev_window_init):
2187         * shell/ev-view.[ch]: (ev_view_class_init), (ev_view_set_zoom),
2188         (ev_view_set_screen_dpi), (ev_view_can_zoom_in),
2189         (ev_view_can_zoom_out):
2190
2191         Use max and min scale values in the view iby taking dpi into account. 
2192
2193 2007-01-10  Carlos Garcia Campos  <carlosgc@gnome.org>
2194
2195         * configure.ac:
2196         * NEWS:
2197
2198         Release 0.7.1
2199
2200 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2201
2202         * shell/ev-window.c: (ev_window_print_send):
2203
2204         Send print job to printer with some settings set to default values,
2205         since we have already exported to a file according to such settings
2206         and they could be taken twice by some printers. 
2207
2208 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2209
2210         * shell/ev-jobs.c: (ev_job_xfer_run):
2211         * shell/ev-application.c: (ev_application_open_uri_at_dest):
2212
2213         Show main window and load document with the font-config lock held. 
2214
2215 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2216
2217         * configure.ac:
2218         * shell/ev-application.c: (ev_application_register_service):
2219         * shell/main.c: (load_files_remote):
2220
2221         Bump requirements to dbus-glib 0.71 and drop all ifdefs used.
2222
2223 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2224
2225         * doc/debugging.txt:
2226         
2227         Remove obsolete documentation.
2228
2229 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2230
2231         * Makefile.am:
2232         * backend/Makefile.am:
2233         * backend/comics/Makefile.am:
2234         * backend/djvu/Makefile.am:
2235         * backend/dvi/Makefile.am:
2236         * backend/ev-async-renderer.c:
2237         * backend/ev-async-renderer.h:
2238         * backend/ev-attachment.c:
2239         * backend/ev-attachment.h:
2240         * backend/ev-backend-marshal.c:
2241         * backend/ev-document-factory.c:
2242         * backend/ev-document-factory.h:
2243         * backend/ev-document-find.c:
2244         * backend/ev-document-find.h:
2245         * backend/ev-document-fonts.c:
2246         * backend/ev-document-fonts.h:
2247         * backend/ev-document-images.c:
2248         * backend/ev-document-images.h:
2249         * backend/ev-document-info.h:
2250         * backend/ev-document-links.c:
2251         * backend/ev-document-links.h:
2252         * backend/ev-document-misc.c:
2253         * backend/ev-document-misc.h:
2254         * backend/ev-document-security.c:
2255         * backend/ev-document-security.h:
2256         * backend/ev-document-thumbnails.c:
2257         * backend/ev-document-thumbnails.h:
2258         * backend/ev-document-transition.c:
2259         * backend/ev-document-transition.h:
2260         * backend/ev-document.c:
2261         * backend/ev-document.h:
2262         * backend/ev-file-exporter.c:
2263         * backend/ev-file-exporter.h:
2264         * backend/ev-image.c:
2265         * backend/ev-image.h:
2266         * backend/ev-link-action.c:
2267         * backend/ev-link-action.h:
2268         * backend/ev-link-dest.c:
2269         * backend/ev-link-dest.h:
2270         * backend/ev-link.c:
2271         * backend/ev-link.h:
2272         * backend/ev-render-context.c:
2273         * backend/ev-render-context.h:
2274         * backend/ev-selection.c:
2275         * backend/ev-selection.h:
2276         * backend/impress/Makefile.am:
2277         * backend/pdf/Makefile.am:
2278         * backend/pixbuf/Makefile.am:
2279         * backend/ps/Makefile.am:
2280         * backend/ps/ps-document.c: (push_pixbuf), (interpreter_failed),
2281         (ps_document_widget_event), (setup_pixmap), (setup_page), (input),
2282         (start_interpreter), (stop_interpreter), (document_load),
2283         (ps_document_next_page), (render_page):
2284         * backend/tiff/Makefile.am:
2285         * comics/Makefile.am:
2286         * comics/comics-document.c:
2287         * comics/comics-document.h:
2288         * configure.ac:
2289         * cut-n-paste/zoom-control/ephy-zoom-control.c:
2290         * djvu/Makefile.am:
2291         * djvu/djvu-document-private.h:
2292         * djvu/djvu-document.c:
2293         * djvu/djvu-document.h:
2294         * djvu/djvu-links.c:
2295         * djvu/djvu-links.h:
2296         * djvu/djvu-text-page.c:
2297         * djvu/djvu-text-page.h:
2298         * djvu/djvu-text.c:
2299         * djvu/djvu-text.h:
2300         * dvi/Makefile.am:
2301         * dvi/dvi-document.c:
2302         * dvi/dvi-document.h:
2303         * dvi/fonts.c:
2304         * dvi/fonts.h:
2305         * dvi/mdvi-lib/Makefile.am:
2306         * dvi/mdvi-lib/afmparse.c:
2307         * dvi/mdvi-lib/afmparse.h:
2308         * dvi/mdvi-lib/bitmap.c:
2309         * dvi/mdvi-lib/bitmap.h:
2310         * dvi/mdvi-lib/color.c:
2311         * dvi/mdvi-lib/color.h:
2312         * dvi/mdvi-lib/common.c:
2313         * dvi/mdvi-lib/common.h:
2314         * dvi/mdvi-lib/defaults.h:
2315         * dvi/mdvi-lib/dvimisc.c:
2316         * dvi/mdvi-lib/dviopcodes.h:
2317         * dvi/mdvi-lib/dviread.c:
2318         * dvi/mdvi-lib/files.c:
2319         * dvi/mdvi-lib/font.c:
2320         * dvi/mdvi-lib/fontmap.c:
2321         * dvi/mdvi-lib/fontmap.h:
2322         * dvi/mdvi-lib/fontsrch.c:
2323         * dvi/mdvi-lib/gf.c:
2324         * dvi/mdvi-lib/hash.c:
2325         * dvi/mdvi-lib/hash.h:
2326         * dvi/mdvi-lib/list.c:
2327         * dvi/mdvi-lib/mdvi.h:
2328         * dvi/mdvi-lib/pagesel.c:
2329         * dvi/mdvi-lib/paper.c:
2330         * dvi/mdvi-lib/paper.h:
2331         * dvi/mdvi-lib/pk.c:
2332         * dvi/mdvi-lib/private.h:
2333         * dvi/mdvi-lib/setup.c:
2334         * dvi/mdvi-lib/sp-epsf.c:
2335         * dvi/mdvi-lib/special.c:
2336         * dvi/mdvi-lib/sysdeps.h:
2337         * dvi/mdvi-lib/t1.c:
2338         * dvi/mdvi-lib/tfm.c:
2339         * dvi/mdvi-lib/tfmfile.c:
2340         * dvi/mdvi-lib/tt.c:
2341         * dvi/mdvi-lib/util.c:
2342         * dvi/mdvi-lib/vf.c:
2343         * dvi/pixbuf-device.c:
2344         * dvi/pixbuf-device.h:
2345         * impress/Makefile.am:
2346         * impress/common.h:
2347         * impress/document.c:
2348         * impress/f_oasis.c:
2349         * impress/f_oo13.c:
2350         * impress/iksemel.c:
2351         * impress/iksemel.h:
2352         * impress/imposter.h:
2353         * impress/impress-document.c:
2354         * impress/impress-document.h:
2355         * impress/internal.h:
2356         * impress/r_back.c:
2357         * impress/r_draw.c:
2358         * impress/r_geometry.c:
2359         * impress/r_gradient.c:
2360         * impress/r_style.c:
2361         * impress/r_text.c:
2362         * impress/render.c:
2363         * impress/render.h:
2364         * impress/zip.c:
2365         * impress/zip.h:
2366         * lib/Makefile.am:
2367         * lib/ev-debug.c:
2368         * lib/ev-debug.h:
2369         * lib/ev-file-helpers.c:
2370         * lib/ev-file-helpers.h:
2371         * lib/ev-gui.c:
2372         * lib/ev-gui.h:
2373         * lib/ev-tooltip.c:
2374         * lib/ev-tooltip.h:
2375         * libdocument/Makefile.am:
2376         * libdocument/ev-file-helpers.c:
2377         * pdf/Makefile.am:
2378         * pdf/ev-poppler.cc:
2379         * pdf/ev-poppler.h:
2380         * pixbuf/Makefile.am:
2381         * pixbuf/pixbuf-document.c:
2382         * pixbuf/pixbuf-document.h:
2383         * properties/Makefile.am:
2384         * ps/Makefile.am:
2385         * ps/gsdefaults.c:
2386         * ps/gsdefaults.h:
2387         * ps/gsio.c:
2388         * ps/gsio.h:
2389         * ps/gstypes.h:
2390         * ps/ps-document.c:
2391         * ps/ps-document.h:
2392         * ps/ps.c:
2393         * ps/ps.h:
2394         * shell/Makefile.am:
2395         * shell/ev-application.h:
2396         * shell/ev-sidebar-links.c:
2397         * shell/ev-sidebar-links.h:
2398         * shell/ev-utils.c: (ev_gui_sanitise_popup_position),
2399         (ev_gui_menu_position_tree_selection):
2400         * shell/ev-utils.h:
2401         * shell/ev-view.c: (ev_view_finalize):
2402         * shell/ev-window.c:
2403         * shell/main.c: (main):
2404         * thumbnailer/Makefile.am:
2405         * tiff/Makefile.am:
2406         * tiff/tiff-document.c:
2407         * tiff/tiff-document.h:
2408         * tiff/tiff2ps.c:
2409         * tiff/tiff2ps.h:
2410         
2411         Reorganize source tree.
2412
2413 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2414
2415         * backend/ev-document-factory.c:
2416
2417         Do not include ev-poppler.h when pdf is disabled. 
2418
2419 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
2420
2421         * configure.ac:
2422         * data/evince-ui.xml:
2423         * pdf/ev-poppler.cc: (pdf_document_images_get_images),
2424         (pdf_document_document_images_iface_init):
2425         * backend/Makefile.am:
2426         * backend/ev-document-images.[ch]:
2427         * backend/ev-image.[ch]:
2428         * lib/ev-file-helpers.[ch]: (ev_tmp_filename):
2429         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run),
2430         (ev_job_xfer_run):
2431         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
2432         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
2433         (ev_pixbuf_cache_get_image_mapping):
2434         * shell/ev-window.c: (view_menu_link_popup), (view_menu_image_popup),
2435         (view_menu_popup_cb), (ev_window_dispose),
2436         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
2437         (ev_view_popup_cmd_copy_image):
2438         * shell/ev-view-private.h:
2439         * shell/ev-view.c: (ev_view_get_image_at_location),
2440         (ev_view_do_popup_menu), (ev_view_popup_menu),
2441         (ev_view_button_press_event), (ev_view_drag_data_get),
2442         (ev_view_drag_motion), (ev_view_drag_data_received),
2443         (ev_view_motion_notify_event), (ev_view_button_release_event),
2444         (ev_view_finalize), (ev_view_class_init):
2445
2446         Add image handling support. Fixes bugs #310008 and #325047. Images
2447         selection is not supported yet. 
2448
2449 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
2450
2451         * shell/ev-window.c: (drag_data_received_cb), (ev_window_init):
2452         * shell/ev-view.c: (ev_view_drag_data_received), (ev_view_class_init),
2453         (ev_view_init):
2454
2455         Move view drag and drop stuff to ev-view.
2456
2457 2007-01-05  Carlos Garcia Campos  <carlosgc@gnome.org>
2458
2459         * shell/ev-pixbuf-cache.c: (clear_job_selection):
2460         * shell/ev-view.c: (clear_selection): 
2461
2462         Clear selection also in pixbuf cache.
2463
2464 2007-01-02  Luca Ferretti <elle.uca@libero.it>
2465
2466         * data/evince.desktop.in.in:
2467         
2468         Change icon name in desktop file. See bug #390734
2469         for details.
2470
2471 2006-12-28  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2472
2473         * thumbnailer/Makefile.am:
2474
2475         Use top_builddir instead top_srcdir for generated schema
2476         file installation. Fixes bug #390161.
2477
2478 2006-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2479
2480         * configure.ac:
2481         * backend/Makefile.am:
2482         * backend/ev-document-transition.[ch]:
2483         * pdf/ev-poppler.cc: (pdf_document_get_page_duration),
2484         (pdf_document_page_transition_iface_init):
2485         * shell/ev-view-private.h:
2486         * shell/ev-view.c: (ev_view_destroy), (page_changed_cb),
2487         (ev_view_set_presentation), (transition_next_page),
2488         (ev_view_presentation_transition_stop),
2489         (ev_view_presentation_transition_start), (ev_view_next_page):
2490
2491         Add page transition support in presentation mode. At the moment only
2492         page duration is supported, but not transition effects. Fixes bug
2493         #309815.
2494
2495 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2496
2497         * backend/ev-document-links.c: (ev_document_links_find_link_dest):
2498
2499         Run find_link_dest with document lock held, since it's called by links
2500         thread and main thread at the same time. 
2501
2502 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2503
2504         * shell/ev-view.c: (goto_dest):
2505
2506         Update page-cache when page is changed by the view, so that
2507         page-changed signal is emitted. 
2508
2509 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2510
2511         * test/test1.py:
2512         * test/test2.py:
2513
2514         Use C locale in tests. 
2515
2516 2006-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2517
2518         * shell/ev-window.c: (ev_window_run_presentation):
2519         * shell/ev-view-private.h:
2520         * shell/ev-view.c: (ev_view_set_presentation):
2521
2522         Restore zoom settings when back from presentation mode. 
2523
2524 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2525
2526         * shell/ev-window.c: (ev_window_run_presentation):
2527
2528         Always use "best fit" zoom in presentation mode.
2529         Fixes bug #389195.
2530
2531 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2532
2533         * shell/ev-view.c: (ev_view_goto_window_create):
2534
2535         Show "Jump to page" label in the page jumping popup in
2536         presentation mode instead of just a GtkEntry.
2537
2538 2006-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
2539
2540         * shell/ev-window.c: (launch_external_uri):
2541
2542         Do not escape uri before calling gnome_vfs_url_show(). Fixes bug
2543         #378085.
2544
2545 2006-12-22  Elijah Newren  <newren gmail com>
2546
2547         * configure.ac: explicitly check for libxml2.  Fixes #388795
2548
2549 2006-12-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2550
2551         * shell/ev-view-private.h:
2552         * shell/ev-view.c: (send_focus_change), (ev_view_goto_window_hide),
2553         (ev_view_goto_window_delete_event), (key_is_numeric),
2554         (ev_view_goto_window_key_press_event),
2555         (ev_view_goto_window_button_press_event),
2556         (ev_view_goto_entry_activate), (ev_view_goto_window_create),
2557         (ev_view_goto_entry_grab_focus), (ev_view_goto_window_send_key_event),
2558         (ev_view_key_press_event), (ev_view_focus_out), (ev_view_destroy):
2559
2560         Allow jumping to another page by typing a page number in presentation
2561         mode. It uses a popup window with an entry. Fixes bug #353625.
2562
2563 2006-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2564
2565         * configure.ac:
2566         * properties/ev-properties-view.c: (ev_get_default_user_units),
2567         (ev_regular_paper_size):
2568         
2569         Check for NL_MEASUREMENT. Fixes bug #376469. Thanks
2570         to Damien Carbery <damien.carbery@sun.com> and
2571         Yevgen Muntyan <muntyan@tamu.edu>.
2572
2573 2006-12-20  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2574
2575         * shell/ev-window.c: (setup_document_from_metadata):
2576
2577         Make sure Evince doesn't restore the view on the last
2578         page when a document is reopened. Fixes bug #383381.
2579
2580 2006-12-18  Jens Granseuer  <jensgr@gmx.net>
2581
2582         * shell/ev-view.c: (draw_loading_text):
2583
2584         Fix compilation with older compilers like gcc 2. Fixes bug #387237.
2585
2586 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2587
2588         * configure.ac:
2589         * NEWS:
2590
2591         Release 0.7.0
2592
2593 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2594
2595         * configure.ac:
2596         * pdf/ev-poppler.cc: (pdf_print_context_free),
2597         (pdf_document_file_exporter_begin),
2598         (pdf_document_file_exporter_do_page):
2599
2600         Make cairo-pdf depedency optional. 
2601
2602 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2603
2604         * shell/ev-print-job.c: (idle_print_handler), (ev_print_job_print):
2605
2606         Use ev_file_exporter instead of ev_ps_exporter in ev-print-job.
2607
2608 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2609
2610         * backend/ev-document.[ch]: (ev_document_get_fc_mutex),
2611         (ev_document_fc_mutex_lock), (ev_document_fc_mutex_unlock):
2612         * pdf/ev-poppler.cc: (make_thumbnail_for_size):
2613         * shell/ev-jobs.c: (ev_job_render_run), (ev_job_fonts_run):
2614         * shell/ev-view.c: (draw_loading_text):
2615         * shell/ev-window.c: (ev_window_cmd_file_properties):
2616
2617         Use an specific lock for FontConfig. Hopefully it fixes some crashes
2618         related to using FontConfig from different threads.
2619         
2620 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2621
2622         * shell/ev-view.c: (draw_loading_text):
2623
2624         Acquire lock document when drawing "Loading..." text so that only one
2625         thread will use FontConfig at the same time. Fixes bug #374750.
2626
2627 2006-12-15  Carlos Garcia Campos  <carlosgc@gnome.org>
2628
2629         * shell/ev-page-action.[ch]: (activate_cb):
2630         * shell/ev-window.c: (activate_label_cb):
2631
2632         Check if text inserted in page entry is a valid page number when it
2633         doesn't match to any document page label. Fixes bug #383165.
2634
2635 2006-12-14  Julien Rebetez,  <julienr@cvs.gnome.org>
2636         * shell/ev-window.c:
2637
2638         GTK_STOCK_SELECT_ALL is used in menu definition, but isn't
2639         available with GTK < 2.10. Added an ifdef to avoid compilation
2640         error.
2641
2642 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2643
2644         * configure.ac:
2645         * ps/ps-document.c: (start_interpreter), (ps_document_next_page):
2646
2647         Fix ps backend in multihead systems.
2648
2649 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2650
2651         * ps/ps-document.c: (setup_page), (ps_document_get_page_size):
2652         * shell/ev-window.c: (ev_window_get_screen_dpi),
2653         (ev_window_update_actions), (setup_view_from_metadata),
2654         (ev_window_zoom_changed_cb), (zoom_control_changed_cb):
2655
2656         Take screen DPI into account when zooming. Fixes bug #318285.
2657
2658 2006-12-14  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2659
2660         * data/Makefile.am:
2661
2662         Cleaned up/slightly refactored Makefile.am. Added GConf
2663         schemas uninstallation as well.
2664
2665 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2666
2667         * Makefile.am:
2668         * test/Makefile.am:
2669
2670         Fight with autotools to fix make check. Make distcheck
2671         works fine as well now!
2672
2673 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2674
2675         * shell/ev-view.c: (draw_end_presentation_page):
2676
2677         Corrected "end of presentation" string.
2678
2679 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2680
2681         * shell/ev-view.c: (ev_view_key_press_event):
2682
2683         Correctly propagate key press event so that up/down keys
2684         work as expected (correct behaviour was broken by
2685         black/white screen key bindings for presentations).
2686
2687 2006-12-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2688
2689         * pdf/ev-poppler.cc: (pdf_document_find_get_n_results),
2690         (pdf_document_find_get_result), (pdf_document_find_page_has_results),
2691         (pdf_document_find_get_progress), (pdf_selection_render_selection),
2692         (pdf_selection_get_selection_region),
2693         (pdf_selection_get_selection_map):
2694
2695         Add "static" to some private functions. 
2696
2697 2006-12-13  P. Henrique Silva  <ph.silva@gmail.com>
2698
2699         * lib/ev-tooltip.h:
2700         * properties/ev-properties-view.h:
2701         * shell/ev-jobs.h:
2702         * shell/ev-properties-dialog.h:
2703         * shell/ev-properties-fonts.h:
2704         * shell/ev-sidebar-links.h:
2705         * shell/ev-sidebar-thumbnails.h:
2706         * shell/ev-sidebar.h:
2707         * shell/ev-window.h:
2708         
2709         Fixes CHACK type in class casts. See bug #385343
2710         for details.
2711
2712 2006-12-10  Carlos Garcia Campos  <carlosgc@gnome.org>
2713
2714         * shell/ev-view-private.h:
2715         * shell/ev-view.c: (draw_end_presentation_page),
2716         (ev_view_expose_event), (ev_view_key_press_event),
2717         (ev_view_class_init), (ev_view_init):
2718
2719         Blank screen in presentation mode when pressing 'b' (filling with
2720         black) or 'w' (filling with white) keys. Fixes bug #358132.
2721
2722 2006-12-09  Gabriel Felipe Cornejo  <gnomeusr@gmail.com>
2723
2724         * data/evince-toolbar.xml:
2725         * shell/ev-window.c:
2726         
2727         Use stock icon for Select All action. Fixes
2728         bug #382652.
2729
2730 2006-12-09  Radoslav Dorcik  <dixiecko@gmail.com>
2731
2732         * shell/ev-view.c: (get_doc_point_from_offset),
2733         (ev_view_get_link_at_location), (ev_view_motion_notify_event):
2734
2735         Add links support in rotated documents. Fixes bug #343733.
2736
2737 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2738
2739         * shell/ev-view-private.h:
2740         * shell/ev-view.c: (draw_end_presentation_page),
2741         (ev_view_expose_event), (ev_view_init), (ev_view_set_presentation):
2742
2743         Show a blank page after the last page in presentation mode with a
2744         message indicating that presentation has finished and how to exit. 
2745
2746 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2747
2748         * shell/ev-window.c: (fullscreen_timeout_cb):
2749
2750         Hide cursor after a while in presentation mode. 
2751
2752 2006-12-04  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2753
2754         * backend/ev-document-info.h:
2755         * data/evince-properties.glade:
2756         * pdf/ev-poppler.cc:
2757         * properties/ev-properties-view.c: (ev_regular_paper_size),
2758         (ev_properties_view_set_info):
2759         * ps/ps-document.c: (ps_document_get_info):
2760
2761         Adds a paper size field to the properties dialog. Fixes
2762         bug #307315. Patch by Kasper Svendsen (with some i18n
2763         changes done by me).
2764
2765 2006-12-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2766
2767         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
2768         (screensaver_init_dbus), (totem_scrsaver_new),
2769         (totem_scrsaver_init):
2770         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
2771         * shell/ev-application.c: (ev_application_register_service),
2772         (ev_application_screensaver_enable),
2773         (ev_application_screensaver_disable):
2774         * shell/ev-application.h:
2775         * shell/ev-window.c: (ev_window_run_presentation),
2776         (ev_window_stop_presentation), (build_comments_string),
2777         (ev_window_init):
2778         
2779         Move screensaver handling to application. No more
2780         message on startup.
2781
2782 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2783
2784         * configure.ac:
2785         * backend/Makefile.am:
2786         * backend/ev-file-exporter.[ch]:
2787         * pdf/ev-poppler.cc: (pdf_document_file_exporter_*):
2788         * ps/ps-document.c: (ps_document_file_exporter_*):
2789         * tiff/tiff-document.c: (tiff_document_document_file_exporter_*):
2790         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
2791         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
2792         (ev_window_print_dialog_response_cb), (ev_window_print_range):
2793
2794         Allow printing to PDF when suppoted by the backend.
2795         
2796 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2797
2798         * shell/ev-window.c: (build_comments_string):
2799
2800         Use always "Document Viewer" in about dialog. 
2801
2802 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2803
2804         * djvu/djvu-document.c: (djvu_document_get_page_size):
2805
2806         Display a warning message when get_pageinfo fails. 
2807
2808 2006-11-30  Yevgen Muntyan  <muntyan@tamu.edu>
2809
2810         * Makefile.am:
2811         * backend/Makefile.am:
2812         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
2813         * configure.ac:
2814         * shell/ev-window.c: (build_comments_string):
2815         
2816         Make pdf compilation optional. See bug #38007.
2817
2818 2006-11-30  Carlos Garcia Campos  <carlosgc@gnome.org>
2819
2820         * ps/ps.c: (get_next_text):
2821
2822         Fix CVE-2006-5864.
2823
2824 2006-11-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2825
2826         * shell/ev-history.c: (ev_history_finalize), (ev_history_class_init):
2827         * shell/ev-navigation-action.c: (connect_proxy),
2828         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
2829         
2830         Do not call g_type_class_peek_parent twice.
2831
2832 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2833
2834         * configure.ac:
2835         * data/icons/24x24/.cvsignore:
2836         * data/icons/24x24/Makefile.am:
2837         * data/icons/24x24/evince.png:
2838         * data/icons/Makefile.am:
2839         
2840         Add 24x24 icon. Thanks to 
2841         Michael Monreal <infernux@web.de>.
2842
2843 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2844
2845         * configure.ac: Fix typo in configure.ac. Thanks
2846         to dmacks@netspace.org for notification.
2847
2848 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2849
2850         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
2851         
2852         Drop dbus include, fixes compilation with older dbus.
2853
2854 2006-11-22  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2855
2856         * configure.ac:
2857         * cut-n-paste/Makefile.am:
2858         * cut-n-paste/totem-screensaver/.cvsignore
2859         * cut-n-paste/totem-screensaver/Makefile.am:
2860         * cut-n-paste/totem-screensaver/README:
2861         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
2862         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
2863         * shell/Makefile.am:
2864         * shell/ev-window.c: (ev_window_run_presentation),
2865         (ev_window_stop_presentation), (ev_window_cmd_help_about),
2866         (ev_window_init):
2867
2868         Implemented screensaver enabling/disabling for
2869         presentation mode (not fullscreen mode). Code stolen
2870         from Totem (with some minor tweaks). Fixes bug #338889.
2871
2872 2006-11-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2873
2874         * configure.ac:
2875
2876         Bump gnome-icon-theme requirements. We use the rotation
2877         icons that appeared recently.
2878
2879 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2880
2881         * shell/ev-history.c: (ev_history_add_page):
2882         * shell/ev-history.h:
2883         * shell/ev-window.c: (page_changed_cb):
2884         
2885         Use page labels instead of numbers.
2886
2887 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2888
2889         * data/evince-toolbar.xml:
2890         * po/POTFILES.in:
2891         * shell/Makefile.am:
2892         * shell/ev-navigation-action-widget.c:
2893         (ev_navigation_action_widget_init),
2894         (ev_navigation_action_widget_class_init), (menu_deactivate_cb),
2895         (menu_detacher), (ev_navigation_action_widget_set_menu),
2896         (menu_position_func), (popup_menu_under_arrow),
2897         (ev_navigation_action_widget_toggled),
2898         (ev_navigation_action_widget_button_press_event):
2899         * shell/ev-navigation-action-widget.h:
2900         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
2901         (ev_navigation_action_set_window), (activate_menu_item_cb),
2902         (new_history_menu_item), (new_empty_history_menu_item),
2903         (build_menu), (menu_activated_cb), (connect_proxy),
2904         (create_tool_item), (ev_navigation_action_init),
2905         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
2906         * shell/ev-navigation-action.h:
2907         * shell/ev-page-action-widget.c: (ev_page_action_widget_init),
2908         (ev_page_action_widget_set_page_cache),
2909         (ev_page_action_widget_finalize),
2910         (ev_page_action_widget_class_init), (match_selected_cb),
2911         (display_completion_text), (match_completion), (build_new_tree_cb),
2912         (get_filter_model_from_model),
2913         (ev_page_action_widget_update_model):
2914         * shell/ev-page-action-widget.h:
2915         * shell/ev-page-action.c: (activate_link_cb), (update_model),
2916         (connect_proxy):
2917         * shell/ev-page-action.h:
2918         * shell/ev-stock-icons.c:
2919         * shell/ev-stock-icons.h:
2920         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
2921         (page_changed_cb), (ev_window_setup_document), (ev_window_dispose),
2922         (register_custom_actions):
2923         * shell/main.c:
2924         
2925         Preliminary history implementation
2926
2927 2006-11-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2928
2929         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_finalize),
2930         (dvi_document_class_init), (dvi_document_init_params):
2931         * dvi/mdvi-lib/font.c: (font_reference):
2932         
2933         Add reference to subfont. Fixes bug #374277.
2934
2935 2006-11-16  Carlos Garcia Campos  <carlosgc@gnome.org>
2936
2937         * shell/ev-window.c: (ev_window_create_tmp_symlink),
2938         (ev_window_cmd_file_open_copy_at_dest):
2939
2940         Fix a race condition when creating symlink. Increase the counter
2941         avoiding an infinite loop. Really fixes bug #357472. (Based on patch by
2942         Mathias Hasselmann).
2943
2944 2006-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
2945
2946         * backend/Makefile.am:
2947         * backend/ev-attachment.c: (ev_attachment_open):
2948         * lib/ev-file-helpers.[ch]: (ensure_dir_exists), (ev_dot_dir),
2949         (ev_tmp_dir), (ev_tmp_filename):
2950         * shell/ev-sidebar-attachments.c:
2951         (ev_sidebar_attachments_drag_data_get):
2952         * shell/ev-window.c: (ev_window_clear_temp_file):
2953
2954         Use always ev_tmp_dir instead of g_get_tmp_dir. Fix a race condition
2955         in ensure_dir_exists. Abort without crashing when we can't create
2956         user's directory.
2957
2958 2006-11-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2959
2960         * data/evince-ui.xml:
2961         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
2962         (ev_window_xfer_job_cb), (ev_window_get_copy_tmp_name),
2963         (ev_window_cmd_file_open_copy_at_dest),
2964         (ev_window_cmd_file_open_copy), (view_menu_popup_cb),
2965         (ev_view_popup_cmd_open_link_new_window):
2966
2967         Allow opening a copy of the current document in a new window. Fixes bug
2968         #357472
2969
2970 2006-11-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2971
2972         * data/evince-toolbar.xml:
2973         
2974         Add rotate right and rotate left to available items for toolbar.
2975         
2976         * data/evince-ui.xml:
2977         * shell/ev-window.c: (ev_window_init):
2978         
2979         Customize toolbar with right click. Fixes bug #372451.
2980
2981 2006-11-11  Claudio Saavedra  <csaavedra@alumnos.utalca.cl>
2982
2983         * shell/ev-window.c: 
2984         
2985         Use "object-rotate-{left,right}" stock icons. Fixes 
2986         bug #373863.
2987
2988 2006-11-10  Carlos Garcia Campos  <carlosgc@gnome.org>
2989
2990         * shell/ev-application.[ch]: (get_unlink_temp_file_from_args),
2991         (ev_application_open_uri_at_dest), (ev_application_open_uri):
2992         * shell/ev-window.[ch]: (ev_window_clear_temp_file),
2993         (ev_window_open_uri):
2994         * shell/main.c: (arguments_parse):
2995
2996         Remove temp file created when evince is used by GTK+ in
2997         preview mode. Fixes bug #365282. 
2998
2999 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3000
3001         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
3002         
3003         Fixes bug #372474 - Side pane disabled when entering 
3004         and leaving fullscreen mode.
3005
3006 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3007
3008         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (setup_editor):
3009         * data/Makefile.am:
3010         * data/evince-preview-toolbar.xml:
3011         * data/evince-toolbar.xml:
3012         * shell/ev-application.c: (ev_application_shutdown),
3013         (ev_application_init), (ev_application_get_toolbars_model):
3014         * shell/ev-application.h:
3015         * shell/ev-window.c: (update_chrome_visibility),
3016         (ev_window_create_fullscreen_popup), (ev_window_run_preview),
3017         (ev_window_cmd_edit_toolbar), (ev_window_init):
3018         
3019         Fixes bug #364364 - toolbar editor shows zoom actions again.
3020
3021 2006-11-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3022
3023         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
3024
3025         Do not take margins into consideration for paper size when printing.
3026         Really fixes bug #350491.
3027
3028 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3029
3030         * data/evince-ui.xml:
3031         * shell/ev-window.c: (ev_window_print_page_setup_done_cb),
3032         (ev_window_cmd_file_print_setup),
3033         (ev_window_print_dialog_response_cb),
3034         (ev_window_setup_action_sensitivity):
3035
3036         Add page setup settings for printing. Fixes bugs #363860 and #350491.
3037
3038 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3039
3040         * shell/ev-window.c: (ev_window_print_range):
3041
3042         Revert my previuos commit, since printing to PDF is not supported by
3043         evince yet. 
3044
3045 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3046
3047         * shell/ev-window.c: (ev_window_print_range):
3048
3049         Enable print to a PDF. Fixes bug #332121.
3050
3051 2006-10-31  Carlos Garcia Campos  <carlosgc@gnome.org>
3052
3053         * shell/ev-application-service.xml:
3054         * shell/ev-application.[ch]: (ev_application_open_window),
3055         (ev_application_get_empty_window), (ev_application_open_uri_at_dest),
3056         (ev_application_open_uri), (ev_application_open_uri_list):
3057         * shell/ev-window.c: (file_open_dialog_response_cb),
3058         (ev_window_cmd_recent_file_activate), (ev_window_setup_recent),
3059         (drag_data_received_cb), (open_remote_link):
3060         * shell/main.c: (arguments_parse), (load_files), (load_files_remote):
3061
3062         Add support for multiscreen systems. Fixes bug #316206.
3063
3064 2006-10-30  Carlos Garcia Campos  <carlosgc@gnome.org>
3065
3066         * shell/ev-jobs.[ch]: (ev_job_print_new),
3067         (ev_print_job_print_page_in_range), (ev_print_job_print_page_in_set),
3068         (ev_job_print_do_page):
3069         * shell/ev-window.[ch]: (ev_window_print_dialog_response_cb):
3070
3071         Allow printing only odd/even pages. Fixes bug #367289.
3072
3073 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3074
3075         * test/test1.py:
3076         * test/test2.py:
3077
3078         Re-add locale settings to test files.
3079
3080 2006-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3081
3082         * data/evince-ui.xml:
3083         * shell/ev-window.c: (set_action_properties):
3084         
3085         Removed garbage from code and ui.
3086
3087 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3088
3089         * shell/ev-window.c: (ev_window_cmd_help_about):
3090
3091         Shamelessly add my name to the list of contributors.
3092
3093 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3094
3095         * test/test1.py:
3096         * test/test2.py:
3097
3098         Cleaned up the dogtail scripts.
3099
3100 2006-10-27  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3101
3102         * shell/ev-view.c: (draw_loading_text): Don't render
3103         "loading..." text in presentation mode. Temporary
3104         workaround for bug #320352.
3105
3106 2006-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3107
3108         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
3109         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
3110
3111         Use print settings scale, copies, collate and reverse which were
3112         ignored. Fixes bug #359032.
3113
3114 2006-10-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3115
3116         * configure.ac:
3117         * data/evince-password.glade:
3118         * test/Makefile.am:
3119         * test/test-encrypt.pdf:
3120         * test/test-links.pdf:
3121         * test/test1.py:
3122         * test/test2.py:
3123
3124         Add automated UI tests for evince with dogtail. See
3125         bug #300948.    
3126
3127 2006-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3128
3129         * shell/ev-window.c: (fullscreen_timeout_cb), (ev_window_init):
3130
3131         Hide fullscreen toolbar when switching to another desktop workspace.
3132         Fixes bug #338871
3133
3134 2006-10-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3135
3136         * shell/ev-window-title.c: 
3137         
3138         Test for .dvi in title of pdf documents.
3139
3140 2006-10-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3141
3142         * shell/ev-view.c: (ev_view_scroll):
3143
3144         Page Up/Down should do page jumps in "Best fit" mode.
3145         If a user has explicitly chosen to view exactly one page
3146         at a time, scrolling just a part of the page when
3147         pressing Page Up/Down is not right. Fixes bug #323107.
3148
3149 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3150
3151         * NEWS:
3152         * configure.ac:
3153         
3154         Update for 0.6.1
3155
3156 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3157
3158         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
3159         (job_fonts_finished_cb), (ev_properties_fonts_set_document):
3160         
3161         Correctly disconnect from job signals on destroy.
3162
3163 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3164
3165         * shell/ev-view-private.h:
3166         * shell/ev-view.c: (view_set_adjustment_values),
3167         (view_update_range_and_current_page),
3168         (ensure_rectangle_is_visible), (ev_view_size_allocate):
3169         
3170         Fixes bug #343199, current page now follows find page.
3171
3172 2006-10-08  Wouter Bolsterlee  <wbolster@gnome.org>
3173
3174         * backend/ev-document-factory.c:
3175         * configure.ac:
3176         Assigned OpenDocument presenation MIME type to the
3177         Impress backend. Added some missing (but harmless)
3178         #ifdefs in the document factory as well to make things
3179         consistent again. Fixes bug #360658.
3180
3181 2006-10-08  Christian Persch  <chpe@cvs.gnome.org>
3182
3183         * backend/ev-async-renderer.c: (ev_async_renderer_get_type):
3184         * backend/ev-document-find.c: (ev_document_find_get_type):
3185         * backend/ev-document-fonts.c: (ev_document_fonts_get_type):
3186         * backend/ev-document-links.c: (ev_document_links_get_type):
3187         * backend/ev-document-security.c: (ev_document_security_get_type):
3188         * backend/ev-document-thumbnails.c:
3189         (ev_document_thumbnails_get_type):
3190         * backend/ev-document.c: (ev_document_get_type):
3191         * backend/ev-ps-exporter.c: (ev_ps_exporter_get_type):
3192         * backend/ev-selection.c: (ev_selection_get_type):
3193         * cut-n-paste/recent-files/egg-recent-model.c:
3194         (egg_recent_model_get_type):
3195         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
3196         (egg_recent_view_uimanager_get_type):
3197         * cut-n-paste/recent-files/egg-recent-view.c:
3198         (egg_recent_view_get_type):
3199         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
3200         (egg_editable_toolbar_get_type):
3201         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
3202         (egg_toolbar_editor_get_type):
3203         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
3204         (egg_toolbars_model_get_type):
3205         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
3206         (egg_tree_multi_drag_source_get_type):
3207         * cut-n-paste/zoom-control/ephy-zoom-action.c:
3208         (ephy_zoom_action_get_type):
3209         * cut-n-paste/zoom-control/ephy-zoom-control.c:
3210         (ephy_zoom_control_get_type):
3211         * impress/r_back.c: (_imp_fill_back):
3212         * properties/ev-properties-main.c:
3213         (ev_properties_plugin_register_type):
3214         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type):
3215         * shell/ev-view-accessible.c: (ev_view_accessible_get_type),
3216         (ev_view_accessible_factory_get_type):
3217
3218         Reduce relocations. Bug #360616.
3219
3220 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3221
3222         * backend/ev-document-factory.c:
3223         (ev_document_factory_get_document):
3224         
3225         Load document even if extension is wrong.
3226
3227 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3228
3229         * shell/ev-metadata-manager.c: (save_values):
3230         * shell/ev-window.c: (setup_size_from_metadata),
3231         (setup_view_from_metadata), (ev_window_setup_document),
3232         (ev_window_xfer_job_cb), (window_configure_event_cb):
3233         
3234         Set size according to the document size/page size ratio.
3235         That should correct rather wierd behaviour of the previous
3236         commit.
3237
3238 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3239
3240         * shell/ev-window.c: (setup_view_from_metadata):
3241         
3242         Set size for new windows from previous window size.
3243         See bugs #354968 and #168450 for details. Thanks
3244         to Meik Hellmund.
3245
3246 2006-10-01  Carlos Garcia Campos  <carlosgc@gnome.org>
3247
3248         * djvu/djvu-links.c: (build_tree):
3249
3250         Fix memory leak.
3251
3252 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3253
3254         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_set_document):
3255         
3256         Don't make sidebar close button insensitive. Fixes
3257         bug #357871.
3258
3259 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3260
3261         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
3262         (ev_window_set_view_accels_sensitivity):
3263         
3264         Don't enable Slash on documents which don't support
3265         find. Fixes bug #358648.
3266
3267 2006-10-01  Wouter Bolsterlee  <wbolster@gnome.org>
3268
3269         * shell/ev-window.c: (ev_window_cmd_file_open): Make the
3270         open dialog fall back to the current document uri if the
3271         filechooser hasn't been used before. Fixes bug #356980.
3272
3273 2006-09-24  Mathias Hasselmann  <mathias.hasselmann@gmx.de>
3274
3275         * shell/ev-window.c: (ev_window_setup_recent), 
3276         (ev_window_get_recent_file_label):
3277
3278         Escape underscores in filenames of recent file items.
3279
3280 2006-09-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3281
3282         * configure.ac:
3283         
3284         Bumped poppler requirements, really 0.5.3 is very 
3285         buggy, now we require 0.5.4.
3286
3287 2006-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3288
3289         * djvu/Makefile.am:
3290         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
3291         (djvu_document_find_iface_init), (djvu_document_links_get_links),
3292         (djvu_document_document_links_iface_init):
3293         * djvu/djvu-links.c: (number_from_miniexp), (string_from_miniexp),
3294         (number_from_string_10), (get_djvu_link_dest),
3295         (get_djvu_link_action), (build_tree), (get_djvu_hyperlink_area),
3296         (get_djvu_hyperlink_mapping), (djvu_links_has_document_links),
3297         (djvu_links_get_links), (djvu_links_find_link_dest),
3298         (djvu_links_get_links_model):
3299         * djvu/djvu-links.h:
3300         
3301         Add support for links and bookmarks in djvu documents. Thanks
3302         to Pauli Virtanen <pauli.virtanen@iki.fi> for the wonderful
3303         patch.
3304
3305 2006-09-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3306
3307         * shell/ev-application.c: (ev_application_open_uri_at_dest):
3308         
3309         Reopen should reload document. Fixes 
3310         bug 327951.
3311
3312 2006-09-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3313
3314         * configure.ac:
3315         * data/Makefile.am:
3316         * data/evince-16.png:
3317         * data/evince-22.png:
3318         * data/evince.png:
3319         * data/evince.svg:
3320         * data/icons/16x16/Makefile.am:
3321         * data/icons/16x16/evince.png:
3322         * data/icons/22x22/Makefile.am:
3323         * data/icons/22x22/evince.png:
3324         * data/icons/48x48/Makefile.am:
3325         * data/icons/48x48/evince.png:
3326         * data/icons/Makefile.am:
3327         * data/icons/scalable/Makefile.am:
3328         * data/icons/scalable/evince.svg:
3329         
3330         Install icons with correct names. Fixes
3331         bug #354429.
3332
3333 2006-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
3334
3335         * shell/ev-view.c: (ev_view_button_release_event):
3336
3337         Don't open links with middle mouse button. Fixes bug #353649
3338
3339 2006-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3340
3341         * NEWS:
3342         * configure.ac:
3343         
3344         Update for release 0.6.0
3345
3346 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3347
3348         * shell/ev-window.c: (ev_window_xfer_job_cb), (do_action_named):
3349         Implement Close named action. Patch by Carlos Garcia Campos.
3350
3351 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3352
3353         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
3354         
3355         Don't clear link mapping on copy_job_to_job_info. Fixes
3356         bug 346168.
3357
3358 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
3359
3360         * shell/main.c: (main):
3361
3362         Revert my previous commit, gnome_program_init owns the option context.
3363         Fix another memory leak in main. Both caught by Christian Persch. 
3364
3365 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
3366
3367         * shell/main.c: (main):
3368
3369         Fix memory leak.
3370
3371 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
3372
3373         * backend/ev-document-factory.c: (ev_document_factory_get_document):
3374
3375         Fix crash when opening a pdf with password protection. 
3376
3377 2006-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3378
3379         * pdf/ev-poppler.cc: (pdf_document_search_free):
3380
3381         Fix memory leak. 
3382
3383 2006-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3384
3385         * backend/ev-document-factory.c:
3386         (ev_document_factory_get_document):
3387         * tiff/tiff-document.c: (tiff_document_finalize):
3388         
3389         More correct handling of document loading. Fixes
3390         bug #349043.
3391
3392 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3393
3394         * backend/ev-attachment.c: (ev_attachment_save):
3395
3396         Remove GNOME_VFS_OPEN_TRUNCATE flag which is only available with
3397         gnome-vfs >= 2.9.3 and it's not really needed. Fixes bug #351493
3398
3399 2006-08-15  Julien Rebetez  <julienr@cvs.gnome.org>
3400         
3401         * shell/ev-window.c: (ev_window_cmd_recent_file_activate):
3402         Fixed a compilation error if HAVE_GTK_RECENT isn't defined.
3403
3404 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3405
3406         * shell/ev-sidebar-thumbnails.c:
3407
3408         Do not render thumbnails unless thumbnails page is active in the
3409         sidebar.
3410
3411 2006-08-14  Christian Persch  <chpe@cvs.gnome.org>
3412
3413         * shell/ev-properties-dialog.c:
3414
3415         Fix dialogue spacing. Bug #351370.
3416
3417 2006-08-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
3418
3419         * configure.ac:
3420
3421         Use lowercase gettext catalog file names (evince.mo
3422         instead of Evince.mo)
3423
3424 2006-08-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3425
3426         * shell/ev-sidebar-attachments.c:
3427
3428         GtkIconTheme is now screen safe too. Fixes bug #350878
3429
3430 2006-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3431
3432         * shell/ev-window.c:
3433
3434         GtkRecent manager is now screen safe. Fixes bug #350145
3435
3436 2006-08-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3437
3438         * shell/ev-sidebar.c: (ev_sidebar_init):
3439         
3440         Make sidebar close icon smaller. Fix for bug 350177.
3441         See also bugs 350176 and 165770.
3442
3443 2006-08-10  Carlos Garcia Campos  <carlosgc@gnome.org>
3444
3445         * shell/ev-view.c: (goto_fith_dest), (goto_fit_dest), (goto_xyz_dest):
3446
3447         Ignore zoom for xyz destinations when it's <= 1, keeping user
3448         preferences instead. Set correct sizing-mode for fith and fitv
3449         destinations rather than EV_SIZING_FREE. Fixes bug #349433
3450
3451 2006-08-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3452
3453         * NEWS:
3454         * configure.ac:
3455         
3456         Update for release 0.5.5
3457
3458 2006-08-07  Radoslav Dorcik <dixiecko@gmail.com>
3459         
3460         * shell/ev-window.c: (ev_window_cmd_escape)
3461
3462         Escape unfocus page entry. Fixes bug #345809.
3463
3464 2006-08-06  Carlos Garcia Campos  <carlosgc@gnome.org>
3465
3466         * pdf/ev-poppler.cc: (ev_link_dest_from_dest), (ev_link_from_action),
3467         (build_tree), (pdf_document_links_get_links),
3468         (pdf_document_links_find_link_dest):
3469         * shell/ev-view.c: (goto_fitr_dest), (goto_fith_dest),
3470         (goto_xyz_dest):
3471
3472         Convert from PDF style coordinates to X style coordinates in the
3473         backend rather than in the view. Fixes bug #338440
3474
3475 2006-08-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3476
3477         * shell/ev-window.c:
3478         
3479         Remove Ctrl+Shift+T shortcut for toolbars. See
3480         the bug #350098.
3481
3482 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
3483
3484         * configure.ac:
3485
3486         Use [] in AC_DEFINE for GtkRecent. Probably build was failing because
3487         of this. 
3488
3489 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
3490
3491         * configure.ac:
3492         * cut-n-paste/Makefile.am:
3493         * data/evince-ui.xml:
3494         * shell/Makefile.am:
3495         * shell/ev-application.[ch]:
3496         * shell/ev-window.c:
3497
3498         Use GtkRecent instead of EggRecent when it's available. Fixes bug
3499         #349273
3500
3501 2006-08-04  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
3502
3503         * shell/eggfindbar.c: (egg_find_bar_init): Fixed typo in
3504         findbar code: s/help/search/
3505
3506 2006-08-04  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
3507
3508         * shell/ev-window.c: (setup_document_from_metadata),
3509         (setup_chrome_from_metadata), (setup_sidebar_from_metadata),
3510         (setup_view_from_metadata):
3511         
3512         Fix memory leaks.
3513
3514 2006-07-31  Christian Persch  <chpe@cvs.gnome.org>
3515
3516         * autogen.sh, configure.ac: 
3517         
3518         Update automake usage. See bug 349292.
3519
3520 2006-07-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3521
3522         * shell/eggfindbar.c: (egg_find_bar_class_init),
3523         (entry_activate_callback), (egg_find_bar_init),
3524         (egg_find_bar_set_status_text):
3525         * shell/eggfindbar.h:
3526         
3527         Unify Evince findbar with Epiphany. Nice patch
3528         from Fabricio Silva <silva@crans.org> and
3529         Frederic Peters <fpeters@entrouvert.com>. See
3530         bug #339966 for details.
3531
3532 2006-07-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3533
3534         * data/evince.desktop.in.in:
3535         
3536         Correct information for bugzilla. Thanks to
3537         Olaf Vitters, see bug #348855.
3538
3539 2006-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
3540
3541         * shell/ev-jobs.[ch]:
3542         * shell/ev-sidebar-links.c:
3543         * shell/ev-window.[ch]:
3544
3545         GtkPrintJob doesn't support print ranges or current page, so we export
3546         to a ps file now when printing ranges or current page.
3547
3548 2006-07-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3549
3550         * pdf/ev-poppler.cc:
3551         * shell/ev-window.c: (do_action_named):
3552
3553         We should be more clear about bugzilla. See the
3554         poppler bug #7623.
3555
3556 2006-07-23  Carlos Garcia Campos  <carlosgc@gnome.org>
3557
3558         * configure.ac:
3559         * shell/Makefile.am:
3560         * shell/ev-job-queue.c:
3561         * shell/ev-jobs.[ch]:
3562         * shell/ev-sidebar-links.c:
3563         * shell/ev-window.[ch]:
3564         
3565         Use GtkPrint instead of GnomePrint when it's available. Fixes bug
3566         #348422
3567
3568 2006-07-17  Carlos Garcia Campos  <carlosgc@gnome.org>
3569
3570         * data/evince-toolbar.xml: Add preview toolbar (hidden by default)
3571         * shell/ev-application-service.xml:
3572         * shell/ev-application.[ch]:
3573         * shell/ev-jobs.[ch]:
3574         * shell/ev-window.[ch]: (ev_window_run_preview):
3575         * shell/main.c: 
3576
3577         Add preview mode to use evince as a printing previewer. It also adds
3578         other command line options for fullscreen and presentation modes.
3579         Fixes bugs #347822, #317031
3580
3581 2006-07-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3582
3583         * NEWS:
3584         * configure.ac:
3585         
3586         Update for release 0.5.4
3587
3588 2006-07-11  Bastien Nocera <hadess@hadess.net>
3589
3590         * Makefile.am:
3591         * backend/Makefile.am:
3592         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
3593         * backend/ev-document-factory.h:
3594         * configure.ac:
3595         * impress/.cvsignore:
3596         * impress/Makefile.am:
3597         * impress/common.h:
3598         * impress/document.c: (_imp_load_xml), (imp_open), (imp_nr_pages),
3599         (imp_get_page), (imp_next_page), (imp_prev_page),
3600         (imp_get_page_no), (imp_get_page_name), (imp_get_xml), (imp_close):
3601         * impress/f_oasis.c: (render_object), (render_page),
3602         (get_geometry), (_imp_oasis_load):
3603         * impress/f_oo13.c: (render_object), (render_page), (get_geometry),
3604         (_imp_oo13_load):
3605         * impress/iksemel.c: (iks_malloc), (iks_free), (iks_set_mem_funcs),
3606         (iks_strdup), (iks_strcat), (iks_strcmp), (iks_strcasecmp),
3607         (iks_strncmp), (iks_strncasecmp), (iks_strlen), (iks_escape),
3608         (iks_unescape), (find_space), (iks_stack_new), (iks_stack_alloc),
3609         (iks_stack_strdup), (iks_stack_strcat), (iks_stack_stat),
3610         (iks_stack_delete), (iks_sax_new), (iks_sax_extend),
3611         (iks_parser_stack), (iks_user_data), (iks_nr_bytes),
3612         (iks_nr_lines), (stack_init), (stack_expand), (sax_core),
3613         (iks_parse), (iks_parser_reset), (iks_parser_delete), (iks_new),
3614         (iks_new_within), (iks_insert), (iks_insert_cdata),
3615         (iks_insert_attrib), (iks_insert_node), (iks_hide), (iks_delete),
3616         (iks_next), (iks_next_tag), (iks_prev), (iks_prev_tag),
3617         (iks_parent), (iks_root), (iks_child), (iks_first_tag),
3618         (iks_attrib), (iks_find), (iks_find_cdata), (iks_find_attrib),
3619         (iks_find_with_attrib), (iks_stack), (iks_type), (iks_name),
3620         (iks_cdata), (iks_cdata_size), (iks_has_children),
3621         (iks_has_attribs), (escape_size), (my_strcat), (escape),
3622         (iks_string), (iks_copy_within), (iks_copy), (tagHook),
3623         (cdataHook), (deleteHook), (iks_dom_new), (iks_set_size_hint),
3624         (iks_tree), (iks_load), (iks_save):
3625         * impress/iksemel.h:
3626         * impress/imposter.h:
3627         * impress/impress-document.c: (G_DEFINE_TYPE_WITH_CODE),
3628         (imp_render_draw_bezier_real), (imp_render_get_size),
3629         (imp_render_set_fg_color), (imp_render_draw_line),
3630         (imp_render_draw_rect), (imp_render_draw_polygon),
3631         (imp_render_draw_arc), (imp_render_draw_bezier),
3632         (imp_render_open_image), (imp_render_get_image_size),
3633         (imp_render_scale_image), (imp_render_draw_image),
3634         (imp_render_close_image), (imp_render_markup),
3635         (imp_render_get_text_size), (imp_render_draw_text),
3636         (impress_document_load), (impress_document_save),
3637         (impress_document_get_n_pages), (impress_document_get_page_size),
3638         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
3639         (impress_document_finalize), (impress_document_class_init),
3640         (impress_document_can_get_text), (impress_document_get_info),
3641         (impress_document_document_iface_init),
3642         (impress_document_thumbnails_get_thumbnail),
3643         (impress_document_thumbnails_get_dimensions),
3644         (impress_document_document_thumbnails_iface_init),
3645         (impress_document_init):
3646         * impress/impress-document.h:
3647         * impress/internal.h:
3648         * impress/r_back.c: (_imp_fill_back):
3649         * impress/r_draw.c: (_imp_draw_rect), (_imp_draw_line_end),
3650         (_imp_draw_image), (_imp_tile_image):
3651         * impress/r_geometry.c: (r_parse_color), (r_get_color), (fg_color),
3652         (r_get_x), (r_get_y), (r_get_angle), (r_get_viewbox), (r_polygon),
3653         (r_polyline):
3654         * impress/r_gradient.c: (poly_rotate), (r_draw_gradient_simple),
3655         (r_draw_gradient_complex), (r_draw_gradient):
3656         * impress/r_style.c: (get_style), (r_get_style), (get_style_x),
3657         (r_get_bullet):
3658         * impress/r_text.c: (add_line), (add_span), (calc_sizes),
3659         (calc_pos), (_imp_draw_layout), (text_span), (text_p), (text_list),
3660         (r_text):
3661         * impress/render.c: (imp_create_context), (imp_context_set_page),
3662         (imp_context_set_step), (imp_render), (imp_delete_context):
3663         * impress/render.h:
3664         * impress/zip.c: (zip_error), (find_cd), (get_long), (get_word),
3665         (list_files), (zip_open), (zip_close), (find_file), (seek_file),
3666         (zip_load_xml), (zip_get_size), (zip_load):
3667         * impress/zip.h:
3668         * shell/ev-utils.c:
3669         
3670         New backend to support impress slides. Fixes bug #30867.
3671
3672 2006-07-10  Ghee Teo  <ghee.teo@sun.com>
3673
3674         * shell/ev-utils.c: (using_postscript_printer):
3675         
3676         Fixes crash when print using PAPI backend,
3677         bug #345012.
3678
3679 2006-06-09  Pat Rondon  <pmr@patrondon.org>
3680
3681         * shell/ev-jobs.c: (ev_job_xfer_run):
3682         * shell/ev-window.c: (password_dialog_response),
3683         (ev_window_popup_password_dialog), (ev_window_xfer_job_cb),
3684         (ev_window_dispose):
3685         Fixes bug #344160: if the xfer job doesn't complete
3686         because a password is required, reload the existing
3687         instance instead of creating a new one.
3688
3689 2006-06-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3690
3691         * shell/main.c: (main): Call gdk_threads_init. Thus
3692         we'll avoid errors in auth dialog. Fix for the bug
3693         #343347.
3694
3695 2006-06-01  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
3696
3697         * configure.ac: Advertise pixbuf support, fix
3698         for the bug 343317.
3699
3700 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3701
3702         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_refresh),
3703         (ev_sidebar_thumbnails_set_document):
3704         
3705         Update sidebar thumbnails after reloading.
3706
3707 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3708
3709         * shell/ev-jobs.c: (ev_job_xfer_dispose), (ev_job_xfer_new):
3710         * shell/ev-jobs.h:
3711         * shell/ev-window.c: (ev_window_xfer_job_cb), (ev_window_open_uri),
3712         (ev_window_cmd_view_reload), (ev_window_init):
3713         
3714         Don't crash on reload. Fix for the bug #343167.
3715
3716 2006-05-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3717
3718         * shell/ev-jobs.c: (ev_job_render_run):
3719         
3720         Check for document links.
3721
3722 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3723
3724         * backend/ev-attachment.c: (ev_attachment_save),
3725         (ev_attachment_launch_app), (ev_attachment_open):
3726         * backend/ev-document-factory.c: (get_document_from_uri):
3727         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
3728         (egg_recent_view_uimanager_set_list):
3729         * ps/ps-document.c: (check_filecompressed), (document_load),
3730         (ps_document_load):
3731         * shell/ev-metadata-manager.c: (load_values):
3732         * shell/ev-password.c: (ev_password_dialog_set_property):
3733         * shell/ev-view.c: (tip_from_link):
3734         * shell/ev-window.c: (file_save_dialog_response_cb),
3735         (ev_window_print_dialog_response_cb):
3736         
3737         Use consistent quoting style. Fix for the bug #320285.
3738
3739 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3740
3741         * shell/ev-jobs.c: (ev_job_xfer_run):
3742         * shell/main.c: (load_files):
3743                 
3744         Open links with anchors. Fix for the bug #339836.
3745
3746 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3747
3748         * backend/ev-link-dest.c: (ev_link_dest_type_get_type),
3749         (ev_link_dest_get_page_label), (ev_link_dest_get_property),
3750         (ev_link_dest_set_property), (ev_link_dest_finalize),
3751         (ev_link_dest_class_init), (ev_link_dest_new_named),
3752         (ev_link_dest_new_page_label):
3753         * backend/ev-link-dest.h:
3754         * shell/ev-application.c: (ev_application_open_uri):
3755         * shell/ev-view.c: (goto_dest):
3756         * shell/ev-window.c:
3757         * shell/ev-window.h:
3758         
3759         Fix page-label command line option. Bug #342070.
3760
3761 2006-05-27  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
3762
3763         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
3764         
3765         Don't show highlight rects if page can't be showed. Fix for 
3766         the bug #342076
3767
3768 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3769
3770         * shell/ev-window.c: (setup_sidebar_from_metadata),
3771         (ev_window_sidebar_visibility_changed_cb), (ev_window_init):
3772         
3773         Setup sidebar from metadata even if there is no document
3774         loaded. Fix for the bug #342807.
3775
3776 2006-05-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3777
3778         * cut-n-paste/toolbar-editor/Makefile.am:
3779         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
3780         (get_dock_position), (get_toolbar_position), (get_toolbar_nth),
3781         (find_action), (drag_data_delete_cb), (drag_begin_cb),
3782         (drag_end_cb), (drag_data_get_cb), (move_item_cb),
3783         (remove_item_cb), (remove_toolbar_cb), (popup_context_deactivate),
3784         (popup_context_menu_cb), (button_press_event_cb),
3785         (configure_item_sensitivity), (configure_item_cursor),
3786         (configure_item_tooltip), (connect_widget_signals),
3787         (action_sensitive_cb), (create_item_from_action),
3788         (create_item_from_position), (toolbar_drag_data_received_cb),
3789         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
3790         (toolbar_drag_leave_cb), (configure_drag_dest),
3791         (toggled_visibility_cb), (toolbar_visibility_refresh),
3792         (create_dock), (toolbar_changed_cb), (unparent_fixed),
3793         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
3794         (item_added_cb), (item_removed_cb), (egg_editable_toolbar_build),
3795         (egg_editable_toolbar_set_model), (egg_editable_toolbar_init),
3796         (egg_editable_toolbar_dispose),
3797         (egg_editable_toolbar_set_ui_manager),
3798         (egg_editable_toolbar_get_selected),
3799         (egg_editable_toolbar_set_selected), (set_edit_mode),
3800         (egg_editable_toolbar_set_property),
3801         (egg_editable_toolbar_get_property),
3802         (egg_editable_toolbar_class_init), (egg_editable_toolbar_new),
3803         (egg_editable_toolbar_new_with_model),
3804         (egg_editable_toolbar_get_edit_mode),
3805         (egg_editable_toolbar_set_edit_mode),
3806         (egg_editable_toolbar_add_visibility), (egg_editable_toolbar_show),
3807         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed):
3808         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
3809         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (compare_items),
3810         (item_added_or_removed_cb), (toolbar_removed_cb),
3811         (egg_toolbar_editor_set_model), (egg_toolbar_editor_class_init),
3812         (egg_toolbar_editor_finalize), (drag_begin_cb), (drag_end_cb),
3813         (drag_data_get_cb), (set_drag_cursor), (editor_create_item),
3814         (editor_create_item_from_name), (append_table),
3815         (update_editor_sheet), (egg_toolbar_editor_init):
3816         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
3817         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
3818         (egg_toolbars_model_to_xml), (egg_toolbars_model_save_toolbars),
3819         (is_unique), (toolbar_node_new), (item_node_new), (item_node_free),
3820         (toolbar_node_free), (egg_toolbars_model_get_flags),
3821         (egg_toolbars_model_set_flags), (egg_toolbars_model_get_data),
3822         (egg_toolbars_model_get_name), (impl_add_item),
3823         (egg_toolbars_model_add_item), (egg_toolbars_model_add_toolbar),
3824         (parse_data_list), (parse_item_list), (parse_toolbars),
3825         (egg_toolbars_model_load_toolbars), (parse_available_list),
3826         (parse_names), (egg_toolbars_model_load_names),
3827         (egg_toolbars_model_class_init), (egg_toolbars_model_init),
3828         (egg_toolbars_model_finalize), (egg_toolbars_model_remove_toolbar),
3829         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
3830         (egg_toolbars_model_delete_item), (egg_toolbars_model_n_items),
3831         (egg_toolbars_model_item_nth), (egg_toolbars_model_n_toolbars),
3832         (egg_toolbars_model_toolbar_nth), (egg_toolbars_model_get_types),
3833         (egg_toolbars_model_set_types), (fill_avail_array),
3834         (egg_toolbars_model_get_name_avail),
3835         (egg_toolbars_model_get_name_flags),
3836         (egg_toolbars_model_set_name_flags):
3837         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
3838         * cut-n-paste/toolbar-editor/eggintl.h:
3839         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
3840         (egg_tree_multi_drag_source_get_type),
3841         (egg_tree_multi_drag_source_row_draggable),
3842         (egg_tree_multi_drag_source_drag_data_delete),
3843         (egg_tree_multi_drag_source_drag_data_get), (stop_drag_check),
3844         (egg_tree_multi_drag_button_release_event), (selection_foreach),
3845         (path_list_free), (set_context_data), (get_context_data),
3846         (get_info), (egg_tree_multi_drag_drag_data_get),
3847         (egg_tree_multi_drag_motion_event),
3848         (egg_tree_multi_drag_button_press_event),
3849         (egg_tree_multi_drag_add_drag_support):
3850         * cut-n-paste/toolbar-editor/eggtreemultidnd.h:
3851         * shell/ev-application.c: (ev_application_init),
3852         (ev_application_save_toolbars_model):
3853         * shell/ev-window.c: (ev_window_create_fullscreen_popup),
3854         (ev_window_cmd_edit_toolbar), (ev_window_init):
3855         
3856         Sync toolbareditor with epiphany and libegg
3857
3858 2006-05-23  Carlos Garcia Campos  <carlosgc@gnome.org>
3859
3860         * configure.ac: 
3861
3862         Depend on poppler 0.5.2
3863
3864 2006-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3865
3866         * shell/ev-jobs.c: (ev_job_render_run):
3867         
3868         Check if document supports links iterface.
3869
3870 2006-05-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3871
3872         * NEWS:
3873         * configure.ac:
3874         
3875         Update for release 0.5.3
3876
3877 2006-05-13  Michael Plump  <plumpy@skylab.org>
3878
3879         * configure.ac:
3880         * shell/Makefile.am:
3881         * shell/main.c: (main):
3882         
3883         Port to GOption command line parsing. Fix for the 
3884         bug #327518
3885
3886 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3887
3888         * shell/ev-window.c: (ev_window_cmd_help_about):
3889         
3890         Do not wrap license. Fix for the bug #309460.
3891
3892 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3893
3894         * configure.ac:
3895         * properties/ev-properties-main.c: (ev_properties_get_pages):
3896         * shell/ev-application.c: (ev_application_open_window),
3897         (ev_application_open_uri_at_dest):
3898         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
3899         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
3900         (ev_sidebar_thumbnails_use_icon_view), (page_changed_cb):
3901         * shell/ev-utils.c: (save_print_config_to_file):
3902         * shell/ev-window.c: (ev_window_cmd_save_as),
3903         (ev_attachment_popup_cmd_save_attachment_as):
3904         * shell/main.c: (load_files_remote):
3905         
3906         Bump requirements to gtk 2.8 and drop all ifdefs used.
3907
3908 2006-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3909
3910         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
3911         * shell/ev-window.c: (ev_window_init):
3912         
3913         Show attachments page.
3914
3915 2006-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3916
3917         * po/POTFILES.in:
3918         * shell/ev-attachment-bar.c:
3919         * shell/ev-attachment-bar.h:
3920         * shell/ev-sidebar-attachments.c:
3921         (ev_sidebar_attachments_icon_cache_add),
3922         (icon_theme_get_pixbuf_from_mime_type),
3923         (ev_sidebar_attachments_icon_cache_get), (icon_cache_update_icon),
3924         (ev_sidebar_attachments_icon_cache_refresh),
3925         (ev_sidebar_attachments_get_attachment_at_pos),
3926         (ev_sidebar_attachments_popup_menu_show),
3927         (ev_sidebar_attachments_popup_menu),
3928         (ev_sidebar_attachments_button_press),
3929         (ev_sidebar_attachments_update_icons),
3930         (ev_sidebar_attachments_drag_data_get),
3931         (ev_sidebar_attachments_get_property),
3932         (ev_sidebar_attachments_destroy),
3933         (ev_sidebar_attachments_class_init), (ev_sidebar_attachments_init),
3934         (ev_sidebar_attachments_new),
3935         (ev_sidebar_attachments_set_document),
3936         (ev_sidebar_attachments_support_document),
3937         (ev_sidebar_attachments_get_label),
3938         (ev_sidebar_attachments_page_iface_init):
3939         * shell/ev-sidebar-attachments.h:
3940         * shell/ev-window.c: (update_chrome_visibility),
3941         (setup_sidebar_from_metadata), (ev_window_setup_document),
3942         (ev_window_sidebar_current_page_changed_cb),
3943         (attachment_bar_menu_popup_cb), (ev_window_init):
3944         
3945         Move attachments bar to sidebar.
3946
3947 2006-05-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3948
3949         * pdf/ev-poppler.cc:
3950         * shell/ev-application.[ch]:
3951         * shell/main.c:
3952
3953         Fix some memory leaks.
3954
3955 2006-05-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
3956
3957         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
3958
3959         Change the properties dialog response to
3960         GTK_RESPONSE_CANCEL instead of GTK_RESPONSE_CLOSE. This
3961         will make the dialog go away when the user presses
3962         enter. With gtk+ >= 2.9 this will happen anyway, but for
3963         older gtk+ versions only GTK_RESPONSE_CANCEL is bound to
3964         escape by default. Fixes bug #340539. See also bug
3965         #101293 for the gtk+ part.
3966
3967 2006-05-08  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
3968
3969         * shell/ev-view.c (tip_from_action_named): Replace some strings
3970         that were wrong. Closes #340970.
3971
3972 2006-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3973
3974         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
3975
3976         Update sidebar chrome flag when sidebar visibility changes. Fixes bug
3977         #341049
3978
3979 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3980
3981         * djvu/Makefile.am:
3982         * dvi/Makefile.am:
3983         * dvi/mdvi-lib/Makefile.am:
3984         * properties/Makefile.am:
3985         * ps/Makefile.am:
3986         * shell/Makefile.am:
3987         * thumbnailer/Makefile.am:
3988         
3989         Due to broken libtool that is unable to track dependencies
3990         of noinst libraries we are forced to explicitely point
3991         libraries for binary. Fix for the bug #333334.
3992
3993 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3994
3995         * data/evince.desktop.in.in:
3996         * shell/ev-view.c: (view_update_range_and_current_page),
3997         (ev_view_next_page), (ev_view_previous_page):
3998         * shell/ev-window.c: (update_chrome_visibility),
3999         (setup_sidebar_from_metadata), (ev_window_setup_document),
4000         (ev_window_update_fullscreen_popup), (fullscreen_timeout_cb),
4001         (fullscreen_set_timeout), (fullscreen_clear_timeout),
4002         (fullscreen_motion_notify_cb), (ev_window_run_fullscreen),
4003         (ev_window_stop_fullscreen), (ev_window_run_presentation),
4004         (ev_window_stop_presentation), (ev_window_focus_in_event),
4005         (ev_window_focus_out_event), (ev_window_view_sidebar_cb),
4006         (ev_window_init):
4007         * thumbnailer/Makefile.am:
4008         
4009         Update fullscreen and presentation timeout handling. Hide
4010         cursor in presentation after timeout. Fix for the bugs
4011         #136359 and #336981.
4012
4013 2006-05-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4014
4015         * backend/ev-link-action.[ch]:
4016         * pdf/ev-poppler.cc: (ev_link_from_action):
4017         * shell/ev-view-private.h:
4018         * shell/ev-view.c: (ev_view_handle_link), (tip_from_action_named):
4019         * shell/ev-window.c: (do_action_named), (view_external_link_cb):
4020
4021         Add support for Named Action links
4022
4023 2006-05-02  Carlos Garcia Campos  <carlosgc@gnome.org>
4024
4025         * backend/Makefile.am:
4026         * backend/ev-document-links.[ch]:
4027         * backend/ev-document.[ch]:
4028         * backend/ev-link-action.[ch]:
4029         * backend/ev-link-dest.[ch]:
4030         * backend/ev-link.[ch]:
4031         * pdf/ev-poppler.cc: (pdf_document_find_link_dest),
4032         (ev_link_dest_from_dest), (ev_link_from_action), (build_tree):
4033         * shell/ev-page-action.c: (build_new_tree_cb):
4034         * shell/ev-sidebar-links.c: (get_page_from_dest), (print_section_cb),
4035         (links_page_num_func), (update_page_callback):
4036         * shell/ev-view.[ch]: (ev_view_goto_dest), (ev_view_handle_link),
4037         (tip_from_link):
4038         * shell/ev-jobs.c:
4039         * shell/ev-window.[ch]: (ev_window_open_uri),
4040         (sidebar_links_link_activated_cb), (ev_view_popup_cmd_open_link):
4041         * shell/ev-application.[ch]: (ev_application_open_window),
4042         (ev_application_open_uri):
4043
4044         Rework links system, it adds support for remote links now and it makes
4045         easier to add new kinds of actions and destinations. Fixes bug #317292
4046
4047 2006-05-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4048
4049         * data/Makefile.am:
4050         * data/evince.png:
4051         * data/evince-16.png:
4052         * data/evince-22.png:
4053         * data/evince.svg:
4054         * shell/main.c: (main):
4055         
4056         Evince use it's own icon. Fix for the bug #313392.
4057
4058         * shell/ev-window.c: (fullscreen_timeout_cb),
4059         (fullscreen_set_timeout), (fullscreen_clear_timeout),
4060         (ev_window_cmd_help_about), (ev_window_dispose):
4061         
4062         Simplify fullscreen timeout code.
4063
4064 2006-04-29  Carlos Garcia Campos  <carlosgc@gnome.org>
4065
4066         * backend/ev-attachment.c: 
4067         * shell/ev-attachment-bar.c:
4068         * shell/ev-window.c:
4069
4070         Allow multiple selection of attachments
4071
4072 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4073
4074         * shell/ev-view.c: (view_update_range_and_current_page),
4075         (ev_view_scroll):
4076         
4077         Fix for the bug #312573 – Optimal selection of current 
4078         page among visible pages.
4079
4080 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4081
4082         * configure.ac:
4083         * djvu/Makefile.am:
4084         * djvu/djvu-text.h:
4085         
4086         Update to djvulibre-3.5.17, now it uses pkg-config. Fix
4087         for the bug 339868.
4088
4089 2006-04-22  Kjartan Maraas  <kmaraas@gnome.org>
4090
4091         * configure.ac: Fix the LINGUAS stuff here too so it builds.
4092
4093 2006-04-21  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
4094
4095         * shell/ev-window.c: Add ellipsis to the Find... menu item, as
4096         dictated by the GNOME HIG. Fixes bug #339235.
4097
4098 2006-04-20  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
4099
4100         * data/evince-ui.xml:
4101         * shell/ev-view.c: (ev_view_can_find_previous):
4102         * shell/ev-view.h:
4103         * shell/ev-window.c: (ev_window_update_actions),
4104         (ev_window_cmd_edit_find_previous):
4105
4106         Add support for "Find Previous" as dictated by the GNOME HIG. A
4107         menu item is added and some glue code to make it all work is added
4108         to various files.
4109
4110 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
4111
4112         * configure.ac: Award myself the "useless use of cat" award.
4113
4114 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
4115
4116         * po/LINGUAS: New file listing all supported languages.
4117
4118         * configure.in: Use po/LINGUAS instead of including all languages
4119         directly in this file. See the wiki for more information:
4120         http://live.gnome.org/GnomeGoals/PoLinguas
4121
4122 2006-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
4123
4124         * backend/ev-document-factory.c:
4125
4126         Do not load the document twice when there isn't errors
4127
4128 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4129
4130         * backend/ev-attachment.c: 
4131
4132         Fix a crash when there isn't a default application to open an
4133         attachment
4134
4135 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4136
4137         * backend/ev-attachment.[ch]:
4138         * shell/ev-attachment-bar.[ch]:
4139
4140         Added missing files. 
4141
4142 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4143
4144         * backend/Makefile.am:
4145         * data/evince-ui.xml:
4146         * backend/ev-attachment.[ch]:
4147         * backend/ev-document.[ch]: (ev_document_has_attachments),
4148         (ev_document_get_attachments):
4149         * pdf/ev-poppler.cc: (pdf_document_has_attachments),
4150         (attachment_save_to_buffer), (pdf_document_get_attachments),
4151         (pdf_document_document_iface_init):
4152         * shell/Makefile.am:
4153         * shell/ev-attachment-bar.[ch]:
4154         * shell/ev-window.c:
4155
4156         Add support for PDF attachments. Fixes bug #325143
4157
4158 2006-04-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4159
4160         * backend/ev-document-factory.c: (get_document_from_uri),
4161         (ev_document_factory_get_document):
4162         * backend/ev-document-factory.h:
4163         * properties/ev-properties-main.c: (ev_properties_get_pages):
4164         * shell/Makefile.am:
4165         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
4166         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
4167         (ev_job_queue_remove_job):
4168         * shell/ev-job-queue.h:
4169         * shell/ev-job-xfer.c:
4170         * shell/ev-job-xfer.h:
4171         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
4172         (ev_job_fonts_new), (ev_job_fonts_run), (ev_job_xfer_init),
4173         (ev_job_xfer_dispose), (ev_job_xfer_class_init), (ev_job_xfer_new),
4174         (ev_job_xfer_run):
4175         * shell/ev-jobs.h:
4176         * shell/ev-window.c: (ev_window_is_empty),
4177         (password_dialog_response), (ev_window_clear_xfer_job),
4178         (ev_window_xfer_job_cb), (ev_window_open_uri),
4179         (ev_window_cmd_focus_page_selector),
4180         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
4181         (ev_window_cmd_continuous), (ev_window_cmd_dual),
4182         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
4183         (ev_window_dispose):
4184         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
4185         
4186         * Cleanup mime type detection on document load. Fix for the
4187         bug #336448.
4188
4189 2006-04-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4190
4191         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
4192         
4193         Fix crash on exit, described in the bug #336825.
4194
4195 2006-03-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4196
4197         * backend/ev-document-factory.c:
4198         (ev_document_factory_get_from_mime),
4199         (ev_document_factory_get_all_mime_types), (get_document_from_uri),
4200         (ev_document_factory_get_document),
4201         (file_filter_add_mime_list_and_free),
4202         (ev_document_factory_add_filters):
4203         * backend/ev-document-factory.h:
4204         * properties/ev-properties-main.c: (ev_properties_get_pages):
4205         * shell/Makefile.am:
4206         * shell/ev-application.c:
4207         * shell/ev-job-xfer.c: (ev_job_xfer_run):
4208         * shell/ev-window.c: (ev_window_cmd_file_open),
4209         (ev_window_cmd_save_as):
4210         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
4211         
4212         Rework factory functions so they are placed now in a single 
4213         file ev-document-factory.c
4214
4215 2006-03-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4216
4217         * shell/ev-window.c: (update_chrome_visibility):
4218         
4219         Fix for the bug 166566 - don't show menubar in fullscreen
4220         mode.
4221
4222 2006-03-22  Tommi Vainikainen  <thv@iki.fi>
4223
4224         * configure.ac (ALL_LINGUAS): Added Dzongkha (dz).
4225
4226 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4227
4228         * shell/ev-view.c: (ev_view_expose_event):
4229         
4230         More correctly draw loading text when document
4231         is empty.
4232
4233 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4234
4235         * shell/ev-view.c: (ev_view_scroll):
4236         
4237         Fix for the bug #334854, page down and page up switch
4238         pages in presentation mode.
4239
4240 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4241
4242         * shell/ev-window.c: (ev_window_set_action_sensitive),
4243         (ev_window_setup_action_sensitivity), (ev_window_update_actions),
4244         (ev_window_set_view_accels_sensitivity),
4245         (update_chrome_visibility), (ev_window_cmd_focus_page_selector),
4246         (ev_window_cmd_continuous), (ev_window_cmd_dual),
4247         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
4248         (find_changed_cb), (page_changed_cb), (ev_window_setup_document),
4249         (ev_window_cmd_edit_find), (ev_window_set_page_mode),
4250         (ev_window_cmd_edit_toolbar_cb), (ev_window_zoom_changed_cb),
4251         (ev_window_has_selection_changed_cb), (find_bar_search_changed_cb),
4252         (view_actions_focus_in_cb), (ev_window_init):
4253         
4254         Fix for the bug #333902, now it's possible to search
4255         words with slash.
4256
4257 2006-03-16  Jérémy Ar Floc'h <jérémy.lefloch@gmail.com>
4258
4259         * configure.ac: Added Breton translation.
4260         * po/br.po: Added Breton translation.
4261
4262 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4263
4264         * shell/ev-window-title (ev_window_title_update):
4265
4266         Fix memory leak in window title. Fixes bug #333944
4267
4268 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4269
4270         * shell/ev-metadata-manager.c (parseItem):
4271
4272         Fix memory leaks. Fixes bug #333945
4273
4274 2006-03-13  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
4275         
4276         * NEWS, configure.ac, TODO:
4277         
4278         Update for release 0.5.2.
4279
4280 2006-03-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4281
4282         * shell/ev-view.c: (view_update_range_and_current_page),
4283         (page_changed_cb):
4284         
4285         Don't jump on scrolling, fix for the bug #333127.
4286
4287 2006-03-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4288
4289         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
4290         
4291         Scroll by one page in presentation mode. Fix for the bug
4292         #332993.
4293
4294 2006-03-01  Vladimer SIchinava <vlsichinava@gmail.com>
4295
4296         * configure.ac: Added ka (Georgian) to ALL_LINGUAS line.
4297
4298 2006-02-28  Clytie Siddall <clytie@riverland.net.au>
4299
4300         * configure.ac  Added lv in ALL_LINGUAS line.
4301
4302 2006-02-27  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
4303         
4304         * NEWS, configure.ac:
4305         
4306         Update for release 0.5.1
4307
4308 2006-02-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
4309
4310         * backend/ev-document-misc.c: (ev_document_misc_paint_one_page):
4311         * backend/ev-document-misc.h:
4312         * shell/ev-view.c: (draw_one_page):
4313         
4314          Clairfy what page the toolbar page number applies to. Fix
4315          for the bug #328102.
4316
4317 2006-02-24  Stanislav Slusny <slusnys@gmail.com>
4318
4319         * shell/ev-view-private.h:
4320         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_event),
4321         (ev_view_init), (find_changed_cb), (ev_view_find_previous),
4322         (ev_view_search_changed):
4323         * shell/ev-view.h:
4324         * shell/ev-window.c: (find_bar_search_changed_cb):
4325         
4326         Dont't jump to find result if window was scrolled during search.
4327         Fix for the bug #313266.
4328
4329 2006-02-21  Stanislav Slusny <slusnys@gmail.com>
4330
4331         * shell/eggfindbar.c: (egg_find_bar_class_init):
4332         * shell/eggfindbar.h:
4333         * shell/ev-view-accessible.c: (ev_view_accessible_idle_do_action):
4334         * shell/ev-view-private.h:
4335         * shell/ev-view.c: (add_scroll_binding_keypad), (ev_view_scroll),
4336         (ev_view_class_init), (ev_sizing_mode_get_type),
4337         (ev_scroll_type_get_type):
4338         * shell/ev-view.h:
4339         * shell/ev-window.c: (ev_window_cmd_scroll_forward),
4340         (ev_window_cmd_scroll_backward), (find_bar_scroll),
4341         (ev_window_init):
4342         
4343         Fix for the bug 319133 - Find entry should allow text scroll.
4344
4345 2006-02-20  Antoine Dopffer <antoine.dopffer@free.fr>
4346
4347         * shell/ev-view-private.h:
4348         * shell/ev-view.c: (view_update_range_and_current_page),
4349         (highlight_find_results), (find_changed_cb), (page_changed_cb),
4350         (ev_view_set_document), (update_find_status_message),
4351         (jump_to_find_result), (jump_to_find_page), (ev_view_find_next),
4352         (ev_view_find_previous):
4353         
4354         Fix for the bug #319137. Search now takes account for scrolling.
4355
4356 2006-02-19  Michael Hofmann <mh21@piware.de>
4357
4358         * configure.ac:
4359         * djvu/Makefile.am:
4360         * djvu/djvu-document-private.h:
4361         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
4362         (djvu_handle_events), (djvu_document_load), (djvu_document_save),
4363         (djvu_document_get_page_size), (djvu_document_render_pixbuf),
4364         (djvu_document_can_get_text), (djvu_document_get_text),
4365         (djvu_document_document_iface_init),
4366         (djvu_document_thumbnails_get_thumbnail),
4367         (djvu_document_find_begin), (djvu_document_find_get_n_results),
4368         (djvu_document_find_get_result),
4369         (djvu_document_find_page_has_results),
4370         (djvu_document_find_get_progress), (djvu_document_find_cancel),
4371         (djvu_document_find_iface_init):
4372         * djvu/djvu-text-page.c: (djvu_text_page_selection_process),
4373         (djvu_text_page_selection), (djvu_text_page_limits_process),
4374         (djvu_text_page_limits), (djvu_text_page_copy),
4375         (djvu_text_page_position), (djvu_text_page_union),
4376         (djvu_text_page_sexpr_process), (djvu_text_page_sexpr),
4377         (djvu_text_page_box), (djvu_text_page_append_text),
4378         (djvu_text_page_search), (djvu_text_page_prepare_search),
4379         (djvu_text_page_new), (djvu_text_page_free):
4380         * djvu/djvu-text-page.h:
4381         * djvu/djvu-text.c: (djvu_text_idle_callback), (djvu_text_new),
4382         (djvu_text_copy), (djvu_text_free), (djvu_text_get_text),
4383         (djvu_text_n_results), (djvu_text_has_results),
4384         (djvu_text_get_result), (djvu_text_get_progress):
4385         * djvu/djvu-text.h:
4386         
4387         Text search in djvu. Fix for the bug #303415.
4388
4389 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4390
4391         * configure.ac:
4392         * shell/ev-window.c: (ev_window_cmd_save_as):
4393         
4394         Ask filechooser to confirm overwrite. Fix for the bug #328266.
4395         Thanks to Gary Coady <gary@lyranthe.org>
4396
4397 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4398
4399         * shell/ev-print-job.c: (idle_print_handler):
4400         
4401         Inverse order printing, bug #320919.
4402
4403 2006-02-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4404
4405         * data/evince-toolbar.xml:
4406         * shell/ev-window.c:
4407         
4408         Allow to add sidebar checkbutton on toolbar. Fix
4409         for the bug #144577.
4410
4411 2006-02-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4412
4413         * ps/ps-document.c: (push_pixbuf), (setup_pixmap):
4414         
4415         Add checks that have sense for empty ps document.
4416
4417 2006-02-15  Luca Ferretti <elle.uca@libero.it>
4418
4419         * configure.ac: Include PS in mime types list. 
4420
4421 2006-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4422
4423         * configure.ac:
4424         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
4425         * ps/gsdefaults.h:
4426         * ps/ps-document.c: (start_interpreter), (ps_document_load):
4427         
4428         Runtime check for gs interpreter. Fix for the bug #320868.
4429         Thanks to Antoine Dopffer antoine.dopffer@free.fr
4430
4431 2006-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
4432
4433         * shell/ev-application.c: 
4434
4435         Use DBUS_NAME_FLAG_DO_NOT_QUEUE flag in RequestName method when
4436         dbus>=0.60, so that the request is not queued. 
4437
4438 2006-02-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4439
4440         * configure.ac:
4441         * shell/Makefile.am:
4442         * shell/ev-sidebar-links.c: (print_section_cb):
4443         * shell/ev-utils.c:
4444         * shell/ev-utils.h:
4445         * shell/ev-window.c: (update_action_sensitivity),
4446         (ev_window_close_dialogs), (ev_window_print):
4447         * shell/ev-window.h:
4448         
4449         Make printing support optional. Patch from Eduardo de Barros Lima
4450         <eduardo.lima@indt.org.br> for the bug #330546.
4451
4452 2006-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4453
4454         * shell/ev-view-private.h:
4455         * shell/ev-view.c: (ev_view_expose_event), (ev_view_set_loading),
4456         (ev_view_set_document):
4457         * shell/ev-view.h:
4458         * shell/ev-window.c: (ev_window_load_job_cb),
4459         (ev_window_xfer_job_cb), (ev_window_open_uri), (ev_window_dispose),
4460         (ev_window_init):
4461
4462         Draw Loading message during xfer job. Fix for the bug #329495.
4463
4464 2006-02-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4465
4466         * comics/comics-document.c: (comics_regex_quote),
4467         (comics_document_load), (extract_argv):
4468         
4469         Correcly quote regexp before passing it to unzip.
4470
4471 2006-02-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4472
4473         * shell/ev-page-cache.c: (build_height_to_page),
4474         (ev_page_cache_new), (ev_page_cache_get_max_label_chars),
4475         (ev_page_cache_get_dual_even_left):
4476         * shell/ev-page-cache.h:
4477         * shell/ev-view.c: (view_update_range_and_current_page),
4478         (get_page_y_offset), (get_page_extents):
4479         
4480         Place even pages to the left if document has less then
4481         two pages. Fix for the bug #328856.
4482
4483 2006-01-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4484
4485         * thumbnailer/evince-thumbnailer-comics.schemas.in:
4486         
4487         Correct comics scheme. This make evince create thumbnails
4488         for comic books. Fix for the bug 329088.
4489
4490 2006-01-31  Christopher Aillon  <caillon@redhat.com>
4491
4492         * data/evince-password.glade: Don't explicitly set
4493         invisible_char to the current default value in case
4494         the default changes; let GTK+ do its magic.
4495
4496 2006-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4497
4498         * shell/ev-job-xfer.c: (ev_job_xfer_run): Append
4499         real filename to tmp filename since often document
4500         type is determined by extension.
4501
4502 2006-01-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
4503
4504         * shell/ev-view.c: (add_scroll_binding_keypad),
4505         (ev_view_binding_activated), (ev_view_class_init):
4506         
4507         Add keybindings for percision-scrolling of display area. 
4508         Fix for the bug #314072.
4509
4510 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4511
4512         * data/evince.desktop.in.in:
4513         
4514         Add GTK to the list of categories. Fix for the bug #328034.
4515
4516 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4517
4518         * shell/ev-application.c: (ev_application_shutdown),
4519         (ev_application_set_chooser_uri), (ev_application_get_chooser_uri):
4520         * shell/ev-application.h:
4521         * shell/ev-window.c: (file_open_dialog_response_cb),
4522         (ev_window_cmd_file_open):
4523         
4524         Save last uri in file chooser dialog. Fix for the bug #327950.
4525
4526 2006-01-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4527
4528         * NEWS:
4529         * README:
4530         
4531         Final update for release 0.5.0
4532         
4533         * shell/Makefile.am:
4534         
4535         Remove disable deprecated until we'll require libgnome-2.13.7
4536         and port to GOption argument parsing. See bug 327518.
4537
4538 2006-01-19  Jani Monoses <jani.monoses@gmail.com>
4539
4540         * comics/comics-document.c: (comics_document_save):
4541         * djvu/djvu-document.c: (djvu_document_save):
4542         * dvi/dvi-document.c: (dvi_document_save):
4543         * lib/ev-file-helpers.c: (ev_tmp_filename), (ev_xfer_uri_simple):
4544         * lib/ev-file-helpers.h:
4545         * pixbuf/pixbuf-document.c: (pixbuf_document_save):
4546         * tiff/tiff-document.c: (tiff_document_save):
4547         
4548         Use common save function for backends.
4549
4550 2006-01-18  Jani Monoses <jani.monoses@gmail.com>
4551
4552         * backend/ev-document-types.c:
4553         
4554         Fix crash on saving pixbuf.
4555
4556 2006-01-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4557
4558         * cut-n-paste/recent-files/egg-recent-item.c:
4559         (get_uri_shortname_for_display), (egg_recent_item_get_short_name):
4560         * cut-n-paste/recent-files/egg-recent-model.c: (parse_info_init),
4561         (parse_info_free), (valid_element), (start_element_handler),
4562         (end_element_handler), (text_handler), (egg_recent_model_filter),
4563         (egg_recent_model_monitor_cb), (egg_recent_model_poll_timeout),
4564         (egg_recent_model_monitor), (egg_recent_model_read),
4565         (egg_recent_model_open_file), (egg_recent_model_lock_file),
4566         (egg_recent_model_unlock_file), (egg_recent_model_finalize),
4567         (egg_recent_model_set_property), (egg_recent_model_class_init),
4568         (egg_recent_model_init), (egg_recent_model_add_full),
4569         (egg_recent_model_delete), (egg_recent_model_get_list),
4570         (egg_recent_model_clear), (egg_recent_model_clear_mime_filter),
4571         (egg_recent_model_set_filter_mime_types),
4572         (egg_recent_model_clear_group_filter),
4573         (egg_recent_model_set_filter_groups),
4574         (egg_recent_model_clear_scheme_filter),
4575         (egg_recent_model_set_filter_uri_schemes),
4576         (egg_recent_model_remove_expired):
4577         * cut-n-paste/recent-files/egg-recent-util.c:
4578         (egg_recent_util_get_icon):
4579         * cut-n-paste/recent-files/egg-recent-util.h:
4580         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
4581         (connect_proxy_cb), (egg_recent_view_uimanager_set_list),
4582         (egg_recent_view_uimanager_set_empty_list), (model_changed_cb),
4583         (egg_recent_view_uimanager_set_property),
4584         (egg_recent_view_uimanager_get_property),
4585         (egg_recent_view_uimanager_class_init),
4586         (egg_recent_view_uimanager_init),
4587         (egg_recent_view_uimanager_set_label_width),
4588         (egg_recent_view_uimanager_get_label_width):
4589         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
4590         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
4591         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
4592         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
4593         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
4594         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
4595         
4596         Update from libegg.
4597
4598 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4599
4600         * shell/ev-page-cache.c: (build_height_to_page),
4601         (ev_page_cache_get_height_to_page):
4602         * shell/ev-page-cache.h:
4603         * shell/ev-view.c: (view_update_range_and_current_page),
4604         (get_page_y_offset), (get_page_extents), (ev_view_next_page),
4605         (ev_view_previous_page):
4606         
4607         Dual mode places even pages to the left. Fix for the bug #309393.
4608
4609         * shell/ev-view.h:
4610         * shell/ev-window.c: (update_action_sensitivity),
4611         (setup_view_from_metadata), (view_menu_popup_cb):
4612         
4613         Don't restore presentation in empty windows, more intelligent
4614         next page behaviour in dual mode.
4615
4616         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
4617         (ev_pixbuf_cache_clear_job_sizes):
4618         
4619         Cleanup job callback on removal. Fix for the bug #325886.
4620
4621 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4622
4623         * ps/ps.c: (psscan):
4624         
4625         Commit workaround Mozilla problem. Fix for the bug #325919
4626         
4627         * shell/ev-metadata-manager.c: (parse_value), (parseItem),
4628         (save_item):
4629         
4630         Fix for year 2038 problem.
4631
4632 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4633
4634         * shell/ev-window.c: (setup_document_from_metadata),
4635         (ev_window_cmd_view_reload):
4636
4637         Clamp page recieved from metadata in valid values. Fix
4638         for the bug #325986.
4639
4640 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4641
4642         * MAINTAINERS: 
4643         Add MAINTAINERS as requested on desktop-devel-list.
4644
4645 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4646
4647         * backend/ev-document-factory.c: (gdk_pixbuf_mime_type_list),
4648         (mime_type_supported_by_gdk_pixbuf),
4649         (ev_document_factory_get_mime_types),
4650         (ev_document_factory_get_all_mime_types):
4651         
4652         Don't add pixbuf mime types if pixbuf backend is disabled.
4653         
4654         * shell/ev-application.c: (ev_application_get_uri_window):
4655         
4656         Fix for the bug 325815 - unhandled MIME type message doesn't 
4657         appear a second time. 
4658         
4659         * shell/ev-document-types.c: (ev_document_types_add_filters):
4660         * shell/ev-window.c: (page_changed_cb), (ev_window_setup_document),
4661         (password_dialog_response), (ev_window_popup_password_dialog),
4662         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
4663         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
4664         (ev_window_run_presentation), (ev_window_stop_presentation),
4665         (save_sizing_mode), (ev_window_zoom_changed_cb),
4666         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
4667         (ev_window_dual_mode_changed_cb),
4668         (ev_window_sidebar_current_page_changed_cb),
4669         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
4670         (window_state_event_cb), (window_configure_event_cb):
4671         
4672         Cleanup additional uris holded by EvWindow.
4673
4674 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4675
4676         * shell/ev-view.c: (ev_view_scroll), (ev_view_previous_page),
4677         (ev_view_can_previous_page), (ev_view_can_next_page):
4678         * shell/ev-view.h:
4679         * shell/ev-window.c: (update_action_sensitivity):
4680         
4681         Two page scrolling with Space and PageUp in dual mode. Second fix 
4682         for the bug #316608.
4683
4684 2006-01-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4685
4686         * shell/ev-view.c: (scroll_to_current_page):
4687         
4688         Correctly clamp adjustment value. Fix for the bug
4689         #325808.
4690
4691 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4692
4693         * shell/ev-sidebar-links.c: (print_section_cb):
4694         * shell/ev-window.c: (ev_window_get_uri),
4695         (ev_window_close_dialogs), (ev_window_open_uri), (ev_window_print),
4696         (ev_window_print_dialog_response_cb), (ev_window_print_range),
4697         (ev_window_dispose):
4698         
4699         Make print dialog non-modal. Fix for the bug #325622.
4700
4701 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4702
4703         * shell/ev-metadata-manager.c:
4704         * shell/ev-utils.c: (using_pdf_printer),
4705         (using_postscript_printer), (load_print_config_from_file),
4706         (save_print_config_to_file):
4707         * shell/ev-utils.h:
4708         * shell/ev-window.c: (update_sizing_buttons), (page_changed_cb),
4709         (update_sidebar_visibility), (setup_sidebar_from_metadata),
4710         (setup_view_from_metadata), (ev_window_setup_document),
4711         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
4712         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
4713         (ev_window_run_presentation), (ev_window_stop_presentation),
4714         (save_sizing_mode), (ev_window_zoom_changed_cb),
4715         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
4716         (ev_window_dual_mode_changed_cb),
4717         (ev_window_sidebar_current_page_changed_cb),
4718         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
4719         (window_state_event_cb), (window_configure_event_cb),
4720         (ev_window_init):
4721         
4722         Setting saving behaviour fixes.
4723
4724 2005-12-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4725
4726         * configure.ac:
4727         
4728         Make antialiasing gs options better and allow
4729         to change them during configure. Fix for the 
4730         bug #319049.
4731
4732 2005-12-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4733
4734         * shell/ev-window.c: (setup_view_from_metadata):
4735         
4736         Remember if last window was maximized. Fix for the
4737         bug #323797.
4738
4739 2005-12-28  Abel Cheung  <maddog@linuxhall.org>
4740
4741         * configure.ac: Added "zh_HK" to ALL_LINGUAS.
4742
4743 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4744
4745         * backend/ev-link.c: (ev_link_get_page), (ev_link_init):
4746         * shell/ev-page-action.c: (build_new_tree_cb):
4747         * shell/ev-sidebar-links.c: (links_page_num_func),
4748         (update_page_callback_foreach), (update_page_callback):
4749         * shell/ev-view.c: (scroll_to_current_page):
4750         
4751         Fix for the bug #325067 with more intelligent selection
4752         of current link in sidebar. Make sidebar handle links
4753         of FITR-like type more correctly.
4754
4755         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
4756         (dvi_pixbuf_put_pixel):
4757         
4758         Fix memory consumtion with disabled alpha channel.
4759
4760 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4761
4762         * data/evince-ui.xml:
4763         * shell/ev-window.c: (view_menu_popup_cb),
4764         (ev_popup_cmd_open_link), (ev_window_init):
4765         
4766         Update context menu for internal links. Fix for the bug
4767         #325066.
4768
4769 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4770
4771         * shell/ev-view.c: (ev_view_popup_menu), (ev_view_class_init):
4772         
4773         Bind context menu to keyboard also. Fix for the bug
4774         #325065.
4775
4776 2005-12-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4777
4778         * shell/ev-view.c: (selection_scroll_timeout_cb):
4779         
4780         Horizontal scroll on selection also.
4781
4782 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4783
4784         * shell/ev-metadata-manager.c: (parse_value):
4785         * shell/ev-view.c: (goto_xyz_link):
4786         
4787         Correct zoom setup and metadata save broken in 
4788         some locales.
4789
4790 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4791
4792         * shell/ev-view-private.h:
4793         * shell/ev-view.c: (scroll_to_current_page),
4794         (view_set_adjustment_values), (goto_fitr_link), (goto_fitv_link),
4795         (goto_fith_link), (goto_fit_link), (goto_xyz_link),
4796         (page_changed_cb), (ev_view_set_continuous),
4797         (ev_view_set_dual_page), (ev_view_set_presentation):
4798         
4799         Delay scroll until allocation to correctly position page. Fix
4800         for the bug #317334.
4801
4802 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4803
4804         * NEWS:
4805         * configure.ac:
4806         
4807         Update NEWS and require poppler 0.5.0.
4808
4809 2005-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
4810         
4811         * data/evince-ui.xml:
4812         * shell/ev-view-private.h:
4813         * shell/ev-view.c: (ev_view_get_link_at_location),
4814         (handle_link_over_xy), (ev_view_button_press_event),
4815         (ev_view_button_release_event), (ev_view_class_init):
4816         * shell/ev-window.c: (view_menu_popup_cb), (ev_window_dispose),
4817         (ev_popup_cmd_open_link), (ev_popup_cmd_copy_link_address),
4818         (ev_window_init):
4819         
4820         Implement right-click context menu.
4821
4822 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4823
4824         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
4825         * dvi/pixbuf-device.c: (dvi_pixbuf_create_image),
4826         (mdvi_pixbuf_device_render):
4827         * pdf/ev-poppler.cc:
4828
4829         Don't generate thumbnails with alpha. See bug #324077.
4830         Thanks to Jeroen Zwartepoorte <jeroen.zwartepoorte@gmail.com>.
4831
4832 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4833
4834         * shell/ev-window.c: (setup_chrome_from_metadata):
4835         
4836         Fix typo that was hiding toolbar.
4837
4838 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4839
4840         * shell/ev-view-private.h:
4841         * shell/ev-view.c: (ev_view_realize), (selection_update_idle_cb),
4842         (selection_scroll_timeout_cb), (ev_view_motion_notify_event),
4843         (ev_view_button_release_event), (ev_view_destroy):
4844         
4845         Small cleanup and autoscrolling during selection. Thanks to 
4846         Ricardo Markiewicz  <rmarkie@fi.uba.ar>.
4847
4848 2005-12-22  Jani Monoses <jani.monoses@gmail.com>
4849
4850         * configure.ac:
4851         
4852         Correctly check for comics option.
4853
4854 2005-12-21  Eduardo Lima <eduardo.lima@indt.org.br>
4855         * Makefile.am:
4856         * configure.ac:
4857         * backend/Makefile.am:
4858         * backend/ev-document-factory.c:
4859         * shell/ev-document-types.c:
4860
4861         Included option in configure to make ps backend 
4862         compilation optional with --disable-ps.
4863
4864 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4865
4866         * backend/ev-document-factory.c:
4867         * comics/Makefile.am:
4868         * comics/comics-document.c: (comics_document_load):
4869         * comics/ev-cbr-mime.xml:
4870         * configure.ac:
4871         
4872         Comics mime types are added to shared-mime-info CVS. Now
4873         we don't need to install our own mime types.
4874
4875 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4876
4877         * shell/ev-window.c:
4878         
4879         Add shortcut for "save a copy" menu entry. Fix for
4880         the bug #324582.
4881
4882 2005-12-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4883
4884         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
4885         (job_finished_cb), (new_selection_pixbuf_needed),
4886         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
4887         (clear_job_selection), (ev_pixbuf_cache_set_selection_list):
4888         
4889         Rework selection job info logic and fix critical warning.
4890
4891 2005-12-17  Abel Cheung  <maddog@linuxhall.org>
4892
4893         * configure.ac: Added "cy" "fa" "mk" "vi" to ALL_LINGUAS.
4894
4895 2005-11-27  Jaap A. Haitsma <jaap@haitsma.org>
4896
4897         * data/evince-ui.xml:
4898         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
4899         
4900         Enter as shortcut key for next page. Fix for the bug
4901         #321394.
4902
4903 2005-11-18  Ales Nyakhaychyk  <nab@mail.by>
4904
4905         * configure.ac: Added "be" (Belarusian) to ALL_LINGUAS.
4906
4907 2005-11-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4908
4909         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
4910         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
4911         (new_selection_pixbuf_needed),
4912         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
4913         (clear_job_selection):
4914         
4915         Too early for 0.5. Pixbuf cache code cleaned a bit.
4916
4917 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4918
4919         * NEWS:
4920         * configure.ac:
4921         
4922         Release 0.5.0 preparation
4923
4924 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4925
4926         * comics/Makefile.am:
4927         * configure.ac:
4928         * shell/ev-document-types.c: (ev_document_types_add_filters):
4929         
4930         More advanced handling of custom mime type installation.
4931
4932 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4933
4934         * data/evince.schemas.in:
4935         * shell/ev-metadata-manager.c: (value_free),
4936         (ev_metadata_manager_get_last), (ev_metadata_manager_set_last),
4937         (ev_metadata_manager_get), (ev_metadata_manager_set):
4938         * shell/ev-metadata-manager.h:
4939         * shell/ev-window.c: (update_chrome_flag),
4940         (ev_window_cmd_focus_page_selector), (update_sidebar_visibility),
4941         (setup_document_from_metadata), (setup_chrome_from_metadata),
4942         (setup_sidebar_from_metadata), (setup_view_from_metadata),
4943         (ev_window_cmd_edit_find), (ev_window_cmd_escape),
4944         (ev_window_view_toolbar_cb),
4945         (ev_window_sidebar_visibility_changed_cb), (find_bar_close_cb),
4946         (view_actions_focus_in_cb), (ev_window_init), (ev_window_new):
4947         
4948         Save last document settings and reuse them for new documents.
4949
4950 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4951
4952         * Makefile.am:
4953         * backend/Makefile.am:
4954         * backend/ev-document-factory.c:
4955         * backend/ev-document-factory.h:
4956         * comics/Makefile.am:
4957         * comics/comics-document.c: (G_DEFINE_TYPE_WITH_CODE),
4958         (comics_document_load), (comics_document_save),
4959         (comics_document_get_n_pages), (comics_document_get_page_size),
4960         (get_page_size_area_prepared_cb), (comics_document_render_pixbuf)       (render_pixbuf_size_prepared_cb), (comics_document_finalize),
4961         (comics_document_class_init), (comics_document_can_get_text),
4962         (comics_document_get_info), (comics_document_document_iface_init),
4963         (comics_document_init), (get_supported_image_extensions),
4964         (comics_document_thumbnails_get_geometry),
4965         (comics_document_thumbnails_get_thumbnail),
4966         (comics_document_thumbnails_get_dimensions),
4967         (comics_document_document_thumbnails_iface_init), (extract_argv):
4968         * comics/comics-document.h:
4969         * comics/ev-cbr-mime.xml:
4970         * configure.ac:
4971         * po/POTFILES.in:
4972         * shell/ev-application.c: (ev_application_register_service):
4973         * shell/ev-document-types.c: (ev_document_types_add_filters):
4974         * thumbnailer/Makefile.am:
4975         * thumbnailer/evince-thumbnailer-comics.schemas.in:
4976         
4977         New CBR/CBZ backend for comic books.
4978
4979 2005-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4980
4981         * shell/main.c: (load_files_remote):
4982
4983         Thanks to Robert McQueen <robot101@debian.org>. Dbus
4984         warning on startup of second instance is fixed. It
4985         is bug #320353.
4986
4987 2005-10-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4988
4989         * shell/ev-window.c: (ev_window_finalize):
4990         
4991         Fix double free that cause crash.
4992
4993 2005-10-29  Bastien Nocera <hadess@hadess.net>
4994
4995         * tiff/tiff-document.c: (tiff_document_load):
4996         
4997         Fix memory leak.
4998
4999 2005-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5000
5001         * po/POTFILES.in:
5002         * shell/Makefile.am:
5003         * shell/ev-view-accessible.c: (ev_view_accessible_get_priv),
5004         (ev_view_accessible_free_priv), (ev_view_accessible_class_init),
5005         (ev_view_accessible_get_text),
5006         (ev_view_accessible_get_character_at_offset),
5007         (ev_view_accessible_get_text_before_offset),
5008         (ev_view_accessible_get_text_at_offset),
5009         (ev_view_accessible_get_text_after_offset),
5010         (ev_view_accessible_get_character_count),
5011         (ev_view_accessible_get_caret_offset),
5012         (ev_view_accessible_set_caret_offset),
5013         (ev_view_accessible_get_run_attributes),
5014         (ev_view_accessible_get_default_attributes),
5015         (ev_view_accessible_get_character_extents),
5016         (ev_view_accessible_get_offset_at_point),
5017         (ev_view_accessible_get_n_selections),
5018         (ev_view_accessible_get_selection),
5019         (ev_view_accessible_add_selection),
5020         (ev_view_accessible_remove_selection),
5021         (ev_view_accessible_set_selection),
5022         (ev_view_accessible_text_iface_init),
5023         (ev_view_accessible_idle_do_action),
5024         (ev_view_accessible_action_do_action),
5025         (ev_view_accessible_action_get_n_actions),
5026         (ev_view_accessible_action_get_description),
5027         (ev_view_accessible_action_get_name),
5028         (ev_view_accessible_action_set_description),
5029         (ev_view_accessible_action_iface_init),
5030         (ev_view_accessible_get_type), (ev_view_accessible_new),
5031         (ev_view_accessible_factory_get_accessible_type),
5032         (ev_view_accessible_factory_create_accessible),
5033         (ev_view_accessible_factory_class_init),
5034         (ev_view_accessible_factory_get_type):
5035         * shell/ev-view-accessible.h:
5036         * shell/ev-view-private.h:
5037         * shell/ev-view.c: (ev_view_get_accessible), (ev_view_class_init):
5038         * shell/ev-view.h:
5039         
5040         Initial accessibility support.
5041
5042 2005-10-27  Erdal Ronahi  <erdal.ronahi@gmail.com>
5043
5044         * configure.ac: Added ku (Kurdish) to ALL_LINGUAS
5045
5046 2005-10-26  Hubert Figuiere <hfiguiere@teaser.fr>
5047
5048         * shell/ev-print-job.c: (idle_print_handler):
5049         
5050         Fix for bug Bug 318916: Printing multiple pages.
5051
5052 2005-10-20  Runa Bhattacharjee  <runa@bengalinux.org>
5053
5054         * configure.ac: Added "bn" (Bengali) to ALL_LINGUAS.
5055
5056 2005-10-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5057
5058         * pdf/ev-poppler.cc:
5059         
5060         Thumnail dimensions unified with other backends.
5061         
5062         * shell/ev-window-title.c: (ev_window_title_update):
5063         
5064         Fix warning.
5065
5066 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5067
5068         * data/ev-stock-zoom-fit-width.png:
5069         
5070         Remove unused file.
5071
5072 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5073
5074         * configure.ac:
5075         * djvu/djvu-document.c: (djvu_document_load), (djvu_document_save),
5076         (djvu_document_finalize):
5077         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_save),
5078         (dvi_document_finalize):
5079         * pixbuf/pixbuf-document.c: (pixbuf_document_load),
5080         (pixbuf_document_save), (pixbuf_document_finalize):
5081         * tiff/tiff-document.c: (tiff_document_load), (tiff_document_save),
5082         (tiff_document_finalize):
5083         
5084         Save a copy implemented for various backends.
5085
5086 2005-10-17  Daniel Gryniewicz <dang@gentoo.org>
5087
5088         * configure.ac:
5089         
5090         Don't link with ltiff if tiff is disabled.
5091
5092 2005-10-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5093
5094         * pdf/GDKSplashOutputDev.cc:
5095         * pdf/GDKSplashOutputDev.h:
5096         * pdf/Thumb.cc:
5097         * pdf/Thumb.h:
5098         * pdf/pdf-document.cc:
5099         * pdf/pdf-document.h:
5100         * pdf/test-gdk-output-dev.cc:
5101         
5102         Remove old unused files.
5103
5104 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5105
5106         * shell/ev-window.c: (ev_window_setup_document):
5107         
5108         Fixed warnings on reload and probably crash reason.
5109
5110 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5111
5112         * properties/ev-properties-view.c:
5113         (ev_properties_view_format_date):
5114         
5115         Check if date is invalid. Fix for bug 318134.
5116
5117 2005-10-02  Wouter Bolsterlee <uws+gnome@xs4all.nl>
5118
5119         * shell/ev-window-title.c:
5120         
5121         Add .indd files (Adobe Indesign) to the list of "bad
5122         extensions".
5123
5124 2005-10-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5125
5126         * data/evince-ui.xml:
5127         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
5128         
5129         Add <ctrl>KP_Add and <ctrl>KP_Substract bindings.
5130
5131 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
5132
5133         * shell/ev-window.c: (launch_link), (launch_external_uri),
5134         (view_external_link_cb):
5135
5136         URL-escape link before passing it to gnome_vfs_url_show.
5137
5138 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
5139
5140         * shell/ev-view.[ch], shell/ev-window.c: Disable copy action when
5141         there isn't text selected.
5142
5143 2005-09-27  Marco Pesenti Gritti  <mpg@redhat.com>
5144
5145         * shell/ev-view.c: (handle_link_over_xy):
5146
5147         Check tooltip is valid utf8 before showing it
5148
5149 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
5150
5151         * shell/ev-view.c: Allow drag and drop of text. Fixes #316772
5152
5153 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
5154
5155         * shell/ev-window-title.c: (ev_window_title_update):
5156
5157         Guard against using g_strstrip on NULL. Fixes bug #317291.
5158
5159 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
5160
5161         * pdf/ev-poppler.cc:
5162
5163         Show title even for unknown links
5164
5165 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
5166
5167         * shell/ev-window-title.c: (ev_window_title_update):
5168
5169         Strip the title string
5170
5171 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
5172
5173         * shell/ev-window-title.c:
5174
5175         Add .rtf to the bad extensions list
5176
5177 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
5178
5179         * shell/ev-view.c: (doc_point_to_view_point), (goto_fitr_link),
5180         (goto_fitv_link), (goto_fith_link), (goto_xyz_link):
5181
5182         Ignore link coordinates if they are outside page bounds
5183
5184 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
5185
5186         * backend/ev-link.c: (ev_link_type_get_type),
5187         (ev_link_get_filename), (ev_link_get_params),
5188         (ev_link_get_property), (ev_link_set_property),
5189         (ev_window_dispose), (ev_link_class_init), (ev_link_new_launch):
5190         * backend/ev-link.h:
5191         * pdf/ev-poppler.cc:
5192         * shell/ev-view.c: (ev_view_goto_link), (ev_view_class_init):
5193         * shell/ev-window.c: (launch_link), (view_external_link_cb),
5194         (ev_window_init):
5195
5196         Implement launch links. Delegate external link opening to
5197         the window.
5198
5199 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
5200
5201         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_bottom),
5202         (ev_link_get_right), (ev_link_get_property),
5203         (ev_link_set_property), (ev_link_class_init),
5204         (ev_link_new_page_fitv), (ev_link_new_page_fitr):
5205         * backend/ev-link.h:
5206         * pdf/ev-poppler.cc:
5207         * shell/ev-view.c: (goto_fitr_link), (ev_view_goto_link):
5208
5209         Implement fitr links
5210
5211 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
5212
5213         * shell/ev-view.c: (ev_view_get_width), (ev_view_get_height),
5214         (goto_fitv_link), (goto_fith_link), (goto_fit_link),
5215         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
5216         (ev_view_size_request_continuous),
5217         (ev_view_size_request_dual_page),
5218         (ev_view_size_request_single_page), (ev_view_size_allocate),
5219         (ev_view_zoom_for_size_continuous_and_dual_page),
5220         (ev_view_zoom_for_size_continuous),
5221         (ev_view_zoom_for_size_dual_page),
5222         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
5223         (ev_sizing_mode_get_type):
5224         * shell/ev-view.h:
5225         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
5226
5227         Do not use modes for link, we need to calculate size ad hoc.
5228         Still not perfect because of the usual scrollbar issues grrr.
5229
5230 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
5231
5232         * backend/ev-link.c: (ev_link_type_get_type),
5233         (ev_link_new_page_fith), (ev_link_new_page_fitv):
5234         * backend/ev-link.h:
5235         * pdf/ev-poppler.cc:
5236         * shell/ev-view.c: (goto_fitv_link), (goto_fith_link),
5237         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
5238         (ev_view_size_request_continuous),
5239         (ev_view_size_request_dual_page),
5240         (ev_view_size_request_single_page), (ev_view_size_allocate),
5241         (zoom_for_size_fit_height),
5242         (ev_view_zoom_for_size_continuous_and_dual_page),
5243         (ev_view_zoom_for_size_continuous),
5244         (ev_view_zoom_for_size_dual_page),
5245         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
5246         (ev_sizing_mode_get_type):
5247         * shell/ev-view.h:
5248         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
5249
5250         Implement FIT_HEIGHT mode (only for links).
5251         Implement FITH links
5252
5253 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
5254
5255         * shell/ev-window-title.c: (get_filename_from_uri),
5256         (ev_window_title_sanitize_extension), (ev_window_title_update),
5257         (ev_window_title_set_document), (ev_window_title_set_uri),
5258         (ev_window_title_free):
5259         * shell/ev-window-title.h:
5260         * shell/ev-window.c: (ev_window_setup_document),
5261         (ev_window_popup_password_dialog):
5262
5263         Refactor window title building while fixing it for
5264         password documents.
5265
5266 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
5267
5268         * pdf/ev-poppler.cc:
5269
5270         Escape link title before setting it in the model
5271
5272 2005-09-23  Marco Pesenti Gritti  <mpg@redhat.com>
5273
5274         * shell/ev-application.c: (removed_from_session), (save_session),
5275         (init_session), (ev_application_get_empty_window),
5276         (ev_application_init), (ev_application_get_windows):
5277         * shell/ev-application.h:
5278         * shell/ev-window.c: (ev_window_finalize):
5279
5280         Add a function to retrieve window list and share it where
5281         necessary.
5282         Implement session handling, works pretty well thanks to the
5283         metadata system.
5284
5285 2005-09-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5286
5287         * shell/ev-password.c: (ev_password_item_created_callback),
5288         (ev_password_dialog_save_password):
5289         
5290         Fix for bug 316972. Use async gnome-keyring API.
5291
5292 2005-09-22  Christian Persch  <chpe@cvs.gnome.org>
5293
5294         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init):
5295         Remove unused unrealize handler. Add scroll handling to
5296         ev_view_scroll_event for presentation mode (bug #316708),
5297         and fix the event state checks there.
5298
5299 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
5300
5301         * shell/ev-page-action.c: (page_changed_cb):
5302
5303         "marco, maybe we should be crazy and jump right to 6! :)"
5304
5305         Bryan Clark, Sep 2005
5306
5307 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
5308
5309         * ps/ps-document.c: (save_document), (ps_document_save),
5310         (ps_document_ps_export_begin), (ps_document_ps_export_do_page),
5311         (ps_document_ps_export_end):
5312
5313         Fix unstructured documents save and print
5314
5315 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
5316
5317         * shell/ev-application.c: (ev_application_open_uri):
5318
5319         Fix window size persistance
5320
5321 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
5322
5323         * shell/ev-view.c: (ev_view_button_release_event):
5324
5325         Based on a patch from carlosgc@gnome.org. Mouse buttons
5326         switch pages in presentation mode.
5327
5328 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
5329
5330         * shell/ev-page-cache.c: (ev_page_cache_get_size):
5331
5332         Dont cast to int before scaling
5333
5334 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
5335
5336         * backend/ev-link.c: (ev_link_type_get_type),
5337         (ev_link_new_page_xyz), (ev_link_new_page_fit),
5338         (ev_link_new_page_fith):
5339         * backend/ev-link.h:
5340         * pdf/ev-poppler.cc:
5341         * shell/ev-view.c: (goto_fith_link), (ev_view_goto_link):
5342
5343         Implement FIT and FITH links
5344
5345 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
5346
5347         * pdf/ev-poppler.cc:
5348
5349         Return 0 results when search is not in progress.
5350
5351         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
5352         (ev_window_cmd_go_next_page), (find_bar_search_changed_cb):
5353
5354         Update menu sensitivity when cancelling search
5355
5356 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
5357
5358         * shell/ev-view.c: (ev_view_can_find_next):
5359
5360         Take all pages in consideration, not just current one
5361
5362 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
5363
5364         * shell/ev-page-cache.c:
5365         * shell/ev-page-cache.h:
5366         * shell/ev-view.c: (ev_view_binding_activated),
5367         (ev_view_next_page), (ev_view_previous_page),
5368         (ev_sizing_mode_get_type):
5369         * shell/ev-view.h:
5370         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
5371         (ev_window_cmd_go_next_page):
5372
5373         Move page next/previous functions from page chace to
5374         view and change it to move by 2 page steps in dual mode.
5375
5376 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
5377
5378         * shell/ev-window.c: (update_sidebar_visibility),
5379         (setup_sidebar_from_metadata), (ev_window_setup_document),
5380         (setup_view_from_metadata):
5381
5382         Show the index by default when there is one     
5383
5384 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
5385
5386         * shell/ev-window-title.c: (ev_window_title_set_document):
5387
5388         Missing null check
5389
5390 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5391
5392         * shell/ev-view.c: (view_update_range_and_current_page):
5393         
5394         Allow display of last odd page in dual view. Fix for 316347.
5395
5396 2005-09-17  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5397
5398         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
5399         
5400         Make close button default. Fix for 316383.
5401
5402 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5403
5404         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
5405         
5406         Mark close button as default. Fix for 316381.
5407
5408 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
5409
5410         * backend/ev-link.c: (ev_link_class_init):
5411
5412         Allow negative doubles in left/top properties
5413
5414 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
5415
5416         * shell/ev-window.c:
5417
5418         Remove a bunch of strings that was used only
5419         by the statusbar.
5420
5421 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
5422
5423         * shell/ev-window-title.c: (get_filename_from_uri),
5424         (ev_window_title_set_document):
5425
5426         When title has a confusing extension, show also
5427         the document filename inside ()
5428
5429 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
5430
5431         * shell/Makefile.am:
5432         * shell/ev-window-title.c: (ev_window_title_new),
5433         (ev_window_title_update), (ev_window_title_set_type),
5434         (ev_window_title_set_document), (ev_window_title_free):
5435         * shell/ev-window-title.h:
5436         * shell/ev-window.c: (ev_window_setup_document),
5437         (password_dialog_response), (ev_window_popup_password_dialog),
5438         (ev_window_dispose), (ev_window_init):
5439
5440         Factor out and cleanup window title code
5441
5442 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
5443
5444         * shell/ev-window.c: (unable_to_load_dialog_response_cb),
5445         (unable_to_load):
5446
5447         Make dialog transient so it doesnt block other windows
5448
5449 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5450
5451         * pdf/ev-poppler.cc:
5452         
5453         Fix pdf thumbnails rendering.
5454
5455 2005-09-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5456
5457         * shell/ev-window.c: (fullscreen_set_timeout):
5458         
5459         Increase timeout to hide full screen popup. Bug 
5460         316123. 
5461
5462 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5463
5464         * data/evince.schemas.in:
5465         * shell/ev-window.c: (update_action_sensitivity):
5466
5467         Allow the user to override document restrictions. Fix for bug
5468         305818.
5469
5470 2005-09-13  Christian Persch  <chpe@cvs.gnome.org>
5471
5472         * shell/ev-window.c: (ev_window_update_fullscreen_popup),
5473         (ev_window_create_fullscreen_popup), (ev_window_screen_changed),
5474         (ev_window_class_init): Fix multihead behaviour of fullscreen
5475         toolbar popup. Fixes bug #315451.
5476
5477 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5478
5479         * configure.ac:
5480         * data/evince-password.glade:
5481         * shell/ev-password.c: (ev_password_dialog_set_property),
5482         (ev_password_dialog_finalize), (ev_password_dialog_class_init),
5483         (ev_password_dialog_init), (ev_password_set_bad_password_label),
5484         (ev_password_dialog_entry_changed_cb),
5485         (ev_password_dialog_entry_activated_cb),
5486         (ev_password_dialog_save_password), (ev_password_keyring_found_cb),
5487         (ev_password_search_in_keyring), (ev_password_dialog_get_password),
5488         (ev_password_dialog_set_bad_pass):
5489         * shell/ev-password.h:
5490         * shell/ev-window.c: (password_dialog_response),
5491         (ev_window_popup_password_dialog):
5492         
5493         Support for gnome-keyring for encrypted PDF's.
5494
5495 2005-09-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5496
5497         * shell/ev-view.c: (handle_link_over_xy), (ev_view_realize),
5498         (ev_view_motion_notify_event), (ev_view_leave_notify_event),
5499         (ev_view_enter_notify_event), (ev_view_class_init):
5500         
5501         More precise handling of enter_notify/leave_notify events
5502         in EvView. Fix for bug 315470.
5503
5504 2005-09-08  Christopher Aillon  <caillon@redhat.com>
5505
5506         * shell/ev-window.c: (fullscreen_timeout_cb),
5507         (fullscreen_set_timeout), (fullscreen_clear_timeout),
5508         (ev_window_dispose):
5509
5510         leak fix: unref fullscreen_timeout_source before clearing it
5511
5512 2005-09-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5513
5514         * configure.ac, dvi/mdvi/Makefile.am: 
5515         
5516         Use lt1 instead lt1lib. Thanks to yselkowitz@users.sourceforge.net
5517
5518 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
5519
5520         * backend/ev-link.c: (ev_link_new_page_xyz):
5521         * pdf/ev-poppler.cc:
5522         * shell/ev-view.c: (goto_xyz_link), (ev_view_goto_link):
5523
5524         Fix some bugs with xyz links, respect zoom
5525
5526 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
5527
5528         * shell/ev-window.c: (page_changed_cb),
5529         (setup_document_from_metadata), (update_sidebar_visibility),
5530         (setup_view_from_metadata), (ev_window_run_fullscreen),
5531         (ev_window_stop_fullscreen), (ev_window_run_presentation),
5532         (ev_window_stop_presentation), (ev_window_continuous_changed_cb),
5533         (ev_window_dual_mode_changed_cb),
5534         (ev_window_sidebar_current_page_changed_cb):
5535
5536         null check uri before setting and getting metadata
5537
5538 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
5539
5540         * dvi/Makefile.am:
5541         * properties/Makefile.am:
5542         * shell/Makefile.am:
5543         * thumbnailer/Makefile.am:
5544
5545         Some build fixes for cygwin. Patch by yselkowitz@users.sourceforge.net
5546
5547 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
5548
5549         * shell/ev-sidebar-links.c: (ev_sidebar_links_class_init),
5550         (selection_changed_callback):
5551         * shell/ev-sidebar-links.h:
5552
5553         Add a signal for link activation.
5554
5555         * shell/ev-view.c: (ev_view_goto_link),
5556         (ev_view_button_release_event):
5557         * shell/ev-view.h:
5558         * shell/ev-window.c: (sidebar_links_link_activated_cb),
5559         (ev_window_init):
5560
5561         Implement the signal so that we can handle all link types.
5562
5563         * shell/ev-page-cache.c:
5564
5565         Remove unused set_link function
5566
5567 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
5568
5569         * lib/ev-tooltip.c: (ev_tooltip_set_position):
5570
5571         Add some space from the cursor, hardcoded but I couldnt
5572         find a better way.
5573
5574 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
5575
5576         * lib/ev-tooltip.c:
5577
5578         Use mozilla style vs gtk style, way better for links.
5579
5580         * shell/ev-view.c: (ev_view_motion_notify_event),
5581         (ev_view_destroy), (ev_view_init):
5582
5583         Deactive tooltip when the link hovered is changed.
5584
5585 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
5586
5587         * backend/ev-document.h:
5588         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_top),
5589         (ev_link_get_left), (ev_link_get_zoom), (ev_link_get_property),
5590         (ev_link_set_property), (ev_window_dispose), (ev_link_class_init),
5591         (ev_link_new_page), (ev_link_new_page_xyz):
5592         * backend/ev-link.h:
5593         * pdf/ev-poppler.cc:
5594         * shell/ev-view.c: (doc_point_to_view_point), (scroll_to_xyz_link),
5595         (go_to_link), (tip_from_link):
5596
5597         Implement xyz links, still not functional. Links are a total
5598         mess, will need to refactor and bugfix a lot :(
5599
5600 2005-09-05  Alessio Frusciante  <algol@firenze.linux.it>
5601
5602         * configure.ac: Added "it" (Italian) to ALL_LINGUAS.
5603
5604 2005-09-05  Marco Pesenti Gritti <mpg@redhat.com>
5605
5606         * data/evince-ui.xml:
5607         * data/evince.schemas.in:
5608         * shell/Makefile.am:
5609         * shell/ev-window.c: (update_chrome_visibility),
5610         (password_dialog_response), (ev_window_load_job_cb),
5611         (ev_window_xfer_job_cb), (ev_window_open_uri),
5612         (ev_window_class_init), (set_chrome_actions), (load_chrome),
5613         (ev_window_init):
5614
5615         Remove the statusbar. This regress loading feedback, need to
5616         check with Bryan what we want to do there...
5617
5618 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
5619
5620         * lib/ev-tooltip.c: (ev_tooltip_init):
5621
5622         Fix tooltip border and size handling
5623
5624 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
5625
5626         * lib/ev-tooltip.c: (ev_tooltip_dispose), (ev_tooltip_class_init),
5627         (ev_tooltip_set_position), (ev_tooltip_recently_shown),
5628         (ev_tooltip_timeout), (ev_tooltip_activate),
5629         (ev_tooltip_deactivate):
5630         * lib/ev-tooltip.h:
5631         * shell/ev-view.c: (ev_view_motion_notify_event):
5632
5633         Delay popup showing. Mirror gtk logic/times.
5634
5635 2005-09-03  Marco Pesenti Gritti  <mpg@redhat.com>
5636
5637         * lib/Makefile.am:
5638         * lib/ev-tooltip.c: (ev_tooltip_expose_event),
5639         (ev_tooltip_class_init), (ev_tooltip_init), (ev_tooltip_new),
5640         (ev_tooltip_set_text), (ev_tooltip_set_position):
5641         * lib/ev-tooltip.h:
5642
5643         Simple widget to show tooltips at a custom position
5644
5645         * shell/ev-view.c: (tip_from_link), (ev_view_motion_notify_event),
5646         (ev_view_destroy):
5647
5648         Use it for links. First go, needs work
5649
5650 2005-08-17  Dennis Cranston  <dennis_cranston@yahoo.com>
5651
5652         * shell/ev-window.c: (ev_window_cmd_edit_toolbar): A couple small 
5653         HIG fixes.  Use title capitalization for window title. Use 12 
5654         pixels of space between the dialog's vbox and action area.
5655
5656 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
5657
5658         * shell/ev-window.c: (file_open_dialog_response_cb),
5659         (ev_window_cmd_file_open), (file_save_dialog_response_cb),
5660         (ev_window_cmd_save_as):
5661
5662         Make file pickers not modal and refactor code some
5663
5664 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
5665
5666         * shell/ev-sidebar.h:
5667         * shell/ev-sidebar.c: (ev_sidebar_set_property),
5668         (ev_sidebar_get_current_page), (ev_sidebar_get_property),
5669         (ev_sidebar_class_init), (ev_sidebar_select_page),
5670         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_new),
5671         (ev_sidebar_set_page):
5672
5673         Add a current page property and allow to get/set it
5674
5675         * shell/ev-window.c: (setup_view_from_metadata),
5676         (ev_window_sidebar_current_page_changed_cb), (ev_window_init):
5677
5678         Persist current sidebar page per document
5679
5680 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
5681
5682         * data/evince.schemas.in:
5683         * shell/ev-window.c: (update_chrome_visibility),
5684         (setup_document_from_metadata), (update_sidebar_visibility),
5685         (setup_view_from_metadata), (ev_window_sidebar_position_change_cb),
5686         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
5687         (ev_window_run_presentation), (ev_window_stop_presentation),
5688         (ev_window_view_sidebar_cb),
5689         (ev_window_sidebar_visibility_changed_cb), (set_chrome_actions),
5690         (load_chrome), (ev_window_init):
5691
5692         Persist size/visibility of sidebar per document
5693
5694 Fri Sep  2 00:59:55 2005  Jonathan Blandford  <jrb@redhat.com>
5695
5696         * shell/ev-view.c (draw_loading_text): Draw loading text.
5697
5698 2005-09-02  Dan Damian  <dand@gnome.ro>
5699
5700         * configure.in: Added "ro" to ALL_LINGUAS.
5701
5702 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
5703
5704         * shell/ev-view.c: (clear_caches):
5705
5706         ev_page_cache_get doesnt return a reference,
5707         dont try to unref it.
5708
5709 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
5710
5711         * shell/main.c: (load_files_remote):
5712
5713         Fix timestamp parameter with dbus <= 0.33
5714
5715 2005-08-31  Marco Pesenti Gritti  <mpg@redhat.com>
5716
5717         * data/evince.schemas.in:
5718
5719         Add missing full stop
5720
5721 2005-08-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
5722
5723         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info):
5724         * shell/ev-window.c: (ev_window_print_range), (ev_window_dispose):
5725
5726         Plug some memory leaks
5727
5728 2005-08-29  Christian Persch  <chpe@cvs.gnome.org>
5729
5730         * configure.ac:
5731         * lib/ev-debug.c: (trap_handler):
5732
5733         Check for execinfo.h and use it only if it exists.
5734         Ported from Epiphany (bug #314776).
5735
5736 2005-08-29  Duarte Loreto <happyguy_pt@hotmail.com>
5737
5738         * configure.ac: Added Portuguese (pt) to ALL_LINGUAS.
5739
5740 2005-08-27  Mohammad DAMT  <mdamt@gnome.org>
5741
5742         * configure.ac: Added Indonesian "id" to ALL_LINGUAS
5743         * po/id.po      : Added Indonesian translation
5744
5745 Fri Aug 26 00:45:09 2005  Jonathan Blandford  <jrb@redhat.com>
5746
5747         * shell/main.c:
5748         * shell/ev-application.c: Last minute GTK-2.6 fixes.
5749         * NEWS: Release 0.4.0
5750
5751 Thu Aug 25 23:40:23 2005  Jonathan Blandford  <jrb@redhat.com>
5752
5753         * configure.ac: catch another gtk+-2.8ism
5754         * shell/main.c: Make work with gtk+-2.6
5755
5756 2005-08-25  Ryan Lortie  <desrt@desrt.ca>
5757
5758         * shell/ev-application-service.xml: Add 'timestamp' argument to
5759           ev_application_open_window and ev_application_open_uri methods.
5760
5761         * shell/ev-application.h: Add 'timestamp' argument to
5762           ev_application_open_window, ev_application_open_uri,
5763           and ev_application_open_uri_list functions.
5764
5765         * shell/ev-application.c (ev_application_open_window,
5766           ev_application_open_uri, ev_application_open_uri_list): Change
5767           functions that show/present windows to use a timestamp if one
5768           is passed in.
5769
5770         * shell/ev-window.c (ev_window_cmd_file_open,
5771           ev_window_cmd_recent_file_activate, drag_data_received_cb):
5772         * shell/main.c (load_files): Modify calls to ev_application to
5773           include GDK_CURRENT_TIME as timestamp.
5774
5775         * shell/main.c (load_files_remote): Obtain timestamp for client
5776           instance from GDK and pass to server instance so new windows are
5777           focused properly.  Fix dbus_g_proxy_call() calls by including second
5778           G_TYPE_INVALID.
5779           
5780         Closes bug #314475.
5781
5782 Thu Aug 25 22:13:08 2005  Jonathan Blandford  <jrb@redhat.com>
5783
5784         * shell/ev-window.c (ev_window_finalize): Check for
5785         avail. EvWindows when quiting to handle the finalize better,
5786         #314497
5787
5788 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5789         
5790         * properties/ev-properties-view.c: 
5791         
5792         Set textdomain to libglade. Fixes translation problem in property page.
5793
5794 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5795
5796         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
5797         * dvi/Makefile.am:
5798         * dvi/dvi-document.c: (dvi_document_thumbnails_get_thumbnail):
5799         * dvi/mdvi-lib/Makefile.am:
5800         
5801         Fix rotation of thumbnails, ported to new API. Moved library
5802         dependencies earlier, probably it will fix linkage problem.
5803
5804 Thu Aug 25 02:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
5805
5806         * backend/ev-document-misc.c:
5807         (ev_document_misc_get_thumbnail_frame):
5808         * backend/ev-document-misc.h:
5809         * configure.ac:
5810         * pdf/ev-poppler.cc:
5811         * shell/Makefile.am:
5812         * shell/ev-sidebar-thumbnails.c: (add_range),
5813         (ev_sidebar_thumbnails_set_loading_icon),
5814         (ev_sidebar_thumbnails_refresh),
5815         (ev_sidebar_thumbnails_set_document):
5816         * shell/ev-sidebar-thumbnails.h:
5817         * shell/ev-view.c: (ev_view_motion_notify_event),
5818         (ev_view_set_property), (ev_view_get_property),
5819         (ev_view_class_init), (ev_view_set_rotation):
5820         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
5821         (ev_window_cmd_edit_rotate_right), (ev_window_rotation_changed_cb),
5822         (ev_window_init):
5823         * tiff/tiff-document.c: (tiff_document_thumbnails_get_thumbnail):
5824         Redo rotation (again).  prepare for 0.4.0
5825
5826 2005-08-24  Kristian Høgsberg  <krh@redhat.com>
5827
5828         * configure.ac: Bump poppler requirement to 0.4.1.
5829
5830         * pdf/ev-poppler.cc (pdf_selection_render_selection): Add rotation
5831         argument to poppler_page_render_selection() call.
5832
5833 2005-08-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5834
5835         * djvu/djvu-document.c: (djvu_document_render_pixbuf),
5836         (djvu_document_thumbnails_get_thumbnail):
5837         * dvi/dvi-document.c: (dvi_document_render_pixbuf),
5838         (dvi_document_thumbnails_get_thumbnail):
5839         * pixbuf/pixbuf-document.c: (pixbuf_document_render_pixbuf),
5840         (pixbuf_document_thumbnails_get_thumbnail):
5841         * tiff/tiff-document.c: (tiff_document_render_pixbuf):
5842         
5843         Update rotation direction of backends to fit with pdf and ps.
5844
5845 2005-08-24  Marco Pesenti Gritti  <mpg@redhat.com>
5846
5847         * backend/ev-async-renderer.c: (ev_async_renderer_render_pixbuf):
5848         * backend/ev-async-renderer.h:
5849         * ps/ps-document.c: (ps_document_init), (setup_pixmap),
5850         (setup_page), (ps_document_get_page_size),
5851         (ps_async_renderer_render_pixbuf):
5852         * ps/ps-document.h:
5853         * shell/ev-jobs.c: (ev_job_render_run):
5854
5855         Fix orientation in the postscript document
5856
5857 2005-08-23  Marco Pesenti Gritti  <mpg@redhat.com>
5858
5859         * pdf/ev-poppler.cc:
5860         * ps/ps-document.c: (push_pixbuf), (ps_document_widget_event):
5861         * shell/ev-view.c: (highlight_find_results):
5862
5863         Adapt to the new poppler rotation API. Fix text maps on landscape
5864         documents.
5865
5866 Sat Aug 20 17:13:48 2005  Jonathan Blandford  <jrb@redhat.com>
5867
5868         * shell/ev-view.c (compute_new_selection_text): get the correct
5869         region when selecting in modes other than continuous.
5870
5871 Sat Aug 20 13:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
5872
5873         * shell/main.c (main): remove redundant g_warnings.
5874
5875 2005-08-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5876
5877         * shell/Makefile.am: Don't include autogenerated
5878         file ev-application-service.h into distribution, since
5879         it causes dbus crash. Fix for bugs 313724 and 313443. 
5880
5881 2005-08-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5882
5883         * configure.ac: Fix sed expression for FreeBSD. Thanks
5884         to Joe Marcus Clark <marcus@freebsd.org>
5885         
5886         * shell/eggfindbar.c: (entry_activate_callback),
5887         (entry_changed_callback), (egg_find_bar_init),
5888         (egg_find_bar_set_search_string):
5889         
5890         Made findbar buttons unsensitive if there is no text in
5891         entry. Fix for the bug 313285.
5892
5893 2005-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
5894
5895         * ps/ps-document.c: Use g_filename_display_name for displaying
5896         filenames and revert string freeze breackage
5897
5898 2005-08-17  Marco Pesenti Gritti  <mpg@redhat.com>
5899
5900         * NEWS:
5901         * configure.ac:
5902
5903         Update for 0.3.4
5904
5905         * shell/Makefile.am:
5906
5907         Add ev-application-service.xml to extra dist
5908
5909         * shell/ev-view.c: (find_page_at_location):
5910
5911         Remove unused function (fix warning)
5912
5913 2005-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5914
5915         * dvi/mdvi-lib/t1.c: (t1_reset_resolution), (t1_really_load_font),
5916         (t1_load_font), (t1_glyph_bitmap), (t1_font_remove):
5917         
5918         Fix warnings and compilation with t1lib-5.0 and newer. Fix for 
5919         bug 313623.
5920
5921 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5922
5923         * shell/ev-utils.c: (set_umask_permissions), (write_to_temp_file):
5924         * shell/ev-window.c:
5925         Fix build warnings
5926
5927 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
5928
5929         * configure.ac: Update script to get dbus version.
5930         Fix for the bug #313443.
5931
5932 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5933
5934         * shell/ev-window.c: (ev_window_cmd_escape):
5935         
5936         Return focus back to view on escape. Fix for bug 313295.
5937
5938 2005-08-16  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
5939
5940         * shell/ev-window.c: (update_window_title),
5941         (ev_window_popup_password_dialog), (ev_window_load_job_cb),
5942         (ev_window_cmd_save_as):
5943         
5944         Correct conversion from uri to displayable string. Fix for
5945         bug 313296.
5946
5947 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
5948
5949         * ps/ps-document.c: convert filename to utf8 when there is an error
5950         loading document. Fixes #309915
5951
5952 2005-08-16  Marco Pesenti Gritti  <mpg@redhat.com>
5953
5954         * configure.ac:
5955
5956         We depend on poppler 0.4.0
5957
5958 Mon Aug 15 21:53:05 2005  Jonathan Blandford  <jrb@redhat.com>
5959
5960         * configure.ac:
5961         * NEWS: Release 0.3.3.
5962         * thumbnailer/evince-thumbnailer.c: Remove pdf icon.
5963
5964 2005-08-14  Dennis Cranston  <dennis_cranston@yahoo.com>
5965
5966         * shell/ev-window.c: (ev_window_cmd_file_open): HIG fixes:  
5967         add a couple missing mnemonics to menu items, use title 
5968         capitalization for menu items and window titles, and add 
5969         ellipsis to open menu item.     
5970
5971 Mon Aug 15 00:40:21 2005  Jonathan Blandford  <jrb@redhat.com>
5972
5973         * pdf/ev-poppler.cc:
5974         * shell/ev-metadata-manager.c: (ev_metadata_manager_init):
5975         * shell/ev-view.c: (ev_view_rotate_left), (ev_view_set_rotation),
5976         (ev_view_get_rotation):
5977         * shell/ev-view.h:
5978         * shell/ev-window.c: (setup_view_from_metadata),
5979         (save_rotation_to_file), (ev_window_cmd_edit_rotate_left),
5980         (ev_window_cmd_edit_rotate_right): Fix rotation.  Save it to
5981         disk.
5982
5983 2005-08-14  Baris Cicek <baris@teamforce.name.tr>
5984
5985         * configure.ac: Added tr to ALL_LINGUAS
5986
5987 2005-08-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
5988
5989         * shell/ev-view.c: Fix for bug Bug 311838. Search backward
5990         requires several clicks to find word. Thanks to 
5991         Colin Slater <kiltedtaco@gmail.com>.
5992
5993 2005-08-11  Bryan Clark  <clarkbw@cvs.gnome.org>
5994
5995         * data/evince.desktop.in.in: Hide menu entry and
5996         rename it to "Document Viewer". Fix for bug 
5997         #312399.
5998
5999 2005-08-11  Crispin Flowerday  <gnome@flowerday.cx>
6000
6001         * shell/ev-page-action.c (ev_page_action_class_init): 
6002
6003         Point to the correct function in constructor of the
6004         activate_label signal
6005
6006 Tue Aug  9 02:17:13 2005  Jonathan Blandford  <jrb@redhat.com>
6007
6008         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
6009         * shell/ev-jobs.h: Make thread safe.
6010
6011 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6012
6013         * shell/ev-view.c: (view_update_range_and_current_page):
6014         Don't update page range if we are scrolling to some document
6015         point.
6016
6017 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6018
6019         * shell/ev-view.c: (get_page_extents): reverse rotation/scale
6020         when getting max_page_width, fix drawing in dual mode.
6021
6022 Sun Aug  7 02:06:08 2005  Jonathan Blandford  <jrb@redhat.com>
6023
6024         * shell/ev-view.c (ev_view_select_all): reverse rotation/page when
6025         getting the area for select_all.
6026
6027 2005-08-06  Kristian Høgsberg  <krh@redhat.com>
6028
6029         * backend/ev-selection.c: (ev_selection_render_selection):
6030         * backend/ev-selection.h:
6031         * pdf/ev-poppler.cc:
6032         * shell/ev-jobs.c: (ev_job_render_new):
6033         * shell/ev-jobs.h:
6034         * shell/ev-pixbuf-cache.c: (get_selection_colors),
6035         (add_job_if_needed), (ev_pixbuf_cache_get_selection_pixbuf):
6036         * shell/ev-view.c: (ev_view_focus_in), (ev_view_focus_out),
6037         (ev_view_class_init):
6038
6039         Change selection color on focus in and focus out events.  Also,
6040         poppler now uses GdkColor for specifying the selection colors, so
6041         drop some awkward conversion code.
6042
6043 2005-08-06  Yair Hershkovitz  <yairhr@gmail.com>
6044
6045         * configure.ac: Added Hebrew translation
6046
6047 Sat Aug  6 01:12:44 2005  Jonathan Blandford  <jrb@redhat.com>
6048
6049         * NOTES:
6050         * backend/ev-selection.c: (ev_selection_render_selection):
6051         * backend/ev-selection.h:
6052         * pdf/ev-poppler.cc:
6053         * shell/ev-jobs.c: (ev_job_render_dispose), (ev_job_render_new),
6054         (ev_job_render_run):
6055         * shell/ev-jobs.h:
6056         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
6057         (ev_pixbuf_cache_new), (job_finished_cb), (add_job_if_needed),
6058         (convert_gdk_color_to_uint), (ev_pixbuf_cache_get_text_mapping),
6059         (ev_pixbuf_cache_style_changed),
6060         (ev_pixbuf_cache_get_selection_pixbuf),
6061         (ev_pixbuf_cache_set_selection_list),
6062         (ev_pixbuf_cache_get_selection_list):
6063         * shell/ev-pixbuf-cache.h:
6064         * shell/ev-utils.c: (ev_print_region_contents):
6065         * shell/ev-utils.h:
6066         * shell/ev-view.c: (ev_view_queue_draw_page),
6067         (selection_update_idle_cb), (ev_view_motion_notify_event),
6068         (ev_view_style_set), (draw_one_page), (ev_view_class_init),
6069         (setup_caches), (ev_view_find_next), (merge_selection_region),
6070         (selection_free):
6071         * shell/ev-window.c: (ev_window_update_fullscreen_popup):
6072
6073         Clean up selection to be much smoother!
6074
6075 2005-08-05  Kristian Høgsberg  <krh@redhat.com>
6076
6077         * pdf/ev-poppler.cc (pdf_selection_render_selection): Pass colors
6078         to poppler_page_render_selection().
6079
6080 2005-08-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6081
6082         * ps/ps-document.c: (save_page_list): Use
6083         unzipped document when printing. Thanks to 
6084         Colin Slater <kiltedtaco@gmail.com>. Fix for bug
6085         311016.
6086
6087 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6088
6089         * shell/ev-window.c: (update_action_sensitivity):
6090         
6091         Disable print and save respect to lockdown gconf keys. Fix
6092         for 312342.
6093
6094 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6095
6096         * configure.ac:
6097         * shell/ev-utils.c: (rename_file), (set_umask_permissions),
6098         (write_to_temp_file), (ev_file_set_contents):
6099         * shell/ev-utils.h:
6100         * shell/ev-window.c: (save_print_config_to_file):
6101         
6102         Copy-paste g_file_set_contents to keep compatibility with gtk 2.6
6103         Fix for bug 312238
6104
6105 2005-07-31  Christian Persch  <chpe@cvs.gnome.org>
6106
6107         * shell/ev-window.c: (load_print_config_from_file),
6108         (save_print_config_to_file), (ev_window_print_range):
6109
6110         Persist the print settings. Fixes bug #311578.
6111
6112 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6113
6114         * djvu/djvu-document.c: (djvu_document_get_page_size),
6115         (djvu_document_render_pixbuf), (djvu_document_document_iface_init),
6116         (djvu_document_thumbnails_get_thumbnail):
6117         * dvi/dvi-document.c: (dvi_document_get_page_size),
6118         (dvi_document_render_pixbuf), (dvi_document_document_iface_init),
6119         (dvi_document_thumbnails_get_dimensions),
6120         (dvi_document_thumbnails_get_thumbnail):
6121         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size),
6122         (pixbuf_document_render_pixbuf),
6123         (pixbuf_document_document_iface_init),
6124         (pixbuf_document_thumbnails_get_thumbnail):
6125         
6126         Update backends to make them build with new rotation system.
6127
6128 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6129
6130         * help/C/figures/evince_start_window.png:
6131         
6132         Update documentation image from Luca Ferretti <elle.uca@libero.it>
6133
6134 Sat Jul 30 19:09:34 2005  Jonathan Blandford  <jrb@redhat.com>
6135
6136         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_clear):
6137         * shell/ev-pixbuf-cache.h:
6138         * shell/ev-sidebar-thumbnails.c:
6139         (ev_sidebar_thumbnails_get_property), (add_range),
6140         (adjustment_changed_cb):
6141         * shell/ev-view.c: (ev_view_set_rotation): Fix rotation and the
6142         pixbuf cache.  Make thumbnailing work again.  Also, fix bug where
6143         we were thumbnailing the entire docment on startup, slowing us
6144         down hugely. 
6145
6146 Fri Jul 29 23:14:28 2005  Jonathan Blandford  <jrb@redhat.com>
6147
6148         * shell/ev-page-cache.c: (ev_page_cache_new):
6149         * shell/ev-window.c: (update_action_sensitivity): Handle n_pages
6150         == 0, fixes #310306.
6151
6152 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
6153
6154         * shell/ev-view.c: (doc_rect_to_view_rect), (ev_view_rotate_right),
6155         (ev_view_rotate_left):
6156
6157         Account rotation in doc_rect_to_view_rect.
6158         Ensure rotation doesnt go out of bounds.
6159
6160 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
6161
6162         * shell/ev-page-cache.c: (ev_page_cache_get_size):
6163
6164         Correct and cleanup w/h swapping
6165
6166 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
6167
6168         * backend/ev-document-thumbnails.c:
6169         (ev_document_thumbnails_get_thumbnail):
6170         * backend/ev-document-thumbnails.h:
6171         * backend/ev-document.c:
6172         * backend/ev-document.h:
6173         * backend/ev-render-context.c: (ev_render_context_new),
6174         (ev_render_context_set_rotation):
6175         * backend/ev-render-context.h:
6176         * pdf/ev-poppler.cc:
6177         * ps/ps-document.c: (ps_document_document_iface_init):
6178         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
6179         * shell/ev-jobs.h:
6180         * shell/ev-page-cache.c: (build_height_to_page),
6181         (ev_page_cache_new), (ev_page_cache_get_size),
6182         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
6183         (ev_page_cache_get_height_to_page):
6184         * shell/ev-page-cache.h:
6185         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
6186         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
6187         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed),
6188         (ev_pixbuf_cache_get_selection_pixbuf):
6189         * shell/ev-pixbuf-cache.h:
6190         * shell/ev-print-job.c: (idle_print_handler):
6191         * shell/ev-sidebar-thumbnails.c: (add_range):
6192         * shell/ev-view.c: (view_update_range_and_current_page),
6193         (get_page_y_offset), (get_page_extents),
6194         (ev_view_size_request_continuous_dual_page),
6195         (ev_view_size_request_continuous),
6196         (ev_view_size_request_dual_page),
6197         (ev_view_size_request_single_page), (draw_one_page),
6198         (ev_view_set_rotation), (ev_view_rotate_right),
6199         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
6200         (ev_view_zoom_for_size_continuous_and_dual_page),
6201         (ev_view_zoom_for_size_continuous),
6202         (ev_view_zoom_for_size_dual_page),
6203         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
6204         (ev_view_select_all):
6205         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
6206         * tiff/tiff-document.c: (tiff_document_render_pixbuf),
6207         (tiff_document_document_iface_init),
6208         (tiff_document_thumbnails_get_thumbnail):
6209
6210         Use rotation rather than orientation. It's easier and enough
6211         for our needs.
6212
6213 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
6214
6215         * shell/ev-page-cache.c: (build_height_to_page),
6216         (ev_page_cache_new), (ev_page_cache_get_size),
6217         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
6218         (ev_page_cache_get_height_to_page):
6219         * shell/ev-page-cache.h:
6220         * shell/ev-view.c: (get_page_y_offset), (get_page_extents),
6221         (ev_view_size_request_continuous_dual_page),
6222         (ev_view_size_request_continuous),
6223         (ev_view_zoom_for_size_continuous_and_dual_page),
6224         (ev_view_zoom_for_size_continuous):
6225
6226         Make the page cache aware of page orientation.
6227
6228 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
6229
6230         * backend/ev-document-thumbnails.c:
6231         (ev_document_thumbnails_get_thumbnail):
6232         * backend/ev-document-thumbnails.h:
6233         * backend/ev-document.c:
6234         * backend/ev-document.h:
6235         * backend/ev-ps-exporter.c: (ev_ps_exporter_do_page):
6236         * backend/ev-ps-exporter.h:
6237         * pdf/ev-poppler.cc:
6238         * ps/ps-document.c: (ps_document_document_iface_init),
6239         (ps_document_ps_export_do_page):
6240         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
6241         * shell/ev-jobs.h:
6242         * shell/ev-page-cache.c: (ev_page_cache_get_size),
6243         (ev_page_cache_get):
6244         * shell/ev-page-cache.h:
6245         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
6246         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
6247         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed):
6248         * shell/ev-pixbuf-cache.h:
6249         * shell/ev-print-job.c: (idle_print_handler):
6250         * shell/ev-sidebar-thumbnails.c: (add_range):
6251         * shell/ev-view.c: (view_update_range_and_current_page),
6252         (get_page_extents), (ev_view_size_request_dual_page),
6253         (ev_view_size_request_single_page), (draw_one_page),
6254         (clear_caches), (ev_view_set_orientation), (ev_view_rotate_right),
6255         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
6256         (ev_view_zoom_for_size_dual_page),
6257         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
6258         (ev_view_select_all):
6259         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
6260         * tiff/tiff-document.c: (tiff_document_get_page_size),
6261         (tiff_document_get_orientation), (rotate_pixbuf),
6262         (tiff_document_render_pixbuf), (tiff_document_document_iface_init),
6263         (tiff_document_thumbnails_get_thumbnail),
6264         (tiff_document_ps_export_do_page), (tiff_document_init):
6265
6266         Really make use of the orientation bit of the render context.
6267         Use the render context in a few more places in the backend API.
6268         This regress orientation, but now it's done right. Will try to
6269         fix it up asap...
6270
6271 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
6272
6273         * shell/ev-view.c: (ensure_rectangle_is_visible):
6274
6275         Patch by Nickolay V. Shmyrev to fix find flickering
6276
6277 2005-07-27  Martin Kretzschmar  <martink@gnome.org>
6278
6279         * backend/ev-ps-exporter.h: add paper_width, paper_height, and
6280         duplex parameters to ::begin.
6281
6282         * tiff/tiff-document.c (tiff_document_ps_export_begin): 
6283         * shell/ev-print-job.c (idle_print_handler): 
6284         * ps/ps-document.c (ps_document_ps_export_begin): 
6285         * pdf/ev-poppler.cc (pdf_document_ps_exporter_begin): 
6286         * backend/ev-ps-exporter.c (ev_ps_exporter_begin): update
6287         implementations. Poppler backend needs poppler cvs. Rest has
6288         unchanged behavior.
6289
6290 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
6291
6292         * shell/ev-window.c (using_pdf_printer): new function.
6293         (ev_window_print_range): print a less techy message if someone
6294         tries to print to PDF.
6295
6296 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
6297
6298         * pdf/ev-poppler.cc (font_type_to_string): Remove trailing space
6299         from "unknown font" string. Bug #311431
6300
6301 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
6302
6303         * help/es/.cvsignore, help/sr/.cvsignore: ignore xmlpo output.
6304
6305 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
6306
6307         Bug #311280
6308         
6309         * pdf/ev-poppler.cc (font_type_to_string): new, returns user readable
6310         name for PopplerFontTypes
6311         (pdf_document_fonts_fill_model): add font type to the detail column
6312
6313         * backend/ev-document-fonts.h: added
6314         EV_DOCUMENT_FONTS_COLUMN_DETAILS.
6315
6316         * shell/ev-properties-fonts.c (font_cell_data_func): glue together
6317         font name and font details, add a little markup.
6318         (ev_properties_fonts_init): use the new cell data func, specify ypad
6319         property for the cell renderer.
6320         (ev_properties_fonts_set_document): add the details column.
6321
6322 2005-07-24  Artur Flinta  <aflinta@cvs.gnome.org>
6323
6324         * configure.ac: Added "pl" to ALL_LINGUAS.
6325
6326 2005-07-24  Danilo Šegan  <danilo@gnome.org>
6327
6328         * configure.ac: Added "sr" and "sr@Latn" to ALL_LINGUAS.
6329
6330 2005-07-23  Tommi Vainikainen  <thv@iki.fi>
6331
6332         * help/ChangeLog: Started this for translations of manual.
6333         * configure.ac, autogen.sh, .cvsignore: Migrated to
6334         gnome-doc-utils. Patch in bug #311222.
6335
6336 2005-07-22  Martin Kretzschmar  <martink@gnome.org>
6337
6338         * backend/ev-document-factory.c (mime_type_supported_by_gdk_pixbuf): 
6339         #ifdef this away to fix an unused-function warning.
6340
6341 2005-07-22  Ignacio Casal Quinteiro  <nacho.resa@gmail.com>
6342
6343         * configure.ac: Added 'gl' to ALL_LINGUAS.
6344
6345 2005-07-22  Pawan Chitrakar  <pawan@nplinux.org>
6346
6347         * configure.ac: Added ne in ALL_LINGUAS
6348         
6349 2005-07-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6350
6351         * shell/ev-view.c: (ev_view_leave_notify_event):
6352         
6353         Clear status message when pointer leaves view. Fix for bug
6354         #310818 
6355
6356 2005-07-20 Ankit Patel <ankit644@yahoo.com>
6357
6358         * configure.ac: Gujarati (gu) added to ALL_LINGUAS
6359
6360 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6361
6362         * shell/ev-view.c: (ev_view_leave_notify_event),
6363         (ev_view_class_init):
6364         
6365         Set cursor to normal then leaving view.
6366
6367 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6368
6369         * configure.ac:
6370         
6371         Fix required djvulibre version.
6372
6373 2005-07-15  Rajesh Ranjan <rajeshkajha@yahoo.com>
6374
6375         *configure.ac: Hindi (hi) language added
6376
6377 2005-07-15  Amanpreet Singh Brar <amanpreetalam@yahoo.com>
6378
6379         *configure.ac: Punjabi (pa) Language added
6380
6381 2005-07-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6382
6383         * data/evince-ui.xml, shell/ev-window.c:
6384         
6385         Add keypad accelerators for zooming. Fix for bug 308128.
6386
6387 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
6388
6389         * Makefile.am:
6390         * backend/Makefile.am:
6391         * backend/ev-document-factory.c: (ev_document_type_get_from_mime):
6392         * configure.ac:
6393         * shell/ev-document-types.c: (ev_document_types_add_filters):
6394
6395         Allow to enable/disable the pixbuf backend.
6396         Default to off for now. If we want it enabled we should
6397         really put mime types in the desktop, implement properties etc.
6398
6399         * properties/evince-properties.c:
6400
6401         Initialize error to NULL.
6402         Check error is not NULL before freeing.
6403
6404 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
6405
6406         * shell/ev-window.c:
6407
6408         Use F5 as presentation accell
6409
6410 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
6411
6412         * shell/ev-window.c: (update_chrome_visibility),
6413         (ev_window_create_fullscreen_popup), (ev_window_init):
6414
6415         Do not leak the fullscreen toolbar
6416
6417 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
6418
6419         * shell/ev-window.c: (view_actions_focus_in_cb),
6420         (view_actions_focus_out_cb):
6421
6422         These has a return value! Fix totally random focus
6423         issues we was seeing.
6424
6425 2005-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
6426
6427         * shell/main.c: (load_files_remote):
6428
6429         Allow open more than one file
6430
6431 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
6432
6433         * shell/main.c: (load_files_remote):
6434
6435         Fix for dbus 0.33. bug #309975
6436
6437 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
6438
6439         * properties/ev-properties-main.c: (ev_properties_get_pages):
6440
6441         Actually return NULL for types we dont support
6442
6443 2005-07-08  Christian Persch  <chpe@cvs.gnome.org>
6444
6445         * po/POTFILES.in:
6446
6447         Remove empty lines.
6448
6449 2005-07-08  Marco Pesenti Gritti  <marco@gnome.org>
6450
6451         * backend/ev-document-factory.c:
6452         (ev_document_factory_get_document):
6453
6454         Do not try to create the object if type
6455         is invalid.
6456
6457 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
6458
6459         * ps/ps-document.c: (ps_document_dispose),
6460         (ps_async_renderer_render_pixbuf):
6461         * ps/ps-document.h:
6462
6463         Do not leak the target window
6464
6465 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
6466
6467         * shell/ev-application.c: (ev_application_init):
6468
6469         Let tbe check file existence for us.
6470         Add a comment about eggrecent mime filter.
6471
6472 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
6473
6474         * data/evince-ui.xml:
6475         * shell/ev-application.c: (ev_application_shutdown),
6476         (ev_application_init), (ev_application_get_toolbars_model),
6477         (ev_application_get_recent_model),
6478         (ev_application_save_toolbars_model):
6479         * shell/ev-application.h:
6480         * shell/ev-window.c: (ev_window_add_recent),
6481         (ev_window_setup_recent), (ev_window_cmd_edit_toolbar_cb),
6482         (ev_window_cmd_edit_toolbar), (ev_window_dispose),
6483         (ev_window_init):
6484
6485         Use common toolbar and recent models for all windows.
6486         Patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6487
6488 Thu Jul  7 23:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
6489
6490         * configure.ac: add FRONTEND_CORE_LIBS to evince_save_LIBS so we
6491         successfully check for gtk_icon_view_get_visible_range.
6492
6493 2005-07-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6494
6495         * djvu/Makefile.am:
6496         * dvi/Makefile.am:
6497         
6498         Fix djvu and dvi backend build.
6499
6500 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
6501
6502         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c: (new_pixbuf_from_widget),
6503         (new_separator_pixbuf):
6504
6505         Don't leak windows.
6506
6507 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
6508
6509         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
6510
6511         HIGification of toolbar editor dialogue.
6512
6513 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6514
6515         * configure.ac:
6516         * shell/Makefile.am:
6517
6518         Ever build metadata manager since it's just
6519         disabled at runtime now.
6520
6521 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6522
6523         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
6524         (ev_metadata_manager_get), (ev_metadata_manager_set):
6525         * shell/ev-metadata-manager.h:
6526
6527         Add an _init functions that enabled metadata management
6528         at runtime.
6529
6530         * shell/ev-window.c: (page_changed_cb),
6531         (setup_document_from_metadata), (ev_window_setup_document),
6532         (setup_view_from_metadata), (ev_window_open_uri),
6533         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
6534         (ev_window_run_presentation), (ev_window_stop_presentation),
6535         (save_sizing_mode), (ev_window_zoom_changed_cb),
6536         (ev_window_continuous_changed_cb),
6537         (ev_window_dual_mode_changed_cb), (window_state_event_cb),
6538         (window_configure_event_cb):
6539
6540         Remove all ugly metadata define since we deal with it
6541         at runtime now.
6542
6543         * shell/main.c: (load_files_remote), (main):
6544
6545         Add support for dbus cvs head. Hopefully didnt break one
6546         of the other versions now!
6547
6548         If we dont get a response from the dbus server just
6549         give up with it and not enable metadata.
6550
6551 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6552
6553         * Makefile.am:
6554         * backend/Makefile.am:
6555         * configure.ac:
6556         * cut-n-paste/recent-files/Makefile.am:
6557         * cut-n-paste/toolbar-editor/Makefile.am:
6558         * cut-n-paste/zoom-control/Makefile.am:
6559         * lib/Makefile.am:
6560         * pdf/Makefile.am:
6561         * pixbuf/Makefile.am:
6562         * properties/Makefile.am:
6563         * ps/Makefile.am:
6564         * shell/Makefile.am:
6565         * thumbnailer/Makefile.am:
6566         * tiff/Makefile.am:
6567
6568         Make frontends depend on just libev.
6569         Rework and group CFLAGS/LIBS definitions.
6570         Cleanups.
6571
6572 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6573
6574         * shell/ev-window:
6575
6576         do not unnecessarily save zoom
6577
6578         * configure.ac:
6579         * lib/ev-file-helpers.c: (ev_dot_dir):
6580         * shell/Makefile.am:
6581         * shell/dummy.cc:
6582
6583         Some cleanups
6584
6585 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6586
6587         * configure.ac:
6588         
6589         Remove unnecessary dependencies
6590
6591 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6592
6593         * properties/Makefile.am:
6594         * thumbnailer/Makefile.am:
6595         * tiff/Makefile.am:
6596
6597         Some more cleanups. Was really necessary
6598         but I probably introduced bugs, feel free
6599         to flame :)
6600
6601 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6602
6603         * backend/Makefile.am:
6604         * configure.ac:
6605         * cut-n-paste/recent-files/Makefile.am:
6606         * cut-n-paste/toolbar-editor/Makefile.am:
6607         * cut-n-paste/zoom-control/Makefile.am:
6608         * lib/Makefile.am:
6609         * pdf/Makefile.am:
6610         * pixbuf/Makefile.am:
6611         * properties/Makefile.am:
6612         * ps/Makefile.am:
6613         * shell/Makefile.am:
6614         * thumbnailer/Makefile.am:
6615         * tiff/Makefile.am:
6616
6617         Use gnome-common macros when possible.
6618         Cleanup dependencies.
6619         Actually disable deprecated where possible.
6620
6621 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6622
6623         * Makefile.am:
6624         * backend/Makefile.am:
6625         * properties/Makefile.am:
6626         * shell/Makefile.am:
6627         * thumbnailer/Makefile.am:
6628
6629         This should solve the circular dep without
6630         requiring dir reorg!
6631
6632         * shell/ev-window.c: (setup_view_from_metadata):
6633
6634         Never restore window size/position when the
6635         window is already visible.
6636
6637 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
6638
6639         * shell/ev-metadata-manager.c: (ev_metadata_manager_save):
6640
6641         Return a boolean from timeout func. Fix ported from gedit.
6642
6643 2005-07-07  Iñaki Larrañaga  <dooteo@euskalgnu.org>
6644
6645         * configure.ac: Added "eu" (Basque) to ALL_LINGUAS.
6646
6647 2005-07-06  Carlos Garcia Campos  <carlosgc@gnome.org>
6648
6649         * shell/ev-document-types.c: set "All Documents" as default filter in
6650         open dialog
6651
6652 2005-07-06  Martin Kretzschmar  <martink@gnome.org>
6653
6654         * shell/ev-metadata-manager.c (ev_metadata_manager_set_int)
6655         (ev_metadata_manager_set_double, ev_metadata_manager_set_string)
6656         (ev_metadata_manager_set_boolean): fix value/val thinko.
6657
6658 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
6659
6660         * shell/ev-window.c: (setup_view_from_metadata),
6661         (window_state_event_cb), (window_configure_event_cb),
6662         (ev_window_init):
6663
6664         Remember window position and maximized state
6665
6666 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
6667
6668         * configure.ac:
6669
6670         Fix DBUS configure checks.
6671
6672         * shell/ev-metadata-manager.c: (ev_metadata_manager_set_int),
6673         (ev_metadata_manager_set_double), (ev_metadata_manager_set_string),
6674         (ev_metadata_manager_set_boolean):
6675
6676         Plug mem leaks.
6677
6678         * shell/ev-window.c: (page_changed_cb), (ev_window_run_fullscreen),
6679         (ev_window_stop_fullscreen), (ev_window_run_presentation),
6680         (ev_window_stop_presentation), (ev_window_zoom_changed_cb),
6681         (ev_window_continuous_changed_cb),
6682         (ev_window_dual_mode_changed_cb), (ev_window_new):
6683
6684         Fix the build without DBUS.
6685
6686 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
6687
6688         * shell/ev-metadata-manager.c: (parse_value), (save_values),
6689         (ev_metadata_manager_set_int), (ev_metadata_manager_set_double),
6690         (ev_metadata_manager_set_string),
6691         (ev_metadata_manager_set_boolean):
6692         * shell/ev-metadata-manager.h:
6693
6694         Add support for some more types
6695
6696         * shell/ev-view.c: (scroll_to_current_page),
6697         (ev_view_get_continuous), (ev_view_set_continuous),
6698         (ev_view_get_dual_page):
6699         * shell/ev-view.h:
6700         * shell/ev-window.c: (page_changed_cb),
6701         (setup_document_from_metadata), (ev_window_setup_document),
6702         (setup_view_from_metadata), (ev_window_open_uri),
6703         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
6704         (ev_window_run_presentation), (ev_window_stop_presentation),
6705         (save_sizing_mode), (ev_window_sizing_mode_changed_cb),
6706         (ev_window_zoom_changed_cb), (ev_window_update_continuous_action),
6707         (ev_window_update_dual_page_action),
6708         (ev_window_continuous_changed_cb),
6709         (ev_window_dual_mode_changed_cb), (ev_window_init):
6710
6711         Remember a bunch of view/document properties. Prolly some
6712         are still missing but it's getting interesting.
6713
6714 2005-07-05  Martin Kretzschmar  <martink@gnome.org>
6715
6716         * configure.ac: check if dbus-binding-tool is installed. Not the
6717         case on current Ubuntu breezy, it seems.
6718
6719 2005-07-05  Luca Ferretti <elle.uca@libero.it>
6720
6721         * data/evince.desktop.in.in:
6722         
6723         Allow open uri lists and add TryExec field.
6724
6725 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
6726
6727         * configure.ac:
6728
6729         Enable dbus when available, do not require a configure
6730         option.
6731
6732 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
6733
6734         * configure.ac:
6735
6736         Use AM_CONDITIONAL unconditionally, fixes the build with DBUS
6737         disabled.
6738
6739 2005-07-05  Carlos Garcia Campos  <carlosgc@gnome.org>
6740         Marco Pesenti Gritti  <mpg@redhat.com>
6741
6742         * shell/Makefile.am: Add --prefix for dbus-binding-tool script
6743         
6744         * shell/ev-application.[ch], shell/ev-window.c: change dbus RPC 
6745         functions to the format required by dbus
6746
6747         * shell/main.c: use G_TYPE instead of DBUS_TYPE to fix compilation
6748         errors. Use the RPC parameters in the expected way
6749
6750 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
6751
6752         * Makefile.am:
6753         * properties/Makefile.am:
6754         * properties/ev-properties-main.c: (ev_properties_get_pages):
6755
6756         Support all mime types
6757
6758         * shell/Makefile.am:
6759         * thumbnailer/Makefile.am:
6760         * thumbnailer/evince-thumbnailer.c: (get_document_from_uri),
6761         (evince_thumbnail_pngenc_get):
6762
6763         Use the document factory
6764
6765 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
6766
6767         * backend/Makefile.am:
6768         * backend/ev-document-factory.c:
6769         (mime_type_supported_by_gdk_pixbuf),
6770         (ev_document_type_get_from_mime),
6771         (ev_document_factory_get_document),
6772         (ev_document_factory_get_backend),
6773         (ev_document_factory_get_mime_types),
6774         (ev_document_factory_get_all_mime_types):
6775         * backend/ev-document-factory.h:
6776         * shell/Makefile.am:
6777         * shell/ev-document-types.c: (get_document_from_uri),
6778         (ev_document_types_get_document),
6779         (file_filter_add_mime_list_and_free),
6780         (ev_document_types_add_filters):
6781         * shell/ev-document-types.h:
6782         * shell/ev-job-xfer.c: (ev_job_xfer_run):
6783         * shell/ev-properties-dialog.c:
6784         (ev_properties_dialog_set_document):
6785         * shell/ev-window.c: (ev_window_cmd_file_open),
6786         (ev_window_cmd_save_as):
6787         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
6788
6789         Rework document types managing to avoid code duplication
6790         and actually abstract from backend implementations.
6791         Also provide a minimal factory api that can be used by
6792         thumbnailer/properties.
6793
6794 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
6795
6796         * properties/ev-properties-view.c: (ev_properties_view_set_info):
6797         Plug a mem leak.
6798         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
6799         HIG spacings.
6800
6801 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
6802
6803         * shell/ev-properties-dialog.c
6804         (ev_properties_dialog_set_document): only call
6805         ev_properties_fonts_set_document() if the document implements the
6806         fonts interface
6807
6808 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
6809
6810         * configure.ac:
6811         * properties/Makefile.am:
6812         * properties/ev-properties-view.c:
6813         (ev_properties_view_register_type):
6814         * properties/ev-properties-view.h:
6815         * properties/ev-properties-main.h:
6816
6817         Implement nautilus plugin for properties.
6818         Works only for pdf atm, I need to rework the
6819         document types stuff to get this to work
6820         for all backends...
6821
6822 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
6823
6824         * shell/ev-properties-fonts.c (enum): kill redundant columns enum
6825         (ev_properties_fonts_set_document): use
6826         EV_DOCUMENT_FONTS_COLUMN_NUM_COLUMNS.
6827
6828 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
6829
6830         * tiff/tiff2ps.c: remove TRUE and FALSE definitions, glib provides
6831         them
6832         (PlaceImage, tiff2ps_process_page): use
6833         g_ascii_dtostr to convert floats to strings in a locale-safe way.
6834
6835
6836 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
6837
6838         * shell/main.c: include libgnomeui/gnome-authentication-manager.h
6839         (main): to call gnome_authentication_manager_init. Should fix
6840         Bug #308510
6841
6842         * configure.ac: that requires libgnomeui 2.6.0.
6843
6844 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
6845
6846         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
6847         (tiff_document_ps_export_do_page, tiff_document_ps_export_end):
6848         use the new tiff2ps interfaces
6849
6850         * tiff/tiff2ps.h (tiff2ps_context_new, tiff2ps_process_page) 
6851         (tiff2ps_context_finalize): implement new interfaces for tiff2ps
6852
6853         * tiff/tiff2ps.c: refactor tiff2ps code to use a context
6854         structure instead of global variables.  Remove use of static
6855         variables in functions.
6856
6857 2005-07-04  Carlos Garcia Campos <carlosgc@gnome.org>
6858
6859         * shell/ev-page-action.c: unref the completion after setting it to the
6860         entry
6861
6862 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
6863
6864         * tiff/tiff2ps.c (generateEPSF): disable generating encapsulated
6865         postscript files
6866
6867 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
6868
6869         * shell/ev-window.c (update_action_sensitivity): disable
6870         File->Print if the document does not implement the ps exporter
6871         interface
6872
6873 2005-07-04  Marco Pesenti Gritti  <mpg@redhat.com>
6874
6875         * Makefile.am:
6876         * configure.ac:
6877         * data/evince-properties.glade:
6878         * properties/.cvsignore:
6879         * properties/Makefile.am:
6880         * properties/ev-properties-view.c: (ev_properties_view_dispose),
6881         (ev_properties_view_class_init), (ev_properties_view_format_date),
6882         (make_valid_utf8), (set_property), (ev_properties_view_set_info),
6883         (ev_properties_view_init), (ev_properties_view_new):
6884         * properties/ev-properties-view.h:
6885         * shell/Makefile.am:
6886         * shell/ev-properties-dialog.c: (ev_properties_dialog_class_init),
6887         (ev_properties_dialog_init), (ev_properties_dialog_set_document),
6888         (ev_properties_dialog_new):
6889         * shell/ev-properties-dialog.h:
6890         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
6891         (ev_properties_fonts_class_init), (ev_properties_fonts_init),
6892         (update_progress_label), (job_fonts_finished_cb),
6893         (ev_properties_fonts_set_document), (ev_properties_fonts_new):
6894         * shell/ev-properties-fonts.h:
6895         * shell/ev-properties.c:
6896         * shell/ev-properties.h:
6897         * shell/ev-window.c: (ev_window_setup_document),
6898         (ev_window_cmd_file_properties):
6899
6900         Split the properties pages in two different objects, depend
6901         only on the backend where possible, use widgets instead
6902         of gobject for the glade part, reimplement the dialog
6903         itself with gtk.
6904         I need this to implement nautilus properties page.
6905
6906 2005-07-03  Matthew S. Wilson  <msw@rpath.com>
6907
6908         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
6909         (tiff_document_ps_export_do_page, tiff_document_ps_export_end) 
6910         (tiff_document_document_ps_exporter_iface_init): implement the ps
6911         exporter interface for tiff documents
6912
6913         * tiff/tiff2ps.c: added a modified version of tiff2ps.c from
6914         libtiff to implement TIFF postscript export
6915
6916         * tiff/tiff2ps.h: added a header file for external tiff2ps
6917         functions.
6918
6919         * tiff/Makefile.am (libtiffdocument_la_SOURCES): add tiff2ps.c and
6920         tiff2ps.h
6921
6922 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6923
6924         * shell/ev-view.c: (scroll_to_current_page),
6925         (ev_view_set_fullscreen), (ev_view_set_presentation):
6926         
6927         Scroll to current page when exit from presentation
6928
6929 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6930
6931         * shell/ev-window.c: (update_document_mode),
6932         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
6933         (ev_window_cmd_view_fullscreen), (ev_window_stop_presentation),
6934         (ev_window_cmd_view_presentation), (ev_window_cmd_escape):
6935         
6936         Exit from fullscreen mode when switch to presentation. Fix for
6937         bug 309365
6938
6939 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
6940
6941         * shell/ev-pixbuf-cache.c (ev_pixbuf_cache_get_selection_pixbuf):
6942         return NULL if the document does not implement the selection
6943         interface.
6944
6945 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
6946
6947         * tiff/tiff-document.c (tiff_document_get_page_size): scale the
6948         reported height by using the resolution aspect ratio
6949         (tiff_document_render_pixbuf): scale the pixbuf using the
6950         resolution aspect ratio
6951
6952 2005-07-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6953
6954         * configure.ac:
6955         
6956         Require libgnomeprint >= 2.5.1. Thanks to Colin Slater 
6957         <kiltedaco@gmail.com>
6958         
6959         * djvu/djvu-document.c: (djvu_document_get_orientation),
6960         (djvu_document_set_orientation), (djvu_document_get_page_size),
6961         (rotate_pixbuf), (djvu_document_render_pixbuf),
6962         (djvu_document_document_iface_init):
6963         * dvi/dvi-document.c: (dvi_document_get_orientation),
6964         (dvi_document_set_orientation), (dvi_document_get_page_size),
6965         (rotate_pixbuf), (dvi_document_render_pixbuf),
6966         (dvi_document_document_iface_init):
6967         
6968         Dvi and djvu backends are ported to new API
6969
6970 Fri Jul  1 00:10:15 2005  Jonathan Blandford  <jrb@redhat.com>
6971
6972         * backend/ev-selection.c: (ev_selection_get_selection_region),
6973         (ev_selection_get_selection_map):
6974         * backend/ev-selection.h:
6975         * pdf/ev-poppler.cc:
6976         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
6977         * shell/ev-jobs.h:
6978         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
6979         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
6980         (ev_pixbuf_cache_get_text_mapping):
6981         * shell/ev-pixbuf-cache.h:
6982         * shell/ev-view.c: (location_in_text),
6983         (ev_view_motion_notify_event), (ev_view_set_cursor): Add I-Beam
6984         support to EvView.  Now we can see where we can select!  Sweet!
6985
6986 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
6987
6988         * shell/ev-view.c (ev_view_button_press_event): Fix
6989         event->y + view->scroll_x typo.
6990
6991 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
6992
6993         * pdf/ev-poppler.cc: Adjust to poppler API changes; use a
6994         sub-GdkPixbuf instead of passing dest_x and dest_y.
6995         
6996         * shell/ev-view.c: (view_point_to_doc_point),
6997         (view_rect_to_doc_rect), (ev_view_button_press_event),
6998         (ev_view_motion_notify_event), (compute_new_selection_rect),
6999         (gdk_rectangle_point_in), (compute_new_selection_text),
7000         (compute_selections): Update selection code to keep the selection
7001         around as two points and not as a normalized rectangle, and fix
7002         page level selection in two-column mode.
7003
7004 2005-06-30  Alex Duggan  <aldug@astrolinux.com>
7005
7006         * shell/ev-window.c: (window_configure_event_cb): 
7007         
7008         Fix compilation
7009         
7010 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
7011
7012         * pdf/ev-poppler.cc:
7013
7014         Fix compilation
7015
7016 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
7017
7018         * shell/Makefile.am:
7019         * shell/ev-metadata-manager.c: (item_free),
7020         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
7021         (parse_value), (parseItem), (load_values),
7022         (ev_metadata_manager_get), (value_free), (ev_metadata_manager_set),
7023         (save_values), (save_item), (get_oldest), (resize_items),
7024         (ev_metadata_manager_save), (ev_metadata_manager_set_int):
7025         * shell/ev-metadata-manager.h:
7026
7027         Metadata manager from gedit but modified to use GValue, so that
7028         we dont need to keep converting from strings.
7029
7030         * configure.ac:
7031
7032         ENABLE_METADATA conditional, on when dbus is on
7033
7034         * shell/ev-application.c: (ev_application_open_uri):
7035
7036         Show the window after load so that we can initialize
7037         window size before it's showed.
7038
7039         * shell/ev-window.c: (ev_window_setup_from_metadata),
7040         (ev_window_open_uri), (window_configure_event_cb),
7041         (ev_window_init):
7042
7043         Save and load metadata information about window size.
7044         Not yet keeping states in account.
7045
7046         * shell/main.c: (main):
7047
7048         Shutdown metadata manager.
7049
7050 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
7051
7052         * shell/ev-application-service.xml:
7053         * configure.ac:
7054         * shell/Makefile.am:
7055         * shell/ev-application.c:
7056         * shell/ev-application.h:
7057         * shell/ev-window.c:
7058         * shell/ev-window.h:
7059         * shell/main.c:
7060
7061         Add an optional dbus interface (--enable-dbus).
7062         Rework application code, mainly to be easier to
7063         use "remotely".
7064         Do not open multiple windows with the same document,
7065         spatial evince!
7066
7067 Thu Jun 30 01:50:14 2005  Jonathan Blandford  <jrb@redhat.com>
7068
7069         * shell/ev-pixbuf-cache.c (clear_selection_if_needed): unref the
7070         pixbuf iff it exists.
7071
7072 Thu Jun 30 01:43:00 2005  Jonathan Blandford  <jrb@redhat.com>
7073
7074         * shell/*:
7075         * backend/ev-render-context.[ch]:
7076         * backend/ev-selection.[ch]:
7077
7078         Massive changes.  We now support text selection of pdfs, and not
7079         just rectangular selection.  This is pretty broken still, but I
7080         want to get something into CVS.
7081
7082 2005-06-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7083
7084         * pdf/ev-poppler.cc:
7085         
7086         Fix for Bug 309080: crash on window close.
7087         
7088         * shell/ev-page-action.c: (page_changed_cb):
7089         
7090         Fix for Bug 309168: Fix build with gcc 2.95. Thanks to
7091         jensgr@gmx.net (Jens Granseuer).
7092
7093 2005-06-25  Marcel Telka  <marcel@telka.sk>
7094
7095         * configure.in (ALL_LINGUAS): Added sk.
7096
7097 2005-06-24  Carlos Garcia Campos  <carlosgc@gnome.org>
7098
7099         * shell/ev-window.c: Make rotate menu entries unsensitive if there is
7100         not a document open
7101
7102 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
7103
7104         * NEWS:
7105         * configure.ac:
7106
7107         Release 0.3.2
7108
7109         * cut-n-paste/recent-files/Makefile.am:
7110
7111         Fix make distcheck
7112
7113 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
7114
7115         * pixbuf/pixbuf-document.c: (pixbuf_document_get_orientation),
7116         (pixbuf_document_set_orientation), (rotate_pixbuf),
7117         (pixbuf_document_get_page_size), (pixbuf_document_render_pixbuf),
7118         (pixbuf_document_document_iface_init), (pixbuf_document_init):
7119
7120         Implement rotation and cleanup the code a bit.
7121
7122         * tiff/tiff-document.c: (tiff_document_get_page_size),
7123         (tiff_document_get_orientation), (tiff_document_set_orientation),
7124         (rotate_pixbuf), (tiff_document_render_pixbuf),
7125         (tiff_document_document_iface_init), (tiff_document_init):
7126
7127         Implement rotation. Was the quicker solution for the release
7128         but we really need to share this code in the shell.
7129
7130 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
7131
7132         * pdf/ev-poppler.cc:
7133
7134         Enable rotation, require poppler cvs. Fix a leak.
7135
7136 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7137
7138         * shell/ev-window.c: (update_action_sensitivity):
7139         
7140         Make properties unsensitive if document backend doesn't provide
7141         any info
7142
7143 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7144
7145         * dvi/mdvi-lib/bitmap.c: (bitmap_alloc), (bitmap_alloc_raw),
7146         (bitmap_flip_horizontally), (bitmap_flip_vertically),
7147         (bitmap_flip_diagonally), (bitmap_rotate_clockwise),
7148         (bitmap_rotate_counter_clockwise), (bitmap_flip_rotate_clockwise),
7149         (bitmap_flip_rotate_counter_clockwise):
7150         * dvi/mdvi-lib/color.c: (mdvi_push_color), (get_color_table):
7151         * dvi/mdvi-lib/common.c: (read_string), (buff_free), (buff_add),
7152         (buff_gets):
7153         * dvi/mdvi-lib/common.h:
7154         * dvi/mdvi-lib/dvimisc.c: (mdvi_push_color):
7155         * dvi/mdvi-lib/dviread.c: (get_bytes), (dreset), (define_font),
7156         (opendvi), (mdvi_reload), (mdvi_init_context),
7157         (mdvi_destroy_context), (mdvi_dopage), (special):
7158         * dvi/mdvi-lib/font.c: (font_drop_one), (font_free_unused):
7159         * dvi/mdvi-lib/fontmap.c: (read_encoding), (destroy_encoding),
7160         (file_hash_free), (register_encoding), (parse_spec),
7161         (mdvi_load_fontmap), (free_ent), (mdvi_init_fontmaps),
7162         (mdvi_add_fontmap_file), (mdvi_ps_read_fontmap),
7163         (mdvi_ps_flush_fonts), (mdvi_ps_find_font), (mdvi_ps_get_metrics):
7164         * dvi/mdvi-lib/fontsrch.c: (mdvi_list_font_class),
7165         (mdvi_register_font_type), (mdvi_unregister_font_type),
7166         (lookup_font), (mdvi_add_font), (mdvi_font_retry):
7167         * dvi/mdvi-lib/gf.c: (gf_read_bitmap), (gf_load_font):
7168         * dvi/mdvi-lib/hash.c: (mdvi_hash_remove), (mdvi_hash_remove_ptr),
7169         (mdvi_hash_destroy_key), (mdvi_hash_reset):
7170         * dvi/mdvi-lib/pagesel.c: (mdvi_parse_range),
7171         (mdvi_parse_page_spec), (mdvi_free_page_spec), (main):
7172         * dvi/mdvi-lib/paper.c: (mdvi_free_paper_specs):
7173         * dvi/mdvi-lib/pk.c: (pk_lookup), (pk_lookupn), (pk_load_font):
7174         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
7175         * dvi/mdvi-lib/special.c: (mdvi_register_special),
7176         (mdvi_unregister_special), (mdvi_flush_specials):
7177         * dvi/mdvi-lib/t1.c: (t1_lookup_font), (t1_really_load_font),
7178         (t1_font_remove):
7179         * dvi/mdvi-lib/tfm.c: (get_tfm_chars):
7180         * dvi/mdvi-lib/tfmfile.c: (afm_load_file), (tfm_load_file),
7181         (ofm1_load_file), (ofm_load_file), (get_font_metrics),
7182         (free_font_metrics), (flush_font_metrics):
7183         * dvi/mdvi-lib/tt.c: (tt_really_load_font), (tt_get_bitmap),
7184         (tt_font_remove):
7185         * dvi/mdvi-lib/util.c: (mdvi_malloc), (mdvi_realloc),
7186         (mdvi_calloc), (mdvi_free), (mdvi_strdup), (mdvi_strncpy),
7187         (mdvi_strndup), (mdvi_memdup), (xstradd), (dstring_append),
7188         (dstring_insert), (dstring_new), (dstring_reset):
7189         * dvi/mdvi-lib/vf.c: (vf_load_font), (vf_free_macros):
7190         
7191         Rename xmalloc and xfree to mdvi_malloc and mdvi_free to
7192         avoid conflict with libtool on FC4
7193         
7194         * shell/ev-window.c: (ev_window_cmd_help_about):
7195         
7196         Update copyright year. Fix for bug 308828.
7197
7198 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
7199
7200         * shell/ev-view.c: (add_scroll_binding_keypad),
7201         (ev_view_binding_activated), (ev_view_class_init),
7202         (on_adjustment_value_changed):
7203         
7204         Bug 170874: Arrow keys switch pages in presentation mode
7205
7206 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
7207
7208         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
7209         
7210         Fix for Bug 308265: Sidebar dissappears coming out of 
7211         Presentation mode
7212
7213 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
7214
7215         * shell/ev-application.c: (ev_application_open):
7216         * shell/ev-document-types.c: (ev_document_types_add_filters),
7217         (ev_document_types_add_filters_for_type):
7218         * shell/ev-document-types.h:
7219         * shell/ev-window.c: (ev_window_cmd_save_as):
7220         
7221         Suggest basename as template when saving, provide filters
7222         for save dialog. It's bug 308402
7223
7224 2005-06-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7225
7226         * pdf/ev-poppler.cc:
7227         * shell/ev-sidebar-links.c: (job_finished_callback):
7228         * shell/ev-view.c: (update_find_status_message):
7229         
7230         Some leaks fixed
7231
7232 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
7233
7234         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
7235         (egg_recent_view_uimanager_set_list):
7236
7237         Fix buglet in !show_numbers case.
7238
7239 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
7240
7241         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
7242         (connect_proxy_cb), (egg_recent_view_uimanager_set_list):
7243
7244         Use pango ellipsisation.
7245
7246         * pdf/ev-poppler.cc:
7247
7248         Fix refcount leak, from nsh.
7249
7250 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7251
7252         * cut-n-paste/recent-files/Makefile.am:
7253         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
7254         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
7255         
7256         Removed EggRecentViewGtk
7257         
7258         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
7259         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
7260         * shell/ev-window.c: (ev_window_cmd_recent_file_activate),
7261         (ev_window_setup_recent):
7262         
7263         Use ViewUIManager instead of ViewGtk. Less leaks, more compatibility
7264         with other projects
7265
7266 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7267
7268         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
7269         (egg_recent_view_gtk_finalize):
7270
7271         Fix memory leak
7272
7273         * cut-n-paste/toolbar-editor/Makefile.am:
7274         
7275         Fix location of cursor icon.
7276         
7277         * pdf/ev-poppler.cc:
7278         * shell/ev-page-action.c: (build_new_tree_cb), (match_selected_cb),
7279         (display_completion_text), (match_completion):
7280         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
7281         (selection_changed_callback), (create_loading_model),
7282         (print_section_cb), (links_page_num_func),
7283         (update_page_callback_foreach):
7284         * shell/ev-window.c: (ev_window_dispose):
7285         
7286         Small memory fixes. Links model now store objects instead
7287         of pointers to improve memory management. 
7288
7289 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7290
7291         * shell/ev-window.c: (zoom_control_changed_cb):
7292         
7293         Fix update of zoom control (bug 308268).
7294
7295 Sat Jun 18 22:46:42 2005  Jonathan Blandford  <jrb@redhat.com>
7296
7297         * shell/ev-properties.c (set_property): escape the text correctly.
7298         Handles non-UTF-8 properties and escaped properties.  Also, sets
7299         the text to "<i>None</i>" if the property isn't set.
7300
7301         * data/evince-properties.glade: Change the label to be ellipsized,
7302         and give it a minimum size.
7303
7304 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7305
7306         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown):
7307         * shell/ev-sidebar-links.c: (create_loading_model):
7308         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
7309         * shell/ev-view.c: (ev_view_set_document):
7310         * shell/ev-window.c: (ev_window_dispose):
7311         
7312         Various small fixes, mostly memory leaks. Thanks to valgrind.
7313
7314 2005-06-19  Martin Kretzschmar  <martink@gnome.org>
7315
7316         * ps/ps-document.c: remove the locale.h include again ;-). And
7317         kill the (bogus) setlocale/savelocale business.
7318
7319 2005-06-19  Jaap A. Haitsma <jaap@haitsma.org>
7320
7321         * ps/ps-document.c:
7322         
7323         Include locale.h to fix build
7324         
7325         * shell/ev-sidebar.c:
7326         
7327         Remove unnecessary includes
7328
7329 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7330
7331         * dvi/dvi-document.c: (dvi_document_load):
7332         * dvi/mdvi-lib/dviread.c: (mdvi_init_context):
7333         * po/POTFILES.in:
7334         
7335         Check for incorrect dvi files. Fix parsing dvi on AMD64
7336         platform. Thanks to tester@tester.ca (Olivier Crete).
7337
7338 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7339
7340         * shell/ev-page-action.c: (match_selected_cb),
7341         (display_completion_text), (match_completion), (update_model):
7342         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
7343         (expand_open_links):
7344         * shell/ev-sidebar.c: (ev_sidebar_destroy),
7345         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_add_page),
7346         (ev_sidebar_set_document):
7347         * shell/ev-window.c: (ev_window_xfer_job_cb),
7348         (sidebar_widget_model_set), (sidebar_page_main_widget_update_cb):
7349         
7350         Fixed lot's of memory leaks, for example, memory leak on reload, 
7351         described in bug 307793.
7352
7353 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
7354
7355         * pdf/ev-poppler.cc:
7356         * shell/ev-sidebar-thumbnails.c: (clear_range), (add_range),
7357         (update_visible_range), (adjustment_changed_cb),
7358         (ev_sidebar_thumbnails_fill_model),
7359         (ev_sidebar_thumbnails_refresh),
7360         (ev_sidebar_tree_selection_changed),
7361         (ev_sidebar_icon_selection_changed),
7362         (ev_sidebar_thumbnails_use_icon_view),
7363         (ev_sidebar_thumbnails_set_document):
7364         * shell/ev-sidebar-thumbnails.h:
7365         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
7366         (ev_window_cmd_edit_rotate_right), (ev_window_init):
7367
7368         Refresh thumbnails when changing orientation. Not fully
7369         working yet becuase of a sidebar bug.
7370
7371         Set page orientation to poppler page everywhere. This sucks
7372         really need to fix poppler.
7373
7374 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
7375
7376         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
7377         (egg_recent_view_gtk_new_menu_item),
7378         (egg_recent_view_gtk_set_property),
7379         (egg_recent_view_gtk_get_property),
7380         (egg_recent_view_gtk_class_init), (egg_recent_view_gtk_init),
7381         (egg_recent_view_gtk_set_tooltip_func),
7382         (egg_recent_view_gtk_set_label_width),
7383         (egg_recent_view_gtk_get_label_width):
7384         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
7385
7386         Sync with libegg (ellipsize labels)
7387
7388 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7389
7390         * data/evince-ui.xml:
7391         * shell/ev-window.c: (ev_window_cmd_go_forward),
7392         (ev_window_cmd_go_backward):
7393         
7394         Shift + PageUp moves 10 Pages. Fix for 306125
7395
7396 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
7397
7398         * pdf/ev-poppler.cc:
7399
7400         Add a flag to check if orientation has been overriden
7401
7402 2005-06-17  Martin Kretzschmar  <martink@gnome.org>
7403
7404         * ps/ps.c (psscan, psfree): read "Creator:" comment, free creator
7405         field if necessary.
7406
7407         * ps/ps.h: add creator field to document.
7408
7409         * ps/ps-document.c (ps_document_get_info): set format to PostScript,
7410         set creator field.
7411
7412 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
7413
7414         * data/evince-properties.glade:
7415         * shell/ev-properties.c: (ev_properties_set_document):
7416
7417         s/PDF Version/Format
7418
7419 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
7420
7421         * shell/ev-properties.c: (ev_properties_set_document):
7422
7423         Remove unnecessary translations
7424
7425 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
7426
7427         * cut-n-paste/toolbar-editor/Makefile.am:
7428
7429         Correct library name    
7430
7431 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
7432
7433         * configure.ac:
7434         * cut-n-paste/recent-files/egg-recent-model.c:
7435         (egg_recent_model_write_raw), (egg_recent_model_lock_file),
7436         (egg_recent_model_unlock_file):
7437         * cut-n-paste/recent-files/egg-recent-util.c:
7438         (egg_recent_util_get_unique_id):
7439         * cut-n-paste/recent-files/update-from-egg.sh:
7440         * cut-n-paste/toolbar-editor/Makefile.am:
7441         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
7442         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
7443         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
7444         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
7445         (egg_toolbars_model_get_type):
7446         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
7447
7448         Better makefile for toolbar editor and update everything
7449         to latest libegg.
7450
7451 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
7452
7453         * shell/ev-window.c: (update_document_mode):
7454
7455         Prefer presentation mode when the document
7456         require fullscreen.
7457
7458 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
7459
7460         * data/evince-ui.xml:
7461         * shell/ev-window.c:
7462
7463         Add control-equal for zooming
7464
7465 2005-06-17  Theppitak Karoonboonyanan  <thep@linux.thai.net>
7466
7467         * configure.ac: Added 'th' (Thai) to ALL_LINGUAS.
7468
7469 2005-06-16  Marco Pesenti Gritti  <mpg@redhat.com>
7470
7471         * backend/ev-document.c: (ev_document_get_orientation):
7472         * backend/ev-document.h:
7473         * pdf/ev-poppler.cc:
7474         * ps/ps-document.c: (ps_document_get_orientation),
7475         (ps_document_set_orientation), (ps_document_document_iface_init):
7476
7477         Add a get_orientation api. Improve set_orientation.
7478
7479         * data/evince-ui.xml:
7480         * shell/ev-view.c: (ev_view_set_orientation),
7481         (ev_view_rotate_right), (ev_view_rotate_left):
7482         * shell/ev-view.h:
7483         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
7484         (ev_window_cmd_edit_rotate_right):
7485
7486         Better ui for changing document orientation
7487
7488 2005-06-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7489
7490         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_property),
7491         (ev_sidebar_links_class_init), (ev_sidebar_links_get_label):
7492         * shell/ev-sidebar-links.h:
7493         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
7494         (ev_sidebar_page_iface_init):
7495         * shell/ev-sidebar-page.h:
7496         * shell/ev-sidebar-thumbnails.c:
7497         (ev_sidebar_thumbnails_get_property),
7498         (ev_sidebar_thumbnails_class_init),
7499         (ev_sidebar_thumbnails_set_document):
7500         * shell/ev-sidebar-thumbnails.h:
7501         * shell/ev-view.c: (ev_view_motion_notify_event):
7502         * shell/ev-window.c: (update_chrome_visibility),
7503         (ev_window_cmd_focus_page_selector),
7504         (ev_window_update_fullscreen_popup), (view_actions_focus_in_cb),
7505         (sidebar_page_main_widget_update_cb), (ev_window_init):
7506         
7507         Autoraise toolbar on GoToPage binding and fix bindings in
7508         EvSidebarThumbnails page.
7509
7510 2005-06-15  Christian Persch  <chpe@cvs.gnome.org>
7511
7512         * shell/ev-properties.c: (update_progress_label):
7513
7514         Hide the progress label when finished; bug #307697.
7515
7516 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
7517
7518         * pdf/ev-poppler.cc:
7519
7520         Enable is_open for links, you will need poppler cvs
7521
7522         * shell/ev-properties.c: (job_fonts_finished_cb):
7523
7524         Get a lock on the document when filling the tree view
7525
7526 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
7527
7528         * backend/ev-document-links.h:
7529         * pdf/ev-poppler.cc:
7530         * shell/ev-sidebar-links.c: (create_loading_model),
7531         (expand_open_links), (job_finished_callback):
7532
7533         Expand links when specified by the document.
7534         Depend on a poppler api (defined out for now)
7535
7536 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
7537
7538         * shell/ev-properties.c: (ev_properties_dispose),
7539         (ev_properties_class_init), (dialog_destroy_cb),
7540         (ev_properties_init), (job_fonts_finished_cb), (setup_fonts_view),
7541         (ev_properties_set_document), (ev_properties_new),
7542         (ev_properties_show):
7543         * shell/ev-properties.h:
7544
7545         Make it an object, cleanup the code, api to show it as transient
7546         and to set the document.
7547
7548         * shell/ev-window.c: (ev_window_setup_document),
7549         (ev_window_cmd_file_properties):
7550
7551         Adapt to EvProperties changes, do not show multiple
7552         times, update it when document changes.
7553
7554 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
7555
7556         * ps/gstypes.h:
7557         * ps/ps-document.c: (ps_document_init), (get_page_orientation),
7558         (ps_document_set_orientation), (ps_document_document_iface_init):
7559         * ps/ps-document.h:
7560
7561         Implement orientation here too
7562
7563         * shell/ev-properties.c: (ev_properties_new):
7564         * data/evince-properties.glade:
7565
7566         Hide the fonts page for backends that doesnt
7567         support it.     
7568
7569 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
7570
7571         * backend/ev-document.c: (ev_document_set_orientation):
7572         * backend/ev-document.h:
7573         * pdf/ev-poppler.cc:
7574
7575         Add orientation api. Currently poppler api is not optimal,
7576         we need to set orientation every time we _get a page.
7577         I will try to fix that at some point.
7578
7579         * data/evince-ui.xml:
7580         * shell/ev-window.c: (ev_window_cmd_edit_landscape),
7581         (ev_window_cmd_edit_portrait), (ev_window_cmd_edit_flip):
7582
7583         Add orientation menu items
7584
7585         * shell/ev-page-cache.c: (ev_page_cache_clear):
7586         * shell/ev-page-cache.h:
7587
7588         Add api to clear the cache
7589
7590         * shell/ev-view.c: (setup_caches), (clear_caches),
7591         (ev_view_set_document), (ev_view_zoom_out),
7592         (ev_view_set_orientation):
7593         * shell/ev-view.h:
7594
7595         Implement orientation changing
7596
7597 2005-06-13  Marco Pesenti Gritti <mpg@redhat.com>
7598
7599         * backend/ev-document-fonts.c: (ev_document_fonts_get_progress),
7600         (ev_document_fonts_scan), (ev_document_fonts_fill_model):
7601         * backend/ev-document-fonts.h:
7602
7603         Separate scan and fill so that we can incrementally fill from
7604         the main thread. Add a progress api.
7605
7606         * data/evince-properties.glade:
7607         * pdf/ev-poppler.cc:
7608         * shell/ev-jobs.c: (ev_job_fonts_new), (ev_job_fonts_run):
7609         * shell/ev-jobs.h:
7610         * shell/ev-properties.c: (update_progress_label),
7611         (job_fonts_finished_cb), (setup_fonts_view):
7612
7613         Incrementally feel the list and show the progress
7614         percentage in a label like acrobat does.
7615
7616         You are going to need poppler cvs
7617
7618 2005-06-11  Marco Pesenti Gritti <mpg@redhat.com>
7619
7620         * backend/ev-document-fonts.c: (ev_document_fonts_fill_model):
7621         * backend/ev-document-fonts.h:
7622         * pdf/ev-poppler.cc:
7623
7624         Make fonts model fill incrementally.
7625
7626         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
7627         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
7628         (ev_job_queue_remove_job):
7629         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
7630         (ev_job_fonts_new), (ev_job_fonts_run):
7631         * shell/ev-jobs.h:
7632
7633         New job for fonts scanning
7634
7635         * shell/ev-properties.c: (job_fonts_finished_cb),
7636         (fill_fonts_treeview), (setup_fonts_view), (ev_properties_new):
7637         * shell/ev-properties.h:
7638         * shell/ev-window.c: (ev_window_cmd_file_properties):
7639
7640         Incrementally feel the treeview using the new job. Show Loading...
7641         message until scanning is completed.
7642
7643         Hopefully I didnt break the build without the poppler patch.
7644
7645 2005-06-10  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7646
7647         * shell/ev-application.c: (ev_application_open):
7648         * shell/ev-document-types.c: (ev_document_type_from_from_mime),
7649         (ev_document_type_get_type), (ev_document_type_lookup):
7650         * shell/ev-document-types.h:
7651         * shell/ev-job-xfer.c: (ev_job_xfer_dispose), (ev_job_xfer_run):
7652         * shell/ev-job-xfer.h:
7653         * shell/ev-window.c: (ev_window_clear_local_uri),
7654         (ev_window_load_job_cb), (ev_window_xfer_job_cb),
7655         (ev_window_open_uri), (ev_window_add_recent), (ev_window_dispose):
7656         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
7657         
7658         Transfer remote documents to tmp directory to display them later.
7659
7660 2005-06-10  Marco Pesenti Gritti <mpg@redhat.com>
7661
7662         * backend/ev-document-info.h:
7663         * shell/ev-properties.c: (ev_properties_new):
7664
7665         s/GTime*/GTime. Not sure why we was using a pointer
7666         at all there!
7667
7668 Wed Jun  8 01:04:22 2005  Jonathan Blandford  <jrb@redhat.com>
7669
7670         * shell/ev-sidebar-thumbnails.c: Use a GtkIconView in certain
7671         situations.  That situation is that you're using GTK+-HEAD with
7672         the patch at #306726 is applied, and you have a document with <
7673         1500 pages in it.  It's not quite as uniformly nice as the
7674         TreeView, but should be better in the long run.
7675
7676         I'm pretty sure I guarded against breaking compilation with
7677         HAVE_GTK_ICON_VIEW_GET_VISIBLE_RANGE gaurds, though it's possible
7678         I missed some.
7679
7680         * shell/ev-window.c (ev_window_init): We don't have our tree/list
7681         widget yet, so I commented that code out
7682         enable_view_actions_for_widget() for now.  Need to figure this
7683         out.
7684
7685         * shell/ev-page-action.c (match_selected_cb): emit the right
7686         signals.  Our cool C-l completion now works.
7687
7688 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7689
7690         * backend/Makefile.am:
7691         * backend/ev-document-fonts.c:
7692         * backend/ev-document-links.c:
7693         * backend/ev-document.c: (ev_document_load):
7694         * backend/ev-document.h:
7695         * backend/ev-job-queue.c:
7696         * backend/ev-job-queue.h:
7697         * backend/ev-jobs.c:
7698         * backend/ev-jobs.h:
7699         * backend/ev-page-cache.c:
7700         * backend/ev-page-cache.h:
7701
7702         EvPageCache and EvJobs are moved to shell.
7703
7704         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown),
7705         (ev_tmp_filename):
7706         * lib/ev-file-helpers.h:
7707         
7708         New helper to work with temporary files
7709         
7710         * shell/Makefile.am:
7711         * shell/ev-application.c: (ev_application_open):
7712         * shell/ev-application.h:
7713         * shell/ev-job-queue.c: (remove_job_from_queue_locked),
7714         (remove_job_from_async_queue), (add_job_to_async_queue),
7715         (add_job_to_queue_locked), (notify_finished), (job_finished_cb),
7716         (handle_job), (search_for_jobs_unlocked),
7717         (no_jobs_available_unlocked), (ev_render_thread),
7718         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
7719         (ev_job_queue_add_job), (move_job_async), (move_job),
7720         (ev_job_queue_update_job), (ev_job_queue_remove_job):
7721         * shell/ev-job-queue.h:
7722         * shell/ev-job-xfer.c: (ev_job_xfer_init), (ev_job_xfer_dispose),
7723         (ev_job_xfer_class_init), (ev_job_xfer_new), (ev_job_xfer_run):
7724         * shell/ev-job-xfer.h:
7725         * shell/ev-jobs.c: (ev_job_init), (ev_job_dispose),
7726         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
7727         (ev_job_links_class_init), (ev_job_render_init),
7728         (ev_job_render_dispose), (ev_job_render_class_init),
7729         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
7730         (ev_job_thumbnail_class_init), (ev_job_load_init),
7731         (ev_job_load_dispose), (ev_job_load_class_init), (ev_job_finished),
7732         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
7733         (render_finished_cb), (ev_job_render_run), (ev_job_thumbnail_new),
7734         (ev_job_thumbnail_run), (ev_job_load_new), (ev_job_load_run):
7735         * shell/ev-jobs.h:
7736         * shell/ev-page-action.c: (ev_page_action_set_document):
7737         * shell/ev-page-cache.c: (ev_page_cache_init),
7738         (ev_page_cache_class_init), (ev_page_cache_finalize),
7739         (ev_page_cache_new), (ev_page_cache_get_n_pages),
7740         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
7741         (ev_page_cache_set_page_label), (ev_page_cache_set_link),
7742         (ev_page_cache_get_title), (ev_page_cache_get_size),
7743         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
7744         (ev_page_cache_get_height_to_page),
7745         (ev_page_cache_get_max_label_chars),
7746         (ev_page_cache_get_page_label),
7747         (ev_page_cache_has_nonnumeric_page_labels),
7748         (ev_page_cache_get_info), (ev_page_cache_next_page),
7749         (ev_page_cache_prev_page), (ev_page_cache_get):
7750         * shell/ev-page-cache.h:
7751         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_update_range),
7752         (ev_pixbuf_cache_clear_job_sizes),
7753         (ev_pixbuf_cache_add_jobs_if_needed),
7754         (ev_pixbuf_cache_set_page_range):
7755         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings):
7756         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document):
7757         * shell/ev-sidebar-thumbnails.c:
7758         (ev_sidebar_tree_selection_changed),
7759         (ev_sidebar_thumbnails_set_document):
7760         * shell/ev-statusbar.c: (ev_statusbar_destroy),
7761         (ev_statusbar_class_init), (ev_statusbar_init), (ev_statusbar_new),
7762         (ev_statusbar_get_context_id), (ev_statusbar_push),
7763         (ev_statusbar_pop), (ev_statusbar_set_maximized),
7764         (ev_statusbar_pulse), (ev_statusbar_show_progress),
7765         (ev_statusbar_set_progress):
7766         * shell/ev-statusbar.h:
7767         * shell/ev-view.c: (ev_view_set_document), (ev_view_find_next),
7768         (ev_view_find_previous):
7769         * shell/ev-window.c: (ev_window_is_empty),
7770         (ev_window_setup_document), (password_dialog_response),
7771         (ev_window_clear_jobs), (ev_window_load_job_cb),
7772         (ev_window_xfer_job_cb), (ev_window_open_uri),
7773         (ev_window_open_uri_list), (ev_window_cmd_recent_file_activate),
7774         (ev_window_print), (ev_window_print_range),
7775         (ev_window_state_event), (ev_window_cmd_view_reload),
7776         (menu_item_select_cb), (menu_item_deselect_cb),
7777         (view_status_changed_cb), (ev_window_dispose),
7778         (drag_data_received_cb), (ev_window_init):
7779         * shell/ev-window.h:
7780         * shell/main.c: (load_files):
7781         
7782         New statusbar to show progress on idle. Two new jobs - 
7783         xfer job and load job to load document in background. And update
7784         of page_cache clients to new location of code.
7785
7786 2005-06-08  Carlos Garcia Campos <carlosgc@gnome.org>
7787   
7788         * shell/ev-application.c, shell/ev-window.[ch]: Allow multiple
7789         selection in open dialog. It also remembers the last visited directory 
7790         in the current session.
7791
7792 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7793
7794         * shell/ev-properties.c: (ev_properties_new):
7795         * shell/ev-properties.h:
7796         * shell/ev-window.c: (ev_window_cmd_file_properties):
7797         
7798         Get document info from page cache instead of document itself.
7799         This should fix crash related to race conditions described in
7800         bug 306545.
7801
7802 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
7803
7804         * ps/ps-document.c: (ps_document_init),
7805         (send_ps), (get_page_box), (output), (catchPipe), (input),
7806         (stop_interpreter), (file_length), (file_readable),
7807         (check_filecompressedb), (ps_document_enable_interpreter),
7808         (document_load), (ps_async_renderer_render_pixbuf):
7809         * ps/ps-document.h:
7810
7811         Big cleanup of the ps code
7812
7813 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
7814
7815         * backend/Makefile.am:
7816         * backend/ev-async-renderer.c: (ev_async_renderer_get_type),
7817         (ev_async_renderer_class_init), (ev_async_renderer_render_pixbuf):
7818         * backend/ev-async-renderer.h:
7819
7820         Add an async renderer interface (method + callback) which
7821         is useful for backends like ps.
7822
7823         * backend/ev-job-queue.c: (remove_job_from_async_queue),
7824         (add_job_to_async_queue), (job_finished_cb), (handle_job),
7825         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
7826         (ev_job_queue_add_job), (move_job_async), (move_job),
7827         (ev_job_queue_update_job), (ev_job_queue_remove_job):
7828
7829         Add queues for async renderer, these are executed on the
7830         main thread.
7831
7832         * backend/ev-jobs.c: (ev_job_render_new), (render_finished_cb),
7833         (ev_job_render_run):
7834         * backend/ev-jobs.h:
7835
7836         If the backend support async renderer interface use it.
7837
7838         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
7839         (setup_pixmap), (ps_document_get_type),
7840         (ps_async_renderer_render_pixbuf),
7841         (ps_document_document_iface_init), (ps_async_renderer_iface_init):
7842
7843         Implement async renderer interface.
7844
7845 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7846
7847         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose):
7848
7849         Cleanup links job on exit.
7850
7851 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7852
7853         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
7854         (drag_data_get_cb), (drag_data_received_cb):
7855         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
7856         (drag_data_get_cb), (parse_item_list),
7857         (egg_toolbar_editor_load_actions):
7858         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
7859         (egg_toolbars_model_to_xml), (egg_toolbars_model_save),
7860         (parse_item_list), (parse_toolbars):
7861         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
7862         (dvi_pixbuf_put_pixel):
7863         
7864         Fix gcc 4.0 warnings
7865
7866 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
7867
7868         * ps/ps-document.c: (start_interpreter):
7869
7870         Fix warning when loading ps
7871
7872 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
7873
7874         * ps/ps-document.c: (output):
7875
7876         Fix crash when priting gs error messages.
7877
7878 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
7879
7880         * backend/ev-page-cache.c: (_ev_page_cache_new):
7881         * backend/ev-page-cache.h:
7882
7883         Use a const to return title so that we dont double
7884         free it. Small cleanup and fix a leak.
7885
7886         * shell/ev-window.c: (update_window_title):
7887
7888         strdup value from get_title.
7889
7890 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
7891
7892         * shell/ev-sidebar-links.c: (job_finished_callback),
7893         (ev_sidebar_links_set_document):
7894
7895         Cleanup the old job when changing document
7896
7897 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7898
7899         * shell/ev-stock-icons.c:
7900         * shell/ev-stock-icons.h:
7901         * shell/ev-window.c:
7902         
7903         Add stock icons for actions that can appear in toolbar. Fix for
7904         bug 306566.
7905
7906 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7907
7908         * backend/ev-page-cache.c: (ev_page_cache_finalize),
7909         (_ev_page_cache_new), (ev_page_cache_get_max_width),
7910         (ev_page_cache_get_max_height), (ev_page_cache_get_height_to_page):
7911         * backend/ev-page-cache.h:
7912         * shell/ev-view.c: (scroll_to_current_page),
7913         (view_update_range_and_current_page), (get_page_y_offset),
7914         (get_page_extents), (ev_view_size_request_continuous_dual_page),
7915         (ev_view_size_request_continuous),
7916         (ev_view_zoom_for_size_continuous_and_dual_page),
7917         (ev_view_zoom_for_size_continuous):
7918         
7919         More compact EvView layout in document with pages of different size.
7920
7921 Sat Jun  4 19:20:57 2005  Jonathan Blandford  <jrb@redhat.com>
7922
7923         * shell/ev-window.c (ev_window_cmd_file_properties): fix
7924         compilation.
7925
7926 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7927
7928         * shell/ev-view.c: (view_set_adjustment_values):
7929         * shell/ev-window.c: (ev_window_cmd_file_properties):
7930         
7931         A bit different fix for rounding problem but it has no
7932         problems on startup. Make properties window transient to parent.
7933
7934 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7935
7936         * pdf/ev-poppler.cc:
7937         
7938         More commenting of font stuff.
7939
7940 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
7941
7942         * pdf/ev-poppler.cc:
7943
7944         Comment out some more fonts stuff. Should really
7945         work without the poppler patch now.
7946
7947 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
7948
7949         * pdf/ev-poppler.cc:
7950
7951         Adapt to api change
7952
7953 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
7954
7955         * data/evince-properties.glade:
7956         * pdf/ev-poppler.cc:
7957         * shell/ev-properties.c: (setup_fonts_view):
7958
7959         Set the column title. Show the dialog only
7960         once everything is setup.
7961         Getting font info can be very slow... will
7962         prolly need to make this threaded too.
7963
7964 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
7965
7966         * backend/Makefile.am:
7967         * backend/ev-document-fonts.c: (ev_document_fonts_get_type),
7968         (ev_document_fonts_get_fonts_model):
7969         * backend/ev-document-fonts.h:
7970         * data/evince-properties.glade:
7971         * pdf/ev-poppler.cc:
7972         * shell/ev-properties.c: (setup_fonts_view), (ev_properties_new):
7973         * shell/ev-properties.h:
7974         * shell/ev-window.c: (ev_window_cmd_file_properties):
7975
7976         Implement fonts list. Defined out for now, since it depends
7977         on a not yet committed poppler patch.
7978
7979 Fri Jun  3 21:07:57 2005  Jonathan Blandford  <jrb@redhat.com>
7980
7981         * shell/ev-view.c (get_page_extents): other_page isn't necessarily
7982         page + 1.
7983
7984         * shell/ev-window.c: Make sure we add the timeout when we get a
7985         focus-in event.
7986
7987         * shell/ev-view.c (view_set_adjustment_values): Add 0.5 to
7988         adjustment->value before calculating the zoom factor to average
7989         out all of our rounding errors.  The page no longer 'drifts' when
7990         resizing.
7991
7992 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7993
7994         * data/evince-properties.glade:
7995         * shell/ev-properties.c: (ev_properties_format_date),
7996         (set_property):
7997         
7998         Labels don't expand when the dialogue is resized.
7999         strftime result needs to be converted to UTF-8. Thanks
8000         to Christian Persch <chpe@gnome.org>.
8001
8002 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
8003
8004         * data/evince-properties.glade:
8005
8006         Hide the fonts tab
8007
8008 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
8009
8010         * backend/ev-document-info.h:
8011         * backend/ev-document.c: (ev_document_info_free):
8012         * data/evince-properties.glade:
8013         * pdf/ev-poppler.cc:
8014         * ps/ps-document.c: (ps_document_get_info):
8015         * shell/ev-properties.c: (ev_properties_format_date),
8016         (set_property), (ev_properties_new):
8017         * shell/ev-properties.h:
8018         * shell/ev-window.c: (ev_window_cmd_file_properties):
8019
8020         Rework properties code to take only EvPropertyInfo
8021         in the constructor so that it can be useful for
8022         nautilus plugin too.
8023
8024         Deal with backends that doesnt support some properties.
8025         Make set property code generic.
8026
8027 2005-06-04  Christian Persch <chpe@gnome.org>
8028
8029         * data/evince-properties.glade:
8030
8031         fix spacings, make resizeable, and make data labels
8032         selectable + ellipsised
8033
8034 2005-06-03  Marco Pesenti Gritti <mpg@redhat.com>
8035
8036         * backend/ev-document-info.h:
8037         * data/Makefile.am:
8038         * data/evince-ui.xml:
8039         * pdf/ev-poppler.cc:
8040         * shell/Makefile.am:
8041         * shell/ev-window.c: (update_action_sensitivity),
8042         (ev_window_cmd_file_properties):
8043
8044         Initial go at file properties. Patch by
8045         Emil Soleyman-Zomalan <emil@soleyman.com>.
8046         Needs love see #169583
8047
8048 2005-06-02  Marco Pesenti Gritti <mpg@redhat.com>
8049
8050         * ps/ps-document.c: (output):
8051         * ps/ps.c: (psscan):
8052
8053         Try to render even if psscan fails.
8054
8055 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
8056
8057         * ps/ps.c: (psscan), (pscopydoc):
8058
8059         Port buffered reading code from gv
8060
8061 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
8062
8063         * ps/ps-document.c: (interpreter_message), (output):
8064
8065         Do not fail on interpreter messages
8066
8067 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
8068
8069         * backend/ev-document-misc.c:
8070         (ev_document_misc_get_thumbnail_frame):
8071
8072         Pages can be 0 x 0, dont assert on this case
8073
8074 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
8075
8076         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
8077         (ev_sidebar_links_class_init), (ev_sidebar_links_set_document):
8078
8079         Correctly manage our reference on document. Finally the reload
8080         huge leak is gone...
8081
8082 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
8083
8084         * ps/ps-document.c: (ps_document_dispose):
8085
8086         Forgot to chain it to the parent. Thanks chpe.
8087
8088 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
8089
8090         * ps/ps-document.c: (ps_document_dispose),
8091         (ps_document_class_init), (stop_interpreter), (document_load):
8092
8093         Cleanup dispose a bit. Dont leak the whole pixmap.
8094
8095 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
8096
8097         * pdf/ev-poppler.cc:
8098
8099         Release the poppler document on dispose
8100
8101 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
8102
8103         * shell/ev-view.c: (ev_view_set_document):
8104
8105         Release ref on the pixbuf cache when changing
8106         document.
8107
8108 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
8109
8110         * ps/ps-document.c: (ps_document_get_info):
8111
8112         Fix a double free
8113
8114 2005-05-31  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
8115
8116         * backend/ev-page-cache.c: (ev_page_cache_init),
8117         (_ev_page_cache_new), (ev_page_cache_get_max_label_chars):
8118         * backend/ev-page-cache.h:
8119         * shell/ev-page-action.c: (page_changed_cb):
8120         
8121         Set page action entry width depending on labels width. Fix
8122         for bug 305202.
8123
8124 2005-05-31  Marco Pesenti Gritti  <mpg@redhat.com>
8125
8126         * backend/ev-link.c: (ev_link_class_init):
8127
8128         Allow -1 as page value (error)
8129
8130 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
8131
8132         * shell/ev-sidebar-thumbnails.c:
8133         (ev_sidebar_thumbnails_set_document):
8134         * shell/ev-view.c: (scroll_to_current_page),
8135         (view_set_adjustment_values), (ev_view_set_scroll_adjustments),
8136         (page_changed_cb), (on_adjustment_value_changed),
8137         (ev_view_set_document):
8138
8139         Slightly modified patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>.
8140         Fix bug 305377
8141
8142 2005-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8143
8144         * configure.ac:
8145         * djvu/djvu-document.c: (djvu_document_get_page_size):
8146
8147         Require djvulibre CVS. Now djvu loading is much faster. Fix for
8148         bug 301993.
8149
8150 Sat May 28 07:38:03 2005  Jonathan Blandford  <jrb@redhat.com>
8151
8152         * shell/ev-view.c (draw_one_page): modify the expose handling to
8153         get the shadows.
8154
8155         * shell/ev-window.c (update_action_sensitivity): Respect
8156         permissions field.  Kowtow to the man.
8157
8158         * pdf/ev-poppler.cc: Get the permissions field.
8159
8160         * tiff/*c: Make a tiny bit more robust.
8161
8162 2005-05-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8163
8164         * djvu/djvu-document.c:
8165         
8166         Pop messages from djvu context message queue.
8167
8168 2005-05-24  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8169
8170         * configure.ac, Makefile.am, shell/Makefile.am:
8171         * tiff/Makefile.am, shell/ev-document-types.c:
8172         
8173         Cleanup tiff configure checks. Fix for bug 305218.
8174
8175 2005-05-24  Maxim V. Dziumanenko <mvd@mylinux.ua>
8176
8177         * configure.ac: Added "uk" to ALL_LINGUAS.
8178
8179 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8180
8181         * cut-n-paste/zoom-control/ephy-zoom.c:
8182         (ephy_zoom_get_changed_zoom_level):
8183         * cut-n-paste/zoom-control/ephy-zoom.h:
8184         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_set_property),
8185         (ev_view_get_property), (ev_view_class_init), (ev_view_set_zoom):
8186         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
8187         (ev_window_cmd_view_zoom_out), (ev_window_zoom_changed_cb),
8188         (zoom_control_changed_cb), (ev_window_init):
8189         
8190         Fix minor points related to moving best fit up. Introduce
8191         "zoom" property and make zoom control change it's value on
8192         notify::zoom signals. Fix for 305080.
8193
8194 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8195
8196         * data/evince-ui.xml:
8197         * shell/ev-window.c: (set_view_actions_sensitivity):
8198         
8199         Use + and - as accels for zoom in and zoom out. Fix for 305001.
8200
8201 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
8202
8203         * configure.ac:
8204
8205         Depends on poppler 0.3.2
8206
8207 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
8208
8209         * cut-n-paste/recent-files/egg-recent-item.c:
8210         (egg_recent_item_get_short_name):
8211         * cut-n-paste/toolbar-editor/Makefile.am:
8212         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
8213         (new_pixbuf_from_widget):
8214         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
8215         * cut-n-paste/toolbar-editor/egg-marshal.c:
8216         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
8217         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
8218
8219         Sync
8220
8221 Sat May 21 23:18:30 2005  Jonathan Blandford  <jrb@redhat.com>
8222
8223         * tiff/tiff-document.c: Rough TIFF backend.
8224
8225 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
8226
8227         * NEWS:
8228         * configure.ac:
8229         * cut-n-paste/toolbar-editor/Makefile.am:
8230
8231         Release 0.3.1
8232
8233 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
8234
8235         * shell/ev-view.c: (jump_to_find_result), (ev_view_can_find_next),
8236         (ev_view_find_next), (ev_view_find_previous):
8237
8238         Remove the locks around get_n_results   
8239
8240 2005-05-21  Juerg Billeter  <j@bitron.ch>
8241
8242         * pdf/ev-poppler.c: (pdf_document_ps_exporter_begin):
8243
8244         Pass correct number of pages to poppler.
8245
8246 2005-05-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8247
8248         * configure.ac:
8249         * data/Makefile.am:
8250         * data/evince.desktop.in: 
8251         * data/evince.desktop.in.in:
8252         * po/POTFILES.in:
8253         
8254         Add conditionally dvi and djvu to desktop types. Fix for 304658.
8255
8256 Sat May 21 00:21:30 2005  Jonathan Blandford  <jrb@redhat.com>
8257
8258         * shell/ev-view.c: (view_update_adjustments),
8259         (view_set_adjustment_values): cast adjustmen->value to (int)
8260         before using it.  Otherwise, we get off by a pixel in some
8261         situations.
8262
8263         (draw_one_page): Draw the border on expose.
8264
8265 Fri May 20 22:05:25 2005  Jonathan Blandford  <jrb@redhat.com>
8266
8267         * *shell/ev-view.c: Patch from Nickolay V. Shmyrev to reset the
8268         adjustment when the mode changes, #304923
8269
8270 Fri May 20 02:00:03 2005  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8271
8272         * shell/ev-view.c: Use gdk_widget_queue_draw to remove
8273         flickering on resize but still use gdk_window_scroll on
8274         scrolling
8275
8276 Fri May 20 01:46:57 2005  Jonathan Blandford  <jrb@redhat.com>
8277
8278         * shell/ev-view.c: Patch from Nickolay Shmyrev to fix the -p
8279         option, #170458
8280
8281 Fri May 20 01:27:01 2005  Jonathan Blandford  <jrb@redhat.com>
8282
8283         * shell/ev-view.c: Patch from Nickolay Shmyrev to to scroll to
8284         second page on page_changed if possible, #304669
8285
8286 Fri May 20 01:07:15 2005  Jonathan Blandford  <jrb@redhat.com>
8287
8288         * shell/ev-view.c (view_update_adjustments): Use gdk_window_scroll
8289         instead of gtk_widget_queue_draw.  Massive speedups in scrolling.
8290
8291 Fri May 20 01:05:10 2005  Jonathan Blandford  <jrb@redhat.com>
8292
8293         * .cvsignore:
8294         * shell/ev-view.c:(ev_view_size_allocate), (ev_view_class_init),
8295         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
8296         (ev_view_zoom_for_size_presentation),
8297         (ev_view_zoom_for_size_continuous_and_dual_page),
8298         (ev_view_zoom_for_size_continuous),
8299         (ev_view_zoom_for_size_dual_page),
8300         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size):
8301         * shell/ev-view.h:
8302         * shell/ev-window.c: (update_view_size),
8303         (ev_window_sizing_mode_changed_cb):
8304
8305         Patch from Nickolay Shmyrev <nshmyrev@yandex.ru> to handle
8306         the scrollbars.  It's not 100% right, but it's much closer.  Kills
8307         an infinite loop, #304769
8308
8309
8310 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
8311
8312         * data/evince-ui.xml:
8313         * shell/ev-view.c: (ev_view_scroll_view), (ev_view_class_init):
8314         * shell/ev-window.c: (set_view_actions_sensitivity):
8315
8316         Make PgUp/Down behave like Space
8317
8318 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
8319
8320         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
8321         * backend/ev-ps-exporter.h:
8322         * pdf/ev-poppler.cc:
8323         * ps/ps-document.c: (ps_document_ps_export_begin):
8324         * shell/ev-print-job.c: (idle_print_handler):
8325
8326         Adapt to new poppler api
8327
8328 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
8329
8330         * cut-n-paste/zoom-control/ephy-zoom-control.c:
8331         (ephy_zoom_control_init):
8332
8333         Translate zoom levels
8334
8335 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
8336
8337         * cut-n-paste/zoom-control/ephy-zoom.c:
8338         (ephy_zoom_get_zoom_level_index):
8339
8340         Fix current zoom -> zoom control match
8341
8342 2005-05-18  James Bowes  <bowes@cs.dal.ca>
8343
8344         * shell/ev-window.c: (ev_window_init): Give focus to the ev-view,
8345         rather than the scrolled_window that it's in. Fixes bug #304655.
8346
8347 Tue May 17 22:54:17 2005  Jonathan Blandford  <jrb@redhat.com>
8348
8349         * shell/ev-view.c: (view_update_adjustments),
8350         (view_set_adjustment_values), (view_update_range_and_current_page),
8351         (view_scroll_to_page), (set_scroll_adjustment),
8352         (ev_view_set_scroll_adjustments), (add_scroll_binding_keypad),
8353         (ev_view_scroll), (ev_view_scroll_view),
8354         (ensure_rectangle_is_visible), (find_page_at_location),
8355         (get_link_at_location), (go_to_link), (status_message_from_link),
8356         (ev_view_size_request_continuous_dual_page),
8357         (ev_view_size_request), (ev_view_size_allocate), (ev_view_realize),
8358         (ev_view_unrealize), (ev_view_expose_event),
8359         (ev_view_button_press_event), (ev_view_motion_notify_event),
8360         (ev_view_button_release_event), (ev_gdk_color_to_rgb),
8361         (draw_rubberband), (highlight_find_results), (draw_one_page),
8362         (ev_view_finalize), (ev_view_destroy), (ev_view_class_init),
8363         (ev_view_init), (find_changed_cb), (page_changed_cb),
8364         (on_adjustment_value_changed), (ev_view_new),
8365         (ev_view_set_document), (ev_view_set_zoom),
8366         (ev_view_set_continuous), (ev_view_set_dual_page),
8367         (ev_view_set_presentation), (ev_view_zoom_in), (ev_view_zoom_out),
8368         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
8369         (ev_view_zoom_for_size_presentation),
8370         (ev_view_zoom_for_size_continuous_dual_page),
8371         (ev_view_zoom_for_size_continuous),
8372         (ev_view_zoom_for_size_dual_page),
8373         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
8374         (ev_view_get_status), (ev_view_set_status),
8375         (update_find_status_message), (ev_view_get_find_status),
8376         (ev_view_set_find_status), (jump_to_find_result),
8377         (jump_to_find_page), (compute_selections), (clear_selection),
8378         (ev_view_select_all), (get_selected_text), (ev_view_copy),
8379         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
8380         (ev_view_update_primary_selection),
8381         (ev_view_create_invisible_cursor), (ev_view_set_cursor):
8382         * shell/ev-view.h:
8383         * shell/ev-window.c: (ev_window_open_page_label),
8384         (ev_window_cmd_view_reload), (ev_window_sizing_mode_changed_cb),
8385         (ev_window_init):
8386         * shell/ev-window.h:
8387         * shell/main.c: (load_files):
8388
8389         Massive code clean up from Nickolay Shmyrev.  Keep page offset
8390         when resizing.  Remove the bin_window().  Also, patch from James
8391         Bowes to fix command line page, #300641
8392         
8393 2005-05-17  Marco Pesenti Gritti  <mpg@redhat.com>
8394
8395         * data/evince-ui.xml:
8396         * shell/ev-view.c:
8397         * shell/ev-view.h:
8398         * shell/ev-window.c: (update_action_sensitivity):
8399
8400         Get rid of View->Normal Size, it's just confusing
8401
8402 Tue May 17 00:51:21 2005  Jonathan Blandford  <jrb@redhat.com>
8403
8404         * backend/ev-document-info.h:
8405         * backend/ev-document.c: (ev_document_info_free): Free the
8406         EvDocumentInfo.
8407
8408         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
8409         (clear_range), (add_range), (update_visible_range),
8410         (adjustment_changed_cb), (ev_sidebar_thumbnails_init),
8411         (ev_sidebar_thumbnails_set_document):
8412         * shell/ev-window.c: (ev_window_setup_document): Only render the
8413         visible thumbnails.  It takes an instant to render, but it uses
8414         much less memory.
8415
8416 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
8417
8418         * shell/ev-sidebar-links.c: (popup_menu_cb):
8419
8420         Select first item
8421
8422 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
8423
8424         * lib/Makefile.am:
8425         * shell/ev-sidebar-links.c: (build_popup_menu), (popup_menu_cb),
8426         (button_press_cb), (ev_sidebar_links_construct):
8427
8428         Show the popup menu also on keybindings
8429
8430 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
8431
8432         * shell/ev-window.c: (ev_window_print), (ev_window_print_range):
8433         * shell/ev-window.h:
8434
8435         Expose api to print a range (with dialog). Make private _print use
8436         it.
8437
8438         * shell/ev-sidebar-links.c: (print_section_cb), (button_press_cb),
8439         (ev_sidebar_links_construct):
8440
8441         Show a print context menu on linkx, it prints the selected
8442         section.
8443
8444 2005-05-15  Carlos Garcia Campos <carlosgc@gnome.org>
8445
8446         * shell/ev-sidebar.c: make the drop down menu as width as the toggle
8447         button.
8448
8449 2005-05-12  Marco Pesenti Gritti  <mpg@redhat.com>
8450
8451         * AUTHORS:
8452
8453         Update
8454
8455         * shell/ev-window.c: (build_comments_string),
8456         (ev_window_cmd_help_about):
8457
8458         Show poppler version/backend and authors
8459
8460 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
8461
8462         * cut-n-paste/zoom-control/ephy-zoom.c:
8463         (ephy_zoom_get_zoom_level_index):
8464         * cut-n-paste/zoom-control/ephy-zoom.h:
8465
8466         Move the best fit items at the top of the list
8467
8468 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
8469
8470         * shell/ev-marshal.list:
8471         * shell/ev-page-action.c: (ev_page_action_widget_class_init),
8472         (activate_cb), (match_selected_cb), (activate_link_cb),
8473         (connect_proxy), (ev_page_action_class_init):
8474         * shell/ev-page-action.h:
8475
8476         Use signals to notify action activation. Hopefully
8477         I did not break completion since I cant test...
8478
8479         * shell/ev-window.c: (activate_link_cb), (activate_label_cb),
8480         (register_custom_actions):
8481
8482         Connect to page selector actions and also grab focus on
8483         the view when activated.
8484
8485 Wed May 11 01:18:29 2005  Jonathan Blandford  <jrb@redhat.com>
8486
8487         * pdf/ev-poppler.cc:
8488         * backend/ev-page-cache.c: make page size calculation consistent
8489         and set it to (int)( width * scale + 0.5).  This makes the weird
8490         line going through the middle of the page go away.
8491
8492         * shell/ev-view.c: move painting the background page after
8493         checking the expose area covers us.
8494
8495 2005-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8496
8497         * data/evince-password.glade:
8498         
8499         Mark labels as not translatable. Fix for bug 302842.
8500
8501 2005-05-10  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
8502
8503         * configure.ac: Added "es" to ALL_LINGUAS.
8504
8505 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8506
8507         * data/evince-toolbar.xml:
8508         * shell/ev-window.c: (update_action_sensitivity),
8509         (ev_window_setup_document), (ev_window_set_page_mode),
8510         (ev_window_init):
8511
8512         Remove some leftover code from jrb first continous
8513         attempt. Use the new actions, we still need good icons
8514         though...
8515
8516 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8517
8518         * shell/ev-page-action.c: (update_pages_label), (connect_proxy):
8519
8520         Update label when connecting proxy. Fix a warning with NULL
8521         page_cache.
8522
8523 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8524
8525         * data/evince-ui.xml:
8526         * shell/ev-page-action.c: (ev_page_action_grab_focus):
8527         * shell/ev-page-action.h:
8528         * shell/ev-window.c: (ev_window_cmd_focus_page_selector):
8529
8530         Add mnemonic for edit toolbar.
8531         ctrl+l focus the page entry.
8532
8533 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8534
8535         * lib/Makefile.am:
8536         * shell/ev-window.c: (ev_window_cmd_edit_toolbar_cb),
8537         (ev_window_init):
8538         * shell/main.c: (main):
8539
8540         Put the toolbar xml in evince own dot dir
8541
8542 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8543
8544         * shell/ev-window.c: (ev_window_init):
8545
8546         Make the toolbar not removable
8547
8548 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8549
8550         * data/evince-ui.xml:
8551         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_treeview):
8552         * shell/ev-sidebar-links.h:
8553         * shell/ev-sidebar-thumbnails.c:
8554         (ev_sidebar_thumbnails_get_treeview):
8555         * shell/ev-sidebar-thumbnails.h:
8556         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_view),
8557         (ev_view_class_init):
8558         * shell/ev-view.h:
8559         * shell/ev-window.c: (update_action_sensitivity),
8560         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
8561         (set_view_actions_sensitivity), (view_actions_focus_in_cb),
8562         (view_actions_focus_out_cb), (enable_view_actions_for_widget),
8563         (ev_window_init):
8564
8565         This is evil... Make space/backspace global accelerators but
8566         enable them only for some widgets (sidebars and view).
8567         I dont like it, but I dont know a better way... :/
8568
8569 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8570
8571         * shell/ev-page-action.c: (ev_page_action_widget_set_page_cache),
8572         (ev_page_action_widget_finalize),
8573         (ev_page_action_widget_class_init), (update_page_cache):
8574
8575         Keep a weak reference on proxy->page_cache so that we
8576         dont try to disconnect the signal if the object is already
8577         gone. Maybe there is a better way to cleanup reference handling
8578         in page action though...
8579
8580 2005-05-10  Juerg Billeter  <j@bitron.ch>
8581
8582         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
8583         * backend/ev-ps-exporter.h:
8584         * pdf/ev-poppler.cc: (pdf_document_ps_exporter_begin):
8585         * ps/ps-document.c: (ps_document_ps_export_begin):
8586         
8587         Change api to pass print range to ps_exporter_begin. The pdf backend
8588         requires this information.
8589         
8590         * shell/ev-print-job.c: (idle_print_handler):
8591         
8592         Adapt to api change
8593
8594 2005-05-10  Juerg Billeter  <j@bitron.ch>
8595
8596         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
8597         (idle_print_handler)
8598         * shell/ev-window.c: (ev_window_print):
8599
8600         Support printing page range, based on patch by Amaury Jacquot
8601
8602 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8603
8604         * data/evince-toolbar.xml:
8605
8606         Add zoom control to available items
8607
8608 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8609
8610         * shell/ev-window.c: (update_action_sensitivity):
8611
8612         Set slash action insensitive when appropriate
8613
8614 2005-05-10  Christian Persch <chpe@gnome.org>
8615
8616         * cut-n-paste/zoom-control/ephy-zoom-action.c: (create_menu_item):
8617
8618         Fix warning on the overflow menu
8619
8620 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8621
8622         * shell/ev-window.c: (sanity_check_uri), (ev_window_open):
8623
8624         Check for uri correctness/existence
8625
8626 2005-05-09  Juerg Billeter  <j@bitron.ch>
8627
8628         * shell/ev-window.c: (using_postscript_printer):
8629
8630         LPD printers use postscript, too
8631
8632 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
8633
8634         * shell/ev-window.c: (register_custom_actions):
8635
8636         The zoom one is actually sort of useful,
8637         put it back
8638
8639 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
8640
8641         * shell/ev-window.c: (register_custom_actions):
8642
8643         Hide page/zoom controls from overflow, they
8644         are useless.
8645
8646 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
8647
8648         * cut-n-paste/update-from-egg.sh:
8649         
8650         Share it between all cut-n-paste subdirs
8651
8652         * cut-n-paste/recent-files/Makefile.am:
8653
8654         Fix to use "global" update-from-egg.sh
8655
8656         * cut-n-paste/recent-files/egg-recent-model.c:
8657         (egg_recent_model_changed_timeout), (egg_recent_model_finalize):
8658         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
8659         (egg_recent_view_gtk_clear), (egg_recent_view_gtk_set_list),
8660         (egg_recent_view_gtk_finalize), (egg_recent_view_gtk_set_menu):
8661
8662         Update from libegg
8663
8664         * cut-n-paste/toolbar-editor/Makefile.am:
8665
8666         Fix to use "global" update-from-egg.sh
8667
8668         * cut-n-paste/toolbar-editor/eggmarshalers.list:
8669
8670         Update from libegg
8671
8672 2005-05-09  Marco Pesenti Gritti <mpg@redhat.com>
8673
8674         * configure.ac:
8675         * cut-n-paste/Makefile.am:
8676         * cut-n-paste/recent-files/Makefile.am:
8677         * cut-n-paste/toolbar-editor/.cvsignore:
8678         * cut-n-paste/toolbar-editor/Makefile.am:
8679         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
8680         (egg_editable_toolbar_get_type), (get_toolbar_position),
8681         (get_n_toolbars), (get_dock_nth), (get_toolbar_nth), (find_action),
8682         (drag_data_delete_cb), (drag_begin_cb), (drag_end_cb),
8683         (drag_data_get_cb), (set_drag_cursor), (unset_drag_cursor),
8684         (set_item_drag_source), (create_item_from_action), (create_item),
8685         (data_is_separator), (drag_data_received_cb), (remove_toolbar_cb),
8686         (popup_toolbar_context_menu_cb), (free_dragged_item),
8687         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
8688         (toolbar_drag_leave_cb), (create_dock), (set_fixed_style),
8689         (unset_fixed_style), (toolbar_changed_cb), (unparent_fixed),
8690         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
8691         (item_added_cb), (item_removed_cb),
8692         (egg_editable_toolbar_construct),
8693         (egg_editable_toolbar_disconnect_model),
8694         (egg_editable_toolbar_deconstruct),
8695         (egg_editable_toolbar_set_model),
8696         (egg_editable_toolbar_set_ui_manager),
8697         (egg_editable_toolbar_set_property),
8698         (egg_editable_toolbar_get_property),
8699         (egg_editable_toolbar_class_init), (egg_editable_toolbar_init),
8700         (egg_editable_toolbar_finalize), (egg_editable_toolbar_new),
8701         (egg_editable_toolbar_new_with_model),
8702         (egg_editable_toolbar_get_edit_mode),
8703         (egg_editable_toolbar_set_edit_mode), (egg_editable_toolbar_show),
8704         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed),
8705         (egg_editable_toolbar_set_drag_dest), (fake_expose_widget),
8706         (new_pixbuf_from_widget), (new_separator_pixbuf),
8707         (update_separator_image), (style_set_cb),
8708         (_egg_editable_toolbar_new_separator_image),
8709         (egg_editable_toolbar_get_model):
8710         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
8711         * cut-n-paste/toolbar-editor/egg-marshal.c:
8712         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
8713         (egg_toolbar_editor_get_type), (compare_actions), (find_action),
8714         (egg_toolbar_editor_set_ui_manager), (toolbar_removed_cb),
8715         (egg_toolbar_editor_set_model), (egg_toolbar_editor_set_property),
8716         (egg_toolbar_editor_get_property), (egg_toolbar_editor_class_init),
8717         (egg_toolbar_editor_finalize), (egg_toolbar_editor_new),
8718         (drag_begin_cb), (drag_end_cb), (editor_drag_data_received_cb),
8719         (editor_drag_data_delete_cb), (drag_data_get_cb),
8720         (elide_underscores), (set_drag_cursor), (event_box_realize_cb),
8721         (editor_create_item), (update_editor_sheet), (setup_editor),
8722         (egg_toolbar_editor_init), (egg_toolbar_editor_add_action),
8723         (parse_item_list), (model_has_action), (update_actions_list),
8724         (egg_toolbar_editor_load_actions):
8725         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
8726         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
8727         (egg_toolbars_model_get_type), (egg_toolbars_model_to_xml),
8728         (safe_save_xml), (egg_toolbars_model_save), (toolbars_toolbar_new),
8729         (toolbars_item_new), (free_toolbar_node), (free_item_node),
8730         (egg_toolbars_model_get_flags), (egg_toolbars_model_set_flags),
8731         (egg_toolbars_model_add_separator), (impl_add_item),
8732         (parse_item_list), (egg_toolbars_model_add_toolbar),
8733         (parse_toolbars), (egg_toolbars_model_load), (impl_get_item_id),
8734         (impl_get_item_data), (impl_get_item_type),
8735         (_egg_accumulator_STRING), (egg_toolbars_model_class_init),
8736         (egg_toolbars_model_init), (free_toolbar),
8737         (egg_toolbars_model_finalize), (egg_toolbars_model_new),
8738         (egg_toolbars_model_remove_toolbar),
8739         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
8740         (egg_toolbars_model_n_items), (egg_toolbars_model_item_nth),
8741         (egg_toolbars_model_n_toolbars), (egg_toolbars_model_toolbar_nth),
8742         (egg_toolbars_model_add_item), (egg_toolbars_model_get_item_id),
8743         (egg_toolbars_model_get_item_data),
8744         (egg_toolbars_model_get_item_type):
8745         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
8746         * cut-n-paste/toolbar-editor/eggmarshalers.list:
8747         * data/Makefile.am:
8748         * data/evince-toolbar.xml:
8749         * data/evince-ui.xml:
8750         * data/hand-open.png:
8751         * po/POTFILES.in:
8752         * shell/Makefile.am:
8753         * shell/ev-window.c: (update_chrome_visibility),
8754         (ev_window_cmd_edit_toolbar_cb), (ev_window_cmd_edit_toolbar),
8755         (ev_window_dispose), (ev_window_init):
8756
8757         Implement epiphany like toolbar editor. Based on patch by
8758         Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8759
8760 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
8761
8762         * shell/ev-sidebar-thumbnails.c: (page_changed_cb):
8763
8764         Use set_cursor instead of set_selection, so that
8765         the keyboard focus moves too.
8766
8767 2005-05-09  Aleksey Kliger <akliger@gmail.com>
8768
8769         * dvi/mdvi-lib/tfmfile.c: (lookup_font_metrics):
8770
8771         Fix infinite loop when loading Type1 fonts
8772
8773 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
8774
8775         * data/evince-ui.xml:
8776         * shell/ev-window.c:
8777
8778         Slash -> Find
8779
8780 2005-05-09  Thomas de Grenier de Latour <degrenier@easyconnect.fr>
8781
8782         * configure.ac:
8783
8784         Make --disable really disable
8785
8786 2005-05-07  Juerg Billeter  <j@bitron.ch>
8787
8788         * backend/ev-page-cache.c: (ev_page_cache_set_page_label):
8789
8790         Compare page labels even without has_labels set, fixes setting page
8791         with entry
8792
8793 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
8794
8795         * shell/ev-view.c: (ev_view_create_invisible_cursor),
8796         (ev_view_set_cursor), (ev_view_button_press_event),
8797         (ev_view_motion_notify_event), (ev_view_button_release_event),
8798         (ev_view_init):
8799
8800         Implement middle button scrolling. Based on a patch
8801         by Tommi Komulainen <tommi.komulainen@iki.fi>.
8802
8803 2005-05-08  Marco Pesenti Gritti  <mpg@redhat.com>
8804
8805         * shell/ev-document-types.c: (get_slow_mime_type),
8806         (get_document_type_from_mime), (ev_document_type_lookup):
8807         * shell/ev-document-types.h:
8808
8809         Change api to lookup from uri. Do fast lookup first, if the
8810         type is unknown try with data sniffing.
8811
8812         * shell/ev-window.c: (ev_window_open), (ev_window_open_uri_list):
8813         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
8814
8815         Adapt to api change
8816
8817 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
8818
8819         * thumbnailer/Makefile.am:
8820
8821         Fix distcheck
8822
8823 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
8824
8825         * NEWS:
8826         * configure.ac:
8827
8828         Release 0.3.0
8829
8830         * data/evince-ui.xml:
8831
8832         Hide presentation mode for now
8833
8834         * shell/ev-view.c: (highlight_find_results):
8835
8836         Show current find selection only on current page
8837
8838 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
8839
8840         * shell/ev-view.c: (ev_view_select_all):
8841
8842         Compute size of the actual page, not of
8843         the current one.
8844
8845 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
8846
8847         * shell/ev-view.c: (clear_selection), (ev_view_finalize),
8848         (view_rect_to_doc_rect), (compute_selections),
8849         (ev_view_bin_expose), (ev_view_select_all), (get_selected_text),
8850         (ev_view_copy), (ev_view_primary_get_cb),
8851         (ev_view_primary_clear_cb), (ev_view_update_primary_selection),
8852         (ev_view_button_press_event), (ev_view_motion_notify_event),
8853         (ev_view_button_release_event), (page_changed_cb):
8854
8855         Fix text selection
8856
8857 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
8858
8859         * shell/ev-view.c: (compute_border), (get_page_extents),
8860         (doc_rect_to_view_rect), (highlight_find_results),
8861         (ev_view_bin_expose), (ev_view_select_all),
8862         (ev_view_motion_notify_event), (update_find_status_message),
8863         (jump_to_find_result), (jump_to_find_page):
8864
8865         First go at fixing search, still buggy
8866
8867 2005-05-04  Kristian Høgsberg  <krh@redhat.com>
8868
8869         * shell/ev-sidebar.c (ev_sidebar_init): Remove frame around
8870         dropdown box and button at the top of the sidebar.
8871
8872 2005-05-02  James Bowes  <bowes@cs.dal.ca>
8873
8874         * configure.ac: Output zoom-control Makefile.
8875         * cut-n-paste/Makefile.am: build zoom-control subdir.
8876         * cut-n-paste/zoom-control/ephy-zoom-action.c:
8877         * cut-n-paste/zoom-control/ephy-zoom-action.h:
8878         * cut-n-paste/zoom-control/ephy-zoom-control.c:
8879         * cut-n-paste/zoom-control/ephy-zoom-control.h:
8880         * cut-n-paste/zoom-control/ephy-zoom.c:
8881         * cut-n-paste/zoom-control/ephy-zoom.h: New files imported
8882         from epiphany, and modified to add a separator into the menu.
8883         * cut-n-paste/zoom-control/Makefile.am: Build zoom-control.
8884         * data/evince-ui.xml: Replace old zoom toolbar actions with new
8885         zoom-control action.
8886         * shell/Makefile.am: Include zoom-control flags.
8887         * shell/ev-view.c: (ev_view_set_zoom), (ev_view_get_zoom),
8888         (ev_view_get_sizing_mode), (ev_view_zoom_in), (ev_view_zoom_out),
8889         (ev_view_zoom_for_size_presentation),
8890         (ev_view_zoom_for_size_continuous_and_dual_page),
8891         (ev_view_zoom_for_size_continuous),
8892         (ev_view_zoom_for_size_dual_page),
8893         (ev_view_zoom_for_size_single_page), (ev_view_zoom_normal): 
8894         s/ev_view_zoom/ev_view_set_zoom/ and make public, add 
8895         ev_view_get_zoom and ev_view_get_sizing_mode.
8896         * shell/ev-view.h:
8897         * shell/ev-window.c: (update_action_sensitivity),
8898         (update_sizing_buttons), (zoom_control_changed_cb),
8899         (register_custom_actions): Initialize and use the zoom-control 
8900         widget.
8901
8902 Sun May  1 00:46:47 2005  Jonathan Blandford  <jrb@redhat.com>
8903
8904         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init): Change the
8905         preview cache back to 1.  Don't know when it got set to 0.
8906         
8907         * shell/ev-view.c: (compute_border), (ev_view_realize),
8908         (draw_one_page), (ev_view_set_property), (ev_view_get_property),
8909         (ev_view_class_init), (ev_view_init), (ev_view_set_fullscreen),
8910         (ev_view_get_fullscreen), (ev_view_set_presentation),
8911         (ev_view_get_presentation), (ev_view_set_sizing_mode),
8912         (ev_view_zoom_for_size_presentation), (ev_view_set_zoom_for_size):
8913         * shell/ev-view.h:
8914         * shell/ev-window.c:
8915         (update_chrome_visibility),
8916         (ev_window_cmd_continuous), (ev_window_cmd_dual),
8917         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
8918         (update_document_mode), (ev_window_update_fullscreen_action),
8919         (ev_window_fullscreen), (ev_window_unfullscreen),
8920         (ev_window_cmd_view_fullscreen),
8921         (ev_window_update_presentation_action),
8922         (ev_window_run_presentation), (ev_window_stop_presentation),
8923         (ev_window_cmd_view_presentation), (ev_window_state_event),
8924         (ev_window_focus_in_event), (ev_window_focus_out_event),
8925         (ev_window_cmd_escape), (ev_window_sidebar_visibility_changed_cb):
8926         * data/evince-ui.xml: Initial presentation mode.  We should
8927         probably hide this until it's done, as it's quite rough.  Also,
8928         change full-screen to fullscreen and add two getters to EvView.
8929
8930 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
8931
8932         * shell/ev-page-action.c: (update_page_cache),
8933         (ev_page_action_dispose):
8934         * shell/ev-window.c: (destroy_fullscreen_popup),
8935         (ev_window_create_fullscreen_popup):
8936
8937         Use connect_object rather than explicitly
8938         disconnect on dispose.
8939
8940 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
8941
8942         * shell/ev-page-action.c: (update_page_cache),
8943         (ev_page_action_dispose):
8944
8945 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8946
8947         * backend/ev-page-cache.c: (_ev_page_cache_new),
8948         (ev_page_cache_set_page_label),
8949         (ev_page_cache_has_nonnumeric_page_labels):
8950         * backend/ev-page-cache.h:
8951         * shell/ev-page-action.c: (update_pages_label):
8952         
8953         If all page labels are numeric, fallback to default
8954         way to display number of pages. See bug 173185.
8955
8956 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8957
8958         * shell/ev-page-action.c: (ev_page_action_dispose):
8959         * shell/ev-view.c: (view_update_range_and_current_page):
8960         * shell/ev-window.c: (ev_window_dispose):
8961         
8962         Set page on scroll in continuous mode. Fixes bug 301986.
8963         Also cleanup callbacks on destroy of EvWindow and EvPageAction.
8964
8965 2005-04-26  Marco Pesenti Gritti <mpg@redhat.com>
8966
8967         * configure.ac:
8968
8969         Require poppler 0.3.0
8970
8971 2005-04-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8972         
8973         * shell/Makefile.am, configure.ac: Fix build problems
8974         with t1lib. Bug 301996.
8975
8976 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8977
8978         * shell/ev-view.c: (ev_view_scroll_event):
8979         
8980         Scroll up increase zoom
8981
8982 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8983
8984         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init),
8985         (ev_view_set_sizing_mode),
8986         (ev_view_zoom_for_size_continuous_and_dual_page),
8987         (ev_view_zoom_for_size_continuous):
8988         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
8989         (ev_window_cmd_view_page_width), (ev_window_cmd_view_zoom_in),
8990         (ev_window_cmd_view_zoom_out), (ev_window_sizing_mode_changed_cb),
8991         (ev_window_init):
8992
8993         Control + Scroll does zooming, Shift + Scroll scrolls horizontally
8994         Fix for 165473 and 165472.
8995
8996 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8997
8998         * po/POTFILES.in:
8999         * thumbnailer/Makefile.am:
9000         * thumbnailer/evince-thumbnailer-djvu.schemas.in:
9001         * thumbnailer/evince-thumbnailer-dvi.schemas.in:
9002         * thumbnailer/evince-thumbnailer.schemas.in:
9003         
9004         Make thumbnailer schemas translatable. Fix for bug 301773
9005         
9006         * thumbnailer/evince-thumbnailer-djvu.schemas:
9007         * thumbnailer/evince-thumbnailer-dvi.schemas:
9008         * thumbnailer/evince-thumbnailer.schemas:
9009
9010         Removed files
9011
9012 Sun Apr 24 01:37:39 2005  Jonathan Blandford  <jrb@redhat.com>
9013
9014         * shell/ev-view.c (ev_view_init): forgot to set this.
9015
9016 Sun Apr 24 01:07:27 2005  Jonathan Blandford  <jrb@redhat.com>
9017
9018         * shell/ev-view.c: (find_page_at_location),
9019         (get_link_at_location),
9020         (ev_view_set_show_border), (ev_view_set_spacing),
9021         (ev_view_zoom_for_size_continuous_and_dual_page),
9022         (ev_view_zoom_for_size_continuous): Fix links for dual/continuous.
9023         Also, add a quick fix measuring of widths.  Also, removed
9024         ev_view_set_spacing and ev_view_set_show_border.
9025         
9026         * shell/ev-window.c: (ev_window_unfullscreen),
9027         (ev_window_cmd_view_fullscreen): Don't adjust the border/spacing.
9028
9029 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9030
9031         * shell/ev-view.c: (view_update_range_and_current_page),
9032         (page_changed_cb):
9033         
9034         Fix crash on exit and scrolling to page in continuous view.
9035
9036 Sat Apr 23 13:13:04 2005  Jonathan Blandford  <jrb@redhat.com>
9037
9038         * TODO:
9039         * backend/ev-page-cache.c: (_ev_page_cache_new),
9040         (ev_page_cache_get_max_width_size),
9041         (ev_page_cache_get_max_height_size):
9042         * backend/ev-page-cache.h:
9043         * data/evince-ui.xml:
9044         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init):
9045         * shell/ev-view.c: (view_update_adjustments),
9046         (view_update_range_and_current_page), (get_bounding_box_size),
9047         (ev_view_size_request_continuous_and_dual_page),
9048         (ev_view_size_request_continuous),
9049         (ev_view_size_request_dual_page),
9050         (ev_view_size_request_single_page), (ev_view_size_request),
9051         (ev_view_size_allocate), (get_page_extents), (draw_one_page),
9052         (ev_view_bin_expose), (ev_view_expose_event),
9053         (ev_view_set_property), (ev_view_get_property),
9054         (ev_view_class_init), (ev_view_init), (ev_view_new),
9055         (page_changed_cb), (ev_view_zoom), (ev_view_set_continuous),
9056         (ev_view_set_dual_page), (ev_view_set_full_screen),
9057         (ev_view_set_presentation), (ev_view_set_sizing_mode),
9058         (ev_view_can_zoom_in), (ev_view_can_zoom_out), (ev_view_zoom_in),
9059         (ev_view_zoom_out), (zoom_for_size_fit_width),
9060         (zoom_for_size_best_fit),
9061         (ev_view_zoom_for_size_continuous_and_dual_page),
9062         (ev_view_zoom_for_size_continuous),
9063         (ev_view_zoom_for_size_dual_page),
9064         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
9065         (ev_view_show_cursor), (ev_sizing_mode_get_type):
9066         * shell/ev-view.h:
9067         * shell/ev-window.c: (update_action_sensitivity),
9068         (ev_window_cmd_continuous), (ev_window_cmd_dual),
9069         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
9070         (update_sizing_buttons), (ev_window_cmd_view_zoom_in),
9071         (ev_window_cmd_view_zoom_out), (update_view_size),
9072         (ev_window_set_sizing_mode), (ev_window_init):
9073
9074         Add Continuous and Dual page modes.
9075
9076 2005-04-23  James Bowes  <bowes@cs.dal.ca>
9077
9078         * dvi/dvi-document.c: (dvi_document_load),
9079         (dvi_document_thumbnails_get_thumbnail),
9080         (dvi_document_init_params): Fix up some mixups between
9081         width and height to correct thumbnail rendering.
9082
9083 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9084
9085         * dvi/mdvi-lib/private.h:
9086         * dvi/mdvi-lib/setup.c: (mdvi_init_kpathsea):
9087         
9088         Suppess output for kpathsea during font generation. Thanks to
9089         James Bowes
9090
9091 Fri Apr 22 19:57:46 2005  Jonathan Blandford  <jrb@redhat.com>
9092
9093         * NEWS:
9094         * configure.ac:
9095
9096         Release 0.2.1
9097
9098         * Makefile.am: fix distcheck.
9099
9100 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9101
9102         * shell/ev-sidebar-links.c: (selection_changed_callback),
9103         (update_page_callback), (row_activated_callback),
9104         (job_finished_callback), (ev_sidebar_links_set_document):
9105         
9106         Fix for bug #169901. Double click on links expands tree.
9107
9108 2005-03-14  Bryan Clark  <clarkbw@cvs.gnome.org>
9109
9110         * shell/ev-window.c (ev_window_init): Removed fullscreen toolbar
9111         hard-coded style. Fix for bug 170111
9112
9113 2005-04-22  Kristian Høgsberg  <krh@redhat.com>
9114
9115         * shell/ev-view.c (highlight_find_results): Remove unnecessary
9116         locking.
9117
9118 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
9119
9120         * thumbnailer/evince-thumbnailer.schemas: real fix for bug 172496
9121
9122 2005-04-22  Marco Pesenti Gritti  <mpg@redhat.com>
9123
9124         * pdf/ev-poppler.cc:
9125         * shell/ev-view.c: (highlight_find_results):
9126
9127         Fix find on single page documents
9128
9129 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
9130
9131         * data/evince.schemas.in: fix for bug 301390
9132
9133 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
9134
9135         * shell/ev-view.c: (ev_view_can_zoom_in), (ev_view_can_zoom_out),
9136         (ev_view_zoom_out), (ev_view_zoom_normal):
9137         * shell/ev-view.h:
9138         * shell/ev-window.c: (update_action_sensitivity),
9139         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
9140         (ev_window_cmd_view_zoom_in), (ev_window_cmd_view_zoom_out),
9141         (ev_window_cmd_view_normal_size):
9142
9143         Fix normal size zoom. Make zoom in/zoom out unsensitive when
9144         they are behyond the limits. Tweak MAX_ZOOM to 6, sucks but
9145         better than oom. 
9146
9147 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
9148
9149         * configure.ac:
9150
9151         Depend on 2.57, 2.59 doesnt seem to be necessary
9152
9153 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
9154
9155         * shell/ev-page-action.c: (update_pages_label), (page_changed_cb),
9156         (create_tool_item):
9157
9158         Put back total number of pages as (1 of 1234)
9159
9160 Thu Apr 21 23:37:52 2005  Jonathan Blandford  <jrb@redhat.com>
9161
9162         * shell/ev-pixbuf-cache.c (dispose_cache_job_info): actually
9163         remove the job.
9164
9165         * backend/ev-document.h: Remove EV_DOC_MUTEX in favor of a locking
9166         function.  This helps debugging.
9167
9168 2005-04-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9169
9170         * djvu/djvu-document.c: (djvu_document_class_init),
9171         (djvu_document_get_info), (djvu_document_document_iface_init):
9172         * dvi/dvi-document.c: (dvi_document_class_init),
9173         (dvi_document_get_info), (dvi_document_document_iface_init):
9174
9175         Dummy implementation of get_info method for dvi and
9176         djvu. Fix crashes with those backends
9177
9178 2005-04-20  Marco Pesenti Gritti <mpg@redhat.com>
9179
9180         * data/evince.desktop.in:
9181
9182         Add application/x-gzpostscript
9183
9184 2005-04-20  Bryan Clark  <clarkbw@cvs.gnome.org>
9185
9186         * data/evince.schemas.in: Added real long descriptions, 
9187         closes bug 172496 
9188
9189         * README: Added actual text, closes bug 171869
9190
9191 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
9192
9193         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9194
9195         Thumbnail page 0
9196
9197 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
9198
9199         * backend/ev-document-info.h:
9200
9201         s/GDate */GDate so we can just use g_free
9202
9203 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
9204
9205         * shell/ev-window.c: (update_document_mode),
9206         (ev_window_setup_document):
9207
9208         Show the window in fullscreen when specified by
9209         the document
9210
9211 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
9212
9213         * backend/ev-document.c: (ev_document_class_init),
9214         (ev_document_get_info), (ev_document_render_pixbuf):
9215         * backend/ev-document.h:
9216         * backend/ev-page-cache.c: (_ev_page_cache_new):
9217         * pdf/ev-poppler.cc:
9218         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
9219         (pixbuf_document_get_info), (pixbuf_document_document_iface_init):
9220         * ps/ps-document.c: (ps_document_class_init), (document_load),
9221         (ps_document_get_info), (ps_document_document_iface_init):
9222
9223         Remove get_title from the interface, we can just use document info
9224
9225 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
9226
9227         * backend/Makefile.am:
9228         * backend/ev-document.c: (ev_document_render_get_info):
9229         * backend/ev-document.h:
9230         * pdf/ev-poppler.cc:
9231
9232         Initial support for document info. Based on jrb patch.
9233
9234 2005-04-19  Paolo Borelli <pborelli@katamail.com>
9235
9236         * shell/ev-window.c: (ev_window_state_event),
9237         (ev_window_class_init), (ev_window_init):
9238         
9239         Doesn't show resize grip when maximized. See bug #301053
9240
9241 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9242
9243         * po/POTFILES.in:
9244         
9245         ev-sidebar-thumbnails now has translatable labels
9246         
9247         * shell/Makefile.am:
9248         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document),
9249         (ev_sidebar_links_support_document), (ev_sidebar_links_get_label),
9250         (ev_sidebar_links_page_iface_init):
9251         * shell/ev-sidebar-links.h:
9252         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
9253         (ev_sidebar_page_support_document), (ev_sidebar_page_set_document),
9254         (ev_sidebar_page_get_label):
9255         * shell/ev-sidebar-page.h:
9256         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_new),
9257         (ev_sidebar_thumbnails_set_document),
9258         (ev_sidebar_thumbnails_support_document),
9259         (ev_sidebar_thumbnails_get_label),
9260         (ev_sidebar_thumbnails_page_iface_init):
9261         * shell/ev-sidebar-thumbnails.h:
9262         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
9263         (ev_sidebar_set_document):
9264         * shell/ev-sidebar.h:
9265         * shell/ev-window.c: (ev_window_setup_document), (ev_window_init):
9266         
9267         Small rework of sidebar code. Now sidebar pages should implement
9268         EvSidebarPage interface. That makes page management in EvSidebar
9269         easier. See bug #164811 for details
9270
9271 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9272
9273         * shell/ev-application.c: (ev_application_open):
9274         * shell/ev-document-types.c:
9275         
9276         Fix build error and small problem with application exit
9277
9278 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9279
9280         * thumbnailer/Makefile.am:
9281         * thumbnailer/evince-thumbnailer-djvu.schemas:
9282         * thumbnailer/evince-thumbnailer-dvi.schemas:
9283         
9284         Conditionally install schemas for djvu/dvi thumbnailer
9285
9286 2005-04-18  David Malcolm  <dmalcolm@redhat.com>
9287
9288         * shell/ev-document-types.h: 
9289         * shell/ev-document-types.c: 
9290         New files, handling the mapping from mimetypes to backends
9291         
9292         * shell/ev-window.c: 
9293         * thumbnailer/evince-thumbnailer.c:     
9294         Use the ev-document-types code
9295         
9296         * shell/Makefile.am: 
9297         Added new convenience library libevbackendfactory_la, containing
9298         the new mimetype->backend logic; moved the backends into it.
9299
9300         * thumbnailer/Makefile.am:
9301         Make the thumbnailer link with the libevbackend.la convenience
9302         library, rather than having a duplicate of the backend logic here.
9303
9304 2005-04-18  Paolo Borelli  <pborelli@katamail.com>
9305
9306         * shell/ev-stock-icons.c: constify some vars.
9307         * shell/ev-window.c: ditto.
9308
9309 2005-04-18  Marco Pesenti Gritti  <mpg@redhat.com>
9310
9311         * ps/ps-document.c (get_page_orientation):
9312
9313         Respect document orientation 
9314
9315 2005-04-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9316
9317         * djvu/Makefile.am:
9318         * dvi/Makefile.am:
9319         * shell/Makefile.am:
9320         
9321         Move library dependencies to components.
9322         
9323         * shell/ev-window.c: (update_window_title),
9324         (start_loading_document):
9325         
9326         Fix display of uris with spaces. Bug 168358.
9327
9328 Sat Apr 16 18:53:47 2005  Jonathan Blandford  <jrb@redhat.com>
9329
9330         * shell/ev-sidebar-links.c: (selection_changed_cb):
9331         * shell/ev-view.c: (ev_view_finalize), (go_to_link),
9332         (ev_view_button_release_event), (ev_view_set_document):
9333         * shell/ev-view.h:
9334         * shell/ev-window.c: (find_bar_search_changed_cb):
9335         * shell/ev-window.h: Minor cleanups removing some dead code.
9336
9337 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9338
9339         * backend/ev-page-cache.c: (_ev_page_cache_new):
9340         
9341         Set current page to 0 if document has pages.
9342
9343 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
9344
9345         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9346
9347         Initialize GError to NULL, fix a crash when loading fails.
9348
9349 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
9350
9351         * shell/ev-window.c: (update_view_size):
9352
9353         Calculate shadow size only when there is actually
9354         a shadow.
9355
9356 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
9357
9358         * shell/ev-view.c: (ev_view_set_spacing), (ev_view_init):
9359         * shell/ev-view.h:
9360
9361         Allow setting view spacing, default to 0
9362
9363         * shell/ev-window.c: (ev_window_unfullscreen),
9364         (ev_window_cmd_view_fullscreen), (ev_window_init):
9365
9366         Remove spacing in fullscreen mode
9367
9368 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
9369
9370         * shell/ev-view.c: (compute_border), (compute_zoom_factor),
9371         (ev_view_size_request), (expose_bin_window),
9372         (ev_view_set_show_border), (ev_view_init), (page_changed_cb):
9373         * shell/ev-view.h:
9374         * shell/ev-window.c: (ev_window_unfullscreen),
9375         (ev_window_cmd_view_fullscreen):
9376
9377         Do not draw the border in fulscreen
9378
9379 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
9380
9381         * shell/ev-view.c: (ev_view_get_offsets), (compute_zoom_factor),
9382         (ev_view_size_request), (expose_bin_window), (ev_view_select_all),
9383         (find_page_at_location), (page_changed_cb):
9384
9385         Rework border calculation, so that I can more easily disable it.
9386         Code somewhat cleaner too.
9387
9388 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
9389
9390         * backend/ev-page-cache.c: (ev_page_cache_init),
9391         (_ev_page_cache_new):
9392
9393         Remove some assertions, documents can have 0 pages.
9394         Make initial current page -1.
9395
9396         * shell/ev-page-action.c: (page_changed_cb):
9397
9398         Show "" if current page is -1
9399
9400         * shell/ev-window.c: (update_action_sensitivity),
9401         (ev_window_setup_document):
9402
9403         When document has 0 pages do not set the view
9404         and make nearly everything insensitive.
9405
9406 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9407
9408         * shell/ev-page-view.c:
9409         * shell/ev-page-view.h:
9410
9411         Remove unused files.
9412         
9413         * shell/ev-sidebar-thumbnails.c:
9414         (ev_sidebar_thumbnails_set_document):
9415         * shell/ev-sidebar.c: (ev_sidebar_set_document),
9416         (ev_sidebar_supports_document):
9417         * shell/ev-sidebar.h:
9418         * shell/ev-window.c: (ev_window_setup_document):
9419         
9420         Doesn't show thumbnails if document has 1 page. Make
9421         sidebar menu entries sensitive only if if they have 
9422         sense. Fix bug 164811. 
9423
9424 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
9425
9426         * shell/ev-view.c: (compute_zoom_factor), (ev_view_size_request),
9427         (page_changed_cb), (ev_view_zoom), (ev_view_zoom_in),
9428         (ev_view_zoom_out), (ev_view_set_size):
9429
9430         Rework sizing to deal with documents with not uniform page
9431         size.
9432
9433 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
9434
9435         * backend/ev-page-cache.c: (_ev_page_cache_new):
9436
9437         Fix several page size caching bugs
9438
9439 2005-04-15  Luca Ferretti <elle.uca@libero.it>
9440
9441         * shell/ev-window.c: (set_action_properties):
9442
9443         Make all toolbar items translatable
9444
9445 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
9446
9447         * ps/ps-document.c: (ps_document_init), (ps_document_get_type),
9448         (save_page_list), (ps_document_save),
9449         (ps_document_document_iface_init), (ps_document_ps_export_begin),
9450         (ps_document_ps_export_do_page), (ps_document_ps_export_end),
9451         (ps_document_ps_exporter_iface_init):
9452         * ps/ps-document.h:
9453
9454         Based on a patch by J�rg Billeter <j@bitron.ch>
9455         
9456         Implement print and save a copy for the ps backend.
9457
9458 2005-04-14  Marco Pesenti Gritti <mpg@redhat.com>
9459
9460         * backend/ev-document.h:
9461         * djvu/djvu-document.c: (djvu_document_can_get_text),
9462         (djvu_document_document_iface_init):
9463         * dvi/dvi-document.c: (dvi_document_can_get_text),
9464         (dvi_document_document_iface_init):
9465         * pdf/ev-poppler.cc:
9466         * pixbuf/pixbuf-document.c: (pixbuf_document_can_get_text),
9467         (pixbuf_document_document_iface_init):
9468         * ps/ps-document.c: (ps_document_can_get_text),
9469         (ps_document_document_iface_init):
9470         * shell/ev-view.c: (ev_view_copy), (ev_view_primary_get_cb):
9471         * shell/ev-window.c: (update_action_sensitivity):
9472
9473         Fix the crash when trying to copy in backends that doesnt
9474         support it. We can implement a better solution once we
9475         do real text selection.
9476
9477 2005-04-12  Marco Pesenti Gritti <mpg@redhat.com>
9478
9479         * data/evince-ui.xml:
9480         * shell/ev-window.c: (ev_window_cmd_escape):
9481         
9482         Work around the Escape conflict (find bar and unfullscreen)
9483
9484 2005-04-12  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
9485
9486         * backend/ev-page-cache.c: (ev_page_cache_next_page):
9487         
9488         Fix for #300233. Next page correctly handles document end.
9489         
9490         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
9491         (ev_sidebar_thumbnails_class_init),
9492         (ev_sidebar_thumbnails_set_document),
9493         (ev_sidebar_thumbnails_clear_job),
9494         (ev_sidebar_thumbnails_clear_model):
9495         
9496         Cleanup thumbnail jobs on document changes.
9497         
9498         * shell/ev-view.c: (add_scroll_binding_keypad),
9499         (add_scroll_binding_shifted), (ev_view_class_init):
9500         
9501         Shift + Space scrolls up. Fix for #173184
9502         
9503         * shell/ev-window.c: (ev_window_open_page),
9504         (ev_window_cmd_view_reload):
9505         
9506         Fix reload (Bug #300094)
9507
9508 2005-04-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9509
9510         
9511         * dvi/mdvi-lib/assoc.c:
9512         * dvi/mdvi-lib/assoc.h: Removed garbage files
9513         
9514         * dvi/mdvi-lib/bitmap.c:
9515         * dvi/mdvi-lib/color.c: (mdvi_set_color), (mdvi_push_color),
9516         (mdvi_pop_color), (mdvi_reset_color), (get_color_table):
9517         * dvi/mdvi-lib/color.h: Antialias of rules
9518         
9519         * dvi/mdvi-lib/common.h:
9520         * dvi/mdvi-lib/dviread.c: (mdvi_configure), (mdvi_init_context),
9521         (mdvi_destroy_context), (draw_shrink_rule), (draw_box), (set_rule):
9522         * dvi/mdvi-lib/files.c:
9523         * dvi/mdvi-lib/fontmap.c: (ps_init_default_paths):
9524         * dvi/mdvi-lib/mdvi.h:
9525         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
9526         * dvi/mdvi-lib/tfmfile.c: (ofm_load_file):
9527         * dvi/mdvi-lib/util.c: Fix compile warnings
9528         
9529         * dvi/dvi-document.c:
9530         (dvi_document_load), (dvi_document_thumbnails_get_dimensions),
9531         (dvi_document_thumbnails_get_thumbnail),
9532         (dvi_document_document_thumbnails_iface_init):
9533         * dvi/mdvi-lib/Makefile.am:
9534         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
9535         (dvi_pixbuf_set_color), (mdvi_pixbuf_device_render):
9536         
9537         Dvi backend now renders thumbnails
9538
9539 2005-04-09  Christian Persch  <chpe@cvs.gnome.org>
9540
9541         * shell/main.c: (main): 
9542         
9543         Save accelerators on exit. Fixes bug #172095.
9544
9545 Sat Apr  9 01:05:09 2005  Jonathan Blandford  <jrb@redhat.com>
9546
9547         * shell/ev-pixbuf-cache.c (move_one_job): Actually fix the "FIXME:
9548         update priority" comment.
9549
9550         * backend/ev-job-queue.c: Give a way to change priority.
9551
9552 Sat Apr  9 00:05:36 2005  Jonathan Blandford  <jrb@redhat.com>
9553
9554         * shell/ev-page-action.c: Fix logic.
9555
9556 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
9557
9558         * shell/ev-view.c: (ev_view_can_find_next):
9559         * shell/ev-window.c: (ev_window_setup_document):
9560
9561         Check that the document supports find
9562
9563 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
9564
9565         * data/evince-ui.xml:
9566         * shell/ev-view.c: (ev_view_can_find_next):
9567         * shell/ev-view.h:
9568         * shell/ev-window.c: (update_action_sensitivity),
9569         (find_changed_cb), (ev_window_setup_document),
9570         (ev_window_cmd_edit_find_next):
9571
9572         Add Edit->Find Next
9573
9574 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
9575
9576         * pdf/ev-poppler.cc:
9577         * shell/ev-print-job.c: (idle_print_handler):
9578
9579         Make printing work again
9580
9581 Fri Apr  8 01:12:24 2005  Jonathan Blandford  <jrb@redhat.com>
9582
9583         * shell/ev-page-action.h:
9584         * shell/ev-page-action.c: (ev_page_action_widget_init),
9585         (ev_page_action_widget_class_init), (page_changed_cb),
9586         (create_tool_item), (update_page_cache), (build_new_tree_cb),
9587         (get_filter_model_from_model), (match_selected_cb),
9588         (display_completion_text), (match_completion), (update_model),
9589         (connect_proxy), (ev_page_action_set_property),
9590         (ev_page_action_get_property), (ev_page_action_set_document),
9591         (ev_page_action_set_model), (ev_page_action_class_init): Big
9592         reworking to make completions work iff we have >= GTK-2.7.0
9593                 
9594         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_property),
9595         (ev_sidebar_links_get_property), (ev_sidebar_links_class_init),
9596         (job_finished_cb): We now have a 'model' property that is set when
9597         the links are loaded.  This can be caught with "notify::model"
9598
9599         * shell/ev-window.c: (sidebar_widget_model_set), (ev_window_init):
9600         listen for the model to be set, and propagate it to the action.
9601
9602 2005-04-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9603
9604         * cut-n-paste/recent-files/egg-recent-item.c:
9605         (egg_recent_item_set_uri), (make_valid_utf8),
9606         (egg_recent_item_set_mime_type), (egg_recent_item_get_mime_type):
9607         * cut-n-paste/recent-files/egg-recent-item.h:
9608         
9609         Update egg-recent from libegg. This should fix long
9610         startup problem. For details see
9611         http://bugzilla.gnome.org/show_bug.cgi?id=160531
9612
9613 2005-04-07  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9614
9615         * cut-n-paste/recent-files/Makefile.am:
9616         * data/evince-ui.xml, shell/Makefile.am:
9617         * shell/ev-application.c, shell/ev-application.h:
9618         * shell/ev-window.c: Recent files support.
9619         
9620         * configure.ac: Added "ru" to ALL_LINGUAS.
9621         
9622         * dvju: new backend to support DJVU files.
9623         * dvi: new backend to support DVI.
9624
9625         * configure.ac, Makefile.am, shell/Makefile.am, ev-window.c:
9626         * ev-application.c: Support for new backends.
9627         
9628         * help, ev-window.c, main.c shell/Makefile.am: 
9629         Evince user documentation.
9630
9631 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
9632
9633         * po/POTFILES.in:
9634         * shell/ev-window.c:
9635         * thumbnailer/evince-thumbnailer.c:
9636
9637         s/pdf-document/ev-poppler
9638
9639 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
9640
9641         * NEWS:
9642         * configure.ac:
9643
9644         Release 0.2.0
9645
9646         * ps/ps-document.c: (setup_pixmap):
9647
9648         Remove debug code
9649
9650 2005-04-05  Kristian Høgsberg  <krh@redhat.com>
9651
9652         * backend/ev-page-cache.c (ev_page_cache_next_page): 
9653         * shell/ev-window.c (ev_window_cmd_go_next_page) 
9654         (ev_window_cmd_go_first_page): Fix of by one errors.
9655
9656 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
9657
9658         * ps/ps-document.c: (get_page_box):
9659
9660         Fix page size calculation
9661
9662 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
9663
9664         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
9665         (ps_document_cleanup), (setup_pixmap), (get_page_box),
9666         (get_page_orientation), (setup_page), (document_load),
9667         (ps_document_get_page_size), (render_pixbuf_idle):
9668         * ps/ps-document.h:
9669
9670         More refactoring to adapt to EvDocument changes
9671
9672 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
9673
9674         * ps/ps-document.c: (start_interpreter):
9675
9676         Actually add alpha args
9677
9678 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
9679
9680         * pdf/ev-poppler.cc:
9681
9682         Make clipboard work again
9683
9684 2005-04-04  Kristian Høgsberg  <krh@redhat.com>
9685
9686         Make searching work again.
9687         
9688         * backend/ev-document.c:
9689         * backend/ev-document.h:
9690         * backend/ev-document-find.c:
9691         * backend/ev-document-find.h: Change EvDocumentIface so we no
9692         longer store the current page or zoom level in the document.  The
9693         consequence is that all calls that operate on the current page now
9694         instead take the page number as an extra argument, and all
9695         coordinates are now doubles in document coordinate system.
9696
9697         * pdf/ev-poppler.cc:
9698         * pixbuf/pixbuf-document.c:
9699         * ps/ps-document.c: Update backends accordingly.
9700
9701 2005-04-04  Marco Pesenti Gritti <marco@gnome.org>
9702
9703         * autogen.sh:
9704
9705         Add required gettext version
9706
9707 Sat Apr  2 18:57:00 2005  Jonathan Blandford  <jrb@redhat.com>
9708
9709         * shell/evwindow.c: Patch from Alberto Mesas <amesas@gmail.com> to
9710         make F1 bring up non-existent help.
9711
9712         * shell/eggfindbar.c: Patch from Christian Persch to sync to
9713         epiphany's find bar, #167477
9714
9715         * shell/ev-view.c (ev_view_jump): Patch from Emil Soleyman-Zomalan
9716         <emil@nishra.com> to add space-bar scrolling, 
9717
9718         * shell/ev-window.c (static GtkActionEntry entries): add default
9719         keybinding for Help (F1)
9720         Fixes #171068
9721
9722         * shell/ev-view.c (ev_view_show_cursor): Fix from Yuval Tanny
9723         changing EV_VIEW_CURSOR_LINK to EV_VIEW_CURSOR_NORMAL resolves bug
9724         170110
9725
9726 2005-04-01  David Malcolm  <dmalcolm@redhat.com>
9727
9728         * Makefile.am: 
9729         * pixbuf/pixbuf-document.c: 
9730
9731         Got pixbuf backend working again
9732
9733 2005-04-01  Steve Murphy  <murf@e-tools.com>
9734
9735         * configure.in: Added "rw" to ALL_LINGUAS.
9736
9737 Fri Apr  1 02:33:41 2005  Jonathan Blandford  <jrb@redhat.com>
9738
9739         * shell/ev-sidebar-links.c (create_loading_model): Fix mismatch in
9740         model types, noticed by Martin Kretzschmar.
9741
9742 2005-04-01  Kristian Høgsberg  <krh@redhat.com>
9743
9744         * pdf/ev-poppler.cc: Implement search based on
9745         poppler_page_find_text().  Currently a bit crude since we remember
9746         all matches from all pages.  Also, we grab the big document lock
9747         when we search since searching changes the underlying stream and
9748         thus conflicts with the rendering thread.
9749         
9750         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
9751         (jump_to_find_page), (ev_view_set_document), (ev_view_find_next),
9752         (ev_view_find_previous): Fix some page indexes to be 0 based,
9753         offset rubber band by view offset,
9754
9755 Fri Apr 01 09:21:12 2005  Pablo Saratxaga  <pablo@mandrakesoft.com>
9756
9757         * configure.ac: Added Walloon (wa) to ALL_LINGUAS.
9758
9759 Fri Apr  1 01:59:39 2005  Jonathan Blandford  <jrb@redhat.com>
9760
9761         * shell/ev-page-action.c: Changed to use page labels now.  Rewrote
9762         completely because I didn't understand GtkActions.  I should
9763         read Marco's code more carefully in the future.
9764
9765         * backend/ev-page-cache.h (ev_page_cache_set_page_label): New
9766         function
9767
9768 2005-03-31  Kristian Høgsberg  <krh@redhat.com>
9769
9770         * pdf/ev-poppler.cc (pdf_document_get_links): Update to work with
9771         PopplerRectangle change from poppler CVS.
9772
9773 Thu Mar 31 13:27:50 2005  Jonathan Blandford  <jrb@redhat.com>
9774
9775         * backend/ev-document.c: (ev_document_get_page_label):
9776         * backend/ev-document.h:
9777         * backend/ev-page-cache.c: (_ev_page_cache_new),
9778         (ev_page_cache_get_page_label):
9779         * backend/ev-page-cache.h:
9780         * pdf/ev-poppler.cc:
9781         * shell/ev-sidebar-links.c: (ev_sidebar_links_construct),
9782         (links_page_num_func):
9783         * shell/ev-sidebar-thumbnails.c:
9784         (ev_sidebar_thumbnails_set_document):
9785         * shell/ev-view.c: (status_message_from_link),
9786         (ev_view_motion_notify_event):
9787         * shell/ev-window.c: (document_supports_sidebar): Add in page
9788         label support.  It's not perfect yet, but it's the first 'feature'
9789         in a while.
9790         Also, fix a bogus comment noticed by crispin. 
9791
9792 Thu Mar 31 01:21:58 2005  Jonathan Blandford  <jrb@redhat.com>
9793
9794         * Makefile.am: Remove pixbuf backend for now
9795
9796         * configure.ac: Require poppler-glib instead of just poppler.
9797
9798         * backend/ev-document-thumbnails.h: Add a comment
9799
9800         * backend/ev-document.h:
9801         * backend/ev-document.c: (ev_document_class_init),
9802         (ev_document_load), (ev_document_get_link),
9803         (ev_document_get_links): Remove 3 methods and add get_links.
9804         Also, made 0 based.
9805
9806         * backend/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
9807         * backend/ev-jobs.h: now EvJobRender can grab the links for a document.
9808
9809         * backend/ev-link.c: (ev_link_set_title),
9810         (ev_link_mapping_free_foreach), (ev_link_mapping_free),
9811         (ev_link_mapping_find):
9812         * backend/ev-link.h: Allow NULL titles.  Also, introduce a mapping link.
9813         
9814         * backend/ev-page-cache.c: (ev_page_cache_init),
9815         (_ev_page_cache_new), (ev_page_cache_set_current_page),
9816         (ev_page_cache_get_size), (ev_page_cache_next_page),
9817         (ev_page_cache_prev_page): Fix to be 0 based.
9818
9819         * pdf/Makefile.am: 
9820         * pdf/ev-poppler.h:
9821         * pdf/ev-poppler.cc: New backend.
9822         
9823         * ps/ps-document.c: (ps_document_init), (ps_document_set_page),
9824         (ps_document_get_page), (ps_document_document_iface_init):
9825
9826         * shell/ev-pixbuf-cache.h:
9827         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
9828         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
9829         (ev_pixbuf_cache_update_range), (copy_job_to_job_info),
9830         (add_job_if_needed), (ev_pixbuf_cache_set_page_range),
9831         (ev_pixbuf_cache_get_pixbuf), (ev_pixbuf_cache_get_link_mapping):
9832         Fix up code to grab a page cache per each doc.  Also, fix to be 0
9833         based.
9834         
9835         * shell/ev-sidebar-thumbnails.c:
9836         (ev_sidebar_tree_selection_changed), (page_changed_cb),
9837         (ev_sidebar_thumbnails_set_document): Fix to be 0 based.
9838
9839         * shell/ev-view.c: (status_message_from_link),
9840         (find_page_at_location), (get_link_at_location),
9841         (ev_view_motion_notify_event), (ev_view_button_release_event),
9842         (ev_view_init): Use the new link code.  Fix to be 0 based.
9843
9844         * shell/ev-window.c: (update_action_sensitivity),
9845         (document_supports_sidebar): 0 based.
9846
9847 Fri Mar 25 16:55:58 2005  Jonathan Blandford  <jrb@redhat.com>
9848
9849         * pdf/pdf-document.cc: Patch from Fernando Herrera
9850         <fherrera@onirica.com> to fix my quick fix to get_thumbnail.
9851         *blush*
9852
9853 Wed Mar 23 23:49:41 2005  Jonathan Blandford  <jrb@redhat.com>
9854
9855         * pdf/pdf-document.cc (pdf_document_thumbnails_get_thumbnail): add
9856         1 to the page, as this seems to be 1 based.  I thought we has this
9857         fixed.  grump.
9858
9859 2005-03-23  Marco Pesenti Gritti <marco@gnome.org>
9860
9861         * TODO:
9862         * backend/Makefile.am:
9863         * backend/ev-document-links.c:
9864         (ev_document_links_has_document_links),
9865         (ev_document_links_get_links_model):
9866         * backend/ev-document-links.h:
9867         * backend/ev-document.c: (ev_document_get_page_cache),
9868         (ev_document_get_doc_mutex), (ev_document_load),
9869         (ev_document_save), (ev_document_get_title),
9870         (ev_document_get_n_pages), (ev_document_set_page),
9871         (ev_document_get_page), (ev_document_set_target),
9872         (ev_document_set_scale), (ev_document_set_page_offset),
9873         (ev_document_get_page_size), (ev_document_get_text),
9874         (ev_document_get_link), (ev_document_render),
9875         (ev_document_render_pixbuf), (ev_document_scale_changed):
9876         * backend/ev-document.h:
9877         * backend/ev-job-queue.c: (remove_object_from_queue),
9878         (notify_finished), (handle_job), (search_for_jobs_unlocked),
9879         (no_jobs_available_unlocked), (ev_render_thread),
9880         (ev_job_queue_init), (find_queue), (ev_job_queue_add_job),
9881         (ev_job_queue_remove_job):
9882         * backend/ev-job-queue.h:
9883         * backend/ev-jobs.c: (ev_job_init), (ev_job_dispose),
9884         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
9885         (ev_job_links_class_init), (ev_job_render_init),
9886         (ev_job_render_dispose), (ev_job_render_class_init),
9887         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
9888         (ev_job_thumbnail_class_init), (ev_job_finished),
9889         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
9890         (ev_job_render_run), (ev_job_thumbnail_new),
9891         (ev_job_thumbnail_run):
9892         * backend/ev-jobs.h:
9893         * backend/ev-link.c:
9894         * backend/ev-link.h:
9895         * backend/ev-page-cache.c: (ev_page_cache_init),
9896         (ev_page_cache_class_init), (ev_page_cache_finalize),
9897         (_ev_page_cache_new), (ev_page_cache_get_n_pages),
9898         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
9899         (ev_page_cache_set_link), (ev_page_cache_get_title),
9900         (ev_page_cache_get_size), (ev_page_cache_next_page),
9901         (ev_page_cache_prev_page):
9902         * backend/ev-page-cache.h:
9903         * pdf/pdf-document.cc:
9904         * ps/gsdefaults.c:
9905         * ps/gsdefaults.h:
9906         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
9907         (push_pixbuf), (interpreter_failed), (ps_document_cleanup),
9908         (ps_document_widget_event), (ps_document_finalize), (get_xdpi),
9909         (get_ydpi), (setup_pixmap), (setup_page), (close_pipe),
9910         (is_interpreter_ready), (output), (catchPipe), (input),
9911         (start_interpreter), (check_filecompressed), (compute_dimensions),
9912         (ps_document_enable_interpreter), (document_load),
9913         (ps_document_next_page), (render_page), (ps_document_set_page),
9914         (ps_document_set_scale), (render_pixbuf_idle),
9915         (ps_document_render_pixbuf), (ps_document_document_iface_init):
9916         * ps/ps-document.h:
9917         * shell/Makefile.am:
9918         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
9919         (ev_pixbuf_cache_class_init), (ev_pixbuf_cache_finalize),
9920         (dispose_cache_job_info), (ev_pixbuf_cache_dispose),
9921         (ev_pixbuf_cache_new), (job_finished_cb),
9922         (check_job_size_and_unref), (move_one_job),
9923         (ev_pixbuf_cache_update_range), (find_job_cache),
9924         (ev_pixbuf_cache_clear_job_sizes), (add_job_if_needed),
9925         (ev_pixbuf_cache_add_jobs_if_needed),
9926         (ev_pixbuf_cache_set_page_range), (ev_pixbuf_cache_get_pixbuf):
9927         * shell/ev-pixbuf-cache.h:
9928         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
9929         (idle_print_handler):
9930         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
9931         (selection_changed_cb), (create_loading_model),
9932         (ev_sidebar_links_construct), (links_page_num_func),
9933         (ev_sidebar_links_clear_document), (update_page_callback_foreach),
9934         (update_page_callback), (job_finished_cb),
9935         (ev_sidebar_links_set_document):
9936         * shell/ev-sidebar-thumbnails.c:
9937         (ev_sidebar_thumbnails_class_init), (adjustment_changed_cb),
9938         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init),
9939         (page_changed_cb), (thumbnail_job_completed_callback),
9940         (ev_sidebar_thumbnails_set_document):
9941         * shell/ev-sidebar-thumbnails.h:
9942         * shell/ev-sidebar.c: (ev_sidebar_set_document):
9943         * shell/ev-view.c: (ev_view_finalize), (ev_view_destroy),
9944         (ev_view_get_offsets), (ev_view_size_request), (ev_view_realize),
9945         (ev_view_unrealize), (highlight_find_results), (expose_bin_window),
9946         (ev_view_select_all), (ev_view_copy), (ev_view_primary_get_cb),
9947         (ev_view_create_invisible_cursor), (ev_view_motion_notify_event),
9948         (ev_view_button_release_event), (ev_view_scroll_view),
9949         (ev_view_class_init), (ev_view_init), (update_find_status_message),
9950         (jump_to_find_result), (jump_to_find_page), (find_changed_cb),
9951         (ev_view_new), (job_finished_cb), (page_changed_cb),
9952         (ev_view_set_document), (go_to_link), (ev_view_zoom),
9953         (size_to_zoom_factor), (ev_view_set_size), (ev_view_find_next),
9954         (ev_view_find_previous):
9955         * shell/ev-view.h:
9956         * shell/ev-window.c: (update_action_sensitivity),
9957         (ev_window_open_page), (update_window_title), (update_total_pages),
9958         (page_changed_cb), (ev_window_setup_document),
9959         (password_dialog_response), (ev_window_cmd_save_as),
9960         (ev_window_print), (ev_window_cmd_go_previous_page),
9961         (ev_window_cmd_go_next_page), (ev_window_cmd_go_first_page),
9962         (ev_window_cmd_go_last_page), (ev_window_cmd_view_reload),
9963         (find_bar_search_changed_cb), (goto_page_cb), (ev_window_init):
9964         * shell/main.c: (main):
9965
9966         Merge evince-threads branch
9967
9968 2005-03-16  Žygimantas Beručka  <uid0@akl.lt>
9969
9970         * configure.ac: Added "lt" to ALL_LINGUAS.
9971
9972 2005-03-14  Marco Pesenti Gritti  <marco@gnome.org>
9973
9974         * NEWS:
9975         * configure.ac:
9976
9977         Release 0.1.9
9978
9979 2005-03-13  Fernando Herrera  <fherrera@onirica.com>
9980
9981         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9982
9983         Fix here also the thumbnails 1-basedness :)
9984
9985 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
9986
9987         * NEWS:
9988         * configure.ac:
9989
9990         Release 0.1.8
9991
9992 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
9993
9994         * pdf/pdf-document.cc:
9995         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
9996         (do_one_iteration), (ev_sidebar_thumbnails_set_document):
9997
9998         Fix the mess we did with thumbnails and 1-basedness
9999
10000 2005-03-12  Changwoo Ryu  <cwryu@debian.org>
10001
10002         * configure.ac (ALL_LINGUAS): Added "ko" (Korean).
10003
10004 2005-03-09  Marco Pesenti Gritti  <marco@gnome.org>
10005
10006         * NEWS:
10007         * configure.ac:
10008
10009         Release 0.1.7
10010
10011 2005-03-08  Marco Pesenti Gritti  <marco@gnome.org>
10012
10013         * ps/Makefile.am:
10014         * ps/gsdefaults.c: (gtk_gs_defaults_get_interpreter_cmd),
10015         (gtk_gs_defaults_get_alpha_parameters),
10016         (gtk_gs_defaults_get_ungzip_cmd),
10017         (gtk_gs_defaults_get_unbzip2_cmd):
10018         * ps/gsdefaults.h:
10019         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
10020         (ps_document_get_orientation), (document_load),
10021         (ps_document_goto_page), (ps_document_set_page_size):
10022         * ps/ps-document.h:
10023
10024         Some more sanitization of the ps backend. Remove a lot
10025         of unused code and do not base our defaults on ggv
10026         preferences (ugh!)
10027
10028 2005-03-08  Fernando Herrera  <fherrera@onirica.com>
10029
10030         * thumbnailer/evince-thumbnailer.schemas:
10031         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
10032         (main): add -s option for thumbnail size.
10033
10034 2005-03-07  Christian Persch  <chpe@cvs.gnome.org>
10035
10036         * configure.ac:
10037
10038         AC_PROG_RANLIB is rendered obsolete by AC_PROG_LIBTOOL;
10039         remove it.
10040
10041 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
10042
10043         * pdf/pdf-document.cc:
10044
10045         Remove 4 pixels of useless border from the
10046         thumbnail.
10047
10048 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
10049
10050         * backend/ev-document-thumbnails.c:
10051         (ev_document_thumbnails_get_thumbnail):
10052         * backend/ev-document-thumbnails.h:
10053
10054         Rework API a bit. Add a border flag and
10055         change sizing logic (now the size we specify
10056         applies to the bigger dimension).
10057
10058         * pdf/pdf-document.cc:
10059         * pixbuf/pixbuf-document.c:
10060         (pixbuf_document_thumbnails_get_thumbnail):
10061         * shell/ev-sidebar-thumbnails.c: (do_one_iteration):
10062         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
10063
10064         Adapt to the new API and do not draw a border for nautilus
10065         thumbnailer.
10066
10067 2005-03-03  Fernando Herrera  <fherrera@onirica.com>
10068
10069         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
10070         take thumbnails from page "0" instead of "1". Added a copyright header.
10071
10072 2005-03-03  Jens Granseuer  <jensgr@gmx.net>
10073
10074         * ps/ps-document.c: (set_up_page), (start_interpreter):
10075
10076         Make it C89 compliant
10077
10078 2005-03-03  Marco Pesenti Gritti  <marco@gnome.org>
10079
10080         * Makefile.am:
10081         * configure.ac:
10082         * pdf/.cvsignore:
10083         * pdf/pdf-document.cc:
10084         * thumbnailer/Makefile.am:
10085         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
10086         (main):
10087         * thumbnailer/evince-thumbnailer.schemas:
10088         * thumbnailer/pdf-icon.png:
10089
10090         Add a nautilus thumbnailer.
10091         Based on patch by Fernando Herrera <fherrera@onirica.com>.
10092
10093 2005-03-02  Marco Pesenti Gritti  <marco@gnome.org>
10094
10095         * NEWS:
10096         * configure.ac:
10097         * po/POTFILES.in:
10098
10099         Release 0.1.6
10100
10101 2005-03-01  Kristian Høgsberg  <krh@redhat.com>
10102
10103         Use poppler instead of including xpdf source code.  Poppler is a
10104         fork of xpdf to build it as a shared library. See
10105         http://freedesktop.org/wiki/Software/poppler.
10106
10107         * pdf/xpdf/*, pdf/goo/*, pdf/splash/*, pdf/fofi/*: Remove included
10108         xpdf fork.
10109         
10110         * pdf/Makefile.am: Build libpdfdocument.a here.
10111         
10112         * pdf/GDKSplashOutputDev.cc:
10113         * pdf/GDKSplashOutputDev.h:
10114         * pdf/GnomeVFSStream.cc:
10115         * pdf/GnomeVFSStream.h:
10116         * pdf-document.cc:
10117         * pdf-document.h:
10118         * test-gdk-output-dev.cc
10119         * Thumb.cc:
10120         * Thumb.h: Pull these files out of pdf/xpdf and adjust to compile
10121         against poppler.
10122
10123 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
10124
10125         * shell/ev-sidebar-links.c: (ev_sidebar_links_clear_document):
10126
10127         Clear idle stack before unsetting the document
10128
10129 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
10130
10131         * ps/ps-document.c: (ps_document_widget_event),
10132         (ps_document_set_target), (ps_document_finalize),
10133         (ps_document_get_page):
10134
10135         Disconnect the widget event signal on finalize.
10136         Some code cleanups.
10137
10138 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
10139
10140         * ps/ps-document.c: (set_up_page):
10141
10142         If there is no bpixmap create one, even if size
10143         is not changed.
10144
10145 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
10146
10147         * ps/ps-document.c: (ps_document_init), (ps_document_cleanup),
10148         (set_up_page), (document_load), (ps_document_set_zoom):
10149
10150         Default page is 0. Calculate size even when we have no
10151         target yet.
10152
10153 2005-02-28  Carlos Garcia Campos <carlosgc@gnome.org>
10154
10155         * shell/ev-sidebar.c: expand the selection widget to be always as
10156         wide as the sidebar
10157
10158 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
10159
10160         * shell/ev-sidebar-thumbnails.c:
10161         (ev_sidebar_thumbnails_set_document):
10162
10163         Clear the list store when setting document
10164
10165 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
10166
10167         * shell/ev-page-action.c: (update_entry), (sync_entry),
10168         (activate_cb), (entry_size_request_cb), (create_tool_item),
10169         (connect_proxy):
10170
10171         Use an entry for the page control instead of spinbuttons
10172
10173 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
10174
10175         * data/evince.schemas.in:
10176
10177         Correct confusing string
10178
10179 Sun Feb 27 23:00:31 2005  Jonathan Blandford  <jrb@redhat.com>
10180
10181         * shell/ev-sidebar-links.c (do_one_iteration): Handle title links
10182         for real.  Gosh, how long has this been broken.
10183
10184         * pdf/xpdf/pdf-document.cc (build_link_from_action): add back the
10185         check for a NULL link.  We crash otherwise.
10186
10187 2005-02-27  Marco Pesenti Gritti  <marco@gnome.org>
10188
10189         * NEWS:
10190         * configure.ac:
10191
10192         Release 0.1.5
10193
10194 2005-02-25  Sebastien Bacher  <seb128@debian.org>
10195
10196         * configure.ac: add the french translation.
10197
10198 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
10199
10200         * shell/ev-window.c:
10201
10202         Remove unused header -> fix distcheck
10203
10204 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
10205
10206         * shell/ev-window.c: (update_window_title),
10207         (ev_window_popup_password_dialog):
10208
10209         Unescape filename for display
10210
10211 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
10212
10213         * pdf/xpdf/pdf-document.cc:
10214
10215         In get_page_size deal with rotation. Also
10216         cleanup the function a bit.
10217
10218 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
10219
10220         * pdf/xpdf/pdf-document.cc:
10221
10222         Fix crash when opening in new window
10223
10224 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
10225
10226         * configure.ac:
10227
10228         Check ghostscript >= 7
10229
10230 2005-02-25  Pedro Villavicencio <pvillavi@gnome.cl>
10231
10232         * shell/ev-window.c:
10233
10234         Make page width the default sizing mode
10235
10236 2005-02-25  Carlos Garcia Campos <carlosgc@gnome.org>
10237         Marco Pesenti Gritti <marco@gnome.org>
10238
10239         * shell/ev-window.c: Remember the sidebar size
10240
10241         * data/evince.schemas.in: Add a new gconf key to store the size of
10242         the sidebar
10243
10244 2005-02-24  Kai Willadsen  <kaiw@itee.uq.edu.au>
10245
10246         * data/evince-ui.xml:
10247         * shell/ev-window.c: (update_action_sensitivity),
10248         (ev_window_cmd_view_reload):
10249         
10250         Add a "Reload" action and menu entry
10251
10252 Thu Feb 24 23:07:33 2005  Jonathan Blandford  <jrb@redhat.com>
10253
10254         * shell/ev-window.c (hide_sidebar_and_actions): Hide the sidebar
10255         iff the type doesn't support thumbnailing and indexing.
10256
10257 2005-02-24  Martin Kretzschmar  <martink@gnome.org>
10258
10259         * configure.ac (ALL_LINGUAS): Added "zh_TW" (Traditional Chinese).
10260
10261 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10262
10263         * pdf/splash/Splash.cc:
10264
10265         Port fix for a crasher from kde bug
10266         http://bugs.kde.org/show_bug.cgi?id=97131
10267
10268 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10269
10270         * pdf/xpdf/pdf-document.cc:
10271
10272         Return a link even if it's of an unrecognized
10273         type. Otherwise we go in an infinte cycle.
10274
10275 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10276
10277         * shell/ev-window.c: (update_sizing_buttons), (update_view_size),
10278         (size_allocate_cb), (ev_window_set_sizing_mode):
10279
10280         Update size when switching mode
10281
10282 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10283
10284         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
10285         (ev_window_cmd_view_page_width), (update_sizing_buttons),
10286         (ev_window_cmd_view_normal_size):
10287
10288         Fix size toggle buttons behavior
10289
10290 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10291
10292         * shell/ev-view.c: (ev_view_get_offsets), (view_rect_to_doc_rect),
10293         (doc_rect_to_view_rect), (ev_view_size_allocate),
10294         (expose_bin_window), (ev_view_select_all), (page_changed_callback),
10295         (scale_changed_callback):
10296
10297         Do not cache offsets in size_allocate.
10298
10299 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10300
10301         * shell/ev-view.c: (ev_view_size_allocate):
10302
10303         Calculate offsets before calling the parent
10304         class (which does a redraw)
10305
10306 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10307
10308         * pdf/xpdf/pdf-document.cc:
10309
10310         Fix a crasher on exit. Unused code, put a TODO
10311
10312 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10313
10314         * backend/ev-document.c: (ev_document_class_init),
10315         (ev_document_page_changed), (ev_document_scale_changed):
10316         * backend/ev-document.h:
10317
10318         Separate page/scale notifications
10319
10320         * pdf/xpdf/pdf-document.cc:
10321
10322         Emit the new signals.
10323         Do not display the pdf page in _render, do it
10324         when scale/page are requested.
10325
10326         * ps/ps-document.c: (ps_document_set_zoom),
10327         (ps_document_widget_event):
10328         * ps/ps-document.h:
10329
10330         Emit the new signals.
10331
10332         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
10333         (ev_view_init), (page_changed_callback), (scale_changed_callback),
10334         (ev_view_set_document), (ev_view_zoom), (ev_view_zoom_in),
10335         (ev_view_zoom_out), (size_to_zoom_factor), (ev_view_set_size):
10336         * shell/ev-view.h:
10337         * shell/ev-window.c: (ev_window_cmd_view_normal_size),
10338         (ev_window_cmd_view_page_width), (size_allocate_cb),
10339         (ev_window_set_sizing_mode):
10340
10341         Rework sizing to be pixel based.
10342         There are bugs but should be already way better.
10343
10344 2005-02-23  Marco Pesenti Gritti  <marco@gnome.org>
10345
10346         * shell/ev-window.c: (ev_window_init):
10347
10348         Do not allow to shrink sidebar smaller then
10349         child requisition
10350
10351 2005-02-23  Carlos Garcia Campos <carlosgc@gnome.org> 
10352
10353         * shell/ev-sidebar.[ch]
10354         * shell/ev-window.c:
10355
10356         Improved sidebar widget. Fixes #166683
10357
10358 2005-02-23  Tommi Vainikainen  <thv@iki.fi>
10359
10360         * shell/ev-view.c (update_find_status_message): Give translators
10361         more flexibility with ngettext plural handling.
10362
10363 Mon Feb 21 17:52:08 2005  Jonathan Blandford  <jrb@redhat.com>
10364
10365         * pdf/xpdf/pdf-document.cc (pdf_document_get_page_size): Patch
10366         from Crispin Flowerday <gnome@flowerday.cx> to avoid rendering the
10367         page when we get the page size.
10368
10369 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
10370
10371         * ps/ps-document.c: (ps_document_set_page), (ps_document_get_page):
10372
10373         ps pages are 0 based, convert 
10374
10375 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
10376
10377         * ps/ps-document.c: (ps_document_class_init), (ps_document_load):
10378
10379         Initialize correct parent class. Set GError on document load
10380
10381 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
10382
10383         * pdf/xpdf/pdf-document.cc:
10384
10385         Fixup selection offset calculation
10386
10387         * shell/ev-view.c: (view_rect_to_doc_rect),
10388         (doc_rect_to_view_rect), (ev_view_size_allocate),
10389         (expose_bin_window), (ev_view_select_all), (ev_view_copy),
10390         (ev_view_primary_get_cb), (ev_view_motion_notify_event):
10391
10392         Store selection as document relative, so that zooming
10393         and offset changing doesnt break it.
10394
10395 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
10396
10397         * shell/ev-view.c: (ev_view_best_fit):
10398
10399         Do not try to best fit if the view is not realized
10400
10401 2005-02-20  Kostas Papadimas <pkst@gnome.org>
10402           
10403         * configure.ac (ALL_LINGUAS): Added "el" (Greek).
10404
10405 Fri Feb 18 16:06:39 2005  Jonathan Blandford  <jrb@redhat.com>
10406
10407         * shell/ev-window.c (ev_window_focus_in_event): missed a case.
10408
10409 Fri Feb 18 15:32:57 2005  Jonathan Blandford  <jrb@redhat.com>
10410
10411         * shell/ev-window.c: Change the fullscreen toolbar to always be in
10412         the popup window.  That prevents it resizing when in full screen
10413         mode.
10414
10415         * shell/ev-view.c: Change Zoom epsilon as a bad hack to avoid
10416         multiple rerenders.  This pretty much sucks.
10417
10418         * data/evince-ui.xml: Change the fullscreen toolbar to include the
10419         rest of the toolbar.
10420
10421 2005-02-18  Tommi Vainikainen  <thv@iki.fi>
10422
10423         * configure.ac (ALL_LINGUAS): Added "fi" (Finnish).
10424
10425 2005-02-17  Alexander Shopov  <ash@contact.bg>
10426
10427         * configure.in (ALL_LINGUAS): Added "bg" (Bulgarian)
10428
10429 2005-02-16  Bryan Clark  <clarkbw@cvs.gnome.org>
10430
10431         * shell/ev-window.c: added ellipsis to Print item. Fixes bug 166915
10432
10433 2005-02-16  Marco Pesenti Gritti  <marco@gnome.org>
10434
10435         * shell/ev-view.c: (ev_view_realize), (highlight_find_results),
10436         (ev_view_create_invisible_cursor), (ev_view_set_cursor),
10437         (set_document_page), (document_changed_callback),
10438         (ev_view_set_document), (ev_view_find_previous),
10439         (ev_view_hide_cursor), (ev_view_show_cursor):
10440         * shell/ev-view.h:
10441         * shell/ev-window.c: (update_chrome_visibility),
10442         (fullscreen_timeout_cb), (fullscreen_set_timeout),
10443         (fullscreen_clear_timeout), (fullscreen_motion_notify_cb),
10444         (fullscreen_leave_notify_cb), (ev_window_fullscreen),
10445         (ev_window_unfullscreen):
10446         * shell/main.c: (main):
10447
10448         Automatically hide the fullscreen button.
10449         Patch by Kristian Høgsberg <krh@redhat.com>
10450
10451 2005-02-16  Vincent Noel  <vnoel@cox.net>
10452
10453         * shell/main.c (main): Specify an icon for the window. Patch by
10454         Jaap A. Haitsma. Fixes #166177.
10455
10456 Wed Feb 16 06:30:13 2005  Jonathan Blandford  <jrb@redhat.com>
10457
10458         * shell/ev-view.c (ev_view_realize): get rid of the black flash.
10459
10460 Tue Feb 15 22:27:13 2005  Jonathan Blandford  <jrb@redhat.com>
10461
10462         * backend/ev-document-misc.h:
10463         * backend/ev-document-misc.c:
10464         (ev_document_misc_get_page_border_size),
10465         (ev_document_misc_paint_one_page): New function to canonicalize
10466         sizing/painting a border.
10467
10468         * shell/Makefile.am: Remove ev-page-view.c entirely as it's not
10469         used.
10470
10471         * pdf/xpdf/pdf-document.cc: use new function
10472
10473         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
10474         (ev_view_init), (ev_view_set_mode), (ev_view_zoom),
10475         (ev_view_best_fit), (ev_view_fit_width): * shell/ev-view.h: *
10476         shell/ev-window.c: (update_sizing_buttons),
10477         (ev_window_setup_document), (ev_window_cmd_view_zoom_in),
10478         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_best_fit),
10479         (ev_window_cmd_view_page_width), (size_allocate_cb),
10480         (ev_window_set_sizing_mode), (ev_window_init): make the "best fit"
10481         and "fit width" values act as toggle buttons so they stay
10482         toggled.  It's not 100% perfect, and it's a little slow, but it's
10483         good enough to commit I think.
10484
10485 2005-02-15  David Lodge  <dave@cirt.net>
10486
10487         * configure.ac (ALL_LINGUAS): Added "en_GB" (English (British)).
10488
10489 2005-02-15  Martin Kretzschmar  <martink@gnome.org>
10490
10491         * shell/ev-window.c (update_window_title): replace newlines in
10492         the title by spaces. Bug #166107.
10493
10494 2005-02-14  Martin Kretzschmar  <martink@gnome.org>
10495
10496         * shell/ev-view.c (ev_view_best_fit, ev_view_fit_width): add
10497         parameters providing allocation width and height without
10498         scrollbars and width of a possible vertical scrollbar. With this
10499         additional information the functions can work as
10500         intended. Unfortunately they're not idempotent. We should
10501         transform these commands to toggles. Fixes Bug #164976
10502         Initial patch by Stephane Loeuillet, then heavily modified.
10503
10504         * shell/ev-view.h: update prototypes.
10505
10506         * shell/ev-window.c (ev_window_cmd_view_best_fit)
10507         (ev_window_cmd_view_page_width): provide EvView fit functions with
10508         all the information they need. Formulas to calculate this
10509         information taken from GtkScrolledWindow.
10510
10511 2005-02-14  Crispin Flowerday  <gnome@flowerday.cx>
10512
10513         * shell/ev-sidebar-thumbnails.c: Ensure that after we have
10514         created a thumbnail, the list store is updated to know
10515         that the thumbnail is set. Fixes bug #166792
10516
10517 2005-02-11  Bryan Clark  <clarkbw@cvs.gnome.org>
10518
10519         * shell/ev-window.c: fixed typo, closes bug 166897
10520
10521         * TODO: updated TODO with bug numbers that are relevant
10522
10523 2005-02-09  Carlos Garcia Campos <carlosgc@gnome.org>
10524
10525         * shell/ev-window.c: Support for DnD of files. Fixes #164813
10526
10527 2005-02-09  Vincent Noel  <vnoel@cox.net>
10528
10529         * shell/ev-window.c: (set_action_properties): Set the "Previous"
10530         and "Next" toolbar buttons as important to make them stand out.
10531
10532 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
10533
10534         * lib/ev-debug.c:
10535         * lib/ev-debug.h:
10536         * ps/ps-document.c: (ps_document_finalize), (set_up_page),
10537         (start_interpreter), (stop_interpreter), (document_load),
10538         (ps_document_next_page), (ps_document_goto_page),
10539         (ps_document_set_page_size), (ps_document_widget_event),
10540         (ps_document_render):
10541         * shell/ev-page-view.c: (ev_page_view_dispose):
10542         * shell/ev-view.c: (ev_view_finalize), (expose_bin_window):
10543
10544         Fix compilation on non-gcc platforms
10545
10546 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
10547
10548         * NEWS:
10549         * configure.ac:
10550
10551         Release 0.1.4
10552
10553         * pdf/xpdf/Catalog.cc:
10554         * pdf/xpdf/XRef.cc:
10555
10556         Fix the fix for CAN-2004-0888
10557
10558 2005-02-09  Luca Ferretti <elle.uca@libero.it>
10559
10560         * data/Makefile.am:
10561         * data/evince-ui.xml:
10562         * shell/ev-stock-icons.c: (ev_stock_icons_init):
10563         * shell/ev-stock-icons.h:
10564         * shell/ev-window.c: (update_action_sensitivity),
10565         (ev_window_cmd_go_previous_page), (ev_window_cmd_go_next_page),
10566         (set_action_properties):
10567
10568         Improve toolbar layout/icons
10569
10570 2005-02-08  Marco Pesenti Gritti  <marco@gnome.org>
10571
10572         * pdf/xpdf/pdf-document.cc:
10573
10574         Add warnings about unimplemented/unknown link
10575         types.
10576
10577 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
10578
10579         * ps/ps-document.c: (set_up_page):
10580
10581         Log gs property
10582
10583 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
10584
10585         * ps/ps-document.c: (start_interpreter):
10586
10587         Log gs env var
10588
10589 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
10590
10591         * shell/ev-page-view.c: (ev_page_view_dispose):
10592         * shell/ev-view.c: (ev_view_finalize):
10593         * shell/ev-window.c: (ev_window_setup_document),
10594         (ev_window_dispose), (ev_window_init):
10595
10596         Solve more refs issues.
10597
10598         I commented out the page_view initialization for now:
10599         it was never destroyed (because it's never added
10600         to a container). Because of that we was leaking
10601         gs processes. Couldnt think to a clean fix.
10602         We need to figure this out, password view has the
10603         same issue probably.
10604
10605 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
10606
10607         * ps/ps-document.c: (ps_document_finalize),
10608         (ps_document_get_n_pages), (ps_document_get_page):
10609
10610         Some cleanups, stop the interpreter on finalize
10611
10612         * shell/ev-page-view.c: (ev_page_view_dispose),
10613         (ev_page_view_class_init):
10614
10615         Release our reference on the document
10616
10617 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
10618
10619         * Makefile.am:
10620         * configure.ac:
10621         * doc/debugging.txt:
10622         * lib/.cvsignore:
10623         * lib/Makefile.am:
10624         * lib/ev-debug.c: (log_module), (trap_handler), (ev_debug_init),
10625         (ev_profiler_new), (ev_should_profile), (ev_profiler_dump),
10626         (ev_profiler_free), (ev_profiler_start), (ev_profiler_stop):
10627         * lib/ev-debug.h:
10628
10629         Add debugging helpers
10630
10631         * ps/Makefile.am:
10632         * ps/ps-document.c: (set_up_page), (start_interpreter),
10633         (stop_interpreter), (document_load), (ps_document_next_page),
10634         (ps_document_goto_page), (ps_document_set_page_size),
10635         (ps_document_widget_event), (ps_document_render):
10636         * shell/Makefile.am:
10637         * shell/ev-view.c: (expose_bin_window):
10638         * shell/main.c: (main):
10639
10640         Add some logs
10641         
10642 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
10643
10644         * ps/ps-document.c: (ps_document_widget_event):
10645
10646         Initialize message_window, this should make ps
10647         rendering really work! (Never noticed because I was
10648         testing with a ps that is causing gs to exit every time!)
10649
10650 2005-02-07  Bryan Clark  <clarkbw@cvs.gnome.org>
10651
10652         * data/evince.schemas.in: updated simple error in applyto closing tag
10653
10654 2005-02-07  Christian Persch  <chpe@cvs.gnome.org>
10655
10656         * Makefile.am:
10657         * configure.ac:
10658         * data/.cvsignore:
10659         * data/Makefile.am:
10660         * data/evince-ui.xml:
10661         A data/evince.schemas.in:
10662         * po/POTFILES.in:
10663         * shell/ev-stock-icons.c: (ev_stock_icons_init):
10664         * shell/ev-stock-icons.h:
10665         * shell/ev-window.c: (update_chrome_visibility),
10666         (update_chrome_flag), (ev_window_cmd_edit_find),
10667         (ev_window_update_fullscreen_popup), (ev_window_fullscreen),
10668         (ev_window_unfullscreen), (ev_window_focus_in_event),
10669         (ev_window_focus_out_event), (ev_window_cmd_leave_fullscreen),
10670         (ev_window_view_toolbar_cb), (ev_window_view_statusbar_cb),
10671         (ev_window_view_sidebar_cb), (find_bar_close_cb),
10672         (ev_window_dispose), (ev_window_class_init),
10673         (set_action_properties), (set_chrome_actions), (load_chrome),
10674         (ev_window_init):
10675
10676         Implement fullscreen mode changes from bug #164776.
10677         Also implement persistent chrome toggles.
10678
10679 2005-02-07  Jordi Mallach  <jordi@sindominio.net>
10680
10681         * configure.ac (ALL_LINGUAS): Added "ca" (Catalan).
10682
10683 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
10684
10685         * NEWS:
10686         * configure.ac:
10687         * shell/ev-view.c:
10688
10689         Add another check for find interface
10690
10691         Release 0.1.3
10692
10693 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
10694
10695         * shell/ev-application.c: (ev_application_open):
10696         * shell/ev-window.c: (ev_window_open):
10697
10698         Open gzipped ps documents
10699
10700 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
10701
10702         * TODO:
10703         * shell/ev-view.c: (set_document_page):
10704
10705         Clamp page number, dont try to move to
10706         not existant pages.
10707
10708 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
10709
10710         * backend/ev-document-find.c: (ev_document_find_changed):
10711         * backend/ev-document-find.h:
10712         * pdf/xpdf/pdf-document.cc:
10713         * shell/ev-view.c: (jump_to_find_result), (ev_view_set_document):
10714         * shell/ev-window.c: (find_bar_search_changed_cb):
10715
10716         Fix several bugs with find
10717
10718 2005-02-04  Martin Kretzschmar  <martink@gnome.org>
10719
10720         * shell/ev-sidebar-thumbnails.c
10721         (ev_sidebar_thumbnails_select_page): do nothing unless we have a
10722         document. Prevents warning from scroll_to_cell.
10723
10724 2005-02-02  Kjartan Maraas  <kmaraas@gnome.org>
10725
10726         * configure.ac: Add «nb» to ALL_LINGUAS too.
10727
10728 Wed Feb  2 21:13:11 2005  Jonathan Blandford  <jrb@redhat.com>
10729
10730         * NOTES: New file with some random thoughts.
10731
10732         * TODO: Update.
10733
10734         * backend/ev-document-misc.c:
10735         (ev_document_misc_get_page_border_size): New function to
10736         canonicalize shadow drawing sizes.  Possibly goofy.
10737
10738         * shell/ev-view.c: (ev_view_size_request), (set_document_page),
10739         (ev_view_best_fit), (ev_view_fit_width):
10740         * pdf/xpdf/pdf-document.cc:
10741         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
10742         * ps/ps-document.c: (ps_document_get_page_size):
10743         * backend/ev-document-misc.h:
10744         * backend/ev-document.c: (ev_document_get_page_size):
10745         * backend/ev-document.h: get_page_size now takes a page number
10746         parameter.  Made all the backends/frontends honor it.
10747
10748         * data/evince-ui.xml: Added a multiple-page mode.  Uncomment to
10749         see.  Doesn't work yet.
10750
10751         * shell/Makefile.am:
10752         * shell/ev-page-view.[ch]: New multi-page view.  Really rough.
10753         Doesn't do anything yet.
10754
10755         * shell/ev-sidebar-thumbnails.c:
10756         (ev_sidebar_thumbnails_set_document): [1..n_pages] instead of
10757         [0..n_pages-1]
10758
10759         * shell/ev-window.c: (update_action_sensitivity),
10760         (ev_window_setup_document), (ev_window_set_page_mode),
10761         (ev_window_page_mode_cb), (ev_window_init): Clean up the
10762         view-swapping code a bit so we can have multiple views on a
10763         document.  Add the multi-page view, though it can't be turned on
10764         yet.
10765
10766 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
10767
10768         * shell/ev-application.c: (ev_application_open):
10769         * shell/ev-view.c: (expose_bin_window):
10770         * shell/ev-window.c: (ev_window_open):
10771
10772         Support eps and check document supports find
10773         before drawing highlightings in expose.
10774
10775 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
10776
10777         * pixbuf/pixbuf-document.c:
10778         (pixbuf_document_thumbnails_get_dimensions),
10779         (pixbuf_document_document_thumbnails_iface_init):
10780
10781         implement get_dimensions
10782
10783 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
10784
10785         * NEWS:
10786         * configure.ac:
10787
10788         Release 0.1.2
10789
10790 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
10791
10792         * shell/ev-view.c: (set_document_page):
10793
10794         Scroll at the top of the page when changing page
10795
10796 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
10797
10798         * shell/ev-view.c: (ev_view_motion_notify_event):
10799
10800         Do not redraw unnecessarily
10801
10802 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
10803
10804         * pdf/xpdf/pdf-document.cc:
10805         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
10806         (expose_bin_window), (find_changed_cb):
10807
10808         Yay! find works now... Now to find bugs...
10809
10810 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
10811
10812         * backend/ev-document-find.c: (ev_document_find_base_init),
10813         (ev_document_find_changed):
10814         * backend/ev-document-find.h:
10815         * pdf/xpdf/pdf-document.cc:
10816         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
10817         (expose_bin_window), (ev_view_init), (set_document_page),
10818         (ensure_rectangle_is_visible), (jump_to_find_result),
10819         (jump_to_find_page), (find_changed_cb), (ev_view_set_document),
10820         (ev_view_find_next), (ev_view_find_previous):
10821         * shell/ev-view.h:
10822         * shell/ev-window.c: (find_bar_previous_cb), (find_bar_next_cb):
10823
10824         More work on find implementation, mostly there now
10825
10826 2005-01-29  Marco Pesenti Gritti  <marco@gnome.org>
10827
10828         * backend/ev-backend-marshalers.list:
10829         * backend/ev-document-find.c: (ev_document_find_base_init),
10830         (ev_document_find_cancel), (ev_document_find_page_has_results),
10831         (ev_document_find_get_n_results), (ev_document_find_get_result),
10832         (ev_document_find_get_progress), (ev_document_find_changed):
10833         * backend/ev-document-find.h:
10834
10835         Enanche the find interface to be really able to do
10836         multi page find.
10837
10838         * pdf/xpdf/pdf-document.cc:
10839
10840         Implement
10841
10842         * shell/ev-view.c: (ev_view_finalize), (highlight_find_results),
10843         (expose_bin_window), (ev_view_init),
10844         (ev_view_get_find_status_message), (find_changed_cb),
10845         (ev_view_set_document), (set_document_page):
10846
10847         Adapt to the new interface. A few things are regressed sorry,
10848         I will finish it soon.
10849
10850 2005-01-28  Martin Kretzschmar  <martink@gnome.org>
10851
10852         * shell/ev-sidebar-thumbnails.c (ev_sidebar_thumbnails_destroy)
10853         (ev_sidebar_thumbnails_class_init): use G_DEFINE_TYPE-supplied
10854         ev_sidebar_thumbnails_parent_class variable, don't define another
10855         parent_class variable.
10856
10857         * shell/ev-page-action.c (connect_proxy, ev_page_action_finalize)
10858         (ev_page_action_class_init): ditto.
10859
10860         * pixbuf/pixbuf-document.c (pixbuf_document_finalize)
10861         (pixbuf_document_class_init): ditto.
10862
10863         * backend/ev-link.c (ev_window_dispose, ev_link_class_init):
10864         ditto.
10865
10866         * .cvsignore: ignore various valgrind output files.
10867
10868 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
10869
10870         * data/evince-ui.xml:
10871         * shell/Makefile.am:
10872         * shell/ev-history.c:
10873         * shell/ev-history.h:
10874         * shell/ev-navigation-action.c:
10875         * shell/ev-navigation-action.h:
10876         * shell/ev-view.c: (ev_view_finalize), (ev_view_go_to_link),
10877         (ev_view_set_page), (ev_view_fit_width):
10878         * shell/ev-view.h:
10879         * shell/ev-window.c: (update_action_sensitivity),
10880         (ev_window_setup_document), (register_custom_actions):
10881
10882         Kill session history
10883
10884 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
10885
10886         * shell/ev-window.c: (update_action_sensitivity):
10887
10888         Fix inverted up/down buttons
10889
10890 2005-01-27  Martin Kretzschmar  <martink@gnome.org>
10891
10892         * shell/ev-sidebar-thumbnails.c
10893         (ev_sidebar_thumbnails_select_page): make sure the selected
10894         thumbnail stays visible.
10895
10896 2005-01-26  Martin Kretzschmar  <martink@gnome.org>
10897
10898         * shell/ev-window.c (ev_window_init): add GTK_SHADOW_IN to the
10899         scrolled window for Federico.
10900
10901 2005-01-26  Ole Laursen  <olau@hardworking.dk>
10902
10903         * configure.ac: Added "da" (Danish) to ALL_LINGUAS.
10904
10905 2005-01-26  Marco Pesenti Gritti  <marco@gnome.org>
10906
10907         * configure.ac:
10908         * pdf/splash/SplashFTFontEngine.cc:
10909
10910         Fix CID fonts with freetype 2.1.9
10911
10912 2005-01-26  Bryan Clark  <clarkbw@cvs.gnome.org>
10913
10914         * TODO: added item for desktop icon thumbnailer
10915
10916 Tue Jan 25 00:59:34 2005  Jonathan Blandford  <jrb@redhat.com>
10917
10918         * pdf/xpdf/pdf-document.cc (pdf_document_get_title): guard against
10919         unloaded docs when the title is accessed.
10920
10921         * shell/ev-password-view.[hc]: New widget for displaying password
10922         state.
10923
10924         * shell/ev-window.[ch]: Refactor password handling code to handle
10925         the new view.
10926
10927 2005-01-24  Marco Pesenti Gritti  <marco@gnome.org>
10928
10929         * NEWS:
10930         * configure.ac:
10931         * data/Makefile.am:
10932
10933         Release 0.1.1
10934
10935 2005-01-23  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
10936
10937         * pdf/xpdf/pdf-document.cc (pdf_document_search_page_changed):
10938         ignore page offset here, to make search results independent of it,
10939
10940         * shell/ev-view.c (expose_bin_window): but take offsets into
10941         account here. Bug #164932
10942
10943         * pdf/xpdf/pdf-document.cc (pdf_document_get_link): divide by
10944         scale at the right time. Bug #164996
10945
10946 2005-01-22  Martin Kretzschmar  <martink@gnome.org>
10947
10948         * pdf/xpdf/GlobalParams.cc: My 2005-01-05 change didn't actually
10949         fix the problem. Now I just removed the Adobe font names and hope
10950         that the URW fonts are always in outline format. Bug #164934
10951
10952         * shell/ev-window.c (update_window_title): empty titles are
10953         useless, use filename in that case too.
10954
10955         * NEWS: Add some content.
10956
10957 2005-01-21  Bryan Clark  <clarkbw@cvs.gnome.org>
10958
10959         * TODO: added one more TODO item and a TODONE section :)
10960
10961 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
10962
10963         * ps/ps-document.h: add page_[xy]_offset fields.
10964
10965         * ps/ps-document.c (ps_document_set_page_offset)
10966         (ps_document_render): Keep offset in consideration in a few
10967         places. Bug #164752 "postscript documents are not centered in
10968         window"
10969
10970         * data/evince.desktop.in (X-GNOME-Bugzilla-Product):
10971         s/gpdf/evince/. Spotted by Stephane Loeuillet.
10972
10973         * pixbuf/pixbuf-document.c (pixbuf_document_get_n_pages)
10974         (pixbuf_document_get_text, pixbuf_document_document_iface_init):
10975         stub out missing methods for complete EvDocument implementation.
10976         Fixes segfaults with Save A Copy and Copy actions.
10977
10978         * ps/ps-document.c (ps_document_save, ps_document_get_text) 
10979         (ps_document_document_iface_init): ditto.
10980         
10981 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
10982
10983         * data/.cvsignore:
10984         * data/Makefile.am:
10985         * data/evince.desktop.in:
10986
10987         Add desktop file
10988
10989 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
10990
10991         * shell/ev-view.c: (ev_view_button_press_event),
10992         (ev_view_motion_notify_event):
10993
10994         Make selection work in any direction
10995
10996 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
10997
10998         * TODO:
10999         * shell/ev-window.c: (set_short_labels), (ev_window_init):
11000
11001         Use shorter labels for some of the toolbars items
11002
11003 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
11004
11005         * pdf/xpdf/pdf-document.cc:
11006
11007         Check the links info is initialized before
11008         using it. Should fix a crash on startup.
11009
11010 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
11011
11012         * pixbuf/pixbuf-document.c
11013         (pixbuf_document_thumbnails_get_dimensions): force floating point
11014         division to calculate page_ratio. Fixes crash with landscape
11015         format pixbufs.
11016
11017 Thu Jan 20 18:56:35 2005  Jonathan Blandford  <jrb@redhat.com>
11018
11019         * shell/ev-view.c (ev_view_realize): make the bg color darker.
11020
11021 2005-01-20  Martin Kretzschmar  <martink@gnome.org>
11022
11023         * shell/ev-view.c (set_document_page): unset has_selection when
11024         the page changes.
11025         (set_document_page): handle paper size changes when the page
11026         changes (test with Free Culture, page 2).
11027
11028 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
11029
11030         * shell/ev-view.c: (ev_view_size_request), (ev_view_realize),
11031         (expose_bin_window), (ev_view_class_init), (ev_view_init):
11032
11033         Use normal style color for the widget background and
11034         draw a black box around the page.
11035
11036 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
11037
11038         * pdf/xpdf/pdf-document.cc:
11039
11040         Keep offset in consideration in a few places
11041
11042         * shell/ev-view.c: (expose_bin_window):
11043
11044         Set the offsets so that the document is ever centered
11045
11046 2005-01-20  Bryan Clark  <clarkbw@cvs.gnome.org>
11047
11048         * TODO: Added TODO items and finished off the first todo item
11049
11050         * AUTHORS: Updated AUTHORS section with piece from gpdf file and
11051         reflect current authors
11052
11053 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
11054
11055         * pdf/xpdf/pdf-document.cc:
11056         * shell/ev-view.c: (ev_view_set_cursor),
11057         (ev_view_motion_notify_event), (document_changed_callback),
11058         (set_document_page):
11059
11060         Show a wait cursor while the page is rendering
11061
11062 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
11063
11064         * shell/ev-sidebar-thumbnails.c:
11065         (ev_sidebar_tree_selection_changed),
11066         (ev_sidebar_thumbnails_select_page):
11067         * shell/ev-sidebar-thumbnails.h:
11068         * shell/ev-view.c: (ev_view_set_document), (ev_view_can_go_back),
11069         (ev_view_can_go_forward):
11070         * shell/ev-window.c: (ev_window_open_page),
11071         (ev_window_setup_document), (update_current_page),
11072         (view_page_changed_cb), (ev_window_init):
11073         * shell/ev-window.h:
11074
11075         Ensure thumbnails selection, toolbar page control and
11076         current page are in sync.
11077
11078 2005-01-19  Marco Pesenti Gritti  <marco@gnome.org>
11079
11080         * pdf/xpdf/XRef.cc:
11081
11082         Fix CAN-2005-0064
11083
11084 Wed Jan 19 01:10:57 2005  Jonathan Blandford  <jrb@redhat.com>
11085
11086         * backend/Makefile.am:
11087         * backend/ev-document-links.h:
11088         * backend/ev-document-security.c: (ev_document_security_get_type),
11089         (ev_document_security_has_document_security),
11090         (ev_document_security_set_password):
11091         * backend/ev-document-security.h:
11092         * backend/ev-document.c: (ev_document_error_quark):
11093         * backend/ev-document.h:
11094         * data/Makefile.am:
11095         * data/evince-password.glade:
11096         * pdf/xpdf/pdf-document.cc:
11097         * shell/Makefile.am:
11098         * shell/ev-password.c: (ev_password_set_bad_password_label),
11099         (ev_window_password_entry_changed_cb), (ev_password_dialog_new),
11100         (ev_password_dialog_get_password),
11101         (ev_password_dialog_set_bad_pass):
11102         * shell/ev-password.h:
11103         * shell/ev-window.c: (ev_window_get_attribute),
11104         (ev_window_set_property), (update_action_sensitivity),
11105         (ev_window_is_empty), (mime_type_supported_by_gdk_pixbuf),
11106         (ev_window_setup_document), (ev_window_get_password),
11107         (ev_window_open), (ev_window_cmd_save_as),
11108         (using_postscript_printer), (ev_window_print),
11109         (find_not_supported_dialog), (ev_window_cmd_edit_find),
11110         (update_fullscreen_popup), (ev_window_fullscreen),
11111         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
11112         (ev_window_focus_out_cb), (ev_window_cmd_help_about),
11113         (menu_item_select_cb), (find_bar_search_changed_cb),
11114         (ev_window_dispose), (ev_window_init):
11115
11116         Add initial support for password-supported dialogs.  This could be
11117         a lot cooler, but it'll do for now.
11118
11119 2005-01-18  Marco Pesenti Gritti  <marco@gnome.org>
11120
11121         * pdf/xpdf/pdf-document.cc:
11122         * shell/ev-view.c: (status_message_from_link),
11123         (ev_view_set_status), (ev_view_set_cursor),
11124         (ev_view_motion_notify_event), (ev_view_init):
11125         * shell/ev-window.c: (view_status_changed_cb), (ev_window_init):
11126
11127         Fix bugs in the links implementation and change cursor
11128         when hovering a link.
11129
11130 2005-01-17  Bryan Clark  <clarkbw@cvs.gnome.org>
11131
11132         * viewer/.cvsignore: added cvsignore file for viewer directory
11133
11134         * TODO: created TODO document
11135
11136 2005-01-14  Dave Malcolm  <dmalcolm@redhat.com>
11137
11138         * shell/ev-view.h:
11139         * shell/ev-view.c (ev_view_can_go_back), (ev_view_can_go_forward):      
11140         new functions to help with implementation of sensitivity code
11141         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
11142         of all actions that might require it.  Fixes a crash when you
11143         click on the Zoom actions in a window lacking a document.
11144
11145 2005-01-13  Dave Malcolm  <dmalcolm@redhat.com>
11146
11147         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
11148         of the Find action
11149
11150 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
11151
11152         * pixbuf/pixbuf-document.c: (pixbuf_document_get_link),
11153         (pixbuf_document_document_iface_init):
11154         * ps/ps-document.c: (ps_document_get_link),
11155         (ps_document_document_iface_init):
11156         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event),
11157         (status_message_from_link), (ev_view_set_status),
11158         (ev_view_set_find_status), (ev_view_motion_notify_event),
11159         (ev_view_button_release_event), (ev_view_set_property),
11160         (ev_view_get_property), (ev_view_class_init), (ev_view_init),
11161         (ev_view_get_find_status_message), (update_find_results),
11162         (ev_view_get_status), (ev_view_get_find_status):
11163         * shell/ev-view.h:
11164         * shell/ev-window.c: (view_status_changed_cb),
11165         (view_find_status_changed_cb), (ev_window_init):
11166
11167         View status message support, use it to show the links.
11168         Needs work...
11169
11170 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
11171
11172         * backend/ev-document.c: (ev_document_get_link):
11173         * backend/ev-document.h:
11174         * pdf/xpdf/pdf-document.cc:
11175         * shell/ev-application.c: (ev_application_open):
11176         * shell/ev-application.h:
11177         * shell/ev-sidebar-links.c: (selection_changed_cb):
11178         * shell/ev-view.c: (ev_view_button_release_event), (go_to_link),
11179         (ev_view_go_to_link):
11180
11181         Add support for document links
11182
11183 2005-01-13  Anders Carlsson  <andersca@gnome.org>
11184
11185         * shell/ev-page-action.c: (update_spin), (total_pages_changed_cb),
11186         (create_tool_item):
11187         Set the spin button limits correctly.
11188         
11189         * shell/ev-sidebar-thumbnails.c:
11190         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init):
11191         Support changing pages by clicking on the thumbnails.
11192         
11193 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
11194
11195         * pixbuf/pixbuf-document.c:
11196         (pixbuf_document_thumbnails_get_dimensions),
11197         (pixbuf_document_document_thumbnails_iface_init):
11198
11199         implement get_dimensions
11200
11201 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
11202
11203         * ps/ps-document.c: (ps_document_goto_page):
11204
11205         Fix page switching on multipage documents
11206
11207 2005-01-12  Jeff Muizelaar  <jrmuizel@nit.ca>
11208
11209         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
11210         
11211         check for NULL before assigning to width and height parameters
11212
11213 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
11214
11215         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
11216         (pixbuf_document_set_property), (pixbuf_document_get_property):
11217
11218         implement get/set properties
11219
11220 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
11221
11222         * pdf/xpdf/pdf-document.cc: (pdf_info_dict_get_string):
11223         
11224         return NULL instead of "Unknown", letting the title get set to
11225         the filename when the pdf has no title.
11226
11227 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
11228
11229         * ps/ps-document.c: (ps_document_get_page_count),
11230         (ps_document_goto_page):
11231
11232 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
11233
11234         * shell/ev-history.c: (ev_history_get_property),
11235         (ev_history_set_property), (ev_history_class_init),
11236         (ev_history_add_page), (ev_history_set_current_index):
11237         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
11238         (activate_menu_item_cb), (new_history_menu_item), (build_menu),
11239         (ev_navigation_action_finalize):
11240         * shell/ev-navigation-action.h:
11241         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
11242         (ev_view_go_forward), (ev_view_get_find_status_message),
11243         (history_index_changed_cb), (ev_view_set_history):
11244         * shell/ev-view.h:
11245         * shell/ev-window.c: (update_total_pages), (ev_window_open),
11246         (update_current_page), (register_custom_actions):
11247
11248         Implement history dropdowns
11249
11250 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
11251
11252         * shell/ev-history.c: (ev_history_init), (ev_history_add_link):
11253         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
11254         (ev_view_go_forward):
11255         * shell/ev-window.c: (register_custom_actions):
11256
11257         Fix several history bugs
11258
11259 2005-01-11  Kjartan Maraas  <kmaraas@gnome.org>
11260
11261         * configure.ac: Add «nb» to ALL_LINGUAS.
11262
11263 2005-01-10  Marco Pesenti Gritti  <marco@gnome.org>
11264
11265         * backend/Makefile.am:
11266         * backend/ev-bookmark.c:
11267         * backend/ev-bookmark.h:
11268         * backend/ev-document-bookmarks.c:
11269         * backend/ev-document-bookmarks.h:
11270         * backend/ev-document-links.c: (ev_document_links_get_type),
11271         (ev_document_links_has_document_links),
11272         (ev_document_links_begin_read), (ev_document_links_get_link),
11273         (ev_document_links_get_child), (ev_document_links_next),
11274         (ev_document_links_free_iter):
11275         * backend/ev-document-links.h:
11276         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_title),
11277         (ev_link_set_title), (ev_link_get_uri), (ev_link_set_uri),
11278         (ev_link_get_link_type), (ev_link_set_link_type),
11279         (ev_link_get_page), (ev_link_set_page), (ev_link_get_property),
11280         (ev_link_set_property), (ev_window_dispose), (ev_link_init),
11281         (ev_link_class_init), (ev_link_new_title), (ev_link_new_page),
11282         (ev_link_new_external):
11283         * backend/ev-link.h:
11284         * pdf/xpdf/pdf-document.cc:
11285         * shell/Makefile.am:
11286         * shell/ev-application.c: (ev_application_open_link):
11287         * shell/ev-application.h:
11288         * shell/ev-history.c: (ev_history_add_link), (ev_history_add_page),
11289         (ev_history_get_link_nth):
11290         * shell/ev-history.h:
11291         * shell/ev-sidebar-bookmarks.c:
11292         * shell/ev-sidebar-bookmarks.h:
11293         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
11294         (ev_sidebar_links_class_init), (selection_changed_cb),
11295         (ev_sidebar_links_construct), (ev_sidebar_links_init),
11296         (links_page_num_func), (ev_sidebar_links_new), (stack_data_free),
11297         (do_one_iteration), (populate_links_idle),
11298         (ev_sidebar_links_clear_document), (ev_sidebar_links_set_document):
11299         * shell/ev-sidebar-links.h:
11300         * shell/ev-sidebar.c: (ev_sidebar_set_document):
11301         * shell/ev-view.c: (go_to_link), (ev_view_go_to_link),
11302         (go_to_index):
11303         * shell/ev-view.h:
11304         * shell/ev-window.c: (ev_window_open_link), (ev_window_init):
11305         * shell/ev-window.h:
11306
11307         Rename bookmark to link, and use "Index" for the sidebar panel.
11308
11309 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
11310
11311         * shell/Makefile.am:
11312         * shell/ev-application.c: (ev_application_open_bookmark):
11313         * shell/ev-application.h:
11314         * shell/ev-history.c: (ev_history_init), (free_links_list),
11315         (ev_history_finalize), (ev_history_class_init),
11316         (ev_history_add_link), (ev_history_add_page),
11317         (ev_history_get_link_nth), (ev_history_get_n_links),
11318         (ev_history_get_current_index), (ev_history_set_current_index),
11319         (ev_history_new):
11320         * shell/ev-history.h:
11321         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
11322         * shell/ev-view.c: (ev_view_finalize), (ev_view_set_document),
11323         (set_document_page), (go_to_bookmark), (ev_view_go_to_bookmark),
11324         (go_to_index), (ev_view_go_back), (ev_view_go_forward),
11325         (ev_view_set_page):
11326         * shell/ev-view.h:
11327         * shell/ev-window.c: (ev_window_open_bookmark),
11328         (ev_window_cmd_go_back), (ev_window_cmd_go_forward),
11329         (goto_page_cb), (register_custom_actions):
11330         * shell/ev-window.h:
11331
11332         Initial history implementation. Needs work.
11333
11334 2005-01-09  Martin Kretzschmar  <martink@gnome.org>
11335
11336         * pdf/xpdf/GDKSplashOutputDev.cc (redraw): fix pixbuf data offset.
11337
11338 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
11339
11340         * cut-n-paste/recent-files/egg-recent-item.c:
11341         * cut-n-paste/recent-files/egg-recent-item.h:
11342         * cut-n-paste/recent-files/egg-recent-model.c:
11343         * cut-n-paste/recent-files/egg-recent-util.c:
11344         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
11345         * cut-n-paste/recent-files/egg-recent-view.c:
11346
11347         Update
11348
11349 2005-01-08  Martin Kretzschmar  <martink@gnome.org>
11350
11351         * pdf/splash/Splash.cc (clear, drawPixel, drawSpan, xorSpan, getPixel)
11352         (fillGlyph, fillImageMask, drawImage):
11353         pdf/splash/SplashBitmap.cc (SplashBitmap, ~SplashBitmap, writePNMFile):
11354         pdf/splash/SplashTypes.h:
11355         pdf/xpdf/SplashOutputDev (startPage, getColor, imageSrc): implement RGB8
11356         packed mode for Splash.
11357
11358         * pdf/xpdf/GDKSplashOutputDev.cc (GDKSplashOutputDev, redraw): use
11359         RGB8 packed mode, eliminates the pixbuf data creation loop.
11360
11361         * shell/ev-print-job.c (ev_print_job_finalize)
11362         (ev_print_job_set_property, ev_print_job_get_property)
11363         (ev_print_job_set_gnome_print_job, ev_print_job_set_document)
11364         (ev_print_job_use_print_dialog_settings, idle_print_handler)
11365         (print_closure_finalize, ev_print_job_print): implement
11366         printing (for backends with EvPsExporter)
11367
11368         * shell/ev_print_job.h: update prototypes.
11369
11370         * shell/ev-window.c (ev_window_print): unref print job after
11371         printing.
11372
11373         * shell/ev-view.c (ev_view_set_document): don't connect to "found"
11374         unless the document implements the EvDocumentFind interface.
11375
11376 2005-01-08  Satoru SATOH <ss@gnome.gr.jp>
11377
11378         * configure.ac: Added ja to ALL_LINGUAS.
11379
11380 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
11381
11382         * pdf/xpdf/pdf-document.cc:
11383
11384         add a FIXME. We should probably not allocate
11385         a bookmark object every time
11386
11387 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
11388
11389         * shell/ev-application.c: (ev_application_open),
11390         (ev_application_open_bookmark):
11391         * shell/ev-application.h:
11392         
11393         Add a way to open bookmarks
11394
11395         * backend/ev-bookmark.c: (ev_bookmark_get_uri),
11396         (ev_bookmark_set_uri), (ev_bookmark_get_property),
11397         (ev_bookmark_set_property), (ev_bookmark_class_init),
11398         (ev_bookmark_new_title), (ev_bookmark_new_link),
11399         (ev_bookmark_new_external):
11400
11401         Support for external uris, better constructors.
11402
11403         * backend/ev-bookmark.h:
11404         * pdf/xpdf/pdf-document.cc:
11405         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
11406
11407         Handle external uris
11408
11409 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
11410
11411         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb),
11412         (ev_sidebar_bookmarks_construct), (do_one_iteration):
11413
11414         Hook up bookmarks navigation
11415
11416 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
11417
11418         * backend/Makefile.am:
11419         * backend/ev-bookmark.c: (ev_bookmark_type_get_type),
11420         (ev_bookmark_get_title), (ev_bookmark_set_title),
11421         (ev_bookmark_get_bookmark_type), (ev_bookmark_set_bookmark_type),
11422         (ev_bookmark_get_page), (ev_bookmark_set_page),
11423         (ev_bookmark_get_property), (ev_bookmark_set_property),
11424         (ev_window_dispose), (ev_bookmark_init), (ev_bookmark_class_init),
11425         (ev_bookmark_new):
11426         * backend/ev-bookmark.h:
11427         * backend/ev-document-bookmarks.c:
11428         (ev_document_bookmarks_get_bookmark):
11429         * backend/ev-document-bookmarks.h:
11430         * pdf/xpdf/pdf-document.cc:
11431         * shell/ev-sidebar-bookmarks.c: (do_one_iteration):
11432
11433         Add a bookmark object to the backend and use it instead of get_values
11434
11435 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
11436
11437         * data/evince-ui.xml:
11438
11439         Cleanup and add select all.
11440
11441         * shell/ev-view.c: (ev_view_select_all),
11442         (ev_view_button_press_event):
11443         * shell/ev-view.h:
11444         * shell/ev-window.c: (ev_window_cmd_edit_select_all):
11445
11446         Add select all.
11447         Clear selection on click.
11448
11449 Fri Jan  7 01:28:58 2005  Jonathan Blandford  <jrb@redhat.com>
11450
11451         * shell/ev-sidebar-thumbnails.c
11452         (ev_sidebar_thumbnails_set_document): forgot to unref the
11453         loading_icon.
11454
11455 Fri Jan  7 01:22:48 2005  Jonathan Blandford  <jrb@redhat.com>
11456
11457         * shell/ev-sidebar-thumbnails.c: fill in the thumbnails starting
11458         at the visible page, not just linearly.  This makes it look fast.
11459
11460 Thu Jan  6 18:48:11 2005  Jonathan Blandford  <jrb@redhat.com>
11461
11462         * backend/ev-document-misc.c
11463         (ev_document_misc_get_thumbnail_frame): fill in the thumbnail with
11464         white.
11465         * backend/ev-document-thumbnails.h: New interface to get the size
11466         of a page.
11467
11468 2005-01-06  Jeremy Katz  <katzj@redhat.com>
11469
11470         * shell/Makefile.am (evince_SOURCES): Add ev-utils.[ch] so that
11471         make dist works
11472
11473 Wed Jan  5 15:38:28 2005  Jonathan Blandford  <jrb@redhat.com>
11474
11475         * pdf/xpdf/pdf-document.cc (bitmap_to_pixbuf): bypass
11476         GDKSplashOutputDev and just use a normal SplashOutputDev.  Speeds
11477         things up a bit.
11478
11479         * shell/ev-sidebar-thumbnail.c: start of some profiling code.
11480
11481 2005-01-05  Martin Kretzschmar  <martink@gnome.org>
11482
11483         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): match only outline
11484         fonts. Should fix font problems on systems that have the base
11485         fonts in bitmap format. Reported by James Henstridge
11486         <james@jamesh.id.au>.
11487
11488 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
11489
11490         * pdf/xpdf/Gfx.cc:
11491         * pdf/xpdf/GfxState.cc:
11492
11493         Fix for CAN-2004-1125
11494
11495 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
11496
11497         * shell/ev-view.c: (ev_view_copy):
11498         * shell/ev-view.h:
11499         * shell/ev-window.c: (ev_window_cmd_edit_copy):
11500
11501         Implement Edit->Copy
11502
11503 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
11504
11505         * backend/ev-document.c: (ev_document_get_text):
11506         * backend/ev-document.h:
11507         * pdf/xpdf/pdf-document.cc:
11508         * shell/ev-view.c: (ev_view_realize), (expose_bin_window),
11509         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
11510         (ev_view_update_primary_selection), (ev_view_button_press_event),
11511         (ev_view_motion_notify_event), (ev_view_button_release_event):
11512
11513         Beginnings of clipboard support. Incomplete but primary sort
11514         of work.
11515
11516 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
11517
11518         * shell/ev-view.c: (ev_gdk_color_to_rgb), (draw_rubberband),
11519         (expose_bin_window):
11520
11521         Nicer rubberband drawing, from GtkIconView.
11522
11523 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
11524
11525         * backend/ev-document.c: (ev_document_save):
11526         * backend/ev-document.h:
11527         * data/evince-ui.xml:
11528         * pdf/xpdf/pdf-document.cc:
11529         * shell/ev-window.c: (save_error_dialog), (ev_window_cmd_save_as):
11530
11531         Implement "Save a copy..." menu item
11532
11533 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
11534
11535         * shell/ev-view.c: (ev_view_zoom):
11536
11537         Queue a resize when zoom changes
11538
11539 Wed Jan  5 02:33:06 2005  Jonathan Blandford  <jrb@redhat.com>
11540
11541         * backend/ev-document-misc.[ch]: New misc file to do simple drop
11542         shadows.
11543
11544         * pdf/xpdf/pdf-document.cc: use the drop shadows in both types of
11545         thumbnails..
11546
11547 Tue Jan  4 22:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
11548
11549         * pdf/xpdf/pdf-document.cc
11550         (pdf_document_thumbnails_get_page_pixbuf): poor man's dropshadow.
11551
11552 Tue Jan  4 21:25:05 2005  Jonathan Blandford  <jrb@redhat.com>
11553
11554         * pdf/xpdf/pdf-document.cc: Do real thumbnailing of PDF files.
11555         It's slow, but I'll speed it up next!
11556
11557 2005-01-04  Jeff Muizelaar  <jrmuizel@nit.ca>
11558
11559         * shell/main.c (load_files):
11560
11561         use gnome_vfs_make_uri_from_shell_arg so that relative paths work
11562         from the command line and because it seems more appropriate.
11563
11564 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
11565
11566         * data/evince-ui.xml:
11567         * shell/ev-window.c: (update_action_sensitivity),
11568         (ev_window_cmd_go_page_up), (ev_window_cmd_go_page_down):
11569
11570         s/next page/page down
11571         s/previous page/page up
11572
11573 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
11574
11575         * data/evince-ui.xml:
11576
11577         Change the layout to match clarkbw design.
11578
11579         * shell/Makefile.am:
11580         * shell/ev-navigation-action.c: (build_menu), (menu_activated_cb),
11581         (set_tooltip_cb), (connect_proxy), (ev_navigation_action_init),
11582         (ev_navigation_action_finalize),
11583         (ev_navigation_action_set_property),
11584         (ev_navigation_action_get_property),
11585         (ev_navigation_action_class_init):
11586         * shell/ev-navigation-action.h:
11587
11588         Implement clarkbw toolbar navigation controls (incomplete)
11589
11590         * shell/ev-page-action.c: (update_label), (update_spin),
11591         (value_changed_cb), (create_tool_item), (connect_proxy),
11592         (ev_page_action_init), (ev_page_action_finalize),
11593         (ev_page_action_set_property), (ev_page_action_get_property),
11594         (ev_page_action_set_current_page),
11595         (ev_page_action_set_total_pages), (ev_page_action_class_init):
11596         * shell/ev-page-action.h:
11597
11598         Implement a page switcher in the toolbar
11599
11600         * shell/ev-view.c: (ev_view_scroll_view):
11601         * shell/ev-window.c: (update_total_pages), (ev_window_open),
11602         (update_current_page), (view_page_changed_cb), (goto_page_cb),
11603         (register_custom_actions), (ev_window_init):
11604
11605         Change page on PageUp/Down.
11606
11607 Tue Jan  4 03:22:56 2005  Jonathan Blandford  <jrb@redhat.com>
11608
11609         * pdf/xpdf/pdf-document.cc
11610         (pdf_document_thumbnails_get_thumbnail): initial stab at
11611         implementing thumbnail support for pdfs.  It only does documents
11612         with precached pdfs now.
11613
11614 Mon Jan  3 17:22:25 2005  Jonathan Blandford  <jrb@redhat.com>
11615
11616         * shell/ev-sidebar-thumbnails.c (do_one_iteration): move the
11617         thumbnail code into a time-based idle as well.  Also, turn off the
11618         shadow temporarily as it's really slow.
11619
11620 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
11621
11622         * backend/ev-document.c: (ev_document_class_init):
11623         * pdf/xpdf/pdf-document.cc:
11624         * shell/ev-window.c: (ev_window_open):
11625
11626         Fix document title bugs and fallback to
11627         filename when not available.
11628
11629 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
11630
11631         * backend/ev-document.c: (ev_document_get_type),
11632         (ev_document_class_init), (ev_document_load),
11633         (ev_document_get_title):
11634         * backend/ev-document.h:
11635         * pdf/xpdf/pdf-document.cc:
11636         * ps/ps-document.c: (ps_document_set_property),
11637         (ps_document_get_property), (ps_document_class_init),
11638         (document_load):
11639         * ps/ps-document.h:
11640         * ps/ps.h:
11641         * shell/ev-window.c: (update_window_title), (ev_window_open),
11642         (ev_window_init):
11643
11644         Initial support for document title. Not working yet.
11645
11646 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
11647
11648         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event):
11649
11650         Grab focus on the view when clicking it
11651
11652 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
11653
11654         * shell/ev-marshal.list:
11655         * shell/ev-view.c: (ev_view_realize), (add_scroll_binding),
11656         (ev_view_scroll_view), (ev_view_class_init), (ev_view_init):
11657
11658         Add key bindings to the view. Now if the focus would work
11659         right...
11660
11661 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
11662
11663         * Makefile.am:
11664         * backend/Makefile.am:
11665         * data/Makefile.am:
11666         * dvi/Makefile.am:
11667         * dvi/dvilib/Makefile.am:
11668         * pdf/xpdf/Makefile.am:
11669         * po/POTFILES.in:
11670         * ps/Makefile.am:
11671
11672         Fix distcheck
11673
11674 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
11675
11676         * shell/ev-view.c: (ev_view_realize):
11677
11678         Fix mouse wheel scrolling
11679
11680 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
11681
11682         * ps/Makefile.am:
11683         * ps/gstypes.h:
11684         * ps/gtkgs.c:
11685         * ps/gtkgs.h:
11686         * ps/ps-document.c: (catchPipe), (ps_document_init),
11687         (ps_document_class_init), (ps_document_cleanup),
11688         (ps_document_finalize), (send_ps), (ps_document_get_orientation),
11689         (set_up_page), (close_pipe), (is_interpreter_ready),
11690         (interpreter_failed), (output), (input), (start_interpreter),
11691         (stop_interpreter), (file_length), (file_readable),
11692         (check_filecompressed), (check_pdf), (compute_xdpi),
11693         (compute_ydpi), (compute_size), (ps_document_enable_interpreter),
11694         (ps_document_get_type), (ps_document_emit_error_msg),
11695         (document_load), (ps_document_next_page),
11696         (ps_document_get_current_page), (ps_document_get_page_count),
11697         (ps_document_goto_page), (ps_document_set_page_size),
11698         (ps_document_zoom_to_fit), (ps_document_set_zoom),
11699         (ps_document_load), (ps_document_get_n_pages),
11700         (ps_document_set_page), (ps_document_get_page),
11701         (ps_document_widget_event), (ps_document_set_target),
11702         (ps_document_set_scale), (ps_document_set_page_offset),
11703         (ps_document_get_page_size), (ps_document_render),
11704         (ps_document_document_iface_init):
11705         * ps/ps-document.h:
11706         * ps/ps.c:
11707         * shell/ev-window.c: (ev_window_open):
11708
11709         Rename GtkGS to PSDocument
11710
11711 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
11712
11713         * ps/gtkgs.c: (gtk_gs_class_init):
11714         * ps/gtkgs.h:
11715
11716         Some more leftover...
11717
11718 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
11719
11720         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_get_orientation),
11721         (output), (stop_interpreter), (gtk_gs_emit_error_msg),
11722         (gtk_gs_zoom_to_fit), (gtk_gs_set_zoom):
11723         * ps/gtkgs.h:
11724
11725         Remove unused code and make a lot of stuff private
11726
11727 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
11728
11729         * ps/gsdefaults.c: (gtk_gs_defaults_gconf_client),
11730         (gtk_gs_defaults_changed):
11731         * ps/gsdefaults.h:
11732         * ps/gtkgs.c:
11733         * ps/gtkgs.h:
11734         * ps/ps.h:
11735
11736         Cleanup headers dependencies
11737
11738 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
11739
11740         * ps/Makefile.am:
11741         * ps/ggvutils.c:
11742         * ps/ggvutils.h:
11743         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
11744         * ps/gsdefaults.h:
11745         * ps/gtkgs.c: (file_length), (file_readable),
11746         (check_filecompressed), (check_pdf), (gtk_gs_load),
11747         (gtk_gs_get_postscript):
11748
11749         Get rid of ggvutils
11750
11751 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
11752
11753         * ps/ggvutils.c:
11754         * ps/ggvutils.h:
11755         * ps/gsio.h:
11756         * ps/gtkgs.c: (gtk_gs_set_zoom):
11757
11758         Cleanups
11759
11760 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
11761
11762         * ps/gtkgs.c: (gtk_gs_set_zoom), (gtk_gs_set_zoom_mode):
11763
11764         Ensure the page is rerendered when changing zoom
11765
11766 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
11767
11768         * backend/ev-document.c: (ev_document_base_init),
11769         (ev_document_changed):
11770         * backend/ev-document.h:
11771
11772         Add a changed event that is emitted when the page content
11773         changes. This is necessary to deal with the fact that
11774         in ps backend rendering happen asycrounously.
11775         This makes the ps backend mostly work.
11776
11777         * pdf/xpdf/pdf-document.cc:
11778
11779         Emit changed event
11780
11781         * ps/gtkgs.c: (set_up_page), (gtk_gs_widget_event),
11782         (ps_document_set_target):
11783
11784         Emit changed event
11785
11786         * shell/ev-view.c: (document_changed_callback),
11787         (ev_view_set_document), (ev_view_set_page):
11788
11789         Redraw on the changed signal
11790
11791 2004-12-25  Raphael Higino  <raphaelh@cvs.gnome.org>
11792
11793         * configure.ac: Added pt_BR to ALL_LINGUAS.
11794
11795 Fri Dec 24 00:48:44 2004  Jonathan Blandford  <jrb@redhat.com>
11796
11797         * backend/ev-document-bookmarks.c:
11798         (ev_document_bookmarks_get_child): *
11799         backend/ev-document-bookmarks.h: * pdf/xpdf/Makefile.am: *
11800         pdf/xpdf/pdf-document.cc: * pdf/xpdf/pdf-document.h: *
11801         shell/Makefile.am: * shell/ev-sidebar-bookmarks.c:
11802         (ev_sidebar_bookmarks_destroy),
11803         (ev_sidebar_bookmarks_class_init),
11804         (ev_sidebar_bookmarks_construct), (stack_data_free),
11805         (do_one_iteration), (populate_bookmarks_idle),
11806         (ev_sidebar_bookmarks_clear_document),
11807         (ev_sidebar_bookmarks_set_document): *
11808         shell/ev-sidebar-bookmarks.h: * shell/ev-sidebar.c:
11809         (ev_sidebar_add_page),
11810         (ev_sidebar_set_document): * shell/ev-window.c: (ev_window_open):
11811         Initial stab at a bookmarks sidebar.  It doesn't navigate yet, but
11812         it displays both the topics and the page numbers.
11813
11814 2004-12-23  Kristian Høgsberg  <krh@redhat.com>
11815
11816         * shell/ev-window.c (ev_window_view_sidebar_cb): Hook up sidebar
11817         toggle.
11818         * shell/ev-window.c (toggle_entries): Set sidebar default value to
11819         visible.
11820
11821 2004-12-23  Adam Weinberger  <adamw@gnome.org>
11822
11823         * configure.ac: Added en_CA to ALL_LINGUAS.
11824
11825 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
11826
11827         * ChangeLog: replace bottom of this ChangeLog (merged history of
11828         ggv and gpdf; where all paths were wrong and most of the files are
11829         not even in this tree) with ChangeLog (from arch) of the shell
11830         code.
11831
11832 2004-12-23  Havoc Pennington  <hp@redhat.com>
11833
11834         * shell/ev-window.c: hook up potentially-questionable "find
11835         results status text" feature - something involving the sidebar or
11836         scrollbar or a continuous all-pages-on-giant-roll-of-paper-view
11837         might be better in the end.
11838
11839         * shell/ev-view.c (ev_view_get_find_status_message): new function, 
11840         with corresponding signal when it should be updated
11841
11842         * shell/eggfindbar.c (egg_find_bar_set_status_text): new function
11843
11844 2004-12-22  Havoc Pennington  <hp@redhat.com>
11845
11846         * pdf/xpdf/pdf-document.cc (pdf_document_find_begin): make search
11847         find stuff on other pages, sort of (only returns one result on
11848         invisible pages, to show they have results; updates full results
11849         for a page when you view it). Currently repaints the current page
11850         every time a new result is found on any page, which isn't so nice.
11851
11852 2004-12-22  Havoc Pennington  <hp@redhat.com>
11853
11854         * shell/ev-window.c (ev_window_cmd_edit_find): display an error if
11855         the document doesn't support find (better ideas?)
11856         (find_bar_search_changed_cb): handle missing document or document
11857         that doesn't support find
11858
11859         * pdf/xpdf/pdf-document.cc: port to implement the new
11860         EvDocumentFindIface
11861
11862         * backend/ev-document-find.c: create a new interface for searching
11863
11864         * backend/ev-document.h, backend/ev-document.c: delete the find stuff
11865
11866 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
11867
11868         * pdf/xpdf/Makefile.am (libpdfdocument_la_LIBADD): add
11869         libevbackend.la.
11870
11871         * shell/ev-window.c (ev_window_print): add GnomePrintJob to
11872         EvPrintJob constructor arguments.
11873
11874         * backend/ev-ps-exporter.c, backend/ev-ps-exporter.h: interface
11875         for documents that can export PostScript (page by page).
11876
11877         * backend/Makefile.am (libevbackend_la_SOURCES): add them.
11878         
11879         * pdf/xpdf/pdf-document.cc (pdf_document_ps_export_begin)
11880         (pdf_document_ps_export_do_page, pdf_document_ps_export_end)
11881         (pdf_document_ps_exporter_iface_init:
11882         Implement EvPSExporter.
11883
11884         * pdf/xpdf/Makefile.am (libxpdf_la_SOURCES): build PSOutputDev.
11885
11886 2004-12-22  Anders Carlsson  <andersca@gnome.org>
11887
11888         * backend/Makefile.am:
11889         * backend/ev-document-thumbnails.c:
11890         (ev_document_thumbnails_get_type),
11891         (ev_document_thumbnails_get_thumbnail):
11892         * backend/ev-document-thumbnails.h:
11893         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
11894         (pixbuf_document_thumbnails_get_thumbnail),
11895         (pixbuf_document_document_thumbnails_iface_init):
11896         * shell/Makefile.am:
11897         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_destroy),
11898         (ev_sidebar_thumbnails_class_init), (ev_sidebar_thumbnails_init),
11899         (populate_thumbnails), (ev_sidebar_thumbnails_set_document):
11900         * shell/ev-sidebar-thumbnails.h:
11901         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
11902         (ev_sidebar_set_document):
11903         * shell/ev-utils.c: (gaussian), (create_blur_filter),
11904         (create_shadow), (ev_pixbuf_add_shadow):
11905         * shell/ev-utils.h:
11906         Add thumbnail support.
11907         
11908 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
11909
11910         * shell/ev-window.c (ev_window_cmd_file_print, ev_window_print)
11911         (using_postscript_printer): Set up a print dialog for "PostScript
11912         injection" method.
11913
11914         * shell/ev-print-job.h, shell/ev-print-job.c: stub classes for
11915         EvPrintJob.
11916
11917         * shell/Makefile.am (evince_SOURCES): add ev-print-job.[ch]
11918
11919 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
11920
11921         * ps/gtkgs.c: (gtk_gs_init), (set_up_page),
11922         (ps_document_set_target), (ps_document_get_page_size),
11923         (ps_document_render):
11924         * ps/gtkgs.h:
11925
11926         Fix a few bugs
11927
11928 2004-12-22  Christian Rose  <menthos@menthos.com>
11929
11930         * configure.ac: Added "sv" to ALL_LINGUAS.
11931
11932 Wed Dec 22 14:47:38 2004  Jonathan Blandford  <jrb@redhat.com>
11933
11934         * backend/ev-document-bookmarks.[ch]: new interface to indicate
11935         document supports bookmarks.
11936
11937 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
11938
11939         * ps/ggvutils.c: (ggv_file_readable):
11940         * ps/ggvutils.h:
11941         * ps/gtkgs.c: (check_filecompressed), (check_pdf),
11942         (gtk_gs_get_postscript):
11943
11944         Remove unused utils
11945
11946 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
11947
11948         * ps/gtkgs.c: (gtk_gs_init), (gtk_gs_class_init), (gtk_gs_cleanup),
11949         (gtk_gs_finalize), (gtk_gs_set_center), (set_up_page), (output),
11950         (start_interpreter), (compute_size), (gtk_gs_enable_interpreter),
11951         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_reload),
11952         (gtk_gs_emit_error_msg), (gtk_gs_disable_interpreter),
11953         (gtk_gs_load), (gtk_gs_goto_page), (gtk_gs_set_page_size),
11954         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
11955         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
11956         (gtk_gs_set_antialiasing), (ps_document_load),
11957         (ps_document_render):
11958         * ps/gtkgs.h:
11959
11960         Another check point for the ps backend. Now I can get it to show
11961         pages!
11962
11963 Wed Dec 22 13:41:01 2004  Jonathan Blandford  <jrb@redhat.com>
11964
11965         * shell/ev-sidebar.c (ev_sidebar_set_document): initial sidebar
11966         document setting code.
11967
11968 2004-12-22  Anders Carlsson  <andersca@gnome.org>
11969
11970         * shell/eggfindbar.c: (entry_activate_callback):
11971         Animate the next button when activate is pressed.
11972         
11973 2004-12-22  Anders Carlsson  <andersca@gnome.org>
11974
11975         * shell/ev-window.c: (ev_window_cmd_edit_find),
11976         (update_fullscreen_popup), (ev_window_fullscreen),
11977         (ev_window_unfullscreen), (ev_window_state_event_cb),
11978         (ev_window_focus_out_cb), (find_bar_close_cb), (ev_window_init):
11979         Fix bugs in fullscreen code.
11980         
11981 2004-12-22  Anders Carlsson  <andersca@gnome.org>
11982
11983         * Makefile.am:
11984         * configure.ac:
11985         * pixbuf/Makefile.am:
11986         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
11987         (pixbuf_document_load), (pixbuf_document_get_n_pages),
11988         (pixbuf_document_set_page), (pixbuf_document_get_page),
11989         (pixbuf_document_set_target), (pixbuf_document_set_scale),
11990         (pixbuf_document_set_page_offset), (pixbuf_document_get_page_size),
11991         (pixbuf_document_render), (pixbuf_document_begin_find),
11992         (pixbuf_document_end_find), (pixbuf_document_finalize),
11993         (pixbuf_document_class_init),
11994         (pixbuf_document_document_iface_init), (pixbuf_document_init):
11995         * pixbuf/pixbuf-document.h:
11996         * shell/Makefile.am:
11997         * shell/ev-application.c: (ev_application_open):
11998         * shell/ev-window.c: (mime_type_supported_by_gdk_pixbuf),
11999         (ev_window_open):
12000         Add pixbuf backend.
12001         
12002 Tue Dec 21 21:45:43 2004  Soeren Sandmann  <sandmann@redhat.com>
12003
12004         * Makefile.am: 
12005         * dvi/dvilib/Makefile.am:
12006         * dvi/Makefile.am:
12007         * configure.ac: Auto*ify dvi and dvi/dvilib
12008
12009         * dvi/Makefile: Remove from CVS
12010         
12011         * dvi/dvilib/dl-pkfont.cc (unpack_bitmap): Fix uchar/uint
12012         confusion.
12013
12014         * dvi/dvilib/dl-fontdefinition.{cc,hh}: New DviFontMap class
12015         
12016         * dvi/dvilib/dl-vffont.{cc,hh}: Many bugfixes to VF code.
12017         
12018 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
12019
12020         * ps/Makefile.am:
12021         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_finalize),
12022         (gtk_gs_value_adjustment_changed), (compute_size),
12023         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_new_from_file),
12024         (gtk_gs_center_page), (gtk_gs_load), (gtk_gs_set_page_size),
12025         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
12026         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
12027         (gtk_gs_start_scroll), (gtk_gs_get_postscript),
12028         (gtk_gs_set_adjustments), (gtk_gs_set_available_size),
12029         (ps_document_load), (ps_document_get_n_pages),
12030         (ps_document_set_page), (ps_document_get_page),
12031         (ps_document_set_target), (ps_document_set_scale),
12032         (ps_document_set_page_offset), (ps_document_get_page_size),
12033         (ps_document_render), (ps_document_begin_find),
12034         (ps_document_end_find), (ps_document_document_iface_init):
12035         * ps/gtkgs.h:
12036         * shell/Makefile.am:
12037         * shell/ev-window.c: (ev_window_open):
12038
12039         Some work to integrate gtkgs with EvDocument
12040
12041 2004-12-22  Anders Carlsson  <andersca@gnome.org>
12042
12043         * shell/ev-window.c: (update_fullscreen_popup),
12044         (screen_size_changed_cb), (destroy_exit_fullscreen_popup),
12045         (exit_fullscreen_button_clicked_cb),
12046         (fullscreen_popup_size_request_cb), (ev_window_fullscreen),
12047         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
12048         (ev_window_state_event_cb), (ev_window_init):
12049         Add fullscreen support from Epiphany.
12050         
12051 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
12052
12053         * data/ev-stock-zoom-fit-width.png: fit-width
12054         stock icon from gpdf.
12055         
12056         * shell/ev-stock-icons.[ch]: copied from gpdf.
12057         
12058         * shell/main.c: (main): init stock icons.
12059         
12060         * shell/ev-window.c: use the fit-width icon.
12061         
12062         * data/evince-ui.xml: add zooming toolbar items.
12063
12064 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
12065
12066         * shell/ev-view.c: 
12067         (ev_view_best_fit), (ev_view_fit_width): because
12068         get_page_size() returns the scaled page size, we
12069         need to calculate the scale factor relative to
12070         the previous scale factor. Should really just
12071         add get_real_page_size().
12072
12073 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
12074
12075         * shell/ev-view.[ch]:
12076         (ev_view_zoom), (ev_view_zoom_in), (ev_view_zoom_out),
12077         (ev_view_normal_size), (ev_view_best_fit), (ev_view_fit_width):
12078         add zooming.
12079         
12080         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
12081         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_normal_size),
12082         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width):
12083         hook it up.
12084         
12085         * pdf/xpdf/pdf-document.cc:
12086         (pdf_document_begin_find),
12087         (pdf_document_end_find): make static.
12088
12089 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
12090
12091         * pdf/xpdf/GlobalParams.h (setupBaseFontsFc): add prototype.
12092
12093         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): maps base font
12094         names to fontconfig patterns.
12095         (setupBaseFontsFc): setupBaseFonts reimplemented using fontconfig.
12096
12097         * pdf/xpdf/pdf-document.cc (pdf_document_load): use
12098         setupBaseFontsFc.
12099
12100 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
12101
12102         * Makefile.am:
12103         * configure.ac:
12104         * ps/Makefile.am:
12105         * ps/ggvutils.c:
12106         * ps/ggvutils.h:
12107         * ps/gsdefaults.c:
12108         * ps/gsdefaults.h:
12109         * ps/gsio.c:
12110         * ps/gsio.h:
12111         * ps/gtkgs.c:
12112         * ps/gtkgs.h:
12113         * ps/ps.c:
12114         * ps/ps.h:
12115
12116         Import ggv backend. Not hooked up yet.
12117
12118 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
12119
12120         * shell/main.c: (load_files), (main): load files
12121         from the command line.
12122
12123 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
12124
12125         * configure.ac: don't require bonobo.
12126         
12127         * cut-n-paste/recent-files/*: kill bonobo recent
12128         view.
12129
12130         * shell/ev-window.c:
12131         (ev_window_is_empty): upd.
12132         (unable_to_load), (ev_window_open): load backend
12133         based on the mime type.
12134
12135 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
12136
12137         * backend/.cvsignore: ignore generated marshalers source.
12138
12139         * shell/main.c (main): this is not epiphany.
12140
12141 2004-12-22  Havoc Pennington  <hp@redhat.com>
12142
12143         * shell/ev-view.c (ev_view_set_document): connect to "found" signal
12144         (expose_bin_window): draw find highlights
12145
12146         * shell/ev-window.c (find_bar_search_changed_cb): implement 
12147         
12148         * pdf/xpdf/pdf-document.cc (pdf_document_begin_find) 
12149         (pdf_document_end_find): implement this interface
12150
12151         * backend/ev-document.c (ev_document_found): add this to emit
12152         signal
12153
12154 Tue Dec 21 23:57:37 2004  Owen Taylor  <otaylor@redhat.com>
12155
12156         * data/evince-ui.xml: Add a few more toolbar items.
12157
12158         * shell/ev-window.c: Hook up page navigation toolbar 
12159         items.
12160
12161         * shell/ev-view.[ch]: add ev_view_set/get_page and 
12162         a page-changed signal.
12163
12164         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc::
12165         Add ev_document_get_page().
12166
12167         * shell/ev-window.c: Sensitize/desensitize navigation
12168         actions.
12169
12170 2004-12-21  Havoc Pennington  <hp@redhat.com>
12171
12172         * backend/ev-backend-marshal.c,
12173         backend/ev-backend-marshalers.list, backend/Makefile.am: add
12174         marshaler-generator thingy. I'm sure there's a better way to do
12175         this in the modern world.
12176
12177         * backend/ev-document.h (struct _EvDocumentIface): add begin_find,
12178         end_find methods and "found" signal.
12179
12180         * configure.ac: find glib-genmarshal
12181
12182 Tue Dec 21 23:20:35 2004  Jonathan Blandford  <jrb@redhat.com>
12183
12184         * shell/ev-sidebar.c: Construct an actual sidebar.
12185         * shell/ev-sidebar-bookmarks.[ch]:
12186         * shell/ev-sidebar-thumbnails.[ch]: Stub out sidebars.
12187
12188 Tue Dec 21 23:05:51 2004  Owen Taylor  <otaylor@redhat.com>
12189
12190         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc:
12191         Redo size handling.
12192         
12193         * shell/ev-view.c: Track the size from the document.
12194
12195 Tue Dec 21 22:17:04 2004  Owen Taylor  <otaylor@redhat.com>
12196
12197         * pdf/xpdf/pdf-document.cc (pdf_document_load): PDFDoc
12198         constructor assumes ownership of the string passed in.
12199         
12200         * shell/ev-window.c (ev_window_open): Destroy the error
12201         dialog once we've displayed it.
12202
12203 Tue Dec 21 21:58:56 2004  Owen Taylor  <otaylor@redhat.com>
12204
12205         * pdf/xpdf/pdf-document.cc shell/ev-view.c: Hook things up 
12206         a bit, it works! (sort of)
12207
12208         * pdf/xpdf/Makefile.am pdf/xpdf/pdf-document.cc:
12209         Move to .cc since we need to use C++ in the implementation.
12210
12211         * shell/dummy.cc: Add a CC file to force evince
12212         to be linked as a C++ program.
12213
12214 Tue Dec 21 21:07:55 2004  Owen Taylor  <otaylor@redhat.com>
12215
12216         * shell/ev-view.[ch]: Start of content-area widget.
12217
12218         * shell/ev-window.c: Create a EvView, update it
12219         as we change documents.
12220
12221         * shell/Makefile.am shell/ev-marshal.list: Add
12222         generated marshalers.
12223
12224 Tue Dec 21 20:28:11 2004  Jonathan Blandford  <jrb@redhat.com>
12225
12226         * Makefile.am (SUBDIRS): move shell.
12227
12228 Tue Dec 21 19:28:55 2004  Owen Taylor  <otaylor@redhat.com>
12229
12230         * pdf/{goo,fofi,splash,xpdf}/Makefile.am: Switch from
12231         .a to libtool convenience libraries.
12232
12233         * shell/ev-window.c (ev_window_open): Hard code loading
12234         a PDF document.
12235         
12236         * backend/ev-document.h: Add a boolean return to load(),
12237         fix GError * to GError **.
12238
12239         * pdf/xpdf/pdf-document.[ch] Makefile.am: Add a stub
12240         object for a PDF backend EvDocument.
12241
12242 Tue Dec 21 18:55:06 2004  Søren Sandmann  <sandmann@redhat.com>
12243
12244         * dvi/*: New directory with the beginning of a .dvi backend.
12245
12246 2004-12-21  Havoc Pennington  <hp@redhat.com>
12247
12248         * shell/eggfindbar.c (egg_find_bar_init): change buttons to
12249         previous/next instead of back/forward
12250
12251 Tue Dec 21 18:26:24 2004  Owen Taylor  <otaylor@redhat.com>
12252
12253         * backend/ev-document.[ch]: Fix a couple of problems so
12254         it compile.
12255
12256 Tue Dec 21 18:20:40 2004  Owen Taylor  <otaylor@redhat.com>
12257
12258         * viewer/* backend/* configure.ac Makefile.am: Move viewer directory 
12259         to backend/ directory, rename EvViewer to EvDocument.
12260
12261 2004-12-21  Havoc Pennington  <hp@redhat.com>
12262
12263         * shell/ev-window.c: hook up the find bar widget; now we just need
12264         a document to find things in
12265
12266         * shell/eggfindbar.c: a find bar widget
12267
12268 Tue Dec 21 17:20:16 2004  Jonathan Blandford  <jrb@redhat.com>
12269
12270         * shell/ev-sidebar.[ch]: initial sidebar boilerplate.
12271
12272 Tue Dec 21 16:30:58 2004  Owen Taylor  <otaylor@redhat.com>
12273
12274         * pdf/**: Import of xpdf code from gpdf. 
12275
12276         * pdf/xpdf/xpdfconfig.h: Move the non-config.h config.h to xpdfconfig.h
12277
12278         * pdf/splash/SplashFTFont.{cc,h} pdf/splash/SplashFTFont.h
12279         pdf/splash/SplashFTFontEngine.h pdf/splash/SplashFTFontFile.h: 
12280         Fix FreeType includes.
12281
12282         * pdf/xpdf/{Error.h GnomeVFSStream.cc ImageOutputDev.cc PDFDoc.cc\
12283         pdffonts.cc pdfimages.cc pdfinfo.cc pdftoppm.cc pdftops.cc
12284         pdftotext.cc PSOutputDev.cc PSOutputDev.h SplashOutputDev.h
12285         Stream.cc TextOutputDev.cc XPDFApp.cc xpdf.cc XPDFViewer.cc
12286         pdf/xpdf/Error.h PSOutputDev.h SplashOutputDev.h}:
12287         Include xpdfconfig.h
12288         
12289 Tue Dec 21 16:08:17 2004  Jonathan Blandford  <jrb@redhat.com>
12290
12291         * shell/ev-window.c (ev_window_dispose): dispose can be called
12292         multiple times.
12293
12294 2004-12-21  Havoc Pennington  <hp@redhat.com>
12295
12296         * shell/ev-window.c (ev_window_init): set title to Document Viewer
12297         rather than Evince
12298
12299         * data/evince-ui.xml, shell/ev-window.c: add a bunch of stub menu
12300         items; really they should be synced with the strings, etc. from
12301         current gpdf, but just getting the boring typing out of the way 
12302
12303 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
12304
12305         * po/POTFILES.in:
12306         * shell/ev-application.c: (window_destroy_cb):
12307         * shell/ev-window.c:
12308         * shell/main.c: (main):
12309
12310         Actually show the window...
12311
12312 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
12313
12314         * Makefile.am:
12315         * shell/Makefile.am:
12316         * shell/ev-application.c: (ev_application_class_init):
12317         * shell/ev-window.c: (ev_window_dispose), (ev_window_class_init):
12318
12319         Make it build again
12320
12321 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
12322
12323         Import to gnome cvs.
12324         
12325         * Remove copies of gpdf and ggv trees.
12326         * Rip out all the recursive configure code.
12327         * Remove bonobo machinery.
12328         * viewer/*: GInterfaces that backends should/can implement.
12329
12330 2004-11-09  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12331
12332         * shell/ev-window.c (ev_window_cmd_help_about): fix "documentors"
12333         typo
12334
12335 2004-10-28  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12336
12337         * shell/ev-application.c (EV_APPLICATION_GET_PRIVATE)
12338         (ev_application_finalize, ev_application_class_init)
12339         (ev_application_init): use GType instance private data for priv.
12340
12341         * shell/ev-window.c (EV_WINDOW_GET_PRIVATE)
12342         (ev_window_finalize, ev_window_class_init)
12343         (ev_window_init): ditto.
12344
12345 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12346
12347         * shell/ev-application.c (ev_application_new_window): make public
12348         (ev_application_show_initial_window): kill.
12349
12350         * shell/ev-application.h: update prototypes.
12351
12352         * shell/main.cc (main): inline ev_application_show_initial_window.
12353
12354 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12355
12356         * shell/ev-application.c (ev_application_new_window): impl.
12357         (ev_application_show_initial_window): use it.
12358         (is_window_empty, ev_application_get_empty_window): returns an
12359         existing empty window or a new one.
12360         (ev_application_open): from ev_window_cmd_file_open.
12361
12362         * shell/ev-application.h: update prototypes
12363
12364         * shell/ev-window.c (ev_window_is_empty): impl.
12365         (ev_window_open): make public.
12366         (ev_window_cmd_file_open): use ev_application_open
12367
12368         * shell/ev-window.h: update prototypes, remove unused.
12369
12370 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12371
12372         * shell/ev-window.c (ev_window_destroy, ev_window_class_init):
12373         move destroy handler out of here...
12374
12375         * shell/ev-application.c, shell/ev-application.h: ...into this new
12376         class. Also handles initial window creation.
12377
12378         * shell/main.cc (main): use EvApplication to create initial
12379         window.
12380
12381 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12382
12383         * Makefile.am (SUBDIRS): add cut-n-paste
12384
12385         * cut-n-paste/Makefile.am: add
12386
12387         * configure.ac: generate Makefiles in cut-n-paste
12388
12389 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12390
12391         * shell/ev-window.c (ev_window_dispose): new, unref the ui_manager
12392         (ev_window_class_init): install ev_window_dispose.
12393
12394 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12395
12396         * shell/ev-window.h, shell/ev-window.c: replace gchar with
12397         char (gchar looks stupid).
12398
12399 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12400
12401         * po/de.po: updated German translation.
12402
12403 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12404
12405         * configure.ac: add more pkg-config library checks for gnome-vfs,
12406         bonobo etc.
12407
12408         * gpdf/configure.in: temporarily disable libpaper
12409         checks. Otherwise I'd have to add the checks for the shell, too.
12410
12411 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12412
12413         * shell/ev-window.c (ev_window_cmd_file_open): add ps+pdf, ps, pdf
12414         and * file filters to the file choose.
12415
12416 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12417
12418         * po/de.po: Updated German translation.
12419
12420 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12421
12422         * shell/ev-window.c: use "S" as mnemonic for Statusbar.
12423
12424 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12425
12426         * data/evince-ui.xml: add View->Toolbar and View->Statusbar.
12427
12428         * shell/ev-window.c (menu_item_select_cb, menu_item_select_cb)
12429         (ev_window_init): implement those menuitems.
12430
12431 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12432
12433         * data/evince-ui.xml: add a toolbar (with FileOpen action)
12434
12435         * shell/ev-window.c (ev_window_init): use the toolbar.
12436
12437 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12438
12439         * shell/ev-window.c (ev_window_init): use menu translations
12440
12441 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12442
12443         * configure.ac: add "de" to ALL_LINGUAS.
12444
12445         * po/de.po: add German translation.
12446
12447 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12448
12449         * Makefile.am (SUBDIRS): add po
12450
12451         * configure.ac: check intltool, glib-gettext etc, generate
12452         po/Makefile.in
12453
12454         * po, po/POTFILES.in, po/POTFILES.skip: new.
12455
12456 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12457
12458         * shell/Makefile.am (INCLUDES): define GNOMELOCALEDIR which we
12459         already use (#ifdef ENABLE_NLS)
12460
12461         * shell/ev-window.c (ev_window_cmd_help_about): fix two star
12462         pointer indirection thinko.
12463
12464         * shell/main.c: include gi18n.h for bindtextdomain etc.
12465
12466 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12467
12468         * shell/ev-window.c (menu_item_select_cb, menu_item_deselect_cb)
12469         (connect_proxy_cb, disconnect_proxy_cb, ev_window_init): show
12470         tooltips for menu items in the statusbar.
12471
12472 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12473
12474         * configure.ac, data/Makefile.am, shell/Makefile.am: use
12475         pkgdatadir drop UIDIR
12476
12477 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12478
12479         * data/evince-ui.xml: Add File->Open menu item
12480
12481         * shell/ev-window.c (ev_window_cmd_file_open): impl. (shows a file
12482         chooser), hook it up in the ui manager.
12483
12484 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12485
12486         * shell/ev-window.c: fix Help->About tooltip.
12487
12488 2004-10-23 Martin Kretzschmar  <m_kretzschmar@gmx.net>
12489
12490         * configure.ac: set CFLAGS for libevprivate.
12491
12492         * lib/ev-stock-icons.h, lib/ev-stock-icons.c: stock icon
12493         definitions, factory etc.
12494
12495         * lib/Makefile.am: build libevprivate.a (only stock icon code).
12496
12497         * shell/Makefile.am: link against libevprivate.a.
12498
12499         * shell/ev-window.c (entries): add stock icon to Help->About.
12500
12501         * shell/main.c (main): init stock icon code.
12502
12503 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12504
12505         * lib/recent-files: egg recent files code
12506
12507         * lib/Makefile.am: add.
12508
12509         * Makefile.am: add lib subdir.
12510
12511         * configure.ac: gen. lib/Makefile and lib/recent-files/Makefile,
12512         set CFLAGS for recent-files.
12513
12514 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12515
12516         * configure.ac: disable -ansi and -pedantic gcc flags. They
12517         disable POSIX stuff in stdio.h, but egg-recent uses them.
12518
12519 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net> 
12520
12521         * configure.ac: add --disable-deprecated flag (defaults to on in
12522         "cvs" builds).
12523
12524         * shell/Makefile.am (INCLUDES): use it.
12525
12526 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12527
12528         * shell/main.c: add missing #include.
12529
12530         * shell/ev-window.c: fix for pedantic gcc.
12531         (ev_window_cmd_help_about): split license into paragraphs for
12532         translators and pedantic compilers.
12533
12534 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12535
12536         * configure.ac: add more warning flags if compiling with gcc from
12537         cvs (or explicitly requested with --enable-more-warnings).
12538
12539 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12540
12541         * data/evince-ui.xml: add File and File->Close menu.
12542
12543         * shell/ev-window.c (ev_window_cmd_file_close_window): impl.
12544         (ev_window_destroy): quit after destroy.
12545         (ev_window_class_init): override GtkObject::destroy.
12546         (entries): install close_window callback.
12547
12548 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12549
12550         * Makefile.am (SUBDIRS): add data subdir.
12551
12552         * configure.ac (UIDIR): gen data/Makefile, define UIDIR.  Require
12553         gtk+ 2.5.0 for GtkAboutDialog.
12554
12555         * data/Makefile.am, data/evince-ui.xml: add, ui definition for the
12556         main window.
12557
12558         * shell/Makefile.am (INCLUDES): propagate UIDIR definition.
12559
12560         * shell/ev-window.c (ev_window_init): create a menubar, using a ui
12561         manager.
12562         (ev_window_cmd_help_about): about command, using GtkAboutDialog.
12563
12564 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12565
12566         * shell/ev-window.c, shell/ev-window.h: Created an EvWindow class.
12567
12568 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12569
12570         * shell/main.c: make it a trivial gtk+ program, adjust configure.ac
12571
12572 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12573
12574         * shell/*: Added shell directory boilerplate, build it.
12575
12576 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12577
12578         * configure.ac, Makefile.am: Added top-level configure.ac and
12579         Makefile.am