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