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