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