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