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