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