]> www.fi.muni.cz Git - evince.git/blob - ChangeLog
Update for release 2.20.1
[evince.git] / ChangeLog
1 2007-10-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2
3         * NEWS:
4         * configure.ac:
5         
6         Update for release 2.20.1
7
8 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
9
10         * backend/pdf/ev-poppler.cc:
11         (pdf_document_file_exporter_begin_page),
12         (pdf_document_file_exporter_do_page),
13         (pdf_document_file_exporter_end_page),
14         (pdf_document_file_exporter_iface_init):
15         * libdocument/ev-file-exporter.[ch]:
16         (ev_file_exporter_begin_page), (ev_file_exporter_end_page):
17         * shell/ev-jobs.c: (ev_job_print_get_page_list),
18         (ev_job_print_run):
19
20         When printing multiple pages per sheet in reverse option, do not
21         invert the order of the pages in every sheet, but the order of the
22         sheets. Do not print blank pages when page range is invalid. Fixes
23         bugs #484857 and #485521.
24         
25 2007-10-10  Carlos Garcia Campos  <carlosgc@gnome.org>
26
27         * shell/ev-jobs.c: (ev_job_print_get_page_list),
28         (ev_job_print_run):
29         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
30
31         Respect ranges order when printing more than one range in random
32         order.
33         
34 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
35
36         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field),
37         (pdf_document_forms_get_form_fields):
38
39         Silently ignore unknown form fields. Fixes bug #482654. Patch by
40         Matthias Drochner.
41         
42 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
43
44         * configure.ac:
45         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
46
47         Use poppler_page_render_for_printing() instead of
48         poppler_page_render() if available when exporting to a ps or pdf
49         file. Fixes bug #476627.
50         
51 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
52
53         * shell/ev-window.c: (ev_window_run_fullscreen):
54
55         Do not show the toolbar in fullscreen mode if the main toolbar is
56         not visible. Fixes bug #483048.
57         
58 2007-09-29  Carlos Garcia Campos  <carlosgc@gnome.org>
59
60         * shell/ev-view.c: (ev_view_button_press_event):
61
62         Give priority to form fields over images when deciding whether a
63         button press event is over an image or form field. It allows edit
64         form fields when they are over a background image. Fixes bug
65         #477841.
66         
67 2007-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
68
69         * NEWS:
70         * configure.ac:
71         
72         Update for release 2.20.0
73
74 2007-09-12  Carlos Garcia Campos  <carlosgc@gnome.org>
75
76         * backend/pdf/ev-poppler.cc:
77
78         Remove #ifdef HAVE_FORMS, so that forms support works again.
79
80 2007-09-05  Götz Waschk  <waschk@mandriva.org>
81
82         * configure.ac:
83         * data/evince.desktop.in.in:
84         
85         Fixes desktop file issues. See bug #473471.
86
87 2007-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
88
89         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
90         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
91         (ev_job_queue_remove_job):
92         * shell/ev-jobs.[ch]: (ev_job_save_init), (ev_job_save_dispose),
93         (ev_job_save_class_init), (ev_job_save_new), (ev_job_save_run):
94         * shell/ev-window.c: (ev_window_clear_save_job),
95         (ev_window_save_job_cb), (file_save_dialog_response_cb),
96         (ev_window_dispose):
97
98         Move save a copy task to its own job so that it's carried out in a
99         thread avoiding another lock in the main thread. Use
100         ev_xfer_uri_simple() instead of gnome_vfs_move() so that document
101         can be saved to a pathin another file system. Fixes bug #456891.
102         
103 2007-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
104
105         * NEWS:
106         * configure.ac:
107         
108         Update for release 2.19.92
109
110 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
111
112         * configure.ac:
113         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
114         (pdf_selection_get_selection_region),
115         (pdf_selection_get_selection_map),
116         (ev_form_field_from_poppler_field):
117
118         Bump requirements to poppler 0.6 and drop all ifdefs used. Double
119         and triple click selections are enabled again now.
120
121 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
122
123         * shell/ev-window.c: (ev_window_add_history):
124
125         Make sure not to use the history with documents not supporting
126         links. Fixes bug #468954.
127
128 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
129
130         * shell/ev-window.c: (ev_window_load_job_cb):
131
132         Restart the search when reloading a document with the find bar
133         visible. Fixes bug #461962.
134
135 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
136
137         * shell/ev-window.c: (setup_document_from_metadata),
138         (ev_window_load_job_cb), (ev_window_cmd_view_reload):
139
140         Do not jump to the first page when reloading a document from the
141         last page.
142
143 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
144
145         * shell/ev-window.c: (update_chrome_flag),
146         (setup_sidebar_from_metadata),
147         (ev_window_cmd_focus_page_selector), (ev_window_cmd_edit_find),
148         (ev_window_cmd_edit_find_next),
149         (ev_window_cmd_edit_find_previous), (ev_window_cmd_escape),
150         (ev_window_view_toolbar_cb), (ev_window_view_sidebar_cb),
151         (find_bar_close_cb), (view_actions_focus_in_cb):
152
153         Do not update visibility when changing a chrome flag so that it's
154         possible to update several flags and update visibility only once
155         for all of them.
156
157 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
158
159         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
160
161         Use GTK_UNIT_POINTS instead of GTK_UNIT_PIXEL, since it's not
162         supported by gtk+. Fixes bug #460907.
163
164 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
165
166         * shell/ev-view.c: (view_update_range_and_current_page):
167
168         Make sure current-page <= end-page in continuous mode. Fixes bug
169         #454950.
170
171 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
172
173         * backend/pdf/ev-poppler.cc: (build_tree):
174
175         Ignore outline items without a title. Fixes bug #453913.
176
177 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
178
179         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
180         (ev_view_button_release_event), (ev_view_leave_notify_event):
181
182         Use always drag mouse cursor during a drag operation. Fixes bug
183         #470564.
184
185 2007-09-02  Carlos Garcia Campos  <carlosgc@gnome.org>
186
187         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
188         (pdf_selection_get_selection_region),
189         (pdf_selection_get_selection_map):
190
191         Temporarily disable double and triple selections since it depends on
192         poppler cvs head. It'll be enabled again as soon as poppler 0.6 is
193         released and the update of the external dependency minimal version
194         approved.
195
196 2007-09-01  Carlos Garcia Campos  <carlosgc@gnome.org>
197
198         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
199         (pdf_document_file_exporter_do_page):
200         * libdocument/ev-file-exporter.h:
201         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
202         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
203
204         Actually fix printing regressions. Remove orientation from
205         EvPrintContext since it's redundant.
206
207 2007-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
208
209         * backend/dvi/dvi-document.c: (dvi_document_document_iface_init):
210         * backend/impress/impress-document.c:
211         (impress_document_document_iface_init):
212         * backend/ps/ps-document.c: (ps_document_document_iface_init):
213         * backend/djvu/djvu-document.c:
214         (djvu_document_document_iface_init),
215         (djvu_selection_get_selected_text), (djvu_selection_iface_init):
216         * backend/tiff/tiff-document.c:
217         (tiff_document_document_iface_init):
218         * backend/pixbuf/pixbuf-document.c:
219         (pixbuf_document_document_iface_init):
220         * backend/comics/comics-document.c:
221         (comics_document_document_iface_init):
222         * backend/pdf/ev-poppler.cc: (pdf_document_document_iface_init),
223         (pdf_selection_render_selection),
224         (pdf_selection_get_selected_text),
225         (pdf_selection_get_selection_region),
226         (pdf_selection_get_selection_map), (pdf_selection_iface_init):
227         * libdocument/ev-selection.[ch]: (ev_selection_get_selected_text),
228         (ev_selection_get_selection_region),
229         (ev_selection_get_selection_map):
230         * libdocument/ev-document.[ch]:
231         * shell/ev-pixbuf-cache.[ch]: (add_job),
232         (ev_pixbuf_cache_get_selection_surface), (update_job_selection):
233         * shell/ev-view-private.h:
234         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_new),
235         (ev_job_render_run):
236         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
237         * shell/ev-view.c: (start_selection_for_event),
238         (ev_view_button_press_event), (ev_view_drag_data_get),
239         (ev_view_drag_data_received), (ev_view_button_release_event),
240         (compute_new_selection_text), (compute_selections),
241         (ev_view_select_all), (get_selected_text), (ev_view_copy),
242         (ev_view_primary_get_cb):
243
244         Add support for double and triple click selections.
245
246 2007-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
247
248         * NEWS:
249         * configure.ac:
250
251         Update for release 2.19.4
252
253 2007-08-28  Justin Blanchard  <justinb04@aim.com>
254
255         * shell/ev-view-private.h:
256         * shell/ev-view.c: (ev_view_expose_event), (ev_view_init),
257         (ev_view_set_highlight_search):
258         * shell/ev-view.h:
259         * shell/ev-window.c: (ev_window_cmd_edit_find_next),
260         (ev_window_cmd_edit_find_previous), (find_bar_search_changed_cb),
261         (find_bar_visibility_changed_cb):
262         
263         Enables 'find next' when bindbar is hidden. Fixes bug #323817.
264
265 2007-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
266
267         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
268         (pdf_document_file_exporter_begin),
269         (pdf_document_file_exporter_do_page):
270         * shell/ev-jobs.c: (ev_job_print_run):
271         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
272
273         Create always a portrait cairo surface and rotate when needed for
274         landscape. It fixes printing problems in real printers.
275
276 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
277
278         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
279         * libdocument/ev-file-exporter.[ch]:
280         (ev_file_exporter_get_capabilities):
281         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
282         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
283
284         Adjust number of pages per row according to page orientation when
285         printing 2 or 6 pages per sheet.
286
287 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
288
289         * shell/ev-window.c: (ev_window_print_send):
290
291         Reset also cups setting to 1 when printing multiple pages per
292         sheet. Fixes bug #468853.
293
294 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
295
296         * libdocument/ev-document-misc.c:
297         (ev_document_misc_surface_rotate_and_scale):
298
299         Use directly cairo_surface_get_content() when creating a similar
300         surface as suggested by Jeff Muizelaar. Thanks again.
301
302 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
303
304         * backend/djvu/djvu-document.c: (djvu_document_render):
305         * backend/tiff/tiff-document.c: (tiff_document_render):
306         * backend/pdf/ev-poppler.cc: (pdf_document_render):
307         * libdocument/ev-document-misc.c:
308         (ev_document_misc_surface_from_pixbuf),
309         (ev_document_misc_surface_rotate_and_scale):
310
311         Use CAIRO_FORMAT_RGB24 instead of CAIRO_FORMAT_ARGB32 when
312         creating page surfaces. Fixes bug #453123. Thank you very much to
313         Jeff Muizelaar <jeff@infidigm.net>.
314
315 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
316
317         * shell/ev-page-cache.c: (ev_page_cache_new),
318         (ev_page_cache_get_thumbnail_size):
319         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page),
320         (ev_sidebar_thumbnails_set_loading_icon):
321
322         Also store in page-cache the dimensions of the thumbnails so that
323         they can be used to create the correct loading icon in the side
324         pane. Fixes bug #466857.
325
326 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
327
328         * backend/pdf/ev-poppler.cc:
329         (pdf_document_thumbnails_get_thumbnail):
330
331         Fix thumbnails rotation in pdf documents that include embedded 
332         thumbnails.
333
334 2007-08-15  Jens Granseuer  <jensgr@gmx.net>
335
336         * backend/pdf/ev-poppler.cc:
337
338         Don't use #ifdef in macro expansion. Some compilers don't
339         like that. Closes bug #467042.
340
341 2007-08-15  Justin Blanchard  <justinb04@aim.com>
342
343         * backend/djvu/djvu-document.c: (djvu_document_finalize):
344         
345         Fixes memory leak in djvu backend.
346
347 2007-08-15  Andreas Nilsson  <nisses.mail@home.se>
348
349         * data/icons/32x32/Makefile.am:
350         * data/icons/32x32/actions/Makefile.am:
351         * data/icons/32x32/actions/view-page-cont.svg:
352         * data/icons/32x32/actions/view-page-facing.svg:
353         * data/icons/48x48/Makefile.am:
354         * data/icons/48x48/actions/Makefile.am:
355         * data/icons/48x48/actions/view-page-cont.svg:
356         * data/icons/48x48/actions/view-page-facing.svg:
357         
358         Icons for a new sizes.
359
360 2007-08-14  Justin Blanchard  <justinb04@aim.com>
361
362         * shell/ev-page-cache.c: (build_height_to_page),
363         (ev_page_cache_get_height_to_page):
364         
365         Fixes invalid read, see bug #466401.
366
367 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
368
369         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
370         (set_drag_cursor):
371         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
372         (configure_item_cursor), (new_pixbuf_from_widget):
373
374         Fix multihead problems in toolbar editor. Fixes bug #382055.
375
376 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
377
378         * shell/ev-window.c: (ev_window_cmd_file_open),
379         (ev_window_cmd_save_as):
380
381         Use g_get_user_special_dir when available instead of
382         xdg_user_dir_lookup.
383
384 2007-08-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
385
386         * MAINTAINERS:
387         
388         Updated according to request on desktop-devel.
389
390 2007-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
391
392         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
393
394         Do not use cairo_rectangle and cairo_clip since we are
395         not using cairo_fill but cairo_paint. Use the same cairo context
396         for every page in the same expose event.
397
398 2007-07-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
399
400         * shell/ev-window.c: (file_open_dialog_response_cb): Plugged memory
401         leak.
402
403 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
404
405         * configure.ac:
406         * NEWS:
407
408         Release 0.9.3
409
410 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
411
412         * libdocument/ev-document-info.h:
413         * libdocument/ev-document.h:
414         * shell/ev-page-action.h:
415         * shell/ev-sidebar-links.h:
416
417         Fix a headers problem with ev-link
418         
419         * libdocument/ev-link.[ch]: (ev_link_mapping_get_area):
420         * shell/ev-view-private.h:
421         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
422         (get_link_area), (ev_view_query_tooltip),
423         (ev_view_leave_notify_event), (ev_view_destroy),
424         (ev_view_class_init):
425
426         Use new gtk tooltips when available instead of ev-tooltip.
427         
428 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
429
430         * shell/ev-window.c: (update_chrome_visibility),
431         (ev_window_sidebar_visibility_changed_cb):
432
433         Do not hide sidebar in fullscreen mode. Fixes bug #396535.
434         
435 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
436
437         * shell/ev-navigation-action.c:
438         (ev_navigation_action_history_changed),
439         (ev_navigation_action_set_history):
440         * shell/ev-navigation-action-widget.c:
441         (ev_navigation_action_widget_init):
442         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
443
444         Fix compile warnings.
445         
446 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
447
448         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
449         (egg_editable_toolbar_dispose):
450
451         Fix memory leak.
452         
453 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
454
455         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
456         (screensaver_disable_x11):
457         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout):
458         * shell/ev-window.c: (presentation_set_timeout):
459         * shell/ev-view.c: (ev_view_presentation_transition_start):
460
461         Use g_timeout_add_seconds instead of g_timeout_add when
462         available.
463         
464 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
465
466         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_init):
467
468         Set horizontal scrollbar policy to AUTOMATIC instead of
469         NEVER. Workaround for bug #449462.
470         
471 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
472
473         * shell/ev-jobs.c: (ev_job_render_page_ready):
474
475         Add page_ready callback to main loop with high priority and hold
476         a reference to job during idle.
477         
478 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
479
480         * configure.ac:
481         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
482         (pdf_document_file_exporter_begin),
483         (pdf_document_file_exporter_do_page),
484         (pdf_document_file_exporter_get_capabilities):
485         * libdocument/ev-file-exporter.h:
486         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
487         * shell/ev-window.c: (ev_window_print_send),
488         (ev_window_print_dialog_response_cb):
489
490         Allow printing multiple pages per sheet. Fixes bug #395573.
491         
492 2007-07-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
493
494         * shell/ev-view.c: (tip_from_link):
495         
496         Check for NULL, fixes bug #460862.
497
498 2007-07-29  Christian Persch  <chpe@gnome.org>
499
500         * shell/ev-window.c: (ev_window_enumerate_printer_cb),
501         (ev_window_preview_print_finished), (ev_window_do_preview_print),
502         (ev_window_cmd_preview_print):
503         
504         Fixes bug #437681 - blocks while enumerating printers.
505
506 2007-07-29  Christian Persch  <chpe@gnome.org>
507
508         * shell/ev-window.c: (ev_window_screen_changed):
509         
510         Don't use deprecated gtk+ function. See bug #460909.
511
512 2007-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
513
514         * shell/ev-utils.c: (get_num_monitors):
515         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
516
517         Do not use display before initializing it. Remove compile
518         warnings.
519
520 2007-07-27  Cosimo Cecchi   <anarki@lilik.it>
521
522         * shell/ev-view.c: (ev_view_class_init):
523         
524         Unix-like hjkl bindings added. See bug #458111.
525
526 2007-07-27  Johannes Buchner  <buchner.johannes@gmx.at>
527
528         * shell/ev-utils.c: (get_num_monitors), (get_screen_dpi):
529         * shell/ev-utils.h:
530         * shell/ev-view.c: (ev_view_set_zoom_for_size),
531         (ev_view_update_view_size):
532         * shell/ev-view.h:
533         * shell/ev-window.c: (ev_window_update_actions),
534         (setup_view_from_metadata), (ev_window_screen_changed),
535         (ev_window_sizing_mode_changed_cb), (ev_window_zoom_changed_cb),
536         (zoom_control_changed_cb):
537         * shell/ev-window.h:
538         
539         Reorganizes utility functions.
540
541 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
542
543         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
544         (copy_job_page_and_selection_to_job_info), (copy_job_to_job_info),
545         (add_job), (ev_pixbuf_cache_get_surface),
546         (ev_pixbuf_cache_get_link_mapping),
547         (ev_pixbuf_cache_get_image_mapping),
548         (ev_pixbuf_cache_get_form_field_mapping),
549         (ev_pixbuf_cache_get_text_mapping):
550         * shell/ev-jobs.[ch]: (ev_job_render_class_init),
551         (notify_page_ready), (ev_job_render_page_ready),
552         (ev_job_render_run):
553
554         Add page_ready signal to notify that page is ready as soon as
555         possible even if other page elements like links, forms, images or
556         text mapping are not ready yet.
557
558 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
559
560         * backend/dvi/dvi-document.c: (dvi_document_file_exporter_begin),
561         (dvi_document_file_exporter_do_page),
562         (dvi_document_file_exporter_get_capabilities),
563         (dvi_document_file_exporter_iface_init):
564         * backend/ps/ps-document.c: (ps_document_file_exporter_begin),
565         (ps_document_file_exporter_do_page),
566         (ps_document_file_exporter_get_capabilities),
567         (ps_document_file_exporter_iface_init):
568         * backend/djvu/djvu-document.c:
569         (djvu_document_file_exporter_begin),
570         (djvu_document_file_exporter_end),
571         (djvu_document_file_exporter_get_capabilities),
572         (djvu_document_file_exporter_iface_init):
573         * backend/tiff/tiff-document.c:
574         (tiff_document_file_exporter_begin),
575         (tiff_document_file_exporter_get_capabilities),
576         (tiff_document_document_file_exporter_iface_init):
577         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
578         (pdf_document_file_exporter_do_page),
579         (pdf_document_file_exporter_get_capabilities),
580         (pdf_document_file_exporter_iface_init):
581         * libdocument/ev-file-exporter.[ch]: (ev_file_exporter_begin),
582         (ev_file_exporter_get_capabilities):
583         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
584         (idle_print_handler), (ev_print_job_print):
585         * shell/ev-jobs.c: (ev_job_print_run):
586         * shell/ev-window.c: (ev_window_print_send),
587         (ev_window_print_range):
588
589         Use capabilities to know which options should be offered by the
590         print dialog depending on the document backend.
591
592 2007-07-25  Carlos Garcia Campos  <carlosgc@gnome.org>
593
594         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
595
596         Give priority to forms over text to set the cursor.
597
598 2007-07-24  Carlos Garcia Campos  <carlosgc@gnome.org>
599
600         * shell/ev-view-private.h:
601         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
602         (ev_view_leave_notify_event), (ev_view_finalize),
603         (ev_view_get_property), (ev_view_class_init):
604
605         Use IBEAM cursor for text form fields and NORMAL cursor for read
606         only fields. Remove unused status attribute.
607
608 2007-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
609
610         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
611
612         Update region for current selected items also for checkbox
613         buttons, since they can behave as radio buttons when they are in a
614         set.
615
616 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
617
618         * configure.ac:
619         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
620
621         Get max length of text form fields.
622
623 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
624
625         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
626         * libdocument/ev-form-field.h:
627         * shell/ev-view.c: (ev_view_form_field_text_create_widget):
628
629         Fix build with current poppler cvs head.
630
631 2007-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
632
633         * cut-n-paste/zoom-control/ephy-zoom-control.c:
634         * shell/eggfindbar.c: (egg_find_bar_init):
635
636         Fix build with gtk+ >= 2.11.5 due to gtktooltips
637         deprecation. Fixes bug #455667
638
639 2007-07-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
640
641         * NEWS:
642         * configure.ac:
643         
644         Update for release 0.9.2
645
646 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
647
648         * shell/ev-view.c: (ev_view_form_field_text_save),
649         (ev_view_form_field_choice_save):
650
651         Fix a crash when closing whith a form widget visible.
652
653 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
654
655         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
656
657         Update also the region of the current selected button when
658         clicking on another button if they are radio buttons.
659
660 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
661
662         * shell/ev-pixbuf-cache.[ch]: (ev_pixbuf_cache_class_init),
663         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
664         (add_job), (add_job_if_needed), (ev_pixbuf_cache_get_surface),
665         (ev_pixbuf_cache_get_link_mapping),
666         (ev_pixbuf_cache_get_image_mapping),
667         (ev_pixbuf_cache_get_form_field_mapping),
668         (ev_pixbuf_cache_get_text_mapping), (ev_pixbuf_cache_reload_page):
669         * shell/ev-view.c: (ev_view_form_field_get_region),
670         (ev_view_form_field_button_create_widget),
671         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
672         (job_finished_cb):
673
674         Redraw only form field region instead of the whole page when
675         reloading a page to show changes on the form field.
676
677 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
678
679         * shell/ev-view.c: (ev_view_form_field_choice_save):
680
681         Fix selection of first item in list form fields.
682
683 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
684
685         * shell/ev-pixbuf-cache.c: (add_job), (add_job_if_needed),
686         (ev_pixbuf_cache_reload_page),
687         (ev_pixbuf_cache_get_form_field_mapping):
688
689         Some refactoring to avoid duplicated code.
690
691 2007-07-08  Carlos Garcia Campos  <carlosgc@gnome.org>
692
693         * configure.ac:
694         * backend/pdf/ev-poppler.cc: (pdf_document_get_crop_box),
695         (ev_form_field_from_poppler_field),
696         (pdf_document_forms_get_form_fields),
697         (pdf_document_forms_form_field_text_get_text),
698         (pdf_document_forms_form_field_text_set_text),
699         (pdf_document_forms_form_field_button_set_state),
700         (pdf_document_forms_form_field_button_get_state),
701         (pdf_document_forms_form_field_choice_get_item),
702         (pdf_document_forms_form_field_choice_get_n_items),
703         (pdf_document_forms_form_field_choice_is_item_selected),
704         (pdf_document_forms_form_field_choice_select_item),
705         (pdf_document_forms_form_field_choice_toggle_item),
706         (pdf_document_forms_form_field_choice_unselect_all),
707         (pdf_document_forms_form_field_choice_set_text),
708         (pdf_document_forms_form_field_choice_get_text),
709         (pdf_document_document_forms_iface_init):
710         * libdocument/Makefile.am:
711         * libdocument/ev-form-field.[ch]:
712         * libdocument/ev-document-forms.[ch]:
713         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
714         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
715         (add_job), (ev_pixbuf_cache_reload_page),
716         (ev_pixbuf_cache_get_form_field_mapping):
717         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run):
718         * shell/ev-view-private.h:
719         * shell/ev-view.[ch]: (ev_view_set_scroll_adjustments),
720         (ev_view_handle_cursor_over_xy),
721         (ev_view_get_form_field_at_location),
722         (ev_view_forms_remove_widgets), (ev_view_form_field_destroy),
723         (ev_view_form_field_button_create_widget),
724         (ev_view_form_field_text_save), (ev_view_form_field_text_changed),
725         (ev_view_form_field_text_create_widget),
726         (ev_view_form_field_choice_save),
727         (ev_view_form_field_choice_changed),
728         (ev_view_form_field_choice_create_widget),
729         (ev_view_handle_form_field), (ev_view_size_allocate),
730         (ev_view_realize), (draw_end_presentation_page),
731         (ev_view_button_press_event), (ev_view_remove_all),
732         (ev_view_motion_notify_event), (ev_view_key_press_event),
733         (ev_view_enter_notify_event), (highlight_find_results),
734         (draw_loading_text), (draw_one_page), (ev_view_destroy),
735         (ev_view_class_init), (page_changed_cb),
736         (on_adjustment_value_changed), (ev_view_set_presentation),
737         (merge_selection_region), (ev_view_set_cursor),
738         (ev_view_reset_presentation_state):
739         
740         Merge evince-forms branch.
741
742 2007-07-03  Jaap Haitsma  <jaap@haitsma.org>
743
744         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: removed
745
746         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg.sh: added
747         This script also updates itself from libegg
748
749         * cut-n-paste/toolbar-editor/egg*:
750         Run update-toolbareditor-from-libegg.sh so we are in sync again with
751         libegg
752
753 2007-07-02  Jaap Haitsma  <jaap@haitsma.org>
754
755         * shell/ev-window.c:
756         
757         Adds a nice icon to page action during toolbar editing.
758         See bug #452872.
759
760 2007-07-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
761
762         * data/evince-toolbar.xml:
763         * shell/ev-window.c:
764         
765         Let user add a presentation and fullscreen icons on toolbar.
766         See bug #449734.
767
768 2007-07-01  Jaap Haitsma  <jaap@haitsma.org>
769
770         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: 
771
772         new script to keep in sync with toolbareditor in libegg
773
774         * cut-n-paste/toolbar-editor/*: 
775
776         Run update-toolbareditor-from-libegg so we are in sync again. 
777         Fixes bug #452850.
778         
779
780 2007-07-01  Carlos Garcia Campos  <carlosgc@gnome.org>
781
782         * shell/ev-sidebar-links.c: (job_finished_callback):
783
784         Do not connect selection changed signal more than once. Fixes bug
785         #349433.
786
787 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
788
789         * shell/ev-window.c: (ev_window_view_sidebar_cb):
790
791         Do not change sidebar chrome flag when pressing F9 key in
792         presentation mode.
793
794 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
795
796         * backend/pdf/ev-poppler.cc:
797         (pdf_document_thumbnails_get_dimensions):
798
799         Make sure thumbnails width and height is not <= 0. Fixes a crash
800         with some pdf documents which have really small pages.
801
802 2007-06-22  Gabor Kelemen  <kelemeng@gnome.hu>
803
804         * shell/main.c: (main):
805
806         Fixes program description translation issue.
807         Bug #450148.
808
809 2007-06-21  Cesar Fernandez  <cesar@pk2.org>
810
811         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
812
813         Do not change current page when returning from black/white mode
814         in presentation. Fixes bug #415032.
815
816 2007-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
817
818         * NEWS:
819         * configure.ac:
820         
821         Update for release 0.9.1
822
823 2007-06-17  Alaska Subedi  <asubedi@gmail.com>
824
825         * backend/dvi/dvi-document.c:
826         (dvi_document_finalize),
827         (dvi_document_file_exporter_format_supported),
828         (dvi_document_file_exporter_begin),
829         (dvi_document_file_exporter_do_page),
830         (dvi_document_file_exporter_end),
831         (dvi_document_file_exporter_iface_init), (dvi_document_init):
832         
833         PDF exporter for dvi documents. Fixes bug #441319.
834
835 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
836
837         * shell/ev-window.c: (ev_window_clear_print_job):
838
839         Clear gtk print job when job has finished. Fixes bug #447612.
840
841 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
842
843         * shell/ev-window.c: (ev_window_print_send),
844         (ev_window_print_dialog_response_cb), (ev_window_print_range):
845
846         Add preview button to print dialog. Fixes bug #445419.
847
848 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
849
850         * backend/dvi/Makefile.am:
851         * backend/dvi/pixbuf-device.[ch]: Removed
852         * backend/dvi/cairo-device.[ch]: Added
853         * backend/dvi/mdvi-lib/dviread.c: (draw_shrink_rule):
854         * backend/dvi/dvi-document.c: (dvi_document_load),
855         (dvi_document_render), (dvi_document_finalize),
856         (dvi_document_thumbnails_get_thumbnail), (parse_color),
857         (dvi_document_do_color_special):
858         * libdocument/ev-document-misc.[ch]:
859         (ev_document_misc_pixbuf_from_surface):
860
861         Port dvi backend to cairo and fix a problem with colors. 
862
863 2007-06-14  Carlos Garcia Campos  <carlosgc@gnome.org>
864
865         * shell/ev-view.c: (draw_one_page):
866
867         Draw only visible region.
868
869 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
870
871         * backend/djvu/djvu-document.c: (djvu_document_render):
872
873         Fix rotation in djvu backend.
874
875 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
876
877         * shell/ev-pixbuf-cache.c: (job_finished_cb),
878         (ev_pixbuf_cache_get_surface), (ev_pixbuf_cache_get_link_mapping),
879         (ev_pixbuf_cache_get_image_mapping),
880         (ev_pixbuf_cache_get_text_mapping):
881
882         Redraw view every time we have a new surface. Fixes bug #443587.
883
884 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
885
886         * libdocument/ev-document.c: (ev_document_info_free):
887
888         Fix memory leaks.
889
890 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
891
892         * backend/dvi/dvi-document.c: (dvi_document_render),
893         (dvi_document_render_pixbuf), (dvi_document_document_iface_init):
894         * backend/impress/impress-document.c:
895         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
896         (impress_document_render), (impress_document_document_iface_init),
897         (impress_document_thumbnails_get_thumbnail):
898         * backend/djvu/djvu-document-private.h:
899         * backend/djvu/djvu-document.c: (djvu_document_render),
900         (djvu_document_finalize), (djvu_document_document_iface_init),
901         (djvu_document_thumbnails_get_thumbnail), (djvu_document_init):
902         * backend/tiff/tiff-document.c: (tiff_document_render),
903         (tiff_document_render_pixbuf),
904         (tiff_document_document_iface_init):
905         * backend/pdf/ev-poppler.cc: (pdf_document_render),
906         (pdf_document_render_pixbuf), (pdf_document_document_iface_init),
907         (pdf_selection_render_selection):
908         * backend/comics/comics-document.c:
909         (comics_document_render_pixbuf), (comics_document_render),
910         (comics_document_document_iface_init):
911         * backend/pixbuf/pixbuf-document.c: (pixbuf_document_render),
912         (pixbuf_document_document_iface_init):
913         * libdocument/ev-document-misc.[ch]:
914         (ev_document_misc_surface_from_pixbuf),
915         (ev_document_misc_surface_rotate_and_scale):
916         * libdocument/ev-document.[ch]: (ev_document_render):
917         * libdocument/ev-selection.[ch]: (ev_selection_render_selection):
918         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
919         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
920         (ev_pixbuf_cache_get_surface), (new_selection_surface_needed),
921         (clear_selection_if_needed), (ev_pixbuf_cache_style_changed),
922         (ev_pixbuf_cache_get_selection_surface), (clear_job_selection):
923         * shell/ev-jobs.[ch]: (ev_job_render_dispose),
924         (render_finished_cb), (ev_job_render_run):
925         * shell/ev-view.c: (draw_loading_text), (draw_one_page),
926         (merge_selection_region):
927
928         Use cairo image surfaces instead of GDK pixbufs for drawing pages
929         and selections.
930
931 2007-06-12  Carlos Garcia Campos  <carlosgc@gnome.org>
932
933         * shell/ev-window-title.c: (ev_window_title_update):
934
935         Fix memory leak.
936
937 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
938
939         * shell/ev-view.c: (draw_loading_text):
940
941         Show loading text centered. Fixes bug #433061
942
943 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
944
945         * shell/ev-sidebar-thumbnails.c:
946         (ev_sidebar_thumbnails_set_loading_icon):
947
948         Remove a mutex in the main thread that blocks the UI in heavy
949         documents.
950
951 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
952
953         * shell/ev-pixbuf-cache.c (copy_job_to_job_info):
954
955         Set points_set to TRUE so that selections don't disappear after a
956         zoom change.
957
958 2007-06-07  Michael Monreal  <infernux@web.de>
959
960         * data/icons/16x16/actions/Makefile.am:
961         * data/icons/16x16/actions/zoom.svg:
962         * data/icons/22x22/actions/Makefile.am:
963         * data/icons/22x22/actions/zoom.svg:
964         * data/icons/24x24/actions/Makefile.am:
965         * shell/ev-stock-icons.c:
966         * shell/ev-stock-icons.h:
967         * shell/ev-window.c:
968         
969         Zoom icon artwork. See bug #444795.
970
971 2007-06-05  Bastien Nocera  <hadess@hadess.net>
972
973         * shell/ev-metadata-manager.c: Remove extraneous function
974         (Closes: #444386)
975
976 2007-06-05  Bastien Nocera  <hadess@hadess.net>
977
978         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
979         (ev_metadata_manager_shutdown), (ev_metadata_manager_set_last),
980         (ev_metadata_manager_set), (ev_metadata_manager_save):
981         Simplify the timeout, no need for modified anymore
982
983 2007-06-05  Bastien Nocera  <hadess@hadess.net>
984
985         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout),
986         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
987         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
988         (ev_metadata_manager_save): Adapted patch from Arjan van de
989         Ven (arjan@linux.intel.com) to avoid the timeout running all the
990         time, saves on power (Closes: #443851)
991
992 2007-06-02  Carlos Garcia Campos  <carlosgc@gnome.org>
993
994         * configure.ac:
995         * backend/pdf/ev-poppler.cc: (pdf_document_images_get_images),
996         (pdf_selection_render_selection), (pdf_document_get_page_duration):
997
998         Bump requirements to poppler 0.5.9 and drop all ifdefs used.
999
1000 2007-05-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1001
1002         * shell/ev-window.c: (ev_window_add_history):
1003
1004         Check if history is NULL
1005
1006 2007-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1007
1008         * libdocument/ev-image.c: (ev_image_finalize):
1009         * libdocument/ev-document-factory.c: (free_uncompressed_uri):
1010         * libdocument/ev-attachment.c: (ev_attachment_finalize):
1011         * libdocument/ev-file-helpers.[ch]: (ev_tmp_filename_unlink),
1012         (ev_tmp_uri_unlink):
1013
1014         Add functions to delete temporary files created by evince in a safe
1015         way.
1016
1017         * shell/ev-window.c: (ev_window_clear_local_uri),
1018         (open_xfer_update_progress_callback),
1019         (save_xfer_update_progress_callback), (ev_window_save_remote),
1020         (file_save_dialog_response_cb), (ev_window_cmd_save_as),
1021         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
1022         (attachment_save_dialog_response_cb),
1023         (ev_attachment_popup_cmd_save_attachment_as):
1024
1025         Allow saving a copy of a document, image or attachment to a remote
1026         location. Fixes bug #440754. 
1027
1028 2007-05-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1029
1030         * configure.ac:
1031         * backend/pdf/ev-poppler.cc: (pdf_selection_render_selection):
1032
1033         Fix build with current poppler from cvs head. 
1034
1035 2007-05-21  Eduardo Lima <eduardo.lima@indt.org.br>
1036
1037         * libdocument/ev-file-helpers.c: (ensure_dir_exists):
1038
1039         Using g_mkdir_with_parents() instead of g_mkdir() to really ensure the
1040         directory exists.
1041
1042 2007-05-20  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1043
1044         * shell/ev-sidebar.c: (ev_sidebar_add_page):
1045         * shell/ev-window.c:
1046
1047         Change sidebar ordering. Fixes bug #439939.
1048
1049 2007-05-20  Marc Brockschmidt he+bugzilla.g@marcbrockschmidt.de
1050
1051         * backend/comics/Makefile.am:
1052         
1053         Fixes build with --without-libgnome.
1054
1055 2007-05-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1056         
1057         * shell/ev-view.c: (page_changed_cb), (on_adjustment_value_changed):
1058
1059         Update cursor and tooltip on page change and view scroll. Fixes bug
1060         #439217.
1061
1062 2007-05-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1063
1064         * NEWS:
1065         * configure.ac:
1066         
1067         Update for release 0.9.0
1068
1069 2007-05-14  Alaska Subedi <asubedi@gmail.com>
1070
1071         * backend/djvu/djvu-document-private.h:
1072         * backend/djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
1073         (djvu_document_finalize),
1074         (djvu_document_file_exporter_format_supported),
1075         (djvu_document_file_exporter_begin),
1076         (djvu_document_file_exporter_do_page),
1077         (djvu_document_file_exporter_end),
1078         (djvu_document_file_exporter_iface_init), (djvu_document_init):
1079         
1080         Implemented printing with djvu. Bug #437998.
1081
1082 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1083
1084         * backend/impress/zip.c:
1085         Add missing ulong definition.
1086
1087         * backend/ps/ps-interpreter.c:
1088         Add missing headers.
1089
1090         Fix compilation on FreeBSD. Patch by Roy Marples. Fixes bug #438277.
1091
1092 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1093
1094         * backend/pdf/ev-poppler.cc: (pdf_document_dispose):
1095
1096         Add missing call to parent class dispose method. 
1097
1098 2007-05-12  Ross Burton  <ross@openedhand.com>
1099
1100         * shell/main.c:
1101         Sync keybindings manually when building without libgnome
1102         (#437925).
1103
1104 2007-05-12  Ross Burton  <ross@openedhand.com>
1105
1106         * shell/ev-window.c:
1107         Respect the screen when opening help (#437866).
1108
1109 2007-05-11  Carlos Garcia Campos  <carlosgc@gnome.org>
1110
1111         * data/evince-ui.xml:
1112         * shell/ev-application.[ch]: (get_print_settings_from_args),
1113         (ev_application_open_uri_at_dest), (ev_application_open_uri),
1114         (ev_application_open_uri_list):
1115         * shell/ev-window.[ch]: (ev_window_clear_print_settings_file),
1116         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
1117         (ev_window_cmd_recent_file_activate), (ev_window_run_preview),
1118         (ev_window_cmd_view_reload), (lookup_printer_from_name),
1119         (ev_window_preview_print_finished), (ev_window_cmd_preview_print),
1120         (ev_window_dispose):
1121         * shell/main.c: (arguments_parse):
1122
1123         Add print button in preview mode. Fixes bug #396475. 
1124
1125 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1126
1127         * cut-n-paste/zoom-control/ephy-zoom.h:
1128         
1129         Fixes zoom level factors. See bug #408119 for details.
1130
1131 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1132
1133         * backend/comics/comics-document.c: (comics_regex_quote),
1134         (extract_argv):
1135         
1136         Correctly quote symbols. Fixes crash in the bug
1137         #415370.
1138
1139 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1140
1141         * shell/ev-navigation-action-widget.c:
1142         (ev_navigation_action_widget_init),
1143         (ev_navigation_action_widget_class_init),
1144         (ev_navigation_action_widget_button_press_event):
1145         
1146         Connect to button-press event on correct widget. Fixes
1147         bug #431988
1148
1149 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1150
1151         * shell/ev-application.c: (ev_application_open_window),
1152         (ev_application_add_icon_path_for_screen),
1153         (ev_application_open_uri_at_dest):
1154         * shell/ev-navigation-action-widget.c: (popup_menu_under_arrow):
1155         * shell/ev-navigation-action.c: (build_menu):
1156         
1157         Add app-specific icons to our icon theme. Fixes bug
1158         #425508.
1159
1160 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1161
1162         * shell/ev-history.c: (ev_history_class_init),
1163         (ev_history_add_link):
1164         * shell/ev-history.h:
1165         * shell/ev-navigation-action.c:
1166         (ev_navigation_action_history_changed),
1167         (ev_navigation_action_set_history), (build_menu),
1168         (ev_navigation_action_finalize):
1169         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
1170         
1171         Make navigation action unsensitive instead of showing
1172         menu with unsensitive word. Fixes bug #417392.
1173
1174 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1175
1176         * shell/ev-application.[ch]: (ev_application_shutdown),
1177         (ev_application_get_print_settings),
1178         (ev_application_set_print_settings):
1179         * shell/ev-window.c:
1180
1181         Remember print settings. Fixes bug #349102. 
1182
1183 2007-05-08  Christian Persch  <chpe@gnome.org>
1184
1185         * configure.ac:
1186         * properties/ev-properties-view.c:
1187
1188         No need for a configure check; just use the GTK_CHECK_VERSION macro.
1189         Bug #382438.
1190
1191 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1192
1193         * configure.ac:
1194         * properties/ev-properties-view.c: (ev_regular_paper_size):
1195
1196         Use gtk+ builtin paper list to identify the document's paper size.
1197         Fixes bug #382438. 
1198
1199 2007-05-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1200
1201         * configure.ac:
1202
1203         Fix build when compiling with thumbnailer and libgnome support. 
1204
1205 2007-05-04  Ross Burton  <ross@openedhand.com>
1206
1207         * configure.ac:
1208         Add --without-libgnome, check for libgnome and libgnomeui
1209         separately, and add them to the symbols as required.
1210
1211         * libdocument/ev-file-helpers.c:
1212         When building without libgnome, use g_get_user_config_dir instead
1213         of gnome_user_dir_get.
1214
1215         * shell/ev-application.c:
1216         When building without libgnome, don't use session management.
1217
1218         * shell/main.c:
1219         When building without libgnome, don't use GnomeProgram or
1220         initialise the authentication manager.
1221
1222         This fixes #328842.
1223
1224 2007-05-04  Ross Burton  <ross@openedhand.com>
1225
1226         * shell/ev-window.c:
1227         Don't use libgnome to open help, instead call Yelp directly.
1228
1229 2007-05-04  Ross Burton  <ross@openedhand.com>
1230
1231         * shell/ev-sidebar-attachments.c:
1232         Don't use libgnome to lookup icons for MIME types, instead copy
1233         code from GTK+ to do it manually.
1234
1235 2007-05-04  Ross Burton  <ross@openedhand.com>
1236
1237         * configure.ac:
1238         Add libxml to the dependencies for SHELL_CORE (#435818).
1239
1240 2007-05-02  Ross Burton  <ross@openedhand.com>
1241
1242         * configure.ac:
1243         * Makefile.am:
1244         Add --disable-thumbnailer (#434825)
1245
1246 2007-05-02  Ross Burton  <ross@openedhand.com>
1247
1248         * shell/ev-window.c:
1249         Add missing includes, fix indentation.
1250
1251         * shell/main.c:
1252         Fix indentation.
1253
1254 2007-04-30  Eduardo Lima <eduardo.lima@indt.org.br>
1255
1256         * shell/ev-window.c (ev_window_cmd_recent_file_activate): Use
1257         ev_application_open_uri_at_dest instead of ev_application_open_uri
1258         preventing new document always being opened in a new window even if there
1259         is an empty window.
1260
1261 2007-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1262
1263         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
1264         (egg_recent_view_uimanager_finalize):
1265         * properties/ev-properties-view.c: (ev_properties_view_dispose):
1266         * shell/ev-page-action-widget.c: (ev_page_action_widget_finalize):
1267         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_finalize),
1268         (ev_pixbuf_cache_dispose):
1269         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose):
1270         * shell/ev-tooltip.c: (ev_tooltip_dispose):
1271         
1272         Add missing chain to parent class methods. Fixes
1273         bug #433128.
1274
1275 2007-04-22  Brian Pepple  <bpepple@fedoraproject.org>
1276
1277         * data/Makefile.am (update-icon-cache): Updates
1278         gtk-update-icon-cache in uninstall-hook.
1279
1280 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1281
1282         * shell/ev-window.c: (ev_window_setup_document),
1283         (ev_window_set_document), (ev_window_load_job_cb):
1284         * shell/ev-view.c: (setup_caches):
1285         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_set_document):
1286
1287         Start rendering pages before any other jobs. 
1288
1289 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1290
1291         * shell/ev-window.c: (ev_window_stop_fullscreen),
1292         (ev_window_stop_presentation):
1293
1294         Update chrome visibility before window unfullscreen. 
1295
1296 2007-04-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1297
1298         * data/Makefile.am:
1299         * data/evince-ui.xml:
1300         * shell/ev-stock-icons.[ch]:
1301         * shell/ev-application.[ch]: (ev_application_shutdown),
1302         (ev_application_init), (ev_application_get_toolbars_model):
1303         * shell/ev-window.c: (update_chrome_visibility),
1304         (fullscreen_toolbar_setup_item_properties),
1305         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
1306         (ev_window_run_presentation), (ev_window_stop_presentation),
1307         (ev_window_run_preview), (ev_window_screen_changed),
1308         (ev_window_cmd_leave_fullscreen), (ev_window_cmd_start_presentation),
1309         (ev_window_dispose), (ev_window_init):
1310
1311         Make fullscreen toolbar always visible. Do not use egg toolbars for
1312         fullscreen and preview modes since such toolbars are not editables.
1313         Fixes bugs #300278, #338910 and #316188.  
1314
1315 2007-04-20  Iñigo Martínez  <inigomartinez@gmail.com>
1316
1317         * shell/ev-application.c:
1318         * shell/ev-job-queue.c:
1319         * shell/ev-metadata-manager.c:
1320         * shell/ev-stock-icons.c:
1321         * shell/ev-window.c:
1322         * shell/main.c:
1323         
1324         Developers documentation updated.
1325
1326 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1327
1328         * shell/ev-window.c: (uri_is_valid), (launch_external_uri):
1329
1330         Check whether uri is valid before launching it. Fixes bug #427664.
1331
1332 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1333
1334         * shell/ev-window.c:
1335
1336         Change key accelerator for Open a Copy menu entry which is in conflict
1337         with Close. Fixes bug #427321.
1338
1339 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1340
1341         * NEWS:
1342         * configure.ac:
1343         
1344         Update for release 0.8.1
1345
1346 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1347
1348         * shell/ev-window.c: (setup_size_from_metadata):
1349         
1350         Do not make window bigger than screen. Fixes bug 
1351         #388985.
1352
1353 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1354
1355         * backend/tiff/tiff-document.c: (tiff_document_get_resolution),
1356         (tiff_document_get_page_size), (tiff_document_render_pixbuf):
1357
1358         Use default resolution when it's not provided by document. Fixes bug
1359         #408762.
1360
1361 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1362
1363         * configure.ac:
1364         * thumbnailer/Makefile.am:
1365         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
1366         * thumbnailer/evince-thumbnailer.schemas.in:
1367         * thumbnailer/evince-thumbnailer-ps.schemas.in:
1368
1369         Add support for ps, eps and compressed documents thumbnails. Do not
1370         ignore size parameter. 
1371
1372 2007-04-07  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
1373
1374         * backend/dvi/dvi-document.c: (dvi_document_class_init), (hsb2rgb),
1375         (dvi_document_do_color_special):
1376         * backend/dvi/mdvi-lib/special.c: (register_builtin_specials):
1377
1378         Implement font color specials in the DVI backend. Fixes bug #303651.
1379
1380 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
1381
1382         Fixup the previous commit:
1383
1384         * shell/Makefile.am (SOURCES): Add xdg-user-dir-lookup.c
1385         * shell/xdg-user-dir-lookup.c: Make the function non-static
1386         * shell/ev-window.c: Don't include xdg-user-dir-lookup.c
1387
1388 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
1389
1390         * shell/ev-window.c (file_open_dialog_response_cb): Use
1391         the xdg-user-dirs DOCUMENTS folder as default folder when
1392         opening a file chooser.  (#424858)
1393
1394         * shell/xdg-user-dir-lookup.c: Copy-and-pasted file from
1395         xdg-user-dirs.
1396
1397 2007-03-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1398
1399         * shell/ev-window.c: (ev_window_load_job_cb):
1400
1401         Do not setup view from metadata on preview mode. 
1402
1403 2007-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1404
1405         * shell/main.c:
1406
1407         Use unlink-tempfile instead of unlink-temp-file. Fixes bug #421274. 
1408
1409 2007-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1410
1411         * shell/ev-view.c: (ev_view_primary_get_cb):
1412
1413         Check pointer != NULL before using it. Fixes bug #416841. 
1414
1415 2007-03-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1416
1417         * NEWS:
1418         * configure.ac:
1419         
1420         Release 0.8.0
1421
1422 2007-03-10  Carlos Garcia Campos  <carlosgc@gnome.org>
1423
1424         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
1425
1426         Do not render thumbnails when sidebar thumbnail page is not visible
1427         at startup. Fixes bug #416447. 
1428
1429 2007-03-07  Christian Kirbach  <Christian.Kirbach@googlemail.com>
1430
1431         * data/evince.desktop.in.in:
1432
1433         "Application" is not a valid category in the freedesktop specification.
1434
1435 2007-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1436
1437         * libdocument/ev-file-helpers.[ch]: (compression_run),
1438         (ev_file_uncompress), (ev_file_compress):
1439         * shell/ev-window.c: (file_save_dialog_response_cb):
1440
1441         Save document compressed when saving a copy of a compressed document.
1442         Fixes bug #334542.
1443
1444 2007-02-23  Carlos Garcia Campos  <carlosgc@gnome.org>
1445
1446         * shell/ev-view.c: (ev_view_goto_window_key_press_event):
1447
1448         Allow deleting in goto window entry in presentation mode. 
1449
1450 2007-02-20  Kjartan Maraas  <kmaraas@gnome.org>
1451
1452         * Makefile.am: Dist MAINTAINERS.
1453
1454 2007-02-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1455
1456         * shell/ev-window.c: (ev_window_update_actions):
1457
1458         Fix zoom shortcut keys when searching. Fixes bug #409828.
1459
1460 2007-02-18  Carlos Garcia Campos  <carlosgc@gnome.org>
1461
1462         * shell/ev-window.c: (ev_window_setup_document):
1463
1464         Fix crash when loading documents with only one page. 
1465
1466 2007-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1467
1468         * backend/dvi/dvi-document.c:
1469         (dvi_document_thumbnails_get_dimensions),
1470         (dvi_document_thumbnails_get_thumbnail):
1471         * backend/impress/impress-document.c:
1472         (impress_document_thumbnails_get_thumbnail),
1473         (impress_document_thumbnails_get_dimensions):
1474         * backend/ps/ps-document.c: (ps_document_thumbnails_get_thumbnail),
1475         (ps_document_thumbnails_get_dimensions):
1476         * backend/djvu/djvu-document.c:
1477         (djvu_document_thumbnails_get_dimensions),
1478         (djvu_document_thumbnails_get_thumbnail):
1479         * backend/tiff/tiff-document.c:
1480         (tiff_document_thumbnails_get_thumbnail),
1481         (tiff_document_thumbnails_get_dimensions):
1482         * backend/pdf/ev-poppler.cc: (make_thumbnail_for_page),
1483         (pdf_document_thumbnails_get_thumbnail),
1484         (pdf_document_thumbnails_get_dimensions):
1485         * backend/comics/comics-document.c:
1486         (comics_document_thumbnails_get_thumbnail),
1487         (comics_document_thumbnails_get_dimensions):
1488         * backend/pixbuf/pixbuf-document.c:
1489         (pixbuf_document_thumbnails_get_thumbnail),
1490         (pixbuf_document_thumbnails_get_dimensions):
1491         * libdocument/ev-document-thumbnails.[ch]:
1492         (ev_document_thumbnails_get_thumbnail),
1493         (ev_document_thumbnails_get_dimensions):
1494         * libdocument/ev-document-misc.[ch]:
1495         (ev_document_misc_get_thumbnail_frame):
1496         * shell/ev-jobs.[ch]: (ev_job_thumbnail_dispose),
1497         (ev_job_thumbnail_new), (ev_job_thumbnail_run):
1498         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page), (add_range),
1499         (ev_sidebar_thumbnails_set_loading_icon), (refresh),
1500         (ev_sidebar_thumbnails_refresh):
1501         * shell/ev-window.c: (ev_window_setup_document):
1502         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
1503
1504         Use an EvRenderContext for rendering thumbnails instead of a suggested
1505         width, so that different sized pages get sized proportionally.
1506
1507 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1508
1509         * shell/ev-view.c: (ev_view_button_press_event),
1510         (ev_view_key_press_event):
1511
1512         Fix critical warnings when there is no document loaded. 
1513
1514 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1515
1516         * shell/ev-page-action-widget.c:
1517         * shell/ev-navigation-action.c:
1518         * shell/ev-window.c:
1519
1520         Fix compile warnings. 
1521
1522 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1523
1524         * backend/djvu/djvu-text.h:
1525         * backend/djvu/djvu-document.c:
1526         * backend/djvu/djvu-text-page.c:
1527         * backend/djvu/djvu-links.c:
1528         * backend/djvu/djvu-text-page.h:
1529         * backend/djvu/djvu-text.c:
1530         
1531         Fix build on Mac. Fixes bug #392186. Patch by
1532         <ephraim_owns@hotmail.com>
1533
1534 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1535
1536         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
1537
1538         Restore cairo context before rendering every page when printing a PDF
1539         document into a PDF file. 
1540
1541 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1542
1543         * backend/ps/gstypes.h:
1544         * backend/ps/ps-document.c: (ps_document_get_page_rotation),
1545         (ps_document_get_page_size), (ps_async_renderer_render_pixbuf),
1546         (ps_document_thumbnails_get_thumbnail):
1547
1548         Handle PostScript page orientation. Fixes bug #318568.
1549
1550 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1551
1552         * backend/ps/Makefile.am:
1553         * backend/ps/ps-document.[ch]: (ps_document_init), (ps_document_dispose),
1554         (document_load), (ps_document_load), (save_document),
1555         (save_page_list), (ps_document_get_n_pages),
1556         (ps_document_get_page_size), (ps_document_get_info),
1557         (ps_interpreter_page_rendered), (ps_async_renderer_render_pixbuf),
1558         (ps_interpreter_thumbnail_rendered), (ps_document_render_thumbnail),
1559         (ps_document_thumbnails_get_thumbnail),
1560         (ps_document_thumbnails_get_dimensions),
1561         (ps_document_document_thumbnails_iface_init):
1562         * backend/ps/ps.[ch]: (psgetpagebox):
1563         * backend/ps/ps-interpreter.[ch]:
1564
1565         Add support for thumbnails in ps backend. Fixes bug #164755. 
1566
1567 2007-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1568
1569         * NEWS:
1570         * configure.ac:
1571         
1572         Release 0.7.2
1573
1574 2007-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
1575
1576         * shell/ev-window.c: (ev_window_set_icon_from_thumbnail),
1577         (ev_window_clear_thumbnail_job), (ev_window_setup_document),
1578         (ev_window_dispose):
1579
1580         Use document thumbnail as window icon. Fixes bug #384442.
1581
1582 2007-02-11  Ed Catmur  <ed@catmur.co.uk>
1583
1584         * configure.ac:
1585
1586         Remove application/x-gzpostscript from EVINCE_MIME_TYPES which was
1587         duplicated adding application/x-bzpostscript instead. 
1588
1589 2007-02-11  Tom Parker  <palfrey@tevp.net>
1590
1591         * backend/ps/ps-document.c: (document_load):
1592
1593         Check return value of psscan before trying
1594         to use it. Fixes bug #372414.
1595
1596 2007-02-11  Carlos Garcia Campos  <carlosgc@gnome.org>
1597
1598         * shell/ev-page-cache.c: (ev_page_cache_finalize):
1599
1600         Fix invalid free in ev-page-cache. Fixes bug #404745.
1601
1602 2007-02-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1603
1604         * test/Makefile.am:
1605         * test/test3.py:
1606         
1607         Added reload test case.
1608
1609 2007-02-10  Carlos Garcia Campos  <carlosgc@gnome.org>
1610
1611         * po/POTFILES.in:
1612         * backend/djvu/djvu-document.c: (djvu_document_load):
1613
1614         Check whether there are missing files in indirect multipage djvu
1615         documents. Fixes bug #361683. 
1616
1617 2007-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1618
1619         * test/Makefile.am:
1620         * test/test-mime.bin:
1621         * test/test3.py:
1622         
1623         Added test for slow mime type
1624
1625 2007-02-06  Carlos Garcia Campos  <carlosgc@gnome.org>
1626
1627         * shell/ev-page-cache.c: (ev_page_cache_finalize):
1628
1629         Add some checks and call parent_class->finalize. Fixes bug #404745.
1630
1631 2007-02-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1632
1633         * shell/ev-navigation-action.c: (connect_proxy):
1634         
1635         Fixes dropdown history menu. Thanks a lot Carlos!
1636
1637 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
1638
1639         * backend/djvu/djvu-links.c: (str_to_utf8), (build_tree):
1640
1641         Make sure g_markup_escape_text receives a valid utf-8 string. Fixes
1642         bug #373715.
1643
1644 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
1645
1646         * backend/ps/ps.c: (psscan):
1647
1648         Fix memory leak. 
1649
1650 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1651
1652         * configure.ac:
1653         * libdocument/ev-file-helpers.c: 
1654
1655         Add missing libgnome/gnome-init.h header file. Fixes bug #396677.
1656
1657 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1658
1659         * configure.ac:
1660         * backend/ps/ps-document.c: (ps_document_init), (ps_document_dispose),
1661         (ps_interpreter_start), (document_load), (save_document),
1662         (save_page_list):
1663         * libdocument/ev-file-helpers.[ch]: (ev_file_uncompress):
1664         * libdocument/ev-document-factory.c:
1665         (ev_document_factory_get_from_mime), (get_document_from_uri),
1666         (free_uncompressed_uri), (ev_document_factory_get_document):
1667         * shell/ev-window.c: (ev_window_cmd_file_open_copy_at_dest):
1668
1669         Support for PDF, PS and EPS compressed files. Fixes bug #307087. 
1670
1671 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1672
1673         * libdocument/ev-document.h:
1674
1675         Fix typo in function name. 
1676
1677 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1678
1679         * backend/ps/ps-document.c: (ps_interpreter_finished),
1680         (ps_interpreter_start), (ps_interpreter_failed):
1681
1682         Handle ghostscript interpreter crashes. 
1683
1684 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
1685
1686         * shell/ev-window.c: (ev_window_open_uri),
1687         (window_configure_event_cb):
1688
1689         Setup window size and position before showing it. Fixes bug #401711.
1690
1691 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
1692
1693         * backend/ps/Makefile.am:
1694         * backend/ps/ps-document.[ch]: (ps_section_free), (ps_document_init),
1695         (ps_document_dispose), (ps_document_class_init),
1696         (ps_interpreter_input), (ps_interpreter_output),
1697         (ps_interpreter_error), (setup_interpreter_env),
1698         (ps_interpreter_start), (ps_interpreter_stop),
1699         (ps_interpreter_failed), (ps_interpreter_is_ready),
1700         (check_filecompressed), (document_load), (ps_document_load),
1701         (ps_document_get_n_pages), (setup_page), (setup_pixmap),
1702         (ps_document_widget_event), (send_ps), (ps_document_next_page),
1703         (render_page):
1704
1705         Rework ps-document. Code cleanups, remove deprecated code. 
1706
1707 2007-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1708
1709         * shell/ev-view.c: (ev_view_button_press_event):
1710
1711         Do not start an image drag and drop operation when pointer is on 
1712         text, so that we can select text when the whole background is an
1713         image. 
1714
1715 2007-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1716
1717         * shell/ev-window.c: (ev_window_update_actions): 
1718
1719         Disable all zoom related actions during presentation mode. 
1720
1721 2007-01-31  Esteban Sanchez  <esteban@steve-0.com>
1722
1723         * shell/ev-view.c: (ev_view_zoom_in), (ev_view_zoom_out):
1724
1725         Do not zoom in or out on presentation mode. Fixes bug #401305.
1726
1727 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1728
1729         * shell/ev-navigation-action.c: (connect_proxy),
1730         (create_menu_item), (ev_navigation_action_class_init):
1731         
1732         Correctly show menu and fix crash when navigaton 
1733         action is out of toolbar visible area.
1734
1735 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1736
1737         * data/Makefile.am:
1738         * data/evince.1:
1739         
1740         Added man file
1741
1742 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1743
1744         * help/reference/* :
1745         * configure.ac:
1746         
1747         Added gtk-doc based documentation for Evince.
1748         Still in initial state but I hope it will
1749         grow.
1750         
1751         * configure.ac:
1752         
1753         Lower dbus requirement to 0.70
1754
1755 2007-01-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1756
1757         * shell/ev-window.c: (ev_window_add_history):
1758
1759         Fix memory leak. 
1760
1761 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1762
1763         * shell/ev-view.c: (ev_view_page_label_from_dest), (tip_from_link):
1764         * shell/ev-view.h:
1765         * shell/ev-window.c: (ev_window_add_history):
1766         
1767         Correctly handle named destination links
1768
1769 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1770
1771         * NOTES:
1772         * backend/djvu/djvu-links.c: (djvu_links_get_links_model):
1773         * backend/pdf/ev-poppler.cc:
1774         * libdocument/ev-document-links.h:
1775         * libdocument/ev-link.c: (ev_link_get_page):
1776         * libdocument/ev-link.h:
1777         * shell/ev-history.c: (ev_history_init), (ev_history_class_init),
1778         (ev_history_add_link):
1779         * shell/ev-history.h:
1780         * shell/ev-navigation-action.c: (activate_menu_item_cb),
1781         (new_history_menu_item), (build_menu):
1782         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
1783         * shell/ev-sidebar-links.c: (create_loading_model),
1784         (print_section_cb), (ev_sidebar_links_construct),
1785         (fill_page_labels), (update_page_callback_foreach),
1786         (update_page_callback), (job_finished_callback):
1787         * shell/ev-view.c: (ev_view_handle_link):
1788         * shell/ev-window.c: (ev_window_find_chapter),
1789         (ev_window_add_history), (view_handle_link_cb),
1790         (history_changed_cb):
1791         
1792         Implements another history variant
1793
1794 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
1795
1796         * shell/ev-window.c: (view_external_link_cb):
1797         * shell/ev-view.c: (ev_view_button_release_event):
1798
1799         Open links in new window when clicking with middle button. 
1800
1801 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1802
1803         * shell/ev-navigation-action.c: (new_history_menu_item):
1804         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
1805         * shell/ev-view.c: (ev_view_handle_link):
1806         * shell/ev-window.c:
1807         
1808         Store link before jump, not the destination. For me it 
1809         seems like more natural history behavior.
1810
1811 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1812
1813         * shell/ev-navigation-action.c: (activate_menu_item_cb),
1814         (ev_navigation_action_class_init):
1815         * shell/ev-navigation-action.h:
1816         * shell/ev-page-action.c: (activate_cb):
1817         * shell/ev-page-cache.c: (ev_page_cache_class_init),
1818         (ev_page_cache_set_current_page_history):
1819         * shell/ev-page-cache.h:
1820         * shell/ev-sidebar-thumbnails.c:
1821         (ev_sidebar_tree_selection_changed),
1822         (ev_sidebar_icon_selection_changed), (page_changed_cb):
1823         * shell/ev-view-private.h:
1824         * shell/ev-view.c: (ev_view_handle_link), (ev_view_class_init):
1825         * shell/ev-view.h:
1826         * shell/ev-window.c: (page_changed_cb), (history_changed_cb),
1827         (ev_window_setup_document), (ev_window_load_job_cb):
1828         * shell/ev-window.h:
1829         
1830         History finally works as expected.
1831
1832 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
1833
1834         * shell/ev-sidebar-links.c: (ev_sidebar_links_map):
1835
1836         Do not update links treeview if it doesn't have a model assigned yet. 
1837
1838 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
1839
1840         * shell/ev-sidebar-links.c: (ev_sidebar_links_map),
1841         (ev_sidebar_links_class_init), (update_page_callback):
1842
1843         Do not update links treeview when sidepane is not visible. 
1844
1845 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1846
1847         * shell/ev-marshal.list:
1848         * shell/ev-page-action.c: (activate_cb),
1849         (ev_page_action_class_init):
1850         * shell/ev-page-action.h:
1851         * shell/ev-page-cache.c: (ev_page_cache_set_page_label):
1852         * shell/ev-window.c:
1853         
1854         Remove activate_link signal, not required.
1855
1856 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1857
1858         * shell/ev-navigation-action.c: (build_menu):
1859         
1860         Reorder menu items and build menu with fixed length.
1861
1862 2007-01-27  Ed Catmur  <ed@catmur.co.uk>
1863
1864         * shell/ev-view.c: (get_selected_text):
1865         
1866         Normalize text to fix ligatures problem. See bug
1867         #341947 for details.
1868
1869 2007-01-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1870
1871         * shell/ev-page-cache.c: (ev_page_cache_finalize):
1872
1873         Fix memory leak in ev-page-cache. 
1874
1875 2007-01-25  Tom Parker <palfrey@tevp.net>
1876
1877         * backend/impress/impress-document.c: (impress_document_load),
1878         (impress_document_finalize), (impress_document_init):
1879         * properties/ev-properties-main.c: (ev_properties_get_pages):
1880         
1881         Correctly handle impress document errors. Fixes nautilus
1882         crash in property page #370491.
1883
1884 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1885
1886         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
1887         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
1888         (ev_job_queue_remove_job):
1889         * shell/ev-jobs.[ch]: (ev_job_load_init), (ev_job_load_class_init),
1890         (ev_job_load_dispose), (ev_job_load_new), (ev_job_load_set_uri),
1891         (ev_job_load_run):
1892         * shell/ev-window.c: (ev_window_is_empty), (password_dialog_response),
1893         (ev_window_popup_password_dialog), (ev_window_clear_load_job),
1894         (ev_window_load_job_cb), (xfer_update_progress_callback),
1895         (ev_window_open_uri), (ev_window_dispose):
1896         * shell/main.c: (main):
1897
1898         Do file transfer asynchronously in the main thread instead of
1899         synchronously in the load thread. Fixes bugs #399694, #398307 and
1900         #343542.
1901
1902 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1903
1904         * shell/ev-jobs.c: (ev_job_xfer_run):
1905
1906         Load the document with the font-config lock held. 
1907
1908 2007-01-23  Carlos Garcia Campos  <carlosgc@gnome.org>
1909
1910         * backend/ps/ps-document.c: (start_interpreter):
1911
1912         Fix memory leaks in ps backend. 
1913
1914 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
1915
1916         * backend/impress/impress-document.c:
1917         (impress_document_render_pixbuf):
1918
1919         Do not acquire fontconfig lock in impress backend, since it is using
1920         the main loop for rendering. 
1921
1922 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
1923
1924         * po/POTFILES.in: 
1925
1926         Remove mdvi files that shouldn't be translated. 
1927
1928 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
1929
1930         * shell/ev-view-private.h:
1931         * shell/ev-view.c: (draw_loading_text), (ev_view_destroy),
1932         (ev_view_set_zoom):
1933
1934         Render "loading..." text into a cairo surface instead of directly into
1935         the window so that fontconfig lock is only needed once and UI is not
1936         blocked. Change text color to #9B9B9B. Fixes bug #397356.
1937
1938 2007-01-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1939
1940         * shell/ev-stock-icons.c: (ev_stock_icons_init):
1941         * shell/ev-application.c: (ev_application_open_uri_at_dest):
1942
1943         Use icon theme associated with the window screen rather than default. 
1944
1945 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
1946
1947         * configure.ac:
1948
1949         Fix a typo in previous commit (24x24/action/ --> 24x24/actions)
1950
1951 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
1952
1953         * data/icons/*/apps/evince.*:
1954
1955         Move Evince icons under new apps directory.
1956
1957         * data/icons/*/actions/*:
1958
1959         Add new custom themeable Evince icons: view-page-continuous, 
1960         view-page-facing, zoom-fit-width, zoom-fit-page. From Andreas
1961         Nilsson, at 16 and 22 pixels (plus 24 for compatibility).
1962
1963         * configure.ac:
1964
1965         Add new directories to AC_CONFIG_FILES.
1966
1967         * shell/ev-stock-icons.c:
1968         * shell/ev-stock-icons.h:
1969
1970         Use new custom themeable icons.
1971
1972 2007-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
1973
1974         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
1975
1976         Do not draw white background page in presentation mode. 
1977
1978 2007-01-16  Jani Monoses <jani.monoses@gmail.com>
1979
1980         * shell/ev-view.c: Remove unused gnome-vfs include.
1981
1982 2007-01-16  Theppitak Karoonboonyanan  <thep@linux.thai.net>
1983
1984         * backend/dvi/mdvi-lib/fontmap.c: (mdvi_load_fontmap):
1985         
1986         Format string is corrected, fixes bug #397129.
1987
1988 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1989
1990         * shell/ev-window.c: (ev_window_setup_recent):
1991
1992         Do not include in recent menu inexistent documents. Fixes
1993         bug #339171.
1994
1995 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1996
1997         * po/POTFILES.skip: 
1998
1999         Update POTFILES.skip file according to current source tree. 
2000
2001 2007-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2002
2003         * shell/ev-window.c: (file_save_dialog_response_cb):
2004
2005         Do Save a copy in atomic way. Fixes bug #328266. 
2006
2007 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
2008
2009         * shell/ev-sidebar-links.c: (update_page_callback_foreach):
2010
2011         Keep selected cell always visible in index treeview.
2012
2013 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
2014         
2015         * shell/ev-view.c: (ev_view_size_allocate):
2016
2017         Restore horizontal scrollbar after switching to/from fullscreen
2018         or presentation mode. Fixes bug #331728.
2019
2020 2007-01-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2021
2022         * shell/ev-view-private.h:
2023         * shell/ev-window.c: (ev_window_screen_changed), (ev_window_init):
2024         * shell/ev-view.[ch]: (ev_view_class_init), (ev_view_set_zoom),
2025         (ev_view_set_screen_dpi), (ev_view_can_zoom_in),
2026         (ev_view_can_zoom_out):
2027
2028         Use max and min scale values in the view iby taking dpi into account. 
2029
2030 2007-01-10  Carlos Garcia Campos  <carlosgc@gnome.org>
2031
2032         * configure.ac:
2033         * NEWS:
2034
2035         Release 0.7.1
2036
2037 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2038
2039         * shell/ev-window.c: (ev_window_print_send):
2040
2041         Send print job to printer with some settings set to default values,
2042         since we have already exported to a file according to such settings
2043         and they could be taken twice by some printers. 
2044
2045 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2046
2047         * shell/ev-jobs.c: (ev_job_xfer_run):
2048         * shell/ev-application.c: (ev_application_open_uri_at_dest):
2049
2050         Show main window and load document with the font-config lock held. 
2051
2052 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2053
2054         * configure.ac:
2055         * shell/ev-application.c: (ev_application_register_service):
2056         * shell/main.c: (load_files_remote):
2057
2058         Bump requirements to dbus-glib 0.71 and drop all ifdefs used.
2059
2060 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2061
2062         * doc/debugging.txt:
2063         
2064         Remove obsolete documentation.
2065
2066 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2067
2068         * Makefile.am:
2069         * backend/Makefile.am:
2070         * backend/comics/Makefile.am:
2071         * backend/djvu/Makefile.am:
2072         * backend/dvi/Makefile.am:
2073         * backend/ev-async-renderer.c:
2074         * backend/ev-async-renderer.h:
2075         * backend/ev-attachment.c:
2076         * backend/ev-attachment.h:
2077         * backend/ev-backend-marshal.c:
2078         * backend/ev-document-factory.c:
2079         * backend/ev-document-factory.h:
2080         * backend/ev-document-find.c:
2081         * backend/ev-document-find.h:
2082         * backend/ev-document-fonts.c:
2083         * backend/ev-document-fonts.h:
2084         * backend/ev-document-images.c:
2085         * backend/ev-document-images.h:
2086         * backend/ev-document-info.h:
2087         * backend/ev-document-links.c:
2088         * backend/ev-document-links.h:
2089         * backend/ev-document-misc.c:
2090         * backend/ev-document-misc.h:
2091         * backend/ev-document-security.c:
2092         * backend/ev-document-security.h:
2093         * backend/ev-document-thumbnails.c:
2094         * backend/ev-document-thumbnails.h:
2095         * backend/ev-document-transition.c:
2096         * backend/ev-document-transition.h:
2097         * backend/ev-document.c:
2098         * backend/ev-document.h:
2099         * backend/ev-file-exporter.c:
2100         * backend/ev-file-exporter.h:
2101         * backend/ev-image.c:
2102         * backend/ev-image.h:
2103         * backend/ev-link-action.c:
2104         * backend/ev-link-action.h:
2105         * backend/ev-link-dest.c:
2106         * backend/ev-link-dest.h:
2107         * backend/ev-link.c:
2108         * backend/ev-link.h:
2109         * backend/ev-render-context.c:
2110         * backend/ev-render-context.h:
2111         * backend/ev-selection.c:
2112         * backend/ev-selection.h:
2113         * backend/impress/Makefile.am:
2114         * backend/pdf/Makefile.am:
2115         * backend/pixbuf/Makefile.am:
2116         * backend/ps/Makefile.am:
2117         * backend/ps/ps-document.c: (push_pixbuf), (interpreter_failed),
2118         (ps_document_widget_event), (setup_pixmap), (setup_page), (input),
2119         (start_interpreter), (stop_interpreter), (document_load),
2120         (ps_document_next_page), (render_page):
2121         * backend/tiff/Makefile.am:
2122         * comics/Makefile.am:
2123         * comics/comics-document.c:
2124         * comics/comics-document.h:
2125         * configure.ac:
2126         * cut-n-paste/zoom-control/ephy-zoom-control.c:
2127         * djvu/Makefile.am:
2128         * djvu/djvu-document-private.h:
2129         * djvu/djvu-document.c:
2130         * djvu/djvu-document.h:
2131         * djvu/djvu-links.c:
2132         * djvu/djvu-links.h:
2133         * djvu/djvu-text-page.c:
2134         * djvu/djvu-text-page.h:
2135         * djvu/djvu-text.c:
2136         * djvu/djvu-text.h:
2137         * dvi/Makefile.am:
2138         * dvi/dvi-document.c:
2139         * dvi/dvi-document.h:
2140         * dvi/fonts.c:
2141         * dvi/fonts.h:
2142         * dvi/mdvi-lib/Makefile.am:
2143         * dvi/mdvi-lib/afmparse.c:
2144         * dvi/mdvi-lib/afmparse.h:
2145         * dvi/mdvi-lib/bitmap.c:
2146         * dvi/mdvi-lib/bitmap.h:
2147         * dvi/mdvi-lib/color.c:
2148         * dvi/mdvi-lib/color.h:
2149         * dvi/mdvi-lib/common.c:
2150         * dvi/mdvi-lib/common.h:
2151         * dvi/mdvi-lib/defaults.h:
2152         * dvi/mdvi-lib/dvimisc.c:
2153         * dvi/mdvi-lib/dviopcodes.h:
2154         * dvi/mdvi-lib/dviread.c:
2155         * dvi/mdvi-lib/files.c:
2156         * dvi/mdvi-lib/font.c:
2157         * dvi/mdvi-lib/fontmap.c:
2158         * dvi/mdvi-lib/fontmap.h:
2159         * dvi/mdvi-lib/fontsrch.c:
2160         * dvi/mdvi-lib/gf.c:
2161         * dvi/mdvi-lib/hash.c:
2162         * dvi/mdvi-lib/hash.h:
2163         * dvi/mdvi-lib/list.c:
2164         * dvi/mdvi-lib/mdvi.h:
2165         * dvi/mdvi-lib/pagesel.c:
2166         * dvi/mdvi-lib/paper.c:
2167         * dvi/mdvi-lib/paper.h:
2168         * dvi/mdvi-lib/pk.c:
2169         * dvi/mdvi-lib/private.h:
2170         * dvi/mdvi-lib/setup.c:
2171         * dvi/mdvi-lib/sp-epsf.c:
2172         * dvi/mdvi-lib/special.c:
2173         * dvi/mdvi-lib/sysdeps.h:
2174         * dvi/mdvi-lib/t1.c:
2175         * dvi/mdvi-lib/tfm.c:
2176         * dvi/mdvi-lib/tfmfile.c:
2177         * dvi/mdvi-lib/tt.c:
2178         * dvi/mdvi-lib/util.c:
2179         * dvi/mdvi-lib/vf.c:
2180         * dvi/pixbuf-device.c:
2181         * dvi/pixbuf-device.h:
2182         * impress/Makefile.am:
2183         * impress/common.h:
2184         * impress/document.c:
2185         * impress/f_oasis.c:
2186         * impress/f_oo13.c:
2187         * impress/iksemel.c:
2188         * impress/iksemel.h:
2189         * impress/imposter.h:
2190         * impress/impress-document.c:
2191         * impress/impress-document.h:
2192         * impress/internal.h:
2193         * impress/r_back.c:
2194         * impress/r_draw.c:
2195         * impress/r_geometry.c:
2196         * impress/r_gradient.c:
2197         * impress/r_style.c:
2198         * impress/r_text.c:
2199         * impress/render.c:
2200         * impress/render.h:
2201         * impress/zip.c:
2202         * impress/zip.h:
2203         * lib/Makefile.am:
2204         * lib/ev-debug.c:
2205         * lib/ev-debug.h:
2206         * lib/ev-file-helpers.c:
2207         * lib/ev-file-helpers.h:
2208         * lib/ev-gui.c:
2209         * lib/ev-gui.h:
2210         * lib/ev-tooltip.c:
2211         * lib/ev-tooltip.h:
2212         * libdocument/Makefile.am:
2213         * libdocument/ev-file-helpers.c:
2214         * pdf/Makefile.am:
2215         * pdf/ev-poppler.cc:
2216         * pdf/ev-poppler.h:
2217         * pixbuf/Makefile.am:
2218         * pixbuf/pixbuf-document.c:
2219         * pixbuf/pixbuf-document.h:
2220         * properties/Makefile.am:
2221         * ps/Makefile.am:
2222         * ps/gsdefaults.c:
2223         * ps/gsdefaults.h:
2224         * ps/gsio.c:
2225         * ps/gsio.h:
2226         * ps/gstypes.h:
2227         * ps/ps-document.c:
2228         * ps/ps-document.h:
2229         * ps/ps.c:
2230         * ps/ps.h:
2231         * shell/Makefile.am:
2232         * shell/ev-application.h:
2233         * shell/ev-sidebar-links.c:
2234         * shell/ev-sidebar-links.h:
2235         * shell/ev-utils.c: (ev_gui_sanitise_popup_position),
2236         (ev_gui_menu_position_tree_selection):
2237         * shell/ev-utils.h:
2238         * shell/ev-view.c: (ev_view_finalize):
2239         * shell/ev-window.c:
2240         * shell/main.c: (main):
2241         * thumbnailer/Makefile.am:
2242         * tiff/Makefile.am:
2243         * tiff/tiff-document.c:
2244         * tiff/tiff-document.h:
2245         * tiff/tiff2ps.c:
2246         * tiff/tiff2ps.h:
2247         
2248         Reorganize source tree.
2249
2250 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2251
2252         * backend/ev-document-factory.c:
2253
2254         Do not include ev-poppler.h when pdf is disabled. 
2255
2256 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
2257
2258         * configure.ac:
2259         * data/evince-ui.xml:
2260         * pdf/ev-poppler.cc: (pdf_document_images_get_images),
2261         (pdf_document_document_images_iface_init):
2262         * backend/Makefile.am:
2263         * backend/ev-document-images.[ch]:
2264         * backend/ev-image.[ch]:
2265         * lib/ev-file-helpers.[ch]: (ev_tmp_filename):
2266         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run),
2267         (ev_job_xfer_run):
2268         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
2269         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
2270         (ev_pixbuf_cache_get_image_mapping):
2271         * shell/ev-window.c: (view_menu_link_popup), (view_menu_image_popup),
2272         (view_menu_popup_cb), (ev_window_dispose),
2273         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
2274         (ev_view_popup_cmd_copy_image):
2275         * shell/ev-view-private.h:
2276         * shell/ev-view.c: (ev_view_get_image_at_location),
2277         (ev_view_do_popup_menu), (ev_view_popup_menu),
2278         (ev_view_button_press_event), (ev_view_drag_data_get),
2279         (ev_view_drag_motion), (ev_view_drag_data_received),
2280         (ev_view_motion_notify_event), (ev_view_button_release_event),
2281         (ev_view_finalize), (ev_view_class_init):
2282
2283         Add image handling support. Fixes bugs #310008 and #325047. Images
2284         selection is not supported yet. 
2285
2286 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
2287
2288         * shell/ev-window.c: (drag_data_received_cb), (ev_window_init):
2289         * shell/ev-view.c: (ev_view_drag_data_received), (ev_view_class_init),
2290         (ev_view_init):
2291
2292         Move view drag and drop stuff to ev-view.
2293
2294 2007-01-05  Carlos Garcia Campos  <carlosgc@gnome.org>
2295
2296         * shell/ev-pixbuf-cache.c: (clear_job_selection):
2297         * shell/ev-view.c: (clear_selection): 
2298
2299         Clear selection also in pixbuf cache.
2300
2301 2007-01-02  Luca Ferretti <elle.uca@libero.it>
2302
2303         * data/evince.desktop.in.in:
2304         
2305         Change icon name in desktop file. See bug #390734
2306         for details.
2307
2308 2006-12-28  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2309
2310         * thumbnailer/Makefile.am:
2311
2312         Use top_builddir instead top_srcdir for generated schema
2313         file installation. Fixes bug #390161.
2314
2315 2006-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2316
2317         * configure.ac:
2318         * backend/Makefile.am:
2319         * backend/ev-document-transition.[ch]:
2320         * pdf/ev-poppler.cc: (pdf_document_get_page_duration),
2321         (pdf_document_page_transition_iface_init):
2322         * shell/ev-view-private.h:
2323         * shell/ev-view.c: (ev_view_destroy), (page_changed_cb),
2324         (ev_view_set_presentation), (transition_next_page),
2325         (ev_view_presentation_transition_stop),
2326         (ev_view_presentation_transition_start), (ev_view_next_page):
2327
2328         Add page transition support in presentation mode. At the moment only
2329         page duration is supported, but not transition effects. Fixes bug
2330         #309815.
2331
2332 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2333
2334         * backend/ev-document-links.c: (ev_document_links_find_link_dest):
2335
2336         Run find_link_dest with document lock held, since it's called by links
2337         thread and main thread at the same time. 
2338
2339 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2340
2341         * shell/ev-view.c: (goto_dest):
2342
2343         Update page-cache when page is changed by the view, so that
2344         page-changed signal is emitted. 
2345
2346 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2347
2348         * test/test1.py:
2349         * test/test2.py:
2350
2351         Use C locale in tests. 
2352
2353 2006-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2354
2355         * shell/ev-window.c: (ev_window_run_presentation):
2356         * shell/ev-view-private.h:
2357         * shell/ev-view.c: (ev_view_set_presentation):
2358
2359         Restore zoom settings when back from presentation mode. 
2360
2361 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2362
2363         * shell/ev-window.c: (ev_window_run_presentation):
2364
2365         Always use "best fit" zoom in presentation mode.
2366         Fixes bug #389195.
2367
2368 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2369
2370         * shell/ev-view.c: (ev_view_goto_window_create):
2371
2372         Show "Jump to page" label in the page jumping popup in
2373         presentation mode instead of just a GtkEntry.
2374
2375 2006-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
2376
2377         * shell/ev-window.c: (launch_external_uri):
2378
2379         Do not escape uri before calling gnome_vfs_url_show(). Fixes bug
2380         #378085.
2381
2382 2006-12-22  Elijah Newren  <newren gmail com>
2383
2384         * configure.ac: explicitly check for libxml2.  Fixes #388795
2385
2386 2006-12-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2387
2388         * shell/ev-view-private.h:
2389         * shell/ev-view.c: (send_focus_change), (ev_view_goto_window_hide),
2390         (ev_view_goto_window_delete_event), (key_is_numeric),
2391         (ev_view_goto_window_key_press_event),
2392         (ev_view_goto_window_button_press_event),
2393         (ev_view_goto_entry_activate), (ev_view_goto_window_create),
2394         (ev_view_goto_entry_grab_focus), (ev_view_goto_window_send_key_event),
2395         (ev_view_key_press_event), (ev_view_focus_out), (ev_view_destroy):
2396
2397         Allow jumping to another page by typing a page number in presentation
2398         mode. It uses a popup window with an entry. Fixes bug #353625.
2399
2400 2006-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2401
2402         * configure.ac:
2403         * properties/ev-properties-view.c: (ev_get_default_user_units),
2404         (ev_regular_paper_size):
2405         
2406         Check for NL_MEASUREMENT. Fixes bug #376469. Thanks
2407         to Damien Carbery <damien.carbery@sun.com> and
2408         Yevgen Muntyan <muntyan@tamu.edu>.
2409
2410 2006-12-20  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2411
2412         * shell/ev-window.c: (setup_document_from_metadata):
2413
2414         Make sure Evince doesn't restore the view on the last
2415         page when a document is reopened. Fixes bug #383381.
2416
2417 2006-12-18  Jens Granseuer  <jensgr@gmx.net>
2418
2419         * shell/ev-view.c: (draw_loading_text):
2420
2421         Fix compilation with older compilers like gcc 2. Fixes bug #387237.
2422
2423 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2424
2425         * configure.ac:
2426         * NEWS:
2427
2428         Release 0.7.0
2429
2430 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2431
2432         * configure.ac:
2433         * pdf/ev-poppler.cc: (pdf_print_context_free),
2434         (pdf_document_file_exporter_begin),
2435         (pdf_document_file_exporter_do_page):
2436
2437         Make cairo-pdf depedency optional. 
2438
2439 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2440
2441         * shell/ev-print-job.c: (idle_print_handler), (ev_print_job_print):
2442
2443         Use ev_file_exporter instead of ev_ps_exporter in ev-print-job.
2444
2445 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2446
2447         * backend/ev-document.[ch]: (ev_document_get_fc_mutex),
2448         (ev_document_fc_mutex_lock), (ev_document_fc_mutex_unlock):
2449         * pdf/ev-poppler.cc: (make_thumbnail_for_size):
2450         * shell/ev-jobs.c: (ev_job_render_run), (ev_job_fonts_run):
2451         * shell/ev-view.c: (draw_loading_text):
2452         * shell/ev-window.c: (ev_window_cmd_file_properties):
2453
2454         Use an specific lock for FontConfig. Hopefully it fixes some crashes
2455         related to using FontConfig from different threads.
2456         
2457 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2458
2459         * shell/ev-view.c: (draw_loading_text):
2460
2461         Acquire lock document when drawing "Loading..." text so that only one
2462         thread will use FontConfig at the same time. Fixes bug #374750.
2463
2464 2006-12-15  Carlos Garcia Campos  <carlosgc@gnome.org>
2465
2466         * shell/ev-page-action.[ch]: (activate_cb):
2467         * shell/ev-window.c: (activate_label_cb):
2468
2469         Check if text inserted in page entry is a valid page number when it
2470         doesn't match to any document page label. Fixes bug #383165.
2471
2472 2006-12-14  Julien Rebetez,  <julienr@cvs.gnome.org>
2473         * shell/ev-window.c:
2474
2475         GTK_STOCK_SELECT_ALL is used in menu definition, but isn't
2476         available with GTK < 2.10. Added an ifdef to avoid compilation
2477         error.
2478
2479 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2480
2481         * configure.ac:
2482         * ps/ps-document.c: (start_interpreter), (ps_document_next_page):
2483
2484         Fix ps backend in multihead systems.
2485
2486 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2487
2488         * ps/ps-document.c: (setup_page), (ps_document_get_page_size):
2489         * shell/ev-window.c: (ev_window_get_screen_dpi),
2490         (ev_window_update_actions), (setup_view_from_metadata),
2491         (ev_window_zoom_changed_cb), (zoom_control_changed_cb):
2492
2493         Take screen DPI into account when zooming. Fixes bug #318285.
2494
2495 2006-12-14  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2496
2497         * data/Makefile.am:
2498
2499         Cleaned up/slightly refactored Makefile.am. Added GConf
2500         schemas uninstallation as well.
2501
2502 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2503
2504         * Makefile.am:
2505         * test/Makefile.am:
2506
2507         Fight with autotools to fix make check. Make distcheck
2508         works fine as well now!
2509
2510 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2511
2512         * shell/ev-view.c: (draw_end_presentation_page):
2513
2514         Corrected "end of presentation" string.
2515
2516 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2517
2518         * shell/ev-view.c: (ev_view_key_press_event):
2519
2520         Correctly propagate key press event so that up/down keys
2521         work as expected (correct behaviour was broken by
2522         black/white screen key bindings for presentations).
2523
2524 2006-12-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2525
2526         * pdf/ev-poppler.cc: (pdf_document_find_get_n_results),
2527         (pdf_document_find_get_result), (pdf_document_find_page_has_results),
2528         (pdf_document_find_get_progress), (pdf_selection_render_selection),
2529         (pdf_selection_get_selection_region),
2530         (pdf_selection_get_selection_map):
2531
2532         Add "static" to some private functions. 
2533
2534 2006-12-13  P. Henrique Silva  <ph.silva@gmail.com>
2535
2536         * lib/ev-tooltip.h:
2537         * properties/ev-properties-view.h:
2538         * shell/ev-jobs.h:
2539         * shell/ev-properties-dialog.h:
2540         * shell/ev-properties-fonts.h:
2541         * shell/ev-sidebar-links.h:
2542         * shell/ev-sidebar-thumbnails.h:
2543         * shell/ev-sidebar.h:
2544         * shell/ev-window.h:
2545         
2546         Fixes CHACK type in class casts. See bug #385343
2547         for details.
2548
2549 2006-12-10  Carlos Garcia Campos  <carlosgc@gnome.org>
2550
2551         * shell/ev-view-private.h:
2552         * shell/ev-view.c: (draw_end_presentation_page),
2553         (ev_view_expose_event), (ev_view_key_press_event),
2554         (ev_view_class_init), (ev_view_init):
2555
2556         Blank screen in presentation mode when pressing 'b' (filling with
2557         black) or 'w' (filling with white) keys. Fixes bug #358132.
2558
2559 2006-12-09  Gabriel Felipe Cornejo  <gnomeusr@gmail.com>
2560
2561         * data/evince-toolbar.xml:
2562         * shell/ev-window.c:
2563         
2564         Use stock icon for Select All action. Fixes
2565         bug #382652.
2566
2567 2006-12-09  Radoslav Dorcik  <dixiecko@gmail.com>
2568
2569         * shell/ev-view.c: (get_doc_point_from_offset),
2570         (ev_view_get_link_at_location), (ev_view_motion_notify_event):
2571
2572         Add links support in rotated documents. Fixes bug #343733.
2573
2574 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2575
2576         * shell/ev-view-private.h:
2577         * shell/ev-view.c: (draw_end_presentation_page),
2578         (ev_view_expose_event), (ev_view_init), (ev_view_set_presentation):
2579
2580         Show a blank page after the last page in presentation mode with a
2581         message indicating that presentation has finished and how to exit. 
2582
2583 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2584
2585         * shell/ev-window.c: (fullscreen_timeout_cb):
2586
2587         Hide cursor after a while in presentation mode. 
2588
2589 2006-12-04  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2590
2591         * backend/ev-document-info.h:
2592         * data/evince-properties.glade:
2593         * pdf/ev-poppler.cc:
2594         * properties/ev-properties-view.c: (ev_regular_paper_size),
2595         (ev_properties_view_set_info):
2596         * ps/ps-document.c: (ps_document_get_info):
2597
2598         Adds a paper size field to the properties dialog. Fixes
2599         bug #307315. Patch by Kasper Svendsen (with some i18n
2600         changes done by me).
2601
2602 2006-12-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2603
2604         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
2605         (screensaver_init_dbus), (totem_scrsaver_new),
2606         (totem_scrsaver_init):
2607         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
2608         * shell/ev-application.c: (ev_application_register_service),
2609         (ev_application_screensaver_enable),
2610         (ev_application_screensaver_disable):
2611         * shell/ev-application.h:
2612         * shell/ev-window.c: (ev_window_run_presentation),
2613         (ev_window_stop_presentation), (build_comments_string),
2614         (ev_window_init):
2615         
2616         Move screensaver handling to application. No more
2617         message on startup.
2618
2619 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2620
2621         * configure.ac:
2622         * backend/Makefile.am:
2623         * backend/ev-file-exporter.[ch]:
2624         * pdf/ev-poppler.cc: (pdf_document_file_exporter_*):
2625         * ps/ps-document.c: (ps_document_file_exporter_*):
2626         * tiff/tiff-document.c: (tiff_document_document_file_exporter_*):
2627         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
2628         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
2629         (ev_window_print_dialog_response_cb), (ev_window_print_range):
2630
2631         Allow printing to PDF when suppoted by the backend.
2632         
2633 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2634
2635         * shell/ev-window.c: (build_comments_string):
2636
2637         Use always "Document Viewer" in about dialog. 
2638
2639 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2640
2641         * djvu/djvu-document.c: (djvu_document_get_page_size):
2642
2643         Display a warning message when get_pageinfo fails. 
2644
2645 2006-11-30  Yevgen Muntyan  <muntyan@tamu.edu>
2646
2647         * Makefile.am:
2648         * backend/Makefile.am:
2649         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
2650         * configure.ac:
2651         * shell/ev-window.c: (build_comments_string):
2652         
2653         Make pdf compilation optional. See bug #38007.
2654
2655 2006-11-30  Carlos Garcia Campos  <carlosgc@gnome.org>
2656
2657         * ps/ps.c: (get_next_text):
2658
2659         Fix CVE-2006-5864.
2660
2661 2006-11-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2662
2663         * shell/ev-history.c: (ev_history_finalize), (ev_history_class_init):
2664         * shell/ev-navigation-action.c: (connect_proxy),
2665         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
2666         
2667         Do not call g_type_class_peek_parent twice.
2668
2669 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2670
2671         * configure.ac:
2672         * data/icons/24x24/.cvsignore:
2673         * data/icons/24x24/Makefile.am:
2674         * data/icons/24x24/evince.png:
2675         * data/icons/Makefile.am:
2676         
2677         Add 24x24 icon. Thanks to 
2678         Michael Monreal <infernux@web.de>.
2679
2680 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2681
2682         * configure.ac: Fix typo in configure.ac. Thanks
2683         to dmacks@netspace.org for notification.
2684
2685 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2686
2687         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
2688         
2689         Drop dbus include, fixes compilation with older dbus.
2690
2691 2006-11-22  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2692
2693         * configure.ac:
2694         * cut-n-paste/Makefile.am:
2695         * cut-n-paste/totem-screensaver/.cvsignore
2696         * cut-n-paste/totem-screensaver/Makefile.am:
2697         * cut-n-paste/totem-screensaver/README:
2698         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
2699         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
2700         * shell/Makefile.am:
2701         * shell/ev-window.c: (ev_window_run_presentation),
2702         (ev_window_stop_presentation), (ev_window_cmd_help_about),
2703         (ev_window_init):
2704
2705         Implemented screensaver enabling/disabling for
2706         presentation mode (not fullscreen mode). Code stolen
2707         from Totem (with some minor tweaks). Fixes bug #338889.
2708
2709 2006-11-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2710
2711         * configure.ac:
2712
2713         Bump gnome-icon-theme requirements. We use the rotation
2714         icons that appeared recently.
2715
2716 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2717
2718         * shell/ev-history.c: (ev_history_add_page):
2719         * shell/ev-history.h:
2720         * shell/ev-window.c: (page_changed_cb):
2721         
2722         Use page labels instead of numbers.
2723
2724 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2725
2726         * data/evince-toolbar.xml:
2727         * po/POTFILES.in:
2728         * shell/Makefile.am:
2729         * shell/ev-navigation-action-widget.c:
2730         (ev_navigation_action_widget_init),
2731         (ev_navigation_action_widget_class_init), (menu_deactivate_cb),
2732         (menu_detacher), (ev_navigation_action_widget_set_menu),
2733         (menu_position_func), (popup_menu_under_arrow),
2734         (ev_navigation_action_widget_toggled),
2735         (ev_navigation_action_widget_button_press_event):
2736         * shell/ev-navigation-action-widget.h:
2737         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
2738         (ev_navigation_action_set_window), (activate_menu_item_cb),
2739         (new_history_menu_item), (new_empty_history_menu_item),
2740         (build_menu), (menu_activated_cb), (connect_proxy),
2741         (create_tool_item), (ev_navigation_action_init),
2742         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
2743         * shell/ev-navigation-action.h:
2744         * shell/ev-page-action-widget.c: (ev_page_action_widget_init),
2745         (ev_page_action_widget_set_page_cache),
2746         (ev_page_action_widget_finalize),
2747         (ev_page_action_widget_class_init), (match_selected_cb),
2748         (display_completion_text), (match_completion), (build_new_tree_cb),
2749         (get_filter_model_from_model),
2750         (ev_page_action_widget_update_model):
2751         * shell/ev-page-action-widget.h:
2752         * shell/ev-page-action.c: (activate_link_cb), (update_model),
2753         (connect_proxy):
2754         * shell/ev-page-action.h:
2755         * shell/ev-stock-icons.c:
2756         * shell/ev-stock-icons.h:
2757         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
2758         (page_changed_cb), (ev_window_setup_document), (ev_window_dispose),
2759         (register_custom_actions):
2760         * shell/main.c:
2761         
2762         Preliminary history implementation
2763
2764 2006-11-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2765
2766         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_finalize),
2767         (dvi_document_class_init), (dvi_document_init_params):
2768         * dvi/mdvi-lib/font.c: (font_reference):
2769         
2770         Add reference to subfont. Fixes bug #374277.
2771
2772 2006-11-16  Carlos Garcia Campos  <carlosgc@gnome.org>
2773
2774         * shell/ev-window.c: (ev_window_create_tmp_symlink),
2775         (ev_window_cmd_file_open_copy_at_dest):
2776
2777         Fix a race condition when creating symlink. Increase the counter
2778         avoiding an infinite loop. Really fixes bug #357472. (Based on patch by
2779         Mathias Hasselmann).
2780
2781 2006-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
2782
2783         * backend/Makefile.am:
2784         * backend/ev-attachment.c: (ev_attachment_open):
2785         * lib/ev-file-helpers.[ch]: (ensure_dir_exists), (ev_dot_dir),
2786         (ev_tmp_dir), (ev_tmp_filename):
2787         * shell/ev-sidebar-attachments.c:
2788         (ev_sidebar_attachments_drag_data_get):
2789         * shell/ev-window.c: (ev_window_clear_temp_file):
2790
2791         Use always ev_tmp_dir instead of g_get_tmp_dir. Fix a race condition
2792         in ensure_dir_exists. Abort without crashing when we can't create
2793         user's directory.
2794
2795 2006-11-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2796
2797         * data/evince-ui.xml:
2798         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
2799         (ev_window_xfer_job_cb), (ev_window_get_copy_tmp_name),
2800         (ev_window_cmd_file_open_copy_at_dest),
2801         (ev_window_cmd_file_open_copy), (view_menu_popup_cb),
2802         (ev_view_popup_cmd_open_link_new_window):
2803
2804         Allow opening a copy of the current document in a new window. Fixes bug
2805         #357472
2806
2807 2006-11-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2808
2809         * data/evince-toolbar.xml:
2810         
2811         Add rotate right and rotate left to available items for toolbar.
2812         
2813         * data/evince-ui.xml:
2814         * shell/ev-window.c: (ev_window_init):
2815         
2816         Customize toolbar with right click. Fixes bug #372451.
2817
2818 2006-11-11  Claudio Saavedra  <csaavedra@alumnos.utalca.cl>
2819
2820         * shell/ev-window.c: 
2821         
2822         Use "object-rotate-{left,right}" stock icons. Fixes 
2823         bug #373863.
2824
2825 2006-11-10  Carlos Garcia Campos  <carlosgc@gnome.org>
2826
2827         * shell/ev-application.[ch]: (get_unlink_temp_file_from_args),
2828         (ev_application_open_uri_at_dest), (ev_application_open_uri):
2829         * shell/ev-window.[ch]: (ev_window_clear_temp_file),
2830         (ev_window_open_uri):
2831         * shell/main.c: (arguments_parse):
2832
2833         Remove temp file created when evince is used by GTK+ in
2834         preview mode. Fixes bug #365282. 
2835
2836 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2837
2838         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
2839         
2840         Fixes bug #372474 - Side pane disabled when entering 
2841         and leaving fullscreen mode.
2842
2843 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2844
2845         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (setup_editor):
2846         * data/Makefile.am:
2847         * data/evince-preview-toolbar.xml:
2848         * data/evince-toolbar.xml:
2849         * shell/ev-application.c: (ev_application_shutdown),
2850         (ev_application_init), (ev_application_get_toolbars_model):
2851         * shell/ev-application.h:
2852         * shell/ev-window.c: (update_chrome_visibility),
2853         (ev_window_create_fullscreen_popup), (ev_window_run_preview),
2854         (ev_window_cmd_edit_toolbar), (ev_window_init):
2855         
2856         Fixes bug #364364 - toolbar editor shows zoom actions again.
2857
2858 2006-11-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2859
2860         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2861
2862         Do not take margins into consideration for paper size when printing.
2863         Really fixes bug #350491.
2864
2865 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2866
2867         * data/evince-ui.xml:
2868         * shell/ev-window.c: (ev_window_print_page_setup_done_cb),
2869         (ev_window_cmd_file_print_setup),
2870         (ev_window_print_dialog_response_cb),
2871         (ev_window_setup_action_sensitivity):
2872
2873         Add page setup settings for printing. Fixes bugs #363860 and #350491.
2874
2875 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2876
2877         * shell/ev-window.c: (ev_window_print_range):
2878
2879         Revert my previuos commit, since printing to PDF is not supported by
2880         evince yet. 
2881
2882 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2883
2884         * shell/ev-window.c: (ev_window_print_range):
2885
2886         Enable print to a PDF. Fixes bug #332121.
2887
2888 2006-10-31  Carlos Garcia Campos  <carlosgc@gnome.org>
2889
2890         * shell/ev-application-service.xml:
2891         * shell/ev-application.[ch]: (ev_application_open_window),
2892         (ev_application_get_empty_window), (ev_application_open_uri_at_dest),
2893         (ev_application_open_uri), (ev_application_open_uri_list):
2894         * shell/ev-window.c: (file_open_dialog_response_cb),
2895         (ev_window_cmd_recent_file_activate), (ev_window_setup_recent),
2896         (drag_data_received_cb), (open_remote_link):
2897         * shell/main.c: (arguments_parse), (load_files), (load_files_remote):
2898
2899         Add support for multiscreen systems. Fixes bug #316206.
2900
2901 2006-10-30  Carlos Garcia Campos  <carlosgc@gnome.org>
2902
2903         * shell/ev-jobs.[ch]: (ev_job_print_new),
2904         (ev_print_job_print_page_in_range), (ev_print_job_print_page_in_set),
2905         (ev_job_print_do_page):
2906         * shell/ev-window.[ch]: (ev_window_print_dialog_response_cb):
2907
2908         Allow printing only odd/even pages. Fixes bug #367289.
2909
2910 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2911
2912         * test/test1.py:
2913         * test/test2.py:
2914
2915         Re-add locale settings to test files.
2916
2917 2006-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2918
2919         * data/evince-ui.xml:
2920         * shell/ev-window.c: (set_action_properties):
2921         
2922         Removed garbage from code and ui.
2923
2924 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2925
2926         * shell/ev-window.c: (ev_window_cmd_help_about):
2927
2928         Shamelessly add my name to the list of contributors.
2929
2930 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2931
2932         * test/test1.py:
2933         * test/test2.py:
2934
2935         Cleaned up the dogtail scripts.
2936
2937 2006-10-27  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2938
2939         * shell/ev-view.c: (draw_loading_text): Don't render
2940         "loading..." text in presentation mode. Temporary
2941         workaround for bug #320352.
2942
2943 2006-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2944
2945         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
2946         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2947
2948         Use print settings scale, copies, collate and reverse which were
2949         ignored. Fixes bug #359032.
2950
2951 2006-10-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2952
2953         * configure.ac:
2954         * data/evince-password.glade:
2955         * test/Makefile.am:
2956         * test/test-encrypt.pdf:
2957         * test/test-links.pdf:
2958         * test/test1.py:
2959         * test/test2.py:
2960
2961         Add automated UI tests for evince with dogtail. See
2962         bug #300948.    
2963
2964 2006-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2965
2966         * shell/ev-window.c: (fullscreen_timeout_cb), (ev_window_init):
2967
2968         Hide fullscreen toolbar when switching to another desktop workspace.
2969         Fixes bug #338871
2970
2971 2006-10-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2972
2973         * shell/ev-window-title.c: 
2974         
2975         Test for .dvi in title of pdf documents.
2976
2977 2006-10-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2978
2979         * shell/ev-view.c: (ev_view_scroll):
2980
2981         Page Up/Down should do page jumps in "Best fit" mode.
2982         If a user has explicitly chosen to view exactly one page
2983         at a time, scrolling just a part of the page when
2984         pressing Page Up/Down is not right. Fixes bug #323107.
2985
2986 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2987
2988         * NEWS:
2989         * configure.ac:
2990         
2991         Update for 0.6.1
2992
2993 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2994
2995         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
2996         (job_fonts_finished_cb), (ev_properties_fonts_set_document):
2997         
2998         Correctly disconnect from job signals on destroy.
2999
3000 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3001
3002         * shell/ev-view-private.h:
3003         * shell/ev-view.c: (view_set_adjustment_values),
3004         (view_update_range_and_current_page),
3005         (ensure_rectangle_is_visible), (ev_view_size_allocate):
3006         
3007         Fixes bug #343199, current page now follows find page.
3008
3009 2006-10-08  Wouter Bolsterlee  <wbolster@gnome.org>
3010
3011         * backend/ev-document-factory.c:
3012         * configure.ac:
3013         Assigned OpenDocument presenation MIME type to the
3014         Impress backend. Added some missing (but harmless)
3015         #ifdefs in the document factory as well to make things
3016         consistent again. Fixes bug #360658.
3017
3018 2006-10-08  Christian Persch  <chpe@cvs.gnome.org>
3019
3020         * backend/ev-async-renderer.c: (ev_async_renderer_get_type):
3021         * backend/ev-document-find.c: (ev_document_find_get_type):
3022         * backend/ev-document-fonts.c: (ev_document_fonts_get_type):
3023         * backend/ev-document-links.c: (ev_document_links_get_type):
3024         * backend/ev-document-security.c: (ev_document_security_get_type):
3025         * backend/ev-document-thumbnails.c:
3026         (ev_document_thumbnails_get_type):
3027         * backend/ev-document.c: (ev_document_get_type):
3028         * backend/ev-ps-exporter.c: (ev_ps_exporter_get_type):
3029         * backend/ev-selection.c: (ev_selection_get_type):
3030         * cut-n-paste/recent-files/egg-recent-model.c:
3031         (egg_recent_model_get_type):
3032         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
3033         (egg_recent_view_uimanager_get_type):
3034         * cut-n-paste/recent-files/egg-recent-view.c:
3035         (egg_recent_view_get_type):
3036         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
3037         (egg_editable_toolbar_get_type):
3038         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
3039         (egg_toolbar_editor_get_type):
3040         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
3041         (egg_toolbars_model_get_type):
3042         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
3043         (egg_tree_multi_drag_source_get_type):
3044         * cut-n-paste/zoom-control/ephy-zoom-action.c:
3045         (ephy_zoom_action_get_type):
3046         * cut-n-paste/zoom-control/ephy-zoom-control.c:
3047         (ephy_zoom_control_get_type):
3048         * impress/r_back.c: (_imp_fill_back):
3049         * properties/ev-properties-main.c:
3050         (ev_properties_plugin_register_type):
3051         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type):
3052         * shell/ev-view-accessible.c: (ev_view_accessible_get_type),
3053         (ev_view_accessible_factory_get_type):
3054
3055         Reduce relocations. Bug #360616.
3056
3057 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3058
3059         * backend/ev-document-factory.c:
3060         (ev_document_factory_get_document):
3061         
3062         Load document even if extension is wrong.
3063
3064 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3065
3066         * shell/ev-metadata-manager.c: (save_values):
3067         * shell/ev-window.c: (setup_size_from_metadata),
3068         (setup_view_from_metadata), (ev_window_setup_document),
3069         (ev_window_xfer_job_cb), (window_configure_event_cb):
3070         
3071         Set size according to the document size/page size ratio.
3072         That should correct rather wierd behaviour of the previous
3073         commit.
3074
3075 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3076
3077         * shell/ev-window.c: (setup_view_from_metadata):
3078         
3079         Set size for new windows from previous window size.
3080         See bugs #354968 and #168450 for details. Thanks
3081         to Meik Hellmund.
3082
3083 2006-10-01  Carlos Garcia Campos  <carlosgc@gnome.org>
3084
3085         * djvu/djvu-links.c: (build_tree):
3086
3087         Fix memory leak.
3088
3089 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3090
3091         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_set_document):
3092         
3093         Don't make sidebar close button insensitive. Fixes
3094         bug #357871.
3095
3096 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3097
3098         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
3099         (ev_window_set_view_accels_sensitivity):
3100         
3101         Don't enable Slash on documents which don't support
3102         find. Fixes bug #358648.
3103
3104 2006-10-01  Wouter Bolsterlee  <wbolster@gnome.org>
3105
3106         * shell/ev-window.c: (ev_window_cmd_file_open): Make the
3107         open dialog fall back to the current document uri if the
3108         filechooser hasn't been used before. Fixes bug #356980.
3109
3110 2006-09-24  Mathias Hasselmann  <mathias.hasselmann@gmx.de>
3111
3112         * shell/ev-window.c: (ev_window_setup_recent), 
3113         (ev_window_get_recent_file_label):
3114
3115         Escape underscores in filenames of recent file items.
3116
3117 2006-09-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3118
3119         * configure.ac:
3120         
3121         Bumped poppler requirements, really 0.5.3 is very 
3122         buggy, now we require 0.5.4.
3123
3124 2006-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3125
3126         * djvu/Makefile.am:
3127         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
3128         (djvu_document_find_iface_init), (djvu_document_links_get_links),
3129         (djvu_document_document_links_iface_init):
3130         * djvu/djvu-links.c: (number_from_miniexp), (string_from_miniexp),
3131         (number_from_string_10), (get_djvu_link_dest),
3132         (get_djvu_link_action), (build_tree), (get_djvu_hyperlink_area),
3133         (get_djvu_hyperlink_mapping), (djvu_links_has_document_links),
3134         (djvu_links_get_links), (djvu_links_find_link_dest),
3135         (djvu_links_get_links_model):
3136         * djvu/djvu-links.h:
3137         
3138         Add support for links and bookmarks in djvu documents. Thanks
3139         to Pauli Virtanen <pauli.virtanen@iki.fi> for the wonderful
3140         patch.
3141
3142 2006-09-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3143
3144         * shell/ev-application.c: (ev_application_open_uri_at_dest):
3145         
3146         Reopen should reload document. Fixes 
3147         bug 327951.
3148
3149 2006-09-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3150
3151         * configure.ac:
3152         * data/Makefile.am:
3153         * data/evince-16.png:
3154         * data/evince-22.png:
3155         * data/evince.png:
3156         * data/evince.svg:
3157         * data/icons/16x16/Makefile.am:
3158         * data/icons/16x16/evince.png:
3159         * data/icons/22x22/Makefile.am:
3160         * data/icons/22x22/evince.png:
3161         * data/icons/48x48/Makefile.am:
3162         * data/icons/48x48/evince.png:
3163         * data/icons/Makefile.am:
3164         * data/icons/scalable/Makefile.am:
3165         * data/icons/scalable/evince.svg:
3166         
3167         Install icons with correct names. Fixes
3168         bug #354429.
3169
3170 2006-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
3171
3172         * shell/ev-view.c: (ev_view_button_release_event):
3173
3174         Don't open links with middle mouse button. Fixes bug #353649
3175
3176 2006-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3177
3178         * NEWS:
3179         * configure.ac:
3180         
3181         Update for release 0.6.0
3182
3183 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3184
3185         * shell/ev-window.c: (ev_window_xfer_job_cb), (do_action_named):
3186         Implement Close named action. Patch by Carlos Garcia Campos.
3187
3188 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3189
3190         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
3191         
3192         Don't clear link mapping on copy_job_to_job_info. Fixes
3193         bug 346168.
3194
3195 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
3196
3197         * shell/main.c: (main):
3198
3199         Revert my previous commit, gnome_program_init owns the option context.
3200         Fix another memory leak in main. Both caught by Christian Persch. 
3201
3202 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
3203
3204         * shell/main.c: (main):
3205
3206         Fix memory leak.
3207
3208 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
3209
3210         * backend/ev-document-factory.c: (ev_document_factory_get_document):
3211
3212         Fix crash when opening a pdf with password protection. 
3213
3214 2006-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3215
3216         * pdf/ev-poppler.cc: (pdf_document_search_free):
3217
3218         Fix memory leak. 
3219
3220 2006-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3221
3222         * backend/ev-document-factory.c:
3223         (ev_document_factory_get_document):
3224         * tiff/tiff-document.c: (tiff_document_finalize):
3225         
3226         More correct handling of document loading. Fixes
3227         bug #349043.
3228
3229 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3230
3231         * backend/ev-attachment.c: (ev_attachment_save):
3232
3233         Remove GNOME_VFS_OPEN_TRUNCATE flag which is only available with
3234         gnome-vfs >= 2.9.3 and it's not really needed. Fixes bug #351493
3235
3236 2006-08-15  Julien Rebetez  <julienr@cvs.gnome.org>
3237         
3238         * shell/ev-window.c: (ev_window_cmd_recent_file_activate):
3239         Fixed a compilation error if HAVE_GTK_RECENT isn't defined.
3240
3241 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3242
3243         * shell/ev-sidebar-thumbnails.c:
3244
3245         Do not render thumbnails unless thumbnails page is active in the
3246         sidebar.
3247
3248 2006-08-14  Christian Persch  <chpe@cvs.gnome.org>
3249
3250         * shell/ev-properties-dialog.c:
3251
3252         Fix dialogue spacing. Bug #351370.
3253
3254 2006-08-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
3255
3256         * configure.ac:
3257
3258         Use lowercase gettext catalog file names (evince.mo
3259         instead of Evince.mo)
3260
3261 2006-08-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3262
3263         * shell/ev-sidebar-attachments.c:
3264
3265         GtkIconTheme is now screen safe too. Fixes bug #350878
3266
3267 2006-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3268
3269         * shell/ev-window.c:
3270
3271         GtkRecent manager is now screen safe. Fixes bug #350145
3272
3273 2006-08-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3274
3275         * shell/ev-sidebar.c: (ev_sidebar_init):
3276         
3277         Make sidebar close icon smaller. Fix for bug 350177.
3278         See also bugs 350176 and 165770.
3279
3280 2006-08-10  Carlos Garcia Campos  <carlosgc@gnome.org>
3281
3282         * shell/ev-view.c: (goto_fith_dest), (goto_fit_dest), (goto_xyz_dest):
3283
3284         Ignore zoom for xyz destinations when it's <= 1, keeping user
3285         preferences instead. Set correct sizing-mode for fith and fitv
3286         destinations rather than EV_SIZING_FREE. Fixes bug #349433
3287
3288 2006-08-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3289
3290         * NEWS:
3291         * configure.ac:
3292         
3293         Update for release 0.5.5
3294
3295 2006-08-07  Radoslav Dorcik <dixiecko@gmail.com>
3296         
3297         * shell/ev-window.c: (ev_window_cmd_escape)
3298
3299         Escape unfocus page entry. Fixes bug #345809.
3300
3301 2006-08-06  Carlos Garcia Campos  <carlosgc@gnome.org>
3302
3303         * pdf/ev-poppler.cc: (ev_link_dest_from_dest), (ev_link_from_action),
3304         (build_tree), (pdf_document_links_get_links),
3305         (pdf_document_links_find_link_dest):
3306         * shell/ev-view.c: (goto_fitr_dest), (goto_fith_dest),
3307         (goto_xyz_dest):
3308
3309         Convert from PDF style coordinates to X style coordinates in the
3310         backend rather than in the view. Fixes bug #338440
3311
3312 2006-08-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3313
3314         * shell/ev-window.c:
3315         
3316         Remove Ctrl+Shift+T shortcut for toolbars. See
3317         the bug #350098.
3318
3319 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
3320
3321         * configure.ac:
3322
3323         Use [] in AC_DEFINE for GtkRecent. Probably build was failing because
3324         of this. 
3325
3326 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
3327
3328         * configure.ac:
3329         * cut-n-paste/Makefile.am:
3330         * data/evince-ui.xml:
3331         * shell/Makefile.am:
3332         * shell/ev-application.[ch]:
3333         * shell/ev-window.c:
3334
3335         Use GtkRecent instead of EggRecent when it's available. Fixes bug
3336         #349273
3337
3338 2006-08-04  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
3339
3340         * shell/eggfindbar.c: (egg_find_bar_init): Fixed typo in
3341         findbar code: s/help/search/
3342
3343 2006-08-04  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
3344
3345         * shell/ev-window.c: (setup_document_from_metadata),
3346         (setup_chrome_from_metadata), (setup_sidebar_from_metadata),
3347         (setup_view_from_metadata):
3348         
3349         Fix memory leaks.
3350
3351 2006-07-31  Christian Persch  <chpe@cvs.gnome.org>
3352
3353         * autogen.sh, configure.ac: 
3354         
3355         Update automake usage. See bug 349292.
3356
3357 2006-07-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3358
3359         * shell/eggfindbar.c: (egg_find_bar_class_init),
3360         (entry_activate_callback), (egg_find_bar_init),
3361         (egg_find_bar_set_status_text):
3362         * shell/eggfindbar.h:
3363         
3364         Unify Evince findbar with Epiphany. Nice patch
3365         from Fabricio Silva <silva@crans.org> and
3366         Frederic Peters <fpeters@entrouvert.com>. See
3367         bug #339966 for details.
3368
3369 2006-07-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3370
3371         * data/evince.desktop.in.in:
3372         
3373         Correct information for bugzilla. Thanks to
3374         Olaf Vitters, see bug #348855.
3375
3376 2006-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
3377
3378         * shell/ev-jobs.[ch]:
3379         * shell/ev-sidebar-links.c:
3380         * shell/ev-window.[ch]:
3381
3382         GtkPrintJob doesn't support print ranges or current page, so we export
3383         to a ps file now when printing ranges or current page.
3384
3385 2006-07-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3386
3387         * pdf/ev-poppler.cc:
3388         * shell/ev-window.c: (do_action_named):
3389
3390         We should be more clear about bugzilla. See the
3391         poppler bug #7623.
3392
3393 2006-07-23  Carlos Garcia Campos  <carlosgc@gnome.org>
3394
3395         * configure.ac:
3396         * shell/Makefile.am:
3397         * shell/ev-job-queue.c:
3398         * shell/ev-jobs.[ch]:
3399         * shell/ev-sidebar-links.c:
3400         * shell/ev-window.[ch]:
3401         
3402         Use GtkPrint instead of GnomePrint when it's available. Fixes bug
3403         #348422
3404
3405 2006-07-17  Carlos Garcia Campos  <carlosgc@gnome.org>
3406
3407         * data/evince-toolbar.xml: Add preview toolbar (hidden by default)
3408         * shell/ev-application-service.xml:
3409         * shell/ev-application.[ch]:
3410         * shell/ev-jobs.[ch]:
3411         * shell/ev-window.[ch]: (ev_window_run_preview):
3412         * shell/main.c: 
3413
3414         Add preview mode to use evince as a printing previewer. It also adds
3415         other command line options for fullscreen and presentation modes.
3416         Fixes bugs #347822, #317031
3417
3418 2006-07-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3419
3420         * NEWS:
3421         * configure.ac:
3422         
3423         Update for release 0.5.4
3424
3425 2006-07-11  Bastien Nocera <hadess@hadess.net>
3426
3427         * Makefile.am:
3428         * backend/Makefile.am:
3429         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
3430         * backend/ev-document-factory.h:
3431         * configure.ac:
3432         * impress/.cvsignore:
3433         * impress/Makefile.am:
3434         * impress/common.h:
3435         * impress/document.c: (_imp_load_xml), (imp_open), (imp_nr_pages),
3436         (imp_get_page), (imp_next_page), (imp_prev_page),
3437         (imp_get_page_no), (imp_get_page_name), (imp_get_xml), (imp_close):
3438         * impress/f_oasis.c: (render_object), (render_page),
3439         (get_geometry), (_imp_oasis_load):
3440         * impress/f_oo13.c: (render_object), (render_page), (get_geometry),
3441         (_imp_oo13_load):
3442         * impress/iksemel.c: (iks_malloc), (iks_free), (iks_set_mem_funcs),
3443         (iks_strdup), (iks_strcat), (iks_strcmp), (iks_strcasecmp),
3444         (iks_strncmp), (iks_strncasecmp), (iks_strlen), (iks_escape),
3445         (iks_unescape), (find_space), (iks_stack_new), (iks_stack_alloc),
3446         (iks_stack_strdup), (iks_stack_strcat), (iks_stack_stat),
3447         (iks_stack_delete), (iks_sax_new), (iks_sax_extend),
3448         (iks_parser_stack), (iks_user_data), (iks_nr_bytes),
3449         (iks_nr_lines), (stack_init), (stack_expand), (sax_core),
3450         (iks_parse), (iks_parser_reset), (iks_parser_delete), (iks_new),
3451         (iks_new_within), (iks_insert), (iks_insert_cdata),
3452         (iks_insert_attrib), (iks_insert_node), (iks_hide), (iks_delete),
3453         (iks_next), (iks_next_tag), (iks_prev), (iks_prev_tag),
3454         (iks_parent), (iks_root), (iks_child), (iks_first_tag),
3455         (iks_attrib), (iks_find), (iks_find_cdata), (iks_find_attrib),
3456         (iks_find_with_attrib), (iks_stack), (iks_type), (iks_name),
3457         (iks_cdata), (iks_cdata_size), (iks_has_children),
3458         (iks_has_attribs), (escape_size), (my_strcat), (escape),
3459         (iks_string), (iks_copy_within), (iks_copy), (tagHook),
3460         (cdataHook), (deleteHook), (iks_dom_new), (iks_set_size_hint),
3461         (iks_tree), (iks_load), (iks_save):
3462         * impress/iksemel.h:
3463         * impress/imposter.h:
3464         * impress/impress-document.c: (G_DEFINE_TYPE_WITH_CODE),
3465         (imp_render_draw_bezier_real), (imp_render_get_size),
3466         (imp_render_set_fg_color), (imp_render_draw_line),
3467         (imp_render_draw_rect), (imp_render_draw_polygon),
3468         (imp_render_draw_arc), (imp_render_draw_bezier),
3469         (imp_render_open_image), (imp_render_get_image_size),
3470         (imp_render_scale_image), (imp_render_draw_image),
3471         (imp_render_close_image), (imp_render_markup),
3472         (imp_render_get_text_size), (imp_render_draw_text),
3473         (impress_document_load), (impress_document_save),
3474         (impress_document_get_n_pages), (impress_document_get_page_size),
3475         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
3476         (impress_document_finalize), (impress_document_class_init),
3477         (impress_document_can_get_text), (impress_document_get_info),
3478         (impress_document_document_iface_init),
3479         (impress_document_thumbnails_get_thumbnail),
3480         (impress_document_thumbnails_get_dimensions),
3481         (impress_document_document_thumbnails_iface_init),
3482         (impress_document_init):
3483         * impress/impress-document.h:
3484         * impress/internal.h:
3485         * impress/r_back.c: (_imp_fill_back):
3486         * impress/r_draw.c: (_imp_draw_rect), (_imp_draw_line_end),
3487         (_imp_draw_image), (_imp_tile_image):
3488         * impress/r_geometry.c: (r_parse_color), (r_get_color), (fg_color),
3489         (r_get_x), (r_get_y), (r_get_angle), (r_get_viewbox), (r_polygon),
3490         (r_polyline):
3491         * impress/r_gradient.c: (poly_rotate), (r_draw_gradient_simple),
3492         (r_draw_gradient_complex), (r_draw_gradient):
3493         * impress/r_style.c: (get_style), (r_get_style), (get_style_x),
3494         (r_get_bullet):
3495         * impress/r_text.c: (add_line), (add_span), (calc_sizes),
3496         (calc_pos), (_imp_draw_layout), (text_span), (text_p), (text_list),
3497         (r_text):
3498         * impress/render.c: (imp_create_context), (imp_context_set_page),
3499         (imp_context_set_step), (imp_render), (imp_delete_context):
3500         * impress/render.h:
3501         * impress/zip.c: (zip_error), (find_cd), (get_long), (get_word),
3502         (list_files), (zip_open), (zip_close), (find_file), (seek_file),
3503         (zip_load_xml), (zip_get_size), (zip_load):
3504         * impress/zip.h:
3505         * shell/ev-utils.c:
3506         
3507         New backend to support impress slides. Fixes bug #30867.
3508
3509 2006-07-10  Ghee Teo  <ghee.teo@sun.com>
3510
3511         * shell/ev-utils.c: (using_postscript_printer):
3512         
3513         Fixes crash when print using PAPI backend,
3514         bug #345012.
3515
3516 2006-06-09  Pat Rondon  <pmr@patrondon.org>
3517
3518         * shell/ev-jobs.c: (ev_job_xfer_run):
3519         * shell/ev-window.c: (password_dialog_response),
3520         (ev_window_popup_password_dialog), (ev_window_xfer_job_cb),
3521         (ev_window_dispose):
3522         Fixes bug #344160: if the xfer job doesn't complete
3523         because a password is required, reload the existing
3524         instance instead of creating a new one.
3525
3526 2006-06-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3527
3528         * shell/main.c: (main): Call gdk_threads_init. Thus
3529         we'll avoid errors in auth dialog. Fix for the bug
3530         #343347.
3531
3532 2006-06-01  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
3533
3534         * configure.ac: Advertise pixbuf support, fix
3535         for the bug 343317.
3536
3537 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3538
3539         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_refresh),
3540         (ev_sidebar_thumbnails_set_document):
3541         
3542         Update sidebar thumbnails after reloading.
3543
3544 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3545
3546         * shell/ev-jobs.c: (ev_job_xfer_dispose), (ev_job_xfer_new):
3547         * shell/ev-jobs.h:
3548         * shell/ev-window.c: (ev_window_xfer_job_cb), (ev_window_open_uri),
3549         (ev_window_cmd_view_reload), (ev_window_init):
3550         
3551         Don't crash on reload. Fix for the bug #343167.
3552
3553 2006-05-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3554
3555         * shell/ev-jobs.c: (ev_job_render_run):
3556         
3557         Check for document links.
3558
3559 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3560
3561         * backend/ev-attachment.c: (ev_attachment_save),
3562         (ev_attachment_launch_app), (ev_attachment_open):
3563         * backend/ev-document-factory.c: (get_document_from_uri):
3564         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
3565         (egg_recent_view_uimanager_set_list):
3566         * ps/ps-document.c: (check_filecompressed), (document_load),
3567         (ps_document_load):
3568         * shell/ev-metadata-manager.c: (load_values):
3569         * shell/ev-password.c: (ev_password_dialog_set_property):
3570         * shell/ev-view.c: (tip_from_link):
3571         * shell/ev-window.c: (file_save_dialog_response_cb),
3572         (ev_window_print_dialog_response_cb):
3573         
3574         Use consistent quoting style. Fix for the bug #320285.
3575
3576 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3577
3578         * shell/ev-jobs.c: (ev_job_xfer_run):
3579         * shell/main.c: (load_files):
3580                 
3581         Open links with anchors. Fix for the bug #339836.
3582
3583 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3584
3585         * backend/ev-link-dest.c: (ev_link_dest_type_get_type),
3586         (ev_link_dest_get_page_label), (ev_link_dest_get_property),
3587         (ev_link_dest_set_property), (ev_link_dest_finalize),
3588         (ev_link_dest_class_init), (ev_link_dest_new_named),
3589         (ev_link_dest_new_page_label):
3590         * backend/ev-link-dest.h:
3591         * shell/ev-application.c: (ev_application_open_uri):
3592         * shell/ev-view.c: (goto_dest):
3593         * shell/ev-window.c:
3594         * shell/ev-window.h:
3595         
3596         Fix page-label command line option. Bug #342070.
3597
3598 2006-05-27  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
3599
3600         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
3601         
3602         Don't show highlight rects if page can't be showed. Fix for 
3603         the bug #342076
3604
3605 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3606
3607         * shell/ev-window.c: (setup_sidebar_from_metadata),
3608         (ev_window_sidebar_visibility_changed_cb), (ev_window_init):
3609         
3610         Setup sidebar from metadata even if there is no document
3611         loaded. Fix for the bug #342807.
3612
3613 2006-05-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3614
3615         * cut-n-paste/toolbar-editor/Makefile.am:
3616         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
3617         (get_dock_position), (get_toolbar_position), (get_toolbar_nth),
3618         (find_action), (drag_data_delete_cb), (drag_begin_cb),
3619         (drag_end_cb), (drag_data_get_cb), (move_item_cb),
3620         (remove_item_cb), (remove_toolbar_cb), (popup_context_deactivate),
3621         (popup_context_menu_cb), (button_press_event_cb),
3622         (configure_item_sensitivity), (configure_item_cursor),
3623         (configure_item_tooltip), (connect_widget_signals),
3624         (action_sensitive_cb), (create_item_from_action),
3625         (create_item_from_position), (toolbar_drag_data_received_cb),
3626         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
3627         (toolbar_drag_leave_cb), (configure_drag_dest),
3628         (toggled_visibility_cb), (toolbar_visibility_refresh),
3629         (create_dock), (toolbar_changed_cb), (unparent_fixed),
3630         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
3631         (item_added_cb), (item_removed_cb), (egg_editable_toolbar_build),
3632         (egg_editable_toolbar_set_model), (egg_editable_toolbar_init),
3633         (egg_editable_toolbar_dispose),
3634         (egg_editable_toolbar_set_ui_manager),
3635         (egg_editable_toolbar_get_selected),
3636         (egg_editable_toolbar_set_selected), (set_edit_mode),
3637         (egg_editable_toolbar_set_property),
3638         (egg_editable_toolbar_get_property),
3639         (egg_editable_toolbar_class_init), (egg_editable_toolbar_new),
3640         (egg_editable_toolbar_new_with_model),
3641         (egg_editable_toolbar_get_edit_mode),
3642         (egg_editable_toolbar_set_edit_mode),
3643         (egg_editable_toolbar_add_visibility), (egg_editable_toolbar_show),
3644         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed):
3645         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
3646         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (compare_items),
3647         (item_added_or_removed_cb), (toolbar_removed_cb),
3648         (egg_toolbar_editor_set_model), (egg_toolbar_editor_class_init),
3649         (egg_toolbar_editor_finalize), (drag_begin_cb), (drag_end_cb),
3650         (drag_data_get_cb), (set_drag_cursor), (editor_create_item),
3651         (editor_create_item_from_name), (append_table),
3652         (update_editor_sheet), (egg_toolbar_editor_init):
3653         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
3654         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
3655         (egg_toolbars_model_to_xml), (egg_toolbars_model_save_toolbars),
3656         (is_unique), (toolbar_node_new), (item_node_new), (item_node_free),
3657         (toolbar_node_free), (egg_toolbars_model_get_flags),
3658         (egg_toolbars_model_set_flags), (egg_toolbars_model_get_data),
3659         (egg_toolbars_model_get_name), (impl_add_item),
3660         (egg_toolbars_model_add_item), (egg_toolbars_model_add_toolbar),
3661         (parse_data_list), (parse_item_list), (parse_toolbars),
3662         (egg_toolbars_model_load_toolbars), (parse_available_list),
3663         (parse_names), (egg_toolbars_model_load_names),
3664         (egg_toolbars_model_class_init), (egg_toolbars_model_init),
3665         (egg_toolbars_model_finalize), (egg_toolbars_model_remove_toolbar),
3666         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
3667         (egg_toolbars_model_delete_item), (egg_toolbars_model_n_items),
3668         (egg_toolbars_model_item_nth), (egg_toolbars_model_n_toolbars),
3669         (egg_toolbars_model_toolbar_nth), (egg_toolbars_model_get_types),
3670         (egg_toolbars_model_set_types), (fill_avail_array),
3671         (egg_toolbars_model_get_name_avail),
3672         (egg_toolbars_model_get_name_flags),
3673         (egg_toolbars_model_set_name_flags):
3674         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
3675         * cut-n-paste/toolbar-editor/eggintl.h:
3676         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
3677         (egg_tree_multi_drag_source_get_type),
3678         (egg_tree_multi_drag_source_row_draggable),
3679         (egg_tree_multi_drag_source_drag_data_delete),
3680         (egg_tree_multi_drag_source_drag_data_get), (stop_drag_check),
3681         (egg_tree_multi_drag_button_release_event), (selection_foreach),
3682         (path_list_free), (set_context_data), (get_context_data),
3683         (get_info), (egg_tree_multi_drag_drag_data_get),
3684         (egg_tree_multi_drag_motion_event),
3685         (egg_tree_multi_drag_button_press_event),
3686         (egg_tree_multi_drag_add_drag_support):
3687         * cut-n-paste/toolbar-editor/eggtreemultidnd.h:
3688         * shell/ev-application.c: (ev_application_init),
3689         (ev_application_save_toolbars_model):
3690         * shell/ev-window.c: (ev_window_create_fullscreen_popup),
3691         (ev_window_cmd_edit_toolbar), (ev_window_init):
3692         
3693         Sync toolbareditor with epiphany and libegg
3694
3695 2006-05-23  Carlos Garcia Campos  <carlosgc@gnome.org>
3696
3697         * configure.ac: 
3698
3699         Depend on poppler 0.5.2
3700
3701 2006-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3702
3703         * shell/ev-jobs.c: (ev_job_render_run):
3704         
3705         Check if document supports links iterface.
3706
3707 2006-05-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3708
3709         * NEWS:
3710         * configure.ac:
3711         
3712         Update for release 0.5.3
3713
3714 2006-05-13  Michael Plump  <plumpy@skylab.org>
3715
3716         * configure.ac:
3717         * shell/Makefile.am:
3718         * shell/main.c: (main):
3719         
3720         Port to GOption command line parsing. Fix for the 
3721         bug #327518
3722
3723 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3724
3725         * shell/ev-window.c: (ev_window_cmd_help_about):
3726         
3727         Do not wrap license. Fix for the bug #309460.
3728
3729 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3730
3731         * configure.ac:
3732         * properties/ev-properties-main.c: (ev_properties_get_pages):
3733         * shell/ev-application.c: (ev_application_open_window),
3734         (ev_application_open_uri_at_dest):
3735         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
3736         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
3737         (ev_sidebar_thumbnails_use_icon_view), (page_changed_cb):
3738         * shell/ev-utils.c: (save_print_config_to_file):
3739         * shell/ev-window.c: (ev_window_cmd_save_as),
3740         (ev_attachment_popup_cmd_save_attachment_as):
3741         * shell/main.c: (load_files_remote):
3742         
3743         Bump requirements to gtk 2.8 and drop all ifdefs used.
3744
3745 2006-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3746
3747         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
3748         * shell/ev-window.c: (ev_window_init):
3749         
3750         Show attachments page.
3751
3752 2006-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3753
3754         * po/POTFILES.in:
3755         * shell/ev-attachment-bar.c:
3756         * shell/ev-attachment-bar.h:
3757         * shell/ev-sidebar-attachments.c:
3758         (ev_sidebar_attachments_icon_cache_add),
3759         (icon_theme_get_pixbuf_from_mime_type),
3760         (ev_sidebar_attachments_icon_cache_get), (icon_cache_update_icon),
3761         (ev_sidebar_attachments_icon_cache_refresh),
3762         (ev_sidebar_attachments_get_attachment_at_pos),
3763         (ev_sidebar_attachments_popup_menu_show),
3764         (ev_sidebar_attachments_popup_menu),
3765         (ev_sidebar_attachments_button_press),
3766         (ev_sidebar_attachments_update_icons),
3767         (ev_sidebar_attachments_drag_data_get),
3768         (ev_sidebar_attachments_get_property),
3769         (ev_sidebar_attachments_destroy),
3770         (ev_sidebar_attachments_class_init), (ev_sidebar_attachments_init),
3771         (ev_sidebar_attachments_new),
3772         (ev_sidebar_attachments_set_document),
3773         (ev_sidebar_attachments_support_document),
3774         (ev_sidebar_attachments_get_label),
3775         (ev_sidebar_attachments_page_iface_init):
3776         * shell/ev-sidebar-attachments.h:
3777         * shell/ev-window.c: (update_chrome_visibility),
3778         (setup_sidebar_from_metadata), (ev_window_setup_document),
3779         (ev_window_sidebar_current_page_changed_cb),
3780         (attachment_bar_menu_popup_cb), (ev_window_init):
3781         
3782         Move attachments bar to sidebar.
3783
3784 2006-05-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3785
3786         * pdf/ev-poppler.cc:
3787         * shell/ev-application.[ch]:
3788         * shell/main.c:
3789
3790         Fix some memory leaks.
3791
3792 2006-05-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
3793
3794         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
3795
3796         Change the properties dialog response to
3797         GTK_RESPONSE_CANCEL instead of GTK_RESPONSE_CLOSE. This
3798         will make the dialog go away when the user presses
3799         enter. With gtk+ >= 2.9 this will happen anyway, but for
3800         older gtk+ versions only GTK_RESPONSE_CANCEL is bound to
3801         escape by default. Fixes bug #340539. See also bug
3802         #101293 for the gtk+ part.
3803
3804 2006-05-08  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
3805
3806         * shell/ev-view.c (tip_from_action_named): Replace some strings
3807         that were wrong. Closes #340970.
3808
3809 2006-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3810
3811         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
3812
3813         Update sidebar chrome flag when sidebar visibility changes. Fixes bug
3814         #341049
3815
3816 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3817
3818         * djvu/Makefile.am:
3819         * dvi/Makefile.am:
3820         * dvi/mdvi-lib/Makefile.am:
3821         * properties/Makefile.am:
3822         * ps/Makefile.am:
3823         * shell/Makefile.am:
3824         * thumbnailer/Makefile.am:
3825         
3826         Due to broken libtool that is unable to track dependencies
3827         of noinst libraries we are forced to explicitely point
3828         libraries for binary. Fix for the bug #333334.
3829
3830 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3831
3832         * data/evince.desktop.in.in:
3833         * shell/ev-view.c: (view_update_range_and_current_page),
3834         (ev_view_next_page), (ev_view_previous_page):
3835         * shell/ev-window.c: (update_chrome_visibility),
3836         (setup_sidebar_from_metadata), (ev_window_setup_document),
3837         (ev_window_update_fullscreen_popup), (fullscreen_timeout_cb),
3838         (fullscreen_set_timeout), (fullscreen_clear_timeout),
3839         (fullscreen_motion_notify_cb), (ev_window_run_fullscreen),
3840         (ev_window_stop_fullscreen), (ev_window_run_presentation),
3841         (ev_window_stop_presentation), (ev_window_focus_in_event),
3842         (ev_window_focus_out_event), (ev_window_view_sidebar_cb),
3843         (ev_window_init):
3844         * thumbnailer/Makefile.am:
3845         
3846         Update fullscreen and presentation timeout handling. Hide
3847         cursor in presentation after timeout. Fix for the bugs
3848         #136359 and #336981.
3849
3850 2006-05-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3851
3852         * backend/ev-link-action.[ch]:
3853         * pdf/ev-poppler.cc: (ev_link_from_action):
3854         * shell/ev-view-private.h:
3855         * shell/ev-view.c: (ev_view_handle_link), (tip_from_action_named):
3856         * shell/ev-window.c: (do_action_named), (view_external_link_cb):
3857
3858         Add support for Named Action links
3859
3860 2006-05-02  Carlos Garcia Campos  <carlosgc@gnome.org>
3861
3862         * backend/Makefile.am:
3863         * backend/ev-document-links.[ch]:
3864         * backend/ev-document.[ch]:
3865         * backend/ev-link-action.[ch]:
3866         * backend/ev-link-dest.[ch]:
3867         * backend/ev-link.[ch]:
3868         * pdf/ev-poppler.cc: (pdf_document_find_link_dest),
3869         (ev_link_dest_from_dest), (ev_link_from_action), (build_tree):
3870         * shell/ev-page-action.c: (build_new_tree_cb):
3871         * shell/ev-sidebar-links.c: (get_page_from_dest), (print_section_cb),
3872         (links_page_num_func), (update_page_callback):
3873         * shell/ev-view.[ch]: (ev_view_goto_dest), (ev_view_handle_link),
3874         (tip_from_link):
3875         * shell/ev-jobs.c:
3876         * shell/ev-window.[ch]: (ev_window_open_uri),
3877         (sidebar_links_link_activated_cb), (ev_view_popup_cmd_open_link):
3878         * shell/ev-application.[ch]: (ev_application_open_window),
3879         (ev_application_open_uri):
3880
3881         Rework links system, it adds support for remote links now and it makes
3882         easier to add new kinds of actions and destinations. Fixes bug #317292
3883
3884 2006-05-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3885
3886         * data/Makefile.am:
3887         * data/evince.png:
3888         * data/evince-16.png:
3889         * data/evince-22.png:
3890         * data/evince.svg:
3891         * shell/main.c: (main):
3892         
3893         Evince use it's own icon. Fix for the bug #313392.
3894
3895         * shell/ev-window.c: (fullscreen_timeout_cb),
3896         (fullscreen_set_timeout), (fullscreen_clear_timeout),
3897         (ev_window_cmd_help_about), (ev_window_dispose):
3898         
3899         Simplify fullscreen timeout code.
3900
3901 2006-04-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3902
3903         * backend/ev-attachment.c: 
3904         * shell/ev-attachment-bar.c:
3905         * shell/ev-window.c:
3906
3907         Allow multiple selection of attachments
3908
3909 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3910
3911         * shell/ev-view.c: (view_update_range_and_current_page),
3912         (ev_view_scroll):
3913         
3914         Fix for the bug #312573 – Optimal selection of current 
3915         page among visible pages.
3916
3917 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3918
3919         * configure.ac:
3920         * djvu/Makefile.am:
3921         * djvu/djvu-text.h:
3922         
3923         Update to djvulibre-3.5.17, now it uses pkg-config. Fix
3924         for the bug 339868.
3925
3926 2006-04-22  Kjartan Maraas  <kmaraas@gnome.org>
3927
3928         * configure.ac: Fix the LINGUAS stuff here too so it builds.
3929
3930 2006-04-21  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
3931
3932         * shell/ev-window.c: Add ellipsis to the Find... menu item, as
3933         dictated by the GNOME HIG. Fixes bug #339235.
3934
3935 2006-04-20  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
3936
3937         * data/evince-ui.xml:
3938         * shell/ev-view.c: (ev_view_can_find_previous):
3939         * shell/ev-view.h:
3940         * shell/ev-window.c: (ev_window_update_actions),
3941         (ev_window_cmd_edit_find_previous):
3942
3943         Add support for "Find Previous" as dictated by the GNOME HIG. A
3944         menu item is added and some glue code to make it all work is added
3945         to various files.
3946
3947 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
3948
3949         * configure.ac: Award myself the "useless use of cat" award.
3950
3951 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
3952
3953         * po/LINGUAS: New file listing all supported languages.
3954
3955         * configure.in: Use po/LINGUAS instead of including all languages
3956         directly in this file. See the wiki for more information:
3957         http://live.gnome.org/GnomeGoals/PoLinguas
3958
3959 2006-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
3960
3961         * backend/ev-document-factory.c:
3962
3963         Do not load the document twice when there isn't errors
3964
3965 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3966
3967         * backend/ev-attachment.c: 
3968
3969         Fix a crash when there isn't a default application to open an
3970         attachment
3971
3972 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3973
3974         * backend/ev-attachment.[ch]:
3975         * shell/ev-attachment-bar.[ch]:
3976
3977         Added missing files. 
3978
3979 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3980
3981         * backend/Makefile.am:
3982         * data/evince-ui.xml:
3983         * backend/ev-attachment.[ch]:
3984         * backend/ev-document.[ch]: (ev_document_has_attachments),
3985         (ev_document_get_attachments):
3986         * pdf/ev-poppler.cc: (pdf_document_has_attachments),
3987         (attachment_save_to_buffer), (pdf_document_get_attachments),
3988         (pdf_document_document_iface_init):
3989         * shell/Makefile.am:
3990         * shell/ev-attachment-bar.[ch]:
3991         * shell/ev-window.c:
3992
3993         Add support for PDF attachments. Fixes bug #325143
3994
3995 2006-04-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3996
3997         * backend/ev-document-factory.c: (get_document_from_uri),
3998         (ev_document_factory_get_document):
3999         * backend/ev-document-factory.h:
4000         * properties/ev-properties-main.c: (ev_properties_get_pages):
4001         * shell/Makefile.am:
4002         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
4003         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
4004         (ev_job_queue_remove_job):
4005         * shell/ev-job-queue.h:
4006         * shell/ev-job-xfer.c:
4007         * shell/ev-job-xfer.h:
4008         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
4009         (ev_job_fonts_new), (ev_job_fonts_run), (ev_job_xfer_init),
4010         (ev_job_xfer_dispose), (ev_job_xfer_class_init), (ev_job_xfer_new),
4011         (ev_job_xfer_run):
4012         * shell/ev-jobs.h:
4013         * shell/ev-window.c: (ev_window_is_empty),
4014         (password_dialog_response), (ev_window_clear_xfer_job),
4015         (ev_window_xfer_job_cb), (ev_window_open_uri),
4016         (ev_window_cmd_focus_page_selector),
4017         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
4018         (ev_window_cmd_continuous), (ev_window_cmd_dual),
4019         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
4020         (ev_window_dispose):
4021         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
4022         
4023         * Cleanup mime type detection on document load. Fix for the
4024         bug #336448.
4025
4026 2006-04-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4027
4028         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
4029         
4030         Fix crash on exit, described in the bug #336825.
4031
4032 2006-03-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4033
4034         * backend/ev-document-factory.c:
4035         (ev_document_factory_get_from_mime),
4036         (ev_document_factory_get_all_mime_types), (get_document_from_uri),
4037         (ev_document_factory_get_document),
4038         (file_filter_add_mime_list_and_free),
4039         (ev_document_factory_add_filters):
4040         * backend/ev-document-factory.h:
4041         * properties/ev-properties-main.c: (ev_properties_get_pages):
4042         * shell/Makefile.am:
4043         * shell/ev-application.c:
4044         * shell/ev-job-xfer.c: (ev_job_xfer_run):
4045         * shell/ev-window.c: (ev_window_cmd_file_open),
4046         (ev_window_cmd_save_as):
4047         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
4048         
4049         Rework factory functions so they are placed now in a single 
4050         file ev-document-factory.c
4051
4052 2006-03-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4053
4054         * shell/ev-window.c: (update_chrome_visibility):
4055         
4056         Fix for the bug 166566 - don't show menubar in fullscreen
4057         mode.
4058
4059 2006-03-22  Tommi Vainikainen  <thv@iki.fi>
4060
4061         * configure.ac (ALL_LINGUAS): Added Dzongkha (dz).
4062
4063 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4064
4065         * shell/ev-view.c: (ev_view_expose_event):
4066         
4067         More correctly draw loading text when document
4068         is empty.
4069
4070 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4071
4072         * shell/ev-view.c: (ev_view_scroll):
4073         
4074         Fix for the bug #334854, page down and page up switch
4075         pages in presentation mode.
4076
4077 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4078
4079         * shell/ev-window.c: (ev_window_set_action_sensitive),
4080         (ev_window_setup_action_sensitivity), (ev_window_update_actions),
4081         (ev_window_set_view_accels_sensitivity),
4082         (update_chrome_visibility), (ev_window_cmd_focus_page_selector),
4083         (ev_window_cmd_continuous), (ev_window_cmd_dual),
4084         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
4085         (find_changed_cb), (page_changed_cb), (ev_window_setup_document),
4086         (ev_window_cmd_edit_find), (ev_window_set_page_mode),
4087         (ev_window_cmd_edit_toolbar_cb), (ev_window_zoom_changed_cb),
4088         (ev_window_has_selection_changed_cb), (find_bar_search_changed_cb),
4089         (view_actions_focus_in_cb), (ev_window_init):
4090         
4091         Fix for the bug #333902, now it's possible to search
4092         words with slash.
4093
4094 2006-03-16  Jérémy Ar Floc'h <jérémy.lefloch@gmail.com>
4095
4096         * configure.ac: Added Breton translation.
4097         * po/br.po: Added Breton translation.
4098
4099 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4100
4101         * shell/ev-window-title (ev_window_title_update):
4102
4103         Fix memory leak in window title. Fixes bug #333944
4104
4105 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4106
4107         * shell/ev-metadata-manager.c (parseItem):
4108
4109         Fix memory leaks. Fixes bug #333945
4110
4111 2006-03-13  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
4112         
4113         * NEWS, configure.ac, TODO:
4114         
4115         Update for release 0.5.2.
4116
4117 2006-03-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4118
4119         * shell/ev-view.c: (view_update_range_and_current_page),
4120         (page_changed_cb):
4121         
4122         Don't jump on scrolling, fix for the bug #333127.
4123
4124 2006-03-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4125
4126         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
4127         
4128         Scroll by one page in presentation mode. Fix for the bug
4129         #332993.
4130
4131 2006-03-01  Vladimer SIchinava <vlsichinava@gmail.com>
4132
4133         * configure.ac: Added ka (Georgian) to ALL_LINGUAS line.
4134
4135 2006-02-28  Clytie Siddall <clytie@riverland.net.au>
4136
4137         * configure.ac  Added lv in ALL_LINGUAS line.
4138
4139 2006-02-27  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
4140         
4141         * NEWS, configure.ac:
4142         
4143         Update for release 0.5.1
4144
4145 2006-02-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
4146
4147         * backend/ev-document-misc.c: (ev_document_misc_paint_one_page):
4148         * backend/ev-document-misc.h:
4149         * shell/ev-view.c: (draw_one_page):
4150         
4151          Clairfy what page the toolbar page number applies to. Fix
4152          for the bug #328102.
4153
4154 2006-02-24  Stanislav Slusny <slusnys@gmail.com>
4155
4156         * shell/ev-view-private.h:
4157         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_event),
4158         (ev_view_init), (find_changed_cb), (ev_view_find_previous),
4159         (ev_view_search_changed):
4160         * shell/ev-view.h:
4161         * shell/ev-window.c: (find_bar_search_changed_cb):
4162         
4163         Dont't jump to find result if window was scrolled during search.
4164         Fix for the bug #313266.
4165
4166 2006-02-21  Stanislav Slusny <slusnys@gmail.com>
4167
4168         * shell/eggfindbar.c: (egg_find_bar_class_init):
4169         * shell/eggfindbar.h:
4170         * shell/ev-view-accessible.c: (ev_view_accessible_idle_do_action):
4171         * shell/ev-view-private.h:
4172         * shell/ev-view.c: (add_scroll_binding_keypad), (ev_view_scroll),
4173         (ev_view_class_init), (ev_sizing_mode_get_type),
4174         (ev_scroll_type_get_type):
4175         * shell/ev-view.h:
4176         * shell/ev-window.c: (ev_window_cmd_scroll_forward),
4177         (ev_window_cmd_scroll_backward), (find_bar_scroll),
4178         (ev_window_init):
4179         
4180         Fix for the bug 319133 - Find entry should allow text scroll.
4181
4182 2006-02-20  Antoine Dopffer <antoine.dopffer@free.fr>
4183
4184         * shell/ev-view-private.h:
4185         * shell/ev-view.c: (view_update_range_and_current_page),
4186         (highlight_find_results), (find_changed_cb), (page_changed_cb),
4187         (ev_view_set_document), (update_find_status_message),
4188         (jump_to_find_result), (jump_to_find_page), (ev_view_find_next),
4189         (ev_view_find_previous):
4190         
4191         Fix for the bug #319137. Search now takes account for scrolling.
4192
4193 2006-02-19  Michael Hofmann <mh21@piware.de>
4194
4195         * configure.ac:
4196         * djvu/Makefile.am:
4197         * djvu/djvu-document-private.h:
4198         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
4199         (djvu_handle_events), (djvu_document_load), (djvu_document_save),
4200         (djvu_document_get_page_size), (djvu_document_render_pixbuf),
4201         (djvu_document_can_get_text), (djvu_document_get_text),
4202         (djvu_document_document_iface_init),
4203         (djvu_document_thumbnails_get_thumbnail),
4204         (djvu_document_find_begin), (djvu_document_find_get_n_results),
4205         (djvu_document_find_get_result),
4206         (djvu_document_find_page_has_results),
4207         (djvu_document_find_get_progress), (djvu_document_find_cancel),
4208         (djvu_document_find_iface_init):
4209         * djvu/djvu-text-page.c: (djvu_text_page_selection_process),
4210         (djvu_text_page_selection), (djvu_text_page_limits_process),
4211         (djvu_text_page_limits), (djvu_text_page_copy),
4212         (djvu_text_page_position), (djvu_text_page_union),
4213         (djvu_text_page_sexpr_process), (djvu_text_page_sexpr),
4214         (djvu_text_page_box), (djvu_text_page_append_text),
4215         (djvu_text_page_search), (djvu_text_page_prepare_search),
4216         (djvu_text_page_new), (djvu_text_page_free):
4217         * djvu/djvu-text-page.h:
4218         * djvu/djvu-text.c: (djvu_text_idle_callback), (djvu_text_new),
4219         (djvu_text_copy), (djvu_text_free), (djvu_text_get_text),
4220         (djvu_text_n_results), (djvu_text_has_results),
4221         (djvu_text_get_result), (djvu_text_get_progress):
4222         * djvu/djvu-text.h:
4223         
4224         Text search in djvu. Fix for the bug #303415.
4225
4226 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4227
4228         * configure.ac:
4229         * shell/ev-window.c: (ev_window_cmd_save_as):
4230         
4231         Ask filechooser to confirm overwrite. Fix for the bug #328266.
4232         Thanks to Gary Coady <gary@lyranthe.org>
4233
4234 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4235
4236         * shell/ev-print-job.c: (idle_print_handler):
4237         
4238         Inverse order printing, bug #320919.
4239
4240 2006-02-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4241
4242         * data/evince-toolbar.xml:
4243         * shell/ev-window.c:
4244         
4245         Allow to add sidebar checkbutton on toolbar. Fix
4246         for the bug #144577.
4247
4248 2006-02-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4249
4250         * ps/ps-document.c: (push_pixbuf), (setup_pixmap):
4251         
4252         Add checks that have sense for empty ps document.
4253
4254 2006-02-15  Luca Ferretti <elle.uca@libero.it>
4255
4256         * configure.ac: Include PS in mime types list. 
4257
4258 2006-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4259
4260         * configure.ac:
4261         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
4262         * ps/gsdefaults.h:
4263         * ps/ps-document.c: (start_interpreter), (ps_document_load):
4264         
4265         Runtime check for gs interpreter. Fix for the bug #320868.
4266         Thanks to Antoine Dopffer antoine.dopffer@free.fr
4267
4268 2006-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
4269
4270         * shell/ev-application.c: 
4271
4272         Use DBUS_NAME_FLAG_DO_NOT_QUEUE flag in RequestName method when
4273         dbus>=0.60, so that the request is not queued. 
4274
4275 2006-02-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4276
4277         * configure.ac:
4278         * shell/Makefile.am:
4279         * shell/ev-sidebar-links.c: (print_section_cb):
4280         * shell/ev-utils.c:
4281         * shell/ev-utils.h:
4282         * shell/ev-window.c: (update_action_sensitivity),
4283         (ev_window_close_dialogs), (ev_window_print):
4284         * shell/ev-window.h:
4285         
4286         Make printing support optional. Patch from Eduardo de Barros Lima
4287         <eduardo.lima@indt.org.br> for the bug #330546.
4288
4289 2006-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4290
4291         * shell/ev-view-private.h:
4292         * shell/ev-view.c: (ev_view_expose_event), (ev_view_set_loading),
4293         (ev_view_set_document):
4294         * shell/ev-view.h:
4295         * shell/ev-window.c: (ev_window_load_job_cb),
4296         (ev_window_xfer_job_cb), (ev_window_open_uri), (ev_window_dispose),
4297         (ev_window_init):
4298
4299         Draw Loading message during xfer job. Fix for the bug #329495.
4300
4301 2006-02-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4302
4303         * comics/comics-document.c: (comics_regex_quote),
4304         (comics_document_load), (extract_argv):
4305         
4306         Correcly quote regexp before passing it to unzip.
4307
4308 2006-02-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4309
4310         * shell/ev-page-cache.c: (build_height_to_page),
4311         (ev_page_cache_new), (ev_page_cache_get_max_label_chars),
4312         (ev_page_cache_get_dual_even_left):
4313         * shell/ev-page-cache.h:
4314         * shell/ev-view.c: (view_update_range_and_current_page),
4315         (get_page_y_offset), (get_page_extents):
4316         
4317         Place even pages to the left if document has less then
4318         two pages. Fix for the bug #328856.
4319
4320 2006-01-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4321
4322         * thumbnailer/evince-thumbnailer-comics.schemas.in:
4323         
4324         Correct comics scheme. This make evince create thumbnails
4325         for comic books. Fix for the bug 329088.
4326
4327 2006-01-31  Christopher Aillon  <caillon@redhat.com>
4328
4329         * data/evince-password.glade: Don't explicitly set
4330         invisible_char to the current default value in case
4331         the default changes; let GTK+ do its magic.
4332
4333 2006-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4334
4335         * shell/ev-job-xfer.c: (ev_job_xfer_run): Append
4336         real filename to tmp filename since often document
4337         type is determined by extension.
4338
4339 2006-01-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
4340
4341         * shell/ev-view.c: (add_scroll_binding_keypad),
4342         (ev_view_binding_activated), (ev_view_class_init):
4343         
4344         Add keybindings for percision-scrolling of display area. 
4345         Fix for the bug #314072.
4346
4347 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4348
4349         * data/evince.desktop.in.in:
4350         
4351         Add GTK to the list of categories. Fix for the bug #328034.
4352
4353 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4354
4355         * shell/ev-application.c: (ev_application_shutdown),
4356         (ev_application_set_chooser_uri), (ev_application_get_chooser_uri):
4357         * shell/ev-application.h:
4358         * shell/ev-window.c: (file_open_dialog_response_cb),
4359         (ev_window_cmd_file_open):
4360         
4361         Save last uri in file chooser dialog. Fix for the bug #327950.
4362
4363 2006-01-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4364
4365         * NEWS:
4366         * README:
4367         
4368         Final update for release 0.5.0
4369         
4370         * shell/Makefile.am:
4371         
4372         Remove disable deprecated until we'll require libgnome-2.13.7
4373         and port to GOption argument parsing. See bug 327518.
4374
4375 2006-01-19  Jani Monoses <jani.monoses@gmail.com>
4376
4377         * comics/comics-document.c: (comics_document_save):
4378         * djvu/djvu-document.c: (djvu_document_save):
4379         * dvi/dvi-document.c: (dvi_document_save):
4380         * lib/ev-file-helpers.c: (ev_tmp_filename), (ev_xfer_uri_simple):
4381         * lib/ev-file-helpers.h:
4382         * pixbuf/pixbuf-document.c: (pixbuf_document_save):
4383         * tiff/tiff-document.c: (tiff_document_save):
4384         
4385         Use common save function for backends.
4386
4387 2006-01-18  Jani Monoses <jani.monoses@gmail.com>
4388
4389         * backend/ev-document-types.c:
4390         
4391         Fix crash on saving pixbuf.
4392
4393 2006-01-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4394
4395         * cut-n-paste/recent-files/egg-recent-item.c:
4396         (get_uri_shortname_for_display), (egg_recent_item_get_short_name):
4397         * cut-n-paste/recent-files/egg-recent-model.c: (parse_info_init),
4398         (parse_info_free), (valid_element), (start_element_handler),
4399         (end_element_handler), (text_handler), (egg_recent_model_filter),
4400         (egg_recent_model_monitor_cb), (egg_recent_model_poll_timeout),
4401         (egg_recent_model_monitor), (egg_recent_model_read),
4402         (egg_recent_model_open_file), (egg_recent_model_lock_file),
4403         (egg_recent_model_unlock_file), (egg_recent_model_finalize),
4404         (egg_recent_model_set_property), (egg_recent_model_class_init),
4405         (egg_recent_model_init), (egg_recent_model_add_full),
4406         (egg_recent_model_delete), (egg_recent_model_get_list),
4407         (egg_recent_model_clear), (egg_recent_model_clear_mime_filter),
4408         (egg_recent_model_set_filter_mime_types),
4409         (egg_recent_model_clear_group_filter),
4410         (egg_recent_model_set_filter_groups),
4411         (egg_recent_model_clear_scheme_filter),
4412         (egg_recent_model_set_filter_uri_schemes),
4413         (egg_recent_model_remove_expired):
4414         * cut-n-paste/recent-files/egg-recent-util.c:
4415         (egg_recent_util_get_icon):
4416         * cut-n-paste/recent-files/egg-recent-util.h:
4417         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
4418         (connect_proxy_cb), (egg_recent_view_uimanager_set_list),
4419         (egg_recent_view_uimanager_set_empty_list), (model_changed_cb),
4420         (egg_recent_view_uimanager_set_property),
4421         (egg_recent_view_uimanager_get_property),
4422         (egg_recent_view_uimanager_class_init),
4423         (egg_recent_view_uimanager_init),
4424         (egg_recent_view_uimanager_set_label_width),
4425         (egg_recent_view_uimanager_get_label_width):
4426         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
4427         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
4428         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
4429         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
4430         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
4431         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
4432         
4433         Update from libegg.
4434
4435 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4436
4437         * shell/ev-page-cache.c: (build_height_to_page),
4438         (ev_page_cache_get_height_to_page):
4439         * shell/ev-page-cache.h:
4440         * shell/ev-view.c: (view_update_range_and_current_page),
4441         (get_page_y_offset), (get_page_extents), (ev_view_next_page),
4442         (ev_view_previous_page):
4443         
4444         Dual mode places even pages to the left. Fix for the bug #309393.
4445
4446         * shell/ev-view.h:
4447         * shell/ev-window.c: (update_action_sensitivity),
4448         (setup_view_from_metadata), (view_menu_popup_cb):
4449         
4450         Don't restore presentation in empty windows, more intelligent
4451         next page behaviour in dual mode.
4452
4453         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
4454         (ev_pixbuf_cache_clear_job_sizes):
4455         
4456         Cleanup job callback on removal. Fix for the bug #325886.
4457
4458 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4459
4460         * ps/ps.c: (psscan):
4461         
4462         Commit workaround Mozilla problem. Fix for the bug #325919
4463         
4464         * shell/ev-metadata-manager.c: (parse_value), (parseItem),
4465         (save_item):
4466         
4467         Fix for year 2038 problem.
4468
4469 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4470
4471         * shell/ev-window.c: (setup_document_from_metadata),
4472         (ev_window_cmd_view_reload):
4473
4474         Clamp page recieved from metadata in valid values. Fix
4475         for the bug #325986.
4476
4477 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4478
4479         * MAINTAINERS: 
4480         Add MAINTAINERS as requested on desktop-devel-list.
4481
4482 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4483
4484         * backend/ev-document-factory.c: (gdk_pixbuf_mime_type_list),
4485         (mime_type_supported_by_gdk_pixbuf),
4486         (ev_document_factory_get_mime_types),
4487         (ev_document_factory_get_all_mime_types):
4488         
4489         Don't add pixbuf mime types if pixbuf backend is disabled.
4490         
4491         * shell/ev-application.c: (ev_application_get_uri_window):
4492         
4493         Fix for the bug 325815 - unhandled MIME type message doesn't 
4494         appear a second time. 
4495         
4496         * shell/ev-document-types.c: (ev_document_types_add_filters):
4497         * shell/ev-window.c: (page_changed_cb), (ev_window_setup_document),
4498         (password_dialog_response), (ev_window_popup_password_dialog),
4499         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
4500         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
4501         (ev_window_run_presentation), (ev_window_stop_presentation),
4502         (save_sizing_mode), (ev_window_zoom_changed_cb),
4503         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
4504         (ev_window_dual_mode_changed_cb),
4505         (ev_window_sidebar_current_page_changed_cb),
4506         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
4507         (window_state_event_cb), (window_configure_event_cb):
4508         
4509         Cleanup additional uris holded by EvWindow.
4510
4511 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4512
4513         * shell/ev-view.c: (ev_view_scroll), (ev_view_previous_page),
4514         (ev_view_can_previous_page), (ev_view_can_next_page):
4515         * shell/ev-view.h:
4516         * shell/ev-window.c: (update_action_sensitivity):
4517         
4518         Two page scrolling with Space and PageUp in dual mode. Second fix 
4519         for the bug #316608.
4520
4521 2006-01-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4522
4523         * shell/ev-view.c: (scroll_to_current_page):
4524         
4525         Correctly clamp adjustment value. Fix for the bug
4526         #325808.
4527
4528 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4529
4530         * shell/ev-sidebar-links.c: (print_section_cb):
4531         * shell/ev-window.c: (ev_window_get_uri),
4532         (ev_window_close_dialogs), (ev_window_open_uri), (ev_window_print),
4533         (ev_window_print_dialog_response_cb), (ev_window_print_range),
4534         (ev_window_dispose):
4535         
4536         Make print dialog non-modal. Fix for the bug #325622.
4537
4538 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4539
4540         * shell/ev-metadata-manager.c:
4541         * shell/ev-utils.c: (using_pdf_printer),
4542         (using_postscript_printer), (load_print_config_from_file),
4543         (save_print_config_to_file):
4544         * shell/ev-utils.h:
4545         * shell/ev-window.c: (update_sizing_buttons), (page_changed_cb),
4546         (update_sidebar_visibility), (setup_sidebar_from_metadata),
4547         (setup_view_from_metadata), (ev_window_setup_document),
4548         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
4549         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
4550         (ev_window_run_presentation), (ev_window_stop_presentation),
4551         (save_sizing_mode), (ev_window_zoom_changed_cb),
4552         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
4553         (ev_window_dual_mode_changed_cb),
4554         (ev_window_sidebar_current_page_changed_cb),
4555         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
4556         (window_state_event_cb), (window_configure_event_cb),
4557         (ev_window_init):
4558         
4559         Setting saving behaviour fixes.
4560
4561 2005-12-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4562
4563         * configure.ac:
4564         
4565         Make antialiasing gs options better and allow
4566         to change them during configure. Fix for the 
4567         bug #319049.
4568
4569 2005-12-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4570
4571         * shell/ev-window.c: (setup_view_from_metadata):
4572         
4573         Remember if last window was maximized. Fix for the
4574         bug #323797.
4575
4576 2005-12-28  Abel Cheung  <maddog@linuxhall.org>
4577
4578         * configure.ac: Added "zh_HK" to ALL_LINGUAS.
4579
4580 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4581
4582         * backend/ev-link.c: (ev_link_get_page), (ev_link_init):
4583         * shell/ev-page-action.c: (build_new_tree_cb):
4584         * shell/ev-sidebar-links.c: (links_page_num_func),
4585         (update_page_callback_foreach), (update_page_callback):
4586         * shell/ev-view.c: (scroll_to_current_page):
4587         
4588         Fix for the bug #325067 with more intelligent selection
4589         of current link in sidebar. Make sidebar handle links
4590         of FITR-like type more correctly.
4591
4592         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
4593         (dvi_pixbuf_put_pixel):
4594         
4595         Fix memory consumtion with disabled alpha channel.
4596
4597 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4598
4599         * data/evince-ui.xml:
4600         * shell/ev-window.c: (view_menu_popup_cb),
4601         (ev_popup_cmd_open_link), (ev_window_init):
4602         
4603         Update context menu for internal links. Fix for the bug
4604         #325066.
4605
4606 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4607
4608         * shell/ev-view.c: (ev_view_popup_menu), (ev_view_class_init):
4609         
4610         Bind context menu to keyboard also. Fix for the bug
4611         #325065.
4612
4613 2005-12-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4614
4615         * shell/ev-view.c: (selection_scroll_timeout_cb):
4616         
4617         Horizontal scroll on selection also.
4618
4619 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4620
4621         * shell/ev-metadata-manager.c: (parse_value):
4622         * shell/ev-view.c: (goto_xyz_link):
4623         
4624         Correct zoom setup and metadata save broken in 
4625         some locales.
4626
4627 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4628
4629         * shell/ev-view-private.h:
4630         * shell/ev-view.c: (scroll_to_current_page),
4631         (view_set_adjustment_values), (goto_fitr_link), (goto_fitv_link),
4632         (goto_fith_link), (goto_fit_link), (goto_xyz_link),
4633         (page_changed_cb), (ev_view_set_continuous),
4634         (ev_view_set_dual_page), (ev_view_set_presentation):
4635         
4636         Delay scroll until allocation to correctly position page. Fix
4637         for the bug #317334.
4638
4639 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4640
4641         * NEWS:
4642         * configure.ac:
4643         
4644         Update NEWS and require poppler 0.5.0.
4645
4646 2005-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
4647         
4648         * data/evince-ui.xml:
4649         * shell/ev-view-private.h:
4650         * shell/ev-view.c: (ev_view_get_link_at_location),
4651         (handle_link_over_xy), (ev_view_button_press_event),
4652         (ev_view_button_release_event), (ev_view_class_init):
4653         * shell/ev-window.c: (view_menu_popup_cb), (ev_window_dispose),
4654         (ev_popup_cmd_open_link), (ev_popup_cmd_copy_link_address),
4655         (ev_window_init):
4656         
4657         Implement right-click context menu.
4658
4659 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4660
4661         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
4662         * dvi/pixbuf-device.c: (dvi_pixbuf_create_image),
4663         (mdvi_pixbuf_device_render):
4664         * pdf/ev-poppler.cc:
4665
4666         Don't generate thumbnails with alpha. See bug #324077.
4667         Thanks to Jeroen Zwartepoorte <jeroen.zwartepoorte@gmail.com>.
4668
4669 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4670
4671         * shell/ev-window.c: (setup_chrome_from_metadata):
4672         
4673         Fix typo that was hiding toolbar.
4674
4675 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4676
4677         * shell/ev-view-private.h:
4678         * shell/ev-view.c: (ev_view_realize), (selection_update_idle_cb),
4679         (selection_scroll_timeout_cb), (ev_view_motion_notify_event),
4680         (ev_view_button_release_event), (ev_view_destroy):
4681         
4682         Small cleanup and autoscrolling during selection. Thanks to 
4683         Ricardo Markiewicz  <rmarkie@fi.uba.ar>.
4684
4685 2005-12-22  Jani Monoses <jani.monoses@gmail.com>
4686
4687         * configure.ac:
4688         
4689         Correctly check for comics option.
4690
4691 2005-12-21  Eduardo Lima <eduardo.lima@indt.org.br>
4692         * Makefile.am:
4693         * configure.ac:
4694         * backend/Makefile.am:
4695         * backend/ev-document-factory.c:
4696         * shell/ev-document-types.c:
4697
4698         Included option in configure to make ps backend 
4699         compilation optional with --disable-ps.
4700
4701 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4702
4703         * backend/ev-document-factory.c:
4704         * comics/Makefile.am:
4705         * comics/comics-document.c: (comics_document_load):
4706         * comics/ev-cbr-mime.xml:
4707         * configure.ac:
4708         
4709         Comics mime types are added to shared-mime-info CVS. Now
4710         we don't need to install our own mime types.
4711
4712 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4713
4714         * shell/ev-window.c:
4715         
4716         Add shortcut for "save a copy" menu entry. Fix for
4717         the bug #324582.
4718
4719 2005-12-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4720
4721         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
4722         (job_finished_cb), (new_selection_pixbuf_needed),
4723         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
4724         (clear_job_selection), (ev_pixbuf_cache_set_selection_list):
4725         
4726         Rework selection job info logic and fix critical warning.
4727
4728 2005-12-17  Abel Cheung  <maddog@linuxhall.org>
4729
4730         * configure.ac: Added "cy" "fa" "mk" "vi" to ALL_LINGUAS.
4731
4732 2005-11-27  Jaap A. Haitsma <jaap@haitsma.org>
4733
4734         * data/evince-ui.xml:
4735         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
4736         
4737         Enter as shortcut key for next page. Fix for the bug
4738         #321394.
4739
4740 2005-11-18  Ales Nyakhaychyk  <nab@mail.by>
4741
4742         * configure.ac: Added "be" (Belarusian) to ALL_LINGUAS.
4743
4744 2005-11-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4745
4746         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
4747         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
4748         (new_selection_pixbuf_needed),
4749         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
4750         (clear_job_selection):
4751         
4752         Too early for 0.5. Pixbuf cache code cleaned a bit.
4753
4754 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4755
4756         * NEWS:
4757         * configure.ac:
4758         
4759         Release 0.5.0 preparation
4760
4761 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4762
4763         * comics/Makefile.am:
4764         * configure.ac:
4765         * shell/ev-document-types.c: (ev_document_types_add_filters):
4766         
4767         More advanced handling of custom mime type installation.
4768
4769 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4770
4771         * data/evince.schemas.in:
4772         * shell/ev-metadata-manager.c: (value_free),
4773         (ev_metadata_manager_get_last), (ev_metadata_manager_set_last),
4774         (ev_metadata_manager_get), (ev_metadata_manager_set):
4775         * shell/ev-metadata-manager.h:
4776         * shell/ev-window.c: (update_chrome_flag),
4777         (ev_window_cmd_focus_page_selector), (update_sidebar_visibility),
4778         (setup_document_from_metadata), (setup_chrome_from_metadata),
4779         (setup_sidebar_from_metadata), (setup_view_from_metadata),
4780         (ev_window_cmd_edit_find), (ev_window_cmd_escape),
4781         (ev_window_view_toolbar_cb),
4782         (ev_window_sidebar_visibility_changed_cb), (find_bar_close_cb),
4783         (view_actions_focus_in_cb), (ev_window_init), (ev_window_new):
4784         
4785         Save last document settings and reuse them for new documents.
4786
4787 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4788
4789         * Makefile.am:
4790         * backend/Makefile.am:
4791         * backend/ev-document-factory.c:
4792         * backend/ev-document-factory.h:
4793         * comics/Makefile.am:
4794         * comics/comics-document.c: (G_DEFINE_TYPE_WITH_CODE),
4795         (comics_document_load), (comics_document_save),
4796         (comics_document_get_n_pages), (comics_document_get_page_size),
4797         (get_page_size_area_prepared_cb), (comics_document_render_pixbuf)       (render_pixbuf_size_prepared_cb), (comics_document_finalize),
4798         (comics_document_class_init), (comics_document_can_get_text),
4799         (comics_document_get_info), (comics_document_document_iface_init),
4800         (comics_document_init), (get_supported_image_extensions),
4801         (comics_document_thumbnails_get_geometry),
4802         (comics_document_thumbnails_get_thumbnail),
4803         (comics_document_thumbnails_get_dimensions),
4804         (comics_document_document_thumbnails_iface_init), (extract_argv):
4805         * comics/comics-document.h:
4806         * comics/ev-cbr-mime.xml:
4807         * configure.ac:
4808         * po/POTFILES.in:
4809         * shell/ev-application.c: (ev_application_register_service):
4810         * shell/ev-document-types.c: (ev_document_types_add_filters):
4811         * thumbnailer/Makefile.am:
4812         * thumbnailer/evince-thumbnailer-comics.schemas.in:
4813         
4814         New CBR/CBZ backend for comic books.
4815
4816 2005-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4817
4818         * shell/main.c: (load_files_remote):
4819
4820         Thanks to Robert McQueen <robot101@debian.org>. Dbus
4821         warning on startup of second instance is fixed. It
4822         is bug #320353.
4823
4824 2005-10-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4825
4826         * shell/ev-window.c: (ev_window_finalize):
4827         
4828         Fix double free that cause crash.
4829
4830 2005-10-29  Bastien Nocera <hadess@hadess.net>
4831
4832         * tiff/tiff-document.c: (tiff_document_load):
4833         
4834         Fix memory leak.
4835
4836 2005-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4837
4838         * po/POTFILES.in:
4839         * shell/Makefile.am:
4840         * shell/ev-view-accessible.c: (ev_view_accessible_get_priv),
4841         (ev_view_accessible_free_priv), (ev_view_accessible_class_init),
4842         (ev_view_accessible_get_text),
4843         (ev_view_accessible_get_character_at_offset),
4844         (ev_view_accessible_get_text_before_offset),
4845         (ev_view_accessible_get_text_at_offset),
4846         (ev_view_accessible_get_text_after_offset),
4847         (ev_view_accessible_get_character_count),
4848         (ev_view_accessible_get_caret_offset),
4849         (ev_view_accessible_set_caret_offset),
4850         (ev_view_accessible_get_run_attributes),
4851         (ev_view_accessible_get_default_attributes),
4852         (ev_view_accessible_get_character_extents),
4853         (ev_view_accessible_get_offset_at_point),
4854         (ev_view_accessible_get_n_selections),
4855         (ev_view_accessible_get_selection),
4856         (ev_view_accessible_add_selection),
4857         (ev_view_accessible_remove_selection),
4858         (ev_view_accessible_set_selection),
4859         (ev_view_accessible_text_iface_init),
4860         (ev_view_accessible_idle_do_action),
4861         (ev_view_accessible_action_do_action),
4862         (ev_view_accessible_action_get_n_actions),
4863         (ev_view_accessible_action_get_description),
4864         (ev_view_accessible_action_get_name),
4865         (ev_view_accessible_action_set_description),
4866         (ev_view_accessible_action_iface_init),
4867         (ev_view_accessible_get_type), (ev_view_accessible_new),
4868         (ev_view_accessible_factory_get_accessible_type),
4869         (ev_view_accessible_factory_create_accessible),
4870         (ev_view_accessible_factory_class_init),
4871         (ev_view_accessible_factory_get_type):
4872         * shell/ev-view-accessible.h:
4873         * shell/ev-view-private.h:
4874         * shell/ev-view.c: (ev_view_get_accessible), (ev_view_class_init):
4875         * shell/ev-view.h:
4876         
4877         Initial accessibility support.
4878
4879 2005-10-27  Erdal Ronahi  <erdal.ronahi@gmail.com>
4880
4881         * configure.ac: Added ku (Kurdish) to ALL_LINGUAS
4882
4883 2005-10-26  Hubert Figuiere <hfiguiere@teaser.fr>
4884
4885         * shell/ev-print-job.c: (idle_print_handler):
4886         
4887         Fix for bug Bug 318916: Printing multiple pages.
4888
4889 2005-10-20  Runa Bhattacharjee  <runa@bengalinux.org>
4890
4891         * configure.ac: Added "bn" (Bengali) to ALL_LINGUAS.
4892
4893 2005-10-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4894
4895         * pdf/ev-poppler.cc:
4896         
4897         Thumnail dimensions unified with other backends.
4898         
4899         * shell/ev-window-title.c: (ev_window_title_update):
4900         
4901         Fix warning.
4902
4903 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4904
4905         * data/ev-stock-zoom-fit-width.png:
4906         
4907         Remove unused file.
4908
4909 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4910
4911         * configure.ac:
4912         * djvu/djvu-document.c: (djvu_document_load), (djvu_document_save),
4913         (djvu_document_finalize):
4914         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_save),
4915         (dvi_document_finalize):
4916         * pixbuf/pixbuf-document.c: (pixbuf_document_load),
4917         (pixbuf_document_save), (pixbuf_document_finalize):
4918         * tiff/tiff-document.c: (tiff_document_load), (tiff_document_save),
4919         (tiff_document_finalize):
4920         
4921         Save a copy implemented for various backends.
4922
4923 2005-10-17  Daniel Gryniewicz <dang@gentoo.org>
4924
4925         * configure.ac:
4926         
4927         Don't link with ltiff if tiff is disabled.
4928
4929 2005-10-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4930
4931         * pdf/GDKSplashOutputDev.cc:
4932         * pdf/GDKSplashOutputDev.h:
4933         * pdf/Thumb.cc:
4934         * pdf/Thumb.h:
4935         * pdf/pdf-document.cc:
4936         * pdf/pdf-document.h:
4937         * pdf/test-gdk-output-dev.cc:
4938         
4939         Remove old unused files.
4940
4941 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4942
4943         * shell/ev-window.c: (ev_window_setup_document):
4944         
4945         Fixed warnings on reload and probably crash reason.
4946
4947 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4948
4949         * properties/ev-properties-view.c:
4950         (ev_properties_view_format_date):
4951         
4952         Check if date is invalid. Fix for bug 318134.
4953
4954 2005-10-02  Wouter Bolsterlee <uws+gnome@xs4all.nl>
4955
4956         * shell/ev-window-title.c:
4957         
4958         Add .indd files (Adobe Indesign) to the list of "bad
4959         extensions".
4960
4961 2005-10-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4962
4963         * data/evince-ui.xml:
4964         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
4965         
4966         Add <ctrl>KP_Add and <ctrl>KP_Substract bindings.
4967
4968 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
4969
4970         * shell/ev-window.c: (launch_link), (launch_external_uri),
4971         (view_external_link_cb):
4972
4973         URL-escape link before passing it to gnome_vfs_url_show.
4974
4975 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
4976
4977         * shell/ev-view.[ch], shell/ev-window.c: Disable copy action when
4978         there isn't text selected.
4979
4980 2005-09-27  Marco Pesenti Gritti  <mpg@redhat.com>
4981
4982         * shell/ev-view.c: (handle_link_over_xy):
4983
4984         Check tooltip is valid utf8 before showing it
4985
4986 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
4987
4988         * shell/ev-view.c: Allow drag and drop of text. Fixes #316772
4989
4990 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
4991
4992         * shell/ev-window-title.c: (ev_window_title_update):
4993
4994         Guard against using g_strstrip on NULL. Fixes bug #317291.
4995
4996 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
4997
4998         * pdf/ev-poppler.cc:
4999
5000         Show title even for unknown links
5001
5002 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
5003
5004         * shell/ev-window-title.c: (ev_window_title_update):
5005
5006         Strip the title string
5007
5008 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
5009
5010         * shell/ev-window-title.c:
5011
5012         Add .rtf to the bad extensions list
5013
5014 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
5015
5016         * shell/ev-view.c: (doc_point_to_view_point), (goto_fitr_link),
5017         (goto_fitv_link), (goto_fith_link), (goto_xyz_link):
5018
5019         Ignore link coordinates if they are outside page bounds
5020
5021 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
5022
5023         * backend/ev-link.c: (ev_link_type_get_type),
5024         (ev_link_get_filename), (ev_link_get_params),
5025         (ev_link_get_property), (ev_link_set_property),
5026         (ev_window_dispose), (ev_link_class_init), (ev_link_new_launch):
5027         * backend/ev-link.h:
5028         * pdf/ev-poppler.cc:
5029         * shell/ev-view.c: (ev_view_goto_link), (ev_view_class_init):
5030         * shell/ev-window.c: (launch_link), (view_external_link_cb),
5031         (ev_window_init):
5032
5033         Implement launch links. Delegate external link opening to
5034         the window.
5035
5036 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
5037
5038         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_bottom),
5039         (ev_link_get_right), (ev_link_get_property),
5040         (ev_link_set_property), (ev_link_class_init),
5041         (ev_link_new_page_fitv), (ev_link_new_page_fitr):
5042         * backend/ev-link.h:
5043         * pdf/ev-poppler.cc:
5044         * shell/ev-view.c: (goto_fitr_link), (ev_view_goto_link):
5045
5046         Implement fitr links
5047
5048 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
5049
5050         * shell/ev-view.c: (ev_view_get_width), (ev_view_get_height),
5051         (goto_fitv_link), (goto_fith_link), (goto_fit_link),
5052         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
5053         (ev_view_size_request_continuous),
5054         (ev_view_size_request_dual_page),
5055         (ev_view_size_request_single_page), (ev_view_size_allocate),
5056         (ev_view_zoom_for_size_continuous_and_dual_page),
5057         (ev_view_zoom_for_size_continuous),
5058         (ev_view_zoom_for_size_dual_page),
5059         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
5060         (ev_sizing_mode_get_type):
5061         * shell/ev-view.h:
5062         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
5063
5064         Do not use modes for link, we need to calculate size ad hoc.
5065         Still not perfect because of the usual scrollbar issues grrr.
5066
5067 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
5068
5069         * backend/ev-link.c: (ev_link_type_get_type),
5070         (ev_link_new_page_fith), (ev_link_new_page_fitv):
5071         * backend/ev-link.h:
5072         * pdf/ev-poppler.cc:
5073         * shell/ev-view.c: (goto_fitv_link), (goto_fith_link),
5074         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
5075         (ev_view_size_request_continuous),
5076         (ev_view_size_request_dual_page),
5077         (ev_view_size_request_single_page), (ev_view_size_allocate),
5078         (zoom_for_size_fit_height),
5079         (ev_view_zoom_for_size_continuous_and_dual_page),
5080         (ev_view_zoom_for_size_continuous),
5081         (ev_view_zoom_for_size_dual_page),
5082         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
5083         (ev_sizing_mode_get_type):
5084         * shell/ev-view.h:
5085         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
5086
5087         Implement FIT_HEIGHT mode (only for links).
5088         Implement FITH links
5089
5090 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
5091
5092         * shell/ev-window-title.c: (get_filename_from_uri),
5093         (ev_window_title_sanitize_extension), (ev_window_title_update),
5094         (ev_window_title_set_document), (ev_window_title_set_uri),
5095         (ev_window_title_free):
5096         * shell/ev-window-title.h:
5097         * shell/ev-window.c: (ev_window_setup_document),
5098         (ev_window_popup_password_dialog):
5099
5100         Refactor window title building while fixing it for
5101         password documents.
5102
5103 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
5104
5105         * pdf/ev-poppler.cc:
5106
5107         Escape link title before setting it in the model
5108
5109 2005-09-23  Marco Pesenti Gritti  <mpg@redhat.com>
5110
5111         * shell/ev-application.c: (removed_from_session), (save_session),
5112         (init_session), (ev_application_get_empty_window),
5113         (ev_application_init), (ev_application_get_windows):
5114         * shell/ev-application.h:
5115         * shell/ev-window.c: (ev_window_finalize):
5116
5117         Add a function to retrieve window list and share it where
5118         necessary.
5119         Implement session handling, works pretty well thanks to the
5120         metadata system.
5121
5122 2005-09-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5123
5124         * shell/ev-password.c: (ev_password_item_created_callback),
5125         (ev_password_dialog_save_password):
5126         
5127         Fix for bug 316972. Use async gnome-keyring API.
5128
5129 2005-09-22  Christian Persch  <chpe@cvs.gnome.org>
5130
5131         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init):
5132         Remove unused unrealize handler. Add scroll handling to
5133         ev_view_scroll_event for presentation mode (bug #316708),
5134         and fix the event state checks there.
5135
5136 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
5137
5138         * shell/ev-page-action.c: (page_changed_cb):
5139
5140         "marco, maybe we should be crazy and jump right to 6! :)"
5141
5142         Bryan Clark, Sep 2005
5143
5144 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
5145
5146         * ps/ps-document.c: (save_document), (ps_document_save),
5147         (ps_document_ps_export_begin), (ps_document_ps_export_do_page),
5148         (ps_document_ps_export_end):
5149
5150         Fix unstructured documents save and print
5151
5152 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
5153
5154         * shell/ev-application.c: (ev_application_open_uri):
5155
5156         Fix window size persistance
5157
5158 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
5159
5160         * shell/ev-view.c: (ev_view_button_release_event):
5161
5162         Based on a patch from carlosgc@gnome.org. Mouse buttons
5163         switch pages in presentation mode.
5164
5165 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
5166
5167         * shell/ev-page-cache.c: (ev_page_cache_get_size):
5168
5169         Dont cast to int before scaling
5170
5171 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
5172
5173         * backend/ev-link.c: (ev_link_type_get_type),
5174         (ev_link_new_page_xyz), (ev_link_new_page_fit),
5175         (ev_link_new_page_fith):
5176         * backend/ev-link.h:
5177         * pdf/ev-poppler.cc:
5178         * shell/ev-view.c: (goto_fith_link), (ev_view_goto_link):
5179
5180         Implement FIT and FITH links
5181
5182 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
5183
5184         * pdf/ev-poppler.cc:
5185
5186         Return 0 results when search is not in progress.
5187
5188         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
5189         (ev_window_cmd_go_next_page), (find_bar_search_changed_cb):
5190
5191         Update menu sensitivity when cancelling search
5192
5193 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
5194
5195         * shell/ev-view.c: (ev_view_can_find_next):
5196
5197         Take all pages in consideration, not just current one
5198
5199 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
5200
5201         * shell/ev-page-cache.c:
5202         * shell/ev-page-cache.h:
5203         * shell/ev-view.c: (ev_view_binding_activated),
5204         (ev_view_next_page), (ev_view_previous_page),
5205         (ev_sizing_mode_get_type):
5206         * shell/ev-view.h:
5207         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
5208         (ev_window_cmd_go_next_page):
5209
5210         Move page next/previous functions from page chace to
5211         view and change it to move by 2 page steps in dual mode.
5212
5213 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
5214
5215         * shell/ev-window.c: (update_sidebar_visibility),
5216         (setup_sidebar_from_metadata), (ev_window_setup_document),
5217         (setup_view_from_metadata):
5218
5219         Show the index by default when there is one     
5220
5221 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
5222
5223         * shell/ev-window-title.c: (ev_window_title_set_document):
5224
5225         Missing null check
5226
5227 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5228
5229         * shell/ev-view.c: (view_update_range_and_current_page):
5230         
5231         Allow display of last odd page in dual view. Fix for 316347.
5232
5233 2005-09-17  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5234
5235         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
5236         
5237         Make close button default. Fix for 316383.
5238
5239 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5240
5241         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
5242         
5243         Mark close button as default. Fix for 316381.
5244
5245 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
5246
5247         * backend/ev-link.c: (ev_link_class_init):
5248
5249         Allow negative doubles in left/top properties
5250
5251 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
5252
5253         * shell/ev-window.c:
5254
5255         Remove a bunch of strings that was used only
5256         by the statusbar.
5257
5258 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
5259
5260         * shell/ev-window-title.c: (get_filename_from_uri),
5261         (ev_window_title_set_document):
5262
5263         When title has a confusing extension, show also
5264         the document filename inside ()
5265
5266 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
5267
5268         * shell/Makefile.am:
5269         * shell/ev-window-title.c: (ev_window_title_new),
5270         (ev_window_title_update), (ev_window_title_set_type),
5271         (ev_window_title_set_document), (ev_window_title_free):
5272         * shell/ev-window-title.h:
5273         * shell/ev-window.c: (ev_window_setup_document),
5274         (password_dialog_response), (ev_window_popup_password_dialog),
5275         (ev_window_dispose), (ev_window_init):
5276
5277         Factor out and cleanup window title code
5278
5279 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
5280
5281         * shell/ev-window.c: (unable_to_load_dialog_response_cb),
5282         (unable_to_load):
5283
5284         Make dialog transient so it doesnt block other windows
5285
5286 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5287
5288         * pdf/ev-poppler.cc:
5289         
5290         Fix pdf thumbnails rendering.
5291
5292 2005-09-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5293
5294         * shell/ev-window.c: (fullscreen_set_timeout):
5295         
5296         Increase timeout to hide full screen popup. Bug 
5297         316123. 
5298
5299 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5300
5301         * data/evince.schemas.in:
5302         * shell/ev-window.c: (update_action_sensitivity):
5303
5304         Allow the user to override document restrictions. Fix for bug
5305         305818.
5306
5307 2005-09-13  Christian Persch  <chpe@cvs.gnome.org>
5308
5309         * shell/ev-window.c: (ev_window_update_fullscreen_popup),
5310         (ev_window_create_fullscreen_popup), (ev_window_screen_changed),
5311         (ev_window_class_init): Fix multihead behaviour of fullscreen
5312         toolbar popup. Fixes bug #315451.
5313
5314 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5315
5316         * configure.ac:
5317         * data/evince-password.glade:
5318         * shell/ev-password.c: (ev_password_dialog_set_property),
5319         (ev_password_dialog_finalize), (ev_password_dialog_class_init),
5320         (ev_password_dialog_init), (ev_password_set_bad_password_label),
5321         (ev_password_dialog_entry_changed_cb),
5322         (ev_password_dialog_entry_activated_cb),
5323         (ev_password_dialog_save_password), (ev_password_keyring_found_cb),
5324         (ev_password_search_in_keyring), (ev_password_dialog_get_password),
5325         (ev_password_dialog_set_bad_pass):
5326         * shell/ev-password.h:
5327         * shell/ev-window.c: (password_dialog_response),
5328         (ev_window_popup_password_dialog):
5329         
5330         Support for gnome-keyring for encrypted PDF's.
5331
5332 2005-09-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5333
5334         * shell/ev-view.c: (handle_link_over_xy), (ev_view_realize),
5335         (ev_view_motion_notify_event), (ev_view_leave_notify_event),
5336         (ev_view_enter_notify_event), (ev_view_class_init):
5337         
5338         More precise handling of enter_notify/leave_notify events
5339         in EvView. Fix for bug 315470.
5340
5341 2005-09-08  Christopher Aillon  <caillon@redhat.com>
5342
5343         * shell/ev-window.c: (fullscreen_timeout_cb),
5344         (fullscreen_set_timeout), (fullscreen_clear_timeout),
5345         (ev_window_dispose):
5346
5347         leak fix: unref fullscreen_timeout_source before clearing it
5348
5349 2005-09-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5350
5351         * configure.ac, dvi/mdvi/Makefile.am: 
5352         
5353         Use lt1 instead lt1lib. Thanks to yselkowitz@users.sourceforge.net
5354
5355 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
5356
5357         * backend/ev-link.c: (ev_link_new_page_xyz):
5358         * pdf/ev-poppler.cc:
5359         * shell/ev-view.c: (goto_xyz_link), (ev_view_goto_link):
5360
5361         Fix some bugs with xyz links, respect zoom
5362
5363 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
5364
5365         * shell/ev-window.c: (page_changed_cb),
5366         (setup_document_from_metadata), (update_sidebar_visibility),
5367         (setup_view_from_metadata), (ev_window_run_fullscreen),
5368         (ev_window_stop_fullscreen), (ev_window_run_presentation),
5369         (ev_window_stop_presentation), (ev_window_continuous_changed_cb),
5370         (ev_window_dual_mode_changed_cb),
5371         (ev_window_sidebar_current_page_changed_cb):
5372
5373         null check uri before setting and getting metadata
5374
5375 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
5376
5377         * dvi/Makefile.am:
5378         * properties/Makefile.am:
5379         * shell/Makefile.am:
5380         * thumbnailer/Makefile.am:
5381
5382         Some build fixes for cygwin. Patch by yselkowitz@users.sourceforge.net
5383
5384 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
5385
5386         * shell/ev-sidebar-links.c: (ev_sidebar_links_class_init),
5387         (selection_changed_callback):
5388         * shell/ev-sidebar-links.h:
5389
5390         Add a signal for link activation.
5391
5392         * shell/ev-view.c: (ev_view_goto_link),
5393         (ev_view_button_release_event):
5394         * shell/ev-view.h:
5395         * shell/ev-window.c: (sidebar_links_link_activated_cb),
5396         (ev_window_init):
5397
5398         Implement the signal so that we can handle all link types.
5399
5400         * shell/ev-page-cache.c:
5401
5402         Remove unused set_link function
5403
5404 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
5405
5406         * lib/ev-tooltip.c: (ev_tooltip_set_position):
5407
5408         Add some space from the cursor, hardcoded but I couldnt
5409         find a better way.
5410
5411 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
5412
5413         * lib/ev-tooltip.c:
5414
5415         Use mozilla style vs gtk style, way better for links.
5416
5417         * shell/ev-view.c: (ev_view_motion_notify_event),
5418         (ev_view_destroy), (ev_view_init):
5419
5420         Deactive tooltip when the link hovered is changed.
5421
5422 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
5423
5424         * backend/ev-document.h:
5425         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_top),
5426         (ev_link_get_left), (ev_link_get_zoom), (ev_link_get_property),
5427         (ev_link_set_property), (ev_window_dispose), (ev_link_class_init),
5428         (ev_link_new_page), (ev_link_new_page_xyz):
5429         * backend/ev-link.h:
5430         * pdf/ev-poppler.cc:
5431         * shell/ev-view.c: (doc_point_to_view_point), (scroll_to_xyz_link),
5432         (go_to_link), (tip_from_link):
5433
5434         Implement xyz links, still not functional. Links are a total
5435         mess, will need to refactor and bugfix a lot :(
5436
5437 2005-09-05  Alessio Frusciante  <algol@firenze.linux.it>
5438
5439         * configure.ac: Added "it" (Italian) to ALL_LINGUAS.
5440
5441 2005-09-05  Marco Pesenti Gritti <mpg@redhat.com>
5442
5443         * data/evince-ui.xml:
5444         * data/evince.schemas.in:
5445         * shell/Makefile.am:
5446         * shell/ev-window.c: (update_chrome_visibility),
5447         (password_dialog_response), (ev_window_load_job_cb),
5448         (ev_window_xfer_job_cb), (ev_window_open_uri),
5449         (ev_window_class_init), (set_chrome_actions), (load_chrome),
5450         (ev_window_init):
5451
5452         Remove the statusbar. This regress loading feedback, need to
5453         check with Bryan what we want to do there...
5454
5455 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
5456
5457         * lib/ev-tooltip.c: (ev_tooltip_init):
5458
5459         Fix tooltip border and size handling
5460
5461 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
5462
5463         * lib/ev-tooltip.c: (ev_tooltip_dispose), (ev_tooltip_class_init),
5464         (ev_tooltip_set_position), (ev_tooltip_recently_shown),
5465         (ev_tooltip_timeout), (ev_tooltip_activate),
5466         (ev_tooltip_deactivate):
5467         * lib/ev-tooltip.h:
5468         * shell/ev-view.c: (ev_view_motion_notify_event):
5469
5470         Delay popup showing. Mirror gtk logic/times.
5471
5472 2005-09-03  Marco Pesenti Gritti  <mpg@redhat.com>
5473
5474         * lib/Makefile.am:
5475         * lib/ev-tooltip.c: (ev_tooltip_expose_event),
5476         (ev_tooltip_class_init), (ev_tooltip_init), (ev_tooltip_new),
5477         (ev_tooltip_set_text), (ev_tooltip_set_position):
5478         * lib/ev-tooltip.h:
5479
5480         Simple widget to show tooltips at a custom position
5481
5482         * shell/ev-view.c: (tip_from_link), (ev_view_motion_notify_event),
5483         (ev_view_destroy):
5484
5485         Use it for links. First go, needs work
5486
5487 2005-08-17  Dennis Cranston  <dennis_cranston@yahoo.com>
5488
5489         * shell/ev-window.c: (ev_window_cmd_edit_toolbar): A couple small 
5490         HIG fixes.  Use title capitalization for window title. Use 12 
5491         pixels of space between the dialog's vbox and action area.
5492
5493 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
5494
5495         * shell/ev-window.c: (file_open_dialog_response_cb),
5496         (ev_window_cmd_file_open), (file_save_dialog_response_cb),
5497         (ev_window_cmd_save_as):
5498
5499         Make file pickers not modal and refactor code some
5500
5501 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
5502
5503         * shell/ev-sidebar.h:
5504         * shell/ev-sidebar.c: (ev_sidebar_set_property),
5505         (ev_sidebar_get_current_page), (ev_sidebar_get_property),
5506         (ev_sidebar_class_init), (ev_sidebar_select_page),
5507         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_new),
5508         (ev_sidebar_set_page):
5509
5510         Add a current page property and allow to get/set it
5511
5512         * shell/ev-window.c: (setup_view_from_metadata),
5513         (ev_window_sidebar_current_page_changed_cb), (ev_window_init):
5514
5515         Persist current sidebar page per document
5516
5517 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
5518
5519         * data/evince.schemas.in:
5520         * shell/ev-window.c: (update_chrome_visibility),
5521         (setup_document_from_metadata), (update_sidebar_visibility),
5522         (setup_view_from_metadata), (ev_window_sidebar_position_change_cb),
5523         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
5524         (ev_window_run_presentation), (ev_window_stop_presentation),
5525         (ev_window_view_sidebar_cb),
5526         (ev_window_sidebar_visibility_changed_cb), (set_chrome_actions),
5527         (load_chrome), (ev_window_init):
5528
5529         Persist size/visibility of sidebar per document
5530
5531 Fri Sep  2 00:59:55 2005  Jonathan Blandford  <jrb@redhat.com>
5532
5533         * shell/ev-view.c (draw_loading_text): Draw loading text.
5534
5535 2005-09-02  Dan Damian  <dand@gnome.ro>
5536
5537         * configure.in: Added "ro" to ALL_LINGUAS.
5538
5539 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
5540
5541         * shell/ev-view.c: (clear_caches):
5542
5543         ev_page_cache_get doesnt return a reference,
5544         dont try to unref it.
5545
5546 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
5547
5548         * shell/main.c: (load_files_remote):
5549
5550         Fix timestamp parameter with dbus <= 0.33
5551
5552 2005-08-31  Marco Pesenti Gritti  <mpg@redhat.com>
5553
5554         * data/evince.schemas.in:
5555
5556         Add missing full stop
5557
5558 2005-08-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
5559
5560         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info):
5561         * shell/ev-window.c: (ev_window_print_range), (ev_window_dispose):
5562
5563         Plug some memory leaks
5564
5565 2005-08-29  Christian Persch  <chpe@cvs.gnome.org>
5566
5567         * configure.ac:
5568         * lib/ev-debug.c: (trap_handler):
5569
5570         Check for execinfo.h and use it only if it exists.
5571         Ported from Epiphany (bug #314776).
5572
5573 2005-08-29  Duarte Loreto <happyguy_pt@hotmail.com>
5574
5575         * configure.ac: Added Portuguese (pt) to ALL_LINGUAS.
5576
5577 2005-08-27  Mohammad DAMT  <mdamt@gnome.org>
5578
5579         * configure.ac: Added Indonesian "id" to ALL_LINGUAS
5580         * po/id.po      : Added Indonesian translation
5581
5582 Fri Aug 26 00:45:09 2005  Jonathan Blandford  <jrb@redhat.com>
5583
5584         * shell/main.c:
5585         * shell/ev-application.c: Last minute GTK-2.6 fixes.
5586         * NEWS: Release 0.4.0
5587
5588 Thu Aug 25 23:40:23 2005  Jonathan Blandford  <jrb@redhat.com>
5589
5590         * configure.ac: catch another gtk+-2.8ism
5591         * shell/main.c: Make work with gtk+-2.6
5592
5593 2005-08-25  Ryan Lortie  <desrt@desrt.ca>
5594
5595         * shell/ev-application-service.xml: Add 'timestamp' argument to
5596           ev_application_open_window and ev_application_open_uri methods.
5597
5598         * shell/ev-application.h: Add 'timestamp' argument to
5599           ev_application_open_window, ev_application_open_uri,
5600           and ev_application_open_uri_list functions.
5601
5602         * shell/ev-application.c (ev_application_open_window,
5603           ev_application_open_uri, ev_application_open_uri_list): Change
5604           functions that show/present windows to use a timestamp if one
5605           is passed in.
5606
5607         * shell/ev-window.c (ev_window_cmd_file_open,
5608           ev_window_cmd_recent_file_activate, drag_data_received_cb):
5609         * shell/main.c (load_files): Modify calls to ev_application to
5610           include GDK_CURRENT_TIME as timestamp.
5611
5612         * shell/main.c (load_files_remote): Obtain timestamp for client
5613           instance from GDK and pass to server instance so new windows are
5614           focused properly.  Fix dbus_g_proxy_call() calls by including second
5615           G_TYPE_INVALID.
5616           
5617         Closes bug #314475.
5618
5619 Thu Aug 25 22:13:08 2005  Jonathan Blandford  <jrb@redhat.com>
5620
5621         * shell/ev-window.c (ev_window_finalize): Check for
5622         avail. EvWindows when quiting to handle the finalize better,
5623         #314497
5624
5625 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5626         
5627         * properties/ev-properties-view.c: 
5628         
5629         Set textdomain to libglade. Fixes translation problem in property page.
5630
5631 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5632
5633         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
5634         * dvi/Makefile.am:
5635         * dvi/dvi-document.c: (dvi_document_thumbnails_get_thumbnail):
5636         * dvi/mdvi-lib/Makefile.am:
5637         
5638         Fix rotation of thumbnails, ported to new API. Moved library
5639         dependencies earlier, probably it will fix linkage problem.
5640
5641 Thu Aug 25 02:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
5642
5643         * backend/ev-document-misc.c:
5644         (ev_document_misc_get_thumbnail_frame):
5645         * backend/ev-document-misc.h:
5646         * configure.ac:
5647         * pdf/ev-poppler.cc:
5648         * shell/Makefile.am:
5649         * shell/ev-sidebar-thumbnails.c: (add_range),
5650         (ev_sidebar_thumbnails_set_loading_icon),
5651         (ev_sidebar_thumbnails_refresh),
5652         (ev_sidebar_thumbnails_set_document):
5653         * shell/ev-sidebar-thumbnails.h:
5654         * shell/ev-view.c: (ev_view_motion_notify_event),
5655         (ev_view_set_property), (ev_view_get_property),
5656         (ev_view_class_init), (ev_view_set_rotation):
5657         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
5658         (ev_window_cmd_edit_rotate_right), (ev_window_rotation_changed_cb),
5659         (ev_window_init):
5660         * tiff/tiff-document.c: (tiff_document_thumbnails_get_thumbnail):
5661         Redo rotation (again).  prepare for 0.4.0
5662
5663 2005-08-24  Kristian Høgsberg  <krh@redhat.com>
5664
5665         * configure.ac: Bump poppler requirement to 0.4.1.
5666
5667         * pdf/ev-poppler.cc (pdf_selection_render_selection): Add rotation
5668         argument to poppler_page_render_selection() call.
5669
5670 2005-08-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5671
5672         * djvu/djvu-document.c: (djvu_document_render_pixbuf),
5673         (djvu_document_thumbnails_get_thumbnail):
5674         * dvi/dvi-document.c: (dvi_document_render_pixbuf),
5675         (dvi_document_thumbnails_get_thumbnail):
5676         * pixbuf/pixbuf-document.c: (pixbuf_document_render_pixbuf),
5677         (pixbuf_document_thumbnails_get_thumbnail):
5678         * tiff/tiff-document.c: (tiff_document_render_pixbuf):
5679         
5680         Update rotation direction of backends to fit with pdf and ps.
5681
5682 2005-08-24  Marco Pesenti Gritti  <mpg@redhat.com>
5683
5684         * backend/ev-async-renderer.c: (ev_async_renderer_render_pixbuf):
5685         * backend/ev-async-renderer.h:
5686         * ps/ps-document.c: (ps_document_init), (setup_pixmap),
5687         (setup_page), (ps_document_get_page_size),
5688         (ps_async_renderer_render_pixbuf):
5689         * ps/ps-document.h:
5690         * shell/ev-jobs.c: (ev_job_render_run):
5691
5692         Fix orientation in the postscript document
5693
5694 2005-08-23  Marco Pesenti Gritti  <mpg@redhat.com>
5695
5696         * pdf/ev-poppler.cc:
5697         * ps/ps-document.c: (push_pixbuf), (ps_document_widget_event):
5698         * shell/ev-view.c: (highlight_find_results):
5699
5700         Adapt to the new poppler rotation API. Fix text maps on landscape
5701         documents.
5702
5703 Sat Aug 20 17:13:48 2005  Jonathan Blandford  <jrb@redhat.com>
5704
5705         * shell/ev-view.c (compute_new_selection_text): get the correct
5706         region when selecting in modes other than continuous.
5707
5708 Sat Aug 20 13:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
5709
5710         * shell/main.c (main): remove redundant g_warnings.
5711
5712 2005-08-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5713
5714         * shell/Makefile.am: Don't include autogenerated
5715         file ev-application-service.h into distribution, since
5716         it causes dbus crash. Fix for bugs 313724 and 313443. 
5717
5718 2005-08-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5719
5720         * configure.ac: Fix sed expression for FreeBSD. Thanks
5721         to Joe Marcus Clark <marcus@freebsd.org>
5722         
5723         * shell/eggfindbar.c: (entry_activate_callback),
5724         (entry_changed_callback), (egg_find_bar_init),
5725         (egg_find_bar_set_search_string):
5726         
5727         Made findbar buttons unsensitive if there is no text in
5728         entry. Fix for the bug 313285.
5729
5730 2005-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
5731
5732         * ps/ps-document.c: Use g_filename_display_name for displaying
5733         filenames and revert string freeze breackage
5734
5735 2005-08-17  Marco Pesenti Gritti  <mpg@redhat.com>
5736
5737         * NEWS:
5738         * configure.ac:
5739
5740         Update for 0.3.4
5741
5742         * shell/Makefile.am:
5743
5744         Add ev-application-service.xml to extra dist
5745
5746         * shell/ev-view.c: (find_page_at_location):
5747
5748         Remove unused function (fix warning)
5749
5750 2005-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5751
5752         * dvi/mdvi-lib/t1.c: (t1_reset_resolution), (t1_really_load_font),
5753         (t1_load_font), (t1_glyph_bitmap), (t1_font_remove):
5754         
5755         Fix warnings and compilation with t1lib-5.0 and newer. Fix for 
5756         bug 313623.
5757
5758 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5759
5760         * shell/ev-utils.c: (set_umask_permissions), (write_to_temp_file):
5761         * shell/ev-window.c:
5762         Fix build warnings
5763
5764 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
5765
5766         * configure.ac: Update script to get dbus version.
5767         Fix for the bug #313443.
5768
5769 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5770
5771         * shell/ev-window.c: (ev_window_cmd_escape):
5772         
5773         Return focus back to view on escape. Fix for bug 313295.
5774
5775 2005-08-16  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
5776
5777         * shell/ev-window.c: (update_window_title),
5778         (ev_window_popup_password_dialog), (ev_window_load_job_cb),
5779         (ev_window_cmd_save_as):
5780         
5781         Correct conversion from uri to displayable string. Fix for
5782         bug 313296.
5783
5784 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
5785
5786         * ps/ps-document.c: convert filename to utf8 when there is an error
5787         loading document. Fixes #309915
5788
5789 2005-08-16  Marco Pesenti Gritti  <mpg@redhat.com>
5790
5791         * configure.ac:
5792
5793         We depend on poppler 0.4.0
5794
5795 Mon Aug 15 21:53:05 2005  Jonathan Blandford  <jrb@redhat.com>
5796
5797         * configure.ac:
5798         * NEWS: Release 0.3.3.
5799         * thumbnailer/evince-thumbnailer.c: Remove pdf icon.
5800
5801 2005-08-14  Dennis Cranston  <dennis_cranston@yahoo.com>
5802
5803         * shell/ev-window.c: (ev_window_cmd_file_open): HIG fixes:  
5804         add a couple missing mnemonics to menu items, use title 
5805         capitalization for menu items and window titles, and add 
5806         ellipsis to open menu item.     
5807
5808 Mon Aug 15 00:40:21 2005  Jonathan Blandford  <jrb@redhat.com>
5809
5810         * pdf/ev-poppler.cc:
5811         * shell/ev-metadata-manager.c: (ev_metadata_manager_init):
5812         * shell/ev-view.c: (ev_view_rotate_left), (ev_view_set_rotation),
5813         (ev_view_get_rotation):
5814         * shell/ev-view.h:
5815         * shell/ev-window.c: (setup_view_from_metadata),
5816         (save_rotation_to_file), (ev_window_cmd_edit_rotate_left),
5817         (ev_window_cmd_edit_rotate_right): Fix rotation.  Save it to
5818         disk.
5819
5820 2005-08-14  Baris Cicek <baris@teamforce.name.tr>
5821
5822         * configure.ac: Added tr to ALL_LINGUAS
5823
5824 2005-08-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
5825
5826         * shell/ev-view.c: Fix for bug Bug 311838. Search backward
5827         requires several clicks to find word. Thanks to 
5828         Colin Slater <kiltedtaco@gmail.com>.
5829
5830 2005-08-11  Bryan Clark  <clarkbw@cvs.gnome.org>
5831
5832         * data/evince.desktop.in.in: Hide menu entry and
5833         rename it to "Document Viewer". Fix for bug 
5834         #312399.
5835
5836 2005-08-11  Crispin Flowerday  <gnome@flowerday.cx>
5837
5838         * shell/ev-page-action.c (ev_page_action_class_init): 
5839
5840         Point to the correct function in constructor of the
5841         activate_label signal
5842
5843 Tue Aug  9 02:17:13 2005  Jonathan Blandford  <jrb@redhat.com>
5844
5845         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
5846         * shell/ev-jobs.h: Make thread safe.
5847
5848 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5849
5850         * shell/ev-view.c: (view_update_range_and_current_page):
5851         Don't update page range if we are scrolling to some document
5852         point.
5853
5854 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5855
5856         * shell/ev-view.c: (get_page_extents): reverse rotation/scale
5857         when getting max_page_width, fix drawing in dual mode.
5858
5859 Sun Aug  7 02:06:08 2005  Jonathan Blandford  <jrb@redhat.com>
5860
5861         * shell/ev-view.c (ev_view_select_all): reverse rotation/page when
5862         getting the area for select_all.
5863
5864 2005-08-06  Kristian Høgsberg  <krh@redhat.com>
5865
5866         * backend/ev-selection.c: (ev_selection_render_selection):
5867         * backend/ev-selection.h:
5868         * pdf/ev-poppler.cc:
5869         * shell/ev-jobs.c: (ev_job_render_new):
5870         * shell/ev-jobs.h:
5871         * shell/ev-pixbuf-cache.c: (get_selection_colors),
5872         (add_job_if_needed), (ev_pixbuf_cache_get_selection_pixbuf):
5873         * shell/ev-view.c: (ev_view_focus_in), (ev_view_focus_out),
5874         (ev_view_class_init):
5875
5876         Change selection color on focus in and focus out events.  Also,
5877         poppler now uses GdkColor for specifying the selection colors, so
5878         drop some awkward conversion code.
5879
5880 2005-08-06  Yair Hershkovitz  <yairhr@gmail.com>
5881
5882         * configure.ac: Added Hebrew translation
5883
5884 Sat Aug  6 01:12:44 2005  Jonathan Blandford  <jrb@redhat.com>
5885
5886         * NOTES:
5887         * backend/ev-selection.c: (ev_selection_render_selection):
5888         * backend/ev-selection.h:
5889         * pdf/ev-poppler.cc:
5890         * shell/ev-jobs.c: (ev_job_render_dispose), (ev_job_render_new),
5891         (ev_job_render_run):
5892         * shell/ev-jobs.h:
5893         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
5894         (ev_pixbuf_cache_new), (job_finished_cb), (add_job_if_needed),
5895         (convert_gdk_color_to_uint), (ev_pixbuf_cache_get_text_mapping),
5896         (ev_pixbuf_cache_style_changed),
5897         (ev_pixbuf_cache_get_selection_pixbuf),
5898         (ev_pixbuf_cache_set_selection_list),
5899         (ev_pixbuf_cache_get_selection_list):
5900         * shell/ev-pixbuf-cache.h:
5901         * shell/ev-utils.c: (ev_print_region_contents):
5902         * shell/ev-utils.h:
5903         * shell/ev-view.c: (ev_view_queue_draw_page),
5904         (selection_update_idle_cb), (ev_view_motion_notify_event),
5905         (ev_view_style_set), (draw_one_page), (ev_view_class_init),
5906         (setup_caches), (ev_view_find_next), (merge_selection_region),
5907         (selection_free):
5908         * shell/ev-window.c: (ev_window_update_fullscreen_popup):
5909
5910         Clean up selection to be much smoother!
5911
5912 2005-08-05  Kristian Høgsberg  <krh@redhat.com>
5913
5914         * pdf/ev-poppler.cc (pdf_selection_render_selection): Pass colors
5915         to poppler_page_render_selection().
5916
5917 2005-08-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5918
5919         * ps/ps-document.c: (save_page_list): Use
5920         unzipped document when printing. Thanks to 
5921         Colin Slater <kiltedtaco@gmail.com>. Fix for bug
5922         311016.
5923
5924 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5925
5926         * shell/ev-window.c: (update_action_sensitivity):
5927         
5928         Disable print and save respect to lockdown gconf keys. Fix
5929         for 312342.
5930
5931 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5932
5933         * configure.ac:
5934         * shell/ev-utils.c: (rename_file), (set_umask_permissions),
5935         (write_to_temp_file), (ev_file_set_contents):
5936         * shell/ev-utils.h:
5937         * shell/ev-window.c: (save_print_config_to_file):
5938         
5939         Copy-paste g_file_set_contents to keep compatibility with gtk 2.6
5940         Fix for bug 312238
5941
5942 2005-07-31  Christian Persch  <chpe@cvs.gnome.org>
5943
5944         * shell/ev-window.c: (load_print_config_from_file),
5945         (save_print_config_to_file), (ev_window_print_range):
5946
5947         Persist the print settings. Fixes bug #311578.
5948
5949 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5950
5951         * djvu/djvu-document.c: (djvu_document_get_page_size),
5952         (djvu_document_render_pixbuf), (djvu_document_document_iface_init),
5953         (djvu_document_thumbnails_get_thumbnail):
5954         * dvi/dvi-document.c: (dvi_document_get_page_size),
5955         (dvi_document_render_pixbuf), (dvi_document_document_iface_init),
5956         (dvi_document_thumbnails_get_dimensions),
5957         (dvi_document_thumbnails_get_thumbnail):
5958         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size),
5959         (pixbuf_document_render_pixbuf),
5960         (pixbuf_document_document_iface_init),
5961         (pixbuf_document_thumbnails_get_thumbnail):
5962         
5963         Update backends to make them build with new rotation system.
5964
5965 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5966
5967         * help/C/figures/evince_start_window.png:
5968         
5969         Update documentation image from Luca Ferretti <elle.uca@libero.it>
5970
5971 Sat Jul 30 19:09:34 2005  Jonathan Blandford  <jrb@redhat.com>
5972
5973         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_clear):
5974         * shell/ev-pixbuf-cache.h:
5975         * shell/ev-sidebar-thumbnails.c:
5976         (ev_sidebar_thumbnails_get_property), (add_range),
5977         (adjustment_changed_cb):
5978         * shell/ev-view.c: (ev_view_set_rotation): Fix rotation and the
5979         pixbuf cache.  Make thumbnailing work again.  Also, fix bug where
5980         we were thumbnailing the entire docment on startup, slowing us
5981         down hugely. 
5982
5983 Fri Jul 29 23:14:28 2005  Jonathan Blandford  <jrb@redhat.com>
5984
5985         * shell/ev-page-cache.c: (ev_page_cache_new):
5986         * shell/ev-window.c: (update_action_sensitivity): Handle n_pages
5987         == 0, fixes #310306.
5988
5989 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
5990
5991         * shell/ev-view.c: (doc_rect_to_view_rect), (ev_view_rotate_right),
5992         (ev_view_rotate_left):
5993
5994         Account rotation in doc_rect_to_view_rect.
5995         Ensure rotation doesnt go out of bounds.
5996
5997 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
5998
5999         * shell/ev-page-cache.c: (ev_page_cache_get_size):
6000
6001         Correct and cleanup w/h swapping
6002
6003 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
6004
6005         * backend/ev-document-thumbnails.c:
6006         (ev_document_thumbnails_get_thumbnail):
6007         * backend/ev-document-thumbnails.h:
6008         * backend/ev-document.c:
6009         * backend/ev-document.h:
6010         * backend/ev-render-context.c: (ev_render_context_new),
6011         (ev_render_context_set_rotation):
6012         * backend/ev-render-context.h:
6013         * pdf/ev-poppler.cc:
6014         * ps/ps-document.c: (ps_document_document_iface_init):
6015         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
6016         * shell/ev-jobs.h:
6017         * shell/ev-page-cache.c: (build_height_to_page),
6018         (ev_page_cache_new), (ev_page_cache_get_size),
6019         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
6020         (ev_page_cache_get_height_to_page):
6021         * shell/ev-page-cache.h:
6022         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
6023         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
6024         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed),
6025         (ev_pixbuf_cache_get_selection_pixbuf):
6026         * shell/ev-pixbuf-cache.h:
6027         * shell/ev-print-job.c: (idle_print_handler):
6028         * shell/ev-sidebar-thumbnails.c: (add_range):
6029         * shell/ev-view.c: (view_update_range_and_current_page),
6030         (get_page_y_offset), (get_page_extents),
6031         (ev_view_size_request_continuous_dual_page),
6032         (ev_view_size_request_continuous),
6033         (ev_view_size_request_dual_page),
6034         (ev_view_size_request_single_page), (draw_one_page),
6035         (ev_view_set_rotation), (ev_view_rotate_right),
6036         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
6037         (ev_view_zoom_for_size_continuous_and_dual_page),
6038         (ev_view_zoom_for_size_continuous),
6039         (ev_view_zoom_for_size_dual_page),
6040         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
6041         (ev_view_select_all):
6042         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
6043         * tiff/tiff-document.c: (tiff_document_render_pixbuf),
6044         (tiff_document_document_iface_init),
6045         (tiff_document_thumbnails_get_thumbnail):
6046
6047         Use rotation rather than orientation. It's easier and enough
6048         for our needs.
6049
6050 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
6051
6052         * shell/ev-page-cache.c: (build_height_to_page),
6053         (ev_page_cache_new), (ev_page_cache_get_size),
6054         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
6055         (ev_page_cache_get_height_to_page):
6056         * shell/ev-page-cache.h:
6057         * shell/ev-view.c: (get_page_y_offset), (get_page_extents),
6058         (ev_view_size_request_continuous_dual_page),
6059         (ev_view_size_request_continuous),
6060         (ev_view_zoom_for_size_continuous_and_dual_page),
6061         (ev_view_zoom_for_size_continuous):
6062
6063         Make the page cache aware of page orientation.
6064
6065 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
6066
6067         * backend/ev-document-thumbnails.c:
6068         (ev_document_thumbnails_get_thumbnail):
6069         * backend/ev-document-thumbnails.h:
6070         * backend/ev-document.c:
6071         * backend/ev-document.h:
6072         * backend/ev-ps-exporter.c: (ev_ps_exporter_do_page):
6073         * backend/ev-ps-exporter.h:
6074         * pdf/ev-poppler.cc:
6075         * ps/ps-document.c: (ps_document_document_iface_init),
6076         (ps_document_ps_export_do_page):
6077         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
6078         * shell/ev-jobs.h:
6079         * shell/ev-page-cache.c: (ev_page_cache_get_size),
6080         (ev_page_cache_get):
6081         * shell/ev-page-cache.h:
6082         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
6083         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
6084         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed):
6085         * shell/ev-pixbuf-cache.h:
6086         * shell/ev-print-job.c: (idle_print_handler):
6087         * shell/ev-sidebar-thumbnails.c: (add_range):
6088         * shell/ev-view.c: (view_update_range_and_current_page),
6089         (get_page_extents), (ev_view_size_request_dual_page),
6090         (ev_view_size_request_single_page), (draw_one_page),
6091         (clear_caches), (ev_view_set_orientation), (ev_view_rotate_right),
6092         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
6093         (ev_view_zoom_for_size_dual_page),
6094         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
6095         (ev_view_select_all):
6096         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
6097         * tiff/tiff-document.c: (tiff_document_get_page_size),
6098         (tiff_document_get_orientation), (rotate_pixbuf),
6099         (tiff_document_render_pixbuf), (tiff_document_document_iface_init),
6100         (tiff_document_thumbnails_get_thumbnail),
6101         (tiff_document_ps_export_do_page), (tiff_document_init):
6102
6103         Really make use of the orientation bit of the render context.
6104         Use the render context in a few more places in the backend API.
6105         This regress orientation, but now it's done right. Will try to
6106         fix it up asap...
6107
6108 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
6109
6110         * shell/ev-view.c: (ensure_rectangle_is_visible):
6111
6112         Patch by Nickolay V. Shmyrev to fix find flickering
6113
6114 2005-07-27  Martin Kretzschmar  <martink@gnome.org>
6115
6116         * backend/ev-ps-exporter.h: add paper_width, paper_height, and
6117         duplex parameters to ::begin.
6118
6119         * tiff/tiff-document.c (tiff_document_ps_export_begin): 
6120         * shell/ev-print-job.c (idle_print_handler): 
6121         * ps/ps-document.c (ps_document_ps_export_begin): 
6122         * pdf/ev-poppler.cc (pdf_document_ps_exporter_begin): 
6123         * backend/ev-ps-exporter.c (ev_ps_exporter_begin): update
6124         implementations. Poppler backend needs poppler cvs. Rest has
6125         unchanged behavior.
6126
6127 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
6128
6129         * shell/ev-window.c (using_pdf_printer): new function.
6130         (ev_window_print_range): print a less techy message if someone
6131         tries to print to PDF.
6132
6133 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
6134
6135         * pdf/ev-poppler.cc (font_type_to_string): Remove trailing space
6136         from "unknown font" string. Bug #311431
6137
6138 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
6139
6140         * help/es/.cvsignore, help/sr/.cvsignore: ignore xmlpo output.
6141
6142 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
6143
6144         Bug #311280
6145         
6146         * pdf/ev-poppler.cc (font_type_to_string): new, returns user readable
6147         name for PopplerFontTypes
6148         (pdf_document_fonts_fill_model): add font type to the detail column
6149
6150         * backend/ev-document-fonts.h: added
6151         EV_DOCUMENT_FONTS_COLUMN_DETAILS.
6152
6153         * shell/ev-properties-fonts.c (font_cell_data_func): glue together
6154         font name and font details, add a little markup.
6155         (ev_properties_fonts_init): use the new cell data func, specify ypad
6156         property for the cell renderer.
6157         (ev_properties_fonts_set_document): add the details column.
6158
6159 2005-07-24  Artur Flinta  <aflinta@cvs.gnome.org>
6160
6161         * configure.ac: Added "pl" to ALL_LINGUAS.
6162
6163 2005-07-24  Danilo Šegan  <danilo@gnome.org>
6164
6165         * configure.ac: Added "sr" and "sr@Latn" to ALL_LINGUAS.
6166
6167 2005-07-23  Tommi Vainikainen  <thv@iki.fi>
6168
6169         * help/ChangeLog: Started this for translations of manual.
6170         * configure.ac, autogen.sh, .cvsignore: Migrated to
6171         gnome-doc-utils. Patch in bug #311222.
6172
6173 2005-07-22  Martin Kretzschmar  <martink@gnome.org>
6174
6175         * backend/ev-document-factory.c (mime_type_supported_by_gdk_pixbuf): 
6176         #ifdef this away to fix an unused-function warning.
6177
6178 2005-07-22  Ignacio Casal Quinteiro  <nacho.resa@gmail.com>
6179
6180         * configure.ac: Added 'gl' to ALL_LINGUAS.
6181
6182 2005-07-22  Pawan Chitrakar  <pawan@nplinux.org>
6183
6184         * configure.ac: Added ne in ALL_LINGUAS
6185         
6186 2005-07-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6187
6188         * shell/ev-view.c: (ev_view_leave_notify_event):
6189         
6190         Clear status message when pointer leaves view. Fix for bug
6191         #310818 
6192
6193 2005-07-20 Ankit Patel <ankit644@yahoo.com>
6194
6195         * configure.ac: Gujarati (gu) added to ALL_LINGUAS
6196
6197 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6198
6199         * shell/ev-view.c: (ev_view_leave_notify_event),
6200         (ev_view_class_init):
6201         
6202         Set cursor to normal then leaving view.
6203
6204 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6205
6206         * configure.ac:
6207         
6208         Fix required djvulibre version.
6209
6210 2005-07-15  Rajesh Ranjan <rajeshkajha@yahoo.com>
6211
6212         *configure.ac: Hindi (hi) language added
6213
6214 2005-07-15  Amanpreet Singh Brar <amanpreetalam@yahoo.com>
6215
6216         *configure.ac: Punjabi (pa) Language added
6217
6218 2005-07-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6219
6220         * data/evince-ui.xml, shell/ev-window.c:
6221         
6222         Add keypad accelerators for zooming. Fix for bug 308128.
6223
6224 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
6225
6226         * Makefile.am:
6227         * backend/Makefile.am:
6228         * backend/ev-document-factory.c: (ev_document_type_get_from_mime):
6229         * configure.ac:
6230         * shell/ev-document-types.c: (ev_document_types_add_filters):
6231
6232         Allow to enable/disable the pixbuf backend.
6233         Default to off for now. If we want it enabled we should
6234         really put mime types in the desktop, implement properties etc.
6235
6236         * properties/evince-properties.c:
6237
6238         Initialize error to NULL.
6239         Check error is not NULL before freeing.
6240
6241 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
6242
6243         * shell/ev-window.c:
6244
6245         Use F5 as presentation accell
6246
6247 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
6248
6249         * shell/ev-window.c: (update_chrome_visibility),
6250         (ev_window_create_fullscreen_popup), (ev_window_init):
6251
6252         Do not leak the fullscreen toolbar
6253
6254 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
6255
6256         * shell/ev-window.c: (view_actions_focus_in_cb),
6257         (view_actions_focus_out_cb):
6258
6259         These has a return value! Fix totally random focus
6260         issues we was seeing.
6261
6262 2005-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
6263
6264         * shell/main.c: (load_files_remote):
6265
6266         Allow open more than one file
6267
6268 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
6269
6270         * shell/main.c: (load_files_remote):
6271
6272         Fix for dbus 0.33. bug #309975
6273
6274 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
6275
6276         * properties/ev-properties-main.c: (ev_properties_get_pages):
6277
6278         Actually return NULL for types we dont support
6279
6280 2005-07-08  Christian Persch  <chpe@cvs.gnome.org>
6281
6282         * po/POTFILES.in:
6283
6284         Remove empty lines.
6285
6286 2005-07-08  Marco Pesenti Gritti  <marco@gnome.org>
6287
6288         * backend/ev-document-factory.c:
6289         (ev_document_factory_get_document):
6290
6291         Do not try to create the object if type
6292         is invalid.
6293
6294 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
6295
6296         * ps/ps-document.c: (ps_document_dispose),
6297         (ps_async_renderer_render_pixbuf):
6298         * ps/ps-document.h:
6299
6300         Do not leak the target window
6301
6302 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
6303
6304         * shell/ev-application.c: (ev_application_init):
6305
6306         Let tbe check file existence for us.
6307         Add a comment about eggrecent mime filter.
6308
6309 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
6310
6311         * data/evince-ui.xml:
6312         * shell/ev-application.c: (ev_application_shutdown),
6313         (ev_application_init), (ev_application_get_toolbars_model),
6314         (ev_application_get_recent_model),
6315         (ev_application_save_toolbars_model):
6316         * shell/ev-application.h:
6317         * shell/ev-window.c: (ev_window_add_recent),
6318         (ev_window_setup_recent), (ev_window_cmd_edit_toolbar_cb),
6319         (ev_window_cmd_edit_toolbar), (ev_window_dispose),
6320         (ev_window_init):
6321
6322         Use common toolbar and recent models for all windows.
6323         Patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6324
6325 Thu Jul  7 23:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
6326
6327         * configure.ac: add FRONTEND_CORE_LIBS to evince_save_LIBS so we
6328         successfully check for gtk_icon_view_get_visible_range.
6329
6330 2005-07-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6331
6332         * djvu/Makefile.am:
6333         * dvi/Makefile.am:
6334         
6335         Fix djvu and dvi backend build.
6336
6337 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
6338
6339         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c: (new_pixbuf_from_widget),
6340         (new_separator_pixbuf):
6341
6342         Don't leak windows.
6343
6344 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
6345
6346         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
6347
6348         HIGification of toolbar editor dialogue.
6349
6350 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6351
6352         * configure.ac:
6353         * shell/Makefile.am:
6354
6355         Ever build metadata manager since it's just
6356         disabled at runtime now.
6357
6358 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6359
6360         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
6361         (ev_metadata_manager_get), (ev_metadata_manager_set):
6362         * shell/ev-metadata-manager.h:
6363
6364         Add an _init functions that enabled metadata management
6365         at runtime.
6366
6367         * shell/ev-window.c: (page_changed_cb),
6368         (setup_document_from_metadata), (ev_window_setup_document),
6369         (setup_view_from_metadata), (ev_window_open_uri),
6370         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
6371         (ev_window_run_presentation), (ev_window_stop_presentation),
6372         (save_sizing_mode), (ev_window_zoom_changed_cb),
6373         (ev_window_continuous_changed_cb),
6374         (ev_window_dual_mode_changed_cb), (window_state_event_cb),
6375         (window_configure_event_cb):
6376
6377         Remove all ugly metadata define since we deal with it
6378         at runtime now.
6379
6380         * shell/main.c: (load_files_remote), (main):
6381
6382         Add support for dbus cvs head. Hopefully didnt break one
6383         of the other versions now!
6384
6385         If we dont get a response from the dbus server just
6386         give up with it and not enable metadata.
6387
6388 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6389
6390         * Makefile.am:
6391         * backend/Makefile.am:
6392         * configure.ac:
6393         * cut-n-paste/recent-files/Makefile.am:
6394         * cut-n-paste/toolbar-editor/Makefile.am:
6395         * cut-n-paste/zoom-control/Makefile.am:
6396         * lib/Makefile.am:
6397         * pdf/Makefile.am:
6398         * pixbuf/Makefile.am:
6399         * properties/Makefile.am:
6400         * ps/Makefile.am:
6401         * shell/Makefile.am:
6402         * thumbnailer/Makefile.am:
6403         * tiff/Makefile.am:
6404
6405         Make frontends depend on just libev.
6406         Rework and group CFLAGS/LIBS definitions.
6407         Cleanups.
6408
6409 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6410
6411         * shell/ev-window:
6412
6413         do not unnecessarily save zoom
6414
6415         * configure.ac:
6416         * lib/ev-file-helpers.c: (ev_dot_dir):
6417         * shell/Makefile.am:
6418         * shell/dummy.cc:
6419
6420         Some cleanups
6421
6422 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6423
6424         * configure.ac:
6425         
6426         Remove unnecessary dependencies
6427
6428 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6429
6430         * properties/Makefile.am:
6431         * thumbnailer/Makefile.am:
6432         * tiff/Makefile.am:
6433
6434         Some more cleanups. Was really necessary
6435         but I probably introduced bugs, feel free
6436         to flame :)
6437
6438 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6439
6440         * backend/Makefile.am:
6441         * configure.ac:
6442         * cut-n-paste/recent-files/Makefile.am:
6443         * cut-n-paste/toolbar-editor/Makefile.am:
6444         * cut-n-paste/zoom-control/Makefile.am:
6445         * lib/Makefile.am:
6446         * pdf/Makefile.am:
6447         * pixbuf/Makefile.am:
6448         * properties/Makefile.am:
6449         * ps/Makefile.am:
6450         * shell/Makefile.am:
6451         * thumbnailer/Makefile.am:
6452         * tiff/Makefile.am:
6453
6454         Use gnome-common macros when possible.
6455         Cleanup dependencies.
6456         Actually disable deprecated where possible.
6457
6458 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6459
6460         * Makefile.am:
6461         * backend/Makefile.am:
6462         * properties/Makefile.am:
6463         * shell/Makefile.am:
6464         * thumbnailer/Makefile.am:
6465
6466         This should solve the circular dep without
6467         requiring dir reorg!
6468
6469         * shell/ev-window.c: (setup_view_from_metadata):
6470
6471         Never restore window size/position when the
6472         window is already visible.
6473
6474 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
6475
6476         * shell/ev-metadata-manager.c: (ev_metadata_manager_save):
6477
6478         Return a boolean from timeout func. Fix ported from gedit.
6479
6480 2005-07-07  Iñaki Larrañaga  <dooteo@euskalgnu.org>
6481
6482         * configure.ac: Added "eu" (Basque) to ALL_LINGUAS.
6483
6484 2005-07-06  Carlos Garcia Campos  <carlosgc@gnome.org>
6485
6486         * shell/ev-document-types.c: set "All Documents" as default filter in
6487         open dialog
6488
6489 2005-07-06  Martin Kretzschmar  <martink@gnome.org>
6490
6491         * shell/ev-metadata-manager.c (ev_metadata_manager_set_int)
6492         (ev_metadata_manager_set_double, ev_metadata_manager_set_string)
6493         (ev_metadata_manager_set_boolean): fix value/val thinko.
6494
6495 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
6496
6497         * shell/ev-window.c: (setup_view_from_metadata),
6498         (window_state_event_cb), (window_configure_event_cb),
6499         (ev_window_init):
6500
6501         Remember window position and maximized state
6502
6503 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
6504
6505         * configure.ac:
6506
6507         Fix DBUS configure checks.
6508
6509         * shell/ev-metadata-manager.c: (ev_metadata_manager_set_int),
6510         (ev_metadata_manager_set_double), (ev_metadata_manager_set_string),
6511         (ev_metadata_manager_set_boolean):
6512
6513         Plug mem leaks.
6514
6515         * shell/ev-window.c: (page_changed_cb), (ev_window_run_fullscreen),
6516         (ev_window_stop_fullscreen), (ev_window_run_presentation),
6517         (ev_window_stop_presentation), (ev_window_zoom_changed_cb),
6518         (ev_window_continuous_changed_cb),
6519         (ev_window_dual_mode_changed_cb), (ev_window_new):
6520
6521         Fix the build without DBUS.
6522
6523 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
6524
6525         * shell/ev-metadata-manager.c: (parse_value), (save_values),
6526         (ev_metadata_manager_set_int), (ev_metadata_manager_set_double),
6527         (ev_metadata_manager_set_string),
6528         (ev_metadata_manager_set_boolean):
6529         * shell/ev-metadata-manager.h:
6530
6531         Add support for some more types
6532
6533         * shell/ev-view.c: (scroll_to_current_page),
6534         (ev_view_get_continuous), (ev_view_set_continuous),
6535         (ev_view_get_dual_page):
6536         * shell/ev-view.h:
6537         * shell/ev-window.c: (page_changed_cb),
6538         (setup_document_from_metadata), (ev_window_setup_document),
6539         (setup_view_from_metadata), (ev_window_open_uri),
6540         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
6541         (ev_window_run_presentation), (ev_window_stop_presentation),
6542         (save_sizing_mode), (ev_window_sizing_mode_changed_cb),
6543         (ev_window_zoom_changed_cb), (ev_window_update_continuous_action),
6544         (ev_window_update_dual_page_action),
6545         (ev_window_continuous_changed_cb),
6546         (ev_window_dual_mode_changed_cb), (ev_window_init):
6547
6548         Remember a bunch of view/document properties. Prolly some
6549         are still missing but it's getting interesting.
6550
6551 2005-07-05  Martin Kretzschmar  <martink@gnome.org>
6552
6553         * configure.ac: check if dbus-binding-tool is installed. Not the
6554         case on current Ubuntu breezy, it seems.
6555
6556 2005-07-05  Luca Ferretti <elle.uca@libero.it>
6557
6558         * data/evince.desktop.in.in:
6559         
6560         Allow open uri lists and add TryExec field.
6561
6562 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
6563
6564         * configure.ac:
6565
6566         Enable dbus when available, do not require a configure
6567         option.
6568
6569 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
6570
6571         * configure.ac:
6572
6573         Use AM_CONDITIONAL unconditionally, fixes the build with DBUS
6574         disabled.
6575
6576 2005-07-05  Carlos Garcia Campos  <carlosgc@gnome.org>
6577         Marco Pesenti Gritti  <mpg@redhat.com>
6578
6579         * shell/Makefile.am: Add --prefix for dbus-binding-tool script
6580         
6581         * shell/ev-application.[ch], shell/ev-window.c: change dbus RPC 
6582         functions to the format required by dbus
6583
6584         * shell/main.c: use G_TYPE instead of DBUS_TYPE to fix compilation
6585         errors. Use the RPC parameters in the expected way
6586
6587 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
6588
6589         * Makefile.am:
6590         * properties/Makefile.am:
6591         * properties/ev-properties-main.c: (ev_properties_get_pages):
6592
6593         Support all mime types
6594
6595         * shell/Makefile.am:
6596         * thumbnailer/Makefile.am:
6597         * thumbnailer/evince-thumbnailer.c: (get_document_from_uri),
6598         (evince_thumbnail_pngenc_get):
6599
6600         Use the document factory
6601
6602 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
6603
6604         * backend/Makefile.am:
6605         * backend/ev-document-factory.c:
6606         (mime_type_supported_by_gdk_pixbuf),
6607         (ev_document_type_get_from_mime),
6608         (ev_document_factory_get_document),
6609         (ev_document_factory_get_backend),
6610         (ev_document_factory_get_mime_types),
6611         (ev_document_factory_get_all_mime_types):
6612         * backend/ev-document-factory.h:
6613         * shell/Makefile.am:
6614         * shell/ev-document-types.c: (get_document_from_uri),
6615         (ev_document_types_get_document),
6616         (file_filter_add_mime_list_and_free),
6617         (ev_document_types_add_filters):
6618         * shell/ev-document-types.h:
6619         * shell/ev-job-xfer.c: (ev_job_xfer_run):
6620         * shell/ev-properties-dialog.c:
6621         (ev_properties_dialog_set_document):
6622         * shell/ev-window.c: (ev_window_cmd_file_open),
6623         (ev_window_cmd_save_as):
6624         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
6625
6626         Rework document types managing to avoid code duplication
6627         and actually abstract from backend implementations.
6628         Also provide a minimal factory api that can be used by
6629         thumbnailer/properties.
6630
6631 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
6632
6633         * properties/ev-properties-view.c: (ev_properties_view_set_info):
6634         Plug a mem leak.
6635         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
6636         HIG spacings.
6637
6638 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
6639
6640         * shell/ev-properties-dialog.c
6641         (ev_properties_dialog_set_document): only call
6642         ev_properties_fonts_set_document() if the document implements the
6643         fonts interface
6644
6645 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
6646
6647         * configure.ac:
6648         * properties/Makefile.am:
6649         * properties/ev-properties-view.c:
6650         (ev_properties_view_register_type):
6651         * properties/ev-properties-view.h:
6652         * properties/ev-properties-main.h:
6653
6654         Implement nautilus plugin for properties.
6655         Works only for pdf atm, I need to rework the
6656         document types stuff to get this to work
6657         for all backends...
6658
6659 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
6660
6661         * shell/ev-properties-fonts.c (enum): kill redundant columns enum
6662         (ev_properties_fonts_set_document): use
6663         EV_DOCUMENT_FONTS_COLUMN_NUM_COLUMNS.
6664
6665 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
6666
6667         * tiff/tiff2ps.c: remove TRUE and FALSE definitions, glib provides
6668         them
6669         (PlaceImage, tiff2ps_process_page): use
6670         g_ascii_dtostr to convert floats to strings in a locale-safe way.
6671
6672
6673 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
6674
6675         * shell/main.c: include libgnomeui/gnome-authentication-manager.h
6676         (main): to call gnome_authentication_manager_init. Should fix
6677         Bug #308510
6678
6679         * configure.ac: that requires libgnomeui 2.6.0.
6680
6681 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
6682
6683         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
6684         (tiff_document_ps_export_do_page, tiff_document_ps_export_end):
6685         use the new tiff2ps interfaces
6686
6687         * tiff/tiff2ps.h (tiff2ps_context_new, tiff2ps_process_page) 
6688         (tiff2ps_context_finalize): implement new interfaces for tiff2ps
6689
6690         * tiff/tiff2ps.c: refactor tiff2ps code to use a context
6691         structure instead of global variables.  Remove use of static
6692         variables in functions.
6693
6694 2005-07-04  Carlos Garcia Campos <carlosgc@gnome.org>
6695
6696         * shell/ev-page-action.c: unref the completion after setting it to the
6697         entry
6698
6699 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
6700
6701         * tiff/tiff2ps.c (generateEPSF): disable generating encapsulated
6702         postscript files
6703
6704 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
6705
6706         * shell/ev-window.c (update_action_sensitivity): disable
6707         File->Print if the document does not implement the ps exporter
6708         interface
6709
6710 2005-07-04  Marco Pesenti Gritti  <mpg@redhat.com>
6711
6712         * Makefile.am:
6713         * configure.ac:
6714         * data/evince-properties.glade:
6715         * properties/.cvsignore:
6716         * properties/Makefile.am:
6717         * properties/ev-properties-view.c: (ev_properties_view_dispose),
6718         (ev_properties_view_class_init), (ev_properties_view_format_date),
6719         (make_valid_utf8), (set_property), (ev_properties_view_set_info),
6720         (ev_properties_view_init), (ev_properties_view_new):
6721         * properties/ev-properties-view.h:
6722         * shell/Makefile.am:
6723         * shell/ev-properties-dialog.c: (ev_properties_dialog_class_init),
6724         (ev_properties_dialog_init), (ev_properties_dialog_set_document),
6725         (ev_properties_dialog_new):
6726         * shell/ev-properties-dialog.h:
6727         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
6728         (ev_properties_fonts_class_init), (ev_properties_fonts_init),
6729         (update_progress_label), (job_fonts_finished_cb),
6730         (ev_properties_fonts_set_document), (ev_properties_fonts_new):
6731         * shell/ev-properties-fonts.h:
6732         * shell/ev-properties.c:
6733         * shell/ev-properties.h:
6734         * shell/ev-window.c: (ev_window_setup_document),
6735         (ev_window_cmd_file_properties):
6736
6737         Split the properties pages in two different objects, depend
6738         only on the backend where possible, use widgets instead
6739         of gobject for the glade part, reimplement the dialog
6740         itself with gtk.
6741         I need this to implement nautilus properties page.
6742
6743 2005-07-03  Matthew S. Wilson  <msw@rpath.com>
6744
6745         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
6746         (tiff_document_ps_export_do_page, tiff_document_ps_export_end) 
6747         (tiff_document_document_ps_exporter_iface_init): implement the ps
6748         exporter interface for tiff documents
6749
6750         * tiff/tiff2ps.c: added a modified version of tiff2ps.c from
6751         libtiff to implement TIFF postscript export
6752
6753         * tiff/tiff2ps.h: added a header file for external tiff2ps
6754         functions.
6755
6756         * tiff/Makefile.am (libtiffdocument_la_SOURCES): add tiff2ps.c and
6757         tiff2ps.h
6758
6759 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6760
6761         * shell/ev-view.c: (scroll_to_current_page),
6762         (ev_view_set_fullscreen), (ev_view_set_presentation):
6763         
6764         Scroll to current page when exit from presentation
6765
6766 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6767
6768         * shell/ev-window.c: (update_document_mode),
6769         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
6770         (ev_window_cmd_view_fullscreen), (ev_window_stop_presentation),
6771         (ev_window_cmd_view_presentation), (ev_window_cmd_escape):
6772         
6773         Exit from fullscreen mode when switch to presentation. Fix for
6774         bug 309365
6775
6776 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
6777
6778         * shell/ev-pixbuf-cache.c (ev_pixbuf_cache_get_selection_pixbuf):
6779         return NULL if the document does not implement the selection
6780         interface.
6781
6782 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
6783
6784         * tiff/tiff-document.c (tiff_document_get_page_size): scale the
6785         reported height by using the resolution aspect ratio
6786         (tiff_document_render_pixbuf): scale the pixbuf using the
6787         resolution aspect ratio
6788
6789 2005-07-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6790
6791         * configure.ac:
6792         
6793         Require libgnomeprint >= 2.5.1. Thanks to Colin Slater 
6794         <kiltedaco@gmail.com>
6795         
6796         * djvu/djvu-document.c: (djvu_document_get_orientation),
6797         (djvu_document_set_orientation), (djvu_document_get_page_size),
6798         (rotate_pixbuf), (djvu_document_render_pixbuf),
6799         (djvu_document_document_iface_init):
6800         * dvi/dvi-document.c: (dvi_document_get_orientation),
6801         (dvi_document_set_orientation), (dvi_document_get_page_size),
6802         (rotate_pixbuf), (dvi_document_render_pixbuf),
6803         (dvi_document_document_iface_init):
6804         
6805         Dvi and djvu backends are ported to new API
6806
6807 Fri Jul  1 00:10:15 2005  Jonathan Blandford  <jrb@redhat.com>
6808
6809         * backend/ev-selection.c: (ev_selection_get_selection_region),
6810         (ev_selection_get_selection_map):
6811         * backend/ev-selection.h:
6812         * pdf/ev-poppler.cc:
6813         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
6814         * shell/ev-jobs.h:
6815         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
6816         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
6817         (ev_pixbuf_cache_get_text_mapping):
6818         * shell/ev-pixbuf-cache.h:
6819         * shell/ev-view.c: (location_in_text),
6820         (ev_view_motion_notify_event), (ev_view_set_cursor): Add I-Beam
6821         support to EvView.  Now we can see where we can select!  Sweet!
6822
6823 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
6824
6825         * shell/ev-view.c (ev_view_button_press_event): Fix
6826         event->y + view->scroll_x typo.
6827
6828 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
6829
6830         * pdf/ev-poppler.cc: Adjust to poppler API changes; use a
6831         sub-GdkPixbuf instead of passing dest_x and dest_y.
6832         
6833         * shell/ev-view.c: (view_point_to_doc_point),
6834         (view_rect_to_doc_rect), (ev_view_button_press_event),
6835         (ev_view_motion_notify_event), (compute_new_selection_rect),
6836         (gdk_rectangle_point_in), (compute_new_selection_text),
6837         (compute_selections): Update selection code to keep the selection
6838         around as two points and not as a normalized rectangle, and fix
6839         page level selection in two-column mode.
6840
6841 2005-06-30  Alex Duggan  <aldug@astrolinux.com>
6842
6843         * shell/ev-window.c: (window_configure_event_cb): 
6844         
6845         Fix compilation
6846         
6847 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
6848
6849         * pdf/ev-poppler.cc:
6850
6851         Fix compilation
6852
6853 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
6854
6855         * shell/Makefile.am:
6856         * shell/ev-metadata-manager.c: (item_free),
6857         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
6858         (parse_value), (parseItem), (load_values),
6859         (ev_metadata_manager_get), (value_free), (ev_metadata_manager_set),
6860         (save_values), (save_item), (get_oldest), (resize_items),
6861         (ev_metadata_manager_save), (ev_metadata_manager_set_int):
6862         * shell/ev-metadata-manager.h:
6863
6864         Metadata manager from gedit but modified to use GValue, so that
6865         we dont need to keep converting from strings.
6866
6867         * configure.ac:
6868
6869         ENABLE_METADATA conditional, on when dbus is on
6870
6871         * shell/ev-application.c: (ev_application_open_uri):
6872
6873         Show the window after load so that we can initialize
6874         window size before it's showed.
6875
6876         * shell/ev-window.c: (ev_window_setup_from_metadata),
6877         (ev_window_open_uri), (window_configure_event_cb),
6878         (ev_window_init):
6879
6880         Save and load metadata information about window size.
6881         Not yet keeping states in account.
6882
6883         * shell/main.c: (main):
6884
6885         Shutdown metadata manager.
6886
6887 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
6888
6889         * shell/ev-application-service.xml:
6890         * configure.ac:
6891         * shell/Makefile.am:
6892         * shell/ev-application.c:
6893         * shell/ev-application.h:
6894         * shell/ev-window.c:
6895         * shell/ev-window.h:
6896         * shell/main.c:
6897
6898         Add an optional dbus interface (--enable-dbus).
6899         Rework application code, mainly to be easier to
6900         use "remotely".
6901         Do not open multiple windows with the same document,
6902         spatial evince!
6903
6904 Thu Jun 30 01:50:14 2005  Jonathan Blandford  <jrb@redhat.com>
6905
6906         * shell/ev-pixbuf-cache.c (clear_selection_if_needed): unref the
6907         pixbuf iff it exists.
6908
6909 Thu Jun 30 01:43:00 2005  Jonathan Blandford  <jrb@redhat.com>
6910
6911         * shell/*:
6912         * backend/ev-render-context.[ch]:
6913         * backend/ev-selection.[ch]:
6914
6915         Massive changes.  We now support text selection of pdfs, and not
6916         just rectangular selection.  This is pretty broken still, but I
6917         want to get something into CVS.
6918
6919 2005-06-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6920
6921         * pdf/ev-poppler.cc:
6922         
6923         Fix for Bug 309080: crash on window close.
6924         
6925         * shell/ev-page-action.c: (page_changed_cb):
6926         
6927         Fix for Bug 309168: Fix build with gcc 2.95. Thanks to
6928         jensgr@gmx.net (Jens Granseuer).
6929
6930 2005-06-25  Marcel Telka  <marcel@telka.sk>
6931
6932         * configure.in (ALL_LINGUAS): Added sk.
6933
6934 2005-06-24  Carlos Garcia Campos  <carlosgc@gnome.org>
6935
6936         * shell/ev-window.c: Make rotate menu entries unsensitive if there is
6937         not a document open
6938
6939 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
6940
6941         * NEWS:
6942         * configure.ac:
6943
6944         Release 0.3.2
6945
6946         * cut-n-paste/recent-files/Makefile.am:
6947
6948         Fix make distcheck
6949
6950 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
6951
6952         * pixbuf/pixbuf-document.c: (pixbuf_document_get_orientation),
6953         (pixbuf_document_set_orientation), (rotate_pixbuf),
6954         (pixbuf_document_get_page_size), (pixbuf_document_render_pixbuf),
6955         (pixbuf_document_document_iface_init), (pixbuf_document_init):
6956
6957         Implement rotation and cleanup the code a bit.
6958
6959         * tiff/tiff-document.c: (tiff_document_get_page_size),
6960         (tiff_document_get_orientation), (tiff_document_set_orientation),
6961         (rotate_pixbuf), (tiff_document_render_pixbuf),
6962         (tiff_document_document_iface_init), (tiff_document_init):
6963
6964         Implement rotation. Was the quicker solution for the release
6965         but we really need to share this code in the shell.
6966
6967 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
6968
6969         * pdf/ev-poppler.cc:
6970
6971         Enable rotation, require poppler cvs. Fix a leak.
6972
6973 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6974
6975         * shell/ev-window.c: (update_action_sensitivity):
6976         
6977         Make properties unsensitive if document backend doesn't provide
6978         any info
6979
6980 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6981
6982         * dvi/mdvi-lib/bitmap.c: (bitmap_alloc), (bitmap_alloc_raw),
6983         (bitmap_flip_horizontally), (bitmap_flip_vertically),
6984         (bitmap_flip_diagonally), (bitmap_rotate_clockwise),
6985         (bitmap_rotate_counter_clockwise), (bitmap_flip_rotate_clockwise),
6986         (bitmap_flip_rotate_counter_clockwise):
6987         * dvi/mdvi-lib/color.c: (mdvi_push_color), (get_color_table):
6988         * dvi/mdvi-lib/common.c: (read_string), (buff_free), (buff_add),
6989         (buff_gets):
6990         * dvi/mdvi-lib/common.h:
6991         * dvi/mdvi-lib/dvimisc.c: (mdvi_push_color):
6992         * dvi/mdvi-lib/dviread.c: (get_bytes), (dreset), (define_font),
6993         (opendvi), (mdvi_reload), (mdvi_init_context),
6994         (mdvi_destroy_context), (mdvi_dopage), (special):
6995         * dvi/mdvi-lib/font.c: (font_drop_one), (font_free_unused):
6996         * dvi/mdvi-lib/fontmap.c: (read_encoding), (destroy_encoding),
6997         (file_hash_free), (register_encoding), (parse_spec),
6998         (mdvi_load_fontmap), (free_ent), (mdvi_init_fontmaps),
6999         (mdvi_add_fontmap_file), (mdvi_ps_read_fontmap),
7000         (mdvi_ps_flush_fonts), (mdvi_ps_find_font), (mdvi_ps_get_metrics):
7001         * dvi/mdvi-lib/fontsrch.c: (mdvi_list_font_class),
7002         (mdvi_register_font_type), (mdvi_unregister_font_type),
7003         (lookup_font), (mdvi_add_font), (mdvi_font_retry):
7004         * dvi/mdvi-lib/gf.c: (gf_read_bitmap), (gf_load_font):
7005         * dvi/mdvi-lib/hash.c: (mdvi_hash_remove), (mdvi_hash_remove_ptr),
7006         (mdvi_hash_destroy_key), (mdvi_hash_reset):
7007         * dvi/mdvi-lib/pagesel.c: (mdvi_parse_range),
7008         (mdvi_parse_page_spec), (mdvi_free_page_spec), (main):
7009         * dvi/mdvi-lib/paper.c: (mdvi_free_paper_specs):
7010         * dvi/mdvi-lib/pk.c: (pk_lookup), (pk_lookupn), (pk_load_font):
7011         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
7012         * dvi/mdvi-lib/special.c: (mdvi_register_special),
7013         (mdvi_unregister_special), (mdvi_flush_specials):
7014         * dvi/mdvi-lib/t1.c: (t1_lookup_font), (t1_really_load_font),
7015         (t1_font_remove):
7016         * dvi/mdvi-lib/tfm.c: (get_tfm_chars):
7017         * dvi/mdvi-lib/tfmfile.c: (afm_load_file), (tfm_load_file),
7018         (ofm1_load_file), (ofm_load_file), (get_font_metrics),
7019         (free_font_metrics), (flush_font_metrics):
7020         * dvi/mdvi-lib/tt.c: (tt_really_load_font), (tt_get_bitmap),
7021         (tt_font_remove):
7022         * dvi/mdvi-lib/util.c: (mdvi_malloc), (mdvi_realloc),
7023         (mdvi_calloc), (mdvi_free), (mdvi_strdup), (mdvi_strncpy),
7024         (mdvi_strndup), (mdvi_memdup), (xstradd), (dstring_append),
7025         (dstring_insert), (dstring_new), (dstring_reset):
7026         * dvi/mdvi-lib/vf.c: (vf_load_font), (vf_free_macros):
7027         
7028         Rename xmalloc and xfree to mdvi_malloc and mdvi_free to
7029         avoid conflict with libtool on FC4
7030         
7031         * shell/ev-window.c: (ev_window_cmd_help_about):
7032         
7033         Update copyright year. Fix for bug 308828.
7034
7035 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
7036
7037         * shell/ev-view.c: (add_scroll_binding_keypad),
7038         (ev_view_binding_activated), (ev_view_class_init),
7039         (on_adjustment_value_changed):
7040         
7041         Bug 170874: Arrow keys switch pages in presentation mode
7042
7043 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
7044
7045         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
7046         
7047         Fix for Bug 308265: Sidebar dissappears coming out of 
7048         Presentation mode
7049
7050 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
7051
7052         * shell/ev-application.c: (ev_application_open):
7053         * shell/ev-document-types.c: (ev_document_types_add_filters),
7054         (ev_document_types_add_filters_for_type):
7055         * shell/ev-document-types.h:
7056         * shell/ev-window.c: (ev_window_cmd_save_as):
7057         
7058         Suggest basename as template when saving, provide filters
7059         for save dialog. It's bug 308402
7060
7061 2005-06-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7062
7063         * pdf/ev-poppler.cc:
7064         * shell/ev-sidebar-links.c: (job_finished_callback):
7065         * shell/ev-view.c: (update_find_status_message):
7066         
7067         Some leaks fixed
7068
7069 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
7070
7071         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
7072         (egg_recent_view_uimanager_set_list):
7073
7074         Fix buglet in !show_numbers case.
7075
7076 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
7077
7078         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
7079         (connect_proxy_cb), (egg_recent_view_uimanager_set_list):
7080
7081         Use pango ellipsisation.
7082
7083         * pdf/ev-poppler.cc:
7084
7085         Fix refcount leak, from nsh.
7086
7087 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7088
7089         * cut-n-paste/recent-files/Makefile.am:
7090         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
7091         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
7092         
7093         Removed EggRecentViewGtk
7094         
7095         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
7096         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
7097         * shell/ev-window.c: (ev_window_cmd_recent_file_activate),
7098         (ev_window_setup_recent):
7099         
7100         Use ViewUIManager instead of ViewGtk. Less leaks, more compatibility
7101         with other projects
7102
7103 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7104
7105         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
7106         (egg_recent_view_gtk_finalize):
7107
7108         Fix memory leak
7109
7110         * cut-n-paste/toolbar-editor/Makefile.am:
7111         
7112         Fix location of cursor icon.
7113         
7114         * pdf/ev-poppler.cc:
7115         * shell/ev-page-action.c: (build_new_tree_cb), (match_selected_cb),
7116         (display_completion_text), (match_completion):
7117         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
7118         (selection_changed_callback), (create_loading_model),
7119         (print_section_cb), (links_page_num_func),
7120         (update_page_callback_foreach):
7121         * shell/ev-window.c: (ev_window_dispose):
7122         
7123         Small memory fixes. Links model now store objects instead
7124         of pointers to improve memory management. 
7125
7126 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7127
7128         * shell/ev-window.c: (zoom_control_changed_cb):
7129         
7130         Fix update of zoom control (bug 308268).
7131
7132 Sat Jun 18 22:46:42 2005  Jonathan Blandford  <jrb@redhat.com>
7133
7134         * shell/ev-properties.c (set_property): escape the text correctly.
7135         Handles non-UTF-8 properties and escaped properties.  Also, sets
7136         the text to "<i>None</i>" if the property isn't set.
7137
7138         * data/evince-properties.glade: Change the label to be ellipsized,
7139         and give it a minimum size.
7140
7141 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7142
7143         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown):
7144         * shell/ev-sidebar-links.c: (create_loading_model):
7145         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
7146         * shell/ev-view.c: (ev_view_set_document):
7147         * shell/ev-window.c: (ev_window_dispose):
7148         
7149         Various small fixes, mostly memory leaks. Thanks to valgrind.
7150
7151 2005-06-19  Martin Kretzschmar  <martink@gnome.org>
7152
7153         * ps/ps-document.c: remove the locale.h include again ;-). And
7154         kill the (bogus) setlocale/savelocale business.
7155
7156 2005-06-19  Jaap A. Haitsma <jaap@haitsma.org>
7157
7158         * ps/ps-document.c:
7159         
7160         Include locale.h to fix build
7161         
7162         * shell/ev-sidebar.c:
7163         
7164         Remove unnecessary includes
7165
7166 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7167
7168         * dvi/dvi-document.c: (dvi_document_load):
7169         * dvi/mdvi-lib/dviread.c: (mdvi_init_context):
7170         * po/POTFILES.in:
7171         
7172         Check for incorrect dvi files. Fix parsing dvi on AMD64
7173         platform. Thanks to tester@tester.ca (Olivier Crete).
7174
7175 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7176
7177         * shell/ev-page-action.c: (match_selected_cb),
7178         (display_completion_text), (match_completion), (update_model):
7179         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
7180         (expand_open_links):
7181         * shell/ev-sidebar.c: (ev_sidebar_destroy),
7182         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_add_page),
7183         (ev_sidebar_set_document):
7184         * shell/ev-window.c: (ev_window_xfer_job_cb),
7185         (sidebar_widget_model_set), (sidebar_page_main_widget_update_cb):
7186         
7187         Fixed lot's of memory leaks, for example, memory leak on reload, 
7188         described in bug 307793.
7189
7190 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
7191
7192         * pdf/ev-poppler.cc:
7193         * shell/ev-sidebar-thumbnails.c: (clear_range), (add_range),
7194         (update_visible_range), (adjustment_changed_cb),
7195         (ev_sidebar_thumbnails_fill_model),
7196         (ev_sidebar_thumbnails_refresh),
7197         (ev_sidebar_tree_selection_changed),
7198         (ev_sidebar_icon_selection_changed),
7199         (ev_sidebar_thumbnails_use_icon_view),
7200         (ev_sidebar_thumbnails_set_document):
7201         * shell/ev-sidebar-thumbnails.h:
7202         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
7203         (ev_window_cmd_edit_rotate_right), (ev_window_init):
7204
7205         Refresh thumbnails when changing orientation. Not fully
7206         working yet becuase of a sidebar bug.
7207
7208         Set page orientation to poppler page everywhere. This sucks
7209         really need to fix poppler.
7210
7211 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
7212
7213         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
7214         (egg_recent_view_gtk_new_menu_item),
7215         (egg_recent_view_gtk_set_property),
7216         (egg_recent_view_gtk_get_property),
7217         (egg_recent_view_gtk_class_init), (egg_recent_view_gtk_init),
7218         (egg_recent_view_gtk_set_tooltip_func),
7219         (egg_recent_view_gtk_set_label_width),
7220         (egg_recent_view_gtk_get_label_width):
7221         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
7222
7223         Sync with libegg (ellipsize labels)
7224
7225 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7226
7227         * data/evince-ui.xml:
7228         * shell/ev-window.c: (ev_window_cmd_go_forward),
7229         (ev_window_cmd_go_backward):
7230         
7231         Shift + PageUp moves 10 Pages. Fix for 306125
7232
7233 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
7234
7235         * pdf/ev-poppler.cc:
7236
7237         Add a flag to check if orientation has been overriden
7238
7239 2005-06-17  Martin Kretzschmar  <martink@gnome.org>
7240
7241         * ps/ps.c (psscan, psfree): read "Creator:" comment, free creator
7242         field if necessary.
7243
7244         * ps/ps.h: add creator field to document.
7245
7246         * ps/ps-document.c (ps_document_get_info): set format to PostScript,
7247         set creator field.
7248
7249 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
7250
7251         * data/evince-properties.glade:
7252         * shell/ev-properties.c: (ev_properties_set_document):
7253
7254         s/PDF Version/Format
7255
7256 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
7257
7258         * shell/ev-properties.c: (ev_properties_set_document):
7259
7260         Remove unnecessary translations
7261
7262 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
7263
7264         * cut-n-paste/toolbar-editor/Makefile.am:
7265
7266         Correct library name    
7267
7268 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
7269
7270         * configure.ac:
7271         * cut-n-paste/recent-files/egg-recent-model.c:
7272         (egg_recent_model_write_raw), (egg_recent_model_lock_file),
7273         (egg_recent_model_unlock_file):
7274         * cut-n-paste/recent-files/egg-recent-util.c:
7275         (egg_recent_util_get_unique_id):
7276         * cut-n-paste/recent-files/update-from-egg.sh:
7277         * cut-n-paste/toolbar-editor/Makefile.am:
7278         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
7279         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
7280         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
7281         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
7282         (egg_toolbars_model_get_type):
7283         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
7284
7285         Better makefile for toolbar editor and update everything
7286         to latest libegg.
7287
7288 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
7289
7290         * shell/ev-window.c: (update_document_mode):
7291
7292         Prefer presentation mode when the document
7293         require fullscreen.
7294
7295 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
7296
7297         * data/evince-ui.xml:
7298         * shell/ev-window.c:
7299
7300         Add control-equal for zooming
7301
7302 2005-06-17  Theppitak Karoonboonyanan  <thep@linux.thai.net>
7303
7304         * configure.ac: Added 'th' (Thai) to ALL_LINGUAS.
7305
7306 2005-06-16  Marco Pesenti Gritti  <mpg@redhat.com>
7307
7308         * backend/ev-document.c: (ev_document_get_orientation):
7309         * backend/ev-document.h:
7310         * pdf/ev-poppler.cc:
7311         * ps/ps-document.c: (ps_document_get_orientation),
7312         (ps_document_set_orientation), (ps_document_document_iface_init):
7313
7314         Add a get_orientation api. Improve set_orientation.
7315
7316         * data/evince-ui.xml:
7317         * shell/ev-view.c: (ev_view_set_orientation),
7318         (ev_view_rotate_right), (ev_view_rotate_left):
7319         * shell/ev-view.h:
7320         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
7321         (ev_window_cmd_edit_rotate_right):
7322
7323         Better ui for changing document orientation
7324
7325 2005-06-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7326
7327         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_property),
7328         (ev_sidebar_links_class_init), (ev_sidebar_links_get_label):
7329         * shell/ev-sidebar-links.h:
7330         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
7331         (ev_sidebar_page_iface_init):
7332         * shell/ev-sidebar-page.h:
7333         * shell/ev-sidebar-thumbnails.c:
7334         (ev_sidebar_thumbnails_get_property),
7335         (ev_sidebar_thumbnails_class_init),
7336         (ev_sidebar_thumbnails_set_document):
7337         * shell/ev-sidebar-thumbnails.h:
7338         * shell/ev-view.c: (ev_view_motion_notify_event):
7339         * shell/ev-window.c: (update_chrome_visibility),
7340         (ev_window_cmd_focus_page_selector),
7341         (ev_window_update_fullscreen_popup), (view_actions_focus_in_cb),
7342         (sidebar_page_main_widget_update_cb), (ev_window_init):
7343         
7344         Autoraise toolbar on GoToPage binding and fix bindings in
7345         EvSidebarThumbnails page.
7346
7347 2005-06-15  Christian Persch  <chpe@cvs.gnome.org>
7348
7349         * shell/ev-properties.c: (update_progress_label):
7350
7351         Hide the progress label when finished; bug #307697.
7352
7353 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
7354
7355         * pdf/ev-poppler.cc:
7356
7357         Enable is_open for links, you will need poppler cvs
7358
7359         * shell/ev-properties.c: (job_fonts_finished_cb):
7360
7361         Get a lock on the document when filling the tree view
7362
7363 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
7364
7365         * backend/ev-document-links.h:
7366         * pdf/ev-poppler.cc:
7367         * shell/ev-sidebar-links.c: (create_loading_model),
7368         (expand_open_links), (job_finished_callback):
7369
7370         Expand links when specified by the document.
7371         Depend on a poppler api (defined out for now)
7372
7373 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
7374
7375         * shell/ev-properties.c: (ev_properties_dispose),
7376         (ev_properties_class_init), (dialog_destroy_cb),
7377         (ev_properties_init), (job_fonts_finished_cb), (setup_fonts_view),
7378         (ev_properties_set_document), (ev_properties_new),
7379         (ev_properties_show):
7380         * shell/ev-properties.h:
7381
7382         Make it an object, cleanup the code, api to show it as transient
7383         and to set the document.
7384
7385         * shell/ev-window.c: (ev_window_setup_document),
7386         (ev_window_cmd_file_properties):
7387
7388         Adapt to EvProperties changes, do not show multiple
7389         times, update it when document changes.
7390
7391 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
7392
7393         * ps/gstypes.h:
7394         * ps/ps-document.c: (ps_document_init), (get_page_orientation),
7395         (ps_document_set_orientation), (ps_document_document_iface_init):
7396         * ps/ps-document.h:
7397
7398         Implement orientation here too
7399
7400         * shell/ev-properties.c: (ev_properties_new):
7401         * data/evince-properties.glade:
7402
7403         Hide the fonts page for backends that doesnt
7404         support it.     
7405
7406 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
7407
7408         * backend/ev-document.c: (ev_document_set_orientation):
7409         * backend/ev-document.h:
7410         * pdf/ev-poppler.cc:
7411
7412         Add orientation api. Currently poppler api is not optimal,
7413         we need to set orientation every time we _get a page.
7414         I will try to fix that at some point.
7415
7416         * data/evince-ui.xml:
7417         * shell/ev-window.c: (ev_window_cmd_edit_landscape),
7418         (ev_window_cmd_edit_portrait), (ev_window_cmd_edit_flip):
7419
7420         Add orientation menu items
7421
7422         * shell/ev-page-cache.c: (ev_page_cache_clear):
7423         * shell/ev-page-cache.h:
7424
7425         Add api to clear the cache
7426
7427         * shell/ev-view.c: (setup_caches), (clear_caches),
7428         (ev_view_set_document), (ev_view_zoom_out),
7429         (ev_view_set_orientation):
7430         * shell/ev-view.h:
7431
7432         Implement orientation changing
7433
7434 2005-06-13  Marco Pesenti Gritti <mpg@redhat.com>
7435
7436         * backend/ev-document-fonts.c: (ev_document_fonts_get_progress),
7437         (ev_document_fonts_scan), (ev_document_fonts_fill_model):
7438         * backend/ev-document-fonts.h:
7439
7440         Separate scan and fill so that we can incrementally fill from
7441         the main thread. Add a progress api.
7442
7443         * data/evince-properties.glade:
7444         * pdf/ev-poppler.cc:
7445         * shell/ev-jobs.c: (ev_job_fonts_new), (ev_job_fonts_run):
7446         * shell/ev-jobs.h:
7447         * shell/ev-properties.c: (update_progress_label),
7448         (job_fonts_finished_cb), (setup_fonts_view):
7449
7450         Incrementally feel the list and show the progress
7451         percentage in a label like acrobat does.
7452
7453         You are going to need poppler cvs
7454
7455 2005-06-11  Marco Pesenti Gritti <mpg@redhat.com>
7456
7457         * backend/ev-document-fonts.c: (ev_document_fonts_fill_model):
7458         * backend/ev-document-fonts.h:
7459         * pdf/ev-poppler.cc:
7460
7461         Make fonts model fill incrementally.
7462
7463         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
7464         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
7465         (ev_job_queue_remove_job):
7466         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
7467         (ev_job_fonts_new), (ev_job_fonts_run):
7468         * shell/ev-jobs.h:
7469
7470         New job for fonts scanning
7471
7472         * shell/ev-properties.c: (job_fonts_finished_cb),
7473         (fill_fonts_treeview), (setup_fonts_view), (ev_properties_new):
7474         * shell/ev-properties.h:
7475         * shell/ev-window.c: (ev_window_cmd_file_properties):
7476
7477         Incrementally feel the treeview using the new job. Show Loading...
7478         message until scanning is completed.
7479
7480         Hopefully I didnt break the build without the poppler patch.
7481
7482 2005-06-10  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7483
7484         * shell/ev-application.c: (ev_application_open):
7485         * shell/ev-document-types.c: (ev_document_type_from_from_mime),
7486         (ev_document_type_get_type), (ev_document_type_lookup):
7487         * shell/ev-document-types.h:
7488         * shell/ev-job-xfer.c: (ev_job_xfer_dispose), (ev_job_xfer_run):
7489         * shell/ev-job-xfer.h:
7490         * shell/ev-window.c: (ev_window_clear_local_uri),
7491         (ev_window_load_job_cb), (ev_window_xfer_job_cb),
7492         (ev_window_open_uri), (ev_window_add_recent), (ev_window_dispose):
7493         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
7494         
7495         Transfer remote documents to tmp directory to display them later.
7496
7497 2005-06-10  Marco Pesenti Gritti <mpg@redhat.com>
7498
7499         * backend/ev-document-info.h:
7500         * shell/ev-properties.c: (ev_properties_new):
7501
7502         s/GTime*/GTime. Not sure why we was using a pointer
7503         at all there!
7504
7505 Wed Jun  8 01:04:22 2005  Jonathan Blandford  <jrb@redhat.com>
7506
7507         * shell/ev-sidebar-thumbnails.c: Use a GtkIconView in certain
7508         situations.  That situation is that you're using GTK+-HEAD with
7509         the patch at #306726 is applied, and you have a document with <
7510         1500 pages in it.  It's not quite as uniformly nice as the
7511         TreeView, but should be better in the long run.
7512
7513         I'm pretty sure I guarded against breaking compilation with
7514         HAVE_GTK_ICON_VIEW_GET_VISIBLE_RANGE gaurds, though it's possible
7515         I missed some.
7516
7517         * shell/ev-window.c (ev_window_init): We don't have our tree/list
7518         widget yet, so I commented that code out
7519         enable_view_actions_for_widget() for now.  Need to figure this
7520         out.
7521
7522         * shell/ev-page-action.c (match_selected_cb): emit the right
7523         signals.  Our cool C-l completion now works.
7524
7525 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7526
7527         * backend/Makefile.am:
7528         * backend/ev-document-fonts.c:
7529         * backend/ev-document-links.c:
7530         * backend/ev-document.c: (ev_document_load):
7531         * backend/ev-document.h:
7532         * backend/ev-job-queue.c:
7533         * backend/ev-job-queue.h:
7534         * backend/ev-jobs.c:
7535         * backend/ev-jobs.h:
7536         * backend/ev-page-cache.c:
7537         * backend/ev-page-cache.h:
7538
7539         EvPageCache and EvJobs are moved to shell.
7540
7541         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown),
7542         (ev_tmp_filename):
7543         * lib/ev-file-helpers.h:
7544         
7545         New helper to work with temporary files
7546         
7547         * shell/Makefile.am:
7548         * shell/ev-application.c: (ev_application_open):
7549         * shell/ev-application.h:
7550         * shell/ev-job-queue.c: (remove_job_from_queue_locked),
7551         (remove_job_from_async_queue), (add_job_to_async_queue),
7552         (add_job_to_queue_locked), (notify_finished), (job_finished_cb),
7553         (handle_job), (search_for_jobs_unlocked),
7554         (no_jobs_available_unlocked), (ev_render_thread),
7555         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
7556         (ev_job_queue_add_job), (move_job_async), (move_job),
7557         (ev_job_queue_update_job), (ev_job_queue_remove_job):
7558         * shell/ev-job-queue.h:
7559         * shell/ev-job-xfer.c: (ev_job_xfer_init), (ev_job_xfer_dispose),
7560         (ev_job_xfer_class_init), (ev_job_xfer_new), (ev_job_xfer_run):
7561         * shell/ev-job-xfer.h:
7562         * shell/ev-jobs.c: (ev_job_init), (ev_job_dispose),
7563         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
7564         (ev_job_links_class_init), (ev_job_render_init),
7565         (ev_job_render_dispose), (ev_job_render_class_init),
7566         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
7567         (ev_job_thumbnail_class_init), (ev_job_load_init),
7568         (ev_job_load_dispose), (ev_job_load_class_init), (ev_job_finished),
7569         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
7570         (render_finished_cb), (ev_job_render_run), (ev_job_thumbnail_new),
7571         (ev_job_thumbnail_run), (ev_job_load_new), (ev_job_load_run):
7572         * shell/ev-jobs.h:
7573         * shell/ev-page-action.c: (ev_page_action_set_document):
7574         * shell/ev-page-cache.c: (ev_page_cache_init),
7575         (ev_page_cache_class_init), (ev_page_cache_finalize),
7576         (ev_page_cache_new), (ev_page_cache_get_n_pages),
7577         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
7578         (ev_page_cache_set_page_label), (ev_page_cache_set_link),
7579         (ev_page_cache_get_title), (ev_page_cache_get_size),
7580         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
7581         (ev_page_cache_get_height_to_page),
7582         (ev_page_cache_get_max_label_chars),
7583         (ev_page_cache_get_page_label),
7584         (ev_page_cache_has_nonnumeric_page_labels),
7585         (ev_page_cache_get_info), (ev_page_cache_next_page),
7586         (ev_page_cache_prev_page), (ev_page_cache_get):
7587         * shell/ev-page-cache.h:
7588         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_update_range),
7589         (ev_pixbuf_cache_clear_job_sizes),
7590         (ev_pixbuf_cache_add_jobs_if_needed),
7591         (ev_pixbuf_cache_set_page_range):
7592         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings):
7593         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document):
7594         * shell/ev-sidebar-thumbnails.c:
7595         (ev_sidebar_tree_selection_changed),
7596         (ev_sidebar_thumbnails_set_document):
7597         * shell/ev-statusbar.c: (ev_statusbar_destroy),
7598         (ev_statusbar_class_init), (ev_statusbar_init), (ev_statusbar_new),
7599         (ev_statusbar_get_context_id), (ev_statusbar_push),
7600         (ev_statusbar_pop), (ev_statusbar_set_maximized),
7601         (ev_statusbar_pulse), (ev_statusbar_show_progress),
7602         (ev_statusbar_set_progress):
7603         * shell/ev-statusbar.h:
7604         * shell/ev-view.c: (ev_view_set_document), (ev_view_find_next),
7605         (ev_view_find_previous):
7606         * shell/ev-window.c: (ev_window_is_empty),
7607         (ev_window_setup_document), (password_dialog_response),
7608         (ev_window_clear_jobs), (ev_window_load_job_cb),
7609         (ev_window_xfer_job_cb), (ev_window_open_uri),
7610         (ev_window_open_uri_list), (ev_window_cmd_recent_file_activate),
7611         (ev_window_print), (ev_window_print_range),
7612         (ev_window_state_event), (ev_window_cmd_view_reload),
7613         (menu_item_select_cb), (menu_item_deselect_cb),
7614         (view_status_changed_cb), (ev_window_dispose),
7615         (drag_data_received_cb), (ev_window_init):
7616         * shell/ev-window.h:
7617         * shell/main.c: (load_files):
7618         
7619         New statusbar to show progress on idle. Two new jobs - 
7620         xfer job and load job to load document in background. And update
7621         of page_cache clients to new location of code.
7622
7623 2005-06-08  Carlos Garcia Campos <carlosgc@gnome.org>
7624   
7625         * shell/ev-application.c, shell/ev-window.[ch]: Allow multiple
7626         selection in open dialog. It also remembers the last visited directory 
7627         in the current session.
7628
7629 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7630
7631         * shell/ev-properties.c: (ev_properties_new):
7632         * shell/ev-properties.h:
7633         * shell/ev-window.c: (ev_window_cmd_file_properties):
7634         
7635         Get document info from page cache instead of document itself.
7636         This should fix crash related to race conditions described in
7637         bug 306545.
7638
7639 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
7640
7641         * ps/ps-document.c: (ps_document_init),
7642         (send_ps), (get_page_box), (output), (catchPipe), (input),
7643         (stop_interpreter), (file_length), (file_readable),
7644         (check_filecompressedb), (ps_document_enable_interpreter),
7645         (document_load), (ps_async_renderer_render_pixbuf):
7646         * ps/ps-document.h:
7647
7648         Big cleanup of the ps code
7649
7650 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
7651
7652         * backend/Makefile.am:
7653         * backend/ev-async-renderer.c: (ev_async_renderer_get_type),
7654         (ev_async_renderer_class_init), (ev_async_renderer_render_pixbuf):
7655         * backend/ev-async-renderer.h:
7656
7657         Add an async renderer interface (method + callback) which
7658         is useful for backends like ps.
7659
7660         * backend/ev-job-queue.c: (remove_job_from_async_queue),
7661         (add_job_to_async_queue), (job_finished_cb), (handle_job),
7662         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
7663         (ev_job_queue_add_job), (move_job_async), (move_job),
7664         (ev_job_queue_update_job), (ev_job_queue_remove_job):
7665
7666         Add queues for async renderer, these are executed on the
7667         main thread.
7668
7669         * backend/ev-jobs.c: (ev_job_render_new), (render_finished_cb),
7670         (ev_job_render_run):
7671         * backend/ev-jobs.h:
7672
7673         If the backend support async renderer interface use it.
7674
7675         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
7676         (setup_pixmap), (ps_document_get_type),
7677         (ps_async_renderer_render_pixbuf),
7678         (ps_document_document_iface_init), (ps_async_renderer_iface_init):
7679
7680         Implement async renderer interface.
7681
7682 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7683
7684         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose):
7685
7686         Cleanup links job on exit.
7687
7688 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7689
7690         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
7691         (drag_data_get_cb), (drag_data_received_cb):
7692         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
7693         (drag_data_get_cb), (parse_item_list),
7694         (egg_toolbar_editor_load_actions):
7695         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
7696         (egg_toolbars_model_to_xml), (egg_toolbars_model_save),
7697         (parse_item_list), (parse_toolbars):
7698         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
7699         (dvi_pixbuf_put_pixel):
7700         
7701         Fix gcc 4.0 warnings
7702
7703 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
7704
7705         * ps/ps-document.c: (start_interpreter):
7706
7707         Fix warning when loading ps
7708
7709 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
7710
7711         * ps/ps-document.c: (output):
7712
7713         Fix crash when priting gs error messages.
7714
7715 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
7716
7717         * backend/ev-page-cache.c: (_ev_page_cache_new):
7718         * backend/ev-page-cache.h:
7719
7720         Use a const to return title so that we dont double
7721         free it. Small cleanup and fix a leak.
7722
7723         * shell/ev-window.c: (update_window_title):
7724
7725         strdup value from get_title.
7726
7727 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
7728
7729         * shell/ev-sidebar-links.c: (job_finished_callback),
7730         (ev_sidebar_links_set_document):
7731
7732         Cleanup the old job when changing document
7733
7734 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7735
7736         * shell/ev-stock-icons.c:
7737         * shell/ev-stock-icons.h:
7738         * shell/ev-window.c:
7739         
7740         Add stock icons for actions that can appear in toolbar. Fix for
7741         bug 306566.
7742
7743 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7744
7745         * backend/ev-page-cache.c: (ev_page_cache_finalize),
7746         (_ev_page_cache_new), (ev_page_cache_get_max_width),
7747         (ev_page_cache_get_max_height), (ev_page_cache_get_height_to_page):
7748         * backend/ev-page-cache.h:
7749         * shell/ev-view.c: (scroll_to_current_page),
7750         (view_update_range_and_current_page), (get_page_y_offset),
7751         (get_page_extents), (ev_view_size_request_continuous_dual_page),
7752         (ev_view_size_request_continuous),
7753         (ev_view_zoom_for_size_continuous_and_dual_page),
7754         (ev_view_zoom_for_size_continuous):
7755         
7756         More compact EvView layout in document with pages of different size.
7757
7758 Sat Jun  4 19:20:57 2005  Jonathan Blandford  <jrb@redhat.com>
7759
7760         * shell/ev-window.c (ev_window_cmd_file_properties): fix
7761         compilation.
7762
7763 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7764
7765         * shell/ev-view.c: (view_set_adjustment_values):
7766         * shell/ev-window.c: (ev_window_cmd_file_properties):
7767         
7768         A bit different fix for rounding problem but it has no
7769         problems on startup. Make properties window transient to parent.
7770
7771 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7772
7773         * pdf/ev-poppler.cc:
7774         
7775         More commenting of font stuff.
7776
7777 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
7778
7779         * pdf/ev-poppler.cc:
7780
7781         Comment out some more fonts stuff. Should really
7782         work without the poppler patch now.
7783
7784 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
7785
7786         * pdf/ev-poppler.cc:
7787
7788         Adapt to api change
7789
7790 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
7791
7792         * data/evince-properties.glade:
7793         * pdf/ev-poppler.cc:
7794         * shell/ev-properties.c: (setup_fonts_view):
7795
7796         Set the column title. Show the dialog only
7797         once everything is setup.
7798         Getting font info can be very slow... will
7799         prolly need to make this threaded too.
7800
7801 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
7802
7803         * backend/Makefile.am:
7804         * backend/ev-document-fonts.c: (ev_document_fonts_get_type),
7805         (ev_document_fonts_get_fonts_model):
7806         * backend/ev-document-fonts.h:
7807         * data/evince-properties.glade:
7808         * pdf/ev-poppler.cc:
7809         * shell/ev-properties.c: (setup_fonts_view), (ev_properties_new):
7810         * shell/ev-properties.h:
7811         * shell/ev-window.c: (ev_window_cmd_file_properties):
7812
7813         Implement fonts list. Defined out for now, since it depends
7814         on a not yet committed poppler patch.
7815
7816 Fri Jun  3 21:07:57 2005  Jonathan Blandford  <jrb@redhat.com>
7817
7818         * shell/ev-view.c (get_page_extents): other_page isn't necessarily
7819         page + 1.
7820
7821         * shell/ev-window.c: Make sure we add the timeout when we get a
7822         focus-in event.
7823
7824         * shell/ev-view.c (view_set_adjustment_values): Add 0.5 to
7825         adjustment->value before calculating the zoom factor to average
7826         out all of our rounding errors.  The page no longer 'drifts' when
7827         resizing.
7828
7829 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7830
7831         * data/evince-properties.glade:
7832         * shell/ev-properties.c: (ev_properties_format_date),
7833         (set_property):
7834         
7835         Labels don't expand when the dialogue is resized.
7836         strftime result needs to be converted to UTF-8. Thanks
7837         to Christian Persch <chpe@gnome.org>.
7838
7839 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
7840
7841         * data/evince-properties.glade:
7842
7843         Hide the fonts tab
7844
7845 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
7846
7847         * backend/ev-document-info.h:
7848         * backend/ev-document.c: (ev_document_info_free):
7849         * data/evince-properties.glade:
7850         * pdf/ev-poppler.cc:
7851         * ps/ps-document.c: (ps_document_get_info):
7852         * shell/ev-properties.c: (ev_properties_format_date),
7853         (set_property), (ev_properties_new):
7854         * shell/ev-properties.h:
7855         * shell/ev-window.c: (ev_window_cmd_file_properties):
7856
7857         Rework properties code to take only EvPropertyInfo
7858         in the constructor so that it can be useful for
7859         nautilus plugin too.
7860
7861         Deal with backends that doesnt support some properties.
7862         Make set property code generic.
7863
7864 2005-06-04  Christian Persch <chpe@gnome.org>
7865
7866         * data/evince-properties.glade:
7867
7868         fix spacings, make resizeable, and make data labels
7869         selectable + ellipsised
7870
7871 2005-06-03  Marco Pesenti Gritti <mpg@redhat.com>
7872
7873         * backend/ev-document-info.h:
7874         * data/Makefile.am:
7875         * data/evince-ui.xml:
7876         * pdf/ev-poppler.cc:
7877         * shell/Makefile.am:
7878         * shell/ev-window.c: (update_action_sensitivity),
7879         (ev_window_cmd_file_properties):
7880
7881         Initial go at file properties. Patch by
7882         Emil Soleyman-Zomalan <emil@soleyman.com>.
7883         Needs love see #169583
7884
7885 2005-06-02  Marco Pesenti Gritti <mpg@redhat.com>
7886
7887         * ps/ps-document.c: (output):
7888         * ps/ps.c: (psscan):
7889
7890         Try to render even if psscan fails.
7891
7892 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
7893
7894         * ps/ps.c: (psscan), (pscopydoc):
7895
7896         Port buffered reading code from gv
7897
7898 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
7899
7900         * ps/ps-document.c: (interpreter_message), (output):
7901
7902         Do not fail on interpreter messages
7903
7904 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
7905
7906         * backend/ev-document-misc.c:
7907         (ev_document_misc_get_thumbnail_frame):
7908
7909         Pages can be 0 x 0, dont assert on this case
7910
7911 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
7912
7913         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
7914         (ev_sidebar_links_class_init), (ev_sidebar_links_set_document):
7915
7916         Correctly manage our reference on document. Finally the reload
7917         huge leak is gone...
7918
7919 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
7920
7921         * ps/ps-document.c: (ps_document_dispose):
7922
7923         Forgot to chain it to the parent. Thanks chpe.
7924
7925 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
7926
7927         * ps/ps-document.c: (ps_document_dispose),
7928         (ps_document_class_init), (stop_interpreter), (document_load):
7929
7930         Cleanup dispose a bit. Dont leak the whole pixmap.
7931
7932 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
7933
7934         * pdf/ev-poppler.cc:
7935
7936         Release the poppler document on dispose
7937
7938 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
7939
7940         * shell/ev-view.c: (ev_view_set_document):
7941
7942         Release ref on the pixbuf cache when changing
7943         document.
7944
7945 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
7946
7947         * ps/ps-document.c: (ps_document_get_info):
7948
7949         Fix a double free
7950
7951 2005-05-31  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
7952
7953         * backend/ev-page-cache.c: (ev_page_cache_init),
7954         (_ev_page_cache_new), (ev_page_cache_get_max_label_chars):
7955         * backend/ev-page-cache.h:
7956         * shell/ev-page-action.c: (page_changed_cb):
7957         
7958         Set page action entry width depending on labels width. Fix
7959         for bug 305202.
7960
7961 2005-05-31  Marco Pesenti Gritti  <mpg@redhat.com>
7962
7963         * backend/ev-link.c: (ev_link_class_init):
7964
7965         Allow -1 as page value (error)
7966
7967 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
7968
7969         * shell/ev-sidebar-thumbnails.c:
7970         (ev_sidebar_thumbnails_set_document):
7971         * shell/ev-view.c: (scroll_to_current_page),
7972         (view_set_adjustment_values), (ev_view_set_scroll_adjustments),
7973         (page_changed_cb), (on_adjustment_value_changed),
7974         (ev_view_set_document):
7975
7976         Slightly modified patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>.
7977         Fix bug 305377
7978
7979 2005-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7980
7981         * configure.ac:
7982         * djvu/djvu-document.c: (djvu_document_get_page_size):
7983
7984         Require djvulibre CVS. Now djvu loading is much faster. Fix for
7985         bug 301993.
7986
7987 Sat May 28 07:38:03 2005  Jonathan Blandford  <jrb@redhat.com>
7988
7989         * shell/ev-view.c (draw_one_page): modify the expose handling to
7990         get the shadows.
7991
7992         * shell/ev-window.c (update_action_sensitivity): Respect
7993         permissions field.  Kowtow to the man.
7994
7995         * pdf/ev-poppler.cc: Get the permissions field.
7996
7997         * tiff/*c: Make a tiny bit more robust.
7998
7999 2005-05-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8000
8001         * djvu/djvu-document.c:
8002         
8003         Pop messages from djvu context message queue.
8004
8005 2005-05-24  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8006
8007         * configure.ac, Makefile.am, shell/Makefile.am:
8008         * tiff/Makefile.am, shell/ev-document-types.c:
8009         
8010         Cleanup tiff configure checks. Fix for bug 305218.
8011
8012 2005-05-24  Maxim V. Dziumanenko <mvd@mylinux.ua>
8013
8014         * configure.ac: Added "uk" to ALL_LINGUAS.
8015
8016 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8017
8018         * cut-n-paste/zoom-control/ephy-zoom.c:
8019         (ephy_zoom_get_changed_zoom_level):
8020         * cut-n-paste/zoom-control/ephy-zoom.h:
8021         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_set_property),
8022         (ev_view_get_property), (ev_view_class_init), (ev_view_set_zoom):
8023         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
8024         (ev_window_cmd_view_zoom_out), (ev_window_zoom_changed_cb),
8025         (zoom_control_changed_cb), (ev_window_init):
8026         
8027         Fix minor points related to moving best fit up. Introduce
8028         "zoom" property and make zoom control change it's value on
8029         notify::zoom signals. Fix for 305080.
8030
8031 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8032
8033         * data/evince-ui.xml:
8034         * shell/ev-window.c: (set_view_actions_sensitivity):
8035         
8036         Use + and - as accels for zoom in and zoom out. Fix for 305001.
8037
8038 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
8039
8040         * configure.ac:
8041
8042         Depends on poppler 0.3.2
8043
8044 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
8045
8046         * cut-n-paste/recent-files/egg-recent-item.c:
8047         (egg_recent_item_get_short_name):
8048         * cut-n-paste/toolbar-editor/Makefile.am:
8049         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
8050         (new_pixbuf_from_widget):
8051         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
8052         * cut-n-paste/toolbar-editor/egg-marshal.c:
8053         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
8054         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
8055
8056         Sync
8057
8058 Sat May 21 23:18:30 2005  Jonathan Blandford  <jrb@redhat.com>
8059
8060         * tiff/tiff-document.c: Rough TIFF backend.
8061
8062 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
8063
8064         * NEWS:
8065         * configure.ac:
8066         * cut-n-paste/toolbar-editor/Makefile.am:
8067
8068         Release 0.3.1
8069
8070 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
8071
8072         * shell/ev-view.c: (jump_to_find_result), (ev_view_can_find_next),
8073         (ev_view_find_next), (ev_view_find_previous):
8074
8075         Remove the locks around get_n_results   
8076
8077 2005-05-21  Juerg Billeter  <j@bitron.ch>
8078
8079         * pdf/ev-poppler.c: (pdf_document_ps_exporter_begin):
8080
8081         Pass correct number of pages to poppler.
8082
8083 2005-05-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8084
8085         * configure.ac:
8086         * data/Makefile.am:
8087         * data/evince.desktop.in: 
8088         * data/evince.desktop.in.in:
8089         * po/POTFILES.in:
8090         
8091         Add conditionally dvi and djvu to desktop types. Fix for 304658.
8092
8093 Sat May 21 00:21:30 2005  Jonathan Blandford  <jrb@redhat.com>
8094
8095         * shell/ev-view.c: (view_update_adjustments),
8096         (view_set_adjustment_values): cast adjustmen->value to (int)
8097         before using it.  Otherwise, we get off by a pixel in some
8098         situations.
8099
8100         (draw_one_page): Draw the border on expose.
8101
8102 Fri May 20 22:05:25 2005  Jonathan Blandford  <jrb@redhat.com>
8103
8104         * *shell/ev-view.c: Patch from Nickolay V. Shmyrev to reset the
8105         adjustment when the mode changes, #304923
8106
8107 Fri May 20 02:00:03 2005  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8108
8109         * shell/ev-view.c: Use gdk_widget_queue_draw to remove
8110         flickering on resize but still use gdk_window_scroll on
8111         scrolling
8112
8113 Fri May 20 01:46:57 2005  Jonathan Blandford  <jrb@redhat.com>
8114
8115         * shell/ev-view.c: Patch from Nickolay Shmyrev to fix the -p
8116         option, #170458
8117
8118 Fri May 20 01:27:01 2005  Jonathan Blandford  <jrb@redhat.com>
8119
8120         * shell/ev-view.c: Patch from Nickolay Shmyrev to to scroll to
8121         second page on page_changed if possible, #304669
8122
8123 Fri May 20 01:07:15 2005  Jonathan Blandford  <jrb@redhat.com>
8124
8125         * shell/ev-view.c (view_update_adjustments): Use gdk_window_scroll
8126         instead of gtk_widget_queue_draw.  Massive speedups in scrolling.
8127
8128 Fri May 20 01:05:10 2005  Jonathan Blandford  <jrb@redhat.com>
8129
8130         * .cvsignore:
8131         * shell/ev-view.c:(ev_view_size_allocate), (ev_view_class_init),
8132         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
8133         (ev_view_zoom_for_size_presentation),
8134         (ev_view_zoom_for_size_continuous_and_dual_page),
8135         (ev_view_zoom_for_size_continuous),
8136         (ev_view_zoom_for_size_dual_page),
8137         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size):
8138         * shell/ev-view.h:
8139         * shell/ev-window.c: (update_view_size),
8140         (ev_window_sizing_mode_changed_cb):
8141
8142         Patch from Nickolay Shmyrev <nshmyrev@yandex.ru> to handle
8143         the scrollbars.  It's not 100% right, but it's much closer.  Kills
8144         an infinite loop, #304769
8145
8146
8147 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
8148
8149         * data/evince-ui.xml:
8150         * shell/ev-view.c: (ev_view_scroll_view), (ev_view_class_init):
8151         * shell/ev-window.c: (set_view_actions_sensitivity):
8152
8153         Make PgUp/Down behave like Space
8154
8155 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
8156
8157         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
8158         * backend/ev-ps-exporter.h:
8159         * pdf/ev-poppler.cc:
8160         * ps/ps-document.c: (ps_document_ps_export_begin):
8161         * shell/ev-print-job.c: (idle_print_handler):
8162
8163         Adapt to new poppler api
8164
8165 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
8166
8167         * cut-n-paste/zoom-control/ephy-zoom-control.c:
8168         (ephy_zoom_control_init):
8169
8170         Translate zoom levels
8171
8172 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
8173
8174         * cut-n-paste/zoom-control/ephy-zoom.c:
8175         (ephy_zoom_get_zoom_level_index):
8176
8177         Fix current zoom -> zoom control match
8178
8179 2005-05-18  James Bowes  <bowes@cs.dal.ca>
8180
8181         * shell/ev-window.c: (ev_window_init): Give focus to the ev-view,
8182         rather than the scrolled_window that it's in. Fixes bug #304655.
8183
8184 Tue May 17 22:54:17 2005  Jonathan Blandford  <jrb@redhat.com>
8185
8186         * shell/ev-view.c: (view_update_adjustments),
8187         (view_set_adjustment_values), (view_update_range_and_current_page),
8188         (view_scroll_to_page), (set_scroll_adjustment),
8189         (ev_view_set_scroll_adjustments), (add_scroll_binding_keypad),
8190         (ev_view_scroll), (ev_view_scroll_view),
8191         (ensure_rectangle_is_visible), (find_page_at_location),
8192         (get_link_at_location), (go_to_link), (status_message_from_link),
8193         (ev_view_size_request_continuous_dual_page),
8194         (ev_view_size_request), (ev_view_size_allocate), (ev_view_realize),
8195         (ev_view_unrealize), (ev_view_expose_event),
8196         (ev_view_button_press_event), (ev_view_motion_notify_event),
8197         (ev_view_button_release_event), (ev_gdk_color_to_rgb),
8198         (draw_rubberband), (highlight_find_results), (draw_one_page),
8199         (ev_view_finalize), (ev_view_destroy), (ev_view_class_init),
8200         (ev_view_init), (find_changed_cb), (page_changed_cb),
8201         (on_adjustment_value_changed), (ev_view_new),
8202         (ev_view_set_document), (ev_view_set_zoom),
8203         (ev_view_set_continuous), (ev_view_set_dual_page),
8204         (ev_view_set_presentation), (ev_view_zoom_in), (ev_view_zoom_out),
8205         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
8206         (ev_view_zoom_for_size_presentation),
8207         (ev_view_zoom_for_size_continuous_dual_page),
8208         (ev_view_zoom_for_size_continuous),
8209         (ev_view_zoom_for_size_dual_page),
8210         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
8211         (ev_view_get_status), (ev_view_set_status),
8212         (update_find_status_message), (ev_view_get_find_status),
8213         (ev_view_set_find_status), (jump_to_find_result),
8214         (jump_to_find_page), (compute_selections), (clear_selection),
8215         (ev_view_select_all), (get_selected_text), (ev_view_copy),
8216         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
8217         (ev_view_update_primary_selection),
8218         (ev_view_create_invisible_cursor), (ev_view_set_cursor):
8219         * shell/ev-view.h:
8220         * shell/ev-window.c: (ev_window_open_page_label),
8221         (ev_window_cmd_view_reload), (ev_window_sizing_mode_changed_cb),
8222         (ev_window_init):
8223         * shell/ev-window.h:
8224         * shell/main.c: (load_files):
8225
8226         Massive code clean up from Nickolay Shmyrev.  Keep page offset
8227         when resizing.  Remove the bin_window().  Also, patch from James
8228         Bowes to fix command line page, #300641
8229         
8230 2005-05-17  Marco Pesenti Gritti  <mpg@redhat.com>
8231
8232         * data/evince-ui.xml:
8233         * shell/ev-view.c:
8234         * shell/ev-view.h:
8235         * shell/ev-window.c: (update_action_sensitivity):
8236
8237         Get rid of View->Normal Size, it's just confusing
8238
8239 Tue May 17 00:51:21 2005  Jonathan Blandford  <jrb@redhat.com>
8240
8241         * backend/ev-document-info.h:
8242         * backend/ev-document.c: (ev_document_info_free): Free the
8243         EvDocumentInfo.
8244
8245         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
8246         (clear_range), (add_range), (update_visible_range),
8247         (adjustment_changed_cb), (ev_sidebar_thumbnails_init),
8248         (ev_sidebar_thumbnails_set_document):
8249         * shell/ev-window.c: (ev_window_setup_document): Only render the
8250         visible thumbnails.  It takes an instant to render, but it uses
8251         much less memory.
8252
8253 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
8254
8255         * shell/ev-sidebar-links.c: (popup_menu_cb):
8256
8257         Select first item
8258
8259 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
8260
8261         * lib/Makefile.am:
8262         * shell/ev-sidebar-links.c: (build_popup_menu), (popup_menu_cb),
8263         (button_press_cb), (ev_sidebar_links_construct):
8264
8265         Show the popup menu also on keybindings
8266
8267 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
8268
8269         * shell/ev-window.c: (ev_window_print), (ev_window_print_range):
8270         * shell/ev-window.h:
8271
8272         Expose api to print a range (with dialog). Make private _print use
8273         it.
8274
8275         * shell/ev-sidebar-links.c: (print_section_cb), (button_press_cb),
8276         (ev_sidebar_links_construct):
8277
8278         Show a print context menu on linkx, it prints the selected
8279         section.
8280
8281 2005-05-15  Carlos Garcia Campos <carlosgc@gnome.org>
8282
8283         * shell/ev-sidebar.c: make the drop down menu as width as the toggle
8284         button.
8285
8286 2005-05-12  Marco Pesenti Gritti  <mpg@redhat.com>
8287
8288         * AUTHORS:
8289
8290         Update
8291
8292         * shell/ev-window.c: (build_comments_string),
8293         (ev_window_cmd_help_about):
8294
8295         Show poppler version/backend and authors
8296
8297 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
8298
8299         * cut-n-paste/zoom-control/ephy-zoom.c:
8300         (ephy_zoom_get_zoom_level_index):
8301         * cut-n-paste/zoom-control/ephy-zoom.h:
8302
8303         Move the best fit items at the top of the list
8304
8305 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
8306
8307         * shell/ev-marshal.list:
8308         * shell/ev-page-action.c: (ev_page_action_widget_class_init),
8309         (activate_cb), (match_selected_cb), (activate_link_cb),
8310         (connect_proxy), (ev_page_action_class_init):
8311         * shell/ev-page-action.h:
8312
8313         Use signals to notify action activation. Hopefully
8314         I did not break completion since I cant test...
8315
8316         * shell/ev-window.c: (activate_link_cb), (activate_label_cb),
8317         (register_custom_actions):
8318
8319         Connect to page selector actions and also grab focus on
8320         the view when activated.
8321
8322 Wed May 11 01:18:29 2005  Jonathan Blandford  <jrb@redhat.com>
8323
8324         * pdf/ev-poppler.cc:
8325         * backend/ev-page-cache.c: make page size calculation consistent
8326         and set it to (int)( width * scale + 0.5).  This makes the weird
8327         line going through the middle of the page go away.
8328
8329         * shell/ev-view.c: move painting the background page after
8330         checking the expose area covers us.
8331
8332 2005-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8333
8334         * data/evince-password.glade:
8335         
8336         Mark labels as not translatable. Fix for bug 302842.
8337
8338 2005-05-10  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
8339
8340         * configure.ac: Added "es" to ALL_LINGUAS.
8341
8342 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8343
8344         * data/evince-toolbar.xml:
8345         * shell/ev-window.c: (update_action_sensitivity),
8346         (ev_window_setup_document), (ev_window_set_page_mode),
8347         (ev_window_init):
8348
8349         Remove some leftover code from jrb first continous
8350         attempt. Use the new actions, we still need good icons
8351         though...
8352
8353 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8354
8355         * shell/ev-page-action.c: (update_pages_label), (connect_proxy):
8356
8357         Update label when connecting proxy. Fix a warning with NULL
8358         page_cache.
8359
8360 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8361
8362         * data/evince-ui.xml:
8363         * shell/ev-page-action.c: (ev_page_action_grab_focus):
8364         * shell/ev-page-action.h:
8365         * shell/ev-window.c: (ev_window_cmd_focus_page_selector):
8366
8367         Add mnemonic for edit toolbar.
8368         ctrl+l focus the page entry.
8369
8370 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8371
8372         * lib/Makefile.am:
8373         * shell/ev-window.c: (ev_window_cmd_edit_toolbar_cb),
8374         (ev_window_init):
8375         * shell/main.c: (main):
8376
8377         Put the toolbar xml in evince own dot dir
8378
8379 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8380
8381         * shell/ev-window.c: (ev_window_init):
8382
8383         Make the toolbar not removable
8384
8385 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8386
8387         * data/evince-ui.xml:
8388         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_treeview):
8389         * shell/ev-sidebar-links.h:
8390         * shell/ev-sidebar-thumbnails.c:
8391         (ev_sidebar_thumbnails_get_treeview):
8392         * shell/ev-sidebar-thumbnails.h:
8393         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_view),
8394         (ev_view_class_init):
8395         * shell/ev-view.h:
8396         * shell/ev-window.c: (update_action_sensitivity),
8397         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
8398         (set_view_actions_sensitivity), (view_actions_focus_in_cb),
8399         (view_actions_focus_out_cb), (enable_view_actions_for_widget),
8400         (ev_window_init):
8401
8402         This is evil... Make space/backspace global accelerators but
8403         enable them only for some widgets (sidebars and view).
8404         I dont like it, but I dont know a better way... :/
8405
8406 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8407
8408         * shell/ev-page-action.c: (ev_page_action_widget_set_page_cache),
8409         (ev_page_action_widget_finalize),
8410         (ev_page_action_widget_class_init), (update_page_cache):
8411
8412         Keep a weak reference on proxy->page_cache so that we
8413         dont try to disconnect the signal if the object is already
8414         gone. Maybe there is a better way to cleanup reference handling
8415         in page action though...
8416
8417 2005-05-10  Juerg Billeter  <j@bitron.ch>
8418
8419         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
8420         * backend/ev-ps-exporter.h:
8421         * pdf/ev-poppler.cc: (pdf_document_ps_exporter_begin):
8422         * ps/ps-document.c: (ps_document_ps_export_begin):
8423         
8424         Change api to pass print range to ps_exporter_begin. The pdf backend
8425         requires this information.
8426         
8427         * shell/ev-print-job.c: (idle_print_handler):
8428         
8429         Adapt to api change
8430
8431 2005-05-10  Juerg Billeter  <j@bitron.ch>
8432
8433         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
8434         (idle_print_handler)
8435         * shell/ev-window.c: (ev_window_print):
8436
8437         Support printing page range, based on patch by Amaury Jacquot
8438
8439 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8440
8441         * data/evince-toolbar.xml:
8442
8443         Add zoom control to available items
8444
8445 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8446
8447         * shell/ev-window.c: (update_action_sensitivity):
8448
8449         Set slash action insensitive when appropriate
8450
8451 2005-05-10  Christian Persch <chpe@gnome.org>
8452
8453         * cut-n-paste/zoom-control/ephy-zoom-action.c: (create_menu_item):
8454
8455         Fix warning on the overflow menu
8456
8457 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8458
8459         * shell/ev-window.c: (sanity_check_uri), (ev_window_open):
8460
8461         Check for uri correctness/existence
8462
8463 2005-05-09  Juerg Billeter  <j@bitron.ch>
8464
8465         * shell/ev-window.c: (using_postscript_printer):
8466
8467         LPD printers use postscript, too
8468
8469 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
8470
8471         * shell/ev-window.c: (register_custom_actions):
8472
8473         The zoom one is actually sort of useful,
8474         put it back
8475
8476 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
8477
8478         * shell/ev-window.c: (register_custom_actions):
8479
8480         Hide page/zoom controls from overflow, they
8481         are useless.
8482
8483 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
8484
8485         * cut-n-paste/update-from-egg.sh:
8486         
8487         Share it between all cut-n-paste subdirs
8488
8489         * cut-n-paste/recent-files/Makefile.am:
8490
8491         Fix to use "global" update-from-egg.sh
8492
8493         * cut-n-paste/recent-files/egg-recent-model.c:
8494         (egg_recent_model_changed_timeout), (egg_recent_model_finalize):
8495         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
8496         (egg_recent_view_gtk_clear), (egg_recent_view_gtk_set_list),
8497         (egg_recent_view_gtk_finalize), (egg_recent_view_gtk_set_menu):
8498
8499         Update from libegg
8500
8501         * cut-n-paste/toolbar-editor/Makefile.am:
8502
8503         Fix to use "global" update-from-egg.sh
8504
8505         * cut-n-paste/toolbar-editor/eggmarshalers.list:
8506
8507         Update from libegg
8508
8509 2005-05-09  Marco Pesenti Gritti <mpg@redhat.com>
8510
8511         * configure.ac:
8512         * cut-n-paste/Makefile.am:
8513         * cut-n-paste/recent-files/Makefile.am:
8514         * cut-n-paste/toolbar-editor/.cvsignore:
8515         * cut-n-paste/toolbar-editor/Makefile.am:
8516         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
8517         (egg_editable_toolbar_get_type), (get_toolbar_position),
8518         (get_n_toolbars), (get_dock_nth), (get_toolbar_nth), (find_action),
8519         (drag_data_delete_cb), (drag_begin_cb), (drag_end_cb),
8520         (drag_data_get_cb), (set_drag_cursor), (unset_drag_cursor),
8521         (set_item_drag_source), (create_item_from_action), (create_item),
8522         (data_is_separator), (drag_data_received_cb), (remove_toolbar_cb),
8523         (popup_toolbar_context_menu_cb), (free_dragged_item),
8524         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
8525         (toolbar_drag_leave_cb), (create_dock), (set_fixed_style),
8526         (unset_fixed_style), (toolbar_changed_cb), (unparent_fixed),
8527         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
8528         (item_added_cb), (item_removed_cb),
8529         (egg_editable_toolbar_construct),
8530         (egg_editable_toolbar_disconnect_model),
8531         (egg_editable_toolbar_deconstruct),
8532         (egg_editable_toolbar_set_model),
8533         (egg_editable_toolbar_set_ui_manager),
8534         (egg_editable_toolbar_set_property),
8535         (egg_editable_toolbar_get_property),
8536         (egg_editable_toolbar_class_init), (egg_editable_toolbar_init),
8537         (egg_editable_toolbar_finalize), (egg_editable_toolbar_new),
8538         (egg_editable_toolbar_new_with_model),
8539         (egg_editable_toolbar_get_edit_mode),
8540         (egg_editable_toolbar_set_edit_mode), (egg_editable_toolbar_show),
8541         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed),
8542         (egg_editable_toolbar_set_drag_dest), (fake_expose_widget),
8543         (new_pixbuf_from_widget), (new_separator_pixbuf),
8544         (update_separator_image), (style_set_cb),
8545         (_egg_editable_toolbar_new_separator_image),
8546         (egg_editable_toolbar_get_model):
8547         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
8548         * cut-n-paste/toolbar-editor/egg-marshal.c:
8549         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
8550         (egg_toolbar_editor_get_type), (compare_actions), (find_action),
8551         (egg_toolbar_editor_set_ui_manager), (toolbar_removed_cb),
8552         (egg_toolbar_editor_set_model), (egg_toolbar_editor_set_property),
8553         (egg_toolbar_editor_get_property), (egg_toolbar_editor_class_init),
8554         (egg_toolbar_editor_finalize), (egg_toolbar_editor_new),
8555         (drag_begin_cb), (drag_end_cb), (editor_drag_data_received_cb),
8556         (editor_drag_data_delete_cb), (drag_data_get_cb),
8557         (elide_underscores), (set_drag_cursor), (event_box_realize_cb),
8558         (editor_create_item), (update_editor_sheet), (setup_editor),
8559         (egg_toolbar_editor_init), (egg_toolbar_editor_add_action),
8560         (parse_item_list), (model_has_action), (update_actions_list),
8561         (egg_toolbar_editor_load_actions):
8562         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
8563         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
8564         (egg_toolbars_model_get_type), (egg_toolbars_model_to_xml),
8565         (safe_save_xml), (egg_toolbars_model_save), (toolbars_toolbar_new),
8566         (toolbars_item_new), (free_toolbar_node), (free_item_node),
8567         (egg_toolbars_model_get_flags), (egg_toolbars_model_set_flags),
8568         (egg_toolbars_model_add_separator), (impl_add_item),
8569         (parse_item_list), (egg_toolbars_model_add_toolbar),
8570         (parse_toolbars), (egg_toolbars_model_load), (impl_get_item_id),
8571         (impl_get_item_data), (impl_get_item_type),
8572         (_egg_accumulator_STRING), (egg_toolbars_model_class_init),
8573         (egg_toolbars_model_init), (free_toolbar),
8574         (egg_toolbars_model_finalize), (egg_toolbars_model_new),
8575         (egg_toolbars_model_remove_toolbar),
8576         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
8577         (egg_toolbars_model_n_items), (egg_toolbars_model_item_nth),
8578         (egg_toolbars_model_n_toolbars), (egg_toolbars_model_toolbar_nth),
8579         (egg_toolbars_model_add_item), (egg_toolbars_model_get_item_id),
8580         (egg_toolbars_model_get_item_data),
8581         (egg_toolbars_model_get_item_type):
8582         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
8583         * cut-n-paste/toolbar-editor/eggmarshalers.list:
8584         * data/Makefile.am:
8585         * data/evince-toolbar.xml:
8586         * data/evince-ui.xml:
8587         * data/hand-open.png:
8588         * po/POTFILES.in:
8589         * shell/Makefile.am:
8590         * shell/ev-window.c: (update_chrome_visibility),
8591         (ev_window_cmd_edit_toolbar_cb), (ev_window_cmd_edit_toolbar),
8592         (ev_window_dispose), (ev_window_init):
8593
8594         Implement epiphany like toolbar editor. Based on patch by
8595         Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8596
8597 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
8598
8599         * shell/ev-sidebar-thumbnails.c: (page_changed_cb):
8600
8601         Use set_cursor instead of set_selection, so that
8602         the keyboard focus moves too.
8603
8604 2005-05-09  Aleksey Kliger <akliger@gmail.com>
8605
8606         * dvi/mdvi-lib/tfmfile.c: (lookup_font_metrics):
8607
8608         Fix infinite loop when loading Type1 fonts
8609
8610 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
8611
8612         * data/evince-ui.xml:
8613         * shell/ev-window.c:
8614
8615         Slash -> Find
8616
8617 2005-05-09  Thomas de Grenier de Latour <degrenier@easyconnect.fr>
8618
8619         * configure.ac:
8620
8621         Make --disable really disable
8622
8623 2005-05-07  Juerg Billeter  <j@bitron.ch>
8624
8625         * backend/ev-page-cache.c: (ev_page_cache_set_page_label):
8626
8627         Compare page labels even without has_labels set, fixes setting page
8628         with entry
8629
8630 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
8631
8632         * shell/ev-view.c: (ev_view_create_invisible_cursor),
8633         (ev_view_set_cursor), (ev_view_button_press_event),
8634         (ev_view_motion_notify_event), (ev_view_button_release_event),
8635         (ev_view_init):
8636
8637         Implement middle button scrolling. Based on a patch
8638         by Tommi Komulainen <tommi.komulainen@iki.fi>.
8639
8640 2005-05-08  Marco Pesenti Gritti  <mpg@redhat.com>
8641
8642         * shell/ev-document-types.c: (get_slow_mime_type),
8643         (get_document_type_from_mime), (ev_document_type_lookup):
8644         * shell/ev-document-types.h:
8645
8646         Change api to lookup from uri. Do fast lookup first, if the
8647         type is unknown try with data sniffing.
8648
8649         * shell/ev-window.c: (ev_window_open), (ev_window_open_uri_list):
8650         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
8651
8652         Adapt to api change
8653
8654 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
8655
8656         * thumbnailer/Makefile.am:
8657
8658         Fix distcheck
8659
8660 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
8661
8662         * NEWS:
8663         * configure.ac:
8664
8665         Release 0.3.0
8666
8667         * data/evince-ui.xml:
8668
8669         Hide presentation mode for now
8670
8671         * shell/ev-view.c: (highlight_find_results):
8672
8673         Show current find selection only on current page
8674
8675 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
8676
8677         * shell/ev-view.c: (ev_view_select_all):
8678
8679         Compute size of the actual page, not of
8680         the current one.
8681
8682 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
8683
8684         * shell/ev-view.c: (clear_selection), (ev_view_finalize),
8685         (view_rect_to_doc_rect), (compute_selections),
8686         (ev_view_bin_expose), (ev_view_select_all), (get_selected_text),
8687         (ev_view_copy), (ev_view_primary_get_cb),
8688         (ev_view_primary_clear_cb), (ev_view_update_primary_selection),
8689         (ev_view_button_press_event), (ev_view_motion_notify_event),
8690         (ev_view_button_release_event), (page_changed_cb):
8691
8692         Fix text selection
8693
8694 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
8695
8696         * shell/ev-view.c: (compute_border), (get_page_extents),
8697         (doc_rect_to_view_rect), (highlight_find_results),
8698         (ev_view_bin_expose), (ev_view_select_all),
8699         (ev_view_motion_notify_event), (update_find_status_message),
8700         (jump_to_find_result), (jump_to_find_page):
8701
8702         First go at fixing search, still buggy
8703
8704 2005-05-04  Kristian Høgsberg  <krh@redhat.com>
8705
8706         * shell/ev-sidebar.c (ev_sidebar_init): Remove frame around
8707         dropdown box and button at the top of the sidebar.
8708
8709 2005-05-02  James Bowes  <bowes@cs.dal.ca>
8710
8711         * configure.ac: Output zoom-control Makefile.
8712         * cut-n-paste/Makefile.am: build zoom-control subdir.
8713         * cut-n-paste/zoom-control/ephy-zoom-action.c:
8714         * cut-n-paste/zoom-control/ephy-zoom-action.h:
8715         * cut-n-paste/zoom-control/ephy-zoom-control.c:
8716         * cut-n-paste/zoom-control/ephy-zoom-control.h:
8717         * cut-n-paste/zoom-control/ephy-zoom.c:
8718         * cut-n-paste/zoom-control/ephy-zoom.h: New files imported
8719         from epiphany, and modified to add a separator into the menu.
8720         * cut-n-paste/zoom-control/Makefile.am: Build zoom-control.
8721         * data/evince-ui.xml: Replace old zoom toolbar actions with new
8722         zoom-control action.
8723         * shell/Makefile.am: Include zoom-control flags.
8724         * shell/ev-view.c: (ev_view_set_zoom), (ev_view_get_zoom),
8725         (ev_view_get_sizing_mode), (ev_view_zoom_in), (ev_view_zoom_out),
8726         (ev_view_zoom_for_size_presentation),
8727         (ev_view_zoom_for_size_continuous_and_dual_page),
8728         (ev_view_zoom_for_size_continuous),
8729         (ev_view_zoom_for_size_dual_page),
8730         (ev_view_zoom_for_size_single_page), (ev_view_zoom_normal): 
8731         s/ev_view_zoom/ev_view_set_zoom/ and make public, add 
8732         ev_view_get_zoom and ev_view_get_sizing_mode.
8733         * shell/ev-view.h:
8734         * shell/ev-window.c: (update_action_sensitivity),
8735         (update_sizing_buttons), (zoom_control_changed_cb),
8736         (register_custom_actions): Initialize and use the zoom-control 
8737         widget.
8738
8739 Sun May  1 00:46:47 2005  Jonathan Blandford  <jrb@redhat.com>
8740
8741         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init): Change the
8742         preview cache back to 1.  Don't know when it got set to 0.
8743         
8744         * shell/ev-view.c: (compute_border), (ev_view_realize),
8745         (draw_one_page), (ev_view_set_property), (ev_view_get_property),
8746         (ev_view_class_init), (ev_view_init), (ev_view_set_fullscreen),
8747         (ev_view_get_fullscreen), (ev_view_set_presentation),
8748         (ev_view_get_presentation), (ev_view_set_sizing_mode),
8749         (ev_view_zoom_for_size_presentation), (ev_view_set_zoom_for_size):
8750         * shell/ev-view.h:
8751         * shell/ev-window.c:
8752         (update_chrome_visibility),
8753         (ev_window_cmd_continuous), (ev_window_cmd_dual),
8754         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
8755         (update_document_mode), (ev_window_update_fullscreen_action),
8756         (ev_window_fullscreen), (ev_window_unfullscreen),
8757         (ev_window_cmd_view_fullscreen),
8758         (ev_window_update_presentation_action),
8759         (ev_window_run_presentation), (ev_window_stop_presentation),
8760         (ev_window_cmd_view_presentation), (ev_window_state_event),
8761         (ev_window_focus_in_event), (ev_window_focus_out_event),
8762         (ev_window_cmd_escape), (ev_window_sidebar_visibility_changed_cb):
8763         * data/evince-ui.xml: Initial presentation mode.  We should
8764         probably hide this until it's done, as it's quite rough.  Also,
8765         change full-screen to fullscreen and add two getters to EvView.
8766
8767 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
8768
8769         * shell/ev-page-action.c: (update_page_cache),
8770         (ev_page_action_dispose):
8771         * shell/ev-window.c: (destroy_fullscreen_popup),
8772         (ev_window_create_fullscreen_popup):
8773
8774         Use connect_object rather than explicitly
8775         disconnect on dispose.
8776
8777 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
8778
8779         * shell/ev-page-action.c: (update_page_cache),
8780         (ev_page_action_dispose):
8781
8782 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8783
8784         * backend/ev-page-cache.c: (_ev_page_cache_new),
8785         (ev_page_cache_set_page_label),
8786         (ev_page_cache_has_nonnumeric_page_labels):
8787         * backend/ev-page-cache.h:
8788         * shell/ev-page-action.c: (update_pages_label):
8789         
8790         If all page labels are numeric, fallback to default
8791         way to display number of pages. See bug 173185.
8792
8793 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8794
8795         * shell/ev-page-action.c: (ev_page_action_dispose):
8796         * shell/ev-view.c: (view_update_range_and_current_page):
8797         * shell/ev-window.c: (ev_window_dispose):
8798         
8799         Set page on scroll in continuous mode. Fixes bug 301986.
8800         Also cleanup callbacks on destroy of EvWindow and EvPageAction.
8801
8802 2005-04-26  Marco Pesenti Gritti <mpg@redhat.com>
8803
8804         * configure.ac:
8805
8806         Require poppler 0.3.0
8807
8808 2005-04-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8809         
8810         * shell/Makefile.am, configure.ac: Fix build problems
8811         with t1lib. Bug 301996.
8812
8813 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8814
8815         * shell/ev-view.c: (ev_view_scroll_event):
8816         
8817         Scroll up increase zoom
8818
8819 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8820
8821         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init),
8822         (ev_view_set_sizing_mode),
8823         (ev_view_zoom_for_size_continuous_and_dual_page),
8824         (ev_view_zoom_for_size_continuous):
8825         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
8826         (ev_window_cmd_view_page_width), (ev_window_cmd_view_zoom_in),
8827         (ev_window_cmd_view_zoom_out), (ev_window_sizing_mode_changed_cb),
8828         (ev_window_init):
8829
8830         Control + Scroll does zooming, Shift + Scroll scrolls horizontally
8831         Fix for 165473 and 165472.
8832
8833 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8834
8835         * po/POTFILES.in:
8836         * thumbnailer/Makefile.am:
8837         * thumbnailer/evince-thumbnailer-djvu.schemas.in:
8838         * thumbnailer/evince-thumbnailer-dvi.schemas.in:
8839         * thumbnailer/evince-thumbnailer.schemas.in:
8840         
8841         Make thumbnailer schemas translatable. Fix for bug 301773
8842         
8843         * thumbnailer/evince-thumbnailer-djvu.schemas:
8844         * thumbnailer/evince-thumbnailer-dvi.schemas:
8845         * thumbnailer/evince-thumbnailer.schemas:
8846
8847         Removed files
8848
8849 Sun Apr 24 01:37:39 2005  Jonathan Blandford  <jrb@redhat.com>
8850
8851         * shell/ev-view.c (ev_view_init): forgot to set this.
8852
8853 Sun Apr 24 01:07:27 2005  Jonathan Blandford  <jrb@redhat.com>
8854
8855         * shell/ev-view.c: (find_page_at_location),
8856         (get_link_at_location),
8857         (ev_view_set_show_border), (ev_view_set_spacing),
8858         (ev_view_zoom_for_size_continuous_and_dual_page),
8859         (ev_view_zoom_for_size_continuous): Fix links for dual/continuous.
8860         Also, add a quick fix measuring of widths.  Also, removed
8861         ev_view_set_spacing and ev_view_set_show_border.
8862         
8863         * shell/ev-window.c: (ev_window_unfullscreen),
8864         (ev_window_cmd_view_fullscreen): Don't adjust the border/spacing.
8865
8866 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8867
8868         * shell/ev-view.c: (view_update_range_and_current_page),
8869         (page_changed_cb):
8870         
8871         Fix crash on exit and scrolling to page in continuous view.
8872
8873 Sat Apr 23 13:13:04 2005  Jonathan Blandford  <jrb@redhat.com>
8874
8875         * TODO:
8876         * backend/ev-page-cache.c: (_ev_page_cache_new),
8877         (ev_page_cache_get_max_width_size),
8878         (ev_page_cache_get_max_height_size):
8879         * backend/ev-page-cache.h:
8880         * data/evince-ui.xml:
8881         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init):
8882         * shell/ev-view.c: (view_update_adjustments),
8883         (view_update_range_and_current_page), (get_bounding_box_size),
8884         (ev_view_size_request_continuous_and_dual_page),
8885         (ev_view_size_request_continuous),
8886         (ev_view_size_request_dual_page),
8887         (ev_view_size_request_single_page), (ev_view_size_request),
8888         (ev_view_size_allocate), (get_page_extents), (draw_one_page),
8889         (ev_view_bin_expose), (ev_view_expose_event),
8890         (ev_view_set_property), (ev_view_get_property),
8891         (ev_view_class_init), (ev_view_init), (ev_view_new),
8892         (page_changed_cb), (ev_view_zoom), (ev_view_set_continuous),
8893         (ev_view_set_dual_page), (ev_view_set_full_screen),
8894         (ev_view_set_presentation), (ev_view_set_sizing_mode),
8895         (ev_view_can_zoom_in), (ev_view_can_zoom_out), (ev_view_zoom_in),
8896         (ev_view_zoom_out), (zoom_for_size_fit_width),
8897         (zoom_for_size_best_fit),
8898         (ev_view_zoom_for_size_continuous_and_dual_page),
8899         (ev_view_zoom_for_size_continuous),
8900         (ev_view_zoom_for_size_dual_page),
8901         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
8902         (ev_view_show_cursor), (ev_sizing_mode_get_type):
8903         * shell/ev-view.h:
8904         * shell/ev-window.c: (update_action_sensitivity),
8905         (ev_window_cmd_continuous), (ev_window_cmd_dual),
8906         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
8907         (update_sizing_buttons), (ev_window_cmd_view_zoom_in),
8908         (ev_window_cmd_view_zoom_out), (update_view_size),
8909         (ev_window_set_sizing_mode), (ev_window_init):
8910
8911         Add Continuous and Dual page modes.
8912
8913 2005-04-23  James Bowes  <bowes@cs.dal.ca>
8914
8915         * dvi/dvi-document.c: (dvi_document_load),
8916         (dvi_document_thumbnails_get_thumbnail),
8917         (dvi_document_init_params): Fix up some mixups between
8918         width and height to correct thumbnail rendering.
8919
8920 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8921
8922         * dvi/mdvi-lib/private.h:
8923         * dvi/mdvi-lib/setup.c: (mdvi_init_kpathsea):
8924         
8925         Suppess output for kpathsea during font generation. Thanks to
8926         James Bowes
8927
8928 Fri Apr 22 19:57:46 2005  Jonathan Blandford  <jrb@redhat.com>
8929
8930         * NEWS:
8931         * configure.ac:
8932
8933         Release 0.2.1
8934
8935         * Makefile.am: fix distcheck.
8936
8937 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8938
8939         * shell/ev-sidebar-links.c: (selection_changed_callback),
8940         (update_page_callback), (row_activated_callback),
8941         (job_finished_callback), (ev_sidebar_links_set_document):
8942         
8943         Fix for bug #169901. Double click on links expands tree.
8944
8945 2005-03-14  Bryan Clark  <clarkbw@cvs.gnome.org>
8946
8947         * shell/ev-window.c (ev_window_init): Removed fullscreen toolbar
8948         hard-coded style. Fix for bug 170111
8949
8950 2005-04-22  Kristian Høgsberg  <krh@redhat.com>
8951
8952         * shell/ev-view.c (highlight_find_results): Remove unnecessary
8953         locking.
8954
8955 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
8956
8957         * thumbnailer/evince-thumbnailer.schemas: real fix for bug 172496
8958
8959 2005-04-22  Marco Pesenti Gritti  <mpg@redhat.com>
8960
8961         * pdf/ev-poppler.cc:
8962         * shell/ev-view.c: (highlight_find_results):
8963
8964         Fix find on single page documents
8965
8966 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
8967
8968         * data/evince.schemas.in: fix for bug 301390
8969
8970 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
8971
8972         * shell/ev-view.c: (ev_view_can_zoom_in), (ev_view_can_zoom_out),
8973         (ev_view_zoom_out), (ev_view_zoom_normal):
8974         * shell/ev-view.h:
8975         * shell/ev-window.c: (update_action_sensitivity),
8976         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
8977         (ev_window_cmd_view_zoom_in), (ev_window_cmd_view_zoom_out),
8978         (ev_window_cmd_view_normal_size):
8979
8980         Fix normal size zoom. Make zoom in/zoom out unsensitive when
8981         they are behyond the limits. Tweak MAX_ZOOM to 6, sucks but
8982         better than oom. 
8983
8984 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
8985
8986         * configure.ac:
8987
8988         Depend on 2.57, 2.59 doesnt seem to be necessary
8989
8990 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
8991
8992         * shell/ev-page-action.c: (update_pages_label), (page_changed_cb),
8993         (create_tool_item):
8994
8995         Put back total number of pages as (1 of 1234)
8996
8997 Thu Apr 21 23:37:52 2005  Jonathan Blandford  <jrb@redhat.com>
8998
8999         * shell/ev-pixbuf-cache.c (dispose_cache_job_info): actually
9000         remove the job.
9001
9002         * backend/ev-document.h: Remove EV_DOC_MUTEX in favor of a locking
9003         function.  This helps debugging.
9004
9005 2005-04-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9006
9007         * djvu/djvu-document.c: (djvu_document_class_init),
9008         (djvu_document_get_info), (djvu_document_document_iface_init):
9009         * dvi/dvi-document.c: (dvi_document_class_init),
9010         (dvi_document_get_info), (dvi_document_document_iface_init):
9011
9012         Dummy implementation of get_info method for dvi and
9013         djvu. Fix crashes with those backends
9014
9015 2005-04-20  Marco Pesenti Gritti <mpg@redhat.com>
9016
9017         * data/evince.desktop.in:
9018
9019         Add application/x-gzpostscript
9020
9021 2005-04-20  Bryan Clark  <clarkbw@cvs.gnome.org>
9022
9023         * data/evince.schemas.in: Added real long descriptions, 
9024         closes bug 172496 
9025
9026         * README: Added actual text, closes bug 171869
9027
9028 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
9029
9030         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9031
9032         Thumbnail page 0
9033
9034 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
9035
9036         * backend/ev-document-info.h:
9037
9038         s/GDate */GDate so we can just use g_free
9039
9040 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
9041
9042         * shell/ev-window.c: (update_document_mode),
9043         (ev_window_setup_document):
9044
9045         Show the window in fullscreen when specified by
9046         the document
9047
9048 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
9049
9050         * backend/ev-document.c: (ev_document_class_init),
9051         (ev_document_get_info), (ev_document_render_pixbuf):
9052         * backend/ev-document.h:
9053         * backend/ev-page-cache.c: (_ev_page_cache_new):
9054         * pdf/ev-poppler.cc:
9055         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
9056         (pixbuf_document_get_info), (pixbuf_document_document_iface_init):
9057         * ps/ps-document.c: (ps_document_class_init), (document_load),
9058         (ps_document_get_info), (ps_document_document_iface_init):
9059
9060         Remove get_title from the interface, we can just use document info
9061
9062 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
9063
9064         * backend/Makefile.am:
9065         * backend/ev-document.c: (ev_document_render_get_info):
9066         * backend/ev-document.h:
9067         * pdf/ev-poppler.cc:
9068
9069         Initial support for document info. Based on jrb patch.
9070
9071 2005-04-19  Paolo Borelli <pborelli@katamail.com>
9072
9073         * shell/ev-window.c: (ev_window_state_event),
9074         (ev_window_class_init), (ev_window_init):
9075         
9076         Doesn't show resize grip when maximized. See bug #301053
9077
9078 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9079
9080         * po/POTFILES.in:
9081         
9082         ev-sidebar-thumbnails now has translatable labels
9083         
9084         * shell/Makefile.am:
9085         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document),
9086         (ev_sidebar_links_support_document), (ev_sidebar_links_get_label),
9087         (ev_sidebar_links_page_iface_init):
9088         * shell/ev-sidebar-links.h:
9089         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
9090         (ev_sidebar_page_support_document), (ev_sidebar_page_set_document),
9091         (ev_sidebar_page_get_label):
9092         * shell/ev-sidebar-page.h:
9093         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_new),
9094         (ev_sidebar_thumbnails_set_document),
9095         (ev_sidebar_thumbnails_support_document),
9096         (ev_sidebar_thumbnails_get_label),
9097         (ev_sidebar_thumbnails_page_iface_init):
9098         * shell/ev-sidebar-thumbnails.h:
9099         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
9100         (ev_sidebar_set_document):
9101         * shell/ev-sidebar.h:
9102         * shell/ev-window.c: (ev_window_setup_document), (ev_window_init):
9103         
9104         Small rework of sidebar code. Now sidebar pages should implement
9105         EvSidebarPage interface. That makes page management in EvSidebar
9106         easier. See bug #164811 for details
9107
9108 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9109
9110         * shell/ev-application.c: (ev_application_open):
9111         * shell/ev-document-types.c:
9112         
9113         Fix build error and small problem with application exit
9114
9115 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9116
9117         * thumbnailer/Makefile.am:
9118         * thumbnailer/evince-thumbnailer-djvu.schemas:
9119         * thumbnailer/evince-thumbnailer-dvi.schemas:
9120         
9121         Conditionally install schemas for djvu/dvi thumbnailer
9122
9123 2005-04-18  David Malcolm  <dmalcolm@redhat.com>
9124
9125         * shell/ev-document-types.h: 
9126         * shell/ev-document-types.c: 
9127         New files, handling the mapping from mimetypes to backends
9128         
9129         * shell/ev-window.c: 
9130         * thumbnailer/evince-thumbnailer.c:     
9131         Use the ev-document-types code
9132         
9133         * shell/Makefile.am: 
9134         Added new convenience library libevbackendfactory_la, containing
9135         the new mimetype->backend logic; moved the backends into it.
9136
9137         * thumbnailer/Makefile.am:
9138         Make the thumbnailer link with the libevbackend.la convenience
9139         library, rather than having a duplicate of the backend logic here.
9140
9141 2005-04-18  Paolo Borelli  <pborelli@katamail.com>
9142
9143         * shell/ev-stock-icons.c: constify some vars.
9144         * shell/ev-window.c: ditto.
9145
9146 2005-04-18  Marco Pesenti Gritti  <mpg@redhat.com>
9147
9148         * ps/ps-document.c (get_page_orientation):
9149
9150         Respect document orientation 
9151
9152 2005-04-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9153
9154         * djvu/Makefile.am:
9155         * dvi/Makefile.am:
9156         * shell/Makefile.am:
9157         
9158         Move library dependencies to components.
9159         
9160         * shell/ev-window.c: (update_window_title),
9161         (start_loading_document):
9162         
9163         Fix display of uris with spaces. Bug 168358.
9164
9165 Sat Apr 16 18:53:47 2005  Jonathan Blandford  <jrb@redhat.com>
9166
9167         * shell/ev-sidebar-links.c: (selection_changed_cb):
9168         * shell/ev-view.c: (ev_view_finalize), (go_to_link),
9169         (ev_view_button_release_event), (ev_view_set_document):
9170         * shell/ev-view.h:
9171         * shell/ev-window.c: (find_bar_search_changed_cb):
9172         * shell/ev-window.h: Minor cleanups removing some dead code.
9173
9174 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9175
9176         * backend/ev-page-cache.c: (_ev_page_cache_new):
9177         
9178         Set current page to 0 if document has pages.
9179
9180 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
9181
9182         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9183
9184         Initialize GError to NULL, fix a crash when loading fails.
9185
9186 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
9187
9188         * shell/ev-window.c: (update_view_size):
9189
9190         Calculate shadow size only when there is actually
9191         a shadow.
9192
9193 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
9194
9195         * shell/ev-view.c: (ev_view_set_spacing), (ev_view_init):
9196         * shell/ev-view.h:
9197
9198         Allow setting view spacing, default to 0
9199
9200         * shell/ev-window.c: (ev_window_unfullscreen),
9201         (ev_window_cmd_view_fullscreen), (ev_window_init):
9202
9203         Remove spacing in fullscreen mode
9204
9205 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
9206
9207         * shell/ev-view.c: (compute_border), (compute_zoom_factor),
9208         (ev_view_size_request), (expose_bin_window),
9209         (ev_view_set_show_border), (ev_view_init), (page_changed_cb):
9210         * shell/ev-view.h:
9211         * shell/ev-window.c: (ev_window_unfullscreen),
9212         (ev_window_cmd_view_fullscreen):
9213
9214         Do not draw the border in fulscreen
9215
9216 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
9217
9218         * shell/ev-view.c: (ev_view_get_offsets), (compute_zoom_factor),
9219         (ev_view_size_request), (expose_bin_window), (ev_view_select_all),
9220         (find_page_at_location), (page_changed_cb):
9221
9222         Rework border calculation, so that I can more easily disable it.
9223         Code somewhat cleaner too.
9224
9225 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
9226
9227         * backend/ev-page-cache.c: (ev_page_cache_init),
9228         (_ev_page_cache_new):
9229
9230         Remove some assertions, documents can have 0 pages.
9231         Make initial current page -1.
9232
9233         * shell/ev-page-action.c: (page_changed_cb):
9234
9235         Show "" if current page is -1
9236
9237         * shell/ev-window.c: (update_action_sensitivity),
9238         (ev_window_setup_document):
9239
9240         When document has 0 pages do not set the view
9241         and make nearly everything insensitive.
9242
9243 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9244
9245         * shell/ev-page-view.c:
9246         * shell/ev-page-view.h:
9247
9248         Remove unused files.
9249         
9250         * shell/ev-sidebar-thumbnails.c:
9251         (ev_sidebar_thumbnails_set_document):
9252         * shell/ev-sidebar.c: (ev_sidebar_set_document),
9253         (ev_sidebar_supports_document):
9254         * shell/ev-sidebar.h:
9255         * shell/ev-window.c: (ev_window_setup_document):
9256         
9257         Doesn't show thumbnails if document has 1 page. Make
9258         sidebar menu entries sensitive only if if they have 
9259         sense. Fix bug 164811. 
9260
9261 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
9262
9263         * shell/ev-view.c: (compute_zoom_factor), (ev_view_size_request),
9264         (page_changed_cb), (ev_view_zoom), (ev_view_zoom_in),
9265         (ev_view_zoom_out), (ev_view_set_size):
9266
9267         Rework sizing to deal with documents with not uniform page
9268         size.
9269
9270 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
9271
9272         * backend/ev-page-cache.c: (_ev_page_cache_new):
9273
9274         Fix several page size caching bugs
9275
9276 2005-04-15  Luca Ferretti <elle.uca@libero.it>
9277
9278         * shell/ev-window.c: (set_action_properties):
9279
9280         Make all toolbar items translatable
9281
9282 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
9283
9284         * ps/ps-document.c: (ps_document_init), (ps_document_get_type),
9285         (save_page_list), (ps_document_save),
9286         (ps_document_document_iface_init), (ps_document_ps_export_begin),
9287         (ps_document_ps_export_do_page), (ps_document_ps_export_end),
9288         (ps_document_ps_exporter_iface_init):
9289         * ps/ps-document.h:
9290
9291         Based on a patch by J�rg Billeter <j@bitron.ch>
9292         
9293         Implement print and save a copy for the ps backend.
9294
9295 2005-04-14  Marco Pesenti Gritti <mpg@redhat.com>
9296
9297         * backend/ev-document.h:
9298         * djvu/djvu-document.c: (djvu_document_can_get_text),
9299         (djvu_document_document_iface_init):
9300         * dvi/dvi-document.c: (dvi_document_can_get_text),
9301         (dvi_document_document_iface_init):
9302         * pdf/ev-poppler.cc:
9303         * pixbuf/pixbuf-document.c: (pixbuf_document_can_get_text),
9304         (pixbuf_document_document_iface_init):
9305         * ps/ps-document.c: (ps_document_can_get_text),
9306         (ps_document_document_iface_init):
9307         * shell/ev-view.c: (ev_view_copy), (ev_view_primary_get_cb):
9308         * shell/ev-window.c: (update_action_sensitivity):
9309
9310         Fix the crash when trying to copy in backends that doesnt
9311         support it. We can implement a better solution once we
9312         do real text selection.
9313
9314 2005-04-12  Marco Pesenti Gritti <mpg@redhat.com>
9315
9316         * data/evince-ui.xml:
9317         * shell/ev-window.c: (ev_window_cmd_escape):
9318         
9319         Work around the Escape conflict (find bar and unfullscreen)
9320
9321 2005-04-12  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
9322
9323         * backend/ev-page-cache.c: (ev_page_cache_next_page):
9324         
9325         Fix for #300233. Next page correctly handles document end.
9326         
9327         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
9328         (ev_sidebar_thumbnails_class_init),
9329         (ev_sidebar_thumbnails_set_document),
9330         (ev_sidebar_thumbnails_clear_job),
9331         (ev_sidebar_thumbnails_clear_model):
9332         
9333         Cleanup thumbnail jobs on document changes.
9334         
9335         * shell/ev-view.c: (add_scroll_binding_keypad),
9336         (add_scroll_binding_shifted), (ev_view_class_init):
9337         
9338         Shift + Space scrolls up. Fix for #173184
9339         
9340         * shell/ev-window.c: (ev_window_open_page),
9341         (ev_window_cmd_view_reload):
9342         
9343         Fix reload (Bug #300094)
9344
9345 2005-04-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9346
9347         
9348         * dvi/mdvi-lib/assoc.c:
9349         * dvi/mdvi-lib/assoc.h: Removed garbage files
9350         
9351         * dvi/mdvi-lib/bitmap.c:
9352         * dvi/mdvi-lib/color.c: (mdvi_set_color), (mdvi_push_color),
9353         (mdvi_pop_color), (mdvi_reset_color), (get_color_table):
9354         * dvi/mdvi-lib/color.h: Antialias of rules
9355         
9356         * dvi/mdvi-lib/common.h:
9357         * dvi/mdvi-lib/dviread.c: (mdvi_configure), (mdvi_init_context),
9358         (mdvi_destroy_context), (draw_shrink_rule), (draw_box), (set_rule):
9359         * dvi/mdvi-lib/files.c:
9360         * dvi/mdvi-lib/fontmap.c: (ps_init_default_paths):
9361         * dvi/mdvi-lib/mdvi.h:
9362         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
9363         * dvi/mdvi-lib/tfmfile.c: (ofm_load_file):
9364         * dvi/mdvi-lib/util.c: Fix compile warnings
9365         
9366         * dvi/dvi-document.c:
9367         (dvi_document_load), (dvi_document_thumbnails_get_dimensions),
9368         (dvi_document_thumbnails_get_thumbnail),
9369         (dvi_document_document_thumbnails_iface_init):
9370         * dvi/mdvi-lib/Makefile.am:
9371         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
9372         (dvi_pixbuf_set_color), (mdvi_pixbuf_device_render):
9373         
9374         Dvi backend now renders thumbnails
9375
9376 2005-04-09  Christian Persch  <chpe@cvs.gnome.org>
9377
9378         * shell/main.c: (main): 
9379         
9380         Save accelerators on exit. Fixes bug #172095.
9381
9382 Sat Apr  9 01:05:09 2005  Jonathan Blandford  <jrb@redhat.com>
9383
9384         * shell/ev-pixbuf-cache.c (move_one_job): Actually fix the "FIXME:
9385         update priority" comment.
9386
9387         * backend/ev-job-queue.c: Give a way to change priority.
9388
9389 Sat Apr  9 00:05:36 2005  Jonathan Blandford  <jrb@redhat.com>
9390
9391         * shell/ev-page-action.c: Fix logic.
9392
9393 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
9394
9395         * shell/ev-view.c: (ev_view_can_find_next):
9396         * shell/ev-window.c: (ev_window_setup_document):
9397
9398         Check that the document supports find
9399
9400 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
9401
9402         * data/evince-ui.xml:
9403         * shell/ev-view.c: (ev_view_can_find_next):
9404         * shell/ev-view.h:
9405         * shell/ev-window.c: (update_action_sensitivity),
9406         (find_changed_cb), (ev_window_setup_document),
9407         (ev_window_cmd_edit_find_next):
9408
9409         Add Edit->Find Next
9410
9411 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
9412
9413         * pdf/ev-poppler.cc:
9414         * shell/ev-print-job.c: (idle_print_handler):
9415
9416         Make printing work again
9417
9418 Fri Apr  8 01:12:24 2005  Jonathan Blandford  <jrb@redhat.com>
9419
9420         * shell/ev-page-action.h:
9421         * shell/ev-page-action.c: (ev_page_action_widget_init),
9422         (ev_page_action_widget_class_init), (page_changed_cb),
9423         (create_tool_item), (update_page_cache), (build_new_tree_cb),
9424         (get_filter_model_from_model), (match_selected_cb),
9425         (display_completion_text), (match_completion), (update_model),
9426         (connect_proxy), (ev_page_action_set_property),
9427         (ev_page_action_get_property), (ev_page_action_set_document),
9428         (ev_page_action_set_model), (ev_page_action_class_init): Big
9429         reworking to make completions work iff we have >= GTK-2.7.0
9430                 
9431         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_property),
9432         (ev_sidebar_links_get_property), (ev_sidebar_links_class_init),
9433         (job_finished_cb): We now have a 'model' property that is set when
9434         the links are loaded.  This can be caught with "notify::model"
9435
9436         * shell/ev-window.c: (sidebar_widget_model_set), (ev_window_init):
9437         listen for the model to be set, and propagate it to the action.
9438
9439 2005-04-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9440
9441         * cut-n-paste/recent-files/egg-recent-item.c:
9442         (egg_recent_item_set_uri), (make_valid_utf8),
9443         (egg_recent_item_set_mime_type), (egg_recent_item_get_mime_type):
9444         * cut-n-paste/recent-files/egg-recent-item.h:
9445         
9446         Update egg-recent from libegg. This should fix long
9447         startup problem. For details see
9448         http://bugzilla.gnome.org/show_bug.cgi?id=160531
9449
9450 2005-04-07  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9451
9452         * cut-n-paste/recent-files/Makefile.am:
9453         * data/evince-ui.xml, shell/Makefile.am:
9454         * shell/ev-application.c, shell/ev-application.h:
9455         * shell/ev-window.c: Recent files support.
9456         
9457         * configure.ac: Added "ru" to ALL_LINGUAS.
9458         
9459         * dvju: new backend to support DJVU files.
9460         * dvi: new backend to support DVI.
9461
9462         * configure.ac, Makefile.am, shell/Makefile.am, ev-window.c:
9463         * ev-application.c: Support for new backends.
9464         
9465         * help, ev-window.c, main.c shell/Makefile.am: 
9466         Evince user documentation.
9467
9468 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
9469
9470         * po/POTFILES.in:
9471         * shell/ev-window.c:
9472         * thumbnailer/evince-thumbnailer.c:
9473
9474         s/pdf-document/ev-poppler
9475
9476 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
9477
9478         * NEWS:
9479         * configure.ac:
9480
9481         Release 0.2.0
9482
9483         * ps/ps-document.c: (setup_pixmap):
9484
9485         Remove debug code
9486
9487 2005-04-05  Kristian Høgsberg  <krh@redhat.com>
9488
9489         * backend/ev-page-cache.c (ev_page_cache_next_page): 
9490         * shell/ev-window.c (ev_window_cmd_go_next_page) 
9491         (ev_window_cmd_go_first_page): Fix of by one errors.
9492
9493 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
9494
9495         * ps/ps-document.c: (get_page_box):
9496
9497         Fix page size calculation
9498
9499 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
9500
9501         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
9502         (ps_document_cleanup), (setup_pixmap), (get_page_box),
9503         (get_page_orientation), (setup_page), (document_load),
9504         (ps_document_get_page_size), (render_pixbuf_idle):
9505         * ps/ps-document.h:
9506
9507         More refactoring to adapt to EvDocument changes
9508
9509 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
9510
9511         * ps/ps-document.c: (start_interpreter):
9512
9513         Actually add alpha args
9514
9515 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
9516
9517         * pdf/ev-poppler.cc:
9518
9519         Make clipboard work again
9520
9521 2005-04-04  Kristian Høgsberg  <krh@redhat.com>
9522
9523         Make searching work again.
9524         
9525         * backend/ev-document.c:
9526         * backend/ev-document.h:
9527         * backend/ev-document-find.c:
9528         * backend/ev-document-find.h: Change EvDocumentIface so we no
9529         longer store the current page or zoom level in the document.  The
9530         consequence is that all calls that operate on the current page now
9531         instead take the page number as an extra argument, and all
9532         coordinates are now doubles in document coordinate system.
9533
9534         * pdf/ev-poppler.cc:
9535         * pixbuf/pixbuf-document.c:
9536         * ps/ps-document.c: Update backends accordingly.
9537
9538 2005-04-04  Marco Pesenti Gritti <marco@gnome.org>
9539
9540         * autogen.sh:
9541
9542         Add required gettext version
9543
9544 Sat Apr  2 18:57:00 2005  Jonathan Blandford  <jrb@redhat.com>
9545
9546         * shell/evwindow.c: Patch from Alberto Mesas <amesas@gmail.com> to
9547         make F1 bring up non-existent help.
9548
9549         * shell/eggfindbar.c: Patch from Christian Persch to sync to
9550         epiphany's find bar, #167477
9551
9552         * shell/ev-view.c (ev_view_jump): Patch from Emil Soleyman-Zomalan
9553         <emil@nishra.com> to add space-bar scrolling, 
9554
9555         * shell/ev-window.c (static GtkActionEntry entries): add default
9556         keybinding for Help (F1)
9557         Fixes #171068
9558
9559         * shell/ev-view.c (ev_view_show_cursor): Fix from Yuval Tanny
9560         changing EV_VIEW_CURSOR_LINK to EV_VIEW_CURSOR_NORMAL resolves bug
9561         170110
9562
9563 2005-04-01  David Malcolm  <dmalcolm@redhat.com>
9564
9565         * Makefile.am: 
9566         * pixbuf/pixbuf-document.c: 
9567
9568         Got pixbuf backend working again
9569
9570 2005-04-01  Steve Murphy  <murf@e-tools.com>
9571
9572         * configure.in: Added "rw" to ALL_LINGUAS.
9573
9574 Fri Apr  1 02:33:41 2005  Jonathan Blandford  <jrb@redhat.com>
9575
9576         * shell/ev-sidebar-links.c (create_loading_model): Fix mismatch in
9577         model types, noticed by Martin Kretzschmar.
9578
9579 2005-04-01  Kristian Høgsberg  <krh@redhat.com>
9580
9581         * pdf/ev-poppler.cc: Implement search based on
9582         poppler_page_find_text().  Currently a bit crude since we remember
9583         all matches from all pages.  Also, we grab the big document lock
9584         when we search since searching changes the underlying stream and
9585         thus conflicts with the rendering thread.
9586         
9587         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
9588         (jump_to_find_page), (ev_view_set_document), (ev_view_find_next),
9589         (ev_view_find_previous): Fix some page indexes to be 0 based,
9590         offset rubber band by view offset,
9591
9592 Fri Apr 01 09:21:12 2005  Pablo Saratxaga  <pablo@mandrakesoft.com>
9593
9594         * configure.ac: Added Walloon (wa) to ALL_LINGUAS.
9595
9596 Fri Apr  1 01:59:39 2005  Jonathan Blandford  <jrb@redhat.com>
9597
9598         * shell/ev-page-action.c: Changed to use page labels now.  Rewrote
9599         completely because I didn't understand GtkActions.  I should
9600         read Marco's code more carefully in the future.
9601
9602         * backend/ev-page-cache.h (ev_page_cache_set_page_label): New
9603         function
9604
9605 2005-03-31  Kristian Høgsberg  <krh@redhat.com>
9606
9607         * pdf/ev-poppler.cc (pdf_document_get_links): Update to work with
9608         PopplerRectangle change from poppler CVS.
9609
9610 Thu Mar 31 13:27:50 2005  Jonathan Blandford  <jrb@redhat.com>
9611
9612         * backend/ev-document.c: (ev_document_get_page_label):
9613         * backend/ev-document.h:
9614         * backend/ev-page-cache.c: (_ev_page_cache_new),
9615         (ev_page_cache_get_page_label):
9616         * backend/ev-page-cache.h:
9617         * pdf/ev-poppler.cc:
9618         * shell/ev-sidebar-links.c: (ev_sidebar_links_construct),
9619         (links_page_num_func):
9620         * shell/ev-sidebar-thumbnails.c:
9621         (ev_sidebar_thumbnails_set_document):
9622         * shell/ev-view.c: (status_message_from_link),
9623         (ev_view_motion_notify_event):
9624         * shell/ev-window.c: (document_supports_sidebar): Add in page
9625         label support.  It's not perfect yet, but it's the first 'feature'
9626         in a while.
9627         Also, fix a bogus comment noticed by crispin. 
9628
9629 Thu Mar 31 01:21:58 2005  Jonathan Blandford  <jrb@redhat.com>
9630
9631         * Makefile.am: Remove pixbuf backend for now
9632
9633         * configure.ac: Require poppler-glib instead of just poppler.
9634
9635         * backend/ev-document-thumbnails.h: Add a comment
9636
9637         * backend/ev-document.h:
9638         * backend/ev-document.c: (ev_document_class_init),
9639         (ev_document_load), (ev_document_get_link),
9640         (ev_document_get_links): Remove 3 methods and add get_links.
9641         Also, made 0 based.
9642
9643         * backend/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
9644         * backend/ev-jobs.h: now EvJobRender can grab the links for a document.
9645
9646         * backend/ev-link.c: (ev_link_set_title),
9647         (ev_link_mapping_free_foreach), (ev_link_mapping_free),
9648         (ev_link_mapping_find):
9649         * backend/ev-link.h: Allow NULL titles.  Also, introduce a mapping link.
9650         
9651         * backend/ev-page-cache.c: (ev_page_cache_init),
9652         (_ev_page_cache_new), (ev_page_cache_set_current_page),
9653         (ev_page_cache_get_size), (ev_page_cache_next_page),
9654         (ev_page_cache_prev_page): Fix to be 0 based.
9655
9656         * pdf/Makefile.am: 
9657         * pdf/ev-poppler.h:
9658         * pdf/ev-poppler.cc: New backend.
9659         
9660         * ps/ps-document.c: (ps_document_init), (ps_document_set_page),
9661         (ps_document_get_page), (ps_document_document_iface_init):
9662
9663         * shell/ev-pixbuf-cache.h:
9664         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
9665         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
9666         (ev_pixbuf_cache_update_range), (copy_job_to_job_info),
9667         (add_job_if_needed), (ev_pixbuf_cache_set_page_range),
9668         (ev_pixbuf_cache_get_pixbuf), (ev_pixbuf_cache_get_link_mapping):
9669         Fix up code to grab a page cache per each doc.  Also, fix to be 0
9670         based.
9671         
9672         * shell/ev-sidebar-thumbnails.c:
9673         (ev_sidebar_tree_selection_changed), (page_changed_cb),
9674         (ev_sidebar_thumbnails_set_document): Fix to be 0 based.
9675
9676         * shell/ev-view.c: (status_message_from_link),
9677         (find_page_at_location), (get_link_at_location),
9678         (ev_view_motion_notify_event), (ev_view_button_release_event),
9679         (ev_view_init): Use the new link code.  Fix to be 0 based.
9680
9681         * shell/ev-window.c: (update_action_sensitivity),
9682         (document_supports_sidebar): 0 based.
9683
9684 Fri Mar 25 16:55:58 2005  Jonathan Blandford  <jrb@redhat.com>
9685
9686         * pdf/pdf-document.cc: Patch from Fernando Herrera
9687         <fherrera@onirica.com> to fix my quick fix to get_thumbnail.
9688         *blush*
9689
9690 Wed Mar 23 23:49:41 2005  Jonathan Blandford  <jrb@redhat.com>
9691
9692         * pdf/pdf-document.cc (pdf_document_thumbnails_get_thumbnail): add
9693         1 to the page, as this seems to be 1 based.  I thought we has this
9694         fixed.  grump.
9695
9696 2005-03-23  Marco Pesenti Gritti <marco@gnome.org>
9697
9698         * TODO:
9699         * backend/Makefile.am:
9700         * backend/ev-document-links.c:
9701         (ev_document_links_has_document_links),
9702         (ev_document_links_get_links_model):
9703         * backend/ev-document-links.h:
9704         * backend/ev-document.c: (ev_document_get_page_cache),
9705         (ev_document_get_doc_mutex), (ev_document_load),
9706         (ev_document_save), (ev_document_get_title),
9707         (ev_document_get_n_pages), (ev_document_set_page),
9708         (ev_document_get_page), (ev_document_set_target),
9709         (ev_document_set_scale), (ev_document_set_page_offset),
9710         (ev_document_get_page_size), (ev_document_get_text),
9711         (ev_document_get_link), (ev_document_render),
9712         (ev_document_render_pixbuf), (ev_document_scale_changed):
9713         * backend/ev-document.h:
9714         * backend/ev-job-queue.c: (remove_object_from_queue),
9715         (notify_finished), (handle_job), (search_for_jobs_unlocked),
9716         (no_jobs_available_unlocked), (ev_render_thread),
9717         (ev_job_queue_init), (find_queue), (ev_job_queue_add_job),
9718         (ev_job_queue_remove_job):
9719         * backend/ev-job-queue.h:
9720         * backend/ev-jobs.c: (ev_job_init), (ev_job_dispose),
9721         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
9722         (ev_job_links_class_init), (ev_job_render_init),
9723         (ev_job_render_dispose), (ev_job_render_class_init),
9724         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
9725         (ev_job_thumbnail_class_init), (ev_job_finished),
9726         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
9727         (ev_job_render_run), (ev_job_thumbnail_new),
9728         (ev_job_thumbnail_run):
9729         * backend/ev-jobs.h:
9730         * backend/ev-link.c:
9731         * backend/ev-link.h:
9732         * backend/ev-page-cache.c: (ev_page_cache_init),
9733         (ev_page_cache_class_init), (ev_page_cache_finalize),
9734         (_ev_page_cache_new), (ev_page_cache_get_n_pages),
9735         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
9736         (ev_page_cache_set_link), (ev_page_cache_get_title),
9737         (ev_page_cache_get_size), (ev_page_cache_next_page),
9738         (ev_page_cache_prev_page):
9739         * backend/ev-page-cache.h:
9740         * pdf/pdf-document.cc:
9741         * ps/gsdefaults.c:
9742         * ps/gsdefaults.h:
9743         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
9744         (push_pixbuf), (interpreter_failed), (ps_document_cleanup),
9745         (ps_document_widget_event), (ps_document_finalize), (get_xdpi),
9746         (get_ydpi), (setup_pixmap), (setup_page), (close_pipe),
9747         (is_interpreter_ready), (output), (catchPipe), (input),
9748         (start_interpreter), (check_filecompressed), (compute_dimensions),
9749         (ps_document_enable_interpreter), (document_load),
9750         (ps_document_next_page), (render_page), (ps_document_set_page),
9751         (ps_document_set_scale), (render_pixbuf_idle),
9752         (ps_document_render_pixbuf), (ps_document_document_iface_init):
9753         * ps/ps-document.h:
9754         * shell/Makefile.am:
9755         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
9756         (ev_pixbuf_cache_class_init), (ev_pixbuf_cache_finalize),
9757         (dispose_cache_job_info), (ev_pixbuf_cache_dispose),
9758         (ev_pixbuf_cache_new), (job_finished_cb),
9759         (check_job_size_and_unref), (move_one_job),
9760         (ev_pixbuf_cache_update_range), (find_job_cache),
9761         (ev_pixbuf_cache_clear_job_sizes), (add_job_if_needed),
9762         (ev_pixbuf_cache_add_jobs_if_needed),
9763         (ev_pixbuf_cache_set_page_range), (ev_pixbuf_cache_get_pixbuf):
9764         * shell/ev-pixbuf-cache.h:
9765         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
9766         (idle_print_handler):
9767         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
9768         (selection_changed_cb), (create_loading_model),
9769         (ev_sidebar_links_construct), (links_page_num_func),
9770         (ev_sidebar_links_clear_document), (update_page_callback_foreach),
9771         (update_page_callback), (job_finished_cb),
9772         (ev_sidebar_links_set_document):
9773         * shell/ev-sidebar-thumbnails.c:
9774         (ev_sidebar_thumbnails_class_init), (adjustment_changed_cb),
9775         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init),
9776         (page_changed_cb), (thumbnail_job_completed_callback),
9777         (ev_sidebar_thumbnails_set_document):
9778         * shell/ev-sidebar-thumbnails.h:
9779         * shell/ev-sidebar.c: (ev_sidebar_set_document):
9780         * shell/ev-view.c: (ev_view_finalize), (ev_view_destroy),
9781         (ev_view_get_offsets), (ev_view_size_request), (ev_view_realize),
9782         (ev_view_unrealize), (highlight_find_results), (expose_bin_window),
9783         (ev_view_select_all), (ev_view_copy), (ev_view_primary_get_cb),
9784         (ev_view_create_invisible_cursor), (ev_view_motion_notify_event),
9785         (ev_view_button_release_event), (ev_view_scroll_view),
9786         (ev_view_class_init), (ev_view_init), (update_find_status_message),
9787         (jump_to_find_result), (jump_to_find_page), (find_changed_cb),
9788         (ev_view_new), (job_finished_cb), (page_changed_cb),
9789         (ev_view_set_document), (go_to_link), (ev_view_zoom),
9790         (size_to_zoom_factor), (ev_view_set_size), (ev_view_find_next),
9791         (ev_view_find_previous):
9792         * shell/ev-view.h:
9793         * shell/ev-window.c: (update_action_sensitivity),
9794         (ev_window_open_page), (update_window_title), (update_total_pages),
9795         (page_changed_cb), (ev_window_setup_document),
9796         (password_dialog_response), (ev_window_cmd_save_as),
9797         (ev_window_print), (ev_window_cmd_go_previous_page),
9798         (ev_window_cmd_go_next_page), (ev_window_cmd_go_first_page),
9799         (ev_window_cmd_go_last_page), (ev_window_cmd_view_reload),
9800         (find_bar_search_changed_cb), (goto_page_cb), (ev_window_init):
9801         * shell/main.c: (main):
9802
9803         Merge evince-threads branch
9804
9805 2005-03-16  Žygimantas Beručka  <uid0@akl.lt>
9806
9807         * configure.ac: Added "lt" to ALL_LINGUAS.
9808
9809 2005-03-14  Marco Pesenti Gritti  <marco@gnome.org>
9810
9811         * NEWS:
9812         * configure.ac:
9813
9814         Release 0.1.9
9815
9816 2005-03-13  Fernando Herrera  <fherrera@onirica.com>
9817
9818         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9819
9820         Fix here also the thumbnails 1-basedness :)
9821
9822 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
9823
9824         * NEWS:
9825         * configure.ac:
9826
9827         Release 0.1.8
9828
9829 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
9830
9831         * pdf/pdf-document.cc:
9832         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
9833         (do_one_iteration), (ev_sidebar_thumbnails_set_document):
9834
9835         Fix the mess we did with thumbnails and 1-basedness
9836
9837 2005-03-12  Changwoo Ryu  <cwryu@debian.org>
9838
9839         * configure.ac (ALL_LINGUAS): Added "ko" (Korean).
9840
9841 2005-03-09  Marco Pesenti Gritti  <marco@gnome.org>
9842
9843         * NEWS:
9844         * configure.ac:
9845
9846         Release 0.1.7
9847
9848 2005-03-08  Marco Pesenti Gritti  <marco@gnome.org>
9849
9850         * ps/Makefile.am:
9851         * ps/gsdefaults.c: (gtk_gs_defaults_get_interpreter_cmd),
9852         (gtk_gs_defaults_get_alpha_parameters),
9853         (gtk_gs_defaults_get_ungzip_cmd),
9854         (gtk_gs_defaults_get_unbzip2_cmd):
9855         * ps/gsdefaults.h:
9856         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
9857         (ps_document_get_orientation), (document_load),
9858         (ps_document_goto_page), (ps_document_set_page_size):
9859         * ps/ps-document.h:
9860
9861         Some more sanitization of the ps backend. Remove a lot
9862         of unused code and do not base our defaults on ggv
9863         preferences (ugh!)
9864
9865 2005-03-08  Fernando Herrera  <fherrera@onirica.com>
9866
9867         * thumbnailer/evince-thumbnailer.schemas:
9868         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
9869         (main): add -s option for thumbnail size.
9870
9871 2005-03-07  Christian Persch  <chpe@cvs.gnome.org>
9872
9873         * configure.ac:
9874
9875         AC_PROG_RANLIB is rendered obsolete by AC_PROG_LIBTOOL;
9876         remove it.
9877
9878 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
9879
9880         * pdf/pdf-document.cc:
9881
9882         Remove 4 pixels of useless border from the
9883         thumbnail.
9884
9885 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
9886
9887         * backend/ev-document-thumbnails.c:
9888         (ev_document_thumbnails_get_thumbnail):
9889         * backend/ev-document-thumbnails.h:
9890
9891         Rework API a bit. Add a border flag and
9892         change sizing logic (now the size we specify
9893         applies to the bigger dimension).
9894
9895         * pdf/pdf-document.cc:
9896         * pixbuf/pixbuf-document.c:
9897         (pixbuf_document_thumbnails_get_thumbnail):
9898         * shell/ev-sidebar-thumbnails.c: (do_one_iteration):
9899         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9900
9901         Adapt to the new API and do not draw a border for nautilus
9902         thumbnailer.
9903
9904 2005-03-03  Fernando Herrera  <fherrera@onirica.com>
9905
9906         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9907         take thumbnails from page "0" instead of "1". Added a copyright header.
9908
9909 2005-03-03  Jens Granseuer  <jensgr@gmx.net>
9910
9911         * ps/ps-document.c: (set_up_page), (start_interpreter):
9912
9913         Make it C89 compliant
9914
9915 2005-03-03  Marco Pesenti Gritti  <marco@gnome.org>
9916
9917         * Makefile.am:
9918         * configure.ac:
9919         * pdf/.cvsignore:
9920         * pdf/pdf-document.cc:
9921         * thumbnailer/Makefile.am:
9922         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
9923         (main):
9924         * thumbnailer/evince-thumbnailer.schemas:
9925         * thumbnailer/pdf-icon.png:
9926
9927         Add a nautilus thumbnailer.
9928         Based on patch by Fernando Herrera <fherrera@onirica.com>.
9929
9930 2005-03-02  Marco Pesenti Gritti  <marco@gnome.org>
9931
9932         * NEWS:
9933         * configure.ac:
9934         * po/POTFILES.in:
9935
9936         Release 0.1.6
9937
9938 2005-03-01  Kristian Høgsberg  <krh@redhat.com>
9939
9940         Use poppler instead of including xpdf source code.  Poppler is a
9941         fork of xpdf to build it as a shared library. See
9942         http://freedesktop.org/wiki/Software/poppler.
9943
9944         * pdf/xpdf/*, pdf/goo/*, pdf/splash/*, pdf/fofi/*: Remove included
9945         xpdf fork.
9946         
9947         * pdf/Makefile.am: Build libpdfdocument.a here.
9948         
9949         * pdf/GDKSplashOutputDev.cc:
9950         * pdf/GDKSplashOutputDev.h:
9951         * pdf/GnomeVFSStream.cc:
9952         * pdf/GnomeVFSStream.h:
9953         * pdf-document.cc:
9954         * pdf-document.h:
9955         * test-gdk-output-dev.cc
9956         * Thumb.cc:
9957         * Thumb.h: Pull these files out of pdf/xpdf and adjust to compile
9958         against poppler.
9959
9960 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
9961
9962         * shell/ev-sidebar-links.c: (ev_sidebar_links_clear_document):
9963
9964         Clear idle stack before unsetting the document
9965
9966 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
9967
9968         * ps/ps-document.c: (ps_document_widget_event),
9969         (ps_document_set_target), (ps_document_finalize),
9970         (ps_document_get_page):
9971
9972         Disconnect the widget event signal on finalize.
9973         Some code cleanups.
9974
9975 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
9976
9977         * ps/ps-document.c: (set_up_page):
9978
9979         If there is no bpixmap create one, even if size
9980         is not changed.
9981
9982 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
9983
9984         * ps/ps-document.c: (ps_document_init), (ps_document_cleanup),
9985         (set_up_page), (document_load), (ps_document_set_zoom):
9986
9987         Default page is 0. Calculate size even when we have no
9988         target yet.
9989
9990 2005-02-28  Carlos Garcia Campos <carlosgc@gnome.org>
9991
9992         * shell/ev-sidebar.c: expand the selection widget to be always as
9993         wide as the sidebar
9994
9995 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
9996
9997         * shell/ev-sidebar-thumbnails.c:
9998         (ev_sidebar_thumbnails_set_document):
9999
10000         Clear the list store when setting document
10001
10002 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
10003
10004         * shell/ev-page-action.c: (update_entry), (sync_entry),
10005         (activate_cb), (entry_size_request_cb), (create_tool_item),
10006         (connect_proxy):
10007
10008         Use an entry for the page control instead of spinbuttons
10009
10010 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
10011
10012         * data/evince.schemas.in:
10013
10014         Correct confusing string
10015
10016 Sun Feb 27 23:00:31 2005  Jonathan Blandford  <jrb@redhat.com>
10017
10018         * shell/ev-sidebar-links.c (do_one_iteration): Handle title links
10019         for real.  Gosh, how long has this been broken.
10020
10021         * pdf/xpdf/pdf-document.cc (build_link_from_action): add back the
10022         check for a NULL link.  We crash otherwise.
10023
10024 2005-02-27  Marco Pesenti Gritti  <marco@gnome.org>
10025
10026         * NEWS:
10027         * configure.ac:
10028
10029         Release 0.1.5
10030
10031 2005-02-25  Sebastien Bacher  <seb128@debian.org>
10032
10033         * configure.ac: add the french translation.
10034
10035 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
10036
10037         * shell/ev-window.c:
10038
10039         Remove unused header -> fix distcheck
10040
10041 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
10042
10043         * shell/ev-window.c: (update_window_title),
10044         (ev_window_popup_password_dialog):
10045
10046         Unescape filename for display
10047
10048 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
10049
10050         * pdf/xpdf/pdf-document.cc:
10051
10052         In get_page_size deal with rotation. Also
10053         cleanup the function a bit.
10054
10055 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
10056
10057         * pdf/xpdf/pdf-document.cc:
10058
10059         Fix crash when opening in new window
10060
10061 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
10062
10063         * configure.ac:
10064
10065         Check ghostscript >= 7
10066
10067 2005-02-25  Pedro Villavicencio <pvillavi@gnome.cl>
10068
10069         * shell/ev-window.c:
10070
10071         Make page width the default sizing mode
10072
10073 2005-02-25  Carlos Garcia Campos <carlosgc@gnome.org>
10074         Marco Pesenti Gritti <marco@gnome.org>
10075
10076         * shell/ev-window.c: Remember the sidebar size
10077
10078         * data/evince.schemas.in: Add a new gconf key to store the size of
10079         the sidebar
10080
10081 2005-02-24  Kai Willadsen  <kaiw@itee.uq.edu.au>
10082
10083         * data/evince-ui.xml:
10084         * shell/ev-window.c: (update_action_sensitivity),
10085         (ev_window_cmd_view_reload):
10086         
10087         Add a "Reload" action and menu entry
10088
10089 Thu Feb 24 23:07:33 2005  Jonathan Blandford  <jrb@redhat.com>
10090
10091         * shell/ev-window.c (hide_sidebar_and_actions): Hide the sidebar
10092         iff the type doesn't support thumbnailing and indexing.
10093
10094 2005-02-24  Martin Kretzschmar  <martink@gnome.org>
10095
10096         * configure.ac (ALL_LINGUAS): Added "zh_TW" (Traditional Chinese).
10097
10098 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10099
10100         * pdf/splash/Splash.cc:
10101
10102         Port fix for a crasher from kde bug
10103         http://bugs.kde.org/show_bug.cgi?id=97131
10104
10105 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10106
10107         * pdf/xpdf/pdf-document.cc:
10108
10109         Return a link even if it's of an unrecognized
10110         type. Otherwise we go in an infinte cycle.
10111
10112 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10113
10114         * shell/ev-window.c: (update_sizing_buttons), (update_view_size),
10115         (size_allocate_cb), (ev_window_set_sizing_mode):
10116
10117         Update size when switching mode
10118
10119 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10120
10121         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
10122         (ev_window_cmd_view_page_width), (update_sizing_buttons),
10123         (ev_window_cmd_view_normal_size):
10124
10125         Fix size toggle buttons behavior
10126
10127 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10128
10129         * shell/ev-view.c: (ev_view_get_offsets), (view_rect_to_doc_rect),
10130         (doc_rect_to_view_rect), (ev_view_size_allocate),
10131         (expose_bin_window), (ev_view_select_all), (page_changed_callback),
10132         (scale_changed_callback):
10133
10134         Do not cache offsets in size_allocate.
10135
10136 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10137
10138         * shell/ev-view.c: (ev_view_size_allocate):
10139
10140         Calculate offsets before calling the parent
10141         class (which does a redraw)
10142
10143 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10144
10145         * pdf/xpdf/pdf-document.cc:
10146
10147         Fix a crasher on exit. Unused code, put a TODO
10148
10149 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10150
10151         * backend/ev-document.c: (ev_document_class_init),
10152         (ev_document_page_changed), (ev_document_scale_changed):
10153         * backend/ev-document.h:
10154
10155         Separate page/scale notifications
10156
10157         * pdf/xpdf/pdf-document.cc:
10158
10159         Emit the new signals.
10160         Do not display the pdf page in _render, do it
10161         when scale/page are requested.
10162
10163         * ps/ps-document.c: (ps_document_set_zoom),
10164         (ps_document_widget_event):
10165         * ps/ps-document.h:
10166
10167         Emit the new signals.
10168
10169         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
10170         (ev_view_init), (page_changed_callback), (scale_changed_callback),
10171         (ev_view_set_document), (ev_view_zoom), (ev_view_zoom_in),
10172         (ev_view_zoom_out), (size_to_zoom_factor), (ev_view_set_size):
10173         * shell/ev-view.h:
10174         * shell/ev-window.c: (ev_window_cmd_view_normal_size),
10175         (ev_window_cmd_view_page_width), (size_allocate_cb),
10176         (ev_window_set_sizing_mode):
10177
10178         Rework sizing to be pixel based.
10179         There are bugs but should be already way better.
10180
10181 2005-02-23  Marco Pesenti Gritti  <marco@gnome.org>
10182
10183         * shell/ev-window.c: (ev_window_init):
10184
10185         Do not allow to shrink sidebar smaller then
10186         child requisition
10187
10188 2005-02-23  Carlos Garcia Campos <carlosgc@gnome.org> 
10189
10190         * shell/ev-sidebar.[ch]
10191         * shell/ev-window.c:
10192
10193         Improved sidebar widget. Fixes #166683
10194
10195 2005-02-23  Tommi Vainikainen  <thv@iki.fi>
10196
10197         * shell/ev-view.c (update_find_status_message): Give translators
10198         more flexibility with ngettext plural handling.
10199
10200 Mon Feb 21 17:52:08 2005  Jonathan Blandford  <jrb@redhat.com>
10201
10202         * pdf/xpdf/pdf-document.cc (pdf_document_get_page_size): Patch
10203         from Crispin Flowerday <gnome@flowerday.cx> to avoid rendering the
10204         page when we get the page size.
10205
10206 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
10207
10208         * ps/ps-document.c: (ps_document_set_page), (ps_document_get_page):
10209
10210         ps pages are 0 based, convert 
10211
10212 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
10213
10214         * ps/ps-document.c: (ps_document_class_init), (ps_document_load):
10215
10216         Initialize correct parent class. Set GError on document load
10217
10218 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
10219
10220         * pdf/xpdf/pdf-document.cc:
10221
10222         Fixup selection offset calculation
10223
10224         * shell/ev-view.c: (view_rect_to_doc_rect),
10225         (doc_rect_to_view_rect), (ev_view_size_allocate),
10226         (expose_bin_window), (ev_view_select_all), (ev_view_copy),
10227         (ev_view_primary_get_cb), (ev_view_motion_notify_event):
10228
10229         Store selection as document relative, so that zooming
10230         and offset changing doesnt break it.
10231
10232 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
10233
10234         * shell/ev-view.c: (ev_view_best_fit):
10235
10236         Do not try to best fit if the view is not realized
10237
10238 2005-02-20  Kostas Papadimas <pkst@gnome.org>
10239           
10240         * configure.ac (ALL_LINGUAS): Added "el" (Greek).
10241
10242 Fri Feb 18 16:06:39 2005  Jonathan Blandford  <jrb@redhat.com>
10243
10244         * shell/ev-window.c (ev_window_focus_in_event): missed a case.
10245
10246 Fri Feb 18 15:32:57 2005  Jonathan Blandford  <jrb@redhat.com>
10247
10248         * shell/ev-window.c: Change the fullscreen toolbar to always be in
10249         the popup window.  That prevents it resizing when in full screen
10250         mode.
10251
10252         * shell/ev-view.c: Change Zoom epsilon as a bad hack to avoid
10253         multiple rerenders.  This pretty much sucks.
10254
10255         * data/evince-ui.xml: Change the fullscreen toolbar to include the
10256         rest of the toolbar.
10257
10258 2005-02-18  Tommi Vainikainen  <thv@iki.fi>
10259
10260         * configure.ac (ALL_LINGUAS): Added "fi" (Finnish).
10261
10262 2005-02-17  Alexander Shopov  <ash@contact.bg>
10263
10264         * configure.in (ALL_LINGUAS): Added "bg" (Bulgarian)
10265
10266 2005-02-16  Bryan Clark  <clarkbw@cvs.gnome.org>
10267
10268         * shell/ev-window.c: added ellipsis to Print item. Fixes bug 166915
10269
10270 2005-02-16  Marco Pesenti Gritti  <marco@gnome.org>
10271
10272         * shell/ev-view.c: (ev_view_realize), (highlight_find_results),
10273         (ev_view_create_invisible_cursor), (ev_view_set_cursor),
10274         (set_document_page), (document_changed_callback),
10275         (ev_view_set_document), (ev_view_find_previous),
10276         (ev_view_hide_cursor), (ev_view_show_cursor):
10277         * shell/ev-view.h:
10278         * shell/ev-window.c: (update_chrome_visibility),
10279         (fullscreen_timeout_cb), (fullscreen_set_timeout),
10280         (fullscreen_clear_timeout), (fullscreen_motion_notify_cb),
10281         (fullscreen_leave_notify_cb), (ev_window_fullscreen),
10282         (ev_window_unfullscreen):
10283         * shell/main.c: (main):
10284
10285         Automatically hide the fullscreen button.
10286         Patch by Kristian Høgsberg <krh@redhat.com>
10287
10288 2005-02-16  Vincent Noel  <vnoel@cox.net>
10289
10290         * shell/main.c (main): Specify an icon for the window. Patch by
10291         Jaap A. Haitsma. Fixes #166177.
10292
10293 Wed Feb 16 06:30:13 2005  Jonathan Blandford  <jrb@redhat.com>
10294
10295         * shell/ev-view.c (ev_view_realize): get rid of the black flash.
10296
10297 Tue Feb 15 22:27:13 2005  Jonathan Blandford  <jrb@redhat.com>
10298
10299         * backend/ev-document-misc.h:
10300         * backend/ev-document-misc.c:
10301         (ev_document_misc_get_page_border_size),
10302         (ev_document_misc_paint_one_page): New function to canonicalize
10303         sizing/painting a border.
10304
10305         * shell/Makefile.am: Remove ev-page-view.c entirely as it's not
10306         used.
10307
10308         * pdf/xpdf/pdf-document.cc: use new function
10309
10310         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
10311         (ev_view_init), (ev_view_set_mode), (ev_view_zoom),
10312         (ev_view_best_fit), (ev_view_fit_width): * shell/ev-view.h: *
10313         shell/ev-window.c: (update_sizing_buttons),
10314         (ev_window_setup_document), (ev_window_cmd_view_zoom_in),
10315         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_best_fit),
10316         (ev_window_cmd_view_page_width), (size_allocate_cb),
10317         (ev_window_set_sizing_mode), (ev_window_init): make the "best fit"
10318         and "fit width" values act as toggle buttons so they stay
10319         toggled.  It's not 100% perfect, and it's a little slow, but it's
10320         good enough to commit I think.
10321
10322 2005-02-15  David Lodge  <dave@cirt.net>
10323
10324         * configure.ac (ALL_LINGUAS): Added "en_GB" (English (British)).
10325
10326 2005-02-15  Martin Kretzschmar  <martink@gnome.org>
10327
10328         * shell/ev-window.c (update_window_title): replace newlines in
10329         the title by spaces. Bug #166107.
10330
10331 2005-02-14  Martin Kretzschmar  <martink@gnome.org>
10332
10333         * shell/ev-view.c (ev_view_best_fit, ev_view_fit_width): add
10334         parameters providing allocation width and height without
10335         scrollbars and width of a possible vertical scrollbar. With this
10336         additional information the functions can work as
10337         intended. Unfortunately they're not idempotent. We should
10338         transform these commands to toggles. Fixes Bug #164976
10339         Initial patch by Stephane Loeuillet, then heavily modified.
10340
10341         * shell/ev-view.h: update prototypes.
10342
10343         * shell/ev-window.c (ev_window_cmd_view_best_fit)
10344         (ev_window_cmd_view_page_width): provide EvView fit functions with
10345         all the information they need. Formulas to calculate this
10346         information taken from GtkScrolledWindow.
10347
10348 2005-02-14  Crispin Flowerday  <gnome@flowerday.cx>
10349
10350         * shell/ev-sidebar-thumbnails.c: Ensure that after we have
10351         created a thumbnail, the list store is updated to know
10352         that the thumbnail is set. Fixes bug #166792
10353
10354 2005-02-11  Bryan Clark  <clarkbw@cvs.gnome.org>
10355
10356         * shell/ev-window.c: fixed typo, closes bug 166897
10357
10358         * TODO: updated TODO with bug numbers that are relevant
10359
10360 2005-02-09  Carlos Garcia Campos <carlosgc@gnome.org>
10361
10362         * shell/ev-window.c: Support for DnD of files. Fixes #164813
10363
10364 2005-02-09  Vincent Noel  <vnoel@cox.net>
10365
10366         * shell/ev-window.c: (set_action_properties): Set the "Previous"
10367         and "Next" toolbar buttons as important to make them stand out.
10368
10369 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
10370
10371         * lib/ev-debug.c:
10372         * lib/ev-debug.h:
10373         * ps/ps-document.c: (ps_document_finalize), (set_up_page),
10374         (start_interpreter), (stop_interpreter), (document_load),
10375         (ps_document_next_page), (ps_document_goto_page),
10376         (ps_document_set_page_size), (ps_document_widget_event),
10377         (ps_document_render):
10378         * shell/ev-page-view.c: (ev_page_view_dispose):
10379         * shell/ev-view.c: (ev_view_finalize), (expose_bin_window):
10380
10381         Fix compilation on non-gcc platforms
10382
10383 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
10384
10385         * NEWS:
10386         * configure.ac:
10387
10388         Release 0.1.4
10389
10390         * pdf/xpdf/Catalog.cc:
10391         * pdf/xpdf/XRef.cc:
10392
10393         Fix the fix for CAN-2004-0888
10394
10395 2005-02-09  Luca Ferretti <elle.uca@libero.it>
10396
10397         * data/Makefile.am:
10398         * data/evince-ui.xml:
10399         * shell/ev-stock-icons.c: (ev_stock_icons_init):
10400         * shell/ev-stock-icons.h:
10401         * shell/ev-window.c: (update_action_sensitivity),
10402         (ev_window_cmd_go_previous_page), (ev_window_cmd_go_next_page),
10403         (set_action_properties):
10404
10405         Improve toolbar layout/icons
10406
10407 2005-02-08  Marco Pesenti Gritti  <marco@gnome.org>
10408
10409         * pdf/xpdf/pdf-document.cc:
10410
10411         Add warnings about unimplemented/unknown link
10412         types.
10413
10414 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
10415
10416         * ps/ps-document.c: (set_up_page):
10417
10418         Log gs property
10419
10420 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
10421
10422         * ps/ps-document.c: (start_interpreter):
10423
10424         Log gs env var
10425
10426 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
10427
10428         * shell/ev-page-view.c: (ev_page_view_dispose):
10429         * shell/ev-view.c: (ev_view_finalize):
10430         * shell/ev-window.c: (ev_window_setup_document),
10431         (ev_window_dispose), (ev_window_init):
10432
10433         Solve more refs issues.
10434
10435         I commented out the page_view initialization for now:
10436         it was never destroyed (because it's never added
10437         to a container). Because of that we was leaking
10438         gs processes. Couldnt think to a clean fix.
10439         We need to figure this out, password view has the
10440         same issue probably.
10441
10442 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
10443
10444         * ps/ps-document.c: (ps_document_finalize),
10445         (ps_document_get_n_pages), (ps_document_get_page):
10446
10447         Some cleanups, stop the interpreter on finalize
10448
10449         * shell/ev-page-view.c: (ev_page_view_dispose),
10450         (ev_page_view_class_init):
10451
10452         Release our reference on the document
10453
10454 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
10455
10456         * Makefile.am:
10457         * configure.ac:
10458         * doc/debugging.txt:
10459         * lib/.cvsignore:
10460         * lib/Makefile.am:
10461         * lib/ev-debug.c: (log_module), (trap_handler), (ev_debug_init),
10462         (ev_profiler_new), (ev_should_profile), (ev_profiler_dump),
10463         (ev_profiler_free), (ev_profiler_start), (ev_profiler_stop):
10464         * lib/ev-debug.h:
10465
10466         Add debugging helpers
10467
10468         * ps/Makefile.am:
10469         * ps/ps-document.c: (set_up_page), (start_interpreter),
10470         (stop_interpreter), (document_load), (ps_document_next_page),
10471         (ps_document_goto_page), (ps_document_set_page_size),
10472         (ps_document_widget_event), (ps_document_render):
10473         * shell/Makefile.am:
10474         * shell/ev-view.c: (expose_bin_window):
10475         * shell/main.c: (main):
10476
10477         Add some logs
10478         
10479 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
10480
10481         * ps/ps-document.c: (ps_document_widget_event):
10482
10483         Initialize message_window, this should make ps
10484         rendering really work! (Never noticed because I was
10485         testing with a ps that is causing gs to exit every time!)
10486
10487 2005-02-07  Bryan Clark  <clarkbw@cvs.gnome.org>
10488
10489         * data/evince.schemas.in: updated simple error in applyto closing tag
10490
10491 2005-02-07  Christian Persch  <chpe@cvs.gnome.org>
10492
10493         * Makefile.am:
10494         * configure.ac:
10495         * data/.cvsignore:
10496         * data/Makefile.am:
10497         * data/evince-ui.xml:
10498         A data/evince.schemas.in:
10499         * po/POTFILES.in:
10500         * shell/ev-stock-icons.c: (ev_stock_icons_init):
10501         * shell/ev-stock-icons.h:
10502         * shell/ev-window.c: (update_chrome_visibility),
10503         (update_chrome_flag), (ev_window_cmd_edit_find),
10504         (ev_window_update_fullscreen_popup), (ev_window_fullscreen),
10505         (ev_window_unfullscreen), (ev_window_focus_in_event),
10506         (ev_window_focus_out_event), (ev_window_cmd_leave_fullscreen),
10507         (ev_window_view_toolbar_cb), (ev_window_view_statusbar_cb),
10508         (ev_window_view_sidebar_cb), (find_bar_close_cb),
10509         (ev_window_dispose), (ev_window_class_init),
10510         (set_action_properties), (set_chrome_actions), (load_chrome),
10511         (ev_window_init):
10512
10513         Implement fullscreen mode changes from bug #164776.
10514         Also implement persistent chrome toggles.
10515
10516 2005-02-07  Jordi Mallach  <jordi@sindominio.net>
10517
10518         * configure.ac (ALL_LINGUAS): Added "ca" (Catalan).
10519
10520 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
10521
10522         * NEWS:
10523         * configure.ac:
10524         * shell/ev-view.c:
10525
10526         Add another check for find interface
10527
10528         Release 0.1.3
10529
10530 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
10531
10532         * shell/ev-application.c: (ev_application_open):
10533         * shell/ev-window.c: (ev_window_open):
10534
10535         Open gzipped ps documents
10536
10537 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
10538
10539         * TODO:
10540         * shell/ev-view.c: (set_document_page):
10541
10542         Clamp page number, dont try to move to
10543         not existant pages.
10544
10545 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
10546
10547         * backend/ev-document-find.c: (ev_document_find_changed):
10548         * backend/ev-document-find.h:
10549         * pdf/xpdf/pdf-document.cc:
10550         * shell/ev-view.c: (jump_to_find_result), (ev_view_set_document):
10551         * shell/ev-window.c: (find_bar_search_changed_cb):
10552
10553         Fix several bugs with find
10554
10555 2005-02-04  Martin Kretzschmar  <martink@gnome.org>
10556
10557         * shell/ev-sidebar-thumbnails.c
10558         (ev_sidebar_thumbnails_select_page): do nothing unless we have a
10559         document. Prevents warning from scroll_to_cell.
10560
10561 2005-02-02  Kjartan Maraas  <kmaraas@gnome.org>
10562
10563         * configure.ac: Add «nb» to ALL_LINGUAS too.
10564
10565 Wed Feb  2 21:13:11 2005  Jonathan Blandford  <jrb@redhat.com>
10566
10567         * NOTES: New file with some random thoughts.
10568
10569         * TODO: Update.
10570
10571         * backend/ev-document-misc.c:
10572         (ev_document_misc_get_page_border_size): New function to
10573         canonicalize shadow drawing sizes.  Possibly goofy.
10574
10575         * shell/ev-view.c: (ev_view_size_request), (set_document_page),
10576         (ev_view_best_fit), (ev_view_fit_width):
10577         * pdf/xpdf/pdf-document.cc:
10578         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
10579         * ps/ps-document.c: (ps_document_get_page_size):
10580         * backend/ev-document-misc.h:
10581         * backend/ev-document.c: (ev_document_get_page_size):
10582         * backend/ev-document.h: get_page_size now takes a page number
10583         parameter.  Made all the backends/frontends honor it.
10584
10585         * data/evince-ui.xml: Added a multiple-page mode.  Uncomment to
10586         see.  Doesn't work yet.
10587
10588         * shell/Makefile.am:
10589         * shell/ev-page-view.[ch]: New multi-page view.  Really rough.
10590         Doesn't do anything yet.
10591
10592         * shell/ev-sidebar-thumbnails.c:
10593         (ev_sidebar_thumbnails_set_document): [1..n_pages] instead of
10594         [0..n_pages-1]
10595
10596         * shell/ev-window.c: (update_action_sensitivity),
10597         (ev_window_setup_document), (ev_window_set_page_mode),
10598         (ev_window_page_mode_cb), (ev_window_init): Clean up the
10599         view-swapping code a bit so we can have multiple views on a
10600         document.  Add the multi-page view, though it can't be turned on
10601         yet.
10602
10603 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
10604
10605         * shell/ev-application.c: (ev_application_open):
10606         * shell/ev-view.c: (expose_bin_window):
10607         * shell/ev-window.c: (ev_window_open):
10608
10609         Support eps and check document supports find
10610         before drawing highlightings in expose.
10611
10612 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
10613
10614         * pixbuf/pixbuf-document.c:
10615         (pixbuf_document_thumbnails_get_dimensions),
10616         (pixbuf_document_document_thumbnails_iface_init):
10617
10618         implement get_dimensions
10619
10620 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
10621
10622         * NEWS:
10623         * configure.ac:
10624
10625         Release 0.1.2
10626
10627 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
10628
10629         * shell/ev-view.c: (set_document_page):
10630
10631         Scroll at the top of the page when changing page
10632
10633 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
10634
10635         * shell/ev-view.c: (ev_view_motion_notify_event):
10636
10637         Do not redraw unnecessarily
10638
10639 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
10640
10641         * pdf/xpdf/pdf-document.cc:
10642         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
10643         (expose_bin_window), (find_changed_cb):
10644
10645         Yay! find works now... Now to find bugs...
10646
10647 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
10648
10649         * backend/ev-document-find.c: (ev_document_find_base_init),
10650         (ev_document_find_changed):
10651         * backend/ev-document-find.h:
10652         * pdf/xpdf/pdf-document.cc:
10653         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
10654         (expose_bin_window), (ev_view_init), (set_document_page),
10655         (ensure_rectangle_is_visible), (jump_to_find_result),
10656         (jump_to_find_page), (find_changed_cb), (ev_view_set_document),
10657         (ev_view_find_next), (ev_view_find_previous):
10658         * shell/ev-view.h:
10659         * shell/ev-window.c: (find_bar_previous_cb), (find_bar_next_cb):
10660
10661         More work on find implementation, mostly there now
10662
10663 2005-01-29  Marco Pesenti Gritti  <marco@gnome.org>
10664
10665         * backend/ev-backend-marshalers.list:
10666         * backend/ev-document-find.c: (ev_document_find_base_init),
10667         (ev_document_find_cancel), (ev_document_find_page_has_results),
10668         (ev_document_find_get_n_results), (ev_document_find_get_result),
10669         (ev_document_find_get_progress), (ev_document_find_changed):
10670         * backend/ev-document-find.h:
10671
10672         Enanche the find interface to be really able to do
10673         multi page find.
10674
10675         * pdf/xpdf/pdf-document.cc:
10676
10677         Implement
10678
10679         * shell/ev-view.c: (ev_view_finalize), (highlight_find_results),
10680         (expose_bin_window), (ev_view_init),
10681         (ev_view_get_find_status_message), (find_changed_cb),
10682         (ev_view_set_document), (set_document_page):
10683
10684         Adapt to the new interface. A few things are regressed sorry,
10685         I will finish it soon.
10686
10687 2005-01-28  Martin Kretzschmar  <martink@gnome.org>
10688
10689         * shell/ev-sidebar-thumbnails.c (ev_sidebar_thumbnails_destroy)
10690         (ev_sidebar_thumbnails_class_init): use G_DEFINE_TYPE-supplied
10691         ev_sidebar_thumbnails_parent_class variable, don't define another
10692         parent_class variable.
10693
10694         * shell/ev-page-action.c (connect_proxy, ev_page_action_finalize)
10695         (ev_page_action_class_init): ditto.
10696
10697         * pixbuf/pixbuf-document.c (pixbuf_document_finalize)
10698         (pixbuf_document_class_init): ditto.
10699
10700         * backend/ev-link.c (ev_window_dispose, ev_link_class_init):
10701         ditto.
10702
10703         * .cvsignore: ignore various valgrind output files.
10704
10705 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
10706
10707         * data/evince-ui.xml:
10708         * shell/Makefile.am:
10709         * shell/ev-history.c:
10710         * shell/ev-history.h:
10711         * shell/ev-navigation-action.c:
10712         * shell/ev-navigation-action.h:
10713         * shell/ev-view.c: (ev_view_finalize), (ev_view_go_to_link),
10714         (ev_view_set_page), (ev_view_fit_width):
10715         * shell/ev-view.h:
10716         * shell/ev-window.c: (update_action_sensitivity),
10717         (ev_window_setup_document), (register_custom_actions):
10718
10719         Kill session history
10720
10721 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
10722
10723         * shell/ev-window.c: (update_action_sensitivity):
10724
10725         Fix inverted up/down buttons
10726
10727 2005-01-27  Martin Kretzschmar  <martink@gnome.org>
10728
10729         * shell/ev-sidebar-thumbnails.c
10730         (ev_sidebar_thumbnails_select_page): make sure the selected
10731         thumbnail stays visible.
10732
10733 2005-01-26  Martin Kretzschmar  <martink@gnome.org>
10734
10735         * shell/ev-window.c (ev_window_init): add GTK_SHADOW_IN to the
10736         scrolled window for Federico.
10737
10738 2005-01-26  Ole Laursen  <olau@hardworking.dk>
10739
10740         * configure.ac: Added "da" (Danish) to ALL_LINGUAS.
10741
10742 2005-01-26  Marco Pesenti Gritti  <marco@gnome.org>
10743
10744         * configure.ac:
10745         * pdf/splash/SplashFTFontEngine.cc:
10746
10747         Fix CID fonts with freetype 2.1.9
10748
10749 2005-01-26  Bryan Clark  <clarkbw@cvs.gnome.org>
10750
10751         * TODO: added item for desktop icon thumbnailer
10752
10753 Tue Jan 25 00:59:34 2005  Jonathan Blandford  <jrb@redhat.com>
10754
10755         * pdf/xpdf/pdf-document.cc (pdf_document_get_title): guard against
10756         unloaded docs when the title is accessed.
10757
10758         * shell/ev-password-view.[hc]: New widget for displaying password
10759         state.
10760
10761         * shell/ev-window.[ch]: Refactor password handling code to handle
10762         the new view.
10763
10764 2005-01-24  Marco Pesenti Gritti  <marco@gnome.org>
10765
10766         * NEWS:
10767         * configure.ac:
10768         * data/Makefile.am:
10769
10770         Release 0.1.1
10771
10772 2005-01-23  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
10773
10774         * pdf/xpdf/pdf-document.cc (pdf_document_search_page_changed):
10775         ignore page offset here, to make search results independent of it,
10776
10777         * shell/ev-view.c (expose_bin_window): but take offsets into
10778         account here. Bug #164932
10779
10780         * pdf/xpdf/pdf-document.cc (pdf_document_get_link): divide by
10781         scale at the right time. Bug #164996
10782
10783 2005-01-22  Martin Kretzschmar  <martink@gnome.org>
10784
10785         * pdf/xpdf/GlobalParams.cc: My 2005-01-05 change didn't actually
10786         fix the problem. Now I just removed the Adobe font names and hope
10787         that the URW fonts are always in outline format. Bug #164934
10788
10789         * shell/ev-window.c (update_window_title): empty titles are
10790         useless, use filename in that case too.
10791
10792         * NEWS: Add some content.
10793
10794 2005-01-21  Bryan Clark  <clarkbw@cvs.gnome.org>
10795
10796         * TODO: added one more TODO item and a TODONE section :)
10797
10798 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
10799
10800         * ps/ps-document.h: add page_[xy]_offset fields.
10801
10802         * ps/ps-document.c (ps_document_set_page_offset)
10803         (ps_document_render): Keep offset in consideration in a few
10804         places. Bug #164752 "postscript documents are not centered in
10805         window"
10806
10807         * data/evince.desktop.in (X-GNOME-Bugzilla-Product):
10808         s/gpdf/evince/. Spotted by Stephane Loeuillet.
10809
10810         * pixbuf/pixbuf-document.c (pixbuf_document_get_n_pages)
10811         (pixbuf_document_get_text, pixbuf_document_document_iface_init):
10812         stub out missing methods for complete EvDocument implementation.
10813         Fixes segfaults with Save A Copy and Copy actions.
10814
10815         * ps/ps-document.c (ps_document_save, ps_document_get_text) 
10816         (ps_document_document_iface_init): ditto.
10817         
10818 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
10819
10820         * data/.cvsignore:
10821         * data/Makefile.am:
10822         * data/evince.desktop.in:
10823
10824         Add desktop file
10825
10826 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
10827
10828         * shell/ev-view.c: (ev_view_button_press_event),
10829         (ev_view_motion_notify_event):
10830
10831         Make selection work in any direction
10832
10833 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
10834
10835         * TODO:
10836         * shell/ev-window.c: (set_short_labels), (ev_window_init):
10837
10838         Use shorter labels for some of the toolbars items
10839
10840 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
10841
10842         * pdf/xpdf/pdf-document.cc:
10843
10844         Check the links info is initialized before
10845         using it. Should fix a crash on startup.
10846
10847 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
10848
10849         * pixbuf/pixbuf-document.c
10850         (pixbuf_document_thumbnails_get_dimensions): force floating point
10851         division to calculate page_ratio. Fixes crash with landscape
10852         format pixbufs.
10853
10854 Thu Jan 20 18:56:35 2005  Jonathan Blandford  <jrb@redhat.com>
10855
10856         * shell/ev-view.c (ev_view_realize): make the bg color darker.
10857
10858 2005-01-20  Martin Kretzschmar  <martink@gnome.org>
10859
10860         * shell/ev-view.c (set_document_page): unset has_selection when
10861         the page changes.
10862         (set_document_page): handle paper size changes when the page
10863         changes (test with Free Culture, page 2).
10864
10865 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
10866
10867         * shell/ev-view.c: (ev_view_size_request), (ev_view_realize),
10868         (expose_bin_window), (ev_view_class_init), (ev_view_init):
10869
10870         Use normal style color for the widget background and
10871         draw a black box around the page.
10872
10873 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
10874
10875         * pdf/xpdf/pdf-document.cc:
10876
10877         Keep offset in consideration in a few places
10878
10879         * shell/ev-view.c: (expose_bin_window):
10880
10881         Set the offsets so that the document is ever centered
10882
10883 2005-01-20  Bryan Clark  <clarkbw@cvs.gnome.org>
10884
10885         * TODO: Added TODO items and finished off the first todo item
10886
10887         * AUTHORS: Updated AUTHORS section with piece from gpdf file and
10888         reflect current authors
10889
10890 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
10891
10892         * pdf/xpdf/pdf-document.cc:
10893         * shell/ev-view.c: (ev_view_set_cursor),
10894         (ev_view_motion_notify_event), (document_changed_callback),
10895         (set_document_page):
10896
10897         Show a wait cursor while the page is rendering
10898
10899 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
10900
10901         * shell/ev-sidebar-thumbnails.c:
10902         (ev_sidebar_tree_selection_changed),
10903         (ev_sidebar_thumbnails_select_page):
10904         * shell/ev-sidebar-thumbnails.h:
10905         * shell/ev-view.c: (ev_view_set_document), (ev_view_can_go_back),
10906         (ev_view_can_go_forward):
10907         * shell/ev-window.c: (ev_window_open_page),
10908         (ev_window_setup_document), (update_current_page),
10909         (view_page_changed_cb), (ev_window_init):
10910         * shell/ev-window.h:
10911
10912         Ensure thumbnails selection, toolbar page control and
10913         current page are in sync.
10914
10915 2005-01-19  Marco Pesenti Gritti  <marco@gnome.org>
10916
10917         * pdf/xpdf/XRef.cc:
10918
10919         Fix CAN-2005-0064
10920
10921 Wed Jan 19 01:10:57 2005  Jonathan Blandford  <jrb@redhat.com>
10922
10923         * backend/Makefile.am:
10924         * backend/ev-document-links.h:
10925         * backend/ev-document-security.c: (ev_document_security_get_type),
10926         (ev_document_security_has_document_security),
10927         (ev_document_security_set_password):
10928         * backend/ev-document-security.h:
10929         * backend/ev-document.c: (ev_document_error_quark):
10930         * backend/ev-document.h:
10931         * data/Makefile.am:
10932         * data/evince-password.glade:
10933         * pdf/xpdf/pdf-document.cc:
10934         * shell/Makefile.am:
10935         * shell/ev-password.c: (ev_password_set_bad_password_label),
10936         (ev_window_password_entry_changed_cb), (ev_password_dialog_new),
10937         (ev_password_dialog_get_password),
10938         (ev_password_dialog_set_bad_pass):
10939         * shell/ev-password.h:
10940         * shell/ev-window.c: (ev_window_get_attribute),
10941         (ev_window_set_property), (update_action_sensitivity),
10942         (ev_window_is_empty), (mime_type_supported_by_gdk_pixbuf),
10943         (ev_window_setup_document), (ev_window_get_password),
10944         (ev_window_open), (ev_window_cmd_save_as),
10945         (using_postscript_printer), (ev_window_print),
10946         (find_not_supported_dialog), (ev_window_cmd_edit_find),
10947         (update_fullscreen_popup), (ev_window_fullscreen),
10948         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
10949         (ev_window_focus_out_cb), (ev_window_cmd_help_about),
10950         (menu_item_select_cb), (find_bar_search_changed_cb),
10951         (ev_window_dispose), (ev_window_init):
10952
10953         Add initial support for password-supported dialogs.  This could be
10954         a lot cooler, but it'll do for now.
10955
10956 2005-01-18  Marco Pesenti Gritti  <marco@gnome.org>
10957
10958         * pdf/xpdf/pdf-document.cc:
10959         * shell/ev-view.c: (status_message_from_link),
10960         (ev_view_set_status), (ev_view_set_cursor),
10961         (ev_view_motion_notify_event), (ev_view_init):
10962         * shell/ev-window.c: (view_status_changed_cb), (ev_window_init):
10963
10964         Fix bugs in the links implementation and change cursor
10965         when hovering a link.
10966
10967 2005-01-17  Bryan Clark  <clarkbw@cvs.gnome.org>
10968
10969         * viewer/.cvsignore: added cvsignore file for viewer directory
10970
10971         * TODO: created TODO document
10972
10973 2005-01-14  Dave Malcolm  <dmalcolm@redhat.com>
10974
10975         * shell/ev-view.h:
10976         * shell/ev-view.c (ev_view_can_go_back), (ev_view_can_go_forward):      
10977         new functions to help with implementation of sensitivity code
10978         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
10979         of all actions that might require it.  Fixes a crash when you
10980         click on the Zoom actions in a window lacking a document.
10981
10982 2005-01-13  Dave Malcolm  <dmalcolm@redhat.com>
10983
10984         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
10985         of the Find action
10986
10987 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
10988
10989         * pixbuf/pixbuf-document.c: (pixbuf_document_get_link),
10990         (pixbuf_document_document_iface_init):
10991         * ps/ps-document.c: (ps_document_get_link),
10992         (ps_document_document_iface_init):
10993         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event),
10994         (status_message_from_link), (ev_view_set_status),
10995         (ev_view_set_find_status), (ev_view_motion_notify_event),
10996         (ev_view_button_release_event), (ev_view_set_property),
10997         (ev_view_get_property), (ev_view_class_init), (ev_view_init),
10998         (ev_view_get_find_status_message), (update_find_results),
10999         (ev_view_get_status), (ev_view_get_find_status):
11000         * shell/ev-view.h:
11001         * shell/ev-window.c: (view_status_changed_cb),
11002         (view_find_status_changed_cb), (ev_window_init):
11003
11004         View status message support, use it to show the links.
11005         Needs work...
11006
11007 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
11008
11009         * backend/ev-document.c: (ev_document_get_link):
11010         * backend/ev-document.h:
11011         * pdf/xpdf/pdf-document.cc:
11012         * shell/ev-application.c: (ev_application_open):
11013         * shell/ev-application.h:
11014         * shell/ev-sidebar-links.c: (selection_changed_cb):
11015         * shell/ev-view.c: (ev_view_button_release_event), (go_to_link),
11016         (ev_view_go_to_link):
11017
11018         Add support for document links
11019
11020 2005-01-13  Anders Carlsson  <andersca@gnome.org>
11021
11022         * shell/ev-page-action.c: (update_spin), (total_pages_changed_cb),
11023         (create_tool_item):
11024         Set the spin button limits correctly.
11025         
11026         * shell/ev-sidebar-thumbnails.c:
11027         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init):
11028         Support changing pages by clicking on the thumbnails.
11029         
11030 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
11031
11032         * pixbuf/pixbuf-document.c:
11033         (pixbuf_document_thumbnails_get_dimensions),
11034         (pixbuf_document_document_thumbnails_iface_init):
11035
11036         implement get_dimensions
11037
11038 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
11039
11040         * ps/ps-document.c: (ps_document_goto_page):
11041
11042         Fix page switching on multipage documents
11043
11044 2005-01-12  Jeff Muizelaar  <jrmuizel@nit.ca>
11045
11046         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
11047         
11048         check for NULL before assigning to width and height parameters
11049
11050 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
11051
11052         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
11053         (pixbuf_document_set_property), (pixbuf_document_get_property):
11054
11055         implement get/set properties
11056
11057 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
11058
11059         * pdf/xpdf/pdf-document.cc: (pdf_info_dict_get_string):
11060         
11061         return NULL instead of "Unknown", letting the title get set to
11062         the filename when the pdf has no title.
11063
11064 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
11065
11066         * ps/ps-document.c: (ps_document_get_page_count),
11067         (ps_document_goto_page):
11068
11069 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
11070
11071         * shell/ev-history.c: (ev_history_get_property),
11072         (ev_history_set_property), (ev_history_class_init),
11073         (ev_history_add_page), (ev_history_set_current_index):
11074         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
11075         (activate_menu_item_cb), (new_history_menu_item), (build_menu),
11076         (ev_navigation_action_finalize):
11077         * shell/ev-navigation-action.h:
11078         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
11079         (ev_view_go_forward), (ev_view_get_find_status_message),
11080         (history_index_changed_cb), (ev_view_set_history):
11081         * shell/ev-view.h:
11082         * shell/ev-window.c: (update_total_pages), (ev_window_open),
11083         (update_current_page), (register_custom_actions):
11084
11085         Implement history dropdowns
11086
11087 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
11088
11089         * shell/ev-history.c: (ev_history_init), (ev_history_add_link):
11090         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
11091         (ev_view_go_forward):
11092         * shell/ev-window.c: (register_custom_actions):
11093
11094         Fix several history bugs
11095
11096 2005-01-11  Kjartan Maraas  <kmaraas@gnome.org>
11097
11098         * configure.ac: Add «nb» to ALL_LINGUAS.
11099
11100 2005-01-10  Marco Pesenti Gritti  <marco@gnome.org>
11101
11102         * backend/Makefile.am:
11103         * backend/ev-bookmark.c:
11104         * backend/ev-bookmark.h:
11105         * backend/ev-document-bookmarks.c:
11106         * backend/ev-document-bookmarks.h:
11107         * backend/ev-document-links.c: (ev_document_links_get_type),
11108         (ev_document_links_has_document_links),
11109         (ev_document_links_begin_read), (ev_document_links_get_link),
11110         (ev_document_links_get_child), (ev_document_links_next),
11111         (ev_document_links_free_iter):
11112         * backend/ev-document-links.h:
11113         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_title),
11114         (ev_link_set_title), (ev_link_get_uri), (ev_link_set_uri),
11115         (ev_link_get_link_type), (ev_link_set_link_type),
11116         (ev_link_get_page), (ev_link_set_page), (ev_link_get_property),
11117         (ev_link_set_property), (ev_window_dispose), (ev_link_init),
11118         (ev_link_class_init), (ev_link_new_title), (ev_link_new_page),
11119         (ev_link_new_external):
11120         * backend/ev-link.h:
11121         * pdf/xpdf/pdf-document.cc:
11122         * shell/Makefile.am:
11123         * shell/ev-application.c: (ev_application_open_link):
11124         * shell/ev-application.h:
11125         * shell/ev-history.c: (ev_history_add_link), (ev_history_add_page),
11126         (ev_history_get_link_nth):
11127         * shell/ev-history.h:
11128         * shell/ev-sidebar-bookmarks.c:
11129         * shell/ev-sidebar-bookmarks.h:
11130         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
11131         (ev_sidebar_links_class_init), (selection_changed_cb),
11132         (ev_sidebar_links_construct), (ev_sidebar_links_init),
11133         (links_page_num_func), (ev_sidebar_links_new), (stack_data_free),
11134         (do_one_iteration), (populate_links_idle),
11135         (ev_sidebar_links_clear_document), (ev_sidebar_links_set_document):
11136         * shell/ev-sidebar-links.h:
11137         * shell/ev-sidebar.c: (ev_sidebar_set_document):
11138         * shell/ev-view.c: (go_to_link), (ev_view_go_to_link),
11139         (go_to_index):
11140         * shell/ev-view.h:
11141         * shell/ev-window.c: (ev_window_open_link), (ev_window_init):
11142         * shell/ev-window.h:
11143
11144         Rename bookmark to link, and use "Index" for the sidebar panel.
11145
11146 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
11147
11148         * shell/Makefile.am:
11149         * shell/ev-application.c: (ev_application_open_bookmark):
11150         * shell/ev-application.h:
11151         * shell/ev-history.c: (ev_history_init), (free_links_list),
11152         (ev_history_finalize), (ev_history_class_init),
11153         (ev_history_add_link), (ev_history_add_page),
11154         (ev_history_get_link_nth), (ev_history_get_n_links),
11155         (ev_history_get_current_index), (ev_history_set_current_index),
11156         (ev_history_new):
11157         * shell/ev-history.h:
11158         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
11159         * shell/ev-view.c: (ev_view_finalize), (ev_view_set_document),
11160         (set_document_page), (go_to_bookmark), (ev_view_go_to_bookmark),
11161         (go_to_index), (ev_view_go_back), (ev_view_go_forward),
11162         (ev_view_set_page):
11163         * shell/ev-view.h:
11164         * shell/ev-window.c: (ev_window_open_bookmark),
11165         (ev_window_cmd_go_back), (ev_window_cmd_go_forward),
11166         (goto_page_cb), (register_custom_actions):
11167         * shell/ev-window.h:
11168
11169         Initial history implementation. Needs work.
11170
11171 2005-01-09  Martin Kretzschmar  <martink@gnome.org>
11172
11173         * pdf/xpdf/GDKSplashOutputDev.cc (redraw): fix pixbuf data offset.
11174
11175 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
11176
11177         * cut-n-paste/recent-files/egg-recent-item.c:
11178         * cut-n-paste/recent-files/egg-recent-item.h:
11179         * cut-n-paste/recent-files/egg-recent-model.c:
11180         * cut-n-paste/recent-files/egg-recent-util.c:
11181         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
11182         * cut-n-paste/recent-files/egg-recent-view.c:
11183
11184         Update
11185
11186 2005-01-08  Martin Kretzschmar  <martink@gnome.org>
11187
11188         * pdf/splash/Splash.cc (clear, drawPixel, drawSpan, xorSpan, getPixel)
11189         (fillGlyph, fillImageMask, drawImage):
11190         pdf/splash/SplashBitmap.cc (SplashBitmap, ~SplashBitmap, writePNMFile):
11191         pdf/splash/SplashTypes.h:
11192         pdf/xpdf/SplashOutputDev (startPage, getColor, imageSrc): implement RGB8
11193         packed mode for Splash.
11194
11195         * pdf/xpdf/GDKSplashOutputDev.cc (GDKSplashOutputDev, redraw): use
11196         RGB8 packed mode, eliminates the pixbuf data creation loop.
11197
11198         * shell/ev-print-job.c (ev_print_job_finalize)
11199         (ev_print_job_set_property, ev_print_job_get_property)
11200         (ev_print_job_set_gnome_print_job, ev_print_job_set_document)
11201         (ev_print_job_use_print_dialog_settings, idle_print_handler)
11202         (print_closure_finalize, ev_print_job_print): implement
11203         printing (for backends with EvPsExporter)
11204
11205         * shell/ev_print_job.h: update prototypes.
11206
11207         * shell/ev-window.c (ev_window_print): unref print job after
11208         printing.
11209
11210         * shell/ev-view.c (ev_view_set_document): don't connect to "found"
11211         unless the document implements the EvDocumentFind interface.
11212
11213 2005-01-08  Satoru SATOH <ss@gnome.gr.jp>
11214
11215         * configure.ac: Added ja to ALL_LINGUAS.
11216
11217 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
11218
11219         * pdf/xpdf/pdf-document.cc:
11220
11221         add a FIXME. We should probably not allocate
11222         a bookmark object every time
11223
11224 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
11225
11226         * shell/ev-application.c: (ev_application_open),
11227         (ev_application_open_bookmark):
11228         * shell/ev-application.h:
11229         
11230         Add a way to open bookmarks
11231
11232         * backend/ev-bookmark.c: (ev_bookmark_get_uri),
11233         (ev_bookmark_set_uri), (ev_bookmark_get_property),
11234         (ev_bookmark_set_property), (ev_bookmark_class_init),
11235         (ev_bookmark_new_title), (ev_bookmark_new_link),
11236         (ev_bookmark_new_external):
11237
11238         Support for external uris, better constructors.
11239
11240         * backend/ev-bookmark.h:
11241         * pdf/xpdf/pdf-document.cc:
11242         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
11243
11244         Handle external uris
11245
11246 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
11247
11248         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb),
11249         (ev_sidebar_bookmarks_construct), (do_one_iteration):
11250
11251         Hook up bookmarks navigation
11252
11253 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
11254
11255         * backend/Makefile.am:
11256         * backend/ev-bookmark.c: (ev_bookmark_type_get_type),
11257         (ev_bookmark_get_title), (ev_bookmark_set_title),
11258         (ev_bookmark_get_bookmark_type), (ev_bookmark_set_bookmark_type),
11259         (ev_bookmark_get_page), (ev_bookmark_set_page),
11260         (ev_bookmark_get_property), (ev_bookmark_set_property),
11261         (ev_window_dispose), (ev_bookmark_init), (ev_bookmark_class_init),
11262         (ev_bookmark_new):
11263         * backend/ev-bookmark.h:
11264         * backend/ev-document-bookmarks.c:
11265         (ev_document_bookmarks_get_bookmark):
11266         * backend/ev-document-bookmarks.h:
11267         * pdf/xpdf/pdf-document.cc:
11268         * shell/ev-sidebar-bookmarks.c: (do_one_iteration):
11269
11270         Add a bookmark object to the backend and use it instead of get_values
11271
11272 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
11273
11274         * data/evince-ui.xml:
11275
11276         Cleanup and add select all.
11277
11278         * shell/ev-view.c: (ev_view_select_all),
11279         (ev_view_button_press_event):
11280         * shell/ev-view.h:
11281         * shell/ev-window.c: (ev_window_cmd_edit_select_all):
11282
11283         Add select all.
11284         Clear selection on click.
11285
11286 Fri Jan  7 01:28:58 2005  Jonathan Blandford  <jrb@redhat.com>
11287
11288         * shell/ev-sidebar-thumbnails.c
11289         (ev_sidebar_thumbnails_set_document): forgot to unref the
11290         loading_icon.
11291
11292 Fri Jan  7 01:22:48 2005  Jonathan Blandford  <jrb@redhat.com>
11293
11294         * shell/ev-sidebar-thumbnails.c: fill in the thumbnails starting
11295         at the visible page, not just linearly.  This makes it look fast.
11296
11297 Thu Jan  6 18:48:11 2005  Jonathan Blandford  <jrb@redhat.com>
11298
11299         * backend/ev-document-misc.c
11300         (ev_document_misc_get_thumbnail_frame): fill in the thumbnail with
11301         white.
11302         * backend/ev-document-thumbnails.h: New interface to get the size
11303         of a page.
11304
11305 2005-01-06  Jeremy Katz  <katzj@redhat.com>
11306
11307         * shell/Makefile.am (evince_SOURCES): Add ev-utils.[ch] so that
11308         make dist works
11309
11310 Wed Jan  5 15:38:28 2005  Jonathan Blandford  <jrb@redhat.com>
11311
11312         * pdf/xpdf/pdf-document.cc (bitmap_to_pixbuf): bypass
11313         GDKSplashOutputDev and just use a normal SplashOutputDev.  Speeds
11314         things up a bit.
11315
11316         * shell/ev-sidebar-thumbnail.c: start of some profiling code.
11317
11318 2005-01-05  Martin Kretzschmar  <martink@gnome.org>
11319
11320         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): match only outline
11321         fonts. Should fix font problems on systems that have the base
11322         fonts in bitmap format. Reported by James Henstridge
11323         <james@jamesh.id.au>.
11324
11325 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
11326
11327         * pdf/xpdf/Gfx.cc:
11328         * pdf/xpdf/GfxState.cc:
11329
11330         Fix for CAN-2004-1125
11331
11332 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
11333
11334         * shell/ev-view.c: (ev_view_copy):
11335         * shell/ev-view.h:
11336         * shell/ev-window.c: (ev_window_cmd_edit_copy):
11337
11338         Implement Edit->Copy
11339
11340 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
11341
11342         * backend/ev-document.c: (ev_document_get_text):
11343         * backend/ev-document.h:
11344         * pdf/xpdf/pdf-document.cc:
11345         * shell/ev-view.c: (ev_view_realize), (expose_bin_window),
11346         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
11347         (ev_view_update_primary_selection), (ev_view_button_press_event),
11348         (ev_view_motion_notify_event), (ev_view_button_release_event):
11349
11350         Beginnings of clipboard support. Incomplete but primary sort
11351         of work.
11352
11353 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
11354
11355         * shell/ev-view.c: (ev_gdk_color_to_rgb), (draw_rubberband),
11356         (expose_bin_window):
11357
11358         Nicer rubberband drawing, from GtkIconView.
11359
11360 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
11361
11362         * backend/ev-document.c: (ev_document_save):
11363         * backend/ev-document.h:
11364         * data/evince-ui.xml:
11365         * pdf/xpdf/pdf-document.cc:
11366         * shell/ev-window.c: (save_error_dialog), (ev_window_cmd_save_as):
11367
11368         Implement "Save a copy..." menu item
11369
11370 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
11371
11372         * shell/ev-view.c: (ev_view_zoom):
11373
11374         Queue a resize when zoom changes
11375
11376 Wed Jan  5 02:33:06 2005  Jonathan Blandford  <jrb@redhat.com>
11377
11378         * backend/ev-document-misc.[ch]: New misc file to do simple drop
11379         shadows.
11380
11381         * pdf/xpdf/pdf-document.cc: use the drop shadows in both types of
11382         thumbnails..
11383
11384 Tue Jan  4 22:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
11385
11386         * pdf/xpdf/pdf-document.cc
11387         (pdf_document_thumbnails_get_page_pixbuf): poor man's dropshadow.
11388
11389 Tue Jan  4 21:25:05 2005  Jonathan Blandford  <jrb@redhat.com>
11390
11391         * pdf/xpdf/pdf-document.cc: Do real thumbnailing of PDF files.
11392         It's slow, but I'll speed it up next!
11393
11394 2005-01-04  Jeff Muizelaar  <jrmuizel@nit.ca>
11395
11396         * shell/main.c (load_files):
11397
11398         use gnome_vfs_make_uri_from_shell_arg so that relative paths work
11399         from the command line and because it seems more appropriate.
11400
11401 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
11402
11403         * data/evince-ui.xml:
11404         * shell/ev-window.c: (update_action_sensitivity),
11405         (ev_window_cmd_go_page_up), (ev_window_cmd_go_page_down):
11406
11407         s/next page/page down
11408         s/previous page/page up
11409
11410 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
11411
11412         * data/evince-ui.xml:
11413
11414         Change the layout to match clarkbw design.
11415
11416         * shell/Makefile.am:
11417         * shell/ev-navigation-action.c: (build_menu), (menu_activated_cb),
11418         (set_tooltip_cb), (connect_proxy), (ev_navigation_action_init),
11419         (ev_navigation_action_finalize),
11420         (ev_navigation_action_set_property),
11421         (ev_navigation_action_get_property),
11422         (ev_navigation_action_class_init):
11423         * shell/ev-navigation-action.h:
11424
11425         Implement clarkbw toolbar navigation controls (incomplete)
11426
11427         * shell/ev-page-action.c: (update_label), (update_spin),
11428         (value_changed_cb), (create_tool_item), (connect_proxy),
11429         (ev_page_action_init), (ev_page_action_finalize),
11430         (ev_page_action_set_property), (ev_page_action_get_property),
11431         (ev_page_action_set_current_page),
11432         (ev_page_action_set_total_pages), (ev_page_action_class_init):
11433         * shell/ev-page-action.h:
11434
11435         Implement a page switcher in the toolbar
11436
11437         * shell/ev-view.c: (ev_view_scroll_view):
11438         * shell/ev-window.c: (update_total_pages), (ev_window_open),
11439         (update_current_page), (view_page_changed_cb), (goto_page_cb),
11440         (register_custom_actions), (ev_window_init):
11441
11442         Change page on PageUp/Down.
11443
11444 Tue Jan  4 03:22:56 2005  Jonathan Blandford  <jrb@redhat.com>
11445
11446         * pdf/xpdf/pdf-document.cc
11447         (pdf_document_thumbnails_get_thumbnail): initial stab at
11448         implementing thumbnail support for pdfs.  It only does documents
11449         with precached pdfs now.
11450
11451 Mon Jan  3 17:22:25 2005  Jonathan Blandford  <jrb@redhat.com>
11452
11453         * shell/ev-sidebar-thumbnails.c (do_one_iteration): move the
11454         thumbnail code into a time-based idle as well.  Also, turn off the
11455         shadow temporarily as it's really slow.
11456
11457 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
11458
11459         * backend/ev-document.c: (ev_document_class_init):
11460         * pdf/xpdf/pdf-document.cc:
11461         * shell/ev-window.c: (ev_window_open):
11462
11463         Fix document title bugs and fallback to
11464         filename when not available.
11465
11466 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
11467
11468         * backend/ev-document.c: (ev_document_get_type),
11469         (ev_document_class_init), (ev_document_load),
11470         (ev_document_get_title):
11471         * backend/ev-document.h:
11472         * pdf/xpdf/pdf-document.cc:
11473         * ps/ps-document.c: (ps_document_set_property),
11474         (ps_document_get_property), (ps_document_class_init),
11475         (document_load):
11476         * ps/ps-document.h:
11477         * ps/ps.h:
11478         * shell/ev-window.c: (update_window_title), (ev_window_open),
11479         (ev_window_init):
11480
11481         Initial support for document title. Not working yet.
11482
11483 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
11484
11485         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event):
11486
11487         Grab focus on the view when clicking it
11488
11489 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
11490
11491         * shell/ev-marshal.list:
11492         * shell/ev-view.c: (ev_view_realize), (add_scroll_binding),
11493         (ev_view_scroll_view), (ev_view_class_init), (ev_view_init):
11494
11495         Add key bindings to the view. Now if the focus would work
11496         right...
11497
11498 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
11499
11500         * Makefile.am:
11501         * backend/Makefile.am:
11502         * data/Makefile.am:
11503         * dvi/Makefile.am:
11504         * dvi/dvilib/Makefile.am:
11505         * pdf/xpdf/Makefile.am:
11506         * po/POTFILES.in:
11507         * ps/Makefile.am:
11508
11509         Fix distcheck
11510
11511 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
11512
11513         * shell/ev-view.c: (ev_view_realize):
11514
11515         Fix mouse wheel scrolling
11516
11517 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
11518
11519         * ps/Makefile.am:
11520         * ps/gstypes.h:
11521         * ps/gtkgs.c:
11522         * ps/gtkgs.h:
11523         * ps/ps-document.c: (catchPipe), (ps_document_init),
11524         (ps_document_class_init), (ps_document_cleanup),
11525         (ps_document_finalize), (send_ps), (ps_document_get_orientation),
11526         (set_up_page), (close_pipe), (is_interpreter_ready),
11527         (interpreter_failed), (output), (input), (start_interpreter),
11528         (stop_interpreter), (file_length), (file_readable),
11529         (check_filecompressed), (check_pdf), (compute_xdpi),
11530         (compute_ydpi), (compute_size), (ps_document_enable_interpreter),
11531         (ps_document_get_type), (ps_document_emit_error_msg),
11532         (document_load), (ps_document_next_page),
11533         (ps_document_get_current_page), (ps_document_get_page_count),
11534         (ps_document_goto_page), (ps_document_set_page_size),
11535         (ps_document_zoom_to_fit), (ps_document_set_zoom),
11536         (ps_document_load), (ps_document_get_n_pages),
11537         (ps_document_set_page), (ps_document_get_page),
11538         (ps_document_widget_event), (ps_document_set_target),
11539         (ps_document_set_scale), (ps_document_set_page_offset),
11540         (ps_document_get_page_size), (ps_document_render),
11541         (ps_document_document_iface_init):
11542         * ps/ps-document.h:
11543         * ps/ps.c:
11544         * shell/ev-window.c: (ev_window_open):
11545
11546         Rename GtkGS to PSDocument
11547
11548 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
11549
11550         * ps/gtkgs.c: (gtk_gs_class_init):
11551         * ps/gtkgs.h:
11552
11553         Some more leftover...
11554
11555 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
11556
11557         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_get_orientation),
11558         (output), (stop_interpreter), (gtk_gs_emit_error_msg),
11559         (gtk_gs_zoom_to_fit), (gtk_gs_set_zoom):
11560         * ps/gtkgs.h:
11561
11562         Remove unused code and make a lot of stuff private
11563
11564 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
11565
11566         * ps/gsdefaults.c: (gtk_gs_defaults_gconf_client),
11567         (gtk_gs_defaults_changed):
11568         * ps/gsdefaults.h:
11569         * ps/gtkgs.c:
11570         * ps/gtkgs.h:
11571         * ps/ps.h:
11572
11573         Cleanup headers dependencies
11574
11575 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
11576
11577         * ps/Makefile.am:
11578         * ps/ggvutils.c:
11579         * ps/ggvutils.h:
11580         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
11581         * ps/gsdefaults.h:
11582         * ps/gtkgs.c: (file_length), (file_readable),
11583         (check_filecompressed), (check_pdf), (gtk_gs_load),
11584         (gtk_gs_get_postscript):
11585
11586         Get rid of ggvutils
11587
11588 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
11589
11590         * ps/ggvutils.c:
11591         * ps/ggvutils.h:
11592         * ps/gsio.h:
11593         * ps/gtkgs.c: (gtk_gs_set_zoom):
11594
11595         Cleanups
11596
11597 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
11598
11599         * ps/gtkgs.c: (gtk_gs_set_zoom), (gtk_gs_set_zoom_mode):
11600
11601         Ensure the page is rerendered when changing zoom
11602
11603 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
11604
11605         * backend/ev-document.c: (ev_document_base_init),
11606         (ev_document_changed):
11607         * backend/ev-document.h:
11608
11609         Add a changed event that is emitted when the page content
11610         changes. This is necessary to deal with the fact that
11611         in ps backend rendering happen asycrounously.
11612         This makes the ps backend mostly work.
11613
11614         * pdf/xpdf/pdf-document.cc:
11615
11616         Emit changed event
11617
11618         * ps/gtkgs.c: (set_up_page), (gtk_gs_widget_event),
11619         (ps_document_set_target):
11620
11621         Emit changed event
11622
11623         * shell/ev-view.c: (document_changed_callback),
11624         (ev_view_set_document), (ev_view_set_page):
11625
11626         Redraw on the changed signal
11627
11628 2004-12-25  Raphael Higino  <raphaelh@cvs.gnome.org>
11629
11630         * configure.ac: Added pt_BR to ALL_LINGUAS.
11631
11632 Fri Dec 24 00:48:44 2004  Jonathan Blandford  <jrb@redhat.com>
11633
11634         * backend/ev-document-bookmarks.c:
11635         (ev_document_bookmarks_get_child): *
11636         backend/ev-document-bookmarks.h: * pdf/xpdf/Makefile.am: *
11637         pdf/xpdf/pdf-document.cc: * pdf/xpdf/pdf-document.h: *
11638         shell/Makefile.am: * shell/ev-sidebar-bookmarks.c:
11639         (ev_sidebar_bookmarks_destroy),
11640         (ev_sidebar_bookmarks_class_init),
11641         (ev_sidebar_bookmarks_construct), (stack_data_free),
11642         (do_one_iteration), (populate_bookmarks_idle),
11643         (ev_sidebar_bookmarks_clear_document),
11644         (ev_sidebar_bookmarks_set_document): *
11645         shell/ev-sidebar-bookmarks.h: * shell/ev-sidebar.c:
11646         (ev_sidebar_add_page),
11647         (ev_sidebar_set_document): * shell/ev-window.c: (ev_window_open):
11648         Initial stab at a bookmarks sidebar.  It doesn't navigate yet, but
11649         it displays both the topics and the page numbers.
11650
11651 2004-12-23  Kristian Høgsberg  <krh@redhat.com>
11652
11653         * shell/ev-window.c (ev_window_view_sidebar_cb): Hook up sidebar
11654         toggle.
11655         * shell/ev-window.c (toggle_entries): Set sidebar default value to
11656         visible.
11657
11658 2004-12-23  Adam Weinberger  <adamw@gnome.org>
11659
11660         * configure.ac: Added en_CA to ALL_LINGUAS.
11661
11662 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
11663
11664         * ChangeLog: replace bottom of this ChangeLog (merged history of
11665         ggv and gpdf; where all paths were wrong and most of the files are
11666         not even in this tree) with ChangeLog (from arch) of the shell
11667         code.
11668
11669 2004-12-23  Havoc Pennington  <hp@redhat.com>
11670
11671         * shell/ev-window.c: hook up potentially-questionable "find
11672         results status text" feature - something involving the sidebar or
11673         scrollbar or a continuous all-pages-on-giant-roll-of-paper-view
11674         might be better in the end.
11675
11676         * shell/ev-view.c (ev_view_get_find_status_message): new function, 
11677         with corresponding signal when it should be updated
11678
11679         * shell/eggfindbar.c (egg_find_bar_set_status_text): new function
11680
11681 2004-12-22  Havoc Pennington  <hp@redhat.com>
11682
11683         * pdf/xpdf/pdf-document.cc (pdf_document_find_begin): make search
11684         find stuff on other pages, sort of (only returns one result on
11685         invisible pages, to show they have results; updates full results
11686         for a page when you view it). Currently repaints the current page
11687         every time a new result is found on any page, which isn't so nice.
11688
11689 2004-12-22  Havoc Pennington  <hp@redhat.com>
11690
11691         * shell/ev-window.c (ev_window_cmd_edit_find): display an error if
11692         the document doesn't support find (better ideas?)
11693         (find_bar_search_changed_cb): handle missing document or document
11694         that doesn't support find
11695
11696         * pdf/xpdf/pdf-document.cc: port to implement the new
11697         EvDocumentFindIface
11698
11699         * backend/ev-document-find.c: create a new interface for searching
11700
11701         * backend/ev-document.h, backend/ev-document.c: delete the find stuff
11702
11703 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
11704
11705         * pdf/xpdf/Makefile.am (libpdfdocument_la_LIBADD): add
11706         libevbackend.la.
11707
11708         * shell/ev-window.c (ev_window_print): add GnomePrintJob to
11709         EvPrintJob constructor arguments.
11710
11711         * backend/ev-ps-exporter.c, backend/ev-ps-exporter.h: interface
11712         for documents that can export PostScript (page by page).
11713
11714         * backend/Makefile.am (libevbackend_la_SOURCES): add them.
11715         
11716         * pdf/xpdf/pdf-document.cc (pdf_document_ps_export_begin)
11717         (pdf_document_ps_export_do_page, pdf_document_ps_export_end)
11718         (pdf_document_ps_exporter_iface_init:
11719         Implement EvPSExporter.
11720
11721         * pdf/xpdf/Makefile.am (libxpdf_la_SOURCES): build PSOutputDev.
11722
11723 2004-12-22  Anders Carlsson  <andersca@gnome.org>
11724
11725         * backend/Makefile.am:
11726         * backend/ev-document-thumbnails.c:
11727         (ev_document_thumbnails_get_type),
11728         (ev_document_thumbnails_get_thumbnail):
11729         * backend/ev-document-thumbnails.h:
11730         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
11731         (pixbuf_document_thumbnails_get_thumbnail),
11732         (pixbuf_document_document_thumbnails_iface_init):
11733         * shell/Makefile.am:
11734         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_destroy),
11735         (ev_sidebar_thumbnails_class_init), (ev_sidebar_thumbnails_init),
11736         (populate_thumbnails), (ev_sidebar_thumbnails_set_document):
11737         * shell/ev-sidebar-thumbnails.h:
11738         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
11739         (ev_sidebar_set_document):
11740         * shell/ev-utils.c: (gaussian), (create_blur_filter),
11741         (create_shadow), (ev_pixbuf_add_shadow):
11742         * shell/ev-utils.h:
11743         Add thumbnail support.
11744         
11745 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
11746
11747         * shell/ev-window.c (ev_window_cmd_file_print, ev_window_print)
11748         (using_postscript_printer): Set up a print dialog for "PostScript
11749         injection" method.
11750
11751         * shell/ev-print-job.h, shell/ev-print-job.c: stub classes for
11752         EvPrintJob.
11753
11754         * shell/Makefile.am (evince_SOURCES): add ev-print-job.[ch]
11755
11756 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
11757
11758         * ps/gtkgs.c: (gtk_gs_init), (set_up_page),
11759         (ps_document_set_target), (ps_document_get_page_size),
11760         (ps_document_render):
11761         * ps/gtkgs.h:
11762
11763         Fix a few bugs
11764
11765 2004-12-22  Christian Rose  <menthos@menthos.com>
11766
11767         * configure.ac: Added "sv" to ALL_LINGUAS.
11768
11769 Wed Dec 22 14:47:38 2004  Jonathan Blandford  <jrb@redhat.com>
11770
11771         * backend/ev-document-bookmarks.[ch]: new interface to indicate
11772         document supports bookmarks.
11773
11774 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
11775
11776         * ps/ggvutils.c: (ggv_file_readable):
11777         * ps/ggvutils.h:
11778         * ps/gtkgs.c: (check_filecompressed), (check_pdf),
11779         (gtk_gs_get_postscript):
11780
11781         Remove unused utils
11782
11783 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
11784
11785         * ps/gtkgs.c: (gtk_gs_init), (gtk_gs_class_init), (gtk_gs_cleanup),
11786         (gtk_gs_finalize), (gtk_gs_set_center), (set_up_page), (output),
11787         (start_interpreter), (compute_size), (gtk_gs_enable_interpreter),
11788         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_reload),
11789         (gtk_gs_emit_error_msg), (gtk_gs_disable_interpreter),
11790         (gtk_gs_load), (gtk_gs_goto_page), (gtk_gs_set_page_size),
11791         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
11792         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
11793         (gtk_gs_set_antialiasing), (ps_document_load),
11794         (ps_document_render):
11795         * ps/gtkgs.h:
11796
11797         Another check point for the ps backend. Now I can get it to show
11798         pages!
11799
11800 Wed Dec 22 13:41:01 2004  Jonathan Blandford  <jrb@redhat.com>
11801
11802         * shell/ev-sidebar.c (ev_sidebar_set_document): initial sidebar
11803         document setting code.
11804
11805 2004-12-22  Anders Carlsson  <andersca@gnome.org>
11806
11807         * shell/eggfindbar.c: (entry_activate_callback):
11808         Animate the next button when activate is pressed.
11809         
11810 2004-12-22  Anders Carlsson  <andersca@gnome.org>
11811
11812         * shell/ev-window.c: (ev_window_cmd_edit_find),
11813         (update_fullscreen_popup), (ev_window_fullscreen),
11814         (ev_window_unfullscreen), (ev_window_state_event_cb),
11815         (ev_window_focus_out_cb), (find_bar_close_cb), (ev_window_init):
11816         Fix bugs in fullscreen code.
11817         
11818 2004-12-22  Anders Carlsson  <andersca@gnome.org>
11819
11820         * Makefile.am:
11821         * configure.ac:
11822         * pixbuf/Makefile.am:
11823         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
11824         (pixbuf_document_load), (pixbuf_document_get_n_pages),
11825         (pixbuf_document_set_page), (pixbuf_document_get_page),
11826         (pixbuf_document_set_target), (pixbuf_document_set_scale),
11827         (pixbuf_document_set_page_offset), (pixbuf_document_get_page_size),
11828         (pixbuf_document_render), (pixbuf_document_begin_find),
11829         (pixbuf_document_end_find), (pixbuf_document_finalize),
11830         (pixbuf_document_class_init),
11831         (pixbuf_document_document_iface_init), (pixbuf_document_init):
11832         * pixbuf/pixbuf-document.h:
11833         * shell/Makefile.am:
11834         * shell/ev-application.c: (ev_application_open):
11835         * shell/ev-window.c: (mime_type_supported_by_gdk_pixbuf),
11836         (ev_window_open):
11837         Add pixbuf backend.
11838         
11839 Tue Dec 21 21:45:43 2004  Soeren Sandmann  <sandmann@redhat.com>
11840
11841         * Makefile.am: 
11842         * dvi/dvilib/Makefile.am:
11843         * dvi/Makefile.am:
11844         * configure.ac: Auto*ify dvi and dvi/dvilib
11845
11846         * dvi/Makefile: Remove from CVS
11847         
11848         * dvi/dvilib/dl-pkfont.cc (unpack_bitmap): Fix uchar/uint
11849         confusion.
11850
11851         * dvi/dvilib/dl-fontdefinition.{cc,hh}: New DviFontMap class
11852         
11853         * dvi/dvilib/dl-vffont.{cc,hh}: Many bugfixes to VF code.
11854         
11855 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
11856
11857         * ps/Makefile.am:
11858         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_finalize),
11859         (gtk_gs_value_adjustment_changed), (compute_size),
11860         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_new_from_file),
11861         (gtk_gs_center_page), (gtk_gs_load), (gtk_gs_set_page_size),
11862         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
11863         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
11864         (gtk_gs_start_scroll), (gtk_gs_get_postscript),
11865         (gtk_gs_set_adjustments), (gtk_gs_set_available_size),
11866         (ps_document_load), (ps_document_get_n_pages),
11867         (ps_document_set_page), (ps_document_get_page),
11868         (ps_document_set_target), (ps_document_set_scale),
11869         (ps_document_set_page_offset), (ps_document_get_page_size),
11870         (ps_document_render), (ps_document_begin_find),
11871         (ps_document_end_find), (ps_document_document_iface_init):
11872         * ps/gtkgs.h:
11873         * shell/Makefile.am:
11874         * shell/ev-window.c: (ev_window_open):
11875
11876         Some work to integrate gtkgs with EvDocument
11877
11878 2004-12-22  Anders Carlsson  <andersca@gnome.org>
11879
11880         * shell/ev-window.c: (update_fullscreen_popup),
11881         (screen_size_changed_cb), (destroy_exit_fullscreen_popup),
11882         (exit_fullscreen_button_clicked_cb),
11883         (fullscreen_popup_size_request_cb), (ev_window_fullscreen),
11884         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
11885         (ev_window_state_event_cb), (ev_window_init):
11886         Add fullscreen support from Epiphany.
11887         
11888 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
11889
11890         * data/ev-stock-zoom-fit-width.png: fit-width
11891         stock icon from gpdf.
11892         
11893         * shell/ev-stock-icons.[ch]: copied from gpdf.
11894         
11895         * shell/main.c: (main): init stock icons.
11896         
11897         * shell/ev-window.c: use the fit-width icon.
11898         
11899         * data/evince-ui.xml: add zooming toolbar items.
11900
11901 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
11902
11903         * shell/ev-view.c: 
11904         (ev_view_best_fit), (ev_view_fit_width): because
11905         get_page_size() returns the scaled page size, we
11906         need to calculate the scale factor relative to
11907         the previous scale factor. Should really just
11908         add get_real_page_size().
11909
11910 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
11911
11912         * shell/ev-view.[ch]:
11913         (ev_view_zoom), (ev_view_zoom_in), (ev_view_zoom_out),
11914         (ev_view_normal_size), (ev_view_best_fit), (ev_view_fit_width):
11915         add zooming.
11916         
11917         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
11918         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_normal_size),
11919         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width):
11920         hook it up.
11921         
11922         * pdf/xpdf/pdf-document.cc:
11923         (pdf_document_begin_find),
11924         (pdf_document_end_find): make static.
11925
11926 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
11927
11928         * pdf/xpdf/GlobalParams.h (setupBaseFontsFc): add prototype.
11929
11930         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): maps base font
11931         names to fontconfig patterns.
11932         (setupBaseFontsFc): setupBaseFonts reimplemented using fontconfig.
11933
11934         * pdf/xpdf/pdf-document.cc (pdf_document_load): use
11935         setupBaseFontsFc.
11936
11937 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
11938
11939         * Makefile.am:
11940         * configure.ac:
11941         * ps/Makefile.am:
11942         * ps/ggvutils.c:
11943         * ps/ggvutils.h:
11944         * ps/gsdefaults.c:
11945         * ps/gsdefaults.h:
11946         * ps/gsio.c:
11947         * ps/gsio.h:
11948         * ps/gtkgs.c:
11949         * ps/gtkgs.h:
11950         * ps/ps.c:
11951         * ps/ps.h:
11952
11953         Import ggv backend. Not hooked up yet.
11954
11955 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
11956
11957         * shell/main.c: (load_files), (main): load files
11958         from the command line.
11959
11960 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
11961
11962         * configure.ac: don't require bonobo.
11963         
11964         * cut-n-paste/recent-files/*: kill bonobo recent
11965         view.
11966
11967         * shell/ev-window.c:
11968         (ev_window_is_empty): upd.
11969         (unable_to_load), (ev_window_open): load backend
11970         based on the mime type.
11971
11972 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
11973
11974         * backend/.cvsignore: ignore generated marshalers source.
11975
11976         * shell/main.c (main): this is not epiphany.
11977
11978 2004-12-22  Havoc Pennington  <hp@redhat.com>
11979
11980         * shell/ev-view.c (ev_view_set_document): connect to "found" signal
11981         (expose_bin_window): draw find highlights
11982
11983         * shell/ev-window.c (find_bar_search_changed_cb): implement 
11984         
11985         * pdf/xpdf/pdf-document.cc (pdf_document_begin_find) 
11986         (pdf_document_end_find): implement this interface
11987
11988         * backend/ev-document.c (ev_document_found): add this to emit
11989         signal
11990
11991 Tue Dec 21 23:57:37 2004  Owen Taylor  <otaylor@redhat.com>
11992
11993         * data/evince-ui.xml: Add a few more toolbar items.
11994
11995         * shell/ev-window.c: Hook up page navigation toolbar 
11996         items.
11997
11998         * shell/ev-view.[ch]: add ev_view_set/get_page and 
11999         a page-changed signal.
12000
12001         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc::
12002         Add ev_document_get_page().
12003
12004         * shell/ev-window.c: Sensitize/desensitize navigation
12005         actions.
12006
12007 2004-12-21  Havoc Pennington  <hp@redhat.com>
12008
12009         * backend/ev-backend-marshal.c,
12010         backend/ev-backend-marshalers.list, backend/Makefile.am: add
12011         marshaler-generator thingy. I'm sure there's a better way to do
12012         this in the modern world.
12013
12014         * backend/ev-document.h (struct _EvDocumentIface): add begin_find,
12015         end_find methods and "found" signal.
12016
12017         * configure.ac: find glib-genmarshal
12018
12019 Tue Dec 21 23:20:35 2004  Jonathan Blandford  <jrb@redhat.com>
12020
12021         * shell/ev-sidebar.c: Construct an actual sidebar.
12022         * shell/ev-sidebar-bookmarks.[ch]:
12023         * shell/ev-sidebar-thumbnails.[ch]: Stub out sidebars.
12024
12025 Tue Dec 21 23:05:51 2004  Owen Taylor  <otaylor@redhat.com>
12026
12027         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc:
12028         Redo size handling.
12029         
12030         * shell/ev-view.c: Track the size from the document.
12031
12032 Tue Dec 21 22:17:04 2004  Owen Taylor  <otaylor@redhat.com>
12033
12034         * pdf/xpdf/pdf-document.cc (pdf_document_load): PDFDoc
12035         constructor assumes ownership of the string passed in.
12036         
12037         * shell/ev-window.c (ev_window_open): Destroy the error
12038         dialog once we've displayed it.
12039
12040 Tue Dec 21 21:58:56 2004  Owen Taylor  <otaylor@redhat.com>
12041
12042         * pdf/xpdf/pdf-document.cc shell/ev-view.c: Hook things up 
12043         a bit, it works! (sort of)
12044
12045         * pdf/xpdf/Makefile.am pdf/xpdf/pdf-document.cc:
12046         Move to .cc since we need to use C++ in the implementation.
12047
12048         * shell/dummy.cc: Add a CC file to force evince
12049         to be linked as a C++ program.
12050
12051 Tue Dec 21 21:07:55 2004  Owen Taylor  <otaylor@redhat.com>
12052
12053         * shell/ev-view.[ch]: Start of content-area widget.
12054
12055         * shell/ev-window.c: Create a EvView, update it
12056         as we change documents.
12057
12058         * shell/Makefile.am shell/ev-marshal.list: Add
12059         generated marshalers.
12060
12061 Tue Dec 21 20:28:11 2004  Jonathan Blandford  <jrb@redhat.com>
12062
12063         * Makefile.am (SUBDIRS): move shell.
12064
12065 Tue Dec 21 19:28:55 2004  Owen Taylor  <otaylor@redhat.com>
12066
12067         * pdf/{goo,fofi,splash,xpdf}/Makefile.am: Switch from
12068         .a to libtool convenience libraries.
12069
12070         * shell/ev-window.c (ev_window_open): Hard code loading
12071         a PDF document.
12072         
12073         * backend/ev-document.h: Add a boolean return to load(),
12074         fix GError * to GError **.
12075
12076         * pdf/xpdf/pdf-document.[ch] Makefile.am: Add a stub
12077         object for a PDF backend EvDocument.
12078
12079 Tue Dec 21 18:55:06 2004  Søren Sandmann  <sandmann@redhat.com>
12080
12081         * dvi/*: New directory with the beginning of a .dvi backend.
12082
12083 2004-12-21  Havoc Pennington  <hp@redhat.com>
12084
12085         * shell/eggfindbar.c (egg_find_bar_init): change buttons to
12086         previous/next instead of back/forward
12087
12088 Tue Dec 21 18:26:24 2004  Owen Taylor  <otaylor@redhat.com>
12089
12090         * backend/ev-document.[ch]: Fix a couple of problems so
12091         it compile.
12092
12093 Tue Dec 21 18:20:40 2004  Owen Taylor  <otaylor@redhat.com>
12094
12095         * viewer/* backend/* configure.ac Makefile.am: Move viewer directory 
12096         to backend/ directory, rename EvViewer to EvDocument.
12097
12098 2004-12-21  Havoc Pennington  <hp@redhat.com>
12099
12100         * shell/ev-window.c: hook up the find bar widget; now we just need
12101         a document to find things in
12102
12103         * shell/eggfindbar.c: a find bar widget
12104
12105 Tue Dec 21 17:20:16 2004  Jonathan Blandford  <jrb@redhat.com>
12106
12107         * shell/ev-sidebar.[ch]: initial sidebar boilerplate.
12108
12109 Tue Dec 21 16:30:58 2004  Owen Taylor  <otaylor@redhat.com>
12110
12111         * pdf/**: Import of xpdf code from gpdf. 
12112
12113         * pdf/xpdf/xpdfconfig.h: Move the non-config.h config.h to xpdfconfig.h
12114
12115         * pdf/splash/SplashFTFont.{cc,h} pdf/splash/SplashFTFont.h
12116         pdf/splash/SplashFTFontEngine.h pdf/splash/SplashFTFontFile.h: 
12117         Fix FreeType includes.
12118
12119         * pdf/xpdf/{Error.h GnomeVFSStream.cc ImageOutputDev.cc PDFDoc.cc\
12120         pdffonts.cc pdfimages.cc pdfinfo.cc pdftoppm.cc pdftops.cc
12121         pdftotext.cc PSOutputDev.cc PSOutputDev.h SplashOutputDev.h
12122         Stream.cc TextOutputDev.cc XPDFApp.cc xpdf.cc XPDFViewer.cc
12123         pdf/xpdf/Error.h PSOutputDev.h SplashOutputDev.h}:
12124         Include xpdfconfig.h
12125         
12126 Tue Dec 21 16:08:17 2004  Jonathan Blandford  <jrb@redhat.com>
12127
12128         * shell/ev-window.c (ev_window_dispose): dispose can be called
12129         multiple times.
12130
12131 2004-12-21  Havoc Pennington  <hp@redhat.com>
12132
12133         * shell/ev-window.c (ev_window_init): set title to Document Viewer
12134         rather than Evince
12135
12136         * data/evince-ui.xml, shell/ev-window.c: add a bunch of stub menu
12137         items; really they should be synced with the strings, etc. from
12138         current gpdf, but just getting the boring typing out of the way 
12139
12140 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
12141
12142         * po/POTFILES.in:
12143         * shell/ev-application.c: (window_destroy_cb):
12144         * shell/ev-window.c:
12145         * shell/main.c: (main):
12146
12147         Actually show the window...
12148
12149 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
12150
12151         * Makefile.am:
12152         * shell/Makefile.am:
12153         * shell/ev-application.c: (ev_application_class_init):
12154         * shell/ev-window.c: (ev_window_dispose), (ev_window_class_init):
12155
12156         Make it build again
12157
12158 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
12159
12160         Import to gnome cvs.
12161         
12162         * Remove copies of gpdf and ggv trees.
12163         * Rip out all the recursive configure code.
12164         * Remove bonobo machinery.
12165         * viewer/*: GInterfaces that backends should/can implement.
12166
12167 2004-11-09  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12168
12169         * shell/ev-window.c (ev_window_cmd_help_about): fix "documentors"
12170         typo
12171
12172 2004-10-28  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12173
12174         * shell/ev-application.c (EV_APPLICATION_GET_PRIVATE)
12175         (ev_application_finalize, ev_application_class_init)
12176         (ev_application_init): use GType instance private data for priv.
12177
12178         * shell/ev-window.c (EV_WINDOW_GET_PRIVATE)
12179         (ev_window_finalize, ev_window_class_init)
12180         (ev_window_init): ditto.
12181
12182 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12183
12184         * shell/ev-application.c (ev_application_new_window): make public
12185         (ev_application_show_initial_window): kill.
12186
12187         * shell/ev-application.h: update prototypes.
12188
12189         * shell/main.cc (main): inline ev_application_show_initial_window.
12190
12191 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12192
12193         * shell/ev-application.c (ev_application_new_window): impl.
12194         (ev_application_show_initial_window): use it.
12195         (is_window_empty, ev_application_get_empty_window): returns an
12196         existing empty window or a new one.
12197         (ev_application_open): from ev_window_cmd_file_open.
12198
12199         * shell/ev-application.h: update prototypes
12200
12201         * shell/ev-window.c (ev_window_is_empty): impl.
12202         (ev_window_open): make public.
12203         (ev_window_cmd_file_open): use ev_application_open
12204
12205         * shell/ev-window.h: update prototypes, remove unused.
12206
12207 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12208
12209         * shell/ev-window.c (ev_window_destroy, ev_window_class_init):
12210         move destroy handler out of here...
12211
12212         * shell/ev-application.c, shell/ev-application.h: ...into this new
12213         class. Also handles initial window creation.
12214
12215         * shell/main.cc (main): use EvApplication to create initial
12216         window.
12217
12218 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12219
12220         * Makefile.am (SUBDIRS): add cut-n-paste
12221
12222         * cut-n-paste/Makefile.am: add
12223
12224         * configure.ac: generate Makefiles in cut-n-paste
12225
12226 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12227
12228         * shell/ev-window.c (ev_window_dispose): new, unref the ui_manager
12229         (ev_window_class_init): install ev_window_dispose.
12230
12231 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12232
12233         * shell/ev-window.h, shell/ev-window.c: replace gchar with
12234         char (gchar looks stupid).
12235
12236 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12237
12238         * po/de.po: updated German translation.
12239
12240 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12241
12242         * configure.ac: add more pkg-config library checks for gnome-vfs,
12243         bonobo etc.
12244
12245         * gpdf/configure.in: temporarily disable libpaper
12246         checks. Otherwise I'd have to add the checks for the shell, too.
12247
12248 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12249
12250         * shell/ev-window.c (ev_window_cmd_file_open): add ps+pdf, ps, pdf
12251         and * file filters to the file choose.
12252
12253 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12254
12255         * po/de.po: Updated German translation.
12256
12257 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12258
12259         * shell/ev-window.c: use "S" as mnemonic for Statusbar.
12260
12261 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12262
12263         * data/evince-ui.xml: add View->Toolbar and View->Statusbar.
12264
12265         * shell/ev-window.c (menu_item_select_cb, menu_item_select_cb)
12266         (ev_window_init): implement those menuitems.
12267
12268 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12269
12270         * data/evince-ui.xml: add a toolbar (with FileOpen action)
12271
12272         * shell/ev-window.c (ev_window_init): use the toolbar.
12273
12274 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12275
12276         * shell/ev-window.c (ev_window_init): use menu translations
12277
12278 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12279
12280         * configure.ac: add "de" to ALL_LINGUAS.
12281
12282         * po/de.po: add German translation.
12283
12284 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12285
12286         * Makefile.am (SUBDIRS): add po
12287
12288         * configure.ac: check intltool, glib-gettext etc, generate
12289         po/Makefile.in
12290
12291         * po, po/POTFILES.in, po/POTFILES.skip: new.
12292
12293 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12294
12295         * shell/Makefile.am (INCLUDES): define GNOMELOCALEDIR which we
12296         already use (#ifdef ENABLE_NLS)
12297
12298         * shell/ev-window.c (ev_window_cmd_help_about): fix two star
12299         pointer indirection thinko.
12300
12301         * shell/main.c: include gi18n.h for bindtextdomain etc.
12302
12303 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12304
12305         * shell/ev-window.c (menu_item_select_cb, menu_item_deselect_cb)
12306         (connect_proxy_cb, disconnect_proxy_cb, ev_window_init): show
12307         tooltips for menu items in the statusbar.
12308
12309 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12310
12311         * configure.ac, data/Makefile.am, shell/Makefile.am: use
12312         pkgdatadir drop UIDIR
12313
12314 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12315
12316         * data/evince-ui.xml: Add File->Open menu item
12317
12318         * shell/ev-window.c (ev_window_cmd_file_open): impl. (shows a file
12319         chooser), hook it up in the ui manager.
12320
12321 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12322
12323         * shell/ev-window.c: fix Help->About tooltip.
12324
12325 2004-10-23 Martin Kretzschmar  <m_kretzschmar@gmx.net>
12326
12327         * configure.ac: set CFLAGS for libevprivate.
12328
12329         * lib/ev-stock-icons.h, lib/ev-stock-icons.c: stock icon
12330         definitions, factory etc.
12331
12332         * lib/Makefile.am: build libevprivate.a (only stock icon code).
12333
12334         * shell/Makefile.am: link against libevprivate.a.
12335
12336         * shell/ev-window.c (entries): add stock icon to Help->About.
12337
12338         * shell/main.c (main): init stock icon code.
12339
12340 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12341
12342         * lib/recent-files: egg recent files code
12343
12344         * lib/Makefile.am: add.
12345
12346         * Makefile.am: add lib subdir.
12347
12348         * configure.ac: gen. lib/Makefile and lib/recent-files/Makefile,
12349         set CFLAGS for recent-files.
12350
12351 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12352
12353         * configure.ac: disable -ansi and -pedantic gcc flags. They
12354         disable POSIX stuff in stdio.h, but egg-recent uses them.
12355
12356 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net> 
12357
12358         * configure.ac: add --disable-deprecated flag (defaults to on in
12359         "cvs" builds).
12360
12361         * shell/Makefile.am (INCLUDES): use it.
12362
12363 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12364
12365         * shell/main.c: add missing #include.
12366
12367         * shell/ev-window.c: fix for pedantic gcc.
12368         (ev_window_cmd_help_about): split license into paragraphs for
12369         translators and pedantic compilers.
12370
12371 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12372
12373         * configure.ac: add more warning flags if compiling with gcc from
12374         cvs (or explicitly requested with --enable-more-warnings).
12375
12376 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12377
12378         * data/evince-ui.xml: add File and File->Close menu.
12379
12380         * shell/ev-window.c (ev_window_cmd_file_close_window): impl.
12381         (ev_window_destroy): quit after destroy.
12382         (ev_window_class_init): override GtkObject::destroy.
12383         (entries): install close_window callback.
12384
12385 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12386
12387         * Makefile.am (SUBDIRS): add data subdir.
12388
12389         * configure.ac (UIDIR): gen data/Makefile, define UIDIR.  Require
12390         gtk+ 2.5.0 for GtkAboutDialog.
12391
12392         * data/Makefile.am, data/evince-ui.xml: add, ui definition for the
12393         main window.
12394
12395         * shell/Makefile.am (INCLUDES): propagate UIDIR definition.
12396
12397         * shell/ev-window.c (ev_window_init): create a menubar, using a ui
12398         manager.
12399         (ev_window_cmd_help_about): about command, using GtkAboutDialog.
12400
12401 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12402
12403         * shell/ev-window.c, shell/ev-window.h: Created an EvWindow class.
12404
12405 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12406
12407         * shell/main.c: make it a trivial gtk+ program, adjust configure.ac
12408
12409 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12410
12411         * shell/*: Added shell directory boilerplate, build it.
12412
12413 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12414
12415         * configure.ac, Makefile.am: Added top-level configure.ac and
12416         Makefile.am