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