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