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