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