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