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