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