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