]> www.fi.muni.cz Git - evince.git/blob - ChangeLog
Restart the search when reloading a document with the find bar visible.
[evince.git] / ChangeLog
1 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2
3         * shell/ev-window.c: (ev_window_load_job_cb):
4
5         Restart the search when reloading a document with the find bar
6         visible. Fixes bug #461962.
7         
8 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
9
10         * shell/ev-window.c: (setup_document_from_metadata),
11         (ev_window_load_job_cb), (ev_window_cmd_view_reload):
12
13         Do not jump to the first page when reloading a document from the
14         last page.
15         
16 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
17
18         * shell/ev-window.c: (update_chrome_flag),
19         (setup_sidebar_from_metadata),
20         (ev_window_cmd_focus_page_selector), (ev_window_cmd_edit_find),
21         (ev_window_cmd_edit_find_next),
22         (ev_window_cmd_edit_find_previous), (ev_window_cmd_escape),
23         (ev_window_view_toolbar_cb), (ev_window_view_sidebar_cb),
24         (find_bar_close_cb), (view_actions_focus_in_cb):
25
26         Do not update visibility when changing a chrome flag so that it's
27         possible to update several flags and update visibility only once
28         for all of them.
29         
30 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
31
32         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
33
34         Use GTK_UNIT_POINTS instead of GTK_UNIT_PIXEL, since it's not
35         supported by gtk+. Fixes bug #460907.
36         
37 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
38
39         * shell/ev-view.c: (view_update_range_and_current_page):
40
41         Make sure current-page <= end-page in continuous mode. Fixes bug
42         #454950.
43         
44 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
45
46         * backend/pdf/ev-poppler.cc: (build_tree):
47
48         Ignore outline items without a title. Fixes bug #453913.
49         
50 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
51
52         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
53         (ev_view_button_release_event), (ev_view_leave_notify_event):
54
55         Use always drag mouse cursor during a drag operation. Fixes bug
56         #470564.
57         
58 2007-09-02  Carlos Garcia Campos  <carlosgc@gnome.org>
59
60         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
61         (pdf_selection_get_selection_region),
62         (pdf_selection_get_selection_map):
63
64         Temporarily disable double and triple selections since it depends on
65         poppler cvs head. It'll be enabled again as soon as poppler 0.6 is
66         released and the update of the external dependency minimal version
67         approved.
68         
69 2007-09-01  Carlos Garcia Campos  <carlosgc@gnome.org>
70
71         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
72         (pdf_document_file_exporter_do_page):
73         * libdocument/ev-file-exporter.h:
74         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
75         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
76
77         Actually fix printing regressions. Remove orientation from
78         EvPrintContext since it's redundant.
79         
80 2007-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
81
82         * backend/dvi/dvi-document.c: (dvi_document_document_iface_init):
83         * backend/impress/impress-document.c:
84         (impress_document_document_iface_init):
85         * backend/ps/ps-document.c: (ps_document_document_iface_init):
86         * backend/djvu/djvu-document.c:
87         (djvu_document_document_iface_init),
88         (djvu_selection_get_selected_text), (djvu_selection_iface_init):
89         * backend/tiff/tiff-document.c:
90         (tiff_document_document_iface_init):
91         * backend/pixbuf/pixbuf-document.c:
92         (pixbuf_document_document_iface_init):
93         * backend/comics/comics-document.c:
94         (comics_document_document_iface_init):
95         * backend/pdf/ev-poppler.cc: (pdf_document_document_iface_init),
96         (pdf_selection_render_selection),
97         (pdf_selection_get_selected_text),
98         (pdf_selection_get_selection_region),
99         (pdf_selection_get_selection_map), (pdf_selection_iface_init):
100         * libdocument/ev-selection.[ch]: (ev_selection_get_selected_text),
101         (ev_selection_get_selection_region),
102         (ev_selection_get_selection_map):
103         * libdocument/ev-document.[ch]:
104         * shell/ev-pixbuf-cache.[ch]: (add_job),
105         (ev_pixbuf_cache_get_selection_surface), (update_job_selection):
106         * shell/ev-view-private.h:
107         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_new),
108         (ev_job_render_run):
109         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
110         * shell/ev-view.c: (start_selection_for_event),
111         (ev_view_button_press_event), (ev_view_drag_data_get),
112         (ev_view_drag_data_received), (ev_view_button_release_event),
113         (compute_new_selection_text), (compute_selections),
114         (ev_view_select_all), (get_selected_text), (ev_view_copy),
115         (ev_view_primary_get_cb):
116
117         Add support for double and triple click selections.
118         
119 2007-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
120
121         * NEWS:
122         * configure.ac:
123
124         Update for release 2.19.4
125
126 2007-08-28  Justin Blanchard  <justinb04@aim.com>
127
128         * shell/ev-view-private.h:
129         * shell/ev-view.c: (ev_view_expose_event), (ev_view_init),
130         (ev_view_set_highlight_search):
131         * shell/ev-view.h:
132         * shell/ev-window.c: (ev_window_cmd_edit_find_next),
133         (ev_window_cmd_edit_find_previous), (find_bar_search_changed_cb),
134         (find_bar_visibility_changed_cb):
135         
136         Enables 'find next' when bindbar is hidden. Fixes bug #323817.
137
138 2007-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
139
140         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
141         (pdf_document_file_exporter_begin),
142         (pdf_document_file_exporter_do_page):
143         * shell/ev-jobs.c: (ev_job_print_run):
144         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
145
146         Create always a portrait cairo surface and rotate when needed for
147         landscape. It fixes printing problems in real printers.
148
149 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
150
151         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
152         * libdocument/ev-file-exporter.[ch]:
153         (ev_file_exporter_get_capabilities):
154         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
155         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
156
157         Adjust number of pages per row according to page orientation when
158         printing 2 or 6 pages per sheet.
159
160 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
161
162         * shell/ev-window.c: (ev_window_print_send):
163
164         Reset also cups setting to 1 when printing multiple pages per
165         sheet. Fixes bug #468853.
166
167 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
168
169         * libdocument/ev-document-misc.c:
170         (ev_document_misc_surface_rotate_and_scale):
171
172         Use directly cairo_surface_get_content() when creating a similar
173         surface as suggested by Jeff Muizelaar. Thanks again.
174
175 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
176
177         * backend/djvu/djvu-document.c: (djvu_document_render):
178         * backend/tiff/tiff-document.c: (tiff_document_render):
179         * backend/pdf/ev-poppler.cc: (pdf_document_render):
180         * libdocument/ev-document-misc.c:
181         (ev_document_misc_surface_from_pixbuf),
182         (ev_document_misc_surface_rotate_and_scale):
183
184         Use CAIRO_FORMAT_RGB24 instead of CAIRO_FORMAT_ARGB32 when
185         creating page surfaces. Fixes bug #453123. Thank you very much to
186         Jeff Muizelaar <jeff@infidigm.net>.
187
188 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
189
190         * shell/ev-page-cache.c: (ev_page_cache_new),
191         (ev_page_cache_get_thumbnail_size):
192         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page),
193         (ev_sidebar_thumbnails_set_loading_icon):
194
195         Also store in page-cache the dimensions of the thumbnails so that
196         they can be used to create the correct loading icon in the side
197         pane. Fixes bug #466857.
198
199 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
200
201         * backend/pdf/ev-poppler.cc:
202         (pdf_document_thumbnails_get_thumbnail):
203
204         Fix thumbnails rotation in pdf documents that include embedded 
205         thumbnails.
206
207 2007-08-15  Jens Granseuer  <jensgr@gmx.net>
208
209         * backend/pdf/ev-poppler.cc:
210
211         Don't use #ifdef in macro expansion. Some compilers don't
212         like that. Closes bug #467042.
213
214 2007-08-15  Justin Blanchard  <justinb04@aim.com>
215
216         * backend/djvu/djvu-document.c: (djvu_document_finalize):
217         
218         Fixes memory leak in djvu backend.
219
220 2007-08-15  Andreas Nilsson  <nisses.mail@home.se>
221
222         * data/icons/32x32/Makefile.am:
223         * data/icons/32x32/actions/Makefile.am:
224         * data/icons/32x32/actions/view-page-cont.svg:
225         * data/icons/32x32/actions/view-page-facing.svg:
226         * data/icons/48x48/Makefile.am:
227         * data/icons/48x48/actions/Makefile.am:
228         * data/icons/48x48/actions/view-page-cont.svg:
229         * data/icons/48x48/actions/view-page-facing.svg:
230         
231         Icons for a new sizes.
232
233 2007-08-14  Justin Blanchard  <justinb04@aim.com>
234
235         * shell/ev-page-cache.c: (build_height_to_page),
236         (ev_page_cache_get_height_to_page):
237         
238         Fixes invalid read, see bug #466401.
239
240 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
241
242         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
243         (set_drag_cursor):
244         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
245         (configure_item_cursor), (new_pixbuf_from_widget):
246
247         Fix multihead problems in toolbar editor. Fixes bug #382055.
248
249 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
250
251         * shell/ev-window.c: (ev_window_cmd_file_open),
252         (ev_window_cmd_save_as):
253
254         Use g_get_user_special_dir when available instead of
255         xdg_user_dir_lookup.
256
257 2007-08-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
258
259         * MAINTAINERS:
260         
261         Updated according to request on desktop-devel.
262
263 2007-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
264
265         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
266
267         Do not use cairo_rectangle and cairo_clip since we are
268         not using cairo_fill but cairo_paint. Use the same cairo context
269         for every page in the same expose event.
270
271 2007-07-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
272
273         * shell/ev-window.c: (file_open_dialog_response_cb): Plugged memory
274         leak.
275
276 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
277
278         * configure.ac:
279         * NEWS:
280
281         Release 0.9.3
282
283 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
284
285         * libdocument/ev-document-info.h:
286         * libdocument/ev-document.h:
287         * shell/ev-page-action.h:
288         * shell/ev-sidebar-links.h:
289
290         Fix a headers problem with ev-link
291         
292         * libdocument/ev-link.[ch]: (ev_link_mapping_get_area):
293         * shell/ev-view-private.h:
294         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
295         (get_link_area), (ev_view_query_tooltip),
296         (ev_view_leave_notify_event), (ev_view_destroy),
297         (ev_view_class_init):
298
299         Use new gtk tooltips when available instead of ev-tooltip.
300         
301 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
302
303         * shell/ev-window.c: (update_chrome_visibility),
304         (ev_window_sidebar_visibility_changed_cb):
305
306         Do not hide sidebar in fullscreen mode. Fixes bug #396535.
307         
308 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
309
310         * shell/ev-navigation-action.c:
311         (ev_navigation_action_history_changed),
312         (ev_navigation_action_set_history):
313         * shell/ev-navigation-action-widget.c:
314         (ev_navigation_action_widget_init):
315         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
316
317         Fix compile warnings.
318         
319 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
320
321         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
322         (egg_editable_toolbar_dispose):
323
324         Fix memory leak.
325         
326 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
327
328         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
329         (screensaver_disable_x11):
330         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout):
331         * shell/ev-window.c: (presentation_set_timeout):
332         * shell/ev-view.c: (ev_view_presentation_transition_start):
333
334         Use g_timeout_add_seconds instead of g_timeout_add when
335         available.
336         
337 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
338
339         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_init):
340
341         Set horizontal scrollbar policy to AUTOMATIC instead of
342         NEVER. Workaround for bug #449462.
343         
344 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
345
346         * shell/ev-jobs.c: (ev_job_render_page_ready):
347
348         Add page_ready callback to main loop with high priority and hold
349         a reference to job during idle.
350         
351 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
352
353         * configure.ac:
354         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
355         (pdf_document_file_exporter_begin),
356         (pdf_document_file_exporter_do_page),
357         (pdf_document_file_exporter_get_capabilities):
358         * libdocument/ev-file-exporter.h:
359         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
360         * shell/ev-window.c: (ev_window_print_send),
361         (ev_window_print_dialog_response_cb):
362
363         Allow printing multiple pages per sheet. Fixes bug #395573.
364         
365 2007-07-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
366
367         * shell/ev-view.c: (tip_from_link):
368         
369         Check for NULL, fixes bug #460862.
370
371 2007-07-29  Christian Persch  <chpe@gnome.org>
372
373         * shell/ev-window.c: (ev_window_enumerate_printer_cb),
374         (ev_window_preview_print_finished), (ev_window_do_preview_print),
375         (ev_window_cmd_preview_print):
376         
377         Fixes bug #437681 - blocks while enumerating printers.
378
379 2007-07-29  Christian Persch  <chpe@gnome.org>
380
381         * shell/ev-window.c: (ev_window_screen_changed):
382         
383         Don't use deprecated gtk+ function. See bug #460909.
384
385 2007-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
386
387         * shell/ev-utils.c: (get_num_monitors):
388         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
389
390         Do not use display before initializing it. Remove compile
391         warnings.
392
393 2007-07-27  Cosimo Cecchi   <anarki@lilik.it>
394
395         * shell/ev-view.c: (ev_view_class_init):
396         
397         Unix-like hjkl bindings added. See bug #458111.
398
399 2007-07-27  Johannes Buchner  <buchner.johannes@gmx.at>
400
401         * shell/ev-utils.c: (get_num_monitors), (get_screen_dpi):
402         * shell/ev-utils.h:
403         * shell/ev-view.c: (ev_view_set_zoom_for_size),
404         (ev_view_update_view_size):
405         * shell/ev-view.h:
406         * shell/ev-window.c: (ev_window_update_actions),
407         (setup_view_from_metadata), (ev_window_screen_changed),
408         (ev_window_sizing_mode_changed_cb), (ev_window_zoom_changed_cb),
409         (zoom_control_changed_cb):
410         * shell/ev-window.h:
411         
412         Reorganizes utility functions.
413
414 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
415
416         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
417         (copy_job_page_and_selection_to_job_info), (copy_job_to_job_info),
418         (add_job), (ev_pixbuf_cache_get_surface),
419         (ev_pixbuf_cache_get_link_mapping),
420         (ev_pixbuf_cache_get_image_mapping),
421         (ev_pixbuf_cache_get_form_field_mapping),
422         (ev_pixbuf_cache_get_text_mapping):
423         * shell/ev-jobs.[ch]: (ev_job_render_class_init),
424         (notify_page_ready), (ev_job_render_page_ready),
425         (ev_job_render_run):
426
427         Add page_ready signal to notify that page is ready as soon as
428         possible even if other page elements like links, forms, images or
429         text mapping are not ready yet.
430
431 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
432
433         * backend/dvi/dvi-document.c: (dvi_document_file_exporter_begin),
434         (dvi_document_file_exporter_do_page),
435         (dvi_document_file_exporter_get_capabilities),
436         (dvi_document_file_exporter_iface_init):
437         * backend/ps/ps-document.c: (ps_document_file_exporter_begin),
438         (ps_document_file_exporter_do_page),
439         (ps_document_file_exporter_get_capabilities),
440         (ps_document_file_exporter_iface_init):
441         * backend/djvu/djvu-document.c:
442         (djvu_document_file_exporter_begin),
443         (djvu_document_file_exporter_end),
444         (djvu_document_file_exporter_get_capabilities),
445         (djvu_document_file_exporter_iface_init):
446         * backend/tiff/tiff-document.c:
447         (tiff_document_file_exporter_begin),
448         (tiff_document_file_exporter_get_capabilities),
449         (tiff_document_document_file_exporter_iface_init):
450         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
451         (pdf_document_file_exporter_do_page),
452         (pdf_document_file_exporter_get_capabilities),
453         (pdf_document_file_exporter_iface_init):
454         * libdocument/ev-file-exporter.[ch]: (ev_file_exporter_begin),
455         (ev_file_exporter_get_capabilities):
456         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
457         (idle_print_handler), (ev_print_job_print):
458         * shell/ev-jobs.c: (ev_job_print_run):
459         * shell/ev-window.c: (ev_window_print_send),
460         (ev_window_print_range):
461
462         Use capabilities to know which options should be offered by the
463         print dialog depending on the document backend.
464
465 2007-07-25  Carlos Garcia Campos  <carlosgc@gnome.org>
466
467         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
468
469         Give priority to forms over text to set the cursor.
470
471 2007-07-24  Carlos Garcia Campos  <carlosgc@gnome.org>
472
473         * shell/ev-view-private.h:
474         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
475         (ev_view_leave_notify_event), (ev_view_finalize),
476         (ev_view_get_property), (ev_view_class_init):
477
478         Use IBEAM cursor for text form fields and NORMAL cursor for read
479         only fields. Remove unused status attribute.
480
481 2007-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
482
483         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
484
485         Update region for current selected items also for checkbox
486         buttons, since they can behave as radio buttons when they are in a
487         set.
488
489 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
490
491         * configure.ac:
492         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
493
494         Get max length of text form fields.
495
496 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
497
498         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
499         * libdocument/ev-form-field.h:
500         * shell/ev-view.c: (ev_view_form_field_text_create_widget):
501
502         Fix build with current poppler cvs head.
503
504 2007-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
505
506         * cut-n-paste/zoom-control/ephy-zoom-control.c:
507         * shell/eggfindbar.c: (egg_find_bar_init):
508
509         Fix build with gtk+ >= 2.11.5 due to gtktooltips
510         deprecation. Fixes bug #455667
511
512 2007-07-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
513
514         * NEWS:
515         * configure.ac:
516         
517         Update for release 0.9.2
518
519 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
520
521         * shell/ev-view.c: (ev_view_form_field_text_save),
522         (ev_view_form_field_choice_save):
523
524         Fix a crash when closing whith a form widget visible.
525
526 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
527
528         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
529
530         Update also the region of the current selected button when
531         clicking on another button if they are radio buttons.
532
533 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
534
535         * shell/ev-pixbuf-cache.[ch]: (ev_pixbuf_cache_class_init),
536         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
537         (add_job), (add_job_if_needed), (ev_pixbuf_cache_get_surface),
538         (ev_pixbuf_cache_get_link_mapping),
539         (ev_pixbuf_cache_get_image_mapping),
540         (ev_pixbuf_cache_get_form_field_mapping),
541         (ev_pixbuf_cache_get_text_mapping), (ev_pixbuf_cache_reload_page):
542         * shell/ev-view.c: (ev_view_form_field_get_region),
543         (ev_view_form_field_button_create_widget),
544         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
545         (job_finished_cb):
546
547         Redraw only form field region instead of the whole page when
548         reloading a page to show changes on the form field.
549
550 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
551
552         * shell/ev-view.c: (ev_view_form_field_choice_save):
553
554         Fix selection of first item in list form fields.
555
556 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
557
558         * shell/ev-pixbuf-cache.c: (add_job), (add_job_if_needed),
559         (ev_pixbuf_cache_reload_page),
560         (ev_pixbuf_cache_get_form_field_mapping):
561
562         Some refactoring to avoid duplicated code.
563
564 2007-07-08  Carlos Garcia Campos  <carlosgc@gnome.org>
565
566         * configure.ac:
567         * backend/pdf/ev-poppler.cc: (pdf_document_get_crop_box),
568         (ev_form_field_from_poppler_field),
569         (pdf_document_forms_get_form_fields),
570         (pdf_document_forms_form_field_text_get_text),
571         (pdf_document_forms_form_field_text_set_text),
572         (pdf_document_forms_form_field_button_set_state),
573         (pdf_document_forms_form_field_button_get_state),
574         (pdf_document_forms_form_field_choice_get_item),
575         (pdf_document_forms_form_field_choice_get_n_items),
576         (pdf_document_forms_form_field_choice_is_item_selected),
577         (pdf_document_forms_form_field_choice_select_item),
578         (pdf_document_forms_form_field_choice_toggle_item),
579         (pdf_document_forms_form_field_choice_unselect_all),
580         (pdf_document_forms_form_field_choice_set_text),
581         (pdf_document_forms_form_field_choice_get_text),
582         (pdf_document_document_forms_iface_init):
583         * libdocument/Makefile.am:
584         * libdocument/ev-form-field.[ch]:
585         * libdocument/ev-document-forms.[ch]:
586         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
587         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
588         (add_job), (ev_pixbuf_cache_reload_page),
589         (ev_pixbuf_cache_get_form_field_mapping):
590         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run):
591         * shell/ev-view-private.h:
592         * shell/ev-view.[ch]: (ev_view_set_scroll_adjustments),
593         (ev_view_handle_cursor_over_xy),
594         (ev_view_get_form_field_at_location),
595         (ev_view_forms_remove_widgets), (ev_view_form_field_destroy),
596         (ev_view_form_field_button_create_widget),
597         (ev_view_form_field_text_save), (ev_view_form_field_text_changed),
598         (ev_view_form_field_text_create_widget),
599         (ev_view_form_field_choice_save),
600         (ev_view_form_field_choice_changed),
601         (ev_view_form_field_choice_create_widget),
602         (ev_view_handle_form_field), (ev_view_size_allocate),
603         (ev_view_realize), (draw_end_presentation_page),
604         (ev_view_button_press_event), (ev_view_remove_all),
605         (ev_view_motion_notify_event), (ev_view_key_press_event),
606         (ev_view_enter_notify_event), (highlight_find_results),
607         (draw_loading_text), (draw_one_page), (ev_view_destroy),
608         (ev_view_class_init), (page_changed_cb),
609         (on_adjustment_value_changed), (ev_view_set_presentation),
610         (merge_selection_region), (ev_view_set_cursor),
611         (ev_view_reset_presentation_state):
612         
613         Merge evince-forms branch.
614
615 2007-07-03  Jaap Haitsma  <jaap@haitsma.org>
616
617         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: removed
618
619         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg.sh: added
620         This script also updates itself from libegg
621
622         * cut-n-paste/toolbar-editor/egg*:
623         Run update-toolbareditor-from-libegg.sh so we are in sync again with
624         libegg
625
626 2007-07-02  Jaap Haitsma  <jaap@haitsma.org>
627
628         * shell/ev-window.c:
629         
630         Adds a nice icon to page action during toolbar editing.
631         See bug #452872.
632
633 2007-07-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
634
635         * data/evince-toolbar.xml:
636         * shell/ev-window.c:
637         
638         Let user add a presentation and fullscreen icons on toolbar.
639         See bug #449734.
640
641 2007-07-01  Jaap Haitsma  <jaap@haitsma.org>
642
643         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: 
644
645         new script to keep in sync with toolbareditor in libegg
646
647         * cut-n-paste/toolbar-editor/*: 
648
649         Run update-toolbareditor-from-libegg so we are in sync again. 
650         Fixes bug #452850.
651         
652
653 2007-07-01  Carlos Garcia Campos  <carlosgc@gnome.org>
654
655         * shell/ev-sidebar-links.c: (job_finished_callback):
656
657         Do not connect selection changed signal more than once. Fixes bug
658         #349433.
659
660 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
661
662         * shell/ev-window.c: (ev_window_view_sidebar_cb):
663
664         Do not change sidebar chrome flag when pressing F9 key in
665         presentation mode.
666
667 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
668
669         * backend/pdf/ev-poppler.cc:
670         (pdf_document_thumbnails_get_dimensions):
671
672         Make sure thumbnails width and height is not <= 0. Fixes a crash
673         with some pdf documents which have really small pages.
674
675 2007-06-22  Gabor Kelemen  <kelemeng@gnome.hu>
676
677         * shell/main.c: (main):
678
679         Fixes program description translation issue.
680         Bug #450148.
681
682 2007-06-21  Cesar Fernandez  <cesar@pk2.org>
683
684         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
685
686         Do not change current page when returning from black/white mode
687         in presentation. Fixes bug #415032.
688
689 2007-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
690
691         * NEWS:
692         * configure.ac:
693         
694         Update for release 0.9.1
695
696 2007-06-17  Alaska Subedi  <asubedi@gmail.com>
697
698         * backend/dvi/dvi-document.c:
699         (dvi_document_finalize),
700         (dvi_document_file_exporter_format_supported),
701         (dvi_document_file_exporter_begin),
702         (dvi_document_file_exporter_do_page),
703         (dvi_document_file_exporter_end),
704         (dvi_document_file_exporter_iface_init), (dvi_document_init):
705         
706         PDF exporter for dvi documents. Fixes bug #441319.
707
708 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
709
710         * shell/ev-window.c: (ev_window_clear_print_job):
711
712         Clear gtk print job when job has finished. Fixes bug #447612.
713
714 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
715
716         * shell/ev-window.c: (ev_window_print_send),
717         (ev_window_print_dialog_response_cb), (ev_window_print_range):
718
719         Add preview button to print dialog. Fixes bug #445419.
720
721 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
722
723         * backend/dvi/Makefile.am:
724         * backend/dvi/pixbuf-device.[ch]: Removed
725         * backend/dvi/cairo-device.[ch]: Added
726         * backend/dvi/mdvi-lib/dviread.c: (draw_shrink_rule):
727         * backend/dvi/dvi-document.c: (dvi_document_load),
728         (dvi_document_render), (dvi_document_finalize),
729         (dvi_document_thumbnails_get_thumbnail), (parse_color),
730         (dvi_document_do_color_special):
731         * libdocument/ev-document-misc.[ch]:
732         (ev_document_misc_pixbuf_from_surface):
733
734         Port dvi backend to cairo and fix a problem with colors. 
735
736 2007-06-14  Carlos Garcia Campos  <carlosgc@gnome.org>
737
738         * shell/ev-view.c: (draw_one_page):
739
740         Draw only visible region.
741
742 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
743
744         * backend/djvu/djvu-document.c: (djvu_document_render):
745
746         Fix rotation in djvu backend.
747
748 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
749
750         * shell/ev-pixbuf-cache.c: (job_finished_cb),
751         (ev_pixbuf_cache_get_surface), (ev_pixbuf_cache_get_link_mapping),
752         (ev_pixbuf_cache_get_image_mapping),
753         (ev_pixbuf_cache_get_text_mapping):
754
755         Redraw view every time we have a new surface. Fixes bug #443587.
756
757 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
758
759         * libdocument/ev-document.c: (ev_document_info_free):
760
761         Fix memory leaks.
762
763 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
764
765         * backend/dvi/dvi-document.c: (dvi_document_render),
766         (dvi_document_render_pixbuf), (dvi_document_document_iface_init):
767         * backend/impress/impress-document.c:
768         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
769         (impress_document_render), (impress_document_document_iface_init),
770         (impress_document_thumbnails_get_thumbnail):
771         * backend/djvu/djvu-document-private.h:
772         * backend/djvu/djvu-document.c: (djvu_document_render),
773         (djvu_document_finalize), (djvu_document_document_iface_init),
774         (djvu_document_thumbnails_get_thumbnail), (djvu_document_init):
775         * backend/tiff/tiff-document.c: (tiff_document_render),
776         (tiff_document_render_pixbuf),
777         (tiff_document_document_iface_init):
778         * backend/pdf/ev-poppler.cc: (pdf_document_render),
779         (pdf_document_render_pixbuf), (pdf_document_document_iface_init),
780         (pdf_selection_render_selection):
781         * backend/comics/comics-document.c:
782         (comics_document_render_pixbuf), (comics_document_render),
783         (comics_document_document_iface_init):
784         * backend/pixbuf/pixbuf-document.c: (pixbuf_document_render),
785         (pixbuf_document_document_iface_init):
786         * libdocument/ev-document-misc.[ch]:
787         (ev_document_misc_surface_from_pixbuf),
788         (ev_document_misc_surface_rotate_and_scale):
789         * libdocument/ev-document.[ch]: (ev_document_render):
790         * libdocument/ev-selection.[ch]: (ev_selection_render_selection):
791         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
792         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
793         (ev_pixbuf_cache_get_surface), (new_selection_surface_needed),
794         (clear_selection_if_needed), (ev_pixbuf_cache_style_changed),
795         (ev_pixbuf_cache_get_selection_surface), (clear_job_selection):
796         * shell/ev-jobs.[ch]: (ev_job_render_dispose),
797         (render_finished_cb), (ev_job_render_run):
798         * shell/ev-view.c: (draw_loading_text), (draw_one_page),
799         (merge_selection_region):
800
801         Use cairo image surfaces instead of GDK pixbufs for drawing pages
802         and selections.
803
804 2007-06-12  Carlos Garcia Campos  <carlosgc@gnome.org>
805
806         * shell/ev-window-title.c: (ev_window_title_update):
807
808         Fix memory leak.
809
810 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
811
812         * shell/ev-view.c: (draw_loading_text):
813
814         Show loading text centered. Fixes bug #433061
815
816 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
817
818         * shell/ev-sidebar-thumbnails.c:
819         (ev_sidebar_thumbnails_set_loading_icon):
820
821         Remove a mutex in the main thread that blocks the UI in heavy
822         documents.
823
824 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
825
826         * shell/ev-pixbuf-cache.c (copy_job_to_job_info):
827
828         Set points_set to TRUE so that selections don't disappear after a
829         zoom change.
830
831 2007-06-07  Michael Monreal  <infernux@web.de>
832
833         * data/icons/16x16/actions/Makefile.am:
834         * data/icons/16x16/actions/zoom.svg:
835         * data/icons/22x22/actions/Makefile.am:
836         * data/icons/22x22/actions/zoom.svg:
837         * data/icons/24x24/actions/Makefile.am:
838         * shell/ev-stock-icons.c:
839         * shell/ev-stock-icons.h:
840         * shell/ev-window.c:
841         
842         Zoom icon artwork. See bug #444795.
843
844 2007-06-05  Bastien Nocera  <hadess@hadess.net>
845
846         * shell/ev-metadata-manager.c: Remove extraneous function
847         (Closes: #444386)
848
849 2007-06-05  Bastien Nocera  <hadess@hadess.net>
850
851         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
852         (ev_metadata_manager_shutdown), (ev_metadata_manager_set_last),
853         (ev_metadata_manager_set), (ev_metadata_manager_save):
854         Simplify the timeout, no need for modified anymore
855
856 2007-06-05  Bastien Nocera  <hadess@hadess.net>
857
858         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout),
859         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
860         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
861         (ev_metadata_manager_save): Adapted patch from Arjan van de
862         Ven (arjan@linux.intel.com) to avoid the timeout running all the
863         time, saves on power (Closes: #443851)
864
865 2007-06-02  Carlos Garcia Campos  <carlosgc@gnome.org>
866
867         * configure.ac:
868         * backend/pdf/ev-poppler.cc: (pdf_document_images_get_images),
869         (pdf_selection_render_selection), (pdf_document_get_page_duration):
870
871         Bump requirements to poppler 0.5.9 and drop all ifdefs used.
872
873 2007-05-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
874
875         * shell/ev-window.c: (ev_window_add_history):
876
877         Check if history is NULL
878
879 2007-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
880
881         * libdocument/ev-image.c: (ev_image_finalize):
882         * libdocument/ev-document-factory.c: (free_uncompressed_uri):
883         * libdocument/ev-attachment.c: (ev_attachment_finalize):
884         * libdocument/ev-file-helpers.[ch]: (ev_tmp_filename_unlink),
885         (ev_tmp_uri_unlink):
886
887         Add functions to delete temporary files created by evince in a safe
888         way.
889
890         * shell/ev-window.c: (ev_window_clear_local_uri),
891         (open_xfer_update_progress_callback),
892         (save_xfer_update_progress_callback), (ev_window_save_remote),
893         (file_save_dialog_response_cb), (ev_window_cmd_save_as),
894         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
895         (attachment_save_dialog_response_cb),
896         (ev_attachment_popup_cmd_save_attachment_as):
897
898         Allow saving a copy of a document, image or attachment to a remote
899         location. Fixes bug #440754. 
900
901 2007-05-22  Carlos Garcia Campos  <carlosgc@gnome.org>
902
903         * configure.ac:
904         * backend/pdf/ev-poppler.cc: (pdf_selection_render_selection):
905
906         Fix build with current poppler from cvs head. 
907
908 2007-05-21  Eduardo Lima <eduardo.lima@indt.org.br>
909
910         * libdocument/ev-file-helpers.c: (ensure_dir_exists):
911
912         Using g_mkdir_with_parents() instead of g_mkdir() to really ensure the
913         directory exists.
914
915 2007-05-20  Wouter Bolsterlee  <wbolster@svn.gnome.org>
916
917         * shell/ev-sidebar.c: (ev_sidebar_add_page):
918         * shell/ev-window.c:
919
920         Change sidebar ordering. Fixes bug #439939.
921
922 2007-05-20  Marc Brockschmidt he+bugzilla.g@marcbrockschmidt.de
923
924         * backend/comics/Makefile.am:
925         
926         Fixes build with --without-libgnome.
927
928 2007-05-19  Carlos Garcia Campos  <carlosgc@gnome.org>
929         
930         * shell/ev-view.c: (page_changed_cb), (on_adjustment_value_changed):
931
932         Update cursor and tooltip on page change and view scroll. Fixes bug
933         #439217.
934
935 2007-05-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
936
937         * NEWS:
938         * configure.ac:
939         
940         Update for release 0.9.0
941
942 2007-05-14  Alaska Subedi <asubedi@gmail.com>
943
944         * backend/djvu/djvu-document-private.h:
945         * backend/djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
946         (djvu_document_finalize),
947         (djvu_document_file_exporter_format_supported),
948         (djvu_document_file_exporter_begin),
949         (djvu_document_file_exporter_do_page),
950         (djvu_document_file_exporter_end),
951         (djvu_document_file_exporter_iface_init), (djvu_document_init):
952         
953         Implemented printing with djvu. Bug #437998.
954
955 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
956
957         * backend/impress/zip.c:
958         Add missing ulong definition.
959
960         * backend/ps/ps-interpreter.c:
961         Add missing headers.
962
963         Fix compilation on FreeBSD. Patch by Roy Marples. Fixes bug #438277.
964
965 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
966
967         * backend/pdf/ev-poppler.cc: (pdf_document_dispose):
968
969         Add missing call to parent class dispose method. 
970
971 2007-05-12  Ross Burton  <ross@openedhand.com>
972
973         * shell/main.c:
974         Sync keybindings manually when building without libgnome
975         (#437925).
976
977 2007-05-12  Ross Burton  <ross@openedhand.com>
978
979         * shell/ev-window.c:
980         Respect the screen when opening help (#437866).
981
982 2007-05-11  Carlos Garcia Campos  <carlosgc@gnome.org>
983
984         * data/evince-ui.xml:
985         * shell/ev-application.[ch]: (get_print_settings_from_args),
986         (ev_application_open_uri_at_dest), (ev_application_open_uri),
987         (ev_application_open_uri_list):
988         * shell/ev-window.[ch]: (ev_window_clear_print_settings_file),
989         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
990         (ev_window_cmd_recent_file_activate), (ev_window_run_preview),
991         (ev_window_cmd_view_reload), (lookup_printer_from_name),
992         (ev_window_preview_print_finished), (ev_window_cmd_preview_print),
993         (ev_window_dispose):
994         * shell/main.c: (arguments_parse):
995
996         Add print button in preview mode. Fixes bug #396475. 
997
998 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
999
1000         * cut-n-paste/zoom-control/ephy-zoom.h:
1001         
1002         Fixes zoom level factors. See bug #408119 for details.
1003
1004 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1005
1006         * backend/comics/comics-document.c: (comics_regex_quote),
1007         (extract_argv):
1008         
1009         Correctly quote symbols. Fixes crash in the bug
1010         #415370.
1011
1012 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1013
1014         * shell/ev-navigation-action-widget.c:
1015         (ev_navigation_action_widget_init),
1016         (ev_navigation_action_widget_class_init),
1017         (ev_navigation_action_widget_button_press_event):
1018         
1019         Connect to button-press event on correct widget. Fixes
1020         bug #431988
1021
1022 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1023
1024         * shell/ev-application.c: (ev_application_open_window),
1025         (ev_application_add_icon_path_for_screen),
1026         (ev_application_open_uri_at_dest):
1027         * shell/ev-navigation-action-widget.c: (popup_menu_under_arrow):
1028         * shell/ev-navigation-action.c: (build_menu):
1029         
1030         Add app-specific icons to our icon theme. Fixes bug
1031         #425508.
1032
1033 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1034
1035         * shell/ev-history.c: (ev_history_class_init),
1036         (ev_history_add_link):
1037         * shell/ev-history.h:
1038         * shell/ev-navigation-action.c:
1039         (ev_navigation_action_history_changed),
1040         (ev_navigation_action_set_history), (build_menu),
1041         (ev_navigation_action_finalize):
1042         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
1043         
1044         Make navigation action unsensitive instead of showing
1045         menu with unsensitive word. Fixes bug #417392.
1046
1047 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1048
1049         * shell/ev-application.[ch]: (ev_application_shutdown),
1050         (ev_application_get_print_settings),
1051         (ev_application_set_print_settings):
1052         * shell/ev-window.c:
1053
1054         Remember print settings. Fixes bug #349102. 
1055
1056 2007-05-08  Christian Persch  <chpe@gnome.org>
1057
1058         * configure.ac:
1059         * properties/ev-properties-view.c:
1060
1061         No need for a configure check; just use the GTK_CHECK_VERSION macro.
1062         Bug #382438.
1063
1064 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1065
1066         * configure.ac:
1067         * properties/ev-properties-view.c: (ev_regular_paper_size):
1068
1069         Use gtk+ builtin paper list to identify the document's paper size.
1070         Fixes bug #382438. 
1071
1072 2007-05-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1073
1074         * configure.ac:
1075
1076         Fix build when compiling with thumbnailer and libgnome support. 
1077
1078 2007-05-04  Ross Burton  <ross@openedhand.com>
1079
1080         * configure.ac:
1081         Add --without-libgnome, check for libgnome and libgnomeui
1082         separately, and add them to the symbols as required.
1083
1084         * libdocument/ev-file-helpers.c:
1085         When building without libgnome, use g_get_user_config_dir instead
1086         of gnome_user_dir_get.
1087
1088         * shell/ev-application.c:
1089         When building without libgnome, don't use session management.
1090
1091         * shell/main.c:
1092         When building without libgnome, don't use GnomeProgram or
1093         initialise the authentication manager.
1094
1095         This fixes #328842.
1096
1097 2007-05-04  Ross Burton  <ross@openedhand.com>
1098
1099         * shell/ev-window.c:
1100         Don't use libgnome to open help, instead call Yelp directly.
1101
1102 2007-05-04  Ross Burton  <ross@openedhand.com>
1103
1104         * shell/ev-sidebar-attachments.c:
1105         Don't use libgnome to lookup icons for MIME types, instead copy
1106         code from GTK+ to do it manually.
1107
1108 2007-05-04  Ross Burton  <ross@openedhand.com>
1109
1110         * configure.ac:
1111         Add libxml to the dependencies for SHELL_CORE (#435818).
1112
1113 2007-05-02  Ross Burton  <ross@openedhand.com>
1114
1115         * configure.ac:
1116         * Makefile.am:
1117         Add --disable-thumbnailer (#434825)
1118
1119 2007-05-02  Ross Burton  <ross@openedhand.com>
1120
1121         * shell/ev-window.c:
1122         Add missing includes, fix indentation.
1123
1124         * shell/main.c:
1125         Fix indentation.
1126
1127 2007-04-30  Eduardo Lima <eduardo.lima@indt.org.br>
1128
1129         * shell/ev-window.c (ev_window_cmd_recent_file_activate): Use
1130         ev_application_open_uri_at_dest instead of ev_application_open_uri
1131         preventing new document always being opened in a new window even if there
1132         is an empty window.
1133
1134 2007-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1135
1136         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
1137         (egg_recent_view_uimanager_finalize):
1138         * properties/ev-properties-view.c: (ev_properties_view_dispose):
1139         * shell/ev-page-action-widget.c: (ev_page_action_widget_finalize):
1140         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_finalize),
1141         (ev_pixbuf_cache_dispose):
1142         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose):
1143         * shell/ev-tooltip.c: (ev_tooltip_dispose):
1144         
1145         Add missing chain to parent class methods. Fixes
1146         bug #433128.
1147
1148 2007-04-22  Brian Pepple  <bpepple@fedoraproject.org>
1149
1150         * data/Makefile.am (update-icon-cache): Updates
1151         gtk-update-icon-cache in uninstall-hook.
1152
1153 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1154
1155         * shell/ev-window.c: (ev_window_setup_document),
1156         (ev_window_set_document), (ev_window_load_job_cb):
1157         * shell/ev-view.c: (setup_caches):
1158         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_set_document):
1159
1160         Start rendering pages before any other jobs. 
1161
1162 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1163
1164         * shell/ev-window.c: (ev_window_stop_fullscreen),
1165         (ev_window_stop_presentation):
1166
1167         Update chrome visibility before window unfullscreen. 
1168
1169 2007-04-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1170
1171         * data/Makefile.am:
1172         * data/evince-ui.xml:
1173         * shell/ev-stock-icons.[ch]:
1174         * shell/ev-application.[ch]: (ev_application_shutdown),
1175         (ev_application_init), (ev_application_get_toolbars_model):
1176         * shell/ev-window.c: (update_chrome_visibility),
1177         (fullscreen_toolbar_setup_item_properties),
1178         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
1179         (ev_window_run_presentation), (ev_window_stop_presentation),
1180         (ev_window_run_preview), (ev_window_screen_changed),
1181         (ev_window_cmd_leave_fullscreen), (ev_window_cmd_start_presentation),
1182         (ev_window_dispose), (ev_window_init):
1183
1184         Make fullscreen toolbar always visible. Do not use egg toolbars for
1185         fullscreen and preview modes since such toolbars are not editables.
1186         Fixes bugs #300278, #338910 and #316188.  
1187
1188 2007-04-20  Iñigo Martínez  <inigomartinez@gmail.com>
1189
1190         * shell/ev-application.c:
1191         * shell/ev-job-queue.c:
1192         * shell/ev-metadata-manager.c:
1193         * shell/ev-stock-icons.c:
1194         * shell/ev-window.c:
1195         * shell/main.c:
1196         
1197         Developers documentation updated.
1198
1199 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1200
1201         * shell/ev-window.c: (uri_is_valid), (launch_external_uri):
1202
1203         Check whether uri is valid before launching it. Fixes bug #427664.
1204
1205 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1206
1207         * shell/ev-window.c:
1208
1209         Change key accelerator for Open a Copy menu entry which is in conflict
1210         with Close. Fixes bug #427321.
1211
1212 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1213
1214         * NEWS:
1215         * configure.ac:
1216         
1217         Update for release 0.8.1
1218
1219 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1220
1221         * shell/ev-window.c: (setup_size_from_metadata):
1222         
1223         Do not make window bigger than screen. Fixes bug 
1224         #388985.
1225
1226 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1227
1228         * backend/tiff/tiff-document.c: (tiff_document_get_resolution),
1229         (tiff_document_get_page_size), (tiff_document_render_pixbuf):
1230
1231         Use default resolution when it's not provided by document. Fixes bug
1232         #408762.
1233
1234 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1235
1236         * configure.ac:
1237         * thumbnailer/Makefile.am:
1238         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
1239         * thumbnailer/evince-thumbnailer.schemas.in:
1240         * thumbnailer/evince-thumbnailer-ps.schemas.in:
1241
1242         Add support for ps, eps and compressed documents thumbnails. Do not
1243         ignore size parameter. 
1244
1245 2007-04-07  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
1246
1247         * backend/dvi/dvi-document.c: (dvi_document_class_init), (hsb2rgb),
1248         (dvi_document_do_color_special):
1249         * backend/dvi/mdvi-lib/special.c: (register_builtin_specials):
1250
1251         Implement font color specials in the DVI backend. Fixes bug #303651.
1252
1253 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
1254
1255         Fixup the previous commit:
1256
1257         * shell/Makefile.am (SOURCES): Add xdg-user-dir-lookup.c
1258         * shell/xdg-user-dir-lookup.c: Make the function non-static
1259         * shell/ev-window.c: Don't include xdg-user-dir-lookup.c
1260
1261 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
1262
1263         * shell/ev-window.c (file_open_dialog_response_cb): Use
1264         the xdg-user-dirs DOCUMENTS folder as default folder when
1265         opening a file chooser.  (#424858)
1266
1267         * shell/xdg-user-dir-lookup.c: Copy-and-pasted file from
1268         xdg-user-dirs.
1269
1270 2007-03-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1271
1272         * shell/ev-window.c: (ev_window_load_job_cb):
1273
1274         Do not setup view from metadata on preview mode. 
1275
1276 2007-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1277
1278         * shell/main.c:
1279
1280         Use unlink-tempfile instead of unlink-temp-file. Fixes bug #421274. 
1281
1282 2007-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1283
1284         * shell/ev-view.c: (ev_view_primary_get_cb):
1285
1286         Check pointer != NULL before using it. Fixes bug #416841. 
1287
1288 2007-03-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1289
1290         * NEWS:
1291         * configure.ac:
1292         
1293         Release 0.8.0
1294
1295 2007-03-10  Carlos Garcia Campos  <carlosgc@gnome.org>
1296
1297         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
1298
1299         Do not render thumbnails when sidebar thumbnail page is not visible
1300         at startup. Fixes bug #416447. 
1301
1302 2007-03-07  Christian Kirbach  <Christian.Kirbach@googlemail.com>
1303
1304         * data/evince.desktop.in.in:
1305
1306         "Application" is not a valid category in the freedesktop specification.
1307
1308 2007-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1309
1310         * libdocument/ev-file-helpers.[ch]: (compression_run),
1311         (ev_file_uncompress), (ev_file_compress):
1312         * shell/ev-window.c: (file_save_dialog_response_cb):
1313
1314         Save document compressed when saving a copy of a compressed document.
1315         Fixes bug #334542.
1316
1317 2007-02-23  Carlos Garcia Campos  <carlosgc@gnome.org>
1318
1319         * shell/ev-view.c: (ev_view_goto_window_key_press_event):
1320
1321         Allow deleting in goto window entry in presentation mode. 
1322
1323 2007-02-20  Kjartan Maraas  <kmaraas@gnome.org>
1324
1325         * Makefile.am: Dist MAINTAINERS.
1326
1327 2007-02-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1328
1329         * shell/ev-window.c: (ev_window_update_actions):
1330
1331         Fix zoom shortcut keys when searching. Fixes bug #409828.
1332
1333 2007-02-18  Carlos Garcia Campos  <carlosgc@gnome.org>
1334
1335         * shell/ev-window.c: (ev_window_setup_document):
1336
1337         Fix crash when loading documents with only one page. 
1338
1339 2007-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1340
1341         * backend/dvi/dvi-document.c:
1342         (dvi_document_thumbnails_get_dimensions),
1343         (dvi_document_thumbnails_get_thumbnail):
1344         * backend/impress/impress-document.c:
1345         (impress_document_thumbnails_get_thumbnail),
1346         (impress_document_thumbnails_get_dimensions):
1347         * backend/ps/ps-document.c: (ps_document_thumbnails_get_thumbnail),
1348         (ps_document_thumbnails_get_dimensions):
1349         * backend/djvu/djvu-document.c:
1350         (djvu_document_thumbnails_get_dimensions),
1351         (djvu_document_thumbnails_get_thumbnail):
1352         * backend/tiff/tiff-document.c:
1353         (tiff_document_thumbnails_get_thumbnail),
1354         (tiff_document_thumbnails_get_dimensions):
1355         * backend/pdf/ev-poppler.cc: (make_thumbnail_for_page),
1356         (pdf_document_thumbnails_get_thumbnail),
1357         (pdf_document_thumbnails_get_dimensions):
1358         * backend/comics/comics-document.c:
1359         (comics_document_thumbnails_get_thumbnail),
1360         (comics_document_thumbnails_get_dimensions):
1361         * backend/pixbuf/pixbuf-document.c:
1362         (pixbuf_document_thumbnails_get_thumbnail),
1363         (pixbuf_document_thumbnails_get_dimensions):
1364         * libdocument/ev-document-thumbnails.[ch]:
1365         (ev_document_thumbnails_get_thumbnail),
1366         (ev_document_thumbnails_get_dimensions):
1367         * libdocument/ev-document-misc.[ch]:
1368         (ev_document_misc_get_thumbnail_frame):
1369         * shell/ev-jobs.[ch]: (ev_job_thumbnail_dispose),
1370         (ev_job_thumbnail_new), (ev_job_thumbnail_run):
1371         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page), (add_range),
1372         (ev_sidebar_thumbnails_set_loading_icon), (refresh),
1373         (ev_sidebar_thumbnails_refresh):
1374         * shell/ev-window.c: (ev_window_setup_document):
1375         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
1376
1377         Use an EvRenderContext for rendering thumbnails instead of a suggested
1378         width, so that different sized pages get sized proportionally.
1379
1380 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1381
1382         * shell/ev-view.c: (ev_view_button_press_event),
1383         (ev_view_key_press_event):
1384
1385         Fix critical warnings when there is no document loaded. 
1386
1387 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1388
1389         * shell/ev-page-action-widget.c:
1390         * shell/ev-navigation-action.c:
1391         * shell/ev-window.c:
1392
1393         Fix compile warnings. 
1394
1395 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1396
1397         * backend/djvu/djvu-text.h:
1398         * backend/djvu/djvu-document.c:
1399         * backend/djvu/djvu-text-page.c:
1400         * backend/djvu/djvu-links.c:
1401         * backend/djvu/djvu-text-page.h:
1402         * backend/djvu/djvu-text.c:
1403         
1404         Fix build on Mac. Fixes bug #392186. Patch by
1405         <ephraim_owns@hotmail.com>
1406
1407 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1408
1409         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
1410
1411         Restore cairo context before rendering every page when printing a PDF
1412         document into a PDF file. 
1413
1414 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1415
1416         * backend/ps/gstypes.h:
1417         * backend/ps/ps-document.c: (ps_document_get_page_rotation),
1418         (ps_document_get_page_size), (ps_async_renderer_render_pixbuf),
1419         (ps_document_thumbnails_get_thumbnail):
1420
1421         Handle PostScript page orientation. Fixes bug #318568.
1422
1423 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1424
1425         * backend/ps/Makefile.am:
1426         * backend/ps/ps-document.[ch]: (ps_document_init), (ps_document_dispose),
1427         (document_load), (ps_document_load), (save_document),
1428         (save_page_list), (ps_document_get_n_pages),
1429         (ps_document_get_page_size), (ps_document_get_info),
1430         (ps_interpreter_page_rendered), (ps_async_renderer_render_pixbuf),
1431         (ps_interpreter_thumbnail_rendered), (ps_document_render_thumbnail),
1432         (ps_document_thumbnails_get_thumbnail),
1433         (ps_document_thumbnails_get_dimensions),
1434         (ps_document_document_thumbnails_iface_init):
1435         * backend/ps/ps.[ch]: (psgetpagebox):
1436         * backend/ps/ps-interpreter.[ch]:
1437
1438         Add support for thumbnails in ps backend. Fixes bug #164755. 
1439
1440 2007-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1441
1442         * NEWS:
1443         * configure.ac:
1444         
1445         Release 0.7.2
1446
1447 2007-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
1448
1449         * shell/ev-window.c: (ev_window_set_icon_from_thumbnail),
1450         (ev_window_clear_thumbnail_job), (ev_window_setup_document),
1451         (ev_window_dispose):
1452
1453         Use document thumbnail as window icon. Fixes bug #384442.
1454
1455 2007-02-11  Ed Catmur  <ed@catmur.co.uk>
1456
1457         * configure.ac:
1458
1459         Remove application/x-gzpostscript from EVINCE_MIME_TYPES which was
1460         duplicated adding application/x-bzpostscript instead. 
1461
1462 2007-02-11  Tom Parker  <palfrey@tevp.net>
1463
1464         * backend/ps/ps-document.c: (document_load):
1465
1466         Check return value of psscan before trying
1467         to use it. Fixes bug #372414.
1468
1469 2007-02-11  Carlos Garcia Campos  <carlosgc@gnome.org>
1470
1471         * shell/ev-page-cache.c: (ev_page_cache_finalize):
1472
1473         Fix invalid free in ev-page-cache. Fixes bug #404745.
1474
1475 2007-02-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1476
1477         * test/Makefile.am:
1478         * test/test3.py:
1479         
1480         Added reload test case.
1481
1482 2007-02-10  Carlos Garcia Campos  <carlosgc@gnome.org>
1483
1484         * po/POTFILES.in:
1485         * backend/djvu/djvu-document.c: (djvu_document_load):
1486
1487         Check whether there are missing files in indirect multipage djvu
1488         documents. Fixes bug #361683. 
1489
1490 2007-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1491
1492         * test/Makefile.am:
1493         * test/test-mime.bin:
1494         * test/test3.py:
1495         
1496         Added test for slow mime type
1497
1498 2007-02-06  Carlos Garcia Campos  <carlosgc@gnome.org>
1499
1500         * shell/ev-page-cache.c: (ev_page_cache_finalize):
1501
1502         Add some checks and call parent_class->finalize. Fixes bug #404745.
1503
1504 2007-02-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1505
1506         * shell/ev-navigation-action.c: (connect_proxy):
1507         
1508         Fixes dropdown history menu. Thanks a lot Carlos!
1509
1510 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
1511
1512         * backend/djvu/djvu-links.c: (str_to_utf8), (build_tree):
1513
1514         Make sure g_markup_escape_text receives a valid utf-8 string. Fixes
1515         bug #373715.
1516
1517 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
1518
1519         * backend/ps/ps.c: (psscan):
1520
1521         Fix memory leak. 
1522
1523 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1524
1525         * configure.ac:
1526         * libdocument/ev-file-helpers.c: 
1527
1528         Add missing libgnome/gnome-init.h header file. Fixes bug #396677.
1529
1530 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1531
1532         * configure.ac:
1533         * backend/ps/ps-document.c: (ps_document_init), (ps_document_dispose),
1534         (ps_interpreter_start), (document_load), (save_document),
1535         (save_page_list):
1536         * libdocument/ev-file-helpers.[ch]: (ev_file_uncompress):
1537         * libdocument/ev-document-factory.c:
1538         (ev_document_factory_get_from_mime), (get_document_from_uri),
1539         (free_uncompressed_uri), (ev_document_factory_get_document):
1540         * shell/ev-window.c: (ev_window_cmd_file_open_copy_at_dest):
1541
1542         Support for PDF, PS and EPS compressed files. Fixes bug #307087. 
1543
1544 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1545
1546         * libdocument/ev-document.h:
1547
1548         Fix typo in function name. 
1549
1550 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1551
1552         * backend/ps/ps-document.c: (ps_interpreter_finished),
1553         (ps_interpreter_start), (ps_interpreter_failed):
1554
1555         Handle ghostscript interpreter crashes. 
1556
1557 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
1558
1559         * shell/ev-window.c: (ev_window_open_uri),
1560         (window_configure_event_cb):
1561
1562         Setup window size and position before showing it. Fixes bug #401711.
1563
1564 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
1565
1566         * backend/ps/Makefile.am:
1567         * backend/ps/ps-document.[ch]: (ps_section_free), (ps_document_init),
1568         (ps_document_dispose), (ps_document_class_init),
1569         (ps_interpreter_input), (ps_interpreter_output),
1570         (ps_interpreter_error), (setup_interpreter_env),
1571         (ps_interpreter_start), (ps_interpreter_stop),
1572         (ps_interpreter_failed), (ps_interpreter_is_ready),
1573         (check_filecompressed), (document_load), (ps_document_load),
1574         (ps_document_get_n_pages), (setup_page), (setup_pixmap),
1575         (ps_document_widget_event), (send_ps), (ps_document_next_page),
1576         (render_page):
1577
1578         Rework ps-document. Code cleanups, remove deprecated code. 
1579
1580 2007-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1581
1582         * shell/ev-view.c: (ev_view_button_press_event):
1583
1584         Do not start an image drag and drop operation when pointer is on 
1585         text, so that we can select text when the whole background is an
1586         image. 
1587
1588 2007-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1589
1590         * shell/ev-window.c: (ev_window_update_actions): 
1591
1592         Disable all zoom related actions during presentation mode. 
1593
1594 2007-01-31  Esteban Sanchez  <esteban@steve-0.com>
1595
1596         * shell/ev-view.c: (ev_view_zoom_in), (ev_view_zoom_out):
1597
1598         Do not zoom in or out on presentation mode. Fixes bug #401305.
1599
1600 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1601
1602         * shell/ev-navigation-action.c: (connect_proxy),
1603         (create_menu_item), (ev_navigation_action_class_init):
1604         
1605         Correctly show menu and fix crash when navigaton 
1606         action is out of toolbar visible area.
1607
1608 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1609
1610         * data/Makefile.am:
1611         * data/evince.1:
1612         
1613         Added man file
1614
1615 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1616
1617         * help/reference/* :
1618         * configure.ac:
1619         
1620         Added gtk-doc based documentation for Evince.
1621         Still in initial state but I hope it will
1622         grow.
1623         
1624         * configure.ac:
1625         
1626         Lower dbus requirement to 0.70
1627
1628 2007-01-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1629
1630         * shell/ev-window.c: (ev_window_add_history):
1631
1632         Fix memory leak. 
1633
1634 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1635
1636         * shell/ev-view.c: (ev_view_page_label_from_dest), (tip_from_link):
1637         * shell/ev-view.h:
1638         * shell/ev-window.c: (ev_window_add_history):
1639         
1640         Correctly handle named destination links
1641
1642 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1643
1644         * NOTES:
1645         * backend/djvu/djvu-links.c: (djvu_links_get_links_model):
1646         * backend/pdf/ev-poppler.cc:
1647         * libdocument/ev-document-links.h:
1648         * libdocument/ev-link.c: (ev_link_get_page):
1649         * libdocument/ev-link.h:
1650         * shell/ev-history.c: (ev_history_init), (ev_history_class_init),
1651         (ev_history_add_link):
1652         * shell/ev-history.h:
1653         * shell/ev-navigation-action.c: (activate_menu_item_cb),
1654         (new_history_menu_item), (build_menu):
1655         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
1656         * shell/ev-sidebar-links.c: (create_loading_model),
1657         (print_section_cb), (ev_sidebar_links_construct),
1658         (fill_page_labels), (update_page_callback_foreach),
1659         (update_page_callback), (job_finished_callback):
1660         * shell/ev-view.c: (ev_view_handle_link):
1661         * shell/ev-window.c: (ev_window_find_chapter),
1662         (ev_window_add_history), (view_handle_link_cb),
1663         (history_changed_cb):
1664         
1665         Implements another history variant
1666
1667 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
1668
1669         * shell/ev-window.c: (view_external_link_cb):
1670         * shell/ev-view.c: (ev_view_button_release_event):
1671
1672         Open links in new window when clicking with middle button. 
1673
1674 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1675
1676         * shell/ev-navigation-action.c: (new_history_menu_item):
1677         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
1678         * shell/ev-view.c: (ev_view_handle_link):
1679         * shell/ev-window.c:
1680         
1681         Store link before jump, not the destination. For me it 
1682         seems like more natural history behavior.
1683
1684 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1685
1686         * shell/ev-navigation-action.c: (activate_menu_item_cb),
1687         (ev_navigation_action_class_init):
1688         * shell/ev-navigation-action.h:
1689         * shell/ev-page-action.c: (activate_cb):
1690         * shell/ev-page-cache.c: (ev_page_cache_class_init),
1691         (ev_page_cache_set_current_page_history):
1692         * shell/ev-page-cache.h:
1693         * shell/ev-sidebar-thumbnails.c:
1694         (ev_sidebar_tree_selection_changed),
1695         (ev_sidebar_icon_selection_changed), (page_changed_cb):
1696         * shell/ev-view-private.h:
1697         * shell/ev-view.c: (ev_view_handle_link), (ev_view_class_init):
1698         * shell/ev-view.h:
1699         * shell/ev-window.c: (page_changed_cb), (history_changed_cb),
1700         (ev_window_setup_document), (ev_window_load_job_cb):
1701         * shell/ev-window.h:
1702         
1703         History finally works as expected.
1704
1705 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
1706
1707         * shell/ev-sidebar-links.c: (ev_sidebar_links_map):
1708
1709         Do not update links treeview if it doesn't have a model assigned yet. 
1710
1711 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
1712
1713         * shell/ev-sidebar-links.c: (ev_sidebar_links_map),
1714         (ev_sidebar_links_class_init), (update_page_callback):
1715
1716         Do not update links treeview when sidepane is not visible. 
1717
1718 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1719
1720         * shell/ev-marshal.list:
1721         * shell/ev-page-action.c: (activate_cb),
1722         (ev_page_action_class_init):
1723         * shell/ev-page-action.h:
1724         * shell/ev-page-cache.c: (ev_page_cache_set_page_label):
1725         * shell/ev-window.c:
1726         
1727         Remove activate_link signal, not required.
1728
1729 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1730
1731         * shell/ev-navigation-action.c: (build_menu):
1732         
1733         Reorder menu items and build menu with fixed length.
1734
1735 2007-01-27  Ed Catmur  <ed@catmur.co.uk>
1736
1737         * shell/ev-view.c: (get_selected_text):
1738         
1739         Normalize text to fix ligatures problem. See bug
1740         #341947 for details.
1741
1742 2007-01-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1743
1744         * shell/ev-page-cache.c: (ev_page_cache_finalize):
1745
1746         Fix memory leak in ev-page-cache. 
1747
1748 2007-01-25  Tom Parker <palfrey@tevp.net>
1749
1750         * backend/impress/impress-document.c: (impress_document_load),
1751         (impress_document_finalize), (impress_document_init):
1752         * properties/ev-properties-main.c: (ev_properties_get_pages):
1753         
1754         Correctly handle impress document errors. Fixes nautilus
1755         crash in property page #370491.
1756
1757 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1758
1759         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
1760         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
1761         (ev_job_queue_remove_job):
1762         * shell/ev-jobs.[ch]: (ev_job_load_init), (ev_job_load_class_init),
1763         (ev_job_load_dispose), (ev_job_load_new), (ev_job_load_set_uri),
1764         (ev_job_load_run):
1765         * shell/ev-window.c: (ev_window_is_empty), (password_dialog_response),
1766         (ev_window_popup_password_dialog), (ev_window_clear_load_job),
1767         (ev_window_load_job_cb), (xfer_update_progress_callback),
1768         (ev_window_open_uri), (ev_window_dispose):
1769         * shell/main.c: (main):
1770
1771         Do file transfer asynchronously in the main thread instead of
1772         synchronously in the load thread. Fixes bugs #399694, #398307 and
1773         #343542.
1774
1775 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1776
1777         * shell/ev-jobs.c: (ev_job_xfer_run):
1778
1779         Load the document with the font-config lock held. 
1780
1781 2007-01-23  Carlos Garcia Campos  <carlosgc@gnome.org>
1782
1783         * backend/ps/ps-document.c: (start_interpreter):
1784
1785         Fix memory leaks in ps backend. 
1786
1787 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
1788
1789         * backend/impress/impress-document.c:
1790         (impress_document_render_pixbuf):
1791
1792         Do not acquire fontconfig lock in impress backend, since it is using
1793         the main loop for rendering. 
1794
1795 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
1796
1797         * po/POTFILES.in: 
1798
1799         Remove mdvi files that shouldn't be translated. 
1800
1801 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
1802
1803         * shell/ev-view-private.h:
1804         * shell/ev-view.c: (draw_loading_text), (ev_view_destroy),
1805         (ev_view_set_zoom):
1806
1807         Render "loading..." text into a cairo surface instead of directly into
1808         the window so that fontconfig lock is only needed once and UI is not
1809         blocked. Change text color to #9B9B9B. Fixes bug #397356.
1810
1811 2007-01-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1812
1813         * shell/ev-stock-icons.c: (ev_stock_icons_init):
1814         * shell/ev-application.c: (ev_application_open_uri_at_dest):
1815
1816         Use icon theme associated with the window screen rather than default. 
1817
1818 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
1819
1820         * configure.ac:
1821
1822         Fix a typo in previous commit (24x24/action/ --> 24x24/actions)
1823
1824 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
1825
1826         * data/icons/*/apps/evince.*:
1827
1828         Move Evince icons under new apps directory.
1829
1830         * data/icons/*/actions/*:
1831
1832         Add new custom themeable Evince icons: view-page-continuous, 
1833         view-page-facing, zoom-fit-width, zoom-fit-page. From Andreas
1834         Nilsson, at 16 and 22 pixels (plus 24 for compatibility).
1835
1836         * configure.ac:
1837
1838         Add new directories to AC_CONFIG_FILES.
1839
1840         * shell/ev-stock-icons.c:
1841         * shell/ev-stock-icons.h:
1842
1843         Use new custom themeable icons.
1844
1845 2007-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
1846
1847         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
1848
1849         Do not draw white background page in presentation mode. 
1850
1851 2007-01-16  Jani Monoses <jani.monoses@gmail.com>
1852
1853         * shell/ev-view.c: Remove unused gnome-vfs include.
1854
1855 2007-01-16  Theppitak Karoonboonyanan  <thep@linux.thai.net>
1856
1857         * backend/dvi/mdvi-lib/fontmap.c: (mdvi_load_fontmap):
1858         
1859         Format string is corrected, fixes bug #397129.
1860
1861 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1862
1863         * shell/ev-window.c: (ev_window_setup_recent):
1864
1865         Do not include in recent menu inexistent documents. Fixes
1866         bug #339171.
1867
1868 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1869
1870         * po/POTFILES.skip: 
1871
1872         Update POTFILES.skip file according to current source tree. 
1873
1874 2007-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1875
1876         * shell/ev-window.c: (file_save_dialog_response_cb):
1877
1878         Do Save a copy in atomic way. Fixes bug #328266. 
1879
1880 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
1881
1882         * shell/ev-sidebar-links.c: (update_page_callback_foreach):
1883
1884         Keep selected cell always visible in index treeview.
1885
1886 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
1887         
1888         * shell/ev-view.c: (ev_view_size_allocate):
1889
1890         Restore horizontal scrollbar after switching to/from fullscreen
1891         or presentation mode. Fixes bug #331728.
1892
1893 2007-01-11  Carlos Garcia Campos  <carlosgc@gnome.org>
1894
1895         * shell/ev-view-private.h:
1896         * shell/ev-window.c: (ev_window_screen_changed), (ev_window_init):
1897         * shell/ev-view.[ch]: (ev_view_class_init), (ev_view_set_zoom),
1898         (ev_view_set_screen_dpi), (ev_view_can_zoom_in),
1899         (ev_view_can_zoom_out):
1900
1901         Use max and min scale values in the view iby taking dpi into account. 
1902
1903 2007-01-10  Carlos Garcia Campos  <carlosgc@gnome.org>
1904
1905         * configure.ac:
1906         * NEWS:
1907
1908         Release 0.7.1
1909
1910 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1911
1912         * shell/ev-window.c: (ev_window_print_send):
1913
1914         Send print job to printer with some settings set to default values,
1915         since we have already exported to a file according to such settings
1916         and they could be taken twice by some printers. 
1917
1918 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1919
1920         * shell/ev-jobs.c: (ev_job_xfer_run):
1921         * shell/ev-application.c: (ev_application_open_uri_at_dest):
1922
1923         Show main window and load document with the font-config lock held. 
1924
1925 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1926
1927         * configure.ac:
1928         * shell/ev-application.c: (ev_application_register_service):
1929         * shell/main.c: (load_files_remote):
1930
1931         Bump requirements to dbus-glib 0.71 and drop all ifdefs used.
1932
1933 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1934
1935         * doc/debugging.txt:
1936         
1937         Remove obsolete documentation.
1938
1939 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1940
1941         * Makefile.am:
1942         * backend/Makefile.am:
1943         * backend/comics/Makefile.am:
1944         * backend/djvu/Makefile.am:
1945         * backend/dvi/Makefile.am:
1946         * backend/ev-async-renderer.c:
1947         * backend/ev-async-renderer.h:
1948         * backend/ev-attachment.c:
1949         * backend/ev-attachment.h:
1950         * backend/ev-backend-marshal.c:
1951         * backend/ev-document-factory.c:
1952         * backend/ev-document-factory.h:
1953         * backend/ev-document-find.c:
1954         * backend/ev-document-find.h:
1955         * backend/ev-document-fonts.c:
1956         * backend/ev-document-fonts.h:
1957         * backend/ev-document-images.c:
1958         * backend/ev-document-images.h:
1959         * backend/ev-document-info.h:
1960         * backend/ev-document-links.c:
1961         * backend/ev-document-links.h:
1962         * backend/ev-document-misc.c:
1963         * backend/ev-document-misc.h:
1964         * backend/ev-document-security.c:
1965         * backend/ev-document-security.h:
1966         * backend/ev-document-thumbnails.c:
1967         * backend/ev-document-thumbnails.h:
1968         * backend/ev-document-transition.c:
1969         * backend/ev-document-transition.h:
1970         * backend/ev-document.c:
1971         * backend/ev-document.h:
1972         * backend/ev-file-exporter.c:
1973         * backend/ev-file-exporter.h:
1974         * backend/ev-image.c:
1975         * backend/ev-image.h:
1976         * backend/ev-link-action.c:
1977         * backend/ev-link-action.h:
1978         * backend/ev-link-dest.c:
1979         * backend/ev-link-dest.h:
1980         * backend/ev-link.c:
1981         * backend/ev-link.h:
1982         * backend/ev-render-context.c:
1983         * backend/ev-render-context.h:
1984         * backend/ev-selection.c:
1985         * backend/ev-selection.h:
1986         * backend/impress/Makefile.am:
1987         * backend/pdf/Makefile.am:
1988         * backend/pixbuf/Makefile.am:
1989         * backend/ps/Makefile.am:
1990         * backend/ps/ps-document.c: (push_pixbuf), (interpreter_failed),
1991         (ps_document_widget_event), (setup_pixmap), (setup_page), (input),
1992         (start_interpreter), (stop_interpreter), (document_load),
1993         (ps_document_next_page), (render_page):
1994         * backend/tiff/Makefile.am:
1995         * comics/Makefile.am:
1996         * comics/comics-document.c:
1997         * comics/comics-document.h:
1998         * configure.ac:
1999         * cut-n-paste/zoom-control/ephy-zoom-control.c:
2000         * djvu/Makefile.am:
2001         * djvu/djvu-document-private.h:
2002         * djvu/djvu-document.c:
2003         * djvu/djvu-document.h:
2004         * djvu/djvu-links.c:
2005         * djvu/djvu-links.h:
2006         * djvu/djvu-text-page.c:
2007         * djvu/djvu-text-page.h:
2008         * djvu/djvu-text.c:
2009         * djvu/djvu-text.h:
2010         * dvi/Makefile.am:
2011         * dvi/dvi-document.c:
2012         * dvi/dvi-document.h:
2013         * dvi/fonts.c:
2014         * dvi/fonts.h:
2015         * dvi/mdvi-lib/Makefile.am:
2016         * dvi/mdvi-lib/afmparse.c:
2017         * dvi/mdvi-lib/afmparse.h:
2018         * dvi/mdvi-lib/bitmap.c:
2019         * dvi/mdvi-lib/bitmap.h:
2020         * dvi/mdvi-lib/color.c:
2021         * dvi/mdvi-lib/color.h:
2022         * dvi/mdvi-lib/common.c:
2023         * dvi/mdvi-lib/common.h:
2024         * dvi/mdvi-lib/defaults.h:
2025         * dvi/mdvi-lib/dvimisc.c:
2026         * dvi/mdvi-lib/dviopcodes.h:
2027         * dvi/mdvi-lib/dviread.c:
2028         * dvi/mdvi-lib/files.c:
2029         * dvi/mdvi-lib/font.c:
2030         * dvi/mdvi-lib/fontmap.c:
2031         * dvi/mdvi-lib/fontmap.h:
2032         * dvi/mdvi-lib/fontsrch.c:
2033         * dvi/mdvi-lib/gf.c:
2034         * dvi/mdvi-lib/hash.c:
2035         * dvi/mdvi-lib/hash.h:
2036         * dvi/mdvi-lib/list.c:
2037         * dvi/mdvi-lib/mdvi.h:
2038         * dvi/mdvi-lib/pagesel.c:
2039         * dvi/mdvi-lib/paper.c:
2040         * dvi/mdvi-lib/paper.h:
2041         * dvi/mdvi-lib/pk.c:
2042         * dvi/mdvi-lib/private.h:
2043         * dvi/mdvi-lib/setup.c:
2044         * dvi/mdvi-lib/sp-epsf.c:
2045         * dvi/mdvi-lib/special.c:
2046         * dvi/mdvi-lib/sysdeps.h:
2047         * dvi/mdvi-lib/t1.c:
2048         * dvi/mdvi-lib/tfm.c:
2049         * dvi/mdvi-lib/tfmfile.c:
2050         * dvi/mdvi-lib/tt.c:
2051         * dvi/mdvi-lib/util.c:
2052         * dvi/mdvi-lib/vf.c:
2053         * dvi/pixbuf-device.c:
2054         * dvi/pixbuf-device.h:
2055         * impress/Makefile.am:
2056         * impress/common.h:
2057         * impress/document.c:
2058         * impress/f_oasis.c:
2059         * impress/f_oo13.c:
2060         * impress/iksemel.c:
2061         * impress/iksemel.h:
2062         * impress/imposter.h:
2063         * impress/impress-document.c:
2064         * impress/impress-document.h:
2065         * impress/internal.h:
2066         * impress/r_back.c:
2067         * impress/r_draw.c:
2068         * impress/r_geometry.c:
2069         * impress/r_gradient.c:
2070         * impress/r_style.c:
2071         * impress/r_text.c:
2072         * impress/render.c:
2073         * impress/render.h:
2074         * impress/zip.c:
2075         * impress/zip.h:
2076         * lib/Makefile.am:
2077         * lib/ev-debug.c:
2078         * lib/ev-debug.h:
2079         * lib/ev-file-helpers.c:
2080         * lib/ev-file-helpers.h:
2081         * lib/ev-gui.c:
2082         * lib/ev-gui.h:
2083         * lib/ev-tooltip.c:
2084         * lib/ev-tooltip.h:
2085         * libdocument/Makefile.am:
2086         * libdocument/ev-file-helpers.c:
2087         * pdf/Makefile.am:
2088         * pdf/ev-poppler.cc:
2089         * pdf/ev-poppler.h:
2090         * pixbuf/Makefile.am:
2091         * pixbuf/pixbuf-document.c:
2092         * pixbuf/pixbuf-document.h:
2093         * properties/Makefile.am:
2094         * ps/Makefile.am:
2095         * ps/gsdefaults.c:
2096         * ps/gsdefaults.h:
2097         * ps/gsio.c:
2098         * ps/gsio.h:
2099         * ps/gstypes.h:
2100         * ps/ps-document.c:
2101         * ps/ps-document.h:
2102         * ps/ps.c:
2103         * ps/ps.h:
2104         * shell/Makefile.am:
2105         * shell/ev-application.h:
2106         * shell/ev-sidebar-links.c:
2107         * shell/ev-sidebar-links.h:
2108         * shell/ev-utils.c: (ev_gui_sanitise_popup_position),
2109         (ev_gui_menu_position_tree_selection):
2110         * shell/ev-utils.h:
2111         * shell/ev-view.c: (ev_view_finalize):
2112         * shell/ev-window.c:
2113         * shell/main.c: (main):
2114         * thumbnailer/Makefile.am:
2115         * tiff/Makefile.am:
2116         * tiff/tiff-document.c:
2117         * tiff/tiff-document.h:
2118         * tiff/tiff2ps.c:
2119         * tiff/tiff2ps.h:
2120         
2121         Reorganize source tree.
2122
2123 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2124
2125         * backend/ev-document-factory.c:
2126
2127         Do not include ev-poppler.h when pdf is disabled. 
2128
2129 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
2130
2131         * configure.ac:
2132         * data/evince-ui.xml:
2133         * pdf/ev-poppler.cc: (pdf_document_images_get_images),
2134         (pdf_document_document_images_iface_init):
2135         * backend/Makefile.am:
2136         * backend/ev-document-images.[ch]:
2137         * backend/ev-image.[ch]:
2138         * lib/ev-file-helpers.[ch]: (ev_tmp_filename):
2139         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run),
2140         (ev_job_xfer_run):
2141         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
2142         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
2143         (ev_pixbuf_cache_get_image_mapping):
2144         * shell/ev-window.c: (view_menu_link_popup), (view_menu_image_popup),
2145         (view_menu_popup_cb), (ev_window_dispose),
2146         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
2147         (ev_view_popup_cmd_copy_image):
2148         * shell/ev-view-private.h:
2149         * shell/ev-view.c: (ev_view_get_image_at_location),
2150         (ev_view_do_popup_menu), (ev_view_popup_menu),
2151         (ev_view_button_press_event), (ev_view_drag_data_get),
2152         (ev_view_drag_motion), (ev_view_drag_data_received),
2153         (ev_view_motion_notify_event), (ev_view_button_release_event),
2154         (ev_view_finalize), (ev_view_class_init):
2155
2156         Add image handling support. Fixes bugs #310008 and #325047. Images
2157         selection is not supported yet. 
2158
2159 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
2160
2161         * shell/ev-window.c: (drag_data_received_cb), (ev_window_init):
2162         * shell/ev-view.c: (ev_view_drag_data_received), (ev_view_class_init),
2163         (ev_view_init):
2164
2165         Move view drag and drop stuff to ev-view.
2166
2167 2007-01-05  Carlos Garcia Campos  <carlosgc@gnome.org>
2168
2169         * shell/ev-pixbuf-cache.c: (clear_job_selection):
2170         * shell/ev-view.c: (clear_selection): 
2171
2172         Clear selection also in pixbuf cache.
2173
2174 2007-01-02  Luca Ferretti <elle.uca@libero.it>
2175
2176         * data/evince.desktop.in.in:
2177         
2178         Change icon name in desktop file. See bug #390734
2179         for details.
2180
2181 2006-12-28  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2182
2183         * thumbnailer/Makefile.am:
2184
2185         Use top_builddir instead top_srcdir for generated schema
2186         file installation. Fixes bug #390161.
2187
2188 2006-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2189
2190         * configure.ac:
2191         * backend/Makefile.am:
2192         * backend/ev-document-transition.[ch]:
2193         * pdf/ev-poppler.cc: (pdf_document_get_page_duration),
2194         (pdf_document_page_transition_iface_init):
2195         * shell/ev-view-private.h:
2196         * shell/ev-view.c: (ev_view_destroy), (page_changed_cb),
2197         (ev_view_set_presentation), (transition_next_page),
2198         (ev_view_presentation_transition_stop),
2199         (ev_view_presentation_transition_start), (ev_view_next_page):
2200
2201         Add page transition support in presentation mode. At the moment only
2202         page duration is supported, but not transition effects. Fixes bug
2203         #309815.
2204
2205 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2206
2207         * backend/ev-document-links.c: (ev_document_links_find_link_dest):
2208
2209         Run find_link_dest with document lock held, since it's called by links
2210         thread and main thread at the same time. 
2211
2212 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2213
2214         * shell/ev-view.c: (goto_dest):
2215
2216         Update page-cache when page is changed by the view, so that
2217         page-changed signal is emitted. 
2218
2219 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2220
2221         * test/test1.py:
2222         * test/test2.py:
2223
2224         Use C locale in tests. 
2225
2226 2006-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2227
2228         * shell/ev-window.c: (ev_window_run_presentation):
2229         * shell/ev-view-private.h:
2230         * shell/ev-view.c: (ev_view_set_presentation):
2231
2232         Restore zoom settings when back from presentation mode. 
2233
2234 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2235
2236         * shell/ev-window.c: (ev_window_run_presentation):
2237
2238         Always use "best fit" zoom in presentation mode.
2239         Fixes bug #389195.
2240
2241 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2242
2243         * shell/ev-view.c: (ev_view_goto_window_create):
2244
2245         Show "Jump to page" label in the page jumping popup in
2246         presentation mode instead of just a GtkEntry.
2247
2248 2006-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
2249
2250         * shell/ev-window.c: (launch_external_uri):
2251
2252         Do not escape uri before calling gnome_vfs_url_show(). Fixes bug
2253         #378085.
2254
2255 2006-12-22  Elijah Newren  <newren gmail com>
2256
2257         * configure.ac: explicitly check for libxml2.  Fixes #388795
2258
2259 2006-12-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2260
2261         * shell/ev-view-private.h:
2262         * shell/ev-view.c: (send_focus_change), (ev_view_goto_window_hide),
2263         (ev_view_goto_window_delete_event), (key_is_numeric),
2264         (ev_view_goto_window_key_press_event),
2265         (ev_view_goto_window_button_press_event),
2266         (ev_view_goto_entry_activate), (ev_view_goto_window_create),
2267         (ev_view_goto_entry_grab_focus), (ev_view_goto_window_send_key_event),
2268         (ev_view_key_press_event), (ev_view_focus_out), (ev_view_destroy):
2269
2270         Allow jumping to another page by typing a page number in presentation
2271         mode. It uses a popup window with an entry. Fixes bug #353625.
2272
2273 2006-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2274
2275         * configure.ac:
2276         * properties/ev-properties-view.c: (ev_get_default_user_units),
2277         (ev_regular_paper_size):
2278         
2279         Check for NL_MEASUREMENT. Fixes bug #376469. Thanks
2280         to Damien Carbery <damien.carbery@sun.com> and
2281         Yevgen Muntyan <muntyan@tamu.edu>.
2282
2283 2006-12-20  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2284
2285         * shell/ev-window.c: (setup_document_from_metadata):
2286
2287         Make sure Evince doesn't restore the view on the last
2288         page when a document is reopened. Fixes bug #383381.
2289
2290 2006-12-18  Jens Granseuer  <jensgr@gmx.net>
2291
2292         * shell/ev-view.c: (draw_loading_text):
2293
2294         Fix compilation with older compilers like gcc 2. Fixes bug #387237.
2295
2296 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2297
2298         * configure.ac:
2299         * NEWS:
2300
2301         Release 0.7.0
2302
2303 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2304
2305         * configure.ac:
2306         * pdf/ev-poppler.cc: (pdf_print_context_free),
2307         (pdf_document_file_exporter_begin),
2308         (pdf_document_file_exporter_do_page):
2309
2310         Make cairo-pdf depedency optional. 
2311
2312 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2313
2314         * shell/ev-print-job.c: (idle_print_handler), (ev_print_job_print):
2315
2316         Use ev_file_exporter instead of ev_ps_exporter in ev-print-job.
2317
2318 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2319
2320         * backend/ev-document.[ch]: (ev_document_get_fc_mutex),
2321         (ev_document_fc_mutex_lock), (ev_document_fc_mutex_unlock):
2322         * pdf/ev-poppler.cc: (make_thumbnail_for_size):
2323         * shell/ev-jobs.c: (ev_job_render_run), (ev_job_fonts_run):
2324         * shell/ev-view.c: (draw_loading_text):
2325         * shell/ev-window.c: (ev_window_cmd_file_properties):
2326
2327         Use an specific lock for FontConfig. Hopefully it fixes some crashes
2328         related to using FontConfig from different threads.
2329         
2330 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2331
2332         * shell/ev-view.c: (draw_loading_text):
2333
2334         Acquire lock document when drawing "Loading..." text so that only one
2335         thread will use FontConfig at the same time. Fixes bug #374750.
2336
2337 2006-12-15  Carlos Garcia Campos  <carlosgc@gnome.org>
2338
2339         * shell/ev-page-action.[ch]: (activate_cb):
2340         * shell/ev-window.c: (activate_label_cb):
2341
2342         Check if text inserted in page entry is a valid page number when it
2343         doesn't match to any document page label. Fixes bug #383165.
2344
2345 2006-12-14  Julien Rebetez,  <julienr@cvs.gnome.org>
2346         * shell/ev-window.c:
2347
2348         GTK_STOCK_SELECT_ALL is used in menu definition, but isn't
2349         available with GTK < 2.10. Added an ifdef to avoid compilation
2350         error.
2351
2352 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2353
2354         * configure.ac:
2355         * ps/ps-document.c: (start_interpreter), (ps_document_next_page):
2356
2357         Fix ps backend in multihead systems.
2358
2359 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2360
2361         * ps/ps-document.c: (setup_page), (ps_document_get_page_size):
2362         * shell/ev-window.c: (ev_window_get_screen_dpi),
2363         (ev_window_update_actions), (setup_view_from_metadata),
2364         (ev_window_zoom_changed_cb), (zoom_control_changed_cb):
2365
2366         Take screen DPI into account when zooming. Fixes bug #318285.
2367
2368 2006-12-14  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2369
2370         * data/Makefile.am:
2371
2372         Cleaned up/slightly refactored Makefile.am. Added GConf
2373         schemas uninstallation as well.
2374
2375 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2376
2377         * Makefile.am:
2378         * test/Makefile.am:
2379
2380         Fight with autotools to fix make check. Make distcheck
2381         works fine as well now!
2382
2383 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2384
2385         * shell/ev-view.c: (draw_end_presentation_page):
2386
2387         Corrected "end of presentation" string.
2388
2389 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2390
2391         * shell/ev-view.c: (ev_view_key_press_event):
2392
2393         Correctly propagate key press event so that up/down keys
2394         work as expected (correct behaviour was broken by
2395         black/white screen key bindings for presentations).
2396
2397 2006-12-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2398
2399         * pdf/ev-poppler.cc: (pdf_document_find_get_n_results),
2400         (pdf_document_find_get_result), (pdf_document_find_page_has_results),
2401         (pdf_document_find_get_progress), (pdf_selection_render_selection),
2402         (pdf_selection_get_selection_region),
2403         (pdf_selection_get_selection_map):
2404
2405         Add "static" to some private functions. 
2406
2407 2006-12-13  P. Henrique Silva  <ph.silva@gmail.com>
2408
2409         * lib/ev-tooltip.h:
2410         * properties/ev-properties-view.h:
2411         * shell/ev-jobs.h:
2412         * shell/ev-properties-dialog.h:
2413         * shell/ev-properties-fonts.h:
2414         * shell/ev-sidebar-links.h:
2415         * shell/ev-sidebar-thumbnails.h:
2416         * shell/ev-sidebar.h:
2417         * shell/ev-window.h:
2418         
2419         Fixes CHACK type in class casts. See bug #385343
2420         for details.
2421
2422 2006-12-10  Carlos Garcia Campos  <carlosgc@gnome.org>
2423
2424         * shell/ev-view-private.h:
2425         * shell/ev-view.c: (draw_end_presentation_page),
2426         (ev_view_expose_event), (ev_view_key_press_event),
2427         (ev_view_class_init), (ev_view_init):
2428
2429         Blank screen in presentation mode when pressing 'b' (filling with
2430         black) or 'w' (filling with white) keys. Fixes bug #358132.
2431
2432 2006-12-09  Gabriel Felipe Cornejo  <gnomeusr@gmail.com>
2433
2434         * data/evince-toolbar.xml:
2435         * shell/ev-window.c:
2436         
2437         Use stock icon for Select All action. Fixes
2438         bug #382652.
2439
2440 2006-12-09  Radoslav Dorcik  <dixiecko@gmail.com>
2441
2442         * shell/ev-view.c: (get_doc_point_from_offset),
2443         (ev_view_get_link_at_location), (ev_view_motion_notify_event):
2444
2445         Add links support in rotated documents. Fixes bug #343733.
2446
2447 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2448
2449         * shell/ev-view-private.h:
2450         * shell/ev-view.c: (draw_end_presentation_page),
2451         (ev_view_expose_event), (ev_view_init), (ev_view_set_presentation):
2452
2453         Show a blank page after the last page in presentation mode with a
2454         message indicating that presentation has finished and how to exit. 
2455
2456 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2457
2458         * shell/ev-window.c: (fullscreen_timeout_cb):
2459
2460         Hide cursor after a while in presentation mode. 
2461
2462 2006-12-04  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2463
2464         * backend/ev-document-info.h:
2465         * data/evince-properties.glade:
2466         * pdf/ev-poppler.cc:
2467         * properties/ev-properties-view.c: (ev_regular_paper_size),
2468         (ev_properties_view_set_info):
2469         * ps/ps-document.c: (ps_document_get_info):
2470
2471         Adds a paper size field to the properties dialog. Fixes
2472         bug #307315. Patch by Kasper Svendsen (with some i18n
2473         changes done by me).
2474
2475 2006-12-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2476
2477         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
2478         (screensaver_init_dbus), (totem_scrsaver_new),
2479         (totem_scrsaver_init):
2480         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
2481         * shell/ev-application.c: (ev_application_register_service),
2482         (ev_application_screensaver_enable),
2483         (ev_application_screensaver_disable):
2484         * shell/ev-application.h:
2485         * shell/ev-window.c: (ev_window_run_presentation),
2486         (ev_window_stop_presentation), (build_comments_string),
2487         (ev_window_init):
2488         
2489         Move screensaver handling to application. No more
2490         message on startup.
2491
2492 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2493
2494         * configure.ac:
2495         * backend/Makefile.am:
2496         * backend/ev-file-exporter.[ch]:
2497         * pdf/ev-poppler.cc: (pdf_document_file_exporter_*):
2498         * ps/ps-document.c: (ps_document_file_exporter_*):
2499         * tiff/tiff-document.c: (tiff_document_document_file_exporter_*):
2500         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
2501         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
2502         (ev_window_print_dialog_response_cb), (ev_window_print_range):
2503
2504         Allow printing to PDF when suppoted by the backend.
2505         
2506 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2507
2508         * shell/ev-window.c: (build_comments_string):
2509
2510         Use always "Document Viewer" in about dialog. 
2511
2512 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2513
2514         * djvu/djvu-document.c: (djvu_document_get_page_size):
2515
2516         Display a warning message when get_pageinfo fails. 
2517
2518 2006-11-30  Yevgen Muntyan  <muntyan@tamu.edu>
2519
2520         * Makefile.am:
2521         * backend/Makefile.am:
2522         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
2523         * configure.ac:
2524         * shell/ev-window.c: (build_comments_string):
2525         
2526         Make pdf compilation optional. See bug #38007.
2527
2528 2006-11-30  Carlos Garcia Campos  <carlosgc@gnome.org>
2529
2530         * ps/ps.c: (get_next_text):
2531
2532         Fix CVE-2006-5864.
2533
2534 2006-11-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2535
2536         * shell/ev-history.c: (ev_history_finalize), (ev_history_class_init):
2537         * shell/ev-navigation-action.c: (connect_proxy),
2538         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
2539         
2540         Do not call g_type_class_peek_parent twice.
2541
2542 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2543
2544         * configure.ac:
2545         * data/icons/24x24/.cvsignore:
2546         * data/icons/24x24/Makefile.am:
2547         * data/icons/24x24/evince.png:
2548         * data/icons/Makefile.am:
2549         
2550         Add 24x24 icon. Thanks to 
2551         Michael Monreal <infernux@web.de>.
2552
2553 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2554
2555         * configure.ac: Fix typo in configure.ac. Thanks
2556         to dmacks@netspace.org for notification.
2557
2558 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2559
2560         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
2561         
2562         Drop dbus include, fixes compilation with older dbus.
2563
2564 2006-11-22  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2565
2566         * configure.ac:
2567         * cut-n-paste/Makefile.am:
2568         * cut-n-paste/totem-screensaver/.cvsignore
2569         * cut-n-paste/totem-screensaver/Makefile.am:
2570         * cut-n-paste/totem-screensaver/README:
2571         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
2572         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
2573         * shell/Makefile.am:
2574         * shell/ev-window.c: (ev_window_run_presentation),
2575         (ev_window_stop_presentation), (ev_window_cmd_help_about),
2576         (ev_window_init):
2577
2578         Implemented screensaver enabling/disabling for
2579         presentation mode (not fullscreen mode). Code stolen
2580         from Totem (with some minor tweaks). Fixes bug #338889.
2581
2582 2006-11-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2583
2584         * configure.ac:
2585
2586         Bump gnome-icon-theme requirements. We use the rotation
2587         icons that appeared recently.
2588
2589 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2590
2591         * shell/ev-history.c: (ev_history_add_page):
2592         * shell/ev-history.h:
2593         * shell/ev-window.c: (page_changed_cb):
2594         
2595         Use page labels instead of numbers.
2596
2597 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2598
2599         * data/evince-toolbar.xml:
2600         * po/POTFILES.in:
2601         * shell/Makefile.am:
2602         * shell/ev-navigation-action-widget.c:
2603         (ev_navigation_action_widget_init),
2604         (ev_navigation_action_widget_class_init), (menu_deactivate_cb),
2605         (menu_detacher), (ev_navigation_action_widget_set_menu),
2606         (menu_position_func), (popup_menu_under_arrow),
2607         (ev_navigation_action_widget_toggled),
2608         (ev_navigation_action_widget_button_press_event):
2609         * shell/ev-navigation-action-widget.h:
2610         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
2611         (ev_navigation_action_set_window), (activate_menu_item_cb),
2612         (new_history_menu_item), (new_empty_history_menu_item),
2613         (build_menu), (menu_activated_cb), (connect_proxy),
2614         (create_tool_item), (ev_navigation_action_init),
2615         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
2616         * shell/ev-navigation-action.h:
2617         * shell/ev-page-action-widget.c: (ev_page_action_widget_init),
2618         (ev_page_action_widget_set_page_cache),
2619         (ev_page_action_widget_finalize),
2620         (ev_page_action_widget_class_init), (match_selected_cb),
2621         (display_completion_text), (match_completion), (build_new_tree_cb),
2622         (get_filter_model_from_model),
2623         (ev_page_action_widget_update_model):
2624         * shell/ev-page-action-widget.h:
2625         * shell/ev-page-action.c: (activate_link_cb), (update_model),
2626         (connect_proxy):
2627         * shell/ev-page-action.h:
2628         * shell/ev-stock-icons.c:
2629         * shell/ev-stock-icons.h:
2630         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
2631         (page_changed_cb), (ev_window_setup_document), (ev_window_dispose),
2632         (register_custom_actions):
2633         * shell/main.c:
2634         
2635         Preliminary history implementation
2636
2637 2006-11-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2638
2639         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_finalize),
2640         (dvi_document_class_init), (dvi_document_init_params):
2641         * dvi/mdvi-lib/font.c: (font_reference):
2642         
2643         Add reference to subfont. Fixes bug #374277.
2644
2645 2006-11-16  Carlos Garcia Campos  <carlosgc@gnome.org>
2646
2647         * shell/ev-window.c: (ev_window_create_tmp_symlink),
2648         (ev_window_cmd_file_open_copy_at_dest):
2649
2650         Fix a race condition when creating symlink. Increase the counter
2651         avoiding an infinite loop. Really fixes bug #357472. (Based on patch by
2652         Mathias Hasselmann).
2653
2654 2006-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
2655
2656         * backend/Makefile.am:
2657         * backend/ev-attachment.c: (ev_attachment_open):
2658         * lib/ev-file-helpers.[ch]: (ensure_dir_exists), (ev_dot_dir),
2659         (ev_tmp_dir), (ev_tmp_filename):
2660         * shell/ev-sidebar-attachments.c:
2661         (ev_sidebar_attachments_drag_data_get):
2662         * shell/ev-window.c: (ev_window_clear_temp_file):
2663
2664         Use always ev_tmp_dir instead of g_get_tmp_dir. Fix a race condition
2665         in ensure_dir_exists. Abort without crashing when we can't create
2666         user's directory.
2667
2668 2006-11-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2669
2670         * data/evince-ui.xml:
2671         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
2672         (ev_window_xfer_job_cb), (ev_window_get_copy_tmp_name),
2673         (ev_window_cmd_file_open_copy_at_dest),
2674         (ev_window_cmd_file_open_copy), (view_menu_popup_cb),
2675         (ev_view_popup_cmd_open_link_new_window):
2676
2677         Allow opening a copy of the current document in a new window. Fixes bug
2678         #357472
2679
2680 2006-11-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2681
2682         * data/evince-toolbar.xml:
2683         
2684         Add rotate right and rotate left to available items for toolbar.
2685         
2686         * data/evince-ui.xml:
2687         * shell/ev-window.c: (ev_window_init):
2688         
2689         Customize toolbar with right click. Fixes bug #372451.
2690
2691 2006-11-11  Claudio Saavedra  <csaavedra@alumnos.utalca.cl>
2692
2693         * shell/ev-window.c: 
2694         
2695         Use "object-rotate-{left,right}" stock icons. Fixes 
2696         bug #373863.
2697
2698 2006-11-10  Carlos Garcia Campos  <carlosgc@gnome.org>
2699
2700         * shell/ev-application.[ch]: (get_unlink_temp_file_from_args),
2701         (ev_application_open_uri_at_dest), (ev_application_open_uri):
2702         * shell/ev-window.[ch]: (ev_window_clear_temp_file),
2703         (ev_window_open_uri):
2704         * shell/main.c: (arguments_parse):
2705
2706         Remove temp file created when evince is used by GTK+ in
2707         preview mode. Fixes bug #365282. 
2708
2709 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2710
2711         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
2712         
2713         Fixes bug #372474 - Side pane disabled when entering 
2714         and leaving fullscreen mode.
2715
2716 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2717
2718         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (setup_editor):
2719         * data/Makefile.am:
2720         * data/evince-preview-toolbar.xml:
2721         * data/evince-toolbar.xml:
2722         * shell/ev-application.c: (ev_application_shutdown),
2723         (ev_application_init), (ev_application_get_toolbars_model):
2724         * shell/ev-application.h:
2725         * shell/ev-window.c: (update_chrome_visibility),
2726         (ev_window_create_fullscreen_popup), (ev_window_run_preview),
2727         (ev_window_cmd_edit_toolbar), (ev_window_init):
2728         
2729         Fixes bug #364364 - toolbar editor shows zoom actions again.
2730
2731 2006-11-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2732
2733         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2734
2735         Do not take margins into consideration for paper size when printing.
2736         Really fixes bug #350491.
2737
2738 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2739
2740         * data/evince-ui.xml:
2741         * shell/ev-window.c: (ev_window_print_page_setup_done_cb),
2742         (ev_window_cmd_file_print_setup),
2743         (ev_window_print_dialog_response_cb),
2744         (ev_window_setup_action_sensitivity):
2745
2746         Add page setup settings for printing. Fixes bugs #363860 and #350491.
2747
2748 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2749
2750         * shell/ev-window.c: (ev_window_print_range):
2751
2752         Revert my previuos commit, since printing to PDF is not supported by
2753         evince yet. 
2754
2755 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2756
2757         * shell/ev-window.c: (ev_window_print_range):
2758
2759         Enable print to a PDF. Fixes bug #332121.
2760
2761 2006-10-31  Carlos Garcia Campos  <carlosgc@gnome.org>
2762
2763         * shell/ev-application-service.xml:
2764         * shell/ev-application.[ch]: (ev_application_open_window),
2765         (ev_application_get_empty_window), (ev_application_open_uri_at_dest),
2766         (ev_application_open_uri), (ev_application_open_uri_list):
2767         * shell/ev-window.c: (file_open_dialog_response_cb),
2768         (ev_window_cmd_recent_file_activate), (ev_window_setup_recent),
2769         (drag_data_received_cb), (open_remote_link):
2770         * shell/main.c: (arguments_parse), (load_files), (load_files_remote):
2771
2772         Add support for multiscreen systems. Fixes bug #316206.
2773
2774 2006-10-30  Carlos Garcia Campos  <carlosgc@gnome.org>
2775
2776         * shell/ev-jobs.[ch]: (ev_job_print_new),
2777         (ev_print_job_print_page_in_range), (ev_print_job_print_page_in_set),
2778         (ev_job_print_do_page):
2779         * shell/ev-window.[ch]: (ev_window_print_dialog_response_cb):
2780
2781         Allow printing only odd/even pages. Fixes bug #367289.
2782
2783 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2784
2785         * test/test1.py:
2786         * test/test2.py:
2787
2788         Re-add locale settings to test files.
2789
2790 2006-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2791
2792         * data/evince-ui.xml:
2793         * shell/ev-window.c: (set_action_properties):
2794         
2795         Removed garbage from code and ui.
2796
2797 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2798
2799         * shell/ev-window.c: (ev_window_cmd_help_about):
2800
2801         Shamelessly add my name to the list of contributors.
2802
2803 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2804
2805         * test/test1.py:
2806         * test/test2.py:
2807
2808         Cleaned up the dogtail scripts.
2809
2810 2006-10-27  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2811
2812         * shell/ev-view.c: (draw_loading_text): Don't render
2813         "loading..." text in presentation mode. Temporary
2814         workaround for bug #320352.
2815
2816 2006-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2817
2818         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
2819         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2820
2821         Use print settings scale, copies, collate and reverse which were
2822         ignored. Fixes bug #359032.
2823
2824 2006-10-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2825
2826         * configure.ac:
2827         * data/evince-password.glade:
2828         * test/Makefile.am:
2829         * test/test-encrypt.pdf:
2830         * test/test-links.pdf:
2831         * test/test1.py:
2832         * test/test2.py:
2833
2834         Add automated UI tests for evince with dogtail. See
2835         bug #300948.    
2836
2837 2006-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2838
2839         * shell/ev-window.c: (fullscreen_timeout_cb), (ev_window_init):
2840
2841         Hide fullscreen toolbar when switching to another desktop workspace.
2842         Fixes bug #338871
2843
2844 2006-10-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2845
2846         * shell/ev-window-title.c: 
2847         
2848         Test for .dvi in title of pdf documents.
2849
2850 2006-10-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2851
2852         * shell/ev-view.c: (ev_view_scroll):
2853
2854         Page Up/Down should do page jumps in "Best fit" mode.
2855         If a user has explicitly chosen to view exactly one page
2856         at a time, scrolling just a part of the page when
2857         pressing Page Up/Down is not right. Fixes bug #323107.
2858
2859 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2860
2861         * NEWS:
2862         * configure.ac:
2863         
2864         Update for 0.6.1
2865
2866 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2867
2868         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
2869         (job_fonts_finished_cb), (ev_properties_fonts_set_document):
2870         
2871         Correctly disconnect from job signals on destroy.
2872
2873 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2874
2875         * shell/ev-view-private.h:
2876         * shell/ev-view.c: (view_set_adjustment_values),
2877         (view_update_range_and_current_page),
2878         (ensure_rectangle_is_visible), (ev_view_size_allocate):
2879         
2880         Fixes bug #343199, current page now follows find page.
2881
2882 2006-10-08  Wouter Bolsterlee  <wbolster@gnome.org>
2883
2884         * backend/ev-document-factory.c:
2885         * configure.ac:
2886         Assigned OpenDocument presenation MIME type to the
2887         Impress backend. Added some missing (but harmless)
2888         #ifdefs in the document factory as well to make things
2889         consistent again. Fixes bug #360658.
2890
2891 2006-10-08  Christian Persch  <chpe@cvs.gnome.org>
2892
2893         * backend/ev-async-renderer.c: (ev_async_renderer_get_type):
2894         * backend/ev-document-find.c: (ev_document_find_get_type):
2895         * backend/ev-document-fonts.c: (ev_document_fonts_get_type):
2896         * backend/ev-document-links.c: (ev_document_links_get_type):
2897         * backend/ev-document-security.c: (ev_document_security_get_type):
2898         * backend/ev-document-thumbnails.c:
2899         (ev_document_thumbnails_get_type):
2900         * backend/ev-document.c: (ev_document_get_type):
2901         * backend/ev-ps-exporter.c: (ev_ps_exporter_get_type):
2902         * backend/ev-selection.c: (ev_selection_get_type):
2903         * cut-n-paste/recent-files/egg-recent-model.c:
2904         (egg_recent_model_get_type):
2905         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
2906         (egg_recent_view_uimanager_get_type):
2907         * cut-n-paste/recent-files/egg-recent-view.c:
2908         (egg_recent_view_get_type):
2909         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
2910         (egg_editable_toolbar_get_type):
2911         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
2912         (egg_toolbar_editor_get_type):
2913         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
2914         (egg_toolbars_model_get_type):
2915         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
2916         (egg_tree_multi_drag_source_get_type):
2917         * cut-n-paste/zoom-control/ephy-zoom-action.c:
2918         (ephy_zoom_action_get_type):
2919         * cut-n-paste/zoom-control/ephy-zoom-control.c:
2920         (ephy_zoom_control_get_type):
2921         * impress/r_back.c: (_imp_fill_back):
2922         * properties/ev-properties-main.c:
2923         (ev_properties_plugin_register_type):
2924         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type):
2925         * shell/ev-view-accessible.c: (ev_view_accessible_get_type),
2926         (ev_view_accessible_factory_get_type):
2927
2928         Reduce relocations. Bug #360616.
2929
2930 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2931
2932         * backend/ev-document-factory.c:
2933         (ev_document_factory_get_document):
2934         
2935         Load document even if extension is wrong.
2936
2937 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2938
2939         * shell/ev-metadata-manager.c: (save_values):
2940         * shell/ev-window.c: (setup_size_from_metadata),
2941         (setup_view_from_metadata), (ev_window_setup_document),
2942         (ev_window_xfer_job_cb), (window_configure_event_cb):
2943         
2944         Set size according to the document size/page size ratio.
2945         That should correct rather wierd behaviour of the previous
2946         commit.
2947
2948 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2949
2950         * shell/ev-window.c: (setup_view_from_metadata):
2951         
2952         Set size for new windows from previous window size.
2953         See bugs #354968 and #168450 for details. Thanks
2954         to Meik Hellmund.
2955
2956 2006-10-01  Carlos Garcia Campos  <carlosgc@gnome.org>
2957
2958         * djvu/djvu-links.c: (build_tree):
2959
2960         Fix memory leak.
2961
2962 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2963
2964         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_set_document):
2965         
2966         Don't make sidebar close button insensitive. Fixes
2967         bug #357871.
2968
2969 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2970
2971         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
2972         (ev_window_set_view_accels_sensitivity):
2973         
2974         Don't enable Slash on documents which don't support
2975         find. Fixes bug #358648.
2976
2977 2006-10-01  Wouter Bolsterlee  <wbolster@gnome.org>
2978
2979         * shell/ev-window.c: (ev_window_cmd_file_open): Make the
2980         open dialog fall back to the current document uri if the
2981         filechooser hasn't been used before. Fixes bug #356980.
2982
2983 2006-09-24  Mathias Hasselmann  <mathias.hasselmann@gmx.de>
2984
2985         * shell/ev-window.c: (ev_window_setup_recent), 
2986         (ev_window_get_recent_file_label):
2987
2988         Escape underscores in filenames of recent file items.
2989
2990 2006-09-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2991
2992         * configure.ac:
2993         
2994         Bumped poppler requirements, really 0.5.3 is very 
2995         buggy, now we require 0.5.4.
2996
2997 2006-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2998
2999         * djvu/Makefile.am:
3000         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
3001         (djvu_document_find_iface_init), (djvu_document_links_get_links),
3002         (djvu_document_document_links_iface_init):
3003         * djvu/djvu-links.c: (number_from_miniexp), (string_from_miniexp),
3004         (number_from_string_10), (get_djvu_link_dest),
3005         (get_djvu_link_action), (build_tree), (get_djvu_hyperlink_area),
3006         (get_djvu_hyperlink_mapping), (djvu_links_has_document_links),
3007         (djvu_links_get_links), (djvu_links_find_link_dest),
3008         (djvu_links_get_links_model):
3009         * djvu/djvu-links.h:
3010         
3011         Add support for links and bookmarks in djvu documents. Thanks
3012         to Pauli Virtanen <pauli.virtanen@iki.fi> for the wonderful
3013         patch.
3014
3015 2006-09-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3016
3017         * shell/ev-application.c: (ev_application_open_uri_at_dest):
3018         
3019         Reopen should reload document. Fixes 
3020         bug 327951.
3021
3022 2006-09-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3023
3024         * configure.ac:
3025         * data/Makefile.am:
3026         * data/evince-16.png:
3027         * data/evince-22.png:
3028         * data/evince.png:
3029         * data/evince.svg:
3030         * data/icons/16x16/Makefile.am:
3031         * data/icons/16x16/evince.png:
3032         * data/icons/22x22/Makefile.am:
3033         * data/icons/22x22/evince.png:
3034         * data/icons/48x48/Makefile.am:
3035         * data/icons/48x48/evince.png:
3036         * data/icons/Makefile.am:
3037         * data/icons/scalable/Makefile.am:
3038         * data/icons/scalable/evince.svg:
3039         
3040         Install icons with correct names. Fixes
3041         bug #354429.
3042
3043 2006-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
3044
3045         * shell/ev-view.c: (ev_view_button_release_event):
3046
3047         Don't open links with middle mouse button. Fixes bug #353649
3048
3049 2006-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3050
3051         * NEWS:
3052         * configure.ac:
3053         
3054         Update for release 0.6.0
3055
3056 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3057
3058         * shell/ev-window.c: (ev_window_xfer_job_cb), (do_action_named):
3059         Implement Close named action. Patch by Carlos Garcia Campos.
3060
3061 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3062
3063         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
3064         
3065         Don't clear link mapping on copy_job_to_job_info. Fixes
3066         bug 346168.
3067
3068 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
3069
3070         * shell/main.c: (main):
3071
3072         Revert my previous commit, gnome_program_init owns the option context.
3073         Fix another memory leak in main. Both caught by Christian Persch. 
3074
3075 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
3076
3077         * shell/main.c: (main):
3078
3079         Fix memory leak.
3080
3081 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
3082
3083         * backend/ev-document-factory.c: (ev_document_factory_get_document):
3084
3085         Fix crash when opening a pdf with password protection. 
3086
3087 2006-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3088
3089         * pdf/ev-poppler.cc: (pdf_document_search_free):
3090
3091         Fix memory leak. 
3092
3093 2006-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3094
3095         * backend/ev-document-factory.c:
3096         (ev_document_factory_get_document):
3097         * tiff/tiff-document.c: (tiff_document_finalize):
3098         
3099         More correct handling of document loading. Fixes
3100         bug #349043.
3101
3102 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3103
3104         * backend/ev-attachment.c: (ev_attachment_save):
3105
3106         Remove GNOME_VFS_OPEN_TRUNCATE flag which is only available with
3107         gnome-vfs >= 2.9.3 and it's not really needed. Fixes bug #351493
3108
3109 2006-08-15  Julien Rebetez  <julienr@cvs.gnome.org>
3110         
3111         * shell/ev-window.c: (ev_window_cmd_recent_file_activate):
3112         Fixed a compilation error if HAVE_GTK_RECENT isn't defined.
3113
3114 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3115
3116         * shell/ev-sidebar-thumbnails.c:
3117
3118         Do not render thumbnails unless thumbnails page is active in the
3119         sidebar.
3120
3121 2006-08-14  Christian Persch  <chpe@cvs.gnome.org>
3122
3123         * shell/ev-properties-dialog.c:
3124
3125         Fix dialogue spacing. Bug #351370.
3126
3127 2006-08-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
3128
3129         * configure.ac:
3130
3131         Use lowercase gettext catalog file names (evince.mo
3132         instead of Evince.mo)
3133
3134 2006-08-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3135
3136         * shell/ev-sidebar-attachments.c:
3137
3138         GtkIconTheme is now screen safe too. Fixes bug #350878
3139
3140 2006-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3141
3142         * shell/ev-window.c:
3143
3144         GtkRecent manager is now screen safe. Fixes bug #350145
3145
3146 2006-08-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3147
3148         * shell/ev-sidebar.c: (ev_sidebar_init):
3149         
3150         Make sidebar close icon smaller. Fix for bug 350177.
3151         See also bugs 350176 and 165770.
3152
3153 2006-08-10  Carlos Garcia Campos  <carlosgc@gnome.org>
3154
3155         * shell/ev-view.c: (goto_fith_dest), (goto_fit_dest), (goto_xyz_dest):
3156
3157         Ignore zoom for xyz destinations when it's <= 1, keeping user
3158         preferences instead. Set correct sizing-mode for fith and fitv
3159         destinations rather than EV_SIZING_FREE. Fixes bug #349433
3160
3161 2006-08-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3162
3163         * NEWS:
3164         * configure.ac:
3165         
3166         Update for release 0.5.5
3167
3168 2006-08-07  Radoslav Dorcik <dixiecko@gmail.com>
3169         
3170         * shell/ev-window.c: (ev_window_cmd_escape)
3171
3172         Escape unfocus page entry. Fixes bug #345809.
3173
3174 2006-08-06  Carlos Garcia Campos  <carlosgc@gnome.org>
3175
3176         * pdf/ev-poppler.cc: (ev_link_dest_from_dest), (ev_link_from_action),
3177         (build_tree), (pdf_document_links_get_links),
3178         (pdf_document_links_find_link_dest):
3179         * shell/ev-view.c: (goto_fitr_dest), (goto_fith_dest),
3180         (goto_xyz_dest):
3181
3182         Convert from PDF style coordinates to X style coordinates in the
3183         backend rather than in the view. Fixes bug #338440
3184
3185 2006-08-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3186
3187         * shell/ev-window.c:
3188         
3189         Remove Ctrl+Shift+T shortcut for toolbars. See
3190         the bug #350098.
3191
3192 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
3193
3194         * configure.ac:
3195
3196         Use [] in AC_DEFINE for GtkRecent. Probably build was failing because
3197         of this. 
3198
3199 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
3200
3201         * configure.ac:
3202         * cut-n-paste/Makefile.am:
3203         * data/evince-ui.xml:
3204         * shell/Makefile.am:
3205         * shell/ev-application.[ch]:
3206         * shell/ev-window.c:
3207
3208         Use GtkRecent instead of EggRecent when it's available. Fixes bug
3209         #349273
3210
3211 2006-08-04  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
3212
3213         * shell/eggfindbar.c: (egg_find_bar_init): Fixed typo in
3214         findbar code: s/help/search/
3215
3216 2006-08-04  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
3217
3218         * shell/ev-window.c: (setup_document_from_metadata),
3219         (setup_chrome_from_metadata), (setup_sidebar_from_metadata),
3220         (setup_view_from_metadata):
3221         
3222         Fix memory leaks.
3223
3224 2006-07-31  Christian Persch  <chpe@cvs.gnome.org>
3225
3226         * autogen.sh, configure.ac: 
3227         
3228         Update automake usage. See bug 349292.
3229
3230 2006-07-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3231
3232         * shell/eggfindbar.c: (egg_find_bar_class_init),
3233         (entry_activate_callback), (egg_find_bar_init),
3234         (egg_find_bar_set_status_text):
3235         * shell/eggfindbar.h:
3236         
3237         Unify Evince findbar with Epiphany. Nice patch
3238         from Fabricio Silva <silva@crans.org> and
3239         Frederic Peters <fpeters@entrouvert.com>. See
3240         bug #339966 for details.
3241
3242 2006-07-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3243
3244         * data/evince.desktop.in.in:
3245         
3246         Correct information for bugzilla. Thanks to
3247         Olaf Vitters, see bug #348855.
3248
3249 2006-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
3250
3251         * shell/ev-jobs.[ch]:
3252         * shell/ev-sidebar-links.c:
3253         * shell/ev-window.[ch]:
3254
3255         GtkPrintJob doesn't support print ranges or current page, so we export
3256         to a ps file now when printing ranges or current page.
3257
3258 2006-07-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3259
3260         * pdf/ev-poppler.cc:
3261         * shell/ev-window.c: (do_action_named):
3262
3263         We should be more clear about bugzilla. See the
3264         poppler bug #7623.
3265
3266 2006-07-23  Carlos Garcia Campos  <carlosgc@gnome.org>
3267
3268         * configure.ac:
3269         * shell/Makefile.am:
3270         * shell/ev-job-queue.c:
3271         * shell/ev-jobs.[ch]:
3272         * shell/ev-sidebar-links.c:
3273         * shell/ev-window.[ch]:
3274         
3275         Use GtkPrint instead of GnomePrint when it's available. Fixes bug
3276         #348422
3277
3278 2006-07-17  Carlos Garcia Campos  <carlosgc@gnome.org>
3279
3280         * data/evince-toolbar.xml: Add preview toolbar (hidden by default)
3281         * shell/ev-application-service.xml:
3282         * shell/ev-application.[ch]:
3283         * shell/ev-jobs.[ch]:
3284         * shell/ev-window.[ch]: (ev_window_run_preview):
3285         * shell/main.c: 
3286
3287         Add preview mode to use evince as a printing previewer. It also adds
3288         other command line options for fullscreen and presentation modes.
3289         Fixes bugs #347822, #317031
3290
3291 2006-07-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3292
3293         * NEWS:
3294         * configure.ac:
3295         
3296         Update for release 0.5.4
3297
3298 2006-07-11  Bastien Nocera <hadess@hadess.net>
3299
3300         * Makefile.am:
3301         * backend/Makefile.am:
3302         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
3303         * backend/ev-document-factory.h:
3304         * configure.ac:
3305         * impress/.cvsignore:
3306         * impress/Makefile.am:
3307         * impress/common.h:
3308         * impress/document.c: (_imp_load_xml), (imp_open), (imp_nr_pages),
3309         (imp_get_page), (imp_next_page), (imp_prev_page),
3310         (imp_get_page_no), (imp_get_page_name), (imp_get_xml), (imp_close):
3311         * impress/f_oasis.c: (render_object), (render_page),
3312         (get_geometry), (_imp_oasis_load):
3313         * impress/f_oo13.c: (render_object), (render_page), (get_geometry),
3314         (_imp_oo13_load):
3315         * impress/iksemel.c: (iks_malloc), (iks_free), (iks_set_mem_funcs),
3316         (iks_strdup), (iks_strcat), (iks_strcmp), (iks_strcasecmp),
3317         (iks_strncmp), (iks_strncasecmp), (iks_strlen), (iks_escape),
3318         (iks_unescape), (find_space), (iks_stack_new), (iks_stack_alloc),
3319         (iks_stack_strdup), (iks_stack_strcat), (iks_stack_stat),
3320         (iks_stack_delete), (iks_sax_new), (iks_sax_extend),
3321         (iks_parser_stack), (iks_user_data), (iks_nr_bytes),
3322         (iks_nr_lines), (stack_init), (stack_expand), (sax_core),
3323         (iks_parse), (iks_parser_reset), (iks_parser_delete), (iks_new),
3324         (iks_new_within), (iks_insert), (iks_insert_cdata),
3325         (iks_insert_attrib), (iks_insert_node), (iks_hide), (iks_delete),
3326         (iks_next), (iks_next_tag), (iks_prev), (iks_prev_tag),
3327         (iks_parent), (iks_root), (iks_child), (iks_first_tag),
3328         (iks_attrib), (iks_find), (iks_find_cdata), (iks_find_attrib),
3329         (iks_find_with_attrib), (iks_stack), (iks_type), (iks_name),
3330         (iks_cdata), (iks_cdata_size), (iks_has_children),
3331         (iks_has_attribs), (escape_size), (my_strcat), (escape),
3332         (iks_string), (iks_copy_within), (iks_copy), (tagHook),
3333         (cdataHook), (deleteHook), (iks_dom_new), (iks_set_size_hint),
3334         (iks_tree), (iks_load), (iks_save):
3335         * impress/iksemel.h:
3336         * impress/imposter.h:
3337         * impress/impress-document.c: (G_DEFINE_TYPE_WITH_CODE),
3338         (imp_render_draw_bezier_real), (imp_render_get_size),
3339         (imp_render_set_fg_color), (imp_render_draw_line),
3340         (imp_render_draw_rect), (imp_render_draw_polygon),
3341         (imp_render_draw_arc), (imp_render_draw_bezier),
3342         (imp_render_open_image), (imp_render_get_image_size),
3343         (imp_render_scale_image), (imp_render_draw_image),
3344         (imp_render_close_image), (imp_render_markup),
3345         (imp_render_get_text_size), (imp_render_draw_text),
3346         (impress_document_load), (impress_document_save),
3347         (impress_document_get_n_pages), (impress_document_get_page_size),
3348         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
3349         (impress_document_finalize), (impress_document_class_init),
3350         (impress_document_can_get_text), (impress_document_get_info),
3351         (impress_document_document_iface_init),
3352         (impress_document_thumbnails_get_thumbnail),
3353         (impress_document_thumbnails_get_dimensions),
3354         (impress_document_document_thumbnails_iface_init),
3355         (impress_document_init):
3356         * impress/impress-document.h:
3357         * impress/internal.h:
3358         * impress/r_back.c: (_imp_fill_back):
3359         * impress/r_draw.c: (_imp_draw_rect), (_imp_draw_line_end),
3360         (_imp_draw_image), (_imp_tile_image):
3361         * impress/r_geometry.c: (r_parse_color), (r_get_color), (fg_color),
3362         (r_get_x), (r_get_y), (r_get_angle), (r_get_viewbox), (r_polygon),
3363         (r_polyline):
3364         * impress/r_gradient.c: (poly_rotate), (r_draw_gradient_simple),
3365         (r_draw_gradient_complex), (r_draw_gradient):
3366         * impress/r_style.c: (get_style), (r_get_style), (get_style_x),
3367         (r_get_bullet):
3368         * impress/r_text.c: (add_line), (add_span), (calc_sizes),
3369         (calc_pos), (_imp_draw_layout), (text_span), (text_p), (text_list),
3370         (r_text):
3371         * impress/render.c: (imp_create_context), (imp_context_set_page),
3372         (imp_context_set_step), (imp_render), (imp_delete_context):
3373         * impress/render.h:
3374         * impress/zip.c: (zip_error), (find_cd), (get_long), (get_word),
3375         (list_files), (zip_open), (zip_close), (find_file), (seek_file),
3376         (zip_load_xml), (zip_get_size), (zip_load):
3377         * impress/zip.h:
3378         * shell/ev-utils.c:
3379         
3380         New backend to support impress slides. Fixes bug #30867.
3381
3382 2006-07-10  Ghee Teo  <ghee.teo@sun.com>
3383
3384         * shell/ev-utils.c: (using_postscript_printer):
3385         
3386         Fixes crash when print using PAPI backend,
3387         bug #345012.
3388
3389 2006-06-09  Pat Rondon  <pmr@patrondon.org>
3390
3391         * shell/ev-jobs.c: (ev_job_xfer_run):
3392         * shell/ev-window.c: (password_dialog_response),
3393         (ev_window_popup_password_dialog), (ev_window_xfer_job_cb),
3394         (ev_window_dispose):
3395         Fixes bug #344160: if the xfer job doesn't complete
3396         because a password is required, reload the existing
3397         instance instead of creating a new one.
3398
3399 2006-06-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3400
3401         * shell/main.c: (main): Call gdk_threads_init. Thus
3402         we'll avoid errors in auth dialog. Fix for the bug
3403         #343347.
3404
3405 2006-06-01  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
3406
3407         * configure.ac: Advertise pixbuf support, fix
3408         for the bug 343317.
3409
3410 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3411
3412         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_refresh),
3413         (ev_sidebar_thumbnails_set_document):
3414         
3415         Update sidebar thumbnails after reloading.
3416
3417 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3418
3419         * shell/ev-jobs.c: (ev_job_xfer_dispose), (ev_job_xfer_new):
3420         * shell/ev-jobs.h:
3421         * shell/ev-window.c: (ev_window_xfer_job_cb), (ev_window_open_uri),
3422         (ev_window_cmd_view_reload), (ev_window_init):
3423         
3424         Don't crash on reload. Fix for the bug #343167.
3425
3426 2006-05-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3427
3428         * shell/ev-jobs.c: (ev_job_render_run):
3429         
3430         Check for document links.
3431
3432 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3433
3434         * backend/ev-attachment.c: (ev_attachment_save),
3435         (ev_attachment_launch_app), (ev_attachment_open):
3436         * backend/ev-document-factory.c: (get_document_from_uri):
3437         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
3438         (egg_recent_view_uimanager_set_list):
3439         * ps/ps-document.c: (check_filecompressed), (document_load),
3440         (ps_document_load):
3441         * shell/ev-metadata-manager.c: (load_values):
3442         * shell/ev-password.c: (ev_password_dialog_set_property):
3443         * shell/ev-view.c: (tip_from_link):
3444         * shell/ev-window.c: (file_save_dialog_response_cb),
3445         (ev_window_print_dialog_response_cb):
3446         
3447         Use consistent quoting style. Fix for the bug #320285.
3448
3449 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3450
3451         * shell/ev-jobs.c: (ev_job_xfer_run):
3452         * shell/main.c: (load_files):
3453                 
3454         Open links with anchors. Fix for the bug #339836.
3455
3456 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3457
3458         * backend/ev-link-dest.c: (ev_link_dest_type_get_type),
3459         (ev_link_dest_get_page_label), (ev_link_dest_get_property),
3460         (ev_link_dest_set_property), (ev_link_dest_finalize),
3461         (ev_link_dest_class_init), (ev_link_dest_new_named),
3462         (ev_link_dest_new_page_label):
3463         * backend/ev-link-dest.h:
3464         * shell/ev-application.c: (ev_application_open_uri):
3465         * shell/ev-view.c: (goto_dest):
3466         * shell/ev-window.c:
3467         * shell/ev-window.h:
3468         
3469         Fix page-label command line option. Bug #342070.
3470
3471 2006-05-27  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
3472
3473         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
3474         
3475         Don't show highlight rects if page can't be showed. Fix for 
3476         the bug #342076
3477
3478 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3479
3480         * shell/ev-window.c: (setup_sidebar_from_metadata),
3481         (ev_window_sidebar_visibility_changed_cb), (ev_window_init):
3482         
3483         Setup sidebar from metadata even if there is no document
3484         loaded. Fix for the bug #342807.
3485
3486 2006-05-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3487
3488         * cut-n-paste/toolbar-editor/Makefile.am:
3489         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
3490         (get_dock_position), (get_toolbar_position), (get_toolbar_nth),
3491         (find_action), (drag_data_delete_cb), (drag_begin_cb),
3492         (drag_end_cb), (drag_data_get_cb), (move_item_cb),
3493         (remove_item_cb), (remove_toolbar_cb), (popup_context_deactivate),
3494         (popup_context_menu_cb), (button_press_event_cb),
3495         (configure_item_sensitivity), (configure_item_cursor),
3496         (configure_item_tooltip), (connect_widget_signals),
3497         (action_sensitive_cb), (create_item_from_action),
3498         (create_item_from_position), (toolbar_drag_data_received_cb),
3499         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
3500         (toolbar_drag_leave_cb), (configure_drag_dest),
3501         (toggled_visibility_cb), (toolbar_visibility_refresh),
3502         (create_dock), (toolbar_changed_cb), (unparent_fixed),
3503         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
3504         (item_added_cb), (item_removed_cb), (egg_editable_toolbar_build),
3505         (egg_editable_toolbar_set_model), (egg_editable_toolbar_init),
3506         (egg_editable_toolbar_dispose),
3507         (egg_editable_toolbar_set_ui_manager),
3508         (egg_editable_toolbar_get_selected),
3509         (egg_editable_toolbar_set_selected), (set_edit_mode),
3510         (egg_editable_toolbar_set_property),
3511         (egg_editable_toolbar_get_property),
3512         (egg_editable_toolbar_class_init), (egg_editable_toolbar_new),
3513         (egg_editable_toolbar_new_with_model),
3514         (egg_editable_toolbar_get_edit_mode),
3515         (egg_editable_toolbar_set_edit_mode),
3516         (egg_editable_toolbar_add_visibility), (egg_editable_toolbar_show),
3517         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed):
3518         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
3519         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (compare_items),
3520         (item_added_or_removed_cb), (toolbar_removed_cb),
3521         (egg_toolbar_editor_set_model), (egg_toolbar_editor_class_init),
3522         (egg_toolbar_editor_finalize), (drag_begin_cb), (drag_end_cb),
3523         (drag_data_get_cb), (set_drag_cursor), (editor_create_item),
3524         (editor_create_item_from_name), (append_table),
3525         (update_editor_sheet), (egg_toolbar_editor_init):
3526         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
3527         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
3528         (egg_toolbars_model_to_xml), (egg_toolbars_model_save_toolbars),
3529         (is_unique), (toolbar_node_new), (item_node_new), (item_node_free),
3530         (toolbar_node_free), (egg_toolbars_model_get_flags),
3531         (egg_toolbars_model_set_flags), (egg_toolbars_model_get_data),
3532         (egg_toolbars_model_get_name), (impl_add_item),
3533         (egg_toolbars_model_add_item), (egg_toolbars_model_add_toolbar),
3534         (parse_data_list), (parse_item_list), (parse_toolbars),
3535         (egg_toolbars_model_load_toolbars), (parse_available_list),
3536         (parse_names), (egg_toolbars_model_load_names),
3537         (egg_toolbars_model_class_init), (egg_toolbars_model_init),
3538         (egg_toolbars_model_finalize), (egg_toolbars_model_remove_toolbar),
3539         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
3540         (egg_toolbars_model_delete_item), (egg_toolbars_model_n_items),
3541         (egg_toolbars_model_item_nth), (egg_toolbars_model_n_toolbars),
3542         (egg_toolbars_model_toolbar_nth), (egg_toolbars_model_get_types),
3543         (egg_toolbars_model_set_types), (fill_avail_array),
3544         (egg_toolbars_model_get_name_avail),
3545         (egg_toolbars_model_get_name_flags),
3546         (egg_toolbars_model_set_name_flags):
3547         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
3548         * cut-n-paste/toolbar-editor/eggintl.h:
3549         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
3550         (egg_tree_multi_drag_source_get_type),
3551         (egg_tree_multi_drag_source_row_draggable),
3552         (egg_tree_multi_drag_source_drag_data_delete),
3553         (egg_tree_multi_drag_source_drag_data_get), (stop_drag_check),
3554         (egg_tree_multi_drag_button_release_event), (selection_foreach),
3555         (path_list_free), (set_context_data), (get_context_data),
3556         (get_info), (egg_tree_multi_drag_drag_data_get),
3557         (egg_tree_multi_drag_motion_event),
3558         (egg_tree_multi_drag_button_press_event),
3559         (egg_tree_multi_drag_add_drag_support):
3560         * cut-n-paste/toolbar-editor/eggtreemultidnd.h:
3561         * shell/ev-application.c: (ev_application_init),
3562         (ev_application_save_toolbars_model):
3563         * shell/ev-window.c: (ev_window_create_fullscreen_popup),
3564         (ev_window_cmd_edit_toolbar), (ev_window_init):
3565         
3566         Sync toolbareditor with epiphany and libegg
3567
3568 2006-05-23  Carlos Garcia Campos  <carlosgc@gnome.org>
3569
3570         * configure.ac: 
3571
3572         Depend on poppler 0.5.2
3573
3574 2006-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3575
3576         * shell/ev-jobs.c: (ev_job_render_run):
3577         
3578         Check if document supports links iterface.
3579
3580 2006-05-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3581
3582         * NEWS:
3583         * configure.ac:
3584         
3585         Update for release 0.5.3
3586
3587 2006-05-13  Michael Plump  <plumpy@skylab.org>
3588
3589         * configure.ac:
3590         * shell/Makefile.am:
3591         * shell/main.c: (main):
3592         
3593         Port to GOption command line parsing. Fix for the 
3594         bug #327518
3595
3596 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3597
3598         * shell/ev-window.c: (ev_window_cmd_help_about):
3599         
3600         Do not wrap license. Fix for the bug #309460.
3601
3602 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3603
3604         * configure.ac:
3605         * properties/ev-properties-main.c: (ev_properties_get_pages):
3606         * shell/ev-application.c: (ev_application_open_window),
3607         (ev_application_open_uri_at_dest):
3608         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
3609         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
3610         (ev_sidebar_thumbnails_use_icon_view), (page_changed_cb):
3611         * shell/ev-utils.c: (save_print_config_to_file):
3612         * shell/ev-window.c: (ev_window_cmd_save_as),
3613         (ev_attachment_popup_cmd_save_attachment_as):
3614         * shell/main.c: (load_files_remote):
3615         
3616         Bump requirements to gtk 2.8 and drop all ifdefs used.
3617
3618 2006-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3619
3620         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
3621         * shell/ev-window.c: (ev_window_init):
3622         
3623         Show attachments page.
3624
3625 2006-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3626
3627         * po/POTFILES.in:
3628         * shell/ev-attachment-bar.c:
3629         * shell/ev-attachment-bar.h:
3630         * shell/ev-sidebar-attachments.c:
3631         (ev_sidebar_attachments_icon_cache_add),
3632         (icon_theme_get_pixbuf_from_mime_type),
3633         (ev_sidebar_attachments_icon_cache_get), (icon_cache_update_icon),
3634         (ev_sidebar_attachments_icon_cache_refresh),
3635         (ev_sidebar_attachments_get_attachment_at_pos),
3636         (ev_sidebar_attachments_popup_menu_show),
3637         (ev_sidebar_attachments_popup_menu),
3638         (ev_sidebar_attachments_button_press),
3639         (ev_sidebar_attachments_update_icons),
3640         (ev_sidebar_attachments_drag_data_get),
3641         (ev_sidebar_attachments_get_property),
3642         (ev_sidebar_attachments_destroy),
3643         (ev_sidebar_attachments_class_init), (ev_sidebar_attachments_init),
3644         (ev_sidebar_attachments_new),
3645         (ev_sidebar_attachments_set_document),
3646         (ev_sidebar_attachments_support_document),
3647         (ev_sidebar_attachments_get_label),
3648         (ev_sidebar_attachments_page_iface_init):
3649         * shell/ev-sidebar-attachments.h:
3650         * shell/ev-window.c: (update_chrome_visibility),
3651         (setup_sidebar_from_metadata), (ev_window_setup_document),
3652         (ev_window_sidebar_current_page_changed_cb),
3653         (attachment_bar_menu_popup_cb), (ev_window_init):
3654         
3655         Move attachments bar to sidebar.
3656
3657 2006-05-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3658
3659         * pdf/ev-poppler.cc:
3660         * shell/ev-application.[ch]:
3661         * shell/main.c:
3662
3663         Fix some memory leaks.
3664
3665 2006-05-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
3666
3667         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
3668
3669         Change the properties dialog response to
3670         GTK_RESPONSE_CANCEL instead of GTK_RESPONSE_CLOSE. This
3671         will make the dialog go away when the user presses
3672         enter. With gtk+ >= 2.9 this will happen anyway, but for
3673         older gtk+ versions only GTK_RESPONSE_CANCEL is bound to
3674         escape by default. Fixes bug #340539. See also bug
3675         #101293 for the gtk+ part.
3676
3677 2006-05-08  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
3678
3679         * shell/ev-view.c (tip_from_action_named): Replace some strings
3680         that were wrong. Closes #340970.
3681
3682 2006-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3683
3684         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
3685
3686         Update sidebar chrome flag when sidebar visibility changes. Fixes bug
3687         #341049
3688
3689 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3690
3691         * djvu/Makefile.am:
3692         * dvi/Makefile.am:
3693         * dvi/mdvi-lib/Makefile.am:
3694         * properties/Makefile.am:
3695         * ps/Makefile.am:
3696         * shell/Makefile.am:
3697         * thumbnailer/Makefile.am:
3698         
3699         Due to broken libtool that is unable to track dependencies
3700         of noinst libraries we are forced to explicitely point
3701         libraries for binary. Fix for the bug #333334.
3702
3703 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3704
3705         * data/evince.desktop.in.in:
3706         * shell/ev-view.c: (view_update_range_and_current_page),
3707         (ev_view_next_page), (ev_view_previous_page):
3708         * shell/ev-window.c: (update_chrome_visibility),
3709         (setup_sidebar_from_metadata), (ev_window_setup_document),
3710         (ev_window_update_fullscreen_popup), (fullscreen_timeout_cb),
3711         (fullscreen_set_timeout), (fullscreen_clear_timeout),
3712         (fullscreen_motion_notify_cb), (ev_window_run_fullscreen),
3713         (ev_window_stop_fullscreen), (ev_window_run_presentation),
3714         (ev_window_stop_presentation), (ev_window_focus_in_event),
3715         (ev_window_focus_out_event), (ev_window_view_sidebar_cb),
3716         (ev_window_init):
3717         * thumbnailer/Makefile.am:
3718         
3719         Update fullscreen and presentation timeout handling. Hide
3720         cursor in presentation after timeout. Fix for the bugs
3721         #136359 and #336981.
3722
3723 2006-05-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3724
3725         * backend/ev-link-action.[ch]:
3726         * pdf/ev-poppler.cc: (ev_link_from_action):
3727         * shell/ev-view-private.h:
3728         * shell/ev-view.c: (ev_view_handle_link), (tip_from_action_named):
3729         * shell/ev-window.c: (do_action_named), (view_external_link_cb):
3730
3731         Add support for Named Action links
3732
3733 2006-05-02  Carlos Garcia Campos  <carlosgc@gnome.org>
3734
3735         * backend/Makefile.am:
3736         * backend/ev-document-links.[ch]:
3737         * backend/ev-document.[ch]:
3738         * backend/ev-link-action.[ch]:
3739         * backend/ev-link-dest.[ch]:
3740         * backend/ev-link.[ch]:
3741         * pdf/ev-poppler.cc: (pdf_document_find_link_dest),
3742         (ev_link_dest_from_dest), (ev_link_from_action), (build_tree):
3743         * shell/ev-page-action.c: (build_new_tree_cb):
3744         * shell/ev-sidebar-links.c: (get_page_from_dest), (print_section_cb),
3745         (links_page_num_func), (update_page_callback):
3746         * shell/ev-view.[ch]: (ev_view_goto_dest), (ev_view_handle_link),
3747         (tip_from_link):
3748         * shell/ev-jobs.c:
3749         * shell/ev-window.[ch]: (ev_window_open_uri),
3750         (sidebar_links_link_activated_cb), (ev_view_popup_cmd_open_link):
3751         * shell/ev-application.[ch]: (ev_application_open_window),
3752         (ev_application_open_uri):
3753
3754         Rework links system, it adds support for remote links now and it makes
3755         easier to add new kinds of actions and destinations. Fixes bug #317292
3756
3757 2006-05-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3758
3759         * data/Makefile.am:
3760         * data/evince.png:
3761         * data/evince-16.png:
3762         * data/evince-22.png:
3763         * data/evince.svg:
3764         * shell/main.c: (main):
3765         
3766         Evince use it's own icon. Fix for the bug #313392.
3767
3768         * shell/ev-window.c: (fullscreen_timeout_cb),
3769         (fullscreen_set_timeout), (fullscreen_clear_timeout),
3770         (ev_window_cmd_help_about), (ev_window_dispose):
3771         
3772         Simplify fullscreen timeout code.
3773
3774 2006-04-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3775
3776         * backend/ev-attachment.c: 
3777         * shell/ev-attachment-bar.c:
3778         * shell/ev-window.c:
3779
3780         Allow multiple selection of attachments
3781
3782 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3783
3784         * shell/ev-view.c: (view_update_range_and_current_page),
3785         (ev_view_scroll):
3786         
3787         Fix for the bug #312573 – Optimal selection of current 
3788         page among visible pages.
3789
3790 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3791
3792         * configure.ac:
3793         * djvu/Makefile.am:
3794         * djvu/djvu-text.h:
3795         
3796         Update to djvulibre-3.5.17, now it uses pkg-config. Fix
3797         for the bug 339868.
3798
3799 2006-04-22  Kjartan Maraas  <kmaraas@gnome.org>
3800
3801         * configure.ac: Fix the LINGUAS stuff here too so it builds.
3802
3803 2006-04-21  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
3804
3805         * shell/ev-window.c: Add ellipsis to the Find... menu item, as
3806         dictated by the GNOME HIG. Fixes bug #339235.
3807
3808 2006-04-20  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
3809
3810         * data/evince-ui.xml:
3811         * shell/ev-view.c: (ev_view_can_find_previous):
3812         * shell/ev-view.h:
3813         * shell/ev-window.c: (ev_window_update_actions),
3814         (ev_window_cmd_edit_find_previous):
3815
3816         Add support for "Find Previous" as dictated by the GNOME HIG. A
3817         menu item is added and some glue code to make it all work is added
3818         to various files.
3819
3820 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
3821
3822         * configure.ac: Award myself the "useless use of cat" award.
3823
3824 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
3825
3826         * po/LINGUAS: New file listing all supported languages.
3827
3828         * configure.in: Use po/LINGUAS instead of including all languages
3829         directly in this file. See the wiki for more information:
3830         http://live.gnome.org/GnomeGoals/PoLinguas
3831
3832 2006-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
3833
3834         * backend/ev-document-factory.c:
3835
3836         Do not load the document twice when there isn't errors
3837
3838 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3839
3840         * backend/ev-attachment.c: 
3841
3842         Fix a crash when there isn't a default application to open an
3843         attachment
3844
3845 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3846
3847         * backend/ev-attachment.[ch]:
3848         * shell/ev-attachment-bar.[ch]:
3849
3850         Added missing files. 
3851
3852 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3853
3854         * backend/Makefile.am:
3855         * data/evince-ui.xml:
3856         * backend/ev-attachment.[ch]:
3857         * backend/ev-document.[ch]: (ev_document_has_attachments),
3858         (ev_document_get_attachments):
3859         * pdf/ev-poppler.cc: (pdf_document_has_attachments),
3860         (attachment_save_to_buffer), (pdf_document_get_attachments),
3861         (pdf_document_document_iface_init):
3862         * shell/Makefile.am:
3863         * shell/ev-attachment-bar.[ch]:
3864         * shell/ev-window.c:
3865
3866         Add support for PDF attachments. Fixes bug #325143
3867
3868 2006-04-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3869
3870         * backend/ev-document-factory.c: (get_document_from_uri),
3871         (ev_document_factory_get_document):
3872         * backend/ev-document-factory.h:
3873         * properties/ev-properties-main.c: (ev_properties_get_pages):
3874         * shell/Makefile.am:
3875         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
3876         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
3877         (ev_job_queue_remove_job):
3878         * shell/ev-job-queue.h:
3879         * shell/ev-job-xfer.c:
3880         * shell/ev-job-xfer.h:
3881         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
3882         (ev_job_fonts_new), (ev_job_fonts_run), (ev_job_xfer_init),
3883         (ev_job_xfer_dispose), (ev_job_xfer_class_init), (ev_job_xfer_new),
3884         (ev_job_xfer_run):
3885         * shell/ev-jobs.h:
3886         * shell/ev-window.c: (ev_window_is_empty),
3887         (password_dialog_response), (ev_window_clear_xfer_job),
3888         (ev_window_xfer_job_cb), (ev_window_open_uri),
3889         (ev_window_cmd_focus_page_selector),
3890         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
3891         (ev_window_cmd_continuous), (ev_window_cmd_dual),
3892         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
3893         (ev_window_dispose):
3894         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
3895         
3896         * Cleanup mime type detection on document load. Fix for the
3897         bug #336448.
3898
3899 2006-04-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3900
3901         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
3902         
3903         Fix crash on exit, described in the bug #336825.
3904
3905 2006-03-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3906
3907         * backend/ev-document-factory.c:
3908         (ev_document_factory_get_from_mime),
3909         (ev_document_factory_get_all_mime_types), (get_document_from_uri),
3910         (ev_document_factory_get_document),
3911         (file_filter_add_mime_list_and_free),
3912         (ev_document_factory_add_filters):
3913         * backend/ev-document-factory.h:
3914         * properties/ev-properties-main.c: (ev_properties_get_pages):
3915         * shell/Makefile.am:
3916         * shell/ev-application.c:
3917         * shell/ev-job-xfer.c: (ev_job_xfer_run):
3918         * shell/ev-window.c: (ev_window_cmd_file_open),
3919         (ev_window_cmd_save_as):
3920         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
3921         
3922         Rework factory functions so they are placed now in a single 
3923         file ev-document-factory.c
3924
3925 2006-03-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3926
3927         * shell/ev-window.c: (update_chrome_visibility):
3928         
3929         Fix for the bug 166566 - don't show menubar in fullscreen
3930         mode.
3931
3932 2006-03-22  Tommi Vainikainen  <thv@iki.fi>
3933
3934         * configure.ac (ALL_LINGUAS): Added Dzongkha (dz).
3935
3936 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3937
3938         * shell/ev-view.c: (ev_view_expose_event):
3939         
3940         More correctly draw loading text when document
3941         is empty.
3942
3943 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3944
3945         * shell/ev-view.c: (ev_view_scroll):
3946         
3947         Fix for the bug #334854, page down and page up switch
3948         pages in presentation mode.
3949
3950 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3951
3952         * shell/ev-window.c: (ev_window_set_action_sensitive),
3953         (ev_window_setup_action_sensitivity), (ev_window_update_actions),
3954         (ev_window_set_view_accels_sensitivity),
3955         (update_chrome_visibility), (ev_window_cmd_focus_page_selector),
3956         (ev_window_cmd_continuous), (ev_window_cmd_dual),
3957         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
3958         (find_changed_cb), (page_changed_cb), (ev_window_setup_document),
3959         (ev_window_cmd_edit_find), (ev_window_set_page_mode),
3960         (ev_window_cmd_edit_toolbar_cb), (ev_window_zoom_changed_cb),
3961         (ev_window_has_selection_changed_cb), (find_bar_search_changed_cb),
3962         (view_actions_focus_in_cb), (ev_window_init):
3963         
3964         Fix for the bug #333902, now it's possible to search
3965         words with slash.
3966
3967 2006-03-16  Jérémy Ar Floc'h <jérémy.lefloch@gmail.com>
3968
3969         * configure.ac: Added Breton translation.
3970         * po/br.po: Added Breton translation.
3971
3972 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3973
3974         * shell/ev-window-title (ev_window_title_update):
3975
3976         Fix memory leak in window title. Fixes bug #333944
3977
3978 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3979
3980         * shell/ev-metadata-manager.c (parseItem):
3981
3982         Fix memory leaks. Fixes bug #333945
3983
3984 2006-03-13  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
3985         
3986         * NEWS, configure.ac, TODO:
3987         
3988         Update for release 0.5.2.
3989
3990 2006-03-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3991
3992         * shell/ev-view.c: (view_update_range_and_current_page),
3993         (page_changed_cb):
3994         
3995         Don't jump on scrolling, fix for the bug #333127.
3996
3997 2006-03-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3998
3999         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
4000         
4001         Scroll by one page in presentation mode. Fix for the bug
4002         #332993.
4003
4004 2006-03-01  Vladimer SIchinava <vlsichinava@gmail.com>
4005
4006         * configure.ac: Added ka (Georgian) to ALL_LINGUAS line.
4007
4008 2006-02-28  Clytie Siddall <clytie@riverland.net.au>
4009
4010         * configure.ac  Added lv in ALL_LINGUAS line.
4011
4012 2006-02-27  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
4013         
4014         * NEWS, configure.ac:
4015         
4016         Update for release 0.5.1
4017
4018 2006-02-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
4019
4020         * backend/ev-document-misc.c: (ev_document_misc_paint_one_page):
4021         * backend/ev-document-misc.h:
4022         * shell/ev-view.c: (draw_one_page):
4023         
4024          Clairfy what page the toolbar page number applies to. Fix
4025          for the bug #328102.
4026
4027 2006-02-24  Stanislav Slusny <slusnys@gmail.com>
4028
4029         * shell/ev-view-private.h:
4030         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_event),
4031         (ev_view_init), (find_changed_cb), (ev_view_find_previous),
4032         (ev_view_search_changed):
4033         * shell/ev-view.h:
4034         * shell/ev-window.c: (find_bar_search_changed_cb):
4035         
4036         Dont't jump to find result if window was scrolled during search.
4037         Fix for the bug #313266.
4038
4039 2006-02-21  Stanislav Slusny <slusnys@gmail.com>
4040
4041         * shell/eggfindbar.c: (egg_find_bar_class_init):
4042         * shell/eggfindbar.h:
4043         * shell/ev-view-accessible.c: (ev_view_accessible_idle_do_action):
4044         * shell/ev-view-private.h:
4045         * shell/ev-view.c: (add_scroll_binding_keypad), (ev_view_scroll),
4046         (ev_view_class_init), (ev_sizing_mode_get_type),
4047         (ev_scroll_type_get_type):
4048         * shell/ev-view.h:
4049         * shell/ev-window.c: (ev_window_cmd_scroll_forward),
4050         (ev_window_cmd_scroll_backward), (find_bar_scroll),
4051         (ev_window_init):
4052         
4053         Fix for the bug 319133 - Find entry should allow text scroll.
4054
4055 2006-02-20  Antoine Dopffer <antoine.dopffer@free.fr>
4056
4057         * shell/ev-view-private.h:
4058         * shell/ev-view.c: (view_update_range_and_current_page),
4059         (highlight_find_results), (find_changed_cb), (page_changed_cb),
4060         (ev_view_set_document), (update_find_status_message),
4061         (jump_to_find_result), (jump_to_find_page), (ev_view_find_next),
4062         (ev_view_find_previous):
4063         
4064         Fix for the bug #319137. Search now takes account for scrolling.
4065
4066 2006-02-19  Michael Hofmann <mh21@piware.de>
4067
4068         * configure.ac:
4069         * djvu/Makefile.am:
4070         * djvu/djvu-document-private.h:
4071         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
4072         (djvu_handle_events), (djvu_document_load), (djvu_document_save),
4073         (djvu_document_get_page_size), (djvu_document_render_pixbuf),
4074         (djvu_document_can_get_text), (djvu_document_get_text),
4075         (djvu_document_document_iface_init),
4076         (djvu_document_thumbnails_get_thumbnail),
4077         (djvu_document_find_begin), (djvu_document_find_get_n_results),
4078         (djvu_document_find_get_result),
4079         (djvu_document_find_page_has_results),
4080         (djvu_document_find_get_progress), (djvu_document_find_cancel),
4081         (djvu_document_find_iface_init):
4082         * djvu/djvu-text-page.c: (djvu_text_page_selection_process),
4083         (djvu_text_page_selection), (djvu_text_page_limits_process),
4084         (djvu_text_page_limits), (djvu_text_page_copy),
4085         (djvu_text_page_position), (djvu_text_page_union),
4086         (djvu_text_page_sexpr_process), (djvu_text_page_sexpr),
4087         (djvu_text_page_box), (djvu_text_page_append_text),
4088         (djvu_text_page_search), (djvu_text_page_prepare_search),
4089         (djvu_text_page_new), (djvu_text_page_free):
4090         * djvu/djvu-text-page.h:
4091         * djvu/djvu-text.c: (djvu_text_idle_callback), (djvu_text_new),
4092         (djvu_text_copy), (djvu_text_free), (djvu_text_get_text),
4093         (djvu_text_n_results), (djvu_text_has_results),
4094         (djvu_text_get_result), (djvu_text_get_progress):
4095         * djvu/djvu-text.h:
4096         
4097         Text search in djvu. Fix for the bug #303415.
4098
4099 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4100
4101         * configure.ac:
4102         * shell/ev-window.c: (ev_window_cmd_save_as):
4103         
4104         Ask filechooser to confirm overwrite. Fix for the bug #328266.
4105         Thanks to Gary Coady <gary@lyranthe.org>
4106
4107 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4108
4109         * shell/ev-print-job.c: (idle_print_handler):
4110         
4111         Inverse order printing, bug #320919.
4112
4113 2006-02-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4114
4115         * data/evince-toolbar.xml:
4116         * shell/ev-window.c:
4117         
4118         Allow to add sidebar checkbutton on toolbar. Fix
4119         for the bug #144577.
4120
4121 2006-02-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4122
4123         * ps/ps-document.c: (push_pixbuf), (setup_pixmap):
4124         
4125         Add checks that have sense for empty ps document.
4126
4127 2006-02-15  Luca Ferretti <elle.uca@libero.it>
4128
4129         * configure.ac: Include PS in mime types list. 
4130
4131 2006-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4132
4133         * configure.ac:
4134         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
4135         * ps/gsdefaults.h:
4136         * ps/ps-document.c: (start_interpreter), (ps_document_load):
4137         
4138         Runtime check for gs interpreter. Fix for the bug #320868.
4139         Thanks to Antoine Dopffer antoine.dopffer@free.fr
4140
4141 2006-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
4142
4143         * shell/ev-application.c: 
4144
4145         Use DBUS_NAME_FLAG_DO_NOT_QUEUE flag in RequestName method when
4146         dbus>=0.60, so that the request is not queued. 
4147
4148 2006-02-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4149
4150         * configure.ac:
4151         * shell/Makefile.am:
4152         * shell/ev-sidebar-links.c: (print_section_cb):
4153         * shell/ev-utils.c:
4154         * shell/ev-utils.h:
4155         * shell/ev-window.c: (update_action_sensitivity),
4156         (ev_window_close_dialogs), (ev_window_print):
4157         * shell/ev-window.h:
4158         
4159         Make printing support optional. Patch from Eduardo de Barros Lima
4160         <eduardo.lima@indt.org.br> for the bug #330546.
4161
4162 2006-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4163
4164         * shell/ev-view-private.h:
4165         * shell/ev-view.c: (ev_view_expose_event), (ev_view_set_loading),
4166         (ev_view_set_document):
4167         * shell/ev-view.h:
4168         * shell/ev-window.c: (ev_window_load_job_cb),
4169         (ev_window_xfer_job_cb), (ev_window_open_uri), (ev_window_dispose),
4170         (ev_window_init):
4171
4172         Draw Loading message during xfer job. Fix for the bug #329495.
4173
4174 2006-02-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4175
4176         * comics/comics-document.c: (comics_regex_quote),
4177         (comics_document_load), (extract_argv):
4178         
4179         Correcly quote regexp before passing it to unzip.
4180
4181 2006-02-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4182
4183         * shell/ev-page-cache.c: (build_height_to_page),
4184         (ev_page_cache_new), (ev_page_cache_get_max_label_chars),
4185         (ev_page_cache_get_dual_even_left):
4186         * shell/ev-page-cache.h:
4187         * shell/ev-view.c: (view_update_range_and_current_page),
4188         (get_page_y_offset), (get_page_extents):
4189         
4190         Place even pages to the left if document has less then
4191         two pages. Fix for the bug #328856.
4192
4193 2006-01-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4194
4195         * thumbnailer/evince-thumbnailer-comics.schemas.in:
4196         
4197         Correct comics scheme. This make evince create thumbnails
4198         for comic books. Fix for the bug 329088.
4199
4200 2006-01-31  Christopher Aillon  <caillon@redhat.com>
4201
4202         * data/evince-password.glade: Don't explicitly set
4203         invisible_char to the current default value in case
4204         the default changes; let GTK+ do its magic.
4205
4206 2006-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4207
4208         * shell/ev-job-xfer.c: (ev_job_xfer_run): Append
4209         real filename to tmp filename since often document
4210         type is determined by extension.
4211
4212 2006-01-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
4213
4214         * shell/ev-view.c: (add_scroll_binding_keypad),
4215         (ev_view_binding_activated), (ev_view_class_init):
4216         
4217         Add keybindings for percision-scrolling of display area. 
4218         Fix for the bug #314072.
4219
4220 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4221
4222         * data/evince.desktop.in.in:
4223         
4224         Add GTK to the list of categories. Fix for the bug #328034.
4225
4226 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4227
4228         * shell/ev-application.c: (ev_application_shutdown),
4229         (ev_application_set_chooser_uri), (ev_application_get_chooser_uri):
4230         * shell/ev-application.h:
4231         * shell/ev-window.c: (file_open_dialog_response_cb),
4232         (ev_window_cmd_file_open):
4233         
4234         Save last uri in file chooser dialog. Fix for the bug #327950.
4235
4236 2006-01-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4237
4238         * NEWS:
4239         * README:
4240         
4241         Final update for release 0.5.0
4242         
4243         * shell/Makefile.am:
4244         
4245         Remove disable deprecated until we'll require libgnome-2.13.7
4246         and port to GOption argument parsing. See bug 327518.
4247
4248 2006-01-19  Jani Monoses <jani.monoses@gmail.com>
4249
4250         * comics/comics-document.c: (comics_document_save):
4251         * djvu/djvu-document.c: (djvu_document_save):
4252         * dvi/dvi-document.c: (dvi_document_save):
4253         * lib/ev-file-helpers.c: (ev_tmp_filename), (ev_xfer_uri_simple):
4254         * lib/ev-file-helpers.h:
4255         * pixbuf/pixbuf-document.c: (pixbuf_document_save):
4256         * tiff/tiff-document.c: (tiff_document_save):
4257         
4258         Use common save function for backends.
4259
4260 2006-01-18  Jani Monoses <jani.monoses@gmail.com>
4261
4262         * backend/ev-document-types.c:
4263         
4264         Fix crash on saving pixbuf.
4265
4266 2006-01-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4267
4268         * cut-n-paste/recent-files/egg-recent-item.c:
4269         (get_uri_shortname_for_display), (egg_recent_item_get_short_name):
4270         * cut-n-paste/recent-files/egg-recent-model.c: (parse_info_init),
4271         (parse_info_free), (valid_element), (start_element_handler),
4272         (end_element_handler), (text_handler), (egg_recent_model_filter),
4273         (egg_recent_model_monitor_cb), (egg_recent_model_poll_timeout),
4274         (egg_recent_model_monitor), (egg_recent_model_read),
4275         (egg_recent_model_open_file), (egg_recent_model_lock_file),
4276         (egg_recent_model_unlock_file), (egg_recent_model_finalize),
4277         (egg_recent_model_set_property), (egg_recent_model_class_init),
4278         (egg_recent_model_init), (egg_recent_model_add_full),
4279         (egg_recent_model_delete), (egg_recent_model_get_list),
4280         (egg_recent_model_clear), (egg_recent_model_clear_mime_filter),
4281         (egg_recent_model_set_filter_mime_types),
4282         (egg_recent_model_clear_group_filter),
4283         (egg_recent_model_set_filter_groups),
4284         (egg_recent_model_clear_scheme_filter),
4285         (egg_recent_model_set_filter_uri_schemes),
4286         (egg_recent_model_remove_expired):
4287         * cut-n-paste/recent-files/egg-recent-util.c:
4288         (egg_recent_util_get_icon):
4289         * cut-n-paste/recent-files/egg-recent-util.h:
4290         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
4291         (connect_proxy_cb), (egg_recent_view_uimanager_set_list),
4292         (egg_recent_view_uimanager_set_empty_list), (model_changed_cb),
4293         (egg_recent_view_uimanager_set_property),
4294         (egg_recent_view_uimanager_get_property),
4295         (egg_recent_view_uimanager_class_init),
4296         (egg_recent_view_uimanager_init),
4297         (egg_recent_view_uimanager_set_label_width),
4298         (egg_recent_view_uimanager_get_label_width):
4299         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
4300         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
4301         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
4302         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
4303         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
4304         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
4305         
4306         Update from libegg.
4307
4308 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4309
4310         * shell/ev-page-cache.c: (build_height_to_page),
4311         (ev_page_cache_get_height_to_page):
4312         * shell/ev-page-cache.h:
4313         * shell/ev-view.c: (view_update_range_and_current_page),
4314         (get_page_y_offset), (get_page_extents), (ev_view_next_page),
4315         (ev_view_previous_page):
4316         
4317         Dual mode places even pages to the left. Fix for the bug #309393.
4318
4319         * shell/ev-view.h:
4320         * shell/ev-window.c: (update_action_sensitivity),
4321         (setup_view_from_metadata), (view_menu_popup_cb):
4322         
4323         Don't restore presentation in empty windows, more intelligent
4324         next page behaviour in dual mode.
4325
4326         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
4327         (ev_pixbuf_cache_clear_job_sizes):
4328         
4329         Cleanup job callback on removal. Fix for the bug #325886.
4330
4331 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4332
4333         * ps/ps.c: (psscan):
4334         
4335         Commit workaround Mozilla problem. Fix for the bug #325919
4336         
4337         * shell/ev-metadata-manager.c: (parse_value), (parseItem),
4338         (save_item):
4339         
4340         Fix for year 2038 problem.
4341
4342 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4343
4344         * shell/ev-window.c: (setup_document_from_metadata),
4345         (ev_window_cmd_view_reload):
4346
4347         Clamp page recieved from metadata in valid values. Fix
4348         for the bug #325986.
4349
4350 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4351
4352         * MAINTAINERS: 
4353         Add MAINTAINERS as requested on desktop-devel-list.
4354
4355 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4356
4357         * backend/ev-document-factory.c: (gdk_pixbuf_mime_type_list),
4358         (mime_type_supported_by_gdk_pixbuf),
4359         (ev_document_factory_get_mime_types),
4360         (ev_document_factory_get_all_mime_types):
4361         
4362         Don't add pixbuf mime types if pixbuf backend is disabled.
4363         
4364         * shell/ev-application.c: (ev_application_get_uri_window):
4365         
4366         Fix for the bug 325815 - unhandled MIME type message doesn't 
4367         appear a second time. 
4368         
4369         * shell/ev-document-types.c: (ev_document_types_add_filters):
4370         * shell/ev-window.c: (page_changed_cb), (ev_window_setup_document),
4371         (password_dialog_response), (ev_window_popup_password_dialog),
4372         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
4373         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
4374         (ev_window_run_presentation), (ev_window_stop_presentation),
4375         (save_sizing_mode), (ev_window_zoom_changed_cb),
4376         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
4377         (ev_window_dual_mode_changed_cb),
4378         (ev_window_sidebar_current_page_changed_cb),
4379         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
4380         (window_state_event_cb), (window_configure_event_cb):
4381         
4382         Cleanup additional uris holded by EvWindow.
4383
4384 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4385
4386         * shell/ev-view.c: (ev_view_scroll), (ev_view_previous_page),
4387         (ev_view_can_previous_page), (ev_view_can_next_page):
4388         * shell/ev-view.h:
4389         * shell/ev-window.c: (update_action_sensitivity):
4390         
4391         Two page scrolling with Space and PageUp in dual mode. Second fix 
4392         for the bug #316608.
4393
4394 2006-01-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4395
4396         * shell/ev-view.c: (scroll_to_current_page):
4397         
4398         Correctly clamp adjustment value. Fix for the bug
4399         #325808.
4400
4401 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4402
4403         * shell/ev-sidebar-links.c: (print_section_cb):
4404         * shell/ev-window.c: (ev_window_get_uri),
4405         (ev_window_close_dialogs), (ev_window_open_uri), (ev_window_print),
4406         (ev_window_print_dialog_response_cb), (ev_window_print_range),
4407         (ev_window_dispose):
4408         
4409         Make print dialog non-modal. Fix for the bug #325622.
4410
4411 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4412
4413         * shell/ev-metadata-manager.c:
4414         * shell/ev-utils.c: (using_pdf_printer),
4415         (using_postscript_printer), (load_print_config_from_file),
4416         (save_print_config_to_file):
4417         * shell/ev-utils.h:
4418         * shell/ev-window.c: (update_sizing_buttons), (page_changed_cb),
4419         (update_sidebar_visibility), (setup_sidebar_from_metadata),
4420         (setup_view_from_metadata), (ev_window_setup_document),
4421         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
4422         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
4423         (ev_window_run_presentation), (ev_window_stop_presentation),
4424         (save_sizing_mode), (ev_window_zoom_changed_cb),
4425         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
4426         (ev_window_dual_mode_changed_cb),
4427         (ev_window_sidebar_current_page_changed_cb),
4428         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
4429         (window_state_event_cb), (window_configure_event_cb),
4430         (ev_window_init):
4431         
4432         Setting saving behaviour fixes.
4433
4434 2005-12-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4435
4436         * configure.ac:
4437         
4438         Make antialiasing gs options better and allow
4439         to change them during configure. Fix for the 
4440         bug #319049.
4441
4442 2005-12-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4443
4444         * shell/ev-window.c: (setup_view_from_metadata):
4445         
4446         Remember if last window was maximized. Fix for the
4447         bug #323797.
4448
4449 2005-12-28  Abel Cheung  <maddog@linuxhall.org>
4450
4451         * configure.ac: Added "zh_HK" to ALL_LINGUAS.
4452
4453 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4454
4455         * backend/ev-link.c: (ev_link_get_page), (ev_link_init):
4456         * shell/ev-page-action.c: (build_new_tree_cb):
4457         * shell/ev-sidebar-links.c: (links_page_num_func),
4458         (update_page_callback_foreach), (update_page_callback):
4459         * shell/ev-view.c: (scroll_to_current_page):
4460         
4461         Fix for the bug #325067 with more intelligent selection
4462         of current link in sidebar. Make sidebar handle links
4463         of FITR-like type more correctly.
4464
4465         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
4466         (dvi_pixbuf_put_pixel):
4467         
4468         Fix memory consumtion with disabled alpha channel.
4469
4470 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4471
4472         * data/evince-ui.xml:
4473         * shell/ev-window.c: (view_menu_popup_cb),
4474         (ev_popup_cmd_open_link), (ev_window_init):
4475         
4476         Update context menu for internal links. Fix for the bug
4477         #325066.
4478
4479 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4480
4481         * shell/ev-view.c: (ev_view_popup_menu), (ev_view_class_init):
4482         
4483         Bind context menu to keyboard also. Fix for the bug
4484         #325065.
4485
4486 2005-12-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4487
4488         * shell/ev-view.c: (selection_scroll_timeout_cb):
4489         
4490         Horizontal scroll on selection also.
4491
4492 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4493
4494         * shell/ev-metadata-manager.c: (parse_value):
4495         * shell/ev-view.c: (goto_xyz_link):
4496         
4497         Correct zoom setup and metadata save broken in 
4498         some locales.
4499
4500 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4501
4502         * shell/ev-view-private.h:
4503         * shell/ev-view.c: (scroll_to_current_page),
4504         (view_set_adjustment_values), (goto_fitr_link), (goto_fitv_link),
4505         (goto_fith_link), (goto_fit_link), (goto_xyz_link),
4506         (page_changed_cb), (ev_view_set_continuous),
4507         (ev_view_set_dual_page), (ev_view_set_presentation):
4508         
4509         Delay scroll until allocation to correctly position page. Fix
4510         for the bug #317334.
4511
4512 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4513
4514         * NEWS:
4515         * configure.ac:
4516         
4517         Update NEWS and require poppler 0.5.0.
4518
4519 2005-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
4520         
4521         * data/evince-ui.xml:
4522         * shell/ev-view-private.h:
4523         * shell/ev-view.c: (ev_view_get_link_at_location),
4524         (handle_link_over_xy), (ev_view_button_press_event),
4525         (ev_view_button_release_event), (ev_view_class_init):
4526         * shell/ev-window.c: (view_menu_popup_cb), (ev_window_dispose),
4527         (ev_popup_cmd_open_link), (ev_popup_cmd_copy_link_address),
4528         (ev_window_init):
4529         
4530         Implement right-click context menu.
4531
4532 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4533
4534         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
4535         * dvi/pixbuf-device.c: (dvi_pixbuf_create_image),
4536         (mdvi_pixbuf_device_render):
4537         * pdf/ev-poppler.cc:
4538
4539         Don't generate thumbnails with alpha. See bug #324077.
4540         Thanks to Jeroen Zwartepoorte <jeroen.zwartepoorte@gmail.com>.
4541
4542 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4543
4544         * shell/ev-window.c: (setup_chrome_from_metadata):
4545         
4546         Fix typo that was hiding toolbar.
4547
4548 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4549
4550         * shell/ev-view-private.h:
4551         * shell/ev-view.c: (ev_view_realize), (selection_update_idle_cb),
4552         (selection_scroll_timeout_cb), (ev_view_motion_notify_event),
4553         (ev_view_button_release_event), (ev_view_destroy):
4554         
4555         Small cleanup and autoscrolling during selection. Thanks to 
4556         Ricardo Markiewicz  <rmarkie@fi.uba.ar>.
4557
4558 2005-12-22  Jani Monoses <jani.monoses@gmail.com>
4559
4560         * configure.ac:
4561         
4562         Correctly check for comics option.
4563
4564 2005-12-21  Eduardo Lima <eduardo.lima@indt.org.br>
4565         * Makefile.am:
4566         * configure.ac:
4567         * backend/Makefile.am:
4568         * backend/ev-document-factory.c:
4569         * shell/ev-document-types.c:
4570
4571         Included option in configure to make ps backend 
4572         compilation optional with --disable-ps.
4573
4574 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4575
4576         * backend/ev-document-factory.c:
4577         * comics/Makefile.am:
4578         * comics/comics-document.c: (comics_document_load):
4579         * comics/ev-cbr-mime.xml:
4580         * configure.ac:
4581         
4582         Comics mime types are added to shared-mime-info CVS. Now
4583         we don't need to install our own mime types.
4584
4585 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4586
4587         * shell/ev-window.c:
4588         
4589         Add shortcut for "save a copy" menu entry. Fix for
4590         the bug #324582.
4591
4592 2005-12-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4593
4594         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
4595         (job_finished_cb), (new_selection_pixbuf_needed),
4596         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
4597         (clear_job_selection), (ev_pixbuf_cache_set_selection_list):
4598         
4599         Rework selection job info logic and fix critical warning.
4600
4601 2005-12-17  Abel Cheung  <maddog@linuxhall.org>
4602
4603         * configure.ac: Added "cy" "fa" "mk" "vi" to ALL_LINGUAS.
4604
4605 2005-11-27  Jaap A. Haitsma <jaap@haitsma.org>
4606
4607         * data/evince-ui.xml:
4608         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
4609         
4610         Enter as shortcut key for next page. Fix for the bug
4611         #321394.
4612
4613 2005-11-18  Ales Nyakhaychyk  <nab@mail.by>
4614
4615         * configure.ac: Added "be" (Belarusian) to ALL_LINGUAS.
4616
4617 2005-11-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4618
4619         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
4620         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
4621         (new_selection_pixbuf_needed),
4622         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
4623         (clear_job_selection):
4624         
4625         Too early for 0.5. Pixbuf cache code cleaned a bit.
4626
4627 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4628
4629         * NEWS:
4630         * configure.ac:
4631         
4632         Release 0.5.0 preparation
4633
4634 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4635
4636         * comics/Makefile.am:
4637         * configure.ac:
4638         * shell/ev-document-types.c: (ev_document_types_add_filters):
4639         
4640         More advanced handling of custom mime type installation.
4641
4642 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4643
4644         * data/evince.schemas.in:
4645         * shell/ev-metadata-manager.c: (value_free),
4646         (ev_metadata_manager_get_last), (ev_metadata_manager_set_last),
4647         (ev_metadata_manager_get), (ev_metadata_manager_set):
4648         * shell/ev-metadata-manager.h:
4649         * shell/ev-window.c: (update_chrome_flag),
4650         (ev_window_cmd_focus_page_selector), (update_sidebar_visibility),
4651         (setup_document_from_metadata), (setup_chrome_from_metadata),
4652         (setup_sidebar_from_metadata), (setup_view_from_metadata),
4653         (ev_window_cmd_edit_find), (ev_window_cmd_escape),
4654         (ev_window_view_toolbar_cb),
4655         (ev_window_sidebar_visibility_changed_cb), (find_bar_close_cb),
4656         (view_actions_focus_in_cb), (ev_window_init), (ev_window_new):
4657         
4658         Save last document settings and reuse them for new documents.
4659
4660 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4661
4662         * Makefile.am:
4663         * backend/Makefile.am:
4664         * backend/ev-document-factory.c:
4665         * backend/ev-document-factory.h:
4666         * comics/Makefile.am:
4667         * comics/comics-document.c: (G_DEFINE_TYPE_WITH_CODE),
4668         (comics_document_load), (comics_document_save),
4669         (comics_document_get_n_pages), (comics_document_get_page_size),
4670         (get_page_size_area_prepared_cb), (comics_document_render_pixbuf)       (render_pixbuf_size_prepared_cb), (comics_document_finalize),
4671         (comics_document_class_init), (comics_document_can_get_text),
4672         (comics_document_get_info), (comics_document_document_iface_init),
4673         (comics_document_init), (get_supported_image_extensions),
4674         (comics_document_thumbnails_get_geometry),
4675         (comics_document_thumbnails_get_thumbnail),
4676         (comics_document_thumbnails_get_dimensions),
4677         (comics_document_document_thumbnails_iface_init), (extract_argv):
4678         * comics/comics-document.h:
4679         * comics/ev-cbr-mime.xml:
4680         * configure.ac:
4681         * po/POTFILES.in:
4682         * shell/ev-application.c: (ev_application_register_service):
4683         * shell/ev-document-types.c: (ev_document_types_add_filters):
4684         * thumbnailer/Makefile.am:
4685         * thumbnailer/evince-thumbnailer-comics.schemas.in:
4686         
4687         New CBR/CBZ backend for comic books.
4688
4689 2005-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4690
4691         * shell/main.c: (load_files_remote):
4692
4693         Thanks to Robert McQueen <robot101@debian.org>. Dbus
4694         warning on startup of second instance is fixed. It
4695         is bug #320353.
4696
4697 2005-10-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4698
4699         * shell/ev-window.c: (ev_window_finalize):
4700         
4701         Fix double free that cause crash.
4702
4703 2005-10-29  Bastien Nocera <hadess@hadess.net>
4704
4705         * tiff/tiff-document.c: (tiff_document_load):
4706         
4707         Fix memory leak.
4708
4709 2005-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4710
4711         * po/POTFILES.in:
4712         * shell/Makefile.am:
4713         * shell/ev-view-accessible.c: (ev_view_accessible_get_priv),
4714         (ev_view_accessible_free_priv), (ev_view_accessible_class_init),
4715         (ev_view_accessible_get_text),
4716         (ev_view_accessible_get_character_at_offset),
4717         (ev_view_accessible_get_text_before_offset),
4718         (ev_view_accessible_get_text_at_offset),
4719         (ev_view_accessible_get_text_after_offset),
4720         (ev_view_accessible_get_character_count),
4721         (ev_view_accessible_get_caret_offset),
4722         (ev_view_accessible_set_caret_offset),
4723         (ev_view_accessible_get_run_attributes),
4724         (ev_view_accessible_get_default_attributes),
4725         (ev_view_accessible_get_character_extents),
4726         (ev_view_accessible_get_offset_at_point),
4727         (ev_view_accessible_get_n_selections),
4728         (ev_view_accessible_get_selection),
4729         (ev_view_accessible_add_selection),
4730         (ev_view_accessible_remove_selection),
4731         (ev_view_accessible_set_selection),
4732         (ev_view_accessible_text_iface_init),
4733         (ev_view_accessible_idle_do_action),
4734         (ev_view_accessible_action_do_action),
4735         (ev_view_accessible_action_get_n_actions),
4736         (ev_view_accessible_action_get_description),
4737         (ev_view_accessible_action_get_name),
4738         (ev_view_accessible_action_set_description),
4739         (ev_view_accessible_action_iface_init),
4740         (ev_view_accessible_get_type), (ev_view_accessible_new),
4741         (ev_view_accessible_factory_get_accessible_type),
4742         (ev_view_accessible_factory_create_accessible),
4743         (ev_view_accessible_factory_class_init),
4744         (ev_view_accessible_factory_get_type):
4745         * shell/ev-view-accessible.h:
4746         * shell/ev-view-private.h:
4747         * shell/ev-view.c: (ev_view_get_accessible), (ev_view_class_init):
4748         * shell/ev-view.h:
4749         
4750         Initial accessibility support.
4751
4752 2005-10-27  Erdal Ronahi  <erdal.ronahi@gmail.com>
4753
4754         * configure.ac: Added ku (Kurdish) to ALL_LINGUAS
4755
4756 2005-10-26  Hubert Figuiere <hfiguiere@teaser.fr>
4757
4758         * shell/ev-print-job.c: (idle_print_handler):
4759         
4760         Fix for bug Bug 318916: Printing multiple pages.
4761
4762 2005-10-20  Runa Bhattacharjee  <runa@bengalinux.org>
4763
4764         * configure.ac: Added "bn" (Bengali) to ALL_LINGUAS.
4765
4766 2005-10-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4767
4768         * pdf/ev-poppler.cc:
4769         
4770         Thumnail dimensions unified with other backends.
4771         
4772         * shell/ev-window-title.c: (ev_window_title_update):
4773         
4774         Fix warning.
4775
4776 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4777
4778         * data/ev-stock-zoom-fit-width.png:
4779         
4780         Remove unused file.
4781
4782 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4783
4784         * configure.ac:
4785         * djvu/djvu-document.c: (djvu_document_load), (djvu_document_save),
4786         (djvu_document_finalize):
4787         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_save),
4788         (dvi_document_finalize):
4789         * pixbuf/pixbuf-document.c: (pixbuf_document_load),
4790         (pixbuf_document_save), (pixbuf_document_finalize):
4791         * tiff/tiff-document.c: (tiff_document_load), (tiff_document_save),
4792         (tiff_document_finalize):
4793         
4794         Save a copy implemented for various backends.
4795
4796 2005-10-17  Daniel Gryniewicz <dang@gentoo.org>
4797
4798         * configure.ac:
4799         
4800         Don't link with ltiff if tiff is disabled.
4801
4802 2005-10-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4803
4804         * pdf/GDKSplashOutputDev.cc:
4805         * pdf/GDKSplashOutputDev.h:
4806         * pdf/Thumb.cc:
4807         * pdf/Thumb.h:
4808         * pdf/pdf-document.cc:
4809         * pdf/pdf-document.h:
4810         * pdf/test-gdk-output-dev.cc:
4811         
4812         Remove old unused files.
4813
4814 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4815
4816         * shell/ev-window.c: (ev_window_setup_document):
4817         
4818         Fixed warnings on reload and probably crash reason.
4819
4820 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4821
4822         * properties/ev-properties-view.c:
4823         (ev_properties_view_format_date):
4824         
4825         Check if date is invalid. Fix for bug 318134.
4826
4827 2005-10-02  Wouter Bolsterlee <uws+gnome@xs4all.nl>
4828
4829         * shell/ev-window-title.c:
4830         
4831         Add .indd files (Adobe Indesign) to the list of "bad
4832         extensions".
4833
4834 2005-10-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4835
4836         * data/evince-ui.xml:
4837         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
4838         
4839         Add <ctrl>KP_Add and <ctrl>KP_Substract bindings.
4840
4841 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
4842
4843         * shell/ev-window.c: (launch_link), (launch_external_uri),
4844         (view_external_link_cb):
4845
4846         URL-escape link before passing it to gnome_vfs_url_show.
4847
4848 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
4849
4850         * shell/ev-view.[ch], shell/ev-window.c: Disable copy action when
4851         there isn't text selected.
4852
4853 2005-09-27  Marco Pesenti Gritti  <mpg@redhat.com>
4854
4855         * shell/ev-view.c: (handle_link_over_xy):
4856
4857         Check tooltip is valid utf8 before showing it
4858
4859 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
4860
4861         * shell/ev-view.c: Allow drag and drop of text. Fixes #316772
4862
4863 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
4864
4865         * shell/ev-window-title.c: (ev_window_title_update):
4866
4867         Guard against using g_strstrip on NULL. Fixes bug #317291.
4868
4869 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
4870
4871         * pdf/ev-poppler.cc:
4872
4873         Show title even for unknown links
4874
4875 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
4876
4877         * shell/ev-window-title.c: (ev_window_title_update):
4878
4879         Strip the title string
4880
4881 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
4882
4883         * shell/ev-window-title.c:
4884
4885         Add .rtf to the bad extensions list
4886
4887 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
4888
4889         * shell/ev-view.c: (doc_point_to_view_point), (goto_fitr_link),
4890         (goto_fitv_link), (goto_fith_link), (goto_xyz_link):
4891
4892         Ignore link coordinates if they are outside page bounds
4893
4894 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
4895
4896         * backend/ev-link.c: (ev_link_type_get_type),
4897         (ev_link_get_filename), (ev_link_get_params),
4898         (ev_link_get_property), (ev_link_set_property),
4899         (ev_window_dispose), (ev_link_class_init), (ev_link_new_launch):
4900         * backend/ev-link.h:
4901         * pdf/ev-poppler.cc:
4902         * shell/ev-view.c: (ev_view_goto_link), (ev_view_class_init):
4903         * shell/ev-window.c: (launch_link), (view_external_link_cb),
4904         (ev_window_init):
4905
4906         Implement launch links. Delegate external link opening to
4907         the window.
4908
4909 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
4910
4911         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_bottom),
4912         (ev_link_get_right), (ev_link_get_property),
4913         (ev_link_set_property), (ev_link_class_init),
4914         (ev_link_new_page_fitv), (ev_link_new_page_fitr):
4915         * backend/ev-link.h:
4916         * pdf/ev-poppler.cc:
4917         * shell/ev-view.c: (goto_fitr_link), (ev_view_goto_link):
4918
4919         Implement fitr links
4920
4921 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
4922
4923         * shell/ev-view.c: (ev_view_get_width), (ev_view_get_height),
4924         (goto_fitv_link), (goto_fith_link), (goto_fit_link),
4925         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
4926         (ev_view_size_request_continuous),
4927         (ev_view_size_request_dual_page),
4928         (ev_view_size_request_single_page), (ev_view_size_allocate),
4929         (ev_view_zoom_for_size_continuous_and_dual_page),
4930         (ev_view_zoom_for_size_continuous),
4931         (ev_view_zoom_for_size_dual_page),
4932         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
4933         (ev_sizing_mode_get_type):
4934         * shell/ev-view.h:
4935         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
4936
4937         Do not use modes for link, we need to calculate size ad hoc.
4938         Still not perfect because of the usual scrollbar issues grrr.
4939
4940 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
4941
4942         * backend/ev-link.c: (ev_link_type_get_type),
4943         (ev_link_new_page_fith), (ev_link_new_page_fitv):
4944         * backend/ev-link.h:
4945         * pdf/ev-poppler.cc:
4946         * shell/ev-view.c: (goto_fitv_link), (goto_fith_link),
4947         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
4948         (ev_view_size_request_continuous),
4949         (ev_view_size_request_dual_page),
4950         (ev_view_size_request_single_page), (ev_view_size_allocate),
4951         (zoom_for_size_fit_height),
4952         (ev_view_zoom_for_size_continuous_and_dual_page),
4953         (ev_view_zoom_for_size_continuous),
4954         (ev_view_zoom_for_size_dual_page),
4955         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
4956         (ev_sizing_mode_get_type):
4957         * shell/ev-view.h:
4958         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
4959
4960         Implement FIT_HEIGHT mode (only for links).
4961         Implement FITH links
4962
4963 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
4964
4965         * shell/ev-window-title.c: (get_filename_from_uri),
4966         (ev_window_title_sanitize_extension), (ev_window_title_update),
4967         (ev_window_title_set_document), (ev_window_title_set_uri),
4968         (ev_window_title_free):
4969         * shell/ev-window-title.h:
4970         * shell/ev-window.c: (ev_window_setup_document),
4971         (ev_window_popup_password_dialog):
4972
4973         Refactor window title building while fixing it for
4974         password documents.
4975
4976 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
4977
4978         * pdf/ev-poppler.cc:
4979
4980         Escape link title before setting it in the model
4981
4982 2005-09-23  Marco Pesenti Gritti  <mpg@redhat.com>
4983
4984         * shell/ev-application.c: (removed_from_session), (save_session),
4985         (init_session), (ev_application_get_empty_window),
4986         (ev_application_init), (ev_application_get_windows):
4987         * shell/ev-application.h:
4988         * shell/ev-window.c: (ev_window_finalize):
4989
4990         Add a function to retrieve window list and share it where
4991         necessary.
4992         Implement session handling, works pretty well thanks to the
4993         metadata system.
4994
4995 2005-09-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4996
4997         * shell/ev-password.c: (ev_password_item_created_callback),
4998         (ev_password_dialog_save_password):
4999         
5000         Fix for bug 316972. Use async gnome-keyring API.
5001
5002 2005-09-22  Christian Persch  <chpe@cvs.gnome.org>
5003
5004         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init):
5005         Remove unused unrealize handler. Add scroll handling to
5006         ev_view_scroll_event for presentation mode (bug #316708),
5007         and fix the event state checks there.
5008
5009 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
5010
5011         * shell/ev-page-action.c: (page_changed_cb):
5012
5013         "marco, maybe we should be crazy and jump right to 6! :)"
5014
5015         Bryan Clark, Sep 2005
5016
5017 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
5018
5019         * ps/ps-document.c: (save_document), (ps_document_save),
5020         (ps_document_ps_export_begin), (ps_document_ps_export_do_page),
5021         (ps_document_ps_export_end):
5022
5023         Fix unstructured documents save and print
5024
5025 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
5026
5027         * shell/ev-application.c: (ev_application_open_uri):
5028
5029         Fix window size persistance
5030
5031 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
5032
5033         * shell/ev-view.c: (ev_view_button_release_event):
5034
5035         Based on a patch from carlosgc@gnome.org. Mouse buttons
5036         switch pages in presentation mode.
5037
5038 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
5039
5040         * shell/ev-page-cache.c: (ev_page_cache_get_size):
5041
5042         Dont cast to int before scaling
5043
5044 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
5045
5046         * backend/ev-link.c: (ev_link_type_get_type),
5047         (ev_link_new_page_xyz), (ev_link_new_page_fit),
5048         (ev_link_new_page_fith):
5049         * backend/ev-link.h:
5050         * pdf/ev-poppler.cc:
5051         * shell/ev-view.c: (goto_fith_link), (ev_view_goto_link):
5052
5053         Implement FIT and FITH links
5054
5055 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
5056
5057         * pdf/ev-poppler.cc:
5058
5059         Return 0 results when search is not in progress.
5060
5061         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
5062         (ev_window_cmd_go_next_page), (find_bar_search_changed_cb):
5063
5064         Update menu sensitivity when cancelling search
5065
5066 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
5067
5068         * shell/ev-view.c: (ev_view_can_find_next):
5069
5070         Take all pages in consideration, not just current one
5071
5072 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
5073
5074         * shell/ev-page-cache.c:
5075         * shell/ev-page-cache.h:
5076         * shell/ev-view.c: (ev_view_binding_activated),
5077         (ev_view_next_page), (ev_view_previous_page),
5078         (ev_sizing_mode_get_type):
5079         * shell/ev-view.h:
5080         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
5081         (ev_window_cmd_go_next_page):
5082
5083         Move page next/previous functions from page chace to
5084         view and change it to move by 2 page steps in dual mode.
5085
5086 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
5087
5088         * shell/ev-window.c: (update_sidebar_visibility),
5089         (setup_sidebar_from_metadata), (ev_window_setup_document),
5090         (setup_view_from_metadata):
5091
5092         Show the index by default when there is one     
5093
5094 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
5095
5096         * shell/ev-window-title.c: (ev_window_title_set_document):
5097
5098         Missing null check
5099
5100 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5101
5102         * shell/ev-view.c: (view_update_range_and_current_page):
5103         
5104         Allow display of last odd page in dual view. Fix for 316347.
5105
5106 2005-09-17  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5107
5108         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
5109         
5110         Make close button default. Fix for 316383.
5111
5112 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5113
5114         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
5115         
5116         Mark close button as default. Fix for 316381.
5117
5118 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
5119
5120         * backend/ev-link.c: (ev_link_class_init):
5121
5122         Allow negative doubles in left/top properties
5123
5124 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
5125
5126         * shell/ev-window.c:
5127
5128         Remove a bunch of strings that was used only
5129         by the statusbar.
5130
5131 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
5132
5133         * shell/ev-window-title.c: (get_filename_from_uri),
5134         (ev_window_title_set_document):
5135
5136         When title has a confusing extension, show also
5137         the document filename inside ()
5138
5139 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
5140
5141         * shell/Makefile.am:
5142         * shell/ev-window-title.c: (ev_window_title_new),
5143         (ev_window_title_update), (ev_window_title_set_type),
5144         (ev_window_title_set_document), (ev_window_title_free):
5145         * shell/ev-window-title.h:
5146         * shell/ev-window.c: (ev_window_setup_document),
5147         (password_dialog_response), (ev_window_popup_password_dialog),
5148         (ev_window_dispose), (ev_window_init):
5149
5150         Factor out and cleanup window title code
5151
5152 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
5153
5154         * shell/ev-window.c: (unable_to_load_dialog_response_cb),
5155         (unable_to_load):
5156
5157         Make dialog transient so it doesnt block other windows
5158
5159 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5160
5161         * pdf/ev-poppler.cc:
5162         
5163         Fix pdf thumbnails rendering.
5164
5165 2005-09-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5166
5167         * shell/ev-window.c: (fullscreen_set_timeout):
5168         
5169         Increase timeout to hide full screen popup. Bug 
5170         316123. 
5171
5172 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5173
5174         * data/evince.schemas.in:
5175         * shell/ev-window.c: (update_action_sensitivity):
5176
5177         Allow the user to override document restrictions. Fix for bug
5178         305818.
5179
5180 2005-09-13  Christian Persch  <chpe@cvs.gnome.org>
5181
5182         * shell/ev-window.c: (ev_window_update_fullscreen_popup),
5183         (ev_window_create_fullscreen_popup), (ev_window_screen_changed),
5184         (ev_window_class_init): Fix multihead behaviour of fullscreen
5185         toolbar popup. Fixes bug #315451.
5186
5187 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5188
5189         * configure.ac:
5190         * data/evince-password.glade:
5191         * shell/ev-password.c: (ev_password_dialog_set_property),
5192         (ev_password_dialog_finalize), (ev_password_dialog_class_init),
5193         (ev_password_dialog_init), (ev_password_set_bad_password_label),
5194         (ev_password_dialog_entry_changed_cb),
5195         (ev_password_dialog_entry_activated_cb),
5196         (ev_password_dialog_save_password), (ev_password_keyring_found_cb),
5197         (ev_password_search_in_keyring), (ev_password_dialog_get_password),
5198         (ev_password_dialog_set_bad_pass):
5199         * shell/ev-password.h:
5200         * shell/ev-window.c: (password_dialog_response),
5201         (ev_window_popup_password_dialog):
5202         
5203         Support for gnome-keyring for encrypted PDF's.
5204
5205 2005-09-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5206
5207         * shell/ev-view.c: (handle_link_over_xy), (ev_view_realize),
5208         (ev_view_motion_notify_event), (ev_view_leave_notify_event),
5209         (ev_view_enter_notify_event), (ev_view_class_init):
5210         
5211         More precise handling of enter_notify/leave_notify events
5212         in EvView. Fix for bug 315470.
5213
5214 2005-09-08  Christopher Aillon  <caillon@redhat.com>
5215
5216         * shell/ev-window.c: (fullscreen_timeout_cb),
5217         (fullscreen_set_timeout), (fullscreen_clear_timeout),
5218         (ev_window_dispose):
5219
5220         leak fix: unref fullscreen_timeout_source before clearing it
5221
5222 2005-09-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5223
5224         * configure.ac, dvi/mdvi/Makefile.am: 
5225         
5226         Use lt1 instead lt1lib. Thanks to yselkowitz@users.sourceforge.net
5227
5228 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
5229
5230         * backend/ev-link.c: (ev_link_new_page_xyz):
5231         * pdf/ev-poppler.cc:
5232         * shell/ev-view.c: (goto_xyz_link), (ev_view_goto_link):
5233
5234         Fix some bugs with xyz links, respect zoom
5235
5236 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
5237
5238         * shell/ev-window.c: (page_changed_cb),
5239         (setup_document_from_metadata), (update_sidebar_visibility),
5240         (setup_view_from_metadata), (ev_window_run_fullscreen),
5241         (ev_window_stop_fullscreen), (ev_window_run_presentation),
5242         (ev_window_stop_presentation), (ev_window_continuous_changed_cb),
5243         (ev_window_dual_mode_changed_cb),
5244         (ev_window_sidebar_current_page_changed_cb):
5245
5246         null check uri before setting and getting metadata
5247
5248 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
5249
5250         * dvi/Makefile.am:
5251         * properties/Makefile.am:
5252         * shell/Makefile.am:
5253         * thumbnailer/Makefile.am:
5254
5255         Some build fixes for cygwin. Patch by yselkowitz@users.sourceforge.net
5256
5257 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
5258
5259         * shell/ev-sidebar-links.c: (ev_sidebar_links_class_init),
5260         (selection_changed_callback):
5261         * shell/ev-sidebar-links.h:
5262
5263         Add a signal for link activation.
5264
5265         * shell/ev-view.c: (ev_view_goto_link),
5266         (ev_view_button_release_event):
5267         * shell/ev-view.h:
5268         * shell/ev-window.c: (sidebar_links_link_activated_cb),
5269         (ev_window_init):
5270
5271         Implement the signal so that we can handle all link types.
5272
5273         * shell/ev-page-cache.c:
5274
5275         Remove unused set_link function
5276
5277 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
5278
5279         * lib/ev-tooltip.c: (ev_tooltip_set_position):
5280
5281         Add some space from the cursor, hardcoded but I couldnt
5282         find a better way.
5283
5284 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
5285
5286         * lib/ev-tooltip.c:
5287
5288         Use mozilla style vs gtk style, way better for links.
5289
5290         * shell/ev-view.c: (ev_view_motion_notify_event),
5291         (ev_view_destroy), (ev_view_init):
5292
5293         Deactive tooltip when the link hovered is changed.
5294
5295 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
5296
5297         * backend/ev-document.h:
5298         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_top),
5299         (ev_link_get_left), (ev_link_get_zoom), (ev_link_get_property),
5300         (ev_link_set_property), (ev_window_dispose), (ev_link_class_init),
5301         (ev_link_new_page), (ev_link_new_page_xyz):
5302         * backend/ev-link.h:
5303         * pdf/ev-poppler.cc:
5304         * shell/ev-view.c: (doc_point_to_view_point), (scroll_to_xyz_link),
5305         (go_to_link), (tip_from_link):
5306
5307         Implement xyz links, still not functional. Links are a total
5308         mess, will need to refactor and bugfix a lot :(
5309
5310 2005-09-05  Alessio Frusciante  <algol@firenze.linux.it>
5311
5312         * configure.ac: Added "it" (Italian) to ALL_LINGUAS.
5313
5314 2005-09-05  Marco Pesenti Gritti <mpg@redhat.com>
5315
5316         * data/evince-ui.xml:
5317         * data/evince.schemas.in:
5318         * shell/Makefile.am:
5319         * shell/ev-window.c: (update_chrome_visibility),
5320         (password_dialog_response), (ev_window_load_job_cb),
5321         (ev_window_xfer_job_cb), (ev_window_open_uri),
5322         (ev_window_class_init), (set_chrome_actions), (load_chrome),
5323         (ev_window_init):
5324
5325         Remove the statusbar. This regress loading feedback, need to
5326         check with Bryan what we want to do there...
5327
5328 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
5329
5330         * lib/ev-tooltip.c: (ev_tooltip_init):
5331
5332         Fix tooltip border and size handling
5333
5334 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
5335
5336         * lib/ev-tooltip.c: (ev_tooltip_dispose), (ev_tooltip_class_init),
5337         (ev_tooltip_set_position), (ev_tooltip_recently_shown),
5338         (ev_tooltip_timeout), (ev_tooltip_activate),
5339         (ev_tooltip_deactivate):
5340         * lib/ev-tooltip.h:
5341         * shell/ev-view.c: (ev_view_motion_notify_event):
5342
5343         Delay popup showing. Mirror gtk logic/times.
5344
5345 2005-09-03  Marco Pesenti Gritti  <mpg@redhat.com>
5346
5347         * lib/Makefile.am:
5348         * lib/ev-tooltip.c: (ev_tooltip_expose_event),
5349         (ev_tooltip_class_init), (ev_tooltip_init), (ev_tooltip_new),
5350         (ev_tooltip_set_text), (ev_tooltip_set_position):
5351         * lib/ev-tooltip.h:
5352
5353         Simple widget to show tooltips at a custom position
5354
5355         * shell/ev-view.c: (tip_from_link), (ev_view_motion_notify_event),
5356         (ev_view_destroy):
5357
5358         Use it for links. First go, needs work
5359
5360 2005-08-17  Dennis Cranston  <dennis_cranston@yahoo.com>
5361
5362         * shell/ev-window.c: (ev_window_cmd_edit_toolbar): A couple small 
5363         HIG fixes.  Use title capitalization for window title. Use 12 
5364         pixels of space between the dialog's vbox and action area.
5365
5366 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
5367
5368         * shell/ev-window.c: (file_open_dialog_response_cb),
5369         (ev_window_cmd_file_open), (file_save_dialog_response_cb),
5370         (ev_window_cmd_save_as):
5371
5372         Make file pickers not modal and refactor code some
5373
5374 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
5375
5376         * shell/ev-sidebar.h:
5377         * shell/ev-sidebar.c: (ev_sidebar_set_property),
5378         (ev_sidebar_get_current_page), (ev_sidebar_get_property),
5379         (ev_sidebar_class_init), (ev_sidebar_select_page),
5380         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_new),
5381         (ev_sidebar_set_page):
5382
5383         Add a current page property and allow to get/set it
5384
5385         * shell/ev-window.c: (setup_view_from_metadata),
5386         (ev_window_sidebar_current_page_changed_cb), (ev_window_init):
5387
5388         Persist current sidebar page per document
5389
5390 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
5391
5392         * data/evince.schemas.in:
5393         * shell/ev-window.c: (update_chrome_visibility),
5394         (setup_document_from_metadata), (update_sidebar_visibility),
5395         (setup_view_from_metadata), (ev_window_sidebar_position_change_cb),
5396         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
5397         (ev_window_run_presentation), (ev_window_stop_presentation),
5398         (ev_window_view_sidebar_cb),
5399         (ev_window_sidebar_visibility_changed_cb), (set_chrome_actions),
5400         (load_chrome), (ev_window_init):
5401
5402         Persist size/visibility of sidebar per document
5403
5404 Fri Sep  2 00:59:55 2005  Jonathan Blandford  <jrb@redhat.com>
5405
5406         * shell/ev-view.c (draw_loading_text): Draw loading text.
5407
5408 2005-09-02  Dan Damian  <dand@gnome.ro>
5409
5410         * configure.in: Added "ro" to ALL_LINGUAS.
5411
5412 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
5413
5414         * shell/ev-view.c: (clear_caches):
5415
5416         ev_page_cache_get doesnt return a reference,
5417         dont try to unref it.
5418
5419 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
5420
5421         * shell/main.c: (load_files_remote):
5422
5423         Fix timestamp parameter with dbus <= 0.33
5424
5425 2005-08-31  Marco Pesenti Gritti  <mpg@redhat.com>
5426
5427         * data/evince.schemas.in:
5428
5429         Add missing full stop
5430
5431 2005-08-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
5432
5433         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info):
5434         * shell/ev-window.c: (ev_window_print_range), (ev_window_dispose):
5435
5436         Plug some memory leaks
5437
5438 2005-08-29  Christian Persch  <chpe@cvs.gnome.org>
5439
5440         * configure.ac:
5441         * lib/ev-debug.c: (trap_handler):
5442
5443         Check for execinfo.h and use it only if it exists.
5444         Ported from Epiphany (bug #314776).
5445
5446 2005-08-29  Duarte Loreto <happyguy_pt@hotmail.com>
5447
5448         * configure.ac: Added Portuguese (pt) to ALL_LINGUAS.
5449
5450 2005-08-27  Mohammad DAMT  <mdamt@gnome.org>
5451
5452         * configure.ac: Added Indonesian "id" to ALL_LINGUAS
5453         * po/id.po      : Added Indonesian translation
5454
5455 Fri Aug 26 00:45:09 2005  Jonathan Blandford  <jrb@redhat.com>
5456
5457         * shell/main.c:
5458         * shell/ev-application.c: Last minute GTK-2.6 fixes.
5459         * NEWS: Release 0.4.0
5460
5461 Thu Aug 25 23:40:23 2005  Jonathan Blandford  <jrb@redhat.com>
5462
5463         * configure.ac: catch another gtk+-2.8ism
5464         * shell/main.c: Make work with gtk+-2.6
5465
5466 2005-08-25  Ryan Lortie  <desrt@desrt.ca>
5467
5468         * shell/ev-application-service.xml: Add 'timestamp' argument to
5469           ev_application_open_window and ev_application_open_uri methods.
5470
5471         * shell/ev-application.h: Add 'timestamp' argument to
5472           ev_application_open_window, ev_application_open_uri,
5473           and ev_application_open_uri_list functions.
5474
5475         * shell/ev-application.c (ev_application_open_window,
5476           ev_application_open_uri, ev_application_open_uri_list): Change
5477           functions that show/present windows to use a timestamp if one
5478           is passed in.
5479
5480         * shell/ev-window.c (ev_window_cmd_file_open,
5481           ev_window_cmd_recent_file_activate, drag_data_received_cb):
5482         * shell/main.c (load_files): Modify calls to ev_application to
5483           include GDK_CURRENT_TIME as timestamp.
5484
5485         * shell/main.c (load_files_remote): Obtain timestamp for client
5486           instance from GDK and pass to server instance so new windows are
5487           focused properly.  Fix dbus_g_proxy_call() calls by including second
5488           G_TYPE_INVALID.
5489           
5490         Closes bug #314475.
5491
5492 Thu Aug 25 22:13:08 2005  Jonathan Blandford  <jrb@redhat.com>
5493
5494         * shell/ev-window.c (ev_window_finalize): Check for
5495         avail. EvWindows when quiting to handle the finalize better,
5496         #314497
5497
5498 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5499         
5500         * properties/ev-properties-view.c: 
5501         
5502         Set textdomain to libglade. Fixes translation problem in property page.
5503
5504 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5505
5506         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
5507         * dvi/Makefile.am:
5508         * dvi/dvi-document.c: (dvi_document_thumbnails_get_thumbnail):
5509         * dvi/mdvi-lib/Makefile.am:
5510         
5511         Fix rotation of thumbnails, ported to new API. Moved library
5512         dependencies earlier, probably it will fix linkage problem.
5513
5514 Thu Aug 25 02:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
5515
5516         * backend/ev-document-misc.c:
5517         (ev_document_misc_get_thumbnail_frame):
5518         * backend/ev-document-misc.h:
5519         * configure.ac:
5520         * pdf/ev-poppler.cc:
5521         * shell/Makefile.am:
5522         * shell/ev-sidebar-thumbnails.c: (add_range),
5523         (ev_sidebar_thumbnails_set_loading_icon),
5524         (ev_sidebar_thumbnails_refresh),
5525         (ev_sidebar_thumbnails_set_document):
5526         * shell/ev-sidebar-thumbnails.h:
5527         * shell/ev-view.c: (ev_view_motion_notify_event),
5528         (ev_view_set_property), (ev_view_get_property),
5529         (ev_view_class_init), (ev_view_set_rotation):
5530         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
5531         (ev_window_cmd_edit_rotate_right), (ev_window_rotation_changed_cb),
5532         (ev_window_init):
5533         * tiff/tiff-document.c: (tiff_document_thumbnails_get_thumbnail):
5534         Redo rotation (again).  prepare for 0.4.0
5535
5536 2005-08-24  Kristian Høgsberg  <krh@redhat.com>
5537
5538         * configure.ac: Bump poppler requirement to 0.4.1.
5539
5540         * pdf/ev-poppler.cc (pdf_selection_render_selection): Add rotation
5541         argument to poppler_page_render_selection() call.
5542
5543 2005-08-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5544
5545         * djvu/djvu-document.c: (djvu_document_render_pixbuf),
5546         (djvu_document_thumbnails_get_thumbnail):
5547         * dvi/dvi-document.c: (dvi_document_render_pixbuf),
5548         (dvi_document_thumbnails_get_thumbnail):
5549         * pixbuf/pixbuf-document.c: (pixbuf_document_render_pixbuf),
5550         (pixbuf_document_thumbnails_get_thumbnail):
5551         * tiff/tiff-document.c: (tiff_document_render_pixbuf):
5552         
5553         Update rotation direction of backends to fit with pdf and ps.
5554
5555 2005-08-24  Marco Pesenti Gritti  <mpg@redhat.com>
5556
5557         * backend/ev-async-renderer.c: (ev_async_renderer_render_pixbuf):
5558         * backend/ev-async-renderer.h:
5559         * ps/ps-document.c: (ps_document_init), (setup_pixmap),
5560         (setup_page), (ps_document_get_page_size),
5561         (ps_async_renderer_render_pixbuf):
5562         * ps/ps-document.h:
5563         * shell/ev-jobs.c: (ev_job_render_run):
5564
5565         Fix orientation in the postscript document
5566
5567 2005-08-23  Marco Pesenti Gritti  <mpg@redhat.com>
5568
5569         * pdf/ev-poppler.cc:
5570         * ps/ps-document.c: (push_pixbuf), (ps_document_widget_event):
5571         * shell/ev-view.c: (highlight_find_results):
5572
5573         Adapt to the new poppler rotation API. Fix text maps on landscape
5574         documents.
5575
5576 Sat Aug 20 17:13:48 2005  Jonathan Blandford  <jrb@redhat.com>
5577
5578         * shell/ev-view.c (compute_new_selection_text): get the correct
5579         region when selecting in modes other than continuous.
5580
5581 Sat Aug 20 13:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
5582
5583         * shell/main.c (main): remove redundant g_warnings.
5584
5585 2005-08-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5586
5587         * shell/Makefile.am: Don't include autogenerated
5588         file ev-application-service.h into distribution, since
5589         it causes dbus crash. Fix for bugs 313724 and 313443. 
5590
5591 2005-08-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5592
5593         * configure.ac: Fix sed expression for FreeBSD. Thanks
5594         to Joe Marcus Clark <marcus@freebsd.org>
5595         
5596         * shell/eggfindbar.c: (entry_activate_callback),
5597         (entry_changed_callback), (egg_find_bar_init),
5598         (egg_find_bar_set_search_string):
5599         
5600         Made findbar buttons unsensitive if there is no text in
5601         entry. Fix for the bug 313285.
5602
5603 2005-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
5604
5605         * ps/ps-document.c: Use g_filename_display_name for displaying
5606         filenames and revert string freeze breackage
5607
5608 2005-08-17  Marco Pesenti Gritti  <mpg@redhat.com>
5609
5610         * NEWS:
5611         * configure.ac:
5612
5613         Update for 0.3.4
5614
5615         * shell/Makefile.am:
5616
5617         Add ev-application-service.xml to extra dist
5618
5619         * shell/ev-view.c: (find_page_at_location):
5620
5621         Remove unused function (fix warning)
5622
5623 2005-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5624
5625         * dvi/mdvi-lib/t1.c: (t1_reset_resolution), (t1_really_load_font),
5626         (t1_load_font), (t1_glyph_bitmap), (t1_font_remove):
5627         
5628         Fix warnings and compilation with t1lib-5.0 and newer. Fix for 
5629         bug 313623.
5630
5631 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5632
5633         * shell/ev-utils.c: (set_umask_permissions), (write_to_temp_file):
5634         * shell/ev-window.c:
5635         Fix build warnings
5636
5637 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
5638
5639         * configure.ac: Update script to get dbus version.
5640         Fix for the bug #313443.
5641
5642 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5643
5644         * shell/ev-window.c: (ev_window_cmd_escape):
5645         
5646         Return focus back to view on escape. Fix for bug 313295.
5647
5648 2005-08-16  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
5649
5650         * shell/ev-window.c: (update_window_title),
5651         (ev_window_popup_password_dialog), (ev_window_load_job_cb),
5652         (ev_window_cmd_save_as):
5653         
5654         Correct conversion from uri to displayable string. Fix for
5655         bug 313296.
5656
5657 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
5658
5659         * ps/ps-document.c: convert filename to utf8 when there is an error
5660         loading document. Fixes #309915
5661
5662 2005-08-16  Marco Pesenti Gritti  <mpg@redhat.com>
5663
5664         * configure.ac:
5665
5666         We depend on poppler 0.4.0
5667
5668 Mon Aug 15 21:53:05 2005  Jonathan Blandford  <jrb@redhat.com>
5669
5670         * configure.ac:
5671         * NEWS: Release 0.3.3.
5672         * thumbnailer/evince-thumbnailer.c: Remove pdf icon.
5673
5674 2005-08-14  Dennis Cranston  <dennis_cranston@yahoo.com>
5675
5676         * shell/ev-window.c: (ev_window_cmd_file_open): HIG fixes:  
5677         add a couple missing mnemonics to menu items, use title 
5678         capitalization for menu items and window titles, and add 
5679         ellipsis to open menu item.     
5680
5681 Mon Aug 15 00:40:21 2005  Jonathan Blandford  <jrb@redhat.com>
5682
5683         * pdf/ev-poppler.cc:
5684         * shell/ev-metadata-manager.c: (ev_metadata_manager_init):
5685         * shell/ev-view.c: (ev_view_rotate_left), (ev_view_set_rotation),
5686         (ev_view_get_rotation):
5687         * shell/ev-view.h:
5688         * shell/ev-window.c: (setup_view_from_metadata),
5689         (save_rotation_to_file), (ev_window_cmd_edit_rotate_left),
5690         (ev_window_cmd_edit_rotate_right): Fix rotation.  Save it to
5691         disk.
5692
5693 2005-08-14  Baris Cicek <baris@teamforce.name.tr>
5694
5695         * configure.ac: Added tr to ALL_LINGUAS
5696
5697 2005-08-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
5698
5699         * shell/ev-view.c: Fix for bug Bug 311838. Search backward
5700         requires several clicks to find word. Thanks to 
5701         Colin Slater <kiltedtaco@gmail.com>.
5702
5703 2005-08-11  Bryan Clark  <clarkbw@cvs.gnome.org>
5704
5705         * data/evince.desktop.in.in: Hide menu entry and
5706         rename it to "Document Viewer". Fix for bug 
5707         #312399.
5708
5709 2005-08-11  Crispin Flowerday  <gnome@flowerday.cx>
5710
5711         * shell/ev-page-action.c (ev_page_action_class_init): 
5712
5713         Point to the correct function in constructor of the
5714         activate_label signal
5715
5716 Tue Aug  9 02:17:13 2005  Jonathan Blandford  <jrb@redhat.com>
5717
5718         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
5719         * shell/ev-jobs.h: Make thread safe.
5720
5721 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5722
5723         * shell/ev-view.c: (view_update_range_and_current_page):
5724         Don't update page range if we are scrolling to some document
5725         point.
5726
5727 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5728
5729         * shell/ev-view.c: (get_page_extents): reverse rotation/scale
5730         when getting max_page_width, fix drawing in dual mode.
5731
5732 Sun Aug  7 02:06:08 2005  Jonathan Blandford  <jrb@redhat.com>
5733
5734         * shell/ev-view.c (ev_view_select_all): reverse rotation/page when
5735         getting the area for select_all.
5736
5737 2005-08-06  Kristian Høgsberg  <krh@redhat.com>
5738
5739         * backend/ev-selection.c: (ev_selection_render_selection):
5740         * backend/ev-selection.h:
5741         * pdf/ev-poppler.cc:
5742         * shell/ev-jobs.c: (ev_job_render_new):
5743         * shell/ev-jobs.h:
5744         * shell/ev-pixbuf-cache.c: (get_selection_colors),
5745         (add_job_if_needed), (ev_pixbuf_cache_get_selection_pixbuf):
5746         * shell/ev-view.c: (ev_view_focus_in), (ev_view_focus_out),
5747         (ev_view_class_init):
5748
5749         Change selection color on focus in and focus out events.  Also,
5750         poppler now uses GdkColor for specifying the selection colors, so
5751         drop some awkward conversion code.
5752
5753 2005-08-06  Yair Hershkovitz  <yairhr@gmail.com>
5754
5755         * configure.ac: Added Hebrew translation
5756
5757 Sat Aug  6 01:12:44 2005  Jonathan Blandford  <jrb@redhat.com>
5758
5759         * NOTES:
5760         * backend/ev-selection.c: (ev_selection_render_selection):
5761         * backend/ev-selection.h:
5762         * pdf/ev-poppler.cc:
5763         * shell/ev-jobs.c: (ev_job_render_dispose), (ev_job_render_new),
5764         (ev_job_render_run):
5765         * shell/ev-jobs.h:
5766         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
5767         (ev_pixbuf_cache_new), (job_finished_cb), (add_job_if_needed),
5768         (convert_gdk_color_to_uint), (ev_pixbuf_cache_get_text_mapping),
5769         (ev_pixbuf_cache_style_changed),
5770         (ev_pixbuf_cache_get_selection_pixbuf),
5771         (ev_pixbuf_cache_set_selection_list),
5772         (ev_pixbuf_cache_get_selection_list):
5773         * shell/ev-pixbuf-cache.h:
5774         * shell/ev-utils.c: (ev_print_region_contents):
5775         * shell/ev-utils.h:
5776         * shell/ev-view.c: (ev_view_queue_draw_page),
5777         (selection_update_idle_cb), (ev_view_motion_notify_event),
5778         (ev_view_style_set), (draw_one_page), (ev_view_class_init),
5779         (setup_caches), (ev_view_find_next), (merge_selection_region),
5780         (selection_free):
5781         * shell/ev-window.c: (ev_window_update_fullscreen_popup):
5782
5783         Clean up selection to be much smoother!
5784
5785 2005-08-05  Kristian Høgsberg  <krh@redhat.com>
5786
5787         * pdf/ev-poppler.cc (pdf_selection_render_selection): Pass colors
5788         to poppler_page_render_selection().
5789
5790 2005-08-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5791
5792         * ps/ps-document.c: (save_page_list): Use
5793         unzipped document when printing. Thanks to 
5794         Colin Slater <kiltedtaco@gmail.com>. Fix for bug
5795         311016.
5796
5797 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5798
5799         * shell/ev-window.c: (update_action_sensitivity):
5800         
5801         Disable print and save respect to lockdown gconf keys. Fix
5802         for 312342.
5803
5804 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5805
5806         * configure.ac:
5807         * shell/ev-utils.c: (rename_file), (set_umask_permissions),
5808         (write_to_temp_file), (ev_file_set_contents):
5809         * shell/ev-utils.h:
5810         * shell/ev-window.c: (save_print_config_to_file):
5811         
5812         Copy-paste g_file_set_contents to keep compatibility with gtk 2.6
5813         Fix for bug 312238
5814
5815 2005-07-31  Christian Persch  <chpe@cvs.gnome.org>
5816
5817         * shell/ev-window.c: (load_print_config_from_file),
5818         (save_print_config_to_file), (ev_window_print_range):
5819
5820         Persist the print settings. Fixes bug #311578.
5821
5822 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5823
5824         * djvu/djvu-document.c: (djvu_document_get_page_size),
5825         (djvu_document_render_pixbuf), (djvu_document_document_iface_init),
5826         (djvu_document_thumbnails_get_thumbnail):
5827         * dvi/dvi-document.c: (dvi_document_get_page_size),
5828         (dvi_document_render_pixbuf), (dvi_document_document_iface_init),
5829         (dvi_document_thumbnails_get_dimensions),
5830         (dvi_document_thumbnails_get_thumbnail):
5831         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size),
5832         (pixbuf_document_render_pixbuf),
5833         (pixbuf_document_document_iface_init),
5834         (pixbuf_document_thumbnails_get_thumbnail):
5835         
5836         Update backends to make them build with new rotation system.
5837
5838 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5839
5840         * help/C/figures/evince_start_window.png:
5841         
5842         Update documentation image from Luca Ferretti <elle.uca@libero.it>
5843
5844 Sat Jul 30 19:09:34 2005  Jonathan Blandford  <jrb@redhat.com>
5845
5846         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_clear):
5847         * shell/ev-pixbuf-cache.h:
5848         * shell/ev-sidebar-thumbnails.c:
5849         (ev_sidebar_thumbnails_get_property), (add_range),
5850         (adjustment_changed_cb):
5851         * shell/ev-view.c: (ev_view_set_rotation): Fix rotation and the
5852         pixbuf cache.  Make thumbnailing work again.  Also, fix bug where
5853         we were thumbnailing the entire docment on startup, slowing us
5854         down hugely. 
5855
5856 Fri Jul 29 23:14:28 2005  Jonathan Blandford  <jrb@redhat.com>
5857
5858         * shell/ev-page-cache.c: (ev_page_cache_new):
5859         * shell/ev-window.c: (update_action_sensitivity): Handle n_pages
5860         == 0, fixes #310306.
5861
5862 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
5863
5864         * shell/ev-view.c: (doc_rect_to_view_rect), (ev_view_rotate_right),
5865         (ev_view_rotate_left):
5866
5867         Account rotation in doc_rect_to_view_rect.
5868         Ensure rotation doesnt go out of bounds.
5869
5870 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
5871
5872         * shell/ev-page-cache.c: (ev_page_cache_get_size):
5873
5874         Correct and cleanup w/h swapping
5875
5876 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
5877
5878         * backend/ev-document-thumbnails.c:
5879         (ev_document_thumbnails_get_thumbnail):
5880         * backend/ev-document-thumbnails.h:
5881         * backend/ev-document.c:
5882         * backend/ev-document.h:
5883         * backend/ev-render-context.c: (ev_render_context_new),
5884         (ev_render_context_set_rotation):
5885         * backend/ev-render-context.h:
5886         * pdf/ev-poppler.cc:
5887         * ps/ps-document.c: (ps_document_document_iface_init):
5888         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
5889         * shell/ev-jobs.h:
5890         * shell/ev-page-cache.c: (build_height_to_page),
5891         (ev_page_cache_new), (ev_page_cache_get_size),
5892         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
5893         (ev_page_cache_get_height_to_page):
5894         * shell/ev-page-cache.h:
5895         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
5896         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
5897         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed),
5898         (ev_pixbuf_cache_get_selection_pixbuf):
5899         * shell/ev-pixbuf-cache.h:
5900         * shell/ev-print-job.c: (idle_print_handler):
5901         * shell/ev-sidebar-thumbnails.c: (add_range):
5902         * shell/ev-view.c: (view_update_range_and_current_page),
5903         (get_page_y_offset), (get_page_extents),
5904         (ev_view_size_request_continuous_dual_page),
5905         (ev_view_size_request_continuous),
5906         (ev_view_size_request_dual_page),
5907         (ev_view_size_request_single_page), (draw_one_page),
5908         (ev_view_set_rotation), (ev_view_rotate_right),
5909         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
5910         (ev_view_zoom_for_size_continuous_and_dual_page),
5911         (ev_view_zoom_for_size_continuous),
5912         (ev_view_zoom_for_size_dual_page),
5913         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
5914         (ev_view_select_all):
5915         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
5916         * tiff/tiff-document.c: (tiff_document_render_pixbuf),
5917         (tiff_document_document_iface_init),
5918         (tiff_document_thumbnails_get_thumbnail):
5919
5920         Use rotation rather than orientation. It's easier and enough
5921         for our needs.
5922
5923 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
5924
5925         * shell/ev-page-cache.c: (build_height_to_page),
5926         (ev_page_cache_new), (ev_page_cache_get_size),
5927         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
5928         (ev_page_cache_get_height_to_page):
5929         * shell/ev-page-cache.h:
5930         * shell/ev-view.c: (get_page_y_offset), (get_page_extents),
5931         (ev_view_size_request_continuous_dual_page),
5932         (ev_view_size_request_continuous),
5933         (ev_view_zoom_for_size_continuous_and_dual_page),
5934         (ev_view_zoom_for_size_continuous):
5935
5936         Make the page cache aware of page orientation.
5937
5938 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
5939
5940         * backend/ev-document-thumbnails.c:
5941         (ev_document_thumbnails_get_thumbnail):
5942         * backend/ev-document-thumbnails.h:
5943         * backend/ev-document.c:
5944         * backend/ev-document.h:
5945         * backend/ev-ps-exporter.c: (ev_ps_exporter_do_page):
5946         * backend/ev-ps-exporter.h:
5947         * pdf/ev-poppler.cc:
5948         * ps/ps-document.c: (ps_document_document_iface_init),
5949         (ps_document_ps_export_do_page):
5950         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
5951         * shell/ev-jobs.h:
5952         * shell/ev-page-cache.c: (ev_page_cache_get_size),
5953         (ev_page_cache_get):
5954         * shell/ev-page-cache.h:
5955         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
5956         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
5957         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed):
5958         * shell/ev-pixbuf-cache.h:
5959         * shell/ev-print-job.c: (idle_print_handler):
5960         * shell/ev-sidebar-thumbnails.c: (add_range):
5961         * shell/ev-view.c: (view_update_range_and_current_page),
5962         (get_page_extents), (ev_view_size_request_dual_page),
5963         (ev_view_size_request_single_page), (draw_one_page),
5964         (clear_caches), (ev_view_set_orientation), (ev_view_rotate_right),
5965         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
5966         (ev_view_zoom_for_size_dual_page),
5967         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
5968         (ev_view_select_all):
5969         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
5970         * tiff/tiff-document.c: (tiff_document_get_page_size),
5971         (tiff_document_get_orientation), (rotate_pixbuf),
5972         (tiff_document_render_pixbuf), (tiff_document_document_iface_init),
5973         (tiff_document_thumbnails_get_thumbnail),
5974         (tiff_document_ps_export_do_page), (tiff_document_init):
5975
5976         Really make use of the orientation bit of the render context.
5977         Use the render context in a few more places in the backend API.
5978         This regress orientation, but now it's done right. Will try to
5979         fix it up asap...
5980
5981 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
5982
5983         * shell/ev-view.c: (ensure_rectangle_is_visible):
5984
5985         Patch by Nickolay V. Shmyrev to fix find flickering
5986
5987 2005-07-27  Martin Kretzschmar  <martink@gnome.org>
5988
5989         * backend/ev-ps-exporter.h: add paper_width, paper_height, and
5990         duplex parameters to ::begin.
5991
5992         * tiff/tiff-document.c (tiff_document_ps_export_begin): 
5993         * shell/ev-print-job.c (idle_print_handler): 
5994         * ps/ps-document.c (ps_document_ps_export_begin): 
5995         * pdf/ev-poppler.cc (pdf_document_ps_exporter_begin): 
5996         * backend/ev-ps-exporter.c (ev_ps_exporter_begin): update
5997         implementations. Poppler backend needs poppler cvs. Rest has
5998         unchanged behavior.
5999
6000 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
6001
6002         * shell/ev-window.c (using_pdf_printer): new function.
6003         (ev_window_print_range): print a less techy message if someone
6004         tries to print to PDF.
6005
6006 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
6007
6008         * pdf/ev-poppler.cc (font_type_to_string): Remove trailing space
6009         from "unknown font" string. Bug #311431
6010
6011 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
6012
6013         * help/es/.cvsignore, help/sr/.cvsignore: ignore xmlpo output.
6014
6015 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
6016
6017         Bug #311280
6018         
6019         * pdf/ev-poppler.cc (font_type_to_string): new, returns user readable
6020         name for PopplerFontTypes
6021         (pdf_document_fonts_fill_model): add font type to the detail column
6022
6023         * backend/ev-document-fonts.h: added
6024         EV_DOCUMENT_FONTS_COLUMN_DETAILS.
6025
6026         * shell/ev-properties-fonts.c (font_cell_data_func): glue together
6027         font name and font details, add a little markup.
6028         (ev_properties_fonts_init): use the new cell data func, specify ypad
6029         property for the cell renderer.
6030         (ev_properties_fonts_set_document): add the details column.
6031
6032 2005-07-24  Artur Flinta  <aflinta@cvs.gnome.org>
6033
6034         * configure.ac: Added "pl" to ALL_LINGUAS.
6035
6036 2005-07-24  Danilo Šegan  <danilo@gnome.org>
6037
6038         * configure.ac: Added "sr" and "sr@Latn" to ALL_LINGUAS.
6039
6040 2005-07-23  Tommi Vainikainen  <thv@iki.fi>
6041
6042         * help/ChangeLog: Started this for translations of manual.
6043         * configure.ac, autogen.sh, .cvsignore: Migrated to
6044         gnome-doc-utils. Patch in bug #311222.
6045
6046 2005-07-22  Martin Kretzschmar  <martink@gnome.org>
6047
6048         * backend/ev-document-factory.c (mime_type_supported_by_gdk_pixbuf): 
6049         #ifdef this away to fix an unused-function warning.
6050
6051 2005-07-22  Ignacio Casal Quinteiro  <nacho.resa@gmail.com>
6052
6053         * configure.ac: Added 'gl' to ALL_LINGUAS.
6054
6055 2005-07-22  Pawan Chitrakar  <pawan@nplinux.org>
6056
6057         * configure.ac: Added ne in ALL_LINGUAS
6058         
6059 2005-07-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6060
6061         * shell/ev-view.c: (ev_view_leave_notify_event):
6062         
6063         Clear status message when pointer leaves view. Fix for bug
6064         #310818 
6065
6066 2005-07-20 Ankit Patel <ankit644@yahoo.com>
6067
6068         * configure.ac: Gujarati (gu) added to ALL_LINGUAS
6069
6070 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6071
6072         * shell/ev-view.c: (ev_view_leave_notify_event),
6073         (ev_view_class_init):
6074         
6075         Set cursor to normal then leaving view.
6076
6077 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6078
6079         * configure.ac:
6080         
6081         Fix required djvulibre version.
6082
6083 2005-07-15  Rajesh Ranjan <rajeshkajha@yahoo.com>
6084
6085         *configure.ac: Hindi (hi) language added
6086
6087 2005-07-15  Amanpreet Singh Brar <amanpreetalam@yahoo.com>
6088
6089         *configure.ac: Punjabi (pa) Language added
6090
6091 2005-07-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6092
6093         * data/evince-ui.xml, shell/ev-window.c:
6094         
6095         Add keypad accelerators for zooming. Fix for bug 308128.
6096
6097 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
6098
6099         * Makefile.am:
6100         * backend/Makefile.am:
6101         * backend/ev-document-factory.c: (ev_document_type_get_from_mime):
6102         * configure.ac:
6103         * shell/ev-document-types.c: (ev_document_types_add_filters):
6104
6105         Allow to enable/disable the pixbuf backend.
6106         Default to off for now. If we want it enabled we should
6107         really put mime types in the desktop, implement properties etc.
6108
6109         * properties/evince-properties.c:
6110
6111         Initialize error to NULL.
6112         Check error is not NULL before freeing.
6113
6114 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
6115
6116         * shell/ev-window.c:
6117
6118         Use F5 as presentation accell
6119
6120 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
6121
6122         * shell/ev-window.c: (update_chrome_visibility),
6123         (ev_window_create_fullscreen_popup), (ev_window_init):
6124
6125         Do not leak the fullscreen toolbar
6126
6127 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
6128
6129         * shell/ev-window.c: (view_actions_focus_in_cb),
6130         (view_actions_focus_out_cb):
6131
6132         These has a return value! Fix totally random focus
6133         issues we was seeing.
6134
6135 2005-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
6136
6137         * shell/main.c: (load_files_remote):
6138
6139         Allow open more than one file
6140
6141 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
6142
6143         * shell/main.c: (load_files_remote):
6144
6145         Fix for dbus 0.33. bug #309975
6146
6147 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
6148
6149         * properties/ev-properties-main.c: (ev_properties_get_pages):
6150
6151         Actually return NULL for types we dont support
6152
6153 2005-07-08  Christian Persch  <chpe@cvs.gnome.org>
6154
6155         * po/POTFILES.in:
6156
6157         Remove empty lines.
6158
6159 2005-07-08  Marco Pesenti Gritti  <marco@gnome.org>
6160
6161         * backend/ev-document-factory.c:
6162         (ev_document_factory_get_document):
6163
6164         Do not try to create the object if type
6165         is invalid.
6166
6167 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
6168
6169         * ps/ps-document.c: (ps_document_dispose),
6170         (ps_async_renderer_render_pixbuf):
6171         * ps/ps-document.h:
6172
6173         Do not leak the target window
6174
6175 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
6176
6177         * shell/ev-application.c: (ev_application_init):
6178
6179         Let tbe check file existence for us.
6180         Add a comment about eggrecent mime filter.
6181
6182 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
6183
6184         * data/evince-ui.xml:
6185         * shell/ev-application.c: (ev_application_shutdown),
6186         (ev_application_init), (ev_application_get_toolbars_model),
6187         (ev_application_get_recent_model),
6188         (ev_application_save_toolbars_model):
6189         * shell/ev-application.h:
6190         * shell/ev-window.c: (ev_window_add_recent),
6191         (ev_window_setup_recent), (ev_window_cmd_edit_toolbar_cb),
6192         (ev_window_cmd_edit_toolbar), (ev_window_dispose),
6193         (ev_window_init):
6194
6195         Use common toolbar and recent models for all windows.
6196         Patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6197
6198 Thu Jul  7 23:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
6199
6200         * configure.ac: add FRONTEND_CORE_LIBS to evince_save_LIBS so we
6201         successfully check for gtk_icon_view_get_visible_range.
6202
6203 2005-07-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6204
6205         * djvu/Makefile.am:
6206         * dvi/Makefile.am:
6207         
6208         Fix djvu and dvi backend build.
6209
6210 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
6211
6212         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c: (new_pixbuf_from_widget),
6213         (new_separator_pixbuf):
6214
6215         Don't leak windows.
6216
6217 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
6218
6219         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
6220
6221         HIGification of toolbar editor dialogue.
6222
6223 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6224
6225         * configure.ac:
6226         * shell/Makefile.am:
6227
6228         Ever build metadata manager since it's just
6229         disabled at runtime now.
6230
6231 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6232
6233         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
6234         (ev_metadata_manager_get), (ev_metadata_manager_set):
6235         * shell/ev-metadata-manager.h:
6236
6237         Add an _init functions that enabled metadata management
6238         at runtime.
6239
6240         * shell/ev-window.c: (page_changed_cb),
6241         (setup_document_from_metadata), (ev_window_setup_document),
6242         (setup_view_from_metadata), (ev_window_open_uri),
6243         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
6244         (ev_window_run_presentation), (ev_window_stop_presentation),
6245         (save_sizing_mode), (ev_window_zoom_changed_cb),
6246         (ev_window_continuous_changed_cb),
6247         (ev_window_dual_mode_changed_cb), (window_state_event_cb),
6248         (window_configure_event_cb):
6249
6250         Remove all ugly metadata define since we deal with it
6251         at runtime now.
6252
6253         * shell/main.c: (load_files_remote), (main):
6254
6255         Add support for dbus cvs head. Hopefully didnt break one
6256         of the other versions now!
6257
6258         If we dont get a response from the dbus server just
6259         give up with it and not enable metadata.
6260
6261 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6262
6263         * Makefile.am:
6264         * backend/Makefile.am:
6265         * configure.ac:
6266         * cut-n-paste/recent-files/Makefile.am:
6267         * cut-n-paste/toolbar-editor/Makefile.am:
6268         * cut-n-paste/zoom-control/Makefile.am:
6269         * lib/Makefile.am:
6270         * pdf/Makefile.am:
6271         * pixbuf/Makefile.am:
6272         * properties/Makefile.am:
6273         * ps/Makefile.am:
6274         * shell/Makefile.am:
6275         * thumbnailer/Makefile.am:
6276         * tiff/Makefile.am:
6277
6278         Make frontends depend on just libev.
6279         Rework and group CFLAGS/LIBS definitions.
6280         Cleanups.
6281
6282 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6283
6284         * shell/ev-window:
6285
6286         do not unnecessarily save zoom
6287
6288         * configure.ac:
6289         * lib/ev-file-helpers.c: (ev_dot_dir):
6290         * shell/Makefile.am:
6291         * shell/dummy.cc:
6292
6293         Some cleanups
6294
6295 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6296
6297         * configure.ac:
6298         
6299         Remove unnecessary dependencies
6300
6301 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6302
6303         * properties/Makefile.am:
6304         * thumbnailer/Makefile.am:
6305         * tiff/Makefile.am:
6306
6307         Some more cleanups. Was really necessary
6308         but I probably introduced bugs, feel free
6309         to flame :)
6310
6311 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6312
6313         * backend/Makefile.am:
6314         * configure.ac:
6315         * cut-n-paste/recent-files/Makefile.am:
6316         * cut-n-paste/toolbar-editor/Makefile.am:
6317         * cut-n-paste/zoom-control/Makefile.am:
6318         * lib/Makefile.am:
6319         * pdf/Makefile.am:
6320         * pixbuf/Makefile.am:
6321         * properties/Makefile.am:
6322         * ps/Makefile.am:
6323         * shell/Makefile.am:
6324         * thumbnailer/Makefile.am:
6325         * tiff/Makefile.am:
6326
6327         Use gnome-common macros when possible.
6328         Cleanup dependencies.
6329         Actually disable deprecated where possible.
6330
6331 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6332
6333         * Makefile.am:
6334         * backend/Makefile.am:
6335         * properties/Makefile.am:
6336         * shell/Makefile.am:
6337         * thumbnailer/Makefile.am:
6338
6339         This should solve the circular dep without
6340         requiring dir reorg!
6341
6342         * shell/ev-window.c: (setup_view_from_metadata):
6343
6344         Never restore window size/position when the
6345         window is already visible.
6346
6347 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
6348
6349         * shell/ev-metadata-manager.c: (ev_metadata_manager_save):
6350
6351         Return a boolean from timeout func. Fix ported from gedit.
6352
6353 2005-07-07  Iñaki Larrañaga  <dooteo@euskalgnu.org>
6354
6355         * configure.ac: Added "eu" (Basque) to ALL_LINGUAS.
6356
6357 2005-07-06  Carlos Garcia Campos  <carlosgc@gnome.org>
6358
6359         * shell/ev-document-types.c: set "All Documents" as default filter in
6360         open dialog
6361
6362 2005-07-06  Martin Kretzschmar  <martink@gnome.org>
6363
6364         * shell/ev-metadata-manager.c (ev_metadata_manager_set_int)
6365         (ev_metadata_manager_set_double, ev_metadata_manager_set_string)
6366         (ev_metadata_manager_set_boolean): fix value/val thinko.
6367
6368 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
6369
6370         * shell/ev-window.c: (setup_view_from_metadata),
6371         (window_state_event_cb), (window_configure_event_cb),
6372         (ev_window_init):
6373
6374         Remember window position and maximized state
6375
6376 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
6377
6378         * configure.ac:
6379
6380         Fix DBUS configure checks.
6381
6382         * shell/ev-metadata-manager.c: (ev_metadata_manager_set_int),
6383         (ev_metadata_manager_set_double), (ev_metadata_manager_set_string),
6384         (ev_metadata_manager_set_boolean):
6385
6386         Plug mem leaks.
6387
6388         * shell/ev-window.c: (page_changed_cb), (ev_window_run_fullscreen),
6389         (ev_window_stop_fullscreen), (ev_window_run_presentation),
6390         (ev_window_stop_presentation), (ev_window_zoom_changed_cb),
6391         (ev_window_continuous_changed_cb),
6392         (ev_window_dual_mode_changed_cb), (ev_window_new):
6393
6394         Fix the build without DBUS.
6395
6396 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
6397
6398         * shell/ev-metadata-manager.c: (parse_value), (save_values),
6399         (ev_metadata_manager_set_int), (ev_metadata_manager_set_double),
6400         (ev_metadata_manager_set_string),
6401         (ev_metadata_manager_set_boolean):
6402         * shell/ev-metadata-manager.h:
6403
6404         Add support for some more types
6405
6406         * shell/ev-view.c: (scroll_to_current_page),
6407         (ev_view_get_continuous), (ev_view_set_continuous),
6408         (ev_view_get_dual_page):
6409         * shell/ev-view.h:
6410         * shell/ev-window.c: (page_changed_cb),
6411         (setup_document_from_metadata), (ev_window_setup_document),
6412         (setup_view_from_metadata), (ev_window_open_uri),
6413         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
6414         (ev_window_run_presentation), (ev_window_stop_presentation),
6415         (save_sizing_mode), (ev_window_sizing_mode_changed_cb),
6416         (ev_window_zoom_changed_cb), (ev_window_update_continuous_action),
6417         (ev_window_update_dual_page_action),
6418         (ev_window_continuous_changed_cb),
6419         (ev_window_dual_mode_changed_cb), (ev_window_init):
6420
6421         Remember a bunch of view/document properties. Prolly some
6422         are still missing but it's getting interesting.
6423
6424 2005-07-05  Martin Kretzschmar  <martink@gnome.org>
6425
6426         * configure.ac: check if dbus-binding-tool is installed. Not the
6427         case on current Ubuntu breezy, it seems.
6428
6429 2005-07-05  Luca Ferretti <elle.uca@libero.it>
6430
6431         * data/evince.desktop.in.in:
6432         
6433         Allow open uri lists and add TryExec field.
6434
6435 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
6436
6437         * configure.ac:
6438
6439         Enable dbus when available, do not require a configure
6440         option.
6441
6442 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
6443
6444         * configure.ac:
6445
6446         Use AM_CONDITIONAL unconditionally, fixes the build with DBUS
6447         disabled.
6448
6449 2005-07-05  Carlos Garcia Campos  <carlosgc@gnome.org>
6450         Marco Pesenti Gritti  <mpg@redhat.com>
6451
6452         * shell/Makefile.am: Add --prefix for dbus-binding-tool script
6453         
6454         * shell/ev-application.[ch], shell/ev-window.c: change dbus RPC 
6455         functions to the format required by dbus
6456
6457         * shell/main.c: use G_TYPE instead of DBUS_TYPE to fix compilation
6458         errors. Use the RPC parameters in the expected way
6459
6460 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
6461
6462         * Makefile.am:
6463         * properties/Makefile.am:
6464         * properties/ev-properties-main.c: (ev_properties_get_pages):
6465
6466         Support all mime types
6467
6468         * shell/Makefile.am:
6469         * thumbnailer/Makefile.am:
6470         * thumbnailer/evince-thumbnailer.c: (get_document_from_uri),
6471         (evince_thumbnail_pngenc_get):
6472
6473         Use the document factory
6474
6475 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
6476
6477         * backend/Makefile.am:
6478         * backend/ev-document-factory.c:
6479         (mime_type_supported_by_gdk_pixbuf),
6480         (ev_document_type_get_from_mime),
6481         (ev_document_factory_get_document),
6482         (ev_document_factory_get_backend),
6483         (ev_document_factory_get_mime_types),
6484         (ev_document_factory_get_all_mime_types):
6485         * backend/ev-document-factory.h:
6486         * shell/Makefile.am:
6487         * shell/ev-document-types.c: (get_document_from_uri),
6488         (ev_document_types_get_document),
6489         (file_filter_add_mime_list_and_free),
6490         (ev_document_types_add_filters):
6491         * shell/ev-document-types.h:
6492         * shell/ev-job-xfer.c: (ev_job_xfer_run):
6493         * shell/ev-properties-dialog.c:
6494         (ev_properties_dialog_set_document):
6495         * shell/ev-window.c: (ev_window_cmd_file_open),
6496         (ev_window_cmd_save_as):
6497         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
6498
6499         Rework document types managing to avoid code duplication
6500         and actually abstract from backend implementations.
6501         Also provide a minimal factory api that can be used by
6502         thumbnailer/properties.
6503
6504 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
6505
6506         * properties/ev-properties-view.c: (ev_properties_view_set_info):
6507         Plug a mem leak.
6508         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
6509         HIG spacings.
6510
6511 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
6512
6513         * shell/ev-properties-dialog.c
6514         (ev_properties_dialog_set_document): only call
6515         ev_properties_fonts_set_document() if the document implements the
6516         fonts interface
6517
6518 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
6519
6520         * configure.ac:
6521         * properties/Makefile.am:
6522         * properties/ev-properties-view.c:
6523         (ev_properties_view_register_type):
6524         * properties/ev-properties-view.h:
6525         * properties/ev-properties-main.h:
6526
6527         Implement nautilus plugin for properties.
6528         Works only for pdf atm, I need to rework the
6529         document types stuff to get this to work
6530         for all backends...
6531
6532 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
6533
6534         * shell/ev-properties-fonts.c (enum): kill redundant columns enum
6535         (ev_properties_fonts_set_document): use
6536         EV_DOCUMENT_FONTS_COLUMN_NUM_COLUMNS.
6537
6538 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
6539
6540         * tiff/tiff2ps.c: remove TRUE and FALSE definitions, glib provides
6541         them
6542         (PlaceImage, tiff2ps_process_page): use
6543         g_ascii_dtostr to convert floats to strings in a locale-safe way.
6544
6545
6546 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
6547
6548         * shell/main.c: include libgnomeui/gnome-authentication-manager.h
6549         (main): to call gnome_authentication_manager_init. Should fix
6550         Bug #308510
6551
6552         * configure.ac: that requires libgnomeui 2.6.0.
6553
6554 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
6555
6556         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
6557         (tiff_document_ps_export_do_page, tiff_document_ps_export_end):
6558         use the new tiff2ps interfaces
6559
6560         * tiff/tiff2ps.h (tiff2ps_context_new, tiff2ps_process_page) 
6561         (tiff2ps_context_finalize): implement new interfaces for tiff2ps
6562
6563         * tiff/tiff2ps.c: refactor tiff2ps code to use a context
6564         structure instead of global variables.  Remove use of static
6565         variables in functions.
6566
6567 2005-07-04  Carlos Garcia Campos <carlosgc@gnome.org>
6568
6569         * shell/ev-page-action.c: unref the completion after setting it to the
6570         entry
6571
6572 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
6573
6574         * tiff/tiff2ps.c (generateEPSF): disable generating encapsulated
6575         postscript files
6576
6577 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
6578
6579         * shell/ev-window.c (update_action_sensitivity): disable
6580         File->Print if the document does not implement the ps exporter
6581         interface
6582
6583 2005-07-04  Marco Pesenti Gritti  <mpg@redhat.com>
6584
6585         * Makefile.am:
6586         * configure.ac:
6587         * data/evince-properties.glade:
6588         * properties/.cvsignore:
6589         * properties/Makefile.am:
6590         * properties/ev-properties-view.c: (ev_properties_view_dispose),
6591         (ev_properties_view_class_init), (ev_properties_view_format_date),
6592         (make_valid_utf8), (set_property), (ev_properties_view_set_info),
6593         (ev_properties_view_init), (ev_properties_view_new):
6594         * properties/ev-properties-view.h:
6595         * shell/Makefile.am:
6596         * shell/ev-properties-dialog.c: (ev_properties_dialog_class_init),
6597         (ev_properties_dialog_init), (ev_properties_dialog_set_document),
6598         (ev_properties_dialog_new):
6599         * shell/ev-properties-dialog.h:
6600         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
6601         (ev_properties_fonts_class_init), (ev_properties_fonts_init),
6602         (update_progress_label), (job_fonts_finished_cb),
6603         (ev_properties_fonts_set_document), (ev_properties_fonts_new):
6604         * shell/ev-properties-fonts.h:
6605         * shell/ev-properties.c:
6606         * shell/ev-properties.h:
6607         * shell/ev-window.c: (ev_window_setup_document),
6608         (ev_window_cmd_file_properties):
6609
6610         Split the properties pages in two different objects, depend
6611         only on the backend where possible, use widgets instead
6612         of gobject for the glade part, reimplement the dialog
6613         itself with gtk.
6614         I need this to implement nautilus properties page.
6615
6616 2005-07-03  Matthew S. Wilson  <msw@rpath.com>
6617
6618         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
6619         (tiff_document_ps_export_do_page, tiff_document_ps_export_end) 
6620         (tiff_document_document_ps_exporter_iface_init): implement the ps
6621         exporter interface for tiff documents
6622
6623         * tiff/tiff2ps.c: added a modified version of tiff2ps.c from
6624         libtiff to implement TIFF postscript export
6625
6626         * tiff/tiff2ps.h: added a header file for external tiff2ps
6627         functions.
6628
6629         * tiff/Makefile.am (libtiffdocument_la_SOURCES): add tiff2ps.c and
6630         tiff2ps.h
6631
6632 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6633
6634         * shell/ev-view.c: (scroll_to_current_page),
6635         (ev_view_set_fullscreen), (ev_view_set_presentation):
6636         
6637         Scroll to current page when exit from presentation
6638
6639 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6640
6641         * shell/ev-window.c: (update_document_mode),
6642         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
6643         (ev_window_cmd_view_fullscreen), (ev_window_stop_presentation),
6644         (ev_window_cmd_view_presentation), (ev_window_cmd_escape):
6645         
6646         Exit from fullscreen mode when switch to presentation. Fix for
6647         bug 309365
6648
6649 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
6650
6651         * shell/ev-pixbuf-cache.c (ev_pixbuf_cache_get_selection_pixbuf):
6652         return NULL if the document does not implement the selection
6653         interface.
6654
6655 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
6656
6657         * tiff/tiff-document.c (tiff_document_get_page_size): scale the
6658         reported height by using the resolution aspect ratio
6659         (tiff_document_render_pixbuf): scale the pixbuf using the
6660         resolution aspect ratio
6661
6662 2005-07-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6663
6664         * configure.ac:
6665         
6666         Require libgnomeprint >= 2.5.1. Thanks to Colin Slater 
6667         <kiltedaco@gmail.com>
6668         
6669         * djvu/djvu-document.c: (djvu_document_get_orientation),
6670         (djvu_document_set_orientation), (djvu_document_get_page_size),
6671         (rotate_pixbuf), (djvu_document_render_pixbuf),
6672         (djvu_document_document_iface_init):
6673         * dvi/dvi-document.c: (dvi_document_get_orientation),
6674         (dvi_document_set_orientation), (dvi_document_get_page_size),
6675         (rotate_pixbuf), (dvi_document_render_pixbuf),
6676         (dvi_document_document_iface_init):
6677         
6678         Dvi and djvu backends are ported to new API
6679
6680 Fri Jul  1 00:10:15 2005  Jonathan Blandford  <jrb@redhat.com>
6681
6682         * backend/ev-selection.c: (ev_selection_get_selection_region),
6683         (ev_selection_get_selection_map):
6684         * backend/ev-selection.h:
6685         * pdf/ev-poppler.cc:
6686         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
6687         * shell/ev-jobs.h:
6688         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
6689         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
6690         (ev_pixbuf_cache_get_text_mapping):
6691         * shell/ev-pixbuf-cache.h:
6692         * shell/ev-view.c: (location_in_text),
6693         (ev_view_motion_notify_event), (ev_view_set_cursor): Add I-Beam
6694         support to EvView.  Now we can see where we can select!  Sweet!
6695
6696 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
6697
6698         * shell/ev-view.c (ev_view_button_press_event): Fix
6699         event->y + view->scroll_x typo.
6700
6701 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
6702
6703         * pdf/ev-poppler.cc: Adjust to poppler API changes; use a
6704         sub-GdkPixbuf instead of passing dest_x and dest_y.
6705         
6706         * shell/ev-view.c: (view_point_to_doc_point),
6707         (view_rect_to_doc_rect), (ev_view_button_press_event),
6708         (ev_view_motion_notify_event), (compute_new_selection_rect),
6709         (gdk_rectangle_point_in), (compute_new_selection_text),
6710         (compute_selections): Update selection code to keep the selection
6711         around as two points and not as a normalized rectangle, and fix
6712         page level selection in two-column mode.
6713
6714 2005-06-30  Alex Duggan  <aldug@astrolinux.com>
6715
6716         * shell/ev-window.c: (window_configure_event_cb): 
6717         
6718         Fix compilation
6719         
6720 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
6721
6722         * pdf/ev-poppler.cc:
6723
6724         Fix compilation
6725
6726 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
6727
6728         * shell/Makefile.am:
6729         * shell/ev-metadata-manager.c: (item_free),
6730         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
6731         (parse_value), (parseItem), (load_values),
6732         (ev_metadata_manager_get), (value_free), (ev_metadata_manager_set),
6733         (save_values), (save_item), (get_oldest), (resize_items),
6734         (ev_metadata_manager_save), (ev_metadata_manager_set_int):
6735         * shell/ev-metadata-manager.h:
6736
6737         Metadata manager from gedit but modified to use GValue, so that
6738         we dont need to keep converting from strings.
6739
6740         * configure.ac:
6741
6742         ENABLE_METADATA conditional, on when dbus is on
6743
6744         * shell/ev-application.c: (ev_application_open_uri):
6745
6746         Show the window after load so that we can initialize
6747         window size before it's showed.
6748
6749         * shell/ev-window.c: (ev_window_setup_from_metadata),
6750         (ev_window_open_uri), (window_configure_event_cb),
6751         (ev_window_init):
6752
6753         Save and load metadata information about window size.
6754         Not yet keeping states in account.
6755
6756         * shell/main.c: (main):
6757
6758         Shutdown metadata manager.
6759
6760 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
6761
6762         * shell/ev-application-service.xml:
6763         * configure.ac:
6764         * shell/Makefile.am:
6765         * shell/ev-application.c:
6766         * shell/ev-application.h:
6767         * shell/ev-window.c:
6768         * shell/ev-window.h:
6769         * shell/main.c:
6770
6771         Add an optional dbus interface (--enable-dbus).
6772         Rework application code, mainly to be easier to
6773         use "remotely".
6774         Do not open multiple windows with the same document,
6775         spatial evince!
6776
6777 Thu Jun 30 01:50:14 2005  Jonathan Blandford  <jrb@redhat.com>
6778
6779         * shell/ev-pixbuf-cache.c (clear_selection_if_needed): unref the
6780         pixbuf iff it exists.
6781
6782 Thu Jun 30 01:43:00 2005  Jonathan Blandford  <jrb@redhat.com>
6783
6784         * shell/*:
6785         * backend/ev-render-context.[ch]:
6786         * backend/ev-selection.[ch]:
6787
6788         Massive changes.  We now support text selection of pdfs, and not
6789         just rectangular selection.  This is pretty broken still, but I
6790         want to get something into CVS.
6791
6792 2005-06-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6793
6794         * pdf/ev-poppler.cc:
6795         
6796         Fix for Bug 309080: crash on window close.
6797         
6798         * shell/ev-page-action.c: (page_changed_cb):
6799         
6800         Fix for Bug 309168: Fix build with gcc 2.95. Thanks to
6801         jensgr@gmx.net (Jens Granseuer).
6802
6803 2005-06-25  Marcel Telka  <marcel@telka.sk>
6804
6805         * configure.in (ALL_LINGUAS): Added sk.
6806
6807 2005-06-24  Carlos Garcia Campos  <carlosgc@gnome.org>
6808
6809         * shell/ev-window.c: Make rotate menu entries unsensitive if there is
6810         not a document open
6811
6812 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
6813
6814         * NEWS:
6815         * configure.ac:
6816
6817         Release 0.3.2
6818
6819         * cut-n-paste/recent-files/Makefile.am:
6820
6821         Fix make distcheck
6822
6823 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
6824
6825         * pixbuf/pixbuf-document.c: (pixbuf_document_get_orientation),
6826         (pixbuf_document_set_orientation), (rotate_pixbuf),
6827         (pixbuf_document_get_page_size), (pixbuf_document_render_pixbuf),
6828         (pixbuf_document_document_iface_init), (pixbuf_document_init):
6829
6830         Implement rotation and cleanup the code a bit.
6831
6832         * tiff/tiff-document.c: (tiff_document_get_page_size),
6833         (tiff_document_get_orientation), (tiff_document_set_orientation),
6834         (rotate_pixbuf), (tiff_document_render_pixbuf),
6835         (tiff_document_document_iface_init), (tiff_document_init):
6836
6837         Implement rotation. Was the quicker solution for the release
6838         but we really need to share this code in the shell.
6839
6840 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
6841
6842         * pdf/ev-poppler.cc:
6843
6844         Enable rotation, require poppler cvs. Fix a leak.
6845
6846 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6847
6848         * shell/ev-window.c: (update_action_sensitivity):
6849         
6850         Make properties unsensitive if document backend doesn't provide
6851         any info
6852
6853 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6854
6855         * dvi/mdvi-lib/bitmap.c: (bitmap_alloc), (bitmap_alloc_raw),
6856         (bitmap_flip_horizontally), (bitmap_flip_vertically),
6857         (bitmap_flip_diagonally), (bitmap_rotate_clockwise),
6858         (bitmap_rotate_counter_clockwise), (bitmap_flip_rotate_clockwise),
6859         (bitmap_flip_rotate_counter_clockwise):
6860         * dvi/mdvi-lib/color.c: (mdvi_push_color), (get_color_table):
6861         * dvi/mdvi-lib/common.c: (read_string), (buff_free), (buff_add),
6862         (buff_gets):
6863         * dvi/mdvi-lib/common.h:
6864         * dvi/mdvi-lib/dvimisc.c: (mdvi_push_color):
6865         * dvi/mdvi-lib/dviread.c: (get_bytes), (dreset), (define_font),
6866         (opendvi), (mdvi_reload), (mdvi_init_context),
6867         (mdvi_destroy_context), (mdvi_dopage), (special):
6868         * dvi/mdvi-lib/font.c: (font_drop_one), (font_free_unused):
6869         * dvi/mdvi-lib/fontmap.c: (read_encoding), (destroy_encoding),
6870         (file_hash_free), (register_encoding), (parse_spec),
6871         (mdvi_load_fontmap), (free_ent), (mdvi_init_fontmaps),
6872         (mdvi_add_fontmap_file), (mdvi_ps_read_fontmap),
6873         (mdvi_ps_flush_fonts), (mdvi_ps_find_font), (mdvi_ps_get_metrics):
6874         * dvi/mdvi-lib/fontsrch.c: (mdvi_list_font_class),
6875         (mdvi_register_font_type), (mdvi_unregister_font_type),
6876         (lookup_font), (mdvi_add_font), (mdvi_font_retry):
6877         * dvi/mdvi-lib/gf.c: (gf_read_bitmap), (gf_load_font):
6878         * dvi/mdvi-lib/hash.c: (mdvi_hash_remove), (mdvi_hash_remove_ptr),
6879         (mdvi_hash_destroy_key), (mdvi_hash_reset):
6880         * dvi/mdvi-lib/pagesel.c: (mdvi_parse_range),
6881         (mdvi_parse_page_spec), (mdvi_free_page_spec), (main):
6882         * dvi/mdvi-lib/paper.c: (mdvi_free_paper_specs):
6883         * dvi/mdvi-lib/pk.c: (pk_lookup), (pk_lookupn), (pk_load_font):
6884         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
6885         * dvi/mdvi-lib/special.c: (mdvi_register_special),
6886         (mdvi_unregister_special), (mdvi_flush_specials):
6887         * dvi/mdvi-lib/t1.c: (t1_lookup_font), (t1_really_load_font),
6888         (t1_font_remove):
6889         * dvi/mdvi-lib/tfm.c: (get_tfm_chars):
6890         * dvi/mdvi-lib/tfmfile.c: (afm_load_file), (tfm_load_file),
6891         (ofm1_load_file), (ofm_load_file), (get_font_metrics),
6892         (free_font_metrics), (flush_font_metrics):
6893         * dvi/mdvi-lib/tt.c: (tt_really_load_font), (tt_get_bitmap),
6894         (tt_font_remove):
6895         * dvi/mdvi-lib/util.c: (mdvi_malloc), (mdvi_realloc),
6896         (mdvi_calloc), (mdvi_free), (mdvi_strdup), (mdvi_strncpy),
6897         (mdvi_strndup), (mdvi_memdup), (xstradd), (dstring_append),
6898         (dstring_insert), (dstring_new), (dstring_reset):
6899         * dvi/mdvi-lib/vf.c: (vf_load_font), (vf_free_macros):
6900         
6901         Rename xmalloc and xfree to mdvi_malloc and mdvi_free to
6902         avoid conflict with libtool on FC4
6903         
6904         * shell/ev-window.c: (ev_window_cmd_help_about):
6905         
6906         Update copyright year. Fix for bug 308828.
6907
6908 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
6909
6910         * shell/ev-view.c: (add_scroll_binding_keypad),
6911         (ev_view_binding_activated), (ev_view_class_init),
6912         (on_adjustment_value_changed):
6913         
6914         Bug 170874: Arrow keys switch pages in presentation mode
6915
6916 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
6917
6918         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
6919         
6920         Fix for Bug 308265: Sidebar dissappears coming out of 
6921         Presentation mode
6922
6923 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
6924
6925         * shell/ev-application.c: (ev_application_open):
6926         * shell/ev-document-types.c: (ev_document_types_add_filters),
6927         (ev_document_types_add_filters_for_type):
6928         * shell/ev-document-types.h:
6929         * shell/ev-window.c: (ev_window_cmd_save_as):
6930         
6931         Suggest basename as template when saving, provide filters
6932         for save dialog. It's bug 308402
6933
6934 2005-06-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6935
6936         * pdf/ev-poppler.cc:
6937         * shell/ev-sidebar-links.c: (job_finished_callback):
6938         * shell/ev-view.c: (update_find_status_message):
6939         
6940         Some leaks fixed
6941
6942 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
6943
6944         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
6945         (egg_recent_view_uimanager_set_list):
6946
6947         Fix buglet in !show_numbers case.
6948
6949 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
6950
6951         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
6952         (connect_proxy_cb), (egg_recent_view_uimanager_set_list):
6953
6954         Use pango ellipsisation.
6955
6956         * pdf/ev-poppler.cc:
6957
6958         Fix refcount leak, from nsh.
6959
6960 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6961
6962         * cut-n-paste/recent-files/Makefile.am:
6963         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
6964         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
6965         
6966         Removed EggRecentViewGtk
6967         
6968         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
6969         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
6970         * shell/ev-window.c: (ev_window_cmd_recent_file_activate),
6971         (ev_window_setup_recent):
6972         
6973         Use ViewUIManager instead of ViewGtk. Less leaks, more compatibility
6974         with other projects
6975
6976 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6977
6978         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
6979         (egg_recent_view_gtk_finalize):
6980
6981         Fix memory leak
6982
6983         * cut-n-paste/toolbar-editor/Makefile.am:
6984         
6985         Fix location of cursor icon.
6986         
6987         * pdf/ev-poppler.cc:
6988         * shell/ev-page-action.c: (build_new_tree_cb), (match_selected_cb),
6989         (display_completion_text), (match_completion):
6990         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
6991         (selection_changed_callback), (create_loading_model),
6992         (print_section_cb), (links_page_num_func),
6993         (update_page_callback_foreach):
6994         * shell/ev-window.c: (ev_window_dispose):
6995         
6996         Small memory fixes. Links model now store objects instead
6997         of pointers to improve memory management. 
6998
6999 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7000
7001         * shell/ev-window.c: (zoom_control_changed_cb):
7002         
7003         Fix update of zoom control (bug 308268).
7004
7005 Sat Jun 18 22:46:42 2005  Jonathan Blandford  <jrb@redhat.com>
7006
7007         * shell/ev-properties.c (set_property): escape the text correctly.
7008         Handles non-UTF-8 properties and escaped properties.  Also, sets
7009         the text to "<i>None</i>" if the property isn't set.
7010
7011         * data/evince-properties.glade: Change the label to be ellipsized,
7012         and give it a minimum size.
7013
7014 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7015
7016         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown):
7017         * shell/ev-sidebar-links.c: (create_loading_model):
7018         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
7019         * shell/ev-view.c: (ev_view_set_document):
7020         * shell/ev-window.c: (ev_window_dispose):
7021         
7022         Various small fixes, mostly memory leaks. Thanks to valgrind.
7023
7024 2005-06-19  Martin Kretzschmar  <martink@gnome.org>
7025
7026         * ps/ps-document.c: remove the locale.h include again ;-). And
7027         kill the (bogus) setlocale/savelocale business.
7028
7029 2005-06-19  Jaap A. Haitsma <jaap@haitsma.org>
7030
7031         * ps/ps-document.c:
7032         
7033         Include locale.h to fix build
7034         
7035         * shell/ev-sidebar.c:
7036         
7037         Remove unnecessary includes
7038
7039 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7040
7041         * dvi/dvi-document.c: (dvi_document_load):
7042         * dvi/mdvi-lib/dviread.c: (mdvi_init_context):
7043         * po/POTFILES.in:
7044         
7045         Check for incorrect dvi files. Fix parsing dvi on AMD64
7046         platform. Thanks to tester@tester.ca (Olivier Crete).
7047
7048 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7049
7050         * shell/ev-page-action.c: (match_selected_cb),
7051         (display_completion_text), (match_completion), (update_model):
7052         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
7053         (expand_open_links):
7054         * shell/ev-sidebar.c: (ev_sidebar_destroy),
7055         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_add_page),
7056         (ev_sidebar_set_document):
7057         * shell/ev-window.c: (ev_window_xfer_job_cb),
7058         (sidebar_widget_model_set), (sidebar_page_main_widget_update_cb):
7059         
7060         Fixed lot's of memory leaks, for example, memory leak on reload, 
7061         described in bug 307793.
7062
7063 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
7064
7065         * pdf/ev-poppler.cc:
7066         * shell/ev-sidebar-thumbnails.c: (clear_range), (add_range),
7067         (update_visible_range), (adjustment_changed_cb),
7068         (ev_sidebar_thumbnails_fill_model),
7069         (ev_sidebar_thumbnails_refresh),
7070         (ev_sidebar_tree_selection_changed),
7071         (ev_sidebar_icon_selection_changed),
7072         (ev_sidebar_thumbnails_use_icon_view),
7073         (ev_sidebar_thumbnails_set_document):
7074         * shell/ev-sidebar-thumbnails.h:
7075         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
7076         (ev_window_cmd_edit_rotate_right), (ev_window_init):
7077
7078         Refresh thumbnails when changing orientation. Not fully
7079         working yet becuase of a sidebar bug.
7080
7081         Set page orientation to poppler page everywhere. This sucks
7082         really need to fix poppler.
7083
7084 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
7085
7086         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
7087         (egg_recent_view_gtk_new_menu_item),
7088         (egg_recent_view_gtk_set_property),
7089         (egg_recent_view_gtk_get_property),
7090         (egg_recent_view_gtk_class_init), (egg_recent_view_gtk_init),
7091         (egg_recent_view_gtk_set_tooltip_func),
7092         (egg_recent_view_gtk_set_label_width),
7093         (egg_recent_view_gtk_get_label_width):
7094         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
7095
7096         Sync with libegg (ellipsize labels)
7097
7098 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7099
7100         * data/evince-ui.xml:
7101         * shell/ev-window.c: (ev_window_cmd_go_forward),
7102         (ev_window_cmd_go_backward):
7103         
7104         Shift + PageUp moves 10 Pages. Fix for 306125
7105
7106 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
7107
7108         * pdf/ev-poppler.cc:
7109
7110         Add a flag to check if orientation has been overriden
7111
7112 2005-06-17  Martin Kretzschmar  <martink@gnome.org>
7113
7114         * ps/ps.c (psscan, psfree): read "Creator:" comment, free creator
7115         field if necessary.
7116
7117         * ps/ps.h: add creator field to document.
7118
7119         * ps/ps-document.c (ps_document_get_info): set format to PostScript,
7120         set creator field.
7121
7122 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
7123
7124         * data/evince-properties.glade:
7125         * shell/ev-properties.c: (ev_properties_set_document):
7126
7127         s/PDF Version/Format
7128
7129 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
7130
7131         * shell/ev-properties.c: (ev_properties_set_document):
7132
7133         Remove unnecessary translations
7134
7135 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
7136
7137         * cut-n-paste/toolbar-editor/Makefile.am:
7138
7139         Correct library name    
7140
7141 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
7142
7143         * configure.ac:
7144         * cut-n-paste/recent-files/egg-recent-model.c:
7145         (egg_recent_model_write_raw), (egg_recent_model_lock_file),
7146         (egg_recent_model_unlock_file):
7147         * cut-n-paste/recent-files/egg-recent-util.c:
7148         (egg_recent_util_get_unique_id):
7149         * cut-n-paste/recent-files/update-from-egg.sh:
7150         * cut-n-paste/toolbar-editor/Makefile.am:
7151         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
7152         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
7153         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
7154         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
7155         (egg_toolbars_model_get_type):
7156         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
7157
7158         Better makefile for toolbar editor and update everything
7159         to latest libegg.
7160
7161 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
7162
7163         * shell/ev-window.c: (update_document_mode):
7164
7165         Prefer presentation mode when the document
7166         require fullscreen.
7167
7168 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
7169
7170         * data/evince-ui.xml:
7171         * shell/ev-window.c:
7172
7173         Add control-equal for zooming
7174
7175 2005-06-17  Theppitak Karoonboonyanan  <thep@linux.thai.net>
7176
7177         * configure.ac: Added 'th' (Thai) to ALL_LINGUAS.
7178
7179 2005-06-16  Marco Pesenti Gritti  <mpg@redhat.com>
7180
7181         * backend/ev-document.c: (ev_document_get_orientation):
7182         * backend/ev-document.h:
7183         * pdf/ev-poppler.cc:
7184         * ps/ps-document.c: (ps_document_get_orientation),
7185         (ps_document_set_orientation), (ps_document_document_iface_init):
7186
7187         Add a get_orientation api. Improve set_orientation.
7188
7189         * data/evince-ui.xml:
7190         * shell/ev-view.c: (ev_view_set_orientation),
7191         (ev_view_rotate_right), (ev_view_rotate_left):
7192         * shell/ev-view.h:
7193         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
7194         (ev_window_cmd_edit_rotate_right):
7195
7196         Better ui for changing document orientation
7197
7198 2005-06-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7199
7200         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_property),
7201         (ev_sidebar_links_class_init), (ev_sidebar_links_get_label):
7202         * shell/ev-sidebar-links.h:
7203         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
7204         (ev_sidebar_page_iface_init):
7205         * shell/ev-sidebar-page.h:
7206         * shell/ev-sidebar-thumbnails.c:
7207         (ev_sidebar_thumbnails_get_property),
7208         (ev_sidebar_thumbnails_class_init),
7209         (ev_sidebar_thumbnails_set_document):
7210         * shell/ev-sidebar-thumbnails.h:
7211         * shell/ev-view.c: (ev_view_motion_notify_event):
7212         * shell/ev-window.c: (update_chrome_visibility),
7213         (ev_window_cmd_focus_page_selector),
7214         (ev_window_update_fullscreen_popup), (view_actions_focus_in_cb),
7215         (sidebar_page_main_widget_update_cb), (ev_window_init):
7216         
7217         Autoraise toolbar on GoToPage binding and fix bindings in
7218         EvSidebarThumbnails page.
7219
7220 2005-06-15  Christian Persch  <chpe@cvs.gnome.org>
7221
7222         * shell/ev-properties.c: (update_progress_label):
7223
7224         Hide the progress label when finished; bug #307697.
7225
7226 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
7227
7228         * pdf/ev-poppler.cc:
7229
7230         Enable is_open for links, you will need poppler cvs
7231
7232         * shell/ev-properties.c: (job_fonts_finished_cb):
7233
7234         Get a lock on the document when filling the tree view
7235
7236 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
7237
7238         * backend/ev-document-links.h:
7239         * pdf/ev-poppler.cc:
7240         * shell/ev-sidebar-links.c: (create_loading_model),
7241         (expand_open_links), (job_finished_callback):
7242
7243         Expand links when specified by the document.
7244         Depend on a poppler api (defined out for now)
7245
7246 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
7247
7248         * shell/ev-properties.c: (ev_properties_dispose),
7249         (ev_properties_class_init), (dialog_destroy_cb),
7250         (ev_properties_init), (job_fonts_finished_cb), (setup_fonts_view),
7251         (ev_properties_set_document), (ev_properties_new),
7252         (ev_properties_show):
7253         * shell/ev-properties.h:
7254
7255         Make it an object, cleanup the code, api to show it as transient
7256         and to set the document.
7257
7258         * shell/ev-window.c: (ev_window_setup_document),
7259         (ev_window_cmd_file_properties):
7260
7261         Adapt to EvProperties changes, do not show multiple
7262         times, update it when document changes.
7263
7264 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
7265
7266         * ps/gstypes.h:
7267         * ps/ps-document.c: (ps_document_init), (get_page_orientation),
7268         (ps_document_set_orientation), (ps_document_document_iface_init):
7269         * ps/ps-document.h:
7270
7271         Implement orientation here too
7272
7273         * shell/ev-properties.c: (ev_properties_new):
7274         * data/evince-properties.glade:
7275
7276         Hide the fonts page for backends that doesnt
7277         support it.     
7278
7279 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
7280
7281         * backend/ev-document.c: (ev_document_set_orientation):
7282         * backend/ev-document.h:
7283         * pdf/ev-poppler.cc:
7284
7285         Add orientation api. Currently poppler api is not optimal,
7286         we need to set orientation every time we _get a page.
7287         I will try to fix that at some point.
7288
7289         * data/evince-ui.xml:
7290         * shell/ev-window.c: (ev_window_cmd_edit_landscape),
7291         (ev_window_cmd_edit_portrait), (ev_window_cmd_edit_flip):
7292
7293         Add orientation menu items
7294
7295         * shell/ev-page-cache.c: (ev_page_cache_clear):
7296         * shell/ev-page-cache.h:
7297
7298         Add api to clear the cache
7299
7300         * shell/ev-view.c: (setup_caches), (clear_caches),
7301         (ev_view_set_document), (ev_view_zoom_out),
7302         (ev_view_set_orientation):
7303         * shell/ev-view.h:
7304
7305         Implement orientation changing
7306
7307 2005-06-13  Marco Pesenti Gritti <mpg@redhat.com>
7308
7309         * backend/ev-document-fonts.c: (ev_document_fonts_get_progress),
7310         (ev_document_fonts_scan), (ev_document_fonts_fill_model):
7311         * backend/ev-document-fonts.h:
7312
7313         Separate scan and fill so that we can incrementally fill from
7314         the main thread. Add a progress api.
7315
7316         * data/evince-properties.glade:
7317         * pdf/ev-poppler.cc:
7318         * shell/ev-jobs.c: (ev_job_fonts_new), (ev_job_fonts_run):
7319         * shell/ev-jobs.h:
7320         * shell/ev-properties.c: (update_progress_label),
7321         (job_fonts_finished_cb), (setup_fonts_view):
7322
7323         Incrementally feel the list and show the progress
7324         percentage in a label like acrobat does.
7325
7326         You are going to need poppler cvs
7327
7328 2005-06-11  Marco Pesenti Gritti <mpg@redhat.com>
7329
7330         * backend/ev-document-fonts.c: (ev_document_fonts_fill_model):
7331         * backend/ev-document-fonts.h:
7332         * pdf/ev-poppler.cc:
7333
7334         Make fonts model fill incrementally.
7335
7336         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
7337         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
7338         (ev_job_queue_remove_job):
7339         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
7340         (ev_job_fonts_new), (ev_job_fonts_run):
7341         * shell/ev-jobs.h:
7342
7343         New job for fonts scanning
7344
7345         * shell/ev-properties.c: (job_fonts_finished_cb),
7346         (fill_fonts_treeview), (setup_fonts_view), (ev_properties_new):
7347         * shell/ev-properties.h:
7348         * shell/ev-window.c: (ev_window_cmd_file_properties):
7349
7350         Incrementally feel the treeview using the new job. Show Loading...
7351         message until scanning is completed.
7352
7353         Hopefully I didnt break the build without the poppler patch.
7354
7355 2005-06-10  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7356
7357         * shell/ev-application.c: (ev_application_open):
7358         * shell/ev-document-types.c: (ev_document_type_from_from_mime),
7359         (ev_document_type_get_type), (ev_document_type_lookup):
7360         * shell/ev-document-types.h:
7361         * shell/ev-job-xfer.c: (ev_job_xfer_dispose), (ev_job_xfer_run):
7362         * shell/ev-job-xfer.h:
7363         * shell/ev-window.c: (ev_window_clear_local_uri),
7364         (ev_window_load_job_cb), (ev_window_xfer_job_cb),
7365         (ev_window_open_uri), (ev_window_add_recent), (ev_window_dispose):
7366         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
7367         
7368         Transfer remote documents to tmp directory to display them later.
7369
7370 2005-06-10  Marco Pesenti Gritti <mpg@redhat.com>
7371
7372         * backend/ev-document-info.h:
7373         * shell/ev-properties.c: (ev_properties_new):
7374
7375         s/GTime*/GTime. Not sure why we was using a pointer
7376         at all there!
7377
7378 Wed Jun  8 01:04:22 2005  Jonathan Blandford  <jrb@redhat.com>
7379
7380         * shell/ev-sidebar-thumbnails.c: Use a GtkIconView in certain
7381         situations.  That situation is that you're using GTK+-HEAD with
7382         the patch at #306726 is applied, and you have a document with <
7383         1500 pages in it.  It's not quite as uniformly nice as the
7384         TreeView, but should be better in the long run.
7385
7386         I'm pretty sure I guarded against breaking compilation with
7387         HAVE_GTK_ICON_VIEW_GET_VISIBLE_RANGE gaurds, though it's possible
7388         I missed some.
7389
7390         * shell/ev-window.c (ev_window_init): We don't have our tree/list
7391         widget yet, so I commented that code out
7392         enable_view_actions_for_widget() for now.  Need to figure this
7393         out.
7394
7395         * shell/ev-page-action.c (match_selected_cb): emit the right
7396         signals.  Our cool C-l completion now works.
7397
7398 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7399
7400         * backend/Makefile.am:
7401         * backend/ev-document-fonts.c:
7402         * backend/ev-document-links.c:
7403         * backend/ev-document.c: (ev_document_load):
7404         * backend/ev-document.h:
7405         * backend/ev-job-queue.c:
7406         * backend/ev-job-queue.h:
7407         * backend/ev-jobs.c:
7408         * backend/ev-jobs.h:
7409         * backend/ev-page-cache.c:
7410         * backend/ev-page-cache.h:
7411
7412         EvPageCache and EvJobs are moved to shell.
7413
7414         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown),
7415         (ev_tmp_filename):
7416         * lib/ev-file-helpers.h:
7417         
7418         New helper to work with temporary files
7419         
7420         * shell/Makefile.am:
7421         * shell/ev-application.c: (ev_application_open):
7422         * shell/ev-application.h:
7423         * shell/ev-job-queue.c: (remove_job_from_queue_locked),
7424         (remove_job_from_async_queue), (add_job_to_async_queue),
7425         (add_job_to_queue_locked), (notify_finished), (job_finished_cb),
7426         (handle_job), (search_for_jobs_unlocked),
7427         (no_jobs_available_unlocked), (ev_render_thread),
7428         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
7429         (ev_job_queue_add_job), (move_job_async), (move_job),
7430         (ev_job_queue_update_job), (ev_job_queue_remove_job):
7431         * shell/ev-job-queue.h:
7432         * shell/ev-job-xfer.c: (ev_job_xfer_init), (ev_job_xfer_dispose),
7433         (ev_job_xfer_class_init), (ev_job_xfer_new), (ev_job_xfer_run):
7434         * shell/ev-job-xfer.h:
7435         * shell/ev-jobs.c: (ev_job_init), (ev_job_dispose),
7436         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
7437         (ev_job_links_class_init), (ev_job_render_init),
7438         (ev_job_render_dispose), (ev_job_render_class_init),
7439         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
7440         (ev_job_thumbnail_class_init), (ev_job_load_init),
7441         (ev_job_load_dispose), (ev_job_load_class_init), (ev_job_finished),
7442         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
7443         (render_finished_cb), (ev_job_render_run), (ev_job_thumbnail_new),
7444         (ev_job_thumbnail_run), (ev_job_load_new), (ev_job_load_run):
7445         * shell/ev-jobs.h:
7446         * shell/ev-page-action.c: (ev_page_action_set_document):
7447         * shell/ev-page-cache.c: (ev_page_cache_init),
7448         (ev_page_cache_class_init), (ev_page_cache_finalize),
7449         (ev_page_cache_new), (ev_page_cache_get_n_pages),
7450         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
7451         (ev_page_cache_set_page_label), (ev_page_cache_set_link),
7452         (ev_page_cache_get_title), (ev_page_cache_get_size),
7453         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
7454         (ev_page_cache_get_height_to_page),
7455         (ev_page_cache_get_max_label_chars),
7456         (ev_page_cache_get_page_label),
7457         (ev_page_cache_has_nonnumeric_page_labels),
7458         (ev_page_cache_get_info), (ev_page_cache_next_page),
7459         (ev_page_cache_prev_page), (ev_page_cache_get):
7460         * shell/ev-page-cache.h:
7461         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_update_range),
7462         (ev_pixbuf_cache_clear_job_sizes),
7463         (ev_pixbuf_cache_add_jobs_if_needed),
7464         (ev_pixbuf_cache_set_page_range):
7465         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings):
7466         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document):
7467         * shell/ev-sidebar-thumbnails.c:
7468         (ev_sidebar_tree_selection_changed),
7469         (ev_sidebar_thumbnails_set_document):
7470         * shell/ev-statusbar.c: (ev_statusbar_destroy),
7471         (ev_statusbar_class_init), (ev_statusbar_init), (ev_statusbar_new),
7472         (ev_statusbar_get_context_id), (ev_statusbar_push),
7473         (ev_statusbar_pop), (ev_statusbar_set_maximized),
7474         (ev_statusbar_pulse), (ev_statusbar_show_progress),
7475         (ev_statusbar_set_progress):
7476         * shell/ev-statusbar.h:
7477         * shell/ev-view.c: (ev_view_set_document), (ev_view_find_next),
7478         (ev_view_find_previous):
7479         * shell/ev-window.c: (ev_window_is_empty),
7480         (ev_window_setup_document), (password_dialog_response),
7481         (ev_window_clear_jobs), (ev_window_load_job_cb),
7482         (ev_window_xfer_job_cb), (ev_window_open_uri),
7483         (ev_window_open_uri_list), (ev_window_cmd_recent_file_activate),
7484         (ev_window_print), (ev_window_print_range),
7485         (ev_window_state_event), (ev_window_cmd_view_reload),
7486         (menu_item_select_cb), (menu_item_deselect_cb),
7487         (view_status_changed_cb), (ev_window_dispose),
7488         (drag_data_received_cb), (ev_window_init):
7489         * shell/ev-window.h:
7490         * shell/main.c: (load_files):
7491         
7492         New statusbar to show progress on idle. Two new jobs - 
7493         xfer job and load job to load document in background. And update
7494         of page_cache clients to new location of code.
7495
7496 2005-06-08  Carlos Garcia Campos <carlosgc@gnome.org>
7497   
7498         * shell/ev-application.c, shell/ev-window.[ch]: Allow multiple
7499         selection in open dialog. It also remembers the last visited directory 
7500         in the current session.
7501
7502 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7503
7504         * shell/ev-properties.c: (ev_properties_new):
7505         * shell/ev-properties.h:
7506         * shell/ev-window.c: (ev_window_cmd_file_properties):
7507         
7508         Get document info from page cache instead of document itself.
7509         This should fix crash related to race conditions described in
7510         bug 306545.
7511
7512 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
7513
7514         * ps/ps-document.c: (ps_document_init),
7515         (send_ps), (get_page_box), (output), (catchPipe), (input),
7516         (stop_interpreter), (file_length), (file_readable),
7517         (check_filecompressedb), (ps_document_enable_interpreter),
7518         (document_load), (ps_async_renderer_render_pixbuf):
7519         * ps/ps-document.h:
7520
7521         Big cleanup of the ps code
7522
7523 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
7524
7525         * backend/Makefile.am:
7526         * backend/ev-async-renderer.c: (ev_async_renderer_get_type),
7527         (ev_async_renderer_class_init), (ev_async_renderer_render_pixbuf):
7528         * backend/ev-async-renderer.h:
7529
7530         Add an async renderer interface (method + callback) which
7531         is useful for backends like ps.
7532
7533         * backend/ev-job-queue.c: (remove_job_from_async_queue),
7534         (add_job_to_async_queue), (job_finished_cb), (handle_job),
7535         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
7536         (ev_job_queue_add_job), (move_job_async), (move_job),
7537         (ev_job_queue_update_job), (ev_job_queue_remove_job):
7538
7539         Add queues for async renderer, these are executed on the
7540         main thread.
7541
7542         * backend/ev-jobs.c: (ev_job_render_new), (render_finished_cb),
7543         (ev_job_render_run):
7544         * backend/ev-jobs.h:
7545
7546         If the backend support async renderer interface use it.
7547
7548         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
7549         (setup_pixmap), (ps_document_get_type),
7550         (ps_async_renderer_render_pixbuf),
7551         (ps_document_document_iface_init), (ps_async_renderer_iface_init):
7552
7553         Implement async renderer interface.
7554
7555 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7556
7557         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose):
7558
7559         Cleanup links job on exit.
7560
7561 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7562
7563         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
7564         (drag_data_get_cb), (drag_data_received_cb):
7565         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
7566         (drag_data_get_cb), (parse_item_list),
7567         (egg_toolbar_editor_load_actions):
7568         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
7569         (egg_toolbars_model_to_xml), (egg_toolbars_model_save),
7570         (parse_item_list), (parse_toolbars):
7571         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
7572         (dvi_pixbuf_put_pixel):
7573         
7574         Fix gcc 4.0 warnings
7575
7576 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
7577
7578         * ps/ps-document.c: (start_interpreter):
7579
7580         Fix warning when loading ps
7581
7582 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
7583
7584         * ps/ps-document.c: (output):
7585
7586         Fix crash when priting gs error messages.
7587
7588 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
7589
7590         * backend/ev-page-cache.c: (_ev_page_cache_new):
7591         * backend/ev-page-cache.h:
7592
7593         Use a const to return title so that we dont double
7594         free it. Small cleanup and fix a leak.
7595
7596         * shell/ev-window.c: (update_window_title):
7597
7598         strdup value from get_title.
7599
7600 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
7601
7602         * shell/ev-sidebar-links.c: (job_finished_callback),
7603         (ev_sidebar_links_set_document):
7604
7605         Cleanup the old job when changing document
7606
7607 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7608
7609         * shell/ev-stock-icons.c:
7610         * shell/ev-stock-icons.h:
7611         * shell/ev-window.c:
7612         
7613         Add stock icons for actions that can appear in toolbar. Fix for
7614         bug 306566.
7615
7616 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7617
7618         * backend/ev-page-cache.c: (ev_page_cache_finalize),
7619         (_ev_page_cache_new), (ev_page_cache_get_max_width),
7620         (ev_page_cache_get_max_height), (ev_page_cache_get_height_to_page):
7621         * backend/ev-page-cache.h:
7622         * shell/ev-view.c: (scroll_to_current_page),
7623         (view_update_range_and_current_page), (get_page_y_offset),
7624         (get_page_extents), (ev_view_size_request_continuous_dual_page),
7625         (ev_view_size_request_continuous),
7626         (ev_view_zoom_for_size_continuous_and_dual_page),
7627         (ev_view_zoom_for_size_continuous):
7628         
7629         More compact EvView layout in document with pages of different size.
7630
7631 Sat Jun  4 19:20:57 2005  Jonathan Blandford  <jrb@redhat.com>
7632
7633         * shell/ev-window.c (ev_window_cmd_file_properties): fix
7634         compilation.
7635
7636 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7637
7638         * shell/ev-view.c: (view_set_adjustment_values):
7639         * shell/ev-window.c: (ev_window_cmd_file_properties):
7640         
7641         A bit different fix for rounding problem but it has no
7642         problems on startup. Make properties window transient to parent.
7643
7644 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7645
7646         * pdf/ev-poppler.cc:
7647         
7648         More commenting of font stuff.
7649
7650 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
7651
7652         * pdf/ev-poppler.cc:
7653
7654         Comment out some more fonts stuff. Should really
7655         work without the poppler patch now.
7656
7657 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
7658
7659         * pdf/ev-poppler.cc:
7660
7661         Adapt to api change
7662
7663 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
7664
7665         * data/evince-properties.glade:
7666         * pdf/ev-poppler.cc:
7667         * shell/ev-properties.c: (setup_fonts_view):
7668
7669         Set the column title. Show the dialog only
7670         once everything is setup.
7671         Getting font info can be very slow... will
7672         prolly need to make this threaded too.
7673
7674 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
7675
7676         * backend/Makefile.am:
7677         * backend/ev-document-fonts.c: (ev_document_fonts_get_type),
7678         (ev_document_fonts_get_fonts_model):
7679         * backend/ev-document-fonts.h:
7680         * data/evince-properties.glade:
7681         * pdf/ev-poppler.cc:
7682         * shell/ev-properties.c: (setup_fonts_view), (ev_properties_new):
7683         * shell/ev-properties.h:
7684         * shell/ev-window.c: (ev_window_cmd_file_properties):
7685
7686         Implement fonts list. Defined out for now, since it depends
7687         on a not yet committed poppler patch.
7688
7689 Fri Jun  3 21:07:57 2005  Jonathan Blandford  <jrb@redhat.com>
7690
7691         * shell/ev-view.c (get_page_extents): other_page isn't necessarily
7692         page + 1.
7693
7694         * shell/ev-window.c: Make sure we add the timeout when we get a
7695         focus-in event.
7696
7697         * shell/ev-view.c (view_set_adjustment_values): Add 0.5 to
7698         adjustment->value before calculating the zoom factor to average
7699         out all of our rounding errors.  The page no longer 'drifts' when
7700         resizing.
7701
7702 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7703
7704         * data/evince-properties.glade:
7705         * shell/ev-properties.c: (ev_properties_format_date),
7706         (set_property):
7707         
7708         Labels don't expand when the dialogue is resized.
7709         strftime result needs to be converted to UTF-8. Thanks
7710         to Christian Persch <chpe@gnome.org>.
7711
7712 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
7713
7714         * data/evince-properties.glade:
7715
7716         Hide the fonts tab
7717
7718 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
7719
7720         * backend/ev-document-info.h:
7721         * backend/ev-document.c: (ev_document_info_free):
7722         * data/evince-properties.glade:
7723         * pdf/ev-poppler.cc:
7724         * ps/ps-document.c: (ps_document_get_info):
7725         * shell/ev-properties.c: (ev_properties_format_date),
7726         (set_property), (ev_properties_new):
7727         * shell/ev-properties.h:
7728         * shell/ev-window.c: (ev_window_cmd_file_properties):
7729
7730         Rework properties code to take only EvPropertyInfo
7731         in the constructor so that it can be useful for
7732         nautilus plugin too.
7733
7734         Deal with backends that doesnt support some properties.
7735         Make set property code generic.
7736
7737 2005-06-04  Christian Persch <chpe@gnome.org>
7738
7739         * data/evince-properties.glade:
7740
7741         fix spacings, make resizeable, and make data labels
7742         selectable + ellipsised
7743
7744 2005-06-03  Marco Pesenti Gritti <mpg@redhat.com>
7745
7746         * backend/ev-document-info.h:
7747         * data/Makefile.am:
7748         * data/evince-ui.xml:
7749         * pdf/ev-poppler.cc:
7750         * shell/Makefile.am:
7751         * shell/ev-window.c: (update_action_sensitivity),
7752         (ev_window_cmd_file_properties):
7753
7754         Initial go at file properties. Patch by
7755         Emil Soleyman-Zomalan <emil@soleyman.com>.
7756         Needs love see #169583
7757
7758 2005-06-02  Marco Pesenti Gritti <mpg@redhat.com>
7759
7760         * ps/ps-document.c: (output):
7761         * ps/ps.c: (psscan):
7762
7763         Try to render even if psscan fails.
7764
7765 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
7766
7767         * ps/ps.c: (psscan), (pscopydoc):
7768
7769         Port buffered reading code from gv
7770
7771 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
7772
7773         * ps/ps-document.c: (interpreter_message), (output):
7774
7775         Do not fail on interpreter messages
7776
7777 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
7778
7779         * backend/ev-document-misc.c:
7780         (ev_document_misc_get_thumbnail_frame):
7781
7782         Pages can be 0 x 0, dont assert on this case
7783
7784 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
7785
7786         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
7787         (ev_sidebar_links_class_init), (ev_sidebar_links_set_document):
7788
7789         Correctly manage our reference on document. Finally the reload
7790         huge leak is gone...
7791
7792 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
7793
7794         * ps/ps-document.c: (ps_document_dispose):
7795
7796         Forgot to chain it to the parent. Thanks chpe.
7797
7798 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
7799
7800         * ps/ps-document.c: (ps_document_dispose),
7801         (ps_document_class_init), (stop_interpreter), (document_load):
7802
7803         Cleanup dispose a bit. Dont leak the whole pixmap.
7804
7805 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
7806
7807         * pdf/ev-poppler.cc:
7808
7809         Release the poppler document on dispose
7810
7811 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
7812
7813         * shell/ev-view.c: (ev_view_set_document):
7814
7815         Release ref on the pixbuf cache when changing
7816         document.
7817
7818 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
7819
7820         * ps/ps-document.c: (ps_document_get_info):
7821
7822         Fix a double free
7823
7824 2005-05-31  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
7825
7826         * backend/ev-page-cache.c: (ev_page_cache_init),
7827         (_ev_page_cache_new), (ev_page_cache_get_max_label_chars):
7828         * backend/ev-page-cache.h:
7829         * shell/ev-page-action.c: (page_changed_cb):
7830         
7831         Set page action entry width depending on labels width. Fix
7832         for bug 305202.
7833
7834 2005-05-31  Marco Pesenti Gritti  <mpg@redhat.com>
7835
7836         * backend/ev-link.c: (ev_link_class_init):
7837
7838         Allow -1 as page value (error)
7839
7840 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
7841
7842         * shell/ev-sidebar-thumbnails.c:
7843         (ev_sidebar_thumbnails_set_document):
7844         * shell/ev-view.c: (scroll_to_current_page),
7845         (view_set_adjustment_values), (ev_view_set_scroll_adjustments),
7846         (page_changed_cb), (on_adjustment_value_changed),
7847         (ev_view_set_document):
7848
7849         Slightly modified patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>.
7850         Fix bug 305377
7851
7852 2005-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7853
7854         * configure.ac:
7855         * djvu/djvu-document.c: (djvu_document_get_page_size):
7856
7857         Require djvulibre CVS. Now djvu loading is much faster. Fix for
7858         bug 301993.
7859
7860 Sat May 28 07:38:03 2005  Jonathan Blandford  <jrb@redhat.com>
7861
7862         * shell/ev-view.c (draw_one_page): modify the expose handling to
7863         get the shadows.
7864
7865         * shell/ev-window.c (update_action_sensitivity): Respect
7866         permissions field.  Kowtow to the man.
7867
7868         * pdf/ev-poppler.cc: Get the permissions field.
7869
7870         * tiff/*c: Make a tiny bit more robust.
7871
7872 2005-05-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7873
7874         * djvu/djvu-document.c:
7875         
7876         Pop messages from djvu context message queue.
7877
7878 2005-05-24  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7879
7880         * configure.ac, Makefile.am, shell/Makefile.am:
7881         * tiff/Makefile.am, shell/ev-document-types.c:
7882         
7883         Cleanup tiff configure checks. Fix for bug 305218.
7884
7885 2005-05-24  Maxim V. Dziumanenko <mvd@mylinux.ua>
7886
7887         * configure.ac: Added "uk" to ALL_LINGUAS.
7888
7889 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7890
7891         * cut-n-paste/zoom-control/ephy-zoom.c:
7892         (ephy_zoom_get_changed_zoom_level):
7893         * cut-n-paste/zoom-control/ephy-zoom.h:
7894         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_set_property),
7895         (ev_view_get_property), (ev_view_class_init), (ev_view_set_zoom):
7896         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
7897         (ev_window_cmd_view_zoom_out), (ev_window_zoom_changed_cb),
7898         (zoom_control_changed_cb), (ev_window_init):
7899         
7900         Fix minor points related to moving best fit up. Introduce
7901         "zoom" property and make zoom control change it's value on
7902         notify::zoom signals. Fix for 305080.
7903
7904 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7905
7906         * data/evince-ui.xml:
7907         * shell/ev-window.c: (set_view_actions_sensitivity):
7908         
7909         Use + and - as accels for zoom in and zoom out. Fix for 305001.
7910
7911 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
7912
7913         * configure.ac:
7914
7915         Depends on poppler 0.3.2
7916
7917 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
7918
7919         * cut-n-paste/recent-files/egg-recent-item.c:
7920         (egg_recent_item_get_short_name):
7921         * cut-n-paste/toolbar-editor/Makefile.am:
7922         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
7923         (new_pixbuf_from_widget):
7924         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
7925         * cut-n-paste/toolbar-editor/egg-marshal.c:
7926         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
7927         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
7928
7929         Sync
7930
7931 Sat May 21 23:18:30 2005  Jonathan Blandford  <jrb@redhat.com>
7932
7933         * tiff/tiff-document.c: Rough TIFF backend.
7934
7935 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
7936
7937         * NEWS:
7938         * configure.ac:
7939         * cut-n-paste/toolbar-editor/Makefile.am:
7940
7941         Release 0.3.1
7942
7943 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
7944
7945         * shell/ev-view.c: (jump_to_find_result), (ev_view_can_find_next),
7946         (ev_view_find_next), (ev_view_find_previous):
7947
7948         Remove the locks around get_n_results   
7949
7950 2005-05-21  Juerg Billeter  <j@bitron.ch>
7951
7952         * pdf/ev-poppler.c: (pdf_document_ps_exporter_begin):
7953
7954         Pass correct number of pages to poppler.
7955
7956 2005-05-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7957
7958         * configure.ac:
7959         * data/Makefile.am:
7960         * data/evince.desktop.in: 
7961         * data/evince.desktop.in.in:
7962         * po/POTFILES.in:
7963         
7964         Add conditionally dvi and djvu to desktop types. Fix for 304658.
7965
7966 Sat May 21 00:21:30 2005  Jonathan Blandford  <jrb@redhat.com>
7967
7968         * shell/ev-view.c: (view_update_adjustments),
7969         (view_set_adjustment_values): cast adjustmen->value to (int)
7970         before using it.  Otherwise, we get off by a pixel in some
7971         situations.
7972
7973         (draw_one_page): Draw the border on expose.
7974
7975 Fri May 20 22:05:25 2005  Jonathan Blandford  <jrb@redhat.com>
7976
7977         * *shell/ev-view.c: Patch from Nickolay V. Shmyrev to reset the
7978         adjustment when the mode changes, #304923
7979
7980 Fri May 20 02:00:03 2005  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7981
7982         * shell/ev-view.c: Use gdk_widget_queue_draw to remove
7983         flickering on resize but still use gdk_window_scroll on
7984         scrolling
7985
7986 Fri May 20 01:46:57 2005  Jonathan Blandford  <jrb@redhat.com>
7987
7988         * shell/ev-view.c: Patch from Nickolay Shmyrev to fix the -p
7989         option, #170458
7990
7991 Fri May 20 01:27:01 2005  Jonathan Blandford  <jrb@redhat.com>
7992
7993         * shell/ev-view.c: Patch from Nickolay Shmyrev to to scroll to
7994         second page on page_changed if possible, #304669
7995
7996 Fri May 20 01:07:15 2005  Jonathan Blandford  <jrb@redhat.com>
7997
7998         * shell/ev-view.c (view_update_adjustments): Use gdk_window_scroll
7999         instead of gtk_widget_queue_draw.  Massive speedups in scrolling.
8000
8001 Fri May 20 01:05:10 2005  Jonathan Blandford  <jrb@redhat.com>
8002
8003         * .cvsignore:
8004         * shell/ev-view.c:(ev_view_size_allocate), (ev_view_class_init),
8005         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
8006         (ev_view_zoom_for_size_presentation),
8007         (ev_view_zoom_for_size_continuous_and_dual_page),
8008         (ev_view_zoom_for_size_continuous),
8009         (ev_view_zoom_for_size_dual_page),
8010         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size):
8011         * shell/ev-view.h:
8012         * shell/ev-window.c: (update_view_size),
8013         (ev_window_sizing_mode_changed_cb):
8014
8015         Patch from Nickolay Shmyrev <nshmyrev@yandex.ru> to handle
8016         the scrollbars.  It's not 100% right, but it's much closer.  Kills
8017         an infinite loop, #304769
8018
8019
8020 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
8021
8022         * data/evince-ui.xml:
8023         * shell/ev-view.c: (ev_view_scroll_view), (ev_view_class_init):
8024         * shell/ev-window.c: (set_view_actions_sensitivity):
8025
8026         Make PgUp/Down behave like Space
8027
8028 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
8029
8030         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
8031         * backend/ev-ps-exporter.h:
8032         * pdf/ev-poppler.cc:
8033         * ps/ps-document.c: (ps_document_ps_export_begin):
8034         * shell/ev-print-job.c: (idle_print_handler):
8035
8036         Adapt to new poppler api
8037
8038 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
8039
8040         * cut-n-paste/zoom-control/ephy-zoom-control.c:
8041         (ephy_zoom_control_init):
8042
8043         Translate zoom levels
8044
8045 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
8046
8047         * cut-n-paste/zoom-control/ephy-zoom.c:
8048         (ephy_zoom_get_zoom_level_index):
8049
8050         Fix current zoom -> zoom control match
8051
8052 2005-05-18  James Bowes  <bowes@cs.dal.ca>
8053
8054         * shell/ev-window.c: (ev_window_init): Give focus to the ev-view,
8055         rather than the scrolled_window that it's in. Fixes bug #304655.
8056
8057 Tue May 17 22:54:17 2005  Jonathan Blandford  <jrb@redhat.com>
8058
8059         * shell/ev-view.c: (view_update_adjustments),
8060         (view_set_adjustment_values), (view_update_range_and_current_page),
8061         (view_scroll_to_page), (set_scroll_adjustment),
8062         (ev_view_set_scroll_adjustments), (add_scroll_binding_keypad),
8063         (ev_view_scroll), (ev_view_scroll_view),
8064         (ensure_rectangle_is_visible), (find_page_at_location),
8065         (get_link_at_location), (go_to_link), (status_message_from_link),
8066         (ev_view_size_request_continuous_dual_page),
8067         (ev_view_size_request), (ev_view_size_allocate), (ev_view_realize),
8068         (ev_view_unrealize), (ev_view_expose_event),
8069         (ev_view_button_press_event), (ev_view_motion_notify_event),
8070         (ev_view_button_release_event), (ev_gdk_color_to_rgb),
8071         (draw_rubberband), (highlight_find_results), (draw_one_page),
8072         (ev_view_finalize), (ev_view_destroy), (ev_view_class_init),
8073         (ev_view_init), (find_changed_cb), (page_changed_cb),
8074         (on_adjustment_value_changed), (ev_view_new),
8075         (ev_view_set_document), (ev_view_set_zoom),
8076         (ev_view_set_continuous), (ev_view_set_dual_page),
8077         (ev_view_set_presentation), (ev_view_zoom_in), (ev_view_zoom_out),
8078         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
8079         (ev_view_zoom_for_size_presentation),
8080         (ev_view_zoom_for_size_continuous_dual_page),
8081         (ev_view_zoom_for_size_continuous),
8082         (ev_view_zoom_for_size_dual_page),
8083         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
8084         (ev_view_get_status), (ev_view_set_status),
8085         (update_find_status_message), (ev_view_get_find_status),
8086         (ev_view_set_find_status), (jump_to_find_result),
8087         (jump_to_find_page), (compute_selections), (clear_selection),
8088         (ev_view_select_all), (get_selected_text), (ev_view_copy),
8089         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
8090         (ev_view_update_primary_selection),
8091         (ev_view_create_invisible_cursor), (ev_view_set_cursor):
8092         * shell/ev-view.h:
8093         * shell/ev-window.c: (ev_window_open_page_label),
8094         (ev_window_cmd_view_reload), (ev_window_sizing_mode_changed_cb),
8095         (ev_window_init):
8096         * shell/ev-window.h:
8097         * shell/main.c: (load_files):
8098
8099         Massive code clean up from Nickolay Shmyrev.  Keep page offset
8100         when resizing.  Remove the bin_window().  Also, patch from James
8101         Bowes to fix command line page, #300641
8102         
8103 2005-05-17  Marco Pesenti Gritti  <mpg@redhat.com>
8104
8105         * data/evince-ui.xml:
8106         * shell/ev-view.c:
8107         * shell/ev-view.h:
8108         * shell/ev-window.c: (update_action_sensitivity):
8109
8110         Get rid of View->Normal Size, it's just confusing
8111
8112 Tue May 17 00:51:21 2005  Jonathan Blandford  <jrb@redhat.com>
8113
8114         * backend/ev-document-info.h:
8115         * backend/ev-document.c: (ev_document_info_free): Free the
8116         EvDocumentInfo.
8117
8118         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
8119         (clear_range), (add_range), (update_visible_range),
8120         (adjustment_changed_cb), (ev_sidebar_thumbnails_init),
8121         (ev_sidebar_thumbnails_set_document):
8122         * shell/ev-window.c: (ev_window_setup_document): Only render the
8123         visible thumbnails.  It takes an instant to render, but it uses
8124         much less memory.
8125
8126 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
8127
8128         * shell/ev-sidebar-links.c: (popup_menu_cb):
8129
8130         Select first item
8131
8132 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
8133
8134         * lib/Makefile.am:
8135         * shell/ev-sidebar-links.c: (build_popup_menu), (popup_menu_cb),
8136         (button_press_cb), (ev_sidebar_links_construct):
8137
8138         Show the popup menu also on keybindings
8139
8140 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
8141
8142         * shell/ev-window.c: (ev_window_print), (ev_window_print_range):
8143         * shell/ev-window.h:
8144
8145         Expose api to print a range (with dialog). Make private _print use
8146         it.
8147
8148         * shell/ev-sidebar-links.c: (print_section_cb), (button_press_cb),
8149         (ev_sidebar_links_construct):
8150
8151         Show a print context menu on linkx, it prints the selected
8152         section.
8153
8154 2005-05-15  Carlos Garcia Campos <carlosgc@gnome.org>
8155
8156         * shell/ev-sidebar.c: make the drop down menu as width as the toggle
8157         button.
8158
8159 2005-05-12  Marco Pesenti Gritti  <mpg@redhat.com>
8160
8161         * AUTHORS:
8162
8163         Update
8164
8165         * shell/ev-window.c: (build_comments_string),
8166         (ev_window_cmd_help_about):
8167
8168         Show poppler version/backend and authors
8169
8170 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
8171
8172         * cut-n-paste/zoom-control/ephy-zoom.c:
8173         (ephy_zoom_get_zoom_level_index):
8174         * cut-n-paste/zoom-control/ephy-zoom.h:
8175
8176         Move the best fit items at the top of the list
8177
8178 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
8179
8180         * shell/ev-marshal.list:
8181         * shell/ev-page-action.c: (ev_page_action_widget_class_init),
8182         (activate_cb), (match_selected_cb), (activate_link_cb),
8183         (connect_proxy), (ev_page_action_class_init):
8184         * shell/ev-page-action.h:
8185
8186         Use signals to notify action activation. Hopefully
8187         I did not break completion since I cant test...
8188
8189         * shell/ev-window.c: (activate_link_cb), (activate_label_cb),
8190         (register_custom_actions):
8191
8192         Connect to page selector actions and also grab focus on
8193         the view when activated.
8194
8195 Wed May 11 01:18:29 2005  Jonathan Blandford  <jrb@redhat.com>
8196
8197         * pdf/ev-poppler.cc:
8198         * backend/ev-page-cache.c: make page size calculation consistent
8199         and set it to (int)( width * scale + 0.5).  This makes the weird
8200         line going through the middle of the page go away.
8201
8202         * shell/ev-view.c: move painting the background page after
8203         checking the expose area covers us.
8204
8205 2005-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8206
8207         * data/evince-password.glade:
8208         
8209         Mark labels as not translatable. Fix for bug 302842.
8210
8211 2005-05-10  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
8212
8213         * configure.ac: Added "es" to ALL_LINGUAS.
8214
8215 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8216
8217         * data/evince-toolbar.xml:
8218         * shell/ev-window.c: (update_action_sensitivity),
8219         (ev_window_setup_document), (ev_window_set_page_mode),
8220         (ev_window_init):
8221
8222         Remove some leftover code from jrb first continous
8223         attempt. Use the new actions, we still need good icons
8224         though...
8225
8226 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8227
8228         * shell/ev-page-action.c: (update_pages_label), (connect_proxy):
8229
8230         Update label when connecting proxy. Fix a warning with NULL
8231         page_cache.
8232
8233 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8234
8235         * data/evince-ui.xml:
8236         * shell/ev-page-action.c: (ev_page_action_grab_focus):
8237         * shell/ev-page-action.h:
8238         * shell/ev-window.c: (ev_window_cmd_focus_page_selector):
8239
8240         Add mnemonic for edit toolbar.
8241         ctrl+l focus the page entry.
8242
8243 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8244
8245         * lib/Makefile.am:
8246         * shell/ev-window.c: (ev_window_cmd_edit_toolbar_cb),
8247         (ev_window_init):
8248         * shell/main.c: (main):
8249
8250         Put the toolbar xml in evince own dot dir
8251
8252 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8253
8254         * shell/ev-window.c: (ev_window_init):
8255
8256         Make the toolbar not removable
8257
8258 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8259
8260         * data/evince-ui.xml:
8261         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_treeview):
8262         * shell/ev-sidebar-links.h:
8263         * shell/ev-sidebar-thumbnails.c:
8264         (ev_sidebar_thumbnails_get_treeview):
8265         * shell/ev-sidebar-thumbnails.h:
8266         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_view),
8267         (ev_view_class_init):
8268         * shell/ev-view.h:
8269         * shell/ev-window.c: (update_action_sensitivity),
8270         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
8271         (set_view_actions_sensitivity), (view_actions_focus_in_cb),
8272         (view_actions_focus_out_cb), (enable_view_actions_for_widget),
8273         (ev_window_init):
8274
8275         This is evil... Make space/backspace global accelerators but
8276         enable them only for some widgets (sidebars and view).
8277         I dont like it, but I dont know a better way... :/
8278
8279 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8280
8281         * shell/ev-page-action.c: (ev_page_action_widget_set_page_cache),
8282         (ev_page_action_widget_finalize),
8283         (ev_page_action_widget_class_init), (update_page_cache):
8284
8285         Keep a weak reference on proxy->page_cache so that we
8286         dont try to disconnect the signal if the object is already
8287         gone. Maybe there is a better way to cleanup reference handling
8288         in page action though...
8289
8290 2005-05-10  Juerg Billeter  <j@bitron.ch>
8291
8292         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
8293         * backend/ev-ps-exporter.h:
8294         * pdf/ev-poppler.cc: (pdf_document_ps_exporter_begin):
8295         * ps/ps-document.c: (ps_document_ps_export_begin):
8296         
8297         Change api to pass print range to ps_exporter_begin. The pdf backend
8298         requires this information.
8299         
8300         * shell/ev-print-job.c: (idle_print_handler):
8301         
8302         Adapt to api change
8303
8304 2005-05-10  Juerg Billeter  <j@bitron.ch>
8305
8306         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
8307         (idle_print_handler)
8308         * shell/ev-window.c: (ev_window_print):
8309
8310         Support printing page range, based on patch by Amaury Jacquot
8311
8312 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8313
8314         * data/evince-toolbar.xml:
8315
8316         Add zoom control to available items
8317
8318 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8319
8320         * shell/ev-window.c: (update_action_sensitivity):
8321
8322         Set slash action insensitive when appropriate
8323
8324 2005-05-10  Christian Persch <chpe@gnome.org>
8325
8326         * cut-n-paste/zoom-control/ephy-zoom-action.c: (create_menu_item):
8327
8328         Fix warning on the overflow menu
8329
8330 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8331
8332         * shell/ev-window.c: (sanity_check_uri), (ev_window_open):
8333
8334         Check for uri correctness/existence
8335
8336 2005-05-09  Juerg Billeter  <j@bitron.ch>
8337
8338         * shell/ev-window.c: (using_postscript_printer):
8339
8340         LPD printers use postscript, too
8341
8342 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
8343
8344         * shell/ev-window.c: (register_custom_actions):
8345
8346         The zoom one is actually sort of useful,
8347         put it back
8348
8349 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
8350
8351         * shell/ev-window.c: (register_custom_actions):
8352
8353         Hide page/zoom controls from overflow, they
8354         are useless.
8355
8356 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
8357
8358         * cut-n-paste/update-from-egg.sh:
8359         
8360         Share it between all cut-n-paste subdirs
8361
8362         * cut-n-paste/recent-files/Makefile.am:
8363
8364         Fix to use "global" update-from-egg.sh
8365
8366         * cut-n-paste/recent-files/egg-recent-model.c:
8367         (egg_recent_model_changed_timeout), (egg_recent_model_finalize):
8368         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
8369         (egg_recent_view_gtk_clear), (egg_recent_view_gtk_set_list),
8370         (egg_recent_view_gtk_finalize), (egg_recent_view_gtk_set_menu):
8371
8372         Update from libegg
8373
8374         * cut-n-paste/toolbar-editor/Makefile.am:
8375
8376         Fix to use "global" update-from-egg.sh
8377
8378         * cut-n-paste/toolbar-editor/eggmarshalers.list:
8379
8380         Update from libegg
8381
8382 2005-05-09  Marco Pesenti Gritti <mpg@redhat.com>
8383
8384         * configure.ac:
8385         * cut-n-paste/Makefile.am:
8386         * cut-n-paste/recent-files/Makefile.am:
8387         * cut-n-paste/toolbar-editor/.cvsignore:
8388         * cut-n-paste/toolbar-editor/Makefile.am:
8389         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
8390         (egg_editable_toolbar_get_type), (get_toolbar_position),
8391         (get_n_toolbars), (get_dock_nth), (get_toolbar_nth), (find_action),
8392         (drag_data_delete_cb), (drag_begin_cb), (drag_end_cb),
8393         (drag_data_get_cb), (set_drag_cursor), (unset_drag_cursor),
8394         (set_item_drag_source), (create_item_from_action), (create_item),
8395         (data_is_separator), (drag_data_received_cb), (remove_toolbar_cb),
8396         (popup_toolbar_context_menu_cb), (free_dragged_item),
8397         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
8398         (toolbar_drag_leave_cb), (create_dock), (set_fixed_style),
8399         (unset_fixed_style), (toolbar_changed_cb), (unparent_fixed),
8400         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
8401         (item_added_cb), (item_removed_cb),
8402         (egg_editable_toolbar_construct),
8403         (egg_editable_toolbar_disconnect_model),
8404         (egg_editable_toolbar_deconstruct),
8405         (egg_editable_toolbar_set_model),
8406         (egg_editable_toolbar_set_ui_manager),
8407         (egg_editable_toolbar_set_property),
8408         (egg_editable_toolbar_get_property),
8409         (egg_editable_toolbar_class_init), (egg_editable_toolbar_init),
8410         (egg_editable_toolbar_finalize), (egg_editable_toolbar_new),
8411         (egg_editable_toolbar_new_with_model),
8412         (egg_editable_toolbar_get_edit_mode),
8413         (egg_editable_toolbar_set_edit_mode), (egg_editable_toolbar_show),
8414         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed),
8415         (egg_editable_toolbar_set_drag_dest), (fake_expose_widget),
8416         (new_pixbuf_from_widget), (new_separator_pixbuf),
8417         (update_separator_image), (style_set_cb),
8418         (_egg_editable_toolbar_new_separator_image),
8419         (egg_editable_toolbar_get_model):
8420         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
8421         * cut-n-paste/toolbar-editor/egg-marshal.c:
8422         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
8423         (egg_toolbar_editor_get_type), (compare_actions), (find_action),
8424         (egg_toolbar_editor_set_ui_manager), (toolbar_removed_cb),
8425         (egg_toolbar_editor_set_model), (egg_toolbar_editor_set_property),
8426         (egg_toolbar_editor_get_property), (egg_toolbar_editor_class_init),
8427         (egg_toolbar_editor_finalize), (egg_toolbar_editor_new),
8428         (drag_begin_cb), (drag_end_cb), (editor_drag_data_received_cb),
8429         (editor_drag_data_delete_cb), (drag_data_get_cb),
8430         (elide_underscores), (set_drag_cursor), (event_box_realize_cb),
8431         (editor_create_item), (update_editor_sheet), (setup_editor),
8432         (egg_toolbar_editor_init), (egg_toolbar_editor_add_action),
8433         (parse_item_list), (model_has_action), (update_actions_list),
8434         (egg_toolbar_editor_load_actions):
8435         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
8436         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
8437         (egg_toolbars_model_get_type), (egg_toolbars_model_to_xml),
8438         (safe_save_xml), (egg_toolbars_model_save), (toolbars_toolbar_new),
8439         (toolbars_item_new), (free_toolbar_node), (free_item_node),
8440         (egg_toolbars_model_get_flags), (egg_toolbars_model_set_flags),
8441         (egg_toolbars_model_add_separator), (impl_add_item),
8442         (parse_item_list), (egg_toolbars_model_add_toolbar),
8443         (parse_toolbars), (egg_toolbars_model_load), (impl_get_item_id),
8444         (impl_get_item_data), (impl_get_item_type),
8445         (_egg_accumulator_STRING), (egg_toolbars_model_class_init),
8446         (egg_toolbars_model_init), (free_toolbar),
8447         (egg_toolbars_model_finalize), (egg_toolbars_model_new),
8448         (egg_toolbars_model_remove_toolbar),
8449         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
8450         (egg_toolbars_model_n_items), (egg_toolbars_model_item_nth),
8451         (egg_toolbars_model_n_toolbars), (egg_toolbars_model_toolbar_nth),
8452         (egg_toolbars_model_add_item), (egg_toolbars_model_get_item_id),
8453         (egg_toolbars_model_get_item_data),
8454         (egg_toolbars_model_get_item_type):
8455         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
8456         * cut-n-paste/toolbar-editor/eggmarshalers.list:
8457         * data/Makefile.am:
8458         * data/evince-toolbar.xml:
8459         * data/evince-ui.xml:
8460         * data/hand-open.png:
8461         * po/POTFILES.in:
8462         * shell/Makefile.am:
8463         * shell/ev-window.c: (update_chrome_visibility),
8464         (ev_window_cmd_edit_toolbar_cb), (ev_window_cmd_edit_toolbar),
8465         (ev_window_dispose), (ev_window_init):
8466
8467         Implement epiphany like toolbar editor. Based on patch by
8468         Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8469
8470 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
8471
8472         * shell/ev-sidebar-thumbnails.c: (page_changed_cb):
8473
8474         Use set_cursor instead of set_selection, so that
8475         the keyboard focus moves too.
8476
8477 2005-05-09  Aleksey Kliger <akliger@gmail.com>
8478
8479         * dvi/mdvi-lib/tfmfile.c: (lookup_font_metrics):
8480
8481         Fix infinite loop when loading Type1 fonts
8482
8483 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
8484
8485         * data/evince-ui.xml:
8486         * shell/ev-window.c:
8487
8488         Slash -> Find
8489
8490 2005-05-09  Thomas de Grenier de Latour <degrenier@easyconnect.fr>
8491
8492         * configure.ac:
8493
8494         Make --disable really disable
8495
8496 2005-05-07  Juerg Billeter  <j@bitron.ch>
8497
8498         * backend/ev-page-cache.c: (ev_page_cache_set_page_label):
8499
8500         Compare page labels even without has_labels set, fixes setting page
8501         with entry
8502
8503 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
8504
8505         * shell/ev-view.c: (ev_view_create_invisible_cursor),
8506         (ev_view_set_cursor), (ev_view_button_press_event),
8507         (ev_view_motion_notify_event), (ev_view_button_release_event),
8508         (ev_view_init):
8509
8510         Implement middle button scrolling. Based on a patch
8511         by Tommi Komulainen <tommi.komulainen@iki.fi>.
8512
8513 2005-05-08  Marco Pesenti Gritti  <mpg@redhat.com>
8514
8515         * shell/ev-document-types.c: (get_slow_mime_type),
8516         (get_document_type_from_mime), (ev_document_type_lookup):
8517         * shell/ev-document-types.h:
8518
8519         Change api to lookup from uri. Do fast lookup first, if the
8520         type is unknown try with data sniffing.
8521
8522         * shell/ev-window.c: (ev_window_open), (ev_window_open_uri_list):
8523         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
8524
8525         Adapt to api change
8526
8527 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
8528
8529         * thumbnailer/Makefile.am:
8530
8531         Fix distcheck
8532
8533 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
8534
8535         * NEWS:
8536         * configure.ac:
8537
8538         Release 0.3.0
8539
8540         * data/evince-ui.xml:
8541
8542         Hide presentation mode for now
8543
8544         * shell/ev-view.c: (highlight_find_results):
8545
8546         Show current find selection only on current page
8547
8548 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
8549
8550         * shell/ev-view.c: (ev_view_select_all):
8551
8552         Compute size of the actual page, not of
8553         the current one.
8554
8555 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
8556
8557         * shell/ev-view.c: (clear_selection), (ev_view_finalize),
8558         (view_rect_to_doc_rect), (compute_selections),
8559         (ev_view_bin_expose), (ev_view_select_all), (get_selected_text),
8560         (ev_view_copy), (ev_view_primary_get_cb),
8561         (ev_view_primary_clear_cb), (ev_view_update_primary_selection),
8562         (ev_view_button_press_event), (ev_view_motion_notify_event),
8563         (ev_view_button_release_event), (page_changed_cb):
8564
8565         Fix text selection
8566
8567 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
8568
8569         * shell/ev-view.c: (compute_border), (get_page_extents),
8570         (doc_rect_to_view_rect), (highlight_find_results),
8571         (ev_view_bin_expose), (ev_view_select_all),
8572         (ev_view_motion_notify_event), (update_find_status_message),
8573         (jump_to_find_result), (jump_to_find_page):
8574
8575         First go at fixing search, still buggy
8576
8577 2005-05-04  Kristian Høgsberg  <krh@redhat.com>
8578
8579         * shell/ev-sidebar.c (ev_sidebar_init): Remove frame around
8580         dropdown box and button at the top of the sidebar.
8581
8582 2005-05-02  James Bowes  <bowes@cs.dal.ca>
8583
8584         * configure.ac: Output zoom-control Makefile.
8585         * cut-n-paste/Makefile.am: build zoom-control subdir.
8586         * cut-n-paste/zoom-control/ephy-zoom-action.c:
8587         * cut-n-paste/zoom-control/ephy-zoom-action.h:
8588         * cut-n-paste/zoom-control/ephy-zoom-control.c:
8589         * cut-n-paste/zoom-control/ephy-zoom-control.h:
8590         * cut-n-paste/zoom-control/ephy-zoom.c:
8591         * cut-n-paste/zoom-control/ephy-zoom.h: New files imported
8592         from epiphany, and modified to add a separator into the menu.
8593         * cut-n-paste/zoom-control/Makefile.am: Build zoom-control.
8594         * data/evince-ui.xml: Replace old zoom toolbar actions with new
8595         zoom-control action.
8596         * shell/Makefile.am: Include zoom-control flags.
8597         * shell/ev-view.c: (ev_view_set_zoom), (ev_view_get_zoom),
8598         (ev_view_get_sizing_mode), (ev_view_zoom_in), (ev_view_zoom_out),
8599         (ev_view_zoom_for_size_presentation),
8600         (ev_view_zoom_for_size_continuous_and_dual_page),
8601         (ev_view_zoom_for_size_continuous),
8602         (ev_view_zoom_for_size_dual_page),
8603         (ev_view_zoom_for_size_single_page), (ev_view_zoom_normal): 
8604         s/ev_view_zoom/ev_view_set_zoom/ and make public, add 
8605         ev_view_get_zoom and ev_view_get_sizing_mode.
8606         * shell/ev-view.h:
8607         * shell/ev-window.c: (update_action_sensitivity),
8608         (update_sizing_buttons), (zoom_control_changed_cb),
8609         (register_custom_actions): Initialize and use the zoom-control 
8610         widget.
8611
8612 Sun May  1 00:46:47 2005  Jonathan Blandford  <jrb@redhat.com>
8613
8614         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init): Change the
8615         preview cache back to 1.  Don't know when it got set to 0.
8616         
8617         * shell/ev-view.c: (compute_border), (ev_view_realize),
8618         (draw_one_page), (ev_view_set_property), (ev_view_get_property),
8619         (ev_view_class_init), (ev_view_init), (ev_view_set_fullscreen),
8620         (ev_view_get_fullscreen), (ev_view_set_presentation),
8621         (ev_view_get_presentation), (ev_view_set_sizing_mode),
8622         (ev_view_zoom_for_size_presentation), (ev_view_set_zoom_for_size):
8623         * shell/ev-view.h:
8624         * shell/ev-window.c:
8625         (update_chrome_visibility),
8626         (ev_window_cmd_continuous), (ev_window_cmd_dual),
8627         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
8628         (update_document_mode), (ev_window_update_fullscreen_action),
8629         (ev_window_fullscreen), (ev_window_unfullscreen),
8630         (ev_window_cmd_view_fullscreen),
8631         (ev_window_update_presentation_action),
8632         (ev_window_run_presentation), (ev_window_stop_presentation),
8633         (ev_window_cmd_view_presentation), (ev_window_state_event),
8634         (ev_window_focus_in_event), (ev_window_focus_out_event),
8635         (ev_window_cmd_escape), (ev_window_sidebar_visibility_changed_cb):
8636         * data/evince-ui.xml: Initial presentation mode.  We should
8637         probably hide this until it's done, as it's quite rough.  Also,
8638         change full-screen to fullscreen and add two getters to EvView.
8639
8640 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
8641
8642         * shell/ev-page-action.c: (update_page_cache),
8643         (ev_page_action_dispose):
8644         * shell/ev-window.c: (destroy_fullscreen_popup),
8645         (ev_window_create_fullscreen_popup):
8646
8647         Use connect_object rather than explicitly
8648         disconnect on dispose.
8649
8650 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
8651
8652         * shell/ev-page-action.c: (update_page_cache),
8653         (ev_page_action_dispose):
8654
8655 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8656
8657         * backend/ev-page-cache.c: (_ev_page_cache_new),
8658         (ev_page_cache_set_page_label),
8659         (ev_page_cache_has_nonnumeric_page_labels):
8660         * backend/ev-page-cache.h:
8661         * shell/ev-page-action.c: (update_pages_label):
8662         
8663         If all page labels are numeric, fallback to default
8664         way to display number of pages. See bug 173185.
8665
8666 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8667
8668         * shell/ev-page-action.c: (ev_page_action_dispose):
8669         * shell/ev-view.c: (view_update_range_and_current_page):
8670         * shell/ev-window.c: (ev_window_dispose):
8671         
8672         Set page on scroll in continuous mode. Fixes bug 301986.
8673         Also cleanup callbacks on destroy of EvWindow and EvPageAction.
8674
8675 2005-04-26  Marco Pesenti Gritti <mpg@redhat.com>
8676
8677         * configure.ac:
8678
8679         Require poppler 0.3.0
8680
8681 2005-04-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8682         
8683         * shell/Makefile.am, configure.ac: Fix build problems
8684         with t1lib. Bug 301996.
8685
8686 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8687
8688         * shell/ev-view.c: (ev_view_scroll_event):
8689         
8690         Scroll up increase zoom
8691
8692 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8693
8694         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init),
8695         (ev_view_set_sizing_mode),
8696         (ev_view_zoom_for_size_continuous_and_dual_page),
8697         (ev_view_zoom_for_size_continuous):
8698         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
8699         (ev_window_cmd_view_page_width), (ev_window_cmd_view_zoom_in),
8700         (ev_window_cmd_view_zoom_out), (ev_window_sizing_mode_changed_cb),
8701         (ev_window_init):
8702
8703         Control + Scroll does zooming, Shift + Scroll scrolls horizontally
8704         Fix for 165473 and 165472.
8705
8706 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8707
8708         * po/POTFILES.in:
8709         * thumbnailer/Makefile.am:
8710         * thumbnailer/evince-thumbnailer-djvu.schemas.in:
8711         * thumbnailer/evince-thumbnailer-dvi.schemas.in:
8712         * thumbnailer/evince-thumbnailer.schemas.in:
8713         
8714         Make thumbnailer schemas translatable. Fix for bug 301773
8715         
8716         * thumbnailer/evince-thumbnailer-djvu.schemas:
8717         * thumbnailer/evince-thumbnailer-dvi.schemas:
8718         * thumbnailer/evince-thumbnailer.schemas:
8719
8720         Removed files
8721
8722 Sun Apr 24 01:37:39 2005  Jonathan Blandford  <jrb@redhat.com>
8723
8724         * shell/ev-view.c (ev_view_init): forgot to set this.
8725
8726 Sun Apr 24 01:07:27 2005  Jonathan Blandford  <jrb@redhat.com>
8727
8728         * shell/ev-view.c: (find_page_at_location),
8729         (get_link_at_location),
8730         (ev_view_set_show_border), (ev_view_set_spacing),
8731         (ev_view_zoom_for_size_continuous_and_dual_page),
8732         (ev_view_zoom_for_size_continuous): Fix links for dual/continuous.
8733         Also, add a quick fix measuring of widths.  Also, removed
8734         ev_view_set_spacing and ev_view_set_show_border.
8735         
8736         * shell/ev-window.c: (ev_window_unfullscreen),
8737         (ev_window_cmd_view_fullscreen): Don't adjust the border/spacing.
8738
8739 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8740
8741         * shell/ev-view.c: (view_update_range_and_current_page),
8742         (page_changed_cb):
8743         
8744         Fix crash on exit and scrolling to page in continuous view.
8745
8746 Sat Apr 23 13:13:04 2005  Jonathan Blandford  <jrb@redhat.com>
8747
8748         * TODO:
8749         * backend/ev-page-cache.c: (_ev_page_cache_new),
8750         (ev_page_cache_get_max_width_size),
8751         (ev_page_cache_get_max_height_size):
8752         * backend/ev-page-cache.h:
8753         * data/evince-ui.xml:
8754         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init):
8755         * shell/ev-view.c: (view_update_adjustments),
8756         (view_update_range_and_current_page), (get_bounding_box_size),
8757         (ev_view_size_request_continuous_and_dual_page),
8758         (ev_view_size_request_continuous),
8759         (ev_view_size_request_dual_page),
8760         (ev_view_size_request_single_page), (ev_view_size_request),
8761         (ev_view_size_allocate), (get_page_extents), (draw_one_page),
8762         (ev_view_bin_expose), (ev_view_expose_event),
8763         (ev_view_set_property), (ev_view_get_property),
8764         (ev_view_class_init), (ev_view_init), (ev_view_new),
8765         (page_changed_cb), (ev_view_zoom), (ev_view_set_continuous),
8766         (ev_view_set_dual_page), (ev_view_set_full_screen),
8767         (ev_view_set_presentation), (ev_view_set_sizing_mode),
8768         (ev_view_can_zoom_in), (ev_view_can_zoom_out), (ev_view_zoom_in),
8769         (ev_view_zoom_out), (zoom_for_size_fit_width),
8770         (zoom_for_size_best_fit),
8771         (ev_view_zoom_for_size_continuous_and_dual_page),
8772         (ev_view_zoom_for_size_continuous),
8773         (ev_view_zoom_for_size_dual_page),
8774         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
8775         (ev_view_show_cursor), (ev_sizing_mode_get_type):
8776         * shell/ev-view.h:
8777         * shell/ev-window.c: (update_action_sensitivity),
8778         (ev_window_cmd_continuous), (ev_window_cmd_dual),
8779         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
8780         (update_sizing_buttons), (ev_window_cmd_view_zoom_in),
8781         (ev_window_cmd_view_zoom_out), (update_view_size),
8782         (ev_window_set_sizing_mode), (ev_window_init):
8783
8784         Add Continuous and Dual page modes.
8785
8786 2005-04-23  James Bowes  <bowes@cs.dal.ca>
8787
8788         * dvi/dvi-document.c: (dvi_document_load),
8789         (dvi_document_thumbnails_get_thumbnail),
8790         (dvi_document_init_params): Fix up some mixups between
8791         width and height to correct thumbnail rendering.
8792
8793 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8794
8795         * dvi/mdvi-lib/private.h:
8796         * dvi/mdvi-lib/setup.c: (mdvi_init_kpathsea):
8797         
8798         Suppess output for kpathsea during font generation. Thanks to
8799         James Bowes
8800
8801 Fri Apr 22 19:57:46 2005  Jonathan Blandford  <jrb@redhat.com>
8802
8803         * NEWS:
8804         * configure.ac:
8805
8806         Release 0.2.1
8807
8808         * Makefile.am: fix distcheck.
8809
8810 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8811
8812         * shell/ev-sidebar-links.c: (selection_changed_callback),
8813         (update_page_callback), (row_activated_callback),
8814         (job_finished_callback), (ev_sidebar_links_set_document):
8815         
8816         Fix for bug #169901. Double click on links expands tree.
8817
8818 2005-03-14  Bryan Clark  <clarkbw@cvs.gnome.org>
8819
8820         * shell/ev-window.c (ev_window_init): Removed fullscreen toolbar
8821         hard-coded style. Fix for bug 170111
8822
8823 2005-04-22  Kristian Høgsberg  <krh@redhat.com>
8824
8825         * shell/ev-view.c (highlight_find_results): Remove unnecessary
8826         locking.
8827
8828 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
8829
8830         * thumbnailer/evince-thumbnailer.schemas: real fix for bug 172496
8831
8832 2005-04-22  Marco Pesenti Gritti  <mpg@redhat.com>
8833
8834         * pdf/ev-poppler.cc:
8835         * shell/ev-view.c: (highlight_find_results):
8836
8837         Fix find on single page documents
8838
8839 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
8840
8841         * data/evince.schemas.in: fix for bug 301390
8842
8843 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
8844
8845         * shell/ev-view.c: (ev_view_can_zoom_in), (ev_view_can_zoom_out),
8846         (ev_view_zoom_out), (ev_view_zoom_normal):
8847         * shell/ev-view.h:
8848         * shell/ev-window.c: (update_action_sensitivity),
8849         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
8850         (ev_window_cmd_view_zoom_in), (ev_window_cmd_view_zoom_out),
8851         (ev_window_cmd_view_normal_size):
8852
8853         Fix normal size zoom. Make zoom in/zoom out unsensitive when
8854         they are behyond the limits. Tweak MAX_ZOOM to 6, sucks but
8855         better than oom. 
8856
8857 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
8858
8859         * configure.ac:
8860
8861         Depend on 2.57, 2.59 doesnt seem to be necessary
8862
8863 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
8864
8865         * shell/ev-page-action.c: (update_pages_label), (page_changed_cb),
8866         (create_tool_item):
8867
8868         Put back total number of pages as (1 of 1234)
8869
8870 Thu Apr 21 23:37:52 2005  Jonathan Blandford  <jrb@redhat.com>
8871
8872         * shell/ev-pixbuf-cache.c (dispose_cache_job_info): actually
8873         remove the job.
8874
8875         * backend/ev-document.h: Remove EV_DOC_MUTEX in favor of a locking
8876         function.  This helps debugging.
8877
8878 2005-04-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8879
8880         * djvu/djvu-document.c: (djvu_document_class_init),
8881         (djvu_document_get_info), (djvu_document_document_iface_init):
8882         * dvi/dvi-document.c: (dvi_document_class_init),
8883         (dvi_document_get_info), (dvi_document_document_iface_init):
8884
8885         Dummy implementation of get_info method for dvi and
8886         djvu. Fix crashes with those backends
8887
8888 2005-04-20  Marco Pesenti Gritti <mpg@redhat.com>
8889
8890         * data/evince.desktop.in:
8891
8892         Add application/x-gzpostscript
8893
8894 2005-04-20  Bryan Clark  <clarkbw@cvs.gnome.org>
8895
8896         * data/evince.schemas.in: Added real long descriptions, 
8897         closes bug 172496 
8898
8899         * README: Added actual text, closes bug 171869
8900
8901 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
8902
8903         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
8904
8905         Thumbnail page 0
8906
8907 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
8908
8909         * backend/ev-document-info.h:
8910
8911         s/GDate */GDate so we can just use g_free
8912
8913 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
8914
8915         * shell/ev-window.c: (update_document_mode),
8916         (ev_window_setup_document):
8917
8918         Show the window in fullscreen when specified by
8919         the document
8920
8921 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
8922
8923         * backend/ev-document.c: (ev_document_class_init),
8924         (ev_document_get_info), (ev_document_render_pixbuf):
8925         * backend/ev-document.h:
8926         * backend/ev-page-cache.c: (_ev_page_cache_new):
8927         * pdf/ev-poppler.cc:
8928         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
8929         (pixbuf_document_get_info), (pixbuf_document_document_iface_init):
8930         * ps/ps-document.c: (ps_document_class_init), (document_load),
8931         (ps_document_get_info), (ps_document_document_iface_init):
8932
8933         Remove get_title from the interface, we can just use document info
8934
8935 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
8936
8937         * backend/Makefile.am:
8938         * backend/ev-document.c: (ev_document_render_get_info):
8939         * backend/ev-document.h:
8940         * pdf/ev-poppler.cc:
8941
8942         Initial support for document info. Based on jrb patch.
8943
8944 2005-04-19  Paolo Borelli <pborelli@katamail.com>
8945
8946         * shell/ev-window.c: (ev_window_state_event),
8947         (ev_window_class_init), (ev_window_init):
8948         
8949         Doesn't show resize grip when maximized. See bug #301053
8950
8951 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8952
8953         * po/POTFILES.in:
8954         
8955         ev-sidebar-thumbnails now has translatable labels
8956         
8957         * shell/Makefile.am:
8958         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document),
8959         (ev_sidebar_links_support_document), (ev_sidebar_links_get_label),
8960         (ev_sidebar_links_page_iface_init):
8961         * shell/ev-sidebar-links.h:
8962         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
8963         (ev_sidebar_page_support_document), (ev_sidebar_page_set_document),
8964         (ev_sidebar_page_get_label):
8965         * shell/ev-sidebar-page.h:
8966         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_new),
8967         (ev_sidebar_thumbnails_set_document),
8968         (ev_sidebar_thumbnails_support_document),
8969         (ev_sidebar_thumbnails_get_label),
8970         (ev_sidebar_thumbnails_page_iface_init):
8971         * shell/ev-sidebar-thumbnails.h:
8972         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
8973         (ev_sidebar_set_document):
8974         * shell/ev-sidebar.h:
8975         * shell/ev-window.c: (ev_window_setup_document), (ev_window_init):
8976         
8977         Small rework of sidebar code. Now sidebar pages should implement
8978         EvSidebarPage interface. That makes page management in EvSidebar
8979         easier. See bug #164811 for details
8980
8981 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8982
8983         * shell/ev-application.c: (ev_application_open):
8984         * shell/ev-document-types.c:
8985         
8986         Fix build error and small problem with application exit
8987
8988 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8989
8990         * thumbnailer/Makefile.am:
8991         * thumbnailer/evince-thumbnailer-djvu.schemas:
8992         * thumbnailer/evince-thumbnailer-dvi.schemas:
8993         
8994         Conditionally install schemas for djvu/dvi thumbnailer
8995
8996 2005-04-18  David Malcolm  <dmalcolm@redhat.com>
8997
8998         * shell/ev-document-types.h: 
8999         * shell/ev-document-types.c: 
9000         New files, handling the mapping from mimetypes to backends
9001         
9002         * shell/ev-window.c: 
9003         * thumbnailer/evince-thumbnailer.c:     
9004         Use the ev-document-types code
9005         
9006         * shell/Makefile.am: 
9007         Added new convenience library libevbackendfactory_la, containing
9008         the new mimetype->backend logic; moved the backends into it.
9009
9010         * thumbnailer/Makefile.am:
9011         Make the thumbnailer link with the libevbackend.la convenience
9012         library, rather than having a duplicate of the backend logic here.
9013
9014 2005-04-18  Paolo Borelli  <pborelli@katamail.com>
9015
9016         * shell/ev-stock-icons.c: constify some vars.
9017         * shell/ev-window.c: ditto.
9018
9019 2005-04-18  Marco Pesenti Gritti  <mpg@redhat.com>
9020
9021         * ps/ps-document.c (get_page_orientation):
9022
9023         Respect document orientation 
9024
9025 2005-04-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9026
9027         * djvu/Makefile.am:
9028         * dvi/Makefile.am:
9029         * shell/Makefile.am:
9030         
9031         Move library dependencies to components.
9032         
9033         * shell/ev-window.c: (update_window_title),
9034         (start_loading_document):
9035         
9036         Fix display of uris with spaces. Bug 168358.
9037
9038 Sat Apr 16 18:53:47 2005  Jonathan Blandford  <jrb@redhat.com>
9039
9040         * shell/ev-sidebar-links.c: (selection_changed_cb):
9041         * shell/ev-view.c: (ev_view_finalize), (go_to_link),
9042         (ev_view_button_release_event), (ev_view_set_document):
9043         * shell/ev-view.h:
9044         * shell/ev-window.c: (find_bar_search_changed_cb):
9045         * shell/ev-window.h: Minor cleanups removing some dead code.
9046
9047 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9048
9049         * backend/ev-page-cache.c: (_ev_page_cache_new):
9050         
9051         Set current page to 0 if document has pages.
9052
9053 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
9054
9055         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9056
9057         Initialize GError to NULL, fix a crash when loading fails.
9058
9059 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
9060
9061         * shell/ev-window.c: (update_view_size):
9062
9063         Calculate shadow size only when there is actually
9064         a shadow.
9065
9066 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
9067
9068         * shell/ev-view.c: (ev_view_set_spacing), (ev_view_init):
9069         * shell/ev-view.h:
9070
9071         Allow setting view spacing, default to 0
9072
9073         * shell/ev-window.c: (ev_window_unfullscreen),
9074         (ev_window_cmd_view_fullscreen), (ev_window_init):
9075
9076         Remove spacing in fullscreen mode
9077
9078 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
9079
9080         * shell/ev-view.c: (compute_border), (compute_zoom_factor),
9081         (ev_view_size_request), (expose_bin_window),
9082         (ev_view_set_show_border), (ev_view_init), (page_changed_cb):
9083         * shell/ev-view.h:
9084         * shell/ev-window.c: (ev_window_unfullscreen),
9085         (ev_window_cmd_view_fullscreen):
9086
9087         Do not draw the border in fulscreen
9088
9089 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
9090
9091         * shell/ev-view.c: (ev_view_get_offsets), (compute_zoom_factor),
9092         (ev_view_size_request), (expose_bin_window), (ev_view_select_all),
9093         (find_page_at_location), (page_changed_cb):
9094
9095         Rework border calculation, so that I can more easily disable it.
9096         Code somewhat cleaner too.
9097
9098 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
9099
9100         * backend/ev-page-cache.c: (ev_page_cache_init),
9101         (_ev_page_cache_new):
9102
9103         Remove some assertions, documents can have 0 pages.
9104         Make initial current page -1.
9105
9106         * shell/ev-page-action.c: (page_changed_cb):
9107
9108         Show "" if current page is -1
9109
9110         * shell/ev-window.c: (update_action_sensitivity),
9111         (ev_window_setup_document):
9112
9113         When document has 0 pages do not set the view
9114         and make nearly everything insensitive.
9115
9116 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9117
9118         * shell/ev-page-view.c:
9119         * shell/ev-page-view.h:
9120
9121         Remove unused files.
9122         
9123         * shell/ev-sidebar-thumbnails.c:
9124         (ev_sidebar_thumbnails_set_document):
9125         * shell/ev-sidebar.c: (ev_sidebar_set_document),
9126         (ev_sidebar_supports_document):
9127         * shell/ev-sidebar.h:
9128         * shell/ev-window.c: (ev_window_setup_document):
9129         
9130         Doesn't show thumbnails if document has 1 page. Make
9131         sidebar menu entries sensitive only if if they have 
9132         sense. Fix bug 164811. 
9133
9134 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
9135
9136         * shell/ev-view.c: (compute_zoom_factor), (ev_view_size_request),
9137         (page_changed_cb), (ev_view_zoom), (ev_view_zoom_in),
9138         (ev_view_zoom_out), (ev_view_set_size):
9139
9140         Rework sizing to deal with documents with not uniform page
9141         size.
9142
9143 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
9144
9145         * backend/ev-page-cache.c: (_ev_page_cache_new):
9146
9147         Fix several page size caching bugs
9148
9149 2005-04-15  Luca Ferretti <elle.uca@libero.it>
9150
9151         * shell/ev-window.c: (set_action_properties):
9152
9153         Make all toolbar items translatable
9154
9155 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
9156
9157         * ps/ps-document.c: (ps_document_init), (ps_document_get_type),
9158         (save_page_list), (ps_document_save),
9159         (ps_document_document_iface_init), (ps_document_ps_export_begin),
9160         (ps_document_ps_export_do_page), (ps_document_ps_export_end),
9161         (ps_document_ps_exporter_iface_init):
9162         * ps/ps-document.h:
9163
9164         Based on a patch by J�rg Billeter <j@bitron.ch>
9165         
9166         Implement print and save a copy for the ps backend.
9167
9168 2005-04-14  Marco Pesenti Gritti <mpg@redhat.com>
9169
9170         * backend/ev-document.h:
9171         * djvu/djvu-document.c: (djvu_document_can_get_text),
9172         (djvu_document_document_iface_init):
9173         * dvi/dvi-document.c: (dvi_document_can_get_text),
9174         (dvi_document_document_iface_init):
9175         * pdf/ev-poppler.cc:
9176         * pixbuf/pixbuf-document.c: (pixbuf_document_can_get_text),
9177         (pixbuf_document_document_iface_init):
9178         * ps/ps-document.c: (ps_document_can_get_text),
9179         (ps_document_document_iface_init):
9180         * shell/ev-view.c: (ev_view_copy), (ev_view_primary_get_cb):
9181         * shell/ev-window.c: (update_action_sensitivity):
9182
9183         Fix the crash when trying to copy in backends that doesnt
9184         support it. We can implement a better solution once we
9185         do real text selection.
9186
9187 2005-04-12  Marco Pesenti Gritti <mpg@redhat.com>
9188
9189         * data/evince-ui.xml:
9190         * shell/ev-window.c: (ev_window_cmd_escape):
9191         
9192         Work around the Escape conflict (find bar and unfullscreen)
9193
9194 2005-04-12  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
9195
9196         * backend/ev-page-cache.c: (ev_page_cache_next_page):
9197         
9198         Fix for #300233. Next page correctly handles document end.
9199         
9200         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
9201         (ev_sidebar_thumbnails_class_init),
9202         (ev_sidebar_thumbnails_set_document),
9203         (ev_sidebar_thumbnails_clear_job),
9204         (ev_sidebar_thumbnails_clear_model):
9205         
9206         Cleanup thumbnail jobs on document changes.
9207         
9208         * shell/ev-view.c: (add_scroll_binding_keypad),
9209         (add_scroll_binding_shifted), (ev_view_class_init):
9210         
9211         Shift + Space scrolls up. Fix for #173184
9212         
9213         * shell/ev-window.c: (ev_window_open_page),
9214         (ev_window_cmd_view_reload):
9215         
9216         Fix reload (Bug #300094)
9217
9218 2005-04-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9219
9220         
9221         * dvi/mdvi-lib/assoc.c:
9222         * dvi/mdvi-lib/assoc.h: Removed garbage files
9223         
9224         * dvi/mdvi-lib/bitmap.c:
9225         * dvi/mdvi-lib/color.c: (mdvi_set_color), (mdvi_push_color),
9226         (mdvi_pop_color), (mdvi_reset_color), (get_color_table):
9227         * dvi/mdvi-lib/color.h: Antialias of rules
9228         
9229         * dvi/mdvi-lib/common.h:
9230         * dvi/mdvi-lib/dviread.c: (mdvi_configure), (mdvi_init_context),
9231         (mdvi_destroy_context), (draw_shrink_rule), (draw_box), (set_rule):
9232         * dvi/mdvi-lib/files.c:
9233         * dvi/mdvi-lib/fontmap.c: (ps_init_default_paths):
9234         * dvi/mdvi-lib/mdvi.h:
9235         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
9236         * dvi/mdvi-lib/tfmfile.c: (ofm_load_file):
9237         * dvi/mdvi-lib/util.c: Fix compile warnings
9238         
9239         * dvi/dvi-document.c:
9240         (dvi_document_load), (dvi_document_thumbnails_get_dimensions),
9241         (dvi_document_thumbnails_get_thumbnail),
9242         (dvi_document_document_thumbnails_iface_init):
9243         * dvi/mdvi-lib/Makefile.am:
9244         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
9245         (dvi_pixbuf_set_color), (mdvi_pixbuf_device_render):
9246         
9247         Dvi backend now renders thumbnails
9248
9249 2005-04-09  Christian Persch  <chpe@cvs.gnome.org>
9250
9251         * shell/main.c: (main): 
9252         
9253         Save accelerators on exit. Fixes bug #172095.
9254
9255 Sat Apr  9 01:05:09 2005  Jonathan Blandford  <jrb@redhat.com>
9256
9257         * shell/ev-pixbuf-cache.c (move_one_job): Actually fix the "FIXME:
9258         update priority" comment.
9259
9260         * backend/ev-job-queue.c: Give a way to change priority.
9261
9262 Sat Apr  9 00:05:36 2005  Jonathan Blandford  <jrb@redhat.com>
9263
9264         * shell/ev-page-action.c: Fix logic.
9265
9266 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
9267
9268         * shell/ev-view.c: (ev_view_can_find_next):
9269         * shell/ev-window.c: (ev_window_setup_document):
9270
9271         Check that the document supports find
9272
9273 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
9274
9275         * data/evince-ui.xml:
9276         * shell/ev-view.c: (ev_view_can_find_next):
9277         * shell/ev-view.h:
9278         * shell/ev-window.c: (update_action_sensitivity),
9279         (find_changed_cb), (ev_window_setup_document),
9280         (ev_window_cmd_edit_find_next):
9281
9282         Add Edit->Find Next
9283
9284 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
9285
9286         * pdf/ev-poppler.cc:
9287         * shell/ev-print-job.c: (idle_print_handler):
9288
9289         Make printing work again
9290
9291 Fri Apr  8 01:12:24 2005  Jonathan Blandford  <jrb@redhat.com>
9292
9293         * shell/ev-page-action.h:
9294         * shell/ev-page-action.c: (ev_page_action_widget_init),
9295         (ev_page_action_widget_class_init), (page_changed_cb),
9296         (create_tool_item), (update_page_cache), (build_new_tree_cb),
9297         (get_filter_model_from_model), (match_selected_cb),
9298         (display_completion_text), (match_completion), (update_model),
9299         (connect_proxy), (ev_page_action_set_property),
9300         (ev_page_action_get_property), (ev_page_action_set_document),
9301         (ev_page_action_set_model), (ev_page_action_class_init): Big
9302         reworking to make completions work iff we have >= GTK-2.7.0
9303                 
9304         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_property),
9305         (ev_sidebar_links_get_property), (ev_sidebar_links_class_init),
9306         (job_finished_cb): We now have a 'model' property that is set when
9307         the links are loaded.  This can be caught with "notify::model"
9308
9309         * shell/ev-window.c: (sidebar_widget_model_set), (ev_window_init):
9310         listen for the model to be set, and propagate it to the action.
9311
9312 2005-04-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9313
9314         * cut-n-paste/recent-files/egg-recent-item.c:
9315         (egg_recent_item_set_uri), (make_valid_utf8),
9316         (egg_recent_item_set_mime_type), (egg_recent_item_get_mime_type):
9317         * cut-n-paste/recent-files/egg-recent-item.h:
9318         
9319         Update egg-recent from libegg. This should fix long
9320         startup problem. For details see
9321         http://bugzilla.gnome.org/show_bug.cgi?id=160531
9322
9323 2005-04-07  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9324
9325         * cut-n-paste/recent-files/Makefile.am:
9326         * data/evince-ui.xml, shell/Makefile.am:
9327         * shell/ev-application.c, shell/ev-application.h:
9328         * shell/ev-window.c: Recent files support.
9329         
9330         * configure.ac: Added "ru" to ALL_LINGUAS.
9331         
9332         * dvju: new backend to support DJVU files.
9333         * dvi: new backend to support DVI.
9334
9335         * configure.ac, Makefile.am, shell/Makefile.am, ev-window.c:
9336         * ev-application.c: Support for new backends.
9337         
9338         * help, ev-window.c, main.c shell/Makefile.am: 
9339         Evince user documentation.
9340
9341 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
9342
9343         * po/POTFILES.in:
9344         * shell/ev-window.c:
9345         * thumbnailer/evince-thumbnailer.c:
9346
9347         s/pdf-document/ev-poppler
9348
9349 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
9350
9351         * NEWS:
9352         * configure.ac:
9353
9354         Release 0.2.0
9355
9356         * ps/ps-document.c: (setup_pixmap):
9357
9358         Remove debug code
9359
9360 2005-04-05  Kristian Høgsberg  <krh@redhat.com>
9361
9362         * backend/ev-page-cache.c (ev_page_cache_next_page): 
9363         * shell/ev-window.c (ev_window_cmd_go_next_page) 
9364         (ev_window_cmd_go_first_page): Fix of by one errors.
9365
9366 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
9367
9368         * ps/ps-document.c: (get_page_box):
9369
9370         Fix page size calculation
9371
9372 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
9373
9374         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
9375         (ps_document_cleanup), (setup_pixmap), (get_page_box),
9376         (get_page_orientation), (setup_page), (document_load),
9377         (ps_document_get_page_size), (render_pixbuf_idle):
9378         * ps/ps-document.h:
9379
9380         More refactoring to adapt to EvDocument changes
9381
9382 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
9383
9384         * ps/ps-document.c: (start_interpreter):
9385
9386         Actually add alpha args
9387
9388 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
9389
9390         * pdf/ev-poppler.cc:
9391
9392         Make clipboard work again
9393
9394 2005-04-04  Kristian Høgsberg  <krh@redhat.com>
9395
9396         Make searching work again.
9397         
9398         * backend/ev-document.c:
9399         * backend/ev-document.h:
9400         * backend/ev-document-find.c:
9401         * backend/ev-document-find.h: Change EvDocumentIface so we no
9402         longer store the current page or zoom level in the document.  The
9403         consequence is that all calls that operate on the current page now
9404         instead take the page number as an extra argument, and all
9405         coordinates are now doubles in document coordinate system.
9406
9407         * pdf/ev-poppler.cc:
9408         * pixbuf/pixbuf-document.c:
9409         * ps/ps-document.c: Update backends accordingly.
9410
9411 2005-04-04  Marco Pesenti Gritti <marco@gnome.org>
9412
9413         * autogen.sh:
9414
9415         Add required gettext version
9416
9417 Sat Apr  2 18:57:00 2005  Jonathan Blandford  <jrb@redhat.com>
9418
9419         * shell/evwindow.c: Patch from Alberto Mesas <amesas@gmail.com> to
9420         make F1 bring up non-existent help.
9421
9422         * shell/eggfindbar.c: Patch from Christian Persch to sync to
9423         epiphany's find bar, #167477
9424
9425         * shell/ev-view.c (ev_view_jump): Patch from Emil Soleyman-Zomalan
9426         <emil@nishra.com> to add space-bar scrolling, 
9427
9428         * shell/ev-window.c (static GtkActionEntry entries): add default
9429         keybinding for Help (F1)
9430         Fixes #171068
9431
9432         * shell/ev-view.c (ev_view_show_cursor): Fix from Yuval Tanny
9433         changing EV_VIEW_CURSOR_LINK to EV_VIEW_CURSOR_NORMAL resolves bug
9434         170110
9435
9436 2005-04-01  David Malcolm  <dmalcolm@redhat.com>
9437
9438         * Makefile.am: 
9439         * pixbuf/pixbuf-document.c: 
9440
9441         Got pixbuf backend working again
9442
9443 2005-04-01  Steve Murphy  <murf@e-tools.com>
9444
9445         * configure.in: Added "rw" to ALL_LINGUAS.
9446
9447 Fri Apr  1 02:33:41 2005  Jonathan Blandford  <jrb@redhat.com>
9448
9449         * shell/ev-sidebar-links.c (create_loading_model): Fix mismatch in
9450         model types, noticed by Martin Kretzschmar.
9451
9452 2005-04-01  Kristian Høgsberg  <krh@redhat.com>
9453
9454         * pdf/ev-poppler.cc: Implement search based on
9455         poppler_page_find_text().  Currently a bit crude since we remember
9456         all matches from all pages.  Also, we grab the big document lock
9457         when we search since searching changes the underlying stream and
9458         thus conflicts with the rendering thread.
9459         
9460         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
9461         (jump_to_find_page), (ev_view_set_document), (ev_view_find_next),
9462         (ev_view_find_previous): Fix some page indexes to be 0 based,
9463         offset rubber band by view offset,
9464
9465 Fri Apr 01 09:21:12 2005  Pablo Saratxaga  <pablo@mandrakesoft.com>
9466
9467         * configure.ac: Added Walloon (wa) to ALL_LINGUAS.
9468
9469 Fri Apr  1 01:59:39 2005  Jonathan Blandford  <jrb@redhat.com>
9470
9471         * shell/ev-page-action.c: Changed to use page labels now.  Rewrote
9472         completely because I didn't understand GtkActions.  I should
9473         read Marco's code more carefully in the future.
9474
9475         * backend/ev-page-cache.h (ev_page_cache_set_page_label): New
9476         function
9477
9478 2005-03-31  Kristian Høgsberg  <krh@redhat.com>
9479
9480         * pdf/ev-poppler.cc (pdf_document_get_links): Update to work with
9481         PopplerRectangle change from poppler CVS.
9482
9483 Thu Mar 31 13:27:50 2005  Jonathan Blandford  <jrb@redhat.com>
9484
9485         * backend/ev-document.c: (ev_document_get_page_label):
9486         * backend/ev-document.h:
9487         * backend/ev-page-cache.c: (_ev_page_cache_new),
9488         (ev_page_cache_get_page_label):
9489         * backend/ev-page-cache.h:
9490         * pdf/ev-poppler.cc:
9491         * shell/ev-sidebar-links.c: (ev_sidebar_links_construct),
9492         (links_page_num_func):
9493         * shell/ev-sidebar-thumbnails.c:
9494         (ev_sidebar_thumbnails_set_document):
9495         * shell/ev-view.c: (status_message_from_link),
9496         (ev_view_motion_notify_event):
9497         * shell/ev-window.c: (document_supports_sidebar): Add in page
9498         label support.  It's not perfect yet, but it's the first 'feature'
9499         in a while.
9500         Also, fix a bogus comment noticed by crispin. 
9501
9502 Thu Mar 31 01:21:58 2005  Jonathan Blandford  <jrb@redhat.com>
9503
9504         * Makefile.am: Remove pixbuf backend for now
9505
9506         * configure.ac: Require poppler-glib instead of just poppler.
9507
9508         * backend/ev-document-thumbnails.h: Add a comment
9509
9510         * backend/ev-document.h:
9511         * backend/ev-document.c: (ev_document_class_init),
9512         (ev_document_load), (ev_document_get_link),
9513         (ev_document_get_links): Remove 3 methods and add get_links.
9514         Also, made 0 based.
9515
9516         * backend/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
9517         * backend/ev-jobs.h: now EvJobRender can grab the links for a document.
9518
9519         * backend/ev-link.c: (ev_link_set_title),
9520         (ev_link_mapping_free_foreach), (ev_link_mapping_free),
9521         (ev_link_mapping_find):
9522         * backend/ev-link.h: Allow NULL titles.  Also, introduce a mapping link.
9523         
9524         * backend/ev-page-cache.c: (ev_page_cache_init),
9525         (_ev_page_cache_new), (ev_page_cache_set_current_page),
9526         (ev_page_cache_get_size), (ev_page_cache_next_page),
9527         (ev_page_cache_prev_page): Fix to be 0 based.
9528
9529         * pdf/Makefile.am: 
9530         * pdf/ev-poppler.h:
9531         * pdf/ev-poppler.cc: New backend.
9532         
9533         * ps/ps-document.c: (ps_document_init), (ps_document_set_page),
9534         (ps_document_get_page), (ps_document_document_iface_init):
9535
9536         * shell/ev-pixbuf-cache.h:
9537         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
9538         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
9539         (ev_pixbuf_cache_update_range), (copy_job_to_job_info),
9540         (add_job_if_needed), (ev_pixbuf_cache_set_page_range),
9541         (ev_pixbuf_cache_get_pixbuf), (ev_pixbuf_cache_get_link_mapping):
9542         Fix up code to grab a page cache per each doc.  Also, fix to be 0
9543         based.
9544         
9545         * shell/ev-sidebar-thumbnails.c:
9546         (ev_sidebar_tree_selection_changed), (page_changed_cb),
9547         (ev_sidebar_thumbnails_set_document): Fix to be 0 based.
9548
9549         * shell/ev-view.c: (status_message_from_link),
9550         (find_page_at_location), (get_link_at_location),
9551         (ev_view_motion_notify_event), (ev_view_button_release_event),
9552         (ev_view_init): Use the new link code.  Fix to be 0 based.
9553
9554         * shell/ev-window.c: (update_action_sensitivity),
9555         (document_supports_sidebar): 0 based.
9556
9557 Fri Mar 25 16:55:58 2005  Jonathan Blandford  <jrb@redhat.com>
9558
9559         * pdf/pdf-document.cc: Patch from Fernando Herrera
9560         <fherrera@onirica.com> to fix my quick fix to get_thumbnail.
9561         *blush*
9562
9563 Wed Mar 23 23:49:41 2005  Jonathan Blandford  <jrb@redhat.com>
9564
9565         * pdf/pdf-document.cc (pdf_document_thumbnails_get_thumbnail): add
9566         1 to the page, as this seems to be 1 based.  I thought we has this
9567         fixed.  grump.
9568
9569 2005-03-23  Marco Pesenti Gritti <marco@gnome.org>
9570
9571         * TODO:
9572         * backend/Makefile.am:
9573         * backend/ev-document-links.c:
9574         (ev_document_links_has_document_links),
9575         (ev_document_links_get_links_model):
9576         * backend/ev-document-links.h:
9577         * backend/ev-document.c: (ev_document_get_page_cache),
9578         (ev_document_get_doc_mutex), (ev_document_load),
9579         (ev_document_save), (ev_document_get_title),
9580         (ev_document_get_n_pages), (ev_document_set_page),
9581         (ev_document_get_page), (ev_document_set_target),
9582         (ev_document_set_scale), (ev_document_set_page_offset),
9583         (ev_document_get_page_size), (ev_document_get_text),
9584         (ev_document_get_link), (ev_document_render),
9585         (ev_document_render_pixbuf), (ev_document_scale_changed):
9586         * backend/ev-document.h:
9587         * backend/ev-job-queue.c: (remove_object_from_queue),
9588         (notify_finished), (handle_job), (search_for_jobs_unlocked),
9589         (no_jobs_available_unlocked), (ev_render_thread),
9590         (ev_job_queue_init), (find_queue), (ev_job_queue_add_job),
9591         (ev_job_queue_remove_job):
9592         * backend/ev-job-queue.h:
9593         * backend/ev-jobs.c: (ev_job_init), (ev_job_dispose),
9594         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
9595         (ev_job_links_class_init), (ev_job_render_init),
9596         (ev_job_render_dispose), (ev_job_render_class_init),
9597         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
9598         (ev_job_thumbnail_class_init), (ev_job_finished),
9599         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
9600         (ev_job_render_run), (ev_job_thumbnail_new),
9601         (ev_job_thumbnail_run):
9602         * backend/ev-jobs.h:
9603         * backend/ev-link.c:
9604         * backend/ev-link.h:
9605         * backend/ev-page-cache.c: (ev_page_cache_init),
9606         (ev_page_cache_class_init), (ev_page_cache_finalize),
9607         (_ev_page_cache_new), (ev_page_cache_get_n_pages),
9608         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
9609         (ev_page_cache_set_link), (ev_page_cache_get_title),
9610         (ev_page_cache_get_size), (ev_page_cache_next_page),
9611         (ev_page_cache_prev_page):
9612         * backend/ev-page-cache.h:
9613         * pdf/pdf-document.cc:
9614         * ps/gsdefaults.c:
9615         * ps/gsdefaults.h:
9616         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
9617         (push_pixbuf), (interpreter_failed), (ps_document_cleanup),
9618         (ps_document_widget_event), (ps_document_finalize), (get_xdpi),
9619         (get_ydpi), (setup_pixmap), (setup_page), (close_pipe),
9620         (is_interpreter_ready), (output), (catchPipe), (input),
9621         (start_interpreter), (check_filecompressed), (compute_dimensions),
9622         (ps_document_enable_interpreter), (document_load),
9623         (ps_document_next_page), (render_page), (ps_document_set_page),
9624         (ps_document_set_scale), (render_pixbuf_idle),
9625         (ps_document_render_pixbuf), (ps_document_document_iface_init):
9626         * ps/ps-document.h:
9627         * shell/Makefile.am:
9628         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
9629         (ev_pixbuf_cache_class_init), (ev_pixbuf_cache_finalize),
9630         (dispose_cache_job_info), (ev_pixbuf_cache_dispose),
9631         (ev_pixbuf_cache_new), (job_finished_cb),
9632         (check_job_size_and_unref), (move_one_job),
9633         (ev_pixbuf_cache_update_range), (find_job_cache),
9634         (ev_pixbuf_cache_clear_job_sizes), (add_job_if_needed),
9635         (ev_pixbuf_cache_add_jobs_if_needed),
9636         (ev_pixbuf_cache_set_page_range), (ev_pixbuf_cache_get_pixbuf):
9637         * shell/ev-pixbuf-cache.h:
9638         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
9639         (idle_print_handler):
9640         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
9641         (selection_changed_cb), (create_loading_model),
9642         (ev_sidebar_links_construct), (links_page_num_func),
9643         (ev_sidebar_links_clear_document), (update_page_callback_foreach),
9644         (update_page_callback), (job_finished_cb),
9645         (ev_sidebar_links_set_document):
9646         * shell/ev-sidebar-thumbnails.c:
9647         (ev_sidebar_thumbnails_class_init), (adjustment_changed_cb),
9648         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init),
9649         (page_changed_cb), (thumbnail_job_completed_callback),
9650         (ev_sidebar_thumbnails_set_document):
9651         * shell/ev-sidebar-thumbnails.h:
9652         * shell/ev-sidebar.c: (ev_sidebar_set_document):
9653         * shell/ev-view.c: (ev_view_finalize), (ev_view_destroy),
9654         (ev_view_get_offsets), (ev_view_size_request), (ev_view_realize),
9655         (ev_view_unrealize), (highlight_find_results), (expose_bin_window),
9656         (ev_view_select_all), (ev_view_copy), (ev_view_primary_get_cb),
9657         (ev_view_create_invisible_cursor), (ev_view_motion_notify_event),
9658         (ev_view_button_release_event), (ev_view_scroll_view),
9659         (ev_view_class_init), (ev_view_init), (update_find_status_message),
9660         (jump_to_find_result), (jump_to_find_page), (find_changed_cb),
9661         (ev_view_new), (job_finished_cb), (page_changed_cb),
9662         (ev_view_set_document), (go_to_link), (ev_view_zoom),
9663         (size_to_zoom_factor), (ev_view_set_size), (ev_view_find_next),
9664         (ev_view_find_previous):
9665         * shell/ev-view.h:
9666         * shell/ev-window.c: (update_action_sensitivity),
9667         (ev_window_open_page), (update_window_title), (update_total_pages),
9668         (page_changed_cb), (ev_window_setup_document),
9669         (password_dialog_response), (ev_window_cmd_save_as),
9670         (ev_window_print), (ev_window_cmd_go_previous_page),
9671         (ev_window_cmd_go_next_page), (ev_window_cmd_go_first_page),
9672         (ev_window_cmd_go_last_page), (ev_window_cmd_view_reload),
9673         (find_bar_search_changed_cb), (goto_page_cb), (ev_window_init):
9674         * shell/main.c: (main):
9675
9676         Merge evince-threads branch
9677
9678 2005-03-16  Žygimantas Beručka  <uid0@akl.lt>
9679
9680         * configure.ac: Added "lt" to ALL_LINGUAS.
9681
9682 2005-03-14  Marco Pesenti Gritti  <marco@gnome.org>
9683
9684         * NEWS:
9685         * configure.ac:
9686
9687         Release 0.1.9
9688
9689 2005-03-13  Fernando Herrera  <fherrera@onirica.com>
9690
9691         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9692
9693         Fix here also the thumbnails 1-basedness :)
9694
9695 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
9696
9697         * NEWS:
9698         * configure.ac:
9699
9700         Release 0.1.8
9701
9702 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
9703
9704         * pdf/pdf-document.cc:
9705         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
9706         (do_one_iteration), (ev_sidebar_thumbnails_set_document):
9707
9708         Fix the mess we did with thumbnails and 1-basedness
9709
9710 2005-03-12  Changwoo Ryu  <cwryu@debian.org>
9711
9712         * configure.ac (ALL_LINGUAS): Added "ko" (Korean).
9713
9714 2005-03-09  Marco Pesenti Gritti  <marco@gnome.org>
9715
9716         * NEWS:
9717         * configure.ac:
9718
9719         Release 0.1.7
9720
9721 2005-03-08  Marco Pesenti Gritti  <marco@gnome.org>
9722
9723         * ps/Makefile.am:
9724         * ps/gsdefaults.c: (gtk_gs_defaults_get_interpreter_cmd),
9725         (gtk_gs_defaults_get_alpha_parameters),
9726         (gtk_gs_defaults_get_ungzip_cmd),
9727         (gtk_gs_defaults_get_unbzip2_cmd):
9728         * ps/gsdefaults.h:
9729         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
9730         (ps_document_get_orientation), (document_load),
9731         (ps_document_goto_page), (ps_document_set_page_size):
9732         * ps/ps-document.h:
9733
9734         Some more sanitization of the ps backend. Remove a lot
9735         of unused code and do not base our defaults on ggv
9736         preferences (ugh!)
9737
9738 2005-03-08  Fernando Herrera  <fherrera@onirica.com>
9739
9740         * thumbnailer/evince-thumbnailer.schemas:
9741         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
9742         (main): add -s option for thumbnail size.
9743
9744 2005-03-07  Christian Persch  <chpe@cvs.gnome.org>
9745
9746         * configure.ac:
9747
9748         AC_PROG_RANLIB is rendered obsolete by AC_PROG_LIBTOOL;
9749         remove it.
9750
9751 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
9752
9753         * pdf/pdf-document.cc:
9754
9755         Remove 4 pixels of useless border from the
9756         thumbnail.
9757
9758 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
9759
9760         * backend/ev-document-thumbnails.c:
9761         (ev_document_thumbnails_get_thumbnail):
9762         * backend/ev-document-thumbnails.h:
9763
9764         Rework API a bit. Add a border flag and
9765         change sizing logic (now the size we specify
9766         applies to the bigger dimension).
9767
9768         * pdf/pdf-document.cc:
9769         * pixbuf/pixbuf-document.c:
9770         (pixbuf_document_thumbnails_get_thumbnail):
9771         * shell/ev-sidebar-thumbnails.c: (do_one_iteration):
9772         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9773
9774         Adapt to the new API and do not draw a border for nautilus
9775         thumbnailer.
9776
9777 2005-03-03  Fernando Herrera  <fherrera@onirica.com>
9778
9779         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9780         take thumbnails from page "0" instead of "1". Added a copyright header.
9781
9782 2005-03-03  Jens Granseuer  <jensgr@gmx.net>
9783
9784         * ps/ps-document.c: (set_up_page), (start_interpreter):
9785
9786         Make it C89 compliant
9787
9788 2005-03-03  Marco Pesenti Gritti  <marco@gnome.org>
9789
9790         * Makefile.am:
9791         * configure.ac:
9792         * pdf/.cvsignore:
9793         * pdf/pdf-document.cc:
9794         * thumbnailer/Makefile.am:
9795         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
9796         (main):
9797         * thumbnailer/evince-thumbnailer.schemas:
9798         * thumbnailer/pdf-icon.png:
9799
9800         Add a nautilus thumbnailer.
9801         Based on patch by Fernando Herrera <fherrera@onirica.com>.
9802
9803 2005-03-02  Marco Pesenti Gritti  <marco@gnome.org>
9804
9805         * NEWS:
9806         * configure.ac:
9807         * po/POTFILES.in:
9808
9809         Release 0.1.6
9810
9811 2005-03-01  Kristian Høgsberg  <krh@redhat.com>
9812
9813         Use poppler instead of including xpdf source code.  Poppler is a
9814         fork of xpdf to build it as a shared library. See
9815         http://freedesktop.org/wiki/Software/poppler.
9816
9817         * pdf/xpdf/*, pdf/goo/*, pdf/splash/*, pdf/fofi/*: Remove included
9818         xpdf fork.
9819         
9820         * pdf/Makefile.am: Build libpdfdocument.a here.
9821         
9822         * pdf/GDKSplashOutputDev.cc:
9823         * pdf/GDKSplashOutputDev.h:
9824         * pdf/GnomeVFSStream.cc:
9825         * pdf/GnomeVFSStream.h:
9826         * pdf-document.cc:
9827         * pdf-document.h:
9828         * test-gdk-output-dev.cc
9829         * Thumb.cc:
9830         * Thumb.h: Pull these files out of pdf/xpdf and adjust to compile
9831         against poppler.
9832
9833 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
9834
9835         * shell/ev-sidebar-links.c: (ev_sidebar_links_clear_document):
9836
9837         Clear idle stack before unsetting the document
9838
9839 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
9840
9841         * ps/ps-document.c: (ps_document_widget_event),
9842         (ps_document_set_target), (ps_document_finalize),
9843         (ps_document_get_page):
9844
9845         Disconnect the widget event signal on finalize.
9846         Some code cleanups.
9847
9848 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
9849
9850         * ps/ps-document.c: (set_up_page):
9851
9852         If there is no bpixmap create one, even if size
9853         is not changed.
9854
9855 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
9856
9857         * ps/ps-document.c: (ps_document_init), (ps_document_cleanup),
9858         (set_up_page), (document_load), (ps_document_set_zoom):
9859
9860         Default page is 0. Calculate size even when we have no
9861         target yet.
9862
9863 2005-02-28  Carlos Garcia Campos <carlosgc@gnome.org>
9864
9865         * shell/ev-sidebar.c: expand the selection widget to be always as
9866         wide as the sidebar
9867
9868 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
9869
9870         * shell/ev-sidebar-thumbnails.c:
9871         (ev_sidebar_thumbnails_set_document):
9872
9873         Clear the list store when setting document
9874
9875 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
9876
9877         * shell/ev-page-action.c: (update_entry), (sync_entry),
9878         (activate_cb), (entry_size_request_cb), (create_tool_item),
9879         (connect_proxy):
9880
9881         Use an entry for the page control instead of spinbuttons
9882
9883 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
9884
9885         * data/evince.schemas.in:
9886
9887         Correct confusing string
9888
9889 Sun Feb 27 23:00:31 2005  Jonathan Blandford  <jrb@redhat.com>
9890
9891         * shell/ev-sidebar-links.c (do_one_iteration): Handle title links
9892         for real.  Gosh, how long has this been broken.
9893
9894         * pdf/xpdf/pdf-document.cc (build_link_from_action): add back the
9895         check for a NULL link.  We crash otherwise.
9896
9897 2005-02-27  Marco Pesenti Gritti  <marco@gnome.org>
9898
9899         * NEWS:
9900         * configure.ac:
9901
9902         Release 0.1.5
9903
9904 2005-02-25  Sebastien Bacher  <seb128@debian.org>
9905
9906         * configure.ac: add the french translation.
9907
9908 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
9909
9910         * shell/ev-window.c:
9911
9912         Remove unused header -> fix distcheck
9913
9914 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
9915
9916         * shell/ev-window.c: (update_window_title),
9917         (ev_window_popup_password_dialog):
9918
9919         Unescape filename for display
9920
9921 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
9922
9923         * pdf/xpdf/pdf-document.cc:
9924
9925         In get_page_size deal with rotation. Also
9926         cleanup the function a bit.
9927
9928 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
9929
9930         * pdf/xpdf/pdf-document.cc:
9931
9932         Fix crash when opening in new window
9933
9934 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
9935
9936         * configure.ac:
9937
9938         Check ghostscript >= 7
9939
9940 2005-02-25  Pedro Villavicencio <pvillavi@gnome.cl>
9941
9942         * shell/ev-window.c:
9943
9944         Make page width the default sizing mode
9945
9946 2005-02-25  Carlos Garcia Campos <carlosgc@gnome.org>
9947         Marco Pesenti Gritti <marco@gnome.org>
9948
9949         * shell/ev-window.c: Remember the sidebar size
9950
9951         * data/evince.schemas.in: Add a new gconf key to store the size of
9952         the sidebar
9953
9954 2005-02-24  Kai Willadsen  <kaiw@itee.uq.edu.au>
9955
9956         * data/evince-ui.xml:
9957         * shell/ev-window.c: (update_action_sensitivity),
9958         (ev_window_cmd_view_reload):
9959         
9960         Add a "Reload" action and menu entry
9961
9962 Thu Feb 24 23:07:33 2005  Jonathan Blandford  <jrb@redhat.com>
9963
9964         * shell/ev-window.c (hide_sidebar_and_actions): Hide the sidebar
9965         iff the type doesn't support thumbnailing and indexing.
9966
9967 2005-02-24  Martin Kretzschmar  <martink@gnome.org>
9968
9969         * configure.ac (ALL_LINGUAS): Added "zh_TW" (Traditional Chinese).
9970
9971 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
9972
9973         * pdf/splash/Splash.cc:
9974
9975         Port fix for a crasher from kde bug
9976         http://bugs.kde.org/show_bug.cgi?id=97131
9977
9978 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
9979
9980         * pdf/xpdf/pdf-document.cc:
9981
9982         Return a link even if it's of an unrecognized
9983         type. Otherwise we go in an infinte cycle.
9984
9985 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
9986
9987         * shell/ev-window.c: (update_sizing_buttons), (update_view_size),
9988         (size_allocate_cb), (ev_window_set_sizing_mode):
9989
9990         Update size when switching mode
9991
9992 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
9993
9994         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
9995         (ev_window_cmd_view_page_width), (update_sizing_buttons),
9996         (ev_window_cmd_view_normal_size):
9997
9998         Fix size toggle buttons behavior
9999
10000 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10001
10002         * shell/ev-view.c: (ev_view_get_offsets), (view_rect_to_doc_rect),
10003         (doc_rect_to_view_rect), (ev_view_size_allocate),
10004         (expose_bin_window), (ev_view_select_all), (page_changed_callback),
10005         (scale_changed_callback):
10006
10007         Do not cache offsets in size_allocate.
10008
10009 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10010
10011         * shell/ev-view.c: (ev_view_size_allocate):
10012
10013         Calculate offsets before calling the parent
10014         class (which does a redraw)
10015
10016 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10017
10018         * pdf/xpdf/pdf-document.cc:
10019
10020         Fix a crasher on exit. Unused code, put a TODO
10021
10022 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10023
10024         * backend/ev-document.c: (ev_document_class_init),
10025         (ev_document_page_changed), (ev_document_scale_changed):
10026         * backend/ev-document.h:
10027
10028         Separate page/scale notifications
10029
10030         * pdf/xpdf/pdf-document.cc:
10031
10032         Emit the new signals.
10033         Do not display the pdf page in _render, do it
10034         when scale/page are requested.
10035
10036         * ps/ps-document.c: (ps_document_set_zoom),
10037         (ps_document_widget_event):
10038         * ps/ps-document.h:
10039
10040         Emit the new signals.
10041
10042         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
10043         (ev_view_init), (page_changed_callback), (scale_changed_callback),
10044         (ev_view_set_document), (ev_view_zoom), (ev_view_zoom_in),
10045         (ev_view_zoom_out), (size_to_zoom_factor), (ev_view_set_size):
10046         * shell/ev-view.h:
10047         * shell/ev-window.c: (ev_window_cmd_view_normal_size),
10048         (ev_window_cmd_view_page_width), (size_allocate_cb),
10049         (ev_window_set_sizing_mode):
10050
10051         Rework sizing to be pixel based.
10052         There are bugs but should be already way better.
10053
10054 2005-02-23  Marco Pesenti Gritti  <marco@gnome.org>
10055
10056         * shell/ev-window.c: (ev_window_init):
10057
10058         Do not allow to shrink sidebar smaller then
10059         child requisition
10060
10061 2005-02-23  Carlos Garcia Campos <carlosgc@gnome.org> 
10062
10063         * shell/ev-sidebar.[ch]
10064         * shell/ev-window.c:
10065
10066         Improved sidebar widget. Fixes #166683
10067
10068 2005-02-23  Tommi Vainikainen  <thv@iki.fi>
10069
10070         * shell/ev-view.c (update_find_status_message): Give translators
10071         more flexibility with ngettext plural handling.
10072
10073 Mon Feb 21 17:52:08 2005  Jonathan Blandford  <jrb@redhat.com>
10074
10075         * pdf/xpdf/pdf-document.cc (pdf_document_get_page_size): Patch
10076         from Crispin Flowerday <gnome@flowerday.cx> to avoid rendering the
10077         page when we get the page size.
10078
10079 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
10080
10081         * ps/ps-document.c: (ps_document_set_page), (ps_document_get_page):
10082
10083         ps pages are 0 based, convert 
10084
10085 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
10086
10087         * ps/ps-document.c: (ps_document_class_init), (ps_document_load):
10088
10089         Initialize correct parent class. Set GError on document load
10090
10091 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
10092
10093         * pdf/xpdf/pdf-document.cc:
10094
10095         Fixup selection offset calculation
10096
10097         * shell/ev-view.c: (view_rect_to_doc_rect),
10098         (doc_rect_to_view_rect), (ev_view_size_allocate),
10099         (expose_bin_window), (ev_view_select_all), (ev_view_copy),
10100         (ev_view_primary_get_cb), (ev_view_motion_notify_event):
10101
10102         Store selection as document relative, so that zooming
10103         and offset changing doesnt break it.
10104
10105 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
10106
10107         * shell/ev-view.c: (ev_view_best_fit):
10108
10109         Do not try to best fit if the view is not realized
10110
10111 2005-02-20  Kostas Papadimas <pkst@gnome.org>
10112           
10113         * configure.ac (ALL_LINGUAS): Added "el" (Greek).
10114
10115 Fri Feb 18 16:06:39 2005  Jonathan Blandford  <jrb@redhat.com>
10116
10117         * shell/ev-window.c (ev_window_focus_in_event): missed a case.
10118
10119 Fri Feb 18 15:32:57 2005  Jonathan Blandford  <jrb@redhat.com>
10120
10121         * shell/ev-window.c: Change the fullscreen toolbar to always be in
10122         the popup window.  That prevents it resizing when in full screen
10123         mode.
10124
10125         * shell/ev-view.c: Change Zoom epsilon as a bad hack to avoid
10126         multiple rerenders.  This pretty much sucks.
10127
10128         * data/evince-ui.xml: Change the fullscreen toolbar to include the
10129         rest of the toolbar.
10130
10131 2005-02-18  Tommi Vainikainen  <thv@iki.fi>
10132
10133         * configure.ac (ALL_LINGUAS): Added "fi" (Finnish).
10134
10135 2005-02-17  Alexander Shopov  <ash@contact.bg>
10136
10137         * configure.in (ALL_LINGUAS): Added "bg" (Bulgarian)
10138
10139 2005-02-16  Bryan Clark  <clarkbw@cvs.gnome.org>
10140
10141         * shell/ev-window.c: added ellipsis to Print item. Fixes bug 166915
10142
10143 2005-02-16  Marco Pesenti Gritti  <marco@gnome.org>
10144
10145         * shell/ev-view.c: (ev_view_realize), (highlight_find_results),
10146         (ev_view_create_invisible_cursor), (ev_view_set_cursor),
10147         (set_document_page), (document_changed_callback),
10148         (ev_view_set_document), (ev_view_find_previous),
10149         (ev_view_hide_cursor), (ev_view_show_cursor):
10150         * shell/ev-view.h:
10151         * shell/ev-window.c: (update_chrome_visibility),
10152         (fullscreen_timeout_cb), (fullscreen_set_timeout),
10153         (fullscreen_clear_timeout), (fullscreen_motion_notify_cb),
10154         (fullscreen_leave_notify_cb), (ev_window_fullscreen),
10155         (ev_window_unfullscreen):
10156         * shell/main.c: (main):
10157
10158         Automatically hide the fullscreen button.
10159         Patch by Kristian Høgsberg <krh@redhat.com>
10160
10161 2005-02-16  Vincent Noel  <vnoel@cox.net>
10162
10163         * shell/main.c (main): Specify an icon for the window. Patch by
10164         Jaap A. Haitsma. Fixes #166177.
10165
10166 Wed Feb 16 06:30:13 2005  Jonathan Blandford  <jrb@redhat.com>
10167
10168         * shell/ev-view.c (ev_view_realize): get rid of the black flash.
10169
10170 Tue Feb 15 22:27:13 2005  Jonathan Blandford  <jrb@redhat.com>
10171
10172         * backend/ev-document-misc.h:
10173         * backend/ev-document-misc.c:
10174         (ev_document_misc_get_page_border_size),
10175         (ev_document_misc_paint_one_page): New function to canonicalize
10176         sizing/painting a border.
10177
10178         * shell/Makefile.am: Remove ev-page-view.c entirely as it's not
10179         used.
10180
10181         * pdf/xpdf/pdf-document.cc: use new function
10182
10183         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
10184         (ev_view_init), (ev_view_set_mode), (ev_view_zoom),
10185         (ev_view_best_fit), (ev_view_fit_width): * shell/ev-view.h: *
10186         shell/ev-window.c: (update_sizing_buttons),
10187         (ev_window_setup_document), (ev_window_cmd_view_zoom_in),
10188         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_best_fit),
10189         (ev_window_cmd_view_page_width), (size_allocate_cb),
10190         (ev_window_set_sizing_mode), (ev_window_init): make the "best fit"
10191         and "fit width" values act as toggle buttons so they stay
10192         toggled.  It's not 100% perfect, and it's a little slow, but it's
10193         good enough to commit I think.
10194
10195 2005-02-15  David Lodge  <dave@cirt.net>
10196
10197         * configure.ac (ALL_LINGUAS): Added "en_GB" (English (British)).
10198
10199 2005-02-15  Martin Kretzschmar  <martink@gnome.org>
10200
10201         * shell/ev-window.c (update_window_title): replace newlines in
10202         the title by spaces. Bug #166107.
10203
10204 2005-02-14  Martin Kretzschmar  <martink@gnome.org>
10205
10206         * shell/ev-view.c (ev_view_best_fit, ev_view_fit_width): add
10207         parameters providing allocation width and height without
10208         scrollbars and width of a possible vertical scrollbar. With this
10209         additional information the functions can work as
10210         intended. Unfortunately they're not idempotent. We should
10211         transform these commands to toggles. Fixes Bug #164976
10212         Initial patch by Stephane Loeuillet, then heavily modified.
10213
10214         * shell/ev-view.h: update prototypes.
10215
10216         * shell/ev-window.c (ev_window_cmd_view_best_fit)
10217         (ev_window_cmd_view_page_width): provide EvView fit functions with
10218         all the information they need. Formulas to calculate this
10219         information taken from GtkScrolledWindow.
10220
10221 2005-02-14  Crispin Flowerday  <gnome@flowerday.cx>
10222
10223         * shell/ev-sidebar-thumbnails.c: Ensure that after we have
10224         created a thumbnail, the list store is updated to know
10225         that the thumbnail is set. Fixes bug #166792
10226
10227 2005-02-11  Bryan Clark  <clarkbw@cvs.gnome.org>
10228
10229         * shell/ev-window.c: fixed typo, closes bug 166897
10230
10231         * TODO: updated TODO with bug numbers that are relevant
10232
10233 2005-02-09  Carlos Garcia Campos <carlosgc@gnome.org>
10234
10235         * shell/ev-window.c: Support for DnD of files. Fixes #164813
10236
10237 2005-02-09  Vincent Noel  <vnoel@cox.net>
10238
10239         * shell/ev-window.c: (set_action_properties): Set the "Previous"
10240         and "Next" toolbar buttons as important to make them stand out.
10241
10242 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
10243
10244         * lib/ev-debug.c:
10245         * lib/ev-debug.h:
10246         * ps/ps-document.c: (ps_document_finalize), (set_up_page),
10247         (start_interpreter), (stop_interpreter), (document_load),
10248         (ps_document_next_page), (ps_document_goto_page),
10249         (ps_document_set_page_size), (ps_document_widget_event),
10250         (ps_document_render):
10251         * shell/ev-page-view.c: (ev_page_view_dispose):
10252         * shell/ev-view.c: (ev_view_finalize), (expose_bin_window):
10253
10254         Fix compilation on non-gcc platforms
10255
10256 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
10257
10258         * NEWS:
10259         * configure.ac:
10260
10261         Release 0.1.4
10262
10263         * pdf/xpdf/Catalog.cc:
10264         * pdf/xpdf/XRef.cc:
10265
10266         Fix the fix for CAN-2004-0888
10267
10268 2005-02-09  Luca Ferretti <elle.uca@libero.it>
10269
10270         * data/Makefile.am:
10271         * data/evince-ui.xml:
10272         * shell/ev-stock-icons.c: (ev_stock_icons_init):
10273         * shell/ev-stock-icons.h:
10274         * shell/ev-window.c: (update_action_sensitivity),
10275         (ev_window_cmd_go_previous_page), (ev_window_cmd_go_next_page),
10276         (set_action_properties):
10277
10278         Improve toolbar layout/icons
10279
10280 2005-02-08  Marco Pesenti Gritti  <marco@gnome.org>
10281
10282         * pdf/xpdf/pdf-document.cc:
10283
10284         Add warnings about unimplemented/unknown link
10285         types.
10286
10287 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
10288
10289         * ps/ps-document.c: (set_up_page):
10290
10291         Log gs property
10292
10293 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
10294
10295         * ps/ps-document.c: (start_interpreter):
10296
10297         Log gs env var
10298
10299 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
10300
10301         * shell/ev-page-view.c: (ev_page_view_dispose):
10302         * shell/ev-view.c: (ev_view_finalize):
10303         * shell/ev-window.c: (ev_window_setup_document),
10304         (ev_window_dispose), (ev_window_init):
10305
10306         Solve more refs issues.
10307
10308         I commented out the page_view initialization for now:
10309         it was never destroyed (because it's never added
10310         to a container). Because of that we was leaking
10311         gs processes. Couldnt think to a clean fix.
10312         We need to figure this out, password view has the
10313         same issue probably.
10314
10315 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
10316
10317         * ps/ps-document.c: (ps_document_finalize),
10318         (ps_document_get_n_pages), (ps_document_get_page):
10319
10320         Some cleanups, stop the interpreter on finalize
10321
10322         * shell/ev-page-view.c: (ev_page_view_dispose),
10323         (ev_page_view_class_init):
10324
10325         Release our reference on the document
10326
10327 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
10328
10329         * Makefile.am:
10330         * configure.ac:
10331         * doc/debugging.txt:
10332         * lib/.cvsignore:
10333         * lib/Makefile.am:
10334         * lib/ev-debug.c: (log_module), (trap_handler), (ev_debug_init),
10335         (ev_profiler_new), (ev_should_profile), (ev_profiler_dump),
10336         (ev_profiler_free), (ev_profiler_start), (ev_profiler_stop):
10337         * lib/ev-debug.h:
10338
10339         Add debugging helpers
10340
10341         * ps/Makefile.am:
10342         * ps/ps-document.c: (set_up_page), (start_interpreter),
10343         (stop_interpreter), (document_load), (ps_document_next_page),
10344         (ps_document_goto_page), (ps_document_set_page_size),
10345         (ps_document_widget_event), (ps_document_render):
10346         * shell/Makefile.am:
10347         * shell/ev-view.c: (expose_bin_window):
10348         * shell/main.c: (main):
10349
10350         Add some logs
10351         
10352 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
10353
10354         * ps/ps-document.c: (ps_document_widget_event):
10355
10356         Initialize message_window, this should make ps
10357         rendering really work! (Never noticed because I was
10358         testing with a ps that is causing gs to exit every time!)
10359
10360 2005-02-07  Bryan Clark  <clarkbw@cvs.gnome.org>
10361
10362         * data/evince.schemas.in: updated simple error in applyto closing tag
10363
10364 2005-02-07  Christian Persch  <chpe@cvs.gnome.org>
10365
10366         * Makefile.am:
10367         * configure.ac:
10368         * data/.cvsignore:
10369         * data/Makefile.am:
10370         * data/evince-ui.xml:
10371         A data/evince.schemas.in:
10372         * po/POTFILES.in:
10373         * shell/ev-stock-icons.c: (ev_stock_icons_init):
10374         * shell/ev-stock-icons.h:
10375         * shell/ev-window.c: (update_chrome_visibility),
10376         (update_chrome_flag), (ev_window_cmd_edit_find),
10377         (ev_window_update_fullscreen_popup), (ev_window_fullscreen),
10378         (ev_window_unfullscreen), (ev_window_focus_in_event),
10379         (ev_window_focus_out_event), (ev_window_cmd_leave_fullscreen),
10380         (ev_window_view_toolbar_cb), (ev_window_view_statusbar_cb),
10381         (ev_window_view_sidebar_cb), (find_bar_close_cb),
10382         (ev_window_dispose), (ev_window_class_init),
10383         (set_action_properties), (set_chrome_actions), (load_chrome),
10384         (ev_window_init):
10385
10386         Implement fullscreen mode changes from bug #164776.
10387         Also implement persistent chrome toggles.
10388
10389 2005-02-07  Jordi Mallach  <jordi@sindominio.net>
10390
10391         * configure.ac (ALL_LINGUAS): Added "ca" (Catalan).
10392
10393 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
10394
10395         * NEWS:
10396         * configure.ac:
10397         * shell/ev-view.c:
10398
10399         Add another check for find interface
10400
10401         Release 0.1.3
10402
10403 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
10404
10405         * shell/ev-application.c: (ev_application_open):
10406         * shell/ev-window.c: (ev_window_open):
10407
10408         Open gzipped ps documents
10409
10410 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
10411
10412         * TODO:
10413         * shell/ev-view.c: (set_document_page):
10414
10415         Clamp page number, dont try to move to
10416         not existant pages.
10417
10418 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
10419
10420         * backend/ev-document-find.c: (ev_document_find_changed):
10421         * backend/ev-document-find.h:
10422         * pdf/xpdf/pdf-document.cc:
10423         * shell/ev-view.c: (jump_to_find_result), (ev_view_set_document):
10424         * shell/ev-window.c: (find_bar_search_changed_cb):
10425
10426         Fix several bugs with find
10427
10428 2005-02-04  Martin Kretzschmar  <martink@gnome.org>
10429
10430         * shell/ev-sidebar-thumbnails.c
10431         (ev_sidebar_thumbnails_select_page): do nothing unless we have a
10432         document. Prevents warning from scroll_to_cell.
10433
10434 2005-02-02  Kjartan Maraas  <kmaraas@gnome.org>
10435
10436         * configure.ac: Add «nb» to ALL_LINGUAS too.
10437
10438 Wed Feb  2 21:13:11 2005  Jonathan Blandford  <jrb@redhat.com>
10439
10440         * NOTES: New file with some random thoughts.
10441
10442         * TODO: Update.
10443
10444         * backend/ev-document-misc.c:
10445         (ev_document_misc_get_page_border_size): New function to
10446         canonicalize shadow drawing sizes.  Possibly goofy.
10447
10448         * shell/ev-view.c: (ev_view_size_request), (set_document_page),
10449         (ev_view_best_fit), (ev_view_fit_width):
10450         * pdf/xpdf/pdf-document.cc:
10451         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
10452         * ps/ps-document.c: (ps_document_get_page_size):
10453         * backend/ev-document-misc.h:
10454         * backend/ev-document.c: (ev_document_get_page_size):
10455         * backend/ev-document.h: get_page_size now takes a page number
10456         parameter.  Made all the backends/frontends honor it.
10457
10458         * data/evince-ui.xml: Added a multiple-page mode.  Uncomment to
10459         see.  Doesn't work yet.
10460
10461         * shell/Makefile.am:
10462         * shell/ev-page-view.[ch]: New multi-page view.  Really rough.
10463         Doesn't do anything yet.
10464
10465         * shell/ev-sidebar-thumbnails.c:
10466         (ev_sidebar_thumbnails_set_document): [1..n_pages] instead of
10467         [0..n_pages-1]
10468
10469         * shell/ev-window.c: (update_action_sensitivity),
10470         (ev_window_setup_document), (ev_window_set_page_mode),
10471         (ev_window_page_mode_cb), (ev_window_init): Clean up the
10472         view-swapping code a bit so we can have multiple views on a
10473         document.  Add the multi-page view, though it can't be turned on
10474         yet.
10475
10476 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
10477
10478         * shell/ev-application.c: (ev_application_open):
10479         * shell/ev-view.c: (expose_bin_window):
10480         * shell/ev-window.c: (ev_window_open):
10481
10482         Support eps and check document supports find
10483         before drawing highlightings in expose.
10484
10485 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
10486
10487         * pixbuf/pixbuf-document.c:
10488         (pixbuf_document_thumbnails_get_dimensions),
10489         (pixbuf_document_document_thumbnails_iface_init):
10490
10491         implement get_dimensions
10492
10493 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
10494
10495         * NEWS:
10496         * configure.ac:
10497
10498         Release 0.1.2
10499
10500 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
10501
10502         * shell/ev-view.c: (set_document_page):
10503
10504         Scroll at the top of the page when changing page
10505
10506 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
10507
10508         * shell/ev-view.c: (ev_view_motion_notify_event):
10509
10510         Do not redraw unnecessarily
10511
10512 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
10513
10514         * pdf/xpdf/pdf-document.cc:
10515         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
10516         (expose_bin_window), (find_changed_cb):
10517
10518         Yay! find works now... Now to find bugs...
10519
10520 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
10521
10522         * backend/ev-document-find.c: (ev_document_find_base_init),
10523         (ev_document_find_changed):
10524         * backend/ev-document-find.h:
10525         * pdf/xpdf/pdf-document.cc:
10526         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
10527         (expose_bin_window), (ev_view_init), (set_document_page),
10528         (ensure_rectangle_is_visible), (jump_to_find_result),
10529         (jump_to_find_page), (find_changed_cb), (ev_view_set_document),
10530         (ev_view_find_next), (ev_view_find_previous):
10531         * shell/ev-view.h:
10532         * shell/ev-window.c: (find_bar_previous_cb), (find_bar_next_cb):
10533
10534         More work on find implementation, mostly there now
10535
10536 2005-01-29  Marco Pesenti Gritti  <marco@gnome.org>
10537
10538         * backend/ev-backend-marshalers.list:
10539         * backend/ev-document-find.c: (ev_document_find_base_init),
10540         (ev_document_find_cancel), (ev_document_find_page_has_results),
10541         (ev_document_find_get_n_results), (ev_document_find_get_result),
10542         (ev_document_find_get_progress), (ev_document_find_changed):
10543         * backend/ev-document-find.h:
10544
10545         Enanche the find interface to be really able to do
10546         multi page find.
10547
10548         * pdf/xpdf/pdf-document.cc:
10549
10550         Implement
10551
10552         * shell/ev-view.c: (ev_view_finalize), (highlight_find_results),
10553         (expose_bin_window), (ev_view_init),
10554         (ev_view_get_find_status_message), (find_changed_cb),
10555         (ev_view_set_document), (set_document_page):
10556
10557         Adapt to the new interface. A few things are regressed sorry,
10558         I will finish it soon.
10559
10560 2005-01-28  Martin Kretzschmar  <martink@gnome.org>
10561
10562         * shell/ev-sidebar-thumbnails.c (ev_sidebar_thumbnails_destroy)
10563         (ev_sidebar_thumbnails_class_init): use G_DEFINE_TYPE-supplied
10564         ev_sidebar_thumbnails_parent_class variable, don't define another
10565         parent_class variable.
10566
10567         * shell/ev-page-action.c (connect_proxy, ev_page_action_finalize)
10568         (ev_page_action_class_init): ditto.
10569
10570         * pixbuf/pixbuf-document.c (pixbuf_document_finalize)
10571         (pixbuf_document_class_init): ditto.
10572
10573         * backend/ev-link.c (ev_window_dispose, ev_link_class_init):
10574         ditto.
10575
10576         * .cvsignore: ignore various valgrind output files.
10577
10578 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
10579
10580         * data/evince-ui.xml:
10581         * shell/Makefile.am:
10582         * shell/ev-history.c:
10583         * shell/ev-history.h:
10584         * shell/ev-navigation-action.c:
10585         * shell/ev-navigation-action.h:
10586         * shell/ev-view.c: (ev_view_finalize), (ev_view_go_to_link),
10587         (ev_view_set_page), (ev_view_fit_width):
10588         * shell/ev-view.h:
10589         * shell/ev-window.c: (update_action_sensitivity),
10590         (ev_window_setup_document), (register_custom_actions):
10591
10592         Kill session history
10593
10594 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
10595
10596         * shell/ev-window.c: (update_action_sensitivity):
10597
10598         Fix inverted up/down buttons
10599
10600 2005-01-27  Martin Kretzschmar  <martink@gnome.org>
10601
10602         * shell/ev-sidebar-thumbnails.c
10603         (ev_sidebar_thumbnails_select_page): make sure the selected
10604         thumbnail stays visible.
10605
10606 2005-01-26  Martin Kretzschmar  <martink@gnome.org>
10607
10608         * shell/ev-window.c (ev_window_init): add GTK_SHADOW_IN to the
10609         scrolled window for Federico.
10610
10611 2005-01-26  Ole Laursen  <olau@hardworking.dk>
10612
10613         * configure.ac: Added "da" (Danish) to ALL_LINGUAS.
10614
10615 2005-01-26  Marco Pesenti Gritti  <marco@gnome.org>
10616
10617         * configure.ac:
10618         * pdf/splash/SplashFTFontEngine.cc:
10619
10620         Fix CID fonts with freetype 2.1.9
10621
10622 2005-01-26  Bryan Clark  <clarkbw@cvs.gnome.org>
10623
10624         * TODO: added item for desktop icon thumbnailer
10625
10626 Tue Jan 25 00:59:34 2005  Jonathan Blandford  <jrb@redhat.com>
10627
10628         * pdf/xpdf/pdf-document.cc (pdf_document_get_title): guard against
10629         unloaded docs when the title is accessed.
10630
10631         * shell/ev-password-view.[hc]: New widget for displaying password
10632         state.
10633
10634         * shell/ev-window.[ch]: Refactor password handling code to handle
10635         the new view.
10636
10637 2005-01-24  Marco Pesenti Gritti  <marco@gnome.org>
10638
10639         * NEWS:
10640         * configure.ac:
10641         * data/Makefile.am:
10642
10643         Release 0.1.1
10644
10645 2005-01-23  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
10646
10647         * pdf/xpdf/pdf-document.cc (pdf_document_search_page_changed):
10648         ignore page offset here, to make search results independent of it,
10649
10650         * shell/ev-view.c (expose_bin_window): but take offsets into
10651         account here. Bug #164932
10652
10653         * pdf/xpdf/pdf-document.cc (pdf_document_get_link): divide by
10654         scale at the right time. Bug #164996
10655
10656 2005-01-22  Martin Kretzschmar  <martink@gnome.org>
10657
10658         * pdf/xpdf/GlobalParams.cc: My 2005-01-05 change didn't actually
10659         fix the problem. Now I just removed the Adobe font names and hope
10660         that the URW fonts are always in outline format. Bug #164934
10661
10662         * shell/ev-window.c (update_window_title): empty titles are
10663         useless, use filename in that case too.
10664
10665         * NEWS: Add some content.
10666
10667 2005-01-21  Bryan Clark  <clarkbw@cvs.gnome.org>
10668
10669         * TODO: added one more TODO item and a TODONE section :)
10670
10671 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
10672
10673         * ps/ps-document.h: add page_[xy]_offset fields.
10674
10675         * ps/ps-document.c (ps_document_set_page_offset)
10676         (ps_document_render): Keep offset in consideration in a few
10677         places. Bug #164752 "postscript documents are not centered in
10678         window"
10679
10680         * data/evince.desktop.in (X-GNOME-Bugzilla-Product):
10681         s/gpdf/evince/. Spotted by Stephane Loeuillet.
10682
10683         * pixbuf/pixbuf-document.c (pixbuf_document_get_n_pages)
10684         (pixbuf_document_get_text, pixbuf_document_document_iface_init):
10685         stub out missing methods for complete EvDocument implementation.
10686         Fixes segfaults with Save A Copy and Copy actions.
10687
10688         * ps/ps-document.c (ps_document_save, ps_document_get_text) 
10689         (ps_document_document_iface_init): ditto.
10690         
10691 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
10692
10693         * data/.cvsignore:
10694         * data/Makefile.am:
10695         * data/evince.desktop.in:
10696
10697         Add desktop file
10698
10699 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
10700
10701         * shell/ev-view.c: (ev_view_button_press_event),
10702         (ev_view_motion_notify_event):
10703
10704         Make selection work in any direction
10705
10706 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
10707
10708         * TODO:
10709         * shell/ev-window.c: (set_short_labels), (ev_window_init):
10710
10711         Use shorter labels for some of the toolbars items
10712
10713 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
10714
10715         * pdf/xpdf/pdf-document.cc:
10716
10717         Check the links info is initialized before
10718         using it. Should fix a crash on startup.
10719
10720 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
10721
10722         * pixbuf/pixbuf-document.c
10723         (pixbuf_document_thumbnails_get_dimensions): force floating point
10724         division to calculate page_ratio. Fixes crash with landscape
10725         format pixbufs.
10726
10727 Thu Jan 20 18:56:35 2005  Jonathan Blandford  <jrb@redhat.com>
10728
10729         * shell/ev-view.c (ev_view_realize): make the bg color darker.
10730
10731 2005-01-20  Martin Kretzschmar  <martink@gnome.org>
10732
10733         * shell/ev-view.c (set_document_page): unset has_selection when
10734         the page changes.
10735         (set_document_page): handle paper size changes when the page
10736         changes (test with Free Culture, page 2).
10737
10738 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
10739
10740         * shell/ev-view.c: (ev_view_size_request), (ev_view_realize),
10741         (expose_bin_window), (ev_view_class_init), (ev_view_init):
10742
10743         Use normal style color for the widget background and
10744         draw a black box around the page.
10745
10746 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
10747
10748         * pdf/xpdf/pdf-document.cc:
10749
10750         Keep offset in consideration in a few places
10751
10752         * shell/ev-view.c: (expose_bin_window):
10753
10754         Set the offsets so that the document is ever centered
10755
10756 2005-01-20  Bryan Clark  <clarkbw@cvs.gnome.org>
10757
10758         * TODO: Added TODO items and finished off the first todo item
10759
10760         * AUTHORS: Updated AUTHORS section with piece from gpdf file and
10761         reflect current authors
10762
10763 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
10764
10765         * pdf/xpdf/pdf-document.cc:
10766         * shell/ev-view.c: (ev_view_set_cursor),
10767         (ev_view_motion_notify_event), (document_changed_callback),
10768         (set_document_page):
10769
10770         Show a wait cursor while the page is rendering
10771
10772 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
10773
10774         * shell/ev-sidebar-thumbnails.c:
10775         (ev_sidebar_tree_selection_changed),
10776         (ev_sidebar_thumbnails_select_page):
10777         * shell/ev-sidebar-thumbnails.h:
10778         * shell/ev-view.c: (ev_view_set_document), (ev_view_can_go_back),
10779         (ev_view_can_go_forward):
10780         * shell/ev-window.c: (ev_window_open_page),
10781         (ev_window_setup_document), (update_current_page),
10782         (view_page_changed_cb), (ev_window_init):
10783         * shell/ev-window.h:
10784
10785         Ensure thumbnails selection, toolbar page control and
10786         current page are in sync.
10787
10788 2005-01-19  Marco Pesenti Gritti  <marco@gnome.org>
10789
10790         * pdf/xpdf/XRef.cc:
10791
10792         Fix CAN-2005-0064
10793
10794 Wed Jan 19 01:10:57 2005  Jonathan Blandford  <jrb@redhat.com>
10795
10796         * backend/Makefile.am:
10797         * backend/ev-document-links.h:
10798         * backend/ev-document-security.c: (ev_document_security_get_type),
10799         (ev_document_security_has_document_security),
10800         (ev_document_security_set_password):
10801         * backend/ev-document-security.h:
10802         * backend/ev-document.c: (ev_document_error_quark):
10803         * backend/ev-document.h:
10804         * data/Makefile.am:
10805         * data/evince-password.glade:
10806         * pdf/xpdf/pdf-document.cc:
10807         * shell/Makefile.am:
10808         * shell/ev-password.c: (ev_password_set_bad_password_label),
10809         (ev_window_password_entry_changed_cb), (ev_password_dialog_new),
10810         (ev_password_dialog_get_password),
10811         (ev_password_dialog_set_bad_pass):
10812         * shell/ev-password.h:
10813         * shell/ev-window.c: (ev_window_get_attribute),
10814         (ev_window_set_property), (update_action_sensitivity),
10815         (ev_window_is_empty), (mime_type_supported_by_gdk_pixbuf),
10816         (ev_window_setup_document), (ev_window_get_password),
10817         (ev_window_open), (ev_window_cmd_save_as),
10818         (using_postscript_printer), (ev_window_print),
10819         (find_not_supported_dialog), (ev_window_cmd_edit_find),
10820         (update_fullscreen_popup), (ev_window_fullscreen),
10821         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
10822         (ev_window_focus_out_cb), (ev_window_cmd_help_about),
10823         (menu_item_select_cb), (find_bar_search_changed_cb),
10824         (ev_window_dispose), (ev_window_init):
10825
10826         Add initial support for password-supported dialogs.  This could be
10827         a lot cooler, but it'll do for now.
10828
10829 2005-01-18  Marco Pesenti Gritti  <marco@gnome.org>
10830
10831         * pdf/xpdf/pdf-document.cc:
10832         * shell/ev-view.c: (status_message_from_link),
10833         (ev_view_set_status), (ev_view_set_cursor),
10834         (ev_view_motion_notify_event), (ev_view_init):
10835         * shell/ev-window.c: (view_status_changed_cb), (ev_window_init):
10836
10837         Fix bugs in the links implementation and change cursor
10838         when hovering a link.
10839
10840 2005-01-17  Bryan Clark  <clarkbw@cvs.gnome.org>
10841
10842         * viewer/.cvsignore: added cvsignore file for viewer directory
10843
10844         * TODO: created TODO document
10845
10846 2005-01-14  Dave Malcolm  <dmalcolm@redhat.com>
10847
10848         * shell/ev-view.h:
10849         * shell/ev-view.c (ev_view_can_go_back), (ev_view_can_go_forward):      
10850         new functions to help with implementation of sensitivity code
10851         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
10852         of all actions that might require it.  Fixes a crash when you
10853         click on the Zoom actions in a window lacking a document.
10854
10855 2005-01-13  Dave Malcolm  <dmalcolm@redhat.com>
10856
10857         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
10858         of the Find action
10859
10860 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
10861
10862         * pixbuf/pixbuf-document.c: (pixbuf_document_get_link),
10863         (pixbuf_document_document_iface_init):
10864         * ps/ps-document.c: (ps_document_get_link),
10865         (ps_document_document_iface_init):
10866         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event),
10867         (status_message_from_link), (ev_view_set_status),
10868         (ev_view_set_find_status), (ev_view_motion_notify_event),
10869         (ev_view_button_release_event), (ev_view_set_property),
10870         (ev_view_get_property), (ev_view_class_init), (ev_view_init),
10871         (ev_view_get_find_status_message), (update_find_results),
10872         (ev_view_get_status), (ev_view_get_find_status):
10873         * shell/ev-view.h:
10874         * shell/ev-window.c: (view_status_changed_cb),
10875         (view_find_status_changed_cb), (ev_window_init):
10876
10877         View status message support, use it to show the links.
10878         Needs work...
10879
10880 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
10881
10882         * backend/ev-document.c: (ev_document_get_link):
10883         * backend/ev-document.h:
10884         * pdf/xpdf/pdf-document.cc:
10885         * shell/ev-application.c: (ev_application_open):
10886         * shell/ev-application.h:
10887         * shell/ev-sidebar-links.c: (selection_changed_cb):
10888         * shell/ev-view.c: (ev_view_button_release_event), (go_to_link),
10889         (ev_view_go_to_link):
10890
10891         Add support for document links
10892
10893 2005-01-13  Anders Carlsson  <andersca@gnome.org>
10894
10895         * shell/ev-page-action.c: (update_spin), (total_pages_changed_cb),
10896         (create_tool_item):
10897         Set the spin button limits correctly.
10898         
10899         * shell/ev-sidebar-thumbnails.c:
10900         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init):
10901         Support changing pages by clicking on the thumbnails.
10902         
10903 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
10904
10905         * pixbuf/pixbuf-document.c:
10906         (pixbuf_document_thumbnails_get_dimensions),
10907         (pixbuf_document_document_thumbnails_iface_init):
10908
10909         implement get_dimensions
10910
10911 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
10912
10913         * ps/ps-document.c: (ps_document_goto_page):
10914
10915         Fix page switching on multipage documents
10916
10917 2005-01-12  Jeff Muizelaar  <jrmuizel@nit.ca>
10918
10919         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
10920         
10921         check for NULL before assigning to width and height parameters
10922
10923 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
10924
10925         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
10926         (pixbuf_document_set_property), (pixbuf_document_get_property):
10927
10928         implement get/set properties
10929
10930 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
10931
10932         * pdf/xpdf/pdf-document.cc: (pdf_info_dict_get_string):
10933         
10934         return NULL instead of "Unknown", letting the title get set to
10935         the filename when the pdf has no title.
10936
10937 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
10938
10939         * ps/ps-document.c: (ps_document_get_page_count),
10940         (ps_document_goto_page):
10941
10942 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
10943
10944         * shell/ev-history.c: (ev_history_get_property),
10945         (ev_history_set_property), (ev_history_class_init),
10946         (ev_history_add_page), (ev_history_set_current_index):
10947         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
10948         (activate_menu_item_cb), (new_history_menu_item), (build_menu),
10949         (ev_navigation_action_finalize):
10950         * shell/ev-navigation-action.h:
10951         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
10952         (ev_view_go_forward), (ev_view_get_find_status_message),
10953         (history_index_changed_cb), (ev_view_set_history):
10954         * shell/ev-view.h:
10955         * shell/ev-window.c: (update_total_pages), (ev_window_open),
10956         (update_current_page), (register_custom_actions):
10957
10958         Implement history dropdowns
10959
10960 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
10961
10962         * shell/ev-history.c: (ev_history_init), (ev_history_add_link):
10963         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
10964         (ev_view_go_forward):
10965         * shell/ev-window.c: (register_custom_actions):
10966
10967         Fix several history bugs
10968
10969 2005-01-11  Kjartan Maraas  <kmaraas@gnome.org>
10970
10971         * configure.ac: Add «nb» to ALL_LINGUAS.
10972
10973 2005-01-10  Marco Pesenti Gritti  <marco@gnome.org>
10974
10975         * backend/Makefile.am:
10976         * backend/ev-bookmark.c:
10977         * backend/ev-bookmark.h:
10978         * backend/ev-document-bookmarks.c:
10979         * backend/ev-document-bookmarks.h:
10980         * backend/ev-document-links.c: (ev_document_links_get_type),
10981         (ev_document_links_has_document_links),
10982         (ev_document_links_begin_read), (ev_document_links_get_link),
10983         (ev_document_links_get_child), (ev_document_links_next),
10984         (ev_document_links_free_iter):
10985         * backend/ev-document-links.h:
10986         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_title),
10987         (ev_link_set_title), (ev_link_get_uri), (ev_link_set_uri),
10988         (ev_link_get_link_type), (ev_link_set_link_type),
10989         (ev_link_get_page), (ev_link_set_page), (ev_link_get_property),
10990         (ev_link_set_property), (ev_window_dispose), (ev_link_init),
10991         (ev_link_class_init), (ev_link_new_title), (ev_link_new_page),
10992         (ev_link_new_external):
10993         * backend/ev-link.h:
10994         * pdf/xpdf/pdf-document.cc:
10995         * shell/Makefile.am:
10996         * shell/ev-application.c: (ev_application_open_link):
10997         * shell/ev-application.h:
10998         * shell/ev-history.c: (ev_history_add_link), (ev_history_add_page),
10999         (ev_history_get_link_nth):
11000         * shell/ev-history.h:
11001         * shell/ev-sidebar-bookmarks.c:
11002         * shell/ev-sidebar-bookmarks.h:
11003         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
11004         (ev_sidebar_links_class_init), (selection_changed_cb),
11005         (ev_sidebar_links_construct), (ev_sidebar_links_init),
11006         (links_page_num_func), (ev_sidebar_links_new), (stack_data_free),
11007         (do_one_iteration), (populate_links_idle),
11008         (ev_sidebar_links_clear_document), (ev_sidebar_links_set_document):
11009         * shell/ev-sidebar-links.h:
11010         * shell/ev-sidebar.c: (ev_sidebar_set_document):
11011         * shell/ev-view.c: (go_to_link), (ev_view_go_to_link),
11012         (go_to_index):
11013         * shell/ev-view.h:
11014         * shell/ev-window.c: (ev_window_open_link), (ev_window_init):
11015         * shell/ev-window.h:
11016
11017         Rename bookmark to link, and use "Index" for the sidebar panel.
11018
11019 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
11020
11021         * shell/Makefile.am:
11022         * shell/ev-application.c: (ev_application_open_bookmark):
11023         * shell/ev-application.h:
11024         * shell/ev-history.c: (ev_history_init), (free_links_list),
11025         (ev_history_finalize), (ev_history_class_init),
11026         (ev_history_add_link), (ev_history_add_page),
11027         (ev_history_get_link_nth), (ev_history_get_n_links),
11028         (ev_history_get_current_index), (ev_history_set_current_index),
11029         (ev_history_new):
11030         * shell/ev-history.h:
11031         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
11032         * shell/ev-view.c: (ev_view_finalize), (ev_view_set_document),
11033         (set_document_page), (go_to_bookmark), (ev_view_go_to_bookmark),
11034         (go_to_index), (ev_view_go_back), (ev_view_go_forward),
11035         (ev_view_set_page):
11036         * shell/ev-view.h:
11037         * shell/ev-window.c: (ev_window_open_bookmark),
11038         (ev_window_cmd_go_back), (ev_window_cmd_go_forward),
11039         (goto_page_cb), (register_custom_actions):
11040         * shell/ev-window.h:
11041
11042         Initial history implementation. Needs work.
11043
11044 2005-01-09  Martin Kretzschmar  <martink@gnome.org>
11045
11046         * pdf/xpdf/GDKSplashOutputDev.cc (redraw): fix pixbuf data offset.
11047
11048 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
11049
11050         * cut-n-paste/recent-files/egg-recent-item.c:
11051         * cut-n-paste/recent-files/egg-recent-item.h:
11052         * cut-n-paste/recent-files/egg-recent-model.c:
11053         * cut-n-paste/recent-files/egg-recent-util.c:
11054         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
11055         * cut-n-paste/recent-files/egg-recent-view.c:
11056
11057         Update
11058
11059 2005-01-08  Martin Kretzschmar  <martink@gnome.org>
11060
11061         * pdf/splash/Splash.cc (clear, drawPixel, drawSpan, xorSpan, getPixel)
11062         (fillGlyph, fillImageMask, drawImage):
11063         pdf/splash/SplashBitmap.cc (SplashBitmap, ~SplashBitmap, writePNMFile):
11064         pdf/splash/SplashTypes.h:
11065         pdf/xpdf/SplashOutputDev (startPage, getColor, imageSrc): implement RGB8
11066         packed mode for Splash.
11067
11068         * pdf/xpdf/GDKSplashOutputDev.cc (GDKSplashOutputDev, redraw): use
11069         RGB8 packed mode, eliminates the pixbuf data creation loop.
11070
11071         * shell/ev-print-job.c (ev_print_job_finalize)
11072         (ev_print_job_set_property, ev_print_job_get_property)
11073         (ev_print_job_set_gnome_print_job, ev_print_job_set_document)
11074         (ev_print_job_use_print_dialog_settings, idle_print_handler)
11075         (print_closure_finalize, ev_print_job_print): implement
11076         printing (for backends with EvPsExporter)
11077
11078         * shell/ev_print_job.h: update prototypes.
11079
11080         * shell/ev-window.c (ev_window_print): unref print job after
11081         printing.
11082
11083         * shell/ev-view.c (ev_view_set_document): don't connect to "found"
11084         unless the document implements the EvDocumentFind interface.
11085
11086 2005-01-08  Satoru SATOH <ss@gnome.gr.jp>
11087
11088         * configure.ac: Added ja to ALL_LINGUAS.
11089
11090 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
11091
11092         * pdf/xpdf/pdf-document.cc:
11093
11094         add a FIXME. We should probably not allocate
11095         a bookmark object every time
11096
11097 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
11098
11099         * shell/ev-application.c: (ev_application_open),
11100         (ev_application_open_bookmark):
11101         * shell/ev-application.h:
11102         
11103         Add a way to open bookmarks
11104
11105         * backend/ev-bookmark.c: (ev_bookmark_get_uri),
11106         (ev_bookmark_set_uri), (ev_bookmark_get_property),
11107         (ev_bookmark_set_property), (ev_bookmark_class_init),
11108         (ev_bookmark_new_title), (ev_bookmark_new_link),
11109         (ev_bookmark_new_external):
11110
11111         Support for external uris, better constructors.
11112
11113         * backend/ev-bookmark.h:
11114         * pdf/xpdf/pdf-document.cc:
11115         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
11116
11117         Handle external uris
11118
11119 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
11120
11121         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb),
11122         (ev_sidebar_bookmarks_construct), (do_one_iteration):
11123
11124         Hook up bookmarks navigation
11125
11126 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
11127
11128         * backend/Makefile.am:
11129         * backend/ev-bookmark.c: (ev_bookmark_type_get_type),
11130         (ev_bookmark_get_title), (ev_bookmark_set_title),
11131         (ev_bookmark_get_bookmark_type), (ev_bookmark_set_bookmark_type),
11132         (ev_bookmark_get_page), (ev_bookmark_set_page),
11133         (ev_bookmark_get_property), (ev_bookmark_set_property),
11134         (ev_window_dispose), (ev_bookmark_init), (ev_bookmark_class_init),
11135         (ev_bookmark_new):
11136         * backend/ev-bookmark.h:
11137         * backend/ev-document-bookmarks.c:
11138         (ev_document_bookmarks_get_bookmark):
11139         * backend/ev-document-bookmarks.h:
11140         * pdf/xpdf/pdf-document.cc:
11141         * shell/ev-sidebar-bookmarks.c: (do_one_iteration):
11142
11143         Add a bookmark object to the backend and use it instead of get_values
11144
11145 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
11146
11147         * data/evince-ui.xml:
11148
11149         Cleanup and add select all.
11150
11151         * shell/ev-view.c: (ev_view_select_all),
11152         (ev_view_button_press_event):
11153         * shell/ev-view.h:
11154         * shell/ev-window.c: (ev_window_cmd_edit_select_all):
11155
11156         Add select all.
11157         Clear selection on click.
11158
11159 Fri Jan  7 01:28:58 2005  Jonathan Blandford  <jrb@redhat.com>
11160
11161         * shell/ev-sidebar-thumbnails.c
11162         (ev_sidebar_thumbnails_set_document): forgot to unref the
11163         loading_icon.
11164
11165 Fri Jan  7 01:22:48 2005  Jonathan Blandford  <jrb@redhat.com>
11166
11167         * shell/ev-sidebar-thumbnails.c: fill in the thumbnails starting
11168         at the visible page, not just linearly.  This makes it look fast.
11169
11170 Thu Jan  6 18:48:11 2005  Jonathan Blandford  <jrb@redhat.com>
11171
11172         * backend/ev-document-misc.c
11173         (ev_document_misc_get_thumbnail_frame): fill in the thumbnail with
11174         white.
11175         * backend/ev-document-thumbnails.h: New interface to get the size
11176         of a page.
11177
11178 2005-01-06  Jeremy Katz  <katzj@redhat.com>
11179
11180         * shell/Makefile.am (evince_SOURCES): Add ev-utils.[ch] so that
11181         make dist works
11182
11183 Wed Jan  5 15:38:28 2005  Jonathan Blandford  <jrb@redhat.com>
11184
11185         * pdf/xpdf/pdf-document.cc (bitmap_to_pixbuf): bypass
11186         GDKSplashOutputDev and just use a normal SplashOutputDev.  Speeds
11187         things up a bit.
11188
11189         * shell/ev-sidebar-thumbnail.c: start of some profiling code.
11190
11191 2005-01-05  Martin Kretzschmar  <martink@gnome.org>
11192
11193         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): match only outline
11194         fonts. Should fix font problems on systems that have the base
11195         fonts in bitmap format. Reported by James Henstridge
11196         <james@jamesh.id.au>.
11197
11198 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
11199
11200         * pdf/xpdf/Gfx.cc:
11201         * pdf/xpdf/GfxState.cc:
11202
11203         Fix for CAN-2004-1125
11204
11205 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
11206
11207         * shell/ev-view.c: (ev_view_copy):
11208         * shell/ev-view.h:
11209         * shell/ev-window.c: (ev_window_cmd_edit_copy):
11210
11211         Implement Edit->Copy
11212
11213 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
11214
11215         * backend/ev-document.c: (ev_document_get_text):
11216         * backend/ev-document.h:
11217         * pdf/xpdf/pdf-document.cc:
11218         * shell/ev-view.c: (ev_view_realize), (expose_bin_window),
11219         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
11220         (ev_view_update_primary_selection), (ev_view_button_press_event),
11221         (ev_view_motion_notify_event), (ev_view_button_release_event):
11222
11223         Beginnings of clipboard support. Incomplete but primary sort
11224         of work.
11225
11226 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
11227
11228         * shell/ev-view.c: (ev_gdk_color_to_rgb), (draw_rubberband),
11229         (expose_bin_window):
11230
11231         Nicer rubberband drawing, from GtkIconView.
11232
11233 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
11234
11235         * backend/ev-document.c: (ev_document_save):
11236         * backend/ev-document.h:
11237         * data/evince-ui.xml:
11238         * pdf/xpdf/pdf-document.cc:
11239         * shell/ev-window.c: (save_error_dialog), (ev_window_cmd_save_as):
11240
11241         Implement "Save a copy..." menu item
11242
11243 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
11244
11245         * shell/ev-view.c: (ev_view_zoom):
11246
11247         Queue a resize when zoom changes
11248
11249 Wed Jan  5 02:33:06 2005  Jonathan Blandford  <jrb@redhat.com>
11250
11251         * backend/ev-document-misc.[ch]: New misc file to do simple drop
11252         shadows.
11253
11254         * pdf/xpdf/pdf-document.cc: use the drop shadows in both types of
11255         thumbnails..
11256
11257 Tue Jan  4 22:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
11258
11259         * pdf/xpdf/pdf-document.cc
11260         (pdf_document_thumbnails_get_page_pixbuf): poor man's dropshadow.
11261
11262 Tue Jan  4 21:25:05 2005  Jonathan Blandford  <jrb@redhat.com>
11263
11264         * pdf/xpdf/pdf-document.cc: Do real thumbnailing of PDF files.
11265         It's slow, but I'll speed it up next!
11266
11267 2005-01-04  Jeff Muizelaar  <jrmuizel@nit.ca>
11268
11269         * shell/main.c (load_files):
11270
11271         use gnome_vfs_make_uri_from_shell_arg so that relative paths work
11272         from the command line and because it seems more appropriate.
11273
11274 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
11275
11276         * data/evince-ui.xml:
11277         * shell/ev-window.c: (update_action_sensitivity),
11278         (ev_window_cmd_go_page_up), (ev_window_cmd_go_page_down):
11279
11280         s/next page/page down
11281         s/previous page/page up
11282
11283 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
11284
11285         * data/evince-ui.xml:
11286
11287         Change the layout to match clarkbw design.
11288
11289         * shell/Makefile.am:
11290         * shell/ev-navigation-action.c: (build_menu), (menu_activated_cb),
11291         (set_tooltip_cb), (connect_proxy), (ev_navigation_action_init),
11292         (ev_navigation_action_finalize),
11293         (ev_navigation_action_set_property),
11294         (ev_navigation_action_get_property),
11295         (ev_navigation_action_class_init):
11296         * shell/ev-navigation-action.h:
11297
11298         Implement clarkbw toolbar navigation controls (incomplete)
11299
11300         * shell/ev-page-action.c: (update_label), (update_spin),
11301         (value_changed_cb), (create_tool_item), (connect_proxy),
11302         (ev_page_action_init), (ev_page_action_finalize),
11303         (ev_page_action_set_property), (ev_page_action_get_property),
11304         (ev_page_action_set_current_page),
11305         (ev_page_action_set_total_pages), (ev_page_action_class_init):
11306         * shell/ev-page-action.h:
11307
11308         Implement a page switcher in the toolbar
11309
11310         * shell/ev-view.c: (ev_view_scroll_view):
11311         * shell/ev-window.c: (update_total_pages), (ev_window_open),
11312         (update_current_page), (view_page_changed_cb), (goto_page_cb),
11313         (register_custom_actions), (ev_window_init):
11314
11315         Change page on PageUp/Down.
11316
11317 Tue Jan  4 03:22:56 2005  Jonathan Blandford  <jrb@redhat.com>
11318
11319         * pdf/xpdf/pdf-document.cc
11320         (pdf_document_thumbnails_get_thumbnail): initial stab at
11321         implementing thumbnail support for pdfs.  It only does documents
11322         with precached pdfs now.
11323
11324 Mon Jan  3 17:22:25 2005  Jonathan Blandford  <jrb@redhat.com>
11325
11326         * shell/ev-sidebar-thumbnails.c (do_one_iteration): move the
11327         thumbnail code into a time-based idle as well.  Also, turn off the
11328         shadow temporarily as it's really slow.
11329
11330 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
11331
11332         * backend/ev-document.c: (ev_document_class_init):
11333         * pdf/xpdf/pdf-document.cc:
11334         * shell/ev-window.c: (ev_window_open):
11335
11336         Fix document title bugs and fallback to
11337         filename when not available.
11338
11339 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
11340
11341         * backend/ev-document.c: (ev_document_get_type),
11342         (ev_document_class_init), (ev_document_load),
11343         (ev_document_get_title):
11344         * backend/ev-document.h:
11345         * pdf/xpdf/pdf-document.cc:
11346         * ps/ps-document.c: (ps_document_set_property),
11347         (ps_document_get_property), (ps_document_class_init),
11348         (document_load):
11349         * ps/ps-document.h:
11350         * ps/ps.h:
11351         * shell/ev-window.c: (update_window_title), (ev_window_open),
11352         (ev_window_init):
11353
11354         Initial support for document title. Not working yet.
11355
11356 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
11357
11358         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event):
11359
11360         Grab focus on the view when clicking it
11361
11362 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
11363
11364         * shell/ev-marshal.list:
11365         * shell/ev-view.c: (ev_view_realize), (add_scroll_binding),
11366         (ev_view_scroll_view), (ev_view_class_init), (ev_view_init):
11367
11368         Add key bindings to the view. Now if the focus would work
11369         right...
11370
11371 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
11372
11373         * Makefile.am:
11374         * backend/Makefile.am:
11375         * data/Makefile.am:
11376         * dvi/Makefile.am:
11377         * dvi/dvilib/Makefile.am:
11378         * pdf/xpdf/Makefile.am:
11379         * po/POTFILES.in:
11380         * ps/Makefile.am:
11381
11382         Fix distcheck
11383
11384 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
11385
11386         * shell/ev-view.c: (ev_view_realize):
11387
11388         Fix mouse wheel scrolling
11389
11390 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
11391
11392         * ps/Makefile.am:
11393         * ps/gstypes.h:
11394         * ps/gtkgs.c:
11395         * ps/gtkgs.h:
11396         * ps/ps-document.c: (catchPipe), (ps_document_init),
11397         (ps_document_class_init), (ps_document_cleanup),
11398         (ps_document_finalize), (send_ps), (ps_document_get_orientation),
11399         (set_up_page), (close_pipe), (is_interpreter_ready),
11400         (interpreter_failed), (output), (input), (start_interpreter),
11401         (stop_interpreter), (file_length), (file_readable),
11402         (check_filecompressed), (check_pdf), (compute_xdpi),
11403         (compute_ydpi), (compute_size), (ps_document_enable_interpreter),
11404         (ps_document_get_type), (ps_document_emit_error_msg),
11405         (document_load), (ps_document_next_page),
11406         (ps_document_get_current_page), (ps_document_get_page_count),
11407         (ps_document_goto_page), (ps_document_set_page_size),
11408         (ps_document_zoom_to_fit), (ps_document_set_zoom),
11409         (ps_document_load), (ps_document_get_n_pages),
11410         (ps_document_set_page), (ps_document_get_page),
11411         (ps_document_widget_event), (ps_document_set_target),
11412         (ps_document_set_scale), (ps_document_set_page_offset),
11413         (ps_document_get_page_size), (ps_document_render),
11414         (ps_document_document_iface_init):
11415         * ps/ps-document.h:
11416         * ps/ps.c:
11417         * shell/ev-window.c: (ev_window_open):
11418
11419         Rename GtkGS to PSDocument
11420
11421 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
11422
11423         * ps/gtkgs.c: (gtk_gs_class_init):
11424         * ps/gtkgs.h:
11425
11426         Some more leftover...
11427
11428 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
11429
11430         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_get_orientation),
11431         (output), (stop_interpreter), (gtk_gs_emit_error_msg),
11432         (gtk_gs_zoom_to_fit), (gtk_gs_set_zoom):
11433         * ps/gtkgs.h:
11434
11435         Remove unused code and make a lot of stuff private
11436
11437 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
11438
11439         * ps/gsdefaults.c: (gtk_gs_defaults_gconf_client),
11440         (gtk_gs_defaults_changed):
11441         * ps/gsdefaults.h:
11442         * ps/gtkgs.c:
11443         * ps/gtkgs.h:
11444         * ps/ps.h:
11445
11446         Cleanup headers dependencies
11447
11448 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
11449
11450         * ps/Makefile.am:
11451         * ps/ggvutils.c:
11452         * ps/ggvutils.h:
11453         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
11454         * ps/gsdefaults.h:
11455         * ps/gtkgs.c: (file_length), (file_readable),
11456         (check_filecompressed), (check_pdf), (gtk_gs_load),
11457         (gtk_gs_get_postscript):
11458
11459         Get rid of ggvutils
11460
11461 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
11462
11463         * ps/ggvutils.c:
11464         * ps/ggvutils.h:
11465         * ps/gsio.h:
11466         * ps/gtkgs.c: (gtk_gs_set_zoom):
11467
11468         Cleanups
11469
11470 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
11471
11472         * ps/gtkgs.c: (gtk_gs_set_zoom), (gtk_gs_set_zoom_mode):
11473
11474         Ensure the page is rerendered when changing zoom
11475
11476 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
11477
11478         * backend/ev-document.c: (ev_document_base_init),
11479         (ev_document_changed):
11480         * backend/ev-document.h:
11481
11482         Add a changed event that is emitted when the page content
11483         changes. This is necessary to deal with the fact that
11484         in ps backend rendering happen asycrounously.
11485         This makes the ps backend mostly work.
11486
11487         * pdf/xpdf/pdf-document.cc:
11488
11489         Emit changed event
11490
11491         * ps/gtkgs.c: (set_up_page), (gtk_gs_widget_event),
11492         (ps_document_set_target):
11493
11494         Emit changed event
11495
11496         * shell/ev-view.c: (document_changed_callback),
11497         (ev_view_set_document), (ev_view_set_page):
11498
11499         Redraw on the changed signal
11500
11501 2004-12-25  Raphael Higino  <raphaelh@cvs.gnome.org>
11502
11503         * configure.ac: Added pt_BR to ALL_LINGUAS.
11504
11505 Fri Dec 24 00:48:44 2004  Jonathan Blandford  <jrb@redhat.com>
11506
11507         * backend/ev-document-bookmarks.c:
11508         (ev_document_bookmarks_get_child): *
11509         backend/ev-document-bookmarks.h: * pdf/xpdf/Makefile.am: *
11510         pdf/xpdf/pdf-document.cc: * pdf/xpdf/pdf-document.h: *
11511         shell/Makefile.am: * shell/ev-sidebar-bookmarks.c:
11512         (ev_sidebar_bookmarks_destroy),
11513         (ev_sidebar_bookmarks_class_init),
11514         (ev_sidebar_bookmarks_construct), (stack_data_free),
11515         (do_one_iteration), (populate_bookmarks_idle),
11516         (ev_sidebar_bookmarks_clear_document),
11517         (ev_sidebar_bookmarks_set_document): *
11518         shell/ev-sidebar-bookmarks.h: * shell/ev-sidebar.c:
11519         (ev_sidebar_add_page),
11520         (ev_sidebar_set_document): * shell/ev-window.c: (ev_window_open):
11521         Initial stab at a bookmarks sidebar.  It doesn't navigate yet, but
11522         it displays both the topics and the page numbers.
11523
11524 2004-12-23  Kristian Høgsberg  <krh@redhat.com>
11525
11526         * shell/ev-window.c (ev_window_view_sidebar_cb): Hook up sidebar
11527         toggle.
11528         * shell/ev-window.c (toggle_entries): Set sidebar default value to
11529         visible.
11530
11531 2004-12-23  Adam Weinberger  <adamw@gnome.org>
11532
11533         * configure.ac: Added en_CA to ALL_LINGUAS.
11534
11535 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
11536
11537         * ChangeLog: replace bottom of this ChangeLog (merged history of
11538         ggv and gpdf; where all paths were wrong and most of the files are
11539         not even in this tree) with ChangeLog (from arch) of the shell
11540         code.
11541
11542 2004-12-23  Havoc Pennington  <hp@redhat.com>
11543
11544         * shell/ev-window.c: hook up potentially-questionable "find
11545         results status text" feature - something involving the sidebar or
11546         scrollbar or a continuous all-pages-on-giant-roll-of-paper-view
11547         might be better in the end.
11548
11549         * shell/ev-view.c (ev_view_get_find_status_message): new function, 
11550         with corresponding signal when it should be updated
11551
11552         * shell/eggfindbar.c (egg_find_bar_set_status_text): new function
11553
11554 2004-12-22  Havoc Pennington  <hp@redhat.com>
11555
11556         * pdf/xpdf/pdf-document.cc (pdf_document_find_begin): make search
11557         find stuff on other pages, sort of (only returns one result on
11558         invisible pages, to show they have results; updates full results
11559         for a page when you view it). Currently repaints the current page
11560         every time a new result is found on any page, which isn't so nice.
11561
11562 2004-12-22  Havoc Pennington  <hp@redhat.com>
11563
11564         * shell/ev-window.c (ev_window_cmd_edit_find): display an error if
11565         the document doesn't support find (better ideas?)
11566         (find_bar_search_changed_cb): handle missing document or document
11567         that doesn't support find
11568
11569         * pdf/xpdf/pdf-document.cc: port to implement the new
11570         EvDocumentFindIface
11571
11572         * backend/ev-document-find.c: create a new interface for searching
11573
11574         * backend/ev-document.h, backend/ev-document.c: delete the find stuff
11575
11576 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
11577
11578         * pdf/xpdf/Makefile.am (libpdfdocument_la_LIBADD): add
11579         libevbackend.la.
11580
11581         * shell/ev-window.c (ev_window_print): add GnomePrintJob to
11582         EvPrintJob constructor arguments.
11583
11584         * backend/ev-ps-exporter.c, backend/ev-ps-exporter.h: interface
11585         for documents that can export PostScript (page by page).
11586
11587         * backend/Makefile.am (libevbackend_la_SOURCES): add them.
11588         
11589         * pdf/xpdf/pdf-document.cc (pdf_document_ps_export_begin)
11590         (pdf_document_ps_export_do_page, pdf_document_ps_export_end)
11591         (pdf_document_ps_exporter_iface_init:
11592         Implement EvPSExporter.
11593
11594         * pdf/xpdf/Makefile.am (libxpdf_la_SOURCES): build PSOutputDev.
11595
11596 2004-12-22  Anders Carlsson  <andersca@gnome.org>
11597
11598         * backend/Makefile.am:
11599         * backend/ev-document-thumbnails.c:
11600         (ev_document_thumbnails_get_type),
11601         (ev_document_thumbnails_get_thumbnail):
11602         * backend/ev-document-thumbnails.h:
11603         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
11604         (pixbuf_document_thumbnails_get_thumbnail),
11605         (pixbuf_document_document_thumbnails_iface_init):
11606         * shell/Makefile.am:
11607         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_destroy),
11608         (ev_sidebar_thumbnails_class_init), (ev_sidebar_thumbnails_init),
11609         (populate_thumbnails), (ev_sidebar_thumbnails_set_document):
11610         * shell/ev-sidebar-thumbnails.h:
11611         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
11612         (ev_sidebar_set_document):
11613         * shell/ev-utils.c: (gaussian), (create_blur_filter),
11614         (create_shadow), (ev_pixbuf_add_shadow):
11615         * shell/ev-utils.h:
11616         Add thumbnail support.
11617         
11618 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
11619
11620         * shell/ev-window.c (ev_window_cmd_file_print, ev_window_print)
11621         (using_postscript_printer): Set up a print dialog for "PostScript
11622         injection" method.
11623
11624         * shell/ev-print-job.h, shell/ev-print-job.c: stub classes for
11625         EvPrintJob.
11626
11627         * shell/Makefile.am (evince_SOURCES): add ev-print-job.[ch]
11628
11629 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
11630
11631         * ps/gtkgs.c: (gtk_gs_init), (set_up_page),
11632         (ps_document_set_target), (ps_document_get_page_size),
11633         (ps_document_render):
11634         * ps/gtkgs.h:
11635
11636         Fix a few bugs
11637
11638 2004-12-22  Christian Rose  <menthos@menthos.com>
11639
11640         * configure.ac: Added "sv" to ALL_LINGUAS.
11641
11642 Wed Dec 22 14:47:38 2004  Jonathan Blandford  <jrb@redhat.com>
11643
11644         * backend/ev-document-bookmarks.[ch]: new interface to indicate
11645         document supports bookmarks.
11646
11647 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
11648
11649         * ps/ggvutils.c: (ggv_file_readable):
11650         * ps/ggvutils.h:
11651         * ps/gtkgs.c: (check_filecompressed), (check_pdf),
11652         (gtk_gs_get_postscript):
11653
11654         Remove unused utils
11655
11656 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
11657
11658         * ps/gtkgs.c: (gtk_gs_init), (gtk_gs_class_init), (gtk_gs_cleanup),
11659         (gtk_gs_finalize), (gtk_gs_set_center), (set_up_page), (output),
11660         (start_interpreter), (compute_size), (gtk_gs_enable_interpreter),
11661         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_reload),
11662         (gtk_gs_emit_error_msg), (gtk_gs_disable_interpreter),
11663         (gtk_gs_load), (gtk_gs_goto_page), (gtk_gs_set_page_size),
11664         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
11665         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
11666         (gtk_gs_set_antialiasing), (ps_document_load),
11667         (ps_document_render):
11668         * ps/gtkgs.h:
11669
11670         Another check point for the ps backend. Now I can get it to show
11671         pages!
11672
11673 Wed Dec 22 13:41:01 2004  Jonathan Blandford  <jrb@redhat.com>
11674
11675         * shell/ev-sidebar.c (ev_sidebar_set_document): initial sidebar
11676         document setting code.
11677
11678 2004-12-22  Anders Carlsson  <andersca@gnome.org>
11679
11680         * shell/eggfindbar.c: (entry_activate_callback):
11681         Animate the next button when activate is pressed.
11682         
11683 2004-12-22  Anders Carlsson  <andersca@gnome.org>
11684
11685         * shell/ev-window.c: (ev_window_cmd_edit_find),
11686         (update_fullscreen_popup), (ev_window_fullscreen),
11687         (ev_window_unfullscreen), (ev_window_state_event_cb),
11688         (ev_window_focus_out_cb), (find_bar_close_cb), (ev_window_init):
11689         Fix bugs in fullscreen code.
11690         
11691 2004-12-22  Anders Carlsson  <andersca@gnome.org>
11692
11693         * Makefile.am:
11694         * configure.ac:
11695         * pixbuf/Makefile.am:
11696         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
11697         (pixbuf_document_load), (pixbuf_document_get_n_pages),
11698         (pixbuf_document_set_page), (pixbuf_document_get_page),
11699         (pixbuf_document_set_target), (pixbuf_document_set_scale),
11700         (pixbuf_document_set_page_offset), (pixbuf_document_get_page_size),
11701         (pixbuf_document_render), (pixbuf_document_begin_find),
11702         (pixbuf_document_end_find), (pixbuf_document_finalize),
11703         (pixbuf_document_class_init),
11704         (pixbuf_document_document_iface_init), (pixbuf_document_init):
11705         * pixbuf/pixbuf-document.h:
11706         * shell/Makefile.am:
11707         * shell/ev-application.c: (ev_application_open):
11708         * shell/ev-window.c: (mime_type_supported_by_gdk_pixbuf),
11709         (ev_window_open):
11710         Add pixbuf backend.
11711         
11712 Tue Dec 21 21:45:43 2004  Soeren Sandmann  <sandmann@redhat.com>
11713
11714         * Makefile.am: 
11715         * dvi/dvilib/Makefile.am:
11716         * dvi/Makefile.am:
11717         * configure.ac: Auto*ify dvi and dvi/dvilib
11718
11719         * dvi/Makefile: Remove from CVS
11720         
11721         * dvi/dvilib/dl-pkfont.cc (unpack_bitmap): Fix uchar/uint
11722         confusion.
11723
11724         * dvi/dvilib/dl-fontdefinition.{cc,hh}: New DviFontMap class
11725         
11726         * dvi/dvilib/dl-vffont.{cc,hh}: Many bugfixes to VF code.
11727         
11728 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
11729
11730         * ps/Makefile.am:
11731         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_finalize),
11732         (gtk_gs_value_adjustment_changed), (compute_size),
11733         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_new_from_file),
11734         (gtk_gs_center_page), (gtk_gs_load), (gtk_gs_set_page_size),
11735         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
11736         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
11737         (gtk_gs_start_scroll), (gtk_gs_get_postscript),
11738         (gtk_gs_set_adjustments), (gtk_gs_set_available_size),
11739         (ps_document_load), (ps_document_get_n_pages),
11740         (ps_document_set_page), (ps_document_get_page),
11741         (ps_document_set_target), (ps_document_set_scale),
11742         (ps_document_set_page_offset), (ps_document_get_page_size),
11743         (ps_document_render), (ps_document_begin_find),
11744         (ps_document_end_find), (ps_document_document_iface_init):
11745         * ps/gtkgs.h:
11746         * shell/Makefile.am:
11747         * shell/ev-window.c: (ev_window_open):
11748
11749         Some work to integrate gtkgs with EvDocument
11750
11751 2004-12-22  Anders Carlsson  <andersca@gnome.org>
11752
11753         * shell/ev-window.c: (update_fullscreen_popup),
11754         (screen_size_changed_cb), (destroy_exit_fullscreen_popup),
11755         (exit_fullscreen_button_clicked_cb),
11756         (fullscreen_popup_size_request_cb), (ev_window_fullscreen),
11757         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
11758         (ev_window_state_event_cb), (ev_window_init):
11759         Add fullscreen support from Epiphany.
11760         
11761 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
11762
11763         * data/ev-stock-zoom-fit-width.png: fit-width
11764         stock icon from gpdf.
11765         
11766         * shell/ev-stock-icons.[ch]: copied from gpdf.
11767         
11768         * shell/main.c: (main): init stock icons.
11769         
11770         * shell/ev-window.c: use the fit-width icon.
11771         
11772         * data/evince-ui.xml: add zooming toolbar items.
11773
11774 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
11775
11776         * shell/ev-view.c: 
11777         (ev_view_best_fit), (ev_view_fit_width): because
11778         get_page_size() returns the scaled page size, we
11779         need to calculate the scale factor relative to
11780         the previous scale factor. Should really just
11781         add get_real_page_size().
11782
11783 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
11784
11785         * shell/ev-view.[ch]:
11786         (ev_view_zoom), (ev_view_zoom_in), (ev_view_zoom_out),
11787         (ev_view_normal_size), (ev_view_best_fit), (ev_view_fit_width):
11788         add zooming.
11789         
11790         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
11791         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_normal_size),
11792         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width):
11793         hook it up.
11794         
11795         * pdf/xpdf/pdf-document.cc:
11796         (pdf_document_begin_find),
11797         (pdf_document_end_find): make static.
11798
11799 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
11800
11801         * pdf/xpdf/GlobalParams.h (setupBaseFontsFc): add prototype.
11802
11803         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): maps base font
11804         names to fontconfig patterns.
11805         (setupBaseFontsFc): setupBaseFonts reimplemented using fontconfig.
11806
11807         * pdf/xpdf/pdf-document.cc (pdf_document_load): use
11808         setupBaseFontsFc.
11809
11810 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
11811
11812         * Makefile.am:
11813         * configure.ac:
11814         * ps/Makefile.am:
11815         * ps/ggvutils.c:
11816         * ps/ggvutils.h:
11817         * ps/gsdefaults.c:
11818         * ps/gsdefaults.h:
11819         * ps/gsio.c:
11820         * ps/gsio.h:
11821         * ps/gtkgs.c:
11822         * ps/gtkgs.h:
11823         * ps/ps.c:
11824         * ps/ps.h:
11825
11826         Import ggv backend. Not hooked up yet.
11827
11828 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
11829
11830         * shell/main.c: (load_files), (main): load files
11831         from the command line.
11832
11833 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
11834
11835         * configure.ac: don't require bonobo.
11836         
11837         * cut-n-paste/recent-files/*: kill bonobo recent
11838         view.
11839
11840         * shell/ev-window.c:
11841         (ev_window_is_empty): upd.
11842         (unable_to_load), (ev_window_open): load backend
11843         based on the mime type.
11844
11845 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
11846
11847         * backend/.cvsignore: ignore generated marshalers source.
11848
11849         * shell/main.c (main): this is not epiphany.
11850
11851 2004-12-22  Havoc Pennington  <hp@redhat.com>
11852
11853         * shell/ev-view.c (ev_view_set_document): connect to "found" signal
11854         (expose_bin_window): draw find highlights
11855
11856         * shell/ev-window.c (find_bar_search_changed_cb): implement 
11857         
11858         * pdf/xpdf/pdf-document.cc (pdf_document_begin_find) 
11859         (pdf_document_end_find): implement this interface
11860
11861         * backend/ev-document.c (ev_document_found): add this to emit
11862         signal
11863
11864 Tue Dec 21 23:57:37 2004  Owen Taylor  <otaylor@redhat.com>
11865
11866         * data/evince-ui.xml: Add a few more toolbar items.
11867
11868         * shell/ev-window.c: Hook up page navigation toolbar 
11869         items.
11870
11871         * shell/ev-view.[ch]: add ev_view_set/get_page and 
11872         a page-changed signal.
11873
11874         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc::
11875         Add ev_document_get_page().
11876
11877         * shell/ev-window.c: Sensitize/desensitize navigation
11878         actions.
11879
11880 2004-12-21  Havoc Pennington  <hp@redhat.com>
11881
11882         * backend/ev-backend-marshal.c,
11883         backend/ev-backend-marshalers.list, backend/Makefile.am: add
11884         marshaler-generator thingy. I'm sure there's a better way to do
11885         this in the modern world.
11886
11887         * backend/ev-document.h (struct _EvDocumentIface): add begin_find,
11888         end_find methods and "found" signal.
11889
11890         * configure.ac: find glib-genmarshal
11891
11892 Tue Dec 21 23:20:35 2004  Jonathan Blandford  <jrb@redhat.com>
11893
11894         * shell/ev-sidebar.c: Construct an actual sidebar.
11895         * shell/ev-sidebar-bookmarks.[ch]:
11896         * shell/ev-sidebar-thumbnails.[ch]: Stub out sidebars.
11897
11898 Tue Dec 21 23:05:51 2004  Owen Taylor  <otaylor@redhat.com>
11899
11900         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc:
11901         Redo size handling.
11902         
11903         * shell/ev-view.c: Track the size from the document.
11904
11905 Tue Dec 21 22:17:04 2004  Owen Taylor  <otaylor@redhat.com>
11906
11907         * pdf/xpdf/pdf-document.cc (pdf_document_load): PDFDoc
11908         constructor assumes ownership of the string passed in.
11909         
11910         * shell/ev-window.c (ev_window_open): Destroy the error
11911         dialog once we've displayed it.
11912
11913 Tue Dec 21 21:58:56 2004  Owen Taylor  <otaylor@redhat.com>
11914
11915         * pdf/xpdf/pdf-document.cc shell/ev-view.c: Hook things up 
11916         a bit, it works! (sort of)
11917
11918         * pdf/xpdf/Makefile.am pdf/xpdf/pdf-document.cc:
11919         Move to .cc since we need to use C++ in the implementation.
11920
11921         * shell/dummy.cc: Add a CC file to force evince
11922         to be linked as a C++ program.
11923
11924 Tue Dec 21 21:07:55 2004  Owen Taylor  <otaylor@redhat.com>
11925
11926         * shell/ev-view.[ch]: Start of content-area widget.
11927
11928         * shell/ev-window.c: Create a EvView, update it
11929         as we change documents.
11930
11931         * shell/Makefile.am shell/ev-marshal.list: Add
11932         generated marshalers.
11933
11934 Tue Dec 21 20:28:11 2004  Jonathan Blandford  <jrb@redhat.com>
11935
11936         * Makefile.am (SUBDIRS): move shell.
11937
11938 Tue Dec 21 19:28:55 2004  Owen Taylor  <otaylor@redhat.com>
11939
11940         * pdf/{goo,fofi,splash,xpdf}/Makefile.am: Switch from
11941         .a to libtool convenience libraries.
11942
11943         * shell/ev-window.c (ev_window_open): Hard code loading
11944         a PDF document.
11945         
11946         * backend/ev-document.h: Add a boolean return to load(),
11947         fix GError * to GError **.
11948
11949         * pdf/xpdf/pdf-document.[ch] Makefile.am: Add a stub
11950         object for a PDF backend EvDocument.
11951
11952 Tue Dec 21 18:55:06 2004  Søren Sandmann  <sandmann@redhat.com>
11953
11954         * dvi/*: New directory with the beginning of a .dvi backend.
11955
11956 2004-12-21  Havoc Pennington  <hp@redhat.com>
11957
11958         * shell/eggfindbar.c (egg_find_bar_init): change buttons to
11959         previous/next instead of back/forward
11960
11961 Tue Dec 21 18:26:24 2004  Owen Taylor  <otaylor@redhat.com>
11962
11963         * backend/ev-document.[ch]: Fix a couple of problems so
11964         it compile.
11965
11966 Tue Dec 21 18:20:40 2004  Owen Taylor  <otaylor@redhat.com>
11967
11968         * viewer/* backend/* configure.ac Makefile.am: Move viewer directory 
11969         to backend/ directory, rename EvViewer to EvDocument.
11970
11971 2004-12-21  Havoc Pennington  <hp@redhat.com>
11972
11973         * shell/ev-window.c: hook up the find bar widget; now we just need
11974         a document to find things in
11975
11976         * shell/eggfindbar.c: a find bar widget
11977
11978 Tue Dec 21 17:20:16 2004  Jonathan Blandford  <jrb@redhat.com>
11979
11980         * shell/ev-sidebar.[ch]: initial sidebar boilerplate.
11981
11982 Tue Dec 21 16:30:58 2004  Owen Taylor  <otaylor@redhat.com>
11983
11984         * pdf/**: Import of xpdf code from gpdf. 
11985
11986         * pdf/xpdf/xpdfconfig.h: Move the non-config.h config.h to xpdfconfig.h
11987
11988         * pdf/splash/SplashFTFont.{cc,h} pdf/splash/SplashFTFont.h
11989         pdf/splash/SplashFTFontEngine.h pdf/splash/SplashFTFontFile.h: 
11990         Fix FreeType includes.
11991
11992         * pdf/xpdf/{Error.h GnomeVFSStream.cc ImageOutputDev.cc PDFDoc.cc\
11993         pdffonts.cc pdfimages.cc pdfinfo.cc pdftoppm.cc pdftops.cc
11994         pdftotext.cc PSOutputDev.cc PSOutputDev.h SplashOutputDev.h
11995         Stream.cc TextOutputDev.cc XPDFApp.cc xpdf.cc XPDFViewer.cc
11996         pdf/xpdf/Error.h PSOutputDev.h SplashOutputDev.h}:
11997         Include xpdfconfig.h
11998         
11999 Tue Dec 21 16:08:17 2004  Jonathan Blandford  <jrb@redhat.com>
12000
12001         * shell/ev-window.c (ev_window_dispose): dispose can be called
12002         multiple times.
12003
12004 2004-12-21  Havoc Pennington  <hp@redhat.com>
12005
12006         * shell/ev-window.c (ev_window_init): set title to Document Viewer
12007         rather than Evince
12008
12009         * data/evince-ui.xml, shell/ev-window.c: add a bunch of stub menu
12010         items; really they should be synced with the strings, etc. from
12011         current gpdf, but just getting the boring typing out of the way 
12012
12013 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
12014
12015         * po/POTFILES.in:
12016         * shell/ev-application.c: (window_destroy_cb):
12017         * shell/ev-window.c:
12018         * shell/main.c: (main):
12019
12020         Actually show the window...
12021
12022 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
12023
12024         * Makefile.am:
12025         * shell/Makefile.am:
12026         * shell/ev-application.c: (ev_application_class_init):
12027         * shell/ev-window.c: (ev_window_dispose), (ev_window_class_init):
12028
12029         Make it build again
12030
12031 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
12032
12033         Import to gnome cvs.
12034         
12035         * Remove copies of gpdf and ggv trees.
12036         * Rip out all the recursive configure code.
12037         * Remove bonobo machinery.
12038         * viewer/*: GInterfaces that backends should/can implement.
12039
12040 2004-11-09  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12041
12042         * shell/ev-window.c (ev_window_cmd_help_about): fix "documentors"
12043         typo
12044
12045 2004-10-28  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12046
12047         * shell/ev-application.c (EV_APPLICATION_GET_PRIVATE)
12048         (ev_application_finalize, ev_application_class_init)
12049         (ev_application_init): use GType instance private data for priv.
12050
12051         * shell/ev-window.c (EV_WINDOW_GET_PRIVATE)
12052         (ev_window_finalize, ev_window_class_init)
12053         (ev_window_init): ditto.
12054
12055 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12056
12057         * shell/ev-application.c (ev_application_new_window): make public
12058         (ev_application_show_initial_window): kill.
12059
12060         * shell/ev-application.h: update prototypes.
12061
12062         * shell/main.cc (main): inline ev_application_show_initial_window.
12063
12064 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12065
12066         * shell/ev-application.c (ev_application_new_window): impl.
12067         (ev_application_show_initial_window): use it.
12068         (is_window_empty, ev_application_get_empty_window): returns an
12069         existing empty window or a new one.
12070         (ev_application_open): from ev_window_cmd_file_open.
12071
12072         * shell/ev-application.h: update prototypes
12073
12074         * shell/ev-window.c (ev_window_is_empty): impl.
12075         (ev_window_open): make public.
12076         (ev_window_cmd_file_open): use ev_application_open
12077
12078         * shell/ev-window.h: update prototypes, remove unused.
12079
12080 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12081
12082         * shell/ev-window.c (ev_window_destroy, ev_window_class_init):
12083         move destroy handler out of here...
12084
12085         * shell/ev-application.c, shell/ev-application.h: ...into this new
12086         class. Also handles initial window creation.
12087
12088         * shell/main.cc (main): use EvApplication to create initial
12089         window.
12090
12091 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12092
12093         * Makefile.am (SUBDIRS): add cut-n-paste
12094
12095         * cut-n-paste/Makefile.am: add
12096
12097         * configure.ac: generate Makefiles in cut-n-paste
12098
12099 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12100
12101         * shell/ev-window.c (ev_window_dispose): new, unref the ui_manager
12102         (ev_window_class_init): install ev_window_dispose.
12103
12104 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12105
12106         * shell/ev-window.h, shell/ev-window.c: replace gchar with
12107         char (gchar looks stupid).
12108
12109 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12110
12111         * po/de.po: updated German translation.
12112
12113 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12114
12115         * configure.ac: add more pkg-config library checks for gnome-vfs,
12116         bonobo etc.
12117
12118         * gpdf/configure.in: temporarily disable libpaper
12119         checks. Otherwise I'd have to add the checks for the shell, too.
12120
12121 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12122
12123         * shell/ev-window.c (ev_window_cmd_file_open): add ps+pdf, ps, pdf
12124         and * file filters to the file choose.
12125
12126 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12127
12128         * po/de.po: Updated German translation.
12129
12130 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12131
12132         * shell/ev-window.c: use "S" as mnemonic for Statusbar.
12133
12134 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12135
12136         * data/evince-ui.xml: add View->Toolbar and View->Statusbar.
12137
12138         * shell/ev-window.c (menu_item_select_cb, menu_item_select_cb)
12139         (ev_window_init): implement those menuitems.
12140
12141 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12142
12143         * data/evince-ui.xml: add a toolbar (with FileOpen action)
12144
12145         * shell/ev-window.c (ev_window_init): use the toolbar.
12146
12147 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12148
12149         * shell/ev-window.c (ev_window_init): use menu translations
12150
12151 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12152
12153         * configure.ac: add "de" to ALL_LINGUAS.
12154
12155         * po/de.po: add German translation.
12156
12157 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12158
12159         * Makefile.am (SUBDIRS): add po
12160
12161         * configure.ac: check intltool, glib-gettext etc, generate
12162         po/Makefile.in
12163
12164         * po, po/POTFILES.in, po/POTFILES.skip: new.
12165
12166 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12167
12168         * shell/Makefile.am (INCLUDES): define GNOMELOCALEDIR which we
12169         already use (#ifdef ENABLE_NLS)
12170
12171         * shell/ev-window.c (ev_window_cmd_help_about): fix two star
12172         pointer indirection thinko.
12173
12174         * shell/main.c: include gi18n.h for bindtextdomain etc.
12175
12176 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12177
12178         * shell/ev-window.c (menu_item_select_cb, menu_item_deselect_cb)
12179         (connect_proxy_cb, disconnect_proxy_cb, ev_window_init): show
12180         tooltips for menu items in the statusbar.
12181
12182 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12183
12184         * configure.ac, data/Makefile.am, shell/Makefile.am: use
12185         pkgdatadir drop UIDIR
12186
12187 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12188
12189         * data/evince-ui.xml: Add File->Open menu item
12190
12191         * shell/ev-window.c (ev_window_cmd_file_open): impl. (shows a file
12192         chooser), hook it up in the ui manager.
12193
12194 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12195
12196         * shell/ev-window.c: fix Help->About tooltip.
12197
12198 2004-10-23 Martin Kretzschmar  <m_kretzschmar@gmx.net>
12199
12200         * configure.ac: set CFLAGS for libevprivate.
12201
12202         * lib/ev-stock-icons.h, lib/ev-stock-icons.c: stock icon
12203         definitions, factory etc.
12204
12205         * lib/Makefile.am: build libevprivate.a (only stock icon code).
12206
12207         * shell/Makefile.am: link against libevprivate.a.
12208
12209         * shell/ev-window.c (entries): add stock icon to Help->About.
12210
12211         * shell/main.c (main): init stock icon code.
12212
12213 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12214
12215         * lib/recent-files: egg recent files code
12216
12217         * lib/Makefile.am: add.
12218
12219         * Makefile.am: add lib subdir.
12220
12221         * configure.ac: gen. lib/Makefile and lib/recent-files/Makefile,
12222         set CFLAGS for recent-files.
12223
12224 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12225
12226         * configure.ac: disable -ansi and -pedantic gcc flags. They
12227         disable POSIX stuff in stdio.h, but egg-recent uses them.
12228
12229 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net> 
12230
12231         * configure.ac: add --disable-deprecated flag (defaults to on in
12232         "cvs" builds).
12233
12234         * shell/Makefile.am (INCLUDES): use it.
12235
12236 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12237
12238         * shell/main.c: add missing #include.
12239
12240         * shell/ev-window.c: fix for pedantic gcc.
12241         (ev_window_cmd_help_about): split license into paragraphs for
12242         translators and pedantic compilers.
12243
12244 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12245
12246         * configure.ac: add more warning flags if compiling with gcc from
12247         cvs (or explicitly requested with --enable-more-warnings).
12248
12249 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12250
12251         * data/evince-ui.xml: add File and File->Close menu.
12252
12253         * shell/ev-window.c (ev_window_cmd_file_close_window): impl.
12254         (ev_window_destroy): quit after destroy.
12255         (ev_window_class_init): override GtkObject::destroy.
12256         (entries): install close_window callback.
12257
12258 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12259
12260         * Makefile.am (SUBDIRS): add data subdir.
12261
12262         * configure.ac (UIDIR): gen data/Makefile, define UIDIR.  Require
12263         gtk+ 2.5.0 for GtkAboutDialog.
12264
12265         * data/Makefile.am, data/evince-ui.xml: add, ui definition for the
12266         main window.
12267
12268         * shell/Makefile.am (INCLUDES): propagate UIDIR definition.
12269
12270         * shell/ev-window.c (ev_window_init): create a menubar, using a ui
12271         manager.
12272         (ev_window_cmd_help_about): about command, using GtkAboutDialog.
12273
12274 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12275
12276         * shell/ev-window.c, shell/ev-window.h: Created an EvWindow class.
12277
12278 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12279
12280         * shell/main.c: make it a trivial gtk+ program, adjust configure.ac
12281
12282 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12283
12284         * shell/*: Added shell directory boilerplate, build it.
12285
12286 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12287
12288         * configure.ac, Makefile.am: Added top-level configure.ac and
12289         Makefile.am