]> www.fi.muni.cz Git - evince.git/blob - ChangeLog
Fix conflicting shortcut for view sade pane and presentation.
[evince.git] / ChangeLog
1 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2
3         * shell/ev-window.c:
4
5         Fix conflicting shortcut for view sade pane and presentation.
6         
7 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
8
9         * backend/pdf/ev-poppler.cc:
10         (pdf_document_file_exporter_begin_page),
11         (pdf_document_file_exporter_do_page),
12         (pdf_document_file_exporter_end_page),
13         (pdf_document_file_exporter_iface_init):
14         * libdocument/ev-file-exporter.[ch]:
15         (ev_file_exporter_begin_page), (ev_file_exporter_end_page):
16         * shell/ev-jobs.c: (ev_job_print_get_page_list),
17         (ev_job_print_run):
18
19         When printing multiple pages per sheet in reverse option, do not
20         invert the order of the pages in every sheet, but the order of the
21         sheets. Do not print blank pages when page range is invalid. Fixes
22         bugs #484857 and #485521.
23         
24 2007-10-10  Carlos Garcia Campos  <carlosgc@gnome.org>
25
26         * shell/ev-jobs.c: (ev_job_print_get_page_list),
27         (ev_job_print_run):
28         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
29
30         Respect ranges order when printing more than one range in random
31         order.
32         
33 2007-10-10  Martin Schanzenbach  <mschanzenbach@gmail.com>
34
35         * shell/ev-window.c: (ev_window_refresh_window_thumbnail),
36         (ev_window_setup_document), (ev_window_rotation_changed_cb):
37
38         Rotate also the window icon when document is rotated. Fixes bug
39         #474681.
40         
41 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
42
43         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field),
44         (pdf_document_forms_get_form_fields):
45
46         Silently ignore unknown form fields. Fixes bug #482654. Patch by
47         Matthias Drochner.
48         
49 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
50
51         * configure.ac:
52         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
53
54         Use poppler_page_render_for_printing() instead of
55         poppler_page_render() if available when exporting to a ps or pdf
56         file. Fixes bug #476627.
57         
58 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
59
60         * shell/ev-window.c: (ev_window_run_fullscreen):
61
62         Do not show the toolbar in fullscreen mode if the main toolbar is
63         not visible. Fixes bug #483048.
64         
65 2007-09-29  Carlos Garcia Campos  <carlosgc@gnome.org>
66
67         * shell/ev-view.c: (ev_view_button_press_event):
68
69         Give priority to form fields over images when deciding whether a
70         button press event is over an image or form field. It allows edit
71         form fields when they are over a background image. Fixes bug
72         #477841.
73         
74 2007-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
75
76         * NEWS:
77         * configure.ac:
78         
79         Update for release 2.20.0
80
81 2007-09-12  Carlos Garcia Campos  <carlosgc@gnome.org>
82
83         * backend/pdf/ev-poppler.cc:
84
85         Remove #ifdef HAVE_FORMS, so that forms support works again.
86
87 2007-09-05  Götz Waschk  <waschk@mandriva.org>
88
89         * configure.ac:
90         * data/evince.desktop.in.in:
91         
92         Fixes desktop file issues. See bug #473471.
93
94 2007-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
95
96         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
97         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
98         (ev_job_queue_remove_job):
99         * shell/ev-jobs.[ch]: (ev_job_save_init), (ev_job_save_dispose),
100         (ev_job_save_class_init), (ev_job_save_new), (ev_job_save_run):
101         * shell/ev-window.c: (ev_window_clear_save_job),
102         (ev_window_save_job_cb), (file_save_dialog_response_cb),
103         (ev_window_dispose):
104
105         Move save a copy task to its own job so that it's carried out in a
106         thread avoiding another lock in the main thread. Use
107         ev_xfer_uri_simple() instead of gnome_vfs_move() so that document
108         can be saved to a pathin another file system. Fixes bug #456891.
109         
110 2007-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
111
112         * NEWS:
113         * configure.ac:
114         
115         Update for release 2.19.92
116
117 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
118
119         * configure.ac:
120         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
121         (pdf_selection_get_selection_region),
122         (pdf_selection_get_selection_map),
123         (ev_form_field_from_poppler_field):
124
125         Bump requirements to poppler 0.6 and drop all ifdefs used. Double
126         and triple click selections are enabled again now.
127
128 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
129
130         * shell/ev-window.c: (ev_window_add_history):
131
132         Make sure not to use the history with documents not supporting
133         links. Fixes bug #468954.
134
135 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
136
137         * shell/ev-window.c: (ev_window_load_job_cb):
138
139         Restart the search when reloading a document with the find bar
140         visible. Fixes bug #461962.
141
142 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
143
144         * shell/ev-window.c: (setup_document_from_metadata),
145         (ev_window_load_job_cb), (ev_window_cmd_view_reload):
146
147         Do not jump to the first page when reloading a document from the
148         last page.
149
150 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
151
152         * shell/ev-window.c: (update_chrome_flag),
153         (setup_sidebar_from_metadata),
154         (ev_window_cmd_focus_page_selector), (ev_window_cmd_edit_find),
155         (ev_window_cmd_edit_find_next),
156         (ev_window_cmd_edit_find_previous), (ev_window_cmd_escape),
157         (ev_window_view_toolbar_cb), (ev_window_view_sidebar_cb),
158         (find_bar_close_cb), (view_actions_focus_in_cb):
159
160         Do not update visibility when changing a chrome flag so that it's
161         possible to update several flags and update visibility only once
162         for all of them.
163
164 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
165
166         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
167
168         Use GTK_UNIT_POINTS instead of GTK_UNIT_PIXEL, since it's not
169         supported by gtk+. Fixes bug #460907.
170
171 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
172
173         * shell/ev-view.c: (view_update_range_and_current_page):
174
175         Make sure current-page <= end-page in continuous mode. Fixes bug
176         #454950.
177
178 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
179
180         * backend/pdf/ev-poppler.cc: (build_tree):
181
182         Ignore outline items without a title. Fixes bug #453913.
183
184 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
185
186         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
187         (ev_view_button_release_event), (ev_view_leave_notify_event):
188
189         Use always drag mouse cursor during a drag operation. Fixes bug
190         #470564.
191
192 2007-09-02  Carlos Garcia Campos  <carlosgc@gnome.org>
193
194         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
195         (pdf_selection_get_selection_region),
196         (pdf_selection_get_selection_map):
197
198         Temporarily disable double and triple selections since it depends on
199         poppler cvs head. It'll be enabled again as soon as poppler 0.6 is
200         released and the update of the external dependency minimal version
201         approved.
202
203 2007-09-01  Carlos Garcia Campos  <carlosgc@gnome.org>
204
205         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
206         (pdf_document_file_exporter_do_page):
207         * libdocument/ev-file-exporter.h:
208         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
209         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
210
211         Actually fix printing regressions. Remove orientation from
212         EvPrintContext since it's redundant.
213
214 2007-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
215
216         * backend/dvi/dvi-document.c: (dvi_document_document_iface_init):
217         * backend/impress/impress-document.c:
218         (impress_document_document_iface_init):
219         * backend/ps/ps-document.c: (ps_document_document_iface_init):
220         * backend/djvu/djvu-document.c:
221         (djvu_document_document_iface_init),
222         (djvu_selection_get_selected_text), (djvu_selection_iface_init):
223         * backend/tiff/tiff-document.c:
224         (tiff_document_document_iface_init):
225         * backend/pixbuf/pixbuf-document.c:
226         (pixbuf_document_document_iface_init):
227         * backend/comics/comics-document.c:
228         (comics_document_document_iface_init):
229         * backend/pdf/ev-poppler.cc: (pdf_document_document_iface_init),
230         (pdf_selection_render_selection),
231         (pdf_selection_get_selected_text),
232         (pdf_selection_get_selection_region),
233         (pdf_selection_get_selection_map), (pdf_selection_iface_init):
234         * libdocument/ev-selection.[ch]: (ev_selection_get_selected_text),
235         (ev_selection_get_selection_region),
236         (ev_selection_get_selection_map):
237         * libdocument/ev-document.[ch]:
238         * shell/ev-pixbuf-cache.[ch]: (add_job),
239         (ev_pixbuf_cache_get_selection_surface), (update_job_selection):
240         * shell/ev-view-private.h:
241         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_new),
242         (ev_job_render_run):
243         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
244         * shell/ev-view.c: (start_selection_for_event),
245         (ev_view_button_press_event), (ev_view_drag_data_get),
246         (ev_view_drag_data_received), (ev_view_button_release_event),
247         (compute_new_selection_text), (compute_selections),
248         (ev_view_select_all), (get_selected_text), (ev_view_copy),
249         (ev_view_primary_get_cb):
250
251         Add support for double and triple click selections.
252
253 2007-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
254
255         * NEWS:
256         * configure.ac:
257
258         Update for release 2.19.4
259
260 2007-08-28  Justin Blanchard  <justinb04@aim.com>
261
262         * shell/ev-view-private.h:
263         * shell/ev-view.c: (ev_view_expose_event), (ev_view_init),
264         (ev_view_set_highlight_search):
265         * shell/ev-view.h:
266         * shell/ev-window.c: (ev_window_cmd_edit_find_next),
267         (ev_window_cmd_edit_find_previous), (find_bar_search_changed_cb),
268         (find_bar_visibility_changed_cb):
269         
270         Enables 'find next' when bindbar is hidden. Fixes bug #323817.
271
272 2007-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
273
274         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
275         (pdf_document_file_exporter_begin),
276         (pdf_document_file_exporter_do_page):
277         * shell/ev-jobs.c: (ev_job_print_run):
278         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
279
280         Create always a portrait cairo surface and rotate when needed for
281         landscape. It fixes printing problems in real printers.
282
283 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
284
285         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
286         * libdocument/ev-file-exporter.[ch]:
287         (ev_file_exporter_get_capabilities):
288         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
289         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
290
291         Adjust number of pages per row according to page orientation when
292         printing 2 or 6 pages per sheet.
293
294 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
295
296         * shell/ev-window.c: (ev_window_print_send):
297
298         Reset also cups setting to 1 when printing multiple pages per
299         sheet. Fixes bug #468853.
300
301 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
302
303         * libdocument/ev-document-misc.c:
304         (ev_document_misc_surface_rotate_and_scale):
305
306         Use directly cairo_surface_get_content() when creating a similar
307         surface as suggested by Jeff Muizelaar. Thanks again.
308
309 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
310
311         * backend/djvu/djvu-document.c: (djvu_document_render):
312         * backend/tiff/tiff-document.c: (tiff_document_render):
313         * backend/pdf/ev-poppler.cc: (pdf_document_render):
314         * libdocument/ev-document-misc.c:
315         (ev_document_misc_surface_from_pixbuf),
316         (ev_document_misc_surface_rotate_and_scale):
317
318         Use CAIRO_FORMAT_RGB24 instead of CAIRO_FORMAT_ARGB32 when
319         creating page surfaces. Fixes bug #453123. Thank you very much to
320         Jeff Muizelaar <jeff@infidigm.net>.
321
322 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
323
324         * shell/ev-page-cache.c: (ev_page_cache_new),
325         (ev_page_cache_get_thumbnail_size):
326         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page),
327         (ev_sidebar_thumbnails_set_loading_icon):
328
329         Also store in page-cache the dimensions of the thumbnails so that
330         they can be used to create the correct loading icon in the side
331         pane. Fixes bug #466857.
332
333 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
334
335         * backend/pdf/ev-poppler.cc:
336         (pdf_document_thumbnails_get_thumbnail):
337
338         Fix thumbnails rotation in pdf documents that include embedded 
339         thumbnails.
340
341 2007-08-15  Jens Granseuer  <jensgr@gmx.net>
342
343         * backend/pdf/ev-poppler.cc:
344
345         Don't use #ifdef in macro expansion. Some compilers don't
346         like that. Closes bug #467042.
347
348 2007-08-15  Justin Blanchard  <justinb04@aim.com>
349
350         * backend/djvu/djvu-document.c: (djvu_document_finalize):
351         
352         Fixes memory leak in djvu backend.
353
354 2007-08-15  Andreas Nilsson  <nisses.mail@home.se>
355
356         * data/icons/32x32/Makefile.am:
357         * data/icons/32x32/actions/Makefile.am:
358         * data/icons/32x32/actions/view-page-cont.svg:
359         * data/icons/32x32/actions/view-page-facing.svg:
360         * data/icons/48x48/Makefile.am:
361         * data/icons/48x48/actions/Makefile.am:
362         * data/icons/48x48/actions/view-page-cont.svg:
363         * data/icons/48x48/actions/view-page-facing.svg:
364         
365         Icons for a new sizes.
366
367 2007-08-14  Justin Blanchard  <justinb04@aim.com>
368
369         * shell/ev-page-cache.c: (build_height_to_page),
370         (ev_page_cache_get_height_to_page):
371         
372         Fixes invalid read, see bug #466401.
373
374 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
375
376         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
377         (set_drag_cursor):
378         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
379         (configure_item_cursor), (new_pixbuf_from_widget):
380
381         Fix multihead problems in toolbar editor. Fixes bug #382055.
382
383 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
384
385         * shell/ev-window.c: (ev_window_cmd_file_open),
386         (ev_window_cmd_save_as):
387
388         Use g_get_user_special_dir when available instead of
389         xdg_user_dir_lookup.
390
391 2007-08-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
392
393         * MAINTAINERS:
394         
395         Updated according to request on desktop-devel.
396
397 2007-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
398
399         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
400
401         Do not use cairo_rectangle and cairo_clip since we are
402         not using cairo_fill but cairo_paint. Use the same cairo context
403         for every page in the same expose event.
404
405 2007-07-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
406
407         * shell/ev-window.c: (file_open_dialog_response_cb): Plugged memory
408         leak.
409
410 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
411
412         * configure.ac:
413         * NEWS:
414
415         Release 0.9.3
416
417 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
418
419         * libdocument/ev-document-info.h:
420         * libdocument/ev-document.h:
421         * shell/ev-page-action.h:
422         * shell/ev-sidebar-links.h:
423
424         Fix a headers problem with ev-link
425         
426         * libdocument/ev-link.[ch]: (ev_link_mapping_get_area):
427         * shell/ev-view-private.h:
428         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
429         (get_link_area), (ev_view_query_tooltip),
430         (ev_view_leave_notify_event), (ev_view_destroy),
431         (ev_view_class_init):
432
433         Use new gtk tooltips when available instead of ev-tooltip.
434         
435 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
436
437         * shell/ev-window.c: (update_chrome_visibility),
438         (ev_window_sidebar_visibility_changed_cb):
439
440         Do not hide sidebar in fullscreen mode. Fixes bug #396535.
441         
442 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
443
444         * shell/ev-navigation-action.c:
445         (ev_navigation_action_history_changed),
446         (ev_navigation_action_set_history):
447         * shell/ev-navigation-action-widget.c:
448         (ev_navigation_action_widget_init):
449         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
450
451         Fix compile warnings.
452         
453 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
454
455         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
456         (egg_editable_toolbar_dispose):
457
458         Fix memory leak.
459         
460 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
461
462         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
463         (screensaver_disable_x11):
464         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout):
465         * shell/ev-window.c: (presentation_set_timeout):
466         * shell/ev-view.c: (ev_view_presentation_transition_start):
467
468         Use g_timeout_add_seconds instead of g_timeout_add when
469         available.
470         
471 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
472
473         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_init):
474
475         Set horizontal scrollbar policy to AUTOMATIC instead of
476         NEVER. Workaround for bug #449462.
477         
478 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
479
480         * shell/ev-jobs.c: (ev_job_render_page_ready):
481
482         Add page_ready callback to main loop with high priority and hold
483         a reference to job during idle.
484         
485 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
486
487         * configure.ac:
488         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
489         (pdf_document_file_exporter_begin),
490         (pdf_document_file_exporter_do_page),
491         (pdf_document_file_exporter_get_capabilities):
492         * libdocument/ev-file-exporter.h:
493         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
494         * shell/ev-window.c: (ev_window_print_send),
495         (ev_window_print_dialog_response_cb):
496
497         Allow printing multiple pages per sheet. Fixes bug #395573.
498         
499 2007-07-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
500
501         * shell/ev-view.c: (tip_from_link):
502         
503         Check for NULL, fixes bug #460862.
504
505 2007-07-29  Christian Persch  <chpe@gnome.org>
506
507         * shell/ev-window.c: (ev_window_enumerate_printer_cb),
508         (ev_window_preview_print_finished), (ev_window_do_preview_print),
509         (ev_window_cmd_preview_print):
510         
511         Fixes bug #437681 - blocks while enumerating printers.
512
513 2007-07-29  Christian Persch  <chpe@gnome.org>
514
515         * shell/ev-window.c: (ev_window_screen_changed):
516         
517         Don't use deprecated gtk+ function. See bug #460909.
518
519 2007-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
520
521         * shell/ev-utils.c: (get_num_monitors):
522         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
523
524         Do not use display before initializing it. Remove compile
525         warnings.
526
527 2007-07-27  Cosimo Cecchi   <anarki@lilik.it>
528
529         * shell/ev-view.c: (ev_view_class_init):
530         
531         Unix-like hjkl bindings added. See bug #458111.
532
533 2007-07-27  Johannes Buchner  <buchner.johannes@gmx.at>
534
535         * shell/ev-utils.c: (get_num_monitors), (get_screen_dpi):
536         * shell/ev-utils.h:
537         * shell/ev-view.c: (ev_view_set_zoom_for_size),
538         (ev_view_update_view_size):
539         * shell/ev-view.h:
540         * shell/ev-window.c: (ev_window_update_actions),
541         (setup_view_from_metadata), (ev_window_screen_changed),
542         (ev_window_sizing_mode_changed_cb), (ev_window_zoom_changed_cb),
543         (zoom_control_changed_cb):
544         * shell/ev-window.h:
545         
546         Reorganizes utility functions.
547
548 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
549
550         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
551         (copy_job_page_and_selection_to_job_info), (copy_job_to_job_info),
552         (add_job), (ev_pixbuf_cache_get_surface),
553         (ev_pixbuf_cache_get_link_mapping),
554         (ev_pixbuf_cache_get_image_mapping),
555         (ev_pixbuf_cache_get_form_field_mapping),
556         (ev_pixbuf_cache_get_text_mapping):
557         * shell/ev-jobs.[ch]: (ev_job_render_class_init),
558         (notify_page_ready), (ev_job_render_page_ready),
559         (ev_job_render_run):
560
561         Add page_ready signal to notify that page is ready as soon as
562         possible even if other page elements like links, forms, images or
563         text mapping are not ready yet.
564
565 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
566
567         * backend/dvi/dvi-document.c: (dvi_document_file_exporter_begin),
568         (dvi_document_file_exporter_do_page),
569         (dvi_document_file_exporter_get_capabilities),
570         (dvi_document_file_exporter_iface_init):
571         * backend/ps/ps-document.c: (ps_document_file_exporter_begin),
572         (ps_document_file_exporter_do_page),
573         (ps_document_file_exporter_get_capabilities),
574         (ps_document_file_exporter_iface_init):
575         * backend/djvu/djvu-document.c:
576         (djvu_document_file_exporter_begin),
577         (djvu_document_file_exporter_end),
578         (djvu_document_file_exporter_get_capabilities),
579         (djvu_document_file_exporter_iface_init):
580         * backend/tiff/tiff-document.c:
581         (tiff_document_file_exporter_begin),
582         (tiff_document_file_exporter_get_capabilities),
583         (tiff_document_document_file_exporter_iface_init):
584         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
585         (pdf_document_file_exporter_do_page),
586         (pdf_document_file_exporter_get_capabilities),
587         (pdf_document_file_exporter_iface_init):
588         * libdocument/ev-file-exporter.[ch]: (ev_file_exporter_begin),
589         (ev_file_exporter_get_capabilities):
590         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
591         (idle_print_handler), (ev_print_job_print):
592         * shell/ev-jobs.c: (ev_job_print_run):
593         * shell/ev-window.c: (ev_window_print_send),
594         (ev_window_print_range):
595
596         Use capabilities to know which options should be offered by the
597         print dialog depending on the document backend.
598
599 2007-07-25  Carlos Garcia Campos  <carlosgc@gnome.org>
600
601         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
602
603         Give priority to forms over text to set the cursor.
604
605 2007-07-24  Carlos Garcia Campos  <carlosgc@gnome.org>
606
607         * shell/ev-view-private.h:
608         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
609         (ev_view_leave_notify_event), (ev_view_finalize),
610         (ev_view_get_property), (ev_view_class_init):
611
612         Use IBEAM cursor for text form fields and NORMAL cursor for read
613         only fields. Remove unused status attribute.
614
615 2007-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
616
617         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
618
619         Update region for current selected items also for checkbox
620         buttons, since they can behave as radio buttons when they are in a
621         set.
622
623 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
624
625         * configure.ac:
626         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
627
628         Get max length of text form fields.
629
630 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
631
632         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
633         * libdocument/ev-form-field.h:
634         * shell/ev-view.c: (ev_view_form_field_text_create_widget):
635
636         Fix build with current poppler cvs head.
637
638 2007-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
639
640         * cut-n-paste/zoom-control/ephy-zoom-control.c:
641         * shell/eggfindbar.c: (egg_find_bar_init):
642
643         Fix build with gtk+ >= 2.11.5 due to gtktooltips
644         deprecation. Fixes bug #455667
645
646 2007-07-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
647
648         * NEWS:
649         * configure.ac:
650         
651         Update for release 0.9.2
652
653 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
654
655         * shell/ev-view.c: (ev_view_form_field_text_save),
656         (ev_view_form_field_choice_save):
657
658         Fix a crash when closing whith a form widget visible.
659
660 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
661
662         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
663
664         Update also the region of the current selected button when
665         clicking on another button if they are radio buttons.
666
667 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
668
669         * shell/ev-pixbuf-cache.[ch]: (ev_pixbuf_cache_class_init),
670         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
671         (add_job), (add_job_if_needed), (ev_pixbuf_cache_get_surface),
672         (ev_pixbuf_cache_get_link_mapping),
673         (ev_pixbuf_cache_get_image_mapping),
674         (ev_pixbuf_cache_get_form_field_mapping),
675         (ev_pixbuf_cache_get_text_mapping), (ev_pixbuf_cache_reload_page):
676         * shell/ev-view.c: (ev_view_form_field_get_region),
677         (ev_view_form_field_button_create_widget),
678         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
679         (job_finished_cb):
680
681         Redraw only form field region instead of the whole page when
682         reloading a page to show changes on the form field.
683
684 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
685
686         * shell/ev-view.c: (ev_view_form_field_choice_save):
687
688         Fix selection of first item in list form fields.
689
690 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
691
692         * shell/ev-pixbuf-cache.c: (add_job), (add_job_if_needed),
693         (ev_pixbuf_cache_reload_page),
694         (ev_pixbuf_cache_get_form_field_mapping):
695
696         Some refactoring to avoid duplicated code.
697
698 2007-07-08  Carlos Garcia Campos  <carlosgc@gnome.org>
699
700         * configure.ac:
701         * backend/pdf/ev-poppler.cc: (pdf_document_get_crop_box),
702         (ev_form_field_from_poppler_field),
703         (pdf_document_forms_get_form_fields),
704         (pdf_document_forms_form_field_text_get_text),
705         (pdf_document_forms_form_field_text_set_text),
706         (pdf_document_forms_form_field_button_set_state),
707         (pdf_document_forms_form_field_button_get_state),
708         (pdf_document_forms_form_field_choice_get_item),
709         (pdf_document_forms_form_field_choice_get_n_items),
710         (pdf_document_forms_form_field_choice_is_item_selected),
711         (pdf_document_forms_form_field_choice_select_item),
712         (pdf_document_forms_form_field_choice_toggle_item),
713         (pdf_document_forms_form_field_choice_unselect_all),
714         (pdf_document_forms_form_field_choice_set_text),
715         (pdf_document_forms_form_field_choice_get_text),
716         (pdf_document_document_forms_iface_init):
717         * libdocument/Makefile.am:
718         * libdocument/ev-form-field.[ch]:
719         * libdocument/ev-document-forms.[ch]:
720         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
721         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
722         (add_job), (ev_pixbuf_cache_reload_page),
723         (ev_pixbuf_cache_get_form_field_mapping):
724         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run):
725         * shell/ev-view-private.h:
726         * shell/ev-view.[ch]: (ev_view_set_scroll_adjustments),
727         (ev_view_handle_cursor_over_xy),
728         (ev_view_get_form_field_at_location),
729         (ev_view_forms_remove_widgets), (ev_view_form_field_destroy),
730         (ev_view_form_field_button_create_widget),
731         (ev_view_form_field_text_save), (ev_view_form_field_text_changed),
732         (ev_view_form_field_text_create_widget),
733         (ev_view_form_field_choice_save),
734         (ev_view_form_field_choice_changed),
735         (ev_view_form_field_choice_create_widget),
736         (ev_view_handle_form_field), (ev_view_size_allocate),
737         (ev_view_realize), (draw_end_presentation_page),
738         (ev_view_button_press_event), (ev_view_remove_all),
739         (ev_view_motion_notify_event), (ev_view_key_press_event),
740         (ev_view_enter_notify_event), (highlight_find_results),
741         (draw_loading_text), (draw_one_page), (ev_view_destroy),
742         (ev_view_class_init), (page_changed_cb),
743         (on_adjustment_value_changed), (ev_view_set_presentation),
744         (merge_selection_region), (ev_view_set_cursor),
745         (ev_view_reset_presentation_state):
746         
747         Merge evince-forms branch.
748
749 2007-07-03  Jaap Haitsma  <jaap@haitsma.org>
750
751         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: removed
752
753         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg.sh: added
754         This script also updates itself from libegg
755
756         * cut-n-paste/toolbar-editor/egg*:
757         Run update-toolbareditor-from-libegg.sh so we are in sync again with
758         libegg
759
760 2007-07-02  Jaap Haitsma  <jaap@haitsma.org>
761
762         * shell/ev-window.c:
763         
764         Adds a nice icon to page action during toolbar editing.
765         See bug #452872.
766
767 2007-07-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
768
769         * data/evince-toolbar.xml:
770         * shell/ev-window.c:
771         
772         Let user add a presentation and fullscreen icons on toolbar.
773         See bug #449734.
774
775 2007-07-01  Jaap Haitsma  <jaap@haitsma.org>
776
777         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: 
778
779         new script to keep in sync with toolbareditor in libegg
780
781         * cut-n-paste/toolbar-editor/*: 
782
783         Run update-toolbareditor-from-libegg so we are in sync again. 
784         Fixes bug #452850.
785         
786
787 2007-07-01  Carlos Garcia Campos  <carlosgc@gnome.org>
788
789         * shell/ev-sidebar-links.c: (job_finished_callback):
790
791         Do not connect selection changed signal more than once. Fixes bug
792         #349433.
793
794 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
795
796         * shell/ev-window.c: (ev_window_view_sidebar_cb):
797
798         Do not change sidebar chrome flag when pressing F9 key in
799         presentation mode.
800
801 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
802
803         * backend/pdf/ev-poppler.cc:
804         (pdf_document_thumbnails_get_dimensions):
805
806         Make sure thumbnails width and height is not <= 0. Fixes a crash
807         with some pdf documents which have really small pages.
808
809 2007-06-22  Gabor Kelemen  <kelemeng@gnome.hu>
810
811         * shell/main.c: (main):
812
813         Fixes program description translation issue.
814         Bug #450148.
815
816 2007-06-21  Cesar Fernandez  <cesar@pk2.org>
817
818         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
819
820         Do not change current page when returning from black/white mode
821         in presentation. Fixes bug #415032.
822
823 2007-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
824
825         * NEWS:
826         * configure.ac:
827         
828         Update for release 0.9.1
829
830 2007-06-17  Alaska Subedi  <asubedi@gmail.com>
831
832         * backend/dvi/dvi-document.c:
833         (dvi_document_finalize),
834         (dvi_document_file_exporter_format_supported),
835         (dvi_document_file_exporter_begin),
836         (dvi_document_file_exporter_do_page),
837         (dvi_document_file_exporter_end),
838         (dvi_document_file_exporter_iface_init), (dvi_document_init):
839         
840         PDF exporter for dvi documents. Fixes bug #441319.
841
842 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
843
844         * shell/ev-window.c: (ev_window_clear_print_job):
845
846         Clear gtk print job when job has finished. Fixes bug #447612.
847
848 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
849
850         * shell/ev-window.c: (ev_window_print_send),
851         (ev_window_print_dialog_response_cb), (ev_window_print_range):
852
853         Add preview button to print dialog. Fixes bug #445419.
854
855 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
856
857         * backend/dvi/Makefile.am:
858         * backend/dvi/pixbuf-device.[ch]: Removed
859         * backend/dvi/cairo-device.[ch]: Added
860         * backend/dvi/mdvi-lib/dviread.c: (draw_shrink_rule):
861         * backend/dvi/dvi-document.c: (dvi_document_load),
862         (dvi_document_render), (dvi_document_finalize),
863         (dvi_document_thumbnails_get_thumbnail), (parse_color),
864         (dvi_document_do_color_special):
865         * libdocument/ev-document-misc.[ch]:
866         (ev_document_misc_pixbuf_from_surface):
867
868         Port dvi backend to cairo and fix a problem with colors. 
869
870 2007-06-14  Carlos Garcia Campos  <carlosgc@gnome.org>
871
872         * shell/ev-view.c: (draw_one_page):
873
874         Draw only visible region.
875
876 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
877
878         * backend/djvu/djvu-document.c: (djvu_document_render):
879
880         Fix rotation in djvu backend.
881
882 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
883
884         * shell/ev-pixbuf-cache.c: (job_finished_cb),
885         (ev_pixbuf_cache_get_surface), (ev_pixbuf_cache_get_link_mapping),
886         (ev_pixbuf_cache_get_image_mapping),
887         (ev_pixbuf_cache_get_text_mapping):
888
889         Redraw view every time we have a new surface. Fixes bug #443587.
890
891 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
892
893         * libdocument/ev-document.c: (ev_document_info_free):
894
895         Fix memory leaks.
896
897 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
898
899         * backend/dvi/dvi-document.c: (dvi_document_render),
900         (dvi_document_render_pixbuf), (dvi_document_document_iface_init):
901         * backend/impress/impress-document.c:
902         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
903         (impress_document_render), (impress_document_document_iface_init),
904         (impress_document_thumbnails_get_thumbnail):
905         * backend/djvu/djvu-document-private.h:
906         * backend/djvu/djvu-document.c: (djvu_document_render),
907         (djvu_document_finalize), (djvu_document_document_iface_init),
908         (djvu_document_thumbnails_get_thumbnail), (djvu_document_init):
909         * backend/tiff/tiff-document.c: (tiff_document_render),
910         (tiff_document_render_pixbuf),
911         (tiff_document_document_iface_init):
912         * backend/pdf/ev-poppler.cc: (pdf_document_render),
913         (pdf_document_render_pixbuf), (pdf_document_document_iface_init),
914         (pdf_selection_render_selection):
915         * backend/comics/comics-document.c:
916         (comics_document_render_pixbuf), (comics_document_render),
917         (comics_document_document_iface_init):
918         * backend/pixbuf/pixbuf-document.c: (pixbuf_document_render),
919         (pixbuf_document_document_iface_init):
920         * libdocument/ev-document-misc.[ch]:
921         (ev_document_misc_surface_from_pixbuf),
922         (ev_document_misc_surface_rotate_and_scale):
923         * libdocument/ev-document.[ch]: (ev_document_render):
924         * libdocument/ev-selection.[ch]: (ev_selection_render_selection):
925         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
926         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
927         (ev_pixbuf_cache_get_surface), (new_selection_surface_needed),
928         (clear_selection_if_needed), (ev_pixbuf_cache_style_changed),
929         (ev_pixbuf_cache_get_selection_surface), (clear_job_selection):
930         * shell/ev-jobs.[ch]: (ev_job_render_dispose),
931         (render_finished_cb), (ev_job_render_run):
932         * shell/ev-view.c: (draw_loading_text), (draw_one_page),
933         (merge_selection_region):
934
935         Use cairo image surfaces instead of GDK pixbufs for drawing pages
936         and selections.
937
938 2007-06-12  Carlos Garcia Campos  <carlosgc@gnome.org>
939
940         * shell/ev-window-title.c: (ev_window_title_update):
941
942         Fix memory leak.
943
944 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
945
946         * shell/ev-view.c: (draw_loading_text):
947
948         Show loading text centered. Fixes bug #433061
949
950 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
951
952         * shell/ev-sidebar-thumbnails.c:
953         (ev_sidebar_thumbnails_set_loading_icon):
954
955         Remove a mutex in the main thread that blocks the UI in heavy
956         documents.
957
958 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
959
960         * shell/ev-pixbuf-cache.c (copy_job_to_job_info):
961
962         Set points_set to TRUE so that selections don't disappear after a
963         zoom change.
964
965 2007-06-07  Michael Monreal  <infernux@web.de>
966
967         * data/icons/16x16/actions/Makefile.am:
968         * data/icons/16x16/actions/zoom.svg:
969         * data/icons/22x22/actions/Makefile.am:
970         * data/icons/22x22/actions/zoom.svg:
971         * data/icons/24x24/actions/Makefile.am:
972         * shell/ev-stock-icons.c:
973         * shell/ev-stock-icons.h:
974         * shell/ev-window.c:
975         
976         Zoom icon artwork. See bug #444795.
977
978 2007-06-05  Bastien Nocera  <hadess@hadess.net>
979
980         * shell/ev-metadata-manager.c: Remove extraneous function
981         (Closes: #444386)
982
983 2007-06-05  Bastien Nocera  <hadess@hadess.net>
984
985         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
986         (ev_metadata_manager_shutdown), (ev_metadata_manager_set_last),
987         (ev_metadata_manager_set), (ev_metadata_manager_save):
988         Simplify the timeout, no need for modified anymore
989
990 2007-06-05  Bastien Nocera  <hadess@hadess.net>
991
992         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout),
993         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
994         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
995         (ev_metadata_manager_save): Adapted patch from Arjan van de
996         Ven (arjan@linux.intel.com) to avoid the timeout running all the
997         time, saves on power (Closes: #443851)
998
999 2007-06-02  Carlos Garcia Campos  <carlosgc@gnome.org>
1000
1001         * configure.ac:
1002         * backend/pdf/ev-poppler.cc: (pdf_document_images_get_images),
1003         (pdf_selection_render_selection), (pdf_document_get_page_duration):
1004
1005         Bump requirements to poppler 0.5.9 and drop all ifdefs used.
1006
1007 2007-05-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1008
1009         * shell/ev-window.c: (ev_window_add_history):
1010
1011         Check if history is NULL
1012
1013 2007-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1014
1015         * libdocument/ev-image.c: (ev_image_finalize):
1016         * libdocument/ev-document-factory.c: (free_uncompressed_uri):
1017         * libdocument/ev-attachment.c: (ev_attachment_finalize):
1018         * libdocument/ev-file-helpers.[ch]: (ev_tmp_filename_unlink),
1019         (ev_tmp_uri_unlink):
1020
1021         Add functions to delete temporary files created by evince in a safe
1022         way.
1023
1024         * shell/ev-window.c: (ev_window_clear_local_uri),
1025         (open_xfer_update_progress_callback),
1026         (save_xfer_update_progress_callback), (ev_window_save_remote),
1027         (file_save_dialog_response_cb), (ev_window_cmd_save_as),
1028         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
1029         (attachment_save_dialog_response_cb),
1030         (ev_attachment_popup_cmd_save_attachment_as):
1031
1032         Allow saving a copy of a document, image or attachment to a remote
1033         location. Fixes bug #440754. 
1034
1035 2007-05-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1036
1037         * configure.ac:
1038         * backend/pdf/ev-poppler.cc: (pdf_selection_render_selection):
1039
1040         Fix build with current poppler from cvs head. 
1041
1042 2007-05-21  Eduardo Lima <eduardo.lima@indt.org.br>
1043
1044         * libdocument/ev-file-helpers.c: (ensure_dir_exists):
1045
1046         Using g_mkdir_with_parents() instead of g_mkdir() to really ensure the
1047         directory exists.
1048
1049 2007-05-20  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1050
1051         * shell/ev-sidebar.c: (ev_sidebar_add_page):
1052         * shell/ev-window.c:
1053
1054         Change sidebar ordering. Fixes bug #439939.
1055
1056 2007-05-20  Marc Brockschmidt he+bugzilla.g@marcbrockschmidt.de
1057
1058         * backend/comics/Makefile.am:
1059         
1060         Fixes build with --without-libgnome.
1061
1062 2007-05-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1063         
1064         * shell/ev-view.c: (page_changed_cb), (on_adjustment_value_changed):
1065
1066         Update cursor and tooltip on page change and view scroll. Fixes bug
1067         #439217.
1068
1069 2007-05-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1070
1071         * NEWS:
1072         * configure.ac:
1073         
1074         Update for release 0.9.0
1075
1076 2007-05-14  Alaska Subedi <asubedi@gmail.com>
1077
1078         * backend/djvu/djvu-document-private.h:
1079         * backend/djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
1080         (djvu_document_finalize),
1081         (djvu_document_file_exporter_format_supported),
1082         (djvu_document_file_exporter_begin),
1083         (djvu_document_file_exporter_do_page),
1084         (djvu_document_file_exporter_end),
1085         (djvu_document_file_exporter_iface_init), (djvu_document_init):
1086         
1087         Implemented printing with djvu. Bug #437998.
1088
1089 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1090
1091         * backend/impress/zip.c:
1092         Add missing ulong definition.
1093
1094         * backend/ps/ps-interpreter.c:
1095         Add missing headers.
1096
1097         Fix compilation on FreeBSD. Patch by Roy Marples. Fixes bug #438277.
1098
1099 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1100
1101         * backend/pdf/ev-poppler.cc: (pdf_document_dispose):
1102
1103         Add missing call to parent class dispose method. 
1104
1105 2007-05-12  Ross Burton  <ross@openedhand.com>
1106
1107         * shell/main.c:
1108         Sync keybindings manually when building without libgnome
1109         (#437925).
1110
1111 2007-05-12  Ross Burton  <ross@openedhand.com>
1112
1113         * shell/ev-window.c:
1114         Respect the screen when opening help (#437866).
1115
1116 2007-05-11  Carlos Garcia Campos  <carlosgc@gnome.org>
1117
1118         * data/evince-ui.xml:
1119         * shell/ev-application.[ch]: (get_print_settings_from_args),
1120         (ev_application_open_uri_at_dest), (ev_application_open_uri),
1121         (ev_application_open_uri_list):
1122         * shell/ev-window.[ch]: (ev_window_clear_print_settings_file),
1123         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
1124         (ev_window_cmd_recent_file_activate), (ev_window_run_preview),
1125         (ev_window_cmd_view_reload), (lookup_printer_from_name),
1126         (ev_window_preview_print_finished), (ev_window_cmd_preview_print),
1127         (ev_window_dispose):
1128         * shell/main.c: (arguments_parse):
1129
1130         Add print button in preview mode. Fixes bug #396475. 
1131
1132 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1133
1134         * cut-n-paste/zoom-control/ephy-zoom.h:
1135         
1136         Fixes zoom level factors. See bug #408119 for details.
1137
1138 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1139
1140         * backend/comics/comics-document.c: (comics_regex_quote),
1141         (extract_argv):
1142         
1143         Correctly quote symbols. Fixes crash in the bug
1144         #415370.
1145
1146 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1147
1148         * shell/ev-navigation-action-widget.c:
1149         (ev_navigation_action_widget_init),
1150         (ev_navigation_action_widget_class_init),
1151         (ev_navigation_action_widget_button_press_event):
1152         
1153         Connect to button-press event on correct widget. Fixes
1154         bug #431988
1155
1156 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1157
1158         * shell/ev-application.c: (ev_application_open_window),
1159         (ev_application_add_icon_path_for_screen),
1160         (ev_application_open_uri_at_dest):
1161         * shell/ev-navigation-action-widget.c: (popup_menu_under_arrow):
1162         * shell/ev-navigation-action.c: (build_menu):
1163         
1164         Add app-specific icons to our icon theme. Fixes bug
1165         #425508.
1166
1167 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1168
1169         * shell/ev-history.c: (ev_history_class_init),
1170         (ev_history_add_link):
1171         * shell/ev-history.h:
1172         * shell/ev-navigation-action.c:
1173         (ev_navigation_action_history_changed),
1174         (ev_navigation_action_set_history), (build_menu),
1175         (ev_navigation_action_finalize):
1176         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
1177         
1178         Make navigation action unsensitive instead of showing
1179         menu with unsensitive word. Fixes bug #417392.
1180
1181 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1182
1183         * shell/ev-application.[ch]: (ev_application_shutdown),
1184         (ev_application_get_print_settings),
1185         (ev_application_set_print_settings):
1186         * shell/ev-window.c:
1187
1188         Remember print settings. Fixes bug #349102. 
1189
1190 2007-05-08  Christian Persch  <chpe@gnome.org>
1191
1192         * configure.ac:
1193         * properties/ev-properties-view.c:
1194
1195         No need for a configure check; just use the GTK_CHECK_VERSION macro.
1196         Bug #382438.
1197
1198 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1199
1200         * configure.ac:
1201         * properties/ev-properties-view.c: (ev_regular_paper_size):
1202
1203         Use gtk+ builtin paper list to identify the document's paper size.
1204         Fixes bug #382438. 
1205
1206 2007-05-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1207
1208         * configure.ac:
1209
1210         Fix build when compiling with thumbnailer and libgnome support. 
1211
1212 2007-05-04  Ross Burton  <ross@openedhand.com>
1213
1214         * configure.ac:
1215         Add --without-libgnome, check for libgnome and libgnomeui
1216         separately, and add them to the symbols as required.
1217
1218         * libdocument/ev-file-helpers.c:
1219         When building without libgnome, use g_get_user_config_dir instead
1220         of gnome_user_dir_get.
1221
1222         * shell/ev-application.c:
1223         When building without libgnome, don't use session management.
1224
1225         * shell/main.c:
1226         When building without libgnome, don't use GnomeProgram or
1227         initialise the authentication manager.
1228
1229         This fixes #328842.
1230
1231 2007-05-04  Ross Burton  <ross@openedhand.com>
1232
1233         * shell/ev-window.c:
1234         Don't use libgnome to open help, instead call Yelp directly.
1235
1236 2007-05-04  Ross Burton  <ross@openedhand.com>
1237
1238         * shell/ev-sidebar-attachments.c:
1239         Don't use libgnome to lookup icons for MIME types, instead copy
1240         code from GTK+ to do it manually.
1241
1242 2007-05-04  Ross Burton  <ross@openedhand.com>
1243
1244         * configure.ac:
1245         Add libxml to the dependencies for SHELL_CORE (#435818).
1246
1247 2007-05-02  Ross Burton  <ross@openedhand.com>
1248
1249         * configure.ac:
1250         * Makefile.am:
1251         Add --disable-thumbnailer (#434825)
1252
1253 2007-05-02  Ross Burton  <ross@openedhand.com>
1254
1255         * shell/ev-window.c:
1256         Add missing includes, fix indentation.
1257
1258         * shell/main.c:
1259         Fix indentation.
1260
1261 2007-04-30  Eduardo Lima <eduardo.lima@indt.org.br>
1262
1263         * shell/ev-window.c (ev_window_cmd_recent_file_activate): Use
1264         ev_application_open_uri_at_dest instead of ev_application_open_uri
1265         preventing new document always being opened in a new window even if there
1266         is an empty window.
1267
1268 2007-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1269
1270         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
1271         (egg_recent_view_uimanager_finalize):
1272         * properties/ev-properties-view.c: (ev_properties_view_dispose):
1273         * shell/ev-page-action-widget.c: (ev_page_action_widget_finalize):
1274         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_finalize),
1275         (ev_pixbuf_cache_dispose):
1276         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose):
1277         * shell/ev-tooltip.c: (ev_tooltip_dispose):
1278         
1279         Add missing chain to parent class methods. Fixes
1280         bug #433128.
1281
1282 2007-04-22  Brian Pepple  <bpepple@fedoraproject.org>
1283
1284         * data/Makefile.am (update-icon-cache): Updates
1285         gtk-update-icon-cache in uninstall-hook.
1286
1287 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1288
1289         * shell/ev-window.c: (ev_window_setup_document),
1290         (ev_window_set_document), (ev_window_load_job_cb):
1291         * shell/ev-view.c: (setup_caches):
1292         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_set_document):
1293
1294         Start rendering pages before any other jobs. 
1295
1296 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1297
1298         * shell/ev-window.c: (ev_window_stop_fullscreen),
1299         (ev_window_stop_presentation):
1300
1301         Update chrome visibility before window unfullscreen. 
1302
1303 2007-04-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1304
1305         * data/Makefile.am:
1306         * data/evince-ui.xml:
1307         * shell/ev-stock-icons.[ch]:
1308         * shell/ev-application.[ch]: (ev_application_shutdown),
1309         (ev_application_init), (ev_application_get_toolbars_model):
1310         * shell/ev-window.c: (update_chrome_visibility),
1311         (fullscreen_toolbar_setup_item_properties),
1312         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
1313         (ev_window_run_presentation), (ev_window_stop_presentation),
1314         (ev_window_run_preview), (ev_window_screen_changed),
1315         (ev_window_cmd_leave_fullscreen), (ev_window_cmd_start_presentation),
1316         (ev_window_dispose), (ev_window_init):
1317
1318         Make fullscreen toolbar always visible. Do not use egg toolbars for
1319         fullscreen and preview modes since such toolbars are not editables.
1320         Fixes bugs #300278, #338910 and #316188.  
1321
1322 2007-04-20  Iñigo Martínez  <inigomartinez@gmail.com>
1323
1324         * shell/ev-application.c:
1325         * shell/ev-job-queue.c:
1326         * shell/ev-metadata-manager.c:
1327         * shell/ev-stock-icons.c:
1328         * shell/ev-window.c:
1329         * shell/main.c:
1330         
1331         Developers documentation updated.
1332
1333 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1334
1335         * shell/ev-window.c: (uri_is_valid), (launch_external_uri):
1336
1337         Check whether uri is valid before launching it. Fixes bug #427664.
1338
1339 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1340
1341         * shell/ev-window.c:
1342
1343         Change key accelerator for Open a Copy menu entry which is in conflict
1344         with Close. Fixes bug #427321.
1345
1346 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1347
1348         * NEWS:
1349         * configure.ac:
1350         
1351         Update for release 0.8.1
1352
1353 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1354
1355         * shell/ev-window.c: (setup_size_from_metadata):
1356         
1357         Do not make window bigger than screen. Fixes bug 
1358         #388985.
1359
1360 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1361
1362         * backend/tiff/tiff-document.c: (tiff_document_get_resolution),
1363         (tiff_document_get_page_size), (tiff_document_render_pixbuf):
1364
1365         Use default resolution when it's not provided by document. Fixes bug
1366         #408762.
1367
1368 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1369
1370         * configure.ac:
1371         * thumbnailer/Makefile.am:
1372         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
1373         * thumbnailer/evince-thumbnailer.schemas.in:
1374         * thumbnailer/evince-thumbnailer-ps.schemas.in:
1375
1376         Add support for ps, eps and compressed documents thumbnails. Do not
1377         ignore size parameter. 
1378
1379 2007-04-07  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
1380
1381         * backend/dvi/dvi-document.c: (dvi_document_class_init), (hsb2rgb),
1382         (dvi_document_do_color_special):
1383         * backend/dvi/mdvi-lib/special.c: (register_builtin_specials):
1384
1385         Implement font color specials in the DVI backend. Fixes bug #303651.
1386
1387 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
1388
1389         Fixup the previous commit:
1390
1391         * shell/Makefile.am (SOURCES): Add xdg-user-dir-lookup.c
1392         * shell/xdg-user-dir-lookup.c: Make the function non-static
1393         * shell/ev-window.c: Don't include xdg-user-dir-lookup.c
1394
1395 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
1396
1397         * shell/ev-window.c (file_open_dialog_response_cb): Use
1398         the xdg-user-dirs DOCUMENTS folder as default folder when
1399         opening a file chooser.  (#424858)
1400
1401         * shell/xdg-user-dir-lookup.c: Copy-and-pasted file from
1402         xdg-user-dirs.
1403
1404 2007-03-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1405
1406         * shell/ev-window.c: (ev_window_load_job_cb):
1407
1408         Do not setup view from metadata on preview mode. 
1409
1410 2007-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1411
1412         * shell/main.c:
1413
1414         Use unlink-tempfile instead of unlink-temp-file. Fixes bug #421274. 
1415
1416 2007-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1417
1418         * shell/ev-view.c: (ev_view_primary_get_cb):
1419
1420         Check pointer != NULL before using it. Fixes bug #416841. 
1421
1422 2007-03-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1423
1424         * NEWS:
1425         * configure.ac:
1426         
1427         Release 0.8.0
1428
1429 2007-03-10  Carlos Garcia Campos  <carlosgc@gnome.org>
1430
1431         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
1432
1433         Do not render thumbnails when sidebar thumbnail page is not visible
1434         at startup. Fixes bug #416447. 
1435
1436 2007-03-07  Christian Kirbach  <Christian.Kirbach@googlemail.com>
1437
1438         * data/evince.desktop.in.in:
1439
1440         "Application" is not a valid category in the freedesktop specification.
1441
1442 2007-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1443
1444         * libdocument/ev-file-helpers.[ch]: (compression_run),
1445         (ev_file_uncompress), (ev_file_compress):
1446         * shell/ev-window.c: (file_save_dialog_response_cb):
1447
1448         Save document compressed when saving a copy of a compressed document.
1449         Fixes bug #334542.
1450
1451 2007-02-23  Carlos Garcia Campos  <carlosgc@gnome.org>
1452
1453         * shell/ev-view.c: (ev_view_goto_window_key_press_event):
1454
1455         Allow deleting in goto window entry in presentation mode. 
1456
1457 2007-02-20  Kjartan Maraas  <kmaraas@gnome.org>
1458
1459         * Makefile.am: Dist MAINTAINERS.
1460
1461 2007-02-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1462
1463         * shell/ev-window.c: (ev_window_update_actions):
1464
1465         Fix zoom shortcut keys when searching. Fixes bug #409828.
1466
1467 2007-02-18  Carlos Garcia Campos  <carlosgc@gnome.org>
1468
1469         * shell/ev-window.c: (ev_window_setup_document):
1470
1471         Fix crash when loading documents with only one page. 
1472
1473 2007-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1474
1475         * backend/dvi/dvi-document.c:
1476         (dvi_document_thumbnails_get_dimensions),
1477         (dvi_document_thumbnails_get_thumbnail):
1478         * backend/impress/impress-document.c:
1479         (impress_document_thumbnails_get_thumbnail),
1480         (impress_document_thumbnails_get_dimensions):
1481         * backend/ps/ps-document.c: (ps_document_thumbnails_get_thumbnail),
1482         (ps_document_thumbnails_get_dimensions):
1483         * backend/djvu/djvu-document.c:
1484         (djvu_document_thumbnails_get_dimensions),
1485         (djvu_document_thumbnails_get_thumbnail):
1486         * backend/tiff/tiff-document.c:
1487         (tiff_document_thumbnails_get_thumbnail),
1488         (tiff_document_thumbnails_get_dimensions):
1489         * backend/pdf/ev-poppler.cc: (make_thumbnail_for_page),
1490         (pdf_document_thumbnails_get_thumbnail),
1491         (pdf_document_thumbnails_get_dimensions):
1492         * backend/comics/comics-document.c:
1493         (comics_document_thumbnails_get_thumbnail),
1494         (comics_document_thumbnails_get_dimensions):
1495         * backend/pixbuf/pixbuf-document.c:
1496         (pixbuf_document_thumbnails_get_thumbnail),
1497         (pixbuf_document_thumbnails_get_dimensions):
1498         * libdocument/ev-document-thumbnails.[ch]:
1499         (ev_document_thumbnails_get_thumbnail),
1500         (ev_document_thumbnails_get_dimensions):
1501         * libdocument/ev-document-misc.[ch]:
1502         (ev_document_misc_get_thumbnail_frame):
1503         * shell/ev-jobs.[ch]: (ev_job_thumbnail_dispose),
1504         (ev_job_thumbnail_new), (ev_job_thumbnail_run):
1505         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page), (add_range),
1506         (ev_sidebar_thumbnails_set_loading_icon), (refresh),
1507         (ev_sidebar_thumbnails_refresh):
1508         * shell/ev-window.c: (ev_window_setup_document):
1509         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
1510
1511         Use an EvRenderContext for rendering thumbnails instead of a suggested
1512         width, so that different sized pages get sized proportionally.
1513
1514 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1515
1516         * shell/ev-view.c: (ev_view_button_press_event),
1517         (ev_view_key_press_event):
1518
1519         Fix critical warnings when there is no document loaded. 
1520
1521 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1522
1523         * shell/ev-page-action-widget.c:
1524         * shell/ev-navigation-action.c:
1525         * shell/ev-window.c:
1526
1527         Fix compile warnings. 
1528
1529 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1530
1531         * backend/djvu/djvu-text.h:
1532         * backend/djvu/djvu-document.c:
1533         * backend/djvu/djvu-text-page.c:
1534         * backend/djvu/djvu-links.c:
1535         * backend/djvu/djvu-text-page.h:
1536         * backend/djvu/djvu-text.c:
1537         
1538         Fix build on Mac. Fixes bug #392186. Patch by
1539         <ephraim_owns@hotmail.com>
1540
1541 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1542
1543         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
1544
1545         Restore cairo context before rendering every page when printing a PDF
1546         document into a PDF file. 
1547
1548 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1549
1550         * backend/ps/gstypes.h:
1551         * backend/ps/ps-document.c: (ps_document_get_page_rotation),
1552         (ps_document_get_page_size), (ps_async_renderer_render_pixbuf),
1553         (ps_document_thumbnails_get_thumbnail):
1554
1555         Handle PostScript page orientation. Fixes bug #318568.
1556
1557 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1558
1559         * backend/ps/Makefile.am:
1560         * backend/ps/ps-document.[ch]: (ps_document_init), (ps_document_dispose),
1561         (document_load), (ps_document_load), (save_document),
1562         (save_page_list), (ps_document_get_n_pages),
1563         (ps_document_get_page_size), (ps_document_get_info),
1564         (ps_interpreter_page_rendered), (ps_async_renderer_render_pixbuf),
1565         (ps_interpreter_thumbnail_rendered), (ps_document_render_thumbnail),
1566         (ps_document_thumbnails_get_thumbnail),
1567         (ps_document_thumbnails_get_dimensions),
1568         (ps_document_document_thumbnails_iface_init):
1569         * backend/ps/ps.[ch]: (psgetpagebox):
1570         * backend/ps/ps-interpreter.[ch]:
1571
1572         Add support for thumbnails in ps backend. Fixes bug #164755. 
1573
1574 2007-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1575
1576         * NEWS:
1577         * configure.ac:
1578         
1579         Release 0.7.2
1580
1581 2007-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
1582
1583         * shell/ev-window.c: (ev_window_set_icon_from_thumbnail),
1584         (ev_window_clear_thumbnail_job), (ev_window_setup_document),
1585         (ev_window_dispose):
1586
1587         Use document thumbnail as window icon. Fixes bug #384442.
1588
1589 2007-02-11  Ed Catmur  <ed@catmur.co.uk>
1590
1591         * configure.ac:
1592
1593         Remove application/x-gzpostscript from EVINCE_MIME_TYPES which was
1594         duplicated adding application/x-bzpostscript instead. 
1595
1596 2007-02-11  Tom Parker  <palfrey@tevp.net>
1597
1598         * backend/ps/ps-document.c: (document_load):
1599
1600         Check return value of psscan before trying
1601         to use it. Fixes bug #372414.
1602
1603 2007-02-11  Carlos Garcia Campos  <carlosgc@gnome.org>
1604
1605         * shell/ev-page-cache.c: (ev_page_cache_finalize):
1606
1607         Fix invalid free in ev-page-cache. Fixes bug #404745.
1608
1609 2007-02-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1610
1611         * test/Makefile.am:
1612         * test/test3.py:
1613         
1614         Added reload test case.
1615
1616 2007-02-10  Carlos Garcia Campos  <carlosgc@gnome.org>
1617
1618         * po/POTFILES.in:
1619         * backend/djvu/djvu-document.c: (djvu_document_load):
1620
1621         Check whether there are missing files in indirect multipage djvu
1622         documents. Fixes bug #361683. 
1623
1624 2007-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1625
1626         * test/Makefile.am:
1627         * test/test-mime.bin:
1628         * test/test3.py:
1629         
1630         Added test for slow mime type
1631
1632 2007-02-06  Carlos Garcia Campos  <carlosgc@gnome.org>
1633
1634         * shell/ev-page-cache.c: (ev_page_cache_finalize):
1635
1636         Add some checks and call parent_class->finalize. Fixes bug #404745.
1637
1638 2007-02-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1639
1640         * shell/ev-navigation-action.c: (connect_proxy):
1641         
1642         Fixes dropdown history menu. Thanks a lot Carlos!
1643
1644 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
1645
1646         * backend/djvu/djvu-links.c: (str_to_utf8), (build_tree):
1647
1648         Make sure g_markup_escape_text receives a valid utf-8 string. Fixes
1649         bug #373715.
1650
1651 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
1652
1653         * backend/ps/ps.c: (psscan):
1654
1655         Fix memory leak. 
1656
1657 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1658
1659         * configure.ac:
1660         * libdocument/ev-file-helpers.c: 
1661
1662         Add missing libgnome/gnome-init.h header file. Fixes bug #396677.
1663
1664 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1665
1666         * configure.ac:
1667         * backend/ps/ps-document.c: (ps_document_init), (ps_document_dispose),
1668         (ps_interpreter_start), (document_load), (save_document),
1669         (save_page_list):
1670         * libdocument/ev-file-helpers.[ch]: (ev_file_uncompress):
1671         * libdocument/ev-document-factory.c:
1672         (ev_document_factory_get_from_mime), (get_document_from_uri),
1673         (free_uncompressed_uri), (ev_document_factory_get_document):
1674         * shell/ev-window.c: (ev_window_cmd_file_open_copy_at_dest):
1675
1676         Support for PDF, PS and EPS compressed files. Fixes bug #307087. 
1677
1678 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1679
1680         * libdocument/ev-document.h:
1681
1682         Fix typo in function name. 
1683
1684 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1685
1686         * backend/ps/ps-document.c: (ps_interpreter_finished),
1687         (ps_interpreter_start), (ps_interpreter_failed):
1688
1689         Handle ghostscript interpreter crashes. 
1690
1691 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
1692
1693         * shell/ev-window.c: (ev_window_open_uri),
1694         (window_configure_event_cb):
1695
1696         Setup window size and position before showing it. Fixes bug #401711.
1697
1698 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
1699
1700         * backend/ps/Makefile.am:
1701         * backend/ps/ps-document.[ch]: (ps_section_free), (ps_document_init),
1702         (ps_document_dispose), (ps_document_class_init),
1703         (ps_interpreter_input), (ps_interpreter_output),
1704         (ps_interpreter_error), (setup_interpreter_env),
1705         (ps_interpreter_start), (ps_interpreter_stop),
1706         (ps_interpreter_failed), (ps_interpreter_is_ready),
1707         (check_filecompressed), (document_load), (ps_document_load),
1708         (ps_document_get_n_pages), (setup_page), (setup_pixmap),
1709         (ps_document_widget_event), (send_ps), (ps_document_next_page),
1710         (render_page):
1711
1712         Rework ps-document. Code cleanups, remove deprecated code. 
1713
1714 2007-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1715
1716         * shell/ev-view.c: (ev_view_button_press_event):
1717
1718         Do not start an image drag and drop operation when pointer is on 
1719         text, so that we can select text when the whole background is an
1720         image. 
1721
1722 2007-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1723
1724         * shell/ev-window.c: (ev_window_update_actions): 
1725
1726         Disable all zoom related actions during presentation mode. 
1727
1728 2007-01-31  Esteban Sanchez  <esteban@steve-0.com>
1729
1730         * shell/ev-view.c: (ev_view_zoom_in), (ev_view_zoom_out):
1731
1732         Do not zoom in or out on presentation mode. Fixes bug #401305.
1733
1734 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1735
1736         * shell/ev-navigation-action.c: (connect_proxy),
1737         (create_menu_item), (ev_navigation_action_class_init):
1738         
1739         Correctly show menu and fix crash when navigaton 
1740         action is out of toolbar visible area.
1741
1742 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1743
1744         * data/Makefile.am:
1745         * data/evince.1:
1746         
1747         Added man file
1748
1749 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1750
1751         * help/reference/* :
1752         * configure.ac:
1753         
1754         Added gtk-doc based documentation for Evince.
1755         Still in initial state but I hope it will
1756         grow.
1757         
1758         * configure.ac:
1759         
1760         Lower dbus requirement to 0.70
1761
1762 2007-01-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1763
1764         * shell/ev-window.c: (ev_window_add_history):
1765
1766         Fix memory leak. 
1767
1768 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1769
1770         * shell/ev-view.c: (ev_view_page_label_from_dest), (tip_from_link):
1771         * shell/ev-view.h:
1772         * shell/ev-window.c: (ev_window_add_history):
1773         
1774         Correctly handle named destination links
1775
1776 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1777
1778         * NOTES:
1779         * backend/djvu/djvu-links.c: (djvu_links_get_links_model):
1780         * backend/pdf/ev-poppler.cc:
1781         * libdocument/ev-document-links.h:
1782         * libdocument/ev-link.c: (ev_link_get_page):
1783         * libdocument/ev-link.h:
1784         * shell/ev-history.c: (ev_history_init), (ev_history_class_init),
1785         (ev_history_add_link):
1786         * shell/ev-history.h:
1787         * shell/ev-navigation-action.c: (activate_menu_item_cb),
1788         (new_history_menu_item), (build_menu):
1789         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
1790         * shell/ev-sidebar-links.c: (create_loading_model),
1791         (print_section_cb), (ev_sidebar_links_construct),
1792         (fill_page_labels), (update_page_callback_foreach),
1793         (update_page_callback), (job_finished_callback):
1794         * shell/ev-view.c: (ev_view_handle_link):
1795         * shell/ev-window.c: (ev_window_find_chapter),
1796         (ev_window_add_history), (view_handle_link_cb),
1797         (history_changed_cb):
1798         
1799         Implements another history variant
1800
1801 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
1802
1803         * shell/ev-window.c: (view_external_link_cb):
1804         * shell/ev-view.c: (ev_view_button_release_event):
1805
1806         Open links in new window when clicking with middle button. 
1807
1808 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1809
1810         * shell/ev-navigation-action.c: (new_history_menu_item):
1811         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
1812         * shell/ev-view.c: (ev_view_handle_link):
1813         * shell/ev-window.c:
1814         
1815         Store link before jump, not the destination. For me it 
1816         seems like more natural history behavior.
1817
1818 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1819
1820         * shell/ev-navigation-action.c: (activate_menu_item_cb),
1821         (ev_navigation_action_class_init):
1822         * shell/ev-navigation-action.h:
1823         * shell/ev-page-action.c: (activate_cb):
1824         * shell/ev-page-cache.c: (ev_page_cache_class_init),
1825         (ev_page_cache_set_current_page_history):
1826         * shell/ev-page-cache.h:
1827         * shell/ev-sidebar-thumbnails.c:
1828         (ev_sidebar_tree_selection_changed),
1829         (ev_sidebar_icon_selection_changed), (page_changed_cb):
1830         * shell/ev-view-private.h:
1831         * shell/ev-view.c: (ev_view_handle_link), (ev_view_class_init):
1832         * shell/ev-view.h:
1833         * shell/ev-window.c: (page_changed_cb), (history_changed_cb),
1834         (ev_window_setup_document), (ev_window_load_job_cb):
1835         * shell/ev-window.h:
1836         
1837         History finally works as expected.
1838
1839 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
1840
1841         * shell/ev-sidebar-links.c: (ev_sidebar_links_map):
1842
1843         Do not update links treeview if it doesn't have a model assigned yet. 
1844
1845 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
1846
1847         * shell/ev-sidebar-links.c: (ev_sidebar_links_map),
1848         (ev_sidebar_links_class_init), (update_page_callback):
1849
1850         Do not update links treeview when sidepane is not visible. 
1851
1852 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1853
1854         * shell/ev-marshal.list:
1855         * shell/ev-page-action.c: (activate_cb),
1856         (ev_page_action_class_init):
1857         * shell/ev-page-action.h:
1858         * shell/ev-page-cache.c: (ev_page_cache_set_page_label):
1859         * shell/ev-window.c:
1860         
1861         Remove activate_link signal, not required.
1862
1863 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1864
1865         * shell/ev-navigation-action.c: (build_menu):
1866         
1867         Reorder menu items and build menu with fixed length.
1868
1869 2007-01-27  Ed Catmur  <ed@catmur.co.uk>
1870
1871         * shell/ev-view.c: (get_selected_text):
1872         
1873         Normalize text to fix ligatures problem. See bug
1874         #341947 for details.
1875
1876 2007-01-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1877
1878         * shell/ev-page-cache.c: (ev_page_cache_finalize):
1879
1880         Fix memory leak in ev-page-cache. 
1881
1882 2007-01-25  Tom Parker <palfrey@tevp.net>
1883
1884         * backend/impress/impress-document.c: (impress_document_load),
1885         (impress_document_finalize), (impress_document_init):
1886         * properties/ev-properties-main.c: (ev_properties_get_pages):
1887         
1888         Correctly handle impress document errors. Fixes nautilus
1889         crash in property page #370491.
1890
1891 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1892
1893         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
1894         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
1895         (ev_job_queue_remove_job):
1896         * shell/ev-jobs.[ch]: (ev_job_load_init), (ev_job_load_class_init),
1897         (ev_job_load_dispose), (ev_job_load_new), (ev_job_load_set_uri),
1898         (ev_job_load_run):
1899         * shell/ev-window.c: (ev_window_is_empty), (password_dialog_response),
1900         (ev_window_popup_password_dialog), (ev_window_clear_load_job),
1901         (ev_window_load_job_cb), (xfer_update_progress_callback),
1902         (ev_window_open_uri), (ev_window_dispose):
1903         * shell/main.c: (main):
1904
1905         Do file transfer asynchronously in the main thread instead of
1906         synchronously in the load thread. Fixes bugs #399694, #398307 and
1907         #343542.
1908
1909 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1910
1911         * shell/ev-jobs.c: (ev_job_xfer_run):
1912
1913         Load the document with the font-config lock held. 
1914
1915 2007-01-23  Carlos Garcia Campos  <carlosgc@gnome.org>
1916
1917         * backend/ps/ps-document.c: (start_interpreter):
1918
1919         Fix memory leaks in ps backend. 
1920
1921 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
1922
1923         * backend/impress/impress-document.c:
1924         (impress_document_render_pixbuf):
1925
1926         Do not acquire fontconfig lock in impress backend, since it is using
1927         the main loop for rendering. 
1928
1929 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
1930
1931         * po/POTFILES.in: 
1932
1933         Remove mdvi files that shouldn't be translated. 
1934
1935 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
1936
1937         * shell/ev-view-private.h:
1938         * shell/ev-view.c: (draw_loading_text), (ev_view_destroy),
1939         (ev_view_set_zoom):
1940
1941         Render "loading..." text into a cairo surface instead of directly into
1942         the window so that fontconfig lock is only needed once and UI is not
1943         blocked. Change text color to #9B9B9B. Fixes bug #397356.
1944
1945 2007-01-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1946
1947         * shell/ev-stock-icons.c: (ev_stock_icons_init):
1948         * shell/ev-application.c: (ev_application_open_uri_at_dest):
1949
1950         Use icon theme associated with the window screen rather than default. 
1951
1952 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
1953
1954         * configure.ac:
1955
1956         Fix a typo in previous commit (24x24/action/ --> 24x24/actions)
1957
1958 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
1959
1960         * data/icons/*/apps/evince.*:
1961
1962         Move Evince icons under new apps directory.
1963
1964         * data/icons/*/actions/*:
1965
1966         Add new custom themeable Evince icons: view-page-continuous, 
1967         view-page-facing, zoom-fit-width, zoom-fit-page. From Andreas
1968         Nilsson, at 16 and 22 pixels (plus 24 for compatibility).
1969
1970         * configure.ac:
1971
1972         Add new directories to AC_CONFIG_FILES.
1973
1974         * shell/ev-stock-icons.c:
1975         * shell/ev-stock-icons.h:
1976
1977         Use new custom themeable icons.
1978
1979 2007-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
1980
1981         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
1982
1983         Do not draw white background page in presentation mode. 
1984
1985 2007-01-16  Jani Monoses <jani.monoses@gmail.com>
1986
1987         * shell/ev-view.c: Remove unused gnome-vfs include.
1988
1989 2007-01-16  Theppitak Karoonboonyanan  <thep@linux.thai.net>
1990
1991         * backend/dvi/mdvi-lib/fontmap.c: (mdvi_load_fontmap):
1992         
1993         Format string is corrected, fixes bug #397129.
1994
1995 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1996
1997         * shell/ev-window.c: (ev_window_setup_recent):
1998
1999         Do not include in recent menu inexistent documents. Fixes
2000         bug #339171.
2001
2002 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2003
2004         * po/POTFILES.skip: 
2005
2006         Update POTFILES.skip file according to current source tree. 
2007
2008 2007-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2009
2010         * shell/ev-window.c: (file_save_dialog_response_cb):
2011
2012         Do Save a copy in atomic way. Fixes bug #328266. 
2013
2014 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
2015
2016         * shell/ev-sidebar-links.c: (update_page_callback_foreach):
2017
2018         Keep selected cell always visible in index treeview.
2019
2020 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
2021         
2022         * shell/ev-view.c: (ev_view_size_allocate):
2023
2024         Restore horizontal scrollbar after switching to/from fullscreen
2025         or presentation mode. Fixes bug #331728.
2026
2027 2007-01-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2028
2029         * shell/ev-view-private.h:
2030         * shell/ev-window.c: (ev_window_screen_changed), (ev_window_init):
2031         * shell/ev-view.[ch]: (ev_view_class_init), (ev_view_set_zoom),
2032         (ev_view_set_screen_dpi), (ev_view_can_zoom_in),
2033         (ev_view_can_zoom_out):
2034
2035         Use max and min scale values in the view iby taking dpi into account. 
2036
2037 2007-01-10  Carlos Garcia Campos  <carlosgc@gnome.org>
2038
2039         * configure.ac:
2040         * NEWS:
2041
2042         Release 0.7.1
2043
2044 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2045
2046         * shell/ev-window.c: (ev_window_print_send):
2047
2048         Send print job to printer with some settings set to default values,
2049         since we have already exported to a file according to such settings
2050         and they could be taken twice by some printers. 
2051
2052 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2053
2054         * shell/ev-jobs.c: (ev_job_xfer_run):
2055         * shell/ev-application.c: (ev_application_open_uri_at_dest):
2056
2057         Show main window and load document with the font-config lock held. 
2058
2059 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2060
2061         * configure.ac:
2062         * shell/ev-application.c: (ev_application_register_service):
2063         * shell/main.c: (load_files_remote):
2064
2065         Bump requirements to dbus-glib 0.71 and drop all ifdefs used.
2066
2067 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2068
2069         * doc/debugging.txt:
2070         
2071         Remove obsolete documentation.
2072
2073 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2074
2075         * Makefile.am:
2076         * backend/Makefile.am:
2077         * backend/comics/Makefile.am:
2078         * backend/djvu/Makefile.am:
2079         * backend/dvi/Makefile.am:
2080         * backend/ev-async-renderer.c:
2081         * backend/ev-async-renderer.h:
2082         * backend/ev-attachment.c:
2083         * backend/ev-attachment.h:
2084         * backend/ev-backend-marshal.c:
2085         * backend/ev-document-factory.c:
2086         * backend/ev-document-factory.h:
2087         * backend/ev-document-find.c:
2088         * backend/ev-document-find.h:
2089         * backend/ev-document-fonts.c:
2090         * backend/ev-document-fonts.h:
2091         * backend/ev-document-images.c:
2092         * backend/ev-document-images.h:
2093         * backend/ev-document-info.h:
2094         * backend/ev-document-links.c:
2095         * backend/ev-document-links.h:
2096         * backend/ev-document-misc.c:
2097         * backend/ev-document-misc.h:
2098         * backend/ev-document-security.c:
2099         * backend/ev-document-security.h:
2100         * backend/ev-document-thumbnails.c:
2101         * backend/ev-document-thumbnails.h:
2102         * backend/ev-document-transition.c:
2103         * backend/ev-document-transition.h:
2104         * backend/ev-document.c:
2105         * backend/ev-document.h:
2106         * backend/ev-file-exporter.c:
2107         * backend/ev-file-exporter.h:
2108         * backend/ev-image.c:
2109         * backend/ev-image.h:
2110         * backend/ev-link-action.c:
2111         * backend/ev-link-action.h:
2112         * backend/ev-link-dest.c:
2113         * backend/ev-link-dest.h:
2114         * backend/ev-link.c:
2115         * backend/ev-link.h:
2116         * backend/ev-render-context.c:
2117         * backend/ev-render-context.h:
2118         * backend/ev-selection.c:
2119         * backend/ev-selection.h:
2120         * backend/impress/Makefile.am:
2121         * backend/pdf/Makefile.am:
2122         * backend/pixbuf/Makefile.am:
2123         * backend/ps/Makefile.am:
2124         * backend/ps/ps-document.c: (push_pixbuf), (interpreter_failed),
2125         (ps_document_widget_event), (setup_pixmap), (setup_page), (input),
2126         (start_interpreter), (stop_interpreter), (document_load),
2127         (ps_document_next_page), (render_page):
2128         * backend/tiff/Makefile.am:
2129         * comics/Makefile.am:
2130         * comics/comics-document.c:
2131         * comics/comics-document.h:
2132         * configure.ac:
2133         * cut-n-paste/zoom-control/ephy-zoom-control.c:
2134         * djvu/Makefile.am:
2135         * djvu/djvu-document-private.h:
2136         * djvu/djvu-document.c:
2137         * djvu/djvu-document.h:
2138         * djvu/djvu-links.c:
2139         * djvu/djvu-links.h:
2140         * djvu/djvu-text-page.c:
2141         * djvu/djvu-text-page.h:
2142         * djvu/djvu-text.c:
2143         * djvu/djvu-text.h:
2144         * dvi/Makefile.am:
2145         * dvi/dvi-document.c:
2146         * dvi/dvi-document.h:
2147         * dvi/fonts.c:
2148         * dvi/fonts.h:
2149         * dvi/mdvi-lib/Makefile.am:
2150         * dvi/mdvi-lib/afmparse.c:
2151         * dvi/mdvi-lib/afmparse.h:
2152         * dvi/mdvi-lib/bitmap.c:
2153         * dvi/mdvi-lib/bitmap.h:
2154         * dvi/mdvi-lib/color.c:
2155         * dvi/mdvi-lib/color.h:
2156         * dvi/mdvi-lib/common.c:
2157         * dvi/mdvi-lib/common.h:
2158         * dvi/mdvi-lib/defaults.h:
2159         * dvi/mdvi-lib/dvimisc.c:
2160         * dvi/mdvi-lib/dviopcodes.h:
2161         * dvi/mdvi-lib/dviread.c:
2162         * dvi/mdvi-lib/files.c:
2163         * dvi/mdvi-lib/font.c:
2164         * dvi/mdvi-lib/fontmap.c:
2165         * dvi/mdvi-lib/fontmap.h:
2166         * dvi/mdvi-lib/fontsrch.c:
2167         * dvi/mdvi-lib/gf.c:
2168         * dvi/mdvi-lib/hash.c:
2169         * dvi/mdvi-lib/hash.h:
2170         * dvi/mdvi-lib/list.c:
2171         * dvi/mdvi-lib/mdvi.h:
2172         * dvi/mdvi-lib/pagesel.c:
2173         * dvi/mdvi-lib/paper.c:
2174         * dvi/mdvi-lib/paper.h:
2175         * dvi/mdvi-lib/pk.c:
2176         * dvi/mdvi-lib/private.h:
2177         * dvi/mdvi-lib/setup.c:
2178         * dvi/mdvi-lib/sp-epsf.c:
2179         * dvi/mdvi-lib/special.c:
2180         * dvi/mdvi-lib/sysdeps.h:
2181         * dvi/mdvi-lib/t1.c:
2182         * dvi/mdvi-lib/tfm.c:
2183         * dvi/mdvi-lib/tfmfile.c:
2184         * dvi/mdvi-lib/tt.c:
2185         * dvi/mdvi-lib/util.c:
2186         * dvi/mdvi-lib/vf.c:
2187         * dvi/pixbuf-device.c:
2188         * dvi/pixbuf-device.h:
2189         * impress/Makefile.am:
2190         * impress/common.h:
2191         * impress/document.c:
2192         * impress/f_oasis.c:
2193         * impress/f_oo13.c:
2194         * impress/iksemel.c:
2195         * impress/iksemel.h:
2196         * impress/imposter.h:
2197         * impress/impress-document.c:
2198         * impress/impress-document.h:
2199         * impress/internal.h:
2200         * impress/r_back.c:
2201         * impress/r_draw.c:
2202         * impress/r_geometry.c:
2203         * impress/r_gradient.c:
2204         * impress/r_style.c:
2205         * impress/r_text.c:
2206         * impress/render.c:
2207         * impress/render.h:
2208         * impress/zip.c:
2209         * impress/zip.h:
2210         * lib/Makefile.am:
2211         * lib/ev-debug.c:
2212         * lib/ev-debug.h:
2213         * lib/ev-file-helpers.c:
2214         * lib/ev-file-helpers.h:
2215         * lib/ev-gui.c:
2216         * lib/ev-gui.h:
2217         * lib/ev-tooltip.c:
2218         * lib/ev-tooltip.h:
2219         * libdocument/Makefile.am:
2220         * libdocument/ev-file-helpers.c:
2221         * pdf/Makefile.am:
2222         * pdf/ev-poppler.cc:
2223         * pdf/ev-poppler.h:
2224         * pixbuf/Makefile.am:
2225         * pixbuf/pixbuf-document.c:
2226         * pixbuf/pixbuf-document.h:
2227         * properties/Makefile.am:
2228         * ps/Makefile.am:
2229         * ps/gsdefaults.c:
2230         * ps/gsdefaults.h:
2231         * ps/gsio.c:
2232         * ps/gsio.h:
2233         * ps/gstypes.h:
2234         * ps/ps-document.c:
2235         * ps/ps-document.h:
2236         * ps/ps.c:
2237         * ps/ps.h:
2238         * shell/Makefile.am:
2239         * shell/ev-application.h:
2240         * shell/ev-sidebar-links.c:
2241         * shell/ev-sidebar-links.h:
2242         * shell/ev-utils.c: (ev_gui_sanitise_popup_position),
2243         (ev_gui_menu_position_tree_selection):
2244         * shell/ev-utils.h:
2245         * shell/ev-view.c: (ev_view_finalize):
2246         * shell/ev-window.c:
2247         * shell/main.c: (main):
2248         * thumbnailer/Makefile.am:
2249         * tiff/Makefile.am:
2250         * tiff/tiff-document.c:
2251         * tiff/tiff-document.h:
2252         * tiff/tiff2ps.c:
2253         * tiff/tiff2ps.h:
2254         
2255         Reorganize source tree.
2256
2257 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2258
2259         * backend/ev-document-factory.c:
2260
2261         Do not include ev-poppler.h when pdf is disabled. 
2262
2263 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
2264
2265         * configure.ac:
2266         * data/evince-ui.xml:
2267         * pdf/ev-poppler.cc: (pdf_document_images_get_images),
2268         (pdf_document_document_images_iface_init):
2269         * backend/Makefile.am:
2270         * backend/ev-document-images.[ch]:
2271         * backend/ev-image.[ch]:
2272         * lib/ev-file-helpers.[ch]: (ev_tmp_filename):
2273         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run),
2274         (ev_job_xfer_run):
2275         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
2276         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
2277         (ev_pixbuf_cache_get_image_mapping):
2278         * shell/ev-window.c: (view_menu_link_popup), (view_menu_image_popup),
2279         (view_menu_popup_cb), (ev_window_dispose),
2280         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
2281         (ev_view_popup_cmd_copy_image):
2282         * shell/ev-view-private.h:
2283         * shell/ev-view.c: (ev_view_get_image_at_location),
2284         (ev_view_do_popup_menu), (ev_view_popup_menu),
2285         (ev_view_button_press_event), (ev_view_drag_data_get),
2286         (ev_view_drag_motion), (ev_view_drag_data_received),
2287         (ev_view_motion_notify_event), (ev_view_button_release_event),
2288         (ev_view_finalize), (ev_view_class_init):
2289
2290         Add image handling support. Fixes bugs #310008 and #325047. Images
2291         selection is not supported yet. 
2292
2293 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
2294
2295         * shell/ev-window.c: (drag_data_received_cb), (ev_window_init):
2296         * shell/ev-view.c: (ev_view_drag_data_received), (ev_view_class_init),
2297         (ev_view_init):
2298
2299         Move view drag and drop stuff to ev-view.
2300
2301 2007-01-05  Carlos Garcia Campos  <carlosgc@gnome.org>
2302
2303         * shell/ev-pixbuf-cache.c: (clear_job_selection):
2304         * shell/ev-view.c: (clear_selection): 
2305
2306         Clear selection also in pixbuf cache.
2307
2308 2007-01-02  Luca Ferretti <elle.uca@libero.it>
2309
2310         * data/evince.desktop.in.in:
2311         
2312         Change icon name in desktop file. See bug #390734
2313         for details.
2314
2315 2006-12-28  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2316
2317         * thumbnailer/Makefile.am:
2318
2319         Use top_builddir instead top_srcdir for generated schema
2320         file installation. Fixes bug #390161.
2321
2322 2006-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2323
2324         * configure.ac:
2325         * backend/Makefile.am:
2326         * backend/ev-document-transition.[ch]:
2327         * pdf/ev-poppler.cc: (pdf_document_get_page_duration),
2328         (pdf_document_page_transition_iface_init):
2329         * shell/ev-view-private.h:
2330         * shell/ev-view.c: (ev_view_destroy), (page_changed_cb),
2331         (ev_view_set_presentation), (transition_next_page),
2332         (ev_view_presentation_transition_stop),
2333         (ev_view_presentation_transition_start), (ev_view_next_page):
2334
2335         Add page transition support in presentation mode. At the moment only
2336         page duration is supported, but not transition effects. Fixes bug
2337         #309815.
2338
2339 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2340
2341         * backend/ev-document-links.c: (ev_document_links_find_link_dest):
2342
2343         Run find_link_dest with document lock held, since it's called by links
2344         thread and main thread at the same time. 
2345
2346 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2347
2348         * shell/ev-view.c: (goto_dest):
2349
2350         Update page-cache when page is changed by the view, so that
2351         page-changed signal is emitted. 
2352
2353 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2354
2355         * test/test1.py:
2356         * test/test2.py:
2357
2358         Use C locale in tests. 
2359
2360 2006-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2361
2362         * shell/ev-window.c: (ev_window_run_presentation):
2363         * shell/ev-view-private.h:
2364         * shell/ev-view.c: (ev_view_set_presentation):
2365
2366         Restore zoom settings when back from presentation mode. 
2367
2368 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2369
2370         * shell/ev-window.c: (ev_window_run_presentation):
2371
2372         Always use "best fit" zoom in presentation mode.
2373         Fixes bug #389195.
2374
2375 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2376
2377         * shell/ev-view.c: (ev_view_goto_window_create):
2378
2379         Show "Jump to page" label in the page jumping popup in
2380         presentation mode instead of just a GtkEntry.
2381
2382 2006-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
2383
2384         * shell/ev-window.c: (launch_external_uri):
2385
2386         Do not escape uri before calling gnome_vfs_url_show(). Fixes bug
2387         #378085.
2388
2389 2006-12-22  Elijah Newren  <newren gmail com>
2390
2391         * configure.ac: explicitly check for libxml2.  Fixes #388795
2392
2393 2006-12-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2394
2395         * shell/ev-view-private.h:
2396         * shell/ev-view.c: (send_focus_change), (ev_view_goto_window_hide),
2397         (ev_view_goto_window_delete_event), (key_is_numeric),
2398         (ev_view_goto_window_key_press_event),
2399         (ev_view_goto_window_button_press_event),
2400         (ev_view_goto_entry_activate), (ev_view_goto_window_create),
2401         (ev_view_goto_entry_grab_focus), (ev_view_goto_window_send_key_event),
2402         (ev_view_key_press_event), (ev_view_focus_out), (ev_view_destroy):
2403
2404         Allow jumping to another page by typing a page number in presentation
2405         mode. It uses a popup window with an entry. Fixes bug #353625.
2406
2407 2006-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2408
2409         * configure.ac:
2410         * properties/ev-properties-view.c: (ev_get_default_user_units),
2411         (ev_regular_paper_size):
2412         
2413         Check for NL_MEASUREMENT. Fixes bug #376469. Thanks
2414         to Damien Carbery <damien.carbery@sun.com> and
2415         Yevgen Muntyan <muntyan@tamu.edu>.
2416
2417 2006-12-20  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2418
2419         * shell/ev-window.c: (setup_document_from_metadata):
2420
2421         Make sure Evince doesn't restore the view on the last
2422         page when a document is reopened. Fixes bug #383381.
2423
2424 2006-12-18  Jens Granseuer  <jensgr@gmx.net>
2425
2426         * shell/ev-view.c: (draw_loading_text):
2427
2428         Fix compilation with older compilers like gcc 2. Fixes bug #387237.
2429
2430 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2431
2432         * configure.ac:
2433         * NEWS:
2434
2435         Release 0.7.0
2436
2437 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2438
2439         * configure.ac:
2440         * pdf/ev-poppler.cc: (pdf_print_context_free),
2441         (pdf_document_file_exporter_begin),
2442         (pdf_document_file_exporter_do_page):
2443
2444         Make cairo-pdf depedency optional. 
2445
2446 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2447
2448         * shell/ev-print-job.c: (idle_print_handler), (ev_print_job_print):
2449
2450         Use ev_file_exporter instead of ev_ps_exporter in ev-print-job.
2451
2452 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2453
2454         * backend/ev-document.[ch]: (ev_document_get_fc_mutex),
2455         (ev_document_fc_mutex_lock), (ev_document_fc_mutex_unlock):
2456         * pdf/ev-poppler.cc: (make_thumbnail_for_size):
2457         * shell/ev-jobs.c: (ev_job_render_run), (ev_job_fonts_run):
2458         * shell/ev-view.c: (draw_loading_text):
2459         * shell/ev-window.c: (ev_window_cmd_file_properties):
2460
2461         Use an specific lock for FontConfig. Hopefully it fixes some crashes
2462         related to using FontConfig from different threads.
2463         
2464 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2465
2466         * shell/ev-view.c: (draw_loading_text):
2467
2468         Acquire lock document when drawing "Loading..." text so that only one
2469         thread will use FontConfig at the same time. Fixes bug #374750.
2470
2471 2006-12-15  Carlos Garcia Campos  <carlosgc@gnome.org>
2472
2473         * shell/ev-page-action.[ch]: (activate_cb):
2474         * shell/ev-window.c: (activate_label_cb):
2475
2476         Check if text inserted in page entry is a valid page number when it
2477         doesn't match to any document page label. Fixes bug #383165.
2478
2479 2006-12-14  Julien Rebetez,  <julienr@cvs.gnome.org>
2480         * shell/ev-window.c:
2481
2482         GTK_STOCK_SELECT_ALL is used in menu definition, but isn't
2483         available with GTK < 2.10. Added an ifdef to avoid compilation
2484         error.
2485
2486 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2487
2488         * configure.ac:
2489         * ps/ps-document.c: (start_interpreter), (ps_document_next_page):
2490
2491         Fix ps backend in multihead systems.
2492
2493 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2494
2495         * ps/ps-document.c: (setup_page), (ps_document_get_page_size):
2496         * shell/ev-window.c: (ev_window_get_screen_dpi),
2497         (ev_window_update_actions), (setup_view_from_metadata),
2498         (ev_window_zoom_changed_cb), (zoom_control_changed_cb):
2499
2500         Take screen DPI into account when zooming. Fixes bug #318285.
2501
2502 2006-12-14  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2503
2504         * data/Makefile.am:
2505
2506         Cleaned up/slightly refactored Makefile.am. Added GConf
2507         schemas uninstallation as well.
2508
2509 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2510
2511         * Makefile.am:
2512         * test/Makefile.am:
2513
2514         Fight with autotools to fix make check. Make distcheck
2515         works fine as well now!
2516
2517 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2518
2519         * shell/ev-view.c: (draw_end_presentation_page):
2520
2521         Corrected "end of presentation" string.
2522
2523 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2524
2525         * shell/ev-view.c: (ev_view_key_press_event):
2526
2527         Correctly propagate key press event so that up/down keys
2528         work as expected (correct behaviour was broken by
2529         black/white screen key bindings for presentations).
2530
2531 2006-12-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2532
2533         * pdf/ev-poppler.cc: (pdf_document_find_get_n_results),
2534         (pdf_document_find_get_result), (pdf_document_find_page_has_results),
2535         (pdf_document_find_get_progress), (pdf_selection_render_selection),
2536         (pdf_selection_get_selection_region),
2537         (pdf_selection_get_selection_map):
2538
2539         Add "static" to some private functions. 
2540
2541 2006-12-13  P. Henrique Silva  <ph.silva@gmail.com>
2542
2543         * lib/ev-tooltip.h:
2544         * properties/ev-properties-view.h:
2545         * shell/ev-jobs.h:
2546         * shell/ev-properties-dialog.h:
2547         * shell/ev-properties-fonts.h:
2548         * shell/ev-sidebar-links.h:
2549         * shell/ev-sidebar-thumbnails.h:
2550         * shell/ev-sidebar.h:
2551         * shell/ev-window.h:
2552         
2553         Fixes CHACK type in class casts. See bug #385343
2554         for details.
2555
2556 2006-12-10  Carlos Garcia Campos  <carlosgc@gnome.org>
2557
2558         * shell/ev-view-private.h:
2559         * shell/ev-view.c: (draw_end_presentation_page),
2560         (ev_view_expose_event), (ev_view_key_press_event),
2561         (ev_view_class_init), (ev_view_init):
2562
2563         Blank screen in presentation mode when pressing 'b' (filling with
2564         black) or 'w' (filling with white) keys. Fixes bug #358132.
2565
2566 2006-12-09  Gabriel Felipe Cornejo  <gnomeusr@gmail.com>
2567
2568         * data/evince-toolbar.xml:
2569         * shell/ev-window.c:
2570         
2571         Use stock icon for Select All action. Fixes
2572         bug #382652.
2573
2574 2006-12-09  Radoslav Dorcik  <dixiecko@gmail.com>
2575
2576         * shell/ev-view.c: (get_doc_point_from_offset),
2577         (ev_view_get_link_at_location), (ev_view_motion_notify_event):
2578
2579         Add links support in rotated documents. Fixes bug #343733.
2580
2581 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2582
2583         * shell/ev-view-private.h:
2584         * shell/ev-view.c: (draw_end_presentation_page),
2585         (ev_view_expose_event), (ev_view_init), (ev_view_set_presentation):
2586
2587         Show a blank page after the last page in presentation mode with a
2588         message indicating that presentation has finished and how to exit. 
2589
2590 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2591
2592         * shell/ev-window.c: (fullscreen_timeout_cb):
2593
2594         Hide cursor after a while in presentation mode. 
2595
2596 2006-12-04  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2597
2598         * backend/ev-document-info.h:
2599         * data/evince-properties.glade:
2600         * pdf/ev-poppler.cc:
2601         * properties/ev-properties-view.c: (ev_regular_paper_size),
2602         (ev_properties_view_set_info):
2603         * ps/ps-document.c: (ps_document_get_info):
2604
2605         Adds a paper size field to the properties dialog. Fixes
2606         bug #307315. Patch by Kasper Svendsen (with some i18n
2607         changes done by me).
2608
2609 2006-12-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2610
2611         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
2612         (screensaver_init_dbus), (totem_scrsaver_new),
2613         (totem_scrsaver_init):
2614         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
2615         * shell/ev-application.c: (ev_application_register_service),
2616         (ev_application_screensaver_enable),
2617         (ev_application_screensaver_disable):
2618         * shell/ev-application.h:
2619         * shell/ev-window.c: (ev_window_run_presentation),
2620         (ev_window_stop_presentation), (build_comments_string),
2621         (ev_window_init):
2622         
2623         Move screensaver handling to application. No more
2624         message on startup.
2625
2626 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2627
2628         * configure.ac:
2629         * backend/Makefile.am:
2630         * backend/ev-file-exporter.[ch]:
2631         * pdf/ev-poppler.cc: (pdf_document_file_exporter_*):
2632         * ps/ps-document.c: (ps_document_file_exporter_*):
2633         * tiff/tiff-document.c: (tiff_document_document_file_exporter_*):
2634         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
2635         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
2636         (ev_window_print_dialog_response_cb), (ev_window_print_range):
2637
2638         Allow printing to PDF when suppoted by the backend.
2639         
2640 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2641
2642         * shell/ev-window.c: (build_comments_string):
2643
2644         Use always "Document Viewer" in about dialog. 
2645
2646 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2647
2648         * djvu/djvu-document.c: (djvu_document_get_page_size):
2649
2650         Display a warning message when get_pageinfo fails. 
2651
2652 2006-11-30  Yevgen Muntyan  <muntyan@tamu.edu>
2653
2654         * Makefile.am:
2655         * backend/Makefile.am:
2656         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
2657         * configure.ac:
2658         * shell/ev-window.c: (build_comments_string):
2659         
2660         Make pdf compilation optional. See bug #38007.
2661
2662 2006-11-30  Carlos Garcia Campos  <carlosgc@gnome.org>
2663
2664         * ps/ps.c: (get_next_text):
2665
2666         Fix CVE-2006-5864.
2667
2668 2006-11-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2669
2670         * shell/ev-history.c: (ev_history_finalize), (ev_history_class_init):
2671         * shell/ev-navigation-action.c: (connect_proxy),
2672         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
2673         
2674         Do not call g_type_class_peek_parent twice.
2675
2676 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2677
2678         * configure.ac:
2679         * data/icons/24x24/.cvsignore:
2680         * data/icons/24x24/Makefile.am:
2681         * data/icons/24x24/evince.png:
2682         * data/icons/Makefile.am:
2683         
2684         Add 24x24 icon. Thanks to 
2685         Michael Monreal <infernux@web.de>.
2686
2687 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2688
2689         * configure.ac: Fix typo in configure.ac. Thanks
2690         to dmacks@netspace.org for notification.
2691
2692 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2693
2694         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
2695         
2696         Drop dbus include, fixes compilation with older dbus.
2697
2698 2006-11-22  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2699
2700         * configure.ac:
2701         * cut-n-paste/Makefile.am:
2702         * cut-n-paste/totem-screensaver/.cvsignore
2703         * cut-n-paste/totem-screensaver/Makefile.am:
2704         * cut-n-paste/totem-screensaver/README:
2705         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
2706         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
2707         * shell/Makefile.am:
2708         * shell/ev-window.c: (ev_window_run_presentation),
2709         (ev_window_stop_presentation), (ev_window_cmd_help_about),
2710         (ev_window_init):
2711
2712         Implemented screensaver enabling/disabling for
2713         presentation mode (not fullscreen mode). Code stolen
2714         from Totem (with some minor tweaks). Fixes bug #338889.
2715
2716 2006-11-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2717
2718         * configure.ac:
2719
2720         Bump gnome-icon-theme requirements. We use the rotation
2721         icons that appeared recently.
2722
2723 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2724
2725         * shell/ev-history.c: (ev_history_add_page):
2726         * shell/ev-history.h:
2727         * shell/ev-window.c: (page_changed_cb):
2728         
2729         Use page labels instead of numbers.
2730
2731 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2732
2733         * data/evince-toolbar.xml:
2734         * po/POTFILES.in:
2735         * shell/Makefile.am:
2736         * shell/ev-navigation-action-widget.c:
2737         (ev_navigation_action_widget_init),
2738         (ev_navigation_action_widget_class_init), (menu_deactivate_cb),
2739         (menu_detacher), (ev_navigation_action_widget_set_menu),
2740         (menu_position_func), (popup_menu_under_arrow),
2741         (ev_navigation_action_widget_toggled),
2742         (ev_navigation_action_widget_button_press_event):
2743         * shell/ev-navigation-action-widget.h:
2744         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
2745         (ev_navigation_action_set_window), (activate_menu_item_cb),
2746         (new_history_menu_item), (new_empty_history_menu_item),
2747         (build_menu), (menu_activated_cb), (connect_proxy),
2748         (create_tool_item), (ev_navigation_action_init),
2749         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
2750         * shell/ev-navigation-action.h:
2751         * shell/ev-page-action-widget.c: (ev_page_action_widget_init),
2752         (ev_page_action_widget_set_page_cache),
2753         (ev_page_action_widget_finalize),
2754         (ev_page_action_widget_class_init), (match_selected_cb),
2755         (display_completion_text), (match_completion), (build_new_tree_cb),
2756         (get_filter_model_from_model),
2757         (ev_page_action_widget_update_model):
2758         * shell/ev-page-action-widget.h:
2759         * shell/ev-page-action.c: (activate_link_cb), (update_model),
2760         (connect_proxy):
2761         * shell/ev-page-action.h:
2762         * shell/ev-stock-icons.c:
2763         * shell/ev-stock-icons.h:
2764         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
2765         (page_changed_cb), (ev_window_setup_document), (ev_window_dispose),
2766         (register_custom_actions):
2767         * shell/main.c:
2768         
2769         Preliminary history implementation
2770
2771 2006-11-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2772
2773         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_finalize),
2774         (dvi_document_class_init), (dvi_document_init_params):
2775         * dvi/mdvi-lib/font.c: (font_reference):
2776         
2777         Add reference to subfont. Fixes bug #374277.
2778
2779 2006-11-16  Carlos Garcia Campos  <carlosgc@gnome.org>
2780
2781         * shell/ev-window.c: (ev_window_create_tmp_symlink),
2782         (ev_window_cmd_file_open_copy_at_dest):
2783
2784         Fix a race condition when creating symlink. Increase the counter
2785         avoiding an infinite loop. Really fixes bug #357472. (Based on patch by
2786         Mathias Hasselmann).
2787
2788 2006-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
2789
2790         * backend/Makefile.am:
2791         * backend/ev-attachment.c: (ev_attachment_open):
2792         * lib/ev-file-helpers.[ch]: (ensure_dir_exists), (ev_dot_dir),
2793         (ev_tmp_dir), (ev_tmp_filename):
2794         * shell/ev-sidebar-attachments.c:
2795         (ev_sidebar_attachments_drag_data_get):
2796         * shell/ev-window.c: (ev_window_clear_temp_file):
2797
2798         Use always ev_tmp_dir instead of g_get_tmp_dir. Fix a race condition
2799         in ensure_dir_exists. Abort without crashing when we can't create
2800         user's directory.
2801
2802 2006-11-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2803
2804         * data/evince-ui.xml:
2805         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
2806         (ev_window_xfer_job_cb), (ev_window_get_copy_tmp_name),
2807         (ev_window_cmd_file_open_copy_at_dest),
2808         (ev_window_cmd_file_open_copy), (view_menu_popup_cb),
2809         (ev_view_popup_cmd_open_link_new_window):
2810
2811         Allow opening a copy of the current document in a new window. Fixes bug
2812         #357472
2813
2814 2006-11-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2815
2816         * data/evince-toolbar.xml:
2817         
2818         Add rotate right and rotate left to available items for toolbar.
2819         
2820         * data/evince-ui.xml:
2821         * shell/ev-window.c: (ev_window_init):
2822         
2823         Customize toolbar with right click. Fixes bug #372451.
2824
2825 2006-11-11  Claudio Saavedra  <csaavedra@alumnos.utalca.cl>
2826
2827         * shell/ev-window.c: 
2828         
2829         Use "object-rotate-{left,right}" stock icons. Fixes 
2830         bug #373863.
2831
2832 2006-11-10  Carlos Garcia Campos  <carlosgc@gnome.org>
2833
2834         * shell/ev-application.[ch]: (get_unlink_temp_file_from_args),
2835         (ev_application_open_uri_at_dest), (ev_application_open_uri):
2836         * shell/ev-window.[ch]: (ev_window_clear_temp_file),
2837         (ev_window_open_uri):
2838         * shell/main.c: (arguments_parse):
2839
2840         Remove temp file created when evince is used by GTK+ in
2841         preview mode. Fixes bug #365282. 
2842
2843 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2844
2845         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
2846         
2847         Fixes bug #372474 - Side pane disabled when entering 
2848         and leaving fullscreen mode.
2849
2850 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2851
2852         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (setup_editor):
2853         * data/Makefile.am:
2854         * data/evince-preview-toolbar.xml:
2855         * data/evince-toolbar.xml:
2856         * shell/ev-application.c: (ev_application_shutdown),
2857         (ev_application_init), (ev_application_get_toolbars_model):
2858         * shell/ev-application.h:
2859         * shell/ev-window.c: (update_chrome_visibility),
2860         (ev_window_create_fullscreen_popup), (ev_window_run_preview),
2861         (ev_window_cmd_edit_toolbar), (ev_window_init):
2862         
2863         Fixes bug #364364 - toolbar editor shows zoom actions again.
2864
2865 2006-11-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2866
2867         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2868
2869         Do not take margins into consideration for paper size when printing.
2870         Really fixes bug #350491.
2871
2872 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2873
2874         * data/evince-ui.xml:
2875         * shell/ev-window.c: (ev_window_print_page_setup_done_cb),
2876         (ev_window_cmd_file_print_setup),
2877         (ev_window_print_dialog_response_cb),
2878         (ev_window_setup_action_sensitivity):
2879
2880         Add page setup settings for printing. Fixes bugs #363860 and #350491.
2881
2882 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2883
2884         * shell/ev-window.c: (ev_window_print_range):
2885
2886         Revert my previuos commit, since printing to PDF is not supported by
2887         evince yet. 
2888
2889 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2890
2891         * shell/ev-window.c: (ev_window_print_range):
2892
2893         Enable print to a PDF. Fixes bug #332121.
2894
2895 2006-10-31  Carlos Garcia Campos  <carlosgc@gnome.org>
2896
2897         * shell/ev-application-service.xml:
2898         * shell/ev-application.[ch]: (ev_application_open_window),
2899         (ev_application_get_empty_window), (ev_application_open_uri_at_dest),
2900         (ev_application_open_uri), (ev_application_open_uri_list):
2901         * shell/ev-window.c: (file_open_dialog_response_cb),
2902         (ev_window_cmd_recent_file_activate), (ev_window_setup_recent),
2903         (drag_data_received_cb), (open_remote_link):
2904         * shell/main.c: (arguments_parse), (load_files), (load_files_remote):
2905
2906         Add support for multiscreen systems. Fixes bug #316206.
2907
2908 2006-10-30  Carlos Garcia Campos  <carlosgc@gnome.org>
2909
2910         * shell/ev-jobs.[ch]: (ev_job_print_new),
2911         (ev_print_job_print_page_in_range), (ev_print_job_print_page_in_set),
2912         (ev_job_print_do_page):
2913         * shell/ev-window.[ch]: (ev_window_print_dialog_response_cb):
2914
2915         Allow printing only odd/even pages. Fixes bug #367289.
2916
2917 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2918
2919         * test/test1.py:
2920         * test/test2.py:
2921
2922         Re-add locale settings to test files.
2923
2924 2006-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2925
2926         * data/evince-ui.xml:
2927         * shell/ev-window.c: (set_action_properties):
2928         
2929         Removed garbage from code and ui.
2930
2931 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2932
2933         * shell/ev-window.c: (ev_window_cmd_help_about):
2934
2935         Shamelessly add my name to the list of contributors.
2936
2937 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2938
2939         * test/test1.py:
2940         * test/test2.py:
2941
2942         Cleaned up the dogtail scripts.
2943
2944 2006-10-27  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2945
2946         * shell/ev-view.c: (draw_loading_text): Don't render
2947         "loading..." text in presentation mode. Temporary
2948         workaround for bug #320352.
2949
2950 2006-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2951
2952         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
2953         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2954
2955         Use print settings scale, copies, collate and reverse which were
2956         ignored. Fixes bug #359032.
2957
2958 2006-10-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2959
2960         * configure.ac:
2961         * data/evince-password.glade:
2962         * test/Makefile.am:
2963         * test/test-encrypt.pdf:
2964         * test/test-links.pdf:
2965         * test/test1.py:
2966         * test/test2.py:
2967
2968         Add automated UI tests for evince with dogtail. See
2969         bug #300948.    
2970
2971 2006-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2972
2973         * shell/ev-window.c: (fullscreen_timeout_cb), (ev_window_init):
2974
2975         Hide fullscreen toolbar when switching to another desktop workspace.
2976         Fixes bug #338871
2977
2978 2006-10-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2979
2980         * shell/ev-window-title.c: 
2981         
2982         Test for .dvi in title of pdf documents.
2983
2984 2006-10-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2985
2986         * shell/ev-view.c: (ev_view_scroll):
2987
2988         Page Up/Down should do page jumps in "Best fit" mode.
2989         If a user has explicitly chosen to view exactly one page
2990         at a time, scrolling just a part of the page when
2991         pressing Page Up/Down is not right. Fixes bug #323107.
2992
2993 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2994
2995         * NEWS:
2996         * configure.ac:
2997         
2998         Update for 0.6.1
2999
3000 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3001
3002         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
3003         (job_fonts_finished_cb), (ev_properties_fonts_set_document):
3004         
3005         Correctly disconnect from job signals on destroy.
3006
3007 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3008
3009         * shell/ev-view-private.h:
3010         * shell/ev-view.c: (view_set_adjustment_values),
3011         (view_update_range_and_current_page),
3012         (ensure_rectangle_is_visible), (ev_view_size_allocate):
3013         
3014         Fixes bug #343199, current page now follows find page.
3015
3016 2006-10-08  Wouter Bolsterlee  <wbolster@gnome.org>
3017
3018         * backend/ev-document-factory.c:
3019         * configure.ac:
3020         Assigned OpenDocument presenation MIME type to the
3021         Impress backend. Added some missing (but harmless)
3022         #ifdefs in the document factory as well to make things
3023         consistent again. Fixes bug #360658.
3024
3025 2006-10-08  Christian Persch  <chpe@cvs.gnome.org>
3026
3027         * backend/ev-async-renderer.c: (ev_async_renderer_get_type):
3028         * backend/ev-document-find.c: (ev_document_find_get_type):
3029         * backend/ev-document-fonts.c: (ev_document_fonts_get_type):
3030         * backend/ev-document-links.c: (ev_document_links_get_type):
3031         * backend/ev-document-security.c: (ev_document_security_get_type):
3032         * backend/ev-document-thumbnails.c:
3033         (ev_document_thumbnails_get_type):
3034         * backend/ev-document.c: (ev_document_get_type):
3035         * backend/ev-ps-exporter.c: (ev_ps_exporter_get_type):
3036         * backend/ev-selection.c: (ev_selection_get_type):
3037         * cut-n-paste/recent-files/egg-recent-model.c:
3038         (egg_recent_model_get_type):
3039         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
3040         (egg_recent_view_uimanager_get_type):
3041         * cut-n-paste/recent-files/egg-recent-view.c:
3042         (egg_recent_view_get_type):
3043         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
3044         (egg_editable_toolbar_get_type):
3045         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
3046         (egg_toolbar_editor_get_type):
3047         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
3048         (egg_toolbars_model_get_type):
3049         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
3050         (egg_tree_multi_drag_source_get_type):
3051         * cut-n-paste/zoom-control/ephy-zoom-action.c:
3052         (ephy_zoom_action_get_type):
3053         * cut-n-paste/zoom-control/ephy-zoom-control.c:
3054         (ephy_zoom_control_get_type):
3055         * impress/r_back.c: (_imp_fill_back):
3056         * properties/ev-properties-main.c:
3057         (ev_properties_plugin_register_type):
3058         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type):
3059         * shell/ev-view-accessible.c: (ev_view_accessible_get_type),
3060         (ev_view_accessible_factory_get_type):
3061
3062         Reduce relocations. Bug #360616.
3063
3064 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3065
3066         * backend/ev-document-factory.c:
3067         (ev_document_factory_get_document):
3068         
3069         Load document even if extension is wrong.
3070
3071 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3072
3073         * shell/ev-metadata-manager.c: (save_values):
3074         * shell/ev-window.c: (setup_size_from_metadata),
3075         (setup_view_from_metadata), (ev_window_setup_document),
3076         (ev_window_xfer_job_cb), (window_configure_event_cb):
3077         
3078         Set size according to the document size/page size ratio.
3079         That should correct rather wierd behaviour of the previous
3080         commit.
3081
3082 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3083
3084         * shell/ev-window.c: (setup_view_from_metadata):
3085         
3086         Set size for new windows from previous window size.
3087         See bugs #354968 and #168450 for details. Thanks
3088         to Meik Hellmund.
3089
3090 2006-10-01  Carlos Garcia Campos  <carlosgc@gnome.org>
3091
3092         * djvu/djvu-links.c: (build_tree):
3093
3094         Fix memory leak.
3095
3096 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3097
3098         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_set_document):
3099         
3100         Don't make sidebar close button insensitive. Fixes
3101         bug #357871.
3102
3103 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3104
3105         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
3106         (ev_window_set_view_accels_sensitivity):
3107         
3108         Don't enable Slash on documents which don't support
3109         find. Fixes bug #358648.
3110
3111 2006-10-01  Wouter Bolsterlee  <wbolster@gnome.org>
3112
3113         * shell/ev-window.c: (ev_window_cmd_file_open): Make the
3114         open dialog fall back to the current document uri if the
3115         filechooser hasn't been used before. Fixes bug #356980.
3116
3117 2006-09-24  Mathias Hasselmann  <mathias.hasselmann@gmx.de>
3118
3119         * shell/ev-window.c: (ev_window_setup_recent), 
3120         (ev_window_get_recent_file_label):
3121
3122         Escape underscores in filenames of recent file items.
3123
3124 2006-09-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3125
3126         * configure.ac:
3127         
3128         Bumped poppler requirements, really 0.5.3 is very 
3129         buggy, now we require 0.5.4.
3130
3131 2006-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3132
3133         * djvu/Makefile.am:
3134         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
3135         (djvu_document_find_iface_init), (djvu_document_links_get_links),
3136         (djvu_document_document_links_iface_init):
3137         * djvu/djvu-links.c: (number_from_miniexp), (string_from_miniexp),
3138         (number_from_string_10), (get_djvu_link_dest),
3139         (get_djvu_link_action), (build_tree), (get_djvu_hyperlink_area),
3140         (get_djvu_hyperlink_mapping), (djvu_links_has_document_links),
3141         (djvu_links_get_links), (djvu_links_find_link_dest),
3142         (djvu_links_get_links_model):
3143         * djvu/djvu-links.h:
3144         
3145         Add support for links and bookmarks in djvu documents. Thanks
3146         to Pauli Virtanen <pauli.virtanen@iki.fi> for the wonderful
3147         patch.
3148
3149 2006-09-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3150
3151         * shell/ev-application.c: (ev_application_open_uri_at_dest):
3152         
3153         Reopen should reload document. Fixes 
3154         bug 327951.
3155
3156 2006-09-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3157
3158         * configure.ac:
3159         * data/Makefile.am:
3160         * data/evince-16.png:
3161         * data/evince-22.png:
3162         * data/evince.png:
3163         * data/evince.svg:
3164         * data/icons/16x16/Makefile.am:
3165         * data/icons/16x16/evince.png:
3166         * data/icons/22x22/Makefile.am:
3167         * data/icons/22x22/evince.png:
3168         * data/icons/48x48/Makefile.am:
3169         * data/icons/48x48/evince.png:
3170         * data/icons/Makefile.am:
3171         * data/icons/scalable/Makefile.am:
3172         * data/icons/scalable/evince.svg:
3173         
3174         Install icons with correct names. Fixes
3175         bug #354429.
3176
3177 2006-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
3178
3179         * shell/ev-view.c: (ev_view_button_release_event):
3180
3181         Don't open links with middle mouse button. Fixes bug #353649
3182
3183 2006-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3184
3185         * NEWS:
3186         * configure.ac:
3187         
3188         Update for release 0.6.0
3189
3190 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3191
3192         * shell/ev-window.c: (ev_window_xfer_job_cb), (do_action_named):
3193         Implement Close named action. Patch by Carlos Garcia Campos.
3194
3195 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3196
3197         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
3198         
3199         Don't clear link mapping on copy_job_to_job_info. Fixes
3200         bug 346168.
3201
3202 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
3203
3204         * shell/main.c: (main):
3205
3206         Revert my previous commit, gnome_program_init owns the option context.
3207         Fix another memory leak in main. Both caught by Christian Persch. 
3208
3209 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
3210
3211         * shell/main.c: (main):
3212
3213         Fix memory leak.
3214
3215 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
3216
3217         * backend/ev-document-factory.c: (ev_document_factory_get_document):
3218
3219         Fix crash when opening a pdf with password protection. 
3220
3221 2006-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3222
3223         * pdf/ev-poppler.cc: (pdf_document_search_free):
3224
3225         Fix memory leak. 
3226
3227 2006-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3228
3229         * backend/ev-document-factory.c:
3230         (ev_document_factory_get_document):
3231         * tiff/tiff-document.c: (tiff_document_finalize):
3232         
3233         More correct handling of document loading. Fixes
3234         bug #349043.
3235
3236 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3237
3238         * backend/ev-attachment.c: (ev_attachment_save):
3239
3240         Remove GNOME_VFS_OPEN_TRUNCATE flag which is only available with
3241         gnome-vfs >= 2.9.3 and it's not really needed. Fixes bug #351493
3242
3243 2006-08-15  Julien Rebetez  <julienr@cvs.gnome.org>
3244         
3245         * shell/ev-window.c: (ev_window_cmd_recent_file_activate):
3246         Fixed a compilation error if HAVE_GTK_RECENT isn't defined.
3247
3248 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3249
3250         * shell/ev-sidebar-thumbnails.c:
3251
3252         Do not render thumbnails unless thumbnails page is active in the
3253         sidebar.
3254
3255 2006-08-14  Christian Persch  <chpe@cvs.gnome.org>
3256
3257         * shell/ev-properties-dialog.c:
3258
3259         Fix dialogue spacing. Bug #351370.
3260
3261 2006-08-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
3262
3263         * configure.ac:
3264
3265         Use lowercase gettext catalog file names (evince.mo
3266         instead of Evince.mo)
3267
3268 2006-08-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3269
3270         * shell/ev-sidebar-attachments.c:
3271
3272         GtkIconTheme is now screen safe too. Fixes bug #350878
3273
3274 2006-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3275
3276         * shell/ev-window.c:
3277
3278         GtkRecent manager is now screen safe. Fixes bug #350145
3279
3280 2006-08-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3281
3282         * shell/ev-sidebar.c: (ev_sidebar_init):
3283         
3284         Make sidebar close icon smaller. Fix for bug 350177.
3285         See also bugs 350176 and 165770.
3286
3287 2006-08-10  Carlos Garcia Campos  <carlosgc@gnome.org>
3288
3289         * shell/ev-view.c: (goto_fith_dest), (goto_fit_dest), (goto_xyz_dest):
3290
3291         Ignore zoom for xyz destinations when it's <= 1, keeping user
3292         preferences instead. Set correct sizing-mode for fith and fitv
3293         destinations rather than EV_SIZING_FREE. Fixes bug #349433
3294
3295 2006-08-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3296
3297         * NEWS:
3298         * configure.ac:
3299         
3300         Update for release 0.5.5
3301
3302 2006-08-07  Radoslav Dorcik <dixiecko@gmail.com>
3303         
3304         * shell/ev-window.c: (ev_window_cmd_escape)
3305
3306         Escape unfocus page entry. Fixes bug #345809.
3307
3308 2006-08-06  Carlos Garcia Campos  <carlosgc@gnome.org>
3309
3310         * pdf/ev-poppler.cc: (ev_link_dest_from_dest), (ev_link_from_action),
3311         (build_tree), (pdf_document_links_get_links),
3312         (pdf_document_links_find_link_dest):
3313         * shell/ev-view.c: (goto_fitr_dest), (goto_fith_dest),
3314         (goto_xyz_dest):
3315
3316         Convert from PDF style coordinates to X style coordinates in the
3317         backend rather than in the view. Fixes bug #338440
3318
3319 2006-08-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3320
3321         * shell/ev-window.c:
3322         
3323         Remove Ctrl+Shift+T shortcut for toolbars. See
3324         the bug #350098.
3325
3326 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
3327
3328         * configure.ac:
3329
3330         Use [] in AC_DEFINE for GtkRecent. Probably build was failing because
3331         of this. 
3332
3333 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
3334
3335         * configure.ac:
3336         * cut-n-paste/Makefile.am:
3337         * data/evince-ui.xml:
3338         * shell/Makefile.am:
3339         * shell/ev-application.[ch]:
3340         * shell/ev-window.c:
3341
3342         Use GtkRecent instead of EggRecent when it's available. Fixes bug
3343         #349273
3344
3345 2006-08-04  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
3346
3347         * shell/eggfindbar.c: (egg_find_bar_init): Fixed typo in
3348         findbar code: s/help/search/
3349
3350 2006-08-04  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
3351
3352         * shell/ev-window.c: (setup_document_from_metadata),
3353         (setup_chrome_from_metadata), (setup_sidebar_from_metadata),
3354         (setup_view_from_metadata):
3355         
3356         Fix memory leaks.
3357
3358 2006-07-31  Christian Persch  <chpe@cvs.gnome.org>
3359
3360         * autogen.sh, configure.ac: 
3361         
3362         Update automake usage. See bug 349292.
3363
3364 2006-07-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3365
3366         * shell/eggfindbar.c: (egg_find_bar_class_init),
3367         (entry_activate_callback), (egg_find_bar_init),
3368         (egg_find_bar_set_status_text):
3369         * shell/eggfindbar.h:
3370         
3371         Unify Evince findbar with Epiphany. Nice patch
3372         from Fabricio Silva <silva@crans.org> and
3373         Frederic Peters <fpeters@entrouvert.com>. See
3374         bug #339966 for details.
3375
3376 2006-07-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3377
3378         * data/evince.desktop.in.in:
3379         
3380         Correct information for bugzilla. Thanks to
3381         Olaf Vitters, see bug #348855.
3382
3383 2006-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
3384
3385         * shell/ev-jobs.[ch]:
3386         * shell/ev-sidebar-links.c:
3387         * shell/ev-window.[ch]:
3388
3389         GtkPrintJob doesn't support print ranges or current page, so we export
3390         to a ps file now when printing ranges or current page.
3391
3392 2006-07-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3393
3394         * pdf/ev-poppler.cc:
3395         * shell/ev-window.c: (do_action_named):
3396
3397         We should be more clear about bugzilla. See the
3398         poppler bug #7623.
3399
3400 2006-07-23  Carlos Garcia Campos  <carlosgc@gnome.org>
3401
3402         * configure.ac:
3403         * shell/Makefile.am:
3404         * shell/ev-job-queue.c:
3405         * shell/ev-jobs.[ch]:
3406         * shell/ev-sidebar-links.c:
3407         * shell/ev-window.[ch]:
3408         
3409         Use GtkPrint instead of GnomePrint when it's available. Fixes bug
3410         #348422
3411
3412 2006-07-17  Carlos Garcia Campos  <carlosgc@gnome.org>
3413
3414         * data/evince-toolbar.xml: Add preview toolbar (hidden by default)
3415         * shell/ev-application-service.xml:
3416         * shell/ev-application.[ch]:
3417         * shell/ev-jobs.[ch]:
3418         * shell/ev-window.[ch]: (ev_window_run_preview):
3419         * shell/main.c: 
3420
3421         Add preview mode to use evince as a printing previewer. It also adds
3422         other command line options for fullscreen and presentation modes.
3423         Fixes bugs #347822, #317031
3424
3425 2006-07-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3426
3427         * NEWS:
3428         * configure.ac:
3429         
3430         Update for release 0.5.4
3431
3432 2006-07-11  Bastien Nocera <hadess@hadess.net>
3433
3434         * Makefile.am:
3435         * backend/Makefile.am:
3436         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
3437         * backend/ev-document-factory.h:
3438         * configure.ac:
3439         * impress/.cvsignore:
3440         * impress/Makefile.am:
3441         * impress/common.h:
3442         * impress/document.c: (_imp_load_xml), (imp_open), (imp_nr_pages),
3443         (imp_get_page), (imp_next_page), (imp_prev_page),
3444         (imp_get_page_no), (imp_get_page_name), (imp_get_xml), (imp_close):
3445         * impress/f_oasis.c: (render_object), (render_page),
3446         (get_geometry), (_imp_oasis_load):
3447         * impress/f_oo13.c: (render_object), (render_page), (get_geometry),
3448         (_imp_oo13_load):
3449         * impress/iksemel.c: (iks_malloc), (iks_free), (iks_set_mem_funcs),
3450         (iks_strdup), (iks_strcat), (iks_strcmp), (iks_strcasecmp),
3451         (iks_strncmp), (iks_strncasecmp), (iks_strlen), (iks_escape),
3452         (iks_unescape), (find_space), (iks_stack_new), (iks_stack_alloc),
3453         (iks_stack_strdup), (iks_stack_strcat), (iks_stack_stat),
3454         (iks_stack_delete), (iks_sax_new), (iks_sax_extend),
3455         (iks_parser_stack), (iks_user_data), (iks_nr_bytes),
3456         (iks_nr_lines), (stack_init), (stack_expand), (sax_core),
3457         (iks_parse), (iks_parser_reset), (iks_parser_delete), (iks_new),
3458         (iks_new_within), (iks_insert), (iks_insert_cdata),
3459         (iks_insert_attrib), (iks_insert_node), (iks_hide), (iks_delete),
3460         (iks_next), (iks_next_tag), (iks_prev), (iks_prev_tag),
3461         (iks_parent), (iks_root), (iks_child), (iks_first_tag),
3462         (iks_attrib), (iks_find), (iks_find_cdata), (iks_find_attrib),
3463         (iks_find_with_attrib), (iks_stack), (iks_type), (iks_name),
3464         (iks_cdata), (iks_cdata_size), (iks_has_children),
3465         (iks_has_attribs), (escape_size), (my_strcat), (escape),
3466         (iks_string), (iks_copy_within), (iks_copy), (tagHook),
3467         (cdataHook), (deleteHook), (iks_dom_new), (iks_set_size_hint),
3468         (iks_tree), (iks_load), (iks_save):
3469         * impress/iksemel.h:
3470         * impress/imposter.h:
3471         * impress/impress-document.c: (G_DEFINE_TYPE_WITH_CODE),
3472         (imp_render_draw_bezier_real), (imp_render_get_size),
3473         (imp_render_set_fg_color), (imp_render_draw_line),
3474         (imp_render_draw_rect), (imp_render_draw_polygon),
3475         (imp_render_draw_arc), (imp_render_draw_bezier),
3476         (imp_render_open_image), (imp_render_get_image_size),
3477         (imp_render_scale_image), (imp_render_draw_image),
3478         (imp_render_close_image), (imp_render_markup),
3479         (imp_render_get_text_size), (imp_render_draw_text),
3480         (impress_document_load), (impress_document_save),
3481         (impress_document_get_n_pages), (impress_document_get_page_size),
3482         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
3483         (impress_document_finalize), (impress_document_class_init),
3484         (impress_document_can_get_text), (impress_document_get_info),
3485         (impress_document_document_iface_init),
3486         (impress_document_thumbnails_get_thumbnail),
3487         (impress_document_thumbnails_get_dimensions),
3488         (impress_document_document_thumbnails_iface_init),
3489         (impress_document_init):
3490         * impress/impress-document.h:
3491         * impress/internal.h:
3492         * impress/r_back.c: (_imp_fill_back):
3493         * impress/r_draw.c: (_imp_draw_rect), (_imp_draw_line_end),
3494         (_imp_draw_image), (_imp_tile_image):
3495         * impress/r_geometry.c: (r_parse_color), (r_get_color), (fg_color),
3496         (r_get_x), (r_get_y), (r_get_angle), (r_get_viewbox), (r_polygon),
3497         (r_polyline):
3498         * impress/r_gradient.c: (poly_rotate), (r_draw_gradient_simple),
3499         (r_draw_gradient_complex), (r_draw_gradient):
3500         * impress/r_style.c: (get_style), (r_get_style), (get_style_x),
3501         (r_get_bullet):
3502         * impress/r_text.c: (add_line), (add_span), (calc_sizes),
3503         (calc_pos), (_imp_draw_layout), (text_span), (text_p), (text_list),
3504         (r_text):
3505         * impress/render.c: (imp_create_context), (imp_context_set_page),
3506         (imp_context_set_step), (imp_render), (imp_delete_context):
3507         * impress/render.h:
3508         * impress/zip.c: (zip_error), (find_cd), (get_long), (get_word),
3509         (list_files), (zip_open), (zip_close), (find_file), (seek_file),
3510         (zip_load_xml), (zip_get_size), (zip_load):
3511         * impress/zip.h:
3512         * shell/ev-utils.c:
3513         
3514         New backend to support impress slides. Fixes bug #30867.
3515
3516 2006-07-10  Ghee Teo  <ghee.teo@sun.com>
3517
3518         * shell/ev-utils.c: (using_postscript_printer):
3519         
3520         Fixes crash when print using PAPI backend,
3521         bug #345012.
3522
3523 2006-06-09  Pat Rondon  <pmr@patrondon.org>
3524
3525         * shell/ev-jobs.c: (ev_job_xfer_run):
3526         * shell/ev-window.c: (password_dialog_response),
3527         (ev_window_popup_password_dialog), (ev_window_xfer_job_cb),
3528         (ev_window_dispose):
3529         Fixes bug #344160: if the xfer job doesn't complete
3530         because a password is required, reload the existing
3531         instance instead of creating a new one.
3532
3533 2006-06-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3534
3535         * shell/main.c: (main): Call gdk_threads_init. Thus
3536         we'll avoid errors in auth dialog. Fix for the bug
3537         #343347.
3538
3539 2006-06-01  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
3540
3541         * configure.ac: Advertise pixbuf support, fix
3542         for the bug 343317.
3543
3544 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3545
3546         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_refresh),
3547         (ev_sidebar_thumbnails_set_document):
3548         
3549         Update sidebar thumbnails after reloading.
3550
3551 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3552
3553         * shell/ev-jobs.c: (ev_job_xfer_dispose), (ev_job_xfer_new):
3554         * shell/ev-jobs.h:
3555         * shell/ev-window.c: (ev_window_xfer_job_cb), (ev_window_open_uri),
3556         (ev_window_cmd_view_reload), (ev_window_init):
3557         
3558         Don't crash on reload. Fix for the bug #343167.
3559
3560 2006-05-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3561
3562         * shell/ev-jobs.c: (ev_job_render_run):
3563         
3564         Check for document links.
3565
3566 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3567
3568         * backend/ev-attachment.c: (ev_attachment_save),
3569         (ev_attachment_launch_app), (ev_attachment_open):
3570         * backend/ev-document-factory.c: (get_document_from_uri):
3571         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
3572         (egg_recent_view_uimanager_set_list):
3573         * ps/ps-document.c: (check_filecompressed), (document_load),
3574         (ps_document_load):
3575         * shell/ev-metadata-manager.c: (load_values):
3576         * shell/ev-password.c: (ev_password_dialog_set_property):
3577         * shell/ev-view.c: (tip_from_link):
3578         * shell/ev-window.c: (file_save_dialog_response_cb),
3579         (ev_window_print_dialog_response_cb):
3580         
3581         Use consistent quoting style. Fix for the bug #320285.
3582
3583 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3584
3585         * shell/ev-jobs.c: (ev_job_xfer_run):
3586         * shell/main.c: (load_files):
3587                 
3588         Open links with anchors. Fix for the bug #339836.
3589
3590 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3591
3592         * backend/ev-link-dest.c: (ev_link_dest_type_get_type),
3593         (ev_link_dest_get_page_label), (ev_link_dest_get_property),
3594         (ev_link_dest_set_property), (ev_link_dest_finalize),
3595         (ev_link_dest_class_init), (ev_link_dest_new_named),
3596         (ev_link_dest_new_page_label):
3597         * backend/ev-link-dest.h:
3598         * shell/ev-application.c: (ev_application_open_uri):
3599         * shell/ev-view.c: (goto_dest):
3600         * shell/ev-window.c:
3601         * shell/ev-window.h:
3602         
3603         Fix page-label command line option. Bug #342070.
3604
3605 2006-05-27  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
3606
3607         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
3608         
3609         Don't show highlight rects if page can't be showed. Fix for 
3610         the bug #342076
3611
3612 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3613
3614         * shell/ev-window.c: (setup_sidebar_from_metadata),
3615         (ev_window_sidebar_visibility_changed_cb), (ev_window_init):
3616         
3617         Setup sidebar from metadata even if there is no document
3618         loaded. Fix for the bug #342807.
3619
3620 2006-05-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3621
3622         * cut-n-paste/toolbar-editor/Makefile.am:
3623         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
3624         (get_dock_position), (get_toolbar_position), (get_toolbar_nth),
3625         (find_action), (drag_data_delete_cb), (drag_begin_cb),
3626         (drag_end_cb), (drag_data_get_cb), (move_item_cb),
3627         (remove_item_cb), (remove_toolbar_cb), (popup_context_deactivate),
3628         (popup_context_menu_cb), (button_press_event_cb),
3629         (configure_item_sensitivity), (configure_item_cursor),
3630         (configure_item_tooltip), (connect_widget_signals),
3631         (action_sensitive_cb), (create_item_from_action),
3632         (create_item_from_position), (toolbar_drag_data_received_cb),
3633         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
3634         (toolbar_drag_leave_cb), (configure_drag_dest),
3635         (toggled_visibility_cb), (toolbar_visibility_refresh),
3636         (create_dock), (toolbar_changed_cb), (unparent_fixed),
3637         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
3638         (item_added_cb), (item_removed_cb), (egg_editable_toolbar_build),
3639         (egg_editable_toolbar_set_model), (egg_editable_toolbar_init),
3640         (egg_editable_toolbar_dispose),
3641         (egg_editable_toolbar_set_ui_manager),
3642         (egg_editable_toolbar_get_selected),
3643         (egg_editable_toolbar_set_selected), (set_edit_mode),
3644         (egg_editable_toolbar_set_property),
3645         (egg_editable_toolbar_get_property),
3646         (egg_editable_toolbar_class_init), (egg_editable_toolbar_new),
3647         (egg_editable_toolbar_new_with_model),
3648         (egg_editable_toolbar_get_edit_mode),
3649         (egg_editable_toolbar_set_edit_mode),
3650         (egg_editable_toolbar_add_visibility), (egg_editable_toolbar_show),
3651         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed):
3652         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
3653         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (compare_items),
3654         (item_added_or_removed_cb), (toolbar_removed_cb),
3655         (egg_toolbar_editor_set_model), (egg_toolbar_editor_class_init),
3656         (egg_toolbar_editor_finalize), (drag_begin_cb), (drag_end_cb),
3657         (drag_data_get_cb), (set_drag_cursor), (editor_create_item),
3658         (editor_create_item_from_name), (append_table),
3659         (update_editor_sheet), (egg_toolbar_editor_init):
3660         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
3661         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
3662         (egg_toolbars_model_to_xml), (egg_toolbars_model_save_toolbars),
3663         (is_unique), (toolbar_node_new), (item_node_new), (item_node_free),
3664         (toolbar_node_free), (egg_toolbars_model_get_flags),
3665         (egg_toolbars_model_set_flags), (egg_toolbars_model_get_data),
3666         (egg_toolbars_model_get_name), (impl_add_item),
3667         (egg_toolbars_model_add_item), (egg_toolbars_model_add_toolbar),
3668         (parse_data_list), (parse_item_list), (parse_toolbars),
3669         (egg_toolbars_model_load_toolbars), (parse_available_list),
3670         (parse_names), (egg_toolbars_model_load_names),
3671         (egg_toolbars_model_class_init), (egg_toolbars_model_init),
3672         (egg_toolbars_model_finalize), (egg_toolbars_model_remove_toolbar),
3673         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
3674         (egg_toolbars_model_delete_item), (egg_toolbars_model_n_items),
3675         (egg_toolbars_model_item_nth), (egg_toolbars_model_n_toolbars),
3676         (egg_toolbars_model_toolbar_nth), (egg_toolbars_model_get_types),
3677         (egg_toolbars_model_set_types), (fill_avail_array),
3678         (egg_toolbars_model_get_name_avail),
3679         (egg_toolbars_model_get_name_flags),
3680         (egg_toolbars_model_set_name_flags):
3681         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
3682         * cut-n-paste/toolbar-editor/eggintl.h:
3683         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
3684         (egg_tree_multi_drag_source_get_type),
3685         (egg_tree_multi_drag_source_row_draggable),
3686         (egg_tree_multi_drag_source_drag_data_delete),
3687         (egg_tree_multi_drag_source_drag_data_get), (stop_drag_check),
3688         (egg_tree_multi_drag_button_release_event), (selection_foreach),
3689         (path_list_free), (set_context_data), (get_context_data),
3690         (get_info), (egg_tree_multi_drag_drag_data_get),
3691         (egg_tree_multi_drag_motion_event),
3692         (egg_tree_multi_drag_button_press_event),
3693         (egg_tree_multi_drag_add_drag_support):
3694         * cut-n-paste/toolbar-editor/eggtreemultidnd.h:
3695         * shell/ev-application.c: (ev_application_init),
3696         (ev_application_save_toolbars_model):
3697         * shell/ev-window.c: (ev_window_create_fullscreen_popup),
3698         (ev_window_cmd_edit_toolbar), (ev_window_init):
3699         
3700         Sync toolbareditor with epiphany and libegg
3701
3702 2006-05-23  Carlos Garcia Campos  <carlosgc@gnome.org>
3703
3704         * configure.ac: 
3705
3706         Depend on poppler 0.5.2
3707
3708 2006-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3709
3710         * shell/ev-jobs.c: (ev_job_render_run):
3711         
3712         Check if document supports links iterface.
3713
3714 2006-05-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3715
3716         * NEWS:
3717         * configure.ac:
3718         
3719         Update for release 0.5.3
3720
3721 2006-05-13  Michael Plump  <plumpy@skylab.org>
3722
3723         * configure.ac:
3724         * shell/Makefile.am:
3725         * shell/main.c: (main):
3726         
3727         Port to GOption command line parsing. Fix for the 
3728         bug #327518
3729
3730 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3731
3732         * shell/ev-window.c: (ev_window_cmd_help_about):
3733         
3734         Do not wrap license. Fix for the bug #309460.
3735
3736 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3737
3738         * configure.ac:
3739         * properties/ev-properties-main.c: (ev_properties_get_pages):
3740         * shell/ev-application.c: (ev_application_open_window),
3741         (ev_application_open_uri_at_dest):
3742         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
3743         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
3744         (ev_sidebar_thumbnails_use_icon_view), (page_changed_cb):
3745         * shell/ev-utils.c: (save_print_config_to_file):
3746         * shell/ev-window.c: (ev_window_cmd_save_as),
3747         (ev_attachment_popup_cmd_save_attachment_as):
3748         * shell/main.c: (load_files_remote):
3749         
3750         Bump requirements to gtk 2.8 and drop all ifdefs used.
3751
3752 2006-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3753
3754         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
3755         * shell/ev-window.c: (ev_window_init):
3756         
3757         Show attachments page.
3758
3759 2006-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3760
3761         * po/POTFILES.in:
3762         * shell/ev-attachment-bar.c:
3763         * shell/ev-attachment-bar.h:
3764         * shell/ev-sidebar-attachments.c:
3765         (ev_sidebar_attachments_icon_cache_add),
3766         (icon_theme_get_pixbuf_from_mime_type),
3767         (ev_sidebar_attachments_icon_cache_get), (icon_cache_update_icon),
3768         (ev_sidebar_attachments_icon_cache_refresh),
3769         (ev_sidebar_attachments_get_attachment_at_pos),
3770         (ev_sidebar_attachments_popup_menu_show),
3771         (ev_sidebar_attachments_popup_menu),
3772         (ev_sidebar_attachments_button_press),
3773         (ev_sidebar_attachments_update_icons),
3774         (ev_sidebar_attachments_drag_data_get),
3775         (ev_sidebar_attachments_get_property),
3776         (ev_sidebar_attachments_destroy),
3777         (ev_sidebar_attachments_class_init), (ev_sidebar_attachments_init),
3778         (ev_sidebar_attachments_new),
3779         (ev_sidebar_attachments_set_document),
3780         (ev_sidebar_attachments_support_document),
3781         (ev_sidebar_attachments_get_label),
3782         (ev_sidebar_attachments_page_iface_init):
3783         * shell/ev-sidebar-attachments.h:
3784         * shell/ev-window.c: (update_chrome_visibility),
3785         (setup_sidebar_from_metadata), (ev_window_setup_document),
3786         (ev_window_sidebar_current_page_changed_cb),
3787         (attachment_bar_menu_popup_cb), (ev_window_init):
3788         
3789         Move attachments bar to sidebar.
3790
3791 2006-05-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3792
3793         * pdf/ev-poppler.cc:
3794         * shell/ev-application.[ch]:
3795         * shell/main.c:
3796
3797         Fix some memory leaks.
3798
3799 2006-05-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
3800
3801         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
3802
3803         Change the properties dialog response to
3804         GTK_RESPONSE_CANCEL instead of GTK_RESPONSE_CLOSE. This
3805         will make the dialog go away when the user presses
3806         enter. With gtk+ >= 2.9 this will happen anyway, but for
3807         older gtk+ versions only GTK_RESPONSE_CANCEL is bound to
3808         escape by default. Fixes bug #340539. See also bug
3809         #101293 for the gtk+ part.
3810
3811 2006-05-08  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
3812
3813         * shell/ev-view.c (tip_from_action_named): Replace some strings
3814         that were wrong. Closes #340970.
3815
3816 2006-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3817
3818         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
3819
3820         Update sidebar chrome flag when sidebar visibility changes. Fixes bug
3821         #341049
3822
3823 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3824
3825         * djvu/Makefile.am:
3826         * dvi/Makefile.am:
3827         * dvi/mdvi-lib/Makefile.am:
3828         * properties/Makefile.am:
3829         * ps/Makefile.am:
3830         * shell/Makefile.am:
3831         * thumbnailer/Makefile.am:
3832         
3833         Due to broken libtool that is unable to track dependencies
3834         of noinst libraries we are forced to explicitely point
3835         libraries for binary. Fix for the bug #333334.
3836
3837 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3838
3839         * data/evince.desktop.in.in:
3840         * shell/ev-view.c: (view_update_range_and_current_page),
3841         (ev_view_next_page), (ev_view_previous_page):
3842         * shell/ev-window.c: (update_chrome_visibility),
3843         (setup_sidebar_from_metadata), (ev_window_setup_document),
3844         (ev_window_update_fullscreen_popup), (fullscreen_timeout_cb),
3845         (fullscreen_set_timeout), (fullscreen_clear_timeout),
3846         (fullscreen_motion_notify_cb), (ev_window_run_fullscreen),
3847         (ev_window_stop_fullscreen), (ev_window_run_presentation),
3848         (ev_window_stop_presentation), (ev_window_focus_in_event),
3849         (ev_window_focus_out_event), (ev_window_view_sidebar_cb),
3850         (ev_window_init):
3851         * thumbnailer/Makefile.am:
3852         
3853         Update fullscreen and presentation timeout handling. Hide
3854         cursor in presentation after timeout. Fix for the bugs
3855         #136359 and #336981.
3856
3857 2006-05-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3858
3859         * backend/ev-link-action.[ch]:
3860         * pdf/ev-poppler.cc: (ev_link_from_action):
3861         * shell/ev-view-private.h:
3862         * shell/ev-view.c: (ev_view_handle_link), (tip_from_action_named):
3863         * shell/ev-window.c: (do_action_named), (view_external_link_cb):
3864
3865         Add support for Named Action links
3866
3867 2006-05-02  Carlos Garcia Campos  <carlosgc@gnome.org>
3868
3869         * backend/Makefile.am:
3870         * backend/ev-document-links.[ch]:
3871         * backend/ev-document.[ch]:
3872         * backend/ev-link-action.[ch]:
3873         * backend/ev-link-dest.[ch]:
3874         * backend/ev-link.[ch]:
3875         * pdf/ev-poppler.cc: (pdf_document_find_link_dest),
3876         (ev_link_dest_from_dest), (ev_link_from_action), (build_tree):
3877         * shell/ev-page-action.c: (build_new_tree_cb):
3878         * shell/ev-sidebar-links.c: (get_page_from_dest), (print_section_cb),
3879         (links_page_num_func), (update_page_callback):
3880         * shell/ev-view.[ch]: (ev_view_goto_dest), (ev_view_handle_link),
3881         (tip_from_link):
3882         * shell/ev-jobs.c:
3883         * shell/ev-window.[ch]: (ev_window_open_uri),
3884         (sidebar_links_link_activated_cb), (ev_view_popup_cmd_open_link):
3885         * shell/ev-application.[ch]: (ev_application_open_window),
3886         (ev_application_open_uri):
3887
3888         Rework links system, it adds support for remote links now and it makes
3889         easier to add new kinds of actions and destinations. Fixes bug #317292
3890
3891 2006-05-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3892
3893         * data/Makefile.am:
3894         * data/evince.png:
3895         * data/evince-16.png:
3896         * data/evince-22.png:
3897         * data/evince.svg:
3898         * shell/main.c: (main):
3899         
3900         Evince use it's own icon. Fix for the bug #313392.
3901
3902         * shell/ev-window.c: (fullscreen_timeout_cb),
3903         (fullscreen_set_timeout), (fullscreen_clear_timeout),
3904         (ev_window_cmd_help_about), (ev_window_dispose):
3905         
3906         Simplify fullscreen timeout code.
3907
3908 2006-04-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3909
3910         * backend/ev-attachment.c: 
3911         * shell/ev-attachment-bar.c:
3912         * shell/ev-window.c:
3913
3914         Allow multiple selection of attachments
3915
3916 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3917
3918         * shell/ev-view.c: (view_update_range_and_current_page),
3919         (ev_view_scroll):
3920         
3921         Fix for the bug #312573 – Optimal selection of current 
3922         page among visible pages.
3923
3924 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3925
3926         * configure.ac:
3927         * djvu/Makefile.am:
3928         * djvu/djvu-text.h:
3929         
3930         Update to djvulibre-3.5.17, now it uses pkg-config. Fix
3931         for the bug 339868.
3932
3933 2006-04-22  Kjartan Maraas  <kmaraas@gnome.org>
3934
3935         * configure.ac: Fix the LINGUAS stuff here too so it builds.
3936
3937 2006-04-21  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
3938
3939         * shell/ev-window.c: Add ellipsis to the Find... menu item, as
3940         dictated by the GNOME HIG. Fixes bug #339235.
3941
3942 2006-04-20  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
3943
3944         * data/evince-ui.xml:
3945         * shell/ev-view.c: (ev_view_can_find_previous):
3946         * shell/ev-view.h:
3947         * shell/ev-window.c: (ev_window_update_actions),
3948         (ev_window_cmd_edit_find_previous):
3949
3950         Add support for "Find Previous" as dictated by the GNOME HIG. A
3951         menu item is added and some glue code to make it all work is added
3952         to various files.
3953
3954 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
3955
3956         * configure.ac: Award myself the "useless use of cat" award.
3957
3958 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
3959
3960         * po/LINGUAS: New file listing all supported languages.
3961
3962         * configure.in: Use po/LINGUAS instead of including all languages
3963         directly in this file. See the wiki for more information:
3964         http://live.gnome.org/GnomeGoals/PoLinguas
3965
3966 2006-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
3967
3968         * backend/ev-document-factory.c:
3969
3970         Do not load the document twice when there isn't errors
3971
3972 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3973
3974         * backend/ev-attachment.c: 
3975
3976         Fix a crash when there isn't a default application to open an
3977         attachment
3978
3979 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3980
3981         * backend/ev-attachment.[ch]:
3982         * shell/ev-attachment-bar.[ch]:
3983
3984         Added missing files. 
3985
3986 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3987
3988         * backend/Makefile.am:
3989         * data/evince-ui.xml:
3990         * backend/ev-attachment.[ch]:
3991         * backend/ev-document.[ch]: (ev_document_has_attachments),
3992         (ev_document_get_attachments):
3993         * pdf/ev-poppler.cc: (pdf_document_has_attachments),
3994         (attachment_save_to_buffer), (pdf_document_get_attachments),
3995         (pdf_document_document_iface_init):
3996         * shell/Makefile.am:
3997         * shell/ev-attachment-bar.[ch]:
3998         * shell/ev-window.c:
3999
4000         Add support for PDF attachments. Fixes bug #325143
4001
4002 2006-04-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4003
4004         * backend/ev-document-factory.c: (get_document_from_uri),
4005         (ev_document_factory_get_document):
4006         * backend/ev-document-factory.h:
4007         * properties/ev-properties-main.c: (ev_properties_get_pages):
4008         * shell/Makefile.am:
4009         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
4010         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
4011         (ev_job_queue_remove_job):
4012         * shell/ev-job-queue.h:
4013         * shell/ev-job-xfer.c:
4014         * shell/ev-job-xfer.h:
4015         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
4016         (ev_job_fonts_new), (ev_job_fonts_run), (ev_job_xfer_init),
4017         (ev_job_xfer_dispose), (ev_job_xfer_class_init), (ev_job_xfer_new),
4018         (ev_job_xfer_run):
4019         * shell/ev-jobs.h:
4020         * shell/ev-window.c: (ev_window_is_empty),
4021         (password_dialog_response), (ev_window_clear_xfer_job),
4022         (ev_window_xfer_job_cb), (ev_window_open_uri),
4023         (ev_window_cmd_focus_page_selector),
4024         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
4025         (ev_window_cmd_continuous), (ev_window_cmd_dual),
4026         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
4027         (ev_window_dispose):
4028         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
4029         
4030         * Cleanup mime type detection on document load. Fix for the
4031         bug #336448.
4032
4033 2006-04-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4034
4035         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
4036         
4037         Fix crash on exit, described in the bug #336825.
4038
4039 2006-03-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4040
4041         * backend/ev-document-factory.c:
4042         (ev_document_factory_get_from_mime),
4043         (ev_document_factory_get_all_mime_types), (get_document_from_uri),
4044         (ev_document_factory_get_document),
4045         (file_filter_add_mime_list_and_free),
4046         (ev_document_factory_add_filters):
4047         * backend/ev-document-factory.h:
4048         * properties/ev-properties-main.c: (ev_properties_get_pages):
4049         * shell/Makefile.am:
4050         * shell/ev-application.c:
4051         * shell/ev-job-xfer.c: (ev_job_xfer_run):
4052         * shell/ev-window.c: (ev_window_cmd_file_open),
4053         (ev_window_cmd_save_as):
4054         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
4055         
4056         Rework factory functions so they are placed now in a single 
4057         file ev-document-factory.c
4058
4059 2006-03-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4060
4061         * shell/ev-window.c: (update_chrome_visibility):
4062         
4063         Fix for the bug 166566 - don't show menubar in fullscreen
4064         mode.
4065
4066 2006-03-22  Tommi Vainikainen  <thv@iki.fi>
4067
4068         * configure.ac (ALL_LINGUAS): Added Dzongkha (dz).
4069
4070 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4071
4072         * shell/ev-view.c: (ev_view_expose_event):
4073         
4074         More correctly draw loading text when document
4075         is empty.
4076
4077 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4078
4079         * shell/ev-view.c: (ev_view_scroll):
4080         
4081         Fix for the bug #334854, page down and page up switch
4082         pages in presentation mode.
4083
4084 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4085
4086         * shell/ev-window.c: (ev_window_set_action_sensitive),
4087         (ev_window_setup_action_sensitivity), (ev_window_update_actions),
4088         (ev_window_set_view_accels_sensitivity),
4089         (update_chrome_visibility), (ev_window_cmd_focus_page_selector),
4090         (ev_window_cmd_continuous), (ev_window_cmd_dual),
4091         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
4092         (find_changed_cb), (page_changed_cb), (ev_window_setup_document),
4093         (ev_window_cmd_edit_find), (ev_window_set_page_mode),
4094         (ev_window_cmd_edit_toolbar_cb), (ev_window_zoom_changed_cb),
4095         (ev_window_has_selection_changed_cb), (find_bar_search_changed_cb),
4096         (view_actions_focus_in_cb), (ev_window_init):
4097         
4098         Fix for the bug #333902, now it's possible to search
4099         words with slash.
4100
4101 2006-03-16  Jérémy Ar Floc'h <jérémy.lefloch@gmail.com>
4102
4103         * configure.ac: Added Breton translation.
4104         * po/br.po: Added Breton translation.
4105
4106 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4107
4108         * shell/ev-window-title (ev_window_title_update):
4109
4110         Fix memory leak in window title. Fixes bug #333944
4111
4112 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4113
4114         * shell/ev-metadata-manager.c (parseItem):
4115
4116         Fix memory leaks. Fixes bug #333945
4117
4118 2006-03-13  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
4119         
4120         * NEWS, configure.ac, TODO:
4121         
4122         Update for release 0.5.2.
4123
4124 2006-03-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4125
4126         * shell/ev-view.c: (view_update_range_and_current_page),
4127         (page_changed_cb):
4128         
4129         Don't jump on scrolling, fix for the bug #333127.
4130
4131 2006-03-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4132
4133         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
4134         
4135         Scroll by one page in presentation mode. Fix for the bug
4136         #332993.
4137
4138 2006-03-01  Vladimer SIchinava <vlsichinava@gmail.com>
4139
4140         * configure.ac: Added ka (Georgian) to ALL_LINGUAS line.
4141
4142 2006-02-28  Clytie Siddall <clytie@riverland.net.au>
4143
4144         * configure.ac  Added lv in ALL_LINGUAS line.
4145
4146 2006-02-27  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
4147         
4148         * NEWS, configure.ac:
4149         
4150         Update for release 0.5.1
4151
4152 2006-02-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
4153
4154         * backend/ev-document-misc.c: (ev_document_misc_paint_one_page):
4155         * backend/ev-document-misc.h:
4156         * shell/ev-view.c: (draw_one_page):
4157         
4158          Clairfy what page the toolbar page number applies to. Fix
4159          for the bug #328102.
4160
4161 2006-02-24  Stanislav Slusny <slusnys@gmail.com>
4162
4163         * shell/ev-view-private.h:
4164         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_event),
4165         (ev_view_init), (find_changed_cb), (ev_view_find_previous),
4166         (ev_view_search_changed):
4167         * shell/ev-view.h:
4168         * shell/ev-window.c: (find_bar_search_changed_cb):
4169         
4170         Dont't jump to find result if window was scrolled during search.
4171         Fix for the bug #313266.
4172
4173 2006-02-21  Stanislav Slusny <slusnys@gmail.com>
4174
4175         * shell/eggfindbar.c: (egg_find_bar_class_init):
4176         * shell/eggfindbar.h:
4177         * shell/ev-view-accessible.c: (ev_view_accessible_idle_do_action):
4178         * shell/ev-view-private.h:
4179         * shell/ev-view.c: (add_scroll_binding_keypad), (ev_view_scroll),
4180         (ev_view_class_init), (ev_sizing_mode_get_type),
4181         (ev_scroll_type_get_type):
4182         * shell/ev-view.h:
4183         * shell/ev-window.c: (ev_window_cmd_scroll_forward),
4184         (ev_window_cmd_scroll_backward), (find_bar_scroll),
4185         (ev_window_init):
4186         
4187         Fix for the bug 319133 - Find entry should allow text scroll.
4188
4189 2006-02-20  Antoine Dopffer <antoine.dopffer@free.fr>
4190
4191         * shell/ev-view-private.h:
4192         * shell/ev-view.c: (view_update_range_and_current_page),
4193         (highlight_find_results), (find_changed_cb), (page_changed_cb),
4194         (ev_view_set_document), (update_find_status_message),
4195         (jump_to_find_result), (jump_to_find_page), (ev_view_find_next),
4196         (ev_view_find_previous):
4197         
4198         Fix for the bug #319137. Search now takes account for scrolling.
4199
4200 2006-02-19  Michael Hofmann <mh21@piware.de>
4201
4202         * configure.ac:
4203         * djvu/Makefile.am:
4204         * djvu/djvu-document-private.h:
4205         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
4206         (djvu_handle_events), (djvu_document_load), (djvu_document_save),
4207         (djvu_document_get_page_size), (djvu_document_render_pixbuf),
4208         (djvu_document_can_get_text), (djvu_document_get_text),
4209         (djvu_document_document_iface_init),
4210         (djvu_document_thumbnails_get_thumbnail),
4211         (djvu_document_find_begin), (djvu_document_find_get_n_results),
4212         (djvu_document_find_get_result),
4213         (djvu_document_find_page_has_results),
4214         (djvu_document_find_get_progress), (djvu_document_find_cancel),
4215         (djvu_document_find_iface_init):
4216         * djvu/djvu-text-page.c: (djvu_text_page_selection_process),
4217         (djvu_text_page_selection), (djvu_text_page_limits_process),
4218         (djvu_text_page_limits), (djvu_text_page_copy),
4219         (djvu_text_page_position), (djvu_text_page_union),
4220         (djvu_text_page_sexpr_process), (djvu_text_page_sexpr),
4221         (djvu_text_page_box), (djvu_text_page_append_text),
4222         (djvu_text_page_search), (djvu_text_page_prepare_search),
4223         (djvu_text_page_new), (djvu_text_page_free):
4224         * djvu/djvu-text-page.h:
4225         * djvu/djvu-text.c: (djvu_text_idle_callback), (djvu_text_new),
4226         (djvu_text_copy), (djvu_text_free), (djvu_text_get_text),
4227         (djvu_text_n_results), (djvu_text_has_results),
4228         (djvu_text_get_result), (djvu_text_get_progress):
4229         * djvu/djvu-text.h:
4230         
4231         Text search in djvu. Fix for the bug #303415.
4232
4233 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4234
4235         * configure.ac:
4236         * shell/ev-window.c: (ev_window_cmd_save_as):
4237         
4238         Ask filechooser to confirm overwrite. Fix for the bug #328266.
4239         Thanks to Gary Coady <gary@lyranthe.org>
4240
4241 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4242
4243         * shell/ev-print-job.c: (idle_print_handler):
4244         
4245         Inverse order printing, bug #320919.
4246
4247 2006-02-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4248
4249         * data/evince-toolbar.xml:
4250         * shell/ev-window.c:
4251         
4252         Allow to add sidebar checkbutton on toolbar. Fix
4253         for the bug #144577.
4254
4255 2006-02-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4256
4257         * ps/ps-document.c: (push_pixbuf), (setup_pixmap):
4258         
4259         Add checks that have sense for empty ps document.
4260
4261 2006-02-15  Luca Ferretti <elle.uca@libero.it>
4262
4263         * configure.ac: Include PS in mime types list. 
4264
4265 2006-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4266
4267         * configure.ac:
4268         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
4269         * ps/gsdefaults.h:
4270         * ps/ps-document.c: (start_interpreter), (ps_document_load):
4271         
4272         Runtime check for gs interpreter. Fix for the bug #320868.
4273         Thanks to Antoine Dopffer antoine.dopffer@free.fr
4274
4275 2006-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
4276
4277         * shell/ev-application.c: 
4278
4279         Use DBUS_NAME_FLAG_DO_NOT_QUEUE flag in RequestName method when
4280         dbus>=0.60, so that the request is not queued. 
4281
4282 2006-02-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4283
4284         * configure.ac:
4285         * shell/Makefile.am:
4286         * shell/ev-sidebar-links.c: (print_section_cb):
4287         * shell/ev-utils.c:
4288         * shell/ev-utils.h:
4289         * shell/ev-window.c: (update_action_sensitivity),
4290         (ev_window_close_dialogs), (ev_window_print):
4291         * shell/ev-window.h:
4292         
4293         Make printing support optional. Patch from Eduardo de Barros Lima
4294         <eduardo.lima@indt.org.br> for the bug #330546.
4295
4296 2006-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4297
4298         * shell/ev-view-private.h:
4299         * shell/ev-view.c: (ev_view_expose_event), (ev_view_set_loading),
4300         (ev_view_set_document):
4301         * shell/ev-view.h:
4302         * shell/ev-window.c: (ev_window_load_job_cb),
4303         (ev_window_xfer_job_cb), (ev_window_open_uri), (ev_window_dispose),
4304         (ev_window_init):
4305
4306         Draw Loading message during xfer job. Fix for the bug #329495.
4307
4308 2006-02-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4309
4310         * comics/comics-document.c: (comics_regex_quote),
4311         (comics_document_load), (extract_argv):
4312         
4313         Correcly quote regexp before passing it to unzip.
4314
4315 2006-02-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4316
4317         * shell/ev-page-cache.c: (build_height_to_page),
4318         (ev_page_cache_new), (ev_page_cache_get_max_label_chars),
4319         (ev_page_cache_get_dual_even_left):
4320         * shell/ev-page-cache.h:
4321         * shell/ev-view.c: (view_update_range_and_current_page),
4322         (get_page_y_offset), (get_page_extents):
4323         
4324         Place even pages to the left if document has less then
4325         two pages. Fix for the bug #328856.
4326
4327 2006-01-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4328
4329         * thumbnailer/evince-thumbnailer-comics.schemas.in:
4330         
4331         Correct comics scheme. This make evince create thumbnails
4332         for comic books. Fix for the bug 329088.
4333
4334 2006-01-31  Christopher Aillon  <caillon@redhat.com>
4335
4336         * data/evince-password.glade: Don't explicitly set
4337         invisible_char to the current default value in case
4338         the default changes; let GTK+ do its magic.
4339
4340 2006-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4341
4342         * shell/ev-job-xfer.c: (ev_job_xfer_run): Append
4343         real filename to tmp filename since often document
4344         type is determined by extension.
4345
4346 2006-01-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
4347
4348         * shell/ev-view.c: (add_scroll_binding_keypad),
4349         (ev_view_binding_activated), (ev_view_class_init):
4350         
4351         Add keybindings for percision-scrolling of display area. 
4352         Fix for the bug #314072.
4353
4354 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4355
4356         * data/evince.desktop.in.in:
4357         
4358         Add GTK to the list of categories. Fix for the bug #328034.
4359
4360 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4361
4362         * shell/ev-application.c: (ev_application_shutdown),
4363         (ev_application_set_chooser_uri), (ev_application_get_chooser_uri):
4364         * shell/ev-application.h:
4365         * shell/ev-window.c: (file_open_dialog_response_cb),
4366         (ev_window_cmd_file_open):
4367         
4368         Save last uri in file chooser dialog. Fix for the bug #327950.
4369
4370 2006-01-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4371
4372         * NEWS:
4373         * README:
4374         
4375         Final update for release 0.5.0
4376         
4377         * shell/Makefile.am:
4378         
4379         Remove disable deprecated until we'll require libgnome-2.13.7
4380         and port to GOption argument parsing. See bug 327518.
4381
4382 2006-01-19  Jani Monoses <jani.monoses@gmail.com>
4383
4384         * comics/comics-document.c: (comics_document_save):
4385         * djvu/djvu-document.c: (djvu_document_save):
4386         * dvi/dvi-document.c: (dvi_document_save):
4387         * lib/ev-file-helpers.c: (ev_tmp_filename), (ev_xfer_uri_simple):
4388         * lib/ev-file-helpers.h:
4389         * pixbuf/pixbuf-document.c: (pixbuf_document_save):
4390         * tiff/tiff-document.c: (tiff_document_save):
4391         
4392         Use common save function for backends.
4393
4394 2006-01-18  Jani Monoses <jani.monoses@gmail.com>
4395
4396         * backend/ev-document-types.c:
4397         
4398         Fix crash on saving pixbuf.
4399
4400 2006-01-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4401
4402         * cut-n-paste/recent-files/egg-recent-item.c:
4403         (get_uri_shortname_for_display), (egg_recent_item_get_short_name):
4404         * cut-n-paste/recent-files/egg-recent-model.c: (parse_info_init),
4405         (parse_info_free), (valid_element), (start_element_handler),
4406         (end_element_handler), (text_handler), (egg_recent_model_filter),
4407         (egg_recent_model_monitor_cb), (egg_recent_model_poll_timeout),
4408         (egg_recent_model_monitor), (egg_recent_model_read),
4409         (egg_recent_model_open_file), (egg_recent_model_lock_file),
4410         (egg_recent_model_unlock_file), (egg_recent_model_finalize),
4411         (egg_recent_model_set_property), (egg_recent_model_class_init),
4412         (egg_recent_model_init), (egg_recent_model_add_full),
4413         (egg_recent_model_delete), (egg_recent_model_get_list),
4414         (egg_recent_model_clear), (egg_recent_model_clear_mime_filter),
4415         (egg_recent_model_set_filter_mime_types),
4416         (egg_recent_model_clear_group_filter),
4417         (egg_recent_model_set_filter_groups),
4418         (egg_recent_model_clear_scheme_filter),
4419         (egg_recent_model_set_filter_uri_schemes),
4420         (egg_recent_model_remove_expired):
4421         * cut-n-paste/recent-files/egg-recent-util.c:
4422         (egg_recent_util_get_icon):
4423         * cut-n-paste/recent-files/egg-recent-util.h:
4424         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
4425         (connect_proxy_cb), (egg_recent_view_uimanager_set_list),
4426         (egg_recent_view_uimanager_set_empty_list), (model_changed_cb),
4427         (egg_recent_view_uimanager_set_property),
4428         (egg_recent_view_uimanager_get_property),
4429         (egg_recent_view_uimanager_class_init),
4430         (egg_recent_view_uimanager_init),
4431         (egg_recent_view_uimanager_set_label_width),
4432         (egg_recent_view_uimanager_get_label_width):
4433         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
4434         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
4435         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
4436         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
4437         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
4438         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
4439         
4440         Update from libegg.
4441
4442 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4443
4444         * shell/ev-page-cache.c: (build_height_to_page),
4445         (ev_page_cache_get_height_to_page):
4446         * shell/ev-page-cache.h:
4447         * shell/ev-view.c: (view_update_range_and_current_page),
4448         (get_page_y_offset), (get_page_extents), (ev_view_next_page),
4449         (ev_view_previous_page):
4450         
4451         Dual mode places even pages to the left. Fix for the bug #309393.
4452
4453         * shell/ev-view.h:
4454         * shell/ev-window.c: (update_action_sensitivity),
4455         (setup_view_from_metadata), (view_menu_popup_cb):
4456         
4457         Don't restore presentation in empty windows, more intelligent
4458         next page behaviour in dual mode.
4459
4460         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
4461         (ev_pixbuf_cache_clear_job_sizes):
4462         
4463         Cleanup job callback on removal. Fix for the bug #325886.
4464
4465 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4466
4467         * ps/ps.c: (psscan):
4468         
4469         Commit workaround Mozilla problem. Fix for the bug #325919
4470         
4471         * shell/ev-metadata-manager.c: (parse_value), (parseItem),
4472         (save_item):
4473         
4474         Fix for year 2038 problem.
4475
4476 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4477
4478         * shell/ev-window.c: (setup_document_from_metadata),
4479         (ev_window_cmd_view_reload):
4480
4481         Clamp page recieved from metadata in valid values. Fix
4482         for the bug #325986.
4483
4484 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4485
4486         * MAINTAINERS: 
4487         Add MAINTAINERS as requested on desktop-devel-list.
4488
4489 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4490
4491         * backend/ev-document-factory.c: (gdk_pixbuf_mime_type_list),
4492         (mime_type_supported_by_gdk_pixbuf),
4493         (ev_document_factory_get_mime_types),
4494         (ev_document_factory_get_all_mime_types):
4495         
4496         Don't add pixbuf mime types if pixbuf backend is disabled.
4497         
4498         * shell/ev-application.c: (ev_application_get_uri_window):
4499         
4500         Fix for the bug 325815 - unhandled MIME type message doesn't 
4501         appear a second time. 
4502         
4503         * shell/ev-document-types.c: (ev_document_types_add_filters):
4504         * shell/ev-window.c: (page_changed_cb), (ev_window_setup_document),
4505         (password_dialog_response), (ev_window_popup_password_dialog),
4506         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
4507         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
4508         (ev_window_run_presentation), (ev_window_stop_presentation),
4509         (save_sizing_mode), (ev_window_zoom_changed_cb),
4510         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
4511         (ev_window_dual_mode_changed_cb),
4512         (ev_window_sidebar_current_page_changed_cb),
4513         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
4514         (window_state_event_cb), (window_configure_event_cb):
4515         
4516         Cleanup additional uris holded by EvWindow.
4517
4518 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4519
4520         * shell/ev-view.c: (ev_view_scroll), (ev_view_previous_page),
4521         (ev_view_can_previous_page), (ev_view_can_next_page):
4522         * shell/ev-view.h:
4523         * shell/ev-window.c: (update_action_sensitivity):
4524         
4525         Two page scrolling with Space and PageUp in dual mode. Second fix 
4526         for the bug #316608.
4527
4528 2006-01-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4529
4530         * shell/ev-view.c: (scroll_to_current_page):
4531         
4532         Correctly clamp adjustment value. Fix for the bug
4533         #325808.
4534
4535 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4536
4537         * shell/ev-sidebar-links.c: (print_section_cb):
4538         * shell/ev-window.c: (ev_window_get_uri),
4539         (ev_window_close_dialogs), (ev_window_open_uri), (ev_window_print),
4540         (ev_window_print_dialog_response_cb), (ev_window_print_range),
4541         (ev_window_dispose):
4542         
4543         Make print dialog non-modal. Fix for the bug #325622.
4544
4545 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4546
4547         * shell/ev-metadata-manager.c:
4548         * shell/ev-utils.c: (using_pdf_printer),
4549         (using_postscript_printer), (load_print_config_from_file),
4550         (save_print_config_to_file):
4551         * shell/ev-utils.h:
4552         * shell/ev-window.c: (update_sizing_buttons), (page_changed_cb),
4553         (update_sidebar_visibility), (setup_sidebar_from_metadata),
4554         (setup_view_from_metadata), (ev_window_setup_document),
4555         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
4556         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
4557         (ev_window_run_presentation), (ev_window_stop_presentation),
4558         (save_sizing_mode), (ev_window_zoom_changed_cb),
4559         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
4560         (ev_window_dual_mode_changed_cb),
4561         (ev_window_sidebar_current_page_changed_cb),
4562         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
4563         (window_state_event_cb), (window_configure_event_cb),
4564         (ev_window_init):
4565         
4566         Setting saving behaviour fixes.
4567
4568 2005-12-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4569
4570         * configure.ac:
4571         
4572         Make antialiasing gs options better and allow
4573         to change them during configure. Fix for the 
4574         bug #319049.
4575
4576 2005-12-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4577
4578         * shell/ev-window.c: (setup_view_from_metadata):
4579         
4580         Remember if last window was maximized. Fix for the
4581         bug #323797.
4582
4583 2005-12-28  Abel Cheung  <maddog@linuxhall.org>
4584
4585         * configure.ac: Added "zh_HK" to ALL_LINGUAS.
4586
4587 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4588
4589         * backend/ev-link.c: (ev_link_get_page), (ev_link_init):
4590         * shell/ev-page-action.c: (build_new_tree_cb):
4591         * shell/ev-sidebar-links.c: (links_page_num_func),
4592         (update_page_callback_foreach), (update_page_callback):
4593         * shell/ev-view.c: (scroll_to_current_page):
4594         
4595         Fix for the bug #325067 with more intelligent selection
4596         of current link in sidebar. Make sidebar handle links
4597         of FITR-like type more correctly.
4598
4599         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
4600         (dvi_pixbuf_put_pixel):
4601         
4602         Fix memory consumtion with disabled alpha channel.
4603
4604 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4605
4606         * data/evince-ui.xml:
4607         * shell/ev-window.c: (view_menu_popup_cb),
4608         (ev_popup_cmd_open_link), (ev_window_init):
4609         
4610         Update context menu for internal links. Fix for the bug
4611         #325066.
4612
4613 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4614
4615         * shell/ev-view.c: (ev_view_popup_menu), (ev_view_class_init):
4616         
4617         Bind context menu to keyboard also. Fix for the bug
4618         #325065.
4619
4620 2005-12-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4621
4622         * shell/ev-view.c: (selection_scroll_timeout_cb):
4623         
4624         Horizontal scroll on selection also.
4625
4626 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4627
4628         * shell/ev-metadata-manager.c: (parse_value):
4629         * shell/ev-view.c: (goto_xyz_link):
4630         
4631         Correct zoom setup and metadata save broken in 
4632         some locales.
4633
4634 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4635
4636         * shell/ev-view-private.h:
4637         * shell/ev-view.c: (scroll_to_current_page),
4638         (view_set_adjustment_values), (goto_fitr_link), (goto_fitv_link),
4639         (goto_fith_link), (goto_fit_link), (goto_xyz_link),
4640         (page_changed_cb), (ev_view_set_continuous),
4641         (ev_view_set_dual_page), (ev_view_set_presentation):
4642         
4643         Delay scroll until allocation to correctly position page. Fix
4644         for the bug #317334.
4645
4646 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4647
4648         * NEWS:
4649         * configure.ac:
4650         
4651         Update NEWS and require poppler 0.5.0.
4652
4653 2005-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
4654         
4655         * data/evince-ui.xml:
4656         * shell/ev-view-private.h:
4657         * shell/ev-view.c: (ev_view_get_link_at_location),
4658         (handle_link_over_xy), (ev_view_button_press_event),
4659         (ev_view_button_release_event), (ev_view_class_init):
4660         * shell/ev-window.c: (view_menu_popup_cb), (ev_window_dispose),
4661         (ev_popup_cmd_open_link), (ev_popup_cmd_copy_link_address),
4662         (ev_window_init):
4663         
4664         Implement right-click context menu.
4665
4666 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4667
4668         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
4669         * dvi/pixbuf-device.c: (dvi_pixbuf_create_image),
4670         (mdvi_pixbuf_device_render):
4671         * pdf/ev-poppler.cc:
4672
4673         Don't generate thumbnails with alpha. See bug #324077.
4674         Thanks to Jeroen Zwartepoorte <jeroen.zwartepoorte@gmail.com>.
4675
4676 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4677
4678         * shell/ev-window.c: (setup_chrome_from_metadata):
4679         
4680         Fix typo that was hiding toolbar.
4681
4682 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4683
4684         * shell/ev-view-private.h:
4685         * shell/ev-view.c: (ev_view_realize), (selection_update_idle_cb),
4686         (selection_scroll_timeout_cb), (ev_view_motion_notify_event),
4687         (ev_view_button_release_event), (ev_view_destroy):
4688         
4689         Small cleanup and autoscrolling during selection. Thanks to 
4690         Ricardo Markiewicz  <rmarkie@fi.uba.ar>.
4691
4692 2005-12-22  Jani Monoses <jani.monoses@gmail.com>
4693
4694         * configure.ac:
4695         
4696         Correctly check for comics option.
4697
4698 2005-12-21  Eduardo Lima <eduardo.lima@indt.org.br>
4699         * Makefile.am:
4700         * configure.ac:
4701         * backend/Makefile.am:
4702         * backend/ev-document-factory.c:
4703         * shell/ev-document-types.c:
4704
4705         Included option in configure to make ps backend 
4706         compilation optional with --disable-ps.
4707
4708 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4709
4710         * backend/ev-document-factory.c:
4711         * comics/Makefile.am:
4712         * comics/comics-document.c: (comics_document_load):
4713         * comics/ev-cbr-mime.xml:
4714         * configure.ac:
4715         
4716         Comics mime types are added to shared-mime-info CVS. Now
4717         we don't need to install our own mime types.
4718
4719 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4720
4721         * shell/ev-window.c:
4722         
4723         Add shortcut for "save a copy" menu entry. Fix for
4724         the bug #324582.
4725
4726 2005-12-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4727
4728         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
4729         (job_finished_cb), (new_selection_pixbuf_needed),
4730         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
4731         (clear_job_selection), (ev_pixbuf_cache_set_selection_list):
4732         
4733         Rework selection job info logic and fix critical warning.
4734
4735 2005-12-17  Abel Cheung  <maddog@linuxhall.org>
4736
4737         * configure.ac: Added "cy" "fa" "mk" "vi" to ALL_LINGUAS.
4738
4739 2005-11-27  Jaap A. Haitsma <jaap@haitsma.org>
4740
4741         * data/evince-ui.xml:
4742         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
4743         
4744         Enter as shortcut key for next page. Fix for the bug
4745         #321394.
4746
4747 2005-11-18  Ales Nyakhaychyk  <nab@mail.by>
4748
4749         * configure.ac: Added "be" (Belarusian) to ALL_LINGUAS.
4750
4751 2005-11-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4752
4753         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
4754         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
4755         (new_selection_pixbuf_needed),
4756         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
4757         (clear_job_selection):
4758         
4759         Too early for 0.5. Pixbuf cache code cleaned a bit.
4760
4761 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4762
4763         * NEWS:
4764         * configure.ac:
4765         
4766         Release 0.5.0 preparation
4767
4768 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4769
4770         * comics/Makefile.am:
4771         * configure.ac:
4772         * shell/ev-document-types.c: (ev_document_types_add_filters):
4773         
4774         More advanced handling of custom mime type installation.
4775
4776 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4777
4778         * data/evince.schemas.in:
4779         * shell/ev-metadata-manager.c: (value_free),
4780         (ev_metadata_manager_get_last), (ev_metadata_manager_set_last),
4781         (ev_metadata_manager_get), (ev_metadata_manager_set):
4782         * shell/ev-metadata-manager.h:
4783         * shell/ev-window.c: (update_chrome_flag),
4784         (ev_window_cmd_focus_page_selector), (update_sidebar_visibility),
4785         (setup_document_from_metadata), (setup_chrome_from_metadata),
4786         (setup_sidebar_from_metadata), (setup_view_from_metadata),
4787         (ev_window_cmd_edit_find), (ev_window_cmd_escape),
4788         (ev_window_view_toolbar_cb),
4789         (ev_window_sidebar_visibility_changed_cb), (find_bar_close_cb),
4790         (view_actions_focus_in_cb), (ev_window_init), (ev_window_new):
4791         
4792         Save last document settings and reuse them for new documents.
4793
4794 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4795
4796         * Makefile.am:
4797         * backend/Makefile.am:
4798         * backend/ev-document-factory.c:
4799         * backend/ev-document-factory.h:
4800         * comics/Makefile.am:
4801         * comics/comics-document.c: (G_DEFINE_TYPE_WITH_CODE),
4802         (comics_document_load), (comics_document_save),
4803         (comics_document_get_n_pages), (comics_document_get_page_size),
4804         (get_page_size_area_prepared_cb), (comics_document_render_pixbuf)       (render_pixbuf_size_prepared_cb), (comics_document_finalize),
4805         (comics_document_class_init), (comics_document_can_get_text),
4806         (comics_document_get_info), (comics_document_document_iface_init),
4807         (comics_document_init), (get_supported_image_extensions),
4808         (comics_document_thumbnails_get_geometry),
4809         (comics_document_thumbnails_get_thumbnail),
4810         (comics_document_thumbnails_get_dimensions),
4811         (comics_document_document_thumbnails_iface_init), (extract_argv):
4812         * comics/comics-document.h:
4813         * comics/ev-cbr-mime.xml:
4814         * configure.ac:
4815         * po/POTFILES.in:
4816         * shell/ev-application.c: (ev_application_register_service):
4817         * shell/ev-document-types.c: (ev_document_types_add_filters):
4818         * thumbnailer/Makefile.am:
4819         * thumbnailer/evince-thumbnailer-comics.schemas.in:
4820         
4821         New CBR/CBZ backend for comic books.
4822
4823 2005-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4824
4825         * shell/main.c: (load_files_remote):
4826
4827         Thanks to Robert McQueen <robot101@debian.org>. Dbus
4828         warning on startup of second instance is fixed. It
4829         is bug #320353.
4830
4831 2005-10-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4832
4833         * shell/ev-window.c: (ev_window_finalize):
4834         
4835         Fix double free that cause crash.
4836
4837 2005-10-29  Bastien Nocera <hadess@hadess.net>
4838
4839         * tiff/tiff-document.c: (tiff_document_load):
4840         
4841         Fix memory leak.
4842
4843 2005-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4844
4845         * po/POTFILES.in:
4846         * shell/Makefile.am:
4847         * shell/ev-view-accessible.c: (ev_view_accessible_get_priv),
4848         (ev_view_accessible_free_priv), (ev_view_accessible_class_init),
4849         (ev_view_accessible_get_text),
4850         (ev_view_accessible_get_character_at_offset),
4851         (ev_view_accessible_get_text_before_offset),
4852         (ev_view_accessible_get_text_at_offset),
4853         (ev_view_accessible_get_text_after_offset),
4854         (ev_view_accessible_get_character_count),
4855         (ev_view_accessible_get_caret_offset),
4856         (ev_view_accessible_set_caret_offset),
4857         (ev_view_accessible_get_run_attributes),
4858         (ev_view_accessible_get_default_attributes),
4859         (ev_view_accessible_get_character_extents),
4860         (ev_view_accessible_get_offset_at_point),
4861         (ev_view_accessible_get_n_selections),
4862         (ev_view_accessible_get_selection),
4863         (ev_view_accessible_add_selection),
4864         (ev_view_accessible_remove_selection),
4865         (ev_view_accessible_set_selection),
4866         (ev_view_accessible_text_iface_init),
4867         (ev_view_accessible_idle_do_action),
4868         (ev_view_accessible_action_do_action),
4869         (ev_view_accessible_action_get_n_actions),
4870         (ev_view_accessible_action_get_description),
4871         (ev_view_accessible_action_get_name),
4872         (ev_view_accessible_action_set_description),
4873         (ev_view_accessible_action_iface_init),
4874         (ev_view_accessible_get_type), (ev_view_accessible_new),
4875         (ev_view_accessible_factory_get_accessible_type),
4876         (ev_view_accessible_factory_create_accessible),
4877         (ev_view_accessible_factory_class_init),
4878         (ev_view_accessible_factory_get_type):
4879         * shell/ev-view-accessible.h:
4880         * shell/ev-view-private.h:
4881         * shell/ev-view.c: (ev_view_get_accessible), (ev_view_class_init):
4882         * shell/ev-view.h:
4883         
4884         Initial accessibility support.
4885
4886 2005-10-27  Erdal Ronahi  <erdal.ronahi@gmail.com>
4887
4888         * configure.ac: Added ku (Kurdish) to ALL_LINGUAS
4889
4890 2005-10-26  Hubert Figuiere <hfiguiere@teaser.fr>
4891
4892         * shell/ev-print-job.c: (idle_print_handler):
4893         
4894         Fix for bug Bug 318916: Printing multiple pages.
4895
4896 2005-10-20  Runa Bhattacharjee  <runa@bengalinux.org>
4897
4898         * configure.ac: Added "bn" (Bengali) to ALL_LINGUAS.
4899
4900 2005-10-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4901
4902         * pdf/ev-poppler.cc:
4903         
4904         Thumnail dimensions unified with other backends.
4905         
4906         * shell/ev-window-title.c: (ev_window_title_update):
4907         
4908         Fix warning.
4909
4910 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4911
4912         * data/ev-stock-zoom-fit-width.png:
4913         
4914         Remove unused file.
4915
4916 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4917
4918         * configure.ac:
4919         * djvu/djvu-document.c: (djvu_document_load), (djvu_document_save),
4920         (djvu_document_finalize):
4921         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_save),
4922         (dvi_document_finalize):
4923         * pixbuf/pixbuf-document.c: (pixbuf_document_load),
4924         (pixbuf_document_save), (pixbuf_document_finalize):
4925         * tiff/tiff-document.c: (tiff_document_load), (tiff_document_save),
4926         (tiff_document_finalize):
4927         
4928         Save a copy implemented for various backends.
4929
4930 2005-10-17  Daniel Gryniewicz <dang@gentoo.org>
4931
4932         * configure.ac:
4933         
4934         Don't link with ltiff if tiff is disabled.
4935
4936 2005-10-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4937
4938         * pdf/GDKSplashOutputDev.cc:
4939         * pdf/GDKSplashOutputDev.h:
4940         * pdf/Thumb.cc:
4941         * pdf/Thumb.h:
4942         * pdf/pdf-document.cc:
4943         * pdf/pdf-document.h:
4944         * pdf/test-gdk-output-dev.cc:
4945         
4946         Remove old unused files.
4947
4948 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4949
4950         * shell/ev-window.c: (ev_window_setup_document):
4951         
4952         Fixed warnings on reload and probably crash reason.
4953
4954 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4955
4956         * properties/ev-properties-view.c:
4957         (ev_properties_view_format_date):
4958         
4959         Check if date is invalid. Fix for bug 318134.
4960
4961 2005-10-02  Wouter Bolsterlee <uws+gnome@xs4all.nl>
4962
4963         * shell/ev-window-title.c:
4964         
4965         Add .indd files (Adobe Indesign) to the list of "bad
4966         extensions".
4967
4968 2005-10-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4969
4970         * data/evince-ui.xml:
4971         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
4972         
4973         Add <ctrl>KP_Add and <ctrl>KP_Substract bindings.
4974
4975 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
4976
4977         * shell/ev-window.c: (launch_link), (launch_external_uri),
4978         (view_external_link_cb):
4979
4980         URL-escape link before passing it to gnome_vfs_url_show.
4981
4982 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
4983
4984         * shell/ev-view.[ch], shell/ev-window.c: Disable copy action when
4985         there isn't text selected.
4986
4987 2005-09-27  Marco Pesenti Gritti  <mpg@redhat.com>
4988
4989         * shell/ev-view.c: (handle_link_over_xy):
4990
4991         Check tooltip is valid utf8 before showing it
4992
4993 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
4994
4995         * shell/ev-view.c: Allow drag and drop of text. Fixes #316772
4996
4997 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
4998
4999         * shell/ev-window-title.c: (ev_window_title_update):
5000
5001         Guard against using g_strstrip on NULL. Fixes bug #317291.
5002
5003 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
5004
5005         * pdf/ev-poppler.cc:
5006
5007         Show title even for unknown links
5008
5009 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
5010
5011         * shell/ev-window-title.c: (ev_window_title_update):
5012
5013         Strip the title string
5014
5015 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
5016
5017         * shell/ev-window-title.c:
5018
5019         Add .rtf to the bad extensions list
5020
5021 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
5022
5023         * shell/ev-view.c: (doc_point_to_view_point), (goto_fitr_link),
5024         (goto_fitv_link), (goto_fith_link), (goto_xyz_link):
5025
5026         Ignore link coordinates if they are outside page bounds
5027
5028 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
5029
5030         * backend/ev-link.c: (ev_link_type_get_type),
5031         (ev_link_get_filename), (ev_link_get_params),
5032         (ev_link_get_property), (ev_link_set_property),
5033         (ev_window_dispose), (ev_link_class_init), (ev_link_new_launch):
5034         * backend/ev-link.h:
5035         * pdf/ev-poppler.cc:
5036         * shell/ev-view.c: (ev_view_goto_link), (ev_view_class_init):
5037         * shell/ev-window.c: (launch_link), (view_external_link_cb),
5038         (ev_window_init):
5039
5040         Implement launch links. Delegate external link opening to
5041         the window.
5042
5043 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
5044
5045         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_bottom),
5046         (ev_link_get_right), (ev_link_get_property),
5047         (ev_link_set_property), (ev_link_class_init),
5048         (ev_link_new_page_fitv), (ev_link_new_page_fitr):
5049         * backend/ev-link.h:
5050         * pdf/ev-poppler.cc:
5051         * shell/ev-view.c: (goto_fitr_link), (ev_view_goto_link):
5052
5053         Implement fitr links
5054
5055 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
5056
5057         * shell/ev-view.c: (ev_view_get_width), (ev_view_get_height),
5058         (goto_fitv_link), (goto_fith_link), (goto_fit_link),
5059         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
5060         (ev_view_size_request_continuous),
5061         (ev_view_size_request_dual_page),
5062         (ev_view_size_request_single_page), (ev_view_size_allocate),
5063         (ev_view_zoom_for_size_continuous_and_dual_page),
5064         (ev_view_zoom_for_size_continuous),
5065         (ev_view_zoom_for_size_dual_page),
5066         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
5067         (ev_sizing_mode_get_type):
5068         * shell/ev-view.h:
5069         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
5070
5071         Do not use modes for link, we need to calculate size ad hoc.
5072         Still not perfect because of the usual scrollbar issues grrr.
5073
5074 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
5075
5076         * backend/ev-link.c: (ev_link_type_get_type),
5077         (ev_link_new_page_fith), (ev_link_new_page_fitv):
5078         * backend/ev-link.h:
5079         * pdf/ev-poppler.cc:
5080         * shell/ev-view.c: (goto_fitv_link), (goto_fith_link),
5081         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
5082         (ev_view_size_request_continuous),
5083         (ev_view_size_request_dual_page),
5084         (ev_view_size_request_single_page), (ev_view_size_allocate),
5085         (zoom_for_size_fit_height),
5086         (ev_view_zoom_for_size_continuous_and_dual_page),
5087         (ev_view_zoom_for_size_continuous),
5088         (ev_view_zoom_for_size_dual_page),
5089         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
5090         (ev_sizing_mode_get_type):
5091         * shell/ev-view.h:
5092         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
5093
5094         Implement FIT_HEIGHT mode (only for links).
5095         Implement FITH links
5096
5097 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
5098
5099         * shell/ev-window-title.c: (get_filename_from_uri),
5100         (ev_window_title_sanitize_extension), (ev_window_title_update),
5101         (ev_window_title_set_document), (ev_window_title_set_uri),
5102         (ev_window_title_free):
5103         * shell/ev-window-title.h:
5104         * shell/ev-window.c: (ev_window_setup_document),
5105         (ev_window_popup_password_dialog):
5106
5107         Refactor window title building while fixing it for
5108         password documents.
5109
5110 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
5111
5112         * pdf/ev-poppler.cc:
5113
5114         Escape link title before setting it in the model
5115
5116 2005-09-23  Marco Pesenti Gritti  <mpg@redhat.com>
5117
5118         * shell/ev-application.c: (removed_from_session), (save_session),
5119         (init_session), (ev_application_get_empty_window),
5120         (ev_application_init), (ev_application_get_windows):
5121         * shell/ev-application.h:
5122         * shell/ev-window.c: (ev_window_finalize):
5123
5124         Add a function to retrieve window list and share it where
5125         necessary.
5126         Implement session handling, works pretty well thanks to the
5127         metadata system.
5128
5129 2005-09-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5130
5131         * shell/ev-password.c: (ev_password_item_created_callback),
5132         (ev_password_dialog_save_password):
5133         
5134         Fix for bug 316972. Use async gnome-keyring API.
5135
5136 2005-09-22  Christian Persch  <chpe@cvs.gnome.org>
5137
5138         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init):
5139         Remove unused unrealize handler. Add scroll handling to
5140         ev_view_scroll_event for presentation mode (bug #316708),
5141         and fix the event state checks there.
5142
5143 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
5144
5145         * shell/ev-page-action.c: (page_changed_cb):
5146
5147         "marco, maybe we should be crazy and jump right to 6! :)"
5148
5149         Bryan Clark, Sep 2005
5150
5151 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
5152
5153         * ps/ps-document.c: (save_document), (ps_document_save),
5154         (ps_document_ps_export_begin), (ps_document_ps_export_do_page),
5155         (ps_document_ps_export_end):
5156
5157         Fix unstructured documents save and print
5158
5159 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
5160
5161         * shell/ev-application.c: (ev_application_open_uri):
5162
5163         Fix window size persistance
5164
5165 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
5166
5167         * shell/ev-view.c: (ev_view_button_release_event):
5168
5169         Based on a patch from carlosgc@gnome.org. Mouse buttons
5170         switch pages in presentation mode.
5171
5172 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
5173
5174         * shell/ev-page-cache.c: (ev_page_cache_get_size):
5175
5176         Dont cast to int before scaling
5177
5178 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
5179
5180         * backend/ev-link.c: (ev_link_type_get_type),
5181         (ev_link_new_page_xyz), (ev_link_new_page_fit),
5182         (ev_link_new_page_fith):
5183         * backend/ev-link.h:
5184         * pdf/ev-poppler.cc:
5185         * shell/ev-view.c: (goto_fith_link), (ev_view_goto_link):
5186
5187         Implement FIT and FITH links
5188
5189 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
5190
5191         * pdf/ev-poppler.cc:
5192
5193         Return 0 results when search is not in progress.
5194
5195         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
5196         (ev_window_cmd_go_next_page), (find_bar_search_changed_cb):
5197
5198         Update menu sensitivity when cancelling search
5199
5200 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
5201
5202         * shell/ev-view.c: (ev_view_can_find_next):
5203
5204         Take all pages in consideration, not just current one
5205
5206 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
5207
5208         * shell/ev-page-cache.c:
5209         * shell/ev-page-cache.h:
5210         * shell/ev-view.c: (ev_view_binding_activated),
5211         (ev_view_next_page), (ev_view_previous_page),
5212         (ev_sizing_mode_get_type):
5213         * shell/ev-view.h:
5214         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
5215         (ev_window_cmd_go_next_page):
5216
5217         Move page next/previous functions from page chace to
5218         view and change it to move by 2 page steps in dual mode.
5219
5220 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
5221
5222         * shell/ev-window.c: (update_sidebar_visibility),
5223         (setup_sidebar_from_metadata), (ev_window_setup_document),
5224         (setup_view_from_metadata):
5225
5226         Show the index by default when there is one     
5227
5228 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
5229
5230         * shell/ev-window-title.c: (ev_window_title_set_document):
5231
5232         Missing null check
5233
5234 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5235
5236         * shell/ev-view.c: (view_update_range_and_current_page):
5237         
5238         Allow display of last odd page in dual view. Fix for 316347.
5239
5240 2005-09-17  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5241
5242         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
5243         
5244         Make close button default. Fix for 316383.
5245
5246 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5247
5248         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
5249         
5250         Mark close button as default. Fix for 316381.
5251
5252 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
5253
5254         * backend/ev-link.c: (ev_link_class_init):
5255
5256         Allow negative doubles in left/top properties
5257
5258 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
5259
5260         * shell/ev-window.c:
5261
5262         Remove a bunch of strings that was used only
5263         by the statusbar.
5264
5265 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
5266
5267         * shell/ev-window-title.c: (get_filename_from_uri),
5268         (ev_window_title_set_document):
5269
5270         When title has a confusing extension, show also
5271         the document filename inside ()
5272
5273 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
5274
5275         * shell/Makefile.am:
5276         * shell/ev-window-title.c: (ev_window_title_new),
5277         (ev_window_title_update), (ev_window_title_set_type),
5278         (ev_window_title_set_document), (ev_window_title_free):
5279         * shell/ev-window-title.h:
5280         * shell/ev-window.c: (ev_window_setup_document),
5281         (password_dialog_response), (ev_window_popup_password_dialog),
5282         (ev_window_dispose), (ev_window_init):
5283
5284         Factor out and cleanup window title code
5285
5286 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
5287
5288         * shell/ev-window.c: (unable_to_load_dialog_response_cb),
5289         (unable_to_load):
5290
5291         Make dialog transient so it doesnt block other windows
5292
5293 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5294
5295         * pdf/ev-poppler.cc:
5296         
5297         Fix pdf thumbnails rendering.
5298
5299 2005-09-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5300
5301         * shell/ev-window.c: (fullscreen_set_timeout):
5302         
5303         Increase timeout to hide full screen popup. Bug 
5304         316123. 
5305
5306 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5307
5308         * data/evince.schemas.in:
5309         * shell/ev-window.c: (update_action_sensitivity):
5310
5311         Allow the user to override document restrictions. Fix for bug
5312         305818.
5313
5314 2005-09-13  Christian Persch  <chpe@cvs.gnome.org>
5315
5316         * shell/ev-window.c: (ev_window_update_fullscreen_popup),
5317         (ev_window_create_fullscreen_popup), (ev_window_screen_changed),
5318         (ev_window_class_init): Fix multihead behaviour of fullscreen
5319         toolbar popup. Fixes bug #315451.
5320
5321 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5322
5323         * configure.ac:
5324         * data/evince-password.glade:
5325         * shell/ev-password.c: (ev_password_dialog_set_property),
5326         (ev_password_dialog_finalize), (ev_password_dialog_class_init),
5327         (ev_password_dialog_init), (ev_password_set_bad_password_label),
5328         (ev_password_dialog_entry_changed_cb),
5329         (ev_password_dialog_entry_activated_cb),
5330         (ev_password_dialog_save_password), (ev_password_keyring_found_cb),
5331         (ev_password_search_in_keyring), (ev_password_dialog_get_password),
5332         (ev_password_dialog_set_bad_pass):
5333         * shell/ev-password.h:
5334         * shell/ev-window.c: (password_dialog_response),
5335         (ev_window_popup_password_dialog):
5336         
5337         Support for gnome-keyring for encrypted PDF's.
5338
5339 2005-09-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5340
5341         * shell/ev-view.c: (handle_link_over_xy), (ev_view_realize),
5342         (ev_view_motion_notify_event), (ev_view_leave_notify_event),
5343         (ev_view_enter_notify_event), (ev_view_class_init):
5344         
5345         More precise handling of enter_notify/leave_notify events
5346         in EvView. Fix for bug 315470.
5347
5348 2005-09-08  Christopher Aillon  <caillon@redhat.com>
5349
5350         * shell/ev-window.c: (fullscreen_timeout_cb),
5351         (fullscreen_set_timeout), (fullscreen_clear_timeout),
5352         (ev_window_dispose):
5353
5354         leak fix: unref fullscreen_timeout_source before clearing it
5355
5356 2005-09-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5357
5358         * configure.ac, dvi/mdvi/Makefile.am: 
5359         
5360         Use lt1 instead lt1lib. Thanks to yselkowitz@users.sourceforge.net
5361
5362 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
5363
5364         * backend/ev-link.c: (ev_link_new_page_xyz):
5365         * pdf/ev-poppler.cc:
5366         * shell/ev-view.c: (goto_xyz_link), (ev_view_goto_link):
5367
5368         Fix some bugs with xyz links, respect zoom
5369
5370 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
5371
5372         * shell/ev-window.c: (page_changed_cb),
5373         (setup_document_from_metadata), (update_sidebar_visibility),
5374         (setup_view_from_metadata), (ev_window_run_fullscreen),
5375         (ev_window_stop_fullscreen), (ev_window_run_presentation),
5376         (ev_window_stop_presentation), (ev_window_continuous_changed_cb),
5377         (ev_window_dual_mode_changed_cb),
5378         (ev_window_sidebar_current_page_changed_cb):
5379
5380         null check uri before setting and getting metadata
5381
5382 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
5383
5384         * dvi/Makefile.am:
5385         * properties/Makefile.am:
5386         * shell/Makefile.am:
5387         * thumbnailer/Makefile.am:
5388
5389         Some build fixes for cygwin. Patch by yselkowitz@users.sourceforge.net
5390
5391 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
5392
5393         * shell/ev-sidebar-links.c: (ev_sidebar_links_class_init),
5394         (selection_changed_callback):
5395         * shell/ev-sidebar-links.h:
5396
5397         Add a signal for link activation.
5398
5399         * shell/ev-view.c: (ev_view_goto_link),
5400         (ev_view_button_release_event):
5401         * shell/ev-view.h:
5402         * shell/ev-window.c: (sidebar_links_link_activated_cb),
5403         (ev_window_init):
5404
5405         Implement the signal so that we can handle all link types.
5406
5407         * shell/ev-page-cache.c:
5408
5409         Remove unused set_link function
5410
5411 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
5412
5413         * lib/ev-tooltip.c: (ev_tooltip_set_position):
5414
5415         Add some space from the cursor, hardcoded but I couldnt
5416         find a better way.
5417
5418 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
5419
5420         * lib/ev-tooltip.c:
5421
5422         Use mozilla style vs gtk style, way better for links.
5423
5424         * shell/ev-view.c: (ev_view_motion_notify_event),
5425         (ev_view_destroy), (ev_view_init):
5426
5427         Deactive tooltip when the link hovered is changed.
5428
5429 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
5430
5431         * backend/ev-document.h:
5432         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_top),
5433         (ev_link_get_left), (ev_link_get_zoom), (ev_link_get_property),
5434         (ev_link_set_property), (ev_window_dispose), (ev_link_class_init),
5435         (ev_link_new_page), (ev_link_new_page_xyz):
5436         * backend/ev-link.h:
5437         * pdf/ev-poppler.cc:
5438         * shell/ev-view.c: (doc_point_to_view_point), (scroll_to_xyz_link),
5439         (go_to_link), (tip_from_link):
5440
5441         Implement xyz links, still not functional. Links are a total
5442         mess, will need to refactor and bugfix a lot :(
5443
5444 2005-09-05  Alessio Frusciante  <algol@firenze.linux.it>
5445
5446         * configure.ac: Added "it" (Italian) to ALL_LINGUAS.
5447
5448 2005-09-05  Marco Pesenti Gritti <mpg@redhat.com>
5449
5450         * data/evince-ui.xml:
5451         * data/evince.schemas.in:
5452         * shell/Makefile.am:
5453         * shell/ev-window.c: (update_chrome_visibility),
5454         (password_dialog_response), (ev_window_load_job_cb),
5455         (ev_window_xfer_job_cb), (ev_window_open_uri),
5456         (ev_window_class_init), (set_chrome_actions), (load_chrome),
5457         (ev_window_init):
5458
5459         Remove the statusbar. This regress loading feedback, need to
5460         check with Bryan what we want to do there...
5461
5462 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
5463
5464         * lib/ev-tooltip.c: (ev_tooltip_init):
5465
5466         Fix tooltip border and size handling
5467
5468 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
5469
5470         * lib/ev-tooltip.c: (ev_tooltip_dispose), (ev_tooltip_class_init),
5471         (ev_tooltip_set_position), (ev_tooltip_recently_shown),
5472         (ev_tooltip_timeout), (ev_tooltip_activate),
5473         (ev_tooltip_deactivate):
5474         * lib/ev-tooltip.h:
5475         * shell/ev-view.c: (ev_view_motion_notify_event):
5476
5477         Delay popup showing. Mirror gtk logic/times.
5478
5479 2005-09-03  Marco Pesenti Gritti  <mpg@redhat.com>
5480
5481         * lib/Makefile.am:
5482         * lib/ev-tooltip.c: (ev_tooltip_expose_event),
5483         (ev_tooltip_class_init), (ev_tooltip_init), (ev_tooltip_new),
5484         (ev_tooltip_set_text), (ev_tooltip_set_position):
5485         * lib/ev-tooltip.h:
5486
5487         Simple widget to show tooltips at a custom position
5488
5489         * shell/ev-view.c: (tip_from_link), (ev_view_motion_notify_event),
5490         (ev_view_destroy):
5491
5492         Use it for links. First go, needs work
5493
5494 2005-08-17  Dennis Cranston  <dennis_cranston@yahoo.com>
5495
5496         * shell/ev-window.c: (ev_window_cmd_edit_toolbar): A couple small 
5497         HIG fixes.  Use title capitalization for window title. Use 12 
5498         pixels of space between the dialog's vbox and action area.
5499
5500 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
5501
5502         * shell/ev-window.c: (file_open_dialog_response_cb),
5503         (ev_window_cmd_file_open), (file_save_dialog_response_cb),
5504         (ev_window_cmd_save_as):
5505
5506         Make file pickers not modal and refactor code some
5507
5508 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
5509
5510         * shell/ev-sidebar.h:
5511         * shell/ev-sidebar.c: (ev_sidebar_set_property),
5512         (ev_sidebar_get_current_page), (ev_sidebar_get_property),
5513         (ev_sidebar_class_init), (ev_sidebar_select_page),
5514         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_new),
5515         (ev_sidebar_set_page):
5516
5517         Add a current page property and allow to get/set it
5518
5519         * shell/ev-window.c: (setup_view_from_metadata),
5520         (ev_window_sidebar_current_page_changed_cb), (ev_window_init):
5521
5522         Persist current sidebar page per document
5523
5524 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
5525
5526         * data/evince.schemas.in:
5527         * shell/ev-window.c: (update_chrome_visibility),
5528         (setup_document_from_metadata), (update_sidebar_visibility),
5529         (setup_view_from_metadata), (ev_window_sidebar_position_change_cb),
5530         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
5531         (ev_window_run_presentation), (ev_window_stop_presentation),
5532         (ev_window_view_sidebar_cb),
5533         (ev_window_sidebar_visibility_changed_cb), (set_chrome_actions),
5534         (load_chrome), (ev_window_init):
5535
5536         Persist size/visibility of sidebar per document
5537
5538 Fri Sep  2 00:59:55 2005  Jonathan Blandford  <jrb@redhat.com>
5539
5540         * shell/ev-view.c (draw_loading_text): Draw loading text.
5541
5542 2005-09-02  Dan Damian  <dand@gnome.ro>
5543
5544         * configure.in: Added "ro" to ALL_LINGUAS.
5545
5546 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
5547
5548         * shell/ev-view.c: (clear_caches):
5549
5550         ev_page_cache_get doesnt return a reference,
5551         dont try to unref it.
5552
5553 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
5554
5555         * shell/main.c: (load_files_remote):
5556
5557         Fix timestamp parameter with dbus <= 0.33
5558
5559 2005-08-31  Marco Pesenti Gritti  <mpg@redhat.com>
5560
5561         * data/evince.schemas.in:
5562
5563         Add missing full stop
5564
5565 2005-08-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
5566
5567         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info):
5568         * shell/ev-window.c: (ev_window_print_range), (ev_window_dispose):
5569
5570         Plug some memory leaks
5571
5572 2005-08-29  Christian Persch  <chpe@cvs.gnome.org>
5573
5574         * configure.ac:
5575         * lib/ev-debug.c: (trap_handler):
5576
5577         Check for execinfo.h and use it only if it exists.
5578         Ported from Epiphany (bug #314776).
5579
5580 2005-08-29  Duarte Loreto <happyguy_pt@hotmail.com>
5581
5582         * configure.ac: Added Portuguese (pt) to ALL_LINGUAS.
5583
5584 2005-08-27  Mohammad DAMT  <mdamt@gnome.org>
5585
5586         * configure.ac: Added Indonesian "id" to ALL_LINGUAS
5587         * po/id.po      : Added Indonesian translation
5588
5589 Fri Aug 26 00:45:09 2005  Jonathan Blandford  <jrb@redhat.com>
5590
5591         * shell/main.c:
5592         * shell/ev-application.c: Last minute GTK-2.6 fixes.
5593         * NEWS: Release 0.4.0
5594
5595 Thu Aug 25 23:40:23 2005  Jonathan Blandford  <jrb@redhat.com>
5596
5597         * configure.ac: catch another gtk+-2.8ism
5598         * shell/main.c: Make work with gtk+-2.6
5599
5600 2005-08-25  Ryan Lortie  <desrt@desrt.ca>
5601
5602         * shell/ev-application-service.xml: Add 'timestamp' argument to
5603           ev_application_open_window and ev_application_open_uri methods.
5604
5605         * shell/ev-application.h: Add 'timestamp' argument to
5606           ev_application_open_window, ev_application_open_uri,
5607           and ev_application_open_uri_list functions.
5608
5609         * shell/ev-application.c (ev_application_open_window,
5610           ev_application_open_uri, ev_application_open_uri_list): Change
5611           functions that show/present windows to use a timestamp if one
5612           is passed in.
5613
5614         * shell/ev-window.c (ev_window_cmd_file_open,
5615           ev_window_cmd_recent_file_activate, drag_data_received_cb):
5616         * shell/main.c (load_files): Modify calls to ev_application to
5617           include GDK_CURRENT_TIME as timestamp.
5618
5619         * shell/main.c (load_files_remote): Obtain timestamp for client
5620           instance from GDK and pass to server instance so new windows are
5621           focused properly.  Fix dbus_g_proxy_call() calls by including second
5622           G_TYPE_INVALID.
5623           
5624         Closes bug #314475.
5625
5626 Thu Aug 25 22:13:08 2005  Jonathan Blandford  <jrb@redhat.com>
5627
5628         * shell/ev-window.c (ev_window_finalize): Check for
5629         avail. EvWindows when quiting to handle the finalize better,
5630         #314497
5631
5632 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5633         
5634         * properties/ev-properties-view.c: 
5635         
5636         Set textdomain to libglade. Fixes translation problem in property page.
5637
5638 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5639
5640         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
5641         * dvi/Makefile.am:
5642         * dvi/dvi-document.c: (dvi_document_thumbnails_get_thumbnail):
5643         * dvi/mdvi-lib/Makefile.am:
5644         
5645         Fix rotation of thumbnails, ported to new API. Moved library
5646         dependencies earlier, probably it will fix linkage problem.
5647
5648 Thu Aug 25 02:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
5649
5650         * backend/ev-document-misc.c:
5651         (ev_document_misc_get_thumbnail_frame):
5652         * backend/ev-document-misc.h:
5653         * configure.ac:
5654         * pdf/ev-poppler.cc:
5655         * shell/Makefile.am:
5656         * shell/ev-sidebar-thumbnails.c: (add_range),
5657         (ev_sidebar_thumbnails_set_loading_icon),
5658         (ev_sidebar_thumbnails_refresh),
5659         (ev_sidebar_thumbnails_set_document):
5660         * shell/ev-sidebar-thumbnails.h:
5661         * shell/ev-view.c: (ev_view_motion_notify_event),
5662         (ev_view_set_property), (ev_view_get_property),
5663         (ev_view_class_init), (ev_view_set_rotation):
5664         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
5665         (ev_window_cmd_edit_rotate_right), (ev_window_rotation_changed_cb),
5666         (ev_window_init):
5667         * tiff/tiff-document.c: (tiff_document_thumbnails_get_thumbnail):
5668         Redo rotation (again).  prepare for 0.4.0
5669
5670 2005-08-24  Kristian Høgsberg  <krh@redhat.com>
5671
5672         * configure.ac: Bump poppler requirement to 0.4.1.
5673
5674         * pdf/ev-poppler.cc (pdf_selection_render_selection): Add rotation
5675         argument to poppler_page_render_selection() call.
5676
5677 2005-08-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5678
5679         * djvu/djvu-document.c: (djvu_document_render_pixbuf),
5680         (djvu_document_thumbnails_get_thumbnail):
5681         * dvi/dvi-document.c: (dvi_document_render_pixbuf),
5682         (dvi_document_thumbnails_get_thumbnail):
5683         * pixbuf/pixbuf-document.c: (pixbuf_document_render_pixbuf),
5684         (pixbuf_document_thumbnails_get_thumbnail):
5685         * tiff/tiff-document.c: (tiff_document_render_pixbuf):
5686         
5687         Update rotation direction of backends to fit with pdf and ps.
5688
5689 2005-08-24  Marco Pesenti Gritti  <mpg@redhat.com>
5690
5691         * backend/ev-async-renderer.c: (ev_async_renderer_render_pixbuf):
5692         * backend/ev-async-renderer.h:
5693         * ps/ps-document.c: (ps_document_init), (setup_pixmap),
5694         (setup_page), (ps_document_get_page_size),
5695         (ps_async_renderer_render_pixbuf):
5696         * ps/ps-document.h:
5697         * shell/ev-jobs.c: (ev_job_render_run):
5698
5699         Fix orientation in the postscript document
5700
5701 2005-08-23  Marco Pesenti Gritti  <mpg@redhat.com>
5702
5703         * pdf/ev-poppler.cc:
5704         * ps/ps-document.c: (push_pixbuf), (ps_document_widget_event):
5705         * shell/ev-view.c: (highlight_find_results):
5706
5707         Adapt to the new poppler rotation API. Fix text maps on landscape
5708         documents.
5709
5710 Sat Aug 20 17:13:48 2005  Jonathan Blandford  <jrb@redhat.com>
5711
5712         * shell/ev-view.c (compute_new_selection_text): get the correct
5713         region when selecting in modes other than continuous.
5714
5715 Sat Aug 20 13:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
5716
5717         * shell/main.c (main): remove redundant g_warnings.
5718
5719 2005-08-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5720
5721         * shell/Makefile.am: Don't include autogenerated
5722         file ev-application-service.h into distribution, since
5723         it causes dbus crash. Fix for bugs 313724 and 313443. 
5724
5725 2005-08-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5726
5727         * configure.ac: Fix sed expression for FreeBSD. Thanks
5728         to Joe Marcus Clark <marcus@freebsd.org>
5729         
5730         * shell/eggfindbar.c: (entry_activate_callback),
5731         (entry_changed_callback), (egg_find_bar_init),
5732         (egg_find_bar_set_search_string):
5733         
5734         Made findbar buttons unsensitive if there is no text in
5735         entry. Fix for the bug 313285.
5736
5737 2005-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
5738
5739         * ps/ps-document.c: Use g_filename_display_name for displaying
5740         filenames and revert string freeze breackage
5741
5742 2005-08-17  Marco Pesenti Gritti  <mpg@redhat.com>
5743
5744         * NEWS:
5745         * configure.ac:
5746
5747         Update for 0.3.4
5748
5749         * shell/Makefile.am:
5750
5751         Add ev-application-service.xml to extra dist
5752
5753         * shell/ev-view.c: (find_page_at_location):
5754
5755         Remove unused function (fix warning)
5756
5757 2005-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5758
5759         * dvi/mdvi-lib/t1.c: (t1_reset_resolution), (t1_really_load_font),
5760         (t1_load_font), (t1_glyph_bitmap), (t1_font_remove):
5761         
5762         Fix warnings and compilation with t1lib-5.0 and newer. Fix for 
5763         bug 313623.
5764
5765 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5766
5767         * shell/ev-utils.c: (set_umask_permissions), (write_to_temp_file):
5768         * shell/ev-window.c:
5769         Fix build warnings
5770
5771 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
5772
5773         * configure.ac: Update script to get dbus version.
5774         Fix for the bug #313443.
5775
5776 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5777
5778         * shell/ev-window.c: (ev_window_cmd_escape):
5779         
5780         Return focus back to view on escape. Fix for bug 313295.
5781
5782 2005-08-16  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
5783
5784         * shell/ev-window.c: (update_window_title),
5785         (ev_window_popup_password_dialog), (ev_window_load_job_cb),
5786         (ev_window_cmd_save_as):
5787         
5788         Correct conversion from uri to displayable string. Fix for
5789         bug 313296.
5790
5791 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
5792
5793         * ps/ps-document.c: convert filename to utf8 when there is an error
5794         loading document. Fixes #309915
5795
5796 2005-08-16  Marco Pesenti Gritti  <mpg@redhat.com>
5797
5798         * configure.ac:
5799
5800         We depend on poppler 0.4.0
5801
5802 Mon Aug 15 21:53:05 2005  Jonathan Blandford  <jrb@redhat.com>
5803
5804         * configure.ac:
5805         * NEWS: Release 0.3.3.
5806         * thumbnailer/evince-thumbnailer.c: Remove pdf icon.
5807
5808 2005-08-14  Dennis Cranston  <dennis_cranston@yahoo.com>
5809
5810         * shell/ev-window.c: (ev_window_cmd_file_open): HIG fixes:  
5811         add a couple missing mnemonics to menu items, use title 
5812         capitalization for menu items and window titles, and add 
5813         ellipsis to open menu item.     
5814
5815 Mon Aug 15 00:40:21 2005  Jonathan Blandford  <jrb@redhat.com>
5816
5817         * pdf/ev-poppler.cc:
5818         * shell/ev-metadata-manager.c: (ev_metadata_manager_init):
5819         * shell/ev-view.c: (ev_view_rotate_left), (ev_view_set_rotation),
5820         (ev_view_get_rotation):
5821         * shell/ev-view.h:
5822         * shell/ev-window.c: (setup_view_from_metadata),
5823         (save_rotation_to_file), (ev_window_cmd_edit_rotate_left),
5824         (ev_window_cmd_edit_rotate_right): Fix rotation.  Save it to
5825         disk.
5826
5827 2005-08-14  Baris Cicek <baris@teamforce.name.tr>
5828
5829         * configure.ac: Added tr to ALL_LINGUAS
5830
5831 2005-08-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
5832
5833         * shell/ev-view.c: Fix for bug Bug 311838. Search backward
5834         requires several clicks to find word. Thanks to 
5835         Colin Slater <kiltedtaco@gmail.com>.
5836
5837 2005-08-11  Bryan Clark  <clarkbw@cvs.gnome.org>
5838
5839         * data/evince.desktop.in.in: Hide menu entry and
5840         rename it to "Document Viewer". Fix for bug 
5841         #312399.
5842
5843 2005-08-11  Crispin Flowerday  <gnome@flowerday.cx>
5844
5845         * shell/ev-page-action.c (ev_page_action_class_init): 
5846
5847         Point to the correct function in constructor of the
5848         activate_label signal
5849
5850 Tue Aug  9 02:17:13 2005  Jonathan Blandford  <jrb@redhat.com>
5851
5852         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
5853         * shell/ev-jobs.h: Make thread safe.
5854
5855 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5856
5857         * shell/ev-view.c: (view_update_range_and_current_page):
5858         Don't update page range if we are scrolling to some document
5859         point.
5860
5861 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5862
5863         * shell/ev-view.c: (get_page_extents): reverse rotation/scale
5864         when getting max_page_width, fix drawing in dual mode.
5865
5866 Sun Aug  7 02:06:08 2005  Jonathan Blandford  <jrb@redhat.com>
5867
5868         * shell/ev-view.c (ev_view_select_all): reverse rotation/page when
5869         getting the area for select_all.
5870
5871 2005-08-06  Kristian Høgsberg  <krh@redhat.com>
5872
5873         * backend/ev-selection.c: (ev_selection_render_selection):
5874         * backend/ev-selection.h:
5875         * pdf/ev-poppler.cc:
5876         * shell/ev-jobs.c: (ev_job_render_new):
5877         * shell/ev-jobs.h:
5878         * shell/ev-pixbuf-cache.c: (get_selection_colors),
5879         (add_job_if_needed), (ev_pixbuf_cache_get_selection_pixbuf):
5880         * shell/ev-view.c: (ev_view_focus_in), (ev_view_focus_out),
5881         (ev_view_class_init):
5882
5883         Change selection color on focus in and focus out events.  Also,
5884         poppler now uses GdkColor for specifying the selection colors, so
5885         drop some awkward conversion code.
5886
5887 2005-08-06  Yair Hershkovitz  <yairhr@gmail.com>
5888
5889         * configure.ac: Added Hebrew translation
5890
5891 Sat Aug  6 01:12:44 2005  Jonathan Blandford  <jrb@redhat.com>
5892
5893         * NOTES:
5894         * backend/ev-selection.c: (ev_selection_render_selection):
5895         * backend/ev-selection.h:
5896         * pdf/ev-poppler.cc:
5897         * shell/ev-jobs.c: (ev_job_render_dispose), (ev_job_render_new),
5898         (ev_job_render_run):
5899         * shell/ev-jobs.h:
5900         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
5901         (ev_pixbuf_cache_new), (job_finished_cb), (add_job_if_needed),
5902         (convert_gdk_color_to_uint), (ev_pixbuf_cache_get_text_mapping),
5903         (ev_pixbuf_cache_style_changed),
5904         (ev_pixbuf_cache_get_selection_pixbuf),
5905         (ev_pixbuf_cache_set_selection_list),
5906         (ev_pixbuf_cache_get_selection_list):
5907         * shell/ev-pixbuf-cache.h:
5908         * shell/ev-utils.c: (ev_print_region_contents):
5909         * shell/ev-utils.h:
5910         * shell/ev-view.c: (ev_view_queue_draw_page),
5911         (selection_update_idle_cb), (ev_view_motion_notify_event),
5912         (ev_view_style_set), (draw_one_page), (ev_view_class_init),
5913         (setup_caches), (ev_view_find_next), (merge_selection_region),
5914         (selection_free):
5915         * shell/ev-window.c: (ev_window_update_fullscreen_popup):
5916
5917         Clean up selection to be much smoother!
5918
5919 2005-08-05  Kristian Høgsberg  <krh@redhat.com>
5920
5921         * pdf/ev-poppler.cc (pdf_selection_render_selection): Pass colors
5922         to poppler_page_render_selection().
5923
5924 2005-08-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5925
5926         * ps/ps-document.c: (save_page_list): Use
5927         unzipped document when printing. Thanks to 
5928         Colin Slater <kiltedtaco@gmail.com>. Fix for bug
5929         311016.
5930
5931 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5932
5933         * shell/ev-window.c: (update_action_sensitivity):
5934         
5935         Disable print and save respect to lockdown gconf keys. Fix
5936         for 312342.
5937
5938 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5939
5940         * configure.ac:
5941         * shell/ev-utils.c: (rename_file), (set_umask_permissions),
5942         (write_to_temp_file), (ev_file_set_contents):
5943         * shell/ev-utils.h:
5944         * shell/ev-window.c: (save_print_config_to_file):
5945         
5946         Copy-paste g_file_set_contents to keep compatibility with gtk 2.6
5947         Fix for bug 312238
5948
5949 2005-07-31  Christian Persch  <chpe@cvs.gnome.org>
5950
5951         * shell/ev-window.c: (load_print_config_from_file),
5952         (save_print_config_to_file), (ev_window_print_range):
5953
5954         Persist the print settings. Fixes bug #311578.
5955
5956 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5957
5958         * djvu/djvu-document.c: (djvu_document_get_page_size),
5959         (djvu_document_render_pixbuf), (djvu_document_document_iface_init),
5960         (djvu_document_thumbnails_get_thumbnail):
5961         * dvi/dvi-document.c: (dvi_document_get_page_size),
5962         (dvi_document_render_pixbuf), (dvi_document_document_iface_init),
5963         (dvi_document_thumbnails_get_dimensions),
5964         (dvi_document_thumbnails_get_thumbnail):
5965         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size),
5966         (pixbuf_document_render_pixbuf),
5967         (pixbuf_document_document_iface_init),
5968         (pixbuf_document_thumbnails_get_thumbnail):
5969         
5970         Update backends to make them build with new rotation system.
5971
5972 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5973
5974         * help/C/figures/evince_start_window.png:
5975         
5976         Update documentation image from Luca Ferretti <elle.uca@libero.it>
5977
5978 Sat Jul 30 19:09:34 2005  Jonathan Blandford  <jrb@redhat.com>
5979
5980         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_clear):
5981         * shell/ev-pixbuf-cache.h:
5982         * shell/ev-sidebar-thumbnails.c:
5983         (ev_sidebar_thumbnails_get_property), (add_range),
5984         (adjustment_changed_cb):
5985         * shell/ev-view.c: (ev_view_set_rotation): Fix rotation and the
5986         pixbuf cache.  Make thumbnailing work again.  Also, fix bug where
5987         we were thumbnailing the entire docment on startup, slowing us
5988         down hugely. 
5989
5990 Fri Jul 29 23:14:28 2005  Jonathan Blandford  <jrb@redhat.com>
5991
5992         * shell/ev-page-cache.c: (ev_page_cache_new):
5993         * shell/ev-window.c: (update_action_sensitivity): Handle n_pages
5994         == 0, fixes #310306.
5995
5996 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
5997
5998         * shell/ev-view.c: (doc_rect_to_view_rect), (ev_view_rotate_right),
5999         (ev_view_rotate_left):
6000
6001         Account rotation in doc_rect_to_view_rect.
6002         Ensure rotation doesnt go out of bounds.
6003
6004 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
6005
6006         * shell/ev-page-cache.c: (ev_page_cache_get_size):
6007
6008         Correct and cleanup w/h swapping
6009
6010 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
6011
6012         * backend/ev-document-thumbnails.c:
6013         (ev_document_thumbnails_get_thumbnail):
6014         * backend/ev-document-thumbnails.h:
6015         * backend/ev-document.c:
6016         * backend/ev-document.h:
6017         * backend/ev-render-context.c: (ev_render_context_new),
6018         (ev_render_context_set_rotation):
6019         * backend/ev-render-context.h:
6020         * pdf/ev-poppler.cc:
6021         * ps/ps-document.c: (ps_document_document_iface_init):
6022         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
6023         * shell/ev-jobs.h:
6024         * shell/ev-page-cache.c: (build_height_to_page),
6025         (ev_page_cache_new), (ev_page_cache_get_size),
6026         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
6027         (ev_page_cache_get_height_to_page):
6028         * shell/ev-page-cache.h:
6029         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
6030         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
6031         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed),
6032         (ev_pixbuf_cache_get_selection_pixbuf):
6033         * shell/ev-pixbuf-cache.h:
6034         * shell/ev-print-job.c: (idle_print_handler):
6035         * shell/ev-sidebar-thumbnails.c: (add_range):
6036         * shell/ev-view.c: (view_update_range_and_current_page),
6037         (get_page_y_offset), (get_page_extents),
6038         (ev_view_size_request_continuous_dual_page),
6039         (ev_view_size_request_continuous),
6040         (ev_view_size_request_dual_page),
6041         (ev_view_size_request_single_page), (draw_one_page),
6042         (ev_view_set_rotation), (ev_view_rotate_right),
6043         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
6044         (ev_view_zoom_for_size_continuous_and_dual_page),
6045         (ev_view_zoom_for_size_continuous),
6046         (ev_view_zoom_for_size_dual_page),
6047         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
6048         (ev_view_select_all):
6049         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
6050         * tiff/tiff-document.c: (tiff_document_render_pixbuf),
6051         (tiff_document_document_iface_init),
6052         (tiff_document_thumbnails_get_thumbnail):
6053
6054         Use rotation rather than orientation. It's easier and enough
6055         for our needs.
6056
6057 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
6058
6059         * shell/ev-page-cache.c: (build_height_to_page),
6060         (ev_page_cache_new), (ev_page_cache_get_size),
6061         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
6062         (ev_page_cache_get_height_to_page):
6063         * shell/ev-page-cache.h:
6064         * shell/ev-view.c: (get_page_y_offset), (get_page_extents),
6065         (ev_view_size_request_continuous_dual_page),
6066         (ev_view_size_request_continuous),
6067         (ev_view_zoom_for_size_continuous_and_dual_page),
6068         (ev_view_zoom_for_size_continuous):
6069
6070         Make the page cache aware of page orientation.
6071
6072 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
6073
6074         * backend/ev-document-thumbnails.c:
6075         (ev_document_thumbnails_get_thumbnail):
6076         * backend/ev-document-thumbnails.h:
6077         * backend/ev-document.c:
6078         * backend/ev-document.h:
6079         * backend/ev-ps-exporter.c: (ev_ps_exporter_do_page):
6080         * backend/ev-ps-exporter.h:
6081         * pdf/ev-poppler.cc:
6082         * ps/ps-document.c: (ps_document_document_iface_init),
6083         (ps_document_ps_export_do_page):
6084         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
6085         * shell/ev-jobs.h:
6086         * shell/ev-page-cache.c: (ev_page_cache_get_size),
6087         (ev_page_cache_get):
6088         * shell/ev-page-cache.h:
6089         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
6090         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
6091         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed):
6092         * shell/ev-pixbuf-cache.h:
6093         * shell/ev-print-job.c: (idle_print_handler):
6094         * shell/ev-sidebar-thumbnails.c: (add_range):
6095         * shell/ev-view.c: (view_update_range_and_current_page),
6096         (get_page_extents), (ev_view_size_request_dual_page),
6097         (ev_view_size_request_single_page), (draw_one_page),
6098         (clear_caches), (ev_view_set_orientation), (ev_view_rotate_right),
6099         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
6100         (ev_view_zoom_for_size_dual_page),
6101         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
6102         (ev_view_select_all):
6103         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
6104         * tiff/tiff-document.c: (tiff_document_get_page_size),
6105         (tiff_document_get_orientation), (rotate_pixbuf),
6106         (tiff_document_render_pixbuf), (tiff_document_document_iface_init),
6107         (tiff_document_thumbnails_get_thumbnail),
6108         (tiff_document_ps_export_do_page), (tiff_document_init):
6109
6110         Really make use of the orientation bit of the render context.
6111         Use the render context in a few more places in the backend API.
6112         This regress orientation, but now it's done right. Will try to
6113         fix it up asap...
6114
6115 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
6116
6117         * shell/ev-view.c: (ensure_rectangle_is_visible):
6118
6119         Patch by Nickolay V. Shmyrev to fix find flickering
6120
6121 2005-07-27  Martin Kretzschmar  <martink@gnome.org>
6122
6123         * backend/ev-ps-exporter.h: add paper_width, paper_height, and
6124         duplex parameters to ::begin.
6125
6126         * tiff/tiff-document.c (tiff_document_ps_export_begin): 
6127         * shell/ev-print-job.c (idle_print_handler): 
6128         * ps/ps-document.c (ps_document_ps_export_begin): 
6129         * pdf/ev-poppler.cc (pdf_document_ps_exporter_begin): 
6130         * backend/ev-ps-exporter.c (ev_ps_exporter_begin): update
6131         implementations. Poppler backend needs poppler cvs. Rest has
6132         unchanged behavior.
6133
6134 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
6135
6136         * shell/ev-window.c (using_pdf_printer): new function.
6137         (ev_window_print_range): print a less techy message if someone
6138         tries to print to PDF.
6139
6140 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
6141
6142         * pdf/ev-poppler.cc (font_type_to_string): Remove trailing space
6143         from "unknown font" string. Bug #311431
6144
6145 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
6146
6147         * help/es/.cvsignore, help/sr/.cvsignore: ignore xmlpo output.
6148
6149 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
6150
6151         Bug #311280
6152         
6153         * pdf/ev-poppler.cc (font_type_to_string): new, returns user readable
6154         name for PopplerFontTypes
6155         (pdf_document_fonts_fill_model): add font type to the detail column
6156
6157         * backend/ev-document-fonts.h: added
6158         EV_DOCUMENT_FONTS_COLUMN_DETAILS.
6159
6160         * shell/ev-properties-fonts.c (font_cell_data_func): glue together
6161         font name and font details, add a little markup.
6162         (ev_properties_fonts_init): use the new cell data func, specify ypad
6163         property for the cell renderer.
6164         (ev_properties_fonts_set_document): add the details column.
6165
6166 2005-07-24  Artur Flinta  <aflinta@cvs.gnome.org>
6167
6168         * configure.ac: Added "pl" to ALL_LINGUAS.
6169
6170 2005-07-24  Danilo Šegan  <danilo@gnome.org>
6171
6172         * configure.ac: Added "sr" and "sr@Latn" to ALL_LINGUAS.
6173
6174 2005-07-23  Tommi Vainikainen  <thv@iki.fi>
6175
6176         * help/ChangeLog: Started this for translations of manual.
6177         * configure.ac, autogen.sh, .cvsignore: Migrated to
6178         gnome-doc-utils. Patch in bug #311222.
6179
6180 2005-07-22  Martin Kretzschmar  <martink@gnome.org>
6181
6182         * backend/ev-document-factory.c (mime_type_supported_by_gdk_pixbuf): 
6183         #ifdef this away to fix an unused-function warning.
6184
6185 2005-07-22  Ignacio Casal Quinteiro  <nacho.resa@gmail.com>
6186
6187         * configure.ac: Added 'gl' to ALL_LINGUAS.
6188
6189 2005-07-22  Pawan Chitrakar  <pawan@nplinux.org>
6190
6191         * configure.ac: Added ne in ALL_LINGUAS
6192         
6193 2005-07-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6194
6195         * shell/ev-view.c: (ev_view_leave_notify_event):
6196         
6197         Clear status message when pointer leaves view. Fix for bug
6198         #310818 
6199
6200 2005-07-20 Ankit Patel <ankit644@yahoo.com>
6201
6202         * configure.ac: Gujarati (gu) added to ALL_LINGUAS
6203
6204 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6205
6206         * shell/ev-view.c: (ev_view_leave_notify_event),
6207         (ev_view_class_init):
6208         
6209         Set cursor to normal then leaving view.
6210
6211 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6212
6213         * configure.ac:
6214         
6215         Fix required djvulibre version.
6216
6217 2005-07-15  Rajesh Ranjan <rajeshkajha@yahoo.com>
6218
6219         *configure.ac: Hindi (hi) language added
6220
6221 2005-07-15  Amanpreet Singh Brar <amanpreetalam@yahoo.com>
6222
6223         *configure.ac: Punjabi (pa) Language added
6224
6225 2005-07-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6226
6227         * data/evince-ui.xml, shell/ev-window.c:
6228         
6229         Add keypad accelerators for zooming. Fix for bug 308128.
6230
6231 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
6232
6233         * Makefile.am:
6234         * backend/Makefile.am:
6235         * backend/ev-document-factory.c: (ev_document_type_get_from_mime):
6236         * configure.ac:
6237         * shell/ev-document-types.c: (ev_document_types_add_filters):
6238
6239         Allow to enable/disable the pixbuf backend.
6240         Default to off for now. If we want it enabled we should
6241         really put mime types in the desktop, implement properties etc.
6242
6243         * properties/evince-properties.c:
6244
6245         Initialize error to NULL.
6246         Check error is not NULL before freeing.
6247
6248 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
6249
6250         * shell/ev-window.c:
6251
6252         Use F5 as presentation accell
6253
6254 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
6255
6256         * shell/ev-window.c: (update_chrome_visibility),
6257         (ev_window_create_fullscreen_popup), (ev_window_init):
6258
6259         Do not leak the fullscreen toolbar
6260
6261 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
6262
6263         * shell/ev-window.c: (view_actions_focus_in_cb),
6264         (view_actions_focus_out_cb):
6265
6266         These has a return value! Fix totally random focus
6267         issues we was seeing.
6268
6269 2005-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
6270
6271         * shell/main.c: (load_files_remote):
6272
6273         Allow open more than one file
6274
6275 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
6276
6277         * shell/main.c: (load_files_remote):
6278
6279         Fix for dbus 0.33. bug #309975
6280
6281 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
6282
6283         * properties/ev-properties-main.c: (ev_properties_get_pages):
6284
6285         Actually return NULL for types we dont support
6286
6287 2005-07-08  Christian Persch  <chpe@cvs.gnome.org>
6288
6289         * po/POTFILES.in:
6290
6291         Remove empty lines.
6292
6293 2005-07-08  Marco Pesenti Gritti  <marco@gnome.org>
6294
6295         * backend/ev-document-factory.c:
6296         (ev_document_factory_get_document):
6297
6298         Do not try to create the object if type
6299         is invalid.
6300
6301 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
6302
6303         * ps/ps-document.c: (ps_document_dispose),
6304         (ps_async_renderer_render_pixbuf):
6305         * ps/ps-document.h:
6306
6307         Do not leak the target window
6308
6309 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
6310
6311         * shell/ev-application.c: (ev_application_init):
6312
6313         Let tbe check file existence for us.
6314         Add a comment about eggrecent mime filter.
6315
6316 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
6317
6318         * data/evince-ui.xml:
6319         * shell/ev-application.c: (ev_application_shutdown),
6320         (ev_application_init), (ev_application_get_toolbars_model),
6321         (ev_application_get_recent_model),
6322         (ev_application_save_toolbars_model):
6323         * shell/ev-application.h:
6324         * shell/ev-window.c: (ev_window_add_recent),
6325         (ev_window_setup_recent), (ev_window_cmd_edit_toolbar_cb),
6326         (ev_window_cmd_edit_toolbar), (ev_window_dispose),
6327         (ev_window_init):
6328
6329         Use common toolbar and recent models for all windows.
6330         Patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6331
6332 Thu Jul  7 23:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
6333
6334         * configure.ac: add FRONTEND_CORE_LIBS to evince_save_LIBS so we
6335         successfully check for gtk_icon_view_get_visible_range.
6336
6337 2005-07-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6338
6339         * djvu/Makefile.am:
6340         * dvi/Makefile.am:
6341         
6342         Fix djvu and dvi backend build.
6343
6344 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
6345
6346         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c: (new_pixbuf_from_widget),
6347         (new_separator_pixbuf):
6348
6349         Don't leak windows.
6350
6351 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
6352
6353         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
6354
6355         HIGification of toolbar editor dialogue.
6356
6357 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6358
6359         * configure.ac:
6360         * shell/Makefile.am:
6361
6362         Ever build metadata manager since it's just
6363         disabled at runtime now.
6364
6365 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6366
6367         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
6368         (ev_metadata_manager_get), (ev_metadata_manager_set):
6369         * shell/ev-metadata-manager.h:
6370
6371         Add an _init functions that enabled metadata management
6372         at runtime.
6373
6374         * shell/ev-window.c: (page_changed_cb),
6375         (setup_document_from_metadata), (ev_window_setup_document),
6376         (setup_view_from_metadata), (ev_window_open_uri),
6377         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
6378         (ev_window_run_presentation), (ev_window_stop_presentation),
6379         (save_sizing_mode), (ev_window_zoom_changed_cb),
6380         (ev_window_continuous_changed_cb),
6381         (ev_window_dual_mode_changed_cb), (window_state_event_cb),
6382         (window_configure_event_cb):
6383
6384         Remove all ugly metadata define since we deal with it
6385         at runtime now.
6386
6387         * shell/main.c: (load_files_remote), (main):
6388
6389         Add support for dbus cvs head. Hopefully didnt break one
6390         of the other versions now!
6391
6392         If we dont get a response from the dbus server just
6393         give up with it and not enable metadata.
6394
6395 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6396
6397         * Makefile.am:
6398         * backend/Makefile.am:
6399         * configure.ac:
6400         * cut-n-paste/recent-files/Makefile.am:
6401         * cut-n-paste/toolbar-editor/Makefile.am:
6402         * cut-n-paste/zoom-control/Makefile.am:
6403         * lib/Makefile.am:
6404         * pdf/Makefile.am:
6405         * pixbuf/Makefile.am:
6406         * properties/Makefile.am:
6407         * ps/Makefile.am:
6408         * shell/Makefile.am:
6409         * thumbnailer/Makefile.am:
6410         * tiff/Makefile.am:
6411
6412         Make frontends depend on just libev.
6413         Rework and group CFLAGS/LIBS definitions.
6414         Cleanups.
6415
6416 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6417
6418         * shell/ev-window:
6419
6420         do not unnecessarily save zoom
6421
6422         * configure.ac:
6423         * lib/ev-file-helpers.c: (ev_dot_dir):
6424         * shell/Makefile.am:
6425         * shell/dummy.cc:
6426
6427         Some cleanups
6428
6429 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6430
6431         * configure.ac:
6432         
6433         Remove unnecessary dependencies
6434
6435 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6436
6437         * properties/Makefile.am:
6438         * thumbnailer/Makefile.am:
6439         * tiff/Makefile.am:
6440
6441         Some more cleanups. Was really necessary
6442         but I probably introduced bugs, feel free
6443         to flame :)
6444
6445 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6446
6447         * backend/Makefile.am:
6448         * configure.ac:
6449         * cut-n-paste/recent-files/Makefile.am:
6450         * cut-n-paste/toolbar-editor/Makefile.am:
6451         * cut-n-paste/zoom-control/Makefile.am:
6452         * lib/Makefile.am:
6453         * pdf/Makefile.am:
6454         * pixbuf/Makefile.am:
6455         * properties/Makefile.am:
6456         * ps/Makefile.am:
6457         * shell/Makefile.am:
6458         * thumbnailer/Makefile.am:
6459         * tiff/Makefile.am:
6460
6461         Use gnome-common macros when possible.
6462         Cleanup dependencies.
6463         Actually disable deprecated where possible.
6464
6465 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6466
6467         * Makefile.am:
6468         * backend/Makefile.am:
6469         * properties/Makefile.am:
6470         * shell/Makefile.am:
6471         * thumbnailer/Makefile.am:
6472
6473         This should solve the circular dep without
6474         requiring dir reorg!
6475
6476         * shell/ev-window.c: (setup_view_from_metadata):
6477
6478         Never restore window size/position when the
6479         window is already visible.
6480
6481 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
6482
6483         * shell/ev-metadata-manager.c: (ev_metadata_manager_save):
6484
6485         Return a boolean from timeout func. Fix ported from gedit.
6486
6487 2005-07-07  Iñaki Larrañaga  <dooteo@euskalgnu.org>
6488
6489         * configure.ac: Added "eu" (Basque) to ALL_LINGUAS.
6490
6491 2005-07-06  Carlos Garcia Campos  <carlosgc@gnome.org>
6492
6493         * shell/ev-document-types.c: set "All Documents" as default filter in
6494         open dialog
6495
6496 2005-07-06  Martin Kretzschmar  <martink@gnome.org>
6497
6498         * shell/ev-metadata-manager.c (ev_metadata_manager_set_int)
6499         (ev_metadata_manager_set_double, ev_metadata_manager_set_string)
6500         (ev_metadata_manager_set_boolean): fix value/val thinko.
6501
6502 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
6503
6504         * shell/ev-window.c: (setup_view_from_metadata),
6505         (window_state_event_cb), (window_configure_event_cb),
6506         (ev_window_init):
6507
6508         Remember window position and maximized state
6509
6510 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
6511
6512         * configure.ac:
6513
6514         Fix DBUS configure checks.
6515
6516         * shell/ev-metadata-manager.c: (ev_metadata_manager_set_int),
6517         (ev_metadata_manager_set_double), (ev_metadata_manager_set_string),
6518         (ev_metadata_manager_set_boolean):
6519
6520         Plug mem leaks.
6521
6522         * shell/ev-window.c: (page_changed_cb), (ev_window_run_fullscreen),
6523         (ev_window_stop_fullscreen), (ev_window_run_presentation),
6524         (ev_window_stop_presentation), (ev_window_zoom_changed_cb),
6525         (ev_window_continuous_changed_cb),
6526         (ev_window_dual_mode_changed_cb), (ev_window_new):
6527
6528         Fix the build without DBUS.
6529
6530 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
6531
6532         * shell/ev-metadata-manager.c: (parse_value), (save_values),
6533         (ev_metadata_manager_set_int), (ev_metadata_manager_set_double),
6534         (ev_metadata_manager_set_string),
6535         (ev_metadata_manager_set_boolean):
6536         * shell/ev-metadata-manager.h:
6537
6538         Add support for some more types
6539
6540         * shell/ev-view.c: (scroll_to_current_page),
6541         (ev_view_get_continuous), (ev_view_set_continuous),
6542         (ev_view_get_dual_page):
6543         * shell/ev-view.h:
6544         * shell/ev-window.c: (page_changed_cb),
6545         (setup_document_from_metadata), (ev_window_setup_document),
6546         (setup_view_from_metadata), (ev_window_open_uri),
6547         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
6548         (ev_window_run_presentation), (ev_window_stop_presentation),
6549         (save_sizing_mode), (ev_window_sizing_mode_changed_cb),
6550         (ev_window_zoom_changed_cb), (ev_window_update_continuous_action),
6551         (ev_window_update_dual_page_action),
6552         (ev_window_continuous_changed_cb),
6553         (ev_window_dual_mode_changed_cb), (ev_window_init):
6554
6555         Remember a bunch of view/document properties. Prolly some
6556         are still missing but it's getting interesting.
6557
6558 2005-07-05  Martin Kretzschmar  <martink@gnome.org>
6559
6560         * configure.ac: check if dbus-binding-tool is installed. Not the
6561         case on current Ubuntu breezy, it seems.
6562
6563 2005-07-05  Luca Ferretti <elle.uca@libero.it>
6564
6565         * data/evince.desktop.in.in:
6566         
6567         Allow open uri lists and add TryExec field.
6568
6569 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
6570
6571         * configure.ac:
6572
6573         Enable dbus when available, do not require a configure
6574         option.
6575
6576 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
6577
6578         * configure.ac:
6579
6580         Use AM_CONDITIONAL unconditionally, fixes the build with DBUS
6581         disabled.
6582
6583 2005-07-05  Carlos Garcia Campos  <carlosgc@gnome.org>
6584         Marco Pesenti Gritti  <mpg@redhat.com>
6585
6586         * shell/Makefile.am: Add --prefix for dbus-binding-tool script
6587         
6588         * shell/ev-application.[ch], shell/ev-window.c: change dbus RPC 
6589         functions to the format required by dbus
6590
6591         * shell/main.c: use G_TYPE instead of DBUS_TYPE to fix compilation
6592         errors. Use the RPC parameters in the expected way
6593
6594 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
6595
6596         * Makefile.am:
6597         * properties/Makefile.am:
6598         * properties/ev-properties-main.c: (ev_properties_get_pages):
6599
6600         Support all mime types
6601
6602         * shell/Makefile.am:
6603         * thumbnailer/Makefile.am:
6604         * thumbnailer/evince-thumbnailer.c: (get_document_from_uri),
6605         (evince_thumbnail_pngenc_get):
6606
6607         Use the document factory
6608
6609 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
6610
6611         * backend/Makefile.am:
6612         * backend/ev-document-factory.c:
6613         (mime_type_supported_by_gdk_pixbuf),
6614         (ev_document_type_get_from_mime),
6615         (ev_document_factory_get_document),
6616         (ev_document_factory_get_backend),
6617         (ev_document_factory_get_mime_types),
6618         (ev_document_factory_get_all_mime_types):
6619         * backend/ev-document-factory.h:
6620         * shell/Makefile.am:
6621         * shell/ev-document-types.c: (get_document_from_uri),
6622         (ev_document_types_get_document),
6623         (file_filter_add_mime_list_and_free),
6624         (ev_document_types_add_filters):
6625         * shell/ev-document-types.h:
6626         * shell/ev-job-xfer.c: (ev_job_xfer_run):
6627         * shell/ev-properties-dialog.c:
6628         (ev_properties_dialog_set_document):
6629         * shell/ev-window.c: (ev_window_cmd_file_open),
6630         (ev_window_cmd_save_as):
6631         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
6632
6633         Rework document types managing to avoid code duplication
6634         and actually abstract from backend implementations.
6635         Also provide a minimal factory api that can be used by
6636         thumbnailer/properties.
6637
6638 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
6639
6640         * properties/ev-properties-view.c: (ev_properties_view_set_info):
6641         Plug a mem leak.
6642         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
6643         HIG spacings.
6644
6645 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
6646
6647         * shell/ev-properties-dialog.c
6648         (ev_properties_dialog_set_document): only call
6649         ev_properties_fonts_set_document() if the document implements the
6650         fonts interface
6651
6652 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
6653
6654         * configure.ac:
6655         * properties/Makefile.am:
6656         * properties/ev-properties-view.c:
6657         (ev_properties_view_register_type):
6658         * properties/ev-properties-view.h:
6659         * properties/ev-properties-main.h:
6660
6661         Implement nautilus plugin for properties.
6662         Works only for pdf atm, I need to rework the
6663         document types stuff to get this to work
6664         for all backends...
6665
6666 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
6667
6668         * shell/ev-properties-fonts.c (enum): kill redundant columns enum
6669         (ev_properties_fonts_set_document): use
6670         EV_DOCUMENT_FONTS_COLUMN_NUM_COLUMNS.
6671
6672 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
6673
6674         * tiff/tiff2ps.c: remove TRUE and FALSE definitions, glib provides
6675         them
6676         (PlaceImage, tiff2ps_process_page): use
6677         g_ascii_dtostr to convert floats to strings in a locale-safe way.
6678
6679
6680 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
6681
6682         * shell/main.c: include libgnomeui/gnome-authentication-manager.h
6683         (main): to call gnome_authentication_manager_init. Should fix
6684         Bug #308510
6685
6686         * configure.ac: that requires libgnomeui 2.6.0.
6687
6688 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
6689
6690         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
6691         (tiff_document_ps_export_do_page, tiff_document_ps_export_end):
6692         use the new tiff2ps interfaces
6693
6694         * tiff/tiff2ps.h (tiff2ps_context_new, tiff2ps_process_page) 
6695         (tiff2ps_context_finalize): implement new interfaces for tiff2ps
6696
6697         * tiff/tiff2ps.c: refactor tiff2ps code to use a context
6698         structure instead of global variables.  Remove use of static
6699         variables in functions.
6700
6701 2005-07-04  Carlos Garcia Campos <carlosgc@gnome.org>
6702
6703         * shell/ev-page-action.c: unref the completion after setting it to the
6704         entry
6705
6706 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
6707
6708         * tiff/tiff2ps.c (generateEPSF): disable generating encapsulated
6709         postscript files
6710
6711 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
6712
6713         * shell/ev-window.c (update_action_sensitivity): disable
6714         File->Print if the document does not implement the ps exporter
6715         interface
6716
6717 2005-07-04  Marco Pesenti Gritti  <mpg@redhat.com>
6718
6719         * Makefile.am:
6720         * configure.ac:
6721         * data/evince-properties.glade:
6722         * properties/.cvsignore:
6723         * properties/Makefile.am:
6724         * properties/ev-properties-view.c: (ev_properties_view_dispose),
6725         (ev_properties_view_class_init), (ev_properties_view_format_date),
6726         (make_valid_utf8), (set_property), (ev_properties_view_set_info),
6727         (ev_properties_view_init), (ev_properties_view_new):
6728         * properties/ev-properties-view.h:
6729         * shell/Makefile.am:
6730         * shell/ev-properties-dialog.c: (ev_properties_dialog_class_init),
6731         (ev_properties_dialog_init), (ev_properties_dialog_set_document),
6732         (ev_properties_dialog_new):
6733         * shell/ev-properties-dialog.h:
6734         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
6735         (ev_properties_fonts_class_init), (ev_properties_fonts_init),
6736         (update_progress_label), (job_fonts_finished_cb),
6737         (ev_properties_fonts_set_document), (ev_properties_fonts_new):
6738         * shell/ev-properties-fonts.h:
6739         * shell/ev-properties.c:
6740         * shell/ev-properties.h:
6741         * shell/ev-window.c: (ev_window_setup_document),
6742         (ev_window_cmd_file_properties):
6743
6744         Split the properties pages in two different objects, depend
6745         only on the backend where possible, use widgets instead
6746         of gobject for the glade part, reimplement the dialog
6747         itself with gtk.
6748         I need this to implement nautilus properties page.
6749
6750 2005-07-03  Matthew S. Wilson  <msw@rpath.com>
6751
6752         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
6753         (tiff_document_ps_export_do_page, tiff_document_ps_export_end) 
6754         (tiff_document_document_ps_exporter_iface_init): implement the ps
6755         exporter interface for tiff documents
6756
6757         * tiff/tiff2ps.c: added a modified version of tiff2ps.c from
6758         libtiff to implement TIFF postscript export
6759
6760         * tiff/tiff2ps.h: added a header file for external tiff2ps
6761         functions.
6762
6763         * tiff/Makefile.am (libtiffdocument_la_SOURCES): add tiff2ps.c and
6764         tiff2ps.h
6765
6766 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6767
6768         * shell/ev-view.c: (scroll_to_current_page),
6769         (ev_view_set_fullscreen), (ev_view_set_presentation):
6770         
6771         Scroll to current page when exit from presentation
6772
6773 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6774
6775         * shell/ev-window.c: (update_document_mode),
6776         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
6777         (ev_window_cmd_view_fullscreen), (ev_window_stop_presentation),
6778         (ev_window_cmd_view_presentation), (ev_window_cmd_escape):
6779         
6780         Exit from fullscreen mode when switch to presentation. Fix for
6781         bug 309365
6782
6783 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
6784
6785         * shell/ev-pixbuf-cache.c (ev_pixbuf_cache_get_selection_pixbuf):
6786         return NULL if the document does not implement the selection
6787         interface.
6788
6789 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
6790
6791         * tiff/tiff-document.c (tiff_document_get_page_size): scale the
6792         reported height by using the resolution aspect ratio
6793         (tiff_document_render_pixbuf): scale the pixbuf using the
6794         resolution aspect ratio
6795
6796 2005-07-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6797
6798         * configure.ac:
6799         
6800         Require libgnomeprint >= 2.5.1. Thanks to Colin Slater 
6801         <kiltedaco@gmail.com>
6802         
6803         * djvu/djvu-document.c: (djvu_document_get_orientation),
6804         (djvu_document_set_orientation), (djvu_document_get_page_size),
6805         (rotate_pixbuf), (djvu_document_render_pixbuf),
6806         (djvu_document_document_iface_init):
6807         * dvi/dvi-document.c: (dvi_document_get_orientation),
6808         (dvi_document_set_orientation), (dvi_document_get_page_size),
6809         (rotate_pixbuf), (dvi_document_render_pixbuf),
6810         (dvi_document_document_iface_init):
6811         
6812         Dvi and djvu backends are ported to new API
6813
6814 Fri Jul  1 00:10:15 2005  Jonathan Blandford  <jrb@redhat.com>
6815
6816         * backend/ev-selection.c: (ev_selection_get_selection_region),
6817         (ev_selection_get_selection_map):
6818         * backend/ev-selection.h:
6819         * pdf/ev-poppler.cc:
6820         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
6821         * shell/ev-jobs.h:
6822         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
6823         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
6824         (ev_pixbuf_cache_get_text_mapping):
6825         * shell/ev-pixbuf-cache.h:
6826         * shell/ev-view.c: (location_in_text),
6827         (ev_view_motion_notify_event), (ev_view_set_cursor): Add I-Beam
6828         support to EvView.  Now we can see where we can select!  Sweet!
6829
6830 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
6831
6832         * shell/ev-view.c (ev_view_button_press_event): Fix
6833         event->y + view->scroll_x typo.
6834
6835 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
6836
6837         * pdf/ev-poppler.cc: Adjust to poppler API changes; use a
6838         sub-GdkPixbuf instead of passing dest_x and dest_y.
6839         
6840         * shell/ev-view.c: (view_point_to_doc_point),
6841         (view_rect_to_doc_rect), (ev_view_button_press_event),
6842         (ev_view_motion_notify_event), (compute_new_selection_rect),
6843         (gdk_rectangle_point_in), (compute_new_selection_text),
6844         (compute_selections): Update selection code to keep the selection
6845         around as two points and not as a normalized rectangle, and fix
6846         page level selection in two-column mode.
6847
6848 2005-06-30  Alex Duggan  <aldug@astrolinux.com>
6849
6850         * shell/ev-window.c: (window_configure_event_cb): 
6851         
6852         Fix compilation
6853         
6854 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
6855
6856         * pdf/ev-poppler.cc:
6857
6858         Fix compilation
6859
6860 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
6861
6862         * shell/Makefile.am:
6863         * shell/ev-metadata-manager.c: (item_free),
6864         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
6865         (parse_value), (parseItem), (load_values),
6866         (ev_metadata_manager_get), (value_free), (ev_metadata_manager_set),
6867         (save_values), (save_item), (get_oldest), (resize_items),
6868         (ev_metadata_manager_save), (ev_metadata_manager_set_int):
6869         * shell/ev-metadata-manager.h:
6870
6871         Metadata manager from gedit but modified to use GValue, so that
6872         we dont need to keep converting from strings.
6873
6874         * configure.ac:
6875
6876         ENABLE_METADATA conditional, on when dbus is on
6877
6878         * shell/ev-application.c: (ev_application_open_uri):
6879
6880         Show the window after load so that we can initialize
6881         window size before it's showed.
6882
6883         * shell/ev-window.c: (ev_window_setup_from_metadata),
6884         (ev_window_open_uri), (window_configure_event_cb),
6885         (ev_window_init):
6886
6887         Save and load metadata information about window size.
6888         Not yet keeping states in account.
6889
6890         * shell/main.c: (main):
6891
6892         Shutdown metadata manager.
6893
6894 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
6895
6896         * shell/ev-application-service.xml:
6897         * configure.ac:
6898         * shell/Makefile.am:
6899         * shell/ev-application.c:
6900         * shell/ev-application.h:
6901         * shell/ev-window.c:
6902         * shell/ev-window.h:
6903         * shell/main.c:
6904
6905         Add an optional dbus interface (--enable-dbus).
6906         Rework application code, mainly to be easier to
6907         use "remotely".
6908         Do not open multiple windows with the same document,
6909         spatial evince!
6910
6911 Thu Jun 30 01:50:14 2005  Jonathan Blandford  <jrb@redhat.com>
6912
6913         * shell/ev-pixbuf-cache.c (clear_selection_if_needed): unref the
6914         pixbuf iff it exists.
6915
6916 Thu Jun 30 01:43:00 2005  Jonathan Blandford  <jrb@redhat.com>
6917
6918         * shell/*:
6919         * backend/ev-render-context.[ch]:
6920         * backend/ev-selection.[ch]:
6921
6922         Massive changes.  We now support text selection of pdfs, and not
6923         just rectangular selection.  This is pretty broken still, but I
6924         want to get something into CVS.
6925
6926 2005-06-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6927
6928         * pdf/ev-poppler.cc:
6929         
6930         Fix for Bug 309080: crash on window close.
6931         
6932         * shell/ev-page-action.c: (page_changed_cb):
6933         
6934         Fix for Bug 309168: Fix build with gcc 2.95. Thanks to
6935         jensgr@gmx.net (Jens Granseuer).
6936
6937 2005-06-25  Marcel Telka  <marcel@telka.sk>
6938
6939         * configure.in (ALL_LINGUAS): Added sk.
6940
6941 2005-06-24  Carlos Garcia Campos  <carlosgc@gnome.org>
6942
6943         * shell/ev-window.c: Make rotate menu entries unsensitive if there is
6944         not a document open
6945
6946 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
6947
6948         * NEWS:
6949         * configure.ac:
6950
6951         Release 0.3.2
6952
6953         * cut-n-paste/recent-files/Makefile.am:
6954
6955         Fix make distcheck
6956
6957 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
6958
6959         * pixbuf/pixbuf-document.c: (pixbuf_document_get_orientation),
6960         (pixbuf_document_set_orientation), (rotate_pixbuf),
6961         (pixbuf_document_get_page_size), (pixbuf_document_render_pixbuf),
6962         (pixbuf_document_document_iface_init), (pixbuf_document_init):
6963
6964         Implement rotation and cleanup the code a bit.
6965
6966         * tiff/tiff-document.c: (tiff_document_get_page_size),
6967         (tiff_document_get_orientation), (tiff_document_set_orientation),
6968         (rotate_pixbuf), (tiff_document_render_pixbuf),
6969         (tiff_document_document_iface_init), (tiff_document_init):
6970
6971         Implement rotation. Was the quicker solution for the release
6972         but we really need to share this code in the shell.
6973
6974 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
6975
6976         * pdf/ev-poppler.cc:
6977
6978         Enable rotation, require poppler cvs. Fix a leak.
6979
6980 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6981
6982         * shell/ev-window.c: (update_action_sensitivity):
6983         
6984         Make properties unsensitive if document backend doesn't provide
6985         any info
6986
6987 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6988
6989         * dvi/mdvi-lib/bitmap.c: (bitmap_alloc), (bitmap_alloc_raw),
6990         (bitmap_flip_horizontally), (bitmap_flip_vertically),
6991         (bitmap_flip_diagonally), (bitmap_rotate_clockwise),
6992         (bitmap_rotate_counter_clockwise), (bitmap_flip_rotate_clockwise),
6993         (bitmap_flip_rotate_counter_clockwise):
6994         * dvi/mdvi-lib/color.c: (mdvi_push_color), (get_color_table):
6995         * dvi/mdvi-lib/common.c: (read_string), (buff_free), (buff_add),
6996         (buff_gets):
6997         * dvi/mdvi-lib/common.h:
6998         * dvi/mdvi-lib/dvimisc.c: (mdvi_push_color):
6999         * dvi/mdvi-lib/dviread.c: (get_bytes), (dreset), (define_font),
7000         (opendvi), (mdvi_reload), (mdvi_init_context),
7001         (mdvi_destroy_context), (mdvi_dopage), (special):
7002         * dvi/mdvi-lib/font.c: (font_drop_one), (font_free_unused):
7003         * dvi/mdvi-lib/fontmap.c: (read_encoding), (destroy_encoding),
7004         (file_hash_free), (register_encoding), (parse_spec),
7005         (mdvi_load_fontmap), (free_ent), (mdvi_init_fontmaps),
7006         (mdvi_add_fontmap_file), (mdvi_ps_read_fontmap),
7007         (mdvi_ps_flush_fonts), (mdvi_ps_find_font), (mdvi_ps_get_metrics):
7008         * dvi/mdvi-lib/fontsrch.c: (mdvi_list_font_class),
7009         (mdvi_register_font_type), (mdvi_unregister_font_type),
7010         (lookup_font), (mdvi_add_font), (mdvi_font_retry):
7011         * dvi/mdvi-lib/gf.c: (gf_read_bitmap), (gf_load_font):
7012         * dvi/mdvi-lib/hash.c: (mdvi_hash_remove), (mdvi_hash_remove_ptr),
7013         (mdvi_hash_destroy_key), (mdvi_hash_reset):
7014         * dvi/mdvi-lib/pagesel.c: (mdvi_parse_range),
7015         (mdvi_parse_page_spec), (mdvi_free_page_spec), (main):
7016         * dvi/mdvi-lib/paper.c: (mdvi_free_paper_specs):
7017         * dvi/mdvi-lib/pk.c: (pk_lookup), (pk_lookupn), (pk_load_font):
7018         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
7019         * dvi/mdvi-lib/special.c: (mdvi_register_special),
7020         (mdvi_unregister_special), (mdvi_flush_specials):
7021         * dvi/mdvi-lib/t1.c: (t1_lookup_font), (t1_really_load_font),
7022         (t1_font_remove):
7023         * dvi/mdvi-lib/tfm.c: (get_tfm_chars):
7024         * dvi/mdvi-lib/tfmfile.c: (afm_load_file), (tfm_load_file),
7025         (ofm1_load_file), (ofm_load_file), (get_font_metrics),
7026         (free_font_metrics), (flush_font_metrics):
7027         * dvi/mdvi-lib/tt.c: (tt_really_load_font), (tt_get_bitmap),
7028         (tt_font_remove):
7029         * dvi/mdvi-lib/util.c: (mdvi_malloc), (mdvi_realloc),
7030         (mdvi_calloc), (mdvi_free), (mdvi_strdup), (mdvi_strncpy),
7031         (mdvi_strndup), (mdvi_memdup), (xstradd), (dstring_append),
7032         (dstring_insert), (dstring_new), (dstring_reset):
7033         * dvi/mdvi-lib/vf.c: (vf_load_font), (vf_free_macros):
7034         
7035         Rename xmalloc and xfree to mdvi_malloc and mdvi_free to
7036         avoid conflict with libtool on FC4
7037         
7038         * shell/ev-window.c: (ev_window_cmd_help_about):
7039         
7040         Update copyright year. Fix for bug 308828.
7041
7042 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
7043
7044         * shell/ev-view.c: (add_scroll_binding_keypad),
7045         (ev_view_binding_activated), (ev_view_class_init),
7046         (on_adjustment_value_changed):
7047         
7048         Bug 170874: Arrow keys switch pages in presentation mode
7049
7050 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
7051
7052         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
7053         
7054         Fix for Bug 308265: Sidebar dissappears coming out of 
7055         Presentation mode
7056
7057 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
7058
7059         * shell/ev-application.c: (ev_application_open):
7060         * shell/ev-document-types.c: (ev_document_types_add_filters),
7061         (ev_document_types_add_filters_for_type):
7062         * shell/ev-document-types.h:
7063         * shell/ev-window.c: (ev_window_cmd_save_as):
7064         
7065         Suggest basename as template when saving, provide filters
7066         for save dialog. It's bug 308402
7067
7068 2005-06-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7069
7070         * pdf/ev-poppler.cc:
7071         * shell/ev-sidebar-links.c: (job_finished_callback):
7072         * shell/ev-view.c: (update_find_status_message):
7073         
7074         Some leaks fixed
7075
7076 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
7077
7078         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
7079         (egg_recent_view_uimanager_set_list):
7080
7081         Fix buglet in !show_numbers case.
7082
7083 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
7084
7085         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
7086         (connect_proxy_cb), (egg_recent_view_uimanager_set_list):
7087
7088         Use pango ellipsisation.
7089
7090         * pdf/ev-poppler.cc:
7091
7092         Fix refcount leak, from nsh.
7093
7094 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7095
7096         * cut-n-paste/recent-files/Makefile.am:
7097         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
7098         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
7099         
7100         Removed EggRecentViewGtk
7101         
7102         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
7103         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
7104         * shell/ev-window.c: (ev_window_cmd_recent_file_activate),
7105         (ev_window_setup_recent):
7106         
7107         Use ViewUIManager instead of ViewGtk. Less leaks, more compatibility
7108         with other projects
7109
7110 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7111
7112         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
7113         (egg_recent_view_gtk_finalize):
7114
7115         Fix memory leak
7116
7117         * cut-n-paste/toolbar-editor/Makefile.am:
7118         
7119         Fix location of cursor icon.
7120         
7121         * pdf/ev-poppler.cc:
7122         * shell/ev-page-action.c: (build_new_tree_cb), (match_selected_cb),
7123         (display_completion_text), (match_completion):
7124         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
7125         (selection_changed_callback), (create_loading_model),
7126         (print_section_cb), (links_page_num_func),
7127         (update_page_callback_foreach):
7128         * shell/ev-window.c: (ev_window_dispose):
7129         
7130         Small memory fixes. Links model now store objects instead
7131         of pointers to improve memory management. 
7132
7133 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7134
7135         * shell/ev-window.c: (zoom_control_changed_cb):
7136         
7137         Fix update of zoom control (bug 308268).
7138
7139 Sat Jun 18 22:46:42 2005  Jonathan Blandford  <jrb@redhat.com>
7140
7141         * shell/ev-properties.c (set_property): escape the text correctly.
7142         Handles non-UTF-8 properties and escaped properties.  Also, sets
7143         the text to "<i>None</i>" if the property isn't set.
7144
7145         * data/evince-properties.glade: Change the label to be ellipsized,
7146         and give it a minimum size.
7147
7148 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7149
7150         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown):
7151         * shell/ev-sidebar-links.c: (create_loading_model):
7152         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
7153         * shell/ev-view.c: (ev_view_set_document):
7154         * shell/ev-window.c: (ev_window_dispose):
7155         
7156         Various small fixes, mostly memory leaks. Thanks to valgrind.
7157
7158 2005-06-19  Martin Kretzschmar  <martink@gnome.org>
7159
7160         * ps/ps-document.c: remove the locale.h include again ;-). And
7161         kill the (bogus) setlocale/savelocale business.
7162
7163 2005-06-19  Jaap A. Haitsma <jaap@haitsma.org>
7164
7165         * ps/ps-document.c:
7166         
7167         Include locale.h to fix build
7168         
7169         * shell/ev-sidebar.c:
7170         
7171         Remove unnecessary includes
7172
7173 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7174
7175         * dvi/dvi-document.c: (dvi_document_load):
7176         * dvi/mdvi-lib/dviread.c: (mdvi_init_context):
7177         * po/POTFILES.in:
7178         
7179         Check for incorrect dvi files. Fix parsing dvi on AMD64
7180         platform. Thanks to tester@tester.ca (Olivier Crete).
7181
7182 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7183
7184         * shell/ev-page-action.c: (match_selected_cb),
7185         (display_completion_text), (match_completion), (update_model):
7186         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
7187         (expand_open_links):
7188         * shell/ev-sidebar.c: (ev_sidebar_destroy),
7189         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_add_page),
7190         (ev_sidebar_set_document):
7191         * shell/ev-window.c: (ev_window_xfer_job_cb),
7192         (sidebar_widget_model_set), (sidebar_page_main_widget_update_cb):
7193         
7194         Fixed lot's of memory leaks, for example, memory leak on reload, 
7195         described in bug 307793.
7196
7197 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
7198
7199         * pdf/ev-poppler.cc:
7200         * shell/ev-sidebar-thumbnails.c: (clear_range), (add_range),
7201         (update_visible_range), (adjustment_changed_cb),
7202         (ev_sidebar_thumbnails_fill_model),
7203         (ev_sidebar_thumbnails_refresh),
7204         (ev_sidebar_tree_selection_changed),
7205         (ev_sidebar_icon_selection_changed),
7206         (ev_sidebar_thumbnails_use_icon_view),
7207         (ev_sidebar_thumbnails_set_document):
7208         * shell/ev-sidebar-thumbnails.h:
7209         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
7210         (ev_window_cmd_edit_rotate_right), (ev_window_init):
7211
7212         Refresh thumbnails when changing orientation. Not fully
7213         working yet becuase of a sidebar bug.
7214
7215         Set page orientation to poppler page everywhere. This sucks
7216         really need to fix poppler.
7217
7218 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
7219
7220         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
7221         (egg_recent_view_gtk_new_menu_item),
7222         (egg_recent_view_gtk_set_property),
7223         (egg_recent_view_gtk_get_property),
7224         (egg_recent_view_gtk_class_init), (egg_recent_view_gtk_init),
7225         (egg_recent_view_gtk_set_tooltip_func),
7226         (egg_recent_view_gtk_set_label_width),
7227         (egg_recent_view_gtk_get_label_width):
7228         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
7229
7230         Sync with libegg (ellipsize labels)
7231
7232 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7233
7234         * data/evince-ui.xml:
7235         * shell/ev-window.c: (ev_window_cmd_go_forward),
7236         (ev_window_cmd_go_backward):
7237         
7238         Shift + PageUp moves 10 Pages. Fix for 306125
7239
7240 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
7241
7242         * pdf/ev-poppler.cc:
7243
7244         Add a flag to check if orientation has been overriden
7245
7246 2005-06-17  Martin Kretzschmar  <martink@gnome.org>
7247
7248         * ps/ps.c (psscan, psfree): read "Creator:" comment, free creator
7249         field if necessary.
7250
7251         * ps/ps.h: add creator field to document.
7252
7253         * ps/ps-document.c (ps_document_get_info): set format to PostScript,
7254         set creator field.
7255
7256 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
7257
7258         * data/evince-properties.glade:
7259         * shell/ev-properties.c: (ev_properties_set_document):
7260
7261         s/PDF Version/Format
7262
7263 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
7264
7265         * shell/ev-properties.c: (ev_properties_set_document):
7266
7267         Remove unnecessary translations
7268
7269 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
7270
7271         * cut-n-paste/toolbar-editor/Makefile.am:
7272
7273         Correct library name    
7274
7275 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
7276
7277         * configure.ac:
7278         * cut-n-paste/recent-files/egg-recent-model.c:
7279         (egg_recent_model_write_raw), (egg_recent_model_lock_file),
7280         (egg_recent_model_unlock_file):
7281         * cut-n-paste/recent-files/egg-recent-util.c:
7282         (egg_recent_util_get_unique_id):
7283         * cut-n-paste/recent-files/update-from-egg.sh:
7284         * cut-n-paste/toolbar-editor/Makefile.am:
7285         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
7286         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
7287         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
7288         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
7289         (egg_toolbars_model_get_type):
7290         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
7291
7292         Better makefile for toolbar editor and update everything
7293         to latest libegg.
7294
7295 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
7296
7297         * shell/ev-window.c: (update_document_mode):
7298
7299         Prefer presentation mode when the document
7300         require fullscreen.
7301
7302 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
7303
7304         * data/evince-ui.xml:
7305         * shell/ev-window.c:
7306
7307         Add control-equal for zooming
7308
7309 2005-06-17  Theppitak Karoonboonyanan  <thep@linux.thai.net>
7310
7311         * configure.ac: Added 'th' (Thai) to ALL_LINGUAS.
7312
7313 2005-06-16  Marco Pesenti Gritti  <mpg@redhat.com>
7314
7315         * backend/ev-document.c: (ev_document_get_orientation):
7316         * backend/ev-document.h:
7317         * pdf/ev-poppler.cc:
7318         * ps/ps-document.c: (ps_document_get_orientation),
7319         (ps_document_set_orientation), (ps_document_document_iface_init):
7320
7321         Add a get_orientation api. Improve set_orientation.
7322
7323         * data/evince-ui.xml:
7324         * shell/ev-view.c: (ev_view_set_orientation),
7325         (ev_view_rotate_right), (ev_view_rotate_left):
7326         * shell/ev-view.h:
7327         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
7328         (ev_window_cmd_edit_rotate_right):
7329
7330         Better ui for changing document orientation
7331
7332 2005-06-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7333
7334         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_property),
7335         (ev_sidebar_links_class_init), (ev_sidebar_links_get_label):
7336         * shell/ev-sidebar-links.h:
7337         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
7338         (ev_sidebar_page_iface_init):
7339         * shell/ev-sidebar-page.h:
7340         * shell/ev-sidebar-thumbnails.c:
7341         (ev_sidebar_thumbnails_get_property),
7342         (ev_sidebar_thumbnails_class_init),
7343         (ev_sidebar_thumbnails_set_document):
7344         * shell/ev-sidebar-thumbnails.h:
7345         * shell/ev-view.c: (ev_view_motion_notify_event):
7346         * shell/ev-window.c: (update_chrome_visibility),
7347         (ev_window_cmd_focus_page_selector),
7348         (ev_window_update_fullscreen_popup), (view_actions_focus_in_cb),
7349         (sidebar_page_main_widget_update_cb), (ev_window_init):
7350         
7351         Autoraise toolbar on GoToPage binding and fix bindings in
7352         EvSidebarThumbnails page.
7353
7354 2005-06-15  Christian Persch  <chpe@cvs.gnome.org>
7355
7356         * shell/ev-properties.c: (update_progress_label):
7357
7358         Hide the progress label when finished; bug #307697.
7359
7360 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
7361
7362         * pdf/ev-poppler.cc:
7363
7364         Enable is_open for links, you will need poppler cvs
7365
7366         * shell/ev-properties.c: (job_fonts_finished_cb):
7367
7368         Get a lock on the document when filling the tree view
7369
7370 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
7371
7372         * backend/ev-document-links.h:
7373         * pdf/ev-poppler.cc:
7374         * shell/ev-sidebar-links.c: (create_loading_model),
7375         (expand_open_links), (job_finished_callback):
7376
7377         Expand links when specified by the document.
7378         Depend on a poppler api (defined out for now)
7379
7380 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
7381
7382         * shell/ev-properties.c: (ev_properties_dispose),
7383         (ev_properties_class_init), (dialog_destroy_cb),
7384         (ev_properties_init), (job_fonts_finished_cb), (setup_fonts_view),
7385         (ev_properties_set_document), (ev_properties_new),
7386         (ev_properties_show):
7387         * shell/ev-properties.h:
7388
7389         Make it an object, cleanup the code, api to show it as transient
7390         and to set the document.
7391
7392         * shell/ev-window.c: (ev_window_setup_document),
7393         (ev_window_cmd_file_properties):
7394
7395         Adapt to EvProperties changes, do not show multiple
7396         times, update it when document changes.
7397
7398 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
7399
7400         * ps/gstypes.h:
7401         * ps/ps-document.c: (ps_document_init), (get_page_orientation),
7402         (ps_document_set_orientation), (ps_document_document_iface_init):
7403         * ps/ps-document.h:
7404
7405         Implement orientation here too
7406
7407         * shell/ev-properties.c: (ev_properties_new):
7408         * data/evince-properties.glade:
7409
7410         Hide the fonts page for backends that doesnt
7411         support it.     
7412
7413 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
7414
7415         * backend/ev-document.c: (ev_document_set_orientation):
7416         * backend/ev-document.h:
7417         * pdf/ev-poppler.cc:
7418
7419         Add orientation api. Currently poppler api is not optimal,
7420         we need to set orientation every time we _get a page.
7421         I will try to fix that at some point.
7422
7423         * data/evince-ui.xml:
7424         * shell/ev-window.c: (ev_window_cmd_edit_landscape),
7425         (ev_window_cmd_edit_portrait), (ev_window_cmd_edit_flip):
7426
7427         Add orientation menu items
7428
7429         * shell/ev-page-cache.c: (ev_page_cache_clear):
7430         * shell/ev-page-cache.h:
7431
7432         Add api to clear the cache
7433
7434         * shell/ev-view.c: (setup_caches), (clear_caches),
7435         (ev_view_set_document), (ev_view_zoom_out),
7436         (ev_view_set_orientation):
7437         * shell/ev-view.h:
7438
7439         Implement orientation changing
7440
7441 2005-06-13  Marco Pesenti Gritti <mpg@redhat.com>
7442
7443         * backend/ev-document-fonts.c: (ev_document_fonts_get_progress),
7444         (ev_document_fonts_scan), (ev_document_fonts_fill_model):
7445         * backend/ev-document-fonts.h:
7446
7447         Separate scan and fill so that we can incrementally fill from
7448         the main thread. Add a progress api.
7449
7450         * data/evince-properties.glade:
7451         * pdf/ev-poppler.cc:
7452         * shell/ev-jobs.c: (ev_job_fonts_new), (ev_job_fonts_run):
7453         * shell/ev-jobs.h:
7454         * shell/ev-properties.c: (update_progress_label),
7455         (job_fonts_finished_cb), (setup_fonts_view):
7456
7457         Incrementally feel the list and show the progress
7458         percentage in a label like acrobat does.
7459
7460         You are going to need poppler cvs
7461
7462 2005-06-11  Marco Pesenti Gritti <mpg@redhat.com>
7463
7464         * backend/ev-document-fonts.c: (ev_document_fonts_fill_model):
7465         * backend/ev-document-fonts.h:
7466         * pdf/ev-poppler.cc:
7467
7468         Make fonts model fill incrementally.
7469
7470         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
7471         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
7472         (ev_job_queue_remove_job):
7473         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
7474         (ev_job_fonts_new), (ev_job_fonts_run):
7475         * shell/ev-jobs.h:
7476
7477         New job for fonts scanning
7478
7479         * shell/ev-properties.c: (job_fonts_finished_cb),
7480         (fill_fonts_treeview), (setup_fonts_view), (ev_properties_new):
7481         * shell/ev-properties.h:
7482         * shell/ev-window.c: (ev_window_cmd_file_properties):
7483
7484         Incrementally feel the treeview using the new job. Show Loading...
7485         message until scanning is completed.
7486
7487         Hopefully I didnt break the build without the poppler patch.
7488
7489 2005-06-10  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7490
7491         * shell/ev-application.c: (ev_application_open):
7492         * shell/ev-document-types.c: (ev_document_type_from_from_mime),
7493         (ev_document_type_get_type), (ev_document_type_lookup):
7494         * shell/ev-document-types.h:
7495         * shell/ev-job-xfer.c: (ev_job_xfer_dispose), (ev_job_xfer_run):
7496         * shell/ev-job-xfer.h:
7497         * shell/ev-window.c: (ev_window_clear_local_uri),
7498         (ev_window_load_job_cb), (ev_window_xfer_job_cb),
7499         (ev_window_open_uri), (ev_window_add_recent), (ev_window_dispose):
7500         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
7501         
7502         Transfer remote documents to tmp directory to display them later.
7503
7504 2005-06-10  Marco Pesenti Gritti <mpg@redhat.com>
7505
7506         * backend/ev-document-info.h:
7507         * shell/ev-properties.c: (ev_properties_new):
7508
7509         s/GTime*/GTime. Not sure why we was using a pointer
7510         at all there!
7511
7512 Wed Jun  8 01:04:22 2005  Jonathan Blandford  <jrb@redhat.com>
7513
7514         * shell/ev-sidebar-thumbnails.c: Use a GtkIconView in certain
7515         situations.  That situation is that you're using GTK+-HEAD with
7516         the patch at #306726 is applied, and you have a document with <
7517         1500 pages in it.  It's not quite as uniformly nice as the
7518         TreeView, but should be better in the long run.
7519
7520         I'm pretty sure I guarded against breaking compilation with
7521         HAVE_GTK_ICON_VIEW_GET_VISIBLE_RANGE gaurds, though it's possible
7522         I missed some.
7523
7524         * shell/ev-window.c (ev_window_init): We don't have our tree/list
7525         widget yet, so I commented that code out
7526         enable_view_actions_for_widget() for now.  Need to figure this
7527         out.
7528
7529         * shell/ev-page-action.c (match_selected_cb): emit the right
7530         signals.  Our cool C-l completion now works.
7531
7532 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7533
7534         * backend/Makefile.am:
7535         * backend/ev-document-fonts.c:
7536         * backend/ev-document-links.c:
7537         * backend/ev-document.c: (ev_document_load):
7538         * backend/ev-document.h:
7539         * backend/ev-job-queue.c:
7540         * backend/ev-job-queue.h:
7541         * backend/ev-jobs.c:
7542         * backend/ev-jobs.h:
7543         * backend/ev-page-cache.c:
7544         * backend/ev-page-cache.h:
7545
7546         EvPageCache and EvJobs are moved to shell.
7547
7548         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown),
7549         (ev_tmp_filename):
7550         * lib/ev-file-helpers.h:
7551         
7552         New helper to work with temporary files
7553         
7554         * shell/Makefile.am:
7555         * shell/ev-application.c: (ev_application_open):
7556         * shell/ev-application.h:
7557         * shell/ev-job-queue.c: (remove_job_from_queue_locked),
7558         (remove_job_from_async_queue), (add_job_to_async_queue),
7559         (add_job_to_queue_locked), (notify_finished), (job_finished_cb),
7560         (handle_job), (search_for_jobs_unlocked),
7561         (no_jobs_available_unlocked), (ev_render_thread),
7562         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
7563         (ev_job_queue_add_job), (move_job_async), (move_job),
7564         (ev_job_queue_update_job), (ev_job_queue_remove_job):
7565         * shell/ev-job-queue.h:
7566         * shell/ev-job-xfer.c: (ev_job_xfer_init), (ev_job_xfer_dispose),
7567         (ev_job_xfer_class_init), (ev_job_xfer_new), (ev_job_xfer_run):
7568         * shell/ev-job-xfer.h:
7569         * shell/ev-jobs.c: (ev_job_init), (ev_job_dispose),
7570         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
7571         (ev_job_links_class_init), (ev_job_render_init),
7572         (ev_job_render_dispose), (ev_job_render_class_init),
7573         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
7574         (ev_job_thumbnail_class_init), (ev_job_load_init),
7575         (ev_job_load_dispose), (ev_job_load_class_init), (ev_job_finished),
7576         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
7577         (render_finished_cb), (ev_job_render_run), (ev_job_thumbnail_new),
7578         (ev_job_thumbnail_run), (ev_job_load_new), (ev_job_load_run):
7579         * shell/ev-jobs.h:
7580         * shell/ev-page-action.c: (ev_page_action_set_document):
7581         * shell/ev-page-cache.c: (ev_page_cache_init),
7582         (ev_page_cache_class_init), (ev_page_cache_finalize),
7583         (ev_page_cache_new), (ev_page_cache_get_n_pages),
7584         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
7585         (ev_page_cache_set_page_label), (ev_page_cache_set_link),
7586         (ev_page_cache_get_title), (ev_page_cache_get_size),
7587         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
7588         (ev_page_cache_get_height_to_page),
7589         (ev_page_cache_get_max_label_chars),
7590         (ev_page_cache_get_page_label),
7591         (ev_page_cache_has_nonnumeric_page_labels),
7592         (ev_page_cache_get_info), (ev_page_cache_next_page),
7593         (ev_page_cache_prev_page), (ev_page_cache_get):
7594         * shell/ev-page-cache.h:
7595         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_update_range),
7596         (ev_pixbuf_cache_clear_job_sizes),
7597         (ev_pixbuf_cache_add_jobs_if_needed),
7598         (ev_pixbuf_cache_set_page_range):
7599         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings):
7600         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document):
7601         * shell/ev-sidebar-thumbnails.c:
7602         (ev_sidebar_tree_selection_changed),
7603         (ev_sidebar_thumbnails_set_document):
7604         * shell/ev-statusbar.c: (ev_statusbar_destroy),
7605         (ev_statusbar_class_init), (ev_statusbar_init), (ev_statusbar_new),
7606         (ev_statusbar_get_context_id), (ev_statusbar_push),
7607         (ev_statusbar_pop), (ev_statusbar_set_maximized),
7608         (ev_statusbar_pulse), (ev_statusbar_show_progress),
7609         (ev_statusbar_set_progress):
7610         * shell/ev-statusbar.h:
7611         * shell/ev-view.c: (ev_view_set_document), (ev_view_find_next),
7612         (ev_view_find_previous):
7613         * shell/ev-window.c: (ev_window_is_empty),
7614         (ev_window_setup_document), (password_dialog_response),
7615         (ev_window_clear_jobs), (ev_window_load_job_cb),
7616         (ev_window_xfer_job_cb), (ev_window_open_uri),
7617         (ev_window_open_uri_list), (ev_window_cmd_recent_file_activate),
7618         (ev_window_print), (ev_window_print_range),
7619         (ev_window_state_event), (ev_window_cmd_view_reload),
7620         (menu_item_select_cb), (menu_item_deselect_cb),
7621         (view_status_changed_cb), (ev_window_dispose),
7622         (drag_data_received_cb), (ev_window_init):
7623         * shell/ev-window.h:
7624         * shell/main.c: (load_files):
7625         
7626         New statusbar to show progress on idle. Two new jobs - 
7627         xfer job and load job to load document in background. And update
7628         of page_cache clients to new location of code.
7629
7630 2005-06-08  Carlos Garcia Campos <carlosgc@gnome.org>
7631   
7632         * shell/ev-application.c, shell/ev-window.[ch]: Allow multiple
7633         selection in open dialog. It also remembers the last visited directory 
7634         in the current session.
7635
7636 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7637
7638         * shell/ev-properties.c: (ev_properties_new):
7639         * shell/ev-properties.h:
7640         * shell/ev-window.c: (ev_window_cmd_file_properties):
7641         
7642         Get document info from page cache instead of document itself.
7643         This should fix crash related to race conditions described in
7644         bug 306545.
7645
7646 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
7647
7648         * ps/ps-document.c: (ps_document_init),
7649         (send_ps), (get_page_box), (output), (catchPipe), (input),
7650         (stop_interpreter), (file_length), (file_readable),
7651         (check_filecompressedb), (ps_document_enable_interpreter),
7652         (document_load), (ps_async_renderer_render_pixbuf):
7653         * ps/ps-document.h:
7654
7655         Big cleanup of the ps code
7656
7657 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
7658
7659         * backend/Makefile.am:
7660         * backend/ev-async-renderer.c: (ev_async_renderer_get_type),
7661         (ev_async_renderer_class_init), (ev_async_renderer_render_pixbuf):
7662         * backend/ev-async-renderer.h:
7663
7664         Add an async renderer interface (method + callback) which
7665         is useful for backends like ps.
7666
7667         * backend/ev-job-queue.c: (remove_job_from_async_queue),
7668         (add_job_to_async_queue), (job_finished_cb), (handle_job),
7669         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
7670         (ev_job_queue_add_job), (move_job_async), (move_job),
7671         (ev_job_queue_update_job), (ev_job_queue_remove_job):
7672
7673         Add queues for async renderer, these are executed on the
7674         main thread.
7675
7676         * backend/ev-jobs.c: (ev_job_render_new), (render_finished_cb),
7677         (ev_job_render_run):
7678         * backend/ev-jobs.h:
7679
7680         If the backend support async renderer interface use it.
7681
7682         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
7683         (setup_pixmap), (ps_document_get_type),
7684         (ps_async_renderer_render_pixbuf),
7685         (ps_document_document_iface_init), (ps_async_renderer_iface_init):
7686
7687         Implement async renderer interface.
7688
7689 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7690
7691         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose):
7692
7693         Cleanup links job on exit.
7694
7695 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7696
7697         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
7698         (drag_data_get_cb), (drag_data_received_cb):
7699         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
7700         (drag_data_get_cb), (parse_item_list),
7701         (egg_toolbar_editor_load_actions):
7702         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
7703         (egg_toolbars_model_to_xml), (egg_toolbars_model_save),
7704         (parse_item_list), (parse_toolbars):
7705         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
7706         (dvi_pixbuf_put_pixel):
7707         
7708         Fix gcc 4.0 warnings
7709
7710 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
7711
7712         * ps/ps-document.c: (start_interpreter):
7713
7714         Fix warning when loading ps
7715
7716 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
7717
7718         * ps/ps-document.c: (output):
7719
7720         Fix crash when priting gs error messages.
7721
7722 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
7723
7724         * backend/ev-page-cache.c: (_ev_page_cache_new):
7725         * backend/ev-page-cache.h:
7726
7727         Use a const to return title so that we dont double
7728         free it. Small cleanup and fix a leak.
7729
7730         * shell/ev-window.c: (update_window_title):
7731
7732         strdup value from get_title.
7733
7734 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
7735
7736         * shell/ev-sidebar-links.c: (job_finished_callback),
7737         (ev_sidebar_links_set_document):
7738
7739         Cleanup the old job when changing document
7740
7741 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7742
7743         * shell/ev-stock-icons.c:
7744         * shell/ev-stock-icons.h:
7745         * shell/ev-window.c:
7746         
7747         Add stock icons for actions that can appear in toolbar. Fix for
7748         bug 306566.
7749
7750 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7751
7752         * backend/ev-page-cache.c: (ev_page_cache_finalize),
7753         (_ev_page_cache_new), (ev_page_cache_get_max_width),
7754         (ev_page_cache_get_max_height), (ev_page_cache_get_height_to_page):
7755         * backend/ev-page-cache.h:
7756         * shell/ev-view.c: (scroll_to_current_page),
7757         (view_update_range_and_current_page), (get_page_y_offset),
7758         (get_page_extents), (ev_view_size_request_continuous_dual_page),
7759         (ev_view_size_request_continuous),
7760         (ev_view_zoom_for_size_continuous_and_dual_page),
7761         (ev_view_zoom_for_size_continuous):
7762         
7763         More compact EvView layout in document with pages of different size.
7764
7765 Sat Jun  4 19:20:57 2005  Jonathan Blandford  <jrb@redhat.com>
7766
7767         * shell/ev-window.c (ev_window_cmd_file_properties): fix
7768         compilation.
7769
7770 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7771
7772         * shell/ev-view.c: (view_set_adjustment_values):
7773         * shell/ev-window.c: (ev_window_cmd_file_properties):
7774         
7775         A bit different fix for rounding problem but it has no
7776         problems on startup. Make properties window transient to parent.
7777
7778 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7779
7780         * pdf/ev-poppler.cc:
7781         
7782         More commenting of font stuff.
7783
7784 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
7785
7786         * pdf/ev-poppler.cc:
7787
7788         Comment out some more fonts stuff. Should really
7789         work without the poppler patch now.
7790
7791 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
7792
7793         * pdf/ev-poppler.cc:
7794
7795         Adapt to api change
7796
7797 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
7798
7799         * data/evince-properties.glade:
7800         * pdf/ev-poppler.cc:
7801         * shell/ev-properties.c: (setup_fonts_view):
7802
7803         Set the column title. Show the dialog only
7804         once everything is setup.
7805         Getting font info can be very slow... will
7806         prolly need to make this threaded too.
7807
7808 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
7809
7810         * backend/Makefile.am:
7811         * backend/ev-document-fonts.c: (ev_document_fonts_get_type),
7812         (ev_document_fonts_get_fonts_model):
7813         * backend/ev-document-fonts.h:
7814         * data/evince-properties.glade:
7815         * pdf/ev-poppler.cc:
7816         * shell/ev-properties.c: (setup_fonts_view), (ev_properties_new):
7817         * shell/ev-properties.h:
7818         * shell/ev-window.c: (ev_window_cmd_file_properties):
7819
7820         Implement fonts list. Defined out for now, since it depends
7821         on a not yet committed poppler patch.
7822
7823 Fri Jun  3 21:07:57 2005  Jonathan Blandford  <jrb@redhat.com>
7824
7825         * shell/ev-view.c (get_page_extents): other_page isn't necessarily
7826         page + 1.
7827
7828         * shell/ev-window.c: Make sure we add the timeout when we get a
7829         focus-in event.
7830
7831         * shell/ev-view.c (view_set_adjustment_values): Add 0.5 to
7832         adjustment->value before calculating the zoom factor to average
7833         out all of our rounding errors.  The page no longer 'drifts' when
7834         resizing.
7835
7836 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7837
7838         * data/evince-properties.glade:
7839         * shell/ev-properties.c: (ev_properties_format_date),
7840         (set_property):
7841         
7842         Labels don't expand when the dialogue is resized.
7843         strftime result needs to be converted to UTF-8. Thanks
7844         to Christian Persch <chpe@gnome.org>.
7845
7846 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
7847
7848         * data/evince-properties.glade:
7849
7850         Hide the fonts tab
7851
7852 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
7853
7854         * backend/ev-document-info.h:
7855         * backend/ev-document.c: (ev_document_info_free):
7856         * data/evince-properties.glade:
7857         * pdf/ev-poppler.cc:
7858         * ps/ps-document.c: (ps_document_get_info):
7859         * shell/ev-properties.c: (ev_properties_format_date),
7860         (set_property), (ev_properties_new):
7861         * shell/ev-properties.h:
7862         * shell/ev-window.c: (ev_window_cmd_file_properties):
7863
7864         Rework properties code to take only EvPropertyInfo
7865         in the constructor so that it can be useful for
7866         nautilus plugin too.
7867
7868         Deal with backends that doesnt support some properties.
7869         Make set property code generic.
7870
7871 2005-06-04  Christian Persch <chpe@gnome.org>
7872
7873         * data/evince-properties.glade:
7874
7875         fix spacings, make resizeable, and make data labels
7876         selectable + ellipsised
7877
7878 2005-06-03  Marco Pesenti Gritti <mpg@redhat.com>
7879
7880         * backend/ev-document-info.h:
7881         * data/Makefile.am:
7882         * data/evince-ui.xml:
7883         * pdf/ev-poppler.cc:
7884         * shell/Makefile.am:
7885         * shell/ev-window.c: (update_action_sensitivity),
7886         (ev_window_cmd_file_properties):
7887
7888         Initial go at file properties. Patch by
7889         Emil Soleyman-Zomalan <emil@soleyman.com>.
7890         Needs love see #169583
7891
7892 2005-06-02  Marco Pesenti Gritti <mpg@redhat.com>
7893
7894         * ps/ps-document.c: (output):
7895         * ps/ps.c: (psscan):
7896
7897         Try to render even if psscan fails.
7898
7899 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
7900
7901         * ps/ps.c: (psscan), (pscopydoc):
7902
7903         Port buffered reading code from gv
7904
7905 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
7906
7907         * ps/ps-document.c: (interpreter_message), (output):
7908
7909         Do not fail on interpreter messages
7910
7911 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
7912
7913         * backend/ev-document-misc.c:
7914         (ev_document_misc_get_thumbnail_frame):
7915
7916         Pages can be 0 x 0, dont assert on this case
7917
7918 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
7919
7920         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
7921         (ev_sidebar_links_class_init), (ev_sidebar_links_set_document):
7922
7923         Correctly manage our reference on document. Finally the reload
7924         huge leak is gone...
7925
7926 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
7927
7928         * ps/ps-document.c: (ps_document_dispose):
7929
7930         Forgot to chain it to the parent. Thanks chpe.
7931
7932 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
7933
7934         * ps/ps-document.c: (ps_document_dispose),
7935         (ps_document_class_init), (stop_interpreter), (document_load):
7936
7937         Cleanup dispose a bit. Dont leak the whole pixmap.
7938
7939 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
7940
7941         * pdf/ev-poppler.cc:
7942
7943         Release the poppler document on dispose
7944
7945 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
7946
7947         * shell/ev-view.c: (ev_view_set_document):
7948
7949         Release ref on the pixbuf cache when changing
7950         document.
7951
7952 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
7953
7954         * ps/ps-document.c: (ps_document_get_info):
7955
7956         Fix a double free
7957
7958 2005-05-31  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
7959
7960         * backend/ev-page-cache.c: (ev_page_cache_init),
7961         (_ev_page_cache_new), (ev_page_cache_get_max_label_chars):
7962         * backend/ev-page-cache.h:
7963         * shell/ev-page-action.c: (page_changed_cb):
7964         
7965         Set page action entry width depending on labels width. Fix
7966         for bug 305202.
7967
7968 2005-05-31  Marco Pesenti Gritti  <mpg@redhat.com>
7969
7970         * backend/ev-link.c: (ev_link_class_init):
7971
7972         Allow -1 as page value (error)
7973
7974 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
7975
7976         * shell/ev-sidebar-thumbnails.c:
7977         (ev_sidebar_thumbnails_set_document):
7978         * shell/ev-view.c: (scroll_to_current_page),
7979         (view_set_adjustment_values), (ev_view_set_scroll_adjustments),
7980         (page_changed_cb), (on_adjustment_value_changed),
7981         (ev_view_set_document):
7982
7983         Slightly modified patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>.
7984         Fix bug 305377
7985
7986 2005-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7987
7988         * configure.ac:
7989         * djvu/djvu-document.c: (djvu_document_get_page_size):
7990
7991         Require djvulibre CVS. Now djvu loading is much faster. Fix for
7992         bug 301993.
7993
7994 Sat May 28 07:38:03 2005  Jonathan Blandford  <jrb@redhat.com>
7995
7996         * shell/ev-view.c (draw_one_page): modify the expose handling to
7997         get the shadows.
7998
7999         * shell/ev-window.c (update_action_sensitivity): Respect
8000         permissions field.  Kowtow to the man.
8001
8002         * pdf/ev-poppler.cc: Get the permissions field.
8003
8004         * tiff/*c: Make a tiny bit more robust.
8005
8006 2005-05-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8007
8008         * djvu/djvu-document.c:
8009         
8010         Pop messages from djvu context message queue.
8011
8012 2005-05-24  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8013
8014         * configure.ac, Makefile.am, shell/Makefile.am:
8015         * tiff/Makefile.am, shell/ev-document-types.c:
8016         
8017         Cleanup tiff configure checks. Fix for bug 305218.
8018
8019 2005-05-24  Maxim V. Dziumanenko <mvd@mylinux.ua>
8020
8021         * configure.ac: Added "uk" to ALL_LINGUAS.
8022
8023 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8024
8025         * cut-n-paste/zoom-control/ephy-zoom.c:
8026         (ephy_zoom_get_changed_zoom_level):
8027         * cut-n-paste/zoom-control/ephy-zoom.h:
8028         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_set_property),
8029         (ev_view_get_property), (ev_view_class_init), (ev_view_set_zoom):
8030         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
8031         (ev_window_cmd_view_zoom_out), (ev_window_zoom_changed_cb),
8032         (zoom_control_changed_cb), (ev_window_init):
8033         
8034         Fix minor points related to moving best fit up. Introduce
8035         "zoom" property and make zoom control change it's value on
8036         notify::zoom signals. Fix for 305080.
8037
8038 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8039
8040         * data/evince-ui.xml:
8041         * shell/ev-window.c: (set_view_actions_sensitivity):
8042         
8043         Use + and - as accels for zoom in and zoom out. Fix for 305001.
8044
8045 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
8046
8047         * configure.ac:
8048
8049         Depends on poppler 0.3.2
8050
8051 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
8052
8053         * cut-n-paste/recent-files/egg-recent-item.c:
8054         (egg_recent_item_get_short_name):
8055         * cut-n-paste/toolbar-editor/Makefile.am:
8056         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
8057         (new_pixbuf_from_widget):
8058         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
8059         * cut-n-paste/toolbar-editor/egg-marshal.c:
8060         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
8061         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
8062
8063         Sync
8064
8065 Sat May 21 23:18:30 2005  Jonathan Blandford  <jrb@redhat.com>
8066
8067         * tiff/tiff-document.c: Rough TIFF backend.
8068
8069 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
8070
8071         * NEWS:
8072         * configure.ac:
8073         * cut-n-paste/toolbar-editor/Makefile.am:
8074
8075         Release 0.3.1
8076
8077 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
8078
8079         * shell/ev-view.c: (jump_to_find_result), (ev_view_can_find_next),
8080         (ev_view_find_next), (ev_view_find_previous):
8081
8082         Remove the locks around get_n_results   
8083
8084 2005-05-21  Juerg Billeter  <j@bitron.ch>
8085
8086         * pdf/ev-poppler.c: (pdf_document_ps_exporter_begin):
8087
8088         Pass correct number of pages to poppler.
8089
8090 2005-05-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8091
8092         * configure.ac:
8093         * data/Makefile.am:
8094         * data/evince.desktop.in: 
8095         * data/evince.desktop.in.in:
8096         * po/POTFILES.in:
8097         
8098         Add conditionally dvi and djvu to desktop types. Fix for 304658.
8099
8100 Sat May 21 00:21:30 2005  Jonathan Blandford  <jrb@redhat.com>
8101
8102         * shell/ev-view.c: (view_update_adjustments),
8103         (view_set_adjustment_values): cast adjustmen->value to (int)
8104         before using it.  Otherwise, we get off by a pixel in some
8105         situations.
8106
8107         (draw_one_page): Draw the border on expose.
8108
8109 Fri May 20 22:05:25 2005  Jonathan Blandford  <jrb@redhat.com>
8110
8111         * *shell/ev-view.c: Patch from Nickolay V. Shmyrev to reset the
8112         adjustment when the mode changes, #304923
8113
8114 Fri May 20 02:00:03 2005  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8115
8116         * shell/ev-view.c: Use gdk_widget_queue_draw to remove
8117         flickering on resize but still use gdk_window_scroll on
8118         scrolling
8119
8120 Fri May 20 01:46:57 2005  Jonathan Blandford  <jrb@redhat.com>
8121
8122         * shell/ev-view.c: Patch from Nickolay Shmyrev to fix the -p
8123         option, #170458
8124
8125 Fri May 20 01:27:01 2005  Jonathan Blandford  <jrb@redhat.com>
8126
8127         * shell/ev-view.c: Patch from Nickolay Shmyrev to to scroll to
8128         second page on page_changed if possible, #304669
8129
8130 Fri May 20 01:07:15 2005  Jonathan Blandford  <jrb@redhat.com>
8131
8132         * shell/ev-view.c (view_update_adjustments): Use gdk_window_scroll
8133         instead of gtk_widget_queue_draw.  Massive speedups in scrolling.
8134
8135 Fri May 20 01:05:10 2005  Jonathan Blandford  <jrb@redhat.com>
8136
8137         * .cvsignore:
8138         * shell/ev-view.c:(ev_view_size_allocate), (ev_view_class_init),
8139         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
8140         (ev_view_zoom_for_size_presentation),
8141         (ev_view_zoom_for_size_continuous_and_dual_page),
8142         (ev_view_zoom_for_size_continuous),
8143         (ev_view_zoom_for_size_dual_page),
8144         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size):
8145         * shell/ev-view.h:
8146         * shell/ev-window.c: (update_view_size),
8147         (ev_window_sizing_mode_changed_cb):
8148
8149         Patch from Nickolay Shmyrev <nshmyrev@yandex.ru> to handle
8150         the scrollbars.  It's not 100% right, but it's much closer.  Kills
8151         an infinite loop, #304769
8152
8153
8154 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
8155
8156         * data/evince-ui.xml:
8157         * shell/ev-view.c: (ev_view_scroll_view), (ev_view_class_init):
8158         * shell/ev-window.c: (set_view_actions_sensitivity):
8159
8160         Make PgUp/Down behave like Space
8161
8162 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
8163
8164         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
8165         * backend/ev-ps-exporter.h:
8166         * pdf/ev-poppler.cc:
8167         * ps/ps-document.c: (ps_document_ps_export_begin):
8168         * shell/ev-print-job.c: (idle_print_handler):
8169
8170         Adapt to new poppler api
8171
8172 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
8173
8174         * cut-n-paste/zoom-control/ephy-zoom-control.c:
8175         (ephy_zoom_control_init):
8176
8177         Translate zoom levels
8178
8179 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
8180
8181         * cut-n-paste/zoom-control/ephy-zoom.c:
8182         (ephy_zoom_get_zoom_level_index):
8183
8184         Fix current zoom -> zoom control match
8185
8186 2005-05-18  James Bowes  <bowes@cs.dal.ca>
8187
8188         * shell/ev-window.c: (ev_window_init): Give focus to the ev-view,
8189         rather than the scrolled_window that it's in. Fixes bug #304655.
8190
8191 Tue May 17 22:54:17 2005  Jonathan Blandford  <jrb@redhat.com>
8192
8193         * shell/ev-view.c: (view_update_adjustments),
8194         (view_set_adjustment_values), (view_update_range_and_current_page),
8195         (view_scroll_to_page), (set_scroll_adjustment),
8196         (ev_view_set_scroll_adjustments), (add_scroll_binding_keypad),
8197         (ev_view_scroll), (ev_view_scroll_view),
8198         (ensure_rectangle_is_visible), (find_page_at_location),
8199         (get_link_at_location), (go_to_link), (status_message_from_link),
8200         (ev_view_size_request_continuous_dual_page),
8201         (ev_view_size_request), (ev_view_size_allocate), (ev_view_realize),
8202         (ev_view_unrealize), (ev_view_expose_event),
8203         (ev_view_button_press_event), (ev_view_motion_notify_event),
8204         (ev_view_button_release_event), (ev_gdk_color_to_rgb),
8205         (draw_rubberband), (highlight_find_results), (draw_one_page),
8206         (ev_view_finalize), (ev_view_destroy), (ev_view_class_init),
8207         (ev_view_init), (find_changed_cb), (page_changed_cb),
8208         (on_adjustment_value_changed), (ev_view_new),
8209         (ev_view_set_document), (ev_view_set_zoom),
8210         (ev_view_set_continuous), (ev_view_set_dual_page),
8211         (ev_view_set_presentation), (ev_view_zoom_in), (ev_view_zoom_out),
8212         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
8213         (ev_view_zoom_for_size_presentation),
8214         (ev_view_zoom_for_size_continuous_dual_page),
8215         (ev_view_zoom_for_size_continuous),
8216         (ev_view_zoom_for_size_dual_page),
8217         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
8218         (ev_view_get_status), (ev_view_set_status),
8219         (update_find_status_message), (ev_view_get_find_status),
8220         (ev_view_set_find_status), (jump_to_find_result),
8221         (jump_to_find_page), (compute_selections), (clear_selection),
8222         (ev_view_select_all), (get_selected_text), (ev_view_copy),
8223         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
8224         (ev_view_update_primary_selection),
8225         (ev_view_create_invisible_cursor), (ev_view_set_cursor):
8226         * shell/ev-view.h:
8227         * shell/ev-window.c: (ev_window_open_page_label),
8228         (ev_window_cmd_view_reload), (ev_window_sizing_mode_changed_cb),
8229         (ev_window_init):
8230         * shell/ev-window.h:
8231         * shell/main.c: (load_files):
8232
8233         Massive code clean up from Nickolay Shmyrev.  Keep page offset
8234         when resizing.  Remove the bin_window().  Also, patch from James
8235         Bowes to fix command line page, #300641
8236         
8237 2005-05-17  Marco Pesenti Gritti  <mpg@redhat.com>
8238
8239         * data/evince-ui.xml:
8240         * shell/ev-view.c:
8241         * shell/ev-view.h:
8242         * shell/ev-window.c: (update_action_sensitivity):
8243
8244         Get rid of View->Normal Size, it's just confusing
8245
8246 Tue May 17 00:51:21 2005  Jonathan Blandford  <jrb@redhat.com>
8247
8248         * backend/ev-document-info.h:
8249         * backend/ev-document.c: (ev_document_info_free): Free the
8250         EvDocumentInfo.
8251
8252         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
8253         (clear_range), (add_range), (update_visible_range),
8254         (adjustment_changed_cb), (ev_sidebar_thumbnails_init),
8255         (ev_sidebar_thumbnails_set_document):
8256         * shell/ev-window.c: (ev_window_setup_document): Only render the
8257         visible thumbnails.  It takes an instant to render, but it uses
8258         much less memory.
8259
8260 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
8261
8262         * shell/ev-sidebar-links.c: (popup_menu_cb):
8263
8264         Select first item
8265
8266 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
8267
8268         * lib/Makefile.am:
8269         * shell/ev-sidebar-links.c: (build_popup_menu), (popup_menu_cb),
8270         (button_press_cb), (ev_sidebar_links_construct):
8271
8272         Show the popup menu also on keybindings
8273
8274 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
8275
8276         * shell/ev-window.c: (ev_window_print), (ev_window_print_range):
8277         * shell/ev-window.h:
8278
8279         Expose api to print a range (with dialog). Make private _print use
8280         it.
8281
8282         * shell/ev-sidebar-links.c: (print_section_cb), (button_press_cb),
8283         (ev_sidebar_links_construct):
8284
8285         Show a print context menu on linkx, it prints the selected
8286         section.
8287
8288 2005-05-15  Carlos Garcia Campos <carlosgc@gnome.org>
8289
8290         * shell/ev-sidebar.c: make the drop down menu as width as the toggle
8291         button.
8292
8293 2005-05-12  Marco Pesenti Gritti  <mpg@redhat.com>
8294
8295         * AUTHORS:
8296
8297         Update
8298
8299         * shell/ev-window.c: (build_comments_string),
8300         (ev_window_cmd_help_about):
8301
8302         Show poppler version/backend and authors
8303
8304 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
8305
8306         * cut-n-paste/zoom-control/ephy-zoom.c:
8307         (ephy_zoom_get_zoom_level_index):
8308         * cut-n-paste/zoom-control/ephy-zoom.h:
8309
8310         Move the best fit items at the top of the list
8311
8312 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
8313
8314         * shell/ev-marshal.list:
8315         * shell/ev-page-action.c: (ev_page_action_widget_class_init),
8316         (activate_cb), (match_selected_cb), (activate_link_cb),
8317         (connect_proxy), (ev_page_action_class_init):
8318         * shell/ev-page-action.h:
8319
8320         Use signals to notify action activation. Hopefully
8321         I did not break completion since I cant test...
8322
8323         * shell/ev-window.c: (activate_link_cb), (activate_label_cb),
8324         (register_custom_actions):
8325
8326         Connect to page selector actions and also grab focus on
8327         the view when activated.
8328
8329 Wed May 11 01:18:29 2005  Jonathan Blandford  <jrb@redhat.com>
8330
8331         * pdf/ev-poppler.cc:
8332         * backend/ev-page-cache.c: make page size calculation consistent
8333         and set it to (int)( width * scale + 0.5).  This makes the weird
8334         line going through the middle of the page go away.
8335
8336         * shell/ev-view.c: move painting the background page after
8337         checking the expose area covers us.
8338
8339 2005-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8340
8341         * data/evince-password.glade:
8342         
8343         Mark labels as not translatable. Fix for bug 302842.
8344
8345 2005-05-10  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
8346
8347         * configure.ac: Added "es" to ALL_LINGUAS.
8348
8349 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8350
8351         * data/evince-toolbar.xml:
8352         * shell/ev-window.c: (update_action_sensitivity),
8353         (ev_window_setup_document), (ev_window_set_page_mode),
8354         (ev_window_init):
8355
8356         Remove some leftover code from jrb first continous
8357         attempt. Use the new actions, we still need good icons
8358         though...
8359
8360 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8361
8362         * shell/ev-page-action.c: (update_pages_label), (connect_proxy):
8363
8364         Update label when connecting proxy. Fix a warning with NULL
8365         page_cache.
8366
8367 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8368
8369         * data/evince-ui.xml:
8370         * shell/ev-page-action.c: (ev_page_action_grab_focus):
8371         * shell/ev-page-action.h:
8372         * shell/ev-window.c: (ev_window_cmd_focus_page_selector):
8373
8374         Add mnemonic for edit toolbar.
8375         ctrl+l focus the page entry.
8376
8377 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8378
8379         * lib/Makefile.am:
8380         * shell/ev-window.c: (ev_window_cmd_edit_toolbar_cb),
8381         (ev_window_init):
8382         * shell/main.c: (main):
8383
8384         Put the toolbar xml in evince own dot dir
8385
8386 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8387
8388         * shell/ev-window.c: (ev_window_init):
8389
8390         Make the toolbar not removable
8391
8392 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8393
8394         * data/evince-ui.xml:
8395         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_treeview):
8396         * shell/ev-sidebar-links.h:
8397         * shell/ev-sidebar-thumbnails.c:
8398         (ev_sidebar_thumbnails_get_treeview):
8399         * shell/ev-sidebar-thumbnails.h:
8400         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_view),
8401         (ev_view_class_init):
8402         * shell/ev-view.h:
8403         * shell/ev-window.c: (update_action_sensitivity),
8404         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
8405         (set_view_actions_sensitivity), (view_actions_focus_in_cb),
8406         (view_actions_focus_out_cb), (enable_view_actions_for_widget),
8407         (ev_window_init):
8408
8409         This is evil... Make space/backspace global accelerators but
8410         enable them only for some widgets (sidebars and view).
8411         I dont like it, but I dont know a better way... :/
8412
8413 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8414
8415         * shell/ev-page-action.c: (ev_page_action_widget_set_page_cache),
8416         (ev_page_action_widget_finalize),
8417         (ev_page_action_widget_class_init), (update_page_cache):
8418
8419         Keep a weak reference on proxy->page_cache so that we
8420         dont try to disconnect the signal if the object is already
8421         gone. Maybe there is a better way to cleanup reference handling
8422         in page action though...
8423
8424 2005-05-10  Juerg Billeter  <j@bitron.ch>
8425
8426         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
8427         * backend/ev-ps-exporter.h:
8428         * pdf/ev-poppler.cc: (pdf_document_ps_exporter_begin):
8429         * ps/ps-document.c: (ps_document_ps_export_begin):
8430         
8431         Change api to pass print range to ps_exporter_begin. The pdf backend
8432         requires this information.
8433         
8434         * shell/ev-print-job.c: (idle_print_handler):
8435         
8436         Adapt to api change
8437
8438 2005-05-10  Juerg Billeter  <j@bitron.ch>
8439
8440         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
8441         (idle_print_handler)
8442         * shell/ev-window.c: (ev_window_print):
8443
8444         Support printing page range, based on patch by Amaury Jacquot
8445
8446 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8447
8448         * data/evince-toolbar.xml:
8449
8450         Add zoom control to available items
8451
8452 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8453
8454         * shell/ev-window.c: (update_action_sensitivity):
8455
8456         Set slash action insensitive when appropriate
8457
8458 2005-05-10  Christian Persch <chpe@gnome.org>
8459
8460         * cut-n-paste/zoom-control/ephy-zoom-action.c: (create_menu_item):
8461
8462         Fix warning on the overflow menu
8463
8464 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8465
8466         * shell/ev-window.c: (sanity_check_uri), (ev_window_open):
8467
8468         Check for uri correctness/existence
8469
8470 2005-05-09  Juerg Billeter  <j@bitron.ch>
8471
8472         * shell/ev-window.c: (using_postscript_printer):
8473
8474         LPD printers use postscript, too
8475
8476 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
8477
8478         * shell/ev-window.c: (register_custom_actions):
8479
8480         The zoom one is actually sort of useful,
8481         put it back
8482
8483 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
8484
8485         * shell/ev-window.c: (register_custom_actions):
8486
8487         Hide page/zoom controls from overflow, they
8488         are useless.
8489
8490 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
8491
8492         * cut-n-paste/update-from-egg.sh:
8493         
8494         Share it between all cut-n-paste subdirs
8495
8496         * cut-n-paste/recent-files/Makefile.am:
8497
8498         Fix to use "global" update-from-egg.sh
8499
8500         * cut-n-paste/recent-files/egg-recent-model.c:
8501         (egg_recent_model_changed_timeout), (egg_recent_model_finalize):
8502         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
8503         (egg_recent_view_gtk_clear), (egg_recent_view_gtk_set_list),
8504         (egg_recent_view_gtk_finalize), (egg_recent_view_gtk_set_menu):
8505
8506         Update from libegg
8507
8508         * cut-n-paste/toolbar-editor/Makefile.am:
8509
8510         Fix to use "global" update-from-egg.sh
8511
8512         * cut-n-paste/toolbar-editor/eggmarshalers.list:
8513
8514         Update from libegg
8515
8516 2005-05-09  Marco Pesenti Gritti <mpg@redhat.com>
8517
8518         * configure.ac:
8519         * cut-n-paste/Makefile.am:
8520         * cut-n-paste/recent-files/Makefile.am:
8521         * cut-n-paste/toolbar-editor/.cvsignore:
8522         * cut-n-paste/toolbar-editor/Makefile.am:
8523         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
8524         (egg_editable_toolbar_get_type), (get_toolbar_position),
8525         (get_n_toolbars), (get_dock_nth), (get_toolbar_nth), (find_action),
8526         (drag_data_delete_cb), (drag_begin_cb), (drag_end_cb),
8527         (drag_data_get_cb), (set_drag_cursor), (unset_drag_cursor),
8528         (set_item_drag_source), (create_item_from_action), (create_item),
8529         (data_is_separator), (drag_data_received_cb), (remove_toolbar_cb),
8530         (popup_toolbar_context_menu_cb), (free_dragged_item),
8531         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
8532         (toolbar_drag_leave_cb), (create_dock), (set_fixed_style),
8533         (unset_fixed_style), (toolbar_changed_cb), (unparent_fixed),
8534         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
8535         (item_added_cb), (item_removed_cb),
8536         (egg_editable_toolbar_construct),
8537         (egg_editable_toolbar_disconnect_model),
8538         (egg_editable_toolbar_deconstruct),
8539         (egg_editable_toolbar_set_model),
8540         (egg_editable_toolbar_set_ui_manager),
8541         (egg_editable_toolbar_set_property),
8542         (egg_editable_toolbar_get_property),
8543         (egg_editable_toolbar_class_init), (egg_editable_toolbar_init),
8544         (egg_editable_toolbar_finalize), (egg_editable_toolbar_new),
8545         (egg_editable_toolbar_new_with_model),
8546         (egg_editable_toolbar_get_edit_mode),
8547         (egg_editable_toolbar_set_edit_mode), (egg_editable_toolbar_show),
8548         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed),
8549         (egg_editable_toolbar_set_drag_dest), (fake_expose_widget),
8550         (new_pixbuf_from_widget), (new_separator_pixbuf),
8551         (update_separator_image), (style_set_cb),
8552         (_egg_editable_toolbar_new_separator_image),
8553         (egg_editable_toolbar_get_model):
8554         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
8555         * cut-n-paste/toolbar-editor/egg-marshal.c:
8556         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
8557         (egg_toolbar_editor_get_type), (compare_actions), (find_action),
8558         (egg_toolbar_editor_set_ui_manager), (toolbar_removed_cb),
8559         (egg_toolbar_editor_set_model), (egg_toolbar_editor_set_property),
8560         (egg_toolbar_editor_get_property), (egg_toolbar_editor_class_init),
8561         (egg_toolbar_editor_finalize), (egg_toolbar_editor_new),
8562         (drag_begin_cb), (drag_end_cb), (editor_drag_data_received_cb),
8563         (editor_drag_data_delete_cb), (drag_data_get_cb),
8564         (elide_underscores), (set_drag_cursor), (event_box_realize_cb),
8565         (editor_create_item), (update_editor_sheet), (setup_editor),
8566         (egg_toolbar_editor_init), (egg_toolbar_editor_add_action),
8567         (parse_item_list), (model_has_action), (update_actions_list),
8568         (egg_toolbar_editor_load_actions):
8569         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
8570         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
8571         (egg_toolbars_model_get_type), (egg_toolbars_model_to_xml),
8572         (safe_save_xml), (egg_toolbars_model_save), (toolbars_toolbar_new),
8573         (toolbars_item_new), (free_toolbar_node), (free_item_node),
8574         (egg_toolbars_model_get_flags), (egg_toolbars_model_set_flags),
8575         (egg_toolbars_model_add_separator), (impl_add_item),
8576         (parse_item_list), (egg_toolbars_model_add_toolbar),
8577         (parse_toolbars), (egg_toolbars_model_load), (impl_get_item_id),
8578         (impl_get_item_data), (impl_get_item_type),
8579         (_egg_accumulator_STRING), (egg_toolbars_model_class_init),
8580         (egg_toolbars_model_init), (free_toolbar),
8581         (egg_toolbars_model_finalize), (egg_toolbars_model_new),
8582         (egg_toolbars_model_remove_toolbar),
8583         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
8584         (egg_toolbars_model_n_items), (egg_toolbars_model_item_nth),
8585         (egg_toolbars_model_n_toolbars), (egg_toolbars_model_toolbar_nth),
8586         (egg_toolbars_model_add_item), (egg_toolbars_model_get_item_id),
8587         (egg_toolbars_model_get_item_data),
8588         (egg_toolbars_model_get_item_type):
8589         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
8590         * cut-n-paste/toolbar-editor/eggmarshalers.list:
8591         * data/Makefile.am:
8592         * data/evince-toolbar.xml:
8593         * data/evince-ui.xml:
8594         * data/hand-open.png:
8595         * po/POTFILES.in:
8596         * shell/Makefile.am:
8597         * shell/ev-window.c: (update_chrome_visibility),
8598         (ev_window_cmd_edit_toolbar_cb), (ev_window_cmd_edit_toolbar),
8599         (ev_window_dispose), (ev_window_init):
8600
8601         Implement epiphany like toolbar editor. Based on patch by
8602         Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8603
8604 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
8605
8606         * shell/ev-sidebar-thumbnails.c: (page_changed_cb):
8607
8608         Use set_cursor instead of set_selection, so that
8609         the keyboard focus moves too.
8610
8611 2005-05-09  Aleksey Kliger <akliger@gmail.com>
8612
8613         * dvi/mdvi-lib/tfmfile.c: (lookup_font_metrics):
8614
8615         Fix infinite loop when loading Type1 fonts
8616
8617 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
8618
8619         * data/evince-ui.xml:
8620         * shell/ev-window.c:
8621
8622         Slash -> Find
8623
8624 2005-05-09  Thomas de Grenier de Latour <degrenier@easyconnect.fr>
8625
8626         * configure.ac:
8627
8628         Make --disable really disable
8629
8630 2005-05-07  Juerg Billeter  <j@bitron.ch>
8631
8632         * backend/ev-page-cache.c: (ev_page_cache_set_page_label):
8633
8634         Compare page labels even without has_labels set, fixes setting page
8635         with entry
8636
8637 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
8638
8639         * shell/ev-view.c: (ev_view_create_invisible_cursor),
8640         (ev_view_set_cursor), (ev_view_button_press_event),
8641         (ev_view_motion_notify_event), (ev_view_button_release_event),
8642         (ev_view_init):
8643
8644         Implement middle button scrolling. Based on a patch
8645         by Tommi Komulainen <tommi.komulainen@iki.fi>.
8646
8647 2005-05-08  Marco Pesenti Gritti  <mpg@redhat.com>
8648
8649         * shell/ev-document-types.c: (get_slow_mime_type),
8650         (get_document_type_from_mime), (ev_document_type_lookup):
8651         * shell/ev-document-types.h:
8652
8653         Change api to lookup from uri. Do fast lookup first, if the
8654         type is unknown try with data sniffing.
8655
8656         * shell/ev-window.c: (ev_window_open), (ev_window_open_uri_list):
8657         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
8658
8659         Adapt to api change
8660
8661 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
8662
8663         * thumbnailer/Makefile.am:
8664
8665         Fix distcheck
8666
8667 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
8668
8669         * NEWS:
8670         * configure.ac:
8671
8672         Release 0.3.0
8673
8674         * data/evince-ui.xml:
8675
8676         Hide presentation mode for now
8677
8678         * shell/ev-view.c: (highlight_find_results):
8679
8680         Show current find selection only on current page
8681
8682 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
8683
8684         * shell/ev-view.c: (ev_view_select_all):
8685
8686         Compute size of the actual page, not of
8687         the current one.
8688
8689 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
8690
8691         * shell/ev-view.c: (clear_selection), (ev_view_finalize),
8692         (view_rect_to_doc_rect), (compute_selections),
8693         (ev_view_bin_expose), (ev_view_select_all), (get_selected_text),
8694         (ev_view_copy), (ev_view_primary_get_cb),
8695         (ev_view_primary_clear_cb), (ev_view_update_primary_selection),
8696         (ev_view_button_press_event), (ev_view_motion_notify_event),
8697         (ev_view_button_release_event), (page_changed_cb):
8698
8699         Fix text selection
8700
8701 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
8702
8703         * shell/ev-view.c: (compute_border), (get_page_extents),
8704         (doc_rect_to_view_rect), (highlight_find_results),
8705         (ev_view_bin_expose), (ev_view_select_all),
8706         (ev_view_motion_notify_event), (update_find_status_message),
8707         (jump_to_find_result), (jump_to_find_page):
8708
8709         First go at fixing search, still buggy
8710
8711 2005-05-04  Kristian Høgsberg  <krh@redhat.com>
8712
8713         * shell/ev-sidebar.c (ev_sidebar_init): Remove frame around
8714         dropdown box and button at the top of the sidebar.
8715
8716 2005-05-02  James Bowes  <bowes@cs.dal.ca>
8717
8718         * configure.ac: Output zoom-control Makefile.
8719         * cut-n-paste/Makefile.am: build zoom-control subdir.
8720         * cut-n-paste/zoom-control/ephy-zoom-action.c:
8721         * cut-n-paste/zoom-control/ephy-zoom-action.h:
8722         * cut-n-paste/zoom-control/ephy-zoom-control.c:
8723         * cut-n-paste/zoom-control/ephy-zoom-control.h:
8724         * cut-n-paste/zoom-control/ephy-zoom.c:
8725         * cut-n-paste/zoom-control/ephy-zoom.h: New files imported
8726         from epiphany, and modified to add a separator into the menu.
8727         * cut-n-paste/zoom-control/Makefile.am: Build zoom-control.
8728         * data/evince-ui.xml: Replace old zoom toolbar actions with new
8729         zoom-control action.
8730         * shell/Makefile.am: Include zoom-control flags.
8731         * shell/ev-view.c: (ev_view_set_zoom), (ev_view_get_zoom),
8732         (ev_view_get_sizing_mode), (ev_view_zoom_in), (ev_view_zoom_out),
8733         (ev_view_zoom_for_size_presentation),
8734         (ev_view_zoom_for_size_continuous_and_dual_page),
8735         (ev_view_zoom_for_size_continuous),
8736         (ev_view_zoom_for_size_dual_page),
8737         (ev_view_zoom_for_size_single_page), (ev_view_zoom_normal): 
8738         s/ev_view_zoom/ev_view_set_zoom/ and make public, add 
8739         ev_view_get_zoom and ev_view_get_sizing_mode.
8740         * shell/ev-view.h:
8741         * shell/ev-window.c: (update_action_sensitivity),
8742         (update_sizing_buttons), (zoom_control_changed_cb),
8743         (register_custom_actions): Initialize and use the zoom-control 
8744         widget.
8745
8746 Sun May  1 00:46:47 2005  Jonathan Blandford  <jrb@redhat.com>
8747
8748         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init): Change the
8749         preview cache back to 1.  Don't know when it got set to 0.
8750         
8751         * shell/ev-view.c: (compute_border), (ev_view_realize),
8752         (draw_one_page), (ev_view_set_property), (ev_view_get_property),
8753         (ev_view_class_init), (ev_view_init), (ev_view_set_fullscreen),
8754         (ev_view_get_fullscreen), (ev_view_set_presentation),
8755         (ev_view_get_presentation), (ev_view_set_sizing_mode),
8756         (ev_view_zoom_for_size_presentation), (ev_view_set_zoom_for_size):
8757         * shell/ev-view.h:
8758         * shell/ev-window.c:
8759         (update_chrome_visibility),
8760         (ev_window_cmd_continuous), (ev_window_cmd_dual),
8761         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
8762         (update_document_mode), (ev_window_update_fullscreen_action),
8763         (ev_window_fullscreen), (ev_window_unfullscreen),
8764         (ev_window_cmd_view_fullscreen),
8765         (ev_window_update_presentation_action),
8766         (ev_window_run_presentation), (ev_window_stop_presentation),
8767         (ev_window_cmd_view_presentation), (ev_window_state_event),
8768         (ev_window_focus_in_event), (ev_window_focus_out_event),
8769         (ev_window_cmd_escape), (ev_window_sidebar_visibility_changed_cb):
8770         * data/evince-ui.xml: Initial presentation mode.  We should
8771         probably hide this until it's done, as it's quite rough.  Also,
8772         change full-screen to fullscreen and add two getters to EvView.
8773
8774 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
8775
8776         * shell/ev-page-action.c: (update_page_cache),
8777         (ev_page_action_dispose):
8778         * shell/ev-window.c: (destroy_fullscreen_popup),
8779         (ev_window_create_fullscreen_popup):
8780
8781         Use connect_object rather than explicitly
8782         disconnect on dispose.
8783
8784 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
8785
8786         * shell/ev-page-action.c: (update_page_cache),
8787         (ev_page_action_dispose):
8788
8789 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8790
8791         * backend/ev-page-cache.c: (_ev_page_cache_new),
8792         (ev_page_cache_set_page_label),
8793         (ev_page_cache_has_nonnumeric_page_labels):
8794         * backend/ev-page-cache.h:
8795         * shell/ev-page-action.c: (update_pages_label):
8796         
8797         If all page labels are numeric, fallback to default
8798         way to display number of pages. See bug 173185.
8799
8800 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8801
8802         * shell/ev-page-action.c: (ev_page_action_dispose):
8803         * shell/ev-view.c: (view_update_range_and_current_page):
8804         * shell/ev-window.c: (ev_window_dispose):
8805         
8806         Set page on scroll in continuous mode. Fixes bug 301986.
8807         Also cleanup callbacks on destroy of EvWindow and EvPageAction.
8808
8809 2005-04-26  Marco Pesenti Gritti <mpg@redhat.com>
8810
8811         * configure.ac:
8812
8813         Require poppler 0.3.0
8814
8815 2005-04-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8816         
8817         * shell/Makefile.am, configure.ac: Fix build problems
8818         with t1lib. Bug 301996.
8819
8820 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8821
8822         * shell/ev-view.c: (ev_view_scroll_event):
8823         
8824         Scroll up increase zoom
8825
8826 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8827
8828         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init),
8829         (ev_view_set_sizing_mode),
8830         (ev_view_zoom_for_size_continuous_and_dual_page),
8831         (ev_view_zoom_for_size_continuous):
8832         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
8833         (ev_window_cmd_view_page_width), (ev_window_cmd_view_zoom_in),
8834         (ev_window_cmd_view_zoom_out), (ev_window_sizing_mode_changed_cb),
8835         (ev_window_init):
8836
8837         Control + Scroll does zooming, Shift + Scroll scrolls horizontally
8838         Fix for 165473 and 165472.
8839
8840 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8841
8842         * po/POTFILES.in:
8843         * thumbnailer/Makefile.am:
8844         * thumbnailer/evince-thumbnailer-djvu.schemas.in:
8845         * thumbnailer/evince-thumbnailer-dvi.schemas.in:
8846         * thumbnailer/evince-thumbnailer.schemas.in:
8847         
8848         Make thumbnailer schemas translatable. Fix for bug 301773
8849         
8850         * thumbnailer/evince-thumbnailer-djvu.schemas:
8851         * thumbnailer/evince-thumbnailer-dvi.schemas:
8852         * thumbnailer/evince-thumbnailer.schemas:
8853
8854         Removed files
8855
8856 Sun Apr 24 01:37:39 2005  Jonathan Blandford  <jrb@redhat.com>
8857
8858         * shell/ev-view.c (ev_view_init): forgot to set this.
8859
8860 Sun Apr 24 01:07:27 2005  Jonathan Blandford  <jrb@redhat.com>
8861
8862         * shell/ev-view.c: (find_page_at_location),
8863         (get_link_at_location),
8864         (ev_view_set_show_border), (ev_view_set_spacing),
8865         (ev_view_zoom_for_size_continuous_and_dual_page),
8866         (ev_view_zoom_for_size_continuous): Fix links for dual/continuous.
8867         Also, add a quick fix measuring of widths.  Also, removed
8868         ev_view_set_spacing and ev_view_set_show_border.
8869         
8870         * shell/ev-window.c: (ev_window_unfullscreen),
8871         (ev_window_cmd_view_fullscreen): Don't adjust the border/spacing.
8872
8873 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8874
8875         * shell/ev-view.c: (view_update_range_and_current_page),
8876         (page_changed_cb):
8877         
8878         Fix crash on exit and scrolling to page in continuous view.
8879
8880 Sat Apr 23 13:13:04 2005  Jonathan Blandford  <jrb@redhat.com>
8881
8882         * TODO:
8883         * backend/ev-page-cache.c: (_ev_page_cache_new),
8884         (ev_page_cache_get_max_width_size),
8885         (ev_page_cache_get_max_height_size):
8886         * backend/ev-page-cache.h:
8887         * data/evince-ui.xml:
8888         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init):
8889         * shell/ev-view.c: (view_update_adjustments),
8890         (view_update_range_and_current_page), (get_bounding_box_size),
8891         (ev_view_size_request_continuous_and_dual_page),
8892         (ev_view_size_request_continuous),
8893         (ev_view_size_request_dual_page),
8894         (ev_view_size_request_single_page), (ev_view_size_request),
8895         (ev_view_size_allocate), (get_page_extents), (draw_one_page),
8896         (ev_view_bin_expose), (ev_view_expose_event),
8897         (ev_view_set_property), (ev_view_get_property),
8898         (ev_view_class_init), (ev_view_init), (ev_view_new),
8899         (page_changed_cb), (ev_view_zoom), (ev_view_set_continuous),
8900         (ev_view_set_dual_page), (ev_view_set_full_screen),
8901         (ev_view_set_presentation), (ev_view_set_sizing_mode),
8902         (ev_view_can_zoom_in), (ev_view_can_zoom_out), (ev_view_zoom_in),
8903         (ev_view_zoom_out), (zoom_for_size_fit_width),
8904         (zoom_for_size_best_fit),
8905         (ev_view_zoom_for_size_continuous_and_dual_page),
8906         (ev_view_zoom_for_size_continuous),
8907         (ev_view_zoom_for_size_dual_page),
8908         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
8909         (ev_view_show_cursor), (ev_sizing_mode_get_type):
8910         * shell/ev-view.h:
8911         * shell/ev-window.c: (update_action_sensitivity),
8912         (ev_window_cmd_continuous), (ev_window_cmd_dual),
8913         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
8914         (update_sizing_buttons), (ev_window_cmd_view_zoom_in),
8915         (ev_window_cmd_view_zoom_out), (update_view_size),
8916         (ev_window_set_sizing_mode), (ev_window_init):
8917
8918         Add Continuous and Dual page modes.
8919
8920 2005-04-23  James Bowes  <bowes@cs.dal.ca>
8921
8922         * dvi/dvi-document.c: (dvi_document_load),
8923         (dvi_document_thumbnails_get_thumbnail),
8924         (dvi_document_init_params): Fix up some mixups between
8925         width and height to correct thumbnail rendering.
8926
8927 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8928
8929         * dvi/mdvi-lib/private.h:
8930         * dvi/mdvi-lib/setup.c: (mdvi_init_kpathsea):
8931         
8932         Suppess output for kpathsea during font generation. Thanks to
8933         James Bowes
8934
8935 Fri Apr 22 19:57:46 2005  Jonathan Blandford  <jrb@redhat.com>
8936
8937         * NEWS:
8938         * configure.ac:
8939
8940         Release 0.2.1
8941
8942         * Makefile.am: fix distcheck.
8943
8944 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8945
8946         * shell/ev-sidebar-links.c: (selection_changed_callback),
8947         (update_page_callback), (row_activated_callback),
8948         (job_finished_callback), (ev_sidebar_links_set_document):
8949         
8950         Fix for bug #169901. Double click on links expands tree.
8951
8952 2005-03-14  Bryan Clark  <clarkbw@cvs.gnome.org>
8953
8954         * shell/ev-window.c (ev_window_init): Removed fullscreen toolbar
8955         hard-coded style. Fix for bug 170111
8956
8957 2005-04-22  Kristian Høgsberg  <krh@redhat.com>
8958
8959         * shell/ev-view.c (highlight_find_results): Remove unnecessary
8960         locking.
8961
8962 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
8963
8964         * thumbnailer/evince-thumbnailer.schemas: real fix for bug 172496
8965
8966 2005-04-22  Marco Pesenti Gritti  <mpg@redhat.com>
8967
8968         * pdf/ev-poppler.cc:
8969         * shell/ev-view.c: (highlight_find_results):
8970
8971         Fix find on single page documents
8972
8973 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
8974
8975         * data/evince.schemas.in: fix for bug 301390
8976
8977 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
8978
8979         * shell/ev-view.c: (ev_view_can_zoom_in), (ev_view_can_zoom_out),
8980         (ev_view_zoom_out), (ev_view_zoom_normal):
8981         * shell/ev-view.h:
8982         * shell/ev-window.c: (update_action_sensitivity),
8983         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
8984         (ev_window_cmd_view_zoom_in), (ev_window_cmd_view_zoom_out),
8985         (ev_window_cmd_view_normal_size):
8986
8987         Fix normal size zoom. Make zoom in/zoom out unsensitive when
8988         they are behyond the limits. Tweak MAX_ZOOM to 6, sucks but
8989         better than oom. 
8990
8991 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
8992
8993         * configure.ac:
8994
8995         Depend on 2.57, 2.59 doesnt seem to be necessary
8996
8997 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
8998
8999         * shell/ev-page-action.c: (update_pages_label), (page_changed_cb),
9000         (create_tool_item):
9001
9002         Put back total number of pages as (1 of 1234)
9003
9004 Thu Apr 21 23:37:52 2005  Jonathan Blandford  <jrb@redhat.com>
9005
9006         * shell/ev-pixbuf-cache.c (dispose_cache_job_info): actually
9007         remove the job.
9008
9009         * backend/ev-document.h: Remove EV_DOC_MUTEX in favor of a locking
9010         function.  This helps debugging.
9011
9012 2005-04-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9013
9014         * djvu/djvu-document.c: (djvu_document_class_init),
9015         (djvu_document_get_info), (djvu_document_document_iface_init):
9016         * dvi/dvi-document.c: (dvi_document_class_init),
9017         (dvi_document_get_info), (dvi_document_document_iface_init):
9018
9019         Dummy implementation of get_info method for dvi and
9020         djvu. Fix crashes with those backends
9021
9022 2005-04-20  Marco Pesenti Gritti <mpg@redhat.com>
9023
9024         * data/evince.desktop.in:
9025
9026         Add application/x-gzpostscript
9027
9028 2005-04-20  Bryan Clark  <clarkbw@cvs.gnome.org>
9029
9030         * data/evince.schemas.in: Added real long descriptions, 
9031         closes bug 172496 
9032
9033         * README: Added actual text, closes bug 171869
9034
9035 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
9036
9037         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9038
9039         Thumbnail page 0
9040
9041 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
9042
9043         * backend/ev-document-info.h:
9044
9045         s/GDate */GDate so we can just use g_free
9046
9047 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
9048
9049         * shell/ev-window.c: (update_document_mode),
9050         (ev_window_setup_document):
9051
9052         Show the window in fullscreen when specified by
9053         the document
9054
9055 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
9056
9057         * backend/ev-document.c: (ev_document_class_init),
9058         (ev_document_get_info), (ev_document_render_pixbuf):
9059         * backend/ev-document.h:
9060         * backend/ev-page-cache.c: (_ev_page_cache_new):
9061         * pdf/ev-poppler.cc:
9062         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
9063         (pixbuf_document_get_info), (pixbuf_document_document_iface_init):
9064         * ps/ps-document.c: (ps_document_class_init), (document_load),
9065         (ps_document_get_info), (ps_document_document_iface_init):
9066
9067         Remove get_title from the interface, we can just use document info
9068
9069 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
9070
9071         * backend/Makefile.am:
9072         * backend/ev-document.c: (ev_document_render_get_info):
9073         * backend/ev-document.h:
9074         * pdf/ev-poppler.cc:
9075
9076         Initial support for document info. Based on jrb patch.
9077
9078 2005-04-19  Paolo Borelli <pborelli@katamail.com>
9079
9080         * shell/ev-window.c: (ev_window_state_event),
9081         (ev_window_class_init), (ev_window_init):
9082         
9083         Doesn't show resize grip when maximized. See bug #301053
9084
9085 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9086
9087         * po/POTFILES.in:
9088         
9089         ev-sidebar-thumbnails now has translatable labels
9090         
9091         * shell/Makefile.am:
9092         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document),
9093         (ev_sidebar_links_support_document), (ev_sidebar_links_get_label),
9094         (ev_sidebar_links_page_iface_init):
9095         * shell/ev-sidebar-links.h:
9096         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
9097         (ev_sidebar_page_support_document), (ev_sidebar_page_set_document),
9098         (ev_sidebar_page_get_label):
9099         * shell/ev-sidebar-page.h:
9100         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_new),
9101         (ev_sidebar_thumbnails_set_document),
9102         (ev_sidebar_thumbnails_support_document),
9103         (ev_sidebar_thumbnails_get_label),
9104         (ev_sidebar_thumbnails_page_iface_init):
9105         * shell/ev-sidebar-thumbnails.h:
9106         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
9107         (ev_sidebar_set_document):
9108         * shell/ev-sidebar.h:
9109         * shell/ev-window.c: (ev_window_setup_document), (ev_window_init):
9110         
9111         Small rework of sidebar code. Now sidebar pages should implement
9112         EvSidebarPage interface. That makes page management in EvSidebar
9113         easier. See bug #164811 for details
9114
9115 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9116
9117         * shell/ev-application.c: (ev_application_open):
9118         * shell/ev-document-types.c:
9119         
9120         Fix build error and small problem with application exit
9121
9122 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9123
9124         * thumbnailer/Makefile.am:
9125         * thumbnailer/evince-thumbnailer-djvu.schemas:
9126         * thumbnailer/evince-thumbnailer-dvi.schemas:
9127         
9128         Conditionally install schemas for djvu/dvi thumbnailer
9129
9130 2005-04-18  David Malcolm  <dmalcolm@redhat.com>
9131
9132         * shell/ev-document-types.h: 
9133         * shell/ev-document-types.c: 
9134         New files, handling the mapping from mimetypes to backends
9135         
9136         * shell/ev-window.c: 
9137         * thumbnailer/evince-thumbnailer.c:     
9138         Use the ev-document-types code
9139         
9140         * shell/Makefile.am: 
9141         Added new convenience library libevbackendfactory_la, containing
9142         the new mimetype->backend logic; moved the backends into it.
9143
9144         * thumbnailer/Makefile.am:
9145         Make the thumbnailer link with the libevbackend.la convenience
9146         library, rather than having a duplicate of the backend logic here.
9147
9148 2005-04-18  Paolo Borelli  <pborelli@katamail.com>
9149
9150         * shell/ev-stock-icons.c: constify some vars.
9151         * shell/ev-window.c: ditto.
9152
9153 2005-04-18  Marco Pesenti Gritti  <mpg@redhat.com>
9154
9155         * ps/ps-document.c (get_page_orientation):
9156
9157         Respect document orientation 
9158
9159 2005-04-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9160
9161         * djvu/Makefile.am:
9162         * dvi/Makefile.am:
9163         * shell/Makefile.am:
9164         
9165         Move library dependencies to components.
9166         
9167         * shell/ev-window.c: (update_window_title),
9168         (start_loading_document):
9169         
9170         Fix display of uris with spaces. Bug 168358.
9171
9172 Sat Apr 16 18:53:47 2005  Jonathan Blandford  <jrb@redhat.com>
9173
9174         * shell/ev-sidebar-links.c: (selection_changed_cb):
9175         * shell/ev-view.c: (ev_view_finalize), (go_to_link),
9176         (ev_view_button_release_event), (ev_view_set_document):
9177         * shell/ev-view.h:
9178         * shell/ev-window.c: (find_bar_search_changed_cb):
9179         * shell/ev-window.h: Minor cleanups removing some dead code.
9180
9181 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9182
9183         * backend/ev-page-cache.c: (_ev_page_cache_new):
9184         
9185         Set current page to 0 if document has pages.
9186
9187 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
9188
9189         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9190
9191         Initialize GError to NULL, fix a crash when loading fails.
9192
9193 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
9194
9195         * shell/ev-window.c: (update_view_size):
9196
9197         Calculate shadow size only when there is actually
9198         a shadow.
9199
9200 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
9201
9202         * shell/ev-view.c: (ev_view_set_spacing), (ev_view_init):
9203         * shell/ev-view.h:
9204
9205         Allow setting view spacing, default to 0
9206
9207         * shell/ev-window.c: (ev_window_unfullscreen),
9208         (ev_window_cmd_view_fullscreen), (ev_window_init):
9209
9210         Remove spacing in fullscreen mode
9211
9212 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
9213
9214         * shell/ev-view.c: (compute_border), (compute_zoom_factor),
9215         (ev_view_size_request), (expose_bin_window),
9216         (ev_view_set_show_border), (ev_view_init), (page_changed_cb):
9217         * shell/ev-view.h:
9218         * shell/ev-window.c: (ev_window_unfullscreen),
9219         (ev_window_cmd_view_fullscreen):
9220
9221         Do not draw the border in fulscreen
9222
9223 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
9224
9225         * shell/ev-view.c: (ev_view_get_offsets), (compute_zoom_factor),
9226         (ev_view_size_request), (expose_bin_window), (ev_view_select_all),
9227         (find_page_at_location), (page_changed_cb):
9228
9229         Rework border calculation, so that I can more easily disable it.
9230         Code somewhat cleaner too.
9231
9232 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
9233
9234         * backend/ev-page-cache.c: (ev_page_cache_init),
9235         (_ev_page_cache_new):
9236
9237         Remove some assertions, documents can have 0 pages.
9238         Make initial current page -1.
9239
9240         * shell/ev-page-action.c: (page_changed_cb):
9241
9242         Show "" if current page is -1
9243
9244         * shell/ev-window.c: (update_action_sensitivity),
9245         (ev_window_setup_document):
9246
9247         When document has 0 pages do not set the view
9248         and make nearly everything insensitive.
9249
9250 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9251
9252         * shell/ev-page-view.c:
9253         * shell/ev-page-view.h:
9254
9255         Remove unused files.
9256         
9257         * shell/ev-sidebar-thumbnails.c:
9258         (ev_sidebar_thumbnails_set_document):
9259         * shell/ev-sidebar.c: (ev_sidebar_set_document),
9260         (ev_sidebar_supports_document):
9261         * shell/ev-sidebar.h:
9262         * shell/ev-window.c: (ev_window_setup_document):
9263         
9264         Doesn't show thumbnails if document has 1 page. Make
9265         sidebar menu entries sensitive only if if they have 
9266         sense. Fix bug 164811. 
9267
9268 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
9269
9270         * shell/ev-view.c: (compute_zoom_factor), (ev_view_size_request),
9271         (page_changed_cb), (ev_view_zoom), (ev_view_zoom_in),
9272         (ev_view_zoom_out), (ev_view_set_size):
9273
9274         Rework sizing to deal with documents with not uniform page
9275         size.
9276
9277 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
9278
9279         * backend/ev-page-cache.c: (_ev_page_cache_new):
9280
9281         Fix several page size caching bugs
9282
9283 2005-04-15  Luca Ferretti <elle.uca@libero.it>
9284
9285         * shell/ev-window.c: (set_action_properties):
9286
9287         Make all toolbar items translatable
9288
9289 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
9290
9291         * ps/ps-document.c: (ps_document_init), (ps_document_get_type),
9292         (save_page_list), (ps_document_save),
9293         (ps_document_document_iface_init), (ps_document_ps_export_begin),
9294         (ps_document_ps_export_do_page), (ps_document_ps_export_end),
9295         (ps_document_ps_exporter_iface_init):
9296         * ps/ps-document.h:
9297
9298         Based on a patch by J�rg Billeter <j@bitron.ch>
9299         
9300         Implement print and save a copy for the ps backend.
9301
9302 2005-04-14  Marco Pesenti Gritti <mpg@redhat.com>
9303
9304         * backend/ev-document.h:
9305         * djvu/djvu-document.c: (djvu_document_can_get_text),
9306         (djvu_document_document_iface_init):
9307         * dvi/dvi-document.c: (dvi_document_can_get_text),
9308         (dvi_document_document_iface_init):
9309         * pdf/ev-poppler.cc:
9310         * pixbuf/pixbuf-document.c: (pixbuf_document_can_get_text),
9311         (pixbuf_document_document_iface_init):
9312         * ps/ps-document.c: (ps_document_can_get_text),
9313         (ps_document_document_iface_init):
9314         * shell/ev-view.c: (ev_view_copy), (ev_view_primary_get_cb):
9315         * shell/ev-window.c: (update_action_sensitivity):
9316
9317         Fix the crash when trying to copy in backends that doesnt
9318         support it. We can implement a better solution once we
9319         do real text selection.
9320
9321 2005-04-12  Marco Pesenti Gritti <mpg@redhat.com>
9322
9323         * data/evince-ui.xml:
9324         * shell/ev-window.c: (ev_window_cmd_escape):
9325         
9326         Work around the Escape conflict (find bar and unfullscreen)
9327
9328 2005-04-12  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
9329
9330         * backend/ev-page-cache.c: (ev_page_cache_next_page):
9331         
9332         Fix for #300233. Next page correctly handles document end.
9333         
9334         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
9335         (ev_sidebar_thumbnails_class_init),
9336         (ev_sidebar_thumbnails_set_document),
9337         (ev_sidebar_thumbnails_clear_job),
9338         (ev_sidebar_thumbnails_clear_model):
9339         
9340         Cleanup thumbnail jobs on document changes.
9341         
9342         * shell/ev-view.c: (add_scroll_binding_keypad),
9343         (add_scroll_binding_shifted), (ev_view_class_init):
9344         
9345         Shift + Space scrolls up. Fix for #173184
9346         
9347         * shell/ev-window.c: (ev_window_open_page),
9348         (ev_window_cmd_view_reload):
9349         
9350         Fix reload (Bug #300094)
9351
9352 2005-04-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9353
9354         
9355         * dvi/mdvi-lib/assoc.c:
9356         * dvi/mdvi-lib/assoc.h: Removed garbage files
9357         
9358         * dvi/mdvi-lib/bitmap.c:
9359         * dvi/mdvi-lib/color.c: (mdvi_set_color), (mdvi_push_color),
9360         (mdvi_pop_color), (mdvi_reset_color), (get_color_table):
9361         * dvi/mdvi-lib/color.h: Antialias of rules
9362         
9363         * dvi/mdvi-lib/common.h:
9364         * dvi/mdvi-lib/dviread.c: (mdvi_configure), (mdvi_init_context),
9365         (mdvi_destroy_context), (draw_shrink_rule), (draw_box), (set_rule):
9366         * dvi/mdvi-lib/files.c:
9367         * dvi/mdvi-lib/fontmap.c: (ps_init_default_paths):
9368         * dvi/mdvi-lib/mdvi.h:
9369         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
9370         * dvi/mdvi-lib/tfmfile.c: (ofm_load_file):
9371         * dvi/mdvi-lib/util.c: Fix compile warnings
9372         
9373         * dvi/dvi-document.c:
9374         (dvi_document_load), (dvi_document_thumbnails_get_dimensions),
9375         (dvi_document_thumbnails_get_thumbnail),
9376         (dvi_document_document_thumbnails_iface_init):
9377         * dvi/mdvi-lib/Makefile.am:
9378         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
9379         (dvi_pixbuf_set_color), (mdvi_pixbuf_device_render):
9380         
9381         Dvi backend now renders thumbnails
9382
9383 2005-04-09  Christian Persch  <chpe@cvs.gnome.org>
9384
9385         * shell/main.c: (main): 
9386         
9387         Save accelerators on exit. Fixes bug #172095.
9388
9389 Sat Apr  9 01:05:09 2005  Jonathan Blandford  <jrb@redhat.com>
9390
9391         * shell/ev-pixbuf-cache.c (move_one_job): Actually fix the "FIXME:
9392         update priority" comment.
9393
9394         * backend/ev-job-queue.c: Give a way to change priority.
9395
9396 Sat Apr  9 00:05:36 2005  Jonathan Blandford  <jrb@redhat.com>
9397
9398         * shell/ev-page-action.c: Fix logic.
9399
9400 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
9401
9402         * shell/ev-view.c: (ev_view_can_find_next):
9403         * shell/ev-window.c: (ev_window_setup_document):
9404
9405         Check that the document supports find
9406
9407 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
9408
9409         * data/evince-ui.xml:
9410         * shell/ev-view.c: (ev_view_can_find_next):
9411         * shell/ev-view.h:
9412         * shell/ev-window.c: (update_action_sensitivity),
9413         (find_changed_cb), (ev_window_setup_document),
9414         (ev_window_cmd_edit_find_next):
9415
9416         Add Edit->Find Next
9417
9418 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
9419
9420         * pdf/ev-poppler.cc:
9421         * shell/ev-print-job.c: (idle_print_handler):
9422
9423         Make printing work again
9424
9425 Fri Apr  8 01:12:24 2005  Jonathan Blandford  <jrb@redhat.com>
9426
9427         * shell/ev-page-action.h:
9428         * shell/ev-page-action.c: (ev_page_action_widget_init),
9429         (ev_page_action_widget_class_init), (page_changed_cb),
9430         (create_tool_item), (update_page_cache), (build_new_tree_cb),
9431         (get_filter_model_from_model), (match_selected_cb),
9432         (display_completion_text), (match_completion), (update_model),
9433         (connect_proxy), (ev_page_action_set_property),
9434         (ev_page_action_get_property), (ev_page_action_set_document),
9435         (ev_page_action_set_model), (ev_page_action_class_init): Big
9436         reworking to make completions work iff we have >= GTK-2.7.0
9437                 
9438         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_property),
9439         (ev_sidebar_links_get_property), (ev_sidebar_links_class_init),
9440         (job_finished_cb): We now have a 'model' property that is set when
9441         the links are loaded.  This can be caught with "notify::model"
9442
9443         * shell/ev-window.c: (sidebar_widget_model_set), (ev_window_init):
9444         listen for the model to be set, and propagate it to the action.
9445
9446 2005-04-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9447
9448         * cut-n-paste/recent-files/egg-recent-item.c:
9449         (egg_recent_item_set_uri), (make_valid_utf8),
9450         (egg_recent_item_set_mime_type), (egg_recent_item_get_mime_type):
9451         * cut-n-paste/recent-files/egg-recent-item.h:
9452         
9453         Update egg-recent from libegg. This should fix long
9454         startup problem. For details see
9455         http://bugzilla.gnome.org/show_bug.cgi?id=160531
9456
9457 2005-04-07  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9458
9459         * cut-n-paste/recent-files/Makefile.am:
9460         * data/evince-ui.xml, shell/Makefile.am:
9461         * shell/ev-application.c, shell/ev-application.h:
9462         * shell/ev-window.c: Recent files support.
9463         
9464         * configure.ac: Added "ru" to ALL_LINGUAS.
9465         
9466         * dvju: new backend to support DJVU files.
9467         * dvi: new backend to support DVI.
9468
9469         * configure.ac, Makefile.am, shell/Makefile.am, ev-window.c:
9470         * ev-application.c: Support for new backends.
9471         
9472         * help, ev-window.c, main.c shell/Makefile.am: 
9473         Evince user documentation.
9474
9475 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
9476
9477         * po/POTFILES.in:
9478         * shell/ev-window.c:
9479         * thumbnailer/evince-thumbnailer.c:
9480
9481         s/pdf-document/ev-poppler
9482
9483 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
9484
9485         * NEWS:
9486         * configure.ac:
9487
9488         Release 0.2.0
9489
9490         * ps/ps-document.c: (setup_pixmap):
9491
9492         Remove debug code
9493
9494 2005-04-05  Kristian Høgsberg  <krh@redhat.com>
9495
9496         * backend/ev-page-cache.c (ev_page_cache_next_page): 
9497         * shell/ev-window.c (ev_window_cmd_go_next_page) 
9498         (ev_window_cmd_go_first_page): Fix of by one errors.
9499
9500 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
9501
9502         * ps/ps-document.c: (get_page_box):
9503
9504         Fix page size calculation
9505
9506 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
9507
9508         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
9509         (ps_document_cleanup), (setup_pixmap), (get_page_box),
9510         (get_page_orientation), (setup_page), (document_load),
9511         (ps_document_get_page_size), (render_pixbuf_idle):
9512         * ps/ps-document.h:
9513
9514         More refactoring to adapt to EvDocument changes
9515
9516 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
9517
9518         * ps/ps-document.c: (start_interpreter):
9519
9520         Actually add alpha args
9521
9522 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
9523
9524         * pdf/ev-poppler.cc:
9525
9526         Make clipboard work again
9527
9528 2005-04-04  Kristian Høgsberg  <krh@redhat.com>
9529
9530         Make searching work again.
9531         
9532         * backend/ev-document.c:
9533         * backend/ev-document.h:
9534         * backend/ev-document-find.c:
9535         * backend/ev-document-find.h: Change EvDocumentIface so we no
9536         longer store the current page or zoom level in the document.  The
9537         consequence is that all calls that operate on the current page now
9538         instead take the page number as an extra argument, and all
9539         coordinates are now doubles in document coordinate system.
9540
9541         * pdf/ev-poppler.cc:
9542         * pixbuf/pixbuf-document.c:
9543         * ps/ps-document.c: Update backends accordingly.
9544
9545 2005-04-04  Marco Pesenti Gritti <marco@gnome.org>
9546
9547         * autogen.sh:
9548
9549         Add required gettext version
9550
9551 Sat Apr  2 18:57:00 2005  Jonathan Blandford  <jrb@redhat.com>
9552
9553         * shell/evwindow.c: Patch from Alberto Mesas <amesas@gmail.com> to
9554         make F1 bring up non-existent help.
9555
9556         * shell/eggfindbar.c: Patch from Christian Persch to sync to
9557         epiphany's find bar, #167477
9558
9559         * shell/ev-view.c (ev_view_jump): Patch from Emil Soleyman-Zomalan
9560         <emil@nishra.com> to add space-bar scrolling, 
9561
9562         * shell/ev-window.c (static GtkActionEntry entries): add default
9563         keybinding for Help (F1)
9564         Fixes #171068
9565
9566         * shell/ev-view.c (ev_view_show_cursor): Fix from Yuval Tanny
9567         changing EV_VIEW_CURSOR_LINK to EV_VIEW_CURSOR_NORMAL resolves bug
9568         170110
9569
9570 2005-04-01  David Malcolm  <dmalcolm@redhat.com>
9571
9572         * Makefile.am: 
9573         * pixbuf/pixbuf-document.c: 
9574
9575         Got pixbuf backend working again
9576
9577 2005-04-01  Steve Murphy  <murf@e-tools.com>
9578
9579         * configure.in: Added "rw" to ALL_LINGUAS.
9580
9581 Fri Apr  1 02:33:41 2005  Jonathan Blandford  <jrb@redhat.com>
9582
9583         * shell/ev-sidebar-links.c (create_loading_model): Fix mismatch in
9584         model types, noticed by Martin Kretzschmar.
9585
9586 2005-04-01  Kristian Høgsberg  <krh@redhat.com>
9587
9588         * pdf/ev-poppler.cc: Implement search based on
9589         poppler_page_find_text().  Currently a bit crude since we remember
9590         all matches from all pages.  Also, we grab the big document lock
9591         when we search since searching changes the underlying stream and
9592         thus conflicts with the rendering thread.
9593         
9594         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
9595         (jump_to_find_page), (ev_view_set_document), (ev_view_find_next),
9596         (ev_view_find_previous): Fix some page indexes to be 0 based,
9597         offset rubber band by view offset,
9598
9599 Fri Apr 01 09:21:12 2005  Pablo Saratxaga  <pablo@mandrakesoft.com>
9600
9601         * configure.ac: Added Walloon (wa) to ALL_LINGUAS.
9602
9603 Fri Apr  1 01:59:39 2005  Jonathan Blandford  <jrb@redhat.com>
9604
9605         * shell/ev-page-action.c: Changed to use page labels now.  Rewrote
9606         completely because I didn't understand GtkActions.  I should
9607         read Marco's code more carefully in the future.
9608
9609         * backend/ev-page-cache.h (ev_page_cache_set_page_label): New
9610         function
9611
9612 2005-03-31  Kristian Høgsberg  <krh@redhat.com>
9613
9614         * pdf/ev-poppler.cc (pdf_document_get_links): Update to work with
9615         PopplerRectangle change from poppler CVS.
9616
9617 Thu Mar 31 13:27:50 2005  Jonathan Blandford  <jrb@redhat.com>
9618
9619         * backend/ev-document.c: (ev_document_get_page_label):
9620         * backend/ev-document.h:
9621         * backend/ev-page-cache.c: (_ev_page_cache_new),
9622         (ev_page_cache_get_page_label):
9623         * backend/ev-page-cache.h:
9624         * pdf/ev-poppler.cc:
9625         * shell/ev-sidebar-links.c: (ev_sidebar_links_construct),
9626         (links_page_num_func):
9627         * shell/ev-sidebar-thumbnails.c:
9628         (ev_sidebar_thumbnails_set_document):
9629         * shell/ev-view.c: (status_message_from_link),
9630         (ev_view_motion_notify_event):
9631         * shell/ev-window.c: (document_supports_sidebar): Add in page
9632         label support.  It's not perfect yet, but it's the first 'feature'
9633         in a while.
9634         Also, fix a bogus comment noticed by crispin. 
9635
9636 Thu Mar 31 01:21:58 2005  Jonathan Blandford  <jrb@redhat.com>
9637
9638         * Makefile.am: Remove pixbuf backend for now
9639
9640         * configure.ac: Require poppler-glib instead of just poppler.
9641
9642         * backend/ev-document-thumbnails.h: Add a comment
9643
9644         * backend/ev-document.h:
9645         * backend/ev-document.c: (ev_document_class_init),
9646         (ev_document_load), (ev_document_get_link),
9647         (ev_document_get_links): Remove 3 methods and add get_links.
9648         Also, made 0 based.
9649
9650         * backend/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
9651         * backend/ev-jobs.h: now EvJobRender can grab the links for a document.
9652
9653         * backend/ev-link.c: (ev_link_set_title),
9654         (ev_link_mapping_free_foreach), (ev_link_mapping_free),
9655         (ev_link_mapping_find):
9656         * backend/ev-link.h: Allow NULL titles.  Also, introduce a mapping link.
9657         
9658         * backend/ev-page-cache.c: (ev_page_cache_init),
9659         (_ev_page_cache_new), (ev_page_cache_set_current_page),
9660         (ev_page_cache_get_size), (ev_page_cache_next_page),
9661         (ev_page_cache_prev_page): Fix to be 0 based.
9662
9663         * pdf/Makefile.am: 
9664         * pdf/ev-poppler.h:
9665         * pdf/ev-poppler.cc: New backend.
9666         
9667         * ps/ps-document.c: (ps_document_init), (ps_document_set_page),
9668         (ps_document_get_page), (ps_document_document_iface_init):
9669
9670         * shell/ev-pixbuf-cache.h:
9671         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
9672         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
9673         (ev_pixbuf_cache_update_range), (copy_job_to_job_info),
9674         (add_job_if_needed), (ev_pixbuf_cache_set_page_range),
9675         (ev_pixbuf_cache_get_pixbuf), (ev_pixbuf_cache_get_link_mapping):
9676         Fix up code to grab a page cache per each doc.  Also, fix to be 0
9677         based.
9678         
9679         * shell/ev-sidebar-thumbnails.c:
9680         (ev_sidebar_tree_selection_changed), (page_changed_cb),
9681         (ev_sidebar_thumbnails_set_document): Fix to be 0 based.
9682
9683         * shell/ev-view.c: (status_message_from_link),
9684         (find_page_at_location), (get_link_at_location),
9685         (ev_view_motion_notify_event), (ev_view_button_release_event),
9686         (ev_view_init): Use the new link code.  Fix to be 0 based.
9687
9688         * shell/ev-window.c: (update_action_sensitivity),
9689         (document_supports_sidebar): 0 based.
9690
9691 Fri Mar 25 16:55:58 2005  Jonathan Blandford  <jrb@redhat.com>
9692
9693         * pdf/pdf-document.cc: Patch from Fernando Herrera
9694         <fherrera@onirica.com> to fix my quick fix to get_thumbnail.
9695         *blush*
9696
9697 Wed Mar 23 23:49:41 2005  Jonathan Blandford  <jrb@redhat.com>
9698
9699         * pdf/pdf-document.cc (pdf_document_thumbnails_get_thumbnail): add
9700         1 to the page, as this seems to be 1 based.  I thought we has this
9701         fixed.  grump.
9702
9703 2005-03-23  Marco Pesenti Gritti <marco@gnome.org>
9704
9705         * TODO:
9706         * backend/Makefile.am:
9707         * backend/ev-document-links.c:
9708         (ev_document_links_has_document_links),
9709         (ev_document_links_get_links_model):
9710         * backend/ev-document-links.h:
9711         * backend/ev-document.c: (ev_document_get_page_cache),
9712         (ev_document_get_doc_mutex), (ev_document_load),
9713         (ev_document_save), (ev_document_get_title),
9714         (ev_document_get_n_pages), (ev_document_set_page),
9715         (ev_document_get_page), (ev_document_set_target),
9716         (ev_document_set_scale), (ev_document_set_page_offset),
9717         (ev_document_get_page_size), (ev_document_get_text),
9718         (ev_document_get_link), (ev_document_render),
9719         (ev_document_render_pixbuf), (ev_document_scale_changed):
9720         * backend/ev-document.h:
9721         * backend/ev-job-queue.c: (remove_object_from_queue),
9722         (notify_finished), (handle_job), (search_for_jobs_unlocked),
9723         (no_jobs_available_unlocked), (ev_render_thread),
9724         (ev_job_queue_init), (find_queue), (ev_job_queue_add_job),
9725         (ev_job_queue_remove_job):
9726         * backend/ev-job-queue.h:
9727         * backend/ev-jobs.c: (ev_job_init), (ev_job_dispose),
9728         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
9729         (ev_job_links_class_init), (ev_job_render_init),
9730         (ev_job_render_dispose), (ev_job_render_class_init),
9731         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
9732         (ev_job_thumbnail_class_init), (ev_job_finished),
9733         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
9734         (ev_job_render_run), (ev_job_thumbnail_new),
9735         (ev_job_thumbnail_run):
9736         * backend/ev-jobs.h:
9737         * backend/ev-link.c:
9738         * backend/ev-link.h:
9739         * backend/ev-page-cache.c: (ev_page_cache_init),
9740         (ev_page_cache_class_init), (ev_page_cache_finalize),
9741         (_ev_page_cache_new), (ev_page_cache_get_n_pages),
9742         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
9743         (ev_page_cache_set_link), (ev_page_cache_get_title),
9744         (ev_page_cache_get_size), (ev_page_cache_next_page),
9745         (ev_page_cache_prev_page):
9746         * backend/ev-page-cache.h:
9747         * pdf/pdf-document.cc:
9748         * ps/gsdefaults.c:
9749         * ps/gsdefaults.h:
9750         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
9751         (push_pixbuf), (interpreter_failed), (ps_document_cleanup),
9752         (ps_document_widget_event), (ps_document_finalize), (get_xdpi),
9753         (get_ydpi), (setup_pixmap), (setup_page), (close_pipe),
9754         (is_interpreter_ready), (output), (catchPipe), (input),
9755         (start_interpreter), (check_filecompressed), (compute_dimensions),
9756         (ps_document_enable_interpreter), (document_load),
9757         (ps_document_next_page), (render_page), (ps_document_set_page),
9758         (ps_document_set_scale), (render_pixbuf_idle),
9759         (ps_document_render_pixbuf), (ps_document_document_iface_init):
9760         * ps/ps-document.h:
9761         * shell/Makefile.am:
9762         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
9763         (ev_pixbuf_cache_class_init), (ev_pixbuf_cache_finalize),
9764         (dispose_cache_job_info), (ev_pixbuf_cache_dispose),
9765         (ev_pixbuf_cache_new), (job_finished_cb),
9766         (check_job_size_and_unref), (move_one_job),
9767         (ev_pixbuf_cache_update_range), (find_job_cache),
9768         (ev_pixbuf_cache_clear_job_sizes), (add_job_if_needed),
9769         (ev_pixbuf_cache_add_jobs_if_needed),
9770         (ev_pixbuf_cache_set_page_range), (ev_pixbuf_cache_get_pixbuf):
9771         * shell/ev-pixbuf-cache.h:
9772         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
9773         (idle_print_handler):
9774         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
9775         (selection_changed_cb), (create_loading_model),
9776         (ev_sidebar_links_construct), (links_page_num_func),
9777         (ev_sidebar_links_clear_document), (update_page_callback_foreach),
9778         (update_page_callback), (job_finished_cb),
9779         (ev_sidebar_links_set_document):
9780         * shell/ev-sidebar-thumbnails.c:
9781         (ev_sidebar_thumbnails_class_init), (adjustment_changed_cb),
9782         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init),
9783         (page_changed_cb), (thumbnail_job_completed_callback),
9784         (ev_sidebar_thumbnails_set_document):
9785         * shell/ev-sidebar-thumbnails.h:
9786         * shell/ev-sidebar.c: (ev_sidebar_set_document):
9787         * shell/ev-view.c: (ev_view_finalize), (ev_view_destroy),
9788         (ev_view_get_offsets), (ev_view_size_request), (ev_view_realize),
9789         (ev_view_unrealize), (highlight_find_results), (expose_bin_window),
9790         (ev_view_select_all), (ev_view_copy), (ev_view_primary_get_cb),
9791         (ev_view_create_invisible_cursor), (ev_view_motion_notify_event),
9792         (ev_view_button_release_event), (ev_view_scroll_view),
9793         (ev_view_class_init), (ev_view_init), (update_find_status_message),
9794         (jump_to_find_result), (jump_to_find_page), (find_changed_cb),
9795         (ev_view_new), (job_finished_cb), (page_changed_cb),
9796         (ev_view_set_document), (go_to_link), (ev_view_zoom),
9797         (size_to_zoom_factor), (ev_view_set_size), (ev_view_find_next),
9798         (ev_view_find_previous):
9799         * shell/ev-view.h:
9800         * shell/ev-window.c: (update_action_sensitivity),
9801         (ev_window_open_page), (update_window_title), (update_total_pages),
9802         (page_changed_cb), (ev_window_setup_document),
9803         (password_dialog_response), (ev_window_cmd_save_as),
9804         (ev_window_print), (ev_window_cmd_go_previous_page),
9805         (ev_window_cmd_go_next_page), (ev_window_cmd_go_first_page),
9806         (ev_window_cmd_go_last_page), (ev_window_cmd_view_reload),
9807         (find_bar_search_changed_cb), (goto_page_cb), (ev_window_init):
9808         * shell/main.c: (main):
9809
9810         Merge evince-threads branch
9811
9812 2005-03-16  Žygimantas Beručka  <uid0@akl.lt>
9813
9814         * configure.ac: Added "lt" to ALL_LINGUAS.
9815
9816 2005-03-14  Marco Pesenti Gritti  <marco@gnome.org>
9817
9818         * NEWS:
9819         * configure.ac:
9820
9821         Release 0.1.9
9822
9823 2005-03-13  Fernando Herrera  <fherrera@onirica.com>
9824
9825         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9826
9827         Fix here also the thumbnails 1-basedness :)
9828
9829 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
9830
9831         * NEWS:
9832         * configure.ac:
9833
9834         Release 0.1.8
9835
9836 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
9837
9838         * pdf/pdf-document.cc:
9839         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
9840         (do_one_iteration), (ev_sidebar_thumbnails_set_document):
9841
9842         Fix the mess we did with thumbnails and 1-basedness
9843
9844 2005-03-12  Changwoo Ryu  <cwryu@debian.org>
9845
9846         * configure.ac (ALL_LINGUAS): Added "ko" (Korean).
9847
9848 2005-03-09  Marco Pesenti Gritti  <marco@gnome.org>
9849
9850         * NEWS:
9851         * configure.ac:
9852
9853         Release 0.1.7
9854
9855 2005-03-08  Marco Pesenti Gritti  <marco@gnome.org>
9856
9857         * ps/Makefile.am:
9858         * ps/gsdefaults.c: (gtk_gs_defaults_get_interpreter_cmd),
9859         (gtk_gs_defaults_get_alpha_parameters),
9860         (gtk_gs_defaults_get_ungzip_cmd),
9861         (gtk_gs_defaults_get_unbzip2_cmd):
9862         * ps/gsdefaults.h:
9863         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
9864         (ps_document_get_orientation), (document_load),
9865         (ps_document_goto_page), (ps_document_set_page_size):
9866         * ps/ps-document.h:
9867
9868         Some more sanitization of the ps backend. Remove a lot
9869         of unused code and do not base our defaults on ggv
9870         preferences (ugh!)
9871
9872 2005-03-08  Fernando Herrera  <fherrera@onirica.com>
9873
9874         * thumbnailer/evince-thumbnailer.schemas:
9875         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
9876         (main): add -s option for thumbnail size.
9877
9878 2005-03-07  Christian Persch  <chpe@cvs.gnome.org>
9879
9880         * configure.ac:
9881
9882         AC_PROG_RANLIB is rendered obsolete by AC_PROG_LIBTOOL;
9883         remove it.
9884
9885 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
9886
9887         * pdf/pdf-document.cc:
9888
9889         Remove 4 pixels of useless border from the
9890         thumbnail.
9891
9892 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
9893
9894         * backend/ev-document-thumbnails.c:
9895         (ev_document_thumbnails_get_thumbnail):
9896         * backend/ev-document-thumbnails.h:
9897
9898         Rework API a bit. Add a border flag and
9899         change sizing logic (now the size we specify
9900         applies to the bigger dimension).
9901
9902         * pdf/pdf-document.cc:
9903         * pixbuf/pixbuf-document.c:
9904         (pixbuf_document_thumbnails_get_thumbnail):
9905         * shell/ev-sidebar-thumbnails.c: (do_one_iteration):
9906         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9907
9908         Adapt to the new API and do not draw a border for nautilus
9909         thumbnailer.
9910
9911 2005-03-03  Fernando Herrera  <fherrera@onirica.com>
9912
9913         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9914         take thumbnails from page "0" instead of "1". Added a copyright header.
9915
9916 2005-03-03  Jens Granseuer  <jensgr@gmx.net>
9917
9918         * ps/ps-document.c: (set_up_page), (start_interpreter):
9919
9920         Make it C89 compliant
9921
9922 2005-03-03  Marco Pesenti Gritti  <marco@gnome.org>
9923
9924         * Makefile.am:
9925         * configure.ac:
9926         * pdf/.cvsignore:
9927         * pdf/pdf-document.cc:
9928         * thumbnailer/Makefile.am:
9929         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
9930         (main):
9931         * thumbnailer/evince-thumbnailer.schemas:
9932         * thumbnailer/pdf-icon.png:
9933
9934         Add a nautilus thumbnailer.
9935         Based on patch by Fernando Herrera <fherrera@onirica.com>.
9936
9937 2005-03-02  Marco Pesenti Gritti  <marco@gnome.org>
9938
9939         * NEWS:
9940         * configure.ac:
9941         * po/POTFILES.in:
9942
9943         Release 0.1.6
9944
9945 2005-03-01  Kristian Høgsberg  <krh@redhat.com>
9946
9947         Use poppler instead of including xpdf source code.  Poppler is a
9948         fork of xpdf to build it as a shared library. See
9949         http://freedesktop.org/wiki/Software/poppler.
9950
9951         * pdf/xpdf/*, pdf/goo/*, pdf/splash/*, pdf/fofi/*: Remove included
9952         xpdf fork.
9953         
9954         * pdf/Makefile.am: Build libpdfdocument.a here.
9955         
9956         * pdf/GDKSplashOutputDev.cc:
9957         * pdf/GDKSplashOutputDev.h:
9958         * pdf/GnomeVFSStream.cc:
9959         * pdf/GnomeVFSStream.h:
9960         * pdf-document.cc:
9961         * pdf-document.h:
9962         * test-gdk-output-dev.cc
9963         * Thumb.cc:
9964         * Thumb.h: Pull these files out of pdf/xpdf and adjust to compile
9965         against poppler.
9966
9967 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
9968
9969         * shell/ev-sidebar-links.c: (ev_sidebar_links_clear_document):
9970
9971         Clear idle stack before unsetting the document
9972
9973 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
9974
9975         * ps/ps-document.c: (ps_document_widget_event),
9976         (ps_document_set_target), (ps_document_finalize),
9977         (ps_document_get_page):
9978
9979         Disconnect the widget event signal on finalize.
9980         Some code cleanups.
9981
9982 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
9983
9984         * ps/ps-document.c: (set_up_page):
9985
9986         If there is no bpixmap create one, even if size
9987         is not changed.
9988
9989 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
9990
9991         * ps/ps-document.c: (ps_document_init), (ps_document_cleanup),
9992         (set_up_page), (document_load), (ps_document_set_zoom):
9993
9994         Default page is 0. Calculate size even when we have no
9995         target yet.
9996
9997 2005-02-28  Carlos Garcia Campos <carlosgc@gnome.org>
9998
9999         * shell/ev-sidebar.c: expand the selection widget to be always as
10000         wide as the sidebar
10001
10002 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
10003
10004         * shell/ev-sidebar-thumbnails.c:
10005         (ev_sidebar_thumbnails_set_document):
10006
10007         Clear the list store when setting document
10008
10009 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
10010
10011         * shell/ev-page-action.c: (update_entry), (sync_entry),
10012         (activate_cb), (entry_size_request_cb), (create_tool_item),
10013         (connect_proxy):
10014
10015         Use an entry for the page control instead of spinbuttons
10016
10017 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
10018
10019         * data/evince.schemas.in:
10020
10021         Correct confusing string
10022
10023 Sun Feb 27 23:00:31 2005  Jonathan Blandford  <jrb@redhat.com>
10024
10025         * shell/ev-sidebar-links.c (do_one_iteration): Handle title links
10026         for real.  Gosh, how long has this been broken.
10027
10028         * pdf/xpdf/pdf-document.cc (build_link_from_action): add back the
10029         check for a NULL link.  We crash otherwise.
10030
10031 2005-02-27  Marco Pesenti Gritti  <marco@gnome.org>
10032
10033         * NEWS:
10034         * configure.ac:
10035
10036         Release 0.1.5
10037
10038 2005-02-25  Sebastien Bacher  <seb128@debian.org>
10039
10040         * configure.ac: add the french translation.
10041
10042 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
10043
10044         * shell/ev-window.c:
10045
10046         Remove unused header -> fix distcheck
10047
10048 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
10049
10050         * shell/ev-window.c: (update_window_title),
10051         (ev_window_popup_password_dialog):
10052
10053         Unescape filename for display
10054
10055 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
10056
10057         * pdf/xpdf/pdf-document.cc:
10058
10059         In get_page_size deal with rotation. Also
10060         cleanup the function a bit.
10061
10062 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
10063
10064         * pdf/xpdf/pdf-document.cc:
10065
10066         Fix crash when opening in new window
10067
10068 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
10069
10070         * configure.ac:
10071
10072         Check ghostscript >= 7
10073
10074 2005-02-25  Pedro Villavicencio <pvillavi@gnome.cl>
10075
10076         * shell/ev-window.c:
10077
10078         Make page width the default sizing mode
10079
10080 2005-02-25  Carlos Garcia Campos <carlosgc@gnome.org>
10081         Marco Pesenti Gritti <marco@gnome.org>
10082
10083         * shell/ev-window.c: Remember the sidebar size
10084
10085         * data/evince.schemas.in: Add a new gconf key to store the size of
10086         the sidebar
10087
10088 2005-02-24  Kai Willadsen  <kaiw@itee.uq.edu.au>
10089
10090         * data/evince-ui.xml:
10091         * shell/ev-window.c: (update_action_sensitivity),
10092         (ev_window_cmd_view_reload):
10093         
10094         Add a "Reload" action and menu entry
10095
10096 Thu Feb 24 23:07:33 2005  Jonathan Blandford  <jrb@redhat.com>
10097
10098         * shell/ev-window.c (hide_sidebar_and_actions): Hide the sidebar
10099         iff the type doesn't support thumbnailing and indexing.
10100
10101 2005-02-24  Martin Kretzschmar  <martink@gnome.org>
10102
10103         * configure.ac (ALL_LINGUAS): Added "zh_TW" (Traditional Chinese).
10104
10105 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10106
10107         * pdf/splash/Splash.cc:
10108
10109         Port fix for a crasher from kde bug
10110         http://bugs.kde.org/show_bug.cgi?id=97131
10111
10112 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10113
10114         * pdf/xpdf/pdf-document.cc:
10115
10116         Return a link even if it's of an unrecognized
10117         type. Otherwise we go in an infinte cycle.
10118
10119 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10120
10121         * shell/ev-window.c: (update_sizing_buttons), (update_view_size),
10122         (size_allocate_cb), (ev_window_set_sizing_mode):
10123
10124         Update size when switching mode
10125
10126 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10127
10128         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
10129         (ev_window_cmd_view_page_width), (update_sizing_buttons),
10130         (ev_window_cmd_view_normal_size):
10131
10132         Fix size toggle buttons behavior
10133
10134 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10135
10136         * shell/ev-view.c: (ev_view_get_offsets), (view_rect_to_doc_rect),
10137         (doc_rect_to_view_rect), (ev_view_size_allocate),
10138         (expose_bin_window), (ev_view_select_all), (page_changed_callback),
10139         (scale_changed_callback):
10140
10141         Do not cache offsets in size_allocate.
10142
10143 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10144
10145         * shell/ev-view.c: (ev_view_size_allocate):
10146
10147         Calculate offsets before calling the parent
10148         class (which does a redraw)
10149
10150 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10151
10152         * pdf/xpdf/pdf-document.cc:
10153
10154         Fix a crasher on exit. Unused code, put a TODO
10155
10156 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10157
10158         * backend/ev-document.c: (ev_document_class_init),
10159         (ev_document_page_changed), (ev_document_scale_changed):
10160         * backend/ev-document.h:
10161
10162         Separate page/scale notifications
10163
10164         * pdf/xpdf/pdf-document.cc:
10165
10166         Emit the new signals.
10167         Do not display the pdf page in _render, do it
10168         when scale/page are requested.
10169
10170         * ps/ps-document.c: (ps_document_set_zoom),
10171         (ps_document_widget_event):
10172         * ps/ps-document.h:
10173
10174         Emit the new signals.
10175
10176         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
10177         (ev_view_init), (page_changed_callback), (scale_changed_callback),
10178         (ev_view_set_document), (ev_view_zoom), (ev_view_zoom_in),
10179         (ev_view_zoom_out), (size_to_zoom_factor), (ev_view_set_size):
10180         * shell/ev-view.h:
10181         * shell/ev-window.c: (ev_window_cmd_view_normal_size),
10182         (ev_window_cmd_view_page_width), (size_allocate_cb),
10183         (ev_window_set_sizing_mode):
10184
10185         Rework sizing to be pixel based.
10186         There are bugs but should be already way better.
10187
10188 2005-02-23  Marco Pesenti Gritti  <marco@gnome.org>
10189
10190         * shell/ev-window.c: (ev_window_init):
10191
10192         Do not allow to shrink sidebar smaller then
10193         child requisition
10194
10195 2005-02-23  Carlos Garcia Campos <carlosgc@gnome.org> 
10196
10197         * shell/ev-sidebar.[ch]
10198         * shell/ev-window.c:
10199
10200         Improved sidebar widget. Fixes #166683
10201
10202 2005-02-23  Tommi Vainikainen  <thv@iki.fi>
10203
10204         * shell/ev-view.c (update_find_status_message): Give translators
10205         more flexibility with ngettext plural handling.
10206
10207 Mon Feb 21 17:52:08 2005  Jonathan Blandford  <jrb@redhat.com>
10208
10209         * pdf/xpdf/pdf-document.cc (pdf_document_get_page_size): Patch
10210         from Crispin Flowerday <gnome@flowerday.cx> to avoid rendering the
10211         page when we get the page size.
10212
10213 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
10214
10215         * ps/ps-document.c: (ps_document_set_page), (ps_document_get_page):
10216
10217         ps pages are 0 based, convert 
10218
10219 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
10220
10221         * ps/ps-document.c: (ps_document_class_init), (ps_document_load):
10222
10223         Initialize correct parent class. Set GError on document load
10224
10225 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
10226
10227         * pdf/xpdf/pdf-document.cc:
10228
10229         Fixup selection offset calculation
10230
10231         * shell/ev-view.c: (view_rect_to_doc_rect),
10232         (doc_rect_to_view_rect), (ev_view_size_allocate),
10233         (expose_bin_window), (ev_view_select_all), (ev_view_copy),
10234         (ev_view_primary_get_cb), (ev_view_motion_notify_event):
10235
10236         Store selection as document relative, so that zooming
10237         and offset changing doesnt break it.
10238
10239 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
10240
10241         * shell/ev-view.c: (ev_view_best_fit):
10242
10243         Do not try to best fit if the view is not realized
10244
10245 2005-02-20  Kostas Papadimas <pkst@gnome.org>
10246           
10247         * configure.ac (ALL_LINGUAS): Added "el" (Greek).
10248
10249 Fri Feb 18 16:06:39 2005  Jonathan Blandford  <jrb@redhat.com>
10250
10251         * shell/ev-window.c (ev_window_focus_in_event): missed a case.
10252
10253 Fri Feb 18 15:32:57 2005  Jonathan Blandford  <jrb@redhat.com>
10254
10255         * shell/ev-window.c: Change the fullscreen toolbar to always be in
10256         the popup window.  That prevents it resizing when in full screen
10257         mode.
10258
10259         * shell/ev-view.c: Change Zoom epsilon as a bad hack to avoid
10260         multiple rerenders.  This pretty much sucks.
10261
10262         * data/evince-ui.xml: Change the fullscreen toolbar to include the
10263         rest of the toolbar.
10264
10265 2005-02-18  Tommi Vainikainen  <thv@iki.fi>
10266
10267         * configure.ac (ALL_LINGUAS): Added "fi" (Finnish).
10268
10269 2005-02-17  Alexander Shopov  <ash@contact.bg>
10270
10271         * configure.in (ALL_LINGUAS): Added "bg" (Bulgarian)
10272
10273 2005-02-16  Bryan Clark  <clarkbw@cvs.gnome.org>
10274
10275         * shell/ev-window.c: added ellipsis to Print item. Fixes bug 166915
10276
10277 2005-02-16  Marco Pesenti Gritti  <marco@gnome.org>
10278
10279         * shell/ev-view.c: (ev_view_realize), (highlight_find_results),
10280         (ev_view_create_invisible_cursor), (ev_view_set_cursor),
10281         (set_document_page), (document_changed_callback),
10282         (ev_view_set_document), (ev_view_find_previous),
10283         (ev_view_hide_cursor), (ev_view_show_cursor):
10284         * shell/ev-view.h:
10285         * shell/ev-window.c: (update_chrome_visibility),
10286         (fullscreen_timeout_cb), (fullscreen_set_timeout),
10287         (fullscreen_clear_timeout), (fullscreen_motion_notify_cb),
10288         (fullscreen_leave_notify_cb), (ev_window_fullscreen),
10289         (ev_window_unfullscreen):
10290         * shell/main.c: (main):
10291
10292         Automatically hide the fullscreen button.
10293         Patch by Kristian Høgsberg <krh@redhat.com>
10294
10295 2005-02-16  Vincent Noel  <vnoel@cox.net>
10296
10297         * shell/main.c (main): Specify an icon for the window. Patch by
10298         Jaap A. Haitsma. Fixes #166177.
10299
10300 Wed Feb 16 06:30:13 2005  Jonathan Blandford  <jrb@redhat.com>
10301
10302         * shell/ev-view.c (ev_view_realize): get rid of the black flash.
10303
10304 Tue Feb 15 22:27:13 2005  Jonathan Blandford  <jrb@redhat.com>
10305
10306         * backend/ev-document-misc.h:
10307         * backend/ev-document-misc.c:
10308         (ev_document_misc_get_page_border_size),
10309         (ev_document_misc_paint_one_page): New function to canonicalize
10310         sizing/painting a border.
10311
10312         * shell/Makefile.am: Remove ev-page-view.c entirely as it's not
10313         used.
10314
10315         * pdf/xpdf/pdf-document.cc: use new function
10316
10317         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
10318         (ev_view_init), (ev_view_set_mode), (ev_view_zoom),
10319         (ev_view_best_fit), (ev_view_fit_width): * shell/ev-view.h: *
10320         shell/ev-window.c: (update_sizing_buttons),
10321         (ev_window_setup_document), (ev_window_cmd_view_zoom_in),
10322         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_best_fit),
10323         (ev_window_cmd_view_page_width), (size_allocate_cb),
10324         (ev_window_set_sizing_mode), (ev_window_init): make the "best fit"
10325         and "fit width" values act as toggle buttons so they stay
10326         toggled.  It's not 100% perfect, and it's a little slow, but it's
10327         good enough to commit I think.
10328
10329 2005-02-15  David Lodge  <dave@cirt.net>
10330
10331         * configure.ac (ALL_LINGUAS): Added "en_GB" (English (British)).
10332
10333 2005-02-15  Martin Kretzschmar  <martink@gnome.org>
10334
10335         * shell/ev-window.c (update_window_title): replace newlines in
10336         the title by spaces. Bug #166107.
10337
10338 2005-02-14  Martin Kretzschmar  <martink@gnome.org>
10339
10340         * shell/ev-view.c (ev_view_best_fit, ev_view_fit_width): add
10341         parameters providing allocation width and height without
10342         scrollbars and width of a possible vertical scrollbar. With this
10343         additional information the functions can work as
10344         intended. Unfortunately they're not idempotent. We should
10345         transform these commands to toggles. Fixes Bug #164976
10346         Initial patch by Stephane Loeuillet, then heavily modified.
10347
10348         * shell/ev-view.h: update prototypes.
10349
10350         * shell/ev-window.c (ev_window_cmd_view_best_fit)
10351         (ev_window_cmd_view_page_width): provide EvView fit functions with
10352         all the information they need. Formulas to calculate this
10353         information taken from GtkScrolledWindow.
10354
10355 2005-02-14  Crispin Flowerday  <gnome@flowerday.cx>
10356
10357         * shell/ev-sidebar-thumbnails.c: Ensure that after we have
10358         created a thumbnail, the list store is updated to know
10359         that the thumbnail is set. Fixes bug #166792
10360
10361 2005-02-11  Bryan Clark  <clarkbw@cvs.gnome.org>
10362
10363         * shell/ev-window.c: fixed typo, closes bug 166897
10364
10365         * TODO: updated TODO with bug numbers that are relevant
10366
10367 2005-02-09  Carlos Garcia Campos <carlosgc@gnome.org>
10368
10369         * shell/ev-window.c: Support for DnD of files. Fixes #164813
10370
10371 2005-02-09  Vincent Noel  <vnoel@cox.net>
10372
10373         * shell/ev-window.c: (set_action_properties): Set the "Previous"
10374         and "Next" toolbar buttons as important to make them stand out.
10375
10376 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
10377
10378         * lib/ev-debug.c:
10379         * lib/ev-debug.h:
10380         * ps/ps-document.c: (ps_document_finalize), (set_up_page),
10381         (start_interpreter), (stop_interpreter), (document_load),
10382         (ps_document_next_page), (ps_document_goto_page),
10383         (ps_document_set_page_size), (ps_document_widget_event),
10384         (ps_document_render):
10385         * shell/ev-page-view.c: (ev_page_view_dispose):
10386         * shell/ev-view.c: (ev_view_finalize), (expose_bin_window):
10387
10388         Fix compilation on non-gcc platforms
10389
10390 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
10391
10392         * NEWS:
10393         * configure.ac:
10394
10395         Release 0.1.4
10396
10397         * pdf/xpdf/Catalog.cc:
10398         * pdf/xpdf/XRef.cc:
10399
10400         Fix the fix for CAN-2004-0888
10401
10402 2005-02-09  Luca Ferretti <elle.uca@libero.it>
10403
10404         * data/Makefile.am:
10405         * data/evince-ui.xml:
10406         * shell/ev-stock-icons.c: (ev_stock_icons_init):
10407         * shell/ev-stock-icons.h:
10408         * shell/ev-window.c: (update_action_sensitivity),
10409         (ev_window_cmd_go_previous_page), (ev_window_cmd_go_next_page),
10410         (set_action_properties):
10411
10412         Improve toolbar layout/icons
10413
10414 2005-02-08  Marco Pesenti Gritti  <marco@gnome.org>
10415
10416         * pdf/xpdf/pdf-document.cc:
10417
10418         Add warnings about unimplemented/unknown link
10419         types.
10420
10421 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
10422
10423         * ps/ps-document.c: (set_up_page):
10424
10425         Log gs property
10426
10427 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
10428
10429         * ps/ps-document.c: (start_interpreter):
10430
10431         Log gs env var
10432
10433 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
10434
10435         * shell/ev-page-view.c: (ev_page_view_dispose):
10436         * shell/ev-view.c: (ev_view_finalize):
10437         * shell/ev-window.c: (ev_window_setup_document),
10438         (ev_window_dispose), (ev_window_init):
10439
10440         Solve more refs issues.
10441
10442         I commented out the page_view initialization for now:
10443         it was never destroyed (because it's never added
10444         to a container). Because of that we was leaking
10445         gs processes. Couldnt think to a clean fix.
10446         We need to figure this out, password view has the
10447         same issue probably.
10448
10449 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
10450
10451         * ps/ps-document.c: (ps_document_finalize),
10452         (ps_document_get_n_pages), (ps_document_get_page):
10453
10454         Some cleanups, stop the interpreter on finalize
10455
10456         * shell/ev-page-view.c: (ev_page_view_dispose),
10457         (ev_page_view_class_init):
10458
10459         Release our reference on the document
10460
10461 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
10462
10463         * Makefile.am:
10464         * configure.ac:
10465         * doc/debugging.txt:
10466         * lib/.cvsignore:
10467         * lib/Makefile.am:
10468         * lib/ev-debug.c: (log_module), (trap_handler), (ev_debug_init),
10469         (ev_profiler_new), (ev_should_profile), (ev_profiler_dump),
10470         (ev_profiler_free), (ev_profiler_start), (ev_profiler_stop):
10471         * lib/ev-debug.h:
10472
10473         Add debugging helpers
10474
10475         * ps/Makefile.am:
10476         * ps/ps-document.c: (set_up_page), (start_interpreter),
10477         (stop_interpreter), (document_load), (ps_document_next_page),
10478         (ps_document_goto_page), (ps_document_set_page_size),
10479         (ps_document_widget_event), (ps_document_render):
10480         * shell/Makefile.am:
10481         * shell/ev-view.c: (expose_bin_window):
10482         * shell/main.c: (main):
10483
10484         Add some logs
10485         
10486 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
10487
10488         * ps/ps-document.c: (ps_document_widget_event):
10489
10490         Initialize message_window, this should make ps
10491         rendering really work! (Never noticed because I was
10492         testing with a ps that is causing gs to exit every time!)
10493
10494 2005-02-07  Bryan Clark  <clarkbw@cvs.gnome.org>
10495
10496         * data/evince.schemas.in: updated simple error in applyto closing tag
10497
10498 2005-02-07  Christian Persch  <chpe@cvs.gnome.org>
10499
10500         * Makefile.am:
10501         * configure.ac:
10502         * data/.cvsignore:
10503         * data/Makefile.am:
10504         * data/evince-ui.xml:
10505         A data/evince.schemas.in:
10506         * po/POTFILES.in:
10507         * shell/ev-stock-icons.c: (ev_stock_icons_init):
10508         * shell/ev-stock-icons.h:
10509         * shell/ev-window.c: (update_chrome_visibility),
10510         (update_chrome_flag), (ev_window_cmd_edit_find),
10511         (ev_window_update_fullscreen_popup), (ev_window_fullscreen),
10512         (ev_window_unfullscreen), (ev_window_focus_in_event),
10513         (ev_window_focus_out_event), (ev_window_cmd_leave_fullscreen),
10514         (ev_window_view_toolbar_cb), (ev_window_view_statusbar_cb),
10515         (ev_window_view_sidebar_cb), (find_bar_close_cb),
10516         (ev_window_dispose), (ev_window_class_init),
10517         (set_action_properties), (set_chrome_actions), (load_chrome),
10518         (ev_window_init):
10519
10520         Implement fullscreen mode changes from bug #164776.
10521         Also implement persistent chrome toggles.
10522
10523 2005-02-07  Jordi Mallach  <jordi@sindominio.net>
10524
10525         * configure.ac (ALL_LINGUAS): Added "ca" (Catalan).
10526
10527 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
10528
10529         * NEWS:
10530         * configure.ac:
10531         * shell/ev-view.c:
10532
10533         Add another check for find interface
10534
10535         Release 0.1.3
10536
10537 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
10538
10539         * shell/ev-application.c: (ev_application_open):
10540         * shell/ev-window.c: (ev_window_open):
10541
10542         Open gzipped ps documents
10543
10544 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
10545
10546         * TODO:
10547         * shell/ev-view.c: (set_document_page):
10548
10549         Clamp page number, dont try to move to
10550         not existant pages.
10551
10552 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
10553
10554         * backend/ev-document-find.c: (ev_document_find_changed):
10555         * backend/ev-document-find.h:
10556         * pdf/xpdf/pdf-document.cc:
10557         * shell/ev-view.c: (jump_to_find_result), (ev_view_set_document):
10558         * shell/ev-window.c: (find_bar_search_changed_cb):
10559
10560         Fix several bugs with find
10561
10562 2005-02-04  Martin Kretzschmar  <martink@gnome.org>
10563
10564         * shell/ev-sidebar-thumbnails.c
10565         (ev_sidebar_thumbnails_select_page): do nothing unless we have a
10566         document. Prevents warning from scroll_to_cell.
10567
10568 2005-02-02  Kjartan Maraas  <kmaraas@gnome.org>
10569
10570         * configure.ac: Add «nb» to ALL_LINGUAS too.
10571
10572 Wed Feb  2 21:13:11 2005  Jonathan Blandford  <jrb@redhat.com>
10573
10574         * NOTES: New file with some random thoughts.
10575
10576         * TODO: Update.
10577
10578         * backend/ev-document-misc.c:
10579         (ev_document_misc_get_page_border_size): New function to
10580         canonicalize shadow drawing sizes.  Possibly goofy.
10581
10582         * shell/ev-view.c: (ev_view_size_request), (set_document_page),
10583         (ev_view_best_fit), (ev_view_fit_width):
10584         * pdf/xpdf/pdf-document.cc:
10585         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
10586         * ps/ps-document.c: (ps_document_get_page_size):
10587         * backend/ev-document-misc.h:
10588         * backend/ev-document.c: (ev_document_get_page_size):
10589         * backend/ev-document.h: get_page_size now takes a page number
10590         parameter.  Made all the backends/frontends honor it.
10591
10592         * data/evince-ui.xml: Added a multiple-page mode.  Uncomment to
10593         see.  Doesn't work yet.
10594
10595         * shell/Makefile.am:
10596         * shell/ev-page-view.[ch]: New multi-page view.  Really rough.
10597         Doesn't do anything yet.
10598
10599         * shell/ev-sidebar-thumbnails.c:
10600         (ev_sidebar_thumbnails_set_document): [1..n_pages] instead of
10601         [0..n_pages-1]
10602
10603         * shell/ev-window.c: (update_action_sensitivity),
10604         (ev_window_setup_document), (ev_window_set_page_mode),
10605         (ev_window_page_mode_cb), (ev_window_init): Clean up the
10606         view-swapping code a bit so we can have multiple views on a
10607         document.  Add the multi-page view, though it can't be turned on
10608         yet.
10609
10610 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
10611
10612         * shell/ev-application.c: (ev_application_open):
10613         * shell/ev-view.c: (expose_bin_window):
10614         * shell/ev-window.c: (ev_window_open):
10615
10616         Support eps and check document supports find
10617         before drawing highlightings in expose.
10618
10619 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
10620
10621         * pixbuf/pixbuf-document.c:
10622         (pixbuf_document_thumbnails_get_dimensions),
10623         (pixbuf_document_document_thumbnails_iface_init):
10624
10625         implement get_dimensions
10626
10627 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
10628
10629         * NEWS:
10630         * configure.ac:
10631
10632         Release 0.1.2
10633
10634 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
10635
10636         * shell/ev-view.c: (set_document_page):
10637
10638         Scroll at the top of the page when changing page
10639
10640 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
10641
10642         * shell/ev-view.c: (ev_view_motion_notify_event):
10643
10644         Do not redraw unnecessarily
10645
10646 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
10647
10648         * pdf/xpdf/pdf-document.cc:
10649         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
10650         (expose_bin_window), (find_changed_cb):
10651
10652         Yay! find works now... Now to find bugs...
10653
10654 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
10655
10656         * backend/ev-document-find.c: (ev_document_find_base_init),
10657         (ev_document_find_changed):
10658         * backend/ev-document-find.h:
10659         * pdf/xpdf/pdf-document.cc:
10660         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
10661         (expose_bin_window), (ev_view_init), (set_document_page),
10662         (ensure_rectangle_is_visible), (jump_to_find_result),
10663         (jump_to_find_page), (find_changed_cb), (ev_view_set_document),
10664         (ev_view_find_next), (ev_view_find_previous):
10665         * shell/ev-view.h:
10666         * shell/ev-window.c: (find_bar_previous_cb), (find_bar_next_cb):
10667
10668         More work on find implementation, mostly there now
10669
10670 2005-01-29  Marco Pesenti Gritti  <marco@gnome.org>
10671
10672         * backend/ev-backend-marshalers.list:
10673         * backend/ev-document-find.c: (ev_document_find_base_init),
10674         (ev_document_find_cancel), (ev_document_find_page_has_results),
10675         (ev_document_find_get_n_results), (ev_document_find_get_result),
10676         (ev_document_find_get_progress), (ev_document_find_changed):
10677         * backend/ev-document-find.h:
10678
10679         Enanche the find interface to be really able to do
10680         multi page find.
10681
10682         * pdf/xpdf/pdf-document.cc:
10683
10684         Implement
10685
10686         * shell/ev-view.c: (ev_view_finalize), (highlight_find_results),
10687         (expose_bin_window), (ev_view_init),
10688         (ev_view_get_find_status_message), (find_changed_cb),
10689         (ev_view_set_document), (set_document_page):
10690
10691         Adapt to the new interface. A few things are regressed sorry,
10692         I will finish it soon.
10693
10694 2005-01-28  Martin Kretzschmar  <martink@gnome.org>
10695
10696         * shell/ev-sidebar-thumbnails.c (ev_sidebar_thumbnails_destroy)
10697         (ev_sidebar_thumbnails_class_init): use G_DEFINE_TYPE-supplied
10698         ev_sidebar_thumbnails_parent_class variable, don't define another
10699         parent_class variable.
10700
10701         * shell/ev-page-action.c (connect_proxy, ev_page_action_finalize)
10702         (ev_page_action_class_init): ditto.
10703
10704         * pixbuf/pixbuf-document.c (pixbuf_document_finalize)
10705         (pixbuf_document_class_init): ditto.
10706
10707         * backend/ev-link.c (ev_window_dispose, ev_link_class_init):
10708         ditto.
10709
10710         * .cvsignore: ignore various valgrind output files.
10711
10712 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
10713
10714         * data/evince-ui.xml:
10715         * shell/Makefile.am:
10716         * shell/ev-history.c:
10717         * shell/ev-history.h:
10718         * shell/ev-navigation-action.c:
10719         * shell/ev-navigation-action.h:
10720         * shell/ev-view.c: (ev_view_finalize), (ev_view_go_to_link),
10721         (ev_view_set_page), (ev_view_fit_width):
10722         * shell/ev-view.h:
10723         * shell/ev-window.c: (update_action_sensitivity),
10724         (ev_window_setup_document), (register_custom_actions):
10725
10726         Kill session history
10727
10728 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
10729
10730         * shell/ev-window.c: (update_action_sensitivity):
10731
10732         Fix inverted up/down buttons
10733
10734 2005-01-27  Martin Kretzschmar  <martink@gnome.org>
10735
10736         * shell/ev-sidebar-thumbnails.c
10737         (ev_sidebar_thumbnails_select_page): make sure the selected
10738         thumbnail stays visible.
10739
10740 2005-01-26  Martin Kretzschmar  <martink@gnome.org>
10741
10742         * shell/ev-window.c (ev_window_init): add GTK_SHADOW_IN to the
10743         scrolled window for Federico.
10744
10745 2005-01-26  Ole Laursen  <olau@hardworking.dk>
10746
10747         * configure.ac: Added "da" (Danish) to ALL_LINGUAS.
10748
10749 2005-01-26  Marco Pesenti Gritti  <marco@gnome.org>
10750
10751         * configure.ac:
10752         * pdf/splash/SplashFTFontEngine.cc:
10753
10754         Fix CID fonts with freetype 2.1.9
10755
10756 2005-01-26  Bryan Clark  <clarkbw@cvs.gnome.org>
10757
10758         * TODO: added item for desktop icon thumbnailer
10759
10760 Tue Jan 25 00:59:34 2005  Jonathan Blandford  <jrb@redhat.com>
10761
10762         * pdf/xpdf/pdf-document.cc (pdf_document_get_title): guard against
10763         unloaded docs when the title is accessed.
10764
10765         * shell/ev-password-view.[hc]: New widget for displaying password
10766         state.
10767
10768         * shell/ev-window.[ch]: Refactor password handling code to handle
10769         the new view.
10770
10771 2005-01-24  Marco Pesenti Gritti  <marco@gnome.org>
10772
10773         * NEWS:
10774         * configure.ac:
10775         * data/Makefile.am:
10776
10777         Release 0.1.1
10778
10779 2005-01-23  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
10780
10781         * pdf/xpdf/pdf-document.cc (pdf_document_search_page_changed):
10782         ignore page offset here, to make search results independent of it,
10783
10784         * shell/ev-view.c (expose_bin_window): but take offsets into
10785         account here. Bug #164932
10786
10787         * pdf/xpdf/pdf-document.cc (pdf_document_get_link): divide by
10788         scale at the right time. Bug #164996
10789
10790 2005-01-22  Martin Kretzschmar  <martink@gnome.org>
10791
10792         * pdf/xpdf/GlobalParams.cc: My 2005-01-05 change didn't actually
10793         fix the problem. Now I just removed the Adobe font names and hope
10794         that the URW fonts are always in outline format. Bug #164934
10795
10796         * shell/ev-window.c (update_window_title): empty titles are
10797         useless, use filename in that case too.
10798
10799         * NEWS: Add some content.
10800
10801 2005-01-21  Bryan Clark  <clarkbw@cvs.gnome.org>
10802
10803         * TODO: added one more TODO item and a TODONE section :)
10804
10805 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
10806
10807         * ps/ps-document.h: add page_[xy]_offset fields.
10808
10809         * ps/ps-document.c (ps_document_set_page_offset)
10810         (ps_document_render): Keep offset in consideration in a few
10811         places. Bug #164752 "postscript documents are not centered in
10812         window"
10813
10814         * data/evince.desktop.in (X-GNOME-Bugzilla-Product):
10815         s/gpdf/evince/. Spotted by Stephane Loeuillet.
10816
10817         * pixbuf/pixbuf-document.c (pixbuf_document_get_n_pages)
10818         (pixbuf_document_get_text, pixbuf_document_document_iface_init):
10819         stub out missing methods for complete EvDocument implementation.
10820         Fixes segfaults with Save A Copy and Copy actions.
10821
10822         * ps/ps-document.c (ps_document_save, ps_document_get_text) 
10823         (ps_document_document_iface_init): ditto.
10824         
10825 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
10826
10827         * data/.cvsignore:
10828         * data/Makefile.am:
10829         * data/evince.desktop.in:
10830
10831         Add desktop file
10832
10833 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
10834
10835         * shell/ev-view.c: (ev_view_button_press_event),
10836         (ev_view_motion_notify_event):
10837
10838         Make selection work in any direction
10839
10840 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
10841
10842         * TODO:
10843         * shell/ev-window.c: (set_short_labels), (ev_window_init):
10844
10845         Use shorter labels for some of the toolbars items
10846
10847 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
10848
10849         * pdf/xpdf/pdf-document.cc:
10850
10851         Check the links info is initialized before
10852         using it. Should fix a crash on startup.
10853
10854 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
10855
10856         * pixbuf/pixbuf-document.c
10857         (pixbuf_document_thumbnails_get_dimensions): force floating point
10858         division to calculate page_ratio. Fixes crash with landscape
10859         format pixbufs.
10860
10861 Thu Jan 20 18:56:35 2005  Jonathan Blandford  <jrb@redhat.com>
10862
10863         * shell/ev-view.c (ev_view_realize): make the bg color darker.
10864
10865 2005-01-20  Martin Kretzschmar  <martink@gnome.org>
10866
10867         * shell/ev-view.c (set_document_page): unset has_selection when
10868         the page changes.
10869         (set_document_page): handle paper size changes when the page
10870         changes (test with Free Culture, page 2).
10871
10872 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
10873
10874         * shell/ev-view.c: (ev_view_size_request), (ev_view_realize),
10875         (expose_bin_window), (ev_view_class_init), (ev_view_init):
10876
10877         Use normal style color for the widget background and
10878         draw a black box around the page.
10879
10880 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
10881
10882         * pdf/xpdf/pdf-document.cc:
10883
10884         Keep offset in consideration in a few places
10885
10886         * shell/ev-view.c: (expose_bin_window):
10887
10888         Set the offsets so that the document is ever centered
10889
10890 2005-01-20  Bryan Clark  <clarkbw@cvs.gnome.org>
10891
10892         * TODO: Added TODO items and finished off the first todo item
10893
10894         * AUTHORS: Updated AUTHORS section with piece from gpdf file and
10895         reflect current authors
10896
10897 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
10898
10899         * pdf/xpdf/pdf-document.cc:
10900         * shell/ev-view.c: (ev_view_set_cursor),
10901         (ev_view_motion_notify_event), (document_changed_callback),
10902         (set_document_page):
10903
10904         Show a wait cursor while the page is rendering
10905
10906 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
10907
10908         * shell/ev-sidebar-thumbnails.c:
10909         (ev_sidebar_tree_selection_changed),
10910         (ev_sidebar_thumbnails_select_page):
10911         * shell/ev-sidebar-thumbnails.h:
10912         * shell/ev-view.c: (ev_view_set_document), (ev_view_can_go_back),
10913         (ev_view_can_go_forward):
10914         * shell/ev-window.c: (ev_window_open_page),
10915         (ev_window_setup_document), (update_current_page),
10916         (view_page_changed_cb), (ev_window_init):
10917         * shell/ev-window.h:
10918
10919         Ensure thumbnails selection, toolbar page control and
10920         current page are in sync.
10921
10922 2005-01-19  Marco Pesenti Gritti  <marco@gnome.org>
10923
10924         * pdf/xpdf/XRef.cc:
10925
10926         Fix CAN-2005-0064
10927
10928 Wed Jan 19 01:10:57 2005  Jonathan Blandford  <jrb@redhat.com>
10929
10930         * backend/Makefile.am:
10931         * backend/ev-document-links.h:
10932         * backend/ev-document-security.c: (ev_document_security_get_type),
10933         (ev_document_security_has_document_security),
10934         (ev_document_security_set_password):
10935         * backend/ev-document-security.h:
10936         * backend/ev-document.c: (ev_document_error_quark):
10937         * backend/ev-document.h:
10938         * data/Makefile.am:
10939         * data/evince-password.glade:
10940         * pdf/xpdf/pdf-document.cc:
10941         * shell/Makefile.am:
10942         * shell/ev-password.c: (ev_password_set_bad_password_label),
10943         (ev_window_password_entry_changed_cb), (ev_password_dialog_new),
10944         (ev_password_dialog_get_password),
10945         (ev_password_dialog_set_bad_pass):
10946         * shell/ev-password.h:
10947         * shell/ev-window.c: (ev_window_get_attribute),
10948         (ev_window_set_property), (update_action_sensitivity),
10949         (ev_window_is_empty), (mime_type_supported_by_gdk_pixbuf),
10950         (ev_window_setup_document), (ev_window_get_password),
10951         (ev_window_open), (ev_window_cmd_save_as),
10952         (using_postscript_printer), (ev_window_print),
10953         (find_not_supported_dialog), (ev_window_cmd_edit_find),
10954         (update_fullscreen_popup), (ev_window_fullscreen),
10955         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
10956         (ev_window_focus_out_cb), (ev_window_cmd_help_about),
10957         (menu_item_select_cb), (find_bar_search_changed_cb),
10958         (ev_window_dispose), (ev_window_init):
10959
10960         Add initial support for password-supported dialogs.  This could be
10961         a lot cooler, but it'll do for now.
10962
10963 2005-01-18  Marco Pesenti Gritti  <marco@gnome.org>
10964
10965         * pdf/xpdf/pdf-document.cc:
10966         * shell/ev-view.c: (status_message_from_link),
10967         (ev_view_set_status), (ev_view_set_cursor),
10968         (ev_view_motion_notify_event), (ev_view_init):
10969         * shell/ev-window.c: (view_status_changed_cb), (ev_window_init):
10970
10971         Fix bugs in the links implementation and change cursor
10972         when hovering a link.
10973
10974 2005-01-17  Bryan Clark  <clarkbw@cvs.gnome.org>
10975
10976         * viewer/.cvsignore: added cvsignore file for viewer directory
10977
10978         * TODO: created TODO document
10979
10980 2005-01-14  Dave Malcolm  <dmalcolm@redhat.com>
10981
10982         * shell/ev-view.h:
10983         * shell/ev-view.c (ev_view_can_go_back), (ev_view_can_go_forward):      
10984         new functions to help with implementation of sensitivity code
10985         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
10986         of all actions that might require it.  Fixes a crash when you
10987         click on the Zoom actions in a window lacking a document.
10988
10989 2005-01-13  Dave Malcolm  <dmalcolm@redhat.com>
10990
10991         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
10992         of the Find action
10993
10994 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
10995
10996         * pixbuf/pixbuf-document.c: (pixbuf_document_get_link),
10997         (pixbuf_document_document_iface_init):
10998         * ps/ps-document.c: (ps_document_get_link),
10999         (ps_document_document_iface_init):
11000         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event),
11001         (status_message_from_link), (ev_view_set_status),
11002         (ev_view_set_find_status), (ev_view_motion_notify_event),
11003         (ev_view_button_release_event), (ev_view_set_property),
11004         (ev_view_get_property), (ev_view_class_init), (ev_view_init),
11005         (ev_view_get_find_status_message), (update_find_results),
11006         (ev_view_get_status), (ev_view_get_find_status):
11007         * shell/ev-view.h:
11008         * shell/ev-window.c: (view_status_changed_cb),
11009         (view_find_status_changed_cb), (ev_window_init):
11010
11011         View status message support, use it to show the links.
11012         Needs work...
11013
11014 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
11015
11016         * backend/ev-document.c: (ev_document_get_link):
11017         * backend/ev-document.h:
11018         * pdf/xpdf/pdf-document.cc:
11019         * shell/ev-application.c: (ev_application_open):
11020         * shell/ev-application.h:
11021         * shell/ev-sidebar-links.c: (selection_changed_cb):
11022         * shell/ev-view.c: (ev_view_button_release_event), (go_to_link),
11023         (ev_view_go_to_link):
11024
11025         Add support for document links
11026
11027 2005-01-13  Anders Carlsson  <andersca@gnome.org>
11028
11029         * shell/ev-page-action.c: (update_spin), (total_pages_changed_cb),
11030         (create_tool_item):
11031         Set the spin button limits correctly.
11032         
11033         * shell/ev-sidebar-thumbnails.c:
11034         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init):
11035         Support changing pages by clicking on the thumbnails.
11036         
11037 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
11038
11039         * pixbuf/pixbuf-document.c:
11040         (pixbuf_document_thumbnails_get_dimensions),
11041         (pixbuf_document_document_thumbnails_iface_init):
11042
11043         implement get_dimensions
11044
11045 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
11046
11047         * ps/ps-document.c: (ps_document_goto_page):
11048
11049         Fix page switching on multipage documents
11050
11051 2005-01-12  Jeff Muizelaar  <jrmuizel@nit.ca>
11052
11053         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
11054         
11055         check for NULL before assigning to width and height parameters
11056
11057 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
11058
11059         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
11060         (pixbuf_document_set_property), (pixbuf_document_get_property):
11061
11062         implement get/set properties
11063
11064 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
11065
11066         * pdf/xpdf/pdf-document.cc: (pdf_info_dict_get_string):
11067         
11068         return NULL instead of "Unknown", letting the title get set to
11069         the filename when the pdf has no title.
11070
11071 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
11072
11073         * ps/ps-document.c: (ps_document_get_page_count),
11074         (ps_document_goto_page):
11075
11076 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
11077
11078         * shell/ev-history.c: (ev_history_get_property),
11079         (ev_history_set_property), (ev_history_class_init),
11080         (ev_history_add_page), (ev_history_set_current_index):
11081         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
11082         (activate_menu_item_cb), (new_history_menu_item), (build_menu),
11083         (ev_navigation_action_finalize):
11084         * shell/ev-navigation-action.h:
11085         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
11086         (ev_view_go_forward), (ev_view_get_find_status_message),
11087         (history_index_changed_cb), (ev_view_set_history):
11088         * shell/ev-view.h:
11089         * shell/ev-window.c: (update_total_pages), (ev_window_open),
11090         (update_current_page), (register_custom_actions):
11091
11092         Implement history dropdowns
11093
11094 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
11095
11096         * shell/ev-history.c: (ev_history_init), (ev_history_add_link):
11097         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
11098         (ev_view_go_forward):
11099         * shell/ev-window.c: (register_custom_actions):
11100
11101         Fix several history bugs
11102
11103 2005-01-11  Kjartan Maraas  <kmaraas@gnome.org>
11104
11105         * configure.ac: Add «nb» to ALL_LINGUAS.
11106
11107 2005-01-10  Marco Pesenti Gritti  <marco@gnome.org>
11108
11109         * backend/Makefile.am:
11110         * backend/ev-bookmark.c:
11111         * backend/ev-bookmark.h:
11112         * backend/ev-document-bookmarks.c:
11113         * backend/ev-document-bookmarks.h:
11114         * backend/ev-document-links.c: (ev_document_links_get_type),
11115         (ev_document_links_has_document_links),
11116         (ev_document_links_begin_read), (ev_document_links_get_link),
11117         (ev_document_links_get_child), (ev_document_links_next),
11118         (ev_document_links_free_iter):
11119         * backend/ev-document-links.h:
11120         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_title),
11121         (ev_link_set_title), (ev_link_get_uri), (ev_link_set_uri),
11122         (ev_link_get_link_type), (ev_link_set_link_type),
11123         (ev_link_get_page), (ev_link_set_page), (ev_link_get_property),
11124         (ev_link_set_property), (ev_window_dispose), (ev_link_init),
11125         (ev_link_class_init), (ev_link_new_title), (ev_link_new_page),
11126         (ev_link_new_external):
11127         * backend/ev-link.h:
11128         * pdf/xpdf/pdf-document.cc:
11129         * shell/Makefile.am:
11130         * shell/ev-application.c: (ev_application_open_link):
11131         * shell/ev-application.h:
11132         * shell/ev-history.c: (ev_history_add_link), (ev_history_add_page),
11133         (ev_history_get_link_nth):
11134         * shell/ev-history.h:
11135         * shell/ev-sidebar-bookmarks.c:
11136         * shell/ev-sidebar-bookmarks.h:
11137         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
11138         (ev_sidebar_links_class_init), (selection_changed_cb),
11139         (ev_sidebar_links_construct), (ev_sidebar_links_init),
11140         (links_page_num_func), (ev_sidebar_links_new), (stack_data_free),
11141         (do_one_iteration), (populate_links_idle),
11142         (ev_sidebar_links_clear_document), (ev_sidebar_links_set_document):
11143         * shell/ev-sidebar-links.h:
11144         * shell/ev-sidebar.c: (ev_sidebar_set_document):
11145         * shell/ev-view.c: (go_to_link), (ev_view_go_to_link),
11146         (go_to_index):
11147         * shell/ev-view.h:
11148         * shell/ev-window.c: (ev_window_open_link), (ev_window_init):
11149         * shell/ev-window.h:
11150
11151         Rename bookmark to link, and use "Index" for the sidebar panel.
11152
11153 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
11154
11155         * shell/Makefile.am:
11156         * shell/ev-application.c: (ev_application_open_bookmark):
11157         * shell/ev-application.h:
11158         * shell/ev-history.c: (ev_history_init), (free_links_list),
11159         (ev_history_finalize), (ev_history_class_init),
11160         (ev_history_add_link), (ev_history_add_page),
11161         (ev_history_get_link_nth), (ev_history_get_n_links),
11162         (ev_history_get_current_index), (ev_history_set_current_index),
11163         (ev_history_new):
11164         * shell/ev-history.h:
11165         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
11166         * shell/ev-view.c: (ev_view_finalize), (ev_view_set_document),
11167         (set_document_page), (go_to_bookmark), (ev_view_go_to_bookmark),
11168         (go_to_index), (ev_view_go_back), (ev_view_go_forward),
11169         (ev_view_set_page):
11170         * shell/ev-view.h:
11171         * shell/ev-window.c: (ev_window_open_bookmark),
11172         (ev_window_cmd_go_back), (ev_window_cmd_go_forward),
11173         (goto_page_cb), (register_custom_actions):
11174         * shell/ev-window.h:
11175
11176         Initial history implementation. Needs work.
11177
11178 2005-01-09  Martin Kretzschmar  <martink@gnome.org>
11179
11180         * pdf/xpdf/GDKSplashOutputDev.cc (redraw): fix pixbuf data offset.
11181
11182 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
11183
11184         * cut-n-paste/recent-files/egg-recent-item.c:
11185         * cut-n-paste/recent-files/egg-recent-item.h:
11186         * cut-n-paste/recent-files/egg-recent-model.c:
11187         * cut-n-paste/recent-files/egg-recent-util.c:
11188         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
11189         * cut-n-paste/recent-files/egg-recent-view.c:
11190
11191         Update
11192
11193 2005-01-08  Martin Kretzschmar  <martink@gnome.org>
11194
11195         * pdf/splash/Splash.cc (clear, drawPixel, drawSpan, xorSpan, getPixel)
11196         (fillGlyph, fillImageMask, drawImage):
11197         pdf/splash/SplashBitmap.cc (SplashBitmap, ~SplashBitmap, writePNMFile):
11198         pdf/splash/SplashTypes.h:
11199         pdf/xpdf/SplashOutputDev (startPage, getColor, imageSrc): implement RGB8
11200         packed mode for Splash.
11201
11202         * pdf/xpdf/GDKSplashOutputDev.cc (GDKSplashOutputDev, redraw): use
11203         RGB8 packed mode, eliminates the pixbuf data creation loop.
11204
11205         * shell/ev-print-job.c (ev_print_job_finalize)
11206         (ev_print_job_set_property, ev_print_job_get_property)
11207         (ev_print_job_set_gnome_print_job, ev_print_job_set_document)
11208         (ev_print_job_use_print_dialog_settings, idle_print_handler)
11209         (print_closure_finalize, ev_print_job_print): implement
11210         printing (for backends with EvPsExporter)
11211
11212         * shell/ev_print_job.h: update prototypes.
11213
11214         * shell/ev-window.c (ev_window_print): unref print job after
11215         printing.
11216
11217         * shell/ev-view.c (ev_view_set_document): don't connect to "found"
11218         unless the document implements the EvDocumentFind interface.
11219
11220 2005-01-08  Satoru SATOH <ss@gnome.gr.jp>
11221
11222         * configure.ac: Added ja to ALL_LINGUAS.
11223
11224 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
11225
11226         * pdf/xpdf/pdf-document.cc:
11227
11228         add a FIXME. We should probably not allocate
11229         a bookmark object every time
11230
11231 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
11232
11233         * shell/ev-application.c: (ev_application_open),
11234         (ev_application_open_bookmark):
11235         * shell/ev-application.h:
11236         
11237         Add a way to open bookmarks
11238
11239         * backend/ev-bookmark.c: (ev_bookmark_get_uri),
11240         (ev_bookmark_set_uri), (ev_bookmark_get_property),
11241         (ev_bookmark_set_property), (ev_bookmark_class_init),
11242         (ev_bookmark_new_title), (ev_bookmark_new_link),
11243         (ev_bookmark_new_external):
11244
11245         Support for external uris, better constructors.
11246
11247         * backend/ev-bookmark.h:
11248         * pdf/xpdf/pdf-document.cc:
11249         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
11250
11251         Handle external uris
11252
11253 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
11254
11255         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb),
11256         (ev_sidebar_bookmarks_construct), (do_one_iteration):
11257
11258         Hook up bookmarks navigation
11259
11260 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
11261
11262         * backend/Makefile.am:
11263         * backend/ev-bookmark.c: (ev_bookmark_type_get_type),
11264         (ev_bookmark_get_title), (ev_bookmark_set_title),
11265         (ev_bookmark_get_bookmark_type), (ev_bookmark_set_bookmark_type),
11266         (ev_bookmark_get_page), (ev_bookmark_set_page),
11267         (ev_bookmark_get_property), (ev_bookmark_set_property),
11268         (ev_window_dispose), (ev_bookmark_init), (ev_bookmark_class_init),
11269         (ev_bookmark_new):
11270         * backend/ev-bookmark.h:
11271         * backend/ev-document-bookmarks.c:
11272         (ev_document_bookmarks_get_bookmark):
11273         * backend/ev-document-bookmarks.h:
11274         * pdf/xpdf/pdf-document.cc:
11275         * shell/ev-sidebar-bookmarks.c: (do_one_iteration):
11276
11277         Add a bookmark object to the backend and use it instead of get_values
11278
11279 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
11280
11281         * data/evince-ui.xml:
11282
11283         Cleanup and add select all.
11284
11285         * shell/ev-view.c: (ev_view_select_all),
11286         (ev_view_button_press_event):
11287         * shell/ev-view.h:
11288         * shell/ev-window.c: (ev_window_cmd_edit_select_all):
11289
11290         Add select all.
11291         Clear selection on click.
11292
11293 Fri Jan  7 01:28:58 2005  Jonathan Blandford  <jrb@redhat.com>
11294
11295         * shell/ev-sidebar-thumbnails.c
11296         (ev_sidebar_thumbnails_set_document): forgot to unref the
11297         loading_icon.
11298
11299 Fri Jan  7 01:22:48 2005  Jonathan Blandford  <jrb@redhat.com>
11300
11301         * shell/ev-sidebar-thumbnails.c: fill in the thumbnails starting
11302         at the visible page, not just linearly.  This makes it look fast.
11303
11304 Thu Jan  6 18:48:11 2005  Jonathan Blandford  <jrb@redhat.com>
11305
11306         * backend/ev-document-misc.c
11307         (ev_document_misc_get_thumbnail_frame): fill in the thumbnail with
11308         white.
11309         * backend/ev-document-thumbnails.h: New interface to get the size
11310         of a page.
11311
11312 2005-01-06  Jeremy Katz  <katzj@redhat.com>
11313
11314         * shell/Makefile.am (evince_SOURCES): Add ev-utils.[ch] so that
11315         make dist works
11316
11317 Wed Jan  5 15:38:28 2005  Jonathan Blandford  <jrb@redhat.com>
11318
11319         * pdf/xpdf/pdf-document.cc (bitmap_to_pixbuf): bypass
11320         GDKSplashOutputDev and just use a normal SplashOutputDev.  Speeds
11321         things up a bit.
11322
11323         * shell/ev-sidebar-thumbnail.c: start of some profiling code.
11324
11325 2005-01-05  Martin Kretzschmar  <martink@gnome.org>
11326
11327         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): match only outline
11328         fonts. Should fix font problems on systems that have the base
11329         fonts in bitmap format. Reported by James Henstridge
11330         <james@jamesh.id.au>.
11331
11332 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
11333
11334         * pdf/xpdf/Gfx.cc:
11335         * pdf/xpdf/GfxState.cc:
11336
11337         Fix for CAN-2004-1125
11338
11339 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
11340
11341         * shell/ev-view.c: (ev_view_copy):
11342         * shell/ev-view.h:
11343         * shell/ev-window.c: (ev_window_cmd_edit_copy):
11344
11345         Implement Edit->Copy
11346
11347 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
11348
11349         * backend/ev-document.c: (ev_document_get_text):
11350         * backend/ev-document.h:
11351         * pdf/xpdf/pdf-document.cc:
11352         * shell/ev-view.c: (ev_view_realize), (expose_bin_window),
11353         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
11354         (ev_view_update_primary_selection), (ev_view_button_press_event),
11355         (ev_view_motion_notify_event), (ev_view_button_release_event):
11356
11357         Beginnings of clipboard support. Incomplete but primary sort
11358         of work.
11359
11360 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
11361
11362         * shell/ev-view.c: (ev_gdk_color_to_rgb), (draw_rubberband),
11363         (expose_bin_window):
11364
11365         Nicer rubberband drawing, from GtkIconView.
11366
11367 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
11368
11369         * backend/ev-document.c: (ev_document_save):
11370         * backend/ev-document.h:
11371         * data/evince-ui.xml:
11372         * pdf/xpdf/pdf-document.cc:
11373         * shell/ev-window.c: (save_error_dialog), (ev_window_cmd_save_as):
11374
11375         Implement "Save a copy..." menu item
11376
11377 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
11378
11379         * shell/ev-view.c: (ev_view_zoom):
11380
11381         Queue a resize when zoom changes
11382
11383 Wed Jan  5 02:33:06 2005  Jonathan Blandford  <jrb@redhat.com>
11384
11385         * backend/ev-document-misc.[ch]: New misc file to do simple drop
11386         shadows.
11387
11388         * pdf/xpdf/pdf-document.cc: use the drop shadows in both types of
11389         thumbnails..
11390
11391 Tue Jan  4 22:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
11392
11393         * pdf/xpdf/pdf-document.cc
11394         (pdf_document_thumbnails_get_page_pixbuf): poor man's dropshadow.
11395
11396 Tue Jan  4 21:25:05 2005  Jonathan Blandford  <jrb@redhat.com>
11397
11398         * pdf/xpdf/pdf-document.cc: Do real thumbnailing of PDF files.
11399         It's slow, but I'll speed it up next!
11400
11401 2005-01-04  Jeff Muizelaar  <jrmuizel@nit.ca>
11402
11403         * shell/main.c (load_files):
11404
11405         use gnome_vfs_make_uri_from_shell_arg so that relative paths work
11406         from the command line and because it seems more appropriate.
11407
11408 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
11409
11410         * data/evince-ui.xml:
11411         * shell/ev-window.c: (update_action_sensitivity),
11412         (ev_window_cmd_go_page_up), (ev_window_cmd_go_page_down):
11413
11414         s/next page/page down
11415         s/previous page/page up
11416
11417 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
11418
11419         * data/evince-ui.xml:
11420
11421         Change the layout to match clarkbw design.
11422
11423         * shell/Makefile.am:
11424         * shell/ev-navigation-action.c: (build_menu), (menu_activated_cb),
11425         (set_tooltip_cb), (connect_proxy), (ev_navigation_action_init),
11426         (ev_navigation_action_finalize),
11427         (ev_navigation_action_set_property),
11428         (ev_navigation_action_get_property),
11429         (ev_navigation_action_class_init):
11430         * shell/ev-navigation-action.h:
11431
11432         Implement clarkbw toolbar navigation controls (incomplete)
11433
11434         * shell/ev-page-action.c: (update_label), (update_spin),
11435         (value_changed_cb), (create_tool_item), (connect_proxy),
11436         (ev_page_action_init), (ev_page_action_finalize),
11437         (ev_page_action_set_property), (ev_page_action_get_property),
11438         (ev_page_action_set_current_page),
11439         (ev_page_action_set_total_pages), (ev_page_action_class_init):
11440         * shell/ev-page-action.h:
11441
11442         Implement a page switcher in the toolbar
11443
11444         * shell/ev-view.c: (ev_view_scroll_view):
11445         * shell/ev-window.c: (update_total_pages), (ev_window_open),
11446         (update_current_page), (view_page_changed_cb), (goto_page_cb),
11447         (register_custom_actions), (ev_window_init):
11448
11449         Change page on PageUp/Down.
11450
11451 Tue Jan  4 03:22:56 2005  Jonathan Blandford  <jrb@redhat.com>
11452
11453         * pdf/xpdf/pdf-document.cc
11454         (pdf_document_thumbnails_get_thumbnail): initial stab at
11455         implementing thumbnail support for pdfs.  It only does documents
11456         with precached pdfs now.
11457
11458 Mon Jan  3 17:22:25 2005  Jonathan Blandford  <jrb@redhat.com>
11459
11460         * shell/ev-sidebar-thumbnails.c (do_one_iteration): move the
11461         thumbnail code into a time-based idle as well.  Also, turn off the
11462         shadow temporarily as it's really slow.
11463
11464 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
11465
11466         * backend/ev-document.c: (ev_document_class_init):
11467         * pdf/xpdf/pdf-document.cc:
11468         * shell/ev-window.c: (ev_window_open):
11469
11470         Fix document title bugs and fallback to
11471         filename when not available.
11472
11473 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
11474
11475         * backend/ev-document.c: (ev_document_get_type),
11476         (ev_document_class_init), (ev_document_load),
11477         (ev_document_get_title):
11478         * backend/ev-document.h:
11479         * pdf/xpdf/pdf-document.cc:
11480         * ps/ps-document.c: (ps_document_set_property),
11481         (ps_document_get_property), (ps_document_class_init),
11482         (document_load):
11483         * ps/ps-document.h:
11484         * ps/ps.h:
11485         * shell/ev-window.c: (update_window_title), (ev_window_open),
11486         (ev_window_init):
11487
11488         Initial support for document title. Not working yet.
11489
11490 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
11491
11492         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event):
11493
11494         Grab focus on the view when clicking it
11495
11496 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
11497
11498         * shell/ev-marshal.list:
11499         * shell/ev-view.c: (ev_view_realize), (add_scroll_binding),
11500         (ev_view_scroll_view), (ev_view_class_init), (ev_view_init):
11501
11502         Add key bindings to the view. Now if the focus would work
11503         right...
11504
11505 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
11506
11507         * Makefile.am:
11508         * backend/Makefile.am:
11509         * data/Makefile.am:
11510         * dvi/Makefile.am:
11511         * dvi/dvilib/Makefile.am:
11512         * pdf/xpdf/Makefile.am:
11513         * po/POTFILES.in:
11514         * ps/Makefile.am:
11515
11516         Fix distcheck
11517
11518 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
11519
11520         * shell/ev-view.c: (ev_view_realize):
11521
11522         Fix mouse wheel scrolling
11523
11524 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
11525
11526         * ps/Makefile.am:
11527         * ps/gstypes.h:
11528         * ps/gtkgs.c:
11529         * ps/gtkgs.h:
11530         * ps/ps-document.c: (catchPipe), (ps_document_init),
11531         (ps_document_class_init), (ps_document_cleanup),
11532         (ps_document_finalize), (send_ps), (ps_document_get_orientation),
11533         (set_up_page), (close_pipe), (is_interpreter_ready),
11534         (interpreter_failed), (output), (input), (start_interpreter),
11535         (stop_interpreter), (file_length), (file_readable),
11536         (check_filecompressed), (check_pdf), (compute_xdpi),
11537         (compute_ydpi), (compute_size), (ps_document_enable_interpreter),
11538         (ps_document_get_type), (ps_document_emit_error_msg),
11539         (document_load), (ps_document_next_page),
11540         (ps_document_get_current_page), (ps_document_get_page_count),
11541         (ps_document_goto_page), (ps_document_set_page_size),
11542         (ps_document_zoom_to_fit), (ps_document_set_zoom),
11543         (ps_document_load), (ps_document_get_n_pages),
11544         (ps_document_set_page), (ps_document_get_page),
11545         (ps_document_widget_event), (ps_document_set_target),
11546         (ps_document_set_scale), (ps_document_set_page_offset),
11547         (ps_document_get_page_size), (ps_document_render),
11548         (ps_document_document_iface_init):
11549         * ps/ps-document.h:
11550         * ps/ps.c:
11551         * shell/ev-window.c: (ev_window_open):
11552
11553         Rename GtkGS to PSDocument
11554
11555 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
11556
11557         * ps/gtkgs.c: (gtk_gs_class_init):
11558         * ps/gtkgs.h:
11559
11560         Some more leftover...
11561
11562 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
11563
11564         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_get_orientation),
11565         (output), (stop_interpreter), (gtk_gs_emit_error_msg),
11566         (gtk_gs_zoom_to_fit), (gtk_gs_set_zoom):
11567         * ps/gtkgs.h:
11568
11569         Remove unused code and make a lot of stuff private
11570
11571 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
11572
11573         * ps/gsdefaults.c: (gtk_gs_defaults_gconf_client),
11574         (gtk_gs_defaults_changed):
11575         * ps/gsdefaults.h:
11576         * ps/gtkgs.c:
11577         * ps/gtkgs.h:
11578         * ps/ps.h:
11579
11580         Cleanup headers dependencies
11581
11582 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
11583
11584         * ps/Makefile.am:
11585         * ps/ggvutils.c:
11586         * ps/ggvutils.h:
11587         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
11588         * ps/gsdefaults.h:
11589         * ps/gtkgs.c: (file_length), (file_readable),
11590         (check_filecompressed), (check_pdf), (gtk_gs_load),
11591         (gtk_gs_get_postscript):
11592
11593         Get rid of ggvutils
11594
11595 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
11596
11597         * ps/ggvutils.c:
11598         * ps/ggvutils.h:
11599         * ps/gsio.h:
11600         * ps/gtkgs.c: (gtk_gs_set_zoom):
11601
11602         Cleanups
11603
11604 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
11605
11606         * ps/gtkgs.c: (gtk_gs_set_zoom), (gtk_gs_set_zoom_mode):
11607
11608         Ensure the page is rerendered when changing zoom
11609
11610 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
11611
11612         * backend/ev-document.c: (ev_document_base_init),
11613         (ev_document_changed):
11614         * backend/ev-document.h:
11615
11616         Add a changed event that is emitted when the page content
11617         changes. This is necessary to deal with the fact that
11618         in ps backend rendering happen asycrounously.
11619         This makes the ps backend mostly work.
11620
11621         * pdf/xpdf/pdf-document.cc:
11622
11623         Emit changed event
11624
11625         * ps/gtkgs.c: (set_up_page), (gtk_gs_widget_event),
11626         (ps_document_set_target):
11627
11628         Emit changed event
11629
11630         * shell/ev-view.c: (document_changed_callback),
11631         (ev_view_set_document), (ev_view_set_page):
11632
11633         Redraw on the changed signal
11634
11635 2004-12-25  Raphael Higino  <raphaelh@cvs.gnome.org>
11636
11637         * configure.ac: Added pt_BR to ALL_LINGUAS.
11638
11639 Fri Dec 24 00:48:44 2004  Jonathan Blandford  <jrb@redhat.com>
11640
11641         * backend/ev-document-bookmarks.c:
11642         (ev_document_bookmarks_get_child): *
11643         backend/ev-document-bookmarks.h: * pdf/xpdf/Makefile.am: *
11644         pdf/xpdf/pdf-document.cc: * pdf/xpdf/pdf-document.h: *
11645         shell/Makefile.am: * shell/ev-sidebar-bookmarks.c:
11646         (ev_sidebar_bookmarks_destroy),
11647         (ev_sidebar_bookmarks_class_init),
11648         (ev_sidebar_bookmarks_construct), (stack_data_free),
11649         (do_one_iteration), (populate_bookmarks_idle),
11650         (ev_sidebar_bookmarks_clear_document),
11651         (ev_sidebar_bookmarks_set_document): *
11652         shell/ev-sidebar-bookmarks.h: * shell/ev-sidebar.c:
11653         (ev_sidebar_add_page),
11654         (ev_sidebar_set_document): * shell/ev-window.c: (ev_window_open):
11655         Initial stab at a bookmarks sidebar.  It doesn't navigate yet, but
11656         it displays both the topics and the page numbers.
11657
11658 2004-12-23  Kristian Høgsberg  <krh@redhat.com>
11659
11660         * shell/ev-window.c (ev_window_view_sidebar_cb): Hook up sidebar
11661         toggle.
11662         * shell/ev-window.c (toggle_entries): Set sidebar default value to
11663         visible.
11664
11665 2004-12-23  Adam Weinberger  <adamw@gnome.org>
11666
11667         * configure.ac: Added en_CA to ALL_LINGUAS.
11668
11669 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
11670
11671         * ChangeLog: replace bottom of this ChangeLog (merged history of
11672         ggv and gpdf; where all paths were wrong and most of the files are
11673         not even in this tree) with ChangeLog (from arch) of the shell
11674         code.
11675
11676 2004-12-23  Havoc Pennington  <hp@redhat.com>
11677
11678         * shell/ev-window.c: hook up potentially-questionable "find
11679         results status text" feature - something involving the sidebar or
11680         scrollbar or a continuous all-pages-on-giant-roll-of-paper-view
11681         might be better in the end.
11682
11683         * shell/ev-view.c (ev_view_get_find_status_message): new function, 
11684         with corresponding signal when it should be updated
11685
11686         * shell/eggfindbar.c (egg_find_bar_set_status_text): new function
11687
11688 2004-12-22  Havoc Pennington  <hp@redhat.com>
11689
11690         * pdf/xpdf/pdf-document.cc (pdf_document_find_begin): make search
11691         find stuff on other pages, sort of (only returns one result on
11692         invisible pages, to show they have results; updates full results
11693         for a page when you view it). Currently repaints the current page
11694         every time a new result is found on any page, which isn't so nice.
11695
11696 2004-12-22  Havoc Pennington  <hp@redhat.com>
11697
11698         * shell/ev-window.c (ev_window_cmd_edit_find): display an error if
11699         the document doesn't support find (better ideas?)
11700         (find_bar_search_changed_cb): handle missing document or document
11701         that doesn't support find
11702
11703         * pdf/xpdf/pdf-document.cc: port to implement the new
11704         EvDocumentFindIface
11705
11706         * backend/ev-document-find.c: create a new interface for searching
11707
11708         * backend/ev-document.h, backend/ev-document.c: delete the find stuff
11709
11710 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
11711
11712         * pdf/xpdf/Makefile.am (libpdfdocument_la_LIBADD): add
11713         libevbackend.la.
11714
11715         * shell/ev-window.c (ev_window_print): add GnomePrintJob to
11716         EvPrintJob constructor arguments.
11717
11718         * backend/ev-ps-exporter.c, backend/ev-ps-exporter.h: interface
11719         for documents that can export PostScript (page by page).
11720
11721         * backend/Makefile.am (libevbackend_la_SOURCES): add them.
11722         
11723         * pdf/xpdf/pdf-document.cc (pdf_document_ps_export_begin)
11724         (pdf_document_ps_export_do_page, pdf_document_ps_export_end)
11725         (pdf_document_ps_exporter_iface_init:
11726         Implement EvPSExporter.
11727
11728         * pdf/xpdf/Makefile.am (libxpdf_la_SOURCES): build PSOutputDev.
11729
11730 2004-12-22  Anders Carlsson  <andersca@gnome.org>
11731
11732         * backend/Makefile.am:
11733         * backend/ev-document-thumbnails.c:
11734         (ev_document_thumbnails_get_type),
11735         (ev_document_thumbnails_get_thumbnail):
11736         * backend/ev-document-thumbnails.h:
11737         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
11738         (pixbuf_document_thumbnails_get_thumbnail),
11739         (pixbuf_document_document_thumbnails_iface_init):
11740         * shell/Makefile.am:
11741         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_destroy),
11742         (ev_sidebar_thumbnails_class_init), (ev_sidebar_thumbnails_init),
11743         (populate_thumbnails), (ev_sidebar_thumbnails_set_document):
11744         * shell/ev-sidebar-thumbnails.h:
11745         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
11746         (ev_sidebar_set_document):
11747         * shell/ev-utils.c: (gaussian), (create_blur_filter),
11748         (create_shadow), (ev_pixbuf_add_shadow):
11749         * shell/ev-utils.h:
11750         Add thumbnail support.
11751         
11752 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
11753
11754         * shell/ev-window.c (ev_window_cmd_file_print, ev_window_print)
11755         (using_postscript_printer): Set up a print dialog for "PostScript
11756         injection" method.
11757
11758         * shell/ev-print-job.h, shell/ev-print-job.c: stub classes for
11759         EvPrintJob.
11760
11761         * shell/Makefile.am (evince_SOURCES): add ev-print-job.[ch]
11762
11763 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
11764
11765         * ps/gtkgs.c: (gtk_gs_init), (set_up_page),
11766         (ps_document_set_target), (ps_document_get_page_size),
11767         (ps_document_render):
11768         * ps/gtkgs.h:
11769
11770         Fix a few bugs
11771
11772 2004-12-22  Christian Rose  <menthos@menthos.com>
11773
11774         * configure.ac: Added "sv" to ALL_LINGUAS.
11775
11776 Wed Dec 22 14:47:38 2004  Jonathan Blandford  <jrb@redhat.com>
11777
11778         * backend/ev-document-bookmarks.[ch]: new interface to indicate
11779         document supports bookmarks.
11780
11781 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
11782
11783         * ps/ggvutils.c: (ggv_file_readable):
11784         * ps/ggvutils.h:
11785         * ps/gtkgs.c: (check_filecompressed), (check_pdf),
11786         (gtk_gs_get_postscript):
11787
11788         Remove unused utils
11789
11790 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
11791
11792         * ps/gtkgs.c: (gtk_gs_init), (gtk_gs_class_init), (gtk_gs_cleanup),
11793         (gtk_gs_finalize), (gtk_gs_set_center), (set_up_page), (output),
11794         (start_interpreter), (compute_size), (gtk_gs_enable_interpreter),
11795         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_reload),
11796         (gtk_gs_emit_error_msg), (gtk_gs_disable_interpreter),
11797         (gtk_gs_load), (gtk_gs_goto_page), (gtk_gs_set_page_size),
11798         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
11799         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
11800         (gtk_gs_set_antialiasing), (ps_document_load),
11801         (ps_document_render):
11802         * ps/gtkgs.h:
11803
11804         Another check point for the ps backend. Now I can get it to show
11805         pages!
11806
11807 Wed Dec 22 13:41:01 2004  Jonathan Blandford  <jrb@redhat.com>
11808
11809         * shell/ev-sidebar.c (ev_sidebar_set_document): initial sidebar
11810         document setting code.
11811
11812 2004-12-22  Anders Carlsson  <andersca@gnome.org>
11813
11814         * shell/eggfindbar.c: (entry_activate_callback):
11815         Animate the next button when activate is pressed.
11816         
11817 2004-12-22  Anders Carlsson  <andersca@gnome.org>
11818
11819         * shell/ev-window.c: (ev_window_cmd_edit_find),
11820         (update_fullscreen_popup), (ev_window_fullscreen),
11821         (ev_window_unfullscreen), (ev_window_state_event_cb),
11822         (ev_window_focus_out_cb), (find_bar_close_cb), (ev_window_init):
11823         Fix bugs in fullscreen code.
11824         
11825 2004-12-22  Anders Carlsson  <andersca@gnome.org>
11826
11827         * Makefile.am:
11828         * configure.ac:
11829         * pixbuf/Makefile.am:
11830         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
11831         (pixbuf_document_load), (pixbuf_document_get_n_pages),
11832         (pixbuf_document_set_page), (pixbuf_document_get_page),
11833         (pixbuf_document_set_target), (pixbuf_document_set_scale),
11834         (pixbuf_document_set_page_offset), (pixbuf_document_get_page_size),
11835         (pixbuf_document_render), (pixbuf_document_begin_find),
11836         (pixbuf_document_end_find), (pixbuf_document_finalize),
11837         (pixbuf_document_class_init),
11838         (pixbuf_document_document_iface_init), (pixbuf_document_init):
11839         * pixbuf/pixbuf-document.h:
11840         * shell/Makefile.am:
11841         * shell/ev-application.c: (ev_application_open):
11842         * shell/ev-window.c: (mime_type_supported_by_gdk_pixbuf),
11843         (ev_window_open):
11844         Add pixbuf backend.
11845         
11846 Tue Dec 21 21:45:43 2004  Soeren Sandmann  <sandmann@redhat.com>
11847
11848         * Makefile.am: 
11849         * dvi/dvilib/Makefile.am:
11850         * dvi/Makefile.am:
11851         * configure.ac: Auto*ify dvi and dvi/dvilib
11852
11853         * dvi/Makefile: Remove from CVS
11854         
11855         * dvi/dvilib/dl-pkfont.cc (unpack_bitmap): Fix uchar/uint
11856         confusion.
11857
11858         * dvi/dvilib/dl-fontdefinition.{cc,hh}: New DviFontMap class
11859         
11860         * dvi/dvilib/dl-vffont.{cc,hh}: Many bugfixes to VF code.
11861         
11862 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
11863
11864         * ps/Makefile.am:
11865         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_finalize),
11866         (gtk_gs_value_adjustment_changed), (compute_size),
11867         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_new_from_file),
11868         (gtk_gs_center_page), (gtk_gs_load), (gtk_gs_set_page_size),
11869         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
11870         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
11871         (gtk_gs_start_scroll), (gtk_gs_get_postscript),
11872         (gtk_gs_set_adjustments), (gtk_gs_set_available_size),
11873         (ps_document_load), (ps_document_get_n_pages),
11874         (ps_document_set_page), (ps_document_get_page),
11875         (ps_document_set_target), (ps_document_set_scale),
11876         (ps_document_set_page_offset), (ps_document_get_page_size),
11877         (ps_document_render), (ps_document_begin_find),
11878         (ps_document_end_find), (ps_document_document_iface_init):
11879         * ps/gtkgs.h:
11880         * shell/Makefile.am:
11881         * shell/ev-window.c: (ev_window_open):
11882
11883         Some work to integrate gtkgs with EvDocument
11884
11885 2004-12-22  Anders Carlsson  <andersca@gnome.org>
11886
11887         * shell/ev-window.c: (update_fullscreen_popup),
11888         (screen_size_changed_cb), (destroy_exit_fullscreen_popup),
11889         (exit_fullscreen_button_clicked_cb),
11890         (fullscreen_popup_size_request_cb), (ev_window_fullscreen),
11891         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
11892         (ev_window_state_event_cb), (ev_window_init):
11893         Add fullscreen support from Epiphany.
11894         
11895 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
11896
11897         * data/ev-stock-zoom-fit-width.png: fit-width
11898         stock icon from gpdf.
11899         
11900         * shell/ev-stock-icons.[ch]: copied from gpdf.
11901         
11902         * shell/main.c: (main): init stock icons.
11903         
11904         * shell/ev-window.c: use the fit-width icon.
11905         
11906         * data/evince-ui.xml: add zooming toolbar items.
11907
11908 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
11909
11910         * shell/ev-view.c: 
11911         (ev_view_best_fit), (ev_view_fit_width): because
11912         get_page_size() returns the scaled page size, we
11913         need to calculate the scale factor relative to
11914         the previous scale factor. Should really just
11915         add get_real_page_size().
11916
11917 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
11918
11919         * shell/ev-view.[ch]:
11920         (ev_view_zoom), (ev_view_zoom_in), (ev_view_zoom_out),
11921         (ev_view_normal_size), (ev_view_best_fit), (ev_view_fit_width):
11922         add zooming.
11923         
11924         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
11925         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_normal_size),
11926         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width):
11927         hook it up.
11928         
11929         * pdf/xpdf/pdf-document.cc:
11930         (pdf_document_begin_find),
11931         (pdf_document_end_find): make static.
11932
11933 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
11934
11935         * pdf/xpdf/GlobalParams.h (setupBaseFontsFc): add prototype.
11936
11937         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): maps base font
11938         names to fontconfig patterns.
11939         (setupBaseFontsFc): setupBaseFonts reimplemented using fontconfig.
11940
11941         * pdf/xpdf/pdf-document.cc (pdf_document_load): use
11942         setupBaseFontsFc.
11943
11944 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
11945
11946         * Makefile.am:
11947         * configure.ac:
11948         * ps/Makefile.am:
11949         * ps/ggvutils.c:
11950         * ps/ggvutils.h:
11951         * ps/gsdefaults.c:
11952         * ps/gsdefaults.h:
11953         * ps/gsio.c:
11954         * ps/gsio.h:
11955         * ps/gtkgs.c:
11956         * ps/gtkgs.h:
11957         * ps/ps.c:
11958         * ps/ps.h:
11959
11960         Import ggv backend. Not hooked up yet.
11961
11962 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
11963
11964         * shell/main.c: (load_files), (main): load files
11965         from the command line.
11966
11967 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
11968
11969         * configure.ac: don't require bonobo.
11970         
11971         * cut-n-paste/recent-files/*: kill bonobo recent
11972         view.
11973
11974         * shell/ev-window.c:
11975         (ev_window_is_empty): upd.
11976         (unable_to_load), (ev_window_open): load backend
11977         based on the mime type.
11978
11979 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
11980
11981         * backend/.cvsignore: ignore generated marshalers source.
11982
11983         * shell/main.c (main): this is not epiphany.
11984
11985 2004-12-22  Havoc Pennington  <hp@redhat.com>
11986
11987         * shell/ev-view.c (ev_view_set_document): connect to "found" signal
11988         (expose_bin_window): draw find highlights
11989
11990         * shell/ev-window.c (find_bar_search_changed_cb): implement 
11991         
11992         * pdf/xpdf/pdf-document.cc (pdf_document_begin_find) 
11993         (pdf_document_end_find): implement this interface
11994
11995         * backend/ev-document.c (ev_document_found): add this to emit
11996         signal
11997
11998 Tue Dec 21 23:57:37 2004  Owen Taylor  <otaylor@redhat.com>
11999
12000         * data/evince-ui.xml: Add a few more toolbar items.
12001
12002         * shell/ev-window.c: Hook up page navigation toolbar 
12003         items.
12004
12005         * shell/ev-view.[ch]: add ev_view_set/get_page and 
12006         a page-changed signal.
12007
12008         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc::
12009         Add ev_document_get_page().
12010
12011         * shell/ev-window.c: Sensitize/desensitize navigation
12012         actions.
12013
12014 2004-12-21  Havoc Pennington  <hp@redhat.com>
12015
12016         * backend/ev-backend-marshal.c,
12017         backend/ev-backend-marshalers.list, backend/Makefile.am: add
12018         marshaler-generator thingy. I'm sure there's a better way to do
12019         this in the modern world.
12020
12021         * backend/ev-document.h (struct _EvDocumentIface): add begin_find,
12022         end_find methods and "found" signal.
12023
12024         * configure.ac: find glib-genmarshal
12025
12026 Tue Dec 21 23:20:35 2004  Jonathan Blandford  <jrb@redhat.com>
12027
12028         * shell/ev-sidebar.c: Construct an actual sidebar.
12029         * shell/ev-sidebar-bookmarks.[ch]:
12030         * shell/ev-sidebar-thumbnails.[ch]: Stub out sidebars.
12031
12032 Tue Dec 21 23:05:51 2004  Owen Taylor  <otaylor@redhat.com>
12033
12034         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc:
12035         Redo size handling.
12036         
12037         * shell/ev-view.c: Track the size from the document.
12038
12039 Tue Dec 21 22:17:04 2004  Owen Taylor  <otaylor@redhat.com>
12040
12041         * pdf/xpdf/pdf-document.cc (pdf_document_load): PDFDoc
12042         constructor assumes ownership of the string passed in.
12043         
12044         * shell/ev-window.c (ev_window_open): Destroy the error
12045         dialog once we've displayed it.
12046
12047 Tue Dec 21 21:58:56 2004  Owen Taylor  <otaylor@redhat.com>
12048
12049         * pdf/xpdf/pdf-document.cc shell/ev-view.c: Hook things up 
12050         a bit, it works! (sort of)
12051
12052         * pdf/xpdf/Makefile.am pdf/xpdf/pdf-document.cc:
12053         Move to .cc since we need to use C++ in the implementation.
12054
12055         * shell/dummy.cc: Add a CC file to force evince
12056         to be linked as a C++ program.
12057
12058 Tue Dec 21 21:07:55 2004  Owen Taylor  <otaylor@redhat.com>
12059
12060         * shell/ev-view.[ch]: Start of content-area widget.
12061
12062         * shell/ev-window.c: Create a EvView, update it
12063         as we change documents.
12064
12065         * shell/Makefile.am shell/ev-marshal.list: Add
12066         generated marshalers.
12067
12068 Tue Dec 21 20:28:11 2004  Jonathan Blandford  <jrb@redhat.com>
12069
12070         * Makefile.am (SUBDIRS): move shell.
12071
12072 Tue Dec 21 19:28:55 2004  Owen Taylor  <otaylor@redhat.com>
12073
12074         * pdf/{goo,fofi,splash,xpdf}/Makefile.am: Switch from
12075         .a to libtool convenience libraries.
12076
12077         * shell/ev-window.c (ev_window_open): Hard code loading
12078         a PDF document.
12079         
12080         * backend/ev-document.h: Add a boolean return to load(),
12081         fix GError * to GError **.
12082
12083         * pdf/xpdf/pdf-document.[ch] Makefile.am: Add a stub
12084         object for a PDF backend EvDocument.
12085
12086 Tue Dec 21 18:55:06 2004  Søren Sandmann  <sandmann@redhat.com>
12087
12088         * dvi/*: New directory with the beginning of a .dvi backend.
12089
12090 2004-12-21  Havoc Pennington  <hp@redhat.com>
12091
12092         * shell/eggfindbar.c (egg_find_bar_init): change buttons to
12093         previous/next instead of back/forward
12094
12095 Tue Dec 21 18:26:24 2004  Owen Taylor  <otaylor@redhat.com>
12096
12097         * backend/ev-document.[ch]: Fix a couple of problems so
12098         it compile.
12099
12100 Tue Dec 21 18:20:40 2004  Owen Taylor  <otaylor@redhat.com>
12101
12102         * viewer/* backend/* configure.ac Makefile.am: Move viewer directory 
12103         to backend/ directory, rename EvViewer to EvDocument.
12104
12105 2004-12-21  Havoc Pennington  <hp@redhat.com>
12106
12107         * shell/ev-window.c: hook up the find bar widget; now we just need
12108         a document to find things in
12109
12110         * shell/eggfindbar.c: a find bar widget
12111
12112 Tue Dec 21 17:20:16 2004  Jonathan Blandford  <jrb@redhat.com>
12113
12114         * shell/ev-sidebar.[ch]: initial sidebar boilerplate.
12115
12116 Tue Dec 21 16:30:58 2004  Owen Taylor  <otaylor@redhat.com>
12117
12118         * pdf/**: Import of xpdf code from gpdf. 
12119
12120         * pdf/xpdf/xpdfconfig.h: Move the non-config.h config.h to xpdfconfig.h
12121
12122         * pdf/splash/SplashFTFont.{cc,h} pdf/splash/SplashFTFont.h
12123         pdf/splash/SplashFTFontEngine.h pdf/splash/SplashFTFontFile.h: 
12124         Fix FreeType includes.
12125
12126         * pdf/xpdf/{Error.h GnomeVFSStream.cc ImageOutputDev.cc PDFDoc.cc\
12127         pdffonts.cc pdfimages.cc pdfinfo.cc pdftoppm.cc pdftops.cc
12128         pdftotext.cc PSOutputDev.cc PSOutputDev.h SplashOutputDev.h
12129         Stream.cc TextOutputDev.cc XPDFApp.cc xpdf.cc XPDFViewer.cc
12130         pdf/xpdf/Error.h PSOutputDev.h SplashOutputDev.h}:
12131         Include xpdfconfig.h
12132         
12133 Tue Dec 21 16:08:17 2004  Jonathan Blandford  <jrb@redhat.com>
12134
12135         * shell/ev-window.c (ev_window_dispose): dispose can be called
12136         multiple times.
12137
12138 2004-12-21  Havoc Pennington  <hp@redhat.com>
12139
12140         * shell/ev-window.c (ev_window_init): set title to Document Viewer
12141         rather than Evince
12142
12143         * data/evince-ui.xml, shell/ev-window.c: add a bunch of stub menu
12144         items; really they should be synced with the strings, etc. from
12145         current gpdf, but just getting the boring typing out of the way 
12146
12147 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
12148
12149         * po/POTFILES.in:
12150         * shell/ev-application.c: (window_destroy_cb):
12151         * shell/ev-window.c:
12152         * shell/main.c: (main):
12153
12154         Actually show the window...
12155
12156 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
12157
12158         * Makefile.am:
12159         * shell/Makefile.am:
12160         * shell/ev-application.c: (ev_application_class_init):
12161         * shell/ev-window.c: (ev_window_dispose), (ev_window_class_init):
12162
12163         Make it build again
12164
12165 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
12166
12167         Import to gnome cvs.
12168         
12169         * Remove copies of gpdf and ggv trees.
12170         * Rip out all the recursive configure code.
12171         * Remove bonobo machinery.
12172         * viewer/*: GInterfaces that backends should/can implement.
12173
12174 2004-11-09  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12175
12176         * shell/ev-window.c (ev_window_cmd_help_about): fix "documentors"
12177         typo
12178
12179 2004-10-28  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12180
12181         * shell/ev-application.c (EV_APPLICATION_GET_PRIVATE)
12182         (ev_application_finalize, ev_application_class_init)
12183         (ev_application_init): use GType instance private data for priv.
12184
12185         * shell/ev-window.c (EV_WINDOW_GET_PRIVATE)
12186         (ev_window_finalize, ev_window_class_init)
12187         (ev_window_init): ditto.
12188
12189 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12190
12191         * shell/ev-application.c (ev_application_new_window): make public
12192         (ev_application_show_initial_window): kill.
12193
12194         * shell/ev-application.h: update prototypes.
12195
12196         * shell/main.cc (main): inline ev_application_show_initial_window.
12197
12198 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12199
12200         * shell/ev-application.c (ev_application_new_window): impl.
12201         (ev_application_show_initial_window): use it.
12202         (is_window_empty, ev_application_get_empty_window): returns an
12203         existing empty window or a new one.
12204         (ev_application_open): from ev_window_cmd_file_open.
12205
12206         * shell/ev-application.h: update prototypes
12207
12208         * shell/ev-window.c (ev_window_is_empty): impl.
12209         (ev_window_open): make public.
12210         (ev_window_cmd_file_open): use ev_application_open
12211
12212         * shell/ev-window.h: update prototypes, remove unused.
12213
12214 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12215
12216         * shell/ev-window.c (ev_window_destroy, ev_window_class_init):
12217         move destroy handler out of here...
12218
12219         * shell/ev-application.c, shell/ev-application.h: ...into this new
12220         class. Also handles initial window creation.
12221
12222         * shell/main.cc (main): use EvApplication to create initial
12223         window.
12224
12225 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12226
12227         * Makefile.am (SUBDIRS): add cut-n-paste
12228
12229         * cut-n-paste/Makefile.am: add
12230
12231         * configure.ac: generate Makefiles in cut-n-paste
12232
12233 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12234
12235         * shell/ev-window.c (ev_window_dispose): new, unref the ui_manager
12236         (ev_window_class_init): install ev_window_dispose.
12237
12238 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12239
12240         * shell/ev-window.h, shell/ev-window.c: replace gchar with
12241         char (gchar looks stupid).
12242
12243 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12244
12245         * po/de.po: updated German translation.
12246
12247 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12248
12249         * configure.ac: add more pkg-config library checks for gnome-vfs,
12250         bonobo etc.
12251
12252         * gpdf/configure.in: temporarily disable libpaper
12253         checks. Otherwise I'd have to add the checks for the shell, too.
12254
12255 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12256
12257         * shell/ev-window.c (ev_window_cmd_file_open): add ps+pdf, ps, pdf
12258         and * file filters to the file choose.
12259
12260 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12261
12262         * po/de.po: Updated German translation.
12263
12264 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12265
12266         * shell/ev-window.c: use "S" as mnemonic for Statusbar.
12267
12268 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12269
12270         * data/evince-ui.xml: add View->Toolbar and View->Statusbar.
12271
12272         * shell/ev-window.c (menu_item_select_cb, menu_item_select_cb)
12273         (ev_window_init): implement those menuitems.
12274
12275 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12276
12277         * data/evince-ui.xml: add a toolbar (with FileOpen action)
12278
12279         * shell/ev-window.c (ev_window_init): use the toolbar.
12280
12281 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12282
12283         * shell/ev-window.c (ev_window_init): use menu translations
12284
12285 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12286
12287         * configure.ac: add "de" to ALL_LINGUAS.
12288
12289         * po/de.po: add German translation.
12290
12291 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12292
12293         * Makefile.am (SUBDIRS): add po
12294
12295         * configure.ac: check intltool, glib-gettext etc, generate
12296         po/Makefile.in
12297
12298         * po, po/POTFILES.in, po/POTFILES.skip: new.
12299
12300 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12301
12302         * shell/Makefile.am (INCLUDES): define GNOMELOCALEDIR which we
12303         already use (#ifdef ENABLE_NLS)
12304
12305         * shell/ev-window.c (ev_window_cmd_help_about): fix two star
12306         pointer indirection thinko.
12307
12308         * shell/main.c: include gi18n.h for bindtextdomain etc.
12309
12310 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12311
12312         * shell/ev-window.c (menu_item_select_cb, menu_item_deselect_cb)
12313         (connect_proxy_cb, disconnect_proxy_cb, ev_window_init): show
12314         tooltips for menu items in the statusbar.
12315
12316 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12317
12318         * configure.ac, data/Makefile.am, shell/Makefile.am: use
12319         pkgdatadir drop UIDIR
12320
12321 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12322
12323         * data/evince-ui.xml: Add File->Open menu item
12324
12325         * shell/ev-window.c (ev_window_cmd_file_open): impl. (shows a file
12326         chooser), hook it up in the ui manager.
12327
12328 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12329
12330         * shell/ev-window.c: fix Help->About tooltip.
12331
12332 2004-10-23 Martin Kretzschmar  <m_kretzschmar@gmx.net>
12333
12334         * configure.ac: set CFLAGS for libevprivate.
12335
12336         * lib/ev-stock-icons.h, lib/ev-stock-icons.c: stock icon
12337         definitions, factory etc.
12338
12339         * lib/Makefile.am: build libevprivate.a (only stock icon code).
12340
12341         * shell/Makefile.am: link against libevprivate.a.
12342
12343         * shell/ev-window.c (entries): add stock icon to Help->About.
12344
12345         * shell/main.c (main): init stock icon code.
12346
12347 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12348
12349         * lib/recent-files: egg recent files code
12350
12351         * lib/Makefile.am: add.
12352
12353         * Makefile.am: add lib subdir.
12354
12355         * configure.ac: gen. lib/Makefile and lib/recent-files/Makefile,
12356         set CFLAGS for recent-files.
12357
12358 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12359
12360         * configure.ac: disable -ansi and -pedantic gcc flags. They
12361         disable POSIX stuff in stdio.h, but egg-recent uses them.
12362
12363 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net> 
12364
12365         * configure.ac: add --disable-deprecated flag (defaults to on in
12366         "cvs" builds).
12367
12368         * shell/Makefile.am (INCLUDES): use it.
12369
12370 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12371
12372         * shell/main.c: add missing #include.
12373
12374         * shell/ev-window.c: fix for pedantic gcc.
12375         (ev_window_cmd_help_about): split license into paragraphs for
12376         translators and pedantic compilers.
12377
12378 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12379
12380         * configure.ac: add more warning flags if compiling with gcc from
12381         cvs (or explicitly requested with --enable-more-warnings).
12382
12383 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12384
12385         * data/evince-ui.xml: add File and File->Close menu.
12386
12387         * shell/ev-window.c (ev_window_cmd_file_close_window): impl.
12388         (ev_window_destroy): quit after destroy.
12389         (ev_window_class_init): override GtkObject::destroy.
12390         (entries): install close_window callback.
12391
12392 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12393
12394         * Makefile.am (SUBDIRS): add data subdir.
12395
12396         * configure.ac (UIDIR): gen data/Makefile, define UIDIR.  Require
12397         gtk+ 2.5.0 for GtkAboutDialog.
12398
12399         * data/Makefile.am, data/evince-ui.xml: add, ui definition for the
12400         main window.
12401
12402         * shell/Makefile.am (INCLUDES): propagate UIDIR definition.
12403
12404         * shell/ev-window.c (ev_window_init): create a menubar, using a ui
12405         manager.
12406         (ev_window_cmd_help_about): about command, using GtkAboutDialog.
12407
12408 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12409
12410         * shell/ev-window.c, shell/ev-window.h: Created an EvWindow class.
12411
12412 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12413
12414         * shell/main.c: make it a trivial gtk+ program, adjust configure.ac
12415
12416 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12417
12418         * shell/*: Added shell directory boilerplate, build it.
12419
12420 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12421
12422         * configure.ac, Makefile.am: Added top-level configure.ac and
12423         Makefile.am