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