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