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