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