]> www.fi.muni.cz Git - evince.git/blob - ChangeLog
Update region for current selected items also for checkbox buttons, since
[evince.git] / ChangeLog
1 2007-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
2
3         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
4
5         Update region for current selected items also for checkbox
6         buttons, since they can behave as radio buttons when they are in a
7         set.
8         
9 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
10
11         * configure.ac:
12         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
13
14         Get max length of text form fields.
15         
16 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
17
18         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
19         * libdocument/ev-form-field.h:
20         * shell/ev-view.c: (ev_view_form_field_text_create_widget):
21
22         Fix build with current poppler cvs head.
23         
24 2007-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
25
26         * cut-n-paste/zoom-control/ephy-zoom-control.c:
27         * shell/eggfindbar.c: (egg_find_bar_init):
28
29         Fix build with gtk+ >= 2.11.5 due to gtktooltips
30         deprecation. Fixes bug #455667
31         
32 2007-07-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
33
34         * NEWS:
35         * configure.ac:
36         
37         Update for release 0.9.2
38
39 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
40
41         * shell/ev-view.c: (ev_view_form_field_text_save),
42         (ev_view_form_field_choice_save):
43
44         Fix a crash when closing whith a form widget visible.
45
46 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
47
48         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
49
50         Update also the region of the current selected button when
51         clicking on another button if they are radio buttons.
52
53 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
54
55         * shell/ev-pixbuf-cache.[ch]: (ev_pixbuf_cache_class_init),
56         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
57         (add_job), (add_job_if_needed), (ev_pixbuf_cache_get_surface),
58         (ev_pixbuf_cache_get_link_mapping),
59         (ev_pixbuf_cache_get_image_mapping),
60         (ev_pixbuf_cache_get_form_field_mapping),
61         (ev_pixbuf_cache_get_text_mapping), (ev_pixbuf_cache_reload_page):
62         * shell/ev-view.c: (ev_view_form_field_get_region),
63         (ev_view_form_field_button_create_widget),
64         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
65         (job_finished_cb):
66
67         Redraw only form field region instead of the whole page when
68         reloading a page to show changes on the form field.
69
70 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
71
72         * shell/ev-view.c: (ev_view_form_field_choice_save):
73
74         Fix selection of first item in list form fields.
75
76 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
77
78         * shell/ev-pixbuf-cache.c: (add_job), (add_job_if_needed),
79         (ev_pixbuf_cache_reload_page),
80         (ev_pixbuf_cache_get_form_field_mapping):
81
82         Some refactoring to avoid duplicated code.
83
84 2007-07-08  Carlos Garcia Campos  <carlosgc@gnome.org>
85
86         * configure.ac:
87         * backend/pdf/ev-poppler.cc: (pdf_document_get_crop_box),
88         (ev_form_field_from_poppler_field),
89         (pdf_document_forms_get_form_fields),
90         (pdf_document_forms_form_field_text_get_text),
91         (pdf_document_forms_form_field_text_set_text),
92         (pdf_document_forms_form_field_button_set_state),
93         (pdf_document_forms_form_field_button_get_state),
94         (pdf_document_forms_form_field_choice_get_item),
95         (pdf_document_forms_form_field_choice_get_n_items),
96         (pdf_document_forms_form_field_choice_is_item_selected),
97         (pdf_document_forms_form_field_choice_select_item),
98         (pdf_document_forms_form_field_choice_toggle_item),
99         (pdf_document_forms_form_field_choice_unselect_all),
100         (pdf_document_forms_form_field_choice_set_text),
101         (pdf_document_forms_form_field_choice_get_text),
102         (pdf_document_document_forms_iface_init):
103         * libdocument/Makefile.am:
104         * libdocument/ev-form-field.[ch]:
105         * libdocument/ev-document-forms.[ch]:
106         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
107         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
108         (add_job), (ev_pixbuf_cache_reload_page),
109         (ev_pixbuf_cache_get_form_field_mapping):
110         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run):
111         * shell/ev-view-private.h:
112         * shell/ev-view.[ch]: (ev_view_set_scroll_adjustments),
113         (ev_view_handle_cursor_over_xy),
114         (ev_view_get_form_field_at_location),
115         (ev_view_forms_remove_widgets), (ev_view_form_field_destroy),
116         (ev_view_form_field_button_create_widget),
117         (ev_view_form_field_text_save), (ev_view_form_field_text_changed),
118         (ev_view_form_field_text_create_widget),
119         (ev_view_form_field_choice_save),
120         (ev_view_form_field_choice_changed),
121         (ev_view_form_field_choice_create_widget),
122         (ev_view_handle_form_field), (ev_view_size_allocate),
123         (ev_view_realize), (draw_end_presentation_page),
124         (ev_view_button_press_event), (ev_view_remove_all),
125         (ev_view_motion_notify_event), (ev_view_key_press_event),
126         (ev_view_enter_notify_event), (highlight_find_results),
127         (draw_loading_text), (draw_one_page), (ev_view_destroy),
128         (ev_view_class_init), (page_changed_cb),
129         (on_adjustment_value_changed), (ev_view_set_presentation),
130         (merge_selection_region), (ev_view_set_cursor),
131         (ev_view_reset_presentation_state):
132         
133         Merge evince-forms branch.
134
135 2007-07-03  Jaap Haitsma  <jaap@haitsma.org>
136
137         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: removed
138
139         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg.sh: added
140         This script also updates itself from libegg
141
142         * cut-n-paste/toolbar-editor/egg*:
143         Run update-toolbareditor-from-libegg.sh so we are in sync again with
144         libegg
145
146 2007-07-02  Jaap Haitsma  <jaap@haitsma.org>
147
148         * shell/ev-window.c:
149         
150         Adds a nice icon to page action during toolbar editing.
151         See bug #452872.
152
153 2007-07-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
154
155         * data/evince-toolbar.xml:
156         * shell/ev-window.c:
157         
158         Let user add a presentation and fullscreen icons on toolbar.
159         See bug #449734.
160
161 2007-07-01  Jaap Haitsma  <jaap@haitsma.org>
162
163         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: 
164
165         new script to keep in sync with toolbareditor in libegg
166
167         * cut-n-paste/toolbar-editor/*: 
168
169         Run update-toolbareditor-from-libegg so we are in sync again. 
170         Fixes bug #452850.
171         
172
173 2007-07-01  Carlos Garcia Campos  <carlosgc@gnome.org>
174
175         * shell/ev-sidebar-links.c: (job_finished_callback):
176
177         Do not connect selection changed signal more than once. Fixes bug
178         #349433.
179
180 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
181
182         * shell/ev-window.c: (ev_window_view_sidebar_cb):
183
184         Do not change sidebar chrome flag when pressing F9 key in
185         presentation mode.
186
187 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
188
189         * backend/pdf/ev-poppler.cc:
190         (pdf_document_thumbnails_get_dimensions):
191
192         Make sure thumbnails width and height is not <= 0. Fixes a crash
193         with some pdf documents which have really small pages.
194
195 2007-06-22  Gabor Kelemen  <kelemeng@gnome.hu>
196
197         * shell/main.c: (main):
198
199         Fixes program description translation issue.
200         Bug #450148.
201
202 2007-06-21  Cesar Fernandez  <cesar@pk2.org>
203
204         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
205
206         Do not change current page when returning from black/white mode
207         in presentation. Fixes bug #415032.
208
209 2007-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
210
211         * NEWS:
212         * configure.ac:
213         
214         Update for release 0.9.1
215
216 2007-06-17  Alaska Subedi  <asubedi@gmail.com>
217
218         * backend/dvi/dvi-document.c:
219         (dvi_document_finalize),
220         (dvi_document_file_exporter_format_supported),
221         (dvi_document_file_exporter_begin),
222         (dvi_document_file_exporter_do_page),
223         (dvi_document_file_exporter_end),
224         (dvi_document_file_exporter_iface_init), (dvi_document_init):
225         
226         PDF exporter for dvi documents. Fixes bug #441319.
227
228 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
229
230         * shell/ev-window.c: (ev_window_clear_print_job):
231
232         Clear gtk print job when job has finished. Fixes bug #447612.
233
234 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
235
236         * shell/ev-window.c: (ev_window_print_send),
237         (ev_window_print_dialog_response_cb), (ev_window_print_range):
238
239         Add preview button to print dialog. Fixes bug #445419.
240
241 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
242
243         * backend/dvi/Makefile.am:
244         * backend/dvi/pixbuf-device.[ch]: Removed
245         * backend/dvi/cairo-device.[ch]: Added
246         * backend/dvi/mdvi-lib/dviread.c: (draw_shrink_rule):
247         * backend/dvi/dvi-document.c: (dvi_document_load),
248         (dvi_document_render), (dvi_document_finalize),
249         (dvi_document_thumbnails_get_thumbnail), (parse_color),
250         (dvi_document_do_color_special):
251         * libdocument/ev-document-misc.[ch]:
252         (ev_document_misc_pixbuf_from_surface):
253
254         Port dvi backend to cairo and fix a problem with colors. 
255
256 2007-06-14  Carlos Garcia Campos  <carlosgc@gnome.org>
257
258         * shell/ev-view.c: (draw_one_page):
259
260         Draw only visible region.
261
262 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
263
264         * backend/djvu/djvu-document.c: (djvu_document_render):
265
266         Fix rotation in djvu backend.
267
268 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
269
270         * shell/ev-pixbuf-cache.c: (job_finished_cb),
271         (ev_pixbuf_cache_get_surface), (ev_pixbuf_cache_get_link_mapping),
272         (ev_pixbuf_cache_get_image_mapping),
273         (ev_pixbuf_cache_get_text_mapping):
274
275         Redraw view every time we have a new surface. Fixes bug #443587.
276
277 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
278
279         * libdocument/ev-document.c: (ev_document_info_free):
280
281         Fix memory leaks.
282
283 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
284
285         * backend/dvi/dvi-document.c: (dvi_document_render),
286         (dvi_document_render_pixbuf), (dvi_document_document_iface_init):
287         * backend/impress/impress-document.c:
288         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
289         (impress_document_render), (impress_document_document_iface_init),
290         (impress_document_thumbnails_get_thumbnail):
291         * backend/djvu/djvu-document-private.h:
292         * backend/djvu/djvu-document.c: (djvu_document_render),
293         (djvu_document_finalize), (djvu_document_document_iface_init),
294         (djvu_document_thumbnails_get_thumbnail), (djvu_document_init):
295         * backend/tiff/tiff-document.c: (tiff_document_render),
296         (tiff_document_render_pixbuf),
297         (tiff_document_document_iface_init):
298         * backend/pdf/ev-poppler.cc: (pdf_document_render),
299         (pdf_document_render_pixbuf), (pdf_document_document_iface_init),
300         (pdf_selection_render_selection):
301         * backend/comics/comics-document.c:
302         (comics_document_render_pixbuf), (comics_document_render),
303         (comics_document_document_iface_init):
304         * backend/pixbuf/pixbuf-document.c: (pixbuf_document_render),
305         (pixbuf_document_document_iface_init):
306         * libdocument/ev-document-misc.[ch]:
307         (ev_document_misc_surface_from_pixbuf),
308         (ev_document_misc_surface_rotate_and_scale):
309         * libdocument/ev-document.[ch]: (ev_document_render):
310         * libdocument/ev-selection.[ch]: (ev_selection_render_selection):
311         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
312         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
313         (ev_pixbuf_cache_get_surface), (new_selection_surface_needed),
314         (clear_selection_if_needed), (ev_pixbuf_cache_style_changed),
315         (ev_pixbuf_cache_get_selection_surface), (clear_job_selection):
316         * shell/ev-jobs.[ch]: (ev_job_render_dispose),
317         (render_finished_cb), (ev_job_render_run):
318         * shell/ev-view.c: (draw_loading_text), (draw_one_page),
319         (merge_selection_region):
320
321         Use cairo image surfaces instead of GDK pixbufs for drawing pages
322         and selections.
323
324 2007-06-12  Carlos Garcia Campos  <carlosgc@gnome.org>
325
326         * shell/ev-window-title.c: (ev_window_title_update):
327
328         Fix memory leak.
329
330 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
331
332         * shell/ev-view.c: (draw_loading_text):
333
334         Show loading text centered. Fixes bug #433061
335
336 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
337
338         * shell/ev-sidebar-thumbnails.c:
339         (ev_sidebar_thumbnails_set_loading_icon):
340
341         Remove a mutex in the main thread that blocks the UI in heavy
342         documents.
343
344 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
345
346         * shell/ev-pixbuf-cache.c (copy_job_to_job_info):
347
348         Set points_set to TRUE so that selections don't disappear after a
349         zoom change.
350
351 2007-06-07  Michael Monreal  <infernux@web.de>
352
353         * data/icons/16x16/actions/Makefile.am:
354         * data/icons/16x16/actions/zoom.svg:
355         * data/icons/22x22/actions/Makefile.am:
356         * data/icons/22x22/actions/zoom.svg:
357         * data/icons/24x24/actions/Makefile.am:
358         * shell/ev-stock-icons.c:
359         * shell/ev-stock-icons.h:
360         * shell/ev-window.c:
361         
362         Zoom icon artwork. See bug #444795.
363
364 2007-06-05  Bastien Nocera  <hadess@hadess.net>
365
366         * shell/ev-metadata-manager.c: Remove extraneous function
367         (Closes: #444386)
368
369 2007-06-05  Bastien Nocera  <hadess@hadess.net>
370
371         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
372         (ev_metadata_manager_shutdown), (ev_metadata_manager_set_last),
373         (ev_metadata_manager_set), (ev_metadata_manager_save):
374         Simplify the timeout, no need for modified anymore
375
376 2007-06-05  Bastien Nocera  <hadess@hadess.net>
377
378         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout),
379         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
380         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
381         (ev_metadata_manager_save): Adapted patch from Arjan van de
382         Ven (arjan@linux.intel.com) to avoid the timeout running all the
383         time, saves on power (Closes: #443851)
384
385 2007-06-02  Carlos Garcia Campos  <carlosgc@gnome.org>
386
387         * configure.ac:
388         * backend/pdf/ev-poppler.cc: (pdf_document_images_get_images),
389         (pdf_selection_render_selection), (pdf_document_get_page_duration):
390
391         Bump requirements to poppler 0.5.9 and drop all ifdefs used.
392
393 2007-05-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
394
395         * shell/ev-window.c: (ev_window_add_history):
396
397         Check if history is NULL
398
399 2007-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
400
401         * libdocument/ev-image.c: (ev_image_finalize):
402         * libdocument/ev-document-factory.c: (free_uncompressed_uri):
403         * libdocument/ev-attachment.c: (ev_attachment_finalize):
404         * libdocument/ev-file-helpers.[ch]: (ev_tmp_filename_unlink),
405         (ev_tmp_uri_unlink):
406
407         Add functions to delete temporary files created by evince in a safe
408         way.
409
410         * shell/ev-window.c: (ev_window_clear_local_uri),
411         (open_xfer_update_progress_callback),
412         (save_xfer_update_progress_callback), (ev_window_save_remote),
413         (file_save_dialog_response_cb), (ev_window_cmd_save_as),
414         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
415         (attachment_save_dialog_response_cb),
416         (ev_attachment_popup_cmd_save_attachment_as):
417
418         Allow saving a copy of a document, image or attachment to a remote
419         location. Fixes bug #440754. 
420
421 2007-05-22  Carlos Garcia Campos  <carlosgc@gnome.org>
422
423         * configure.ac:
424         * backend/pdf/ev-poppler.cc: (pdf_selection_render_selection):
425
426         Fix build with current poppler from cvs head. 
427
428 2007-05-21  Eduardo Lima <eduardo.lima@indt.org.br>
429
430         * libdocument/ev-file-helpers.c: (ensure_dir_exists):
431
432         Using g_mkdir_with_parents() instead of g_mkdir() to really ensure the
433         directory exists.
434
435 2007-05-20  Wouter Bolsterlee  <wbolster@svn.gnome.org>
436
437         * shell/ev-sidebar.c: (ev_sidebar_add_page):
438         * shell/ev-window.c:
439
440         Change sidebar ordering. Fixes bug #439939.
441
442 2007-05-20  Marc Brockschmidt he+bugzilla.g@marcbrockschmidt.de
443
444         * backend/comics/Makefile.am:
445         
446         Fixes build with --without-libgnome.
447
448 2007-05-19  Carlos Garcia Campos  <carlosgc@gnome.org>
449         
450         * shell/ev-view.c: (page_changed_cb), (on_adjustment_value_changed):
451
452         Update cursor and tooltip on page change and view scroll. Fixes bug
453         #439217.
454
455 2007-05-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
456
457         * NEWS:
458         * configure.ac:
459         
460         Update for release 0.9.0
461
462 2007-05-14  Alaska Subedi <asubedi@gmail.com>
463
464         * backend/djvu/djvu-document-private.h:
465         * backend/djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
466         (djvu_document_finalize),
467         (djvu_document_file_exporter_format_supported),
468         (djvu_document_file_exporter_begin),
469         (djvu_document_file_exporter_do_page),
470         (djvu_document_file_exporter_end),
471         (djvu_document_file_exporter_iface_init), (djvu_document_init):
472         
473         Implemented printing with djvu. Bug #437998.
474
475 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
476
477         * backend/impress/zip.c:
478         Add missing ulong definition.
479
480         * backend/ps/ps-interpreter.c:
481         Add missing headers.
482
483         Fix compilation on FreeBSD. Patch by Roy Marples. Fixes bug #438277.
484
485 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
486
487         * backend/pdf/ev-poppler.cc: (pdf_document_dispose):
488
489         Add missing call to parent class dispose method. 
490
491 2007-05-12  Ross Burton  <ross@openedhand.com>
492
493         * shell/main.c:
494         Sync keybindings manually when building without libgnome
495         (#437925).
496
497 2007-05-12  Ross Burton  <ross@openedhand.com>
498
499         * shell/ev-window.c:
500         Respect the screen when opening help (#437866).
501
502 2007-05-11  Carlos Garcia Campos  <carlosgc@gnome.org>
503
504         * data/evince-ui.xml:
505         * shell/ev-application.[ch]: (get_print_settings_from_args),
506         (ev_application_open_uri_at_dest), (ev_application_open_uri),
507         (ev_application_open_uri_list):
508         * shell/ev-window.[ch]: (ev_window_clear_print_settings_file),
509         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
510         (ev_window_cmd_recent_file_activate), (ev_window_run_preview),
511         (ev_window_cmd_view_reload), (lookup_printer_from_name),
512         (ev_window_preview_print_finished), (ev_window_cmd_preview_print),
513         (ev_window_dispose):
514         * shell/main.c: (arguments_parse):
515
516         Add print button in preview mode. Fixes bug #396475. 
517
518 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
519
520         * cut-n-paste/zoom-control/ephy-zoom.h:
521         
522         Fixes zoom level factors. See bug #408119 for details.
523
524 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
525
526         * backend/comics/comics-document.c: (comics_regex_quote),
527         (extract_argv):
528         
529         Correctly quote symbols. Fixes crash in the bug
530         #415370.
531
532 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
533
534         * shell/ev-navigation-action-widget.c:
535         (ev_navigation_action_widget_init),
536         (ev_navigation_action_widget_class_init),
537         (ev_navigation_action_widget_button_press_event):
538         
539         Connect to button-press event on correct widget. Fixes
540         bug #431988
541
542 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
543
544         * shell/ev-application.c: (ev_application_open_window),
545         (ev_application_add_icon_path_for_screen),
546         (ev_application_open_uri_at_dest):
547         * shell/ev-navigation-action-widget.c: (popup_menu_under_arrow):
548         * shell/ev-navigation-action.c: (build_menu):
549         
550         Add app-specific icons to our icon theme. Fixes bug
551         #425508.
552
553 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
554
555         * shell/ev-history.c: (ev_history_class_init),
556         (ev_history_add_link):
557         * shell/ev-history.h:
558         * shell/ev-navigation-action.c:
559         (ev_navigation_action_history_changed),
560         (ev_navigation_action_set_history), (build_menu),
561         (ev_navigation_action_finalize):
562         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
563         
564         Make navigation action unsensitive instead of showing
565         menu with unsensitive word. Fixes bug #417392.
566
567 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
568
569         * shell/ev-application.[ch]: (ev_application_shutdown),
570         (ev_application_get_print_settings),
571         (ev_application_set_print_settings):
572         * shell/ev-window.c:
573
574         Remember print settings. Fixes bug #349102. 
575
576 2007-05-08  Christian Persch  <chpe@gnome.org>
577
578         * configure.ac:
579         * properties/ev-properties-view.c:
580
581         No need for a configure check; just use the GTK_CHECK_VERSION macro.
582         Bug #382438.
583
584 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
585
586         * configure.ac:
587         * properties/ev-properties-view.c: (ev_regular_paper_size):
588
589         Use gtk+ builtin paper list to identify the document's paper size.
590         Fixes bug #382438. 
591
592 2007-05-04  Carlos Garcia Campos  <carlosgc@gnome.org>
593
594         * configure.ac:
595
596         Fix build when compiling with thumbnailer and libgnome support. 
597
598 2007-05-04  Ross Burton  <ross@openedhand.com>
599
600         * configure.ac:
601         Add --without-libgnome, check for libgnome and libgnomeui
602         separately, and add them to the symbols as required.
603
604         * libdocument/ev-file-helpers.c:
605         When building without libgnome, use g_get_user_config_dir instead
606         of gnome_user_dir_get.
607
608         * shell/ev-application.c:
609         When building without libgnome, don't use session management.
610
611         * shell/main.c:
612         When building without libgnome, don't use GnomeProgram or
613         initialise the authentication manager.
614
615         This fixes #328842.
616
617 2007-05-04  Ross Burton  <ross@openedhand.com>
618
619         * shell/ev-window.c:
620         Don't use libgnome to open help, instead call Yelp directly.
621
622 2007-05-04  Ross Burton  <ross@openedhand.com>
623
624         * shell/ev-sidebar-attachments.c:
625         Don't use libgnome to lookup icons for MIME types, instead copy
626         code from GTK+ to do it manually.
627
628 2007-05-04  Ross Burton  <ross@openedhand.com>
629
630         * configure.ac:
631         Add libxml to the dependencies for SHELL_CORE (#435818).
632
633 2007-05-02  Ross Burton  <ross@openedhand.com>
634
635         * configure.ac:
636         * Makefile.am:
637         Add --disable-thumbnailer (#434825)
638
639 2007-05-02  Ross Burton  <ross@openedhand.com>
640
641         * shell/ev-window.c:
642         Add missing includes, fix indentation.
643
644         * shell/main.c:
645         Fix indentation.
646
647 2007-04-30  Eduardo Lima <eduardo.lima@indt.org.br>
648
649         * shell/ev-window.c (ev_window_cmd_recent_file_activate): Use
650         ev_application_open_uri_at_dest instead of ev_application_open_uri
651         preventing new document always being opened in a new window even if there
652         is an empty window.
653
654 2007-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
655
656         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
657         (egg_recent_view_uimanager_finalize):
658         * properties/ev-properties-view.c: (ev_properties_view_dispose):
659         * shell/ev-page-action-widget.c: (ev_page_action_widget_finalize):
660         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_finalize),
661         (ev_pixbuf_cache_dispose):
662         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose):
663         * shell/ev-tooltip.c: (ev_tooltip_dispose):
664         
665         Add missing chain to parent class methods. Fixes
666         bug #433128.
667
668 2007-04-22  Brian Pepple  <bpepple@fedoraproject.org>
669
670         * data/Makefile.am (update-icon-cache): Updates
671         gtk-update-icon-cache in uninstall-hook.
672
673 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
674
675         * shell/ev-window.c: (ev_window_setup_document),
676         (ev_window_set_document), (ev_window_load_job_cb):
677         * shell/ev-view.c: (setup_caches):
678         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_set_document):
679
680         Start rendering pages before any other jobs. 
681
682 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
683
684         * shell/ev-window.c: (ev_window_stop_fullscreen),
685         (ev_window_stop_presentation):
686
687         Update chrome visibility before window unfullscreen. 
688
689 2007-04-20  Carlos Garcia Campos  <carlosgc@gnome.org>
690
691         * data/Makefile.am:
692         * data/evince-ui.xml:
693         * shell/ev-stock-icons.[ch]:
694         * shell/ev-application.[ch]: (ev_application_shutdown),
695         (ev_application_init), (ev_application_get_toolbars_model):
696         * shell/ev-window.c: (update_chrome_visibility),
697         (fullscreen_toolbar_setup_item_properties),
698         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
699         (ev_window_run_presentation), (ev_window_stop_presentation),
700         (ev_window_run_preview), (ev_window_screen_changed),
701         (ev_window_cmd_leave_fullscreen), (ev_window_cmd_start_presentation),
702         (ev_window_dispose), (ev_window_init):
703
704         Make fullscreen toolbar always visible. Do not use egg toolbars for
705         fullscreen and preview modes since such toolbars are not editables.
706         Fixes bugs #300278, #338910 and #316188.  
707
708 2007-04-20  Iñigo Martínez  <inigomartinez@gmail.com>
709
710         * shell/ev-application.c:
711         * shell/ev-job-queue.c:
712         * shell/ev-metadata-manager.c:
713         * shell/ev-stock-icons.c:
714         * shell/ev-window.c:
715         * shell/main.c:
716         
717         Developers documentation updated.
718
719 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
720
721         * shell/ev-window.c: (uri_is_valid), (launch_external_uri):
722
723         Check whether uri is valid before launching it. Fixes bug #427664.
724
725 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
726
727         * shell/ev-window.c:
728
729         Change key accelerator for Open a Copy menu entry which is in conflict
730         with Close. Fixes bug #427321.
731
732 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
733
734         * NEWS:
735         * configure.ac:
736         
737         Update for release 0.8.1
738
739 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
740
741         * shell/ev-window.c: (setup_size_from_metadata):
742         
743         Do not make window bigger than screen. Fixes bug 
744         #388985.
745
746 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
747
748         * backend/tiff/tiff-document.c: (tiff_document_get_resolution),
749         (tiff_document_get_page_size), (tiff_document_render_pixbuf):
750
751         Use default resolution when it's not provided by document. Fixes bug
752         #408762.
753
754 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
755
756         * configure.ac:
757         * thumbnailer/Makefile.am:
758         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
759         * thumbnailer/evince-thumbnailer.schemas.in:
760         * thumbnailer/evince-thumbnailer-ps.schemas.in:
761
762         Add support for ps, eps and compressed documents thumbnails. Do not
763         ignore size parameter. 
764
765 2007-04-07  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
766
767         * backend/dvi/dvi-document.c: (dvi_document_class_init), (hsb2rgb),
768         (dvi_document_do_color_special):
769         * backend/dvi/mdvi-lib/special.c: (register_builtin_specials):
770
771         Implement font color specials in the DVI backend. Fixes bug #303651.
772
773 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
774
775         Fixup the previous commit:
776
777         * shell/Makefile.am (SOURCES): Add xdg-user-dir-lookup.c
778         * shell/xdg-user-dir-lookup.c: Make the function non-static
779         * shell/ev-window.c: Don't include xdg-user-dir-lookup.c
780
781 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
782
783         * shell/ev-window.c (file_open_dialog_response_cb): Use
784         the xdg-user-dirs DOCUMENTS folder as default folder when
785         opening a file chooser.  (#424858)
786
787         * shell/xdg-user-dir-lookup.c: Copy-and-pasted file from
788         xdg-user-dirs.
789
790 2007-03-24  Carlos Garcia Campos  <carlosgc@gnome.org>
791
792         * shell/ev-window.c: (ev_window_load_job_cb):
793
794         Do not setup view from metadata on preview mode. 
795
796 2007-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
797
798         * shell/main.c:
799
800         Use unlink-tempfile instead of unlink-temp-file. Fixes bug #421274. 
801
802 2007-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
803
804         * shell/ev-view.c: (ev_view_primary_get_cb):
805
806         Check pointer != NULL before using it. Fixes bug #416841. 
807
808 2007-03-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
809
810         * NEWS:
811         * configure.ac:
812         
813         Release 0.8.0
814
815 2007-03-10  Carlos Garcia Campos  <carlosgc@gnome.org>
816
817         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
818
819         Do not render thumbnails when sidebar thumbnail page is not visible
820         at startup. Fixes bug #416447. 
821
822 2007-03-07  Christian Kirbach  <Christian.Kirbach@googlemail.com>
823
824         * data/evince.desktop.in.in:
825
826         "Application" is not a valid category in the freedesktop specification.
827
828 2007-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
829
830         * libdocument/ev-file-helpers.[ch]: (compression_run),
831         (ev_file_uncompress), (ev_file_compress):
832         * shell/ev-window.c: (file_save_dialog_response_cb):
833
834         Save document compressed when saving a copy of a compressed document.
835         Fixes bug #334542.
836
837 2007-02-23  Carlos Garcia Campos  <carlosgc@gnome.org>
838
839         * shell/ev-view.c: (ev_view_goto_window_key_press_event):
840
841         Allow deleting in goto window entry in presentation mode. 
842
843 2007-02-20  Kjartan Maraas  <kmaraas@gnome.org>
844
845         * Makefile.am: Dist MAINTAINERS.
846
847 2007-02-20  Carlos Garcia Campos  <carlosgc@gnome.org>
848
849         * shell/ev-window.c: (ev_window_update_actions):
850
851         Fix zoom shortcut keys when searching. Fixes bug #409828.
852
853 2007-02-18  Carlos Garcia Campos  <carlosgc@gnome.org>
854
855         * shell/ev-window.c: (ev_window_setup_document):
856
857         Fix crash when loading documents with only one page. 
858
859 2007-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
860
861         * backend/dvi/dvi-document.c:
862         (dvi_document_thumbnails_get_dimensions),
863         (dvi_document_thumbnails_get_thumbnail):
864         * backend/impress/impress-document.c:
865         (impress_document_thumbnails_get_thumbnail),
866         (impress_document_thumbnails_get_dimensions):
867         * backend/ps/ps-document.c: (ps_document_thumbnails_get_thumbnail),
868         (ps_document_thumbnails_get_dimensions):
869         * backend/djvu/djvu-document.c:
870         (djvu_document_thumbnails_get_dimensions),
871         (djvu_document_thumbnails_get_thumbnail):
872         * backend/tiff/tiff-document.c:
873         (tiff_document_thumbnails_get_thumbnail),
874         (tiff_document_thumbnails_get_dimensions):
875         * backend/pdf/ev-poppler.cc: (make_thumbnail_for_page),
876         (pdf_document_thumbnails_get_thumbnail),
877         (pdf_document_thumbnails_get_dimensions):
878         * backend/comics/comics-document.c:
879         (comics_document_thumbnails_get_thumbnail),
880         (comics_document_thumbnails_get_dimensions):
881         * backend/pixbuf/pixbuf-document.c:
882         (pixbuf_document_thumbnails_get_thumbnail),
883         (pixbuf_document_thumbnails_get_dimensions):
884         * libdocument/ev-document-thumbnails.[ch]:
885         (ev_document_thumbnails_get_thumbnail),
886         (ev_document_thumbnails_get_dimensions):
887         * libdocument/ev-document-misc.[ch]:
888         (ev_document_misc_get_thumbnail_frame):
889         * shell/ev-jobs.[ch]: (ev_job_thumbnail_dispose),
890         (ev_job_thumbnail_new), (ev_job_thumbnail_run):
891         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page), (add_range),
892         (ev_sidebar_thumbnails_set_loading_icon), (refresh),
893         (ev_sidebar_thumbnails_refresh):
894         * shell/ev-window.c: (ev_window_setup_document):
895         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
896
897         Use an EvRenderContext for rendering thumbnails instead of a suggested
898         width, so that different sized pages get sized proportionally.
899
900 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
901
902         * shell/ev-view.c: (ev_view_button_press_event),
903         (ev_view_key_press_event):
904
905         Fix critical warnings when there is no document loaded. 
906
907 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
908
909         * shell/ev-page-action-widget.c:
910         * shell/ev-navigation-action.c:
911         * shell/ev-window.c:
912
913         Fix compile warnings. 
914
915 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
916
917         * backend/djvu/djvu-text.h:
918         * backend/djvu/djvu-document.c:
919         * backend/djvu/djvu-text-page.c:
920         * backend/djvu/djvu-links.c:
921         * backend/djvu/djvu-text-page.h:
922         * backend/djvu/djvu-text.c:
923         
924         Fix build on Mac. Fixes bug #392186. Patch by
925         <ephraim_owns@hotmail.com>
926
927 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
928
929         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
930
931         Restore cairo context before rendering every page when printing a PDF
932         document into a PDF file. 
933
934 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
935
936         * backend/ps/gstypes.h:
937         * backend/ps/ps-document.c: (ps_document_get_page_rotation),
938         (ps_document_get_page_size), (ps_async_renderer_render_pixbuf),
939         (ps_document_thumbnails_get_thumbnail):
940
941         Handle PostScript page orientation. Fixes bug #318568.
942
943 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
944
945         * backend/ps/Makefile.am:
946         * backend/ps/ps-document.[ch]: (ps_document_init), (ps_document_dispose),
947         (document_load), (ps_document_load), (save_document),
948         (save_page_list), (ps_document_get_n_pages),
949         (ps_document_get_page_size), (ps_document_get_info),
950         (ps_interpreter_page_rendered), (ps_async_renderer_render_pixbuf),
951         (ps_interpreter_thumbnail_rendered), (ps_document_render_thumbnail),
952         (ps_document_thumbnails_get_thumbnail),
953         (ps_document_thumbnails_get_dimensions),
954         (ps_document_document_thumbnails_iface_init):
955         * backend/ps/ps.[ch]: (psgetpagebox):
956         * backend/ps/ps-interpreter.[ch]:
957
958         Add support for thumbnails in ps backend. Fixes bug #164755. 
959
960 2007-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
961
962         * NEWS:
963         * configure.ac:
964         
965         Release 0.7.2
966
967 2007-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
968
969         * shell/ev-window.c: (ev_window_set_icon_from_thumbnail),
970         (ev_window_clear_thumbnail_job), (ev_window_setup_document),
971         (ev_window_dispose):
972
973         Use document thumbnail as window icon. Fixes bug #384442.
974
975 2007-02-11  Ed Catmur  <ed@catmur.co.uk>
976
977         * configure.ac:
978
979         Remove application/x-gzpostscript from EVINCE_MIME_TYPES which was
980         duplicated adding application/x-bzpostscript instead. 
981
982 2007-02-11  Tom Parker  <palfrey@tevp.net>
983
984         * backend/ps/ps-document.c: (document_load):
985
986         Check return value of psscan before trying
987         to use it. Fixes bug #372414.
988
989 2007-02-11  Carlos Garcia Campos  <carlosgc@gnome.org>
990
991         * shell/ev-page-cache.c: (ev_page_cache_finalize):
992
993         Fix invalid free in ev-page-cache. Fixes bug #404745.
994
995 2007-02-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
996
997         * test/Makefile.am:
998         * test/test3.py:
999         
1000         Added reload test case.
1001
1002 2007-02-10  Carlos Garcia Campos  <carlosgc@gnome.org>
1003
1004         * po/POTFILES.in:
1005         * backend/djvu/djvu-document.c: (djvu_document_load):
1006
1007         Check whether there are missing files in indirect multipage djvu
1008         documents. Fixes bug #361683. 
1009
1010 2007-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1011
1012         * test/Makefile.am:
1013         * test/test-mime.bin:
1014         * test/test3.py:
1015         
1016         Added test for slow mime type
1017
1018 2007-02-06  Carlos Garcia Campos  <carlosgc@gnome.org>
1019
1020         * shell/ev-page-cache.c: (ev_page_cache_finalize):
1021
1022         Add some checks and call parent_class->finalize. Fixes bug #404745.
1023
1024 2007-02-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1025
1026         * shell/ev-navigation-action.c: (connect_proxy):
1027         
1028         Fixes dropdown history menu. Thanks a lot Carlos!
1029
1030 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
1031
1032         * backend/djvu/djvu-links.c: (str_to_utf8), (build_tree):
1033
1034         Make sure g_markup_escape_text receives a valid utf-8 string. Fixes
1035         bug #373715.
1036
1037 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
1038
1039         * backend/ps/ps.c: (psscan):
1040
1041         Fix memory leak. 
1042
1043 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1044
1045         * configure.ac:
1046         * libdocument/ev-file-helpers.c: 
1047
1048         Add missing libgnome/gnome-init.h header file. Fixes bug #396677.
1049
1050 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1051
1052         * configure.ac:
1053         * backend/ps/ps-document.c: (ps_document_init), (ps_document_dispose),
1054         (ps_interpreter_start), (document_load), (save_document),
1055         (save_page_list):
1056         * libdocument/ev-file-helpers.[ch]: (ev_file_uncompress):
1057         * libdocument/ev-document-factory.c:
1058         (ev_document_factory_get_from_mime), (get_document_from_uri),
1059         (free_uncompressed_uri), (ev_document_factory_get_document):
1060         * shell/ev-window.c: (ev_window_cmd_file_open_copy_at_dest):
1061
1062         Support for PDF, PS and EPS compressed files. Fixes bug #307087. 
1063
1064 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1065
1066         * libdocument/ev-document.h:
1067
1068         Fix typo in function name. 
1069
1070 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1071
1072         * backend/ps/ps-document.c: (ps_interpreter_finished),
1073         (ps_interpreter_start), (ps_interpreter_failed):
1074
1075         Handle ghostscript interpreter crashes. 
1076
1077 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
1078
1079         * shell/ev-window.c: (ev_window_open_uri),
1080         (window_configure_event_cb):
1081
1082         Setup window size and position before showing it. Fixes bug #401711.
1083
1084 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
1085
1086         * backend/ps/Makefile.am:
1087         * backend/ps/ps-document.[ch]: (ps_section_free), (ps_document_init),
1088         (ps_document_dispose), (ps_document_class_init),
1089         (ps_interpreter_input), (ps_interpreter_output),
1090         (ps_interpreter_error), (setup_interpreter_env),
1091         (ps_interpreter_start), (ps_interpreter_stop),
1092         (ps_interpreter_failed), (ps_interpreter_is_ready),
1093         (check_filecompressed), (document_load), (ps_document_load),
1094         (ps_document_get_n_pages), (setup_page), (setup_pixmap),
1095         (ps_document_widget_event), (send_ps), (ps_document_next_page),
1096         (render_page):
1097
1098         Rework ps-document. Code cleanups, remove deprecated code. 
1099
1100 2007-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1101
1102         * shell/ev-view.c: (ev_view_button_press_event):
1103
1104         Do not start an image drag and drop operation when pointer is on 
1105         text, so that we can select text when the whole background is an
1106         image. 
1107
1108 2007-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1109
1110         * shell/ev-window.c: (ev_window_update_actions): 
1111
1112         Disable all zoom related actions during presentation mode. 
1113
1114 2007-01-31  Esteban Sanchez  <esteban@steve-0.com>
1115
1116         * shell/ev-view.c: (ev_view_zoom_in), (ev_view_zoom_out):
1117
1118         Do not zoom in or out on presentation mode. Fixes bug #401305.
1119
1120 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1121
1122         * shell/ev-navigation-action.c: (connect_proxy),
1123         (create_menu_item), (ev_navigation_action_class_init):
1124         
1125         Correctly show menu and fix crash when navigaton 
1126         action is out of toolbar visible area.
1127
1128 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1129
1130         * data/Makefile.am:
1131         * data/evince.1:
1132         
1133         Added man file
1134
1135 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1136
1137         * help/reference/* :
1138         * configure.ac:
1139         
1140         Added gtk-doc based documentation for Evince.
1141         Still in initial state but I hope it will
1142         grow.
1143         
1144         * configure.ac:
1145         
1146         Lower dbus requirement to 0.70
1147
1148 2007-01-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1149
1150         * shell/ev-window.c: (ev_window_add_history):
1151
1152         Fix memory leak. 
1153
1154 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1155
1156         * shell/ev-view.c: (ev_view_page_label_from_dest), (tip_from_link):
1157         * shell/ev-view.h:
1158         * shell/ev-window.c: (ev_window_add_history):
1159         
1160         Correctly handle named destination links
1161
1162 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1163
1164         * NOTES:
1165         * backend/djvu/djvu-links.c: (djvu_links_get_links_model):
1166         * backend/pdf/ev-poppler.cc:
1167         * libdocument/ev-document-links.h:
1168         * libdocument/ev-link.c: (ev_link_get_page):
1169         * libdocument/ev-link.h:
1170         * shell/ev-history.c: (ev_history_init), (ev_history_class_init),
1171         (ev_history_add_link):
1172         * shell/ev-history.h:
1173         * shell/ev-navigation-action.c: (activate_menu_item_cb),
1174         (new_history_menu_item), (build_menu):
1175         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
1176         * shell/ev-sidebar-links.c: (create_loading_model),
1177         (print_section_cb), (ev_sidebar_links_construct),
1178         (fill_page_labels), (update_page_callback_foreach),
1179         (update_page_callback), (job_finished_callback):
1180         * shell/ev-view.c: (ev_view_handle_link):
1181         * shell/ev-window.c: (ev_window_find_chapter),
1182         (ev_window_add_history), (view_handle_link_cb),
1183         (history_changed_cb):
1184         
1185         Implements another history variant
1186
1187 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
1188
1189         * shell/ev-window.c: (view_external_link_cb):
1190         * shell/ev-view.c: (ev_view_button_release_event):
1191
1192         Open links in new window when clicking with middle button. 
1193
1194 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1195
1196         * shell/ev-navigation-action.c: (new_history_menu_item):
1197         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
1198         * shell/ev-view.c: (ev_view_handle_link):
1199         * shell/ev-window.c:
1200         
1201         Store link before jump, not the destination. For me it 
1202         seems like more natural history behavior.
1203
1204 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1205
1206         * shell/ev-navigation-action.c: (activate_menu_item_cb),
1207         (ev_navigation_action_class_init):
1208         * shell/ev-navigation-action.h:
1209         * shell/ev-page-action.c: (activate_cb):
1210         * shell/ev-page-cache.c: (ev_page_cache_class_init),
1211         (ev_page_cache_set_current_page_history):
1212         * shell/ev-page-cache.h:
1213         * shell/ev-sidebar-thumbnails.c:
1214         (ev_sidebar_tree_selection_changed),
1215         (ev_sidebar_icon_selection_changed), (page_changed_cb):
1216         * shell/ev-view-private.h:
1217         * shell/ev-view.c: (ev_view_handle_link), (ev_view_class_init):
1218         * shell/ev-view.h:
1219         * shell/ev-window.c: (page_changed_cb), (history_changed_cb),
1220         (ev_window_setup_document), (ev_window_load_job_cb):
1221         * shell/ev-window.h:
1222         
1223         History finally works as expected.
1224
1225 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
1226
1227         * shell/ev-sidebar-links.c: (ev_sidebar_links_map):
1228
1229         Do not update links treeview if it doesn't have a model assigned yet. 
1230
1231 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
1232
1233         * shell/ev-sidebar-links.c: (ev_sidebar_links_map),
1234         (ev_sidebar_links_class_init), (update_page_callback):
1235
1236         Do not update links treeview when sidepane is not visible. 
1237
1238 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1239
1240         * shell/ev-marshal.list:
1241         * shell/ev-page-action.c: (activate_cb),
1242         (ev_page_action_class_init):
1243         * shell/ev-page-action.h:
1244         * shell/ev-page-cache.c: (ev_page_cache_set_page_label):
1245         * shell/ev-window.c:
1246         
1247         Remove activate_link signal, not required.
1248
1249 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1250
1251         * shell/ev-navigation-action.c: (build_menu):
1252         
1253         Reorder menu items and build menu with fixed length.
1254
1255 2007-01-27  Ed Catmur  <ed@catmur.co.uk>
1256
1257         * shell/ev-view.c: (get_selected_text):
1258         
1259         Normalize text to fix ligatures problem. See bug
1260         #341947 for details.
1261
1262 2007-01-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1263
1264         * shell/ev-page-cache.c: (ev_page_cache_finalize):
1265
1266         Fix memory leak in ev-page-cache. 
1267
1268 2007-01-25  Tom Parker <palfrey@tevp.net>
1269
1270         * backend/impress/impress-document.c: (impress_document_load),
1271         (impress_document_finalize), (impress_document_init):
1272         * properties/ev-properties-main.c: (ev_properties_get_pages):
1273         
1274         Correctly handle impress document errors. Fixes nautilus
1275         crash in property page #370491.
1276
1277 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1278
1279         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
1280         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
1281         (ev_job_queue_remove_job):
1282         * shell/ev-jobs.[ch]: (ev_job_load_init), (ev_job_load_class_init),
1283         (ev_job_load_dispose), (ev_job_load_new), (ev_job_load_set_uri),
1284         (ev_job_load_run):
1285         * shell/ev-window.c: (ev_window_is_empty), (password_dialog_response),
1286         (ev_window_popup_password_dialog), (ev_window_clear_load_job),
1287         (ev_window_load_job_cb), (xfer_update_progress_callback),
1288         (ev_window_open_uri), (ev_window_dispose):
1289         * shell/main.c: (main):
1290
1291         Do file transfer asynchronously in the main thread instead of
1292         synchronously in the load thread. Fixes bugs #399694, #398307 and
1293         #343542.
1294
1295 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1296
1297         * shell/ev-jobs.c: (ev_job_xfer_run):
1298
1299         Load the document with the font-config lock held. 
1300
1301 2007-01-23  Carlos Garcia Campos  <carlosgc@gnome.org>
1302
1303         * backend/ps/ps-document.c: (start_interpreter):
1304
1305         Fix memory leaks in ps backend. 
1306
1307 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
1308
1309         * backend/impress/impress-document.c:
1310         (impress_document_render_pixbuf):
1311
1312         Do not acquire fontconfig lock in impress backend, since it is using
1313         the main loop for rendering. 
1314
1315 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
1316
1317         * po/POTFILES.in: 
1318
1319         Remove mdvi files that shouldn't be translated. 
1320
1321 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
1322
1323         * shell/ev-view-private.h:
1324         * shell/ev-view.c: (draw_loading_text), (ev_view_destroy),
1325         (ev_view_set_zoom):
1326
1327         Render "loading..." text into a cairo surface instead of directly into
1328         the window so that fontconfig lock is only needed once and UI is not
1329         blocked. Change text color to #9B9B9B. Fixes bug #397356.
1330
1331 2007-01-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1332
1333         * shell/ev-stock-icons.c: (ev_stock_icons_init):
1334         * shell/ev-application.c: (ev_application_open_uri_at_dest):
1335
1336         Use icon theme associated with the window screen rather than default. 
1337
1338 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
1339
1340         * configure.ac:
1341
1342         Fix a typo in previous commit (24x24/action/ --> 24x24/actions)
1343
1344 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
1345
1346         * data/icons/*/apps/evince.*:
1347
1348         Move Evince icons under new apps directory.
1349
1350         * data/icons/*/actions/*:
1351
1352         Add new custom themeable Evince icons: view-page-continuous, 
1353         view-page-facing, zoom-fit-width, zoom-fit-page. From Andreas
1354         Nilsson, at 16 and 22 pixels (plus 24 for compatibility).
1355
1356         * configure.ac:
1357
1358         Add new directories to AC_CONFIG_FILES.
1359
1360         * shell/ev-stock-icons.c:
1361         * shell/ev-stock-icons.h:
1362
1363         Use new custom themeable icons.
1364
1365 2007-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
1366
1367         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
1368
1369         Do not draw white background page in presentation mode. 
1370
1371 2007-01-16  Jani Monoses <jani.monoses@gmail.com>
1372
1373         * shell/ev-view.c: Remove unused gnome-vfs include.
1374
1375 2007-01-16  Theppitak Karoonboonyanan  <thep@linux.thai.net>
1376
1377         * backend/dvi/mdvi-lib/fontmap.c: (mdvi_load_fontmap):
1378         
1379         Format string is corrected, fixes bug #397129.
1380
1381 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1382
1383         * shell/ev-window.c: (ev_window_setup_recent):
1384
1385         Do not include in recent menu inexistent documents. Fixes
1386         bug #339171.
1387
1388 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1389
1390         * po/POTFILES.skip: 
1391
1392         Update POTFILES.skip file according to current source tree. 
1393
1394 2007-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1395
1396         * shell/ev-window.c: (file_save_dialog_response_cb):
1397
1398         Do Save a copy in atomic way. Fixes bug #328266. 
1399
1400 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
1401
1402         * shell/ev-sidebar-links.c: (update_page_callback_foreach):
1403
1404         Keep selected cell always visible in index treeview.
1405
1406 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
1407         
1408         * shell/ev-view.c: (ev_view_size_allocate):
1409
1410         Restore horizontal scrollbar after switching to/from fullscreen
1411         or presentation mode. Fixes bug #331728.
1412
1413 2007-01-11  Carlos Garcia Campos  <carlosgc@gnome.org>
1414
1415         * shell/ev-view-private.h:
1416         * shell/ev-window.c: (ev_window_screen_changed), (ev_window_init):
1417         * shell/ev-view.[ch]: (ev_view_class_init), (ev_view_set_zoom),
1418         (ev_view_set_screen_dpi), (ev_view_can_zoom_in),
1419         (ev_view_can_zoom_out):
1420
1421         Use max and min scale values in the view iby taking dpi into account. 
1422
1423 2007-01-10  Carlos Garcia Campos  <carlosgc@gnome.org>
1424
1425         * configure.ac:
1426         * NEWS:
1427
1428         Release 0.7.1
1429
1430 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1431
1432         * shell/ev-window.c: (ev_window_print_send):
1433
1434         Send print job to printer with some settings set to default values,
1435         since we have already exported to a file according to such settings
1436         and they could be taken twice by some printers. 
1437
1438 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1439
1440         * shell/ev-jobs.c: (ev_job_xfer_run):
1441         * shell/ev-application.c: (ev_application_open_uri_at_dest):
1442
1443         Show main window and load document with the font-config lock held. 
1444
1445 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1446
1447         * configure.ac:
1448         * shell/ev-application.c: (ev_application_register_service):
1449         * shell/main.c: (load_files_remote):
1450
1451         Bump requirements to dbus-glib 0.71 and drop all ifdefs used.
1452
1453 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1454
1455         * doc/debugging.txt:
1456         
1457         Remove obsolete documentation.
1458
1459 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1460
1461         * Makefile.am:
1462         * backend/Makefile.am:
1463         * backend/comics/Makefile.am:
1464         * backend/djvu/Makefile.am:
1465         * backend/dvi/Makefile.am:
1466         * backend/ev-async-renderer.c:
1467         * backend/ev-async-renderer.h:
1468         * backend/ev-attachment.c:
1469         * backend/ev-attachment.h:
1470         * backend/ev-backend-marshal.c:
1471         * backend/ev-document-factory.c:
1472         * backend/ev-document-factory.h:
1473         * backend/ev-document-find.c:
1474         * backend/ev-document-find.h:
1475         * backend/ev-document-fonts.c:
1476         * backend/ev-document-fonts.h:
1477         * backend/ev-document-images.c:
1478         * backend/ev-document-images.h:
1479         * backend/ev-document-info.h:
1480         * backend/ev-document-links.c:
1481         * backend/ev-document-links.h:
1482         * backend/ev-document-misc.c:
1483         * backend/ev-document-misc.h:
1484         * backend/ev-document-security.c:
1485         * backend/ev-document-security.h:
1486         * backend/ev-document-thumbnails.c:
1487         * backend/ev-document-thumbnails.h:
1488         * backend/ev-document-transition.c:
1489         * backend/ev-document-transition.h:
1490         * backend/ev-document.c:
1491         * backend/ev-document.h:
1492         * backend/ev-file-exporter.c:
1493         * backend/ev-file-exporter.h:
1494         * backend/ev-image.c:
1495         * backend/ev-image.h:
1496         * backend/ev-link-action.c:
1497         * backend/ev-link-action.h:
1498         * backend/ev-link-dest.c:
1499         * backend/ev-link-dest.h:
1500         * backend/ev-link.c:
1501         * backend/ev-link.h:
1502         * backend/ev-render-context.c:
1503         * backend/ev-render-context.h:
1504         * backend/ev-selection.c:
1505         * backend/ev-selection.h:
1506         * backend/impress/Makefile.am:
1507         * backend/pdf/Makefile.am:
1508         * backend/pixbuf/Makefile.am:
1509         * backend/ps/Makefile.am:
1510         * backend/ps/ps-document.c: (push_pixbuf), (interpreter_failed),
1511         (ps_document_widget_event), (setup_pixmap), (setup_page), (input),
1512         (start_interpreter), (stop_interpreter), (document_load),
1513         (ps_document_next_page), (render_page):
1514         * backend/tiff/Makefile.am:
1515         * comics/Makefile.am:
1516         * comics/comics-document.c:
1517         * comics/comics-document.h:
1518         * configure.ac:
1519         * cut-n-paste/zoom-control/ephy-zoom-control.c:
1520         * djvu/Makefile.am:
1521         * djvu/djvu-document-private.h:
1522         * djvu/djvu-document.c:
1523         * djvu/djvu-document.h:
1524         * djvu/djvu-links.c:
1525         * djvu/djvu-links.h:
1526         * djvu/djvu-text-page.c:
1527         * djvu/djvu-text-page.h:
1528         * djvu/djvu-text.c:
1529         * djvu/djvu-text.h:
1530         * dvi/Makefile.am:
1531         * dvi/dvi-document.c:
1532         * dvi/dvi-document.h:
1533         * dvi/fonts.c:
1534         * dvi/fonts.h:
1535         * dvi/mdvi-lib/Makefile.am:
1536         * dvi/mdvi-lib/afmparse.c:
1537         * dvi/mdvi-lib/afmparse.h:
1538         * dvi/mdvi-lib/bitmap.c:
1539         * dvi/mdvi-lib/bitmap.h:
1540         * dvi/mdvi-lib/color.c:
1541         * dvi/mdvi-lib/color.h:
1542         * dvi/mdvi-lib/common.c:
1543         * dvi/mdvi-lib/common.h:
1544         * dvi/mdvi-lib/defaults.h:
1545         * dvi/mdvi-lib/dvimisc.c:
1546         * dvi/mdvi-lib/dviopcodes.h:
1547         * dvi/mdvi-lib/dviread.c:
1548         * dvi/mdvi-lib/files.c:
1549         * dvi/mdvi-lib/font.c:
1550         * dvi/mdvi-lib/fontmap.c:
1551         * dvi/mdvi-lib/fontmap.h:
1552         * dvi/mdvi-lib/fontsrch.c:
1553         * dvi/mdvi-lib/gf.c:
1554         * dvi/mdvi-lib/hash.c:
1555         * dvi/mdvi-lib/hash.h:
1556         * dvi/mdvi-lib/list.c:
1557         * dvi/mdvi-lib/mdvi.h:
1558         * dvi/mdvi-lib/pagesel.c:
1559         * dvi/mdvi-lib/paper.c:
1560         * dvi/mdvi-lib/paper.h:
1561         * dvi/mdvi-lib/pk.c:
1562         * dvi/mdvi-lib/private.h:
1563         * dvi/mdvi-lib/setup.c:
1564         * dvi/mdvi-lib/sp-epsf.c:
1565         * dvi/mdvi-lib/special.c:
1566         * dvi/mdvi-lib/sysdeps.h:
1567         * dvi/mdvi-lib/t1.c:
1568         * dvi/mdvi-lib/tfm.c:
1569         * dvi/mdvi-lib/tfmfile.c:
1570         * dvi/mdvi-lib/tt.c:
1571         * dvi/mdvi-lib/util.c:
1572         * dvi/mdvi-lib/vf.c:
1573         * dvi/pixbuf-device.c:
1574         * dvi/pixbuf-device.h:
1575         * impress/Makefile.am:
1576         * impress/common.h:
1577         * impress/document.c:
1578         * impress/f_oasis.c:
1579         * impress/f_oo13.c:
1580         * impress/iksemel.c:
1581         * impress/iksemel.h:
1582         * impress/imposter.h:
1583         * impress/impress-document.c:
1584         * impress/impress-document.h:
1585         * impress/internal.h:
1586         * impress/r_back.c:
1587         * impress/r_draw.c:
1588         * impress/r_geometry.c:
1589         * impress/r_gradient.c:
1590         * impress/r_style.c:
1591         * impress/r_text.c:
1592         * impress/render.c:
1593         * impress/render.h:
1594         * impress/zip.c:
1595         * impress/zip.h:
1596         * lib/Makefile.am:
1597         * lib/ev-debug.c:
1598         * lib/ev-debug.h:
1599         * lib/ev-file-helpers.c:
1600         * lib/ev-file-helpers.h:
1601         * lib/ev-gui.c:
1602         * lib/ev-gui.h:
1603         * lib/ev-tooltip.c:
1604         * lib/ev-tooltip.h:
1605         * libdocument/Makefile.am:
1606         * libdocument/ev-file-helpers.c:
1607         * pdf/Makefile.am:
1608         * pdf/ev-poppler.cc:
1609         * pdf/ev-poppler.h:
1610         * pixbuf/Makefile.am:
1611         * pixbuf/pixbuf-document.c:
1612         * pixbuf/pixbuf-document.h:
1613         * properties/Makefile.am:
1614         * ps/Makefile.am:
1615         * ps/gsdefaults.c:
1616         * ps/gsdefaults.h:
1617         * ps/gsio.c:
1618         * ps/gsio.h:
1619         * ps/gstypes.h:
1620         * ps/ps-document.c:
1621         * ps/ps-document.h:
1622         * ps/ps.c:
1623         * ps/ps.h:
1624         * shell/Makefile.am:
1625         * shell/ev-application.h:
1626         * shell/ev-sidebar-links.c:
1627         * shell/ev-sidebar-links.h:
1628         * shell/ev-utils.c: (ev_gui_sanitise_popup_position),
1629         (ev_gui_menu_position_tree_selection):
1630         * shell/ev-utils.h:
1631         * shell/ev-view.c: (ev_view_finalize):
1632         * shell/ev-window.c:
1633         * shell/main.c: (main):
1634         * thumbnailer/Makefile.am:
1635         * tiff/Makefile.am:
1636         * tiff/tiff-document.c:
1637         * tiff/tiff-document.h:
1638         * tiff/tiff2ps.c:
1639         * tiff/tiff2ps.h:
1640         
1641         Reorganize source tree.
1642
1643 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1644
1645         * backend/ev-document-factory.c:
1646
1647         Do not include ev-poppler.h when pdf is disabled. 
1648
1649 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
1650
1651         * configure.ac:
1652         * data/evince-ui.xml:
1653         * pdf/ev-poppler.cc: (pdf_document_images_get_images),
1654         (pdf_document_document_images_iface_init):
1655         * backend/Makefile.am:
1656         * backend/ev-document-images.[ch]:
1657         * backend/ev-image.[ch]:
1658         * lib/ev-file-helpers.[ch]: (ev_tmp_filename):
1659         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run),
1660         (ev_job_xfer_run):
1661         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
1662         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
1663         (ev_pixbuf_cache_get_image_mapping):
1664         * shell/ev-window.c: (view_menu_link_popup), (view_menu_image_popup),
1665         (view_menu_popup_cb), (ev_window_dispose),
1666         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
1667         (ev_view_popup_cmd_copy_image):
1668         * shell/ev-view-private.h:
1669         * shell/ev-view.c: (ev_view_get_image_at_location),
1670         (ev_view_do_popup_menu), (ev_view_popup_menu),
1671         (ev_view_button_press_event), (ev_view_drag_data_get),
1672         (ev_view_drag_motion), (ev_view_drag_data_received),
1673         (ev_view_motion_notify_event), (ev_view_button_release_event),
1674         (ev_view_finalize), (ev_view_class_init):
1675
1676         Add image handling support. Fixes bugs #310008 and #325047. Images
1677         selection is not supported yet. 
1678
1679 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
1680
1681         * shell/ev-window.c: (drag_data_received_cb), (ev_window_init):
1682         * shell/ev-view.c: (ev_view_drag_data_received), (ev_view_class_init),
1683         (ev_view_init):
1684
1685         Move view drag and drop stuff to ev-view.
1686
1687 2007-01-05  Carlos Garcia Campos  <carlosgc@gnome.org>
1688
1689         * shell/ev-pixbuf-cache.c: (clear_job_selection):
1690         * shell/ev-view.c: (clear_selection): 
1691
1692         Clear selection also in pixbuf cache.
1693
1694 2007-01-02  Luca Ferretti <elle.uca@libero.it>
1695
1696         * data/evince.desktop.in.in:
1697         
1698         Change icon name in desktop file. See bug #390734
1699         for details.
1700
1701 2006-12-28  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
1702
1703         * thumbnailer/Makefile.am:
1704
1705         Use top_builddir instead top_srcdir for generated schema
1706         file installation. Fixes bug #390161.
1707
1708 2006-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1709
1710         * configure.ac:
1711         * backend/Makefile.am:
1712         * backend/ev-document-transition.[ch]:
1713         * pdf/ev-poppler.cc: (pdf_document_get_page_duration),
1714         (pdf_document_page_transition_iface_init):
1715         * shell/ev-view-private.h:
1716         * shell/ev-view.c: (ev_view_destroy), (page_changed_cb),
1717         (ev_view_set_presentation), (transition_next_page),
1718         (ev_view_presentation_transition_stop),
1719         (ev_view_presentation_transition_start), (ev_view_next_page):
1720
1721         Add page transition support in presentation mode. At the moment only
1722         page duration is supported, but not transition effects. Fixes bug
1723         #309815.
1724
1725 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1726
1727         * backend/ev-document-links.c: (ev_document_links_find_link_dest):
1728
1729         Run find_link_dest with document lock held, since it's called by links
1730         thread and main thread at the same time. 
1731
1732 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1733
1734         * shell/ev-view.c: (goto_dest):
1735
1736         Update page-cache when page is changed by the view, so that
1737         page-changed signal is emitted. 
1738
1739 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1740
1741         * test/test1.py:
1742         * test/test2.py:
1743
1744         Use C locale in tests. 
1745
1746 2006-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1747
1748         * shell/ev-window.c: (ev_window_run_presentation):
1749         * shell/ev-view-private.h:
1750         * shell/ev-view.c: (ev_view_set_presentation):
1751
1752         Restore zoom settings when back from presentation mode. 
1753
1754 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
1755
1756         * shell/ev-window.c: (ev_window_run_presentation):
1757
1758         Always use "best fit" zoom in presentation mode.
1759         Fixes bug #389195.
1760
1761 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
1762
1763         * shell/ev-view.c: (ev_view_goto_window_create):
1764
1765         Show "Jump to page" label in the page jumping popup in
1766         presentation mode instead of just a GtkEntry.
1767
1768 2006-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
1769
1770         * shell/ev-window.c: (launch_external_uri):
1771
1772         Do not escape uri before calling gnome_vfs_url_show(). Fixes bug
1773         #378085.
1774
1775 2006-12-22  Elijah Newren  <newren gmail com>
1776
1777         * configure.ac: explicitly check for libxml2.  Fixes #388795
1778
1779 2006-12-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1780
1781         * shell/ev-view-private.h:
1782         * shell/ev-view.c: (send_focus_change), (ev_view_goto_window_hide),
1783         (ev_view_goto_window_delete_event), (key_is_numeric),
1784         (ev_view_goto_window_key_press_event),
1785         (ev_view_goto_window_button_press_event),
1786         (ev_view_goto_entry_activate), (ev_view_goto_window_create),
1787         (ev_view_goto_entry_grab_focus), (ev_view_goto_window_send_key_event),
1788         (ev_view_key_press_event), (ev_view_focus_out), (ev_view_destroy):
1789
1790         Allow jumping to another page by typing a page number in presentation
1791         mode. It uses a popup window with an entry. Fixes bug #353625.
1792
1793 2006-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1794
1795         * configure.ac:
1796         * properties/ev-properties-view.c: (ev_get_default_user_units),
1797         (ev_regular_paper_size):
1798         
1799         Check for NL_MEASUREMENT. Fixes bug #376469. Thanks
1800         to Damien Carbery <damien.carbery@sun.com> and
1801         Yevgen Muntyan <muntyan@tamu.edu>.
1802
1803 2006-12-20  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
1804
1805         * shell/ev-window.c: (setup_document_from_metadata):
1806
1807         Make sure Evince doesn't restore the view on the last
1808         page when a document is reopened. Fixes bug #383381.
1809
1810 2006-12-18  Jens Granseuer  <jensgr@gmx.net>
1811
1812         * shell/ev-view.c: (draw_loading_text):
1813
1814         Fix compilation with older compilers like gcc 2. Fixes bug #387237.
1815
1816 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
1817
1818         * configure.ac:
1819         * NEWS:
1820
1821         Release 0.7.0
1822
1823 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
1824
1825         * configure.ac:
1826         * pdf/ev-poppler.cc: (pdf_print_context_free),
1827         (pdf_document_file_exporter_begin),
1828         (pdf_document_file_exporter_do_page):
1829
1830         Make cairo-pdf depedency optional. 
1831
1832 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
1833
1834         * shell/ev-print-job.c: (idle_print_handler), (ev_print_job_print):
1835
1836         Use ev_file_exporter instead of ev_ps_exporter in ev-print-job.
1837
1838 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
1839
1840         * backend/ev-document.[ch]: (ev_document_get_fc_mutex),
1841         (ev_document_fc_mutex_lock), (ev_document_fc_mutex_unlock):
1842         * pdf/ev-poppler.cc: (make_thumbnail_for_size):
1843         * shell/ev-jobs.c: (ev_job_render_run), (ev_job_fonts_run):
1844         * shell/ev-view.c: (draw_loading_text):
1845         * shell/ev-window.c: (ev_window_cmd_file_properties):
1846
1847         Use an specific lock for FontConfig. Hopefully it fixes some crashes
1848         related to using FontConfig from different threads.
1849         
1850 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
1851
1852         * shell/ev-view.c: (draw_loading_text):
1853
1854         Acquire lock document when drawing "Loading..." text so that only one
1855         thread will use FontConfig at the same time. Fixes bug #374750.
1856
1857 2006-12-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1858
1859         * shell/ev-page-action.[ch]: (activate_cb):
1860         * shell/ev-window.c: (activate_label_cb):
1861
1862         Check if text inserted in page entry is a valid page number when it
1863         doesn't match to any document page label. Fixes bug #383165.
1864
1865 2006-12-14  Julien Rebetez,  <julienr@cvs.gnome.org>
1866         * shell/ev-window.c:
1867
1868         GTK_STOCK_SELECT_ALL is used in menu definition, but isn't
1869         available with GTK < 2.10. Added an ifdef to avoid compilation
1870         error.
1871
1872 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1873
1874         * configure.ac:
1875         * ps/ps-document.c: (start_interpreter), (ps_document_next_page):
1876
1877         Fix ps backend in multihead systems.
1878
1879 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1880
1881         * ps/ps-document.c: (setup_page), (ps_document_get_page_size):
1882         * shell/ev-window.c: (ev_window_get_screen_dpi),
1883         (ev_window_update_actions), (setup_view_from_metadata),
1884         (ev_window_zoom_changed_cb), (zoom_control_changed_cb):
1885
1886         Take screen DPI into account when zooming. Fixes bug #318285.
1887
1888 2006-12-14  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
1889
1890         * data/Makefile.am:
1891
1892         Cleaned up/slightly refactored Makefile.am. Added GConf
1893         schemas uninstallation as well.
1894
1895 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
1896
1897         * Makefile.am:
1898         * test/Makefile.am:
1899
1900         Fight with autotools to fix make check. Make distcheck
1901         works fine as well now!
1902
1903 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
1904
1905         * shell/ev-view.c: (draw_end_presentation_page):
1906
1907         Corrected "end of presentation" string.
1908
1909 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
1910
1911         * shell/ev-view.c: (ev_view_key_press_event):
1912
1913         Correctly propagate key press event so that up/down keys
1914         work as expected (correct behaviour was broken by
1915         black/white screen key bindings for presentations).
1916
1917 2006-12-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1918
1919         * pdf/ev-poppler.cc: (pdf_document_find_get_n_results),
1920         (pdf_document_find_get_result), (pdf_document_find_page_has_results),
1921         (pdf_document_find_get_progress), (pdf_selection_render_selection),
1922         (pdf_selection_get_selection_region),
1923         (pdf_selection_get_selection_map):
1924
1925         Add "static" to some private functions. 
1926
1927 2006-12-13  P. Henrique Silva  <ph.silva@gmail.com>
1928
1929         * lib/ev-tooltip.h:
1930         * properties/ev-properties-view.h:
1931         * shell/ev-jobs.h:
1932         * shell/ev-properties-dialog.h:
1933         * shell/ev-properties-fonts.h:
1934         * shell/ev-sidebar-links.h:
1935         * shell/ev-sidebar-thumbnails.h:
1936         * shell/ev-sidebar.h:
1937         * shell/ev-window.h:
1938         
1939         Fixes CHACK type in class casts. See bug #385343
1940         for details.
1941
1942 2006-12-10  Carlos Garcia Campos  <carlosgc@gnome.org>
1943
1944         * shell/ev-view-private.h:
1945         * shell/ev-view.c: (draw_end_presentation_page),
1946         (ev_view_expose_event), (ev_view_key_press_event),
1947         (ev_view_class_init), (ev_view_init):
1948
1949         Blank screen in presentation mode when pressing 'b' (filling with
1950         black) or 'w' (filling with white) keys. Fixes bug #358132.
1951
1952 2006-12-09  Gabriel Felipe Cornejo  <gnomeusr@gmail.com>
1953
1954         * data/evince-toolbar.xml:
1955         * shell/ev-window.c:
1956         
1957         Use stock icon for Select All action. Fixes
1958         bug #382652.
1959
1960 2006-12-09  Radoslav Dorcik  <dixiecko@gmail.com>
1961
1962         * shell/ev-view.c: (get_doc_point_from_offset),
1963         (ev_view_get_link_at_location), (ev_view_motion_notify_event):
1964
1965         Add links support in rotated documents. Fixes bug #343733.
1966
1967 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1968
1969         * shell/ev-view-private.h:
1970         * shell/ev-view.c: (draw_end_presentation_page),
1971         (ev_view_expose_event), (ev_view_init), (ev_view_set_presentation):
1972
1973         Show a blank page after the last page in presentation mode with a
1974         message indicating that presentation has finished and how to exit. 
1975
1976 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1977
1978         * shell/ev-window.c: (fullscreen_timeout_cb):
1979
1980         Hide cursor after a while in presentation mode. 
1981
1982 2006-12-04  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
1983
1984         * backend/ev-document-info.h:
1985         * data/evince-properties.glade:
1986         * pdf/ev-poppler.cc:
1987         * properties/ev-properties-view.c: (ev_regular_paper_size),
1988         (ev_properties_view_set_info):
1989         * ps/ps-document.c: (ps_document_get_info):
1990
1991         Adds a paper size field to the properties dialog. Fixes
1992         bug #307315. Patch by Kasper Svendsen (with some i18n
1993         changes done by me).
1994
1995 2006-12-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1996
1997         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
1998         (screensaver_init_dbus), (totem_scrsaver_new),
1999         (totem_scrsaver_init):
2000         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
2001         * shell/ev-application.c: (ev_application_register_service),
2002         (ev_application_screensaver_enable),
2003         (ev_application_screensaver_disable):
2004         * shell/ev-application.h:
2005         * shell/ev-window.c: (ev_window_run_presentation),
2006         (ev_window_stop_presentation), (build_comments_string),
2007         (ev_window_init):
2008         
2009         Move screensaver handling to application. No more
2010         message on startup.
2011
2012 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2013
2014         * configure.ac:
2015         * backend/Makefile.am:
2016         * backend/ev-file-exporter.[ch]:
2017         * pdf/ev-poppler.cc: (pdf_document_file_exporter_*):
2018         * ps/ps-document.c: (ps_document_file_exporter_*):
2019         * tiff/tiff-document.c: (tiff_document_document_file_exporter_*):
2020         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
2021         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
2022         (ev_window_print_dialog_response_cb), (ev_window_print_range):
2023
2024         Allow printing to PDF when suppoted by the backend.
2025         
2026 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2027
2028         * shell/ev-window.c: (build_comments_string):
2029
2030         Use always "Document Viewer" in about dialog. 
2031
2032 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2033
2034         * djvu/djvu-document.c: (djvu_document_get_page_size):
2035
2036         Display a warning message when get_pageinfo fails. 
2037
2038 2006-11-30  Yevgen Muntyan  <muntyan@tamu.edu>
2039
2040         * Makefile.am:
2041         * backend/Makefile.am:
2042         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
2043         * configure.ac:
2044         * shell/ev-window.c: (build_comments_string):
2045         
2046         Make pdf compilation optional. See bug #38007.
2047
2048 2006-11-30  Carlos Garcia Campos  <carlosgc@gnome.org>
2049
2050         * ps/ps.c: (get_next_text):
2051
2052         Fix CVE-2006-5864.
2053
2054 2006-11-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2055
2056         * shell/ev-history.c: (ev_history_finalize), (ev_history_class_init):
2057         * shell/ev-navigation-action.c: (connect_proxy),
2058         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
2059         
2060         Do not call g_type_class_peek_parent twice.
2061
2062 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2063
2064         * configure.ac:
2065         * data/icons/24x24/.cvsignore:
2066         * data/icons/24x24/Makefile.am:
2067         * data/icons/24x24/evince.png:
2068         * data/icons/Makefile.am:
2069         
2070         Add 24x24 icon. Thanks to 
2071         Michael Monreal <infernux@web.de>.
2072
2073 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2074
2075         * configure.ac: Fix typo in configure.ac. Thanks
2076         to dmacks@netspace.org for notification.
2077
2078 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2079
2080         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
2081         
2082         Drop dbus include, fixes compilation with older dbus.
2083
2084 2006-11-22  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2085
2086         * configure.ac:
2087         * cut-n-paste/Makefile.am:
2088         * cut-n-paste/totem-screensaver/.cvsignore
2089         * cut-n-paste/totem-screensaver/Makefile.am:
2090         * cut-n-paste/totem-screensaver/README:
2091         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
2092         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
2093         * shell/Makefile.am:
2094         * shell/ev-window.c: (ev_window_run_presentation),
2095         (ev_window_stop_presentation), (ev_window_cmd_help_about),
2096         (ev_window_init):
2097
2098         Implemented screensaver enabling/disabling for
2099         presentation mode (not fullscreen mode). Code stolen
2100         from Totem (with some minor tweaks). Fixes bug #338889.
2101
2102 2006-11-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2103
2104         * configure.ac:
2105
2106         Bump gnome-icon-theme requirements. We use the rotation
2107         icons that appeared recently.
2108
2109 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2110
2111         * shell/ev-history.c: (ev_history_add_page):
2112         * shell/ev-history.h:
2113         * shell/ev-window.c: (page_changed_cb):
2114         
2115         Use page labels instead of numbers.
2116
2117 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2118
2119         * data/evince-toolbar.xml:
2120         * po/POTFILES.in:
2121         * shell/Makefile.am:
2122         * shell/ev-navigation-action-widget.c:
2123         (ev_navigation_action_widget_init),
2124         (ev_navigation_action_widget_class_init), (menu_deactivate_cb),
2125         (menu_detacher), (ev_navigation_action_widget_set_menu),
2126         (menu_position_func), (popup_menu_under_arrow),
2127         (ev_navigation_action_widget_toggled),
2128         (ev_navigation_action_widget_button_press_event):
2129         * shell/ev-navigation-action-widget.h:
2130         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
2131         (ev_navigation_action_set_window), (activate_menu_item_cb),
2132         (new_history_menu_item), (new_empty_history_menu_item),
2133         (build_menu), (menu_activated_cb), (connect_proxy),
2134         (create_tool_item), (ev_navigation_action_init),
2135         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
2136         * shell/ev-navigation-action.h:
2137         * shell/ev-page-action-widget.c: (ev_page_action_widget_init),
2138         (ev_page_action_widget_set_page_cache),
2139         (ev_page_action_widget_finalize),
2140         (ev_page_action_widget_class_init), (match_selected_cb),
2141         (display_completion_text), (match_completion), (build_new_tree_cb),
2142         (get_filter_model_from_model),
2143         (ev_page_action_widget_update_model):
2144         * shell/ev-page-action-widget.h:
2145         * shell/ev-page-action.c: (activate_link_cb), (update_model),
2146         (connect_proxy):
2147         * shell/ev-page-action.h:
2148         * shell/ev-stock-icons.c:
2149         * shell/ev-stock-icons.h:
2150         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
2151         (page_changed_cb), (ev_window_setup_document), (ev_window_dispose),
2152         (register_custom_actions):
2153         * shell/main.c:
2154         
2155         Preliminary history implementation
2156
2157 2006-11-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2158
2159         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_finalize),
2160         (dvi_document_class_init), (dvi_document_init_params):
2161         * dvi/mdvi-lib/font.c: (font_reference):
2162         
2163         Add reference to subfont. Fixes bug #374277.
2164
2165 2006-11-16  Carlos Garcia Campos  <carlosgc@gnome.org>
2166
2167         * shell/ev-window.c: (ev_window_create_tmp_symlink),
2168         (ev_window_cmd_file_open_copy_at_dest):
2169
2170         Fix a race condition when creating symlink. Increase the counter
2171         avoiding an infinite loop. Really fixes bug #357472. (Based on patch by
2172         Mathias Hasselmann).
2173
2174 2006-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
2175
2176         * backend/Makefile.am:
2177         * backend/ev-attachment.c: (ev_attachment_open):
2178         * lib/ev-file-helpers.[ch]: (ensure_dir_exists), (ev_dot_dir),
2179         (ev_tmp_dir), (ev_tmp_filename):
2180         * shell/ev-sidebar-attachments.c:
2181         (ev_sidebar_attachments_drag_data_get):
2182         * shell/ev-window.c: (ev_window_clear_temp_file):
2183
2184         Use always ev_tmp_dir instead of g_get_tmp_dir. Fix a race condition
2185         in ensure_dir_exists. Abort without crashing when we can't create
2186         user's directory.
2187
2188 2006-11-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2189
2190         * data/evince-ui.xml:
2191         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
2192         (ev_window_xfer_job_cb), (ev_window_get_copy_tmp_name),
2193         (ev_window_cmd_file_open_copy_at_dest),
2194         (ev_window_cmd_file_open_copy), (view_menu_popup_cb),
2195         (ev_view_popup_cmd_open_link_new_window):
2196
2197         Allow opening a copy of the current document in a new window. Fixes bug
2198         #357472
2199
2200 2006-11-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2201
2202         * data/evince-toolbar.xml:
2203         
2204         Add rotate right and rotate left to available items for toolbar.
2205         
2206         * data/evince-ui.xml:
2207         * shell/ev-window.c: (ev_window_init):
2208         
2209         Customize toolbar with right click. Fixes bug #372451.
2210
2211 2006-11-11  Claudio Saavedra  <csaavedra@alumnos.utalca.cl>
2212
2213         * shell/ev-window.c: 
2214         
2215         Use "object-rotate-{left,right}" stock icons. Fixes 
2216         bug #373863.
2217
2218 2006-11-10  Carlos Garcia Campos  <carlosgc@gnome.org>
2219
2220         * shell/ev-application.[ch]: (get_unlink_temp_file_from_args),
2221         (ev_application_open_uri_at_dest), (ev_application_open_uri):
2222         * shell/ev-window.[ch]: (ev_window_clear_temp_file),
2223         (ev_window_open_uri):
2224         * shell/main.c: (arguments_parse):
2225
2226         Remove temp file created when evince is used by GTK+ in
2227         preview mode. Fixes bug #365282. 
2228
2229 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2230
2231         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
2232         
2233         Fixes bug #372474 - Side pane disabled when entering 
2234         and leaving fullscreen mode.
2235
2236 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2237
2238         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (setup_editor):
2239         * data/Makefile.am:
2240         * data/evince-preview-toolbar.xml:
2241         * data/evince-toolbar.xml:
2242         * shell/ev-application.c: (ev_application_shutdown),
2243         (ev_application_init), (ev_application_get_toolbars_model):
2244         * shell/ev-application.h:
2245         * shell/ev-window.c: (update_chrome_visibility),
2246         (ev_window_create_fullscreen_popup), (ev_window_run_preview),
2247         (ev_window_cmd_edit_toolbar), (ev_window_init):
2248         
2249         Fixes bug #364364 - toolbar editor shows zoom actions again.
2250
2251 2006-11-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2252
2253         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2254
2255         Do not take margins into consideration for paper size when printing.
2256         Really fixes bug #350491.
2257
2258 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2259
2260         * data/evince-ui.xml:
2261         * shell/ev-window.c: (ev_window_print_page_setup_done_cb),
2262         (ev_window_cmd_file_print_setup),
2263         (ev_window_print_dialog_response_cb),
2264         (ev_window_setup_action_sensitivity):
2265
2266         Add page setup settings for printing. Fixes bugs #363860 and #350491.
2267
2268 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2269
2270         * shell/ev-window.c: (ev_window_print_range):
2271
2272         Revert my previuos commit, since printing to PDF is not supported by
2273         evince yet. 
2274
2275 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2276
2277         * shell/ev-window.c: (ev_window_print_range):
2278
2279         Enable print to a PDF. Fixes bug #332121.
2280
2281 2006-10-31  Carlos Garcia Campos  <carlosgc@gnome.org>
2282
2283         * shell/ev-application-service.xml:
2284         * shell/ev-application.[ch]: (ev_application_open_window),
2285         (ev_application_get_empty_window), (ev_application_open_uri_at_dest),
2286         (ev_application_open_uri), (ev_application_open_uri_list):
2287         * shell/ev-window.c: (file_open_dialog_response_cb),
2288         (ev_window_cmd_recent_file_activate), (ev_window_setup_recent),
2289         (drag_data_received_cb), (open_remote_link):
2290         * shell/main.c: (arguments_parse), (load_files), (load_files_remote):
2291
2292         Add support for multiscreen systems. Fixes bug #316206.
2293
2294 2006-10-30  Carlos Garcia Campos  <carlosgc@gnome.org>
2295
2296         * shell/ev-jobs.[ch]: (ev_job_print_new),
2297         (ev_print_job_print_page_in_range), (ev_print_job_print_page_in_set),
2298         (ev_job_print_do_page):
2299         * shell/ev-window.[ch]: (ev_window_print_dialog_response_cb):
2300
2301         Allow printing only odd/even pages. Fixes bug #367289.
2302
2303 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2304
2305         * test/test1.py:
2306         * test/test2.py:
2307
2308         Re-add locale settings to test files.
2309
2310 2006-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2311
2312         * data/evince-ui.xml:
2313         * shell/ev-window.c: (set_action_properties):
2314         
2315         Removed garbage from code and ui.
2316
2317 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2318
2319         * shell/ev-window.c: (ev_window_cmd_help_about):
2320
2321         Shamelessly add my name to the list of contributors.
2322
2323 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2324
2325         * test/test1.py:
2326         * test/test2.py:
2327
2328         Cleaned up the dogtail scripts.
2329
2330 2006-10-27  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2331
2332         * shell/ev-view.c: (draw_loading_text): Don't render
2333         "loading..." text in presentation mode. Temporary
2334         workaround for bug #320352.
2335
2336 2006-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2337
2338         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
2339         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2340
2341         Use print settings scale, copies, collate and reverse which were
2342         ignored. Fixes bug #359032.
2343
2344 2006-10-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2345
2346         * configure.ac:
2347         * data/evince-password.glade:
2348         * test/Makefile.am:
2349         * test/test-encrypt.pdf:
2350         * test/test-links.pdf:
2351         * test/test1.py:
2352         * test/test2.py:
2353
2354         Add automated UI tests for evince with dogtail. See
2355         bug #300948.    
2356
2357 2006-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2358
2359         * shell/ev-window.c: (fullscreen_timeout_cb), (ev_window_init):
2360
2361         Hide fullscreen toolbar when switching to another desktop workspace.
2362         Fixes bug #338871
2363
2364 2006-10-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2365
2366         * shell/ev-window-title.c: 
2367         
2368         Test for .dvi in title of pdf documents.
2369
2370 2006-10-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2371
2372         * shell/ev-view.c: (ev_view_scroll):
2373
2374         Page Up/Down should do page jumps in "Best fit" mode.
2375         If a user has explicitly chosen to view exactly one page
2376         at a time, scrolling just a part of the page when
2377         pressing Page Up/Down is not right. Fixes bug #323107.
2378
2379 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2380
2381         * NEWS:
2382         * configure.ac:
2383         
2384         Update for 0.6.1
2385
2386 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2387
2388         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
2389         (job_fonts_finished_cb), (ev_properties_fonts_set_document):
2390         
2391         Correctly disconnect from job signals on destroy.
2392
2393 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2394
2395         * shell/ev-view-private.h:
2396         * shell/ev-view.c: (view_set_adjustment_values),
2397         (view_update_range_and_current_page),
2398         (ensure_rectangle_is_visible), (ev_view_size_allocate):
2399         
2400         Fixes bug #343199, current page now follows find page.
2401
2402 2006-10-08  Wouter Bolsterlee  <wbolster@gnome.org>
2403
2404         * backend/ev-document-factory.c:
2405         * configure.ac:
2406         Assigned OpenDocument presenation MIME type to the
2407         Impress backend. Added some missing (but harmless)
2408         #ifdefs in the document factory as well to make things
2409         consistent again. Fixes bug #360658.
2410
2411 2006-10-08  Christian Persch  <chpe@cvs.gnome.org>
2412
2413         * backend/ev-async-renderer.c: (ev_async_renderer_get_type):
2414         * backend/ev-document-find.c: (ev_document_find_get_type):
2415         * backend/ev-document-fonts.c: (ev_document_fonts_get_type):
2416         * backend/ev-document-links.c: (ev_document_links_get_type):
2417         * backend/ev-document-security.c: (ev_document_security_get_type):
2418         * backend/ev-document-thumbnails.c:
2419         (ev_document_thumbnails_get_type):
2420         * backend/ev-document.c: (ev_document_get_type):
2421         * backend/ev-ps-exporter.c: (ev_ps_exporter_get_type):
2422         * backend/ev-selection.c: (ev_selection_get_type):
2423         * cut-n-paste/recent-files/egg-recent-model.c:
2424         (egg_recent_model_get_type):
2425         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
2426         (egg_recent_view_uimanager_get_type):
2427         * cut-n-paste/recent-files/egg-recent-view.c:
2428         (egg_recent_view_get_type):
2429         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
2430         (egg_editable_toolbar_get_type):
2431         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
2432         (egg_toolbar_editor_get_type):
2433         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
2434         (egg_toolbars_model_get_type):
2435         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
2436         (egg_tree_multi_drag_source_get_type):
2437         * cut-n-paste/zoom-control/ephy-zoom-action.c:
2438         (ephy_zoom_action_get_type):
2439         * cut-n-paste/zoom-control/ephy-zoom-control.c:
2440         (ephy_zoom_control_get_type):
2441         * impress/r_back.c: (_imp_fill_back):
2442         * properties/ev-properties-main.c:
2443         (ev_properties_plugin_register_type):
2444         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type):
2445         * shell/ev-view-accessible.c: (ev_view_accessible_get_type),
2446         (ev_view_accessible_factory_get_type):
2447
2448         Reduce relocations. Bug #360616.
2449
2450 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2451
2452         * backend/ev-document-factory.c:
2453         (ev_document_factory_get_document):
2454         
2455         Load document even if extension is wrong.
2456
2457 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2458
2459         * shell/ev-metadata-manager.c: (save_values):
2460         * shell/ev-window.c: (setup_size_from_metadata),
2461         (setup_view_from_metadata), (ev_window_setup_document),
2462         (ev_window_xfer_job_cb), (window_configure_event_cb):
2463         
2464         Set size according to the document size/page size ratio.
2465         That should correct rather wierd behaviour of the previous
2466         commit.
2467
2468 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2469
2470         * shell/ev-window.c: (setup_view_from_metadata):
2471         
2472         Set size for new windows from previous window size.
2473         See bugs #354968 and #168450 for details. Thanks
2474         to Meik Hellmund.
2475
2476 2006-10-01  Carlos Garcia Campos  <carlosgc@gnome.org>
2477
2478         * djvu/djvu-links.c: (build_tree):
2479
2480         Fix memory leak.
2481
2482 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2483
2484         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_set_document):
2485         
2486         Don't make sidebar close button insensitive. Fixes
2487         bug #357871.
2488
2489 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2490
2491         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
2492         (ev_window_set_view_accels_sensitivity):
2493         
2494         Don't enable Slash on documents which don't support
2495         find. Fixes bug #358648.
2496
2497 2006-10-01  Wouter Bolsterlee  <wbolster@gnome.org>
2498
2499         * shell/ev-window.c: (ev_window_cmd_file_open): Make the
2500         open dialog fall back to the current document uri if the
2501         filechooser hasn't been used before. Fixes bug #356980.
2502
2503 2006-09-24  Mathias Hasselmann  <mathias.hasselmann@gmx.de>
2504
2505         * shell/ev-window.c: (ev_window_setup_recent), 
2506         (ev_window_get_recent_file_label):
2507
2508         Escape underscores in filenames of recent file items.
2509
2510 2006-09-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2511
2512         * configure.ac:
2513         
2514         Bumped poppler requirements, really 0.5.3 is very 
2515         buggy, now we require 0.5.4.
2516
2517 2006-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2518
2519         * djvu/Makefile.am:
2520         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
2521         (djvu_document_find_iface_init), (djvu_document_links_get_links),
2522         (djvu_document_document_links_iface_init):
2523         * djvu/djvu-links.c: (number_from_miniexp), (string_from_miniexp),
2524         (number_from_string_10), (get_djvu_link_dest),
2525         (get_djvu_link_action), (build_tree), (get_djvu_hyperlink_area),
2526         (get_djvu_hyperlink_mapping), (djvu_links_has_document_links),
2527         (djvu_links_get_links), (djvu_links_find_link_dest),
2528         (djvu_links_get_links_model):
2529         * djvu/djvu-links.h:
2530         
2531         Add support for links and bookmarks in djvu documents. Thanks
2532         to Pauli Virtanen <pauli.virtanen@iki.fi> for the wonderful
2533         patch.
2534
2535 2006-09-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2536
2537         * shell/ev-application.c: (ev_application_open_uri_at_dest):
2538         
2539         Reopen should reload document. Fixes 
2540         bug 327951.
2541
2542 2006-09-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2543
2544         * configure.ac:
2545         * data/Makefile.am:
2546         * data/evince-16.png:
2547         * data/evince-22.png:
2548         * data/evince.png:
2549         * data/evince.svg:
2550         * data/icons/16x16/Makefile.am:
2551         * data/icons/16x16/evince.png:
2552         * data/icons/22x22/Makefile.am:
2553         * data/icons/22x22/evince.png:
2554         * data/icons/48x48/Makefile.am:
2555         * data/icons/48x48/evince.png:
2556         * data/icons/Makefile.am:
2557         * data/icons/scalable/Makefile.am:
2558         * data/icons/scalable/evince.svg:
2559         
2560         Install icons with correct names. Fixes
2561         bug #354429.
2562
2563 2006-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
2564
2565         * shell/ev-view.c: (ev_view_button_release_event):
2566
2567         Don't open links with middle mouse button. Fixes bug #353649
2568
2569 2006-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2570
2571         * NEWS:
2572         * configure.ac:
2573         
2574         Update for release 0.6.0
2575
2576 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2577
2578         * shell/ev-window.c: (ev_window_xfer_job_cb), (do_action_named):
2579         Implement Close named action. Patch by Carlos Garcia Campos.
2580
2581 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2582
2583         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
2584         
2585         Don't clear link mapping on copy_job_to_job_info. Fixes
2586         bug 346168.
2587
2588 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
2589
2590         * shell/main.c: (main):
2591
2592         Revert my previous commit, gnome_program_init owns the option context.
2593         Fix another memory leak in main. Both caught by Christian Persch. 
2594
2595 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
2596
2597         * shell/main.c: (main):
2598
2599         Fix memory leak.
2600
2601 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
2602
2603         * backend/ev-document-factory.c: (ev_document_factory_get_document):
2604
2605         Fix crash when opening a pdf with password protection. 
2606
2607 2006-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2608
2609         * pdf/ev-poppler.cc: (pdf_document_search_free):
2610
2611         Fix memory leak. 
2612
2613 2006-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2614
2615         * backend/ev-document-factory.c:
2616         (ev_document_factory_get_document):
2617         * tiff/tiff-document.c: (tiff_document_finalize):
2618         
2619         More correct handling of document loading. Fixes
2620         bug #349043.
2621
2622 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2623
2624         * backend/ev-attachment.c: (ev_attachment_save):
2625
2626         Remove GNOME_VFS_OPEN_TRUNCATE flag which is only available with
2627         gnome-vfs >= 2.9.3 and it's not really needed. Fixes bug #351493
2628
2629 2006-08-15  Julien Rebetez  <julienr@cvs.gnome.org>
2630         
2631         * shell/ev-window.c: (ev_window_cmd_recent_file_activate):
2632         Fixed a compilation error if HAVE_GTK_RECENT isn't defined.
2633
2634 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2635
2636         * shell/ev-sidebar-thumbnails.c:
2637
2638         Do not render thumbnails unless thumbnails page is active in the
2639         sidebar.
2640
2641 2006-08-14  Christian Persch  <chpe@cvs.gnome.org>
2642
2643         * shell/ev-properties-dialog.c:
2644
2645         Fix dialogue spacing. Bug #351370.
2646
2647 2006-08-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
2648
2649         * configure.ac:
2650
2651         Use lowercase gettext catalog file names (evince.mo
2652         instead of Evince.mo)
2653
2654 2006-08-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2655
2656         * shell/ev-sidebar-attachments.c:
2657
2658         GtkIconTheme is now screen safe too. Fixes bug #350878
2659
2660 2006-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2661
2662         * shell/ev-window.c:
2663
2664         GtkRecent manager is now screen safe. Fixes bug #350145
2665
2666 2006-08-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2667
2668         * shell/ev-sidebar.c: (ev_sidebar_init):
2669         
2670         Make sidebar close icon smaller. Fix for bug 350177.
2671         See also bugs 350176 and 165770.
2672
2673 2006-08-10  Carlos Garcia Campos  <carlosgc@gnome.org>
2674
2675         * shell/ev-view.c: (goto_fith_dest), (goto_fit_dest), (goto_xyz_dest):
2676
2677         Ignore zoom for xyz destinations when it's <= 1, keeping user
2678         preferences instead. Set correct sizing-mode for fith and fitv
2679         destinations rather than EV_SIZING_FREE. Fixes bug #349433
2680
2681 2006-08-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2682
2683         * NEWS:
2684         * configure.ac:
2685         
2686         Update for release 0.5.5
2687
2688 2006-08-07  Radoslav Dorcik <dixiecko@gmail.com>
2689         
2690         * shell/ev-window.c: (ev_window_cmd_escape)
2691
2692         Escape unfocus page entry. Fixes bug #345809.
2693
2694 2006-08-06  Carlos Garcia Campos  <carlosgc@gnome.org>
2695
2696         * pdf/ev-poppler.cc: (ev_link_dest_from_dest), (ev_link_from_action),
2697         (build_tree), (pdf_document_links_get_links),
2698         (pdf_document_links_find_link_dest):
2699         * shell/ev-view.c: (goto_fitr_dest), (goto_fith_dest),
2700         (goto_xyz_dest):
2701
2702         Convert from PDF style coordinates to X style coordinates in the
2703         backend rather than in the view. Fixes bug #338440
2704
2705 2006-08-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2706
2707         * shell/ev-window.c:
2708         
2709         Remove Ctrl+Shift+T shortcut for toolbars. See
2710         the bug #350098.
2711
2712 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
2713
2714         * configure.ac:
2715
2716         Use [] in AC_DEFINE for GtkRecent. Probably build was failing because
2717         of this. 
2718
2719 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
2720
2721         * configure.ac:
2722         * cut-n-paste/Makefile.am:
2723         * data/evince-ui.xml:
2724         * shell/Makefile.am:
2725         * shell/ev-application.[ch]:
2726         * shell/ev-window.c:
2727
2728         Use GtkRecent instead of EggRecent when it's available. Fixes bug
2729         #349273
2730
2731 2006-08-04  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
2732
2733         * shell/eggfindbar.c: (egg_find_bar_init): Fixed typo in
2734         findbar code: s/help/search/
2735
2736 2006-08-04  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
2737
2738         * shell/ev-window.c: (setup_document_from_metadata),
2739         (setup_chrome_from_metadata), (setup_sidebar_from_metadata),
2740         (setup_view_from_metadata):
2741         
2742         Fix memory leaks.
2743
2744 2006-07-31  Christian Persch  <chpe@cvs.gnome.org>
2745
2746         * autogen.sh, configure.ac: 
2747         
2748         Update automake usage. See bug 349292.
2749
2750 2006-07-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2751
2752         * shell/eggfindbar.c: (egg_find_bar_class_init),
2753         (entry_activate_callback), (egg_find_bar_init),
2754         (egg_find_bar_set_status_text):
2755         * shell/eggfindbar.h:
2756         
2757         Unify Evince findbar with Epiphany. Nice patch
2758         from Fabricio Silva <silva@crans.org> and
2759         Frederic Peters <fpeters@entrouvert.com>. See
2760         bug #339966 for details.
2761
2762 2006-07-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2763
2764         * data/evince.desktop.in.in:
2765         
2766         Correct information for bugzilla. Thanks to
2767         Olaf Vitters, see bug #348855.
2768
2769 2006-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
2770
2771         * shell/ev-jobs.[ch]:
2772         * shell/ev-sidebar-links.c:
2773         * shell/ev-window.[ch]:
2774
2775         GtkPrintJob doesn't support print ranges or current page, so we export
2776         to a ps file now when printing ranges or current page.
2777
2778 2006-07-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2779
2780         * pdf/ev-poppler.cc:
2781         * shell/ev-window.c: (do_action_named):
2782
2783         We should be more clear about bugzilla. See the
2784         poppler bug #7623.
2785
2786 2006-07-23  Carlos Garcia Campos  <carlosgc@gnome.org>
2787
2788         * configure.ac:
2789         * shell/Makefile.am:
2790         * shell/ev-job-queue.c:
2791         * shell/ev-jobs.[ch]:
2792         * shell/ev-sidebar-links.c:
2793         * shell/ev-window.[ch]:
2794         
2795         Use GtkPrint instead of GnomePrint when it's available. Fixes bug
2796         #348422
2797
2798 2006-07-17  Carlos Garcia Campos  <carlosgc@gnome.org>
2799
2800         * data/evince-toolbar.xml: Add preview toolbar (hidden by default)
2801         * shell/ev-application-service.xml:
2802         * shell/ev-application.[ch]:
2803         * shell/ev-jobs.[ch]:
2804         * shell/ev-window.[ch]: (ev_window_run_preview):
2805         * shell/main.c: 
2806
2807         Add preview mode to use evince as a printing previewer. It also adds
2808         other command line options for fullscreen and presentation modes.
2809         Fixes bugs #347822, #317031
2810
2811 2006-07-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2812
2813         * NEWS:
2814         * configure.ac:
2815         
2816         Update for release 0.5.4
2817
2818 2006-07-11  Bastien Nocera <hadess@hadess.net>
2819
2820         * Makefile.am:
2821         * backend/Makefile.am:
2822         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
2823         * backend/ev-document-factory.h:
2824         * configure.ac:
2825         * impress/.cvsignore:
2826         * impress/Makefile.am:
2827         * impress/common.h:
2828         * impress/document.c: (_imp_load_xml), (imp_open), (imp_nr_pages),
2829         (imp_get_page), (imp_next_page), (imp_prev_page),
2830         (imp_get_page_no), (imp_get_page_name), (imp_get_xml), (imp_close):
2831         * impress/f_oasis.c: (render_object), (render_page),
2832         (get_geometry), (_imp_oasis_load):
2833         * impress/f_oo13.c: (render_object), (render_page), (get_geometry),
2834         (_imp_oo13_load):
2835         * impress/iksemel.c: (iks_malloc), (iks_free), (iks_set_mem_funcs),
2836         (iks_strdup), (iks_strcat), (iks_strcmp), (iks_strcasecmp),
2837         (iks_strncmp), (iks_strncasecmp), (iks_strlen), (iks_escape),
2838         (iks_unescape), (find_space), (iks_stack_new), (iks_stack_alloc),
2839         (iks_stack_strdup), (iks_stack_strcat), (iks_stack_stat),
2840         (iks_stack_delete), (iks_sax_new), (iks_sax_extend),
2841         (iks_parser_stack), (iks_user_data), (iks_nr_bytes),
2842         (iks_nr_lines), (stack_init), (stack_expand), (sax_core),
2843         (iks_parse), (iks_parser_reset), (iks_parser_delete), (iks_new),
2844         (iks_new_within), (iks_insert), (iks_insert_cdata),
2845         (iks_insert_attrib), (iks_insert_node), (iks_hide), (iks_delete),
2846         (iks_next), (iks_next_tag), (iks_prev), (iks_prev_tag),
2847         (iks_parent), (iks_root), (iks_child), (iks_first_tag),
2848         (iks_attrib), (iks_find), (iks_find_cdata), (iks_find_attrib),
2849         (iks_find_with_attrib), (iks_stack), (iks_type), (iks_name),
2850         (iks_cdata), (iks_cdata_size), (iks_has_children),
2851         (iks_has_attribs), (escape_size), (my_strcat), (escape),
2852         (iks_string), (iks_copy_within), (iks_copy), (tagHook),
2853         (cdataHook), (deleteHook), (iks_dom_new), (iks_set_size_hint),
2854         (iks_tree), (iks_load), (iks_save):
2855         * impress/iksemel.h:
2856         * impress/imposter.h:
2857         * impress/impress-document.c: (G_DEFINE_TYPE_WITH_CODE),
2858         (imp_render_draw_bezier_real), (imp_render_get_size),
2859         (imp_render_set_fg_color), (imp_render_draw_line),
2860         (imp_render_draw_rect), (imp_render_draw_polygon),
2861         (imp_render_draw_arc), (imp_render_draw_bezier),
2862         (imp_render_open_image), (imp_render_get_image_size),
2863         (imp_render_scale_image), (imp_render_draw_image),
2864         (imp_render_close_image), (imp_render_markup),
2865         (imp_render_get_text_size), (imp_render_draw_text),
2866         (impress_document_load), (impress_document_save),
2867         (impress_document_get_n_pages), (impress_document_get_page_size),
2868         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
2869         (impress_document_finalize), (impress_document_class_init),
2870         (impress_document_can_get_text), (impress_document_get_info),
2871         (impress_document_document_iface_init),
2872         (impress_document_thumbnails_get_thumbnail),
2873         (impress_document_thumbnails_get_dimensions),
2874         (impress_document_document_thumbnails_iface_init),
2875         (impress_document_init):
2876         * impress/impress-document.h:
2877         * impress/internal.h:
2878         * impress/r_back.c: (_imp_fill_back):
2879         * impress/r_draw.c: (_imp_draw_rect), (_imp_draw_line_end),
2880         (_imp_draw_image), (_imp_tile_image):
2881         * impress/r_geometry.c: (r_parse_color), (r_get_color), (fg_color),
2882         (r_get_x), (r_get_y), (r_get_angle), (r_get_viewbox), (r_polygon),
2883         (r_polyline):
2884         * impress/r_gradient.c: (poly_rotate), (r_draw_gradient_simple),
2885         (r_draw_gradient_complex), (r_draw_gradient):
2886         * impress/r_style.c: (get_style), (r_get_style), (get_style_x),
2887         (r_get_bullet):
2888         * impress/r_text.c: (add_line), (add_span), (calc_sizes),
2889         (calc_pos), (_imp_draw_layout), (text_span), (text_p), (text_list),
2890         (r_text):
2891         * impress/render.c: (imp_create_context), (imp_context_set_page),
2892         (imp_context_set_step), (imp_render), (imp_delete_context):
2893         * impress/render.h:
2894         * impress/zip.c: (zip_error), (find_cd), (get_long), (get_word),
2895         (list_files), (zip_open), (zip_close), (find_file), (seek_file),
2896         (zip_load_xml), (zip_get_size), (zip_load):
2897         * impress/zip.h:
2898         * shell/ev-utils.c:
2899         
2900         New backend to support impress slides. Fixes bug #30867.
2901
2902 2006-07-10  Ghee Teo  <ghee.teo@sun.com>
2903
2904         * shell/ev-utils.c: (using_postscript_printer):
2905         
2906         Fixes crash when print using PAPI backend,
2907         bug #345012.
2908
2909 2006-06-09  Pat Rondon  <pmr@patrondon.org>
2910
2911         * shell/ev-jobs.c: (ev_job_xfer_run):
2912         * shell/ev-window.c: (password_dialog_response),
2913         (ev_window_popup_password_dialog), (ev_window_xfer_job_cb),
2914         (ev_window_dispose):
2915         Fixes bug #344160: if the xfer job doesn't complete
2916         because a password is required, reload the existing
2917         instance instead of creating a new one.
2918
2919 2006-06-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2920
2921         * shell/main.c: (main): Call gdk_threads_init. Thus
2922         we'll avoid errors in auth dialog. Fix for the bug
2923         #343347.
2924
2925 2006-06-01  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
2926
2927         * configure.ac: Advertise pixbuf support, fix
2928         for the bug 343317.
2929
2930 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2931
2932         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_refresh),
2933         (ev_sidebar_thumbnails_set_document):
2934         
2935         Update sidebar thumbnails after reloading.
2936
2937 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2938
2939         * shell/ev-jobs.c: (ev_job_xfer_dispose), (ev_job_xfer_new):
2940         * shell/ev-jobs.h:
2941         * shell/ev-window.c: (ev_window_xfer_job_cb), (ev_window_open_uri),
2942         (ev_window_cmd_view_reload), (ev_window_init):
2943         
2944         Don't crash on reload. Fix for the bug #343167.
2945
2946 2006-05-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2947
2948         * shell/ev-jobs.c: (ev_job_render_run):
2949         
2950         Check for document links.
2951
2952 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2953
2954         * backend/ev-attachment.c: (ev_attachment_save),
2955         (ev_attachment_launch_app), (ev_attachment_open):
2956         * backend/ev-document-factory.c: (get_document_from_uri):
2957         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
2958         (egg_recent_view_uimanager_set_list):
2959         * ps/ps-document.c: (check_filecompressed), (document_load),
2960         (ps_document_load):
2961         * shell/ev-metadata-manager.c: (load_values):
2962         * shell/ev-password.c: (ev_password_dialog_set_property):
2963         * shell/ev-view.c: (tip_from_link):
2964         * shell/ev-window.c: (file_save_dialog_response_cb),
2965         (ev_window_print_dialog_response_cb):
2966         
2967         Use consistent quoting style. Fix for the bug #320285.
2968
2969 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2970
2971         * shell/ev-jobs.c: (ev_job_xfer_run):
2972         * shell/main.c: (load_files):
2973                 
2974         Open links with anchors. Fix for the bug #339836.
2975
2976 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2977
2978         * backend/ev-link-dest.c: (ev_link_dest_type_get_type),
2979         (ev_link_dest_get_page_label), (ev_link_dest_get_property),
2980         (ev_link_dest_set_property), (ev_link_dest_finalize),
2981         (ev_link_dest_class_init), (ev_link_dest_new_named),
2982         (ev_link_dest_new_page_label):
2983         * backend/ev-link-dest.h:
2984         * shell/ev-application.c: (ev_application_open_uri):
2985         * shell/ev-view.c: (goto_dest):
2986         * shell/ev-window.c:
2987         * shell/ev-window.h:
2988         
2989         Fix page-label command line option. Bug #342070.
2990
2991 2006-05-27  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
2992
2993         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
2994         
2995         Don't show highlight rects if page can't be showed. Fix for 
2996         the bug #342076
2997
2998 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2999
3000         * shell/ev-window.c: (setup_sidebar_from_metadata),
3001         (ev_window_sidebar_visibility_changed_cb), (ev_window_init):
3002         
3003         Setup sidebar from metadata even if there is no document
3004         loaded. Fix for the bug #342807.
3005
3006 2006-05-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3007
3008         * cut-n-paste/toolbar-editor/Makefile.am:
3009         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
3010         (get_dock_position), (get_toolbar_position), (get_toolbar_nth),
3011         (find_action), (drag_data_delete_cb), (drag_begin_cb),
3012         (drag_end_cb), (drag_data_get_cb), (move_item_cb),
3013         (remove_item_cb), (remove_toolbar_cb), (popup_context_deactivate),
3014         (popup_context_menu_cb), (button_press_event_cb),
3015         (configure_item_sensitivity), (configure_item_cursor),
3016         (configure_item_tooltip), (connect_widget_signals),
3017         (action_sensitive_cb), (create_item_from_action),
3018         (create_item_from_position), (toolbar_drag_data_received_cb),
3019         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
3020         (toolbar_drag_leave_cb), (configure_drag_dest),
3021         (toggled_visibility_cb), (toolbar_visibility_refresh),
3022         (create_dock), (toolbar_changed_cb), (unparent_fixed),
3023         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
3024         (item_added_cb), (item_removed_cb), (egg_editable_toolbar_build),
3025         (egg_editable_toolbar_set_model), (egg_editable_toolbar_init),
3026         (egg_editable_toolbar_dispose),
3027         (egg_editable_toolbar_set_ui_manager),
3028         (egg_editable_toolbar_get_selected),
3029         (egg_editable_toolbar_set_selected), (set_edit_mode),
3030         (egg_editable_toolbar_set_property),
3031         (egg_editable_toolbar_get_property),
3032         (egg_editable_toolbar_class_init), (egg_editable_toolbar_new),
3033         (egg_editable_toolbar_new_with_model),
3034         (egg_editable_toolbar_get_edit_mode),
3035         (egg_editable_toolbar_set_edit_mode),
3036         (egg_editable_toolbar_add_visibility), (egg_editable_toolbar_show),
3037         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed):
3038         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
3039         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (compare_items),
3040         (item_added_or_removed_cb), (toolbar_removed_cb),
3041         (egg_toolbar_editor_set_model), (egg_toolbar_editor_class_init),
3042         (egg_toolbar_editor_finalize), (drag_begin_cb), (drag_end_cb),
3043         (drag_data_get_cb), (set_drag_cursor), (editor_create_item),
3044         (editor_create_item_from_name), (append_table),
3045         (update_editor_sheet), (egg_toolbar_editor_init):
3046         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
3047         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
3048         (egg_toolbars_model_to_xml), (egg_toolbars_model_save_toolbars),
3049         (is_unique), (toolbar_node_new), (item_node_new), (item_node_free),
3050         (toolbar_node_free), (egg_toolbars_model_get_flags),
3051         (egg_toolbars_model_set_flags), (egg_toolbars_model_get_data),
3052         (egg_toolbars_model_get_name), (impl_add_item),
3053         (egg_toolbars_model_add_item), (egg_toolbars_model_add_toolbar),
3054         (parse_data_list), (parse_item_list), (parse_toolbars),
3055         (egg_toolbars_model_load_toolbars), (parse_available_list),
3056         (parse_names), (egg_toolbars_model_load_names),
3057         (egg_toolbars_model_class_init), (egg_toolbars_model_init),
3058         (egg_toolbars_model_finalize), (egg_toolbars_model_remove_toolbar),
3059         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
3060         (egg_toolbars_model_delete_item), (egg_toolbars_model_n_items),
3061         (egg_toolbars_model_item_nth), (egg_toolbars_model_n_toolbars),
3062         (egg_toolbars_model_toolbar_nth), (egg_toolbars_model_get_types),
3063         (egg_toolbars_model_set_types), (fill_avail_array),
3064         (egg_toolbars_model_get_name_avail),
3065         (egg_toolbars_model_get_name_flags),
3066         (egg_toolbars_model_set_name_flags):
3067         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
3068         * cut-n-paste/toolbar-editor/eggintl.h:
3069         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
3070         (egg_tree_multi_drag_source_get_type),
3071         (egg_tree_multi_drag_source_row_draggable),
3072         (egg_tree_multi_drag_source_drag_data_delete),
3073         (egg_tree_multi_drag_source_drag_data_get), (stop_drag_check),
3074         (egg_tree_multi_drag_button_release_event), (selection_foreach),
3075         (path_list_free), (set_context_data), (get_context_data),
3076         (get_info), (egg_tree_multi_drag_drag_data_get),
3077         (egg_tree_multi_drag_motion_event),
3078         (egg_tree_multi_drag_button_press_event),
3079         (egg_tree_multi_drag_add_drag_support):
3080         * cut-n-paste/toolbar-editor/eggtreemultidnd.h:
3081         * shell/ev-application.c: (ev_application_init),
3082         (ev_application_save_toolbars_model):
3083         * shell/ev-window.c: (ev_window_create_fullscreen_popup),
3084         (ev_window_cmd_edit_toolbar), (ev_window_init):
3085         
3086         Sync toolbareditor with epiphany and libegg
3087
3088 2006-05-23  Carlos Garcia Campos  <carlosgc@gnome.org>
3089
3090         * configure.ac: 
3091
3092         Depend on poppler 0.5.2
3093
3094 2006-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3095
3096         * shell/ev-jobs.c: (ev_job_render_run):
3097         
3098         Check if document supports links iterface.
3099
3100 2006-05-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3101
3102         * NEWS:
3103         * configure.ac:
3104         
3105         Update for release 0.5.3
3106
3107 2006-05-13  Michael Plump  <plumpy@skylab.org>
3108
3109         * configure.ac:
3110         * shell/Makefile.am:
3111         * shell/main.c: (main):
3112         
3113         Port to GOption command line parsing. Fix for the 
3114         bug #327518
3115
3116 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3117
3118         * shell/ev-window.c: (ev_window_cmd_help_about):
3119         
3120         Do not wrap license. Fix for the bug #309460.
3121
3122 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3123
3124         * configure.ac:
3125         * properties/ev-properties-main.c: (ev_properties_get_pages):
3126         * shell/ev-application.c: (ev_application_open_window),
3127         (ev_application_open_uri_at_dest):
3128         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
3129         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
3130         (ev_sidebar_thumbnails_use_icon_view), (page_changed_cb):
3131         * shell/ev-utils.c: (save_print_config_to_file):
3132         * shell/ev-window.c: (ev_window_cmd_save_as),
3133         (ev_attachment_popup_cmd_save_attachment_as):
3134         * shell/main.c: (load_files_remote):
3135         
3136         Bump requirements to gtk 2.8 and drop all ifdefs used.
3137
3138 2006-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3139
3140         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
3141         * shell/ev-window.c: (ev_window_init):
3142         
3143         Show attachments page.
3144
3145 2006-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3146
3147         * po/POTFILES.in:
3148         * shell/ev-attachment-bar.c:
3149         * shell/ev-attachment-bar.h:
3150         * shell/ev-sidebar-attachments.c:
3151         (ev_sidebar_attachments_icon_cache_add),
3152         (icon_theme_get_pixbuf_from_mime_type),
3153         (ev_sidebar_attachments_icon_cache_get), (icon_cache_update_icon),
3154         (ev_sidebar_attachments_icon_cache_refresh),
3155         (ev_sidebar_attachments_get_attachment_at_pos),
3156         (ev_sidebar_attachments_popup_menu_show),
3157         (ev_sidebar_attachments_popup_menu),
3158         (ev_sidebar_attachments_button_press),
3159         (ev_sidebar_attachments_update_icons),
3160         (ev_sidebar_attachments_drag_data_get),
3161         (ev_sidebar_attachments_get_property),
3162         (ev_sidebar_attachments_destroy),
3163         (ev_sidebar_attachments_class_init), (ev_sidebar_attachments_init),
3164         (ev_sidebar_attachments_new),
3165         (ev_sidebar_attachments_set_document),
3166         (ev_sidebar_attachments_support_document),
3167         (ev_sidebar_attachments_get_label),
3168         (ev_sidebar_attachments_page_iface_init):
3169         * shell/ev-sidebar-attachments.h:
3170         * shell/ev-window.c: (update_chrome_visibility),
3171         (setup_sidebar_from_metadata), (ev_window_setup_document),
3172         (ev_window_sidebar_current_page_changed_cb),
3173         (attachment_bar_menu_popup_cb), (ev_window_init):
3174         
3175         Move attachments bar to sidebar.
3176
3177 2006-05-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3178
3179         * pdf/ev-poppler.cc:
3180         * shell/ev-application.[ch]:
3181         * shell/main.c:
3182
3183         Fix some memory leaks.
3184
3185 2006-05-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
3186
3187         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
3188
3189         Change the properties dialog response to
3190         GTK_RESPONSE_CANCEL instead of GTK_RESPONSE_CLOSE. This
3191         will make the dialog go away when the user presses
3192         enter. With gtk+ >= 2.9 this will happen anyway, but for
3193         older gtk+ versions only GTK_RESPONSE_CANCEL is bound to
3194         escape by default. Fixes bug #340539. See also bug
3195         #101293 for the gtk+ part.
3196
3197 2006-05-08  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
3198
3199         * shell/ev-view.c (tip_from_action_named): Replace some strings
3200         that were wrong. Closes #340970.
3201
3202 2006-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3203
3204         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
3205
3206         Update sidebar chrome flag when sidebar visibility changes. Fixes bug
3207         #341049
3208
3209 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3210
3211         * djvu/Makefile.am:
3212         * dvi/Makefile.am:
3213         * dvi/mdvi-lib/Makefile.am:
3214         * properties/Makefile.am:
3215         * ps/Makefile.am:
3216         * shell/Makefile.am:
3217         * thumbnailer/Makefile.am:
3218         
3219         Due to broken libtool that is unable to track dependencies
3220         of noinst libraries we are forced to explicitely point
3221         libraries for binary. Fix for the bug #333334.
3222
3223 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3224
3225         * data/evince.desktop.in.in:
3226         * shell/ev-view.c: (view_update_range_and_current_page),
3227         (ev_view_next_page), (ev_view_previous_page):
3228         * shell/ev-window.c: (update_chrome_visibility),
3229         (setup_sidebar_from_metadata), (ev_window_setup_document),
3230         (ev_window_update_fullscreen_popup), (fullscreen_timeout_cb),
3231         (fullscreen_set_timeout), (fullscreen_clear_timeout),
3232         (fullscreen_motion_notify_cb), (ev_window_run_fullscreen),
3233         (ev_window_stop_fullscreen), (ev_window_run_presentation),
3234         (ev_window_stop_presentation), (ev_window_focus_in_event),
3235         (ev_window_focus_out_event), (ev_window_view_sidebar_cb),
3236         (ev_window_init):
3237         * thumbnailer/Makefile.am:
3238         
3239         Update fullscreen and presentation timeout handling. Hide
3240         cursor in presentation after timeout. Fix for the bugs
3241         #136359 and #336981.
3242
3243 2006-05-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3244
3245         * backend/ev-link-action.[ch]:
3246         * pdf/ev-poppler.cc: (ev_link_from_action):
3247         * shell/ev-view-private.h:
3248         * shell/ev-view.c: (ev_view_handle_link), (tip_from_action_named):
3249         * shell/ev-window.c: (do_action_named), (view_external_link_cb):
3250
3251         Add support for Named Action links
3252
3253 2006-05-02  Carlos Garcia Campos  <carlosgc@gnome.org>
3254
3255         * backend/Makefile.am:
3256         * backend/ev-document-links.[ch]:
3257         * backend/ev-document.[ch]:
3258         * backend/ev-link-action.[ch]:
3259         * backend/ev-link-dest.[ch]:
3260         * backend/ev-link.[ch]:
3261         * pdf/ev-poppler.cc: (pdf_document_find_link_dest),
3262         (ev_link_dest_from_dest), (ev_link_from_action), (build_tree):
3263         * shell/ev-page-action.c: (build_new_tree_cb):
3264         * shell/ev-sidebar-links.c: (get_page_from_dest), (print_section_cb),
3265         (links_page_num_func), (update_page_callback):
3266         * shell/ev-view.[ch]: (ev_view_goto_dest), (ev_view_handle_link),
3267         (tip_from_link):
3268         * shell/ev-jobs.c:
3269         * shell/ev-window.[ch]: (ev_window_open_uri),
3270         (sidebar_links_link_activated_cb), (ev_view_popup_cmd_open_link):
3271         * shell/ev-application.[ch]: (ev_application_open_window),
3272         (ev_application_open_uri):
3273
3274         Rework links system, it adds support for remote links now and it makes
3275         easier to add new kinds of actions and destinations. Fixes bug #317292
3276
3277 2006-05-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3278
3279         * data/Makefile.am:
3280         * data/evince.png:
3281         * data/evince-16.png:
3282         * data/evince-22.png:
3283         * data/evince.svg:
3284         * shell/main.c: (main):
3285         
3286         Evince use it's own icon. Fix for the bug #313392.
3287
3288         * shell/ev-window.c: (fullscreen_timeout_cb),
3289         (fullscreen_set_timeout), (fullscreen_clear_timeout),
3290         (ev_window_cmd_help_about), (ev_window_dispose):
3291         
3292         Simplify fullscreen timeout code.
3293
3294 2006-04-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3295
3296         * backend/ev-attachment.c: 
3297         * shell/ev-attachment-bar.c:
3298         * shell/ev-window.c:
3299
3300         Allow multiple selection of attachments
3301
3302 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3303
3304         * shell/ev-view.c: (view_update_range_and_current_page),
3305         (ev_view_scroll):
3306         
3307         Fix for the bug #312573 – Optimal selection of current 
3308         page among visible pages.
3309
3310 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3311
3312         * configure.ac:
3313         * djvu/Makefile.am:
3314         * djvu/djvu-text.h:
3315         
3316         Update to djvulibre-3.5.17, now it uses pkg-config. Fix
3317         for the bug 339868.
3318
3319 2006-04-22  Kjartan Maraas  <kmaraas@gnome.org>
3320
3321         * configure.ac: Fix the LINGUAS stuff here too so it builds.
3322
3323 2006-04-21  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
3324
3325         * shell/ev-window.c: Add ellipsis to the Find... menu item, as
3326         dictated by the GNOME HIG. Fixes bug #339235.
3327
3328 2006-04-20  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
3329
3330         * data/evince-ui.xml:
3331         * shell/ev-view.c: (ev_view_can_find_previous):
3332         * shell/ev-view.h:
3333         * shell/ev-window.c: (ev_window_update_actions),
3334         (ev_window_cmd_edit_find_previous):
3335
3336         Add support for "Find Previous" as dictated by the GNOME HIG. A
3337         menu item is added and some glue code to make it all work is added
3338         to various files.
3339
3340 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
3341
3342         * configure.ac: Award myself the "useless use of cat" award.
3343
3344 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
3345
3346         * po/LINGUAS: New file listing all supported languages.
3347
3348         * configure.in: Use po/LINGUAS instead of including all languages
3349         directly in this file. See the wiki for more information:
3350         http://live.gnome.org/GnomeGoals/PoLinguas
3351
3352 2006-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
3353
3354         * backend/ev-document-factory.c:
3355
3356         Do not load the document twice when there isn't errors
3357
3358 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3359
3360         * backend/ev-attachment.c: 
3361
3362         Fix a crash when there isn't a default application to open an
3363         attachment
3364
3365 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3366
3367         * backend/ev-attachment.[ch]:
3368         * shell/ev-attachment-bar.[ch]:
3369
3370         Added missing files. 
3371
3372 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3373
3374         * backend/Makefile.am:
3375         * data/evince-ui.xml:
3376         * backend/ev-attachment.[ch]:
3377         * backend/ev-document.[ch]: (ev_document_has_attachments),
3378         (ev_document_get_attachments):
3379         * pdf/ev-poppler.cc: (pdf_document_has_attachments),
3380         (attachment_save_to_buffer), (pdf_document_get_attachments),
3381         (pdf_document_document_iface_init):
3382         * shell/Makefile.am:
3383         * shell/ev-attachment-bar.[ch]:
3384         * shell/ev-window.c:
3385
3386         Add support for PDF attachments. Fixes bug #325143
3387
3388 2006-04-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3389
3390         * backend/ev-document-factory.c: (get_document_from_uri),
3391         (ev_document_factory_get_document):
3392         * backend/ev-document-factory.h:
3393         * properties/ev-properties-main.c: (ev_properties_get_pages):
3394         * shell/Makefile.am:
3395         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
3396         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
3397         (ev_job_queue_remove_job):
3398         * shell/ev-job-queue.h:
3399         * shell/ev-job-xfer.c:
3400         * shell/ev-job-xfer.h:
3401         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
3402         (ev_job_fonts_new), (ev_job_fonts_run), (ev_job_xfer_init),
3403         (ev_job_xfer_dispose), (ev_job_xfer_class_init), (ev_job_xfer_new),
3404         (ev_job_xfer_run):
3405         * shell/ev-jobs.h:
3406         * shell/ev-window.c: (ev_window_is_empty),
3407         (password_dialog_response), (ev_window_clear_xfer_job),
3408         (ev_window_xfer_job_cb), (ev_window_open_uri),
3409         (ev_window_cmd_focus_page_selector),
3410         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
3411         (ev_window_cmd_continuous), (ev_window_cmd_dual),
3412         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
3413         (ev_window_dispose):
3414         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
3415         
3416         * Cleanup mime type detection on document load. Fix for the
3417         bug #336448.
3418
3419 2006-04-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3420
3421         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
3422         
3423         Fix crash on exit, described in the bug #336825.
3424
3425 2006-03-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3426
3427         * backend/ev-document-factory.c:
3428         (ev_document_factory_get_from_mime),
3429         (ev_document_factory_get_all_mime_types), (get_document_from_uri),
3430         (ev_document_factory_get_document),
3431         (file_filter_add_mime_list_and_free),
3432         (ev_document_factory_add_filters):
3433         * backend/ev-document-factory.h:
3434         * properties/ev-properties-main.c: (ev_properties_get_pages):
3435         * shell/Makefile.am:
3436         * shell/ev-application.c:
3437         * shell/ev-job-xfer.c: (ev_job_xfer_run):
3438         * shell/ev-window.c: (ev_window_cmd_file_open),
3439         (ev_window_cmd_save_as):
3440         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
3441         
3442         Rework factory functions so they are placed now in a single 
3443         file ev-document-factory.c
3444
3445 2006-03-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3446
3447         * shell/ev-window.c: (update_chrome_visibility):
3448         
3449         Fix for the bug 166566 - don't show menubar in fullscreen
3450         mode.
3451
3452 2006-03-22  Tommi Vainikainen  <thv@iki.fi>
3453
3454         * configure.ac (ALL_LINGUAS): Added Dzongkha (dz).
3455
3456 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3457
3458         * shell/ev-view.c: (ev_view_expose_event):
3459         
3460         More correctly draw loading text when document
3461         is empty.
3462
3463 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3464
3465         * shell/ev-view.c: (ev_view_scroll):
3466         
3467         Fix for the bug #334854, page down and page up switch
3468         pages in presentation mode.
3469
3470 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3471
3472         * shell/ev-window.c: (ev_window_set_action_sensitive),
3473         (ev_window_setup_action_sensitivity), (ev_window_update_actions),
3474         (ev_window_set_view_accels_sensitivity),
3475         (update_chrome_visibility), (ev_window_cmd_focus_page_selector),
3476         (ev_window_cmd_continuous), (ev_window_cmd_dual),
3477         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
3478         (find_changed_cb), (page_changed_cb), (ev_window_setup_document),
3479         (ev_window_cmd_edit_find), (ev_window_set_page_mode),
3480         (ev_window_cmd_edit_toolbar_cb), (ev_window_zoom_changed_cb),
3481         (ev_window_has_selection_changed_cb), (find_bar_search_changed_cb),
3482         (view_actions_focus_in_cb), (ev_window_init):
3483         
3484         Fix for the bug #333902, now it's possible to search
3485         words with slash.
3486
3487 2006-03-16  Jérémy Ar Floc'h <jérémy.lefloch@gmail.com>
3488
3489         * configure.ac: Added Breton translation.
3490         * po/br.po: Added Breton translation.
3491
3492 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3493
3494         * shell/ev-window-title (ev_window_title_update):
3495
3496         Fix memory leak in window title. Fixes bug #333944
3497
3498 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3499
3500         * shell/ev-metadata-manager.c (parseItem):
3501
3502         Fix memory leaks. Fixes bug #333945
3503
3504 2006-03-13  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
3505         
3506         * NEWS, configure.ac, TODO:
3507         
3508         Update for release 0.5.2.
3509
3510 2006-03-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3511
3512         * shell/ev-view.c: (view_update_range_and_current_page),
3513         (page_changed_cb):
3514         
3515         Don't jump on scrolling, fix for the bug #333127.
3516
3517 2006-03-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3518
3519         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
3520         
3521         Scroll by one page in presentation mode. Fix for the bug
3522         #332993.
3523
3524 2006-03-01  Vladimer SIchinava <vlsichinava@gmail.com>
3525
3526         * configure.ac: Added ka (Georgian) to ALL_LINGUAS line.
3527
3528 2006-02-28  Clytie Siddall <clytie@riverland.net.au>
3529
3530         * configure.ac  Added lv in ALL_LINGUAS line.
3531
3532 2006-02-27  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
3533         
3534         * NEWS, configure.ac:
3535         
3536         Update for release 0.5.1
3537
3538 2006-02-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
3539
3540         * backend/ev-document-misc.c: (ev_document_misc_paint_one_page):
3541         * backend/ev-document-misc.h:
3542         * shell/ev-view.c: (draw_one_page):
3543         
3544          Clairfy what page the toolbar page number applies to. Fix
3545          for the bug #328102.
3546
3547 2006-02-24  Stanislav Slusny <slusnys@gmail.com>
3548
3549         * shell/ev-view-private.h:
3550         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_event),
3551         (ev_view_init), (find_changed_cb), (ev_view_find_previous),
3552         (ev_view_search_changed):
3553         * shell/ev-view.h:
3554         * shell/ev-window.c: (find_bar_search_changed_cb):
3555         
3556         Dont't jump to find result if window was scrolled during search.
3557         Fix for the bug #313266.
3558
3559 2006-02-21  Stanislav Slusny <slusnys@gmail.com>
3560
3561         * shell/eggfindbar.c: (egg_find_bar_class_init):
3562         * shell/eggfindbar.h:
3563         * shell/ev-view-accessible.c: (ev_view_accessible_idle_do_action):
3564         * shell/ev-view-private.h:
3565         * shell/ev-view.c: (add_scroll_binding_keypad), (ev_view_scroll),
3566         (ev_view_class_init), (ev_sizing_mode_get_type),
3567         (ev_scroll_type_get_type):
3568         * shell/ev-view.h:
3569         * shell/ev-window.c: (ev_window_cmd_scroll_forward),
3570         (ev_window_cmd_scroll_backward), (find_bar_scroll),
3571         (ev_window_init):
3572         
3573         Fix for the bug 319133 - Find entry should allow text scroll.
3574
3575 2006-02-20  Antoine Dopffer <antoine.dopffer@free.fr>
3576
3577         * shell/ev-view-private.h:
3578         * shell/ev-view.c: (view_update_range_and_current_page),
3579         (highlight_find_results), (find_changed_cb), (page_changed_cb),
3580         (ev_view_set_document), (update_find_status_message),
3581         (jump_to_find_result), (jump_to_find_page), (ev_view_find_next),
3582         (ev_view_find_previous):
3583         
3584         Fix for the bug #319137. Search now takes account for scrolling.
3585
3586 2006-02-19  Michael Hofmann <mh21@piware.de>
3587
3588         * configure.ac:
3589         * djvu/Makefile.am:
3590         * djvu/djvu-document-private.h:
3591         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
3592         (djvu_handle_events), (djvu_document_load), (djvu_document_save),
3593         (djvu_document_get_page_size), (djvu_document_render_pixbuf),
3594         (djvu_document_can_get_text), (djvu_document_get_text),
3595         (djvu_document_document_iface_init),
3596         (djvu_document_thumbnails_get_thumbnail),
3597         (djvu_document_find_begin), (djvu_document_find_get_n_results),
3598         (djvu_document_find_get_result),
3599         (djvu_document_find_page_has_results),
3600         (djvu_document_find_get_progress), (djvu_document_find_cancel),
3601         (djvu_document_find_iface_init):
3602         * djvu/djvu-text-page.c: (djvu_text_page_selection_process),
3603         (djvu_text_page_selection), (djvu_text_page_limits_process),
3604         (djvu_text_page_limits), (djvu_text_page_copy),
3605         (djvu_text_page_position), (djvu_text_page_union),
3606         (djvu_text_page_sexpr_process), (djvu_text_page_sexpr),
3607         (djvu_text_page_box), (djvu_text_page_append_text),
3608         (djvu_text_page_search), (djvu_text_page_prepare_search),
3609         (djvu_text_page_new), (djvu_text_page_free):
3610         * djvu/djvu-text-page.h:
3611         * djvu/djvu-text.c: (djvu_text_idle_callback), (djvu_text_new),
3612         (djvu_text_copy), (djvu_text_free), (djvu_text_get_text),
3613         (djvu_text_n_results), (djvu_text_has_results),
3614         (djvu_text_get_result), (djvu_text_get_progress):
3615         * djvu/djvu-text.h:
3616         
3617         Text search in djvu. Fix for the bug #303415.
3618
3619 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3620
3621         * configure.ac:
3622         * shell/ev-window.c: (ev_window_cmd_save_as):
3623         
3624         Ask filechooser to confirm overwrite. Fix for the bug #328266.
3625         Thanks to Gary Coady <gary@lyranthe.org>
3626
3627 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3628
3629         * shell/ev-print-job.c: (idle_print_handler):
3630         
3631         Inverse order printing, bug #320919.
3632
3633 2006-02-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3634
3635         * data/evince-toolbar.xml:
3636         * shell/ev-window.c:
3637         
3638         Allow to add sidebar checkbutton on toolbar. Fix
3639         for the bug #144577.
3640
3641 2006-02-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3642
3643         * ps/ps-document.c: (push_pixbuf), (setup_pixmap):
3644         
3645         Add checks that have sense for empty ps document.
3646
3647 2006-02-15  Luca Ferretti <elle.uca@libero.it>
3648
3649         * configure.ac: Include PS in mime types list. 
3650
3651 2006-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3652
3653         * configure.ac:
3654         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
3655         * ps/gsdefaults.h:
3656         * ps/ps-document.c: (start_interpreter), (ps_document_load):
3657         
3658         Runtime check for gs interpreter. Fix for the bug #320868.
3659         Thanks to Antoine Dopffer antoine.dopffer@free.fr
3660
3661 2006-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
3662
3663         * shell/ev-application.c: 
3664
3665         Use DBUS_NAME_FLAG_DO_NOT_QUEUE flag in RequestName method when
3666         dbus>=0.60, so that the request is not queued. 
3667
3668 2006-02-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3669
3670         * configure.ac:
3671         * shell/Makefile.am:
3672         * shell/ev-sidebar-links.c: (print_section_cb):
3673         * shell/ev-utils.c:
3674         * shell/ev-utils.h:
3675         * shell/ev-window.c: (update_action_sensitivity),
3676         (ev_window_close_dialogs), (ev_window_print):
3677         * shell/ev-window.h:
3678         
3679         Make printing support optional. Patch from Eduardo de Barros Lima
3680         <eduardo.lima@indt.org.br> for the bug #330546.
3681
3682 2006-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3683
3684         * shell/ev-view-private.h:
3685         * shell/ev-view.c: (ev_view_expose_event), (ev_view_set_loading),
3686         (ev_view_set_document):
3687         * shell/ev-view.h:
3688         * shell/ev-window.c: (ev_window_load_job_cb),
3689         (ev_window_xfer_job_cb), (ev_window_open_uri), (ev_window_dispose),
3690         (ev_window_init):
3691
3692         Draw Loading message during xfer job. Fix for the bug #329495.
3693
3694 2006-02-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3695
3696         * comics/comics-document.c: (comics_regex_quote),
3697         (comics_document_load), (extract_argv):
3698         
3699         Correcly quote regexp before passing it to unzip.
3700
3701 2006-02-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3702
3703         * shell/ev-page-cache.c: (build_height_to_page),
3704         (ev_page_cache_new), (ev_page_cache_get_max_label_chars),
3705         (ev_page_cache_get_dual_even_left):
3706         * shell/ev-page-cache.h:
3707         * shell/ev-view.c: (view_update_range_and_current_page),
3708         (get_page_y_offset), (get_page_extents):
3709         
3710         Place even pages to the left if document has less then
3711         two pages. Fix for the bug #328856.
3712
3713 2006-01-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3714
3715         * thumbnailer/evince-thumbnailer-comics.schemas.in:
3716         
3717         Correct comics scheme. This make evince create thumbnails
3718         for comic books. Fix for the bug 329088.
3719
3720 2006-01-31  Christopher Aillon  <caillon@redhat.com>
3721
3722         * data/evince-password.glade: Don't explicitly set
3723         invisible_char to the current default value in case
3724         the default changes; let GTK+ do its magic.
3725
3726 2006-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3727
3728         * shell/ev-job-xfer.c: (ev_job_xfer_run): Append
3729         real filename to tmp filename since often document
3730         type is determined by extension.
3731
3732 2006-01-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
3733
3734         * shell/ev-view.c: (add_scroll_binding_keypad),
3735         (ev_view_binding_activated), (ev_view_class_init):
3736         
3737         Add keybindings for percision-scrolling of display area. 
3738         Fix for the bug #314072.
3739
3740 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3741
3742         * data/evince.desktop.in.in:
3743         
3744         Add GTK to the list of categories. Fix for the bug #328034.
3745
3746 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3747
3748         * shell/ev-application.c: (ev_application_shutdown),
3749         (ev_application_set_chooser_uri), (ev_application_get_chooser_uri):
3750         * shell/ev-application.h:
3751         * shell/ev-window.c: (file_open_dialog_response_cb),
3752         (ev_window_cmd_file_open):
3753         
3754         Save last uri in file chooser dialog. Fix for the bug #327950.
3755
3756 2006-01-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3757
3758         * NEWS:
3759         * README:
3760         
3761         Final update for release 0.5.0
3762         
3763         * shell/Makefile.am:
3764         
3765         Remove disable deprecated until we'll require libgnome-2.13.7
3766         and port to GOption argument parsing. See bug 327518.
3767
3768 2006-01-19  Jani Monoses <jani.monoses@gmail.com>
3769
3770         * comics/comics-document.c: (comics_document_save):
3771         * djvu/djvu-document.c: (djvu_document_save):
3772         * dvi/dvi-document.c: (dvi_document_save):
3773         * lib/ev-file-helpers.c: (ev_tmp_filename), (ev_xfer_uri_simple):
3774         * lib/ev-file-helpers.h:
3775         * pixbuf/pixbuf-document.c: (pixbuf_document_save):
3776         * tiff/tiff-document.c: (tiff_document_save):
3777         
3778         Use common save function for backends.
3779
3780 2006-01-18  Jani Monoses <jani.monoses@gmail.com>
3781
3782         * backend/ev-document-types.c:
3783         
3784         Fix crash on saving pixbuf.
3785
3786 2006-01-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3787
3788         * cut-n-paste/recent-files/egg-recent-item.c:
3789         (get_uri_shortname_for_display), (egg_recent_item_get_short_name):
3790         * cut-n-paste/recent-files/egg-recent-model.c: (parse_info_init),
3791         (parse_info_free), (valid_element), (start_element_handler),
3792         (end_element_handler), (text_handler), (egg_recent_model_filter),
3793         (egg_recent_model_monitor_cb), (egg_recent_model_poll_timeout),
3794         (egg_recent_model_monitor), (egg_recent_model_read),
3795         (egg_recent_model_open_file), (egg_recent_model_lock_file),
3796         (egg_recent_model_unlock_file), (egg_recent_model_finalize),
3797         (egg_recent_model_set_property), (egg_recent_model_class_init),
3798         (egg_recent_model_init), (egg_recent_model_add_full),
3799         (egg_recent_model_delete), (egg_recent_model_get_list),
3800         (egg_recent_model_clear), (egg_recent_model_clear_mime_filter),
3801         (egg_recent_model_set_filter_mime_types),
3802         (egg_recent_model_clear_group_filter),
3803         (egg_recent_model_set_filter_groups),
3804         (egg_recent_model_clear_scheme_filter),
3805         (egg_recent_model_set_filter_uri_schemes),
3806         (egg_recent_model_remove_expired):
3807         * cut-n-paste/recent-files/egg-recent-util.c:
3808         (egg_recent_util_get_icon):
3809         * cut-n-paste/recent-files/egg-recent-util.h:
3810         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
3811         (connect_proxy_cb), (egg_recent_view_uimanager_set_list),
3812         (egg_recent_view_uimanager_set_empty_list), (model_changed_cb),
3813         (egg_recent_view_uimanager_set_property),
3814         (egg_recent_view_uimanager_get_property),
3815         (egg_recent_view_uimanager_class_init),
3816         (egg_recent_view_uimanager_init),
3817         (egg_recent_view_uimanager_set_label_width),
3818         (egg_recent_view_uimanager_get_label_width):
3819         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
3820         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
3821         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
3822         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
3823         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
3824         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
3825         
3826         Update from libegg.
3827
3828 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3829
3830         * shell/ev-page-cache.c: (build_height_to_page),
3831         (ev_page_cache_get_height_to_page):
3832         * shell/ev-page-cache.h:
3833         * shell/ev-view.c: (view_update_range_and_current_page),
3834         (get_page_y_offset), (get_page_extents), (ev_view_next_page),
3835         (ev_view_previous_page):
3836         
3837         Dual mode places even pages to the left. Fix for the bug #309393.
3838
3839         * shell/ev-view.h:
3840         * shell/ev-window.c: (update_action_sensitivity),
3841         (setup_view_from_metadata), (view_menu_popup_cb):
3842         
3843         Don't restore presentation in empty windows, more intelligent
3844         next page behaviour in dual mode.
3845
3846         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
3847         (ev_pixbuf_cache_clear_job_sizes):
3848         
3849         Cleanup job callback on removal. Fix for the bug #325886.
3850
3851 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3852
3853         * ps/ps.c: (psscan):
3854         
3855         Commit workaround Mozilla problem. Fix for the bug #325919
3856         
3857         * shell/ev-metadata-manager.c: (parse_value), (parseItem),
3858         (save_item):
3859         
3860         Fix for year 2038 problem.
3861
3862 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3863
3864         * shell/ev-window.c: (setup_document_from_metadata),
3865         (ev_window_cmd_view_reload):
3866
3867         Clamp page recieved from metadata in valid values. Fix
3868         for the bug #325986.
3869
3870 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3871
3872         * MAINTAINERS: 
3873         Add MAINTAINERS as requested on desktop-devel-list.
3874
3875 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3876
3877         * backend/ev-document-factory.c: (gdk_pixbuf_mime_type_list),
3878         (mime_type_supported_by_gdk_pixbuf),
3879         (ev_document_factory_get_mime_types),
3880         (ev_document_factory_get_all_mime_types):
3881         
3882         Don't add pixbuf mime types if pixbuf backend is disabled.
3883         
3884         * shell/ev-application.c: (ev_application_get_uri_window):
3885         
3886         Fix for the bug 325815 - unhandled MIME type message doesn't 
3887         appear a second time. 
3888         
3889         * shell/ev-document-types.c: (ev_document_types_add_filters):
3890         * shell/ev-window.c: (page_changed_cb), (ev_window_setup_document),
3891         (password_dialog_response), (ev_window_popup_password_dialog),
3892         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
3893         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
3894         (ev_window_run_presentation), (ev_window_stop_presentation),
3895         (save_sizing_mode), (ev_window_zoom_changed_cb),
3896         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
3897         (ev_window_dual_mode_changed_cb),
3898         (ev_window_sidebar_current_page_changed_cb),
3899         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
3900         (window_state_event_cb), (window_configure_event_cb):
3901         
3902         Cleanup additional uris holded by EvWindow.
3903
3904 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3905
3906         * shell/ev-view.c: (ev_view_scroll), (ev_view_previous_page),
3907         (ev_view_can_previous_page), (ev_view_can_next_page):
3908         * shell/ev-view.h:
3909         * shell/ev-window.c: (update_action_sensitivity):
3910         
3911         Two page scrolling with Space and PageUp in dual mode. Second fix 
3912         for the bug #316608.
3913
3914 2006-01-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3915
3916         * shell/ev-view.c: (scroll_to_current_page):
3917         
3918         Correctly clamp adjustment value. Fix for the bug
3919         #325808.
3920
3921 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3922
3923         * shell/ev-sidebar-links.c: (print_section_cb):
3924         * shell/ev-window.c: (ev_window_get_uri),
3925         (ev_window_close_dialogs), (ev_window_open_uri), (ev_window_print),
3926         (ev_window_print_dialog_response_cb), (ev_window_print_range),
3927         (ev_window_dispose):
3928         
3929         Make print dialog non-modal. Fix for the bug #325622.
3930
3931 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3932
3933         * shell/ev-metadata-manager.c:
3934         * shell/ev-utils.c: (using_pdf_printer),
3935         (using_postscript_printer), (load_print_config_from_file),
3936         (save_print_config_to_file):
3937         * shell/ev-utils.h:
3938         * shell/ev-window.c: (update_sizing_buttons), (page_changed_cb),
3939         (update_sidebar_visibility), (setup_sidebar_from_metadata),
3940         (setup_view_from_metadata), (ev_window_setup_document),
3941         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
3942         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
3943         (ev_window_run_presentation), (ev_window_stop_presentation),
3944         (save_sizing_mode), (ev_window_zoom_changed_cb),
3945         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
3946         (ev_window_dual_mode_changed_cb),
3947         (ev_window_sidebar_current_page_changed_cb),
3948         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
3949         (window_state_event_cb), (window_configure_event_cb),
3950         (ev_window_init):
3951         
3952         Setting saving behaviour fixes.
3953
3954 2005-12-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3955
3956         * configure.ac:
3957         
3958         Make antialiasing gs options better and allow
3959         to change them during configure. Fix for the 
3960         bug #319049.
3961
3962 2005-12-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3963
3964         * shell/ev-window.c: (setup_view_from_metadata):
3965         
3966         Remember if last window was maximized. Fix for the
3967         bug #323797.
3968
3969 2005-12-28  Abel Cheung  <maddog@linuxhall.org>
3970
3971         * configure.ac: Added "zh_HK" to ALL_LINGUAS.
3972
3973 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3974
3975         * backend/ev-link.c: (ev_link_get_page), (ev_link_init):
3976         * shell/ev-page-action.c: (build_new_tree_cb):
3977         * shell/ev-sidebar-links.c: (links_page_num_func),
3978         (update_page_callback_foreach), (update_page_callback):
3979         * shell/ev-view.c: (scroll_to_current_page):
3980         
3981         Fix for the bug #325067 with more intelligent selection
3982         of current link in sidebar. Make sidebar handle links
3983         of FITR-like type more correctly.
3984
3985         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
3986         (dvi_pixbuf_put_pixel):
3987         
3988         Fix memory consumtion with disabled alpha channel.
3989
3990 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3991
3992         * data/evince-ui.xml:
3993         * shell/ev-window.c: (view_menu_popup_cb),
3994         (ev_popup_cmd_open_link), (ev_window_init):
3995         
3996         Update context menu for internal links. Fix for the bug
3997         #325066.
3998
3999 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4000
4001         * shell/ev-view.c: (ev_view_popup_menu), (ev_view_class_init):
4002         
4003         Bind context menu to keyboard also. Fix for the bug
4004         #325065.
4005
4006 2005-12-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4007
4008         * shell/ev-view.c: (selection_scroll_timeout_cb):
4009         
4010         Horizontal scroll on selection also.
4011
4012 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4013
4014         * shell/ev-metadata-manager.c: (parse_value):
4015         * shell/ev-view.c: (goto_xyz_link):
4016         
4017         Correct zoom setup and metadata save broken in 
4018         some locales.
4019
4020 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4021
4022         * shell/ev-view-private.h:
4023         * shell/ev-view.c: (scroll_to_current_page),
4024         (view_set_adjustment_values), (goto_fitr_link), (goto_fitv_link),
4025         (goto_fith_link), (goto_fit_link), (goto_xyz_link),
4026         (page_changed_cb), (ev_view_set_continuous),
4027         (ev_view_set_dual_page), (ev_view_set_presentation):
4028         
4029         Delay scroll until allocation to correctly position page. Fix
4030         for the bug #317334.
4031
4032 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4033
4034         * NEWS:
4035         * configure.ac:
4036         
4037         Update NEWS and require poppler 0.5.0.
4038
4039 2005-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
4040         
4041         * data/evince-ui.xml:
4042         * shell/ev-view-private.h:
4043         * shell/ev-view.c: (ev_view_get_link_at_location),
4044         (handle_link_over_xy), (ev_view_button_press_event),
4045         (ev_view_button_release_event), (ev_view_class_init):
4046         * shell/ev-window.c: (view_menu_popup_cb), (ev_window_dispose),
4047         (ev_popup_cmd_open_link), (ev_popup_cmd_copy_link_address),
4048         (ev_window_init):
4049         
4050         Implement right-click context menu.
4051
4052 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4053
4054         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
4055         * dvi/pixbuf-device.c: (dvi_pixbuf_create_image),
4056         (mdvi_pixbuf_device_render):
4057         * pdf/ev-poppler.cc:
4058
4059         Don't generate thumbnails with alpha. See bug #324077.
4060         Thanks to Jeroen Zwartepoorte <jeroen.zwartepoorte@gmail.com>.
4061
4062 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4063
4064         * shell/ev-window.c: (setup_chrome_from_metadata):
4065         
4066         Fix typo that was hiding toolbar.
4067
4068 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4069
4070         * shell/ev-view-private.h:
4071         * shell/ev-view.c: (ev_view_realize), (selection_update_idle_cb),
4072         (selection_scroll_timeout_cb), (ev_view_motion_notify_event),
4073         (ev_view_button_release_event), (ev_view_destroy):
4074         
4075         Small cleanup and autoscrolling during selection. Thanks to 
4076         Ricardo Markiewicz  <rmarkie@fi.uba.ar>.
4077
4078 2005-12-22  Jani Monoses <jani.monoses@gmail.com>
4079
4080         * configure.ac:
4081         
4082         Correctly check for comics option.
4083
4084 2005-12-21  Eduardo Lima <eduardo.lima@indt.org.br>
4085         * Makefile.am:
4086         * configure.ac:
4087         * backend/Makefile.am:
4088         * backend/ev-document-factory.c:
4089         * shell/ev-document-types.c:
4090
4091         Included option in configure to make ps backend 
4092         compilation optional with --disable-ps.
4093
4094 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4095
4096         * backend/ev-document-factory.c:
4097         * comics/Makefile.am:
4098         * comics/comics-document.c: (comics_document_load):
4099         * comics/ev-cbr-mime.xml:
4100         * configure.ac:
4101         
4102         Comics mime types are added to shared-mime-info CVS. Now
4103         we don't need to install our own mime types.
4104
4105 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4106
4107         * shell/ev-window.c:
4108         
4109         Add shortcut for "save a copy" menu entry. Fix for
4110         the bug #324582.
4111
4112 2005-12-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4113
4114         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
4115         (job_finished_cb), (new_selection_pixbuf_needed),
4116         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
4117         (clear_job_selection), (ev_pixbuf_cache_set_selection_list):
4118         
4119         Rework selection job info logic and fix critical warning.
4120
4121 2005-12-17  Abel Cheung  <maddog@linuxhall.org>
4122
4123         * configure.ac: Added "cy" "fa" "mk" "vi" to ALL_LINGUAS.
4124
4125 2005-11-27  Jaap A. Haitsma <jaap@haitsma.org>
4126
4127         * data/evince-ui.xml:
4128         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
4129         
4130         Enter as shortcut key for next page. Fix for the bug
4131         #321394.
4132
4133 2005-11-18  Ales Nyakhaychyk  <nab@mail.by>
4134
4135         * configure.ac: Added "be" (Belarusian) to ALL_LINGUAS.
4136
4137 2005-11-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4138
4139         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
4140         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
4141         (new_selection_pixbuf_needed),
4142         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
4143         (clear_job_selection):
4144         
4145         Too early for 0.5. Pixbuf cache code cleaned a bit.
4146
4147 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4148
4149         * NEWS:
4150         * configure.ac:
4151         
4152         Release 0.5.0 preparation
4153
4154 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4155
4156         * comics/Makefile.am:
4157         * configure.ac:
4158         * shell/ev-document-types.c: (ev_document_types_add_filters):
4159         
4160         More advanced handling of custom mime type installation.
4161
4162 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4163
4164         * data/evince.schemas.in:
4165         * shell/ev-metadata-manager.c: (value_free),
4166         (ev_metadata_manager_get_last), (ev_metadata_manager_set_last),
4167         (ev_metadata_manager_get), (ev_metadata_manager_set):
4168         * shell/ev-metadata-manager.h:
4169         * shell/ev-window.c: (update_chrome_flag),
4170         (ev_window_cmd_focus_page_selector), (update_sidebar_visibility),
4171         (setup_document_from_metadata), (setup_chrome_from_metadata),
4172         (setup_sidebar_from_metadata), (setup_view_from_metadata),
4173         (ev_window_cmd_edit_find), (ev_window_cmd_escape),
4174         (ev_window_view_toolbar_cb),
4175         (ev_window_sidebar_visibility_changed_cb), (find_bar_close_cb),
4176         (view_actions_focus_in_cb), (ev_window_init), (ev_window_new):
4177         
4178         Save last document settings and reuse them for new documents.
4179
4180 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4181
4182         * Makefile.am:
4183         * backend/Makefile.am:
4184         * backend/ev-document-factory.c:
4185         * backend/ev-document-factory.h:
4186         * comics/Makefile.am:
4187         * comics/comics-document.c: (G_DEFINE_TYPE_WITH_CODE),
4188         (comics_document_load), (comics_document_save),
4189         (comics_document_get_n_pages), (comics_document_get_page_size),
4190         (get_page_size_area_prepared_cb), (comics_document_render_pixbuf)       (render_pixbuf_size_prepared_cb), (comics_document_finalize),
4191         (comics_document_class_init), (comics_document_can_get_text),
4192         (comics_document_get_info), (comics_document_document_iface_init),
4193         (comics_document_init), (get_supported_image_extensions),
4194         (comics_document_thumbnails_get_geometry),
4195         (comics_document_thumbnails_get_thumbnail),
4196         (comics_document_thumbnails_get_dimensions),
4197         (comics_document_document_thumbnails_iface_init), (extract_argv):
4198         * comics/comics-document.h:
4199         * comics/ev-cbr-mime.xml:
4200         * configure.ac:
4201         * po/POTFILES.in:
4202         * shell/ev-application.c: (ev_application_register_service):
4203         * shell/ev-document-types.c: (ev_document_types_add_filters):
4204         * thumbnailer/Makefile.am:
4205         * thumbnailer/evince-thumbnailer-comics.schemas.in:
4206         
4207         New CBR/CBZ backend for comic books.
4208
4209 2005-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4210
4211         * shell/main.c: (load_files_remote):
4212
4213         Thanks to Robert McQueen <robot101@debian.org>. Dbus
4214         warning on startup of second instance is fixed. It
4215         is bug #320353.
4216
4217 2005-10-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4218
4219         * shell/ev-window.c: (ev_window_finalize):
4220         
4221         Fix double free that cause crash.
4222
4223 2005-10-29  Bastien Nocera <hadess@hadess.net>
4224
4225         * tiff/tiff-document.c: (tiff_document_load):
4226         
4227         Fix memory leak.
4228
4229 2005-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4230
4231         * po/POTFILES.in:
4232         * shell/Makefile.am:
4233         * shell/ev-view-accessible.c: (ev_view_accessible_get_priv),
4234         (ev_view_accessible_free_priv), (ev_view_accessible_class_init),
4235         (ev_view_accessible_get_text),
4236         (ev_view_accessible_get_character_at_offset),
4237         (ev_view_accessible_get_text_before_offset),
4238         (ev_view_accessible_get_text_at_offset),
4239         (ev_view_accessible_get_text_after_offset),
4240         (ev_view_accessible_get_character_count),
4241         (ev_view_accessible_get_caret_offset),
4242         (ev_view_accessible_set_caret_offset),
4243         (ev_view_accessible_get_run_attributes),
4244         (ev_view_accessible_get_default_attributes),
4245         (ev_view_accessible_get_character_extents),
4246         (ev_view_accessible_get_offset_at_point),
4247         (ev_view_accessible_get_n_selections),
4248         (ev_view_accessible_get_selection),
4249         (ev_view_accessible_add_selection),
4250         (ev_view_accessible_remove_selection),
4251         (ev_view_accessible_set_selection),
4252         (ev_view_accessible_text_iface_init),
4253         (ev_view_accessible_idle_do_action),
4254         (ev_view_accessible_action_do_action),
4255         (ev_view_accessible_action_get_n_actions),
4256         (ev_view_accessible_action_get_description),
4257         (ev_view_accessible_action_get_name),
4258         (ev_view_accessible_action_set_description),
4259         (ev_view_accessible_action_iface_init),
4260         (ev_view_accessible_get_type), (ev_view_accessible_new),
4261         (ev_view_accessible_factory_get_accessible_type),
4262         (ev_view_accessible_factory_create_accessible),
4263         (ev_view_accessible_factory_class_init),
4264         (ev_view_accessible_factory_get_type):
4265         * shell/ev-view-accessible.h:
4266         * shell/ev-view-private.h:
4267         * shell/ev-view.c: (ev_view_get_accessible), (ev_view_class_init):
4268         * shell/ev-view.h:
4269         
4270         Initial accessibility support.
4271
4272 2005-10-27  Erdal Ronahi  <erdal.ronahi@gmail.com>
4273
4274         * configure.ac: Added ku (Kurdish) to ALL_LINGUAS
4275
4276 2005-10-26  Hubert Figuiere <hfiguiere@teaser.fr>
4277
4278         * shell/ev-print-job.c: (idle_print_handler):
4279         
4280         Fix for bug Bug 318916: Printing multiple pages.
4281
4282 2005-10-20  Runa Bhattacharjee  <runa@bengalinux.org>
4283
4284         * configure.ac: Added "bn" (Bengali) to ALL_LINGUAS.
4285
4286 2005-10-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4287
4288         * pdf/ev-poppler.cc:
4289         
4290         Thumnail dimensions unified with other backends.
4291         
4292         * shell/ev-window-title.c: (ev_window_title_update):
4293         
4294         Fix warning.
4295
4296 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4297
4298         * data/ev-stock-zoom-fit-width.png:
4299         
4300         Remove unused file.
4301
4302 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4303
4304         * configure.ac:
4305         * djvu/djvu-document.c: (djvu_document_load), (djvu_document_save),
4306         (djvu_document_finalize):
4307         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_save),
4308         (dvi_document_finalize):
4309         * pixbuf/pixbuf-document.c: (pixbuf_document_load),
4310         (pixbuf_document_save), (pixbuf_document_finalize):
4311         * tiff/tiff-document.c: (tiff_document_load), (tiff_document_save),
4312         (tiff_document_finalize):
4313         
4314         Save a copy implemented for various backends.
4315
4316 2005-10-17  Daniel Gryniewicz <dang@gentoo.org>
4317
4318         * configure.ac:
4319         
4320         Don't link with ltiff if tiff is disabled.
4321
4322 2005-10-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4323
4324         * pdf/GDKSplashOutputDev.cc:
4325         * pdf/GDKSplashOutputDev.h:
4326         * pdf/Thumb.cc:
4327         * pdf/Thumb.h:
4328         * pdf/pdf-document.cc:
4329         * pdf/pdf-document.h:
4330         * pdf/test-gdk-output-dev.cc:
4331         
4332         Remove old unused files.
4333
4334 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4335
4336         * shell/ev-window.c: (ev_window_setup_document):
4337         
4338         Fixed warnings on reload and probably crash reason.
4339
4340 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4341
4342         * properties/ev-properties-view.c:
4343         (ev_properties_view_format_date):
4344         
4345         Check if date is invalid. Fix for bug 318134.
4346
4347 2005-10-02  Wouter Bolsterlee <uws+gnome@xs4all.nl>
4348
4349         * shell/ev-window-title.c:
4350         
4351         Add .indd files (Adobe Indesign) to the list of "bad
4352         extensions".
4353
4354 2005-10-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4355
4356         * data/evince-ui.xml:
4357         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
4358         
4359         Add <ctrl>KP_Add and <ctrl>KP_Substract bindings.
4360
4361 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
4362
4363         * shell/ev-window.c: (launch_link), (launch_external_uri),
4364         (view_external_link_cb):
4365
4366         URL-escape link before passing it to gnome_vfs_url_show.
4367
4368 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
4369
4370         * shell/ev-view.[ch], shell/ev-window.c: Disable copy action when
4371         there isn't text selected.
4372
4373 2005-09-27  Marco Pesenti Gritti  <mpg@redhat.com>
4374
4375         * shell/ev-view.c: (handle_link_over_xy):
4376
4377         Check tooltip is valid utf8 before showing it
4378
4379 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
4380
4381         * shell/ev-view.c: Allow drag and drop of text. Fixes #316772
4382
4383 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
4384
4385         * shell/ev-window-title.c: (ev_window_title_update):
4386
4387         Guard against using g_strstrip on NULL. Fixes bug #317291.
4388
4389 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
4390
4391         * pdf/ev-poppler.cc:
4392
4393         Show title even for unknown links
4394
4395 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
4396
4397         * shell/ev-window-title.c: (ev_window_title_update):
4398
4399         Strip the title string
4400
4401 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
4402
4403         * shell/ev-window-title.c:
4404
4405         Add .rtf to the bad extensions list
4406
4407 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
4408
4409         * shell/ev-view.c: (doc_point_to_view_point), (goto_fitr_link),
4410         (goto_fitv_link), (goto_fith_link), (goto_xyz_link):
4411
4412         Ignore link coordinates if they are outside page bounds
4413
4414 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
4415
4416         * backend/ev-link.c: (ev_link_type_get_type),
4417         (ev_link_get_filename), (ev_link_get_params),
4418         (ev_link_get_property), (ev_link_set_property),
4419         (ev_window_dispose), (ev_link_class_init), (ev_link_new_launch):
4420         * backend/ev-link.h:
4421         * pdf/ev-poppler.cc:
4422         * shell/ev-view.c: (ev_view_goto_link), (ev_view_class_init):
4423         * shell/ev-window.c: (launch_link), (view_external_link_cb),
4424         (ev_window_init):
4425
4426         Implement launch links. Delegate external link opening to
4427         the window.
4428
4429 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
4430
4431         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_bottom),
4432         (ev_link_get_right), (ev_link_get_property),
4433         (ev_link_set_property), (ev_link_class_init),
4434         (ev_link_new_page_fitv), (ev_link_new_page_fitr):
4435         * backend/ev-link.h:
4436         * pdf/ev-poppler.cc:
4437         * shell/ev-view.c: (goto_fitr_link), (ev_view_goto_link):
4438
4439         Implement fitr links
4440
4441 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
4442
4443         * shell/ev-view.c: (ev_view_get_width), (ev_view_get_height),
4444         (goto_fitv_link), (goto_fith_link), (goto_fit_link),
4445         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
4446         (ev_view_size_request_continuous),
4447         (ev_view_size_request_dual_page),
4448         (ev_view_size_request_single_page), (ev_view_size_allocate),
4449         (ev_view_zoom_for_size_continuous_and_dual_page),
4450         (ev_view_zoom_for_size_continuous),
4451         (ev_view_zoom_for_size_dual_page),
4452         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
4453         (ev_sizing_mode_get_type):
4454         * shell/ev-view.h:
4455         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
4456
4457         Do not use modes for link, we need to calculate size ad hoc.
4458         Still not perfect because of the usual scrollbar issues grrr.
4459
4460 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
4461
4462         * backend/ev-link.c: (ev_link_type_get_type),
4463         (ev_link_new_page_fith), (ev_link_new_page_fitv):
4464         * backend/ev-link.h:
4465         * pdf/ev-poppler.cc:
4466         * shell/ev-view.c: (goto_fitv_link), (goto_fith_link),
4467         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
4468         (ev_view_size_request_continuous),
4469         (ev_view_size_request_dual_page),
4470         (ev_view_size_request_single_page), (ev_view_size_allocate),
4471         (zoom_for_size_fit_height),
4472         (ev_view_zoom_for_size_continuous_and_dual_page),
4473         (ev_view_zoom_for_size_continuous),
4474         (ev_view_zoom_for_size_dual_page),
4475         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
4476         (ev_sizing_mode_get_type):
4477         * shell/ev-view.h:
4478         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
4479
4480         Implement FIT_HEIGHT mode (only for links).
4481         Implement FITH links
4482
4483 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
4484
4485         * shell/ev-window-title.c: (get_filename_from_uri),
4486         (ev_window_title_sanitize_extension), (ev_window_title_update),
4487         (ev_window_title_set_document), (ev_window_title_set_uri),
4488         (ev_window_title_free):
4489         * shell/ev-window-title.h:
4490         * shell/ev-window.c: (ev_window_setup_document),
4491         (ev_window_popup_password_dialog):
4492
4493         Refactor window title building while fixing it for
4494         password documents.
4495
4496 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
4497
4498         * pdf/ev-poppler.cc:
4499
4500         Escape link title before setting it in the model
4501
4502 2005-09-23  Marco Pesenti Gritti  <mpg@redhat.com>
4503
4504         * shell/ev-application.c: (removed_from_session), (save_session),
4505         (init_session), (ev_application_get_empty_window),
4506         (ev_application_init), (ev_application_get_windows):
4507         * shell/ev-application.h:
4508         * shell/ev-window.c: (ev_window_finalize):
4509
4510         Add a function to retrieve window list and share it where
4511         necessary.
4512         Implement session handling, works pretty well thanks to the
4513         metadata system.
4514
4515 2005-09-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4516
4517         * shell/ev-password.c: (ev_password_item_created_callback),
4518         (ev_password_dialog_save_password):
4519         
4520         Fix for bug 316972. Use async gnome-keyring API.
4521
4522 2005-09-22  Christian Persch  <chpe@cvs.gnome.org>
4523
4524         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init):
4525         Remove unused unrealize handler. Add scroll handling to
4526         ev_view_scroll_event for presentation mode (bug #316708),
4527         and fix the event state checks there.
4528
4529 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
4530
4531         * shell/ev-page-action.c: (page_changed_cb):
4532
4533         "marco, maybe we should be crazy and jump right to 6! :)"
4534
4535         Bryan Clark, Sep 2005
4536
4537 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
4538
4539         * ps/ps-document.c: (save_document), (ps_document_save),
4540         (ps_document_ps_export_begin), (ps_document_ps_export_do_page),
4541         (ps_document_ps_export_end):
4542
4543         Fix unstructured documents save and print
4544
4545 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
4546
4547         * shell/ev-application.c: (ev_application_open_uri):
4548
4549         Fix window size persistance
4550
4551 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
4552
4553         * shell/ev-view.c: (ev_view_button_release_event):
4554
4555         Based on a patch from carlosgc@gnome.org. Mouse buttons
4556         switch pages in presentation mode.
4557
4558 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
4559
4560         * shell/ev-page-cache.c: (ev_page_cache_get_size):
4561
4562         Dont cast to int before scaling
4563
4564 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
4565
4566         * backend/ev-link.c: (ev_link_type_get_type),
4567         (ev_link_new_page_xyz), (ev_link_new_page_fit),
4568         (ev_link_new_page_fith):
4569         * backend/ev-link.h:
4570         * pdf/ev-poppler.cc:
4571         * shell/ev-view.c: (goto_fith_link), (ev_view_goto_link):
4572
4573         Implement FIT and FITH links
4574
4575 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
4576
4577         * pdf/ev-poppler.cc:
4578
4579         Return 0 results when search is not in progress.
4580
4581         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
4582         (ev_window_cmd_go_next_page), (find_bar_search_changed_cb):
4583
4584         Update menu sensitivity when cancelling search
4585
4586 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
4587
4588         * shell/ev-view.c: (ev_view_can_find_next):
4589
4590         Take all pages in consideration, not just current one
4591
4592 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
4593
4594         * shell/ev-page-cache.c:
4595         * shell/ev-page-cache.h:
4596         * shell/ev-view.c: (ev_view_binding_activated),
4597         (ev_view_next_page), (ev_view_previous_page),
4598         (ev_sizing_mode_get_type):
4599         * shell/ev-view.h:
4600         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
4601         (ev_window_cmd_go_next_page):
4602
4603         Move page next/previous functions from page chace to
4604         view and change it to move by 2 page steps in dual mode.
4605
4606 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
4607
4608         * shell/ev-window.c: (update_sidebar_visibility),
4609         (setup_sidebar_from_metadata), (ev_window_setup_document),
4610         (setup_view_from_metadata):
4611
4612         Show the index by default when there is one     
4613
4614 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
4615
4616         * shell/ev-window-title.c: (ev_window_title_set_document):
4617
4618         Missing null check
4619
4620 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4621
4622         * shell/ev-view.c: (view_update_range_and_current_page):
4623         
4624         Allow display of last odd page in dual view. Fix for 316347.
4625
4626 2005-09-17  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
4627
4628         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
4629         
4630         Make close button default. Fix for 316383.
4631
4632 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4633
4634         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
4635         
4636         Mark close button as default. Fix for 316381.
4637
4638 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
4639
4640         * backend/ev-link.c: (ev_link_class_init):
4641
4642         Allow negative doubles in left/top properties
4643
4644 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
4645
4646         * shell/ev-window.c:
4647
4648         Remove a bunch of strings that was used only
4649         by the statusbar.
4650
4651 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
4652
4653         * shell/ev-window-title.c: (get_filename_from_uri),
4654         (ev_window_title_set_document):
4655
4656         When title has a confusing extension, show also
4657         the document filename inside ()
4658
4659 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
4660
4661         * shell/Makefile.am:
4662         * shell/ev-window-title.c: (ev_window_title_new),
4663         (ev_window_title_update), (ev_window_title_set_type),
4664         (ev_window_title_set_document), (ev_window_title_free):
4665         * shell/ev-window-title.h:
4666         * shell/ev-window.c: (ev_window_setup_document),
4667         (password_dialog_response), (ev_window_popup_password_dialog),
4668         (ev_window_dispose), (ev_window_init):
4669
4670         Factor out and cleanup window title code
4671
4672 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
4673
4674         * shell/ev-window.c: (unable_to_load_dialog_response_cb),
4675         (unable_to_load):
4676
4677         Make dialog transient so it doesnt block other windows
4678
4679 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4680
4681         * pdf/ev-poppler.cc:
4682         
4683         Fix pdf thumbnails rendering.
4684
4685 2005-09-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
4686
4687         * shell/ev-window.c: (fullscreen_set_timeout):
4688         
4689         Increase timeout to hide full screen popup. Bug 
4690         316123. 
4691
4692 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4693
4694         * data/evince.schemas.in:
4695         * shell/ev-window.c: (update_action_sensitivity):
4696
4697         Allow the user to override document restrictions. Fix for bug
4698         305818.
4699
4700 2005-09-13  Christian Persch  <chpe@cvs.gnome.org>
4701
4702         * shell/ev-window.c: (ev_window_update_fullscreen_popup),
4703         (ev_window_create_fullscreen_popup), (ev_window_screen_changed),
4704         (ev_window_class_init): Fix multihead behaviour of fullscreen
4705         toolbar popup. Fixes bug #315451.
4706
4707 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4708
4709         * configure.ac:
4710         * data/evince-password.glade:
4711         * shell/ev-password.c: (ev_password_dialog_set_property),
4712         (ev_password_dialog_finalize), (ev_password_dialog_class_init),
4713         (ev_password_dialog_init), (ev_password_set_bad_password_label),
4714         (ev_password_dialog_entry_changed_cb),
4715         (ev_password_dialog_entry_activated_cb),
4716         (ev_password_dialog_save_password), (ev_password_keyring_found_cb),
4717         (ev_password_search_in_keyring), (ev_password_dialog_get_password),
4718         (ev_password_dialog_set_bad_pass):
4719         * shell/ev-password.h:
4720         * shell/ev-window.c: (password_dialog_response),
4721         (ev_window_popup_password_dialog):
4722         
4723         Support for gnome-keyring for encrypted PDF's.
4724
4725 2005-09-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4726
4727         * shell/ev-view.c: (handle_link_over_xy), (ev_view_realize),
4728         (ev_view_motion_notify_event), (ev_view_leave_notify_event),
4729         (ev_view_enter_notify_event), (ev_view_class_init):
4730         
4731         More precise handling of enter_notify/leave_notify events
4732         in EvView. Fix for bug 315470.
4733
4734 2005-09-08  Christopher Aillon  <caillon@redhat.com>
4735
4736         * shell/ev-window.c: (fullscreen_timeout_cb),
4737         (fullscreen_set_timeout), (fullscreen_clear_timeout),
4738         (ev_window_dispose):
4739
4740         leak fix: unref fullscreen_timeout_source before clearing it
4741
4742 2005-09-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4743
4744         * configure.ac, dvi/mdvi/Makefile.am: 
4745         
4746         Use lt1 instead lt1lib. Thanks to yselkowitz@users.sourceforge.net
4747
4748 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
4749
4750         * backend/ev-link.c: (ev_link_new_page_xyz):
4751         * pdf/ev-poppler.cc:
4752         * shell/ev-view.c: (goto_xyz_link), (ev_view_goto_link):
4753
4754         Fix some bugs with xyz links, respect zoom
4755
4756 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
4757
4758         * shell/ev-window.c: (page_changed_cb),
4759         (setup_document_from_metadata), (update_sidebar_visibility),
4760         (setup_view_from_metadata), (ev_window_run_fullscreen),
4761         (ev_window_stop_fullscreen), (ev_window_run_presentation),
4762         (ev_window_stop_presentation), (ev_window_continuous_changed_cb),
4763         (ev_window_dual_mode_changed_cb),
4764         (ev_window_sidebar_current_page_changed_cb):
4765
4766         null check uri before setting and getting metadata
4767
4768 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
4769
4770         * dvi/Makefile.am:
4771         * properties/Makefile.am:
4772         * shell/Makefile.am:
4773         * thumbnailer/Makefile.am:
4774
4775         Some build fixes for cygwin. Patch by yselkowitz@users.sourceforge.net
4776
4777 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
4778
4779         * shell/ev-sidebar-links.c: (ev_sidebar_links_class_init),
4780         (selection_changed_callback):
4781         * shell/ev-sidebar-links.h:
4782
4783         Add a signal for link activation.
4784
4785         * shell/ev-view.c: (ev_view_goto_link),
4786         (ev_view_button_release_event):
4787         * shell/ev-view.h:
4788         * shell/ev-window.c: (sidebar_links_link_activated_cb),
4789         (ev_window_init):
4790
4791         Implement the signal so that we can handle all link types.
4792
4793         * shell/ev-page-cache.c:
4794
4795         Remove unused set_link function
4796
4797 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
4798
4799         * lib/ev-tooltip.c: (ev_tooltip_set_position):
4800
4801         Add some space from the cursor, hardcoded but I couldnt
4802         find a better way.
4803
4804 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
4805
4806         * lib/ev-tooltip.c:
4807
4808         Use mozilla style vs gtk style, way better for links.
4809
4810         * shell/ev-view.c: (ev_view_motion_notify_event),
4811         (ev_view_destroy), (ev_view_init):
4812
4813         Deactive tooltip when the link hovered is changed.
4814
4815 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
4816
4817         * backend/ev-document.h:
4818         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_top),
4819         (ev_link_get_left), (ev_link_get_zoom), (ev_link_get_property),
4820         (ev_link_set_property), (ev_window_dispose), (ev_link_class_init),
4821         (ev_link_new_page), (ev_link_new_page_xyz):
4822         * backend/ev-link.h:
4823         * pdf/ev-poppler.cc:
4824         * shell/ev-view.c: (doc_point_to_view_point), (scroll_to_xyz_link),
4825         (go_to_link), (tip_from_link):
4826
4827         Implement xyz links, still not functional. Links are a total
4828         mess, will need to refactor and bugfix a lot :(
4829
4830 2005-09-05  Alessio Frusciante  <algol@firenze.linux.it>
4831
4832         * configure.ac: Added "it" (Italian) to ALL_LINGUAS.
4833
4834 2005-09-05  Marco Pesenti Gritti <mpg@redhat.com>
4835
4836         * data/evince-ui.xml:
4837         * data/evince.schemas.in:
4838         * shell/Makefile.am:
4839         * shell/ev-window.c: (update_chrome_visibility),
4840         (password_dialog_response), (ev_window_load_job_cb),
4841         (ev_window_xfer_job_cb), (ev_window_open_uri),
4842         (ev_window_class_init), (set_chrome_actions), (load_chrome),
4843         (ev_window_init):
4844
4845         Remove the statusbar. This regress loading feedback, need to
4846         check with Bryan what we want to do there...
4847
4848 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
4849
4850         * lib/ev-tooltip.c: (ev_tooltip_init):
4851
4852         Fix tooltip border and size handling
4853
4854 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
4855
4856         * lib/ev-tooltip.c: (ev_tooltip_dispose), (ev_tooltip_class_init),
4857         (ev_tooltip_set_position), (ev_tooltip_recently_shown),
4858         (ev_tooltip_timeout), (ev_tooltip_activate),
4859         (ev_tooltip_deactivate):
4860         * lib/ev-tooltip.h:
4861         * shell/ev-view.c: (ev_view_motion_notify_event):
4862
4863         Delay popup showing. Mirror gtk logic/times.
4864
4865 2005-09-03  Marco Pesenti Gritti  <mpg@redhat.com>
4866
4867         * lib/Makefile.am:
4868         * lib/ev-tooltip.c: (ev_tooltip_expose_event),
4869         (ev_tooltip_class_init), (ev_tooltip_init), (ev_tooltip_new),
4870         (ev_tooltip_set_text), (ev_tooltip_set_position):
4871         * lib/ev-tooltip.h:
4872
4873         Simple widget to show tooltips at a custom position
4874
4875         * shell/ev-view.c: (tip_from_link), (ev_view_motion_notify_event),
4876         (ev_view_destroy):
4877
4878         Use it for links. First go, needs work
4879
4880 2005-08-17  Dennis Cranston  <dennis_cranston@yahoo.com>
4881
4882         * shell/ev-window.c: (ev_window_cmd_edit_toolbar): A couple small 
4883         HIG fixes.  Use title capitalization for window title. Use 12 
4884         pixels of space between the dialog's vbox and action area.
4885
4886 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
4887
4888         * shell/ev-window.c: (file_open_dialog_response_cb),
4889         (ev_window_cmd_file_open), (file_save_dialog_response_cb),
4890         (ev_window_cmd_save_as):
4891
4892         Make file pickers not modal and refactor code some
4893
4894 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
4895
4896         * shell/ev-sidebar.h:
4897         * shell/ev-sidebar.c: (ev_sidebar_set_property),
4898         (ev_sidebar_get_current_page), (ev_sidebar_get_property),
4899         (ev_sidebar_class_init), (ev_sidebar_select_page),
4900         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_new),
4901         (ev_sidebar_set_page):
4902
4903         Add a current page property and allow to get/set it
4904
4905         * shell/ev-window.c: (setup_view_from_metadata),
4906         (ev_window_sidebar_current_page_changed_cb), (ev_window_init):
4907
4908         Persist current sidebar page per document
4909
4910 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
4911
4912         * data/evince.schemas.in:
4913         * shell/ev-window.c: (update_chrome_visibility),
4914         (setup_document_from_metadata), (update_sidebar_visibility),
4915         (setup_view_from_metadata), (ev_window_sidebar_position_change_cb),
4916         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
4917         (ev_window_run_presentation), (ev_window_stop_presentation),
4918         (ev_window_view_sidebar_cb),
4919         (ev_window_sidebar_visibility_changed_cb), (set_chrome_actions),
4920         (load_chrome), (ev_window_init):
4921
4922         Persist size/visibility of sidebar per document
4923
4924 Fri Sep  2 00:59:55 2005  Jonathan Blandford  <jrb@redhat.com>
4925
4926         * shell/ev-view.c (draw_loading_text): Draw loading text.
4927
4928 2005-09-02  Dan Damian  <dand@gnome.ro>
4929
4930         * configure.in: Added "ro" to ALL_LINGUAS.
4931
4932 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
4933
4934         * shell/ev-view.c: (clear_caches):
4935
4936         ev_page_cache_get doesnt return a reference,
4937         dont try to unref it.
4938
4939 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
4940
4941         * shell/main.c: (load_files_remote):
4942
4943         Fix timestamp parameter with dbus <= 0.33
4944
4945 2005-08-31  Marco Pesenti Gritti  <mpg@redhat.com>
4946
4947         * data/evince.schemas.in:
4948
4949         Add missing full stop
4950
4951 2005-08-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
4952
4953         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info):
4954         * shell/ev-window.c: (ev_window_print_range), (ev_window_dispose):
4955
4956         Plug some memory leaks
4957
4958 2005-08-29  Christian Persch  <chpe@cvs.gnome.org>
4959
4960         * configure.ac:
4961         * lib/ev-debug.c: (trap_handler):
4962
4963         Check for execinfo.h and use it only if it exists.
4964         Ported from Epiphany (bug #314776).
4965
4966 2005-08-29  Duarte Loreto <happyguy_pt@hotmail.com>
4967
4968         * configure.ac: Added Portuguese (pt) to ALL_LINGUAS.
4969
4970 2005-08-27  Mohammad DAMT  <mdamt@gnome.org>
4971
4972         * configure.ac: Added Indonesian "id" to ALL_LINGUAS
4973         * po/id.po      : Added Indonesian translation
4974
4975 Fri Aug 26 00:45:09 2005  Jonathan Blandford  <jrb@redhat.com>
4976
4977         * shell/main.c:
4978         * shell/ev-application.c: Last minute GTK-2.6 fixes.
4979         * NEWS: Release 0.4.0
4980
4981 Thu Aug 25 23:40:23 2005  Jonathan Blandford  <jrb@redhat.com>
4982
4983         * configure.ac: catch another gtk+-2.8ism
4984         * shell/main.c: Make work with gtk+-2.6
4985
4986 2005-08-25  Ryan Lortie  <desrt@desrt.ca>
4987
4988         * shell/ev-application-service.xml: Add 'timestamp' argument to
4989           ev_application_open_window and ev_application_open_uri methods.
4990
4991         * shell/ev-application.h: Add 'timestamp' argument to
4992           ev_application_open_window, ev_application_open_uri,
4993           and ev_application_open_uri_list functions.
4994
4995         * shell/ev-application.c (ev_application_open_window,
4996           ev_application_open_uri, ev_application_open_uri_list): Change
4997           functions that show/present windows to use a timestamp if one
4998           is passed in.
4999
5000         * shell/ev-window.c (ev_window_cmd_file_open,
5001           ev_window_cmd_recent_file_activate, drag_data_received_cb):
5002         * shell/main.c (load_files): Modify calls to ev_application to
5003           include GDK_CURRENT_TIME as timestamp.
5004
5005         * shell/main.c (load_files_remote): Obtain timestamp for client
5006           instance from GDK and pass to server instance so new windows are
5007           focused properly.  Fix dbus_g_proxy_call() calls by including second
5008           G_TYPE_INVALID.
5009           
5010         Closes bug #314475.
5011
5012 Thu Aug 25 22:13:08 2005  Jonathan Blandford  <jrb@redhat.com>
5013
5014         * shell/ev-window.c (ev_window_finalize): Check for
5015         avail. EvWindows when quiting to handle the finalize better,
5016         #314497
5017
5018 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5019         
5020         * properties/ev-properties-view.c: 
5021         
5022         Set textdomain to libglade. Fixes translation problem in property page.
5023
5024 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5025
5026         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
5027         * dvi/Makefile.am:
5028         * dvi/dvi-document.c: (dvi_document_thumbnails_get_thumbnail):
5029         * dvi/mdvi-lib/Makefile.am:
5030         
5031         Fix rotation of thumbnails, ported to new API. Moved library
5032         dependencies earlier, probably it will fix linkage problem.
5033
5034 Thu Aug 25 02:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
5035
5036         * backend/ev-document-misc.c:
5037         (ev_document_misc_get_thumbnail_frame):
5038         * backend/ev-document-misc.h:
5039         * configure.ac:
5040         * pdf/ev-poppler.cc:
5041         * shell/Makefile.am:
5042         * shell/ev-sidebar-thumbnails.c: (add_range),
5043         (ev_sidebar_thumbnails_set_loading_icon),
5044         (ev_sidebar_thumbnails_refresh),
5045         (ev_sidebar_thumbnails_set_document):
5046         * shell/ev-sidebar-thumbnails.h:
5047         * shell/ev-view.c: (ev_view_motion_notify_event),
5048         (ev_view_set_property), (ev_view_get_property),
5049         (ev_view_class_init), (ev_view_set_rotation):
5050         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
5051         (ev_window_cmd_edit_rotate_right), (ev_window_rotation_changed_cb),
5052         (ev_window_init):
5053         * tiff/tiff-document.c: (tiff_document_thumbnails_get_thumbnail):
5054         Redo rotation (again).  prepare for 0.4.0
5055
5056 2005-08-24  Kristian Høgsberg  <krh@redhat.com>
5057
5058         * configure.ac: Bump poppler requirement to 0.4.1.
5059
5060         * pdf/ev-poppler.cc (pdf_selection_render_selection): Add rotation
5061         argument to poppler_page_render_selection() call.
5062
5063 2005-08-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5064
5065         * djvu/djvu-document.c: (djvu_document_render_pixbuf),
5066         (djvu_document_thumbnails_get_thumbnail):
5067         * dvi/dvi-document.c: (dvi_document_render_pixbuf),
5068         (dvi_document_thumbnails_get_thumbnail):
5069         * pixbuf/pixbuf-document.c: (pixbuf_document_render_pixbuf),
5070         (pixbuf_document_thumbnails_get_thumbnail):
5071         * tiff/tiff-document.c: (tiff_document_render_pixbuf):
5072         
5073         Update rotation direction of backends to fit with pdf and ps.
5074
5075 2005-08-24  Marco Pesenti Gritti  <mpg@redhat.com>
5076
5077         * backend/ev-async-renderer.c: (ev_async_renderer_render_pixbuf):
5078         * backend/ev-async-renderer.h:
5079         * ps/ps-document.c: (ps_document_init), (setup_pixmap),
5080         (setup_page), (ps_document_get_page_size),
5081         (ps_async_renderer_render_pixbuf):
5082         * ps/ps-document.h:
5083         * shell/ev-jobs.c: (ev_job_render_run):
5084
5085         Fix orientation in the postscript document
5086
5087 2005-08-23  Marco Pesenti Gritti  <mpg@redhat.com>
5088
5089         * pdf/ev-poppler.cc:
5090         * ps/ps-document.c: (push_pixbuf), (ps_document_widget_event):
5091         * shell/ev-view.c: (highlight_find_results):
5092
5093         Adapt to the new poppler rotation API. Fix text maps on landscape
5094         documents.
5095
5096 Sat Aug 20 17:13:48 2005  Jonathan Blandford  <jrb@redhat.com>
5097
5098         * shell/ev-view.c (compute_new_selection_text): get the correct
5099         region when selecting in modes other than continuous.
5100
5101 Sat Aug 20 13:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
5102
5103         * shell/main.c (main): remove redundant g_warnings.
5104
5105 2005-08-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5106
5107         * shell/Makefile.am: Don't include autogenerated
5108         file ev-application-service.h into distribution, since
5109         it causes dbus crash. Fix for bugs 313724 and 313443. 
5110
5111 2005-08-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5112
5113         * configure.ac: Fix sed expression for FreeBSD. Thanks
5114         to Joe Marcus Clark <marcus@freebsd.org>
5115         
5116         * shell/eggfindbar.c: (entry_activate_callback),
5117         (entry_changed_callback), (egg_find_bar_init),
5118         (egg_find_bar_set_search_string):
5119         
5120         Made findbar buttons unsensitive if there is no text in
5121         entry. Fix for the bug 313285.
5122
5123 2005-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
5124
5125         * ps/ps-document.c: Use g_filename_display_name for displaying
5126         filenames and revert string freeze breackage
5127
5128 2005-08-17  Marco Pesenti Gritti  <mpg@redhat.com>
5129
5130         * NEWS:
5131         * configure.ac:
5132
5133         Update for 0.3.4
5134
5135         * shell/Makefile.am:
5136
5137         Add ev-application-service.xml to extra dist
5138
5139         * shell/ev-view.c: (find_page_at_location):
5140
5141         Remove unused function (fix warning)
5142
5143 2005-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5144
5145         * dvi/mdvi-lib/t1.c: (t1_reset_resolution), (t1_really_load_font),
5146         (t1_load_font), (t1_glyph_bitmap), (t1_font_remove):
5147         
5148         Fix warnings and compilation with t1lib-5.0 and newer. Fix for 
5149         bug 313623.
5150
5151 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5152
5153         * shell/ev-utils.c: (set_umask_permissions), (write_to_temp_file):
5154         * shell/ev-window.c:
5155         Fix build warnings
5156
5157 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
5158
5159         * configure.ac: Update script to get dbus version.
5160         Fix for the bug #313443.
5161
5162 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5163
5164         * shell/ev-window.c: (ev_window_cmd_escape):
5165         
5166         Return focus back to view on escape. Fix for bug 313295.
5167
5168 2005-08-16  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
5169
5170         * shell/ev-window.c: (update_window_title),
5171         (ev_window_popup_password_dialog), (ev_window_load_job_cb),
5172         (ev_window_cmd_save_as):
5173         
5174         Correct conversion from uri to displayable string. Fix for
5175         bug 313296.
5176
5177 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
5178
5179         * ps/ps-document.c: convert filename to utf8 when there is an error
5180         loading document. Fixes #309915
5181
5182 2005-08-16  Marco Pesenti Gritti  <mpg@redhat.com>
5183
5184         * configure.ac:
5185
5186         We depend on poppler 0.4.0
5187
5188 Mon Aug 15 21:53:05 2005  Jonathan Blandford  <jrb@redhat.com>
5189
5190         * configure.ac:
5191         * NEWS: Release 0.3.3.
5192         * thumbnailer/evince-thumbnailer.c: Remove pdf icon.
5193
5194 2005-08-14  Dennis Cranston  <dennis_cranston@yahoo.com>
5195
5196         * shell/ev-window.c: (ev_window_cmd_file_open): HIG fixes:  
5197         add a couple missing mnemonics to menu items, use title 
5198         capitalization for menu items and window titles, and add 
5199         ellipsis to open menu item.     
5200
5201 Mon Aug 15 00:40:21 2005  Jonathan Blandford  <jrb@redhat.com>
5202
5203         * pdf/ev-poppler.cc:
5204         * shell/ev-metadata-manager.c: (ev_metadata_manager_init):
5205         * shell/ev-view.c: (ev_view_rotate_left), (ev_view_set_rotation),
5206         (ev_view_get_rotation):
5207         * shell/ev-view.h:
5208         * shell/ev-window.c: (setup_view_from_metadata),
5209         (save_rotation_to_file), (ev_window_cmd_edit_rotate_left),
5210         (ev_window_cmd_edit_rotate_right): Fix rotation.  Save it to
5211         disk.
5212
5213 2005-08-14  Baris Cicek <baris@teamforce.name.tr>
5214
5215         * configure.ac: Added tr to ALL_LINGUAS
5216
5217 2005-08-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
5218
5219         * shell/ev-view.c: Fix for bug Bug 311838. Search backward
5220         requires several clicks to find word. Thanks to 
5221         Colin Slater <kiltedtaco@gmail.com>.
5222
5223 2005-08-11  Bryan Clark  <clarkbw@cvs.gnome.org>
5224
5225         * data/evince.desktop.in.in: Hide menu entry and
5226         rename it to "Document Viewer". Fix for bug 
5227         #312399.
5228
5229 2005-08-11  Crispin Flowerday  <gnome@flowerday.cx>
5230
5231         * shell/ev-page-action.c (ev_page_action_class_init): 
5232
5233         Point to the correct function in constructor of the
5234         activate_label signal
5235
5236 Tue Aug  9 02:17:13 2005  Jonathan Blandford  <jrb@redhat.com>
5237
5238         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
5239         * shell/ev-jobs.h: Make thread safe.
5240
5241 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5242
5243         * shell/ev-view.c: (view_update_range_and_current_page):
5244         Don't update page range if we are scrolling to some document
5245         point.
5246
5247 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5248
5249         * shell/ev-view.c: (get_page_extents): reverse rotation/scale
5250         when getting max_page_width, fix drawing in dual mode.
5251
5252 Sun Aug  7 02:06:08 2005  Jonathan Blandford  <jrb@redhat.com>
5253
5254         * shell/ev-view.c (ev_view_select_all): reverse rotation/page when
5255         getting the area for select_all.
5256
5257 2005-08-06  Kristian Høgsberg  <krh@redhat.com>
5258
5259         * backend/ev-selection.c: (ev_selection_render_selection):
5260         * backend/ev-selection.h:
5261         * pdf/ev-poppler.cc:
5262         * shell/ev-jobs.c: (ev_job_render_new):
5263         * shell/ev-jobs.h:
5264         * shell/ev-pixbuf-cache.c: (get_selection_colors),
5265         (add_job_if_needed), (ev_pixbuf_cache_get_selection_pixbuf):
5266         * shell/ev-view.c: (ev_view_focus_in), (ev_view_focus_out),
5267         (ev_view_class_init):
5268
5269         Change selection color on focus in and focus out events.  Also,
5270         poppler now uses GdkColor for specifying the selection colors, so
5271         drop some awkward conversion code.
5272
5273 2005-08-06  Yair Hershkovitz  <yairhr@gmail.com>
5274
5275         * configure.ac: Added Hebrew translation
5276
5277 Sat Aug  6 01:12:44 2005  Jonathan Blandford  <jrb@redhat.com>
5278
5279         * NOTES:
5280         * backend/ev-selection.c: (ev_selection_render_selection):
5281         * backend/ev-selection.h:
5282         * pdf/ev-poppler.cc:
5283         * shell/ev-jobs.c: (ev_job_render_dispose), (ev_job_render_new),
5284         (ev_job_render_run):
5285         * shell/ev-jobs.h:
5286         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
5287         (ev_pixbuf_cache_new), (job_finished_cb), (add_job_if_needed),
5288         (convert_gdk_color_to_uint), (ev_pixbuf_cache_get_text_mapping),
5289         (ev_pixbuf_cache_style_changed),
5290         (ev_pixbuf_cache_get_selection_pixbuf),
5291         (ev_pixbuf_cache_set_selection_list),
5292         (ev_pixbuf_cache_get_selection_list):
5293         * shell/ev-pixbuf-cache.h:
5294         * shell/ev-utils.c: (ev_print_region_contents):
5295         * shell/ev-utils.h:
5296         * shell/ev-view.c: (ev_view_queue_draw_page),
5297         (selection_update_idle_cb), (ev_view_motion_notify_event),
5298         (ev_view_style_set), (draw_one_page), (ev_view_class_init),
5299         (setup_caches), (ev_view_find_next), (merge_selection_region),
5300         (selection_free):
5301         * shell/ev-window.c: (ev_window_update_fullscreen_popup):
5302
5303         Clean up selection to be much smoother!
5304
5305 2005-08-05  Kristian Høgsberg  <krh@redhat.com>
5306
5307         * pdf/ev-poppler.cc (pdf_selection_render_selection): Pass colors
5308         to poppler_page_render_selection().
5309
5310 2005-08-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5311
5312         * ps/ps-document.c: (save_page_list): Use
5313         unzipped document when printing. Thanks to 
5314         Colin Slater <kiltedtaco@gmail.com>. Fix for bug
5315         311016.
5316
5317 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5318
5319         * shell/ev-window.c: (update_action_sensitivity):
5320         
5321         Disable print and save respect to lockdown gconf keys. Fix
5322         for 312342.
5323
5324 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5325
5326         * configure.ac:
5327         * shell/ev-utils.c: (rename_file), (set_umask_permissions),
5328         (write_to_temp_file), (ev_file_set_contents):
5329         * shell/ev-utils.h:
5330         * shell/ev-window.c: (save_print_config_to_file):
5331         
5332         Copy-paste g_file_set_contents to keep compatibility with gtk 2.6
5333         Fix for bug 312238
5334
5335 2005-07-31  Christian Persch  <chpe@cvs.gnome.org>
5336
5337         * shell/ev-window.c: (load_print_config_from_file),
5338         (save_print_config_to_file), (ev_window_print_range):
5339
5340         Persist the print settings. Fixes bug #311578.
5341
5342 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5343
5344         * djvu/djvu-document.c: (djvu_document_get_page_size),
5345         (djvu_document_render_pixbuf), (djvu_document_document_iface_init),
5346         (djvu_document_thumbnails_get_thumbnail):
5347         * dvi/dvi-document.c: (dvi_document_get_page_size),
5348         (dvi_document_render_pixbuf), (dvi_document_document_iface_init),
5349         (dvi_document_thumbnails_get_dimensions),
5350         (dvi_document_thumbnails_get_thumbnail):
5351         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size),
5352         (pixbuf_document_render_pixbuf),
5353         (pixbuf_document_document_iface_init),
5354         (pixbuf_document_thumbnails_get_thumbnail):
5355         
5356         Update backends to make them build with new rotation system.
5357
5358 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5359
5360         * help/C/figures/evince_start_window.png:
5361         
5362         Update documentation image from Luca Ferretti <elle.uca@libero.it>
5363
5364 Sat Jul 30 19:09:34 2005  Jonathan Blandford  <jrb@redhat.com>
5365
5366         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_clear):
5367         * shell/ev-pixbuf-cache.h:
5368         * shell/ev-sidebar-thumbnails.c:
5369         (ev_sidebar_thumbnails_get_property), (add_range),
5370         (adjustment_changed_cb):
5371         * shell/ev-view.c: (ev_view_set_rotation): Fix rotation and the
5372         pixbuf cache.  Make thumbnailing work again.  Also, fix bug where
5373         we were thumbnailing the entire docment on startup, slowing us
5374         down hugely. 
5375
5376 Fri Jul 29 23:14:28 2005  Jonathan Blandford  <jrb@redhat.com>
5377
5378         * shell/ev-page-cache.c: (ev_page_cache_new):
5379         * shell/ev-window.c: (update_action_sensitivity): Handle n_pages
5380         == 0, fixes #310306.
5381
5382 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
5383
5384         * shell/ev-view.c: (doc_rect_to_view_rect), (ev_view_rotate_right),
5385         (ev_view_rotate_left):
5386
5387         Account rotation in doc_rect_to_view_rect.
5388         Ensure rotation doesnt go out of bounds.
5389
5390 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
5391
5392         * shell/ev-page-cache.c: (ev_page_cache_get_size):
5393
5394         Correct and cleanup w/h swapping
5395
5396 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
5397
5398         * backend/ev-document-thumbnails.c:
5399         (ev_document_thumbnails_get_thumbnail):
5400         * backend/ev-document-thumbnails.h:
5401         * backend/ev-document.c:
5402         * backend/ev-document.h:
5403         * backend/ev-render-context.c: (ev_render_context_new),
5404         (ev_render_context_set_rotation):
5405         * backend/ev-render-context.h:
5406         * pdf/ev-poppler.cc:
5407         * ps/ps-document.c: (ps_document_document_iface_init):
5408         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
5409         * shell/ev-jobs.h:
5410         * shell/ev-page-cache.c: (build_height_to_page),
5411         (ev_page_cache_new), (ev_page_cache_get_size),
5412         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
5413         (ev_page_cache_get_height_to_page):
5414         * shell/ev-page-cache.h:
5415         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
5416         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
5417         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed),
5418         (ev_pixbuf_cache_get_selection_pixbuf):
5419         * shell/ev-pixbuf-cache.h:
5420         * shell/ev-print-job.c: (idle_print_handler):
5421         * shell/ev-sidebar-thumbnails.c: (add_range):
5422         * shell/ev-view.c: (view_update_range_and_current_page),
5423         (get_page_y_offset), (get_page_extents),
5424         (ev_view_size_request_continuous_dual_page),
5425         (ev_view_size_request_continuous),
5426         (ev_view_size_request_dual_page),
5427         (ev_view_size_request_single_page), (draw_one_page),
5428         (ev_view_set_rotation), (ev_view_rotate_right),
5429         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
5430         (ev_view_zoom_for_size_continuous_and_dual_page),
5431         (ev_view_zoom_for_size_continuous),
5432         (ev_view_zoom_for_size_dual_page),
5433         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
5434         (ev_view_select_all):
5435         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
5436         * tiff/tiff-document.c: (tiff_document_render_pixbuf),
5437         (tiff_document_document_iface_init),
5438         (tiff_document_thumbnails_get_thumbnail):
5439
5440         Use rotation rather than orientation. It's easier and enough
5441         for our needs.
5442
5443 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
5444
5445         * shell/ev-page-cache.c: (build_height_to_page),
5446         (ev_page_cache_new), (ev_page_cache_get_size),
5447         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
5448         (ev_page_cache_get_height_to_page):
5449         * shell/ev-page-cache.h:
5450         * shell/ev-view.c: (get_page_y_offset), (get_page_extents),
5451         (ev_view_size_request_continuous_dual_page),
5452         (ev_view_size_request_continuous),
5453         (ev_view_zoom_for_size_continuous_and_dual_page),
5454         (ev_view_zoom_for_size_continuous):
5455
5456         Make the page cache aware of page orientation.
5457
5458 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
5459
5460         * backend/ev-document-thumbnails.c:
5461         (ev_document_thumbnails_get_thumbnail):
5462         * backend/ev-document-thumbnails.h:
5463         * backend/ev-document.c:
5464         * backend/ev-document.h:
5465         * backend/ev-ps-exporter.c: (ev_ps_exporter_do_page):
5466         * backend/ev-ps-exporter.h:
5467         * pdf/ev-poppler.cc:
5468         * ps/ps-document.c: (ps_document_document_iface_init),
5469         (ps_document_ps_export_do_page):
5470         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
5471         * shell/ev-jobs.h:
5472         * shell/ev-page-cache.c: (ev_page_cache_get_size),
5473         (ev_page_cache_get):
5474         * shell/ev-page-cache.h:
5475         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
5476         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
5477         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed):
5478         * shell/ev-pixbuf-cache.h:
5479         * shell/ev-print-job.c: (idle_print_handler):
5480         * shell/ev-sidebar-thumbnails.c: (add_range):
5481         * shell/ev-view.c: (view_update_range_and_current_page),
5482         (get_page_extents), (ev_view_size_request_dual_page),
5483         (ev_view_size_request_single_page), (draw_one_page),
5484         (clear_caches), (ev_view_set_orientation), (ev_view_rotate_right),
5485         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
5486         (ev_view_zoom_for_size_dual_page),
5487         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
5488         (ev_view_select_all):
5489         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
5490         * tiff/tiff-document.c: (tiff_document_get_page_size),
5491         (tiff_document_get_orientation), (rotate_pixbuf),
5492         (tiff_document_render_pixbuf), (tiff_document_document_iface_init),
5493         (tiff_document_thumbnails_get_thumbnail),
5494         (tiff_document_ps_export_do_page), (tiff_document_init):
5495
5496         Really make use of the orientation bit of the render context.
5497         Use the render context in a few more places in the backend API.
5498         This regress orientation, but now it's done right. Will try to
5499         fix it up asap...
5500
5501 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
5502
5503         * shell/ev-view.c: (ensure_rectangle_is_visible):
5504
5505         Patch by Nickolay V. Shmyrev to fix find flickering
5506
5507 2005-07-27  Martin Kretzschmar  <martink@gnome.org>
5508
5509         * backend/ev-ps-exporter.h: add paper_width, paper_height, and
5510         duplex parameters to ::begin.
5511
5512         * tiff/tiff-document.c (tiff_document_ps_export_begin): 
5513         * shell/ev-print-job.c (idle_print_handler): 
5514         * ps/ps-document.c (ps_document_ps_export_begin): 
5515         * pdf/ev-poppler.cc (pdf_document_ps_exporter_begin): 
5516         * backend/ev-ps-exporter.c (ev_ps_exporter_begin): update
5517         implementations. Poppler backend needs poppler cvs. Rest has
5518         unchanged behavior.
5519
5520 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
5521
5522         * shell/ev-window.c (using_pdf_printer): new function.
5523         (ev_window_print_range): print a less techy message if someone
5524         tries to print to PDF.
5525
5526 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
5527
5528         * pdf/ev-poppler.cc (font_type_to_string): Remove trailing space
5529         from "unknown font" string. Bug #311431
5530
5531 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
5532
5533         * help/es/.cvsignore, help/sr/.cvsignore: ignore xmlpo output.
5534
5535 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
5536
5537         Bug #311280
5538         
5539         * pdf/ev-poppler.cc (font_type_to_string): new, returns user readable
5540         name for PopplerFontTypes
5541         (pdf_document_fonts_fill_model): add font type to the detail column
5542
5543         * backend/ev-document-fonts.h: added
5544         EV_DOCUMENT_FONTS_COLUMN_DETAILS.
5545
5546         * shell/ev-properties-fonts.c (font_cell_data_func): glue together
5547         font name and font details, add a little markup.
5548         (ev_properties_fonts_init): use the new cell data func, specify ypad
5549         property for the cell renderer.
5550         (ev_properties_fonts_set_document): add the details column.
5551
5552 2005-07-24  Artur Flinta  <aflinta@cvs.gnome.org>
5553
5554         * configure.ac: Added "pl" to ALL_LINGUAS.
5555
5556 2005-07-24  Danilo Šegan  <danilo@gnome.org>
5557
5558         * configure.ac: Added "sr" and "sr@Latn" to ALL_LINGUAS.
5559
5560 2005-07-23  Tommi Vainikainen  <thv@iki.fi>
5561
5562         * help/ChangeLog: Started this for translations of manual.
5563         * configure.ac, autogen.sh, .cvsignore: Migrated to
5564         gnome-doc-utils. Patch in bug #311222.
5565
5566 2005-07-22  Martin Kretzschmar  <martink@gnome.org>
5567
5568         * backend/ev-document-factory.c (mime_type_supported_by_gdk_pixbuf): 
5569         #ifdef this away to fix an unused-function warning.
5570
5571 2005-07-22  Ignacio Casal Quinteiro  <nacho.resa@gmail.com>
5572
5573         * configure.ac: Added 'gl' to ALL_LINGUAS.
5574
5575 2005-07-22  Pawan Chitrakar  <pawan@nplinux.org>
5576
5577         * configure.ac: Added ne in ALL_LINGUAS
5578         
5579 2005-07-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5580
5581         * shell/ev-view.c: (ev_view_leave_notify_event):
5582         
5583         Clear status message when pointer leaves view. Fix for bug
5584         #310818 
5585
5586 2005-07-20 Ankit Patel <ankit644@yahoo.com>
5587
5588         * configure.ac: Gujarati (gu) added to ALL_LINGUAS
5589
5590 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5591
5592         * shell/ev-view.c: (ev_view_leave_notify_event),
5593         (ev_view_class_init):
5594         
5595         Set cursor to normal then leaving view.
5596
5597 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5598
5599         * configure.ac:
5600         
5601         Fix required djvulibre version.
5602
5603 2005-07-15  Rajesh Ranjan <rajeshkajha@yahoo.com>
5604
5605         *configure.ac: Hindi (hi) language added
5606
5607 2005-07-15  Amanpreet Singh Brar <amanpreetalam@yahoo.com>
5608
5609         *configure.ac: Punjabi (pa) Language added
5610
5611 2005-07-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
5612
5613         * data/evince-ui.xml, shell/ev-window.c:
5614         
5615         Add keypad accelerators for zooming. Fix for bug 308128.
5616
5617 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
5618
5619         * Makefile.am:
5620         * backend/Makefile.am:
5621         * backend/ev-document-factory.c: (ev_document_type_get_from_mime):
5622         * configure.ac:
5623         * shell/ev-document-types.c: (ev_document_types_add_filters):
5624
5625         Allow to enable/disable the pixbuf backend.
5626         Default to off for now. If we want it enabled we should
5627         really put mime types in the desktop, implement properties etc.
5628
5629         * properties/evince-properties.c:
5630
5631         Initialize error to NULL.
5632         Check error is not NULL before freeing.
5633
5634 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
5635
5636         * shell/ev-window.c:
5637
5638         Use F5 as presentation accell
5639
5640 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
5641
5642         * shell/ev-window.c: (update_chrome_visibility),
5643         (ev_window_create_fullscreen_popup), (ev_window_init):
5644
5645         Do not leak the fullscreen toolbar
5646
5647 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
5648
5649         * shell/ev-window.c: (view_actions_focus_in_cb),
5650         (view_actions_focus_out_cb):
5651
5652         These has a return value! Fix totally random focus
5653         issues we was seeing.
5654
5655 2005-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
5656
5657         * shell/main.c: (load_files_remote):
5658
5659         Allow open more than one file
5660
5661 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
5662
5663         * shell/main.c: (load_files_remote):
5664
5665         Fix for dbus 0.33. bug #309975
5666
5667 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
5668
5669         * properties/ev-properties-main.c: (ev_properties_get_pages):
5670
5671         Actually return NULL for types we dont support
5672
5673 2005-07-08  Christian Persch  <chpe@cvs.gnome.org>
5674
5675         * po/POTFILES.in:
5676
5677         Remove empty lines.
5678
5679 2005-07-08  Marco Pesenti Gritti  <marco@gnome.org>
5680
5681         * backend/ev-document-factory.c:
5682         (ev_document_factory_get_document):
5683
5684         Do not try to create the object if type
5685         is invalid.
5686
5687 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
5688
5689         * ps/ps-document.c: (ps_document_dispose),
5690         (ps_async_renderer_render_pixbuf):
5691         * ps/ps-document.h:
5692
5693         Do not leak the target window
5694
5695 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
5696
5697         * shell/ev-application.c: (ev_application_init):
5698
5699         Let tbe check file existence for us.
5700         Add a comment about eggrecent mime filter.
5701
5702 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
5703
5704         * data/evince-ui.xml:
5705         * shell/ev-application.c: (ev_application_shutdown),
5706         (ev_application_init), (ev_application_get_toolbars_model),
5707         (ev_application_get_recent_model),
5708         (ev_application_save_toolbars_model):
5709         * shell/ev-application.h:
5710         * shell/ev-window.c: (ev_window_add_recent),
5711         (ev_window_setup_recent), (ev_window_cmd_edit_toolbar_cb),
5712         (ev_window_cmd_edit_toolbar), (ev_window_dispose),
5713         (ev_window_init):
5714
5715         Use common toolbar and recent models for all windows.
5716         Patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5717
5718 Thu Jul  7 23:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
5719
5720         * configure.ac: add FRONTEND_CORE_LIBS to evince_save_LIBS so we
5721         successfully check for gtk_icon_view_get_visible_range.
5722
5723 2005-07-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5724
5725         * djvu/Makefile.am:
5726         * dvi/Makefile.am:
5727         
5728         Fix djvu and dvi backend build.
5729
5730 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
5731
5732         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c: (new_pixbuf_from_widget),
5733         (new_separator_pixbuf):
5734
5735         Don't leak windows.
5736
5737 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
5738
5739         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
5740
5741         HIGification of toolbar editor dialogue.
5742
5743 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
5744
5745         * configure.ac:
5746         * shell/Makefile.am:
5747
5748         Ever build metadata manager since it's just
5749         disabled at runtime now.
5750
5751 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
5752
5753         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
5754         (ev_metadata_manager_get), (ev_metadata_manager_set):
5755         * shell/ev-metadata-manager.h:
5756
5757         Add an _init functions that enabled metadata management
5758         at runtime.
5759
5760         * shell/ev-window.c: (page_changed_cb),
5761         (setup_document_from_metadata), (ev_window_setup_document),
5762         (setup_view_from_metadata), (ev_window_open_uri),
5763         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
5764         (ev_window_run_presentation), (ev_window_stop_presentation),
5765         (save_sizing_mode), (ev_window_zoom_changed_cb),
5766         (ev_window_continuous_changed_cb),
5767         (ev_window_dual_mode_changed_cb), (window_state_event_cb),
5768         (window_configure_event_cb):
5769
5770         Remove all ugly metadata define since we deal with it
5771         at runtime now.
5772
5773         * shell/main.c: (load_files_remote), (main):
5774
5775         Add support for dbus cvs head. Hopefully didnt break one
5776         of the other versions now!
5777
5778         If we dont get a response from the dbus server just
5779         give up with it and not enable metadata.
5780
5781 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
5782
5783         * Makefile.am:
5784         * backend/Makefile.am:
5785         * configure.ac:
5786         * cut-n-paste/recent-files/Makefile.am:
5787         * cut-n-paste/toolbar-editor/Makefile.am:
5788         * cut-n-paste/zoom-control/Makefile.am:
5789         * lib/Makefile.am:
5790         * pdf/Makefile.am:
5791         * pixbuf/Makefile.am:
5792         * properties/Makefile.am:
5793         * ps/Makefile.am:
5794         * shell/Makefile.am:
5795         * thumbnailer/Makefile.am:
5796         * tiff/Makefile.am:
5797
5798         Make frontends depend on just libev.
5799         Rework and group CFLAGS/LIBS definitions.
5800         Cleanups.
5801
5802 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
5803
5804         * shell/ev-window:
5805
5806         do not unnecessarily save zoom
5807
5808         * configure.ac:
5809         * lib/ev-file-helpers.c: (ev_dot_dir):
5810         * shell/Makefile.am:
5811         * shell/dummy.cc:
5812
5813         Some cleanups
5814
5815 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
5816
5817         * configure.ac:
5818         
5819         Remove unnecessary dependencies
5820
5821 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
5822
5823         * properties/Makefile.am:
5824         * thumbnailer/Makefile.am:
5825         * tiff/Makefile.am:
5826
5827         Some more cleanups. Was really necessary
5828         but I probably introduced bugs, feel free
5829         to flame :)
5830
5831 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
5832
5833         * backend/Makefile.am:
5834         * configure.ac:
5835         * cut-n-paste/recent-files/Makefile.am:
5836         * cut-n-paste/toolbar-editor/Makefile.am:
5837         * cut-n-paste/zoom-control/Makefile.am:
5838         * lib/Makefile.am:
5839         * pdf/Makefile.am:
5840         * pixbuf/Makefile.am:
5841         * properties/Makefile.am:
5842         * ps/Makefile.am:
5843         * shell/Makefile.am:
5844         * thumbnailer/Makefile.am:
5845         * tiff/Makefile.am:
5846
5847         Use gnome-common macros when possible.
5848         Cleanup dependencies.
5849         Actually disable deprecated where possible.
5850
5851 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
5852
5853         * Makefile.am:
5854         * backend/Makefile.am:
5855         * properties/Makefile.am:
5856         * shell/Makefile.am:
5857         * thumbnailer/Makefile.am:
5858
5859         This should solve the circular dep without
5860         requiring dir reorg!
5861
5862         * shell/ev-window.c: (setup_view_from_metadata):
5863
5864         Never restore window size/position when the
5865         window is already visible.
5866
5867 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
5868
5869         * shell/ev-metadata-manager.c: (ev_metadata_manager_save):
5870
5871         Return a boolean from timeout func. Fix ported from gedit.
5872
5873 2005-07-07  Iñaki Larrañaga  <dooteo@euskalgnu.org>
5874
5875         * configure.ac: Added "eu" (Basque) to ALL_LINGUAS.
5876
5877 2005-07-06  Carlos Garcia Campos  <carlosgc@gnome.org>
5878
5879         * shell/ev-document-types.c: set "All Documents" as default filter in
5880         open dialog
5881
5882 2005-07-06  Martin Kretzschmar  <martink@gnome.org>
5883
5884         * shell/ev-metadata-manager.c (ev_metadata_manager_set_int)
5885         (ev_metadata_manager_set_double, ev_metadata_manager_set_string)
5886         (ev_metadata_manager_set_boolean): fix value/val thinko.
5887
5888 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
5889
5890         * shell/ev-window.c: (setup_view_from_metadata),
5891         (window_state_event_cb), (window_configure_event_cb),
5892         (ev_window_init):
5893
5894         Remember window position and maximized state
5895
5896 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
5897
5898         * configure.ac:
5899
5900         Fix DBUS configure checks.
5901
5902         * shell/ev-metadata-manager.c: (ev_metadata_manager_set_int),
5903         (ev_metadata_manager_set_double), (ev_metadata_manager_set_string),
5904         (ev_metadata_manager_set_boolean):
5905
5906         Plug mem leaks.
5907
5908         * shell/ev-window.c: (page_changed_cb), (ev_window_run_fullscreen),
5909         (ev_window_stop_fullscreen), (ev_window_run_presentation),
5910         (ev_window_stop_presentation), (ev_window_zoom_changed_cb),
5911         (ev_window_continuous_changed_cb),
5912         (ev_window_dual_mode_changed_cb), (ev_window_new):
5913
5914         Fix the build without DBUS.
5915
5916 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
5917
5918         * shell/ev-metadata-manager.c: (parse_value), (save_values),
5919         (ev_metadata_manager_set_int), (ev_metadata_manager_set_double),
5920         (ev_metadata_manager_set_string),
5921         (ev_metadata_manager_set_boolean):
5922         * shell/ev-metadata-manager.h:
5923
5924         Add support for some more types
5925
5926         * shell/ev-view.c: (scroll_to_current_page),
5927         (ev_view_get_continuous), (ev_view_set_continuous),
5928         (ev_view_get_dual_page):
5929         * shell/ev-view.h:
5930         * shell/ev-window.c: (page_changed_cb),
5931         (setup_document_from_metadata), (ev_window_setup_document),
5932         (setup_view_from_metadata), (ev_window_open_uri),
5933         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
5934         (ev_window_run_presentation), (ev_window_stop_presentation),
5935         (save_sizing_mode), (ev_window_sizing_mode_changed_cb),
5936         (ev_window_zoom_changed_cb), (ev_window_update_continuous_action),
5937         (ev_window_update_dual_page_action),
5938         (ev_window_continuous_changed_cb),
5939         (ev_window_dual_mode_changed_cb), (ev_window_init):
5940
5941         Remember a bunch of view/document properties. Prolly some
5942         are still missing but it's getting interesting.
5943
5944 2005-07-05  Martin Kretzschmar  <martink@gnome.org>
5945
5946         * configure.ac: check if dbus-binding-tool is installed. Not the
5947         case on current Ubuntu breezy, it seems.
5948
5949 2005-07-05  Luca Ferretti <elle.uca@libero.it>
5950
5951         * data/evince.desktop.in.in:
5952         
5953         Allow open uri lists and add TryExec field.
5954
5955 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
5956
5957         * configure.ac:
5958
5959         Enable dbus when available, do not require a configure
5960         option.
5961
5962 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
5963
5964         * configure.ac:
5965
5966         Use AM_CONDITIONAL unconditionally, fixes the build with DBUS
5967         disabled.
5968
5969 2005-07-05  Carlos Garcia Campos  <carlosgc@gnome.org>
5970         Marco Pesenti Gritti  <mpg@redhat.com>
5971
5972         * shell/Makefile.am: Add --prefix for dbus-binding-tool script
5973         
5974         * shell/ev-application.[ch], shell/ev-window.c: change dbus RPC 
5975         functions to the format required by dbus
5976
5977         * shell/main.c: use G_TYPE instead of DBUS_TYPE to fix compilation
5978         errors. Use the RPC parameters in the expected way
5979
5980 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
5981
5982         * Makefile.am:
5983         * properties/Makefile.am:
5984         * properties/ev-properties-main.c: (ev_properties_get_pages):
5985
5986         Support all mime types
5987
5988         * shell/Makefile.am:
5989         * thumbnailer/Makefile.am:
5990         * thumbnailer/evince-thumbnailer.c: (get_document_from_uri),
5991         (evince_thumbnail_pngenc_get):
5992
5993         Use the document factory
5994
5995 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
5996
5997         * backend/Makefile.am:
5998         * backend/ev-document-factory.c:
5999         (mime_type_supported_by_gdk_pixbuf),
6000         (ev_document_type_get_from_mime),
6001         (ev_document_factory_get_document),
6002         (ev_document_factory_get_backend),
6003         (ev_document_factory_get_mime_types),
6004         (ev_document_factory_get_all_mime_types):
6005         * backend/ev-document-factory.h:
6006         * shell/Makefile.am:
6007         * shell/ev-document-types.c: (get_document_from_uri),
6008         (ev_document_types_get_document),
6009         (file_filter_add_mime_list_and_free),
6010         (ev_document_types_add_filters):
6011         * shell/ev-document-types.h:
6012         * shell/ev-job-xfer.c: (ev_job_xfer_run):
6013         * shell/ev-properties-dialog.c:
6014         (ev_properties_dialog_set_document):
6015         * shell/ev-window.c: (ev_window_cmd_file_open),
6016         (ev_window_cmd_save_as):
6017         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
6018
6019         Rework document types managing to avoid code duplication
6020         and actually abstract from backend implementations.
6021         Also provide a minimal factory api that can be used by
6022         thumbnailer/properties.
6023
6024 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
6025
6026         * properties/ev-properties-view.c: (ev_properties_view_set_info):
6027         Plug a mem leak.
6028         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
6029         HIG spacings.
6030
6031 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
6032
6033         * shell/ev-properties-dialog.c
6034         (ev_properties_dialog_set_document): only call
6035         ev_properties_fonts_set_document() if the document implements the
6036         fonts interface
6037
6038 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
6039
6040         * configure.ac:
6041         * properties/Makefile.am:
6042         * properties/ev-properties-view.c:
6043         (ev_properties_view_register_type):
6044         * properties/ev-properties-view.h:
6045         * properties/ev-properties-main.h:
6046
6047         Implement nautilus plugin for properties.
6048         Works only for pdf atm, I need to rework the
6049         document types stuff to get this to work
6050         for all backends...
6051
6052 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
6053
6054         * shell/ev-properties-fonts.c (enum): kill redundant columns enum
6055         (ev_properties_fonts_set_document): use
6056         EV_DOCUMENT_FONTS_COLUMN_NUM_COLUMNS.
6057
6058 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
6059
6060         * tiff/tiff2ps.c: remove TRUE and FALSE definitions, glib provides
6061         them
6062         (PlaceImage, tiff2ps_process_page): use
6063         g_ascii_dtostr to convert floats to strings in a locale-safe way.
6064
6065
6066 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
6067
6068         * shell/main.c: include libgnomeui/gnome-authentication-manager.h
6069         (main): to call gnome_authentication_manager_init. Should fix
6070         Bug #308510
6071
6072         * configure.ac: that requires libgnomeui 2.6.0.
6073
6074 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
6075
6076         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
6077         (tiff_document_ps_export_do_page, tiff_document_ps_export_end):
6078         use the new tiff2ps interfaces
6079
6080         * tiff/tiff2ps.h (tiff2ps_context_new, tiff2ps_process_page) 
6081         (tiff2ps_context_finalize): implement new interfaces for tiff2ps
6082
6083         * tiff/tiff2ps.c: refactor tiff2ps code to use a context
6084         structure instead of global variables.  Remove use of static
6085         variables in functions.
6086
6087 2005-07-04  Carlos Garcia Campos <carlosgc@gnome.org>
6088
6089         * shell/ev-page-action.c: unref the completion after setting it to the
6090         entry
6091
6092 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
6093
6094         * tiff/tiff2ps.c (generateEPSF): disable generating encapsulated
6095         postscript files
6096
6097 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
6098
6099         * shell/ev-window.c (update_action_sensitivity): disable
6100         File->Print if the document does not implement the ps exporter
6101         interface
6102
6103 2005-07-04  Marco Pesenti Gritti  <mpg@redhat.com>
6104
6105         * Makefile.am:
6106         * configure.ac:
6107         * data/evince-properties.glade:
6108         * properties/.cvsignore:
6109         * properties/Makefile.am:
6110         * properties/ev-properties-view.c: (ev_properties_view_dispose),
6111         (ev_properties_view_class_init), (ev_properties_view_format_date),
6112         (make_valid_utf8), (set_property), (ev_properties_view_set_info),
6113         (ev_properties_view_init), (ev_properties_view_new):
6114         * properties/ev-properties-view.h:
6115         * shell/Makefile.am:
6116         * shell/ev-properties-dialog.c: (ev_properties_dialog_class_init),
6117         (ev_properties_dialog_init), (ev_properties_dialog_set_document),
6118         (ev_properties_dialog_new):
6119         * shell/ev-properties-dialog.h:
6120         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
6121         (ev_properties_fonts_class_init), (ev_properties_fonts_init),
6122         (update_progress_label), (job_fonts_finished_cb),
6123         (ev_properties_fonts_set_document), (ev_properties_fonts_new):
6124         * shell/ev-properties-fonts.h:
6125         * shell/ev-properties.c:
6126         * shell/ev-properties.h:
6127         * shell/ev-window.c: (ev_window_setup_document),
6128         (ev_window_cmd_file_properties):
6129
6130         Split the properties pages in two different objects, depend
6131         only on the backend where possible, use widgets instead
6132         of gobject for the glade part, reimplement the dialog
6133         itself with gtk.
6134         I need this to implement nautilus properties page.
6135
6136 2005-07-03  Matthew S. Wilson  <msw@rpath.com>
6137
6138         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
6139         (tiff_document_ps_export_do_page, tiff_document_ps_export_end) 
6140         (tiff_document_document_ps_exporter_iface_init): implement the ps
6141         exporter interface for tiff documents
6142
6143         * tiff/tiff2ps.c: added a modified version of tiff2ps.c from
6144         libtiff to implement TIFF postscript export
6145
6146         * tiff/tiff2ps.h: added a header file for external tiff2ps
6147         functions.
6148
6149         * tiff/Makefile.am (libtiffdocument_la_SOURCES): add tiff2ps.c and
6150         tiff2ps.h
6151
6152 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6153
6154         * shell/ev-view.c: (scroll_to_current_page),
6155         (ev_view_set_fullscreen), (ev_view_set_presentation):
6156         
6157         Scroll to current page when exit from presentation
6158
6159 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6160
6161         * shell/ev-window.c: (update_document_mode),
6162         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
6163         (ev_window_cmd_view_fullscreen), (ev_window_stop_presentation),
6164         (ev_window_cmd_view_presentation), (ev_window_cmd_escape):
6165         
6166         Exit from fullscreen mode when switch to presentation. Fix for
6167         bug 309365
6168
6169 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
6170
6171         * shell/ev-pixbuf-cache.c (ev_pixbuf_cache_get_selection_pixbuf):
6172         return NULL if the document does not implement the selection
6173         interface.
6174
6175 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
6176
6177         * tiff/tiff-document.c (tiff_document_get_page_size): scale the
6178         reported height by using the resolution aspect ratio
6179         (tiff_document_render_pixbuf): scale the pixbuf using the
6180         resolution aspect ratio
6181
6182 2005-07-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6183
6184         * configure.ac:
6185         
6186         Require libgnomeprint >= 2.5.1. Thanks to Colin Slater 
6187         <kiltedaco@gmail.com>
6188         
6189         * djvu/djvu-document.c: (djvu_document_get_orientation),
6190         (djvu_document_set_orientation), (djvu_document_get_page_size),
6191         (rotate_pixbuf), (djvu_document_render_pixbuf),
6192         (djvu_document_document_iface_init):
6193         * dvi/dvi-document.c: (dvi_document_get_orientation),
6194         (dvi_document_set_orientation), (dvi_document_get_page_size),
6195         (rotate_pixbuf), (dvi_document_render_pixbuf),
6196         (dvi_document_document_iface_init):
6197         
6198         Dvi and djvu backends are ported to new API
6199
6200 Fri Jul  1 00:10:15 2005  Jonathan Blandford  <jrb@redhat.com>
6201
6202         * backend/ev-selection.c: (ev_selection_get_selection_region),
6203         (ev_selection_get_selection_map):
6204         * backend/ev-selection.h:
6205         * pdf/ev-poppler.cc:
6206         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
6207         * shell/ev-jobs.h:
6208         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
6209         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
6210         (ev_pixbuf_cache_get_text_mapping):
6211         * shell/ev-pixbuf-cache.h:
6212         * shell/ev-view.c: (location_in_text),
6213         (ev_view_motion_notify_event), (ev_view_set_cursor): Add I-Beam
6214         support to EvView.  Now we can see where we can select!  Sweet!
6215
6216 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
6217
6218         * shell/ev-view.c (ev_view_button_press_event): Fix
6219         event->y + view->scroll_x typo.
6220
6221 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
6222
6223         * pdf/ev-poppler.cc: Adjust to poppler API changes; use a
6224         sub-GdkPixbuf instead of passing dest_x and dest_y.
6225         
6226         * shell/ev-view.c: (view_point_to_doc_point),
6227         (view_rect_to_doc_rect), (ev_view_button_press_event),
6228         (ev_view_motion_notify_event), (compute_new_selection_rect),
6229         (gdk_rectangle_point_in), (compute_new_selection_text),
6230         (compute_selections): Update selection code to keep the selection
6231         around as two points and not as a normalized rectangle, and fix
6232         page level selection in two-column mode.
6233
6234 2005-06-30  Alex Duggan  <aldug@astrolinux.com>
6235
6236         * shell/ev-window.c: (window_configure_event_cb): 
6237         
6238         Fix compilation
6239         
6240 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
6241
6242         * pdf/ev-poppler.cc:
6243
6244         Fix compilation
6245
6246 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
6247
6248         * shell/Makefile.am:
6249         * shell/ev-metadata-manager.c: (item_free),
6250         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
6251         (parse_value), (parseItem), (load_values),
6252         (ev_metadata_manager_get), (value_free), (ev_metadata_manager_set),
6253         (save_values), (save_item), (get_oldest), (resize_items),
6254         (ev_metadata_manager_save), (ev_metadata_manager_set_int):
6255         * shell/ev-metadata-manager.h:
6256
6257         Metadata manager from gedit but modified to use GValue, so that
6258         we dont need to keep converting from strings.
6259
6260         * configure.ac:
6261
6262         ENABLE_METADATA conditional, on when dbus is on
6263
6264         * shell/ev-application.c: (ev_application_open_uri):
6265
6266         Show the window after load so that we can initialize
6267         window size before it's showed.
6268
6269         * shell/ev-window.c: (ev_window_setup_from_metadata),
6270         (ev_window_open_uri), (window_configure_event_cb),
6271         (ev_window_init):
6272
6273         Save and load metadata information about window size.
6274         Not yet keeping states in account.
6275
6276         * shell/main.c: (main):
6277
6278         Shutdown metadata manager.
6279
6280 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
6281
6282         * shell/ev-application-service.xml:
6283         * configure.ac:
6284         * shell/Makefile.am:
6285         * shell/ev-application.c:
6286         * shell/ev-application.h:
6287         * shell/ev-window.c:
6288         * shell/ev-window.h:
6289         * shell/main.c:
6290
6291         Add an optional dbus interface (--enable-dbus).
6292         Rework application code, mainly to be easier to
6293         use "remotely".
6294         Do not open multiple windows with the same document,
6295         spatial evince!
6296
6297 Thu Jun 30 01:50:14 2005  Jonathan Blandford  <jrb@redhat.com>
6298
6299         * shell/ev-pixbuf-cache.c (clear_selection_if_needed): unref the
6300         pixbuf iff it exists.
6301
6302 Thu Jun 30 01:43:00 2005  Jonathan Blandford  <jrb@redhat.com>
6303
6304         * shell/*:
6305         * backend/ev-render-context.[ch]:
6306         * backend/ev-selection.[ch]:
6307
6308         Massive changes.  We now support text selection of pdfs, and not
6309         just rectangular selection.  This is pretty broken still, but I
6310         want to get something into CVS.
6311
6312 2005-06-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6313
6314         * pdf/ev-poppler.cc:
6315         
6316         Fix for Bug 309080: crash on window close.
6317         
6318         * shell/ev-page-action.c: (page_changed_cb):
6319         
6320         Fix for Bug 309168: Fix build with gcc 2.95. Thanks to
6321         jensgr@gmx.net (Jens Granseuer).
6322
6323 2005-06-25  Marcel Telka  <marcel@telka.sk>
6324
6325         * configure.in (ALL_LINGUAS): Added sk.
6326
6327 2005-06-24  Carlos Garcia Campos  <carlosgc@gnome.org>
6328
6329         * shell/ev-window.c: Make rotate menu entries unsensitive if there is
6330         not a document open
6331
6332 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
6333
6334         * NEWS:
6335         * configure.ac:
6336
6337         Release 0.3.2
6338
6339         * cut-n-paste/recent-files/Makefile.am:
6340
6341         Fix make distcheck
6342
6343 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
6344
6345         * pixbuf/pixbuf-document.c: (pixbuf_document_get_orientation),
6346         (pixbuf_document_set_orientation), (rotate_pixbuf),
6347         (pixbuf_document_get_page_size), (pixbuf_document_render_pixbuf),
6348         (pixbuf_document_document_iface_init), (pixbuf_document_init):
6349
6350         Implement rotation and cleanup the code a bit.
6351
6352         * tiff/tiff-document.c: (tiff_document_get_page_size),
6353         (tiff_document_get_orientation), (tiff_document_set_orientation),
6354         (rotate_pixbuf), (tiff_document_render_pixbuf),
6355         (tiff_document_document_iface_init), (tiff_document_init):
6356
6357         Implement rotation. Was the quicker solution for the release
6358         but we really need to share this code in the shell.
6359
6360 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
6361
6362         * pdf/ev-poppler.cc:
6363
6364         Enable rotation, require poppler cvs. Fix a leak.
6365
6366 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6367
6368         * shell/ev-window.c: (update_action_sensitivity):
6369         
6370         Make properties unsensitive if document backend doesn't provide
6371         any info
6372
6373 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6374
6375         * dvi/mdvi-lib/bitmap.c: (bitmap_alloc), (bitmap_alloc_raw),
6376         (bitmap_flip_horizontally), (bitmap_flip_vertically),
6377         (bitmap_flip_diagonally), (bitmap_rotate_clockwise),
6378         (bitmap_rotate_counter_clockwise), (bitmap_flip_rotate_clockwise),
6379         (bitmap_flip_rotate_counter_clockwise):
6380         * dvi/mdvi-lib/color.c: (mdvi_push_color), (get_color_table):
6381         * dvi/mdvi-lib/common.c: (read_string), (buff_free), (buff_add),
6382         (buff_gets):
6383         * dvi/mdvi-lib/common.h:
6384         * dvi/mdvi-lib/dvimisc.c: (mdvi_push_color):
6385         * dvi/mdvi-lib/dviread.c: (get_bytes), (dreset), (define_font),
6386         (opendvi), (mdvi_reload), (mdvi_init_context),
6387         (mdvi_destroy_context), (mdvi_dopage), (special):
6388         * dvi/mdvi-lib/font.c: (font_drop_one), (font_free_unused):
6389         * dvi/mdvi-lib/fontmap.c: (read_encoding), (destroy_encoding),
6390         (file_hash_free), (register_encoding), (parse_spec),
6391         (mdvi_load_fontmap), (free_ent), (mdvi_init_fontmaps),
6392         (mdvi_add_fontmap_file), (mdvi_ps_read_fontmap),
6393         (mdvi_ps_flush_fonts), (mdvi_ps_find_font), (mdvi_ps_get_metrics):
6394         * dvi/mdvi-lib/fontsrch.c: (mdvi_list_font_class),
6395         (mdvi_register_font_type), (mdvi_unregister_font_type),
6396         (lookup_font), (mdvi_add_font), (mdvi_font_retry):
6397         * dvi/mdvi-lib/gf.c: (gf_read_bitmap), (gf_load_font):
6398         * dvi/mdvi-lib/hash.c: (mdvi_hash_remove), (mdvi_hash_remove_ptr),
6399         (mdvi_hash_destroy_key), (mdvi_hash_reset):
6400         * dvi/mdvi-lib/pagesel.c: (mdvi_parse_range),
6401         (mdvi_parse_page_spec), (mdvi_free_page_spec), (main):
6402         * dvi/mdvi-lib/paper.c: (mdvi_free_paper_specs):
6403         * dvi/mdvi-lib/pk.c: (pk_lookup), (pk_lookupn), (pk_load_font):
6404         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
6405         * dvi/mdvi-lib/special.c: (mdvi_register_special),
6406         (mdvi_unregister_special), (mdvi_flush_specials):
6407         * dvi/mdvi-lib/t1.c: (t1_lookup_font), (t1_really_load_font),
6408         (t1_font_remove):
6409         * dvi/mdvi-lib/tfm.c: (get_tfm_chars):
6410         * dvi/mdvi-lib/tfmfile.c: (afm_load_file), (tfm_load_file),
6411         (ofm1_load_file), (ofm_load_file), (get_font_metrics),
6412         (free_font_metrics), (flush_font_metrics):
6413         * dvi/mdvi-lib/tt.c: (tt_really_load_font), (tt_get_bitmap),
6414         (tt_font_remove):
6415         * dvi/mdvi-lib/util.c: (mdvi_malloc), (mdvi_realloc),
6416         (mdvi_calloc), (mdvi_free), (mdvi_strdup), (mdvi_strncpy),
6417         (mdvi_strndup), (mdvi_memdup), (xstradd), (dstring_append),
6418         (dstring_insert), (dstring_new), (dstring_reset):
6419         * dvi/mdvi-lib/vf.c: (vf_load_font), (vf_free_macros):
6420         
6421         Rename xmalloc and xfree to mdvi_malloc and mdvi_free to
6422         avoid conflict with libtool on FC4
6423         
6424         * shell/ev-window.c: (ev_window_cmd_help_about):
6425         
6426         Update copyright year. Fix for bug 308828.
6427
6428 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
6429
6430         * shell/ev-view.c: (add_scroll_binding_keypad),
6431         (ev_view_binding_activated), (ev_view_class_init),
6432         (on_adjustment_value_changed):
6433         
6434         Bug 170874: Arrow keys switch pages in presentation mode
6435
6436 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
6437
6438         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
6439         
6440         Fix for Bug 308265: Sidebar dissappears coming out of 
6441         Presentation mode
6442
6443 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
6444
6445         * shell/ev-application.c: (ev_application_open):
6446         * shell/ev-document-types.c: (ev_document_types_add_filters),
6447         (ev_document_types_add_filters_for_type):
6448         * shell/ev-document-types.h:
6449         * shell/ev-window.c: (ev_window_cmd_save_as):
6450         
6451         Suggest basename as template when saving, provide filters
6452         for save dialog. It's bug 308402
6453
6454 2005-06-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6455
6456         * pdf/ev-poppler.cc:
6457         * shell/ev-sidebar-links.c: (job_finished_callback):
6458         * shell/ev-view.c: (update_find_status_message):
6459         
6460         Some leaks fixed
6461
6462 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
6463
6464         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
6465         (egg_recent_view_uimanager_set_list):
6466
6467         Fix buglet in !show_numbers case.
6468
6469 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
6470
6471         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
6472         (connect_proxy_cb), (egg_recent_view_uimanager_set_list):
6473
6474         Use pango ellipsisation.
6475
6476         * pdf/ev-poppler.cc:
6477
6478         Fix refcount leak, from nsh.
6479
6480 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6481
6482         * cut-n-paste/recent-files/Makefile.am:
6483         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
6484         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
6485         
6486         Removed EggRecentViewGtk
6487         
6488         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
6489         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
6490         * shell/ev-window.c: (ev_window_cmd_recent_file_activate),
6491         (ev_window_setup_recent):
6492         
6493         Use ViewUIManager instead of ViewGtk. Less leaks, more compatibility
6494         with other projects
6495
6496 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6497
6498         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
6499         (egg_recent_view_gtk_finalize):
6500
6501         Fix memory leak
6502
6503         * cut-n-paste/toolbar-editor/Makefile.am:
6504         
6505         Fix location of cursor icon.
6506         
6507         * pdf/ev-poppler.cc:
6508         * shell/ev-page-action.c: (build_new_tree_cb), (match_selected_cb),
6509         (display_completion_text), (match_completion):
6510         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
6511         (selection_changed_callback), (create_loading_model),
6512         (print_section_cb), (links_page_num_func),
6513         (update_page_callback_foreach):
6514         * shell/ev-window.c: (ev_window_dispose):
6515         
6516         Small memory fixes. Links model now store objects instead
6517         of pointers to improve memory management. 
6518
6519 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6520
6521         * shell/ev-window.c: (zoom_control_changed_cb):
6522         
6523         Fix update of zoom control (bug 308268).
6524
6525 Sat Jun 18 22:46:42 2005  Jonathan Blandford  <jrb@redhat.com>
6526
6527         * shell/ev-properties.c (set_property): escape the text correctly.
6528         Handles non-UTF-8 properties and escaped properties.  Also, sets
6529         the text to "<i>None</i>" if the property isn't set.
6530
6531         * data/evince-properties.glade: Change the label to be ellipsized,
6532         and give it a minimum size.
6533
6534 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6535
6536         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown):
6537         * shell/ev-sidebar-links.c: (create_loading_model):
6538         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
6539         * shell/ev-view.c: (ev_view_set_document):
6540         * shell/ev-window.c: (ev_window_dispose):
6541         
6542         Various small fixes, mostly memory leaks. Thanks to valgrind.
6543
6544 2005-06-19  Martin Kretzschmar  <martink@gnome.org>
6545
6546         * ps/ps-document.c: remove the locale.h include again ;-). And
6547         kill the (bogus) setlocale/savelocale business.
6548
6549 2005-06-19  Jaap A. Haitsma <jaap@haitsma.org>
6550
6551         * ps/ps-document.c:
6552         
6553         Include locale.h to fix build
6554         
6555         * shell/ev-sidebar.c:
6556         
6557         Remove unnecessary includes
6558
6559 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6560
6561         * dvi/dvi-document.c: (dvi_document_load):
6562         * dvi/mdvi-lib/dviread.c: (mdvi_init_context):
6563         * po/POTFILES.in:
6564         
6565         Check for incorrect dvi files. Fix parsing dvi on AMD64
6566         platform. Thanks to tester@tester.ca (Olivier Crete).
6567
6568 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6569
6570         * shell/ev-page-action.c: (match_selected_cb),
6571         (display_completion_text), (match_completion), (update_model):
6572         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
6573         (expand_open_links):
6574         * shell/ev-sidebar.c: (ev_sidebar_destroy),
6575         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_add_page),
6576         (ev_sidebar_set_document):
6577         * shell/ev-window.c: (ev_window_xfer_job_cb),
6578         (sidebar_widget_model_set), (sidebar_page_main_widget_update_cb):
6579         
6580         Fixed lot's of memory leaks, for example, memory leak on reload, 
6581         described in bug 307793.
6582
6583 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
6584
6585         * pdf/ev-poppler.cc:
6586         * shell/ev-sidebar-thumbnails.c: (clear_range), (add_range),
6587         (update_visible_range), (adjustment_changed_cb),
6588         (ev_sidebar_thumbnails_fill_model),
6589         (ev_sidebar_thumbnails_refresh),
6590         (ev_sidebar_tree_selection_changed),
6591         (ev_sidebar_icon_selection_changed),
6592         (ev_sidebar_thumbnails_use_icon_view),
6593         (ev_sidebar_thumbnails_set_document):
6594         * shell/ev-sidebar-thumbnails.h:
6595         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
6596         (ev_window_cmd_edit_rotate_right), (ev_window_init):
6597
6598         Refresh thumbnails when changing orientation. Not fully
6599         working yet becuase of a sidebar bug.
6600
6601         Set page orientation to poppler page everywhere. This sucks
6602         really need to fix poppler.
6603
6604 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
6605
6606         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
6607         (egg_recent_view_gtk_new_menu_item),
6608         (egg_recent_view_gtk_set_property),
6609         (egg_recent_view_gtk_get_property),
6610         (egg_recent_view_gtk_class_init), (egg_recent_view_gtk_init),
6611         (egg_recent_view_gtk_set_tooltip_func),
6612         (egg_recent_view_gtk_set_label_width),
6613         (egg_recent_view_gtk_get_label_width):
6614         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
6615
6616         Sync with libegg (ellipsize labels)
6617
6618 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6619
6620         * data/evince-ui.xml:
6621         * shell/ev-window.c: (ev_window_cmd_go_forward),
6622         (ev_window_cmd_go_backward):
6623         
6624         Shift + PageUp moves 10 Pages. Fix for 306125
6625
6626 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
6627
6628         * pdf/ev-poppler.cc:
6629
6630         Add a flag to check if orientation has been overriden
6631
6632 2005-06-17  Martin Kretzschmar  <martink@gnome.org>
6633
6634         * ps/ps.c (psscan, psfree): read "Creator:" comment, free creator
6635         field if necessary.
6636
6637         * ps/ps.h: add creator field to document.
6638
6639         * ps/ps-document.c (ps_document_get_info): set format to PostScript,
6640         set creator field.
6641
6642 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
6643
6644         * data/evince-properties.glade:
6645         * shell/ev-properties.c: (ev_properties_set_document):
6646
6647         s/PDF Version/Format
6648
6649 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
6650
6651         * shell/ev-properties.c: (ev_properties_set_document):
6652
6653         Remove unnecessary translations
6654
6655 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
6656
6657         * cut-n-paste/toolbar-editor/Makefile.am:
6658
6659         Correct library name    
6660
6661 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
6662
6663         * configure.ac:
6664         * cut-n-paste/recent-files/egg-recent-model.c:
6665         (egg_recent_model_write_raw), (egg_recent_model_lock_file),
6666         (egg_recent_model_unlock_file):
6667         * cut-n-paste/recent-files/egg-recent-util.c:
6668         (egg_recent_util_get_unique_id):
6669         * cut-n-paste/recent-files/update-from-egg.sh:
6670         * cut-n-paste/toolbar-editor/Makefile.am:
6671         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
6672         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
6673         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
6674         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
6675         (egg_toolbars_model_get_type):
6676         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
6677
6678         Better makefile for toolbar editor and update everything
6679         to latest libegg.
6680
6681 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
6682
6683         * shell/ev-window.c: (update_document_mode):
6684
6685         Prefer presentation mode when the document
6686         require fullscreen.
6687
6688 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
6689
6690         * data/evince-ui.xml:
6691         * shell/ev-window.c:
6692
6693         Add control-equal for zooming
6694
6695 2005-06-17  Theppitak Karoonboonyanan  <thep@linux.thai.net>
6696
6697         * configure.ac: Added 'th' (Thai) to ALL_LINGUAS.
6698
6699 2005-06-16  Marco Pesenti Gritti  <mpg@redhat.com>
6700
6701         * backend/ev-document.c: (ev_document_get_orientation):
6702         * backend/ev-document.h:
6703         * pdf/ev-poppler.cc:
6704         * ps/ps-document.c: (ps_document_get_orientation),
6705         (ps_document_set_orientation), (ps_document_document_iface_init):
6706
6707         Add a get_orientation api. Improve set_orientation.
6708
6709         * data/evince-ui.xml:
6710         * shell/ev-view.c: (ev_view_set_orientation),
6711         (ev_view_rotate_right), (ev_view_rotate_left):
6712         * shell/ev-view.h:
6713         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
6714         (ev_window_cmd_edit_rotate_right):
6715
6716         Better ui for changing document orientation
6717
6718 2005-06-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6719
6720         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_property),
6721         (ev_sidebar_links_class_init), (ev_sidebar_links_get_label):
6722         * shell/ev-sidebar-links.h:
6723         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
6724         (ev_sidebar_page_iface_init):
6725         * shell/ev-sidebar-page.h:
6726         * shell/ev-sidebar-thumbnails.c:
6727         (ev_sidebar_thumbnails_get_property),
6728         (ev_sidebar_thumbnails_class_init),
6729         (ev_sidebar_thumbnails_set_document):
6730         * shell/ev-sidebar-thumbnails.h:
6731         * shell/ev-view.c: (ev_view_motion_notify_event):
6732         * shell/ev-window.c: (update_chrome_visibility),
6733         (ev_window_cmd_focus_page_selector),
6734         (ev_window_update_fullscreen_popup), (view_actions_focus_in_cb),
6735         (sidebar_page_main_widget_update_cb), (ev_window_init):
6736         
6737         Autoraise toolbar on GoToPage binding and fix bindings in
6738         EvSidebarThumbnails page.
6739
6740 2005-06-15  Christian Persch  <chpe@cvs.gnome.org>
6741
6742         * shell/ev-properties.c: (update_progress_label):
6743
6744         Hide the progress label when finished; bug #307697.
6745
6746 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
6747
6748         * pdf/ev-poppler.cc:
6749
6750         Enable is_open for links, you will need poppler cvs
6751
6752         * shell/ev-properties.c: (job_fonts_finished_cb):
6753
6754         Get a lock on the document when filling the tree view
6755
6756 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
6757
6758         * backend/ev-document-links.h:
6759         * pdf/ev-poppler.cc:
6760         * shell/ev-sidebar-links.c: (create_loading_model),
6761         (expand_open_links), (job_finished_callback):
6762
6763         Expand links when specified by the document.
6764         Depend on a poppler api (defined out for now)
6765
6766 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
6767
6768         * shell/ev-properties.c: (ev_properties_dispose),
6769         (ev_properties_class_init), (dialog_destroy_cb),
6770         (ev_properties_init), (job_fonts_finished_cb), (setup_fonts_view),
6771         (ev_properties_set_document), (ev_properties_new),
6772         (ev_properties_show):
6773         * shell/ev-properties.h:
6774
6775         Make it an object, cleanup the code, api to show it as transient
6776         and to set the document.
6777
6778         * shell/ev-window.c: (ev_window_setup_document),
6779         (ev_window_cmd_file_properties):
6780
6781         Adapt to EvProperties changes, do not show multiple
6782         times, update it when document changes.
6783
6784 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
6785
6786         * ps/gstypes.h:
6787         * ps/ps-document.c: (ps_document_init), (get_page_orientation),
6788         (ps_document_set_orientation), (ps_document_document_iface_init):
6789         * ps/ps-document.h:
6790
6791         Implement orientation here too
6792
6793         * shell/ev-properties.c: (ev_properties_new):
6794         * data/evince-properties.glade:
6795
6796         Hide the fonts page for backends that doesnt
6797         support it.     
6798
6799 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
6800
6801         * backend/ev-document.c: (ev_document_set_orientation):
6802         * backend/ev-document.h:
6803         * pdf/ev-poppler.cc:
6804
6805         Add orientation api. Currently poppler api is not optimal,
6806         we need to set orientation every time we _get a page.
6807         I will try to fix that at some point.
6808
6809         * data/evince-ui.xml:
6810         * shell/ev-window.c: (ev_window_cmd_edit_landscape),
6811         (ev_window_cmd_edit_portrait), (ev_window_cmd_edit_flip):
6812
6813         Add orientation menu items
6814
6815         * shell/ev-page-cache.c: (ev_page_cache_clear):
6816         * shell/ev-page-cache.h:
6817
6818         Add api to clear the cache
6819
6820         * shell/ev-view.c: (setup_caches), (clear_caches),
6821         (ev_view_set_document), (ev_view_zoom_out),
6822         (ev_view_set_orientation):
6823         * shell/ev-view.h:
6824
6825         Implement orientation changing
6826
6827 2005-06-13  Marco Pesenti Gritti <mpg@redhat.com>
6828
6829         * backend/ev-document-fonts.c: (ev_document_fonts_get_progress),
6830         (ev_document_fonts_scan), (ev_document_fonts_fill_model):
6831         * backend/ev-document-fonts.h:
6832
6833         Separate scan and fill so that we can incrementally fill from
6834         the main thread. Add a progress api.
6835
6836         * data/evince-properties.glade:
6837         * pdf/ev-poppler.cc:
6838         * shell/ev-jobs.c: (ev_job_fonts_new), (ev_job_fonts_run):
6839         * shell/ev-jobs.h:
6840         * shell/ev-properties.c: (update_progress_label),
6841         (job_fonts_finished_cb), (setup_fonts_view):
6842
6843         Incrementally feel the list and show the progress
6844         percentage in a label like acrobat does.
6845
6846         You are going to need poppler cvs
6847
6848 2005-06-11  Marco Pesenti Gritti <mpg@redhat.com>
6849
6850         * backend/ev-document-fonts.c: (ev_document_fonts_fill_model):
6851         * backend/ev-document-fonts.h:
6852         * pdf/ev-poppler.cc:
6853
6854         Make fonts model fill incrementally.
6855
6856         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
6857         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
6858         (ev_job_queue_remove_job):
6859         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
6860         (ev_job_fonts_new), (ev_job_fonts_run):
6861         * shell/ev-jobs.h:
6862
6863         New job for fonts scanning
6864
6865         * shell/ev-properties.c: (job_fonts_finished_cb),
6866         (fill_fonts_treeview), (setup_fonts_view), (ev_properties_new):
6867         * shell/ev-properties.h:
6868         * shell/ev-window.c: (ev_window_cmd_file_properties):
6869
6870         Incrementally feel the treeview using the new job. Show Loading...
6871         message until scanning is completed.
6872
6873         Hopefully I didnt break the build without the poppler patch.
6874
6875 2005-06-10  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6876
6877         * shell/ev-application.c: (ev_application_open):
6878         * shell/ev-document-types.c: (ev_document_type_from_from_mime),
6879         (ev_document_type_get_type), (ev_document_type_lookup):
6880         * shell/ev-document-types.h:
6881         * shell/ev-job-xfer.c: (ev_job_xfer_dispose), (ev_job_xfer_run):
6882         * shell/ev-job-xfer.h:
6883         * shell/ev-window.c: (ev_window_clear_local_uri),
6884         (ev_window_load_job_cb), (ev_window_xfer_job_cb),
6885         (ev_window_open_uri), (ev_window_add_recent), (ev_window_dispose):
6886         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
6887         
6888         Transfer remote documents to tmp directory to display them later.
6889
6890 2005-06-10  Marco Pesenti Gritti <mpg@redhat.com>
6891
6892         * backend/ev-document-info.h:
6893         * shell/ev-properties.c: (ev_properties_new):
6894
6895         s/GTime*/GTime. Not sure why we was using a pointer
6896         at all there!
6897
6898 Wed Jun  8 01:04:22 2005  Jonathan Blandford  <jrb@redhat.com>
6899
6900         * shell/ev-sidebar-thumbnails.c: Use a GtkIconView in certain
6901         situations.  That situation is that you're using GTK+-HEAD with
6902         the patch at #306726 is applied, and you have a document with <
6903         1500 pages in it.  It's not quite as uniformly nice as the
6904         TreeView, but should be better in the long run.
6905
6906         I'm pretty sure I guarded against breaking compilation with
6907         HAVE_GTK_ICON_VIEW_GET_VISIBLE_RANGE gaurds, though it's possible
6908         I missed some.
6909
6910         * shell/ev-window.c (ev_window_init): We don't have our tree/list
6911         widget yet, so I commented that code out
6912         enable_view_actions_for_widget() for now.  Need to figure this
6913         out.
6914
6915         * shell/ev-page-action.c (match_selected_cb): emit the right
6916         signals.  Our cool C-l completion now works.
6917
6918 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6919
6920         * backend/Makefile.am:
6921         * backend/ev-document-fonts.c:
6922         * backend/ev-document-links.c:
6923         * backend/ev-document.c: (ev_document_load):
6924         * backend/ev-document.h:
6925         * backend/ev-job-queue.c:
6926         * backend/ev-job-queue.h:
6927         * backend/ev-jobs.c:
6928         * backend/ev-jobs.h:
6929         * backend/ev-page-cache.c:
6930         * backend/ev-page-cache.h:
6931
6932         EvPageCache and EvJobs are moved to shell.
6933
6934         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown),
6935         (ev_tmp_filename):
6936         * lib/ev-file-helpers.h:
6937         
6938         New helper to work with temporary files
6939         
6940         * shell/Makefile.am:
6941         * shell/ev-application.c: (ev_application_open):
6942         * shell/ev-application.h:
6943         * shell/ev-job-queue.c: (remove_job_from_queue_locked),
6944         (remove_job_from_async_queue), (add_job_to_async_queue),
6945         (add_job_to_queue_locked), (notify_finished), (job_finished_cb),
6946         (handle_job), (search_for_jobs_unlocked),
6947         (no_jobs_available_unlocked), (ev_render_thread),
6948         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
6949         (ev_job_queue_add_job), (move_job_async), (move_job),
6950         (ev_job_queue_update_job), (ev_job_queue_remove_job):
6951         * shell/ev-job-queue.h:
6952         * shell/ev-job-xfer.c: (ev_job_xfer_init), (ev_job_xfer_dispose),
6953         (ev_job_xfer_class_init), (ev_job_xfer_new), (ev_job_xfer_run):
6954         * shell/ev-job-xfer.h:
6955         * shell/ev-jobs.c: (ev_job_init), (ev_job_dispose),
6956         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
6957         (ev_job_links_class_init), (ev_job_render_init),
6958         (ev_job_render_dispose), (ev_job_render_class_init),
6959         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
6960         (ev_job_thumbnail_class_init), (ev_job_load_init),
6961         (ev_job_load_dispose), (ev_job_load_class_init), (ev_job_finished),
6962         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
6963         (render_finished_cb), (ev_job_render_run), (ev_job_thumbnail_new),
6964         (ev_job_thumbnail_run), (ev_job_load_new), (ev_job_load_run):
6965         * shell/ev-jobs.h:
6966         * shell/ev-page-action.c: (ev_page_action_set_document):
6967         * shell/ev-page-cache.c: (ev_page_cache_init),
6968         (ev_page_cache_class_init), (ev_page_cache_finalize),
6969         (ev_page_cache_new), (ev_page_cache_get_n_pages),
6970         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
6971         (ev_page_cache_set_page_label), (ev_page_cache_set_link),
6972         (ev_page_cache_get_title), (ev_page_cache_get_size),
6973         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
6974         (ev_page_cache_get_height_to_page),
6975         (ev_page_cache_get_max_label_chars),
6976         (ev_page_cache_get_page_label),
6977         (ev_page_cache_has_nonnumeric_page_labels),
6978         (ev_page_cache_get_info), (ev_page_cache_next_page),
6979         (ev_page_cache_prev_page), (ev_page_cache_get):
6980         * shell/ev-page-cache.h:
6981         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_update_range),
6982         (ev_pixbuf_cache_clear_job_sizes),
6983         (ev_pixbuf_cache_add_jobs_if_needed),
6984         (ev_pixbuf_cache_set_page_range):
6985         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings):
6986         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document):
6987         * shell/ev-sidebar-thumbnails.c:
6988         (ev_sidebar_tree_selection_changed),
6989         (ev_sidebar_thumbnails_set_document):
6990         * shell/ev-statusbar.c: (ev_statusbar_destroy),
6991         (ev_statusbar_class_init), (ev_statusbar_init), (ev_statusbar_new),
6992         (ev_statusbar_get_context_id), (ev_statusbar_push),
6993         (ev_statusbar_pop), (ev_statusbar_set_maximized),
6994         (ev_statusbar_pulse), (ev_statusbar_show_progress),
6995         (ev_statusbar_set_progress):
6996         * shell/ev-statusbar.h:
6997         * shell/ev-view.c: (ev_view_set_document), (ev_view_find_next),
6998         (ev_view_find_previous):
6999         * shell/ev-window.c: (ev_window_is_empty),
7000         (ev_window_setup_document), (password_dialog_response),
7001         (ev_window_clear_jobs), (ev_window_load_job_cb),
7002         (ev_window_xfer_job_cb), (ev_window_open_uri),
7003         (ev_window_open_uri_list), (ev_window_cmd_recent_file_activate),
7004         (ev_window_print), (ev_window_print_range),
7005         (ev_window_state_event), (ev_window_cmd_view_reload),
7006         (menu_item_select_cb), (menu_item_deselect_cb),
7007         (view_status_changed_cb), (ev_window_dispose),
7008         (drag_data_received_cb), (ev_window_init):
7009         * shell/ev-window.h:
7010         * shell/main.c: (load_files):
7011         
7012         New statusbar to show progress on idle. Two new jobs - 
7013         xfer job and load job to load document in background. And update
7014         of page_cache clients to new location of code.
7015
7016 2005-06-08  Carlos Garcia Campos <carlosgc@gnome.org>
7017   
7018         * shell/ev-application.c, shell/ev-window.[ch]: Allow multiple
7019         selection in open dialog. It also remembers the last visited directory 
7020         in the current session.
7021
7022 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7023
7024         * shell/ev-properties.c: (ev_properties_new):
7025         * shell/ev-properties.h:
7026         * shell/ev-window.c: (ev_window_cmd_file_properties):
7027         
7028         Get document info from page cache instead of document itself.
7029         This should fix crash related to race conditions described in
7030         bug 306545.
7031
7032 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
7033
7034         * ps/ps-document.c: (ps_document_init),
7035         (send_ps), (get_page_box), (output), (catchPipe), (input),
7036         (stop_interpreter), (file_length), (file_readable),
7037         (check_filecompressedb), (ps_document_enable_interpreter),
7038         (document_load), (ps_async_renderer_render_pixbuf):
7039         * ps/ps-document.h:
7040
7041         Big cleanup of the ps code
7042
7043 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
7044
7045         * backend/Makefile.am:
7046         * backend/ev-async-renderer.c: (ev_async_renderer_get_type),
7047         (ev_async_renderer_class_init), (ev_async_renderer_render_pixbuf):
7048         * backend/ev-async-renderer.h:
7049
7050         Add an async renderer interface (method + callback) which
7051         is useful for backends like ps.
7052
7053         * backend/ev-job-queue.c: (remove_job_from_async_queue),
7054         (add_job_to_async_queue), (job_finished_cb), (handle_job),
7055         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
7056         (ev_job_queue_add_job), (move_job_async), (move_job),
7057         (ev_job_queue_update_job), (ev_job_queue_remove_job):
7058
7059         Add queues for async renderer, these are executed on the
7060         main thread.
7061
7062         * backend/ev-jobs.c: (ev_job_render_new), (render_finished_cb),
7063         (ev_job_render_run):
7064         * backend/ev-jobs.h:
7065
7066         If the backend support async renderer interface use it.
7067
7068         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
7069         (setup_pixmap), (ps_document_get_type),
7070         (ps_async_renderer_render_pixbuf),
7071         (ps_document_document_iface_init), (ps_async_renderer_iface_init):
7072
7073         Implement async renderer interface.
7074
7075 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7076
7077         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose):
7078
7079         Cleanup links job on exit.
7080
7081 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7082
7083         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
7084         (drag_data_get_cb), (drag_data_received_cb):
7085         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
7086         (drag_data_get_cb), (parse_item_list),
7087         (egg_toolbar_editor_load_actions):
7088         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
7089         (egg_toolbars_model_to_xml), (egg_toolbars_model_save),
7090         (parse_item_list), (parse_toolbars):
7091         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
7092         (dvi_pixbuf_put_pixel):
7093         
7094         Fix gcc 4.0 warnings
7095
7096 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
7097
7098         * ps/ps-document.c: (start_interpreter):
7099
7100         Fix warning when loading ps
7101
7102 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
7103
7104         * ps/ps-document.c: (output):
7105
7106         Fix crash when priting gs error messages.
7107
7108 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
7109
7110         * backend/ev-page-cache.c: (_ev_page_cache_new):
7111         * backend/ev-page-cache.h:
7112
7113         Use a const to return title so that we dont double
7114         free it. Small cleanup and fix a leak.
7115
7116         * shell/ev-window.c: (update_window_title):
7117
7118         strdup value from get_title.
7119
7120 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
7121
7122         * shell/ev-sidebar-links.c: (job_finished_callback),
7123         (ev_sidebar_links_set_document):
7124
7125         Cleanup the old job when changing document
7126
7127 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7128
7129         * shell/ev-stock-icons.c:
7130         * shell/ev-stock-icons.h:
7131         * shell/ev-window.c:
7132         
7133         Add stock icons for actions that can appear in toolbar. Fix for
7134         bug 306566.
7135
7136 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7137
7138         * backend/ev-page-cache.c: (ev_page_cache_finalize),
7139         (_ev_page_cache_new), (ev_page_cache_get_max_width),
7140         (ev_page_cache_get_max_height), (ev_page_cache_get_height_to_page):
7141         * backend/ev-page-cache.h:
7142         * shell/ev-view.c: (scroll_to_current_page),
7143         (view_update_range_and_current_page), (get_page_y_offset),
7144         (get_page_extents), (ev_view_size_request_continuous_dual_page),
7145         (ev_view_size_request_continuous),
7146         (ev_view_zoom_for_size_continuous_and_dual_page),
7147         (ev_view_zoom_for_size_continuous):
7148         
7149         More compact EvView layout in document with pages of different size.
7150
7151 Sat Jun  4 19:20:57 2005  Jonathan Blandford  <jrb@redhat.com>
7152
7153         * shell/ev-window.c (ev_window_cmd_file_properties): fix
7154         compilation.
7155
7156 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7157
7158         * shell/ev-view.c: (view_set_adjustment_values):
7159         * shell/ev-window.c: (ev_window_cmd_file_properties):
7160         
7161         A bit different fix for rounding problem but it has no
7162         problems on startup. Make properties window transient to parent.
7163
7164 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7165
7166         * pdf/ev-poppler.cc:
7167         
7168         More commenting of font stuff.
7169
7170 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
7171
7172         * pdf/ev-poppler.cc:
7173
7174         Comment out some more fonts stuff. Should really
7175         work without the poppler patch now.
7176
7177 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
7178
7179         * pdf/ev-poppler.cc:
7180
7181         Adapt to api change
7182
7183 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
7184
7185         * data/evince-properties.glade:
7186         * pdf/ev-poppler.cc:
7187         * shell/ev-properties.c: (setup_fonts_view):
7188
7189         Set the column title. Show the dialog only
7190         once everything is setup.
7191         Getting font info can be very slow... will
7192         prolly need to make this threaded too.
7193
7194 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
7195
7196         * backend/Makefile.am:
7197         * backend/ev-document-fonts.c: (ev_document_fonts_get_type),
7198         (ev_document_fonts_get_fonts_model):
7199         * backend/ev-document-fonts.h:
7200         * data/evince-properties.glade:
7201         * pdf/ev-poppler.cc:
7202         * shell/ev-properties.c: (setup_fonts_view), (ev_properties_new):
7203         * shell/ev-properties.h:
7204         * shell/ev-window.c: (ev_window_cmd_file_properties):
7205
7206         Implement fonts list. Defined out for now, since it depends
7207         on a not yet committed poppler patch.
7208
7209 Fri Jun  3 21:07:57 2005  Jonathan Blandford  <jrb@redhat.com>
7210
7211         * shell/ev-view.c (get_page_extents): other_page isn't necessarily
7212         page + 1.
7213
7214         * shell/ev-window.c: Make sure we add the timeout when we get a
7215         focus-in event.
7216
7217         * shell/ev-view.c (view_set_adjustment_values): Add 0.5 to
7218         adjustment->value before calculating the zoom factor to average
7219         out all of our rounding errors.  The page no longer 'drifts' when
7220         resizing.
7221
7222 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7223
7224         * data/evince-properties.glade:
7225         * shell/ev-properties.c: (ev_properties_format_date),
7226         (set_property):
7227         
7228         Labels don't expand when the dialogue is resized.
7229         strftime result needs to be converted to UTF-8. Thanks
7230         to Christian Persch <chpe@gnome.org>.
7231
7232 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
7233
7234         * data/evince-properties.glade:
7235
7236         Hide the fonts tab
7237
7238 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
7239
7240         * backend/ev-document-info.h:
7241         * backend/ev-document.c: (ev_document_info_free):
7242         * data/evince-properties.glade:
7243         * pdf/ev-poppler.cc:
7244         * ps/ps-document.c: (ps_document_get_info):
7245         * shell/ev-properties.c: (ev_properties_format_date),
7246         (set_property), (ev_properties_new):
7247         * shell/ev-properties.h:
7248         * shell/ev-window.c: (ev_window_cmd_file_properties):
7249
7250         Rework properties code to take only EvPropertyInfo
7251         in the constructor so that it can be useful for
7252         nautilus plugin too.
7253
7254         Deal with backends that doesnt support some properties.
7255         Make set property code generic.
7256
7257 2005-06-04  Christian Persch <chpe@gnome.org>
7258
7259         * data/evince-properties.glade:
7260
7261         fix spacings, make resizeable, and make data labels
7262         selectable + ellipsised
7263
7264 2005-06-03  Marco Pesenti Gritti <mpg@redhat.com>
7265
7266         * backend/ev-document-info.h:
7267         * data/Makefile.am:
7268         * data/evince-ui.xml:
7269         * pdf/ev-poppler.cc:
7270         * shell/Makefile.am:
7271         * shell/ev-window.c: (update_action_sensitivity),
7272         (ev_window_cmd_file_properties):
7273
7274         Initial go at file properties. Patch by
7275         Emil Soleyman-Zomalan <emil@soleyman.com>.
7276         Needs love see #169583
7277
7278 2005-06-02  Marco Pesenti Gritti <mpg@redhat.com>
7279
7280         * ps/ps-document.c: (output):
7281         * ps/ps.c: (psscan):
7282
7283         Try to render even if psscan fails.
7284
7285 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
7286
7287         * ps/ps.c: (psscan), (pscopydoc):
7288
7289         Port buffered reading code from gv
7290
7291 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
7292
7293         * ps/ps-document.c: (interpreter_message), (output):
7294
7295         Do not fail on interpreter messages
7296
7297 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
7298
7299         * backend/ev-document-misc.c:
7300         (ev_document_misc_get_thumbnail_frame):
7301
7302         Pages can be 0 x 0, dont assert on this case
7303
7304 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
7305
7306         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
7307         (ev_sidebar_links_class_init), (ev_sidebar_links_set_document):
7308
7309         Correctly manage our reference on document. Finally the reload
7310         huge leak is gone...
7311
7312 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
7313
7314         * ps/ps-document.c: (ps_document_dispose):
7315
7316         Forgot to chain it to the parent. Thanks chpe.
7317
7318 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
7319
7320         * ps/ps-document.c: (ps_document_dispose),
7321         (ps_document_class_init), (stop_interpreter), (document_load):
7322
7323         Cleanup dispose a bit. Dont leak the whole pixmap.
7324
7325 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
7326
7327         * pdf/ev-poppler.cc:
7328
7329         Release the poppler document on dispose
7330
7331 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
7332
7333         * shell/ev-view.c: (ev_view_set_document):
7334
7335         Release ref on the pixbuf cache when changing
7336         document.
7337
7338 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
7339
7340         * ps/ps-document.c: (ps_document_get_info):
7341
7342         Fix a double free
7343
7344 2005-05-31  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
7345
7346         * backend/ev-page-cache.c: (ev_page_cache_init),
7347         (_ev_page_cache_new), (ev_page_cache_get_max_label_chars):
7348         * backend/ev-page-cache.h:
7349         * shell/ev-page-action.c: (page_changed_cb):
7350         
7351         Set page action entry width depending on labels width. Fix
7352         for bug 305202.
7353
7354 2005-05-31  Marco Pesenti Gritti  <mpg@redhat.com>
7355
7356         * backend/ev-link.c: (ev_link_class_init):
7357
7358         Allow -1 as page value (error)
7359
7360 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
7361
7362         * shell/ev-sidebar-thumbnails.c:
7363         (ev_sidebar_thumbnails_set_document):
7364         * shell/ev-view.c: (scroll_to_current_page),
7365         (view_set_adjustment_values), (ev_view_set_scroll_adjustments),
7366         (page_changed_cb), (on_adjustment_value_changed),
7367         (ev_view_set_document):
7368
7369         Slightly modified patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>.
7370         Fix bug 305377
7371
7372 2005-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7373
7374         * configure.ac:
7375         * djvu/djvu-document.c: (djvu_document_get_page_size):
7376
7377         Require djvulibre CVS. Now djvu loading is much faster. Fix for
7378         bug 301993.
7379
7380 Sat May 28 07:38:03 2005  Jonathan Blandford  <jrb@redhat.com>
7381
7382         * shell/ev-view.c (draw_one_page): modify the expose handling to
7383         get the shadows.
7384
7385         * shell/ev-window.c (update_action_sensitivity): Respect
7386         permissions field.  Kowtow to the man.
7387
7388         * pdf/ev-poppler.cc: Get the permissions field.
7389
7390         * tiff/*c: Make a tiny bit more robust.
7391
7392 2005-05-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7393
7394         * djvu/djvu-document.c:
7395         
7396         Pop messages from djvu context message queue.
7397
7398 2005-05-24  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7399
7400         * configure.ac, Makefile.am, shell/Makefile.am:
7401         * tiff/Makefile.am, shell/ev-document-types.c:
7402         
7403         Cleanup tiff configure checks. Fix for bug 305218.
7404
7405 2005-05-24  Maxim V. Dziumanenko <mvd@mylinux.ua>
7406
7407         * configure.ac: Added "uk" to ALL_LINGUAS.
7408
7409 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7410
7411         * cut-n-paste/zoom-control/ephy-zoom.c:
7412         (ephy_zoom_get_changed_zoom_level):
7413         * cut-n-paste/zoom-control/ephy-zoom.h:
7414         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_set_property),
7415         (ev_view_get_property), (ev_view_class_init), (ev_view_set_zoom):
7416         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
7417         (ev_window_cmd_view_zoom_out), (ev_window_zoom_changed_cb),
7418         (zoom_control_changed_cb), (ev_window_init):
7419         
7420         Fix minor points related to moving best fit up. Introduce
7421         "zoom" property and make zoom control change it's value on
7422         notify::zoom signals. Fix for 305080.
7423
7424 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7425
7426         * data/evince-ui.xml:
7427         * shell/ev-window.c: (set_view_actions_sensitivity):
7428         
7429         Use + and - as accels for zoom in and zoom out. Fix for 305001.
7430
7431 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
7432
7433         * configure.ac:
7434
7435         Depends on poppler 0.3.2
7436
7437 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
7438
7439         * cut-n-paste/recent-files/egg-recent-item.c:
7440         (egg_recent_item_get_short_name):
7441         * cut-n-paste/toolbar-editor/Makefile.am:
7442         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
7443         (new_pixbuf_from_widget):
7444         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
7445         * cut-n-paste/toolbar-editor/egg-marshal.c:
7446         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
7447         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
7448
7449         Sync
7450
7451 Sat May 21 23:18:30 2005  Jonathan Blandford  <jrb@redhat.com>
7452
7453         * tiff/tiff-document.c: Rough TIFF backend.
7454
7455 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
7456
7457         * NEWS:
7458         * configure.ac:
7459         * cut-n-paste/toolbar-editor/Makefile.am:
7460
7461         Release 0.3.1
7462
7463 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
7464
7465         * shell/ev-view.c: (jump_to_find_result), (ev_view_can_find_next),
7466         (ev_view_find_next), (ev_view_find_previous):
7467
7468         Remove the locks around get_n_results   
7469
7470 2005-05-21  Juerg Billeter  <j@bitron.ch>
7471
7472         * pdf/ev-poppler.c: (pdf_document_ps_exporter_begin):
7473
7474         Pass correct number of pages to poppler.
7475
7476 2005-05-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7477
7478         * configure.ac:
7479         * data/Makefile.am:
7480         * data/evince.desktop.in: 
7481         * data/evince.desktop.in.in:
7482         * po/POTFILES.in:
7483         
7484         Add conditionally dvi and djvu to desktop types. Fix for 304658.
7485
7486 Sat May 21 00:21:30 2005  Jonathan Blandford  <jrb@redhat.com>
7487
7488         * shell/ev-view.c: (view_update_adjustments),
7489         (view_set_adjustment_values): cast adjustmen->value to (int)
7490         before using it.  Otherwise, we get off by a pixel in some
7491         situations.
7492
7493         (draw_one_page): Draw the border on expose.
7494
7495 Fri May 20 22:05:25 2005  Jonathan Blandford  <jrb@redhat.com>
7496
7497         * *shell/ev-view.c: Patch from Nickolay V. Shmyrev to reset the
7498         adjustment when the mode changes, #304923
7499
7500 Fri May 20 02:00:03 2005  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7501
7502         * shell/ev-view.c: Use gdk_widget_queue_draw to remove
7503         flickering on resize but still use gdk_window_scroll on
7504         scrolling
7505
7506 Fri May 20 01:46:57 2005  Jonathan Blandford  <jrb@redhat.com>
7507
7508         * shell/ev-view.c: Patch from Nickolay Shmyrev to fix the -p
7509         option, #170458
7510
7511 Fri May 20 01:27:01 2005  Jonathan Blandford  <jrb@redhat.com>
7512
7513         * shell/ev-view.c: Patch from Nickolay Shmyrev to to scroll to
7514         second page on page_changed if possible, #304669
7515
7516 Fri May 20 01:07:15 2005  Jonathan Blandford  <jrb@redhat.com>
7517
7518         * shell/ev-view.c (view_update_adjustments): Use gdk_window_scroll
7519         instead of gtk_widget_queue_draw.  Massive speedups in scrolling.
7520
7521 Fri May 20 01:05:10 2005  Jonathan Blandford  <jrb@redhat.com>
7522
7523         * .cvsignore:
7524         * shell/ev-view.c:(ev_view_size_allocate), (ev_view_class_init),
7525         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
7526         (ev_view_zoom_for_size_presentation),
7527         (ev_view_zoom_for_size_continuous_and_dual_page),
7528         (ev_view_zoom_for_size_continuous),
7529         (ev_view_zoom_for_size_dual_page),
7530         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size):
7531         * shell/ev-view.h:
7532         * shell/ev-window.c: (update_view_size),
7533         (ev_window_sizing_mode_changed_cb):
7534
7535         Patch from Nickolay Shmyrev <nshmyrev@yandex.ru> to handle
7536         the scrollbars.  It's not 100% right, but it's much closer.  Kills
7537         an infinite loop, #304769
7538
7539
7540 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
7541
7542         * data/evince-ui.xml:
7543         * shell/ev-view.c: (ev_view_scroll_view), (ev_view_class_init):
7544         * shell/ev-window.c: (set_view_actions_sensitivity):
7545
7546         Make PgUp/Down behave like Space
7547
7548 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
7549
7550         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
7551         * backend/ev-ps-exporter.h:
7552         * pdf/ev-poppler.cc:
7553         * ps/ps-document.c: (ps_document_ps_export_begin):
7554         * shell/ev-print-job.c: (idle_print_handler):
7555
7556         Adapt to new poppler api
7557
7558 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
7559
7560         * cut-n-paste/zoom-control/ephy-zoom-control.c:
7561         (ephy_zoom_control_init):
7562
7563         Translate zoom levels
7564
7565 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
7566
7567         * cut-n-paste/zoom-control/ephy-zoom.c:
7568         (ephy_zoom_get_zoom_level_index):
7569
7570         Fix current zoom -> zoom control match
7571
7572 2005-05-18  James Bowes  <bowes@cs.dal.ca>
7573
7574         * shell/ev-window.c: (ev_window_init): Give focus to the ev-view,
7575         rather than the scrolled_window that it's in. Fixes bug #304655.
7576
7577 Tue May 17 22:54:17 2005  Jonathan Blandford  <jrb@redhat.com>
7578
7579         * shell/ev-view.c: (view_update_adjustments),
7580         (view_set_adjustment_values), (view_update_range_and_current_page),
7581         (view_scroll_to_page), (set_scroll_adjustment),
7582         (ev_view_set_scroll_adjustments), (add_scroll_binding_keypad),
7583         (ev_view_scroll), (ev_view_scroll_view),
7584         (ensure_rectangle_is_visible), (find_page_at_location),
7585         (get_link_at_location), (go_to_link), (status_message_from_link),
7586         (ev_view_size_request_continuous_dual_page),
7587         (ev_view_size_request), (ev_view_size_allocate), (ev_view_realize),
7588         (ev_view_unrealize), (ev_view_expose_event),
7589         (ev_view_button_press_event), (ev_view_motion_notify_event),
7590         (ev_view_button_release_event), (ev_gdk_color_to_rgb),
7591         (draw_rubberband), (highlight_find_results), (draw_one_page),
7592         (ev_view_finalize), (ev_view_destroy), (ev_view_class_init),
7593         (ev_view_init), (find_changed_cb), (page_changed_cb),
7594         (on_adjustment_value_changed), (ev_view_new),
7595         (ev_view_set_document), (ev_view_set_zoom),
7596         (ev_view_set_continuous), (ev_view_set_dual_page),
7597         (ev_view_set_presentation), (ev_view_zoom_in), (ev_view_zoom_out),
7598         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
7599         (ev_view_zoom_for_size_presentation),
7600         (ev_view_zoom_for_size_continuous_dual_page),
7601         (ev_view_zoom_for_size_continuous),
7602         (ev_view_zoom_for_size_dual_page),
7603         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
7604         (ev_view_get_status), (ev_view_set_status),
7605         (update_find_status_message), (ev_view_get_find_status),
7606         (ev_view_set_find_status), (jump_to_find_result),
7607         (jump_to_find_page), (compute_selections), (clear_selection),
7608         (ev_view_select_all), (get_selected_text), (ev_view_copy),
7609         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
7610         (ev_view_update_primary_selection),
7611         (ev_view_create_invisible_cursor), (ev_view_set_cursor):
7612         * shell/ev-view.h:
7613         * shell/ev-window.c: (ev_window_open_page_label),
7614         (ev_window_cmd_view_reload), (ev_window_sizing_mode_changed_cb),
7615         (ev_window_init):
7616         * shell/ev-window.h:
7617         * shell/main.c: (load_files):
7618
7619         Massive code clean up from Nickolay Shmyrev.  Keep page offset
7620         when resizing.  Remove the bin_window().  Also, patch from James
7621         Bowes to fix command line page, #300641
7622         
7623 2005-05-17  Marco Pesenti Gritti  <mpg@redhat.com>
7624
7625         * data/evince-ui.xml:
7626         * shell/ev-view.c:
7627         * shell/ev-view.h:
7628         * shell/ev-window.c: (update_action_sensitivity):
7629
7630         Get rid of View->Normal Size, it's just confusing
7631
7632 Tue May 17 00:51:21 2005  Jonathan Blandford  <jrb@redhat.com>
7633
7634         * backend/ev-document-info.h:
7635         * backend/ev-document.c: (ev_document_info_free): Free the
7636         EvDocumentInfo.
7637
7638         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
7639         (clear_range), (add_range), (update_visible_range),
7640         (adjustment_changed_cb), (ev_sidebar_thumbnails_init),
7641         (ev_sidebar_thumbnails_set_document):
7642         * shell/ev-window.c: (ev_window_setup_document): Only render the
7643         visible thumbnails.  It takes an instant to render, but it uses
7644         much less memory.
7645
7646 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
7647
7648         * shell/ev-sidebar-links.c: (popup_menu_cb):
7649
7650         Select first item
7651
7652 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
7653
7654         * lib/Makefile.am:
7655         * shell/ev-sidebar-links.c: (build_popup_menu), (popup_menu_cb),
7656         (button_press_cb), (ev_sidebar_links_construct):
7657
7658         Show the popup menu also on keybindings
7659
7660 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
7661
7662         * shell/ev-window.c: (ev_window_print), (ev_window_print_range):
7663         * shell/ev-window.h:
7664
7665         Expose api to print a range (with dialog). Make private _print use
7666         it.
7667
7668         * shell/ev-sidebar-links.c: (print_section_cb), (button_press_cb),
7669         (ev_sidebar_links_construct):
7670
7671         Show a print context menu on linkx, it prints the selected
7672         section.
7673
7674 2005-05-15  Carlos Garcia Campos <carlosgc@gnome.org>
7675
7676         * shell/ev-sidebar.c: make the drop down menu as width as the toggle
7677         button.
7678
7679 2005-05-12  Marco Pesenti Gritti  <mpg@redhat.com>
7680
7681         * AUTHORS:
7682
7683         Update
7684
7685         * shell/ev-window.c: (build_comments_string),
7686         (ev_window_cmd_help_about):
7687
7688         Show poppler version/backend and authors
7689
7690 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
7691
7692         * cut-n-paste/zoom-control/ephy-zoom.c:
7693         (ephy_zoom_get_zoom_level_index):
7694         * cut-n-paste/zoom-control/ephy-zoom.h:
7695
7696         Move the best fit items at the top of the list
7697
7698 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
7699
7700         * shell/ev-marshal.list:
7701         * shell/ev-page-action.c: (ev_page_action_widget_class_init),
7702         (activate_cb), (match_selected_cb), (activate_link_cb),
7703         (connect_proxy), (ev_page_action_class_init):
7704         * shell/ev-page-action.h:
7705
7706         Use signals to notify action activation. Hopefully
7707         I did not break completion since I cant test...
7708
7709         * shell/ev-window.c: (activate_link_cb), (activate_label_cb),
7710         (register_custom_actions):
7711
7712         Connect to page selector actions and also grab focus on
7713         the view when activated.
7714
7715 Wed May 11 01:18:29 2005  Jonathan Blandford  <jrb@redhat.com>
7716
7717         * pdf/ev-poppler.cc:
7718         * backend/ev-page-cache.c: make page size calculation consistent
7719         and set it to (int)( width * scale + 0.5).  This makes the weird
7720         line going through the middle of the page go away.
7721
7722         * shell/ev-view.c: move painting the background page after
7723         checking the expose area covers us.
7724
7725 2005-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7726
7727         * data/evince-password.glade:
7728         
7729         Mark labels as not translatable. Fix for bug 302842.
7730
7731 2005-05-10  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
7732
7733         * configure.ac: Added "es" to ALL_LINGUAS.
7734
7735 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
7736
7737         * data/evince-toolbar.xml:
7738         * shell/ev-window.c: (update_action_sensitivity),
7739         (ev_window_setup_document), (ev_window_set_page_mode),
7740         (ev_window_init):
7741
7742         Remove some leftover code from jrb first continous
7743         attempt. Use the new actions, we still need good icons
7744         though...
7745
7746 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
7747
7748         * shell/ev-page-action.c: (update_pages_label), (connect_proxy):
7749
7750         Update label when connecting proxy. Fix a warning with NULL
7751         page_cache.
7752
7753 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
7754
7755         * data/evince-ui.xml:
7756         * shell/ev-page-action.c: (ev_page_action_grab_focus):
7757         * shell/ev-page-action.h:
7758         * shell/ev-window.c: (ev_window_cmd_focus_page_selector):
7759
7760         Add mnemonic for edit toolbar.
7761         ctrl+l focus the page entry.
7762
7763 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
7764
7765         * lib/Makefile.am:
7766         * shell/ev-window.c: (ev_window_cmd_edit_toolbar_cb),
7767         (ev_window_init):
7768         * shell/main.c: (main):
7769
7770         Put the toolbar xml in evince own dot dir
7771
7772 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
7773
7774         * shell/ev-window.c: (ev_window_init):
7775
7776         Make the toolbar not removable
7777
7778 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
7779
7780         * data/evince-ui.xml:
7781         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_treeview):
7782         * shell/ev-sidebar-links.h:
7783         * shell/ev-sidebar-thumbnails.c:
7784         (ev_sidebar_thumbnails_get_treeview):
7785         * shell/ev-sidebar-thumbnails.h:
7786         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_view),
7787         (ev_view_class_init):
7788         * shell/ev-view.h:
7789         * shell/ev-window.c: (update_action_sensitivity),
7790         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
7791         (set_view_actions_sensitivity), (view_actions_focus_in_cb),
7792         (view_actions_focus_out_cb), (enable_view_actions_for_widget),
7793         (ev_window_init):
7794
7795         This is evil... Make space/backspace global accelerators but
7796         enable them only for some widgets (sidebars and view).
7797         I dont like it, but I dont know a better way... :/
7798
7799 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
7800
7801         * shell/ev-page-action.c: (ev_page_action_widget_set_page_cache),
7802         (ev_page_action_widget_finalize),
7803         (ev_page_action_widget_class_init), (update_page_cache):
7804
7805         Keep a weak reference on proxy->page_cache so that we
7806         dont try to disconnect the signal if the object is already
7807         gone. Maybe there is a better way to cleanup reference handling
7808         in page action though...
7809
7810 2005-05-10  Juerg Billeter  <j@bitron.ch>
7811
7812         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
7813         * backend/ev-ps-exporter.h:
7814         * pdf/ev-poppler.cc: (pdf_document_ps_exporter_begin):
7815         * ps/ps-document.c: (ps_document_ps_export_begin):
7816         
7817         Change api to pass print range to ps_exporter_begin. The pdf backend
7818         requires this information.
7819         
7820         * shell/ev-print-job.c: (idle_print_handler):
7821         
7822         Adapt to api change
7823
7824 2005-05-10  Juerg Billeter  <j@bitron.ch>
7825
7826         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
7827         (idle_print_handler)
7828         * shell/ev-window.c: (ev_window_print):
7829
7830         Support printing page range, based on patch by Amaury Jacquot
7831
7832 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
7833
7834         * data/evince-toolbar.xml:
7835
7836         Add zoom control to available items
7837
7838 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
7839
7840         * shell/ev-window.c: (update_action_sensitivity):
7841
7842         Set slash action insensitive when appropriate
7843
7844 2005-05-10  Christian Persch <chpe@gnome.org>
7845
7846         * cut-n-paste/zoom-control/ephy-zoom-action.c: (create_menu_item):
7847
7848         Fix warning on the overflow menu
7849
7850 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
7851
7852         * shell/ev-window.c: (sanity_check_uri), (ev_window_open):
7853
7854         Check for uri correctness/existence
7855
7856 2005-05-09  Juerg Billeter  <j@bitron.ch>
7857
7858         * shell/ev-window.c: (using_postscript_printer):
7859
7860         LPD printers use postscript, too
7861
7862 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
7863
7864         * shell/ev-window.c: (register_custom_actions):
7865
7866         The zoom one is actually sort of useful,
7867         put it back
7868
7869 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
7870
7871         * shell/ev-window.c: (register_custom_actions):
7872
7873         Hide page/zoom controls from overflow, they
7874         are useless.
7875
7876 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
7877
7878         * cut-n-paste/update-from-egg.sh:
7879         
7880         Share it between all cut-n-paste subdirs
7881
7882         * cut-n-paste/recent-files/Makefile.am:
7883
7884         Fix to use "global" update-from-egg.sh
7885
7886         * cut-n-paste/recent-files/egg-recent-model.c:
7887         (egg_recent_model_changed_timeout), (egg_recent_model_finalize):
7888         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
7889         (egg_recent_view_gtk_clear), (egg_recent_view_gtk_set_list),
7890         (egg_recent_view_gtk_finalize), (egg_recent_view_gtk_set_menu):
7891
7892         Update from libegg
7893
7894         * cut-n-paste/toolbar-editor/Makefile.am:
7895
7896         Fix to use "global" update-from-egg.sh
7897
7898         * cut-n-paste/toolbar-editor/eggmarshalers.list:
7899
7900         Update from libegg
7901
7902 2005-05-09  Marco Pesenti Gritti <mpg@redhat.com>
7903
7904         * configure.ac:
7905         * cut-n-paste/Makefile.am:
7906         * cut-n-paste/recent-files/Makefile.am:
7907         * cut-n-paste/toolbar-editor/.cvsignore:
7908         * cut-n-paste/toolbar-editor/Makefile.am:
7909         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
7910         (egg_editable_toolbar_get_type), (get_toolbar_position),
7911         (get_n_toolbars), (get_dock_nth), (get_toolbar_nth), (find_action),
7912         (drag_data_delete_cb), (drag_begin_cb), (drag_end_cb),
7913         (drag_data_get_cb), (set_drag_cursor), (unset_drag_cursor),
7914         (set_item_drag_source), (create_item_from_action), (create_item),
7915         (data_is_separator), (drag_data_received_cb), (remove_toolbar_cb),
7916         (popup_toolbar_context_menu_cb), (free_dragged_item),
7917         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
7918         (toolbar_drag_leave_cb), (create_dock), (set_fixed_style),
7919         (unset_fixed_style), (toolbar_changed_cb), (unparent_fixed),
7920         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
7921         (item_added_cb), (item_removed_cb),
7922         (egg_editable_toolbar_construct),
7923         (egg_editable_toolbar_disconnect_model),
7924         (egg_editable_toolbar_deconstruct),
7925         (egg_editable_toolbar_set_model),
7926         (egg_editable_toolbar_set_ui_manager),
7927         (egg_editable_toolbar_set_property),
7928         (egg_editable_toolbar_get_property),
7929         (egg_editable_toolbar_class_init), (egg_editable_toolbar_init),
7930         (egg_editable_toolbar_finalize), (egg_editable_toolbar_new),
7931         (egg_editable_toolbar_new_with_model),
7932         (egg_editable_toolbar_get_edit_mode),
7933         (egg_editable_toolbar_set_edit_mode), (egg_editable_toolbar_show),
7934         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed),
7935         (egg_editable_toolbar_set_drag_dest), (fake_expose_widget),
7936         (new_pixbuf_from_widget), (new_separator_pixbuf),
7937         (update_separator_image), (style_set_cb),
7938         (_egg_editable_toolbar_new_separator_image),
7939         (egg_editable_toolbar_get_model):
7940         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
7941         * cut-n-paste/toolbar-editor/egg-marshal.c:
7942         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
7943         (egg_toolbar_editor_get_type), (compare_actions), (find_action),
7944         (egg_toolbar_editor_set_ui_manager), (toolbar_removed_cb),
7945         (egg_toolbar_editor_set_model), (egg_toolbar_editor_set_property),
7946         (egg_toolbar_editor_get_property), (egg_toolbar_editor_class_init),
7947         (egg_toolbar_editor_finalize), (egg_toolbar_editor_new),
7948         (drag_begin_cb), (drag_end_cb), (editor_drag_data_received_cb),
7949         (editor_drag_data_delete_cb), (drag_data_get_cb),
7950         (elide_underscores), (set_drag_cursor), (event_box_realize_cb),
7951         (editor_create_item), (update_editor_sheet), (setup_editor),
7952         (egg_toolbar_editor_init), (egg_toolbar_editor_add_action),
7953         (parse_item_list), (model_has_action), (update_actions_list),
7954         (egg_toolbar_editor_load_actions):
7955         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
7956         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
7957         (egg_toolbars_model_get_type), (egg_toolbars_model_to_xml),
7958         (safe_save_xml), (egg_toolbars_model_save), (toolbars_toolbar_new),
7959         (toolbars_item_new), (free_toolbar_node), (free_item_node),
7960         (egg_toolbars_model_get_flags), (egg_toolbars_model_set_flags),
7961         (egg_toolbars_model_add_separator), (impl_add_item),
7962         (parse_item_list), (egg_toolbars_model_add_toolbar),
7963         (parse_toolbars), (egg_toolbars_model_load), (impl_get_item_id),
7964         (impl_get_item_data), (impl_get_item_type),
7965         (_egg_accumulator_STRING), (egg_toolbars_model_class_init),
7966         (egg_toolbars_model_init), (free_toolbar),
7967         (egg_toolbars_model_finalize), (egg_toolbars_model_new),
7968         (egg_toolbars_model_remove_toolbar),
7969         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
7970         (egg_toolbars_model_n_items), (egg_toolbars_model_item_nth),
7971         (egg_toolbars_model_n_toolbars), (egg_toolbars_model_toolbar_nth),
7972         (egg_toolbars_model_add_item), (egg_toolbars_model_get_item_id),
7973         (egg_toolbars_model_get_item_data),
7974         (egg_toolbars_model_get_item_type):
7975         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
7976         * cut-n-paste/toolbar-editor/eggmarshalers.list:
7977         * data/Makefile.am:
7978         * data/evince-toolbar.xml:
7979         * data/evince-ui.xml:
7980         * data/hand-open.png:
7981         * po/POTFILES.in:
7982         * shell/Makefile.am:
7983         * shell/ev-window.c: (update_chrome_visibility),
7984         (ev_window_cmd_edit_toolbar_cb), (ev_window_cmd_edit_toolbar),
7985         (ev_window_dispose), (ev_window_init):
7986
7987         Implement epiphany like toolbar editor. Based on patch by
7988         Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7989
7990 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
7991
7992         * shell/ev-sidebar-thumbnails.c: (page_changed_cb):
7993
7994         Use set_cursor instead of set_selection, so that
7995         the keyboard focus moves too.
7996
7997 2005-05-09  Aleksey Kliger <akliger@gmail.com>
7998
7999         * dvi/mdvi-lib/tfmfile.c: (lookup_font_metrics):
8000
8001         Fix infinite loop when loading Type1 fonts
8002
8003 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
8004
8005         * data/evince-ui.xml:
8006         * shell/ev-window.c:
8007
8008         Slash -> Find
8009
8010 2005-05-09  Thomas de Grenier de Latour <degrenier@easyconnect.fr>
8011
8012         * configure.ac:
8013
8014         Make --disable really disable
8015
8016 2005-05-07  Juerg Billeter  <j@bitron.ch>
8017
8018         * backend/ev-page-cache.c: (ev_page_cache_set_page_label):
8019
8020         Compare page labels even without has_labels set, fixes setting page
8021         with entry
8022
8023 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
8024
8025         * shell/ev-view.c: (ev_view_create_invisible_cursor),
8026         (ev_view_set_cursor), (ev_view_button_press_event),
8027         (ev_view_motion_notify_event), (ev_view_button_release_event),
8028         (ev_view_init):
8029
8030         Implement middle button scrolling. Based on a patch
8031         by Tommi Komulainen <tommi.komulainen@iki.fi>.
8032
8033 2005-05-08  Marco Pesenti Gritti  <mpg@redhat.com>
8034
8035         * shell/ev-document-types.c: (get_slow_mime_type),
8036         (get_document_type_from_mime), (ev_document_type_lookup):
8037         * shell/ev-document-types.h:
8038
8039         Change api to lookup from uri. Do fast lookup first, if the
8040         type is unknown try with data sniffing.
8041
8042         * shell/ev-window.c: (ev_window_open), (ev_window_open_uri_list):
8043         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
8044
8045         Adapt to api change
8046
8047 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
8048
8049         * thumbnailer/Makefile.am:
8050
8051         Fix distcheck
8052
8053 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
8054
8055         * NEWS:
8056         * configure.ac:
8057
8058         Release 0.3.0
8059
8060         * data/evince-ui.xml:
8061
8062         Hide presentation mode for now
8063
8064         * shell/ev-view.c: (highlight_find_results):
8065
8066         Show current find selection only on current page
8067
8068 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
8069
8070         * shell/ev-view.c: (ev_view_select_all):
8071
8072         Compute size of the actual page, not of
8073         the current one.
8074
8075 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
8076
8077         * shell/ev-view.c: (clear_selection), (ev_view_finalize),
8078         (view_rect_to_doc_rect), (compute_selections),
8079         (ev_view_bin_expose), (ev_view_select_all), (get_selected_text),
8080         (ev_view_copy), (ev_view_primary_get_cb),
8081         (ev_view_primary_clear_cb), (ev_view_update_primary_selection),
8082         (ev_view_button_press_event), (ev_view_motion_notify_event),
8083         (ev_view_button_release_event), (page_changed_cb):
8084
8085         Fix text selection
8086
8087 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
8088
8089         * shell/ev-view.c: (compute_border), (get_page_extents),
8090         (doc_rect_to_view_rect), (highlight_find_results),
8091         (ev_view_bin_expose), (ev_view_select_all),
8092         (ev_view_motion_notify_event), (update_find_status_message),
8093         (jump_to_find_result), (jump_to_find_page):
8094
8095         First go at fixing search, still buggy
8096
8097 2005-05-04  Kristian Høgsberg  <krh@redhat.com>
8098
8099         * shell/ev-sidebar.c (ev_sidebar_init): Remove frame around
8100         dropdown box and button at the top of the sidebar.
8101
8102 2005-05-02  James Bowes  <bowes@cs.dal.ca>
8103
8104         * configure.ac: Output zoom-control Makefile.
8105         * cut-n-paste/Makefile.am: build zoom-control subdir.
8106         * cut-n-paste/zoom-control/ephy-zoom-action.c:
8107         * cut-n-paste/zoom-control/ephy-zoom-action.h:
8108         * cut-n-paste/zoom-control/ephy-zoom-control.c:
8109         * cut-n-paste/zoom-control/ephy-zoom-control.h:
8110         * cut-n-paste/zoom-control/ephy-zoom.c:
8111         * cut-n-paste/zoom-control/ephy-zoom.h: New files imported
8112         from epiphany, and modified to add a separator into the menu.
8113         * cut-n-paste/zoom-control/Makefile.am: Build zoom-control.
8114         * data/evince-ui.xml: Replace old zoom toolbar actions with new
8115         zoom-control action.
8116         * shell/Makefile.am: Include zoom-control flags.
8117         * shell/ev-view.c: (ev_view_set_zoom), (ev_view_get_zoom),
8118         (ev_view_get_sizing_mode), (ev_view_zoom_in), (ev_view_zoom_out),
8119         (ev_view_zoom_for_size_presentation),
8120         (ev_view_zoom_for_size_continuous_and_dual_page),
8121         (ev_view_zoom_for_size_continuous),
8122         (ev_view_zoom_for_size_dual_page),
8123         (ev_view_zoom_for_size_single_page), (ev_view_zoom_normal): 
8124         s/ev_view_zoom/ev_view_set_zoom/ and make public, add 
8125         ev_view_get_zoom and ev_view_get_sizing_mode.
8126         * shell/ev-view.h:
8127         * shell/ev-window.c: (update_action_sensitivity),
8128         (update_sizing_buttons), (zoom_control_changed_cb),
8129         (register_custom_actions): Initialize and use the zoom-control 
8130         widget.
8131
8132 Sun May  1 00:46:47 2005  Jonathan Blandford  <jrb@redhat.com>
8133
8134         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init): Change the
8135         preview cache back to 1.  Don't know when it got set to 0.
8136         
8137         * shell/ev-view.c: (compute_border), (ev_view_realize),
8138         (draw_one_page), (ev_view_set_property), (ev_view_get_property),
8139         (ev_view_class_init), (ev_view_init), (ev_view_set_fullscreen),
8140         (ev_view_get_fullscreen), (ev_view_set_presentation),
8141         (ev_view_get_presentation), (ev_view_set_sizing_mode),
8142         (ev_view_zoom_for_size_presentation), (ev_view_set_zoom_for_size):
8143         * shell/ev-view.h:
8144         * shell/ev-window.c:
8145         (update_chrome_visibility),
8146         (ev_window_cmd_continuous), (ev_window_cmd_dual),
8147         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
8148         (update_document_mode), (ev_window_update_fullscreen_action),
8149         (ev_window_fullscreen), (ev_window_unfullscreen),
8150         (ev_window_cmd_view_fullscreen),
8151         (ev_window_update_presentation_action),
8152         (ev_window_run_presentation), (ev_window_stop_presentation),
8153         (ev_window_cmd_view_presentation), (ev_window_state_event),
8154         (ev_window_focus_in_event), (ev_window_focus_out_event),
8155         (ev_window_cmd_escape), (ev_window_sidebar_visibility_changed_cb):
8156         * data/evince-ui.xml: Initial presentation mode.  We should
8157         probably hide this until it's done, as it's quite rough.  Also,
8158         change full-screen to fullscreen and add two getters to EvView.
8159
8160 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
8161
8162         * shell/ev-page-action.c: (update_page_cache),
8163         (ev_page_action_dispose):
8164         * shell/ev-window.c: (destroy_fullscreen_popup),
8165         (ev_window_create_fullscreen_popup):
8166
8167         Use connect_object rather than explicitly
8168         disconnect on dispose.
8169
8170 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
8171
8172         * shell/ev-page-action.c: (update_page_cache),
8173         (ev_page_action_dispose):
8174
8175 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8176
8177         * backend/ev-page-cache.c: (_ev_page_cache_new),
8178         (ev_page_cache_set_page_label),
8179         (ev_page_cache_has_nonnumeric_page_labels):
8180         * backend/ev-page-cache.h:
8181         * shell/ev-page-action.c: (update_pages_label):
8182         
8183         If all page labels are numeric, fallback to default
8184         way to display number of pages. See bug 173185.
8185
8186 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8187
8188         * shell/ev-page-action.c: (ev_page_action_dispose):
8189         * shell/ev-view.c: (view_update_range_and_current_page):
8190         * shell/ev-window.c: (ev_window_dispose):
8191         
8192         Set page on scroll in continuous mode. Fixes bug 301986.
8193         Also cleanup callbacks on destroy of EvWindow and EvPageAction.
8194
8195 2005-04-26  Marco Pesenti Gritti <mpg@redhat.com>
8196
8197         * configure.ac:
8198
8199         Require poppler 0.3.0
8200
8201 2005-04-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8202         
8203         * shell/Makefile.am, configure.ac: Fix build problems
8204         with t1lib. Bug 301996.
8205
8206 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8207
8208         * shell/ev-view.c: (ev_view_scroll_event):
8209         
8210         Scroll up increase zoom
8211
8212 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8213
8214         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init),
8215         (ev_view_set_sizing_mode),
8216         (ev_view_zoom_for_size_continuous_and_dual_page),
8217         (ev_view_zoom_for_size_continuous):
8218         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
8219         (ev_window_cmd_view_page_width), (ev_window_cmd_view_zoom_in),
8220         (ev_window_cmd_view_zoom_out), (ev_window_sizing_mode_changed_cb),
8221         (ev_window_init):
8222
8223         Control + Scroll does zooming, Shift + Scroll scrolls horizontally
8224         Fix for 165473 and 165472.
8225
8226 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8227
8228         * po/POTFILES.in:
8229         * thumbnailer/Makefile.am:
8230         * thumbnailer/evince-thumbnailer-djvu.schemas.in:
8231         * thumbnailer/evince-thumbnailer-dvi.schemas.in:
8232         * thumbnailer/evince-thumbnailer.schemas.in:
8233         
8234         Make thumbnailer schemas translatable. Fix for bug 301773
8235         
8236         * thumbnailer/evince-thumbnailer-djvu.schemas:
8237         * thumbnailer/evince-thumbnailer-dvi.schemas:
8238         * thumbnailer/evince-thumbnailer.schemas:
8239
8240         Removed files
8241
8242 Sun Apr 24 01:37:39 2005  Jonathan Blandford  <jrb@redhat.com>
8243
8244         * shell/ev-view.c (ev_view_init): forgot to set this.
8245
8246 Sun Apr 24 01:07:27 2005  Jonathan Blandford  <jrb@redhat.com>
8247
8248         * shell/ev-view.c: (find_page_at_location),
8249         (get_link_at_location),
8250         (ev_view_set_show_border), (ev_view_set_spacing),
8251         (ev_view_zoom_for_size_continuous_and_dual_page),
8252         (ev_view_zoom_for_size_continuous): Fix links for dual/continuous.
8253         Also, add a quick fix measuring of widths.  Also, removed
8254         ev_view_set_spacing and ev_view_set_show_border.
8255         
8256         * shell/ev-window.c: (ev_window_unfullscreen),
8257         (ev_window_cmd_view_fullscreen): Don't adjust the border/spacing.
8258
8259 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8260
8261         * shell/ev-view.c: (view_update_range_and_current_page),
8262         (page_changed_cb):
8263         
8264         Fix crash on exit and scrolling to page in continuous view.
8265
8266 Sat Apr 23 13:13:04 2005  Jonathan Blandford  <jrb@redhat.com>
8267
8268         * TODO:
8269         * backend/ev-page-cache.c: (_ev_page_cache_new),
8270         (ev_page_cache_get_max_width_size),
8271         (ev_page_cache_get_max_height_size):
8272         * backend/ev-page-cache.h:
8273         * data/evince-ui.xml:
8274         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init):
8275         * shell/ev-view.c: (view_update_adjustments),
8276         (view_update_range_and_current_page), (get_bounding_box_size),
8277         (ev_view_size_request_continuous_and_dual_page),
8278         (ev_view_size_request_continuous),
8279         (ev_view_size_request_dual_page),
8280         (ev_view_size_request_single_page), (ev_view_size_request),
8281         (ev_view_size_allocate), (get_page_extents), (draw_one_page),
8282         (ev_view_bin_expose), (ev_view_expose_event),
8283         (ev_view_set_property), (ev_view_get_property),
8284         (ev_view_class_init), (ev_view_init), (ev_view_new),
8285         (page_changed_cb), (ev_view_zoom), (ev_view_set_continuous),
8286         (ev_view_set_dual_page), (ev_view_set_full_screen),
8287         (ev_view_set_presentation), (ev_view_set_sizing_mode),
8288         (ev_view_can_zoom_in), (ev_view_can_zoom_out), (ev_view_zoom_in),
8289         (ev_view_zoom_out), (zoom_for_size_fit_width),
8290         (zoom_for_size_best_fit),
8291         (ev_view_zoom_for_size_continuous_and_dual_page),
8292         (ev_view_zoom_for_size_continuous),
8293         (ev_view_zoom_for_size_dual_page),
8294         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
8295         (ev_view_show_cursor), (ev_sizing_mode_get_type):
8296         * shell/ev-view.h:
8297         * shell/ev-window.c: (update_action_sensitivity),
8298         (ev_window_cmd_continuous), (ev_window_cmd_dual),
8299         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
8300         (update_sizing_buttons), (ev_window_cmd_view_zoom_in),
8301         (ev_window_cmd_view_zoom_out), (update_view_size),
8302         (ev_window_set_sizing_mode), (ev_window_init):
8303
8304         Add Continuous and Dual page modes.
8305
8306 2005-04-23  James Bowes  <bowes@cs.dal.ca>
8307
8308         * dvi/dvi-document.c: (dvi_document_load),
8309         (dvi_document_thumbnails_get_thumbnail),
8310         (dvi_document_init_params): Fix up some mixups between
8311         width and height to correct thumbnail rendering.
8312
8313 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8314
8315         * dvi/mdvi-lib/private.h:
8316         * dvi/mdvi-lib/setup.c: (mdvi_init_kpathsea):
8317         
8318         Suppess output for kpathsea during font generation. Thanks to
8319         James Bowes
8320
8321 Fri Apr 22 19:57:46 2005  Jonathan Blandford  <jrb@redhat.com>
8322
8323         * NEWS:
8324         * configure.ac:
8325
8326         Release 0.2.1
8327
8328         * Makefile.am: fix distcheck.
8329
8330 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8331
8332         * shell/ev-sidebar-links.c: (selection_changed_callback),
8333         (update_page_callback), (row_activated_callback),
8334         (job_finished_callback), (ev_sidebar_links_set_document):
8335         
8336         Fix for bug #169901. Double click on links expands tree.
8337
8338 2005-03-14  Bryan Clark  <clarkbw@cvs.gnome.org>
8339
8340         * shell/ev-window.c (ev_window_init): Removed fullscreen toolbar
8341         hard-coded style. Fix for bug 170111
8342
8343 2005-04-22  Kristian Høgsberg  <krh@redhat.com>
8344
8345         * shell/ev-view.c (highlight_find_results): Remove unnecessary
8346         locking.
8347
8348 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
8349
8350         * thumbnailer/evince-thumbnailer.schemas: real fix for bug 172496
8351
8352 2005-04-22  Marco Pesenti Gritti  <mpg@redhat.com>
8353
8354         * pdf/ev-poppler.cc:
8355         * shell/ev-view.c: (highlight_find_results):
8356
8357         Fix find on single page documents
8358
8359 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
8360
8361         * data/evince.schemas.in: fix for bug 301390
8362
8363 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
8364
8365         * shell/ev-view.c: (ev_view_can_zoom_in), (ev_view_can_zoom_out),
8366         (ev_view_zoom_out), (ev_view_zoom_normal):
8367         * shell/ev-view.h:
8368         * shell/ev-window.c: (update_action_sensitivity),
8369         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
8370         (ev_window_cmd_view_zoom_in), (ev_window_cmd_view_zoom_out),
8371         (ev_window_cmd_view_normal_size):
8372
8373         Fix normal size zoom. Make zoom in/zoom out unsensitive when
8374         they are behyond the limits. Tweak MAX_ZOOM to 6, sucks but
8375         better than oom. 
8376
8377 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
8378
8379         * configure.ac:
8380
8381         Depend on 2.57, 2.59 doesnt seem to be necessary
8382
8383 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
8384
8385         * shell/ev-page-action.c: (update_pages_label), (page_changed_cb),
8386         (create_tool_item):
8387
8388         Put back total number of pages as (1 of 1234)
8389
8390 Thu Apr 21 23:37:52 2005  Jonathan Blandford  <jrb@redhat.com>
8391
8392         * shell/ev-pixbuf-cache.c (dispose_cache_job_info): actually
8393         remove the job.
8394
8395         * backend/ev-document.h: Remove EV_DOC_MUTEX in favor of a locking
8396         function.  This helps debugging.
8397
8398 2005-04-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8399
8400         * djvu/djvu-document.c: (djvu_document_class_init),
8401         (djvu_document_get_info), (djvu_document_document_iface_init):
8402         * dvi/dvi-document.c: (dvi_document_class_init),
8403         (dvi_document_get_info), (dvi_document_document_iface_init):
8404
8405         Dummy implementation of get_info method for dvi and
8406         djvu. Fix crashes with those backends
8407
8408 2005-04-20  Marco Pesenti Gritti <mpg@redhat.com>
8409
8410         * data/evince.desktop.in:
8411
8412         Add application/x-gzpostscript
8413
8414 2005-04-20  Bryan Clark  <clarkbw@cvs.gnome.org>
8415
8416         * data/evince.schemas.in: Added real long descriptions, 
8417         closes bug 172496 
8418
8419         * README: Added actual text, closes bug 171869
8420
8421 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
8422
8423         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
8424
8425         Thumbnail page 0
8426
8427 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
8428
8429         * backend/ev-document-info.h:
8430
8431         s/GDate */GDate so we can just use g_free
8432
8433 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
8434
8435         * shell/ev-window.c: (update_document_mode),
8436         (ev_window_setup_document):
8437
8438         Show the window in fullscreen when specified by
8439         the document
8440
8441 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
8442
8443         * backend/ev-document.c: (ev_document_class_init),
8444         (ev_document_get_info), (ev_document_render_pixbuf):
8445         * backend/ev-document.h:
8446         * backend/ev-page-cache.c: (_ev_page_cache_new):
8447         * pdf/ev-poppler.cc:
8448         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
8449         (pixbuf_document_get_info), (pixbuf_document_document_iface_init):
8450         * ps/ps-document.c: (ps_document_class_init), (document_load),
8451         (ps_document_get_info), (ps_document_document_iface_init):
8452
8453         Remove get_title from the interface, we can just use document info
8454
8455 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
8456
8457         * backend/Makefile.am:
8458         * backend/ev-document.c: (ev_document_render_get_info):
8459         * backend/ev-document.h:
8460         * pdf/ev-poppler.cc:
8461
8462         Initial support for document info. Based on jrb patch.
8463
8464 2005-04-19  Paolo Borelli <pborelli@katamail.com>
8465
8466         * shell/ev-window.c: (ev_window_state_event),
8467         (ev_window_class_init), (ev_window_init):
8468         
8469         Doesn't show resize grip when maximized. See bug #301053
8470
8471 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8472
8473         * po/POTFILES.in:
8474         
8475         ev-sidebar-thumbnails now has translatable labels
8476         
8477         * shell/Makefile.am:
8478         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document),
8479         (ev_sidebar_links_support_document), (ev_sidebar_links_get_label),
8480         (ev_sidebar_links_page_iface_init):
8481         * shell/ev-sidebar-links.h:
8482         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
8483         (ev_sidebar_page_support_document), (ev_sidebar_page_set_document),
8484         (ev_sidebar_page_get_label):
8485         * shell/ev-sidebar-page.h:
8486         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_new),
8487         (ev_sidebar_thumbnails_set_document),
8488         (ev_sidebar_thumbnails_support_document),
8489         (ev_sidebar_thumbnails_get_label),
8490         (ev_sidebar_thumbnails_page_iface_init):
8491         * shell/ev-sidebar-thumbnails.h:
8492         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
8493         (ev_sidebar_set_document):
8494         * shell/ev-sidebar.h:
8495         * shell/ev-window.c: (ev_window_setup_document), (ev_window_init):
8496         
8497         Small rework of sidebar code. Now sidebar pages should implement
8498         EvSidebarPage interface. That makes page management in EvSidebar
8499         easier. See bug #164811 for details
8500
8501 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8502
8503         * shell/ev-application.c: (ev_application_open):
8504         * shell/ev-document-types.c:
8505         
8506         Fix build error and small problem with application exit
8507
8508 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8509
8510         * thumbnailer/Makefile.am:
8511         * thumbnailer/evince-thumbnailer-djvu.schemas:
8512         * thumbnailer/evince-thumbnailer-dvi.schemas:
8513         
8514         Conditionally install schemas for djvu/dvi thumbnailer
8515
8516 2005-04-18  David Malcolm  <dmalcolm@redhat.com>
8517
8518         * shell/ev-document-types.h: 
8519         * shell/ev-document-types.c: 
8520         New files, handling the mapping from mimetypes to backends
8521         
8522         * shell/ev-window.c: 
8523         * thumbnailer/evince-thumbnailer.c:     
8524         Use the ev-document-types code
8525         
8526         * shell/Makefile.am: 
8527         Added new convenience library libevbackendfactory_la, containing
8528         the new mimetype->backend logic; moved the backends into it.
8529
8530         * thumbnailer/Makefile.am:
8531         Make the thumbnailer link with the libevbackend.la convenience
8532         library, rather than having a duplicate of the backend logic here.
8533
8534 2005-04-18  Paolo Borelli  <pborelli@katamail.com>
8535
8536         * shell/ev-stock-icons.c: constify some vars.
8537         * shell/ev-window.c: ditto.
8538
8539 2005-04-18  Marco Pesenti Gritti  <mpg@redhat.com>
8540
8541         * ps/ps-document.c (get_page_orientation):
8542
8543         Respect document orientation 
8544
8545 2005-04-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8546
8547         * djvu/Makefile.am:
8548         * dvi/Makefile.am:
8549         * shell/Makefile.am:
8550         
8551         Move library dependencies to components.
8552         
8553         * shell/ev-window.c: (update_window_title),
8554         (start_loading_document):
8555         
8556         Fix display of uris with spaces. Bug 168358.
8557
8558 Sat Apr 16 18:53:47 2005  Jonathan Blandford  <jrb@redhat.com>
8559
8560         * shell/ev-sidebar-links.c: (selection_changed_cb):
8561         * shell/ev-view.c: (ev_view_finalize), (go_to_link),
8562         (ev_view_button_release_event), (ev_view_set_document):
8563         * shell/ev-view.h:
8564         * shell/ev-window.c: (find_bar_search_changed_cb):
8565         * shell/ev-window.h: Minor cleanups removing some dead code.
8566
8567 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8568
8569         * backend/ev-page-cache.c: (_ev_page_cache_new):
8570         
8571         Set current page to 0 if document has pages.
8572
8573 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
8574
8575         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
8576
8577         Initialize GError to NULL, fix a crash when loading fails.
8578
8579 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
8580
8581         * shell/ev-window.c: (update_view_size):
8582
8583         Calculate shadow size only when there is actually
8584         a shadow.
8585
8586 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
8587
8588         * shell/ev-view.c: (ev_view_set_spacing), (ev_view_init):
8589         * shell/ev-view.h:
8590
8591         Allow setting view spacing, default to 0
8592
8593         * shell/ev-window.c: (ev_window_unfullscreen),
8594         (ev_window_cmd_view_fullscreen), (ev_window_init):
8595
8596         Remove spacing in fullscreen mode
8597
8598 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
8599
8600         * shell/ev-view.c: (compute_border), (compute_zoom_factor),
8601         (ev_view_size_request), (expose_bin_window),
8602         (ev_view_set_show_border), (ev_view_init), (page_changed_cb):
8603         * shell/ev-view.h:
8604         * shell/ev-window.c: (ev_window_unfullscreen),
8605         (ev_window_cmd_view_fullscreen):
8606
8607         Do not draw the border in fulscreen
8608
8609 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
8610
8611         * shell/ev-view.c: (ev_view_get_offsets), (compute_zoom_factor),
8612         (ev_view_size_request), (expose_bin_window), (ev_view_select_all),
8613         (find_page_at_location), (page_changed_cb):
8614
8615         Rework border calculation, so that I can more easily disable it.
8616         Code somewhat cleaner too.
8617
8618 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
8619
8620         * backend/ev-page-cache.c: (ev_page_cache_init),
8621         (_ev_page_cache_new):
8622
8623         Remove some assertions, documents can have 0 pages.
8624         Make initial current page -1.
8625
8626         * shell/ev-page-action.c: (page_changed_cb):
8627
8628         Show "" if current page is -1
8629
8630         * shell/ev-window.c: (update_action_sensitivity),
8631         (ev_window_setup_document):
8632
8633         When document has 0 pages do not set the view
8634         and make nearly everything insensitive.
8635
8636 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8637
8638         * shell/ev-page-view.c:
8639         * shell/ev-page-view.h:
8640
8641         Remove unused files.
8642         
8643         * shell/ev-sidebar-thumbnails.c:
8644         (ev_sidebar_thumbnails_set_document):
8645         * shell/ev-sidebar.c: (ev_sidebar_set_document),
8646         (ev_sidebar_supports_document):
8647         * shell/ev-sidebar.h:
8648         * shell/ev-window.c: (ev_window_setup_document):
8649         
8650         Doesn't show thumbnails if document has 1 page. Make
8651         sidebar menu entries sensitive only if if they have 
8652         sense. Fix bug 164811. 
8653
8654 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
8655
8656         * shell/ev-view.c: (compute_zoom_factor), (ev_view_size_request),
8657         (page_changed_cb), (ev_view_zoom), (ev_view_zoom_in),
8658         (ev_view_zoom_out), (ev_view_set_size):
8659
8660         Rework sizing to deal with documents with not uniform page
8661         size.
8662
8663 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
8664
8665         * backend/ev-page-cache.c: (_ev_page_cache_new):
8666
8667         Fix several page size caching bugs
8668
8669 2005-04-15  Luca Ferretti <elle.uca@libero.it>
8670
8671         * shell/ev-window.c: (set_action_properties):
8672
8673         Make all toolbar items translatable
8674
8675 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
8676
8677         * ps/ps-document.c: (ps_document_init), (ps_document_get_type),
8678         (save_page_list), (ps_document_save),
8679         (ps_document_document_iface_init), (ps_document_ps_export_begin),
8680         (ps_document_ps_export_do_page), (ps_document_ps_export_end),
8681         (ps_document_ps_exporter_iface_init):
8682         * ps/ps-document.h:
8683
8684         Based on a patch by J�rg Billeter <j@bitron.ch>
8685         
8686         Implement print and save a copy for the ps backend.
8687
8688 2005-04-14  Marco Pesenti Gritti <mpg@redhat.com>
8689
8690         * backend/ev-document.h:
8691         * djvu/djvu-document.c: (djvu_document_can_get_text),
8692         (djvu_document_document_iface_init):
8693         * dvi/dvi-document.c: (dvi_document_can_get_text),
8694         (dvi_document_document_iface_init):
8695         * pdf/ev-poppler.cc:
8696         * pixbuf/pixbuf-document.c: (pixbuf_document_can_get_text),
8697         (pixbuf_document_document_iface_init):
8698         * ps/ps-document.c: (ps_document_can_get_text),
8699         (ps_document_document_iface_init):
8700         * shell/ev-view.c: (ev_view_copy), (ev_view_primary_get_cb):
8701         * shell/ev-window.c: (update_action_sensitivity):
8702
8703         Fix the crash when trying to copy in backends that doesnt
8704         support it. We can implement a better solution once we
8705         do real text selection.
8706
8707 2005-04-12  Marco Pesenti Gritti <mpg@redhat.com>
8708
8709         * data/evince-ui.xml:
8710         * shell/ev-window.c: (ev_window_cmd_escape):
8711         
8712         Work around the Escape conflict (find bar and unfullscreen)
8713
8714 2005-04-12  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
8715
8716         * backend/ev-page-cache.c: (ev_page_cache_next_page):
8717         
8718         Fix for #300233. Next page correctly handles document end.
8719         
8720         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
8721         (ev_sidebar_thumbnails_class_init),
8722         (ev_sidebar_thumbnails_set_document),
8723         (ev_sidebar_thumbnails_clear_job),
8724         (ev_sidebar_thumbnails_clear_model):
8725         
8726         Cleanup thumbnail jobs on document changes.
8727         
8728         * shell/ev-view.c: (add_scroll_binding_keypad),
8729         (add_scroll_binding_shifted), (ev_view_class_init):
8730         
8731         Shift + Space scrolls up. Fix for #173184
8732         
8733         * shell/ev-window.c: (ev_window_open_page),
8734         (ev_window_cmd_view_reload):
8735         
8736         Fix reload (Bug #300094)
8737
8738 2005-04-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8739
8740         
8741         * dvi/mdvi-lib/assoc.c:
8742         * dvi/mdvi-lib/assoc.h: Removed garbage files
8743         
8744         * dvi/mdvi-lib/bitmap.c:
8745         * dvi/mdvi-lib/color.c: (mdvi_set_color), (mdvi_push_color),
8746         (mdvi_pop_color), (mdvi_reset_color), (get_color_table):
8747         * dvi/mdvi-lib/color.h: Antialias of rules
8748         
8749         * dvi/mdvi-lib/common.h:
8750         * dvi/mdvi-lib/dviread.c: (mdvi_configure), (mdvi_init_context),
8751         (mdvi_destroy_context), (draw_shrink_rule), (draw_box), (set_rule):
8752         * dvi/mdvi-lib/files.c:
8753         * dvi/mdvi-lib/fontmap.c: (ps_init_default_paths):
8754         * dvi/mdvi-lib/mdvi.h:
8755         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
8756         * dvi/mdvi-lib/tfmfile.c: (ofm_load_file):
8757         * dvi/mdvi-lib/util.c: Fix compile warnings
8758         
8759         * dvi/dvi-document.c:
8760         (dvi_document_load), (dvi_document_thumbnails_get_dimensions),
8761         (dvi_document_thumbnails_get_thumbnail),
8762         (dvi_document_document_thumbnails_iface_init):
8763         * dvi/mdvi-lib/Makefile.am:
8764         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
8765         (dvi_pixbuf_set_color), (mdvi_pixbuf_device_render):
8766         
8767         Dvi backend now renders thumbnails
8768
8769 2005-04-09  Christian Persch  <chpe@cvs.gnome.org>
8770
8771         * shell/main.c: (main): 
8772         
8773         Save accelerators on exit. Fixes bug #172095.
8774
8775 Sat Apr  9 01:05:09 2005  Jonathan Blandford  <jrb@redhat.com>
8776
8777         * shell/ev-pixbuf-cache.c (move_one_job): Actually fix the "FIXME:
8778         update priority" comment.
8779
8780         * backend/ev-job-queue.c: Give a way to change priority.
8781
8782 Sat Apr  9 00:05:36 2005  Jonathan Blandford  <jrb@redhat.com>
8783
8784         * shell/ev-page-action.c: Fix logic.
8785
8786 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
8787
8788         * shell/ev-view.c: (ev_view_can_find_next):
8789         * shell/ev-window.c: (ev_window_setup_document):
8790
8791         Check that the document supports find
8792
8793 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
8794
8795         * data/evince-ui.xml:
8796         * shell/ev-view.c: (ev_view_can_find_next):
8797         * shell/ev-view.h:
8798         * shell/ev-window.c: (update_action_sensitivity),
8799         (find_changed_cb), (ev_window_setup_document),
8800         (ev_window_cmd_edit_find_next):
8801
8802         Add Edit->Find Next
8803
8804 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
8805
8806         * pdf/ev-poppler.cc:
8807         * shell/ev-print-job.c: (idle_print_handler):
8808
8809         Make printing work again
8810
8811 Fri Apr  8 01:12:24 2005  Jonathan Blandford  <jrb@redhat.com>
8812
8813         * shell/ev-page-action.h:
8814         * shell/ev-page-action.c: (ev_page_action_widget_init),
8815         (ev_page_action_widget_class_init), (page_changed_cb),
8816         (create_tool_item), (update_page_cache), (build_new_tree_cb),
8817         (get_filter_model_from_model), (match_selected_cb),
8818         (display_completion_text), (match_completion), (update_model),
8819         (connect_proxy), (ev_page_action_set_property),
8820         (ev_page_action_get_property), (ev_page_action_set_document),
8821         (ev_page_action_set_model), (ev_page_action_class_init): Big
8822         reworking to make completions work iff we have >= GTK-2.7.0
8823                 
8824         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_property),
8825         (ev_sidebar_links_get_property), (ev_sidebar_links_class_init),
8826         (job_finished_cb): We now have a 'model' property that is set when
8827         the links are loaded.  This can be caught with "notify::model"
8828
8829         * shell/ev-window.c: (sidebar_widget_model_set), (ev_window_init):
8830         listen for the model to be set, and propagate it to the action.
8831
8832 2005-04-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8833
8834         * cut-n-paste/recent-files/egg-recent-item.c:
8835         (egg_recent_item_set_uri), (make_valid_utf8),
8836         (egg_recent_item_set_mime_type), (egg_recent_item_get_mime_type):
8837         * cut-n-paste/recent-files/egg-recent-item.h:
8838         
8839         Update egg-recent from libegg. This should fix long
8840         startup problem. For details see
8841         http://bugzilla.gnome.org/show_bug.cgi?id=160531
8842
8843 2005-04-07  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8844
8845         * cut-n-paste/recent-files/Makefile.am:
8846         * data/evince-ui.xml, shell/Makefile.am:
8847         * shell/ev-application.c, shell/ev-application.h:
8848         * shell/ev-window.c: Recent files support.
8849         
8850         * configure.ac: Added "ru" to ALL_LINGUAS.
8851         
8852         * dvju: new backend to support DJVU files.
8853         * dvi: new backend to support DVI.
8854
8855         * configure.ac, Makefile.am, shell/Makefile.am, ev-window.c:
8856         * ev-application.c: Support for new backends.
8857         
8858         * help, ev-window.c, main.c shell/Makefile.am: 
8859         Evince user documentation.
8860
8861 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
8862
8863         * po/POTFILES.in:
8864         * shell/ev-window.c:
8865         * thumbnailer/evince-thumbnailer.c:
8866
8867         s/pdf-document/ev-poppler
8868
8869 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
8870
8871         * NEWS:
8872         * configure.ac:
8873
8874         Release 0.2.0
8875
8876         * ps/ps-document.c: (setup_pixmap):
8877
8878         Remove debug code
8879
8880 2005-04-05  Kristian Høgsberg  <krh@redhat.com>
8881
8882         * backend/ev-page-cache.c (ev_page_cache_next_page): 
8883         * shell/ev-window.c (ev_window_cmd_go_next_page) 
8884         (ev_window_cmd_go_first_page): Fix of by one errors.
8885
8886 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
8887
8888         * ps/ps-document.c: (get_page_box):
8889
8890         Fix page size calculation
8891
8892 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
8893
8894         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
8895         (ps_document_cleanup), (setup_pixmap), (get_page_box),
8896         (get_page_orientation), (setup_page), (document_load),
8897         (ps_document_get_page_size), (render_pixbuf_idle):
8898         * ps/ps-document.h:
8899
8900         More refactoring to adapt to EvDocument changes
8901
8902 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
8903
8904         * ps/ps-document.c: (start_interpreter):
8905
8906         Actually add alpha args
8907
8908 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
8909
8910         * pdf/ev-poppler.cc:
8911
8912         Make clipboard work again
8913
8914 2005-04-04  Kristian Høgsberg  <krh@redhat.com>
8915
8916         Make searching work again.
8917         
8918         * backend/ev-document.c:
8919         * backend/ev-document.h:
8920         * backend/ev-document-find.c:
8921         * backend/ev-document-find.h: Change EvDocumentIface so we no
8922         longer store the current page or zoom level in the document.  The
8923         consequence is that all calls that operate on the current page now
8924         instead take the page number as an extra argument, and all
8925         coordinates are now doubles in document coordinate system.
8926
8927         * pdf/ev-poppler.cc:
8928         * pixbuf/pixbuf-document.c:
8929         * ps/ps-document.c: Update backends accordingly.
8930
8931 2005-04-04  Marco Pesenti Gritti <marco@gnome.org>
8932
8933         * autogen.sh:
8934
8935         Add required gettext version
8936
8937 Sat Apr  2 18:57:00 2005  Jonathan Blandford  <jrb@redhat.com>
8938
8939         * shell/evwindow.c: Patch from Alberto Mesas <amesas@gmail.com> to
8940         make F1 bring up non-existent help.
8941
8942         * shell/eggfindbar.c: Patch from Christian Persch to sync to
8943         epiphany's find bar, #167477
8944
8945         * shell/ev-view.c (ev_view_jump): Patch from Emil Soleyman-Zomalan
8946         <emil@nishra.com> to add space-bar scrolling, 
8947
8948         * shell/ev-window.c (static GtkActionEntry entries): add default
8949         keybinding for Help (F1)
8950         Fixes #171068
8951
8952         * shell/ev-view.c (ev_view_show_cursor): Fix from Yuval Tanny
8953         changing EV_VIEW_CURSOR_LINK to EV_VIEW_CURSOR_NORMAL resolves bug
8954         170110
8955
8956 2005-04-01  David Malcolm  <dmalcolm@redhat.com>
8957
8958         * Makefile.am: 
8959         * pixbuf/pixbuf-document.c: 
8960
8961         Got pixbuf backend working again
8962
8963 2005-04-01  Steve Murphy  <murf@e-tools.com>
8964
8965         * configure.in: Added "rw" to ALL_LINGUAS.
8966
8967 Fri Apr  1 02:33:41 2005  Jonathan Blandford  <jrb@redhat.com>
8968
8969         * shell/ev-sidebar-links.c (create_loading_model): Fix mismatch in
8970         model types, noticed by Martin Kretzschmar.
8971
8972 2005-04-01  Kristian Høgsberg  <krh@redhat.com>
8973
8974         * pdf/ev-poppler.cc: Implement search based on
8975         poppler_page_find_text().  Currently a bit crude since we remember
8976         all matches from all pages.  Also, we grab the big document lock
8977         when we search since searching changes the underlying stream and
8978         thus conflicts with the rendering thread.
8979         
8980         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
8981         (jump_to_find_page), (ev_view_set_document), (ev_view_find_next),
8982         (ev_view_find_previous): Fix some page indexes to be 0 based,
8983         offset rubber band by view offset,
8984
8985 Fri Apr 01 09:21:12 2005  Pablo Saratxaga  <pablo@mandrakesoft.com>
8986
8987         * configure.ac: Added Walloon (wa) to ALL_LINGUAS.
8988
8989 Fri Apr  1 01:59:39 2005  Jonathan Blandford  <jrb@redhat.com>
8990
8991         * shell/ev-page-action.c: Changed to use page labels now.  Rewrote
8992         completely because I didn't understand GtkActions.  I should
8993         read Marco's code more carefully in the future.
8994
8995         * backend/ev-page-cache.h (ev_page_cache_set_page_label): New
8996         function
8997
8998 2005-03-31  Kristian Høgsberg  <krh@redhat.com>
8999
9000         * pdf/ev-poppler.cc (pdf_document_get_links): Update to work with
9001         PopplerRectangle change from poppler CVS.
9002
9003 Thu Mar 31 13:27:50 2005  Jonathan Blandford  <jrb@redhat.com>
9004
9005         * backend/ev-document.c: (ev_document_get_page_label):
9006         * backend/ev-document.h:
9007         * backend/ev-page-cache.c: (_ev_page_cache_new),
9008         (ev_page_cache_get_page_label):
9009         * backend/ev-page-cache.h:
9010         * pdf/ev-poppler.cc:
9011         * shell/ev-sidebar-links.c: (ev_sidebar_links_construct),
9012         (links_page_num_func):
9013         * shell/ev-sidebar-thumbnails.c:
9014         (ev_sidebar_thumbnails_set_document):
9015         * shell/ev-view.c: (status_message_from_link),
9016         (ev_view_motion_notify_event):
9017         * shell/ev-window.c: (document_supports_sidebar): Add in page
9018         label support.  It's not perfect yet, but it's the first 'feature'
9019         in a while.
9020         Also, fix a bogus comment noticed by crispin. 
9021
9022 Thu Mar 31 01:21:58 2005  Jonathan Blandford  <jrb@redhat.com>
9023
9024         * Makefile.am: Remove pixbuf backend for now
9025
9026         * configure.ac: Require poppler-glib instead of just poppler.
9027
9028         * backend/ev-document-thumbnails.h: Add a comment
9029
9030         * backend/ev-document.h:
9031         * backend/ev-document.c: (ev_document_class_init),
9032         (ev_document_load), (ev_document_get_link),
9033         (ev_document_get_links): Remove 3 methods and add get_links.
9034         Also, made 0 based.
9035
9036         * backend/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
9037         * backend/ev-jobs.h: now EvJobRender can grab the links for a document.
9038
9039         * backend/ev-link.c: (ev_link_set_title),
9040         (ev_link_mapping_free_foreach), (ev_link_mapping_free),
9041         (ev_link_mapping_find):
9042         * backend/ev-link.h: Allow NULL titles.  Also, introduce a mapping link.
9043         
9044         * backend/ev-page-cache.c: (ev_page_cache_init),
9045         (_ev_page_cache_new), (ev_page_cache_set_current_page),
9046         (ev_page_cache_get_size), (ev_page_cache_next_page),
9047         (ev_page_cache_prev_page): Fix to be 0 based.
9048
9049         * pdf/Makefile.am: 
9050         * pdf/ev-poppler.h:
9051         * pdf/ev-poppler.cc: New backend.
9052         
9053         * ps/ps-document.c: (ps_document_init), (ps_document_set_page),
9054         (ps_document_get_page), (ps_document_document_iface_init):
9055
9056         * shell/ev-pixbuf-cache.h:
9057         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
9058         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
9059         (ev_pixbuf_cache_update_range), (copy_job_to_job_info),
9060         (add_job_if_needed), (ev_pixbuf_cache_set_page_range),
9061         (ev_pixbuf_cache_get_pixbuf), (ev_pixbuf_cache_get_link_mapping):
9062         Fix up code to grab a page cache per each doc.  Also, fix to be 0
9063         based.
9064         
9065         * shell/ev-sidebar-thumbnails.c:
9066         (ev_sidebar_tree_selection_changed), (page_changed_cb),
9067         (ev_sidebar_thumbnails_set_document): Fix to be 0 based.
9068
9069         * shell/ev-view.c: (status_message_from_link),
9070         (find_page_at_location), (get_link_at_location),
9071         (ev_view_motion_notify_event), (ev_view_button_release_event),
9072         (ev_view_init): Use the new link code.  Fix to be 0 based.
9073
9074         * shell/ev-window.c: (update_action_sensitivity),
9075         (document_supports_sidebar): 0 based.
9076
9077 Fri Mar 25 16:55:58 2005  Jonathan Blandford  <jrb@redhat.com>
9078
9079         * pdf/pdf-document.cc: Patch from Fernando Herrera
9080         <fherrera@onirica.com> to fix my quick fix to get_thumbnail.
9081         *blush*
9082
9083 Wed Mar 23 23:49:41 2005  Jonathan Blandford  <jrb@redhat.com>
9084
9085         * pdf/pdf-document.cc (pdf_document_thumbnails_get_thumbnail): add
9086         1 to the page, as this seems to be 1 based.  I thought we has this
9087         fixed.  grump.
9088
9089 2005-03-23  Marco Pesenti Gritti <marco@gnome.org>
9090
9091         * TODO:
9092         * backend/Makefile.am:
9093         * backend/ev-document-links.c:
9094         (ev_document_links_has_document_links),
9095         (ev_document_links_get_links_model):
9096         * backend/ev-document-links.h:
9097         * backend/ev-document.c: (ev_document_get_page_cache),
9098         (ev_document_get_doc_mutex), (ev_document_load),
9099         (ev_document_save), (ev_document_get_title),
9100         (ev_document_get_n_pages), (ev_document_set_page),
9101         (ev_document_get_page), (ev_document_set_target),
9102         (ev_document_set_scale), (ev_document_set_page_offset),
9103         (ev_document_get_page_size), (ev_document_get_text),
9104         (ev_document_get_link), (ev_document_render),
9105         (ev_document_render_pixbuf), (ev_document_scale_changed):
9106         * backend/ev-document.h:
9107         * backend/ev-job-queue.c: (remove_object_from_queue),
9108         (notify_finished), (handle_job), (search_for_jobs_unlocked),
9109         (no_jobs_available_unlocked), (ev_render_thread),
9110         (ev_job_queue_init), (find_queue), (ev_job_queue_add_job),
9111         (ev_job_queue_remove_job):
9112         * backend/ev-job-queue.h:
9113         * backend/ev-jobs.c: (ev_job_init), (ev_job_dispose),
9114         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
9115         (ev_job_links_class_init), (ev_job_render_init),
9116         (ev_job_render_dispose), (ev_job_render_class_init),
9117         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
9118         (ev_job_thumbnail_class_init), (ev_job_finished),
9119         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
9120         (ev_job_render_run), (ev_job_thumbnail_new),
9121         (ev_job_thumbnail_run):
9122         * backend/ev-jobs.h:
9123         * backend/ev-link.c:
9124         * backend/ev-link.h:
9125         * backend/ev-page-cache.c: (ev_page_cache_init),
9126         (ev_page_cache_class_init), (ev_page_cache_finalize),
9127         (_ev_page_cache_new), (ev_page_cache_get_n_pages),
9128         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
9129         (ev_page_cache_set_link), (ev_page_cache_get_title),
9130         (ev_page_cache_get_size), (ev_page_cache_next_page),
9131         (ev_page_cache_prev_page):
9132         * backend/ev-page-cache.h:
9133         * pdf/pdf-document.cc:
9134         * ps/gsdefaults.c:
9135         * ps/gsdefaults.h:
9136         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
9137         (push_pixbuf), (interpreter_failed), (ps_document_cleanup),
9138         (ps_document_widget_event), (ps_document_finalize), (get_xdpi),
9139         (get_ydpi), (setup_pixmap), (setup_page), (close_pipe),
9140         (is_interpreter_ready), (output), (catchPipe), (input),
9141         (start_interpreter), (check_filecompressed), (compute_dimensions),
9142         (ps_document_enable_interpreter), (document_load),
9143         (ps_document_next_page), (render_page), (ps_document_set_page),
9144         (ps_document_set_scale), (render_pixbuf_idle),
9145         (ps_document_render_pixbuf), (ps_document_document_iface_init):
9146         * ps/ps-document.h:
9147         * shell/Makefile.am:
9148         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
9149         (ev_pixbuf_cache_class_init), (ev_pixbuf_cache_finalize),
9150         (dispose_cache_job_info), (ev_pixbuf_cache_dispose),
9151         (ev_pixbuf_cache_new), (job_finished_cb),
9152         (check_job_size_and_unref), (move_one_job),
9153         (ev_pixbuf_cache_update_range), (find_job_cache),
9154         (ev_pixbuf_cache_clear_job_sizes), (add_job_if_needed),
9155         (ev_pixbuf_cache_add_jobs_if_needed),
9156         (ev_pixbuf_cache_set_page_range), (ev_pixbuf_cache_get_pixbuf):
9157         * shell/ev-pixbuf-cache.h:
9158         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
9159         (idle_print_handler):
9160         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
9161         (selection_changed_cb), (create_loading_model),
9162         (ev_sidebar_links_construct), (links_page_num_func),
9163         (ev_sidebar_links_clear_document), (update_page_callback_foreach),
9164         (update_page_callback), (job_finished_cb),
9165         (ev_sidebar_links_set_document):
9166         * shell/ev-sidebar-thumbnails.c:
9167         (ev_sidebar_thumbnails_class_init), (adjustment_changed_cb),
9168         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init),
9169         (page_changed_cb), (thumbnail_job_completed_callback),
9170         (ev_sidebar_thumbnails_set_document):
9171         * shell/ev-sidebar-thumbnails.h:
9172         * shell/ev-sidebar.c: (ev_sidebar_set_document):
9173         * shell/ev-view.c: (ev_view_finalize), (ev_view_destroy),
9174         (ev_view_get_offsets), (ev_view_size_request), (ev_view_realize),
9175         (ev_view_unrealize), (highlight_find_results), (expose_bin_window),
9176         (ev_view_select_all), (ev_view_copy), (ev_view_primary_get_cb),
9177         (ev_view_create_invisible_cursor), (ev_view_motion_notify_event),
9178         (ev_view_button_release_event), (ev_view_scroll_view),
9179         (ev_view_class_init), (ev_view_init), (update_find_status_message),
9180         (jump_to_find_result), (jump_to_find_page), (find_changed_cb),
9181         (ev_view_new), (job_finished_cb), (page_changed_cb),
9182         (ev_view_set_document), (go_to_link), (ev_view_zoom),
9183         (size_to_zoom_factor), (ev_view_set_size), (ev_view_find_next),
9184         (ev_view_find_previous):
9185         * shell/ev-view.h:
9186         * shell/ev-window.c: (update_action_sensitivity),
9187         (ev_window_open_page), (update_window_title), (update_total_pages),
9188         (page_changed_cb), (ev_window_setup_document),
9189         (password_dialog_response), (ev_window_cmd_save_as),
9190         (ev_window_print), (ev_window_cmd_go_previous_page),
9191         (ev_window_cmd_go_next_page), (ev_window_cmd_go_first_page),
9192         (ev_window_cmd_go_last_page), (ev_window_cmd_view_reload),
9193         (find_bar_search_changed_cb), (goto_page_cb), (ev_window_init):
9194         * shell/main.c: (main):
9195
9196         Merge evince-threads branch
9197
9198 2005-03-16  Žygimantas Beručka  <uid0@akl.lt>
9199
9200         * configure.ac: Added "lt" to ALL_LINGUAS.
9201
9202 2005-03-14  Marco Pesenti Gritti  <marco@gnome.org>
9203
9204         * NEWS:
9205         * configure.ac:
9206
9207         Release 0.1.9
9208
9209 2005-03-13  Fernando Herrera  <fherrera@onirica.com>
9210
9211         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9212
9213         Fix here also the thumbnails 1-basedness :)
9214
9215 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
9216
9217         * NEWS:
9218         * configure.ac:
9219
9220         Release 0.1.8
9221
9222 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
9223
9224         * pdf/pdf-document.cc:
9225         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
9226         (do_one_iteration), (ev_sidebar_thumbnails_set_document):
9227
9228         Fix the mess we did with thumbnails and 1-basedness
9229
9230 2005-03-12  Changwoo Ryu  <cwryu@debian.org>
9231
9232         * configure.ac (ALL_LINGUAS): Added "ko" (Korean).
9233
9234 2005-03-09  Marco Pesenti Gritti  <marco@gnome.org>
9235
9236         * NEWS:
9237         * configure.ac:
9238
9239         Release 0.1.7
9240
9241 2005-03-08  Marco Pesenti Gritti  <marco@gnome.org>
9242
9243         * ps/Makefile.am:
9244         * ps/gsdefaults.c: (gtk_gs_defaults_get_interpreter_cmd),
9245         (gtk_gs_defaults_get_alpha_parameters),
9246         (gtk_gs_defaults_get_ungzip_cmd),
9247         (gtk_gs_defaults_get_unbzip2_cmd):
9248         * ps/gsdefaults.h:
9249         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
9250         (ps_document_get_orientation), (document_load),
9251         (ps_document_goto_page), (ps_document_set_page_size):
9252         * ps/ps-document.h:
9253
9254         Some more sanitization of the ps backend. Remove a lot
9255         of unused code and do not base our defaults on ggv
9256         preferences (ugh!)
9257
9258 2005-03-08  Fernando Herrera  <fherrera@onirica.com>
9259
9260         * thumbnailer/evince-thumbnailer.schemas:
9261         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
9262         (main): add -s option for thumbnail size.
9263
9264 2005-03-07  Christian Persch  <chpe@cvs.gnome.org>
9265
9266         * configure.ac:
9267
9268         AC_PROG_RANLIB is rendered obsolete by AC_PROG_LIBTOOL;
9269         remove it.
9270
9271 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
9272
9273         * pdf/pdf-document.cc:
9274
9275         Remove 4 pixels of useless border from the
9276         thumbnail.
9277
9278 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
9279
9280         * backend/ev-document-thumbnails.c:
9281         (ev_document_thumbnails_get_thumbnail):
9282         * backend/ev-document-thumbnails.h:
9283
9284         Rework API a bit. Add a border flag and
9285         change sizing logic (now the size we specify
9286         applies to the bigger dimension).
9287
9288         * pdf/pdf-document.cc:
9289         * pixbuf/pixbuf-document.c:
9290         (pixbuf_document_thumbnails_get_thumbnail):
9291         * shell/ev-sidebar-thumbnails.c: (do_one_iteration):
9292         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9293
9294         Adapt to the new API and do not draw a border for nautilus
9295         thumbnailer.
9296
9297 2005-03-03  Fernando Herrera  <fherrera@onirica.com>
9298
9299         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9300         take thumbnails from page "0" instead of "1". Added a copyright header.
9301
9302 2005-03-03  Jens Granseuer  <jensgr@gmx.net>
9303
9304         * ps/ps-document.c: (set_up_page), (start_interpreter):
9305
9306         Make it C89 compliant
9307
9308 2005-03-03  Marco Pesenti Gritti  <marco@gnome.org>
9309
9310         * Makefile.am:
9311         * configure.ac:
9312         * pdf/.cvsignore:
9313         * pdf/pdf-document.cc:
9314         * thumbnailer/Makefile.am:
9315         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
9316         (main):
9317         * thumbnailer/evince-thumbnailer.schemas:
9318         * thumbnailer/pdf-icon.png:
9319
9320         Add a nautilus thumbnailer.
9321         Based on patch by Fernando Herrera <fherrera@onirica.com>.
9322
9323 2005-03-02  Marco Pesenti Gritti  <marco@gnome.org>
9324
9325         * NEWS:
9326         * configure.ac:
9327         * po/POTFILES.in:
9328
9329         Release 0.1.6
9330
9331 2005-03-01  Kristian Høgsberg  <krh@redhat.com>
9332
9333         Use poppler instead of including xpdf source code.  Poppler is a
9334         fork of xpdf to build it as a shared library. See
9335         http://freedesktop.org/wiki/Software/poppler.
9336
9337         * pdf/xpdf/*, pdf/goo/*, pdf/splash/*, pdf/fofi/*: Remove included
9338         xpdf fork.
9339         
9340         * pdf/Makefile.am: Build libpdfdocument.a here.
9341         
9342         * pdf/GDKSplashOutputDev.cc:
9343         * pdf/GDKSplashOutputDev.h:
9344         * pdf/GnomeVFSStream.cc:
9345         * pdf/GnomeVFSStream.h:
9346         * pdf-document.cc:
9347         * pdf-document.h:
9348         * test-gdk-output-dev.cc
9349         * Thumb.cc:
9350         * Thumb.h: Pull these files out of pdf/xpdf and adjust to compile
9351         against poppler.
9352
9353 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
9354
9355         * shell/ev-sidebar-links.c: (ev_sidebar_links_clear_document):
9356
9357         Clear idle stack before unsetting the document
9358
9359 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
9360
9361         * ps/ps-document.c: (ps_document_widget_event),
9362         (ps_document_set_target), (ps_document_finalize),
9363         (ps_document_get_page):
9364
9365         Disconnect the widget event signal on finalize.
9366         Some code cleanups.
9367
9368 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
9369
9370         * ps/ps-document.c: (set_up_page):
9371
9372         If there is no bpixmap create one, even if size
9373         is not changed.
9374
9375 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
9376
9377         * ps/ps-document.c: (ps_document_init), (ps_document_cleanup),
9378         (set_up_page), (document_load), (ps_document_set_zoom):
9379
9380         Default page is 0. Calculate size even when we have no
9381         target yet.
9382
9383 2005-02-28  Carlos Garcia Campos <carlosgc@gnome.org>
9384
9385         * shell/ev-sidebar.c: expand the selection widget to be always as
9386         wide as the sidebar
9387
9388 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
9389
9390         * shell/ev-sidebar-thumbnails.c:
9391         (ev_sidebar_thumbnails_set_document):
9392
9393         Clear the list store when setting document
9394
9395 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
9396
9397         * shell/ev-page-action.c: (update_entry), (sync_entry),
9398         (activate_cb), (entry_size_request_cb), (create_tool_item),
9399         (connect_proxy):
9400
9401         Use an entry for the page control instead of spinbuttons
9402
9403 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
9404
9405         * data/evince.schemas.in:
9406
9407         Correct confusing string
9408
9409 Sun Feb 27 23:00:31 2005  Jonathan Blandford  <jrb@redhat.com>
9410
9411         * shell/ev-sidebar-links.c (do_one_iteration): Handle title links
9412         for real.  Gosh, how long has this been broken.
9413
9414         * pdf/xpdf/pdf-document.cc (build_link_from_action): add back the
9415         check for a NULL link.  We crash otherwise.
9416
9417 2005-02-27  Marco Pesenti Gritti  <marco@gnome.org>
9418
9419         * NEWS:
9420         * configure.ac:
9421
9422         Release 0.1.5
9423
9424 2005-02-25  Sebastien Bacher  <seb128@debian.org>
9425
9426         * configure.ac: add the french translation.
9427
9428 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
9429
9430         * shell/ev-window.c:
9431
9432         Remove unused header -> fix distcheck
9433
9434 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
9435
9436         * shell/ev-window.c: (update_window_title),
9437         (ev_window_popup_password_dialog):
9438
9439         Unescape filename for display
9440
9441 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
9442
9443         * pdf/xpdf/pdf-document.cc:
9444
9445         In get_page_size deal with rotation. Also
9446         cleanup the function a bit.
9447
9448 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
9449
9450         * pdf/xpdf/pdf-document.cc:
9451
9452         Fix crash when opening in new window
9453
9454 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
9455
9456         * configure.ac:
9457
9458         Check ghostscript >= 7
9459
9460 2005-02-25  Pedro Villavicencio <pvillavi@gnome.cl>
9461
9462         * shell/ev-window.c:
9463
9464         Make page width the default sizing mode
9465
9466 2005-02-25  Carlos Garcia Campos <carlosgc@gnome.org>
9467         Marco Pesenti Gritti <marco@gnome.org>
9468
9469         * shell/ev-window.c: Remember the sidebar size
9470
9471         * data/evince.schemas.in: Add a new gconf key to store the size of
9472         the sidebar
9473
9474 2005-02-24  Kai Willadsen  <kaiw@itee.uq.edu.au>
9475
9476         * data/evince-ui.xml:
9477         * shell/ev-window.c: (update_action_sensitivity),
9478         (ev_window_cmd_view_reload):
9479         
9480         Add a "Reload" action and menu entry
9481
9482 Thu Feb 24 23:07:33 2005  Jonathan Blandford  <jrb@redhat.com>
9483
9484         * shell/ev-window.c (hide_sidebar_and_actions): Hide the sidebar
9485         iff the type doesn't support thumbnailing and indexing.
9486
9487 2005-02-24  Martin Kretzschmar  <martink@gnome.org>
9488
9489         * configure.ac (ALL_LINGUAS): Added "zh_TW" (Traditional Chinese).
9490
9491 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
9492
9493         * pdf/splash/Splash.cc:
9494
9495         Port fix for a crasher from kde bug
9496         http://bugs.kde.org/show_bug.cgi?id=97131
9497
9498 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
9499
9500         * pdf/xpdf/pdf-document.cc:
9501
9502         Return a link even if it's of an unrecognized
9503         type. Otherwise we go in an infinte cycle.
9504
9505 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
9506
9507         * shell/ev-window.c: (update_sizing_buttons), (update_view_size),
9508         (size_allocate_cb), (ev_window_set_sizing_mode):
9509
9510         Update size when switching mode
9511
9512 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
9513
9514         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
9515         (ev_window_cmd_view_page_width), (update_sizing_buttons),
9516         (ev_window_cmd_view_normal_size):
9517
9518         Fix size toggle buttons behavior
9519
9520 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
9521
9522         * shell/ev-view.c: (ev_view_get_offsets), (view_rect_to_doc_rect),
9523         (doc_rect_to_view_rect), (ev_view_size_allocate),
9524         (expose_bin_window), (ev_view_select_all), (page_changed_callback),
9525         (scale_changed_callback):
9526
9527         Do not cache offsets in size_allocate.
9528
9529 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
9530
9531         * shell/ev-view.c: (ev_view_size_allocate):
9532
9533         Calculate offsets before calling the parent
9534         class (which does a redraw)
9535
9536 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
9537
9538         * pdf/xpdf/pdf-document.cc:
9539
9540         Fix a crasher on exit. Unused code, put a TODO
9541
9542 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
9543
9544         * backend/ev-document.c: (ev_document_class_init),
9545         (ev_document_page_changed), (ev_document_scale_changed):
9546         * backend/ev-document.h:
9547
9548         Separate page/scale notifications
9549
9550         * pdf/xpdf/pdf-document.cc:
9551
9552         Emit the new signals.
9553         Do not display the pdf page in _render, do it
9554         when scale/page are requested.
9555
9556         * ps/ps-document.c: (ps_document_set_zoom),
9557         (ps_document_widget_event):
9558         * ps/ps-document.h:
9559
9560         Emit the new signals.
9561
9562         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
9563         (ev_view_init), (page_changed_callback), (scale_changed_callback),
9564         (ev_view_set_document), (ev_view_zoom), (ev_view_zoom_in),
9565         (ev_view_zoom_out), (size_to_zoom_factor), (ev_view_set_size):
9566         * shell/ev-view.h:
9567         * shell/ev-window.c: (ev_window_cmd_view_normal_size),
9568         (ev_window_cmd_view_page_width), (size_allocate_cb),
9569         (ev_window_set_sizing_mode):
9570
9571         Rework sizing to be pixel based.
9572         There are bugs but should be already way better.
9573
9574 2005-02-23  Marco Pesenti Gritti  <marco@gnome.org>
9575
9576         * shell/ev-window.c: (ev_window_init):
9577
9578         Do not allow to shrink sidebar smaller then
9579         child requisition
9580
9581 2005-02-23  Carlos Garcia Campos <carlosgc@gnome.org> 
9582
9583         * shell/ev-sidebar.[ch]
9584         * shell/ev-window.c:
9585
9586         Improved sidebar widget. Fixes #166683
9587
9588 2005-02-23  Tommi Vainikainen  <thv@iki.fi>
9589
9590         * shell/ev-view.c (update_find_status_message): Give translators
9591         more flexibility with ngettext plural handling.
9592
9593 Mon Feb 21 17:52:08 2005  Jonathan Blandford  <jrb@redhat.com>
9594
9595         * pdf/xpdf/pdf-document.cc (pdf_document_get_page_size): Patch
9596         from Crispin Flowerday <gnome@flowerday.cx> to avoid rendering the
9597         page when we get the page size.
9598
9599 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
9600
9601         * ps/ps-document.c: (ps_document_set_page), (ps_document_get_page):
9602
9603         ps pages are 0 based, convert 
9604
9605 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
9606
9607         * ps/ps-document.c: (ps_document_class_init), (ps_document_load):
9608
9609         Initialize correct parent class. Set GError on document load
9610
9611 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
9612
9613         * pdf/xpdf/pdf-document.cc:
9614
9615         Fixup selection offset calculation
9616
9617         * shell/ev-view.c: (view_rect_to_doc_rect),
9618         (doc_rect_to_view_rect), (ev_view_size_allocate),
9619         (expose_bin_window), (ev_view_select_all), (ev_view_copy),
9620         (ev_view_primary_get_cb), (ev_view_motion_notify_event):
9621
9622         Store selection as document relative, so that zooming
9623         and offset changing doesnt break it.
9624
9625 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
9626
9627         * shell/ev-view.c: (ev_view_best_fit):
9628
9629         Do not try to best fit if the view is not realized
9630
9631 2005-02-20  Kostas Papadimas <pkst@gnome.org>
9632           
9633         * configure.ac (ALL_LINGUAS): Added "el" (Greek).
9634
9635 Fri Feb 18 16:06:39 2005  Jonathan Blandford  <jrb@redhat.com>
9636
9637         * shell/ev-window.c (ev_window_focus_in_event): missed a case.
9638
9639 Fri Feb 18 15:32:57 2005  Jonathan Blandford  <jrb@redhat.com>
9640
9641         * shell/ev-window.c: Change the fullscreen toolbar to always be in
9642         the popup window.  That prevents it resizing when in full screen
9643         mode.
9644
9645         * shell/ev-view.c: Change Zoom epsilon as a bad hack to avoid
9646         multiple rerenders.  This pretty much sucks.
9647
9648         * data/evince-ui.xml: Change the fullscreen toolbar to include the
9649         rest of the toolbar.
9650
9651 2005-02-18  Tommi Vainikainen  <thv@iki.fi>
9652
9653         * configure.ac (ALL_LINGUAS): Added "fi" (Finnish).
9654
9655 2005-02-17  Alexander Shopov  <ash@contact.bg>
9656
9657         * configure.in (ALL_LINGUAS): Added "bg" (Bulgarian)
9658
9659 2005-02-16  Bryan Clark  <clarkbw@cvs.gnome.org>
9660
9661         * shell/ev-window.c: added ellipsis to Print item. Fixes bug 166915
9662
9663 2005-02-16  Marco Pesenti Gritti  <marco@gnome.org>
9664
9665         * shell/ev-view.c: (ev_view_realize), (highlight_find_results),
9666         (ev_view_create_invisible_cursor), (ev_view_set_cursor),
9667         (set_document_page), (document_changed_callback),
9668         (ev_view_set_document), (ev_view_find_previous),
9669         (ev_view_hide_cursor), (ev_view_show_cursor):
9670         * shell/ev-view.h:
9671         * shell/ev-window.c: (update_chrome_visibility),
9672         (fullscreen_timeout_cb), (fullscreen_set_timeout),
9673         (fullscreen_clear_timeout), (fullscreen_motion_notify_cb),
9674         (fullscreen_leave_notify_cb), (ev_window_fullscreen),
9675         (ev_window_unfullscreen):
9676         * shell/main.c: (main):
9677
9678         Automatically hide the fullscreen button.
9679         Patch by Kristian Høgsberg <krh@redhat.com>
9680
9681 2005-02-16  Vincent Noel  <vnoel@cox.net>
9682
9683         * shell/main.c (main): Specify an icon for the window. Patch by
9684         Jaap A. Haitsma. Fixes #166177.
9685
9686 Wed Feb 16 06:30:13 2005  Jonathan Blandford  <jrb@redhat.com>
9687
9688         * shell/ev-view.c (ev_view_realize): get rid of the black flash.
9689
9690 Tue Feb 15 22:27:13 2005  Jonathan Blandford  <jrb@redhat.com>
9691
9692         * backend/ev-document-misc.h:
9693         * backend/ev-document-misc.c:
9694         (ev_document_misc_get_page_border_size),
9695         (ev_document_misc_paint_one_page): New function to canonicalize
9696         sizing/painting a border.
9697
9698         * shell/Makefile.am: Remove ev-page-view.c entirely as it's not
9699         used.
9700
9701         * pdf/xpdf/pdf-document.cc: use new function
9702
9703         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
9704         (ev_view_init), (ev_view_set_mode), (ev_view_zoom),
9705         (ev_view_best_fit), (ev_view_fit_width): * shell/ev-view.h: *
9706         shell/ev-window.c: (update_sizing_buttons),
9707         (ev_window_setup_document), (ev_window_cmd_view_zoom_in),
9708         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_best_fit),
9709         (ev_window_cmd_view_page_width), (size_allocate_cb),
9710         (ev_window_set_sizing_mode), (ev_window_init): make the "best fit"
9711         and "fit width" values act as toggle buttons so they stay
9712         toggled.  It's not 100% perfect, and it's a little slow, but it's
9713         good enough to commit I think.
9714
9715 2005-02-15  David Lodge  <dave@cirt.net>
9716
9717         * configure.ac (ALL_LINGUAS): Added "en_GB" (English (British)).
9718
9719 2005-02-15  Martin Kretzschmar  <martink@gnome.org>
9720
9721         * shell/ev-window.c (update_window_title): replace newlines in
9722         the title by spaces. Bug #166107.
9723
9724 2005-02-14  Martin Kretzschmar  <martink@gnome.org>
9725
9726         * shell/ev-view.c (ev_view_best_fit, ev_view_fit_width): add
9727         parameters providing allocation width and height without
9728         scrollbars and width of a possible vertical scrollbar. With this
9729         additional information the functions can work as
9730         intended. Unfortunately they're not idempotent. We should
9731         transform these commands to toggles. Fixes Bug #164976
9732         Initial patch by Stephane Loeuillet, then heavily modified.
9733
9734         * shell/ev-view.h: update prototypes.
9735
9736         * shell/ev-window.c (ev_window_cmd_view_best_fit)
9737         (ev_window_cmd_view_page_width): provide EvView fit functions with
9738         all the information they need. Formulas to calculate this
9739         information taken from GtkScrolledWindow.
9740
9741 2005-02-14  Crispin Flowerday  <gnome@flowerday.cx>
9742
9743         * shell/ev-sidebar-thumbnails.c: Ensure that after we have
9744         created a thumbnail, the list store is updated to know
9745         that the thumbnail is set. Fixes bug #166792
9746
9747 2005-02-11  Bryan Clark  <clarkbw@cvs.gnome.org>
9748
9749         * shell/ev-window.c: fixed typo, closes bug 166897
9750
9751         * TODO: updated TODO with bug numbers that are relevant
9752
9753 2005-02-09  Carlos Garcia Campos <carlosgc@gnome.org>
9754
9755         * shell/ev-window.c: Support for DnD of files. Fixes #164813
9756
9757 2005-02-09  Vincent Noel  <vnoel@cox.net>
9758
9759         * shell/ev-window.c: (set_action_properties): Set the "Previous"
9760         and "Next" toolbar buttons as important to make them stand out.
9761
9762 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
9763
9764         * lib/ev-debug.c:
9765         * lib/ev-debug.h:
9766         * ps/ps-document.c: (ps_document_finalize), (set_up_page),
9767         (start_interpreter), (stop_interpreter), (document_load),
9768         (ps_document_next_page), (ps_document_goto_page),
9769         (ps_document_set_page_size), (ps_document_widget_event),
9770         (ps_document_render):
9771         * shell/ev-page-view.c: (ev_page_view_dispose):
9772         * shell/ev-view.c: (ev_view_finalize), (expose_bin_window):
9773
9774         Fix compilation on non-gcc platforms
9775
9776 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
9777
9778         * NEWS:
9779         * configure.ac:
9780
9781         Release 0.1.4
9782
9783         * pdf/xpdf/Catalog.cc:
9784         * pdf/xpdf/XRef.cc:
9785
9786         Fix the fix for CAN-2004-0888
9787
9788 2005-02-09  Luca Ferretti <elle.uca@libero.it>
9789
9790         * data/Makefile.am:
9791         * data/evince-ui.xml:
9792         * shell/ev-stock-icons.c: (ev_stock_icons_init):
9793         * shell/ev-stock-icons.h:
9794         * shell/ev-window.c: (update_action_sensitivity),
9795         (ev_window_cmd_go_previous_page), (ev_window_cmd_go_next_page),
9796         (set_action_properties):
9797
9798         Improve toolbar layout/icons
9799
9800 2005-02-08  Marco Pesenti Gritti  <marco@gnome.org>
9801
9802         * pdf/xpdf/pdf-document.cc:
9803
9804         Add warnings about unimplemented/unknown link
9805         types.
9806
9807 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
9808
9809         * ps/ps-document.c: (set_up_page):
9810
9811         Log gs property
9812
9813 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
9814
9815         * ps/ps-document.c: (start_interpreter):
9816
9817         Log gs env var
9818
9819 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
9820
9821         * shell/ev-page-view.c: (ev_page_view_dispose):
9822         * shell/ev-view.c: (ev_view_finalize):
9823         * shell/ev-window.c: (ev_window_setup_document),
9824         (ev_window_dispose), (ev_window_init):
9825
9826         Solve more refs issues.
9827
9828         I commented out the page_view initialization for now:
9829         it was never destroyed (because it's never added
9830         to a container). Because of that we was leaking
9831         gs processes. Couldnt think to a clean fix.
9832         We need to figure this out, password view has the
9833         same issue probably.
9834
9835 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
9836
9837         * ps/ps-document.c: (ps_document_finalize),
9838         (ps_document_get_n_pages), (ps_document_get_page):
9839
9840         Some cleanups, stop the interpreter on finalize
9841
9842         * shell/ev-page-view.c: (ev_page_view_dispose),
9843         (ev_page_view_class_init):
9844
9845         Release our reference on the document
9846
9847 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
9848
9849         * Makefile.am:
9850         * configure.ac:
9851         * doc/debugging.txt:
9852         * lib/.cvsignore:
9853         * lib/Makefile.am:
9854         * lib/ev-debug.c: (log_module), (trap_handler), (ev_debug_init),
9855         (ev_profiler_new), (ev_should_profile), (ev_profiler_dump),
9856         (ev_profiler_free), (ev_profiler_start), (ev_profiler_stop):
9857         * lib/ev-debug.h:
9858
9859         Add debugging helpers
9860
9861         * ps/Makefile.am:
9862         * ps/ps-document.c: (set_up_page), (start_interpreter),
9863         (stop_interpreter), (document_load), (ps_document_next_page),
9864         (ps_document_goto_page), (ps_document_set_page_size),
9865         (ps_document_widget_event), (ps_document_render):
9866         * shell/Makefile.am:
9867         * shell/ev-view.c: (expose_bin_window):
9868         * shell/main.c: (main):
9869
9870         Add some logs
9871         
9872 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
9873
9874         * ps/ps-document.c: (ps_document_widget_event):
9875
9876         Initialize message_window, this should make ps
9877         rendering really work! (Never noticed because I was
9878         testing with a ps that is causing gs to exit every time!)
9879
9880 2005-02-07  Bryan Clark  <clarkbw@cvs.gnome.org>
9881
9882         * data/evince.schemas.in: updated simple error in applyto closing tag
9883
9884 2005-02-07  Christian Persch  <chpe@cvs.gnome.org>
9885
9886         * Makefile.am:
9887         * configure.ac:
9888         * data/.cvsignore:
9889         * data/Makefile.am:
9890         * data/evince-ui.xml:
9891         A data/evince.schemas.in:
9892         * po/POTFILES.in:
9893         * shell/ev-stock-icons.c: (ev_stock_icons_init):
9894         * shell/ev-stock-icons.h:
9895         * shell/ev-window.c: (update_chrome_visibility),
9896         (update_chrome_flag), (ev_window_cmd_edit_find),
9897         (ev_window_update_fullscreen_popup), (ev_window_fullscreen),
9898         (ev_window_unfullscreen), (ev_window_focus_in_event),
9899         (ev_window_focus_out_event), (ev_window_cmd_leave_fullscreen),
9900         (ev_window_view_toolbar_cb), (ev_window_view_statusbar_cb),
9901         (ev_window_view_sidebar_cb), (find_bar_close_cb),
9902         (ev_window_dispose), (ev_window_class_init),
9903         (set_action_properties), (set_chrome_actions), (load_chrome),
9904         (ev_window_init):
9905
9906         Implement fullscreen mode changes from bug #164776.
9907         Also implement persistent chrome toggles.
9908
9909 2005-02-07  Jordi Mallach  <jordi@sindominio.net>
9910
9911         * configure.ac (ALL_LINGUAS): Added "ca" (Catalan).
9912
9913 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
9914
9915         * NEWS:
9916         * configure.ac:
9917         * shell/ev-view.c:
9918
9919         Add another check for find interface
9920
9921         Release 0.1.3
9922
9923 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
9924
9925         * shell/ev-application.c: (ev_application_open):
9926         * shell/ev-window.c: (ev_window_open):
9927
9928         Open gzipped ps documents
9929
9930 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
9931
9932         * TODO:
9933         * shell/ev-view.c: (set_document_page):
9934
9935         Clamp page number, dont try to move to
9936         not existant pages.
9937
9938 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
9939
9940         * backend/ev-document-find.c: (ev_document_find_changed):
9941         * backend/ev-document-find.h:
9942         * pdf/xpdf/pdf-document.cc:
9943         * shell/ev-view.c: (jump_to_find_result), (ev_view_set_document):
9944         * shell/ev-window.c: (find_bar_search_changed_cb):
9945
9946         Fix several bugs with find
9947
9948 2005-02-04  Martin Kretzschmar  <martink@gnome.org>
9949
9950         * shell/ev-sidebar-thumbnails.c
9951         (ev_sidebar_thumbnails_select_page): do nothing unless we have a
9952         document. Prevents warning from scroll_to_cell.
9953
9954 2005-02-02  Kjartan Maraas  <kmaraas@gnome.org>
9955
9956         * configure.ac: Add «nb» to ALL_LINGUAS too.
9957
9958 Wed Feb  2 21:13:11 2005  Jonathan Blandford  <jrb@redhat.com>
9959
9960         * NOTES: New file with some random thoughts.
9961
9962         * TODO: Update.
9963
9964         * backend/ev-document-misc.c:
9965         (ev_document_misc_get_page_border_size): New function to
9966         canonicalize shadow drawing sizes.  Possibly goofy.
9967
9968         * shell/ev-view.c: (ev_view_size_request), (set_document_page),
9969         (ev_view_best_fit), (ev_view_fit_width):
9970         * pdf/xpdf/pdf-document.cc:
9971         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
9972         * ps/ps-document.c: (ps_document_get_page_size):
9973         * backend/ev-document-misc.h:
9974         * backend/ev-document.c: (ev_document_get_page_size):
9975         * backend/ev-document.h: get_page_size now takes a page number
9976         parameter.  Made all the backends/frontends honor it.
9977
9978         * data/evince-ui.xml: Added a multiple-page mode.  Uncomment to
9979         see.  Doesn't work yet.
9980
9981         * shell/Makefile.am:
9982         * shell/ev-page-view.[ch]: New multi-page view.  Really rough.
9983         Doesn't do anything yet.
9984
9985         * shell/ev-sidebar-thumbnails.c:
9986         (ev_sidebar_thumbnails_set_document): [1..n_pages] instead of
9987         [0..n_pages-1]
9988
9989         * shell/ev-window.c: (update_action_sensitivity),
9990         (ev_window_setup_document), (ev_window_set_page_mode),
9991         (ev_window_page_mode_cb), (ev_window_init): Clean up the
9992         view-swapping code a bit so we can have multiple views on a
9993         document.  Add the multi-page view, though it can't be turned on
9994         yet.
9995
9996 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
9997
9998         * shell/ev-application.c: (ev_application_open):
9999         * shell/ev-view.c: (expose_bin_window):
10000         * shell/ev-window.c: (ev_window_open):
10001
10002         Support eps and check document supports find
10003         before drawing highlightings in expose.
10004
10005 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
10006
10007         * pixbuf/pixbuf-document.c:
10008         (pixbuf_document_thumbnails_get_dimensions),
10009         (pixbuf_document_document_thumbnails_iface_init):
10010
10011         implement get_dimensions
10012
10013 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
10014
10015         * NEWS:
10016         * configure.ac:
10017
10018         Release 0.1.2
10019
10020 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
10021
10022         * shell/ev-view.c: (set_document_page):
10023
10024         Scroll at the top of the page when changing page
10025
10026 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
10027
10028         * shell/ev-view.c: (ev_view_motion_notify_event):
10029
10030         Do not redraw unnecessarily
10031
10032 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
10033
10034         * pdf/xpdf/pdf-document.cc:
10035         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
10036         (expose_bin_window), (find_changed_cb):
10037
10038         Yay! find works now... Now to find bugs...
10039
10040 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
10041
10042         * backend/ev-document-find.c: (ev_document_find_base_init),
10043         (ev_document_find_changed):
10044         * backend/ev-document-find.h:
10045         * pdf/xpdf/pdf-document.cc:
10046         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
10047         (expose_bin_window), (ev_view_init), (set_document_page),
10048         (ensure_rectangle_is_visible), (jump_to_find_result),
10049         (jump_to_find_page), (find_changed_cb), (ev_view_set_document),
10050         (ev_view_find_next), (ev_view_find_previous):
10051         * shell/ev-view.h:
10052         * shell/ev-window.c: (find_bar_previous_cb), (find_bar_next_cb):
10053
10054         More work on find implementation, mostly there now
10055
10056 2005-01-29  Marco Pesenti Gritti  <marco@gnome.org>
10057
10058         * backend/ev-backend-marshalers.list:
10059         * backend/ev-document-find.c: (ev_document_find_base_init),
10060         (ev_document_find_cancel), (ev_document_find_page_has_results),
10061         (ev_document_find_get_n_results), (ev_document_find_get_result),
10062         (ev_document_find_get_progress), (ev_document_find_changed):
10063         * backend/ev-document-find.h:
10064
10065         Enanche the find interface to be really able to do
10066         multi page find.
10067
10068         * pdf/xpdf/pdf-document.cc:
10069
10070         Implement
10071
10072         * shell/ev-view.c: (ev_view_finalize), (highlight_find_results),
10073         (expose_bin_window), (ev_view_init),
10074         (ev_view_get_find_status_message), (find_changed_cb),
10075         (ev_view_set_document), (set_document_page):
10076
10077         Adapt to the new interface. A few things are regressed sorry,
10078         I will finish it soon.
10079
10080 2005-01-28  Martin Kretzschmar  <martink@gnome.org>
10081
10082         * shell/ev-sidebar-thumbnails.c (ev_sidebar_thumbnails_destroy)
10083         (ev_sidebar_thumbnails_class_init): use G_DEFINE_TYPE-supplied
10084         ev_sidebar_thumbnails_parent_class variable, don't define another
10085         parent_class variable.
10086
10087         * shell/ev-page-action.c (connect_proxy, ev_page_action_finalize)
10088         (ev_page_action_class_init): ditto.
10089
10090         * pixbuf/pixbuf-document.c (pixbuf_document_finalize)
10091         (pixbuf_document_class_init): ditto.
10092
10093         * backend/ev-link.c (ev_window_dispose, ev_link_class_init):
10094         ditto.
10095
10096         * .cvsignore: ignore various valgrind output files.
10097
10098 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
10099
10100         * data/evince-ui.xml:
10101         * shell/Makefile.am:
10102         * shell/ev-history.c:
10103         * shell/ev-history.h:
10104         * shell/ev-navigation-action.c:
10105         * shell/ev-navigation-action.h:
10106         * shell/ev-view.c: (ev_view_finalize), (ev_view_go_to_link),
10107         (ev_view_set_page), (ev_view_fit_width):
10108         * shell/ev-view.h:
10109         * shell/ev-window.c: (update_action_sensitivity),
10110         (ev_window_setup_document), (register_custom_actions):
10111
10112         Kill session history
10113
10114 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
10115
10116         * shell/ev-window.c: (update_action_sensitivity):
10117
10118         Fix inverted up/down buttons
10119
10120 2005-01-27  Martin Kretzschmar  <martink@gnome.org>
10121
10122         * shell/ev-sidebar-thumbnails.c
10123         (ev_sidebar_thumbnails_select_page): make sure the selected
10124         thumbnail stays visible.
10125
10126 2005-01-26  Martin Kretzschmar  <martink@gnome.org>
10127
10128         * shell/ev-window.c (ev_window_init): add GTK_SHADOW_IN to the
10129         scrolled window for Federico.
10130
10131 2005-01-26  Ole Laursen  <olau@hardworking.dk>
10132
10133         * configure.ac: Added "da" (Danish) to ALL_LINGUAS.
10134
10135 2005-01-26  Marco Pesenti Gritti  <marco@gnome.org>
10136
10137         * configure.ac:
10138         * pdf/splash/SplashFTFontEngine.cc:
10139
10140         Fix CID fonts with freetype 2.1.9
10141
10142 2005-01-26  Bryan Clark  <clarkbw@cvs.gnome.org>
10143
10144         * TODO: added item for desktop icon thumbnailer
10145
10146 Tue Jan 25 00:59:34 2005  Jonathan Blandford  <jrb@redhat.com>
10147
10148         * pdf/xpdf/pdf-document.cc (pdf_document_get_title): guard against
10149         unloaded docs when the title is accessed.
10150
10151         * shell/ev-password-view.[hc]: New widget for displaying password
10152         state.
10153
10154         * shell/ev-window.[ch]: Refactor password handling code to handle
10155         the new view.
10156
10157 2005-01-24  Marco Pesenti Gritti  <marco@gnome.org>
10158
10159         * NEWS:
10160         * configure.ac:
10161         * data/Makefile.am:
10162
10163         Release 0.1.1
10164
10165 2005-01-23  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
10166
10167         * pdf/xpdf/pdf-document.cc (pdf_document_search_page_changed):
10168         ignore page offset here, to make search results independent of it,
10169
10170         * shell/ev-view.c (expose_bin_window): but take offsets into
10171         account here. Bug #164932
10172
10173         * pdf/xpdf/pdf-document.cc (pdf_document_get_link): divide by
10174         scale at the right time. Bug #164996
10175
10176 2005-01-22  Martin Kretzschmar  <martink@gnome.org>
10177
10178         * pdf/xpdf/GlobalParams.cc: My 2005-01-05 change didn't actually
10179         fix the problem. Now I just removed the Adobe font names and hope
10180         that the URW fonts are always in outline format. Bug #164934
10181
10182         * shell/ev-window.c (update_window_title): empty titles are
10183         useless, use filename in that case too.
10184
10185         * NEWS: Add some content.
10186
10187 2005-01-21  Bryan Clark  <clarkbw@cvs.gnome.org>
10188
10189         * TODO: added one more TODO item and a TODONE section :)
10190
10191 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
10192
10193         * ps/ps-document.h: add page_[xy]_offset fields.
10194
10195         * ps/ps-document.c (ps_document_set_page_offset)
10196         (ps_document_render): Keep offset in consideration in a few
10197         places. Bug #164752 "postscript documents are not centered in
10198         window"
10199
10200         * data/evince.desktop.in (X-GNOME-Bugzilla-Product):
10201         s/gpdf/evince/. Spotted by Stephane Loeuillet.
10202
10203         * pixbuf/pixbuf-document.c (pixbuf_document_get_n_pages)
10204         (pixbuf_document_get_text, pixbuf_document_document_iface_init):
10205         stub out missing methods for complete EvDocument implementation.
10206         Fixes segfaults with Save A Copy and Copy actions.
10207
10208         * ps/ps-document.c (ps_document_save, ps_document_get_text) 
10209         (ps_document_document_iface_init): ditto.
10210         
10211 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
10212
10213         * data/.cvsignore:
10214         * data/Makefile.am:
10215         * data/evince.desktop.in:
10216
10217         Add desktop file
10218
10219 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
10220
10221         * shell/ev-view.c: (ev_view_button_press_event),
10222         (ev_view_motion_notify_event):
10223
10224         Make selection work in any direction
10225
10226 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
10227
10228         * TODO:
10229         * shell/ev-window.c: (set_short_labels), (ev_window_init):
10230
10231         Use shorter labels for some of the toolbars items
10232
10233 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
10234
10235         * pdf/xpdf/pdf-document.cc:
10236
10237         Check the links info is initialized before
10238         using it. Should fix a crash on startup.
10239
10240 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
10241
10242         * pixbuf/pixbuf-document.c
10243         (pixbuf_document_thumbnails_get_dimensions): force floating point
10244         division to calculate page_ratio. Fixes crash with landscape
10245         format pixbufs.
10246
10247 Thu Jan 20 18:56:35 2005  Jonathan Blandford  <jrb@redhat.com>
10248
10249         * shell/ev-view.c (ev_view_realize): make the bg color darker.
10250
10251 2005-01-20  Martin Kretzschmar  <martink@gnome.org>
10252
10253         * shell/ev-view.c (set_document_page): unset has_selection when
10254         the page changes.
10255         (set_document_page): handle paper size changes when the page
10256         changes (test with Free Culture, page 2).
10257
10258 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
10259
10260         * shell/ev-view.c: (ev_view_size_request), (ev_view_realize),
10261         (expose_bin_window), (ev_view_class_init), (ev_view_init):
10262
10263         Use normal style color for the widget background and
10264         draw a black box around the page.
10265
10266 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
10267
10268         * pdf/xpdf/pdf-document.cc:
10269
10270         Keep offset in consideration in a few places
10271
10272         * shell/ev-view.c: (expose_bin_window):
10273
10274         Set the offsets so that the document is ever centered
10275
10276 2005-01-20  Bryan Clark  <clarkbw@cvs.gnome.org>
10277
10278         * TODO: Added TODO items and finished off the first todo item
10279
10280         * AUTHORS: Updated AUTHORS section with piece from gpdf file and
10281         reflect current authors
10282
10283 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
10284
10285         * pdf/xpdf/pdf-document.cc:
10286         * shell/ev-view.c: (ev_view_set_cursor),
10287         (ev_view_motion_notify_event), (document_changed_callback),
10288         (set_document_page):
10289
10290         Show a wait cursor while the page is rendering
10291
10292 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
10293
10294         * shell/ev-sidebar-thumbnails.c:
10295         (ev_sidebar_tree_selection_changed),
10296         (ev_sidebar_thumbnails_select_page):
10297         * shell/ev-sidebar-thumbnails.h:
10298         * shell/ev-view.c: (ev_view_set_document), (ev_view_can_go_back),
10299         (ev_view_can_go_forward):
10300         * shell/ev-window.c: (ev_window_open_page),
10301         (ev_window_setup_document), (update_current_page),
10302         (view_page_changed_cb), (ev_window_init):
10303         * shell/ev-window.h:
10304
10305         Ensure thumbnails selection, toolbar page control and
10306         current page are in sync.
10307
10308 2005-01-19  Marco Pesenti Gritti  <marco@gnome.org>
10309
10310         * pdf/xpdf/XRef.cc:
10311
10312         Fix CAN-2005-0064
10313
10314 Wed Jan 19 01:10:57 2005  Jonathan Blandford  <jrb@redhat.com>
10315
10316         * backend/Makefile.am:
10317         * backend/ev-document-links.h:
10318         * backend/ev-document-security.c: (ev_document_security_get_type),
10319         (ev_document_security_has_document_security),
10320         (ev_document_security_set_password):
10321         * backend/ev-document-security.h:
10322         * backend/ev-document.c: (ev_document_error_quark):
10323         * backend/ev-document.h:
10324         * data/Makefile.am:
10325         * data/evince-password.glade:
10326         * pdf/xpdf/pdf-document.cc:
10327         * shell/Makefile.am:
10328         * shell/ev-password.c: (ev_password_set_bad_password_label),
10329         (ev_window_password_entry_changed_cb), (ev_password_dialog_new),
10330         (ev_password_dialog_get_password),
10331         (ev_password_dialog_set_bad_pass):
10332         * shell/ev-password.h:
10333         * shell/ev-window.c: (ev_window_get_attribute),
10334         (ev_window_set_property), (update_action_sensitivity),
10335         (ev_window_is_empty), (mime_type_supported_by_gdk_pixbuf),
10336         (ev_window_setup_document), (ev_window_get_password),
10337         (ev_window_open), (ev_window_cmd_save_as),
10338         (using_postscript_printer), (ev_window_print),
10339         (find_not_supported_dialog), (ev_window_cmd_edit_find),
10340         (update_fullscreen_popup), (ev_window_fullscreen),
10341         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
10342         (ev_window_focus_out_cb), (ev_window_cmd_help_about),
10343         (menu_item_select_cb), (find_bar_search_changed_cb),
10344         (ev_window_dispose), (ev_window_init):
10345
10346         Add initial support for password-supported dialogs.  This could be
10347         a lot cooler, but it'll do for now.
10348
10349 2005-01-18  Marco Pesenti Gritti  <marco@gnome.org>
10350
10351         * pdf/xpdf/pdf-document.cc:
10352         * shell/ev-view.c: (status_message_from_link),
10353         (ev_view_set_status), (ev_view_set_cursor),
10354         (ev_view_motion_notify_event), (ev_view_init):
10355         * shell/ev-window.c: (view_status_changed_cb), (ev_window_init):
10356
10357         Fix bugs in the links implementation and change cursor
10358         when hovering a link.
10359
10360 2005-01-17  Bryan Clark  <clarkbw@cvs.gnome.org>
10361
10362         * viewer/.cvsignore: added cvsignore file for viewer directory
10363
10364         * TODO: created TODO document
10365
10366 2005-01-14  Dave Malcolm  <dmalcolm@redhat.com>
10367
10368         * shell/ev-view.h:
10369         * shell/ev-view.c (ev_view_can_go_back), (ev_view_can_go_forward):      
10370         new functions to help with implementation of sensitivity code
10371         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
10372         of all actions that might require it.  Fixes a crash when you
10373         click on the Zoom actions in a window lacking a document.
10374
10375 2005-01-13  Dave Malcolm  <dmalcolm@redhat.com>
10376
10377         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
10378         of the Find action
10379
10380 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
10381
10382         * pixbuf/pixbuf-document.c: (pixbuf_document_get_link),
10383         (pixbuf_document_document_iface_init):
10384         * ps/ps-document.c: (ps_document_get_link),
10385         (ps_document_document_iface_init):
10386         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event),
10387         (status_message_from_link), (ev_view_set_status),
10388         (ev_view_set_find_status), (ev_view_motion_notify_event),
10389         (ev_view_button_release_event), (ev_view_set_property),
10390         (ev_view_get_property), (ev_view_class_init), (ev_view_init),
10391         (ev_view_get_find_status_message), (update_find_results),
10392         (ev_view_get_status), (ev_view_get_find_status):
10393         * shell/ev-view.h:
10394         * shell/ev-window.c: (view_status_changed_cb),
10395         (view_find_status_changed_cb), (ev_window_init):
10396
10397         View status message support, use it to show the links.
10398         Needs work...
10399
10400 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
10401
10402         * backend/ev-document.c: (ev_document_get_link):
10403         * backend/ev-document.h:
10404         * pdf/xpdf/pdf-document.cc:
10405         * shell/ev-application.c: (ev_application_open):
10406         * shell/ev-application.h:
10407         * shell/ev-sidebar-links.c: (selection_changed_cb):
10408         * shell/ev-view.c: (ev_view_button_release_event), (go_to_link),
10409         (ev_view_go_to_link):
10410
10411         Add support for document links
10412
10413 2005-01-13  Anders Carlsson  <andersca@gnome.org>
10414
10415         * shell/ev-page-action.c: (update_spin), (total_pages_changed_cb),
10416         (create_tool_item):
10417         Set the spin button limits correctly.
10418         
10419         * shell/ev-sidebar-thumbnails.c:
10420         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init):
10421         Support changing pages by clicking on the thumbnails.
10422         
10423 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
10424
10425         * pixbuf/pixbuf-document.c:
10426         (pixbuf_document_thumbnails_get_dimensions),
10427         (pixbuf_document_document_thumbnails_iface_init):
10428
10429         implement get_dimensions
10430
10431 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
10432
10433         * ps/ps-document.c: (ps_document_goto_page):
10434
10435         Fix page switching on multipage documents
10436
10437 2005-01-12  Jeff Muizelaar  <jrmuizel@nit.ca>
10438
10439         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
10440         
10441         check for NULL before assigning to width and height parameters
10442
10443 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
10444
10445         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
10446         (pixbuf_document_set_property), (pixbuf_document_get_property):
10447
10448         implement get/set properties
10449
10450 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
10451
10452         * pdf/xpdf/pdf-document.cc: (pdf_info_dict_get_string):
10453         
10454         return NULL instead of "Unknown", letting the title get set to
10455         the filename when the pdf has no title.
10456
10457 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
10458
10459         * ps/ps-document.c: (ps_document_get_page_count),
10460         (ps_document_goto_page):
10461
10462 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
10463
10464         * shell/ev-history.c: (ev_history_get_property),
10465         (ev_history_set_property), (ev_history_class_init),
10466         (ev_history_add_page), (ev_history_set_current_index):
10467         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
10468         (activate_menu_item_cb), (new_history_menu_item), (build_menu),
10469         (ev_navigation_action_finalize):
10470         * shell/ev-navigation-action.h:
10471         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
10472         (ev_view_go_forward), (ev_view_get_find_status_message),
10473         (history_index_changed_cb), (ev_view_set_history):
10474         * shell/ev-view.h:
10475         * shell/ev-window.c: (update_total_pages), (ev_window_open),
10476         (update_current_page), (register_custom_actions):
10477
10478         Implement history dropdowns
10479
10480 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
10481
10482         * shell/ev-history.c: (ev_history_init), (ev_history_add_link):
10483         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
10484         (ev_view_go_forward):
10485         * shell/ev-window.c: (register_custom_actions):
10486
10487         Fix several history bugs
10488
10489 2005-01-11  Kjartan Maraas  <kmaraas@gnome.org>
10490
10491         * configure.ac: Add «nb» to ALL_LINGUAS.
10492
10493 2005-01-10  Marco Pesenti Gritti  <marco@gnome.org>
10494
10495         * backend/Makefile.am:
10496         * backend/ev-bookmark.c:
10497         * backend/ev-bookmark.h:
10498         * backend/ev-document-bookmarks.c:
10499         * backend/ev-document-bookmarks.h:
10500         * backend/ev-document-links.c: (ev_document_links_get_type),
10501         (ev_document_links_has_document_links),
10502         (ev_document_links_begin_read), (ev_document_links_get_link),
10503         (ev_document_links_get_child), (ev_document_links_next),
10504         (ev_document_links_free_iter):
10505         * backend/ev-document-links.h:
10506         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_title),
10507         (ev_link_set_title), (ev_link_get_uri), (ev_link_set_uri),
10508         (ev_link_get_link_type), (ev_link_set_link_type),
10509         (ev_link_get_page), (ev_link_set_page), (ev_link_get_property),
10510         (ev_link_set_property), (ev_window_dispose), (ev_link_init),
10511         (ev_link_class_init), (ev_link_new_title), (ev_link_new_page),
10512         (ev_link_new_external):
10513         * backend/ev-link.h:
10514         * pdf/xpdf/pdf-document.cc:
10515         * shell/Makefile.am:
10516         * shell/ev-application.c: (ev_application_open_link):
10517         * shell/ev-application.h:
10518         * shell/ev-history.c: (ev_history_add_link), (ev_history_add_page),
10519         (ev_history_get_link_nth):
10520         * shell/ev-history.h:
10521         * shell/ev-sidebar-bookmarks.c:
10522         * shell/ev-sidebar-bookmarks.h:
10523         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
10524         (ev_sidebar_links_class_init), (selection_changed_cb),
10525         (ev_sidebar_links_construct), (ev_sidebar_links_init),
10526         (links_page_num_func), (ev_sidebar_links_new), (stack_data_free),
10527         (do_one_iteration), (populate_links_idle),
10528         (ev_sidebar_links_clear_document), (ev_sidebar_links_set_document):
10529         * shell/ev-sidebar-links.h:
10530         * shell/ev-sidebar.c: (ev_sidebar_set_document):
10531         * shell/ev-view.c: (go_to_link), (ev_view_go_to_link),
10532         (go_to_index):
10533         * shell/ev-view.h:
10534         * shell/ev-window.c: (ev_window_open_link), (ev_window_init):
10535         * shell/ev-window.h:
10536
10537         Rename bookmark to link, and use "Index" for the sidebar panel.
10538
10539 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
10540
10541         * shell/Makefile.am:
10542         * shell/ev-application.c: (ev_application_open_bookmark):
10543         * shell/ev-application.h:
10544         * shell/ev-history.c: (ev_history_init), (free_links_list),
10545         (ev_history_finalize), (ev_history_class_init),
10546         (ev_history_add_link), (ev_history_add_page),
10547         (ev_history_get_link_nth), (ev_history_get_n_links),
10548         (ev_history_get_current_index), (ev_history_set_current_index),
10549         (ev_history_new):
10550         * shell/ev-history.h:
10551         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
10552         * shell/ev-view.c: (ev_view_finalize), (ev_view_set_document),
10553         (set_document_page), (go_to_bookmark), (ev_view_go_to_bookmark),
10554         (go_to_index), (ev_view_go_back), (ev_view_go_forward),
10555         (ev_view_set_page):
10556         * shell/ev-view.h:
10557         * shell/ev-window.c: (ev_window_open_bookmark),
10558         (ev_window_cmd_go_back), (ev_window_cmd_go_forward),
10559         (goto_page_cb), (register_custom_actions):
10560         * shell/ev-window.h:
10561
10562         Initial history implementation. Needs work.
10563
10564 2005-01-09  Martin Kretzschmar  <martink@gnome.org>
10565
10566         * pdf/xpdf/GDKSplashOutputDev.cc (redraw): fix pixbuf data offset.
10567
10568 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
10569
10570         * cut-n-paste/recent-files/egg-recent-item.c:
10571         * cut-n-paste/recent-files/egg-recent-item.h:
10572         * cut-n-paste/recent-files/egg-recent-model.c:
10573         * cut-n-paste/recent-files/egg-recent-util.c:
10574         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
10575         * cut-n-paste/recent-files/egg-recent-view.c:
10576
10577         Update
10578
10579 2005-01-08  Martin Kretzschmar  <martink@gnome.org>
10580
10581         * pdf/splash/Splash.cc (clear, drawPixel, drawSpan, xorSpan, getPixel)
10582         (fillGlyph, fillImageMask, drawImage):
10583         pdf/splash/SplashBitmap.cc (SplashBitmap, ~SplashBitmap, writePNMFile):
10584         pdf/splash/SplashTypes.h:
10585         pdf/xpdf/SplashOutputDev (startPage, getColor, imageSrc): implement RGB8
10586         packed mode for Splash.
10587
10588         * pdf/xpdf/GDKSplashOutputDev.cc (GDKSplashOutputDev, redraw): use
10589         RGB8 packed mode, eliminates the pixbuf data creation loop.
10590
10591         * shell/ev-print-job.c (ev_print_job_finalize)
10592         (ev_print_job_set_property, ev_print_job_get_property)
10593         (ev_print_job_set_gnome_print_job, ev_print_job_set_document)
10594         (ev_print_job_use_print_dialog_settings, idle_print_handler)
10595         (print_closure_finalize, ev_print_job_print): implement
10596         printing (for backends with EvPsExporter)
10597
10598         * shell/ev_print_job.h: update prototypes.
10599
10600         * shell/ev-window.c (ev_window_print): unref print job after
10601         printing.
10602
10603         * shell/ev-view.c (ev_view_set_document): don't connect to "found"
10604         unless the document implements the EvDocumentFind interface.
10605
10606 2005-01-08  Satoru SATOH <ss@gnome.gr.jp>
10607
10608         * configure.ac: Added ja to ALL_LINGUAS.
10609
10610 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
10611
10612         * pdf/xpdf/pdf-document.cc:
10613
10614         add a FIXME. We should probably not allocate
10615         a bookmark object every time
10616
10617 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
10618
10619         * shell/ev-application.c: (ev_application_open),
10620         (ev_application_open_bookmark):
10621         * shell/ev-application.h:
10622         
10623         Add a way to open bookmarks
10624
10625         * backend/ev-bookmark.c: (ev_bookmark_get_uri),
10626         (ev_bookmark_set_uri), (ev_bookmark_get_property),
10627         (ev_bookmark_set_property), (ev_bookmark_class_init),
10628         (ev_bookmark_new_title), (ev_bookmark_new_link),
10629         (ev_bookmark_new_external):
10630
10631         Support for external uris, better constructors.
10632
10633         * backend/ev-bookmark.h:
10634         * pdf/xpdf/pdf-document.cc:
10635         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
10636
10637         Handle external uris
10638
10639 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
10640
10641         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb),
10642         (ev_sidebar_bookmarks_construct), (do_one_iteration):
10643
10644         Hook up bookmarks navigation
10645
10646 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
10647
10648         * backend/Makefile.am:
10649         * backend/ev-bookmark.c: (ev_bookmark_type_get_type),
10650         (ev_bookmark_get_title), (ev_bookmark_set_title),
10651         (ev_bookmark_get_bookmark_type), (ev_bookmark_set_bookmark_type),
10652         (ev_bookmark_get_page), (ev_bookmark_set_page),
10653         (ev_bookmark_get_property), (ev_bookmark_set_property),
10654         (ev_window_dispose), (ev_bookmark_init), (ev_bookmark_class_init),
10655         (ev_bookmark_new):
10656         * backend/ev-bookmark.h:
10657         * backend/ev-document-bookmarks.c:
10658         (ev_document_bookmarks_get_bookmark):
10659         * backend/ev-document-bookmarks.h:
10660         * pdf/xpdf/pdf-document.cc:
10661         * shell/ev-sidebar-bookmarks.c: (do_one_iteration):
10662
10663         Add a bookmark object to the backend and use it instead of get_values
10664
10665 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
10666
10667         * data/evince-ui.xml:
10668
10669         Cleanup and add select all.
10670
10671         * shell/ev-view.c: (ev_view_select_all),
10672         (ev_view_button_press_event):
10673         * shell/ev-view.h:
10674         * shell/ev-window.c: (ev_window_cmd_edit_select_all):
10675
10676         Add select all.
10677         Clear selection on click.
10678
10679 Fri Jan  7 01:28:58 2005  Jonathan Blandford  <jrb@redhat.com>
10680
10681         * shell/ev-sidebar-thumbnails.c
10682         (ev_sidebar_thumbnails_set_document): forgot to unref the
10683         loading_icon.
10684
10685 Fri Jan  7 01:22:48 2005  Jonathan Blandford  <jrb@redhat.com>
10686
10687         * shell/ev-sidebar-thumbnails.c: fill in the thumbnails starting
10688         at the visible page, not just linearly.  This makes it look fast.
10689
10690 Thu Jan  6 18:48:11 2005  Jonathan Blandford  <jrb@redhat.com>
10691
10692         * backend/ev-document-misc.c
10693         (ev_document_misc_get_thumbnail_frame): fill in the thumbnail with
10694         white.
10695         * backend/ev-document-thumbnails.h: New interface to get the size
10696         of a page.
10697
10698 2005-01-06  Jeremy Katz  <katzj@redhat.com>
10699
10700         * shell/Makefile.am (evince_SOURCES): Add ev-utils.[ch] so that
10701         make dist works
10702
10703 Wed Jan  5 15:38:28 2005  Jonathan Blandford  <jrb@redhat.com>
10704
10705         * pdf/xpdf/pdf-document.cc (bitmap_to_pixbuf): bypass
10706         GDKSplashOutputDev and just use a normal SplashOutputDev.  Speeds
10707         things up a bit.
10708
10709         * shell/ev-sidebar-thumbnail.c: start of some profiling code.
10710
10711 2005-01-05  Martin Kretzschmar  <martink@gnome.org>
10712
10713         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): match only outline
10714         fonts. Should fix font problems on systems that have the base
10715         fonts in bitmap format. Reported by James Henstridge
10716         <james@jamesh.id.au>.
10717
10718 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
10719
10720         * pdf/xpdf/Gfx.cc:
10721         * pdf/xpdf/GfxState.cc:
10722
10723         Fix for CAN-2004-1125
10724
10725 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
10726
10727         * shell/ev-view.c: (ev_view_copy):
10728         * shell/ev-view.h:
10729         * shell/ev-window.c: (ev_window_cmd_edit_copy):
10730
10731         Implement Edit->Copy
10732
10733 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
10734
10735         * backend/ev-document.c: (ev_document_get_text):
10736         * backend/ev-document.h:
10737         * pdf/xpdf/pdf-document.cc:
10738         * shell/ev-view.c: (ev_view_realize), (expose_bin_window),
10739         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
10740         (ev_view_update_primary_selection), (ev_view_button_press_event),
10741         (ev_view_motion_notify_event), (ev_view_button_release_event):
10742
10743         Beginnings of clipboard support. Incomplete but primary sort
10744         of work.
10745
10746 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
10747
10748         * shell/ev-view.c: (ev_gdk_color_to_rgb), (draw_rubberband),
10749         (expose_bin_window):
10750
10751         Nicer rubberband drawing, from GtkIconView.
10752
10753 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
10754
10755         * backend/ev-document.c: (ev_document_save):
10756         * backend/ev-document.h:
10757         * data/evince-ui.xml:
10758         * pdf/xpdf/pdf-document.cc:
10759         * shell/ev-window.c: (save_error_dialog), (ev_window_cmd_save_as):
10760
10761         Implement "Save a copy..." menu item
10762
10763 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
10764
10765         * shell/ev-view.c: (ev_view_zoom):
10766
10767         Queue a resize when zoom changes
10768
10769 Wed Jan  5 02:33:06 2005  Jonathan Blandford  <jrb@redhat.com>
10770
10771         * backend/ev-document-misc.[ch]: New misc file to do simple drop
10772         shadows.
10773
10774         * pdf/xpdf/pdf-document.cc: use the drop shadows in both types of
10775         thumbnails..
10776
10777 Tue Jan  4 22:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
10778
10779         * pdf/xpdf/pdf-document.cc
10780         (pdf_document_thumbnails_get_page_pixbuf): poor man's dropshadow.
10781
10782 Tue Jan  4 21:25:05 2005  Jonathan Blandford  <jrb@redhat.com>
10783
10784         * pdf/xpdf/pdf-document.cc: Do real thumbnailing of PDF files.
10785         It's slow, but I'll speed it up next!
10786
10787 2005-01-04  Jeff Muizelaar  <jrmuizel@nit.ca>
10788
10789         * shell/main.c (load_files):
10790
10791         use gnome_vfs_make_uri_from_shell_arg so that relative paths work
10792         from the command line and because it seems more appropriate.
10793
10794 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
10795
10796         * data/evince-ui.xml:
10797         * shell/ev-window.c: (update_action_sensitivity),
10798         (ev_window_cmd_go_page_up), (ev_window_cmd_go_page_down):
10799
10800         s/next page/page down
10801         s/previous page/page up
10802
10803 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
10804
10805         * data/evince-ui.xml:
10806
10807         Change the layout to match clarkbw design.
10808
10809         * shell/Makefile.am:
10810         * shell/ev-navigation-action.c: (build_menu), (menu_activated_cb),
10811         (set_tooltip_cb), (connect_proxy), (ev_navigation_action_init),
10812         (ev_navigation_action_finalize),
10813         (ev_navigation_action_set_property),
10814         (ev_navigation_action_get_property),
10815         (ev_navigation_action_class_init):
10816         * shell/ev-navigation-action.h:
10817
10818         Implement clarkbw toolbar navigation controls (incomplete)
10819
10820         * shell/ev-page-action.c: (update_label), (update_spin),
10821         (value_changed_cb), (create_tool_item), (connect_proxy),
10822         (ev_page_action_init), (ev_page_action_finalize),
10823         (ev_page_action_set_property), (ev_page_action_get_property),
10824         (ev_page_action_set_current_page),
10825         (ev_page_action_set_total_pages), (ev_page_action_class_init):
10826         * shell/ev-page-action.h:
10827
10828         Implement a page switcher in the toolbar
10829
10830         * shell/ev-view.c: (ev_view_scroll_view):
10831         * shell/ev-window.c: (update_total_pages), (ev_window_open),
10832         (update_current_page), (view_page_changed_cb), (goto_page_cb),
10833         (register_custom_actions), (ev_window_init):
10834
10835         Change page on PageUp/Down.
10836
10837 Tue Jan  4 03:22:56 2005  Jonathan Blandford  <jrb@redhat.com>
10838
10839         * pdf/xpdf/pdf-document.cc
10840         (pdf_document_thumbnails_get_thumbnail): initial stab at
10841         implementing thumbnail support for pdfs.  It only does documents
10842         with precached pdfs now.
10843
10844 Mon Jan  3 17:22:25 2005  Jonathan Blandford  <jrb@redhat.com>
10845
10846         * shell/ev-sidebar-thumbnails.c (do_one_iteration): move the
10847         thumbnail code into a time-based idle as well.  Also, turn off the
10848         shadow temporarily as it's really slow.
10849
10850 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
10851
10852         * backend/ev-document.c: (ev_document_class_init):
10853         * pdf/xpdf/pdf-document.cc:
10854         * shell/ev-window.c: (ev_window_open):
10855
10856         Fix document title bugs and fallback to
10857         filename when not available.
10858
10859 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
10860
10861         * backend/ev-document.c: (ev_document_get_type),
10862         (ev_document_class_init), (ev_document_load),
10863         (ev_document_get_title):
10864         * backend/ev-document.h:
10865         * pdf/xpdf/pdf-document.cc:
10866         * ps/ps-document.c: (ps_document_set_property),
10867         (ps_document_get_property), (ps_document_class_init),
10868         (document_load):
10869         * ps/ps-document.h:
10870         * ps/ps.h:
10871         * shell/ev-window.c: (update_window_title), (ev_window_open),
10872         (ev_window_init):
10873
10874         Initial support for document title. Not working yet.
10875
10876 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
10877
10878         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event):
10879
10880         Grab focus on the view when clicking it
10881
10882 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
10883
10884         * shell/ev-marshal.list:
10885         * shell/ev-view.c: (ev_view_realize), (add_scroll_binding),
10886         (ev_view_scroll_view), (ev_view_class_init), (ev_view_init):
10887
10888         Add key bindings to the view. Now if the focus would work
10889         right...
10890
10891 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
10892
10893         * Makefile.am:
10894         * backend/Makefile.am:
10895         * data/Makefile.am:
10896         * dvi/Makefile.am:
10897         * dvi/dvilib/Makefile.am:
10898         * pdf/xpdf/Makefile.am:
10899         * po/POTFILES.in:
10900         * ps/Makefile.am:
10901
10902         Fix distcheck
10903
10904 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
10905
10906         * shell/ev-view.c: (ev_view_realize):
10907
10908         Fix mouse wheel scrolling
10909
10910 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
10911
10912         * ps/Makefile.am:
10913         * ps/gstypes.h:
10914         * ps/gtkgs.c:
10915         * ps/gtkgs.h:
10916         * ps/ps-document.c: (catchPipe), (ps_document_init),
10917         (ps_document_class_init), (ps_document_cleanup),
10918         (ps_document_finalize), (send_ps), (ps_document_get_orientation),
10919         (set_up_page), (close_pipe), (is_interpreter_ready),
10920         (interpreter_failed), (output), (input), (start_interpreter),
10921         (stop_interpreter), (file_length), (file_readable),
10922         (check_filecompressed), (check_pdf), (compute_xdpi),
10923         (compute_ydpi), (compute_size), (ps_document_enable_interpreter),
10924         (ps_document_get_type), (ps_document_emit_error_msg),
10925         (document_load), (ps_document_next_page),
10926         (ps_document_get_current_page), (ps_document_get_page_count),
10927         (ps_document_goto_page), (ps_document_set_page_size),
10928         (ps_document_zoom_to_fit), (ps_document_set_zoom),
10929         (ps_document_load), (ps_document_get_n_pages),
10930         (ps_document_set_page), (ps_document_get_page),
10931         (ps_document_widget_event), (ps_document_set_target),
10932         (ps_document_set_scale), (ps_document_set_page_offset),
10933         (ps_document_get_page_size), (ps_document_render),
10934         (ps_document_document_iface_init):
10935         * ps/ps-document.h:
10936         * ps/ps.c:
10937         * shell/ev-window.c: (ev_window_open):
10938
10939         Rename GtkGS to PSDocument
10940
10941 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
10942
10943         * ps/gtkgs.c: (gtk_gs_class_init):
10944         * ps/gtkgs.h:
10945
10946         Some more leftover...
10947
10948 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
10949
10950         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_get_orientation),
10951         (output), (stop_interpreter), (gtk_gs_emit_error_msg),
10952         (gtk_gs_zoom_to_fit), (gtk_gs_set_zoom):
10953         * ps/gtkgs.h:
10954
10955         Remove unused code and make a lot of stuff private
10956
10957 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
10958
10959         * ps/gsdefaults.c: (gtk_gs_defaults_gconf_client),
10960         (gtk_gs_defaults_changed):
10961         * ps/gsdefaults.h:
10962         * ps/gtkgs.c:
10963         * ps/gtkgs.h:
10964         * ps/ps.h:
10965
10966         Cleanup headers dependencies
10967
10968 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
10969
10970         * ps/Makefile.am:
10971         * ps/ggvutils.c:
10972         * ps/ggvutils.h:
10973         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
10974         * ps/gsdefaults.h:
10975         * ps/gtkgs.c: (file_length), (file_readable),
10976         (check_filecompressed), (check_pdf), (gtk_gs_load),
10977         (gtk_gs_get_postscript):
10978
10979         Get rid of ggvutils
10980
10981 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
10982
10983         * ps/ggvutils.c:
10984         * ps/ggvutils.h:
10985         * ps/gsio.h:
10986         * ps/gtkgs.c: (gtk_gs_set_zoom):
10987
10988         Cleanups
10989
10990 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
10991
10992         * ps/gtkgs.c: (gtk_gs_set_zoom), (gtk_gs_set_zoom_mode):
10993
10994         Ensure the page is rerendered when changing zoom
10995
10996 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
10997
10998         * backend/ev-document.c: (ev_document_base_init),
10999         (ev_document_changed):
11000         * backend/ev-document.h:
11001
11002         Add a changed event that is emitted when the page content
11003         changes. This is necessary to deal with the fact that
11004         in ps backend rendering happen asycrounously.
11005         This makes the ps backend mostly work.
11006
11007         * pdf/xpdf/pdf-document.cc:
11008
11009         Emit changed event
11010
11011         * ps/gtkgs.c: (set_up_page), (gtk_gs_widget_event),
11012         (ps_document_set_target):
11013
11014         Emit changed event
11015
11016         * shell/ev-view.c: (document_changed_callback),
11017         (ev_view_set_document), (ev_view_set_page):
11018
11019         Redraw on the changed signal
11020
11021 2004-12-25  Raphael Higino  <raphaelh@cvs.gnome.org>
11022
11023         * configure.ac: Added pt_BR to ALL_LINGUAS.
11024
11025 Fri Dec 24 00:48:44 2004  Jonathan Blandford  <jrb@redhat.com>
11026
11027         * backend/ev-document-bookmarks.c:
11028         (ev_document_bookmarks_get_child): *
11029         backend/ev-document-bookmarks.h: * pdf/xpdf/Makefile.am: *
11030         pdf/xpdf/pdf-document.cc: * pdf/xpdf/pdf-document.h: *
11031         shell/Makefile.am: * shell/ev-sidebar-bookmarks.c:
11032         (ev_sidebar_bookmarks_destroy),
11033         (ev_sidebar_bookmarks_class_init),
11034         (ev_sidebar_bookmarks_construct), (stack_data_free),
11035         (do_one_iteration), (populate_bookmarks_idle),
11036         (ev_sidebar_bookmarks_clear_document),
11037         (ev_sidebar_bookmarks_set_document): *
11038         shell/ev-sidebar-bookmarks.h: * shell/ev-sidebar.c:
11039         (ev_sidebar_add_page),
11040         (ev_sidebar_set_document): * shell/ev-window.c: (ev_window_open):
11041         Initial stab at a bookmarks sidebar.  It doesn't navigate yet, but
11042         it displays both the topics and the page numbers.
11043
11044 2004-12-23  Kristian Høgsberg  <krh@redhat.com>
11045
11046         * shell/ev-window.c (ev_window_view_sidebar_cb): Hook up sidebar
11047         toggle.
11048         * shell/ev-window.c (toggle_entries): Set sidebar default value to
11049         visible.
11050
11051 2004-12-23  Adam Weinberger  <adamw@gnome.org>
11052
11053         * configure.ac: Added en_CA to ALL_LINGUAS.
11054
11055 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
11056
11057         * ChangeLog: replace bottom of this ChangeLog (merged history of
11058         ggv and gpdf; where all paths were wrong and most of the files are
11059         not even in this tree) with ChangeLog (from arch) of the shell
11060         code.
11061
11062 2004-12-23  Havoc Pennington  <hp@redhat.com>
11063
11064         * shell/ev-window.c: hook up potentially-questionable "find
11065         results status text" feature - something involving the sidebar or
11066         scrollbar or a continuous all-pages-on-giant-roll-of-paper-view
11067         might be better in the end.
11068
11069         * shell/ev-view.c (ev_view_get_find_status_message): new function, 
11070         with corresponding signal when it should be updated
11071
11072         * shell/eggfindbar.c (egg_find_bar_set_status_text): new function
11073
11074 2004-12-22  Havoc Pennington  <hp@redhat.com>
11075
11076         * pdf/xpdf/pdf-document.cc (pdf_document_find_begin): make search
11077         find stuff on other pages, sort of (only returns one result on
11078         invisible pages, to show they have results; updates full results
11079         for a page when you view it). Currently repaints the current page
11080         every time a new result is found on any page, which isn't so nice.
11081
11082 2004-12-22  Havoc Pennington  <hp@redhat.com>
11083
11084         * shell/ev-window.c (ev_window_cmd_edit_find): display an error if
11085         the document doesn't support find (better ideas?)
11086         (find_bar_search_changed_cb): handle missing document or document
11087         that doesn't support find
11088
11089         * pdf/xpdf/pdf-document.cc: port to implement the new
11090         EvDocumentFindIface
11091
11092         * backend/ev-document-find.c: create a new interface for searching
11093
11094         * backend/ev-document.h, backend/ev-document.c: delete the find stuff
11095
11096 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
11097
11098         * pdf/xpdf/Makefile.am (libpdfdocument_la_LIBADD): add
11099         libevbackend.la.
11100
11101         * shell/ev-window.c (ev_window_print): add GnomePrintJob to
11102         EvPrintJob constructor arguments.
11103
11104         * backend/ev-ps-exporter.c, backend/ev-ps-exporter.h: interface
11105         for documents that can export PostScript (page by page).
11106
11107         * backend/Makefile.am (libevbackend_la_SOURCES): add them.
11108         
11109         * pdf/xpdf/pdf-document.cc (pdf_document_ps_export_begin)
11110         (pdf_document_ps_export_do_page, pdf_document_ps_export_end)
11111         (pdf_document_ps_exporter_iface_init:
11112         Implement EvPSExporter.
11113
11114         * pdf/xpdf/Makefile.am (libxpdf_la_SOURCES): build PSOutputDev.
11115
11116 2004-12-22  Anders Carlsson  <andersca@gnome.org>
11117
11118         * backend/Makefile.am:
11119         * backend/ev-document-thumbnails.c:
11120         (ev_document_thumbnails_get_type),
11121         (ev_document_thumbnails_get_thumbnail):
11122         * backend/ev-document-thumbnails.h:
11123         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
11124         (pixbuf_document_thumbnails_get_thumbnail),
11125         (pixbuf_document_document_thumbnails_iface_init):
11126         * shell/Makefile.am:
11127         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_destroy),
11128         (ev_sidebar_thumbnails_class_init), (ev_sidebar_thumbnails_init),
11129         (populate_thumbnails), (ev_sidebar_thumbnails_set_document):
11130         * shell/ev-sidebar-thumbnails.h:
11131         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
11132         (ev_sidebar_set_document):
11133         * shell/ev-utils.c: (gaussian), (create_blur_filter),
11134         (create_shadow), (ev_pixbuf_add_shadow):
11135         * shell/ev-utils.h:
11136         Add thumbnail support.
11137         
11138 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
11139
11140         * shell/ev-window.c (ev_window_cmd_file_print, ev_window_print)
11141         (using_postscript_printer): Set up a print dialog for "PostScript
11142         injection" method.
11143
11144         * shell/ev-print-job.h, shell/ev-print-job.c: stub classes for
11145         EvPrintJob.
11146
11147         * shell/Makefile.am (evince_SOURCES): add ev-print-job.[ch]
11148
11149 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
11150
11151         * ps/gtkgs.c: (gtk_gs_init), (set_up_page),
11152         (ps_document_set_target), (ps_document_get_page_size),
11153         (ps_document_render):
11154         * ps/gtkgs.h:
11155
11156         Fix a few bugs
11157
11158 2004-12-22  Christian Rose  <menthos@menthos.com>
11159
11160         * configure.ac: Added "sv" to ALL_LINGUAS.
11161
11162 Wed Dec 22 14:47:38 2004  Jonathan Blandford  <jrb@redhat.com>
11163
11164         * backend/ev-document-bookmarks.[ch]: new interface to indicate
11165         document supports bookmarks.
11166
11167 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
11168
11169         * ps/ggvutils.c: (ggv_file_readable):
11170         * ps/ggvutils.h:
11171         * ps/gtkgs.c: (check_filecompressed), (check_pdf),
11172         (gtk_gs_get_postscript):
11173
11174         Remove unused utils
11175
11176 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
11177
11178         * ps/gtkgs.c: (gtk_gs_init), (gtk_gs_class_init), (gtk_gs_cleanup),
11179         (gtk_gs_finalize), (gtk_gs_set_center), (set_up_page), (output),
11180         (start_interpreter), (compute_size), (gtk_gs_enable_interpreter),
11181         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_reload),
11182         (gtk_gs_emit_error_msg), (gtk_gs_disable_interpreter),
11183         (gtk_gs_load), (gtk_gs_goto_page), (gtk_gs_set_page_size),
11184         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
11185         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
11186         (gtk_gs_set_antialiasing), (ps_document_load),
11187         (ps_document_render):
11188         * ps/gtkgs.h:
11189
11190         Another check point for the ps backend. Now I can get it to show
11191         pages!
11192
11193 Wed Dec 22 13:41:01 2004  Jonathan Blandford  <jrb@redhat.com>
11194
11195         * shell/ev-sidebar.c (ev_sidebar_set_document): initial sidebar
11196         document setting code.
11197
11198 2004-12-22  Anders Carlsson  <andersca@gnome.org>
11199
11200         * shell/eggfindbar.c: (entry_activate_callback):
11201         Animate the next button when activate is pressed.
11202         
11203 2004-12-22  Anders Carlsson  <andersca@gnome.org>
11204
11205         * shell/ev-window.c: (ev_window_cmd_edit_find),
11206         (update_fullscreen_popup), (ev_window_fullscreen),
11207         (ev_window_unfullscreen), (ev_window_state_event_cb),
11208         (ev_window_focus_out_cb), (find_bar_close_cb), (ev_window_init):
11209         Fix bugs in fullscreen code.
11210         
11211 2004-12-22  Anders Carlsson  <andersca@gnome.org>
11212
11213         * Makefile.am:
11214         * configure.ac:
11215         * pixbuf/Makefile.am:
11216         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
11217         (pixbuf_document_load), (pixbuf_document_get_n_pages),
11218         (pixbuf_document_set_page), (pixbuf_document_get_page),
11219         (pixbuf_document_set_target), (pixbuf_document_set_scale),
11220         (pixbuf_document_set_page_offset), (pixbuf_document_get_page_size),
11221         (pixbuf_document_render), (pixbuf_document_begin_find),
11222         (pixbuf_document_end_find), (pixbuf_document_finalize),
11223         (pixbuf_document_class_init),
11224         (pixbuf_document_document_iface_init), (pixbuf_document_init):
11225         * pixbuf/pixbuf-document.h:
11226         * shell/Makefile.am:
11227         * shell/ev-application.c: (ev_application_open):
11228         * shell/ev-window.c: (mime_type_supported_by_gdk_pixbuf),
11229         (ev_window_open):
11230         Add pixbuf backend.
11231         
11232 Tue Dec 21 21:45:43 2004  Soeren Sandmann  <sandmann@redhat.com>
11233
11234         * Makefile.am: 
11235         * dvi/dvilib/Makefile.am:
11236         * dvi/Makefile.am:
11237         * configure.ac: Auto*ify dvi and dvi/dvilib
11238
11239         * dvi/Makefile: Remove from CVS
11240         
11241         * dvi/dvilib/dl-pkfont.cc (unpack_bitmap): Fix uchar/uint
11242         confusion.
11243
11244         * dvi/dvilib/dl-fontdefinition.{cc,hh}: New DviFontMap class
11245         
11246         * dvi/dvilib/dl-vffont.{cc,hh}: Many bugfixes to VF code.
11247         
11248 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
11249
11250         * ps/Makefile.am:
11251         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_finalize),
11252         (gtk_gs_value_adjustment_changed), (compute_size),
11253         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_new_from_file),
11254         (gtk_gs_center_page), (gtk_gs_load), (gtk_gs_set_page_size),
11255         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
11256         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
11257         (gtk_gs_start_scroll), (gtk_gs_get_postscript),
11258         (gtk_gs_set_adjustments), (gtk_gs_set_available_size),
11259         (ps_document_load), (ps_document_get_n_pages),
11260         (ps_document_set_page), (ps_document_get_page),
11261         (ps_document_set_target), (ps_document_set_scale),
11262         (ps_document_set_page_offset), (ps_document_get_page_size),
11263         (ps_document_render), (ps_document_begin_find),
11264         (ps_document_end_find), (ps_document_document_iface_init):
11265         * ps/gtkgs.h:
11266         * shell/Makefile.am:
11267         * shell/ev-window.c: (ev_window_open):
11268
11269         Some work to integrate gtkgs with EvDocument
11270
11271 2004-12-22  Anders Carlsson  <andersca@gnome.org>
11272
11273         * shell/ev-window.c: (update_fullscreen_popup),
11274         (screen_size_changed_cb), (destroy_exit_fullscreen_popup),
11275         (exit_fullscreen_button_clicked_cb),
11276         (fullscreen_popup_size_request_cb), (ev_window_fullscreen),
11277         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
11278         (ev_window_state_event_cb), (ev_window_init):
11279         Add fullscreen support from Epiphany.
11280         
11281 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
11282
11283         * data/ev-stock-zoom-fit-width.png: fit-width
11284         stock icon from gpdf.
11285         
11286         * shell/ev-stock-icons.[ch]: copied from gpdf.
11287         
11288         * shell/main.c: (main): init stock icons.
11289         
11290         * shell/ev-window.c: use the fit-width icon.
11291         
11292         * data/evince-ui.xml: add zooming toolbar items.
11293
11294 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
11295
11296         * shell/ev-view.c: 
11297         (ev_view_best_fit), (ev_view_fit_width): because
11298         get_page_size() returns the scaled page size, we
11299         need to calculate the scale factor relative to
11300         the previous scale factor. Should really just
11301         add get_real_page_size().
11302
11303 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
11304
11305         * shell/ev-view.[ch]:
11306         (ev_view_zoom), (ev_view_zoom_in), (ev_view_zoom_out),
11307         (ev_view_normal_size), (ev_view_best_fit), (ev_view_fit_width):
11308         add zooming.
11309         
11310         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
11311         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_normal_size),
11312         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width):
11313         hook it up.
11314         
11315         * pdf/xpdf/pdf-document.cc:
11316         (pdf_document_begin_find),
11317         (pdf_document_end_find): make static.
11318
11319 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
11320
11321         * pdf/xpdf/GlobalParams.h (setupBaseFontsFc): add prototype.
11322
11323         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): maps base font
11324         names to fontconfig patterns.
11325         (setupBaseFontsFc): setupBaseFonts reimplemented using fontconfig.
11326
11327         * pdf/xpdf/pdf-document.cc (pdf_document_load): use
11328         setupBaseFontsFc.
11329
11330 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
11331
11332         * Makefile.am:
11333         * configure.ac:
11334         * ps/Makefile.am:
11335         * ps/ggvutils.c:
11336         * ps/ggvutils.h:
11337         * ps/gsdefaults.c:
11338         * ps/gsdefaults.h:
11339         * ps/gsio.c:
11340         * ps/gsio.h:
11341         * ps/gtkgs.c:
11342         * ps/gtkgs.h:
11343         * ps/ps.c:
11344         * ps/ps.h:
11345
11346         Import ggv backend. Not hooked up yet.
11347
11348 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
11349
11350         * shell/main.c: (load_files), (main): load files
11351         from the command line.
11352
11353 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
11354
11355         * configure.ac: don't require bonobo.
11356         
11357         * cut-n-paste/recent-files/*: kill bonobo recent
11358         view.
11359
11360         * shell/ev-window.c:
11361         (ev_window_is_empty): upd.
11362         (unable_to_load), (ev_window_open): load backend
11363         based on the mime type.
11364
11365 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
11366
11367         * backend/.cvsignore: ignore generated marshalers source.
11368
11369         * shell/main.c (main): this is not epiphany.
11370
11371 2004-12-22  Havoc Pennington  <hp@redhat.com>
11372
11373         * shell/ev-view.c (ev_view_set_document): connect to "found" signal
11374         (expose_bin_window): draw find highlights
11375
11376         * shell/ev-window.c (find_bar_search_changed_cb): implement 
11377         
11378         * pdf/xpdf/pdf-document.cc (pdf_document_begin_find) 
11379         (pdf_document_end_find): implement this interface
11380
11381         * backend/ev-document.c (ev_document_found): add this to emit
11382         signal
11383
11384 Tue Dec 21 23:57:37 2004  Owen Taylor  <otaylor@redhat.com>
11385
11386         * data/evince-ui.xml: Add a few more toolbar items.
11387
11388         * shell/ev-window.c: Hook up page navigation toolbar 
11389         items.
11390
11391         * shell/ev-view.[ch]: add ev_view_set/get_page and 
11392         a page-changed signal.
11393
11394         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc::
11395         Add ev_document_get_page().
11396
11397         * shell/ev-window.c: Sensitize/desensitize navigation
11398         actions.
11399
11400 2004-12-21  Havoc Pennington  <hp@redhat.com>
11401
11402         * backend/ev-backend-marshal.c,
11403         backend/ev-backend-marshalers.list, backend/Makefile.am: add
11404         marshaler-generator thingy. I'm sure there's a better way to do
11405         this in the modern world.
11406
11407         * backend/ev-document.h (struct _EvDocumentIface): add begin_find,
11408         end_find methods and "found" signal.
11409
11410         * configure.ac: find glib-genmarshal
11411
11412 Tue Dec 21 23:20:35 2004  Jonathan Blandford  <jrb@redhat.com>
11413
11414         * shell/ev-sidebar.c: Construct an actual sidebar.
11415         * shell/ev-sidebar-bookmarks.[ch]:
11416         * shell/ev-sidebar-thumbnails.[ch]: Stub out sidebars.
11417
11418 Tue Dec 21 23:05:51 2004  Owen Taylor  <otaylor@redhat.com>
11419
11420         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc:
11421         Redo size handling.
11422         
11423         * shell/ev-view.c: Track the size from the document.
11424
11425 Tue Dec 21 22:17:04 2004  Owen Taylor  <otaylor@redhat.com>
11426
11427         * pdf/xpdf/pdf-document.cc (pdf_document_load): PDFDoc
11428         constructor assumes ownership of the string passed in.
11429         
11430         * shell/ev-window.c (ev_window_open): Destroy the error
11431         dialog once we've displayed it.
11432
11433 Tue Dec 21 21:58:56 2004  Owen Taylor  <otaylor@redhat.com>
11434
11435         * pdf/xpdf/pdf-document.cc shell/ev-view.c: Hook things up 
11436         a bit, it works! (sort of)
11437
11438         * pdf/xpdf/Makefile.am pdf/xpdf/pdf-document.cc:
11439         Move to .cc since we need to use C++ in the implementation.
11440
11441         * shell/dummy.cc: Add a CC file to force evince
11442         to be linked as a C++ program.
11443
11444 Tue Dec 21 21:07:55 2004  Owen Taylor  <otaylor@redhat.com>
11445
11446         * shell/ev-view.[ch]: Start of content-area widget.
11447
11448         * shell/ev-window.c: Create a EvView, update it
11449         as we change documents.
11450
11451         * shell/Makefile.am shell/ev-marshal.list: Add
11452         generated marshalers.
11453
11454 Tue Dec 21 20:28:11 2004  Jonathan Blandford  <jrb@redhat.com>
11455
11456         * Makefile.am (SUBDIRS): move shell.
11457
11458 Tue Dec 21 19:28:55 2004  Owen Taylor  <otaylor@redhat.com>
11459
11460         * pdf/{goo,fofi,splash,xpdf}/Makefile.am: Switch from
11461         .a to libtool convenience libraries.
11462
11463         * shell/ev-window.c (ev_window_open): Hard code loading
11464         a PDF document.
11465         
11466         * backend/ev-document.h: Add a boolean return to load(),
11467         fix GError * to GError **.
11468
11469         * pdf/xpdf/pdf-document.[ch] Makefile.am: Add a stub
11470         object for a PDF backend EvDocument.
11471
11472 Tue Dec 21 18:55:06 2004  Søren Sandmann  <sandmann@redhat.com>
11473
11474         * dvi/*: New directory with the beginning of a .dvi backend.
11475
11476 2004-12-21  Havoc Pennington  <hp@redhat.com>
11477
11478         * shell/eggfindbar.c (egg_find_bar_init): change buttons to
11479         previous/next instead of back/forward
11480
11481 Tue Dec 21 18:26:24 2004  Owen Taylor  <otaylor@redhat.com>
11482
11483         * backend/ev-document.[ch]: Fix a couple of problems so
11484         it compile.
11485
11486 Tue Dec 21 18:20:40 2004  Owen Taylor  <otaylor@redhat.com>
11487
11488         * viewer/* backend/* configure.ac Makefile.am: Move viewer directory 
11489         to backend/ directory, rename EvViewer to EvDocument.
11490
11491 2004-12-21  Havoc Pennington  <hp@redhat.com>
11492
11493         * shell/ev-window.c: hook up the find bar widget; now we just need
11494         a document to find things in
11495
11496         * shell/eggfindbar.c: a find bar widget
11497
11498 Tue Dec 21 17:20:16 2004  Jonathan Blandford  <jrb@redhat.com>
11499
11500         * shell/ev-sidebar.[ch]: initial sidebar boilerplate.
11501
11502 Tue Dec 21 16:30:58 2004  Owen Taylor  <otaylor@redhat.com>
11503
11504         * pdf/**: Import of xpdf code from gpdf. 
11505
11506         * pdf/xpdf/xpdfconfig.h: Move the non-config.h config.h to xpdfconfig.h
11507
11508         * pdf/splash/SplashFTFont.{cc,h} pdf/splash/SplashFTFont.h
11509         pdf/splash/SplashFTFontEngine.h pdf/splash/SplashFTFontFile.h: 
11510         Fix FreeType includes.
11511
11512         * pdf/xpdf/{Error.h GnomeVFSStream.cc ImageOutputDev.cc PDFDoc.cc\
11513         pdffonts.cc pdfimages.cc pdfinfo.cc pdftoppm.cc pdftops.cc
11514         pdftotext.cc PSOutputDev.cc PSOutputDev.h SplashOutputDev.h
11515         Stream.cc TextOutputDev.cc XPDFApp.cc xpdf.cc XPDFViewer.cc
11516         pdf/xpdf/Error.h PSOutputDev.h SplashOutputDev.h}:
11517         Include xpdfconfig.h
11518         
11519 Tue Dec 21 16:08:17 2004  Jonathan Blandford  <jrb@redhat.com>
11520
11521         * shell/ev-window.c (ev_window_dispose): dispose can be called
11522         multiple times.
11523
11524 2004-12-21  Havoc Pennington  <hp@redhat.com>
11525
11526         * shell/ev-window.c (ev_window_init): set title to Document Viewer
11527         rather than Evince
11528
11529         * data/evince-ui.xml, shell/ev-window.c: add a bunch of stub menu
11530         items; really they should be synced with the strings, etc. from
11531         current gpdf, but just getting the boring typing out of the way 
11532
11533 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
11534
11535         * po/POTFILES.in:
11536         * shell/ev-application.c: (window_destroy_cb):
11537         * shell/ev-window.c:
11538         * shell/main.c: (main):
11539
11540         Actually show the window...
11541
11542 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
11543
11544         * Makefile.am:
11545         * shell/Makefile.am:
11546         * shell/ev-application.c: (ev_application_class_init):
11547         * shell/ev-window.c: (ev_window_dispose), (ev_window_class_init):
11548
11549         Make it build again
11550
11551 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
11552
11553         Import to gnome cvs.
11554         
11555         * Remove copies of gpdf and ggv trees.
11556         * Rip out all the recursive configure code.
11557         * Remove bonobo machinery.
11558         * viewer/*: GInterfaces that backends should/can implement.
11559
11560 2004-11-09  Martin Kretzschmar  <m_kretzschmar@gmx.net>
11561
11562         * shell/ev-window.c (ev_window_cmd_help_about): fix "documentors"
11563         typo
11564
11565 2004-10-28  Martin Kretzschmar  <m_kretzschmar@gmx.net>
11566
11567         * shell/ev-application.c (EV_APPLICATION_GET_PRIVATE)
11568         (ev_application_finalize, ev_application_class_init)
11569         (ev_application_init): use GType instance private data for priv.
11570
11571         * shell/ev-window.c (EV_WINDOW_GET_PRIVATE)
11572         (ev_window_finalize, ev_window_class_init)
11573         (ev_window_init): ditto.
11574
11575 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
11576
11577         * shell/ev-application.c (ev_application_new_window): make public
11578         (ev_application_show_initial_window): kill.
11579
11580         * shell/ev-application.h: update prototypes.
11581
11582         * shell/main.cc (main): inline ev_application_show_initial_window.
11583
11584 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
11585
11586         * shell/ev-application.c (ev_application_new_window): impl.
11587         (ev_application_show_initial_window): use it.
11588         (is_window_empty, ev_application_get_empty_window): returns an
11589         existing empty window or a new one.
11590         (ev_application_open): from ev_window_cmd_file_open.
11591
11592         * shell/ev-application.h: update prototypes
11593
11594         * shell/ev-window.c (ev_window_is_empty): impl.
11595         (ev_window_open): make public.
11596         (ev_window_cmd_file_open): use ev_application_open
11597
11598         * shell/ev-window.h: update prototypes, remove unused.
11599
11600 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
11601
11602         * shell/ev-window.c (ev_window_destroy, ev_window_class_init):
11603         move destroy handler out of here...
11604
11605         * shell/ev-application.c, shell/ev-application.h: ...into this new
11606         class. Also handles initial window creation.
11607
11608         * shell/main.cc (main): use EvApplication to create initial
11609         window.
11610
11611 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
11612
11613         * Makefile.am (SUBDIRS): add cut-n-paste
11614
11615         * cut-n-paste/Makefile.am: add
11616
11617         * configure.ac: generate Makefiles in cut-n-paste
11618
11619 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
11620
11621         * shell/ev-window.c (ev_window_dispose): new, unref the ui_manager
11622         (ev_window_class_init): install ev_window_dispose.
11623
11624 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
11625
11626         * shell/ev-window.h, shell/ev-window.c: replace gchar with
11627         char (gchar looks stupid).
11628
11629 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
11630
11631         * po/de.po: updated German translation.
11632
11633 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
11634
11635         * configure.ac: add more pkg-config library checks for gnome-vfs,
11636         bonobo etc.
11637
11638         * gpdf/configure.in: temporarily disable libpaper
11639         checks. Otherwise I'd have to add the checks for the shell, too.
11640
11641 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
11642
11643         * shell/ev-window.c (ev_window_cmd_file_open): add ps+pdf, ps, pdf
11644         and * file filters to the file choose.
11645
11646 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
11647
11648         * po/de.po: Updated German translation.
11649
11650 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
11651
11652         * shell/ev-window.c: use "S" as mnemonic for Statusbar.
11653
11654 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
11655
11656         * data/evince-ui.xml: add View->Toolbar and View->Statusbar.
11657
11658         * shell/ev-window.c (menu_item_select_cb, menu_item_select_cb)
11659         (ev_window_init): implement those menuitems.
11660
11661 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
11662
11663         * data/evince-ui.xml: add a toolbar (with FileOpen action)
11664
11665         * shell/ev-window.c (ev_window_init): use the toolbar.
11666
11667 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
11668
11669         * shell/ev-window.c (ev_window_init): use menu translations
11670
11671 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
11672
11673         * configure.ac: add "de" to ALL_LINGUAS.
11674
11675         * po/de.po: add German translation.
11676
11677 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
11678
11679         * Makefile.am (SUBDIRS): add po
11680
11681         * configure.ac: check intltool, glib-gettext etc, generate
11682         po/Makefile.in
11683
11684         * po, po/POTFILES.in, po/POTFILES.skip: new.
11685
11686 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
11687
11688         * shell/Makefile.am (INCLUDES): define GNOMELOCALEDIR which we
11689         already use (#ifdef ENABLE_NLS)
11690
11691         * shell/ev-window.c (ev_window_cmd_help_about): fix two star
11692         pointer indirection thinko.
11693
11694         * shell/main.c: include gi18n.h for bindtextdomain etc.
11695
11696 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
11697
11698         * shell/ev-window.c (menu_item_select_cb, menu_item_deselect_cb)
11699         (connect_proxy_cb, disconnect_proxy_cb, ev_window_init): show
11700         tooltips for menu items in the statusbar.
11701
11702 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
11703
11704         * configure.ac, data/Makefile.am, shell/Makefile.am: use
11705         pkgdatadir drop UIDIR
11706
11707 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
11708
11709         * data/evince-ui.xml: Add File->Open menu item
11710
11711         * shell/ev-window.c (ev_window_cmd_file_open): impl. (shows a file
11712         chooser), hook it up in the ui manager.
11713
11714 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
11715
11716         * shell/ev-window.c: fix Help->About tooltip.
11717
11718 2004-10-23 Martin Kretzschmar  <m_kretzschmar@gmx.net>
11719
11720         * configure.ac: set CFLAGS for libevprivate.
11721
11722         * lib/ev-stock-icons.h, lib/ev-stock-icons.c: stock icon
11723         definitions, factory etc.
11724
11725         * lib/Makefile.am: build libevprivate.a (only stock icon code).
11726
11727         * shell/Makefile.am: link against libevprivate.a.
11728
11729         * shell/ev-window.c (entries): add stock icon to Help->About.
11730
11731         * shell/main.c (main): init stock icon code.
11732
11733 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
11734
11735         * lib/recent-files: egg recent files code
11736
11737         * lib/Makefile.am: add.
11738
11739         * Makefile.am: add lib subdir.
11740
11741         * configure.ac: gen. lib/Makefile and lib/recent-files/Makefile,
11742         set CFLAGS for recent-files.
11743
11744 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
11745
11746         * configure.ac: disable -ansi and -pedantic gcc flags. They
11747         disable POSIX stuff in stdio.h, but egg-recent uses them.
11748
11749 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net> 
11750
11751         * configure.ac: add --disable-deprecated flag (defaults to on in
11752         "cvs" builds).
11753
11754         * shell/Makefile.am (INCLUDES): use it.
11755
11756 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
11757
11758         * shell/main.c: add missing #include.
11759
11760         * shell/ev-window.c: fix for pedantic gcc.
11761         (ev_window_cmd_help_about): split license into paragraphs for
11762         translators and pedantic compilers.
11763
11764 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
11765
11766         * configure.ac: add more warning flags if compiling with gcc from
11767         cvs (or explicitly requested with --enable-more-warnings).
11768
11769 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
11770
11771         * data/evince-ui.xml: add File and File->Close menu.
11772
11773         * shell/ev-window.c (ev_window_cmd_file_close_window): impl.
11774         (ev_window_destroy): quit after destroy.
11775         (ev_window_class_init): override GtkObject::destroy.
11776         (entries): install close_window callback.
11777
11778 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
11779
11780         * Makefile.am (SUBDIRS): add data subdir.
11781
11782         * configure.ac (UIDIR): gen data/Makefile, define UIDIR.  Require
11783         gtk+ 2.5.0 for GtkAboutDialog.
11784
11785         * data/Makefile.am, data/evince-ui.xml: add, ui definition for the
11786         main window.
11787
11788         * shell/Makefile.am (INCLUDES): propagate UIDIR definition.
11789
11790         * shell/ev-window.c (ev_window_init): create a menubar, using a ui
11791         manager.
11792         (ev_window_cmd_help_about): about command, using GtkAboutDialog.
11793
11794 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
11795
11796         * shell/ev-window.c, shell/ev-window.h: Created an EvWindow class.
11797
11798 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
11799
11800         * shell/main.c: make it a trivial gtk+ program, adjust configure.ac
11801
11802 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
11803
11804         * shell/*: Added shell directory boilerplate, build it.
11805
11806 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
11807
11808         * configure.ac, Makefile.am: Added top-level configure.ac and
11809         Makefile.am