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