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