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