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