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