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