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