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