]> www.fi.muni.cz Git - evince.git/blob - ChangeLog
Rotate also the window icon when document is rotated. Fixes bug #474681.
[evince.git] / ChangeLog
1 2007-10-10  Martin Schanzenbach  <mschanzenbach@gmail.com>
2
3         * shell/ev-window.c: (ev_window_refresh_window_thumbnail),
4         (ev_window_setup_document), (ev_window_rotation_changed_cb):
5
6         Rotate also the window icon when document is rotated. Fixes bug
7         #474681.
8         
9 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
10
11         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field),
12         (pdf_document_forms_get_form_fields):
13
14         Silently ignore unknown form fields. Fixes bug #482654. Patch by
15         Matthias Drochner.
16         
17 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
18
19         * configure.ac:
20         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
21
22         Use poppler_page_render_for_printing() instead of
23         poppler_page_render() if available when exporting to a ps or pdf
24         file. Fixes bug #476627.
25         
26 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
27
28         * shell/ev-window.c: (ev_window_run_fullscreen):
29
30         Do not show the toolbar in fullscreen mode if the main toolbar is
31         not visible. Fixes bug #483048.
32         
33 2007-09-29  Carlos Garcia Campos  <carlosgc@gnome.org>
34
35         * shell/ev-view.c: (ev_view_button_press_event):
36
37         Give priority to form fields over images when deciding whether a
38         button press event is over an image or form field. It allows edit
39         form fields when they are over a background image. Fixes bug
40         #477841.
41         
42 2007-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
43
44         * NEWS:
45         * configure.ac:
46         
47         Update for release 2.20.0
48
49 2007-09-12  Carlos Garcia Campos  <carlosgc@gnome.org>
50
51         * backend/pdf/ev-poppler.cc:
52
53         Remove #ifdef HAVE_FORMS, so that forms support works again.
54
55 2007-09-05  Götz Waschk  <waschk@mandriva.org>
56
57         * configure.ac:
58         * data/evince.desktop.in.in:
59         
60         Fixes desktop file issues. See bug #473471.
61
62 2007-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
63
64         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
65         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
66         (ev_job_queue_remove_job):
67         * shell/ev-jobs.[ch]: (ev_job_save_init), (ev_job_save_dispose),
68         (ev_job_save_class_init), (ev_job_save_new), (ev_job_save_run):
69         * shell/ev-window.c: (ev_window_clear_save_job),
70         (ev_window_save_job_cb), (file_save_dialog_response_cb),
71         (ev_window_dispose):
72
73         Move save a copy task to its own job so that it's carried out in a
74         thread avoiding another lock in the main thread. Use
75         ev_xfer_uri_simple() instead of gnome_vfs_move() so that document
76         can be saved to a pathin another file system. Fixes bug #456891.
77         
78 2007-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
79
80         * NEWS:
81         * configure.ac:
82         
83         Update for release 2.19.92
84
85 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
86
87         * configure.ac:
88         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
89         (pdf_selection_get_selection_region),
90         (pdf_selection_get_selection_map),
91         (ev_form_field_from_poppler_field):
92
93         Bump requirements to poppler 0.6 and drop all ifdefs used. Double
94         and triple click selections are enabled again now.
95
96 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
97
98         * shell/ev-window.c: (ev_window_add_history):
99
100         Make sure not to use the history with documents not supporting
101         links. Fixes bug #468954.
102
103 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
104
105         * shell/ev-window.c: (ev_window_load_job_cb):
106
107         Restart the search when reloading a document with the find bar
108         visible. Fixes bug #461962.
109
110 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
111
112         * shell/ev-window.c: (setup_document_from_metadata),
113         (ev_window_load_job_cb), (ev_window_cmd_view_reload):
114
115         Do not jump to the first page when reloading a document from the
116         last page.
117
118 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
119
120         * shell/ev-window.c: (update_chrome_flag),
121         (setup_sidebar_from_metadata),
122         (ev_window_cmd_focus_page_selector), (ev_window_cmd_edit_find),
123         (ev_window_cmd_edit_find_next),
124         (ev_window_cmd_edit_find_previous), (ev_window_cmd_escape),
125         (ev_window_view_toolbar_cb), (ev_window_view_sidebar_cb),
126         (find_bar_close_cb), (view_actions_focus_in_cb):
127
128         Do not update visibility when changing a chrome flag so that it's
129         possible to update several flags and update visibility only once
130         for all of them.
131
132 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
133
134         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
135
136         Use GTK_UNIT_POINTS instead of GTK_UNIT_PIXEL, since it's not
137         supported by gtk+. Fixes bug #460907.
138
139 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
140
141         * shell/ev-view.c: (view_update_range_and_current_page):
142
143         Make sure current-page <= end-page in continuous mode. Fixes bug
144         #454950.
145
146 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
147
148         * backend/pdf/ev-poppler.cc: (build_tree):
149
150         Ignore outline items without a title. Fixes bug #453913.
151
152 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
153
154         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
155         (ev_view_button_release_event), (ev_view_leave_notify_event):
156
157         Use always drag mouse cursor during a drag operation. Fixes bug
158         #470564.
159
160 2007-09-02  Carlos Garcia Campos  <carlosgc@gnome.org>
161
162         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
163         (pdf_selection_get_selection_region),
164         (pdf_selection_get_selection_map):
165
166         Temporarily disable double and triple selections since it depends on
167         poppler cvs head. It'll be enabled again as soon as poppler 0.6 is
168         released and the update of the external dependency minimal version
169         approved.
170
171 2007-09-01  Carlos Garcia Campos  <carlosgc@gnome.org>
172
173         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
174         (pdf_document_file_exporter_do_page):
175         * libdocument/ev-file-exporter.h:
176         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
177         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
178
179         Actually fix printing regressions. Remove orientation from
180         EvPrintContext since it's redundant.
181
182 2007-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
183
184         * backend/dvi/dvi-document.c: (dvi_document_document_iface_init):
185         * backend/impress/impress-document.c:
186         (impress_document_document_iface_init):
187         * backend/ps/ps-document.c: (ps_document_document_iface_init):
188         * backend/djvu/djvu-document.c:
189         (djvu_document_document_iface_init),
190         (djvu_selection_get_selected_text), (djvu_selection_iface_init):
191         * backend/tiff/tiff-document.c:
192         (tiff_document_document_iface_init):
193         * backend/pixbuf/pixbuf-document.c:
194         (pixbuf_document_document_iface_init):
195         * backend/comics/comics-document.c:
196         (comics_document_document_iface_init):
197         * backend/pdf/ev-poppler.cc: (pdf_document_document_iface_init),
198         (pdf_selection_render_selection),
199         (pdf_selection_get_selected_text),
200         (pdf_selection_get_selection_region),
201         (pdf_selection_get_selection_map), (pdf_selection_iface_init):
202         * libdocument/ev-selection.[ch]: (ev_selection_get_selected_text),
203         (ev_selection_get_selection_region),
204         (ev_selection_get_selection_map):
205         * libdocument/ev-document.[ch]:
206         * shell/ev-pixbuf-cache.[ch]: (add_job),
207         (ev_pixbuf_cache_get_selection_surface), (update_job_selection):
208         * shell/ev-view-private.h:
209         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_new),
210         (ev_job_render_run):
211         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
212         * shell/ev-view.c: (start_selection_for_event),
213         (ev_view_button_press_event), (ev_view_drag_data_get),
214         (ev_view_drag_data_received), (ev_view_button_release_event),
215         (compute_new_selection_text), (compute_selections),
216         (ev_view_select_all), (get_selected_text), (ev_view_copy),
217         (ev_view_primary_get_cb):
218
219         Add support for double and triple click selections.
220
221 2007-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
222
223         * NEWS:
224         * configure.ac:
225
226         Update for release 2.19.4
227
228 2007-08-28  Justin Blanchard  <justinb04@aim.com>
229
230         * shell/ev-view-private.h:
231         * shell/ev-view.c: (ev_view_expose_event), (ev_view_init),
232         (ev_view_set_highlight_search):
233         * shell/ev-view.h:
234         * shell/ev-window.c: (ev_window_cmd_edit_find_next),
235         (ev_window_cmd_edit_find_previous), (find_bar_search_changed_cb),
236         (find_bar_visibility_changed_cb):
237         
238         Enables 'find next' when bindbar is hidden. Fixes bug #323817.
239
240 2007-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
241
242         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
243         (pdf_document_file_exporter_begin),
244         (pdf_document_file_exporter_do_page):
245         * shell/ev-jobs.c: (ev_job_print_run):
246         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
247
248         Create always a portrait cairo surface and rotate when needed for
249         landscape. It fixes printing problems in real printers.
250
251 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
252
253         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
254         * libdocument/ev-file-exporter.[ch]:
255         (ev_file_exporter_get_capabilities):
256         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
257         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
258
259         Adjust number of pages per row according to page orientation when
260         printing 2 or 6 pages per sheet.
261
262 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
263
264         * shell/ev-window.c: (ev_window_print_send):
265
266         Reset also cups setting to 1 when printing multiple pages per
267         sheet. Fixes bug #468853.
268
269 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
270
271         * libdocument/ev-document-misc.c:
272         (ev_document_misc_surface_rotate_and_scale):
273
274         Use directly cairo_surface_get_content() when creating a similar
275         surface as suggested by Jeff Muizelaar. Thanks again.
276
277 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
278
279         * backend/djvu/djvu-document.c: (djvu_document_render):
280         * backend/tiff/tiff-document.c: (tiff_document_render):
281         * backend/pdf/ev-poppler.cc: (pdf_document_render):
282         * libdocument/ev-document-misc.c:
283         (ev_document_misc_surface_from_pixbuf),
284         (ev_document_misc_surface_rotate_and_scale):
285
286         Use CAIRO_FORMAT_RGB24 instead of CAIRO_FORMAT_ARGB32 when
287         creating page surfaces. Fixes bug #453123. Thank you very much to
288         Jeff Muizelaar <jeff@infidigm.net>.
289
290 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
291
292         * shell/ev-page-cache.c: (ev_page_cache_new),
293         (ev_page_cache_get_thumbnail_size):
294         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page),
295         (ev_sidebar_thumbnails_set_loading_icon):
296
297         Also store in page-cache the dimensions of the thumbnails so that
298         they can be used to create the correct loading icon in the side
299         pane. Fixes bug #466857.
300
301 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
302
303         * backend/pdf/ev-poppler.cc:
304         (pdf_document_thumbnails_get_thumbnail):
305
306         Fix thumbnails rotation in pdf documents that include embedded 
307         thumbnails.
308
309 2007-08-15  Jens Granseuer  <jensgr@gmx.net>
310
311         * backend/pdf/ev-poppler.cc:
312
313         Don't use #ifdef in macro expansion. Some compilers don't
314         like that. Closes bug #467042.
315
316 2007-08-15  Justin Blanchard  <justinb04@aim.com>
317
318         * backend/djvu/djvu-document.c: (djvu_document_finalize):
319         
320         Fixes memory leak in djvu backend.
321
322 2007-08-15  Andreas Nilsson  <nisses.mail@home.se>
323
324         * data/icons/32x32/Makefile.am:
325         * data/icons/32x32/actions/Makefile.am:
326         * data/icons/32x32/actions/view-page-cont.svg:
327         * data/icons/32x32/actions/view-page-facing.svg:
328         * data/icons/48x48/Makefile.am:
329         * data/icons/48x48/actions/Makefile.am:
330         * data/icons/48x48/actions/view-page-cont.svg:
331         * data/icons/48x48/actions/view-page-facing.svg:
332         
333         Icons for a new sizes.
334
335 2007-08-14  Justin Blanchard  <justinb04@aim.com>
336
337         * shell/ev-page-cache.c: (build_height_to_page),
338         (ev_page_cache_get_height_to_page):
339         
340         Fixes invalid read, see bug #466401.
341
342 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
343
344         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
345         (set_drag_cursor):
346         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
347         (configure_item_cursor), (new_pixbuf_from_widget):
348
349         Fix multihead problems in toolbar editor. Fixes bug #382055.
350
351 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
352
353         * shell/ev-window.c: (ev_window_cmd_file_open),
354         (ev_window_cmd_save_as):
355
356         Use g_get_user_special_dir when available instead of
357         xdg_user_dir_lookup.
358
359 2007-08-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
360
361         * MAINTAINERS:
362         
363         Updated according to request on desktop-devel.
364
365 2007-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
366
367         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
368
369         Do not use cairo_rectangle and cairo_clip since we are
370         not using cairo_fill but cairo_paint. Use the same cairo context
371         for every page in the same expose event.
372
373 2007-07-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
374
375         * shell/ev-window.c: (file_open_dialog_response_cb): Plugged memory
376         leak.
377
378 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
379
380         * configure.ac:
381         * NEWS:
382
383         Release 0.9.3
384
385 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
386
387         * libdocument/ev-document-info.h:
388         * libdocument/ev-document.h:
389         * shell/ev-page-action.h:
390         * shell/ev-sidebar-links.h:
391
392         Fix a headers problem with ev-link
393         
394         * libdocument/ev-link.[ch]: (ev_link_mapping_get_area):
395         * shell/ev-view-private.h:
396         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
397         (get_link_area), (ev_view_query_tooltip),
398         (ev_view_leave_notify_event), (ev_view_destroy),
399         (ev_view_class_init):
400
401         Use new gtk tooltips when available instead of ev-tooltip.
402         
403 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
404
405         * shell/ev-window.c: (update_chrome_visibility),
406         (ev_window_sidebar_visibility_changed_cb):
407
408         Do not hide sidebar in fullscreen mode. Fixes bug #396535.
409         
410 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
411
412         * shell/ev-navigation-action.c:
413         (ev_navigation_action_history_changed),
414         (ev_navigation_action_set_history):
415         * shell/ev-navigation-action-widget.c:
416         (ev_navigation_action_widget_init):
417         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
418
419         Fix compile warnings.
420         
421 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
422
423         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
424         (egg_editable_toolbar_dispose):
425
426         Fix memory leak.
427         
428 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
429
430         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
431         (screensaver_disable_x11):
432         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout):
433         * shell/ev-window.c: (presentation_set_timeout):
434         * shell/ev-view.c: (ev_view_presentation_transition_start):
435
436         Use g_timeout_add_seconds instead of g_timeout_add when
437         available.
438         
439 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
440
441         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_init):
442
443         Set horizontal scrollbar policy to AUTOMATIC instead of
444         NEVER. Workaround for bug #449462.
445         
446 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
447
448         * shell/ev-jobs.c: (ev_job_render_page_ready):
449
450         Add page_ready callback to main loop with high priority and hold
451         a reference to job during idle.
452         
453 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
454
455         * configure.ac:
456         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
457         (pdf_document_file_exporter_begin),
458         (pdf_document_file_exporter_do_page),
459         (pdf_document_file_exporter_get_capabilities):
460         * libdocument/ev-file-exporter.h:
461         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
462         * shell/ev-window.c: (ev_window_print_send),
463         (ev_window_print_dialog_response_cb):
464
465         Allow printing multiple pages per sheet. Fixes bug #395573.
466         
467 2007-07-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
468
469         * shell/ev-view.c: (tip_from_link):
470         
471         Check for NULL, fixes bug #460862.
472
473 2007-07-29  Christian Persch  <chpe@gnome.org>
474
475         * shell/ev-window.c: (ev_window_enumerate_printer_cb),
476         (ev_window_preview_print_finished), (ev_window_do_preview_print),
477         (ev_window_cmd_preview_print):
478         
479         Fixes bug #437681 - blocks while enumerating printers.
480
481 2007-07-29  Christian Persch  <chpe@gnome.org>
482
483         * shell/ev-window.c: (ev_window_screen_changed):
484         
485         Don't use deprecated gtk+ function. See bug #460909.
486
487 2007-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
488
489         * shell/ev-utils.c: (get_num_monitors):
490         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
491
492         Do not use display before initializing it. Remove compile
493         warnings.
494
495 2007-07-27  Cosimo Cecchi   <anarki@lilik.it>
496
497         * shell/ev-view.c: (ev_view_class_init):
498         
499         Unix-like hjkl bindings added. See bug #458111.
500
501 2007-07-27  Johannes Buchner  <buchner.johannes@gmx.at>
502
503         * shell/ev-utils.c: (get_num_monitors), (get_screen_dpi):
504         * shell/ev-utils.h:
505         * shell/ev-view.c: (ev_view_set_zoom_for_size),
506         (ev_view_update_view_size):
507         * shell/ev-view.h:
508         * shell/ev-window.c: (ev_window_update_actions),
509         (setup_view_from_metadata), (ev_window_screen_changed),
510         (ev_window_sizing_mode_changed_cb), (ev_window_zoom_changed_cb),
511         (zoom_control_changed_cb):
512         * shell/ev-window.h:
513         
514         Reorganizes utility functions.
515
516 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
517
518         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
519         (copy_job_page_and_selection_to_job_info), (copy_job_to_job_info),
520         (add_job), (ev_pixbuf_cache_get_surface),
521         (ev_pixbuf_cache_get_link_mapping),
522         (ev_pixbuf_cache_get_image_mapping),
523         (ev_pixbuf_cache_get_form_field_mapping),
524         (ev_pixbuf_cache_get_text_mapping):
525         * shell/ev-jobs.[ch]: (ev_job_render_class_init),
526         (notify_page_ready), (ev_job_render_page_ready),
527         (ev_job_render_run):
528
529         Add page_ready signal to notify that page is ready as soon as
530         possible even if other page elements like links, forms, images or
531         text mapping are not ready yet.
532
533 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
534
535         * backend/dvi/dvi-document.c: (dvi_document_file_exporter_begin),
536         (dvi_document_file_exporter_do_page),
537         (dvi_document_file_exporter_get_capabilities),
538         (dvi_document_file_exporter_iface_init):
539         * backend/ps/ps-document.c: (ps_document_file_exporter_begin),
540         (ps_document_file_exporter_do_page),
541         (ps_document_file_exporter_get_capabilities),
542         (ps_document_file_exporter_iface_init):
543         * backend/djvu/djvu-document.c:
544         (djvu_document_file_exporter_begin),
545         (djvu_document_file_exporter_end),
546         (djvu_document_file_exporter_get_capabilities),
547         (djvu_document_file_exporter_iface_init):
548         * backend/tiff/tiff-document.c:
549         (tiff_document_file_exporter_begin),
550         (tiff_document_file_exporter_get_capabilities),
551         (tiff_document_document_file_exporter_iface_init):
552         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
553         (pdf_document_file_exporter_do_page),
554         (pdf_document_file_exporter_get_capabilities),
555         (pdf_document_file_exporter_iface_init):
556         * libdocument/ev-file-exporter.[ch]: (ev_file_exporter_begin),
557         (ev_file_exporter_get_capabilities):
558         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
559         (idle_print_handler), (ev_print_job_print):
560         * shell/ev-jobs.c: (ev_job_print_run):
561         * shell/ev-window.c: (ev_window_print_send),
562         (ev_window_print_range):
563
564         Use capabilities to know which options should be offered by the
565         print dialog depending on the document backend.
566
567 2007-07-25  Carlos Garcia Campos  <carlosgc@gnome.org>
568
569         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
570
571         Give priority to forms over text to set the cursor.
572
573 2007-07-24  Carlos Garcia Campos  <carlosgc@gnome.org>
574
575         * shell/ev-view-private.h:
576         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
577         (ev_view_leave_notify_event), (ev_view_finalize),
578         (ev_view_get_property), (ev_view_class_init):
579
580         Use IBEAM cursor for text form fields and NORMAL cursor for read
581         only fields. Remove unused status attribute.
582
583 2007-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
584
585         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
586
587         Update region for current selected items also for checkbox
588         buttons, since they can behave as radio buttons when they are in a
589         set.
590
591 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
592
593         * configure.ac:
594         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
595
596         Get max length of text form fields.
597
598 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
599
600         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
601         * libdocument/ev-form-field.h:
602         * shell/ev-view.c: (ev_view_form_field_text_create_widget):
603
604         Fix build with current poppler cvs head.
605
606 2007-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
607
608         * cut-n-paste/zoom-control/ephy-zoom-control.c:
609         * shell/eggfindbar.c: (egg_find_bar_init):
610
611         Fix build with gtk+ >= 2.11.5 due to gtktooltips
612         deprecation. Fixes bug #455667
613
614 2007-07-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
615
616         * NEWS:
617         * configure.ac:
618         
619         Update for release 0.9.2
620
621 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
622
623         * shell/ev-view.c: (ev_view_form_field_text_save),
624         (ev_view_form_field_choice_save):
625
626         Fix a crash when closing whith a form widget visible.
627
628 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
629
630         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
631
632         Update also the region of the current selected button when
633         clicking on another button if they are radio buttons.
634
635 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
636
637         * shell/ev-pixbuf-cache.[ch]: (ev_pixbuf_cache_class_init),
638         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
639         (add_job), (add_job_if_needed), (ev_pixbuf_cache_get_surface),
640         (ev_pixbuf_cache_get_link_mapping),
641         (ev_pixbuf_cache_get_image_mapping),
642         (ev_pixbuf_cache_get_form_field_mapping),
643         (ev_pixbuf_cache_get_text_mapping), (ev_pixbuf_cache_reload_page):
644         * shell/ev-view.c: (ev_view_form_field_get_region),
645         (ev_view_form_field_button_create_widget),
646         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
647         (job_finished_cb):
648
649         Redraw only form field region instead of the whole page when
650         reloading a page to show changes on the form field.
651
652 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
653
654         * shell/ev-view.c: (ev_view_form_field_choice_save):
655
656         Fix selection of first item in list form fields.
657
658 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
659
660         * shell/ev-pixbuf-cache.c: (add_job), (add_job_if_needed),
661         (ev_pixbuf_cache_reload_page),
662         (ev_pixbuf_cache_get_form_field_mapping):
663
664         Some refactoring to avoid duplicated code.
665
666 2007-07-08  Carlos Garcia Campos  <carlosgc@gnome.org>
667
668         * configure.ac:
669         * backend/pdf/ev-poppler.cc: (pdf_document_get_crop_box),
670         (ev_form_field_from_poppler_field),
671         (pdf_document_forms_get_form_fields),
672         (pdf_document_forms_form_field_text_get_text),
673         (pdf_document_forms_form_field_text_set_text),
674         (pdf_document_forms_form_field_button_set_state),
675         (pdf_document_forms_form_field_button_get_state),
676         (pdf_document_forms_form_field_choice_get_item),
677         (pdf_document_forms_form_field_choice_get_n_items),
678         (pdf_document_forms_form_field_choice_is_item_selected),
679         (pdf_document_forms_form_field_choice_select_item),
680         (pdf_document_forms_form_field_choice_toggle_item),
681         (pdf_document_forms_form_field_choice_unselect_all),
682         (pdf_document_forms_form_field_choice_set_text),
683         (pdf_document_forms_form_field_choice_get_text),
684         (pdf_document_document_forms_iface_init):
685         * libdocument/Makefile.am:
686         * libdocument/ev-form-field.[ch]:
687         * libdocument/ev-document-forms.[ch]:
688         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
689         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
690         (add_job), (ev_pixbuf_cache_reload_page),
691         (ev_pixbuf_cache_get_form_field_mapping):
692         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run):
693         * shell/ev-view-private.h:
694         * shell/ev-view.[ch]: (ev_view_set_scroll_adjustments),
695         (ev_view_handle_cursor_over_xy),
696         (ev_view_get_form_field_at_location),
697         (ev_view_forms_remove_widgets), (ev_view_form_field_destroy),
698         (ev_view_form_field_button_create_widget),
699         (ev_view_form_field_text_save), (ev_view_form_field_text_changed),
700         (ev_view_form_field_text_create_widget),
701         (ev_view_form_field_choice_save),
702         (ev_view_form_field_choice_changed),
703         (ev_view_form_field_choice_create_widget),
704         (ev_view_handle_form_field), (ev_view_size_allocate),
705         (ev_view_realize), (draw_end_presentation_page),
706         (ev_view_button_press_event), (ev_view_remove_all),
707         (ev_view_motion_notify_event), (ev_view_key_press_event),
708         (ev_view_enter_notify_event), (highlight_find_results),
709         (draw_loading_text), (draw_one_page), (ev_view_destroy),
710         (ev_view_class_init), (page_changed_cb),
711         (on_adjustment_value_changed), (ev_view_set_presentation),
712         (merge_selection_region), (ev_view_set_cursor),
713         (ev_view_reset_presentation_state):
714         
715         Merge evince-forms branch.
716
717 2007-07-03  Jaap Haitsma  <jaap@haitsma.org>
718
719         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: removed
720
721         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg.sh: added
722         This script also updates itself from libegg
723
724         * cut-n-paste/toolbar-editor/egg*:
725         Run update-toolbareditor-from-libegg.sh so we are in sync again with
726         libegg
727
728 2007-07-02  Jaap Haitsma  <jaap@haitsma.org>
729
730         * shell/ev-window.c:
731         
732         Adds a nice icon to page action during toolbar editing.
733         See bug #452872.
734
735 2007-07-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
736
737         * data/evince-toolbar.xml:
738         * shell/ev-window.c:
739         
740         Let user add a presentation and fullscreen icons on toolbar.
741         See bug #449734.
742
743 2007-07-01  Jaap Haitsma  <jaap@haitsma.org>
744
745         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: 
746
747         new script to keep in sync with toolbareditor in libegg
748
749         * cut-n-paste/toolbar-editor/*: 
750
751         Run update-toolbareditor-from-libegg so we are in sync again. 
752         Fixes bug #452850.
753         
754
755 2007-07-01  Carlos Garcia Campos  <carlosgc@gnome.org>
756
757         * shell/ev-sidebar-links.c: (job_finished_callback):
758
759         Do not connect selection changed signal more than once. Fixes bug
760         #349433.
761
762 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
763
764         * shell/ev-window.c: (ev_window_view_sidebar_cb):
765
766         Do not change sidebar chrome flag when pressing F9 key in
767         presentation mode.
768
769 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
770
771         * backend/pdf/ev-poppler.cc:
772         (pdf_document_thumbnails_get_dimensions):
773
774         Make sure thumbnails width and height is not <= 0. Fixes a crash
775         with some pdf documents which have really small pages.
776
777 2007-06-22  Gabor Kelemen  <kelemeng@gnome.hu>
778
779         * shell/main.c: (main):
780
781         Fixes program description translation issue.
782         Bug #450148.
783
784 2007-06-21  Cesar Fernandez  <cesar@pk2.org>
785
786         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
787
788         Do not change current page when returning from black/white mode
789         in presentation. Fixes bug #415032.
790
791 2007-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
792
793         * NEWS:
794         * configure.ac:
795         
796         Update for release 0.9.1
797
798 2007-06-17  Alaska Subedi  <asubedi@gmail.com>
799
800         * backend/dvi/dvi-document.c:
801         (dvi_document_finalize),
802         (dvi_document_file_exporter_format_supported),
803         (dvi_document_file_exporter_begin),
804         (dvi_document_file_exporter_do_page),
805         (dvi_document_file_exporter_end),
806         (dvi_document_file_exporter_iface_init), (dvi_document_init):
807         
808         PDF exporter for dvi documents. Fixes bug #441319.
809
810 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
811
812         * shell/ev-window.c: (ev_window_clear_print_job):
813
814         Clear gtk print job when job has finished. Fixes bug #447612.
815
816 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
817
818         * shell/ev-window.c: (ev_window_print_send),
819         (ev_window_print_dialog_response_cb), (ev_window_print_range):
820
821         Add preview button to print dialog. Fixes bug #445419.
822
823 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
824
825         * backend/dvi/Makefile.am:
826         * backend/dvi/pixbuf-device.[ch]: Removed
827         * backend/dvi/cairo-device.[ch]: Added
828         * backend/dvi/mdvi-lib/dviread.c: (draw_shrink_rule):
829         * backend/dvi/dvi-document.c: (dvi_document_load),
830         (dvi_document_render), (dvi_document_finalize),
831         (dvi_document_thumbnails_get_thumbnail), (parse_color),
832         (dvi_document_do_color_special):
833         * libdocument/ev-document-misc.[ch]:
834         (ev_document_misc_pixbuf_from_surface):
835
836         Port dvi backend to cairo and fix a problem with colors. 
837
838 2007-06-14  Carlos Garcia Campos  <carlosgc@gnome.org>
839
840         * shell/ev-view.c: (draw_one_page):
841
842         Draw only visible region.
843
844 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
845
846         * backend/djvu/djvu-document.c: (djvu_document_render):
847
848         Fix rotation in djvu backend.
849
850 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
851
852         * shell/ev-pixbuf-cache.c: (job_finished_cb),
853         (ev_pixbuf_cache_get_surface), (ev_pixbuf_cache_get_link_mapping),
854         (ev_pixbuf_cache_get_image_mapping),
855         (ev_pixbuf_cache_get_text_mapping):
856
857         Redraw view every time we have a new surface. Fixes bug #443587.
858
859 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
860
861         * libdocument/ev-document.c: (ev_document_info_free):
862
863         Fix memory leaks.
864
865 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
866
867         * backend/dvi/dvi-document.c: (dvi_document_render),
868         (dvi_document_render_pixbuf), (dvi_document_document_iface_init):
869         * backend/impress/impress-document.c:
870         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
871         (impress_document_render), (impress_document_document_iface_init),
872         (impress_document_thumbnails_get_thumbnail):
873         * backend/djvu/djvu-document-private.h:
874         * backend/djvu/djvu-document.c: (djvu_document_render),
875         (djvu_document_finalize), (djvu_document_document_iface_init),
876         (djvu_document_thumbnails_get_thumbnail), (djvu_document_init):
877         * backend/tiff/tiff-document.c: (tiff_document_render),
878         (tiff_document_render_pixbuf),
879         (tiff_document_document_iface_init):
880         * backend/pdf/ev-poppler.cc: (pdf_document_render),
881         (pdf_document_render_pixbuf), (pdf_document_document_iface_init),
882         (pdf_selection_render_selection):
883         * backend/comics/comics-document.c:
884         (comics_document_render_pixbuf), (comics_document_render),
885         (comics_document_document_iface_init):
886         * backend/pixbuf/pixbuf-document.c: (pixbuf_document_render),
887         (pixbuf_document_document_iface_init):
888         * libdocument/ev-document-misc.[ch]:
889         (ev_document_misc_surface_from_pixbuf),
890         (ev_document_misc_surface_rotate_and_scale):
891         * libdocument/ev-document.[ch]: (ev_document_render):
892         * libdocument/ev-selection.[ch]: (ev_selection_render_selection):
893         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
894         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
895         (ev_pixbuf_cache_get_surface), (new_selection_surface_needed),
896         (clear_selection_if_needed), (ev_pixbuf_cache_style_changed),
897         (ev_pixbuf_cache_get_selection_surface), (clear_job_selection):
898         * shell/ev-jobs.[ch]: (ev_job_render_dispose),
899         (render_finished_cb), (ev_job_render_run):
900         * shell/ev-view.c: (draw_loading_text), (draw_one_page),
901         (merge_selection_region):
902
903         Use cairo image surfaces instead of GDK pixbufs for drawing pages
904         and selections.
905
906 2007-06-12  Carlos Garcia Campos  <carlosgc@gnome.org>
907
908         * shell/ev-window-title.c: (ev_window_title_update):
909
910         Fix memory leak.
911
912 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
913
914         * shell/ev-view.c: (draw_loading_text):
915
916         Show loading text centered. Fixes bug #433061
917
918 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
919
920         * shell/ev-sidebar-thumbnails.c:
921         (ev_sidebar_thumbnails_set_loading_icon):
922
923         Remove a mutex in the main thread that blocks the UI in heavy
924         documents.
925
926 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
927
928         * shell/ev-pixbuf-cache.c (copy_job_to_job_info):
929
930         Set points_set to TRUE so that selections don't disappear after a
931         zoom change.
932
933 2007-06-07  Michael Monreal  <infernux@web.de>
934
935         * data/icons/16x16/actions/Makefile.am:
936         * data/icons/16x16/actions/zoom.svg:
937         * data/icons/22x22/actions/Makefile.am:
938         * data/icons/22x22/actions/zoom.svg:
939         * data/icons/24x24/actions/Makefile.am:
940         * shell/ev-stock-icons.c:
941         * shell/ev-stock-icons.h:
942         * shell/ev-window.c:
943         
944         Zoom icon artwork. See bug #444795.
945
946 2007-06-05  Bastien Nocera  <hadess@hadess.net>
947
948         * shell/ev-metadata-manager.c: Remove extraneous function
949         (Closes: #444386)
950
951 2007-06-05  Bastien Nocera  <hadess@hadess.net>
952
953         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
954         (ev_metadata_manager_shutdown), (ev_metadata_manager_set_last),
955         (ev_metadata_manager_set), (ev_metadata_manager_save):
956         Simplify the timeout, no need for modified anymore
957
958 2007-06-05  Bastien Nocera  <hadess@hadess.net>
959
960         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout),
961         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
962         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
963         (ev_metadata_manager_save): Adapted patch from Arjan van de
964         Ven (arjan@linux.intel.com) to avoid the timeout running all the
965         time, saves on power (Closes: #443851)
966
967 2007-06-02  Carlos Garcia Campos  <carlosgc@gnome.org>
968
969         * configure.ac:
970         * backend/pdf/ev-poppler.cc: (pdf_document_images_get_images),
971         (pdf_selection_render_selection), (pdf_document_get_page_duration):
972
973         Bump requirements to poppler 0.5.9 and drop all ifdefs used.
974
975 2007-05-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
976
977         * shell/ev-window.c: (ev_window_add_history):
978
979         Check if history is NULL
980
981 2007-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
982
983         * libdocument/ev-image.c: (ev_image_finalize):
984         * libdocument/ev-document-factory.c: (free_uncompressed_uri):
985         * libdocument/ev-attachment.c: (ev_attachment_finalize):
986         * libdocument/ev-file-helpers.[ch]: (ev_tmp_filename_unlink),
987         (ev_tmp_uri_unlink):
988
989         Add functions to delete temporary files created by evince in a safe
990         way.
991
992         * shell/ev-window.c: (ev_window_clear_local_uri),
993         (open_xfer_update_progress_callback),
994         (save_xfer_update_progress_callback), (ev_window_save_remote),
995         (file_save_dialog_response_cb), (ev_window_cmd_save_as),
996         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
997         (attachment_save_dialog_response_cb),
998         (ev_attachment_popup_cmd_save_attachment_as):
999
1000         Allow saving a copy of a document, image or attachment to a remote
1001         location. Fixes bug #440754. 
1002
1003 2007-05-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1004
1005         * configure.ac:
1006         * backend/pdf/ev-poppler.cc: (pdf_selection_render_selection):
1007
1008         Fix build with current poppler from cvs head. 
1009
1010 2007-05-21  Eduardo Lima <eduardo.lima@indt.org.br>
1011
1012         * libdocument/ev-file-helpers.c: (ensure_dir_exists):
1013
1014         Using g_mkdir_with_parents() instead of g_mkdir() to really ensure the
1015         directory exists.
1016
1017 2007-05-20  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1018
1019         * shell/ev-sidebar.c: (ev_sidebar_add_page):
1020         * shell/ev-window.c:
1021
1022         Change sidebar ordering. Fixes bug #439939.
1023
1024 2007-05-20  Marc Brockschmidt he+bugzilla.g@marcbrockschmidt.de
1025
1026         * backend/comics/Makefile.am:
1027         
1028         Fixes build with --without-libgnome.
1029
1030 2007-05-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1031         
1032         * shell/ev-view.c: (page_changed_cb), (on_adjustment_value_changed):
1033
1034         Update cursor and tooltip on page change and view scroll. Fixes bug
1035         #439217.
1036
1037 2007-05-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1038
1039         * NEWS:
1040         * configure.ac:
1041         
1042         Update for release 0.9.0
1043
1044 2007-05-14  Alaska Subedi <asubedi@gmail.com>
1045
1046         * backend/djvu/djvu-document-private.h:
1047         * backend/djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
1048         (djvu_document_finalize),
1049         (djvu_document_file_exporter_format_supported),
1050         (djvu_document_file_exporter_begin),
1051         (djvu_document_file_exporter_do_page),
1052         (djvu_document_file_exporter_end),
1053         (djvu_document_file_exporter_iface_init), (djvu_document_init):
1054         
1055         Implemented printing with djvu. Bug #437998.
1056
1057 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1058
1059         * backend/impress/zip.c:
1060         Add missing ulong definition.
1061
1062         * backend/ps/ps-interpreter.c:
1063         Add missing headers.
1064
1065         Fix compilation on FreeBSD. Patch by Roy Marples. Fixes bug #438277.
1066
1067 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1068
1069         * backend/pdf/ev-poppler.cc: (pdf_document_dispose):
1070
1071         Add missing call to parent class dispose method. 
1072
1073 2007-05-12  Ross Burton  <ross@openedhand.com>
1074
1075         * shell/main.c:
1076         Sync keybindings manually when building without libgnome
1077         (#437925).
1078
1079 2007-05-12  Ross Burton  <ross@openedhand.com>
1080
1081         * shell/ev-window.c:
1082         Respect the screen when opening help (#437866).
1083
1084 2007-05-11  Carlos Garcia Campos  <carlosgc@gnome.org>
1085
1086         * data/evince-ui.xml:
1087         * shell/ev-application.[ch]: (get_print_settings_from_args),
1088         (ev_application_open_uri_at_dest), (ev_application_open_uri),
1089         (ev_application_open_uri_list):
1090         * shell/ev-window.[ch]: (ev_window_clear_print_settings_file),
1091         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
1092         (ev_window_cmd_recent_file_activate), (ev_window_run_preview),
1093         (ev_window_cmd_view_reload), (lookup_printer_from_name),
1094         (ev_window_preview_print_finished), (ev_window_cmd_preview_print),
1095         (ev_window_dispose):
1096         * shell/main.c: (arguments_parse):
1097
1098         Add print button in preview mode. Fixes bug #396475. 
1099
1100 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1101
1102         * cut-n-paste/zoom-control/ephy-zoom.h:
1103         
1104         Fixes zoom level factors. See bug #408119 for details.
1105
1106 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1107
1108         * backend/comics/comics-document.c: (comics_regex_quote),
1109         (extract_argv):
1110         
1111         Correctly quote symbols. Fixes crash in the bug
1112         #415370.
1113
1114 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1115
1116         * shell/ev-navigation-action-widget.c:
1117         (ev_navigation_action_widget_init),
1118         (ev_navigation_action_widget_class_init),
1119         (ev_navigation_action_widget_button_press_event):
1120         
1121         Connect to button-press event on correct widget. Fixes
1122         bug #431988
1123
1124 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1125
1126         * shell/ev-application.c: (ev_application_open_window),
1127         (ev_application_add_icon_path_for_screen),
1128         (ev_application_open_uri_at_dest):
1129         * shell/ev-navigation-action-widget.c: (popup_menu_under_arrow):
1130         * shell/ev-navigation-action.c: (build_menu):
1131         
1132         Add app-specific icons to our icon theme. Fixes bug
1133         #425508.
1134
1135 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1136
1137         * shell/ev-history.c: (ev_history_class_init),
1138         (ev_history_add_link):
1139         * shell/ev-history.h:
1140         * shell/ev-navigation-action.c:
1141         (ev_navigation_action_history_changed),
1142         (ev_navigation_action_set_history), (build_menu),
1143         (ev_navigation_action_finalize):
1144         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
1145         
1146         Make navigation action unsensitive instead of showing
1147         menu with unsensitive word. Fixes bug #417392.
1148
1149 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1150
1151         * shell/ev-application.[ch]: (ev_application_shutdown),
1152         (ev_application_get_print_settings),
1153         (ev_application_set_print_settings):
1154         * shell/ev-window.c:
1155
1156         Remember print settings. Fixes bug #349102. 
1157
1158 2007-05-08  Christian Persch  <chpe@gnome.org>
1159
1160         * configure.ac:
1161         * properties/ev-properties-view.c:
1162
1163         No need for a configure check; just use the GTK_CHECK_VERSION macro.
1164         Bug #382438.
1165
1166 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1167
1168         * configure.ac:
1169         * properties/ev-properties-view.c: (ev_regular_paper_size):
1170
1171         Use gtk+ builtin paper list to identify the document's paper size.
1172         Fixes bug #382438. 
1173
1174 2007-05-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1175
1176         * configure.ac:
1177
1178         Fix build when compiling with thumbnailer and libgnome support. 
1179
1180 2007-05-04  Ross Burton  <ross@openedhand.com>
1181
1182         * configure.ac:
1183         Add --without-libgnome, check for libgnome and libgnomeui
1184         separately, and add them to the symbols as required.
1185
1186         * libdocument/ev-file-helpers.c:
1187         When building without libgnome, use g_get_user_config_dir instead
1188         of gnome_user_dir_get.
1189
1190         * shell/ev-application.c:
1191         When building without libgnome, don't use session management.
1192
1193         * shell/main.c:
1194         When building without libgnome, don't use GnomeProgram or
1195         initialise the authentication manager.
1196
1197         This fixes #328842.
1198
1199 2007-05-04  Ross Burton  <ross@openedhand.com>
1200
1201         * shell/ev-window.c:
1202         Don't use libgnome to open help, instead call Yelp directly.
1203
1204 2007-05-04  Ross Burton  <ross@openedhand.com>
1205
1206         * shell/ev-sidebar-attachments.c:
1207         Don't use libgnome to lookup icons for MIME types, instead copy
1208         code from GTK+ to do it manually.
1209
1210 2007-05-04  Ross Burton  <ross@openedhand.com>
1211
1212         * configure.ac:
1213         Add libxml to the dependencies for SHELL_CORE (#435818).
1214
1215 2007-05-02  Ross Burton  <ross@openedhand.com>
1216
1217         * configure.ac:
1218         * Makefile.am:
1219         Add --disable-thumbnailer (#434825)
1220
1221 2007-05-02  Ross Burton  <ross@openedhand.com>
1222
1223         * shell/ev-window.c:
1224         Add missing includes, fix indentation.
1225
1226         * shell/main.c:
1227         Fix indentation.
1228
1229 2007-04-30  Eduardo Lima <eduardo.lima@indt.org.br>
1230
1231         * shell/ev-window.c (ev_window_cmd_recent_file_activate): Use
1232         ev_application_open_uri_at_dest instead of ev_application_open_uri
1233         preventing new document always being opened in a new window even if there
1234         is an empty window.
1235
1236 2007-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1237
1238         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
1239         (egg_recent_view_uimanager_finalize):
1240         * properties/ev-properties-view.c: (ev_properties_view_dispose):
1241         * shell/ev-page-action-widget.c: (ev_page_action_widget_finalize):
1242         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_finalize),
1243         (ev_pixbuf_cache_dispose):
1244         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose):
1245         * shell/ev-tooltip.c: (ev_tooltip_dispose):
1246         
1247         Add missing chain to parent class methods. Fixes
1248         bug #433128.
1249
1250 2007-04-22  Brian Pepple  <bpepple@fedoraproject.org>
1251
1252         * data/Makefile.am (update-icon-cache): Updates
1253         gtk-update-icon-cache in uninstall-hook.
1254
1255 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1256
1257         * shell/ev-window.c: (ev_window_setup_document),
1258         (ev_window_set_document), (ev_window_load_job_cb):
1259         * shell/ev-view.c: (setup_caches):
1260         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_set_document):
1261
1262         Start rendering pages before any other jobs. 
1263
1264 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1265
1266         * shell/ev-window.c: (ev_window_stop_fullscreen),
1267         (ev_window_stop_presentation):
1268
1269         Update chrome visibility before window unfullscreen. 
1270
1271 2007-04-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1272
1273         * data/Makefile.am:
1274         * data/evince-ui.xml:
1275         * shell/ev-stock-icons.[ch]:
1276         * shell/ev-application.[ch]: (ev_application_shutdown),
1277         (ev_application_init), (ev_application_get_toolbars_model):
1278         * shell/ev-window.c: (update_chrome_visibility),
1279         (fullscreen_toolbar_setup_item_properties),
1280         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
1281         (ev_window_run_presentation), (ev_window_stop_presentation),
1282         (ev_window_run_preview), (ev_window_screen_changed),
1283         (ev_window_cmd_leave_fullscreen), (ev_window_cmd_start_presentation),
1284         (ev_window_dispose), (ev_window_init):
1285
1286         Make fullscreen toolbar always visible. Do not use egg toolbars for
1287         fullscreen and preview modes since such toolbars are not editables.
1288         Fixes bugs #300278, #338910 and #316188.  
1289
1290 2007-04-20  Iñigo Martínez  <inigomartinez@gmail.com>
1291
1292         * shell/ev-application.c:
1293         * shell/ev-job-queue.c:
1294         * shell/ev-metadata-manager.c:
1295         * shell/ev-stock-icons.c:
1296         * shell/ev-window.c:
1297         * shell/main.c:
1298         
1299         Developers documentation updated.
1300
1301 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1302
1303         * shell/ev-window.c: (uri_is_valid), (launch_external_uri):
1304
1305         Check whether uri is valid before launching it. Fixes bug #427664.
1306
1307 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1308
1309         * shell/ev-window.c:
1310
1311         Change key accelerator for Open a Copy menu entry which is in conflict
1312         with Close. Fixes bug #427321.
1313
1314 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1315
1316         * NEWS:
1317         * configure.ac:
1318         
1319         Update for release 0.8.1
1320
1321 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1322
1323         * shell/ev-window.c: (setup_size_from_metadata):
1324         
1325         Do not make window bigger than screen. Fixes bug 
1326         #388985.
1327
1328 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1329
1330         * backend/tiff/tiff-document.c: (tiff_document_get_resolution),
1331         (tiff_document_get_page_size), (tiff_document_render_pixbuf):
1332
1333         Use default resolution when it's not provided by document. Fixes bug
1334         #408762.
1335
1336 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1337
1338         * configure.ac:
1339         * thumbnailer/Makefile.am:
1340         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
1341         * thumbnailer/evince-thumbnailer.schemas.in:
1342         * thumbnailer/evince-thumbnailer-ps.schemas.in:
1343
1344         Add support for ps, eps and compressed documents thumbnails. Do not
1345         ignore size parameter. 
1346
1347 2007-04-07  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
1348
1349         * backend/dvi/dvi-document.c: (dvi_document_class_init), (hsb2rgb),
1350         (dvi_document_do_color_special):
1351         * backend/dvi/mdvi-lib/special.c: (register_builtin_specials):
1352
1353         Implement font color specials in the DVI backend. Fixes bug #303651.
1354
1355 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
1356
1357         Fixup the previous commit:
1358
1359         * shell/Makefile.am (SOURCES): Add xdg-user-dir-lookup.c
1360         * shell/xdg-user-dir-lookup.c: Make the function non-static
1361         * shell/ev-window.c: Don't include xdg-user-dir-lookup.c
1362
1363 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
1364
1365         * shell/ev-window.c (file_open_dialog_response_cb): Use
1366         the xdg-user-dirs DOCUMENTS folder as default folder when
1367         opening a file chooser.  (#424858)
1368
1369         * shell/xdg-user-dir-lookup.c: Copy-and-pasted file from
1370         xdg-user-dirs.
1371
1372 2007-03-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1373
1374         * shell/ev-window.c: (ev_window_load_job_cb):
1375
1376         Do not setup view from metadata on preview mode. 
1377
1378 2007-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1379
1380         * shell/main.c:
1381
1382         Use unlink-tempfile instead of unlink-temp-file. Fixes bug #421274. 
1383
1384 2007-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1385
1386         * shell/ev-view.c: (ev_view_primary_get_cb):
1387
1388         Check pointer != NULL before using it. Fixes bug #416841. 
1389
1390 2007-03-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1391
1392         * NEWS:
1393         * configure.ac:
1394         
1395         Release 0.8.0
1396
1397 2007-03-10  Carlos Garcia Campos  <carlosgc@gnome.org>
1398
1399         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
1400
1401         Do not render thumbnails when sidebar thumbnail page is not visible
1402         at startup. Fixes bug #416447. 
1403
1404 2007-03-07  Christian Kirbach  <Christian.Kirbach@googlemail.com>
1405
1406         * data/evince.desktop.in.in:
1407
1408         "Application" is not a valid category in the freedesktop specification.
1409
1410 2007-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1411
1412         * libdocument/ev-file-helpers.[ch]: (compression_run),
1413         (ev_file_uncompress), (ev_file_compress):
1414         * shell/ev-window.c: (file_save_dialog_response_cb):
1415
1416         Save document compressed when saving a copy of a compressed document.
1417         Fixes bug #334542.
1418
1419 2007-02-23  Carlos Garcia Campos  <carlosgc@gnome.org>
1420
1421         * shell/ev-view.c: (ev_view_goto_window_key_press_event):
1422
1423         Allow deleting in goto window entry in presentation mode. 
1424
1425 2007-02-20  Kjartan Maraas  <kmaraas@gnome.org>
1426
1427         * Makefile.am: Dist MAINTAINERS.
1428
1429 2007-02-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1430
1431         * shell/ev-window.c: (ev_window_update_actions):
1432
1433         Fix zoom shortcut keys when searching. Fixes bug #409828.
1434
1435 2007-02-18  Carlos Garcia Campos  <carlosgc@gnome.org>
1436
1437         * shell/ev-window.c: (ev_window_setup_document):
1438
1439         Fix crash when loading documents with only one page. 
1440
1441 2007-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1442
1443         * backend/dvi/dvi-document.c:
1444         (dvi_document_thumbnails_get_dimensions),
1445         (dvi_document_thumbnails_get_thumbnail):
1446         * backend/impress/impress-document.c:
1447         (impress_document_thumbnails_get_thumbnail),
1448         (impress_document_thumbnails_get_dimensions):
1449         * backend/ps/ps-document.c: (ps_document_thumbnails_get_thumbnail),
1450         (ps_document_thumbnails_get_dimensions):
1451         * backend/djvu/djvu-document.c:
1452         (djvu_document_thumbnails_get_dimensions),
1453         (djvu_document_thumbnails_get_thumbnail):
1454         * backend/tiff/tiff-document.c:
1455         (tiff_document_thumbnails_get_thumbnail),
1456         (tiff_document_thumbnails_get_dimensions):
1457         * backend/pdf/ev-poppler.cc: (make_thumbnail_for_page),
1458         (pdf_document_thumbnails_get_thumbnail),
1459         (pdf_document_thumbnails_get_dimensions):
1460         * backend/comics/comics-document.c:
1461         (comics_document_thumbnails_get_thumbnail),
1462         (comics_document_thumbnails_get_dimensions):
1463         * backend/pixbuf/pixbuf-document.c:
1464         (pixbuf_document_thumbnails_get_thumbnail),
1465         (pixbuf_document_thumbnails_get_dimensions):
1466         * libdocument/ev-document-thumbnails.[ch]:
1467         (ev_document_thumbnails_get_thumbnail),
1468         (ev_document_thumbnails_get_dimensions):
1469         * libdocument/ev-document-misc.[ch]:
1470         (ev_document_misc_get_thumbnail_frame):
1471         * shell/ev-jobs.[ch]: (ev_job_thumbnail_dispose),
1472         (ev_job_thumbnail_new), (ev_job_thumbnail_run):
1473         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page), (add_range),
1474         (ev_sidebar_thumbnails_set_loading_icon), (refresh),
1475         (ev_sidebar_thumbnails_refresh):
1476         * shell/ev-window.c: (ev_window_setup_document):
1477         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
1478
1479         Use an EvRenderContext for rendering thumbnails instead of a suggested
1480         width, so that different sized pages get sized proportionally.
1481
1482 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1483
1484         * shell/ev-view.c: (ev_view_button_press_event),
1485         (ev_view_key_press_event):
1486
1487         Fix critical warnings when there is no document loaded. 
1488
1489 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1490
1491         * shell/ev-page-action-widget.c:
1492         * shell/ev-navigation-action.c:
1493         * shell/ev-window.c:
1494
1495         Fix compile warnings. 
1496
1497 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1498
1499         * backend/djvu/djvu-text.h:
1500         * backend/djvu/djvu-document.c:
1501         * backend/djvu/djvu-text-page.c:
1502         * backend/djvu/djvu-links.c:
1503         * backend/djvu/djvu-text-page.h:
1504         * backend/djvu/djvu-text.c:
1505         
1506         Fix build on Mac. Fixes bug #392186. Patch by
1507         <ephraim_owns@hotmail.com>
1508
1509 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1510
1511         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
1512
1513         Restore cairo context before rendering every page when printing a PDF
1514         document into a PDF file. 
1515
1516 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1517
1518         * backend/ps/gstypes.h:
1519         * backend/ps/ps-document.c: (ps_document_get_page_rotation),
1520         (ps_document_get_page_size), (ps_async_renderer_render_pixbuf),
1521         (ps_document_thumbnails_get_thumbnail):
1522
1523         Handle PostScript page orientation. Fixes bug #318568.
1524
1525 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1526
1527         * backend/ps/Makefile.am:
1528         * backend/ps/ps-document.[ch]: (ps_document_init), (ps_document_dispose),
1529         (document_load), (ps_document_load), (save_document),
1530         (save_page_list), (ps_document_get_n_pages),
1531         (ps_document_get_page_size), (ps_document_get_info),
1532         (ps_interpreter_page_rendered), (ps_async_renderer_render_pixbuf),
1533         (ps_interpreter_thumbnail_rendered), (ps_document_render_thumbnail),
1534         (ps_document_thumbnails_get_thumbnail),
1535         (ps_document_thumbnails_get_dimensions),
1536         (ps_document_document_thumbnails_iface_init):
1537         * backend/ps/ps.[ch]: (psgetpagebox):
1538         * backend/ps/ps-interpreter.[ch]:
1539
1540         Add support for thumbnails in ps backend. Fixes bug #164755. 
1541
1542 2007-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1543
1544         * NEWS:
1545         * configure.ac:
1546         
1547         Release 0.7.2
1548
1549 2007-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
1550
1551         * shell/ev-window.c: (ev_window_set_icon_from_thumbnail),
1552         (ev_window_clear_thumbnail_job), (ev_window_setup_document),
1553         (ev_window_dispose):
1554
1555         Use document thumbnail as window icon. Fixes bug #384442.
1556
1557 2007-02-11  Ed Catmur  <ed@catmur.co.uk>
1558
1559         * configure.ac:
1560
1561         Remove application/x-gzpostscript from EVINCE_MIME_TYPES which was
1562         duplicated adding application/x-bzpostscript instead. 
1563
1564 2007-02-11  Tom Parker  <palfrey@tevp.net>
1565
1566         * backend/ps/ps-document.c: (document_load):
1567
1568         Check return value of psscan before trying
1569         to use it. Fixes bug #372414.
1570
1571 2007-02-11  Carlos Garcia Campos  <carlosgc@gnome.org>
1572
1573         * shell/ev-page-cache.c: (ev_page_cache_finalize):
1574
1575         Fix invalid free in ev-page-cache. Fixes bug #404745.
1576
1577 2007-02-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1578
1579         * test/Makefile.am:
1580         * test/test3.py:
1581         
1582         Added reload test case.
1583
1584 2007-02-10  Carlos Garcia Campos  <carlosgc@gnome.org>
1585
1586         * po/POTFILES.in:
1587         * backend/djvu/djvu-document.c: (djvu_document_load):
1588
1589         Check whether there are missing files in indirect multipage djvu
1590         documents. Fixes bug #361683. 
1591
1592 2007-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1593
1594         * test/Makefile.am:
1595         * test/test-mime.bin:
1596         * test/test3.py:
1597         
1598         Added test for slow mime type
1599
1600 2007-02-06  Carlos Garcia Campos  <carlosgc@gnome.org>
1601
1602         * shell/ev-page-cache.c: (ev_page_cache_finalize):
1603
1604         Add some checks and call parent_class->finalize. Fixes bug #404745.
1605
1606 2007-02-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1607
1608         * shell/ev-navigation-action.c: (connect_proxy):
1609         
1610         Fixes dropdown history menu. Thanks a lot Carlos!
1611
1612 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
1613
1614         * backend/djvu/djvu-links.c: (str_to_utf8), (build_tree):
1615
1616         Make sure g_markup_escape_text receives a valid utf-8 string. Fixes
1617         bug #373715.
1618
1619 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
1620
1621         * backend/ps/ps.c: (psscan):
1622
1623         Fix memory leak. 
1624
1625 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1626
1627         * configure.ac:
1628         * libdocument/ev-file-helpers.c: 
1629
1630         Add missing libgnome/gnome-init.h header file. Fixes bug #396677.
1631
1632 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1633
1634         * configure.ac:
1635         * backend/ps/ps-document.c: (ps_document_init), (ps_document_dispose),
1636         (ps_interpreter_start), (document_load), (save_document),
1637         (save_page_list):
1638         * libdocument/ev-file-helpers.[ch]: (ev_file_uncompress):
1639         * libdocument/ev-document-factory.c:
1640         (ev_document_factory_get_from_mime), (get_document_from_uri),
1641         (free_uncompressed_uri), (ev_document_factory_get_document):
1642         * shell/ev-window.c: (ev_window_cmd_file_open_copy_at_dest):
1643
1644         Support for PDF, PS and EPS compressed files. Fixes bug #307087. 
1645
1646 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1647
1648         * libdocument/ev-document.h:
1649
1650         Fix typo in function name. 
1651
1652 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1653
1654         * backend/ps/ps-document.c: (ps_interpreter_finished),
1655         (ps_interpreter_start), (ps_interpreter_failed):
1656
1657         Handle ghostscript interpreter crashes. 
1658
1659 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
1660
1661         * shell/ev-window.c: (ev_window_open_uri),
1662         (window_configure_event_cb):
1663
1664         Setup window size and position before showing it. Fixes bug #401711.
1665
1666 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
1667
1668         * backend/ps/Makefile.am:
1669         * backend/ps/ps-document.[ch]: (ps_section_free), (ps_document_init),
1670         (ps_document_dispose), (ps_document_class_init),
1671         (ps_interpreter_input), (ps_interpreter_output),
1672         (ps_interpreter_error), (setup_interpreter_env),
1673         (ps_interpreter_start), (ps_interpreter_stop),
1674         (ps_interpreter_failed), (ps_interpreter_is_ready),
1675         (check_filecompressed), (document_load), (ps_document_load),
1676         (ps_document_get_n_pages), (setup_page), (setup_pixmap),
1677         (ps_document_widget_event), (send_ps), (ps_document_next_page),
1678         (render_page):
1679
1680         Rework ps-document. Code cleanups, remove deprecated code. 
1681
1682 2007-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1683
1684         * shell/ev-view.c: (ev_view_button_press_event):
1685
1686         Do not start an image drag and drop operation when pointer is on 
1687         text, so that we can select text when the whole background is an
1688         image. 
1689
1690 2007-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1691
1692         * shell/ev-window.c: (ev_window_update_actions): 
1693
1694         Disable all zoom related actions during presentation mode. 
1695
1696 2007-01-31  Esteban Sanchez  <esteban@steve-0.com>
1697
1698         * shell/ev-view.c: (ev_view_zoom_in), (ev_view_zoom_out):
1699
1700         Do not zoom in or out on presentation mode. Fixes bug #401305.
1701
1702 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1703
1704         * shell/ev-navigation-action.c: (connect_proxy),
1705         (create_menu_item), (ev_navigation_action_class_init):
1706         
1707         Correctly show menu and fix crash when navigaton 
1708         action is out of toolbar visible area.
1709
1710 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1711
1712         * data/Makefile.am:
1713         * data/evince.1:
1714         
1715         Added man file
1716
1717 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1718
1719         * help/reference/* :
1720         * configure.ac:
1721         
1722         Added gtk-doc based documentation for Evince.
1723         Still in initial state but I hope it will
1724         grow.
1725         
1726         * configure.ac:
1727         
1728         Lower dbus requirement to 0.70
1729
1730 2007-01-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1731
1732         * shell/ev-window.c: (ev_window_add_history):
1733
1734         Fix memory leak. 
1735
1736 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1737
1738         * shell/ev-view.c: (ev_view_page_label_from_dest), (tip_from_link):
1739         * shell/ev-view.h:
1740         * shell/ev-window.c: (ev_window_add_history):
1741         
1742         Correctly handle named destination links
1743
1744 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1745
1746         * NOTES:
1747         * backend/djvu/djvu-links.c: (djvu_links_get_links_model):
1748         * backend/pdf/ev-poppler.cc:
1749         * libdocument/ev-document-links.h:
1750         * libdocument/ev-link.c: (ev_link_get_page):
1751         * libdocument/ev-link.h:
1752         * shell/ev-history.c: (ev_history_init), (ev_history_class_init),
1753         (ev_history_add_link):
1754         * shell/ev-history.h:
1755         * shell/ev-navigation-action.c: (activate_menu_item_cb),
1756         (new_history_menu_item), (build_menu):
1757         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
1758         * shell/ev-sidebar-links.c: (create_loading_model),
1759         (print_section_cb), (ev_sidebar_links_construct),
1760         (fill_page_labels), (update_page_callback_foreach),
1761         (update_page_callback), (job_finished_callback):
1762         * shell/ev-view.c: (ev_view_handle_link):
1763         * shell/ev-window.c: (ev_window_find_chapter),
1764         (ev_window_add_history), (view_handle_link_cb),
1765         (history_changed_cb):
1766         
1767         Implements another history variant
1768
1769 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
1770
1771         * shell/ev-window.c: (view_external_link_cb):
1772         * shell/ev-view.c: (ev_view_button_release_event):
1773
1774         Open links in new window when clicking with middle button. 
1775
1776 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1777
1778         * shell/ev-navigation-action.c: (new_history_menu_item):
1779         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
1780         * shell/ev-view.c: (ev_view_handle_link):
1781         * shell/ev-window.c:
1782         
1783         Store link before jump, not the destination. For me it 
1784         seems like more natural history behavior.
1785
1786 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1787
1788         * shell/ev-navigation-action.c: (activate_menu_item_cb),
1789         (ev_navigation_action_class_init):
1790         * shell/ev-navigation-action.h:
1791         * shell/ev-page-action.c: (activate_cb):
1792         * shell/ev-page-cache.c: (ev_page_cache_class_init),
1793         (ev_page_cache_set_current_page_history):
1794         * shell/ev-page-cache.h:
1795         * shell/ev-sidebar-thumbnails.c:
1796         (ev_sidebar_tree_selection_changed),
1797         (ev_sidebar_icon_selection_changed), (page_changed_cb):
1798         * shell/ev-view-private.h:
1799         * shell/ev-view.c: (ev_view_handle_link), (ev_view_class_init):
1800         * shell/ev-view.h:
1801         * shell/ev-window.c: (page_changed_cb), (history_changed_cb),
1802         (ev_window_setup_document), (ev_window_load_job_cb):
1803         * shell/ev-window.h:
1804         
1805         History finally works as expected.
1806
1807 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
1808
1809         * shell/ev-sidebar-links.c: (ev_sidebar_links_map):
1810
1811         Do not update links treeview if it doesn't have a model assigned yet. 
1812
1813 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
1814
1815         * shell/ev-sidebar-links.c: (ev_sidebar_links_map),
1816         (ev_sidebar_links_class_init), (update_page_callback):
1817
1818         Do not update links treeview when sidepane is not visible. 
1819
1820 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1821
1822         * shell/ev-marshal.list:
1823         * shell/ev-page-action.c: (activate_cb),
1824         (ev_page_action_class_init):
1825         * shell/ev-page-action.h:
1826         * shell/ev-page-cache.c: (ev_page_cache_set_page_label):
1827         * shell/ev-window.c:
1828         
1829         Remove activate_link signal, not required.
1830
1831 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1832
1833         * shell/ev-navigation-action.c: (build_menu):
1834         
1835         Reorder menu items and build menu with fixed length.
1836
1837 2007-01-27  Ed Catmur  <ed@catmur.co.uk>
1838
1839         * shell/ev-view.c: (get_selected_text):
1840         
1841         Normalize text to fix ligatures problem. See bug
1842         #341947 for details.
1843
1844 2007-01-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1845
1846         * shell/ev-page-cache.c: (ev_page_cache_finalize):
1847
1848         Fix memory leak in ev-page-cache. 
1849
1850 2007-01-25  Tom Parker <palfrey@tevp.net>
1851
1852         * backend/impress/impress-document.c: (impress_document_load),
1853         (impress_document_finalize), (impress_document_init):
1854         * properties/ev-properties-main.c: (ev_properties_get_pages):
1855         
1856         Correctly handle impress document errors. Fixes nautilus
1857         crash in property page #370491.
1858
1859 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1860
1861         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
1862         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
1863         (ev_job_queue_remove_job):
1864         * shell/ev-jobs.[ch]: (ev_job_load_init), (ev_job_load_class_init),
1865         (ev_job_load_dispose), (ev_job_load_new), (ev_job_load_set_uri),
1866         (ev_job_load_run):
1867         * shell/ev-window.c: (ev_window_is_empty), (password_dialog_response),
1868         (ev_window_popup_password_dialog), (ev_window_clear_load_job),
1869         (ev_window_load_job_cb), (xfer_update_progress_callback),
1870         (ev_window_open_uri), (ev_window_dispose):
1871         * shell/main.c: (main):
1872
1873         Do file transfer asynchronously in the main thread instead of
1874         synchronously in the load thread. Fixes bugs #399694, #398307 and
1875         #343542.
1876
1877 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1878
1879         * shell/ev-jobs.c: (ev_job_xfer_run):
1880
1881         Load the document with the font-config lock held. 
1882
1883 2007-01-23  Carlos Garcia Campos  <carlosgc@gnome.org>
1884
1885         * backend/ps/ps-document.c: (start_interpreter):
1886
1887         Fix memory leaks in ps backend. 
1888
1889 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
1890
1891         * backend/impress/impress-document.c:
1892         (impress_document_render_pixbuf):
1893
1894         Do not acquire fontconfig lock in impress backend, since it is using
1895         the main loop for rendering. 
1896
1897 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
1898
1899         * po/POTFILES.in: 
1900
1901         Remove mdvi files that shouldn't be translated. 
1902
1903 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
1904
1905         * shell/ev-view-private.h:
1906         * shell/ev-view.c: (draw_loading_text), (ev_view_destroy),
1907         (ev_view_set_zoom):
1908
1909         Render "loading..." text into a cairo surface instead of directly into
1910         the window so that fontconfig lock is only needed once and UI is not
1911         blocked. Change text color to #9B9B9B. Fixes bug #397356.
1912
1913 2007-01-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1914
1915         * shell/ev-stock-icons.c: (ev_stock_icons_init):
1916         * shell/ev-application.c: (ev_application_open_uri_at_dest):
1917
1918         Use icon theme associated with the window screen rather than default. 
1919
1920 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
1921
1922         * configure.ac:
1923
1924         Fix a typo in previous commit (24x24/action/ --> 24x24/actions)
1925
1926 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
1927
1928         * data/icons/*/apps/evince.*:
1929
1930         Move Evince icons under new apps directory.
1931
1932         * data/icons/*/actions/*:
1933
1934         Add new custom themeable Evince icons: view-page-continuous, 
1935         view-page-facing, zoom-fit-width, zoom-fit-page. From Andreas
1936         Nilsson, at 16 and 22 pixels (plus 24 for compatibility).
1937
1938         * configure.ac:
1939
1940         Add new directories to AC_CONFIG_FILES.
1941
1942         * shell/ev-stock-icons.c:
1943         * shell/ev-stock-icons.h:
1944
1945         Use new custom themeable icons.
1946
1947 2007-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
1948
1949         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
1950
1951         Do not draw white background page in presentation mode. 
1952
1953 2007-01-16  Jani Monoses <jani.monoses@gmail.com>
1954
1955         * shell/ev-view.c: Remove unused gnome-vfs include.
1956
1957 2007-01-16  Theppitak Karoonboonyanan  <thep@linux.thai.net>
1958
1959         * backend/dvi/mdvi-lib/fontmap.c: (mdvi_load_fontmap):
1960         
1961         Format string is corrected, fixes bug #397129.
1962
1963 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1964
1965         * shell/ev-window.c: (ev_window_setup_recent):
1966
1967         Do not include in recent menu inexistent documents. Fixes
1968         bug #339171.
1969
1970 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1971
1972         * po/POTFILES.skip: 
1973
1974         Update POTFILES.skip file according to current source tree. 
1975
1976 2007-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1977
1978         * shell/ev-window.c: (file_save_dialog_response_cb):
1979
1980         Do Save a copy in atomic way. Fixes bug #328266. 
1981
1982 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
1983
1984         * shell/ev-sidebar-links.c: (update_page_callback_foreach):
1985
1986         Keep selected cell always visible in index treeview.
1987
1988 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
1989         
1990         * shell/ev-view.c: (ev_view_size_allocate):
1991
1992         Restore horizontal scrollbar after switching to/from fullscreen
1993         or presentation mode. Fixes bug #331728.
1994
1995 2007-01-11  Carlos Garcia Campos  <carlosgc@gnome.org>
1996
1997         * shell/ev-view-private.h:
1998         * shell/ev-window.c: (ev_window_screen_changed), (ev_window_init):
1999         * shell/ev-view.[ch]: (ev_view_class_init), (ev_view_set_zoom),
2000         (ev_view_set_screen_dpi), (ev_view_can_zoom_in),
2001         (ev_view_can_zoom_out):
2002
2003         Use max and min scale values in the view iby taking dpi into account. 
2004
2005 2007-01-10  Carlos Garcia Campos  <carlosgc@gnome.org>
2006
2007         * configure.ac:
2008         * NEWS:
2009
2010         Release 0.7.1
2011
2012 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2013
2014         * shell/ev-window.c: (ev_window_print_send):
2015
2016         Send print job to printer with some settings set to default values,
2017         since we have already exported to a file according to such settings
2018         and they could be taken twice by some printers. 
2019
2020 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2021
2022         * shell/ev-jobs.c: (ev_job_xfer_run):
2023         * shell/ev-application.c: (ev_application_open_uri_at_dest):
2024
2025         Show main window and load document with the font-config lock held. 
2026
2027 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2028
2029         * configure.ac:
2030         * shell/ev-application.c: (ev_application_register_service):
2031         * shell/main.c: (load_files_remote):
2032
2033         Bump requirements to dbus-glib 0.71 and drop all ifdefs used.
2034
2035 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2036
2037         * doc/debugging.txt:
2038         
2039         Remove obsolete documentation.
2040
2041 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2042
2043         * Makefile.am:
2044         * backend/Makefile.am:
2045         * backend/comics/Makefile.am:
2046         * backend/djvu/Makefile.am:
2047         * backend/dvi/Makefile.am:
2048         * backend/ev-async-renderer.c:
2049         * backend/ev-async-renderer.h:
2050         * backend/ev-attachment.c:
2051         * backend/ev-attachment.h:
2052         * backend/ev-backend-marshal.c:
2053         * backend/ev-document-factory.c:
2054         * backend/ev-document-factory.h:
2055         * backend/ev-document-find.c:
2056         * backend/ev-document-find.h:
2057         * backend/ev-document-fonts.c:
2058         * backend/ev-document-fonts.h:
2059         * backend/ev-document-images.c:
2060         * backend/ev-document-images.h:
2061         * backend/ev-document-info.h:
2062         * backend/ev-document-links.c:
2063         * backend/ev-document-links.h:
2064         * backend/ev-document-misc.c:
2065         * backend/ev-document-misc.h:
2066         * backend/ev-document-security.c:
2067         * backend/ev-document-security.h:
2068         * backend/ev-document-thumbnails.c:
2069         * backend/ev-document-thumbnails.h:
2070         * backend/ev-document-transition.c:
2071         * backend/ev-document-transition.h:
2072         * backend/ev-document.c:
2073         * backend/ev-document.h:
2074         * backend/ev-file-exporter.c:
2075         * backend/ev-file-exporter.h:
2076         * backend/ev-image.c:
2077         * backend/ev-image.h:
2078         * backend/ev-link-action.c:
2079         * backend/ev-link-action.h:
2080         * backend/ev-link-dest.c:
2081         * backend/ev-link-dest.h:
2082         * backend/ev-link.c:
2083         * backend/ev-link.h:
2084         * backend/ev-render-context.c:
2085         * backend/ev-render-context.h:
2086         * backend/ev-selection.c:
2087         * backend/ev-selection.h:
2088         * backend/impress/Makefile.am:
2089         * backend/pdf/Makefile.am:
2090         * backend/pixbuf/Makefile.am:
2091         * backend/ps/Makefile.am:
2092         * backend/ps/ps-document.c: (push_pixbuf), (interpreter_failed),
2093         (ps_document_widget_event), (setup_pixmap), (setup_page), (input),
2094         (start_interpreter), (stop_interpreter), (document_load),
2095         (ps_document_next_page), (render_page):
2096         * backend/tiff/Makefile.am:
2097         * comics/Makefile.am:
2098         * comics/comics-document.c:
2099         * comics/comics-document.h:
2100         * configure.ac:
2101         * cut-n-paste/zoom-control/ephy-zoom-control.c:
2102         * djvu/Makefile.am:
2103         * djvu/djvu-document-private.h:
2104         * djvu/djvu-document.c:
2105         * djvu/djvu-document.h:
2106         * djvu/djvu-links.c:
2107         * djvu/djvu-links.h:
2108         * djvu/djvu-text-page.c:
2109         * djvu/djvu-text-page.h:
2110         * djvu/djvu-text.c:
2111         * djvu/djvu-text.h:
2112         * dvi/Makefile.am:
2113         * dvi/dvi-document.c:
2114         * dvi/dvi-document.h:
2115         * dvi/fonts.c:
2116         * dvi/fonts.h:
2117         * dvi/mdvi-lib/Makefile.am:
2118         * dvi/mdvi-lib/afmparse.c:
2119         * dvi/mdvi-lib/afmparse.h:
2120         * dvi/mdvi-lib/bitmap.c:
2121         * dvi/mdvi-lib/bitmap.h:
2122         * dvi/mdvi-lib/color.c:
2123         * dvi/mdvi-lib/color.h:
2124         * dvi/mdvi-lib/common.c:
2125         * dvi/mdvi-lib/common.h:
2126         * dvi/mdvi-lib/defaults.h:
2127         * dvi/mdvi-lib/dvimisc.c:
2128         * dvi/mdvi-lib/dviopcodes.h:
2129         * dvi/mdvi-lib/dviread.c:
2130         * dvi/mdvi-lib/files.c:
2131         * dvi/mdvi-lib/font.c:
2132         * dvi/mdvi-lib/fontmap.c:
2133         * dvi/mdvi-lib/fontmap.h:
2134         * dvi/mdvi-lib/fontsrch.c:
2135         * dvi/mdvi-lib/gf.c:
2136         * dvi/mdvi-lib/hash.c:
2137         * dvi/mdvi-lib/hash.h:
2138         * dvi/mdvi-lib/list.c:
2139         * dvi/mdvi-lib/mdvi.h:
2140         * dvi/mdvi-lib/pagesel.c:
2141         * dvi/mdvi-lib/paper.c:
2142         * dvi/mdvi-lib/paper.h:
2143         * dvi/mdvi-lib/pk.c:
2144         * dvi/mdvi-lib/private.h:
2145         * dvi/mdvi-lib/setup.c:
2146         * dvi/mdvi-lib/sp-epsf.c:
2147         * dvi/mdvi-lib/special.c:
2148         * dvi/mdvi-lib/sysdeps.h:
2149         * dvi/mdvi-lib/t1.c:
2150         * dvi/mdvi-lib/tfm.c:
2151         * dvi/mdvi-lib/tfmfile.c:
2152         * dvi/mdvi-lib/tt.c:
2153         * dvi/mdvi-lib/util.c:
2154         * dvi/mdvi-lib/vf.c:
2155         * dvi/pixbuf-device.c:
2156         * dvi/pixbuf-device.h:
2157         * impress/Makefile.am:
2158         * impress/common.h:
2159         * impress/document.c:
2160         * impress/f_oasis.c:
2161         * impress/f_oo13.c:
2162         * impress/iksemel.c:
2163         * impress/iksemel.h:
2164         * impress/imposter.h:
2165         * impress/impress-document.c:
2166         * impress/impress-document.h:
2167         * impress/internal.h:
2168         * impress/r_back.c:
2169         * impress/r_draw.c:
2170         * impress/r_geometry.c:
2171         * impress/r_gradient.c:
2172         * impress/r_style.c:
2173         * impress/r_text.c:
2174         * impress/render.c:
2175         * impress/render.h:
2176         * impress/zip.c:
2177         * impress/zip.h:
2178         * lib/Makefile.am:
2179         * lib/ev-debug.c:
2180         * lib/ev-debug.h:
2181         * lib/ev-file-helpers.c:
2182         * lib/ev-file-helpers.h:
2183         * lib/ev-gui.c:
2184         * lib/ev-gui.h:
2185         * lib/ev-tooltip.c:
2186         * lib/ev-tooltip.h:
2187         * libdocument/Makefile.am:
2188         * libdocument/ev-file-helpers.c:
2189         * pdf/Makefile.am:
2190         * pdf/ev-poppler.cc:
2191         * pdf/ev-poppler.h:
2192         * pixbuf/Makefile.am:
2193         * pixbuf/pixbuf-document.c:
2194         * pixbuf/pixbuf-document.h:
2195         * properties/Makefile.am:
2196         * ps/Makefile.am:
2197         * ps/gsdefaults.c:
2198         * ps/gsdefaults.h:
2199         * ps/gsio.c:
2200         * ps/gsio.h:
2201         * ps/gstypes.h:
2202         * ps/ps-document.c:
2203         * ps/ps-document.h:
2204         * ps/ps.c:
2205         * ps/ps.h:
2206         * shell/Makefile.am:
2207         * shell/ev-application.h:
2208         * shell/ev-sidebar-links.c:
2209         * shell/ev-sidebar-links.h:
2210         * shell/ev-utils.c: (ev_gui_sanitise_popup_position),
2211         (ev_gui_menu_position_tree_selection):
2212         * shell/ev-utils.h:
2213         * shell/ev-view.c: (ev_view_finalize):
2214         * shell/ev-window.c:
2215         * shell/main.c: (main):
2216         * thumbnailer/Makefile.am:
2217         * tiff/Makefile.am:
2218         * tiff/tiff-document.c:
2219         * tiff/tiff-document.h:
2220         * tiff/tiff2ps.c:
2221         * tiff/tiff2ps.h:
2222         
2223         Reorganize source tree.
2224
2225 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2226
2227         * backend/ev-document-factory.c:
2228
2229         Do not include ev-poppler.h when pdf is disabled. 
2230
2231 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
2232
2233         * configure.ac:
2234         * data/evince-ui.xml:
2235         * pdf/ev-poppler.cc: (pdf_document_images_get_images),
2236         (pdf_document_document_images_iface_init):
2237         * backend/Makefile.am:
2238         * backend/ev-document-images.[ch]:
2239         * backend/ev-image.[ch]:
2240         * lib/ev-file-helpers.[ch]: (ev_tmp_filename):
2241         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run),
2242         (ev_job_xfer_run):
2243         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
2244         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
2245         (ev_pixbuf_cache_get_image_mapping):
2246         * shell/ev-window.c: (view_menu_link_popup), (view_menu_image_popup),
2247         (view_menu_popup_cb), (ev_window_dispose),
2248         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
2249         (ev_view_popup_cmd_copy_image):
2250         * shell/ev-view-private.h:
2251         * shell/ev-view.c: (ev_view_get_image_at_location),
2252         (ev_view_do_popup_menu), (ev_view_popup_menu),
2253         (ev_view_button_press_event), (ev_view_drag_data_get),
2254         (ev_view_drag_motion), (ev_view_drag_data_received),
2255         (ev_view_motion_notify_event), (ev_view_button_release_event),
2256         (ev_view_finalize), (ev_view_class_init):
2257
2258         Add image handling support. Fixes bugs #310008 and #325047. Images
2259         selection is not supported yet. 
2260
2261 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
2262
2263         * shell/ev-window.c: (drag_data_received_cb), (ev_window_init):
2264         * shell/ev-view.c: (ev_view_drag_data_received), (ev_view_class_init),
2265         (ev_view_init):
2266
2267         Move view drag and drop stuff to ev-view.
2268
2269 2007-01-05  Carlos Garcia Campos  <carlosgc@gnome.org>
2270
2271         * shell/ev-pixbuf-cache.c: (clear_job_selection):
2272         * shell/ev-view.c: (clear_selection): 
2273
2274         Clear selection also in pixbuf cache.
2275
2276 2007-01-02  Luca Ferretti <elle.uca@libero.it>
2277
2278         * data/evince.desktop.in.in:
2279         
2280         Change icon name in desktop file. See bug #390734
2281         for details.
2282
2283 2006-12-28  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2284
2285         * thumbnailer/Makefile.am:
2286
2287         Use top_builddir instead top_srcdir for generated schema
2288         file installation. Fixes bug #390161.
2289
2290 2006-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2291
2292         * configure.ac:
2293         * backend/Makefile.am:
2294         * backend/ev-document-transition.[ch]:
2295         * pdf/ev-poppler.cc: (pdf_document_get_page_duration),
2296         (pdf_document_page_transition_iface_init):
2297         * shell/ev-view-private.h:
2298         * shell/ev-view.c: (ev_view_destroy), (page_changed_cb),
2299         (ev_view_set_presentation), (transition_next_page),
2300         (ev_view_presentation_transition_stop),
2301         (ev_view_presentation_transition_start), (ev_view_next_page):
2302
2303         Add page transition support in presentation mode. At the moment only
2304         page duration is supported, but not transition effects. Fixes bug
2305         #309815.
2306
2307 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2308
2309         * backend/ev-document-links.c: (ev_document_links_find_link_dest):
2310
2311         Run find_link_dest with document lock held, since it's called by links
2312         thread and main thread at the same time. 
2313
2314 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2315
2316         * shell/ev-view.c: (goto_dest):
2317
2318         Update page-cache when page is changed by the view, so that
2319         page-changed signal is emitted. 
2320
2321 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2322
2323         * test/test1.py:
2324         * test/test2.py:
2325
2326         Use C locale in tests. 
2327
2328 2006-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2329
2330         * shell/ev-window.c: (ev_window_run_presentation):
2331         * shell/ev-view-private.h:
2332         * shell/ev-view.c: (ev_view_set_presentation):
2333
2334         Restore zoom settings when back from presentation mode. 
2335
2336 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2337
2338         * shell/ev-window.c: (ev_window_run_presentation):
2339
2340         Always use "best fit" zoom in presentation mode.
2341         Fixes bug #389195.
2342
2343 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2344
2345         * shell/ev-view.c: (ev_view_goto_window_create):
2346
2347         Show "Jump to page" label in the page jumping popup in
2348         presentation mode instead of just a GtkEntry.
2349
2350 2006-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
2351
2352         * shell/ev-window.c: (launch_external_uri):
2353
2354         Do not escape uri before calling gnome_vfs_url_show(). Fixes bug
2355         #378085.
2356
2357 2006-12-22  Elijah Newren  <newren gmail com>
2358
2359         * configure.ac: explicitly check for libxml2.  Fixes #388795
2360
2361 2006-12-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2362
2363         * shell/ev-view-private.h:
2364         * shell/ev-view.c: (send_focus_change), (ev_view_goto_window_hide),
2365         (ev_view_goto_window_delete_event), (key_is_numeric),
2366         (ev_view_goto_window_key_press_event),
2367         (ev_view_goto_window_button_press_event),
2368         (ev_view_goto_entry_activate), (ev_view_goto_window_create),
2369         (ev_view_goto_entry_grab_focus), (ev_view_goto_window_send_key_event),
2370         (ev_view_key_press_event), (ev_view_focus_out), (ev_view_destroy):
2371
2372         Allow jumping to another page by typing a page number in presentation
2373         mode. It uses a popup window with an entry. Fixes bug #353625.
2374
2375 2006-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2376
2377         * configure.ac:
2378         * properties/ev-properties-view.c: (ev_get_default_user_units),
2379         (ev_regular_paper_size):
2380         
2381         Check for NL_MEASUREMENT. Fixes bug #376469. Thanks
2382         to Damien Carbery <damien.carbery@sun.com> and
2383         Yevgen Muntyan <muntyan@tamu.edu>.
2384
2385 2006-12-20  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2386
2387         * shell/ev-window.c: (setup_document_from_metadata):
2388
2389         Make sure Evince doesn't restore the view on the last
2390         page when a document is reopened. Fixes bug #383381.
2391
2392 2006-12-18  Jens Granseuer  <jensgr@gmx.net>
2393
2394         * shell/ev-view.c: (draw_loading_text):
2395
2396         Fix compilation with older compilers like gcc 2. Fixes bug #387237.
2397
2398 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2399
2400         * configure.ac:
2401         * NEWS:
2402
2403         Release 0.7.0
2404
2405 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2406
2407         * configure.ac:
2408         * pdf/ev-poppler.cc: (pdf_print_context_free),
2409         (pdf_document_file_exporter_begin),
2410         (pdf_document_file_exporter_do_page):
2411
2412         Make cairo-pdf depedency optional. 
2413
2414 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2415
2416         * shell/ev-print-job.c: (idle_print_handler), (ev_print_job_print):
2417
2418         Use ev_file_exporter instead of ev_ps_exporter in ev-print-job.
2419
2420 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2421
2422         * backend/ev-document.[ch]: (ev_document_get_fc_mutex),
2423         (ev_document_fc_mutex_lock), (ev_document_fc_mutex_unlock):
2424         * pdf/ev-poppler.cc: (make_thumbnail_for_size):
2425         * shell/ev-jobs.c: (ev_job_render_run), (ev_job_fonts_run):
2426         * shell/ev-view.c: (draw_loading_text):
2427         * shell/ev-window.c: (ev_window_cmd_file_properties):
2428
2429         Use an specific lock for FontConfig. Hopefully it fixes some crashes
2430         related to using FontConfig from different threads.
2431         
2432 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2433
2434         * shell/ev-view.c: (draw_loading_text):
2435
2436         Acquire lock document when drawing "Loading..." text so that only one
2437         thread will use FontConfig at the same time. Fixes bug #374750.
2438
2439 2006-12-15  Carlos Garcia Campos  <carlosgc@gnome.org>
2440
2441         * shell/ev-page-action.[ch]: (activate_cb):
2442         * shell/ev-window.c: (activate_label_cb):
2443
2444         Check if text inserted in page entry is a valid page number when it
2445         doesn't match to any document page label. Fixes bug #383165.
2446
2447 2006-12-14  Julien Rebetez,  <julienr@cvs.gnome.org>
2448         * shell/ev-window.c:
2449
2450         GTK_STOCK_SELECT_ALL is used in menu definition, but isn't
2451         available with GTK < 2.10. Added an ifdef to avoid compilation
2452         error.
2453
2454 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2455
2456         * configure.ac:
2457         * ps/ps-document.c: (start_interpreter), (ps_document_next_page):
2458
2459         Fix ps backend in multihead systems.
2460
2461 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2462
2463         * ps/ps-document.c: (setup_page), (ps_document_get_page_size):
2464         * shell/ev-window.c: (ev_window_get_screen_dpi),
2465         (ev_window_update_actions), (setup_view_from_metadata),
2466         (ev_window_zoom_changed_cb), (zoom_control_changed_cb):
2467
2468         Take screen DPI into account when zooming. Fixes bug #318285.
2469
2470 2006-12-14  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2471
2472         * data/Makefile.am:
2473
2474         Cleaned up/slightly refactored Makefile.am. Added GConf
2475         schemas uninstallation as well.
2476
2477 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2478
2479         * Makefile.am:
2480         * test/Makefile.am:
2481
2482         Fight with autotools to fix make check. Make distcheck
2483         works fine as well now!
2484
2485 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2486
2487         * shell/ev-view.c: (draw_end_presentation_page):
2488
2489         Corrected "end of presentation" string.
2490
2491 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2492
2493         * shell/ev-view.c: (ev_view_key_press_event):
2494
2495         Correctly propagate key press event so that up/down keys
2496         work as expected (correct behaviour was broken by
2497         black/white screen key bindings for presentations).
2498
2499 2006-12-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2500
2501         * pdf/ev-poppler.cc: (pdf_document_find_get_n_results),
2502         (pdf_document_find_get_result), (pdf_document_find_page_has_results),
2503         (pdf_document_find_get_progress), (pdf_selection_render_selection),
2504         (pdf_selection_get_selection_region),
2505         (pdf_selection_get_selection_map):
2506
2507         Add "static" to some private functions. 
2508
2509 2006-12-13  P. Henrique Silva  <ph.silva@gmail.com>
2510
2511         * lib/ev-tooltip.h:
2512         * properties/ev-properties-view.h:
2513         * shell/ev-jobs.h:
2514         * shell/ev-properties-dialog.h:
2515         * shell/ev-properties-fonts.h:
2516         * shell/ev-sidebar-links.h:
2517         * shell/ev-sidebar-thumbnails.h:
2518         * shell/ev-sidebar.h:
2519         * shell/ev-window.h:
2520         
2521         Fixes CHACK type in class casts. See bug #385343
2522         for details.
2523
2524 2006-12-10  Carlos Garcia Campos  <carlosgc@gnome.org>
2525
2526         * shell/ev-view-private.h:
2527         * shell/ev-view.c: (draw_end_presentation_page),
2528         (ev_view_expose_event), (ev_view_key_press_event),
2529         (ev_view_class_init), (ev_view_init):
2530
2531         Blank screen in presentation mode when pressing 'b' (filling with
2532         black) or 'w' (filling with white) keys. Fixes bug #358132.
2533
2534 2006-12-09  Gabriel Felipe Cornejo  <gnomeusr@gmail.com>
2535
2536         * data/evince-toolbar.xml:
2537         * shell/ev-window.c:
2538         
2539         Use stock icon for Select All action. Fixes
2540         bug #382652.
2541
2542 2006-12-09  Radoslav Dorcik  <dixiecko@gmail.com>
2543
2544         * shell/ev-view.c: (get_doc_point_from_offset),
2545         (ev_view_get_link_at_location), (ev_view_motion_notify_event):
2546
2547         Add links support in rotated documents. Fixes bug #343733.
2548
2549 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2550
2551         * shell/ev-view-private.h:
2552         * shell/ev-view.c: (draw_end_presentation_page),
2553         (ev_view_expose_event), (ev_view_init), (ev_view_set_presentation):
2554
2555         Show a blank page after the last page in presentation mode with a
2556         message indicating that presentation has finished and how to exit. 
2557
2558 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2559
2560         * shell/ev-window.c: (fullscreen_timeout_cb):
2561
2562         Hide cursor after a while in presentation mode. 
2563
2564 2006-12-04  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2565
2566         * backend/ev-document-info.h:
2567         * data/evince-properties.glade:
2568         * pdf/ev-poppler.cc:
2569         * properties/ev-properties-view.c: (ev_regular_paper_size),
2570         (ev_properties_view_set_info):
2571         * ps/ps-document.c: (ps_document_get_info):
2572
2573         Adds a paper size field to the properties dialog. Fixes
2574         bug #307315. Patch by Kasper Svendsen (with some i18n
2575         changes done by me).
2576
2577 2006-12-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2578
2579         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
2580         (screensaver_init_dbus), (totem_scrsaver_new),
2581         (totem_scrsaver_init):
2582         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
2583         * shell/ev-application.c: (ev_application_register_service),
2584         (ev_application_screensaver_enable),
2585         (ev_application_screensaver_disable):
2586         * shell/ev-application.h:
2587         * shell/ev-window.c: (ev_window_run_presentation),
2588         (ev_window_stop_presentation), (build_comments_string),
2589         (ev_window_init):
2590         
2591         Move screensaver handling to application. No more
2592         message on startup.
2593
2594 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2595
2596         * configure.ac:
2597         * backend/Makefile.am:
2598         * backend/ev-file-exporter.[ch]:
2599         * pdf/ev-poppler.cc: (pdf_document_file_exporter_*):
2600         * ps/ps-document.c: (ps_document_file_exporter_*):
2601         * tiff/tiff-document.c: (tiff_document_document_file_exporter_*):
2602         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
2603         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
2604         (ev_window_print_dialog_response_cb), (ev_window_print_range):
2605
2606         Allow printing to PDF when suppoted by the backend.
2607         
2608 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2609
2610         * shell/ev-window.c: (build_comments_string):
2611
2612         Use always "Document Viewer" in about dialog. 
2613
2614 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2615
2616         * djvu/djvu-document.c: (djvu_document_get_page_size):
2617
2618         Display a warning message when get_pageinfo fails. 
2619
2620 2006-11-30  Yevgen Muntyan  <muntyan@tamu.edu>
2621
2622         * Makefile.am:
2623         * backend/Makefile.am:
2624         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
2625         * configure.ac:
2626         * shell/ev-window.c: (build_comments_string):
2627         
2628         Make pdf compilation optional. See bug #38007.
2629
2630 2006-11-30  Carlos Garcia Campos  <carlosgc@gnome.org>
2631
2632         * ps/ps.c: (get_next_text):
2633
2634         Fix CVE-2006-5864.
2635
2636 2006-11-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2637
2638         * shell/ev-history.c: (ev_history_finalize), (ev_history_class_init):
2639         * shell/ev-navigation-action.c: (connect_proxy),
2640         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
2641         
2642         Do not call g_type_class_peek_parent twice.
2643
2644 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2645
2646         * configure.ac:
2647         * data/icons/24x24/.cvsignore:
2648         * data/icons/24x24/Makefile.am:
2649         * data/icons/24x24/evince.png:
2650         * data/icons/Makefile.am:
2651         
2652         Add 24x24 icon. Thanks to 
2653         Michael Monreal <infernux@web.de>.
2654
2655 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2656
2657         * configure.ac: Fix typo in configure.ac. Thanks
2658         to dmacks@netspace.org for notification.
2659
2660 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2661
2662         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
2663         
2664         Drop dbus include, fixes compilation with older dbus.
2665
2666 2006-11-22  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2667
2668         * configure.ac:
2669         * cut-n-paste/Makefile.am:
2670         * cut-n-paste/totem-screensaver/.cvsignore
2671         * cut-n-paste/totem-screensaver/Makefile.am:
2672         * cut-n-paste/totem-screensaver/README:
2673         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
2674         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
2675         * shell/Makefile.am:
2676         * shell/ev-window.c: (ev_window_run_presentation),
2677         (ev_window_stop_presentation), (ev_window_cmd_help_about),
2678         (ev_window_init):
2679
2680         Implemented screensaver enabling/disabling for
2681         presentation mode (not fullscreen mode). Code stolen
2682         from Totem (with some minor tweaks). Fixes bug #338889.
2683
2684 2006-11-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2685
2686         * configure.ac:
2687
2688         Bump gnome-icon-theme requirements. We use the rotation
2689         icons that appeared recently.
2690
2691 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2692
2693         * shell/ev-history.c: (ev_history_add_page):
2694         * shell/ev-history.h:
2695         * shell/ev-window.c: (page_changed_cb):
2696         
2697         Use page labels instead of numbers.
2698
2699 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2700
2701         * data/evince-toolbar.xml:
2702         * po/POTFILES.in:
2703         * shell/Makefile.am:
2704         * shell/ev-navigation-action-widget.c:
2705         (ev_navigation_action_widget_init),
2706         (ev_navigation_action_widget_class_init), (menu_deactivate_cb),
2707         (menu_detacher), (ev_navigation_action_widget_set_menu),
2708         (menu_position_func), (popup_menu_under_arrow),
2709         (ev_navigation_action_widget_toggled),
2710         (ev_navigation_action_widget_button_press_event):
2711         * shell/ev-navigation-action-widget.h:
2712         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
2713         (ev_navigation_action_set_window), (activate_menu_item_cb),
2714         (new_history_menu_item), (new_empty_history_menu_item),
2715         (build_menu), (menu_activated_cb), (connect_proxy),
2716         (create_tool_item), (ev_navigation_action_init),
2717         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
2718         * shell/ev-navigation-action.h:
2719         * shell/ev-page-action-widget.c: (ev_page_action_widget_init),
2720         (ev_page_action_widget_set_page_cache),
2721         (ev_page_action_widget_finalize),
2722         (ev_page_action_widget_class_init), (match_selected_cb),
2723         (display_completion_text), (match_completion), (build_new_tree_cb),
2724         (get_filter_model_from_model),
2725         (ev_page_action_widget_update_model):
2726         * shell/ev-page-action-widget.h:
2727         * shell/ev-page-action.c: (activate_link_cb), (update_model),
2728         (connect_proxy):
2729         * shell/ev-page-action.h:
2730         * shell/ev-stock-icons.c:
2731         * shell/ev-stock-icons.h:
2732         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
2733         (page_changed_cb), (ev_window_setup_document), (ev_window_dispose),
2734         (register_custom_actions):
2735         * shell/main.c:
2736         
2737         Preliminary history implementation
2738
2739 2006-11-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2740
2741         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_finalize),
2742         (dvi_document_class_init), (dvi_document_init_params):
2743         * dvi/mdvi-lib/font.c: (font_reference):
2744         
2745         Add reference to subfont. Fixes bug #374277.
2746
2747 2006-11-16  Carlos Garcia Campos  <carlosgc@gnome.org>
2748
2749         * shell/ev-window.c: (ev_window_create_tmp_symlink),
2750         (ev_window_cmd_file_open_copy_at_dest):
2751
2752         Fix a race condition when creating symlink. Increase the counter
2753         avoiding an infinite loop. Really fixes bug #357472. (Based on patch by
2754         Mathias Hasselmann).
2755
2756 2006-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
2757
2758         * backend/Makefile.am:
2759         * backend/ev-attachment.c: (ev_attachment_open):
2760         * lib/ev-file-helpers.[ch]: (ensure_dir_exists), (ev_dot_dir),
2761         (ev_tmp_dir), (ev_tmp_filename):
2762         * shell/ev-sidebar-attachments.c:
2763         (ev_sidebar_attachments_drag_data_get):
2764         * shell/ev-window.c: (ev_window_clear_temp_file):
2765
2766         Use always ev_tmp_dir instead of g_get_tmp_dir. Fix a race condition
2767         in ensure_dir_exists. Abort without crashing when we can't create
2768         user's directory.
2769
2770 2006-11-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2771
2772         * data/evince-ui.xml:
2773         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
2774         (ev_window_xfer_job_cb), (ev_window_get_copy_tmp_name),
2775         (ev_window_cmd_file_open_copy_at_dest),
2776         (ev_window_cmd_file_open_copy), (view_menu_popup_cb),
2777         (ev_view_popup_cmd_open_link_new_window):
2778
2779         Allow opening a copy of the current document in a new window. Fixes bug
2780         #357472
2781
2782 2006-11-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2783
2784         * data/evince-toolbar.xml:
2785         
2786         Add rotate right and rotate left to available items for toolbar.
2787         
2788         * data/evince-ui.xml:
2789         * shell/ev-window.c: (ev_window_init):
2790         
2791         Customize toolbar with right click. Fixes bug #372451.
2792
2793 2006-11-11  Claudio Saavedra  <csaavedra@alumnos.utalca.cl>
2794
2795         * shell/ev-window.c: 
2796         
2797         Use "object-rotate-{left,right}" stock icons. Fixes 
2798         bug #373863.
2799
2800 2006-11-10  Carlos Garcia Campos  <carlosgc@gnome.org>
2801
2802         * shell/ev-application.[ch]: (get_unlink_temp_file_from_args),
2803         (ev_application_open_uri_at_dest), (ev_application_open_uri):
2804         * shell/ev-window.[ch]: (ev_window_clear_temp_file),
2805         (ev_window_open_uri):
2806         * shell/main.c: (arguments_parse):
2807
2808         Remove temp file created when evince is used by GTK+ in
2809         preview mode. Fixes bug #365282. 
2810
2811 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2812
2813         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
2814         
2815         Fixes bug #372474 - Side pane disabled when entering 
2816         and leaving fullscreen mode.
2817
2818 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2819
2820         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (setup_editor):
2821         * data/Makefile.am:
2822         * data/evince-preview-toolbar.xml:
2823         * data/evince-toolbar.xml:
2824         * shell/ev-application.c: (ev_application_shutdown),
2825         (ev_application_init), (ev_application_get_toolbars_model):
2826         * shell/ev-application.h:
2827         * shell/ev-window.c: (update_chrome_visibility),
2828         (ev_window_create_fullscreen_popup), (ev_window_run_preview),
2829         (ev_window_cmd_edit_toolbar), (ev_window_init):
2830         
2831         Fixes bug #364364 - toolbar editor shows zoom actions again.
2832
2833 2006-11-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2834
2835         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2836
2837         Do not take margins into consideration for paper size when printing.
2838         Really fixes bug #350491.
2839
2840 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2841
2842         * data/evince-ui.xml:
2843         * shell/ev-window.c: (ev_window_print_page_setup_done_cb),
2844         (ev_window_cmd_file_print_setup),
2845         (ev_window_print_dialog_response_cb),
2846         (ev_window_setup_action_sensitivity):
2847
2848         Add page setup settings for printing. Fixes bugs #363860 and #350491.
2849
2850 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2851
2852         * shell/ev-window.c: (ev_window_print_range):
2853
2854         Revert my previuos commit, since printing to PDF is not supported by
2855         evince yet. 
2856
2857 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2858
2859         * shell/ev-window.c: (ev_window_print_range):
2860
2861         Enable print to a PDF. Fixes bug #332121.
2862
2863 2006-10-31  Carlos Garcia Campos  <carlosgc@gnome.org>
2864
2865         * shell/ev-application-service.xml:
2866         * shell/ev-application.[ch]: (ev_application_open_window),
2867         (ev_application_get_empty_window), (ev_application_open_uri_at_dest),
2868         (ev_application_open_uri), (ev_application_open_uri_list):
2869         * shell/ev-window.c: (file_open_dialog_response_cb),
2870         (ev_window_cmd_recent_file_activate), (ev_window_setup_recent),
2871         (drag_data_received_cb), (open_remote_link):
2872         * shell/main.c: (arguments_parse), (load_files), (load_files_remote):
2873
2874         Add support for multiscreen systems. Fixes bug #316206.
2875
2876 2006-10-30  Carlos Garcia Campos  <carlosgc@gnome.org>
2877
2878         * shell/ev-jobs.[ch]: (ev_job_print_new),
2879         (ev_print_job_print_page_in_range), (ev_print_job_print_page_in_set),
2880         (ev_job_print_do_page):
2881         * shell/ev-window.[ch]: (ev_window_print_dialog_response_cb):
2882
2883         Allow printing only odd/even pages. Fixes bug #367289.
2884
2885 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2886
2887         * test/test1.py:
2888         * test/test2.py:
2889
2890         Re-add locale settings to test files.
2891
2892 2006-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2893
2894         * data/evince-ui.xml:
2895         * shell/ev-window.c: (set_action_properties):
2896         
2897         Removed garbage from code and ui.
2898
2899 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2900
2901         * shell/ev-window.c: (ev_window_cmd_help_about):
2902
2903         Shamelessly add my name to the list of contributors.
2904
2905 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2906
2907         * test/test1.py:
2908         * test/test2.py:
2909
2910         Cleaned up the dogtail scripts.
2911
2912 2006-10-27  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2913
2914         * shell/ev-view.c: (draw_loading_text): Don't render
2915         "loading..." text in presentation mode. Temporary
2916         workaround for bug #320352.
2917
2918 2006-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2919
2920         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
2921         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2922
2923         Use print settings scale, copies, collate and reverse which were
2924         ignored. Fixes bug #359032.
2925
2926 2006-10-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2927
2928         * configure.ac:
2929         * data/evince-password.glade:
2930         * test/Makefile.am:
2931         * test/test-encrypt.pdf:
2932         * test/test-links.pdf:
2933         * test/test1.py:
2934         * test/test2.py:
2935
2936         Add automated UI tests for evince with dogtail. See
2937         bug #300948.    
2938
2939 2006-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2940
2941         * shell/ev-window.c: (fullscreen_timeout_cb), (ev_window_init):
2942
2943         Hide fullscreen toolbar when switching to another desktop workspace.
2944         Fixes bug #338871
2945
2946 2006-10-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2947
2948         * shell/ev-window-title.c: 
2949         
2950         Test for .dvi in title of pdf documents.
2951
2952 2006-10-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2953
2954         * shell/ev-view.c: (ev_view_scroll):
2955
2956         Page Up/Down should do page jumps in "Best fit" mode.
2957         If a user has explicitly chosen to view exactly one page
2958         at a time, scrolling just a part of the page when
2959         pressing Page Up/Down is not right. Fixes bug #323107.
2960
2961 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2962
2963         * NEWS:
2964         * configure.ac:
2965         
2966         Update for 0.6.1
2967
2968 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2969
2970         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
2971         (job_fonts_finished_cb), (ev_properties_fonts_set_document):
2972         
2973         Correctly disconnect from job signals on destroy.
2974
2975 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2976
2977         * shell/ev-view-private.h:
2978         * shell/ev-view.c: (view_set_adjustment_values),
2979         (view_update_range_and_current_page),
2980         (ensure_rectangle_is_visible), (ev_view_size_allocate):
2981         
2982         Fixes bug #343199, current page now follows find page.
2983
2984 2006-10-08  Wouter Bolsterlee  <wbolster@gnome.org>
2985
2986         * backend/ev-document-factory.c:
2987         * configure.ac:
2988         Assigned OpenDocument presenation MIME type to the
2989         Impress backend. Added some missing (but harmless)
2990         #ifdefs in the document factory as well to make things
2991         consistent again. Fixes bug #360658.
2992
2993 2006-10-08  Christian Persch  <chpe@cvs.gnome.org>
2994
2995         * backend/ev-async-renderer.c: (ev_async_renderer_get_type):
2996         * backend/ev-document-find.c: (ev_document_find_get_type):
2997         * backend/ev-document-fonts.c: (ev_document_fonts_get_type):
2998         * backend/ev-document-links.c: (ev_document_links_get_type):
2999         * backend/ev-document-security.c: (ev_document_security_get_type):
3000         * backend/ev-document-thumbnails.c:
3001         (ev_document_thumbnails_get_type):
3002         * backend/ev-document.c: (ev_document_get_type):
3003         * backend/ev-ps-exporter.c: (ev_ps_exporter_get_type):
3004         * backend/ev-selection.c: (ev_selection_get_type):
3005         * cut-n-paste/recent-files/egg-recent-model.c:
3006         (egg_recent_model_get_type):
3007         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
3008         (egg_recent_view_uimanager_get_type):
3009         * cut-n-paste/recent-files/egg-recent-view.c:
3010         (egg_recent_view_get_type):
3011         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
3012         (egg_editable_toolbar_get_type):
3013         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
3014         (egg_toolbar_editor_get_type):
3015         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
3016         (egg_toolbars_model_get_type):
3017         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
3018         (egg_tree_multi_drag_source_get_type):
3019         * cut-n-paste/zoom-control/ephy-zoom-action.c:
3020         (ephy_zoom_action_get_type):
3021         * cut-n-paste/zoom-control/ephy-zoom-control.c:
3022         (ephy_zoom_control_get_type):
3023         * impress/r_back.c: (_imp_fill_back):
3024         * properties/ev-properties-main.c:
3025         (ev_properties_plugin_register_type):
3026         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type):
3027         * shell/ev-view-accessible.c: (ev_view_accessible_get_type),
3028         (ev_view_accessible_factory_get_type):
3029
3030         Reduce relocations. Bug #360616.
3031
3032 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3033
3034         * backend/ev-document-factory.c:
3035         (ev_document_factory_get_document):
3036         
3037         Load document even if extension is wrong.
3038
3039 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3040
3041         * shell/ev-metadata-manager.c: (save_values):
3042         * shell/ev-window.c: (setup_size_from_metadata),
3043         (setup_view_from_metadata), (ev_window_setup_document),
3044         (ev_window_xfer_job_cb), (window_configure_event_cb):
3045         
3046         Set size according to the document size/page size ratio.
3047         That should correct rather wierd behaviour of the previous
3048         commit.
3049
3050 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3051
3052         * shell/ev-window.c: (setup_view_from_metadata):
3053         
3054         Set size for new windows from previous window size.
3055         See bugs #354968 and #168450 for details. Thanks
3056         to Meik Hellmund.
3057
3058 2006-10-01  Carlos Garcia Campos  <carlosgc@gnome.org>
3059
3060         * djvu/djvu-links.c: (build_tree):
3061
3062         Fix memory leak.
3063
3064 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3065
3066         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_set_document):
3067         
3068         Don't make sidebar close button insensitive. Fixes
3069         bug #357871.
3070
3071 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3072
3073         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
3074         (ev_window_set_view_accels_sensitivity):
3075         
3076         Don't enable Slash on documents which don't support
3077         find. Fixes bug #358648.
3078
3079 2006-10-01  Wouter Bolsterlee  <wbolster@gnome.org>
3080
3081         * shell/ev-window.c: (ev_window_cmd_file_open): Make the
3082         open dialog fall back to the current document uri if the
3083         filechooser hasn't been used before. Fixes bug #356980.
3084
3085 2006-09-24  Mathias Hasselmann  <mathias.hasselmann@gmx.de>
3086
3087         * shell/ev-window.c: (ev_window_setup_recent), 
3088         (ev_window_get_recent_file_label):
3089
3090         Escape underscores in filenames of recent file items.
3091
3092 2006-09-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3093
3094         * configure.ac:
3095         
3096         Bumped poppler requirements, really 0.5.3 is very 
3097         buggy, now we require 0.5.4.
3098
3099 2006-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3100
3101         * djvu/Makefile.am:
3102         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
3103         (djvu_document_find_iface_init), (djvu_document_links_get_links),
3104         (djvu_document_document_links_iface_init):
3105         * djvu/djvu-links.c: (number_from_miniexp), (string_from_miniexp),
3106         (number_from_string_10), (get_djvu_link_dest),
3107         (get_djvu_link_action), (build_tree), (get_djvu_hyperlink_area),
3108         (get_djvu_hyperlink_mapping), (djvu_links_has_document_links),
3109         (djvu_links_get_links), (djvu_links_find_link_dest),
3110         (djvu_links_get_links_model):
3111         * djvu/djvu-links.h:
3112         
3113         Add support for links and bookmarks in djvu documents. Thanks
3114         to Pauli Virtanen <pauli.virtanen@iki.fi> for the wonderful
3115         patch.
3116
3117 2006-09-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3118
3119         * shell/ev-application.c: (ev_application_open_uri_at_dest):
3120         
3121         Reopen should reload document. Fixes 
3122         bug 327951.
3123
3124 2006-09-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3125
3126         * configure.ac:
3127         * data/Makefile.am:
3128         * data/evince-16.png:
3129         * data/evince-22.png:
3130         * data/evince.png:
3131         * data/evince.svg:
3132         * data/icons/16x16/Makefile.am:
3133         * data/icons/16x16/evince.png:
3134         * data/icons/22x22/Makefile.am:
3135         * data/icons/22x22/evince.png:
3136         * data/icons/48x48/Makefile.am:
3137         * data/icons/48x48/evince.png:
3138         * data/icons/Makefile.am:
3139         * data/icons/scalable/Makefile.am:
3140         * data/icons/scalable/evince.svg:
3141         
3142         Install icons with correct names. Fixes
3143         bug #354429.
3144
3145 2006-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
3146
3147         * shell/ev-view.c: (ev_view_button_release_event):
3148
3149         Don't open links with middle mouse button. Fixes bug #353649
3150
3151 2006-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3152
3153         * NEWS:
3154         * configure.ac:
3155         
3156         Update for release 0.6.0
3157
3158 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3159
3160         * shell/ev-window.c: (ev_window_xfer_job_cb), (do_action_named):
3161         Implement Close named action. Patch by Carlos Garcia Campos.
3162
3163 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3164
3165         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
3166         
3167         Don't clear link mapping on copy_job_to_job_info. Fixes
3168         bug 346168.
3169
3170 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
3171
3172         * shell/main.c: (main):
3173
3174         Revert my previous commit, gnome_program_init owns the option context.
3175         Fix another memory leak in main. Both caught by Christian Persch. 
3176
3177 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
3178
3179         * shell/main.c: (main):
3180
3181         Fix memory leak.
3182
3183 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
3184
3185         * backend/ev-document-factory.c: (ev_document_factory_get_document):
3186
3187         Fix crash when opening a pdf with password protection. 
3188
3189 2006-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3190
3191         * pdf/ev-poppler.cc: (pdf_document_search_free):
3192
3193         Fix memory leak. 
3194
3195 2006-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3196
3197         * backend/ev-document-factory.c:
3198         (ev_document_factory_get_document):
3199         * tiff/tiff-document.c: (tiff_document_finalize):
3200         
3201         More correct handling of document loading. Fixes
3202         bug #349043.
3203
3204 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3205
3206         * backend/ev-attachment.c: (ev_attachment_save):
3207
3208         Remove GNOME_VFS_OPEN_TRUNCATE flag which is only available with
3209         gnome-vfs >= 2.9.3 and it's not really needed. Fixes bug #351493
3210
3211 2006-08-15  Julien Rebetez  <julienr@cvs.gnome.org>
3212         
3213         * shell/ev-window.c: (ev_window_cmd_recent_file_activate):
3214         Fixed a compilation error if HAVE_GTK_RECENT isn't defined.
3215
3216 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3217
3218         * shell/ev-sidebar-thumbnails.c:
3219
3220         Do not render thumbnails unless thumbnails page is active in the
3221         sidebar.
3222
3223 2006-08-14  Christian Persch  <chpe@cvs.gnome.org>
3224
3225         * shell/ev-properties-dialog.c:
3226
3227         Fix dialogue spacing. Bug #351370.
3228
3229 2006-08-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
3230
3231         * configure.ac:
3232
3233         Use lowercase gettext catalog file names (evince.mo
3234         instead of Evince.mo)
3235
3236 2006-08-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3237
3238         * shell/ev-sidebar-attachments.c:
3239
3240         GtkIconTheme is now screen safe too. Fixes bug #350878
3241
3242 2006-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3243
3244         * shell/ev-window.c:
3245
3246         GtkRecent manager is now screen safe. Fixes bug #350145
3247
3248 2006-08-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3249
3250         * shell/ev-sidebar.c: (ev_sidebar_init):
3251         
3252         Make sidebar close icon smaller. Fix for bug 350177.
3253         See also bugs 350176 and 165770.
3254
3255 2006-08-10  Carlos Garcia Campos  <carlosgc@gnome.org>
3256
3257         * shell/ev-view.c: (goto_fith_dest), (goto_fit_dest), (goto_xyz_dest):
3258
3259         Ignore zoom for xyz destinations when it's <= 1, keeping user
3260         preferences instead. Set correct sizing-mode for fith and fitv
3261         destinations rather than EV_SIZING_FREE. Fixes bug #349433
3262
3263 2006-08-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3264
3265         * NEWS:
3266         * configure.ac:
3267         
3268         Update for release 0.5.5
3269
3270 2006-08-07  Radoslav Dorcik <dixiecko@gmail.com>
3271         
3272         * shell/ev-window.c: (ev_window_cmd_escape)
3273
3274         Escape unfocus page entry. Fixes bug #345809.
3275
3276 2006-08-06  Carlos Garcia Campos  <carlosgc@gnome.org>
3277
3278         * pdf/ev-poppler.cc: (ev_link_dest_from_dest), (ev_link_from_action),
3279         (build_tree), (pdf_document_links_get_links),
3280         (pdf_document_links_find_link_dest):
3281         * shell/ev-view.c: (goto_fitr_dest), (goto_fith_dest),
3282         (goto_xyz_dest):
3283
3284         Convert from PDF style coordinates to X style coordinates in the
3285         backend rather than in the view. Fixes bug #338440
3286
3287 2006-08-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3288
3289         * shell/ev-window.c:
3290         
3291         Remove Ctrl+Shift+T shortcut for toolbars. See
3292         the bug #350098.
3293
3294 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
3295
3296         * configure.ac:
3297
3298         Use [] in AC_DEFINE for GtkRecent. Probably build was failing because
3299         of this. 
3300
3301 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
3302
3303         * configure.ac:
3304         * cut-n-paste/Makefile.am:
3305         * data/evince-ui.xml:
3306         * shell/Makefile.am:
3307         * shell/ev-application.[ch]:
3308         * shell/ev-window.c:
3309
3310         Use GtkRecent instead of EggRecent when it's available. Fixes bug
3311         #349273
3312
3313 2006-08-04  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
3314
3315         * shell/eggfindbar.c: (egg_find_bar_init): Fixed typo in
3316         findbar code: s/help/search/
3317
3318 2006-08-04  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
3319
3320         * shell/ev-window.c: (setup_document_from_metadata),
3321         (setup_chrome_from_metadata), (setup_sidebar_from_metadata),
3322         (setup_view_from_metadata):
3323         
3324         Fix memory leaks.
3325
3326 2006-07-31  Christian Persch  <chpe@cvs.gnome.org>
3327
3328         * autogen.sh, configure.ac: 
3329         
3330         Update automake usage. See bug 349292.
3331
3332 2006-07-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3333
3334         * shell/eggfindbar.c: (egg_find_bar_class_init),
3335         (entry_activate_callback), (egg_find_bar_init),
3336         (egg_find_bar_set_status_text):
3337         * shell/eggfindbar.h:
3338         
3339         Unify Evince findbar with Epiphany. Nice patch
3340         from Fabricio Silva <silva@crans.org> and
3341         Frederic Peters <fpeters@entrouvert.com>. See
3342         bug #339966 for details.
3343
3344 2006-07-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3345
3346         * data/evince.desktop.in.in:
3347         
3348         Correct information for bugzilla. Thanks to
3349         Olaf Vitters, see bug #348855.
3350
3351 2006-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
3352
3353         * shell/ev-jobs.[ch]:
3354         * shell/ev-sidebar-links.c:
3355         * shell/ev-window.[ch]:
3356
3357         GtkPrintJob doesn't support print ranges or current page, so we export
3358         to a ps file now when printing ranges or current page.
3359
3360 2006-07-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3361
3362         * pdf/ev-poppler.cc:
3363         * shell/ev-window.c: (do_action_named):
3364
3365         We should be more clear about bugzilla. See the
3366         poppler bug #7623.
3367
3368 2006-07-23  Carlos Garcia Campos  <carlosgc@gnome.org>
3369
3370         * configure.ac:
3371         * shell/Makefile.am:
3372         * shell/ev-job-queue.c:
3373         * shell/ev-jobs.[ch]:
3374         * shell/ev-sidebar-links.c:
3375         * shell/ev-window.[ch]:
3376         
3377         Use GtkPrint instead of GnomePrint when it's available. Fixes bug
3378         #348422
3379
3380 2006-07-17  Carlos Garcia Campos  <carlosgc@gnome.org>
3381
3382         * data/evince-toolbar.xml: Add preview toolbar (hidden by default)
3383         * shell/ev-application-service.xml:
3384         * shell/ev-application.[ch]:
3385         * shell/ev-jobs.[ch]:
3386         * shell/ev-window.[ch]: (ev_window_run_preview):
3387         * shell/main.c: 
3388
3389         Add preview mode to use evince as a printing previewer. It also adds
3390         other command line options for fullscreen and presentation modes.
3391         Fixes bugs #347822, #317031
3392
3393 2006-07-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3394
3395         * NEWS:
3396         * configure.ac:
3397         
3398         Update for release 0.5.4
3399
3400 2006-07-11  Bastien Nocera <hadess@hadess.net>
3401
3402         * Makefile.am:
3403         * backend/Makefile.am:
3404         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
3405         * backend/ev-document-factory.h:
3406         * configure.ac:
3407         * impress/.cvsignore:
3408         * impress/Makefile.am:
3409         * impress/common.h:
3410         * impress/document.c: (_imp_load_xml), (imp_open), (imp_nr_pages),
3411         (imp_get_page), (imp_next_page), (imp_prev_page),
3412         (imp_get_page_no), (imp_get_page_name), (imp_get_xml), (imp_close):
3413         * impress/f_oasis.c: (render_object), (render_page),
3414         (get_geometry), (_imp_oasis_load):
3415         * impress/f_oo13.c: (render_object), (render_page), (get_geometry),
3416         (_imp_oo13_load):
3417         * impress/iksemel.c: (iks_malloc), (iks_free), (iks_set_mem_funcs),
3418         (iks_strdup), (iks_strcat), (iks_strcmp), (iks_strcasecmp),
3419         (iks_strncmp), (iks_strncasecmp), (iks_strlen), (iks_escape),
3420         (iks_unescape), (find_space), (iks_stack_new), (iks_stack_alloc),
3421         (iks_stack_strdup), (iks_stack_strcat), (iks_stack_stat),
3422         (iks_stack_delete), (iks_sax_new), (iks_sax_extend),
3423         (iks_parser_stack), (iks_user_data), (iks_nr_bytes),
3424         (iks_nr_lines), (stack_init), (stack_expand), (sax_core),
3425         (iks_parse), (iks_parser_reset), (iks_parser_delete), (iks_new),
3426         (iks_new_within), (iks_insert), (iks_insert_cdata),
3427         (iks_insert_attrib), (iks_insert_node), (iks_hide), (iks_delete),
3428         (iks_next), (iks_next_tag), (iks_prev), (iks_prev_tag),
3429         (iks_parent), (iks_root), (iks_child), (iks_first_tag),
3430         (iks_attrib), (iks_find), (iks_find_cdata), (iks_find_attrib),
3431         (iks_find_with_attrib), (iks_stack), (iks_type), (iks_name),
3432         (iks_cdata), (iks_cdata_size), (iks_has_children),
3433         (iks_has_attribs), (escape_size), (my_strcat), (escape),
3434         (iks_string), (iks_copy_within), (iks_copy), (tagHook),
3435         (cdataHook), (deleteHook), (iks_dom_new), (iks_set_size_hint),
3436         (iks_tree), (iks_load), (iks_save):
3437         * impress/iksemel.h:
3438         * impress/imposter.h:
3439         * impress/impress-document.c: (G_DEFINE_TYPE_WITH_CODE),
3440         (imp_render_draw_bezier_real), (imp_render_get_size),
3441         (imp_render_set_fg_color), (imp_render_draw_line),
3442         (imp_render_draw_rect), (imp_render_draw_polygon),
3443         (imp_render_draw_arc), (imp_render_draw_bezier),
3444         (imp_render_open_image), (imp_render_get_image_size),
3445         (imp_render_scale_image), (imp_render_draw_image),
3446         (imp_render_close_image), (imp_render_markup),
3447         (imp_render_get_text_size), (imp_render_draw_text),
3448         (impress_document_load), (impress_document_save),
3449         (impress_document_get_n_pages), (impress_document_get_page_size),
3450         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
3451         (impress_document_finalize), (impress_document_class_init),
3452         (impress_document_can_get_text), (impress_document_get_info),
3453         (impress_document_document_iface_init),
3454         (impress_document_thumbnails_get_thumbnail),
3455         (impress_document_thumbnails_get_dimensions),
3456         (impress_document_document_thumbnails_iface_init),
3457         (impress_document_init):
3458         * impress/impress-document.h:
3459         * impress/internal.h:
3460         * impress/r_back.c: (_imp_fill_back):
3461         * impress/r_draw.c: (_imp_draw_rect), (_imp_draw_line_end),
3462         (_imp_draw_image), (_imp_tile_image):
3463         * impress/r_geometry.c: (r_parse_color), (r_get_color), (fg_color),
3464         (r_get_x), (r_get_y), (r_get_angle), (r_get_viewbox), (r_polygon),
3465         (r_polyline):
3466         * impress/r_gradient.c: (poly_rotate), (r_draw_gradient_simple),
3467         (r_draw_gradient_complex), (r_draw_gradient):
3468         * impress/r_style.c: (get_style), (r_get_style), (get_style_x),
3469         (r_get_bullet):
3470         * impress/r_text.c: (add_line), (add_span), (calc_sizes),
3471         (calc_pos), (_imp_draw_layout), (text_span), (text_p), (text_list),
3472         (r_text):
3473         * impress/render.c: (imp_create_context), (imp_context_set_page),
3474         (imp_context_set_step), (imp_render), (imp_delete_context):
3475         * impress/render.h:
3476         * impress/zip.c: (zip_error), (find_cd), (get_long), (get_word),
3477         (list_files), (zip_open), (zip_close), (find_file), (seek_file),
3478         (zip_load_xml), (zip_get_size), (zip_load):
3479         * impress/zip.h:
3480         * shell/ev-utils.c:
3481         
3482         New backend to support impress slides. Fixes bug #30867.
3483
3484 2006-07-10  Ghee Teo  <ghee.teo@sun.com>
3485
3486         * shell/ev-utils.c: (using_postscript_printer):
3487         
3488         Fixes crash when print using PAPI backend,
3489         bug #345012.
3490
3491 2006-06-09  Pat Rondon  <pmr@patrondon.org>
3492
3493         * shell/ev-jobs.c: (ev_job_xfer_run):
3494         * shell/ev-window.c: (password_dialog_response),
3495         (ev_window_popup_password_dialog), (ev_window_xfer_job_cb),
3496         (ev_window_dispose):
3497         Fixes bug #344160: if the xfer job doesn't complete
3498         because a password is required, reload the existing
3499         instance instead of creating a new one.
3500
3501 2006-06-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3502
3503         * shell/main.c: (main): Call gdk_threads_init. Thus
3504         we'll avoid errors in auth dialog. Fix for the bug
3505         #343347.
3506
3507 2006-06-01  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
3508
3509         * configure.ac: Advertise pixbuf support, fix
3510         for the bug 343317.
3511
3512 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3513
3514         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_refresh),
3515         (ev_sidebar_thumbnails_set_document):
3516         
3517         Update sidebar thumbnails after reloading.
3518
3519 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3520
3521         * shell/ev-jobs.c: (ev_job_xfer_dispose), (ev_job_xfer_new):
3522         * shell/ev-jobs.h:
3523         * shell/ev-window.c: (ev_window_xfer_job_cb), (ev_window_open_uri),
3524         (ev_window_cmd_view_reload), (ev_window_init):
3525         
3526         Don't crash on reload. Fix for the bug #343167.
3527
3528 2006-05-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3529
3530         * shell/ev-jobs.c: (ev_job_render_run):
3531         
3532         Check for document links.
3533
3534 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3535
3536         * backend/ev-attachment.c: (ev_attachment_save),
3537         (ev_attachment_launch_app), (ev_attachment_open):
3538         * backend/ev-document-factory.c: (get_document_from_uri):
3539         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
3540         (egg_recent_view_uimanager_set_list):
3541         * ps/ps-document.c: (check_filecompressed), (document_load),
3542         (ps_document_load):
3543         * shell/ev-metadata-manager.c: (load_values):
3544         * shell/ev-password.c: (ev_password_dialog_set_property):
3545         * shell/ev-view.c: (tip_from_link):
3546         * shell/ev-window.c: (file_save_dialog_response_cb),
3547         (ev_window_print_dialog_response_cb):
3548         
3549         Use consistent quoting style. Fix for the bug #320285.
3550
3551 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3552
3553         * shell/ev-jobs.c: (ev_job_xfer_run):
3554         * shell/main.c: (load_files):
3555                 
3556         Open links with anchors. Fix for the bug #339836.
3557
3558 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3559
3560         * backend/ev-link-dest.c: (ev_link_dest_type_get_type),
3561         (ev_link_dest_get_page_label), (ev_link_dest_get_property),
3562         (ev_link_dest_set_property), (ev_link_dest_finalize),
3563         (ev_link_dest_class_init), (ev_link_dest_new_named),
3564         (ev_link_dest_new_page_label):
3565         * backend/ev-link-dest.h:
3566         * shell/ev-application.c: (ev_application_open_uri):
3567         * shell/ev-view.c: (goto_dest):
3568         * shell/ev-window.c:
3569         * shell/ev-window.h:
3570         
3571         Fix page-label command line option. Bug #342070.
3572
3573 2006-05-27  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
3574
3575         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
3576         
3577         Don't show highlight rects if page can't be showed. Fix for 
3578         the bug #342076
3579
3580 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3581
3582         * shell/ev-window.c: (setup_sidebar_from_metadata),
3583         (ev_window_sidebar_visibility_changed_cb), (ev_window_init):
3584         
3585         Setup sidebar from metadata even if there is no document
3586         loaded. Fix for the bug #342807.
3587
3588 2006-05-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3589
3590         * cut-n-paste/toolbar-editor/Makefile.am:
3591         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
3592         (get_dock_position), (get_toolbar_position), (get_toolbar_nth),
3593         (find_action), (drag_data_delete_cb), (drag_begin_cb),
3594         (drag_end_cb), (drag_data_get_cb), (move_item_cb),
3595         (remove_item_cb), (remove_toolbar_cb), (popup_context_deactivate),
3596         (popup_context_menu_cb), (button_press_event_cb),
3597         (configure_item_sensitivity), (configure_item_cursor),
3598         (configure_item_tooltip), (connect_widget_signals),
3599         (action_sensitive_cb), (create_item_from_action),
3600         (create_item_from_position), (toolbar_drag_data_received_cb),
3601         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
3602         (toolbar_drag_leave_cb), (configure_drag_dest),
3603         (toggled_visibility_cb), (toolbar_visibility_refresh),
3604         (create_dock), (toolbar_changed_cb), (unparent_fixed),
3605         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
3606         (item_added_cb), (item_removed_cb), (egg_editable_toolbar_build),
3607         (egg_editable_toolbar_set_model), (egg_editable_toolbar_init),
3608         (egg_editable_toolbar_dispose),
3609         (egg_editable_toolbar_set_ui_manager),
3610         (egg_editable_toolbar_get_selected),
3611         (egg_editable_toolbar_set_selected), (set_edit_mode),
3612         (egg_editable_toolbar_set_property),
3613         (egg_editable_toolbar_get_property),
3614         (egg_editable_toolbar_class_init), (egg_editable_toolbar_new),
3615         (egg_editable_toolbar_new_with_model),
3616         (egg_editable_toolbar_get_edit_mode),
3617         (egg_editable_toolbar_set_edit_mode),
3618         (egg_editable_toolbar_add_visibility), (egg_editable_toolbar_show),
3619         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed):
3620         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
3621         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (compare_items),
3622         (item_added_or_removed_cb), (toolbar_removed_cb),
3623         (egg_toolbar_editor_set_model), (egg_toolbar_editor_class_init),
3624         (egg_toolbar_editor_finalize), (drag_begin_cb), (drag_end_cb),
3625         (drag_data_get_cb), (set_drag_cursor), (editor_create_item),
3626         (editor_create_item_from_name), (append_table),
3627         (update_editor_sheet), (egg_toolbar_editor_init):
3628         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
3629         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
3630         (egg_toolbars_model_to_xml), (egg_toolbars_model_save_toolbars),
3631         (is_unique), (toolbar_node_new), (item_node_new), (item_node_free),
3632         (toolbar_node_free), (egg_toolbars_model_get_flags),
3633         (egg_toolbars_model_set_flags), (egg_toolbars_model_get_data),
3634         (egg_toolbars_model_get_name), (impl_add_item),
3635         (egg_toolbars_model_add_item), (egg_toolbars_model_add_toolbar),
3636         (parse_data_list), (parse_item_list), (parse_toolbars),
3637         (egg_toolbars_model_load_toolbars), (parse_available_list),
3638         (parse_names), (egg_toolbars_model_load_names),
3639         (egg_toolbars_model_class_init), (egg_toolbars_model_init),
3640         (egg_toolbars_model_finalize), (egg_toolbars_model_remove_toolbar),
3641         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
3642         (egg_toolbars_model_delete_item), (egg_toolbars_model_n_items),
3643         (egg_toolbars_model_item_nth), (egg_toolbars_model_n_toolbars),
3644         (egg_toolbars_model_toolbar_nth), (egg_toolbars_model_get_types),
3645         (egg_toolbars_model_set_types), (fill_avail_array),
3646         (egg_toolbars_model_get_name_avail),
3647         (egg_toolbars_model_get_name_flags),
3648         (egg_toolbars_model_set_name_flags):
3649         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
3650         * cut-n-paste/toolbar-editor/eggintl.h:
3651         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
3652         (egg_tree_multi_drag_source_get_type),
3653         (egg_tree_multi_drag_source_row_draggable),
3654         (egg_tree_multi_drag_source_drag_data_delete),
3655         (egg_tree_multi_drag_source_drag_data_get), (stop_drag_check),
3656         (egg_tree_multi_drag_button_release_event), (selection_foreach),
3657         (path_list_free), (set_context_data), (get_context_data),
3658         (get_info), (egg_tree_multi_drag_drag_data_get),
3659         (egg_tree_multi_drag_motion_event),
3660         (egg_tree_multi_drag_button_press_event),
3661         (egg_tree_multi_drag_add_drag_support):
3662         * cut-n-paste/toolbar-editor/eggtreemultidnd.h:
3663         * shell/ev-application.c: (ev_application_init),
3664         (ev_application_save_toolbars_model):
3665         * shell/ev-window.c: (ev_window_create_fullscreen_popup),
3666         (ev_window_cmd_edit_toolbar), (ev_window_init):
3667         
3668         Sync toolbareditor with epiphany and libegg
3669
3670 2006-05-23  Carlos Garcia Campos  <carlosgc@gnome.org>
3671
3672         * configure.ac: 
3673
3674         Depend on poppler 0.5.2
3675
3676 2006-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3677
3678         * shell/ev-jobs.c: (ev_job_render_run):
3679         
3680         Check if document supports links iterface.
3681
3682 2006-05-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3683
3684         * NEWS:
3685         * configure.ac:
3686         
3687         Update for release 0.5.3
3688
3689 2006-05-13  Michael Plump  <plumpy@skylab.org>
3690
3691         * configure.ac:
3692         * shell/Makefile.am:
3693         * shell/main.c: (main):
3694         
3695         Port to GOption command line parsing. Fix for the 
3696         bug #327518
3697
3698 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3699
3700         * shell/ev-window.c: (ev_window_cmd_help_about):
3701         
3702         Do not wrap license. Fix for the bug #309460.
3703
3704 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3705
3706         * configure.ac:
3707         * properties/ev-properties-main.c: (ev_properties_get_pages):
3708         * shell/ev-application.c: (ev_application_open_window),
3709         (ev_application_open_uri_at_dest):
3710         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
3711         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
3712         (ev_sidebar_thumbnails_use_icon_view), (page_changed_cb):
3713         * shell/ev-utils.c: (save_print_config_to_file):
3714         * shell/ev-window.c: (ev_window_cmd_save_as),
3715         (ev_attachment_popup_cmd_save_attachment_as):
3716         * shell/main.c: (load_files_remote):
3717         
3718         Bump requirements to gtk 2.8 and drop all ifdefs used.
3719
3720 2006-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3721
3722         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
3723         * shell/ev-window.c: (ev_window_init):
3724         
3725         Show attachments page.
3726
3727 2006-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3728
3729         * po/POTFILES.in:
3730         * shell/ev-attachment-bar.c:
3731         * shell/ev-attachment-bar.h:
3732         * shell/ev-sidebar-attachments.c:
3733         (ev_sidebar_attachments_icon_cache_add),
3734         (icon_theme_get_pixbuf_from_mime_type),
3735         (ev_sidebar_attachments_icon_cache_get), (icon_cache_update_icon),
3736         (ev_sidebar_attachments_icon_cache_refresh),
3737         (ev_sidebar_attachments_get_attachment_at_pos),
3738         (ev_sidebar_attachments_popup_menu_show),
3739         (ev_sidebar_attachments_popup_menu),
3740         (ev_sidebar_attachments_button_press),
3741         (ev_sidebar_attachments_update_icons),
3742         (ev_sidebar_attachments_drag_data_get),
3743         (ev_sidebar_attachments_get_property),
3744         (ev_sidebar_attachments_destroy),
3745         (ev_sidebar_attachments_class_init), (ev_sidebar_attachments_init),
3746         (ev_sidebar_attachments_new),
3747         (ev_sidebar_attachments_set_document),
3748         (ev_sidebar_attachments_support_document),
3749         (ev_sidebar_attachments_get_label),
3750         (ev_sidebar_attachments_page_iface_init):
3751         * shell/ev-sidebar-attachments.h:
3752         * shell/ev-window.c: (update_chrome_visibility),
3753         (setup_sidebar_from_metadata), (ev_window_setup_document),
3754         (ev_window_sidebar_current_page_changed_cb),
3755         (attachment_bar_menu_popup_cb), (ev_window_init):
3756         
3757         Move attachments bar to sidebar.
3758
3759 2006-05-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3760
3761         * pdf/ev-poppler.cc:
3762         * shell/ev-application.[ch]:
3763         * shell/main.c:
3764
3765         Fix some memory leaks.
3766
3767 2006-05-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
3768
3769         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
3770
3771         Change the properties dialog response to
3772         GTK_RESPONSE_CANCEL instead of GTK_RESPONSE_CLOSE. This
3773         will make the dialog go away when the user presses
3774         enter. With gtk+ >= 2.9 this will happen anyway, but for
3775         older gtk+ versions only GTK_RESPONSE_CANCEL is bound to
3776         escape by default. Fixes bug #340539. See also bug
3777         #101293 for the gtk+ part.
3778
3779 2006-05-08  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
3780
3781         * shell/ev-view.c (tip_from_action_named): Replace some strings
3782         that were wrong. Closes #340970.
3783
3784 2006-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3785
3786         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
3787
3788         Update sidebar chrome flag when sidebar visibility changes. Fixes bug
3789         #341049
3790
3791 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3792
3793         * djvu/Makefile.am:
3794         * dvi/Makefile.am:
3795         * dvi/mdvi-lib/Makefile.am:
3796         * properties/Makefile.am:
3797         * ps/Makefile.am:
3798         * shell/Makefile.am:
3799         * thumbnailer/Makefile.am:
3800         
3801         Due to broken libtool that is unable to track dependencies
3802         of noinst libraries we are forced to explicitely point
3803         libraries for binary. Fix for the bug #333334.
3804
3805 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3806
3807         * data/evince.desktop.in.in:
3808         * shell/ev-view.c: (view_update_range_and_current_page),
3809         (ev_view_next_page), (ev_view_previous_page):
3810         * shell/ev-window.c: (update_chrome_visibility),
3811         (setup_sidebar_from_metadata), (ev_window_setup_document),
3812         (ev_window_update_fullscreen_popup), (fullscreen_timeout_cb),
3813         (fullscreen_set_timeout), (fullscreen_clear_timeout),
3814         (fullscreen_motion_notify_cb), (ev_window_run_fullscreen),
3815         (ev_window_stop_fullscreen), (ev_window_run_presentation),
3816         (ev_window_stop_presentation), (ev_window_focus_in_event),
3817         (ev_window_focus_out_event), (ev_window_view_sidebar_cb),
3818         (ev_window_init):
3819         * thumbnailer/Makefile.am:
3820         
3821         Update fullscreen and presentation timeout handling. Hide
3822         cursor in presentation after timeout. Fix for the bugs
3823         #136359 and #336981.
3824
3825 2006-05-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3826
3827         * backend/ev-link-action.[ch]:
3828         * pdf/ev-poppler.cc: (ev_link_from_action):
3829         * shell/ev-view-private.h:
3830         * shell/ev-view.c: (ev_view_handle_link), (tip_from_action_named):
3831         * shell/ev-window.c: (do_action_named), (view_external_link_cb):
3832
3833         Add support for Named Action links
3834
3835 2006-05-02  Carlos Garcia Campos  <carlosgc@gnome.org>
3836
3837         * backend/Makefile.am:
3838         * backend/ev-document-links.[ch]:
3839         * backend/ev-document.[ch]:
3840         * backend/ev-link-action.[ch]:
3841         * backend/ev-link-dest.[ch]:
3842         * backend/ev-link.[ch]:
3843         * pdf/ev-poppler.cc: (pdf_document_find_link_dest),
3844         (ev_link_dest_from_dest), (ev_link_from_action), (build_tree):
3845         * shell/ev-page-action.c: (build_new_tree_cb):
3846         * shell/ev-sidebar-links.c: (get_page_from_dest), (print_section_cb),
3847         (links_page_num_func), (update_page_callback):
3848         * shell/ev-view.[ch]: (ev_view_goto_dest), (ev_view_handle_link),
3849         (tip_from_link):
3850         * shell/ev-jobs.c:
3851         * shell/ev-window.[ch]: (ev_window_open_uri),
3852         (sidebar_links_link_activated_cb), (ev_view_popup_cmd_open_link):
3853         * shell/ev-application.[ch]: (ev_application_open_window),
3854         (ev_application_open_uri):
3855
3856         Rework links system, it adds support for remote links now and it makes
3857         easier to add new kinds of actions and destinations. Fixes bug #317292
3858
3859 2006-05-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3860
3861         * data/Makefile.am:
3862         * data/evince.png:
3863         * data/evince-16.png:
3864         * data/evince-22.png:
3865         * data/evince.svg:
3866         * shell/main.c: (main):
3867         
3868         Evince use it's own icon. Fix for the bug #313392.
3869
3870         * shell/ev-window.c: (fullscreen_timeout_cb),
3871         (fullscreen_set_timeout), (fullscreen_clear_timeout),
3872         (ev_window_cmd_help_about), (ev_window_dispose):
3873         
3874         Simplify fullscreen timeout code.
3875
3876 2006-04-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3877
3878         * backend/ev-attachment.c: 
3879         * shell/ev-attachment-bar.c:
3880         * shell/ev-window.c:
3881
3882         Allow multiple selection of attachments
3883
3884 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3885
3886         * shell/ev-view.c: (view_update_range_and_current_page),
3887         (ev_view_scroll):
3888         
3889         Fix for the bug #312573 – Optimal selection of current 
3890         page among visible pages.
3891
3892 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3893
3894         * configure.ac:
3895         * djvu/Makefile.am:
3896         * djvu/djvu-text.h:
3897         
3898         Update to djvulibre-3.5.17, now it uses pkg-config. Fix
3899         for the bug 339868.
3900
3901 2006-04-22  Kjartan Maraas  <kmaraas@gnome.org>
3902
3903         * configure.ac: Fix the LINGUAS stuff here too so it builds.
3904
3905 2006-04-21  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
3906
3907         * shell/ev-window.c: Add ellipsis to the Find... menu item, as
3908         dictated by the GNOME HIG. Fixes bug #339235.
3909
3910 2006-04-20  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
3911
3912         * data/evince-ui.xml:
3913         * shell/ev-view.c: (ev_view_can_find_previous):
3914         * shell/ev-view.h:
3915         * shell/ev-window.c: (ev_window_update_actions),
3916         (ev_window_cmd_edit_find_previous):
3917
3918         Add support for "Find Previous" as dictated by the GNOME HIG. A
3919         menu item is added and some glue code to make it all work is added
3920         to various files.
3921
3922 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
3923
3924         * configure.ac: Award myself the "useless use of cat" award.
3925
3926 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
3927
3928         * po/LINGUAS: New file listing all supported languages.
3929
3930         * configure.in: Use po/LINGUAS instead of including all languages
3931         directly in this file. See the wiki for more information:
3932         http://live.gnome.org/GnomeGoals/PoLinguas
3933
3934 2006-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
3935
3936         * backend/ev-document-factory.c:
3937
3938         Do not load the document twice when there isn't errors
3939
3940 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3941
3942         * backend/ev-attachment.c: 
3943
3944         Fix a crash when there isn't a default application to open an
3945         attachment
3946
3947 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3948
3949         * backend/ev-attachment.[ch]:
3950         * shell/ev-attachment-bar.[ch]:
3951
3952         Added missing files. 
3953
3954 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3955
3956         * backend/Makefile.am:
3957         * data/evince-ui.xml:
3958         * backend/ev-attachment.[ch]:
3959         * backend/ev-document.[ch]: (ev_document_has_attachments),
3960         (ev_document_get_attachments):
3961         * pdf/ev-poppler.cc: (pdf_document_has_attachments),
3962         (attachment_save_to_buffer), (pdf_document_get_attachments),
3963         (pdf_document_document_iface_init):
3964         * shell/Makefile.am:
3965         * shell/ev-attachment-bar.[ch]:
3966         * shell/ev-window.c:
3967
3968         Add support for PDF attachments. Fixes bug #325143
3969
3970 2006-04-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3971
3972         * backend/ev-document-factory.c: (get_document_from_uri),
3973         (ev_document_factory_get_document):
3974         * backend/ev-document-factory.h:
3975         * properties/ev-properties-main.c: (ev_properties_get_pages):
3976         * shell/Makefile.am:
3977         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
3978         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
3979         (ev_job_queue_remove_job):
3980         * shell/ev-job-queue.h:
3981         * shell/ev-job-xfer.c:
3982         * shell/ev-job-xfer.h:
3983         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
3984         (ev_job_fonts_new), (ev_job_fonts_run), (ev_job_xfer_init),
3985         (ev_job_xfer_dispose), (ev_job_xfer_class_init), (ev_job_xfer_new),
3986         (ev_job_xfer_run):
3987         * shell/ev-jobs.h:
3988         * shell/ev-window.c: (ev_window_is_empty),
3989         (password_dialog_response), (ev_window_clear_xfer_job),
3990         (ev_window_xfer_job_cb), (ev_window_open_uri),
3991         (ev_window_cmd_focus_page_selector),
3992         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
3993         (ev_window_cmd_continuous), (ev_window_cmd_dual),
3994         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
3995         (ev_window_dispose):
3996         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
3997         
3998         * Cleanup mime type detection on document load. Fix for the
3999         bug #336448.
4000
4001 2006-04-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4002
4003         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
4004         
4005         Fix crash on exit, described in the bug #336825.
4006
4007 2006-03-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4008
4009         * backend/ev-document-factory.c:
4010         (ev_document_factory_get_from_mime),
4011         (ev_document_factory_get_all_mime_types), (get_document_from_uri),
4012         (ev_document_factory_get_document),
4013         (file_filter_add_mime_list_and_free),
4014         (ev_document_factory_add_filters):
4015         * backend/ev-document-factory.h:
4016         * properties/ev-properties-main.c: (ev_properties_get_pages):
4017         * shell/Makefile.am:
4018         * shell/ev-application.c:
4019         * shell/ev-job-xfer.c: (ev_job_xfer_run):
4020         * shell/ev-window.c: (ev_window_cmd_file_open),
4021         (ev_window_cmd_save_as):
4022         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
4023         
4024         Rework factory functions so they are placed now in a single 
4025         file ev-document-factory.c
4026
4027 2006-03-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4028
4029         * shell/ev-window.c: (update_chrome_visibility):
4030         
4031         Fix for the bug 166566 - don't show menubar in fullscreen
4032         mode.
4033
4034 2006-03-22  Tommi Vainikainen  <thv@iki.fi>
4035
4036         * configure.ac (ALL_LINGUAS): Added Dzongkha (dz).
4037
4038 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4039
4040         * shell/ev-view.c: (ev_view_expose_event):
4041         
4042         More correctly draw loading text when document
4043         is empty.
4044
4045 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4046
4047         * shell/ev-view.c: (ev_view_scroll):
4048         
4049         Fix for the bug #334854, page down and page up switch
4050         pages in presentation mode.
4051
4052 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4053
4054         * shell/ev-window.c: (ev_window_set_action_sensitive),
4055         (ev_window_setup_action_sensitivity), (ev_window_update_actions),
4056         (ev_window_set_view_accels_sensitivity),
4057         (update_chrome_visibility), (ev_window_cmd_focus_page_selector),
4058         (ev_window_cmd_continuous), (ev_window_cmd_dual),
4059         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
4060         (find_changed_cb), (page_changed_cb), (ev_window_setup_document),
4061         (ev_window_cmd_edit_find), (ev_window_set_page_mode),
4062         (ev_window_cmd_edit_toolbar_cb), (ev_window_zoom_changed_cb),
4063         (ev_window_has_selection_changed_cb), (find_bar_search_changed_cb),
4064         (view_actions_focus_in_cb), (ev_window_init):
4065         
4066         Fix for the bug #333902, now it's possible to search
4067         words with slash.
4068
4069 2006-03-16  Jérémy Ar Floc'h <jérémy.lefloch@gmail.com>
4070
4071         * configure.ac: Added Breton translation.
4072         * po/br.po: Added Breton translation.
4073
4074 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4075
4076         * shell/ev-window-title (ev_window_title_update):
4077
4078         Fix memory leak in window title. Fixes bug #333944
4079
4080 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4081
4082         * shell/ev-metadata-manager.c (parseItem):
4083
4084         Fix memory leaks. Fixes bug #333945
4085
4086 2006-03-13  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
4087         
4088         * NEWS, configure.ac, TODO:
4089         
4090         Update for release 0.5.2.
4091
4092 2006-03-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4093
4094         * shell/ev-view.c: (view_update_range_and_current_page),
4095         (page_changed_cb):
4096         
4097         Don't jump on scrolling, fix for the bug #333127.
4098
4099 2006-03-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4100
4101         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
4102         
4103         Scroll by one page in presentation mode. Fix for the bug
4104         #332993.
4105
4106 2006-03-01  Vladimer SIchinava <vlsichinava@gmail.com>
4107
4108         * configure.ac: Added ka (Georgian) to ALL_LINGUAS line.
4109
4110 2006-02-28  Clytie Siddall <clytie@riverland.net.au>
4111
4112         * configure.ac  Added lv in ALL_LINGUAS line.
4113
4114 2006-02-27  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
4115         
4116         * NEWS, configure.ac:
4117         
4118         Update for release 0.5.1
4119
4120 2006-02-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
4121
4122         * backend/ev-document-misc.c: (ev_document_misc_paint_one_page):
4123         * backend/ev-document-misc.h:
4124         * shell/ev-view.c: (draw_one_page):
4125         
4126          Clairfy what page the toolbar page number applies to. Fix
4127          for the bug #328102.
4128
4129 2006-02-24  Stanislav Slusny <slusnys@gmail.com>
4130
4131         * shell/ev-view-private.h:
4132         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_event),
4133         (ev_view_init), (find_changed_cb), (ev_view_find_previous),
4134         (ev_view_search_changed):
4135         * shell/ev-view.h:
4136         * shell/ev-window.c: (find_bar_search_changed_cb):
4137         
4138         Dont't jump to find result if window was scrolled during search.
4139         Fix for the bug #313266.
4140
4141 2006-02-21  Stanislav Slusny <slusnys@gmail.com>
4142
4143         * shell/eggfindbar.c: (egg_find_bar_class_init):
4144         * shell/eggfindbar.h:
4145         * shell/ev-view-accessible.c: (ev_view_accessible_idle_do_action):
4146         * shell/ev-view-private.h:
4147         * shell/ev-view.c: (add_scroll_binding_keypad), (ev_view_scroll),
4148         (ev_view_class_init), (ev_sizing_mode_get_type),
4149         (ev_scroll_type_get_type):
4150         * shell/ev-view.h:
4151         * shell/ev-window.c: (ev_window_cmd_scroll_forward),
4152         (ev_window_cmd_scroll_backward), (find_bar_scroll),
4153         (ev_window_init):
4154         
4155         Fix for the bug 319133 - Find entry should allow text scroll.
4156
4157 2006-02-20  Antoine Dopffer <antoine.dopffer@free.fr>
4158
4159         * shell/ev-view-private.h:
4160         * shell/ev-view.c: (view_update_range_and_current_page),
4161         (highlight_find_results), (find_changed_cb), (page_changed_cb),
4162         (ev_view_set_document), (update_find_status_message),
4163         (jump_to_find_result), (jump_to_find_page), (ev_view_find_next),
4164         (ev_view_find_previous):
4165         
4166         Fix for the bug #319137. Search now takes account for scrolling.
4167
4168 2006-02-19  Michael Hofmann <mh21@piware.de>
4169
4170         * configure.ac:
4171         * djvu/Makefile.am:
4172         * djvu/djvu-document-private.h:
4173         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
4174         (djvu_handle_events), (djvu_document_load), (djvu_document_save),
4175         (djvu_document_get_page_size), (djvu_document_render_pixbuf),
4176         (djvu_document_can_get_text), (djvu_document_get_text),
4177         (djvu_document_document_iface_init),
4178         (djvu_document_thumbnails_get_thumbnail),
4179         (djvu_document_find_begin), (djvu_document_find_get_n_results),
4180         (djvu_document_find_get_result),
4181         (djvu_document_find_page_has_results),
4182         (djvu_document_find_get_progress), (djvu_document_find_cancel),
4183         (djvu_document_find_iface_init):
4184         * djvu/djvu-text-page.c: (djvu_text_page_selection_process),
4185         (djvu_text_page_selection), (djvu_text_page_limits_process),
4186         (djvu_text_page_limits), (djvu_text_page_copy),
4187         (djvu_text_page_position), (djvu_text_page_union),
4188         (djvu_text_page_sexpr_process), (djvu_text_page_sexpr),
4189         (djvu_text_page_box), (djvu_text_page_append_text),
4190         (djvu_text_page_search), (djvu_text_page_prepare_search),
4191         (djvu_text_page_new), (djvu_text_page_free):
4192         * djvu/djvu-text-page.h:
4193         * djvu/djvu-text.c: (djvu_text_idle_callback), (djvu_text_new),
4194         (djvu_text_copy), (djvu_text_free), (djvu_text_get_text),
4195         (djvu_text_n_results), (djvu_text_has_results),
4196         (djvu_text_get_result), (djvu_text_get_progress):
4197         * djvu/djvu-text.h:
4198         
4199         Text search in djvu. Fix for the bug #303415.
4200
4201 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4202
4203         * configure.ac:
4204         * shell/ev-window.c: (ev_window_cmd_save_as):
4205         
4206         Ask filechooser to confirm overwrite. Fix for the bug #328266.
4207         Thanks to Gary Coady <gary@lyranthe.org>
4208
4209 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4210
4211         * shell/ev-print-job.c: (idle_print_handler):
4212         
4213         Inverse order printing, bug #320919.
4214
4215 2006-02-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4216
4217         * data/evince-toolbar.xml:
4218         * shell/ev-window.c:
4219         
4220         Allow to add sidebar checkbutton on toolbar. Fix
4221         for the bug #144577.
4222
4223 2006-02-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4224
4225         * ps/ps-document.c: (push_pixbuf), (setup_pixmap):
4226         
4227         Add checks that have sense for empty ps document.
4228
4229 2006-02-15  Luca Ferretti <elle.uca@libero.it>
4230
4231         * configure.ac: Include PS in mime types list. 
4232
4233 2006-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4234
4235         * configure.ac:
4236         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
4237         * ps/gsdefaults.h:
4238         * ps/ps-document.c: (start_interpreter), (ps_document_load):
4239         
4240         Runtime check for gs interpreter. Fix for the bug #320868.
4241         Thanks to Antoine Dopffer antoine.dopffer@free.fr
4242
4243 2006-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
4244
4245         * shell/ev-application.c: 
4246
4247         Use DBUS_NAME_FLAG_DO_NOT_QUEUE flag in RequestName method when
4248         dbus>=0.60, so that the request is not queued. 
4249
4250 2006-02-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4251
4252         * configure.ac:
4253         * shell/Makefile.am:
4254         * shell/ev-sidebar-links.c: (print_section_cb):
4255         * shell/ev-utils.c:
4256         * shell/ev-utils.h:
4257         * shell/ev-window.c: (update_action_sensitivity),
4258         (ev_window_close_dialogs), (ev_window_print):
4259         * shell/ev-window.h:
4260         
4261         Make printing support optional. Patch from Eduardo de Barros Lima
4262         <eduardo.lima@indt.org.br> for the bug #330546.
4263
4264 2006-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4265
4266         * shell/ev-view-private.h:
4267         * shell/ev-view.c: (ev_view_expose_event), (ev_view_set_loading),
4268         (ev_view_set_document):
4269         * shell/ev-view.h:
4270         * shell/ev-window.c: (ev_window_load_job_cb),
4271         (ev_window_xfer_job_cb), (ev_window_open_uri), (ev_window_dispose),
4272         (ev_window_init):
4273
4274         Draw Loading message during xfer job. Fix for the bug #329495.
4275
4276 2006-02-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4277
4278         * comics/comics-document.c: (comics_regex_quote),
4279         (comics_document_load), (extract_argv):
4280         
4281         Correcly quote regexp before passing it to unzip.
4282
4283 2006-02-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4284
4285         * shell/ev-page-cache.c: (build_height_to_page),
4286         (ev_page_cache_new), (ev_page_cache_get_max_label_chars),
4287         (ev_page_cache_get_dual_even_left):
4288         * shell/ev-page-cache.h:
4289         * shell/ev-view.c: (view_update_range_and_current_page),
4290         (get_page_y_offset), (get_page_extents):
4291         
4292         Place even pages to the left if document has less then
4293         two pages. Fix for the bug #328856.
4294
4295 2006-01-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4296
4297         * thumbnailer/evince-thumbnailer-comics.schemas.in:
4298         
4299         Correct comics scheme. This make evince create thumbnails
4300         for comic books. Fix for the bug 329088.
4301
4302 2006-01-31  Christopher Aillon  <caillon@redhat.com>
4303
4304         * data/evince-password.glade: Don't explicitly set
4305         invisible_char to the current default value in case
4306         the default changes; let GTK+ do its magic.
4307
4308 2006-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4309
4310         * shell/ev-job-xfer.c: (ev_job_xfer_run): Append
4311         real filename to tmp filename since often document
4312         type is determined by extension.
4313
4314 2006-01-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
4315
4316         * shell/ev-view.c: (add_scroll_binding_keypad),
4317         (ev_view_binding_activated), (ev_view_class_init):
4318         
4319         Add keybindings for percision-scrolling of display area. 
4320         Fix for the bug #314072.
4321
4322 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4323
4324         * data/evince.desktop.in.in:
4325         
4326         Add GTK to the list of categories. Fix for the bug #328034.
4327
4328 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4329
4330         * shell/ev-application.c: (ev_application_shutdown),
4331         (ev_application_set_chooser_uri), (ev_application_get_chooser_uri):
4332         * shell/ev-application.h:
4333         * shell/ev-window.c: (file_open_dialog_response_cb),
4334         (ev_window_cmd_file_open):
4335         
4336         Save last uri in file chooser dialog. Fix for the bug #327950.
4337
4338 2006-01-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4339
4340         * NEWS:
4341         * README:
4342         
4343         Final update for release 0.5.0
4344         
4345         * shell/Makefile.am:
4346         
4347         Remove disable deprecated until we'll require libgnome-2.13.7
4348         and port to GOption argument parsing. See bug 327518.
4349
4350 2006-01-19  Jani Monoses <jani.monoses@gmail.com>
4351
4352         * comics/comics-document.c: (comics_document_save):
4353         * djvu/djvu-document.c: (djvu_document_save):
4354         * dvi/dvi-document.c: (dvi_document_save):
4355         * lib/ev-file-helpers.c: (ev_tmp_filename), (ev_xfer_uri_simple):
4356         * lib/ev-file-helpers.h:
4357         * pixbuf/pixbuf-document.c: (pixbuf_document_save):
4358         * tiff/tiff-document.c: (tiff_document_save):
4359         
4360         Use common save function for backends.
4361
4362 2006-01-18  Jani Monoses <jani.monoses@gmail.com>
4363
4364         * backend/ev-document-types.c:
4365         
4366         Fix crash on saving pixbuf.
4367
4368 2006-01-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4369
4370         * cut-n-paste/recent-files/egg-recent-item.c:
4371         (get_uri_shortname_for_display), (egg_recent_item_get_short_name):
4372         * cut-n-paste/recent-files/egg-recent-model.c: (parse_info_init),
4373         (parse_info_free), (valid_element), (start_element_handler),
4374         (end_element_handler), (text_handler), (egg_recent_model_filter),
4375         (egg_recent_model_monitor_cb), (egg_recent_model_poll_timeout),
4376         (egg_recent_model_monitor), (egg_recent_model_read),
4377         (egg_recent_model_open_file), (egg_recent_model_lock_file),
4378         (egg_recent_model_unlock_file), (egg_recent_model_finalize),
4379         (egg_recent_model_set_property), (egg_recent_model_class_init),
4380         (egg_recent_model_init), (egg_recent_model_add_full),
4381         (egg_recent_model_delete), (egg_recent_model_get_list),
4382         (egg_recent_model_clear), (egg_recent_model_clear_mime_filter),
4383         (egg_recent_model_set_filter_mime_types),
4384         (egg_recent_model_clear_group_filter),
4385         (egg_recent_model_set_filter_groups),
4386         (egg_recent_model_clear_scheme_filter),
4387         (egg_recent_model_set_filter_uri_schemes),
4388         (egg_recent_model_remove_expired):
4389         * cut-n-paste/recent-files/egg-recent-util.c:
4390         (egg_recent_util_get_icon):
4391         * cut-n-paste/recent-files/egg-recent-util.h:
4392         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
4393         (connect_proxy_cb), (egg_recent_view_uimanager_set_list),
4394         (egg_recent_view_uimanager_set_empty_list), (model_changed_cb),
4395         (egg_recent_view_uimanager_set_property),
4396         (egg_recent_view_uimanager_get_property),
4397         (egg_recent_view_uimanager_class_init),
4398         (egg_recent_view_uimanager_init),
4399         (egg_recent_view_uimanager_set_label_width),
4400         (egg_recent_view_uimanager_get_label_width):
4401         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
4402         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
4403         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
4404         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
4405         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
4406         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
4407         
4408         Update from libegg.
4409
4410 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4411
4412         * shell/ev-page-cache.c: (build_height_to_page),
4413         (ev_page_cache_get_height_to_page):
4414         * shell/ev-page-cache.h:
4415         * shell/ev-view.c: (view_update_range_and_current_page),
4416         (get_page_y_offset), (get_page_extents), (ev_view_next_page),
4417         (ev_view_previous_page):
4418         
4419         Dual mode places even pages to the left. Fix for the bug #309393.
4420
4421         * shell/ev-view.h:
4422         * shell/ev-window.c: (update_action_sensitivity),
4423         (setup_view_from_metadata), (view_menu_popup_cb):
4424         
4425         Don't restore presentation in empty windows, more intelligent
4426         next page behaviour in dual mode.
4427
4428         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
4429         (ev_pixbuf_cache_clear_job_sizes):
4430         
4431         Cleanup job callback on removal. Fix for the bug #325886.
4432
4433 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4434
4435         * ps/ps.c: (psscan):
4436         
4437         Commit workaround Mozilla problem. Fix for the bug #325919
4438         
4439         * shell/ev-metadata-manager.c: (parse_value), (parseItem),
4440         (save_item):
4441         
4442         Fix for year 2038 problem.
4443
4444 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4445
4446         * shell/ev-window.c: (setup_document_from_metadata),
4447         (ev_window_cmd_view_reload):
4448
4449         Clamp page recieved from metadata in valid values. Fix
4450         for the bug #325986.
4451
4452 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4453
4454         * MAINTAINERS: 
4455         Add MAINTAINERS as requested on desktop-devel-list.
4456
4457 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4458
4459         * backend/ev-document-factory.c: (gdk_pixbuf_mime_type_list),
4460         (mime_type_supported_by_gdk_pixbuf),
4461         (ev_document_factory_get_mime_types),
4462         (ev_document_factory_get_all_mime_types):
4463         
4464         Don't add pixbuf mime types if pixbuf backend is disabled.
4465         
4466         * shell/ev-application.c: (ev_application_get_uri_window):
4467         
4468         Fix for the bug 325815 - unhandled MIME type message doesn't 
4469         appear a second time. 
4470         
4471         * shell/ev-document-types.c: (ev_document_types_add_filters):
4472         * shell/ev-window.c: (page_changed_cb), (ev_window_setup_document),
4473         (password_dialog_response), (ev_window_popup_password_dialog),
4474         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
4475         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
4476         (ev_window_run_presentation), (ev_window_stop_presentation),
4477         (save_sizing_mode), (ev_window_zoom_changed_cb),
4478         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
4479         (ev_window_dual_mode_changed_cb),
4480         (ev_window_sidebar_current_page_changed_cb),
4481         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
4482         (window_state_event_cb), (window_configure_event_cb):
4483         
4484         Cleanup additional uris holded by EvWindow.
4485
4486 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4487
4488         * shell/ev-view.c: (ev_view_scroll), (ev_view_previous_page),
4489         (ev_view_can_previous_page), (ev_view_can_next_page):
4490         * shell/ev-view.h:
4491         * shell/ev-window.c: (update_action_sensitivity):
4492         
4493         Two page scrolling with Space and PageUp in dual mode. Second fix 
4494         for the bug #316608.
4495
4496 2006-01-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4497
4498         * shell/ev-view.c: (scroll_to_current_page):
4499         
4500         Correctly clamp adjustment value. Fix for the bug
4501         #325808.
4502
4503 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4504
4505         * shell/ev-sidebar-links.c: (print_section_cb):
4506         * shell/ev-window.c: (ev_window_get_uri),
4507         (ev_window_close_dialogs), (ev_window_open_uri), (ev_window_print),
4508         (ev_window_print_dialog_response_cb), (ev_window_print_range),
4509         (ev_window_dispose):
4510         
4511         Make print dialog non-modal. Fix for the bug #325622.
4512
4513 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4514
4515         * shell/ev-metadata-manager.c:
4516         * shell/ev-utils.c: (using_pdf_printer),
4517         (using_postscript_printer), (load_print_config_from_file),
4518         (save_print_config_to_file):
4519         * shell/ev-utils.h:
4520         * shell/ev-window.c: (update_sizing_buttons), (page_changed_cb),
4521         (update_sidebar_visibility), (setup_sidebar_from_metadata),
4522         (setup_view_from_metadata), (ev_window_setup_document),
4523         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
4524         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
4525         (ev_window_run_presentation), (ev_window_stop_presentation),
4526         (save_sizing_mode), (ev_window_zoom_changed_cb),
4527         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
4528         (ev_window_dual_mode_changed_cb),
4529         (ev_window_sidebar_current_page_changed_cb),
4530         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
4531         (window_state_event_cb), (window_configure_event_cb),
4532         (ev_window_init):
4533         
4534         Setting saving behaviour fixes.
4535
4536 2005-12-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4537
4538         * configure.ac:
4539         
4540         Make antialiasing gs options better and allow
4541         to change them during configure. Fix for the 
4542         bug #319049.
4543
4544 2005-12-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4545
4546         * shell/ev-window.c: (setup_view_from_metadata):
4547         
4548         Remember if last window was maximized. Fix for the
4549         bug #323797.
4550
4551 2005-12-28  Abel Cheung  <maddog@linuxhall.org>
4552
4553         * configure.ac: Added "zh_HK" to ALL_LINGUAS.
4554
4555 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4556
4557         * backend/ev-link.c: (ev_link_get_page), (ev_link_init):
4558         * shell/ev-page-action.c: (build_new_tree_cb):
4559         * shell/ev-sidebar-links.c: (links_page_num_func),
4560         (update_page_callback_foreach), (update_page_callback):
4561         * shell/ev-view.c: (scroll_to_current_page):
4562         
4563         Fix for the bug #325067 with more intelligent selection
4564         of current link in sidebar. Make sidebar handle links
4565         of FITR-like type more correctly.
4566
4567         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
4568         (dvi_pixbuf_put_pixel):
4569         
4570         Fix memory consumtion with disabled alpha channel.
4571
4572 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4573
4574         * data/evince-ui.xml:
4575         * shell/ev-window.c: (view_menu_popup_cb),
4576         (ev_popup_cmd_open_link), (ev_window_init):
4577         
4578         Update context menu for internal links. Fix for the bug
4579         #325066.
4580
4581 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4582
4583         * shell/ev-view.c: (ev_view_popup_menu), (ev_view_class_init):
4584         
4585         Bind context menu to keyboard also. Fix for the bug
4586         #325065.
4587
4588 2005-12-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4589
4590         * shell/ev-view.c: (selection_scroll_timeout_cb):
4591         
4592         Horizontal scroll on selection also.
4593
4594 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4595
4596         * shell/ev-metadata-manager.c: (parse_value):
4597         * shell/ev-view.c: (goto_xyz_link):
4598         
4599         Correct zoom setup and metadata save broken in 
4600         some locales.
4601
4602 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4603
4604         * shell/ev-view-private.h:
4605         * shell/ev-view.c: (scroll_to_current_page),
4606         (view_set_adjustment_values), (goto_fitr_link), (goto_fitv_link),
4607         (goto_fith_link), (goto_fit_link), (goto_xyz_link),
4608         (page_changed_cb), (ev_view_set_continuous),
4609         (ev_view_set_dual_page), (ev_view_set_presentation):
4610         
4611         Delay scroll until allocation to correctly position page. Fix
4612         for the bug #317334.
4613
4614 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4615
4616         * NEWS:
4617         * configure.ac:
4618         
4619         Update NEWS and require poppler 0.5.0.
4620
4621 2005-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
4622         
4623         * data/evince-ui.xml:
4624         * shell/ev-view-private.h:
4625         * shell/ev-view.c: (ev_view_get_link_at_location),
4626         (handle_link_over_xy), (ev_view_button_press_event),
4627         (ev_view_button_release_event), (ev_view_class_init):
4628         * shell/ev-window.c: (view_menu_popup_cb), (ev_window_dispose),
4629         (ev_popup_cmd_open_link), (ev_popup_cmd_copy_link_address),
4630         (ev_window_init):
4631         
4632         Implement right-click context menu.
4633
4634 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4635
4636         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
4637         * dvi/pixbuf-device.c: (dvi_pixbuf_create_image),
4638         (mdvi_pixbuf_device_render):
4639         * pdf/ev-poppler.cc:
4640
4641         Don't generate thumbnails with alpha. See bug #324077.
4642         Thanks to Jeroen Zwartepoorte <jeroen.zwartepoorte@gmail.com>.
4643
4644 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4645
4646         * shell/ev-window.c: (setup_chrome_from_metadata):
4647         
4648         Fix typo that was hiding toolbar.
4649
4650 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4651
4652         * shell/ev-view-private.h:
4653         * shell/ev-view.c: (ev_view_realize), (selection_update_idle_cb),
4654         (selection_scroll_timeout_cb), (ev_view_motion_notify_event),
4655         (ev_view_button_release_event), (ev_view_destroy):
4656         
4657         Small cleanup and autoscrolling during selection. Thanks to 
4658         Ricardo Markiewicz  <rmarkie@fi.uba.ar>.
4659
4660 2005-12-22  Jani Monoses <jani.monoses@gmail.com>
4661
4662         * configure.ac:
4663         
4664         Correctly check for comics option.
4665
4666 2005-12-21  Eduardo Lima <eduardo.lima@indt.org.br>
4667         * Makefile.am:
4668         * configure.ac:
4669         * backend/Makefile.am:
4670         * backend/ev-document-factory.c:
4671         * shell/ev-document-types.c:
4672
4673         Included option in configure to make ps backend 
4674         compilation optional with --disable-ps.
4675
4676 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4677
4678         * backend/ev-document-factory.c:
4679         * comics/Makefile.am:
4680         * comics/comics-document.c: (comics_document_load):
4681         * comics/ev-cbr-mime.xml:
4682         * configure.ac:
4683         
4684         Comics mime types are added to shared-mime-info CVS. Now
4685         we don't need to install our own mime types.
4686
4687 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4688
4689         * shell/ev-window.c:
4690         
4691         Add shortcut for "save a copy" menu entry. Fix for
4692         the bug #324582.
4693
4694 2005-12-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4695
4696         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
4697         (job_finished_cb), (new_selection_pixbuf_needed),
4698         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
4699         (clear_job_selection), (ev_pixbuf_cache_set_selection_list):
4700         
4701         Rework selection job info logic and fix critical warning.
4702
4703 2005-12-17  Abel Cheung  <maddog@linuxhall.org>
4704
4705         * configure.ac: Added "cy" "fa" "mk" "vi" to ALL_LINGUAS.
4706
4707 2005-11-27  Jaap A. Haitsma <jaap@haitsma.org>
4708
4709         * data/evince-ui.xml:
4710         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
4711         
4712         Enter as shortcut key for next page. Fix for the bug
4713         #321394.
4714
4715 2005-11-18  Ales Nyakhaychyk  <nab@mail.by>
4716
4717         * configure.ac: Added "be" (Belarusian) to ALL_LINGUAS.
4718
4719 2005-11-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4720
4721         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
4722         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
4723         (new_selection_pixbuf_needed),
4724         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
4725         (clear_job_selection):
4726         
4727         Too early for 0.5. Pixbuf cache code cleaned a bit.
4728
4729 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4730
4731         * NEWS:
4732         * configure.ac:
4733         
4734         Release 0.5.0 preparation
4735
4736 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4737
4738         * comics/Makefile.am:
4739         * configure.ac:
4740         * shell/ev-document-types.c: (ev_document_types_add_filters):
4741         
4742         More advanced handling of custom mime type installation.
4743
4744 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4745
4746         * data/evince.schemas.in:
4747         * shell/ev-metadata-manager.c: (value_free),
4748         (ev_metadata_manager_get_last), (ev_metadata_manager_set_last),
4749         (ev_metadata_manager_get), (ev_metadata_manager_set):
4750         * shell/ev-metadata-manager.h:
4751         * shell/ev-window.c: (update_chrome_flag),
4752         (ev_window_cmd_focus_page_selector), (update_sidebar_visibility),
4753         (setup_document_from_metadata), (setup_chrome_from_metadata),
4754         (setup_sidebar_from_metadata), (setup_view_from_metadata),
4755         (ev_window_cmd_edit_find), (ev_window_cmd_escape),
4756         (ev_window_view_toolbar_cb),
4757         (ev_window_sidebar_visibility_changed_cb), (find_bar_close_cb),
4758         (view_actions_focus_in_cb), (ev_window_init), (ev_window_new):
4759         
4760         Save last document settings and reuse them for new documents.
4761
4762 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4763
4764         * Makefile.am:
4765         * backend/Makefile.am:
4766         * backend/ev-document-factory.c:
4767         * backend/ev-document-factory.h:
4768         * comics/Makefile.am:
4769         * comics/comics-document.c: (G_DEFINE_TYPE_WITH_CODE),
4770         (comics_document_load), (comics_document_save),
4771         (comics_document_get_n_pages), (comics_document_get_page_size),
4772         (get_page_size_area_prepared_cb), (comics_document_render_pixbuf)       (render_pixbuf_size_prepared_cb), (comics_document_finalize),
4773         (comics_document_class_init), (comics_document_can_get_text),
4774         (comics_document_get_info), (comics_document_document_iface_init),
4775         (comics_document_init), (get_supported_image_extensions),
4776         (comics_document_thumbnails_get_geometry),
4777         (comics_document_thumbnails_get_thumbnail),
4778         (comics_document_thumbnails_get_dimensions),
4779         (comics_document_document_thumbnails_iface_init), (extract_argv):
4780         * comics/comics-document.h:
4781         * comics/ev-cbr-mime.xml:
4782         * configure.ac:
4783         * po/POTFILES.in:
4784         * shell/ev-application.c: (ev_application_register_service):
4785         * shell/ev-document-types.c: (ev_document_types_add_filters):
4786         * thumbnailer/Makefile.am:
4787         * thumbnailer/evince-thumbnailer-comics.schemas.in:
4788         
4789         New CBR/CBZ backend for comic books.
4790
4791 2005-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4792
4793         * shell/main.c: (load_files_remote):
4794
4795         Thanks to Robert McQueen <robot101@debian.org>. Dbus
4796         warning on startup of second instance is fixed. It
4797         is bug #320353.
4798
4799 2005-10-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4800
4801         * shell/ev-window.c: (ev_window_finalize):
4802         
4803         Fix double free that cause crash.
4804
4805 2005-10-29  Bastien Nocera <hadess@hadess.net>
4806
4807         * tiff/tiff-document.c: (tiff_document_load):
4808         
4809         Fix memory leak.
4810
4811 2005-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4812
4813         * po/POTFILES.in:
4814         * shell/Makefile.am:
4815         * shell/ev-view-accessible.c: (ev_view_accessible_get_priv),
4816         (ev_view_accessible_free_priv), (ev_view_accessible_class_init),
4817         (ev_view_accessible_get_text),
4818         (ev_view_accessible_get_character_at_offset),
4819         (ev_view_accessible_get_text_before_offset),
4820         (ev_view_accessible_get_text_at_offset),
4821         (ev_view_accessible_get_text_after_offset),
4822         (ev_view_accessible_get_character_count),
4823         (ev_view_accessible_get_caret_offset),
4824         (ev_view_accessible_set_caret_offset),
4825         (ev_view_accessible_get_run_attributes),
4826         (ev_view_accessible_get_default_attributes),
4827         (ev_view_accessible_get_character_extents),
4828         (ev_view_accessible_get_offset_at_point),
4829         (ev_view_accessible_get_n_selections),
4830         (ev_view_accessible_get_selection),
4831         (ev_view_accessible_add_selection),
4832         (ev_view_accessible_remove_selection),
4833         (ev_view_accessible_set_selection),
4834         (ev_view_accessible_text_iface_init),
4835         (ev_view_accessible_idle_do_action),
4836         (ev_view_accessible_action_do_action),
4837         (ev_view_accessible_action_get_n_actions),
4838         (ev_view_accessible_action_get_description),
4839         (ev_view_accessible_action_get_name),
4840         (ev_view_accessible_action_set_description),
4841         (ev_view_accessible_action_iface_init),
4842         (ev_view_accessible_get_type), (ev_view_accessible_new),
4843         (ev_view_accessible_factory_get_accessible_type),
4844         (ev_view_accessible_factory_create_accessible),
4845         (ev_view_accessible_factory_class_init),
4846         (ev_view_accessible_factory_get_type):
4847         * shell/ev-view-accessible.h:
4848         * shell/ev-view-private.h:
4849         * shell/ev-view.c: (ev_view_get_accessible), (ev_view_class_init):
4850         * shell/ev-view.h:
4851         
4852         Initial accessibility support.
4853
4854 2005-10-27  Erdal Ronahi  <erdal.ronahi@gmail.com>
4855
4856         * configure.ac: Added ku (Kurdish) to ALL_LINGUAS
4857
4858 2005-10-26  Hubert Figuiere <hfiguiere@teaser.fr>
4859
4860         * shell/ev-print-job.c: (idle_print_handler):
4861         
4862         Fix for bug Bug 318916: Printing multiple pages.
4863
4864 2005-10-20  Runa Bhattacharjee  <runa@bengalinux.org>
4865
4866         * configure.ac: Added "bn" (Bengali) to ALL_LINGUAS.
4867
4868 2005-10-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4869
4870         * pdf/ev-poppler.cc:
4871         
4872         Thumnail dimensions unified with other backends.
4873         
4874         * shell/ev-window-title.c: (ev_window_title_update):
4875         
4876         Fix warning.
4877
4878 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4879
4880         * data/ev-stock-zoom-fit-width.png:
4881         
4882         Remove unused file.
4883
4884 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4885
4886         * configure.ac:
4887         * djvu/djvu-document.c: (djvu_document_load), (djvu_document_save),
4888         (djvu_document_finalize):
4889         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_save),
4890         (dvi_document_finalize):
4891         * pixbuf/pixbuf-document.c: (pixbuf_document_load),
4892         (pixbuf_document_save), (pixbuf_document_finalize):
4893         * tiff/tiff-document.c: (tiff_document_load), (tiff_document_save),
4894         (tiff_document_finalize):
4895         
4896         Save a copy implemented for various backends.
4897
4898 2005-10-17  Daniel Gryniewicz <dang@gentoo.org>
4899
4900         * configure.ac:
4901         
4902         Don't link with ltiff if tiff is disabled.
4903
4904 2005-10-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4905
4906         * pdf/GDKSplashOutputDev.cc:
4907         * pdf/GDKSplashOutputDev.h:
4908         * pdf/Thumb.cc:
4909         * pdf/Thumb.h:
4910         * pdf/pdf-document.cc:
4911         * pdf/pdf-document.h:
4912         * pdf/test-gdk-output-dev.cc:
4913         
4914         Remove old unused files.
4915
4916 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4917
4918         * shell/ev-window.c: (ev_window_setup_document):
4919         
4920         Fixed warnings on reload and probably crash reason.
4921
4922 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4923
4924         * properties/ev-properties-view.c:
4925         (ev_properties_view_format_date):
4926         
4927         Check if date is invalid. Fix for bug 318134.
4928
4929 2005-10-02  Wouter Bolsterlee <uws+gnome@xs4all.nl>
4930
4931         * shell/ev-window-title.c:
4932         
4933         Add .indd files (Adobe Indesign) to the list of "bad
4934         extensions".
4935
4936 2005-10-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4937
4938         * data/evince-ui.xml:
4939         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
4940         
4941         Add <ctrl>KP_Add and <ctrl>KP_Substract bindings.
4942
4943 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
4944
4945         * shell/ev-window.c: (launch_link), (launch_external_uri),
4946         (view_external_link_cb):
4947
4948         URL-escape link before passing it to gnome_vfs_url_show.
4949
4950 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
4951
4952         * shell/ev-view.[ch], shell/ev-window.c: Disable copy action when
4953         there isn't text selected.
4954
4955 2005-09-27  Marco Pesenti Gritti  <mpg@redhat.com>
4956
4957         * shell/ev-view.c: (handle_link_over_xy):
4958
4959         Check tooltip is valid utf8 before showing it
4960
4961 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
4962
4963         * shell/ev-view.c: Allow drag and drop of text. Fixes #316772
4964
4965 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
4966
4967         * shell/ev-window-title.c: (ev_window_title_update):
4968
4969         Guard against using g_strstrip on NULL. Fixes bug #317291.
4970
4971 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
4972
4973         * pdf/ev-poppler.cc:
4974
4975         Show title even for unknown links
4976
4977 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
4978
4979         * shell/ev-window-title.c: (ev_window_title_update):
4980
4981         Strip the title string
4982
4983 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
4984
4985         * shell/ev-window-title.c:
4986
4987         Add .rtf to the bad extensions list
4988
4989 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
4990
4991         * shell/ev-view.c: (doc_point_to_view_point), (goto_fitr_link),
4992         (goto_fitv_link), (goto_fith_link), (goto_xyz_link):
4993
4994         Ignore link coordinates if they are outside page bounds
4995
4996 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
4997
4998         * backend/ev-link.c: (ev_link_type_get_type),
4999         (ev_link_get_filename), (ev_link_get_params),
5000         (ev_link_get_property), (ev_link_set_property),
5001         (ev_window_dispose), (ev_link_class_init), (ev_link_new_launch):
5002         * backend/ev-link.h:
5003         * pdf/ev-poppler.cc:
5004         * shell/ev-view.c: (ev_view_goto_link), (ev_view_class_init):
5005         * shell/ev-window.c: (launch_link), (view_external_link_cb),
5006         (ev_window_init):
5007
5008         Implement launch links. Delegate external link opening to
5009         the window.
5010
5011 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
5012
5013         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_bottom),
5014         (ev_link_get_right), (ev_link_get_property),
5015         (ev_link_set_property), (ev_link_class_init),
5016         (ev_link_new_page_fitv), (ev_link_new_page_fitr):
5017         * backend/ev-link.h:
5018         * pdf/ev-poppler.cc:
5019         * shell/ev-view.c: (goto_fitr_link), (ev_view_goto_link):
5020
5021         Implement fitr links
5022
5023 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
5024
5025         * shell/ev-view.c: (ev_view_get_width), (ev_view_get_height),
5026         (goto_fitv_link), (goto_fith_link), (goto_fit_link),
5027         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
5028         (ev_view_size_request_continuous),
5029         (ev_view_size_request_dual_page),
5030         (ev_view_size_request_single_page), (ev_view_size_allocate),
5031         (ev_view_zoom_for_size_continuous_and_dual_page),
5032         (ev_view_zoom_for_size_continuous),
5033         (ev_view_zoom_for_size_dual_page),
5034         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
5035         (ev_sizing_mode_get_type):
5036         * shell/ev-view.h:
5037         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
5038
5039         Do not use modes for link, we need to calculate size ad hoc.
5040         Still not perfect because of the usual scrollbar issues grrr.
5041
5042 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
5043
5044         * backend/ev-link.c: (ev_link_type_get_type),
5045         (ev_link_new_page_fith), (ev_link_new_page_fitv):
5046         * backend/ev-link.h:
5047         * pdf/ev-poppler.cc:
5048         * shell/ev-view.c: (goto_fitv_link), (goto_fith_link),
5049         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
5050         (ev_view_size_request_continuous),
5051         (ev_view_size_request_dual_page),
5052         (ev_view_size_request_single_page), (ev_view_size_allocate),
5053         (zoom_for_size_fit_height),
5054         (ev_view_zoom_for_size_continuous_and_dual_page),
5055         (ev_view_zoom_for_size_continuous),
5056         (ev_view_zoom_for_size_dual_page),
5057         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
5058         (ev_sizing_mode_get_type):
5059         * shell/ev-view.h:
5060         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
5061
5062         Implement FIT_HEIGHT mode (only for links).
5063         Implement FITH links
5064
5065 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
5066
5067         * shell/ev-window-title.c: (get_filename_from_uri),
5068         (ev_window_title_sanitize_extension), (ev_window_title_update),
5069         (ev_window_title_set_document), (ev_window_title_set_uri),
5070         (ev_window_title_free):
5071         * shell/ev-window-title.h:
5072         * shell/ev-window.c: (ev_window_setup_document),
5073         (ev_window_popup_password_dialog):
5074
5075         Refactor window title building while fixing it for
5076         password documents.
5077
5078 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
5079
5080         * pdf/ev-poppler.cc:
5081
5082         Escape link title before setting it in the model
5083
5084 2005-09-23  Marco Pesenti Gritti  <mpg@redhat.com>
5085
5086         * shell/ev-application.c: (removed_from_session), (save_session),
5087         (init_session), (ev_application_get_empty_window),
5088         (ev_application_init), (ev_application_get_windows):
5089         * shell/ev-application.h:
5090         * shell/ev-window.c: (ev_window_finalize):
5091
5092         Add a function to retrieve window list and share it where
5093         necessary.
5094         Implement session handling, works pretty well thanks to the
5095         metadata system.
5096
5097 2005-09-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5098
5099         * shell/ev-password.c: (ev_password_item_created_callback),
5100         (ev_password_dialog_save_password):
5101         
5102         Fix for bug 316972. Use async gnome-keyring API.
5103
5104 2005-09-22  Christian Persch  <chpe@cvs.gnome.org>
5105
5106         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init):
5107         Remove unused unrealize handler. Add scroll handling to
5108         ev_view_scroll_event for presentation mode (bug #316708),
5109         and fix the event state checks there.
5110
5111 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
5112
5113         * shell/ev-page-action.c: (page_changed_cb):
5114
5115         "marco, maybe we should be crazy and jump right to 6! :)"
5116
5117         Bryan Clark, Sep 2005
5118
5119 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
5120
5121         * ps/ps-document.c: (save_document), (ps_document_save),
5122         (ps_document_ps_export_begin), (ps_document_ps_export_do_page),
5123         (ps_document_ps_export_end):
5124
5125         Fix unstructured documents save and print
5126
5127 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
5128
5129         * shell/ev-application.c: (ev_application_open_uri):
5130
5131         Fix window size persistance
5132
5133 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
5134
5135         * shell/ev-view.c: (ev_view_button_release_event):
5136
5137         Based on a patch from carlosgc@gnome.org. Mouse buttons
5138         switch pages in presentation mode.
5139
5140 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
5141
5142         * shell/ev-page-cache.c: (ev_page_cache_get_size):
5143
5144         Dont cast to int before scaling
5145
5146 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
5147
5148         * backend/ev-link.c: (ev_link_type_get_type),
5149         (ev_link_new_page_xyz), (ev_link_new_page_fit),
5150         (ev_link_new_page_fith):
5151         * backend/ev-link.h:
5152         * pdf/ev-poppler.cc:
5153         * shell/ev-view.c: (goto_fith_link), (ev_view_goto_link):
5154
5155         Implement FIT and FITH links
5156
5157 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
5158
5159         * pdf/ev-poppler.cc:
5160
5161         Return 0 results when search is not in progress.
5162
5163         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
5164         (ev_window_cmd_go_next_page), (find_bar_search_changed_cb):
5165
5166         Update menu sensitivity when cancelling search
5167
5168 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
5169
5170         * shell/ev-view.c: (ev_view_can_find_next):
5171
5172         Take all pages in consideration, not just current one
5173
5174 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
5175
5176         * shell/ev-page-cache.c:
5177         * shell/ev-page-cache.h:
5178         * shell/ev-view.c: (ev_view_binding_activated),
5179         (ev_view_next_page), (ev_view_previous_page),
5180         (ev_sizing_mode_get_type):
5181         * shell/ev-view.h:
5182         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
5183         (ev_window_cmd_go_next_page):
5184
5185         Move page next/previous functions from page chace to
5186         view and change it to move by 2 page steps in dual mode.
5187
5188 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
5189
5190         * shell/ev-window.c: (update_sidebar_visibility),
5191         (setup_sidebar_from_metadata), (ev_window_setup_document),
5192         (setup_view_from_metadata):
5193
5194         Show the index by default when there is one     
5195
5196 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
5197
5198         * shell/ev-window-title.c: (ev_window_title_set_document):
5199
5200         Missing null check
5201
5202 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5203
5204         * shell/ev-view.c: (view_update_range_and_current_page):
5205         
5206         Allow display of last odd page in dual view. Fix for 316347.
5207
5208 2005-09-17  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5209
5210         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
5211         
5212         Make close button default. Fix for 316383.
5213
5214 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5215
5216         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
5217         
5218         Mark close button as default. Fix for 316381.
5219
5220 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
5221
5222         * backend/ev-link.c: (ev_link_class_init):
5223
5224         Allow negative doubles in left/top properties
5225
5226 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
5227
5228         * shell/ev-window.c:
5229
5230         Remove a bunch of strings that was used only
5231         by the statusbar.
5232
5233 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
5234
5235         * shell/ev-window-title.c: (get_filename_from_uri),
5236         (ev_window_title_set_document):
5237
5238         When title has a confusing extension, show also
5239         the document filename inside ()
5240
5241 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
5242
5243         * shell/Makefile.am:
5244         * shell/ev-window-title.c: (ev_window_title_new),
5245         (ev_window_title_update), (ev_window_title_set_type),
5246         (ev_window_title_set_document), (ev_window_title_free):
5247         * shell/ev-window-title.h:
5248         * shell/ev-window.c: (ev_window_setup_document),
5249         (password_dialog_response), (ev_window_popup_password_dialog),
5250         (ev_window_dispose), (ev_window_init):
5251
5252         Factor out and cleanup window title code
5253
5254 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
5255
5256         * shell/ev-window.c: (unable_to_load_dialog_response_cb),
5257         (unable_to_load):
5258
5259         Make dialog transient so it doesnt block other windows
5260
5261 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5262
5263         * pdf/ev-poppler.cc:
5264         
5265         Fix pdf thumbnails rendering.
5266
5267 2005-09-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5268
5269         * shell/ev-window.c: (fullscreen_set_timeout):
5270         
5271         Increase timeout to hide full screen popup. Bug 
5272         316123. 
5273
5274 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5275
5276         * data/evince.schemas.in:
5277         * shell/ev-window.c: (update_action_sensitivity):
5278
5279         Allow the user to override document restrictions. Fix for bug
5280         305818.
5281
5282 2005-09-13  Christian Persch  <chpe@cvs.gnome.org>
5283
5284         * shell/ev-window.c: (ev_window_update_fullscreen_popup),
5285         (ev_window_create_fullscreen_popup), (ev_window_screen_changed),
5286         (ev_window_class_init): Fix multihead behaviour of fullscreen
5287         toolbar popup. Fixes bug #315451.
5288
5289 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5290
5291         * configure.ac:
5292         * data/evince-password.glade:
5293         * shell/ev-password.c: (ev_password_dialog_set_property),
5294         (ev_password_dialog_finalize), (ev_password_dialog_class_init),
5295         (ev_password_dialog_init), (ev_password_set_bad_password_label),
5296         (ev_password_dialog_entry_changed_cb),
5297         (ev_password_dialog_entry_activated_cb),
5298         (ev_password_dialog_save_password), (ev_password_keyring_found_cb),
5299         (ev_password_search_in_keyring), (ev_password_dialog_get_password),
5300         (ev_password_dialog_set_bad_pass):
5301         * shell/ev-password.h:
5302         * shell/ev-window.c: (password_dialog_response),
5303         (ev_window_popup_password_dialog):
5304         
5305         Support for gnome-keyring for encrypted PDF's.
5306
5307 2005-09-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5308
5309         * shell/ev-view.c: (handle_link_over_xy), (ev_view_realize),
5310         (ev_view_motion_notify_event), (ev_view_leave_notify_event),
5311         (ev_view_enter_notify_event), (ev_view_class_init):
5312         
5313         More precise handling of enter_notify/leave_notify events
5314         in EvView. Fix for bug 315470.
5315
5316 2005-09-08  Christopher Aillon  <caillon@redhat.com>
5317
5318         * shell/ev-window.c: (fullscreen_timeout_cb),
5319         (fullscreen_set_timeout), (fullscreen_clear_timeout),
5320         (ev_window_dispose):
5321
5322         leak fix: unref fullscreen_timeout_source before clearing it
5323
5324 2005-09-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5325
5326         * configure.ac, dvi/mdvi/Makefile.am: 
5327         
5328         Use lt1 instead lt1lib. Thanks to yselkowitz@users.sourceforge.net
5329
5330 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
5331
5332         * backend/ev-link.c: (ev_link_new_page_xyz):
5333         * pdf/ev-poppler.cc:
5334         * shell/ev-view.c: (goto_xyz_link), (ev_view_goto_link):
5335
5336         Fix some bugs with xyz links, respect zoom
5337
5338 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
5339
5340         * shell/ev-window.c: (page_changed_cb),
5341         (setup_document_from_metadata), (update_sidebar_visibility),
5342         (setup_view_from_metadata), (ev_window_run_fullscreen),
5343         (ev_window_stop_fullscreen), (ev_window_run_presentation),
5344         (ev_window_stop_presentation), (ev_window_continuous_changed_cb),
5345         (ev_window_dual_mode_changed_cb),
5346         (ev_window_sidebar_current_page_changed_cb):
5347
5348         null check uri before setting and getting metadata
5349
5350 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
5351
5352         * dvi/Makefile.am:
5353         * properties/Makefile.am:
5354         * shell/Makefile.am:
5355         * thumbnailer/Makefile.am:
5356
5357         Some build fixes for cygwin. Patch by yselkowitz@users.sourceforge.net
5358
5359 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
5360
5361         * shell/ev-sidebar-links.c: (ev_sidebar_links_class_init),
5362         (selection_changed_callback):
5363         * shell/ev-sidebar-links.h:
5364
5365         Add a signal for link activation.
5366
5367         * shell/ev-view.c: (ev_view_goto_link),
5368         (ev_view_button_release_event):
5369         * shell/ev-view.h:
5370         * shell/ev-window.c: (sidebar_links_link_activated_cb),
5371         (ev_window_init):
5372
5373         Implement the signal so that we can handle all link types.
5374
5375         * shell/ev-page-cache.c:
5376
5377         Remove unused set_link function
5378
5379 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
5380
5381         * lib/ev-tooltip.c: (ev_tooltip_set_position):
5382
5383         Add some space from the cursor, hardcoded but I couldnt
5384         find a better way.
5385
5386 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
5387
5388         * lib/ev-tooltip.c:
5389
5390         Use mozilla style vs gtk style, way better for links.
5391
5392         * shell/ev-view.c: (ev_view_motion_notify_event),
5393         (ev_view_destroy), (ev_view_init):
5394
5395         Deactive tooltip when the link hovered is changed.
5396
5397 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
5398
5399         * backend/ev-document.h:
5400         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_top),
5401         (ev_link_get_left), (ev_link_get_zoom), (ev_link_get_property),
5402         (ev_link_set_property), (ev_window_dispose), (ev_link_class_init),
5403         (ev_link_new_page), (ev_link_new_page_xyz):
5404         * backend/ev-link.h:
5405         * pdf/ev-poppler.cc:
5406         * shell/ev-view.c: (doc_point_to_view_point), (scroll_to_xyz_link),
5407         (go_to_link), (tip_from_link):
5408
5409         Implement xyz links, still not functional. Links are a total
5410         mess, will need to refactor and bugfix a lot :(
5411
5412 2005-09-05  Alessio Frusciante  <algol@firenze.linux.it>
5413
5414         * configure.ac: Added "it" (Italian) to ALL_LINGUAS.
5415
5416 2005-09-05  Marco Pesenti Gritti <mpg@redhat.com>
5417
5418         * data/evince-ui.xml:
5419         * data/evince.schemas.in:
5420         * shell/Makefile.am:
5421         * shell/ev-window.c: (update_chrome_visibility),
5422         (password_dialog_response), (ev_window_load_job_cb),
5423         (ev_window_xfer_job_cb), (ev_window_open_uri),
5424         (ev_window_class_init), (set_chrome_actions), (load_chrome),
5425         (ev_window_init):
5426
5427         Remove the statusbar. This regress loading feedback, need to
5428         check with Bryan what we want to do there...
5429
5430 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
5431
5432         * lib/ev-tooltip.c: (ev_tooltip_init):
5433
5434         Fix tooltip border and size handling
5435
5436 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
5437
5438         * lib/ev-tooltip.c: (ev_tooltip_dispose), (ev_tooltip_class_init),
5439         (ev_tooltip_set_position), (ev_tooltip_recently_shown),
5440         (ev_tooltip_timeout), (ev_tooltip_activate),
5441         (ev_tooltip_deactivate):
5442         * lib/ev-tooltip.h:
5443         * shell/ev-view.c: (ev_view_motion_notify_event):
5444
5445         Delay popup showing. Mirror gtk logic/times.
5446
5447 2005-09-03  Marco Pesenti Gritti  <mpg@redhat.com>
5448
5449         * lib/Makefile.am:
5450         * lib/ev-tooltip.c: (ev_tooltip_expose_event),
5451         (ev_tooltip_class_init), (ev_tooltip_init), (ev_tooltip_new),
5452         (ev_tooltip_set_text), (ev_tooltip_set_position):
5453         * lib/ev-tooltip.h:
5454
5455         Simple widget to show tooltips at a custom position
5456
5457         * shell/ev-view.c: (tip_from_link), (ev_view_motion_notify_event),
5458         (ev_view_destroy):
5459
5460         Use it for links. First go, needs work
5461
5462 2005-08-17  Dennis Cranston  <dennis_cranston@yahoo.com>
5463
5464         * shell/ev-window.c: (ev_window_cmd_edit_toolbar): A couple small 
5465         HIG fixes.  Use title capitalization for window title. Use 12 
5466         pixels of space between the dialog's vbox and action area.
5467
5468 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
5469
5470         * shell/ev-window.c: (file_open_dialog_response_cb),
5471         (ev_window_cmd_file_open), (file_save_dialog_response_cb),
5472         (ev_window_cmd_save_as):
5473
5474         Make file pickers not modal and refactor code some
5475
5476 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
5477
5478         * shell/ev-sidebar.h:
5479         * shell/ev-sidebar.c: (ev_sidebar_set_property),
5480         (ev_sidebar_get_current_page), (ev_sidebar_get_property),
5481         (ev_sidebar_class_init), (ev_sidebar_select_page),
5482         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_new),
5483         (ev_sidebar_set_page):
5484
5485         Add a current page property and allow to get/set it
5486
5487         * shell/ev-window.c: (setup_view_from_metadata),
5488         (ev_window_sidebar_current_page_changed_cb), (ev_window_init):
5489
5490         Persist current sidebar page per document
5491
5492 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
5493
5494         * data/evince.schemas.in:
5495         * shell/ev-window.c: (update_chrome_visibility),
5496         (setup_document_from_metadata), (update_sidebar_visibility),
5497         (setup_view_from_metadata), (ev_window_sidebar_position_change_cb),
5498         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
5499         (ev_window_run_presentation), (ev_window_stop_presentation),
5500         (ev_window_view_sidebar_cb),
5501         (ev_window_sidebar_visibility_changed_cb), (set_chrome_actions),
5502         (load_chrome), (ev_window_init):
5503
5504         Persist size/visibility of sidebar per document
5505
5506 Fri Sep  2 00:59:55 2005  Jonathan Blandford  <jrb@redhat.com>
5507
5508         * shell/ev-view.c (draw_loading_text): Draw loading text.
5509
5510 2005-09-02  Dan Damian  <dand@gnome.ro>
5511
5512         * configure.in: Added "ro" to ALL_LINGUAS.
5513
5514 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
5515
5516         * shell/ev-view.c: (clear_caches):
5517
5518         ev_page_cache_get doesnt return a reference,
5519         dont try to unref it.
5520
5521 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
5522
5523         * shell/main.c: (load_files_remote):
5524
5525         Fix timestamp parameter with dbus <= 0.33
5526
5527 2005-08-31  Marco Pesenti Gritti  <mpg@redhat.com>
5528
5529         * data/evince.schemas.in:
5530
5531         Add missing full stop
5532
5533 2005-08-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
5534
5535         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info):
5536         * shell/ev-window.c: (ev_window_print_range), (ev_window_dispose):
5537
5538         Plug some memory leaks
5539
5540 2005-08-29  Christian Persch  <chpe@cvs.gnome.org>
5541
5542         * configure.ac:
5543         * lib/ev-debug.c: (trap_handler):
5544
5545         Check for execinfo.h and use it only if it exists.
5546         Ported from Epiphany (bug #314776).
5547
5548 2005-08-29  Duarte Loreto <happyguy_pt@hotmail.com>
5549
5550         * configure.ac: Added Portuguese (pt) to ALL_LINGUAS.
5551
5552 2005-08-27  Mohammad DAMT  <mdamt@gnome.org>
5553
5554         * configure.ac: Added Indonesian "id" to ALL_LINGUAS
5555         * po/id.po      : Added Indonesian translation
5556
5557 Fri Aug 26 00:45:09 2005  Jonathan Blandford  <jrb@redhat.com>
5558
5559         * shell/main.c:
5560         * shell/ev-application.c: Last minute GTK-2.6 fixes.
5561         * NEWS: Release 0.4.0
5562
5563 Thu Aug 25 23:40:23 2005  Jonathan Blandford  <jrb@redhat.com>
5564
5565         * configure.ac: catch another gtk+-2.8ism
5566         * shell/main.c: Make work with gtk+-2.6
5567
5568 2005-08-25  Ryan Lortie  <desrt@desrt.ca>
5569
5570         * shell/ev-application-service.xml: Add 'timestamp' argument to
5571           ev_application_open_window and ev_application_open_uri methods.
5572
5573         * shell/ev-application.h: Add 'timestamp' argument to
5574           ev_application_open_window, ev_application_open_uri,
5575           and ev_application_open_uri_list functions.
5576
5577         * shell/ev-application.c (ev_application_open_window,
5578           ev_application_open_uri, ev_application_open_uri_list): Change
5579           functions that show/present windows to use a timestamp if one
5580           is passed in.
5581
5582         * shell/ev-window.c (ev_window_cmd_file_open,
5583           ev_window_cmd_recent_file_activate, drag_data_received_cb):
5584         * shell/main.c (load_files): Modify calls to ev_application to
5585           include GDK_CURRENT_TIME as timestamp.
5586
5587         * shell/main.c (load_files_remote): Obtain timestamp for client
5588           instance from GDK and pass to server instance so new windows are
5589           focused properly.  Fix dbus_g_proxy_call() calls by including second
5590           G_TYPE_INVALID.
5591           
5592         Closes bug #314475.
5593
5594 Thu Aug 25 22:13:08 2005  Jonathan Blandford  <jrb@redhat.com>
5595
5596         * shell/ev-window.c (ev_window_finalize): Check for
5597         avail. EvWindows when quiting to handle the finalize better,
5598         #314497
5599
5600 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5601         
5602         * properties/ev-properties-view.c: 
5603         
5604         Set textdomain to libglade. Fixes translation problem in property page.
5605
5606 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5607
5608         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
5609         * dvi/Makefile.am:
5610         * dvi/dvi-document.c: (dvi_document_thumbnails_get_thumbnail):
5611         * dvi/mdvi-lib/Makefile.am:
5612         
5613         Fix rotation of thumbnails, ported to new API. Moved library
5614         dependencies earlier, probably it will fix linkage problem.
5615
5616 Thu Aug 25 02:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
5617
5618         * backend/ev-document-misc.c:
5619         (ev_document_misc_get_thumbnail_frame):
5620         * backend/ev-document-misc.h:
5621         * configure.ac:
5622         * pdf/ev-poppler.cc:
5623         * shell/Makefile.am:
5624         * shell/ev-sidebar-thumbnails.c: (add_range),
5625         (ev_sidebar_thumbnails_set_loading_icon),
5626         (ev_sidebar_thumbnails_refresh),
5627         (ev_sidebar_thumbnails_set_document):
5628         * shell/ev-sidebar-thumbnails.h:
5629         * shell/ev-view.c: (ev_view_motion_notify_event),
5630         (ev_view_set_property), (ev_view_get_property),
5631         (ev_view_class_init), (ev_view_set_rotation):
5632         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
5633         (ev_window_cmd_edit_rotate_right), (ev_window_rotation_changed_cb),
5634         (ev_window_init):
5635         * tiff/tiff-document.c: (tiff_document_thumbnails_get_thumbnail):
5636         Redo rotation (again).  prepare for 0.4.0
5637
5638 2005-08-24  Kristian Høgsberg  <krh@redhat.com>
5639
5640         * configure.ac: Bump poppler requirement to 0.4.1.
5641
5642         * pdf/ev-poppler.cc (pdf_selection_render_selection): Add rotation
5643         argument to poppler_page_render_selection() call.
5644
5645 2005-08-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5646
5647         * djvu/djvu-document.c: (djvu_document_render_pixbuf),
5648         (djvu_document_thumbnails_get_thumbnail):
5649         * dvi/dvi-document.c: (dvi_document_render_pixbuf),
5650         (dvi_document_thumbnails_get_thumbnail):
5651         * pixbuf/pixbuf-document.c: (pixbuf_document_render_pixbuf),
5652         (pixbuf_document_thumbnails_get_thumbnail):
5653         * tiff/tiff-document.c: (tiff_document_render_pixbuf):
5654         
5655         Update rotation direction of backends to fit with pdf and ps.
5656
5657 2005-08-24  Marco Pesenti Gritti  <mpg@redhat.com>
5658
5659         * backend/ev-async-renderer.c: (ev_async_renderer_render_pixbuf):
5660         * backend/ev-async-renderer.h:
5661         * ps/ps-document.c: (ps_document_init), (setup_pixmap),
5662         (setup_page), (ps_document_get_page_size),
5663         (ps_async_renderer_render_pixbuf):
5664         * ps/ps-document.h:
5665         * shell/ev-jobs.c: (ev_job_render_run):
5666
5667         Fix orientation in the postscript document
5668
5669 2005-08-23  Marco Pesenti Gritti  <mpg@redhat.com>
5670
5671         * pdf/ev-poppler.cc:
5672         * ps/ps-document.c: (push_pixbuf), (ps_document_widget_event):
5673         * shell/ev-view.c: (highlight_find_results):
5674
5675         Adapt to the new poppler rotation API. Fix text maps on landscape
5676         documents.
5677
5678 Sat Aug 20 17:13:48 2005  Jonathan Blandford  <jrb@redhat.com>
5679
5680         * shell/ev-view.c (compute_new_selection_text): get the correct
5681         region when selecting in modes other than continuous.
5682
5683 Sat Aug 20 13:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
5684
5685         * shell/main.c (main): remove redundant g_warnings.
5686
5687 2005-08-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5688
5689         * shell/Makefile.am: Don't include autogenerated
5690         file ev-application-service.h into distribution, since
5691         it causes dbus crash. Fix for bugs 313724 and 313443. 
5692
5693 2005-08-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5694
5695         * configure.ac: Fix sed expression for FreeBSD. Thanks
5696         to Joe Marcus Clark <marcus@freebsd.org>
5697         
5698         * shell/eggfindbar.c: (entry_activate_callback),
5699         (entry_changed_callback), (egg_find_bar_init),
5700         (egg_find_bar_set_search_string):
5701         
5702         Made findbar buttons unsensitive if there is no text in
5703         entry. Fix for the bug 313285.
5704
5705 2005-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
5706
5707         * ps/ps-document.c: Use g_filename_display_name for displaying
5708         filenames and revert string freeze breackage
5709
5710 2005-08-17  Marco Pesenti Gritti  <mpg@redhat.com>
5711
5712         * NEWS:
5713         * configure.ac:
5714
5715         Update for 0.3.4
5716
5717         * shell/Makefile.am:
5718
5719         Add ev-application-service.xml to extra dist
5720
5721         * shell/ev-view.c: (find_page_at_location):
5722
5723         Remove unused function (fix warning)
5724
5725 2005-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5726
5727         * dvi/mdvi-lib/t1.c: (t1_reset_resolution), (t1_really_load_font),
5728         (t1_load_font), (t1_glyph_bitmap), (t1_font_remove):
5729         
5730         Fix warnings and compilation with t1lib-5.0 and newer. Fix for 
5731         bug 313623.
5732
5733 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5734
5735         * shell/ev-utils.c: (set_umask_permissions), (write_to_temp_file):
5736         * shell/ev-window.c:
5737         Fix build warnings
5738
5739 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
5740
5741         * configure.ac: Update script to get dbus version.
5742         Fix for the bug #313443.
5743
5744 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5745
5746         * shell/ev-window.c: (ev_window_cmd_escape):
5747         
5748         Return focus back to view on escape. Fix for bug 313295.
5749
5750 2005-08-16  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
5751
5752         * shell/ev-window.c: (update_window_title),
5753         (ev_window_popup_password_dialog), (ev_window_load_job_cb),
5754         (ev_window_cmd_save_as):
5755         
5756         Correct conversion from uri to displayable string. Fix for
5757         bug 313296.
5758
5759 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
5760
5761         * ps/ps-document.c: convert filename to utf8 when there is an error
5762         loading document. Fixes #309915
5763
5764 2005-08-16  Marco Pesenti Gritti  <mpg@redhat.com>
5765
5766         * configure.ac:
5767
5768         We depend on poppler 0.4.0
5769
5770 Mon Aug 15 21:53:05 2005  Jonathan Blandford  <jrb@redhat.com>
5771
5772         * configure.ac:
5773         * NEWS: Release 0.3.3.
5774         * thumbnailer/evince-thumbnailer.c: Remove pdf icon.
5775
5776 2005-08-14  Dennis Cranston  <dennis_cranston@yahoo.com>
5777
5778         * shell/ev-window.c: (ev_window_cmd_file_open): HIG fixes:  
5779         add a couple missing mnemonics to menu items, use title 
5780         capitalization for menu items and window titles, and add 
5781         ellipsis to open menu item.     
5782
5783 Mon Aug 15 00:40:21 2005  Jonathan Blandford  <jrb@redhat.com>
5784
5785         * pdf/ev-poppler.cc:
5786         * shell/ev-metadata-manager.c: (ev_metadata_manager_init):
5787         * shell/ev-view.c: (ev_view_rotate_left), (ev_view_set_rotation),
5788         (ev_view_get_rotation):
5789         * shell/ev-view.h:
5790         * shell/ev-window.c: (setup_view_from_metadata),
5791         (save_rotation_to_file), (ev_window_cmd_edit_rotate_left),
5792         (ev_window_cmd_edit_rotate_right): Fix rotation.  Save it to
5793         disk.
5794
5795 2005-08-14  Baris Cicek <baris@teamforce.name.tr>
5796
5797         * configure.ac: Added tr to ALL_LINGUAS
5798
5799 2005-08-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
5800
5801         * shell/ev-view.c: Fix for bug Bug 311838. Search backward
5802         requires several clicks to find word. Thanks to 
5803         Colin Slater <kiltedtaco@gmail.com>.
5804
5805 2005-08-11  Bryan Clark  <clarkbw@cvs.gnome.org>
5806
5807         * data/evince.desktop.in.in: Hide menu entry and
5808         rename it to "Document Viewer". Fix for bug 
5809         #312399.
5810
5811 2005-08-11  Crispin Flowerday  <gnome@flowerday.cx>
5812
5813         * shell/ev-page-action.c (ev_page_action_class_init): 
5814
5815         Point to the correct function in constructor of the
5816         activate_label signal
5817
5818 Tue Aug  9 02:17:13 2005  Jonathan Blandford  <jrb@redhat.com>
5819
5820         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
5821         * shell/ev-jobs.h: Make thread safe.
5822
5823 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5824
5825         * shell/ev-view.c: (view_update_range_and_current_page):
5826         Don't update page range if we are scrolling to some document
5827         point.
5828
5829 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5830
5831         * shell/ev-view.c: (get_page_extents): reverse rotation/scale
5832         when getting max_page_width, fix drawing in dual mode.
5833
5834 Sun Aug  7 02:06:08 2005  Jonathan Blandford  <jrb@redhat.com>
5835
5836         * shell/ev-view.c (ev_view_select_all): reverse rotation/page when
5837         getting the area for select_all.
5838
5839 2005-08-06  Kristian Høgsberg  <krh@redhat.com>
5840
5841         * backend/ev-selection.c: (ev_selection_render_selection):
5842         * backend/ev-selection.h:
5843         * pdf/ev-poppler.cc:
5844         * shell/ev-jobs.c: (ev_job_render_new):
5845         * shell/ev-jobs.h:
5846         * shell/ev-pixbuf-cache.c: (get_selection_colors),
5847         (add_job_if_needed), (ev_pixbuf_cache_get_selection_pixbuf):
5848         * shell/ev-view.c: (ev_view_focus_in), (ev_view_focus_out),
5849         (ev_view_class_init):
5850
5851         Change selection color on focus in and focus out events.  Also,
5852         poppler now uses GdkColor for specifying the selection colors, so
5853         drop some awkward conversion code.
5854
5855 2005-08-06  Yair Hershkovitz  <yairhr@gmail.com>
5856
5857         * configure.ac: Added Hebrew translation
5858
5859 Sat Aug  6 01:12:44 2005  Jonathan Blandford  <jrb@redhat.com>
5860
5861         * NOTES:
5862         * backend/ev-selection.c: (ev_selection_render_selection):
5863         * backend/ev-selection.h:
5864         * pdf/ev-poppler.cc:
5865         * shell/ev-jobs.c: (ev_job_render_dispose), (ev_job_render_new),
5866         (ev_job_render_run):
5867         * shell/ev-jobs.h:
5868         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
5869         (ev_pixbuf_cache_new), (job_finished_cb), (add_job_if_needed),
5870         (convert_gdk_color_to_uint), (ev_pixbuf_cache_get_text_mapping),
5871         (ev_pixbuf_cache_style_changed),
5872         (ev_pixbuf_cache_get_selection_pixbuf),
5873         (ev_pixbuf_cache_set_selection_list),
5874         (ev_pixbuf_cache_get_selection_list):
5875         * shell/ev-pixbuf-cache.h:
5876         * shell/ev-utils.c: (ev_print_region_contents):
5877         * shell/ev-utils.h:
5878         * shell/ev-view.c: (ev_view_queue_draw_page),
5879         (selection_update_idle_cb), (ev_view_motion_notify_event),
5880         (ev_view_style_set), (draw_one_page), (ev_view_class_init),
5881         (setup_caches), (ev_view_find_next), (merge_selection_region),
5882         (selection_free):
5883         * shell/ev-window.c: (ev_window_update_fullscreen_popup):
5884
5885         Clean up selection to be much smoother!
5886
5887 2005-08-05  Kristian Høgsberg  <krh@redhat.com>
5888
5889         * pdf/ev-poppler.cc (pdf_selection_render_selection): Pass colors
5890         to poppler_page_render_selection().
5891
5892 2005-08-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5893
5894         * ps/ps-document.c: (save_page_list): Use
5895         unzipped document when printing. Thanks to 
5896         Colin Slater <kiltedtaco@gmail.com>. Fix for bug
5897         311016.
5898
5899 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5900
5901         * shell/ev-window.c: (update_action_sensitivity):
5902         
5903         Disable print and save respect to lockdown gconf keys. Fix
5904         for 312342.
5905
5906 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5907
5908         * configure.ac:
5909         * shell/ev-utils.c: (rename_file), (set_umask_permissions),
5910         (write_to_temp_file), (ev_file_set_contents):
5911         * shell/ev-utils.h:
5912         * shell/ev-window.c: (save_print_config_to_file):
5913         
5914         Copy-paste g_file_set_contents to keep compatibility with gtk 2.6
5915         Fix for bug 312238
5916
5917 2005-07-31  Christian Persch  <chpe@cvs.gnome.org>
5918
5919         * shell/ev-window.c: (load_print_config_from_file),
5920         (save_print_config_to_file), (ev_window_print_range):
5921
5922         Persist the print settings. Fixes bug #311578.
5923
5924 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5925
5926         * djvu/djvu-document.c: (djvu_document_get_page_size),
5927         (djvu_document_render_pixbuf), (djvu_document_document_iface_init),
5928         (djvu_document_thumbnails_get_thumbnail):
5929         * dvi/dvi-document.c: (dvi_document_get_page_size),
5930         (dvi_document_render_pixbuf), (dvi_document_document_iface_init),
5931         (dvi_document_thumbnails_get_dimensions),
5932         (dvi_document_thumbnails_get_thumbnail):
5933         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size),
5934         (pixbuf_document_render_pixbuf),
5935         (pixbuf_document_document_iface_init),
5936         (pixbuf_document_thumbnails_get_thumbnail):
5937         
5938         Update backends to make them build with new rotation system.
5939
5940 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5941
5942         * help/C/figures/evince_start_window.png:
5943         
5944         Update documentation image from Luca Ferretti <elle.uca@libero.it>
5945
5946 Sat Jul 30 19:09:34 2005  Jonathan Blandford  <jrb@redhat.com>
5947
5948         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_clear):
5949         * shell/ev-pixbuf-cache.h:
5950         * shell/ev-sidebar-thumbnails.c:
5951         (ev_sidebar_thumbnails_get_property), (add_range),
5952         (adjustment_changed_cb):
5953         * shell/ev-view.c: (ev_view_set_rotation): Fix rotation and the
5954         pixbuf cache.  Make thumbnailing work again.  Also, fix bug where
5955         we were thumbnailing the entire docment on startup, slowing us
5956         down hugely. 
5957
5958 Fri Jul 29 23:14:28 2005  Jonathan Blandford  <jrb@redhat.com>
5959
5960         * shell/ev-page-cache.c: (ev_page_cache_new):
5961         * shell/ev-window.c: (update_action_sensitivity): Handle n_pages
5962         == 0, fixes #310306.
5963
5964 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
5965
5966         * shell/ev-view.c: (doc_rect_to_view_rect), (ev_view_rotate_right),
5967         (ev_view_rotate_left):
5968
5969         Account rotation in doc_rect_to_view_rect.
5970         Ensure rotation doesnt go out of bounds.
5971
5972 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
5973
5974         * shell/ev-page-cache.c: (ev_page_cache_get_size):
5975
5976         Correct and cleanup w/h swapping
5977
5978 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
5979
5980         * backend/ev-document-thumbnails.c:
5981         (ev_document_thumbnails_get_thumbnail):
5982         * backend/ev-document-thumbnails.h:
5983         * backend/ev-document.c:
5984         * backend/ev-document.h:
5985         * backend/ev-render-context.c: (ev_render_context_new),
5986         (ev_render_context_set_rotation):
5987         * backend/ev-render-context.h:
5988         * pdf/ev-poppler.cc:
5989         * ps/ps-document.c: (ps_document_document_iface_init):
5990         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
5991         * shell/ev-jobs.h:
5992         * shell/ev-page-cache.c: (build_height_to_page),
5993         (ev_page_cache_new), (ev_page_cache_get_size),
5994         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
5995         (ev_page_cache_get_height_to_page):
5996         * shell/ev-page-cache.h:
5997         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
5998         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
5999         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed),
6000         (ev_pixbuf_cache_get_selection_pixbuf):
6001         * shell/ev-pixbuf-cache.h:
6002         * shell/ev-print-job.c: (idle_print_handler):
6003         * shell/ev-sidebar-thumbnails.c: (add_range):
6004         * shell/ev-view.c: (view_update_range_and_current_page),
6005         (get_page_y_offset), (get_page_extents),
6006         (ev_view_size_request_continuous_dual_page),
6007         (ev_view_size_request_continuous),
6008         (ev_view_size_request_dual_page),
6009         (ev_view_size_request_single_page), (draw_one_page),
6010         (ev_view_set_rotation), (ev_view_rotate_right),
6011         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
6012         (ev_view_zoom_for_size_continuous_and_dual_page),
6013         (ev_view_zoom_for_size_continuous),
6014         (ev_view_zoom_for_size_dual_page),
6015         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
6016         (ev_view_select_all):
6017         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
6018         * tiff/tiff-document.c: (tiff_document_render_pixbuf),
6019         (tiff_document_document_iface_init),
6020         (tiff_document_thumbnails_get_thumbnail):
6021
6022         Use rotation rather than orientation. It's easier and enough
6023         for our needs.
6024
6025 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
6026
6027         * shell/ev-page-cache.c: (build_height_to_page),
6028         (ev_page_cache_new), (ev_page_cache_get_size),
6029         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
6030         (ev_page_cache_get_height_to_page):
6031         * shell/ev-page-cache.h:
6032         * shell/ev-view.c: (get_page_y_offset), (get_page_extents),
6033         (ev_view_size_request_continuous_dual_page),
6034         (ev_view_size_request_continuous),
6035         (ev_view_zoom_for_size_continuous_and_dual_page),
6036         (ev_view_zoom_for_size_continuous):
6037
6038         Make the page cache aware of page orientation.
6039
6040 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
6041
6042         * backend/ev-document-thumbnails.c:
6043         (ev_document_thumbnails_get_thumbnail):
6044         * backend/ev-document-thumbnails.h:
6045         * backend/ev-document.c:
6046         * backend/ev-document.h:
6047         * backend/ev-ps-exporter.c: (ev_ps_exporter_do_page):
6048         * backend/ev-ps-exporter.h:
6049         * pdf/ev-poppler.cc:
6050         * ps/ps-document.c: (ps_document_document_iface_init),
6051         (ps_document_ps_export_do_page):
6052         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
6053         * shell/ev-jobs.h:
6054         * shell/ev-page-cache.c: (ev_page_cache_get_size),
6055         (ev_page_cache_get):
6056         * shell/ev-page-cache.h:
6057         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
6058         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
6059         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed):
6060         * shell/ev-pixbuf-cache.h:
6061         * shell/ev-print-job.c: (idle_print_handler):
6062         * shell/ev-sidebar-thumbnails.c: (add_range):
6063         * shell/ev-view.c: (view_update_range_and_current_page),
6064         (get_page_extents), (ev_view_size_request_dual_page),
6065         (ev_view_size_request_single_page), (draw_one_page),
6066         (clear_caches), (ev_view_set_orientation), (ev_view_rotate_right),
6067         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
6068         (ev_view_zoom_for_size_dual_page),
6069         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
6070         (ev_view_select_all):
6071         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
6072         * tiff/tiff-document.c: (tiff_document_get_page_size),
6073         (tiff_document_get_orientation), (rotate_pixbuf),
6074         (tiff_document_render_pixbuf), (tiff_document_document_iface_init),
6075         (tiff_document_thumbnails_get_thumbnail),
6076         (tiff_document_ps_export_do_page), (tiff_document_init):
6077
6078         Really make use of the orientation bit of the render context.
6079         Use the render context in a few more places in the backend API.
6080         This regress orientation, but now it's done right. Will try to
6081         fix it up asap...
6082
6083 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
6084
6085         * shell/ev-view.c: (ensure_rectangle_is_visible):
6086
6087         Patch by Nickolay V. Shmyrev to fix find flickering
6088
6089 2005-07-27  Martin Kretzschmar  <martink@gnome.org>
6090
6091         * backend/ev-ps-exporter.h: add paper_width, paper_height, and
6092         duplex parameters to ::begin.
6093
6094         * tiff/tiff-document.c (tiff_document_ps_export_begin): 
6095         * shell/ev-print-job.c (idle_print_handler): 
6096         * ps/ps-document.c (ps_document_ps_export_begin): 
6097         * pdf/ev-poppler.cc (pdf_document_ps_exporter_begin): 
6098         * backend/ev-ps-exporter.c (ev_ps_exporter_begin): update
6099         implementations. Poppler backend needs poppler cvs. Rest has
6100         unchanged behavior.
6101
6102 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
6103
6104         * shell/ev-window.c (using_pdf_printer): new function.
6105         (ev_window_print_range): print a less techy message if someone
6106         tries to print to PDF.
6107
6108 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
6109
6110         * pdf/ev-poppler.cc (font_type_to_string): Remove trailing space
6111         from "unknown font" string. Bug #311431
6112
6113 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
6114
6115         * help/es/.cvsignore, help/sr/.cvsignore: ignore xmlpo output.
6116
6117 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
6118
6119         Bug #311280
6120         
6121         * pdf/ev-poppler.cc (font_type_to_string): new, returns user readable
6122         name for PopplerFontTypes
6123         (pdf_document_fonts_fill_model): add font type to the detail column
6124
6125         * backend/ev-document-fonts.h: added
6126         EV_DOCUMENT_FONTS_COLUMN_DETAILS.
6127
6128         * shell/ev-properties-fonts.c (font_cell_data_func): glue together
6129         font name and font details, add a little markup.
6130         (ev_properties_fonts_init): use the new cell data func, specify ypad
6131         property for the cell renderer.
6132         (ev_properties_fonts_set_document): add the details column.
6133
6134 2005-07-24  Artur Flinta  <aflinta@cvs.gnome.org>
6135
6136         * configure.ac: Added "pl" to ALL_LINGUAS.
6137
6138 2005-07-24  Danilo Šegan  <danilo@gnome.org>
6139
6140         * configure.ac: Added "sr" and "sr@Latn" to ALL_LINGUAS.
6141
6142 2005-07-23  Tommi Vainikainen  <thv@iki.fi>
6143
6144         * help/ChangeLog: Started this for translations of manual.
6145         * configure.ac, autogen.sh, .cvsignore: Migrated to
6146         gnome-doc-utils. Patch in bug #311222.
6147
6148 2005-07-22  Martin Kretzschmar  <martink@gnome.org>
6149
6150         * backend/ev-document-factory.c (mime_type_supported_by_gdk_pixbuf): 
6151         #ifdef this away to fix an unused-function warning.
6152
6153 2005-07-22  Ignacio Casal Quinteiro  <nacho.resa@gmail.com>
6154
6155         * configure.ac: Added 'gl' to ALL_LINGUAS.
6156
6157 2005-07-22  Pawan Chitrakar  <pawan@nplinux.org>
6158
6159         * configure.ac: Added ne in ALL_LINGUAS
6160         
6161 2005-07-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6162
6163         * shell/ev-view.c: (ev_view_leave_notify_event):
6164         
6165         Clear status message when pointer leaves view. Fix for bug
6166         #310818 
6167
6168 2005-07-20 Ankit Patel <ankit644@yahoo.com>
6169
6170         * configure.ac: Gujarati (gu) added to ALL_LINGUAS
6171
6172 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6173
6174         * shell/ev-view.c: (ev_view_leave_notify_event),
6175         (ev_view_class_init):
6176         
6177         Set cursor to normal then leaving view.
6178
6179 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6180
6181         * configure.ac:
6182         
6183         Fix required djvulibre version.
6184
6185 2005-07-15  Rajesh Ranjan <rajeshkajha@yahoo.com>
6186
6187         *configure.ac: Hindi (hi) language added
6188
6189 2005-07-15  Amanpreet Singh Brar <amanpreetalam@yahoo.com>
6190
6191         *configure.ac: Punjabi (pa) Language added
6192
6193 2005-07-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6194
6195         * data/evince-ui.xml, shell/ev-window.c:
6196         
6197         Add keypad accelerators for zooming. Fix for bug 308128.
6198
6199 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
6200
6201         * Makefile.am:
6202         * backend/Makefile.am:
6203         * backend/ev-document-factory.c: (ev_document_type_get_from_mime):
6204         * configure.ac:
6205         * shell/ev-document-types.c: (ev_document_types_add_filters):
6206
6207         Allow to enable/disable the pixbuf backend.
6208         Default to off for now. If we want it enabled we should
6209         really put mime types in the desktop, implement properties etc.
6210
6211         * properties/evince-properties.c:
6212
6213         Initialize error to NULL.
6214         Check error is not NULL before freeing.
6215
6216 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
6217
6218         * shell/ev-window.c:
6219
6220         Use F5 as presentation accell
6221
6222 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
6223
6224         * shell/ev-window.c: (update_chrome_visibility),
6225         (ev_window_create_fullscreen_popup), (ev_window_init):
6226
6227         Do not leak the fullscreen toolbar
6228
6229 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
6230
6231         * shell/ev-window.c: (view_actions_focus_in_cb),
6232         (view_actions_focus_out_cb):
6233
6234         These has a return value! Fix totally random focus
6235         issues we was seeing.
6236
6237 2005-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
6238
6239         * shell/main.c: (load_files_remote):
6240
6241         Allow open more than one file
6242
6243 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
6244
6245         * shell/main.c: (load_files_remote):
6246
6247         Fix for dbus 0.33. bug #309975
6248
6249 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
6250
6251         * properties/ev-properties-main.c: (ev_properties_get_pages):
6252
6253         Actually return NULL for types we dont support
6254
6255 2005-07-08  Christian Persch  <chpe@cvs.gnome.org>
6256
6257         * po/POTFILES.in:
6258
6259         Remove empty lines.
6260
6261 2005-07-08  Marco Pesenti Gritti  <marco@gnome.org>
6262
6263         * backend/ev-document-factory.c:
6264         (ev_document_factory_get_document):
6265
6266         Do not try to create the object if type
6267         is invalid.
6268
6269 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
6270
6271         * ps/ps-document.c: (ps_document_dispose),
6272         (ps_async_renderer_render_pixbuf):
6273         * ps/ps-document.h:
6274
6275         Do not leak the target window
6276
6277 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
6278
6279         * shell/ev-application.c: (ev_application_init):
6280
6281         Let tbe check file existence for us.
6282         Add a comment about eggrecent mime filter.
6283
6284 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
6285
6286         * data/evince-ui.xml:
6287         * shell/ev-application.c: (ev_application_shutdown),
6288         (ev_application_init), (ev_application_get_toolbars_model),
6289         (ev_application_get_recent_model),
6290         (ev_application_save_toolbars_model):
6291         * shell/ev-application.h:
6292         * shell/ev-window.c: (ev_window_add_recent),
6293         (ev_window_setup_recent), (ev_window_cmd_edit_toolbar_cb),
6294         (ev_window_cmd_edit_toolbar), (ev_window_dispose),
6295         (ev_window_init):
6296
6297         Use common toolbar and recent models for all windows.
6298         Patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6299
6300 Thu Jul  7 23:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
6301
6302         * configure.ac: add FRONTEND_CORE_LIBS to evince_save_LIBS so we
6303         successfully check for gtk_icon_view_get_visible_range.
6304
6305 2005-07-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6306
6307         * djvu/Makefile.am:
6308         * dvi/Makefile.am:
6309         
6310         Fix djvu and dvi backend build.
6311
6312 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
6313
6314         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c: (new_pixbuf_from_widget),
6315         (new_separator_pixbuf):
6316
6317         Don't leak windows.
6318
6319 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
6320
6321         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
6322
6323         HIGification of toolbar editor dialogue.
6324
6325 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6326
6327         * configure.ac:
6328         * shell/Makefile.am:
6329
6330         Ever build metadata manager since it's just
6331         disabled at runtime now.
6332
6333 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6334
6335         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
6336         (ev_metadata_manager_get), (ev_metadata_manager_set):
6337         * shell/ev-metadata-manager.h:
6338
6339         Add an _init functions that enabled metadata management
6340         at runtime.
6341
6342         * shell/ev-window.c: (page_changed_cb),
6343         (setup_document_from_metadata), (ev_window_setup_document),
6344         (setup_view_from_metadata), (ev_window_open_uri),
6345         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
6346         (ev_window_run_presentation), (ev_window_stop_presentation),
6347         (save_sizing_mode), (ev_window_zoom_changed_cb),
6348         (ev_window_continuous_changed_cb),
6349         (ev_window_dual_mode_changed_cb), (window_state_event_cb),
6350         (window_configure_event_cb):
6351
6352         Remove all ugly metadata define since we deal with it
6353         at runtime now.
6354
6355         * shell/main.c: (load_files_remote), (main):
6356
6357         Add support for dbus cvs head. Hopefully didnt break one
6358         of the other versions now!
6359
6360         If we dont get a response from the dbus server just
6361         give up with it and not enable metadata.
6362
6363 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6364
6365         * Makefile.am:
6366         * backend/Makefile.am:
6367         * configure.ac:
6368         * cut-n-paste/recent-files/Makefile.am:
6369         * cut-n-paste/toolbar-editor/Makefile.am:
6370         * cut-n-paste/zoom-control/Makefile.am:
6371         * lib/Makefile.am:
6372         * pdf/Makefile.am:
6373         * pixbuf/Makefile.am:
6374         * properties/Makefile.am:
6375         * ps/Makefile.am:
6376         * shell/Makefile.am:
6377         * thumbnailer/Makefile.am:
6378         * tiff/Makefile.am:
6379
6380         Make frontends depend on just libev.
6381         Rework and group CFLAGS/LIBS definitions.
6382         Cleanups.
6383
6384 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6385
6386         * shell/ev-window:
6387
6388         do not unnecessarily save zoom
6389
6390         * configure.ac:
6391         * lib/ev-file-helpers.c: (ev_dot_dir):
6392         * shell/Makefile.am:
6393         * shell/dummy.cc:
6394
6395         Some cleanups
6396
6397 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6398
6399         * configure.ac:
6400         
6401         Remove unnecessary dependencies
6402
6403 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6404
6405         * properties/Makefile.am:
6406         * thumbnailer/Makefile.am:
6407         * tiff/Makefile.am:
6408
6409         Some more cleanups. Was really necessary
6410         but I probably introduced bugs, feel free
6411         to flame :)
6412
6413 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6414
6415         * backend/Makefile.am:
6416         * configure.ac:
6417         * cut-n-paste/recent-files/Makefile.am:
6418         * cut-n-paste/toolbar-editor/Makefile.am:
6419         * cut-n-paste/zoom-control/Makefile.am:
6420         * lib/Makefile.am:
6421         * pdf/Makefile.am:
6422         * pixbuf/Makefile.am:
6423         * properties/Makefile.am:
6424         * ps/Makefile.am:
6425         * shell/Makefile.am:
6426         * thumbnailer/Makefile.am:
6427         * tiff/Makefile.am:
6428
6429         Use gnome-common macros when possible.
6430         Cleanup dependencies.
6431         Actually disable deprecated where possible.
6432
6433 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6434
6435         * Makefile.am:
6436         * backend/Makefile.am:
6437         * properties/Makefile.am:
6438         * shell/Makefile.am:
6439         * thumbnailer/Makefile.am:
6440
6441         This should solve the circular dep without
6442         requiring dir reorg!
6443
6444         * shell/ev-window.c: (setup_view_from_metadata):
6445
6446         Never restore window size/position when the
6447         window is already visible.
6448
6449 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
6450
6451         * shell/ev-metadata-manager.c: (ev_metadata_manager_save):
6452
6453         Return a boolean from timeout func. Fix ported from gedit.
6454
6455 2005-07-07  Iñaki Larrañaga  <dooteo@euskalgnu.org>
6456
6457         * configure.ac: Added "eu" (Basque) to ALL_LINGUAS.
6458
6459 2005-07-06  Carlos Garcia Campos  <carlosgc@gnome.org>
6460
6461         * shell/ev-document-types.c: set "All Documents" as default filter in
6462         open dialog
6463
6464 2005-07-06  Martin Kretzschmar  <martink@gnome.org>
6465
6466         * shell/ev-metadata-manager.c (ev_metadata_manager_set_int)
6467         (ev_metadata_manager_set_double, ev_metadata_manager_set_string)
6468         (ev_metadata_manager_set_boolean): fix value/val thinko.
6469
6470 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
6471
6472         * shell/ev-window.c: (setup_view_from_metadata),
6473         (window_state_event_cb), (window_configure_event_cb),
6474         (ev_window_init):
6475
6476         Remember window position and maximized state
6477
6478 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
6479
6480         * configure.ac:
6481
6482         Fix DBUS configure checks.
6483
6484         * shell/ev-metadata-manager.c: (ev_metadata_manager_set_int),
6485         (ev_metadata_manager_set_double), (ev_metadata_manager_set_string),
6486         (ev_metadata_manager_set_boolean):
6487
6488         Plug mem leaks.
6489
6490         * shell/ev-window.c: (page_changed_cb), (ev_window_run_fullscreen),
6491         (ev_window_stop_fullscreen), (ev_window_run_presentation),
6492         (ev_window_stop_presentation), (ev_window_zoom_changed_cb),
6493         (ev_window_continuous_changed_cb),
6494         (ev_window_dual_mode_changed_cb), (ev_window_new):
6495
6496         Fix the build without DBUS.
6497
6498 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
6499
6500         * shell/ev-metadata-manager.c: (parse_value), (save_values),
6501         (ev_metadata_manager_set_int), (ev_metadata_manager_set_double),
6502         (ev_metadata_manager_set_string),
6503         (ev_metadata_manager_set_boolean):
6504         * shell/ev-metadata-manager.h:
6505
6506         Add support for some more types
6507
6508         * shell/ev-view.c: (scroll_to_current_page),
6509         (ev_view_get_continuous), (ev_view_set_continuous),
6510         (ev_view_get_dual_page):
6511         * shell/ev-view.h:
6512         * shell/ev-window.c: (page_changed_cb),
6513         (setup_document_from_metadata), (ev_window_setup_document),
6514         (setup_view_from_metadata), (ev_window_open_uri),
6515         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
6516         (ev_window_run_presentation), (ev_window_stop_presentation),
6517         (save_sizing_mode), (ev_window_sizing_mode_changed_cb),
6518         (ev_window_zoom_changed_cb), (ev_window_update_continuous_action),
6519         (ev_window_update_dual_page_action),
6520         (ev_window_continuous_changed_cb),
6521         (ev_window_dual_mode_changed_cb), (ev_window_init):
6522
6523         Remember a bunch of view/document properties. Prolly some
6524         are still missing but it's getting interesting.
6525
6526 2005-07-05  Martin Kretzschmar  <martink@gnome.org>
6527
6528         * configure.ac: check if dbus-binding-tool is installed. Not the
6529         case on current Ubuntu breezy, it seems.
6530
6531 2005-07-05  Luca Ferretti <elle.uca@libero.it>
6532
6533         * data/evince.desktop.in.in:
6534         
6535         Allow open uri lists and add TryExec field.
6536
6537 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
6538
6539         * configure.ac:
6540
6541         Enable dbus when available, do not require a configure
6542         option.
6543
6544 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
6545
6546         * configure.ac:
6547
6548         Use AM_CONDITIONAL unconditionally, fixes the build with DBUS
6549         disabled.
6550
6551 2005-07-05  Carlos Garcia Campos  <carlosgc@gnome.org>
6552         Marco Pesenti Gritti  <mpg@redhat.com>
6553
6554         * shell/Makefile.am: Add --prefix for dbus-binding-tool script
6555         
6556         * shell/ev-application.[ch], shell/ev-window.c: change dbus RPC 
6557         functions to the format required by dbus
6558
6559         * shell/main.c: use G_TYPE instead of DBUS_TYPE to fix compilation
6560         errors. Use the RPC parameters in the expected way
6561
6562 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
6563
6564         * Makefile.am:
6565         * properties/Makefile.am:
6566         * properties/ev-properties-main.c: (ev_properties_get_pages):
6567
6568         Support all mime types
6569
6570         * shell/Makefile.am:
6571         * thumbnailer/Makefile.am:
6572         * thumbnailer/evince-thumbnailer.c: (get_document_from_uri),
6573         (evince_thumbnail_pngenc_get):
6574
6575         Use the document factory
6576
6577 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
6578
6579         * backend/Makefile.am:
6580         * backend/ev-document-factory.c:
6581         (mime_type_supported_by_gdk_pixbuf),
6582         (ev_document_type_get_from_mime),
6583         (ev_document_factory_get_document),
6584         (ev_document_factory_get_backend),
6585         (ev_document_factory_get_mime_types),
6586         (ev_document_factory_get_all_mime_types):
6587         * backend/ev-document-factory.h:
6588         * shell/Makefile.am:
6589         * shell/ev-document-types.c: (get_document_from_uri),
6590         (ev_document_types_get_document),
6591         (file_filter_add_mime_list_and_free),
6592         (ev_document_types_add_filters):
6593         * shell/ev-document-types.h:
6594         * shell/ev-job-xfer.c: (ev_job_xfer_run):
6595         * shell/ev-properties-dialog.c:
6596         (ev_properties_dialog_set_document):
6597         * shell/ev-window.c: (ev_window_cmd_file_open),
6598         (ev_window_cmd_save_as):
6599         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
6600
6601         Rework document types managing to avoid code duplication
6602         and actually abstract from backend implementations.
6603         Also provide a minimal factory api that can be used by
6604         thumbnailer/properties.
6605
6606 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
6607
6608         * properties/ev-properties-view.c: (ev_properties_view_set_info):
6609         Plug a mem leak.
6610         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
6611         HIG spacings.
6612
6613 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
6614
6615         * shell/ev-properties-dialog.c
6616         (ev_properties_dialog_set_document): only call
6617         ev_properties_fonts_set_document() if the document implements the
6618         fonts interface
6619
6620 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
6621
6622         * configure.ac:
6623         * properties/Makefile.am:
6624         * properties/ev-properties-view.c:
6625         (ev_properties_view_register_type):
6626         * properties/ev-properties-view.h:
6627         * properties/ev-properties-main.h:
6628
6629         Implement nautilus plugin for properties.
6630         Works only for pdf atm, I need to rework the
6631         document types stuff to get this to work
6632         for all backends...
6633
6634 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
6635
6636         * shell/ev-properties-fonts.c (enum): kill redundant columns enum
6637         (ev_properties_fonts_set_document): use
6638         EV_DOCUMENT_FONTS_COLUMN_NUM_COLUMNS.
6639
6640 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
6641
6642         * tiff/tiff2ps.c: remove TRUE and FALSE definitions, glib provides
6643         them
6644         (PlaceImage, tiff2ps_process_page): use
6645         g_ascii_dtostr to convert floats to strings in a locale-safe way.
6646
6647
6648 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
6649
6650         * shell/main.c: include libgnomeui/gnome-authentication-manager.h
6651         (main): to call gnome_authentication_manager_init. Should fix
6652         Bug #308510
6653
6654         * configure.ac: that requires libgnomeui 2.6.0.
6655
6656 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
6657
6658         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
6659         (tiff_document_ps_export_do_page, tiff_document_ps_export_end):
6660         use the new tiff2ps interfaces
6661
6662         * tiff/tiff2ps.h (tiff2ps_context_new, tiff2ps_process_page) 
6663         (tiff2ps_context_finalize): implement new interfaces for tiff2ps
6664
6665         * tiff/tiff2ps.c: refactor tiff2ps code to use a context
6666         structure instead of global variables.  Remove use of static
6667         variables in functions.
6668
6669 2005-07-04  Carlos Garcia Campos <carlosgc@gnome.org>
6670
6671         * shell/ev-page-action.c: unref the completion after setting it to the
6672         entry
6673
6674 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
6675
6676         * tiff/tiff2ps.c (generateEPSF): disable generating encapsulated
6677         postscript files
6678
6679 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
6680
6681         * shell/ev-window.c (update_action_sensitivity): disable
6682         File->Print if the document does not implement the ps exporter
6683         interface
6684
6685 2005-07-04  Marco Pesenti Gritti  <mpg@redhat.com>
6686
6687         * Makefile.am:
6688         * configure.ac:
6689         * data/evince-properties.glade:
6690         * properties/.cvsignore:
6691         * properties/Makefile.am:
6692         * properties/ev-properties-view.c: (ev_properties_view_dispose),
6693         (ev_properties_view_class_init), (ev_properties_view_format_date),
6694         (make_valid_utf8), (set_property), (ev_properties_view_set_info),
6695         (ev_properties_view_init), (ev_properties_view_new):
6696         * properties/ev-properties-view.h:
6697         * shell/Makefile.am:
6698         * shell/ev-properties-dialog.c: (ev_properties_dialog_class_init),
6699         (ev_properties_dialog_init), (ev_properties_dialog_set_document),
6700         (ev_properties_dialog_new):
6701         * shell/ev-properties-dialog.h:
6702         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
6703         (ev_properties_fonts_class_init), (ev_properties_fonts_init),
6704         (update_progress_label), (job_fonts_finished_cb),
6705         (ev_properties_fonts_set_document), (ev_properties_fonts_new):
6706         * shell/ev-properties-fonts.h:
6707         * shell/ev-properties.c:
6708         * shell/ev-properties.h:
6709         * shell/ev-window.c: (ev_window_setup_document),
6710         (ev_window_cmd_file_properties):
6711
6712         Split the properties pages in two different objects, depend
6713         only on the backend where possible, use widgets instead
6714         of gobject for the glade part, reimplement the dialog
6715         itself with gtk.
6716         I need this to implement nautilus properties page.
6717
6718 2005-07-03  Matthew S. Wilson  <msw@rpath.com>
6719
6720         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
6721         (tiff_document_ps_export_do_page, tiff_document_ps_export_end) 
6722         (tiff_document_document_ps_exporter_iface_init): implement the ps
6723         exporter interface for tiff documents
6724
6725         * tiff/tiff2ps.c: added a modified version of tiff2ps.c from
6726         libtiff to implement TIFF postscript export
6727
6728         * tiff/tiff2ps.h: added a header file for external tiff2ps
6729         functions.
6730
6731         * tiff/Makefile.am (libtiffdocument_la_SOURCES): add tiff2ps.c and
6732         tiff2ps.h
6733
6734 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6735
6736         * shell/ev-view.c: (scroll_to_current_page),
6737         (ev_view_set_fullscreen), (ev_view_set_presentation):
6738         
6739         Scroll to current page when exit from presentation
6740
6741 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6742
6743         * shell/ev-window.c: (update_document_mode),
6744         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
6745         (ev_window_cmd_view_fullscreen), (ev_window_stop_presentation),
6746         (ev_window_cmd_view_presentation), (ev_window_cmd_escape):
6747         
6748         Exit from fullscreen mode when switch to presentation. Fix for
6749         bug 309365
6750
6751 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
6752
6753         * shell/ev-pixbuf-cache.c (ev_pixbuf_cache_get_selection_pixbuf):
6754         return NULL if the document does not implement the selection
6755         interface.
6756
6757 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
6758
6759         * tiff/tiff-document.c (tiff_document_get_page_size): scale the
6760         reported height by using the resolution aspect ratio
6761         (tiff_document_render_pixbuf): scale the pixbuf using the
6762         resolution aspect ratio
6763
6764 2005-07-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6765
6766         * configure.ac:
6767         
6768         Require libgnomeprint >= 2.5.1. Thanks to Colin Slater 
6769         <kiltedaco@gmail.com>
6770         
6771         * djvu/djvu-document.c: (djvu_document_get_orientation),
6772         (djvu_document_set_orientation), (djvu_document_get_page_size),
6773         (rotate_pixbuf), (djvu_document_render_pixbuf),
6774         (djvu_document_document_iface_init):
6775         * dvi/dvi-document.c: (dvi_document_get_orientation),
6776         (dvi_document_set_orientation), (dvi_document_get_page_size),
6777         (rotate_pixbuf), (dvi_document_render_pixbuf),
6778         (dvi_document_document_iface_init):
6779         
6780         Dvi and djvu backends are ported to new API
6781
6782 Fri Jul  1 00:10:15 2005  Jonathan Blandford  <jrb@redhat.com>
6783
6784         * backend/ev-selection.c: (ev_selection_get_selection_region),
6785         (ev_selection_get_selection_map):
6786         * backend/ev-selection.h:
6787         * pdf/ev-poppler.cc:
6788         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
6789         * shell/ev-jobs.h:
6790         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
6791         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
6792         (ev_pixbuf_cache_get_text_mapping):
6793         * shell/ev-pixbuf-cache.h:
6794         * shell/ev-view.c: (location_in_text),
6795         (ev_view_motion_notify_event), (ev_view_set_cursor): Add I-Beam
6796         support to EvView.  Now we can see where we can select!  Sweet!
6797
6798 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
6799
6800         * shell/ev-view.c (ev_view_button_press_event): Fix
6801         event->y + view->scroll_x typo.
6802
6803 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
6804
6805         * pdf/ev-poppler.cc: Adjust to poppler API changes; use a
6806         sub-GdkPixbuf instead of passing dest_x and dest_y.
6807         
6808         * shell/ev-view.c: (view_point_to_doc_point),
6809         (view_rect_to_doc_rect), (ev_view_button_press_event),
6810         (ev_view_motion_notify_event), (compute_new_selection_rect),
6811         (gdk_rectangle_point_in), (compute_new_selection_text),
6812         (compute_selections): Update selection code to keep the selection
6813         around as two points and not as a normalized rectangle, and fix
6814         page level selection in two-column mode.
6815
6816 2005-06-30  Alex Duggan  <aldug@astrolinux.com>
6817
6818         * shell/ev-window.c: (window_configure_event_cb): 
6819         
6820         Fix compilation
6821         
6822 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
6823
6824         * pdf/ev-poppler.cc:
6825
6826         Fix compilation
6827
6828 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
6829
6830         * shell/Makefile.am:
6831         * shell/ev-metadata-manager.c: (item_free),
6832         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
6833         (parse_value), (parseItem), (load_values),
6834         (ev_metadata_manager_get), (value_free), (ev_metadata_manager_set),
6835         (save_values), (save_item), (get_oldest), (resize_items),
6836         (ev_metadata_manager_save), (ev_metadata_manager_set_int):
6837         * shell/ev-metadata-manager.h:
6838
6839         Metadata manager from gedit but modified to use GValue, so that
6840         we dont need to keep converting from strings.
6841
6842         * configure.ac:
6843
6844         ENABLE_METADATA conditional, on when dbus is on
6845
6846         * shell/ev-application.c: (ev_application_open_uri):
6847
6848         Show the window after load so that we can initialize
6849         window size before it's showed.
6850
6851         * shell/ev-window.c: (ev_window_setup_from_metadata),
6852         (ev_window_open_uri), (window_configure_event_cb),
6853         (ev_window_init):
6854
6855         Save and load metadata information about window size.
6856         Not yet keeping states in account.
6857
6858         * shell/main.c: (main):
6859
6860         Shutdown metadata manager.
6861
6862 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
6863
6864         * shell/ev-application-service.xml:
6865         * configure.ac:
6866         * shell/Makefile.am:
6867         * shell/ev-application.c:
6868         * shell/ev-application.h:
6869         * shell/ev-window.c:
6870         * shell/ev-window.h:
6871         * shell/main.c:
6872
6873         Add an optional dbus interface (--enable-dbus).
6874         Rework application code, mainly to be easier to
6875         use "remotely".
6876         Do not open multiple windows with the same document,
6877         spatial evince!
6878
6879 Thu Jun 30 01:50:14 2005  Jonathan Blandford  <jrb@redhat.com>
6880
6881         * shell/ev-pixbuf-cache.c (clear_selection_if_needed): unref the
6882         pixbuf iff it exists.
6883
6884 Thu Jun 30 01:43:00 2005  Jonathan Blandford  <jrb@redhat.com>
6885
6886         * shell/*:
6887         * backend/ev-render-context.[ch]:
6888         * backend/ev-selection.[ch]:
6889
6890         Massive changes.  We now support text selection of pdfs, and not
6891         just rectangular selection.  This is pretty broken still, but I
6892         want to get something into CVS.
6893
6894 2005-06-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6895
6896         * pdf/ev-poppler.cc:
6897         
6898         Fix for Bug 309080: crash on window close.
6899         
6900         * shell/ev-page-action.c: (page_changed_cb):
6901         
6902         Fix for Bug 309168: Fix build with gcc 2.95. Thanks to
6903         jensgr@gmx.net (Jens Granseuer).
6904
6905 2005-06-25  Marcel Telka  <marcel@telka.sk>
6906
6907         * configure.in (ALL_LINGUAS): Added sk.
6908
6909 2005-06-24  Carlos Garcia Campos  <carlosgc@gnome.org>
6910
6911         * shell/ev-window.c: Make rotate menu entries unsensitive if there is
6912         not a document open
6913
6914 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
6915
6916         * NEWS:
6917         * configure.ac:
6918
6919         Release 0.3.2
6920
6921         * cut-n-paste/recent-files/Makefile.am:
6922
6923         Fix make distcheck
6924
6925 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
6926
6927         * pixbuf/pixbuf-document.c: (pixbuf_document_get_orientation),
6928         (pixbuf_document_set_orientation), (rotate_pixbuf),
6929         (pixbuf_document_get_page_size), (pixbuf_document_render_pixbuf),
6930         (pixbuf_document_document_iface_init), (pixbuf_document_init):
6931
6932         Implement rotation and cleanup the code a bit.
6933
6934         * tiff/tiff-document.c: (tiff_document_get_page_size),
6935         (tiff_document_get_orientation), (tiff_document_set_orientation),
6936         (rotate_pixbuf), (tiff_document_render_pixbuf),
6937         (tiff_document_document_iface_init), (tiff_document_init):
6938
6939         Implement rotation. Was the quicker solution for the release
6940         but we really need to share this code in the shell.
6941
6942 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
6943
6944         * pdf/ev-poppler.cc:
6945
6946         Enable rotation, require poppler cvs. Fix a leak.
6947
6948 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6949
6950         * shell/ev-window.c: (update_action_sensitivity):
6951         
6952         Make properties unsensitive if document backend doesn't provide
6953         any info
6954
6955 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6956
6957         * dvi/mdvi-lib/bitmap.c: (bitmap_alloc), (bitmap_alloc_raw),
6958         (bitmap_flip_horizontally), (bitmap_flip_vertically),
6959         (bitmap_flip_diagonally), (bitmap_rotate_clockwise),
6960         (bitmap_rotate_counter_clockwise), (bitmap_flip_rotate_clockwise),
6961         (bitmap_flip_rotate_counter_clockwise):
6962         * dvi/mdvi-lib/color.c: (mdvi_push_color), (get_color_table):
6963         * dvi/mdvi-lib/common.c: (read_string), (buff_free), (buff_add),
6964         (buff_gets):
6965         * dvi/mdvi-lib/common.h:
6966         * dvi/mdvi-lib/dvimisc.c: (mdvi_push_color):
6967         * dvi/mdvi-lib/dviread.c: (get_bytes), (dreset), (define_font),
6968         (opendvi), (mdvi_reload), (mdvi_init_context),
6969         (mdvi_destroy_context), (mdvi_dopage), (special):
6970         * dvi/mdvi-lib/font.c: (font_drop_one), (font_free_unused):
6971         * dvi/mdvi-lib/fontmap.c: (read_encoding), (destroy_encoding),
6972         (file_hash_free), (register_encoding), (parse_spec),
6973         (mdvi_load_fontmap), (free_ent), (mdvi_init_fontmaps),
6974         (mdvi_add_fontmap_file), (mdvi_ps_read_fontmap),
6975         (mdvi_ps_flush_fonts), (mdvi_ps_find_font), (mdvi_ps_get_metrics):
6976         * dvi/mdvi-lib/fontsrch.c: (mdvi_list_font_class),
6977         (mdvi_register_font_type), (mdvi_unregister_font_type),
6978         (lookup_font), (mdvi_add_font), (mdvi_font_retry):
6979         * dvi/mdvi-lib/gf.c: (gf_read_bitmap), (gf_load_font):
6980         * dvi/mdvi-lib/hash.c: (mdvi_hash_remove), (mdvi_hash_remove_ptr),
6981         (mdvi_hash_destroy_key), (mdvi_hash_reset):
6982         * dvi/mdvi-lib/pagesel.c: (mdvi_parse_range),
6983         (mdvi_parse_page_spec), (mdvi_free_page_spec), (main):
6984         * dvi/mdvi-lib/paper.c: (mdvi_free_paper_specs):
6985         * dvi/mdvi-lib/pk.c: (pk_lookup), (pk_lookupn), (pk_load_font):
6986         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
6987         * dvi/mdvi-lib/special.c: (mdvi_register_special),
6988         (mdvi_unregister_special), (mdvi_flush_specials):
6989         * dvi/mdvi-lib/t1.c: (t1_lookup_font), (t1_really_load_font),
6990         (t1_font_remove):
6991         * dvi/mdvi-lib/tfm.c: (get_tfm_chars):
6992         * dvi/mdvi-lib/tfmfile.c: (afm_load_file), (tfm_load_file),
6993         (ofm1_load_file), (ofm_load_file), (get_font_metrics),
6994         (free_font_metrics), (flush_font_metrics):
6995         * dvi/mdvi-lib/tt.c: (tt_really_load_font), (tt_get_bitmap),
6996         (tt_font_remove):
6997         * dvi/mdvi-lib/util.c: (mdvi_malloc), (mdvi_realloc),
6998         (mdvi_calloc), (mdvi_free), (mdvi_strdup), (mdvi_strncpy),
6999         (mdvi_strndup), (mdvi_memdup), (xstradd), (dstring_append),
7000         (dstring_insert), (dstring_new), (dstring_reset):
7001         * dvi/mdvi-lib/vf.c: (vf_load_font), (vf_free_macros):
7002         
7003         Rename xmalloc and xfree to mdvi_malloc and mdvi_free to
7004         avoid conflict with libtool on FC4
7005         
7006         * shell/ev-window.c: (ev_window_cmd_help_about):
7007         
7008         Update copyright year. Fix for bug 308828.
7009
7010 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
7011
7012         * shell/ev-view.c: (add_scroll_binding_keypad),
7013         (ev_view_binding_activated), (ev_view_class_init),
7014         (on_adjustment_value_changed):
7015         
7016         Bug 170874: Arrow keys switch pages in presentation mode
7017
7018 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
7019
7020         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
7021         
7022         Fix for Bug 308265: Sidebar dissappears coming out of 
7023         Presentation mode
7024
7025 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
7026
7027         * shell/ev-application.c: (ev_application_open):
7028         * shell/ev-document-types.c: (ev_document_types_add_filters),
7029         (ev_document_types_add_filters_for_type):
7030         * shell/ev-document-types.h:
7031         * shell/ev-window.c: (ev_window_cmd_save_as):
7032         
7033         Suggest basename as template when saving, provide filters
7034         for save dialog. It's bug 308402
7035
7036 2005-06-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7037
7038         * pdf/ev-poppler.cc:
7039         * shell/ev-sidebar-links.c: (job_finished_callback):
7040         * shell/ev-view.c: (update_find_status_message):
7041         
7042         Some leaks fixed
7043
7044 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
7045
7046         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
7047         (egg_recent_view_uimanager_set_list):
7048
7049         Fix buglet in !show_numbers case.
7050
7051 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
7052
7053         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
7054         (connect_proxy_cb), (egg_recent_view_uimanager_set_list):
7055
7056         Use pango ellipsisation.
7057
7058         * pdf/ev-poppler.cc:
7059
7060         Fix refcount leak, from nsh.
7061
7062 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7063
7064         * cut-n-paste/recent-files/Makefile.am:
7065         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
7066         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
7067         
7068         Removed EggRecentViewGtk
7069         
7070         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
7071         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
7072         * shell/ev-window.c: (ev_window_cmd_recent_file_activate),
7073         (ev_window_setup_recent):
7074         
7075         Use ViewUIManager instead of ViewGtk. Less leaks, more compatibility
7076         with other projects
7077
7078 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7079
7080         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
7081         (egg_recent_view_gtk_finalize):
7082
7083         Fix memory leak
7084
7085         * cut-n-paste/toolbar-editor/Makefile.am:
7086         
7087         Fix location of cursor icon.
7088         
7089         * pdf/ev-poppler.cc:
7090         * shell/ev-page-action.c: (build_new_tree_cb), (match_selected_cb),
7091         (display_completion_text), (match_completion):
7092         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
7093         (selection_changed_callback), (create_loading_model),
7094         (print_section_cb), (links_page_num_func),
7095         (update_page_callback_foreach):
7096         * shell/ev-window.c: (ev_window_dispose):
7097         
7098         Small memory fixes. Links model now store objects instead
7099         of pointers to improve memory management. 
7100
7101 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7102
7103         * shell/ev-window.c: (zoom_control_changed_cb):
7104         
7105         Fix update of zoom control (bug 308268).
7106
7107 Sat Jun 18 22:46:42 2005  Jonathan Blandford  <jrb@redhat.com>
7108
7109         * shell/ev-properties.c (set_property): escape the text correctly.
7110         Handles non-UTF-8 properties and escaped properties.  Also, sets
7111         the text to "<i>None</i>" if the property isn't set.
7112
7113         * data/evince-properties.glade: Change the label to be ellipsized,
7114         and give it a minimum size.
7115
7116 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7117
7118         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown):
7119         * shell/ev-sidebar-links.c: (create_loading_model):
7120         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
7121         * shell/ev-view.c: (ev_view_set_document):
7122         * shell/ev-window.c: (ev_window_dispose):
7123         
7124         Various small fixes, mostly memory leaks. Thanks to valgrind.
7125
7126 2005-06-19  Martin Kretzschmar  <martink@gnome.org>
7127
7128         * ps/ps-document.c: remove the locale.h include again ;-). And
7129         kill the (bogus) setlocale/savelocale business.
7130
7131 2005-06-19  Jaap A. Haitsma <jaap@haitsma.org>
7132
7133         * ps/ps-document.c:
7134         
7135         Include locale.h to fix build
7136         
7137         * shell/ev-sidebar.c:
7138         
7139         Remove unnecessary includes
7140
7141 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7142
7143         * dvi/dvi-document.c: (dvi_document_load):
7144         * dvi/mdvi-lib/dviread.c: (mdvi_init_context):
7145         * po/POTFILES.in:
7146         
7147         Check for incorrect dvi files. Fix parsing dvi on AMD64
7148         platform. Thanks to tester@tester.ca (Olivier Crete).
7149
7150 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7151
7152         * shell/ev-page-action.c: (match_selected_cb),
7153         (display_completion_text), (match_completion), (update_model):
7154         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
7155         (expand_open_links):
7156         * shell/ev-sidebar.c: (ev_sidebar_destroy),
7157         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_add_page),
7158         (ev_sidebar_set_document):
7159         * shell/ev-window.c: (ev_window_xfer_job_cb),
7160         (sidebar_widget_model_set), (sidebar_page_main_widget_update_cb):
7161         
7162         Fixed lot's of memory leaks, for example, memory leak on reload, 
7163         described in bug 307793.
7164
7165 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
7166
7167         * pdf/ev-poppler.cc:
7168         * shell/ev-sidebar-thumbnails.c: (clear_range), (add_range),
7169         (update_visible_range), (adjustment_changed_cb),
7170         (ev_sidebar_thumbnails_fill_model),
7171         (ev_sidebar_thumbnails_refresh),
7172         (ev_sidebar_tree_selection_changed),
7173         (ev_sidebar_icon_selection_changed),
7174         (ev_sidebar_thumbnails_use_icon_view),
7175         (ev_sidebar_thumbnails_set_document):
7176         * shell/ev-sidebar-thumbnails.h:
7177         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
7178         (ev_window_cmd_edit_rotate_right), (ev_window_init):
7179
7180         Refresh thumbnails when changing orientation. Not fully
7181         working yet becuase of a sidebar bug.
7182
7183         Set page orientation to poppler page everywhere. This sucks
7184         really need to fix poppler.
7185
7186 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
7187
7188         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
7189         (egg_recent_view_gtk_new_menu_item),
7190         (egg_recent_view_gtk_set_property),
7191         (egg_recent_view_gtk_get_property),
7192         (egg_recent_view_gtk_class_init), (egg_recent_view_gtk_init),
7193         (egg_recent_view_gtk_set_tooltip_func),
7194         (egg_recent_view_gtk_set_label_width),
7195         (egg_recent_view_gtk_get_label_width):
7196         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
7197
7198         Sync with libegg (ellipsize labels)
7199
7200 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7201
7202         * data/evince-ui.xml:
7203         * shell/ev-window.c: (ev_window_cmd_go_forward),
7204         (ev_window_cmd_go_backward):
7205         
7206         Shift + PageUp moves 10 Pages. Fix for 306125
7207
7208 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
7209
7210         * pdf/ev-poppler.cc:
7211
7212         Add a flag to check if orientation has been overriden
7213
7214 2005-06-17  Martin Kretzschmar  <martink@gnome.org>
7215
7216         * ps/ps.c (psscan, psfree): read "Creator:" comment, free creator
7217         field if necessary.
7218
7219         * ps/ps.h: add creator field to document.
7220
7221         * ps/ps-document.c (ps_document_get_info): set format to PostScript,
7222         set creator field.
7223
7224 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
7225
7226         * data/evince-properties.glade:
7227         * shell/ev-properties.c: (ev_properties_set_document):
7228
7229         s/PDF Version/Format
7230
7231 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
7232
7233         * shell/ev-properties.c: (ev_properties_set_document):
7234
7235         Remove unnecessary translations
7236
7237 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
7238
7239         * cut-n-paste/toolbar-editor/Makefile.am:
7240
7241         Correct library name    
7242
7243 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
7244
7245         * configure.ac:
7246         * cut-n-paste/recent-files/egg-recent-model.c:
7247         (egg_recent_model_write_raw), (egg_recent_model_lock_file),
7248         (egg_recent_model_unlock_file):
7249         * cut-n-paste/recent-files/egg-recent-util.c:
7250         (egg_recent_util_get_unique_id):
7251         * cut-n-paste/recent-files/update-from-egg.sh:
7252         * cut-n-paste/toolbar-editor/Makefile.am:
7253         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
7254         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
7255         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
7256         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
7257         (egg_toolbars_model_get_type):
7258         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
7259
7260         Better makefile for toolbar editor and update everything
7261         to latest libegg.
7262
7263 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
7264
7265         * shell/ev-window.c: (update_document_mode):
7266
7267         Prefer presentation mode when the document
7268         require fullscreen.
7269
7270 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
7271
7272         * data/evince-ui.xml:
7273         * shell/ev-window.c:
7274
7275         Add control-equal for zooming
7276
7277 2005-06-17  Theppitak Karoonboonyanan  <thep@linux.thai.net>
7278
7279         * configure.ac: Added 'th' (Thai) to ALL_LINGUAS.
7280
7281 2005-06-16  Marco Pesenti Gritti  <mpg@redhat.com>
7282
7283         * backend/ev-document.c: (ev_document_get_orientation):
7284         * backend/ev-document.h:
7285         * pdf/ev-poppler.cc:
7286         * ps/ps-document.c: (ps_document_get_orientation),
7287         (ps_document_set_orientation), (ps_document_document_iface_init):
7288
7289         Add a get_orientation api. Improve set_orientation.
7290
7291         * data/evince-ui.xml:
7292         * shell/ev-view.c: (ev_view_set_orientation),
7293         (ev_view_rotate_right), (ev_view_rotate_left):
7294         * shell/ev-view.h:
7295         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
7296         (ev_window_cmd_edit_rotate_right):
7297
7298         Better ui for changing document orientation
7299
7300 2005-06-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7301
7302         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_property),
7303         (ev_sidebar_links_class_init), (ev_sidebar_links_get_label):
7304         * shell/ev-sidebar-links.h:
7305         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
7306         (ev_sidebar_page_iface_init):
7307         * shell/ev-sidebar-page.h:
7308         * shell/ev-sidebar-thumbnails.c:
7309         (ev_sidebar_thumbnails_get_property),
7310         (ev_sidebar_thumbnails_class_init),
7311         (ev_sidebar_thumbnails_set_document):
7312         * shell/ev-sidebar-thumbnails.h:
7313         * shell/ev-view.c: (ev_view_motion_notify_event):
7314         * shell/ev-window.c: (update_chrome_visibility),
7315         (ev_window_cmd_focus_page_selector),
7316         (ev_window_update_fullscreen_popup), (view_actions_focus_in_cb),
7317         (sidebar_page_main_widget_update_cb), (ev_window_init):
7318         
7319         Autoraise toolbar on GoToPage binding and fix bindings in
7320         EvSidebarThumbnails page.
7321
7322 2005-06-15  Christian Persch  <chpe@cvs.gnome.org>
7323
7324         * shell/ev-properties.c: (update_progress_label):
7325
7326         Hide the progress label when finished; bug #307697.
7327
7328 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
7329
7330         * pdf/ev-poppler.cc:
7331
7332         Enable is_open for links, you will need poppler cvs
7333
7334         * shell/ev-properties.c: (job_fonts_finished_cb):
7335
7336         Get a lock on the document when filling the tree view
7337
7338 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
7339
7340         * backend/ev-document-links.h:
7341         * pdf/ev-poppler.cc:
7342         * shell/ev-sidebar-links.c: (create_loading_model),
7343         (expand_open_links), (job_finished_callback):
7344
7345         Expand links when specified by the document.
7346         Depend on a poppler api (defined out for now)
7347
7348 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
7349
7350         * shell/ev-properties.c: (ev_properties_dispose),
7351         (ev_properties_class_init), (dialog_destroy_cb),
7352         (ev_properties_init), (job_fonts_finished_cb), (setup_fonts_view),
7353         (ev_properties_set_document), (ev_properties_new),
7354         (ev_properties_show):
7355         * shell/ev-properties.h:
7356
7357         Make it an object, cleanup the code, api to show it as transient
7358         and to set the document.
7359
7360         * shell/ev-window.c: (ev_window_setup_document),
7361         (ev_window_cmd_file_properties):
7362
7363         Adapt to EvProperties changes, do not show multiple
7364         times, update it when document changes.
7365
7366 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
7367
7368         * ps/gstypes.h:
7369         * ps/ps-document.c: (ps_document_init), (get_page_orientation),
7370         (ps_document_set_orientation), (ps_document_document_iface_init):
7371         * ps/ps-document.h:
7372
7373         Implement orientation here too
7374
7375         * shell/ev-properties.c: (ev_properties_new):
7376         * data/evince-properties.glade:
7377
7378         Hide the fonts page for backends that doesnt
7379         support it.     
7380
7381 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
7382
7383         * backend/ev-document.c: (ev_document_set_orientation):
7384         * backend/ev-document.h:
7385         * pdf/ev-poppler.cc:
7386
7387         Add orientation api. Currently poppler api is not optimal,
7388         we need to set orientation every time we _get a page.
7389         I will try to fix that at some point.
7390
7391         * data/evince-ui.xml:
7392         * shell/ev-window.c: (ev_window_cmd_edit_landscape),
7393         (ev_window_cmd_edit_portrait), (ev_window_cmd_edit_flip):
7394
7395         Add orientation menu items
7396
7397         * shell/ev-page-cache.c: (ev_page_cache_clear):
7398         * shell/ev-page-cache.h:
7399
7400         Add api to clear the cache
7401
7402         * shell/ev-view.c: (setup_caches), (clear_caches),
7403         (ev_view_set_document), (ev_view_zoom_out),
7404         (ev_view_set_orientation):
7405         * shell/ev-view.h:
7406
7407         Implement orientation changing
7408
7409 2005-06-13  Marco Pesenti Gritti <mpg@redhat.com>
7410
7411         * backend/ev-document-fonts.c: (ev_document_fonts_get_progress),
7412         (ev_document_fonts_scan), (ev_document_fonts_fill_model):
7413         * backend/ev-document-fonts.h:
7414
7415         Separate scan and fill so that we can incrementally fill from
7416         the main thread. Add a progress api.
7417
7418         * data/evince-properties.glade:
7419         * pdf/ev-poppler.cc:
7420         * shell/ev-jobs.c: (ev_job_fonts_new), (ev_job_fonts_run):
7421         * shell/ev-jobs.h:
7422         * shell/ev-properties.c: (update_progress_label),
7423         (job_fonts_finished_cb), (setup_fonts_view):
7424
7425         Incrementally feel the list and show the progress
7426         percentage in a label like acrobat does.
7427
7428         You are going to need poppler cvs
7429
7430 2005-06-11  Marco Pesenti Gritti <mpg@redhat.com>
7431
7432         * backend/ev-document-fonts.c: (ev_document_fonts_fill_model):
7433         * backend/ev-document-fonts.h:
7434         * pdf/ev-poppler.cc:
7435
7436         Make fonts model fill incrementally.
7437
7438         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
7439         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
7440         (ev_job_queue_remove_job):
7441         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
7442         (ev_job_fonts_new), (ev_job_fonts_run):
7443         * shell/ev-jobs.h:
7444
7445         New job for fonts scanning
7446
7447         * shell/ev-properties.c: (job_fonts_finished_cb),
7448         (fill_fonts_treeview), (setup_fonts_view), (ev_properties_new):
7449         * shell/ev-properties.h:
7450         * shell/ev-window.c: (ev_window_cmd_file_properties):
7451
7452         Incrementally feel the treeview using the new job. Show Loading...
7453         message until scanning is completed.
7454
7455         Hopefully I didnt break the build without the poppler patch.
7456
7457 2005-06-10  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7458
7459         * shell/ev-application.c: (ev_application_open):
7460         * shell/ev-document-types.c: (ev_document_type_from_from_mime),
7461         (ev_document_type_get_type), (ev_document_type_lookup):
7462         * shell/ev-document-types.h:
7463         * shell/ev-job-xfer.c: (ev_job_xfer_dispose), (ev_job_xfer_run):
7464         * shell/ev-job-xfer.h:
7465         * shell/ev-window.c: (ev_window_clear_local_uri),
7466         (ev_window_load_job_cb), (ev_window_xfer_job_cb),
7467         (ev_window_open_uri), (ev_window_add_recent), (ev_window_dispose):
7468         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
7469         
7470         Transfer remote documents to tmp directory to display them later.
7471
7472 2005-06-10  Marco Pesenti Gritti <mpg@redhat.com>
7473
7474         * backend/ev-document-info.h:
7475         * shell/ev-properties.c: (ev_properties_new):
7476
7477         s/GTime*/GTime. Not sure why we was using a pointer
7478         at all there!
7479
7480 Wed Jun  8 01:04:22 2005  Jonathan Blandford  <jrb@redhat.com>
7481
7482         * shell/ev-sidebar-thumbnails.c: Use a GtkIconView in certain
7483         situations.  That situation is that you're using GTK+-HEAD with
7484         the patch at #306726 is applied, and you have a document with <
7485         1500 pages in it.  It's not quite as uniformly nice as the
7486         TreeView, but should be better in the long run.
7487
7488         I'm pretty sure I guarded against breaking compilation with
7489         HAVE_GTK_ICON_VIEW_GET_VISIBLE_RANGE gaurds, though it's possible
7490         I missed some.
7491
7492         * shell/ev-window.c (ev_window_init): We don't have our tree/list
7493         widget yet, so I commented that code out
7494         enable_view_actions_for_widget() for now.  Need to figure this
7495         out.
7496
7497         * shell/ev-page-action.c (match_selected_cb): emit the right
7498         signals.  Our cool C-l completion now works.
7499
7500 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7501
7502         * backend/Makefile.am:
7503         * backend/ev-document-fonts.c:
7504         * backend/ev-document-links.c:
7505         * backend/ev-document.c: (ev_document_load):
7506         * backend/ev-document.h:
7507         * backend/ev-job-queue.c:
7508         * backend/ev-job-queue.h:
7509         * backend/ev-jobs.c:
7510         * backend/ev-jobs.h:
7511         * backend/ev-page-cache.c:
7512         * backend/ev-page-cache.h:
7513
7514         EvPageCache and EvJobs are moved to shell.
7515
7516         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown),
7517         (ev_tmp_filename):
7518         * lib/ev-file-helpers.h:
7519         
7520         New helper to work with temporary files
7521         
7522         * shell/Makefile.am:
7523         * shell/ev-application.c: (ev_application_open):
7524         * shell/ev-application.h:
7525         * shell/ev-job-queue.c: (remove_job_from_queue_locked),
7526         (remove_job_from_async_queue), (add_job_to_async_queue),
7527         (add_job_to_queue_locked), (notify_finished), (job_finished_cb),
7528         (handle_job), (search_for_jobs_unlocked),
7529         (no_jobs_available_unlocked), (ev_render_thread),
7530         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
7531         (ev_job_queue_add_job), (move_job_async), (move_job),
7532         (ev_job_queue_update_job), (ev_job_queue_remove_job):
7533         * shell/ev-job-queue.h:
7534         * shell/ev-job-xfer.c: (ev_job_xfer_init), (ev_job_xfer_dispose),
7535         (ev_job_xfer_class_init), (ev_job_xfer_new), (ev_job_xfer_run):
7536         * shell/ev-job-xfer.h:
7537         * shell/ev-jobs.c: (ev_job_init), (ev_job_dispose),
7538         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
7539         (ev_job_links_class_init), (ev_job_render_init),
7540         (ev_job_render_dispose), (ev_job_render_class_init),
7541         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
7542         (ev_job_thumbnail_class_init), (ev_job_load_init),
7543         (ev_job_load_dispose), (ev_job_load_class_init), (ev_job_finished),
7544         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
7545         (render_finished_cb), (ev_job_render_run), (ev_job_thumbnail_new),
7546         (ev_job_thumbnail_run), (ev_job_load_new), (ev_job_load_run):
7547         * shell/ev-jobs.h:
7548         * shell/ev-page-action.c: (ev_page_action_set_document):
7549         * shell/ev-page-cache.c: (ev_page_cache_init),
7550         (ev_page_cache_class_init), (ev_page_cache_finalize),
7551         (ev_page_cache_new), (ev_page_cache_get_n_pages),
7552         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
7553         (ev_page_cache_set_page_label), (ev_page_cache_set_link),
7554         (ev_page_cache_get_title), (ev_page_cache_get_size),
7555         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
7556         (ev_page_cache_get_height_to_page),
7557         (ev_page_cache_get_max_label_chars),
7558         (ev_page_cache_get_page_label),
7559         (ev_page_cache_has_nonnumeric_page_labels),
7560         (ev_page_cache_get_info), (ev_page_cache_next_page),
7561         (ev_page_cache_prev_page), (ev_page_cache_get):
7562         * shell/ev-page-cache.h:
7563         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_update_range),
7564         (ev_pixbuf_cache_clear_job_sizes),
7565         (ev_pixbuf_cache_add_jobs_if_needed),
7566         (ev_pixbuf_cache_set_page_range):
7567         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings):
7568         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document):
7569         * shell/ev-sidebar-thumbnails.c:
7570         (ev_sidebar_tree_selection_changed),
7571         (ev_sidebar_thumbnails_set_document):
7572         * shell/ev-statusbar.c: (ev_statusbar_destroy),
7573         (ev_statusbar_class_init), (ev_statusbar_init), (ev_statusbar_new),
7574         (ev_statusbar_get_context_id), (ev_statusbar_push),
7575         (ev_statusbar_pop), (ev_statusbar_set_maximized),
7576         (ev_statusbar_pulse), (ev_statusbar_show_progress),
7577         (ev_statusbar_set_progress):
7578         * shell/ev-statusbar.h:
7579         * shell/ev-view.c: (ev_view_set_document), (ev_view_find_next),
7580         (ev_view_find_previous):
7581         * shell/ev-window.c: (ev_window_is_empty),
7582         (ev_window_setup_document), (password_dialog_response),
7583         (ev_window_clear_jobs), (ev_window_load_job_cb),
7584         (ev_window_xfer_job_cb), (ev_window_open_uri),
7585         (ev_window_open_uri_list), (ev_window_cmd_recent_file_activate),
7586         (ev_window_print), (ev_window_print_range),
7587         (ev_window_state_event), (ev_window_cmd_view_reload),
7588         (menu_item_select_cb), (menu_item_deselect_cb),
7589         (view_status_changed_cb), (ev_window_dispose),
7590         (drag_data_received_cb), (ev_window_init):
7591         * shell/ev-window.h:
7592         * shell/main.c: (load_files):
7593         
7594         New statusbar to show progress on idle. Two new jobs - 
7595         xfer job and load job to load document in background. And update
7596         of page_cache clients to new location of code.
7597
7598 2005-06-08  Carlos Garcia Campos <carlosgc@gnome.org>
7599   
7600         * shell/ev-application.c, shell/ev-window.[ch]: Allow multiple
7601         selection in open dialog. It also remembers the last visited directory 
7602         in the current session.
7603
7604 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7605
7606         * shell/ev-properties.c: (ev_properties_new):
7607         * shell/ev-properties.h:
7608         * shell/ev-window.c: (ev_window_cmd_file_properties):
7609         
7610         Get document info from page cache instead of document itself.
7611         This should fix crash related to race conditions described in
7612         bug 306545.
7613
7614 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
7615
7616         * ps/ps-document.c: (ps_document_init),
7617         (send_ps), (get_page_box), (output), (catchPipe), (input),
7618         (stop_interpreter), (file_length), (file_readable),
7619         (check_filecompressedb), (ps_document_enable_interpreter),
7620         (document_load), (ps_async_renderer_render_pixbuf):
7621         * ps/ps-document.h:
7622
7623         Big cleanup of the ps code
7624
7625 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
7626
7627         * backend/Makefile.am:
7628         * backend/ev-async-renderer.c: (ev_async_renderer_get_type),
7629         (ev_async_renderer_class_init), (ev_async_renderer_render_pixbuf):
7630         * backend/ev-async-renderer.h:
7631
7632         Add an async renderer interface (method + callback) which
7633         is useful for backends like ps.
7634
7635         * backend/ev-job-queue.c: (remove_job_from_async_queue),
7636         (add_job_to_async_queue), (job_finished_cb), (handle_job),
7637         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
7638         (ev_job_queue_add_job), (move_job_async), (move_job),
7639         (ev_job_queue_update_job), (ev_job_queue_remove_job):
7640
7641         Add queues for async renderer, these are executed on the
7642         main thread.
7643
7644         * backend/ev-jobs.c: (ev_job_render_new), (render_finished_cb),
7645         (ev_job_render_run):
7646         * backend/ev-jobs.h:
7647
7648         If the backend support async renderer interface use it.
7649
7650         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
7651         (setup_pixmap), (ps_document_get_type),
7652         (ps_async_renderer_render_pixbuf),
7653         (ps_document_document_iface_init), (ps_async_renderer_iface_init):
7654
7655         Implement async renderer interface.
7656
7657 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7658
7659         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose):
7660
7661         Cleanup links job on exit.
7662
7663 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7664
7665         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
7666         (drag_data_get_cb), (drag_data_received_cb):
7667         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
7668         (drag_data_get_cb), (parse_item_list),
7669         (egg_toolbar_editor_load_actions):
7670         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
7671         (egg_toolbars_model_to_xml), (egg_toolbars_model_save),
7672         (parse_item_list), (parse_toolbars):
7673         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
7674         (dvi_pixbuf_put_pixel):
7675         
7676         Fix gcc 4.0 warnings
7677
7678 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
7679
7680         * ps/ps-document.c: (start_interpreter):
7681
7682         Fix warning when loading ps
7683
7684 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
7685
7686         * ps/ps-document.c: (output):
7687
7688         Fix crash when priting gs error messages.
7689
7690 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
7691
7692         * backend/ev-page-cache.c: (_ev_page_cache_new):
7693         * backend/ev-page-cache.h:
7694
7695         Use a const to return title so that we dont double
7696         free it. Small cleanup and fix a leak.
7697
7698         * shell/ev-window.c: (update_window_title):
7699
7700         strdup value from get_title.
7701
7702 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
7703
7704         * shell/ev-sidebar-links.c: (job_finished_callback),
7705         (ev_sidebar_links_set_document):
7706
7707         Cleanup the old job when changing document
7708
7709 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7710
7711         * shell/ev-stock-icons.c:
7712         * shell/ev-stock-icons.h:
7713         * shell/ev-window.c:
7714         
7715         Add stock icons for actions that can appear in toolbar. Fix for
7716         bug 306566.
7717
7718 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7719
7720         * backend/ev-page-cache.c: (ev_page_cache_finalize),
7721         (_ev_page_cache_new), (ev_page_cache_get_max_width),
7722         (ev_page_cache_get_max_height), (ev_page_cache_get_height_to_page):
7723         * backend/ev-page-cache.h:
7724         * shell/ev-view.c: (scroll_to_current_page),
7725         (view_update_range_and_current_page), (get_page_y_offset),
7726         (get_page_extents), (ev_view_size_request_continuous_dual_page),
7727         (ev_view_size_request_continuous),
7728         (ev_view_zoom_for_size_continuous_and_dual_page),
7729         (ev_view_zoom_for_size_continuous):
7730         
7731         More compact EvView layout in document with pages of different size.
7732
7733 Sat Jun  4 19:20:57 2005  Jonathan Blandford  <jrb@redhat.com>
7734
7735         * shell/ev-window.c (ev_window_cmd_file_properties): fix
7736         compilation.
7737
7738 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7739
7740         * shell/ev-view.c: (view_set_adjustment_values):
7741         * shell/ev-window.c: (ev_window_cmd_file_properties):
7742         
7743         A bit different fix for rounding problem but it has no
7744         problems on startup. Make properties window transient to parent.
7745
7746 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7747
7748         * pdf/ev-poppler.cc:
7749         
7750         More commenting of font stuff.
7751
7752 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
7753
7754         * pdf/ev-poppler.cc:
7755
7756         Comment out some more fonts stuff. Should really
7757         work without the poppler patch now.
7758
7759 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
7760
7761         * pdf/ev-poppler.cc:
7762
7763         Adapt to api change
7764
7765 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
7766
7767         * data/evince-properties.glade:
7768         * pdf/ev-poppler.cc:
7769         * shell/ev-properties.c: (setup_fonts_view):
7770
7771         Set the column title. Show the dialog only
7772         once everything is setup.
7773         Getting font info can be very slow... will
7774         prolly need to make this threaded too.
7775
7776 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
7777
7778         * backend/Makefile.am:
7779         * backend/ev-document-fonts.c: (ev_document_fonts_get_type),
7780         (ev_document_fonts_get_fonts_model):
7781         * backend/ev-document-fonts.h:
7782         * data/evince-properties.glade:
7783         * pdf/ev-poppler.cc:
7784         * shell/ev-properties.c: (setup_fonts_view), (ev_properties_new):
7785         * shell/ev-properties.h:
7786         * shell/ev-window.c: (ev_window_cmd_file_properties):
7787
7788         Implement fonts list. Defined out for now, since it depends
7789         on a not yet committed poppler patch.
7790
7791 Fri Jun  3 21:07:57 2005  Jonathan Blandford  <jrb@redhat.com>
7792
7793         * shell/ev-view.c (get_page_extents): other_page isn't necessarily
7794         page + 1.
7795
7796         * shell/ev-window.c: Make sure we add the timeout when we get a
7797         focus-in event.
7798
7799         * shell/ev-view.c (view_set_adjustment_values): Add 0.5 to
7800         adjustment->value before calculating the zoom factor to average
7801         out all of our rounding errors.  The page no longer 'drifts' when
7802         resizing.
7803
7804 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7805
7806         * data/evince-properties.glade:
7807         * shell/ev-properties.c: (ev_properties_format_date),
7808         (set_property):
7809         
7810         Labels don't expand when the dialogue is resized.
7811         strftime result needs to be converted to UTF-8. Thanks
7812         to Christian Persch <chpe@gnome.org>.
7813
7814 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
7815
7816         * data/evince-properties.glade:
7817
7818         Hide the fonts tab
7819
7820 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
7821
7822         * backend/ev-document-info.h:
7823         * backend/ev-document.c: (ev_document_info_free):
7824         * data/evince-properties.glade:
7825         * pdf/ev-poppler.cc:
7826         * ps/ps-document.c: (ps_document_get_info):
7827         * shell/ev-properties.c: (ev_properties_format_date),
7828         (set_property), (ev_properties_new):
7829         * shell/ev-properties.h:
7830         * shell/ev-window.c: (ev_window_cmd_file_properties):
7831
7832         Rework properties code to take only EvPropertyInfo
7833         in the constructor so that it can be useful for
7834         nautilus plugin too.
7835
7836         Deal with backends that doesnt support some properties.
7837         Make set property code generic.
7838
7839 2005-06-04  Christian Persch <chpe@gnome.org>
7840
7841         * data/evince-properties.glade:
7842
7843         fix spacings, make resizeable, and make data labels
7844         selectable + ellipsised
7845
7846 2005-06-03  Marco Pesenti Gritti <mpg@redhat.com>
7847
7848         * backend/ev-document-info.h:
7849         * data/Makefile.am:
7850         * data/evince-ui.xml:
7851         * pdf/ev-poppler.cc:
7852         * shell/Makefile.am:
7853         * shell/ev-window.c: (update_action_sensitivity),
7854         (ev_window_cmd_file_properties):
7855
7856         Initial go at file properties. Patch by
7857         Emil Soleyman-Zomalan <emil@soleyman.com>.
7858         Needs love see #169583
7859
7860 2005-06-02  Marco Pesenti Gritti <mpg@redhat.com>
7861
7862         * ps/ps-document.c: (output):
7863         * ps/ps.c: (psscan):
7864
7865         Try to render even if psscan fails.
7866
7867 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
7868
7869         * ps/ps.c: (psscan), (pscopydoc):
7870
7871         Port buffered reading code from gv
7872
7873 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
7874
7875         * ps/ps-document.c: (interpreter_message), (output):
7876
7877         Do not fail on interpreter messages
7878
7879 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
7880
7881         * backend/ev-document-misc.c:
7882         (ev_document_misc_get_thumbnail_frame):
7883
7884         Pages can be 0 x 0, dont assert on this case
7885
7886 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
7887
7888         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
7889         (ev_sidebar_links_class_init), (ev_sidebar_links_set_document):
7890
7891         Correctly manage our reference on document. Finally the reload
7892         huge leak is gone...
7893
7894 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
7895
7896         * ps/ps-document.c: (ps_document_dispose):
7897
7898         Forgot to chain it to the parent. Thanks chpe.
7899
7900 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
7901
7902         * ps/ps-document.c: (ps_document_dispose),
7903         (ps_document_class_init), (stop_interpreter), (document_load):
7904
7905         Cleanup dispose a bit. Dont leak the whole pixmap.
7906
7907 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
7908
7909         * pdf/ev-poppler.cc:
7910
7911         Release the poppler document on dispose
7912
7913 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
7914
7915         * shell/ev-view.c: (ev_view_set_document):
7916
7917         Release ref on the pixbuf cache when changing
7918         document.
7919
7920 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
7921
7922         * ps/ps-document.c: (ps_document_get_info):
7923
7924         Fix a double free
7925
7926 2005-05-31  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
7927
7928         * backend/ev-page-cache.c: (ev_page_cache_init),
7929         (_ev_page_cache_new), (ev_page_cache_get_max_label_chars):
7930         * backend/ev-page-cache.h:
7931         * shell/ev-page-action.c: (page_changed_cb):
7932         
7933         Set page action entry width depending on labels width. Fix
7934         for bug 305202.
7935
7936 2005-05-31  Marco Pesenti Gritti  <mpg@redhat.com>
7937
7938         * backend/ev-link.c: (ev_link_class_init):
7939
7940         Allow -1 as page value (error)
7941
7942 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
7943
7944         * shell/ev-sidebar-thumbnails.c:
7945         (ev_sidebar_thumbnails_set_document):
7946         * shell/ev-view.c: (scroll_to_current_page),
7947         (view_set_adjustment_values), (ev_view_set_scroll_adjustments),
7948         (page_changed_cb), (on_adjustment_value_changed),
7949         (ev_view_set_document):
7950
7951         Slightly modified patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>.
7952         Fix bug 305377
7953
7954 2005-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7955
7956         * configure.ac:
7957         * djvu/djvu-document.c: (djvu_document_get_page_size):
7958
7959         Require djvulibre CVS. Now djvu loading is much faster. Fix for
7960         bug 301993.
7961
7962 Sat May 28 07:38:03 2005  Jonathan Blandford  <jrb@redhat.com>
7963
7964         * shell/ev-view.c (draw_one_page): modify the expose handling to
7965         get the shadows.
7966
7967         * shell/ev-window.c (update_action_sensitivity): Respect
7968         permissions field.  Kowtow to the man.
7969
7970         * pdf/ev-poppler.cc: Get the permissions field.
7971
7972         * tiff/*c: Make a tiny bit more robust.
7973
7974 2005-05-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7975
7976         * djvu/djvu-document.c:
7977         
7978         Pop messages from djvu context message queue.
7979
7980 2005-05-24  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7981
7982         * configure.ac, Makefile.am, shell/Makefile.am:
7983         * tiff/Makefile.am, shell/ev-document-types.c:
7984         
7985         Cleanup tiff configure checks. Fix for bug 305218.
7986
7987 2005-05-24  Maxim V. Dziumanenko <mvd@mylinux.ua>
7988
7989         * configure.ac: Added "uk" to ALL_LINGUAS.
7990
7991 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7992
7993         * cut-n-paste/zoom-control/ephy-zoom.c:
7994         (ephy_zoom_get_changed_zoom_level):
7995         * cut-n-paste/zoom-control/ephy-zoom.h:
7996         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_set_property),
7997         (ev_view_get_property), (ev_view_class_init), (ev_view_set_zoom):
7998         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
7999         (ev_window_cmd_view_zoom_out), (ev_window_zoom_changed_cb),
8000         (zoom_control_changed_cb), (ev_window_init):
8001         
8002         Fix minor points related to moving best fit up. Introduce
8003         "zoom" property and make zoom control change it's value on
8004         notify::zoom signals. Fix for 305080.
8005
8006 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8007
8008         * data/evince-ui.xml:
8009         * shell/ev-window.c: (set_view_actions_sensitivity):
8010         
8011         Use + and - as accels for zoom in and zoom out. Fix for 305001.
8012
8013 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
8014
8015         * configure.ac:
8016
8017         Depends on poppler 0.3.2
8018
8019 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
8020
8021         * cut-n-paste/recent-files/egg-recent-item.c:
8022         (egg_recent_item_get_short_name):
8023         * cut-n-paste/toolbar-editor/Makefile.am:
8024         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
8025         (new_pixbuf_from_widget):
8026         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
8027         * cut-n-paste/toolbar-editor/egg-marshal.c:
8028         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
8029         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
8030
8031         Sync
8032
8033 Sat May 21 23:18:30 2005  Jonathan Blandford  <jrb@redhat.com>
8034
8035         * tiff/tiff-document.c: Rough TIFF backend.
8036
8037 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
8038
8039         * NEWS:
8040         * configure.ac:
8041         * cut-n-paste/toolbar-editor/Makefile.am:
8042
8043         Release 0.3.1
8044
8045 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
8046
8047         * shell/ev-view.c: (jump_to_find_result), (ev_view_can_find_next),
8048         (ev_view_find_next), (ev_view_find_previous):
8049
8050         Remove the locks around get_n_results   
8051
8052 2005-05-21  Juerg Billeter  <j@bitron.ch>
8053
8054         * pdf/ev-poppler.c: (pdf_document_ps_exporter_begin):
8055
8056         Pass correct number of pages to poppler.
8057
8058 2005-05-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8059
8060         * configure.ac:
8061         * data/Makefile.am:
8062         * data/evince.desktop.in: 
8063         * data/evince.desktop.in.in:
8064         * po/POTFILES.in:
8065         
8066         Add conditionally dvi and djvu to desktop types. Fix for 304658.
8067
8068 Sat May 21 00:21:30 2005  Jonathan Blandford  <jrb@redhat.com>
8069
8070         * shell/ev-view.c: (view_update_adjustments),
8071         (view_set_adjustment_values): cast adjustmen->value to (int)
8072         before using it.  Otherwise, we get off by a pixel in some
8073         situations.
8074
8075         (draw_one_page): Draw the border on expose.
8076
8077 Fri May 20 22:05:25 2005  Jonathan Blandford  <jrb@redhat.com>
8078
8079         * *shell/ev-view.c: Patch from Nickolay V. Shmyrev to reset the
8080         adjustment when the mode changes, #304923
8081
8082 Fri May 20 02:00:03 2005  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8083
8084         * shell/ev-view.c: Use gdk_widget_queue_draw to remove
8085         flickering on resize but still use gdk_window_scroll on
8086         scrolling
8087
8088 Fri May 20 01:46:57 2005  Jonathan Blandford  <jrb@redhat.com>
8089
8090         * shell/ev-view.c: Patch from Nickolay Shmyrev to fix the -p
8091         option, #170458
8092
8093 Fri May 20 01:27:01 2005  Jonathan Blandford  <jrb@redhat.com>
8094
8095         * shell/ev-view.c: Patch from Nickolay Shmyrev to to scroll to
8096         second page on page_changed if possible, #304669
8097
8098 Fri May 20 01:07:15 2005  Jonathan Blandford  <jrb@redhat.com>
8099
8100         * shell/ev-view.c (view_update_adjustments): Use gdk_window_scroll
8101         instead of gtk_widget_queue_draw.  Massive speedups in scrolling.
8102
8103 Fri May 20 01:05:10 2005  Jonathan Blandford  <jrb@redhat.com>
8104
8105         * .cvsignore:
8106         * shell/ev-view.c:(ev_view_size_allocate), (ev_view_class_init),
8107         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
8108         (ev_view_zoom_for_size_presentation),
8109         (ev_view_zoom_for_size_continuous_and_dual_page),
8110         (ev_view_zoom_for_size_continuous),
8111         (ev_view_zoom_for_size_dual_page),
8112         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size):
8113         * shell/ev-view.h:
8114         * shell/ev-window.c: (update_view_size),
8115         (ev_window_sizing_mode_changed_cb):
8116
8117         Patch from Nickolay Shmyrev <nshmyrev@yandex.ru> to handle
8118         the scrollbars.  It's not 100% right, but it's much closer.  Kills
8119         an infinite loop, #304769
8120
8121
8122 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
8123
8124         * data/evince-ui.xml:
8125         * shell/ev-view.c: (ev_view_scroll_view), (ev_view_class_init):
8126         * shell/ev-window.c: (set_view_actions_sensitivity):
8127
8128         Make PgUp/Down behave like Space
8129
8130 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
8131
8132         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
8133         * backend/ev-ps-exporter.h:
8134         * pdf/ev-poppler.cc:
8135         * ps/ps-document.c: (ps_document_ps_export_begin):
8136         * shell/ev-print-job.c: (idle_print_handler):
8137
8138         Adapt to new poppler api
8139
8140 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
8141
8142         * cut-n-paste/zoom-control/ephy-zoom-control.c:
8143         (ephy_zoom_control_init):
8144
8145         Translate zoom levels
8146
8147 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
8148
8149         * cut-n-paste/zoom-control/ephy-zoom.c:
8150         (ephy_zoom_get_zoom_level_index):
8151
8152         Fix current zoom -> zoom control match
8153
8154 2005-05-18  James Bowes  <bowes@cs.dal.ca>
8155
8156         * shell/ev-window.c: (ev_window_init): Give focus to the ev-view,
8157         rather than the scrolled_window that it's in. Fixes bug #304655.
8158
8159 Tue May 17 22:54:17 2005  Jonathan Blandford  <jrb@redhat.com>
8160
8161         * shell/ev-view.c: (view_update_adjustments),
8162         (view_set_adjustment_values), (view_update_range_and_current_page),
8163         (view_scroll_to_page), (set_scroll_adjustment),
8164         (ev_view_set_scroll_adjustments), (add_scroll_binding_keypad),
8165         (ev_view_scroll), (ev_view_scroll_view),
8166         (ensure_rectangle_is_visible), (find_page_at_location),
8167         (get_link_at_location), (go_to_link), (status_message_from_link),
8168         (ev_view_size_request_continuous_dual_page),
8169         (ev_view_size_request), (ev_view_size_allocate), (ev_view_realize),
8170         (ev_view_unrealize), (ev_view_expose_event),
8171         (ev_view_button_press_event), (ev_view_motion_notify_event),
8172         (ev_view_button_release_event), (ev_gdk_color_to_rgb),
8173         (draw_rubberband), (highlight_find_results), (draw_one_page),
8174         (ev_view_finalize), (ev_view_destroy), (ev_view_class_init),
8175         (ev_view_init), (find_changed_cb), (page_changed_cb),
8176         (on_adjustment_value_changed), (ev_view_new),
8177         (ev_view_set_document), (ev_view_set_zoom),
8178         (ev_view_set_continuous), (ev_view_set_dual_page),
8179         (ev_view_set_presentation), (ev_view_zoom_in), (ev_view_zoom_out),
8180         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
8181         (ev_view_zoom_for_size_presentation),
8182         (ev_view_zoom_for_size_continuous_dual_page),
8183         (ev_view_zoom_for_size_continuous),
8184         (ev_view_zoom_for_size_dual_page),
8185         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
8186         (ev_view_get_status), (ev_view_set_status),
8187         (update_find_status_message), (ev_view_get_find_status),
8188         (ev_view_set_find_status), (jump_to_find_result),
8189         (jump_to_find_page), (compute_selections), (clear_selection),
8190         (ev_view_select_all), (get_selected_text), (ev_view_copy),
8191         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
8192         (ev_view_update_primary_selection),
8193         (ev_view_create_invisible_cursor), (ev_view_set_cursor):
8194         * shell/ev-view.h:
8195         * shell/ev-window.c: (ev_window_open_page_label),
8196         (ev_window_cmd_view_reload), (ev_window_sizing_mode_changed_cb),
8197         (ev_window_init):
8198         * shell/ev-window.h:
8199         * shell/main.c: (load_files):
8200
8201         Massive code clean up from Nickolay Shmyrev.  Keep page offset
8202         when resizing.  Remove the bin_window().  Also, patch from James
8203         Bowes to fix command line page, #300641
8204         
8205 2005-05-17  Marco Pesenti Gritti  <mpg@redhat.com>
8206
8207         * data/evince-ui.xml:
8208         * shell/ev-view.c:
8209         * shell/ev-view.h:
8210         * shell/ev-window.c: (update_action_sensitivity):
8211
8212         Get rid of View->Normal Size, it's just confusing
8213
8214 Tue May 17 00:51:21 2005  Jonathan Blandford  <jrb@redhat.com>
8215
8216         * backend/ev-document-info.h:
8217         * backend/ev-document.c: (ev_document_info_free): Free the
8218         EvDocumentInfo.
8219
8220         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
8221         (clear_range), (add_range), (update_visible_range),
8222         (adjustment_changed_cb), (ev_sidebar_thumbnails_init),
8223         (ev_sidebar_thumbnails_set_document):
8224         * shell/ev-window.c: (ev_window_setup_document): Only render the
8225         visible thumbnails.  It takes an instant to render, but it uses
8226         much less memory.
8227
8228 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
8229
8230         * shell/ev-sidebar-links.c: (popup_menu_cb):
8231
8232         Select first item
8233
8234 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
8235
8236         * lib/Makefile.am:
8237         * shell/ev-sidebar-links.c: (build_popup_menu), (popup_menu_cb),
8238         (button_press_cb), (ev_sidebar_links_construct):
8239
8240         Show the popup menu also on keybindings
8241
8242 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
8243
8244         * shell/ev-window.c: (ev_window_print), (ev_window_print_range):
8245         * shell/ev-window.h:
8246
8247         Expose api to print a range (with dialog). Make private _print use
8248         it.
8249
8250         * shell/ev-sidebar-links.c: (print_section_cb), (button_press_cb),
8251         (ev_sidebar_links_construct):
8252
8253         Show a print context menu on linkx, it prints the selected
8254         section.
8255
8256 2005-05-15  Carlos Garcia Campos <carlosgc@gnome.org>
8257
8258         * shell/ev-sidebar.c: make the drop down menu as width as the toggle
8259         button.
8260
8261 2005-05-12  Marco Pesenti Gritti  <mpg@redhat.com>
8262
8263         * AUTHORS:
8264
8265         Update
8266
8267         * shell/ev-window.c: (build_comments_string),
8268         (ev_window_cmd_help_about):
8269
8270         Show poppler version/backend and authors
8271
8272 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
8273
8274         * cut-n-paste/zoom-control/ephy-zoom.c:
8275         (ephy_zoom_get_zoom_level_index):
8276         * cut-n-paste/zoom-control/ephy-zoom.h:
8277
8278         Move the best fit items at the top of the list
8279
8280 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
8281
8282         * shell/ev-marshal.list:
8283         * shell/ev-page-action.c: (ev_page_action_widget_class_init),
8284         (activate_cb), (match_selected_cb), (activate_link_cb),
8285         (connect_proxy), (ev_page_action_class_init):
8286         * shell/ev-page-action.h:
8287
8288         Use signals to notify action activation. Hopefully
8289         I did not break completion since I cant test...
8290
8291         * shell/ev-window.c: (activate_link_cb), (activate_label_cb),
8292         (register_custom_actions):
8293
8294         Connect to page selector actions and also grab focus on
8295         the view when activated.
8296
8297 Wed May 11 01:18:29 2005  Jonathan Blandford  <jrb@redhat.com>
8298
8299         * pdf/ev-poppler.cc:
8300         * backend/ev-page-cache.c: make page size calculation consistent
8301         and set it to (int)( width * scale + 0.5).  This makes the weird
8302         line going through the middle of the page go away.
8303
8304         * shell/ev-view.c: move painting the background page after
8305         checking the expose area covers us.
8306
8307 2005-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8308
8309         * data/evince-password.glade:
8310         
8311         Mark labels as not translatable. Fix for bug 302842.
8312
8313 2005-05-10  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
8314
8315         * configure.ac: Added "es" to ALL_LINGUAS.
8316
8317 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8318
8319         * data/evince-toolbar.xml:
8320         * shell/ev-window.c: (update_action_sensitivity),
8321         (ev_window_setup_document), (ev_window_set_page_mode),
8322         (ev_window_init):
8323
8324         Remove some leftover code from jrb first continous
8325         attempt. Use the new actions, we still need good icons
8326         though...
8327
8328 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8329
8330         * shell/ev-page-action.c: (update_pages_label), (connect_proxy):
8331
8332         Update label when connecting proxy. Fix a warning with NULL
8333         page_cache.
8334
8335 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8336
8337         * data/evince-ui.xml:
8338         * shell/ev-page-action.c: (ev_page_action_grab_focus):
8339         * shell/ev-page-action.h:
8340         * shell/ev-window.c: (ev_window_cmd_focus_page_selector):
8341
8342         Add mnemonic for edit toolbar.
8343         ctrl+l focus the page entry.
8344
8345 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8346
8347         * lib/Makefile.am:
8348         * shell/ev-window.c: (ev_window_cmd_edit_toolbar_cb),
8349         (ev_window_init):
8350         * shell/main.c: (main):
8351
8352         Put the toolbar xml in evince own dot dir
8353
8354 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8355
8356         * shell/ev-window.c: (ev_window_init):
8357
8358         Make the toolbar not removable
8359
8360 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8361
8362         * data/evince-ui.xml:
8363         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_treeview):
8364         * shell/ev-sidebar-links.h:
8365         * shell/ev-sidebar-thumbnails.c:
8366         (ev_sidebar_thumbnails_get_treeview):
8367         * shell/ev-sidebar-thumbnails.h:
8368         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_view),
8369         (ev_view_class_init):
8370         * shell/ev-view.h:
8371         * shell/ev-window.c: (update_action_sensitivity),
8372         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
8373         (set_view_actions_sensitivity), (view_actions_focus_in_cb),
8374         (view_actions_focus_out_cb), (enable_view_actions_for_widget),
8375         (ev_window_init):
8376
8377         This is evil... Make space/backspace global accelerators but
8378         enable them only for some widgets (sidebars and view).
8379         I dont like it, but I dont know a better way... :/
8380
8381 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8382
8383         * shell/ev-page-action.c: (ev_page_action_widget_set_page_cache),
8384         (ev_page_action_widget_finalize),
8385         (ev_page_action_widget_class_init), (update_page_cache):
8386
8387         Keep a weak reference on proxy->page_cache so that we
8388         dont try to disconnect the signal if the object is already
8389         gone. Maybe there is a better way to cleanup reference handling
8390         in page action though...
8391
8392 2005-05-10  Juerg Billeter  <j@bitron.ch>
8393
8394         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
8395         * backend/ev-ps-exporter.h:
8396         * pdf/ev-poppler.cc: (pdf_document_ps_exporter_begin):
8397         * ps/ps-document.c: (ps_document_ps_export_begin):
8398         
8399         Change api to pass print range to ps_exporter_begin. The pdf backend
8400         requires this information.
8401         
8402         * shell/ev-print-job.c: (idle_print_handler):
8403         
8404         Adapt to api change
8405
8406 2005-05-10  Juerg Billeter  <j@bitron.ch>
8407
8408         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
8409         (idle_print_handler)
8410         * shell/ev-window.c: (ev_window_print):
8411
8412         Support printing page range, based on patch by Amaury Jacquot
8413
8414 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8415
8416         * data/evince-toolbar.xml:
8417
8418         Add zoom control to available items
8419
8420 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8421
8422         * shell/ev-window.c: (update_action_sensitivity):
8423
8424         Set slash action insensitive when appropriate
8425
8426 2005-05-10  Christian Persch <chpe@gnome.org>
8427
8428         * cut-n-paste/zoom-control/ephy-zoom-action.c: (create_menu_item):
8429
8430         Fix warning on the overflow menu
8431
8432 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8433
8434         * shell/ev-window.c: (sanity_check_uri), (ev_window_open):
8435
8436         Check for uri correctness/existence
8437
8438 2005-05-09  Juerg Billeter  <j@bitron.ch>
8439
8440         * shell/ev-window.c: (using_postscript_printer):
8441
8442         LPD printers use postscript, too
8443
8444 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
8445
8446         * shell/ev-window.c: (register_custom_actions):
8447
8448         The zoom one is actually sort of useful,
8449         put it back
8450
8451 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
8452
8453         * shell/ev-window.c: (register_custom_actions):
8454
8455         Hide page/zoom controls from overflow, they
8456         are useless.
8457
8458 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
8459
8460         * cut-n-paste/update-from-egg.sh:
8461         
8462         Share it between all cut-n-paste subdirs
8463
8464         * cut-n-paste/recent-files/Makefile.am:
8465
8466         Fix to use "global" update-from-egg.sh
8467
8468         * cut-n-paste/recent-files/egg-recent-model.c:
8469         (egg_recent_model_changed_timeout), (egg_recent_model_finalize):
8470         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
8471         (egg_recent_view_gtk_clear), (egg_recent_view_gtk_set_list),
8472         (egg_recent_view_gtk_finalize), (egg_recent_view_gtk_set_menu):
8473
8474         Update from libegg
8475
8476         * cut-n-paste/toolbar-editor/Makefile.am:
8477
8478         Fix to use "global" update-from-egg.sh
8479
8480         * cut-n-paste/toolbar-editor/eggmarshalers.list:
8481
8482         Update from libegg
8483
8484 2005-05-09  Marco Pesenti Gritti <mpg@redhat.com>
8485
8486         * configure.ac:
8487         * cut-n-paste/Makefile.am:
8488         * cut-n-paste/recent-files/Makefile.am:
8489         * cut-n-paste/toolbar-editor/.cvsignore:
8490         * cut-n-paste/toolbar-editor/Makefile.am:
8491         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
8492         (egg_editable_toolbar_get_type), (get_toolbar_position),
8493         (get_n_toolbars), (get_dock_nth), (get_toolbar_nth), (find_action),
8494         (drag_data_delete_cb), (drag_begin_cb), (drag_end_cb),
8495         (drag_data_get_cb), (set_drag_cursor), (unset_drag_cursor),
8496         (set_item_drag_source), (create_item_from_action), (create_item),
8497         (data_is_separator), (drag_data_received_cb), (remove_toolbar_cb),
8498         (popup_toolbar_context_menu_cb), (free_dragged_item),
8499         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
8500         (toolbar_drag_leave_cb), (create_dock), (set_fixed_style),
8501         (unset_fixed_style), (toolbar_changed_cb), (unparent_fixed),
8502         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
8503         (item_added_cb), (item_removed_cb),
8504         (egg_editable_toolbar_construct),
8505         (egg_editable_toolbar_disconnect_model),
8506         (egg_editable_toolbar_deconstruct),
8507         (egg_editable_toolbar_set_model),
8508         (egg_editable_toolbar_set_ui_manager),
8509         (egg_editable_toolbar_set_property),
8510         (egg_editable_toolbar_get_property),
8511         (egg_editable_toolbar_class_init), (egg_editable_toolbar_init),
8512         (egg_editable_toolbar_finalize), (egg_editable_toolbar_new),
8513         (egg_editable_toolbar_new_with_model),
8514         (egg_editable_toolbar_get_edit_mode),
8515         (egg_editable_toolbar_set_edit_mode), (egg_editable_toolbar_show),
8516         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed),
8517         (egg_editable_toolbar_set_drag_dest), (fake_expose_widget),
8518         (new_pixbuf_from_widget), (new_separator_pixbuf),
8519         (update_separator_image), (style_set_cb),
8520         (_egg_editable_toolbar_new_separator_image),
8521         (egg_editable_toolbar_get_model):
8522         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
8523         * cut-n-paste/toolbar-editor/egg-marshal.c:
8524         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
8525         (egg_toolbar_editor_get_type), (compare_actions), (find_action),
8526         (egg_toolbar_editor_set_ui_manager), (toolbar_removed_cb),
8527         (egg_toolbar_editor_set_model), (egg_toolbar_editor_set_property),
8528         (egg_toolbar_editor_get_property), (egg_toolbar_editor_class_init),
8529         (egg_toolbar_editor_finalize), (egg_toolbar_editor_new),
8530         (drag_begin_cb), (drag_end_cb), (editor_drag_data_received_cb),
8531         (editor_drag_data_delete_cb), (drag_data_get_cb),
8532         (elide_underscores), (set_drag_cursor), (event_box_realize_cb),
8533         (editor_create_item), (update_editor_sheet), (setup_editor),
8534         (egg_toolbar_editor_init), (egg_toolbar_editor_add_action),
8535         (parse_item_list), (model_has_action), (update_actions_list),
8536         (egg_toolbar_editor_load_actions):
8537         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
8538         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
8539         (egg_toolbars_model_get_type), (egg_toolbars_model_to_xml),
8540         (safe_save_xml), (egg_toolbars_model_save), (toolbars_toolbar_new),
8541         (toolbars_item_new), (free_toolbar_node), (free_item_node),
8542         (egg_toolbars_model_get_flags), (egg_toolbars_model_set_flags),
8543         (egg_toolbars_model_add_separator), (impl_add_item),
8544         (parse_item_list), (egg_toolbars_model_add_toolbar),
8545         (parse_toolbars), (egg_toolbars_model_load), (impl_get_item_id),
8546         (impl_get_item_data), (impl_get_item_type),
8547         (_egg_accumulator_STRING), (egg_toolbars_model_class_init),
8548         (egg_toolbars_model_init), (free_toolbar),
8549         (egg_toolbars_model_finalize), (egg_toolbars_model_new),
8550         (egg_toolbars_model_remove_toolbar),
8551         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
8552         (egg_toolbars_model_n_items), (egg_toolbars_model_item_nth),
8553         (egg_toolbars_model_n_toolbars), (egg_toolbars_model_toolbar_nth),
8554         (egg_toolbars_model_add_item), (egg_toolbars_model_get_item_id),
8555         (egg_toolbars_model_get_item_data),
8556         (egg_toolbars_model_get_item_type):
8557         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
8558         * cut-n-paste/toolbar-editor/eggmarshalers.list:
8559         * data/Makefile.am:
8560         * data/evince-toolbar.xml:
8561         * data/evince-ui.xml:
8562         * data/hand-open.png:
8563         * po/POTFILES.in:
8564         * shell/Makefile.am:
8565         * shell/ev-window.c: (update_chrome_visibility),
8566         (ev_window_cmd_edit_toolbar_cb), (ev_window_cmd_edit_toolbar),
8567         (ev_window_dispose), (ev_window_init):
8568
8569         Implement epiphany like toolbar editor. Based on patch by
8570         Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8571
8572 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
8573
8574         * shell/ev-sidebar-thumbnails.c: (page_changed_cb):
8575
8576         Use set_cursor instead of set_selection, so that
8577         the keyboard focus moves too.
8578
8579 2005-05-09  Aleksey Kliger <akliger@gmail.com>
8580
8581         * dvi/mdvi-lib/tfmfile.c: (lookup_font_metrics):
8582
8583         Fix infinite loop when loading Type1 fonts
8584
8585 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
8586
8587         * data/evince-ui.xml:
8588         * shell/ev-window.c:
8589
8590         Slash -> Find
8591
8592 2005-05-09  Thomas de Grenier de Latour <degrenier@easyconnect.fr>
8593
8594         * configure.ac:
8595
8596         Make --disable really disable
8597
8598 2005-05-07  Juerg Billeter  <j@bitron.ch>
8599
8600         * backend/ev-page-cache.c: (ev_page_cache_set_page_label):
8601
8602         Compare page labels even without has_labels set, fixes setting page
8603         with entry
8604
8605 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
8606
8607         * shell/ev-view.c: (ev_view_create_invisible_cursor),
8608         (ev_view_set_cursor), (ev_view_button_press_event),
8609         (ev_view_motion_notify_event), (ev_view_button_release_event),
8610         (ev_view_init):
8611
8612         Implement middle button scrolling. Based on a patch
8613         by Tommi Komulainen <tommi.komulainen@iki.fi>.
8614
8615 2005-05-08  Marco Pesenti Gritti  <mpg@redhat.com>
8616
8617         * shell/ev-document-types.c: (get_slow_mime_type),
8618         (get_document_type_from_mime), (ev_document_type_lookup):
8619         * shell/ev-document-types.h:
8620
8621         Change api to lookup from uri. Do fast lookup first, if the
8622         type is unknown try with data sniffing.
8623
8624         * shell/ev-window.c: (ev_window_open), (ev_window_open_uri_list):
8625         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
8626
8627         Adapt to api change
8628
8629 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
8630
8631         * thumbnailer/Makefile.am:
8632
8633         Fix distcheck
8634
8635 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
8636
8637         * NEWS:
8638         * configure.ac:
8639
8640         Release 0.3.0
8641
8642         * data/evince-ui.xml:
8643
8644         Hide presentation mode for now
8645
8646         * shell/ev-view.c: (highlight_find_results):
8647
8648         Show current find selection only on current page
8649
8650 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
8651
8652         * shell/ev-view.c: (ev_view_select_all):
8653
8654         Compute size of the actual page, not of
8655         the current one.
8656
8657 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
8658
8659         * shell/ev-view.c: (clear_selection), (ev_view_finalize),
8660         (view_rect_to_doc_rect), (compute_selections),
8661         (ev_view_bin_expose), (ev_view_select_all), (get_selected_text),
8662         (ev_view_copy), (ev_view_primary_get_cb),
8663         (ev_view_primary_clear_cb), (ev_view_update_primary_selection),
8664         (ev_view_button_press_event), (ev_view_motion_notify_event),
8665         (ev_view_button_release_event), (page_changed_cb):
8666
8667         Fix text selection
8668
8669 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
8670
8671         * shell/ev-view.c: (compute_border), (get_page_extents),
8672         (doc_rect_to_view_rect), (highlight_find_results),
8673         (ev_view_bin_expose), (ev_view_select_all),
8674         (ev_view_motion_notify_event), (update_find_status_message),
8675         (jump_to_find_result), (jump_to_find_page):
8676
8677         First go at fixing search, still buggy
8678
8679 2005-05-04  Kristian Høgsberg  <krh@redhat.com>
8680
8681         * shell/ev-sidebar.c (ev_sidebar_init): Remove frame around
8682         dropdown box and button at the top of the sidebar.
8683
8684 2005-05-02  James Bowes  <bowes@cs.dal.ca>
8685
8686         * configure.ac: Output zoom-control Makefile.
8687         * cut-n-paste/Makefile.am: build zoom-control subdir.
8688         * cut-n-paste/zoom-control/ephy-zoom-action.c:
8689         * cut-n-paste/zoom-control/ephy-zoom-action.h:
8690         * cut-n-paste/zoom-control/ephy-zoom-control.c:
8691         * cut-n-paste/zoom-control/ephy-zoom-control.h:
8692         * cut-n-paste/zoom-control/ephy-zoom.c:
8693         * cut-n-paste/zoom-control/ephy-zoom.h: New files imported
8694         from epiphany, and modified to add a separator into the menu.
8695         * cut-n-paste/zoom-control/Makefile.am: Build zoom-control.
8696         * data/evince-ui.xml: Replace old zoom toolbar actions with new
8697         zoom-control action.
8698         * shell/Makefile.am: Include zoom-control flags.
8699         * shell/ev-view.c: (ev_view_set_zoom), (ev_view_get_zoom),
8700         (ev_view_get_sizing_mode), (ev_view_zoom_in), (ev_view_zoom_out),
8701         (ev_view_zoom_for_size_presentation),
8702         (ev_view_zoom_for_size_continuous_and_dual_page),
8703         (ev_view_zoom_for_size_continuous),
8704         (ev_view_zoom_for_size_dual_page),
8705         (ev_view_zoom_for_size_single_page), (ev_view_zoom_normal): 
8706         s/ev_view_zoom/ev_view_set_zoom/ and make public, add 
8707         ev_view_get_zoom and ev_view_get_sizing_mode.
8708         * shell/ev-view.h:
8709         * shell/ev-window.c: (update_action_sensitivity),
8710         (update_sizing_buttons), (zoom_control_changed_cb),
8711         (register_custom_actions): Initialize and use the zoom-control 
8712         widget.
8713
8714 Sun May  1 00:46:47 2005  Jonathan Blandford  <jrb@redhat.com>
8715
8716         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init): Change the
8717         preview cache back to 1.  Don't know when it got set to 0.
8718         
8719         * shell/ev-view.c: (compute_border), (ev_view_realize),
8720         (draw_one_page), (ev_view_set_property), (ev_view_get_property),
8721         (ev_view_class_init), (ev_view_init), (ev_view_set_fullscreen),
8722         (ev_view_get_fullscreen), (ev_view_set_presentation),
8723         (ev_view_get_presentation), (ev_view_set_sizing_mode),
8724         (ev_view_zoom_for_size_presentation), (ev_view_set_zoom_for_size):
8725         * shell/ev-view.h:
8726         * shell/ev-window.c:
8727         (update_chrome_visibility),
8728         (ev_window_cmd_continuous), (ev_window_cmd_dual),
8729         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
8730         (update_document_mode), (ev_window_update_fullscreen_action),
8731         (ev_window_fullscreen), (ev_window_unfullscreen),
8732         (ev_window_cmd_view_fullscreen),
8733         (ev_window_update_presentation_action),
8734         (ev_window_run_presentation), (ev_window_stop_presentation),
8735         (ev_window_cmd_view_presentation), (ev_window_state_event),
8736         (ev_window_focus_in_event), (ev_window_focus_out_event),
8737         (ev_window_cmd_escape), (ev_window_sidebar_visibility_changed_cb):
8738         * data/evince-ui.xml: Initial presentation mode.  We should
8739         probably hide this until it's done, as it's quite rough.  Also,
8740         change full-screen to fullscreen and add two getters to EvView.
8741
8742 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
8743
8744         * shell/ev-page-action.c: (update_page_cache),
8745         (ev_page_action_dispose):
8746         * shell/ev-window.c: (destroy_fullscreen_popup),
8747         (ev_window_create_fullscreen_popup):
8748
8749         Use connect_object rather than explicitly
8750         disconnect on dispose.
8751
8752 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
8753
8754         * shell/ev-page-action.c: (update_page_cache),
8755         (ev_page_action_dispose):
8756
8757 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8758
8759         * backend/ev-page-cache.c: (_ev_page_cache_new),
8760         (ev_page_cache_set_page_label),
8761         (ev_page_cache_has_nonnumeric_page_labels):
8762         * backend/ev-page-cache.h:
8763         * shell/ev-page-action.c: (update_pages_label):
8764         
8765         If all page labels are numeric, fallback to default
8766         way to display number of pages. See bug 173185.
8767
8768 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8769
8770         * shell/ev-page-action.c: (ev_page_action_dispose):
8771         * shell/ev-view.c: (view_update_range_and_current_page):
8772         * shell/ev-window.c: (ev_window_dispose):
8773         
8774         Set page on scroll in continuous mode. Fixes bug 301986.
8775         Also cleanup callbacks on destroy of EvWindow and EvPageAction.
8776
8777 2005-04-26  Marco Pesenti Gritti <mpg@redhat.com>
8778
8779         * configure.ac:
8780
8781         Require poppler 0.3.0
8782
8783 2005-04-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8784         
8785         * shell/Makefile.am, configure.ac: Fix build problems
8786         with t1lib. Bug 301996.
8787
8788 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8789
8790         * shell/ev-view.c: (ev_view_scroll_event):
8791         
8792         Scroll up increase zoom
8793
8794 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8795
8796         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init),
8797         (ev_view_set_sizing_mode),
8798         (ev_view_zoom_for_size_continuous_and_dual_page),
8799         (ev_view_zoom_for_size_continuous):
8800         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
8801         (ev_window_cmd_view_page_width), (ev_window_cmd_view_zoom_in),
8802         (ev_window_cmd_view_zoom_out), (ev_window_sizing_mode_changed_cb),
8803         (ev_window_init):
8804
8805         Control + Scroll does zooming, Shift + Scroll scrolls horizontally
8806         Fix for 165473 and 165472.
8807
8808 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8809
8810         * po/POTFILES.in:
8811         * thumbnailer/Makefile.am:
8812         * thumbnailer/evince-thumbnailer-djvu.schemas.in:
8813         * thumbnailer/evince-thumbnailer-dvi.schemas.in:
8814         * thumbnailer/evince-thumbnailer.schemas.in:
8815         
8816         Make thumbnailer schemas translatable. Fix for bug 301773
8817         
8818         * thumbnailer/evince-thumbnailer-djvu.schemas:
8819         * thumbnailer/evince-thumbnailer-dvi.schemas:
8820         * thumbnailer/evince-thumbnailer.schemas:
8821
8822         Removed files
8823
8824 Sun Apr 24 01:37:39 2005  Jonathan Blandford  <jrb@redhat.com>
8825
8826         * shell/ev-view.c (ev_view_init): forgot to set this.
8827
8828 Sun Apr 24 01:07:27 2005  Jonathan Blandford  <jrb@redhat.com>
8829
8830         * shell/ev-view.c: (find_page_at_location),
8831         (get_link_at_location),
8832         (ev_view_set_show_border), (ev_view_set_spacing),
8833         (ev_view_zoom_for_size_continuous_and_dual_page),
8834         (ev_view_zoom_for_size_continuous): Fix links for dual/continuous.
8835         Also, add a quick fix measuring of widths.  Also, removed
8836         ev_view_set_spacing and ev_view_set_show_border.
8837         
8838         * shell/ev-window.c: (ev_window_unfullscreen),
8839         (ev_window_cmd_view_fullscreen): Don't adjust the border/spacing.
8840
8841 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8842
8843         * shell/ev-view.c: (view_update_range_and_current_page),
8844         (page_changed_cb):
8845         
8846         Fix crash on exit and scrolling to page in continuous view.
8847
8848 Sat Apr 23 13:13:04 2005  Jonathan Blandford  <jrb@redhat.com>
8849
8850         * TODO:
8851         * backend/ev-page-cache.c: (_ev_page_cache_new),
8852         (ev_page_cache_get_max_width_size),
8853         (ev_page_cache_get_max_height_size):
8854         * backend/ev-page-cache.h:
8855         * data/evince-ui.xml:
8856         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init):
8857         * shell/ev-view.c: (view_update_adjustments),
8858         (view_update_range_and_current_page), (get_bounding_box_size),
8859         (ev_view_size_request_continuous_and_dual_page),
8860         (ev_view_size_request_continuous),
8861         (ev_view_size_request_dual_page),
8862         (ev_view_size_request_single_page), (ev_view_size_request),
8863         (ev_view_size_allocate), (get_page_extents), (draw_one_page),
8864         (ev_view_bin_expose), (ev_view_expose_event),
8865         (ev_view_set_property), (ev_view_get_property),
8866         (ev_view_class_init), (ev_view_init), (ev_view_new),
8867         (page_changed_cb), (ev_view_zoom), (ev_view_set_continuous),
8868         (ev_view_set_dual_page), (ev_view_set_full_screen),
8869         (ev_view_set_presentation), (ev_view_set_sizing_mode),
8870         (ev_view_can_zoom_in), (ev_view_can_zoom_out), (ev_view_zoom_in),
8871         (ev_view_zoom_out), (zoom_for_size_fit_width),
8872         (zoom_for_size_best_fit),
8873         (ev_view_zoom_for_size_continuous_and_dual_page),
8874         (ev_view_zoom_for_size_continuous),
8875         (ev_view_zoom_for_size_dual_page),
8876         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
8877         (ev_view_show_cursor), (ev_sizing_mode_get_type):
8878         * shell/ev-view.h:
8879         * shell/ev-window.c: (update_action_sensitivity),
8880         (ev_window_cmd_continuous), (ev_window_cmd_dual),
8881         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
8882         (update_sizing_buttons), (ev_window_cmd_view_zoom_in),
8883         (ev_window_cmd_view_zoom_out), (update_view_size),
8884         (ev_window_set_sizing_mode), (ev_window_init):
8885
8886         Add Continuous and Dual page modes.
8887
8888 2005-04-23  James Bowes  <bowes@cs.dal.ca>
8889
8890         * dvi/dvi-document.c: (dvi_document_load),
8891         (dvi_document_thumbnails_get_thumbnail),
8892         (dvi_document_init_params): Fix up some mixups between
8893         width and height to correct thumbnail rendering.
8894
8895 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8896
8897         * dvi/mdvi-lib/private.h:
8898         * dvi/mdvi-lib/setup.c: (mdvi_init_kpathsea):
8899         
8900         Suppess output for kpathsea during font generation. Thanks to
8901         James Bowes
8902
8903 Fri Apr 22 19:57:46 2005  Jonathan Blandford  <jrb@redhat.com>
8904
8905         * NEWS:
8906         * configure.ac:
8907
8908         Release 0.2.1
8909
8910         * Makefile.am: fix distcheck.
8911
8912 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8913
8914         * shell/ev-sidebar-links.c: (selection_changed_callback),
8915         (update_page_callback), (row_activated_callback),
8916         (job_finished_callback), (ev_sidebar_links_set_document):
8917         
8918         Fix for bug #169901. Double click on links expands tree.
8919
8920 2005-03-14  Bryan Clark  <clarkbw@cvs.gnome.org>
8921
8922         * shell/ev-window.c (ev_window_init): Removed fullscreen toolbar
8923         hard-coded style. Fix for bug 170111
8924
8925 2005-04-22  Kristian Høgsberg  <krh@redhat.com>
8926
8927         * shell/ev-view.c (highlight_find_results): Remove unnecessary
8928         locking.
8929
8930 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
8931
8932         * thumbnailer/evince-thumbnailer.schemas: real fix for bug 172496
8933
8934 2005-04-22  Marco Pesenti Gritti  <mpg@redhat.com>
8935
8936         * pdf/ev-poppler.cc:
8937         * shell/ev-view.c: (highlight_find_results):
8938
8939         Fix find on single page documents
8940
8941 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
8942
8943         * data/evince.schemas.in: fix for bug 301390
8944
8945 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
8946
8947         * shell/ev-view.c: (ev_view_can_zoom_in), (ev_view_can_zoom_out),
8948         (ev_view_zoom_out), (ev_view_zoom_normal):
8949         * shell/ev-view.h:
8950         * shell/ev-window.c: (update_action_sensitivity),
8951         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
8952         (ev_window_cmd_view_zoom_in), (ev_window_cmd_view_zoom_out),
8953         (ev_window_cmd_view_normal_size):
8954
8955         Fix normal size zoom. Make zoom in/zoom out unsensitive when
8956         they are behyond the limits. Tweak MAX_ZOOM to 6, sucks but
8957         better than oom. 
8958
8959 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
8960
8961         * configure.ac:
8962
8963         Depend on 2.57, 2.59 doesnt seem to be necessary
8964
8965 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
8966
8967         * shell/ev-page-action.c: (update_pages_label), (page_changed_cb),
8968         (create_tool_item):
8969
8970         Put back total number of pages as (1 of 1234)
8971
8972 Thu Apr 21 23:37:52 2005  Jonathan Blandford  <jrb@redhat.com>
8973
8974         * shell/ev-pixbuf-cache.c (dispose_cache_job_info): actually
8975         remove the job.
8976
8977         * backend/ev-document.h: Remove EV_DOC_MUTEX in favor of a locking
8978         function.  This helps debugging.
8979
8980 2005-04-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8981
8982         * djvu/djvu-document.c: (djvu_document_class_init),
8983         (djvu_document_get_info), (djvu_document_document_iface_init):
8984         * dvi/dvi-document.c: (dvi_document_class_init),
8985         (dvi_document_get_info), (dvi_document_document_iface_init):
8986
8987         Dummy implementation of get_info method for dvi and
8988         djvu. Fix crashes with those backends
8989
8990 2005-04-20  Marco Pesenti Gritti <mpg@redhat.com>
8991
8992         * data/evince.desktop.in:
8993
8994         Add application/x-gzpostscript
8995
8996 2005-04-20  Bryan Clark  <clarkbw@cvs.gnome.org>
8997
8998         * data/evince.schemas.in: Added real long descriptions, 
8999         closes bug 172496 
9000
9001         * README: Added actual text, closes bug 171869
9002
9003 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
9004
9005         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9006
9007         Thumbnail page 0
9008
9009 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
9010
9011         * backend/ev-document-info.h:
9012
9013         s/GDate */GDate so we can just use g_free
9014
9015 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
9016
9017         * shell/ev-window.c: (update_document_mode),
9018         (ev_window_setup_document):
9019
9020         Show the window in fullscreen when specified by
9021         the document
9022
9023 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
9024
9025         * backend/ev-document.c: (ev_document_class_init),
9026         (ev_document_get_info), (ev_document_render_pixbuf):
9027         * backend/ev-document.h:
9028         * backend/ev-page-cache.c: (_ev_page_cache_new):
9029         * pdf/ev-poppler.cc:
9030         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
9031         (pixbuf_document_get_info), (pixbuf_document_document_iface_init):
9032         * ps/ps-document.c: (ps_document_class_init), (document_load),
9033         (ps_document_get_info), (ps_document_document_iface_init):
9034
9035         Remove get_title from the interface, we can just use document info
9036
9037 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
9038
9039         * backend/Makefile.am:
9040         * backend/ev-document.c: (ev_document_render_get_info):
9041         * backend/ev-document.h:
9042         * pdf/ev-poppler.cc:
9043
9044         Initial support for document info. Based on jrb patch.
9045
9046 2005-04-19  Paolo Borelli <pborelli@katamail.com>
9047
9048         * shell/ev-window.c: (ev_window_state_event),
9049         (ev_window_class_init), (ev_window_init):
9050         
9051         Doesn't show resize grip when maximized. See bug #301053
9052
9053 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9054
9055         * po/POTFILES.in:
9056         
9057         ev-sidebar-thumbnails now has translatable labels
9058         
9059         * shell/Makefile.am:
9060         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document),
9061         (ev_sidebar_links_support_document), (ev_sidebar_links_get_label),
9062         (ev_sidebar_links_page_iface_init):
9063         * shell/ev-sidebar-links.h:
9064         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
9065         (ev_sidebar_page_support_document), (ev_sidebar_page_set_document),
9066         (ev_sidebar_page_get_label):
9067         * shell/ev-sidebar-page.h:
9068         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_new),
9069         (ev_sidebar_thumbnails_set_document),
9070         (ev_sidebar_thumbnails_support_document),
9071         (ev_sidebar_thumbnails_get_label),
9072         (ev_sidebar_thumbnails_page_iface_init):
9073         * shell/ev-sidebar-thumbnails.h:
9074         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
9075         (ev_sidebar_set_document):
9076         * shell/ev-sidebar.h:
9077         * shell/ev-window.c: (ev_window_setup_document), (ev_window_init):
9078         
9079         Small rework of sidebar code. Now sidebar pages should implement
9080         EvSidebarPage interface. That makes page management in EvSidebar
9081         easier. See bug #164811 for details
9082
9083 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9084
9085         * shell/ev-application.c: (ev_application_open):
9086         * shell/ev-document-types.c:
9087         
9088         Fix build error and small problem with application exit
9089
9090 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9091
9092         * thumbnailer/Makefile.am:
9093         * thumbnailer/evince-thumbnailer-djvu.schemas:
9094         * thumbnailer/evince-thumbnailer-dvi.schemas:
9095         
9096         Conditionally install schemas for djvu/dvi thumbnailer
9097
9098 2005-04-18  David Malcolm  <dmalcolm@redhat.com>
9099
9100         * shell/ev-document-types.h: 
9101         * shell/ev-document-types.c: 
9102         New files, handling the mapping from mimetypes to backends
9103         
9104         * shell/ev-window.c: 
9105         * thumbnailer/evince-thumbnailer.c:     
9106         Use the ev-document-types code
9107         
9108         * shell/Makefile.am: 
9109         Added new convenience library libevbackendfactory_la, containing
9110         the new mimetype->backend logic; moved the backends into it.
9111
9112         * thumbnailer/Makefile.am:
9113         Make the thumbnailer link with the libevbackend.la convenience
9114         library, rather than having a duplicate of the backend logic here.
9115
9116 2005-04-18  Paolo Borelli  <pborelli@katamail.com>
9117
9118         * shell/ev-stock-icons.c: constify some vars.
9119         * shell/ev-window.c: ditto.
9120
9121 2005-04-18  Marco Pesenti Gritti  <mpg@redhat.com>
9122
9123         * ps/ps-document.c (get_page_orientation):
9124
9125         Respect document orientation 
9126
9127 2005-04-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9128
9129         * djvu/Makefile.am:
9130         * dvi/Makefile.am:
9131         * shell/Makefile.am:
9132         
9133         Move library dependencies to components.
9134         
9135         * shell/ev-window.c: (update_window_title),
9136         (start_loading_document):
9137         
9138         Fix display of uris with spaces. Bug 168358.
9139
9140 Sat Apr 16 18:53:47 2005  Jonathan Blandford  <jrb@redhat.com>
9141
9142         * shell/ev-sidebar-links.c: (selection_changed_cb):
9143         * shell/ev-view.c: (ev_view_finalize), (go_to_link),
9144         (ev_view_button_release_event), (ev_view_set_document):
9145         * shell/ev-view.h:
9146         * shell/ev-window.c: (find_bar_search_changed_cb):
9147         * shell/ev-window.h: Minor cleanups removing some dead code.
9148
9149 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9150
9151         * backend/ev-page-cache.c: (_ev_page_cache_new):
9152         
9153         Set current page to 0 if document has pages.
9154
9155 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
9156
9157         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9158
9159         Initialize GError to NULL, fix a crash when loading fails.
9160
9161 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
9162
9163         * shell/ev-window.c: (update_view_size):
9164
9165         Calculate shadow size only when there is actually
9166         a shadow.
9167
9168 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
9169
9170         * shell/ev-view.c: (ev_view_set_spacing), (ev_view_init):
9171         * shell/ev-view.h:
9172
9173         Allow setting view spacing, default to 0
9174
9175         * shell/ev-window.c: (ev_window_unfullscreen),
9176         (ev_window_cmd_view_fullscreen), (ev_window_init):
9177
9178         Remove spacing in fullscreen mode
9179
9180 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
9181
9182         * shell/ev-view.c: (compute_border), (compute_zoom_factor),
9183         (ev_view_size_request), (expose_bin_window),
9184         (ev_view_set_show_border), (ev_view_init), (page_changed_cb):
9185         * shell/ev-view.h:
9186         * shell/ev-window.c: (ev_window_unfullscreen),
9187         (ev_window_cmd_view_fullscreen):
9188
9189         Do not draw the border in fulscreen
9190
9191 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
9192
9193         * shell/ev-view.c: (ev_view_get_offsets), (compute_zoom_factor),
9194         (ev_view_size_request), (expose_bin_window), (ev_view_select_all),
9195         (find_page_at_location), (page_changed_cb):
9196
9197         Rework border calculation, so that I can more easily disable it.
9198         Code somewhat cleaner too.
9199
9200 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
9201
9202         * backend/ev-page-cache.c: (ev_page_cache_init),
9203         (_ev_page_cache_new):
9204
9205         Remove some assertions, documents can have 0 pages.
9206         Make initial current page -1.
9207
9208         * shell/ev-page-action.c: (page_changed_cb):
9209
9210         Show "" if current page is -1
9211
9212         * shell/ev-window.c: (update_action_sensitivity),
9213         (ev_window_setup_document):
9214
9215         When document has 0 pages do not set the view
9216         and make nearly everything insensitive.
9217
9218 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9219
9220         * shell/ev-page-view.c:
9221         * shell/ev-page-view.h:
9222
9223         Remove unused files.
9224         
9225         * shell/ev-sidebar-thumbnails.c:
9226         (ev_sidebar_thumbnails_set_document):
9227         * shell/ev-sidebar.c: (ev_sidebar_set_document),
9228         (ev_sidebar_supports_document):
9229         * shell/ev-sidebar.h:
9230         * shell/ev-window.c: (ev_window_setup_document):
9231         
9232         Doesn't show thumbnails if document has 1 page. Make
9233         sidebar menu entries sensitive only if if they have 
9234         sense. Fix bug 164811. 
9235
9236 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
9237
9238         * shell/ev-view.c: (compute_zoom_factor), (ev_view_size_request),
9239         (page_changed_cb), (ev_view_zoom), (ev_view_zoom_in),
9240         (ev_view_zoom_out), (ev_view_set_size):
9241
9242         Rework sizing to deal with documents with not uniform page
9243         size.
9244
9245 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
9246
9247         * backend/ev-page-cache.c: (_ev_page_cache_new):
9248
9249         Fix several page size caching bugs
9250
9251 2005-04-15  Luca Ferretti <elle.uca@libero.it>
9252
9253         * shell/ev-window.c: (set_action_properties):
9254
9255         Make all toolbar items translatable
9256
9257 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
9258
9259         * ps/ps-document.c: (ps_document_init), (ps_document_get_type),
9260         (save_page_list), (ps_document_save),
9261         (ps_document_document_iface_init), (ps_document_ps_export_begin),
9262         (ps_document_ps_export_do_page), (ps_document_ps_export_end),
9263         (ps_document_ps_exporter_iface_init):
9264         * ps/ps-document.h:
9265
9266         Based on a patch by J�rg Billeter <j@bitron.ch>
9267         
9268         Implement print and save a copy for the ps backend.
9269
9270 2005-04-14  Marco Pesenti Gritti <mpg@redhat.com>
9271
9272         * backend/ev-document.h:
9273         * djvu/djvu-document.c: (djvu_document_can_get_text),
9274         (djvu_document_document_iface_init):
9275         * dvi/dvi-document.c: (dvi_document_can_get_text),
9276         (dvi_document_document_iface_init):
9277         * pdf/ev-poppler.cc:
9278         * pixbuf/pixbuf-document.c: (pixbuf_document_can_get_text),
9279         (pixbuf_document_document_iface_init):
9280         * ps/ps-document.c: (ps_document_can_get_text),
9281         (ps_document_document_iface_init):
9282         * shell/ev-view.c: (ev_view_copy), (ev_view_primary_get_cb):
9283         * shell/ev-window.c: (update_action_sensitivity):
9284
9285         Fix the crash when trying to copy in backends that doesnt
9286         support it. We can implement a better solution once we
9287         do real text selection.
9288
9289 2005-04-12  Marco Pesenti Gritti <mpg@redhat.com>
9290
9291         * data/evince-ui.xml:
9292         * shell/ev-window.c: (ev_window_cmd_escape):
9293         
9294         Work around the Escape conflict (find bar and unfullscreen)
9295
9296 2005-04-12  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
9297
9298         * backend/ev-page-cache.c: (ev_page_cache_next_page):
9299         
9300         Fix for #300233. Next page correctly handles document end.
9301         
9302         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
9303         (ev_sidebar_thumbnails_class_init),
9304         (ev_sidebar_thumbnails_set_document),
9305         (ev_sidebar_thumbnails_clear_job),
9306         (ev_sidebar_thumbnails_clear_model):
9307         
9308         Cleanup thumbnail jobs on document changes.
9309         
9310         * shell/ev-view.c: (add_scroll_binding_keypad),
9311         (add_scroll_binding_shifted), (ev_view_class_init):
9312         
9313         Shift + Space scrolls up. Fix for #173184
9314         
9315         * shell/ev-window.c: (ev_window_open_page),
9316         (ev_window_cmd_view_reload):
9317         
9318         Fix reload (Bug #300094)
9319
9320 2005-04-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9321
9322         
9323         * dvi/mdvi-lib/assoc.c:
9324         * dvi/mdvi-lib/assoc.h: Removed garbage files
9325         
9326         * dvi/mdvi-lib/bitmap.c:
9327         * dvi/mdvi-lib/color.c: (mdvi_set_color), (mdvi_push_color),
9328         (mdvi_pop_color), (mdvi_reset_color), (get_color_table):
9329         * dvi/mdvi-lib/color.h: Antialias of rules
9330         
9331         * dvi/mdvi-lib/common.h:
9332         * dvi/mdvi-lib/dviread.c: (mdvi_configure), (mdvi_init_context),
9333         (mdvi_destroy_context), (draw_shrink_rule), (draw_box), (set_rule):
9334         * dvi/mdvi-lib/files.c:
9335         * dvi/mdvi-lib/fontmap.c: (ps_init_default_paths):
9336         * dvi/mdvi-lib/mdvi.h:
9337         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
9338         * dvi/mdvi-lib/tfmfile.c: (ofm_load_file):
9339         * dvi/mdvi-lib/util.c: Fix compile warnings
9340         
9341         * dvi/dvi-document.c:
9342         (dvi_document_load), (dvi_document_thumbnails_get_dimensions),
9343         (dvi_document_thumbnails_get_thumbnail),
9344         (dvi_document_document_thumbnails_iface_init):
9345         * dvi/mdvi-lib/Makefile.am:
9346         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
9347         (dvi_pixbuf_set_color), (mdvi_pixbuf_device_render):
9348         
9349         Dvi backend now renders thumbnails
9350
9351 2005-04-09  Christian Persch  <chpe@cvs.gnome.org>
9352
9353         * shell/main.c: (main): 
9354         
9355         Save accelerators on exit. Fixes bug #172095.
9356
9357 Sat Apr  9 01:05:09 2005  Jonathan Blandford  <jrb@redhat.com>
9358
9359         * shell/ev-pixbuf-cache.c (move_one_job): Actually fix the "FIXME:
9360         update priority" comment.
9361
9362         * backend/ev-job-queue.c: Give a way to change priority.
9363
9364 Sat Apr  9 00:05:36 2005  Jonathan Blandford  <jrb@redhat.com>
9365
9366         * shell/ev-page-action.c: Fix logic.
9367
9368 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
9369
9370         * shell/ev-view.c: (ev_view_can_find_next):
9371         * shell/ev-window.c: (ev_window_setup_document):
9372
9373         Check that the document supports find
9374
9375 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
9376
9377         * data/evince-ui.xml:
9378         * shell/ev-view.c: (ev_view_can_find_next):
9379         * shell/ev-view.h:
9380         * shell/ev-window.c: (update_action_sensitivity),
9381         (find_changed_cb), (ev_window_setup_document),
9382         (ev_window_cmd_edit_find_next):
9383
9384         Add Edit->Find Next
9385
9386 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
9387
9388         * pdf/ev-poppler.cc:
9389         * shell/ev-print-job.c: (idle_print_handler):
9390
9391         Make printing work again
9392
9393 Fri Apr  8 01:12:24 2005  Jonathan Blandford  <jrb@redhat.com>
9394
9395         * shell/ev-page-action.h:
9396         * shell/ev-page-action.c: (ev_page_action_widget_init),
9397         (ev_page_action_widget_class_init), (page_changed_cb),
9398         (create_tool_item), (update_page_cache), (build_new_tree_cb),
9399         (get_filter_model_from_model), (match_selected_cb),
9400         (display_completion_text), (match_completion), (update_model),
9401         (connect_proxy), (ev_page_action_set_property),
9402         (ev_page_action_get_property), (ev_page_action_set_document),
9403         (ev_page_action_set_model), (ev_page_action_class_init): Big
9404         reworking to make completions work iff we have >= GTK-2.7.0
9405                 
9406         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_property),
9407         (ev_sidebar_links_get_property), (ev_sidebar_links_class_init),
9408         (job_finished_cb): We now have a 'model' property that is set when
9409         the links are loaded.  This can be caught with "notify::model"
9410
9411         * shell/ev-window.c: (sidebar_widget_model_set), (ev_window_init):
9412         listen for the model to be set, and propagate it to the action.
9413
9414 2005-04-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9415
9416         * cut-n-paste/recent-files/egg-recent-item.c:
9417         (egg_recent_item_set_uri), (make_valid_utf8),
9418         (egg_recent_item_set_mime_type), (egg_recent_item_get_mime_type):
9419         * cut-n-paste/recent-files/egg-recent-item.h:
9420         
9421         Update egg-recent from libegg. This should fix long
9422         startup problem. For details see
9423         http://bugzilla.gnome.org/show_bug.cgi?id=160531
9424
9425 2005-04-07  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9426
9427         * cut-n-paste/recent-files/Makefile.am:
9428         * data/evince-ui.xml, shell/Makefile.am:
9429         * shell/ev-application.c, shell/ev-application.h:
9430         * shell/ev-window.c: Recent files support.
9431         
9432         * configure.ac: Added "ru" to ALL_LINGUAS.
9433         
9434         * dvju: new backend to support DJVU files.
9435         * dvi: new backend to support DVI.
9436
9437         * configure.ac, Makefile.am, shell/Makefile.am, ev-window.c:
9438         * ev-application.c: Support for new backends.
9439         
9440         * help, ev-window.c, main.c shell/Makefile.am: 
9441         Evince user documentation.
9442
9443 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
9444
9445         * po/POTFILES.in:
9446         * shell/ev-window.c:
9447         * thumbnailer/evince-thumbnailer.c:
9448
9449         s/pdf-document/ev-poppler
9450
9451 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
9452
9453         * NEWS:
9454         * configure.ac:
9455
9456         Release 0.2.0
9457
9458         * ps/ps-document.c: (setup_pixmap):
9459
9460         Remove debug code
9461
9462 2005-04-05  Kristian Høgsberg  <krh@redhat.com>
9463
9464         * backend/ev-page-cache.c (ev_page_cache_next_page): 
9465         * shell/ev-window.c (ev_window_cmd_go_next_page) 
9466         (ev_window_cmd_go_first_page): Fix of by one errors.
9467
9468 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
9469
9470         * ps/ps-document.c: (get_page_box):
9471
9472         Fix page size calculation
9473
9474 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
9475
9476         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
9477         (ps_document_cleanup), (setup_pixmap), (get_page_box),
9478         (get_page_orientation), (setup_page), (document_load),
9479         (ps_document_get_page_size), (render_pixbuf_idle):
9480         * ps/ps-document.h:
9481
9482         More refactoring to adapt to EvDocument changes
9483
9484 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
9485
9486         * ps/ps-document.c: (start_interpreter):
9487
9488         Actually add alpha args
9489
9490 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
9491
9492         * pdf/ev-poppler.cc:
9493
9494         Make clipboard work again
9495
9496 2005-04-04  Kristian Høgsberg  <krh@redhat.com>
9497
9498         Make searching work again.
9499         
9500         * backend/ev-document.c:
9501         * backend/ev-document.h:
9502         * backend/ev-document-find.c:
9503         * backend/ev-document-find.h: Change EvDocumentIface so we no
9504         longer store the current page or zoom level in the document.  The
9505         consequence is that all calls that operate on the current page now
9506         instead take the page number as an extra argument, and all
9507         coordinates are now doubles in document coordinate system.
9508
9509         * pdf/ev-poppler.cc:
9510         * pixbuf/pixbuf-document.c:
9511         * ps/ps-document.c: Update backends accordingly.
9512
9513 2005-04-04  Marco Pesenti Gritti <marco@gnome.org>
9514
9515         * autogen.sh:
9516
9517         Add required gettext version
9518
9519 Sat Apr  2 18:57:00 2005  Jonathan Blandford  <jrb@redhat.com>
9520
9521         * shell/evwindow.c: Patch from Alberto Mesas <amesas@gmail.com> to
9522         make F1 bring up non-existent help.
9523
9524         * shell/eggfindbar.c: Patch from Christian Persch to sync to
9525         epiphany's find bar, #167477
9526
9527         * shell/ev-view.c (ev_view_jump): Patch from Emil Soleyman-Zomalan
9528         <emil@nishra.com> to add space-bar scrolling, 
9529
9530         * shell/ev-window.c (static GtkActionEntry entries): add default
9531         keybinding for Help (F1)
9532         Fixes #171068
9533
9534         * shell/ev-view.c (ev_view_show_cursor): Fix from Yuval Tanny
9535         changing EV_VIEW_CURSOR_LINK to EV_VIEW_CURSOR_NORMAL resolves bug
9536         170110
9537
9538 2005-04-01  David Malcolm  <dmalcolm@redhat.com>
9539
9540         * Makefile.am: 
9541         * pixbuf/pixbuf-document.c: 
9542
9543         Got pixbuf backend working again
9544
9545 2005-04-01  Steve Murphy  <murf@e-tools.com>
9546
9547         * configure.in: Added "rw" to ALL_LINGUAS.
9548
9549 Fri Apr  1 02:33:41 2005  Jonathan Blandford  <jrb@redhat.com>
9550
9551         * shell/ev-sidebar-links.c (create_loading_model): Fix mismatch in
9552         model types, noticed by Martin Kretzschmar.
9553
9554 2005-04-01  Kristian Høgsberg  <krh@redhat.com>
9555
9556         * pdf/ev-poppler.cc: Implement search based on
9557         poppler_page_find_text().  Currently a bit crude since we remember
9558         all matches from all pages.  Also, we grab the big document lock
9559         when we search since searching changes the underlying stream and
9560         thus conflicts with the rendering thread.
9561         
9562         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
9563         (jump_to_find_page), (ev_view_set_document), (ev_view_find_next),
9564         (ev_view_find_previous): Fix some page indexes to be 0 based,
9565         offset rubber band by view offset,
9566
9567 Fri Apr 01 09:21:12 2005  Pablo Saratxaga  <pablo@mandrakesoft.com>
9568
9569         * configure.ac: Added Walloon (wa) to ALL_LINGUAS.
9570
9571 Fri Apr  1 01:59:39 2005  Jonathan Blandford  <jrb@redhat.com>
9572
9573         * shell/ev-page-action.c: Changed to use page labels now.  Rewrote
9574         completely because I didn't understand GtkActions.  I should
9575         read Marco's code more carefully in the future.
9576
9577         * backend/ev-page-cache.h (ev_page_cache_set_page_label): New
9578         function
9579
9580 2005-03-31  Kristian Høgsberg  <krh@redhat.com>
9581
9582         * pdf/ev-poppler.cc (pdf_document_get_links): Update to work with
9583         PopplerRectangle change from poppler CVS.
9584
9585 Thu Mar 31 13:27:50 2005  Jonathan Blandford  <jrb@redhat.com>
9586
9587         * backend/ev-document.c: (ev_document_get_page_label):
9588         * backend/ev-document.h:
9589         * backend/ev-page-cache.c: (_ev_page_cache_new),
9590         (ev_page_cache_get_page_label):
9591         * backend/ev-page-cache.h:
9592         * pdf/ev-poppler.cc:
9593         * shell/ev-sidebar-links.c: (ev_sidebar_links_construct),
9594         (links_page_num_func):
9595         * shell/ev-sidebar-thumbnails.c:
9596         (ev_sidebar_thumbnails_set_document):
9597         * shell/ev-view.c: (status_message_from_link),
9598         (ev_view_motion_notify_event):
9599         * shell/ev-window.c: (document_supports_sidebar): Add in page
9600         label support.  It's not perfect yet, but it's the first 'feature'
9601         in a while.
9602         Also, fix a bogus comment noticed by crispin. 
9603
9604 Thu Mar 31 01:21:58 2005  Jonathan Blandford  <jrb@redhat.com>
9605
9606         * Makefile.am: Remove pixbuf backend for now
9607
9608         * configure.ac: Require poppler-glib instead of just poppler.
9609
9610         * backend/ev-document-thumbnails.h: Add a comment
9611
9612         * backend/ev-document.h:
9613         * backend/ev-document.c: (ev_document_class_init),
9614         (ev_document_load), (ev_document_get_link),
9615         (ev_document_get_links): Remove 3 methods and add get_links.
9616         Also, made 0 based.
9617
9618         * backend/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
9619         * backend/ev-jobs.h: now EvJobRender can grab the links for a document.
9620
9621         * backend/ev-link.c: (ev_link_set_title),
9622         (ev_link_mapping_free_foreach), (ev_link_mapping_free),
9623         (ev_link_mapping_find):
9624         * backend/ev-link.h: Allow NULL titles.  Also, introduce a mapping link.
9625         
9626         * backend/ev-page-cache.c: (ev_page_cache_init),
9627         (_ev_page_cache_new), (ev_page_cache_set_current_page),
9628         (ev_page_cache_get_size), (ev_page_cache_next_page),
9629         (ev_page_cache_prev_page): Fix to be 0 based.
9630
9631         * pdf/Makefile.am: 
9632         * pdf/ev-poppler.h:
9633         * pdf/ev-poppler.cc: New backend.
9634         
9635         * ps/ps-document.c: (ps_document_init), (ps_document_set_page),
9636         (ps_document_get_page), (ps_document_document_iface_init):
9637
9638         * shell/ev-pixbuf-cache.h:
9639         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
9640         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
9641         (ev_pixbuf_cache_update_range), (copy_job_to_job_info),
9642         (add_job_if_needed), (ev_pixbuf_cache_set_page_range),
9643         (ev_pixbuf_cache_get_pixbuf), (ev_pixbuf_cache_get_link_mapping):
9644         Fix up code to grab a page cache per each doc.  Also, fix to be 0
9645         based.
9646         
9647         * shell/ev-sidebar-thumbnails.c:
9648         (ev_sidebar_tree_selection_changed), (page_changed_cb),
9649         (ev_sidebar_thumbnails_set_document): Fix to be 0 based.
9650
9651         * shell/ev-view.c: (status_message_from_link),
9652         (find_page_at_location), (get_link_at_location),
9653         (ev_view_motion_notify_event), (ev_view_button_release_event),
9654         (ev_view_init): Use the new link code.  Fix to be 0 based.
9655
9656         * shell/ev-window.c: (update_action_sensitivity),
9657         (document_supports_sidebar): 0 based.
9658
9659 Fri Mar 25 16:55:58 2005  Jonathan Blandford  <jrb@redhat.com>
9660
9661         * pdf/pdf-document.cc: Patch from Fernando Herrera
9662         <fherrera@onirica.com> to fix my quick fix to get_thumbnail.
9663         *blush*
9664
9665 Wed Mar 23 23:49:41 2005  Jonathan Blandford  <jrb@redhat.com>
9666
9667         * pdf/pdf-document.cc (pdf_document_thumbnails_get_thumbnail): add
9668         1 to the page, as this seems to be 1 based.  I thought we has this
9669         fixed.  grump.
9670
9671 2005-03-23  Marco Pesenti Gritti <marco@gnome.org>
9672
9673         * TODO:
9674         * backend/Makefile.am:
9675         * backend/ev-document-links.c:
9676         (ev_document_links_has_document_links),
9677         (ev_document_links_get_links_model):
9678         * backend/ev-document-links.h:
9679         * backend/ev-document.c: (ev_document_get_page_cache),
9680         (ev_document_get_doc_mutex), (ev_document_load),
9681         (ev_document_save), (ev_document_get_title),
9682         (ev_document_get_n_pages), (ev_document_set_page),
9683         (ev_document_get_page), (ev_document_set_target),
9684         (ev_document_set_scale), (ev_document_set_page_offset),
9685         (ev_document_get_page_size), (ev_document_get_text),
9686         (ev_document_get_link), (ev_document_render),
9687         (ev_document_render_pixbuf), (ev_document_scale_changed):
9688         * backend/ev-document.h:
9689         * backend/ev-job-queue.c: (remove_object_from_queue),
9690         (notify_finished), (handle_job), (search_for_jobs_unlocked),
9691         (no_jobs_available_unlocked), (ev_render_thread),
9692         (ev_job_queue_init), (find_queue), (ev_job_queue_add_job),
9693         (ev_job_queue_remove_job):
9694         * backend/ev-job-queue.h:
9695         * backend/ev-jobs.c: (ev_job_init), (ev_job_dispose),
9696         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
9697         (ev_job_links_class_init), (ev_job_render_init),
9698         (ev_job_render_dispose), (ev_job_render_class_init),
9699         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
9700         (ev_job_thumbnail_class_init), (ev_job_finished),
9701         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
9702         (ev_job_render_run), (ev_job_thumbnail_new),
9703         (ev_job_thumbnail_run):
9704         * backend/ev-jobs.h:
9705         * backend/ev-link.c:
9706         * backend/ev-link.h:
9707         * backend/ev-page-cache.c: (ev_page_cache_init),
9708         (ev_page_cache_class_init), (ev_page_cache_finalize),
9709         (_ev_page_cache_new), (ev_page_cache_get_n_pages),
9710         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
9711         (ev_page_cache_set_link), (ev_page_cache_get_title),
9712         (ev_page_cache_get_size), (ev_page_cache_next_page),
9713         (ev_page_cache_prev_page):
9714         * backend/ev-page-cache.h:
9715         * pdf/pdf-document.cc:
9716         * ps/gsdefaults.c:
9717         * ps/gsdefaults.h:
9718         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
9719         (push_pixbuf), (interpreter_failed), (ps_document_cleanup),
9720         (ps_document_widget_event), (ps_document_finalize), (get_xdpi),
9721         (get_ydpi), (setup_pixmap), (setup_page), (close_pipe),
9722         (is_interpreter_ready), (output), (catchPipe), (input),
9723         (start_interpreter), (check_filecompressed), (compute_dimensions),
9724         (ps_document_enable_interpreter), (document_load),
9725         (ps_document_next_page), (render_page), (ps_document_set_page),
9726         (ps_document_set_scale), (render_pixbuf_idle),
9727         (ps_document_render_pixbuf), (ps_document_document_iface_init):
9728         * ps/ps-document.h:
9729         * shell/Makefile.am:
9730         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
9731         (ev_pixbuf_cache_class_init), (ev_pixbuf_cache_finalize),
9732         (dispose_cache_job_info), (ev_pixbuf_cache_dispose),
9733         (ev_pixbuf_cache_new), (job_finished_cb),
9734         (check_job_size_and_unref), (move_one_job),
9735         (ev_pixbuf_cache_update_range), (find_job_cache),
9736         (ev_pixbuf_cache_clear_job_sizes), (add_job_if_needed),
9737         (ev_pixbuf_cache_add_jobs_if_needed),
9738         (ev_pixbuf_cache_set_page_range), (ev_pixbuf_cache_get_pixbuf):
9739         * shell/ev-pixbuf-cache.h:
9740         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
9741         (idle_print_handler):
9742         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
9743         (selection_changed_cb), (create_loading_model),
9744         (ev_sidebar_links_construct), (links_page_num_func),
9745         (ev_sidebar_links_clear_document), (update_page_callback_foreach),
9746         (update_page_callback), (job_finished_cb),
9747         (ev_sidebar_links_set_document):
9748         * shell/ev-sidebar-thumbnails.c:
9749         (ev_sidebar_thumbnails_class_init), (adjustment_changed_cb),
9750         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init),
9751         (page_changed_cb), (thumbnail_job_completed_callback),
9752         (ev_sidebar_thumbnails_set_document):
9753         * shell/ev-sidebar-thumbnails.h:
9754         * shell/ev-sidebar.c: (ev_sidebar_set_document):
9755         * shell/ev-view.c: (ev_view_finalize), (ev_view_destroy),
9756         (ev_view_get_offsets), (ev_view_size_request), (ev_view_realize),
9757         (ev_view_unrealize), (highlight_find_results), (expose_bin_window),
9758         (ev_view_select_all), (ev_view_copy), (ev_view_primary_get_cb),
9759         (ev_view_create_invisible_cursor), (ev_view_motion_notify_event),
9760         (ev_view_button_release_event), (ev_view_scroll_view),
9761         (ev_view_class_init), (ev_view_init), (update_find_status_message),
9762         (jump_to_find_result), (jump_to_find_page), (find_changed_cb),
9763         (ev_view_new), (job_finished_cb), (page_changed_cb),
9764         (ev_view_set_document), (go_to_link), (ev_view_zoom),
9765         (size_to_zoom_factor), (ev_view_set_size), (ev_view_find_next),
9766         (ev_view_find_previous):
9767         * shell/ev-view.h:
9768         * shell/ev-window.c: (update_action_sensitivity),
9769         (ev_window_open_page), (update_window_title), (update_total_pages),
9770         (page_changed_cb), (ev_window_setup_document),
9771         (password_dialog_response), (ev_window_cmd_save_as),
9772         (ev_window_print), (ev_window_cmd_go_previous_page),
9773         (ev_window_cmd_go_next_page), (ev_window_cmd_go_first_page),
9774         (ev_window_cmd_go_last_page), (ev_window_cmd_view_reload),
9775         (find_bar_search_changed_cb), (goto_page_cb), (ev_window_init):
9776         * shell/main.c: (main):
9777
9778         Merge evince-threads branch
9779
9780 2005-03-16  Žygimantas Beručka  <uid0@akl.lt>
9781
9782         * configure.ac: Added "lt" to ALL_LINGUAS.
9783
9784 2005-03-14  Marco Pesenti Gritti  <marco@gnome.org>
9785
9786         * NEWS:
9787         * configure.ac:
9788
9789         Release 0.1.9
9790
9791 2005-03-13  Fernando Herrera  <fherrera@onirica.com>
9792
9793         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9794
9795         Fix here also the thumbnails 1-basedness :)
9796
9797 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
9798
9799         * NEWS:
9800         * configure.ac:
9801
9802         Release 0.1.8
9803
9804 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
9805
9806         * pdf/pdf-document.cc:
9807         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
9808         (do_one_iteration), (ev_sidebar_thumbnails_set_document):
9809
9810         Fix the mess we did with thumbnails and 1-basedness
9811
9812 2005-03-12  Changwoo Ryu  <cwryu@debian.org>
9813
9814         * configure.ac (ALL_LINGUAS): Added "ko" (Korean).
9815
9816 2005-03-09  Marco Pesenti Gritti  <marco@gnome.org>
9817
9818         * NEWS:
9819         * configure.ac:
9820
9821         Release 0.1.7
9822
9823 2005-03-08  Marco Pesenti Gritti  <marco@gnome.org>
9824
9825         * ps/Makefile.am:
9826         * ps/gsdefaults.c: (gtk_gs_defaults_get_interpreter_cmd),
9827         (gtk_gs_defaults_get_alpha_parameters),
9828         (gtk_gs_defaults_get_ungzip_cmd),
9829         (gtk_gs_defaults_get_unbzip2_cmd):
9830         * ps/gsdefaults.h:
9831         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
9832         (ps_document_get_orientation), (document_load),
9833         (ps_document_goto_page), (ps_document_set_page_size):
9834         * ps/ps-document.h:
9835
9836         Some more sanitization of the ps backend. Remove a lot
9837         of unused code and do not base our defaults on ggv
9838         preferences (ugh!)
9839
9840 2005-03-08  Fernando Herrera  <fherrera@onirica.com>
9841
9842         * thumbnailer/evince-thumbnailer.schemas:
9843         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
9844         (main): add -s option for thumbnail size.
9845
9846 2005-03-07  Christian Persch  <chpe@cvs.gnome.org>
9847
9848         * configure.ac:
9849
9850         AC_PROG_RANLIB is rendered obsolete by AC_PROG_LIBTOOL;
9851         remove it.
9852
9853 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
9854
9855         * pdf/pdf-document.cc:
9856
9857         Remove 4 pixels of useless border from the
9858         thumbnail.
9859
9860 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
9861
9862         * backend/ev-document-thumbnails.c:
9863         (ev_document_thumbnails_get_thumbnail):
9864         * backend/ev-document-thumbnails.h:
9865
9866         Rework API a bit. Add a border flag and
9867         change sizing logic (now the size we specify
9868         applies to the bigger dimension).
9869
9870         * pdf/pdf-document.cc:
9871         * pixbuf/pixbuf-document.c:
9872         (pixbuf_document_thumbnails_get_thumbnail):
9873         * shell/ev-sidebar-thumbnails.c: (do_one_iteration):
9874         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9875
9876         Adapt to the new API and do not draw a border for nautilus
9877         thumbnailer.
9878
9879 2005-03-03  Fernando Herrera  <fherrera@onirica.com>
9880
9881         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9882         take thumbnails from page "0" instead of "1". Added a copyright header.
9883
9884 2005-03-03  Jens Granseuer  <jensgr@gmx.net>
9885
9886         * ps/ps-document.c: (set_up_page), (start_interpreter):
9887
9888         Make it C89 compliant
9889
9890 2005-03-03  Marco Pesenti Gritti  <marco@gnome.org>
9891
9892         * Makefile.am:
9893         * configure.ac:
9894         * pdf/.cvsignore:
9895         * pdf/pdf-document.cc:
9896         * thumbnailer/Makefile.am:
9897         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
9898         (main):
9899         * thumbnailer/evince-thumbnailer.schemas:
9900         * thumbnailer/pdf-icon.png:
9901
9902         Add a nautilus thumbnailer.
9903         Based on patch by Fernando Herrera <fherrera@onirica.com>.
9904
9905 2005-03-02  Marco Pesenti Gritti  <marco@gnome.org>
9906
9907         * NEWS:
9908         * configure.ac:
9909         * po/POTFILES.in:
9910
9911         Release 0.1.6
9912
9913 2005-03-01  Kristian Høgsberg  <krh@redhat.com>
9914
9915         Use poppler instead of including xpdf source code.  Poppler is a
9916         fork of xpdf to build it as a shared library. See
9917         http://freedesktop.org/wiki/Software/poppler.
9918
9919         * pdf/xpdf/*, pdf/goo/*, pdf/splash/*, pdf/fofi/*: Remove included
9920         xpdf fork.
9921         
9922         * pdf/Makefile.am: Build libpdfdocument.a here.
9923         
9924         * pdf/GDKSplashOutputDev.cc:
9925         * pdf/GDKSplashOutputDev.h:
9926         * pdf/GnomeVFSStream.cc:
9927         * pdf/GnomeVFSStream.h:
9928         * pdf-document.cc:
9929         * pdf-document.h:
9930         * test-gdk-output-dev.cc
9931         * Thumb.cc:
9932         * Thumb.h: Pull these files out of pdf/xpdf and adjust to compile
9933         against poppler.
9934
9935 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
9936
9937         * shell/ev-sidebar-links.c: (ev_sidebar_links_clear_document):
9938
9939         Clear idle stack before unsetting the document
9940
9941 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
9942
9943         * ps/ps-document.c: (ps_document_widget_event),
9944         (ps_document_set_target), (ps_document_finalize),
9945         (ps_document_get_page):
9946
9947         Disconnect the widget event signal on finalize.
9948         Some code cleanups.
9949
9950 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
9951
9952         * ps/ps-document.c: (set_up_page):
9953
9954         If there is no bpixmap create one, even if size
9955         is not changed.
9956
9957 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
9958
9959         * ps/ps-document.c: (ps_document_init), (ps_document_cleanup),
9960         (set_up_page), (document_load), (ps_document_set_zoom):
9961
9962         Default page is 0. Calculate size even when we have no
9963         target yet.
9964
9965 2005-02-28  Carlos Garcia Campos <carlosgc@gnome.org>
9966
9967         * shell/ev-sidebar.c: expand the selection widget to be always as
9968         wide as the sidebar
9969
9970 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
9971
9972         * shell/ev-sidebar-thumbnails.c:
9973         (ev_sidebar_thumbnails_set_document):
9974
9975         Clear the list store when setting document
9976
9977 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
9978
9979         * shell/ev-page-action.c: (update_entry), (sync_entry),
9980         (activate_cb), (entry_size_request_cb), (create_tool_item),
9981         (connect_proxy):
9982
9983         Use an entry for the page control instead of spinbuttons
9984
9985 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
9986
9987         * data/evince.schemas.in:
9988
9989         Correct confusing string
9990
9991 Sun Feb 27 23:00:31 2005  Jonathan Blandford  <jrb@redhat.com>
9992
9993         * shell/ev-sidebar-links.c (do_one_iteration): Handle title links
9994         for real.  Gosh, how long has this been broken.
9995
9996         * pdf/xpdf/pdf-document.cc (build_link_from_action): add back the
9997         check for a NULL link.  We crash otherwise.
9998
9999 2005-02-27  Marco Pesenti Gritti  <marco@gnome.org>
10000
10001         * NEWS:
10002         * configure.ac:
10003
10004         Release 0.1.5
10005
10006 2005-02-25  Sebastien Bacher  <seb128@debian.org>
10007
10008         * configure.ac: add the french translation.
10009
10010 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
10011
10012         * shell/ev-window.c:
10013
10014         Remove unused header -> fix distcheck
10015
10016 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
10017
10018         * shell/ev-window.c: (update_window_title),
10019         (ev_window_popup_password_dialog):
10020
10021         Unescape filename for display
10022
10023 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
10024
10025         * pdf/xpdf/pdf-document.cc:
10026
10027         In get_page_size deal with rotation. Also
10028         cleanup the function a bit.
10029
10030 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
10031
10032         * pdf/xpdf/pdf-document.cc:
10033
10034         Fix crash when opening in new window
10035
10036 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
10037
10038         * configure.ac:
10039
10040         Check ghostscript >= 7
10041
10042 2005-02-25  Pedro Villavicencio <pvillavi@gnome.cl>
10043
10044         * shell/ev-window.c:
10045
10046         Make page width the default sizing mode
10047
10048 2005-02-25  Carlos Garcia Campos <carlosgc@gnome.org>
10049         Marco Pesenti Gritti <marco@gnome.org>
10050
10051         * shell/ev-window.c: Remember the sidebar size
10052
10053         * data/evince.schemas.in: Add a new gconf key to store the size of
10054         the sidebar
10055
10056 2005-02-24  Kai Willadsen  <kaiw@itee.uq.edu.au>
10057
10058         * data/evince-ui.xml:
10059         * shell/ev-window.c: (update_action_sensitivity),
10060         (ev_window_cmd_view_reload):
10061         
10062         Add a "Reload" action and menu entry
10063
10064 Thu Feb 24 23:07:33 2005  Jonathan Blandford  <jrb@redhat.com>
10065
10066         * shell/ev-window.c (hide_sidebar_and_actions): Hide the sidebar
10067         iff the type doesn't support thumbnailing and indexing.
10068
10069 2005-02-24  Martin Kretzschmar  <martink@gnome.org>
10070
10071         * configure.ac (ALL_LINGUAS): Added "zh_TW" (Traditional Chinese).
10072
10073 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10074
10075         * pdf/splash/Splash.cc:
10076
10077         Port fix for a crasher from kde bug
10078         http://bugs.kde.org/show_bug.cgi?id=97131
10079
10080 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10081
10082         * pdf/xpdf/pdf-document.cc:
10083
10084         Return a link even if it's of an unrecognized
10085         type. Otherwise we go in an infinte cycle.
10086
10087 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10088
10089         * shell/ev-window.c: (update_sizing_buttons), (update_view_size),
10090         (size_allocate_cb), (ev_window_set_sizing_mode):
10091
10092         Update size when switching mode
10093
10094 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10095
10096         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
10097         (ev_window_cmd_view_page_width), (update_sizing_buttons),
10098         (ev_window_cmd_view_normal_size):
10099
10100         Fix size toggle buttons behavior
10101
10102 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10103
10104         * shell/ev-view.c: (ev_view_get_offsets), (view_rect_to_doc_rect),
10105         (doc_rect_to_view_rect), (ev_view_size_allocate),
10106         (expose_bin_window), (ev_view_select_all), (page_changed_callback),
10107         (scale_changed_callback):
10108
10109         Do not cache offsets in size_allocate.
10110
10111 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10112
10113         * shell/ev-view.c: (ev_view_size_allocate):
10114
10115         Calculate offsets before calling the parent
10116         class (which does a redraw)
10117
10118 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10119
10120         * pdf/xpdf/pdf-document.cc:
10121
10122         Fix a crasher on exit. Unused code, put a TODO
10123
10124 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10125
10126         * backend/ev-document.c: (ev_document_class_init),
10127         (ev_document_page_changed), (ev_document_scale_changed):
10128         * backend/ev-document.h:
10129
10130         Separate page/scale notifications
10131
10132         * pdf/xpdf/pdf-document.cc:
10133
10134         Emit the new signals.
10135         Do not display the pdf page in _render, do it
10136         when scale/page are requested.
10137
10138         * ps/ps-document.c: (ps_document_set_zoom),
10139         (ps_document_widget_event):
10140         * ps/ps-document.h:
10141
10142         Emit the new signals.
10143
10144         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
10145         (ev_view_init), (page_changed_callback), (scale_changed_callback),
10146         (ev_view_set_document), (ev_view_zoom), (ev_view_zoom_in),
10147         (ev_view_zoom_out), (size_to_zoom_factor), (ev_view_set_size):
10148         * shell/ev-view.h:
10149         * shell/ev-window.c: (ev_window_cmd_view_normal_size),
10150         (ev_window_cmd_view_page_width), (size_allocate_cb),
10151         (ev_window_set_sizing_mode):
10152
10153         Rework sizing to be pixel based.
10154         There are bugs but should be already way better.
10155
10156 2005-02-23  Marco Pesenti Gritti  <marco@gnome.org>
10157
10158         * shell/ev-window.c: (ev_window_init):
10159
10160         Do not allow to shrink sidebar smaller then
10161         child requisition
10162
10163 2005-02-23  Carlos Garcia Campos <carlosgc@gnome.org> 
10164
10165         * shell/ev-sidebar.[ch]
10166         * shell/ev-window.c:
10167
10168         Improved sidebar widget. Fixes #166683
10169
10170 2005-02-23  Tommi Vainikainen  <thv@iki.fi>
10171
10172         * shell/ev-view.c (update_find_status_message): Give translators
10173         more flexibility with ngettext plural handling.
10174
10175 Mon Feb 21 17:52:08 2005  Jonathan Blandford  <jrb@redhat.com>
10176
10177         * pdf/xpdf/pdf-document.cc (pdf_document_get_page_size): Patch
10178         from Crispin Flowerday <gnome@flowerday.cx> to avoid rendering the
10179         page when we get the page size.
10180
10181 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
10182
10183         * ps/ps-document.c: (ps_document_set_page), (ps_document_get_page):
10184
10185         ps pages are 0 based, convert 
10186
10187 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
10188
10189         * ps/ps-document.c: (ps_document_class_init), (ps_document_load):
10190
10191         Initialize correct parent class. Set GError on document load
10192
10193 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
10194
10195         * pdf/xpdf/pdf-document.cc:
10196
10197         Fixup selection offset calculation
10198
10199         * shell/ev-view.c: (view_rect_to_doc_rect),
10200         (doc_rect_to_view_rect), (ev_view_size_allocate),
10201         (expose_bin_window), (ev_view_select_all), (ev_view_copy),
10202         (ev_view_primary_get_cb), (ev_view_motion_notify_event):
10203
10204         Store selection as document relative, so that zooming
10205         and offset changing doesnt break it.
10206
10207 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
10208
10209         * shell/ev-view.c: (ev_view_best_fit):
10210
10211         Do not try to best fit if the view is not realized
10212
10213 2005-02-20  Kostas Papadimas <pkst@gnome.org>
10214           
10215         * configure.ac (ALL_LINGUAS): Added "el" (Greek).
10216
10217 Fri Feb 18 16:06:39 2005  Jonathan Blandford  <jrb@redhat.com>
10218
10219         * shell/ev-window.c (ev_window_focus_in_event): missed a case.
10220
10221 Fri Feb 18 15:32:57 2005  Jonathan Blandford  <jrb@redhat.com>
10222
10223         * shell/ev-window.c: Change the fullscreen toolbar to always be in
10224         the popup window.  That prevents it resizing when in full screen
10225         mode.
10226
10227         * shell/ev-view.c: Change Zoom epsilon as a bad hack to avoid
10228         multiple rerenders.  This pretty much sucks.
10229
10230         * data/evince-ui.xml: Change the fullscreen toolbar to include the
10231         rest of the toolbar.
10232
10233 2005-02-18  Tommi Vainikainen  <thv@iki.fi>
10234
10235         * configure.ac (ALL_LINGUAS): Added "fi" (Finnish).
10236
10237 2005-02-17  Alexander Shopov  <ash@contact.bg>
10238
10239         * configure.in (ALL_LINGUAS): Added "bg" (Bulgarian)
10240
10241 2005-02-16  Bryan Clark  <clarkbw@cvs.gnome.org>
10242
10243         * shell/ev-window.c: added ellipsis to Print item. Fixes bug 166915
10244
10245 2005-02-16  Marco Pesenti Gritti  <marco@gnome.org>
10246
10247         * shell/ev-view.c: (ev_view_realize), (highlight_find_results),
10248         (ev_view_create_invisible_cursor), (ev_view_set_cursor),
10249         (set_document_page), (document_changed_callback),
10250         (ev_view_set_document), (ev_view_find_previous),
10251         (ev_view_hide_cursor), (ev_view_show_cursor):
10252         * shell/ev-view.h:
10253         * shell/ev-window.c: (update_chrome_visibility),
10254         (fullscreen_timeout_cb), (fullscreen_set_timeout),
10255         (fullscreen_clear_timeout), (fullscreen_motion_notify_cb),
10256         (fullscreen_leave_notify_cb), (ev_window_fullscreen),
10257         (ev_window_unfullscreen):
10258         * shell/main.c: (main):
10259
10260         Automatically hide the fullscreen button.
10261         Patch by Kristian Høgsberg <krh@redhat.com>
10262
10263 2005-02-16  Vincent Noel  <vnoel@cox.net>
10264
10265         * shell/main.c (main): Specify an icon for the window. Patch by
10266         Jaap A. Haitsma. Fixes #166177.
10267
10268 Wed Feb 16 06:30:13 2005  Jonathan Blandford  <jrb@redhat.com>
10269
10270         * shell/ev-view.c (ev_view_realize): get rid of the black flash.
10271
10272 Tue Feb 15 22:27:13 2005  Jonathan Blandford  <jrb@redhat.com>
10273
10274         * backend/ev-document-misc.h:
10275         * backend/ev-document-misc.c:
10276         (ev_document_misc_get_page_border_size),
10277         (ev_document_misc_paint_one_page): New function to canonicalize
10278         sizing/painting a border.
10279
10280         * shell/Makefile.am: Remove ev-page-view.c entirely as it's not
10281         used.
10282
10283         * pdf/xpdf/pdf-document.cc: use new function
10284
10285         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
10286         (ev_view_init), (ev_view_set_mode), (ev_view_zoom),
10287         (ev_view_best_fit), (ev_view_fit_width): * shell/ev-view.h: *
10288         shell/ev-window.c: (update_sizing_buttons),
10289         (ev_window_setup_document), (ev_window_cmd_view_zoom_in),
10290         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_best_fit),
10291         (ev_window_cmd_view_page_width), (size_allocate_cb),
10292         (ev_window_set_sizing_mode), (ev_window_init): make the "best fit"
10293         and "fit width" values act as toggle buttons so they stay
10294         toggled.  It's not 100% perfect, and it's a little slow, but it's
10295         good enough to commit I think.
10296
10297 2005-02-15  David Lodge  <dave@cirt.net>
10298
10299         * configure.ac (ALL_LINGUAS): Added "en_GB" (English (British)).
10300
10301 2005-02-15  Martin Kretzschmar  <martink@gnome.org>
10302
10303         * shell/ev-window.c (update_window_title): replace newlines in
10304         the title by spaces. Bug #166107.
10305
10306 2005-02-14  Martin Kretzschmar  <martink@gnome.org>
10307
10308         * shell/ev-view.c (ev_view_best_fit, ev_view_fit_width): add
10309         parameters providing allocation width and height without
10310         scrollbars and width of a possible vertical scrollbar. With this
10311         additional information the functions can work as
10312         intended. Unfortunately they're not idempotent. We should
10313         transform these commands to toggles. Fixes Bug #164976
10314         Initial patch by Stephane Loeuillet, then heavily modified.
10315
10316         * shell/ev-view.h: update prototypes.
10317
10318         * shell/ev-window.c (ev_window_cmd_view_best_fit)
10319         (ev_window_cmd_view_page_width): provide EvView fit functions with
10320         all the information they need. Formulas to calculate this
10321         information taken from GtkScrolledWindow.
10322
10323 2005-02-14  Crispin Flowerday  <gnome@flowerday.cx>
10324
10325         * shell/ev-sidebar-thumbnails.c: Ensure that after we have
10326         created a thumbnail, the list store is updated to know
10327         that the thumbnail is set. Fixes bug #166792
10328
10329 2005-02-11  Bryan Clark  <clarkbw@cvs.gnome.org>
10330
10331         * shell/ev-window.c: fixed typo, closes bug 166897
10332
10333         * TODO: updated TODO with bug numbers that are relevant
10334
10335 2005-02-09  Carlos Garcia Campos <carlosgc@gnome.org>
10336
10337         * shell/ev-window.c: Support for DnD of files. Fixes #164813
10338
10339 2005-02-09  Vincent Noel  <vnoel@cox.net>
10340
10341         * shell/ev-window.c: (set_action_properties): Set the "Previous"
10342         and "Next" toolbar buttons as important to make them stand out.
10343
10344 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
10345
10346         * lib/ev-debug.c:
10347         * lib/ev-debug.h:
10348         * ps/ps-document.c: (ps_document_finalize), (set_up_page),
10349         (start_interpreter), (stop_interpreter), (document_load),
10350         (ps_document_next_page), (ps_document_goto_page),
10351         (ps_document_set_page_size), (ps_document_widget_event),
10352         (ps_document_render):
10353         * shell/ev-page-view.c: (ev_page_view_dispose):
10354         * shell/ev-view.c: (ev_view_finalize), (expose_bin_window):
10355
10356         Fix compilation on non-gcc platforms
10357
10358 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
10359
10360         * NEWS:
10361         * configure.ac:
10362
10363         Release 0.1.4
10364
10365         * pdf/xpdf/Catalog.cc:
10366         * pdf/xpdf/XRef.cc:
10367
10368         Fix the fix for CAN-2004-0888
10369
10370 2005-02-09  Luca Ferretti <elle.uca@libero.it>
10371
10372         * data/Makefile.am:
10373         * data/evince-ui.xml:
10374         * shell/ev-stock-icons.c: (ev_stock_icons_init):
10375         * shell/ev-stock-icons.h:
10376         * shell/ev-window.c: (update_action_sensitivity),
10377         (ev_window_cmd_go_previous_page), (ev_window_cmd_go_next_page),
10378         (set_action_properties):
10379
10380         Improve toolbar layout/icons
10381
10382 2005-02-08  Marco Pesenti Gritti  <marco@gnome.org>
10383
10384         * pdf/xpdf/pdf-document.cc:
10385
10386         Add warnings about unimplemented/unknown link
10387         types.
10388
10389 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
10390
10391         * ps/ps-document.c: (set_up_page):
10392
10393         Log gs property
10394
10395 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
10396
10397         * ps/ps-document.c: (start_interpreter):
10398
10399         Log gs env var
10400
10401 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
10402
10403         * shell/ev-page-view.c: (ev_page_view_dispose):
10404         * shell/ev-view.c: (ev_view_finalize):
10405         * shell/ev-window.c: (ev_window_setup_document),
10406         (ev_window_dispose), (ev_window_init):
10407
10408         Solve more refs issues.
10409
10410         I commented out the page_view initialization for now:
10411         it was never destroyed (because it's never added
10412         to a container). Because of that we was leaking
10413         gs processes. Couldnt think to a clean fix.
10414         We need to figure this out, password view has the
10415         same issue probably.
10416
10417 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
10418
10419         * ps/ps-document.c: (ps_document_finalize),
10420         (ps_document_get_n_pages), (ps_document_get_page):
10421
10422         Some cleanups, stop the interpreter on finalize
10423
10424         * shell/ev-page-view.c: (ev_page_view_dispose),
10425         (ev_page_view_class_init):
10426
10427         Release our reference on the document
10428
10429 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
10430
10431         * Makefile.am:
10432         * configure.ac:
10433         * doc/debugging.txt:
10434         * lib/.cvsignore:
10435         * lib/Makefile.am:
10436         * lib/ev-debug.c: (log_module), (trap_handler), (ev_debug_init),
10437         (ev_profiler_new), (ev_should_profile), (ev_profiler_dump),
10438         (ev_profiler_free), (ev_profiler_start), (ev_profiler_stop):
10439         * lib/ev-debug.h:
10440
10441         Add debugging helpers
10442
10443         * ps/Makefile.am:
10444         * ps/ps-document.c: (set_up_page), (start_interpreter),
10445         (stop_interpreter), (document_load), (ps_document_next_page),
10446         (ps_document_goto_page), (ps_document_set_page_size),
10447         (ps_document_widget_event), (ps_document_render):
10448         * shell/Makefile.am:
10449         * shell/ev-view.c: (expose_bin_window):
10450         * shell/main.c: (main):
10451
10452         Add some logs
10453         
10454 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
10455
10456         * ps/ps-document.c: (ps_document_widget_event):
10457
10458         Initialize message_window, this should make ps
10459         rendering really work! (Never noticed because I was
10460         testing with a ps that is causing gs to exit every time!)
10461
10462 2005-02-07  Bryan Clark  <clarkbw@cvs.gnome.org>
10463
10464         * data/evince.schemas.in: updated simple error in applyto closing tag
10465
10466 2005-02-07  Christian Persch  <chpe@cvs.gnome.org>
10467
10468         * Makefile.am:
10469         * configure.ac:
10470         * data/.cvsignore:
10471         * data/Makefile.am:
10472         * data/evince-ui.xml:
10473         A data/evince.schemas.in:
10474         * po/POTFILES.in:
10475         * shell/ev-stock-icons.c: (ev_stock_icons_init):
10476         * shell/ev-stock-icons.h:
10477         * shell/ev-window.c: (update_chrome_visibility),
10478         (update_chrome_flag), (ev_window_cmd_edit_find),
10479         (ev_window_update_fullscreen_popup), (ev_window_fullscreen),
10480         (ev_window_unfullscreen), (ev_window_focus_in_event),
10481         (ev_window_focus_out_event), (ev_window_cmd_leave_fullscreen),
10482         (ev_window_view_toolbar_cb), (ev_window_view_statusbar_cb),
10483         (ev_window_view_sidebar_cb), (find_bar_close_cb),
10484         (ev_window_dispose), (ev_window_class_init),
10485         (set_action_properties), (set_chrome_actions), (load_chrome),
10486         (ev_window_init):
10487
10488         Implement fullscreen mode changes from bug #164776.
10489         Also implement persistent chrome toggles.
10490
10491 2005-02-07  Jordi Mallach  <jordi@sindominio.net>
10492
10493         * configure.ac (ALL_LINGUAS): Added "ca" (Catalan).
10494
10495 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
10496
10497         * NEWS:
10498         * configure.ac:
10499         * shell/ev-view.c:
10500
10501         Add another check for find interface
10502
10503         Release 0.1.3
10504
10505 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
10506
10507         * shell/ev-application.c: (ev_application_open):
10508         * shell/ev-window.c: (ev_window_open):
10509
10510         Open gzipped ps documents
10511
10512 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
10513
10514         * TODO:
10515         * shell/ev-view.c: (set_document_page):
10516
10517         Clamp page number, dont try to move to
10518         not existant pages.
10519
10520 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
10521
10522         * backend/ev-document-find.c: (ev_document_find_changed):
10523         * backend/ev-document-find.h:
10524         * pdf/xpdf/pdf-document.cc:
10525         * shell/ev-view.c: (jump_to_find_result), (ev_view_set_document):
10526         * shell/ev-window.c: (find_bar_search_changed_cb):
10527
10528         Fix several bugs with find
10529
10530 2005-02-04  Martin Kretzschmar  <martink@gnome.org>
10531
10532         * shell/ev-sidebar-thumbnails.c
10533         (ev_sidebar_thumbnails_select_page): do nothing unless we have a
10534         document. Prevents warning from scroll_to_cell.
10535
10536 2005-02-02  Kjartan Maraas  <kmaraas@gnome.org>
10537
10538         * configure.ac: Add «nb» to ALL_LINGUAS too.
10539
10540 Wed Feb  2 21:13:11 2005  Jonathan Blandford  <jrb@redhat.com>
10541
10542         * NOTES: New file with some random thoughts.
10543
10544         * TODO: Update.
10545
10546         * backend/ev-document-misc.c:
10547         (ev_document_misc_get_page_border_size): New function to
10548         canonicalize shadow drawing sizes.  Possibly goofy.
10549
10550         * shell/ev-view.c: (ev_view_size_request), (set_document_page),
10551         (ev_view_best_fit), (ev_view_fit_width):
10552         * pdf/xpdf/pdf-document.cc:
10553         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
10554         * ps/ps-document.c: (ps_document_get_page_size):
10555         * backend/ev-document-misc.h:
10556         * backend/ev-document.c: (ev_document_get_page_size):
10557         * backend/ev-document.h: get_page_size now takes a page number
10558         parameter.  Made all the backends/frontends honor it.
10559
10560         * data/evince-ui.xml: Added a multiple-page mode.  Uncomment to
10561         see.  Doesn't work yet.
10562
10563         * shell/Makefile.am:
10564         * shell/ev-page-view.[ch]: New multi-page view.  Really rough.
10565         Doesn't do anything yet.
10566
10567         * shell/ev-sidebar-thumbnails.c:
10568         (ev_sidebar_thumbnails_set_document): [1..n_pages] instead of
10569         [0..n_pages-1]
10570
10571         * shell/ev-window.c: (update_action_sensitivity),
10572         (ev_window_setup_document), (ev_window_set_page_mode),
10573         (ev_window_page_mode_cb), (ev_window_init): Clean up the
10574         view-swapping code a bit so we can have multiple views on a
10575         document.  Add the multi-page view, though it can't be turned on
10576         yet.
10577
10578 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
10579
10580         * shell/ev-application.c: (ev_application_open):
10581         * shell/ev-view.c: (expose_bin_window):
10582         * shell/ev-window.c: (ev_window_open):
10583
10584         Support eps and check document supports find
10585         before drawing highlightings in expose.
10586
10587 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
10588
10589         * pixbuf/pixbuf-document.c:
10590         (pixbuf_document_thumbnails_get_dimensions),
10591         (pixbuf_document_document_thumbnails_iface_init):
10592
10593         implement get_dimensions
10594
10595 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
10596
10597         * NEWS:
10598         * configure.ac:
10599
10600         Release 0.1.2
10601
10602 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
10603
10604         * shell/ev-view.c: (set_document_page):
10605
10606         Scroll at the top of the page when changing page
10607
10608 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
10609
10610         * shell/ev-view.c: (ev_view_motion_notify_event):
10611
10612         Do not redraw unnecessarily
10613
10614 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
10615
10616         * pdf/xpdf/pdf-document.cc:
10617         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
10618         (expose_bin_window), (find_changed_cb):
10619
10620         Yay! find works now... Now to find bugs...
10621
10622 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
10623
10624         * backend/ev-document-find.c: (ev_document_find_base_init),
10625         (ev_document_find_changed):
10626         * backend/ev-document-find.h:
10627         * pdf/xpdf/pdf-document.cc:
10628         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
10629         (expose_bin_window), (ev_view_init), (set_document_page),
10630         (ensure_rectangle_is_visible), (jump_to_find_result),
10631         (jump_to_find_page), (find_changed_cb), (ev_view_set_document),
10632         (ev_view_find_next), (ev_view_find_previous):
10633         * shell/ev-view.h:
10634         * shell/ev-window.c: (find_bar_previous_cb), (find_bar_next_cb):
10635
10636         More work on find implementation, mostly there now
10637
10638 2005-01-29  Marco Pesenti Gritti  <marco@gnome.org>
10639
10640         * backend/ev-backend-marshalers.list:
10641         * backend/ev-document-find.c: (ev_document_find_base_init),
10642         (ev_document_find_cancel), (ev_document_find_page_has_results),
10643         (ev_document_find_get_n_results), (ev_document_find_get_result),
10644         (ev_document_find_get_progress), (ev_document_find_changed):
10645         * backend/ev-document-find.h:
10646
10647         Enanche the find interface to be really able to do
10648         multi page find.
10649
10650         * pdf/xpdf/pdf-document.cc:
10651
10652         Implement
10653
10654         * shell/ev-view.c: (ev_view_finalize), (highlight_find_results),
10655         (expose_bin_window), (ev_view_init),
10656         (ev_view_get_find_status_message), (find_changed_cb),
10657         (ev_view_set_document), (set_document_page):
10658
10659         Adapt to the new interface. A few things are regressed sorry,
10660         I will finish it soon.
10661
10662 2005-01-28  Martin Kretzschmar  <martink@gnome.org>
10663
10664         * shell/ev-sidebar-thumbnails.c (ev_sidebar_thumbnails_destroy)
10665         (ev_sidebar_thumbnails_class_init): use G_DEFINE_TYPE-supplied
10666         ev_sidebar_thumbnails_parent_class variable, don't define another
10667         parent_class variable.
10668
10669         * shell/ev-page-action.c (connect_proxy, ev_page_action_finalize)
10670         (ev_page_action_class_init): ditto.
10671
10672         * pixbuf/pixbuf-document.c (pixbuf_document_finalize)
10673         (pixbuf_document_class_init): ditto.
10674
10675         * backend/ev-link.c (ev_window_dispose, ev_link_class_init):
10676         ditto.
10677
10678         * .cvsignore: ignore various valgrind output files.
10679
10680 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
10681
10682         * data/evince-ui.xml:
10683         * shell/Makefile.am:
10684         * shell/ev-history.c:
10685         * shell/ev-history.h:
10686         * shell/ev-navigation-action.c:
10687         * shell/ev-navigation-action.h:
10688         * shell/ev-view.c: (ev_view_finalize), (ev_view_go_to_link),
10689         (ev_view_set_page), (ev_view_fit_width):
10690         * shell/ev-view.h:
10691         * shell/ev-window.c: (update_action_sensitivity),
10692         (ev_window_setup_document), (register_custom_actions):
10693
10694         Kill session history
10695
10696 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
10697
10698         * shell/ev-window.c: (update_action_sensitivity):
10699
10700         Fix inverted up/down buttons
10701
10702 2005-01-27  Martin Kretzschmar  <martink@gnome.org>
10703
10704         * shell/ev-sidebar-thumbnails.c
10705         (ev_sidebar_thumbnails_select_page): make sure the selected
10706         thumbnail stays visible.
10707
10708 2005-01-26  Martin Kretzschmar  <martink@gnome.org>
10709
10710         * shell/ev-window.c (ev_window_init): add GTK_SHADOW_IN to the
10711         scrolled window for Federico.
10712
10713 2005-01-26  Ole Laursen  <olau@hardworking.dk>
10714
10715         * configure.ac: Added "da" (Danish) to ALL_LINGUAS.
10716
10717 2005-01-26  Marco Pesenti Gritti  <marco@gnome.org>
10718
10719         * configure.ac:
10720         * pdf/splash/SplashFTFontEngine.cc:
10721
10722         Fix CID fonts with freetype 2.1.9
10723
10724 2005-01-26  Bryan Clark  <clarkbw@cvs.gnome.org>
10725
10726         * TODO: added item for desktop icon thumbnailer
10727
10728 Tue Jan 25 00:59:34 2005  Jonathan Blandford  <jrb@redhat.com>
10729
10730         * pdf/xpdf/pdf-document.cc (pdf_document_get_title): guard against
10731         unloaded docs when the title is accessed.
10732
10733         * shell/ev-password-view.[hc]: New widget for displaying password
10734         state.
10735
10736         * shell/ev-window.[ch]: Refactor password handling code to handle
10737         the new view.
10738
10739 2005-01-24  Marco Pesenti Gritti  <marco@gnome.org>
10740
10741         * NEWS:
10742         * configure.ac:
10743         * data/Makefile.am:
10744
10745         Release 0.1.1
10746
10747 2005-01-23  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
10748
10749         * pdf/xpdf/pdf-document.cc (pdf_document_search_page_changed):
10750         ignore page offset here, to make search results independent of it,
10751
10752         * shell/ev-view.c (expose_bin_window): but take offsets into
10753         account here. Bug #164932
10754
10755         * pdf/xpdf/pdf-document.cc (pdf_document_get_link): divide by
10756         scale at the right time. Bug #164996
10757
10758 2005-01-22  Martin Kretzschmar  <martink@gnome.org>
10759
10760         * pdf/xpdf/GlobalParams.cc: My 2005-01-05 change didn't actually
10761         fix the problem. Now I just removed the Adobe font names and hope
10762         that the URW fonts are always in outline format. Bug #164934
10763
10764         * shell/ev-window.c (update_window_title): empty titles are
10765         useless, use filename in that case too.
10766
10767         * NEWS: Add some content.
10768
10769 2005-01-21  Bryan Clark  <clarkbw@cvs.gnome.org>
10770
10771         * TODO: added one more TODO item and a TODONE section :)
10772
10773 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
10774
10775         * ps/ps-document.h: add page_[xy]_offset fields.
10776
10777         * ps/ps-document.c (ps_document_set_page_offset)
10778         (ps_document_render): Keep offset in consideration in a few
10779         places. Bug #164752 "postscript documents are not centered in
10780         window"
10781
10782         * data/evince.desktop.in (X-GNOME-Bugzilla-Product):
10783         s/gpdf/evince/. Spotted by Stephane Loeuillet.
10784
10785         * pixbuf/pixbuf-document.c (pixbuf_document_get_n_pages)
10786         (pixbuf_document_get_text, pixbuf_document_document_iface_init):
10787         stub out missing methods for complete EvDocument implementation.
10788         Fixes segfaults with Save A Copy and Copy actions.
10789
10790         * ps/ps-document.c (ps_document_save, ps_document_get_text) 
10791         (ps_document_document_iface_init): ditto.
10792         
10793 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
10794
10795         * data/.cvsignore:
10796         * data/Makefile.am:
10797         * data/evince.desktop.in:
10798
10799         Add desktop file
10800
10801 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
10802
10803         * shell/ev-view.c: (ev_view_button_press_event),
10804         (ev_view_motion_notify_event):
10805
10806         Make selection work in any direction
10807
10808 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
10809
10810         * TODO:
10811         * shell/ev-window.c: (set_short_labels), (ev_window_init):
10812
10813         Use shorter labels for some of the toolbars items
10814
10815 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
10816
10817         * pdf/xpdf/pdf-document.cc:
10818
10819         Check the links info is initialized before
10820         using it. Should fix a crash on startup.
10821
10822 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
10823
10824         * pixbuf/pixbuf-document.c
10825         (pixbuf_document_thumbnails_get_dimensions): force floating point
10826         division to calculate page_ratio. Fixes crash with landscape
10827         format pixbufs.
10828
10829 Thu Jan 20 18:56:35 2005  Jonathan Blandford  <jrb@redhat.com>
10830
10831         * shell/ev-view.c (ev_view_realize): make the bg color darker.
10832
10833 2005-01-20  Martin Kretzschmar  <martink@gnome.org>
10834
10835         * shell/ev-view.c (set_document_page): unset has_selection when
10836         the page changes.
10837         (set_document_page): handle paper size changes when the page
10838         changes (test with Free Culture, page 2).
10839
10840 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
10841
10842         * shell/ev-view.c: (ev_view_size_request), (ev_view_realize),
10843         (expose_bin_window), (ev_view_class_init), (ev_view_init):
10844
10845         Use normal style color for the widget background and
10846         draw a black box around the page.
10847
10848 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
10849
10850         * pdf/xpdf/pdf-document.cc:
10851
10852         Keep offset in consideration in a few places
10853
10854         * shell/ev-view.c: (expose_bin_window):
10855
10856         Set the offsets so that the document is ever centered
10857
10858 2005-01-20  Bryan Clark  <clarkbw@cvs.gnome.org>
10859
10860         * TODO: Added TODO items and finished off the first todo item
10861
10862         * AUTHORS: Updated AUTHORS section with piece from gpdf file and
10863         reflect current authors
10864
10865 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
10866
10867         * pdf/xpdf/pdf-document.cc:
10868         * shell/ev-view.c: (ev_view_set_cursor),
10869         (ev_view_motion_notify_event), (document_changed_callback),
10870         (set_document_page):
10871
10872         Show a wait cursor while the page is rendering
10873
10874 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
10875
10876         * shell/ev-sidebar-thumbnails.c:
10877         (ev_sidebar_tree_selection_changed),
10878         (ev_sidebar_thumbnails_select_page):
10879         * shell/ev-sidebar-thumbnails.h:
10880         * shell/ev-view.c: (ev_view_set_document), (ev_view_can_go_back),
10881         (ev_view_can_go_forward):
10882         * shell/ev-window.c: (ev_window_open_page),
10883         (ev_window_setup_document), (update_current_page),
10884         (view_page_changed_cb), (ev_window_init):
10885         * shell/ev-window.h:
10886
10887         Ensure thumbnails selection, toolbar page control and
10888         current page are in sync.
10889
10890 2005-01-19  Marco Pesenti Gritti  <marco@gnome.org>
10891
10892         * pdf/xpdf/XRef.cc:
10893
10894         Fix CAN-2005-0064
10895
10896 Wed Jan 19 01:10:57 2005  Jonathan Blandford  <jrb@redhat.com>
10897
10898         * backend/Makefile.am:
10899         * backend/ev-document-links.h:
10900         * backend/ev-document-security.c: (ev_document_security_get_type),
10901         (ev_document_security_has_document_security),
10902         (ev_document_security_set_password):
10903         * backend/ev-document-security.h:
10904         * backend/ev-document.c: (ev_document_error_quark):
10905         * backend/ev-document.h:
10906         * data/Makefile.am:
10907         * data/evince-password.glade:
10908         * pdf/xpdf/pdf-document.cc:
10909         * shell/Makefile.am:
10910         * shell/ev-password.c: (ev_password_set_bad_password_label),
10911         (ev_window_password_entry_changed_cb), (ev_password_dialog_new),
10912         (ev_password_dialog_get_password),
10913         (ev_password_dialog_set_bad_pass):
10914         * shell/ev-password.h:
10915         * shell/ev-window.c: (ev_window_get_attribute),
10916         (ev_window_set_property), (update_action_sensitivity),
10917         (ev_window_is_empty), (mime_type_supported_by_gdk_pixbuf),
10918         (ev_window_setup_document), (ev_window_get_password),
10919         (ev_window_open), (ev_window_cmd_save_as),
10920         (using_postscript_printer), (ev_window_print),
10921         (find_not_supported_dialog), (ev_window_cmd_edit_find),
10922         (update_fullscreen_popup), (ev_window_fullscreen),
10923         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
10924         (ev_window_focus_out_cb), (ev_window_cmd_help_about),
10925         (menu_item_select_cb), (find_bar_search_changed_cb),
10926         (ev_window_dispose), (ev_window_init):
10927
10928         Add initial support for password-supported dialogs.  This could be
10929         a lot cooler, but it'll do for now.
10930
10931 2005-01-18  Marco Pesenti Gritti  <marco@gnome.org>
10932
10933         * pdf/xpdf/pdf-document.cc:
10934         * shell/ev-view.c: (status_message_from_link),
10935         (ev_view_set_status), (ev_view_set_cursor),
10936         (ev_view_motion_notify_event), (ev_view_init):
10937         * shell/ev-window.c: (view_status_changed_cb), (ev_window_init):
10938
10939         Fix bugs in the links implementation and change cursor
10940         when hovering a link.
10941
10942 2005-01-17  Bryan Clark  <clarkbw@cvs.gnome.org>
10943
10944         * viewer/.cvsignore: added cvsignore file for viewer directory
10945
10946         * TODO: created TODO document
10947
10948 2005-01-14  Dave Malcolm  <dmalcolm@redhat.com>
10949
10950         * shell/ev-view.h:
10951         * shell/ev-view.c (ev_view_can_go_back), (ev_view_can_go_forward):      
10952         new functions to help with implementation of sensitivity code
10953         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
10954         of all actions that might require it.  Fixes a crash when you
10955         click on the Zoom actions in a window lacking a document.
10956
10957 2005-01-13  Dave Malcolm  <dmalcolm@redhat.com>
10958
10959         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
10960         of the Find action
10961
10962 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
10963
10964         * pixbuf/pixbuf-document.c: (pixbuf_document_get_link),
10965         (pixbuf_document_document_iface_init):
10966         * ps/ps-document.c: (ps_document_get_link),
10967         (ps_document_document_iface_init):
10968         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event),
10969         (status_message_from_link), (ev_view_set_status),
10970         (ev_view_set_find_status), (ev_view_motion_notify_event),
10971         (ev_view_button_release_event), (ev_view_set_property),
10972         (ev_view_get_property), (ev_view_class_init), (ev_view_init),
10973         (ev_view_get_find_status_message), (update_find_results),
10974         (ev_view_get_status), (ev_view_get_find_status):
10975         * shell/ev-view.h:
10976         * shell/ev-window.c: (view_status_changed_cb),
10977         (view_find_status_changed_cb), (ev_window_init):
10978
10979         View status message support, use it to show the links.
10980         Needs work...
10981
10982 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
10983
10984         * backend/ev-document.c: (ev_document_get_link):
10985         * backend/ev-document.h:
10986         * pdf/xpdf/pdf-document.cc:
10987         * shell/ev-application.c: (ev_application_open):
10988         * shell/ev-application.h:
10989         * shell/ev-sidebar-links.c: (selection_changed_cb):
10990         * shell/ev-view.c: (ev_view_button_release_event), (go_to_link),
10991         (ev_view_go_to_link):
10992
10993         Add support for document links
10994
10995 2005-01-13  Anders Carlsson  <andersca@gnome.org>
10996
10997         * shell/ev-page-action.c: (update_spin), (total_pages_changed_cb),
10998         (create_tool_item):
10999         Set the spin button limits correctly.
11000         
11001         * shell/ev-sidebar-thumbnails.c:
11002         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init):
11003         Support changing pages by clicking on the thumbnails.
11004         
11005 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
11006
11007         * pixbuf/pixbuf-document.c:
11008         (pixbuf_document_thumbnails_get_dimensions),
11009         (pixbuf_document_document_thumbnails_iface_init):
11010
11011         implement get_dimensions
11012
11013 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
11014
11015         * ps/ps-document.c: (ps_document_goto_page):
11016
11017         Fix page switching on multipage documents
11018
11019 2005-01-12  Jeff Muizelaar  <jrmuizel@nit.ca>
11020
11021         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
11022         
11023         check for NULL before assigning to width and height parameters
11024
11025 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
11026
11027         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
11028         (pixbuf_document_set_property), (pixbuf_document_get_property):
11029
11030         implement get/set properties
11031
11032 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
11033
11034         * pdf/xpdf/pdf-document.cc: (pdf_info_dict_get_string):
11035         
11036         return NULL instead of "Unknown", letting the title get set to
11037         the filename when the pdf has no title.
11038
11039 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
11040
11041         * ps/ps-document.c: (ps_document_get_page_count),
11042         (ps_document_goto_page):
11043
11044 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
11045
11046         * shell/ev-history.c: (ev_history_get_property),
11047         (ev_history_set_property), (ev_history_class_init),
11048         (ev_history_add_page), (ev_history_set_current_index):
11049         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
11050         (activate_menu_item_cb), (new_history_menu_item), (build_menu),
11051         (ev_navigation_action_finalize):
11052         * shell/ev-navigation-action.h:
11053         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
11054         (ev_view_go_forward), (ev_view_get_find_status_message),
11055         (history_index_changed_cb), (ev_view_set_history):
11056         * shell/ev-view.h:
11057         * shell/ev-window.c: (update_total_pages), (ev_window_open),
11058         (update_current_page), (register_custom_actions):
11059
11060         Implement history dropdowns
11061
11062 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
11063
11064         * shell/ev-history.c: (ev_history_init), (ev_history_add_link):
11065         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
11066         (ev_view_go_forward):
11067         * shell/ev-window.c: (register_custom_actions):
11068
11069         Fix several history bugs
11070
11071 2005-01-11  Kjartan Maraas  <kmaraas@gnome.org>
11072
11073         * configure.ac: Add «nb» to ALL_LINGUAS.
11074
11075 2005-01-10  Marco Pesenti Gritti  <marco@gnome.org>
11076
11077         * backend/Makefile.am:
11078         * backend/ev-bookmark.c:
11079         * backend/ev-bookmark.h:
11080         * backend/ev-document-bookmarks.c:
11081         * backend/ev-document-bookmarks.h:
11082         * backend/ev-document-links.c: (ev_document_links_get_type),
11083         (ev_document_links_has_document_links),
11084         (ev_document_links_begin_read), (ev_document_links_get_link),
11085         (ev_document_links_get_child), (ev_document_links_next),
11086         (ev_document_links_free_iter):
11087         * backend/ev-document-links.h:
11088         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_title),
11089         (ev_link_set_title), (ev_link_get_uri), (ev_link_set_uri),
11090         (ev_link_get_link_type), (ev_link_set_link_type),
11091         (ev_link_get_page), (ev_link_set_page), (ev_link_get_property),
11092         (ev_link_set_property), (ev_window_dispose), (ev_link_init),
11093         (ev_link_class_init), (ev_link_new_title), (ev_link_new_page),
11094         (ev_link_new_external):
11095         * backend/ev-link.h:
11096         * pdf/xpdf/pdf-document.cc:
11097         * shell/Makefile.am:
11098         * shell/ev-application.c: (ev_application_open_link):
11099         * shell/ev-application.h:
11100         * shell/ev-history.c: (ev_history_add_link), (ev_history_add_page),
11101         (ev_history_get_link_nth):
11102         * shell/ev-history.h:
11103         * shell/ev-sidebar-bookmarks.c:
11104         * shell/ev-sidebar-bookmarks.h:
11105         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
11106         (ev_sidebar_links_class_init), (selection_changed_cb),
11107         (ev_sidebar_links_construct), (ev_sidebar_links_init),
11108         (links_page_num_func), (ev_sidebar_links_new), (stack_data_free),
11109         (do_one_iteration), (populate_links_idle),
11110         (ev_sidebar_links_clear_document), (ev_sidebar_links_set_document):
11111         * shell/ev-sidebar-links.h:
11112         * shell/ev-sidebar.c: (ev_sidebar_set_document):
11113         * shell/ev-view.c: (go_to_link), (ev_view_go_to_link),
11114         (go_to_index):
11115         * shell/ev-view.h:
11116         * shell/ev-window.c: (ev_window_open_link), (ev_window_init):
11117         * shell/ev-window.h:
11118
11119         Rename bookmark to link, and use "Index" for the sidebar panel.
11120
11121 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
11122
11123         * shell/Makefile.am:
11124         * shell/ev-application.c: (ev_application_open_bookmark):
11125         * shell/ev-application.h:
11126         * shell/ev-history.c: (ev_history_init), (free_links_list),
11127         (ev_history_finalize), (ev_history_class_init),
11128         (ev_history_add_link), (ev_history_add_page),
11129         (ev_history_get_link_nth), (ev_history_get_n_links),
11130         (ev_history_get_current_index), (ev_history_set_current_index),
11131         (ev_history_new):
11132         * shell/ev-history.h:
11133         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
11134         * shell/ev-view.c: (ev_view_finalize), (ev_view_set_document),
11135         (set_document_page), (go_to_bookmark), (ev_view_go_to_bookmark),
11136         (go_to_index), (ev_view_go_back), (ev_view_go_forward),
11137         (ev_view_set_page):
11138         * shell/ev-view.h:
11139         * shell/ev-window.c: (ev_window_open_bookmark),
11140         (ev_window_cmd_go_back), (ev_window_cmd_go_forward),
11141         (goto_page_cb), (register_custom_actions):
11142         * shell/ev-window.h:
11143
11144         Initial history implementation. Needs work.
11145
11146 2005-01-09  Martin Kretzschmar  <martink@gnome.org>
11147
11148         * pdf/xpdf/GDKSplashOutputDev.cc (redraw): fix pixbuf data offset.
11149
11150 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
11151
11152         * cut-n-paste/recent-files/egg-recent-item.c:
11153         * cut-n-paste/recent-files/egg-recent-item.h:
11154         * cut-n-paste/recent-files/egg-recent-model.c:
11155         * cut-n-paste/recent-files/egg-recent-util.c:
11156         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
11157         * cut-n-paste/recent-files/egg-recent-view.c:
11158
11159         Update
11160
11161 2005-01-08  Martin Kretzschmar  <martink@gnome.org>
11162
11163         * pdf/splash/Splash.cc (clear, drawPixel, drawSpan, xorSpan, getPixel)
11164         (fillGlyph, fillImageMask, drawImage):
11165         pdf/splash/SplashBitmap.cc (SplashBitmap, ~SplashBitmap, writePNMFile):
11166         pdf/splash/SplashTypes.h:
11167         pdf/xpdf/SplashOutputDev (startPage, getColor, imageSrc): implement RGB8
11168         packed mode for Splash.
11169
11170         * pdf/xpdf/GDKSplashOutputDev.cc (GDKSplashOutputDev, redraw): use
11171         RGB8 packed mode, eliminates the pixbuf data creation loop.
11172
11173         * shell/ev-print-job.c (ev_print_job_finalize)
11174         (ev_print_job_set_property, ev_print_job_get_property)
11175         (ev_print_job_set_gnome_print_job, ev_print_job_set_document)
11176         (ev_print_job_use_print_dialog_settings, idle_print_handler)
11177         (print_closure_finalize, ev_print_job_print): implement
11178         printing (for backends with EvPsExporter)
11179
11180         * shell/ev_print_job.h: update prototypes.
11181
11182         * shell/ev-window.c (ev_window_print): unref print job after
11183         printing.
11184
11185         * shell/ev-view.c (ev_view_set_document): don't connect to "found"
11186         unless the document implements the EvDocumentFind interface.
11187
11188 2005-01-08  Satoru SATOH <ss@gnome.gr.jp>
11189
11190         * configure.ac: Added ja to ALL_LINGUAS.
11191
11192 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
11193
11194         * pdf/xpdf/pdf-document.cc:
11195
11196         add a FIXME. We should probably not allocate
11197         a bookmark object every time
11198
11199 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
11200
11201         * shell/ev-application.c: (ev_application_open),
11202         (ev_application_open_bookmark):
11203         * shell/ev-application.h:
11204         
11205         Add a way to open bookmarks
11206
11207         * backend/ev-bookmark.c: (ev_bookmark_get_uri),
11208         (ev_bookmark_set_uri), (ev_bookmark_get_property),
11209         (ev_bookmark_set_property), (ev_bookmark_class_init),
11210         (ev_bookmark_new_title), (ev_bookmark_new_link),
11211         (ev_bookmark_new_external):
11212
11213         Support for external uris, better constructors.
11214
11215         * backend/ev-bookmark.h:
11216         * pdf/xpdf/pdf-document.cc:
11217         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
11218
11219         Handle external uris
11220
11221 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
11222
11223         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb),
11224         (ev_sidebar_bookmarks_construct), (do_one_iteration):
11225
11226         Hook up bookmarks navigation
11227
11228 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
11229
11230         * backend/Makefile.am:
11231         * backend/ev-bookmark.c: (ev_bookmark_type_get_type),
11232         (ev_bookmark_get_title), (ev_bookmark_set_title),
11233         (ev_bookmark_get_bookmark_type), (ev_bookmark_set_bookmark_type),
11234         (ev_bookmark_get_page), (ev_bookmark_set_page),
11235         (ev_bookmark_get_property), (ev_bookmark_set_property),
11236         (ev_window_dispose), (ev_bookmark_init), (ev_bookmark_class_init),
11237         (ev_bookmark_new):
11238         * backend/ev-bookmark.h:
11239         * backend/ev-document-bookmarks.c:
11240         (ev_document_bookmarks_get_bookmark):
11241         * backend/ev-document-bookmarks.h:
11242         * pdf/xpdf/pdf-document.cc:
11243         * shell/ev-sidebar-bookmarks.c: (do_one_iteration):
11244
11245         Add a bookmark object to the backend and use it instead of get_values
11246
11247 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
11248
11249         * data/evince-ui.xml:
11250
11251         Cleanup and add select all.
11252
11253         * shell/ev-view.c: (ev_view_select_all),
11254         (ev_view_button_press_event):
11255         * shell/ev-view.h:
11256         * shell/ev-window.c: (ev_window_cmd_edit_select_all):
11257
11258         Add select all.
11259         Clear selection on click.
11260
11261 Fri Jan  7 01:28:58 2005  Jonathan Blandford  <jrb@redhat.com>
11262
11263         * shell/ev-sidebar-thumbnails.c
11264         (ev_sidebar_thumbnails_set_document): forgot to unref the
11265         loading_icon.
11266
11267 Fri Jan  7 01:22:48 2005  Jonathan Blandford  <jrb@redhat.com>
11268
11269         * shell/ev-sidebar-thumbnails.c: fill in the thumbnails starting
11270         at the visible page, not just linearly.  This makes it look fast.
11271
11272 Thu Jan  6 18:48:11 2005  Jonathan Blandford  <jrb@redhat.com>
11273
11274         * backend/ev-document-misc.c
11275         (ev_document_misc_get_thumbnail_frame): fill in the thumbnail with
11276         white.
11277         * backend/ev-document-thumbnails.h: New interface to get the size
11278         of a page.
11279
11280 2005-01-06  Jeremy Katz  <katzj@redhat.com>
11281
11282         * shell/Makefile.am (evince_SOURCES): Add ev-utils.[ch] so that
11283         make dist works
11284
11285 Wed Jan  5 15:38:28 2005  Jonathan Blandford  <jrb@redhat.com>
11286
11287         * pdf/xpdf/pdf-document.cc (bitmap_to_pixbuf): bypass
11288         GDKSplashOutputDev and just use a normal SplashOutputDev.  Speeds
11289         things up a bit.
11290
11291         * shell/ev-sidebar-thumbnail.c: start of some profiling code.
11292
11293 2005-01-05  Martin Kretzschmar  <martink@gnome.org>
11294
11295         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): match only outline
11296         fonts. Should fix font problems on systems that have the base
11297         fonts in bitmap format. Reported by James Henstridge
11298         <james@jamesh.id.au>.
11299
11300 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
11301
11302         * pdf/xpdf/Gfx.cc:
11303         * pdf/xpdf/GfxState.cc:
11304
11305         Fix for CAN-2004-1125
11306
11307 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
11308
11309         * shell/ev-view.c: (ev_view_copy):
11310         * shell/ev-view.h:
11311         * shell/ev-window.c: (ev_window_cmd_edit_copy):
11312
11313         Implement Edit->Copy
11314
11315 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
11316
11317         * backend/ev-document.c: (ev_document_get_text):
11318         * backend/ev-document.h:
11319         * pdf/xpdf/pdf-document.cc:
11320         * shell/ev-view.c: (ev_view_realize), (expose_bin_window),
11321         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
11322         (ev_view_update_primary_selection), (ev_view_button_press_event),
11323         (ev_view_motion_notify_event), (ev_view_button_release_event):
11324
11325         Beginnings of clipboard support. Incomplete but primary sort
11326         of work.
11327
11328 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
11329
11330         * shell/ev-view.c: (ev_gdk_color_to_rgb), (draw_rubberband),
11331         (expose_bin_window):
11332
11333         Nicer rubberband drawing, from GtkIconView.
11334
11335 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
11336
11337         * backend/ev-document.c: (ev_document_save):
11338         * backend/ev-document.h:
11339         * data/evince-ui.xml:
11340         * pdf/xpdf/pdf-document.cc:
11341         * shell/ev-window.c: (save_error_dialog), (ev_window_cmd_save_as):
11342
11343         Implement "Save a copy..." menu item
11344
11345 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
11346
11347         * shell/ev-view.c: (ev_view_zoom):
11348
11349         Queue a resize when zoom changes
11350
11351 Wed Jan  5 02:33:06 2005  Jonathan Blandford  <jrb@redhat.com>
11352
11353         * backend/ev-document-misc.[ch]: New misc file to do simple drop
11354         shadows.
11355
11356         * pdf/xpdf/pdf-document.cc: use the drop shadows in both types of
11357         thumbnails..
11358
11359 Tue Jan  4 22:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
11360
11361         * pdf/xpdf/pdf-document.cc
11362         (pdf_document_thumbnails_get_page_pixbuf): poor man's dropshadow.
11363
11364 Tue Jan  4 21:25:05 2005  Jonathan Blandford  <jrb@redhat.com>
11365
11366         * pdf/xpdf/pdf-document.cc: Do real thumbnailing of PDF files.
11367         It's slow, but I'll speed it up next!
11368
11369 2005-01-04  Jeff Muizelaar  <jrmuizel@nit.ca>
11370
11371         * shell/main.c (load_files):
11372
11373         use gnome_vfs_make_uri_from_shell_arg so that relative paths work
11374         from the command line and because it seems more appropriate.
11375
11376 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
11377
11378         * data/evince-ui.xml:
11379         * shell/ev-window.c: (update_action_sensitivity),
11380         (ev_window_cmd_go_page_up), (ev_window_cmd_go_page_down):
11381
11382         s/next page/page down
11383         s/previous page/page up
11384
11385 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
11386
11387         * data/evince-ui.xml:
11388
11389         Change the layout to match clarkbw design.
11390
11391         * shell/Makefile.am:
11392         * shell/ev-navigation-action.c: (build_menu), (menu_activated_cb),
11393         (set_tooltip_cb), (connect_proxy), (ev_navigation_action_init),
11394         (ev_navigation_action_finalize),
11395         (ev_navigation_action_set_property),
11396         (ev_navigation_action_get_property),
11397         (ev_navigation_action_class_init):
11398         * shell/ev-navigation-action.h:
11399
11400         Implement clarkbw toolbar navigation controls (incomplete)
11401
11402         * shell/ev-page-action.c: (update_label), (update_spin),
11403         (value_changed_cb), (create_tool_item), (connect_proxy),
11404         (ev_page_action_init), (ev_page_action_finalize),
11405         (ev_page_action_set_property), (ev_page_action_get_property),
11406         (ev_page_action_set_current_page),
11407         (ev_page_action_set_total_pages), (ev_page_action_class_init):
11408         * shell/ev-page-action.h:
11409
11410         Implement a page switcher in the toolbar
11411
11412         * shell/ev-view.c: (ev_view_scroll_view):
11413         * shell/ev-window.c: (update_total_pages), (ev_window_open),
11414         (update_current_page), (view_page_changed_cb), (goto_page_cb),
11415         (register_custom_actions), (ev_window_init):
11416
11417         Change page on PageUp/Down.
11418
11419 Tue Jan  4 03:22:56 2005  Jonathan Blandford  <jrb@redhat.com>
11420
11421         * pdf/xpdf/pdf-document.cc
11422         (pdf_document_thumbnails_get_thumbnail): initial stab at
11423         implementing thumbnail support for pdfs.  It only does documents
11424         with precached pdfs now.
11425
11426 Mon Jan  3 17:22:25 2005  Jonathan Blandford  <jrb@redhat.com>
11427
11428         * shell/ev-sidebar-thumbnails.c (do_one_iteration): move the
11429         thumbnail code into a time-based idle as well.  Also, turn off the
11430         shadow temporarily as it's really slow.
11431
11432 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
11433
11434         * backend/ev-document.c: (ev_document_class_init):
11435         * pdf/xpdf/pdf-document.cc:
11436         * shell/ev-window.c: (ev_window_open):
11437
11438         Fix document title bugs and fallback to
11439         filename when not available.
11440
11441 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
11442
11443         * backend/ev-document.c: (ev_document_get_type),
11444         (ev_document_class_init), (ev_document_load),
11445         (ev_document_get_title):
11446         * backend/ev-document.h:
11447         * pdf/xpdf/pdf-document.cc:
11448         * ps/ps-document.c: (ps_document_set_property),
11449         (ps_document_get_property), (ps_document_class_init),
11450         (document_load):
11451         * ps/ps-document.h:
11452         * ps/ps.h:
11453         * shell/ev-window.c: (update_window_title), (ev_window_open),
11454         (ev_window_init):
11455
11456         Initial support for document title. Not working yet.
11457
11458 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
11459
11460         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event):
11461
11462         Grab focus on the view when clicking it
11463
11464 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
11465
11466         * shell/ev-marshal.list:
11467         * shell/ev-view.c: (ev_view_realize), (add_scroll_binding),
11468         (ev_view_scroll_view), (ev_view_class_init), (ev_view_init):
11469
11470         Add key bindings to the view. Now if the focus would work
11471         right...
11472
11473 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
11474
11475         * Makefile.am:
11476         * backend/Makefile.am:
11477         * data/Makefile.am:
11478         * dvi/Makefile.am:
11479         * dvi/dvilib/Makefile.am:
11480         * pdf/xpdf/Makefile.am:
11481         * po/POTFILES.in:
11482         * ps/Makefile.am:
11483
11484         Fix distcheck
11485
11486 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
11487
11488         * shell/ev-view.c: (ev_view_realize):
11489
11490         Fix mouse wheel scrolling
11491
11492 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
11493
11494         * ps/Makefile.am:
11495         * ps/gstypes.h:
11496         * ps/gtkgs.c:
11497         * ps/gtkgs.h:
11498         * ps/ps-document.c: (catchPipe), (ps_document_init),
11499         (ps_document_class_init), (ps_document_cleanup),
11500         (ps_document_finalize), (send_ps), (ps_document_get_orientation),
11501         (set_up_page), (close_pipe), (is_interpreter_ready),
11502         (interpreter_failed), (output), (input), (start_interpreter),
11503         (stop_interpreter), (file_length), (file_readable),
11504         (check_filecompressed), (check_pdf), (compute_xdpi),
11505         (compute_ydpi), (compute_size), (ps_document_enable_interpreter),
11506         (ps_document_get_type), (ps_document_emit_error_msg),
11507         (document_load), (ps_document_next_page),
11508         (ps_document_get_current_page), (ps_document_get_page_count),
11509         (ps_document_goto_page), (ps_document_set_page_size),
11510         (ps_document_zoom_to_fit), (ps_document_set_zoom),
11511         (ps_document_load), (ps_document_get_n_pages),
11512         (ps_document_set_page), (ps_document_get_page),
11513         (ps_document_widget_event), (ps_document_set_target),
11514         (ps_document_set_scale), (ps_document_set_page_offset),
11515         (ps_document_get_page_size), (ps_document_render),
11516         (ps_document_document_iface_init):
11517         * ps/ps-document.h:
11518         * ps/ps.c:
11519         * shell/ev-window.c: (ev_window_open):
11520
11521         Rename GtkGS to PSDocument
11522
11523 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
11524
11525         * ps/gtkgs.c: (gtk_gs_class_init):
11526         * ps/gtkgs.h:
11527
11528         Some more leftover...
11529
11530 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
11531
11532         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_get_orientation),
11533         (output), (stop_interpreter), (gtk_gs_emit_error_msg),
11534         (gtk_gs_zoom_to_fit), (gtk_gs_set_zoom):
11535         * ps/gtkgs.h:
11536
11537         Remove unused code and make a lot of stuff private
11538
11539 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
11540
11541         * ps/gsdefaults.c: (gtk_gs_defaults_gconf_client),
11542         (gtk_gs_defaults_changed):
11543         * ps/gsdefaults.h:
11544         * ps/gtkgs.c:
11545         * ps/gtkgs.h:
11546         * ps/ps.h:
11547
11548         Cleanup headers dependencies
11549
11550 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
11551
11552         * ps/Makefile.am:
11553         * ps/ggvutils.c:
11554         * ps/ggvutils.h:
11555         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
11556         * ps/gsdefaults.h:
11557         * ps/gtkgs.c: (file_length), (file_readable),
11558         (check_filecompressed), (check_pdf), (gtk_gs_load),
11559         (gtk_gs_get_postscript):
11560
11561         Get rid of ggvutils
11562
11563 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
11564
11565         * ps/ggvutils.c:
11566         * ps/ggvutils.h:
11567         * ps/gsio.h:
11568         * ps/gtkgs.c: (gtk_gs_set_zoom):
11569
11570         Cleanups
11571
11572 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
11573
11574         * ps/gtkgs.c: (gtk_gs_set_zoom), (gtk_gs_set_zoom_mode):
11575
11576         Ensure the page is rerendered when changing zoom
11577
11578 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
11579
11580         * backend/ev-document.c: (ev_document_base_init),
11581         (ev_document_changed):
11582         * backend/ev-document.h:
11583
11584         Add a changed event that is emitted when the page content
11585         changes. This is necessary to deal with the fact that
11586         in ps backend rendering happen asycrounously.
11587         This makes the ps backend mostly work.
11588
11589         * pdf/xpdf/pdf-document.cc:
11590
11591         Emit changed event
11592
11593         * ps/gtkgs.c: (set_up_page), (gtk_gs_widget_event),
11594         (ps_document_set_target):
11595
11596         Emit changed event
11597
11598         * shell/ev-view.c: (document_changed_callback),
11599         (ev_view_set_document), (ev_view_set_page):
11600
11601         Redraw on the changed signal
11602
11603 2004-12-25  Raphael Higino  <raphaelh@cvs.gnome.org>
11604
11605         * configure.ac: Added pt_BR to ALL_LINGUAS.
11606
11607 Fri Dec 24 00:48:44 2004  Jonathan Blandford  <jrb@redhat.com>
11608
11609         * backend/ev-document-bookmarks.c:
11610         (ev_document_bookmarks_get_child): *
11611         backend/ev-document-bookmarks.h: * pdf/xpdf/Makefile.am: *
11612         pdf/xpdf/pdf-document.cc: * pdf/xpdf/pdf-document.h: *
11613         shell/Makefile.am: * shell/ev-sidebar-bookmarks.c:
11614         (ev_sidebar_bookmarks_destroy),
11615         (ev_sidebar_bookmarks_class_init),
11616         (ev_sidebar_bookmarks_construct), (stack_data_free),
11617         (do_one_iteration), (populate_bookmarks_idle),
11618         (ev_sidebar_bookmarks_clear_document),
11619         (ev_sidebar_bookmarks_set_document): *
11620         shell/ev-sidebar-bookmarks.h: * shell/ev-sidebar.c:
11621         (ev_sidebar_add_page),
11622         (ev_sidebar_set_document): * shell/ev-window.c: (ev_window_open):
11623         Initial stab at a bookmarks sidebar.  It doesn't navigate yet, but
11624         it displays both the topics and the page numbers.
11625
11626 2004-12-23  Kristian Høgsberg  <krh@redhat.com>
11627
11628         * shell/ev-window.c (ev_window_view_sidebar_cb): Hook up sidebar
11629         toggle.
11630         * shell/ev-window.c (toggle_entries): Set sidebar default value to
11631         visible.
11632
11633 2004-12-23  Adam Weinberger  <adamw@gnome.org>
11634
11635         * configure.ac: Added en_CA to ALL_LINGUAS.
11636
11637 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
11638
11639         * ChangeLog: replace bottom of this ChangeLog (merged history of
11640         ggv and gpdf; where all paths were wrong and most of the files are
11641         not even in this tree) with ChangeLog (from arch) of the shell
11642         code.
11643
11644 2004-12-23  Havoc Pennington  <hp@redhat.com>
11645
11646         * shell/ev-window.c: hook up potentially-questionable "find
11647         results status text" feature - something involving the sidebar or
11648         scrollbar or a continuous all-pages-on-giant-roll-of-paper-view
11649         might be better in the end.
11650
11651         * shell/ev-view.c (ev_view_get_find_status_message): new function, 
11652         with corresponding signal when it should be updated
11653
11654         * shell/eggfindbar.c (egg_find_bar_set_status_text): new function
11655
11656 2004-12-22  Havoc Pennington  <hp@redhat.com>
11657
11658         * pdf/xpdf/pdf-document.cc (pdf_document_find_begin): make search
11659         find stuff on other pages, sort of (only returns one result on
11660         invisible pages, to show they have results; updates full results
11661         for a page when you view it). Currently repaints the current page
11662         every time a new result is found on any page, which isn't so nice.
11663
11664 2004-12-22  Havoc Pennington  <hp@redhat.com>
11665
11666         * shell/ev-window.c (ev_window_cmd_edit_find): display an error if
11667         the document doesn't support find (better ideas?)
11668         (find_bar_search_changed_cb): handle missing document or document
11669         that doesn't support find
11670
11671         * pdf/xpdf/pdf-document.cc: port to implement the new
11672         EvDocumentFindIface
11673
11674         * backend/ev-document-find.c: create a new interface for searching
11675
11676         * backend/ev-document.h, backend/ev-document.c: delete the find stuff
11677
11678 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
11679
11680         * pdf/xpdf/Makefile.am (libpdfdocument_la_LIBADD): add
11681         libevbackend.la.
11682
11683         * shell/ev-window.c (ev_window_print): add GnomePrintJob to
11684         EvPrintJob constructor arguments.
11685
11686         * backend/ev-ps-exporter.c, backend/ev-ps-exporter.h: interface
11687         for documents that can export PostScript (page by page).
11688
11689         * backend/Makefile.am (libevbackend_la_SOURCES): add them.
11690         
11691         * pdf/xpdf/pdf-document.cc (pdf_document_ps_export_begin)
11692         (pdf_document_ps_export_do_page, pdf_document_ps_export_end)
11693         (pdf_document_ps_exporter_iface_init:
11694         Implement EvPSExporter.
11695
11696         * pdf/xpdf/Makefile.am (libxpdf_la_SOURCES): build PSOutputDev.
11697
11698 2004-12-22  Anders Carlsson  <andersca@gnome.org>
11699
11700         * backend/Makefile.am:
11701         * backend/ev-document-thumbnails.c:
11702         (ev_document_thumbnails_get_type),
11703         (ev_document_thumbnails_get_thumbnail):
11704         * backend/ev-document-thumbnails.h:
11705         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
11706         (pixbuf_document_thumbnails_get_thumbnail),
11707         (pixbuf_document_document_thumbnails_iface_init):
11708         * shell/Makefile.am:
11709         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_destroy),
11710         (ev_sidebar_thumbnails_class_init), (ev_sidebar_thumbnails_init),
11711         (populate_thumbnails), (ev_sidebar_thumbnails_set_document):
11712         * shell/ev-sidebar-thumbnails.h:
11713         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
11714         (ev_sidebar_set_document):
11715         * shell/ev-utils.c: (gaussian), (create_blur_filter),
11716         (create_shadow), (ev_pixbuf_add_shadow):
11717         * shell/ev-utils.h:
11718         Add thumbnail support.
11719         
11720 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
11721
11722         * shell/ev-window.c (ev_window_cmd_file_print, ev_window_print)
11723         (using_postscript_printer): Set up a print dialog for "PostScript
11724         injection" method.
11725
11726         * shell/ev-print-job.h, shell/ev-print-job.c: stub classes for
11727         EvPrintJob.
11728
11729         * shell/Makefile.am (evince_SOURCES): add ev-print-job.[ch]
11730
11731 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
11732
11733         * ps/gtkgs.c: (gtk_gs_init), (set_up_page),
11734         (ps_document_set_target), (ps_document_get_page_size),
11735         (ps_document_render):
11736         * ps/gtkgs.h:
11737
11738         Fix a few bugs
11739
11740 2004-12-22  Christian Rose  <menthos@menthos.com>
11741
11742         * configure.ac: Added "sv" to ALL_LINGUAS.
11743
11744 Wed Dec 22 14:47:38 2004  Jonathan Blandford  <jrb@redhat.com>
11745
11746         * backend/ev-document-bookmarks.[ch]: new interface to indicate
11747         document supports bookmarks.
11748
11749 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
11750
11751         * ps/ggvutils.c: (ggv_file_readable):
11752         * ps/ggvutils.h:
11753         * ps/gtkgs.c: (check_filecompressed), (check_pdf),
11754         (gtk_gs_get_postscript):
11755
11756         Remove unused utils
11757
11758 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
11759
11760         * ps/gtkgs.c: (gtk_gs_init), (gtk_gs_class_init), (gtk_gs_cleanup),
11761         (gtk_gs_finalize), (gtk_gs_set_center), (set_up_page), (output),
11762         (start_interpreter), (compute_size), (gtk_gs_enable_interpreter),
11763         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_reload),
11764         (gtk_gs_emit_error_msg), (gtk_gs_disable_interpreter),
11765         (gtk_gs_load), (gtk_gs_goto_page), (gtk_gs_set_page_size),
11766         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
11767         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
11768         (gtk_gs_set_antialiasing), (ps_document_load),
11769         (ps_document_render):
11770         * ps/gtkgs.h:
11771
11772         Another check point for the ps backend. Now I can get it to show
11773         pages!
11774
11775 Wed Dec 22 13:41:01 2004  Jonathan Blandford  <jrb@redhat.com>
11776
11777         * shell/ev-sidebar.c (ev_sidebar_set_document): initial sidebar
11778         document setting code.
11779
11780 2004-12-22  Anders Carlsson  <andersca@gnome.org>
11781
11782         * shell/eggfindbar.c: (entry_activate_callback):
11783         Animate the next button when activate is pressed.
11784         
11785 2004-12-22  Anders Carlsson  <andersca@gnome.org>
11786
11787         * shell/ev-window.c: (ev_window_cmd_edit_find),
11788         (update_fullscreen_popup), (ev_window_fullscreen),
11789         (ev_window_unfullscreen), (ev_window_state_event_cb),
11790         (ev_window_focus_out_cb), (find_bar_close_cb), (ev_window_init):
11791         Fix bugs in fullscreen code.
11792         
11793 2004-12-22  Anders Carlsson  <andersca@gnome.org>
11794
11795         * Makefile.am:
11796         * configure.ac:
11797         * pixbuf/Makefile.am:
11798         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
11799         (pixbuf_document_load), (pixbuf_document_get_n_pages),
11800         (pixbuf_document_set_page), (pixbuf_document_get_page),
11801         (pixbuf_document_set_target), (pixbuf_document_set_scale),
11802         (pixbuf_document_set_page_offset), (pixbuf_document_get_page_size),
11803         (pixbuf_document_render), (pixbuf_document_begin_find),
11804         (pixbuf_document_end_find), (pixbuf_document_finalize),
11805         (pixbuf_document_class_init),
11806         (pixbuf_document_document_iface_init), (pixbuf_document_init):
11807         * pixbuf/pixbuf-document.h:
11808         * shell/Makefile.am:
11809         * shell/ev-application.c: (ev_application_open):
11810         * shell/ev-window.c: (mime_type_supported_by_gdk_pixbuf),
11811         (ev_window_open):
11812         Add pixbuf backend.
11813         
11814 Tue Dec 21 21:45:43 2004  Soeren Sandmann  <sandmann@redhat.com>
11815
11816         * Makefile.am: 
11817         * dvi/dvilib/Makefile.am:
11818         * dvi/Makefile.am:
11819         * configure.ac: Auto*ify dvi and dvi/dvilib
11820
11821         * dvi/Makefile: Remove from CVS
11822         
11823         * dvi/dvilib/dl-pkfont.cc (unpack_bitmap): Fix uchar/uint
11824         confusion.
11825
11826         * dvi/dvilib/dl-fontdefinition.{cc,hh}: New DviFontMap class
11827         
11828         * dvi/dvilib/dl-vffont.{cc,hh}: Many bugfixes to VF code.
11829         
11830 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
11831
11832         * ps/Makefile.am:
11833         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_finalize),
11834         (gtk_gs_value_adjustment_changed), (compute_size),
11835         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_new_from_file),
11836         (gtk_gs_center_page), (gtk_gs_load), (gtk_gs_set_page_size),
11837         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
11838         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
11839         (gtk_gs_start_scroll), (gtk_gs_get_postscript),
11840         (gtk_gs_set_adjustments), (gtk_gs_set_available_size),
11841         (ps_document_load), (ps_document_get_n_pages),
11842         (ps_document_set_page), (ps_document_get_page),
11843         (ps_document_set_target), (ps_document_set_scale),
11844         (ps_document_set_page_offset), (ps_document_get_page_size),
11845         (ps_document_render), (ps_document_begin_find),
11846         (ps_document_end_find), (ps_document_document_iface_init):
11847         * ps/gtkgs.h:
11848         * shell/Makefile.am:
11849         * shell/ev-window.c: (ev_window_open):
11850
11851         Some work to integrate gtkgs with EvDocument
11852
11853 2004-12-22  Anders Carlsson  <andersca@gnome.org>
11854
11855         * shell/ev-window.c: (update_fullscreen_popup),
11856         (screen_size_changed_cb), (destroy_exit_fullscreen_popup),
11857         (exit_fullscreen_button_clicked_cb),
11858         (fullscreen_popup_size_request_cb), (ev_window_fullscreen),
11859         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
11860         (ev_window_state_event_cb), (ev_window_init):
11861         Add fullscreen support from Epiphany.
11862         
11863 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
11864
11865         * data/ev-stock-zoom-fit-width.png: fit-width
11866         stock icon from gpdf.
11867         
11868         * shell/ev-stock-icons.[ch]: copied from gpdf.
11869         
11870         * shell/main.c: (main): init stock icons.
11871         
11872         * shell/ev-window.c: use the fit-width icon.
11873         
11874         * data/evince-ui.xml: add zooming toolbar items.
11875
11876 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
11877
11878         * shell/ev-view.c: 
11879         (ev_view_best_fit), (ev_view_fit_width): because
11880         get_page_size() returns the scaled page size, we
11881         need to calculate the scale factor relative to
11882         the previous scale factor. Should really just
11883         add get_real_page_size().
11884
11885 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
11886
11887         * shell/ev-view.[ch]:
11888         (ev_view_zoom), (ev_view_zoom_in), (ev_view_zoom_out),
11889         (ev_view_normal_size), (ev_view_best_fit), (ev_view_fit_width):
11890         add zooming.
11891         
11892         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
11893         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_normal_size),
11894         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width):
11895         hook it up.
11896         
11897         * pdf/xpdf/pdf-document.cc:
11898         (pdf_document_begin_find),
11899         (pdf_document_end_find): make static.
11900
11901 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
11902
11903         * pdf/xpdf/GlobalParams.h (setupBaseFontsFc): add prototype.
11904
11905         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): maps base font
11906         names to fontconfig patterns.
11907         (setupBaseFontsFc): setupBaseFonts reimplemented using fontconfig.
11908
11909         * pdf/xpdf/pdf-document.cc (pdf_document_load): use
11910         setupBaseFontsFc.
11911
11912 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
11913
11914         * Makefile.am:
11915         * configure.ac:
11916         * ps/Makefile.am:
11917         * ps/ggvutils.c:
11918         * ps/ggvutils.h:
11919         * ps/gsdefaults.c:
11920         * ps/gsdefaults.h:
11921         * ps/gsio.c:
11922         * ps/gsio.h:
11923         * ps/gtkgs.c:
11924         * ps/gtkgs.h:
11925         * ps/ps.c:
11926         * ps/ps.h:
11927
11928         Import ggv backend. Not hooked up yet.
11929
11930 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
11931
11932         * shell/main.c: (load_files), (main): load files
11933         from the command line.
11934
11935 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
11936
11937         * configure.ac: don't require bonobo.
11938         
11939         * cut-n-paste/recent-files/*: kill bonobo recent
11940         view.
11941
11942         * shell/ev-window.c:
11943         (ev_window_is_empty): upd.
11944         (unable_to_load), (ev_window_open): load backend
11945         based on the mime type.
11946
11947 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
11948
11949         * backend/.cvsignore: ignore generated marshalers source.
11950
11951         * shell/main.c (main): this is not epiphany.
11952
11953 2004-12-22  Havoc Pennington  <hp@redhat.com>
11954
11955         * shell/ev-view.c (ev_view_set_document): connect to "found" signal
11956         (expose_bin_window): draw find highlights
11957
11958         * shell/ev-window.c (find_bar_search_changed_cb): implement 
11959         
11960         * pdf/xpdf/pdf-document.cc (pdf_document_begin_find) 
11961         (pdf_document_end_find): implement this interface
11962
11963         * backend/ev-document.c (ev_document_found): add this to emit
11964         signal
11965
11966 Tue Dec 21 23:57:37 2004  Owen Taylor  <otaylor@redhat.com>
11967
11968         * data/evince-ui.xml: Add a few more toolbar items.
11969
11970         * shell/ev-window.c: Hook up page navigation toolbar 
11971         items.
11972
11973         * shell/ev-view.[ch]: add ev_view_set/get_page and 
11974         a page-changed signal.
11975
11976         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc::
11977         Add ev_document_get_page().
11978
11979         * shell/ev-window.c: Sensitize/desensitize navigation
11980         actions.
11981
11982 2004-12-21  Havoc Pennington  <hp@redhat.com>
11983
11984         * backend/ev-backend-marshal.c,
11985         backend/ev-backend-marshalers.list, backend/Makefile.am: add
11986         marshaler-generator thingy. I'm sure there's a better way to do
11987         this in the modern world.
11988
11989         * backend/ev-document.h (struct _EvDocumentIface): add begin_find,
11990         end_find methods and "found" signal.
11991
11992         * configure.ac: find glib-genmarshal
11993
11994 Tue Dec 21 23:20:35 2004  Jonathan Blandford  <jrb@redhat.com>
11995
11996         * shell/ev-sidebar.c: Construct an actual sidebar.
11997         * shell/ev-sidebar-bookmarks.[ch]:
11998         * shell/ev-sidebar-thumbnails.[ch]: Stub out sidebars.
11999
12000 Tue Dec 21 23:05:51 2004  Owen Taylor  <otaylor@redhat.com>
12001
12002         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc:
12003         Redo size handling.
12004         
12005         * shell/ev-view.c: Track the size from the document.
12006
12007 Tue Dec 21 22:17:04 2004  Owen Taylor  <otaylor@redhat.com>
12008
12009         * pdf/xpdf/pdf-document.cc (pdf_document_load): PDFDoc
12010         constructor assumes ownership of the string passed in.
12011         
12012         * shell/ev-window.c (ev_window_open): Destroy the error
12013         dialog once we've displayed it.
12014
12015 Tue Dec 21 21:58:56 2004  Owen Taylor  <otaylor@redhat.com>
12016
12017         * pdf/xpdf/pdf-document.cc shell/ev-view.c: Hook things up 
12018         a bit, it works! (sort of)
12019
12020         * pdf/xpdf/Makefile.am pdf/xpdf/pdf-document.cc:
12021         Move to .cc since we need to use C++ in the implementation.
12022
12023         * shell/dummy.cc: Add a CC file to force evince
12024         to be linked as a C++ program.
12025
12026 Tue Dec 21 21:07:55 2004  Owen Taylor  <otaylor@redhat.com>
12027
12028         * shell/ev-view.[ch]: Start of content-area widget.
12029
12030         * shell/ev-window.c: Create a EvView, update it
12031         as we change documents.
12032
12033         * shell/Makefile.am shell/ev-marshal.list: Add
12034         generated marshalers.
12035
12036 Tue Dec 21 20:28:11 2004  Jonathan Blandford  <jrb@redhat.com>
12037
12038         * Makefile.am (SUBDIRS): move shell.
12039
12040 Tue Dec 21 19:28:55 2004  Owen Taylor  <otaylor@redhat.com>
12041
12042         * pdf/{goo,fofi,splash,xpdf}/Makefile.am: Switch from
12043         .a to libtool convenience libraries.
12044
12045         * shell/ev-window.c (ev_window_open): Hard code loading
12046         a PDF document.
12047         
12048         * backend/ev-document.h: Add a boolean return to load(),
12049         fix GError * to GError **.
12050
12051         * pdf/xpdf/pdf-document.[ch] Makefile.am: Add a stub
12052         object for a PDF backend EvDocument.
12053
12054 Tue Dec 21 18:55:06 2004  Søren Sandmann  <sandmann@redhat.com>
12055
12056         * dvi/*: New directory with the beginning of a .dvi backend.
12057
12058 2004-12-21  Havoc Pennington  <hp@redhat.com>
12059
12060         * shell/eggfindbar.c (egg_find_bar_init): change buttons to
12061         previous/next instead of back/forward
12062
12063 Tue Dec 21 18:26:24 2004  Owen Taylor  <otaylor@redhat.com>
12064
12065         * backend/ev-document.[ch]: Fix a couple of problems so
12066         it compile.
12067
12068 Tue Dec 21 18:20:40 2004  Owen Taylor  <otaylor@redhat.com>
12069
12070         * viewer/* backend/* configure.ac Makefile.am: Move viewer directory 
12071         to backend/ directory, rename EvViewer to EvDocument.
12072
12073 2004-12-21  Havoc Pennington  <hp@redhat.com>
12074
12075         * shell/ev-window.c: hook up the find bar widget; now we just need
12076         a document to find things in
12077
12078         * shell/eggfindbar.c: a find bar widget
12079
12080 Tue Dec 21 17:20:16 2004  Jonathan Blandford  <jrb@redhat.com>
12081
12082         * shell/ev-sidebar.[ch]: initial sidebar boilerplate.
12083
12084 Tue Dec 21 16:30:58 2004  Owen Taylor  <otaylor@redhat.com>
12085
12086         * pdf/**: Import of xpdf code from gpdf. 
12087
12088         * pdf/xpdf/xpdfconfig.h: Move the non-config.h config.h to xpdfconfig.h
12089
12090         * pdf/splash/SplashFTFont.{cc,h} pdf/splash/SplashFTFont.h
12091         pdf/splash/SplashFTFontEngine.h pdf/splash/SplashFTFontFile.h: 
12092         Fix FreeType includes.
12093
12094         * pdf/xpdf/{Error.h GnomeVFSStream.cc ImageOutputDev.cc PDFDoc.cc\
12095         pdffonts.cc pdfimages.cc pdfinfo.cc pdftoppm.cc pdftops.cc
12096         pdftotext.cc PSOutputDev.cc PSOutputDev.h SplashOutputDev.h
12097         Stream.cc TextOutputDev.cc XPDFApp.cc xpdf.cc XPDFViewer.cc
12098         pdf/xpdf/Error.h PSOutputDev.h SplashOutputDev.h}:
12099         Include xpdfconfig.h
12100         
12101 Tue Dec 21 16:08:17 2004  Jonathan Blandford  <jrb@redhat.com>
12102
12103         * shell/ev-window.c (ev_window_dispose): dispose can be called
12104         multiple times.
12105
12106 2004-12-21  Havoc Pennington  <hp@redhat.com>
12107
12108         * shell/ev-window.c (ev_window_init): set title to Document Viewer
12109         rather than Evince
12110
12111         * data/evince-ui.xml, shell/ev-window.c: add a bunch of stub menu
12112         items; really they should be synced with the strings, etc. from
12113         current gpdf, but just getting the boring typing out of the way 
12114
12115 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
12116
12117         * po/POTFILES.in:
12118         * shell/ev-application.c: (window_destroy_cb):
12119         * shell/ev-window.c:
12120         * shell/main.c: (main):
12121
12122         Actually show the window...
12123
12124 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
12125
12126         * Makefile.am:
12127         * shell/Makefile.am:
12128         * shell/ev-application.c: (ev_application_class_init):
12129         * shell/ev-window.c: (ev_window_dispose), (ev_window_class_init):
12130
12131         Make it build again
12132
12133 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
12134
12135         Import to gnome cvs.
12136         
12137         * Remove copies of gpdf and ggv trees.
12138         * Rip out all the recursive configure code.
12139         * Remove bonobo machinery.
12140         * viewer/*: GInterfaces that backends should/can implement.
12141
12142 2004-11-09  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12143
12144         * shell/ev-window.c (ev_window_cmd_help_about): fix "documentors"
12145         typo
12146
12147 2004-10-28  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12148
12149         * shell/ev-application.c (EV_APPLICATION_GET_PRIVATE)
12150         (ev_application_finalize, ev_application_class_init)
12151         (ev_application_init): use GType instance private data for priv.
12152
12153         * shell/ev-window.c (EV_WINDOW_GET_PRIVATE)
12154         (ev_window_finalize, ev_window_class_init)
12155         (ev_window_init): ditto.
12156
12157 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12158
12159         * shell/ev-application.c (ev_application_new_window): make public
12160         (ev_application_show_initial_window): kill.
12161
12162         * shell/ev-application.h: update prototypes.
12163
12164         * shell/main.cc (main): inline ev_application_show_initial_window.
12165
12166 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12167
12168         * shell/ev-application.c (ev_application_new_window): impl.
12169         (ev_application_show_initial_window): use it.
12170         (is_window_empty, ev_application_get_empty_window): returns an
12171         existing empty window or a new one.
12172         (ev_application_open): from ev_window_cmd_file_open.
12173
12174         * shell/ev-application.h: update prototypes
12175
12176         * shell/ev-window.c (ev_window_is_empty): impl.
12177         (ev_window_open): make public.
12178         (ev_window_cmd_file_open): use ev_application_open
12179
12180         * shell/ev-window.h: update prototypes, remove unused.
12181
12182 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12183
12184         * shell/ev-window.c (ev_window_destroy, ev_window_class_init):
12185         move destroy handler out of here...
12186
12187         * shell/ev-application.c, shell/ev-application.h: ...into this new
12188         class. Also handles initial window creation.
12189
12190         * shell/main.cc (main): use EvApplication to create initial
12191         window.
12192
12193 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12194
12195         * Makefile.am (SUBDIRS): add cut-n-paste
12196
12197         * cut-n-paste/Makefile.am: add
12198
12199         * configure.ac: generate Makefiles in cut-n-paste
12200
12201 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12202
12203         * shell/ev-window.c (ev_window_dispose): new, unref the ui_manager
12204         (ev_window_class_init): install ev_window_dispose.
12205
12206 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12207
12208         * shell/ev-window.h, shell/ev-window.c: replace gchar with
12209         char (gchar looks stupid).
12210
12211 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12212
12213         * po/de.po: updated German translation.
12214
12215 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12216
12217         * configure.ac: add more pkg-config library checks for gnome-vfs,
12218         bonobo etc.
12219
12220         * gpdf/configure.in: temporarily disable libpaper
12221         checks. Otherwise I'd have to add the checks for the shell, too.
12222
12223 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12224
12225         * shell/ev-window.c (ev_window_cmd_file_open): add ps+pdf, ps, pdf
12226         and * file filters to the file choose.
12227
12228 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12229
12230         * po/de.po: Updated German translation.
12231
12232 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12233
12234         * shell/ev-window.c: use "S" as mnemonic for Statusbar.
12235
12236 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12237
12238         * data/evince-ui.xml: add View->Toolbar and View->Statusbar.
12239
12240         * shell/ev-window.c (menu_item_select_cb, menu_item_select_cb)
12241         (ev_window_init): implement those menuitems.
12242
12243 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12244
12245         * data/evince-ui.xml: add a toolbar (with FileOpen action)
12246
12247         * shell/ev-window.c (ev_window_init): use the toolbar.
12248
12249 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12250
12251         * shell/ev-window.c (ev_window_init): use menu translations
12252
12253 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12254
12255         * configure.ac: add "de" to ALL_LINGUAS.
12256
12257         * po/de.po: add German translation.
12258
12259 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12260
12261         * Makefile.am (SUBDIRS): add po
12262
12263         * configure.ac: check intltool, glib-gettext etc, generate
12264         po/Makefile.in
12265
12266         * po, po/POTFILES.in, po/POTFILES.skip: new.
12267
12268 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12269
12270         * shell/Makefile.am (INCLUDES): define GNOMELOCALEDIR which we
12271         already use (#ifdef ENABLE_NLS)
12272
12273         * shell/ev-window.c (ev_window_cmd_help_about): fix two star
12274         pointer indirection thinko.
12275
12276         * shell/main.c: include gi18n.h for bindtextdomain etc.
12277
12278 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12279
12280         * shell/ev-window.c (menu_item_select_cb, menu_item_deselect_cb)
12281         (connect_proxy_cb, disconnect_proxy_cb, ev_window_init): show
12282         tooltips for menu items in the statusbar.
12283
12284 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12285
12286         * configure.ac, data/Makefile.am, shell/Makefile.am: use
12287         pkgdatadir drop UIDIR
12288
12289 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12290
12291         * data/evince-ui.xml: Add File->Open menu item
12292
12293         * shell/ev-window.c (ev_window_cmd_file_open): impl. (shows a file
12294         chooser), hook it up in the ui manager.
12295
12296 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12297
12298         * shell/ev-window.c: fix Help->About tooltip.
12299
12300 2004-10-23 Martin Kretzschmar  <m_kretzschmar@gmx.net>
12301
12302         * configure.ac: set CFLAGS for libevprivate.
12303
12304         * lib/ev-stock-icons.h, lib/ev-stock-icons.c: stock icon
12305         definitions, factory etc.
12306
12307         * lib/Makefile.am: build libevprivate.a (only stock icon code).
12308
12309         * shell/Makefile.am: link against libevprivate.a.
12310
12311         * shell/ev-window.c (entries): add stock icon to Help->About.
12312
12313         * shell/main.c (main): init stock icon code.
12314
12315 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12316
12317         * lib/recent-files: egg recent files code
12318
12319         * lib/Makefile.am: add.
12320
12321         * Makefile.am: add lib subdir.
12322
12323         * configure.ac: gen. lib/Makefile and lib/recent-files/Makefile,
12324         set CFLAGS for recent-files.
12325
12326 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12327
12328         * configure.ac: disable -ansi and -pedantic gcc flags. They
12329         disable POSIX stuff in stdio.h, but egg-recent uses them.
12330
12331 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net> 
12332
12333         * configure.ac: add --disable-deprecated flag (defaults to on in
12334         "cvs" builds).
12335
12336         * shell/Makefile.am (INCLUDES): use it.
12337
12338 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12339
12340         * shell/main.c: add missing #include.
12341
12342         * shell/ev-window.c: fix for pedantic gcc.
12343         (ev_window_cmd_help_about): split license into paragraphs for
12344         translators and pedantic compilers.
12345
12346 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12347
12348         * configure.ac: add more warning flags if compiling with gcc from
12349         cvs (or explicitly requested with --enable-more-warnings).
12350
12351 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12352
12353         * data/evince-ui.xml: add File and File->Close menu.
12354
12355         * shell/ev-window.c (ev_window_cmd_file_close_window): impl.
12356         (ev_window_destroy): quit after destroy.
12357         (ev_window_class_init): override GtkObject::destroy.
12358         (entries): install close_window callback.
12359
12360 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12361
12362         * Makefile.am (SUBDIRS): add data subdir.
12363
12364         * configure.ac (UIDIR): gen data/Makefile, define UIDIR.  Require
12365         gtk+ 2.5.0 for GtkAboutDialog.
12366
12367         * data/Makefile.am, data/evince-ui.xml: add, ui definition for the
12368         main window.
12369
12370         * shell/Makefile.am (INCLUDES): propagate UIDIR definition.
12371
12372         * shell/ev-window.c (ev_window_init): create a menubar, using a ui
12373         manager.
12374         (ev_window_cmd_help_about): about command, using GtkAboutDialog.
12375
12376 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12377
12378         * shell/ev-window.c, shell/ev-window.h: Created an EvWindow class.
12379
12380 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12381
12382         * shell/main.c: make it a trivial gtk+ program, adjust configure.ac
12383
12384 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12385
12386         * shell/*: Added shell directory boilerplate, build it.
12387
12388 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12389
12390         * configure.ac, Makefile.am: Added top-level configure.ac and
12391         Makefile.am