]> www.fi.muni.cz Git - evince.git/blob - ChangeLog
9c4d6b473f4bfdc90bdc601099bdd3fcd01ac096
[evince.git] / ChangeLog
1 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
2
3         * shell/ev-window.c: (view_external_link_cb):
4         * shell/ev-view.c: (ev_view_button_release_event):
5
6         Open links in new window when clicking with middle button. 
7
8 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9
10         * shell/ev-navigation-action.c: (new_history_menu_item):
11         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
12         * shell/ev-view.c: (ev_view_handle_link):
13         * shell/ev-window.c:
14         
15         Store link before jump, not the destination. For me it 
16         seems like more natural history behavior.
17
18 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
19
20         * shell/ev-navigation-action.c: (activate_menu_item_cb),
21         (ev_navigation_action_class_init):
22         * shell/ev-navigation-action.h:
23         * shell/ev-page-action.c: (activate_cb):
24         * shell/ev-page-cache.c: (ev_page_cache_class_init),
25         (ev_page_cache_set_current_page_history):
26         * shell/ev-page-cache.h:
27         * shell/ev-sidebar-thumbnails.c:
28         (ev_sidebar_tree_selection_changed),
29         (ev_sidebar_icon_selection_changed), (page_changed_cb):
30         * shell/ev-view-private.h:
31         * shell/ev-view.c: (ev_view_handle_link), (ev_view_class_init):
32         * shell/ev-view.h:
33         * shell/ev-window.c: (page_changed_cb), (history_changed_cb),
34         (ev_window_setup_document), (ev_window_load_job_cb):
35         * shell/ev-window.h:
36         
37         History finally works as expected.
38
39 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
40
41         * shell/ev-sidebar-links.c: (ev_sidebar_links_map):
42
43         Do not update links treeview if it doesn't have a model assigned yet. 
44
45 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
46
47         * shell/ev-sidebar-links.c: (ev_sidebar_links_map),
48         (ev_sidebar_links_class_init), (update_page_callback):
49
50         Do not update links treeview when sidepane is not visible. 
51
52 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
53
54         * shell/ev-marshal.list:
55         * shell/ev-page-action.c: (activate_cb),
56         (ev_page_action_class_init):
57         * shell/ev-page-action.h:
58         * shell/ev-page-cache.c: (ev_page_cache_set_page_label):
59         * shell/ev-window.c:
60         
61         Remove activate_link signal, not required.
62
63 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
64
65         * shell/ev-navigation-action.c: (build_menu):
66         
67         Reorder menu items and build menu with fixed length.
68
69 2007-01-27  Ed Catmur  <ed@catmur.co.uk>
70
71         * shell/ev-view.c: (get_selected_text):
72         
73         Normalize text to fix ligatures problem. See bug
74         #341947 for details.
75
76 2007-01-25  Carlos Garcia Campos  <carlosgc@gnome.org>
77
78         * shell/ev-page-cache.c: (ev_page_cache_finalize):
79
80         Fix memory leak in ev-page-cache. 
81
82 2007-01-25  Tom Parker <palfrey@tevp.net>
83
84         * backend/impress/impress-document.c: (impress_document_load),
85         (impress_document_finalize), (impress_document_init):
86         * properties/ev-properties-main.c: (ev_properties_get_pages):
87         
88         Correctly handle impress document errors. Fixes nautilus
89         crash in property page #370491.
90
91 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
92
93         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
94         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
95         (ev_job_queue_remove_job):
96         * shell/ev-jobs.[ch]: (ev_job_load_init), (ev_job_load_class_init),
97         (ev_job_load_dispose), (ev_job_load_new), (ev_job_load_set_uri),
98         (ev_job_load_run):
99         * shell/ev-window.c: (ev_window_is_empty), (password_dialog_response),
100         (ev_window_popup_password_dialog), (ev_window_clear_load_job),
101         (ev_window_load_job_cb), (xfer_update_progress_callback),
102         (ev_window_open_uri), (ev_window_dispose):
103         * shell/main.c: (main):
104
105         Do file transfer asynchronously in the main thread instead of
106         synchronously in the load thread. Fixes bugs #399694, #398307 and
107         #343542.
108
109 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
110
111         * shell/ev-jobs.c: (ev_job_xfer_run):
112
113         Load the document with the font-config lock held. 
114
115 2007-01-23  Carlos Garcia Campos  <carlosgc@gnome.org>
116
117         * backend/ps/ps-document.c: (start_interpreter):
118
119         Fix memory leaks in ps backend. 
120
121 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
122
123         * backend/impress/impress-document.c:
124         (impress_document_render_pixbuf):
125
126         Do not acquire fontconfig lock in impress backend, since it is using
127         the main loop for rendering. 
128
129 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
130
131         * po/POTFILES.in: 
132
133         Remove mdvi files that shouldn't be translated. 
134
135 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
136
137         * shell/ev-view-private.h:
138         * shell/ev-view.c: (draw_loading_text), (ev_view_destroy),
139         (ev_view_set_zoom):
140
141         Render "loading..." text into a cairo surface instead of directly into
142         the window so that fontconfig lock is only needed once and UI is not
143         blocked. Change text color to #9B9B9B. Fixes bug #397356.
144
145 2007-01-19  Carlos Garcia Campos  <carlosgc@gnome.org>
146
147         * shell/ev-stock-icons.c: (ev_stock_icons_init):
148         * shell/ev-application.c: (ev_application_open_uri_at_dest):
149
150         Use icon theme associated with the window screen rather than default. 
151
152 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
153
154         * configure.ac:
155
156         Fix a typo in previous commit (24x24/action/ --> 24x24/actions)
157
158 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
159
160         * data/icons/*/apps/evince.*:
161
162         Move Evince icons under new apps directory.
163
164         * data/icons/*/actions/*:
165
166         Add new custom themeable Evince icons: view-page-continuous, 
167         view-page-facing, zoom-fit-width, zoom-fit-page. From Andreas
168         Nilsson, at 16 and 22 pixels (plus 24 for compatibility).
169
170         * configure.ac:
171
172         Add new directories to AC_CONFIG_FILES.
173
174         * shell/ev-stock-icons.c:
175         * shell/ev-stock-icons.h:
176
177         Use new custom themeable icons.
178
179 2007-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
180
181         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
182
183         Do not draw white background page in presentation mode. 
184
185 2007-01-16  Jani Monoses <jani.monoses@gmail.com>
186
187         * shell/ev-view.c: Remove unused gnome-vfs include.
188
189 2007-01-16  Theppitak Karoonboonyanan  <thep@linux.thai.net>
190
191         * backend/dvi/mdvi-lib/fontmap.c: (mdvi_load_fontmap):
192         
193         Format string is corrected, fixes bug #397129.
194
195 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
196
197         * shell/ev-window.c: (ev_window_setup_recent):
198
199         Do not include in recent menu inexistent documents. Fixes
200         bug #339171.
201
202 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
203
204         * po/POTFILES.skip: 
205
206         Update POTFILES.skip file according to current source tree. 
207
208 2007-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
209
210         * shell/ev-window.c: (file_save_dialog_response_cb):
211
212         Do Save a copy in atomic way. Fixes bug #328266. 
213
214 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
215
216         * shell/ev-sidebar-links.c: (update_page_callback_foreach):
217
218         Keep selected cell always visible in index treeview.
219
220 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
221         
222         * shell/ev-view.c: (ev_view_size_allocate):
223
224         Restore horizontal scrollbar after switching to/from fullscreen
225         or presentation mode. Fixes bug #331728.
226
227 2007-01-11  Carlos Garcia Campos  <carlosgc@gnome.org>
228
229         * shell/ev-view-private.h:
230         * shell/ev-window.c: (ev_window_screen_changed), (ev_window_init):
231         * shell/ev-view.[ch]: (ev_view_class_init), (ev_view_set_zoom),
232         (ev_view_set_screen_dpi), (ev_view_can_zoom_in),
233         (ev_view_can_zoom_out):
234
235         Use max and min scale values in the view iby taking dpi into account. 
236
237 2007-01-10  Carlos Garcia Campos  <carlosgc@gnome.org>
238
239         * configure.ac:
240         * NEWS:
241
242         Release 0.7.1
243
244 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
245
246         * shell/ev-window.c: (ev_window_print_send):
247
248         Send print job to printer with some settings set to default values,
249         since we have already exported to a file according to such settings
250         and they could be taken twice by some printers. 
251
252 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
253
254         * shell/ev-jobs.c: (ev_job_xfer_run):
255         * shell/ev-application.c: (ev_application_open_uri_at_dest):
256
257         Show main window and load document with the font-config lock held. 
258
259 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
260
261         * configure.ac:
262         * shell/ev-application.c: (ev_application_register_service):
263         * shell/main.c: (load_files_remote):
264
265         Bump requirements to dbus-glib 0.71 and drop all ifdefs used.
266
267 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
268
269         * doc/debugging.txt:
270         
271         Remove obsolete documentation.
272
273 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
274
275         * Makefile.am:
276         * backend/Makefile.am:
277         * backend/comics/Makefile.am:
278         * backend/djvu/Makefile.am:
279         * backend/dvi/Makefile.am:
280         * backend/ev-async-renderer.c:
281         * backend/ev-async-renderer.h:
282         * backend/ev-attachment.c:
283         * backend/ev-attachment.h:
284         * backend/ev-backend-marshal.c:
285         * backend/ev-document-factory.c:
286         * backend/ev-document-factory.h:
287         * backend/ev-document-find.c:
288         * backend/ev-document-find.h:
289         * backend/ev-document-fonts.c:
290         * backend/ev-document-fonts.h:
291         * backend/ev-document-images.c:
292         * backend/ev-document-images.h:
293         * backend/ev-document-info.h:
294         * backend/ev-document-links.c:
295         * backend/ev-document-links.h:
296         * backend/ev-document-misc.c:
297         * backend/ev-document-misc.h:
298         * backend/ev-document-security.c:
299         * backend/ev-document-security.h:
300         * backend/ev-document-thumbnails.c:
301         * backend/ev-document-thumbnails.h:
302         * backend/ev-document-transition.c:
303         * backend/ev-document-transition.h:
304         * backend/ev-document.c:
305         * backend/ev-document.h:
306         * backend/ev-file-exporter.c:
307         * backend/ev-file-exporter.h:
308         * backend/ev-image.c:
309         * backend/ev-image.h:
310         * backend/ev-link-action.c:
311         * backend/ev-link-action.h:
312         * backend/ev-link-dest.c:
313         * backend/ev-link-dest.h:
314         * backend/ev-link.c:
315         * backend/ev-link.h:
316         * backend/ev-render-context.c:
317         * backend/ev-render-context.h:
318         * backend/ev-selection.c:
319         * backend/ev-selection.h:
320         * backend/impress/Makefile.am:
321         * backend/pdf/Makefile.am:
322         * backend/pixbuf/Makefile.am:
323         * backend/ps/Makefile.am:
324         * backend/ps/ps-document.c: (push_pixbuf), (interpreter_failed),
325         (ps_document_widget_event), (setup_pixmap), (setup_page), (input),
326         (start_interpreter), (stop_interpreter), (document_load),
327         (ps_document_next_page), (render_page):
328         * backend/tiff/Makefile.am:
329         * comics/Makefile.am:
330         * comics/comics-document.c:
331         * comics/comics-document.h:
332         * configure.ac:
333         * cut-n-paste/zoom-control/ephy-zoom-control.c:
334         * djvu/Makefile.am:
335         * djvu/djvu-document-private.h:
336         * djvu/djvu-document.c:
337         * djvu/djvu-document.h:
338         * djvu/djvu-links.c:
339         * djvu/djvu-links.h:
340         * djvu/djvu-text-page.c:
341         * djvu/djvu-text-page.h:
342         * djvu/djvu-text.c:
343         * djvu/djvu-text.h:
344         * dvi/Makefile.am:
345         * dvi/dvi-document.c:
346         * dvi/dvi-document.h:
347         * dvi/fonts.c:
348         * dvi/fonts.h:
349         * dvi/mdvi-lib/Makefile.am:
350         * dvi/mdvi-lib/afmparse.c:
351         * dvi/mdvi-lib/afmparse.h:
352         * dvi/mdvi-lib/bitmap.c:
353         * dvi/mdvi-lib/bitmap.h:
354         * dvi/mdvi-lib/color.c:
355         * dvi/mdvi-lib/color.h:
356         * dvi/mdvi-lib/common.c:
357         * dvi/mdvi-lib/common.h:
358         * dvi/mdvi-lib/defaults.h:
359         * dvi/mdvi-lib/dvimisc.c:
360         * dvi/mdvi-lib/dviopcodes.h:
361         * dvi/mdvi-lib/dviread.c:
362         * dvi/mdvi-lib/files.c:
363         * dvi/mdvi-lib/font.c:
364         * dvi/mdvi-lib/fontmap.c:
365         * dvi/mdvi-lib/fontmap.h:
366         * dvi/mdvi-lib/fontsrch.c:
367         * dvi/mdvi-lib/gf.c:
368         * dvi/mdvi-lib/hash.c:
369         * dvi/mdvi-lib/hash.h:
370         * dvi/mdvi-lib/list.c:
371         * dvi/mdvi-lib/mdvi.h:
372         * dvi/mdvi-lib/pagesel.c:
373         * dvi/mdvi-lib/paper.c:
374         * dvi/mdvi-lib/paper.h:
375         * dvi/mdvi-lib/pk.c:
376         * dvi/mdvi-lib/private.h:
377         * dvi/mdvi-lib/setup.c:
378         * dvi/mdvi-lib/sp-epsf.c:
379         * dvi/mdvi-lib/special.c:
380         * dvi/mdvi-lib/sysdeps.h:
381         * dvi/mdvi-lib/t1.c:
382         * dvi/mdvi-lib/tfm.c:
383         * dvi/mdvi-lib/tfmfile.c:
384         * dvi/mdvi-lib/tt.c:
385         * dvi/mdvi-lib/util.c:
386         * dvi/mdvi-lib/vf.c:
387         * dvi/pixbuf-device.c:
388         * dvi/pixbuf-device.h:
389         * impress/Makefile.am:
390         * impress/common.h:
391         * impress/document.c:
392         * impress/f_oasis.c:
393         * impress/f_oo13.c:
394         * impress/iksemel.c:
395         * impress/iksemel.h:
396         * impress/imposter.h:
397         * impress/impress-document.c:
398         * impress/impress-document.h:
399         * impress/internal.h:
400         * impress/r_back.c:
401         * impress/r_draw.c:
402         * impress/r_geometry.c:
403         * impress/r_gradient.c:
404         * impress/r_style.c:
405         * impress/r_text.c:
406         * impress/render.c:
407         * impress/render.h:
408         * impress/zip.c:
409         * impress/zip.h:
410         * lib/Makefile.am:
411         * lib/ev-debug.c:
412         * lib/ev-debug.h:
413         * lib/ev-file-helpers.c:
414         * lib/ev-file-helpers.h:
415         * lib/ev-gui.c:
416         * lib/ev-gui.h:
417         * lib/ev-tooltip.c:
418         * lib/ev-tooltip.h:
419         * libdocument/Makefile.am:
420         * libdocument/ev-file-helpers.c:
421         * pdf/Makefile.am:
422         * pdf/ev-poppler.cc:
423         * pdf/ev-poppler.h:
424         * pixbuf/Makefile.am:
425         * pixbuf/pixbuf-document.c:
426         * pixbuf/pixbuf-document.h:
427         * properties/Makefile.am:
428         * ps/Makefile.am:
429         * ps/gsdefaults.c:
430         * ps/gsdefaults.h:
431         * ps/gsio.c:
432         * ps/gsio.h:
433         * ps/gstypes.h:
434         * ps/ps-document.c:
435         * ps/ps-document.h:
436         * ps/ps.c:
437         * ps/ps.h:
438         * shell/Makefile.am:
439         * shell/ev-application.h:
440         * shell/ev-sidebar-links.c:
441         * shell/ev-sidebar-links.h:
442         * shell/ev-utils.c: (ev_gui_sanitise_popup_position),
443         (ev_gui_menu_position_tree_selection):
444         * shell/ev-utils.h:
445         * shell/ev-view.c: (ev_view_finalize):
446         * shell/ev-window.c:
447         * shell/main.c: (main):
448         * thumbnailer/Makefile.am:
449         * tiff/Makefile.am:
450         * tiff/tiff-document.c:
451         * tiff/tiff-document.h:
452         * tiff/tiff2ps.c:
453         * tiff/tiff2ps.h:
454         
455         Reorganize source tree.
456
457 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
458
459         * backend/ev-document-factory.c:
460
461         Do not include ev-poppler.h when pdf is disabled. 
462
463 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
464
465         * configure.ac:
466         * data/evince-ui.xml:
467         * pdf/ev-poppler.cc: (pdf_document_images_get_images),
468         (pdf_document_document_images_iface_init):
469         * backend/Makefile.am:
470         * backend/ev-document-images.[ch]:
471         * backend/ev-image.[ch]:
472         * lib/ev-file-helpers.[ch]: (ev_tmp_filename):
473         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run),
474         (ev_job_xfer_run):
475         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
476         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
477         (ev_pixbuf_cache_get_image_mapping):
478         * shell/ev-window.c: (view_menu_link_popup), (view_menu_image_popup),
479         (view_menu_popup_cb), (ev_window_dispose),
480         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
481         (ev_view_popup_cmd_copy_image):
482         * shell/ev-view-private.h:
483         * shell/ev-view.c: (ev_view_get_image_at_location),
484         (ev_view_do_popup_menu), (ev_view_popup_menu),
485         (ev_view_button_press_event), (ev_view_drag_data_get),
486         (ev_view_drag_motion), (ev_view_drag_data_received),
487         (ev_view_motion_notify_event), (ev_view_button_release_event),
488         (ev_view_finalize), (ev_view_class_init):
489
490         Add image handling support. Fixes bugs #310008 and #325047. Images
491         selection is not supported yet. 
492
493 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
494
495         * shell/ev-window.c: (drag_data_received_cb), (ev_window_init):
496         * shell/ev-view.c: (ev_view_drag_data_received), (ev_view_class_init),
497         (ev_view_init):
498
499         Move view drag and drop stuff to ev-view.
500
501 2007-01-05  Carlos Garcia Campos  <carlosgc@gnome.org>
502
503         * shell/ev-pixbuf-cache.c: (clear_job_selection):
504         * shell/ev-view.c: (clear_selection): 
505
506         Clear selection also in pixbuf cache.
507
508 2007-01-02  Luca Ferretti <elle.uca@libero.it>
509
510         * data/evince.desktop.in.in:
511         
512         Change icon name in desktop file. See bug #390734
513         for details.
514
515 2006-12-28  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
516
517         * thumbnailer/Makefile.am:
518
519         Use top_builddir instead top_srcdir for generated schema
520         file installation. Fixes bug #390161.
521
522 2006-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
523
524         * configure.ac:
525         * backend/Makefile.am:
526         * backend/ev-document-transition.[ch]:
527         * pdf/ev-poppler.cc: (pdf_document_get_page_duration),
528         (pdf_document_page_transition_iface_init):
529         * shell/ev-view-private.h:
530         * shell/ev-view.c: (ev_view_destroy), (page_changed_cb),
531         (ev_view_set_presentation), (transition_next_page),
532         (ev_view_presentation_transition_stop),
533         (ev_view_presentation_transition_start), (ev_view_next_page):
534
535         Add page transition support in presentation mode. At the moment only
536         page duration is supported, but not transition effects. Fixes bug
537         #309815.
538
539 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
540
541         * backend/ev-document-links.c: (ev_document_links_find_link_dest):
542
543         Run find_link_dest with document lock held, since it's called by links
544         thread and main thread at the same time. 
545
546 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
547
548         * shell/ev-view.c: (goto_dest):
549
550         Update page-cache when page is changed by the view, so that
551         page-changed signal is emitted. 
552
553 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
554
555         * test/test1.py:
556         * test/test2.py:
557
558         Use C locale in tests. 
559
560 2006-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
561
562         * shell/ev-window.c: (ev_window_run_presentation):
563         * shell/ev-view-private.h:
564         * shell/ev-view.c: (ev_view_set_presentation):
565
566         Restore zoom settings when back from presentation mode. 
567
568 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
569
570         * shell/ev-window.c: (ev_window_run_presentation):
571
572         Always use "best fit" zoom in presentation mode.
573         Fixes bug #389195.
574
575 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
576
577         * shell/ev-view.c: (ev_view_goto_window_create):
578
579         Show "Jump to page" label in the page jumping popup in
580         presentation mode instead of just a GtkEntry.
581
582 2006-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
583
584         * shell/ev-window.c: (launch_external_uri):
585
586         Do not escape uri before calling gnome_vfs_url_show(). Fixes bug
587         #378085.
588
589 2006-12-22  Elijah Newren  <newren gmail com>
590
591         * configure.ac: explicitly check for libxml2.  Fixes #388795
592
593 2006-12-22  Carlos Garcia Campos  <carlosgc@gnome.org>
594
595         * shell/ev-view-private.h:
596         * shell/ev-view.c: (send_focus_change), (ev_view_goto_window_hide),
597         (ev_view_goto_window_delete_event), (key_is_numeric),
598         (ev_view_goto_window_key_press_event),
599         (ev_view_goto_window_button_press_event),
600         (ev_view_goto_entry_activate), (ev_view_goto_window_create),
601         (ev_view_goto_entry_grab_focus), (ev_view_goto_window_send_key_event),
602         (ev_view_key_press_event), (ev_view_focus_out), (ev_view_destroy):
603
604         Allow jumping to another page by typing a page number in presentation
605         mode. It uses a popup window with an entry. Fixes bug #353625.
606
607 2006-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
608
609         * configure.ac:
610         * properties/ev-properties-view.c: (ev_get_default_user_units),
611         (ev_regular_paper_size):
612         
613         Check for NL_MEASUREMENT. Fixes bug #376469. Thanks
614         to Damien Carbery <damien.carbery@sun.com> and
615         Yevgen Muntyan <muntyan@tamu.edu>.
616
617 2006-12-20  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
618
619         * shell/ev-window.c: (setup_document_from_metadata):
620
621         Make sure Evince doesn't restore the view on the last
622         page when a document is reopened. Fixes bug #383381.
623
624 2006-12-18  Jens Granseuer  <jensgr@gmx.net>
625
626         * shell/ev-view.c: (draw_loading_text):
627
628         Fix compilation with older compilers like gcc 2. Fixes bug #387237.
629
630 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
631
632         * configure.ac:
633         * NEWS:
634
635         Release 0.7.0
636
637 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
638
639         * configure.ac:
640         * pdf/ev-poppler.cc: (pdf_print_context_free),
641         (pdf_document_file_exporter_begin),
642         (pdf_document_file_exporter_do_page):
643
644         Make cairo-pdf depedency optional. 
645
646 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
647
648         * shell/ev-print-job.c: (idle_print_handler), (ev_print_job_print):
649
650         Use ev_file_exporter instead of ev_ps_exporter in ev-print-job.
651
652 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
653
654         * backend/ev-document.[ch]: (ev_document_get_fc_mutex),
655         (ev_document_fc_mutex_lock), (ev_document_fc_mutex_unlock):
656         * pdf/ev-poppler.cc: (make_thumbnail_for_size):
657         * shell/ev-jobs.c: (ev_job_render_run), (ev_job_fonts_run):
658         * shell/ev-view.c: (draw_loading_text):
659         * shell/ev-window.c: (ev_window_cmd_file_properties):
660
661         Use an specific lock for FontConfig. Hopefully it fixes some crashes
662         related to using FontConfig from different threads.
663         
664 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
665
666         * shell/ev-view.c: (draw_loading_text):
667
668         Acquire lock document when drawing "Loading..." text so that only one
669         thread will use FontConfig at the same time. Fixes bug #374750.
670
671 2006-12-15  Carlos Garcia Campos  <carlosgc@gnome.org>
672
673         * shell/ev-page-action.[ch]: (activate_cb):
674         * shell/ev-window.c: (activate_label_cb):
675
676         Check if text inserted in page entry is a valid page number when it
677         doesn't match to any document page label. Fixes bug #383165.
678
679 2006-12-14  Julien Rebetez,  <julienr@cvs.gnome.org>
680         * shell/ev-window.c:
681
682         GTK_STOCK_SELECT_ALL is used in menu definition, but isn't
683         available with GTK < 2.10. Added an ifdef to avoid compilation
684         error.
685
686 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
687
688         * configure.ac:
689         * ps/ps-document.c: (start_interpreter), (ps_document_next_page):
690
691         Fix ps backend in multihead systems.
692
693 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
694
695         * ps/ps-document.c: (setup_page), (ps_document_get_page_size):
696         * shell/ev-window.c: (ev_window_get_screen_dpi),
697         (ev_window_update_actions), (setup_view_from_metadata),
698         (ev_window_zoom_changed_cb), (zoom_control_changed_cb):
699
700         Take screen DPI into account when zooming. Fixes bug #318285.
701
702 2006-12-14  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
703
704         * data/Makefile.am:
705
706         Cleaned up/slightly refactored Makefile.am. Added GConf
707         schemas uninstallation as well.
708
709 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
710
711         * Makefile.am:
712         * test/Makefile.am:
713
714         Fight with autotools to fix make check. Make distcheck
715         works fine as well now!
716
717 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
718
719         * shell/ev-view.c: (draw_end_presentation_page):
720
721         Corrected "end of presentation" string.
722
723 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
724
725         * shell/ev-view.c: (ev_view_key_press_event):
726
727         Correctly propagate key press event so that up/down keys
728         work as expected (correct behaviour was broken by
729         black/white screen key bindings for presentations).
730
731 2006-12-13  Carlos Garcia Campos  <carlosgc@gnome.org>
732
733         * pdf/ev-poppler.cc: (pdf_document_find_get_n_results),
734         (pdf_document_find_get_result), (pdf_document_find_page_has_results),
735         (pdf_document_find_get_progress), (pdf_selection_render_selection),
736         (pdf_selection_get_selection_region),
737         (pdf_selection_get_selection_map):
738
739         Add "static" to some private functions. 
740
741 2006-12-13  P. Henrique Silva  <ph.silva@gmail.com>
742
743         * lib/ev-tooltip.h:
744         * properties/ev-properties-view.h:
745         * shell/ev-jobs.h:
746         * shell/ev-properties-dialog.h:
747         * shell/ev-properties-fonts.h:
748         * shell/ev-sidebar-links.h:
749         * shell/ev-sidebar-thumbnails.h:
750         * shell/ev-sidebar.h:
751         * shell/ev-window.h:
752         
753         Fixes CHACK type in class casts. See bug #385343
754         for details.
755
756 2006-12-10  Carlos Garcia Campos  <carlosgc@gnome.org>
757
758         * shell/ev-view-private.h:
759         * shell/ev-view.c: (draw_end_presentation_page),
760         (ev_view_expose_event), (ev_view_key_press_event),
761         (ev_view_class_init), (ev_view_init):
762
763         Blank screen in presentation mode when pressing 'b' (filling with
764         black) or 'w' (filling with white) keys. Fixes bug #358132.
765
766 2006-12-09  Gabriel Felipe Cornejo  <gnomeusr@gmail.com>
767
768         * data/evince-toolbar.xml:
769         * shell/ev-window.c:
770         
771         Use stock icon for Select All action. Fixes
772         bug #382652.
773
774 2006-12-09  Radoslav Dorcik  <dixiecko@gmail.com>
775
776         * shell/ev-view.c: (get_doc_point_from_offset),
777         (ev_view_get_link_at_location), (ev_view_motion_notify_event):
778
779         Add links support in rotated documents. Fixes bug #343733.
780
781 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
782
783         * shell/ev-view-private.h:
784         * shell/ev-view.c: (draw_end_presentation_page),
785         (ev_view_expose_event), (ev_view_init), (ev_view_set_presentation):
786
787         Show a blank page after the last page in presentation mode with a
788         message indicating that presentation has finished and how to exit. 
789
790 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
791
792         * shell/ev-window.c: (fullscreen_timeout_cb):
793
794         Hide cursor after a while in presentation mode. 
795
796 2006-12-04  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
797
798         * backend/ev-document-info.h:
799         * data/evince-properties.glade:
800         * pdf/ev-poppler.cc:
801         * properties/ev-properties-view.c: (ev_regular_paper_size),
802         (ev_properties_view_set_info):
803         * ps/ps-document.c: (ps_document_get_info):
804
805         Adds a paper size field to the properties dialog. Fixes
806         bug #307315. Patch by Kasper Svendsen (with some i18n
807         changes done by me).
808
809 2006-12-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
810
811         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
812         (screensaver_init_dbus), (totem_scrsaver_new),
813         (totem_scrsaver_init):
814         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
815         * shell/ev-application.c: (ev_application_register_service),
816         (ev_application_screensaver_enable),
817         (ev_application_screensaver_disable):
818         * shell/ev-application.h:
819         * shell/ev-window.c: (ev_window_run_presentation),
820         (ev_window_stop_presentation), (build_comments_string),
821         (ev_window_init):
822         
823         Move screensaver handling to application. No more
824         message on startup.
825
826 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
827
828         * configure.ac:
829         * backend/Makefile.am:
830         * backend/ev-file-exporter.[ch]:
831         * pdf/ev-poppler.cc: (pdf_document_file_exporter_*):
832         * ps/ps-document.c: (ps_document_file_exporter_*):
833         * tiff/tiff-document.c: (tiff_document_document_file_exporter_*):
834         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
835         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
836         (ev_window_print_dialog_response_cb), (ev_window_print_range):
837
838         Allow printing to PDF when suppoted by the backend.
839         
840 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
841
842         * shell/ev-window.c: (build_comments_string):
843
844         Use always "Document Viewer" in about dialog. 
845
846 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
847
848         * djvu/djvu-document.c: (djvu_document_get_page_size):
849
850         Display a warning message when get_pageinfo fails. 
851
852 2006-11-30  Yevgen Muntyan  <muntyan@tamu.edu>
853
854         * Makefile.am:
855         * backend/Makefile.am:
856         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
857         * configure.ac:
858         * shell/ev-window.c: (build_comments_string):
859         
860         Make pdf compilation optional. See bug #38007.
861
862 2006-11-30  Carlos Garcia Campos  <carlosgc@gnome.org>
863
864         * ps/ps.c: (get_next_text):
865
866         Fix CVE-2006-5864.
867
868 2006-11-22  Carlos Garcia Campos  <carlosgc@gnome.org>
869
870         * shell/ev-history.c: (ev_history_finalize), (ev_history_class_init):
871         * shell/ev-navigation-action.c: (connect_proxy),
872         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
873         
874         Do not call g_type_class_peek_parent twice.
875
876 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
877
878         * configure.ac:
879         * data/icons/24x24/.cvsignore:
880         * data/icons/24x24/Makefile.am:
881         * data/icons/24x24/evince.png:
882         * data/icons/Makefile.am:
883         
884         Add 24x24 icon. Thanks to 
885         Michael Monreal <infernux@web.de>.
886
887 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
888
889         * configure.ac: Fix typo in configure.ac. Thanks
890         to dmacks@netspace.org for notification.
891
892 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
893
894         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
895         
896         Drop dbus include, fixes compilation with older dbus.
897
898 2006-11-22  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
899
900         * configure.ac:
901         * cut-n-paste/Makefile.am:
902         * cut-n-paste/totem-screensaver/.cvsignore
903         * cut-n-paste/totem-screensaver/Makefile.am:
904         * cut-n-paste/totem-screensaver/README:
905         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
906         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
907         * shell/Makefile.am:
908         * shell/ev-window.c: (ev_window_run_presentation),
909         (ev_window_stop_presentation), (ev_window_cmd_help_about),
910         (ev_window_init):
911
912         Implemented screensaver enabling/disabling for
913         presentation mode (not fullscreen mode). Code stolen
914         from Totem (with some minor tweaks). Fixes bug #338889.
915
916 2006-11-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
917
918         * configure.ac:
919
920         Bump gnome-icon-theme requirements. We use the rotation
921         icons that appeared recently.
922
923 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
924
925         * shell/ev-history.c: (ev_history_add_page):
926         * shell/ev-history.h:
927         * shell/ev-window.c: (page_changed_cb):
928         
929         Use page labels instead of numbers.
930
931 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
932
933         * data/evince-toolbar.xml:
934         * po/POTFILES.in:
935         * shell/Makefile.am:
936         * shell/ev-navigation-action-widget.c:
937         (ev_navigation_action_widget_init),
938         (ev_navigation_action_widget_class_init), (menu_deactivate_cb),
939         (menu_detacher), (ev_navigation_action_widget_set_menu),
940         (menu_position_func), (popup_menu_under_arrow),
941         (ev_navigation_action_widget_toggled),
942         (ev_navigation_action_widget_button_press_event):
943         * shell/ev-navigation-action-widget.h:
944         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
945         (ev_navigation_action_set_window), (activate_menu_item_cb),
946         (new_history_menu_item), (new_empty_history_menu_item),
947         (build_menu), (menu_activated_cb), (connect_proxy),
948         (create_tool_item), (ev_navigation_action_init),
949         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
950         * shell/ev-navigation-action.h:
951         * shell/ev-page-action-widget.c: (ev_page_action_widget_init),
952         (ev_page_action_widget_set_page_cache),
953         (ev_page_action_widget_finalize),
954         (ev_page_action_widget_class_init), (match_selected_cb),
955         (display_completion_text), (match_completion), (build_new_tree_cb),
956         (get_filter_model_from_model),
957         (ev_page_action_widget_update_model):
958         * shell/ev-page-action-widget.h:
959         * shell/ev-page-action.c: (activate_link_cb), (update_model),
960         (connect_proxy):
961         * shell/ev-page-action.h:
962         * shell/ev-stock-icons.c:
963         * shell/ev-stock-icons.h:
964         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
965         (page_changed_cb), (ev_window_setup_document), (ev_window_dispose),
966         (register_custom_actions):
967         * shell/main.c:
968         
969         Preliminary history implementation
970
971 2006-11-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
972
973         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_finalize),
974         (dvi_document_class_init), (dvi_document_init_params):
975         * dvi/mdvi-lib/font.c: (font_reference):
976         
977         Add reference to subfont. Fixes bug #374277.
978
979 2006-11-16  Carlos Garcia Campos  <carlosgc@gnome.org>
980
981         * shell/ev-window.c: (ev_window_create_tmp_symlink),
982         (ev_window_cmd_file_open_copy_at_dest):
983
984         Fix a race condition when creating symlink. Increase the counter
985         avoiding an infinite loop. Really fixes bug #357472. (Based on patch by
986         Mathias Hasselmann).
987
988 2006-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
989
990         * backend/Makefile.am:
991         * backend/ev-attachment.c: (ev_attachment_open):
992         * lib/ev-file-helpers.[ch]: (ensure_dir_exists), (ev_dot_dir),
993         (ev_tmp_dir), (ev_tmp_filename):
994         * shell/ev-sidebar-attachments.c:
995         (ev_sidebar_attachments_drag_data_get):
996         * shell/ev-window.c: (ev_window_clear_temp_file):
997
998         Use always ev_tmp_dir instead of g_get_tmp_dir. Fix a race condition
999         in ensure_dir_exists. Abort without crashing when we can't create
1000         user's directory.
1001
1002 2006-11-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1003
1004         * data/evince-ui.xml:
1005         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
1006         (ev_window_xfer_job_cb), (ev_window_get_copy_tmp_name),
1007         (ev_window_cmd_file_open_copy_at_dest),
1008         (ev_window_cmd_file_open_copy), (view_menu_popup_cb),
1009         (ev_view_popup_cmd_open_link_new_window):
1010
1011         Allow opening a copy of the current document in a new window. Fixes bug
1012         #357472
1013
1014 2006-11-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1015
1016         * data/evince-toolbar.xml:
1017         
1018         Add rotate right and rotate left to available items for toolbar.
1019         
1020         * data/evince-ui.xml:
1021         * shell/ev-window.c: (ev_window_init):
1022         
1023         Customize toolbar with right click. Fixes bug #372451.
1024
1025 2006-11-11  Claudio Saavedra  <csaavedra@alumnos.utalca.cl>
1026
1027         * shell/ev-window.c: 
1028         
1029         Use "object-rotate-{left,right}" stock icons. Fixes 
1030         bug #373863.
1031
1032 2006-11-10  Carlos Garcia Campos  <carlosgc@gnome.org>
1033
1034         * shell/ev-application.[ch]: (get_unlink_temp_file_from_args),
1035         (ev_application_open_uri_at_dest), (ev_application_open_uri):
1036         * shell/ev-window.[ch]: (ev_window_clear_temp_file),
1037         (ev_window_open_uri):
1038         * shell/main.c: (arguments_parse):
1039
1040         Remove temp file created when evince is used by GTK+ in
1041         preview mode. Fixes bug #365282. 
1042
1043 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1044
1045         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
1046         
1047         Fixes bug #372474 - Side pane disabled when entering 
1048         and leaving fullscreen mode.
1049
1050 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1051
1052         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (setup_editor):
1053         * data/Makefile.am:
1054         * data/evince-preview-toolbar.xml:
1055         * data/evince-toolbar.xml:
1056         * shell/ev-application.c: (ev_application_shutdown),
1057         (ev_application_init), (ev_application_get_toolbars_model):
1058         * shell/ev-application.h:
1059         * shell/ev-window.c: (update_chrome_visibility),
1060         (ev_window_create_fullscreen_popup), (ev_window_run_preview),
1061         (ev_window_cmd_edit_toolbar), (ev_window_init):
1062         
1063         Fixes bug #364364 - toolbar editor shows zoom actions again.
1064
1065 2006-11-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1066
1067         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
1068
1069         Do not take margins into consideration for paper size when printing.
1070         Really fixes bug #350491.
1071
1072 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1073
1074         * data/evince-ui.xml:
1075         * shell/ev-window.c: (ev_window_print_page_setup_done_cb),
1076         (ev_window_cmd_file_print_setup),
1077         (ev_window_print_dialog_response_cb),
1078         (ev_window_setup_action_sensitivity):
1079
1080         Add page setup settings for printing. Fixes bugs #363860 and #350491.
1081
1082 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1083
1084         * shell/ev-window.c: (ev_window_print_range):
1085
1086         Revert my previuos commit, since printing to PDF is not supported by
1087         evince yet. 
1088
1089 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1090
1091         * shell/ev-window.c: (ev_window_print_range):
1092
1093         Enable print to a PDF. Fixes bug #332121.
1094
1095 2006-10-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1096
1097         * shell/ev-application-service.xml:
1098         * shell/ev-application.[ch]: (ev_application_open_window),
1099         (ev_application_get_empty_window), (ev_application_open_uri_at_dest),
1100         (ev_application_open_uri), (ev_application_open_uri_list):
1101         * shell/ev-window.c: (file_open_dialog_response_cb),
1102         (ev_window_cmd_recent_file_activate), (ev_window_setup_recent),
1103         (drag_data_received_cb), (open_remote_link):
1104         * shell/main.c: (arguments_parse), (load_files), (load_files_remote):
1105
1106         Add support for multiscreen systems. Fixes bug #316206.
1107
1108 2006-10-30  Carlos Garcia Campos  <carlosgc@gnome.org>
1109
1110         * shell/ev-jobs.[ch]: (ev_job_print_new),
1111         (ev_print_job_print_page_in_range), (ev_print_job_print_page_in_set),
1112         (ev_job_print_do_page):
1113         * shell/ev-window.[ch]: (ev_window_print_dialog_response_cb):
1114
1115         Allow printing only odd/even pages. Fixes bug #367289.
1116
1117 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
1118
1119         * test/test1.py:
1120         * test/test2.py:
1121
1122         Re-add locale settings to test files.
1123
1124 2006-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1125
1126         * data/evince-ui.xml:
1127         * shell/ev-window.c: (set_action_properties):
1128         
1129         Removed garbage from code and ui.
1130
1131 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
1132
1133         * shell/ev-window.c: (ev_window_cmd_help_about):
1134
1135         Shamelessly add my name to the list of contributors.
1136
1137 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
1138
1139         * test/test1.py:
1140         * test/test2.py:
1141
1142         Cleaned up the dogtail scripts.
1143
1144 2006-10-27  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
1145
1146         * shell/ev-view.c: (draw_loading_text): Don't render
1147         "loading..." text in presentation mode. Temporary
1148         workaround for bug #320352.
1149
1150 2006-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1151
1152         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
1153         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
1154
1155         Use print settings scale, copies, collate and reverse which were
1156         ignored. Fixes bug #359032.
1157
1158 2006-10-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1159
1160         * configure.ac:
1161         * data/evince-password.glade:
1162         * test/Makefile.am:
1163         * test/test-encrypt.pdf:
1164         * test/test-links.pdf:
1165         * test/test1.py:
1166         * test/test2.py:
1167
1168         Add automated UI tests for evince with dogtail. See
1169         bug #300948.    
1170
1171 2006-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1172
1173         * shell/ev-window.c: (fullscreen_timeout_cb), (ev_window_init):
1174
1175         Hide fullscreen toolbar when switching to another desktop workspace.
1176         Fixes bug #338871
1177
1178 2006-10-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1179
1180         * shell/ev-window-title.c: 
1181         
1182         Test for .dvi in title of pdf documents.
1183
1184 2006-10-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
1185
1186         * shell/ev-view.c: (ev_view_scroll):
1187
1188         Page Up/Down should do page jumps in "Best fit" mode.
1189         If a user has explicitly chosen to view exactly one page
1190         at a time, scrolling just a part of the page when
1191         pressing Page Up/Down is not right. Fixes bug #323107.
1192
1193 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1194
1195         * NEWS:
1196         * configure.ac:
1197         
1198         Update for 0.6.1
1199
1200 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1201
1202         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
1203         (job_fonts_finished_cb), (ev_properties_fonts_set_document):
1204         
1205         Correctly disconnect from job signals on destroy.
1206
1207 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1208
1209         * shell/ev-view-private.h:
1210         * shell/ev-view.c: (view_set_adjustment_values),
1211         (view_update_range_and_current_page),
1212         (ensure_rectangle_is_visible), (ev_view_size_allocate):
1213         
1214         Fixes bug #343199, current page now follows find page.
1215
1216 2006-10-08  Wouter Bolsterlee  <wbolster@gnome.org>
1217
1218         * backend/ev-document-factory.c:
1219         * configure.ac:
1220         Assigned OpenDocument presenation MIME type to the
1221         Impress backend. Added some missing (but harmless)
1222         #ifdefs in the document factory as well to make things
1223         consistent again. Fixes bug #360658.
1224
1225 2006-10-08  Christian Persch  <chpe@cvs.gnome.org>
1226
1227         * backend/ev-async-renderer.c: (ev_async_renderer_get_type):
1228         * backend/ev-document-find.c: (ev_document_find_get_type):
1229         * backend/ev-document-fonts.c: (ev_document_fonts_get_type):
1230         * backend/ev-document-links.c: (ev_document_links_get_type):
1231         * backend/ev-document-security.c: (ev_document_security_get_type):
1232         * backend/ev-document-thumbnails.c:
1233         (ev_document_thumbnails_get_type):
1234         * backend/ev-document.c: (ev_document_get_type):
1235         * backend/ev-ps-exporter.c: (ev_ps_exporter_get_type):
1236         * backend/ev-selection.c: (ev_selection_get_type):
1237         * cut-n-paste/recent-files/egg-recent-model.c:
1238         (egg_recent_model_get_type):
1239         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
1240         (egg_recent_view_uimanager_get_type):
1241         * cut-n-paste/recent-files/egg-recent-view.c:
1242         (egg_recent_view_get_type):
1243         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
1244         (egg_editable_toolbar_get_type):
1245         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
1246         (egg_toolbar_editor_get_type):
1247         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
1248         (egg_toolbars_model_get_type):
1249         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
1250         (egg_tree_multi_drag_source_get_type):
1251         * cut-n-paste/zoom-control/ephy-zoom-action.c:
1252         (ephy_zoom_action_get_type):
1253         * cut-n-paste/zoom-control/ephy-zoom-control.c:
1254         (ephy_zoom_control_get_type):
1255         * impress/r_back.c: (_imp_fill_back):
1256         * properties/ev-properties-main.c:
1257         (ev_properties_plugin_register_type):
1258         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type):
1259         * shell/ev-view-accessible.c: (ev_view_accessible_get_type),
1260         (ev_view_accessible_factory_get_type):
1261
1262         Reduce relocations. Bug #360616.
1263
1264 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1265
1266         * backend/ev-document-factory.c:
1267         (ev_document_factory_get_document):
1268         
1269         Load document even if extension is wrong.
1270
1271 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1272
1273         * shell/ev-metadata-manager.c: (save_values):
1274         * shell/ev-window.c: (setup_size_from_metadata),
1275         (setup_view_from_metadata), (ev_window_setup_document),
1276         (ev_window_xfer_job_cb), (window_configure_event_cb):
1277         
1278         Set size according to the document size/page size ratio.
1279         That should correct rather wierd behaviour of the previous
1280         commit.
1281
1282 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1283
1284         * shell/ev-window.c: (setup_view_from_metadata):
1285         
1286         Set size for new windows from previous window size.
1287         See bugs #354968 and #168450 for details. Thanks
1288         to Meik Hellmund.
1289
1290 2006-10-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1291
1292         * djvu/djvu-links.c: (build_tree):
1293
1294         Fix memory leak.
1295
1296 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1297
1298         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_set_document):
1299         
1300         Don't make sidebar close button insensitive. Fixes
1301         bug #357871.
1302
1303 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1304
1305         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
1306         (ev_window_set_view_accels_sensitivity):
1307         
1308         Don't enable Slash on documents which don't support
1309         find. Fixes bug #358648.
1310
1311 2006-10-01  Wouter Bolsterlee  <wbolster@gnome.org>
1312
1313         * shell/ev-window.c: (ev_window_cmd_file_open): Make the
1314         open dialog fall back to the current document uri if the
1315         filechooser hasn't been used before. Fixes bug #356980.
1316
1317 2006-09-24  Mathias Hasselmann  <mathias.hasselmann@gmx.de>
1318
1319         * shell/ev-window.c: (ev_window_setup_recent), 
1320         (ev_window_get_recent_file_label):
1321
1322         Escape underscores in filenames of recent file items.
1323
1324 2006-09-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1325
1326         * configure.ac:
1327         
1328         Bumped poppler requirements, really 0.5.3 is very 
1329         buggy, now we require 0.5.4.
1330
1331 2006-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1332
1333         * djvu/Makefile.am:
1334         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
1335         (djvu_document_find_iface_init), (djvu_document_links_get_links),
1336         (djvu_document_document_links_iface_init):
1337         * djvu/djvu-links.c: (number_from_miniexp), (string_from_miniexp),
1338         (number_from_string_10), (get_djvu_link_dest),
1339         (get_djvu_link_action), (build_tree), (get_djvu_hyperlink_area),
1340         (get_djvu_hyperlink_mapping), (djvu_links_has_document_links),
1341         (djvu_links_get_links), (djvu_links_find_link_dest),
1342         (djvu_links_get_links_model):
1343         * djvu/djvu-links.h:
1344         
1345         Add support for links and bookmarks in djvu documents. Thanks
1346         to Pauli Virtanen <pauli.virtanen@iki.fi> for the wonderful
1347         patch.
1348
1349 2006-09-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1350
1351         * shell/ev-application.c: (ev_application_open_uri_at_dest):
1352         
1353         Reopen should reload document. Fixes 
1354         bug 327951.
1355
1356 2006-09-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1357
1358         * configure.ac:
1359         * data/Makefile.am:
1360         * data/evince-16.png:
1361         * data/evince-22.png:
1362         * data/evince.png:
1363         * data/evince.svg:
1364         * data/icons/16x16/Makefile.am:
1365         * data/icons/16x16/evince.png:
1366         * data/icons/22x22/Makefile.am:
1367         * data/icons/22x22/evince.png:
1368         * data/icons/48x48/Makefile.am:
1369         * data/icons/48x48/evince.png:
1370         * data/icons/Makefile.am:
1371         * data/icons/scalable/Makefile.am:
1372         * data/icons/scalable/evince.svg:
1373         
1374         Install icons with correct names. Fixes
1375         bug #354429.
1376
1377 2006-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
1378
1379         * shell/ev-view.c: (ev_view_button_release_event):
1380
1381         Don't open links with middle mouse button. Fixes bug #353649
1382
1383 2006-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1384
1385         * NEWS:
1386         * configure.ac:
1387         
1388         Update for release 0.6.0
1389
1390 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1391
1392         * shell/ev-window.c: (ev_window_xfer_job_cb), (do_action_named):
1393         Implement Close named action. Patch by Carlos Garcia Campos.
1394
1395 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1396
1397         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
1398         
1399         Don't clear link mapping on copy_job_to_job_info. Fixes
1400         bug 346168.
1401
1402 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
1403
1404         * shell/main.c: (main):
1405
1406         Revert my previous commit, gnome_program_init owns the option context.
1407         Fix another memory leak in main. Both caught by Christian Persch. 
1408
1409 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
1410
1411         * shell/main.c: (main):
1412
1413         Fix memory leak.
1414
1415 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
1416
1417         * backend/ev-document-factory.c: (ev_document_factory_get_document):
1418
1419         Fix crash when opening a pdf with password protection. 
1420
1421 2006-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1422
1423         * pdf/ev-poppler.cc: (pdf_document_search_free):
1424
1425         Fix memory leak. 
1426
1427 2006-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1428
1429         * backend/ev-document-factory.c:
1430         (ev_document_factory_get_document):
1431         * tiff/tiff-document.c: (tiff_document_finalize):
1432         
1433         More correct handling of document loading. Fixes
1434         bug #349043.
1435
1436 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1437
1438         * backend/ev-attachment.c: (ev_attachment_save):
1439
1440         Remove GNOME_VFS_OPEN_TRUNCATE flag which is only available with
1441         gnome-vfs >= 2.9.3 and it's not really needed. Fixes bug #351493
1442
1443 2006-08-15  Julien Rebetez  <julienr@cvs.gnome.org>
1444         
1445         * shell/ev-window.c: (ev_window_cmd_recent_file_activate):
1446         Fixed a compilation error if HAVE_GTK_RECENT isn't defined.
1447
1448 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1449
1450         * shell/ev-sidebar-thumbnails.c:
1451
1452         Do not render thumbnails unless thumbnails page is active in the
1453         sidebar.
1454
1455 2006-08-14  Christian Persch  <chpe@cvs.gnome.org>
1456
1457         * shell/ev-properties-dialog.c:
1458
1459         Fix dialogue spacing. Bug #351370.
1460
1461 2006-08-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
1462
1463         * configure.ac:
1464
1465         Use lowercase gettext catalog file names (evince.mo
1466         instead of Evince.mo)
1467
1468 2006-08-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1469
1470         * shell/ev-sidebar-attachments.c:
1471
1472         GtkIconTheme is now screen safe too. Fixes bug #350878
1473
1474 2006-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
1475
1476         * shell/ev-window.c:
1477
1478         GtkRecent manager is now screen safe. Fixes bug #350145
1479
1480 2006-08-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1481
1482         * shell/ev-sidebar.c: (ev_sidebar_init):
1483         
1484         Make sidebar close icon smaller. Fix for bug 350177.
1485         See also bugs 350176 and 165770.
1486
1487 2006-08-10  Carlos Garcia Campos  <carlosgc@gnome.org>
1488
1489         * shell/ev-view.c: (goto_fith_dest), (goto_fit_dest), (goto_xyz_dest):
1490
1491         Ignore zoom for xyz destinations when it's <= 1, keeping user
1492         preferences instead. Set correct sizing-mode for fith and fitv
1493         destinations rather than EV_SIZING_FREE. Fixes bug #349433
1494
1495 2006-08-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1496
1497         * NEWS:
1498         * configure.ac:
1499         
1500         Update for release 0.5.5
1501
1502 2006-08-07  Radoslav Dorcik <dixiecko@gmail.com>
1503         
1504         * shell/ev-window.c: (ev_window_cmd_escape)
1505
1506         Escape unfocus page entry. Fixes bug #345809.
1507
1508 2006-08-06  Carlos Garcia Campos  <carlosgc@gnome.org>
1509
1510         * pdf/ev-poppler.cc: (ev_link_dest_from_dest), (ev_link_from_action),
1511         (build_tree), (pdf_document_links_get_links),
1512         (pdf_document_links_find_link_dest):
1513         * shell/ev-view.c: (goto_fitr_dest), (goto_fith_dest),
1514         (goto_xyz_dest):
1515
1516         Convert from PDF style coordinates to X style coordinates in the
1517         backend rather than in the view. Fixes bug #338440
1518
1519 2006-08-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1520
1521         * shell/ev-window.c:
1522         
1523         Remove Ctrl+Shift+T shortcut for toolbars. See
1524         the bug #350098.
1525
1526 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
1527
1528         * configure.ac:
1529
1530         Use [] in AC_DEFINE for GtkRecent. Probably build was failing because
1531         of this. 
1532
1533 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
1534
1535         * configure.ac:
1536         * cut-n-paste/Makefile.am:
1537         * data/evince-ui.xml:
1538         * shell/Makefile.am:
1539         * shell/ev-application.[ch]:
1540         * shell/ev-window.c:
1541
1542         Use GtkRecent instead of EggRecent when it's available. Fixes bug
1543         #349273
1544
1545 2006-08-04  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
1546
1547         * shell/eggfindbar.c: (egg_find_bar_init): Fixed typo in
1548         findbar code: s/help/search/
1549
1550 2006-08-04  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
1551
1552         * shell/ev-window.c: (setup_document_from_metadata),
1553         (setup_chrome_from_metadata), (setup_sidebar_from_metadata),
1554         (setup_view_from_metadata):
1555         
1556         Fix memory leaks.
1557
1558 2006-07-31  Christian Persch  <chpe@cvs.gnome.org>
1559
1560         * autogen.sh, configure.ac: 
1561         
1562         Update automake usage. See bug 349292.
1563
1564 2006-07-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1565
1566         * shell/eggfindbar.c: (egg_find_bar_class_init),
1567         (entry_activate_callback), (egg_find_bar_init),
1568         (egg_find_bar_set_status_text):
1569         * shell/eggfindbar.h:
1570         
1571         Unify Evince findbar with Epiphany. Nice patch
1572         from Fabricio Silva <silva@crans.org> and
1573         Frederic Peters <fpeters@entrouvert.com>. See
1574         bug #339966 for details.
1575
1576 2006-07-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1577
1578         * data/evince.desktop.in.in:
1579         
1580         Correct information for bugzilla. Thanks to
1581         Olaf Vitters, see bug #348855.
1582
1583 2006-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
1584
1585         * shell/ev-jobs.[ch]:
1586         * shell/ev-sidebar-links.c:
1587         * shell/ev-window.[ch]:
1588
1589         GtkPrintJob doesn't support print ranges or current page, so we export
1590         to a ps file now when printing ranges or current page.
1591
1592 2006-07-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1593
1594         * pdf/ev-poppler.cc:
1595         * shell/ev-window.c: (do_action_named):
1596
1597         We should be more clear about bugzilla. See the
1598         poppler bug #7623.
1599
1600 2006-07-23  Carlos Garcia Campos  <carlosgc@gnome.org>
1601
1602         * configure.ac:
1603         * shell/Makefile.am:
1604         * shell/ev-job-queue.c:
1605         * shell/ev-jobs.[ch]:
1606         * shell/ev-sidebar-links.c:
1607         * shell/ev-window.[ch]:
1608         
1609         Use GtkPrint instead of GnomePrint when it's available. Fixes bug
1610         #348422
1611
1612 2006-07-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1613
1614         * data/evince-toolbar.xml: Add preview toolbar (hidden by default)
1615         * shell/ev-application-service.xml:
1616         * shell/ev-application.[ch]:
1617         * shell/ev-jobs.[ch]:
1618         * shell/ev-window.[ch]: (ev_window_run_preview):
1619         * shell/main.c: 
1620
1621         Add preview mode to use evince as a printing previewer. It also adds
1622         other command line options for fullscreen and presentation modes.
1623         Fixes bugs #347822, #317031
1624
1625 2006-07-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1626
1627         * NEWS:
1628         * configure.ac:
1629         
1630         Update for release 0.5.4
1631
1632 2006-07-11  Bastien Nocera <hadess@hadess.net>
1633
1634         * Makefile.am:
1635         * backend/Makefile.am:
1636         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
1637         * backend/ev-document-factory.h:
1638         * configure.ac:
1639         * impress/.cvsignore:
1640         * impress/Makefile.am:
1641         * impress/common.h:
1642         * impress/document.c: (_imp_load_xml), (imp_open), (imp_nr_pages),
1643         (imp_get_page), (imp_next_page), (imp_prev_page),
1644         (imp_get_page_no), (imp_get_page_name), (imp_get_xml), (imp_close):
1645         * impress/f_oasis.c: (render_object), (render_page),
1646         (get_geometry), (_imp_oasis_load):
1647         * impress/f_oo13.c: (render_object), (render_page), (get_geometry),
1648         (_imp_oo13_load):
1649         * impress/iksemel.c: (iks_malloc), (iks_free), (iks_set_mem_funcs),
1650         (iks_strdup), (iks_strcat), (iks_strcmp), (iks_strcasecmp),
1651         (iks_strncmp), (iks_strncasecmp), (iks_strlen), (iks_escape),
1652         (iks_unescape), (find_space), (iks_stack_new), (iks_stack_alloc),
1653         (iks_stack_strdup), (iks_stack_strcat), (iks_stack_stat),
1654         (iks_stack_delete), (iks_sax_new), (iks_sax_extend),
1655         (iks_parser_stack), (iks_user_data), (iks_nr_bytes),
1656         (iks_nr_lines), (stack_init), (stack_expand), (sax_core),
1657         (iks_parse), (iks_parser_reset), (iks_parser_delete), (iks_new),
1658         (iks_new_within), (iks_insert), (iks_insert_cdata),
1659         (iks_insert_attrib), (iks_insert_node), (iks_hide), (iks_delete),
1660         (iks_next), (iks_next_tag), (iks_prev), (iks_prev_tag),
1661         (iks_parent), (iks_root), (iks_child), (iks_first_tag),
1662         (iks_attrib), (iks_find), (iks_find_cdata), (iks_find_attrib),
1663         (iks_find_with_attrib), (iks_stack), (iks_type), (iks_name),
1664         (iks_cdata), (iks_cdata_size), (iks_has_children),
1665         (iks_has_attribs), (escape_size), (my_strcat), (escape),
1666         (iks_string), (iks_copy_within), (iks_copy), (tagHook),
1667         (cdataHook), (deleteHook), (iks_dom_new), (iks_set_size_hint),
1668         (iks_tree), (iks_load), (iks_save):
1669         * impress/iksemel.h:
1670         * impress/imposter.h:
1671         * impress/impress-document.c: (G_DEFINE_TYPE_WITH_CODE),
1672         (imp_render_draw_bezier_real), (imp_render_get_size),
1673         (imp_render_set_fg_color), (imp_render_draw_line),
1674         (imp_render_draw_rect), (imp_render_draw_polygon),
1675         (imp_render_draw_arc), (imp_render_draw_bezier),
1676         (imp_render_open_image), (imp_render_get_image_size),
1677         (imp_render_scale_image), (imp_render_draw_image),
1678         (imp_render_close_image), (imp_render_markup),
1679         (imp_render_get_text_size), (imp_render_draw_text),
1680         (impress_document_load), (impress_document_save),
1681         (impress_document_get_n_pages), (impress_document_get_page_size),
1682         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
1683         (impress_document_finalize), (impress_document_class_init),
1684         (impress_document_can_get_text), (impress_document_get_info),
1685         (impress_document_document_iface_init),
1686         (impress_document_thumbnails_get_thumbnail),
1687         (impress_document_thumbnails_get_dimensions),
1688         (impress_document_document_thumbnails_iface_init),
1689         (impress_document_init):
1690         * impress/impress-document.h:
1691         * impress/internal.h:
1692         * impress/r_back.c: (_imp_fill_back):
1693         * impress/r_draw.c: (_imp_draw_rect), (_imp_draw_line_end),
1694         (_imp_draw_image), (_imp_tile_image):
1695         * impress/r_geometry.c: (r_parse_color), (r_get_color), (fg_color),
1696         (r_get_x), (r_get_y), (r_get_angle), (r_get_viewbox), (r_polygon),
1697         (r_polyline):
1698         * impress/r_gradient.c: (poly_rotate), (r_draw_gradient_simple),
1699         (r_draw_gradient_complex), (r_draw_gradient):
1700         * impress/r_style.c: (get_style), (r_get_style), (get_style_x),
1701         (r_get_bullet):
1702         * impress/r_text.c: (add_line), (add_span), (calc_sizes),
1703         (calc_pos), (_imp_draw_layout), (text_span), (text_p), (text_list),
1704         (r_text):
1705         * impress/render.c: (imp_create_context), (imp_context_set_page),
1706         (imp_context_set_step), (imp_render), (imp_delete_context):
1707         * impress/render.h:
1708         * impress/zip.c: (zip_error), (find_cd), (get_long), (get_word),
1709         (list_files), (zip_open), (zip_close), (find_file), (seek_file),
1710         (zip_load_xml), (zip_get_size), (zip_load):
1711         * impress/zip.h:
1712         * shell/ev-utils.c:
1713         
1714         New backend to support impress slides. Fixes bug #30867.
1715
1716 2006-07-10  Ghee Teo  <ghee.teo@sun.com>
1717
1718         * shell/ev-utils.c: (using_postscript_printer):
1719         
1720         Fixes crash when print using PAPI backend,
1721         bug #345012.
1722
1723 2006-06-09  Pat Rondon  <pmr@patrondon.org>
1724
1725         * shell/ev-jobs.c: (ev_job_xfer_run):
1726         * shell/ev-window.c: (password_dialog_response),
1727         (ev_window_popup_password_dialog), (ev_window_xfer_job_cb),
1728         (ev_window_dispose):
1729         Fixes bug #344160: if the xfer job doesn't complete
1730         because a password is required, reload the existing
1731         instance instead of creating a new one.
1732
1733 2006-06-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1734
1735         * shell/main.c: (main): Call gdk_threads_init. Thus
1736         we'll avoid errors in auth dialog. Fix for the bug
1737         #343347.
1738
1739 2006-06-01  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
1740
1741         * configure.ac: Advertise pixbuf support, fix
1742         for the bug 343317.
1743
1744 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1745
1746         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_refresh),
1747         (ev_sidebar_thumbnails_set_document):
1748         
1749         Update sidebar thumbnails after reloading.
1750
1751 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1752
1753         * shell/ev-jobs.c: (ev_job_xfer_dispose), (ev_job_xfer_new):
1754         * shell/ev-jobs.h:
1755         * shell/ev-window.c: (ev_window_xfer_job_cb), (ev_window_open_uri),
1756         (ev_window_cmd_view_reload), (ev_window_init):
1757         
1758         Don't crash on reload. Fix for the bug #343167.
1759
1760 2006-05-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1761
1762         * shell/ev-jobs.c: (ev_job_render_run):
1763         
1764         Check for document links.
1765
1766 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1767
1768         * backend/ev-attachment.c: (ev_attachment_save),
1769         (ev_attachment_launch_app), (ev_attachment_open):
1770         * backend/ev-document-factory.c: (get_document_from_uri):
1771         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
1772         (egg_recent_view_uimanager_set_list):
1773         * ps/ps-document.c: (check_filecompressed), (document_load),
1774         (ps_document_load):
1775         * shell/ev-metadata-manager.c: (load_values):
1776         * shell/ev-password.c: (ev_password_dialog_set_property):
1777         * shell/ev-view.c: (tip_from_link):
1778         * shell/ev-window.c: (file_save_dialog_response_cb),
1779         (ev_window_print_dialog_response_cb):
1780         
1781         Use consistent quoting style. Fix for the bug #320285.
1782
1783 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1784
1785         * shell/ev-jobs.c: (ev_job_xfer_run):
1786         * shell/main.c: (load_files):
1787                 
1788         Open links with anchors. Fix for the bug #339836.
1789
1790 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1791
1792         * backend/ev-link-dest.c: (ev_link_dest_type_get_type),
1793         (ev_link_dest_get_page_label), (ev_link_dest_get_property),
1794         (ev_link_dest_set_property), (ev_link_dest_finalize),
1795         (ev_link_dest_class_init), (ev_link_dest_new_named),
1796         (ev_link_dest_new_page_label):
1797         * backend/ev-link-dest.h:
1798         * shell/ev-application.c: (ev_application_open_uri):
1799         * shell/ev-view.c: (goto_dest):
1800         * shell/ev-window.c:
1801         * shell/ev-window.h:
1802         
1803         Fix page-label command line option. Bug #342070.
1804
1805 2006-05-27  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
1806
1807         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
1808         
1809         Don't show highlight rects if page can't be showed. Fix for 
1810         the bug #342076
1811
1812 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1813
1814         * shell/ev-window.c: (setup_sidebar_from_metadata),
1815         (ev_window_sidebar_visibility_changed_cb), (ev_window_init):
1816         
1817         Setup sidebar from metadata even if there is no document
1818         loaded. Fix for the bug #342807.
1819
1820 2006-05-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1821
1822         * cut-n-paste/toolbar-editor/Makefile.am:
1823         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
1824         (get_dock_position), (get_toolbar_position), (get_toolbar_nth),
1825         (find_action), (drag_data_delete_cb), (drag_begin_cb),
1826         (drag_end_cb), (drag_data_get_cb), (move_item_cb),
1827         (remove_item_cb), (remove_toolbar_cb), (popup_context_deactivate),
1828         (popup_context_menu_cb), (button_press_event_cb),
1829         (configure_item_sensitivity), (configure_item_cursor),
1830         (configure_item_tooltip), (connect_widget_signals),
1831         (action_sensitive_cb), (create_item_from_action),
1832         (create_item_from_position), (toolbar_drag_data_received_cb),
1833         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
1834         (toolbar_drag_leave_cb), (configure_drag_dest),
1835         (toggled_visibility_cb), (toolbar_visibility_refresh),
1836         (create_dock), (toolbar_changed_cb), (unparent_fixed),
1837         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
1838         (item_added_cb), (item_removed_cb), (egg_editable_toolbar_build),
1839         (egg_editable_toolbar_set_model), (egg_editable_toolbar_init),
1840         (egg_editable_toolbar_dispose),
1841         (egg_editable_toolbar_set_ui_manager),
1842         (egg_editable_toolbar_get_selected),
1843         (egg_editable_toolbar_set_selected), (set_edit_mode),
1844         (egg_editable_toolbar_set_property),
1845         (egg_editable_toolbar_get_property),
1846         (egg_editable_toolbar_class_init), (egg_editable_toolbar_new),
1847         (egg_editable_toolbar_new_with_model),
1848         (egg_editable_toolbar_get_edit_mode),
1849         (egg_editable_toolbar_set_edit_mode),
1850         (egg_editable_toolbar_add_visibility), (egg_editable_toolbar_show),
1851         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed):
1852         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
1853         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (compare_items),
1854         (item_added_or_removed_cb), (toolbar_removed_cb),
1855         (egg_toolbar_editor_set_model), (egg_toolbar_editor_class_init),
1856         (egg_toolbar_editor_finalize), (drag_begin_cb), (drag_end_cb),
1857         (drag_data_get_cb), (set_drag_cursor), (editor_create_item),
1858         (editor_create_item_from_name), (append_table),
1859         (update_editor_sheet), (egg_toolbar_editor_init):
1860         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
1861         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
1862         (egg_toolbars_model_to_xml), (egg_toolbars_model_save_toolbars),
1863         (is_unique), (toolbar_node_new), (item_node_new), (item_node_free),
1864         (toolbar_node_free), (egg_toolbars_model_get_flags),
1865         (egg_toolbars_model_set_flags), (egg_toolbars_model_get_data),
1866         (egg_toolbars_model_get_name), (impl_add_item),
1867         (egg_toolbars_model_add_item), (egg_toolbars_model_add_toolbar),
1868         (parse_data_list), (parse_item_list), (parse_toolbars),
1869         (egg_toolbars_model_load_toolbars), (parse_available_list),
1870         (parse_names), (egg_toolbars_model_load_names),
1871         (egg_toolbars_model_class_init), (egg_toolbars_model_init),
1872         (egg_toolbars_model_finalize), (egg_toolbars_model_remove_toolbar),
1873         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
1874         (egg_toolbars_model_delete_item), (egg_toolbars_model_n_items),
1875         (egg_toolbars_model_item_nth), (egg_toolbars_model_n_toolbars),
1876         (egg_toolbars_model_toolbar_nth), (egg_toolbars_model_get_types),
1877         (egg_toolbars_model_set_types), (fill_avail_array),
1878         (egg_toolbars_model_get_name_avail),
1879         (egg_toolbars_model_get_name_flags),
1880         (egg_toolbars_model_set_name_flags):
1881         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
1882         * cut-n-paste/toolbar-editor/eggintl.h:
1883         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
1884         (egg_tree_multi_drag_source_get_type),
1885         (egg_tree_multi_drag_source_row_draggable),
1886         (egg_tree_multi_drag_source_drag_data_delete),
1887         (egg_tree_multi_drag_source_drag_data_get), (stop_drag_check),
1888         (egg_tree_multi_drag_button_release_event), (selection_foreach),
1889         (path_list_free), (set_context_data), (get_context_data),
1890         (get_info), (egg_tree_multi_drag_drag_data_get),
1891         (egg_tree_multi_drag_motion_event),
1892         (egg_tree_multi_drag_button_press_event),
1893         (egg_tree_multi_drag_add_drag_support):
1894         * cut-n-paste/toolbar-editor/eggtreemultidnd.h:
1895         * shell/ev-application.c: (ev_application_init),
1896         (ev_application_save_toolbars_model):
1897         * shell/ev-window.c: (ev_window_create_fullscreen_popup),
1898         (ev_window_cmd_edit_toolbar), (ev_window_init):
1899         
1900         Sync toolbareditor with epiphany and libegg
1901
1902 2006-05-23  Carlos Garcia Campos  <carlosgc@gnome.org>
1903
1904         * configure.ac: 
1905
1906         Depend on poppler 0.5.2
1907
1908 2006-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1909
1910         * shell/ev-jobs.c: (ev_job_render_run):
1911         
1912         Check if document supports links iterface.
1913
1914 2006-05-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1915
1916         * NEWS:
1917         * configure.ac:
1918         
1919         Update for release 0.5.3
1920
1921 2006-05-13  Michael Plump  <plumpy@skylab.org>
1922
1923         * configure.ac:
1924         * shell/Makefile.am:
1925         * shell/main.c: (main):
1926         
1927         Port to GOption command line parsing. Fix for the 
1928         bug #327518
1929
1930 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1931
1932         * shell/ev-window.c: (ev_window_cmd_help_about):
1933         
1934         Do not wrap license. Fix for the bug #309460.
1935
1936 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1937
1938         * configure.ac:
1939         * properties/ev-properties-main.c: (ev_properties_get_pages):
1940         * shell/ev-application.c: (ev_application_open_window),
1941         (ev_application_open_uri_at_dest):
1942         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
1943         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
1944         (ev_sidebar_thumbnails_use_icon_view), (page_changed_cb):
1945         * shell/ev-utils.c: (save_print_config_to_file):
1946         * shell/ev-window.c: (ev_window_cmd_save_as),
1947         (ev_attachment_popup_cmd_save_attachment_as):
1948         * shell/main.c: (load_files_remote):
1949         
1950         Bump requirements to gtk 2.8 and drop all ifdefs used.
1951
1952 2006-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1953
1954         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
1955         * shell/ev-window.c: (ev_window_init):
1956         
1957         Show attachments page.
1958
1959 2006-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1960
1961         * po/POTFILES.in:
1962         * shell/ev-attachment-bar.c:
1963         * shell/ev-attachment-bar.h:
1964         * shell/ev-sidebar-attachments.c:
1965         (ev_sidebar_attachments_icon_cache_add),
1966         (icon_theme_get_pixbuf_from_mime_type),
1967         (ev_sidebar_attachments_icon_cache_get), (icon_cache_update_icon),
1968         (ev_sidebar_attachments_icon_cache_refresh),
1969         (ev_sidebar_attachments_get_attachment_at_pos),
1970         (ev_sidebar_attachments_popup_menu_show),
1971         (ev_sidebar_attachments_popup_menu),
1972         (ev_sidebar_attachments_button_press),
1973         (ev_sidebar_attachments_update_icons),
1974         (ev_sidebar_attachments_drag_data_get),
1975         (ev_sidebar_attachments_get_property),
1976         (ev_sidebar_attachments_destroy),
1977         (ev_sidebar_attachments_class_init), (ev_sidebar_attachments_init),
1978         (ev_sidebar_attachments_new),
1979         (ev_sidebar_attachments_set_document),
1980         (ev_sidebar_attachments_support_document),
1981         (ev_sidebar_attachments_get_label),
1982         (ev_sidebar_attachments_page_iface_init):
1983         * shell/ev-sidebar-attachments.h:
1984         * shell/ev-window.c: (update_chrome_visibility),
1985         (setup_sidebar_from_metadata), (ev_window_setup_document),
1986         (ev_window_sidebar_current_page_changed_cb),
1987         (attachment_bar_menu_popup_cb), (ev_window_init):
1988         
1989         Move attachments bar to sidebar.
1990
1991 2006-05-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1992
1993         * pdf/ev-poppler.cc:
1994         * shell/ev-application.[ch]:
1995         * shell/main.c:
1996
1997         Fix some memory leaks.
1998
1999 2006-05-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
2000
2001         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
2002
2003         Change the properties dialog response to
2004         GTK_RESPONSE_CANCEL instead of GTK_RESPONSE_CLOSE. This
2005         will make the dialog go away when the user presses
2006         enter. With gtk+ >= 2.9 this will happen anyway, but for
2007         older gtk+ versions only GTK_RESPONSE_CANCEL is bound to
2008         escape by default. Fixes bug #340539. See also bug
2009         #101293 for the gtk+ part.
2010
2011 2006-05-08  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
2012
2013         * shell/ev-view.c (tip_from_action_named): Replace some strings
2014         that were wrong. Closes #340970.
2015
2016 2006-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2017
2018         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
2019
2020         Update sidebar chrome flag when sidebar visibility changes. Fixes bug
2021         #341049
2022
2023 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2024
2025         * djvu/Makefile.am:
2026         * dvi/Makefile.am:
2027         * dvi/mdvi-lib/Makefile.am:
2028         * properties/Makefile.am:
2029         * ps/Makefile.am:
2030         * shell/Makefile.am:
2031         * thumbnailer/Makefile.am:
2032         
2033         Due to broken libtool that is unable to track dependencies
2034         of noinst libraries we are forced to explicitely point
2035         libraries for binary. Fix for the bug #333334.
2036
2037 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2038
2039         * data/evince.desktop.in.in:
2040         * shell/ev-view.c: (view_update_range_and_current_page),
2041         (ev_view_next_page), (ev_view_previous_page):
2042         * shell/ev-window.c: (update_chrome_visibility),
2043         (setup_sidebar_from_metadata), (ev_window_setup_document),
2044         (ev_window_update_fullscreen_popup), (fullscreen_timeout_cb),
2045         (fullscreen_set_timeout), (fullscreen_clear_timeout),
2046         (fullscreen_motion_notify_cb), (ev_window_run_fullscreen),
2047         (ev_window_stop_fullscreen), (ev_window_run_presentation),
2048         (ev_window_stop_presentation), (ev_window_focus_in_event),
2049         (ev_window_focus_out_event), (ev_window_view_sidebar_cb),
2050         (ev_window_init):
2051         * thumbnailer/Makefile.am:
2052         
2053         Update fullscreen and presentation timeout handling. Hide
2054         cursor in presentation after timeout. Fix for the bugs
2055         #136359 and #336981.
2056
2057 2006-05-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2058
2059         * backend/ev-link-action.[ch]:
2060         * pdf/ev-poppler.cc: (ev_link_from_action):
2061         * shell/ev-view-private.h:
2062         * shell/ev-view.c: (ev_view_handle_link), (tip_from_action_named):
2063         * shell/ev-window.c: (do_action_named), (view_external_link_cb):
2064
2065         Add support for Named Action links
2066
2067 2006-05-02  Carlos Garcia Campos  <carlosgc@gnome.org>
2068
2069         * backend/Makefile.am:
2070         * backend/ev-document-links.[ch]:
2071         * backend/ev-document.[ch]:
2072         * backend/ev-link-action.[ch]:
2073         * backend/ev-link-dest.[ch]:
2074         * backend/ev-link.[ch]:
2075         * pdf/ev-poppler.cc: (pdf_document_find_link_dest),
2076         (ev_link_dest_from_dest), (ev_link_from_action), (build_tree):
2077         * shell/ev-page-action.c: (build_new_tree_cb):
2078         * shell/ev-sidebar-links.c: (get_page_from_dest), (print_section_cb),
2079         (links_page_num_func), (update_page_callback):
2080         * shell/ev-view.[ch]: (ev_view_goto_dest), (ev_view_handle_link),
2081         (tip_from_link):
2082         * shell/ev-jobs.c:
2083         * shell/ev-window.[ch]: (ev_window_open_uri),
2084         (sidebar_links_link_activated_cb), (ev_view_popup_cmd_open_link):
2085         * shell/ev-application.[ch]: (ev_application_open_window),
2086         (ev_application_open_uri):
2087
2088         Rework links system, it adds support for remote links now and it makes
2089         easier to add new kinds of actions and destinations. Fixes bug #317292
2090
2091 2006-05-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2092
2093         * data/Makefile.am:
2094         * data/evince.png:
2095         * data/evince-16.png:
2096         * data/evince-22.png:
2097         * data/evince.svg:
2098         * shell/main.c: (main):
2099         
2100         Evince use it's own icon. Fix for the bug #313392.
2101
2102         * shell/ev-window.c: (fullscreen_timeout_cb),
2103         (fullscreen_set_timeout), (fullscreen_clear_timeout),
2104         (ev_window_cmd_help_about), (ev_window_dispose):
2105         
2106         Simplify fullscreen timeout code.
2107
2108 2006-04-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2109
2110         * backend/ev-attachment.c: 
2111         * shell/ev-attachment-bar.c:
2112         * shell/ev-window.c:
2113
2114         Allow multiple selection of attachments
2115
2116 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2117
2118         * shell/ev-view.c: (view_update_range_and_current_page),
2119         (ev_view_scroll):
2120         
2121         Fix for the bug #312573 – Optimal selection of current 
2122         page among visible pages.
2123
2124 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2125
2126         * configure.ac:
2127         * djvu/Makefile.am:
2128         * djvu/djvu-text.h:
2129         
2130         Update to djvulibre-3.5.17, now it uses pkg-config. Fix
2131         for the bug 339868.
2132
2133 2006-04-22  Kjartan Maraas  <kmaraas@gnome.org>
2134
2135         * configure.ac: Fix the LINGUAS stuff here too so it builds.
2136
2137 2006-04-21  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
2138
2139         * shell/ev-window.c: Add ellipsis to the Find... menu item, as
2140         dictated by the GNOME HIG. Fixes bug #339235.
2141
2142 2006-04-20  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
2143
2144         * data/evince-ui.xml:
2145         * shell/ev-view.c: (ev_view_can_find_previous):
2146         * shell/ev-view.h:
2147         * shell/ev-window.c: (ev_window_update_actions),
2148         (ev_window_cmd_edit_find_previous):
2149
2150         Add support for "Find Previous" as dictated by the GNOME HIG. A
2151         menu item is added and some glue code to make it all work is added
2152         to various files.
2153
2154 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
2155
2156         * configure.ac: Award myself the "useless use of cat" award.
2157
2158 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
2159
2160         * po/LINGUAS: New file listing all supported languages.
2161
2162         * configure.in: Use po/LINGUAS instead of including all languages
2163         directly in this file. See the wiki for more information:
2164         http://live.gnome.org/GnomeGoals/PoLinguas
2165
2166 2006-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
2167
2168         * backend/ev-document-factory.c:
2169
2170         Do not load the document twice when there isn't errors
2171
2172 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2173
2174         * backend/ev-attachment.c: 
2175
2176         Fix a crash when there isn't a default application to open an
2177         attachment
2178
2179 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2180
2181         * backend/ev-attachment.[ch]:
2182         * shell/ev-attachment-bar.[ch]:
2183
2184         Added missing files. 
2185
2186 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2187
2188         * backend/Makefile.am:
2189         * data/evince-ui.xml:
2190         * backend/ev-attachment.[ch]:
2191         * backend/ev-document.[ch]: (ev_document_has_attachments),
2192         (ev_document_get_attachments):
2193         * pdf/ev-poppler.cc: (pdf_document_has_attachments),
2194         (attachment_save_to_buffer), (pdf_document_get_attachments),
2195         (pdf_document_document_iface_init):
2196         * shell/Makefile.am:
2197         * shell/ev-attachment-bar.[ch]:
2198         * shell/ev-window.c:
2199
2200         Add support for PDF attachments. Fixes bug #325143
2201
2202 2006-04-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2203
2204         * backend/ev-document-factory.c: (get_document_from_uri),
2205         (ev_document_factory_get_document):
2206         * backend/ev-document-factory.h:
2207         * properties/ev-properties-main.c: (ev_properties_get_pages):
2208         * shell/Makefile.am:
2209         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
2210         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
2211         (ev_job_queue_remove_job):
2212         * shell/ev-job-queue.h:
2213         * shell/ev-job-xfer.c:
2214         * shell/ev-job-xfer.h:
2215         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
2216         (ev_job_fonts_new), (ev_job_fonts_run), (ev_job_xfer_init),
2217         (ev_job_xfer_dispose), (ev_job_xfer_class_init), (ev_job_xfer_new),
2218         (ev_job_xfer_run):
2219         * shell/ev-jobs.h:
2220         * shell/ev-window.c: (ev_window_is_empty),
2221         (password_dialog_response), (ev_window_clear_xfer_job),
2222         (ev_window_xfer_job_cb), (ev_window_open_uri),
2223         (ev_window_cmd_focus_page_selector),
2224         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
2225         (ev_window_cmd_continuous), (ev_window_cmd_dual),
2226         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
2227         (ev_window_dispose):
2228         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
2229         
2230         * Cleanup mime type detection on document load. Fix for the
2231         bug #336448.
2232
2233 2006-04-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2234
2235         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
2236         
2237         Fix crash on exit, described in the bug #336825.
2238
2239 2006-03-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2240
2241         * backend/ev-document-factory.c:
2242         (ev_document_factory_get_from_mime),
2243         (ev_document_factory_get_all_mime_types), (get_document_from_uri),
2244         (ev_document_factory_get_document),
2245         (file_filter_add_mime_list_and_free),
2246         (ev_document_factory_add_filters):
2247         * backend/ev-document-factory.h:
2248         * properties/ev-properties-main.c: (ev_properties_get_pages):
2249         * shell/Makefile.am:
2250         * shell/ev-application.c:
2251         * shell/ev-job-xfer.c: (ev_job_xfer_run):
2252         * shell/ev-window.c: (ev_window_cmd_file_open),
2253         (ev_window_cmd_save_as):
2254         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
2255         
2256         Rework factory functions so they are placed now in a single 
2257         file ev-document-factory.c
2258
2259 2006-03-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2260
2261         * shell/ev-window.c: (update_chrome_visibility):
2262         
2263         Fix for the bug 166566 - don't show menubar in fullscreen
2264         mode.
2265
2266 2006-03-22  Tommi Vainikainen  <thv@iki.fi>
2267
2268         * configure.ac (ALL_LINGUAS): Added Dzongkha (dz).
2269
2270 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2271
2272         * shell/ev-view.c: (ev_view_expose_event):
2273         
2274         More correctly draw loading text when document
2275         is empty.
2276
2277 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2278
2279         * shell/ev-view.c: (ev_view_scroll):
2280         
2281         Fix for the bug #334854, page down and page up switch
2282         pages in presentation mode.
2283
2284 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2285
2286         * shell/ev-window.c: (ev_window_set_action_sensitive),
2287         (ev_window_setup_action_sensitivity), (ev_window_update_actions),
2288         (ev_window_set_view_accels_sensitivity),
2289         (update_chrome_visibility), (ev_window_cmd_focus_page_selector),
2290         (ev_window_cmd_continuous), (ev_window_cmd_dual),
2291         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
2292         (find_changed_cb), (page_changed_cb), (ev_window_setup_document),
2293         (ev_window_cmd_edit_find), (ev_window_set_page_mode),
2294         (ev_window_cmd_edit_toolbar_cb), (ev_window_zoom_changed_cb),
2295         (ev_window_has_selection_changed_cb), (find_bar_search_changed_cb),
2296         (view_actions_focus_in_cb), (ev_window_init):
2297         
2298         Fix for the bug #333902, now it's possible to search
2299         words with slash.
2300
2301 2006-03-16  Jérémy Ar Floc'h <jérémy.lefloch@gmail.com>
2302
2303         * configure.ac: Added Breton translation.
2304         * po/br.po: Added Breton translation.
2305
2306 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2307
2308         * shell/ev-window-title (ev_window_title_update):
2309
2310         Fix memory leak in window title. Fixes bug #333944
2311
2312 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2313
2314         * shell/ev-metadata-manager.c (parseItem):
2315
2316         Fix memory leaks. Fixes bug #333945
2317
2318 2006-03-13  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
2319         
2320         * NEWS, configure.ac, TODO:
2321         
2322         Update for release 0.5.2.
2323
2324 2006-03-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2325
2326         * shell/ev-view.c: (view_update_range_and_current_page),
2327         (page_changed_cb):
2328         
2329         Don't jump on scrolling, fix for the bug #333127.
2330
2331 2006-03-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2332
2333         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
2334         
2335         Scroll by one page in presentation mode. Fix for the bug
2336         #332993.
2337
2338 2006-03-01  Vladimer SIchinava <vlsichinava@gmail.com>
2339
2340         * configure.ac: Added ka (Georgian) to ALL_LINGUAS line.
2341
2342 2006-02-28  Clytie Siddall <clytie@riverland.net.au>
2343
2344         * configure.ac  Added lv in ALL_LINGUAS line.
2345
2346 2006-02-27  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
2347         
2348         * NEWS, configure.ac:
2349         
2350         Update for release 0.5.1
2351
2352 2006-02-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
2353
2354         * backend/ev-document-misc.c: (ev_document_misc_paint_one_page):
2355         * backend/ev-document-misc.h:
2356         * shell/ev-view.c: (draw_one_page):
2357         
2358          Clairfy what page the toolbar page number applies to. Fix
2359          for the bug #328102.
2360
2361 2006-02-24  Stanislav Slusny <slusnys@gmail.com>
2362
2363         * shell/ev-view-private.h:
2364         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_event),
2365         (ev_view_init), (find_changed_cb), (ev_view_find_previous),
2366         (ev_view_search_changed):
2367         * shell/ev-view.h:
2368         * shell/ev-window.c: (find_bar_search_changed_cb):
2369         
2370         Dont't jump to find result if window was scrolled during search.
2371         Fix for the bug #313266.
2372
2373 2006-02-21  Stanislav Slusny <slusnys@gmail.com>
2374
2375         * shell/eggfindbar.c: (egg_find_bar_class_init):
2376         * shell/eggfindbar.h:
2377         * shell/ev-view-accessible.c: (ev_view_accessible_idle_do_action):
2378         * shell/ev-view-private.h:
2379         * shell/ev-view.c: (add_scroll_binding_keypad), (ev_view_scroll),
2380         (ev_view_class_init), (ev_sizing_mode_get_type),
2381         (ev_scroll_type_get_type):
2382         * shell/ev-view.h:
2383         * shell/ev-window.c: (ev_window_cmd_scroll_forward),
2384         (ev_window_cmd_scroll_backward), (find_bar_scroll),
2385         (ev_window_init):
2386         
2387         Fix for the bug 319133 - Find entry should allow text scroll.
2388
2389 2006-02-20  Antoine Dopffer <antoine.dopffer@free.fr>
2390
2391         * shell/ev-view-private.h:
2392         * shell/ev-view.c: (view_update_range_and_current_page),
2393         (highlight_find_results), (find_changed_cb), (page_changed_cb),
2394         (ev_view_set_document), (update_find_status_message),
2395         (jump_to_find_result), (jump_to_find_page), (ev_view_find_next),
2396         (ev_view_find_previous):
2397         
2398         Fix for the bug #319137. Search now takes account for scrolling.
2399
2400 2006-02-19  Michael Hofmann <mh21@piware.de>
2401
2402         * configure.ac:
2403         * djvu/Makefile.am:
2404         * djvu/djvu-document-private.h:
2405         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
2406         (djvu_handle_events), (djvu_document_load), (djvu_document_save),
2407         (djvu_document_get_page_size), (djvu_document_render_pixbuf),
2408         (djvu_document_can_get_text), (djvu_document_get_text),
2409         (djvu_document_document_iface_init),
2410         (djvu_document_thumbnails_get_thumbnail),
2411         (djvu_document_find_begin), (djvu_document_find_get_n_results),
2412         (djvu_document_find_get_result),
2413         (djvu_document_find_page_has_results),
2414         (djvu_document_find_get_progress), (djvu_document_find_cancel),
2415         (djvu_document_find_iface_init):
2416         * djvu/djvu-text-page.c: (djvu_text_page_selection_process),
2417         (djvu_text_page_selection), (djvu_text_page_limits_process),
2418         (djvu_text_page_limits), (djvu_text_page_copy),
2419         (djvu_text_page_position), (djvu_text_page_union),
2420         (djvu_text_page_sexpr_process), (djvu_text_page_sexpr),
2421         (djvu_text_page_box), (djvu_text_page_append_text),
2422         (djvu_text_page_search), (djvu_text_page_prepare_search),
2423         (djvu_text_page_new), (djvu_text_page_free):
2424         * djvu/djvu-text-page.h:
2425         * djvu/djvu-text.c: (djvu_text_idle_callback), (djvu_text_new),
2426         (djvu_text_copy), (djvu_text_free), (djvu_text_get_text),
2427         (djvu_text_n_results), (djvu_text_has_results),
2428         (djvu_text_get_result), (djvu_text_get_progress):
2429         * djvu/djvu-text.h:
2430         
2431         Text search in djvu. Fix for the bug #303415.
2432
2433 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2434
2435         * configure.ac:
2436         * shell/ev-window.c: (ev_window_cmd_save_as):
2437         
2438         Ask filechooser to confirm overwrite. Fix for the bug #328266.
2439         Thanks to Gary Coady <gary@lyranthe.org>
2440
2441 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2442
2443         * shell/ev-print-job.c: (idle_print_handler):
2444         
2445         Inverse order printing, bug #320919.
2446
2447 2006-02-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2448
2449         * data/evince-toolbar.xml:
2450         * shell/ev-window.c:
2451         
2452         Allow to add sidebar checkbutton on toolbar. Fix
2453         for the bug #144577.
2454
2455 2006-02-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2456
2457         * ps/ps-document.c: (push_pixbuf), (setup_pixmap):
2458         
2459         Add checks that have sense for empty ps document.
2460
2461 2006-02-15  Luca Ferretti <elle.uca@libero.it>
2462
2463         * configure.ac: Include PS in mime types list. 
2464
2465 2006-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2466
2467         * configure.ac:
2468         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
2469         * ps/gsdefaults.h:
2470         * ps/ps-document.c: (start_interpreter), (ps_document_load):
2471         
2472         Runtime check for gs interpreter. Fix for the bug #320868.
2473         Thanks to Antoine Dopffer antoine.dopffer@free.fr
2474
2475 2006-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
2476
2477         * shell/ev-application.c: 
2478
2479         Use DBUS_NAME_FLAG_DO_NOT_QUEUE flag in RequestName method when
2480         dbus>=0.60, so that the request is not queued. 
2481
2482 2006-02-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2483
2484         * configure.ac:
2485         * shell/Makefile.am:
2486         * shell/ev-sidebar-links.c: (print_section_cb):
2487         * shell/ev-utils.c:
2488         * shell/ev-utils.h:
2489         * shell/ev-window.c: (update_action_sensitivity),
2490         (ev_window_close_dialogs), (ev_window_print):
2491         * shell/ev-window.h:
2492         
2493         Make printing support optional. Patch from Eduardo de Barros Lima
2494         <eduardo.lima@indt.org.br> for the bug #330546.
2495
2496 2006-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2497
2498         * shell/ev-view-private.h:
2499         * shell/ev-view.c: (ev_view_expose_event), (ev_view_set_loading),
2500         (ev_view_set_document):
2501         * shell/ev-view.h:
2502         * shell/ev-window.c: (ev_window_load_job_cb),
2503         (ev_window_xfer_job_cb), (ev_window_open_uri), (ev_window_dispose),
2504         (ev_window_init):
2505
2506         Draw Loading message during xfer job. Fix for the bug #329495.
2507
2508 2006-02-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2509
2510         * comics/comics-document.c: (comics_regex_quote),
2511         (comics_document_load), (extract_argv):
2512         
2513         Correcly quote regexp before passing it to unzip.
2514
2515 2006-02-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2516
2517         * shell/ev-page-cache.c: (build_height_to_page),
2518         (ev_page_cache_new), (ev_page_cache_get_max_label_chars),
2519         (ev_page_cache_get_dual_even_left):
2520         * shell/ev-page-cache.h:
2521         * shell/ev-view.c: (view_update_range_and_current_page),
2522         (get_page_y_offset), (get_page_extents):
2523         
2524         Place even pages to the left if document has less then
2525         two pages. Fix for the bug #328856.
2526
2527 2006-01-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2528
2529         * thumbnailer/evince-thumbnailer-comics.schemas.in:
2530         
2531         Correct comics scheme. This make evince create thumbnails
2532         for comic books. Fix for the bug 329088.
2533
2534 2006-01-31  Christopher Aillon  <caillon@redhat.com>
2535
2536         * data/evince-password.glade: Don't explicitly set
2537         invisible_char to the current default value in case
2538         the default changes; let GTK+ do its magic.
2539
2540 2006-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2541
2542         * shell/ev-job-xfer.c: (ev_job_xfer_run): Append
2543         real filename to tmp filename since often document
2544         type is determined by extension.
2545
2546 2006-01-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
2547
2548         * shell/ev-view.c: (add_scroll_binding_keypad),
2549         (ev_view_binding_activated), (ev_view_class_init):
2550         
2551         Add keybindings for percision-scrolling of display area. 
2552         Fix for the bug #314072.
2553
2554 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2555
2556         * data/evince.desktop.in.in:
2557         
2558         Add GTK to the list of categories. Fix for the bug #328034.
2559
2560 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2561
2562         * shell/ev-application.c: (ev_application_shutdown),
2563         (ev_application_set_chooser_uri), (ev_application_get_chooser_uri):
2564         * shell/ev-application.h:
2565         * shell/ev-window.c: (file_open_dialog_response_cb),
2566         (ev_window_cmd_file_open):
2567         
2568         Save last uri in file chooser dialog. Fix for the bug #327950.
2569
2570 2006-01-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2571
2572         * NEWS:
2573         * README:
2574         
2575         Final update for release 0.5.0
2576         
2577         * shell/Makefile.am:
2578         
2579         Remove disable deprecated until we'll require libgnome-2.13.7
2580         and port to GOption argument parsing. See bug 327518.
2581
2582 2006-01-19  Jani Monoses <jani.monoses@gmail.com>
2583
2584         * comics/comics-document.c: (comics_document_save):
2585         * djvu/djvu-document.c: (djvu_document_save):
2586         * dvi/dvi-document.c: (dvi_document_save):
2587         * lib/ev-file-helpers.c: (ev_tmp_filename), (ev_xfer_uri_simple):
2588         * lib/ev-file-helpers.h:
2589         * pixbuf/pixbuf-document.c: (pixbuf_document_save):
2590         * tiff/tiff-document.c: (tiff_document_save):
2591         
2592         Use common save function for backends.
2593
2594 2006-01-18  Jani Monoses <jani.monoses@gmail.com>
2595
2596         * backend/ev-document-types.c:
2597         
2598         Fix crash on saving pixbuf.
2599
2600 2006-01-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2601
2602         * cut-n-paste/recent-files/egg-recent-item.c:
2603         (get_uri_shortname_for_display), (egg_recent_item_get_short_name):
2604         * cut-n-paste/recent-files/egg-recent-model.c: (parse_info_init),
2605         (parse_info_free), (valid_element), (start_element_handler),
2606         (end_element_handler), (text_handler), (egg_recent_model_filter),
2607         (egg_recent_model_monitor_cb), (egg_recent_model_poll_timeout),
2608         (egg_recent_model_monitor), (egg_recent_model_read),
2609         (egg_recent_model_open_file), (egg_recent_model_lock_file),
2610         (egg_recent_model_unlock_file), (egg_recent_model_finalize),
2611         (egg_recent_model_set_property), (egg_recent_model_class_init),
2612         (egg_recent_model_init), (egg_recent_model_add_full),
2613         (egg_recent_model_delete), (egg_recent_model_get_list),
2614         (egg_recent_model_clear), (egg_recent_model_clear_mime_filter),
2615         (egg_recent_model_set_filter_mime_types),
2616         (egg_recent_model_clear_group_filter),
2617         (egg_recent_model_set_filter_groups),
2618         (egg_recent_model_clear_scheme_filter),
2619         (egg_recent_model_set_filter_uri_schemes),
2620         (egg_recent_model_remove_expired):
2621         * cut-n-paste/recent-files/egg-recent-util.c:
2622         (egg_recent_util_get_icon):
2623         * cut-n-paste/recent-files/egg-recent-util.h:
2624         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
2625         (connect_proxy_cb), (egg_recent_view_uimanager_set_list),
2626         (egg_recent_view_uimanager_set_empty_list), (model_changed_cb),
2627         (egg_recent_view_uimanager_set_property),
2628         (egg_recent_view_uimanager_get_property),
2629         (egg_recent_view_uimanager_class_init),
2630         (egg_recent_view_uimanager_init),
2631         (egg_recent_view_uimanager_set_label_width),
2632         (egg_recent_view_uimanager_get_label_width):
2633         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
2634         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
2635         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
2636         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
2637         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
2638         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
2639         
2640         Update from libegg.
2641
2642 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2643
2644         * shell/ev-page-cache.c: (build_height_to_page),
2645         (ev_page_cache_get_height_to_page):
2646         * shell/ev-page-cache.h:
2647         * shell/ev-view.c: (view_update_range_and_current_page),
2648         (get_page_y_offset), (get_page_extents), (ev_view_next_page),
2649         (ev_view_previous_page):
2650         
2651         Dual mode places even pages to the left. Fix for the bug #309393.
2652
2653         * shell/ev-view.h:
2654         * shell/ev-window.c: (update_action_sensitivity),
2655         (setup_view_from_metadata), (view_menu_popup_cb):
2656         
2657         Don't restore presentation in empty windows, more intelligent
2658         next page behaviour in dual mode.
2659
2660         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
2661         (ev_pixbuf_cache_clear_job_sizes):
2662         
2663         Cleanup job callback on removal. Fix for the bug #325886.
2664
2665 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2666
2667         * ps/ps.c: (psscan):
2668         
2669         Commit workaround Mozilla problem. Fix for the bug #325919
2670         
2671         * shell/ev-metadata-manager.c: (parse_value), (parseItem),
2672         (save_item):
2673         
2674         Fix for year 2038 problem.
2675
2676 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2677
2678         * shell/ev-window.c: (setup_document_from_metadata),
2679         (ev_window_cmd_view_reload):
2680
2681         Clamp page recieved from metadata in valid values. Fix
2682         for the bug #325986.
2683
2684 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2685
2686         * MAINTAINERS: 
2687         Add MAINTAINERS as requested on desktop-devel-list.
2688
2689 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2690
2691         * backend/ev-document-factory.c: (gdk_pixbuf_mime_type_list),
2692         (mime_type_supported_by_gdk_pixbuf),
2693         (ev_document_factory_get_mime_types),
2694         (ev_document_factory_get_all_mime_types):
2695         
2696         Don't add pixbuf mime types if pixbuf backend is disabled.
2697         
2698         * shell/ev-application.c: (ev_application_get_uri_window):
2699         
2700         Fix for the bug 325815 - unhandled MIME type message doesn't 
2701         appear a second time. 
2702         
2703         * shell/ev-document-types.c: (ev_document_types_add_filters):
2704         * shell/ev-window.c: (page_changed_cb), (ev_window_setup_document),
2705         (password_dialog_response), (ev_window_popup_password_dialog),
2706         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
2707         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
2708         (ev_window_run_presentation), (ev_window_stop_presentation),
2709         (save_sizing_mode), (ev_window_zoom_changed_cb),
2710         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
2711         (ev_window_dual_mode_changed_cb),
2712         (ev_window_sidebar_current_page_changed_cb),
2713         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
2714         (window_state_event_cb), (window_configure_event_cb):
2715         
2716         Cleanup additional uris holded by EvWindow.
2717
2718 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2719
2720         * shell/ev-view.c: (ev_view_scroll), (ev_view_previous_page),
2721         (ev_view_can_previous_page), (ev_view_can_next_page):
2722         * shell/ev-view.h:
2723         * shell/ev-window.c: (update_action_sensitivity):
2724         
2725         Two page scrolling with Space and PageUp in dual mode. Second fix 
2726         for the bug #316608.
2727
2728 2006-01-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2729
2730         * shell/ev-view.c: (scroll_to_current_page):
2731         
2732         Correctly clamp adjustment value. Fix for the bug
2733         #325808.
2734
2735 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2736
2737         * shell/ev-sidebar-links.c: (print_section_cb):
2738         * shell/ev-window.c: (ev_window_get_uri),
2739         (ev_window_close_dialogs), (ev_window_open_uri), (ev_window_print),
2740         (ev_window_print_dialog_response_cb), (ev_window_print_range),
2741         (ev_window_dispose):
2742         
2743         Make print dialog non-modal. Fix for the bug #325622.
2744
2745 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2746
2747         * shell/ev-metadata-manager.c:
2748         * shell/ev-utils.c: (using_pdf_printer),
2749         (using_postscript_printer), (load_print_config_from_file),
2750         (save_print_config_to_file):
2751         * shell/ev-utils.h:
2752         * shell/ev-window.c: (update_sizing_buttons), (page_changed_cb),
2753         (update_sidebar_visibility), (setup_sidebar_from_metadata),
2754         (setup_view_from_metadata), (ev_window_setup_document),
2755         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
2756         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
2757         (ev_window_run_presentation), (ev_window_stop_presentation),
2758         (save_sizing_mode), (ev_window_zoom_changed_cb),
2759         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
2760         (ev_window_dual_mode_changed_cb),
2761         (ev_window_sidebar_current_page_changed_cb),
2762         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
2763         (window_state_event_cb), (window_configure_event_cb),
2764         (ev_window_init):
2765         
2766         Setting saving behaviour fixes.
2767
2768 2005-12-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2769
2770         * configure.ac:
2771         
2772         Make antialiasing gs options better and allow
2773         to change them during configure. Fix for the 
2774         bug #319049.
2775
2776 2005-12-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2777
2778         * shell/ev-window.c: (setup_view_from_metadata):
2779         
2780         Remember if last window was maximized. Fix for the
2781         bug #323797.
2782
2783 2005-12-28  Abel Cheung  <maddog@linuxhall.org>
2784
2785         * configure.ac: Added "zh_HK" to ALL_LINGUAS.
2786
2787 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2788
2789         * backend/ev-link.c: (ev_link_get_page), (ev_link_init):
2790         * shell/ev-page-action.c: (build_new_tree_cb):
2791         * shell/ev-sidebar-links.c: (links_page_num_func),
2792         (update_page_callback_foreach), (update_page_callback):
2793         * shell/ev-view.c: (scroll_to_current_page):
2794         
2795         Fix for the bug #325067 with more intelligent selection
2796         of current link in sidebar. Make sidebar handle links
2797         of FITR-like type more correctly.
2798
2799         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
2800         (dvi_pixbuf_put_pixel):
2801         
2802         Fix memory consumtion with disabled alpha channel.
2803
2804 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2805
2806         * data/evince-ui.xml:
2807         * shell/ev-window.c: (view_menu_popup_cb),
2808         (ev_popup_cmd_open_link), (ev_window_init):
2809         
2810         Update context menu for internal links. Fix for the bug
2811         #325066.
2812
2813 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2814
2815         * shell/ev-view.c: (ev_view_popup_menu), (ev_view_class_init):
2816         
2817         Bind context menu to keyboard also. Fix for the bug
2818         #325065.
2819
2820 2005-12-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2821
2822         * shell/ev-view.c: (selection_scroll_timeout_cb):
2823         
2824         Horizontal scroll on selection also.
2825
2826 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2827
2828         * shell/ev-metadata-manager.c: (parse_value):
2829         * shell/ev-view.c: (goto_xyz_link):
2830         
2831         Correct zoom setup and metadata save broken in 
2832         some locales.
2833
2834 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2835
2836         * shell/ev-view-private.h:
2837         * shell/ev-view.c: (scroll_to_current_page),
2838         (view_set_adjustment_values), (goto_fitr_link), (goto_fitv_link),
2839         (goto_fith_link), (goto_fit_link), (goto_xyz_link),
2840         (page_changed_cb), (ev_view_set_continuous),
2841         (ev_view_set_dual_page), (ev_view_set_presentation):
2842         
2843         Delay scroll until allocation to correctly position page. Fix
2844         for the bug #317334.
2845
2846 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2847
2848         * NEWS:
2849         * configure.ac:
2850         
2851         Update NEWS and require poppler 0.5.0.
2852
2853 2005-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2854         
2855         * data/evince-ui.xml:
2856         * shell/ev-view-private.h:
2857         * shell/ev-view.c: (ev_view_get_link_at_location),
2858         (handle_link_over_xy), (ev_view_button_press_event),
2859         (ev_view_button_release_event), (ev_view_class_init):
2860         * shell/ev-window.c: (view_menu_popup_cb), (ev_window_dispose),
2861         (ev_popup_cmd_open_link), (ev_popup_cmd_copy_link_address),
2862         (ev_window_init):
2863         
2864         Implement right-click context menu.
2865
2866 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2867
2868         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
2869         * dvi/pixbuf-device.c: (dvi_pixbuf_create_image),
2870         (mdvi_pixbuf_device_render):
2871         * pdf/ev-poppler.cc:
2872
2873         Don't generate thumbnails with alpha. See bug #324077.
2874         Thanks to Jeroen Zwartepoorte <jeroen.zwartepoorte@gmail.com>.
2875
2876 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2877
2878         * shell/ev-window.c: (setup_chrome_from_metadata):
2879         
2880         Fix typo that was hiding toolbar.
2881
2882 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2883
2884         * shell/ev-view-private.h:
2885         * shell/ev-view.c: (ev_view_realize), (selection_update_idle_cb),
2886         (selection_scroll_timeout_cb), (ev_view_motion_notify_event),
2887         (ev_view_button_release_event), (ev_view_destroy):
2888         
2889         Small cleanup and autoscrolling during selection. Thanks to 
2890         Ricardo Markiewicz  <rmarkie@fi.uba.ar>.
2891
2892 2005-12-22  Jani Monoses <jani.monoses@gmail.com>
2893
2894         * configure.ac:
2895         
2896         Correctly check for comics option.
2897
2898 2005-12-21  Eduardo Lima <eduardo.lima@indt.org.br>
2899         * Makefile.am:
2900         * configure.ac:
2901         * backend/Makefile.am:
2902         * backend/ev-document-factory.c:
2903         * shell/ev-document-types.c:
2904
2905         Included option in configure to make ps backend 
2906         compilation optional with --disable-ps.
2907
2908 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2909
2910         * backend/ev-document-factory.c:
2911         * comics/Makefile.am:
2912         * comics/comics-document.c: (comics_document_load):
2913         * comics/ev-cbr-mime.xml:
2914         * configure.ac:
2915         
2916         Comics mime types are added to shared-mime-info CVS. Now
2917         we don't need to install our own mime types.
2918
2919 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2920
2921         * shell/ev-window.c:
2922         
2923         Add shortcut for "save a copy" menu entry. Fix for
2924         the bug #324582.
2925
2926 2005-12-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2927
2928         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
2929         (job_finished_cb), (new_selection_pixbuf_needed),
2930         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
2931         (clear_job_selection), (ev_pixbuf_cache_set_selection_list):
2932         
2933         Rework selection job info logic and fix critical warning.
2934
2935 2005-12-17  Abel Cheung  <maddog@linuxhall.org>
2936
2937         * configure.ac: Added "cy" "fa" "mk" "vi" to ALL_LINGUAS.
2938
2939 2005-11-27  Jaap A. Haitsma <jaap@haitsma.org>
2940
2941         * data/evince-ui.xml:
2942         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
2943         
2944         Enter as shortcut key for next page. Fix for the bug
2945         #321394.
2946
2947 2005-11-18  Ales Nyakhaychyk  <nab@mail.by>
2948
2949         * configure.ac: Added "be" (Belarusian) to ALL_LINGUAS.
2950
2951 2005-11-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2952
2953         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
2954         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
2955         (new_selection_pixbuf_needed),
2956         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
2957         (clear_job_selection):
2958         
2959         Too early for 0.5. Pixbuf cache code cleaned a bit.
2960
2961 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2962
2963         * NEWS:
2964         * configure.ac:
2965         
2966         Release 0.5.0 preparation
2967
2968 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2969
2970         * comics/Makefile.am:
2971         * configure.ac:
2972         * shell/ev-document-types.c: (ev_document_types_add_filters):
2973         
2974         More advanced handling of custom mime type installation.
2975
2976 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2977
2978         * data/evince.schemas.in:
2979         * shell/ev-metadata-manager.c: (value_free),
2980         (ev_metadata_manager_get_last), (ev_metadata_manager_set_last),
2981         (ev_metadata_manager_get), (ev_metadata_manager_set):
2982         * shell/ev-metadata-manager.h:
2983         * shell/ev-window.c: (update_chrome_flag),
2984         (ev_window_cmd_focus_page_selector), (update_sidebar_visibility),
2985         (setup_document_from_metadata), (setup_chrome_from_metadata),
2986         (setup_sidebar_from_metadata), (setup_view_from_metadata),
2987         (ev_window_cmd_edit_find), (ev_window_cmd_escape),
2988         (ev_window_view_toolbar_cb),
2989         (ev_window_sidebar_visibility_changed_cb), (find_bar_close_cb),
2990         (view_actions_focus_in_cb), (ev_window_init), (ev_window_new):
2991         
2992         Save last document settings and reuse them for new documents.
2993
2994 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2995
2996         * Makefile.am:
2997         * backend/Makefile.am:
2998         * backend/ev-document-factory.c:
2999         * backend/ev-document-factory.h:
3000         * comics/Makefile.am:
3001         * comics/comics-document.c: (G_DEFINE_TYPE_WITH_CODE),
3002         (comics_document_load), (comics_document_save),
3003         (comics_document_get_n_pages), (comics_document_get_page_size),
3004         (get_page_size_area_prepared_cb), (comics_document_render_pixbuf)       (render_pixbuf_size_prepared_cb), (comics_document_finalize),
3005         (comics_document_class_init), (comics_document_can_get_text),
3006         (comics_document_get_info), (comics_document_document_iface_init),
3007         (comics_document_init), (get_supported_image_extensions),
3008         (comics_document_thumbnails_get_geometry),
3009         (comics_document_thumbnails_get_thumbnail),
3010         (comics_document_thumbnails_get_dimensions),
3011         (comics_document_document_thumbnails_iface_init), (extract_argv):
3012         * comics/comics-document.h:
3013         * comics/ev-cbr-mime.xml:
3014         * configure.ac:
3015         * po/POTFILES.in:
3016         * shell/ev-application.c: (ev_application_register_service):
3017         * shell/ev-document-types.c: (ev_document_types_add_filters):
3018         * thumbnailer/Makefile.am:
3019         * thumbnailer/evince-thumbnailer-comics.schemas.in:
3020         
3021         New CBR/CBZ backend for comic books.
3022
3023 2005-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3024
3025         * shell/main.c: (load_files_remote):
3026
3027         Thanks to Robert McQueen <robot101@debian.org>. Dbus
3028         warning on startup of second instance is fixed. It
3029         is bug #320353.
3030
3031 2005-10-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3032
3033         * shell/ev-window.c: (ev_window_finalize):
3034         
3035         Fix double free that cause crash.
3036
3037 2005-10-29  Bastien Nocera <hadess@hadess.net>
3038
3039         * tiff/tiff-document.c: (tiff_document_load):
3040         
3041         Fix memory leak.
3042
3043 2005-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3044
3045         * po/POTFILES.in:
3046         * shell/Makefile.am:
3047         * shell/ev-view-accessible.c: (ev_view_accessible_get_priv),
3048         (ev_view_accessible_free_priv), (ev_view_accessible_class_init),
3049         (ev_view_accessible_get_text),
3050         (ev_view_accessible_get_character_at_offset),
3051         (ev_view_accessible_get_text_before_offset),
3052         (ev_view_accessible_get_text_at_offset),
3053         (ev_view_accessible_get_text_after_offset),
3054         (ev_view_accessible_get_character_count),
3055         (ev_view_accessible_get_caret_offset),
3056         (ev_view_accessible_set_caret_offset),
3057         (ev_view_accessible_get_run_attributes),
3058         (ev_view_accessible_get_default_attributes),
3059         (ev_view_accessible_get_character_extents),
3060         (ev_view_accessible_get_offset_at_point),
3061         (ev_view_accessible_get_n_selections),
3062         (ev_view_accessible_get_selection),
3063         (ev_view_accessible_add_selection),
3064         (ev_view_accessible_remove_selection),
3065         (ev_view_accessible_set_selection),
3066         (ev_view_accessible_text_iface_init),
3067         (ev_view_accessible_idle_do_action),
3068         (ev_view_accessible_action_do_action),
3069         (ev_view_accessible_action_get_n_actions),
3070         (ev_view_accessible_action_get_description),
3071         (ev_view_accessible_action_get_name),
3072         (ev_view_accessible_action_set_description),
3073         (ev_view_accessible_action_iface_init),
3074         (ev_view_accessible_get_type), (ev_view_accessible_new),
3075         (ev_view_accessible_factory_get_accessible_type),
3076         (ev_view_accessible_factory_create_accessible),
3077         (ev_view_accessible_factory_class_init),
3078         (ev_view_accessible_factory_get_type):
3079         * shell/ev-view-accessible.h:
3080         * shell/ev-view-private.h:
3081         * shell/ev-view.c: (ev_view_get_accessible), (ev_view_class_init):
3082         * shell/ev-view.h:
3083         
3084         Initial accessibility support.
3085
3086 2005-10-27  Erdal Ronahi  <erdal.ronahi@gmail.com>
3087
3088         * configure.ac: Added ku (Kurdish) to ALL_LINGUAS
3089
3090 2005-10-26  Hubert Figuiere <hfiguiere@teaser.fr>
3091
3092         * shell/ev-print-job.c: (idle_print_handler):
3093         
3094         Fix for bug Bug 318916: Printing multiple pages.
3095
3096 2005-10-20  Runa Bhattacharjee  <runa@bengalinux.org>
3097
3098         * configure.ac: Added "bn" (Bengali) to ALL_LINGUAS.
3099
3100 2005-10-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3101
3102         * pdf/ev-poppler.cc:
3103         
3104         Thumnail dimensions unified with other backends.
3105         
3106         * shell/ev-window-title.c: (ev_window_title_update):
3107         
3108         Fix warning.
3109
3110 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3111
3112         * data/ev-stock-zoom-fit-width.png:
3113         
3114         Remove unused file.
3115
3116 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3117
3118         * configure.ac:
3119         * djvu/djvu-document.c: (djvu_document_load), (djvu_document_save),
3120         (djvu_document_finalize):
3121         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_save),
3122         (dvi_document_finalize):
3123         * pixbuf/pixbuf-document.c: (pixbuf_document_load),
3124         (pixbuf_document_save), (pixbuf_document_finalize):
3125         * tiff/tiff-document.c: (tiff_document_load), (tiff_document_save),
3126         (tiff_document_finalize):
3127         
3128         Save a copy implemented for various backends.
3129
3130 2005-10-17  Daniel Gryniewicz <dang@gentoo.org>
3131
3132         * configure.ac:
3133         
3134         Don't link with ltiff if tiff is disabled.
3135
3136 2005-10-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3137
3138         * pdf/GDKSplashOutputDev.cc:
3139         * pdf/GDKSplashOutputDev.h:
3140         * pdf/Thumb.cc:
3141         * pdf/Thumb.h:
3142         * pdf/pdf-document.cc:
3143         * pdf/pdf-document.h:
3144         * pdf/test-gdk-output-dev.cc:
3145         
3146         Remove old unused files.
3147
3148 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3149
3150         * shell/ev-window.c: (ev_window_setup_document):
3151         
3152         Fixed warnings on reload and probably crash reason.
3153
3154 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3155
3156         * properties/ev-properties-view.c:
3157         (ev_properties_view_format_date):
3158         
3159         Check if date is invalid. Fix for bug 318134.
3160
3161 2005-10-02  Wouter Bolsterlee <uws+gnome@xs4all.nl>
3162
3163         * shell/ev-window-title.c:
3164         
3165         Add .indd files (Adobe Indesign) to the list of "bad
3166         extensions".
3167
3168 2005-10-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3169
3170         * data/evince-ui.xml:
3171         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
3172         
3173         Add <ctrl>KP_Add and <ctrl>KP_Substract bindings.
3174
3175 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
3176
3177         * shell/ev-window.c: (launch_link), (launch_external_uri),
3178         (view_external_link_cb):
3179
3180         URL-escape link before passing it to gnome_vfs_url_show.
3181
3182 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
3183
3184         * shell/ev-view.[ch], shell/ev-window.c: Disable copy action when
3185         there isn't text selected.
3186
3187 2005-09-27  Marco Pesenti Gritti  <mpg@redhat.com>
3188
3189         * shell/ev-view.c: (handle_link_over_xy):
3190
3191         Check tooltip is valid utf8 before showing it
3192
3193 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
3194
3195         * shell/ev-view.c: Allow drag and drop of text. Fixes #316772
3196
3197 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
3198
3199         * shell/ev-window-title.c: (ev_window_title_update):
3200
3201         Guard against using g_strstrip on NULL. Fixes bug #317291.
3202
3203 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
3204
3205         * pdf/ev-poppler.cc:
3206
3207         Show title even for unknown links
3208
3209 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
3210
3211         * shell/ev-window-title.c: (ev_window_title_update):
3212
3213         Strip the title string
3214
3215 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
3216
3217         * shell/ev-window-title.c:
3218
3219         Add .rtf to the bad extensions list
3220
3221 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
3222
3223         * shell/ev-view.c: (doc_point_to_view_point), (goto_fitr_link),
3224         (goto_fitv_link), (goto_fith_link), (goto_xyz_link):
3225
3226         Ignore link coordinates if they are outside page bounds
3227
3228 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
3229
3230         * backend/ev-link.c: (ev_link_type_get_type),
3231         (ev_link_get_filename), (ev_link_get_params),
3232         (ev_link_get_property), (ev_link_set_property),
3233         (ev_window_dispose), (ev_link_class_init), (ev_link_new_launch):
3234         * backend/ev-link.h:
3235         * pdf/ev-poppler.cc:
3236         * shell/ev-view.c: (ev_view_goto_link), (ev_view_class_init):
3237         * shell/ev-window.c: (launch_link), (view_external_link_cb),
3238         (ev_window_init):
3239
3240         Implement launch links. Delegate external link opening to
3241         the window.
3242
3243 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
3244
3245         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_bottom),
3246         (ev_link_get_right), (ev_link_get_property),
3247         (ev_link_set_property), (ev_link_class_init),
3248         (ev_link_new_page_fitv), (ev_link_new_page_fitr):
3249         * backend/ev-link.h:
3250         * pdf/ev-poppler.cc:
3251         * shell/ev-view.c: (goto_fitr_link), (ev_view_goto_link):
3252
3253         Implement fitr links
3254
3255 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
3256
3257         * shell/ev-view.c: (ev_view_get_width), (ev_view_get_height),
3258         (goto_fitv_link), (goto_fith_link), (goto_fit_link),
3259         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
3260         (ev_view_size_request_continuous),
3261         (ev_view_size_request_dual_page),
3262         (ev_view_size_request_single_page), (ev_view_size_allocate),
3263         (ev_view_zoom_for_size_continuous_and_dual_page),
3264         (ev_view_zoom_for_size_continuous),
3265         (ev_view_zoom_for_size_dual_page),
3266         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
3267         (ev_sizing_mode_get_type):
3268         * shell/ev-view.h:
3269         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
3270
3271         Do not use modes for link, we need to calculate size ad hoc.
3272         Still not perfect because of the usual scrollbar issues grrr.
3273
3274 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
3275
3276         * backend/ev-link.c: (ev_link_type_get_type),
3277         (ev_link_new_page_fith), (ev_link_new_page_fitv):
3278         * backend/ev-link.h:
3279         * pdf/ev-poppler.cc:
3280         * shell/ev-view.c: (goto_fitv_link), (goto_fith_link),
3281         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
3282         (ev_view_size_request_continuous),
3283         (ev_view_size_request_dual_page),
3284         (ev_view_size_request_single_page), (ev_view_size_allocate),
3285         (zoom_for_size_fit_height),
3286         (ev_view_zoom_for_size_continuous_and_dual_page),
3287         (ev_view_zoom_for_size_continuous),
3288         (ev_view_zoom_for_size_dual_page),
3289         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
3290         (ev_sizing_mode_get_type):
3291         * shell/ev-view.h:
3292         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
3293
3294         Implement FIT_HEIGHT mode (only for links).
3295         Implement FITH links
3296
3297 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
3298
3299         * shell/ev-window-title.c: (get_filename_from_uri),
3300         (ev_window_title_sanitize_extension), (ev_window_title_update),
3301         (ev_window_title_set_document), (ev_window_title_set_uri),
3302         (ev_window_title_free):
3303         * shell/ev-window-title.h:
3304         * shell/ev-window.c: (ev_window_setup_document),
3305         (ev_window_popup_password_dialog):
3306
3307         Refactor window title building while fixing it for
3308         password documents.
3309
3310 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
3311
3312         * pdf/ev-poppler.cc:
3313
3314         Escape link title before setting it in the model
3315
3316 2005-09-23  Marco Pesenti Gritti  <mpg@redhat.com>
3317
3318         * shell/ev-application.c: (removed_from_session), (save_session),
3319         (init_session), (ev_application_get_empty_window),
3320         (ev_application_init), (ev_application_get_windows):
3321         * shell/ev-application.h:
3322         * shell/ev-window.c: (ev_window_finalize):
3323
3324         Add a function to retrieve window list and share it where
3325         necessary.
3326         Implement session handling, works pretty well thanks to the
3327         metadata system.
3328
3329 2005-09-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3330
3331         * shell/ev-password.c: (ev_password_item_created_callback),
3332         (ev_password_dialog_save_password):
3333         
3334         Fix for bug 316972. Use async gnome-keyring API.
3335
3336 2005-09-22  Christian Persch  <chpe@cvs.gnome.org>
3337
3338         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init):
3339         Remove unused unrealize handler. Add scroll handling to
3340         ev_view_scroll_event for presentation mode (bug #316708),
3341         and fix the event state checks there.
3342
3343 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
3344
3345         * shell/ev-page-action.c: (page_changed_cb):
3346
3347         "marco, maybe we should be crazy and jump right to 6! :)"
3348
3349         Bryan Clark, Sep 2005
3350
3351 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
3352
3353         * ps/ps-document.c: (save_document), (ps_document_save),
3354         (ps_document_ps_export_begin), (ps_document_ps_export_do_page),
3355         (ps_document_ps_export_end):
3356
3357         Fix unstructured documents save and print
3358
3359 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
3360
3361         * shell/ev-application.c: (ev_application_open_uri):
3362
3363         Fix window size persistance
3364
3365 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
3366
3367         * shell/ev-view.c: (ev_view_button_release_event):
3368
3369         Based on a patch from carlosgc@gnome.org. Mouse buttons
3370         switch pages in presentation mode.
3371
3372 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
3373
3374         * shell/ev-page-cache.c: (ev_page_cache_get_size):
3375
3376         Dont cast to int before scaling
3377
3378 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
3379
3380         * backend/ev-link.c: (ev_link_type_get_type),
3381         (ev_link_new_page_xyz), (ev_link_new_page_fit),
3382         (ev_link_new_page_fith):
3383         * backend/ev-link.h:
3384         * pdf/ev-poppler.cc:
3385         * shell/ev-view.c: (goto_fith_link), (ev_view_goto_link):
3386
3387         Implement FIT and FITH links
3388
3389 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
3390
3391         * pdf/ev-poppler.cc:
3392
3393         Return 0 results when search is not in progress.
3394
3395         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
3396         (ev_window_cmd_go_next_page), (find_bar_search_changed_cb):
3397
3398         Update menu sensitivity when cancelling search
3399
3400 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
3401
3402         * shell/ev-view.c: (ev_view_can_find_next):
3403
3404         Take all pages in consideration, not just current one
3405
3406 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
3407
3408         * shell/ev-page-cache.c:
3409         * shell/ev-page-cache.h:
3410         * shell/ev-view.c: (ev_view_binding_activated),
3411         (ev_view_next_page), (ev_view_previous_page),
3412         (ev_sizing_mode_get_type):
3413         * shell/ev-view.h:
3414         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
3415         (ev_window_cmd_go_next_page):
3416
3417         Move page next/previous functions from page chace to
3418         view and change it to move by 2 page steps in dual mode.
3419
3420 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
3421
3422         * shell/ev-window.c: (update_sidebar_visibility),
3423         (setup_sidebar_from_metadata), (ev_window_setup_document),
3424         (setup_view_from_metadata):
3425
3426         Show the index by default when there is one     
3427
3428 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
3429
3430         * shell/ev-window-title.c: (ev_window_title_set_document):
3431
3432         Missing null check
3433
3434 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3435
3436         * shell/ev-view.c: (view_update_range_and_current_page):
3437         
3438         Allow display of last odd page in dual view. Fix for 316347.
3439
3440 2005-09-17  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
3441
3442         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
3443         
3444         Make close button default. Fix for 316383.
3445
3446 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3447
3448         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
3449         
3450         Mark close button as default. Fix for 316381.
3451
3452 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
3453
3454         * backend/ev-link.c: (ev_link_class_init):
3455
3456         Allow negative doubles in left/top properties
3457
3458 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
3459
3460         * shell/ev-window.c:
3461
3462         Remove a bunch of strings that was used only
3463         by the statusbar.
3464
3465 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
3466
3467         * shell/ev-window-title.c: (get_filename_from_uri),
3468         (ev_window_title_set_document):
3469
3470         When title has a confusing extension, show also
3471         the document filename inside ()
3472
3473 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
3474
3475         * shell/Makefile.am:
3476         * shell/ev-window-title.c: (ev_window_title_new),
3477         (ev_window_title_update), (ev_window_title_set_type),
3478         (ev_window_title_set_document), (ev_window_title_free):
3479         * shell/ev-window-title.h:
3480         * shell/ev-window.c: (ev_window_setup_document),
3481         (password_dialog_response), (ev_window_popup_password_dialog),
3482         (ev_window_dispose), (ev_window_init):
3483
3484         Factor out and cleanup window title code
3485
3486 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
3487
3488         * shell/ev-window.c: (unable_to_load_dialog_response_cb),
3489         (unable_to_load):
3490
3491         Make dialog transient so it doesnt block other windows
3492
3493 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3494
3495         * pdf/ev-poppler.cc:
3496         
3497         Fix pdf thumbnails rendering.
3498
3499 2005-09-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
3500
3501         * shell/ev-window.c: (fullscreen_set_timeout):
3502         
3503         Increase timeout to hide full screen popup. Bug 
3504         316123. 
3505
3506 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3507
3508         * data/evince.schemas.in:
3509         * shell/ev-window.c: (update_action_sensitivity):
3510
3511         Allow the user to override document restrictions. Fix for bug
3512         305818.
3513
3514 2005-09-13  Christian Persch  <chpe@cvs.gnome.org>
3515
3516         * shell/ev-window.c: (ev_window_update_fullscreen_popup),
3517         (ev_window_create_fullscreen_popup), (ev_window_screen_changed),
3518         (ev_window_class_init): Fix multihead behaviour of fullscreen
3519         toolbar popup. Fixes bug #315451.
3520
3521 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3522
3523         * configure.ac:
3524         * data/evince-password.glade:
3525         * shell/ev-password.c: (ev_password_dialog_set_property),
3526         (ev_password_dialog_finalize), (ev_password_dialog_class_init),
3527         (ev_password_dialog_init), (ev_password_set_bad_password_label),
3528         (ev_password_dialog_entry_changed_cb),
3529         (ev_password_dialog_entry_activated_cb),
3530         (ev_password_dialog_save_password), (ev_password_keyring_found_cb),
3531         (ev_password_search_in_keyring), (ev_password_dialog_get_password),
3532         (ev_password_dialog_set_bad_pass):
3533         * shell/ev-password.h:
3534         * shell/ev-window.c: (password_dialog_response),
3535         (ev_window_popup_password_dialog):
3536         
3537         Support for gnome-keyring for encrypted PDF's.
3538
3539 2005-09-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3540
3541         * shell/ev-view.c: (handle_link_over_xy), (ev_view_realize),
3542         (ev_view_motion_notify_event), (ev_view_leave_notify_event),
3543         (ev_view_enter_notify_event), (ev_view_class_init):
3544         
3545         More precise handling of enter_notify/leave_notify events
3546         in EvView. Fix for bug 315470.
3547
3548 2005-09-08  Christopher Aillon  <caillon@redhat.com>
3549
3550         * shell/ev-window.c: (fullscreen_timeout_cb),
3551         (fullscreen_set_timeout), (fullscreen_clear_timeout),
3552         (ev_window_dispose):
3553
3554         leak fix: unref fullscreen_timeout_source before clearing it
3555
3556 2005-09-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3557
3558         * configure.ac, dvi/mdvi/Makefile.am: 
3559         
3560         Use lt1 instead lt1lib. Thanks to yselkowitz@users.sourceforge.net
3561
3562 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
3563
3564         * backend/ev-link.c: (ev_link_new_page_xyz):
3565         * pdf/ev-poppler.cc:
3566         * shell/ev-view.c: (goto_xyz_link), (ev_view_goto_link):
3567
3568         Fix some bugs with xyz links, respect zoom
3569
3570 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
3571
3572         * shell/ev-window.c: (page_changed_cb),
3573         (setup_document_from_metadata), (update_sidebar_visibility),
3574         (setup_view_from_metadata), (ev_window_run_fullscreen),
3575         (ev_window_stop_fullscreen), (ev_window_run_presentation),
3576         (ev_window_stop_presentation), (ev_window_continuous_changed_cb),
3577         (ev_window_dual_mode_changed_cb),
3578         (ev_window_sidebar_current_page_changed_cb):
3579
3580         null check uri before setting and getting metadata
3581
3582 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
3583
3584         * dvi/Makefile.am:
3585         * properties/Makefile.am:
3586         * shell/Makefile.am:
3587         * thumbnailer/Makefile.am:
3588
3589         Some build fixes for cygwin. Patch by yselkowitz@users.sourceforge.net
3590
3591 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
3592
3593         * shell/ev-sidebar-links.c: (ev_sidebar_links_class_init),
3594         (selection_changed_callback):
3595         * shell/ev-sidebar-links.h:
3596
3597         Add a signal for link activation.
3598
3599         * shell/ev-view.c: (ev_view_goto_link),
3600         (ev_view_button_release_event):
3601         * shell/ev-view.h:
3602         * shell/ev-window.c: (sidebar_links_link_activated_cb),
3603         (ev_window_init):
3604
3605         Implement the signal so that we can handle all link types.
3606
3607         * shell/ev-page-cache.c:
3608
3609         Remove unused set_link function
3610
3611 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
3612
3613         * lib/ev-tooltip.c: (ev_tooltip_set_position):
3614
3615         Add some space from the cursor, hardcoded but I couldnt
3616         find a better way.
3617
3618 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
3619
3620         * lib/ev-tooltip.c:
3621
3622         Use mozilla style vs gtk style, way better for links.
3623
3624         * shell/ev-view.c: (ev_view_motion_notify_event),
3625         (ev_view_destroy), (ev_view_init):
3626
3627         Deactive tooltip when the link hovered is changed.
3628
3629 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
3630
3631         * backend/ev-document.h:
3632         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_top),
3633         (ev_link_get_left), (ev_link_get_zoom), (ev_link_get_property),
3634         (ev_link_set_property), (ev_window_dispose), (ev_link_class_init),
3635         (ev_link_new_page), (ev_link_new_page_xyz):
3636         * backend/ev-link.h:
3637         * pdf/ev-poppler.cc:
3638         * shell/ev-view.c: (doc_point_to_view_point), (scroll_to_xyz_link),
3639         (go_to_link), (tip_from_link):
3640
3641         Implement xyz links, still not functional. Links are a total
3642         mess, will need to refactor and bugfix a lot :(
3643
3644 2005-09-05  Alessio Frusciante  <algol@firenze.linux.it>
3645
3646         * configure.ac: Added "it" (Italian) to ALL_LINGUAS.
3647
3648 2005-09-05  Marco Pesenti Gritti <mpg@redhat.com>
3649
3650         * data/evince-ui.xml:
3651         * data/evince.schemas.in:
3652         * shell/Makefile.am:
3653         * shell/ev-window.c: (update_chrome_visibility),
3654         (password_dialog_response), (ev_window_load_job_cb),
3655         (ev_window_xfer_job_cb), (ev_window_open_uri),
3656         (ev_window_class_init), (set_chrome_actions), (load_chrome),
3657         (ev_window_init):
3658
3659         Remove the statusbar. This regress loading feedback, need to
3660         check with Bryan what we want to do there...
3661
3662 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
3663
3664         * lib/ev-tooltip.c: (ev_tooltip_init):
3665
3666         Fix tooltip border and size handling
3667
3668 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
3669
3670         * lib/ev-tooltip.c: (ev_tooltip_dispose), (ev_tooltip_class_init),
3671         (ev_tooltip_set_position), (ev_tooltip_recently_shown),
3672         (ev_tooltip_timeout), (ev_tooltip_activate),
3673         (ev_tooltip_deactivate):
3674         * lib/ev-tooltip.h:
3675         * shell/ev-view.c: (ev_view_motion_notify_event):
3676
3677         Delay popup showing. Mirror gtk logic/times.
3678
3679 2005-09-03  Marco Pesenti Gritti  <mpg@redhat.com>
3680
3681         * lib/Makefile.am:
3682         * lib/ev-tooltip.c: (ev_tooltip_expose_event),
3683         (ev_tooltip_class_init), (ev_tooltip_init), (ev_tooltip_new),
3684         (ev_tooltip_set_text), (ev_tooltip_set_position):
3685         * lib/ev-tooltip.h:
3686
3687         Simple widget to show tooltips at a custom position
3688
3689         * shell/ev-view.c: (tip_from_link), (ev_view_motion_notify_event),
3690         (ev_view_destroy):
3691
3692         Use it for links. First go, needs work
3693
3694 2005-08-17  Dennis Cranston  <dennis_cranston@yahoo.com>
3695
3696         * shell/ev-window.c: (ev_window_cmd_edit_toolbar): A couple small 
3697         HIG fixes.  Use title capitalization for window title. Use 12 
3698         pixels of space between the dialog's vbox and action area.
3699
3700 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
3701
3702         * shell/ev-window.c: (file_open_dialog_response_cb),
3703         (ev_window_cmd_file_open), (file_save_dialog_response_cb),
3704         (ev_window_cmd_save_as):
3705
3706         Make file pickers not modal and refactor code some
3707
3708 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
3709
3710         * shell/ev-sidebar.h:
3711         * shell/ev-sidebar.c: (ev_sidebar_set_property),
3712         (ev_sidebar_get_current_page), (ev_sidebar_get_property),
3713         (ev_sidebar_class_init), (ev_sidebar_select_page),
3714         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_new),
3715         (ev_sidebar_set_page):
3716
3717         Add a current page property and allow to get/set it
3718
3719         * shell/ev-window.c: (setup_view_from_metadata),
3720         (ev_window_sidebar_current_page_changed_cb), (ev_window_init):
3721
3722         Persist current sidebar page per document
3723
3724 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
3725
3726         * data/evince.schemas.in:
3727         * shell/ev-window.c: (update_chrome_visibility),
3728         (setup_document_from_metadata), (update_sidebar_visibility),
3729         (setup_view_from_metadata), (ev_window_sidebar_position_change_cb),
3730         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
3731         (ev_window_run_presentation), (ev_window_stop_presentation),
3732         (ev_window_view_sidebar_cb),
3733         (ev_window_sidebar_visibility_changed_cb), (set_chrome_actions),
3734         (load_chrome), (ev_window_init):
3735
3736         Persist size/visibility of sidebar per document
3737
3738 Fri Sep  2 00:59:55 2005  Jonathan Blandford  <jrb@redhat.com>
3739
3740         * shell/ev-view.c (draw_loading_text): Draw loading text.
3741
3742 2005-09-02  Dan Damian  <dand@gnome.ro>
3743
3744         * configure.in: Added "ro" to ALL_LINGUAS.
3745
3746 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
3747
3748         * shell/ev-view.c: (clear_caches):
3749
3750         ev_page_cache_get doesnt return a reference,
3751         dont try to unref it.
3752
3753 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
3754
3755         * shell/main.c: (load_files_remote):
3756
3757         Fix timestamp parameter with dbus <= 0.33
3758
3759 2005-08-31  Marco Pesenti Gritti  <mpg@redhat.com>
3760
3761         * data/evince.schemas.in:
3762
3763         Add missing full stop
3764
3765 2005-08-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
3766
3767         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info):
3768         * shell/ev-window.c: (ev_window_print_range), (ev_window_dispose):
3769
3770         Plug some memory leaks
3771
3772 2005-08-29  Christian Persch  <chpe@cvs.gnome.org>
3773
3774         * configure.ac:
3775         * lib/ev-debug.c: (trap_handler):
3776
3777         Check for execinfo.h and use it only if it exists.
3778         Ported from Epiphany (bug #314776).
3779
3780 2005-08-29  Duarte Loreto <happyguy_pt@hotmail.com>
3781
3782         * configure.ac: Added Portuguese (pt) to ALL_LINGUAS.
3783
3784 2005-08-27  Mohammad DAMT  <mdamt@gnome.org>
3785
3786         * configure.ac: Added Indonesian "id" to ALL_LINGUAS
3787         * po/id.po      : Added Indonesian translation
3788
3789 Fri Aug 26 00:45:09 2005  Jonathan Blandford  <jrb@redhat.com>
3790
3791         * shell/main.c:
3792         * shell/ev-application.c: Last minute GTK-2.6 fixes.
3793         * NEWS: Release 0.4.0
3794
3795 Thu Aug 25 23:40:23 2005  Jonathan Blandford  <jrb@redhat.com>
3796
3797         * configure.ac: catch another gtk+-2.8ism
3798         * shell/main.c: Make work with gtk+-2.6
3799
3800 2005-08-25  Ryan Lortie  <desrt@desrt.ca>
3801
3802         * shell/ev-application-service.xml: Add 'timestamp' argument to
3803           ev_application_open_window and ev_application_open_uri methods.
3804
3805         * shell/ev-application.h: Add 'timestamp' argument to
3806           ev_application_open_window, ev_application_open_uri,
3807           and ev_application_open_uri_list functions.
3808
3809         * shell/ev-application.c (ev_application_open_window,
3810           ev_application_open_uri, ev_application_open_uri_list): Change
3811           functions that show/present windows to use a timestamp if one
3812           is passed in.
3813
3814         * shell/ev-window.c (ev_window_cmd_file_open,
3815           ev_window_cmd_recent_file_activate, drag_data_received_cb):
3816         * shell/main.c (load_files): Modify calls to ev_application to
3817           include GDK_CURRENT_TIME as timestamp.
3818
3819         * shell/main.c (load_files_remote): Obtain timestamp for client
3820           instance from GDK and pass to server instance so new windows are
3821           focused properly.  Fix dbus_g_proxy_call() calls by including second
3822           G_TYPE_INVALID.
3823           
3824         Closes bug #314475.
3825
3826 Thu Aug 25 22:13:08 2005  Jonathan Blandford  <jrb@redhat.com>
3827
3828         * shell/ev-window.c (ev_window_finalize): Check for
3829         avail. EvWindows when quiting to handle the finalize better,
3830         #314497
3831
3832 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3833         
3834         * properties/ev-properties-view.c: 
3835         
3836         Set textdomain to libglade. Fixes translation problem in property page.
3837
3838 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3839
3840         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
3841         * dvi/Makefile.am:
3842         * dvi/dvi-document.c: (dvi_document_thumbnails_get_thumbnail):
3843         * dvi/mdvi-lib/Makefile.am:
3844         
3845         Fix rotation of thumbnails, ported to new API. Moved library
3846         dependencies earlier, probably it will fix linkage problem.
3847
3848 Thu Aug 25 02:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
3849
3850         * backend/ev-document-misc.c:
3851         (ev_document_misc_get_thumbnail_frame):
3852         * backend/ev-document-misc.h:
3853         * configure.ac:
3854         * pdf/ev-poppler.cc:
3855         * shell/Makefile.am:
3856         * shell/ev-sidebar-thumbnails.c: (add_range),
3857         (ev_sidebar_thumbnails_set_loading_icon),
3858         (ev_sidebar_thumbnails_refresh),
3859         (ev_sidebar_thumbnails_set_document):
3860         * shell/ev-sidebar-thumbnails.h:
3861         * shell/ev-view.c: (ev_view_motion_notify_event),
3862         (ev_view_set_property), (ev_view_get_property),
3863         (ev_view_class_init), (ev_view_set_rotation):
3864         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
3865         (ev_window_cmd_edit_rotate_right), (ev_window_rotation_changed_cb),
3866         (ev_window_init):
3867         * tiff/tiff-document.c: (tiff_document_thumbnails_get_thumbnail):
3868         Redo rotation (again).  prepare for 0.4.0
3869
3870 2005-08-24  Kristian Høgsberg  <krh@redhat.com>
3871
3872         * configure.ac: Bump poppler requirement to 0.4.1.
3873
3874         * pdf/ev-poppler.cc (pdf_selection_render_selection): Add rotation
3875         argument to poppler_page_render_selection() call.
3876
3877 2005-08-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3878
3879         * djvu/djvu-document.c: (djvu_document_render_pixbuf),
3880         (djvu_document_thumbnails_get_thumbnail):
3881         * dvi/dvi-document.c: (dvi_document_render_pixbuf),
3882         (dvi_document_thumbnails_get_thumbnail):
3883         * pixbuf/pixbuf-document.c: (pixbuf_document_render_pixbuf),
3884         (pixbuf_document_thumbnails_get_thumbnail):
3885         * tiff/tiff-document.c: (tiff_document_render_pixbuf):
3886         
3887         Update rotation direction of backends to fit with pdf and ps.
3888
3889 2005-08-24  Marco Pesenti Gritti  <mpg@redhat.com>
3890
3891         * backend/ev-async-renderer.c: (ev_async_renderer_render_pixbuf):
3892         * backend/ev-async-renderer.h:
3893         * ps/ps-document.c: (ps_document_init), (setup_pixmap),
3894         (setup_page), (ps_document_get_page_size),
3895         (ps_async_renderer_render_pixbuf):
3896         * ps/ps-document.h:
3897         * shell/ev-jobs.c: (ev_job_render_run):
3898
3899         Fix orientation in the postscript document
3900
3901 2005-08-23  Marco Pesenti Gritti  <mpg@redhat.com>
3902
3903         * pdf/ev-poppler.cc:
3904         * ps/ps-document.c: (push_pixbuf), (ps_document_widget_event):
3905         * shell/ev-view.c: (highlight_find_results):
3906
3907         Adapt to the new poppler rotation API. Fix text maps on landscape
3908         documents.
3909
3910 Sat Aug 20 17:13:48 2005  Jonathan Blandford  <jrb@redhat.com>
3911
3912         * shell/ev-view.c (compute_new_selection_text): get the correct
3913         region when selecting in modes other than continuous.
3914
3915 Sat Aug 20 13:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
3916
3917         * shell/main.c (main): remove redundant g_warnings.
3918
3919 2005-08-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3920
3921         * shell/Makefile.am: Don't include autogenerated
3922         file ev-application-service.h into distribution, since
3923         it causes dbus crash. Fix for bugs 313724 and 313443. 
3924
3925 2005-08-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3926
3927         * configure.ac: Fix sed expression for FreeBSD. Thanks
3928         to Joe Marcus Clark <marcus@freebsd.org>
3929         
3930         * shell/eggfindbar.c: (entry_activate_callback),
3931         (entry_changed_callback), (egg_find_bar_init),
3932         (egg_find_bar_set_search_string):
3933         
3934         Made findbar buttons unsensitive if there is no text in
3935         entry. Fix for the bug 313285.
3936
3937 2005-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
3938
3939         * ps/ps-document.c: Use g_filename_display_name for displaying
3940         filenames and revert string freeze breackage
3941
3942 2005-08-17  Marco Pesenti Gritti  <mpg@redhat.com>
3943
3944         * NEWS:
3945         * configure.ac:
3946
3947         Update for 0.3.4
3948
3949         * shell/Makefile.am:
3950
3951         Add ev-application-service.xml to extra dist
3952
3953         * shell/ev-view.c: (find_page_at_location):
3954
3955         Remove unused function (fix warning)
3956
3957 2005-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3958
3959         * dvi/mdvi-lib/t1.c: (t1_reset_resolution), (t1_really_load_font),
3960         (t1_load_font), (t1_glyph_bitmap), (t1_font_remove):
3961         
3962         Fix warnings and compilation with t1lib-5.0 and newer. Fix for 
3963         bug 313623.
3964
3965 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3966
3967         * shell/ev-utils.c: (set_umask_permissions), (write_to_temp_file):
3968         * shell/ev-window.c:
3969         Fix build warnings
3970
3971 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
3972
3973         * configure.ac: Update script to get dbus version.
3974         Fix for the bug #313443.
3975
3976 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3977
3978         * shell/ev-window.c: (ev_window_cmd_escape):
3979         
3980         Return focus back to view on escape. Fix for bug 313295.
3981
3982 2005-08-16  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
3983
3984         * shell/ev-window.c: (update_window_title),
3985         (ev_window_popup_password_dialog), (ev_window_load_job_cb),
3986         (ev_window_cmd_save_as):
3987         
3988         Correct conversion from uri to displayable string. Fix for
3989         bug 313296.
3990
3991 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
3992
3993         * ps/ps-document.c: convert filename to utf8 when there is an error
3994         loading document. Fixes #309915
3995
3996 2005-08-16  Marco Pesenti Gritti  <mpg@redhat.com>
3997
3998         * configure.ac:
3999
4000         We depend on poppler 0.4.0
4001
4002 Mon Aug 15 21:53:05 2005  Jonathan Blandford  <jrb@redhat.com>
4003
4004         * configure.ac:
4005         * NEWS: Release 0.3.3.
4006         * thumbnailer/evince-thumbnailer.c: Remove pdf icon.
4007
4008 2005-08-14  Dennis Cranston  <dennis_cranston@yahoo.com>
4009
4010         * shell/ev-window.c: (ev_window_cmd_file_open): HIG fixes:  
4011         add a couple missing mnemonics to menu items, use title 
4012         capitalization for menu items and window titles, and add 
4013         ellipsis to open menu item.     
4014
4015 Mon Aug 15 00:40:21 2005  Jonathan Blandford  <jrb@redhat.com>
4016
4017         * pdf/ev-poppler.cc:
4018         * shell/ev-metadata-manager.c: (ev_metadata_manager_init):
4019         * shell/ev-view.c: (ev_view_rotate_left), (ev_view_set_rotation),
4020         (ev_view_get_rotation):
4021         * shell/ev-view.h:
4022         * shell/ev-window.c: (setup_view_from_metadata),
4023         (save_rotation_to_file), (ev_window_cmd_edit_rotate_left),
4024         (ev_window_cmd_edit_rotate_right): Fix rotation.  Save it to
4025         disk.
4026
4027 2005-08-14  Baris Cicek <baris@teamforce.name.tr>
4028
4029         * configure.ac: Added tr to ALL_LINGUAS
4030
4031 2005-08-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
4032
4033         * shell/ev-view.c: Fix for bug Bug 311838. Search backward
4034         requires several clicks to find word. Thanks to 
4035         Colin Slater <kiltedtaco@gmail.com>.
4036
4037 2005-08-11  Bryan Clark  <clarkbw@cvs.gnome.org>
4038
4039         * data/evince.desktop.in.in: Hide menu entry and
4040         rename it to "Document Viewer". Fix for bug 
4041         #312399.
4042
4043 2005-08-11  Crispin Flowerday  <gnome@flowerday.cx>
4044
4045         * shell/ev-page-action.c (ev_page_action_class_init): 
4046
4047         Point to the correct function in constructor of the
4048         activate_label signal
4049
4050 Tue Aug  9 02:17:13 2005  Jonathan Blandford  <jrb@redhat.com>
4051
4052         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
4053         * shell/ev-jobs.h: Make thread safe.
4054
4055 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4056
4057         * shell/ev-view.c: (view_update_range_and_current_page):
4058         Don't update page range if we are scrolling to some document
4059         point.
4060
4061 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4062
4063         * shell/ev-view.c: (get_page_extents): reverse rotation/scale
4064         when getting max_page_width, fix drawing in dual mode.
4065
4066 Sun Aug  7 02:06:08 2005  Jonathan Blandford  <jrb@redhat.com>
4067
4068         * shell/ev-view.c (ev_view_select_all): reverse rotation/page when
4069         getting the area for select_all.
4070
4071 2005-08-06  Kristian Høgsberg  <krh@redhat.com>
4072
4073         * backend/ev-selection.c: (ev_selection_render_selection):
4074         * backend/ev-selection.h:
4075         * pdf/ev-poppler.cc:
4076         * shell/ev-jobs.c: (ev_job_render_new):
4077         * shell/ev-jobs.h:
4078         * shell/ev-pixbuf-cache.c: (get_selection_colors),
4079         (add_job_if_needed), (ev_pixbuf_cache_get_selection_pixbuf):
4080         * shell/ev-view.c: (ev_view_focus_in), (ev_view_focus_out),
4081         (ev_view_class_init):
4082
4083         Change selection color on focus in and focus out events.  Also,
4084         poppler now uses GdkColor for specifying the selection colors, so
4085         drop some awkward conversion code.
4086
4087 2005-08-06  Yair Hershkovitz  <yairhr@gmail.com>
4088
4089         * configure.ac: Added Hebrew translation
4090
4091 Sat Aug  6 01:12:44 2005  Jonathan Blandford  <jrb@redhat.com>
4092
4093         * NOTES:
4094         * backend/ev-selection.c: (ev_selection_render_selection):
4095         * backend/ev-selection.h:
4096         * pdf/ev-poppler.cc:
4097         * shell/ev-jobs.c: (ev_job_render_dispose), (ev_job_render_new),
4098         (ev_job_render_run):
4099         * shell/ev-jobs.h:
4100         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
4101         (ev_pixbuf_cache_new), (job_finished_cb), (add_job_if_needed),
4102         (convert_gdk_color_to_uint), (ev_pixbuf_cache_get_text_mapping),
4103         (ev_pixbuf_cache_style_changed),
4104         (ev_pixbuf_cache_get_selection_pixbuf),
4105         (ev_pixbuf_cache_set_selection_list),
4106         (ev_pixbuf_cache_get_selection_list):
4107         * shell/ev-pixbuf-cache.h:
4108         * shell/ev-utils.c: (ev_print_region_contents):
4109         * shell/ev-utils.h:
4110         * shell/ev-view.c: (ev_view_queue_draw_page),
4111         (selection_update_idle_cb), (ev_view_motion_notify_event),
4112         (ev_view_style_set), (draw_one_page), (ev_view_class_init),
4113         (setup_caches), (ev_view_find_next), (merge_selection_region),
4114         (selection_free):
4115         * shell/ev-window.c: (ev_window_update_fullscreen_popup):
4116
4117         Clean up selection to be much smoother!
4118
4119 2005-08-05  Kristian Høgsberg  <krh@redhat.com>
4120
4121         * pdf/ev-poppler.cc (pdf_selection_render_selection): Pass colors
4122         to poppler_page_render_selection().
4123
4124 2005-08-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4125
4126         * ps/ps-document.c: (save_page_list): Use
4127         unzipped document when printing. Thanks to 
4128         Colin Slater <kiltedtaco@gmail.com>. Fix for bug
4129         311016.
4130
4131 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4132
4133         * shell/ev-window.c: (update_action_sensitivity):
4134         
4135         Disable print and save respect to lockdown gconf keys. Fix
4136         for 312342.
4137
4138 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4139
4140         * configure.ac:
4141         * shell/ev-utils.c: (rename_file), (set_umask_permissions),
4142         (write_to_temp_file), (ev_file_set_contents):
4143         * shell/ev-utils.h:
4144         * shell/ev-window.c: (save_print_config_to_file):
4145         
4146         Copy-paste g_file_set_contents to keep compatibility with gtk 2.6
4147         Fix for bug 312238
4148
4149 2005-07-31  Christian Persch  <chpe@cvs.gnome.org>
4150
4151         * shell/ev-window.c: (load_print_config_from_file),
4152         (save_print_config_to_file), (ev_window_print_range):
4153
4154         Persist the print settings. Fixes bug #311578.
4155
4156 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4157
4158         * djvu/djvu-document.c: (djvu_document_get_page_size),
4159         (djvu_document_render_pixbuf), (djvu_document_document_iface_init),
4160         (djvu_document_thumbnails_get_thumbnail):
4161         * dvi/dvi-document.c: (dvi_document_get_page_size),
4162         (dvi_document_render_pixbuf), (dvi_document_document_iface_init),
4163         (dvi_document_thumbnails_get_dimensions),
4164         (dvi_document_thumbnails_get_thumbnail):
4165         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size),
4166         (pixbuf_document_render_pixbuf),
4167         (pixbuf_document_document_iface_init),
4168         (pixbuf_document_thumbnails_get_thumbnail):
4169         
4170         Update backends to make them build with new rotation system.
4171
4172 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4173
4174         * help/C/figures/evince_start_window.png:
4175         
4176         Update documentation image from Luca Ferretti <elle.uca@libero.it>
4177
4178 Sat Jul 30 19:09:34 2005  Jonathan Blandford  <jrb@redhat.com>
4179
4180         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_clear):
4181         * shell/ev-pixbuf-cache.h:
4182         * shell/ev-sidebar-thumbnails.c:
4183         (ev_sidebar_thumbnails_get_property), (add_range),
4184         (adjustment_changed_cb):
4185         * shell/ev-view.c: (ev_view_set_rotation): Fix rotation and the
4186         pixbuf cache.  Make thumbnailing work again.  Also, fix bug where
4187         we were thumbnailing the entire docment on startup, slowing us
4188         down hugely. 
4189
4190 Fri Jul 29 23:14:28 2005  Jonathan Blandford  <jrb@redhat.com>
4191
4192         * shell/ev-page-cache.c: (ev_page_cache_new):
4193         * shell/ev-window.c: (update_action_sensitivity): Handle n_pages
4194         == 0, fixes #310306.
4195
4196 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
4197
4198         * shell/ev-view.c: (doc_rect_to_view_rect), (ev_view_rotate_right),
4199         (ev_view_rotate_left):
4200
4201         Account rotation in doc_rect_to_view_rect.
4202         Ensure rotation doesnt go out of bounds.
4203
4204 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
4205
4206         * shell/ev-page-cache.c: (ev_page_cache_get_size):
4207
4208         Correct and cleanup w/h swapping
4209
4210 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
4211
4212         * backend/ev-document-thumbnails.c:
4213         (ev_document_thumbnails_get_thumbnail):
4214         * backend/ev-document-thumbnails.h:
4215         * backend/ev-document.c:
4216         * backend/ev-document.h:
4217         * backend/ev-render-context.c: (ev_render_context_new),
4218         (ev_render_context_set_rotation):
4219         * backend/ev-render-context.h:
4220         * pdf/ev-poppler.cc:
4221         * ps/ps-document.c: (ps_document_document_iface_init):
4222         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
4223         * shell/ev-jobs.h:
4224         * shell/ev-page-cache.c: (build_height_to_page),
4225         (ev_page_cache_new), (ev_page_cache_get_size),
4226         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
4227         (ev_page_cache_get_height_to_page):
4228         * shell/ev-page-cache.h:
4229         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
4230         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
4231         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed),
4232         (ev_pixbuf_cache_get_selection_pixbuf):
4233         * shell/ev-pixbuf-cache.h:
4234         * shell/ev-print-job.c: (idle_print_handler):
4235         * shell/ev-sidebar-thumbnails.c: (add_range):
4236         * shell/ev-view.c: (view_update_range_and_current_page),
4237         (get_page_y_offset), (get_page_extents),
4238         (ev_view_size_request_continuous_dual_page),
4239         (ev_view_size_request_continuous),
4240         (ev_view_size_request_dual_page),
4241         (ev_view_size_request_single_page), (draw_one_page),
4242         (ev_view_set_rotation), (ev_view_rotate_right),
4243         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
4244         (ev_view_zoom_for_size_continuous_and_dual_page),
4245         (ev_view_zoom_for_size_continuous),
4246         (ev_view_zoom_for_size_dual_page),
4247         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
4248         (ev_view_select_all):
4249         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
4250         * tiff/tiff-document.c: (tiff_document_render_pixbuf),
4251         (tiff_document_document_iface_init),
4252         (tiff_document_thumbnails_get_thumbnail):
4253
4254         Use rotation rather than orientation. It's easier and enough
4255         for our needs.
4256
4257 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
4258
4259         * shell/ev-page-cache.c: (build_height_to_page),
4260         (ev_page_cache_new), (ev_page_cache_get_size),
4261         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
4262         (ev_page_cache_get_height_to_page):
4263         * shell/ev-page-cache.h:
4264         * shell/ev-view.c: (get_page_y_offset), (get_page_extents),
4265         (ev_view_size_request_continuous_dual_page),
4266         (ev_view_size_request_continuous),
4267         (ev_view_zoom_for_size_continuous_and_dual_page),
4268         (ev_view_zoom_for_size_continuous):
4269
4270         Make the page cache aware of page orientation.
4271
4272 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
4273
4274         * backend/ev-document-thumbnails.c:
4275         (ev_document_thumbnails_get_thumbnail):
4276         * backend/ev-document-thumbnails.h:
4277         * backend/ev-document.c:
4278         * backend/ev-document.h:
4279         * backend/ev-ps-exporter.c: (ev_ps_exporter_do_page):
4280         * backend/ev-ps-exporter.h:
4281         * pdf/ev-poppler.cc:
4282         * ps/ps-document.c: (ps_document_document_iface_init),
4283         (ps_document_ps_export_do_page):
4284         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
4285         * shell/ev-jobs.h:
4286         * shell/ev-page-cache.c: (ev_page_cache_get_size),
4287         (ev_page_cache_get):
4288         * shell/ev-page-cache.h:
4289         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
4290         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
4291         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed):
4292         * shell/ev-pixbuf-cache.h:
4293         * shell/ev-print-job.c: (idle_print_handler):
4294         * shell/ev-sidebar-thumbnails.c: (add_range):
4295         * shell/ev-view.c: (view_update_range_and_current_page),
4296         (get_page_extents), (ev_view_size_request_dual_page),
4297         (ev_view_size_request_single_page), (draw_one_page),
4298         (clear_caches), (ev_view_set_orientation), (ev_view_rotate_right),
4299         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
4300         (ev_view_zoom_for_size_dual_page),
4301         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
4302         (ev_view_select_all):
4303         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
4304         * tiff/tiff-document.c: (tiff_document_get_page_size),
4305         (tiff_document_get_orientation), (rotate_pixbuf),
4306         (tiff_document_render_pixbuf), (tiff_document_document_iface_init),
4307         (tiff_document_thumbnails_get_thumbnail),
4308         (tiff_document_ps_export_do_page), (tiff_document_init):
4309
4310         Really make use of the orientation bit of the render context.
4311         Use the render context in a few more places in the backend API.
4312         This regress orientation, but now it's done right. Will try to
4313         fix it up asap...
4314
4315 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
4316
4317         * shell/ev-view.c: (ensure_rectangle_is_visible):
4318
4319         Patch by Nickolay V. Shmyrev to fix find flickering
4320
4321 2005-07-27  Martin Kretzschmar  <martink@gnome.org>
4322
4323         * backend/ev-ps-exporter.h: add paper_width, paper_height, and
4324         duplex parameters to ::begin.
4325
4326         * tiff/tiff-document.c (tiff_document_ps_export_begin): 
4327         * shell/ev-print-job.c (idle_print_handler): 
4328         * ps/ps-document.c (ps_document_ps_export_begin): 
4329         * pdf/ev-poppler.cc (pdf_document_ps_exporter_begin): 
4330         * backend/ev-ps-exporter.c (ev_ps_exporter_begin): update
4331         implementations. Poppler backend needs poppler cvs. Rest has
4332         unchanged behavior.
4333
4334 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
4335
4336         * shell/ev-window.c (using_pdf_printer): new function.
4337         (ev_window_print_range): print a less techy message if someone
4338         tries to print to PDF.
4339
4340 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
4341
4342         * pdf/ev-poppler.cc (font_type_to_string): Remove trailing space
4343         from "unknown font" string. Bug #311431
4344
4345 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
4346
4347         * help/es/.cvsignore, help/sr/.cvsignore: ignore xmlpo output.
4348
4349 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
4350
4351         Bug #311280
4352         
4353         * pdf/ev-poppler.cc (font_type_to_string): new, returns user readable
4354         name for PopplerFontTypes
4355         (pdf_document_fonts_fill_model): add font type to the detail column
4356
4357         * backend/ev-document-fonts.h: added
4358         EV_DOCUMENT_FONTS_COLUMN_DETAILS.
4359
4360         * shell/ev-properties-fonts.c (font_cell_data_func): glue together
4361         font name and font details, add a little markup.
4362         (ev_properties_fonts_init): use the new cell data func, specify ypad
4363         property for the cell renderer.
4364         (ev_properties_fonts_set_document): add the details column.
4365
4366 2005-07-24  Artur Flinta  <aflinta@cvs.gnome.org>
4367
4368         * configure.ac: Added "pl" to ALL_LINGUAS.
4369
4370 2005-07-24  Danilo Šegan  <danilo@gnome.org>
4371
4372         * configure.ac: Added "sr" and "sr@Latn" to ALL_LINGUAS.
4373
4374 2005-07-23  Tommi Vainikainen  <thv@iki.fi>
4375
4376         * help/ChangeLog: Started this for translations of manual.
4377         * configure.ac, autogen.sh, .cvsignore: Migrated to
4378         gnome-doc-utils. Patch in bug #311222.
4379
4380 2005-07-22  Martin Kretzschmar  <martink@gnome.org>
4381
4382         * backend/ev-document-factory.c (mime_type_supported_by_gdk_pixbuf): 
4383         #ifdef this away to fix an unused-function warning.
4384
4385 2005-07-22  Ignacio Casal Quinteiro  <nacho.resa@gmail.com>
4386
4387         * configure.ac: Added 'gl' to ALL_LINGUAS.
4388
4389 2005-07-22  Pawan Chitrakar  <pawan@nplinux.org>
4390
4391         * configure.ac: Added ne in ALL_LINGUAS
4392         
4393 2005-07-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4394
4395         * shell/ev-view.c: (ev_view_leave_notify_event):
4396         
4397         Clear status message when pointer leaves view. Fix for bug
4398         #310818 
4399
4400 2005-07-20 Ankit Patel <ankit644@yahoo.com>
4401
4402         * configure.ac: Gujarati (gu) added to ALL_LINGUAS
4403
4404 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4405
4406         * shell/ev-view.c: (ev_view_leave_notify_event),
4407         (ev_view_class_init):
4408         
4409         Set cursor to normal then leaving view.
4410
4411 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4412
4413         * configure.ac:
4414         
4415         Fix required djvulibre version.
4416
4417 2005-07-15  Rajesh Ranjan <rajeshkajha@yahoo.com>
4418
4419         *configure.ac: Hindi (hi) language added
4420
4421 2005-07-15  Amanpreet Singh Brar <amanpreetalam@yahoo.com>
4422
4423         *configure.ac: Punjabi (pa) Language added
4424
4425 2005-07-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
4426
4427         * data/evince-ui.xml, shell/ev-window.c:
4428         
4429         Add keypad accelerators for zooming. Fix for bug 308128.
4430
4431 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
4432
4433         * Makefile.am:
4434         * backend/Makefile.am:
4435         * backend/ev-document-factory.c: (ev_document_type_get_from_mime):
4436         * configure.ac:
4437         * shell/ev-document-types.c: (ev_document_types_add_filters):
4438
4439         Allow to enable/disable the pixbuf backend.
4440         Default to off for now. If we want it enabled we should
4441         really put mime types in the desktop, implement properties etc.
4442
4443         * properties/evince-properties.c:
4444
4445         Initialize error to NULL.
4446         Check error is not NULL before freeing.
4447
4448 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
4449
4450         * shell/ev-window.c:
4451
4452         Use F5 as presentation accell
4453
4454 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
4455
4456         * shell/ev-window.c: (update_chrome_visibility),
4457         (ev_window_create_fullscreen_popup), (ev_window_init):
4458
4459         Do not leak the fullscreen toolbar
4460
4461 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
4462
4463         * shell/ev-window.c: (view_actions_focus_in_cb),
4464         (view_actions_focus_out_cb):
4465
4466         These has a return value! Fix totally random focus
4467         issues we was seeing.
4468
4469 2005-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
4470
4471         * shell/main.c: (load_files_remote):
4472
4473         Allow open more than one file
4474
4475 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
4476
4477         * shell/main.c: (load_files_remote):
4478
4479         Fix for dbus 0.33. bug #309975
4480
4481 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
4482
4483         * properties/ev-properties-main.c: (ev_properties_get_pages):
4484
4485         Actually return NULL for types we dont support
4486
4487 2005-07-08  Christian Persch  <chpe@cvs.gnome.org>
4488
4489         * po/POTFILES.in:
4490
4491         Remove empty lines.
4492
4493 2005-07-08  Marco Pesenti Gritti  <marco@gnome.org>
4494
4495         * backend/ev-document-factory.c:
4496         (ev_document_factory_get_document):
4497
4498         Do not try to create the object if type
4499         is invalid.
4500
4501 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
4502
4503         * ps/ps-document.c: (ps_document_dispose),
4504         (ps_async_renderer_render_pixbuf):
4505         * ps/ps-document.h:
4506
4507         Do not leak the target window
4508
4509 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
4510
4511         * shell/ev-application.c: (ev_application_init):
4512
4513         Let tbe check file existence for us.
4514         Add a comment about eggrecent mime filter.
4515
4516 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
4517
4518         * data/evince-ui.xml:
4519         * shell/ev-application.c: (ev_application_shutdown),
4520         (ev_application_init), (ev_application_get_toolbars_model),
4521         (ev_application_get_recent_model),
4522         (ev_application_save_toolbars_model):
4523         * shell/ev-application.h:
4524         * shell/ev-window.c: (ev_window_add_recent),
4525         (ev_window_setup_recent), (ev_window_cmd_edit_toolbar_cb),
4526         (ev_window_cmd_edit_toolbar), (ev_window_dispose),
4527         (ev_window_init):
4528
4529         Use common toolbar and recent models for all windows.
4530         Patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4531
4532 Thu Jul  7 23:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
4533
4534         * configure.ac: add FRONTEND_CORE_LIBS to evince_save_LIBS so we
4535         successfully check for gtk_icon_view_get_visible_range.
4536
4537 2005-07-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4538
4539         * djvu/Makefile.am:
4540         * dvi/Makefile.am:
4541         
4542         Fix djvu and dvi backend build.
4543
4544 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
4545
4546         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c: (new_pixbuf_from_widget),
4547         (new_separator_pixbuf):
4548
4549         Don't leak windows.
4550
4551 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
4552
4553         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
4554
4555         HIGification of toolbar editor dialogue.
4556
4557 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
4558
4559         * configure.ac:
4560         * shell/Makefile.am:
4561
4562         Ever build metadata manager since it's just
4563         disabled at runtime now.
4564
4565 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
4566
4567         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
4568         (ev_metadata_manager_get), (ev_metadata_manager_set):
4569         * shell/ev-metadata-manager.h:
4570
4571         Add an _init functions that enabled metadata management
4572         at runtime.
4573
4574         * shell/ev-window.c: (page_changed_cb),
4575         (setup_document_from_metadata), (ev_window_setup_document),
4576         (setup_view_from_metadata), (ev_window_open_uri),
4577         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
4578         (ev_window_run_presentation), (ev_window_stop_presentation),
4579         (save_sizing_mode), (ev_window_zoom_changed_cb),
4580         (ev_window_continuous_changed_cb),
4581         (ev_window_dual_mode_changed_cb), (window_state_event_cb),
4582         (window_configure_event_cb):
4583
4584         Remove all ugly metadata define since we deal with it
4585         at runtime now.
4586
4587         * shell/main.c: (load_files_remote), (main):
4588
4589         Add support for dbus cvs head. Hopefully didnt break one
4590         of the other versions now!
4591
4592         If we dont get a response from the dbus server just
4593         give up with it and not enable metadata.
4594
4595 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
4596
4597         * Makefile.am:
4598         * backend/Makefile.am:
4599         * configure.ac:
4600         * cut-n-paste/recent-files/Makefile.am:
4601         * cut-n-paste/toolbar-editor/Makefile.am:
4602         * cut-n-paste/zoom-control/Makefile.am:
4603         * lib/Makefile.am:
4604         * pdf/Makefile.am:
4605         * pixbuf/Makefile.am:
4606         * properties/Makefile.am:
4607         * ps/Makefile.am:
4608         * shell/Makefile.am:
4609         * thumbnailer/Makefile.am:
4610         * tiff/Makefile.am:
4611
4612         Make frontends depend on just libev.
4613         Rework and group CFLAGS/LIBS definitions.
4614         Cleanups.
4615
4616 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
4617
4618         * shell/ev-window:
4619
4620         do not unnecessarily save zoom
4621
4622         * configure.ac:
4623         * lib/ev-file-helpers.c: (ev_dot_dir):
4624         * shell/Makefile.am:
4625         * shell/dummy.cc:
4626
4627         Some cleanups
4628
4629 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
4630
4631         * configure.ac:
4632         
4633         Remove unnecessary dependencies
4634
4635 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
4636
4637         * properties/Makefile.am:
4638         * thumbnailer/Makefile.am:
4639         * tiff/Makefile.am:
4640
4641         Some more cleanups. Was really necessary
4642         but I probably introduced bugs, feel free
4643         to flame :)
4644
4645 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
4646
4647         * backend/Makefile.am:
4648         * configure.ac:
4649         * cut-n-paste/recent-files/Makefile.am:
4650         * cut-n-paste/toolbar-editor/Makefile.am:
4651         * cut-n-paste/zoom-control/Makefile.am:
4652         * lib/Makefile.am:
4653         * pdf/Makefile.am:
4654         * pixbuf/Makefile.am:
4655         * properties/Makefile.am:
4656         * ps/Makefile.am:
4657         * shell/Makefile.am:
4658         * thumbnailer/Makefile.am:
4659         * tiff/Makefile.am:
4660
4661         Use gnome-common macros when possible.
4662         Cleanup dependencies.
4663         Actually disable deprecated where possible.
4664
4665 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
4666
4667         * Makefile.am:
4668         * backend/Makefile.am:
4669         * properties/Makefile.am:
4670         * shell/Makefile.am:
4671         * thumbnailer/Makefile.am:
4672
4673         This should solve the circular dep without
4674         requiring dir reorg!
4675
4676         * shell/ev-window.c: (setup_view_from_metadata):
4677
4678         Never restore window size/position when the
4679         window is already visible.
4680
4681 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
4682
4683         * shell/ev-metadata-manager.c: (ev_metadata_manager_save):
4684
4685         Return a boolean from timeout func. Fix ported from gedit.
4686
4687 2005-07-07  Iñaki Larrañaga  <dooteo@euskalgnu.org>
4688
4689         * configure.ac: Added "eu" (Basque) to ALL_LINGUAS.
4690
4691 2005-07-06  Carlos Garcia Campos  <carlosgc@gnome.org>
4692
4693         * shell/ev-document-types.c: set "All Documents" as default filter in
4694         open dialog
4695
4696 2005-07-06  Martin Kretzschmar  <martink@gnome.org>
4697
4698         * shell/ev-metadata-manager.c (ev_metadata_manager_set_int)
4699         (ev_metadata_manager_set_double, ev_metadata_manager_set_string)
4700         (ev_metadata_manager_set_boolean): fix value/val thinko.
4701
4702 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
4703
4704         * shell/ev-window.c: (setup_view_from_metadata),
4705         (window_state_event_cb), (window_configure_event_cb),
4706         (ev_window_init):
4707
4708         Remember window position and maximized state
4709
4710 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
4711
4712         * configure.ac:
4713
4714         Fix DBUS configure checks.
4715
4716         * shell/ev-metadata-manager.c: (ev_metadata_manager_set_int),
4717         (ev_metadata_manager_set_double), (ev_metadata_manager_set_string),
4718         (ev_metadata_manager_set_boolean):
4719
4720         Plug mem leaks.
4721
4722         * shell/ev-window.c: (page_changed_cb), (ev_window_run_fullscreen),
4723         (ev_window_stop_fullscreen), (ev_window_run_presentation),
4724         (ev_window_stop_presentation), (ev_window_zoom_changed_cb),
4725         (ev_window_continuous_changed_cb),
4726         (ev_window_dual_mode_changed_cb), (ev_window_new):
4727
4728         Fix the build without DBUS.
4729
4730 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
4731
4732         * shell/ev-metadata-manager.c: (parse_value), (save_values),
4733         (ev_metadata_manager_set_int), (ev_metadata_manager_set_double),
4734         (ev_metadata_manager_set_string),
4735         (ev_metadata_manager_set_boolean):
4736         * shell/ev-metadata-manager.h:
4737
4738         Add support for some more types
4739
4740         * shell/ev-view.c: (scroll_to_current_page),
4741         (ev_view_get_continuous), (ev_view_set_continuous),
4742         (ev_view_get_dual_page):
4743         * shell/ev-view.h:
4744         * shell/ev-window.c: (page_changed_cb),
4745         (setup_document_from_metadata), (ev_window_setup_document),
4746         (setup_view_from_metadata), (ev_window_open_uri),
4747         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
4748         (ev_window_run_presentation), (ev_window_stop_presentation),
4749         (save_sizing_mode), (ev_window_sizing_mode_changed_cb),
4750         (ev_window_zoom_changed_cb), (ev_window_update_continuous_action),
4751         (ev_window_update_dual_page_action),
4752         (ev_window_continuous_changed_cb),
4753         (ev_window_dual_mode_changed_cb), (ev_window_init):
4754
4755         Remember a bunch of view/document properties. Prolly some
4756         are still missing but it's getting interesting.
4757
4758 2005-07-05  Martin Kretzschmar  <martink@gnome.org>
4759
4760         * configure.ac: check if dbus-binding-tool is installed. Not the
4761         case on current Ubuntu breezy, it seems.
4762
4763 2005-07-05  Luca Ferretti <elle.uca@libero.it>
4764
4765         * data/evince.desktop.in.in:
4766         
4767         Allow open uri lists and add TryExec field.
4768
4769 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
4770
4771         * configure.ac:
4772
4773         Enable dbus when available, do not require a configure
4774         option.
4775
4776 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
4777
4778         * configure.ac:
4779
4780         Use AM_CONDITIONAL unconditionally, fixes the build with DBUS
4781         disabled.
4782
4783 2005-07-05  Carlos Garcia Campos  <carlosgc@gnome.org>
4784         Marco Pesenti Gritti  <mpg@redhat.com>
4785
4786         * shell/Makefile.am: Add --prefix for dbus-binding-tool script
4787         
4788         * shell/ev-application.[ch], shell/ev-window.c: change dbus RPC 
4789         functions to the format required by dbus
4790
4791         * shell/main.c: use G_TYPE instead of DBUS_TYPE to fix compilation
4792         errors. Use the RPC parameters in the expected way
4793
4794 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
4795
4796         * Makefile.am:
4797         * properties/Makefile.am:
4798         * properties/ev-properties-main.c: (ev_properties_get_pages):
4799
4800         Support all mime types
4801
4802         * shell/Makefile.am:
4803         * thumbnailer/Makefile.am:
4804         * thumbnailer/evince-thumbnailer.c: (get_document_from_uri),
4805         (evince_thumbnail_pngenc_get):
4806
4807         Use the document factory
4808
4809 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
4810
4811         * backend/Makefile.am:
4812         * backend/ev-document-factory.c:
4813         (mime_type_supported_by_gdk_pixbuf),
4814         (ev_document_type_get_from_mime),
4815         (ev_document_factory_get_document),
4816         (ev_document_factory_get_backend),
4817         (ev_document_factory_get_mime_types),
4818         (ev_document_factory_get_all_mime_types):
4819         * backend/ev-document-factory.h:
4820         * shell/Makefile.am:
4821         * shell/ev-document-types.c: (get_document_from_uri),
4822         (ev_document_types_get_document),
4823         (file_filter_add_mime_list_and_free),
4824         (ev_document_types_add_filters):
4825         * shell/ev-document-types.h:
4826         * shell/ev-job-xfer.c: (ev_job_xfer_run):
4827         * shell/ev-properties-dialog.c:
4828         (ev_properties_dialog_set_document):
4829         * shell/ev-window.c: (ev_window_cmd_file_open),
4830         (ev_window_cmd_save_as):
4831         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
4832
4833         Rework document types managing to avoid code duplication
4834         and actually abstract from backend implementations.
4835         Also provide a minimal factory api that can be used by
4836         thumbnailer/properties.
4837
4838 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
4839
4840         * properties/ev-properties-view.c: (ev_properties_view_set_info):
4841         Plug a mem leak.
4842         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
4843         HIG spacings.
4844
4845 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
4846
4847         * shell/ev-properties-dialog.c
4848         (ev_properties_dialog_set_document): only call
4849         ev_properties_fonts_set_document() if the document implements the
4850         fonts interface
4851
4852 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
4853
4854         * configure.ac:
4855         * properties/Makefile.am:
4856         * properties/ev-properties-view.c:
4857         (ev_properties_view_register_type):
4858         * properties/ev-properties-view.h:
4859         * properties/ev-properties-main.h:
4860
4861         Implement nautilus plugin for properties.
4862         Works only for pdf atm, I need to rework the
4863         document types stuff to get this to work
4864         for all backends...
4865
4866 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
4867
4868         * shell/ev-properties-fonts.c (enum): kill redundant columns enum
4869         (ev_properties_fonts_set_document): use
4870         EV_DOCUMENT_FONTS_COLUMN_NUM_COLUMNS.
4871
4872 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
4873
4874         * tiff/tiff2ps.c: remove TRUE and FALSE definitions, glib provides
4875         them
4876         (PlaceImage, tiff2ps_process_page): use
4877         g_ascii_dtostr to convert floats to strings in a locale-safe way.
4878
4879
4880 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
4881
4882         * shell/main.c: include libgnomeui/gnome-authentication-manager.h
4883         (main): to call gnome_authentication_manager_init. Should fix
4884         Bug #308510
4885
4886         * configure.ac: that requires libgnomeui 2.6.0.
4887
4888 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
4889
4890         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
4891         (tiff_document_ps_export_do_page, tiff_document_ps_export_end):
4892         use the new tiff2ps interfaces
4893
4894         * tiff/tiff2ps.h (tiff2ps_context_new, tiff2ps_process_page) 
4895         (tiff2ps_context_finalize): implement new interfaces for tiff2ps
4896
4897         * tiff/tiff2ps.c: refactor tiff2ps code to use a context
4898         structure instead of global variables.  Remove use of static
4899         variables in functions.
4900
4901 2005-07-04  Carlos Garcia Campos <carlosgc@gnome.org>
4902
4903         * shell/ev-page-action.c: unref the completion after setting it to the
4904         entry
4905
4906 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
4907
4908         * tiff/tiff2ps.c (generateEPSF): disable generating encapsulated
4909         postscript files
4910
4911 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
4912
4913         * shell/ev-window.c (update_action_sensitivity): disable
4914         File->Print if the document does not implement the ps exporter
4915         interface
4916
4917 2005-07-04  Marco Pesenti Gritti  <mpg@redhat.com>
4918
4919         * Makefile.am:
4920         * configure.ac:
4921         * data/evince-properties.glade:
4922         * properties/.cvsignore:
4923         * properties/Makefile.am:
4924         * properties/ev-properties-view.c: (ev_properties_view_dispose),
4925         (ev_properties_view_class_init), (ev_properties_view_format_date),
4926         (make_valid_utf8), (set_property), (ev_properties_view_set_info),
4927         (ev_properties_view_init), (ev_properties_view_new):
4928         * properties/ev-properties-view.h:
4929         * shell/Makefile.am:
4930         * shell/ev-properties-dialog.c: (ev_properties_dialog_class_init),
4931         (ev_properties_dialog_init), (ev_properties_dialog_set_document),
4932         (ev_properties_dialog_new):
4933         * shell/ev-properties-dialog.h:
4934         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
4935         (ev_properties_fonts_class_init), (ev_properties_fonts_init),
4936         (update_progress_label), (job_fonts_finished_cb),
4937         (ev_properties_fonts_set_document), (ev_properties_fonts_new):
4938         * shell/ev-properties-fonts.h:
4939         * shell/ev-properties.c:
4940         * shell/ev-properties.h:
4941         * shell/ev-window.c: (ev_window_setup_document),
4942         (ev_window_cmd_file_properties):
4943
4944         Split the properties pages in two different objects, depend
4945         only on the backend where possible, use widgets instead
4946         of gobject for the glade part, reimplement the dialog
4947         itself with gtk.
4948         I need this to implement nautilus properties page.
4949
4950 2005-07-03  Matthew S. Wilson  <msw@rpath.com>
4951
4952         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
4953         (tiff_document_ps_export_do_page, tiff_document_ps_export_end) 
4954         (tiff_document_document_ps_exporter_iface_init): implement the ps
4955         exporter interface for tiff documents
4956
4957         * tiff/tiff2ps.c: added a modified version of tiff2ps.c from
4958         libtiff to implement TIFF postscript export
4959
4960         * tiff/tiff2ps.h: added a header file for external tiff2ps
4961         functions.
4962
4963         * tiff/Makefile.am (libtiffdocument_la_SOURCES): add tiff2ps.c and
4964         tiff2ps.h
4965
4966 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4967
4968         * shell/ev-view.c: (scroll_to_current_page),
4969         (ev_view_set_fullscreen), (ev_view_set_presentation):
4970         
4971         Scroll to current page when exit from presentation
4972
4973 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4974
4975         * shell/ev-window.c: (update_document_mode),
4976         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
4977         (ev_window_cmd_view_fullscreen), (ev_window_stop_presentation),
4978         (ev_window_cmd_view_presentation), (ev_window_cmd_escape):
4979         
4980         Exit from fullscreen mode when switch to presentation. Fix for
4981         bug 309365
4982
4983 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
4984
4985         * shell/ev-pixbuf-cache.c (ev_pixbuf_cache_get_selection_pixbuf):
4986         return NULL if the document does not implement the selection
4987         interface.
4988
4989 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
4990
4991         * tiff/tiff-document.c (tiff_document_get_page_size): scale the
4992         reported height by using the resolution aspect ratio
4993         (tiff_document_render_pixbuf): scale the pixbuf using the
4994         resolution aspect ratio
4995
4996 2005-07-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4997
4998         * configure.ac:
4999         
5000         Require libgnomeprint >= 2.5.1. Thanks to Colin Slater 
5001         <kiltedaco@gmail.com>
5002         
5003         * djvu/djvu-document.c: (djvu_document_get_orientation),
5004         (djvu_document_set_orientation), (djvu_document_get_page_size),
5005         (rotate_pixbuf), (djvu_document_render_pixbuf),
5006         (djvu_document_document_iface_init):
5007         * dvi/dvi-document.c: (dvi_document_get_orientation),
5008         (dvi_document_set_orientation), (dvi_document_get_page_size),
5009         (rotate_pixbuf), (dvi_document_render_pixbuf),
5010         (dvi_document_document_iface_init):
5011         
5012         Dvi and djvu backends are ported to new API
5013
5014 Fri Jul  1 00:10:15 2005  Jonathan Blandford  <jrb@redhat.com>
5015
5016         * backend/ev-selection.c: (ev_selection_get_selection_region),
5017         (ev_selection_get_selection_map):
5018         * backend/ev-selection.h:
5019         * pdf/ev-poppler.cc:
5020         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
5021         * shell/ev-jobs.h:
5022         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
5023         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
5024         (ev_pixbuf_cache_get_text_mapping):
5025         * shell/ev-pixbuf-cache.h:
5026         * shell/ev-view.c: (location_in_text),
5027         (ev_view_motion_notify_event), (ev_view_set_cursor): Add I-Beam
5028         support to EvView.  Now we can see where we can select!  Sweet!
5029
5030 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
5031
5032         * shell/ev-view.c (ev_view_button_press_event): Fix
5033         event->y + view->scroll_x typo.
5034
5035 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
5036
5037         * pdf/ev-poppler.cc: Adjust to poppler API changes; use a
5038         sub-GdkPixbuf instead of passing dest_x and dest_y.
5039         
5040         * shell/ev-view.c: (view_point_to_doc_point),
5041         (view_rect_to_doc_rect), (ev_view_button_press_event),
5042         (ev_view_motion_notify_event), (compute_new_selection_rect),
5043         (gdk_rectangle_point_in), (compute_new_selection_text),
5044         (compute_selections): Update selection code to keep the selection
5045         around as two points and not as a normalized rectangle, and fix
5046         page level selection in two-column mode.
5047
5048 2005-06-30  Alex Duggan  <aldug@astrolinux.com>
5049
5050         * shell/ev-window.c: (window_configure_event_cb): 
5051         
5052         Fix compilation
5053         
5054 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
5055
5056         * pdf/ev-poppler.cc:
5057
5058         Fix compilation
5059
5060 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
5061
5062         * shell/Makefile.am:
5063         * shell/ev-metadata-manager.c: (item_free),
5064         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
5065         (parse_value), (parseItem), (load_values),
5066         (ev_metadata_manager_get), (value_free), (ev_metadata_manager_set),
5067         (save_values), (save_item), (get_oldest), (resize_items),
5068         (ev_metadata_manager_save), (ev_metadata_manager_set_int):
5069         * shell/ev-metadata-manager.h:
5070
5071         Metadata manager from gedit but modified to use GValue, so that
5072         we dont need to keep converting from strings.
5073
5074         * configure.ac:
5075
5076         ENABLE_METADATA conditional, on when dbus is on
5077
5078         * shell/ev-application.c: (ev_application_open_uri):
5079
5080         Show the window after load so that we can initialize
5081         window size before it's showed.
5082
5083         * shell/ev-window.c: (ev_window_setup_from_metadata),
5084         (ev_window_open_uri), (window_configure_event_cb),
5085         (ev_window_init):
5086
5087         Save and load metadata information about window size.
5088         Not yet keeping states in account.
5089
5090         * shell/main.c: (main):
5091
5092         Shutdown metadata manager.
5093
5094 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
5095
5096         * shell/ev-application-service.xml:
5097         * configure.ac:
5098         * shell/Makefile.am:
5099         * shell/ev-application.c:
5100         * shell/ev-application.h:
5101         * shell/ev-window.c:
5102         * shell/ev-window.h:
5103         * shell/main.c:
5104
5105         Add an optional dbus interface (--enable-dbus).
5106         Rework application code, mainly to be easier to
5107         use "remotely".
5108         Do not open multiple windows with the same document,
5109         spatial evince!
5110
5111 Thu Jun 30 01:50:14 2005  Jonathan Blandford  <jrb@redhat.com>
5112
5113         * shell/ev-pixbuf-cache.c (clear_selection_if_needed): unref the
5114         pixbuf iff it exists.
5115
5116 Thu Jun 30 01:43:00 2005  Jonathan Blandford  <jrb@redhat.com>
5117
5118         * shell/*:
5119         * backend/ev-render-context.[ch]:
5120         * backend/ev-selection.[ch]:
5121
5122         Massive changes.  We now support text selection of pdfs, and not
5123         just rectangular selection.  This is pretty broken still, but I
5124         want to get something into CVS.
5125
5126 2005-06-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5127
5128         * pdf/ev-poppler.cc:
5129         
5130         Fix for Bug 309080: crash on window close.
5131         
5132         * shell/ev-page-action.c: (page_changed_cb):
5133         
5134         Fix for Bug 309168: Fix build with gcc 2.95. Thanks to
5135         jensgr@gmx.net (Jens Granseuer).
5136
5137 2005-06-25  Marcel Telka  <marcel@telka.sk>
5138
5139         * configure.in (ALL_LINGUAS): Added sk.
5140
5141 2005-06-24  Carlos Garcia Campos  <carlosgc@gnome.org>
5142
5143         * shell/ev-window.c: Make rotate menu entries unsensitive if there is
5144         not a document open
5145
5146 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
5147
5148         * NEWS:
5149         * configure.ac:
5150
5151         Release 0.3.2
5152
5153         * cut-n-paste/recent-files/Makefile.am:
5154
5155         Fix make distcheck
5156
5157 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
5158
5159         * pixbuf/pixbuf-document.c: (pixbuf_document_get_orientation),
5160         (pixbuf_document_set_orientation), (rotate_pixbuf),
5161         (pixbuf_document_get_page_size), (pixbuf_document_render_pixbuf),
5162         (pixbuf_document_document_iface_init), (pixbuf_document_init):
5163
5164         Implement rotation and cleanup the code a bit.
5165
5166         * tiff/tiff-document.c: (tiff_document_get_page_size),
5167         (tiff_document_get_orientation), (tiff_document_set_orientation),
5168         (rotate_pixbuf), (tiff_document_render_pixbuf),
5169         (tiff_document_document_iface_init), (tiff_document_init):
5170
5171         Implement rotation. Was the quicker solution for the release
5172         but we really need to share this code in the shell.
5173
5174 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
5175
5176         * pdf/ev-poppler.cc:
5177
5178         Enable rotation, require poppler cvs. Fix a leak.
5179
5180 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5181
5182         * shell/ev-window.c: (update_action_sensitivity):
5183         
5184         Make properties unsensitive if document backend doesn't provide
5185         any info
5186
5187 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5188
5189         * dvi/mdvi-lib/bitmap.c: (bitmap_alloc), (bitmap_alloc_raw),
5190         (bitmap_flip_horizontally), (bitmap_flip_vertically),
5191         (bitmap_flip_diagonally), (bitmap_rotate_clockwise),
5192         (bitmap_rotate_counter_clockwise), (bitmap_flip_rotate_clockwise),
5193         (bitmap_flip_rotate_counter_clockwise):
5194         * dvi/mdvi-lib/color.c: (mdvi_push_color), (get_color_table):
5195         * dvi/mdvi-lib/common.c: (read_string), (buff_free), (buff_add),
5196         (buff_gets):
5197         * dvi/mdvi-lib/common.h:
5198         * dvi/mdvi-lib/dvimisc.c: (mdvi_push_color):
5199         * dvi/mdvi-lib/dviread.c: (get_bytes), (dreset), (define_font),
5200         (opendvi), (mdvi_reload), (mdvi_init_context),
5201         (mdvi_destroy_context), (mdvi_dopage), (special):
5202         * dvi/mdvi-lib/font.c: (font_drop_one), (font_free_unused):
5203         * dvi/mdvi-lib/fontmap.c: (read_encoding), (destroy_encoding),
5204         (file_hash_free), (register_encoding), (parse_spec),
5205         (mdvi_load_fontmap), (free_ent), (mdvi_init_fontmaps),
5206         (mdvi_add_fontmap_file), (mdvi_ps_read_fontmap),
5207         (mdvi_ps_flush_fonts), (mdvi_ps_find_font), (mdvi_ps_get_metrics):
5208         * dvi/mdvi-lib/fontsrch.c: (mdvi_list_font_class),
5209         (mdvi_register_font_type), (mdvi_unregister_font_type),
5210         (lookup_font), (mdvi_add_font), (mdvi_font_retry):
5211         * dvi/mdvi-lib/gf.c: (gf_read_bitmap), (gf_load_font):
5212         * dvi/mdvi-lib/hash.c: (mdvi_hash_remove), (mdvi_hash_remove_ptr),
5213         (mdvi_hash_destroy_key), (mdvi_hash_reset):
5214         * dvi/mdvi-lib/pagesel.c: (mdvi_parse_range),
5215         (mdvi_parse_page_spec), (mdvi_free_page_spec), (main):
5216         * dvi/mdvi-lib/paper.c: (mdvi_free_paper_specs):
5217         * dvi/mdvi-lib/pk.c: (pk_lookup), (pk_lookupn), (pk_load_font):
5218         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
5219         * dvi/mdvi-lib/special.c: (mdvi_register_special),
5220         (mdvi_unregister_special), (mdvi_flush_specials):
5221         * dvi/mdvi-lib/t1.c: (t1_lookup_font), (t1_really_load_font),
5222         (t1_font_remove):
5223         * dvi/mdvi-lib/tfm.c: (get_tfm_chars):
5224         * dvi/mdvi-lib/tfmfile.c: (afm_load_file), (tfm_load_file),
5225         (ofm1_load_file), (ofm_load_file), (get_font_metrics),
5226         (free_font_metrics), (flush_font_metrics):
5227         * dvi/mdvi-lib/tt.c: (tt_really_load_font), (tt_get_bitmap),
5228         (tt_font_remove):
5229         * dvi/mdvi-lib/util.c: (mdvi_malloc), (mdvi_realloc),
5230         (mdvi_calloc), (mdvi_free), (mdvi_strdup), (mdvi_strncpy),
5231         (mdvi_strndup), (mdvi_memdup), (xstradd), (dstring_append),
5232         (dstring_insert), (dstring_new), (dstring_reset):
5233         * dvi/mdvi-lib/vf.c: (vf_load_font), (vf_free_macros):
5234         
5235         Rename xmalloc and xfree to mdvi_malloc and mdvi_free to
5236         avoid conflict with libtool on FC4
5237         
5238         * shell/ev-window.c: (ev_window_cmd_help_about):
5239         
5240         Update copyright year. Fix for bug 308828.
5241
5242 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
5243
5244         * shell/ev-view.c: (add_scroll_binding_keypad),
5245         (ev_view_binding_activated), (ev_view_class_init),
5246         (on_adjustment_value_changed):
5247         
5248         Bug 170874: Arrow keys switch pages in presentation mode
5249
5250 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
5251
5252         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
5253         
5254         Fix for Bug 308265: Sidebar dissappears coming out of 
5255         Presentation mode
5256
5257 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
5258
5259         * shell/ev-application.c: (ev_application_open):
5260         * shell/ev-document-types.c: (ev_document_types_add_filters),
5261         (ev_document_types_add_filters_for_type):
5262         * shell/ev-document-types.h:
5263         * shell/ev-window.c: (ev_window_cmd_save_as):
5264         
5265         Suggest basename as template when saving, provide filters
5266         for save dialog. It's bug 308402
5267
5268 2005-06-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5269
5270         * pdf/ev-poppler.cc:
5271         * shell/ev-sidebar-links.c: (job_finished_callback):
5272         * shell/ev-view.c: (update_find_status_message):
5273         
5274         Some leaks fixed
5275
5276 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
5277
5278         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
5279         (egg_recent_view_uimanager_set_list):
5280
5281         Fix buglet in !show_numbers case.
5282
5283 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
5284
5285         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
5286         (connect_proxy_cb), (egg_recent_view_uimanager_set_list):
5287
5288         Use pango ellipsisation.
5289
5290         * pdf/ev-poppler.cc:
5291
5292         Fix refcount leak, from nsh.
5293
5294 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5295
5296         * cut-n-paste/recent-files/Makefile.am:
5297         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
5298         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
5299         
5300         Removed EggRecentViewGtk
5301         
5302         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
5303         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
5304         * shell/ev-window.c: (ev_window_cmd_recent_file_activate),
5305         (ev_window_setup_recent):
5306         
5307         Use ViewUIManager instead of ViewGtk. Less leaks, more compatibility
5308         with other projects
5309
5310 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5311
5312         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
5313         (egg_recent_view_gtk_finalize):
5314
5315         Fix memory leak
5316
5317         * cut-n-paste/toolbar-editor/Makefile.am:
5318         
5319         Fix location of cursor icon.
5320         
5321         * pdf/ev-poppler.cc:
5322         * shell/ev-page-action.c: (build_new_tree_cb), (match_selected_cb),
5323         (display_completion_text), (match_completion):
5324         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
5325         (selection_changed_callback), (create_loading_model),
5326         (print_section_cb), (links_page_num_func),
5327         (update_page_callback_foreach):
5328         * shell/ev-window.c: (ev_window_dispose):
5329         
5330         Small memory fixes. Links model now store objects instead
5331         of pointers to improve memory management. 
5332
5333 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5334
5335         * shell/ev-window.c: (zoom_control_changed_cb):
5336         
5337         Fix update of zoom control (bug 308268).
5338
5339 Sat Jun 18 22:46:42 2005  Jonathan Blandford  <jrb@redhat.com>
5340
5341         * shell/ev-properties.c (set_property): escape the text correctly.
5342         Handles non-UTF-8 properties and escaped properties.  Also, sets
5343         the text to "<i>None</i>" if the property isn't set.
5344
5345         * data/evince-properties.glade: Change the label to be ellipsized,
5346         and give it a minimum size.
5347
5348 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5349
5350         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown):
5351         * shell/ev-sidebar-links.c: (create_loading_model):
5352         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
5353         * shell/ev-view.c: (ev_view_set_document):
5354         * shell/ev-window.c: (ev_window_dispose):
5355         
5356         Various small fixes, mostly memory leaks. Thanks to valgrind.
5357
5358 2005-06-19  Martin Kretzschmar  <martink@gnome.org>
5359
5360         * ps/ps-document.c: remove the locale.h include again ;-). And
5361         kill the (bogus) setlocale/savelocale business.
5362
5363 2005-06-19  Jaap A. Haitsma <jaap@haitsma.org>
5364
5365         * ps/ps-document.c:
5366         
5367         Include locale.h to fix build
5368         
5369         * shell/ev-sidebar.c:
5370         
5371         Remove unnecessary includes
5372
5373 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5374
5375         * dvi/dvi-document.c: (dvi_document_load):
5376         * dvi/mdvi-lib/dviread.c: (mdvi_init_context):
5377         * po/POTFILES.in:
5378         
5379         Check for incorrect dvi files. Fix parsing dvi on AMD64
5380         platform. Thanks to tester@tester.ca (Olivier Crete).
5381
5382 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5383
5384         * shell/ev-page-action.c: (match_selected_cb),
5385         (display_completion_text), (match_completion), (update_model):
5386         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
5387         (expand_open_links):
5388         * shell/ev-sidebar.c: (ev_sidebar_destroy),
5389         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_add_page),
5390         (ev_sidebar_set_document):
5391         * shell/ev-window.c: (ev_window_xfer_job_cb),
5392         (sidebar_widget_model_set), (sidebar_page_main_widget_update_cb):
5393         
5394         Fixed lot's of memory leaks, for example, memory leak on reload, 
5395         described in bug 307793.
5396
5397 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
5398
5399         * pdf/ev-poppler.cc:
5400         * shell/ev-sidebar-thumbnails.c: (clear_range), (add_range),
5401         (update_visible_range), (adjustment_changed_cb),
5402         (ev_sidebar_thumbnails_fill_model),
5403         (ev_sidebar_thumbnails_refresh),
5404         (ev_sidebar_tree_selection_changed),
5405         (ev_sidebar_icon_selection_changed),
5406         (ev_sidebar_thumbnails_use_icon_view),
5407         (ev_sidebar_thumbnails_set_document):
5408         * shell/ev-sidebar-thumbnails.h:
5409         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
5410         (ev_window_cmd_edit_rotate_right), (ev_window_init):
5411
5412         Refresh thumbnails when changing orientation. Not fully
5413         working yet becuase of a sidebar bug.
5414
5415         Set page orientation to poppler page everywhere. This sucks
5416         really need to fix poppler.
5417
5418 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
5419
5420         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
5421         (egg_recent_view_gtk_new_menu_item),
5422         (egg_recent_view_gtk_set_property),
5423         (egg_recent_view_gtk_get_property),
5424         (egg_recent_view_gtk_class_init), (egg_recent_view_gtk_init),
5425         (egg_recent_view_gtk_set_tooltip_func),
5426         (egg_recent_view_gtk_set_label_width),
5427         (egg_recent_view_gtk_get_label_width):
5428         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
5429
5430         Sync with libegg (ellipsize labels)
5431
5432 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5433
5434         * data/evince-ui.xml:
5435         * shell/ev-window.c: (ev_window_cmd_go_forward),
5436         (ev_window_cmd_go_backward):
5437         
5438         Shift + PageUp moves 10 Pages. Fix for 306125
5439
5440 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
5441
5442         * pdf/ev-poppler.cc:
5443
5444         Add a flag to check if orientation has been overriden
5445
5446 2005-06-17  Martin Kretzschmar  <martink@gnome.org>
5447
5448         * ps/ps.c (psscan, psfree): read "Creator:" comment, free creator
5449         field if necessary.
5450
5451         * ps/ps.h: add creator field to document.
5452
5453         * ps/ps-document.c (ps_document_get_info): set format to PostScript,
5454         set creator field.
5455
5456 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
5457
5458         * data/evince-properties.glade:
5459         * shell/ev-properties.c: (ev_properties_set_document):
5460
5461         s/PDF Version/Format
5462
5463 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
5464
5465         * shell/ev-properties.c: (ev_properties_set_document):
5466
5467         Remove unnecessary translations
5468
5469 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
5470
5471         * cut-n-paste/toolbar-editor/Makefile.am:
5472
5473         Correct library name    
5474
5475 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
5476
5477         * configure.ac:
5478         * cut-n-paste/recent-files/egg-recent-model.c:
5479         (egg_recent_model_write_raw), (egg_recent_model_lock_file),
5480         (egg_recent_model_unlock_file):
5481         * cut-n-paste/recent-files/egg-recent-util.c:
5482         (egg_recent_util_get_unique_id):
5483         * cut-n-paste/recent-files/update-from-egg.sh:
5484         * cut-n-paste/toolbar-editor/Makefile.am:
5485         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
5486         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
5487         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
5488         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
5489         (egg_toolbars_model_get_type):
5490         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
5491
5492         Better makefile for toolbar editor and update everything
5493         to latest libegg.
5494
5495 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
5496
5497         * shell/ev-window.c: (update_document_mode):
5498
5499         Prefer presentation mode when the document
5500         require fullscreen.
5501
5502 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
5503
5504         * data/evince-ui.xml:
5505         * shell/ev-window.c:
5506
5507         Add control-equal for zooming
5508
5509 2005-06-17  Theppitak Karoonboonyanan  <thep@linux.thai.net>
5510
5511         * configure.ac: Added 'th' (Thai) to ALL_LINGUAS.
5512
5513 2005-06-16  Marco Pesenti Gritti  <mpg@redhat.com>
5514
5515         * backend/ev-document.c: (ev_document_get_orientation):
5516         * backend/ev-document.h:
5517         * pdf/ev-poppler.cc:
5518         * ps/ps-document.c: (ps_document_get_orientation),
5519         (ps_document_set_orientation), (ps_document_document_iface_init):
5520
5521         Add a get_orientation api. Improve set_orientation.
5522
5523         * data/evince-ui.xml:
5524         * shell/ev-view.c: (ev_view_set_orientation),
5525         (ev_view_rotate_right), (ev_view_rotate_left):
5526         * shell/ev-view.h:
5527         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
5528         (ev_window_cmd_edit_rotate_right):
5529
5530         Better ui for changing document orientation
5531
5532 2005-06-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5533
5534         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_property),
5535         (ev_sidebar_links_class_init), (ev_sidebar_links_get_label):
5536         * shell/ev-sidebar-links.h:
5537         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
5538         (ev_sidebar_page_iface_init):
5539         * shell/ev-sidebar-page.h:
5540         * shell/ev-sidebar-thumbnails.c:
5541         (ev_sidebar_thumbnails_get_property),
5542         (ev_sidebar_thumbnails_class_init),
5543         (ev_sidebar_thumbnails_set_document):
5544         * shell/ev-sidebar-thumbnails.h:
5545         * shell/ev-view.c: (ev_view_motion_notify_event):
5546         * shell/ev-window.c: (update_chrome_visibility),
5547         (ev_window_cmd_focus_page_selector),
5548         (ev_window_update_fullscreen_popup), (view_actions_focus_in_cb),
5549         (sidebar_page_main_widget_update_cb), (ev_window_init):
5550         
5551         Autoraise toolbar on GoToPage binding and fix bindings in
5552         EvSidebarThumbnails page.
5553
5554 2005-06-15  Christian Persch  <chpe@cvs.gnome.org>
5555
5556         * shell/ev-properties.c: (update_progress_label):
5557
5558         Hide the progress label when finished; bug #307697.
5559
5560 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
5561
5562         * pdf/ev-poppler.cc:
5563
5564         Enable is_open for links, you will need poppler cvs
5565
5566         * shell/ev-properties.c: (job_fonts_finished_cb):
5567
5568         Get a lock on the document when filling the tree view
5569
5570 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
5571
5572         * backend/ev-document-links.h:
5573         * pdf/ev-poppler.cc:
5574         * shell/ev-sidebar-links.c: (create_loading_model),
5575         (expand_open_links), (job_finished_callback):
5576
5577         Expand links when specified by the document.
5578         Depend on a poppler api (defined out for now)
5579
5580 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
5581
5582         * shell/ev-properties.c: (ev_properties_dispose),
5583         (ev_properties_class_init), (dialog_destroy_cb),
5584         (ev_properties_init), (job_fonts_finished_cb), (setup_fonts_view),
5585         (ev_properties_set_document), (ev_properties_new),
5586         (ev_properties_show):
5587         * shell/ev-properties.h:
5588
5589         Make it an object, cleanup the code, api to show it as transient
5590         and to set the document.
5591
5592         * shell/ev-window.c: (ev_window_setup_document),
5593         (ev_window_cmd_file_properties):
5594
5595         Adapt to EvProperties changes, do not show multiple
5596         times, update it when document changes.
5597
5598 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
5599
5600         * ps/gstypes.h:
5601         * ps/ps-document.c: (ps_document_init), (get_page_orientation),
5602         (ps_document_set_orientation), (ps_document_document_iface_init):
5603         * ps/ps-document.h:
5604
5605         Implement orientation here too
5606
5607         * shell/ev-properties.c: (ev_properties_new):
5608         * data/evince-properties.glade:
5609
5610         Hide the fonts page for backends that doesnt
5611         support it.     
5612
5613 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
5614
5615         * backend/ev-document.c: (ev_document_set_orientation):
5616         * backend/ev-document.h:
5617         * pdf/ev-poppler.cc:
5618
5619         Add orientation api. Currently poppler api is not optimal,
5620         we need to set orientation every time we _get a page.
5621         I will try to fix that at some point.
5622
5623         * data/evince-ui.xml:
5624         * shell/ev-window.c: (ev_window_cmd_edit_landscape),
5625         (ev_window_cmd_edit_portrait), (ev_window_cmd_edit_flip):
5626
5627         Add orientation menu items
5628
5629         * shell/ev-page-cache.c: (ev_page_cache_clear):
5630         * shell/ev-page-cache.h:
5631
5632         Add api to clear the cache
5633
5634         * shell/ev-view.c: (setup_caches), (clear_caches),
5635         (ev_view_set_document), (ev_view_zoom_out),
5636         (ev_view_set_orientation):
5637         * shell/ev-view.h:
5638
5639         Implement orientation changing
5640
5641 2005-06-13  Marco Pesenti Gritti <mpg@redhat.com>
5642
5643         * backend/ev-document-fonts.c: (ev_document_fonts_get_progress),
5644         (ev_document_fonts_scan), (ev_document_fonts_fill_model):
5645         * backend/ev-document-fonts.h:
5646
5647         Separate scan and fill so that we can incrementally fill from
5648         the main thread. Add a progress api.
5649
5650         * data/evince-properties.glade:
5651         * pdf/ev-poppler.cc:
5652         * shell/ev-jobs.c: (ev_job_fonts_new), (ev_job_fonts_run):
5653         * shell/ev-jobs.h:
5654         * shell/ev-properties.c: (update_progress_label),
5655         (job_fonts_finished_cb), (setup_fonts_view):
5656
5657         Incrementally feel the list and show the progress
5658         percentage in a label like acrobat does.
5659
5660         You are going to need poppler cvs
5661
5662 2005-06-11  Marco Pesenti Gritti <mpg@redhat.com>
5663
5664         * backend/ev-document-fonts.c: (ev_document_fonts_fill_model):
5665         * backend/ev-document-fonts.h:
5666         * pdf/ev-poppler.cc:
5667
5668         Make fonts model fill incrementally.
5669
5670         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
5671         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
5672         (ev_job_queue_remove_job):
5673         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
5674         (ev_job_fonts_new), (ev_job_fonts_run):
5675         * shell/ev-jobs.h:
5676
5677         New job for fonts scanning
5678
5679         * shell/ev-properties.c: (job_fonts_finished_cb),
5680         (fill_fonts_treeview), (setup_fonts_view), (ev_properties_new):
5681         * shell/ev-properties.h:
5682         * shell/ev-window.c: (ev_window_cmd_file_properties):
5683
5684         Incrementally feel the treeview using the new job. Show Loading...
5685         message until scanning is completed.
5686
5687         Hopefully I didnt break the build without the poppler patch.
5688
5689 2005-06-10  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
5690
5691         * shell/ev-application.c: (ev_application_open):
5692         * shell/ev-document-types.c: (ev_document_type_from_from_mime),
5693         (ev_document_type_get_type), (ev_document_type_lookup):
5694         * shell/ev-document-types.h:
5695         * shell/ev-job-xfer.c: (ev_job_xfer_dispose), (ev_job_xfer_run):
5696         * shell/ev-job-xfer.h:
5697         * shell/ev-window.c: (ev_window_clear_local_uri),
5698         (ev_window_load_job_cb), (ev_window_xfer_job_cb),
5699         (ev_window_open_uri), (ev_window_add_recent), (ev_window_dispose):
5700         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
5701         
5702         Transfer remote documents to tmp directory to display them later.
5703
5704 2005-06-10  Marco Pesenti Gritti <mpg@redhat.com>
5705
5706         * backend/ev-document-info.h:
5707         * shell/ev-properties.c: (ev_properties_new):
5708
5709         s/GTime*/GTime. Not sure why we was using a pointer
5710         at all there!
5711
5712 Wed Jun  8 01:04:22 2005  Jonathan Blandford  <jrb@redhat.com>
5713
5714         * shell/ev-sidebar-thumbnails.c: Use a GtkIconView in certain
5715         situations.  That situation is that you're using GTK+-HEAD with
5716         the patch at #306726 is applied, and you have a document with <
5717         1500 pages in it.  It's not quite as uniformly nice as the
5718         TreeView, but should be better in the long run.
5719
5720         I'm pretty sure I guarded against breaking compilation with
5721         HAVE_GTK_ICON_VIEW_GET_VISIBLE_RANGE gaurds, though it's possible
5722         I missed some.
5723
5724         * shell/ev-window.c (ev_window_init): We don't have our tree/list
5725         widget yet, so I commented that code out
5726         enable_view_actions_for_widget() for now.  Need to figure this
5727         out.
5728
5729         * shell/ev-page-action.c (match_selected_cb): emit the right
5730         signals.  Our cool C-l completion now works.
5731
5732 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5733
5734         * backend/Makefile.am:
5735         * backend/ev-document-fonts.c:
5736         * backend/ev-document-links.c:
5737         * backend/ev-document.c: (ev_document_load):
5738         * backend/ev-document.h:
5739         * backend/ev-job-queue.c:
5740         * backend/ev-job-queue.h:
5741         * backend/ev-jobs.c:
5742         * backend/ev-jobs.h:
5743         * backend/ev-page-cache.c:
5744         * backend/ev-page-cache.h:
5745
5746         EvPageCache and EvJobs are moved to shell.
5747
5748         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown),
5749         (ev_tmp_filename):
5750         * lib/ev-file-helpers.h:
5751         
5752         New helper to work with temporary files
5753         
5754         * shell/Makefile.am:
5755         * shell/ev-application.c: (ev_application_open):
5756         * shell/ev-application.h:
5757         * shell/ev-job-queue.c: (remove_job_from_queue_locked),
5758         (remove_job_from_async_queue), (add_job_to_async_queue),
5759         (add_job_to_queue_locked), (notify_finished), (job_finished_cb),
5760         (handle_job), (search_for_jobs_unlocked),
5761         (no_jobs_available_unlocked), (ev_render_thread),
5762         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
5763         (ev_job_queue_add_job), (move_job_async), (move_job),
5764         (ev_job_queue_update_job), (ev_job_queue_remove_job):
5765         * shell/ev-job-queue.h:
5766         * shell/ev-job-xfer.c: (ev_job_xfer_init), (ev_job_xfer_dispose),
5767         (ev_job_xfer_class_init), (ev_job_xfer_new), (ev_job_xfer_run):
5768         * shell/ev-job-xfer.h:
5769         * shell/ev-jobs.c: (ev_job_init), (ev_job_dispose),
5770         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
5771         (ev_job_links_class_init), (ev_job_render_init),
5772         (ev_job_render_dispose), (ev_job_render_class_init),
5773         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
5774         (ev_job_thumbnail_class_init), (ev_job_load_init),
5775         (ev_job_load_dispose), (ev_job_load_class_init), (ev_job_finished),
5776         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
5777         (render_finished_cb), (ev_job_render_run), (ev_job_thumbnail_new),
5778         (ev_job_thumbnail_run), (ev_job_load_new), (ev_job_load_run):
5779         * shell/ev-jobs.h:
5780         * shell/ev-page-action.c: (ev_page_action_set_document):
5781         * shell/ev-page-cache.c: (ev_page_cache_init),
5782         (ev_page_cache_class_init), (ev_page_cache_finalize),
5783         (ev_page_cache_new), (ev_page_cache_get_n_pages),
5784         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
5785         (ev_page_cache_set_page_label), (ev_page_cache_set_link),
5786         (ev_page_cache_get_title), (ev_page_cache_get_size),
5787         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
5788         (ev_page_cache_get_height_to_page),
5789         (ev_page_cache_get_max_label_chars),
5790         (ev_page_cache_get_page_label),
5791         (ev_page_cache_has_nonnumeric_page_labels),
5792         (ev_page_cache_get_info), (ev_page_cache_next_page),
5793         (ev_page_cache_prev_page), (ev_page_cache_get):
5794         * shell/ev-page-cache.h:
5795         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_update_range),
5796         (ev_pixbuf_cache_clear_job_sizes),
5797         (ev_pixbuf_cache_add_jobs_if_needed),
5798         (ev_pixbuf_cache_set_page_range):
5799         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings):
5800         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document):
5801         * shell/ev-sidebar-thumbnails.c:
5802         (ev_sidebar_tree_selection_changed),
5803         (ev_sidebar_thumbnails_set_document):
5804         * shell/ev-statusbar.c: (ev_statusbar_destroy),
5805         (ev_statusbar_class_init), (ev_statusbar_init), (ev_statusbar_new),
5806         (ev_statusbar_get_context_id), (ev_statusbar_push),
5807         (ev_statusbar_pop), (ev_statusbar_set_maximized),
5808         (ev_statusbar_pulse), (ev_statusbar_show_progress),
5809         (ev_statusbar_set_progress):
5810         * shell/ev-statusbar.h:
5811         * shell/ev-view.c: (ev_view_set_document), (ev_view_find_next),
5812         (ev_view_find_previous):
5813         * shell/ev-window.c: (ev_window_is_empty),
5814         (ev_window_setup_document), (password_dialog_response),
5815         (ev_window_clear_jobs), (ev_window_load_job_cb),
5816         (ev_window_xfer_job_cb), (ev_window_open_uri),
5817         (ev_window_open_uri_list), (ev_window_cmd_recent_file_activate),
5818         (ev_window_print), (ev_window_print_range),
5819         (ev_window_state_event), (ev_window_cmd_view_reload),
5820         (menu_item_select_cb), (menu_item_deselect_cb),
5821         (view_status_changed_cb), (ev_window_dispose),
5822         (drag_data_received_cb), (ev_window_init):
5823         * shell/ev-window.h:
5824         * shell/main.c: (load_files):
5825         
5826         New statusbar to show progress on idle. Two new jobs - 
5827         xfer job and load job to load document in background. And update
5828         of page_cache clients to new location of code.
5829
5830 2005-06-08  Carlos Garcia Campos <carlosgc@gnome.org>
5831   
5832         * shell/ev-application.c, shell/ev-window.[ch]: Allow multiple
5833         selection in open dialog. It also remembers the last visited directory 
5834         in the current session.
5835
5836 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5837
5838         * shell/ev-properties.c: (ev_properties_new):
5839         * shell/ev-properties.h:
5840         * shell/ev-window.c: (ev_window_cmd_file_properties):
5841         
5842         Get document info from page cache instead of document itself.
5843         This should fix crash related to race conditions described in
5844         bug 306545.
5845
5846 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
5847
5848         * ps/ps-document.c: (ps_document_init),
5849         (send_ps), (get_page_box), (output), (catchPipe), (input),
5850         (stop_interpreter), (file_length), (file_readable),
5851         (check_filecompressedb), (ps_document_enable_interpreter),
5852         (document_load), (ps_async_renderer_render_pixbuf):
5853         * ps/ps-document.h:
5854
5855         Big cleanup of the ps code
5856
5857 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
5858
5859         * backend/Makefile.am:
5860         * backend/ev-async-renderer.c: (ev_async_renderer_get_type),
5861         (ev_async_renderer_class_init), (ev_async_renderer_render_pixbuf):
5862         * backend/ev-async-renderer.h:
5863
5864         Add an async renderer interface (method + callback) which
5865         is useful for backends like ps.
5866
5867         * backend/ev-job-queue.c: (remove_job_from_async_queue),
5868         (add_job_to_async_queue), (job_finished_cb), (handle_job),
5869         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
5870         (ev_job_queue_add_job), (move_job_async), (move_job),
5871         (ev_job_queue_update_job), (ev_job_queue_remove_job):
5872
5873         Add queues for async renderer, these are executed on the
5874         main thread.
5875
5876         * backend/ev-jobs.c: (ev_job_render_new), (render_finished_cb),
5877         (ev_job_render_run):
5878         * backend/ev-jobs.h:
5879
5880         If the backend support async renderer interface use it.
5881
5882         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
5883         (setup_pixmap), (ps_document_get_type),
5884         (ps_async_renderer_render_pixbuf),
5885         (ps_document_document_iface_init), (ps_async_renderer_iface_init):
5886
5887         Implement async renderer interface.
5888
5889 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5890
5891         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose):
5892
5893         Cleanup links job on exit.
5894
5895 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5896
5897         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
5898         (drag_data_get_cb), (drag_data_received_cb):
5899         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
5900         (drag_data_get_cb), (parse_item_list),
5901         (egg_toolbar_editor_load_actions):
5902         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
5903         (egg_toolbars_model_to_xml), (egg_toolbars_model_save),
5904         (parse_item_list), (parse_toolbars):
5905         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
5906         (dvi_pixbuf_put_pixel):
5907         
5908         Fix gcc 4.0 warnings
5909
5910 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
5911
5912         * ps/ps-document.c: (start_interpreter):
5913
5914         Fix warning when loading ps
5915
5916 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
5917
5918         * ps/ps-document.c: (output):
5919
5920         Fix crash when priting gs error messages.
5921
5922 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
5923
5924         * backend/ev-page-cache.c: (_ev_page_cache_new):
5925         * backend/ev-page-cache.h:
5926
5927         Use a const to return title so that we dont double
5928         free it. Small cleanup and fix a leak.
5929
5930         * shell/ev-window.c: (update_window_title):
5931
5932         strdup value from get_title.
5933
5934 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
5935
5936         * shell/ev-sidebar-links.c: (job_finished_callback),
5937         (ev_sidebar_links_set_document):
5938
5939         Cleanup the old job when changing document
5940
5941 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5942
5943         * shell/ev-stock-icons.c:
5944         * shell/ev-stock-icons.h:
5945         * shell/ev-window.c:
5946         
5947         Add stock icons for actions that can appear in toolbar. Fix for
5948         bug 306566.
5949
5950 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5951
5952         * backend/ev-page-cache.c: (ev_page_cache_finalize),
5953         (_ev_page_cache_new), (ev_page_cache_get_max_width),
5954         (ev_page_cache_get_max_height), (ev_page_cache_get_height_to_page):
5955         * backend/ev-page-cache.h:
5956         * shell/ev-view.c: (scroll_to_current_page),
5957         (view_update_range_and_current_page), (get_page_y_offset),
5958         (get_page_extents), (ev_view_size_request_continuous_dual_page),
5959         (ev_view_size_request_continuous),
5960         (ev_view_zoom_for_size_continuous_and_dual_page),
5961         (ev_view_zoom_for_size_continuous):
5962         
5963         More compact EvView layout in document with pages of different size.
5964
5965 Sat Jun  4 19:20:57 2005  Jonathan Blandford  <jrb@redhat.com>
5966
5967         * shell/ev-window.c (ev_window_cmd_file_properties): fix
5968         compilation.
5969
5970 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5971
5972         * shell/ev-view.c: (view_set_adjustment_values):
5973         * shell/ev-window.c: (ev_window_cmd_file_properties):
5974         
5975         A bit different fix for rounding problem but it has no
5976         problems on startup. Make properties window transient to parent.
5977
5978 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5979
5980         * pdf/ev-poppler.cc:
5981         
5982         More commenting of font stuff.
5983
5984 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
5985
5986         * pdf/ev-poppler.cc:
5987
5988         Comment out some more fonts stuff. Should really
5989         work without the poppler patch now.
5990
5991 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
5992
5993         * pdf/ev-poppler.cc:
5994
5995         Adapt to api change
5996
5997 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
5998
5999         * data/evince-properties.glade:
6000         * pdf/ev-poppler.cc:
6001         * shell/ev-properties.c: (setup_fonts_view):
6002
6003         Set the column title. Show the dialog only
6004         once everything is setup.
6005         Getting font info can be very slow... will
6006         prolly need to make this threaded too.
6007
6008 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
6009
6010         * backend/Makefile.am:
6011         * backend/ev-document-fonts.c: (ev_document_fonts_get_type),
6012         (ev_document_fonts_get_fonts_model):
6013         * backend/ev-document-fonts.h:
6014         * data/evince-properties.glade:
6015         * pdf/ev-poppler.cc:
6016         * shell/ev-properties.c: (setup_fonts_view), (ev_properties_new):
6017         * shell/ev-properties.h:
6018         * shell/ev-window.c: (ev_window_cmd_file_properties):
6019
6020         Implement fonts list. Defined out for now, since it depends
6021         on a not yet committed poppler patch.
6022
6023 Fri Jun  3 21:07:57 2005  Jonathan Blandford  <jrb@redhat.com>
6024
6025         * shell/ev-view.c (get_page_extents): other_page isn't necessarily
6026         page + 1.
6027
6028         * shell/ev-window.c: Make sure we add the timeout when we get a
6029         focus-in event.
6030
6031         * shell/ev-view.c (view_set_adjustment_values): Add 0.5 to
6032         adjustment->value before calculating the zoom factor to average
6033         out all of our rounding errors.  The page no longer 'drifts' when
6034         resizing.
6035
6036 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6037
6038         * data/evince-properties.glade:
6039         * shell/ev-properties.c: (ev_properties_format_date),
6040         (set_property):
6041         
6042         Labels don't expand when the dialogue is resized.
6043         strftime result needs to be converted to UTF-8. Thanks
6044         to Christian Persch <chpe@gnome.org>.
6045
6046 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
6047
6048         * data/evince-properties.glade:
6049
6050         Hide the fonts tab
6051
6052 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
6053
6054         * backend/ev-document-info.h:
6055         * backend/ev-document.c: (ev_document_info_free):
6056         * data/evince-properties.glade:
6057         * pdf/ev-poppler.cc:
6058         * ps/ps-document.c: (ps_document_get_info):
6059         * shell/ev-properties.c: (ev_properties_format_date),
6060         (set_property), (ev_properties_new):
6061         * shell/ev-properties.h:
6062         * shell/ev-window.c: (ev_window_cmd_file_properties):
6063
6064         Rework properties code to take only EvPropertyInfo
6065         in the constructor so that it can be useful for
6066         nautilus plugin too.
6067
6068         Deal with backends that doesnt support some properties.
6069         Make set property code generic.
6070
6071 2005-06-04  Christian Persch <chpe@gnome.org>
6072
6073         * data/evince-properties.glade:
6074
6075         fix spacings, make resizeable, and make data labels
6076         selectable + ellipsised
6077
6078 2005-06-03  Marco Pesenti Gritti <mpg@redhat.com>
6079
6080         * backend/ev-document-info.h:
6081         * data/Makefile.am:
6082         * data/evince-ui.xml:
6083         * pdf/ev-poppler.cc:
6084         * shell/Makefile.am:
6085         * shell/ev-window.c: (update_action_sensitivity),
6086         (ev_window_cmd_file_properties):
6087
6088         Initial go at file properties. Patch by
6089         Emil Soleyman-Zomalan <emil@soleyman.com>.
6090         Needs love see #169583
6091
6092 2005-06-02  Marco Pesenti Gritti <mpg@redhat.com>
6093
6094         * ps/ps-document.c: (output):
6095         * ps/ps.c: (psscan):
6096
6097         Try to render even if psscan fails.
6098
6099 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
6100
6101         * ps/ps.c: (psscan), (pscopydoc):
6102
6103         Port buffered reading code from gv
6104
6105 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
6106
6107         * ps/ps-document.c: (interpreter_message), (output):
6108
6109         Do not fail on interpreter messages
6110
6111 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
6112
6113         * backend/ev-document-misc.c:
6114         (ev_document_misc_get_thumbnail_frame):
6115
6116         Pages can be 0 x 0, dont assert on this case
6117
6118 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
6119
6120         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
6121         (ev_sidebar_links_class_init), (ev_sidebar_links_set_document):
6122
6123         Correctly manage our reference on document. Finally the reload
6124         huge leak is gone...
6125
6126 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
6127
6128         * ps/ps-document.c: (ps_document_dispose):
6129
6130         Forgot to chain it to the parent. Thanks chpe.
6131
6132 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
6133
6134         * ps/ps-document.c: (ps_document_dispose),
6135         (ps_document_class_init), (stop_interpreter), (document_load):
6136
6137         Cleanup dispose a bit. Dont leak the whole pixmap.
6138
6139 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
6140
6141         * pdf/ev-poppler.cc:
6142
6143         Release the poppler document on dispose
6144
6145 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
6146
6147         * shell/ev-view.c: (ev_view_set_document):
6148
6149         Release ref on the pixbuf cache when changing
6150         document.
6151
6152 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
6153
6154         * ps/ps-document.c: (ps_document_get_info):
6155
6156         Fix a double free
6157
6158 2005-05-31  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
6159
6160         * backend/ev-page-cache.c: (ev_page_cache_init),
6161         (_ev_page_cache_new), (ev_page_cache_get_max_label_chars):
6162         * backend/ev-page-cache.h:
6163         * shell/ev-page-action.c: (page_changed_cb):
6164         
6165         Set page action entry width depending on labels width. Fix
6166         for bug 305202.
6167
6168 2005-05-31  Marco Pesenti Gritti  <mpg@redhat.com>
6169
6170         * backend/ev-link.c: (ev_link_class_init):
6171
6172         Allow -1 as page value (error)
6173
6174 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
6175
6176         * shell/ev-sidebar-thumbnails.c:
6177         (ev_sidebar_thumbnails_set_document):
6178         * shell/ev-view.c: (scroll_to_current_page),
6179         (view_set_adjustment_values), (ev_view_set_scroll_adjustments),
6180         (page_changed_cb), (on_adjustment_value_changed),
6181         (ev_view_set_document):
6182
6183         Slightly modified patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>.
6184         Fix bug 305377
6185
6186 2005-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6187
6188         * configure.ac:
6189         * djvu/djvu-document.c: (djvu_document_get_page_size):
6190
6191         Require djvulibre CVS. Now djvu loading is much faster. Fix for
6192         bug 301993.
6193
6194 Sat May 28 07:38:03 2005  Jonathan Blandford  <jrb@redhat.com>
6195
6196         * shell/ev-view.c (draw_one_page): modify the expose handling to
6197         get the shadows.
6198
6199         * shell/ev-window.c (update_action_sensitivity): Respect
6200         permissions field.  Kowtow to the man.
6201
6202         * pdf/ev-poppler.cc: Get the permissions field.
6203
6204         * tiff/*c: Make a tiny bit more robust.
6205
6206 2005-05-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6207
6208         * djvu/djvu-document.c:
6209         
6210         Pop messages from djvu context message queue.
6211
6212 2005-05-24  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6213
6214         * configure.ac, Makefile.am, shell/Makefile.am:
6215         * tiff/Makefile.am, shell/ev-document-types.c:
6216         
6217         Cleanup tiff configure checks. Fix for bug 305218.
6218
6219 2005-05-24  Maxim V. Dziumanenko <mvd@mylinux.ua>
6220
6221         * configure.ac: Added "uk" to ALL_LINGUAS.
6222
6223 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6224
6225         * cut-n-paste/zoom-control/ephy-zoom.c:
6226         (ephy_zoom_get_changed_zoom_level):
6227         * cut-n-paste/zoom-control/ephy-zoom.h:
6228         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_set_property),
6229         (ev_view_get_property), (ev_view_class_init), (ev_view_set_zoom):
6230         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
6231         (ev_window_cmd_view_zoom_out), (ev_window_zoom_changed_cb),
6232         (zoom_control_changed_cb), (ev_window_init):
6233         
6234         Fix minor points related to moving best fit up. Introduce
6235         "zoom" property and make zoom control change it's value on
6236         notify::zoom signals. Fix for 305080.
6237
6238 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6239
6240         * data/evince-ui.xml:
6241         * shell/ev-window.c: (set_view_actions_sensitivity):
6242         
6243         Use + and - as accels for zoom in and zoom out. Fix for 305001.
6244
6245 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
6246
6247         * configure.ac:
6248
6249         Depends on poppler 0.3.2
6250
6251 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
6252
6253         * cut-n-paste/recent-files/egg-recent-item.c:
6254         (egg_recent_item_get_short_name):
6255         * cut-n-paste/toolbar-editor/Makefile.am:
6256         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
6257         (new_pixbuf_from_widget):
6258         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
6259         * cut-n-paste/toolbar-editor/egg-marshal.c:
6260         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
6261         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
6262
6263         Sync
6264
6265 Sat May 21 23:18:30 2005  Jonathan Blandford  <jrb@redhat.com>
6266
6267         * tiff/tiff-document.c: Rough TIFF backend.
6268
6269 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
6270
6271         * NEWS:
6272         * configure.ac:
6273         * cut-n-paste/toolbar-editor/Makefile.am:
6274
6275         Release 0.3.1
6276
6277 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
6278
6279         * shell/ev-view.c: (jump_to_find_result), (ev_view_can_find_next),
6280         (ev_view_find_next), (ev_view_find_previous):
6281
6282         Remove the locks around get_n_results   
6283
6284 2005-05-21  Juerg Billeter  <j@bitron.ch>
6285
6286         * pdf/ev-poppler.c: (pdf_document_ps_exporter_begin):
6287
6288         Pass correct number of pages to poppler.
6289
6290 2005-05-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6291
6292         * configure.ac:
6293         * data/Makefile.am:
6294         * data/evince.desktop.in: 
6295         * data/evince.desktop.in.in:
6296         * po/POTFILES.in:
6297         
6298         Add conditionally dvi and djvu to desktop types. Fix for 304658.
6299
6300 Sat May 21 00:21:30 2005  Jonathan Blandford  <jrb@redhat.com>
6301
6302         * shell/ev-view.c: (view_update_adjustments),
6303         (view_set_adjustment_values): cast adjustmen->value to (int)
6304         before using it.  Otherwise, we get off by a pixel in some
6305         situations.
6306
6307         (draw_one_page): Draw the border on expose.
6308
6309 Fri May 20 22:05:25 2005  Jonathan Blandford  <jrb@redhat.com>
6310
6311         * *shell/ev-view.c: Patch from Nickolay V. Shmyrev to reset the
6312         adjustment when the mode changes, #304923
6313
6314 Fri May 20 02:00:03 2005  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6315
6316         * shell/ev-view.c: Use gdk_widget_queue_draw to remove
6317         flickering on resize but still use gdk_window_scroll on
6318         scrolling
6319
6320 Fri May 20 01:46:57 2005  Jonathan Blandford  <jrb@redhat.com>
6321
6322         * shell/ev-view.c: Patch from Nickolay Shmyrev to fix the -p
6323         option, #170458
6324
6325 Fri May 20 01:27:01 2005  Jonathan Blandford  <jrb@redhat.com>
6326
6327         * shell/ev-view.c: Patch from Nickolay Shmyrev to to scroll to
6328         second page on page_changed if possible, #304669
6329
6330 Fri May 20 01:07:15 2005  Jonathan Blandford  <jrb@redhat.com>
6331
6332         * shell/ev-view.c (view_update_adjustments): Use gdk_window_scroll
6333         instead of gtk_widget_queue_draw.  Massive speedups in scrolling.
6334
6335 Fri May 20 01:05:10 2005  Jonathan Blandford  <jrb@redhat.com>
6336
6337         * .cvsignore:
6338         * shell/ev-view.c:(ev_view_size_allocate), (ev_view_class_init),
6339         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
6340         (ev_view_zoom_for_size_presentation),
6341         (ev_view_zoom_for_size_continuous_and_dual_page),
6342         (ev_view_zoom_for_size_continuous),
6343         (ev_view_zoom_for_size_dual_page),
6344         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size):
6345         * shell/ev-view.h:
6346         * shell/ev-window.c: (update_view_size),
6347         (ev_window_sizing_mode_changed_cb):
6348
6349         Patch from Nickolay Shmyrev <nshmyrev@yandex.ru> to handle
6350         the scrollbars.  It's not 100% right, but it's much closer.  Kills
6351         an infinite loop, #304769
6352
6353
6354 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
6355
6356         * data/evince-ui.xml:
6357         * shell/ev-view.c: (ev_view_scroll_view), (ev_view_class_init):
6358         * shell/ev-window.c: (set_view_actions_sensitivity):
6359
6360         Make PgUp/Down behave like Space
6361
6362 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
6363
6364         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
6365         * backend/ev-ps-exporter.h:
6366         * pdf/ev-poppler.cc:
6367         * ps/ps-document.c: (ps_document_ps_export_begin):
6368         * shell/ev-print-job.c: (idle_print_handler):
6369
6370         Adapt to new poppler api
6371
6372 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
6373
6374         * cut-n-paste/zoom-control/ephy-zoom-control.c:
6375         (ephy_zoom_control_init):
6376
6377         Translate zoom levels
6378
6379 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
6380
6381         * cut-n-paste/zoom-control/ephy-zoom.c:
6382         (ephy_zoom_get_zoom_level_index):
6383
6384         Fix current zoom -> zoom control match
6385
6386 2005-05-18  James Bowes  <bowes@cs.dal.ca>
6387
6388         * shell/ev-window.c: (ev_window_init): Give focus to the ev-view,
6389         rather than the scrolled_window that it's in. Fixes bug #304655.
6390
6391 Tue May 17 22:54:17 2005  Jonathan Blandford  <jrb@redhat.com>
6392
6393         * shell/ev-view.c: (view_update_adjustments),
6394         (view_set_adjustment_values), (view_update_range_and_current_page),
6395         (view_scroll_to_page), (set_scroll_adjustment),
6396         (ev_view_set_scroll_adjustments), (add_scroll_binding_keypad),
6397         (ev_view_scroll), (ev_view_scroll_view),
6398         (ensure_rectangle_is_visible), (find_page_at_location),
6399         (get_link_at_location), (go_to_link), (status_message_from_link),
6400         (ev_view_size_request_continuous_dual_page),
6401         (ev_view_size_request), (ev_view_size_allocate), (ev_view_realize),
6402         (ev_view_unrealize), (ev_view_expose_event),
6403         (ev_view_button_press_event), (ev_view_motion_notify_event),
6404         (ev_view_button_release_event), (ev_gdk_color_to_rgb),
6405         (draw_rubberband), (highlight_find_results), (draw_one_page),
6406         (ev_view_finalize), (ev_view_destroy), (ev_view_class_init),
6407         (ev_view_init), (find_changed_cb), (page_changed_cb),
6408         (on_adjustment_value_changed), (ev_view_new),
6409         (ev_view_set_document), (ev_view_set_zoom),
6410         (ev_view_set_continuous), (ev_view_set_dual_page),
6411         (ev_view_set_presentation), (ev_view_zoom_in), (ev_view_zoom_out),
6412         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
6413         (ev_view_zoom_for_size_presentation),
6414         (ev_view_zoom_for_size_continuous_dual_page),
6415         (ev_view_zoom_for_size_continuous),
6416         (ev_view_zoom_for_size_dual_page),
6417         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
6418         (ev_view_get_status), (ev_view_set_status),
6419         (update_find_status_message), (ev_view_get_find_status),
6420         (ev_view_set_find_status), (jump_to_find_result),
6421         (jump_to_find_page), (compute_selections), (clear_selection),
6422         (ev_view_select_all), (get_selected_text), (ev_view_copy),
6423         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
6424         (ev_view_update_primary_selection),
6425         (ev_view_create_invisible_cursor), (ev_view_set_cursor):
6426         * shell/ev-view.h:
6427         * shell/ev-window.c: (ev_window_open_page_label),
6428         (ev_window_cmd_view_reload), (ev_window_sizing_mode_changed_cb),
6429         (ev_window_init):
6430         * shell/ev-window.h:
6431         * shell/main.c: (load_files):
6432
6433         Massive code clean up from Nickolay Shmyrev.  Keep page offset
6434         when resizing.  Remove the bin_window().  Also, patch from James
6435         Bowes to fix command line page, #300641
6436         
6437 2005-05-17  Marco Pesenti Gritti  <mpg@redhat.com>
6438
6439         * data/evince-ui.xml:
6440         * shell/ev-view.c:
6441         * shell/ev-view.h:
6442         * shell/ev-window.c: (update_action_sensitivity):
6443
6444         Get rid of View->Normal Size, it's just confusing
6445
6446 Tue May 17 00:51:21 2005  Jonathan Blandford  <jrb@redhat.com>
6447
6448         * backend/ev-document-info.h:
6449         * backend/ev-document.c: (ev_document_info_free): Free the
6450         EvDocumentInfo.
6451
6452         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
6453         (clear_range), (add_range), (update_visible_range),
6454         (adjustment_changed_cb), (ev_sidebar_thumbnails_init),
6455         (ev_sidebar_thumbnails_set_document):
6456         * shell/ev-window.c: (ev_window_setup_document): Only render the
6457         visible thumbnails.  It takes an instant to render, but it uses
6458         much less memory.
6459
6460 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
6461
6462         * shell/ev-sidebar-links.c: (popup_menu_cb):
6463
6464         Select first item
6465
6466 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
6467
6468         * lib/Makefile.am:
6469         * shell/ev-sidebar-links.c: (build_popup_menu), (popup_menu_cb),
6470         (button_press_cb), (ev_sidebar_links_construct):
6471
6472         Show the popup menu also on keybindings
6473
6474 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
6475
6476         * shell/ev-window.c: (ev_window_print), (ev_window_print_range):
6477         * shell/ev-window.h:
6478
6479         Expose api to print a range (with dialog). Make private _print use
6480         it.
6481
6482         * shell/ev-sidebar-links.c: (print_section_cb), (button_press_cb),
6483         (ev_sidebar_links_construct):
6484
6485         Show a print context menu on linkx, it prints the selected
6486         section.
6487
6488 2005-05-15  Carlos Garcia Campos <carlosgc@gnome.org>
6489
6490         * shell/ev-sidebar.c: make the drop down menu as width as the toggle
6491         button.
6492
6493 2005-05-12  Marco Pesenti Gritti  <mpg@redhat.com>
6494
6495         * AUTHORS:
6496
6497         Update
6498
6499         * shell/ev-window.c: (build_comments_string),
6500         (ev_window_cmd_help_about):
6501
6502         Show poppler version/backend and authors
6503
6504 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
6505
6506         * cut-n-paste/zoom-control/ephy-zoom.c:
6507         (ephy_zoom_get_zoom_level_index):
6508         * cut-n-paste/zoom-control/ephy-zoom.h:
6509
6510         Move the best fit items at the top of the list
6511
6512 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
6513
6514         * shell/ev-marshal.list:
6515         * shell/ev-page-action.c: (ev_page_action_widget_class_init),
6516         (activate_cb), (match_selected_cb), (activate_link_cb),
6517         (connect_proxy), (ev_page_action_class_init):
6518         * shell/ev-page-action.h:
6519
6520         Use signals to notify action activation. Hopefully
6521         I did not break completion since I cant test...
6522
6523         * shell/ev-window.c: (activate_link_cb), (activate_label_cb),
6524         (register_custom_actions):
6525
6526         Connect to page selector actions and also grab focus on
6527         the view when activated.
6528
6529 Wed May 11 01:18:29 2005  Jonathan Blandford  <jrb@redhat.com>
6530
6531         * pdf/ev-poppler.cc:
6532         * backend/ev-page-cache.c: make page size calculation consistent
6533         and set it to (int)( width * scale + 0.5).  This makes the weird
6534         line going through the middle of the page go away.
6535
6536         * shell/ev-view.c: move painting the background page after
6537         checking the expose area covers us.
6538
6539 2005-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6540
6541         * data/evince-password.glade:
6542         
6543         Mark labels as not translatable. Fix for bug 302842.
6544
6545 2005-05-10  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
6546
6547         * configure.ac: Added "es" to ALL_LINGUAS.
6548
6549 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
6550
6551         * data/evince-toolbar.xml:
6552         * shell/ev-window.c: (update_action_sensitivity),
6553         (ev_window_setup_document), (ev_window_set_page_mode),
6554         (ev_window_init):
6555
6556         Remove some leftover code from jrb first continous
6557         attempt. Use the new actions, we still need good icons
6558         though...
6559
6560 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
6561
6562         * shell/ev-page-action.c: (update_pages_label), (connect_proxy):
6563
6564         Update label when connecting proxy. Fix a warning with NULL
6565         page_cache.
6566
6567 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
6568
6569         * data/evince-ui.xml:
6570         * shell/ev-page-action.c: (ev_page_action_grab_focus):
6571         * shell/ev-page-action.h:
6572         * shell/ev-window.c: (ev_window_cmd_focus_page_selector):
6573
6574         Add mnemonic for edit toolbar.
6575         ctrl+l focus the page entry.
6576
6577 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
6578
6579         * lib/Makefile.am:
6580         * shell/ev-window.c: (ev_window_cmd_edit_toolbar_cb),
6581         (ev_window_init):
6582         * shell/main.c: (main):
6583
6584         Put the toolbar xml in evince own dot dir
6585
6586 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
6587
6588         * shell/ev-window.c: (ev_window_init):
6589
6590         Make the toolbar not removable
6591
6592 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
6593
6594         * data/evince-ui.xml:
6595         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_treeview):
6596         * shell/ev-sidebar-links.h:
6597         * shell/ev-sidebar-thumbnails.c:
6598         (ev_sidebar_thumbnails_get_treeview):
6599         * shell/ev-sidebar-thumbnails.h:
6600         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_view),
6601         (ev_view_class_init):
6602         * shell/ev-view.h:
6603         * shell/ev-window.c: (update_action_sensitivity),
6604         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
6605         (set_view_actions_sensitivity), (view_actions_focus_in_cb),
6606         (view_actions_focus_out_cb), (enable_view_actions_for_widget),
6607         (ev_window_init):
6608
6609         This is evil... Make space/backspace global accelerators but
6610         enable them only for some widgets (sidebars and view).
6611         I dont like it, but I dont know a better way... :/
6612
6613 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
6614
6615         * shell/ev-page-action.c: (ev_page_action_widget_set_page_cache),
6616         (ev_page_action_widget_finalize),
6617         (ev_page_action_widget_class_init), (update_page_cache):
6618
6619         Keep a weak reference on proxy->page_cache so that we
6620         dont try to disconnect the signal if the object is already
6621         gone. Maybe there is a better way to cleanup reference handling
6622         in page action though...
6623
6624 2005-05-10  Juerg Billeter  <j@bitron.ch>
6625
6626         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
6627         * backend/ev-ps-exporter.h:
6628         * pdf/ev-poppler.cc: (pdf_document_ps_exporter_begin):
6629         * ps/ps-document.c: (ps_document_ps_export_begin):
6630         
6631         Change api to pass print range to ps_exporter_begin. The pdf backend
6632         requires this information.
6633         
6634         * shell/ev-print-job.c: (idle_print_handler):
6635         
6636         Adapt to api change
6637
6638 2005-05-10  Juerg Billeter  <j@bitron.ch>
6639
6640         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
6641         (idle_print_handler)
6642         * shell/ev-window.c: (ev_window_print):
6643
6644         Support printing page range, based on patch by Amaury Jacquot
6645
6646 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
6647
6648         * data/evince-toolbar.xml:
6649
6650         Add zoom control to available items
6651
6652 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
6653
6654         * shell/ev-window.c: (update_action_sensitivity):
6655
6656         Set slash action insensitive when appropriate
6657
6658 2005-05-10  Christian Persch <chpe@gnome.org>
6659
6660         * cut-n-paste/zoom-control/ephy-zoom-action.c: (create_menu_item):
6661
6662         Fix warning on the overflow menu
6663
6664 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
6665
6666         * shell/ev-window.c: (sanity_check_uri), (ev_window_open):
6667
6668         Check for uri correctness/existence
6669
6670 2005-05-09  Juerg Billeter  <j@bitron.ch>
6671
6672         * shell/ev-window.c: (using_postscript_printer):
6673
6674         LPD printers use postscript, too
6675
6676 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
6677
6678         * shell/ev-window.c: (register_custom_actions):
6679
6680         The zoom one is actually sort of useful,
6681         put it back
6682
6683 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
6684
6685         * shell/ev-window.c: (register_custom_actions):
6686
6687         Hide page/zoom controls from overflow, they
6688         are useless.
6689
6690 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
6691
6692         * cut-n-paste/update-from-egg.sh:
6693         
6694         Share it between all cut-n-paste subdirs
6695
6696         * cut-n-paste/recent-files/Makefile.am:
6697
6698         Fix to use "global" update-from-egg.sh
6699
6700         * cut-n-paste/recent-files/egg-recent-model.c:
6701         (egg_recent_model_changed_timeout), (egg_recent_model_finalize):
6702         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
6703         (egg_recent_view_gtk_clear), (egg_recent_view_gtk_set_list),
6704         (egg_recent_view_gtk_finalize), (egg_recent_view_gtk_set_menu):
6705
6706         Update from libegg
6707
6708         * cut-n-paste/toolbar-editor/Makefile.am:
6709
6710         Fix to use "global" update-from-egg.sh
6711
6712         * cut-n-paste/toolbar-editor/eggmarshalers.list:
6713
6714         Update from libegg
6715
6716 2005-05-09  Marco Pesenti Gritti <mpg@redhat.com>
6717
6718         * configure.ac:
6719         * cut-n-paste/Makefile.am:
6720         * cut-n-paste/recent-files/Makefile.am:
6721         * cut-n-paste/toolbar-editor/.cvsignore:
6722         * cut-n-paste/toolbar-editor/Makefile.am:
6723         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
6724         (egg_editable_toolbar_get_type), (get_toolbar_position),
6725         (get_n_toolbars), (get_dock_nth), (get_toolbar_nth), (find_action),
6726         (drag_data_delete_cb), (drag_begin_cb), (drag_end_cb),
6727         (drag_data_get_cb), (set_drag_cursor), (unset_drag_cursor),
6728         (set_item_drag_source), (create_item_from_action), (create_item),
6729         (data_is_separator), (drag_data_received_cb), (remove_toolbar_cb),
6730         (popup_toolbar_context_menu_cb), (free_dragged_item),
6731         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
6732         (toolbar_drag_leave_cb), (create_dock), (set_fixed_style),
6733         (unset_fixed_style), (toolbar_changed_cb), (unparent_fixed),
6734         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
6735         (item_added_cb), (item_removed_cb),
6736         (egg_editable_toolbar_construct),
6737         (egg_editable_toolbar_disconnect_model),
6738         (egg_editable_toolbar_deconstruct),
6739         (egg_editable_toolbar_set_model),
6740         (egg_editable_toolbar_set_ui_manager),
6741         (egg_editable_toolbar_set_property),
6742         (egg_editable_toolbar_get_property),
6743         (egg_editable_toolbar_class_init), (egg_editable_toolbar_init),
6744         (egg_editable_toolbar_finalize), (egg_editable_toolbar_new),
6745         (egg_editable_toolbar_new_with_model),
6746         (egg_editable_toolbar_get_edit_mode),
6747         (egg_editable_toolbar_set_edit_mode), (egg_editable_toolbar_show),
6748         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed),
6749         (egg_editable_toolbar_set_drag_dest), (fake_expose_widget),
6750         (new_pixbuf_from_widget), (new_separator_pixbuf),
6751         (update_separator_image), (style_set_cb),
6752         (_egg_editable_toolbar_new_separator_image),
6753         (egg_editable_toolbar_get_model):
6754         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
6755         * cut-n-paste/toolbar-editor/egg-marshal.c:
6756         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
6757         (egg_toolbar_editor_get_type), (compare_actions), (find_action),
6758         (egg_toolbar_editor_set_ui_manager), (toolbar_removed_cb),
6759         (egg_toolbar_editor_set_model), (egg_toolbar_editor_set_property),
6760         (egg_toolbar_editor_get_property), (egg_toolbar_editor_class_init),
6761         (egg_toolbar_editor_finalize), (egg_toolbar_editor_new),
6762         (drag_begin_cb), (drag_end_cb), (editor_drag_data_received_cb),
6763         (editor_drag_data_delete_cb), (drag_data_get_cb),
6764         (elide_underscores), (set_drag_cursor), (event_box_realize_cb),
6765         (editor_create_item), (update_editor_sheet), (setup_editor),
6766         (egg_toolbar_editor_init), (egg_toolbar_editor_add_action),
6767         (parse_item_list), (model_has_action), (update_actions_list),
6768         (egg_toolbar_editor_load_actions):
6769         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
6770         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
6771         (egg_toolbars_model_get_type), (egg_toolbars_model_to_xml),
6772         (safe_save_xml), (egg_toolbars_model_save), (toolbars_toolbar_new),
6773         (toolbars_item_new), (free_toolbar_node), (free_item_node),
6774         (egg_toolbars_model_get_flags), (egg_toolbars_model_set_flags),
6775         (egg_toolbars_model_add_separator), (impl_add_item),
6776         (parse_item_list), (egg_toolbars_model_add_toolbar),
6777         (parse_toolbars), (egg_toolbars_model_load), (impl_get_item_id),
6778         (impl_get_item_data), (impl_get_item_type),
6779         (_egg_accumulator_STRING), (egg_toolbars_model_class_init),
6780         (egg_toolbars_model_init), (free_toolbar),
6781         (egg_toolbars_model_finalize), (egg_toolbars_model_new),
6782         (egg_toolbars_model_remove_toolbar),
6783         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
6784         (egg_toolbars_model_n_items), (egg_toolbars_model_item_nth),
6785         (egg_toolbars_model_n_toolbars), (egg_toolbars_model_toolbar_nth),
6786         (egg_toolbars_model_add_item), (egg_toolbars_model_get_item_id),
6787         (egg_toolbars_model_get_item_data),
6788         (egg_toolbars_model_get_item_type):
6789         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
6790         * cut-n-paste/toolbar-editor/eggmarshalers.list:
6791         * data/Makefile.am:
6792         * data/evince-toolbar.xml:
6793         * data/evince-ui.xml:
6794         * data/hand-open.png:
6795         * po/POTFILES.in:
6796         * shell/Makefile.am:
6797         * shell/ev-window.c: (update_chrome_visibility),
6798         (ev_window_cmd_edit_toolbar_cb), (ev_window_cmd_edit_toolbar),
6799         (ev_window_dispose), (ev_window_init):
6800
6801         Implement epiphany like toolbar editor. Based on patch by
6802         Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6803
6804 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
6805
6806         * shell/ev-sidebar-thumbnails.c: (page_changed_cb):
6807
6808         Use set_cursor instead of set_selection, so that
6809         the keyboard focus moves too.
6810
6811 2005-05-09  Aleksey Kliger <akliger@gmail.com>
6812
6813         * dvi/mdvi-lib/tfmfile.c: (lookup_font_metrics):
6814
6815         Fix infinite loop when loading Type1 fonts
6816
6817 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
6818
6819         * data/evince-ui.xml:
6820         * shell/ev-window.c:
6821
6822         Slash -> Find
6823
6824 2005-05-09  Thomas de Grenier de Latour <degrenier@easyconnect.fr>
6825
6826         * configure.ac:
6827
6828         Make --disable really disable
6829
6830 2005-05-07  Juerg Billeter  <j@bitron.ch>
6831
6832         * backend/ev-page-cache.c: (ev_page_cache_set_page_label):
6833
6834         Compare page labels even without has_labels set, fixes setting page
6835         with entry
6836
6837 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
6838
6839         * shell/ev-view.c: (ev_view_create_invisible_cursor),
6840         (ev_view_set_cursor), (ev_view_button_press_event),
6841         (ev_view_motion_notify_event), (ev_view_button_release_event),
6842         (ev_view_init):
6843
6844         Implement middle button scrolling. Based on a patch
6845         by Tommi Komulainen <tommi.komulainen@iki.fi>.
6846
6847 2005-05-08  Marco Pesenti Gritti  <mpg@redhat.com>
6848
6849         * shell/ev-document-types.c: (get_slow_mime_type),
6850         (get_document_type_from_mime), (ev_document_type_lookup):
6851         * shell/ev-document-types.h:
6852
6853         Change api to lookup from uri. Do fast lookup first, if the
6854         type is unknown try with data sniffing.
6855
6856         * shell/ev-window.c: (ev_window_open), (ev_window_open_uri_list):
6857         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
6858
6859         Adapt to api change
6860
6861 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
6862
6863         * thumbnailer/Makefile.am:
6864
6865         Fix distcheck
6866
6867 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
6868
6869         * NEWS:
6870         * configure.ac:
6871
6872         Release 0.3.0
6873
6874         * data/evince-ui.xml:
6875
6876         Hide presentation mode for now
6877
6878         * shell/ev-view.c: (highlight_find_results):
6879
6880         Show current find selection only on current page
6881
6882 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
6883
6884         * shell/ev-view.c: (ev_view_select_all):
6885
6886         Compute size of the actual page, not of
6887         the current one.
6888
6889 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
6890
6891         * shell/ev-view.c: (clear_selection), (ev_view_finalize),
6892         (view_rect_to_doc_rect), (compute_selections),
6893         (ev_view_bin_expose), (ev_view_select_all), (get_selected_text),
6894         (ev_view_copy), (ev_view_primary_get_cb),
6895         (ev_view_primary_clear_cb), (ev_view_update_primary_selection),
6896         (ev_view_button_press_event), (ev_view_motion_notify_event),
6897         (ev_view_button_release_event), (page_changed_cb):
6898
6899         Fix text selection
6900
6901 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
6902
6903         * shell/ev-view.c: (compute_border), (get_page_extents),
6904         (doc_rect_to_view_rect), (highlight_find_results),
6905         (ev_view_bin_expose), (ev_view_select_all),
6906         (ev_view_motion_notify_event), (update_find_status_message),
6907         (jump_to_find_result), (jump_to_find_page):
6908
6909         First go at fixing search, still buggy
6910
6911 2005-05-04  Kristian Høgsberg  <krh@redhat.com>
6912
6913         * shell/ev-sidebar.c (ev_sidebar_init): Remove frame around
6914         dropdown box and button at the top of the sidebar.
6915
6916 2005-05-02  James Bowes  <bowes@cs.dal.ca>
6917
6918         * configure.ac: Output zoom-control Makefile.
6919         * cut-n-paste/Makefile.am: build zoom-control subdir.
6920         * cut-n-paste/zoom-control/ephy-zoom-action.c:
6921         * cut-n-paste/zoom-control/ephy-zoom-action.h:
6922         * cut-n-paste/zoom-control/ephy-zoom-control.c:
6923         * cut-n-paste/zoom-control/ephy-zoom-control.h:
6924         * cut-n-paste/zoom-control/ephy-zoom.c:
6925         * cut-n-paste/zoom-control/ephy-zoom.h: New files imported
6926         from epiphany, and modified to add a separator into the menu.
6927         * cut-n-paste/zoom-control/Makefile.am: Build zoom-control.
6928         * data/evince-ui.xml: Replace old zoom toolbar actions with new
6929         zoom-control action.
6930         * shell/Makefile.am: Include zoom-control flags.
6931         * shell/ev-view.c: (ev_view_set_zoom), (ev_view_get_zoom),
6932         (ev_view_get_sizing_mode), (ev_view_zoom_in), (ev_view_zoom_out),
6933         (ev_view_zoom_for_size_presentation),
6934         (ev_view_zoom_for_size_continuous_and_dual_page),
6935         (ev_view_zoom_for_size_continuous),
6936         (ev_view_zoom_for_size_dual_page),
6937         (ev_view_zoom_for_size_single_page), (ev_view_zoom_normal): 
6938         s/ev_view_zoom/ev_view_set_zoom/ and make public, add 
6939         ev_view_get_zoom and ev_view_get_sizing_mode.
6940         * shell/ev-view.h:
6941         * shell/ev-window.c: (update_action_sensitivity),
6942         (update_sizing_buttons), (zoom_control_changed_cb),
6943         (register_custom_actions): Initialize and use the zoom-control 
6944         widget.
6945
6946 Sun May  1 00:46:47 2005  Jonathan Blandford  <jrb@redhat.com>
6947
6948         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init): Change the
6949         preview cache back to 1.  Don't know when it got set to 0.
6950         
6951         * shell/ev-view.c: (compute_border), (ev_view_realize),
6952         (draw_one_page), (ev_view_set_property), (ev_view_get_property),
6953         (ev_view_class_init), (ev_view_init), (ev_view_set_fullscreen),
6954         (ev_view_get_fullscreen), (ev_view_set_presentation),
6955         (ev_view_get_presentation), (ev_view_set_sizing_mode),
6956         (ev_view_zoom_for_size_presentation), (ev_view_set_zoom_for_size):
6957         * shell/ev-view.h:
6958         * shell/ev-window.c:
6959         (update_chrome_visibility),
6960         (ev_window_cmd_continuous), (ev_window_cmd_dual),
6961         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
6962         (update_document_mode), (ev_window_update_fullscreen_action),
6963         (ev_window_fullscreen), (ev_window_unfullscreen),
6964         (ev_window_cmd_view_fullscreen),
6965         (ev_window_update_presentation_action),
6966         (ev_window_run_presentation), (ev_window_stop_presentation),
6967         (ev_window_cmd_view_presentation), (ev_window_state_event),
6968         (ev_window_focus_in_event), (ev_window_focus_out_event),
6969         (ev_window_cmd_escape), (ev_window_sidebar_visibility_changed_cb):
6970         * data/evince-ui.xml: Initial presentation mode.  We should
6971         probably hide this until it's done, as it's quite rough.  Also,
6972         change full-screen to fullscreen and add two getters to EvView.
6973
6974 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
6975
6976         * shell/ev-page-action.c: (update_page_cache),
6977         (ev_page_action_dispose):
6978         * shell/ev-window.c: (destroy_fullscreen_popup),
6979         (ev_window_create_fullscreen_popup):
6980
6981         Use connect_object rather than explicitly
6982         disconnect on dispose.
6983
6984 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
6985
6986         * shell/ev-page-action.c: (update_page_cache),
6987         (ev_page_action_dispose):
6988
6989 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6990
6991         * backend/ev-page-cache.c: (_ev_page_cache_new),
6992         (ev_page_cache_set_page_label),
6993         (ev_page_cache_has_nonnumeric_page_labels):
6994         * backend/ev-page-cache.h:
6995         * shell/ev-page-action.c: (update_pages_label):
6996         
6997         If all page labels are numeric, fallback to default
6998         way to display number of pages. See bug 173185.
6999
7000 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7001
7002         * shell/ev-page-action.c: (ev_page_action_dispose):
7003         * shell/ev-view.c: (view_update_range_and_current_page):
7004         * shell/ev-window.c: (ev_window_dispose):
7005         
7006         Set page on scroll in continuous mode. Fixes bug 301986.
7007         Also cleanup callbacks on destroy of EvWindow and EvPageAction.
7008
7009 2005-04-26  Marco Pesenti Gritti <mpg@redhat.com>
7010
7011         * configure.ac:
7012
7013         Require poppler 0.3.0
7014
7015 2005-04-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7016         
7017         * shell/Makefile.am, configure.ac: Fix build problems
7018         with t1lib. Bug 301996.
7019
7020 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7021
7022         * shell/ev-view.c: (ev_view_scroll_event):
7023         
7024         Scroll up increase zoom
7025
7026 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7027
7028         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init),
7029         (ev_view_set_sizing_mode),
7030         (ev_view_zoom_for_size_continuous_and_dual_page),
7031         (ev_view_zoom_for_size_continuous):
7032         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
7033         (ev_window_cmd_view_page_width), (ev_window_cmd_view_zoom_in),
7034         (ev_window_cmd_view_zoom_out), (ev_window_sizing_mode_changed_cb),
7035         (ev_window_init):
7036
7037         Control + Scroll does zooming, Shift + Scroll scrolls horizontally
7038         Fix for 165473 and 165472.
7039
7040 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7041
7042         * po/POTFILES.in:
7043         * thumbnailer/Makefile.am:
7044         * thumbnailer/evince-thumbnailer-djvu.schemas.in:
7045         * thumbnailer/evince-thumbnailer-dvi.schemas.in:
7046         * thumbnailer/evince-thumbnailer.schemas.in:
7047         
7048         Make thumbnailer schemas translatable. Fix for bug 301773
7049         
7050         * thumbnailer/evince-thumbnailer-djvu.schemas:
7051         * thumbnailer/evince-thumbnailer-dvi.schemas:
7052         * thumbnailer/evince-thumbnailer.schemas:
7053
7054         Removed files
7055
7056 Sun Apr 24 01:37:39 2005  Jonathan Blandford  <jrb@redhat.com>
7057
7058         * shell/ev-view.c (ev_view_init): forgot to set this.
7059
7060 Sun Apr 24 01:07:27 2005  Jonathan Blandford  <jrb@redhat.com>
7061
7062         * shell/ev-view.c: (find_page_at_location),
7063         (get_link_at_location),
7064         (ev_view_set_show_border), (ev_view_set_spacing),
7065         (ev_view_zoom_for_size_continuous_and_dual_page),
7066         (ev_view_zoom_for_size_continuous): Fix links for dual/continuous.
7067         Also, add a quick fix measuring of widths.  Also, removed
7068         ev_view_set_spacing and ev_view_set_show_border.
7069         
7070         * shell/ev-window.c: (ev_window_unfullscreen),
7071         (ev_window_cmd_view_fullscreen): Don't adjust the border/spacing.
7072
7073 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7074
7075         * shell/ev-view.c: (view_update_range_and_current_page),
7076         (page_changed_cb):
7077         
7078         Fix crash on exit and scrolling to page in continuous view.
7079
7080 Sat Apr 23 13:13:04 2005  Jonathan Blandford  <jrb@redhat.com>
7081
7082         * TODO:
7083         * backend/ev-page-cache.c: (_ev_page_cache_new),
7084         (ev_page_cache_get_max_width_size),
7085         (ev_page_cache_get_max_height_size):
7086         * backend/ev-page-cache.h:
7087         * data/evince-ui.xml:
7088         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init):
7089         * shell/ev-view.c: (view_update_adjustments),
7090         (view_update_range_and_current_page), (get_bounding_box_size),
7091         (ev_view_size_request_continuous_and_dual_page),
7092         (ev_view_size_request_continuous),
7093         (ev_view_size_request_dual_page),
7094         (ev_view_size_request_single_page), (ev_view_size_request),
7095         (ev_view_size_allocate), (get_page_extents), (draw_one_page),
7096         (ev_view_bin_expose), (ev_view_expose_event),
7097         (ev_view_set_property), (ev_view_get_property),
7098         (ev_view_class_init), (ev_view_init), (ev_view_new),
7099         (page_changed_cb), (ev_view_zoom), (ev_view_set_continuous),
7100         (ev_view_set_dual_page), (ev_view_set_full_screen),
7101         (ev_view_set_presentation), (ev_view_set_sizing_mode),
7102         (ev_view_can_zoom_in), (ev_view_can_zoom_out), (ev_view_zoom_in),
7103         (ev_view_zoom_out), (zoom_for_size_fit_width),
7104         (zoom_for_size_best_fit),
7105         (ev_view_zoom_for_size_continuous_and_dual_page),
7106         (ev_view_zoom_for_size_continuous),
7107         (ev_view_zoom_for_size_dual_page),
7108         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
7109         (ev_view_show_cursor), (ev_sizing_mode_get_type):
7110         * shell/ev-view.h:
7111         * shell/ev-window.c: (update_action_sensitivity),
7112         (ev_window_cmd_continuous), (ev_window_cmd_dual),
7113         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
7114         (update_sizing_buttons), (ev_window_cmd_view_zoom_in),
7115         (ev_window_cmd_view_zoom_out), (update_view_size),
7116         (ev_window_set_sizing_mode), (ev_window_init):
7117
7118         Add Continuous and Dual page modes.
7119
7120 2005-04-23  James Bowes  <bowes@cs.dal.ca>
7121
7122         * dvi/dvi-document.c: (dvi_document_load),
7123         (dvi_document_thumbnails_get_thumbnail),
7124         (dvi_document_init_params): Fix up some mixups between
7125         width and height to correct thumbnail rendering.
7126
7127 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7128
7129         * dvi/mdvi-lib/private.h:
7130         * dvi/mdvi-lib/setup.c: (mdvi_init_kpathsea):
7131         
7132         Suppess output for kpathsea during font generation. Thanks to
7133         James Bowes
7134
7135 Fri Apr 22 19:57:46 2005  Jonathan Blandford  <jrb@redhat.com>
7136
7137         * NEWS:
7138         * configure.ac:
7139
7140         Release 0.2.1
7141
7142         * Makefile.am: fix distcheck.
7143
7144 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7145
7146         * shell/ev-sidebar-links.c: (selection_changed_callback),
7147         (update_page_callback), (row_activated_callback),
7148         (job_finished_callback), (ev_sidebar_links_set_document):
7149         
7150         Fix for bug #169901. Double click on links expands tree.
7151
7152 2005-03-14  Bryan Clark  <clarkbw@cvs.gnome.org>
7153
7154         * shell/ev-window.c (ev_window_init): Removed fullscreen toolbar
7155         hard-coded style. Fix for bug 170111
7156
7157 2005-04-22  Kristian Høgsberg  <krh@redhat.com>
7158
7159         * shell/ev-view.c (highlight_find_results): Remove unnecessary
7160         locking.
7161
7162 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
7163
7164         * thumbnailer/evince-thumbnailer.schemas: real fix for bug 172496
7165
7166 2005-04-22  Marco Pesenti Gritti  <mpg@redhat.com>
7167
7168         * pdf/ev-poppler.cc:
7169         * shell/ev-view.c: (highlight_find_results):
7170
7171         Fix find on single page documents
7172
7173 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
7174
7175         * data/evince.schemas.in: fix for bug 301390
7176
7177 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
7178
7179         * shell/ev-view.c: (ev_view_can_zoom_in), (ev_view_can_zoom_out),
7180         (ev_view_zoom_out), (ev_view_zoom_normal):
7181         * shell/ev-view.h:
7182         * shell/ev-window.c: (update_action_sensitivity),
7183         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
7184         (ev_window_cmd_view_zoom_in), (ev_window_cmd_view_zoom_out),
7185         (ev_window_cmd_view_normal_size):
7186
7187         Fix normal size zoom. Make zoom in/zoom out unsensitive when
7188         they are behyond the limits. Tweak MAX_ZOOM to 6, sucks but
7189         better than oom. 
7190
7191 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
7192
7193         * configure.ac:
7194
7195         Depend on 2.57, 2.59 doesnt seem to be necessary
7196
7197 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
7198
7199         * shell/ev-page-action.c: (update_pages_label), (page_changed_cb),
7200         (create_tool_item):
7201
7202         Put back total number of pages as (1 of 1234)
7203
7204 Thu Apr 21 23:37:52 2005  Jonathan Blandford  <jrb@redhat.com>
7205
7206         * shell/ev-pixbuf-cache.c (dispose_cache_job_info): actually
7207         remove the job.
7208
7209         * backend/ev-document.h: Remove EV_DOC_MUTEX in favor of a locking
7210         function.  This helps debugging.
7211
7212 2005-04-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7213
7214         * djvu/djvu-document.c: (djvu_document_class_init),
7215         (djvu_document_get_info), (djvu_document_document_iface_init):
7216         * dvi/dvi-document.c: (dvi_document_class_init),
7217         (dvi_document_get_info), (dvi_document_document_iface_init):
7218
7219         Dummy implementation of get_info method for dvi and
7220         djvu. Fix crashes with those backends
7221
7222 2005-04-20  Marco Pesenti Gritti <mpg@redhat.com>
7223
7224         * data/evince.desktop.in:
7225
7226         Add application/x-gzpostscript
7227
7228 2005-04-20  Bryan Clark  <clarkbw@cvs.gnome.org>
7229
7230         * data/evince.schemas.in: Added real long descriptions, 
7231         closes bug 172496 
7232
7233         * README: Added actual text, closes bug 171869
7234
7235 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
7236
7237         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
7238
7239         Thumbnail page 0
7240
7241 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
7242
7243         * backend/ev-document-info.h:
7244
7245         s/GDate */GDate so we can just use g_free
7246
7247 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
7248
7249         * shell/ev-window.c: (update_document_mode),
7250         (ev_window_setup_document):
7251
7252         Show the window in fullscreen when specified by
7253         the document
7254
7255 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
7256
7257         * backend/ev-document.c: (ev_document_class_init),
7258         (ev_document_get_info), (ev_document_render_pixbuf):
7259         * backend/ev-document.h:
7260         * backend/ev-page-cache.c: (_ev_page_cache_new):
7261         * pdf/ev-poppler.cc:
7262         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
7263         (pixbuf_document_get_info), (pixbuf_document_document_iface_init):
7264         * ps/ps-document.c: (ps_document_class_init), (document_load),
7265         (ps_document_get_info), (ps_document_document_iface_init):
7266
7267         Remove get_title from the interface, we can just use document info
7268
7269 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
7270
7271         * backend/Makefile.am:
7272         * backend/ev-document.c: (ev_document_render_get_info):
7273         * backend/ev-document.h:
7274         * pdf/ev-poppler.cc:
7275
7276         Initial support for document info. Based on jrb patch.
7277
7278 2005-04-19  Paolo Borelli <pborelli@katamail.com>
7279
7280         * shell/ev-window.c: (ev_window_state_event),
7281         (ev_window_class_init), (ev_window_init):
7282         
7283         Doesn't show resize grip when maximized. See bug #301053
7284
7285 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7286
7287         * po/POTFILES.in:
7288         
7289         ev-sidebar-thumbnails now has translatable labels
7290         
7291         * shell/Makefile.am:
7292         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document),
7293         (ev_sidebar_links_support_document), (ev_sidebar_links_get_label),
7294         (ev_sidebar_links_page_iface_init):
7295         * shell/ev-sidebar-links.h:
7296         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
7297         (ev_sidebar_page_support_document), (ev_sidebar_page_set_document),
7298         (ev_sidebar_page_get_label):
7299         * shell/ev-sidebar-page.h:
7300         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_new),
7301         (ev_sidebar_thumbnails_set_document),
7302         (ev_sidebar_thumbnails_support_document),
7303         (ev_sidebar_thumbnails_get_label),
7304         (ev_sidebar_thumbnails_page_iface_init):
7305         * shell/ev-sidebar-thumbnails.h:
7306         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
7307         (ev_sidebar_set_document):
7308         * shell/ev-sidebar.h:
7309         * shell/ev-window.c: (ev_window_setup_document), (ev_window_init):
7310         
7311         Small rework of sidebar code. Now sidebar pages should implement
7312         EvSidebarPage interface. That makes page management in EvSidebar
7313         easier. See bug #164811 for details
7314
7315 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7316
7317         * shell/ev-application.c: (ev_application_open):
7318         * shell/ev-document-types.c:
7319         
7320         Fix build error and small problem with application exit
7321
7322 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7323
7324         * thumbnailer/Makefile.am:
7325         * thumbnailer/evince-thumbnailer-djvu.schemas:
7326         * thumbnailer/evince-thumbnailer-dvi.schemas:
7327         
7328         Conditionally install schemas for djvu/dvi thumbnailer
7329
7330 2005-04-18  David Malcolm  <dmalcolm@redhat.com>
7331
7332         * shell/ev-document-types.h: 
7333         * shell/ev-document-types.c: 
7334         New files, handling the mapping from mimetypes to backends
7335         
7336         * shell/ev-window.c: 
7337         * thumbnailer/evince-thumbnailer.c:     
7338         Use the ev-document-types code
7339         
7340         * shell/Makefile.am: 
7341         Added new convenience library libevbackendfactory_la, containing
7342         the new mimetype->backend logic; moved the backends into it.
7343
7344         * thumbnailer/Makefile.am:
7345         Make the thumbnailer link with the libevbackend.la convenience
7346         library, rather than having a duplicate of the backend logic here.
7347
7348 2005-04-18  Paolo Borelli  <pborelli@katamail.com>
7349
7350         * shell/ev-stock-icons.c: constify some vars.
7351         * shell/ev-window.c: ditto.
7352
7353 2005-04-18  Marco Pesenti Gritti  <mpg@redhat.com>
7354
7355         * ps/ps-document.c (get_page_orientation):
7356
7357         Respect document orientation 
7358
7359 2005-04-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7360
7361         * djvu/Makefile.am:
7362         * dvi/Makefile.am:
7363         * shell/Makefile.am:
7364         
7365         Move library dependencies to components.
7366         
7367         * shell/ev-window.c: (update_window_title),
7368         (start_loading_document):
7369         
7370         Fix display of uris with spaces. Bug 168358.
7371
7372 Sat Apr 16 18:53:47 2005  Jonathan Blandford  <jrb@redhat.com>
7373
7374         * shell/ev-sidebar-links.c: (selection_changed_cb):
7375         * shell/ev-view.c: (ev_view_finalize), (go_to_link),
7376         (ev_view_button_release_event), (ev_view_set_document):
7377         * shell/ev-view.h:
7378         * shell/ev-window.c: (find_bar_search_changed_cb):
7379         * shell/ev-window.h: Minor cleanups removing some dead code.
7380
7381 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7382
7383         * backend/ev-page-cache.c: (_ev_page_cache_new):
7384         
7385         Set current page to 0 if document has pages.
7386
7387 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
7388
7389         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
7390
7391         Initialize GError to NULL, fix a crash when loading fails.
7392
7393 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
7394
7395         * shell/ev-window.c: (update_view_size):
7396
7397         Calculate shadow size only when there is actually
7398         a shadow.
7399
7400 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
7401
7402         * shell/ev-view.c: (ev_view_set_spacing), (ev_view_init):
7403         * shell/ev-view.h:
7404
7405         Allow setting view spacing, default to 0
7406
7407         * shell/ev-window.c: (ev_window_unfullscreen),
7408         (ev_window_cmd_view_fullscreen), (ev_window_init):
7409
7410         Remove spacing in fullscreen mode
7411
7412 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
7413
7414         * shell/ev-view.c: (compute_border), (compute_zoom_factor),
7415         (ev_view_size_request), (expose_bin_window),
7416         (ev_view_set_show_border), (ev_view_init), (page_changed_cb):
7417         * shell/ev-view.h:
7418         * shell/ev-window.c: (ev_window_unfullscreen),
7419         (ev_window_cmd_view_fullscreen):
7420
7421         Do not draw the border in fulscreen
7422
7423 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
7424
7425         * shell/ev-view.c: (ev_view_get_offsets), (compute_zoom_factor),
7426         (ev_view_size_request), (expose_bin_window), (ev_view_select_all),
7427         (find_page_at_location), (page_changed_cb):
7428
7429         Rework border calculation, so that I can more easily disable it.
7430         Code somewhat cleaner too.
7431
7432 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
7433
7434         * backend/ev-page-cache.c: (ev_page_cache_init),
7435         (_ev_page_cache_new):
7436
7437         Remove some assertions, documents can have 0 pages.
7438         Make initial current page -1.
7439
7440         * shell/ev-page-action.c: (page_changed_cb):
7441
7442         Show "" if current page is -1
7443
7444         * shell/ev-window.c: (update_action_sensitivity),
7445         (ev_window_setup_document):
7446
7447         When document has 0 pages do not set the view
7448         and make nearly everything insensitive.
7449
7450 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7451
7452         * shell/ev-page-view.c:
7453         * shell/ev-page-view.h:
7454
7455         Remove unused files.
7456         
7457         * shell/ev-sidebar-thumbnails.c:
7458         (ev_sidebar_thumbnails_set_document):
7459         * shell/ev-sidebar.c: (ev_sidebar_set_document),
7460         (ev_sidebar_supports_document):
7461         * shell/ev-sidebar.h:
7462         * shell/ev-window.c: (ev_window_setup_document):
7463         
7464         Doesn't show thumbnails if document has 1 page. Make
7465         sidebar menu entries sensitive only if if they have 
7466         sense. Fix bug 164811. 
7467
7468 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
7469
7470         * shell/ev-view.c: (compute_zoom_factor), (ev_view_size_request),
7471         (page_changed_cb), (ev_view_zoom), (ev_view_zoom_in),
7472         (ev_view_zoom_out), (ev_view_set_size):
7473
7474         Rework sizing to deal with documents with not uniform page
7475         size.
7476
7477 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
7478
7479         * backend/ev-page-cache.c: (_ev_page_cache_new):
7480
7481         Fix several page size caching bugs
7482
7483 2005-04-15  Luca Ferretti <elle.uca@libero.it>
7484
7485         * shell/ev-window.c: (set_action_properties):
7486
7487         Make all toolbar items translatable
7488
7489 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
7490
7491         * ps/ps-document.c: (ps_document_init), (ps_document_get_type),
7492         (save_page_list), (ps_document_save),
7493         (ps_document_document_iface_init), (ps_document_ps_export_begin),
7494         (ps_document_ps_export_do_page), (ps_document_ps_export_end),
7495         (ps_document_ps_exporter_iface_init):
7496         * ps/ps-document.h:
7497
7498         Based on a patch by J�rg Billeter <j@bitron.ch>
7499         
7500         Implement print and save a copy for the ps backend.
7501
7502 2005-04-14  Marco Pesenti Gritti <mpg@redhat.com>
7503
7504         * backend/ev-document.h:
7505         * djvu/djvu-document.c: (djvu_document_can_get_text),
7506         (djvu_document_document_iface_init):
7507         * dvi/dvi-document.c: (dvi_document_can_get_text),
7508         (dvi_document_document_iface_init):
7509         * pdf/ev-poppler.cc:
7510         * pixbuf/pixbuf-document.c: (pixbuf_document_can_get_text),
7511         (pixbuf_document_document_iface_init):
7512         * ps/ps-document.c: (ps_document_can_get_text),
7513         (ps_document_document_iface_init):
7514         * shell/ev-view.c: (ev_view_copy), (ev_view_primary_get_cb):
7515         * shell/ev-window.c: (update_action_sensitivity):
7516
7517         Fix the crash when trying to copy in backends that doesnt
7518         support it. We can implement a better solution once we
7519         do real text selection.
7520
7521 2005-04-12  Marco Pesenti Gritti <mpg@redhat.com>
7522
7523         * data/evince-ui.xml:
7524         * shell/ev-window.c: (ev_window_cmd_escape):
7525         
7526         Work around the Escape conflict (find bar and unfullscreen)
7527
7528 2005-04-12  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
7529
7530         * backend/ev-page-cache.c: (ev_page_cache_next_page):
7531         
7532         Fix for #300233. Next page correctly handles document end.
7533         
7534         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
7535         (ev_sidebar_thumbnails_class_init),
7536         (ev_sidebar_thumbnails_set_document),
7537         (ev_sidebar_thumbnails_clear_job),
7538         (ev_sidebar_thumbnails_clear_model):
7539         
7540         Cleanup thumbnail jobs on document changes.
7541         
7542         * shell/ev-view.c: (add_scroll_binding_keypad),
7543         (add_scroll_binding_shifted), (ev_view_class_init):
7544         
7545         Shift + Space scrolls up. Fix for #173184
7546         
7547         * shell/ev-window.c: (ev_window_open_page),
7548         (ev_window_cmd_view_reload):
7549         
7550         Fix reload (Bug #300094)
7551
7552 2005-04-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7553
7554         
7555         * dvi/mdvi-lib/assoc.c:
7556         * dvi/mdvi-lib/assoc.h: Removed garbage files
7557         
7558         * dvi/mdvi-lib/bitmap.c:
7559         * dvi/mdvi-lib/color.c: (mdvi_set_color), (mdvi_push_color),
7560         (mdvi_pop_color), (mdvi_reset_color), (get_color_table):
7561         * dvi/mdvi-lib/color.h: Antialias of rules
7562         
7563         * dvi/mdvi-lib/common.h:
7564         * dvi/mdvi-lib/dviread.c: (mdvi_configure), (mdvi_init_context),
7565         (mdvi_destroy_context), (draw_shrink_rule), (draw_box), (set_rule):
7566         * dvi/mdvi-lib/files.c:
7567         * dvi/mdvi-lib/fontmap.c: (ps_init_default_paths):
7568         * dvi/mdvi-lib/mdvi.h:
7569         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
7570         * dvi/mdvi-lib/tfmfile.c: (ofm_load_file):
7571         * dvi/mdvi-lib/util.c: Fix compile warnings
7572         
7573         * dvi/dvi-document.c:
7574         (dvi_document_load), (dvi_document_thumbnails_get_dimensions),
7575         (dvi_document_thumbnails_get_thumbnail),
7576         (dvi_document_document_thumbnails_iface_init):
7577         * dvi/mdvi-lib/Makefile.am:
7578         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
7579         (dvi_pixbuf_set_color), (mdvi_pixbuf_device_render):
7580         
7581         Dvi backend now renders thumbnails
7582
7583 2005-04-09  Christian Persch  <chpe@cvs.gnome.org>
7584
7585         * shell/main.c: (main): 
7586         
7587         Save accelerators on exit. Fixes bug #172095.
7588
7589 Sat Apr  9 01:05:09 2005  Jonathan Blandford  <jrb@redhat.com>
7590
7591         * shell/ev-pixbuf-cache.c (move_one_job): Actually fix the "FIXME:
7592         update priority" comment.
7593
7594         * backend/ev-job-queue.c: Give a way to change priority.
7595
7596 Sat Apr  9 00:05:36 2005  Jonathan Blandford  <jrb@redhat.com>
7597
7598         * shell/ev-page-action.c: Fix logic.
7599
7600 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
7601
7602         * shell/ev-view.c: (ev_view_can_find_next):
7603         * shell/ev-window.c: (ev_window_setup_document):
7604
7605         Check that the document supports find
7606
7607 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
7608
7609         * data/evince-ui.xml:
7610         * shell/ev-view.c: (ev_view_can_find_next):
7611         * shell/ev-view.h:
7612         * shell/ev-window.c: (update_action_sensitivity),
7613         (find_changed_cb), (ev_window_setup_document),
7614         (ev_window_cmd_edit_find_next):
7615
7616         Add Edit->Find Next
7617
7618 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
7619
7620         * pdf/ev-poppler.cc:
7621         * shell/ev-print-job.c: (idle_print_handler):
7622
7623         Make printing work again
7624
7625 Fri Apr  8 01:12:24 2005  Jonathan Blandford  <jrb@redhat.com>
7626
7627         * shell/ev-page-action.h:
7628         * shell/ev-page-action.c: (ev_page_action_widget_init),
7629         (ev_page_action_widget_class_init), (page_changed_cb),
7630         (create_tool_item), (update_page_cache), (build_new_tree_cb),
7631         (get_filter_model_from_model), (match_selected_cb),
7632         (display_completion_text), (match_completion), (update_model),
7633         (connect_proxy), (ev_page_action_set_property),
7634         (ev_page_action_get_property), (ev_page_action_set_document),
7635         (ev_page_action_set_model), (ev_page_action_class_init): Big
7636         reworking to make completions work iff we have >= GTK-2.7.0
7637                 
7638         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_property),
7639         (ev_sidebar_links_get_property), (ev_sidebar_links_class_init),
7640         (job_finished_cb): We now have a 'model' property that is set when
7641         the links are loaded.  This can be caught with "notify::model"
7642
7643         * shell/ev-window.c: (sidebar_widget_model_set), (ev_window_init):
7644         listen for the model to be set, and propagate it to the action.
7645
7646 2005-04-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7647
7648         * cut-n-paste/recent-files/egg-recent-item.c:
7649         (egg_recent_item_set_uri), (make_valid_utf8),
7650         (egg_recent_item_set_mime_type), (egg_recent_item_get_mime_type):
7651         * cut-n-paste/recent-files/egg-recent-item.h:
7652         
7653         Update egg-recent from libegg. This should fix long
7654         startup problem. For details see
7655         http://bugzilla.gnome.org/show_bug.cgi?id=160531
7656
7657 2005-04-07  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7658
7659         * cut-n-paste/recent-files/Makefile.am:
7660         * data/evince-ui.xml, shell/Makefile.am:
7661         * shell/ev-application.c, shell/ev-application.h:
7662         * shell/ev-window.c: Recent files support.
7663         
7664         * configure.ac: Added "ru" to ALL_LINGUAS.
7665         
7666         * dvju: new backend to support DJVU files.
7667         * dvi: new backend to support DVI.
7668
7669         * configure.ac, Makefile.am, shell/Makefile.am, ev-window.c:
7670         * ev-application.c: Support for new backends.
7671         
7672         * help, ev-window.c, main.c shell/Makefile.am: 
7673         Evince user documentation.
7674
7675 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
7676
7677         * po/POTFILES.in:
7678         * shell/ev-window.c:
7679         * thumbnailer/evince-thumbnailer.c:
7680
7681         s/pdf-document/ev-poppler
7682
7683 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
7684
7685         * NEWS:
7686         * configure.ac:
7687
7688         Release 0.2.0
7689
7690         * ps/ps-document.c: (setup_pixmap):
7691
7692         Remove debug code
7693
7694 2005-04-05  Kristian Høgsberg  <krh@redhat.com>
7695
7696         * backend/ev-page-cache.c (ev_page_cache_next_page): 
7697         * shell/ev-window.c (ev_window_cmd_go_next_page) 
7698         (ev_window_cmd_go_first_page): Fix of by one errors.
7699
7700 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
7701
7702         * ps/ps-document.c: (get_page_box):
7703
7704         Fix page size calculation
7705
7706 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
7707
7708         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
7709         (ps_document_cleanup), (setup_pixmap), (get_page_box),
7710         (get_page_orientation), (setup_page), (document_load),
7711         (ps_document_get_page_size), (render_pixbuf_idle):
7712         * ps/ps-document.h:
7713
7714         More refactoring to adapt to EvDocument changes
7715
7716 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
7717
7718         * ps/ps-document.c: (start_interpreter):
7719
7720         Actually add alpha args
7721
7722 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
7723
7724         * pdf/ev-poppler.cc:
7725
7726         Make clipboard work again
7727
7728 2005-04-04  Kristian Høgsberg  <krh@redhat.com>
7729
7730         Make searching work again.
7731         
7732         * backend/ev-document.c:
7733         * backend/ev-document.h:
7734         * backend/ev-document-find.c:
7735         * backend/ev-document-find.h: Change EvDocumentIface so we no
7736         longer store the current page or zoom level in the document.  The
7737         consequence is that all calls that operate on the current page now
7738         instead take the page number as an extra argument, and all
7739         coordinates are now doubles in document coordinate system.
7740
7741         * pdf/ev-poppler.cc:
7742         * pixbuf/pixbuf-document.c:
7743         * ps/ps-document.c: Update backends accordingly.
7744
7745 2005-04-04  Marco Pesenti Gritti <marco@gnome.org>
7746
7747         * autogen.sh:
7748
7749         Add required gettext version
7750
7751 Sat Apr  2 18:57:00 2005  Jonathan Blandford  <jrb@redhat.com>
7752
7753         * shell/evwindow.c: Patch from Alberto Mesas <amesas@gmail.com> to
7754         make F1 bring up non-existent help.
7755
7756         * shell/eggfindbar.c: Patch from Christian Persch to sync to
7757         epiphany's find bar, #167477
7758
7759         * shell/ev-view.c (ev_view_jump): Patch from Emil Soleyman-Zomalan
7760         <emil@nishra.com> to add space-bar scrolling, 
7761
7762         * shell/ev-window.c (static GtkActionEntry entries): add default
7763         keybinding for Help (F1)
7764         Fixes #171068
7765
7766         * shell/ev-view.c (ev_view_show_cursor): Fix from Yuval Tanny
7767         changing EV_VIEW_CURSOR_LINK to EV_VIEW_CURSOR_NORMAL resolves bug
7768         170110
7769
7770 2005-04-01  David Malcolm  <dmalcolm@redhat.com>
7771
7772         * Makefile.am: 
7773         * pixbuf/pixbuf-document.c: 
7774
7775         Got pixbuf backend working again
7776
7777 2005-04-01  Steve Murphy  <murf@e-tools.com>
7778
7779         * configure.in: Added "rw" to ALL_LINGUAS.
7780
7781 Fri Apr  1 02:33:41 2005  Jonathan Blandford  <jrb@redhat.com>
7782
7783         * shell/ev-sidebar-links.c (create_loading_model): Fix mismatch in
7784         model types, noticed by Martin Kretzschmar.
7785
7786 2005-04-01  Kristian Høgsberg  <krh@redhat.com>
7787
7788         * pdf/ev-poppler.cc: Implement search based on
7789         poppler_page_find_text().  Currently a bit crude since we remember
7790         all matches from all pages.  Also, we grab the big document lock
7791         when we search since searching changes the underlying stream and
7792         thus conflicts with the rendering thread.
7793         
7794         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
7795         (jump_to_find_page), (ev_view_set_document), (ev_view_find_next),
7796         (ev_view_find_previous): Fix some page indexes to be 0 based,
7797         offset rubber band by view offset,
7798
7799 Fri Apr 01 09:21:12 2005  Pablo Saratxaga  <pablo@mandrakesoft.com>
7800
7801         * configure.ac: Added Walloon (wa) to ALL_LINGUAS.
7802
7803 Fri Apr  1 01:59:39 2005  Jonathan Blandford  <jrb@redhat.com>
7804
7805         * shell/ev-page-action.c: Changed to use page labels now.  Rewrote
7806         completely because I didn't understand GtkActions.  I should
7807         read Marco's code more carefully in the future.
7808
7809         * backend/ev-page-cache.h (ev_page_cache_set_page_label): New
7810         function
7811
7812 2005-03-31  Kristian Høgsberg  <krh@redhat.com>
7813
7814         * pdf/ev-poppler.cc (pdf_document_get_links): Update to work with
7815         PopplerRectangle change from poppler CVS.
7816
7817 Thu Mar 31 13:27:50 2005  Jonathan Blandford  <jrb@redhat.com>
7818
7819         * backend/ev-document.c: (ev_document_get_page_label):
7820         * backend/ev-document.h:
7821         * backend/ev-page-cache.c: (_ev_page_cache_new),
7822         (ev_page_cache_get_page_label):
7823         * backend/ev-page-cache.h:
7824         * pdf/ev-poppler.cc:
7825         * shell/ev-sidebar-links.c: (ev_sidebar_links_construct),
7826         (links_page_num_func):
7827         * shell/ev-sidebar-thumbnails.c:
7828         (ev_sidebar_thumbnails_set_document):
7829         * shell/ev-view.c: (status_message_from_link),
7830         (ev_view_motion_notify_event):
7831         * shell/ev-window.c: (document_supports_sidebar): Add in page
7832         label support.  It's not perfect yet, but it's the first 'feature'
7833         in a while.
7834         Also, fix a bogus comment noticed by crispin. 
7835
7836 Thu Mar 31 01:21:58 2005  Jonathan Blandford  <jrb@redhat.com>
7837
7838         * Makefile.am: Remove pixbuf backend for now
7839
7840         * configure.ac: Require poppler-glib instead of just poppler.
7841
7842         * backend/ev-document-thumbnails.h: Add a comment
7843
7844         * backend/ev-document.h:
7845         * backend/ev-document.c: (ev_document_class_init),
7846         (ev_document_load), (ev_document_get_link),
7847         (ev_document_get_links): Remove 3 methods and add get_links.
7848         Also, made 0 based.
7849
7850         * backend/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
7851         * backend/ev-jobs.h: now EvJobRender can grab the links for a document.
7852
7853         * backend/ev-link.c: (ev_link_set_title),
7854         (ev_link_mapping_free_foreach), (ev_link_mapping_free),
7855         (ev_link_mapping_find):
7856         * backend/ev-link.h: Allow NULL titles.  Also, introduce a mapping link.
7857         
7858         * backend/ev-page-cache.c: (ev_page_cache_init),
7859         (_ev_page_cache_new), (ev_page_cache_set_current_page),
7860         (ev_page_cache_get_size), (ev_page_cache_next_page),
7861         (ev_page_cache_prev_page): Fix to be 0 based.
7862
7863         * pdf/Makefile.am: 
7864         * pdf/ev-poppler.h:
7865         * pdf/ev-poppler.cc: New backend.
7866         
7867         * ps/ps-document.c: (ps_document_init), (ps_document_set_page),
7868         (ps_document_get_page), (ps_document_document_iface_init):
7869
7870         * shell/ev-pixbuf-cache.h:
7871         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
7872         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
7873         (ev_pixbuf_cache_update_range), (copy_job_to_job_info),
7874         (add_job_if_needed), (ev_pixbuf_cache_set_page_range),
7875         (ev_pixbuf_cache_get_pixbuf), (ev_pixbuf_cache_get_link_mapping):
7876         Fix up code to grab a page cache per each doc.  Also, fix to be 0
7877         based.
7878         
7879         * shell/ev-sidebar-thumbnails.c:
7880         (ev_sidebar_tree_selection_changed), (page_changed_cb),
7881         (ev_sidebar_thumbnails_set_document): Fix to be 0 based.
7882
7883         * shell/ev-view.c: (status_message_from_link),
7884         (find_page_at_location), (get_link_at_location),
7885         (ev_view_motion_notify_event), (ev_view_button_release_event),
7886         (ev_view_init): Use the new link code.  Fix to be 0 based.
7887
7888         * shell/ev-window.c: (update_action_sensitivity),
7889         (document_supports_sidebar): 0 based.
7890
7891 Fri Mar 25 16:55:58 2005  Jonathan Blandford  <jrb@redhat.com>
7892
7893         * pdf/pdf-document.cc: Patch from Fernando Herrera
7894         <fherrera@onirica.com> to fix my quick fix to get_thumbnail.
7895         *blush*
7896
7897 Wed Mar 23 23:49:41 2005  Jonathan Blandford  <jrb@redhat.com>
7898
7899         * pdf/pdf-document.cc (pdf_document_thumbnails_get_thumbnail): add
7900         1 to the page, as this seems to be 1 based.  I thought we has this
7901         fixed.  grump.
7902
7903 2005-03-23  Marco Pesenti Gritti <marco@gnome.org>
7904
7905         * TODO:
7906         * backend/Makefile.am:
7907         * backend/ev-document-links.c:
7908         (ev_document_links_has_document_links),
7909         (ev_document_links_get_links_model):
7910         * backend/ev-document-links.h:
7911         * backend/ev-document.c: (ev_document_get_page_cache),
7912         (ev_document_get_doc_mutex), (ev_document_load),
7913         (ev_document_save), (ev_document_get_title),
7914         (ev_document_get_n_pages), (ev_document_set_page),
7915         (ev_document_get_page), (ev_document_set_target),
7916         (ev_document_set_scale), (ev_document_set_page_offset),
7917         (ev_document_get_page_size), (ev_document_get_text),
7918         (ev_document_get_link), (ev_document_render),
7919         (ev_document_render_pixbuf), (ev_document_scale_changed):
7920         * backend/ev-document.h:
7921         * backend/ev-job-queue.c: (remove_object_from_queue),
7922         (notify_finished), (handle_job), (search_for_jobs_unlocked),
7923         (no_jobs_available_unlocked), (ev_render_thread),
7924         (ev_job_queue_init), (find_queue), (ev_job_queue_add_job),
7925         (ev_job_queue_remove_job):
7926         * backend/ev-job-queue.h:
7927         * backend/ev-jobs.c: (ev_job_init), (ev_job_dispose),
7928         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
7929         (ev_job_links_class_init), (ev_job_render_init),
7930         (ev_job_render_dispose), (ev_job_render_class_init),
7931         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
7932         (ev_job_thumbnail_class_init), (ev_job_finished),
7933         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
7934         (ev_job_render_run), (ev_job_thumbnail_new),
7935         (ev_job_thumbnail_run):
7936         * backend/ev-jobs.h:
7937         * backend/ev-link.c:
7938         * backend/ev-link.h:
7939         * backend/ev-page-cache.c: (ev_page_cache_init),
7940         (ev_page_cache_class_init), (ev_page_cache_finalize),
7941         (_ev_page_cache_new), (ev_page_cache_get_n_pages),
7942         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
7943         (ev_page_cache_set_link), (ev_page_cache_get_title),
7944         (ev_page_cache_get_size), (ev_page_cache_next_page),
7945         (ev_page_cache_prev_page):
7946         * backend/ev-page-cache.h:
7947         * pdf/pdf-document.cc:
7948         * ps/gsdefaults.c:
7949         * ps/gsdefaults.h:
7950         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
7951         (push_pixbuf), (interpreter_failed), (ps_document_cleanup),
7952         (ps_document_widget_event), (ps_document_finalize), (get_xdpi),
7953         (get_ydpi), (setup_pixmap), (setup_page), (close_pipe),
7954         (is_interpreter_ready), (output), (catchPipe), (input),
7955         (start_interpreter), (check_filecompressed), (compute_dimensions),
7956         (ps_document_enable_interpreter), (document_load),
7957         (ps_document_next_page), (render_page), (ps_document_set_page),
7958         (ps_document_set_scale), (render_pixbuf_idle),
7959         (ps_document_render_pixbuf), (ps_document_document_iface_init):
7960         * ps/ps-document.h:
7961         * shell/Makefile.am:
7962         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
7963         (ev_pixbuf_cache_class_init), (ev_pixbuf_cache_finalize),
7964         (dispose_cache_job_info), (ev_pixbuf_cache_dispose),
7965         (ev_pixbuf_cache_new), (job_finished_cb),
7966         (check_job_size_and_unref), (move_one_job),
7967         (ev_pixbuf_cache_update_range), (find_job_cache),
7968         (ev_pixbuf_cache_clear_job_sizes), (add_job_if_needed),
7969         (ev_pixbuf_cache_add_jobs_if_needed),
7970         (ev_pixbuf_cache_set_page_range), (ev_pixbuf_cache_get_pixbuf):
7971         * shell/ev-pixbuf-cache.h:
7972         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
7973         (idle_print_handler):
7974         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
7975         (selection_changed_cb), (create_loading_model),
7976         (ev_sidebar_links_construct), (links_page_num_func),
7977         (ev_sidebar_links_clear_document), (update_page_callback_foreach),
7978         (update_page_callback), (job_finished_cb),
7979         (ev_sidebar_links_set_document):
7980         * shell/ev-sidebar-thumbnails.c:
7981         (ev_sidebar_thumbnails_class_init), (adjustment_changed_cb),
7982         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init),
7983         (page_changed_cb), (thumbnail_job_completed_callback),
7984         (ev_sidebar_thumbnails_set_document):
7985         * shell/ev-sidebar-thumbnails.h:
7986         * shell/ev-sidebar.c: (ev_sidebar_set_document):
7987         * shell/ev-view.c: (ev_view_finalize), (ev_view_destroy),
7988         (ev_view_get_offsets), (ev_view_size_request), (ev_view_realize),
7989         (ev_view_unrealize), (highlight_find_results), (expose_bin_window),
7990         (ev_view_select_all), (ev_view_copy), (ev_view_primary_get_cb),
7991         (ev_view_create_invisible_cursor), (ev_view_motion_notify_event),
7992         (ev_view_button_release_event), (ev_view_scroll_view),
7993         (ev_view_class_init), (ev_view_init), (update_find_status_message),
7994         (jump_to_find_result), (jump_to_find_page), (find_changed_cb),
7995         (ev_view_new), (job_finished_cb), (page_changed_cb),
7996         (ev_view_set_document), (go_to_link), (ev_view_zoom),
7997         (size_to_zoom_factor), (ev_view_set_size), (ev_view_find_next),
7998         (ev_view_find_previous):
7999         * shell/ev-view.h:
8000         * shell/ev-window.c: (update_action_sensitivity),
8001         (ev_window_open_page), (update_window_title), (update_total_pages),
8002         (page_changed_cb), (ev_window_setup_document),
8003         (password_dialog_response), (ev_window_cmd_save_as),
8004         (ev_window_print), (ev_window_cmd_go_previous_page),
8005         (ev_window_cmd_go_next_page), (ev_window_cmd_go_first_page),
8006         (ev_window_cmd_go_last_page), (ev_window_cmd_view_reload),
8007         (find_bar_search_changed_cb), (goto_page_cb), (ev_window_init):
8008         * shell/main.c: (main):
8009
8010         Merge evince-threads branch
8011
8012 2005-03-16  Žygimantas Beručka  <uid0@akl.lt>
8013
8014         * configure.ac: Added "lt" to ALL_LINGUAS.
8015
8016 2005-03-14  Marco Pesenti Gritti  <marco@gnome.org>
8017
8018         * NEWS:
8019         * configure.ac:
8020
8021         Release 0.1.9
8022
8023 2005-03-13  Fernando Herrera  <fherrera@onirica.com>
8024
8025         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
8026
8027         Fix here also the thumbnails 1-basedness :)
8028
8029 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
8030
8031         * NEWS:
8032         * configure.ac:
8033
8034         Release 0.1.8
8035
8036 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
8037
8038         * pdf/pdf-document.cc:
8039         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
8040         (do_one_iteration), (ev_sidebar_thumbnails_set_document):
8041
8042         Fix the mess we did with thumbnails and 1-basedness
8043
8044 2005-03-12  Changwoo Ryu  <cwryu@debian.org>
8045
8046         * configure.ac (ALL_LINGUAS): Added "ko" (Korean).
8047
8048 2005-03-09  Marco Pesenti Gritti  <marco@gnome.org>
8049
8050         * NEWS:
8051         * configure.ac:
8052
8053         Release 0.1.7
8054
8055 2005-03-08  Marco Pesenti Gritti  <marco@gnome.org>
8056
8057         * ps/Makefile.am:
8058         * ps/gsdefaults.c: (gtk_gs_defaults_get_interpreter_cmd),
8059         (gtk_gs_defaults_get_alpha_parameters),
8060         (gtk_gs_defaults_get_ungzip_cmd),
8061         (gtk_gs_defaults_get_unbzip2_cmd):
8062         * ps/gsdefaults.h:
8063         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
8064         (ps_document_get_orientation), (document_load),
8065         (ps_document_goto_page), (ps_document_set_page_size):
8066         * ps/ps-document.h:
8067
8068         Some more sanitization of the ps backend. Remove a lot
8069         of unused code and do not base our defaults on ggv
8070         preferences (ugh!)
8071
8072 2005-03-08  Fernando Herrera  <fherrera@onirica.com>
8073
8074         * thumbnailer/evince-thumbnailer.schemas:
8075         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
8076         (main): add -s option for thumbnail size.
8077
8078 2005-03-07  Christian Persch  <chpe@cvs.gnome.org>
8079
8080         * configure.ac:
8081
8082         AC_PROG_RANLIB is rendered obsolete by AC_PROG_LIBTOOL;
8083         remove it.
8084
8085 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
8086
8087         * pdf/pdf-document.cc:
8088
8089         Remove 4 pixels of useless border from the
8090         thumbnail.
8091
8092 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
8093
8094         * backend/ev-document-thumbnails.c:
8095         (ev_document_thumbnails_get_thumbnail):
8096         * backend/ev-document-thumbnails.h:
8097
8098         Rework API a bit. Add a border flag and
8099         change sizing logic (now the size we specify
8100         applies to the bigger dimension).
8101
8102         * pdf/pdf-document.cc:
8103         * pixbuf/pixbuf-document.c:
8104         (pixbuf_document_thumbnails_get_thumbnail):
8105         * shell/ev-sidebar-thumbnails.c: (do_one_iteration):
8106         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
8107
8108         Adapt to the new API and do not draw a border for nautilus
8109         thumbnailer.
8110
8111 2005-03-03  Fernando Herrera  <fherrera@onirica.com>
8112
8113         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
8114         take thumbnails from page "0" instead of "1". Added a copyright header.
8115
8116 2005-03-03  Jens Granseuer  <jensgr@gmx.net>
8117
8118         * ps/ps-document.c: (set_up_page), (start_interpreter):
8119
8120         Make it C89 compliant
8121
8122 2005-03-03  Marco Pesenti Gritti  <marco@gnome.org>
8123
8124         * Makefile.am:
8125         * configure.ac:
8126         * pdf/.cvsignore:
8127         * pdf/pdf-document.cc:
8128         * thumbnailer/Makefile.am:
8129         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
8130         (main):
8131         * thumbnailer/evince-thumbnailer.schemas:
8132         * thumbnailer/pdf-icon.png:
8133
8134         Add a nautilus thumbnailer.
8135         Based on patch by Fernando Herrera <fherrera@onirica.com>.
8136
8137 2005-03-02  Marco Pesenti Gritti  <marco@gnome.org>
8138
8139         * NEWS:
8140         * configure.ac:
8141         * po/POTFILES.in:
8142
8143         Release 0.1.6
8144
8145 2005-03-01  Kristian Høgsberg  <krh@redhat.com>
8146
8147         Use poppler instead of including xpdf source code.  Poppler is a
8148         fork of xpdf to build it as a shared library. See
8149         http://freedesktop.org/wiki/Software/poppler.
8150
8151         * pdf/xpdf/*, pdf/goo/*, pdf/splash/*, pdf/fofi/*: Remove included
8152         xpdf fork.
8153         
8154         * pdf/Makefile.am: Build libpdfdocument.a here.
8155         
8156         * pdf/GDKSplashOutputDev.cc:
8157         * pdf/GDKSplashOutputDev.h:
8158         * pdf/GnomeVFSStream.cc:
8159         * pdf/GnomeVFSStream.h:
8160         * pdf-document.cc:
8161         * pdf-document.h:
8162         * test-gdk-output-dev.cc
8163         * Thumb.cc:
8164         * Thumb.h: Pull these files out of pdf/xpdf and adjust to compile
8165         against poppler.
8166
8167 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
8168
8169         * shell/ev-sidebar-links.c: (ev_sidebar_links_clear_document):
8170
8171         Clear idle stack before unsetting the document
8172
8173 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
8174
8175         * ps/ps-document.c: (ps_document_widget_event),
8176         (ps_document_set_target), (ps_document_finalize),
8177         (ps_document_get_page):
8178
8179         Disconnect the widget event signal on finalize.
8180         Some code cleanups.
8181
8182 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
8183
8184         * ps/ps-document.c: (set_up_page):
8185
8186         If there is no bpixmap create one, even if size
8187         is not changed.
8188
8189 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
8190
8191         * ps/ps-document.c: (ps_document_init), (ps_document_cleanup),
8192         (set_up_page), (document_load), (ps_document_set_zoom):
8193
8194         Default page is 0. Calculate size even when we have no
8195         target yet.
8196
8197 2005-02-28  Carlos Garcia Campos <carlosgc@gnome.org>
8198
8199         * shell/ev-sidebar.c: expand the selection widget to be always as
8200         wide as the sidebar
8201
8202 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
8203
8204         * shell/ev-sidebar-thumbnails.c:
8205         (ev_sidebar_thumbnails_set_document):
8206
8207         Clear the list store when setting document
8208
8209 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
8210
8211         * shell/ev-page-action.c: (update_entry), (sync_entry),
8212         (activate_cb), (entry_size_request_cb), (create_tool_item),
8213         (connect_proxy):
8214
8215         Use an entry for the page control instead of spinbuttons
8216
8217 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
8218
8219         * data/evince.schemas.in:
8220
8221         Correct confusing string
8222
8223 Sun Feb 27 23:00:31 2005  Jonathan Blandford  <jrb@redhat.com>
8224
8225         * shell/ev-sidebar-links.c (do_one_iteration): Handle title links
8226         for real.  Gosh, how long has this been broken.
8227
8228         * pdf/xpdf/pdf-document.cc (build_link_from_action): add back the
8229         check for a NULL link.  We crash otherwise.
8230
8231 2005-02-27  Marco Pesenti Gritti  <marco@gnome.org>
8232
8233         * NEWS:
8234         * configure.ac:
8235
8236         Release 0.1.5
8237
8238 2005-02-25  Sebastien Bacher  <seb128@debian.org>
8239
8240         * configure.ac: add the french translation.
8241
8242 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
8243
8244         * shell/ev-window.c:
8245
8246         Remove unused header -> fix distcheck
8247
8248 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
8249
8250         * shell/ev-window.c: (update_window_title),
8251         (ev_window_popup_password_dialog):
8252
8253         Unescape filename for display
8254
8255 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
8256
8257         * pdf/xpdf/pdf-document.cc:
8258
8259         In get_page_size deal with rotation. Also
8260         cleanup the function a bit.
8261
8262 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
8263
8264         * pdf/xpdf/pdf-document.cc:
8265
8266         Fix crash when opening in new window
8267
8268 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
8269
8270         * configure.ac:
8271
8272         Check ghostscript >= 7
8273
8274 2005-02-25  Pedro Villavicencio <pvillavi@gnome.cl>
8275
8276         * shell/ev-window.c:
8277
8278         Make page width the default sizing mode
8279
8280 2005-02-25  Carlos Garcia Campos <carlosgc@gnome.org>
8281         Marco Pesenti Gritti <marco@gnome.org>
8282
8283         * shell/ev-window.c: Remember the sidebar size
8284
8285         * data/evince.schemas.in: Add a new gconf key to store the size of
8286         the sidebar
8287
8288 2005-02-24  Kai Willadsen  <kaiw@itee.uq.edu.au>
8289
8290         * data/evince-ui.xml:
8291         * shell/ev-window.c: (update_action_sensitivity),
8292         (ev_window_cmd_view_reload):
8293         
8294         Add a "Reload" action and menu entry
8295
8296 Thu Feb 24 23:07:33 2005  Jonathan Blandford  <jrb@redhat.com>
8297
8298         * shell/ev-window.c (hide_sidebar_and_actions): Hide the sidebar
8299         iff the type doesn't support thumbnailing and indexing.
8300
8301 2005-02-24  Martin Kretzschmar  <martink@gnome.org>
8302
8303         * configure.ac (ALL_LINGUAS): Added "zh_TW" (Traditional Chinese).
8304
8305 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
8306
8307         * pdf/splash/Splash.cc:
8308
8309         Port fix for a crasher from kde bug
8310         http://bugs.kde.org/show_bug.cgi?id=97131
8311
8312 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
8313
8314         * pdf/xpdf/pdf-document.cc:
8315
8316         Return a link even if it's of an unrecognized
8317         type. Otherwise we go in an infinte cycle.
8318
8319 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
8320
8321         * shell/ev-window.c: (update_sizing_buttons), (update_view_size),
8322         (size_allocate_cb), (ev_window_set_sizing_mode):
8323
8324         Update size when switching mode
8325
8326 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
8327
8328         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
8329         (ev_window_cmd_view_page_width), (update_sizing_buttons),
8330         (ev_window_cmd_view_normal_size):
8331
8332         Fix size toggle buttons behavior
8333
8334 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
8335
8336         * shell/ev-view.c: (ev_view_get_offsets), (view_rect_to_doc_rect),
8337         (doc_rect_to_view_rect), (ev_view_size_allocate),
8338         (expose_bin_window), (ev_view_select_all), (page_changed_callback),
8339         (scale_changed_callback):
8340
8341         Do not cache offsets in size_allocate.
8342
8343 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
8344
8345         * shell/ev-view.c: (ev_view_size_allocate):
8346
8347         Calculate offsets before calling the parent
8348         class (which does a redraw)
8349
8350 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
8351
8352         * pdf/xpdf/pdf-document.cc:
8353
8354         Fix a crasher on exit. Unused code, put a TODO
8355
8356 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
8357
8358         * backend/ev-document.c: (ev_document_class_init),
8359         (ev_document_page_changed), (ev_document_scale_changed):
8360         * backend/ev-document.h:
8361
8362         Separate page/scale notifications
8363
8364         * pdf/xpdf/pdf-document.cc:
8365
8366         Emit the new signals.
8367         Do not display the pdf page in _render, do it
8368         when scale/page are requested.
8369
8370         * ps/ps-document.c: (ps_document_set_zoom),
8371         (ps_document_widget_event):
8372         * ps/ps-document.h:
8373
8374         Emit the new signals.
8375
8376         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
8377         (ev_view_init), (page_changed_callback), (scale_changed_callback),
8378         (ev_view_set_document), (ev_view_zoom), (ev_view_zoom_in),
8379         (ev_view_zoom_out), (size_to_zoom_factor), (ev_view_set_size):
8380         * shell/ev-view.h:
8381         * shell/ev-window.c: (ev_window_cmd_view_normal_size),
8382         (ev_window_cmd_view_page_width), (size_allocate_cb),
8383         (ev_window_set_sizing_mode):
8384
8385         Rework sizing to be pixel based.
8386         There are bugs but should be already way better.
8387
8388 2005-02-23  Marco Pesenti Gritti  <marco@gnome.org>
8389
8390         * shell/ev-window.c: (ev_window_init):
8391
8392         Do not allow to shrink sidebar smaller then
8393         child requisition
8394
8395 2005-02-23  Carlos Garcia Campos <carlosgc@gnome.org> 
8396
8397         * shell/ev-sidebar.[ch]
8398         * shell/ev-window.c:
8399
8400         Improved sidebar widget. Fixes #166683
8401
8402 2005-02-23  Tommi Vainikainen  <thv@iki.fi>
8403
8404         * shell/ev-view.c (update_find_status_message): Give translators
8405         more flexibility with ngettext plural handling.
8406
8407 Mon Feb 21 17:52:08 2005  Jonathan Blandford  <jrb@redhat.com>
8408
8409         * pdf/xpdf/pdf-document.cc (pdf_document_get_page_size): Patch
8410         from Crispin Flowerday <gnome@flowerday.cx> to avoid rendering the
8411         page when we get the page size.
8412
8413 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
8414
8415         * ps/ps-document.c: (ps_document_set_page), (ps_document_get_page):
8416
8417         ps pages are 0 based, convert 
8418
8419 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
8420
8421         * ps/ps-document.c: (ps_document_class_init), (ps_document_load):
8422
8423         Initialize correct parent class. Set GError on document load
8424
8425 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
8426
8427         * pdf/xpdf/pdf-document.cc:
8428
8429         Fixup selection offset calculation
8430
8431         * shell/ev-view.c: (view_rect_to_doc_rect),
8432         (doc_rect_to_view_rect), (ev_view_size_allocate),
8433         (expose_bin_window), (ev_view_select_all), (ev_view_copy),
8434         (ev_view_primary_get_cb), (ev_view_motion_notify_event):
8435
8436         Store selection as document relative, so that zooming
8437         and offset changing doesnt break it.
8438
8439 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
8440
8441         * shell/ev-view.c: (ev_view_best_fit):
8442
8443         Do not try to best fit if the view is not realized
8444
8445 2005-02-20  Kostas Papadimas <pkst@gnome.org>
8446           
8447         * configure.ac (ALL_LINGUAS): Added "el" (Greek).
8448
8449 Fri Feb 18 16:06:39 2005  Jonathan Blandford  <jrb@redhat.com>
8450
8451         * shell/ev-window.c (ev_window_focus_in_event): missed a case.
8452
8453 Fri Feb 18 15:32:57 2005  Jonathan Blandford  <jrb@redhat.com>
8454
8455         * shell/ev-window.c: Change the fullscreen toolbar to always be in
8456         the popup window.  That prevents it resizing when in full screen
8457         mode.
8458
8459         * shell/ev-view.c: Change Zoom epsilon as a bad hack to avoid
8460         multiple rerenders.  This pretty much sucks.
8461
8462         * data/evince-ui.xml: Change the fullscreen toolbar to include the
8463         rest of the toolbar.
8464
8465 2005-02-18  Tommi Vainikainen  <thv@iki.fi>
8466
8467         * configure.ac (ALL_LINGUAS): Added "fi" (Finnish).
8468
8469 2005-02-17  Alexander Shopov  <ash@contact.bg>
8470
8471         * configure.in (ALL_LINGUAS): Added "bg" (Bulgarian)
8472
8473 2005-02-16  Bryan Clark  <clarkbw@cvs.gnome.org>
8474
8475         * shell/ev-window.c: added ellipsis to Print item. Fixes bug 166915
8476
8477 2005-02-16  Marco Pesenti Gritti  <marco@gnome.org>
8478
8479         * shell/ev-view.c: (ev_view_realize), (highlight_find_results),
8480         (ev_view_create_invisible_cursor), (ev_view_set_cursor),
8481         (set_document_page), (document_changed_callback),
8482         (ev_view_set_document), (ev_view_find_previous),
8483         (ev_view_hide_cursor), (ev_view_show_cursor):
8484         * shell/ev-view.h:
8485         * shell/ev-window.c: (update_chrome_visibility),
8486         (fullscreen_timeout_cb), (fullscreen_set_timeout),
8487         (fullscreen_clear_timeout), (fullscreen_motion_notify_cb),
8488         (fullscreen_leave_notify_cb), (ev_window_fullscreen),
8489         (ev_window_unfullscreen):
8490         * shell/main.c: (main):
8491
8492         Automatically hide the fullscreen button.
8493         Patch by Kristian Høgsberg <krh@redhat.com>
8494
8495 2005-02-16  Vincent Noel  <vnoel@cox.net>
8496
8497         * shell/main.c (main): Specify an icon for the window. Patch by
8498         Jaap A. Haitsma. Fixes #166177.
8499
8500 Wed Feb 16 06:30:13 2005  Jonathan Blandford  <jrb@redhat.com>
8501
8502         * shell/ev-view.c (ev_view_realize): get rid of the black flash.
8503
8504 Tue Feb 15 22:27:13 2005  Jonathan Blandford  <jrb@redhat.com>
8505
8506         * backend/ev-document-misc.h:
8507         * backend/ev-document-misc.c:
8508         (ev_document_misc_get_page_border_size),
8509         (ev_document_misc_paint_one_page): New function to canonicalize
8510         sizing/painting a border.
8511
8512         * shell/Makefile.am: Remove ev-page-view.c entirely as it's not
8513         used.
8514
8515         * pdf/xpdf/pdf-document.cc: use new function
8516
8517         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
8518         (ev_view_init), (ev_view_set_mode), (ev_view_zoom),
8519         (ev_view_best_fit), (ev_view_fit_width): * shell/ev-view.h: *
8520         shell/ev-window.c: (update_sizing_buttons),
8521         (ev_window_setup_document), (ev_window_cmd_view_zoom_in),
8522         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_best_fit),
8523         (ev_window_cmd_view_page_width), (size_allocate_cb),
8524         (ev_window_set_sizing_mode), (ev_window_init): make the "best fit"
8525         and "fit width" values act as toggle buttons so they stay
8526         toggled.  It's not 100% perfect, and it's a little slow, but it's
8527         good enough to commit I think.
8528
8529 2005-02-15  David Lodge  <dave@cirt.net>
8530
8531         * configure.ac (ALL_LINGUAS): Added "en_GB" (English (British)).
8532
8533 2005-02-15  Martin Kretzschmar  <martink@gnome.org>
8534
8535         * shell/ev-window.c (update_window_title): replace newlines in
8536         the title by spaces. Bug #166107.
8537
8538 2005-02-14  Martin Kretzschmar  <martink@gnome.org>
8539
8540         * shell/ev-view.c (ev_view_best_fit, ev_view_fit_width): add
8541         parameters providing allocation width and height without
8542         scrollbars and width of a possible vertical scrollbar. With this
8543         additional information the functions can work as
8544         intended. Unfortunately they're not idempotent. We should
8545         transform these commands to toggles. Fixes Bug #164976
8546         Initial patch by Stephane Loeuillet, then heavily modified.
8547
8548         * shell/ev-view.h: update prototypes.
8549
8550         * shell/ev-window.c (ev_window_cmd_view_best_fit)
8551         (ev_window_cmd_view_page_width): provide EvView fit functions with
8552         all the information they need. Formulas to calculate this
8553         information taken from GtkScrolledWindow.
8554
8555 2005-02-14  Crispin Flowerday  <gnome@flowerday.cx>
8556
8557         * shell/ev-sidebar-thumbnails.c: Ensure that after we have
8558         created a thumbnail, the list store is updated to know
8559         that the thumbnail is set. Fixes bug #166792
8560
8561 2005-02-11  Bryan Clark  <clarkbw@cvs.gnome.org>
8562
8563         * shell/ev-window.c: fixed typo, closes bug 166897
8564
8565         * TODO: updated TODO with bug numbers that are relevant
8566
8567 2005-02-09  Carlos Garcia Campos <carlosgc@gnome.org>
8568
8569         * shell/ev-window.c: Support for DnD of files. Fixes #164813
8570
8571 2005-02-09  Vincent Noel  <vnoel@cox.net>
8572
8573         * shell/ev-window.c: (set_action_properties): Set the "Previous"
8574         and "Next" toolbar buttons as important to make them stand out.
8575
8576 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
8577
8578         * lib/ev-debug.c:
8579         * lib/ev-debug.h:
8580         * ps/ps-document.c: (ps_document_finalize), (set_up_page),
8581         (start_interpreter), (stop_interpreter), (document_load),
8582         (ps_document_next_page), (ps_document_goto_page),
8583         (ps_document_set_page_size), (ps_document_widget_event),
8584         (ps_document_render):
8585         * shell/ev-page-view.c: (ev_page_view_dispose):
8586         * shell/ev-view.c: (ev_view_finalize), (expose_bin_window):
8587
8588         Fix compilation on non-gcc platforms
8589
8590 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
8591
8592         * NEWS:
8593         * configure.ac:
8594
8595         Release 0.1.4
8596
8597         * pdf/xpdf/Catalog.cc:
8598         * pdf/xpdf/XRef.cc:
8599
8600         Fix the fix for CAN-2004-0888
8601
8602 2005-02-09  Luca Ferretti <elle.uca@libero.it>
8603
8604         * data/Makefile.am:
8605         * data/evince-ui.xml:
8606         * shell/ev-stock-icons.c: (ev_stock_icons_init):
8607         * shell/ev-stock-icons.h:
8608         * shell/ev-window.c: (update_action_sensitivity),
8609         (ev_window_cmd_go_previous_page), (ev_window_cmd_go_next_page),
8610         (set_action_properties):
8611
8612         Improve toolbar layout/icons
8613
8614 2005-02-08  Marco Pesenti Gritti  <marco@gnome.org>
8615
8616         * pdf/xpdf/pdf-document.cc:
8617
8618         Add warnings about unimplemented/unknown link
8619         types.
8620
8621 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
8622
8623         * ps/ps-document.c: (set_up_page):
8624
8625         Log gs property
8626
8627 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
8628
8629         * ps/ps-document.c: (start_interpreter):
8630
8631         Log gs env var
8632
8633 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
8634
8635         * shell/ev-page-view.c: (ev_page_view_dispose):
8636         * shell/ev-view.c: (ev_view_finalize):
8637         * shell/ev-window.c: (ev_window_setup_document),
8638         (ev_window_dispose), (ev_window_init):
8639
8640         Solve more refs issues.
8641
8642         I commented out the page_view initialization for now:
8643         it was never destroyed (because it's never added
8644         to a container). Because of that we was leaking
8645         gs processes. Couldnt think to a clean fix.
8646         We need to figure this out, password view has the
8647         same issue probably.
8648
8649 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
8650
8651         * ps/ps-document.c: (ps_document_finalize),
8652         (ps_document_get_n_pages), (ps_document_get_page):
8653
8654         Some cleanups, stop the interpreter on finalize
8655
8656         * shell/ev-page-view.c: (ev_page_view_dispose),
8657         (ev_page_view_class_init):
8658
8659         Release our reference on the document
8660
8661 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
8662
8663         * Makefile.am:
8664         * configure.ac:
8665         * doc/debugging.txt:
8666         * lib/.cvsignore:
8667         * lib/Makefile.am:
8668         * lib/ev-debug.c: (log_module), (trap_handler), (ev_debug_init),
8669         (ev_profiler_new), (ev_should_profile), (ev_profiler_dump),
8670         (ev_profiler_free), (ev_profiler_start), (ev_profiler_stop):
8671         * lib/ev-debug.h:
8672
8673         Add debugging helpers
8674
8675         * ps/Makefile.am:
8676         * ps/ps-document.c: (set_up_page), (start_interpreter),
8677         (stop_interpreter), (document_load), (ps_document_next_page),
8678         (ps_document_goto_page), (ps_document_set_page_size),
8679         (ps_document_widget_event), (ps_document_render):
8680         * shell/Makefile.am:
8681         * shell/ev-view.c: (expose_bin_window):
8682         * shell/main.c: (main):
8683
8684         Add some logs
8685         
8686 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
8687
8688         * ps/ps-document.c: (ps_document_widget_event):
8689
8690         Initialize message_window, this should make ps
8691         rendering really work! (Never noticed because I was
8692         testing with a ps that is causing gs to exit every time!)
8693
8694 2005-02-07  Bryan Clark  <clarkbw@cvs.gnome.org>
8695
8696         * data/evince.schemas.in: updated simple error in applyto closing tag
8697
8698 2005-02-07  Christian Persch  <chpe@cvs.gnome.org>
8699
8700         * Makefile.am:
8701         * configure.ac:
8702         * data/.cvsignore:
8703         * data/Makefile.am:
8704         * data/evince-ui.xml:
8705         A data/evince.schemas.in:
8706         * po/POTFILES.in:
8707         * shell/ev-stock-icons.c: (ev_stock_icons_init):
8708         * shell/ev-stock-icons.h:
8709         * shell/ev-window.c: (update_chrome_visibility),
8710         (update_chrome_flag), (ev_window_cmd_edit_find),
8711         (ev_window_update_fullscreen_popup), (ev_window_fullscreen),
8712         (ev_window_unfullscreen), (ev_window_focus_in_event),
8713         (ev_window_focus_out_event), (ev_window_cmd_leave_fullscreen),
8714         (ev_window_view_toolbar_cb), (ev_window_view_statusbar_cb),
8715         (ev_window_view_sidebar_cb), (find_bar_close_cb),
8716         (ev_window_dispose), (ev_window_class_init),
8717         (set_action_properties), (set_chrome_actions), (load_chrome),
8718         (ev_window_init):
8719
8720         Implement fullscreen mode changes from bug #164776.
8721         Also implement persistent chrome toggles.
8722
8723 2005-02-07  Jordi Mallach  <jordi@sindominio.net>
8724
8725         * configure.ac (ALL_LINGUAS): Added "ca" (Catalan).
8726
8727 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
8728
8729         * NEWS:
8730         * configure.ac:
8731         * shell/ev-view.c:
8732
8733         Add another check for find interface
8734
8735         Release 0.1.3
8736
8737 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
8738
8739         * shell/ev-application.c: (ev_application_open):
8740         * shell/ev-window.c: (ev_window_open):
8741
8742         Open gzipped ps documents
8743
8744 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
8745
8746         * TODO:
8747         * shell/ev-view.c: (set_document_page):
8748
8749         Clamp page number, dont try to move to
8750         not existant pages.
8751
8752 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
8753
8754         * backend/ev-document-find.c: (ev_document_find_changed):
8755         * backend/ev-document-find.h:
8756         * pdf/xpdf/pdf-document.cc:
8757         * shell/ev-view.c: (jump_to_find_result), (ev_view_set_document):
8758         * shell/ev-window.c: (find_bar_search_changed_cb):
8759
8760         Fix several bugs with find
8761
8762 2005-02-04  Martin Kretzschmar  <martink@gnome.org>
8763
8764         * shell/ev-sidebar-thumbnails.c
8765         (ev_sidebar_thumbnails_select_page): do nothing unless we have a
8766         document. Prevents warning from scroll_to_cell.
8767
8768 2005-02-02  Kjartan Maraas  <kmaraas@gnome.org>
8769
8770         * configure.ac: Add «nb» to ALL_LINGUAS too.
8771
8772 Wed Feb  2 21:13:11 2005  Jonathan Blandford  <jrb@redhat.com>
8773
8774         * NOTES: New file with some random thoughts.
8775
8776         * TODO: Update.
8777
8778         * backend/ev-document-misc.c:
8779         (ev_document_misc_get_page_border_size): New function to
8780         canonicalize shadow drawing sizes.  Possibly goofy.
8781
8782         * shell/ev-view.c: (ev_view_size_request), (set_document_page),
8783         (ev_view_best_fit), (ev_view_fit_width):
8784         * pdf/xpdf/pdf-document.cc:
8785         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
8786         * ps/ps-document.c: (ps_document_get_page_size):
8787         * backend/ev-document-misc.h:
8788         * backend/ev-document.c: (ev_document_get_page_size):
8789         * backend/ev-document.h: get_page_size now takes a page number
8790         parameter.  Made all the backends/frontends honor it.
8791
8792         * data/evince-ui.xml: Added a multiple-page mode.  Uncomment to
8793         see.  Doesn't work yet.
8794
8795         * shell/Makefile.am:
8796         * shell/ev-page-view.[ch]: New multi-page view.  Really rough.
8797         Doesn't do anything yet.
8798
8799         * shell/ev-sidebar-thumbnails.c:
8800         (ev_sidebar_thumbnails_set_document): [1..n_pages] instead of
8801         [0..n_pages-1]
8802
8803         * shell/ev-window.c: (update_action_sensitivity),
8804         (ev_window_setup_document), (ev_window_set_page_mode),
8805         (ev_window_page_mode_cb), (ev_window_init): Clean up the
8806         view-swapping code a bit so we can have multiple views on a
8807         document.  Add the multi-page view, though it can't be turned on
8808         yet.
8809
8810 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
8811
8812         * shell/ev-application.c: (ev_application_open):
8813         * shell/ev-view.c: (expose_bin_window):
8814         * shell/ev-window.c: (ev_window_open):
8815
8816         Support eps and check document supports find
8817         before drawing highlightings in expose.
8818
8819 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
8820
8821         * pixbuf/pixbuf-document.c:
8822         (pixbuf_document_thumbnails_get_dimensions),
8823         (pixbuf_document_document_thumbnails_iface_init):
8824
8825         implement get_dimensions
8826
8827 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
8828
8829         * NEWS:
8830         * configure.ac:
8831
8832         Release 0.1.2
8833
8834 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
8835
8836         * shell/ev-view.c: (set_document_page):
8837
8838         Scroll at the top of the page when changing page
8839
8840 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
8841
8842         * shell/ev-view.c: (ev_view_motion_notify_event):
8843
8844         Do not redraw unnecessarily
8845
8846 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
8847
8848         * pdf/xpdf/pdf-document.cc:
8849         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
8850         (expose_bin_window), (find_changed_cb):
8851
8852         Yay! find works now... Now to find bugs...
8853
8854 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
8855
8856         * backend/ev-document-find.c: (ev_document_find_base_init),
8857         (ev_document_find_changed):
8858         * backend/ev-document-find.h:
8859         * pdf/xpdf/pdf-document.cc:
8860         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
8861         (expose_bin_window), (ev_view_init), (set_document_page),
8862         (ensure_rectangle_is_visible), (jump_to_find_result),
8863         (jump_to_find_page), (find_changed_cb), (ev_view_set_document),
8864         (ev_view_find_next), (ev_view_find_previous):
8865         * shell/ev-view.h:
8866         * shell/ev-window.c: (find_bar_previous_cb), (find_bar_next_cb):
8867
8868         More work on find implementation, mostly there now
8869
8870 2005-01-29  Marco Pesenti Gritti  <marco@gnome.org>
8871
8872         * backend/ev-backend-marshalers.list:
8873         * backend/ev-document-find.c: (ev_document_find_base_init),
8874         (ev_document_find_cancel), (ev_document_find_page_has_results),
8875         (ev_document_find_get_n_results), (ev_document_find_get_result),
8876         (ev_document_find_get_progress), (ev_document_find_changed):
8877         * backend/ev-document-find.h:
8878
8879         Enanche the find interface to be really able to do
8880         multi page find.
8881
8882         * pdf/xpdf/pdf-document.cc:
8883
8884         Implement
8885
8886         * shell/ev-view.c: (ev_view_finalize), (highlight_find_results),
8887         (expose_bin_window), (ev_view_init),
8888         (ev_view_get_find_status_message), (find_changed_cb),
8889         (ev_view_set_document), (set_document_page):
8890
8891         Adapt to the new interface. A few things are regressed sorry,
8892         I will finish it soon.
8893
8894 2005-01-28  Martin Kretzschmar  <martink@gnome.org>
8895
8896         * shell/ev-sidebar-thumbnails.c (ev_sidebar_thumbnails_destroy)
8897         (ev_sidebar_thumbnails_class_init): use G_DEFINE_TYPE-supplied
8898         ev_sidebar_thumbnails_parent_class variable, don't define another
8899         parent_class variable.
8900
8901         * shell/ev-page-action.c (connect_proxy, ev_page_action_finalize)
8902         (ev_page_action_class_init): ditto.
8903
8904         * pixbuf/pixbuf-document.c (pixbuf_document_finalize)
8905         (pixbuf_document_class_init): ditto.
8906
8907         * backend/ev-link.c (ev_window_dispose, ev_link_class_init):
8908         ditto.
8909
8910         * .cvsignore: ignore various valgrind output files.
8911
8912 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
8913
8914         * data/evince-ui.xml:
8915         * shell/Makefile.am:
8916         * shell/ev-history.c:
8917         * shell/ev-history.h:
8918         * shell/ev-navigation-action.c:
8919         * shell/ev-navigation-action.h:
8920         * shell/ev-view.c: (ev_view_finalize), (ev_view_go_to_link),
8921         (ev_view_set_page), (ev_view_fit_width):
8922         * shell/ev-view.h:
8923         * shell/ev-window.c: (update_action_sensitivity),
8924         (ev_window_setup_document), (register_custom_actions):
8925
8926         Kill session history
8927
8928 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
8929
8930         * shell/ev-window.c: (update_action_sensitivity):
8931
8932         Fix inverted up/down buttons
8933
8934 2005-01-27  Martin Kretzschmar  <martink@gnome.org>
8935
8936         * shell/ev-sidebar-thumbnails.c
8937         (ev_sidebar_thumbnails_select_page): make sure the selected
8938         thumbnail stays visible.
8939
8940 2005-01-26  Martin Kretzschmar  <martink@gnome.org>
8941
8942         * shell/ev-window.c (ev_window_init): add GTK_SHADOW_IN to the
8943         scrolled window for Federico.
8944
8945 2005-01-26  Ole Laursen  <olau@hardworking.dk>
8946
8947         * configure.ac: Added "da" (Danish) to ALL_LINGUAS.
8948
8949 2005-01-26  Marco Pesenti Gritti  <marco@gnome.org>
8950
8951         * configure.ac:
8952         * pdf/splash/SplashFTFontEngine.cc:
8953
8954         Fix CID fonts with freetype 2.1.9
8955
8956 2005-01-26  Bryan Clark  <clarkbw@cvs.gnome.org>
8957
8958         * TODO: added item for desktop icon thumbnailer
8959
8960 Tue Jan 25 00:59:34 2005  Jonathan Blandford  <jrb@redhat.com>
8961
8962         * pdf/xpdf/pdf-document.cc (pdf_document_get_title): guard against
8963         unloaded docs when the title is accessed.
8964
8965         * shell/ev-password-view.[hc]: New widget for displaying password
8966         state.
8967
8968         * shell/ev-window.[ch]: Refactor password handling code to handle
8969         the new view.
8970
8971 2005-01-24  Marco Pesenti Gritti  <marco@gnome.org>
8972
8973         * NEWS:
8974         * configure.ac:
8975         * data/Makefile.am:
8976
8977         Release 0.1.1
8978
8979 2005-01-23  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
8980
8981         * pdf/xpdf/pdf-document.cc (pdf_document_search_page_changed):
8982         ignore page offset here, to make search results independent of it,
8983
8984         * shell/ev-view.c (expose_bin_window): but take offsets into
8985         account here. Bug #164932
8986
8987         * pdf/xpdf/pdf-document.cc (pdf_document_get_link): divide by
8988         scale at the right time. Bug #164996
8989
8990 2005-01-22  Martin Kretzschmar  <martink@gnome.org>
8991
8992         * pdf/xpdf/GlobalParams.cc: My 2005-01-05 change didn't actually
8993         fix the problem. Now I just removed the Adobe font names and hope
8994         that the URW fonts are always in outline format. Bug #164934
8995
8996         * shell/ev-window.c (update_window_title): empty titles are
8997         useless, use filename in that case too.
8998
8999         * NEWS: Add some content.
9000
9001 2005-01-21  Bryan Clark  <clarkbw@cvs.gnome.org>
9002
9003         * TODO: added one more TODO item and a TODONE section :)
9004
9005 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
9006
9007         * ps/ps-document.h: add page_[xy]_offset fields.
9008
9009         * ps/ps-document.c (ps_document_set_page_offset)
9010         (ps_document_render): Keep offset in consideration in a few
9011         places. Bug #164752 "postscript documents are not centered in
9012         window"
9013
9014         * data/evince.desktop.in (X-GNOME-Bugzilla-Product):
9015         s/gpdf/evince/. Spotted by Stephane Loeuillet.
9016
9017         * pixbuf/pixbuf-document.c (pixbuf_document_get_n_pages)
9018         (pixbuf_document_get_text, pixbuf_document_document_iface_init):
9019         stub out missing methods for complete EvDocument implementation.
9020         Fixes segfaults with Save A Copy and Copy actions.
9021
9022         * ps/ps-document.c (ps_document_save, ps_document_get_text) 
9023         (ps_document_document_iface_init): ditto.
9024         
9025 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
9026
9027         * data/.cvsignore:
9028         * data/Makefile.am:
9029         * data/evince.desktop.in:
9030
9031         Add desktop file
9032
9033 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
9034
9035         * shell/ev-view.c: (ev_view_button_press_event),
9036         (ev_view_motion_notify_event):
9037
9038         Make selection work in any direction
9039
9040 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
9041
9042         * TODO:
9043         * shell/ev-window.c: (set_short_labels), (ev_window_init):
9044
9045         Use shorter labels for some of the toolbars items
9046
9047 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
9048
9049         * pdf/xpdf/pdf-document.cc:
9050
9051         Check the links info is initialized before
9052         using it. Should fix a crash on startup.
9053
9054 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
9055
9056         * pixbuf/pixbuf-document.c
9057         (pixbuf_document_thumbnails_get_dimensions): force floating point
9058         division to calculate page_ratio. Fixes crash with landscape
9059         format pixbufs.
9060
9061 Thu Jan 20 18:56:35 2005  Jonathan Blandford  <jrb@redhat.com>
9062
9063         * shell/ev-view.c (ev_view_realize): make the bg color darker.
9064
9065 2005-01-20  Martin Kretzschmar  <martink@gnome.org>
9066
9067         * shell/ev-view.c (set_document_page): unset has_selection when
9068         the page changes.
9069         (set_document_page): handle paper size changes when the page
9070         changes (test with Free Culture, page 2).
9071
9072 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
9073
9074         * shell/ev-view.c: (ev_view_size_request), (ev_view_realize),
9075         (expose_bin_window), (ev_view_class_init), (ev_view_init):
9076
9077         Use normal style color for the widget background and
9078         draw a black box around the page.
9079
9080 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
9081
9082         * pdf/xpdf/pdf-document.cc:
9083
9084         Keep offset in consideration in a few places
9085
9086         * shell/ev-view.c: (expose_bin_window):
9087
9088         Set the offsets so that the document is ever centered
9089
9090 2005-01-20  Bryan Clark  <clarkbw@cvs.gnome.org>
9091
9092         * TODO: Added TODO items and finished off the first todo item
9093
9094         * AUTHORS: Updated AUTHORS section with piece from gpdf file and
9095         reflect current authors
9096
9097 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
9098
9099         * pdf/xpdf/pdf-document.cc:
9100         * shell/ev-view.c: (ev_view_set_cursor),
9101         (ev_view_motion_notify_event), (document_changed_callback),
9102         (set_document_page):
9103
9104         Show a wait cursor while the page is rendering
9105
9106 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
9107
9108         * shell/ev-sidebar-thumbnails.c:
9109         (ev_sidebar_tree_selection_changed),
9110         (ev_sidebar_thumbnails_select_page):
9111         * shell/ev-sidebar-thumbnails.h:
9112         * shell/ev-view.c: (ev_view_set_document), (ev_view_can_go_back),
9113         (ev_view_can_go_forward):
9114         * shell/ev-window.c: (ev_window_open_page),
9115         (ev_window_setup_document), (update_current_page),
9116         (view_page_changed_cb), (ev_window_init):
9117         * shell/ev-window.h:
9118
9119         Ensure thumbnails selection, toolbar page control and
9120         current page are in sync.
9121
9122 2005-01-19  Marco Pesenti Gritti  <marco@gnome.org>
9123
9124         * pdf/xpdf/XRef.cc:
9125
9126         Fix CAN-2005-0064
9127
9128 Wed Jan 19 01:10:57 2005  Jonathan Blandford  <jrb@redhat.com>
9129
9130         * backend/Makefile.am:
9131         * backend/ev-document-links.h:
9132         * backend/ev-document-security.c: (ev_document_security_get_type),
9133         (ev_document_security_has_document_security),
9134         (ev_document_security_set_password):
9135         * backend/ev-document-security.h:
9136         * backend/ev-document.c: (ev_document_error_quark):
9137         * backend/ev-document.h:
9138         * data/Makefile.am:
9139         * data/evince-password.glade:
9140         * pdf/xpdf/pdf-document.cc:
9141         * shell/Makefile.am:
9142         * shell/ev-password.c: (ev_password_set_bad_password_label),
9143         (ev_window_password_entry_changed_cb), (ev_password_dialog_new),
9144         (ev_password_dialog_get_password),
9145         (ev_password_dialog_set_bad_pass):
9146         * shell/ev-password.h:
9147         * shell/ev-window.c: (ev_window_get_attribute),
9148         (ev_window_set_property), (update_action_sensitivity),
9149         (ev_window_is_empty), (mime_type_supported_by_gdk_pixbuf),
9150         (ev_window_setup_document), (ev_window_get_password),
9151         (ev_window_open), (ev_window_cmd_save_as),
9152         (using_postscript_printer), (ev_window_print),
9153         (find_not_supported_dialog), (ev_window_cmd_edit_find),
9154         (update_fullscreen_popup), (ev_window_fullscreen),
9155         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
9156         (ev_window_focus_out_cb), (ev_window_cmd_help_about),
9157         (menu_item_select_cb), (find_bar_search_changed_cb),
9158         (ev_window_dispose), (ev_window_init):
9159
9160         Add initial support for password-supported dialogs.  This could be
9161         a lot cooler, but it'll do for now.
9162
9163 2005-01-18  Marco Pesenti Gritti  <marco@gnome.org>
9164
9165         * pdf/xpdf/pdf-document.cc:
9166         * shell/ev-view.c: (status_message_from_link),
9167         (ev_view_set_status), (ev_view_set_cursor),
9168         (ev_view_motion_notify_event), (ev_view_init):
9169         * shell/ev-window.c: (view_status_changed_cb), (ev_window_init):
9170
9171         Fix bugs in the links implementation and change cursor
9172         when hovering a link.
9173
9174 2005-01-17  Bryan Clark  <clarkbw@cvs.gnome.org>
9175
9176         * viewer/.cvsignore: added cvsignore file for viewer directory
9177
9178         * TODO: created TODO document
9179
9180 2005-01-14  Dave Malcolm  <dmalcolm@redhat.com>
9181
9182         * shell/ev-view.h:
9183         * shell/ev-view.c (ev_view_can_go_back), (ev_view_can_go_forward):      
9184         new functions to help with implementation of sensitivity code
9185         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
9186         of all actions that might require it.  Fixes a crash when you
9187         click on the Zoom actions in a window lacking a document.
9188
9189 2005-01-13  Dave Malcolm  <dmalcolm@redhat.com>
9190
9191         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
9192         of the Find action
9193
9194 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
9195
9196         * pixbuf/pixbuf-document.c: (pixbuf_document_get_link),
9197         (pixbuf_document_document_iface_init):
9198         * ps/ps-document.c: (ps_document_get_link),
9199         (ps_document_document_iface_init):
9200         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event),
9201         (status_message_from_link), (ev_view_set_status),
9202         (ev_view_set_find_status), (ev_view_motion_notify_event),
9203         (ev_view_button_release_event), (ev_view_set_property),
9204         (ev_view_get_property), (ev_view_class_init), (ev_view_init),
9205         (ev_view_get_find_status_message), (update_find_results),
9206         (ev_view_get_status), (ev_view_get_find_status):
9207         * shell/ev-view.h:
9208         * shell/ev-window.c: (view_status_changed_cb),
9209         (view_find_status_changed_cb), (ev_window_init):
9210
9211         View status message support, use it to show the links.
9212         Needs work...
9213
9214 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
9215
9216         * backend/ev-document.c: (ev_document_get_link):
9217         * backend/ev-document.h:
9218         * pdf/xpdf/pdf-document.cc:
9219         * shell/ev-application.c: (ev_application_open):
9220         * shell/ev-application.h:
9221         * shell/ev-sidebar-links.c: (selection_changed_cb):
9222         * shell/ev-view.c: (ev_view_button_release_event), (go_to_link),
9223         (ev_view_go_to_link):
9224
9225         Add support for document links
9226
9227 2005-01-13  Anders Carlsson  <andersca@gnome.org>
9228
9229         * shell/ev-page-action.c: (update_spin), (total_pages_changed_cb),
9230         (create_tool_item):
9231         Set the spin button limits correctly.
9232         
9233         * shell/ev-sidebar-thumbnails.c:
9234         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init):
9235         Support changing pages by clicking on the thumbnails.
9236         
9237 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
9238
9239         * pixbuf/pixbuf-document.c:
9240         (pixbuf_document_thumbnails_get_dimensions),
9241         (pixbuf_document_document_thumbnails_iface_init):
9242
9243         implement get_dimensions
9244
9245 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
9246
9247         * ps/ps-document.c: (ps_document_goto_page):
9248
9249         Fix page switching on multipage documents
9250
9251 2005-01-12  Jeff Muizelaar  <jrmuizel@nit.ca>
9252
9253         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
9254         
9255         check for NULL before assigning to width and height parameters
9256
9257 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
9258
9259         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
9260         (pixbuf_document_set_property), (pixbuf_document_get_property):
9261
9262         implement get/set properties
9263
9264 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
9265
9266         * pdf/xpdf/pdf-document.cc: (pdf_info_dict_get_string):
9267         
9268         return NULL instead of "Unknown", letting the title get set to
9269         the filename when the pdf has no title.
9270
9271 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
9272
9273         * ps/ps-document.c: (ps_document_get_page_count),
9274         (ps_document_goto_page):
9275
9276 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
9277
9278         * shell/ev-history.c: (ev_history_get_property),
9279         (ev_history_set_property), (ev_history_class_init),
9280         (ev_history_add_page), (ev_history_set_current_index):
9281         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
9282         (activate_menu_item_cb), (new_history_menu_item), (build_menu),
9283         (ev_navigation_action_finalize):
9284         * shell/ev-navigation-action.h:
9285         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
9286         (ev_view_go_forward), (ev_view_get_find_status_message),
9287         (history_index_changed_cb), (ev_view_set_history):
9288         * shell/ev-view.h:
9289         * shell/ev-window.c: (update_total_pages), (ev_window_open),
9290         (update_current_page), (register_custom_actions):
9291
9292         Implement history dropdowns
9293
9294 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
9295
9296         * shell/ev-history.c: (ev_history_init), (ev_history_add_link):
9297         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
9298         (ev_view_go_forward):
9299         * shell/ev-window.c: (register_custom_actions):
9300
9301         Fix several history bugs
9302
9303 2005-01-11  Kjartan Maraas  <kmaraas@gnome.org>
9304
9305         * configure.ac: Add «nb» to ALL_LINGUAS.
9306
9307 2005-01-10  Marco Pesenti Gritti  <marco@gnome.org>
9308
9309         * backend/Makefile.am:
9310         * backend/ev-bookmark.c:
9311         * backend/ev-bookmark.h:
9312         * backend/ev-document-bookmarks.c:
9313         * backend/ev-document-bookmarks.h:
9314         * backend/ev-document-links.c: (ev_document_links_get_type),
9315         (ev_document_links_has_document_links),
9316         (ev_document_links_begin_read), (ev_document_links_get_link),
9317         (ev_document_links_get_child), (ev_document_links_next),
9318         (ev_document_links_free_iter):
9319         * backend/ev-document-links.h:
9320         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_title),
9321         (ev_link_set_title), (ev_link_get_uri), (ev_link_set_uri),
9322         (ev_link_get_link_type), (ev_link_set_link_type),
9323         (ev_link_get_page), (ev_link_set_page), (ev_link_get_property),
9324         (ev_link_set_property), (ev_window_dispose), (ev_link_init),
9325         (ev_link_class_init), (ev_link_new_title), (ev_link_new_page),
9326         (ev_link_new_external):
9327         * backend/ev-link.h:
9328         * pdf/xpdf/pdf-document.cc:
9329         * shell/Makefile.am:
9330         * shell/ev-application.c: (ev_application_open_link):
9331         * shell/ev-application.h:
9332         * shell/ev-history.c: (ev_history_add_link), (ev_history_add_page),
9333         (ev_history_get_link_nth):
9334         * shell/ev-history.h:
9335         * shell/ev-sidebar-bookmarks.c:
9336         * shell/ev-sidebar-bookmarks.h:
9337         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
9338         (ev_sidebar_links_class_init), (selection_changed_cb),
9339         (ev_sidebar_links_construct), (ev_sidebar_links_init),
9340         (links_page_num_func), (ev_sidebar_links_new), (stack_data_free),
9341         (do_one_iteration), (populate_links_idle),
9342         (ev_sidebar_links_clear_document), (ev_sidebar_links_set_document):
9343         * shell/ev-sidebar-links.h:
9344         * shell/ev-sidebar.c: (ev_sidebar_set_document):
9345         * shell/ev-view.c: (go_to_link), (ev_view_go_to_link),
9346         (go_to_index):
9347         * shell/ev-view.h:
9348         * shell/ev-window.c: (ev_window_open_link), (ev_window_init):
9349         * shell/ev-window.h:
9350
9351         Rename bookmark to link, and use "Index" for the sidebar panel.
9352
9353 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
9354
9355         * shell/Makefile.am:
9356         * shell/ev-application.c: (ev_application_open_bookmark):
9357         * shell/ev-application.h:
9358         * shell/ev-history.c: (ev_history_init), (free_links_list),
9359         (ev_history_finalize), (ev_history_class_init),
9360         (ev_history_add_link), (ev_history_add_page),
9361         (ev_history_get_link_nth), (ev_history_get_n_links),
9362         (ev_history_get_current_index), (ev_history_set_current_index),
9363         (ev_history_new):
9364         * shell/ev-history.h:
9365         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
9366         * shell/ev-view.c: (ev_view_finalize), (ev_view_set_document),
9367         (set_document_page), (go_to_bookmark), (ev_view_go_to_bookmark),
9368         (go_to_index), (ev_view_go_back), (ev_view_go_forward),
9369         (ev_view_set_page):
9370         * shell/ev-view.h:
9371         * shell/ev-window.c: (ev_window_open_bookmark),
9372         (ev_window_cmd_go_back), (ev_window_cmd_go_forward),
9373         (goto_page_cb), (register_custom_actions):
9374         * shell/ev-window.h:
9375
9376         Initial history implementation. Needs work.
9377
9378 2005-01-09  Martin Kretzschmar  <martink@gnome.org>
9379
9380         * pdf/xpdf/GDKSplashOutputDev.cc (redraw): fix pixbuf data offset.
9381
9382 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
9383
9384         * cut-n-paste/recent-files/egg-recent-item.c:
9385         * cut-n-paste/recent-files/egg-recent-item.h:
9386         * cut-n-paste/recent-files/egg-recent-model.c:
9387         * cut-n-paste/recent-files/egg-recent-util.c:
9388         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
9389         * cut-n-paste/recent-files/egg-recent-view.c:
9390
9391         Update
9392
9393 2005-01-08  Martin Kretzschmar  <martink@gnome.org>
9394
9395         * pdf/splash/Splash.cc (clear, drawPixel, drawSpan, xorSpan, getPixel)
9396         (fillGlyph, fillImageMask, drawImage):
9397         pdf/splash/SplashBitmap.cc (SplashBitmap, ~SplashBitmap, writePNMFile):
9398         pdf/splash/SplashTypes.h:
9399         pdf/xpdf/SplashOutputDev (startPage, getColor, imageSrc): implement RGB8
9400         packed mode for Splash.
9401
9402         * pdf/xpdf/GDKSplashOutputDev.cc (GDKSplashOutputDev, redraw): use
9403         RGB8 packed mode, eliminates the pixbuf data creation loop.
9404
9405         * shell/ev-print-job.c (ev_print_job_finalize)
9406         (ev_print_job_set_property, ev_print_job_get_property)
9407         (ev_print_job_set_gnome_print_job, ev_print_job_set_document)
9408         (ev_print_job_use_print_dialog_settings, idle_print_handler)
9409         (print_closure_finalize, ev_print_job_print): implement
9410         printing (for backends with EvPsExporter)
9411
9412         * shell/ev_print_job.h: update prototypes.
9413
9414         * shell/ev-window.c (ev_window_print): unref print job after
9415         printing.
9416
9417         * shell/ev-view.c (ev_view_set_document): don't connect to "found"
9418         unless the document implements the EvDocumentFind interface.
9419
9420 2005-01-08  Satoru SATOH <ss@gnome.gr.jp>
9421
9422         * configure.ac: Added ja to ALL_LINGUAS.
9423
9424 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
9425
9426         * pdf/xpdf/pdf-document.cc:
9427
9428         add a FIXME. We should probably not allocate
9429         a bookmark object every time
9430
9431 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
9432
9433         * shell/ev-application.c: (ev_application_open),
9434         (ev_application_open_bookmark):
9435         * shell/ev-application.h:
9436         
9437         Add a way to open bookmarks
9438
9439         * backend/ev-bookmark.c: (ev_bookmark_get_uri),
9440         (ev_bookmark_set_uri), (ev_bookmark_get_property),
9441         (ev_bookmark_set_property), (ev_bookmark_class_init),
9442         (ev_bookmark_new_title), (ev_bookmark_new_link),
9443         (ev_bookmark_new_external):
9444
9445         Support for external uris, better constructors.
9446
9447         * backend/ev-bookmark.h:
9448         * pdf/xpdf/pdf-document.cc:
9449         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
9450
9451         Handle external uris
9452
9453 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
9454
9455         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb),
9456         (ev_sidebar_bookmarks_construct), (do_one_iteration):
9457
9458         Hook up bookmarks navigation
9459
9460 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
9461
9462         * backend/Makefile.am:
9463         * backend/ev-bookmark.c: (ev_bookmark_type_get_type),
9464         (ev_bookmark_get_title), (ev_bookmark_set_title),
9465         (ev_bookmark_get_bookmark_type), (ev_bookmark_set_bookmark_type),
9466         (ev_bookmark_get_page), (ev_bookmark_set_page),
9467         (ev_bookmark_get_property), (ev_bookmark_set_property),
9468         (ev_window_dispose), (ev_bookmark_init), (ev_bookmark_class_init),
9469         (ev_bookmark_new):
9470         * backend/ev-bookmark.h:
9471         * backend/ev-document-bookmarks.c:
9472         (ev_document_bookmarks_get_bookmark):
9473         * backend/ev-document-bookmarks.h:
9474         * pdf/xpdf/pdf-document.cc:
9475         * shell/ev-sidebar-bookmarks.c: (do_one_iteration):
9476
9477         Add a bookmark object to the backend and use it instead of get_values
9478
9479 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
9480
9481         * data/evince-ui.xml:
9482
9483         Cleanup and add select all.
9484
9485         * shell/ev-view.c: (ev_view_select_all),
9486         (ev_view_button_press_event):
9487         * shell/ev-view.h:
9488         * shell/ev-window.c: (ev_window_cmd_edit_select_all):
9489
9490         Add select all.
9491         Clear selection on click.
9492
9493 Fri Jan  7 01:28:58 2005  Jonathan Blandford  <jrb@redhat.com>
9494
9495         * shell/ev-sidebar-thumbnails.c
9496         (ev_sidebar_thumbnails_set_document): forgot to unref the
9497         loading_icon.
9498
9499 Fri Jan  7 01:22:48 2005  Jonathan Blandford  <jrb@redhat.com>
9500
9501         * shell/ev-sidebar-thumbnails.c: fill in the thumbnails starting
9502         at the visible page, not just linearly.  This makes it look fast.
9503
9504 Thu Jan  6 18:48:11 2005  Jonathan Blandford  <jrb@redhat.com>
9505
9506         * backend/ev-document-misc.c
9507         (ev_document_misc_get_thumbnail_frame): fill in the thumbnail with
9508         white.
9509         * backend/ev-document-thumbnails.h: New interface to get the size
9510         of a page.
9511
9512 2005-01-06  Jeremy Katz  <katzj@redhat.com>
9513
9514         * shell/Makefile.am (evince_SOURCES): Add ev-utils.[ch] so that
9515         make dist works
9516
9517 Wed Jan  5 15:38:28 2005  Jonathan Blandford  <jrb@redhat.com>
9518
9519         * pdf/xpdf/pdf-document.cc (bitmap_to_pixbuf): bypass
9520         GDKSplashOutputDev and just use a normal SplashOutputDev.  Speeds
9521         things up a bit.
9522
9523         * shell/ev-sidebar-thumbnail.c: start of some profiling code.
9524
9525 2005-01-05  Martin Kretzschmar  <martink@gnome.org>
9526
9527         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): match only outline
9528         fonts. Should fix font problems on systems that have the base
9529         fonts in bitmap format. Reported by James Henstridge
9530         <james@jamesh.id.au>.
9531
9532 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
9533
9534         * pdf/xpdf/Gfx.cc:
9535         * pdf/xpdf/GfxState.cc:
9536
9537         Fix for CAN-2004-1125
9538
9539 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
9540
9541         * shell/ev-view.c: (ev_view_copy):
9542         * shell/ev-view.h:
9543         * shell/ev-window.c: (ev_window_cmd_edit_copy):
9544
9545         Implement Edit->Copy
9546
9547 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
9548
9549         * backend/ev-document.c: (ev_document_get_text):
9550         * backend/ev-document.h:
9551         * pdf/xpdf/pdf-document.cc:
9552         * shell/ev-view.c: (ev_view_realize), (expose_bin_window),
9553         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
9554         (ev_view_update_primary_selection), (ev_view_button_press_event),
9555         (ev_view_motion_notify_event), (ev_view_button_release_event):
9556
9557         Beginnings of clipboard support. Incomplete but primary sort
9558         of work.
9559
9560 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
9561
9562         * shell/ev-view.c: (ev_gdk_color_to_rgb), (draw_rubberband),
9563         (expose_bin_window):
9564
9565         Nicer rubberband drawing, from GtkIconView.
9566
9567 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
9568
9569         * backend/ev-document.c: (ev_document_save):
9570         * backend/ev-document.h:
9571         * data/evince-ui.xml:
9572         * pdf/xpdf/pdf-document.cc:
9573         * shell/ev-window.c: (save_error_dialog), (ev_window_cmd_save_as):
9574
9575         Implement "Save a copy..." menu item
9576
9577 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
9578
9579         * shell/ev-view.c: (ev_view_zoom):
9580
9581         Queue a resize when zoom changes
9582
9583 Wed Jan  5 02:33:06 2005  Jonathan Blandford  <jrb@redhat.com>
9584
9585         * backend/ev-document-misc.[ch]: New misc file to do simple drop
9586         shadows.
9587
9588         * pdf/xpdf/pdf-document.cc: use the drop shadows in both types of
9589         thumbnails..
9590
9591 Tue Jan  4 22:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
9592
9593         * pdf/xpdf/pdf-document.cc
9594         (pdf_document_thumbnails_get_page_pixbuf): poor man's dropshadow.
9595
9596 Tue Jan  4 21:25:05 2005  Jonathan Blandford  <jrb@redhat.com>
9597
9598         * pdf/xpdf/pdf-document.cc: Do real thumbnailing of PDF files.
9599         It's slow, but I'll speed it up next!
9600
9601 2005-01-04  Jeff Muizelaar  <jrmuizel@nit.ca>
9602
9603         * shell/main.c (load_files):
9604
9605         use gnome_vfs_make_uri_from_shell_arg so that relative paths work
9606         from the command line and because it seems more appropriate.
9607
9608 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
9609
9610         * data/evince-ui.xml:
9611         * shell/ev-window.c: (update_action_sensitivity),
9612         (ev_window_cmd_go_page_up), (ev_window_cmd_go_page_down):
9613
9614         s/next page/page down
9615         s/previous page/page up
9616
9617 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
9618
9619         * data/evince-ui.xml:
9620
9621         Change the layout to match clarkbw design.
9622
9623         * shell/Makefile.am:
9624         * shell/ev-navigation-action.c: (build_menu), (menu_activated_cb),
9625         (set_tooltip_cb), (connect_proxy), (ev_navigation_action_init),
9626         (ev_navigation_action_finalize),
9627         (ev_navigation_action_set_property),
9628         (ev_navigation_action_get_property),
9629         (ev_navigation_action_class_init):
9630         * shell/ev-navigation-action.h:
9631
9632         Implement clarkbw toolbar navigation controls (incomplete)
9633
9634         * shell/ev-page-action.c: (update_label), (update_spin),
9635         (value_changed_cb), (create_tool_item), (connect_proxy),
9636         (ev_page_action_init), (ev_page_action_finalize),
9637         (ev_page_action_set_property), (ev_page_action_get_property),
9638         (ev_page_action_set_current_page),
9639         (ev_page_action_set_total_pages), (ev_page_action_class_init):
9640         * shell/ev-page-action.h:
9641
9642         Implement a page switcher in the toolbar
9643
9644         * shell/ev-view.c: (ev_view_scroll_view):
9645         * shell/ev-window.c: (update_total_pages), (ev_window_open),
9646         (update_current_page), (view_page_changed_cb), (goto_page_cb),
9647         (register_custom_actions), (ev_window_init):
9648
9649         Change page on PageUp/Down.
9650
9651 Tue Jan  4 03:22:56 2005  Jonathan Blandford  <jrb@redhat.com>
9652
9653         * pdf/xpdf/pdf-document.cc
9654         (pdf_document_thumbnails_get_thumbnail): initial stab at
9655         implementing thumbnail support for pdfs.  It only does documents
9656         with precached pdfs now.
9657
9658 Mon Jan  3 17:22:25 2005  Jonathan Blandford  <jrb@redhat.com>
9659
9660         * shell/ev-sidebar-thumbnails.c (do_one_iteration): move the
9661         thumbnail code into a time-based idle as well.  Also, turn off the
9662         shadow temporarily as it's really slow.
9663
9664 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
9665
9666         * backend/ev-document.c: (ev_document_class_init):
9667         * pdf/xpdf/pdf-document.cc:
9668         * shell/ev-window.c: (ev_window_open):
9669
9670         Fix document title bugs and fallback to
9671         filename when not available.
9672
9673 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
9674
9675         * backend/ev-document.c: (ev_document_get_type),
9676         (ev_document_class_init), (ev_document_load),
9677         (ev_document_get_title):
9678         * backend/ev-document.h:
9679         * pdf/xpdf/pdf-document.cc:
9680         * ps/ps-document.c: (ps_document_set_property),
9681         (ps_document_get_property), (ps_document_class_init),
9682         (document_load):
9683         * ps/ps-document.h:
9684         * ps/ps.h:
9685         * shell/ev-window.c: (update_window_title), (ev_window_open),
9686         (ev_window_init):
9687
9688         Initial support for document title. Not working yet.
9689
9690 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
9691
9692         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event):
9693
9694         Grab focus on the view when clicking it
9695
9696 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
9697
9698         * shell/ev-marshal.list:
9699         * shell/ev-view.c: (ev_view_realize), (add_scroll_binding),
9700         (ev_view_scroll_view), (ev_view_class_init), (ev_view_init):
9701
9702         Add key bindings to the view. Now if the focus would work
9703         right...
9704
9705 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
9706
9707         * Makefile.am:
9708         * backend/Makefile.am:
9709         * data/Makefile.am:
9710         * dvi/Makefile.am:
9711         * dvi/dvilib/Makefile.am:
9712         * pdf/xpdf/Makefile.am:
9713         * po/POTFILES.in:
9714         * ps/Makefile.am:
9715
9716         Fix distcheck
9717
9718 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
9719
9720         * shell/ev-view.c: (ev_view_realize):
9721
9722         Fix mouse wheel scrolling
9723
9724 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
9725
9726         * ps/Makefile.am:
9727         * ps/gstypes.h:
9728         * ps/gtkgs.c:
9729         * ps/gtkgs.h:
9730         * ps/ps-document.c: (catchPipe), (ps_document_init),
9731         (ps_document_class_init), (ps_document_cleanup),
9732         (ps_document_finalize), (send_ps), (ps_document_get_orientation),
9733         (set_up_page), (close_pipe), (is_interpreter_ready),
9734         (interpreter_failed), (output), (input), (start_interpreter),
9735         (stop_interpreter), (file_length), (file_readable),
9736         (check_filecompressed), (check_pdf), (compute_xdpi),
9737         (compute_ydpi), (compute_size), (ps_document_enable_interpreter),
9738         (ps_document_get_type), (ps_document_emit_error_msg),
9739         (document_load), (ps_document_next_page),
9740         (ps_document_get_current_page), (ps_document_get_page_count),
9741         (ps_document_goto_page), (ps_document_set_page_size),
9742         (ps_document_zoom_to_fit), (ps_document_set_zoom),
9743         (ps_document_load), (ps_document_get_n_pages),
9744         (ps_document_set_page), (ps_document_get_page),
9745         (ps_document_widget_event), (ps_document_set_target),
9746         (ps_document_set_scale), (ps_document_set_page_offset),
9747         (ps_document_get_page_size), (ps_document_render),
9748         (ps_document_document_iface_init):
9749         * ps/ps-document.h:
9750         * ps/ps.c:
9751         * shell/ev-window.c: (ev_window_open):
9752
9753         Rename GtkGS to PSDocument
9754
9755 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
9756
9757         * ps/gtkgs.c: (gtk_gs_class_init):
9758         * ps/gtkgs.h:
9759
9760         Some more leftover...
9761
9762 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
9763
9764         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_get_orientation),
9765         (output), (stop_interpreter), (gtk_gs_emit_error_msg),
9766         (gtk_gs_zoom_to_fit), (gtk_gs_set_zoom):
9767         * ps/gtkgs.h:
9768
9769         Remove unused code and make a lot of stuff private
9770
9771 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
9772
9773         * ps/gsdefaults.c: (gtk_gs_defaults_gconf_client),
9774         (gtk_gs_defaults_changed):
9775         * ps/gsdefaults.h:
9776         * ps/gtkgs.c:
9777         * ps/gtkgs.h:
9778         * ps/ps.h:
9779
9780         Cleanup headers dependencies
9781
9782 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
9783
9784         * ps/Makefile.am:
9785         * ps/ggvutils.c:
9786         * ps/ggvutils.h:
9787         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
9788         * ps/gsdefaults.h:
9789         * ps/gtkgs.c: (file_length), (file_readable),
9790         (check_filecompressed), (check_pdf), (gtk_gs_load),
9791         (gtk_gs_get_postscript):
9792
9793         Get rid of ggvutils
9794
9795 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
9796
9797         * ps/ggvutils.c:
9798         * ps/ggvutils.h:
9799         * ps/gsio.h:
9800         * ps/gtkgs.c: (gtk_gs_set_zoom):
9801
9802         Cleanups
9803
9804 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
9805
9806         * ps/gtkgs.c: (gtk_gs_set_zoom), (gtk_gs_set_zoom_mode):
9807
9808         Ensure the page is rerendered when changing zoom
9809
9810 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
9811
9812         * backend/ev-document.c: (ev_document_base_init),
9813         (ev_document_changed):
9814         * backend/ev-document.h:
9815
9816         Add a changed event that is emitted when the page content
9817         changes. This is necessary to deal with the fact that
9818         in ps backend rendering happen asycrounously.
9819         This makes the ps backend mostly work.
9820
9821         * pdf/xpdf/pdf-document.cc:
9822
9823         Emit changed event
9824
9825         * ps/gtkgs.c: (set_up_page), (gtk_gs_widget_event),
9826         (ps_document_set_target):
9827
9828         Emit changed event
9829
9830         * shell/ev-view.c: (document_changed_callback),
9831         (ev_view_set_document), (ev_view_set_page):
9832
9833         Redraw on the changed signal
9834
9835 2004-12-25  Raphael Higino  <raphaelh@cvs.gnome.org>
9836
9837         * configure.ac: Added pt_BR to ALL_LINGUAS.
9838
9839 Fri Dec 24 00:48:44 2004  Jonathan Blandford  <jrb@redhat.com>
9840
9841         * backend/ev-document-bookmarks.c:
9842         (ev_document_bookmarks_get_child): *
9843         backend/ev-document-bookmarks.h: * pdf/xpdf/Makefile.am: *
9844         pdf/xpdf/pdf-document.cc: * pdf/xpdf/pdf-document.h: *
9845         shell/Makefile.am: * shell/ev-sidebar-bookmarks.c:
9846         (ev_sidebar_bookmarks_destroy),
9847         (ev_sidebar_bookmarks_class_init),
9848         (ev_sidebar_bookmarks_construct), (stack_data_free),
9849         (do_one_iteration), (populate_bookmarks_idle),
9850         (ev_sidebar_bookmarks_clear_document),
9851         (ev_sidebar_bookmarks_set_document): *
9852         shell/ev-sidebar-bookmarks.h: * shell/ev-sidebar.c:
9853         (ev_sidebar_add_page),
9854         (ev_sidebar_set_document): * shell/ev-window.c: (ev_window_open):
9855         Initial stab at a bookmarks sidebar.  It doesn't navigate yet, but
9856         it displays both the topics and the page numbers.
9857
9858 2004-12-23  Kristian Høgsberg  <krh@redhat.com>
9859
9860         * shell/ev-window.c (ev_window_view_sidebar_cb): Hook up sidebar
9861         toggle.
9862         * shell/ev-window.c (toggle_entries): Set sidebar default value to
9863         visible.
9864
9865 2004-12-23  Adam Weinberger  <adamw@gnome.org>
9866
9867         * configure.ac: Added en_CA to ALL_LINGUAS.
9868
9869 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
9870
9871         * ChangeLog: replace bottom of this ChangeLog (merged history of
9872         ggv and gpdf; where all paths were wrong and most of the files are
9873         not even in this tree) with ChangeLog (from arch) of the shell
9874         code.
9875
9876 2004-12-23  Havoc Pennington  <hp@redhat.com>
9877
9878         * shell/ev-window.c: hook up potentially-questionable "find
9879         results status text" feature - something involving the sidebar or
9880         scrollbar or a continuous all-pages-on-giant-roll-of-paper-view
9881         might be better in the end.
9882
9883         * shell/ev-view.c (ev_view_get_find_status_message): new function, 
9884         with corresponding signal when it should be updated
9885
9886         * shell/eggfindbar.c (egg_find_bar_set_status_text): new function
9887
9888 2004-12-22  Havoc Pennington  <hp@redhat.com>
9889
9890         * pdf/xpdf/pdf-document.cc (pdf_document_find_begin): make search
9891         find stuff on other pages, sort of (only returns one result on
9892         invisible pages, to show they have results; updates full results
9893         for a page when you view it). Currently repaints the current page
9894         every time a new result is found on any page, which isn't so nice.
9895
9896 2004-12-22  Havoc Pennington  <hp@redhat.com>
9897
9898         * shell/ev-window.c (ev_window_cmd_edit_find): display an error if
9899         the document doesn't support find (better ideas?)
9900         (find_bar_search_changed_cb): handle missing document or document
9901         that doesn't support find
9902
9903         * pdf/xpdf/pdf-document.cc: port to implement the new
9904         EvDocumentFindIface
9905
9906         * backend/ev-document-find.c: create a new interface for searching
9907
9908         * backend/ev-document.h, backend/ev-document.c: delete the find stuff
9909
9910 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
9911
9912         * pdf/xpdf/Makefile.am (libpdfdocument_la_LIBADD): add
9913         libevbackend.la.
9914
9915         * shell/ev-window.c (ev_window_print): add GnomePrintJob to
9916         EvPrintJob constructor arguments.
9917
9918         * backend/ev-ps-exporter.c, backend/ev-ps-exporter.h: interface
9919         for documents that can export PostScript (page by page).
9920
9921         * backend/Makefile.am (libevbackend_la_SOURCES): add them.
9922         
9923         * pdf/xpdf/pdf-document.cc (pdf_document_ps_export_begin)
9924         (pdf_document_ps_export_do_page, pdf_document_ps_export_end)
9925         (pdf_document_ps_exporter_iface_init:
9926         Implement EvPSExporter.
9927
9928         * pdf/xpdf/Makefile.am (libxpdf_la_SOURCES): build PSOutputDev.
9929
9930 2004-12-22  Anders Carlsson  <andersca@gnome.org>
9931
9932         * backend/Makefile.am:
9933         * backend/ev-document-thumbnails.c:
9934         (ev_document_thumbnails_get_type),
9935         (ev_document_thumbnails_get_thumbnail):
9936         * backend/ev-document-thumbnails.h:
9937         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
9938         (pixbuf_document_thumbnails_get_thumbnail),
9939         (pixbuf_document_document_thumbnails_iface_init):
9940         * shell/Makefile.am:
9941         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_destroy),
9942         (ev_sidebar_thumbnails_class_init), (ev_sidebar_thumbnails_init),
9943         (populate_thumbnails), (ev_sidebar_thumbnails_set_document):
9944         * shell/ev-sidebar-thumbnails.h:
9945         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
9946         (ev_sidebar_set_document):
9947         * shell/ev-utils.c: (gaussian), (create_blur_filter),
9948         (create_shadow), (ev_pixbuf_add_shadow):
9949         * shell/ev-utils.h:
9950         Add thumbnail support.
9951         
9952 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
9953
9954         * shell/ev-window.c (ev_window_cmd_file_print, ev_window_print)
9955         (using_postscript_printer): Set up a print dialog for "PostScript
9956         injection" method.
9957
9958         * shell/ev-print-job.h, shell/ev-print-job.c: stub classes for
9959         EvPrintJob.
9960
9961         * shell/Makefile.am (evince_SOURCES): add ev-print-job.[ch]
9962
9963 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
9964
9965         * ps/gtkgs.c: (gtk_gs_init), (set_up_page),
9966         (ps_document_set_target), (ps_document_get_page_size),
9967         (ps_document_render):
9968         * ps/gtkgs.h:
9969
9970         Fix a few bugs
9971
9972 2004-12-22  Christian Rose  <menthos@menthos.com>
9973
9974         * configure.ac: Added "sv" to ALL_LINGUAS.
9975
9976 Wed Dec 22 14:47:38 2004  Jonathan Blandford  <jrb@redhat.com>
9977
9978         * backend/ev-document-bookmarks.[ch]: new interface to indicate
9979         document supports bookmarks.
9980
9981 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
9982
9983         * ps/ggvutils.c: (ggv_file_readable):
9984         * ps/ggvutils.h:
9985         * ps/gtkgs.c: (check_filecompressed), (check_pdf),
9986         (gtk_gs_get_postscript):
9987
9988         Remove unused utils
9989
9990 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
9991
9992         * ps/gtkgs.c: (gtk_gs_init), (gtk_gs_class_init), (gtk_gs_cleanup),
9993         (gtk_gs_finalize), (gtk_gs_set_center), (set_up_page), (output),
9994         (start_interpreter), (compute_size), (gtk_gs_enable_interpreter),
9995         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_reload),
9996         (gtk_gs_emit_error_msg), (gtk_gs_disable_interpreter),
9997         (gtk_gs_load), (gtk_gs_goto_page), (gtk_gs_set_page_size),
9998         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
9999         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
10000         (gtk_gs_set_antialiasing), (ps_document_load),
10001         (ps_document_render):
10002         * ps/gtkgs.h:
10003
10004         Another check point for the ps backend. Now I can get it to show
10005         pages!
10006
10007 Wed Dec 22 13:41:01 2004  Jonathan Blandford  <jrb@redhat.com>
10008
10009         * shell/ev-sidebar.c (ev_sidebar_set_document): initial sidebar
10010         document setting code.
10011
10012 2004-12-22  Anders Carlsson  <andersca@gnome.org>
10013
10014         * shell/eggfindbar.c: (entry_activate_callback):
10015         Animate the next button when activate is pressed.
10016         
10017 2004-12-22  Anders Carlsson  <andersca@gnome.org>
10018
10019         * shell/ev-window.c: (ev_window_cmd_edit_find),
10020         (update_fullscreen_popup), (ev_window_fullscreen),
10021         (ev_window_unfullscreen), (ev_window_state_event_cb),
10022         (ev_window_focus_out_cb), (find_bar_close_cb), (ev_window_init):
10023         Fix bugs in fullscreen code.
10024         
10025 2004-12-22  Anders Carlsson  <andersca@gnome.org>
10026
10027         * Makefile.am:
10028         * configure.ac:
10029         * pixbuf/Makefile.am:
10030         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
10031         (pixbuf_document_load), (pixbuf_document_get_n_pages),
10032         (pixbuf_document_set_page), (pixbuf_document_get_page),
10033         (pixbuf_document_set_target), (pixbuf_document_set_scale),
10034         (pixbuf_document_set_page_offset), (pixbuf_document_get_page_size),
10035         (pixbuf_document_render), (pixbuf_document_begin_find),
10036         (pixbuf_document_end_find), (pixbuf_document_finalize),
10037         (pixbuf_document_class_init),
10038         (pixbuf_document_document_iface_init), (pixbuf_document_init):
10039         * pixbuf/pixbuf-document.h:
10040         * shell/Makefile.am:
10041         * shell/ev-application.c: (ev_application_open):
10042         * shell/ev-window.c: (mime_type_supported_by_gdk_pixbuf),
10043         (ev_window_open):
10044         Add pixbuf backend.
10045         
10046 Tue Dec 21 21:45:43 2004  Soeren Sandmann  <sandmann@redhat.com>
10047
10048         * Makefile.am: 
10049         * dvi/dvilib/Makefile.am:
10050         * dvi/Makefile.am:
10051         * configure.ac: Auto*ify dvi and dvi/dvilib
10052
10053         * dvi/Makefile: Remove from CVS
10054         
10055         * dvi/dvilib/dl-pkfont.cc (unpack_bitmap): Fix uchar/uint
10056         confusion.
10057
10058         * dvi/dvilib/dl-fontdefinition.{cc,hh}: New DviFontMap class
10059         
10060         * dvi/dvilib/dl-vffont.{cc,hh}: Many bugfixes to VF code.
10061         
10062 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
10063
10064         * ps/Makefile.am:
10065         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_finalize),
10066         (gtk_gs_value_adjustment_changed), (compute_size),
10067         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_new_from_file),
10068         (gtk_gs_center_page), (gtk_gs_load), (gtk_gs_set_page_size),
10069         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
10070         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
10071         (gtk_gs_start_scroll), (gtk_gs_get_postscript),
10072         (gtk_gs_set_adjustments), (gtk_gs_set_available_size),
10073         (ps_document_load), (ps_document_get_n_pages),
10074         (ps_document_set_page), (ps_document_get_page),
10075         (ps_document_set_target), (ps_document_set_scale),
10076         (ps_document_set_page_offset), (ps_document_get_page_size),
10077         (ps_document_render), (ps_document_begin_find),
10078         (ps_document_end_find), (ps_document_document_iface_init):
10079         * ps/gtkgs.h:
10080         * shell/Makefile.am:
10081         * shell/ev-window.c: (ev_window_open):
10082
10083         Some work to integrate gtkgs with EvDocument
10084
10085 2004-12-22  Anders Carlsson  <andersca@gnome.org>
10086
10087         * shell/ev-window.c: (update_fullscreen_popup),
10088         (screen_size_changed_cb), (destroy_exit_fullscreen_popup),
10089         (exit_fullscreen_button_clicked_cb),
10090         (fullscreen_popup_size_request_cb), (ev_window_fullscreen),
10091         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
10092         (ev_window_state_event_cb), (ev_window_init):
10093         Add fullscreen support from Epiphany.
10094         
10095 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
10096
10097         * data/ev-stock-zoom-fit-width.png: fit-width
10098         stock icon from gpdf.
10099         
10100         * shell/ev-stock-icons.[ch]: copied from gpdf.
10101         
10102         * shell/main.c: (main): init stock icons.
10103         
10104         * shell/ev-window.c: use the fit-width icon.
10105         
10106         * data/evince-ui.xml: add zooming toolbar items.
10107
10108 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
10109
10110         * shell/ev-view.c: 
10111         (ev_view_best_fit), (ev_view_fit_width): because
10112         get_page_size() returns the scaled page size, we
10113         need to calculate the scale factor relative to
10114         the previous scale factor. Should really just
10115         add get_real_page_size().
10116
10117 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
10118
10119         * shell/ev-view.[ch]:
10120         (ev_view_zoom), (ev_view_zoom_in), (ev_view_zoom_out),
10121         (ev_view_normal_size), (ev_view_best_fit), (ev_view_fit_width):
10122         add zooming.
10123         
10124         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
10125         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_normal_size),
10126         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width):
10127         hook it up.
10128         
10129         * pdf/xpdf/pdf-document.cc:
10130         (pdf_document_begin_find),
10131         (pdf_document_end_find): make static.
10132
10133 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
10134
10135         * pdf/xpdf/GlobalParams.h (setupBaseFontsFc): add prototype.
10136
10137         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): maps base font
10138         names to fontconfig patterns.
10139         (setupBaseFontsFc): setupBaseFonts reimplemented using fontconfig.
10140
10141         * pdf/xpdf/pdf-document.cc (pdf_document_load): use
10142         setupBaseFontsFc.
10143
10144 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
10145
10146         * Makefile.am:
10147         * configure.ac:
10148         * ps/Makefile.am:
10149         * ps/ggvutils.c:
10150         * ps/ggvutils.h:
10151         * ps/gsdefaults.c:
10152         * ps/gsdefaults.h:
10153         * ps/gsio.c:
10154         * ps/gsio.h:
10155         * ps/gtkgs.c:
10156         * ps/gtkgs.h:
10157         * ps/ps.c:
10158         * ps/ps.h:
10159
10160         Import ggv backend. Not hooked up yet.
10161
10162 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
10163
10164         * shell/main.c: (load_files), (main): load files
10165         from the command line.
10166
10167 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
10168
10169         * configure.ac: don't require bonobo.
10170         
10171         * cut-n-paste/recent-files/*: kill bonobo recent
10172         view.
10173
10174         * shell/ev-window.c:
10175         (ev_window_is_empty): upd.
10176         (unable_to_load), (ev_window_open): load backend
10177         based on the mime type.
10178
10179 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
10180
10181         * backend/.cvsignore: ignore generated marshalers source.
10182
10183         * shell/main.c (main): this is not epiphany.
10184
10185 2004-12-22  Havoc Pennington  <hp@redhat.com>
10186
10187         * shell/ev-view.c (ev_view_set_document): connect to "found" signal
10188         (expose_bin_window): draw find highlights
10189
10190         * shell/ev-window.c (find_bar_search_changed_cb): implement 
10191         
10192         * pdf/xpdf/pdf-document.cc (pdf_document_begin_find) 
10193         (pdf_document_end_find): implement this interface
10194
10195         * backend/ev-document.c (ev_document_found): add this to emit
10196         signal
10197
10198 Tue Dec 21 23:57:37 2004  Owen Taylor  <otaylor@redhat.com>
10199
10200         * data/evince-ui.xml: Add a few more toolbar items.
10201
10202         * shell/ev-window.c: Hook up page navigation toolbar 
10203         items.
10204
10205         * shell/ev-view.[ch]: add ev_view_set/get_page and 
10206         a page-changed signal.
10207
10208         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc::
10209         Add ev_document_get_page().
10210
10211         * shell/ev-window.c: Sensitize/desensitize navigation
10212         actions.
10213
10214 2004-12-21  Havoc Pennington  <hp@redhat.com>
10215
10216         * backend/ev-backend-marshal.c,
10217         backend/ev-backend-marshalers.list, backend/Makefile.am: add
10218         marshaler-generator thingy. I'm sure there's a better way to do
10219         this in the modern world.
10220
10221         * backend/ev-document.h (struct _EvDocumentIface): add begin_find,
10222         end_find methods and "found" signal.
10223
10224         * configure.ac: find glib-genmarshal
10225
10226 Tue Dec 21 23:20:35 2004  Jonathan Blandford  <jrb@redhat.com>
10227
10228         * shell/ev-sidebar.c: Construct an actual sidebar.
10229         * shell/ev-sidebar-bookmarks.[ch]:
10230         * shell/ev-sidebar-thumbnails.[ch]: Stub out sidebars.
10231
10232 Tue Dec 21 23:05:51 2004  Owen Taylor  <otaylor@redhat.com>
10233
10234         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc:
10235         Redo size handling.
10236         
10237         * shell/ev-view.c: Track the size from the document.
10238
10239 Tue Dec 21 22:17:04 2004  Owen Taylor  <otaylor@redhat.com>
10240
10241         * pdf/xpdf/pdf-document.cc (pdf_document_load): PDFDoc
10242         constructor assumes ownership of the string passed in.
10243         
10244         * shell/ev-window.c (ev_window_open): Destroy the error
10245         dialog once we've displayed it.
10246
10247 Tue Dec 21 21:58:56 2004  Owen Taylor  <otaylor@redhat.com>
10248
10249         * pdf/xpdf/pdf-document.cc shell/ev-view.c: Hook things up 
10250         a bit, it works! (sort of)
10251
10252         * pdf/xpdf/Makefile.am pdf/xpdf/pdf-document.cc:
10253         Move to .cc since we need to use C++ in the implementation.
10254
10255         * shell/dummy.cc: Add a CC file to force evince
10256         to be linked as a C++ program.
10257
10258 Tue Dec 21 21:07:55 2004  Owen Taylor  <otaylor@redhat.com>
10259
10260         * shell/ev-view.[ch]: Start of content-area widget.
10261
10262         * shell/ev-window.c: Create a EvView, update it
10263         as we change documents.
10264
10265         * shell/Makefile.am shell/ev-marshal.list: Add
10266         generated marshalers.
10267
10268 Tue Dec 21 20:28:11 2004  Jonathan Blandford  <jrb@redhat.com>
10269
10270         * Makefile.am (SUBDIRS): move shell.
10271
10272 Tue Dec 21 19:28:55 2004  Owen Taylor  <otaylor@redhat.com>
10273
10274         * pdf/{goo,fofi,splash,xpdf}/Makefile.am: Switch from
10275         .a to libtool convenience libraries.
10276
10277         * shell/ev-window.c (ev_window_open): Hard code loading
10278         a PDF document.
10279         
10280         * backend/ev-document.h: Add a boolean return to load(),
10281         fix GError * to GError **.
10282
10283         * pdf/xpdf/pdf-document.[ch] Makefile.am: Add a stub
10284         object for a PDF backend EvDocument.
10285
10286 Tue Dec 21 18:55:06 2004  Søren Sandmann  <sandmann@redhat.com>
10287
10288         * dvi/*: New directory with the beginning of a .dvi backend.
10289
10290 2004-12-21  Havoc Pennington  <hp@redhat.com>
10291
10292         * shell/eggfindbar.c (egg_find_bar_init): change buttons to
10293         previous/next instead of back/forward
10294
10295 Tue Dec 21 18:26:24 2004  Owen Taylor  <otaylor@redhat.com>
10296
10297         * backend/ev-document.[ch]: Fix a couple of problems so
10298         it compile.
10299
10300 Tue Dec 21 18:20:40 2004  Owen Taylor  <otaylor@redhat.com>
10301
10302         * viewer/* backend/* configure.ac Makefile.am: Move viewer directory 
10303         to backend/ directory, rename EvViewer to EvDocument.
10304
10305 2004-12-21  Havoc Pennington  <hp@redhat.com>
10306
10307         * shell/ev-window.c: hook up the find bar widget; now we just need
10308         a document to find things in
10309
10310         * shell/eggfindbar.c: a find bar widget
10311
10312 Tue Dec 21 17:20:16 2004  Jonathan Blandford  <jrb@redhat.com>
10313
10314         * shell/ev-sidebar.[ch]: initial sidebar boilerplate.
10315
10316 Tue Dec 21 16:30:58 2004  Owen Taylor  <otaylor@redhat.com>
10317
10318         * pdf/**: Import of xpdf code from gpdf. 
10319
10320         * pdf/xpdf/xpdfconfig.h: Move the non-config.h config.h to xpdfconfig.h
10321
10322         * pdf/splash/SplashFTFont.{cc,h} pdf/splash/SplashFTFont.h
10323         pdf/splash/SplashFTFontEngine.h pdf/splash/SplashFTFontFile.h: 
10324         Fix FreeType includes.
10325
10326         * pdf/xpdf/{Error.h GnomeVFSStream.cc ImageOutputDev.cc PDFDoc.cc\
10327         pdffonts.cc pdfimages.cc pdfinfo.cc pdftoppm.cc pdftops.cc
10328         pdftotext.cc PSOutputDev.cc PSOutputDev.h SplashOutputDev.h
10329         Stream.cc TextOutputDev.cc XPDFApp.cc xpdf.cc XPDFViewer.cc
10330         pdf/xpdf/Error.h PSOutputDev.h SplashOutputDev.h}:
10331         Include xpdfconfig.h
10332         
10333 Tue Dec 21 16:08:17 2004  Jonathan Blandford  <jrb@redhat.com>
10334
10335         * shell/ev-window.c (ev_window_dispose): dispose can be called
10336         multiple times.
10337
10338 2004-12-21  Havoc Pennington  <hp@redhat.com>
10339
10340         * shell/ev-window.c (ev_window_init): set title to Document Viewer
10341         rather than Evince
10342
10343         * data/evince-ui.xml, shell/ev-window.c: add a bunch of stub menu
10344         items; really they should be synced with the strings, etc. from
10345         current gpdf, but just getting the boring typing out of the way 
10346
10347 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
10348
10349         * po/POTFILES.in:
10350         * shell/ev-application.c: (window_destroy_cb):
10351         * shell/ev-window.c:
10352         * shell/main.c: (main):
10353
10354         Actually show the window...
10355
10356 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
10357
10358         * Makefile.am:
10359         * shell/Makefile.am:
10360         * shell/ev-application.c: (ev_application_class_init):
10361         * shell/ev-window.c: (ev_window_dispose), (ev_window_class_init):
10362
10363         Make it build again
10364
10365 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
10366
10367         Import to gnome cvs.
10368         
10369         * Remove copies of gpdf and ggv trees.
10370         * Rip out all the recursive configure code.
10371         * Remove bonobo machinery.
10372         * viewer/*: GInterfaces that backends should/can implement.
10373
10374 2004-11-09  Martin Kretzschmar  <m_kretzschmar@gmx.net>
10375
10376         * shell/ev-window.c (ev_window_cmd_help_about): fix "documentors"
10377         typo
10378
10379 2004-10-28  Martin Kretzschmar  <m_kretzschmar@gmx.net>
10380
10381         * shell/ev-application.c (EV_APPLICATION_GET_PRIVATE)
10382         (ev_application_finalize, ev_application_class_init)
10383         (ev_application_init): use GType instance private data for priv.
10384
10385         * shell/ev-window.c (EV_WINDOW_GET_PRIVATE)
10386         (ev_window_finalize, ev_window_class_init)
10387         (ev_window_init): ditto.
10388
10389 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
10390
10391         * shell/ev-application.c (ev_application_new_window): make public
10392         (ev_application_show_initial_window): kill.
10393
10394         * shell/ev-application.h: update prototypes.
10395
10396         * shell/main.cc (main): inline ev_application_show_initial_window.
10397
10398 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
10399
10400         * shell/ev-application.c (ev_application_new_window): impl.
10401         (ev_application_show_initial_window): use it.
10402         (is_window_empty, ev_application_get_empty_window): returns an
10403         existing empty window or a new one.
10404         (ev_application_open): from ev_window_cmd_file_open.
10405
10406         * shell/ev-application.h: update prototypes
10407
10408         * shell/ev-window.c (ev_window_is_empty): impl.
10409         (ev_window_open): make public.
10410         (ev_window_cmd_file_open): use ev_application_open
10411
10412         * shell/ev-window.h: update prototypes, remove unused.
10413
10414 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
10415
10416         * shell/ev-window.c (ev_window_destroy, ev_window_class_init):
10417         move destroy handler out of here...
10418
10419         * shell/ev-application.c, shell/ev-application.h: ...into this new
10420         class. Also handles initial window creation.
10421
10422         * shell/main.cc (main): use EvApplication to create initial
10423         window.
10424
10425 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
10426
10427         * Makefile.am (SUBDIRS): add cut-n-paste
10428
10429         * cut-n-paste/Makefile.am: add
10430
10431         * configure.ac: generate Makefiles in cut-n-paste
10432
10433 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
10434
10435         * shell/ev-window.c (ev_window_dispose): new, unref the ui_manager
10436         (ev_window_class_init): install ev_window_dispose.
10437
10438 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
10439
10440         * shell/ev-window.h, shell/ev-window.c: replace gchar with
10441         char (gchar looks stupid).
10442
10443 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
10444
10445         * po/de.po: updated German translation.
10446
10447 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
10448
10449         * configure.ac: add more pkg-config library checks for gnome-vfs,
10450         bonobo etc.
10451
10452         * gpdf/configure.in: temporarily disable libpaper
10453         checks. Otherwise I'd have to add the checks for the shell, too.
10454
10455 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
10456
10457         * shell/ev-window.c (ev_window_cmd_file_open): add ps+pdf, ps, pdf
10458         and * file filters to the file choose.
10459
10460 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
10461
10462         * po/de.po: Updated German translation.
10463
10464 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
10465
10466         * shell/ev-window.c: use "S" as mnemonic for Statusbar.
10467
10468 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
10469
10470         * data/evince-ui.xml: add View->Toolbar and View->Statusbar.
10471
10472         * shell/ev-window.c (menu_item_select_cb, menu_item_select_cb)
10473         (ev_window_init): implement those menuitems.
10474
10475 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
10476
10477         * data/evince-ui.xml: add a toolbar (with FileOpen action)
10478
10479         * shell/ev-window.c (ev_window_init): use the toolbar.
10480
10481 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
10482
10483         * shell/ev-window.c (ev_window_init): use menu translations
10484
10485 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
10486
10487         * configure.ac: add "de" to ALL_LINGUAS.
10488
10489         * po/de.po: add German translation.
10490
10491 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
10492
10493         * Makefile.am (SUBDIRS): add po
10494
10495         * configure.ac: check intltool, glib-gettext etc, generate
10496         po/Makefile.in
10497
10498         * po, po/POTFILES.in, po/POTFILES.skip: new.
10499
10500 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
10501
10502         * shell/Makefile.am (INCLUDES): define GNOMELOCALEDIR which we
10503         already use (#ifdef ENABLE_NLS)
10504
10505         * shell/ev-window.c (ev_window_cmd_help_about): fix two star
10506         pointer indirection thinko.
10507
10508         * shell/main.c: include gi18n.h for bindtextdomain etc.
10509
10510 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
10511
10512         * shell/ev-window.c (menu_item_select_cb, menu_item_deselect_cb)
10513         (connect_proxy_cb, disconnect_proxy_cb, ev_window_init): show
10514         tooltips for menu items in the statusbar.
10515
10516 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
10517
10518         * configure.ac, data/Makefile.am, shell/Makefile.am: use
10519         pkgdatadir drop UIDIR
10520
10521 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
10522
10523         * data/evince-ui.xml: Add File->Open menu item
10524
10525         * shell/ev-window.c (ev_window_cmd_file_open): impl. (shows a file
10526         chooser), hook it up in the ui manager.
10527
10528 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
10529
10530         * shell/ev-window.c: fix Help->About tooltip.
10531
10532 2004-10-23 Martin Kretzschmar  <m_kretzschmar@gmx.net>
10533
10534         * configure.ac: set CFLAGS for libevprivate.
10535
10536         * lib/ev-stock-icons.h, lib/ev-stock-icons.c: stock icon
10537         definitions, factory etc.
10538
10539         * lib/Makefile.am: build libevprivate.a (only stock icon code).
10540
10541         * shell/Makefile.am: link against libevprivate.a.
10542
10543         * shell/ev-window.c (entries): add stock icon to Help->About.
10544
10545         * shell/main.c (main): init stock icon code.
10546
10547 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
10548
10549         * lib/recent-files: egg recent files code
10550
10551         * lib/Makefile.am: add.
10552
10553         * Makefile.am: add lib subdir.
10554
10555         * configure.ac: gen. lib/Makefile and lib/recent-files/Makefile,
10556         set CFLAGS for recent-files.
10557
10558 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
10559
10560         * configure.ac: disable -ansi and -pedantic gcc flags. They
10561         disable POSIX stuff in stdio.h, but egg-recent uses them.
10562
10563 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net> 
10564
10565         * configure.ac: add --disable-deprecated flag (defaults to on in
10566         "cvs" builds).
10567
10568         * shell/Makefile.am (INCLUDES): use it.
10569
10570 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
10571
10572         * shell/main.c: add missing #include.
10573
10574         * shell/ev-window.c: fix for pedantic gcc.
10575         (ev_window_cmd_help_about): split license into paragraphs for
10576         translators and pedantic compilers.
10577
10578 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
10579
10580         * configure.ac: add more warning flags if compiling with gcc from
10581         cvs (or explicitly requested with --enable-more-warnings).
10582
10583 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
10584
10585         * data/evince-ui.xml: add File and File->Close menu.
10586
10587         * shell/ev-window.c (ev_window_cmd_file_close_window): impl.
10588         (ev_window_destroy): quit after destroy.
10589         (ev_window_class_init): override GtkObject::destroy.
10590         (entries): install close_window callback.
10591
10592 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
10593
10594         * Makefile.am (SUBDIRS): add data subdir.
10595
10596         * configure.ac (UIDIR): gen data/Makefile, define UIDIR.  Require
10597         gtk+ 2.5.0 for GtkAboutDialog.
10598
10599         * data/Makefile.am, data/evince-ui.xml: add, ui definition for the
10600         main window.
10601
10602         * shell/Makefile.am (INCLUDES): propagate UIDIR definition.
10603
10604         * shell/ev-window.c (ev_window_init): create a menubar, using a ui
10605         manager.
10606         (ev_window_cmd_help_about): about command, using GtkAboutDialog.
10607
10608 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
10609
10610         * shell/ev-window.c, shell/ev-window.h: Created an EvWindow class.
10611
10612 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
10613
10614         * shell/main.c: make it a trivial gtk+ program, adjust configure.ac
10615
10616 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
10617
10618         * shell/*: Added shell directory boilerplate, build it.
10619
10620 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
10621
10622         * configure.ac, Makefile.am: Added top-level configure.ac and
10623         Makefile.am