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