]> www.fi.muni.cz Git - evince.git/blob - ChangeLog
unref the pixbuf iff it exists.
[evince.git] / ChangeLog
1 Thu Jun 30 01:50:14 2005  Jonathan Blandford  <jrb@redhat.com>
2
3         * shell/ev-pixbuf-cache.c (clear_selection_if_needed): unref the
4         pixbuf iff it exists.
5
6 Thu Jun 30 01:43:00 2005  Jonathan Blandford  <jrb@redhat.com>
7
8         * shell/*:
9         * backend/ev-render-context.[ch]:
10         * backend/ev-selection.[ch]:
11
12         Massive changes.  We now support text selection of pdfs, and not
13         just rectangular selection.  This is pretty broken still, but I
14         want to get something into CVS.
15
16 2005-06-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
17
18         * pdf/ev-poppler.cc:
19         
20         Fix for Bug 309080: crash on window close.
21         
22         * shell/ev-page-action.c: (page_changed_cb):
23         
24         Fix for Bug 309168: Fix build with gcc 2.95. Thanks to
25         jensgr@gmx.net (Jens Granseuer).
26
27 2005-06-25  Marcel Telka  <marcel@telka.sk>
28
29         * configure.in (ALL_LINGUAS): Added sk.
30
31 2005-06-24  Carlos Garcia Campos  <carlosgc@gnome.org>
32
33         * shell/ev-window.c: Make rotate menu entries unsensitive if there is
34         not a document open
35
36 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
37
38         * NEWS:
39         * configure.ac:
40
41         Release 0.3.2
42
43         * cut-n-paste/recent-files/Makefile.am:
44
45         Fix make distcheck
46
47 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
48
49         * pixbuf/pixbuf-document.c: (pixbuf_document_get_orientation),
50         (pixbuf_document_set_orientation), (rotate_pixbuf),
51         (pixbuf_document_get_page_size), (pixbuf_document_render_pixbuf),
52         (pixbuf_document_document_iface_init), (pixbuf_document_init):
53
54         Implement rotation and cleanup the code a bit.
55
56         * tiff/tiff-document.c: (tiff_document_get_page_size),
57         (tiff_document_get_orientation), (tiff_document_set_orientation),
58         (rotate_pixbuf), (tiff_document_render_pixbuf),
59         (tiff_document_document_iface_init), (tiff_document_init):
60
61         Implement rotation. Was the quicker solution for the release
62         but we really need to share this code in the shell.
63
64 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
65
66         * pdf/ev-poppler.cc:
67
68         Enable rotation, require poppler cvs. Fix a leak.
69
70 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
71
72         * shell/ev-window.c: (update_action_sensitivity):
73         
74         Make properties unsensitive if document backend doesn't provide
75         any info
76
77 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
78
79         * dvi/mdvi-lib/bitmap.c: (bitmap_alloc), (bitmap_alloc_raw),
80         (bitmap_flip_horizontally), (bitmap_flip_vertically),
81         (bitmap_flip_diagonally), (bitmap_rotate_clockwise),
82         (bitmap_rotate_counter_clockwise), (bitmap_flip_rotate_clockwise),
83         (bitmap_flip_rotate_counter_clockwise):
84         * dvi/mdvi-lib/color.c: (mdvi_push_color), (get_color_table):
85         * dvi/mdvi-lib/common.c: (read_string), (buff_free), (buff_add),
86         (buff_gets):
87         * dvi/mdvi-lib/common.h:
88         * dvi/mdvi-lib/dvimisc.c: (mdvi_push_color):
89         * dvi/mdvi-lib/dviread.c: (get_bytes), (dreset), (define_font),
90         (opendvi), (mdvi_reload), (mdvi_init_context),
91         (mdvi_destroy_context), (mdvi_dopage), (special):
92         * dvi/mdvi-lib/font.c: (font_drop_one), (font_free_unused):
93         * dvi/mdvi-lib/fontmap.c: (read_encoding), (destroy_encoding),
94         (file_hash_free), (register_encoding), (parse_spec),
95         (mdvi_load_fontmap), (free_ent), (mdvi_init_fontmaps),
96         (mdvi_add_fontmap_file), (mdvi_ps_read_fontmap),
97         (mdvi_ps_flush_fonts), (mdvi_ps_find_font), (mdvi_ps_get_metrics):
98         * dvi/mdvi-lib/fontsrch.c: (mdvi_list_font_class),
99         (mdvi_register_font_type), (mdvi_unregister_font_type),
100         (lookup_font), (mdvi_add_font), (mdvi_font_retry):
101         * dvi/mdvi-lib/gf.c: (gf_read_bitmap), (gf_load_font):
102         * dvi/mdvi-lib/hash.c: (mdvi_hash_remove), (mdvi_hash_remove_ptr),
103         (mdvi_hash_destroy_key), (mdvi_hash_reset):
104         * dvi/mdvi-lib/pagesel.c: (mdvi_parse_range),
105         (mdvi_parse_page_spec), (mdvi_free_page_spec), (main):
106         * dvi/mdvi-lib/paper.c: (mdvi_free_paper_specs):
107         * dvi/mdvi-lib/pk.c: (pk_lookup), (pk_lookupn), (pk_load_font):
108         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
109         * dvi/mdvi-lib/special.c: (mdvi_register_special),
110         (mdvi_unregister_special), (mdvi_flush_specials):
111         * dvi/mdvi-lib/t1.c: (t1_lookup_font), (t1_really_load_font),
112         (t1_font_remove):
113         * dvi/mdvi-lib/tfm.c: (get_tfm_chars):
114         * dvi/mdvi-lib/tfmfile.c: (afm_load_file), (tfm_load_file),
115         (ofm1_load_file), (ofm_load_file), (get_font_metrics),
116         (free_font_metrics), (flush_font_metrics):
117         * dvi/mdvi-lib/tt.c: (tt_really_load_font), (tt_get_bitmap),
118         (tt_font_remove):
119         * dvi/mdvi-lib/util.c: (mdvi_malloc), (mdvi_realloc),
120         (mdvi_calloc), (mdvi_free), (mdvi_strdup), (mdvi_strncpy),
121         (mdvi_strndup), (mdvi_memdup), (xstradd), (dstring_append),
122         (dstring_insert), (dstring_new), (dstring_reset):
123         * dvi/mdvi-lib/vf.c: (vf_load_font), (vf_free_macros):
124         
125         Rename xmalloc and xfree to mdvi_malloc and mdvi_free to
126         avoid conflict with libtool on FC4
127         
128         * shell/ev-window.c: (ev_window_cmd_help_about):
129         
130         Update copyright year. Fix for bug 308828.
131
132 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
133
134         * shell/ev-view.c: (add_scroll_binding_keypad),
135         (ev_view_binding_activated), (ev_view_class_init),
136         (on_adjustment_value_changed):
137         
138         Bug 170874: Arrow keys switch pages in presentation mode
139
140 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
141
142         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
143         
144         Fix for Bug 308265: Sidebar dissappears coming out of 
145         Presentation mode
146
147 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
148
149         * shell/ev-application.c: (ev_application_open):
150         * shell/ev-document-types.c: (ev_document_types_add_filters),
151         (ev_document_types_add_filters_for_type):
152         * shell/ev-document-types.h:
153         * shell/ev-window.c: (ev_window_cmd_save_as):
154         
155         Suggest basename as template when saving, provide filters
156         for save dialog. It's bug 308402
157
158 2005-06-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
159
160         * pdf/ev-poppler.cc:
161         * shell/ev-sidebar-links.c: (job_finished_callback):
162         * shell/ev-view.c: (update_find_status_message):
163         
164         Some leaks fixed
165
166 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
167
168         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
169         (egg_recent_view_uimanager_set_list):
170
171         Fix buglet in !show_numbers case.
172
173 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
174
175         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
176         (connect_proxy_cb), (egg_recent_view_uimanager_set_list):
177
178         Use pango ellipsisation.
179
180         * pdf/ev-poppler.cc:
181
182         Fix refcount leak, from nsh.
183
184 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
185
186         * cut-n-paste/recent-files/Makefile.am:
187         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
188         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
189         
190         Removed EggRecentViewGtk
191         
192         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
193         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
194         * shell/ev-window.c: (ev_window_cmd_recent_file_activate),
195         (ev_window_setup_recent):
196         
197         Use ViewUIManager instead of ViewGtk. Less leaks, more compatibility
198         with other projects
199
200 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
201
202         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
203         (egg_recent_view_gtk_finalize):
204
205         Fix memory leak
206
207         * cut-n-paste/toolbar-editor/Makefile.am:
208         
209         Fix location of cursor icon.
210         
211         * pdf/ev-poppler.cc:
212         * shell/ev-page-action.c: (build_new_tree_cb), (match_selected_cb),
213         (display_completion_text), (match_completion):
214         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
215         (selection_changed_callback), (create_loading_model),
216         (print_section_cb), (links_page_num_func),
217         (update_page_callback_foreach):
218         * shell/ev-window.c: (ev_window_dispose):
219         
220         Small memory fixes. Links model now store objects instead
221         of pointers to improve memory management. 
222
223 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
224
225         * shell/ev-window.c: (zoom_control_changed_cb):
226         
227         Fix update of zoom control (bug 308268).
228
229 Sat Jun 18 22:46:42 2005  Jonathan Blandford  <jrb@redhat.com>
230
231         * shell/ev-properties.c (set_property): escape the text correctly.
232         Handles non-UTF-8 properties and escaped properties.  Also, sets
233         the text to "<i>None</i>" if the property isn't set.
234
235         * data/evince-properties.glade: Change the label to be ellipsized,
236         and give it a minimum size.
237
238 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
239
240         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown):
241         * shell/ev-sidebar-links.c: (create_loading_model):
242         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
243         * shell/ev-view.c: (ev_view_set_document):
244         * shell/ev-window.c: (ev_window_dispose):
245         
246         Various small fixes, mostly memory leaks. Thanks to valgrind.
247
248 2005-06-19  Martin Kretzschmar  <martink@gnome.org>
249
250         * ps/ps-document.c: remove the locale.h include again ;-). And
251         kill the (bogus) setlocale/savelocale business.
252
253 2005-06-19   Jaap A. Haitsma <jaap@haitsma.org>
254
255         * ps/ps-document.c:
256         
257         Include locale.h to fix build
258         
259         * shell/ev-sidebar.c:
260         
261         Remove unnecessary includes
262
263 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
264
265         * dvi/dvi-document.c: (dvi_document_load):
266         * dvi/mdvi-lib/dviread.c: (mdvi_init_context):
267         * po/POTFILES.in:
268         
269         Check for incorrect dvi files. Fix parsing dvi on AMD64
270         platform. Thanks to tester@tester.ca (Olivier Crete).
271
272 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
273
274         * shell/ev-page-action.c: (match_selected_cb),
275         (display_completion_text), (match_completion), (update_model):
276         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
277         (expand_open_links):
278         * shell/ev-sidebar.c: (ev_sidebar_destroy),
279         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_add_page),
280         (ev_sidebar_set_document):
281         * shell/ev-window.c: (ev_window_xfer_job_cb),
282         (sidebar_widget_model_set), (sidebar_page_main_widget_update_cb):
283         
284         Fixed lot's of memory leaks, for example, memory leak on reload, 
285         described in bug 307793.
286
287 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
288
289         * pdf/ev-poppler.cc:
290         * shell/ev-sidebar-thumbnails.c: (clear_range), (add_range),
291         (update_visible_range), (adjustment_changed_cb),
292         (ev_sidebar_thumbnails_fill_model),
293         (ev_sidebar_thumbnails_refresh),
294         (ev_sidebar_tree_selection_changed),
295         (ev_sidebar_icon_selection_changed),
296         (ev_sidebar_thumbnails_use_icon_view),
297         (ev_sidebar_thumbnails_set_document):
298         * shell/ev-sidebar-thumbnails.h:
299         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
300         (ev_window_cmd_edit_rotate_right), (ev_window_init):
301
302         Refresh thumbnails when changing orientation. Not fully
303         working yet becuase of a sidebar bug.
304
305         Set page orientation to poppler page everywhere. This sucks
306         really need to fix poppler.
307
308 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
309
310         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
311         (egg_recent_view_gtk_new_menu_item),
312         (egg_recent_view_gtk_set_property),
313         (egg_recent_view_gtk_get_property),
314         (egg_recent_view_gtk_class_init), (egg_recent_view_gtk_init),
315         (egg_recent_view_gtk_set_tooltip_func),
316         (egg_recent_view_gtk_set_label_width),
317         (egg_recent_view_gtk_get_label_width):
318         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
319
320         Sync with libegg (ellipsize labels)
321
322 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
323
324         * data/evince-ui.xml:
325         * shell/ev-window.c: (ev_window_cmd_go_forward),
326         (ev_window_cmd_go_backward):
327         
328         Shift + PageUp moves 10 Pages. Fix for 306125
329
330 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
331
332         * pdf/ev-poppler.cc:
333
334         Add a flag to check if orientation has been overriden
335
336 2005-06-17  Martin Kretzschmar  <martink@gnome.org>
337
338         * ps/ps.c (psscan, psfree): read "Creator:" comment, free creator
339         field if necessary.
340
341         * ps/ps.h: add creator field to document.
342
343         * ps/ps-document.c (ps_document_get_info): set format to PostScript,
344         set creator field.
345
346 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
347
348         * data/evince-properties.glade:
349         * shell/ev-properties.c: (ev_properties_set_document):
350
351         s/PDF Version/Format
352
353 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
354
355         * shell/ev-properties.c: (ev_properties_set_document):
356
357         Remove unnecessary translations
358
359 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
360
361         * cut-n-paste/toolbar-editor/Makefile.am:
362
363         Correct library name    
364
365 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
366
367         * configure.ac:
368         * cut-n-paste/recent-files/egg-recent-model.c:
369         (egg_recent_model_write_raw), (egg_recent_model_lock_file),
370         (egg_recent_model_unlock_file):
371         * cut-n-paste/recent-files/egg-recent-util.c:
372         (egg_recent_util_get_unique_id):
373         * cut-n-paste/recent-files/update-from-egg.sh:
374         * cut-n-paste/toolbar-editor/Makefile.am:
375         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
376         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
377         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
378         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
379         (egg_toolbars_model_get_type):
380         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
381
382         Better makefile for toolbar editor and update everything
383         to latest libegg.
384
385 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
386
387         * shell/ev-window.c: (update_document_mode):
388
389         Prefer presentation mode when the document
390         require fullscreen.
391
392 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
393
394         * data/evince-ui.xml:
395         * shell/ev-window.c:
396
397         Add control-equal for zooming
398
399 2005-06-17  Theppitak Karoonboonyanan  <thep@linux.thai.net>
400
401         * configure.ac: Added 'th' (Thai) to ALL_LINGUAS.
402
403 2005-06-16  Marco Pesenti Gritti  <mpg@redhat.com>
404
405         * backend/ev-document.c: (ev_document_get_orientation):
406         * backend/ev-document.h:
407         * pdf/ev-poppler.cc:
408         * ps/ps-document.c: (ps_document_get_orientation),
409         (ps_document_set_orientation), (ps_document_document_iface_init):
410
411         Add a get_orientation api. Improve set_orientation.
412
413         * data/evince-ui.xml:
414         * shell/ev-view.c: (ev_view_set_orientation),
415         (ev_view_rotate_right), (ev_view_rotate_left):
416         * shell/ev-view.h:
417         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
418         (ev_window_cmd_edit_rotate_right):
419
420         Better ui for changing document orientation
421
422 2005-06-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
423
424         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_property),
425         (ev_sidebar_links_class_init), (ev_sidebar_links_get_label):
426         * shell/ev-sidebar-links.h:
427         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
428         (ev_sidebar_page_iface_init):
429         * shell/ev-sidebar-page.h:
430         * shell/ev-sidebar-thumbnails.c:
431         (ev_sidebar_thumbnails_get_property),
432         (ev_sidebar_thumbnails_class_init),
433         (ev_sidebar_thumbnails_set_document):
434         * shell/ev-sidebar-thumbnails.h:
435         * shell/ev-view.c: (ev_view_motion_notify_event):
436         * shell/ev-window.c: (update_chrome_visibility),
437         (ev_window_cmd_focus_page_selector),
438         (ev_window_update_fullscreen_popup), (view_actions_focus_in_cb),
439         (sidebar_page_main_widget_update_cb), (ev_window_init):
440         
441         Autoraise toolbar on GoToPage binding and fix bindings in
442         EvSidebarThumbnails page.
443
444 2005-06-15  Christian Persch  <chpe@cvs.gnome.org>
445
446         * shell/ev-properties.c: (update_progress_label):
447
448         Hide the progress label when finished; bug #307697.
449
450 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
451
452         * pdf/ev-poppler.cc:
453
454         Enable is_open for links, you will need poppler cvs
455
456         * shell/ev-properties.c: (job_fonts_finished_cb):
457
458         Get a lock on the document when filling the tree view
459
460 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
461
462         * backend/ev-document-links.h:
463         * pdf/ev-poppler.cc:
464         * shell/ev-sidebar-links.c: (create_loading_model),
465         (expand_open_links), (job_finished_callback):
466
467         Expand links when specified by the document.
468         Depend on a poppler api (defined out for now)
469
470 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
471
472         * shell/ev-properties.c: (ev_properties_dispose),
473         (ev_properties_class_init), (dialog_destroy_cb),
474         (ev_properties_init), (job_fonts_finished_cb), (setup_fonts_view),
475         (ev_properties_set_document), (ev_properties_new),
476         (ev_properties_show):
477         * shell/ev-properties.h:
478
479         Make it an object, cleanup the code, api to show it as transient
480         and to set the document.
481
482         * shell/ev-window.c: (ev_window_setup_document),
483         (ev_window_cmd_file_properties):
484
485         Adapt to EvProperties changes, do not show multiple
486         times, update it when document changes.
487
488 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
489
490         * ps/gstypes.h:
491         * ps/ps-document.c: (ps_document_init), (get_page_orientation),
492         (ps_document_set_orientation), (ps_document_document_iface_init):
493         * ps/ps-document.h:
494
495         Implement orientation here too
496
497         * shell/ev-properties.c: (ev_properties_new):
498         * data/evince-properties.glade:
499
500         Hide the fonts page for backends that doesnt
501         support it.     
502
503 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
504
505         * backend/ev-document.c: (ev_document_set_orientation):
506         * backend/ev-document.h:
507         * pdf/ev-poppler.cc:
508
509         Add orientation api. Currently poppler api is not optimal,
510         we need to set orientation every time we _get a page.
511         I will try to fix that at some point.
512
513         * data/evince-ui.xml:
514         * shell/ev-window.c: (ev_window_cmd_edit_landscape),
515         (ev_window_cmd_edit_portrait), (ev_window_cmd_edit_flip):
516
517         Add orientation menu items
518
519         * shell/ev-page-cache.c: (ev_page_cache_clear):
520         * shell/ev-page-cache.h:
521
522         Add api to clear the cache
523
524         * shell/ev-view.c: (setup_caches), (clear_caches),
525         (ev_view_set_document), (ev_view_zoom_out),
526         (ev_view_set_orientation):
527         * shell/ev-view.h:
528
529         Implement orientation changing
530
531 2005-06-13  Marco Pesenti Gritti <mpg@redhat.com>
532
533         * backend/ev-document-fonts.c: (ev_document_fonts_get_progress),
534         (ev_document_fonts_scan), (ev_document_fonts_fill_model):
535         * backend/ev-document-fonts.h:
536
537         Separate scan and fill so that we can incrementally fill from
538         the main thread. Add a progress api.
539
540         * data/evince-properties.glade:
541         * pdf/ev-poppler.cc:
542         * shell/ev-jobs.c: (ev_job_fonts_new), (ev_job_fonts_run):
543         * shell/ev-jobs.h:
544         * shell/ev-properties.c: (update_progress_label),
545         (job_fonts_finished_cb), (setup_fonts_view):
546
547         Incrementally feel the list and show the progress
548         percentage in a label like acrobat does.
549
550         You are going to need poppler cvs
551
552 2005-06-11  Marco Pesenti Gritti <mpg@redhat.com>
553
554         * backend/ev-document-fonts.c: (ev_document_fonts_fill_model):
555         * backend/ev-document-fonts.h:
556         * pdf/ev-poppler.cc:
557
558         Make fonts model fill incrementally.
559
560         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
561         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
562         (ev_job_queue_remove_job):
563         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
564         (ev_job_fonts_new), (ev_job_fonts_run):
565         * shell/ev-jobs.h:
566
567         New job for fonts scanning
568
569         * shell/ev-properties.c: (job_fonts_finished_cb),
570         (fill_fonts_treeview), (setup_fonts_view), (ev_properties_new):
571         * shell/ev-properties.h:
572         * shell/ev-window.c: (ev_window_cmd_file_properties):
573
574         Incrementally feel the treeview using the new job. Show Loading...
575         message until scanning is completed.
576
577         Hopefully I didnt break the build without the poppler patch.
578
579 2005-06-10  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
580
581         * shell/ev-application.c: (ev_application_open):
582         * shell/ev-document-types.c: (ev_document_type_from_from_mime),
583         (ev_document_type_get_type), (ev_document_type_lookup):
584         * shell/ev-document-types.h:
585         * shell/ev-job-xfer.c: (ev_job_xfer_dispose), (ev_job_xfer_run):
586         * shell/ev-job-xfer.h:
587         * shell/ev-window.c: (ev_window_clear_local_uri),
588         (ev_window_load_job_cb), (ev_window_xfer_job_cb),
589         (ev_window_open_uri), (ev_window_add_recent), (ev_window_dispose):
590         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
591         
592         Transfer remote documents to tmp directory to display them later.
593
594 2005-06-10  Marco Pesenti Gritti <mpg@redhat.com>
595
596         * backend/ev-document-info.h:
597         * shell/ev-properties.c: (ev_properties_new):
598
599         s/GTime*/GTime. Not sure why we was using a pointer
600         at all there!
601
602 Wed Jun  8 01:04:22 2005  Jonathan Blandford  <jrb@redhat.com>
603
604         * shell/ev-sidebar-thumbnails.c: Use a GtkIconView in certain
605         situations.  That situation is that you're using GTK+-HEAD with
606         the patch at #306726 is applied, and you have a document with <
607         1500 pages in it.  It's not quite as uniformly nice as the
608         TreeView, but should be better in the long run.
609
610         I'm pretty sure I guarded against breaking compilation with
611         HAVE_GTK_ICON_VIEW_GET_VISIBLE_RANGE gaurds, though it's possible
612         I missed some.
613
614         * shell/ev-window.c (ev_window_init): We don't have our tree/list
615         widget yet, so I commented that code out
616         enable_view_actions_for_widget() for now.  Need to figure this
617         out.
618
619         * shell/ev-page-action.c (match_selected_cb): emit the right
620         signals.  Our cool C-l completion now works.
621
622 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
623
624         * backend/Makefile.am:
625         * backend/ev-document-fonts.c:
626         * backend/ev-document-links.c:
627         * backend/ev-document.c: (ev_document_load):
628         * backend/ev-document.h:
629         * backend/ev-job-queue.c:
630         * backend/ev-job-queue.h:
631         * backend/ev-jobs.c:
632         * backend/ev-jobs.h:
633         * backend/ev-page-cache.c:
634         * backend/ev-page-cache.h:
635
636         EvPageCache and EvJobs are moved to shell.
637
638         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown),
639         (ev_tmp_filename):
640         * lib/ev-file-helpers.h:
641         
642         New helper to work with temporary files
643         
644         * shell/Makefile.am:
645         * shell/ev-application.c: (ev_application_open):
646         * shell/ev-application.h:
647         * shell/ev-job-queue.c: (remove_job_from_queue_locked),
648         (remove_job_from_async_queue), (add_job_to_async_queue),
649         (add_job_to_queue_locked), (notify_finished), (job_finished_cb),
650         (handle_job), (search_for_jobs_unlocked),
651         (no_jobs_available_unlocked), (ev_render_thread),
652         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
653         (ev_job_queue_add_job), (move_job_async), (move_job),
654         (ev_job_queue_update_job), (ev_job_queue_remove_job):
655         * shell/ev-job-queue.h:
656         * shell/ev-job-xfer.c: (ev_job_xfer_init), (ev_job_xfer_dispose),
657         (ev_job_xfer_class_init), (ev_job_xfer_new), (ev_job_xfer_run):
658         * shell/ev-job-xfer.h:
659         * shell/ev-jobs.c: (ev_job_init), (ev_job_dispose),
660         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
661         (ev_job_links_class_init), (ev_job_render_init),
662         (ev_job_render_dispose), (ev_job_render_class_init),
663         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
664         (ev_job_thumbnail_class_init), (ev_job_load_init),
665         (ev_job_load_dispose), (ev_job_load_class_init), (ev_job_finished),
666         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
667         (render_finished_cb), (ev_job_render_run), (ev_job_thumbnail_new),
668         (ev_job_thumbnail_run), (ev_job_load_new), (ev_job_load_run):
669         * shell/ev-jobs.h:
670         * shell/ev-page-action.c: (ev_page_action_set_document):
671         * shell/ev-page-cache.c: (ev_page_cache_init),
672         (ev_page_cache_class_init), (ev_page_cache_finalize),
673         (ev_page_cache_new), (ev_page_cache_get_n_pages),
674         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
675         (ev_page_cache_set_page_label), (ev_page_cache_set_link),
676         (ev_page_cache_get_title), (ev_page_cache_get_size),
677         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
678         (ev_page_cache_get_height_to_page),
679         (ev_page_cache_get_max_label_chars),
680         (ev_page_cache_get_page_label),
681         (ev_page_cache_has_nonnumeric_page_labels),
682         (ev_page_cache_get_info), (ev_page_cache_next_page),
683         (ev_page_cache_prev_page), (ev_page_cache_get):
684         * shell/ev-page-cache.h:
685         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_update_range),
686         (ev_pixbuf_cache_clear_job_sizes),
687         (ev_pixbuf_cache_add_jobs_if_needed),
688         (ev_pixbuf_cache_set_page_range):
689         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings):
690         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document):
691         * shell/ev-sidebar-thumbnails.c:
692         (ev_sidebar_tree_selection_changed),
693         (ev_sidebar_thumbnails_set_document):
694         * shell/ev-statusbar.c: (ev_statusbar_destroy),
695         (ev_statusbar_class_init), (ev_statusbar_init), (ev_statusbar_new),
696         (ev_statusbar_get_context_id), (ev_statusbar_push),
697         (ev_statusbar_pop), (ev_statusbar_set_maximized),
698         (ev_statusbar_pulse), (ev_statusbar_show_progress),
699         (ev_statusbar_set_progress):
700         * shell/ev-statusbar.h:
701         * shell/ev-view.c: (ev_view_set_document), (ev_view_find_next),
702         (ev_view_find_previous):
703         * shell/ev-window.c: (ev_window_is_empty),
704         (ev_window_setup_document), (password_dialog_response),
705         (ev_window_clear_jobs), (ev_window_load_job_cb),
706         (ev_window_xfer_job_cb), (ev_window_open_uri),
707         (ev_window_open_uri_list), (ev_window_cmd_recent_file_activate),
708         (ev_window_print), (ev_window_print_range),
709         (ev_window_state_event), (ev_window_cmd_view_reload),
710         (menu_item_select_cb), (menu_item_deselect_cb),
711         (view_status_changed_cb), (ev_window_dispose),
712         (drag_data_received_cb), (ev_window_init):
713         * shell/ev-window.h:
714         * shell/main.c: (load_files):
715         
716         New statusbar to show progress on idle. Two new jobs - 
717         xfer job and load job to load document in background. And update
718         of page_cache clients to new location of code.
719
720 2005-06-08  Carlos Garcia Campos <carlosgc@gnome.org>
721   
722         * shell/ev-application.c, shell/ev-window.[ch]: Allow multiple
723         selection in open dialog. It also remembers the last visited directory 
724         in the current session.
725
726 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
727
728         * shell/ev-properties.c: (ev_properties_new):
729         * shell/ev-properties.h:
730         * shell/ev-window.c: (ev_window_cmd_file_properties):
731         
732         Get document info from page cache instead of document itself.
733         This should fix crash related to race conditions described in
734         bug 306545.
735
736 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
737
738         * ps/ps-document.c: (ps_document_init),
739         (send_ps), (get_page_box), (output), (catchPipe), (input),
740         (stop_interpreter), (file_length), (file_readable),
741         (check_filecompressedb), (ps_document_enable_interpreter),
742         (document_load), (ps_async_renderer_render_pixbuf):
743         * ps/ps-document.h:
744
745         Big cleanup of the ps code
746
747 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
748
749         * backend/Makefile.am:
750         * backend/ev-async-renderer.c: (ev_async_renderer_get_type),
751         (ev_async_renderer_class_init), (ev_async_renderer_render_pixbuf):
752         * backend/ev-async-renderer.h:
753
754         Add an async renderer interface (method + callback) which
755         is useful for backends like ps.
756
757         * backend/ev-job-queue.c: (remove_job_from_async_queue),
758         (add_job_to_async_queue), (job_finished_cb), (handle_job),
759         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
760         (ev_job_queue_add_job), (move_job_async), (move_job),
761         (ev_job_queue_update_job), (ev_job_queue_remove_job):
762
763         Add queues for async renderer, these are executed on the
764         main thread.
765
766         * backend/ev-jobs.c: (ev_job_render_new), (render_finished_cb),
767         (ev_job_render_run):
768         * backend/ev-jobs.h:
769
770         If the backend support async renderer interface use it.
771
772         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
773         (setup_pixmap), (ps_document_get_type),
774         (ps_async_renderer_render_pixbuf),
775         (ps_document_document_iface_init), (ps_async_renderer_iface_init):
776
777         Implement async renderer interface.
778
779 2005-06-07  Nickolay V. Shmyrev  <<nshmyrev@yandex.ru>>
780
781         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose):
782
783         Cleanup links job on exit.
784
785 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
786
787         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
788         (drag_data_get_cb), (drag_data_received_cb):
789         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
790         (drag_data_get_cb), (parse_item_list),
791         (egg_toolbar_editor_load_actions):
792         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
793         (egg_toolbars_model_to_xml), (egg_toolbars_model_save),
794         (parse_item_list), (parse_toolbars):
795         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
796         (dvi_pixbuf_put_pixel):
797         
798         Fix gcc 4.0 warnings
799
800 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
801
802         * ps/ps-document.c: (start_interpreter):
803
804         Fix warning when loading ps
805
806 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
807
808         * ps/ps-document.c: (output):
809
810         Fix crash when priting gs error messages.
811
812 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
813
814         * backend/ev-page-cache.c: (_ev_page_cache_new):
815         * backend/ev-page-cache.h:
816
817         Use a const to return title so that we dont double
818         free it. Small cleanup and fix a leak.
819
820         * shell/ev-window.c: (update_window_title):
821
822         strdup value from get_title.
823
824 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
825
826         * shell/ev-sidebar-links.c: (job_finished_callback),
827         (ev_sidebar_links_set_document):
828
829         Cleanup the old job when changing document
830
831 2005-06-05  Nickolay V. Shmyrev  <<nshmyrev@yandex.ru>>
832
833         * shell/ev-stock-icons.c:
834         * shell/ev-stock-icons.h:
835         * shell/ev-window.c:
836         
837         Add stock icons for actions that can appear in toolbar. Fix for
838         bug 306566.
839
840 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
841
842         * backend/ev-page-cache.c: (ev_page_cache_finalize),
843         (_ev_page_cache_new), (ev_page_cache_get_max_width),
844         (ev_page_cache_get_max_height), (ev_page_cache_get_height_to_page):
845         * backend/ev-page-cache.h:
846         * shell/ev-view.c: (scroll_to_current_page),
847         (view_update_range_and_current_page), (get_page_y_offset),
848         (get_page_extents), (ev_view_size_request_continuous_dual_page),
849         (ev_view_size_request_continuous),
850         (ev_view_zoom_for_size_continuous_and_dual_page),
851         (ev_view_zoom_for_size_continuous):
852         
853         More compact EvView layout in document with pages of different size.
854
855 Sat Jun  4 19:20:57 2005  Jonathan Blandford  <jrb@redhat.com>
856
857         * shell/ev-window.c (ev_window_cmd_file_properties): fix
858         compilation.
859
860 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
861
862         * shell/ev-view.c: (view_set_adjustment_values):
863         * shell/ev-window.c: (ev_window_cmd_file_properties):
864         
865         A bit different fix for rounding problem but it has no
866         problems on startup. Make properties window transient to parent.
867
868 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
869
870         * pdf/ev-poppler.cc:
871         
872         More commenting of font stuff.
873
874 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
875
876         * pdf/ev-poppler.cc:
877
878         Comment out some more fonts stuff. Should really
879         work without the poppler patch now.
880
881 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
882
883         * pdf/ev-poppler.cc:
884
885         Adapt to api change
886
887 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
888
889         * data/evince-properties.glade:
890         * pdf/ev-poppler.cc:
891         * shell/ev-properties.c: (setup_fonts_view):
892
893         Set the column title. Show the dialog only
894         once everything is setup.
895         Getting font info can be very slow... will
896         prolly need to make this threaded too.
897
898 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
899
900         * backend/Makefile.am:
901         * backend/ev-document-fonts.c: (ev_document_fonts_get_type),
902         (ev_document_fonts_get_fonts_model):
903         * backend/ev-document-fonts.h:
904         * data/evince-properties.glade:
905         * pdf/ev-poppler.cc:
906         * shell/ev-properties.c: (setup_fonts_view), (ev_properties_new):
907         * shell/ev-properties.h:
908         * shell/ev-window.c: (ev_window_cmd_file_properties):
909
910         Implement fonts list. Defined out for now, since it depends
911         on a not yet committed poppler patch.
912
913 Fri Jun  3 21:07:57 2005  Jonathan Blandford  <jrb@redhat.com>
914
915         * shell/ev-view.c (get_page_extents): other_page isn't necessarily
916         page + 1.
917
918         * shell/ev-window.c: Make sure we add the timeout when we get a
919         focus-in event.
920
921         * shell/ev-view.c (view_set_adjustment_values): Add 0.5 to
922         adjustment->value before calculating the zoom factor to average
923         out all of our rounding errors.  The page no longer 'drifts' when
924         resizing.
925
926 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
927
928         * data/evince-properties.glade:
929         * shell/ev-properties.c: (ev_properties_format_date),
930         (set_property):
931         
932         Labels don't expand when the dialogue is resized.
933         strftime result needs to be converted to UTF-8. Thanks
934         to Christian Persch <chpe@gnome.org>.
935
936 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
937
938         * data/evince-properties.glade:
939
940         Hide the fonts tab
941
942 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
943
944         * backend/ev-document-info.h:
945         * backend/ev-document.c: (ev_document_info_free):
946         * data/evince-properties.glade:
947         * pdf/ev-poppler.cc:
948         * ps/ps-document.c: (ps_document_get_info):
949         * shell/ev-properties.c: (ev_properties_format_date),
950         (set_property), (ev_properties_new):
951         * shell/ev-properties.h:
952         * shell/ev-window.c: (ev_window_cmd_file_properties):
953
954         Rework properties code to take only EvPropertyInfo
955         in the constructor so that it can be useful for
956         nautilus plugin too.
957
958         Deal with backends that doesnt support some properties.
959         Make set property code generic.
960
961 2005-06-04  Christian Persch <chpe@gnome.org>
962
963         * data/evince-properties.glade:
964
965         fix spacings, make resizeable, and make data labels
966         selectable + ellipsised
967
968 2005-06-03  Marco Pesenti Gritti <mpg@redhat.com>
969
970         * backend/ev-document-info.h:
971         * data/Makefile.am:
972         * data/evince-ui.xml:
973         * pdf/ev-poppler.cc:
974         * shell/Makefile.am:
975         * shell/ev-window.c: (update_action_sensitivity),
976         (ev_window_cmd_file_properties):
977
978         Initial go at file properties. Patch by
979         Emil Soleyman-Zomalan <emil@soleyman.com>.
980         Needs love see #169583
981
982 2005-06-02  Marco Pesenti Gritti <mpg@redhat.com>
983
984         * ps/ps-document.c: (output):
985         * ps/ps.c: (psscan):
986
987         Try to render even if psscan fails.
988
989 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
990
991         * ps/ps.c: (psscan), (pscopydoc):
992
993         Port buffered reading code from gv
994
995 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
996
997         * ps/ps-document.c: (interpreter_message), (output):
998
999         Do not fail on interpreter messages
1000
1001 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
1002
1003         * backend/ev-document-misc.c:
1004         (ev_document_misc_get_thumbnail_frame):
1005
1006         Pages can be 0 x 0, dont assert on this case
1007
1008 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
1009
1010         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
1011         (ev_sidebar_links_class_init), (ev_sidebar_links_set_document):
1012
1013         Correctly manage our reference on document. Finally the reload
1014         huge leak is gone...
1015
1016 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
1017
1018         * ps/ps-document.c: (ps_document_dispose):
1019
1020         Forgot to chain it to the parent. Thanks chpe.
1021
1022 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
1023
1024         * ps/ps-document.c: (ps_document_dispose),
1025         (ps_document_class_init), (stop_interpreter), (document_load):
1026
1027         Cleanup dispose a bit. Dont leak the whole pixmap.
1028
1029 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
1030
1031         * pdf/ev-poppler.cc:
1032
1033         Release the poppler document on dispose
1034
1035 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
1036
1037         * shell/ev-view.c: (ev_view_set_document):
1038
1039         Release ref on the pixbuf cache when changing
1040         document.
1041
1042 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
1043
1044         * ps/ps-document.c: (ps_document_get_info):
1045
1046         Fix a double free
1047
1048 2005-05-31  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
1049
1050         * backend/ev-page-cache.c: (ev_page_cache_init),
1051         (_ev_page_cache_new), (ev_page_cache_get_max_label_chars):
1052         * backend/ev-page-cache.h:
1053         * shell/ev-page-action.c: (page_changed_cb):
1054         
1055         Set page action entry width depending on labels width. Fix
1056         for bug 305202.
1057
1058 2005-05-31  Marco Pesenti Gritti  <mpg@redhat.com>
1059
1060         * backend/ev-link.c: (ev_link_class_init):
1061
1062         Allow -1 as page value (error)
1063
1064 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
1065
1066         * shell/ev-sidebar-thumbnails.c:
1067         (ev_sidebar_thumbnails_set_document):
1068         * shell/ev-view.c: (scroll_to_current_page),
1069         (view_set_adjustment_values), (ev_view_set_scroll_adjustments),
1070         (page_changed_cb), (on_adjustment_value_changed),
1071         (ev_view_set_document):
1072
1073         Slightly modified patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>.
1074         Fix bug 305377
1075
1076 2005-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1077
1078         * configure.ac:
1079         * djvu/djvu-document.c: (djvu_document_get_page_size):
1080
1081         Require djvulibre CVS. Now djvu loading is much faster. Fix for
1082         bug 301993.
1083
1084 Sat May 28 07:38:03 2005  Jonathan Blandford  <jrb@redhat.com>
1085
1086         * shell/ev-view.c (draw_one_page): modify the expose handling to
1087         get the shadows.
1088
1089         * shell/ev-window.c (update_action_sensitivity): Respect
1090         permissions field.  Kowtow to the man.
1091
1092         * pdf/ev-poppler.cc: Get the permissions field.
1093
1094         * tiff/*c: Make a tiny bit more robust.
1095
1096 2005-05-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
1097
1098         * djvu/djvu-document.c:
1099         
1100         Pop messages from djvu context message queue.
1101
1102 2005-05-24  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
1103
1104         * configure.ac, Makefile.am, shell/Makefile.am:
1105         * tiff/Makefile.am, shell/ev-document-types.c:
1106         
1107         Cleanup tiff configure checks. Fix for bug 305218.
1108
1109 2005-05-24  Maxim V. Dziumanenko <mvd@mylinux.ua>
1110
1111         * configure.ac: Added "uk" to ALL_LINGUAS.
1112
1113 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1114
1115         * cut-n-paste/zoom-control/ephy-zoom.c:
1116         (ephy_zoom_get_changed_zoom_level):
1117         * cut-n-paste/zoom-control/ephy-zoom.h:
1118         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_set_property),
1119         (ev_view_get_property), (ev_view_class_init), (ev_view_set_zoom):
1120         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
1121         (ev_window_cmd_view_zoom_out), (ev_window_zoom_changed_cb),
1122         (zoom_control_changed_cb), (ev_window_init):
1123         
1124         Fix minor points related to moving best fit up. Introduce
1125         "zoom" property and make zoom control change it's value on
1126         notify::zoom signals. Fix for 305080.
1127
1128 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1129
1130         * data/evince-ui.xml:
1131         * shell/ev-window.c: (set_view_actions_sensitivity):
1132         
1133         Use + and - as accels for zoom in and zoom out. Fix for 305001.
1134
1135 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
1136
1137         * configure.ac:
1138
1139         Depends on poppler 0.3.2
1140
1141 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
1142
1143         * cut-n-paste/recent-files/egg-recent-item.c:
1144         (egg_recent_item_get_short_name):
1145         * cut-n-paste/toolbar-editor/Makefile.am:
1146         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
1147         (new_pixbuf_from_widget):
1148         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
1149         * cut-n-paste/toolbar-editor/egg-marshal.c:
1150         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
1151         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
1152
1153         Sync
1154
1155 Sat May 21 23:18:30 2005  Jonathan Blandford  <jrb@redhat.com>
1156
1157         * tiff/tiff-document.c: Rough TIFF backend.
1158
1159 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
1160
1161         * NEWS:
1162         * configure.ac:
1163         * cut-n-paste/toolbar-editor/Makefile.am:
1164
1165         Release 0.3.1
1166
1167 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
1168
1169         * shell/ev-view.c: (jump_to_find_result), (ev_view_can_find_next),
1170         (ev_view_find_next), (ev_view_find_previous):
1171
1172         Remove the locks around get_n_results   
1173
1174 2005-05-21  Juerg Billeter  <j@bitron.ch>
1175
1176         * pdf/ev-poppler.c: (pdf_document_ps_exporter_begin):
1177
1178         Pass correct number of pages to poppler.
1179
1180 2005-05-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1181
1182         * configure.ac:
1183         * data/Makefile.am:
1184         * data/evince.desktop.in: 
1185         * data/evince.desktop.in.in:
1186         * po/POTFILES.in:
1187         
1188         Add conditionally dvi and djvu to desktop types. Fix for 304658.
1189
1190 Sat May 21 00:21:30 2005  Jonathan Blandford  <jrb@redhat.com>
1191
1192         * shell/ev-view.c: (view_update_adjustments),
1193         (view_set_adjustment_values): cast adjustmen->value to (int)
1194         before using it.  Otherwise, we get off by a pixel in some
1195         situations.
1196
1197         (draw_one_page): Draw the border on expose.
1198
1199 Fri May 20 22:05:25 2005  Jonathan Blandford  <jrb@redhat.com>
1200
1201         * *shell/ev-view.c: Patch from Nickolay V. Shmyrev to reset the
1202         adjustment when the mode changes, #304923
1203
1204 Fri May 20 02:00:03 2005  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
1205
1206         * shell/ev-view.c: Use gdk_widget_queue_draw to remove
1207         flickering on resize but still use gdk_window_scroll on
1208         scrolling
1209
1210 Fri May 20 01:46:57 2005  Jonathan Blandford  <jrb@redhat.com>
1211
1212         * shell/ev-view.c: Patch from Nickolay Shmyrev to fix the -p
1213         option, #170458
1214
1215 Fri May 20 01:27:01 2005  Jonathan Blandford  <jrb@redhat.com>
1216
1217         * shell/ev-view.c: Patch from Nickolay Shmyrev to to scroll to
1218         second page on page_changed if possible, #304669
1219
1220 Fri May 20 01:07:15 2005  Jonathan Blandford  <jrb@redhat.com>
1221
1222         * shell/ev-view.c (view_update_adjustments): Use gdk_window_scroll
1223         instead of gtk_widget_queue_draw.  Massive speedups in scrolling.
1224
1225 Fri May 20 01:05:10 2005  Jonathan Blandford  <jrb@redhat.com>
1226
1227         * .cvsignore:
1228         * shell/ev-view.c:(ev_view_size_allocate), (ev_view_class_init),
1229         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
1230         (ev_view_zoom_for_size_presentation),
1231         (ev_view_zoom_for_size_continuous_and_dual_page),
1232         (ev_view_zoom_for_size_continuous),
1233         (ev_view_zoom_for_size_dual_page),
1234         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size):
1235         * shell/ev-view.h:
1236         * shell/ev-window.c: (update_view_size),
1237         (ev_window_sizing_mode_changed_cb):
1238
1239         Patch from Nickolay Shmyrev <nshmyrev@yandex.ru> to handle
1240         the scrollbars.  It's not 100% right, but it's much closer.  Kills
1241         an infinite loop, #304769
1242
1243
1244 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
1245
1246         * data/evince-ui.xml:
1247         * shell/ev-view.c: (ev_view_scroll_view), (ev_view_class_init):
1248         * shell/ev-window.c: (set_view_actions_sensitivity):
1249
1250         Make PgUp/Down behave like Space
1251
1252 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
1253
1254         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
1255         * backend/ev-ps-exporter.h:
1256         * pdf/ev-poppler.cc:
1257         * ps/ps-document.c: (ps_document_ps_export_begin):
1258         * shell/ev-print-job.c: (idle_print_handler):
1259
1260         Adapt to new poppler api
1261
1262 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
1263
1264         * cut-n-paste/zoom-control/ephy-zoom-control.c:
1265         (ephy_zoom_control_init):
1266
1267         Translate zoom levels
1268
1269 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
1270
1271         * cut-n-paste/zoom-control/ephy-zoom.c:
1272         (ephy_zoom_get_zoom_level_index):
1273
1274         Fix current zoom -> zoom control match
1275
1276 2005-05-18  James Bowes  <bowes@cs.dal.ca>
1277
1278         * shell/ev-window.c: (ev_window_init): Give focus to the ev-view,
1279         rather than the scrolled_window that it's in. Fixes bug #304655.
1280
1281 Tue May 17 22:54:17 2005  Jonathan Blandford  <jrb@redhat.com>
1282
1283         * shell/ev-view.c: (view_update_adjustments),
1284         (view_set_adjustment_values), (view_update_range_and_current_page),
1285         (view_scroll_to_page), (set_scroll_adjustment),
1286         (ev_view_set_scroll_adjustments), (add_scroll_binding_keypad),
1287         (ev_view_scroll), (ev_view_scroll_view),
1288         (ensure_rectangle_is_visible), (find_page_at_location),
1289         (get_link_at_location), (go_to_link), (status_message_from_link),
1290         (ev_view_size_request_continuous_dual_page),
1291         (ev_view_size_request), (ev_view_size_allocate), (ev_view_realize),
1292         (ev_view_unrealize), (ev_view_expose_event),
1293         (ev_view_button_press_event), (ev_view_motion_notify_event),
1294         (ev_view_button_release_event), (ev_gdk_color_to_rgb),
1295         (draw_rubberband), (highlight_find_results), (draw_one_page),
1296         (ev_view_finalize), (ev_view_destroy), (ev_view_class_init),
1297         (ev_view_init), (find_changed_cb), (page_changed_cb),
1298         (on_adjustment_value_changed), (ev_view_new),
1299         (ev_view_set_document), (ev_view_set_zoom),
1300         (ev_view_set_continuous), (ev_view_set_dual_page),
1301         (ev_view_set_presentation), (ev_view_zoom_in), (ev_view_zoom_out),
1302         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
1303         (ev_view_zoom_for_size_presentation),
1304         (ev_view_zoom_for_size_continuous_dual_page),
1305         (ev_view_zoom_for_size_continuous),
1306         (ev_view_zoom_for_size_dual_page),
1307         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
1308         (ev_view_get_status), (ev_view_set_status),
1309         (update_find_status_message), (ev_view_get_find_status),
1310         (ev_view_set_find_status), (jump_to_find_result),
1311         (jump_to_find_page), (compute_selections), (clear_selection),
1312         (ev_view_select_all), (get_selected_text), (ev_view_copy),
1313         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
1314         (ev_view_update_primary_selection),
1315         (ev_view_create_invisible_cursor), (ev_view_set_cursor):
1316         * shell/ev-view.h:
1317         * shell/ev-window.c: (ev_window_open_page_label),
1318         (ev_window_cmd_view_reload), (ev_window_sizing_mode_changed_cb),
1319         (ev_window_init):
1320         * shell/ev-window.h:
1321         * shell/main.c: (load_files):
1322
1323         Massive code clean up from Nickolay Shmyrev.  Keep page offset
1324         when resizing.  Remove the bin_window().  Also, patch from James
1325         Bowes to fix command line page, #300641
1326         
1327 2005-05-17  Marco Pesenti Gritti  <mpg@redhat.com>
1328
1329         * data/evince-ui.xml:
1330         * shell/ev-view.c:
1331         * shell/ev-view.h:
1332         * shell/ev-window.c: (update_action_sensitivity):
1333
1334         Get rid of View->Normal Size, it's just confusing
1335
1336 Tue May 17 00:51:21 2005  Jonathan Blandford  <jrb@redhat.com>
1337
1338         * backend/ev-document-info.h:
1339         * backend/ev-document.c: (ev_document_info_free): Free the
1340         EvDocumentInfo.
1341
1342         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
1343         (clear_range), (add_range), (update_visible_range),
1344         (adjustment_changed_cb), (ev_sidebar_thumbnails_init),
1345         (ev_sidebar_thumbnails_set_document):
1346         * shell/ev-window.c: (ev_window_setup_document): Only render the
1347         visible thumbnails.  It takes an instant to render, but it uses
1348         much less memory.
1349
1350 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
1351
1352         * shell/ev-sidebar-links.c: (popup_menu_cb):
1353
1354         Select first item
1355
1356 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
1357
1358         * lib/Makefile.am:
1359         * shell/ev-sidebar-links.c: (build_popup_menu), (popup_menu_cb),
1360         (button_press_cb), (ev_sidebar_links_construct):
1361
1362         Show the popup menu also on keybindings
1363
1364 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
1365
1366         * shell/ev-window.c: (ev_window_print), (ev_window_print_range):
1367         * shell/ev-window.h:
1368
1369         Expose api to print a range (with dialog). Make private _print use
1370         it.
1371
1372         * shell/ev-sidebar-links.c: (print_section_cb), (button_press_cb),
1373         (ev_sidebar_links_construct):
1374
1375         Show a print context menu on linkx, it prints the selected
1376         section.
1377
1378 2005-05-15  Carlos Garcia Campos <carlosgc@gnome.org>
1379
1380         * shell/ev-sidebar.c: make the drop down menu as width as the toggle
1381         button.
1382
1383 2005-05-12  Marco Pesenti Gritti  <mpg@redhat.com>
1384
1385         * AUTHORS:
1386
1387         Update
1388
1389         * shell/ev-window.c: (build_comments_string),
1390         (ev_window_cmd_help_about):
1391
1392         Show poppler version/backend and authors
1393
1394 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
1395
1396         * cut-n-paste/zoom-control/ephy-zoom.c:
1397         (ephy_zoom_get_zoom_level_index):
1398         * cut-n-paste/zoom-control/ephy-zoom.h:
1399
1400         Move the best fit items at the top of the list
1401
1402 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
1403
1404         * shell/ev-marshal.list:
1405         * shell/ev-page-action.c: (ev_page_action_widget_class_init),
1406         (activate_cb), (match_selected_cb), (activate_link_cb),
1407         (connect_proxy), (ev_page_action_class_init):
1408         * shell/ev-page-action.h:
1409
1410         Use signals to notify action activation. Hopefully
1411         I did not break completion since I cant test...
1412
1413         * shell/ev-window.c: (activate_link_cb), (activate_label_cb),
1414         (register_custom_actions):
1415
1416         Connect to page selector actions and also grab focus on
1417         the view when activated.
1418
1419 Wed May 11 01:18:29 2005  Jonathan Blandford  <jrb@redhat.com>
1420
1421         * pdf/ev-poppler.cc:
1422         * backend/ev-page-cache.c: make page size calculation consistent
1423         and set it to (int)( width * scale + 0.5).  This makes the weird
1424         line going through the middle of the page go away.
1425
1426         * shell/ev-view.c: move painting the background page after
1427         checking the expose area covers us.
1428
1429 2005-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1430
1431         * data/evince-password.glade:
1432         
1433         Mark labels as not translatable. Fix for bug 302842.
1434
1435 2005-05-10  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
1436
1437         * configure.ac: Added "es" to ALL_LINGUAS.
1438
1439 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
1440
1441         * data/evince-toolbar.xml:
1442         * shell/ev-window.c: (update_action_sensitivity),
1443         (ev_window_setup_document), (ev_window_set_page_mode),
1444         (ev_window_init):
1445
1446         Remove some leftover code from jrb first continous
1447         attempt. Use the new actions, we still need good icons
1448         though...
1449
1450 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
1451
1452         * shell/ev-page-action.c: (update_pages_label), (connect_proxy):
1453
1454         Update label when connecting proxy. Fix a warning with NULL
1455         page_cache.
1456
1457 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
1458
1459         * data/evince-ui.xml:
1460         * shell/ev-page-action.c: (ev_page_action_grab_focus):
1461         * shell/ev-page-action.h:
1462         * shell/ev-window.c: (ev_window_cmd_focus_page_selector):
1463
1464         Add mnemonic for edit toolbar.
1465         ctrl+l focus the page entry.
1466
1467 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
1468
1469         * lib/Makefile.am:
1470         * shell/ev-window.c: (ev_window_cmd_edit_toolbar_cb),
1471         (ev_window_init):
1472         * shell/main.c: (main):
1473
1474         Put the toolbar xml in evince own dot dir
1475
1476 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
1477
1478         * shell/ev-window.c: (ev_window_init):
1479
1480         Make the toolbar not removable
1481
1482 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
1483
1484         * data/evince-ui.xml:
1485         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_treeview):
1486         * shell/ev-sidebar-links.h:
1487         * shell/ev-sidebar-thumbnails.c:
1488         (ev_sidebar_thumbnails_get_treeview):
1489         * shell/ev-sidebar-thumbnails.h:
1490         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_view),
1491         (ev_view_class_init):
1492         * shell/ev-view.h:
1493         * shell/ev-window.c: (update_action_sensitivity),
1494         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
1495         (set_view_actions_sensitivity), (view_actions_focus_in_cb),
1496         (view_actions_focus_out_cb), (enable_view_actions_for_widget),
1497         (ev_window_init):
1498
1499         This is evil... Make space/backspace global accelerators but
1500         enable them only for some widgets (sidebars and view).
1501         I dont like it, but I dont know a better way... :/
1502
1503 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
1504
1505         * shell/ev-page-action.c: (ev_page_action_widget_set_page_cache),
1506         (ev_page_action_widget_finalize),
1507         (ev_page_action_widget_class_init), (update_page_cache):
1508
1509         Keep a weak reference on proxy->page_cache so that we
1510         dont try to disconnect the signal if the object is already
1511         gone. Maybe there is a better way to cleanup reference handling
1512         in page action though...
1513
1514 2005-05-10  Juerg Billeter  <j@bitron.ch>
1515
1516         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
1517         * backend/ev-ps-exporter.h:
1518         * pdf/ev-poppler.cc: (pdf_document_ps_exporter_begin):
1519         * ps/ps-document.c: (ps_document_ps_export_begin):
1520         
1521         Change api to pass print range to ps_exporter_begin. The pdf backend
1522         requires this information.
1523         
1524         * shell/ev-print-job.c: (idle_print_handler):
1525         
1526         Adapt to api change
1527
1528 2005-05-10  Juerg Billeter  <j@bitron.ch>
1529
1530         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
1531         (idle_print_handler)
1532         * shell/ev-window.c: (ev_window_print):
1533
1534         Support printing page range, based on patch by Amaury Jacquot
1535
1536 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
1537
1538         * data/evince-toolbar.xml:
1539
1540         Add zoom control to available items
1541
1542 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
1543
1544         * shell/ev-window.c: (update_action_sensitivity):
1545
1546         Set slash action insensitive when appropriate
1547
1548 2005-05-10  Christian Persch <chpe@gnome.org>
1549
1550         * cut-n-paste/zoom-control/ephy-zoom-action.c: (create_menu_item):
1551
1552         Fix warning on the overflow menu
1553
1554 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
1555
1556         * shell/ev-window.c: (sanity_check_uri), (ev_window_open):
1557
1558         Check for uri correctness/existence
1559
1560 2005-05-09  Juerg Billeter  <j@bitron.ch>
1561
1562         * shell/ev-window.c: (using_postscript_printer):
1563
1564         LPD printers use postscript, too
1565
1566 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
1567
1568         * shell/ev-window.c: (register_custom_actions):
1569
1570         The zoom one is actually sort of useful,
1571         put it back
1572
1573 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
1574
1575         * shell/ev-window.c: (register_custom_actions):
1576
1577         Hide page/zoom controls from overflow, they
1578         are useless.
1579
1580 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
1581
1582         * cut-n-paste/update-from-egg.sh:
1583         
1584         Share it between all cut-n-paste subdirs
1585
1586         * cut-n-paste/recent-files/Makefile.am:
1587
1588         Fix to use "global" update-from-egg.sh
1589
1590         * cut-n-paste/recent-files/egg-recent-model.c:
1591         (egg_recent_model_changed_timeout), (egg_recent_model_finalize):
1592         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
1593         (egg_recent_view_gtk_clear), (egg_recent_view_gtk_set_list),
1594         (egg_recent_view_gtk_finalize), (egg_recent_view_gtk_set_menu):
1595
1596         Update from libegg
1597
1598         * cut-n-paste/toolbar-editor/Makefile.am:
1599
1600         Fix to use "global" update-from-egg.sh
1601
1602         * cut-n-paste/toolbar-editor/eggmarshalers.list:
1603
1604         Update from libegg
1605
1606 2005-05-09  Marco Pesenti Gritti <mpg@redhat.com>
1607
1608         * configure.ac:
1609         * cut-n-paste/Makefile.am:
1610         * cut-n-paste/recent-files/Makefile.am:
1611         * cut-n-paste/toolbar-editor/.cvsignore:
1612         * cut-n-paste/toolbar-editor/Makefile.am:
1613         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
1614         (egg_editable_toolbar_get_type), (get_toolbar_position),
1615         (get_n_toolbars), (get_dock_nth), (get_toolbar_nth), (find_action),
1616         (drag_data_delete_cb), (drag_begin_cb), (drag_end_cb),
1617         (drag_data_get_cb), (set_drag_cursor), (unset_drag_cursor),
1618         (set_item_drag_source), (create_item_from_action), (create_item),
1619         (data_is_separator), (drag_data_received_cb), (remove_toolbar_cb),
1620         (popup_toolbar_context_menu_cb), (free_dragged_item),
1621         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
1622         (toolbar_drag_leave_cb), (create_dock), (set_fixed_style),
1623         (unset_fixed_style), (toolbar_changed_cb), (unparent_fixed),
1624         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
1625         (item_added_cb), (item_removed_cb),
1626         (egg_editable_toolbar_construct),
1627         (egg_editable_toolbar_disconnect_model),
1628         (egg_editable_toolbar_deconstruct),
1629         (egg_editable_toolbar_set_model),
1630         (egg_editable_toolbar_set_ui_manager),
1631         (egg_editable_toolbar_set_property),
1632         (egg_editable_toolbar_get_property),
1633         (egg_editable_toolbar_class_init), (egg_editable_toolbar_init),
1634         (egg_editable_toolbar_finalize), (egg_editable_toolbar_new),
1635         (egg_editable_toolbar_new_with_model),
1636         (egg_editable_toolbar_get_edit_mode),
1637         (egg_editable_toolbar_set_edit_mode), (egg_editable_toolbar_show),
1638         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed),
1639         (egg_editable_toolbar_set_drag_dest), (fake_expose_widget),
1640         (new_pixbuf_from_widget), (new_separator_pixbuf),
1641         (update_separator_image), (style_set_cb),
1642         (_egg_editable_toolbar_new_separator_image),
1643         (egg_editable_toolbar_get_model):
1644         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
1645         * cut-n-paste/toolbar-editor/egg-marshal.c:
1646         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
1647         (egg_toolbar_editor_get_type), (compare_actions), (find_action),
1648         (egg_toolbar_editor_set_ui_manager), (toolbar_removed_cb),
1649         (egg_toolbar_editor_set_model), (egg_toolbar_editor_set_property),
1650         (egg_toolbar_editor_get_property), (egg_toolbar_editor_class_init),
1651         (egg_toolbar_editor_finalize), (egg_toolbar_editor_new),
1652         (drag_begin_cb), (drag_end_cb), (editor_drag_data_received_cb),
1653         (editor_drag_data_delete_cb), (drag_data_get_cb),
1654         (elide_underscores), (set_drag_cursor), (event_box_realize_cb),
1655         (editor_create_item), (update_editor_sheet), (setup_editor),
1656         (egg_toolbar_editor_init), (egg_toolbar_editor_add_action),
1657         (parse_item_list), (model_has_action), (update_actions_list),
1658         (egg_toolbar_editor_load_actions):
1659         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
1660         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
1661         (egg_toolbars_model_get_type), (egg_toolbars_model_to_xml),
1662         (safe_save_xml), (egg_toolbars_model_save), (toolbars_toolbar_new),
1663         (toolbars_item_new), (free_toolbar_node), (free_item_node),
1664         (egg_toolbars_model_get_flags), (egg_toolbars_model_set_flags),
1665         (egg_toolbars_model_add_separator), (impl_add_item),
1666         (parse_item_list), (egg_toolbars_model_add_toolbar),
1667         (parse_toolbars), (egg_toolbars_model_load), (impl_get_item_id),
1668         (impl_get_item_data), (impl_get_item_type),
1669         (_egg_accumulator_STRING), (egg_toolbars_model_class_init),
1670         (egg_toolbars_model_init), (free_toolbar),
1671         (egg_toolbars_model_finalize), (egg_toolbars_model_new),
1672         (egg_toolbars_model_remove_toolbar),
1673         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
1674         (egg_toolbars_model_n_items), (egg_toolbars_model_item_nth),
1675         (egg_toolbars_model_n_toolbars), (egg_toolbars_model_toolbar_nth),
1676         (egg_toolbars_model_add_item), (egg_toolbars_model_get_item_id),
1677         (egg_toolbars_model_get_item_data),
1678         (egg_toolbars_model_get_item_type):
1679         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
1680         * cut-n-paste/toolbar-editor/eggmarshalers.list:
1681         * data/Makefile.am:
1682         * data/evince-toolbar.xml:
1683         * data/evince-ui.xml:
1684         * data/hand-open.png:
1685         * po/POTFILES.in:
1686         * shell/Makefile.am:
1687         * shell/ev-window.c: (update_chrome_visibility),
1688         (ev_window_cmd_edit_toolbar_cb), (ev_window_cmd_edit_toolbar),
1689         (ev_window_dispose), (ev_window_init):
1690
1691         Implement epiphany like toolbar editor. Based on patch by
1692         Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1693
1694 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
1695
1696         * shell/ev-sidebar-thumbnails.c: (page_changed_cb):
1697
1698         Use set_cursor instead of set_selection, so that
1699         the keyboard focus moves too.
1700
1701 2005-05-09  Aleksey Kliger <akliger@gmail.com>
1702
1703         * dvi/mdvi-lib/tfmfile.c: (lookup_font_metrics):
1704
1705         Fix infinite loop when loading Type1 fonts
1706
1707 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
1708
1709         * data/evince-ui.xml:
1710         * shell/ev-window.c:
1711
1712         Slash -> Find
1713
1714 2005-05-09  Thomas de Grenier de Latour <degrenier@easyconnect.fr>
1715
1716         * configure.ac:
1717
1718         Make --disable really disable
1719
1720 2005-05-07  Juerg Billeter  <j@bitron.ch>
1721
1722         * backend/ev-page-cache.c: (ev_page_cache_set_page_label):
1723
1724         Compare page labels even without has_labels set, fixes setting page
1725         with entry
1726
1727 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
1728
1729         * shell/ev-view.c: (ev_view_create_invisible_cursor),
1730         (ev_view_set_cursor), (ev_view_button_press_event),
1731         (ev_view_motion_notify_event), (ev_view_button_release_event),
1732         (ev_view_init):
1733
1734         Implement middle button scrolling. Based on a patch
1735         by Tommi Komulainen <tommi.komulainen@iki.fi>.
1736
1737 2005-05-08  Marco Pesenti Gritti  <mpg@redhat.com>
1738
1739         * shell/ev-document-types.c: (get_slow_mime_type),
1740         (get_document_type_from_mime), (ev_document_type_lookup):
1741         * shell/ev-document-types.h:
1742
1743         Change api to lookup from uri. Do fast lookup first, if the
1744         type is unknown try with data sniffing.
1745
1746         * shell/ev-window.c: (ev_window_open), (ev_window_open_uri_list):
1747         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
1748
1749         Adapt to api change
1750
1751 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
1752
1753         * thumbnailer/Makefile.am:
1754
1755         Fix distcheck
1756
1757 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
1758
1759         * NEWS:
1760         * configure.ac:
1761
1762         Release 0.3.0
1763
1764         * data/evince-ui.xml:
1765
1766         Hide presentation mode for now
1767
1768         * shell/ev-view.c: (highlight_find_results):
1769
1770         Show current find selection only on current page
1771
1772 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
1773
1774         * shell/ev-view.c: (ev_view_select_all):
1775
1776         Compute size of the actual page, not of
1777         the current one.
1778
1779 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
1780
1781         * shell/ev-view.c: (clear_selection), (ev_view_finalize),
1782         (view_rect_to_doc_rect), (compute_selections),
1783         (ev_view_bin_expose), (ev_view_select_all), (get_selected_text),
1784         (ev_view_copy), (ev_view_primary_get_cb),
1785         (ev_view_primary_clear_cb), (ev_view_update_primary_selection),
1786         (ev_view_button_press_event), (ev_view_motion_notify_event),
1787         (ev_view_button_release_event), (page_changed_cb):
1788
1789         Fix text selection
1790
1791 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
1792
1793         * shell/ev-view.c: (compute_border), (get_page_extents),
1794         (doc_rect_to_view_rect), (highlight_find_results),
1795         (ev_view_bin_expose), (ev_view_select_all),
1796         (ev_view_motion_notify_event), (update_find_status_message),
1797         (jump_to_find_result), (jump_to_find_page):
1798
1799         First go at fixing search, still buggy
1800
1801 2005-05-04  Kristian Høgsberg  <krh@redhat.com>
1802
1803         * shell/ev-sidebar.c (ev_sidebar_init): Remove frame around
1804         dropdown box and button at the top of the sidebar.
1805
1806 2005-05-02  James Bowes  <bowes@cs.dal.ca>
1807
1808         * configure.ac: Output zoom-control Makefile.
1809         * cut-n-paste/Makefile.am: build zoom-control subdir.
1810         * cut-n-paste/zoom-control/ephy-zoom-action.c:
1811         * cut-n-paste/zoom-control/ephy-zoom-action.h:
1812         * cut-n-paste/zoom-control/ephy-zoom-control.c:
1813         * cut-n-paste/zoom-control/ephy-zoom-control.h:
1814         * cut-n-paste/zoom-control/ephy-zoom.c:
1815         * cut-n-paste/zoom-control/ephy-zoom.h: New files imported
1816         from epiphany, and modified to add a separator into the menu.
1817         * cut-n-paste/zoom-control/Makefile.am: Build zoom-control.
1818         * data/evince-ui.xml: Replace old zoom toolbar actions with new
1819         zoom-control action.
1820         * shell/Makefile.am: Include zoom-control flags.
1821         * shell/ev-view.c: (ev_view_set_zoom), (ev_view_get_zoom),
1822         (ev_view_get_sizing_mode), (ev_view_zoom_in), (ev_view_zoom_out),
1823         (ev_view_zoom_for_size_presentation),
1824         (ev_view_zoom_for_size_continuous_and_dual_page),
1825         (ev_view_zoom_for_size_continuous),
1826         (ev_view_zoom_for_size_dual_page),
1827         (ev_view_zoom_for_size_single_page), (ev_view_zoom_normal): 
1828         s/ev_view_zoom/ev_view_set_zoom/ and make public, add 
1829         ev_view_get_zoom and ev_view_get_sizing_mode.
1830         * shell/ev-view.h:
1831         * shell/ev-window.c: (update_action_sensitivity),
1832         (update_sizing_buttons), (zoom_control_changed_cb),
1833         (register_custom_actions): Initialize and use the zoom-control 
1834         widget.
1835
1836 Sun May  1 00:46:47 2005  Jonathan Blandford  <jrb@redhat.com>
1837
1838         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init): Change the
1839         preview cache back to 1.  Don't know when it got set to 0.
1840         
1841         * shell/ev-view.c: (compute_border), (ev_view_realize),
1842         (draw_one_page), (ev_view_set_property), (ev_view_get_property),
1843         (ev_view_class_init), (ev_view_init), (ev_view_set_fullscreen),
1844         (ev_view_get_fullscreen), (ev_view_set_presentation),
1845         (ev_view_get_presentation), (ev_view_set_sizing_mode),
1846         (ev_view_zoom_for_size_presentation), (ev_view_set_zoom_for_size):
1847         * shell/ev-view.h:
1848         * shell/ev-window.c:
1849         (update_chrome_visibility),
1850         (ev_window_cmd_continuous), (ev_window_cmd_dual),
1851         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
1852         (update_document_mode), (ev_window_update_fullscreen_action),
1853         (ev_window_fullscreen), (ev_window_unfullscreen),
1854         (ev_window_cmd_view_fullscreen),
1855         (ev_window_update_presentation_action),
1856         (ev_window_run_presentation), (ev_window_stop_presentation),
1857         (ev_window_cmd_view_presentation), (ev_window_state_event),
1858         (ev_window_focus_in_event), (ev_window_focus_out_event),
1859         (ev_window_cmd_escape), (ev_window_sidebar_visibility_changed_cb):
1860         * data/evince-ui.xml: Initial presentation mode.  We should
1861         probably hide this until it's done, as it's quite rough.  Also,
1862         change full-screen to fullscreen and add two getters to EvView.
1863
1864 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
1865
1866         * shell/ev-page-action.c: (update_page_cache),
1867         (ev_page_action_dispose):
1868         * shell/ev-window.c: (destroy_fullscreen_popup),
1869         (ev_window_create_fullscreen_popup):
1870
1871         Use connect_object rather than explicitly
1872         disconnect on dispose.
1873
1874 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
1875
1876         * shell/ev-page-action.c: (update_page_cache),
1877         (ev_page_action_dispose):
1878
1879 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1880
1881         * backend/ev-page-cache.c: (_ev_page_cache_new),
1882         (ev_page_cache_set_page_label),
1883         (ev_page_cache_has_nonnumeric_page_labels):
1884         * backend/ev-page-cache.h:
1885         * shell/ev-page-action.c: (update_pages_label):
1886         
1887         If all page labels are numeric, fallback to default
1888         way to display number of pages. See bug 173185.
1889
1890 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1891
1892         * shell/ev-page-action.c: (ev_page_action_dispose):
1893         * shell/ev-view.c: (view_update_range_and_current_page):
1894         * shell/ev-window.c: (ev_window_dispose):
1895         
1896         Set page on scroll in continuous mode. Fixes bug 301986.
1897         Also cleanup callbacks on destroy of EvWindow and EvPageAction.
1898
1899 2005-04-26  Marco Pesenti Gritti <mpg@redhat.com>
1900
1901         * configure.ac:
1902
1903         Require poppler 0.3.0
1904
1905 2005-04-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
1906         
1907         * shell/Makefile.am, configure.ac: Fix build problems
1908         with t1lib. Bug 301996.
1909
1910 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1911
1912         * shell/ev-view.c: (ev_view_scroll_event):
1913         
1914         Scroll up increase zoom
1915
1916 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1917
1918         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init),
1919         (ev_view_set_sizing_mode),
1920         (ev_view_zoom_for_size_continuous_and_dual_page),
1921         (ev_view_zoom_for_size_continuous):
1922         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
1923         (ev_window_cmd_view_page_width), (ev_window_cmd_view_zoom_in),
1924         (ev_window_cmd_view_zoom_out), (ev_window_sizing_mode_changed_cb),
1925         (ev_window_init):
1926
1927         Control + Scroll does zooming, Shift + Scroll scrolls horizontally
1928         Fix for 165473 and 165472.
1929
1930 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1931
1932         * po/POTFILES.in:
1933         * thumbnailer/Makefile.am:
1934         * thumbnailer/evince-thumbnailer-djvu.schemas.in:
1935         * thumbnailer/evince-thumbnailer-dvi.schemas.in:
1936         * thumbnailer/evince-thumbnailer.schemas.in:
1937         
1938         Make thumbnailer schemas translatable. Fix for bug 301773
1939         
1940         * thumbnailer/evince-thumbnailer-djvu.schemas:
1941         * thumbnailer/evince-thumbnailer-dvi.schemas:
1942         * thumbnailer/evince-thumbnailer.schemas:
1943
1944         Removed files
1945
1946 Sun Apr 24 01:37:39 2005  Jonathan Blandford  <jrb@redhat.com>
1947
1948         * shell/ev-view.c (ev_view_init): forgot to set this.
1949
1950 Sun Apr 24 01:07:27 2005  Jonathan Blandford  <jrb@redhat.com>
1951
1952         * shell/ev-view.c: (find_page_at_location),
1953         (get_link_at_location),
1954         (ev_view_set_show_border), (ev_view_set_spacing),
1955         (ev_view_zoom_for_size_continuous_and_dual_page),
1956         (ev_view_zoom_for_size_continuous): Fix links for dual/continuous.
1957         Also, add a quick fix measuring of widths.  Also, removed
1958         ev_view_set_spacing and ev_view_set_show_border.
1959         
1960         * shell/ev-window.c: (ev_window_unfullscreen),
1961         (ev_window_cmd_view_fullscreen): Don't adjust the border/spacing.
1962
1963 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1964
1965         * shell/ev-view.c: (view_update_range_and_current_page),
1966         (page_changed_cb):
1967         
1968         Fix crash on exit and scrolling to page in continuous view.
1969
1970 Sat Apr 23 13:13:04 2005  Jonathan Blandford  <jrb@redhat.com>
1971
1972         * TODO:
1973         * backend/ev-page-cache.c: (_ev_page_cache_new),
1974         (ev_page_cache_get_max_width_size),
1975         (ev_page_cache_get_max_height_size):
1976         * backend/ev-page-cache.h:
1977         * data/evince-ui.xml:
1978         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init):
1979         * shell/ev-view.c: (view_update_adjustments),
1980         (view_update_range_and_current_page), (get_bounding_box_size),
1981         (ev_view_size_request_continuous_and_dual_page),
1982         (ev_view_size_request_continuous),
1983         (ev_view_size_request_dual_page),
1984         (ev_view_size_request_single_page), (ev_view_size_request),
1985         (ev_view_size_allocate), (get_page_extents), (draw_one_page),
1986         (ev_view_bin_expose), (ev_view_expose_event),
1987         (ev_view_set_property), (ev_view_get_property),
1988         (ev_view_class_init), (ev_view_init), (ev_view_new),
1989         (page_changed_cb), (ev_view_zoom), (ev_view_set_continuous),
1990         (ev_view_set_dual_page), (ev_view_set_full_screen),
1991         (ev_view_set_presentation), (ev_view_set_sizing_mode),
1992         (ev_view_can_zoom_in), (ev_view_can_zoom_out), (ev_view_zoom_in),
1993         (ev_view_zoom_out), (zoom_for_size_fit_width),
1994         (zoom_for_size_best_fit),
1995         (ev_view_zoom_for_size_continuous_and_dual_page),
1996         (ev_view_zoom_for_size_continuous),
1997         (ev_view_zoom_for_size_dual_page),
1998         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
1999         (ev_view_show_cursor), (ev_sizing_mode_get_type):
2000         * shell/ev-view.h:
2001         * shell/ev-window.c: (update_action_sensitivity),
2002         (ev_window_cmd_continuous), (ev_window_cmd_dual),
2003         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
2004         (update_sizing_buttons), (ev_window_cmd_view_zoom_in),
2005         (ev_window_cmd_view_zoom_out), (update_view_size),
2006         (ev_window_set_sizing_mode), (ev_window_init):
2007
2008         Add Continuous and Dual page modes.
2009
2010 2005-04-23  James Bowes  <bowes@cs.dal.ca>
2011
2012         * dvi/dvi-document.c: (dvi_document_load),
2013         (dvi_document_thumbnails_get_thumbnail),
2014         (dvi_document_init_params): Fix up some mixups between
2015         width and height to correct thumbnail rendering.
2016
2017 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2018
2019         * dvi/mdvi-lib/private.h:
2020         * dvi/mdvi-lib/setup.c: (mdvi_init_kpathsea):
2021         
2022         Suppess output for kpathsea during font generation. Thanks to
2023         James Bowes
2024
2025 Fri Apr 22 19:57:46 2005  Jonathan Blandford  <jrb@redhat.com>
2026
2027         * NEWS:
2028         * configure.ac:
2029
2030         Release 0.2.1
2031
2032         * Makefile.am: fix distcheck.
2033
2034 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2035
2036         * shell/ev-sidebar-links.c: (selection_changed_callback),
2037         (update_page_callback), (row_activated_callback),
2038         (job_finished_callback), (ev_sidebar_links_set_document):
2039         
2040         Fix for bug #169901. Double click on links expands tree.
2041
2042 2005-03-14  Bryan Clark  <clarkbw@cvs.gnome.org>
2043
2044         * shell/ev-window.c (ev_window_init): Removed fullscreen toolbar
2045         hard-coded style. Fix for bug 170111
2046
2047 2005-04-22  Kristian Høgsberg  <krh@redhat.com>
2048
2049         * shell/ev-view.c (highlight_find_results): Remove unnecessary
2050         locking.
2051
2052 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
2053
2054         * thumbnailer/evince-thumbnailer.schemas: real fix for bug 172496
2055
2056 2005-04-22  Marco Pesenti Gritti  <mpg@redhat.com>
2057
2058         * pdf/ev-poppler.cc:
2059         * shell/ev-view.c: (highlight_find_results):
2060
2061         Fix find on single page documents
2062
2063 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
2064
2065         * data/evince.schemas.in: fix for bug 301390
2066
2067 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
2068
2069         * shell/ev-view.c: (ev_view_can_zoom_in), (ev_view_can_zoom_out),
2070         (ev_view_zoom_out), (ev_view_zoom_normal):
2071         * shell/ev-view.h:
2072         * shell/ev-window.c: (update_action_sensitivity),
2073         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
2074         (ev_window_cmd_view_zoom_in), (ev_window_cmd_view_zoom_out),
2075         (ev_window_cmd_view_normal_size):
2076
2077         Fix normal size zoom. Make zoom in/zoom out unsensitive when
2078         they are behyond the limits. Tweak MAX_ZOOM to 6, sucks but
2079         better than oom. 
2080
2081 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
2082
2083         * configure.ac:
2084
2085         Depend on 2.57, 2.59 doesnt seem to be necessary
2086
2087 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
2088
2089         * shell/ev-page-action.c: (update_pages_label), (page_changed_cb),
2090         (create_tool_item):
2091
2092         Put back total number of pages as (1 of 1234)
2093
2094 Thu Apr 21 23:37:52 2005  Jonathan Blandford  <jrb@redhat.com>
2095
2096         * shell/ev-pixbuf-cache.c (dispose_cache_job_info): actually
2097         remove the job.
2098
2099         * backend/ev-document.h: Remove EV_DOC_MUTEX in favor of a locking
2100         function.  This helps debugging.
2101
2102 2005-04-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2103
2104         * djvu/djvu-document.c: (djvu_document_class_init),
2105         (djvu_document_get_info), (djvu_document_document_iface_init):
2106         * dvi/dvi-document.c: (dvi_document_class_init),
2107         (dvi_document_get_info), (dvi_document_document_iface_init):
2108
2109        Dummy implementation of get_info method for dvi and djvu. Fix
2110        crashes with those backends
2111
2112 2005-04-20  Marco Pesenti Gritti <mpg@redhat.com>
2113
2114         * data/evince.desktop.in:
2115
2116         Add application/x-gzpostscript
2117
2118 2005-04-20  Bryan Clark  <clarkbw@cvs.gnome.org>
2119
2120         * data/evince.schemas.in: Added real long descriptions, 
2121         closes bug 172496 
2122
2123         * README: Added actual text, closes bug 171869
2124
2125 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
2126
2127         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
2128
2129         Thumbnail page 0
2130
2131 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
2132
2133         * backend/ev-document-info.h:
2134
2135         s/GDate */GDate so we can just use g_free
2136
2137 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
2138
2139         * shell/ev-window.c: (update_document_mode),
2140         (ev_window_setup_document):
2141
2142         Show the window in fullscreen when specified by
2143         the document
2144
2145 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
2146
2147         * backend/ev-document.c: (ev_document_class_init),
2148         (ev_document_get_info), (ev_document_render_pixbuf):
2149         * backend/ev-document.h:
2150         * backend/ev-page-cache.c: (_ev_page_cache_new):
2151         * pdf/ev-poppler.cc:
2152         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
2153         (pixbuf_document_get_info), (pixbuf_document_document_iface_init):
2154         * ps/ps-document.c: (ps_document_class_init), (document_load),
2155         (ps_document_get_info), (ps_document_document_iface_init):
2156
2157         Remove get_title from the interface, we can just use document info
2158
2159 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
2160
2161         * backend/Makefile.am:
2162         * backend/ev-document.c: (ev_document_render_get_info):
2163         * backend/ev-document.h:
2164         * pdf/ev-poppler.cc:
2165
2166         Initial support for document info. Based on jrb patch.
2167
2168 2005-04-19  Paolo Borelli <pborelli@katamail.com>
2169
2170         * shell/ev-window.c: (ev_window_state_event),
2171         (ev_window_class_init), (ev_window_init):
2172         
2173         Doesn't show resize grip when maximized. See bug #301053
2174
2175 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2176
2177         * po/POTFILES.in:
2178         
2179         ev-sidebar-thumbnails now has translatable labels
2180         
2181         * shell/Makefile.am:
2182         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document),
2183         (ev_sidebar_links_support_document), (ev_sidebar_links_get_label),
2184         (ev_sidebar_links_page_iface_init):
2185         * shell/ev-sidebar-links.h:
2186         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
2187         (ev_sidebar_page_support_document), (ev_sidebar_page_set_document),
2188         (ev_sidebar_page_get_label):
2189         * shell/ev-sidebar-page.h:
2190         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_new),
2191         (ev_sidebar_thumbnails_set_document),
2192         (ev_sidebar_thumbnails_support_document),
2193         (ev_sidebar_thumbnails_get_label),
2194         (ev_sidebar_thumbnails_page_iface_init):
2195         * shell/ev-sidebar-thumbnails.h:
2196         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
2197         (ev_sidebar_set_document):
2198         * shell/ev-sidebar.h:
2199         * shell/ev-window.c: (ev_window_setup_document), (ev_window_init):
2200         
2201         Small rework of sidebar code. Now sidebar pages should implement
2202         EvSidebarPage interface. That makes page management in EvSidebar
2203         easier. See bug #164811 for details
2204
2205 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2206
2207         * shell/ev-application.c: (ev_application_open):
2208         * shell/ev-document-types.c:
2209         
2210         Fix build error and small problem with application exit
2211
2212 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2213
2214         * thumbnailer/Makefile.am:
2215         * thumbnailer/evince-thumbnailer-djvu.schemas:
2216         * thumbnailer/evince-thumbnailer-dvi.schemas:
2217         
2218         Conditionally install schemas for djvu/dvi thumbnailer
2219
2220 2005-04-18  David Malcolm  <dmalcolm@redhat.com>
2221
2222         * shell/ev-document-types.h: 
2223         * shell/ev-document-types.c: 
2224         New files, handling the mapping from mimetypes to backends
2225         
2226         * shell/ev-window.c: 
2227         * thumbnailer/evince-thumbnailer.c:     
2228         Use the ev-document-types code
2229         
2230         * shell/Makefile.am: 
2231         Added new convenience library libevbackendfactory_la, containing
2232         the new mimetype->backend logic; moved the backends into it.
2233
2234         * thumbnailer/Makefile.am:
2235         Make the thumbnailer link with the libevbackend.la convenience
2236         library, rather than having a duplicate of the backend logic here.
2237
2238 2005-04-18  Paolo Borelli  <pborelli@katamail.com>
2239
2240         * shell/ev-stock-icons.c: constify some vars.
2241         * shell/ev-window.c: ditto.
2242
2243 2005-04-18  Marco Pesenti Gritti  <mpg@redhat.com>
2244
2245         * ps/ps-document.c (get_page_orientation):
2246
2247         Respect document orientation 
2248
2249 2005-04-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2250
2251         * djvu/Makefile.am:
2252         * dvi/Makefile.am:
2253         * shell/Makefile.am:
2254         
2255         Move library dependencies to components.
2256         
2257         * shell/ev-window.c: (update_window_title),
2258         (start_loading_document):
2259         
2260         Fix display of uris with spaces. Bug 168358.
2261
2262 Sat Apr 16 18:53:47 2005  Jonathan Blandford  <jrb@redhat.com>
2263
2264         * shell/ev-sidebar-links.c: (selection_changed_cb):
2265         * shell/ev-view.c: (ev_view_finalize), (go_to_link),
2266         (ev_view_button_release_event), (ev_view_set_document):
2267         * shell/ev-view.h:
2268         * shell/ev-window.c: (find_bar_search_changed_cb):
2269         * shell/ev-window.h: Minor cleanups removing some dead code.
2270
2271 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2272
2273         * backend/ev-page-cache.c: (_ev_page_cache_new):
2274         
2275         Set current page to 0 if document has pages.
2276
2277 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
2278
2279         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
2280
2281         Initialize GError to NULL, fix a crash when loading fails.
2282
2283 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
2284
2285         * shell/ev-window.c: (update_view_size):
2286
2287         Calculate shadow size only when there is actually
2288         a shadow.
2289
2290 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
2291
2292         * shell/ev-view.c: (ev_view_set_spacing), (ev_view_init):
2293         * shell/ev-view.h:
2294
2295         Allow setting view spacing, default to 0
2296
2297         * shell/ev-window.c: (ev_window_unfullscreen),
2298         (ev_window_cmd_view_fullscreen), (ev_window_init):
2299
2300         Remove spacing in fullscreen mode
2301
2302 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
2303
2304         * shell/ev-view.c: (compute_border), (compute_zoom_factor),
2305         (ev_view_size_request), (expose_bin_window),
2306         (ev_view_set_show_border), (ev_view_init), (page_changed_cb):
2307         * shell/ev-view.h:
2308         * shell/ev-window.c: (ev_window_unfullscreen),
2309         (ev_window_cmd_view_fullscreen):
2310
2311         Do not draw the border in fulscreen
2312
2313 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
2314
2315         * shell/ev-view.c: (ev_view_get_offsets), (compute_zoom_factor),
2316         (ev_view_size_request), (expose_bin_window), (ev_view_select_all),
2317         (find_page_at_location), (page_changed_cb):
2318
2319         Rework border calculation, so that I can more easily disable it.
2320         Code somewhat cleaner too.
2321
2322 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
2323
2324         * backend/ev-page-cache.c: (ev_page_cache_init),
2325         (_ev_page_cache_new):
2326
2327         Remove some assertions, documents can have 0 pages.
2328         Make initial current page -1.
2329
2330         * shell/ev-page-action.c: (page_changed_cb):
2331
2332         Show "" if current page is -1
2333
2334         * shell/ev-window.c: (update_action_sensitivity),
2335         (ev_window_setup_document):
2336
2337         When document has 0 pages do not set the view
2338         and make nearly everything insensitive.
2339
2340 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2341
2342         * shell/ev-page-view.c:
2343         * shell/ev-page-view.h:
2344
2345         Remove unused files.
2346         
2347         * shell/ev-sidebar-thumbnails.c:
2348         (ev_sidebar_thumbnails_set_document):
2349         * shell/ev-sidebar.c: (ev_sidebar_set_document),
2350         (ev_sidebar_supports_document):
2351         * shell/ev-sidebar.h:
2352         * shell/ev-window.c: (ev_window_setup_document):
2353         
2354         Doesn't show thumbnails if document has 1 page. Make
2355         sidebar menu entries sensitive only if if they have 
2356         sense. Fix bug 164811. 
2357
2358 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
2359
2360         * shell/ev-view.c: (compute_zoom_factor), (ev_view_size_request),
2361         (page_changed_cb), (ev_view_zoom), (ev_view_zoom_in),
2362         (ev_view_zoom_out), (ev_view_set_size):
2363
2364         Rework sizing to deal with documents with not uniform page
2365         size.
2366
2367 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
2368
2369         * backend/ev-page-cache.c: (_ev_page_cache_new):
2370
2371         Fix several page size caching bugs
2372
2373 2005-04-15  Luca Ferretti <elle.uca@libero.it>
2374
2375         * shell/ev-window.c: (set_action_properties):
2376
2377         Make all toolbar items translatable
2378
2379 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
2380
2381         * ps/ps-document.c: (ps_document_init), (ps_document_get_type),
2382         (save_page_list), (ps_document_save),
2383         (ps_document_document_iface_init), (ps_document_ps_export_begin),
2384         (ps_document_ps_export_do_page), (ps_document_ps_export_end),
2385         (ps_document_ps_exporter_iface_init):
2386         * ps/ps-document.h:
2387
2388         Based on a patch by J�rg Billeter <j@bitron.ch>
2389         
2390         Implement print and save a copy for the ps backend.
2391
2392 2005-04-14   Marco Pesenti Gritti <mpg@redhat.com>
2393
2394         * backend/ev-document.h:
2395         * djvu/djvu-document.c: (djvu_document_can_get_text),
2396         (djvu_document_document_iface_init):
2397         * dvi/dvi-document.c: (dvi_document_can_get_text),
2398         (dvi_document_document_iface_init):
2399         * pdf/ev-poppler.cc:
2400         * pixbuf/pixbuf-document.c: (pixbuf_document_can_get_text),
2401         (pixbuf_document_document_iface_init):
2402         * ps/ps-document.c: (ps_document_can_get_text),
2403         (ps_document_document_iface_init):
2404         * shell/ev-view.c: (ev_view_copy), (ev_view_primary_get_cb):
2405         * shell/ev-window.c: (update_action_sensitivity):
2406
2407         Fix the crash when trying to copy in backends that doesnt
2408         support it. We can implement a better solution once we
2409         do real text selection.
2410
2411 2005-04-12  Marco Pesenti Gritti <mpg@redhat.com>
2412
2413         * data/evince-ui.xml:
2414         * shell/ev-window.c: (ev_window_cmd_escape):
2415         
2416         Work around the Escape conflict (find bar and unfullscreen)
2417
2418 2005-04-12  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
2419
2420         * backend/ev-page-cache.c: (ev_page_cache_next_page):
2421         
2422         Fix for #300233. Next page correctly handles document end.
2423         
2424         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
2425         (ev_sidebar_thumbnails_class_init),
2426         (ev_sidebar_thumbnails_set_document),
2427         (ev_sidebar_thumbnails_clear_job),
2428         (ev_sidebar_thumbnails_clear_model):
2429         
2430         Cleanup thumbnail jobs on document changes.
2431         
2432         * shell/ev-view.c: (add_scroll_binding_keypad),
2433         (add_scroll_binding_shifted), (ev_view_class_init):
2434         
2435         Shift + Space scrolls up. Fix for #173184
2436         
2437         * shell/ev-window.c: (ev_window_open_page),
2438         (ev_window_cmd_view_reload):
2439         
2440         Fix reload (Bug #300094)
2441
2442 2005-04-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2443
2444         
2445         * dvi/mdvi-lib/assoc.c:
2446         * dvi/mdvi-lib/assoc.h: Removed garbage files
2447         
2448         * dvi/mdvi-lib/bitmap.c:
2449         * dvi/mdvi-lib/color.c: (mdvi_set_color), (mdvi_push_color),
2450         (mdvi_pop_color), (mdvi_reset_color), (get_color_table):
2451         * dvi/mdvi-lib/color.h: Antialias of rules
2452         
2453         * dvi/mdvi-lib/common.h:
2454         * dvi/mdvi-lib/dviread.c: (mdvi_configure), (mdvi_init_context),
2455         (mdvi_destroy_context), (draw_shrink_rule), (draw_box), (set_rule):
2456         * dvi/mdvi-lib/files.c:
2457         * dvi/mdvi-lib/fontmap.c: (ps_init_default_paths):
2458         * dvi/mdvi-lib/mdvi.h:
2459         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
2460         * dvi/mdvi-lib/tfmfile.c: (ofm_load_file):
2461         * dvi/mdvi-lib/util.c: Fix compile warnings
2462         
2463         * dvi/dvi-document.c:
2464         (dvi_document_load), (dvi_document_thumbnails_get_dimensions),
2465         (dvi_document_thumbnails_get_thumbnail),
2466         (dvi_document_document_thumbnails_iface_init):
2467         * dvi/mdvi-lib/Makefile.am:
2468         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
2469         (dvi_pixbuf_set_color), (mdvi_pixbuf_device_render):
2470         
2471         Dvi backend now renders thumbnails
2472
2473 2005-04-09  Christian Persch  <chpe@cvs.gnome.org>
2474
2475         * shell/main.c: (main): 
2476         
2477         Save accelerators on exit. Fixes bug #172095.
2478
2479 Sat Apr  9 01:05:09 2005  Jonathan Blandford  <jrb@redhat.com>
2480
2481         * shell/ev-pixbuf-cache.c (move_one_job): Actually fix the "FIXME:
2482         update priority" comment.
2483
2484         * backend/ev-job-queue.c: Give a way to change priority.
2485
2486 Sat Apr  9 00:05:36 2005  Jonathan Blandford  <jrb@redhat.com>
2487
2488         * shell/ev-page-action.c: Fix logic.
2489
2490 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
2491
2492         * shell/ev-view.c: (ev_view_can_find_next):
2493         * shell/ev-window.c: (ev_window_setup_document):
2494
2495         Check that the document supports find
2496
2497 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
2498
2499         * data/evince-ui.xml:
2500         * shell/ev-view.c: (ev_view_can_find_next):
2501         * shell/ev-view.h:
2502         * shell/ev-window.c: (update_action_sensitivity),
2503         (find_changed_cb), (ev_window_setup_document),
2504         (ev_window_cmd_edit_find_next):
2505
2506         Add Edit->Find Next
2507
2508 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
2509
2510         * pdf/ev-poppler.cc:
2511         * shell/ev-print-job.c: (idle_print_handler):
2512
2513         Make printing work again
2514
2515 Fri Apr  8 01:12:24 2005  Jonathan Blandford  <jrb@redhat.com>
2516
2517         * shell/ev-page-action.h:
2518         * shell/ev-page-action.c: (ev_page_action_widget_init),
2519         (ev_page_action_widget_class_init), (page_changed_cb),
2520         (create_tool_item), (update_page_cache), (build_new_tree_cb),
2521         (get_filter_model_from_model), (match_selected_cb),
2522         (display_completion_text), (match_completion), (update_model),
2523         (connect_proxy), (ev_page_action_set_property),
2524         (ev_page_action_get_property), (ev_page_action_set_document),
2525         (ev_page_action_set_model), (ev_page_action_class_init): Big
2526         reworking to make completions work iff we have >= GTK-2.7.0
2527                 
2528         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_property),
2529         (ev_sidebar_links_get_property), (ev_sidebar_links_class_init),
2530         (job_finished_cb): We now have a 'model' property that is set when
2531         the links are loaded.  This can be caught with "notify::model"
2532
2533         * shell/ev-window.c: (sidebar_widget_model_set), (ev_window_init):
2534         listen for the model to be set, and propagate it to the action.
2535
2536 2005-04-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2537
2538         * cut-n-paste/recent-files/egg-recent-item.c:
2539         (egg_recent_item_set_uri), (make_valid_utf8),
2540         (egg_recent_item_set_mime_type), (egg_recent_item_get_mime_type):
2541         * cut-n-paste/recent-files/egg-recent-item.h:
2542         
2543         Update egg-recent from libegg. This should fix long
2544         startup problem. For details see
2545         http://bugzilla.gnome.org/show_bug.cgi?id=160531
2546
2547 2005-04-07  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
2548
2549         * cut-n-paste/recent-files/Makefile.am:
2550         * data/evince-ui.xml, shell/Makefile.am:
2551         * shell/ev-application.c, shell/ev-application.h:
2552         * shell/ev-window.c: Recent files support.
2553         
2554         * configure.ac: Added "ru" to ALL_LINGUAS.
2555         
2556         * dvju: new backend to support DJVU files.
2557         * dvi: new backend to support DVI.
2558
2559         * configure.ac, Makefile.am, shell/Makefile.am, ev-window.c:
2560         * ev-application.c: Support for new backends.
2561         
2562         * help, ev-window.c, main.c shell/Makefile.am: 
2563         Evince user documentation.
2564
2565 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
2566
2567         * po/POTFILES.in:
2568         * shell/ev-window.c:
2569         * thumbnailer/evince-thumbnailer.c:
2570
2571         s/pdf-document/ev-poppler
2572
2573 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
2574
2575         * NEWS:
2576         * configure.ac:
2577
2578         Release 0.2.0
2579
2580         * ps/ps-document.c: (setup_pixmap):
2581
2582         Remove debug code
2583
2584 2005-04-05  Kristian Høgsberg  <krh@redhat.com>
2585
2586         * backend/ev-page-cache.c (ev_page_cache_next_page): 
2587         * shell/ev-window.c (ev_window_cmd_go_next_page) 
2588         (ev_window_cmd_go_first_page): Fix of by one errors.
2589
2590 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
2591
2592         * ps/ps-document.c: (get_page_box):
2593
2594         Fix page size calculation
2595
2596 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
2597
2598         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
2599         (ps_document_cleanup), (setup_pixmap), (get_page_box),
2600         (get_page_orientation), (setup_page), (document_load),
2601         (ps_document_get_page_size), (render_pixbuf_idle):
2602         * ps/ps-document.h:
2603
2604         More refactoring to adapt to EvDocument changes
2605
2606 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
2607
2608         * ps/ps-document.c: (start_interpreter):
2609
2610         Actually add alpha args
2611
2612 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
2613
2614         * pdf/ev-poppler.cc:
2615
2616         Make clipboard work again
2617
2618 2005-04-04  Kristian Høgsberg  <krh@redhat.com>
2619
2620         Make searching work again.
2621         
2622         * backend/ev-document.c:
2623         * backend/ev-document.h:
2624         * backend/ev-document-find.c:
2625         * backend/ev-document-find.h: Change EvDocumentIface so we no
2626         longer store the current page or zoom level in the document.  The
2627         consequence is that all calls that operate on the current page now
2628         instead take the page number as an extra argument, and all
2629         coordinates are now doubles in document coordinate system.
2630
2631         * pdf/ev-poppler.cc:
2632         * pixbuf/pixbuf-document.c:
2633         * ps/ps-document.c: Update backends accordingly.
2634
2635 2005-04-04  Marco Pesenti Gritti <marco@gnome.org>
2636
2637         * autogen.sh:
2638
2639         Add required gettext version
2640
2641 Sat Apr  2 18:57:00 2005  Jonathan Blandford  <jrb@redhat.com>
2642
2643         * shell/evwindow.c: Patch from Alberto Mesas <amesas@gmail.com> to
2644         make F1 bring up non-existent help.
2645
2646         * shell/eggfindbar.c: Patch from Christian Persch to sync to
2647         epiphany's find bar, #167477
2648
2649         * shell/ev-view.c (ev_view_jump): Patch from Emil Soleyman-Zomalan
2650         <emil@nishra.com> to add space-bar scrolling, 
2651
2652         * shell/ev-window.c (static GtkActionEntry entries): add default
2653         keybinding for Help (F1)
2654         Fixes #171068
2655
2656         * shell/ev-view.c (ev_view_show_cursor): Fix from Yuval Tanny
2657         changing EV_VIEW_CURSOR_LINK to EV_VIEW_CURSOR_NORMAL resolves bug
2658         170110
2659
2660 2005-04-01  David Malcolm  <dmalcolm@redhat.com>
2661
2662         * Makefile.am: 
2663         * pixbuf/pixbuf-document.c: 
2664
2665         Got pixbuf backend working again
2666
2667 2005-04-01  Steve Murphy  <murf@e-tools.com>
2668
2669         * configure.in: Added "rw" to ALL_LINGUAS.
2670
2671 Fri Apr  1 02:33:41 2005  Jonathan Blandford  <jrb@redhat.com>
2672
2673         * shell/ev-sidebar-links.c (create_loading_model): Fix mismatch in
2674         model types, noticed by Martin Kretzschmar.
2675
2676 2005-04-01  Kristian Høgsberg  <krh@redhat.com>
2677
2678         * pdf/ev-poppler.cc: Implement search based on
2679         poppler_page_find_text().  Currently a bit crude since we remember
2680         all matches from all pages.  Also, we grab the big document lock
2681         when we search since searching changes the underlying stream and
2682         thus conflicts with the rendering thread.
2683         
2684         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
2685         (jump_to_find_page), (ev_view_set_document), (ev_view_find_next),
2686         (ev_view_find_previous): Fix some page indexes to be 0 based,
2687         offset rubber band by view offset,
2688
2689 Fri Apr 01 09:21:12 2005  Pablo Saratxaga  <pablo@mandrakesoft.com>
2690
2691         * configure.ac: Added Walloon (wa) to ALL_LINGUAS.
2692
2693 Fri Apr  1 01:59:39 2005  Jonathan Blandford  <jrb@redhat.com>
2694
2695         * shell/ev-page-action.c: Changed to use page labels now.  Rewrote
2696         completely because I didn't understand GtkActions.  I should
2697         read Marco's code more carefully in the future.
2698
2699         * backend/ev-page-cache.h (ev_page_cache_set_page_label): New
2700         function
2701
2702 2005-03-31  Kristian Høgsberg  <krh@redhat.com>
2703
2704         * pdf/ev-poppler.cc (pdf_document_get_links): Update to work with
2705         PopplerRectangle change from poppler CVS.
2706
2707 Thu Mar 31 13:27:50 2005  Jonathan Blandford  <jrb@redhat.com>
2708
2709         * backend/ev-document.c: (ev_document_get_page_label):
2710         * backend/ev-document.h:
2711         * backend/ev-page-cache.c: (_ev_page_cache_new),
2712         (ev_page_cache_get_page_label):
2713         * backend/ev-page-cache.h:
2714         * pdf/ev-poppler.cc:
2715         * shell/ev-sidebar-links.c: (ev_sidebar_links_construct),
2716         (links_page_num_func):
2717         * shell/ev-sidebar-thumbnails.c:
2718         (ev_sidebar_thumbnails_set_document):
2719         * shell/ev-view.c: (status_message_from_link),
2720         (ev_view_motion_notify_event):
2721         * shell/ev-window.c: (document_supports_sidebar): Add in page
2722         label support.  It's not perfect yet, but it's the first 'feature'
2723         in a while.
2724         Also, fix a bogus comment noticed by crispin. 
2725
2726 Thu Mar 31 01:21:58 2005  Jonathan Blandford  <jrb@redhat.com>
2727
2728         * Makefile.am: Remove pixbuf backend for now
2729
2730         * configure.ac: Require poppler-glib instead of just poppler.
2731
2732         * backend/ev-document-thumbnails.h: Add a comment
2733
2734         * backend/ev-document.h:
2735         * backend/ev-document.c: (ev_document_class_init),
2736         (ev_document_load), (ev_document_get_link),
2737         (ev_document_get_links): Remove 3 methods and add get_links.
2738         Also, made 0 based.
2739
2740         * backend/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
2741         * backend/ev-jobs.h: now EvJobRender can grab the links for a document.
2742
2743         * backend/ev-link.c: (ev_link_set_title),
2744         (ev_link_mapping_free_foreach), (ev_link_mapping_free),
2745         (ev_link_mapping_find):
2746         * backend/ev-link.h: Allow NULL titles.  Also, introduce a mapping link.
2747         
2748         * backend/ev-page-cache.c: (ev_page_cache_init),
2749         (_ev_page_cache_new), (ev_page_cache_set_current_page),
2750         (ev_page_cache_get_size), (ev_page_cache_next_page),
2751         (ev_page_cache_prev_page): Fix to be 0 based.
2752
2753         * pdf/Makefile.am: 
2754         * pdf/ev-poppler.h:
2755         * pdf/ev-poppler.cc: New backend.
2756         
2757         * ps/ps-document.c: (ps_document_init), (ps_document_set_page),
2758         (ps_document_get_page), (ps_document_document_iface_init):
2759
2760         * shell/ev-pixbuf-cache.h:
2761         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
2762         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
2763         (ev_pixbuf_cache_update_range), (copy_job_to_job_info),
2764         (add_job_if_needed), (ev_pixbuf_cache_set_page_range),
2765         (ev_pixbuf_cache_get_pixbuf), (ev_pixbuf_cache_get_link_mapping):
2766         Fix up code to grab a page cache per each doc.  Also, fix to be 0
2767         based.
2768         
2769         * shell/ev-sidebar-thumbnails.c:
2770         (ev_sidebar_tree_selection_changed), (page_changed_cb),
2771         (ev_sidebar_thumbnails_set_document): Fix to be 0 based.
2772
2773         * shell/ev-view.c: (status_message_from_link),
2774         (find_page_at_location), (get_link_at_location),
2775         (ev_view_motion_notify_event), (ev_view_button_release_event),
2776         (ev_view_init): Use the new link code.  Fix to be 0 based.
2777
2778         * shell/ev-window.c: (update_action_sensitivity),
2779         (document_supports_sidebar): 0 based.
2780
2781 Fri Mar 25 16:55:58 2005  Jonathan Blandford  <jrb@redhat.com>
2782
2783         * pdf/pdf-document.cc: Patch from Fernando Herrera
2784         <fherrera@onirica.com> to fix my quick fix to get_thumbnail.
2785         *blush*
2786
2787 Wed Mar 23 23:49:41 2005  Jonathan Blandford  <jrb@redhat.com>
2788
2789         * pdf/pdf-document.cc (pdf_document_thumbnails_get_thumbnail): add
2790         1 to the page, as this seems to be 1 based.  I thought we has this
2791         fixed.  grump.
2792
2793 2005-03-23  Marco Pesenti Gritti <marco@gnome.org>
2794
2795         * TODO:
2796         * backend/Makefile.am:
2797         * backend/ev-document-links.c:
2798         (ev_document_links_has_document_links),
2799         (ev_document_links_get_links_model):
2800         * backend/ev-document-links.h:
2801         * backend/ev-document.c: (ev_document_get_page_cache),
2802         (ev_document_get_doc_mutex), (ev_document_load),
2803         (ev_document_save), (ev_document_get_title),
2804         (ev_document_get_n_pages), (ev_document_set_page),
2805         (ev_document_get_page), (ev_document_set_target),
2806         (ev_document_set_scale), (ev_document_set_page_offset),
2807         (ev_document_get_page_size), (ev_document_get_text),
2808         (ev_document_get_link), (ev_document_render),
2809         (ev_document_render_pixbuf), (ev_document_scale_changed):
2810         * backend/ev-document.h:
2811         * backend/ev-job-queue.c: (remove_object_from_queue),
2812         (notify_finished), (handle_job), (search_for_jobs_unlocked),
2813         (no_jobs_available_unlocked), (ev_render_thread),
2814         (ev_job_queue_init), (find_queue), (ev_job_queue_add_job),
2815         (ev_job_queue_remove_job):
2816         * backend/ev-job-queue.h:
2817         * backend/ev-jobs.c: (ev_job_init), (ev_job_dispose),
2818         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
2819         (ev_job_links_class_init), (ev_job_render_init),
2820         (ev_job_render_dispose), (ev_job_render_class_init),
2821         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
2822         (ev_job_thumbnail_class_init), (ev_job_finished),
2823         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
2824         (ev_job_render_run), (ev_job_thumbnail_new),
2825         (ev_job_thumbnail_run):
2826         * backend/ev-jobs.h:
2827         * backend/ev-link.c:
2828         * backend/ev-link.h:
2829         * backend/ev-page-cache.c: (ev_page_cache_init),
2830         (ev_page_cache_class_init), (ev_page_cache_finalize),
2831         (_ev_page_cache_new), (ev_page_cache_get_n_pages),
2832         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
2833         (ev_page_cache_set_link), (ev_page_cache_get_title),
2834         (ev_page_cache_get_size), (ev_page_cache_next_page),
2835         (ev_page_cache_prev_page):
2836         * backend/ev-page-cache.h:
2837         * pdf/pdf-document.cc:
2838         * ps/gsdefaults.c:
2839         * ps/gsdefaults.h:
2840         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
2841         (push_pixbuf), (interpreter_failed), (ps_document_cleanup),
2842         (ps_document_widget_event), (ps_document_finalize), (get_xdpi),
2843         (get_ydpi), (setup_pixmap), (setup_page), (close_pipe),
2844         (is_interpreter_ready), (output), (catchPipe), (input),
2845         (start_interpreter), (check_filecompressed), (compute_dimensions),
2846         (ps_document_enable_interpreter), (document_load),
2847         (ps_document_next_page), (render_page), (ps_document_set_page),
2848         (ps_document_set_scale), (render_pixbuf_idle),
2849         (ps_document_render_pixbuf), (ps_document_document_iface_init):
2850         * ps/ps-document.h:
2851         * shell/Makefile.am:
2852         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
2853         (ev_pixbuf_cache_class_init), (ev_pixbuf_cache_finalize),
2854         (dispose_cache_job_info), (ev_pixbuf_cache_dispose),
2855         (ev_pixbuf_cache_new), (job_finished_cb),
2856         (check_job_size_and_unref), (move_one_job),
2857         (ev_pixbuf_cache_update_range), (find_job_cache),
2858         (ev_pixbuf_cache_clear_job_sizes), (add_job_if_needed),
2859         (ev_pixbuf_cache_add_jobs_if_needed),
2860         (ev_pixbuf_cache_set_page_range), (ev_pixbuf_cache_get_pixbuf):
2861         * shell/ev-pixbuf-cache.h:
2862         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
2863         (idle_print_handler):
2864         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
2865         (selection_changed_cb), (create_loading_model),
2866         (ev_sidebar_links_construct), (links_page_num_func),
2867         (ev_sidebar_links_clear_document), (update_page_callback_foreach),
2868         (update_page_callback), (job_finished_cb),
2869         (ev_sidebar_links_set_document):
2870         * shell/ev-sidebar-thumbnails.c:
2871         (ev_sidebar_thumbnails_class_init), (adjustment_changed_cb),
2872         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init),
2873         (page_changed_cb), (thumbnail_job_completed_callback),
2874         (ev_sidebar_thumbnails_set_document):
2875         * shell/ev-sidebar-thumbnails.h:
2876         * shell/ev-sidebar.c: (ev_sidebar_set_document):
2877         * shell/ev-view.c: (ev_view_finalize), (ev_view_destroy),
2878         (ev_view_get_offsets), (ev_view_size_request), (ev_view_realize),
2879         (ev_view_unrealize), (highlight_find_results), (expose_bin_window),
2880         (ev_view_select_all), (ev_view_copy), (ev_view_primary_get_cb),
2881         (ev_view_create_invisible_cursor), (ev_view_motion_notify_event),
2882         (ev_view_button_release_event), (ev_view_scroll_view),
2883         (ev_view_class_init), (ev_view_init), (update_find_status_message),
2884         (jump_to_find_result), (jump_to_find_page), (find_changed_cb),
2885         (ev_view_new), (job_finished_cb), (page_changed_cb),
2886         (ev_view_set_document), (go_to_link), (ev_view_zoom),
2887         (size_to_zoom_factor), (ev_view_set_size), (ev_view_find_next),
2888         (ev_view_find_previous):
2889         * shell/ev-view.h:
2890         * shell/ev-window.c: (update_action_sensitivity),
2891         (ev_window_open_page), (update_window_title), (update_total_pages),
2892         (page_changed_cb), (ev_window_setup_document),
2893         (password_dialog_response), (ev_window_cmd_save_as),
2894         (ev_window_print), (ev_window_cmd_go_previous_page),
2895         (ev_window_cmd_go_next_page), (ev_window_cmd_go_first_page),
2896         (ev_window_cmd_go_last_page), (ev_window_cmd_view_reload),
2897         (find_bar_search_changed_cb), (goto_page_cb), (ev_window_init):
2898         * shell/main.c: (main):
2899
2900         Merge evince-threads branch
2901
2902 2005-03-16  Žygimantas Beručka  <uid0@akl.lt>
2903
2904         * configure.ac: Added "lt" to ALL_LINGUAS.
2905
2906 2005-03-14  Marco Pesenti Gritti  <marco@gnome.org>
2907
2908         * NEWS:
2909         * configure.ac:
2910
2911         Release 0.1.9
2912
2913 2005-03-13  Fernando Herrera  <fherrera@onirica.com>
2914
2915         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
2916
2917         Fix here also the thumbnails 1-basedness :)
2918
2919 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
2920
2921         * NEWS:
2922         * configure.ac:
2923
2924         Release 0.1.8
2925
2926 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
2927
2928         * pdf/pdf-document.cc:
2929         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
2930         (do_one_iteration), (ev_sidebar_thumbnails_set_document):
2931
2932         Fix the mess we did with thumbnails and 1-basedness
2933
2934 2005-03-12  Changwoo Ryu  <cwryu@debian.org>
2935
2936         * configure.ac (ALL_LINGUAS): Added "ko" (Korean).
2937
2938 2005-03-09  Marco Pesenti Gritti  <marco@gnome.org>
2939
2940         * NEWS:
2941         * configure.ac:
2942
2943         Release 0.1.7
2944
2945 2005-03-08  Marco Pesenti Gritti  <marco@gnome.org>
2946
2947         * ps/Makefile.am:
2948         * ps/gsdefaults.c: (gtk_gs_defaults_get_interpreter_cmd),
2949         (gtk_gs_defaults_get_alpha_parameters),
2950         (gtk_gs_defaults_get_ungzip_cmd),
2951         (gtk_gs_defaults_get_unbzip2_cmd):
2952         * ps/gsdefaults.h:
2953         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
2954         (ps_document_get_orientation), (document_load),
2955         (ps_document_goto_page), (ps_document_set_page_size):
2956         * ps/ps-document.h:
2957
2958         Some more sanitization of the ps backend. Remove a lot
2959         of unused code and do not base our defaults on ggv
2960         preferences (ugh!)
2961
2962 2005-03-08  Fernando Herrera  <fherrera@onirica.com>
2963
2964         * thumbnailer/evince-thumbnailer.schemas:
2965         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
2966         (main): add -s option for thumbnail size.
2967
2968 2005-03-07  Christian Persch  <chpe@cvs.gnome.org>
2969
2970         * configure.ac:
2971
2972         AC_PROG_RANLIB is rendered obsolete by AC_PROG_LIBTOOL;
2973         remove it.
2974
2975 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
2976
2977         * pdf/pdf-document.cc:
2978
2979         Remove 4 pixels of useless border from the
2980         thumbnail.
2981
2982 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
2983
2984         * backend/ev-document-thumbnails.c:
2985         (ev_document_thumbnails_get_thumbnail):
2986         * backend/ev-document-thumbnails.h:
2987
2988         Rework API a bit. Add a border flag and
2989         change sizing logic (now the size we specify
2990         applies to the bigger dimension).
2991
2992         * pdf/pdf-document.cc:
2993         * pixbuf/pixbuf-document.c:
2994         (pixbuf_document_thumbnails_get_thumbnail):
2995         * shell/ev-sidebar-thumbnails.c: (do_one_iteration):
2996         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
2997
2998         Adapt to the new API and do not draw a border for nautilus
2999         thumbnailer.
3000
3001 2005-03-03  Fernando Herrera  <fherrera@onirica.com>
3002
3003         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
3004         take thumbnails from page "0" instead of "1". Added a copyright header.
3005
3006 2005-03-03  Jens Granseuer  <jensgr@gmx.net>
3007
3008         * ps/ps-document.c: (set_up_page), (start_interpreter):
3009
3010         Make it C89 compliant
3011
3012 2005-03-03  Marco Pesenti Gritti  <marco@gnome.org>
3013
3014         * Makefile.am:
3015         * configure.ac:
3016         * pdf/.cvsignore:
3017         * pdf/pdf-document.cc:
3018         * thumbnailer/Makefile.am:
3019         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
3020         (main):
3021         * thumbnailer/evince-thumbnailer.schemas:
3022         * thumbnailer/pdf-icon.png:
3023
3024         Add a nautilus thumbnailer.
3025         Based on patch by Fernando Herrera <fherrera@onirica.com>.
3026
3027 2005-03-02  Marco Pesenti Gritti  <marco@gnome.org>
3028
3029         * NEWS:
3030         * configure.ac:
3031         * po/POTFILES.in:
3032
3033         Release 0.1.6
3034
3035 2005-03-01  Kristian Høgsberg  <krh@redhat.com>
3036
3037         Use poppler instead of including xpdf source code.  Poppler is a
3038         fork of xpdf to build it as a shared library. See
3039         http://freedesktop.org/wiki/Software/poppler.
3040
3041         * pdf/xpdf/*, pdf/goo/*, pdf/splash/*, pdf/fofi/*: Remove included
3042         xpdf fork.
3043         
3044         * pdf/Makefile.am: Build libpdfdocument.a here.
3045         
3046         * pdf/GDKSplashOutputDev.cc:
3047         * pdf/GDKSplashOutputDev.h:
3048         * pdf/GnomeVFSStream.cc:
3049         * pdf/GnomeVFSStream.h:
3050         * pdf-document.cc:
3051         * pdf-document.h:
3052         * test-gdk-output-dev.cc
3053         * Thumb.cc:
3054         * Thumb.h: Pull these files out of pdf/xpdf and adjust to compile
3055         against poppler.
3056
3057 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
3058
3059         * shell/ev-sidebar-links.c: (ev_sidebar_links_clear_document):
3060
3061         Clear idle stack before unsetting the document
3062
3063 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
3064
3065         * ps/ps-document.c: (ps_document_widget_event),
3066         (ps_document_set_target), (ps_document_finalize),
3067         (ps_document_get_page):
3068
3069         Disconnect the widget event signal on finalize.
3070         Some code cleanups.
3071
3072 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
3073
3074         * ps/ps-document.c: (set_up_page):
3075
3076         If there is no bpixmap create one, even if size
3077         is not changed.
3078
3079 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
3080
3081         * ps/ps-document.c: (ps_document_init), (ps_document_cleanup),
3082         (set_up_page), (document_load), (ps_document_set_zoom):
3083
3084         Default page is 0. Calculate size even when we have no
3085         target yet.
3086
3087 2005-02-28  Carlos Garcia Campos <carlosgc@gnome.org>
3088
3089         * shell/ev-sidebar.c: expand the selection widget to be always as
3090         wide as the sidebar
3091
3092 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
3093
3094         * shell/ev-sidebar-thumbnails.c:
3095         (ev_sidebar_thumbnails_set_document):
3096
3097         Clear the list store when setting document
3098
3099 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
3100
3101         * shell/ev-page-action.c: (update_entry), (sync_entry),
3102         (activate_cb), (entry_size_request_cb), (create_tool_item),
3103         (connect_proxy):
3104
3105         Use an entry for the page control instead of spinbuttons
3106
3107 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
3108
3109         * data/evince.schemas.in:
3110
3111         Correct confusing string
3112
3113 Sun Feb 27 23:00:31 2005  Jonathan Blandford  <jrb@redhat.com>
3114
3115         * shell/ev-sidebar-links.c (do_one_iteration): Handle title links
3116         for real.  Gosh, how long has this been broken.
3117
3118         * pdf/xpdf/pdf-document.cc (build_link_from_action): add back the
3119         check for a NULL link.  We crash otherwise.
3120
3121 2005-02-27  Marco Pesenti Gritti  <marco@gnome.org>
3122
3123         * NEWS:
3124         * configure.ac:
3125
3126         Release 0.1.5
3127
3128 2005-02-25  Sebastien Bacher  <seb128@debian.org>
3129
3130         * configure.ac: add the french translation.
3131
3132 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
3133
3134         * shell/ev-window.c:
3135
3136         Remove unused header -> fix distcheck
3137
3138 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
3139
3140         * shell/ev-window.c: (update_window_title),
3141         (ev_window_popup_password_dialog):
3142
3143         Unescape filename for display
3144
3145 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
3146
3147         * pdf/xpdf/pdf-document.cc:
3148
3149         In get_page_size deal with rotation. Also
3150         cleanup the function a bit.
3151
3152 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
3153
3154         * pdf/xpdf/pdf-document.cc:
3155
3156         Fix crash when opening in new window
3157
3158 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
3159
3160         * configure.ac:
3161
3162         Check ghostscript >= 7
3163
3164 2005-02-25  Pedro Villavicencio <pvillavi@gnome.cl>
3165
3166         * shell/ev-window.c:
3167
3168         Make page width the default sizing mode
3169
3170 2005-02-25  Carlos Garcia Campos <carlosgc@gnome.org>
3171             Marco Pesenti Gritti <marco@gnome.org>
3172
3173         * shell/ev-window.c: Remember the sidebar size
3174
3175         * data/evince.schemas.in: Add a new gconf key to store the size of
3176         the sidebar
3177
3178 2005-02-24  Kai Willadsen  <kaiw@itee.uq.edu.au>
3179
3180         * data/evince-ui.xml:
3181         * shell/ev-window.c: (update_action_sensitivity),
3182         (ev_window_cmd_view_reload):
3183         
3184         Add a "Reload" action and menu entry
3185
3186 Thu Feb 24 23:07:33 2005  Jonathan Blandford  <jrb@redhat.com>
3187
3188         * shell/ev-window.c (hide_sidebar_and_actions): Hide the sidebar
3189         iff the type doesn't support thumbnailing and indexing.
3190
3191 2005-02-24  Martin Kretzschmar  <martink@gnome.org>
3192
3193         * configure.ac (ALL_LINGUAS): Added "zh_TW" (Traditional Chinese).
3194
3195 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
3196
3197         * pdf/splash/Splash.cc:
3198
3199         Port fix for a crasher from kde bug
3200         http://bugs.kde.org/show_bug.cgi?id=97131
3201
3202 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
3203
3204         * pdf/xpdf/pdf-document.cc:
3205
3206         Return a link even if it's of an unrecognized
3207         type. Otherwise we go in an infinte cycle.
3208
3209 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
3210
3211         * shell/ev-window.c: (update_sizing_buttons), (update_view_size),
3212         (size_allocate_cb), (ev_window_set_sizing_mode):
3213
3214         Update size when switching mode
3215
3216 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
3217
3218         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
3219         (ev_window_cmd_view_page_width), (update_sizing_buttons),
3220         (ev_window_cmd_view_normal_size):
3221
3222         Fix size toggle buttons behavior
3223
3224 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
3225
3226         * shell/ev-view.c: (ev_view_get_offsets), (view_rect_to_doc_rect),
3227         (doc_rect_to_view_rect), (ev_view_size_allocate),
3228         (expose_bin_window), (ev_view_select_all), (page_changed_callback),
3229         (scale_changed_callback):
3230
3231         Do not cache offsets in size_allocate.
3232
3233 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
3234
3235         * shell/ev-view.c: (ev_view_size_allocate):
3236
3237         Calculate offsets before calling the parent
3238         class (which does a redraw)
3239
3240 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
3241
3242         * pdf/xpdf/pdf-document.cc:
3243
3244         Fix a crasher on exit. Unused code, put a TODO
3245
3246 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
3247
3248         * backend/ev-document.c: (ev_document_class_init),
3249         (ev_document_page_changed), (ev_document_scale_changed):
3250         * backend/ev-document.h:
3251
3252         Separate page/scale notifications
3253
3254         * pdf/xpdf/pdf-document.cc:
3255
3256         Emit the new signals.
3257         Do not display the pdf page in _render, do it
3258         when scale/page are requested.
3259
3260         * ps/ps-document.c: (ps_document_set_zoom),
3261         (ps_document_widget_event):
3262         * ps/ps-document.h:
3263
3264         Emit the new signals.
3265
3266         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
3267         (ev_view_init), (page_changed_callback), (scale_changed_callback),
3268         (ev_view_set_document), (ev_view_zoom), (ev_view_zoom_in),
3269         (ev_view_zoom_out), (size_to_zoom_factor), (ev_view_set_size):
3270         * shell/ev-view.h:
3271         * shell/ev-window.c: (ev_window_cmd_view_normal_size),
3272         (ev_window_cmd_view_page_width), (size_allocate_cb),
3273         (ev_window_set_sizing_mode):
3274
3275         Rework sizing to be pixel based.
3276         There are bugs but should be already way better.
3277
3278 2005-02-23  Marco Pesenti Gritti  <marco@gnome.org>
3279
3280         * shell/ev-window.c: (ev_window_init):
3281
3282         Do not allow to shrink sidebar smaller then
3283         child requisition
3284
3285 2005-02-23  Carlos Garcia Campos <carlosgc@gnome.org> 
3286
3287         * shell/ev-sidebar.[ch]
3288         * shell/ev-window.c:
3289
3290         Improved sidebar widget. Fixes #166683
3291
3292 2005-02-23  Tommi Vainikainen  <thv@iki.fi>
3293
3294         * shell/ev-view.c (update_find_status_message): Give translators
3295         more flexibility with ngettext plural handling.
3296
3297 Mon Feb 21 17:52:08 2005  Jonathan Blandford  <jrb@redhat.com>
3298
3299         * pdf/xpdf/pdf-document.cc (pdf_document_get_page_size): Patch
3300         from Crispin Flowerday <gnome@flowerday.cx> to avoid rendering the
3301         page when we get the page size.
3302
3303 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
3304
3305         * ps/ps-document.c: (ps_document_set_page), (ps_document_get_page):
3306
3307         ps pages are 0 based, convert 
3308
3309 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
3310
3311         * ps/ps-document.c: (ps_document_class_init), (ps_document_load):
3312
3313         Initialize correct parent class. Set GError on document load
3314
3315 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
3316
3317         * pdf/xpdf/pdf-document.cc:
3318
3319         Fixup selection offset calculation
3320
3321         * shell/ev-view.c: (view_rect_to_doc_rect),
3322         (doc_rect_to_view_rect), (ev_view_size_allocate),
3323         (expose_bin_window), (ev_view_select_all), (ev_view_copy),
3324         (ev_view_primary_get_cb), (ev_view_motion_notify_event):
3325
3326         Store selection as document relative, so that zooming
3327         and offset changing doesnt break it.
3328
3329 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
3330
3331         * shell/ev-view.c: (ev_view_best_fit):
3332
3333         Do not try to best fit if the view is not realized
3334
3335 2005-02-20  Kostas Papadimas <pkst@gnome.org>
3336           
3337         * configure.ac (ALL_LINGUAS): Added "el" (Greek).
3338
3339 Fri Feb 18 16:06:39 2005  Jonathan Blandford  <jrb@redhat.com>
3340
3341         * shell/ev-window.c (ev_window_focus_in_event): missed a case.
3342
3343 Fri Feb 18 15:32:57 2005  Jonathan Blandford  <jrb@redhat.com>
3344
3345         * shell/ev-window.c: Change the fullscreen toolbar to always be in
3346         the popup window.  That prevents it resizing when in full screen
3347         mode.
3348
3349         * shell/ev-view.c: Change Zoom epsilon as a bad hack to avoid
3350         multiple rerenders.  This pretty much sucks.
3351
3352         * data/evince-ui.xml: Change the fullscreen toolbar to include the
3353         rest of the toolbar.
3354
3355 2005-02-18  Tommi Vainikainen  <thv@iki.fi>
3356
3357         * configure.ac (ALL_LINGUAS): Added "fi" (Finnish).
3358
3359 2005-02-17  Alexander Shopov  <ash@contact.bg>
3360
3361         * configure.in (ALL_LINGUAS): Added "bg" (Bulgarian)
3362
3363 2005-02-16  Bryan Clark  <clarkbw@cvs.gnome.org>
3364
3365         * shell/ev-window.c: added ellipsis to Print item. Fixes bug 166915
3366
3367 2005-02-16  Marco Pesenti Gritti  <marco@gnome.org>
3368
3369         * shell/ev-view.c: (ev_view_realize), (highlight_find_results),
3370         (ev_view_create_invisible_cursor), (ev_view_set_cursor),
3371         (set_document_page), (document_changed_callback),
3372         (ev_view_set_document), (ev_view_find_previous),
3373         (ev_view_hide_cursor), (ev_view_show_cursor):
3374         * shell/ev-view.h:
3375         * shell/ev-window.c: (update_chrome_visibility),
3376         (fullscreen_timeout_cb), (fullscreen_set_timeout),
3377         (fullscreen_clear_timeout), (fullscreen_motion_notify_cb),
3378         (fullscreen_leave_notify_cb), (ev_window_fullscreen),
3379         (ev_window_unfullscreen):
3380         * shell/main.c: (main):
3381
3382         Automatically hide the fullscreen button.
3383         Patch by Kristian Høgsberg <krh@redhat.com>
3384
3385 2005-02-16  Vincent Noel  <vnoel@cox.net>
3386
3387         * shell/main.c (main): Specify an icon for the window. Patch by
3388         Jaap A. Haitsma. Fixes #166177.
3389
3390 Wed Feb 16 06:30:13 2005  Jonathan Blandford  <jrb@redhat.com>
3391
3392         * shell/ev-view.c (ev_view_realize): get rid of the black flash.
3393
3394 Tue Feb 15 22:27:13 2005  Jonathan Blandford  <jrb@redhat.com>
3395
3396         * backend/ev-document-misc.h:
3397         * backend/ev-document-misc.c:
3398         (ev_document_misc_get_page_border_size),
3399         (ev_document_misc_paint_one_page): New function to canonicalize
3400         sizing/painting a border.
3401
3402         * shell/Makefile.am: Remove ev-page-view.c entirely as it's not
3403         used.
3404
3405         * pdf/xpdf/pdf-document.cc: use new function
3406
3407         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
3408         (ev_view_init), (ev_view_set_mode), (ev_view_zoom),
3409         (ev_view_best_fit), (ev_view_fit_width): * shell/ev-view.h: *
3410         shell/ev-window.c: (update_sizing_buttons),
3411         (ev_window_setup_document), (ev_window_cmd_view_zoom_in),
3412         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_best_fit),
3413         (ev_window_cmd_view_page_width), (size_allocate_cb),
3414         (ev_window_set_sizing_mode), (ev_window_init): make the "best fit"
3415         and "fit width" values act as toggle buttons so they stay
3416         toggled.  It's not 100% perfect, and it's a little slow, but it's
3417         good enough to commit I think.
3418
3419 2005-02-15  David Lodge  <dave@cirt.net>
3420
3421         * configure.ac (ALL_LINGUAS): Added "en_GB" (English (British)).
3422
3423 2005-02-15  Martin Kretzschmar  <martink@gnome.org>
3424
3425         * shell/ev-window.c (update_window_title): replace newlines in
3426         the title by spaces. Bug #166107.
3427
3428 2005-02-14  Martin Kretzschmar  <martink@gnome.org>
3429
3430         * shell/ev-view.c (ev_view_best_fit, ev_view_fit_width): add
3431         parameters providing allocation width and height without
3432         scrollbars and width of a possible vertical scrollbar. With this
3433         additional information the functions can work as
3434         intended. Unfortunately they're not idempotent. We should
3435         transform these commands to toggles. Fixes Bug #164976
3436         Initial patch by Stephane Loeuillet, then heavily modified.
3437
3438         * shell/ev-view.h: update prototypes.
3439
3440         * shell/ev-window.c (ev_window_cmd_view_best_fit)
3441         (ev_window_cmd_view_page_width): provide EvView fit functions with
3442         all the information they need. Formulas to calculate this
3443         information taken from GtkScrolledWindow.
3444
3445 2005-02-14  Crispin Flowerday  <gnome@flowerday.cx>
3446
3447         * shell/ev-sidebar-thumbnails.c: Ensure that after we have
3448         created a thumbnail, the list store is updated to know
3449         that the thumbnail is set. Fixes bug #166792
3450
3451 2005-02-11  Bryan Clark  <clarkbw@cvs.gnome.org>
3452
3453         * shell/ev-window.c: fixed typo, closes bug 166897
3454
3455         * TODO: updated TODO with bug numbers that are relevant
3456
3457 2005-02-09  Carlos Garcia Campos <carlosgc@gnome.org>
3458
3459         * shell/ev-window.c: Support for DnD of files. Fixes #164813
3460
3461 2005-02-09  Vincent Noel  <vnoel@cox.net>
3462
3463         * shell/ev-window.c: (set_action_properties): Set the "Previous"
3464         and "Next" toolbar buttons as important to make them stand out.
3465
3466 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
3467
3468         * lib/ev-debug.c:
3469         * lib/ev-debug.h:
3470         * ps/ps-document.c: (ps_document_finalize), (set_up_page),
3471         (start_interpreter), (stop_interpreter), (document_load),
3472         (ps_document_next_page), (ps_document_goto_page),
3473         (ps_document_set_page_size), (ps_document_widget_event),
3474         (ps_document_render):
3475         * shell/ev-page-view.c: (ev_page_view_dispose):
3476         * shell/ev-view.c: (ev_view_finalize), (expose_bin_window):
3477
3478         Fix compilation on non-gcc platforms
3479
3480 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
3481
3482         * NEWS:
3483         * configure.ac:
3484
3485         Release 0.1.4
3486
3487         * pdf/xpdf/Catalog.cc:
3488         * pdf/xpdf/XRef.cc:
3489
3490         Fix the fix for CAN-2004-0888
3491
3492 2005-02-09  Luca Ferretti <elle.uca@libero.it>
3493
3494         * data/Makefile.am:
3495         * data/evince-ui.xml:
3496         * shell/ev-stock-icons.c: (ev_stock_icons_init):
3497         * shell/ev-stock-icons.h:
3498         * shell/ev-window.c: (update_action_sensitivity),
3499         (ev_window_cmd_go_previous_page), (ev_window_cmd_go_next_page),
3500         (set_action_properties):
3501
3502         Improve toolbar layout/icons
3503
3504 2005-02-08  Marco Pesenti Gritti  <marco@gnome.org>
3505
3506         * pdf/xpdf/pdf-document.cc:
3507
3508         Add warnings about unimplemented/unknown link
3509         types.
3510
3511 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
3512
3513         * ps/ps-document.c: (set_up_page):
3514
3515         Log gs property
3516
3517 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
3518
3519         * ps/ps-document.c: (start_interpreter):
3520
3521         Log gs env var
3522
3523 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
3524
3525         * shell/ev-page-view.c: (ev_page_view_dispose):
3526         * shell/ev-view.c: (ev_view_finalize):
3527         * shell/ev-window.c: (ev_window_setup_document),
3528         (ev_window_dispose), (ev_window_init):
3529
3530         Solve more refs issues.
3531
3532         I commented out the page_view initialization for now:
3533         it was never destroyed (because it's never added
3534         to a container). Because of that we was leaking
3535         gs processes. Couldnt think to a clean fix.
3536         We need to figure this out, password view has the
3537         same issue probably.
3538
3539 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
3540
3541         * ps/ps-document.c: (ps_document_finalize),
3542         (ps_document_get_n_pages), (ps_document_get_page):
3543
3544         Some cleanups, stop the interpreter on finalize
3545
3546         * shell/ev-page-view.c: (ev_page_view_dispose),
3547         (ev_page_view_class_init):
3548
3549         Release our reference on the document
3550
3551 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
3552
3553         * Makefile.am:
3554         * configure.ac:
3555         * doc/debugging.txt:
3556         * lib/.cvsignore:
3557         * lib/Makefile.am:
3558         * lib/ev-debug.c: (log_module), (trap_handler), (ev_debug_init),
3559         (ev_profiler_new), (ev_should_profile), (ev_profiler_dump),
3560         (ev_profiler_free), (ev_profiler_start), (ev_profiler_stop):
3561         * lib/ev-debug.h:
3562
3563         Add debugging helpers
3564
3565         * ps/Makefile.am:
3566         * ps/ps-document.c: (set_up_page), (start_interpreter),
3567         (stop_interpreter), (document_load), (ps_document_next_page),
3568         (ps_document_goto_page), (ps_document_set_page_size),
3569         (ps_document_widget_event), (ps_document_render):
3570         * shell/Makefile.am:
3571         * shell/ev-view.c: (expose_bin_window):
3572         * shell/main.c: (main):
3573
3574         Add some logs
3575         
3576 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
3577
3578         * ps/ps-document.c: (ps_document_widget_event):
3579
3580         Initialize message_window, this should make ps
3581         rendering really work! (Never noticed because I was
3582         testing with a ps that is causing gs to exit every time!)
3583
3584 2005-02-07  Bryan Clark  <clarkbw@cvs.gnome.org>
3585
3586         * data/evince.schemas.in: updated simple error in applyto closing tag
3587
3588 2005-02-07  Christian Persch  <chpe@cvs.gnome.org>
3589
3590         * Makefile.am:
3591         * configure.ac:
3592         * data/.cvsignore:
3593         * data/Makefile.am:
3594         * data/evince-ui.xml:
3595         A data/evince.schemas.in:
3596         * po/POTFILES.in:
3597         * shell/ev-stock-icons.c: (ev_stock_icons_init):
3598         * shell/ev-stock-icons.h:
3599         * shell/ev-window.c: (update_chrome_visibility),
3600         (update_chrome_flag), (ev_window_cmd_edit_find),
3601         (ev_window_update_fullscreen_popup), (ev_window_fullscreen),
3602         (ev_window_unfullscreen), (ev_window_focus_in_event),
3603         (ev_window_focus_out_event), (ev_window_cmd_leave_fullscreen),
3604         (ev_window_view_toolbar_cb), (ev_window_view_statusbar_cb),
3605         (ev_window_view_sidebar_cb), (find_bar_close_cb),
3606         (ev_window_dispose), (ev_window_class_init),
3607         (set_action_properties), (set_chrome_actions), (load_chrome),
3608         (ev_window_init):
3609
3610         Implement fullscreen mode changes from bug #164776.
3611         Also implement persistent chrome toggles.
3612
3613 2005-02-07  Jordi Mallach  <jordi@sindominio.net>
3614
3615         * configure.ac (ALL_LINGUAS): Added "ca" (Catalan).
3616
3617 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
3618
3619         * NEWS:
3620         * configure.ac:
3621         * shell/ev-view.c:
3622
3623         Add another check for find interface
3624
3625         Release 0.1.3
3626
3627 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
3628
3629         * shell/ev-application.c: (ev_application_open):
3630         * shell/ev-window.c: (ev_window_open):
3631
3632         Open gzipped ps documents
3633
3634 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
3635
3636         * TODO:
3637         * shell/ev-view.c: (set_document_page):
3638
3639         Clamp page number, dont try to move to
3640         not existant pages.
3641
3642 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
3643
3644         * backend/ev-document-find.c: (ev_document_find_changed):
3645         * backend/ev-document-find.h:
3646         * pdf/xpdf/pdf-document.cc:
3647         * shell/ev-view.c: (jump_to_find_result), (ev_view_set_document):
3648         * shell/ev-window.c: (find_bar_search_changed_cb):
3649
3650         Fix several bugs with find
3651
3652 2005-02-04  Martin Kretzschmar  <martink@gnome.org>
3653
3654         * shell/ev-sidebar-thumbnails.c
3655         (ev_sidebar_thumbnails_select_page): do nothing unless we have a
3656         document. Prevents warning from scroll_to_cell.
3657
3658 2005-02-02  Kjartan Maraas  <kmaraas@gnome.org>
3659
3660         * configure.ac: Add «nb» to ALL_LINGUAS too.
3661
3662 Wed Feb  2 21:13:11 2005  Jonathan Blandford  <jrb@redhat.com>
3663
3664         * NOTES: New file with some random thoughts.
3665
3666         * TODO: Update.
3667
3668         * backend/ev-document-misc.c:
3669         (ev_document_misc_get_page_border_size): New function to
3670         canonicalize shadow drawing sizes.  Possibly goofy.
3671
3672         * shell/ev-view.c: (ev_view_size_request), (set_document_page),
3673         (ev_view_best_fit), (ev_view_fit_width):
3674         * pdf/xpdf/pdf-document.cc:
3675         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
3676         * ps/ps-document.c: (ps_document_get_page_size):
3677         * backend/ev-document-misc.h:
3678         * backend/ev-document.c: (ev_document_get_page_size):
3679         * backend/ev-document.h: get_page_size now takes a page number
3680         parameter.  Made all the backends/frontends honor it.
3681
3682         * data/evince-ui.xml: Added a multiple-page mode.  Uncomment to
3683         see.  Doesn't work yet.
3684
3685         * shell/Makefile.am:
3686         * shell/ev-page-view.[ch]: New multi-page view.  Really rough.
3687         Doesn't do anything yet.
3688
3689         * shell/ev-sidebar-thumbnails.c:
3690         (ev_sidebar_thumbnails_set_document): [1..n_pages] instead of
3691         [0..n_pages-1]
3692
3693         * shell/ev-window.c: (update_action_sensitivity),
3694         (ev_window_setup_document), (ev_window_set_page_mode),
3695         (ev_window_page_mode_cb), (ev_window_init): Clean up the
3696         view-swapping code a bit so we can have multiple views on a
3697         document.  Add the multi-page view, though it can't be turned on
3698         yet.
3699
3700 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
3701
3702         * shell/ev-application.c: (ev_application_open):
3703         * shell/ev-view.c: (expose_bin_window):
3704         * shell/ev-window.c: (ev_window_open):
3705
3706         Support eps and check document supports find
3707         before drawing highlightings in expose.
3708
3709 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
3710
3711         * pixbuf/pixbuf-document.c:
3712         (pixbuf_document_thumbnails_get_dimensions),
3713         (pixbuf_document_document_thumbnails_iface_init):
3714
3715         implement get_dimensions
3716
3717 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
3718
3719         * NEWS:
3720         * configure.ac:
3721
3722         Release 0.1.2
3723
3724 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
3725
3726         * shell/ev-view.c: (set_document_page):
3727
3728         Scroll at the top of the page when changing page
3729
3730 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
3731
3732         * shell/ev-view.c: (ev_view_motion_notify_event):
3733
3734         Do not redraw unnecessarily
3735
3736 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
3737
3738         * pdf/xpdf/pdf-document.cc:
3739         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
3740         (expose_bin_window), (find_changed_cb):
3741
3742         Yay! find works now... Now to find bugs...
3743
3744 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
3745
3746         * backend/ev-document-find.c: (ev_document_find_base_init),
3747         (ev_document_find_changed):
3748         * backend/ev-document-find.h:
3749         * pdf/xpdf/pdf-document.cc:
3750         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
3751         (expose_bin_window), (ev_view_init), (set_document_page),
3752         (ensure_rectangle_is_visible), (jump_to_find_result),
3753         (jump_to_find_page), (find_changed_cb), (ev_view_set_document),
3754         (ev_view_find_next), (ev_view_find_previous):
3755         * shell/ev-view.h:
3756         * shell/ev-window.c: (find_bar_previous_cb), (find_bar_next_cb):
3757
3758         More work on find implementation, mostly there now
3759
3760 2005-01-29  Marco Pesenti Gritti  <marco@gnome.org>
3761
3762         * backend/ev-backend-marshalers.list:
3763         * backend/ev-document-find.c: (ev_document_find_base_init),
3764         (ev_document_find_cancel), (ev_document_find_page_has_results),
3765         (ev_document_find_get_n_results), (ev_document_find_get_result),
3766         (ev_document_find_get_progress), (ev_document_find_changed):
3767         * backend/ev-document-find.h:
3768
3769         Enanche the find interface to be really able to do
3770         multi page find.
3771
3772         * pdf/xpdf/pdf-document.cc:
3773
3774         Implement
3775
3776         * shell/ev-view.c: (ev_view_finalize), (highlight_find_results),
3777         (expose_bin_window), (ev_view_init),
3778         (ev_view_get_find_status_message), (find_changed_cb),
3779         (ev_view_set_document), (set_document_page):
3780
3781         Adapt to the new interface. A few things are regressed sorry,
3782         I will finish it soon.
3783
3784 2005-01-28  Martin Kretzschmar  <martink@gnome.org>
3785
3786         * shell/ev-sidebar-thumbnails.c (ev_sidebar_thumbnails_destroy)
3787         (ev_sidebar_thumbnails_class_init): use G_DEFINE_TYPE-supplied
3788         ev_sidebar_thumbnails_parent_class variable, don't define another
3789         parent_class variable.
3790
3791         * shell/ev-page-action.c (connect_proxy, ev_page_action_finalize)
3792         (ev_page_action_class_init): ditto.
3793
3794         * pixbuf/pixbuf-document.c (pixbuf_document_finalize)
3795         (pixbuf_document_class_init): ditto.
3796
3797         * backend/ev-link.c (ev_window_dispose, ev_link_class_init):
3798         ditto.
3799
3800         * .cvsignore: ignore various valgrind output files.
3801
3802 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
3803
3804         * data/evince-ui.xml:
3805         * shell/Makefile.am:
3806         * shell/ev-history.c:
3807         * shell/ev-history.h:
3808         * shell/ev-navigation-action.c:
3809         * shell/ev-navigation-action.h:
3810         * shell/ev-view.c: (ev_view_finalize), (ev_view_go_to_link),
3811         (ev_view_set_page), (ev_view_fit_width):
3812         * shell/ev-view.h:
3813         * shell/ev-window.c: (update_action_sensitivity),
3814         (ev_window_setup_document), (register_custom_actions):
3815
3816         Kill session history
3817
3818 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
3819
3820         * shell/ev-window.c: (update_action_sensitivity):
3821
3822         Fix inverted up/down buttons
3823
3824 2005-01-27  Martin Kretzschmar  <martink@gnome.org>
3825
3826         * shell/ev-sidebar-thumbnails.c
3827         (ev_sidebar_thumbnails_select_page): make sure the selected
3828         thumbnail stays visible.
3829
3830 2005-01-26  Martin Kretzschmar  <martink@gnome.org>
3831
3832         * shell/ev-window.c (ev_window_init): add GTK_SHADOW_IN to the
3833         scrolled window for Federico.
3834
3835 2005-01-26  Ole Laursen  <olau@hardworking.dk>
3836
3837         * configure.ac: Added "da" (Danish) to ALL_LINGUAS.
3838
3839 2005-01-26  Marco Pesenti Gritti  <marco@gnome.org>
3840
3841         * configure.ac:
3842         * pdf/splash/SplashFTFontEngine.cc:
3843
3844         Fix CID fonts with freetype 2.1.9
3845
3846 2005-01-26  Bryan Clark  <clarkbw@cvs.gnome.org>
3847
3848         * TODO: added item for desktop icon thumbnailer
3849
3850 Tue Jan 25 00:59:34 2005  Jonathan Blandford  <jrb@redhat.com>
3851
3852         * pdf/xpdf/pdf-document.cc (pdf_document_get_title): guard against
3853         unloaded docs when the title is accessed.
3854
3855         * shell/ev-password-view.[hc]: New widget for displaying password
3856         state.
3857
3858         * shell/ev-window.[ch]: Refactor password handling code to handle
3859         the new view.
3860
3861 2005-01-24  Marco Pesenti Gritti  <marco@gnome.org>
3862
3863         * NEWS:
3864         * configure.ac:
3865         * data/Makefile.am:
3866
3867         Release 0.1.1
3868
3869 2005-01-23  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
3870
3871         * pdf/xpdf/pdf-document.cc (pdf_document_search_page_changed):
3872         ignore page offset here, to make search results independent of it,
3873
3874         * shell/ev-view.c (expose_bin_window): but take offsets into
3875         account here. Bug #164932
3876
3877         * pdf/xpdf/pdf-document.cc (pdf_document_get_link): divide by
3878         scale at the right time. Bug #164996
3879
3880 2005-01-22  Martin Kretzschmar  <martink@gnome.org>
3881
3882         * pdf/xpdf/GlobalParams.cc: My 2005-01-05 change didn't actually
3883         fix the problem. Now I just removed the Adobe font names and hope
3884         that the URW fonts are always in outline format. Bug #164934
3885
3886         * shell/ev-window.c (update_window_title): empty titles are
3887         useless, use filename in that case too.
3888
3889         * NEWS: Add some content.
3890
3891 2005-01-21  Bryan Clark  <clarkbw@cvs.gnome.org>
3892
3893         * TODO: added one more TODO item and a TODONE section :)
3894
3895 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
3896
3897         * ps/ps-document.h: add page_[xy]_offset fields.
3898
3899         * ps/ps-document.c (ps_document_set_page_offset)
3900         (ps_document_render): Keep offset in consideration in a few
3901         places. Bug #164752 "postscript documents are not centered in
3902         window"
3903
3904         * data/evince.desktop.in (X-GNOME-Bugzilla-Product):
3905         s/gpdf/evince/. Spotted by Stephane Loeuillet.
3906
3907         * pixbuf/pixbuf-document.c (pixbuf_document_get_n_pages)
3908         (pixbuf_document_get_text, pixbuf_document_document_iface_init):
3909         stub out missing methods for complete EvDocument implementation.
3910         Fixes segfaults with Save A Copy and Copy actions.
3911
3912         * ps/ps-document.c (ps_document_save, ps_document_get_text) 
3913         (ps_document_document_iface_init): ditto.
3914         
3915 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
3916
3917         * data/.cvsignore:
3918         * data/Makefile.am:
3919         * data/evince.desktop.in:
3920
3921         Add desktop file
3922
3923 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
3924
3925         * shell/ev-view.c: (ev_view_button_press_event),
3926         (ev_view_motion_notify_event):
3927
3928         Make selection work in any direction
3929
3930 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
3931
3932         * TODO:
3933         * shell/ev-window.c: (set_short_labels), (ev_window_init):
3934
3935         Use shorter labels for some of the toolbars items
3936
3937 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
3938
3939         * pdf/xpdf/pdf-document.cc:
3940
3941         Check the links info is initialized before
3942         using it. Should fix a crash on startup.
3943
3944 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
3945
3946         * pixbuf/pixbuf-document.c
3947         (pixbuf_document_thumbnails_get_dimensions): force floating point
3948         division to calculate page_ratio. Fixes crash with landscape
3949         format pixbufs.
3950
3951 Thu Jan 20 18:56:35 2005  Jonathan Blandford  <jrb@redhat.com>
3952
3953         * shell/ev-view.c (ev_view_realize): make the bg color darker.
3954
3955 2005-01-20  Martin Kretzschmar  <martink@gnome.org>
3956
3957         * shell/ev-view.c (set_document_page): unset has_selection when
3958         the page changes.
3959         (set_document_page): handle paper size changes when the page
3960         changes (test with Free Culture, page 2).
3961
3962 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
3963
3964         * shell/ev-view.c: (ev_view_size_request), (ev_view_realize),
3965         (expose_bin_window), (ev_view_class_init), (ev_view_init):
3966
3967         Use normal style color for the widget background and
3968         draw a black box around the page.
3969
3970 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
3971
3972         * pdf/xpdf/pdf-document.cc:
3973
3974         Keep offset in consideration in a few places
3975
3976         * shell/ev-view.c: (expose_bin_window):
3977
3978         Set the offsets so that the document is ever centered
3979
3980 2005-01-20  Bryan Clark  <clarkbw@cvs.gnome.org>
3981
3982         * TODO: Added TODO items and finished off the first todo item
3983
3984         * AUTHORS: Updated AUTHORS section with piece from gpdf file and
3985         reflect current authors
3986
3987 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
3988
3989         * pdf/xpdf/pdf-document.cc:
3990         * shell/ev-view.c: (ev_view_set_cursor),
3991         (ev_view_motion_notify_event), (document_changed_callback),
3992         (set_document_page):
3993
3994         Show a wait cursor while the page is rendering
3995
3996 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
3997
3998         * shell/ev-sidebar-thumbnails.c:
3999         (ev_sidebar_tree_selection_changed),
4000         (ev_sidebar_thumbnails_select_page):
4001         * shell/ev-sidebar-thumbnails.h:
4002         * shell/ev-view.c: (ev_view_set_document), (ev_view_can_go_back),
4003         (ev_view_can_go_forward):
4004         * shell/ev-window.c: (ev_window_open_page),
4005         (ev_window_setup_document), (update_current_page),
4006         (view_page_changed_cb), (ev_window_init):
4007         * shell/ev-window.h:
4008
4009         Ensure thumbnails selection, toolbar page control and
4010         current page are in sync.
4011
4012 2005-01-19  Marco Pesenti Gritti  <marco@gnome.org>
4013
4014         * pdf/xpdf/XRef.cc:
4015
4016         Fix CAN-2005-0064
4017
4018 Wed Jan 19 01:10:57 2005  Jonathan Blandford  <jrb@redhat.com>
4019
4020         * backend/Makefile.am:
4021         * backend/ev-document-links.h:
4022         * backend/ev-document-security.c: (ev_document_security_get_type),
4023         (ev_document_security_has_document_security),
4024         (ev_document_security_set_password):
4025         * backend/ev-document-security.h:
4026         * backend/ev-document.c: (ev_document_error_quark):
4027         * backend/ev-document.h:
4028         * data/Makefile.am:
4029         * data/evince-password.glade:
4030         * pdf/xpdf/pdf-document.cc:
4031         * shell/Makefile.am:
4032         * shell/ev-password.c: (ev_password_set_bad_password_label),
4033         (ev_window_password_entry_changed_cb), (ev_password_dialog_new),
4034         (ev_password_dialog_get_password),
4035         (ev_password_dialog_set_bad_pass):
4036         * shell/ev-password.h:
4037         * shell/ev-window.c: (ev_window_get_attribute),
4038         (ev_window_set_property), (update_action_sensitivity),
4039         (ev_window_is_empty), (mime_type_supported_by_gdk_pixbuf),
4040         (ev_window_setup_document), (ev_window_get_password),
4041         (ev_window_open), (ev_window_cmd_save_as),
4042         (using_postscript_printer), (ev_window_print),
4043         (find_not_supported_dialog), (ev_window_cmd_edit_find),
4044         (update_fullscreen_popup), (ev_window_fullscreen),
4045         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
4046         (ev_window_focus_out_cb), (ev_window_cmd_help_about),
4047         (menu_item_select_cb), (find_bar_search_changed_cb),
4048         (ev_window_dispose), (ev_window_init):
4049
4050         Add initial support for password-supported dialogs.  This could be
4051         a lot cooler, but it'll do for now.
4052
4053 2005-01-18  Marco Pesenti Gritti  <marco@gnome.org>
4054
4055         * pdf/xpdf/pdf-document.cc:
4056         * shell/ev-view.c: (status_message_from_link),
4057         (ev_view_set_status), (ev_view_set_cursor),
4058         (ev_view_motion_notify_event), (ev_view_init):
4059         * shell/ev-window.c: (view_status_changed_cb), (ev_window_init):
4060
4061         Fix bugs in the links implementation and change cursor
4062         when hovering a link.
4063
4064 2005-01-17  Bryan Clark  <clarkbw@cvs.gnome.org>
4065
4066         * viewer/.cvsignore: added cvsignore file for viewer directory
4067
4068         * TODO: created TODO document
4069
4070 2005-01-14  Dave Malcolm  <dmalcolm@redhat.com>
4071
4072         * shell/ev-view.h:
4073         * shell/ev-view.c (ev_view_can_go_back), (ev_view_can_go_forward):      
4074         new functions to help with implementation of sensitivity code
4075         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
4076         of all actions that might require it.  Fixes a crash when you
4077         click on the Zoom actions in a window lacking a document.
4078
4079 2005-01-13  Dave Malcolm  <dmalcolm@redhat.com>
4080
4081         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
4082         of the Find action
4083
4084 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
4085
4086         * pixbuf/pixbuf-document.c: (pixbuf_document_get_link),
4087         (pixbuf_document_document_iface_init):
4088         * ps/ps-document.c: (ps_document_get_link),
4089         (ps_document_document_iface_init):
4090         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event),
4091         (status_message_from_link), (ev_view_set_status),
4092         (ev_view_set_find_status), (ev_view_motion_notify_event),
4093         (ev_view_button_release_event), (ev_view_set_property),
4094         (ev_view_get_property), (ev_view_class_init), (ev_view_init),
4095         (ev_view_get_find_status_message), (update_find_results),
4096         (ev_view_get_status), (ev_view_get_find_status):
4097         * shell/ev-view.h:
4098         * shell/ev-window.c: (view_status_changed_cb),
4099         (view_find_status_changed_cb), (ev_window_init):
4100
4101         View status message support, use it to show the links.
4102         Needs work...
4103
4104 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
4105
4106         * backend/ev-document.c: (ev_document_get_link):
4107         * backend/ev-document.h:
4108         * pdf/xpdf/pdf-document.cc:
4109         * shell/ev-application.c: (ev_application_open):
4110         * shell/ev-application.h:
4111         * shell/ev-sidebar-links.c: (selection_changed_cb):
4112         * shell/ev-view.c: (ev_view_button_release_event), (go_to_link),
4113         (ev_view_go_to_link):
4114
4115         Add support for document links
4116
4117 2005-01-13  Anders Carlsson  <andersca@gnome.org>
4118
4119         * shell/ev-page-action.c: (update_spin), (total_pages_changed_cb),
4120         (create_tool_item):
4121         Set the spin button limits correctly.
4122         
4123         * shell/ev-sidebar-thumbnails.c:
4124         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init):
4125         Support changing pages by clicking on the thumbnails.
4126         
4127 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
4128
4129         * pixbuf/pixbuf-document.c:
4130         (pixbuf_document_thumbnails_get_dimensions),
4131         (pixbuf_document_document_thumbnails_iface_init):
4132
4133         implement get_dimensions
4134
4135 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
4136
4137         * ps/ps-document.c: (ps_document_goto_page):
4138
4139         Fix page switching on multipage documents
4140
4141 2005-01-12  Jeff Muizelaar  <jrmuizel@nit.ca>
4142
4143         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
4144         
4145         check for NULL before assigning to width and height parameters
4146
4147 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
4148
4149         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
4150         (pixbuf_document_set_property), (pixbuf_document_get_property):
4151
4152         implement get/set properties
4153
4154 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
4155
4156         * pdf/xpdf/pdf-document.cc: (pdf_info_dict_get_string):
4157         
4158         return NULL instead of "Unknown", letting the title get set to
4159         the filename when the pdf has no title.
4160
4161 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
4162
4163         * ps/ps-document.c: (ps_document_get_page_count),
4164         (ps_document_goto_page):
4165
4166 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
4167
4168         * shell/ev-history.c: (ev_history_get_property),
4169         (ev_history_set_property), (ev_history_class_init),
4170         (ev_history_add_page), (ev_history_set_current_index):
4171         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
4172         (activate_menu_item_cb), (new_history_menu_item), (build_menu),
4173         (ev_navigation_action_finalize):
4174         * shell/ev-navigation-action.h:
4175         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
4176         (ev_view_go_forward), (ev_view_get_find_status_message),
4177         (history_index_changed_cb), (ev_view_set_history):
4178         * shell/ev-view.h:
4179         * shell/ev-window.c: (update_total_pages), (ev_window_open),
4180         (update_current_page), (register_custom_actions):
4181
4182         Implement history dropdowns
4183
4184 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
4185
4186         * shell/ev-history.c: (ev_history_init), (ev_history_add_link):
4187         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
4188         (ev_view_go_forward):
4189         * shell/ev-window.c: (register_custom_actions):
4190
4191         Fix several history bugs
4192
4193 2005-01-11  Kjartan Maraas  <kmaraas@gnome.org>
4194
4195         * configure.ac: Add «nb» to ALL_LINGUAS.
4196
4197 2005-01-10  Marco Pesenti Gritti  <marco@gnome.org>
4198
4199         * backend/Makefile.am:
4200         * backend/ev-bookmark.c:
4201         * backend/ev-bookmark.h:
4202         * backend/ev-document-bookmarks.c:
4203         * backend/ev-document-bookmarks.h:
4204         * backend/ev-document-links.c: (ev_document_links_get_type),
4205         (ev_document_links_has_document_links),
4206         (ev_document_links_begin_read), (ev_document_links_get_link),
4207         (ev_document_links_get_child), (ev_document_links_next),
4208         (ev_document_links_free_iter):
4209         * backend/ev-document-links.h:
4210         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_title),
4211         (ev_link_set_title), (ev_link_get_uri), (ev_link_set_uri),
4212         (ev_link_get_link_type), (ev_link_set_link_type),
4213         (ev_link_get_page), (ev_link_set_page), (ev_link_get_property),
4214         (ev_link_set_property), (ev_window_dispose), (ev_link_init),
4215         (ev_link_class_init), (ev_link_new_title), (ev_link_new_page),
4216         (ev_link_new_external):
4217         * backend/ev-link.h:
4218         * pdf/xpdf/pdf-document.cc:
4219         * shell/Makefile.am:
4220         * shell/ev-application.c: (ev_application_open_link):
4221         * shell/ev-application.h:
4222         * shell/ev-history.c: (ev_history_add_link), (ev_history_add_page),
4223         (ev_history_get_link_nth):
4224         * shell/ev-history.h:
4225         * shell/ev-sidebar-bookmarks.c:
4226         * shell/ev-sidebar-bookmarks.h:
4227         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
4228         (ev_sidebar_links_class_init), (selection_changed_cb),
4229         (ev_sidebar_links_construct), (ev_sidebar_links_init),
4230         (links_page_num_func), (ev_sidebar_links_new), (stack_data_free),
4231         (do_one_iteration), (populate_links_idle),
4232         (ev_sidebar_links_clear_document), (ev_sidebar_links_set_document):
4233         * shell/ev-sidebar-links.h:
4234         * shell/ev-sidebar.c: (ev_sidebar_set_document):
4235         * shell/ev-view.c: (go_to_link), (ev_view_go_to_link),
4236         (go_to_index):
4237         * shell/ev-view.h:
4238         * shell/ev-window.c: (ev_window_open_link), (ev_window_init):
4239         * shell/ev-window.h:
4240
4241         Rename bookmark to link, and use "Index" for the sidebar panel.
4242
4243 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
4244
4245         * shell/Makefile.am:
4246         * shell/ev-application.c: (ev_application_open_bookmark):
4247         * shell/ev-application.h:
4248         * shell/ev-history.c: (ev_history_init), (free_links_list),
4249         (ev_history_finalize), (ev_history_class_init),
4250         (ev_history_add_link), (ev_history_add_page),
4251         (ev_history_get_link_nth), (ev_history_get_n_links),
4252         (ev_history_get_current_index), (ev_history_set_current_index),
4253         (ev_history_new):
4254         * shell/ev-history.h:
4255         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
4256         * shell/ev-view.c: (ev_view_finalize), (ev_view_set_document),
4257         (set_document_page), (go_to_bookmark), (ev_view_go_to_bookmark),
4258         (go_to_index), (ev_view_go_back), (ev_view_go_forward),
4259         (ev_view_set_page):
4260         * shell/ev-view.h:
4261         * shell/ev-window.c: (ev_window_open_bookmark),
4262         (ev_window_cmd_go_back), (ev_window_cmd_go_forward),
4263         (goto_page_cb), (register_custom_actions):
4264         * shell/ev-window.h:
4265
4266         Initial history implementation. Needs work.
4267
4268 2005-01-09  Martin Kretzschmar  <martink@gnome.org>
4269
4270         * pdf/xpdf/GDKSplashOutputDev.cc (redraw): fix pixbuf data offset.
4271
4272 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
4273
4274         * cut-n-paste/recent-files/egg-recent-item.c:
4275         * cut-n-paste/recent-files/egg-recent-item.h:
4276         * cut-n-paste/recent-files/egg-recent-model.c:
4277         * cut-n-paste/recent-files/egg-recent-util.c:
4278         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
4279         * cut-n-paste/recent-files/egg-recent-view.c:
4280
4281         Update
4282
4283 2005-01-08  Martin Kretzschmar  <martink@gnome.org>
4284
4285         * pdf/splash/Splash.cc (clear, drawPixel, drawSpan, xorSpan, getPixel)
4286         (fillGlyph, fillImageMask, drawImage):
4287         pdf/splash/SplashBitmap.cc (SplashBitmap, ~SplashBitmap, writePNMFile):
4288         pdf/splash/SplashTypes.h:
4289         pdf/xpdf/SplashOutputDev (startPage, getColor, imageSrc): implement RGB8
4290         packed mode for Splash.
4291
4292         * pdf/xpdf/GDKSplashOutputDev.cc (GDKSplashOutputDev, redraw): use
4293         RGB8 packed mode, eliminates the pixbuf data creation loop.
4294
4295         * shell/ev-print-job.c (ev_print_job_finalize)
4296         (ev_print_job_set_property, ev_print_job_get_property)
4297         (ev_print_job_set_gnome_print_job, ev_print_job_set_document)
4298         (ev_print_job_use_print_dialog_settings, idle_print_handler)
4299         (print_closure_finalize, ev_print_job_print): implement
4300         printing (for backends with EvPsExporter)
4301
4302         * shell/ev_print_job.h: update prototypes.
4303
4304         * shell/ev-window.c (ev_window_print): unref print job after
4305         printing.
4306
4307         * shell/ev-view.c (ev_view_set_document): don't connect to "found"
4308         unless the document implements the EvDocumentFind interface.
4309
4310 2005-01-08  Satoru SATOH <ss@gnome.gr.jp>
4311
4312         * configure.ac: Added ja to ALL_LINGUAS.
4313
4314 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
4315
4316         * pdf/xpdf/pdf-document.cc:
4317
4318         add a FIXME. We should probably not allocate
4319         a bookmark object every time
4320
4321 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
4322
4323         * shell/ev-application.c: (ev_application_open),
4324         (ev_application_open_bookmark):
4325         * shell/ev-application.h:
4326         
4327         Add a way to open bookmarks
4328
4329         * backend/ev-bookmark.c: (ev_bookmark_get_uri),
4330         (ev_bookmark_set_uri), (ev_bookmark_get_property),
4331         (ev_bookmark_set_property), (ev_bookmark_class_init),
4332         (ev_bookmark_new_title), (ev_bookmark_new_link),
4333         (ev_bookmark_new_external):
4334
4335         Support for external uris, better constructors.
4336
4337         * backend/ev-bookmark.h:
4338         * pdf/xpdf/pdf-document.cc:
4339         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
4340
4341         Handle external uris
4342
4343 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
4344
4345         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb),
4346         (ev_sidebar_bookmarks_construct), (do_one_iteration):
4347
4348         Hook up bookmarks navigation
4349
4350 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
4351
4352         * backend/Makefile.am:
4353         * backend/ev-bookmark.c: (ev_bookmark_type_get_type),
4354         (ev_bookmark_get_title), (ev_bookmark_set_title),
4355         (ev_bookmark_get_bookmark_type), (ev_bookmark_set_bookmark_type),
4356         (ev_bookmark_get_page), (ev_bookmark_set_page),
4357         (ev_bookmark_get_property), (ev_bookmark_set_property),
4358         (ev_window_dispose), (ev_bookmark_init), (ev_bookmark_class_init),
4359         (ev_bookmark_new):
4360         * backend/ev-bookmark.h:
4361         * backend/ev-document-bookmarks.c:
4362         (ev_document_bookmarks_get_bookmark):
4363         * backend/ev-document-bookmarks.h:
4364         * pdf/xpdf/pdf-document.cc:
4365         * shell/ev-sidebar-bookmarks.c: (do_one_iteration):
4366
4367         Add a bookmark object to the backend and use it instead of get_values
4368
4369 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
4370
4371         * data/evince-ui.xml:
4372
4373         Cleanup and add select all.
4374
4375         * shell/ev-view.c: (ev_view_select_all),
4376         (ev_view_button_press_event):
4377         * shell/ev-view.h:
4378         * shell/ev-window.c: (ev_window_cmd_edit_select_all):
4379
4380         Add select all.
4381         Clear selection on click.
4382
4383 Fri Jan  7 01:28:58 2005  Jonathan Blandford  <jrb@redhat.com>
4384
4385         * shell/ev-sidebar-thumbnails.c
4386         (ev_sidebar_thumbnails_set_document): forgot to unref the
4387         loading_icon.
4388
4389 Fri Jan  7 01:22:48 2005  Jonathan Blandford  <jrb@redhat.com>
4390
4391         * shell/ev-sidebar-thumbnails.c: fill in the thumbnails starting
4392         at the visible page, not just linearly.  This makes it look fast.
4393
4394 Thu Jan  6 18:48:11 2005  Jonathan Blandford  <jrb@redhat.com>
4395
4396         * backend/ev-document-misc.c
4397         (ev_document_misc_get_thumbnail_frame): fill in the thumbnail with
4398         white.
4399         * backend/ev-document-thumbnails.h: New interface to get the size
4400         of a page.
4401
4402 2005-01-06  Jeremy Katz  <katzj@redhat.com>
4403
4404         * shell/Makefile.am (evince_SOURCES): Add ev-utils.[ch] so that
4405         make dist works
4406
4407 Wed Jan  5 15:38:28 2005  Jonathan Blandford  <jrb@redhat.com>
4408
4409         * pdf/xpdf/pdf-document.cc (bitmap_to_pixbuf): bypass
4410         GDKSplashOutputDev and just use a normal SplashOutputDev.  Speeds
4411         things up a bit.
4412
4413         * shell/ev-sidebar-thumbnail.c: start of some profiling code.
4414
4415 2005-01-05  Martin Kretzschmar  <martink@gnome.org>
4416
4417         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): match only outline
4418         fonts. Should fix font problems on systems that have the base
4419         fonts in bitmap format. Reported by James Henstridge
4420         <james@jamesh.id.au>.
4421
4422 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
4423
4424         * pdf/xpdf/Gfx.cc:
4425         * pdf/xpdf/GfxState.cc:
4426
4427         Fix for CAN-2004-1125
4428
4429 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
4430
4431         * shell/ev-view.c: (ev_view_copy):
4432         * shell/ev-view.h:
4433         * shell/ev-window.c: (ev_window_cmd_edit_copy):
4434
4435         Implement Edit->Copy
4436
4437 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
4438
4439         * backend/ev-document.c: (ev_document_get_text):
4440         * backend/ev-document.h:
4441         * pdf/xpdf/pdf-document.cc:
4442         * shell/ev-view.c: (ev_view_realize), (expose_bin_window),
4443         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
4444         (ev_view_update_primary_selection), (ev_view_button_press_event),
4445         (ev_view_motion_notify_event), (ev_view_button_release_event):
4446
4447         Beginnings of clipboard support. Incomplete but primary sort
4448         of work.
4449
4450 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
4451
4452         * shell/ev-view.c: (ev_gdk_color_to_rgb), (draw_rubberband),
4453         (expose_bin_window):
4454
4455         Nicer rubberband drawing, from GtkIconView.
4456
4457 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
4458
4459         * backend/ev-document.c: (ev_document_save):
4460         * backend/ev-document.h:
4461         * data/evince-ui.xml:
4462         * pdf/xpdf/pdf-document.cc:
4463         * shell/ev-window.c: (save_error_dialog), (ev_window_cmd_save_as):
4464
4465         Implement "Save a copy..." menu item
4466
4467 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
4468
4469         * shell/ev-view.c: (ev_view_zoom):
4470
4471         Queue a resize when zoom changes
4472
4473 Wed Jan  5 02:33:06 2005  Jonathan Blandford  <jrb@redhat.com>
4474
4475         * backend/ev-document-misc.[ch]: New misc file to do simple drop
4476         shadows.
4477
4478         * pdf/xpdf/pdf-document.cc: use the drop shadows in both types of
4479         thumbnails..
4480
4481 Tue Jan  4 22:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
4482
4483         * pdf/xpdf/pdf-document.cc
4484         (pdf_document_thumbnails_get_page_pixbuf): poor man's dropshadow.
4485
4486 Tue Jan  4 21:25:05 2005  Jonathan Blandford  <jrb@redhat.com>
4487
4488         * pdf/xpdf/pdf-document.cc: Do real thumbnailing of PDF files.
4489         It's slow, but I'll speed it up next!
4490
4491 2005-01-04  Jeff Muizelaar  <jrmuizel@nit.ca>
4492
4493         * shell/main.c (load_files):
4494
4495         use gnome_vfs_make_uri_from_shell_arg so that relative paths work
4496         from the command line and because it seems more appropriate.
4497
4498 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
4499
4500         * data/evince-ui.xml:
4501         * shell/ev-window.c: (update_action_sensitivity),
4502         (ev_window_cmd_go_page_up), (ev_window_cmd_go_page_down):
4503
4504         s/next page/page down
4505         s/previous page/page up
4506
4507 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
4508
4509         * data/evince-ui.xml:
4510
4511         Change the layout to match clarkbw design.
4512
4513         * shell/Makefile.am:
4514         * shell/ev-navigation-action.c: (build_menu), (menu_activated_cb),
4515         (set_tooltip_cb), (connect_proxy), (ev_navigation_action_init),
4516         (ev_navigation_action_finalize),
4517         (ev_navigation_action_set_property),
4518         (ev_navigation_action_get_property),
4519         (ev_navigation_action_class_init):
4520         * shell/ev-navigation-action.h:
4521
4522         Implement clarkbw toolbar navigation controls (incomplete)
4523
4524         * shell/ev-page-action.c: (update_label), (update_spin),
4525         (value_changed_cb), (create_tool_item), (connect_proxy),
4526         (ev_page_action_init), (ev_page_action_finalize),
4527         (ev_page_action_set_property), (ev_page_action_get_property),
4528         (ev_page_action_set_current_page),
4529         (ev_page_action_set_total_pages), (ev_page_action_class_init):
4530         * shell/ev-page-action.h:
4531
4532         Implement a page switcher in the toolbar
4533
4534         * shell/ev-view.c: (ev_view_scroll_view):
4535         * shell/ev-window.c: (update_total_pages), (ev_window_open),
4536         (update_current_page), (view_page_changed_cb), (goto_page_cb),
4537         (register_custom_actions), (ev_window_init):
4538
4539         Change page on PageUp/Down.
4540
4541 Tue Jan  4 03:22:56 2005  Jonathan Blandford  <jrb@redhat.com>
4542
4543         * pdf/xpdf/pdf-document.cc
4544         (pdf_document_thumbnails_get_thumbnail): initial stab at
4545         implementing thumbnail support for pdfs.  It only does documents
4546         with precached pdfs now.
4547
4548 Mon Jan  3 17:22:25 2005  Jonathan Blandford  <jrb@redhat.com>
4549
4550         * shell/ev-sidebar-thumbnails.c (do_one_iteration): move the
4551         thumbnail code into a time-based idle as well.  Also, turn off the
4552         shadow temporarily as it's really slow.
4553
4554 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
4555
4556         * backend/ev-document.c: (ev_document_class_init):
4557         * pdf/xpdf/pdf-document.cc:
4558         * shell/ev-window.c: (ev_window_open):
4559
4560         Fix document title bugs and fallback to
4561         filename when not available.
4562
4563 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
4564
4565         * backend/ev-document.c: (ev_document_get_type),
4566         (ev_document_class_init), (ev_document_load),
4567         (ev_document_get_title):
4568         * backend/ev-document.h:
4569         * pdf/xpdf/pdf-document.cc:
4570         * ps/ps-document.c: (ps_document_set_property),
4571         (ps_document_get_property), (ps_document_class_init),
4572         (document_load):
4573         * ps/ps-document.h:
4574         * ps/ps.h:
4575         * shell/ev-window.c: (update_window_title), (ev_window_open),
4576         (ev_window_init):
4577
4578         Initial support for document title. Not working yet.
4579
4580 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
4581
4582         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event):
4583
4584         Grab focus on the view when clicking it
4585
4586 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
4587
4588         * shell/ev-marshal.list:
4589         * shell/ev-view.c: (ev_view_realize), (add_scroll_binding),
4590         (ev_view_scroll_view), (ev_view_class_init), (ev_view_init):
4591
4592         Add key bindings to the view. Now if the focus would work
4593         right...
4594
4595 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
4596
4597         * Makefile.am:
4598         * backend/Makefile.am:
4599         * data/Makefile.am:
4600         * dvi/Makefile.am:
4601         * dvi/dvilib/Makefile.am:
4602         * pdf/xpdf/Makefile.am:
4603         * po/POTFILES.in:
4604         * ps/Makefile.am:
4605
4606         Fix distcheck
4607
4608 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
4609
4610         * shell/ev-view.c: (ev_view_realize):
4611
4612         Fix mouse wheel scrolling
4613
4614 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
4615
4616         * ps/Makefile.am:
4617         * ps/gstypes.h:
4618         * ps/gtkgs.c:
4619         * ps/gtkgs.h:
4620         * ps/ps-document.c: (catchPipe), (ps_document_init),
4621         (ps_document_class_init), (ps_document_cleanup),
4622         (ps_document_finalize), (send_ps), (ps_document_get_orientation),
4623         (set_up_page), (close_pipe), (is_interpreter_ready),
4624         (interpreter_failed), (output), (input), (start_interpreter),
4625         (stop_interpreter), (file_length), (file_readable),
4626         (check_filecompressed), (check_pdf), (compute_xdpi),
4627         (compute_ydpi), (compute_size), (ps_document_enable_interpreter),
4628         (ps_document_get_type), (ps_document_emit_error_msg),
4629         (document_load), (ps_document_next_page),
4630         (ps_document_get_current_page), (ps_document_get_page_count),
4631         (ps_document_goto_page), (ps_document_set_page_size),
4632         (ps_document_zoom_to_fit), (ps_document_set_zoom),
4633         (ps_document_load), (ps_document_get_n_pages),
4634         (ps_document_set_page), (ps_document_get_page),
4635         (ps_document_widget_event), (ps_document_set_target),
4636         (ps_document_set_scale), (ps_document_set_page_offset),
4637         (ps_document_get_page_size), (ps_document_render),
4638         (ps_document_document_iface_init):
4639         * ps/ps-document.h:
4640         * ps/ps.c:
4641         * shell/ev-window.c: (ev_window_open):
4642
4643         Rename GtkGS to PSDocument
4644
4645 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
4646
4647         * ps/gtkgs.c: (gtk_gs_class_init):
4648         * ps/gtkgs.h:
4649
4650         Some more leftover...
4651
4652 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
4653
4654         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_get_orientation),
4655         (output), (stop_interpreter), (gtk_gs_emit_error_msg),
4656         (gtk_gs_zoom_to_fit), (gtk_gs_set_zoom):
4657         * ps/gtkgs.h:
4658
4659         Remove unused code and make a lot of stuff private
4660
4661 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
4662
4663         * ps/gsdefaults.c: (gtk_gs_defaults_gconf_client),
4664         (gtk_gs_defaults_changed):
4665         * ps/gsdefaults.h:
4666         * ps/gtkgs.c:
4667         * ps/gtkgs.h:
4668         * ps/ps.h:
4669
4670         Cleanup headers dependencies
4671
4672 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
4673
4674         * ps/Makefile.am:
4675         * ps/ggvutils.c:
4676         * ps/ggvutils.h:
4677         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
4678         * ps/gsdefaults.h:
4679         * ps/gtkgs.c: (file_length), (file_readable),
4680         (check_filecompressed), (check_pdf), (gtk_gs_load),
4681         (gtk_gs_get_postscript):
4682
4683         Get rid of ggvutils
4684
4685 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
4686
4687         * ps/ggvutils.c:
4688         * ps/ggvutils.h:
4689         * ps/gsio.h:
4690         * ps/gtkgs.c: (gtk_gs_set_zoom):
4691
4692         Cleanups
4693
4694 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
4695
4696         * ps/gtkgs.c: (gtk_gs_set_zoom), (gtk_gs_set_zoom_mode):
4697
4698         Ensure the page is rerendered when changing zoom
4699
4700 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
4701
4702         * backend/ev-document.c: (ev_document_base_init),
4703         (ev_document_changed):
4704         * backend/ev-document.h:
4705
4706         Add a changed event that is emitted when the page content
4707         changes. This is necessary to deal with the fact that
4708         in ps backend rendering happen asycrounously.
4709         This makes the ps backend mostly work.
4710
4711         * pdf/xpdf/pdf-document.cc:
4712
4713         Emit changed event
4714
4715         * ps/gtkgs.c: (set_up_page), (gtk_gs_widget_event),
4716         (ps_document_set_target):
4717
4718         Emit changed event
4719
4720         * shell/ev-view.c: (document_changed_callback),
4721         (ev_view_set_document), (ev_view_set_page):
4722
4723         Redraw on the changed signal
4724
4725 2004-12-25  Raphael Higino  <raphaelh@cvs.gnome.org>
4726
4727         * configure.ac: Added pt_BR to ALL_LINGUAS.
4728
4729 Fri Dec 24 00:48:44 2004  Jonathan Blandford  <jrb@redhat.com>
4730
4731         * backend/ev-document-bookmarks.c:
4732         (ev_document_bookmarks_get_child): *
4733         backend/ev-document-bookmarks.h: * pdf/xpdf/Makefile.am: *
4734         pdf/xpdf/pdf-document.cc: * pdf/xpdf/pdf-document.h: *
4735         shell/Makefile.am: * shell/ev-sidebar-bookmarks.c:
4736         (ev_sidebar_bookmarks_destroy),
4737         (ev_sidebar_bookmarks_class_init),
4738         (ev_sidebar_bookmarks_construct), (stack_data_free),
4739         (do_one_iteration), (populate_bookmarks_idle),
4740         (ev_sidebar_bookmarks_clear_document),
4741         (ev_sidebar_bookmarks_set_document): *
4742         shell/ev-sidebar-bookmarks.h: * shell/ev-sidebar.c:
4743         (ev_sidebar_add_page),
4744         (ev_sidebar_set_document): * shell/ev-window.c: (ev_window_open):
4745         Initial stab at a bookmarks sidebar.  It doesn't navigate yet, but
4746         it displays both the topics and the page numbers.
4747
4748 2004-12-23  Kristian Høgsberg  <krh@redhat.com>
4749
4750         * shell/ev-window.c (ev_window_view_sidebar_cb): Hook up sidebar
4751         toggle.
4752         * shell/ev-window.c (toggle_entries): Set sidebar default value to
4753         visible.
4754
4755 2004-12-23  Adam Weinberger  <adamw@gnome.org>
4756
4757         * configure.ac: Added en_CA to ALL_LINGUAS.
4758
4759 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
4760
4761         * ChangeLog: replace bottom of this ChangeLog (merged history of
4762         ggv and gpdf; where all paths were wrong and most of the files are
4763         not even in this tree) with ChangeLog (from arch) of the shell
4764         code.
4765
4766 2004-12-23  Havoc Pennington  <hp@redhat.com>
4767
4768         * shell/ev-window.c: hook up potentially-questionable "find
4769         results status text" feature - something involving the sidebar or
4770         scrollbar or a continuous all-pages-on-giant-roll-of-paper-view
4771         might be better in the end.
4772
4773         * shell/ev-view.c (ev_view_get_find_status_message): new function, 
4774         with corresponding signal when it should be updated
4775
4776         * shell/eggfindbar.c (egg_find_bar_set_status_text): new function
4777
4778 2004-12-22  Havoc Pennington  <hp@redhat.com>
4779
4780         * pdf/xpdf/pdf-document.cc (pdf_document_find_begin): make search
4781         find stuff on other pages, sort of (only returns one result on
4782         invisible pages, to show they have results; updates full results
4783         for a page when you view it). Currently repaints the current page
4784         every time a new result is found on any page, which isn't so nice.
4785
4786 2004-12-22  Havoc Pennington  <hp@redhat.com>
4787
4788         * shell/ev-window.c (ev_window_cmd_edit_find): display an error if
4789         the document doesn't support find (better ideas?)
4790         (find_bar_search_changed_cb): handle missing document or document
4791         that doesn't support find
4792
4793         * pdf/xpdf/pdf-document.cc: port to implement the new
4794         EvDocumentFindIface
4795
4796         * backend/ev-document-find.c: create a new interface for searching
4797
4798         * backend/ev-document.h, backend/ev-document.c: delete the find stuff
4799
4800 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
4801
4802         * pdf/xpdf/Makefile.am (libpdfdocument_la_LIBADD): add
4803         libevbackend.la.
4804
4805         * shell/ev-window.c (ev_window_print): add GnomePrintJob to
4806         EvPrintJob constructor arguments.
4807
4808         * backend/ev-ps-exporter.c, backend/ev-ps-exporter.h: interface
4809         for documents that can export PostScript (page by page).
4810
4811         * backend/Makefile.am (libevbackend_la_SOURCES): add them.
4812         
4813         * pdf/xpdf/pdf-document.cc (pdf_document_ps_export_begin)
4814         (pdf_document_ps_export_do_page, pdf_document_ps_export_end)
4815         (pdf_document_ps_exporter_iface_init:
4816         Implement EvPSExporter.
4817
4818         * pdf/xpdf/Makefile.am (libxpdf_la_SOURCES): build PSOutputDev.
4819
4820 2004-12-22  Anders Carlsson  <andersca@gnome.org>
4821
4822         * backend/Makefile.am:
4823         * backend/ev-document-thumbnails.c:
4824         (ev_document_thumbnails_get_type),
4825         (ev_document_thumbnails_get_thumbnail):
4826         * backend/ev-document-thumbnails.h:
4827         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
4828         (pixbuf_document_thumbnails_get_thumbnail),
4829         (pixbuf_document_document_thumbnails_iface_init):
4830         * shell/Makefile.am:
4831         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_destroy),
4832         (ev_sidebar_thumbnails_class_init), (ev_sidebar_thumbnails_init),
4833         (populate_thumbnails), (ev_sidebar_thumbnails_set_document):
4834         * shell/ev-sidebar-thumbnails.h:
4835         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
4836         (ev_sidebar_set_document):
4837         * shell/ev-utils.c: (gaussian), (create_blur_filter),
4838         (create_shadow), (ev_pixbuf_add_shadow):
4839         * shell/ev-utils.h:
4840         Add thumbnail support.
4841         
4842 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
4843
4844         * shell/ev-window.c (ev_window_cmd_file_print, ev_window_print)
4845         (using_postscript_printer): Set up a print dialog for "PostScript
4846         injection" method.
4847
4848         * shell/ev-print-job.h, shell/ev-print-job.c: stub classes for
4849         EvPrintJob.
4850
4851         * shell/Makefile.am (evince_SOURCES): add ev-print-job.[ch]
4852
4853 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
4854
4855         * ps/gtkgs.c: (gtk_gs_init), (set_up_page),
4856         (ps_document_set_target), (ps_document_get_page_size),
4857         (ps_document_render):
4858         * ps/gtkgs.h:
4859
4860         Fix a few bugs
4861
4862 2004-12-22  Christian Rose  <menthos@menthos.com>
4863
4864         * configure.ac: Added "sv" to ALL_LINGUAS.
4865
4866 Wed Dec 22 14:47:38 2004  Jonathan Blandford  <jrb@redhat.com>
4867
4868         * backend/ev-document-bookmarks.[ch]: new interface to indicate
4869         document supports bookmarks.
4870
4871 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
4872
4873         * ps/ggvutils.c: (ggv_file_readable):
4874         * ps/ggvutils.h:
4875         * ps/gtkgs.c: (check_filecompressed), (check_pdf),
4876         (gtk_gs_get_postscript):
4877
4878         Remove unused utils
4879
4880 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
4881
4882         * ps/gtkgs.c: (gtk_gs_init), (gtk_gs_class_init), (gtk_gs_cleanup),
4883         (gtk_gs_finalize), (gtk_gs_set_center), (set_up_page), (output),
4884         (start_interpreter), (compute_size), (gtk_gs_enable_interpreter),
4885         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_reload),
4886         (gtk_gs_emit_error_msg), (gtk_gs_disable_interpreter),
4887         (gtk_gs_load), (gtk_gs_goto_page), (gtk_gs_set_page_size),
4888         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
4889         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
4890         (gtk_gs_set_antialiasing), (ps_document_load),
4891         (ps_document_render):
4892         * ps/gtkgs.h:
4893
4894         Another check point for the ps backend. Now I can get it to show
4895         pages!
4896
4897 Wed Dec 22 13:41:01 2004  Jonathan Blandford  <jrb@redhat.com>
4898
4899         * shell/ev-sidebar.c (ev_sidebar_set_document): initial sidebar
4900         document setting code.
4901
4902 2004-12-22  Anders Carlsson  <andersca@gnome.org>
4903
4904         * shell/eggfindbar.c: (entry_activate_callback):
4905         Animate the next button when activate is pressed.
4906         
4907 2004-12-22  Anders Carlsson  <andersca@gnome.org>
4908
4909         * shell/ev-window.c: (ev_window_cmd_edit_find),
4910         (update_fullscreen_popup), (ev_window_fullscreen),
4911         (ev_window_unfullscreen), (ev_window_state_event_cb),
4912         (ev_window_focus_out_cb), (find_bar_close_cb), (ev_window_init):
4913         Fix bugs in fullscreen code.
4914         
4915 2004-12-22  Anders Carlsson  <andersca@gnome.org>
4916
4917         * Makefile.am:
4918         * configure.ac:
4919         * pixbuf/Makefile.am:
4920         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
4921         (pixbuf_document_load), (pixbuf_document_get_n_pages),
4922         (pixbuf_document_set_page), (pixbuf_document_get_page),
4923         (pixbuf_document_set_target), (pixbuf_document_set_scale),
4924         (pixbuf_document_set_page_offset), (pixbuf_document_get_page_size),
4925         (pixbuf_document_render), (pixbuf_document_begin_find),
4926         (pixbuf_document_end_find), (pixbuf_document_finalize),
4927         (pixbuf_document_class_init),
4928         (pixbuf_document_document_iface_init), (pixbuf_document_init):
4929         * pixbuf/pixbuf-document.h:
4930         * shell/Makefile.am:
4931         * shell/ev-application.c: (ev_application_open):
4932         * shell/ev-window.c: (mime_type_supported_by_gdk_pixbuf),
4933         (ev_window_open):
4934         Add pixbuf backend.
4935         
4936 Tue Dec 21 21:45:43 2004  Soeren Sandmann  <sandmann@redhat.com>
4937
4938         * Makefile.am: 
4939         * dvi/dvilib/Makefile.am:
4940         * dvi/Makefile.am:
4941         * configure.ac: Auto*ify dvi and dvi/dvilib
4942
4943         * dvi/Makefile: Remove from CVS
4944         
4945         * dvi/dvilib/dl-pkfont.cc (unpack_bitmap): Fix uchar/uint
4946         confusion.
4947
4948         * dvi/dvilib/dl-fontdefinition.{cc,hh}: New DviFontMap class
4949         
4950         * dvi/dvilib/dl-vffont.{cc,hh}: Many bugfixes to VF code.
4951         
4952 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
4953
4954         * ps/Makefile.am:
4955         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_finalize),
4956         (gtk_gs_value_adjustment_changed), (compute_size),
4957         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_new_from_file),
4958         (gtk_gs_center_page), (gtk_gs_load), (gtk_gs_set_page_size),
4959         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
4960         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
4961         (gtk_gs_start_scroll), (gtk_gs_get_postscript),
4962         (gtk_gs_set_adjustments), (gtk_gs_set_available_size),
4963         (ps_document_load), (ps_document_get_n_pages),
4964         (ps_document_set_page), (ps_document_get_page),
4965         (ps_document_set_target), (ps_document_set_scale),
4966         (ps_document_set_page_offset), (ps_document_get_page_size),
4967         (ps_document_render), (ps_document_begin_find),
4968         (ps_document_end_find), (ps_document_document_iface_init):
4969         * ps/gtkgs.h:
4970         * shell/Makefile.am:
4971         * shell/ev-window.c: (ev_window_open):
4972
4973         Some work to integrate gtkgs with EvDocument
4974
4975 2004-12-22  Anders Carlsson  <andersca@gnome.org>
4976
4977         * shell/ev-window.c: (update_fullscreen_popup),
4978         (screen_size_changed_cb), (destroy_exit_fullscreen_popup),
4979         (exit_fullscreen_button_clicked_cb),
4980         (fullscreen_popup_size_request_cb), (ev_window_fullscreen),
4981         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
4982         (ev_window_state_event_cb), (ev_window_init):
4983         Add fullscreen support from Epiphany.
4984         
4985 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
4986
4987         * data/ev-stock-zoom-fit-width.png: fit-width
4988         stock icon from gpdf.
4989         
4990         * shell/ev-stock-icons.[ch]: copied from gpdf.
4991         
4992         * shell/main.c: (main): init stock icons.
4993         
4994         * shell/ev-window.c: use the fit-width icon.
4995         
4996         * data/evince-ui.xml: add zooming toolbar items.
4997
4998 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
4999
5000         * shell/ev-view.c: 
5001         (ev_view_best_fit), (ev_view_fit_width): because
5002         get_page_size() returns the scaled page size, we
5003         need to calculate the scale factor relative to
5004         the previous scale factor. Should really just
5005         add get_real_page_size().
5006
5007 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
5008
5009         * shell/ev-view.[ch]:
5010         (ev_view_zoom), (ev_view_zoom_in), (ev_view_zoom_out),
5011         (ev_view_normal_size), (ev_view_best_fit), (ev_view_fit_width):
5012         add zooming.
5013         
5014         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
5015         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_normal_size),
5016         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width):
5017         hook it up.
5018         
5019         * pdf/xpdf/pdf-document.cc:
5020         (pdf_document_begin_find),
5021         (pdf_document_end_find): make static.
5022
5023 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
5024
5025         * pdf/xpdf/GlobalParams.h (setupBaseFontsFc): add prototype.
5026
5027         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): maps base font
5028         names to fontconfig patterns.
5029         (setupBaseFontsFc): setupBaseFonts reimplemented using fontconfig.
5030
5031         * pdf/xpdf/pdf-document.cc (pdf_document_load): use
5032         setupBaseFontsFc.
5033
5034 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
5035
5036         * Makefile.am:
5037         * configure.ac:
5038         * ps/Makefile.am:
5039         * ps/ggvutils.c:
5040         * ps/ggvutils.h:
5041         * ps/gsdefaults.c:
5042         * ps/gsdefaults.h:
5043         * ps/gsio.c:
5044         * ps/gsio.h:
5045         * ps/gtkgs.c:
5046         * ps/gtkgs.h:
5047         * ps/ps.c:
5048         * ps/ps.h:
5049
5050         Import ggv backend. Not hooked up yet.
5051
5052 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
5053
5054         * shell/main.c: (load_files), (main): load files
5055         from the command line.
5056
5057 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
5058
5059         * configure.ac: don't require bonobo.
5060         
5061         * cut-n-paste/recent-files/*: kill bonobo recent
5062         view.
5063
5064         * shell/ev-window.c:
5065         (ev_window_is_empty): upd.
5066         (unable_to_load), (ev_window_open): load backend
5067         based on the mime type.
5068
5069 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
5070
5071         * backend/.cvsignore: ignore generated marshalers source.
5072
5073         * shell/main.c (main): this is not epiphany.
5074
5075 2004-12-22  Havoc Pennington  <hp@redhat.com>
5076
5077         * shell/ev-view.c (ev_view_set_document): connect to "found" signal
5078         (expose_bin_window): draw find highlights
5079
5080         * shell/ev-window.c (find_bar_search_changed_cb): implement 
5081         
5082         * pdf/xpdf/pdf-document.cc (pdf_document_begin_find) 
5083         (pdf_document_end_find): implement this interface
5084
5085         * backend/ev-document.c (ev_document_found): add this to emit
5086         signal
5087
5088 Tue Dec 21 23:57:37 2004  Owen Taylor  <otaylor@redhat.com>
5089
5090         * data/evince-ui.xml: Add a few more toolbar items.
5091
5092         * shell/ev-window.c: Hook up page navigation toolbar 
5093         items.
5094
5095         * shell/ev-view.[ch]: add ev_view_set/get_page and 
5096         a page-changed signal.
5097
5098         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc::
5099         Add ev_document_get_page().
5100
5101         * shell/ev-window.c: Sensitize/desensitize navigation
5102         actions.
5103
5104 2004-12-21  Havoc Pennington  <hp@redhat.com>
5105
5106         * backend/ev-backend-marshal.c,
5107         backend/ev-backend-marshalers.list, backend/Makefile.am: add
5108         marshaler-generator thingy. I'm sure there's a better way to do
5109         this in the modern world.
5110
5111         * backend/ev-document.h (struct _EvDocumentIface): add begin_find,
5112         end_find methods and "found" signal.
5113
5114         * configure.ac: find glib-genmarshal
5115
5116 Tue Dec 21 23:20:35 2004  Jonathan Blandford  <jrb@redhat.com>
5117
5118         * shell/ev-sidebar.c: Construct an actual sidebar.
5119         * shell/ev-sidebar-bookmarks.[ch]:
5120         * shell/ev-sidebar-thumbnails.[ch]: Stub out sidebars.
5121
5122 Tue Dec 21 23:05:51 2004  Owen Taylor  <otaylor@redhat.com>
5123
5124         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc:
5125         Redo size handling.
5126         
5127         * shell/ev-view.c: Track the size from the document.
5128
5129 Tue Dec 21 22:17:04 2004  Owen Taylor  <otaylor@redhat.com>
5130
5131         * pdf/xpdf/pdf-document.cc (pdf_document_load): PDFDoc
5132         constructor assumes ownership of the string passed in.
5133         
5134         * shell/ev-window.c (ev_window_open): Destroy the error
5135         dialog once we've displayed it.
5136
5137 Tue Dec 21 21:58:56 2004  Owen Taylor  <otaylor@redhat.com>
5138
5139         * pdf/xpdf/pdf-document.cc shell/ev-view.c: Hook things up 
5140         a bit, it works! (sort of)
5141
5142         * pdf/xpdf/Makefile.am pdf/xpdf/pdf-document.cc:
5143         Move to .cc since we need to use C++ in the implementation.
5144
5145         * shell/dummy.cc: Add a CC file to force evince
5146         to be linked as a C++ program.
5147
5148 Tue Dec 21 21:07:55 2004  Owen Taylor  <otaylor@redhat.com>
5149
5150         * shell/ev-view.[ch]: Start of content-area widget.
5151
5152         * shell/ev-window.c: Create a EvView, update it
5153         as we change documents.
5154
5155         * shell/Makefile.am shell/ev-marshal.list: Add
5156         generated marshalers.
5157
5158 Tue Dec 21 20:28:11 2004  Jonathan Blandford  <jrb@redhat.com>
5159
5160         * Makefile.am (SUBDIRS): move shell.
5161
5162 Tue Dec 21 19:28:55 2004  Owen Taylor  <otaylor@redhat.com>
5163
5164         * pdf/{goo,fofi,splash,xpdf}/Makefile.am: Switch from
5165         .a to libtool convenience libraries.
5166
5167         * shell/ev-window.c (ev_window_open): Hard code loading
5168         a PDF document.
5169         
5170         * backend/ev-document.h: Add a boolean return to load(),
5171         fix GError * to GError **.
5172
5173         * pdf/xpdf/pdf-document.[ch] Makefile.am: Add a stub
5174         object for a PDF backend EvDocument.
5175
5176 Tue Dec 21 18:55:06 2004  Søren Sandmann  <sandmann@redhat.com>
5177
5178         * dvi/*: New directory with the beginning of a .dvi backend.
5179
5180 2004-12-21  Havoc Pennington  <hp@redhat.com>
5181
5182         * shell/eggfindbar.c (egg_find_bar_init): change buttons to
5183         previous/next instead of back/forward
5184
5185 Tue Dec 21 18:26:24 2004  Owen Taylor  <otaylor@redhat.com>
5186
5187         * backend/ev-document.[ch]: Fix a couple of problems so
5188         it compile.
5189
5190 Tue Dec 21 18:20:40 2004  Owen Taylor  <otaylor@redhat.com>
5191
5192         * viewer/* backend/* configure.ac Makefile.am: Move viewer directory 
5193         to backend/ directory, rename EvViewer to EvDocument.
5194
5195 2004-12-21  Havoc Pennington  <hp@redhat.com>
5196
5197         * shell/ev-window.c: hook up the find bar widget; now we just need
5198         a document to find things in
5199
5200         * shell/eggfindbar.c: a find bar widget
5201
5202 Tue Dec 21 17:20:16 2004  Jonathan Blandford  <jrb@redhat.com>
5203
5204         * shell/ev-sidebar.[ch]: initial sidebar boilerplate.
5205
5206 Tue Dec 21 16:30:58 2004  Owen Taylor  <otaylor@redhat.com>
5207
5208         * pdf/**: Import of xpdf code from gpdf. 
5209
5210         * pdf/xpdf/xpdfconfig.h: Move the non-config.h config.h to xpdfconfig.h
5211
5212         * pdf/splash/SplashFTFont.{cc,h} pdf/splash/SplashFTFont.h
5213         pdf/splash/SplashFTFontEngine.h pdf/splash/SplashFTFontFile.h: 
5214         Fix FreeType includes.
5215
5216         * pdf/xpdf/{Error.h GnomeVFSStream.cc ImageOutputDev.cc PDFDoc.cc\
5217         pdffonts.cc pdfimages.cc pdfinfo.cc pdftoppm.cc pdftops.cc
5218         pdftotext.cc PSOutputDev.cc PSOutputDev.h SplashOutputDev.h
5219         Stream.cc TextOutputDev.cc XPDFApp.cc xpdf.cc XPDFViewer.cc
5220         pdf/xpdf/Error.h PSOutputDev.h SplashOutputDev.h}:
5221         Include xpdfconfig.h
5222         
5223 Tue Dec 21 16:08:17 2004  Jonathan Blandford  <jrb@redhat.com>
5224
5225         * shell/ev-window.c (ev_window_dispose): dispose can be called
5226         multiple times.
5227
5228 2004-12-21  Havoc Pennington  <hp@redhat.com>
5229
5230         * shell/ev-window.c (ev_window_init): set title to Document Viewer
5231         rather than Evince
5232
5233         * data/evince-ui.xml, shell/ev-window.c: add a bunch of stub menu
5234         items; really they should be synced with the strings, etc. from
5235         current gpdf, but just getting the boring typing out of the way 
5236
5237 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
5238
5239         * po/POTFILES.in:
5240         * shell/ev-application.c: (window_destroy_cb):
5241         * shell/ev-window.c:
5242         * shell/main.c: (main):
5243
5244         Actually show the window...
5245
5246 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
5247
5248         * Makefile.am:
5249         * shell/Makefile.am:
5250         * shell/ev-application.c: (ev_application_class_init):
5251         * shell/ev-window.c: (ev_window_dispose), (ev_window_class_init):
5252
5253         Make it build again
5254
5255 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
5256
5257         Import to gnome cvs.
5258         
5259         * Remove copies of gpdf and ggv trees.
5260         * Rip out all the recursive configure code.
5261         * Remove bonobo machinery.
5262         * viewer/*: GInterfaces that backends should/can implement.
5263
5264 2004-11-09  Martin Kretzschmar  <m_kretzschmar@gmx.net>
5265
5266         * shell/ev-window.c (ev_window_cmd_help_about): fix "documentors"
5267         typo
5268
5269 2004-10-28  Martin Kretzschmar  <m_kretzschmar@gmx.net>
5270
5271         * shell/ev-application.c (EV_APPLICATION_GET_PRIVATE)
5272         (ev_application_finalize, ev_application_class_init)
5273         (ev_application_init): use GType instance private data for priv.
5274     
5275         * shell/ev-window.c (EV_WINDOW_GET_PRIVATE)
5276         (ev_window_finalize, ev_window_class_init)
5277         (ev_window_init): ditto.
5278
5279 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
5280
5281         * shell/ev-application.c (ev_application_new_window): make public
5282         (ev_application_show_initial_window): kill.
5283     
5284         * shell/ev-application.h: update prototypes.
5285     
5286         * shell/main.cc (main): inline ev_application_show_initial_window.
5287
5288 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
5289
5290         * shell/ev-application.c (ev_application_new_window): impl.
5291         (ev_application_show_initial_window): use it.
5292         (is_window_empty, ev_application_get_empty_window): returns an
5293         existing empty window or a new one.
5294         (ev_application_open): from ev_window_cmd_file_open.
5295     
5296         * shell/ev-application.h: update prototypes
5297     
5298         * shell/ev-window.c (ev_window_is_empty): impl.
5299         (ev_window_open): make public.
5300         (ev_window_cmd_file_open): use ev_application_open
5301     
5302         * shell/ev-window.h: update prototypes, remove unused.
5303
5304 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
5305
5306         * shell/ev-window.c (ev_window_destroy, ev_window_class_init):
5307         move destroy handler out of here...
5308     
5309         * shell/ev-application.c, shell/ev-application.h: ...into this new
5310         class. Also handles initial window creation.
5311     
5312         * shell/main.cc (main): use EvApplication to create initial
5313         window.
5314
5315 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
5316
5317         * Makefile.am (SUBDIRS): add cut-n-paste
5318     
5319         * cut-n-paste/Makefile.am: add
5320     
5321         * configure.ac: generate Makefiles in cut-n-paste
5322
5323 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
5324
5325         * shell/ev-window.c (ev_window_dispose): new, unref the ui_manager
5326         (ev_window_class_init): install ev_window_dispose.
5327
5328 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
5329
5330         * shell/ev-window.h, shell/ev-window.c: replace gchar with
5331         char (gchar looks stupid).
5332
5333 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
5334
5335         * po/de.po: updated German translation.
5336
5337 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
5338
5339         * configure.ac: add more pkg-config library checks for gnome-vfs,
5340         bonobo etc.
5341     
5342         * gpdf/configure.in: temporarily disable libpaper
5343         checks. Otherwise I'd have to add the checks for the shell, too.
5344
5345 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
5346
5347         * shell/ev-window.c (ev_window_cmd_file_open): add ps+pdf, ps, pdf
5348         and * file filters to the file choose.
5349
5350 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
5351
5352         * po/de.po: Updated German translation.
5353
5354 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
5355
5356         * shell/ev-window.c: use "S" as mnemonic for Statusbar.
5357
5358 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
5359
5360         * data/evince-ui.xml: add View->Toolbar and View->Statusbar.
5361     
5362         * shell/ev-window.c (menu_item_select_cb, menu_item_select_cb)
5363         (ev_window_init): implement those menuitems.
5364
5365 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
5366
5367         * data/evince-ui.xml: add a toolbar (with FileOpen action)
5368     
5369         * shell/ev-window.c (ev_window_init): use the toolbar.
5370
5371 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
5372
5373         * shell/ev-window.c (ev_window_init): use menu translations
5374
5375 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
5376
5377         * configure.ac: add "de" to ALL_LINGUAS.
5378     
5379         * po/de.po: add German translation.
5380
5381 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
5382
5383         * Makefile.am (SUBDIRS): add po
5384     
5385         * configure.ac: check intltool, glib-gettext etc, generate
5386         po/Makefile.in
5387     
5388         * po, po/POTFILES.in, po/POTFILES.skip: new.
5389
5390 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
5391
5392         * shell/Makefile.am (INCLUDES): define GNOMELOCALEDIR which we
5393         already use (#ifdef ENABLE_NLS)
5394     
5395         * shell/ev-window.c (ev_window_cmd_help_about): fix two star
5396         pointer indirection thinko.
5397     
5398         * shell/main.c: include gi18n.h for bindtextdomain etc.
5399
5400 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
5401
5402         * shell/ev-window.c (menu_item_select_cb, menu_item_deselect_cb)
5403         (connect_proxy_cb, disconnect_proxy_cb, ev_window_init): show
5404         tooltips for menu items in the statusbar.
5405
5406 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
5407
5408         * configure.ac, data/Makefile.am, shell/Makefile.am: use
5409         pkgdatadir drop UIDIR
5410
5411 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
5412
5413         * data/evince-ui.xml: Add File->Open menu item
5414     
5415         * shell/ev-window.c (ev_window_cmd_file_open): impl. (shows a file
5416         chooser), hook it up in the ui manager.
5417
5418 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
5419
5420         * shell/ev-window.c: fix Help->About tooltip.
5421
5422 2004-10-23 Martin Kretzschmar  <m_kretzschmar@gmx.net>
5423
5424         * configure.ac: set CFLAGS for libevprivate.
5425     
5426         * lib/ev-stock-icons.h, lib/ev-stock-icons.c: stock icon
5427         definitions, factory etc.
5428     
5429         * lib/Makefile.am: build libevprivate.a (only stock icon code).
5430     
5431         * shell/Makefile.am: link against libevprivate.a.
5432     
5433         * shell/ev-window.c (entries): add stock icon to Help->About.
5434     
5435         * shell/main.c (main): init stock icon code.
5436
5437 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
5438
5439         * lib/recent-files: egg recent files code
5440     
5441         * lib/Makefile.am: add.
5442     
5443         * Makefile.am: add lib subdir.
5444     
5445         * configure.ac: gen. lib/Makefile and lib/recent-files/Makefile,
5446         set CFLAGS for recent-files.
5447
5448 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
5449
5450         * configure.ac: disable -ansi and -pedantic gcc flags. They
5451         disable POSIX stuff in stdio.h, but egg-recent uses them.
5452
5453 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net> 
5454
5455         * configure.ac: add --disable-deprecated flag (defaults to on in
5456         "cvs" builds).
5457     
5458         * shell/Makefile.am (INCLUDES): use it.
5459
5460 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
5461
5462         * shell/main.c: add missing #include.
5463     
5464         * shell/ev-window.c: fix for pedantic gcc.
5465         (ev_window_cmd_help_about): split license into paragraphs for
5466         translators and pedantic compilers.
5467
5468 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
5469
5470         * configure.ac: add more warning flags if compiling with gcc from
5471         cvs (or explicitly requested with --enable-more-warnings).
5472
5473 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
5474
5475         * data/evince-ui.xml: add File and File->Close menu.
5476     
5477         * shell/ev-window.c (ev_window_cmd_file_close_window): impl.
5478         (ev_window_destroy): quit after destroy.
5479         (ev_window_class_init): override GtkObject::destroy.
5480         (entries): install close_window callback.
5481
5482 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
5483
5484         * Makefile.am (SUBDIRS): add data subdir.
5485     
5486         * configure.ac (UIDIR): gen data/Makefile, define UIDIR.  Require
5487         gtk+ 2.5.0 for GtkAboutDialog.
5488     
5489         * data/Makefile.am, data/evince-ui.xml: add, ui definition for the
5490         main window.
5491     
5492         * shell/Makefile.am (INCLUDES): propagate UIDIR definition.
5493     
5494         * shell/ev-window.c (ev_window_init): create a menubar, using a ui
5495         manager.
5496         (ev_window_cmd_help_about): about command, using GtkAboutDialog.
5497
5498 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
5499
5500         * shell/ev-window.c, shell/ev-window.h: Created an EvWindow class.
5501
5502 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
5503
5504         * shell/main.c: make it a trivial gtk+ program, adjust configure.ac
5505
5506 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
5507
5508         * shell/*: Added shell directory boilerplate, build it.
5509
5510 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
5511
5512         * configure.ac, Makefile.am: Added top-level configure.ac and
5513         Makefile.am