]> www.fi.muni.cz Git - evince.git/blob - ChangeLog
dcb8db982f64f21b1c2996fe1154d86931a57977
[evince.git] / ChangeLog
1 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2
3         * shell/ev-sidebar-links.c: (print_section_cb):
4         * shell/ev-window.c: (ev_window_get_uri),
5         (ev_window_close_dialogs), (ev_window_open_uri), (ev_window_print),
6         (ev_window_print_dialog_response_cb), (ev_window_print_range),
7         (ev_window_dispose):
8         
9         Make print dialog non-modal. Fix for the bug #325622.
10
11 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12
13         * shell/ev-metadata-manager.c:
14         * shell/ev-utils.c: (using_pdf_printer),
15         (using_postscript_printer), (load_print_config_from_file),
16         (save_print_config_to_file):
17         * shell/ev-utils.h:
18         * shell/ev-window.c: (update_sizing_buttons), (page_changed_cb),
19         (update_sidebar_visibility), (setup_sidebar_from_metadata),
20         (setup_view_from_metadata), (ev_window_setup_document),
21         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
22         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
23         (ev_window_run_presentation), (ev_window_stop_presentation),
24         (save_sizing_mode), (ev_window_zoom_changed_cb),
25         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
26         (ev_window_dual_mode_changed_cb),
27         (ev_window_sidebar_current_page_changed_cb),
28         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
29         (window_state_event_cb), (window_configure_event_cb),
30         (ev_window_init):
31         
32         Setting saving behaviour fixes.
33
34 2005-12-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
35
36         * configure.ac:
37         
38         Make antialiasing gs options better and allow
39         to change them during configure. Fix for the 
40         bug #319049.
41
42 2005-12-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
43
44         * shell/ev-window.c: (setup_view_from_metadata):
45         
46         Remember if last window was maximized. Fix for the
47         bug #323797.
48
49 2005-12-28  Abel Cheung  <maddog@linuxhall.org>
50
51         * configure.ac: Added "zh_HK" to ALL_LINGUAS.
52
53 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
54
55         * backend/ev-link.c: (ev_link_get_page), (ev_link_init):
56         * shell/ev-page-action.c: (build_new_tree_cb):
57         * shell/ev-sidebar-links.c: (links_page_num_func),
58         (update_page_callback_foreach), (update_page_callback):
59         * shell/ev-view.c: (scroll_to_current_page):
60         
61         Fix for the bug #325067 with more intelligent selection
62         of current link in sidebar. Make sidebar handle links
63         of FITR-like type more correctly.
64
65         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
66         (dvi_pixbuf_put_pixel):
67         
68         Fix memory consumtion with disabled alpha channel.
69
70 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
71
72         * data/evince-ui.xml:
73         * shell/ev-window.c: (view_menu_popup_cb),
74         (ev_popup_cmd_open_link), (ev_window_init):
75         
76         Update context menu for internal links. Fix for the bug
77         #325066.
78
79 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
80
81         * shell/ev-view.c: (ev_view_popup_menu), (ev_view_class_init):
82         
83         Bind context menu to keyboard also. Fix for the bug
84         #325065.
85
86 2005-12-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
87
88         * shell/ev-view.c: (selection_scroll_timeout_cb):
89         
90         Horizontal scroll on selection also.
91
92 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
93
94         * shell/ev-metadata-manager.c: (parse_value):
95         * shell/ev-view.c: (goto_xyz_link):
96         
97         Correct zoom setup and metadata save broken in 
98         some locales.
99
100 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
101
102         * shell/ev-view-private.h:
103         * shell/ev-view.c: (scroll_to_current_page),
104         (view_set_adjustment_values), (goto_fitr_link), (goto_fitv_link),
105         (goto_fith_link), (goto_fit_link), (goto_xyz_link),
106         (page_changed_cb), (ev_view_set_continuous),
107         (ev_view_set_dual_page), (ev_view_set_presentation):
108         
109         Delay scroll until allocation to correctly position page. Fix
110         for the bug #317334.
111
112 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
113
114         * NEWS:
115         * configure.ac:
116         
117         Update NEWS and require poppler 0.5.0.
118
119 2005-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
120         
121         * data/evince-ui.xml:
122         * shell/ev-view-private.h:
123         * shell/ev-view.c: (ev_view_get_link_at_location),
124         (handle_link_over_xy), (ev_view_button_press_event),
125         (ev_view_button_release_event), (ev_view_class_init):
126         * shell/ev-window.c: (view_menu_popup_cb), (ev_window_dispose),
127         (ev_popup_cmd_open_link), (ev_popup_cmd_copy_link_address),
128         (ev_window_init):
129         
130         Implement right-click context menu.
131
132 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
133
134         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
135         * dvi/pixbuf-device.c: (dvi_pixbuf_create_image),
136         (mdvi_pixbuf_device_render):
137         * pdf/ev-poppler.cc:
138
139         Don't generate thumbnails with alpha. See bug #324077.
140         Thanks to Jeroen Zwartepoorte <jeroen.zwartepoorte@gmail.com>.
141
142 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
143
144         * shell/ev-window.c: (setup_chrome_from_metadata):
145         
146         Fix typo that was hiding toolbar.
147
148 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
149
150         * shell/ev-view-private.h:
151         * shell/ev-view.c: (ev_view_realize), (selection_update_idle_cb),
152         (selection_scroll_timeout_cb), (ev_view_motion_notify_event),
153         (ev_view_button_release_event), (ev_view_destroy):
154         
155         Small cleanup and autoscrolling during selection. Thanks to 
156         Ricardo Markiewicz  <rmarkie@fi.uba.ar>.
157
158 2005-12-22  Jani Monoses <jani.monoses@gmail.com>
159
160         * configure.ac:
161         
162         Correctly check for comics option.
163
164 2005-12-21  Eduardo Lima <eduardo.lima@indt.org.br>
165         * Makefile.am:
166         * configure.ac:
167         * backend/Makefile.am:
168         * backend/ev-document-factory.c:
169         * shell/ev-document-types.c:
170
171         Included option in configure to make ps backend 
172         compilation optional with --disable-ps.
173
174 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
175
176         * backend/ev-document-factory.c:
177         * comics/Makefile.am:
178         * comics/comics-document.c: (comics_document_load):
179         * comics/ev-cbr-mime.xml:
180         * configure.ac:
181         
182         Comics mime types are added to shared-mime-info CVS. Now
183         we don't need to install our own mime types.
184
185 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
186
187         * shell/ev-window.c:
188         
189         Add shortcut for "save a copy" menu entry. Fix for
190         the bug #324582.
191
192 2005-12-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
193
194         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
195         (job_finished_cb), (new_selection_pixbuf_needed),
196         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
197         (clear_job_selection), (ev_pixbuf_cache_set_selection_list):
198         
199         Rework selection job info logic and fix critical warning.
200
201 2005-12-17  Abel Cheung  <maddog@linuxhall.org>
202
203         * configure.ac: Added "cy" "fa" "mk" "vi" to ALL_LINGUAS.
204
205 2005-11-27  Jaap A. Haitsma <jaap@haitsma.org>
206
207         * data/evince-ui.xml:
208         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
209         
210         Enter as shortcut key for next page. Fix for the bug
211         #321394.
212
213 2005-11-18  Ales Nyakhaychyk  <nab@mail.by>
214
215         * configure.ac: Added "be" (Belarusian) to ALL_LINGUAS.
216
217 2005-11-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
218
219         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
220         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
221         (new_selection_pixbuf_needed),
222         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
223         (clear_job_selection):
224         
225         Too early for 0.5. Pixbuf cache code cleaned a bit.
226
227 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
228
229         * NEWS:
230         * configure.ac:
231         
232         Release 0.5.0 preparation
233
234 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
235
236         * comics/Makefile.am:
237         * configure.ac:
238         * shell/ev-document-types.c: (ev_document_types_add_filters):
239         
240         More advanced handling of custom mime type installation.
241
242 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
243
244         * data/evince.schemas.in:
245         * shell/ev-metadata-manager.c: (value_free),
246         (ev_metadata_manager_get_last), (ev_metadata_manager_set_last),
247         (ev_metadata_manager_get), (ev_metadata_manager_set):
248         * shell/ev-metadata-manager.h:
249         * shell/ev-window.c: (update_chrome_flag),
250         (ev_window_cmd_focus_page_selector), (update_sidebar_visibility),
251         (setup_document_from_metadata), (setup_chrome_from_metadata),
252         (setup_sidebar_from_metadata), (setup_view_from_metadata),
253         (ev_window_cmd_edit_find), (ev_window_cmd_escape),
254         (ev_window_view_toolbar_cb),
255         (ev_window_sidebar_visibility_changed_cb), (find_bar_close_cb),
256         (view_actions_focus_in_cb), (ev_window_init), (ev_window_new):
257         
258         Save last document settings and reuse them for new documents.
259
260 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
261
262         * Makefile.am:
263         * backend/Makefile.am:
264         * backend/ev-document-factory.c:
265         * backend/ev-document-factory.h:
266         * comics/Makefile.am:
267         * comics/comics-document.c: (G_DEFINE_TYPE_WITH_CODE),
268         (comics_document_load), (comics_document_save),
269         (comics_document_get_n_pages), (comics_document_get_page_size),
270         (get_page_size_area_prepared_cb), (comics_document_render_pixbuf)       (render_pixbuf_size_prepared_cb), (comics_document_finalize),
271         (comics_document_class_init), (comics_document_can_get_text),
272         (comics_document_get_info), (comics_document_document_iface_init),
273         (comics_document_init), (get_supported_image_extensions),
274         (comics_document_thumbnails_get_geometry),
275         (comics_document_thumbnails_get_thumbnail),
276         (comics_document_thumbnails_get_dimensions),
277         (comics_document_document_thumbnails_iface_init), (extract_argv):
278         * comics/comics-document.h:
279         * comics/ev-cbr-mime.xml:
280         * configure.ac:
281         * po/POTFILES.in:
282         * shell/ev-application.c: (ev_application_register_service):
283         * shell/ev-document-types.c: (ev_document_types_add_filters):
284         * thumbnailer/Makefile.am:
285         * thumbnailer/evince-thumbnailer-comics.schemas.in:
286         
287         New CBR/CBZ backend for comic books.
288
289 2005-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
290
291         * shell/main.c: (load_files_remote):
292
293         Thanks to Robert McQueen <robot101@debian.org>. Dbus
294         warning on startup of second instance is fixed. It
295         is bug #320353.
296
297 2005-10-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
298
299         * shell/ev-window.c: (ev_window_finalize):
300         
301         Fix double free that cause crash.
302
303 2005-10-29  Bastien Nocera <hadess@hadess.net>
304
305         * tiff/tiff-document.c: (tiff_document_load):
306         
307         Fix memory leak.
308
309 2005-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
310
311         * po/POTFILES.in:
312         * shell/Makefile.am:
313         * shell/ev-view-accessible.c: (ev_view_accessible_get_priv),
314         (ev_view_accessible_free_priv), (ev_view_accessible_class_init),
315         (ev_view_accessible_get_text),
316         (ev_view_accessible_get_character_at_offset),
317         (ev_view_accessible_get_text_before_offset),
318         (ev_view_accessible_get_text_at_offset),
319         (ev_view_accessible_get_text_after_offset),
320         (ev_view_accessible_get_character_count),
321         (ev_view_accessible_get_caret_offset),
322         (ev_view_accessible_set_caret_offset),
323         (ev_view_accessible_get_run_attributes),
324         (ev_view_accessible_get_default_attributes),
325         (ev_view_accessible_get_character_extents),
326         (ev_view_accessible_get_offset_at_point),
327         (ev_view_accessible_get_n_selections),
328         (ev_view_accessible_get_selection),
329         (ev_view_accessible_add_selection),
330         (ev_view_accessible_remove_selection),
331         (ev_view_accessible_set_selection),
332         (ev_view_accessible_text_iface_init),
333         (ev_view_accessible_idle_do_action),
334         (ev_view_accessible_action_do_action),
335         (ev_view_accessible_action_get_n_actions),
336         (ev_view_accessible_action_get_description),
337         (ev_view_accessible_action_get_name),
338         (ev_view_accessible_action_set_description),
339         (ev_view_accessible_action_iface_init),
340         (ev_view_accessible_get_type), (ev_view_accessible_new),
341         (ev_view_accessible_factory_get_accessible_type),
342         (ev_view_accessible_factory_create_accessible),
343         (ev_view_accessible_factory_class_init),
344         (ev_view_accessible_factory_get_type):
345         * shell/ev-view-accessible.h:
346         * shell/ev-view-private.h:
347         * shell/ev-view.c: (ev_view_get_accessible), (ev_view_class_init):
348         * shell/ev-view.h:
349         
350         Initial accessibility support.
351
352 2005-10-27  Erdal Ronahi  <erdal.ronahi@gmail.com>
353
354         * configure.ac: Added ku (Kurdish) to ALL_LINGUAS
355
356 2005-10-26  Hubert Figuiere <hfiguiere@teaser.fr>
357
358         * shell/ev-print-job.c: (idle_print_handler):
359         
360         Fix for bug Bug 318916: Printing multiple pages.
361
362 2005-10-20  Runa Bhattacharjee  <runa@bengalinux.org>
363
364         * configure.ac: Added "bn" (Bengali) to ALL_LINGUAS.
365
366 2005-10-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
367
368         * pdf/ev-poppler.cc:
369         
370         Thumnail dimensions unified with other backends.
371         
372         * shell/ev-window-title.c: (ev_window_title_update):
373         
374         Fix warning.
375
376 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
377
378         * data/ev-stock-zoom-fit-width.png:
379         
380         Remove unused file.
381
382 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
383
384         * configure.ac:
385         * djvu/djvu-document.c: (djvu_document_load), (djvu_document_save),
386         (djvu_document_finalize):
387         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_save),
388         (dvi_document_finalize):
389         * pixbuf/pixbuf-document.c: (pixbuf_document_load),
390         (pixbuf_document_save), (pixbuf_document_finalize):
391         * tiff/tiff-document.c: (tiff_document_load), (tiff_document_save),
392         (tiff_document_finalize):
393         
394         Save a copy implemented for various backends.
395
396 2005-10-17  Daniel Gryniewicz <dang@gentoo.org>
397
398         * configure.ac:
399         
400         Don't link with ltiff if tiff is disabled.
401
402 2005-10-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
403
404         * pdf/GDKSplashOutputDev.cc:
405         * pdf/GDKSplashOutputDev.h:
406         * pdf/Thumb.cc:
407         * pdf/Thumb.h:
408         * pdf/pdf-document.cc:
409         * pdf/pdf-document.h:
410         * pdf/test-gdk-output-dev.cc:
411         
412         Remove old unused files.
413
414 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
415
416         * shell/ev-window.c: (ev_window_setup_document):
417         
418         Fixed warnings on reload and probably crash reason.
419
420 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
421
422         * properties/ev-properties-view.c:
423         (ev_properties_view_format_date):
424         
425         Check if date is invalid. Fix for bug 318134.
426
427 2005-10-02  Wouter Bolsterlee <uws+gnome@xs4all.nl>
428
429         * shell/ev-window-title.c:
430         
431         Add .indd files (Adobe Indesign) to the list of "bad
432         extensions".
433
434 2005-10-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
435
436         * data/evince-ui.xml:
437         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
438         
439         Add <ctrl>KP_Add and <ctrl>KP_Substract bindings.
440
441 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
442
443         * shell/ev-window.c: (launch_link), (launch_external_uri),
444         (view_external_link_cb):
445
446         URL-escape link before passing it to gnome_vfs_url_show.
447
448 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
449
450         * shell/ev-view.[ch], shell/ev-window.c: Disable copy action when
451         there isn't text selected.
452
453 2005-09-27  Marco Pesenti Gritti  <mpg@redhat.com>
454
455         * shell/ev-view.c: (handle_link_over_xy):
456
457         Check tooltip is valid utf8 before showing it
458
459 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
460
461         * shell/ev-view.c: Allow drag and drop of text. Fixes #316772
462
463 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
464
465         * shell/ev-window-title.c: (ev_window_title_update):
466
467         Guard against using g_strstrip on NULL. Fixes bug #317291.
468
469 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
470
471         * pdf/ev-poppler.cc:
472
473         Show title even for unknown links
474
475 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
476
477         * shell/ev-window-title.c: (ev_window_title_update):
478
479         Strip the title string
480
481 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
482
483         * shell/ev-window-title.c:
484
485         Add .rtf to the bad extensions list
486
487 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
488
489         * shell/ev-view.c: (doc_point_to_view_point), (goto_fitr_link),
490         (goto_fitv_link), (goto_fith_link), (goto_xyz_link):
491
492         Ignore link coordinates if they are outside page bounds
493
494 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
495
496         * backend/ev-link.c: (ev_link_type_get_type),
497         (ev_link_get_filename), (ev_link_get_params),
498         (ev_link_get_property), (ev_link_set_property),
499         (ev_window_dispose), (ev_link_class_init), (ev_link_new_launch):
500         * backend/ev-link.h:
501         * pdf/ev-poppler.cc:
502         * shell/ev-view.c: (ev_view_goto_link), (ev_view_class_init):
503         * shell/ev-window.c: (launch_link), (view_external_link_cb),
504         (ev_window_init):
505
506         Implement launch links. Delegate external link opening to
507         the window.
508
509 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
510
511         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_bottom),
512         (ev_link_get_right), (ev_link_get_property),
513         (ev_link_set_property), (ev_link_class_init),
514         (ev_link_new_page_fitv), (ev_link_new_page_fitr):
515         * backend/ev-link.h:
516         * pdf/ev-poppler.cc:
517         * shell/ev-view.c: (goto_fitr_link), (ev_view_goto_link):
518
519         Implement fitr links
520
521 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
522
523         * shell/ev-view.c: (ev_view_get_width), (ev_view_get_height),
524         (goto_fitv_link), (goto_fith_link), (goto_fit_link),
525         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
526         (ev_view_size_request_continuous),
527         (ev_view_size_request_dual_page),
528         (ev_view_size_request_single_page), (ev_view_size_allocate),
529         (ev_view_zoom_for_size_continuous_and_dual_page),
530         (ev_view_zoom_for_size_continuous),
531         (ev_view_zoom_for_size_dual_page),
532         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
533         (ev_sizing_mode_get_type):
534         * shell/ev-view.h:
535         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
536
537         Do not use modes for link, we need to calculate size ad hoc.
538         Still not perfect because of the usual scrollbar issues grrr.
539
540 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
541
542         * backend/ev-link.c: (ev_link_type_get_type),
543         (ev_link_new_page_fith), (ev_link_new_page_fitv):
544         * backend/ev-link.h:
545         * pdf/ev-poppler.cc:
546         * shell/ev-view.c: (goto_fitv_link), (goto_fith_link),
547         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
548         (ev_view_size_request_continuous),
549         (ev_view_size_request_dual_page),
550         (ev_view_size_request_single_page), (ev_view_size_allocate),
551         (zoom_for_size_fit_height),
552         (ev_view_zoom_for_size_continuous_and_dual_page),
553         (ev_view_zoom_for_size_continuous),
554         (ev_view_zoom_for_size_dual_page),
555         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
556         (ev_sizing_mode_get_type):
557         * shell/ev-view.h:
558         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
559
560         Implement FIT_HEIGHT mode (only for links).
561         Implement FITH links
562
563 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
564
565         * shell/ev-window-title.c: (get_filename_from_uri),
566         (ev_window_title_sanitize_extension), (ev_window_title_update),
567         (ev_window_title_set_document), (ev_window_title_set_uri),
568         (ev_window_title_free):
569         * shell/ev-window-title.h:
570         * shell/ev-window.c: (ev_window_setup_document),
571         (ev_window_popup_password_dialog):
572
573         Refactor window title building while fixing it for
574         password documents.
575
576 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
577
578         * pdf/ev-poppler.cc:
579
580         Escape link title before setting it in the model
581
582 2005-09-23  Marco Pesenti Gritti  <mpg@redhat.com>
583
584         * shell/ev-application.c: (removed_from_session), (save_session),
585         (init_session), (ev_application_get_empty_window),
586         (ev_application_init), (ev_application_get_windows):
587         * shell/ev-application.h:
588         * shell/ev-window.c: (ev_window_finalize):
589
590         Add a function to retrieve window list and share it where
591         necessary.
592         Implement session handling, works pretty well thanks to the
593         metadata system.
594
595 2005-09-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
596
597         * shell/ev-password.c: (ev_password_item_created_callback),
598         (ev_password_dialog_save_password):
599         
600         Fix for bug 316972. Use async gnome-keyring API.
601
602 2005-09-22  Christian Persch  <chpe@cvs.gnome.org>
603
604         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init):
605         Remove unused unrealize handler. Add scroll handling to
606         ev_view_scroll_event for presentation mode (bug #316708),
607         and fix the event state checks there.
608
609 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
610
611         * shell/ev-page-action.c: (page_changed_cb):
612
613         "marco, maybe we should be crazy and jump right to 6! :)"
614
615         Bryan Clark, Sep 2005
616
617 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
618
619         * ps/ps-document.c: (save_document), (ps_document_save),
620         (ps_document_ps_export_begin), (ps_document_ps_export_do_page),
621         (ps_document_ps_export_end):
622
623         Fix unstructured documents save and print
624
625 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
626
627         * shell/ev-application.c: (ev_application_open_uri):
628
629         Fix window size persistance
630
631 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
632
633         * shell/ev-view.c: (ev_view_button_release_event):
634
635         Based on a patch from carlosgc@gnome.org. Mouse buttons
636         switch pages in presentation mode.
637
638 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
639
640         * shell/ev-page-cache.c: (ev_page_cache_get_size):
641
642         Dont cast to int before scaling
643
644 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
645
646         * backend/ev-link.c: (ev_link_type_get_type),
647         (ev_link_new_page_xyz), (ev_link_new_page_fit),
648         (ev_link_new_page_fith):
649         * backend/ev-link.h:
650         * pdf/ev-poppler.cc:
651         * shell/ev-view.c: (goto_fith_link), (ev_view_goto_link):
652
653         Implement FIT and FITH links
654
655 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
656
657         * pdf/ev-poppler.cc:
658
659         Return 0 results when search is not in progress.
660
661         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
662         (ev_window_cmd_go_next_page), (find_bar_search_changed_cb):
663
664         Update menu sensitivity when cancelling search
665
666 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
667
668         * shell/ev-view.c: (ev_view_can_find_next):
669
670         Take all pages in consideration, not just current one
671
672 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
673
674         * shell/ev-page-cache.c:
675         * shell/ev-page-cache.h:
676         * shell/ev-view.c: (ev_view_binding_activated),
677         (ev_view_next_page), (ev_view_previous_page),
678         (ev_sizing_mode_get_type):
679         * shell/ev-view.h:
680         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
681         (ev_window_cmd_go_next_page):
682
683         Move page next/previous functions from page chace to
684         view and change it to move by 2 page steps in dual mode.
685
686 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
687
688         * shell/ev-window.c: (update_sidebar_visibility),
689         (setup_sidebar_from_metadata), (ev_window_setup_document),
690         (setup_view_from_metadata):
691
692         Show the index by default when there is one     
693
694 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
695
696         * shell/ev-window-title.c: (ev_window_title_set_document):
697
698         Missing null check
699
700 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
701
702         * shell/ev-view.c: (view_update_range_and_current_page):
703         
704         Allow display of last odd page in dual view. Fix for 316347.
705
706 2005-09-17  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
707
708         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
709         
710         Make close button default. Fix for 316383.
711
712 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
713
714         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
715         
716         Mark close button as default. Fix for 316381.
717
718 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
719
720         * backend/ev-link.c: (ev_link_class_init):
721
722         Allow negative doubles in left/top properties
723
724 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
725
726         * shell/ev-window.c:
727
728         Remove a bunch of strings that was used only
729         by the statusbar.
730
731 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
732
733         * shell/ev-window-title.c: (get_filename_from_uri),
734         (ev_window_title_set_document):
735
736         When title has a confusing extension, show also
737         the document filename inside ()
738
739 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
740
741         * shell/Makefile.am:
742         * shell/ev-window-title.c: (ev_window_title_new),
743         (ev_window_title_update), (ev_window_title_set_type),
744         (ev_window_title_set_document), (ev_window_title_free):
745         * shell/ev-window-title.h:
746         * shell/ev-window.c: (ev_window_setup_document),
747         (password_dialog_response), (ev_window_popup_password_dialog),
748         (ev_window_dispose), (ev_window_init):
749
750         Factor out and cleanup window title code
751
752 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
753
754         * shell/ev-window.c: (unable_to_load_dialog_response_cb),
755         (unable_to_load):
756
757         Make dialog transient so it doesnt block other windows
758
759 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
760
761         * pdf/ev-poppler.cc:
762         
763         Fix pdf thumbnails rendering.
764
765 2005-09-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
766
767         * shell/ev-window.c: (fullscreen_set_timeout):
768         
769         Increase timeout to hide full screen popup. Bug 
770         316123. 
771
772 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
773
774         * data/evince.schemas.in:
775         * shell/ev-window.c: (update_action_sensitivity):
776
777         Allow the user to override document restrictions. Fix for bug
778         305818.
779
780 2005-09-13  Christian Persch  <chpe@cvs.gnome.org>
781
782         * shell/ev-window.c: (ev_window_update_fullscreen_popup),
783         (ev_window_create_fullscreen_popup), (ev_window_screen_changed),
784         (ev_window_class_init): Fix multihead behaviour of fullscreen
785         toolbar popup. Fixes bug #315451.
786
787 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
788
789         * configure.ac:
790         * data/evince-password.glade:
791         * shell/ev-password.c: (ev_password_dialog_set_property),
792         (ev_password_dialog_finalize), (ev_password_dialog_class_init),
793         (ev_password_dialog_init), (ev_password_set_bad_password_label),
794         (ev_password_dialog_entry_changed_cb),
795         (ev_password_dialog_entry_activated_cb),
796         (ev_password_dialog_save_password), (ev_password_keyring_found_cb),
797         (ev_password_search_in_keyring), (ev_password_dialog_get_password),
798         (ev_password_dialog_set_bad_pass):
799         * shell/ev-password.h:
800         * shell/ev-window.c: (password_dialog_response),
801         (ev_window_popup_password_dialog):
802         
803         Support for gnome-keyring for encrypted PDF's.
804
805 2005-09-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
806
807         * shell/ev-view.c: (handle_link_over_xy), (ev_view_realize),
808         (ev_view_motion_notify_event), (ev_view_leave_notify_event),
809         (ev_view_enter_notify_event), (ev_view_class_init):
810         
811         More precise handling of enter_notify/leave_notify events
812         in EvView. Fix for bug 315470.
813
814 2005-09-08  Christopher Aillon  <caillon@redhat.com>
815
816         * shell/ev-window.c: (fullscreen_timeout_cb),
817         (fullscreen_set_timeout), (fullscreen_clear_timeout),
818         (ev_window_dispose):
819
820         leak fix: unref fullscreen_timeout_source before clearing it
821
822 2005-09-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
823
824         * configure.ac, dvi/mdvi/Makefile.am: 
825         
826         Use lt1 instead lt1lib. Thanks to yselkowitz@users.sourceforge.net
827
828 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
829
830         * backend/ev-link.c: (ev_link_new_page_xyz):
831         * pdf/ev-poppler.cc:
832         * shell/ev-view.c: (goto_xyz_link), (ev_view_goto_link):
833
834         Fix some bugs with xyz links, respect zoom
835
836 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
837
838         * shell/ev-window.c: (page_changed_cb),
839         (setup_document_from_metadata), (update_sidebar_visibility),
840         (setup_view_from_metadata), (ev_window_run_fullscreen),
841         (ev_window_stop_fullscreen), (ev_window_run_presentation),
842         (ev_window_stop_presentation), (ev_window_continuous_changed_cb),
843         (ev_window_dual_mode_changed_cb),
844         (ev_window_sidebar_current_page_changed_cb):
845
846         null check uri before setting and getting metadata
847
848 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
849
850         * dvi/Makefile.am:
851         * properties/Makefile.am:
852         * shell/Makefile.am:
853         * thumbnailer/Makefile.am:
854
855         Some build fixes for cygwin. Patch by yselkowitz@users.sourceforge.net
856
857 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
858
859         * shell/ev-sidebar-links.c: (ev_sidebar_links_class_init),
860         (selection_changed_callback):
861         * shell/ev-sidebar-links.h:
862
863         Add a signal for link activation.
864
865         * shell/ev-view.c: (ev_view_goto_link),
866         (ev_view_button_release_event):
867         * shell/ev-view.h:
868         * shell/ev-window.c: (sidebar_links_link_activated_cb),
869         (ev_window_init):
870
871         Implement the signal so that we can handle all link types.
872
873         * shell/ev-page-cache.c:
874
875         Remove unused set_link function
876
877 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
878
879         * lib/ev-tooltip.c: (ev_tooltip_set_position):
880
881         Add some space from the cursor, hardcoded but I couldnt
882         find a better way.
883
884 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
885
886         * lib/ev-tooltip.c:
887
888         Use mozilla style vs gtk style, way better for links.
889
890         * shell/ev-view.c: (ev_view_motion_notify_event),
891         (ev_view_destroy), (ev_view_init):
892
893         Deactive tooltip when the link hovered is changed.
894
895 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
896
897         * backend/ev-document.h:
898         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_top),
899         (ev_link_get_left), (ev_link_get_zoom), (ev_link_get_property),
900         (ev_link_set_property), (ev_window_dispose), (ev_link_class_init),
901         (ev_link_new_page), (ev_link_new_page_xyz):
902         * backend/ev-link.h:
903         * pdf/ev-poppler.cc:
904         * shell/ev-view.c: (doc_point_to_view_point), (scroll_to_xyz_link),
905         (go_to_link), (tip_from_link):
906
907         Implement xyz links, still not functional. Links are a total
908         mess, will need to refactor and bugfix a lot :(
909
910 2005-09-05  Alessio Frusciante  <algol@firenze.linux.it>
911
912         * configure.ac: Added "it" (Italian) to ALL_LINGUAS.
913
914 2005-09-05  Marco Pesenti Gritti <mpg@redhat.com>
915
916         * data/evince-ui.xml:
917         * data/evince.schemas.in:
918         * shell/Makefile.am:
919         * shell/ev-window.c: (update_chrome_visibility),
920         (password_dialog_response), (ev_window_load_job_cb),
921         (ev_window_xfer_job_cb), (ev_window_open_uri),
922         (ev_window_class_init), (set_chrome_actions), (load_chrome),
923         (ev_window_init):
924
925         Remove the statusbar. This regress loading feedback, need to
926         check with Bryan what we want to do there...
927
928 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
929
930         * lib/ev-tooltip.c: (ev_tooltip_init):
931
932         Fix tooltip border and size handling
933
934 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
935
936         * lib/ev-tooltip.c: (ev_tooltip_dispose), (ev_tooltip_class_init),
937         (ev_tooltip_set_position), (ev_tooltip_recently_shown),
938         (ev_tooltip_timeout), (ev_tooltip_activate),
939         (ev_tooltip_deactivate):
940         * lib/ev-tooltip.h:
941         * shell/ev-view.c: (ev_view_motion_notify_event):
942
943         Delay popup showing. Mirror gtk logic/times.
944
945 2005-09-03  Marco Pesenti Gritti  <mpg@redhat.com>
946
947         * lib/Makefile.am:
948         * lib/ev-tooltip.c: (ev_tooltip_expose_event),
949         (ev_tooltip_class_init), (ev_tooltip_init), (ev_tooltip_new),
950         (ev_tooltip_set_text), (ev_tooltip_set_position):
951         * lib/ev-tooltip.h:
952
953         Simple widget to show tooltips at a custom position
954
955         * shell/ev-view.c: (tip_from_link), (ev_view_motion_notify_event),
956         (ev_view_destroy):
957
958         Use it for links. First go, needs work
959
960 2005-08-17  Dennis Cranston  <dennis_cranston@yahoo.com>
961
962         * shell/ev-window.c: (ev_window_cmd_edit_toolbar): A couple small 
963         HIG fixes.  Use title capitalization for window title. Use 12 
964         pixels of space between the dialog's vbox and action area.
965
966 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
967
968         * shell/ev-window.c: (file_open_dialog_response_cb),
969         (ev_window_cmd_file_open), (file_save_dialog_response_cb),
970         (ev_window_cmd_save_as):
971
972         Make file pickers not modal and refactor code some
973
974 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
975
976         * shell/ev-sidebar.h:
977         * shell/ev-sidebar.c: (ev_sidebar_set_property),
978         (ev_sidebar_get_current_page), (ev_sidebar_get_property),
979         (ev_sidebar_class_init), (ev_sidebar_select_page),
980         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_new),
981         (ev_sidebar_set_page):
982
983         Add a current page property and allow to get/set it
984
985         * shell/ev-window.c: (setup_view_from_metadata),
986         (ev_window_sidebar_current_page_changed_cb), (ev_window_init):
987
988         Persist current sidebar page per document
989
990 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
991
992         * data/evince.schemas.in:
993         * shell/ev-window.c: (update_chrome_visibility),
994         (setup_document_from_metadata), (update_sidebar_visibility),
995         (setup_view_from_metadata), (ev_window_sidebar_position_change_cb),
996         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
997         (ev_window_run_presentation), (ev_window_stop_presentation),
998         (ev_window_view_sidebar_cb),
999         (ev_window_sidebar_visibility_changed_cb), (set_chrome_actions),
1000         (load_chrome), (ev_window_init):
1001
1002         Persist size/visibility of sidebar per document
1003
1004 Fri Sep  2 00:59:55 2005  Jonathan Blandford  <jrb@redhat.com>
1005
1006         * shell/ev-view.c (draw_loading_text): Draw loading text.
1007
1008 2005-09-02  Dan Damian  <dand@gnome.ro>
1009
1010         * configure.in: Added "ro" to ALL_LINGUAS.
1011
1012 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
1013
1014         * shell/ev-view.c: (clear_caches):
1015
1016         ev_page_cache_get doesnt return a reference,
1017         dont try to unref it.
1018
1019 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
1020
1021         * shell/main.c: (load_files_remote):
1022
1023         Fix timestamp parameter with dbus <= 0.33
1024
1025 2005-08-31  Marco Pesenti Gritti  <mpg@redhat.com>
1026
1027         * data/evince.schemas.in:
1028
1029         Add missing full stop
1030
1031 2005-08-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
1032
1033         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info):
1034         * shell/ev-window.c: (ev_window_print_range), (ev_window_dispose):
1035
1036         Plug some memory leaks
1037
1038 2005-08-29  Christian Persch  <chpe@cvs.gnome.org>
1039
1040         * configure.ac:
1041         * lib/ev-debug.c: (trap_handler):
1042
1043         Check for execinfo.h and use it only if it exists.
1044         Ported from Epiphany (bug #314776).
1045
1046 2005-08-29  Duarte Loreto <happyguy_pt@hotmail.com>
1047
1048         * configure.ac: Added Portuguese (pt) to ALL_LINGUAS.
1049
1050 2005-08-27  Mohammad DAMT  <mdamt@gnome.org>
1051
1052         * configure.ac: Added Indonesian "id" to ALL_LINGUAS
1053         * po/id.po      : Added Indonesian translation
1054
1055 Fri Aug 26 00:45:09 2005  Jonathan Blandford  <jrb@redhat.com>
1056
1057         * shell/main.c:
1058         * shell/ev-application.c: Last minute GTK-2.6 fixes.
1059         * NEWS: Release 0.4.0
1060
1061 Thu Aug 25 23:40:23 2005  Jonathan Blandford  <jrb@redhat.com>
1062
1063         * configure.ac: catch another gtk+-2.8ism
1064         * shell/main.c: Make work with gtk+-2.6
1065
1066 2005-08-25  Ryan Lortie  <desrt@desrt.ca>
1067
1068         * shell/ev-application-service.xml: Add 'timestamp' argument to
1069           ev_application_open_window and ev_application_open_uri methods.
1070
1071         * shell/ev-application.h: Add 'timestamp' argument to
1072           ev_application_open_window, ev_application_open_uri,
1073           and ev_application_open_uri_list functions.
1074
1075         * shell/ev-application.c (ev_application_open_window,
1076           ev_application_open_uri, ev_application_open_uri_list): Change
1077           functions that show/present windows to use a timestamp if one
1078           is passed in.
1079
1080         * shell/ev-window.c (ev_window_cmd_file_open,
1081           ev_window_cmd_recent_file_activate, drag_data_received_cb):
1082         * shell/main.c (load_files): Modify calls to ev_application to
1083           include GDK_CURRENT_TIME as timestamp.
1084
1085         * shell/main.c (load_files_remote): Obtain timestamp for client
1086           instance from GDK and pass to server instance so new windows are
1087           focused properly.  Fix dbus_g_proxy_call() calls by including second
1088           G_TYPE_INVALID.
1089           
1090         Closes bug #314475.
1091
1092 Thu Aug 25 22:13:08 2005  Jonathan Blandford  <jrb@redhat.com>
1093
1094         * shell/ev-window.c (ev_window_finalize): Check for
1095         avail. EvWindows when quiting to handle the finalize better,
1096         #314497
1097
1098 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1099         
1100         * properties/ev-properties-view.c: 
1101         
1102         Set textdomain to libglade. Fixes translation problem in property page.
1103
1104 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1105
1106         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
1107         * dvi/Makefile.am:
1108         * dvi/dvi-document.c: (dvi_document_thumbnails_get_thumbnail):
1109         * dvi/mdvi-lib/Makefile.am:
1110         
1111         Fix rotation of thumbnails, ported to new API. Moved library
1112         dependencies earlier, probably it will fix linkage problem.
1113
1114 Thu Aug 25 02:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
1115
1116         * backend/ev-document-misc.c:
1117         (ev_document_misc_get_thumbnail_frame):
1118         * backend/ev-document-misc.h:
1119         * configure.ac:
1120         * pdf/ev-poppler.cc:
1121         * shell/Makefile.am:
1122         * shell/ev-sidebar-thumbnails.c: (add_range),
1123         (ev_sidebar_thumbnails_set_loading_icon),
1124         (ev_sidebar_thumbnails_refresh),
1125         (ev_sidebar_thumbnails_set_document):
1126         * shell/ev-sidebar-thumbnails.h:
1127         * shell/ev-view.c: (ev_view_motion_notify_event),
1128         (ev_view_set_property), (ev_view_get_property),
1129         (ev_view_class_init), (ev_view_set_rotation):
1130         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
1131         (ev_window_cmd_edit_rotate_right), (ev_window_rotation_changed_cb),
1132         (ev_window_init):
1133         * tiff/tiff-document.c: (tiff_document_thumbnails_get_thumbnail):
1134         Redo rotation (again).  prepare for 0.4.0
1135
1136 2005-08-24  Kristian Høgsberg  <krh@redhat.com>
1137
1138         * configure.ac: Bump poppler requirement to 0.4.1.
1139
1140         * pdf/ev-poppler.cc (pdf_selection_render_selection): Add rotation
1141         argument to poppler_page_render_selection() call.
1142
1143 2005-08-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1144
1145         * djvu/djvu-document.c: (djvu_document_render_pixbuf),
1146         (djvu_document_thumbnails_get_thumbnail):
1147         * dvi/dvi-document.c: (dvi_document_render_pixbuf),
1148         (dvi_document_thumbnails_get_thumbnail):
1149         * pixbuf/pixbuf-document.c: (pixbuf_document_render_pixbuf),
1150         (pixbuf_document_thumbnails_get_thumbnail):
1151         * tiff/tiff-document.c: (tiff_document_render_pixbuf):
1152         
1153         Update rotation direction of backends to fit with pdf and ps.
1154
1155 2005-08-24  Marco Pesenti Gritti  <mpg@redhat.com>
1156
1157         * backend/ev-async-renderer.c: (ev_async_renderer_render_pixbuf):
1158         * backend/ev-async-renderer.h:
1159         * ps/ps-document.c: (ps_document_init), (setup_pixmap),
1160         (setup_page), (ps_document_get_page_size),
1161         (ps_async_renderer_render_pixbuf):
1162         * ps/ps-document.h:
1163         * shell/ev-jobs.c: (ev_job_render_run):
1164
1165         Fix orientation in the postscript document
1166
1167 2005-08-23  Marco Pesenti Gritti  <mpg@redhat.com>
1168
1169         * pdf/ev-poppler.cc:
1170         * ps/ps-document.c: (push_pixbuf), (ps_document_widget_event):
1171         * shell/ev-view.c: (highlight_find_results):
1172
1173         Adapt to the new poppler rotation API. Fix text maps on landscape
1174         documents.
1175
1176 Sat Aug 20 17:13:48 2005  Jonathan Blandford  <jrb@redhat.com>
1177
1178         * shell/ev-view.c (compute_new_selection_text): get the correct
1179         region when selecting in modes other than continuous.
1180
1181 Sat Aug 20 13:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
1182
1183         * shell/main.c (main): remove redundant g_warnings.
1184
1185 2005-08-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1186
1187         * shell/Makefile.am: Don't include autogenerated
1188         file ev-application-service.h into distribution, since
1189         it causes dbus crash. Fix for bugs 313724 and 313443. 
1190
1191 2005-08-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1192
1193         * configure.ac: Fix sed expression for FreeBSD. Thanks
1194         to Joe Marcus Clark <marcus@freebsd.org>
1195         
1196         * shell/eggfindbar.c: (entry_activate_callback),
1197         (entry_changed_callback), (egg_find_bar_init),
1198         (egg_find_bar_set_search_string):
1199         
1200         Made findbar buttons unsensitive if there is no text in
1201         entry. Fix for the bug 313285.
1202
1203 2005-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1204
1205         * ps/ps-document.c: Use g_filename_display_name for displaying
1206         filenames and revert string freeze breackage
1207
1208 2005-08-17  Marco Pesenti Gritti  <mpg@redhat.com>
1209
1210         * NEWS:
1211         * configure.ac:
1212
1213         Update for 0.3.4
1214
1215         * shell/Makefile.am:
1216
1217         Add ev-application-service.xml to extra dist
1218
1219         * shell/ev-view.c: (find_page_at_location):
1220
1221         Remove unused function (fix warning)
1222
1223 2005-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1224
1225         * dvi/mdvi-lib/t1.c: (t1_reset_resolution), (t1_really_load_font),
1226         (t1_load_font), (t1_glyph_bitmap), (t1_font_remove):
1227         
1228         Fix warnings and compilation with t1lib-5.0 and newer. Fix for 
1229         bug 313623.
1230
1231 2005-08-16  Nickolay V. Shmyrev   <nshmyrev@yandex.ru>
1232
1233         * shell/ev-utils.c: (set_umask_permissions), (write_to_temp_file):
1234         * shell/ev-window.c:
1235         Fix build warnings
1236
1237 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1238
1239         * configure.ac: Update script to get dbus version.
1240         Fix for the bug #313443.
1241
1242 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1243
1244         * shell/ev-window.c: (ev_window_cmd_escape):
1245         
1246         Return focus back to view on escape. Fix for bug 313295.
1247
1248 2005-08-16  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
1249
1250         * shell/ev-window.c: (update_window_title),
1251         (ev_window_popup_password_dialog), (ev_window_load_job_cb),
1252         (ev_window_cmd_save_as):
1253         
1254         Correct conversion from uri to displayable string. Fix for
1255         bug 313296.
1256
1257 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1258
1259         * ps/ps-document.c: convert filename to utf8 when there is an error
1260         loading document. Fixes #309915
1261
1262 2005-08-16  Marco Pesenti Gritti  <mpg@redhat.com>
1263
1264         * configure.ac:
1265
1266         We depend on poppler 0.4.0
1267
1268 Mon Aug 15 21:53:05 2005  Jonathan Blandford  <jrb@redhat.com>
1269
1270         * configure.ac:
1271         * NEWS: Release 0.3.3.
1272         * thumbnailer/evince-thumbnailer.c: Remove pdf icon.
1273
1274 2005-08-14  Dennis Cranston  <dennis_cranston@yahoo.com>
1275
1276         * shell/ev-window.c: (ev_window_cmd_file_open): HIG fixes:  
1277         add a couple missing mnemonics to menu items, use title 
1278         capitalization for menu items and window titles, and add 
1279         ellipsis to open menu item.     
1280
1281 Mon Aug 15 00:40:21 2005  Jonathan Blandford  <jrb@redhat.com>
1282
1283         * pdf/ev-poppler.cc:
1284         * shell/ev-metadata-manager.c: (ev_metadata_manager_init):
1285         * shell/ev-view.c: (ev_view_rotate_left), (ev_view_set_rotation),
1286         (ev_view_get_rotation):
1287         * shell/ev-view.h:
1288         * shell/ev-window.c: (setup_view_from_metadata),
1289         (save_rotation_to_file), (ev_window_cmd_edit_rotate_left),
1290         (ev_window_cmd_edit_rotate_right): Fix rotation.  Save it to
1291         disk.
1292
1293 2005-08-14  Baris Cicek <baris@teamforce.name.tr>
1294
1295         * configure.ac: Added tr to ALL_LINGUAS
1296
1297 2005-08-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
1298
1299         * shell/ev-view.c: Fix for bug Bug 311838. Search backward
1300         requires several clicks to find word. Thanks to 
1301         Colin Slater <kiltedtaco@gmail.com>.
1302
1303 2005-08-11  Bryan Clark  <clarkbw@cvs.gnome.org>
1304
1305         * data/evince.desktop.in.in: Hide menu entry and
1306         rename it to "Document Viewer". Fix for bug 
1307         #312399.
1308
1309 2005-08-11  Crispin Flowerday  <gnome@flowerday.cx>
1310
1311         * shell/ev-page-action.c (ev_page_action_class_init): 
1312
1313         Point to the correct function in constructor of the
1314         activate_label signal
1315
1316 Tue Aug  9 02:17:13 2005  Jonathan Blandford  <jrb@redhat.com>
1317
1318         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
1319         * shell/ev-jobs.h: Make thread safe.
1320
1321 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1322
1323         * shell/ev-view.c: (view_update_range_and_current_page):
1324         Don't update page range if we are scrolling to some document
1325         point.
1326
1327 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1328
1329         * shell/ev-view.c: (get_page_extents): reverse rotation/scale
1330         when getting max_page_width, fix drawing in dual mode.
1331
1332 Sun Aug  7 02:06:08 2005  Jonathan Blandford  <jrb@redhat.com>
1333
1334         * shell/ev-view.c (ev_view_select_all): reverse rotation/page when
1335         getting the area for select_all.
1336
1337 2005-08-06  Kristian Høgsberg  <krh@redhat.com>
1338
1339         * backend/ev-selection.c: (ev_selection_render_selection):
1340         * backend/ev-selection.h:
1341         * pdf/ev-poppler.cc:
1342         * shell/ev-jobs.c: (ev_job_render_new):
1343         * shell/ev-jobs.h:
1344         * shell/ev-pixbuf-cache.c: (get_selection_colors),
1345         (add_job_if_needed), (ev_pixbuf_cache_get_selection_pixbuf):
1346         * shell/ev-view.c: (ev_view_focus_in), (ev_view_focus_out),
1347         (ev_view_class_init):
1348
1349         Change selection color on focus in and focus out events.  Also,
1350         poppler now uses GdkColor for specifying the selection colors, so
1351         drop some awkward conversion code.
1352
1353 2005-08-06  Yair Hershkovitz  <yairhr@gmail.com>
1354
1355         * configure.ac: Added Hebrew translation
1356
1357 Sat Aug  6 01:12:44 2005  Jonathan Blandford  <jrb@redhat.com>
1358
1359         * NOTES:
1360         * backend/ev-selection.c: (ev_selection_render_selection):
1361         * backend/ev-selection.h:
1362         * pdf/ev-poppler.cc:
1363         * shell/ev-jobs.c: (ev_job_render_dispose), (ev_job_render_new),
1364         (ev_job_render_run):
1365         * shell/ev-jobs.h:
1366         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
1367         (ev_pixbuf_cache_new), (job_finished_cb), (add_job_if_needed),
1368         (convert_gdk_color_to_uint), (ev_pixbuf_cache_get_text_mapping),
1369         (ev_pixbuf_cache_style_changed),
1370         (ev_pixbuf_cache_get_selection_pixbuf),
1371         (ev_pixbuf_cache_set_selection_list),
1372         (ev_pixbuf_cache_get_selection_list):
1373         * shell/ev-pixbuf-cache.h:
1374         * shell/ev-utils.c: (ev_print_region_contents):
1375         * shell/ev-utils.h:
1376         * shell/ev-view.c: (ev_view_queue_draw_page),
1377         (selection_update_idle_cb), (ev_view_motion_notify_event),
1378         (ev_view_style_set), (draw_one_page), (ev_view_class_init),
1379         (setup_caches), (ev_view_find_next), (merge_selection_region),
1380         (selection_free):
1381         * shell/ev-window.c: (ev_window_update_fullscreen_popup):
1382
1383         Clean up selection to be much smoother!
1384
1385 2005-08-05  Kristian Høgsberg  <krh@redhat.com>
1386
1387         * pdf/ev-poppler.cc (pdf_selection_render_selection): Pass colors
1388         to poppler_page_render_selection().
1389
1390 2005-08-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1391
1392         * ps/ps-document.c: (save_page_list): Use
1393         unzipped document when printing. Thanks to 
1394         Colin Slater <kiltedtaco@gmail.com>. Fix for bug
1395         311016.
1396
1397 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1398
1399         * shell/ev-window.c: (update_action_sensitivity):
1400         
1401         Disable print and save respect to lockdown gconf keys. Fix
1402         for 312342.
1403
1404 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1405
1406         * configure.ac:
1407         * shell/ev-utils.c: (rename_file), (set_umask_permissions),
1408         (write_to_temp_file), (ev_file_set_contents):
1409         * shell/ev-utils.h:
1410         * shell/ev-window.c: (save_print_config_to_file):
1411         
1412         Copy-paste g_file_set_contents to keep compatibility with gtk 2.6
1413         Fix for bug 312238
1414
1415 2005-07-31  Christian Persch  <chpe@cvs.gnome.org>
1416
1417         * shell/ev-window.c: (load_print_config_from_file),
1418         (save_print_config_to_file), (ev_window_print_range):
1419
1420         Persist the print settings. Fixes bug #311578.
1421
1422 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1423
1424         * djvu/djvu-document.c: (djvu_document_get_page_size),
1425         (djvu_document_render_pixbuf), (djvu_document_document_iface_init),
1426         (djvu_document_thumbnails_get_thumbnail):
1427         * dvi/dvi-document.c: (dvi_document_get_page_size),
1428         (dvi_document_render_pixbuf), (dvi_document_document_iface_init),
1429         (dvi_document_thumbnails_get_dimensions),
1430         (dvi_document_thumbnails_get_thumbnail):
1431         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size),
1432         (pixbuf_document_render_pixbuf),
1433         (pixbuf_document_document_iface_init),
1434         (pixbuf_document_thumbnails_get_thumbnail):
1435         
1436         Update backends to make them build with new rotation system.
1437
1438 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1439
1440         * help/C/figures/evince_start_window.png:
1441         
1442         Update documentation image from Luca Ferretti <elle.uca@libero.it>
1443
1444 Sat Jul 30 19:09:34 2005  Jonathan Blandford  <jrb@redhat.com>
1445
1446         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_clear):
1447         * shell/ev-pixbuf-cache.h:
1448         * shell/ev-sidebar-thumbnails.c:
1449         (ev_sidebar_thumbnails_get_property), (add_range),
1450         (adjustment_changed_cb):
1451         * shell/ev-view.c: (ev_view_set_rotation): Fix rotation and the
1452         pixbuf cache.  Make thumbnailing work again.  Also, fix bug where
1453         we were thumbnailing the entire docment on startup, slowing us
1454         down hugely. 
1455
1456 Fri Jul 29 23:14:28 2005  Jonathan Blandford  <jrb@redhat.com>
1457
1458         * shell/ev-page-cache.c: (ev_page_cache_new):
1459         * shell/ev-window.c: (update_action_sensitivity): Handle n_pages
1460         == 0, fixes #310306.
1461
1462 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
1463
1464         * shell/ev-view.c: (doc_rect_to_view_rect), (ev_view_rotate_right),
1465         (ev_view_rotate_left):
1466
1467         Account rotation in doc_rect_to_view_rect.
1468         Ensure rotation doesnt go out of bounds.
1469
1470 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
1471
1472         * shell/ev-page-cache.c: (ev_page_cache_get_size):
1473
1474         Correct and cleanup w/h swapping
1475
1476 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
1477
1478         * backend/ev-document-thumbnails.c:
1479         (ev_document_thumbnails_get_thumbnail):
1480         * backend/ev-document-thumbnails.h:
1481         * backend/ev-document.c:
1482         * backend/ev-document.h:
1483         * backend/ev-render-context.c: (ev_render_context_new),
1484         (ev_render_context_set_rotation):
1485         * backend/ev-render-context.h:
1486         * pdf/ev-poppler.cc:
1487         * ps/ps-document.c: (ps_document_document_iface_init):
1488         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
1489         * shell/ev-jobs.h:
1490         * shell/ev-page-cache.c: (build_height_to_page),
1491         (ev_page_cache_new), (ev_page_cache_get_size),
1492         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
1493         (ev_page_cache_get_height_to_page):
1494         * shell/ev-page-cache.h:
1495         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
1496         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
1497         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed),
1498         (ev_pixbuf_cache_get_selection_pixbuf):
1499         * shell/ev-pixbuf-cache.h:
1500         * shell/ev-print-job.c: (idle_print_handler):
1501         * shell/ev-sidebar-thumbnails.c: (add_range):
1502         * shell/ev-view.c: (view_update_range_and_current_page),
1503         (get_page_y_offset), (get_page_extents),
1504         (ev_view_size_request_continuous_dual_page),
1505         (ev_view_size_request_continuous),
1506         (ev_view_size_request_dual_page),
1507         (ev_view_size_request_single_page), (draw_one_page),
1508         (ev_view_set_rotation), (ev_view_rotate_right),
1509         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
1510         (ev_view_zoom_for_size_continuous_and_dual_page),
1511         (ev_view_zoom_for_size_continuous),
1512         (ev_view_zoom_for_size_dual_page),
1513         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
1514         (ev_view_select_all):
1515         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
1516         * tiff/tiff-document.c: (tiff_document_render_pixbuf),
1517         (tiff_document_document_iface_init),
1518         (tiff_document_thumbnails_get_thumbnail):
1519
1520         Use rotation rather than orientation. It's easier and enough
1521         for our needs.
1522
1523 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
1524
1525         * shell/ev-page-cache.c: (build_height_to_page),
1526         (ev_page_cache_new), (ev_page_cache_get_size),
1527         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
1528         (ev_page_cache_get_height_to_page):
1529         * shell/ev-page-cache.h:
1530         * shell/ev-view.c: (get_page_y_offset), (get_page_extents),
1531         (ev_view_size_request_continuous_dual_page),
1532         (ev_view_size_request_continuous),
1533         (ev_view_zoom_for_size_continuous_and_dual_page),
1534         (ev_view_zoom_for_size_continuous):
1535
1536         Make the page cache aware of page orientation.
1537
1538 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
1539
1540         * backend/ev-document-thumbnails.c:
1541         (ev_document_thumbnails_get_thumbnail):
1542         * backend/ev-document-thumbnails.h:
1543         * backend/ev-document.c:
1544         * backend/ev-document.h:
1545         * backend/ev-ps-exporter.c: (ev_ps_exporter_do_page):
1546         * backend/ev-ps-exporter.h:
1547         * pdf/ev-poppler.cc:
1548         * ps/ps-document.c: (ps_document_document_iface_init),
1549         (ps_document_ps_export_do_page):
1550         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
1551         * shell/ev-jobs.h:
1552         * shell/ev-page-cache.c: (ev_page_cache_get_size),
1553         (ev_page_cache_get):
1554         * shell/ev-page-cache.h:
1555         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
1556         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
1557         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed):
1558         * shell/ev-pixbuf-cache.h:
1559         * shell/ev-print-job.c: (idle_print_handler):
1560         * shell/ev-sidebar-thumbnails.c: (add_range):
1561         * shell/ev-view.c: (view_update_range_and_current_page),
1562         (get_page_extents), (ev_view_size_request_dual_page),
1563         (ev_view_size_request_single_page), (draw_one_page),
1564         (clear_caches), (ev_view_set_orientation), (ev_view_rotate_right),
1565         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
1566         (ev_view_zoom_for_size_dual_page),
1567         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
1568         (ev_view_select_all):
1569         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
1570         * tiff/tiff-document.c: (tiff_document_get_page_size),
1571         (tiff_document_get_orientation), (rotate_pixbuf),
1572         (tiff_document_render_pixbuf), (tiff_document_document_iface_init),
1573         (tiff_document_thumbnails_get_thumbnail),
1574         (tiff_document_ps_export_do_page), (tiff_document_init):
1575
1576         Really make use of the orientation bit of the render context.
1577         Use the render context in a few more places in the backend API.
1578         This regress orientation, but now it's done right. Will try to
1579         fix it up asap...
1580
1581 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
1582
1583         * shell/ev-view.c: (ensure_rectangle_is_visible):
1584
1585         Patch by Nickolay V. Shmyrev to fix find flickering
1586
1587 2005-07-27  Martin Kretzschmar  <martink@gnome.org>
1588
1589         * backend/ev-ps-exporter.h: add paper_width, paper_height, and
1590         duplex parameters to ::begin.
1591
1592         * tiff/tiff-document.c (tiff_document_ps_export_begin): 
1593         * shell/ev-print-job.c (idle_print_handler): 
1594         * ps/ps-document.c (ps_document_ps_export_begin): 
1595         * pdf/ev-poppler.cc (pdf_document_ps_exporter_begin): 
1596         * backend/ev-ps-exporter.c (ev_ps_exporter_begin): update
1597         implementations. Poppler backend needs poppler cvs. Rest has
1598         unchanged behavior.
1599
1600 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
1601
1602         * shell/ev-window.c (using_pdf_printer): new function.
1603         (ev_window_print_range): print a less techy message if someone
1604         tries to print to PDF.
1605
1606 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
1607
1608         * pdf/ev-poppler.cc (font_type_to_string): Remove trailing space
1609         from "unknown font" string. Bug #311431
1610
1611 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
1612
1613         * help/es/.cvsignore, help/sr/.cvsignore: ignore xmlpo output.
1614
1615 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
1616
1617         Bug #311280
1618         
1619         * pdf/ev-poppler.cc (font_type_to_string): new, returns user readable
1620         name for PopplerFontTypes
1621         (pdf_document_fonts_fill_model): add font type to the detail column
1622
1623         * backend/ev-document-fonts.h: added
1624         EV_DOCUMENT_FONTS_COLUMN_DETAILS.
1625
1626         * shell/ev-properties-fonts.c (font_cell_data_func): glue together
1627         font name and font details, add a little markup.
1628         (ev_properties_fonts_init): use the new cell data func, specify ypad
1629         property for the cell renderer.
1630         (ev_properties_fonts_set_document): add the details column.
1631
1632 2005-07-24  Artur Flinta  <aflinta@cvs.gnome.org>
1633
1634         * configure.ac: Added "pl" to ALL_LINGUAS.
1635
1636 2005-07-24  Danilo Šegan  <danilo@gnome.org>
1637
1638         * configure.ac: Added "sr" and "sr@Latn" to ALL_LINGUAS.
1639
1640 2005-07-23  Tommi Vainikainen  <thv@iki.fi>
1641
1642         * help/ChangeLog: Started this for translations of manual.
1643         * configure.ac, autogen.sh, .cvsignore: Migrated to
1644         gnome-doc-utils. Patch in bug #311222.
1645
1646 2005-07-22  Martin Kretzschmar  <martink@gnome.org>
1647
1648         * backend/ev-document-factory.c (mime_type_supported_by_gdk_pixbuf): 
1649         #ifdef this away to fix an unused-function warning.
1650
1651 2005-07-22  Ignacio Casal Quinteiro  <nacho.resa@gmail.com>
1652
1653         * configure.ac: Added 'gl' to ALL_LINGUAS.
1654
1655 2005-07-22  Pawan Chitrakar  <pawan@nplinux.org>
1656
1657         * configure.ac: Added ne in ALL_LINGUAS
1658         
1659 2005-07-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1660
1661         * shell/ev-view.c: (ev_view_leave_notify_event):
1662         
1663         Clear status message when pointer leaves view. Fix for bug
1664         #310818 
1665
1666 2005-07-20 Ankit Patel <ankit644@yahoo.com>
1667
1668         * configure.ac: Gujarati (gu) added to ALL_LINGUAS
1669
1670 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1671
1672         * shell/ev-view.c: (ev_view_leave_notify_event),
1673         (ev_view_class_init):
1674         
1675         Set cursor to normal then leaving view.
1676
1677 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1678
1679         * configure.ac:
1680         
1681         Fix required djvulibre version.
1682
1683 2005-07-15  Rajesh Ranjan <rajeshkajha@yahoo.com>
1684
1685         *configure.ac: Hindi (hi) language added
1686
1687 2005-07-15  Amanpreet Singh Brar <amanpreetalam@yahoo.com>
1688
1689         *configure.ac: Punjabi (pa) Language added
1690
1691 2005-07-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
1692
1693         * data/evince-ui.xml, shell/ev-window.c:
1694         
1695         Add keypad accelerators for zooming. Fix for bug 308128.
1696
1697 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
1698
1699         * Makefile.am:
1700         * backend/Makefile.am:
1701         * backend/ev-document-factory.c: (ev_document_type_get_from_mime):
1702         * configure.ac:
1703         * shell/ev-document-types.c: (ev_document_types_add_filters):
1704
1705         Allow to enable/disable the pixbuf backend.
1706         Default to off for now. If we want it enabled we should
1707         really put mime types in the desktop, implement properties etc.
1708
1709         * properties/evince-properties.c:
1710
1711         Initialize error to NULL.
1712         Check error is not NULL before freeing.
1713
1714 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
1715
1716         * shell/ev-window.c:
1717
1718         Use F5 as presentation accell
1719
1720 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
1721
1722         * shell/ev-window.c: (update_chrome_visibility),
1723         (ev_window_create_fullscreen_popup), (ev_window_init):
1724
1725         Do not leak the fullscreen toolbar
1726
1727 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
1728
1729         * shell/ev-window.c: (view_actions_focus_in_cb),
1730         (view_actions_focus_out_cb):
1731
1732         These has a return value! Fix totally random focus
1733         issues we was seeing.
1734
1735 2005-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
1736
1737         * shell/main.c: (load_files_remote):
1738
1739         Allow open more than one file
1740
1741 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
1742
1743         * shell/main.c: (load_files_remote):
1744
1745         Fix for dbus 0.33. bug #309975
1746
1747 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
1748
1749         * properties/ev-properties-main.c: (ev_properties_get_pages):
1750
1751         Actually return NULL for types we dont support
1752
1753 2005-07-08  Christian Persch  <chpe@cvs.gnome.org>
1754
1755         * po/POTFILES.in:
1756
1757         Remove empty lines.
1758
1759 2005-07-08  Marco Pesenti Gritti  <marco@gnome.org>
1760
1761         * backend/ev-document-factory.c:
1762         (ev_document_factory_get_document):
1763
1764         Do not try to create the object if type
1765         is invalid.
1766
1767 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
1768
1769         * ps/ps-document.c: (ps_document_dispose),
1770         (ps_async_renderer_render_pixbuf):
1771         * ps/ps-document.h:
1772
1773         Do not leak the target window
1774
1775 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
1776
1777         * shell/ev-application.c: (ev_application_init):
1778
1779         Let tbe check file existence for us.
1780         Add a comment about eggrecent mime filter.
1781
1782 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
1783
1784         * data/evince-ui.xml:
1785         * shell/ev-application.c: (ev_application_shutdown),
1786         (ev_application_init), (ev_application_get_toolbars_model),
1787         (ev_application_get_recent_model),
1788         (ev_application_save_toolbars_model):
1789         * shell/ev-application.h:
1790         * shell/ev-window.c: (ev_window_add_recent),
1791         (ev_window_setup_recent), (ev_window_cmd_edit_toolbar_cb),
1792         (ev_window_cmd_edit_toolbar), (ev_window_dispose),
1793         (ev_window_init):
1794
1795         Use common toolbar and recent models for all windows.
1796         Patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1797
1798 Thu Jul  7 23:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
1799
1800         * configure.ac: add FRONTEND_CORE_LIBS to evince_save_LIBS so we
1801         successfully check for gtk_icon_view_get_visible_range.
1802
1803 2005-07-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1804
1805         * djvu/Makefile.am:
1806         * dvi/Makefile.am:
1807         
1808         Fix djvu and dvi backend build.
1809
1810 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
1811
1812         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c: (new_pixbuf_from_widget),
1813         (new_separator_pixbuf):
1814
1815         Don't leak windows.
1816
1817 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
1818
1819         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
1820
1821         HIGification of toolbar editor dialogue.
1822
1823 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
1824
1825         * configure.ac:
1826         * shell/Makefile.am:
1827
1828         Ever build metadata manager since it's just
1829         disabled at runtime now.
1830
1831 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
1832
1833         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
1834         (ev_metadata_manager_get), (ev_metadata_manager_set):
1835         * shell/ev-metadata-manager.h:
1836
1837         Add an _init functions that enabled metadata management
1838         at runtime.
1839
1840         * shell/ev-window.c: (page_changed_cb),
1841         (setup_document_from_metadata), (ev_window_setup_document),
1842         (setup_view_from_metadata), (ev_window_open_uri),
1843         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
1844         (ev_window_run_presentation), (ev_window_stop_presentation),
1845         (save_sizing_mode), (ev_window_zoom_changed_cb),
1846         (ev_window_continuous_changed_cb),
1847         (ev_window_dual_mode_changed_cb), (window_state_event_cb),
1848         (window_configure_event_cb):
1849
1850         Remove all ugly metadata define since we deal with it
1851         at runtime now.
1852
1853         * shell/main.c: (load_files_remote), (main):
1854
1855         Add support for dbus cvs head. Hopefully didnt break one
1856         of the other versions now!
1857
1858         If we dont get a response from the dbus server just
1859         give up with it and not enable metadata.
1860
1861 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
1862
1863         * Makefile.am:
1864         * backend/Makefile.am:
1865         * configure.ac:
1866         * cut-n-paste/recent-files/Makefile.am:
1867         * cut-n-paste/toolbar-editor/Makefile.am:
1868         * cut-n-paste/zoom-control/Makefile.am:
1869         * lib/Makefile.am:
1870         * pdf/Makefile.am:
1871         * pixbuf/Makefile.am:
1872         * properties/Makefile.am:
1873         * ps/Makefile.am:
1874         * shell/Makefile.am:
1875         * thumbnailer/Makefile.am:
1876         * tiff/Makefile.am:
1877
1878         Make frontends depend on just libev.
1879         Rework and group CFLAGS/LIBS definitions.
1880         Cleanups.
1881
1882 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
1883
1884         * shell/ev-window:
1885
1886         do not unnecessarily save zoom
1887
1888         * configure.ac:
1889         * lib/ev-file-helpers.c: (ev_dot_dir):
1890         * shell/Makefile.am:
1891         * shell/dummy.cc:
1892
1893         Some cleanups
1894
1895 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
1896
1897         * configure.ac:
1898         
1899         Remove unnecessary dependencies
1900
1901 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
1902
1903         * properties/Makefile.am:
1904         * thumbnailer/Makefile.am:
1905         * tiff/Makefile.am:
1906
1907         Some more cleanups. Was really necessary
1908         but I probably introduced bugs, feel free
1909         to flame :)
1910
1911 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
1912
1913         * backend/Makefile.am:
1914         * configure.ac:
1915         * cut-n-paste/recent-files/Makefile.am:
1916         * cut-n-paste/toolbar-editor/Makefile.am:
1917         * cut-n-paste/zoom-control/Makefile.am:
1918         * lib/Makefile.am:
1919         * pdf/Makefile.am:
1920         * pixbuf/Makefile.am:
1921         * properties/Makefile.am:
1922         * ps/Makefile.am:
1923         * shell/Makefile.am:
1924         * thumbnailer/Makefile.am:
1925         * tiff/Makefile.am:
1926
1927         Use gnome-common macros when possible.
1928         Cleanup dependencies.
1929         Actually disable deprecated where possible.
1930
1931 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
1932
1933         * Makefile.am:
1934         * backend/Makefile.am:
1935         * properties/Makefile.am:
1936         * shell/Makefile.am:
1937         * thumbnailer/Makefile.am:
1938
1939         This should solve the circular dep without
1940         requiring dir reorg!
1941
1942         * shell/ev-window.c: (setup_view_from_metadata):
1943
1944         Never restore window size/position when the
1945         window is already visible.
1946
1947 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
1948
1949         * shell/ev-metadata-manager.c: (ev_metadata_manager_save):
1950
1951         Return a boolean from timeout func. Fix ported from gedit.
1952
1953 2005-07-07  Iñaki Larrañaga  <dooteo@euskalgnu.org>
1954
1955         * configure.ac: Added "eu" (Basque) to ALL_LINGUAS.
1956
1957 2005-07-06  Carlos Garcia Campos  <carlosgc@gnome.org>
1958
1959         * shell/ev-document-types.c: set "All Documents" as default filter in
1960         open dialog
1961
1962 2005-07-06  Martin Kretzschmar  <martink@gnome.org>
1963
1964         * shell/ev-metadata-manager.c (ev_metadata_manager_set_int)
1965         (ev_metadata_manager_set_double, ev_metadata_manager_set_string)
1966         (ev_metadata_manager_set_boolean): fix value/val thinko.
1967
1968 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
1969
1970         * shell/ev-window.c: (setup_view_from_metadata),
1971         (window_state_event_cb), (window_configure_event_cb),
1972         (ev_window_init):
1973
1974         Remember window position and maximized state
1975
1976 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
1977
1978         * configure.ac:
1979
1980         Fix DBUS configure checks.
1981
1982         * shell/ev-metadata-manager.c: (ev_metadata_manager_set_int),
1983         (ev_metadata_manager_set_double), (ev_metadata_manager_set_string),
1984         (ev_metadata_manager_set_boolean):
1985
1986         Plug mem leaks.
1987
1988         * shell/ev-window.c: (page_changed_cb), (ev_window_run_fullscreen),
1989         (ev_window_stop_fullscreen), (ev_window_run_presentation),
1990         (ev_window_stop_presentation), (ev_window_zoom_changed_cb),
1991         (ev_window_continuous_changed_cb),
1992         (ev_window_dual_mode_changed_cb), (ev_window_new):
1993
1994         Fix the build without DBUS.
1995
1996 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
1997
1998         * shell/ev-metadata-manager.c: (parse_value), (save_values),
1999         (ev_metadata_manager_set_int), (ev_metadata_manager_set_double),
2000         (ev_metadata_manager_set_string),
2001         (ev_metadata_manager_set_boolean):
2002         * shell/ev-metadata-manager.h:
2003
2004         Add support for some more types
2005
2006         * shell/ev-view.c: (scroll_to_current_page),
2007         (ev_view_get_continuous), (ev_view_set_continuous),
2008         (ev_view_get_dual_page):
2009         * shell/ev-view.h:
2010         * shell/ev-window.c: (page_changed_cb),
2011         (setup_document_from_metadata), (ev_window_setup_document),
2012         (setup_view_from_metadata), (ev_window_open_uri),
2013         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
2014         (ev_window_run_presentation), (ev_window_stop_presentation),
2015         (save_sizing_mode), (ev_window_sizing_mode_changed_cb),
2016         (ev_window_zoom_changed_cb), (ev_window_update_continuous_action),
2017         (ev_window_update_dual_page_action),
2018         (ev_window_continuous_changed_cb),
2019         (ev_window_dual_mode_changed_cb), (ev_window_init):
2020
2021         Remember a bunch of view/document properties. Prolly some
2022         are still missing but it's getting interesting.
2023
2024 2005-07-05  Martin Kretzschmar  <martink@gnome.org>
2025
2026         * configure.ac: check if dbus-binding-tool is installed. Not the
2027         case on current Ubuntu breezy, it seems.
2028
2029 2005-07-05  Luca Ferretti <elle.uca@libero.it>
2030
2031         * data/evince.desktop.in.in:
2032         
2033         Allow open uri lists and add TryExec field.
2034
2035 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
2036
2037         * configure.ac:
2038
2039         Enable dbus when available, do not require a configure
2040         option.
2041
2042 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
2043
2044         * configure.ac:
2045
2046         Use AM_CONDITIONAL unconditionally, fixes the build with DBUS
2047         disabled.
2048
2049 2005-07-05  Carlos Garcia Campos  <carlosgc@gnome.org>
2050             Marco Pesenti Gritti  <mpg@redhat.com>
2051
2052         * shell/Makefile.am: Add --prefix for dbus-binding-tool script
2053         
2054         * shell/ev-application.[ch], shell/ev-window.c: change dbus RPC 
2055         functions to the format required by dbus
2056
2057         * shell/main.c: use G_TYPE instead of DBUS_TYPE to fix compilation
2058         errors. Use the RPC parameters in the expected way
2059
2060 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
2061
2062         * Makefile.am:
2063         * properties/Makefile.am:
2064         * properties/ev-properties-main.c: (ev_properties_get_pages):
2065
2066         Support all mime types
2067
2068         * shell/Makefile.am:
2069         * thumbnailer/Makefile.am:
2070         * thumbnailer/evince-thumbnailer.c: (get_document_from_uri),
2071         (evince_thumbnail_pngenc_get):
2072
2073         Use the document factory
2074
2075 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
2076
2077         * backend/Makefile.am:
2078         * backend/ev-document-factory.c:
2079         (mime_type_supported_by_gdk_pixbuf),
2080         (ev_document_type_get_from_mime),
2081         (ev_document_factory_get_document),
2082         (ev_document_factory_get_backend),
2083         (ev_document_factory_get_mime_types),
2084         (ev_document_factory_get_all_mime_types):
2085         * backend/ev-document-factory.h:
2086         * shell/Makefile.am:
2087         * shell/ev-document-types.c: (get_document_from_uri),
2088         (ev_document_types_get_document),
2089         (file_filter_add_mime_list_and_free),
2090         (ev_document_types_add_filters):
2091         * shell/ev-document-types.h:
2092         * shell/ev-job-xfer.c: (ev_job_xfer_run):
2093         * shell/ev-properties-dialog.c:
2094         (ev_properties_dialog_set_document):
2095         * shell/ev-window.c: (ev_window_cmd_file_open),
2096         (ev_window_cmd_save_as):
2097         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
2098
2099         Rework document types managing to avoid code duplication
2100         and actually abstract from backend implementations.
2101         Also provide a minimal factory api that can be used by
2102         thumbnailer/properties.
2103
2104 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
2105
2106         * properties/ev-properties-view.c: (ev_properties_view_set_info):
2107         Plug a mem leak.
2108         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
2109         HIG spacings.
2110
2111 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
2112
2113         * shell/ev-properties-dialog.c
2114         (ev_properties_dialog_set_document): only call
2115         ev_properties_fonts_set_document() if the document implements the
2116         fonts interface
2117
2118 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
2119
2120         * configure.ac:
2121         * properties/Makefile.am:
2122         * properties/ev-properties-view.c:
2123         (ev_properties_view_register_type):
2124         * properties/ev-properties-view.h:
2125         * properties/ev-properties-main.h:
2126
2127         Implement nautilus plugin for properties.
2128         Works only for pdf atm, I need to rework the
2129         document types stuff to get this to work
2130         for all backends...
2131
2132 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
2133
2134         * shell/ev-properties-fonts.c (enum): kill redundant columns enum
2135         (ev_properties_fonts_set_document): use
2136         EV_DOCUMENT_FONTS_COLUMN_NUM_COLUMNS.
2137
2138 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
2139
2140         * tiff/tiff2ps.c: remove TRUE and FALSE definitions, glib provides
2141         them
2142         (PlaceImage, tiff2ps_process_page): use
2143         g_ascii_dtostr to convert floats to strings in a locale-safe way.
2144
2145
2146 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
2147
2148         * shell/main.c: include libgnomeui/gnome-authentication-manager.h
2149         (main): to call gnome_authentication_manager_init. Should fix
2150         Bug #308510
2151
2152         * configure.ac: that requires libgnomeui 2.6.0.
2153
2154 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
2155
2156         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
2157         (tiff_document_ps_export_do_page, tiff_document_ps_export_end):
2158         use the new tiff2ps interfaces
2159
2160         * tiff/tiff2ps.h (tiff2ps_context_new, tiff2ps_process_page) 
2161         (tiff2ps_context_finalize): implement new interfaces for tiff2ps
2162
2163         * tiff/tiff2ps.c: refactor tiff2ps code to use a context
2164         structure instead of global variables.  Remove use of static
2165         variables in functions.
2166
2167 2005-07-04  Carlos Garcia Campos <carlosgc@gnome.org>
2168
2169         * shell/ev-page-action.c: unref the completion after setting it to the
2170         entry
2171
2172 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
2173
2174         * tiff/tiff2ps.c (generateEPSF): disable generating encapsulated
2175         postscript files
2176
2177 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
2178
2179         * shell/ev-window.c (update_action_sensitivity): disable
2180         File->Print if the document does not implement the ps exporter
2181         interface
2182
2183 2005-07-04  Marco Pesenti Gritti  <mpg@redhat.com>
2184
2185         * Makefile.am:
2186         * configure.ac:
2187         * data/evince-properties.glade:
2188         * properties/.cvsignore:
2189         * properties/Makefile.am:
2190         * properties/ev-properties-view.c: (ev_properties_view_dispose),
2191         (ev_properties_view_class_init), (ev_properties_view_format_date),
2192         (make_valid_utf8), (set_property), (ev_properties_view_set_info),
2193         (ev_properties_view_init), (ev_properties_view_new):
2194         * properties/ev-properties-view.h:
2195         * shell/Makefile.am:
2196         * shell/ev-properties-dialog.c: (ev_properties_dialog_class_init),
2197         (ev_properties_dialog_init), (ev_properties_dialog_set_document),
2198         (ev_properties_dialog_new):
2199         * shell/ev-properties-dialog.h:
2200         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
2201         (ev_properties_fonts_class_init), (ev_properties_fonts_init),
2202         (update_progress_label), (job_fonts_finished_cb),
2203         (ev_properties_fonts_set_document), (ev_properties_fonts_new):
2204         * shell/ev-properties-fonts.h:
2205         * shell/ev-properties.c:
2206         * shell/ev-properties.h:
2207         * shell/ev-window.c: (ev_window_setup_document),
2208         (ev_window_cmd_file_properties):
2209
2210         Split the properties pages in two different objects, depend
2211         only on the backend where possible, use widgets instead
2212         of gobject for the glade part, reimplement the dialog
2213         itself with gtk.
2214         I need this to implement nautilus properties page.
2215
2216 2005-07-03  Matthew S. Wilson  <msw@rpath.com>
2217
2218         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
2219         (tiff_document_ps_export_do_page, tiff_document_ps_export_end) 
2220         (tiff_document_document_ps_exporter_iface_init): implement the ps
2221         exporter interface for tiff documents
2222
2223         * tiff/tiff2ps.c: added a modified version of tiff2ps.c from
2224         libtiff to implement TIFF postscript export
2225
2226         * tiff/tiff2ps.h: added a header file for external tiff2ps
2227         functions.
2228
2229         * tiff/Makefile.am (libtiffdocument_la_SOURCES): add tiff2ps.c and
2230         tiff2ps.h
2231
2232 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2233
2234         * shell/ev-view.c: (scroll_to_current_page),
2235         (ev_view_set_fullscreen), (ev_view_set_presentation):
2236         
2237         Scroll to current page when exit from presentation
2238
2239 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2240
2241         * shell/ev-window.c: (update_document_mode),
2242         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
2243         (ev_window_cmd_view_fullscreen), (ev_window_stop_presentation),
2244         (ev_window_cmd_view_presentation), (ev_window_cmd_escape):
2245         
2246         Exit from fullscreen mode when switch to presentation. Fix for
2247         bug 309365
2248
2249 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
2250
2251         * shell/ev-pixbuf-cache.c (ev_pixbuf_cache_get_selection_pixbuf):
2252         return NULL if the document does not implement the selection
2253         interface.
2254
2255 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
2256
2257         * tiff/tiff-document.c (tiff_document_get_page_size): scale the
2258         reported height by using the resolution aspect ratio
2259         (tiff_document_render_pixbuf): scale the pixbuf using the
2260         resolution aspect ratio
2261
2262 2005-07-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2263
2264         * configure.ac:
2265         
2266         Require libgnomeprint >= 2.5.1. Thanks to Colin Slater 
2267         <kiltedaco@gmail.com>
2268         
2269         * djvu/djvu-document.c: (djvu_document_get_orientation),
2270         (djvu_document_set_orientation), (djvu_document_get_page_size),
2271         (rotate_pixbuf), (djvu_document_render_pixbuf),
2272         (djvu_document_document_iface_init):
2273         * dvi/dvi-document.c: (dvi_document_get_orientation),
2274         (dvi_document_set_orientation), (dvi_document_get_page_size),
2275         (rotate_pixbuf), (dvi_document_render_pixbuf),
2276         (dvi_document_document_iface_init):
2277         
2278         Dvi and djvu backends are ported to new API
2279
2280 Fri Jul  1 00:10:15 2005  Jonathan Blandford  <jrb@redhat.com>
2281
2282         * backend/ev-selection.c: (ev_selection_get_selection_region),
2283         (ev_selection_get_selection_map):
2284         * backend/ev-selection.h:
2285         * pdf/ev-poppler.cc:
2286         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
2287         * shell/ev-jobs.h:
2288         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
2289         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
2290         (ev_pixbuf_cache_get_text_mapping):
2291         * shell/ev-pixbuf-cache.h:
2292         * shell/ev-view.c: (location_in_text),
2293         (ev_view_motion_notify_event), (ev_view_set_cursor): Add I-Beam
2294         support to EvView.  Now we can see where we can select!  Sweet!
2295
2296 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
2297
2298         * shell/ev-view.c (ev_view_button_press_event): Fix
2299         event->y + view->scroll_x typo.
2300
2301 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
2302
2303         * pdf/ev-poppler.cc: Adjust to poppler API changes; use a
2304         sub-GdkPixbuf instead of passing dest_x and dest_y.
2305         
2306         * shell/ev-view.c: (view_point_to_doc_point),
2307         (view_rect_to_doc_rect), (ev_view_button_press_event),
2308         (ev_view_motion_notify_event), (compute_new_selection_rect),
2309         (gdk_rectangle_point_in), (compute_new_selection_text),
2310         (compute_selections): Update selection code to keep the selection
2311         around as two points and not as a normalized rectangle, and fix
2312         page level selection in two-column mode.
2313
2314 2005-06-30  Alex Duggan  <aldug@astrolinux.com>
2315
2316         * shell/ev-window.c: (window_configure_event_cb): 
2317         
2318         Fix compilation
2319         
2320 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
2321
2322         * pdf/ev-poppler.cc:
2323
2324         Fix compilation
2325
2326 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
2327
2328         * shell/Makefile.am:
2329         * shell/ev-metadata-manager.c: (item_free),
2330         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
2331         (parse_value), (parseItem), (load_values),
2332         (ev_metadata_manager_get), (value_free), (ev_metadata_manager_set),
2333         (save_values), (save_item), (get_oldest), (resize_items),
2334         (ev_metadata_manager_save), (ev_metadata_manager_set_int):
2335         * shell/ev-metadata-manager.h:
2336
2337         Metadata manager from gedit but modified to use GValue, so that
2338         we dont need to keep converting from strings.
2339
2340         * configure.ac:
2341
2342         ENABLE_METADATA conditional, on when dbus is on
2343
2344         * shell/ev-application.c: (ev_application_open_uri):
2345
2346         Show the window after load so that we can initialize
2347         window size before it's showed.
2348
2349         * shell/ev-window.c: (ev_window_setup_from_metadata),
2350         (ev_window_open_uri), (window_configure_event_cb),
2351         (ev_window_init):
2352
2353         Save and load metadata information about window size.
2354         Not yet keeping states in account.
2355
2356         * shell/main.c: (main):
2357
2358         Shutdown metadata manager.
2359
2360 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
2361
2362         * shell/ev-application-service.xml:
2363         * configure.ac:
2364         * shell/Makefile.am:
2365         * shell/ev-application.c:
2366         * shell/ev-application.h:
2367         * shell/ev-window.c:
2368         * shell/ev-window.h:
2369         * shell/main.c:
2370
2371         Add an optional dbus interface (--enable-dbus).
2372         Rework application code, mainly to be easier to
2373         use "remotely".
2374         Do not open multiple windows with the same document,
2375         spatial evince!
2376
2377 Thu Jun 30 01:50:14 2005  Jonathan Blandford  <jrb@redhat.com>
2378
2379         * shell/ev-pixbuf-cache.c (clear_selection_if_needed): unref the
2380         pixbuf iff it exists.
2381
2382 Thu Jun 30 01:43:00 2005  Jonathan Blandford  <jrb@redhat.com>
2383
2384         * shell/*:
2385         * backend/ev-render-context.[ch]:
2386         * backend/ev-selection.[ch]:
2387
2388         Massive changes.  We now support text selection of pdfs, and not
2389         just rectangular selection.  This is pretty broken still, but I
2390         want to get something into CVS.
2391
2392 2005-06-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2393
2394         * pdf/ev-poppler.cc:
2395         
2396         Fix for Bug 309080: crash on window close.
2397         
2398         * shell/ev-page-action.c: (page_changed_cb):
2399         
2400         Fix for Bug 309168: Fix build with gcc 2.95. Thanks to
2401         jensgr@gmx.net (Jens Granseuer).
2402
2403 2005-06-25  Marcel Telka  <marcel@telka.sk>
2404
2405         * configure.in (ALL_LINGUAS): Added sk.
2406
2407 2005-06-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2408
2409         * shell/ev-window.c: Make rotate menu entries unsensitive if there is
2410         not a document open
2411
2412 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
2413
2414         * NEWS:
2415         * configure.ac:
2416
2417         Release 0.3.2
2418
2419         * cut-n-paste/recent-files/Makefile.am:
2420
2421         Fix make distcheck
2422
2423 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
2424
2425         * pixbuf/pixbuf-document.c: (pixbuf_document_get_orientation),
2426         (pixbuf_document_set_orientation), (rotate_pixbuf),
2427         (pixbuf_document_get_page_size), (pixbuf_document_render_pixbuf),
2428         (pixbuf_document_document_iface_init), (pixbuf_document_init):
2429
2430         Implement rotation and cleanup the code a bit.
2431
2432         * tiff/tiff-document.c: (tiff_document_get_page_size),
2433         (tiff_document_get_orientation), (tiff_document_set_orientation),
2434         (rotate_pixbuf), (tiff_document_render_pixbuf),
2435         (tiff_document_document_iface_init), (tiff_document_init):
2436
2437         Implement rotation. Was the quicker solution for the release
2438         but we really need to share this code in the shell.
2439
2440 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
2441
2442         * pdf/ev-poppler.cc:
2443
2444         Enable rotation, require poppler cvs. Fix a leak.
2445
2446 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2447
2448         * shell/ev-window.c: (update_action_sensitivity):
2449         
2450         Make properties unsensitive if document backend doesn't provide
2451         any info
2452
2453 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2454
2455         * dvi/mdvi-lib/bitmap.c: (bitmap_alloc), (bitmap_alloc_raw),
2456         (bitmap_flip_horizontally), (bitmap_flip_vertically),
2457         (bitmap_flip_diagonally), (bitmap_rotate_clockwise),
2458         (bitmap_rotate_counter_clockwise), (bitmap_flip_rotate_clockwise),
2459         (bitmap_flip_rotate_counter_clockwise):
2460         * dvi/mdvi-lib/color.c: (mdvi_push_color), (get_color_table):
2461         * dvi/mdvi-lib/common.c: (read_string), (buff_free), (buff_add),
2462         (buff_gets):
2463         * dvi/mdvi-lib/common.h:
2464         * dvi/mdvi-lib/dvimisc.c: (mdvi_push_color):
2465         * dvi/mdvi-lib/dviread.c: (get_bytes), (dreset), (define_font),
2466         (opendvi), (mdvi_reload), (mdvi_init_context),
2467         (mdvi_destroy_context), (mdvi_dopage), (special):
2468         * dvi/mdvi-lib/font.c: (font_drop_one), (font_free_unused):
2469         * dvi/mdvi-lib/fontmap.c: (read_encoding), (destroy_encoding),
2470         (file_hash_free), (register_encoding), (parse_spec),
2471         (mdvi_load_fontmap), (free_ent), (mdvi_init_fontmaps),
2472         (mdvi_add_fontmap_file), (mdvi_ps_read_fontmap),
2473         (mdvi_ps_flush_fonts), (mdvi_ps_find_font), (mdvi_ps_get_metrics):
2474         * dvi/mdvi-lib/fontsrch.c: (mdvi_list_font_class),
2475         (mdvi_register_font_type), (mdvi_unregister_font_type),
2476         (lookup_font), (mdvi_add_font), (mdvi_font_retry):
2477         * dvi/mdvi-lib/gf.c: (gf_read_bitmap), (gf_load_font):
2478         * dvi/mdvi-lib/hash.c: (mdvi_hash_remove), (mdvi_hash_remove_ptr),
2479         (mdvi_hash_destroy_key), (mdvi_hash_reset):
2480         * dvi/mdvi-lib/pagesel.c: (mdvi_parse_range),
2481         (mdvi_parse_page_spec), (mdvi_free_page_spec), (main):
2482         * dvi/mdvi-lib/paper.c: (mdvi_free_paper_specs):
2483         * dvi/mdvi-lib/pk.c: (pk_lookup), (pk_lookupn), (pk_load_font):
2484         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
2485         * dvi/mdvi-lib/special.c: (mdvi_register_special),
2486         (mdvi_unregister_special), (mdvi_flush_specials):
2487         * dvi/mdvi-lib/t1.c: (t1_lookup_font), (t1_really_load_font),
2488         (t1_font_remove):
2489         * dvi/mdvi-lib/tfm.c: (get_tfm_chars):
2490         * dvi/mdvi-lib/tfmfile.c: (afm_load_file), (tfm_load_file),
2491         (ofm1_load_file), (ofm_load_file), (get_font_metrics),
2492         (free_font_metrics), (flush_font_metrics):
2493         * dvi/mdvi-lib/tt.c: (tt_really_load_font), (tt_get_bitmap),
2494         (tt_font_remove):
2495         * dvi/mdvi-lib/util.c: (mdvi_malloc), (mdvi_realloc),
2496         (mdvi_calloc), (mdvi_free), (mdvi_strdup), (mdvi_strncpy),
2497         (mdvi_strndup), (mdvi_memdup), (xstradd), (dstring_append),
2498         (dstring_insert), (dstring_new), (dstring_reset):
2499         * dvi/mdvi-lib/vf.c: (vf_load_font), (vf_free_macros):
2500         
2501         Rename xmalloc and xfree to mdvi_malloc and mdvi_free to
2502         avoid conflict with libtool on FC4
2503         
2504         * shell/ev-window.c: (ev_window_cmd_help_about):
2505         
2506         Update copyright year. Fix for bug 308828.
2507
2508 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
2509
2510         * shell/ev-view.c: (add_scroll_binding_keypad),
2511         (ev_view_binding_activated), (ev_view_class_init),
2512         (on_adjustment_value_changed):
2513         
2514         Bug 170874: Arrow keys switch pages in presentation mode
2515
2516 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
2517
2518         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
2519         
2520         Fix for Bug 308265: Sidebar dissappears coming out of 
2521         Presentation mode
2522
2523 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
2524
2525         * shell/ev-application.c: (ev_application_open):
2526         * shell/ev-document-types.c: (ev_document_types_add_filters),
2527         (ev_document_types_add_filters_for_type):
2528         * shell/ev-document-types.h:
2529         * shell/ev-window.c: (ev_window_cmd_save_as):
2530         
2531         Suggest basename as template when saving, provide filters
2532         for save dialog. It's bug 308402
2533
2534 2005-06-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2535
2536         * pdf/ev-poppler.cc:
2537         * shell/ev-sidebar-links.c: (job_finished_callback):
2538         * shell/ev-view.c: (update_find_status_message):
2539         
2540         Some leaks fixed
2541
2542 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
2543
2544         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
2545         (egg_recent_view_uimanager_set_list):
2546
2547         Fix buglet in !show_numbers case.
2548
2549 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
2550
2551         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
2552         (connect_proxy_cb), (egg_recent_view_uimanager_set_list):
2553
2554         Use pango ellipsisation.
2555
2556         * pdf/ev-poppler.cc:
2557
2558         Fix refcount leak, from nsh.
2559
2560 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2561
2562         * cut-n-paste/recent-files/Makefile.am:
2563         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
2564         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
2565         
2566         Removed EggRecentViewGtk
2567         
2568         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
2569         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
2570         * shell/ev-window.c: (ev_window_cmd_recent_file_activate),
2571         (ev_window_setup_recent):
2572         
2573         Use ViewUIManager instead of ViewGtk. Less leaks, more compatibility
2574         with other projects
2575
2576 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2577
2578         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
2579         (egg_recent_view_gtk_finalize):
2580
2581         Fix memory leak
2582
2583         * cut-n-paste/toolbar-editor/Makefile.am:
2584         
2585         Fix location of cursor icon.
2586         
2587         * pdf/ev-poppler.cc:
2588         * shell/ev-page-action.c: (build_new_tree_cb), (match_selected_cb),
2589         (display_completion_text), (match_completion):
2590         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
2591         (selection_changed_callback), (create_loading_model),
2592         (print_section_cb), (links_page_num_func),
2593         (update_page_callback_foreach):
2594         * shell/ev-window.c: (ev_window_dispose):
2595         
2596         Small memory fixes. Links model now store objects instead
2597         of pointers to improve memory management. 
2598
2599 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2600
2601         * shell/ev-window.c: (zoom_control_changed_cb):
2602         
2603         Fix update of zoom control (bug 308268).
2604
2605 Sat Jun 18 22:46:42 2005  Jonathan Blandford  <jrb@redhat.com>
2606
2607         * shell/ev-properties.c (set_property): escape the text correctly.
2608         Handles non-UTF-8 properties and escaped properties.  Also, sets
2609         the text to "<i>None</i>" if the property isn't set.
2610
2611         * data/evince-properties.glade: Change the label to be ellipsized,
2612         and give it a minimum size.
2613
2614 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2615
2616         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown):
2617         * shell/ev-sidebar-links.c: (create_loading_model):
2618         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
2619         * shell/ev-view.c: (ev_view_set_document):
2620         * shell/ev-window.c: (ev_window_dispose):
2621         
2622         Various small fixes, mostly memory leaks. Thanks to valgrind.
2623
2624 2005-06-19  Martin Kretzschmar  <martink@gnome.org>
2625
2626         * ps/ps-document.c: remove the locale.h include again ;-). And
2627         kill the (bogus) setlocale/savelocale business.
2628
2629 2005-06-19   Jaap A. Haitsma <jaap@haitsma.org>
2630
2631         * ps/ps-document.c:
2632         
2633         Include locale.h to fix build
2634         
2635         * shell/ev-sidebar.c:
2636         
2637         Remove unnecessary includes
2638
2639 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2640
2641         * dvi/dvi-document.c: (dvi_document_load):
2642         * dvi/mdvi-lib/dviread.c: (mdvi_init_context):
2643         * po/POTFILES.in:
2644         
2645         Check for incorrect dvi files. Fix parsing dvi on AMD64
2646         platform. Thanks to tester@tester.ca (Olivier Crete).
2647
2648 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2649
2650         * shell/ev-page-action.c: (match_selected_cb),
2651         (display_completion_text), (match_completion), (update_model):
2652         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
2653         (expand_open_links):
2654         * shell/ev-sidebar.c: (ev_sidebar_destroy),
2655         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_add_page),
2656         (ev_sidebar_set_document):
2657         * shell/ev-window.c: (ev_window_xfer_job_cb),
2658         (sidebar_widget_model_set), (sidebar_page_main_widget_update_cb):
2659         
2660         Fixed lot's of memory leaks, for example, memory leak on reload, 
2661         described in bug 307793.
2662
2663 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
2664
2665         * pdf/ev-poppler.cc:
2666         * shell/ev-sidebar-thumbnails.c: (clear_range), (add_range),
2667         (update_visible_range), (adjustment_changed_cb),
2668         (ev_sidebar_thumbnails_fill_model),
2669         (ev_sidebar_thumbnails_refresh),
2670         (ev_sidebar_tree_selection_changed),
2671         (ev_sidebar_icon_selection_changed),
2672         (ev_sidebar_thumbnails_use_icon_view),
2673         (ev_sidebar_thumbnails_set_document):
2674         * shell/ev-sidebar-thumbnails.h:
2675         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
2676         (ev_window_cmd_edit_rotate_right), (ev_window_init):
2677
2678         Refresh thumbnails when changing orientation. Not fully
2679         working yet becuase of a sidebar bug.
2680
2681         Set page orientation to poppler page everywhere. This sucks
2682         really need to fix poppler.
2683
2684 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
2685
2686         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
2687         (egg_recent_view_gtk_new_menu_item),
2688         (egg_recent_view_gtk_set_property),
2689         (egg_recent_view_gtk_get_property),
2690         (egg_recent_view_gtk_class_init), (egg_recent_view_gtk_init),
2691         (egg_recent_view_gtk_set_tooltip_func),
2692         (egg_recent_view_gtk_set_label_width),
2693         (egg_recent_view_gtk_get_label_width):
2694         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
2695
2696         Sync with libegg (ellipsize labels)
2697
2698 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2699
2700         * data/evince-ui.xml:
2701         * shell/ev-window.c: (ev_window_cmd_go_forward),
2702         (ev_window_cmd_go_backward):
2703         
2704         Shift + PageUp moves 10 Pages. Fix for 306125
2705
2706 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
2707
2708         * pdf/ev-poppler.cc:
2709
2710         Add a flag to check if orientation has been overriden
2711
2712 2005-06-17  Martin Kretzschmar  <martink@gnome.org>
2713
2714         * ps/ps.c (psscan, psfree): read "Creator:" comment, free creator
2715         field if necessary.
2716
2717         * ps/ps.h: add creator field to document.
2718
2719         * ps/ps-document.c (ps_document_get_info): set format to PostScript,
2720         set creator field.
2721
2722 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
2723
2724         * data/evince-properties.glade:
2725         * shell/ev-properties.c: (ev_properties_set_document):
2726
2727         s/PDF Version/Format
2728
2729 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
2730
2731         * shell/ev-properties.c: (ev_properties_set_document):
2732
2733         Remove unnecessary translations
2734
2735 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
2736
2737         * cut-n-paste/toolbar-editor/Makefile.am:
2738
2739         Correct library name    
2740
2741 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
2742
2743         * configure.ac:
2744         * cut-n-paste/recent-files/egg-recent-model.c:
2745         (egg_recent_model_write_raw), (egg_recent_model_lock_file),
2746         (egg_recent_model_unlock_file):
2747         * cut-n-paste/recent-files/egg-recent-util.c:
2748         (egg_recent_util_get_unique_id):
2749         * cut-n-paste/recent-files/update-from-egg.sh:
2750         * cut-n-paste/toolbar-editor/Makefile.am:
2751         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
2752         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
2753         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
2754         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
2755         (egg_toolbars_model_get_type):
2756         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
2757
2758         Better makefile for toolbar editor and update everything
2759         to latest libegg.
2760
2761 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
2762
2763         * shell/ev-window.c: (update_document_mode):
2764
2765         Prefer presentation mode when the document
2766         require fullscreen.
2767
2768 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
2769
2770         * data/evince-ui.xml:
2771         * shell/ev-window.c:
2772
2773         Add control-equal for zooming
2774
2775 2005-06-17  Theppitak Karoonboonyanan  <thep@linux.thai.net>
2776
2777         * configure.ac: Added 'th' (Thai) to ALL_LINGUAS.
2778
2779 2005-06-16  Marco Pesenti Gritti  <mpg@redhat.com>
2780
2781         * backend/ev-document.c: (ev_document_get_orientation):
2782         * backend/ev-document.h:
2783         * pdf/ev-poppler.cc:
2784         * ps/ps-document.c: (ps_document_get_orientation),
2785         (ps_document_set_orientation), (ps_document_document_iface_init):
2786
2787         Add a get_orientation api. Improve set_orientation.
2788
2789         * data/evince-ui.xml:
2790         * shell/ev-view.c: (ev_view_set_orientation),
2791         (ev_view_rotate_right), (ev_view_rotate_left):
2792         * shell/ev-view.h:
2793         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
2794         (ev_window_cmd_edit_rotate_right):
2795
2796         Better ui for changing document orientation
2797
2798 2005-06-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2799
2800         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_property),
2801         (ev_sidebar_links_class_init), (ev_sidebar_links_get_label):
2802         * shell/ev-sidebar-links.h:
2803         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
2804         (ev_sidebar_page_iface_init):
2805         * shell/ev-sidebar-page.h:
2806         * shell/ev-sidebar-thumbnails.c:
2807         (ev_sidebar_thumbnails_get_property),
2808         (ev_sidebar_thumbnails_class_init),
2809         (ev_sidebar_thumbnails_set_document):
2810         * shell/ev-sidebar-thumbnails.h:
2811         * shell/ev-view.c: (ev_view_motion_notify_event):
2812         * shell/ev-window.c: (update_chrome_visibility),
2813         (ev_window_cmd_focus_page_selector),
2814         (ev_window_update_fullscreen_popup), (view_actions_focus_in_cb),
2815         (sidebar_page_main_widget_update_cb), (ev_window_init):
2816         
2817         Autoraise toolbar on GoToPage binding and fix bindings in
2818         EvSidebarThumbnails page.
2819
2820 2005-06-15  Christian Persch  <chpe@cvs.gnome.org>
2821
2822         * shell/ev-properties.c: (update_progress_label):
2823
2824         Hide the progress label when finished; bug #307697.
2825
2826 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
2827
2828         * pdf/ev-poppler.cc:
2829
2830         Enable is_open for links, you will need poppler cvs
2831
2832         * shell/ev-properties.c: (job_fonts_finished_cb):
2833
2834         Get a lock on the document when filling the tree view
2835
2836 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
2837
2838         * backend/ev-document-links.h:
2839         * pdf/ev-poppler.cc:
2840         * shell/ev-sidebar-links.c: (create_loading_model),
2841         (expand_open_links), (job_finished_callback):
2842
2843         Expand links when specified by the document.
2844         Depend on a poppler api (defined out for now)
2845
2846 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
2847
2848         * shell/ev-properties.c: (ev_properties_dispose),
2849         (ev_properties_class_init), (dialog_destroy_cb),
2850         (ev_properties_init), (job_fonts_finished_cb), (setup_fonts_view),
2851         (ev_properties_set_document), (ev_properties_new),
2852         (ev_properties_show):
2853         * shell/ev-properties.h:
2854
2855         Make it an object, cleanup the code, api to show it as transient
2856         and to set the document.
2857
2858         * shell/ev-window.c: (ev_window_setup_document),
2859         (ev_window_cmd_file_properties):
2860
2861         Adapt to EvProperties changes, do not show multiple
2862         times, update it when document changes.
2863
2864 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
2865
2866         * ps/gstypes.h:
2867         * ps/ps-document.c: (ps_document_init), (get_page_orientation),
2868         (ps_document_set_orientation), (ps_document_document_iface_init):
2869         * ps/ps-document.h:
2870
2871         Implement orientation here too
2872
2873         * shell/ev-properties.c: (ev_properties_new):
2874         * data/evince-properties.glade:
2875
2876         Hide the fonts page for backends that doesnt
2877         support it.     
2878
2879 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
2880
2881         * backend/ev-document.c: (ev_document_set_orientation):
2882         * backend/ev-document.h:
2883         * pdf/ev-poppler.cc:
2884
2885         Add orientation api. Currently poppler api is not optimal,
2886         we need to set orientation every time we _get a page.
2887         I will try to fix that at some point.
2888
2889         * data/evince-ui.xml:
2890         * shell/ev-window.c: (ev_window_cmd_edit_landscape),
2891         (ev_window_cmd_edit_portrait), (ev_window_cmd_edit_flip):
2892
2893         Add orientation menu items
2894
2895         * shell/ev-page-cache.c: (ev_page_cache_clear):
2896         * shell/ev-page-cache.h:
2897
2898         Add api to clear the cache
2899
2900         * shell/ev-view.c: (setup_caches), (clear_caches),
2901         (ev_view_set_document), (ev_view_zoom_out),
2902         (ev_view_set_orientation):
2903         * shell/ev-view.h:
2904
2905         Implement orientation changing
2906
2907 2005-06-13  Marco Pesenti Gritti <mpg@redhat.com>
2908
2909         * backend/ev-document-fonts.c: (ev_document_fonts_get_progress),
2910         (ev_document_fonts_scan), (ev_document_fonts_fill_model):
2911         * backend/ev-document-fonts.h:
2912
2913         Separate scan and fill so that we can incrementally fill from
2914         the main thread. Add a progress api.
2915
2916         * data/evince-properties.glade:
2917         * pdf/ev-poppler.cc:
2918         * shell/ev-jobs.c: (ev_job_fonts_new), (ev_job_fonts_run):
2919         * shell/ev-jobs.h:
2920         * shell/ev-properties.c: (update_progress_label),
2921         (job_fonts_finished_cb), (setup_fonts_view):
2922
2923         Incrementally feel the list and show the progress
2924         percentage in a label like acrobat does.
2925
2926         You are going to need poppler cvs
2927
2928 2005-06-11  Marco Pesenti Gritti <mpg@redhat.com>
2929
2930         * backend/ev-document-fonts.c: (ev_document_fonts_fill_model):
2931         * backend/ev-document-fonts.h:
2932         * pdf/ev-poppler.cc:
2933
2934         Make fonts model fill incrementally.
2935
2936         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
2937         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
2938         (ev_job_queue_remove_job):
2939         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
2940         (ev_job_fonts_new), (ev_job_fonts_run):
2941         * shell/ev-jobs.h:
2942
2943         New job for fonts scanning
2944
2945         * shell/ev-properties.c: (job_fonts_finished_cb),
2946         (fill_fonts_treeview), (setup_fonts_view), (ev_properties_new):
2947         * shell/ev-properties.h:
2948         * shell/ev-window.c: (ev_window_cmd_file_properties):
2949
2950         Incrementally feel the treeview using the new job. Show Loading...
2951         message until scanning is completed.
2952
2953         Hopefully I didnt break the build without the poppler patch.
2954
2955 2005-06-10  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
2956
2957         * shell/ev-application.c: (ev_application_open):
2958         * shell/ev-document-types.c: (ev_document_type_from_from_mime),
2959         (ev_document_type_get_type), (ev_document_type_lookup):
2960         * shell/ev-document-types.h:
2961         * shell/ev-job-xfer.c: (ev_job_xfer_dispose), (ev_job_xfer_run):
2962         * shell/ev-job-xfer.h:
2963         * shell/ev-window.c: (ev_window_clear_local_uri),
2964         (ev_window_load_job_cb), (ev_window_xfer_job_cb),
2965         (ev_window_open_uri), (ev_window_add_recent), (ev_window_dispose):
2966         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
2967         
2968         Transfer remote documents to tmp directory to display them later.
2969
2970 2005-06-10  Marco Pesenti Gritti <mpg@redhat.com>
2971
2972         * backend/ev-document-info.h:
2973         * shell/ev-properties.c: (ev_properties_new):
2974
2975         s/GTime*/GTime. Not sure why we was using a pointer
2976         at all there!
2977
2978 Wed Jun  8 01:04:22 2005  Jonathan Blandford  <jrb@redhat.com>
2979
2980         * shell/ev-sidebar-thumbnails.c: Use a GtkIconView in certain
2981         situations.  That situation is that you're using GTK+-HEAD with
2982         the patch at #306726 is applied, and you have a document with <
2983         1500 pages in it.  It's not quite as uniformly nice as the
2984         TreeView, but should be better in the long run.
2985
2986         I'm pretty sure I guarded against breaking compilation with
2987         HAVE_GTK_ICON_VIEW_GET_VISIBLE_RANGE gaurds, though it's possible
2988         I missed some.
2989
2990         * shell/ev-window.c (ev_window_init): We don't have our tree/list
2991         widget yet, so I commented that code out
2992         enable_view_actions_for_widget() for now.  Need to figure this
2993         out.
2994
2995         * shell/ev-page-action.c (match_selected_cb): emit the right
2996         signals.  Our cool C-l completion now works.
2997
2998 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2999
3000         * backend/Makefile.am:
3001         * backend/ev-document-fonts.c:
3002         * backend/ev-document-links.c:
3003         * backend/ev-document.c: (ev_document_load):
3004         * backend/ev-document.h:
3005         * backend/ev-job-queue.c:
3006         * backend/ev-job-queue.h:
3007         * backend/ev-jobs.c:
3008         * backend/ev-jobs.h:
3009         * backend/ev-page-cache.c:
3010         * backend/ev-page-cache.h:
3011
3012         EvPageCache and EvJobs are moved to shell.
3013
3014         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown),
3015         (ev_tmp_filename):
3016         * lib/ev-file-helpers.h:
3017         
3018         New helper to work with temporary files
3019         
3020         * shell/Makefile.am:
3021         * shell/ev-application.c: (ev_application_open):
3022         * shell/ev-application.h:
3023         * shell/ev-job-queue.c: (remove_job_from_queue_locked),
3024         (remove_job_from_async_queue), (add_job_to_async_queue),
3025         (add_job_to_queue_locked), (notify_finished), (job_finished_cb),
3026         (handle_job), (search_for_jobs_unlocked),
3027         (no_jobs_available_unlocked), (ev_render_thread),
3028         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
3029         (ev_job_queue_add_job), (move_job_async), (move_job),
3030         (ev_job_queue_update_job), (ev_job_queue_remove_job):
3031         * shell/ev-job-queue.h:
3032         * shell/ev-job-xfer.c: (ev_job_xfer_init), (ev_job_xfer_dispose),
3033         (ev_job_xfer_class_init), (ev_job_xfer_new), (ev_job_xfer_run):
3034         * shell/ev-job-xfer.h:
3035         * shell/ev-jobs.c: (ev_job_init), (ev_job_dispose),
3036         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
3037         (ev_job_links_class_init), (ev_job_render_init),
3038         (ev_job_render_dispose), (ev_job_render_class_init),
3039         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
3040         (ev_job_thumbnail_class_init), (ev_job_load_init),
3041         (ev_job_load_dispose), (ev_job_load_class_init), (ev_job_finished),
3042         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
3043         (render_finished_cb), (ev_job_render_run), (ev_job_thumbnail_new),
3044         (ev_job_thumbnail_run), (ev_job_load_new), (ev_job_load_run):
3045         * shell/ev-jobs.h:
3046         * shell/ev-page-action.c: (ev_page_action_set_document):
3047         * shell/ev-page-cache.c: (ev_page_cache_init),
3048         (ev_page_cache_class_init), (ev_page_cache_finalize),
3049         (ev_page_cache_new), (ev_page_cache_get_n_pages),
3050         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
3051         (ev_page_cache_set_page_label), (ev_page_cache_set_link),
3052         (ev_page_cache_get_title), (ev_page_cache_get_size),
3053         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
3054         (ev_page_cache_get_height_to_page),
3055         (ev_page_cache_get_max_label_chars),
3056         (ev_page_cache_get_page_label),
3057         (ev_page_cache_has_nonnumeric_page_labels),
3058         (ev_page_cache_get_info), (ev_page_cache_next_page),
3059         (ev_page_cache_prev_page), (ev_page_cache_get):
3060         * shell/ev-page-cache.h:
3061         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_update_range),
3062         (ev_pixbuf_cache_clear_job_sizes),
3063         (ev_pixbuf_cache_add_jobs_if_needed),
3064         (ev_pixbuf_cache_set_page_range):
3065         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings):
3066         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document):
3067         * shell/ev-sidebar-thumbnails.c:
3068         (ev_sidebar_tree_selection_changed),
3069         (ev_sidebar_thumbnails_set_document):
3070         * shell/ev-statusbar.c: (ev_statusbar_destroy),
3071         (ev_statusbar_class_init), (ev_statusbar_init), (ev_statusbar_new),
3072         (ev_statusbar_get_context_id), (ev_statusbar_push),
3073         (ev_statusbar_pop), (ev_statusbar_set_maximized),
3074         (ev_statusbar_pulse), (ev_statusbar_show_progress),
3075         (ev_statusbar_set_progress):
3076         * shell/ev-statusbar.h:
3077         * shell/ev-view.c: (ev_view_set_document), (ev_view_find_next),
3078         (ev_view_find_previous):
3079         * shell/ev-window.c: (ev_window_is_empty),
3080         (ev_window_setup_document), (password_dialog_response),
3081         (ev_window_clear_jobs), (ev_window_load_job_cb),
3082         (ev_window_xfer_job_cb), (ev_window_open_uri),
3083         (ev_window_open_uri_list), (ev_window_cmd_recent_file_activate),
3084         (ev_window_print), (ev_window_print_range),
3085         (ev_window_state_event), (ev_window_cmd_view_reload),
3086         (menu_item_select_cb), (menu_item_deselect_cb),
3087         (view_status_changed_cb), (ev_window_dispose),
3088         (drag_data_received_cb), (ev_window_init):
3089         * shell/ev-window.h:
3090         * shell/main.c: (load_files):
3091         
3092         New statusbar to show progress on idle. Two new jobs - 
3093         xfer job and load job to load document in background. And update
3094         of page_cache clients to new location of code.
3095
3096 2005-06-08  Carlos Garcia Campos <carlosgc@gnome.org>
3097   
3098         * shell/ev-application.c, shell/ev-window.[ch]: Allow multiple
3099         selection in open dialog. It also remembers the last visited directory 
3100         in the current session.
3101
3102 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3103
3104         * shell/ev-properties.c: (ev_properties_new):
3105         * shell/ev-properties.h:
3106         * shell/ev-window.c: (ev_window_cmd_file_properties):
3107         
3108         Get document info from page cache instead of document itself.
3109         This should fix crash related to race conditions described in
3110         bug 306545.
3111
3112 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
3113
3114         * ps/ps-document.c: (ps_document_init),
3115         (send_ps), (get_page_box), (output), (catchPipe), (input),
3116         (stop_interpreter), (file_length), (file_readable),
3117         (check_filecompressedb), (ps_document_enable_interpreter),
3118         (document_load), (ps_async_renderer_render_pixbuf):
3119         * ps/ps-document.h:
3120
3121         Big cleanup of the ps code
3122
3123 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
3124
3125         * backend/Makefile.am:
3126         * backend/ev-async-renderer.c: (ev_async_renderer_get_type),
3127         (ev_async_renderer_class_init), (ev_async_renderer_render_pixbuf):
3128         * backend/ev-async-renderer.h:
3129
3130         Add an async renderer interface (method + callback) which
3131         is useful for backends like ps.
3132
3133         * backend/ev-job-queue.c: (remove_job_from_async_queue),
3134         (add_job_to_async_queue), (job_finished_cb), (handle_job),
3135         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
3136         (ev_job_queue_add_job), (move_job_async), (move_job),
3137         (ev_job_queue_update_job), (ev_job_queue_remove_job):
3138
3139         Add queues for async renderer, these are executed on the
3140         main thread.
3141
3142         * backend/ev-jobs.c: (ev_job_render_new), (render_finished_cb),
3143         (ev_job_render_run):
3144         * backend/ev-jobs.h:
3145
3146         If the backend support async renderer interface use it.
3147
3148         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
3149         (setup_pixmap), (ps_document_get_type),
3150         (ps_async_renderer_render_pixbuf),
3151         (ps_document_document_iface_init), (ps_async_renderer_iface_init):
3152
3153         Implement async renderer interface.
3154
3155 2005-06-07  Nickolay V. Shmyrev  <<nshmyrev@yandex.ru>>
3156
3157         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose):
3158
3159         Cleanup links job on exit.
3160
3161 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3162
3163         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
3164         (drag_data_get_cb), (drag_data_received_cb):
3165         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
3166         (drag_data_get_cb), (parse_item_list),
3167         (egg_toolbar_editor_load_actions):
3168         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
3169         (egg_toolbars_model_to_xml), (egg_toolbars_model_save),
3170         (parse_item_list), (parse_toolbars):
3171         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
3172         (dvi_pixbuf_put_pixel):
3173         
3174         Fix gcc 4.0 warnings
3175
3176 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
3177
3178         * ps/ps-document.c: (start_interpreter):
3179
3180         Fix warning when loading ps
3181
3182 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
3183
3184         * ps/ps-document.c: (output):
3185
3186         Fix crash when priting gs error messages.
3187
3188 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
3189
3190         * backend/ev-page-cache.c: (_ev_page_cache_new):
3191         * backend/ev-page-cache.h:
3192
3193         Use a const to return title so that we dont double
3194         free it. Small cleanup and fix a leak.
3195
3196         * shell/ev-window.c: (update_window_title):
3197
3198         strdup value from get_title.
3199
3200 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
3201
3202         * shell/ev-sidebar-links.c: (job_finished_callback),
3203         (ev_sidebar_links_set_document):
3204
3205         Cleanup the old job when changing document
3206
3207 2005-06-05  Nickolay V. Shmyrev  <<nshmyrev@yandex.ru>>
3208
3209         * shell/ev-stock-icons.c:
3210         * shell/ev-stock-icons.h:
3211         * shell/ev-window.c:
3212         
3213         Add stock icons for actions that can appear in toolbar. Fix for
3214         bug 306566.
3215
3216 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3217
3218         * backend/ev-page-cache.c: (ev_page_cache_finalize),
3219         (_ev_page_cache_new), (ev_page_cache_get_max_width),
3220         (ev_page_cache_get_max_height), (ev_page_cache_get_height_to_page):
3221         * backend/ev-page-cache.h:
3222         * shell/ev-view.c: (scroll_to_current_page),
3223         (view_update_range_and_current_page), (get_page_y_offset),
3224         (get_page_extents), (ev_view_size_request_continuous_dual_page),
3225         (ev_view_size_request_continuous),
3226         (ev_view_zoom_for_size_continuous_and_dual_page),
3227         (ev_view_zoom_for_size_continuous):
3228         
3229         More compact EvView layout in document with pages of different size.
3230
3231 Sat Jun  4 19:20:57 2005  Jonathan Blandford  <jrb@redhat.com>
3232
3233         * shell/ev-window.c (ev_window_cmd_file_properties): fix
3234         compilation.
3235
3236 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3237
3238         * shell/ev-view.c: (view_set_adjustment_values):
3239         * shell/ev-window.c: (ev_window_cmd_file_properties):
3240         
3241         A bit different fix for rounding problem but it has no
3242         problems on startup. Make properties window transient to parent.
3243
3244 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3245
3246         * pdf/ev-poppler.cc:
3247         
3248         More commenting of font stuff.
3249
3250 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
3251
3252         * pdf/ev-poppler.cc:
3253
3254         Comment out some more fonts stuff. Should really
3255         work without the poppler patch now.
3256
3257 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
3258
3259         * pdf/ev-poppler.cc:
3260
3261         Adapt to api change
3262
3263 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
3264
3265         * data/evince-properties.glade:
3266         * pdf/ev-poppler.cc:
3267         * shell/ev-properties.c: (setup_fonts_view):
3268
3269         Set the column title. Show the dialog only
3270         once everything is setup.
3271         Getting font info can be very slow... will
3272         prolly need to make this threaded too.
3273
3274 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
3275
3276         * backend/Makefile.am:
3277         * backend/ev-document-fonts.c: (ev_document_fonts_get_type),
3278         (ev_document_fonts_get_fonts_model):
3279         * backend/ev-document-fonts.h:
3280         * data/evince-properties.glade:
3281         * pdf/ev-poppler.cc:
3282         * shell/ev-properties.c: (setup_fonts_view), (ev_properties_new):
3283         * shell/ev-properties.h:
3284         * shell/ev-window.c: (ev_window_cmd_file_properties):
3285
3286         Implement fonts list. Defined out for now, since it depends
3287         on a not yet committed poppler patch.
3288
3289 Fri Jun  3 21:07:57 2005  Jonathan Blandford  <jrb@redhat.com>
3290
3291         * shell/ev-view.c (get_page_extents): other_page isn't necessarily
3292         page + 1.
3293
3294         * shell/ev-window.c: Make sure we add the timeout when we get a
3295         focus-in event.
3296
3297         * shell/ev-view.c (view_set_adjustment_values): Add 0.5 to
3298         adjustment->value before calculating the zoom factor to average
3299         out all of our rounding errors.  The page no longer 'drifts' when
3300         resizing.
3301
3302 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3303
3304         * data/evince-properties.glade:
3305         * shell/ev-properties.c: (ev_properties_format_date),
3306         (set_property):
3307         
3308         Labels don't expand when the dialogue is resized.
3309         strftime result needs to be converted to UTF-8. Thanks
3310         to Christian Persch <chpe@gnome.org>.
3311
3312 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
3313
3314         * data/evince-properties.glade:
3315
3316         Hide the fonts tab
3317
3318 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
3319
3320         * backend/ev-document-info.h:
3321         * backend/ev-document.c: (ev_document_info_free):
3322         * data/evince-properties.glade:
3323         * pdf/ev-poppler.cc:
3324         * ps/ps-document.c: (ps_document_get_info):
3325         * shell/ev-properties.c: (ev_properties_format_date),
3326         (set_property), (ev_properties_new):
3327         * shell/ev-properties.h:
3328         * shell/ev-window.c: (ev_window_cmd_file_properties):
3329
3330         Rework properties code to take only EvPropertyInfo
3331         in the constructor so that it can be useful for
3332         nautilus plugin too.
3333
3334         Deal with backends that doesnt support some properties.
3335         Make set property code generic.
3336
3337 2005-06-04  Christian Persch <chpe@gnome.org>
3338
3339         * data/evince-properties.glade:
3340
3341         fix spacings, make resizeable, and make data labels
3342         selectable + ellipsised
3343
3344 2005-06-03  Marco Pesenti Gritti <mpg@redhat.com>
3345
3346         * backend/ev-document-info.h:
3347         * data/Makefile.am:
3348         * data/evince-ui.xml:
3349         * pdf/ev-poppler.cc:
3350         * shell/Makefile.am:
3351         * shell/ev-window.c: (update_action_sensitivity),
3352         (ev_window_cmd_file_properties):
3353
3354         Initial go at file properties. Patch by
3355         Emil Soleyman-Zomalan <emil@soleyman.com>.
3356         Needs love see #169583
3357
3358 2005-06-02  Marco Pesenti Gritti <mpg@redhat.com>
3359
3360         * ps/ps-document.c: (output):
3361         * ps/ps.c: (psscan):
3362
3363         Try to render even if psscan fails.
3364
3365 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
3366
3367         * ps/ps.c: (psscan), (pscopydoc):
3368
3369         Port buffered reading code from gv
3370
3371 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
3372
3373         * ps/ps-document.c: (interpreter_message), (output):
3374
3375         Do not fail on interpreter messages
3376
3377 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
3378
3379         * backend/ev-document-misc.c:
3380         (ev_document_misc_get_thumbnail_frame):
3381
3382         Pages can be 0 x 0, dont assert on this case
3383
3384 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
3385
3386         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
3387         (ev_sidebar_links_class_init), (ev_sidebar_links_set_document):
3388
3389         Correctly manage our reference on document. Finally the reload
3390         huge leak is gone...
3391
3392 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
3393
3394         * ps/ps-document.c: (ps_document_dispose):
3395
3396         Forgot to chain it to the parent. Thanks chpe.
3397
3398 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
3399
3400         * ps/ps-document.c: (ps_document_dispose),
3401         (ps_document_class_init), (stop_interpreter), (document_load):
3402
3403         Cleanup dispose a bit. Dont leak the whole pixmap.
3404
3405 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
3406
3407         * pdf/ev-poppler.cc:
3408
3409         Release the poppler document on dispose
3410
3411 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
3412
3413         * shell/ev-view.c: (ev_view_set_document):
3414
3415         Release ref on the pixbuf cache when changing
3416         document.
3417
3418 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
3419
3420         * ps/ps-document.c: (ps_document_get_info):
3421
3422         Fix a double free
3423
3424 2005-05-31  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
3425
3426         * backend/ev-page-cache.c: (ev_page_cache_init),
3427         (_ev_page_cache_new), (ev_page_cache_get_max_label_chars):
3428         * backend/ev-page-cache.h:
3429         * shell/ev-page-action.c: (page_changed_cb):
3430         
3431         Set page action entry width depending on labels width. Fix
3432         for bug 305202.
3433
3434 2005-05-31  Marco Pesenti Gritti  <mpg@redhat.com>
3435
3436         * backend/ev-link.c: (ev_link_class_init):
3437
3438         Allow -1 as page value (error)
3439
3440 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
3441
3442         * shell/ev-sidebar-thumbnails.c:
3443         (ev_sidebar_thumbnails_set_document):
3444         * shell/ev-view.c: (scroll_to_current_page),
3445         (view_set_adjustment_values), (ev_view_set_scroll_adjustments),
3446         (page_changed_cb), (on_adjustment_value_changed),
3447         (ev_view_set_document):
3448
3449         Slightly modified patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>.
3450         Fix bug 305377
3451
3452 2005-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3453
3454         * configure.ac:
3455         * djvu/djvu-document.c: (djvu_document_get_page_size):
3456
3457         Require djvulibre CVS. Now djvu loading is much faster. Fix for
3458         bug 301993.
3459
3460 Sat May 28 07:38:03 2005  Jonathan Blandford  <jrb@redhat.com>
3461
3462         * shell/ev-view.c (draw_one_page): modify the expose handling to
3463         get the shadows.
3464
3465         * shell/ev-window.c (update_action_sensitivity): Respect
3466         permissions field.  Kowtow to the man.
3467
3468         * pdf/ev-poppler.cc: Get the permissions field.
3469
3470         * tiff/*c: Make a tiny bit more robust.
3471
3472 2005-05-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
3473
3474         * djvu/djvu-document.c:
3475         
3476         Pop messages from djvu context message queue.
3477
3478 2005-05-24  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
3479
3480         * configure.ac, Makefile.am, shell/Makefile.am:
3481         * tiff/Makefile.am, shell/ev-document-types.c:
3482         
3483         Cleanup tiff configure checks. Fix for bug 305218.
3484
3485 2005-05-24  Maxim V. Dziumanenko <mvd@mylinux.ua>
3486
3487         * configure.ac: Added "uk" to ALL_LINGUAS.
3488
3489 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3490
3491         * cut-n-paste/zoom-control/ephy-zoom.c:
3492         (ephy_zoom_get_changed_zoom_level):
3493         * cut-n-paste/zoom-control/ephy-zoom.h:
3494         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_set_property),
3495         (ev_view_get_property), (ev_view_class_init), (ev_view_set_zoom):
3496         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
3497         (ev_window_cmd_view_zoom_out), (ev_window_zoom_changed_cb),
3498         (zoom_control_changed_cb), (ev_window_init):
3499         
3500         Fix minor points related to moving best fit up. Introduce
3501         "zoom" property and make zoom control change it's value on
3502         notify::zoom signals. Fix for 305080.
3503
3504 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3505
3506         * data/evince-ui.xml:
3507         * shell/ev-window.c: (set_view_actions_sensitivity):
3508         
3509         Use + and - as accels for zoom in and zoom out. Fix for 305001.
3510
3511 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
3512
3513         * configure.ac:
3514
3515         Depends on poppler 0.3.2
3516
3517 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
3518
3519         * cut-n-paste/recent-files/egg-recent-item.c:
3520         (egg_recent_item_get_short_name):
3521         * cut-n-paste/toolbar-editor/Makefile.am:
3522         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
3523         (new_pixbuf_from_widget):
3524         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
3525         * cut-n-paste/toolbar-editor/egg-marshal.c:
3526         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
3527         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
3528
3529         Sync
3530
3531 Sat May 21 23:18:30 2005  Jonathan Blandford  <jrb@redhat.com>
3532
3533         * tiff/tiff-document.c: Rough TIFF backend.
3534
3535 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
3536
3537         * NEWS:
3538         * configure.ac:
3539         * cut-n-paste/toolbar-editor/Makefile.am:
3540
3541         Release 0.3.1
3542
3543 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
3544
3545         * shell/ev-view.c: (jump_to_find_result), (ev_view_can_find_next),
3546         (ev_view_find_next), (ev_view_find_previous):
3547
3548         Remove the locks around get_n_results   
3549
3550 2005-05-21  Juerg Billeter  <j@bitron.ch>
3551
3552         * pdf/ev-poppler.c: (pdf_document_ps_exporter_begin):
3553
3554         Pass correct number of pages to poppler.
3555
3556 2005-05-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3557
3558         * configure.ac:
3559         * data/Makefile.am:
3560         * data/evince.desktop.in: 
3561         * data/evince.desktop.in.in:
3562         * po/POTFILES.in:
3563         
3564         Add conditionally dvi and djvu to desktop types. Fix for 304658.
3565
3566 Sat May 21 00:21:30 2005  Jonathan Blandford  <jrb@redhat.com>
3567
3568         * shell/ev-view.c: (view_update_adjustments),
3569         (view_set_adjustment_values): cast adjustmen->value to (int)
3570         before using it.  Otherwise, we get off by a pixel in some
3571         situations.
3572
3573         (draw_one_page): Draw the border on expose.
3574
3575 Fri May 20 22:05:25 2005  Jonathan Blandford  <jrb@redhat.com>
3576
3577         * *shell/ev-view.c: Patch from Nickolay V. Shmyrev to reset the
3578         adjustment when the mode changes, #304923
3579
3580 Fri May 20 02:00:03 2005  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
3581
3582         * shell/ev-view.c: Use gdk_widget_queue_draw to remove
3583         flickering on resize but still use gdk_window_scroll on
3584         scrolling
3585
3586 Fri May 20 01:46:57 2005  Jonathan Blandford  <jrb@redhat.com>
3587
3588         * shell/ev-view.c: Patch from Nickolay Shmyrev to fix the -p
3589         option, #170458
3590
3591 Fri May 20 01:27:01 2005  Jonathan Blandford  <jrb@redhat.com>
3592
3593         * shell/ev-view.c: Patch from Nickolay Shmyrev to to scroll to
3594         second page on page_changed if possible, #304669
3595
3596 Fri May 20 01:07:15 2005  Jonathan Blandford  <jrb@redhat.com>
3597
3598         * shell/ev-view.c (view_update_adjustments): Use gdk_window_scroll
3599         instead of gtk_widget_queue_draw.  Massive speedups in scrolling.
3600
3601 Fri May 20 01:05:10 2005  Jonathan Blandford  <jrb@redhat.com>
3602
3603         * .cvsignore:
3604         * shell/ev-view.c:(ev_view_size_allocate), (ev_view_class_init),
3605         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
3606         (ev_view_zoom_for_size_presentation),
3607         (ev_view_zoom_for_size_continuous_and_dual_page),
3608         (ev_view_zoom_for_size_continuous),
3609         (ev_view_zoom_for_size_dual_page),
3610         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size):
3611         * shell/ev-view.h:
3612         * shell/ev-window.c: (update_view_size),
3613         (ev_window_sizing_mode_changed_cb):
3614
3615         Patch from Nickolay Shmyrev <nshmyrev@yandex.ru> to handle
3616         the scrollbars.  It's not 100% right, but it's much closer.  Kills
3617         an infinite loop, #304769
3618
3619
3620 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
3621
3622         * data/evince-ui.xml:
3623         * shell/ev-view.c: (ev_view_scroll_view), (ev_view_class_init):
3624         * shell/ev-window.c: (set_view_actions_sensitivity):
3625
3626         Make PgUp/Down behave like Space
3627
3628 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
3629
3630         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
3631         * backend/ev-ps-exporter.h:
3632         * pdf/ev-poppler.cc:
3633         * ps/ps-document.c: (ps_document_ps_export_begin):
3634         * shell/ev-print-job.c: (idle_print_handler):
3635
3636         Adapt to new poppler api
3637
3638 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
3639
3640         * cut-n-paste/zoom-control/ephy-zoom-control.c:
3641         (ephy_zoom_control_init):
3642
3643         Translate zoom levels
3644
3645 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
3646
3647         * cut-n-paste/zoom-control/ephy-zoom.c:
3648         (ephy_zoom_get_zoom_level_index):
3649
3650         Fix current zoom -> zoom control match
3651
3652 2005-05-18  James Bowes  <bowes@cs.dal.ca>
3653
3654         * shell/ev-window.c: (ev_window_init): Give focus to the ev-view,
3655         rather than the scrolled_window that it's in. Fixes bug #304655.
3656
3657 Tue May 17 22:54:17 2005  Jonathan Blandford  <jrb@redhat.com>
3658
3659         * shell/ev-view.c: (view_update_adjustments),
3660         (view_set_adjustment_values), (view_update_range_and_current_page),
3661         (view_scroll_to_page), (set_scroll_adjustment),
3662         (ev_view_set_scroll_adjustments), (add_scroll_binding_keypad),
3663         (ev_view_scroll), (ev_view_scroll_view),
3664         (ensure_rectangle_is_visible), (find_page_at_location),
3665         (get_link_at_location), (go_to_link), (status_message_from_link),
3666         (ev_view_size_request_continuous_dual_page),
3667         (ev_view_size_request), (ev_view_size_allocate), (ev_view_realize),
3668         (ev_view_unrealize), (ev_view_expose_event),
3669         (ev_view_button_press_event), (ev_view_motion_notify_event),
3670         (ev_view_button_release_event), (ev_gdk_color_to_rgb),
3671         (draw_rubberband), (highlight_find_results), (draw_one_page),
3672         (ev_view_finalize), (ev_view_destroy), (ev_view_class_init),
3673         (ev_view_init), (find_changed_cb), (page_changed_cb),
3674         (on_adjustment_value_changed), (ev_view_new),
3675         (ev_view_set_document), (ev_view_set_zoom),
3676         (ev_view_set_continuous), (ev_view_set_dual_page),
3677         (ev_view_set_presentation), (ev_view_zoom_in), (ev_view_zoom_out),
3678         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
3679         (ev_view_zoom_for_size_presentation),
3680         (ev_view_zoom_for_size_continuous_dual_page),
3681         (ev_view_zoom_for_size_continuous),
3682         (ev_view_zoom_for_size_dual_page),
3683         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
3684         (ev_view_get_status), (ev_view_set_status),
3685         (update_find_status_message), (ev_view_get_find_status),
3686         (ev_view_set_find_status), (jump_to_find_result),
3687         (jump_to_find_page), (compute_selections), (clear_selection),
3688         (ev_view_select_all), (get_selected_text), (ev_view_copy),
3689         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
3690         (ev_view_update_primary_selection),
3691         (ev_view_create_invisible_cursor), (ev_view_set_cursor):
3692         * shell/ev-view.h:
3693         * shell/ev-window.c: (ev_window_open_page_label),
3694         (ev_window_cmd_view_reload), (ev_window_sizing_mode_changed_cb),
3695         (ev_window_init):
3696         * shell/ev-window.h:
3697         * shell/main.c: (load_files):
3698
3699         Massive code clean up from Nickolay Shmyrev.  Keep page offset
3700         when resizing.  Remove the bin_window().  Also, patch from James
3701         Bowes to fix command line page, #300641
3702         
3703 2005-05-17  Marco Pesenti Gritti  <mpg@redhat.com>
3704
3705         * data/evince-ui.xml:
3706         * shell/ev-view.c:
3707         * shell/ev-view.h:
3708         * shell/ev-window.c: (update_action_sensitivity):
3709
3710         Get rid of View->Normal Size, it's just confusing
3711
3712 Tue May 17 00:51:21 2005  Jonathan Blandford  <jrb@redhat.com>
3713
3714         * backend/ev-document-info.h:
3715         * backend/ev-document.c: (ev_document_info_free): Free the
3716         EvDocumentInfo.
3717
3718         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
3719         (clear_range), (add_range), (update_visible_range),
3720         (adjustment_changed_cb), (ev_sidebar_thumbnails_init),
3721         (ev_sidebar_thumbnails_set_document):
3722         * shell/ev-window.c: (ev_window_setup_document): Only render the
3723         visible thumbnails.  It takes an instant to render, but it uses
3724         much less memory.
3725
3726 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
3727
3728         * shell/ev-sidebar-links.c: (popup_menu_cb):
3729
3730         Select first item
3731
3732 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
3733
3734         * lib/Makefile.am:
3735         * shell/ev-sidebar-links.c: (build_popup_menu), (popup_menu_cb),
3736         (button_press_cb), (ev_sidebar_links_construct):
3737
3738         Show the popup menu also on keybindings
3739
3740 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
3741
3742         * shell/ev-window.c: (ev_window_print), (ev_window_print_range):
3743         * shell/ev-window.h:
3744
3745         Expose api to print a range (with dialog). Make private _print use
3746         it.
3747
3748         * shell/ev-sidebar-links.c: (print_section_cb), (button_press_cb),
3749         (ev_sidebar_links_construct):
3750
3751         Show a print context menu on linkx, it prints the selected
3752         section.
3753
3754 2005-05-15  Carlos Garcia Campos <carlosgc@gnome.org>
3755
3756         * shell/ev-sidebar.c: make the drop down menu as width as the toggle
3757         button.
3758
3759 2005-05-12  Marco Pesenti Gritti  <mpg@redhat.com>
3760
3761         * AUTHORS:
3762
3763         Update
3764
3765         * shell/ev-window.c: (build_comments_string),
3766         (ev_window_cmd_help_about):
3767
3768         Show poppler version/backend and authors
3769
3770 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
3771
3772         * cut-n-paste/zoom-control/ephy-zoom.c:
3773         (ephy_zoom_get_zoom_level_index):
3774         * cut-n-paste/zoom-control/ephy-zoom.h:
3775
3776         Move the best fit items at the top of the list
3777
3778 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
3779
3780         * shell/ev-marshal.list:
3781         * shell/ev-page-action.c: (ev_page_action_widget_class_init),
3782         (activate_cb), (match_selected_cb), (activate_link_cb),
3783         (connect_proxy), (ev_page_action_class_init):
3784         * shell/ev-page-action.h:
3785
3786         Use signals to notify action activation. Hopefully
3787         I did not break completion since I cant test...
3788
3789         * shell/ev-window.c: (activate_link_cb), (activate_label_cb),
3790         (register_custom_actions):
3791
3792         Connect to page selector actions and also grab focus on
3793         the view when activated.
3794
3795 Wed May 11 01:18:29 2005  Jonathan Blandford  <jrb@redhat.com>
3796
3797         * pdf/ev-poppler.cc:
3798         * backend/ev-page-cache.c: make page size calculation consistent
3799         and set it to (int)( width * scale + 0.5).  This makes the weird
3800         line going through the middle of the page go away.
3801
3802         * shell/ev-view.c: move painting the background page after
3803         checking the expose area covers us.
3804
3805 2005-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3806
3807         * data/evince-password.glade:
3808         
3809         Mark labels as not translatable. Fix for bug 302842.
3810
3811 2005-05-10  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
3812
3813         * configure.ac: Added "es" to ALL_LINGUAS.
3814
3815 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
3816
3817         * data/evince-toolbar.xml:
3818         * shell/ev-window.c: (update_action_sensitivity),
3819         (ev_window_setup_document), (ev_window_set_page_mode),
3820         (ev_window_init):
3821
3822         Remove some leftover code from jrb first continous
3823         attempt. Use the new actions, we still need good icons
3824         though...
3825
3826 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
3827
3828         * shell/ev-page-action.c: (update_pages_label), (connect_proxy):
3829
3830         Update label when connecting proxy. Fix a warning with NULL
3831         page_cache.
3832
3833 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
3834
3835         * data/evince-ui.xml:
3836         * shell/ev-page-action.c: (ev_page_action_grab_focus):
3837         * shell/ev-page-action.h:
3838         * shell/ev-window.c: (ev_window_cmd_focus_page_selector):
3839
3840         Add mnemonic for edit toolbar.
3841         ctrl+l focus the page entry.
3842
3843 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
3844
3845         * lib/Makefile.am:
3846         * shell/ev-window.c: (ev_window_cmd_edit_toolbar_cb),
3847         (ev_window_init):
3848         * shell/main.c: (main):
3849
3850         Put the toolbar xml in evince own dot dir
3851
3852 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
3853
3854         * shell/ev-window.c: (ev_window_init):
3855
3856         Make the toolbar not removable
3857
3858 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
3859
3860         * data/evince-ui.xml:
3861         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_treeview):
3862         * shell/ev-sidebar-links.h:
3863         * shell/ev-sidebar-thumbnails.c:
3864         (ev_sidebar_thumbnails_get_treeview):
3865         * shell/ev-sidebar-thumbnails.h:
3866         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_view),
3867         (ev_view_class_init):
3868         * shell/ev-view.h:
3869         * shell/ev-window.c: (update_action_sensitivity),
3870         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
3871         (set_view_actions_sensitivity), (view_actions_focus_in_cb),
3872         (view_actions_focus_out_cb), (enable_view_actions_for_widget),
3873         (ev_window_init):
3874
3875         This is evil... Make space/backspace global accelerators but
3876         enable them only for some widgets (sidebars and view).
3877         I dont like it, but I dont know a better way... :/
3878
3879 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
3880
3881         * shell/ev-page-action.c: (ev_page_action_widget_set_page_cache),
3882         (ev_page_action_widget_finalize),
3883         (ev_page_action_widget_class_init), (update_page_cache):
3884
3885         Keep a weak reference on proxy->page_cache so that we
3886         dont try to disconnect the signal if the object is already
3887         gone. Maybe there is a better way to cleanup reference handling
3888         in page action though...
3889
3890 2005-05-10  Juerg Billeter  <j@bitron.ch>
3891
3892         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
3893         * backend/ev-ps-exporter.h:
3894         * pdf/ev-poppler.cc: (pdf_document_ps_exporter_begin):
3895         * ps/ps-document.c: (ps_document_ps_export_begin):
3896         
3897         Change api to pass print range to ps_exporter_begin. The pdf backend
3898         requires this information.
3899         
3900         * shell/ev-print-job.c: (idle_print_handler):
3901         
3902         Adapt to api change
3903
3904 2005-05-10  Juerg Billeter  <j@bitron.ch>
3905
3906         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
3907         (idle_print_handler)
3908         * shell/ev-window.c: (ev_window_print):
3909
3910         Support printing page range, based on patch by Amaury Jacquot
3911
3912 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
3913
3914         * data/evince-toolbar.xml:
3915
3916         Add zoom control to available items
3917
3918 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
3919
3920         * shell/ev-window.c: (update_action_sensitivity):
3921
3922         Set slash action insensitive when appropriate
3923
3924 2005-05-10  Christian Persch <chpe@gnome.org>
3925
3926         * cut-n-paste/zoom-control/ephy-zoom-action.c: (create_menu_item):
3927
3928         Fix warning on the overflow menu
3929
3930 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
3931
3932         * shell/ev-window.c: (sanity_check_uri), (ev_window_open):
3933
3934         Check for uri correctness/existence
3935
3936 2005-05-09  Juerg Billeter  <j@bitron.ch>
3937
3938         * shell/ev-window.c: (using_postscript_printer):
3939
3940         LPD printers use postscript, too
3941
3942 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
3943
3944         * shell/ev-window.c: (register_custom_actions):
3945
3946         The zoom one is actually sort of useful,
3947         put it back
3948
3949 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
3950
3951         * shell/ev-window.c: (register_custom_actions):
3952
3953         Hide page/zoom controls from overflow, they
3954         are useless.
3955
3956 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
3957
3958         * cut-n-paste/update-from-egg.sh:
3959         
3960         Share it between all cut-n-paste subdirs
3961
3962         * cut-n-paste/recent-files/Makefile.am:
3963
3964         Fix to use "global" update-from-egg.sh
3965
3966         * cut-n-paste/recent-files/egg-recent-model.c:
3967         (egg_recent_model_changed_timeout), (egg_recent_model_finalize):
3968         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
3969         (egg_recent_view_gtk_clear), (egg_recent_view_gtk_set_list),
3970         (egg_recent_view_gtk_finalize), (egg_recent_view_gtk_set_menu):
3971
3972         Update from libegg
3973
3974         * cut-n-paste/toolbar-editor/Makefile.am:
3975
3976         Fix to use "global" update-from-egg.sh
3977
3978         * cut-n-paste/toolbar-editor/eggmarshalers.list:
3979
3980         Update from libegg
3981
3982 2005-05-09  Marco Pesenti Gritti <mpg@redhat.com>
3983
3984         * configure.ac:
3985         * cut-n-paste/Makefile.am:
3986         * cut-n-paste/recent-files/Makefile.am:
3987         * cut-n-paste/toolbar-editor/.cvsignore:
3988         * cut-n-paste/toolbar-editor/Makefile.am:
3989         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
3990         (egg_editable_toolbar_get_type), (get_toolbar_position),
3991         (get_n_toolbars), (get_dock_nth), (get_toolbar_nth), (find_action),
3992         (drag_data_delete_cb), (drag_begin_cb), (drag_end_cb),
3993         (drag_data_get_cb), (set_drag_cursor), (unset_drag_cursor),
3994         (set_item_drag_source), (create_item_from_action), (create_item),
3995         (data_is_separator), (drag_data_received_cb), (remove_toolbar_cb),
3996         (popup_toolbar_context_menu_cb), (free_dragged_item),
3997         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
3998         (toolbar_drag_leave_cb), (create_dock), (set_fixed_style),
3999         (unset_fixed_style), (toolbar_changed_cb), (unparent_fixed),
4000         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
4001         (item_added_cb), (item_removed_cb),
4002         (egg_editable_toolbar_construct),
4003         (egg_editable_toolbar_disconnect_model),
4004         (egg_editable_toolbar_deconstruct),
4005         (egg_editable_toolbar_set_model),
4006         (egg_editable_toolbar_set_ui_manager),
4007         (egg_editable_toolbar_set_property),
4008         (egg_editable_toolbar_get_property),
4009         (egg_editable_toolbar_class_init), (egg_editable_toolbar_init),
4010         (egg_editable_toolbar_finalize), (egg_editable_toolbar_new),
4011         (egg_editable_toolbar_new_with_model),
4012         (egg_editable_toolbar_get_edit_mode),
4013         (egg_editable_toolbar_set_edit_mode), (egg_editable_toolbar_show),
4014         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed),
4015         (egg_editable_toolbar_set_drag_dest), (fake_expose_widget),
4016         (new_pixbuf_from_widget), (new_separator_pixbuf),
4017         (update_separator_image), (style_set_cb),
4018         (_egg_editable_toolbar_new_separator_image),
4019         (egg_editable_toolbar_get_model):
4020         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
4021         * cut-n-paste/toolbar-editor/egg-marshal.c:
4022         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
4023         (egg_toolbar_editor_get_type), (compare_actions), (find_action),
4024         (egg_toolbar_editor_set_ui_manager), (toolbar_removed_cb),
4025         (egg_toolbar_editor_set_model), (egg_toolbar_editor_set_property),
4026         (egg_toolbar_editor_get_property), (egg_toolbar_editor_class_init),
4027         (egg_toolbar_editor_finalize), (egg_toolbar_editor_new),
4028         (drag_begin_cb), (drag_end_cb), (editor_drag_data_received_cb),
4029         (editor_drag_data_delete_cb), (drag_data_get_cb),
4030         (elide_underscores), (set_drag_cursor), (event_box_realize_cb),
4031         (editor_create_item), (update_editor_sheet), (setup_editor),
4032         (egg_toolbar_editor_init), (egg_toolbar_editor_add_action),
4033         (parse_item_list), (model_has_action), (update_actions_list),
4034         (egg_toolbar_editor_load_actions):
4035         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
4036         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
4037         (egg_toolbars_model_get_type), (egg_toolbars_model_to_xml),
4038         (safe_save_xml), (egg_toolbars_model_save), (toolbars_toolbar_new),
4039         (toolbars_item_new), (free_toolbar_node), (free_item_node),
4040         (egg_toolbars_model_get_flags), (egg_toolbars_model_set_flags),
4041         (egg_toolbars_model_add_separator), (impl_add_item),
4042         (parse_item_list), (egg_toolbars_model_add_toolbar),
4043         (parse_toolbars), (egg_toolbars_model_load), (impl_get_item_id),
4044         (impl_get_item_data), (impl_get_item_type),
4045         (_egg_accumulator_STRING), (egg_toolbars_model_class_init),
4046         (egg_toolbars_model_init), (free_toolbar),
4047         (egg_toolbars_model_finalize), (egg_toolbars_model_new),
4048         (egg_toolbars_model_remove_toolbar),
4049         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
4050         (egg_toolbars_model_n_items), (egg_toolbars_model_item_nth),
4051         (egg_toolbars_model_n_toolbars), (egg_toolbars_model_toolbar_nth),
4052         (egg_toolbars_model_add_item), (egg_toolbars_model_get_item_id),
4053         (egg_toolbars_model_get_item_data),
4054         (egg_toolbars_model_get_item_type):
4055         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
4056         * cut-n-paste/toolbar-editor/eggmarshalers.list:
4057         * data/Makefile.am:
4058         * data/evince-toolbar.xml:
4059         * data/evince-ui.xml:
4060         * data/hand-open.png:
4061         * po/POTFILES.in:
4062         * shell/Makefile.am:
4063         * shell/ev-window.c: (update_chrome_visibility),
4064         (ev_window_cmd_edit_toolbar_cb), (ev_window_cmd_edit_toolbar),
4065         (ev_window_dispose), (ev_window_init):
4066
4067         Implement epiphany like toolbar editor. Based on patch by
4068         Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4069
4070 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
4071
4072         * shell/ev-sidebar-thumbnails.c: (page_changed_cb):
4073
4074         Use set_cursor instead of set_selection, so that
4075         the keyboard focus moves too.
4076
4077 2005-05-09  Aleksey Kliger <akliger@gmail.com>
4078
4079         * dvi/mdvi-lib/tfmfile.c: (lookup_font_metrics):
4080
4081         Fix infinite loop when loading Type1 fonts
4082
4083 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
4084
4085         * data/evince-ui.xml:
4086         * shell/ev-window.c:
4087
4088         Slash -> Find
4089
4090 2005-05-09  Thomas de Grenier de Latour <degrenier@easyconnect.fr>
4091
4092         * configure.ac:
4093
4094         Make --disable really disable
4095
4096 2005-05-07  Juerg Billeter  <j@bitron.ch>
4097
4098         * backend/ev-page-cache.c: (ev_page_cache_set_page_label):
4099
4100         Compare page labels even without has_labels set, fixes setting page
4101         with entry
4102
4103 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
4104
4105         * shell/ev-view.c: (ev_view_create_invisible_cursor),
4106         (ev_view_set_cursor), (ev_view_button_press_event),
4107         (ev_view_motion_notify_event), (ev_view_button_release_event),
4108         (ev_view_init):
4109
4110         Implement middle button scrolling. Based on a patch
4111         by Tommi Komulainen <tommi.komulainen@iki.fi>.
4112
4113 2005-05-08  Marco Pesenti Gritti  <mpg@redhat.com>
4114
4115         * shell/ev-document-types.c: (get_slow_mime_type),
4116         (get_document_type_from_mime), (ev_document_type_lookup):
4117         * shell/ev-document-types.h:
4118
4119         Change api to lookup from uri. Do fast lookup first, if the
4120         type is unknown try with data sniffing.
4121
4122         * shell/ev-window.c: (ev_window_open), (ev_window_open_uri_list):
4123         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
4124
4125         Adapt to api change
4126
4127 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
4128
4129         * thumbnailer/Makefile.am:
4130
4131         Fix distcheck
4132
4133 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
4134
4135         * NEWS:
4136         * configure.ac:
4137
4138         Release 0.3.0
4139
4140         * data/evince-ui.xml:
4141
4142         Hide presentation mode for now
4143
4144         * shell/ev-view.c: (highlight_find_results):
4145
4146         Show current find selection only on current page
4147
4148 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
4149
4150         * shell/ev-view.c: (ev_view_select_all):
4151
4152         Compute size of the actual page, not of
4153         the current one.
4154
4155 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
4156
4157         * shell/ev-view.c: (clear_selection), (ev_view_finalize),
4158         (view_rect_to_doc_rect), (compute_selections),
4159         (ev_view_bin_expose), (ev_view_select_all), (get_selected_text),
4160         (ev_view_copy), (ev_view_primary_get_cb),
4161         (ev_view_primary_clear_cb), (ev_view_update_primary_selection),
4162         (ev_view_button_press_event), (ev_view_motion_notify_event),
4163         (ev_view_button_release_event), (page_changed_cb):
4164
4165         Fix text selection
4166
4167 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
4168
4169         * shell/ev-view.c: (compute_border), (get_page_extents),
4170         (doc_rect_to_view_rect), (highlight_find_results),
4171         (ev_view_bin_expose), (ev_view_select_all),
4172         (ev_view_motion_notify_event), (update_find_status_message),
4173         (jump_to_find_result), (jump_to_find_page):
4174
4175         First go at fixing search, still buggy
4176
4177 2005-05-04  Kristian Høgsberg  <krh@redhat.com>
4178
4179         * shell/ev-sidebar.c (ev_sidebar_init): Remove frame around
4180         dropdown box and button at the top of the sidebar.
4181
4182 2005-05-02  James Bowes  <bowes@cs.dal.ca>
4183
4184         * configure.ac: Output zoom-control Makefile.
4185         * cut-n-paste/Makefile.am: build zoom-control subdir.
4186         * cut-n-paste/zoom-control/ephy-zoom-action.c:
4187         * cut-n-paste/zoom-control/ephy-zoom-action.h:
4188         * cut-n-paste/zoom-control/ephy-zoom-control.c:
4189         * cut-n-paste/zoom-control/ephy-zoom-control.h:
4190         * cut-n-paste/zoom-control/ephy-zoom.c:
4191         * cut-n-paste/zoom-control/ephy-zoom.h: New files imported
4192         from epiphany, and modified to add a separator into the menu.
4193         * cut-n-paste/zoom-control/Makefile.am: Build zoom-control.
4194         * data/evince-ui.xml: Replace old zoom toolbar actions with new
4195         zoom-control action.
4196         * shell/Makefile.am: Include zoom-control flags.
4197         * shell/ev-view.c: (ev_view_set_zoom), (ev_view_get_zoom),
4198         (ev_view_get_sizing_mode), (ev_view_zoom_in), (ev_view_zoom_out),
4199         (ev_view_zoom_for_size_presentation),
4200         (ev_view_zoom_for_size_continuous_and_dual_page),
4201         (ev_view_zoom_for_size_continuous),
4202         (ev_view_zoom_for_size_dual_page),
4203         (ev_view_zoom_for_size_single_page), (ev_view_zoom_normal): 
4204         s/ev_view_zoom/ev_view_set_zoom/ and make public, add 
4205         ev_view_get_zoom and ev_view_get_sizing_mode.
4206         * shell/ev-view.h:
4207         * shell/ev-window.c: (update_action_sensitivity),
4208         (update_sizing_buttons), (zoom_control_changed_cb),
4209         (register_custom_actions): Initialize and use the zoom-control 
4210         widget.
4211
4212 Sun May  1 00:46:47 2005  Jonathan Blandford  <jrb@redhat.com>
4213
4214         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init): Change the
4215         preview cache back to 1.  Don't know when it got set to 0.
4216         
4217         * shell/ev-view.c: (compute_border), (ev_view_realize),
4218         (draw_one_page), (ev_view_set_property), (ev_view_get_property),
4219         (ev_view_class_init), (ev_view_init), (ev_view_set_fullscreen),
4220         (ev_view_get_fullscreen), (ev_view_set_presentation),
4221         (ev_view_get_presentation), (ev_view_set_sizing_mode),
4222         (ev_view_zoom_for_size_presentation), (ev_view_set_zoom_for_size):
4223         * shell/ev-view.h:
4224         * shell/ev-window.c:
4225         (update_chrome_visibility),
4226         (ev_window_cmd_continuous), (ev_window_cmd_dual),
4227         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
4228         (update_document_mode), (ev_window_update_fullscreen_action),
4229         (ev_window_fullscreen), (ev_window_unfullscreen),
4230         (ev_window_cmd_view_fullscreen),
4231         (ev_window_update_presentation_action),
4232         (ev_window_run_presentation), (ev_window_stop_presentation),
4233         (ev_window_cmd_view_presentation), (ev_window_state_event),
4234         (ev_window_focus_in_event), (ev_window_focus_out_event),
4235         (ev_window_cmd_escape), (ev_window_sidebar_visibility_changed_cb):
4236         * data/evince-ui.xml: Initial presentation mode.  We should
4237         probably hide this until it's done, as it's quite rough.  Also,
4238         change full-screen to fullscreen and add two getters to EvView.
4239
4240 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
4241
4242         * shell/ev-page-action.c: (update_page_cache),
4243         (ev_page_action_dispose):
4244         * shell/ev-window.c: (destroy_fullscreen_popup),
4245         (ev_window_create_fullscreen_popup):
4246
4247         Use connect_object rather than explicitly
4248         disconnect on dispose.
4249
4250 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
4251
4252         * shell/ev-page-action.c: (update_page_cache),
4253         (ev_page_action_dispose):
4254
4255 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4256
4257         * backend/ev-page-cache.c: (_ev_page_cache_new),
4258         (ev_page_cache_set_page_label),
4259         (ev_page_cache_has_nonnumeric_page_labels):
4260         * backend/ev-page-cache.h:
4261         * shell/ev-page-action.c: (update_pages_label):
4262         
4263         If all page labels are numeric, fallback to default
4264         way to display number of pages. See bug 173185.
4265
4266 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4267
4268         * shell/ev-page-action.c: (ev_page_action_dispose):
4269         * shell/ev-view.c: (view_update_range_and_current_page):
4270         * shell/ev-window.c: (ev_window_dispose):
4271         
4272         Set page on scroll in continuous mode. Fixes bug 301986.
4273         Also cleanup callbacks on destroy of EvWindow and EvPageAction.
4274
4275 2005-04-26  Marco Pesenti Gritti <mpg@redhat.com>
4276
4277         * configure.ac:
4278
4279         Require poppler 0.3.0
4280
4281 2005-04-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
4282         
4283         * shell/Makefile.am, configure.ac: Fix build problems
4284         with t1lib. Bug 301996.
4285
4286 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4287
4288         * shell/ev-view.c: (ev_view_scroll_event):
4289         
4290         Scroll up increase zoom
4291
4292 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4293
4294         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init),
4295         (ev_view_set_sizing_mode),
4296         (ev_view_zoom_for_size_continuous_and_dual_page),
4297         (ev_view_zoom_for_size_continuous):
4298         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
4299         (ev_window_cmd_view_page_width), (ev_window_cmd_view_zoom_in),
4300         (ev_window_cmd_view_zoom_out), (ev_window_sizing_mode_changed_cb),
4301         (ev_window_init):
4302
4303         Control + Scroll does zooming, Shift + Scroll scrolls horizontally
4304         Fix for 165473 and 165472.
4305
4306 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4307
4308         * po/POTFILES.in:
4309         * thumbnailer/Makefile.am:
4310         * thumbnailer/evince-thumbnailer-djvu.schemas.in:
4311         * thumbnailer/evince-thumbnailer-dvi.schemas.in:
4312         * thumbnailer/evince-thumbnailer.schemas.in:
4313         
4314         Make thumbnailer schemas translatable. Fix for bug 301773
4315         
4316         * thumbnailer/evince-thumbnailer-djvu.schemas:
4317         * thumbnailer/evince-thumbnailer-dvi.schemas:
4318         * thumbnailer/evince-thumbnailer.schemas:
4319
4320         Removed files
4321
4322 Sun Apr 24 01:37:39 2005  Jonathan Blandford  <jrb@redhat.com>
4323
4324         * shell/ev-view.c (ev_view_init): forgot to set this.
4325
4326 Sun Apr 24 01:07:27 2005  Jonathan Blandford  <jrb@redhat.com>
4327
4328         * shell/ev-view.c: (find_page_at_location),
4329         (get_link_at_location),
4330         (ev_view_set_show_border), (ev_view_set_spacing),
4331         (ev_view_zoom_for_size_continuous_and_dual_page),
4332         (ev_view_zoom_for_size_continuous): Fix links for dual/continuous.
4333         Also, add a quick fix measuring of widths.  Also, removed
4334         ev_view_set_spacing and ev_view_set_show_border.
4335         
4336         * shell/ev-window.c: (ev_window_unfullscreen),
4337         (ev_window_cmd_view_fullscreen): Don't adjust the border/spacing.
4338
4339 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4340
4341         * shell/ev-view.c: (view_update_range_and_current_page),
4342         (page_changed_cb):
4343         
4344         Fix crash on exit and scrolling to page in continuous view.
4345
4346 Sat Apr 23 13:13:04 2005  Jonathan Blandford  <jrb@redhat.com>
4347
4348         * TODO:
4349         * backend/ev-page-cache.c: (_ev_page_cache_new),
4350         (ev_page_cache_get_max_width_size),
4351         (ev_page_cache_get_max_height_size):
4352         * backend/ev-page-cache.h:
4353         * data/evince-ui.xml:
4354         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init):
4355         * shell/ev-view.c: (view_update_adjustments),
4356         (view_update_range_and_current_page), (get_bounding_box_size),
4357         (ev_view_size_request_continuous_and_dual_page),
4358         (ev_view_size_request_continuous),
4359         (ev_view_size_request_dual_page),
4360         (ev_view_size_request_single_page), (ev_view_size_request),
4361         (ev_view_size_allocate), (get_page_extents), (draw_one_page),
4362         (ev_view_bin_expose), (ev_view_expose_event),
4363         (ev_view_set_property), (ev_view_get_property),
4364         (ev_view_class_init), (ev_view_init), (ev_view_new),
4365         (page_changed_cb), (ev_view_zoom), (ev_view_set_continuous),
4366         (ev_view_set_dual_page), (ev_view_set_full_screen),
4367         (ev_view_set_presentation), (ev_view_set_sizing_mode),
4368         (ev_view_can_zoom_in), (ev_view_can_zoom_out), (ev_view_zoom_in),
4369         (ev_view_zoom_out), (zoom_for_size_fit_width),
4370         (zoom_for_size_best_fit),
4371         (ev_view_zoom_for_size_continuous_and_dual_page),
4372         (ev_view_zoom_for_size_continuous),
4373         (ev_view_zoom_for_size_dual_page),
4374         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
4375         (ev_view_show_cursor), (ev_sizing_mode_get_type):
4376         * shell/ev-view.h:
4377         * shell/ev-window.c: (update_action_sensitivity),
4378         (ev_window_cmd_continuous), (ev_window_cmd_dual),
4379         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
4380         (update_sizing_buttons), (ev_window_cmd_view_zoom_in),
4381         (ev_window_cmd_view_zoom_out), (update_view_size),
4382         (ev_window_set_sizing_mode), (ev_window_init):
4383
4384         Add Continuous and Dual page modes.
4385
4386 2005-04-23  James Bowes  <bowes@cs.dal.ca>
4387
4388         * dvi/dvi-document.c: (dvi_document_load),
4389         (dvi_document_thumbnails_get_thumbnail),
4390         (dvi_document_init_params): Fix up some mixups between
4391         width and height to correct thumbnail rendering.
4392
4393 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4394
4395         * dvi/mdvi-lib/private.h:
4396         * dvi/mdvi-lib/setup.c: (mdvi_init_kpathsea):
4397         
4398         Suppess output for kpathsea during font generation. Thanks to
4399         James Bowes
4400
4401 Fri Apr 22 19:57:46 2005  Jonathan Blandford  <jrb@redhat.com>
4402
4403         * NEWS:
4404         * configure.ac:
4405
4406         Release 0.2.1
4407
4408         * Makefile.am: fix distcheck.
4409
4410 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4411
4412         * shell/ev-sidebar-links.c: (selection_changed_callback),
4413         (update_page_callback), (row_activated_callback),
4414         (job_finished_callback), (ev_sidebar_links_set_document):
4415         
4416         Fix for bug #169901. Double click on links expands tree.
4417
4418 2005-03-14  Bryan Clark  <clarkbw@cvs.gnome.org>
4419
4420         * shell/ev-window.c (ev_window_init): Removed fullscreen toolbar
4421         hard-coded style. Fix for bug 170111
4422
4423 2005-04-22  Kristian Høgsberg  <krh@redhat.com>
4424
4425         * shell/ev-view.c (highlight_find_results): Remove unnecessary
4426         locking.
4427
4428 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
4429
4430         * thumbnailer/evince-thumbnailer.schemas: real fix for bug 172496
4431
4432 2005-04-22  Marco Pesenti Gritti  <mpg@redhat.com>
4433
4434         * pdf/ev-poppler.cc:
4435         * shell/ev-view.c: (highlight_find_results):
4436
4437         Fix find on single page documents
4438
4439 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
4440
4441         * data/evince.schemas.in: fix for bug 301390
4442
4443 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
4444
4445         * shell/ev-view.c: (ev_view_can_zoom_in), (ev_view_can_zoom_out),
4446         (ev_view_zoom_out), (ev_view_zoom_normal):
4447         * shell/ev-view.h:
4448         * shell/ev-window.c: (update_action_sensitivity),
4449         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
4450         (ev_window_cmd_view_zoom_in), (ev_window_cmd_view_zoom_out),
4451         (ev_window_cmd_view_normal_size):
4452
4453         Fix normal size zoom. Make zoom in/zoom out unsensitive when
4454         they are behyond the limits. Tweak MAX_ZOOM to 6, sucks but
4455         better than oom. 
4456
4457 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
4458
4459         * configure.ac:
4460
4461         Depend on 2.57, 2.59 doesnt seem to be necessary
4462
4463 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
4464
4465         * shell/ev-page-action.c: (update_pages_label), (page_changed_cb),
4466         (create_tool_item):
4467
4468         Put back total number of pages as (1 of 1234)
4469
4470 Thu Apr 21 23:37:52 2005  Jonathan Blandford  <jrb@redhat.com>
4471
4472         * shell/ev-pixbuf-cache.c (dispose_cache_job_info): actually
4473         remove the job.
4474
4475         * backend/ev-document.h: Remove EV_DOC_MUTEX in favor of a locking
4476         function.  This helps debugging.
4477
4478 2005-04-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4479
4480         * djvu/djvu-document.c: (djvu_document_class_init),
4481         (djvu_document_get_info), (djvu_document_document_iface_init):
4482         * dvi/dvi-document.c: (dvi_document_class_init),
4483         (dvi_document_get_info), (dvi_document_document_iface_init):
4484
4485        Dummy implementation of get_info method for dvi and djvu. Fix
4486        crashes with those backends
4487
4488 2005-04-20  Marco Pesenti Gritti <mpg@redhat.com>
4489
4490         * data/evince.desktop.in:
4491
4492         Add application/x-gzpostscript
4493
4494 2005-04-20  Bryan Clark  <clarkbw@cvs.gnome.org>
4495
4496         * data/evince.schemas.in: Added real long descriptions, 
4497         closes bug 172496 
4498
4499         * README: Added actual text, closes bug 171869
4500
4501 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
4502
4503         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
4504
4505         Thumbnail page 0
4506
4507 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
4508
4509         * backend/ev-document-info.h:
4510
4511         s/GDate */GDate so we can just use g_free
4512
4513 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
4514
4515         * shell/ev-window.c: (update_document_mode),
4516         (ev_window_setup_document):
4517
4518         Show the window in fullscreen when specified by
4519         the document
4520
4521 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
4522
4523         * backend/ev-document.c: (ev_document_class_init),
4524         (ev_document_get_info), (ev_document_render_pixbuf):
4525         * backend/ev-document.h:
4526         * backend/ev-page-cache.c: (_ev_page_cache_new):
4527         * pdf/ev-poppler.cc:
4528         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
4529         (pixbuf_document_get_info), (pixbuf_document_document_iface_init):
4530         * ps/ps-document.c: (ps_document_class_init), (document_load),
4531         (ps_document_get_info), (ps_document_document_iface_init):
4532
4533         Remove get_title from the interface, we can just use document info
4534
4535 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
4536
4537         * backend/Makefile.am:
4538         * backend/ev-document.c: (ev_document_render_get_info):
4539         * backend/ev-document.h:
4540         * pdf/ev-poppler.cc:
4541
4542         Initial support for document info. Based on jrb patch.
4543
4544 2005-04-19  Paolo Borelli <pborelli@katamail.com>
4545
4546         * shell/ev-window.c: (ev_window_state_event),
4547         (ev_window_class_init), (ev_window_init):
4548         
4549         Doesn't show resize grip when maximized. See bug #301053
4550
4551 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4552
4553         * po/POTFILES.in:
4554         
4555         ev-sidebar-thumbnails now has translatable labels
4556         
4557         * shell/Makefile.am:
4558         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document),
4559         (ev_sidebar_links_support_document), (ev_sidebar_links_get_label),
4560         (ev_sidebar_links_page_iface_init):
4561         * shell/ev-sidebar-links.h:
4562         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
4563         (ev_sidebar_page_support_document), (ev_sidebar_page_set_document),
4564         (ev_sidebar_page_get_label):
4565         * shell/ev-sidebar-page.h:
4566         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_new),
4567         (ev_sidebar_thumbnails_set_document),
4568         (ev_sidebar_thumbnails_support_document),
4569         (ev_sidebar_thumbnails_get_label),
4570         (ev_sidebar_thumbnails_page_iface_init):
4571         * shell/ev-sidebar-thumbnails.h:
4572         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
4573         (ev_sidebar_set_document):
4574         * shell/ev-sidebar.h:
4575         * shell/ev-window.c: (ev_window_setup_document), (ev_window_init):
4576         
4577         Small rework of sidebar code. Now sidebar pages should implement
4578         EvSidebarPage interface. That makes page management in EvSidebar
4579         easier. See bug #164811 for details
4580
4581 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4582
4583         * shell/ev-application.c: (ev_application_open):
4584         * shell/ev-document-types.c:
4585         
4586         Fix build error and small problem with application exit
4587
4588 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4589
4590         * thumbnailer/Makefile.am:
4591         * thumbnailer/evince-thumbnailer-djvu.schemas:
4592         * thumbnailer/evince-thumbnailer-dvi.schemas:
4593         
4594         Conditionally install schemas for djvu/dvi thumbnailer
4595
4596 2005-04-18  David Malcolm  <dmalcolm@redhat.com>
4597
4598         * shell/ev-document-types.h: 
4599         * shell/ev-document-types.c: 
4600         New files, handling the mapping from mimetypes to backends
4601         
4602         * shell/ev-window.c: 
4603         * thumbnailer/evince-thumbnailer.c:     
4604         Use the ev-document-types code
4605         
4606         * shell/Makefile.am: 
4607         Added new convenience library libevbackendfactory_la, containing
4608         the new mimetype->backend logic; moved the backends into it.
4609
4610         * thumbnailer/Makefile.am:
4611         Make the thumbnailer link with the libevbackend.la convenience
4612         library, rather than having a duplicate of the backend logic here.
4613
4614 2005-04-18  Paolo Borelli  <pborelli@katamail.com>
4615
4616         * shell/ev-stock-icons.c: constify some vars.
4617         * shell/ev-window.c: ditto.
4618
4619 2005-04-18  Marco Pesenti Gritti  <mpg@redhat.com>
4620
4621         * ps/ps-document.c (get_page_orientation):
4622
4623         Respect document orientation 
4624
4625 2005-04-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4626
4627         * djvu/Makefile.am:
4628         * dvi/Makefile.am:
4629         * shell/Makefile.am:
4630         
4631         Move library dependencies to components.
4632         
4633         * shell/ev-window.c: (update_window_title),
4634         (start_loading_document):
4635         
4636         Fix display of uris with spaces. Bug 168358.
4637
4638 Sat Apr 16 18:53:47 2005  Jonathan Blandford  <jrb@redhat.com>
4639
4640         * shell/ev-sidebar-links.c: (selection_changed_cb):
4641         * shell/ev-view.c: (ev_view_finalize), (go_to_link),
4642         (ev_view_button_release_event), (ev_view_set_document):
4643         * shell/ev-view.h:
4644         * shell/ev-window.c: (find_bar_search_changed_cb):
4645         * shell/ev-window.h: Minor cleanups removing some dead code.
4646
4647 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4648
4649         * backend/ev-page-cache.c: (_ev_page_cache_new):
4650         
4651         Set current page to 0 if document has pages.
4652
4653 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
4654
4655         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
4656
4657         Initialize GError to NULL, fix a crash when loading fails.
4658
4659 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
4660
4661         * shell/ev-window.c: (update_view_size):
4662
4663         Calculate shadow size only when there is actually
4664         a shadow.
4665
4666 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
4667
4668         * shell/ev-view.c: (ev_view_set_spacing), (ev_view_init):
4669         * shell/ev-view.h:
4670
4671         Allow setting view spacing, default to 0
4672
4673         * shell/ev-window.c: (ev_window_unfullscreen),
4674         (ev_window_cmd_view_fullscreen), (ev_window_init):
4675
4676         Remove spacing in fullscreen mode
4677
4678 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
4679
4680         * shell/ev-view.c: (compute_border), (compute_zoom_factor),
4681         (ev_view_size_request), (expose_bin_window),
4682         (ev_view_set_show_border), (ev_view_init), (page_changed_cb):
4683         * shell/ev-view.h:
4684         * shell/ev-window.c: (ev_window_unfullscreen),
4685         (ev_window_cmd_view_fullscreen):
4686
4687         Do not draw the border in fulscreen
4688
4689 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
4690
4691         * shell/ev-view.c: (ev_view_get_offsets), (compute_zoom_factor),
4692         (ev_view_size_request), (expose_bin_window), (ev_view_select_all),
4693         (find_page_at_location), (page_changed_cb):
4694
4695         Rework border calculation, so that I can more easily disable it.
4696         Code somewhat cleaner too.
4697
4698 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
4699
4700         * backend/ev-page-cache.c: (ev_page_cache_init),
4701         (_ev_page_cache_new):
4702
4703         Remove some assertions, documents can have 0 pages.
4704         Make initial current page -1.
4705
4706         * shell/ev-page-action.c: (page_changed_cb):
4707
4708         Show "" if current page is -1
4709
4710         * shell/ev-window.c: (update_action_sensitivity),
4711         (ev_window_setup_document):
4712
4713         When document has 0 pages do not set the view
4714         and make nearly everything insensitive.
4715
4716 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4717
4718         * shell/ev-page-view.c:
4719         * shell/ev-page-view.h:
4720
4721         Remove unused files.
4722         
4723         * shell/ev-sidebar-thumbnails.c:
4724         (ev_sidebar_thumbnails_set_document):
4725         * shell/ev-sidebar.c: (ev_sidebar_set_document),
4726         (ev_sidebar_supports_document):
4727         * shell/ev-sidebar.h:
4728         * shell/ev-window.c: (ev_window_setup_document):
4729         
4730         Doesn't show thumbnails if document has 1 page. Make
4731         sidebar menu entries sensitive only if if they have 
4732         sense. Fix bug 164811. 
4733
4734 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
4735
4736         * shell/ev-view.c: (compute_zoom_factor), (ev_view_size_request),
4737         (page_changed_cb), (ev_view_zoom), (ev_view_zoom_in),
4738         (ev_view_zoom_out), (ev_view_set_size):
4739
4740         Rework sizing to deal with documents with not uniform page
4741         size.
4742
4743 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
4744
4745         * backend/ev-page-cache.c: (_ev_page_cache_new):
4746
4747         Fix several page size caching bugs
4748
4749 2005-04-15  Luca Ferretti <elle.uca@libero.it>
4750
4751         * shell/ev-window.c: (set_action_properties):
4752
4753         Make all toolbar items translatable
4754
4755 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
4756
4757         * ps/ps-document.c: (ps_document_init), (ps_document_get_type),
4758         (save_page_list), (ps_document_save),
4759         (ps_document_document_iface_init), (ps_document_ps_export_begin),
4760         (ps_document_ps_export_do_page), (ps_document_ps_export_end),
4761         (ps_document_ps_exporter_iface_init):
4762         * ps/ps-document.h:
4763
4764         Based on a patch by J�rg Billeter <j@bitron.ch>
4765         
4766         Implement print and save a copy for the ps backend.
4767
4768 2005-04-14   Marco Pesenti Gritti <mpg@redhat.com>
4769
4770         * backend/ev-document.h:
4771         * djvu/djvu-document.c: (djvu_document_can_get_text),
4772         (djvu_document_document_iface_init):
4773         * dvi/dvi-document.c: (dvi_document_can_get_text),
4774         (dvi_document_document_iface_init):
4775         * pdf/ev-poppler.cc:
4776         * pixbuf/pixbuf-document.c: (pixbuf_document_can_get_text),
4777         (pixbuf_document_document_iface_init):
4778         * ps/ps-document.c: (ps_document_can_get_text),
4779         (ps_document_document_iface_init):
4780         * shell/ev-view.c: (ev_view_copy), (ev_view_primary_get_cb):
4781         * shell/ev-window.c: (update_action_sensitivity):
4782
4783         Fix the crash when trying to copy in backends that doesnt
4784         support it. We can implement a better solution once we
4785         do real text selection.
4786
4787 2005-04-12  Marco Pesenti Gritti <mpg@redhat.com>
4788
4789         * data/evince-ui.xml:
4790         * shell/ev-window.c: (ev_window_cmd_escape):
4791         
4792         Work around the Escape conflict (find bar and unfullscreen)
4793
4794 2005-04-12  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
4795
4796         * backend/ev-page-cache.c: (ev_page_cache_next_page):
4797         
4798         Fix for #300233. Next page correctly handles document end.
4799         
4800         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
4801         (ev_sidebar_thumbnails_class_init),
4802         (ev_sidebar_thumbnails_set_document),
4803         (ev_sidebar_thumbnails_clear_job),
4804         (ev_sidebar_thumbnails_clear_model):
4805         
4806         Cleanup thumbnail jobs on document changes.
4807         
4808         * shell/ev-view.c: (add_scroll_binding_keypad),
4809         (add_scroll_binding_shifted), (ev_view_class_init):
4810         
4811         Shift + Space scrolls up. Fix for #173184
4812         
4813         * shell/ev-window.c: (ev_window_open_page),
4814         (ev_window_cmd_view_reload):
4815         
4816         Fix reload (Bug #300094)
4817
4818 2005-04-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4819
4820         
4821         * dvi/mdvi-lib/assoc.c:
4822         * dvi/mdvi-lib/assoc.h: Removed garbage files
4823         
4824         * dvi/mdvi-lib/bitmap.c:
4825         * dvi/mdvi-lib/color.c: (mdvi_set_color), (mdvi_push_color),
4826         (mdvi_pop_color), (mdvi_reset_color), (get_color_table):
4827         * dvi/mdvi-lib/color.h: Antialias of rules
4828         
4829         * dvi/mdvi-lib/common.h:
4830         * dvi/mdvi-lib/dviread.c: (mdvi_configure), (mdvi_init_context),
4831         (mdvi_destroy_context), (draw_shrink_rule), (draw_box), (set_rule):
4832         * dvi/mdvi-lib/files.c:
4833         * dvi/mdvi-lib/fontmap.c: (ps_init_default_paths):
4834         * dvi/mdvi-lib/mdvi.h:
4835         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
4836         * dvi/mdvi-lib/tfmfile.c: (ofm_load_file):
4837         * dvi/mdvi-lib/util.c: Fix compile warnings
4838         
4839         * dvi/dvi-document.c:
4840         (dvi_document_load), (dvi_document_thumbnails_get_dimensions),
4841         (dvi_document_thumbnails_get_thumbnail),
4842         (dvi_document_document_thumbnails_iface_init):
4843         * dvi/mdvi-lib/Makefile.am:
4844         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
4845         (dvi_pixbuf_set_color), (mdvi_pixbuf_device_render):
4846         
4847         Dvi backend now renders thumbnails
4848
4849 2005-04-09  Christian Persch  <chpe@cvs.gnome.org>
4850
4851         * shell/main.c: (main): 
4852         
4853         Save accelerators on exit. Fixes bug #172095.
4854
4855 Sat Apr  9 01:05:09 2005  Jonathan Blandford  <jrb@redhat.com>
4856
4857         * shell/ev-pixbuf-cache.c (move_one_job): Actually fix the "FIXME:
4858         update priority" comment.
4859
4860         * backend/ev-job-queue.c: Give a way to change priority.
4861
4862 Sat Apr  9 00:05:36 2005  Jonathan Blandford  <jrb@redhat.com>
4863
4864         * shell/ev-page-action.c: Fix logic.
4865
4866 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
4867
4868         * shell/ev-view.c: (ev_view_can_find_next):
4869         * shell/ev-window.c: (ev_window_setup_document):
4870
4871         Check that the document supports find
4872
4873 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
4874
4875         * data/evince-ui.xml:
4876         * shell/ev-view.c: (ev_view_can_find_next):
4877         * shell/ev-view.h:
4878         * shell/ev-window.c: (update_action_sensitivity),
4879         (find_changed_cb), (ev_window_setup_document),
4880         (ev_window_cmd_edit_find_next):
4881
4882         Add Edit->Find Next
4883
4884 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
4885
4886         * pdf/ev-poppler.cc:
4887         * shell/ev-print-job.c: (idle_print_handler):
4888
4889         Make printing work again
4890
4891 Fri Apr  8 01:12:24 2005  Jonathan Blandford  <jrb@redhat.com>
4892
4893         * shell/ev-page-action.h:
4894         * shell/ev-page-action.c: (ev_page_action_widget_init),
4895         (ev_page_action_widget_class_init), (page_changed_cb),
4896         (create_tool_item), (update_page_cache), (build_new_tree_cb),
4897         (get_filter_model_from_model), (match_selected_cb),
4898         (display_completion_text), (match_completion), (update_model),
4899         (connect_proxy), (ev_page_action_set_property),
4900         (ev_page_action_get_property), (ev_page_action_set_document),
4901         (ev_page_action_set_model), (ev_page_action_class_init): Big
4902         reworking to make completions work iff we have >= GTK-2.7.0
4903                 
4904         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_property),
4905         (ev_sidebar_links_get_property), (ev_sidebar_links_class_init),
4906         (job_finished_cb): We now have a 'model' property that is set when
4907         the links are loaded.  This can be caught with "notify::model"
4908
4909         * shell/ev-window.c: (sidebar_widget_model_set), (ev_window_init):
4910         listen for the model to be set, and propagate it to the action.
4911
4912 2005-04-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4913
4914         * cut-n-paste/recent-files/egg-recent-item.c:
4915         (egg_recent_item_set_uri), (make_valid_utf8),
4916         (egg_recent_item_set_mime_type), (egg_recent_item_get_mime_type):
4917         * cut-n-paste/recent-files/egg-recent-item.h:
4918         
4919         Update egg-recent from libegg. This should fix long
4920         startup problem. For details see
4921         http://bugzilla.gnome.org/show_bug.cgi?id=160531
4922
4923 2005-04-07  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
4924
4925         * cut-n-paste/recent-files/Makefile.am:
4926         * data/evince-ui.xml, shell/Makefile.am:
4927         * shell/ev-application.c, shell/ev-application.h:
4928         * shell/ev-window.c: Recent files support.
4929         
4930         * configure.ac: Added "ru" to ALL_LINGUAS.
4931         
4932         * dvju: new backend to support DJVU files.
4933         * dvi: new backend to support DVI.
4934
4935         * configure.ac, Makefile.am, shell/Makefile.am, ev-window.c:
4936         * ev-application.c: Support for new backends.
4937         
4938         * help, ev-window.c, main.c shell/Makefile.am: 
4939         Evince user documentation.
4940
4941 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
4942
4943         * po/POTFILES.in:
4944         * shell/ev-window.c:
4945         * thumbnailer/evince-thumbnailer.c:
4946
4947         s/pdf-document/ev-poppler
4948
4949 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
4950
4951         * NEWS:
4952         * configure.ac:
4953
4954         Release 0.2.0
4955
4956         * ps/ps-document.c: (setup_pixmap):
4957
4958         Remove debug code
4959
4960 2005-04-05  Kristian Høgsberg  <krh@redhat.com>
4961
4962         * backend/ev-page-cache.c (ev_page_cache_next_page): 
4963         * shell/ev-window.c (ev_window_cmd_go_next_page) 
4964         (ev_window_cmd_go_first_page): Fix of by one errors.
4965
4966 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
4967
4968         * ps/ps-document.c: (get_page_box):
4969
4970         Fix page size calculation
4971
4972 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
4973
4974         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
4975         (ps_document_cleanup), (setup_pixmap), (get_page_box),
4976         (get_page_orientation), (setup_page), (document_load),
4977         (ps_document_get_page_size), (render_pixbuf_idle):
4978         * ps/ps-document.h:
4979
4980         More refactoring to adapt to EvDocument changes
4981
4982 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
4983
4984         * ps/ps-document.c: (start_interpreter):
4985
4986         Actually add alpha args
4987
4988 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
4989
4990         * pdf/ev-poppler.cc:
4991
4992         Make clipboard work again
4993
4994 2005-04-04  Kristian Høgsberg  <krh@redhat.com>
4995
4996         Make searching work again.
4997         
4998         * backend/ev-document.c:
4999         * backend/ev-document.h:
5000         * backend/ev-document-find.c:
5001         * backend/ev-document-find.h: Change EvDocumentIface so we no
5002         longer store the current page or zoom level in the document.  The
5003         consequence is that all calls that operate on the current page now
5004         instead take the page number as an extra argument, and all
5005         coordinates are now doubles in document coordinate system.
5006
5007         * pdf/ev-poppler.cc:
5008         * pixbuf/pixbuf-document.c:
5009         * ps/ps-document.c: Update backends accordingly.
5010
5011 2005-04-04  Marco Pesenti Gritti <marco@gnome.org>
5012
5013         * autogen.sh:
5014
5015         Add required gettext version
5016
5017 Sat Apr  2 18:57:00 2005  Jonathan Blandford  <jrb@redhat.com>
5018
5019         * shell/evwindow.c: Patch from Alberto Mesas <amesas@gmail.com> to
5020         make F1 bring up non-existent help.
5021
5022         * shell/eggfindbar.c: Patch from Christian Persch to sync to
5023         epiphany's find bar, #167477
5024
5025         * shell/ev-view.c (ev_view_jump): Patch from Emil Soleyman-Zomalan
5026         <emil@nishra.com> to add space-bar scrolling, 
5027
5028         * shell/ev-window.c (static GtkActionEntry entries): add default
5029         keybinding for Help (F1)
5030         Fixes #171068
5031
5032         * shell/ev-view.c (ev_view_show_cursor): Fix from Yuval Tanny
5033         changing EV_VIEW_CURSOR_LINK to EV_VIEW_CURSOR_NORMAL resolves bug
5034         170110
5035
5036 2005-04-01  David Malcolm  <dmalcolm@redhat.com>
5037
5038         * Makefile.am: 
5039         * pixbuf/pixbuf-document.c: 
5040
5041         Got pixbuf backend working again
5042
5043 2005-04-01  Steve Murphy  <murf@e-tools.com>
5044
5045         * configure.in: Added "rw" to ALL_LINGUAS.
5046
5047 Fri Apr  1 02:33:41 2005  Jonathan Blandford  <jrb@redhat.com>
5048
5049         * shell/ev-sidebar-links.c (create_loading_model): Fix mismatch in
5050         model types, noticed by Martin Kretzschmar.
5051
5052 2005-04-01  Kristian Høgsberg  <krh@redhat.com>
5053
5054         * pdf/ev-poppler.cc: Implement search based on
5055         poppler_page_find_text().  Currently a bit crude since we remember
5056         all matches from all pages.  Also, we grab the big document lock
5057         when we search since searching changes the underlying stream and
5058         thus conflicts with the rendering thread.
5059         
5060         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
5061         (jump_to_find_page), (ev_view_set_document), (ev_view_find_next),
5062         (ev_view_find_previous): Fix some page indexes to be 0 based,
5063         offset rubber band by view offset,
5064
5065 Fri Apr 01 09:21:12 2005  Pablo Saratxaga  <pablo@mandrakesoft.com>
5066
5067         * configure.ac: Added Walloon (wa) to ALL_LINGUAS.
5068
5069 Fri Apr  1 01:59:39 2005  Jonathan Blandford  <jrb@redhat.com>
5070
5071         * shell/ev-page-action.c: Changed to use page labels now.  Rewrote
5072         completely because I didn't understand GtkActions.  I should
5073         read Marco's code more carefully in the future.
5074
5075         * backend/ev-page-cache.h (ev_page_cache_set_page_label): New
5076         function
5077
5078 2005-03-31  Kristian Høgsberg  <krh@redhat.com>
5079
5080         * pdf/ev-poppler.cc (pdf_document_get_links): Update to work with
5081         PopplerRectangle change from poppler CVS.
5082
5083 Thu Mar 31 13:27:50 2005  Jonathan Blandford  <jrb@redhat.com>
5084
5085         * backend/ev-document.c: (ev_document_get_page_label):
5086         * backend/ev-document.h:
5087         * backend/ev-page-cache.c: (_ev_page_cache_new),
5088         (ev_page_cache_get_page_label):
5089         * backend/ev-page-cache.h:
5090         * pdf/ev-poppler.cc:
5091         * shell/ev-sidebar-links.c: (ev_sidebar_links_construct),
5092         (links_page_num_func):
5093         * shell/ev-sidebar-thumbnails.c:
5094         (ev_sidebar_thumbnails_set_document):
5095         * shell/ev-view.c: (status_message_from_link),
5096         (ev_view_motion_notify_event):
5097         * shell/ev-window.c: (document_supports_sidebar): Add in page
5098         label support.  It's not perfect yet, but it's the first 'feature'
5099         in a while.
5100         Also, fix a bogus comment noticed by crispin. 
5101
5102 Thu Mar 31 01:21:58 2005  Jonathan Blandford  <jrb@redhat.com>
5103
5104         * Makefile.am: Remove pixbuf backend for now
5105
5106         * configure.ac: Require poppler-glib instead of just poppler.
5107
5108         * backend/ev-document-thumbnails.h: Add a comment
5109
5110         * backend/ev-document.h:
5111         * backend/ev-document.c: (ev_document_class_init),
5112         (ev_document_load), (ev_document_get_link),
5113         (ev_document_get_links): Remove 3 methods and add get_links.
5114         Also, made 0 based.
5115
5116         * backend/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
5117         * backend/ev-jobs.h: now EvJobRender can grab the links for a document.
5118
5119         * backend/ev-link.c: (ev_link_set_title),
5120         (ev_link_mapping_free_foreach), (ev_link_mapping_free),
5121         (ev_link_mapping_find):
5122         * backend/ev-link.h: Allow NULL titles.  Also, introduce a mapping link.
5123         
5124         * backend/ev-page-cache.c: (ev_page_cache_init),
5125         (_ev_page_cache_new), (ev_page_cache_set_current_page),
5126         (ev_page_cache_get_size), (ev_page_cache_next_page),
5127         (ev_page_cache_prev_page): Fix to be 0 based.
5128
5129         * pdf/Makefile.am: 
5130         * pdf/ev-poppler.h:
5131         * pdf/ev-poppler.cc: New backend.
5132         
5133         * ps/ps-document.c: (ps_document_init), (ps_document_set_page),
5134         (ps_document_get_page), (ps_document_document_iface_init):
5135
5136         * shell/ev-pixbuf-cache.h:
5137         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
5138         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
5139         (ev_pixbuf_cache_update_range), (copy_job_to_job_info),
5140         (add_job_if_needed), (ev_pixbuf_cache_set_page_range),
5141         (ev_pixbuf_cache_get_pixbuf), (ev_pixbuf_cache_get_link_mapping):
5142         Fix up code to grab a page cache per each doc.  Also, fix to be 0
5143         based.
5144         
5145         * shell/ev-sidebar-thumbnails.c:
5146         (ev_sidebar_tree_selection_changed), (page_changed_cb),
5147         (ev_sidebar_thumbnails_set_document): Fix to be 0 based.
5148
5149         * shell/ev-view.c: (status_message_from_link),
5150         (find_page_at_location), (get_link_at_location),
5151         (ev_view_motion_notify_event), (ev_view_button_release_event),
5152         (ev_view_init): Use the new link code.  Fix to be 0 based.
5153
5154         * shell/ev-window.c: (update_action_sensitivity),
5155         (document_supports_sidebar): 0 based.
5156
5157 Fri Mar 25 16:55:58 2005  Jonathan Blandford  <jrb@redhat.com>
5158
5159         * pdf/pdf-document.cc: Patch from Fernando Herrera
5160         <fherrera@onirica.com> to fix my quick fix to get_thumbnail.
5161         *blush*
5162
5163 Wed Mar 23 23:49:41 2005  Jonathan Blandford  <jrb@redhat.com>
5164
5165         * pdf/pdf-document.cc (pdf_document_thumbnails_get_thumbnail): add
5166         1 to the page, as this seems to be 1 based.  I thought we has this
5167         fixed.  grump.
5168
5169 2005-03-23  Marco Pesenti Gritti <marco@gnome.org>
5170
5171         * TODO:
5172         * backend/Makefile.am:
5173         * backend/ev-document-links.c:
5174         (ev_document_links_has_document_links),
5175         (ev_document_links_get_links_model):
5176         * backend/ev-document-links.h:
5177         * backend/ev-document.c: (ev_document_get_page_cache),
5178         (ev_document_get_doc_mutex), (ev_document_load),
5179         (ev_document_save), (ev_document_get_title),
5180         (ev_document_get_n_pages), (ev_document_set_page),
5181         (ev_document_get_page), (ev_document_set_target),
5182         (ev_document_set_scale), (ev_document_set_page_offset),
5183         (ev_document_get_page_size), (ev_document_get_text),
5184         (ev_document_get_link), (ev_document_render),
5185         (ev_document_render_pixbuf), (ev_document_scale_changed):
5186         * backend/ev-document.h:
5187         * backend/ev-job-queue.c: (remove_object_from_queue),
5188         (notify_finished), (handle_job), (search_for_jobs_unlocked),
5189         (no_jobs_available_unlocked), (ev_render_thread),
5190         (ev_job_queue_init), (find_queue), (ev_job_queue_add_job),
5191         (ev_job_queue_remove_job):
5192         * backend/ev-job-queue.h:
5193         * backend/ev-jobs.c: (ev_job_init), (ev_job_dispose),
5194         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
5195         (ev_job_links_class_init), (ev_job_render_init),
5196         (ev_job_render_dispose), (ev_job_render_class_init),
5197         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
5198         (ev_job_thumbnail_class_init), (ev_job_finished),
5199         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
5200         (ev_job_render_run), (ev_job_thumbnail_new),
5201         (ev_job_thumbnail_run):
5202         * backend/ev-jobs.h:
5203         * backend/ev-link.c:
5204         * backend/ev-link.h:
5205         * backend/ev-page-cache.c: (ev_page_cache_init),
5206         (ev_page_cache_class_init), (ev_page_cache_finalize),
5207         (_ev_page_cache_new), (ev_page_cache_get_n_pages),
5208         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
5209         (ev_page_cache_set_link), (ev_page_cache_get_title),
5210         (ev_page_cache_get_size), (ev_page_cache_next_page),
5211         (ev_page_cache_prev_page):
5212         * backend/ev-page-cache.h:
5213         * pdf/pdf-document.cc:
5214         * ps/gsdefaults.c:
5215         * ps/gsdefaults.h:
5216         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
5217         (push_pixbuf), (interpreter_failed), (ps_document_cleanup),
5218         (ps_document_widget_event), (ps_document_finalize), (get_xdpi),
5219         (get_ydpi), (setup_pixmap), (setup_page), (close_pipe),
5220         (is_interpreter_ready), (output), (catchPipe), (input),
5221         (start_interpreter), (check_filecompressed), (compute_dimensions),
5222         (ps_document_enable_interpreter), (document_load),
5223         (ps_document_next_page), (render_page), (ps_document_set_page),
5224         (ps_document_set_scale), (render_pixbuf_idle),
5225         (ps_document_render_pixbuf), (ps_document_document_iface_init):
5226         * ps/ps-document.h:
5227         * shell/Makefile.am:
5228         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
5229         (ev_pixbuf_cache_class_init), (ev_pixbuf_cache_finalize),
5230         (dispose_cache_job_info), (ev_pixbuf_cache_dispose),
5231         (ev_pixbuf_cache_new), (job_finished_cb),
5232         (check_job_size_and_unref), (move_one_job),
5233         (ev_pixbuf_cache_update_range), (find_job_cache),
5234         (ev_pixbuf_cache_clear_job_sizes), (add_job_if_needed),
5235         (ev_pixbuf_cache_add_jobs_if_needed),
5236         (ev_pixbuf_cache_set_page_range), (ev_pixbuf_cache_get_pixbuf):
5237         * shell/ev-pixbuf-cache.h:
5238         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
5239         (idle_print_handler):
5240         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
5241         (selection_changed_cb), (create_loading_model),
5242         (ev_sidebar_links_construct), (links_page_num_func),
5243         (ev_sidebar_links_clear_document), (update_page_callback_foreach),
5244         (update_page_callback), (job_finished_cb),
5245         (ev_sidebar_links_set_document):
5246         * shell/ev-sidebar-thumbnails.c:
5247         (ev_sidebar_thumbnails_class_init), (adjustment_changed_cb),
5248         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init),
5249         (page_changed_cb), (thumbnail_job_completed_callback),
5250         (ev_sidebar_thumbnails_set_document):
5251         * shell/ev-sidebar-thumbnails.h:
5252         * shell/ev-sidebar.c: (ev_sidebar_set_document):
5253         * shell/ev-view.c: (ev_view_finalize), (ev_view_destroy),
5254         (ev_view_get_offsets), (ev_view_size_request), (ev_view_realize),
5255         (ev_view_unrealize), (highlight_find_results), (expose_bin_window),
5256         (ev_view_select_all), (ev_view_copy), (ev_view_primary_get_cb),
5257         (ev_view_create_invisible_cursor), (ev_view_motion_notify_event),
5258         (ev_view_button_release_event), (ev_view_scroll_view),
5259         (ev_view_class_init), (ev_view_init), (update_find_status_message),
5260         (jump_to_find_result), (jump_to_find_page), (find_changed_cb),
5261         (ev_view_new), (job_finished_cb), (page_changed_cb),
5262         (ev_view_set_document), (go_to_link), (ev_view_zoom),
5263         (size_to_zoom_factor), (ev_view_set_size), (ev_view_find_next),
5264         (ev_view_find_previous):
5265         * shell/ev-view.h:
5266         * shell/ev-window.c: (update_action_sensitivity),
5267         (ev_window_open_page), (update_window_title), (update_total_pages),
5268         (page_changed_cb), (ev_window_setup_document),
5269         (password_dialog_response), (ev_window_cmd_save_as),
5270         (ev_window_print), (ev_window_cmd_go_previous_page),
5271         (ev_window_cmd_go_next_page), (ev_window_cmd_go_first_page),
5272         (ev_window_cmd_go_last_page), (ev_window_cmd_view_reload),
5273         (find_bar_search_changed_cb), (goto_page_cb), (ev_window_init):
5274         * shell/main.c: (main):
5275
5276         Merge evince-threads branch
5277
5278 2005-03-16  Žygimantas Beručka  <uid0@akl.lt>
5279
5280         * configure.ac: Added "lt" to ALL_LINGUAS.
5281
5282 2005-03-14  Marco Pesenti Gritti  <marco@gnome.org>
5283
5284         * NEWS:
5285         * configure.ac:
5286
5287         Release 0.1.9
5288
5289 2005-03-13  Fernando Herrera  <fherrera@onirica.com>
5290
5291         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
5292
5293         Fix here also the thumbnails 1-basedness :)
5294
5295 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
5296
5297         * NEWS:
5298         * configure.ac:
5299
5300         Release 0.1.8
5301
5302 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
5303
5304         * pdf/pdf-document.cc:
5305         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
5306         (do_one_iteration), (ev_sidebar_thumbnails_set_document):
5307
5308         Fix the mess we did with thumbnails and 1-basedness
5309
5310 2005-03-12  Changwoo Ryu  <cwryu@debian.org>
5311
5312         * configure.ac (ALL_LINGUAS): Added "ko" (Korean).
5313
5314 2005-03-09  Marco Pesenti Gritti  <marco@gnome.org>
5315
5316         * NEWS:
5317         * configure.ac:
5318
5319         Release 0.1.7
5320
5321 2005-03-08  Marco Pesenti Gritti  <marco@gnome.org>
5322
5323         * ps/Makefile.am:
5324         * ps/gsdefaults.c: (gtk_gs_defaults_get_interpreter_cmd),
5325         (gtk_gs_defaults_get_alpha_parameters),
5326         (gtk_gs_defaults_get_ungzip_cmd),
5327         (gtk_gs_defaults_get_unbzip2_cmd):
5328         * ps/gsdefaults.h:
5329         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
5330         (ps_document_get_orientation), (document_load),
5331         (ps_document_goto_page), (ps_document_set_page_size):
5332         * ps/ps-document.h:
5333
5334         Some more sanitization of the ps backend. Remove a lot
5335         of unused code and do not base our defaults on ggv
5336         preferences (ugh!)
5337
5338 2005-03-08  Fernando Herrera  <fherrera@onirica.com>
5339
5340         * thumbnailer/evince-thumbnailer.schemas:
5341         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
5342         (main): add -s option for thumbnail size.
5343
5344 2005-03-07  Christian Persch  <chpe@cvs.gnome.org>
5345
5346         * configure.ac:
5347
5348         AC_PROG_RANLIB is rendered obsolete by AC_PROG_LIBTOOL;
5349         remove it.
5350
5351 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
5352
5353         * pdf/pdf-document.cc:
5354
5355         Remove 4 pixels of useless border from the
5356         thumbnail.
5357
5358 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
5359
5360         * backend/ev-document-thumbnails.c:
5361         (ev_document_thumbnails_get_thumbnail):
5362         * backend/ev-document-thumbnails.h:
5363
5364         Rework API a bit. Add a border flag and
5365         change sizing logic (now the size we specify
5366         applies to the bigger dimension).
5367
5368         * pdf/pdf-document.cc:
5369         * pixbuf/pixbuf-document.c:
5370         (pixbuf_document_thumbnails_get_thumbnail):
5371         * shell/ev-sidebar-thumbnails.c: (do_one_iteration):
5372         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
5373
5374         Adapt to the new API and do not draw a border for nautilus
5375         thumbnailer.
5376
5377 2005-03-03  Fernando Herrera  <fherrera@onirica.com>
5378
5379         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
5380         take thumbnails from page "0" instead of "1". Added a copyright header.
5381
5382 2005-03-03  Jens Granseuer  <jensgr@gmx.net>
5383
5384         * ps/ps-document.c: (set_up_page), (start_interpreter):
5385
5386         Make it C89 compliant
5387
5388 2005-03-03  Marco Pesenti Gritti  <marco@gnome.org>
5389
5390         * Makefile.am:
5391         * configure.ac:
5392         * pdf/.cvsignore:
5393         * pdf/pdf-document.cc:
5394         * thumbnailer/Makefile.am:
5395         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
5396         (main):
5397         * thumbnailer/evince-thumbnailer.schemas:
5398         * thumbnailer/pdf-icon.png:
5399
5400         Add a nautilus thumbnailer.
5401         Based on patch by Fernando Herrera <fherrera@onirica.com>.
5402
5403 2005-03-02  Marco Pesenti Gritti  <marco@gnome.org>
5404
5405         * NEWS:
5406         * configure.ac:
5407         * po/POTFILES.in:
5408
5409         Release 0.1.6
5410
5411 2005-03-01  Kristian Høgsberg  <krh@redhat.com>
5412
5413         Use poppler instead of including xpdf source code.  Poppler is a
5414         fork of xpdf to build it as a shared library. See
5415         http://freedesktop.org/wiki/Software/poppler.
5416
5417         * pdf/xpdf/*, pdf/goo/*, pdf/splash/*, pdf/fofi/*: Remove included
5418         xpdf fork.
5419         
5420         * pdf/Makefile.am: Build libpdfdocument.a here.
5421         
5422         * pdf/GDKSplashOutputDev.cc:
5423         * pdf/GDKSplashOutputDev.h:
5424         * pdf/GnomeVFSStream.cc:
5425         * pdf/GnomeVFSStream.h:
5426         * pdf-document.cc:
5427         * pdf-document.h:
5428         * test-gdk-output-dev.cc
5429         * Thumb.cc:
5430         * Thumb.h: Pull these files out of pdf/xpdf and adjust to compile
5431         against poppler.
5432
5433 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
5434
5435         * shell/ev-sidebar-links.c: (ev_sidebar_links_clear_document):
5436
5437         Clear idle stack before unsetting the document
5438
5439 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
5440
5441         * ps/ps-document.c: (ps_document_widget_event),
5442         (ps_document_set_target), (ps_document_finalize),
5443         (ps_document_get_page):
5444
5445         Disconnect the widget event signal on finalize.
5446         Some code cleanups.
5447
5448 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
5449
5450         * ps/ps-document.c: (set_up_page):
5451
5452         If there is no bpixmap create one, even if size
5453         is not changed.
5454
5455 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
5456
5457         * ps/ps-document.c: (ps_document_init), (ps_document_cleanup),
5458         (set_up_page), (document_load), (ps_document_set_zoom):
5459
5460         Default page is 0. Calculate size even when we have no
5461         target yet.
5462
5463 2005-02-28  Carlos Garcia Campos <carlosgc@gnome.org>
5464
5465         * shell/ev-sidebar.c: expand the selection widget to be always as
5466         wide as the sidebar
5467
5468 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
5469
5470         * shell/ev-sidebar-thumbnails.c:
5471         (ev_sidebar_thumbnails_set_document):
5472
5473         Clear the list store when setting document
5474
5475 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
5476
5477         * shell/ev-page-action.c: (update_entry), (sync_entry),
5478         (activate_cb), (entry_size_request_cb), (create_tool_item),
5479         (connect_proxy):
5480
5481         Use an entry for the page control instead of spinbuttons
5482
5483 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
5484
5485         * data/evince.schemas.in:
5486
5487         Correct confusing string
5488
5489 Sun Feb 27 23:00:31 2005  Jonathan Blandford  <jrb@redhat.com>
5490
5491         * shell/ev-sidebar-links.c (do_one_iteration): Handle title links
5492         for real.  Gosh, how long has this been broken.
5493
5494         * pdf/xpdf/pdf-document.cc (build_link_from_action): add back the
5495         check for a NULL link.  We crash otherwise.
5496
5497 2005-02-27  Marco Pesenti Gritti  <marco@gnome.org>
5498
5499         * NEWS:
5500         * configure.ac:
5501
5502         Release 0.1.5
5503
5504 2005-02-25  Sebastien Bacher  <seb128@debian.org>
5505
5506         * configure.ac: add the french translation.
5507
5508 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
5509
5510         * shell/ev-window.c:
5511
5512         Remove unused header -> fix distcheck
5513
5514 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
5515
5516         * shell/ev-window.c: (update_window_title),
5517         (ev_window_popup_password_dialog):
5518
5519         Unescape filename for display
5520
5521 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
5522
5523         * pdf/xpdf/pdf-document.cc:
5524
5525         In get_page_size deal with rotation. Also
5526         cleanup the function a bit.
5527
5528 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
5529
5530         * pdf/xpdf/pdf-document.cc:
5531
5532         Fix crash when opening in new window
5533
5534 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
5535
5536         * configure.ac:
5537
5538         Check ghostscript >= 7
5539
5540 2005-02-25  Pedro Villavicencio <pvillavi@gnome.cl>
5541
5542         * shell/ev-window.c:
5543
5544         Make page width the default sizing mode
5545
5546 2005-02-25  Carlos Garcia Campos <carlosgc@gnome.org>
5547             Marco Pesenti Gritti <marco@gnome.org>
5548
5549         * shell/ev-window.c: Remember the sidebar size
5550
5551         * data/evince.schemas.in: Add a new gconf key to store the size of
5552         the sidebar
5553
5554 2005-02-24  Kai Willadsen  <kaiw@itee.uq.edu.au>
5555
5556         * data/evince-ui.xml:
5557         * shell/ev-window.c: (update_action_sensitivity),
5558         (ev_window_cmd_view_reload):
5559         
5560         Add a "Reload" action and menu entry
5561
5562 Thu Feb 24 23:07:33 2005  Jonathan Blandford  <jrb@redhat.com>
5563
5564         * shell/ev-window.c (hide_sidebar_and_actions): Hide the sidebar
5565         iff the type doesn't support thumbnailing and indexing.
5566
5567 2005-02-24  Martin Kretzschmar  <martink@gnome.org>
5568
5569         * configure.ac (ALL_LINGUAS): Added "zh_TW" (Traditional Chinese).
5570
5571 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
5572
5573         * pdf/splash/Splash.cc:
5574
5575         Port fix for a crasher from kde bug
5576         http://bugs.kde.org/show_bug.cgi?id=97131
5577
5578 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
5579
5580         * pdf/xpdf/pdf-document.cc:
5581
5582         Return a link even if it's of an unrecognized
5583         type. Otherwise we go in an infinte cycle.
5584
5585 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
5586
5587         * shell/ev-window.c: (update_sizing_buttons), (update_view_size),
5588         (size_allocate_cb), (ev_window_set_sizing_mode):
5589
5590         Update size when switching mode
5591
5592 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
5593
5594         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
5595         (ev_window_cmd_view_page_width), (update_sizing_buttons),
5596         (ev_window_cmd_view_normal_size):
5597
5598         Fix size toggle buttons behavior
5599
5600 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
5601
5602         * shell/ev-view.c: (ev_view_get_offsets), (view_rect_to_doc_rect),
5603         (doc_rect_to_view_rect), (ev_view_size_allocate),
5604         (expose_bin_window), (ev_view_select_all), (page_changed_callback),
5605         (scale_changed_callback):
5606
5607         Do not cache offsets in size_allocate.
5608
5609 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
5610
5611         * shell/ev-view.c: (ev_view_size_allocate):
5612
5613         Calculate offsets before calling the parent
5614         class (which does a redraw)
5615
5616 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
5617
5618         * pdf/xpdf/pdf-document.cc:
5619
5620         Fix a crasher on exit. Unused code, put a TODO
5621
5622 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
5623
5624         * backend/ev-document.c: (ev_document_class_init),
5625         (ev_document_page_changed), (ev_document_scale_changed):
5626         * backend/ev-document.h:
5627
5628         Separate page/scale notifications
5629
5630         * pdf/xpdf/pdf-document.cc:
5631
5632         Emit the new signals.
5633         Do not display the pdf page in _render, do it
5634         when scale/page are requested.
5635
5636         * ps/ps-document.c: (ps_document_set_zoom),
5637         (ps_document_widget_event):
5638         * ps/ps-document.h:
5639
5640         Emit the new signals.
5641
5642         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
5643         (ev_view_init), (page_changed_callback), (scale_changed_callback),
5644         (ev_view_set_document), (ev_view_zoom), (ev_view_zoom_in),
5645         (ev_view_zoom_out), (size_to_zoom_factor), (ev_view_set_size):
5646         * shell/ev-view.h:
5647         * shell/ev-window.c: (ev_window_cmd_view_normal_size),
5648         (ev_window_cmd_view_page_width), (size_allocate_cb),
5649         (ev_window_set_sizing_mode):
5650
5651         Rework sizing to be pixel based.
5652         There are bugs but should be already way better.
5653
5654 2005-02-23  Marco Pesenti Gritti  <marco@gnome.org>
5655
5656         * shell/ev-window.c: (ev_window_init):
5657
5658         Do not allow to shrink sidebar smaller then
5659         child requisition
5660
5661 2005-02-23  Carlos Garcia Campos <carlosgc@gnome.org> 
5662
5663         * shell/ev-sidebar.[ch]
5664         * shell/ev-window.c:
5665
5666         Improved sidebar widget. Fixes #166683
5667
5668 2005-02-23  Tommi Vainikainen  <thv@iki.fi>
5669
5670         * shell/ev-view.c (update_find_status_message): Give translators
5671         more flexibility with ngettext plural handling.
5672
5673 Mon Feb 21 17:52:08 2005  Jonathan Blandford  <jrb@redhat.com>
5674
5675         * pdf/xpdf/pdf-document.cc (pdf_document_get_page_size): Patch
5676         from Crispin Flowerday <gnome@flowerday.cx> to avoid rendering the
5677         page when we get the page size.
5678
5679 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
5680
5681         * ps/ps-document.c: (ps_document_set_page), (ps_document_get_page):
5682
5683         ps pages are 0 based, convert 
5684
5685 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
5686
5687         * ps/ps-document.c: (ps_document_class_init), (ps_document_load):
5688
5689         Initialize correct parent class. Set GError on document load
5690
5691 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
5692
5693         * pdf/xpdf/pdf-document.cc:
5694
5695         Fixup selection offset calculation
5696
5697         * shell/ev-view.c: (view_rect_to_doc_rect),
5698         (doc_rect_to_view_rect), (ev_view_size_allocate),
5699         (expose_bin_window), (ev_view_select_all), (ev_view_copy),
5700         (ev_view_primary_get_cb), (ev_view_motion_notify_event):
5701
5702         Store selection as document relative, so that zooming
5703         and offset changing doesnt break it.
5704
5705 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
5706
5707         * shell/ev-view.c: (ev_view_best_fit):
5708
5709         Do not try to best fit if the view is not realized
5710
5711 2005-02-20  Kostas Papadimas <pkst@gnome.org>
5712           
5713         * configure.ac (ALL_LINGUAS): Added "el" (Greek).
5714
5715 Fri Feb 18 16:06:39 2005  Jonathan Blandford  <jrb@redhat.com>
5716
5717         * shell/ev-window.c (ev_window_focus_in_event): missed a case.
5718
5719 Fri Feb 18 15:32:57 2005  Jonathan Blandford  <jrb@redhat.com>
5720
5721         * shell/ev-window.c: Change the fullscreen toolbar to always be in
5722         the popup window.  That prevents it resizing when in full screen
5723         mode.
5724
5725         * shell/ev-view.c: Change Zoom epsilon as a bad hack to avoid
5726         multiple rerenders.  This pretty much sucks.
5727
5728         * data/evince-ui.xml: Change the fullscreen toolbar to include the
5729         rest of the toolbar.
5730
5731 2005-02-18  Tommi Vainikainen  <thv@iki.fi>
5732
5733         * configure.ac (ALL_LINGUAS): Added "fi" (Finnish).
5734
5735 2005-02-17  Alexander Shopov  <ash@contact.bg>
5736
5737         * configure.in (ALL_LINGUAS): Added "bg" (Bulgarian)
5738
5739 2005-02-16  Bryan Clark  <clarkbw@cvs.gnome.org>
5740
5741         * shell/ev-window.c: added ellipsis to Print item. Fixes bug 166915
5742
5743 2005-02-16  Marco Pesenti Gritti  <marco@gnome.org>
5744
5745         * shell/ev-view.c: (ev_view_realize), (highlight_find_results),
5746         (ev_view_create_invisible_cursor), (ev_view_set_cursor),
5747         (set_document_page), (document_changed_callback),
5748         (ev_view_set_document), (ev_view_find_previous),
5749         (ev_view_hide_cursor), (ev_view_show_cursor):
5750         * shell/ev-view.h:
5751         * shell/ev-window.c: (update_chrome_visibility),
5752         (fullscreen_timeout_cb), (fullscreen_set_timeout),
5753         (fullscreen_clear_timeout), (fullscreen_motion_notify_cb),
5754         (fullscreen_leave_notify_cb), (ev_window_fullscreen),
5755         (ev_window_unfullscreen):
5756         * shell/main.c: (main):
5757
5758         Automatically hide the fullscreen button.
5759         Patch by Kristian Høgsberg <krh@redhat.com>
5760
5761 2005-02-16  Vincent Noel  <vnoel@cox.net>
5762
5763         * shell/main.c (main): Specify an icon for the window. Patch by
5764         Jaap A. Haitsma. Fixes #166177.
5765
5766 Wed Feb 16 06:30:13 2005  Jonathan Blandford  <jrb@redhat.com>
5767
5768         * shell/ev-view.c (ev_view_realize): get rid of the black flash.
5769
5770 Tue Feb 15 22:27:13 2005  Jonathan Blandford  <jrb@redhat.com>
5771
5772         * backend/ev-document-misc.h:
5773         * backend/ev-document-misc.c:
5774         (ev_document_misc_get_page_border_size),
5775         (ev_document_misc_paint_one_page): New function to canonicalize
5776         sizing/painting a border.
5777
5778         * shell/Makefile.am: Remove ev-page-view.c entirely as it's not
5779         used.
5780
5781         * pdf/xpdf/pdf-document.cc: use new function
5782
5783         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
5784         (ev_view_init), (ev_view_set_mode), (ev_view_zoom),
5785         (ev_view_best_fit), (ev_view_fit_width): * shell/ev-view.h: *
5786         shell/ev-window.c: (update_sizing_buttons),
5787         (ev_window_setup_document), (ev_window_cmd_view_zoom_in),
5788         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_best_fit),
5789         (ev_window_cmd_view_page_width), (size_allocate_cb),
5790         (ev_window_set_sizing_mode), (ev_window_init): make the "best fit"
5791         and "fit width" values act as toggle buttons so they stay
5792         toggled.  It's not 100% perfect, and it's a little slow, but it's
5793         good enough to commit I think.
5794
5795 2005-02-15  David Lodge  <dave@cirt.net>
5796
5797         * configure.ac (ALL_LINGUAS): Added "en_GB" (English (British)).
5798
5799 2005-02-15  Martin Kretzschmar  <martink@gnome.org>
5800
5801         * shell/ev-window.c (update_window_title): replace newlines in
5802         the title by spaces. Bug #166107.
5803
5804 2005-02-14  Martin Kretzschmar  <martink@gnome.org>
5805
5806         * shell/ev-view.c (ev_view_best_fit, ev_view_fit_width): add
5807         parameters providing allocation width and height without
5808         scrollbars and width of a possible vertical scrollbar. With this
5809         additional information the functions can work as
5810         intended. Unfortunately they're not idempotent. We should
5811         transform these commands to toggles. Fixes Bug #164976
5812         Initial patch by Stephane Loeuillet, then heavily modified.
5813
5814         * shell/ev-view.h: update prototypes.
5815
5816         * shell/ev-window.c (ev_window_cmd_view_best_fit)
5817         (ev_window_cmd_view_page_width): provide EvView fit functions with
5818         all the information they need. Formulas to calculate this
5819         information taken from GtkScrolledWindow.
5820
5821 2005-02-14  Crispin Flowerday  <gnome@flowerday.cx>
5822
5823         * shell/ev-sidebar-thumbnails.c: Ensure that after we have
5824         created a thumbnail, the list store is updated to know
5825         that the thumbnail is set. Fixes bug #166792
5826
5827 2005-02-11  Bryan Clark  <clarkbw@cvs.gnome.org>
5828
5829         * shell/ev-window.c: fixed typo, closes bug 166897
5830
5831         * TODO: updated TODO with bug numbers that are relevant
5832
5833 2005-02-09  Carlos Garcia Campos <carlosgc@gnome.org>
5834
5835         * shell/ev-window.c: Support for DnD of files. Fixes #164813
5836
5837 2005-02-09  Vincent Noel  <vnoel@cox.net>
5838
5839         * shell/ev-window.c: (set_action_properties): Set the "Previous"
5840         and "Next" toolbar buttons as important to make them stand out.
5841
5842 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
5843
5844         * lib/ev-debug.c:
5845         * lib/ev-debug.h:
5846         * ps/ps-document.c: (ps_document_finalize), (set_up_page),
5847         (start_interpreter), (stop_interpreter), (document_load),
5848         (ps_document_next_page), (ps_document_goto_page),
5849         (ps_document_set_page_size), (ps_document_widget_event),
5850         (ps_document_render):
5851         * shell/ev-page-view.c: (ev_page_view_dispose):
5852         * shell/ev-view.c: (ev_view_finalize), (expose_bin_window):
5853
5854         Fix compilation on non-gcc platforms
5855
5856 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
5857
5858         * NEWS:
5859         * configure.ac:
5860
5861         Release 0.1.4
5862
5863         * pdf/xpdf/Catalog.cc:
5864         * pdf/xpdf/XRef.cc:
5865
5866         Fix the fix for CAN-2004-0888
5867
5868 2005-02-09  Luca Ferretti <elle.uca@libero.it>
5869
5870         * data/Makefile.am:
5871         * data/evince-ui.xml:
5872         * shell/ev-stock-icons.c: (ev_stock_icons_init):
5873         * shell/ev-stock-icons.h:
5874         * shell/ev-window.c: (update_action_sensitivity),
5875         (ev_window_cmd_go_previous_page), (ev_window_cmd_go_next_page),
5876         (set_action_properties):
5877
5878         Improve toolbar layout/icons
5879
5880 2005-02-08  Marco Pesenti Gritti  <marco@gnome.org>
5881
5882         * pdf/xpdf/pdf-document.cc:
5883
5884         Add warnings about unimplemented/unknown link
5885         types.
5886
5887 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
5888
5889         * ps/ps-document.c: (set_up_page):
5890
5891         Log gs property
5892
5893 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
5894
5895         * ps/ps-document.c: (start_interpreter):
5896
5897         Log gs env var
5898
5899 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
5900
5901         * shell/ev-page-view.c: (ev_page_view_dispose):
5902         * shell/ev-view.c: (ev_view_finalize):
5903         * shell/ev-window.c: (ev_window_setup_document),
5904         (ev_window_dispose), (ev_window_init):
5905
5906         Solve more refs issues.
5907
5908         I commented out the page_view initialization for now:
5909         it was never destroyed (because it's never added
5910         to a container). Because of that we was leaking
5911         gs processes. Couldnt think to a clean fix.
5912         We need to figure this out, password view has the
5913         same issue probably.
5914
5915 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
5916
5917         * ps/ps-document.c: (ps_document_finalize),
5918         (ps_document_get_n_pages), (ps_document_get_page):
5919
5920         Some cleanups, stop the interpreter on finalize
5921
5922         * shell/ev-page-view.c: (ev_page_view_dispose),
5923         (ev_page_view_class_init):
5924
5925         Release our reference on the document
5926
5927 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
5928
5929         * Makefile.am:
5930         * configure.ac:
5931         * doc/debugging.txt:
5932         * lib/.cvsignore:
5933         * lib/Makefile.am:
5934         * lib/ev-debug.c: (log_module), (trap_handler), (ev_debug_init),
5935         (ev_profiler_new), (ev_should_profile), (ev_profiler_dump),
5936         (ev_profiler_free), (ev_profiler_start), (ev_profiler_stop):
5937         * lib/ev-debug.h:
5938
5939         Add debugging helpers
5940
5941         * ps/Makefile.am:
5942         * ps/ps-document.c: (set_up_page), (start_interpreter),
5943         (stop_interpreter), (document_load), (ps_document_next_page),
5944         (ps_document_goto_page), (ps_document_set_page_size),
5945         (ps_document_widget_event), (ps_document_render):
5946         * shell/Makefile.am:
5947         * shell/ev-view.c: (expose_bin_window):
5948         * shell/main.c: (main):
5949
5950         Add some logs
5951         
5952 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
5953
5954         * ps/ps-document.c: (ps_document_widget_event):
5955
5956         Initialize message_window, this should make ps
5957         rendering really work! (Never noticed because I was
5958         testing with a ps that is causing gs to exit every time!)
5959
5960 2005-02-07  Bryan Clark  <clarkbw@cvs.gnome.org>
5961
5962         * data/evince.schemas.in: updated simple error in applyto closing tag
5963
5964 2005-02-07  Christian Persch  <chpe@cvs.gnome.org>
5965
5966         * Makefile.am:
5967         * configure.ac:
5968         * data/.cvsignore:
5969         * data/Makefile.am:
5970         * data/evince-ui.xml:
5971         A data/evince.schemas.in:
5972         * po/POTFILES.in:
5973         * shell/ev-stock-icons.c: (ev_stock_icons_init):
5974         * shell/ev-stock-icons.h:
5975         * shell/ev-window.c: (update_chrome_visibility),
5976         (update_chrome_flag), (ev_window_cmd_edit_find),
5977         (ev_window_update_fullscreen_popup), (ev_window_fullscreen),
5978         (ev_window_unfullscreen), (ev_window_focus_in_event),
5979         (ev_window_focus_out_event), (ev_window_cmd_leave_fullscreen),
5980         (ev_window_view_toolbar_cb), (ev_window_view_statusbar_cb),
5981         (ev_window_view_sidebar_cb), (find_bar_close_cb),
5982         (ev_window_dispose), (ev_window_class_init),
5983         (set_action_properties), (set_chrome_actions), (load_chrome),
5984         (ev_window_init):
5985
5986         Implement fullscreen mode changes from bug #164776.
5987         Also implement persistent chrome toggles.
5988
5989 2005-02-07  Jordi Mallach  <jordi@sindominio.net>
5990
5991         * configure.ac (ALL_LINGUAS): Added "ca" (Catalan).
5992
5993 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
5994
5995         * NEWS:
5996         * configure.ac:
5997         * shell/ev-view.c:
5998
5999         Add another check for find interface
6000
6001         Release 0.1.3
6002
6003 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
6004
6005         * shell/ev-application.c: (ev_application_open):
6006         * shell/ev-window.c: (ev_window_open):
6007
6008         Open gzipped ps documents
6009
6010 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
6011
6012         * TODO:
6013         * shell/ev-view.c: (set_document_page):
6014
6015         Clamp page number, dont try to move to
6016         not existant pages.
6017
6018 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
6019
6020         * backend/ev-document-find.c: (ev_document_find_changed):
6021         * backend/ev-document-find.h:
6022         * pdf/xpdf/pdf-document.cc:
6023         * shell/ev-view.c: (jump_to_find_result), (ev_view_set_document):
6024         * shell/ev-window.c: (find_bar_search_changed_cb):
6025
6026         Fix several bugs with find
6027
6028 2005-02-04  Martin Kretzschmar  <martink@gnome.org>
6029
6030         * shell/ev-sidebar-thumbnails.c
6031         (ev_sidebar_thumbnails_select_page): do nothing unless we have a
6032         document. Prevents warning from scroll_to_cell.
6033
6034 2005-02-02  Kjartan Maraas  <kmaraas@gnome.org>
6035
6036         * configure.ac: Add «nb» to ALL_LINGUAS too.
6037
6038 Wed Feb  2 21:13:11 2005  Jonathan Blandford  <jrb@redhat.com>
6039
6040         * NOTES: New file with some random thoughts.
6041
6042         * TODO: Update.
6043
6044         * backend/ev-document-misc.c:
6045         (ev_document_misc_get_page_border_size): New function to
6046         canonicalize shadow drawing sizes.  Possibly goofy.
6047
6048         * shell/ev-view.c: (ev_view_size_request), (set_document_page),
6049         (ev_view_best_fit), (ev_view_fit_width):
6050         * pdf/xpdf/pdf-document.cc:
6051         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
6052         * ps/ps-document.c: (ps_document_get_page_size):
6053         * backend/ev-document-misc.h:
6054         * backend/ev-document.c: (ev_document_get_page_size):
6055         * backend/ev-document.h: get_page_size now takes a page number
6056         parameter.  Made all the backends/frontends honor it.
6057
6058         * data/evince-ui.xml: Added a multiple-page mode.  Uncomment to
6059         see.  Doesn't work yet.
6060
6061         * shell/Makefile.am:
6062         * shell/ev-page-view.[ch]: New multi-page view.  Really rough.
6063         Doesn't do anything yet.
6064
6065         * shell/ev-sidebar-thumbnails.c:
6066         (ev_sidebar_thumbnails_set_document): [1..n_pages] instead of
6067         [0..n_pages-1]
6068
6069         * shell/ev-window.c: (update_action_sensitivity),
6070         (ev_window_setup_document), (ev_window_set_page_mode),
6071         (ev_window_page_mode_cb), (ev_window_init): Clean up the
6072         view-swapping code a bit so we can have multiple views on a
6073         document.  Add the multi-page view, though it can't be turned on
6074         yet.
6075
6076 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
6077
6078         * shell/ev-application.c: (ev_application_open):
6079         * shell/ev-view.c: (expose_bin_window):
6080         * shell/ev-window.c: (ev_window_open):
6081
6082         Support eps and check document supports find
6083         before drawing highlightings in expose.
6084
6085 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
6086
6087         * pixbuf/pixbuf-document.c:
6088         (pixbuf_document_thumbnails_get_dimensions),
6089         (pixbuf_document_document_thumbnails_iface_init):
6090
6091         implement get_dimensions
6092
6093 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
6094
6095         * NEWS:
6096         * configure.ac:
6097
6098         Release 0.1.2
6099
6100 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
6101
6102         * shell/ev-view.c: (set_document_page):
6103
6104         Scroll at the top of the page when changing page
6105
6106 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
6107
6108         * shell/ev-view.c: (ev_view_motion_notify_event):
6109
6110         Do not redraw unnecessarily
6111
6112 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
6113
6114         * pdf/xpdf/pdf-document.cc:
6115         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
6116         (expose_bin_window), (find_changed_cb):
6117
6118         Yay! find works now... Now to find bugs...
6119
6120 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
6121
6122         * backend/ev-document-find.c: (ev_document_find_base_init),
6123         (ev_document_find_changed):
6124         * backend/ev-document-find.h:
6125         * pdf/xpdf/pdf-document.cc:
6126         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
6127         (expose_bin_window), (ev_view_init), (set_document_page),
6128         (ensure_rectangle_is_visible), (jump_to_find_result),
6129         (jump_to_find_page), (find_changed_cb), (ev_view_set_document),
6130         (ev_view_find_next), (ev_view_find_previous):
6131         * shell/ev-view.h:
6132         * shell/ev-window.c: (find_bar_previous_cb), (find_bar_next_cb):
6133
6134         More work on find implementation, mostly there now
6135
6136 2005-01-29  Marco Pesenti Gritti  <marco@gnome.org>
6137
6138         * backend/ev-backend-marshalers.list:
6139         * backend/ev-document-find.c: (ev_document_find_base_init),
6140         (ev_document_find_cancel), (ev_document_find_page_has_results),
6141         (ev_document_find_get_n_results), (ev_document_find_get_result),
6142         (ev_document_find_get_progress), (ev_document_find_changed):
6143         * backend/ev-document-find.h:
6144
6145         Enanche the find interface to be really able to do
6146         multi page find.
6147
6148         * pdf/xpdf/pdf-document.cc:
6149
6150         Implement
6151
6152         * shell/ev-view.c: (ev_view_finalize), (highlight_find_results),
6153         (expose_bin_window), (ev_view_init),
6154         (ev_view_get_find_status_message), (find_changed_cb),
6155         (ev_view_set_document), (set_document_page):
6156
6157         Adapt to the new interface. A few things are regressed sorry,
6158         I will finish it soon.
6159
6160 2005-01-28  Martin Kretzschmar  <martink@gnome.org>
6161
6162         * shell/ev-sidebar-thumbnails.c (ev_sidebar_thumbnails_destroy)
6163         (ev_sidebar_thumbnails_class_init): use G_DEFINE_TYPE-supplied
6164         ev_sidebar_thumbnails_parent_class variable, don't define another
6165         parent_class variable.
6166
6167         * shell/ev-page-action.c (connect_proxy, ev_page_action_finalize)
6168         (ev_page_action_class_init): ditto.
6169
6170         * pixbuf/pixbuf-document.c (pixbuf_document_finalize)
6171         (pixbuf_document_class_init): ditto.
6172
6173         * backend/ev-link.c (ev_window_dispose, ev_link_class_init):
6174         ditto.
6175
6176         * .cvsignore: ignore various valgrind output files.
6177
6178 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
6179
6180         * data/evince-ui.xml:
6181         * shell/Makefile.am:
6182         * shell/ev-history.c:
6183         * shell/ev-history.h:
6184         * shell/ev-navigation-action.c:
6185         * shell/ev-navigation-action.h:
6186         * shell/ev-view.c: (ev_view_finalize), (ev_view_go_to_link),
6187         (ev_view_set_page), (ev_view_fit_width):
6188         * shell/ev-view.h:
6189         * shell/ev-window.c: (update_action_sensitivity),
6190         (ev_window_setup_document), (register_custom_actions):
6191
6192         Kill session history
6193
6194 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
6195
6196         * shell/ev-window.c: (update_action_sensitivity):
6197
6198         Fix inverted up/down buttons
6199
6200 2005-01-27  Martin Kretzschmar  <martink@gnome.org>
6201
6202         * shell/ev-sidebar-thumbnails.c
6203         (ev_sidebar_thumbnails_select_page): make sure the selected
6204         thumbnail stays visible.
6205
6206 2005-01-26  Martin Kretzschmar  <martink@gnome.org>
6207
6208         * shell/ev-window.c (ev_window_init): add GTK_SHADOW_IN to the
6209         scrolled window for Federico.
6210
6211 2005-01-26  Ole Laursen  <olau@hardworking.dk>
6212
6213         * configure.ac: Added "da" (Danish) to ALL_LINGUAS.
6214
6215 2005-01-26  Marco Pesenti Gritti  <marco@gnome.org>
6216
6217         * configure.ac:
6218         * pdf/splash/SplashFTFontEngine.cc:
6219
6220         Fix CID fonts with freetype 2.1.9
6221
6222 2005-01-26  Bryan Clark  <clarkbw@cvs.gnome.org>
6223
6224         * TODO: added item for desktop icon thumbnailer
6225
6226 Tue Jan 25 00:59:34 2005  Jonathan Blandford  <jrb@redhat.com>
6227
6228         * pdf/xpdf/pdf-document.cc (pdf_document_get_title): guard against
6229         unloaded docs when the title is accessed.
6230
6231         * shell/ev-password-view.[hc]: New widget for displaying password
6232         state.
6233
6234         * shell/ev-window.[ch]: Refactor password handling code to handle
6235         the new view.
6236
6237 2005-01-24  Marco Pesenti Gritti  <marco@gnome.org>
6238
6239         * NEWS:
6240         * configure.ac:
6241         * data/Makefile.am:
6242
6243         Release 0.1.1
6244
6245 2005-01-23  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
6246
6247         * pdf/xpdf/pdf-document.cc (pdf_document_search_page_changed):
6248         ignore page offset here, to make search results independent of it,
6249
6250         * shell/ev-view.c (expose_bin_window): but take offsets into
6251         account here. Bug #164932
6252
6253         * pdf/xpdf/pdf-document.cc (pdf_document_get_link): divide by
6254         scale at the right time. Bug #164996
6255
6256 2005-01-22  Martin Kretzschmar  <martink@gnome.org>
6257
6258         * pdf/xpdf/GlobalParams.cc: My 2005-01-05 change didn't actually
6259         fix the problem. Now I just removed the Adobe font names and hope
6260         that the URW fonts are always in outline format. Bug #164934
6261
6262         * shell/ev-window.c (update_window_title): empty titles are
6263         useless, use filename in that case too.
6264
6265         * NEWS: Add some content.
6266
6267 2005-01-21  Bryan Clark  <clarkbw@cvs.gnome.org>
6268
6269         * TODO: added one more TODO item and a TODONE section :)
6270
6271 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
6272
6273         * ps/ps-document.h: add page_[xy]_offset fields.
6274
6275         * ps/ps-document.c (ps_document_set_page_offset)
6276         (ps_document_render): Keep offset in consideration in a few
6277         places. Bug #164752 "postscript documents are not centered in
6278         window"
6279
6280         * data/evince.desktop.in (X-GNOME-Bugzilla-Product):
6281         s/gpdf/evince/. Spotted by Stephane Loeuillet.
6282
6283         * pixbuf/pixbuf-document.c (pixbuf_document_get_n_pages)
6284         (pixbuf_document_get_text, pixbuf_document_document_iface_init):
6285         stub out missing methods for complete EvDocument implementation.
6286         Fixes segfaults with Save A Copy and Copy actions.
6287
6288         * ps/ps-document.c (ps_document_save, ps_document_get_text) 
6289         (ps_document_document_iface_init): ditto.
6290         
6291 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
6292
6293         * data/.cvsignore:
6294         * data/Makefile.am:
6295         * data/evince.desktop.in:
6296
6297         Add desktop file
6298
6299 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
6300
6301         * shell/ev-view.c: (ev_view_button_press_event),
6302         (ev_view_motion_notify_event):
6303
6304         Make selection work in any direction
6305
6306 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
6307
6308         * TODO:
6309         * shell/ev-window.c: (set_short_labels), (ev_window_init):
6310
6311         Use shorter labels for some of the toolbars items
6312
6313 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
6314
6315         * pdf/xpdf/pdf-document.cc:
6316
6317         Check the links info is initialized before
6318         using it. Should fix a crash on startup.
6319
6320 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
6321
6322         * pixbuf/pixbuf-document.c
6323         (pixbuf_document_thumbnails_get_dimensions): force floating point
6324         division to calculate page_ratio. Fixes crash with landscape
6325         format pixbufs.
6326
6327 Thu Jan 20 18:56:35 2005  Jonathan Blandford  <jrb@redhat.com>
6328
6329         * shell/ev-view.c (ev_view_realize): make the bg color darker.
6330
6331 2005-01-20  Martin Kretzschmar  <martink@gnome.org>
6332
6333         * shell/ev-view.c (set_document_page): unset has_selection when
6334         the page changes.
6335         (set_document_page): handle paper size changes when the page
6336         changes (test with Free Culture, page 2).
6337
6338 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
6339
6340         * shell/ev-view.c: (ev_view_size_request), (ev_view_realize),
6341         (expose_bin_window), (ev_view_class_init), (ev_view_init):
6342
6343         Use normal style color for the widget background and
6344         draw a black box around the page.
6345
6346 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
6347
6348         * pdf/xpdf/pdf-document.cc:
6349
6350         Keep offset in consideration in a few places
6351
6352         * shell/ev-view.c: (expose_bin_window):
6353
6354         Set the offsets so that the document is ever centered
6355
6356 2005-01-20  Bryan Clark  <clarkbw@cvs.gnome.org>
6357
6358         * TODO: Added TODO items and finished off the first todo item
6359
6360         * AUTHORS: Updated AUTHORS section with piece from gpdf file and
6361         reflect current authors
6362
6363 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
6364
6365         * pdf/xpdf/pdf-document.cc:
6366         * shell/ev-view.c: (ev_view_set_cursor),
6367         (ev_view_motion_notify_event), (document_changed_callback),
6368         (set_document_page):
6369
6370         Show a wait cursor while the page is rendering
6371
6372 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
6373
6374         * shell/ev-sidebar-thumbnails.c:
6375         (ev_sidebar_tree_selection_changed),
6376         (ev_sidebar_thumbnails_select_page):
6377         * shell/ev-sidebar-thumbnails.h:
6378         * shell/ev-view.c: (ev_view_set_document), (ev_view_can_go_back),
6379         (ev_view_can_go_forward):
6380         * shell/ev-window.c: (ev_window_open_page),
6381         (ev_window_setup_document), (update_current_page),
6382         (view_page_changed_cb), (ev_window_init):
6383         * shell/ev-window.h:
6384
6385         Ensure thumbnails selection, toolbar page control and
6386         current page are in sync.
6387
6388 2005-01-19  Marco Pesenti Gritti  <marco@gnome.org>
6389
6390         * pdf/xpdf/XRef.cc:
6391
6392         Fix CAN-2005-0064
6393
6394 Wed Jan 19 01:10:57 2005  Jonathan Blandford  <jrb@redhat.com>
6395
6396         * backend/Makefile.am:
6397         * backend/ev-document-links.h:
6398         * backend/ev-document-security.c: (ev_document_security_get_type),
6399         (ev_document_security_has_document_security),
6400         (ev_document_security_set_password):
6401         * backend/ev-document-security.h:
6402         * backend/ev-document.c: (ev_document_error_quark):
6403         * backend/ev-document.h:
6404         * data/Makefile.am:
6405         * data/evince-password.glade:
6406         * pdf/xpdf/pdf-document.cc:
6407         * shell/Makefile.am:
6408         * shell/ev-password.c: (ev_password_set_bad_password_label),
6409         (ev_window_password_entry_changed_cb), (ev_password_dialog_new),
6410         (ev_password_dialog_get_password),
6411         (ev_password_dialog_set_bad_pass):
6412         * shell/ev-password.h:
6413         * shell/ev-window.c: (ev_window_get_attribute),
6414         (ev_window_set_property), (update_action_sensitivity),
6415         (ev_window_is_empty), (mime_type_supported_by_gdk_pixbuf),
6416         (ev_window_setup_document), (ev_window_get_password),
6417         (ev_window_open), (ev_window_cmd_save_as),
6418         (using_postscript_printer), (ev_window_print),
6419         (find_not_supported_dialog), (ev_window_cmd_edit_find),
6420         (update_fullscreen_popup), (ev_window_fullscreen),
6421         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
6422         (ev_window_focus_out_cb), (ev_window_cmd_help_about),
6423         (menu_item_select_cb), (find_bar_search_changed_cb),
6424         (ev_window_dispose), (ev_window_init):
6425
6426         Add initial support for password-supported dialogs.  This could be
6427         a lot cooler, but it'll do for now.
6428
6429 2005-01-18  Marco Pesenti Gritti  <marco@gnome.org>
6430
6431         * pdf/xpdf/pdf-document.cc:
6432         * shell/ev-view.c: (status_message_from_link),
6433         (ev_view_set_status), (ev_view_set_cursor),
6434         (ev_view_motion_notify_event), (ev_view_init):
6435         * shell/ev-window.c: (view_status_changed_cb), (ev_window_init):
6436
6437         Fix bugs in the links implementation and change cursor
6438         when hovering a link.
6439
6440 2005-01-17  Bryan Clark  <clarkbw@cvs.gnome.org>
6441
6442         * viewer/.cvsignore: added cvsignore file for viewer directory
6443
6444         * TODO: created TODO document
6445
6446 2005-01-14  Dave Malcolm  <dmalcolm@redhat.com>
6447
6448         * shell/ev-view.h:
6449         * shell/ev-view.c (ev_view_can_go_back), (ev_view_can_go_forward):      
6450         new functions to help with implementation of sensitivity code
6451         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
6452         of all actions that might require it.  Fixes a crash when you
6453         click on the Zoom actions in a window lacking a document.
6454
6455 2005-01-13  Dave Malcolm  <dmalcolm@redhat.com>
6456
6457         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
6458         of the Find action
6459
6460 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
6461
6462         * pixbuf/pixbuf-document.c: (pixbuf_document_get_link),
6463         (pixbuf_document_document_iface_init):
6464         * ps/ps-document.c: (ps_document_get_link),
6465         (ps_document_document_iface_init):
6466         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event),
6467         (status_message_from_link), (ev_view_set_status),
6468         (ev_view_set_find_status), (ev_view_motion_notify_event),
6469         (ev_view_button_release_event), (ev_view_set_property),
6470         (ev_view_get_property), (ev_view_class_init), (ev_view_init),
6471         (ev_view_get_find_status_message), (update_find_results),
6472         (ev_view_get_status), (ev_view_get_find_status):
6473         * shell/ev-view.h:
6474         * shell/ev-window.c: (view_status_changed_cb),
6475         (view_find_status_changed_cb), (ev_window_init):
6476
6477         View status message support, use it to show the links.
6478         Needs work...
6479
6480 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
6481
6482         * backend/ev-document.c: (ev_document_get_link):
6483         * backend/ev-document.h:
6484         * pdf/xpdf/pdf-document.cc:
6485         * shell/ev-application.c: (ev_application_open):
6486         * shell/ev-application.h:
6487         * shell/ev-sidebar-links.c: (selection_changed_cb):
6488         * shell/ev-view.c: (ev_view_button_release_event), (go_to_link),
6489         (ev_view_go_to_link):
6490
6491         Add support for document links
6492
6493 2005-01-13  Anders Carlsson  <andersca@gnome.org>
6494
6495         * shell/ev-page-action.c: (update_spin), (total_pages_changed_cb),
6496         (create_tool_item):
6497         Set the spin button limits correctly.
6498         
6499         * shell/ev-sidebar-thumbnails.c:
6500         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init):
6501         Support changing pages by clicking on the thumbnails.
6502         
6503 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
6504
6505         * pixbuf/pixbuf-document.c:
6506         (pixbuf_document_thumbnails_get_dimensions),
6507         (pixbuf_document_document_thumbnails_iface_init):
6508
6509         implement get_dimensions
6510
6511 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
6512
6513         * ps/ps-document.c: (ps_document_goto_page):
6514
6515         Fix page switching on multipage documents
6516
6517 2005-01-12  Jeff Muizelaar  <jrmuizel@nit.ca>
6518
6519         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
6520         
6521         check for NULL before assigning to width and height parameters
6522
6523 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
6524
6525         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
6526         (pixbuf_document_set_property), (pixbuf_document_get_property):
6527
6528         implement get/set properties
6529
6530 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
6531
6532         * pdf/xpdf/pdf-document.cc: (pdf_info_dict_get_string):
6533         
6534         return NULL instead of "Unknown", letting the title get set to
6535         the filename when the pdf has no title.
6536
6537 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
6538
6539         * ps/ps-document.c: (ps_document_get_page_count),
6540         (ps_document_goto_page):
6541
6542 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
6543
6544         * shell/ev-history.c: (ev_history_get_property),
6545         (ev_history_set_property), (ev_history_class_init),
6546         (ev_history_add_page), (ev_history_set_current_index):
6547         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
6548         (activate_menu_item_cb), (new_history_menu_item), (build_menu),
6549         (ev_navigation_action_finalize):
6550         * shell/ev-navigation-action.h:
6551         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
6552         (ev_view_go_forward), (ev_view_get_find_status_message),
6553         (history_index_changed_cb), (ev_view_set_history):
6554         * shell/ev-view.h:
6555         * shell/ev-window.c: (update_total_pages), (ev_window_open),
6556         (update_current_page), (register_custom_actions):
6557
6558         Implement history dropdowns
6559
6560 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
6561
6562         * shell/ev-history.c: (ev_history_init), (ev_history_add_link):
6563         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
6564         (ev_view_go_forward):
6565         * shell/ev-window.c: (register_custom_actions):
6566
6567         Fix several history bugs
6568
6569 2005-01-11  Kjartan Maraas  <kmaraas@gnome.org>
6570
6571         * configure.ac: Add «nb» to ALL_LINGUAS.
6572
6573 2005-01-10  Marco Pesenti Gritti  <marco@gnome.org>
6574
6575         * backend/Makefile.am:
6576         * backend/ev-bookmark.c:
6577         * backend/ev-bookmark.h:
6578         * backend/ev-document-bookmarks.c:
6579         * backend/ev-document-bookmarks.h:
6580         * backend/ev-document-links.c: (ev_document_links_get_type),
6581         (ev_document_links_has_document_links),
6582         (ev_document_links_begin_read), (ev_document_links_get_link),
6583         (ev_document_links_get_child), (ev_document_links_next),
6584         (ev_document_links_free_iter):
6585         * backend/ev-document-links.h:
6586         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_title),
6587         (ev_link_set_title), (ev_link_get_uri), (ev_link_set_uri),
6588         (ev_link_get_link_type), (ev_link_set_link_type),
6589         (ev_link_get_page), (ev_link_set_page), (ev_link_get_property),
6590         (ev_link_set_property), (ev_window_dispose), (ev_link_init),
6591         (ev_link_class_init), (ev_link_new_title), (ev_link_new_page),
6592         (ev_link_new_external):
6593         * backend/ev-link.h:
6594         * pdf/xpdf/pdf-document.cc:
6595         * shell/Makefile.am:
6596         * shell/ev-application.c: (ev_application_open_link):
6597         * shell/ev-application.h:
6598         * shell/ev-history.c: (ev_history_add_link), (ev_history_add_page),
6599         (ev_history_get_link_nth):
6600         * shell/ev-history.h:
6601         * shell/ev-sidebar-bookmarks.c:
6602         * shell/ev-sidebar-bookmarks.h:
6603         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
6604         (ev_sidebar_links_class_init), (selection_changed_cb),
6605         (ev_sidebar_links_construct), (ev_sidebar_links_init),
6606         (links_page_num_func), (ev_sidebar_links_new), (stack_data_free),
6607         (do_one_iteration), (populate_links_idle),
6608         (ev_sidebar_links_clear_document), (ev_sidebar_links_set_document):
6609         * shell/ev-sidebar-links.h:
6610         * shell/ev-sidebar.c: (ev_sidebar_set_document):
6611         * shell/ev-view.c: (go_to_link), (ev_view_go_to_link),
6612         (go_to_index):
6613         * shell/ev-view.h:
6614         * shell/ev-window.c: (ev_window_open_link), (ev_window_init):
6615         * shell/ev-window.h:
6616
6617         Rename bookmark to link, and use "Index" for the sidebar panel.
6618
6619 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
6620
6621         * shell/Makefile.am:
6622         * shell/ev-application.c: (ev_application_open_bookmark):
6623         * shell/ev-application.h:
6624         * shell/ev-history.c: (ev_history_init), (free_links_list),
6625         (ev_history_finalize), (ev_history_class_init),
6626         (ev_history_add_link), (ev_history_add_page),
6627         (ev_history_get_link_nth), (ev_history_get_n_links),
6628         (ev_history_get_current_index), (ev_history_set_current_index),
6629         (ev_history_new):
6630         * shell/ev-history.h:
6631         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
6632         * shell/ev-view.c: (ev_view_finalize), (ev_view_set_document),
6633         (set_document_page), (go_to_bookmark), (ev_view_go_to_bookmark),
6634         (go_to_index), (ev_view_go_back), (ev_view_go_forward),
6635         (ev_view_set_page):
6636         * shell/ev-view.h:
6637         * shell/ev-window.c: (ev_window_open_bookmark),
6638         (ev_window_cmd_go_back), (ev_window_cmd_go_forward),
6639         (goto_page_cb), (register_custom_actions):
6640         * shell/ev-window.h:
6641
6642         Initial history implementation. Needs work.
6643
6644 2005-01-09  Martin Kretzschmar  <martink@gnome.org>
6645
6646         * pdf/xpdf/GDKSplashOutputDev.cc (redraw): fix pixbuf data offset.
6647
6648 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
6649
6650         * cut-n-paste/recent-files/egg-recent-item.c:
6651         * cut-n-paste/recent-files/egg-recent-item.h:
6652         * cut-n-paste/recent-files/egg-recent-model.c:
6653         * cut-n-paste/recent-files/egg-recent-util.c:
6654         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
6655         * cut-n-paste/recent-files/egg-recent-view.c:
6656
6657         Update
6658
6659 2005-01-08  Martin Kretzschmar  <martink@gnome.org>
6660
6661         * pdf/splash/Splash.cc (clear, drawPixel, drawSpan, xorSpan, getPixel)
6662         (fillGlyph, fillImageMask, drawImage):
6663         pdf/splash/SplashBitmap.cc (SplashBitmap, ~SplashBitmap, writePNMFile):
6664         pdf/splash/SplashTypes.h:
6665         pdf/xpdf/SplashOutputDev (startPage, getColor, imageSrc): implement RGB8
6666         packed mode for Splash.
6667
6668         * pdf/xpdf/GDKSplashOutputDev.cc (GDKSplashOutputDev, redraw): use
6669         RGB8 packed mode, eliminates the pixbuf data creation loop.
6670
6671         * shell/ev-print-job.c (ev_print_job_finalize)
6672         (ev_print_job_set_property, ev_print_job_get_property)
6673         (ev_print_job_set_gnome_print_job, ev_print_job_set_document)
6674         (ev_print_job_use_print_dialog_settings, idle_print_handler)
6675         (print_closure_finalize, ev_print_job_print): implement
6676         printing (for backends with EvPsExporter)
6677
6678         * shell/ev_print_job.h: update prototypes.
6679
6680         * shell/ev-window.c (ev_window_print): unref print job after
6681         printing.
6682
6683         * shell/ev-view.c (ev_view_set_document): don't connect to "found"
6684         unless the document implements the EvDocumentFind interface.
6685
6686 2005-01-08  Satoru SATOH <ss@gnome.gr.jp>
6687
6688         * configure.ac: Added ja to ALL_LINGUAS.
6689
6690 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
6691
6692         * pdf/xpdf/pdf-document.cc:
6693
6694         add a FIXME. We should probably not allocate
6695         a bookmark object every time
6696
6697 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
6698
6699         * shell/ev-application.c: (ev_application_open),
6700         (ev_application_open_bookmark):
6701         * shell/ev-application.h:
6702         
6703         Add a way to open bookmarks
6704
6705         * backend/ev-bookmark.c: (ev_bookmark_get_uri),
6706         (ev_bookmark_set_uri), (ev_bookmark_get_property),
6707         (ev_bookmark_set_property), (ev_bookmark_class_init),
6708         (ev_bookmark_new_title), (ev_bookmark_new_link),
6709         (ev_bookmark_new_external):
6710
6711         Support for external uris, better constructors.
6712
6713         * backend/ev-bookmark.h:
6714         * pdf/xpdf/pdf-document.cc:
6715         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
6716
6717         Handle external uris
6718
6719 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
6720
6721         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb),
6722         (ev_sidebar_bookmarks_construct), (do_one_iteration):
6723
6724         Hook up bookmarks navigation
6725
6726 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
6727
6728         * backend/Makefile.am:
6729         * backend/ev-bookmark.c: (ev_bookmark_type_get_type),
6730         (ev_bookmark_get_title), (ev_bookmark_set_title),
6731         (ev_bookmark_get_bookmark_type), (ev_bookmark_set_bookmark_type),
6732         (ev_bookmark_get_page), (ev_bookmark_set_page),
6733         (ev_bookmark_get_property), (ev_bookmark_set_property),
6734         (ev_window_dispose), (ev_bookmark_init), (ev_bookmark_class_init),
6735         (ev_bookmark_new):
6736         * backend/ev-bookmark.h:
6737         * backend/ev-document-bookmarks.c:
6738         (ev_document_bookmarks_get_bookmark):
6739         * backend/ev-document-bookmarks.h:
6740         * pdf/xpdf/pdf-document.cc:
6741         * shell/ev-sidebar-bookmarks.c: (do_one_iteration):
6742
6743         Add a bookmark object to the backend and use it instead of get_values
6744
6745 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
6746
6747         * data/evince-ui.xml:
6748
6749         Cleanup and add select all.
6750
6751         * shell/ev-view.c: (ev_view_select_all),
6752         (ev_view_button_press_event):
6753         * shell/ev-view.h:
6754         * shell/ev-window.c: (ev_window_cmd_edit_select_all):
6755
6756         Add select all.
6757         Clear selection on click.
6758
6759 Fri Jan  7 01:28:58 2005  Jonathan Blandford  <jrb@redhat.com>
6760
6761         * shell/ev-sidebar-thumbnails.c
6762         (ev_sidebar_thumbnails_set_document): forgot to unref the
6763         loading_icon.
6764
6765 Fri Jan  7 01:22:48 2005  Jonathan Blandford  <jrb@redhat.com>
6766
6767         * shell/ev-sidebar-thumbnails.c: fill in the thumbnails starting
6768         at the visible page, not just linearly.  This makes it look fast.
6769
6770 Thu Jan  6 18:48:11 2005  Jonathan Blandford  <jrb@redhat.com>
6771
6772         * backend/ev-document-misc.c
6773         (ev_document_misc_get_thumbnail_frame): fill in the thumbnail with
6774         white.
6775         * backend/ev-document-thumbnails.h: New interface to get the size
6776         of a page.
6777
6778 2005-01-06  Jeremy Katz  <katzj@redhat.com>
6779
6780         * shell/Makefile.am (evince_SOURCES): Add ev-utils.[ch] so that
6781         make dist works
6782
6783 Wed Jan  5 15:38:28 2005  Jonathan Blandford  <jrb@redhat.com>
6784
6785         * pdf/xpdf/pdf-document.cc (bitmap_to_pixbuf): bypass
6786         GDKSplashOutputDev and just use a normal SplashOutputDev.  Speeds
6787         things up a bit.
6788
6789         * shell/ev-sidebar-thumbnail.c: start of some profiling code.
6790
6791 2005-01-05  Martin Kretzschmar  <martink@gnome.org>
6792
6793         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): match only outline
6794         fonts. Should fix font problems on systems that have the base
6795         fonts in bitmap format. Reported by James Henstridge
6796         <james@jamesh.id.au>.
6797
6798 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
6799
6800         * pdf/xpdf/Gfx.cc:
6801         * pdf/xpdf/GfxState.cc:
6802
6803         Fix for CAN-2004-1125
6804
6805 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
6806
6807         * shell/ev-view.c: (ev_view_copy):
6808         * shell/ev-view.h:
6809         * shell/ev-window.c: (ev_window_cmd_edit_copy):
6810
6811         Implement Edit->Copy
6812
6813 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
6814
6815         * backend/ev-document.c: (ev_document_get_text):
6816         * backend/ev-document.h:
6817         * pdf/xpdf/pdf-document.cc:
6818         * shell/ev-view.c: (ev_view_realize), (expose_bin_window),
6819         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
6820         (ev_view_update_primary_selection), (ev_view_button_press_event),
6821         (ev_view_motion_notify_event), (ev_view_button_release_event):
6822
6823         Beginnings of clipboard support. Incomplete but primary sort
6824         of work.
6825
6826 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
6827
6828         * shell/ev-view.c: (ev_gdk_color_to_rgb), (draw_rubberband),
6829         (expose_bin_window):
6830
6831         Nicer rubberband drawing, from GtkIconView.
6832
6833 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
6834
6835         * backend/ev-document.c: (ev_document_save):
6836         * backend/ev-document.h:
6837         * data/evince-ui.xml:
6838         * pdf/xpdf/pdf-document.cc:
6839         * shell/ev-window.c: (save_error_dialog), (ev_window_cmd_save_as):
6840
6841         Implement "Save a copy..." menu item
6842
6843 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
6844
6845         * shell/ev-view.c: (ev_view_zoom):
6846
6847         Queue a resize when zoom changes
6848
6849 Wed Jan  5 02:33:06 2005  Jonathan Blandford  <jrb@redhat.com>
6850
6851         * backend/ev-document-misc.[ch]: New misc file to do simple drop
6852         shadows.
6853
6854         * pdf/xpdf/pdf-document.cc: use the drop shadows in both types of
6855         thumbnails..
6856
6857 Tue Jan  4 22:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
6858
6859         * pdf/xpdf/pdf-document.cc
6860         (pdf_document_thumbnails_get_page_pixbuf): poor man's dropshadow.
6861
6862 Tue Jan  4 21:25:05 2005  Jonathan Blandford  <jrb@redhat.com>
6863
6864         * pdf/xpdf/pdf-document.cc: Do real thumbnailing of PDF files.
6865         It's slow, but I'll speed it up next!
6866
6867 2005-01-04  Jeff Muizelaar  <jrmuizel@nit.ca>
6868
6869         * shell/main.c (load_files):
6870
6871         use gnome_vfs_make_uri_from_shell_arg so that relative paths work
6872         from the command line and because it seems more appropriate.
6873
6874 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
6875
6876         * data/evince-ui.xml:
6877         * shell/ev-window.c: (update_action_sensitivity),
6878         (ev_window_cmd_go_page_up), (ev_window_cmd_go_page_down):
6879
6880         s/next page/page down
6881         s/previous page/page up
6882
6883 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
6884
6885         * data/evince-ui.xml:
6886
6887         Change the layout to match clarkbw design.
6888
6889         * shell/Makefile.am:
6890         * shell/ev-navigation-action.c: (build_menu), (menu_activated_cb),
6891         (set_tooltip_cb), (connect_proxy), (ev_navigation_action_init),
6892         (ev_navigation_action_finalize),
6893         (ev_navigation_action_set_property),
6894         (ev_navigation_action_get_property),
6895         (ev_navigation_action_class_init):
6896         * shell/ev-navigation-action.h:
6897
6898         Implement clarkbw toolbar navigation controls (incomplete)
6899
6900         * shell/ev-page-action.c: (update_label), (update_spin),
6901         (value_changed_cb), (create_tool_item), (connect_proxy),
6902         (ev_page_action_init), (ev_page_action_finalize),
6903         (ev_page_action_set_property), (ev_page_action_get_property),
6904         (ev_page_action_set_current_page),
6905         (ev_page_action_set_total_pages), (ev_page_action_class_init):
6906         * shell/ev-page-action.h:
6907
6908         Implement a page switcher in the toolbar
6909
6910         * shell/ev-view.c: (ev_view_scroll_view):
6911         * shell/ev-window.c: (update_total_pages), (ev_window_open),
6912         (update_current_page), (view_page_changed_cb), (goto_page_cb),
6913         (register_custom_actions), (ev_window_init):
6914
6915         Change page on PageUp/Down.
6916
6917 Tue Jan  4 03:22:56 2005  Jonathan Blandford  <jrb@redhat.com>
6918
6919         * pdf/xpdf/pdf-document.cc
6920         (pdf_document_thumbnails_get_thumbnail): initial stab at
6921         implementing thumbnail support for pdfs.  It only does documents
6922         with precached pdfs now.
6923
6924 Mon Jan  3 17:22:25 2005  Jonathan Blandford  <jrb@redhat.com>
6925
6926         * shell/ev-sidebar-thumbnails.c (do_one_iteration): move the
6927         thumbnail code into a time-based idle as well.  Also, turn off the
6928         shadow temporarily as it's really slow.
6929
6930 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
6931
6932         * backend/ev-document.c: (ev_document_class_init):
6933         * pdf/xpdf/pdf-document.cc:
6934         * shell/ev-window.c: (ev_window_open):
6935
6936         Fix document title bugs and fallback to
6937         filename when not available.
6938
6939 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
6940
6941         * backend/ev-document.c: (ev_document_get_type),
6942         (ev_document_class_init), (ev_document_load),
6943         (ev_document_get_title):
6944         * backend/ev-document.h:
6945         * pdf/xpdf/pdf-document.cc:
6946         * ps/ps-document.c: (ps_document_set_property),
6947         (ps_document_get_property), (ps_document_class_init),
6948         (document_load):
6949         * ps/ps-document.h:
6950         * ps/ps.h:
6951         * shell/ev-window.c: (update_window_title), (ev_window_open),
6952         (ev_window_init):
6953
6954         Initial support for document title. Not working yet.
6955
6956 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
6957
6958         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event):
6959
6960         Grab focus on the view when clicking it
6961
6962 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
6963
6964         * shell/ev-marshal.list:
6965         * shell/ev-view.c: (ev_view_realize), (add_scroll_binding),
6966         (ev_view_scroll_view), (ev_view_class_init), (ev_view_init):
6967
6968         Add key bindings to the view. Now if the focus would work
6969         right...
6970
6971 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
6972
6973         * Makefile.am:
6974         * backend/Makefile.am:
6975         * data/Makefile.am:
6976         * dvi/Makefile.am:
6977         * dvi/dvilib/Makefile.am:
6978         * pdf/xpdf/Makefile.am:
6979         * po/POTFILES.in:
6980         * ps/Makefile.am:
6981
6982         Fix distcheck
6983
6984 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
6985
6986         * shell/ev-view.c: (ev_view_realize):
6987
6988         Fix mouse wheel scrolling
6989
6990 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
6991
6992         * ps/Makefile.am:
6993         * ps/gstypes.h:
6994         * ps/gtkgs.c:
6995         * ps/gtkgs.h:
6996         * ps/ps-document.c: (catchPipe), (ps_document_init),
6997         (ps_document_class_init), (ps_document_cleanup),
6998         (ps_document_finalize), (send_ps), (ps_document_get_orientation),
6999         (set_up_page), (close_pipe), (is_interpreter_ready),
7000         (interpreter_failed), (output), (input), (start_interpreter),
7001         (stop_interpreter), (file_length), (file_readable),
7002         (check_filecompressed), (check_pdf), (compute_xdpi),
7003         (compute_ydpi), (compute_size), (ps_document_enable_interpreter),
7004         (ps_document_get_type), (ps_document_emit_error_msg),
7005         (document_load), (ps_document_next_page),
7006         (ps_document_get_current_page), (ps_document_get_page_count),
7007         (ps_document_goto_page), (ps_document_set_page_size),
7008         (ps_document_zoom_to_fit), (ps_document_set_zoom),
7009         (ps_document_load), (ps_document_get_n_pages),
7010         (ps_document_set_page), (ps_document_get_page),
7011         (ps_document_widget_event), (ps_document_set_target),
7012         (ps_document_set_scale), (ps_document_set_page_offset),
7013         (ps_document_get_page_size), (ps_document_render),
7014         (ps_document_document_iface_init):
7015         * ps/ps-document.h:
7016         * ps/ps.c:
7017         * shell/ev-window.c: (ev_window_open):
7018
7019         Rename GtkGS to PSDocument
7020
7021 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
7022
7023         * ps/gtkgs.c: (gtk_gs_class_init):
7024         * ps/gtkgs.h:
7025
7026         Some more leftover...
7027
7028 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
7029
7030         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_get_orientation),
7031         (output), (stop_interpreter), (gtk_gs_emit_error_msg),
7032         (gtk_gs_zoom_to_fit), (gtk_gs_set_zoom):
7033         * ps/gtkgs.h:
7034
7035         Remove unused code and make a lot of stuff private
7036
7037 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
7038
7039         * ps/gsdefaults.c: (gtk_gs_defaults_gconf_client),
7040         (gtk_gs_defaults_changed):
7041         * ps/gsdefaults.h:
7042         * ps/gtkgs.c:
7043         * ps/gtkgs.h:
7044         * ps/ps.h:
7045
7046         Cleanup headers dependencies
7047
7048 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
7049
7050         * ps/Makefile.am:
7051         * ps/ggvutils.c:
7052         * ps/ggvutils.h:
7053         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
7054         * ps/gsdefaults.h:
7055         * ps/gtkgs.c: (file_length), (file_readable),
7056         (check_filecompressed), (check_pdf), (gtk_gs_load),
7057         (gtk_gs_get_postscript):
7058
7059         Get rid of ggvutils
7060
7061 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
7062
7063         * ps/ggvutils.c:
7064         * ps/ggvutils.h:
7065         * ps/gsio.h:
7066         * ps/gtkgs.c: (gtk_gs_set_zoom):
7067
7068         Cleanups
7069
7070 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
7071
7072         * ps/gtkgs.c: (gtk_gs_set_zoom), (gtk_gs_set_zoom_mode):
7073
7074         Ensure the page is rerendered when changing zoom
7075
7076 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
7077
7078         * backend/ev-document.c: (ev_document_base_init),
7079         (ev_document_changed):
7080         * backend/ev-document.h:
7081
7082         Add a changed event that is emitted when the page content
7083         changes. This is necessary to deal with the fact that
7084         in ps backend rendering happen asycrounously.
7085         This makes the ps backend mostly work.
7086
7087         * pdf/xpdf/pdf-document.cc:
7088
7089         Emit changed event
7090
7091         * ps/gtkgs.c: (set_up_page), (gtk_gs_widget_event),
7092         (ps_document_set_target):
7093
7094         Emit changed event
7095
7096         * shell/ev-view.c: (document_changed_callback),
7097         (ev_view_set_document), (ev_view_set_page):
7098
7099         Redraw on the changed signal
7100
7101 2004-12-25  Raphael Higino  <raphaelh@cvs.gnome.org>
7102
7103         * configure.ac: Added pt_BR to ALL_LINGUAS.
7104
7105 Fri Dec 24 00:48:44 2004  Jonathan Blandford  <jrb@redhat.com>
7106
7107         * backend/ev-document-bookmarks.c:
7108         (ev_document_bookmarks_get_child): *
7109         backend/ev-document-bookmarks.h: * pdf/xpdf/Makefile.am: *
7110         pdf/xpdf/pdf-document.cc: * pdf/xpdf/pdf-document.h: *
7111         shell/Makefile.am: * shell/ev-sidebar-bookmarks.c:
7112         (ev_sidebar_bookmarks_destroy),
7113         (ev_sidebar_bookmarks_class_init),
7114         (ev_sidebar_bookmarks_construct), (stack_data_free),
7115         (do_one_iteration), (populate_bookmarks_idle),
7116         (ev_sidebar_bookmarks_clear_document),
7117         (ev_sidebar_bookmarks_set_document): *
7118         shell/ev-sidebar-bookmarks.h: * shell/ev-sidebar.c:
7119         (ev_sidebar_add_page),
7120         (ev_sidebar_set_document): * shell/ev-window.c: (ev_window_open):
7121         Initial stab at a bookmarks sidebar.  It doesn't navigate yet, but
7122         it displays both the topics and the page numbers.
7123
7124 2004-12-23  Kristian Høgsberg  <krh@redhat.com>
7125
7126         * shell/ev-window.c (ev_window_view_sidebar_cb): Hook up sidebar
7127         toggle.
7128         * shell/ev-window.c (toggle_entries): Set sidebar default value to
7129         visible.
7130
7131 2004-12-23  Adam Weinberger  <adamw@gnome.org>
7132
7133         * configure.ac: Added en_CA to ALL_LINGUAS.
7134
7135 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
7136
7137         * ChangeLog: replace bottom of this ChangeLog (merged history of
7138         ggv and gpdf; where all paths were wrong and most of the files are
7139         not even in this tree) with ChangeLog (from arch) of the shell
7140         code.
7141
7142 2004-12-23  Havoc Pennington  <hp@redhat.com>
7143
7144         * shell/ev-window.c: hook up potentially-questionable "find
7145         results status text" feature - something involving the sidebar or
7146         scrollbar or a continuous all-pages-on-giant-roll-of-paper-view
7147         might be better in the end.
7148
7149         * shell/ev-view.c (ev_view_get_find_status_message): new function, 
7150         with corresponding signal when it should be updated
7151
7152         * shell/eggfindbar.c (egg_find_bar_set_status_text): new function
7153
7154 2004-12-22  Havoc Pennington  <hp@redhat.com>
7155
7156         * pdf/xpdf/pdf-document.cc (pdf_document_find_begin): make search
7157         find stuff on other pages, sort of (only returns one result on
7158         invisible pages, to show they have results; updates full results
7159         for a page when you view it). Currently repaints the current page
7160         every time a new result is found on any page, which isn't so nice.
7161
7162 2004-12-22  Havoc Pennington  <hp@redhat.com>
7163
7164         * shell/ev-window.c (ev_window_cmd_edit_find): display an error if
7165         the document doesn't support find (better ideas?)
7166         (find_bar_search_changed_cb): handle missing document or document
7167         that doesn't support find
7168
7169         * pdf/xpdf/pdf-document.cc: port to implement the new
7170         EvDocumentFindIface
7171
7172         * backend/ev-document-find.c: create a new interface for searching
7173
7174         * backend/ev-document.h, backend/ev-document.c: delete the find stuff
7175
7176 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
7177
7178         * pdf/xpdf/Makefile.am (libpdfdocument_la_LIBADD): add
7179         libevbackend.la.
7180
7181         * shell/ev-window.c (ev_window_print): add GnomePrintJob to
7182         EvPrintJob constructor arguments.
7183
7184         * backend/ev-ps-exporter.c, backend/ev-ps-exporter.h: interface
7185         for documents that can export PostScript (page by page).
7186
7187         * backend/Makefile.am (libevbackend_la_SOURCES): add them.
7188         
7189         * pdf/xpdf/pdf-document.cc (pdf_document_ps_export_begin)
7190         (pdf_document_ps_export_do_page, pdf_document_ps_export_end)
7191         (pdf_document_ps_exporter_iface_init:
7192         Implement EvPSExporter.
7193
7194         * pdf/xpdf/Makefile.am (libxpdf_la_SOURCES): build PSOutputDev.
7195
7196 2004-12-22  Anders Carlsson  <andersca@gnome.org>
7197
7198         * backend/Makefile.am:
7199         * backend/ev-document-thumbnails.c:
7200         (ev_document_thumbnails_get_type),
7201         (ev_document_thumbnails_get_thumbnail):
7202         * backend/ev-document-thumbnails.h:
7203         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
7204         (pixbuf_document_thumbnails_get_thumbnail),
7205         (pixbuf_document_document_thumbnails_iface_init):
7206         * shell/Makefile.am:
7207         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_destroy),
7208         (ev_sidebar_thumbnails_class_init), (ev_sidebar_thumbnails_init),
7209         (populate_thumbnails), (ev_sidebar_thumbnails_set_document):
7210         * shell/ev-sidebar-thumbnails.h:
7211         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
7212         (ev_sidebar_set_document):
7213         * shell/ev-utils.c: (gaussian), (create_blur_filter),
7214         (create_shadow), (ev_pixbuf_add_shadow):
7215         * shell/ev-utils.h:
7216         Add thumbnail support.
7217         
7218 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
7219
7220         * shell/ev-window.c (ev_window_cmd_file_print, ev_window_print)
7221         (using_postscript_printer): Set up a print dialog for "PostScript
7222         injection" method.
7223
7224         * shell/ev-print-job.h, shell/ev-print-job.c: stub classes for
7225         EvPrintJob.
7226
7227         * shell/Makefile.am (evince_SOURCES): add ev-print-job.[ch]
7228
7229 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
7230
7231         * ps/gtkgs.c: (gtk_gs_init), (set_up_page),
7232         (ps_document_set_target), (ps_document_get_page_size),
7233         (ps_document_render):
7234         * ps/gtkgs.h:
7235
7236         Fix a few bugs
7237
7238 2004-12-22  Christian Rose  <menthos@menthos.com>
7239
7240         * configure.ac: Added "sv" to ALL_LINGUAS.
7241
7242 Wed Dec 22 14:47:38 2004  Jonathan Blandford  <jrb@redhat.com>
7243
7244         * backend/ev-document-bookmarks.[ch]: new interface to indicate
7245         document supports bookmarks.
7246
7247 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
7248
7249         * ps/ggvutils.c: (ggv_file_readable):
7250         * ps/ggvutils.h:
7251         * ps/gtkgs.c: (check_filecompressed), (check_pdf),
7252         (gtk_gs_get_postscript):
7253
7254         Remove unused utils
7255
7256 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
7257
7258         * ps/gtkgs.c: (gtk_gs_init), (gtk_gs_class_init), (gtk_gs_cleanup),
7259         (gtk_gs_finalize), (gtk_gs_set_center), (set_up_page), (output),
7260         (start_interpreter), (compute_size), (gtk_gs_enable_interpreter),
7261         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_reload),
7262         (gtk_gs_emit_error_msg), (gtk_gs_disable_interpreter),
7263         (gtk_gs_load), (gtk_gs_goto_page), (gtk_gs_set_page_size),
7264         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
7265         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
7266         (gtk_gs_set_antialiasing), (ps_document_load),
7267         (ps_document_render):
7268         * ps/gtkgs.h:
7269
7270         Another check point for the ps backend. Now I can get it to show
7271         pages!
7272
7273 Wed Dec 22 13:41:01 2004  Jonathan Blandford  <jrb@redhat.com>
7274
7275         * shell/ev-sidebar.c (ev_sidebar_set_document): initial sidebar
7276         document setting code.
7277
7278 2004-12-22  Anders Carlsson  <andersca@gnome.org>
7279
7280         * shell/eggfindbar.c: (entry_activate_callback):
7281         Animate the next button when activate is pressed.
7282         
7283 2004-12-22  Anders Carlsson  <andersca@gnome.org>
7284
7285         * shell/ev-window.c: (ev_window_cmd_edit_find),
7286         (update_fullscreen_popup), (ev_window_fullscreen),
7287         (ev_window_unfullscreen), (ev_window_state_event_cb),
7288         (ev_window_focus_out_cb), (find_bar_close_cb), (ev_window_init):
7289         Fix bugs in fullscreen code.
7290         
7291 2004-12-22  Anders Carlsson  <andersca@gnome.org>
7292
7293         * Makefile.am:
7294         * configure.ac:
7295         * pixbuf/Makefile.am:
7296         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
7297         (pixbuf_document_load), (pixbuf_document_get_n_pages),
7298         (pixbuf_document_set_page), (pixbuf_document_get_page),
7299         (pixbuf_document_set_target), (pixbuf_document_set_scale),
7300         (pixbuf_document_set_page_offset), (pixbuf_document_get_page_size),
7301         (pixbuf_document_render), (pixbuf_document_begin_find),
7302         (pixbuf_document_end_find), (pixbuf_document_finalize),
7303         (pixbuf_document_class_init),
7304         (pixbuf_document_document_iface_init), (pixbuf_document_init):
7305         * pixbuf/pixbuf-document.h:
7306         * shell/Makefile.am:
7307         * shell/ev-application.c: (ev_application_open):
7308         * shell/ev-window.c: (mime_type_supported_by_gdk_pixbuf),
7309         (ev_window_open):
7310         Add pixbuf backend.
7311         
7312 Tue Dec 21 21:45:43 2004  Soeren Sandmann  <sandmann@redhat.com>
7313
7314         * Makefile.am: 
7315         * dvi/dvilib/Makefile.am:
7316         * dvi/Makefile.am:
7317         * configure.ac: Auto*ify dvi and dvi/dvilib
7318
7319         * dvi/Makefile: Remove from CVS
7320         
7321         * dvi/dvilib/dl-pkfont.cc (unpack_bitmap): Fix uchar/uint
7322         confusion.
7323
7324         * dvi/dvilib/dl-fontdefinition.{cc,hh}: New DviFontMap class
7325         
7326         * dvi/dvilib/dl-vffont.{cc,hh}: Many bugfixes to VF code.
7327         
7328 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
7329
7330         * ps/Makefile.am:
7331         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_finalize),
7332         (gtk_gs_value_adjustment_changed), (compute_size),
7333         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_new_from_file),
7334         (gtk_gs_center_page), (gtk_gs_load), (gtk_gs_set_page_size),
7335         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
7336         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
7337         (gtk_gs_start_scroll), (gtk_gs_get_postscript),
7338         (gtk_gs_set_adjustments), (gtk_gs_set_available_size),
7339         (ps_document_load), (ps_document_get_n_pages),
7340         (ps_document_set_page), (ps_document_get_page),
7341         (ps_document_set_target), (ps_document_set_scale),
7342         (ps_document_set_page_offset), (ps_document_get_page_size),
7343         (ps_document_render), (ps_document_begin_find),
7344         (ps_document_end_find), (ps_document_document_iface_init):
7345         * ps/gtkgs.h:
7346         * shell/Makefile.am:
7347         * shell/ev-window.c: (ev_window_open):
7348
7349         Some work to integrate gtkgs with EvDocument
7350
7351 2004-12-22  Anders Carlsson  <andersca@gnome.org>
7352
7353         * shell/ev-window.c: (update_fullscreen_popup),
7354         (screen_size_changed_cb), (destroy_exit_fullscreen_popup),
7355         (exit_fullscreen_button_clicked_cb),
7356         (fullscreen_popup_size_request_cb), (ev_window_fullscreen),
7357         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
7358         (ev_window_state_event_cb), (ev_window_init):
7359         Add fullscreen support from Epiphany.
7360         
7361 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
7362
7363         * data/ev-stock-zoom-fit-width.png: fit-width
7364         stock icon from gpdf.
7365         
7366         * shell/ev-stock-icons.[ch]: copied from gpdf.
7367         
7368         * shell/main.c: (main): init stock icons.
7369         
7370         * shell/ev-window.c: use the fit-width icon.
7371         
7372         * data/evince-ui.xml: add zooming toolbar items.
7373
7374 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
7375
7376         * shell/ev-view.c: 
7377         (ev_view_best_fit), (ev_view_fit_width): because
7378         get_page_size() returns the scaled page size, we
7379         need to calculate the scale factor relative to
7380         the previous scale factor. Should really just
7381         add get_real_page_size().
7382
7383 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
7384
7385         * shell/ev-view.[ch]:
7386         (ev_view_zoom), (ev_view_zoom_in), (ev_view_zoom_out),
7387         (ev_view_normal_size), (ev_view_best_fit), (ev_view_fit_width):
7388         add zooming.
7389         
7390         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
7391         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_normal_size),
7392         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width):
7393         hook it up.
7394         
7395         * pdf/xpdf/pdf-document.cc:
7396         (pdf_document_begin_find),
7397         (pdf_document_end_find): make static.
7398
7399 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
7400
7401         * pdf/xpdf/GlobalParams.h (setupBaseFontsFc): add prototype.
7402
7403         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): maps base font
7404         names to fontconfig patterns.
7405         (setupBaseFontsFc): setupBaseFonts reimplemented using fontconfig.
7406
7407         * pdf/xpdf/pdf-document.cc (pdf_document_load): use
7408         setupBaseFontsFc.
7409
7410 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
7411
7412         * Makefile.am:
7413         * configure.ac:
7414         * ps/Makefile.am:
7415         * ps/ggvutils.c:
7416         * ps/ggvutils.h:
7417         * ps/gsdefaults.c:
7418         * ps/gsdefaults.h:
7419         * ps/gsio.c:
7420         * ps/gsio.h:
7421         * ps/gtkgs.c:
7422         * ps/gtkgs.h:
7423         * ps/ps.c:
7424         * ps/ps.h:
7425
7426         Import ggv backend. Not hooked up yet.
7427
7428 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
7429
7430         * shell/main.c: (load_files), (main): load files
7431         from the command line.
7432
7433 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
7434
7435         * configure.ac: don't require bonobo.
7436         
7437         * cut-n-paste/recent-files/*: kill bonobo recent
7438         view.
7439
7440         * shell/ev-window.c:
7441         (ev_window_is_empty): upd.
7442         (unable_to_load), (ev_window_open): load backend
7443         based on the mime type.
7444
7445 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
7446
7447         * backend/.cvsignore: ignore generated marshalers source.
7448
7449         * shell/main.c (main): this is not epiphany.
7450
7451 2004-12-22  Havoc Pennington  <hp@redhat.com>
7452
7453         * shell/ev-view.c (ev_view_set_document): connect to "found" signal
7454         (expose_bin_window): draw find highlights
7455
7456         * shell/ev-window.c (find_bar_search_changed_cb): implement 
7457         
7458         * pdf/xpdf/pdf-document.cc (pdf_document_begin_find) 
7459         (pdf_document_end_find): implement this interface
7460
7461         * backend/ev-document.c (ev_document_found): add this to emit
7462         signal
7463
7464 Tue Dec 21 23:57:37 2004  Owen Taylor  <otaylor@redhat.com>
7465
7466         * data/evince-ui.xml: Add a few more toolbar items.
7467
7468         * shell/ev-window.c: Hook up page navigation toolbar 
7469         items.
7470
7471         * shell/ev-view.[ch]: add ev_view_set/get_page and 
7472         a page-changed signal.
7473
7474         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc::
7475         Add ev_document_get_page().
7476
7477         * shell/ev-window.c: Sensitize/desensitize navigation
7478         actions.
7479
7480 2004-12-21  Havoc Pennington  <hp@redhat.com>
7481
7482         * backend/ev-backend-marshal.c,
7483         backend/ev-backend-marshalers.list, backend/Makefile.am: add
7484         marshaler-generator thingy. I'm sure there's a better way to do
7485         this in the modern world.
7486
7487         * backend/ev-document.h (struct _EvDocumentIface): add begin_find,
7488         end_find methods and "found" signal.
7489
7490         * configure.ac: find glib-genmarshal
7491
7492 Tue Dec 21 23:20:35 2004  Jonathan Blandford  <jrb@redhat.com>
7493
7494         * shell/ev-sidebar.c: Construct an actual sidebar.
7495         * shell/ev-sidebar-bookmarks.[ch]:
7496         * shell/ev-sidebar-thumbnails.[ch]: Stub out sidebars.
7497
7498 Tue Dec 21 23:05:51 2004  Owen Taylor  <otaylor@redhat.com>
7499
7500         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc:
7501         Redo size handling.
7502         
7503         * shell/ev-view.c: Track the size from the document.
7504
7505 Tue Dec 21 22:17:04 2004  Owen Taylor  <otaylor@redhat.com>
7506
7507         * pdf/xpdf/pdf-document.cc (pdf_document_load): PDFDoc
7508         constructor assumes ownership of the string passed in.
7509         
7510         * shell/ev-window.c (ev_window_open): Destroy the error
7511         dialog once we've displayed it.
7512
7513 Tue Dec 21 21:58:56 2004  Owen Taylor  <otaylor@redhat.com>
7514
7515         * pdf/xpdf/pdf-document.cc shell/ev-view.c: Hook things up 
7516         a bit, it works! (sort of)
7517
7518         * pdf/xpdf/Makefile.am pdf/xpdf/pdf-document.cc:
7519         Move to .cc since we need to use C++ in the implementation.
7520
7521         * shell/dummy.cc: Add a CC file to force evince
7522         to be linked as a C++ program.
7523
7524 Tue Dec 21 21:07:55 2004  Owen Taylor  <otaylor@redhat.com>
7525
7526         * shell/ev-view.[ch]: Start of content-area widget.
7527
7528         * shell/ev-window.c: Create a EvView, update it
7529         as we change documents.
7530
7531         * shell/Makefile.am shell/ev-marshal.list: Add
7532         generated marshalers.
7533
7534 Tue Dec 21 20:28:11 2004  Jonathan Blandford  <jrb@redhat.com>
7535
7536         * Makefile.am (SUBDIRS): move shell.
7537
7538 Tue Dec 21 19:28:55 2004  Owen Taylor  <otaylor@redhat.com>
7539
7540         * pdf/{goo,fofi,splash,xpdf}/Makefile.am: Switch from
7541         .a to libtool convenience libraries.
7542
7543         * shell/ev-window.c (ev_window_open): Hard code loading
7544         a PDF document.
7545         
7546         * backend/ev-document.h: Add a boolean return to load(),
7547         fix GError * to GError **.
7548
7549         * pdf/xpdf/pdf-document.[ch] Makefile.am: Add a stub
7550         object for a PDF backend EvDocument.
7551
7552 Tue Dec 21 18:55:06 2004  Søren Sandmann  <sandmann@redhat.com>
7553
7554         * dvi/*: New directory with the beginning of a .dvi backend.
7555
7556 2004-12-21  Havoc Pennington  <hp@redhat.com>
7557
7558         * shell/eggfindbar.c (egg_find_bar_init): change buttons to
7559         previous/next instead of back/forward
7560
7561 Tue Dec 21 18:26:24 2004  Owen Taylor  <otaylor@redhat.com>
7562
7563         * backend/ev-document.[ch]: Fix a couple of problems so
7564         it compile.
7565
7566 Tue Dec 21 18:20:40 2004  Owen Taylor  <otaylor@redhat.com>
7567
7568         * viewer/* backend/* configure.ac Makefile.am: Move viewer directory 
7569         to backend/ directory, rename EvViewer to EvDocument.
7570
7571 2004-12-21  Havoc Pennington  <hp@redhat.com>
7572
7573         * shell/ev-window.c: hook up the find bar widget; now we just need
7574         a document to find things in
7575
7576         * shell/eggfindbar.c: a find bar widget
7577
7578 Tue Dec 21 17:20:16 2004  Jonathan Blandford  <jrb@redhat.com>
7579
7580         * shell/ev-sidebar.[ch]: initial sidebar boilerplate.
7581
7582 Tue Dec 21 16:30:58 2004  Owen Taylor  <otaylor@redhat.com>
7583
7584         * pdf/**: Import of xpdf code from gpdf. 
7585
7586         * pdf/xpdf/xpdfconfig.h: Move the non-config.h config.h to xpdfconfig.h
7587
7588         * pdf/splash/SplashFTFont.{cc,h} pdf/splash/SplashFTFont.h
7589         pdf/splash/SplashFTFontEngine.h pdf/splash/SplashFTFontFile.h: 
7590         Fix FreeType includes.
7591
7592         * pdf/xpdf/{Error.h GnomeVFSStream.cc ImageOutputDev.cc PDFDoc.cc\
7593         pdffonts.cc pdfimages.cc pdfinfo.cc pdftoppm.cc pdftops.cc
7594         pdftotext.cc PSOutputDev.cc PSOutputDev.h SplashOutputDev.h
7595         Stream.cc TextOutputDev.cc XPDFApp.cc xpdf.cc XPDFViewer.cc
7596         pdf/xpdf/Error.h PSOutputDev.h SplashOutputDev.h}:
7597         Include xpdfconfig.h
7598         
7599 Tue Dec 21 16:08:17 2004  Jonathan Blandford  <jrb@redhat.com>
7600
7601         * shell/ev-window.c (ev_window_dispose): dispose can be called
7602         multiple times.
7603
7604 2004-12-21  Havoc Pennington  <hp@redhat.com>
7605
7606         * shell/ev-window.c (ev_window_init): set title to Document Viewer
7607         rather than Evince
7608
7609         * data/evince-ui.xml, shell/ev-window.c: add a bunch of stub menu
7610         items; really they should be synced with the strings, etc. from
7611         current gpdf, but just getting the boring typing out of the way 
7612
7613 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
7614
7615         * po/POTFILES.in:
7616         * shell/ev-application.c: (window_destroy_cb):
7617         * shell/ev-window.c:
7618         * shell/main.c: (main):
7619
7620         Actually show the window...
7621
7622 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
7623
7624         * Makefile.am:
7625         * shell/Makefile.am:
7626         * shell/ev-application.c: (ev_application_class_init):
7627         * shell/ev-window.c: (ev_window_dispose), (ev_window_class_init):
7628
7629         Make it build again
7630
7631 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
7632
7633         Import to gnome cvs.
7634         
7635         * Remove copies of gpdf and ggv trees.
7636         * Rip out all the recursive configure code.
7637         * Remove bonobo machinery.
7638         * viewer/*: GInterfaces that backends should/can implement.
7639
7640 2004-11-09  Martin Kretzschmar  <m_kretzschmar@gmx.net>
7641
7642         * shell/ev-window.c (ev_window_cmd_help_about): fix "documentors"
7643         typo
7644
7645 2004-10-28  Martin Kretzschmar  <m_kretzschmar@gmx.net>
7646
7647         * shell/ev-application.c (EV_APPLICATION_GET_PRIVATE)
7648         (ev_application_finalize, ev_application_class_init)
7649         (ev_application_init): use GType instance private data for priv.
7650     
7651         * shell/ev-window.c (EV_WINDOW_GET_PRIVATE)
7652         (ev_window_finalize, ev_window_class_init)
7653         (ev_window_init): ditto.
7654
7655 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
7656
7657         * shell/ev-application.c (ev_application_new_window): make public
7658         (ev_application_show_initial_window): kill.
7659     
7660         * shell/ev-application.h: update prototypes.
7661     
7662         * shell/main.cc (main): inline ev_application_show_initial_window.
7663
7664 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
7665
7666         * shell/ev-application.c (ev_application_new_window): impl.
7667         (ev_application_show_initial_window): use it.
7668         (is_window_empty, ev_application_get_empty_window): returns an
7669         existing empty window or a new one.
7670         (ev_application_open): from ev_window_cmd_file_open.
7671     
7672         * shell/ev-application.h: update prototypes
7673     
7674         * shell/ev-window.c (ev_window_is_empty): impl.
7675         (ev_window_open): make public.
7676         (ev_window_cmd_file_open): use ev_application_open
7677     
7678         * shell/ev-window.h: update prototypes, remove unused.
7679
7680 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
7681
7682         * shell/ev-window.c (ev_window_destroy, ev_window_class_init):
7683         move destroy handler out of here...
7684     
7685         * shell/ev-application.c, shell/ev-application.h: ...into this new
7686         class. Also handles initial window creation.
7687     
7688         * shell/main.cc (main): use EvApplication to create initial
7689         window.
7690
7691 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
7692
7693         * Makefile.am (SUBDIRS): add cut-n-paste
7694     
7695         * cut-n-paste/Makefile.am: add
7696     
7697         * configure.ac: generate Makefiles in cut-n-paste
7698
7699 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
7700
7701         * shell/ev-window.c (ev_window_dispose): new, unref the ui_manager
7702         (ev_window_class_init): install ev_window_dispose.
7703
7704 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
7705
7706         * shell/ev-window.h, shell/ev-window.c: replace gchar with
7707         char (gchar looks stupid).
7708
7709 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
7710
7711         * po/de.po: updated German translation.
7712
7713 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
7714
7715         * configure.ac: add more pkg-config library checks for gnome-vfs,
7716         bonobo etc.
7717     
7718         * gpdf/configure.in: temporarily disable libpaper
7719         checks. Otherwise I'd have to add the checks for the shell, too.
7720
7721 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
7722
7723         * shell/ev-window.c (ev_window_cmd_file_open): add ps+pdf, ps, pdf
7724         and * file filters to the file choose.
7725
7726 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
7727
7728         * po/de.po: Updated German translation.
7729
7730 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
7731
7732         * shell/ev-window.c: use "S" as mnemonic for Statusbar.
7733
7734 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
7735
7736         * data/evince-ui.xml: add View->Toolbar and View->Statusbar.
7737     
7738         * shell/ev-window.c (menu_item_select_cb, menu_item_select_cb)
7739         (ev_window_init): implement those menuitems.
7740
7741 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
7742
7743         * data/evince-ui.xml: add a toolbar (with FileOpen action)
7744     
7745         * shell/ev-window.c (ev_window_init): use the toolbar.
7746
7747 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
7748
7749         * shell/ev-window.c (ev_window_init): use menu translations
7750
7751 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
7752
7753         * configure.ac: add "de" to ALL_LINGUAS.
7754     
7755         * po/de.po: add German translation.
7756
7757 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
7758
7759         * Makefile.am (SUBDIRS): add po
7760     
7761         * configure.ac: check intltool, glib-gettext etc, generate
7762         po/Makefile.in
7763     
7764         * po, po/POTFILES.in, po/POTFILES.skip: new.
7765
7766 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
7767
7768         * shell/Makefile.am (INCLUDES): define GNOMELOCALEDIR which we
7769         already use (#ifdef ENABLE_NLS)
7770     
7771         * shell/ev-window.c (ev_window_cmd_help_about): fix two star
7772         pointer indirection thinko.
7773     
7774         * shell/main.c: include gi18n.h for bindtextdomain etc.
7775
7776 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
7777
7778         * shell/ev-window.c (menu_item_select_cb, menu_item_deselect_cb)
7779         (connect_proxy_cb, disconnect_proxy_cb, ev_window_init): show
7780         tooltips for menu items in the statusbar.
7781
7782 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
7783
7784         * configure.ac, data/Makefile.am, shell/Makefile.am: use
7785         pkgdatadir drop UIDIR
7786
7787 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
7788
7789         * data/evince-ui.xml: Add File->Open menu item
7790     
7791         * shell/ev-window.c (ev_window_cmd_file_open): impl. (shows a file
7792         chooser), hook it up in the ui manager.
7793
7794 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
7795
7796         * shell/ev-window.c: fix Help->About tooltip.
7797
7798 2004-10-23 Martin Kretzschmar  <m_kretzschmar@gmx.net>
7799
7800         * configure.ac: set CFLAGS for libevprivate.
7801     
7802         * lib/ev-stock-icons.h, lib/ev-stock-icons.c: stock icon
7803         definitions, factory etc.
7804     
7805         * lib/Makefile.am: build libevprivate.a (only stock icon code).
7806     
7807         * shell/Makefile.am: link against libevprivate.a.
7808     
7809         * shell/ev-window.c (entries): add stock icon to Help->About.
7810     
7811         * shell/main.c (main): init stock icon code.
7812
7813 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
7814
7815         * lib/recent-files: egg recent files code
7816     
7817         * lib/Makefile.am: add.
7818     
7819         * Makefile.am: add lib subdir.
7820     
7821         * configure.ac: gen. lib/Makefile and lib/recent-files/Makefile,
7822         set CFLAGS for recent-files.
7823
7824 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
7825
7826         * configure.ac: disable -ansi and -pedantic gcc flags. They
7827         disable POSIX stuff in stdio.h, but egg-recent uses them.
7828
7829 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net> 
7830
7831         * configure.ac: add --disable-deprecated flag (defaults to on in
7832         "cvs" builds).
7833     
7834         * shell/Makefile.am (INCLUDES): use it.
7835
7836 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
7837
7838         * shell/main.c: add missing #include.
7839     
7840         * shell/ev-window.c: fix for pedantic gcc.
7841         (ev_window_cmd_help_about): split license into paragraphs for
7842         translators and pedantic compilers.
7843
7844 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
7845
7846         * configure.ac: add more warning flags if compiling with gcc from
7847         cvs (or explicitly requested with --enable-more-warnings).
7848
7849 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
7850
7851         * data/evince-ui.xml: add File and File->Close menu.
7852     
7853         * shell/ev-window.c (ev_window_cmd_file_close_window): impl.
7854         (ev_window_destroy): quit after destroy.
7855         (ev_window_class_init): override GtkObject::destroy.
7856         (entries): install close_window callback.
7857
7858 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
7859
7860         * Makefile.am (SUBDIRS): add data subdir.
7861     
7862         * configure.ac (UIDIR): gen data/Makefile, define UIDIR.  Require
7863         gtk+ 2.5.0 for GtkAboutDialog.
7864     
7865         * data/Makefile.am, data/evince-ui.xml: add, ui definition for the
7866         main window.
7867     
7868         * shell/Makefile.am (INCLUDES): propagate UIDIR definition.
7869     
7870         * shell/ev-window.c (ev_window_init): create a menubar, using a ui
7871         manager.
7872         (ev_window_cmd_help_about): about command, using GtkAboutDialog.
7873
7874 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
7875
7876         * shell/ev-window.c, shell/ev-window.h: Created an EvWindow class.
7877
7878 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
7879
7880         * shell/main.c: make it a trivial gtk+ program, adjust configure.ac
7881
7882 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
7883
7884         * shell/*: Added shell directory boilerplate, build it.
7885
7886 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
7887
7888         * configure.ac, Makefile.am: Added top-level configure.ac and
7889         Makefile.am