]> www.fi.muni.cz Git - evince.git/blob - ChangeLog
Mark labels as not translatable. Fix for 302842
[evince.git] / ChangeLog
1 2005-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2
3         * data/evince-password.glade:
4         
5         Mark labels as not translatable. Fix for bug 302842.
6
7 2005-05-10  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
8
9         * configure.ac: Added "es" to ALL_LINGUAS.
10
11 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
12
13         * data/evince-toolbar.xml:
14         * shell/ev-window.c: (update_action_sensitivity),
15         (ev_window_setup_document), (ev_window_set_page_mode),
16         (ev_window_init):
17
18         Remove some leftover code from jrb first continous
19         attempt. Use the new actions, we still need good icons
20         though...
21
22 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
23
24         * shell/ev-page-action.c: (update_pages_label), (connect_proxy):
25
26         Update label when connecting proxy. Fix a warning with NULL
27         page_cache.
28
29 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
30
31         * data/evince-ui.xml:
32         * shell/ev-page-action.c: (ev_page_action_grab_focus):
33         * shell/ev-page-action.h:
34         * shell/ev-window.c: (ev_window_cmd_focus_page_selector):
35
36         Add mnemonic for edit toolbar.
37         ctrl+l focus the page entry.
38
39 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
40
41         * lib/Makefile.am:
42         * shell/ev-window.c: (ev_window_cmd_edit_toolbar_cb),
43         (ev_window_init):
44         * shell/main.c: (main):
45
46         Put the toolbar xml in evince own dot dir
47
48 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
49
50         * shell/ev-window.c: (ev_window_init):
51
52         Make the toolbar not removable
53
54 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
55
56         * data/evince-ui.xml:
57         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_treeview):
58         * shell/ev-sidebar-links.h:
59         * shell/ev-sidebar-thumbnails.c:
60         (ev_sidebar_thumbnails_get_treeview):
61         * shell/ev-sidebar-thumbnails.h:
62         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_view),
63         (ev_view_class_init):
64         * shell/ev-view.h:
65         * shell/ev-window.c: (update_action_sensitivity),
66         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
67         (set_view_actions_sensitivity), (view_actions_focus_in_cb),
68         (view_actions_focus_out_cb), (enable_view_actions_for_widget),
69         (ev_window_init):
70
71         This is evil... Make space/backspace global accelerators but
72         enable them only for some widgets (sidebars and view).
73         I dont like it, but I dont know a better way... :/
74
75 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
76
77         * shell/ev-page-action.c: (ev_page_action_widget_set_page_cache),
78         (ev_page_action_widget_finalize),
79         (ev_page_action_widget_class_init), (update_page_cache):
80
81         Keep a weak reference on proxy->page_cache so that we
82         dont try to disconnect the signal if the object is already
83         gone. Maybe there is a better way to cleanup reference handling
84         in page action though...
85
86 2005-05-10  Juerg Billeter  <j@bitron.ch>
87
88         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
89         (idle_print_handler)
90         * shell/ev-window.c: (ev_window_print):
91
92         Support printing page range, based on patch by Amaury Jacquot
93
94 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
95
96         * data/evince-toolbar.xml:
97
98         Add zoom control to available items
99
100 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
101
102         * shell/ev-window.c: (update_action_sensitivity):
103
104         Set slash action insensitive when appropriate
105
106 2005-05-10  Christian Persch <chpe@gnome.org>
107
108         * cut-n-paste/zoom-control/ephy-zoom-action.c: (create_menu_item):
109
110         Fix warning on the overflow menu
111
112 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
113
114         * shell/ev-window.c: (sanity_check_uri), (ev_window_open):
115
116         Check for uri correctness/existence
117
118 2005-05-09  Juerg Billeter  <j@bitron.ch>
119
120         * shell/ev-window.c: (using_postscript_printer):
121
122         LPD printers use postscript, too
123
124 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
125
126         * shell/ev-window.c: (register_custom_actions):
127
128         The zoom one is actually sort of useful,
129         put it back
130
131 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
132
133         * shell/ev-window.c: (register_custom_actions):
134
135         Hide page/zoom controls from overflow, they
136         are useless.
137
138 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
139
140         * cut-n-paste/update-from-egg.sh:
141         
142         Share it between all cut-n-paste subdirs
143
144         * cut-n-paste/recent-files/Makefile.am:
145
146         Fix to use "global" update-from-egg.sh
147
148         * cut-n-paste/recent-files/egg-recent-model.c:
149         (egg_recent_model_changed_timeout), (egg_recent_model_finalize):
150         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
151         (egg_recent_view_gtk_clear), (egg_recent_view_gtk_set_list),
152         (egg_recent_view_gtk_finalize), (egg_recent_view_gtk_set_menu):
153
154         Update from libegg
155
156         * cut-n-paste/toolbar-editor/Makefile.am:
157
158         Fix to use "global" update-from-egg.sh
159
160         * cut-n-paste/toolbar-editor/eggmarshalers.list:
161
162         Update from libegg
163
164 2005-05-09  Marco Pesenti Gritti <mpg@redhat.com>
165
166         * configure.ac:
167         * cut-n-paste/Makefile.am:
168         * cut-n-paste/recent-files/Makefile.am:
169         * cut-n-paste/toolbar-editor/.cvsignore:
170         * cut-n-paste/toolbar-editor/Makefile.am:
171         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
172         (egg_editable_toolbar_get_type), (get_toolbar_position),
173         (get_n_toolbars), (get_dock_nth), (get_toolbar_nth), (find_action),
174         (drag_data_delete_cb), (drag_begin_cb), (drag_end_cb),
175         (drag_data_get_cb), (set_drag_cursor), (unset_drag_cursor),
176         (set_item_drag_source), (create_item_from_action), (create_item),
177         (data_is_separator), (drag_data_received_cb), (remove_toolbar_cb),
178         (popup_toolbar_context_menu_cb), (free_dragged_item),
179         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
180         (toolbar_drag_leave_cb), (create_dock), (set_fixed_style),
181         (unset_fixed_style), (toolbar_changed_cb), (unparent_fixed),
182         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
183         (item_added_cb), (item_removed_cb),
184         (egg_editable_toolbar_construct),
185         (egg_editable_toolbar_disconnect_model),
186         (egg_editable_toolbar_deconstruct),
187         (egg_editable_toolbar_set_model),
188         (egg_editable_toolbar_set_ui_manager),
189         (egg_editable_toolbar_set_property),
190         (egg_editable_toolbar_get_property),
191         (egg_editable_toolbar_class_init), (egg_editable_toolbar_init),
192         (egg_editable_toolbar_finalize), (egg_editable_toolbar_new),
193         (egg_editable_toolbar_new_with_model),
194         (egg_editable_toolbar_get_edit_mode),
195         (egg_editable_toolbar_set_edit_mode), (egg_editable_toolbar_show),
196         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed),
197         (egg_editable_toolbar_set_drag_dest), (fake_expose_widget),
198         (new_pixbuf_from_widget), (new_separator_pixbuf),
199         (update_separator_image), (style_set_cb),
200         (_egg_editable_toolbar_new_separator_image),
201         (egg_editable_toolbar_get_model):
202         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
203         * cut-n-paste/toolbar-editor/egg-marshal.c:
204         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
205         (egg_toolbar_editor_get_type), (compare_actions), (find_action),
206         (egg_toolbar_editor_set_ui_manager), (toolbar_removed_cb),
207         (egg_toolbar_editor_set_model), (egg_toolbar_editor_set_property),
208         (egg_toolbar_editor_get_property), (egg_toolbar_editor_class_init),
209         (egg_toolbar_editor_finalize), (egg_toolbar_editor_new),
210         (drag_begin_cb), (drag_end_cb), (editor_drag_data_received_cb),
211         (editor_drag_data_delete_cb), (drag_data_get_cb),
212         (elide_underscores), (set_drag_cursor), (event_box_realize_cb),
213         (editor_create_item), (update_editor_sheet), (setup_editor),
214         (egg_toolbar_editor_init), (egg_toolbar_editor_add_action),
215         (parse_item_list), (model_has_action), (update_actions_list),
216         (egg_toolbar_editor_load_actions):
217         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
218         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
219         (egg_toolbars_model_get_type), (egg_toolbars_model_to_xml),
220         (safe_save_xml), (egg_toolbars_model_save), (toolbars_toolbar_new),
221         (toolbars_item_new), (free_toolbar_node), (free_item_node),
222         (egg_toolbars_model_get_flags), (egg_toolbars_model_set_flags),
223         (egg_toolbars_model_add_separator), (impl_add_item),
224         (parse_item_list), (egg_toolbars_model_add_toolbar),
225         (parse_toolbars), (egg_toolbars_model_load), (impl_get_item_id),
226         (impl_get_item_data), (impl_get_item_type),
227         (_egg_accumulator_STRING), (egg_toolbars_model_class_init),
228         (egg_toolbars_model_init), (free_toolbar),
229         (egg_toolbars_model_finalize), (egg_toolbars_model_new),
230         (egg_toolbars_model_remove_toolbar),
231         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
232         (egg_toolbars_model_n_items), (egg_toolbars_model_item_nth),
233         (egg_toolbars_model_n_toolbars), (egg_toolbars_model_toolbar_nth),
234         (egg_toolbars_model_add_item), (egg_toolbars_model_get_item_id),
235         (egg_toolbars_model_get_item_data),
236         (egg_toolbars_model_get_item_type):
237         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
238         * cut-n-paste/toolbar-editor/eggmarshalers.list:
239         * data/Makefile.am:
240         * data/evince-toolbar.xml:
241         * data/evince-ui.xml:
242         * data/hand-open.png:
243         * po/POTFILES.in:
244         * shell/Makefile.am:
245         * shell/ev-window.c: (update_chrome_visibility),
246         (ev_window_cmd_edit_toolbar_cb), (ev_window_cmd_edit_toolbar),
247         (ev_window_dispose), (ev_window_init):
248
249         Implement epiphany like toolbar editor. Based on patch by
250         Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
251
252 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
253
254         * shell/ev-sidebar-thumbnails.c: (page_changed_cb):
255
256         Use set_cursor instead of set_selection, so that
257         the keyboard focus moves too.
258
259 2005-05-09  Aleksey Kliger <akliger@gmail.com>
260
261         * dvi/mdvi-lib/tfmfile.c: (lookup_font_metrics):
262
263         Fix infinite loop when loading Type1 fonts
264
265 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
266
267         * data/evince-ui.xml:
268         * shell/ev-window.c:
269
270         Slash -> Find
271
272 2005-05-09  Thomas de Grenier de Latour <degrenier@easyconnect.fr>
273
274         * configure.ac:
275
276         Make --disable really disable
277
278 2005-05-07  Juerg Billeter  <j@bitron.ch>
279
280         * backend/ev-page-cache.c: (ev_page_cache_set_page_label):
281
282         Compare page labels even without has_labels set, fixes setting page
283         with entry
284
285 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
286
287         * shell/ev-view.c: (ev_view_create_invisible_cursor),
288         (ev_view_set_cursor), (ev_view_button_press_event),
289         (ev_view_motion_notify_event), (ev_view_button_release_event),
290         (ev_view_init):
291
292         Implement middle button scrolling. Based on a patch
293         by Tommi Komulainen <tommi.komulainen@iki.fi>.
294
295 2005-05-08  Marco Pesenti Gritti  <mpg@redhat.com>
296
297         * shell/ev-document-types.c: (get_slow_mime_type),
298         (get_document_type_from_mime), (ev_document_type_lookup):
299         * shell/ev-document-types.h:
300
301         Change api to lookup from uri. Do fast lookup first, if the
302         type is unknown try with data sniffing.
303
304         * shell/ev-window.c: (ev_window_open), (ev_window_open_uri_list):
305         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
306
307         Adapt to api change
308
309 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
310
311         * thumbnailer/Makefile.am:
312
313         Fix distcheck
314
315 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
316
317         * NEWS:
318         * configure.ac:
319
320         Release 0.3.0
321
322         * data/evince-ui.xml:
323
324         Hide presentation mode for now
325
326         * shell/ev-view.c: (highlight_find_results):
327
328         Show current find selection only on current page
329
330 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
331
332         * shell/ev-view.c: (ev_view_select_all):
333
334         Compute size of the actual page, not of
335         the current one.
336
337 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
338
339         * shell/ev-view.c: (clear_selection), (ev_view_finalize),
340         (view_rect_to_doc_rect), (compute_selections),
341         (ev_view_bin_expose), (ev_view_select_all), (get_selected_text),
342         (ev_view_copy), (ev_view_primary_get_cb),
343         (ev_view_primary_clear_cb), (ev_view_update_primary_selection),
344         (ev_view_button_press_event), (ev_view_motion_notify_event),
345         (ev_view_button_release_event), (page_changed_cb):
346
347         Fix text selection
348
349 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
350
351         * shell/ev-view.c: (compute_border), (get_page_extents),
352         (doc_rect_to_view_rect), (highlight_find_results),
353         (ev_view_bin_expose), (ev_view_select_all),
354         (ev_view_motion_notify_event), (update_find_status_message),
355         (jump_to_find_result), (jump_to_find_page):
356
357         First go at fixing search, still buggy
358
359 2005-05-04  Kristian Høgsberg  <krh@redhat.com>
360
361         * shell/ev-sidebar.c (ev_sidebar_init): Remove frame around
362         dropdown box and button at the top of the sidebar.
363
364 2005-05-02  James Bowes  <bowes@cs.dal.ca>
365
366         * configure.ac: Output zoom-control Makefile.
367         * cut-n-paste/Makefile.am: build zoom-control subdir.
368         * cut-n-paste/zoom-control/ephy-zoom-action.c:
369         * cut-n-paste/zoom-control/ephy-zoom-action.h:
370         * cut-n-paste/zoom-control/ephy-zoom-control.c:
371         * cut-n-paste/zoom-control/ephy-zoom-control.h:
372         * cut-n-paste/zoom-control/ephy-zoom.c:
373         * cut-n-paste/zoom-control/ephy-zoom.h: New files imported
374         from epiphany, and modified to add a separator into the menu.
375         * cut-n-paste/zoom-control/Makefile.am: Build zoom-control.
376         * data/evince-ui.xml: Replace old zoom toolbar actions with new
377         zoom-control action.
378         * shell/Makefile.am: Include zoom-control flags.
379         * shell/ev-view.c: (ev_view_set_zoom), (ev_view_get_zoom),
380         (ev_view_get_sizing_mode), (ev_view_zoom_in), (ev_view_zoom_out),
381         (ev_view_zoom_for_size_presentation),
382         (ev_view_zoom_for_size_continuous_and_dual_page),
383         (ev_view_zoom_for_size_continuous),
384         (ev_view_zoom_for_size_dual_page),
385         (ev_view_zoom_for_size_single_page), (ev_view_zoom_normal): 
386         s/ev_view_zoom/ev_view_set_zoom/ and make public, add 
387         ev_view_get_zoom and ev_view_get_sizing_mode.
388         * shell/ev-view.h:
389         * shell/ev-window.c: (update_action_sensitivity),
390         (update_sizing_buttons), (zoom_control_changed_cb),
391         (register_custom_actions): Initialize and use the zoom-control 
392         widget.
393
394 Sun May  1 00:46:47 2005  Jonathan Blandford  <jrb@redhat.com>
395
396         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init): Change the
397         preview cache back to 1.  Don't know when it got set to 0.
398         
399         * shell/ev-view.c: (compute_border), (ev_view_realize),
400         (draw_one_page), (ev_view_set_property), (ev_view_get_property),
401         (ev_view_class_init), (ev_view_init), (ev_view_set_fullscreen),
402         (ev_view_get_fullscreen), (ev_view_set_presentation),
403         (ev_view_get_presentation), (ev_view_set_sizing_mode),
404         (ev_view_zoom_for_size_presentation), (ev_view_set_zoom_for_size):
405         * shell/ev-view.h:
406         * shell/ev-window.c:
407         (update_chrome_visibility),
408         (ev_window_cmd_continuous), (ev_window_cmd_dual),
409         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
410         (update_document_mode), (ev_window_update_fullscreen_action),
411         (ev_window_fullscreen), (ev_window_unfullscreen),
412         (ev_window_cmd_view_fullscreen),
413         (ev_window_update_presentation_action),
414         (ev_window_run_presentation), (ev_window_stop_presentation),
415         (ev_window_cmd_view_presentation), (ev_window_state_event),
416         (ev_window_focus_in_event), (ev_window_focus_out_event),
417         (ev_window_cmd_escape), (ev_window_sidebar_visibility_changed_cb):
418         * data/evince-ui.xml: Initial presentation mode.  We should
419         probably hide this until it's done, as it's quite rough.  Also,
420         change full-screen to fullscreen and add two getters to EvView.
421
422 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
423
424         * shell/ev-page-action.c: (update_page_cache),
425         (ev_page_action_dispose):
426         * shell/ev-window.c: (destroy_fullscreen_popup),
427         (ev_window_create_fullscreen_popup):
428
429         Use connect_object rather than explicitly
430         disconnect on dispose.
431
432 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
433
434         * shell/ev-page-action.c: (update_page_cache),
435         (ev_page_action_dispose):
436
437 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
438
439         * backend/ev-page-cache.c: (_ev_page_cache_new),
440         (ev_page_cache_set_page_label),
441         (ev_page_cache_has_nonnumeric_page_labels):
442         * backend/ev-page-cache.h:
443         * shell/ev-page-action.c: (update_pages_label):
444         
445         If all page labels are numeric, fallback to default
446         way to display number of pages. See bug 173185.
447
448 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
449
450         * shell/ev-page-action.c: (ev_page_action_dispose):
451         * shell/ev-view.c: (view_update_range_and_current_page):
452         * shell/ev-window.c: (ev_window_dispose):
453         
454         Set page on scroll in continuous mode. Fixes bug 301986.
455         Also cleanup callbacks on destroy of EvWindow and EvPageAction.
456
457 2005-04-26  Marco Pesenti Gritti <mpg@redhat.com>
458
459         * configure.ac:
460
461         Require poppler 0.3.0
462
463 2005-04-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
464         
465         * shell/Makefile.am, configure.ac: Fix build problems
466         with t1lib. Bug 301996.
467
468 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
469
470         * shell/ev-view.c: (ev_view_scroll_event):
471         
472         Scroll up increase zoom
473
474 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
475
476         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init),
477         (ev_view_set_sizing_mode),
478         (ev_view_zoom_for_size_continuous_and_dual_page),
479         (ev_view_zoom_for_size_continuous):
480         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
481         (ev_window_cmd_view_page_width), (ev_window_cmd_view_zoom_in),
482         (ev_window_cmd_view_zoom_out), (ev_window_sizing_mode_changed_cb),
483         (ev_window_init):
484
485         Control + Scroll does zooming, Shift + Scroll scrolls horizontally
486         Fix for 165473 and 165472.
487
488 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
489
490         * po/POTFILES.in:
491         * thumbnailer/Makefile.am:
492         * thumbnailer/evince-thumbnailer-djvu.schemas.in:
493         * thumbnailer/evince-thumbnailer-dvi.schemas.in:
494         * thumbnailer/evince-thumbnailer.schemas.in:
495         
496         Make thumbnailer schemas translatable. Fix for bug 301773
497         
498         * thumbnailer/evince-thumbnailer-djvu.schemas:
499         * thumbnailer/evince-thumbnailer-dvi.schemas:
500         * thumbnailer/evince-thumbnailer.schemas:
501
502         Removed files
503
504 Sun Apr 24 01:37:39 2005  Jonathan Blandford  <jrb@redhat.com>
505
506         * shell/ev-view.c (ev_view_init): forgot to set this.
507
508 Sun Apr 24 01:07:27 2005  Jonathan Blandford  <jrb@redhat.com>
509
510         * shell/ev-view.c: (find_page_at_location),
511         (get_link_at_location),
512         (ev_view_set_show_border), (ev_view_set_spacing),
513         (ev_view_zoom_for_size_continuous_and_dual_page),
514         (ev_view_zoom_for_size_continuous): Fix links for dual/continuous.
515         Also, add a quick fix measuring of widths.  Also, removed
516         ev_view_set_spacing and ev_view_set_show_border.
517         
518         * shell/ev-window.c: (ev_window_unfullscreen),
519         (ev_window_cmd_view_fullscreen): Don't adjust the border/spacing.
520
521 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
522
523         * shell/ev-view.c: (view_update_range_and_current_page),
524         (page_changed_cb):
525         
526         Fix crash on exit and scrolling to page in continuous view.
527
528 Sat Apr 23 13:13:04 2005  Jonathan Blandford  <jrb@redhat.com>
529
530         * TODO:
531         * backend/ev-page-cache.c: (_ev_page_cache_new),
532         (ev_page_cache_get_max_width_size),
533         (ev_page_cache_get_max_height_size):
534         * backend/ev-page-cache.h:
535         * data/evince-ui.xml:
536         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init):
537         * shell/ev-view.c: (view_update_adjustments),
538         (view_update_range_and_current_page), (get_bounding_box_size),
539         (ev_view_size_request_continuous_and_dual_page),
540         (ev_view_size_request_continuous),
541         (ev_view_size_request_dual_page),
542         (ev_view_size_request_single_page), (ev_view_size_request),
543         (ev_view_size_allocate), (get_page_extents), (draw_one_page),
544         (ev_view_bin_expose), (ev_view_expose_event),
545         (ev_view_set_property), (ev_view_get_property),
546         (ev_view_class_init), (ev_view_init), (ev_view_new),
547         (page_changed_cb), (ev_view_zoom), (ev_view_set_continuous),
548         (ev_view_set_dual_page), (ev_view_set_full_screen),
549         (ev_view_set_presentation), (ev_view_set_sizing_mode),
550         (ev_view_can_zoom_in), (ev_view_can_zoom_out), (ev_view_zoom_in),
551         (ev_view_zoom_out), (zoom_for_size_fit_width),
552         (zoom_for_size_best_fit),
553         (ev_view_zoom_for_size_continuous_and_dual_page),
554         (ev_view_zoom_for_size_continuous),
555         (ev_view_zoom_for_size_dual_page),
556         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
557         (ev_view_show_cursor), (ev_sizing_mode_get_type):
558         * shell/ev-view.h:
559         * shell/ev-window.c: (update_action_sensitivity),
560         (ev_window_cmd_continuous), (ev_window_cmd_dual),
561         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
562         (update_sizing_buttons), (ev_window_cmd_view_zoom_in),
563         (ev_window_cmd_view_zoom_out), (update_view_size),
564         (ev_window_set_sizing_mode), (ev_window_init):
565
566         Add Continuous and Dual page modes.
567
568 2005-04-23  James Bowes  <bowes@cs.dal.ca>
569
570         * dvi/dvi-document.c: (dvi_document_load),
571         (dvi_document_thumbnails_get_thumbnail),
572         (dvi_document_init_params): Fix up some mixups between
573         width and height to correct thumbnail rendering.
574
575 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
576
577         * dvi/mdvi-lib/private.h:
578         * dvi/mdvi-lib/setup.c: (mdvi_init_kpathsea):
579         
580         Suppess output for kpathsea during font generation. Thanks to
581         James Bowes
582
583 Fri Apr 22 19:57:46 2005  Jonathan Blandford  <jrb@redhat.com>
584
585         * NEWS:
586         * configure.ac:
587
588         Release 0.2.1
589
590         * Makefile.am: fix distcheck.
591
592 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
593
594         * shell/ev-sidebar-links.c: (selection_changed_callback),
595         (update_page_callback), (row_activated_callback),
596         (job_finished_callback), (ev_sidebar_links_set_document):
597         
598         Fix for bug #169901. Double click on links expands tree.
599
600 2005-03-14  Bryan Clark  <clarkbw@cvs.gnome.org>
601
602         * shell/ev-window.c (ev_window_init): Removed fullscreen toolbar
603         hard-coded style. Fix for bug 170111
604
605 2005-04-22  Kristian Høgsberg  <krh@redhat.com>
606
607         * shell/ev-view.c (highlight_find_results): Remove unnecessary
608         locking.
609
610 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
611
612         * thumbnailer/evince-thumbnailer.schemas: real fix for bug 172496
613
614 2005-04-22  Marco Pesenti Gritti  <mpg@redhat.com>
615
616         * pdf/ev-poppler.cc:
617         * shell/ev-view.c: (highlight_find_results):
618
619         Fix find on single page documents
620
621 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
622
623         * data/evince.schemas.in: fix for bug 301390
624
625 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
626
627         * shell/ev-view.c: (ev_view_can_zoom_in), (ev_view_can_zoom_out),
628         (ev_view_zoom_out), (ev_view_zoom_normal):
629         * shell/ev-view.h:
630         * shell/ev-window.c: (update_action_sensitivity),
631         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
632         (ev_window_cmd_view_zoom_in), (ev_window_cmd_view_zoom_out),
633         (ev_window_cmd_view_normal_size):
634
635         Fix normal size zoom. Make zoom in/zoom out unsensitive when
636         they are behyond the limits. Tweak MAX_ZOOM to 6, sucks but
637         better than oom. 
638
639 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
640
641         * configure.ac:
642
643         Depend on 2.57, 2.59 doesnt seem to be necessary
644
645 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
646
647         * shell/ev-page-action.c: (update_pages_label), (page_changed_cb),
648         (create_tool_item):
649
650         Put back total number of pages as (1 of 1234)
651
652 Thu Apr 21 23:37:52 2005  Jonathan Blandford  <jrb@redhat.com>
653
654         * shell/ev-pixbuf-cache.c (dispose_cache_job_info): actually
655         remove the job.
656
657         * backend/ev-document.h: Remove EV_DOC_MUTEX in favor of a locking
658         function.  This helps debugging.
659
660 2005-04-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
661
662         * djvu/djvu-document.c: (djvu_document_class_init),
663         (djvu_document_get_info), (djvu_document_document_iface_init):
664         * dvi/dvi-document.c: (dvi_document_class_init),
665         (dvi_document_get_info), (dvi_document_document_iface_init):
666
667        Dummy implementation of get_info method for dvi and djvu. Fix
668        crashes with those backends
669
670 2005-04-20  Marco Pesenti Gritti <mpg@redhat.com>
671
672         * data/evince.desktop.in:
673
674         Add application/x-gzpostscript
675
676 2005-04-20  Bryan Clark  <clarkbw@cvs.gnome.org>
677
678         * data/evince.schemas.in: Added real long descriptions, 
679         closes bug 172496 
680
681         * README: Added actual text, closes bug 171869
682
683 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
684
685         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
686
687         Thumbnail page 0
688
689 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
690
691         * backend/ev-document-info.h:
692
693         s/GDate */GDate so we can just use g_free
694
695 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
696
697         * shell/ev-window.c: (update_document_mode),
698         (ev_window_setup_document):
699
700         Show the window in fullscreen when specified by
701         the document
702
703 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
704
705         * backend/ev-document.c: (ev_document_class_init),
706         (ev_document_get_info), (ev_document_render_pixbuf):
707         * backend/ev-document.h:
708         * backend/ev-page-cache.c: (_ev_page_cache_new):
709         * pdf/ev-poppler.cc:
710         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
711         (pixbuf_document_get_info), (pixbuf_document_document_iface_init):
712         * ps/ps-document.c: (ps_document_class_init), (document_load),
713         (ps_document_get_info), (ps_document_document_iface_init):
714
715         Remove get_title from the interface, we can just use document info
716
717 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
718
719         * backend/Makefile.am:
720         * backend/ev-document.c: (ev_document_render_get_info):
721         * backend/ev-document.h:
722         * pdf/ev-poppler.cc:
723
724         Initial support for document info. Based on jrb patch.
725
726 2005-04-19  Paolo Borelli <pborelli@katamail.com>
727
728         * shell/ev-window.c: (ev_window_state_event),
729         (ev_window_class_init), (ev_window_init):
730         
731         Doesn't show resize grip when maximized. See bug #301053
732
733 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
734
735         * po/POTFILES.in:
736         
737         ev-sidebar-thumbnails now has translatable labels
738         
739         * shell/Makefile.am:
740         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document),
741         (ev_sidebar_links_support_document), (ev_sidebar_links_get_label),
742         (ev_sidebar_links_page_iface_init):
743         * shell/ev-sidebar-links.h:
744         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
745         (ev_sidebar_page_support_document), (ev_sidebar_page_set_document),
746         (ev_sidebar_page_get_label):
747         * shell/ev-sidebar-page.h:
748         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_new),
749         (ev_sidebar_thumbnails_set_document),
750         (ev_sidebar_thumbnails_support_document),
751         (ev_sidebar_thumbnails_get_label),
752         (ev_sidebar_thumbnails_page_iface_init):
753         * shell/ev-sidebar-thumbnails.h:
754         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
755         (ev_sidebar_set_document):
756         * shell/ev-sidebar.h:
757         * shell/ev-window.c: (ev_window_setup_document), (ev_window_init):
758         
759         Small rework of sidebar code. Now sidebar pages should implement
760         EvSidebarPage interface. That makes page management in EvSidebar
761         easier. See bug #164811 for details
762
763 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
764
765         * shell/ev-application.c: (ev_application_open):
766         * shell/ev-document-types.c:
767         
768         Fix build error and small problem with application exit
769
770 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
771
772         * thumbnailer/Makefile.am:
773         * thumbnailer/evince-thumbnailer-djvu.schemas:
774         * thumbnailer/evince-thumbnailer-dvi.schemas:
775         
776         Conditionally install schemas for djvu/dvi thumbnailer
777
778 2005-04-18  David Malcolm  <dmalcolm@redhat.com>
779
780         * shell/ev-document-types.h: 
781         * shell/ev-document-types.c: 
782         New files, handling the mapping from mimetypes to backends
783         
784         * shell/ev-window.c: 
785         * thumbnailer/evince-thumbnailer.c:     
786         Use the ev-document-types code
787         
788         * shell/Makefile.am: 
789         Added new convenience library libevbackendfactory_la, containing
790         the new mimetype->backend logic; moved the backends into it.
791
792         * thumbnailer/Makefile.am:
793         Make the thumbnailer link with the libevbackend.la convenience
794         library, rather than having a duplicate of the backend logic here.
795
796 2005-04-18  Paolo Borelli  <pborelli@katamail.com>
797
798         * shell/ev-stock-icons.c: constify some vars.
799         * shell/ev-window.c: ditto.
800
801 2005-04-18  Marco Pesenti Gritti  <mpg@redhat.com>
802
803         * ps/ps-document.c (get_page_orientation):
804
805         Respect document orientation 
806
807 2005-04-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
808
809         * djvu/Makefile.am:
810         * dvi/Makefile.am:
811         * shell/Makefile.am:
812         
813         Move library dependencies to components.
814         
815         * shell/ev-window.c: (update_window_title),
816         (start_loading_document):
817         
818         Fix display of uris with spaces. Bug 168358.
819
820 Sat Apr 16 18:53:47 2005  Jonathan Blandford  <jrb@redhat.com>
821
822         * shell/ev-sidebar-links.c: (selection_changed_cb):
823         * shell/ev-view.c: (ev_view_finalize), (go_to_link),
824         (ev_view_button_release_event), (ev_view_set_document):
825         * shell/ev-view.h:
826         * shell/ev-window.c: (find_bar_search_changed_cb):
827         * shell/ev-window.h: Minor cleanups removing some dead code.
828
829 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
830
831         * backend/ev-page-cache.c: (_ev_page_cache_new):
832         
833         Set current page to 0 if document has pages.
834
835 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
836
837         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
838
839         Initialize GError to NULL, fix a crash when loading fails.
840
841 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
842
843         * shell/ev-window.c: (update_view_size):
844
845         Calculate shadow size only when there is actually
846         a shadow.
847
848 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
849
850         * shell/ev-view.c: (ev_view_set_spacing), (ev_view_init):
851         * shell/ev-view.h:
852
853         Allow setting view spacing, default to 0
854
855         * shell/ev-window.c: (ev_window_unfullscreen),
856         (ev_window_cmd_view_fullscreen), (ev_window_init):
857
858         Remove spacing in fullscreen mode
859
860 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
861
862         * shell/ev-view.c: (compute_border), (compute_zoom_factor),
863         (ev_view_size_request), (expose_bin_window),
864         (ev_view_set_show_border), (ev_view_init), (page_changed_cb):
865         * shell/ev-view.h:
866         * shell/ev-window.c: (ev_window_unfullscreen),
867         (ev_window_cmd_view_fullscreen):
868
869         Do not draw the border in fulscreen
870
871 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
872
873         * shell/ev-view.c: (ev_view_get_offsets), (compute_zoom_factor),
874         (ev_view_size_request), (expose_bin_window), (ev_view_select_all),
875         (find_page_at_location), (page_changed_cb):
876
877         Rework border calculation, so that I can more easily disable it.
878         Code somewhat cleaner too.
879
880 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
881
882         * backend/ev-page-cache.c: (ev_page_cache_init),
883         (_ev_page_cache_new):
884
885         Remove some assertions, documents can have 0 pages.
886         Make initial current page -1.
887
888         * shell/ev-page-action.c: (page_changed_cb):
889
890         Show "" if current page is -1
891
892         * shell/ev-window.c: (update_action_sensitivity),
893         (ev_window_setup_document):
894
895         When document has 0 pages do not set the view
896         and make nearly everything insensitive.
897
898 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
899
900         * shell/ev-page-view.c:
901         * shell/ev-page-view.h:
902
903         Remove unused files.
904         
905         * shell/ev-sidebar-thumbnails.c:
906         (ev_sidebar_thumbnails_set_document):
907         * shell/ev-sidebar.c: (ev_sidebar_set_document),
908         (ev_sidebar_supports_document):
909         * shell/ev-sidebar.h:
910         * shell/ev-window.c: (ev_window_setup_document):
911         
912         Doesn't show thumbnails if document has 1 page. Make
913         sidebar menu entries sensitive only if if they have 
914         sense. Fix bug 164811. 
915
916 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
917
918         * shell/ev-view.c: (compute_zoom_factor), (ev_view_size_request),
919         (page_changed_cb), (ev_view_zoom), (ev_view_zoom_in),
920         (ev_view_zoom_out), (ev_view_set_size):
921
922         Rework sizing to deal with documents with not uniform page
923         size.
924
925 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
926
927         * backend/ev-page-cache.c: (_ev_page_cache_new):
928
929         Fix several page size caching bugs
930
931 2005-04-15  Luca Ferretti <elle.uca@libero.it>
932
933         * shell/ev-window.c: (set_action_properties):
934
935         Make all toolbar items translatable
936
937 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
938
939         * ps/ps-document.c: (ps_document_init), (ps_document_get_type),
940         (save_page_list), (ps_document_save),
941         (ps_document_document_iface_init), (ps_document_ps_export_begin),
942         (ps_document_ps_export_do_page), (ps_document_ps_export_end),
943         (ps_document_ps_exporter_iface_init):
944         * ps/ps-document.h:
945
946         Based on a patch by J�rg Billeter <j@bitron.ch>
947         
948         Implement print and save a copy for the ps backend.
949
950 2005-04-14   Marco Pesenti Gritti <mpg@redhat.com>
951
952         * backend/ev-document.h:
953         * djvu/djvu-document.c: (djvu_document_can_get_text),
954         (djvu_document_document_iface_init):
955         * dvi/dvi-document.c: (dvi_document_can_get_text),
956         (dvi_document_document_iface_init):
957         * pdf/ev-poppler.cc:
958         * pixbuf/pixbuf-document.c: (pixbuf_document_can_get_text),
959         (pixbuf_document_document_iface_init):
960         * ps/ps-document.c: (ps_document_can_get_text),
961         (ps_document_document_iface_init):
962         * shell/ev-view.c: (ev_view_copy), (ev_view_primary_get_cb):
963         * shell/ev-window.c: (update_action_sensitivity):
964
965         Fix the crash when trying to copy in backends that doesnt
966         support it. We can implement a better solution once we
967         do real text selection.
968
969 2005-04-12  Marco Pesenti Gritti <mpg@redhat.com>
970
971         * data/evince-ui.xml:
972         * shell/ev-window.c: (ev_window_cmd_escape):
973         
974         Work around the Escape conflict (find bar and unfullscreen)
975
976 2005-04-12  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
977
978         * backend/ev-page-cache.c: (ev_page_cache_next_page):
979         
980         Fix for #300233. Next page correctly handles document end.
981         
982         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
983         (ev_sidebar_thumbnails_class_init),
984         (ev_sidebar_thumbnails_set_document),
985         (ev_sidebar_thumbnails_clear_job),
986         (ev_sidebar_thumbnails_clear_model):
987         
988         Cleanup thumbnail jobs on document changes.
989         
990         * shell/ev-view.c: (add_scroll_binding_keypad),
991         (add_scroll_binding_shifted), (ev_view_class_init):
992         
993         Shift + Space scrolls up. Fix for #173184
994         
995         * shell/ev-window.c: (ev_window_open_page),
996         (ev_window_cmd_view_reload):
997         
998         Fix reload (Bug #300094)
999
1000 2005-04-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1001
1002         
1003         * dvi/mdvi-lib/assoc.c:
1004         * dvi/mdvi-lib/assoc.h: Removed garbage files
1005         
1006         * dvi/mdvi-lib/bitmap.c:
1007         * dvi/mdvi-lib/color.c: (mdvi_set_color), (mdvi_push_color),
1008         (mdvi_pop_color), (mdvi_reset_color), (get_color_table):
1009         * dvi/mdvi-lib/color.h: Antialias of rules
1010         
1011         * dvi/mdvi-lib/common.h:
1012         * dvi/mdvi-lib/dviread.c: (mdvi_configure), (mdvi_init_context),
1013         (mdvi_destroy_context), (draw_shrink_rule), (draw_box), (set_rule):
1014         * dvi/mdvi-lib/files.c:
1015         * dvi/mdvi-lib/fontmap.c: (ps_init_default_paths):
1016         * dvi/mdvi-lib/mdvi.h:
1017         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
1018         * dvi/mdvi-lib/tfmfile.c: (ofm_load_file):
1019         * dvi/mdvi-lib/util.c: Fix compile warnings
1020         
1021         * dvi/dvi-document.c:
1022         (dvi_document_load), (dvi_document_thumbnails_get_dimensions),
1023         (dvi_document_thumbnails_get_thumbnail),
1024         (dvi_document_document_thumbnails_iface_init):
1025         * dvi/mdvi-lib/Makefile.am:
1026         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
1027         (dvi_pixbuf_set_color), (mdvi_pixbuf_device_render):
1028         
1029         Dvi backend now renders thumbnails
1030
1031 2005-04-09  Christian Persch  <chpe@cvs.gnome.org>
1032
1033         * shell/main.c: (main): 
1034         
1035         Save accelerators on exit. Fixes bug #172095.
1036
1037 Sat Apr  9 01:05:09 2005  Jonathan Blandford  <jrb@redhat.com>
1038
1039         * shell/ev-pixbuf-cache.c (move_one_job): Actually fix the "FIXME:
1040         update priority" comment.
1041
1042         * backend/ev-job-queue.c: Give a way to change priority.
1043
1044 Sat Apr  9 00:05:36 2005  Jonathan Blandford  <jrb@redhat.com>
1045
1046         * shell/ev-page-action.c: Fix logic.
1047
1048 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
1049
1050         * shell/ev-view.c: (ev_view_can_find_next):
1051         * shell/ev-window.c: (ev_window_setup_document):
1052
1053         Check that the document supports find
1054
1055 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
1056
1057         * data/evince-ui.xml:
1058         * shell/ev-view.c: (ev_view_can_find_next):
1059         * shell/ev-view.h:
1060         * shell/ev-window.c: (update_action_sensitivity),
1061         (find_changed_cb), (ev_window_setup_document),
1062         (ev_window_cmd_edit_find_next):
1063
1064         Add Edit->Find Next
1065
1066 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
1067
1068         * pdf/ev-poppler.cc:
1069         * shell/ev-print-job.c: (idle_print_handler):
1070
1071         Make printing work again
1072
1073 Fri Apr  8 01:12:24 2005  Jonathan Blandford  <jrb@redhat.com>
1074
1075         * shell/ev-page-action.h:
1076         * shell/ev-page-action.c: (ev_page_action_widget_init),
1077         (ev_page_action_widget_class_init), (page_changed_cb),
1078         (create_tool_item), (update_page_cache), (build_new_tree_cb),
1079         (get_filter_model_from_model), (match_selected_cb),
1080         (display_completion_text), (match_completion), (update_model),
1081         (connect_proxy), (ev_page_action_set_property),
1082         (ev_page_action_get_property), (ev_page_action_set_document),
1083         (ev_page_action_set_model), (ev_page_action_class_init): Big
1084         reworking to make completions work iff we have >= GTK-2.7.0
1085                 
1086         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_property),
1087         (ev_sidebar_links_get_property), (ev_sidebar_links_class_init),
1088         (job_finished_cb): We now have a 'model' property that is set when
1089         the links are loaded.  This can be caught with "notify::model"
1090
1091         * shell/ev-window.c: (sidebar_widget_model_set), (ev_window_init):
1092         listen for the model to be set, and propagate it to the action.
1093
1094 2005-04-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1095
1096         * cut-n-paste/recent-files/egg-recent-item.c:
1097         (egg_recent_item_set_uri), (make_valid_utf8),
1098         (egg_recent_item_set_mime_type), (egg_recent_item_get_mime_type):
1099         * cut-n-paste/recent-files/egg-recent-item.h:
1100         
1101         Update egg-recent from libegg. This should fix long
1102         startup problem. For details see
1103         http://bugzilla.gnome.org/show_bug.cgi?id=160531
1104
1105 2005-04-07  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
1106
1107         * cut-n-paste/recent-files/Makefile.am:
1108         * data/evince-ui.xml, shell/Makefile.am:
1109         * shell/ev-application.c, shell/ev-application.h:
1110         * shell/ev-window.c: Recent files support.
1111         
1112         * configure.ac: Added "ru" to ALL_LINGUAS.
1113         
1114         * dvju: new backend to support DJVU files.
1115         * dvi: new backend to support DVI.
1116
1117         * configure.ac, Makefile.am, shell/Makefile.am, ev-window.c:
1118         * ev-application.c: Support for new backends.
1119         
1120         * help, ev-window.c, main.c shell/Makefile.am: 
1121         Evince user documentation.
1122
1123 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
1124
1125         * po/POTFILES.in:
1126         * shell/ev-window.c:
1127         * thumbnailer/evince-thumbnailer.c:
1128
1129         s/pdf-document/ev-poppler
1130
1131 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
1132
1133         * NEWS:
1134         * configure.ac:
1135
1136         Release 0.2.0
1137
1138         * ps/ps-document.c: (setup_pixmap):
1139
1140         Remove debug code
1141
1142 2005-04-05  Kristian Høgsberg  <krh@redhat.com>
1143
1144         * backend/ev-page-cache.c (ev_page_cache_next_page): 
1145         * shell/ev-window.c (ev_window_cmd_go_next_page) 
1146         (ev_window_cmd_go_first_page): Fix of by one errors.
1147
1148 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
1149
1150         * ps/ps-document.c: (get_page_box):
1151
1152         Fix page size calculation
1153
1154 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
1155
1156         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
1157         (ps_document_cleanup), (setup_pixmap), (get_page_box),
1158         (get_page_orientation), (setup_page), (document_load),
1159         (ps_document_get_page_size), (render_pixbuf_idle):
1160         * ps/ps-document.h:
1161
1162         More refactoring to adapt to EvDocument changes
1163
1164 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
1165
1166         * ps/ps-document.c: (start_interpreter):
1167
1168         Actually add alpha args
1169
1170 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
1171
1172         * pdf/ev-poppler.cc:
1173
1174         Make clipboard work again
1175
1176 2005-04-04  Kristian Høgsberg  <krh@redhat.com>
1177
1178         Make searching work again.
1179         
1180         * backend/ev-document.c:
1181         * backend/ev-document.h:
1182         * backend/ev-document-find.c:
1183         * backend/ev-document-find.h: Change EvDocumentIface so we no
1184         longer store the current page or zoom level in the document.  The
1185         consequence is that all calls that operate on the current page now
1186         instead take the page number as an extra argument, and all
1187         coordinates are now doubles in document coordinate system.
1188
1189         * pdf/ev-poppler.cc:
1190         * pixbuf/pixbuf-document.c:
1191         * ps/ps-document.c: Update backends accordingly.
1192
1193 2005-04-04  Marco Pesenti Gritti <marco@gnome.org>
1194
1195         * autogen.sh:
1196
1197         Add required gettext version
1198
1199 Sat Apr  2 18:57:00 2005  Jonathan Blandford  <jrb@redhat.com>
1200
1201         * shell/evwindow.c: Patch from Alberto Mesas <amesas@gmail.com> to
1202         make F1 bring up non-existent help.
1203
1204         * shell/eggfindbar.c: Patch from Christian Persch to sync to
1205         epiphany's find bar, #167477
1206
1207         * shell/ev-view.c (ev_view_jump): Patch from Emil Soleyman-Zomalan
1208         <emil@nishra.com> to add space-bar scrolling, 
1209
1210         * shell/ev-window.c (static GtkActionEntry entries): add default
1211         keybinding for Help (F1)
1212         Fixes #171068
1213
1214         * shell/ev-view.c (ev_view_show_cursor): Fix from Yuval Tanny
1215         changing EV_VIEW_CURSOR_LINK to EV_VIEW_CURSOR_NORMAL resolves bug
1216         170110
1217
1218 2005-04-01  David Malcolm  <dmalcolm@redhat.com>
1219
1220         * Makefile.am: 
1221         * pixbuf/pixbuf-document.c: 
1222
1223         Got pixbuf backend working again
1224
1225 2005-04-01  Steve Murphy  <murf@e-tools.com>
1226
1227         * configure.in: Added "rw" to ALL_LINGUAS.
1228
1229 Fri Apr  1 02:33:41 2005  Jonathan Blandford  <jrb@redhat.com>
1230
1231         * shell/ev-sidebar-links.c (create_loading_model): Fix mismatch in
1232         model types, noticed by Martin Kretzschmar.
1233
1234 2005-04-01  Kristian Høgsberg  <krh@redhat.com>
1235
1236         * pdf/ev-poppler.cc: Implement search based on
1237         poppler_page_find_text().  Currently a bit crude since we remember
1238         all matches from all pages.  Also, we grab the big document lock
1239         when we search since searching changes the underlying stream and
1240         thus conflicts with the rendering thread.
1241         
1242         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
1243         (jump_to_find_page), (ev_view_set_document), (ev_view_find_next),
1244         (ev_view_find_previous): Fix some page indexes to be 0 based,
1245         offset rubber band by view offset,
1246
1247 Fri Apr 01 09:21:12 2005  Pablo Saratxaga  <pablo@mandrakesoft.com>
1248
1249         * configure.ac: Added Walloon (wa) to ALL_LINGUAS.
1250
1251 Fri Apr  1 01:59:39 2005  Jonathan Blandford  <jrb@redhat.com>
1252
1253         * shell/ev-page-action.c: Changed to use page labels now.  Rewrote
1254         completely because I didn't understand GtkActions.  I should
1255         read Marco's code more carefully in the future.
1256
1257         * backend/ev-page-cache.h (ev_page_cache_set_page_label): New
1258         function
1259
1260 2005-03-31  Kristian Høgsberg  <krh@redhat.com>
1261
1262         * pdf/ev-poppler.cc (pdf_document_get_links): Update to work with
1263         PopplerRectangle change from poppler CVS.
1264
1265 Thu Mar 31 13:27:50 2005  Jonathan Blandford  <jrb@redhat.com>
1266
1267         * backend/ev-document.c: (ev_document_get_page_label):
1268         * backend/ev-document.h:
1269         * backend/ev-page-cache.c: (_ev_page_cache_new),
1270         (ev_page_cache_get_page_label):
1271         * backend/ev-page-cache.h:
1272         * pdf/ev-poppler.cc:
1273         * shell/ev-sidebar-links.c: (ev_sidebar_links_construct),
1274         (links_page_num_func):
1275         * shell/ev-sidebar-thumbnails.c:
1276         (ev_sidebar_thumbnails_set_document):
1277         * shell/ev-view.c: (status_message_from_link),
1278         (ev_view_motion_notify_event):
1279         * shell/ev-window.c: (document_supports_sidebar): Add in page
1280         label support.  It's not perfect yet, but it's the first 'feature'
1281         in a while.
1282         Also, fix a bogus comment noticed by crispin. 
1283
1284 Thu Mar 31 01:21:58 2005  Jonathan Blandford  <jrb@redhat.com>
1285
1286         * Makefile.am: Remove pixbuf backend for now
1287
1288         * configure.ac: Require poppler-glib instead of just poppler.
1289
1290         * backend/ev-document-thumbnails.h: Add a comment
1291
1292         * backend/ev-document.h:
1293         * backend/ev-document.c: (ev_document_class_init),
1294         (ev_document_load), (ev_document_get_link),
1295         (ev_document_get_links): Remove 3 methods and add get_links.
1296         Also, made 0 based.
1297
1298         * backend/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
1299         * backend/ev-jobs.h: now EvJobRender can grab the links for a document.
1300
1301         * backend/ev-link.c: (ev_link_set_title),
1302         (ev_link_mapping_free_foreach), (ev_link_mapping_free),
1303         (ev_link_mapping_find):
1304         * backend/ev-link.h: Allow NULL titles.  Also, introduce a mapping link.
1305         
1306         * backend/ev-page-cache.c: (ev_page_cache_init),
1307         (_ev_page_cache_new), (ev_page_cache_set_current_page),
1308         (ev_page_cache_get_size), (ev_page_cache_next_page),
1309         (ev_page_cache_prev_page): Fix to be 0 based.
1310
1311         * pdf/Makefile.am: 
1312         * pdf/ev-poppler.h:
1313         * pdf/ev-poppler.cc: New backend.
1314         
1315         * ps/ps-document.c: (ps_document_init), (ps_document_set_page),
1316         (ps_document_get_page), (ps_document_document_iface_init):
1317
1318         * shell/ev-pixbuf-cache.h:
1319         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
1320         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
1321         (ev_pixbuf_cache_update_range), (copy_job_to_job_info),
1322         (add_job_if_needed), (ev_pixbuf_cache_set_page_range),
1323         (ev_pixbuf_cache_get_pixbuf), (ev_pixbuf_cache_get_link_mapping):
1324         Fix up code to grab a page cache per each doc.  Also, fix to be 0
1325         based.
1326         
1327         * shell/ev-sidebar-thumbnails.c:
1328         (ev_sidebar_tree_selection_changed), (page_changed_cb),
1329         (ev_sidebar_thumbnails_set_document): Fix to be 0 based.
1330
1331         * shell/ev-view.c: (status_message_from_link),
1332         (find_page_at_location), (get_link_at_location),
1333         (ev_view_motion_notify_event), (ev_view_button_release_event),
1334         (ev_view_init): Use the new link code.  Fix to be 0 based.
1335
1336         * shell/ev-window.c: (update_action_sensitivity),
1337         (document_supports_sidebar): 0 based.
1338
1339 Fri Mar 25 16:55:58 2005  Jonathan Blandford  <jrb@redhat.com>
1340
1341         * pdf/pdf-document.cc: Patch from Fernando Herrera
1342         <fherrera@onirica.com> to fix my quick fix to get_thumbnail.
1343         *blush*
1344
1345 Wed Mar 23 23:49:41 2005  Jonathan Blandford  <jrb@redhat.com>
1346
1347         * pdf/pdf-document.cc (pdf_document_thumbnails_get_thumbnail): add
1348         1 to the page, as this seems to be 1 based.  I thought we has this
1349         fixed.  grump.
1350
1351 2005-03-23  Marco Pesenti Gritti <marco@gnome.org>
1352
1353         * TODO:
1354         * backend/Makefile.am:
1355         * backend/ev-document-links.c:
1356         (ev_document_links_has_document_links),
1357         (ev_document_links_get_links_model):
1358         * backend/ev-document-links.h:
1359         * backend/ev-document.c: (ev_document_get_page_cache),
1360         (ev_document_get_doc_mutex), (ev_document_load),
1361         (ev_document_save), (ev_document_get_title),
1362         (ev_document_get_n_pages), (ev_document_set_page),
1363         (ev_document_get_page), (ev_document_set_target),
1364         (ev_document_set_scale), (ev_document_set_page_offset),
1365         (ev_document_get_page_size), (ev_document_get_text),
1366         (ev_document_get_link), (ev_document_render),
1367         (ev_document_render_pixbuf), (ev_document_scale_changed):
1368         * backend/ev-document.h:
1369         * backend/ev-job-queue.c: (remove_object_from_queue),
1370         (notify_finished), (handle_job), (search_for_jobs_unlocked),
1371         (no_jobs_available_unlocked), (ev_render_thread),
1372         (ev_job_queue_init), (find_queue), (ev_job_queue_add_job),
1373         (ev_job_queue_remove_job):
1374         * backend/ev-job-queue.h:
1375         * backend/ev-jobs.c: (ev_job_init), (ev_job_dispose),
1376         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
1377         (ev_job_links_class_init), (ev_job_render_init),
1378         (ev_job_render_dispose), (ev_job_render_class_init),
1379         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
1380         (ev_job_thumbnail_class_init), (ev_job_finished),
1381         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
1382         (ev_job_render_run), (ev_job_thumbnail_new),
1383         (ev_job_thumbnail_run):
1384         * backend/ev-jobs.h:
1385         * backend/ev-link.c:
1386         * backend/ev-link.h:
1387         * backend/ev-page-cache.c: (ev_page_cache_init),
1388         (ev_page_cache_class_init), (ev_page_cache_finalize),
1389         (_ev_page_cache_new), (ev_page_cache_get_n_pages),
1390         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
1391         (ev_page_cache_set_link), (ev_page_cache_get_title),
1392         (ev_page_cache_get_size), (ev_page_cache_next_page),
1393         (ev_page_cache_prev_page):
1394         * backend/ev-page-cache.h:
1395         * pdf/pdf-document.cc:
1396         * ps/gsdefaults.c:
1397         * ps/gsdefaults.h:
1398         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
1399         (push_pixbuf), (interpreter_failed), (ps_document_cleanup),
1400         (ps_document_widget_event), (ps_document_finalize), (get_xdpi),
1401         (get_ydpi), (setup_pixmap), (setup_page), (close_pipe),
1402         (is_interpreter_ready), (output), (catchPipe), (input),
1403         (start_interpreter), (check_filecompressed), (compute_dimensions),
1404         (ps_document_enable_interpreter), (document_load),
1405         (ps_document_next_page), (render_page), (ps_document_set_page),
1406         (ps_document_set_scale), (render_pixbuf_idle),
1407         (ps_document_render_pixbuf), (ps_document_document_iface_init):
1408         * ps/ps-document.h:
1409         * shell/Makefile.am:
1410         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
1411         (ev_pixbuf_cache_class_init), (ev_pixbuf_cache_finalize),
1412         (dispose_cache_job_info), (ev_pixbuf_cache_dispose),
1413         (ev_pixbuf_cache_new), (job_finished_cb),
1414         (check_job_size_and_unref), (move_one_job),
1415         (ev_pixbuf_cache_update_range), (find_job_cache),
1416         (ev_pixbuf_cache_clear_job_sizes), (add_job_if_needed),
1417         (ev_pixbuf_cache_add_jobs_if_needed),
1418         (ev_pixbuf_cache_set_page_range), (ev_pixbuf_cache_get_pixbuf):
1419         * shell/ev-pixbuf-cache.h:
1420         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
1421         (idle_print_handler):
1422         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
1423         (selection_changed_cb), (create_loading_model),
1424         (ev_sidebar_links_construct), (links_page_num_func),
1425         (ev_sidebar_links_clear_document), (update_page_callback_foreach),
1426         (update_page_callback), (job_finished_cb),
1427         (ev_sidebar_links_set_document):
1428         * shell/ev-sidebar-thumbnails.c:
1429         (ev_sidebar_thumbnails_class_init), (adjustment_changed_cb),
1430         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init),
1431         (page_changed_cb), (thumbnail_job_completed_callback),
1432         (ev_sidebar_thumbnails_set_document):
1433         * shell/ev-sidebar-thumbnails.h:
1434         * shell/ev-sidebar.c: (ev_sidebar_set_document):
1435         * shell/ev-view.c: (ev_view_finalize), (ev_view_destroy),
1436         (ev_view_get_offsets), (ev_view_size_request), (ev_view_realize),
1437         (ev_view_unrealize), (highlight_find_results), (expose_bin_window),
1438         (ev_view_select_all), (ev_view_copy), (ev_view_primary_get_cb),
1439         (ev_view_create_invisible_cursor), (ev_view_motion_notify_event),
1440         (ev_view_button_release_event), (ev_view_scroll_view),
1441         (ev_view_class_init), (ev_view_init), (update_find_status_message),
1442         (jump_to_find_result), (jump_to_find_page), (find_changed_cb),
1443         (ev_view_new), (job_finished_cb), (page_changed_cb),
1444         (ev_view_set_document), (go_to_link), (ev_view_zoom),
1445         (size_to_zoom_factor), (ev_view_set_size), (ev_view_find_next),
1446         (ev_view_find_previous):
1447         * shell/ev-view.h:
1448         * shell/ev-window.c: (update_action_sensitivity),
1449         (ev_window_open_page), (update_window_title), (update_total_pages),
1450         (page_changed_cb), (ev_window_setup_document),
1451         (password_dialog_response), (ev_window_cmd_save_as),
1452         (ev_window_print), (ev_window_cmd_go_previous_page),
1453         (ev_window_cmd_go_next_page), (ev_window_cmd_go_first_page),
1454         (ev_window_cmd_go_last_page), (ev_window_cmd_view_reload),
1455         (find_bar_search_changed_cb), (goto_page_cb), (ev_window_init):
1456         * shell/main.c: (main):
1457
1458         Merge evince-threads branch
1459
1460 2005-03-16  Žygimantas Beručka  <uid0@akl.lt>
1461
1462         * configure.ac: Added "lt" to ALL_LINGUAS.
1463
1464 2005-03-14  Marco Pesenti Gritti  <marco@gnome.org>
1465
1466         * NEWS:
1467         * configure.ac:
1468
1469         Release 0.1.9
1470
1471 2005-03-13  Fernando Herrera  <fherrera@onirica.com>
1472
1473         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
1474
1475         Fix here also the thumbnails 1-basedness :)
1476
1477 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
1478
1479         * NEWS:
1480         * configure.ac:
1481
1482         Release 0.1.8
1483
1484 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
1485
1486         * pdf/pdf-document.cc:
1487         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
1488         (do_one_iteration), (ev_sidebar_thumbnails_set_document):
1489
1490         Fix the mess we did with thumbnails and 1-basedness
1491
1492 2005-03-12  Changwoo Ryu  <cwryu@debian.org>
1493
1494         * configure.ac (ALL_LINGUAS): Added "ko" (Korean).
1495
1496 2005-03-09  Marco Pesenti Gritti  <marco@gnome.org>
1497
1498         * NEWS:
1499         * configure.ac:
1500
1501         Release 0.1.7
1502
1503 2005-03-08  Marco Pesenti Gritti  <marco@gnome.org>
1504
1505         * ps/Makefile.am:
1506         * ps/gsdefaults.c: (gtk_gs_defaults_get_interpreter_cmd),
1507         (gtk_gs_defaults_get_alpha_parameters),
1508         (gtk_gs_defaults_get_ungzip_cmd),
1509         (gtk_gs_defaults_get_unbzip2_cmd):
1510         * ps/gsdefaults.h:
1511         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
1512         (ps_document_get_orientation), (document_load),
1513         (ps_document_goto_page), (ps_document_set_page_size):
1514         * ps/ps-document.h:
1515
1516         Some more sanitization of the ps backend. Remove a lot
1517         of unused code and do not base our defaults on ggv
1518         preferences (ugh!)
1519
1520 2005-03-08  Fernando Herrera  <fherrera@onirica.com>
1521
1522         * thumbnailer/evince-thumbnailer.schemas:
1523         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
1524         (main): add -s option for thumbnail size.
1525
1526 2005-03-07  Christian Persch  <chpe@cvs.gnome.org>
1527
1528         * configure.ac:
1529
1530         AC_PROG_RANLIB is rendered obsolete by AC_PROG_LIBTOOL;
1531         remove it.
1532
1533 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
1534
1535         * pdf/pdf-document.cc:
1536
1537         Remove 4 pixels of useless border from the
1538         thumbnail.
1539
1540 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
1541
1542         * backend/ev-document-thumbnails.c:
1543         (ev_document_thumbnails_get_thumbnail):
1544         * backend/ev-document-thumbnails.h:
1545
1546         Rework API a bit. Add a border flag and
1547         change sizing logic (now the size we specify
1548         applies to the bigger dimension).
1549
1550         * pdf/pdf-document.cc:
1551         * pixbuf/pixbuf-document.c:
1552         (pixbuf_document_thumbnails_get_thumbnail):
1553         * shell/ev-sidebar-thumbnails.c: (do_one_iteration):
1554         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
1555
1556         Adapt to the new API and do not draw a border for nautilus
1557         thumbnailer.
1558
1559 2005-03-03  Fernando Herrera  <fherrera@onirica.com>
1560
1561         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
1562         take thumbnails from page "0" instead of "1". Added a copyright header.
1563
1564 2005-03-03  Jens Granseuer  <jensgr@gmx.net>
1565
1566         * ps/ps-document.c: (set_up_page), (start_interpreter):
1567
1568         Make it C89 compliant
1569
1570 2005-03-03  Marco Pesenti Gritti  <marco@gnome.org>
1571
1572         * Makefile.am:
1573         * configure.ac:
1574         * pdf/.cvsignore:
1575         * pdf/pdf-document.cc:
1576         * thumbnailer/Makefile.am:
1577         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
1578         (main):
1579         * thumbnailer/evince-thumbnailer.schemas:
1580         * thumbnailer/pdf-icon.png:
1581
1582         Add a nautilus thumbnailer.
1583         Based on patch by Fernando Herrera <fherrera@onirica.com>.
1584
1585 2005-03-02  Marco Pesenti Gritti  <marco@gnome.org>
1586
1587         * NEWS:
1588         * configure.ac:
1589         * po/POTFILES.in:
1590
1591         Release 0.1.6
1592
1593 2005-03-01  Kristian Høgsberg  <krh@redhat.com>
1594
1595         Use poppler instead of including xpdf source code.  Poppler is a
1596         fork of xpdf to build it as a shared library. See
1597         http://freedesktop.org/wiki/Software/poppler.
1598
1599         * pdf/xpdf/*, pdf/goo/*, pdf/splash/*, pdf/fofi/*: Remove included
1600         xpdf fork.
1601         
1602         * pdf/Makefile.am: Build libpdfdocument.a here.
1603         
1604         * pdf/GDKSplashOutputDev.cc:
1605         * pdf/GDKSplashOutputDev.h:
1606         * pdf/GnomeVFSStream.cc:
1607         * pdf/GnomeVFSStream.h:
1608         * pdf-document.cc:
1609         * pdf-document.h:
1610         * test-gdk-output-dev.cc
1611         * Thumb.cc:
1612         * Thumb.h: Pull these files out of pdf/xpdf and adjust to compile
1613         against poppler.
1614
1615 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
1616
1617         * shell/ev-sidebar-links.c: (ev_sidebar_links_clear_document):
1618
1619         Clear idle stack before unsetting the document
1620
1621 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
1622
1623         * ps/ps-document.c: (ps_document_widget_event),
1624         (ps_document_set_target), (ps_document_finalize),
1625         (ps_document_get_page):
1626
1627         Disconnect the widget event signal on finalize.
1628         Some code cleanups.
1629
1630 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
1631
1632         * ps/ps-document.c: (set_up_page):
1633
1634         If there is no bpixmap create one, even if size
1635         is not changed.
1636
1637 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
1638
1639         * ps/ps-document.c: (ps_document_init), (ps_document_cleanup),
1640         (set_up_page), (document_load), (ps_document_set_zoom):
1641
1642         Default page is 0. Calculate size even when we have no
1643         target yet.
1644
1645 2005-02-28  Carlos Garcia Campos <carlosgc@gnome.org>
1646
1647         * shell/ev-sidebar.c: expand the selection widget to be always as
1648         wide as the sidebar
1649
1650 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
1651
1652         * shell/ev-sidebar-thumbnails.c:
1653         (ev_sidebar_thumbnails_set_document):
1654
1655         Clear the list store when setting document
1656
1657 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
1658
1659         * shell/ev-page-action.c: (update_entry), (sync_entry),
1660         (activate_cb), (entry_size_request_cb), (create_tool_item),
1661         (connect_proxy):
1662
1663         Use an entry for the page control instead of spinbuttons
1664
1665 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
1666
1667         * data/evince.schemas.in:
1668
1669         Correct confusing string
1670
1671 Sun Feb 27 23:00:31 2005  Jonathan Blandford  <jrb@redhat.com>
1672
1673         * shell/ev-sidebar-links.c (do_one_iteration): Handle title links
1674         for real.  Gosh, how long has this been broken.
1675
1676         * pdf/xpdf/pdf-document.cc (build_link_from_action): add back the
1677         check for a NULL link.  We crash otherwise.
1678
1679 2005-02-27  Marco Pesenti Gritti  <marco@gnome.org>
1680
1681         * NEWS:
1682         * configure.ac:
1683
1684         Release 0.1.5
1685
1686 2005-02-25  Sebastien Bacher  <seb128@debian.org>
1687
1688         * configure.ac: add the french translation.
1689
1690 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
1691
1692         * shell/ev-window.c:
1693
1694         Remove unused header -> fix distcheck
1695
1696 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
1697
1698         * shell/ev-window.c: (update_window_title),
1699         (ev_window_popup_password_dialog):
1700
1701         Unescape filename for display
1702
1703 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
1704
1705         * pdf/xpdf/pdf-document.cc:
1706
1707         In get_page_size deal with rotation. Also
1708         cleanup the function a bit.
1709
1710 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
1711
1712         * pdf/xpdf/pdf-document.cc:
1713
1714         Fix crash when opening in new window
1715
1716 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
1717
1718         * configure.ac:
1719
1720         Check ghostscript >= 7
1721
1722 2005-02-25  Pedro Villavicencio <pvillavi@gnome.cl>
1723
1724         * shell/ev-window.c:
1725
1726         Make page width the default sizing mode
1727
1728 2005-02-25  Carlos Garcia Campos <carlosgc@gnome.org>
1729             Marco Pesenti Gritti <marco@gnome.org>
1730
1731         * shell/ev-window.c: Remember the sidebar size
1732
1733         * data/evince.schemas.in: Add a new gconf key to store the size of
1734         the sidebar
1735
1736 2005-02-24  Kai Willadsen  <kaiw@itee.uq.edu.au>
1737
1738         * data/evince-ui.xml:
1739         * shell/ev-window.c: (update_action_sensitivity),
1740         (ev_window_cmd_view_reload):
1741         
1742         Add a "Reload" action and menu entry
1743
1744 Thu Feb 24 23:07:33 2005  Jonathan Blandford  <jrb@redhat.com>
1745
1746         * shell/ev-window.c (hide_sidebar_and_actions): Hide the sidebar
1747         iff the type doesn't support thumbnailing and indexing.
1748
1749 2005-02-24  Martin Kretzschmar  <martink@gnome.org>
1750
1751         * configure.ac (ALL_LINGUAS): Added "zh_TW" (Traditional Chinese).
1752
1753 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
1754
1755         * pdf/splash/Splash.cc:
1756
1757         Port fix for a crasher from kde bug
1758         http://bugs.kde.org/show_bug.cgi?id=97131
1759
1760 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
1761
1762         * pdf/xpdf/pdf-document.cc:
1763
1764         Return a link even if it's of an unrecognized
1765         type. Otherwise we go in an infinte cycle.
1766
1767 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
1768
1769         * shell/ev-window.c: (update_sizing_buttons), (update_view_size),
1770         (size_allocate_cb), (ev_window_set_sizing_mode):
1771
1772         Update size when switching mode
1773
1774 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
1775
1776         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
1777         (ev_window_cmd_view_page_width), (update_sizing_buttons),
1778         (ev_window_cmd_view_normal_size):
1779
1780         Fix size toggle buttons behavior
1781
1782 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
1783
1784         * shell/ev-view.c: (ev_view_get_offsets), (view_rect_to_doc_rect),
1785         (doc_rect_to_view_rect), (ev_view_size_allocate),
1786         (expose_bin_window), (ev_view_select_all), (page_changed_callback),
1787         (scale_changed_callback):
1788
1789         Do not cache offsets in size_allocate.
1790
1791 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
1792
1793         * shell/ev-view.c: (ev_view_size_allocate):
1794
1795         Calculate offsets before calling the parent
1796         class (which does a redraw)
1797
1798 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
1799
1800         * pdf/xpdf/pdf-document.cc:
1801
1802         Fix a crasher on exit. Unused code, put a TODO
1803
1804 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
1805
1806         * backend/ev-document.c: (ev_document_class_init),
1807         (ev_document_page_changed), (ev_document_scale_changed):
1808         * backend/ev-document.h:
1809
1810         Separate page/scale notifications
1811
1812         * pdf/xpdf/pdf-document.cc:
1813
1814         Emit the new signals.
1815         Do not display the pdf page in _render, do it
1816         when scale/page are requested.
1817
1818         * ps/ps-document.c: (ps_document_set_zoom),
1819         (ps_document_widget_event):
1820         * ps/ps-document.h:
1821
1822         Emit the new signals.
1823
1824         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
1825         (ev_view_init), (page_changed_callback), (scale_changed_callback),
1826         (ev_view_set_document), (ev_view_zoom), (ev_view_zoom_in),
1827         (ev_view_zoom_out), (size_to_zoom_factor), (ev_view_set_size):
1828         * shell/ev-view.h:
1829         * shell/ev-window.c: (ev_window_cmd_view_normal_size),
1830         (ev_window_cmd_view_page_width), (size_allocate_cb),
1831         (ev_window_set_sizing_mode):
1832
1833         Rework sizing to be pixel based.
1834         There are bugs but should be already way better.
1835
1836 2005-02-23  Marco Pesenti Gritti  <marco@gnome.org>
1837
1838         * shell/ev-window.c: (ev_window_init):
1839
1840         Do not allow to shrink sidebar smaller then
1841         child requisition
1842
1843 2005-02-23  Carlos Garcia Campos <carlosgc@gnome.org> 
1844
1845         * shell/ev-sidebar.[ch]
1846         * shell/ev-window.c:
1847
1848         Improved sidebar widget. Fixes #166683
1849
1850 2005-02-23  Tommi Vainikainen  <thv@iki.fi>
1851
1852         * shell/ev-view.c (update_find_status_message): Give translators
1853         more flexibility with ngettext plural handling.
1854
1855 Mon Feb 21 17:52:08 2005  Jonathan Blandford  <jrb@redhat.com>
1856
1857         * pdf/xpdf/pdf-document.cc (pdf_document_get_page_size): Patch
1858         from Crispin Flowerday <gnome@flowerday.cx> to avoid rendering the
1859         page when we get the page size.
1860
1861 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
1862
1863         * ps/ps-document.c: (ps_document_set_page), (ps_document_get_page):
1864
1865         ps pages are 0 based, convert 
1866
1867 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
1868
1869         * ps/ps-document.c: (ps_document_class_init), (ps_document_load):
1870
1871         Initialize correct parent class. Set GError on document load
1872
1873 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
1874
1875         * pdf/xpdf/pdf-document.cc:
1876
1877         Fixup selection offset calculation
1878
1879         * shell/ev-view.c: (view_rect_to_doc_rect),
1880         (doc_rect_to_view_rect), (ev_view_size_allocate),
1881         (expose_bin_window), (ev_view_select_all), (ev_view_copy),
1882         (ev_view_primary_get_cb), (ev_view_motion_notify_event):
1883
1884         Store selection as document relative, so that zooming
1885         and offset changing doesnt break it.
1886
1887 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
1888
1889         * shell/ev-view.c: (ev_view_best_fit):
1890
1891         Do not try to best fit if the view is not realized
1892
1893 2005-02-20  Kostas Papadimas <pkst@gnome.org>
1894           
1895         * configure.ac (ALL_LINGUAS): Added "el" (Greek).
1896
1897 Fri Feb 18 16:06:39 2005  Jonathan Blandford  <jrb@redhat.com>
1898
1899         * shell/ev-window.c (ev_window_focus_in_event): missed a case.
1900
1901 Fri Feb 18 15:32:57 2005  Jonathan Blandford  <jrb@redhat.com>
1902
1903         * shell/ev-window.c: Change the fullscreen toolbar to always be in
1904         the popup window.  That prevents it resizing when in full screen
1905         mode.
1906
1907         * shell/ev-view.c: Change Zoom epsilon as a bad hack to avoid
1908         multiple rerenders.  This pretty much sucks.
1909
1910         * data/evince-ui.xml: Change the fullscreen toolbar to include the
1911         rest of the toolbar.
1912
1913 2005-02-18  Tommi Vainikainen  <thv@iki.fi>
1914
1915         * configure.ac (ALL_LINGUAS): Added "fi" (Finnish).
1916
1917 2005-02-17  Alexander Shopov  <ash@contact.bg>
1918
1919         * configure.in (ALL_LINGUAS): Added "bg" (Bulgarian)
1920
1921 2005-02-16  Bryan Clark  <clarkbw@cvs.gnome.org>
1922
1923         * shell/ev-window.c: added ellipsis to Print item. Fixes bug 166915
1924
1925 2005-02-16  Marco Pesenti Gritti  <marco@gnome.org>
1926
1927         * shell/ev-view.c: (ev_view_realize), (highlight_find_results),
1928         (ev_view_create_invisible_cursor), (ev_view_set_cursor),
1929         (set_document_page), (document_changed_callback),
1930         (ev_view_set_document), (ev_view_find_previous),
1931         (ev_view_hide_cursor), (ev_view_show_cursor):
1932         * shell/ev-view.h:
1933         * shell/ev-window.c: (update_chrome_visibility),
1934         (fullscreen_timeout_cb), (fullscreen_set_timeout),
1935         (fullscreen_clear_timeout), (fullscreen_motion_notify_cb),
1936         (fullscreen_leave_notify_cb), (ev_window_fullscreen),
1937         (ev_window_unfullscreen):
1938         * shell/main.c: (main):
1939
1940         Automatically hide the fullscreen button.
1941         Patch by Kristian Høgsberg <krh@redhat.com>
1942
1943 2005-02-16  Vincent Noel  <vnoel@cox.net>
1944
1945         * shell/main.c (main): Specify an icon for the window. Patch by
1946         Jaap A. Haitsma. Fixes #166177.
1947
1948 Wed Feb 16 06:30:13 2005  Jonathan Blandford  <jrb@redhat.com>
1949
1950         * shell/ev-view.c (ev_view_realize): get rid of the black flash.
1951
1952 Tue Feb 15 22:27:13 2005  Jonathan Blandford  <jrb@redhat.com>
1953
1954         * backend/ev-document-misc.h:
1955         * backend/ev-document-misc.c:
1956         (ev_document_misc_get_page_border_size),
1957         (ev_document_misc_paint_one_page): New function to canonicalize
1958         sizing/painting a border.
1959
1960         * shell/Makefile.am: Remove ev-page-view.c entirely as it's not
1961         used.
1962
1963         * pdf/xpdf/pdf-document.cc: use new function
1964
1965         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
1966         (ev_view_init), (ev_view_set_mode), (ev_view_zoom),
1967         (ev_view_best_fit), (ev_view_fit_width): * shell/ev-view.h: *
1968         shell/ev-window.c: (update_sizing_buttons),
1969         (ev_window_setup_document), (ev_window_cmd_view_zoom_in),
1970         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_best_fit),
1971         (ev_window_cmd_view_page_width), (size_allocate_cb),
1972         (ev_window_set_sizing_mode), (ev_window_init): make the "best fit"
1973         and "fit width" values act as toggle buttons so they stay
1974         toggled.  It's not 100% perfect, and it's a little slow, but it's
1975         good enough to commit I think.
1976
1977 2005-02-15  David Lodge  <dave@cirt.net>
1978
1979         * configure.ac (ALL_LINGUAS): Added "en_GB" (English (British)).
1980
1981 2005-02-15  Martin Kretzschmar  <martink@gnome.org>
1982
1983         * shell/ev-window.c (update_window_title): replace newlines in
1984         the title by spaces. Bug #166107.
1985
1986 2005-02-14  Martin Kretzschmar  <martink@gnome.org>
1987
1988         * shell/ev-view.c (ev_view_best_fit, ev_view_fit_width): add
1989         parameters providing allocation width and height without
1990         scrollbars and width of a possible vertical scrollbar. With this
1991         additional information the functions can work as
1992         intended. Unfortunately they're not idempotent. We should
1993         transform these commands to toggles. Fixes Bug #164976
1994         Initial patch by Stephane Loeuillet, then heavily modified.
1995
1996         * shell/ev-view.h: update prototypes.
1997
1998         * shell/ev-window.c (ev_window_cmd_view_best_fit)
1999         (ev_window_cmd_view_page_width): provide EvView fit functions with
2000         all the information they need. Formulas to calculate this
2001         information taken from GtkScrolledWindow.
2002
2003 2005-02-14  Crispin Flowerday  <gnome@flowerday.cx>
2004
2005         * shell/ev-sidebar-thumbnails.c: Ensure that after we have
2006         created a thumbnail, the list store is updated to know
2007         that the thumbnail is set. Fixes bug #166792
2008
2009 2005-02-11  Bryan Clark  <clarkbw@cvs.gnome.org>
2010
2011         * shell/ev-window.c: fixed typo, closes bug 166897
2012
2013         * TODO: updated TODO with bug numbers that are relevant
2014
2015 2005-02-09  Carlos Garcia Campos <carlosgc@gnome.org>
2016
2017         * shell/ev-window.c: Support for DnD of files. Fixes #164813
2018
2019 2005-02-09  Vincent Noel  <vnoel@cox.net>
2020
2021         * shell/ev-window.c: (set_action_properties): Set the "Previous"
2022         and "Next" toolbar buttons as important to make them stand out.
2023
2024 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
2025
2026         * lib/ev-debug.c:
2027         * lib/ev-debug.h:
2028         * ps/ps-document.c: (ps_document_finalize), (set_up_page),
2029         (start_interpreter), (stop_interpreter), (document_load),
2030         (ps_document_next_page), (ps_document_goto_page),
2031         (ps_document_set_page_size), (ps_document_widget_event),
2032         (ps_document_render):
2033         * shell/ev-page-view.c: (ev_page_view_dispose):
2034         * shell/ev-view.c: (ev_view_finalize), (expose_bin_window):
2035
2036         Fix compilation on non-gcc platforms
2037
2038 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
2039
2040         * NEWS:
2041         * configure.ac:
2042
2043         Release 0.1.4
2044
2045         * pdf/xpdf/Catalog.cc:
2046         * pdf/xpdf/XRef.cc:
2047
2048         Fix the fix for CAN-2004-0888
2049
2050 2005-02-09  Luca Ferretti <elle.uca@libero.it>
2051
2052         * data/Makefile.am:
2053         * data/evince-ui.xml:
2054         * shell/ev-stock-icons.c: (ev_stock_icons_init):
2055         * shell/ev-stock-icons.h:
2056         * shell/ev-window.c: (update_action_sensitivity),
2057         (ev_window_cmd_go_previous_page), (ev_window_cmd_go_next_page),
2058         (set_action_properties):
2059
2060         Improve toolbar layout/icons
2061
2062 2005-02-08  Marco Pesenti Gritti  <marco@gnome.org>
2063
2064         * pdf/xpdf/pdf-document.cc:
2065
2066         Add warnings about unimplemented/unknown link
2067         types.
2068
2069 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
2070
2071         * ps/ps-document.c: (set_up_page):
2072
2073         Log gs property
2074
2075 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
2076
2077         * ps/ps-document.c: (start_interpreter):
2078
2079         Log gs env var
2080
2081 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
2082
2083         * shell/ev-page-view.c: (ev_page_view_dispose):
2084         * shell/ev-view.c: (ev_view_finalize):
2085         * shell/ev-window.c: (ev_window_setup_document),
2086         (ev_window_dispose), (ev_window_init):
2087
2088         Solve more refs issues.
2089
2090         I commented out the page_view initialization for now:
2091         it was never destroyed (because it's never added
2092         to a container). Because of that we was leaking
2093         gs processes. Couldnt think to a clean fix.
2094         We need to figure this out, password view has the
2095         same issue probably.
2096
2097 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
2098
2099         * ps/ps-document.c: (ps_document_finalize),
2100         (ps_document_get_n_pages), (ps_document_get_page):
2101
2102         Some cleanups, stop the interpreter on finalize
2103
2104         * shell/ev-page-view.c: (ev_page_view_dispose),
2105         (ev_page_view_class_init):
2106
2107         Release our reference on the document
2108
2109 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
2110
2111         * Makefile.am:
2112         * configure.ac:
2113         * doc/debugging.txt:
2114         * lib/.cvsignore:
2115         * lib/Makefile.am:
2116         * lib/ev-debug.c: (log_module), (trap_handler), (ev_debug_init),
2117         (ev_profiler_new), (ev_should_profile), (ev_profiler_dump),
2118         (ev_profiler_free), (ev_profiler_start), (ev_profiler_stop):
2119         * lib/ev-debug.h:
2120
2121         Add debugging helpers
2122
2123         * ps/Makefile.am:
2124         * ps/ps-document.c: (set_up_page), (start_interpreter),
2125         (stop_interpreter), (document_load), (ps_document_next_page),
2126         (ps_document_goto_page), (ps_document_set_page_size),
2127         (ps_document_widget_event), (ps_document_render):
2128         * shell/Makefile.am:
2129         * shell/ev-view.c: (expose_bin_window):
2130         * shell/main.c: (main):
2131
2132         Add some logs
2133         
2134 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
2135
2136         * ps/ps-document.c: (ps_document_widget_event):
2137
2138         Initialize message_window, this should make ps
2139         rendering really work! (Never noticed because I was
2140         testing with a ps that is causing gs to exit every time!)
2141
2142 2005-02-07  Bryan Clark  <clarkbw@cvs.gnome.org>
2143
2144         * data/evince.schemas.in: updated simple error in applyto closing tag
2145
2146 2005-02-07  Christian Persch  <chpe@cvs.gnome.org>
2147
2148         * Makefile.am:
2149         * configure.ac:
2150         * data/.cvsignore:
2151         * data/Makefile.am:
2152         * data/evince-ui.xml:
2153         A data/evince.schemas.in:
2154         * po/POTFILES.in:
2155         * shell/ev-stock-icons.c: (ev_stock_icons_init):
2156         * shell/ev-stock-icons.h:
2157         * shell/ev-window.c: (update_chrome_visibility),
2158         (update_chrome_flag), (ev_window_cmd_edit_find),
2159         (ev_window_update_fullscreen_popup), (ev_window_fullscreen),
2160         (ev_window_unfullscreen), (ev_window_focus_in_event),
2161         (ev_window_focus_out_event), (ev_window_cmd_leave_fullscreen),
2162         (ev_window_view_toolbar_cb), (ev_window_view_statusbar_cb),
2163         (ev_window_view_sidebar_cb), (find_bar_close_cb),
2164         (ev_window_dispose), (ev_window_class_init),
2165         (set_action_properties), (set_chrome_actions), (load_chrome),
2166         (ev_window_init):
2167
2168         Implement fullscreen mode changes from bug #164776.
2169         Also implement persistent chrome toggles.
2170
2171 2005-02-07  Jordi Mallach  <jordi@sindominio.net>
2172
2173         * configure.ac (ALL_LINGUAS): Added "ca" (Catalan).
2174
2175 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
2176
2177         * NEWS:
2178         * configure.ac:
2179         * shell/ev-view.c:
2180
2181         Add another check for find interface
2182
2183         Release 0.1.3
2184
2185 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
2186
2187         * shell/ev-application.c: (ev_application_open):
2188         * shell/ev-window.c: (ev_window_open):
2189
2190         Open gzipped ps documents
2191
2192 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
2193
2194         * TODO:
2195         * shell/ev-view.c: (set_document_page):
2196
2197         Clamp page number, dont try to move to
2198         not existant pages.
2199
2200 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
2201
2202         * backend/ev-document-find.c: (ev_document_find_changed):
2203         * backend/ev-document-find.h:
2204         * pdf/xpdf/pdf-document.cc:
2205         * shell/ev-view.c: (jump_to_find_result), (ev_view_set_document):
2206         * shell/ev-window.c: (find_bar_search_changed_cb):
2207
2208         Fix several bugs with find
2209
2210 2005-02-04  Martin Kretzschmar  <martink@gnome.org>
2211
2212         * shell/ev-sidebar-thumbnails.c
2213         (ev_sidebar_thumbnails_select_page): do nothing unless we have a
2214         document. Prevents warning from scroll_to_cell.
2215
2216 2005-02-02  Kjartan Maraas  <kmaraas@gnome.org>
2217
2218         * configure.ac: Add «nb» to ALL_LINGUAS too.
2219
2220 Wed Feb  2 21:13:11 2005  Jonathan Blandford  <jrb@redhat.com>
2221
2222         * NOTES: New file with some random thoughts.
2223
2224         * TODO: Update.
2225
2226         * backend/ev-document-misc.c:
2227         (ev_document_misc_get_page_border_size): New function to
2228         canonicalize shadow drawing sizes.  Possibly goofy.
2229
2230         * shell/ev-view.c: (ev_view_size_request), (set_document_page),
2231         (ev_view_best_fit), (ev_view_fit_width):
2232         * pdf/xpdf/pdf-document.cc:
2233         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
2234         * ps/ps-document.c: (ps_document_get_page_size):
2235         * backend/ev-document-misc.h:
2236         * backend/ev-document.c: (ev_document_get_page_size):
2237         * backend/ev-document.h: get_page_size now takes a page number
2238         parameter.  Made all the backends/frontends honor it.
2239
2240         * data/evince-ui.xml: Added a multiple-page mode.  Uncomment to
2241         see.  Doesn't work yet.
2242
2243         * shell/Makefile.am:
2244         * shell/ev-page-view.[ch]: New multi-page view.  Really rough.
2245         Doesn't do anything yet.
2246
2247         * shell/ev-sidebar-thumbnails.c:
2248         (ev_sidebar_thumbnails_set_document): [1..n_pages] instead of
2249         [0..n_pages-1]
2250
2251         * shell/ev-window.c: (update_action_sensitivity),
2252         (ev_window_setup_document), (ev_window_set_page_mode),
2253         (ev_window_page_mode_cb), (ev_window_init): Clean up the
2254         view-swapping code a bit so we can have multiple views on a
2255         document.  Add the multi-page view, though it can't be turned on
2256         yet.
2257
2258 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
2259
2260         * shell/ev-application.c: (ev_application_open):
2261         * shell/ev-view.c: (expose_bin_window):
2262         * shell/ev-window.c: (ev_window_open):
2263
2264         Support eps and check document supports find
2265         before drawing highlightings in expose.
2266
2267 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
2268
2269         * pixbuf/pixbuf-document.c:
2270         (pixbuf_document_thumbnails_get_dimensions),
2271         (pixbuf_document_document_thumbnails_iface_init):
2272
2273         implement get_dimensions
2274
2275 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
2276
2277         * NEWS:
2278         * configure.ac:
2279
2280         Release 0.1.2
2281
2282 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
2283
2284         * shell/ev-view.c: (set_document_page):
2285
2286         Scroll at the top of the page when changing page
2287
2288 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
2289
2290         * shell/ev-view.c: (ev_view_motion_notify_event):
2291
2292         Do not redraw unnecessarily
2293
2294 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
2295
2296         * pdf/xpdf/pdf-document.cc:
2297         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
2298         (expose_bin_window), (find_changed_cb):
2299
2300         Yay! find works now... Now to find bugs...
2301
2302 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
2303
2304         * backend/ev-document-find.c: (ev_document_find_base_init),
2305         (ev_document_find_changed):
2306         * backend/ev-document-find.h:
2307         * pdf/xpdf/pdf-document.cc:
2308         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
2309         (expose_bin_window), (ev_view_init), (set_document_page),
2310         (ensure_rectangle_is_visible), (jump_to_find_result),
2311         (jump_to_find_page), (find_changed_cb), (ev_view_set_document),
2312         (ev_view_find_next), (ev_view_find_previous):
2313         * shell/ev-view.h:
2314         * shell/ev-window.c: (find_bar_previous_cb), (find_bar_next_cb):
2315
2316         More work on find implementation, mostly there now
2317
2318 2005-01-29  Marco Pesenti Gritti  <marco@gnome.org>
2319
2320         * backend/ev-backend-marshalers.list:
2321         * backend/ev-document-find.c: (ev_document_find_base_init),
2322         (ev_document_find_cancel), (ev_document_find_page_has_results),
2323         (ev_document_find_get_n_results), (ev_document_find_get_result),
2324         (ev_document_find_get_progress), (ev_document_find_changed):
2325         * backend/ev-document-find.h:
2326
2327         Enanche the find interface to be really able to do
2328         multi page find.
2329
2330         * pdf/xpdf/pdf-document.cc:
2331
2332         Implement
2333
2334         * shell/ev-view.c: (ev_view_finalize), (highlight_find_results),
2335         (expose_bin_window), (ev_view_init),
2336         (ev_view_get_find_status_message), (find_changed_cb),
2337         (ev_view_set_document), (set_document_page):
2338
2339         Adapt to the new interface. A few things are regressed sorry,
2340         I will finish it soon.
2341
2342 2005-01-28  Martin Kretzschmar  <martink@gnome.org>
2343
2344         * shell/ev-sidebar-thumbnails.c (ev_sidebar_thumbnails_destroy)
2345         (ev_sidebar_thumbnails_class_init): use G_DEFINE_TYPE-supplied
2346         ev_sidebar_thumbnails_parent_class variable, don't define another
2347         parent_class variable.
2348
2349         * shell/ev-page-action.c (connect_proxy, ev_page_action_finalize)
2350         (ev_page_action_class_init): ditto.
2351
2352         * pixbuf/pixbuf-document.c (pixbuf_document_finalize)
2353         (pixbuf_document_class_init): ditto.
2354
2355         * backend/ev-link.c (ev_window_dispose, ev_link_class_init):
2356         ditto.
2357
2358         * .cvsignore: ignore various valgrind output files.
2359
2360 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
2361
2362         * data/evince-ui.xml:
2363         * shell/Makefile.am:
2364         * shell/ev-history.c:
2365         * shell/ev-history.h:
2366         * shell/ev-navigation-action.c:
2367         * shell/ev-navigation-action.h:
2368         * shell/ev-view.c: (ev_view_finalize), (ev_view_go_to_link),
2369         (ev_view_set_page), (ev_view_fit_width):
2370         * shell/ev-view.h:
2371         * shell/ev-window.c: (update_action_sensitivity),
2372         (ev_window_setup_document), (register_custom_actions):
2373
2374         Kill session history
2375
2376 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
2377
2378         * shell/ev-window.c: (update_action_sensitivity):
2379
2380         Fix inverted up/down buttons
2381
2382 2005-01-27  Martin Kretzschmar  <martink@gnome.org>
2383
2384         * shell/ev-sidebar-thumbnails.c
2385         (ev_sidebar_thumbnails_select_page): make sure the selected
2386         thumbnail stays visible.
2387
2388 2005-01-26  Martin Kretzschmar  <martink@gnome.org>
2389
2390         * shell/ev-window.c (ev_window_init): add GTK_SHADOW_IN to the
2391         scrolled window for Federico.
2392
2393 2005-01-26  Ole Laursen  <olau@hardworking.dk>
2394
2395         * configure.ac: Added "da" (Danish) to ALL_LINGUAS.
2396
2397 2005-01-26  Marco Pesenti Gritti  <marco@gnome.org>
2398
2399         * configure.ac:
2400         * pdf/splash/SplashFTFontEngine.cc:
2401
2402         Fix CID fonts with freetype 2.1.9
2403
2404 2005-01-26  Bryan Clark  <clarkbw@cvs.gnome.org>
2405
2406         * TODO: added item for desktop icon thumbnailer
2407
2408 Tue Jan 25 00:59:34 2005  Jonathan Blandford  <jrb@redhat.com>
2409
2410         * pdf/xpdf/pdf-document.cc (pdf_document_get_title): guard against
2411         unloaded docs when the title is accessed.
2412
2413         * shell/ev-password-view.[hc]: New widget for displaying password
2414         state.
2415
2416         * shell/ev-window.[ch]: Refactor password handling code to handle
2417         the new view.
2418
2419 2005-01-24  Marco Pesenti Gritti  <marco@gnome.org>
2420
2421         * NEWS:
2422         * configure.ac:
2423         * data/Makefile.am:
2424
2425         Release 0.1.1
2426
2427 2005-01-23  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
2428
2429         * pdf/xpdf/pdf-document.cc (pdf_document_search_page_changed):
2430         ignore page offset here, to make search results independent of it,
2431
2432         * shell/ev-view.c (expose_bin_window): but take offsets into
2433         account here. Bug #164932
2434
2435         * pdf/xpdf/pdf-document.cc (pdf_document_get_link): divide by
2436         scale at the right time. Bug #164996
2437
2438 2005-01-22  Martin Kretzschmar  <martink@gnome.org>
2439
2440         * pdf/xpdf/GlobalParams.cc: My 2005-01-05 change didn't actually
2441         fix the problem. Now I just removed the Adobe font names and hope
2442         that the URW fonts are always in outline format. Bug #164934
2443
2444         * shell/ev-window.c (update_window_title): empty titles are
2445         useless, use filename in that case too.
2446
2447         * NEWS: Add some content.
2448
2449 2005-01-21  Bryan Clark  <clarkbw@cvs.gnome.org>
2450
2451         * TODO: added one more TODO item and a TODONE section :)
2452
2453 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
2454
2455         * ps/ps-document.h: add page_[xy]_offset fields.
2456
2457         * ps/ps-document.c (ps_document_set_page_offset)
2458         (ps_document_render): Keep offset in consideration in a few
2459         places. Bug #164752 "postscript documents are not centered in
2460         window"
2461
2462         * data/evince.desktop.in (X-GNOME-Bugzilla-Product):
2463         s/gpdf/evince/. Spotted by Stephane Loeuillet.
2464
2465         * pixbuf/pixbuf-document.c (pixbuf_document_get_n_pages)
2466         (pixbuf_document_get_text, pixbuf_document_document_iface_init):
2467         stub out missing methods for complete EvDocument implementation.
2468         Fixes segfaults with Save A Copy and Copy actions.
2469
2470         * ps/ps-document.c (ps_document_save, ps_document_get_text) 
2471         (ps_document_document_iface_init): ditto.
2472         
2473 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
2474
2475         * data/.cvsignore:
2476         * data/Makefile.am:
2477         * data/evince.desktop.in:
2478
2479         Add desktop file
2480
2481 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
2482
2483         * shell/ev-view.c: (ev_view_button_press_event),
2484         (ev_view_motion_notify_event):
2485
2486         Make selection work in any direction
2487
2488 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
2489
2490         * TODO:
2491         * shell/ev-window.c: (set_short_labels), (ev_window_init):
2492
2493         Use shorter labels for some of the toolbars items
2494
2495 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
2496
2497         * pdf/xpdf/pdf-document.cc:
2498
2499         Check the links info is initialized before
2500         using it. Should fix a crash on startup.
2501
2502 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
2503
2504         * pixbuf/pixbuf-document.c
2505         (pixbuf_document_thumbnails_get_dimensions): force floating point
2506         division to calculate page_ratio. Fixes crash with landscape
2507         format pixbufs.
2508
2509 Thu Jan 20 18:56:35 2005  Jonathan Blandford  <jrb@redhat.com>
2510
2511         * shell/ev-view.c (ev_view_realize): make the bg color darker.
2512
2513 2005-01-20  Martin Kretzschmar  <martink@gnome.org>
2514
2515         * shell/ev-view.c (set_document_page): unset has_selection when
2516         the page changes.
2517         (set_document_page): handle paper size changes when the page
2518         changes (test with Free Culture, page 2).
2519
2520 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
2521
2522         * shell/ev-view.c: (ev_view_size_request), (ev_view_realize),
2523         (expose_bin_window), (ev_view_class_init), (ev_view_init):
2524
2525         Use normal style color for the widget background and
2526         draw a black box around the page.
2527
2528 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
2529
2530         * pdf/xpdf/pdf-document.cc:
2531
2532         Keep offset in consideration in a few places
2533
2534         * shell/ev-view.c: (expose_bin_window):
2535
2536         Set the offsets so that the document is ever centered
2537
2538 2005-01-20  Bryan Clark  <clarkbw@cvs.gnome.org>
2539
2540         * TODO: Added TODO items and finished off the first todo item
2541
2542         * AUTHORS: Updated AUTHORS section with piece from gpdf file and
2543         reflect current authors
2544
2545 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
2546
2547         * pdf/xpdf/pdf-document.cc:
2548         * shell/ev-view.c: (ev_view_set_cursor),
2549         (ev_view_motion_notify_event), (document_changed_callback),
2550         (set_document_page):
2551
2552         Show a wait cursor while the page is rendering
2553
2554 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
2555
2556         * shell/ev-sidebar-thumbnails.c:
2557         (ev_sidebar_tree_selection_changed),
2558         (ev_sidebar_thumbnails_select_page):
2559         * shell/ev-sidebar-thumbnails.h:
2560         * shell/ev-view.c: (ev_view_set_document), (ev_view_can_go_back),
2561         (ev_view_can_go_forward):
2562         * shell/ev-window.c: (ev_window_open_page),
2563         (ev_window_setup_document), (update_current_page),
2564         (view_page_changed_cb), (ev_window_init):
2565         * shell/ev-window.h:
2566
2567         Ensure thumbnails selection, toolbar page control and
2568         current page are in sync.
2569
2570 2005-01-19  Marco Pesenti Gritti  <marco@gnome.org>
2571
2572         * pdf/xpdf/XRef.cc:
2573
2574         Fix CAN-2005-0064
2575
2576 Wed Jan 19 01:10:57 2005  Jonathan Blandford  <jrb@redhat.com>
2577
2578         * backend/Makefile.am:
2579         * backend/ev-document-links.h:
2580         * backend/ev-document-security.c: (ev_document_security_get_type),
2581         (ev_document_security_has_document_security),
2582         (ev_document_security_set_password):
2583         * backend/ev-document-security.h:
2584         * backend/ev-document.c: (ev_document_error_quark):
2585         * backend/ev-document.h:
2586         * data/Makefile.am:
2587         * data/evince-password.glade:
2588         * pdf/xpdf/pdf-document.cc:
2589         * shell/Makefile.am:
2590         * shell/ev-password.c: (ev_password_set_bad_password_label),
2591         (ev_window_password_entry_changed_cb), (ev_password_dialog_new),
2592         (ev_password_dialog_get_password),
2593         (ev_password_dialog_set_bad_pass):
2594         * shell/ev-password.h:
2595         * shell/ev-window.c: (ev_window_get_attribute),
2596         (ev_window_set_property), (update_action_sensitivity),
2597         (ev_window_is_empty), (mime_type_supported_by_gdk_pixbuf),
2598         (ev_window_setup_document), (ev_window_get_password),
2599         (ev_window_open), (ev_window_cmd_save_as),
2600         (using_postscript_printer), (ev_window_print),
2601         (find_not_supported_dialog), (ev_window_cmd_edit_find),
2602         (update_fullscreen_popup), (ev_window_fullscreen),
2603         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
2604         (ev_window_focus_out_cb), (ev_window_cmd_help_about),
2605         (menu_item_select_cb), (find_bar_search_changed_cb),
2606         (ev_window_dispose), (ev_window_init):
2607
2608         Add initial support for password-supported dialogs.  This could be
2609         a lot cooler, but it'll do for now.
2610
2611 2005-01-18  Marco Pesenti Gritti  <marco@gnome.org>
2612
2613         * pdf/xpdf/pdf-document.cc:
2614         * shell/ev-view.c: (status_message_from_link),
2615         (ev_view_set_status), (ev_view_set_cursor),
2616         (ev_view_motion_notify_event), (ev_view_init):
2617         * shell/ev-window.c: (view_status_changed_cb), (ev_window_init):
2618
2619         Fix bugs in the links implementation and change cursor
2620         when hovering a link.
2621
2622 2005-01-17  Bryan Clark  <clarkbw@cvs.gnome.org>
2623
2624         * viewer/.cvsignore: added cvsignore file for viewer directory
2625
2626         * TODO: created TODO document
2627
2628 2005-01-14  Dave Malcolm  <dmalcolm@redhat.com>
2629
2630         * shell/ev-view.h:
2631         * shell/ev-view.c (ev_view_can_go_back), (ev_view_can_go_forward):      
2632         new functions to help with implementation of sensitivity code
2633         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
2634         of all actions that might require it.  Fixes a crash when you
2635         click on the Zoom actions in a window lacking a document.
2636
2637 2005-01-13  Dave Malcolm  <dmalcolm@redhat.com>
2638
2639         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
2640         of the Find action
2641
2642 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
2643
2644         * pixbuf/pixbuf-document.c: (pixbuf_document_get_link),
2645         (pixbuf_document_document_iface_init):
2646         * ps/ps-document.c: (ps_document_get_link),
2647         (ps_document_document_iface_init):
2648         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event),
2649         (status_message_from_link), (ev_view_set_status),
2650         (ev_view_set_find_status), (ev_view_motion_notify_event),
2651         (ev_view_button_release_event), (ev_view_set_property),
2652         (ev_view_get_property), (ev_view_class_init), (ev_view_init),
2653         (ev_view_get_find_status_message), (update_find_results),
2654         (ev_view_get_status), (ev_view_get_find_status):
2655         * shell/ev-view.h:
2656         * shell/ev-window.c: (view_status_changed_cb),
2657         (view_find_status_changed_cb), (ev_window_init):
2658
2659         View status message support, use it to show the links.
2660         Needs work...
2661
2662 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
2663
2664         * backend/ev-document.c: (ev_document_get_link):
2665         * backend/ev-document.h:
2666         * pdf/xpdf/pdf-document.cc:
2667         * shell/ev-application.c: (ev_application_open):
2668         * shell/ev-application.h:
2669         * shell/ev-sidebar-links.c: (selection_changed_cb):
2670         * shell/ev-view.c: (ev_view_button_release_event), (go_to_link),
2671         (ev_view_go_to_link):
2672
2673         Add support for document links
2674
2675 2005-01-13  Anders Carlsson  <andersca@gnome.org>
2676
2677         * shell/ev-page-action.c: (update_spin), (total_pages_changed_cb),
2678         (create_tool_item):
2679         Set the spin button limits correctly.
2680         
2681         * shell/ev-sidebar-thumbnails.c:
2682         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init):
2683         Support changing pages by clicking on the thumbnails.
2684         
2685 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
2686
2687         * pixbuf/pixbuf-document.c:
2688         (pixbuf_document_thumbnails_get_dimensions),
2689         (pixbuf_document_document_thumbnails_iface_init):
2690
2691         implement get_dimensions
2692
2693 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
2694
2695         * ps/ps-document.c: (ps_document_goto_page):
2696
2697         Fix page switching on multipage documents
2698
2699 2005-01-12  Jeff Muizelaar  <jrmuizel@nit.ca>
2700
2701         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
2702         
2703         check for NULL before assigning to width and height parameters
2704
2705 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
2706
2707         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
2708         (pixbuf_document_set_property), (pixbuf_document_get_property):
2709
2710         implement get/set properties
2711
2712 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
2713
2714         * pdf/xpdf/pdf-document.cc: (pdf_info_dict_get_string):
2715         
2716         return NULL instead of "Unknown", letting the title get set to
2717         the filename when the pdf has no title.
2718
2719 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
2720
2721         * ps/ps-document.c: (ps_document_get_page_count),
2722         (ps_document_goto_page):
2723
2724 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
2725
2726         * shell/ev-history.c: (ev_history_get_property),
2727         (ev_history_set_property), (ev_history_class_init),
2728         (ev_history_add_page), (ev_history_set_current_index):
2729         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
2730         (activate_menu_item_cb), (new_history_menu_item), (build_menu),
2731         (ev_navigation_action_finalize):
2732         * shell/ev-navigation-action.h:
2733         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
2734         (ev_view_go_forward), (ev_view_get_find_status_message),
2735         (history_index_changed_cb), (ev_view_set_history):
2736         * shell/ev-view.h:
2737         * shell/ev-window.c: (update_total_pages), (ev_window_open),
2738         (update_current_page), (register_custom_actions):
2739
2740         Implement history dropdowns
2741
2742 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
2743
2744         * shell/ev-history.c: (ev_history_init), (ev_history_add_link):
2745         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
2746         (ev_view_go_forward):
2747         * shell/ev-window.c: (register_custom_actions):
2748
2749         Fix several history bugs
2750
2751 2005-01-11  Kjartan Maraas  <kmaraas@gnome.org>
2752
2753         * configure.ac: Add «nb» to ALL_LINGUAS.
2754
2755 2005-01-10  Marco Pesenti Gritti  <marco@gnome.org>
2756
2757         * backend/Makefile.am:
2758         * backend/ev-bookmark.c:
2759         * backend/ev-bookmark.h:
2760         * backend/ev-document-bookmarks.c:
2761         * backend/ev-document-bookmarks.h:
2762         * backend/ev-document-links.c: (ev_document_links_get_type),
2763         (ev_document_links_has_document_links),
2764         (ev_document_links_begin_read), (ev_document_links_get_link),
2765         (ev_document_links_get_child), (ev_document_links_next),
2766         (ev_document_links_free_iter):
2767         * backend/ev-document-links.h:
2768         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_title),
2769         (ev_link_set_title), (ev_link_get_uri), (ev_link_set_uri),
2770         (ev_link_get_link_type), (ev_link_set_link_type),
2771         (ev_link_get_page), (ev_link_set_page), (ev_link_get_property),
2772         (ev_link_set_property), (ev_window_dispose), (ev_link_init),
2773         (ev_link_class_init), (ev_link_new_title), (ev_link_new_page),
2774         (ev_link_new_external):
2775         * backend/ev-link.h:
2776         * pdf/xpdf/pdf-document.cc:
2777         * shell/Makefile.am:
2778         * shell/ev-application.c: (ev_application_open_link):
2779         * shell/ev-application.h:
2780         * shell/ev-history.c: (ev_history_add_link), (ev_history_add_page),
2781         (ev_history_get_link_nth):
2782         * shell/ev-history.h:
2783         * shell/ev-sidebar-bookmarks.c:
2784         * shell/ev-sidebar-bookmarks.h:
2785         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
2786         (ev_sidebar_links_class_init), (selection_changed_cb),
2787         (ev_sidebar_links_construct), (ev_sidebar_links_init),
2788         (links_page_num_func), (ev_sidebar_links_new), (stack_data_free),
2789         (do_one_iteration), (populate_links_idle),
2790         (ev_sidebar_links_clear_document), (ev_sidebar_links_set_document):
2791         * shell/ev-sidebar-links.h:
2792         * shell/ev-sidebar.c: (ev_sidebar_set_document):
2793         * shell/ev-view.c: (go_to_link), (ev_view_go_to_link),
2794         (go_to_index):
2795         * shell/ev-view.h:
2796         * shell/ev-window.c: (ev_window_open_link), (ev_window_init):
2797         * shell/ev-window.h:
2798
2799         Rename bookmark to link, and use "Index" for the sidebar panel.
2800
2801 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
2802
2803         * shell/Makefile.am:
2804         * shell/ev-application.c: (ev_application_open_bookmark):
2805         * shell/ev-application.h:
2806         * shell/ev-history.c: (ev_history_init), (free_links_list),
2807         (ev_history_finalize), (ev_history_class_init),
2808         (ev_history_add_link), (ev_history_add_page),
2809         (ev_history_get_link_nth), (ev_history_get_n_links),
2810         (ev_history_get_current_index), (ev_history_set_current_index),
2811         (ev_history_new):
2812         * shell/ev-history.h:
2813         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
2814         * shell/ev-view.c: (ev_view_finalize), (ev_view_set_document),
2815         (set_document_page), (go_to_bookmark), (ev_view_go_to_bookmark),
2816         (go_to_index), (ev_view_go_back), (ev_view_go_forward),
2817         (ev_view_set_page):
2818         * shell/ev-view.h:
2819         * shell/ev-window.c: (ev_window_open_bookmark),
2820         (ev_window_cmd_go_back), (ev_window_cmd_go_forward),
2821         (goto_page_cb), (register_custom_actions):
2822         * shell/ev-window.h:
2823
2824         Initial history implementation. Needs work.
2825
2826 2005-01-09  Martin Kretzschmar  <martink@gnome.org>
2827
2828         * pdf/xpdf/GDKSplashOutputDev.cc (redraw): fix pixbuf data offset.
2829
2830 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
2831
2832         * cut-n-paste/recent-files/egg-recent-item.c:
2833         * cut-n-paste/recent-files/egg-recent-item.h:
2834         * cut-n-paste/recent-files/egg-recent-model.c:
2835         * cut-n-paste/recent-files/egg-recent-util.c:
2836         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
2837         * cut-n-paste/recent-files/egg-recent-view.c:
2838
2839         Update
2840
2841 2005-01-08  Martin Kretzschmar  <martink@gnome.org>
2842
2843         * pdf/splash/Splash.cc (clear, drawPixel, drawSpan, xorSpan, getPixel)
2844         (fillGlyph, fillImageMask, drawImage):
2845         pdf/splash/SplashBitmap.cc (SplashBitmap, ~SplashBitmap, writePNMFile):
2846         pdf/splash/SplashTypes.h:
2847         pdf/xpdf/SplashOutputDev (startPage, getColor, imageSrc): implement RGB8
2848         packed mode for Splash.
2849
2850         * pdf/xpdf/GDKSplashOutputDev.cc (GDKSplashOutputDev, redraw): use
2851         RGB8 packed mode, eliminates the pixbuf data creation loop.
2852
2853         * shell/ev-print-job.c (ev_print_job_finalize)
2854         (ev_print_job_set_property, ev_print_job_get_property)
2855         (ev_print_job_set_gnome_print_job, ev_print_job_set_document)
2856         (ev_print_job_use_print_dialog_settings, idle_print_handler)
2857         (print_closure_finalize, ev_print_job_print): implement
2858         printing (for backends with EvPsExporter)
2859
2860         * shell/ev_print_job.h: update prototypes.
2861
2862         * shell/ev-window.c (ev_window_print): unref print job after
2863         printing.
2864
2865         * shell/ev-view.c (ev_view_set_document): don't connect to "found"
2866         unless the document implements the EvDocumentFind interface.
2867
2868 2005-01-08  Satoru SATOH <ss@gnome.gr.jp>
2869
2870         * configure.ac: Added ja to ALL_LINGUAS.
2871
2872 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
2873
2874         * pdf/xpdf/pdf-document.cc:
2875
2876         add a FIXME. We should probably not allocate
2877         a bookmark object every time
2878
2879 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
2880
2881         * shell/ev-application.c: (ev_application_open),
2882         (ev_application_open_bookmark):
2883         * shell/ev-application.h:
2884         
2885         Add a way to open bookmarks
2886
2887         * backend/ev-bookmark.c: (ev_bookmark_get_uri),
2888         (ev_bookmark_set_uri), (ev_bookmark_get_property),
2889         (ev_bookmark_set_property), (ev_bookmark_class_init),
2890         (ev_bookmark_new_title), (ev_bookmark_new_link),
2891         (ev_bookmark_new_external):
2892
2893         Support for external uris, better constructors.
2894
2895         * backend/ev-bookmark.h:
2896         * pdf/xpdf/pdf-document.cc:
2897         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
2898
2899         Handle external uris
2900
2901 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
2902
2903         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb),
2904         (ev_sidebar_bookmarks_construct), (do_one_iteration):
2905
2906         Hook up bookmarks navigation
2907
2908 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
2909
2910         * backend/Makefile.am:
2911         * backend/ev-bookmark.c: (ev_bookmark_type_get_type),
2912         (ev_bookmark_get_title), (ev_bookmark_set_title),
2913         (ev_bookmark_get_bookmark_type), (ev_bookmark_set_bookmark_type),
2914         (ev_bookmark_get_page), (ev_bookmark_set_page),
2915         (ev_bookmark_get_property), (ev_bookmark_set_property),
2916         (ev_window_dispose), (ev_bookmark_init), (ev_bookmark_class_init),
2917         (ev_bookmark_new):
2918         * backend/ev-bookmark.h:
2919         * backend/ev-document-bookmarks.c:
2920         (ev_document_bookmarks_get_bookmark):
2921         * backend/ev-document-bookmarks.h:
2922         * pdf/xpdf/pdf-document.cc:
2923         * shell/ev-sidebar-bookmarks.c: (do_one_iteration):
2924
2925         Add a bookmark object to the backend and use it instead of get_values
2926
2927 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
2928
2929         * data/evince-ui.xml:
2930
2931         Cleanup and add select all.
2932
2933         * shell/ev-view.c: (ev_view_select_all),
2934         (ev_view_button_press_event):
2935         * shell/ev-view.h:
2936         * shell/ev-window.c: (ev_window_cmd_edit_select_all):
2937
2938         Add select all.
2939         Clear selection on click.
2940
2941 Fri Jan  7 01:28:58 2005  Jonathan Blandford  <jrb@redhat.com>
2942
2943         * shell/ev-sidebar-thumbnails.c
2944         (ev_sidebar_thumbnails_set_document): forgot to unref the
2945         loading_icon.
2946
2947 Fri Jan  7 01:22:48 2005  Jonathan Blandford  <jrb@redhat.com>
2948
2949         * shell/ev-sidebar-thumbnails.c: fill in the thumbnails starting
2950         at the visible page, not just linearly.  This makes it look fast.
2951
2952 Thu Jan  6 18:48:11 2005  Jonathan Blandford  <jrb@redhat.com>
2953
2954         * backend/ev-document-misc.c
2955         (ev_document_misc_get_thumbnail_frame): fill in the thumbnail with
2956         white.
2957         * backend/ev-document-thumbnails.h: New interface to get the size
2958         of a page.
2959
2960 2005-01-06  Jeremy Katz  <katzj@redhat.com>
2961
2962         * shell/Makefile.am (evince_SOURCES): Add ev-utils.[ch] so that
2963         make dist works
2964
2965 Wed Jan  5 15:38:28 2005  Jonathan Blandford  <jrb@redhat.com>
2966
2967         * pdf/xpdf/pdf-document.cc (bitmap_to_pixbuf): bypass
2968         GDKSplashOutputDev and just use a normal SplashOutputDev.  Speeds
2969         things up a bit.
2970
2971         * shell/ev-sidebar-thumbnail.c: start of some profiling code.
2972
2973 2005-01-05  Martin Kretzschmar  <martink@gnome.org>
2974
2975         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): match only outline
2976         fonts. Should fix font problems on systems that have the base
2977         fonts in bitmap format. Reported by James Henstridge
2978         <james@jamesh.id.au>.
2979
2980 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
2981
2982         * pdf/xpdf/Gfx.cc:
2983         * pdf/xpdf/GfxState.cc:
2984
2985         Fix for CAN-2004-1125
2986
2987 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
2988
2989         * shell/ev-view.c: (ev_view_copy):
2990         * shell/ev-view.h:
2991         * shell/ev-window.c: (ev_window_cmd_edit_copy):
2992
2993         Implement Edit->Copy
2994
2995 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
2996
2997         * backend/ev-document.c: (ev_document_get_text):
2998         * backend/ev-document.h:
2999         * pdf/xpdf/pdf-document.cc:
3000         * shell/ev-view.c: (ev_view_realize), (expose_bin_window),
3001         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
3002         (ev_view_update_primary_selection), (ev_view_button_press_event),
3003         (ev_view_motion_notify_event), (ev_view_button_release_event):
3004
3005         Beginnings of clipboard support. Incomplete but primary sort
3006         of work.
3007
3008 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
3009
3010         * shell/ev-view.c: (ev_gdk_color_to_rgb), (draw_rubberband),
3011         (expose_bin_window):
3012
3013         Nicer rubberband drawing, from GtkIconView.
3014
3015 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
3016
3017         * backend/ev-document.c: (ev_document_save):
3018         * backend/ev-document.h:
3019         * data/evince-ui.xml:
3020         * pdf/xpdf/pdf-document.cc:
3021         * shell/ev-window.c: (save_error_dialog), (ev_window_cmd_save_as):
3022
3023         Implement "Save a copy..." menu item
3024
3025 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
3026
3027         * shell/ev-view.c: (ev_view_zoom):
3028
3029         Queue a resize when zoom changes
3030
3031 Wed Jan  5 02:33:06 2005  Jonathan Blandford  <jrb@redhat.com>
3032
3033         * backend/ev-document-misc.[ch]: New misc file to do simple drop
3034         shadows.
3035
3036         * pdf/xpdf/pdf-document.cc: use the drop shadows in both types of
3037         thumbnails..
3038
3039 Tue Jan  4 22:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
3040
3041         * pdf/xpdf/pdf-document.cc
3042         (pdf_document_thumbnails_get_page_pixbuf): poor man's dropshadow.
3043
3044 Tue Jan  4 21:25:05 2005  Jonathan Blandford  <jrb@redhat.com>
3045
3046         * pdf/xpdf/pdf-document.cc: Do real thumbnailing of PDF files.
3047         It's slow, but I'll speed it up next!
3048
3049 2005-01-04  Jeff Muizelaar  <jrmuizel@nit.ca>
3050
3051         * shell/main.c (load_files):
3052
3053         use gnome_vfs_make_uri_from_shell_arg so that relative paths work
3054         from the command line and because it seems more appropriate.
3055
3056 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
3057
3058         * data/evince-ui.xml:
3059         * shell/ev-window.c: (update_action_sensitivity),
3060         (ev_window_cmd_go_page_up), (ev_window_cmd_go_page_down):
3061
3062         s/next page/page down
3063         s/previous page/page up
3064
3065 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
3066
3067         * data/evince-ui.xml:
3068
3069         Change the layout to match clarkbw design.
3070
3071         * shell/Makefile.am:
3072         * shell/ev-navigation-action.c: (build_menu), (menu_activated_cb),
3073         (set_tooltip_cb), (connect_proxy), (ev_navigation_action_init),
3074         (ev_navigation_action_finalize),
3075         (ev_navigation_action_set_property),
3076         (ev_navigation_action_get_property),
3077         (ev_navigation_action_class_init):
3078         * shell/ev-navigation-action.h:
3079
3080         Implement clarkbw toolbar navigation controls (incomplete)
3081
3082         * shell/ev-page-action.c: (update_label), (update_spin),
3083         (value_changed_cb), (create_tool_item), (connect_proxy),
3084         (ev_page_action_init), (ev_page_action_finalize),
3085         (ev_page_action_set_property), (ev_page_action_get_property),
3086         (ev_page_action_set_current_page),
3087         (ev_page_action_set_total_pages), (ev_page_action_class_init):
3088         * shell/ev-page-action.h:
3089
3090         Implement a page switcher in the toolbar
3091
3092         * shell/ev-view.c: (ev_view_scroll_view):
3093         * shell/ev-window.c: (update_total_pages), (ev_window_open),
3094         (update_current_page), (view_page_changed_cb), (goto_page_cb),
3095         (register_custom_actions), (ev_window_init):
3096
3097         Change page on PageUp/Down.
3098
3099 Tue Jan  4 03:22:56 2005  Jonathan Blandford  <jrb@redhat.com>
3100
3101         * pdf/xpdf/pdf-document.cc
3102         (pdf_document_thumbnails_get_thumbnail): initial stab at
3103         implementing thumbnail support for pdfs.  It only does documents
3104         with precached pdfs now.
3105
3106 Mon Jan  3 17:22:25 2005  Jonathan Blandford  <jrb@redhat.com>
3107
3108         * shell/ev-sidebar-thumbnails.c (do_one_iteration): move the
3109         thumbnail code into a time-based idle as well.  Also, turn off the
3110         shadow temporarily as it's really slow.
3111
3112 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
3113
3114         * backend/ev-document.c: (ev_document_class_init):
3115         * pdf/xpdf/pdf-document.cc:
3116         * shell/ev-window.c: (ev_window_open):
3117
3118         Fix document title bugs and fallback to
3119         filename when not available.
3120
3121 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
3122
3123         * backend/ev-document.c: (ev_document_get_type),
3124         (ev_document_class_init), (ev_document_load),
3125         (ev_document_get_title):
3126         * backend/ev-document.h:
3127         * pdf/xpdf/pdf-document.cc:
3128         * ps/ps-document.c: (ps_document_set_property),
3129         (ps_document_get_property), (ps_document_class_init),
3130         (document_load):
3131         * ps/ps-document.h:
3132         * ps/ps.h:
3133         * shell/ev-window.c: (update_window_title), (ev_window_open),
3134         (ev_window_init):
3135
3136         Initial support for document title. Not working yet.
3137
3138 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
3139
3140         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event):
3141
3142         Grab focus on the view when clicking it
3143
3144 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
3145
3146         * shell/ev-marshal.list:
3147         * shell/ev-view.c: (ev_view_realize), (add_scroll_binding),
3148         (ev_view_scroll_view), (ev_view_class_init), (ev_view_init):
3149
3150         Add key bindings to the view. Now if the focus would work
3151         right...
3152
3153 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
3154
3155         * Makefile.am:
3156         * backend/Makefile.am:
3157         * data/Makefile.am:
3158         * dvi/Makefile.am:
3159         * dvi/dvilib/Makefile.am:
3160         * pdf/xpdf/Makefile.am:
3161         * po/POTFILES.in:
3162         * ps/Makefile.am:
3163
3164         Fix distcheck
3165
3166 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
3167
3168         * shell/ev-view.c: (ev_view_realize):
3169
3170         Fix mouse wheel scrolling
3171
3172 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
3173
3174         * ps/Makefile.am:
3175         * ps/gstypes.h:
3176         * ps/gtkgs.c:
3177         * ps/gtkgs.h:
3178         * ps/ps-document.c: (catchPipe), (ps_document_init),
3179         (ps_document_class_init), (ps_document_cleanup),
3180         (ps_document_finalize), (send_ps), (ps_document_get_orientation),
3181         (set_up_page), (close_pipe), (is_interpreter_ready),
3182         (interpreter_failed), (output), (input), (start_interpreter),
3183         (stop_interpreter), (file_length), (file_readable),
3184         (check_filecompressed), (check_pdf), (compute_xdpi),
3185         (compute_ydpi), (compute_size), (ps_document_enable_interpreter),
3186         (ps_document_get_type), (ps_document_emit_error_msg),
3187         (document_load), (ps_document_next_page),
3188         (ps_document_get_current_page), (ps_document_get_page_count),
3189         (ps_document_goto_page), (ps_document_set_page_size),
3190         (ps_document_zoom_to_fit), (ps_document_set_zoom),
3191         (ps_document_load), (ps_document_get_n_pages),
3192         (ps_document_set_page), (ps_document_get_page),
3193         (ps_document_widget_event), (ps_document_set_target),
3194         (ps_document_set_scale), (ps_document_set_page_offset),
3195         (ps_document_get_page_size), (ps_document_render),
3196         (ps_document_document_iface_init):
3197         * ps/ps-document.h:
3198         * ps/ps.c:
3199         * shell/ev-window.c: (ev_window_open):
3200
3201         Rename GtkGS to PSDocument
3202
3203 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
3204
3205         * ps/gtkgs.c: (gtk_gs_class_init):
3206         * ps/gtkgs.h:
3207
3208         Some more leftover...
3209
3210 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
3211
3212         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_get_orientation),
3213         (output), (stop_interpreter), (gtk_gs_emit_error_msg),
3214         (gtk_gs_zoom_to_fit), (gtk_gs_set_zoom):
3215         * ps/gtkgs.h:
3216
3217         Remove unused code and make a lot of stuff private
3218
3219 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
3220
3221         * ps/gsdefaults.c: (gtk_gs_defaults_gconf_client),
3222         (gtk_gs_defaults_changed):
3223         * ps/gsdefaults.h:
3224         * ps/gtkgs.c:
3225         * ps/gtkgs.h:
3226         * ps/ps.h:
3227
3228         Cleanup headers dependencies
3229
3230 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
3231
3232         * ps/Makefile.am:
3233         * ps/ggvutils.c:
3234         * ps/ggvutils.h:
3235         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
3236         * ps/gsdefaults.h:
3237         * ps/gtkgs.c: (file_length), (file_readable),
3238         (check_filecompressed), (check_pdf), (gtk_gs_load),
3239         (gtk_gs_get_postscript):
3240
3241         Get rid of ggvutils
3242
3243 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
3244
3245         * ps/ggvutils.c:
3246         * ps/ggvutils.h:
3247         * ps/gsio.h:
3248         * ps/gtkgs.c: (gtk_gs_set_zoom):
3249
3250         Cleanups
3251
3252 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
3253
3254         * ps/gtkgs.c: (gtk_gs_set_zoom), (gtk_gs_set_zoom_mode):
3255
3256         Ensure the page is rerendered when changing zoom
3257
3258 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
3259
3260         * backend/ev-document.c: (ev_document_base_init),
3261         (ev_document_changed):
3262         * backend/ev-document.h:
3263
3264         Add a changed event that is emitted when the page content
3265         changes. This is necessary to deal with the fact that
3266         in ps backend rendering happen asycrounously.
3267         This makes the ps backend mostly work.
3268
3269         * pdf/xpdf/pdf-document.cc:
3270
3271         Emit changed event
3272
3273         * ps/gtkgs.c: (set_up_page), (gtk_gs_widget_event),
3274         (ps_document_set_target):
3275
3276         Emit changed event
3277
3278         * shell/ev-view.c: (document_changed_callback),
3279         (ev_view_set_document), (ev_view_set_page):
3280
3281         Redraw on the changed signal
3282
3283 2004-12-25  Raphael Higino  <raphaelh@cvs.gnome.org>
3284
3285         * configure.ac: Added pt_BR to ALL_LINGUAS.
3286
3287 Fri Dec 24 00:48:44 2004  Jonathan Blandford  <jrb@redhat.com>
3288
3289         * backend/ev-document-bookmarks.c:
3290         (ev_document_bookmarks_get_child): *
3291         backend/ev-document-bookmarks.h: * pdf/xpdf/Makefile.am: *
3292         pdf/xpdf/pdf-document.cc: * pdf/xpdf/pdf-document.h: *
3293         shell/Makefile.am: * shell/ev-sidebar-bookmarks.c:
3294         (ev_sidebar_bookmarks_destroy),
3295         (ev_sidebar_bookmarks_class_init),
3296         (ev_sidebar_bookmarks_construct), (stack_data_free),
3297         (do_one_iteration), (populate_bookmarks_idle),
3298         (ev_sidebar_bookmarks_clear_document),
3299         (ev_sidebar_bookmarks_set_document): *
3300         shell/ev-sidebar-bookmarks.h: * shell/ev-sidebar.c:
3301         (ev_sidebar_add_page),
3302         (ev_sidebar_set_document): * shell/ev-window.c: (ev_window_open):
3303         Initial stab at a bookmarks sidebar.  It doesn't navigate yet, but
3304         it displays both the topics and the page numbers.
3305
3306 2004-12-23  Kristian Høgsberg  <krh@redhat.com>
3307
3308         * shell/ev-window.c (ev_window_view_sidebar_cb): Hook up sidebar
3309         toggle.
3310         * shell/ev-window.c (toggle_entries): Set sidebar default value to
3311         visible.
3312
3313 2004-12-23  Adam Weinberger  <adamw@gnome.org>
3314
3315         * configure.ac: Added en_CA to ALL_LINGUAS.
3316
3317 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
3318
3319         * ChangeLog: replace bottom of this ChangeLog (merged history of
3320         ggv and gpdf; where all paths were wrong and most of the files are
3321         not even in this tree) with ChangeLog (from arch) of the shell
3322         code.
3323
3324 2004-12-23  Havoc Pennington  <hp@redhat.com>
3325
3326         * shell/ev-window.c: hook up potentially-questionable "find
3327         results status text" feature - something involving the sidebar or
3328         scrollbar or a continuous all-pages-on-giant-roll-of-paper-view
3329         might be better in the end.
3330
3331         * shell/ev-view.c (ev_view_get_find_status_message): new function, 
3332         with corresponding signal when it should be updated
3333
3334         * shell/eggfindbar.c (egg_find_bar_set_status_text): new function
3335
3336 2004-12-22  Havoc Pennington  <hp@redhat.com>
3337
3338         * pdf/xpdf/pdf-document.cc (pdf_document_find_begin): make search
3339         find stuff on other pages, sort of (only returns one result on
3340         invisible pages, to show they have results; updates full results
3341         for a page when you view it). Currently repaints the current page
3342         every time a new result is found on any page, which isn't so nice.
3343
3344 2004-12-22  Havoc Pennington  <hp@redhat.com>
3345
3346         * shell/ev-window.c (ev_window_cmd_edit_find): display an error if
3347         the document doesn't support find (better ideas?)
3348         (find_bar_search_changed_cb): handle missing document or document
3349         that doesn't support find
3350
3351         * pdf/xpdf/pdf-document.cc: port to implement the new
3352         EvDocumentFindIface
3353
3354         * backend/ev-document-find.c: create a new interface for searching
3355
3356         * backend/ev-document.h, backend/ev-document.c: delete the find stuff
3357
3358 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
3359
3360         * pdf/xpdf/Makefile.am (libpdfdocument_la_LIBADD): add
3361         libevbackend.la.
3362
3363         * shell/ev-window.c (ev_window_print): add GnomePrintJob to
3364         EvPrintJob constructor arguments.
3365
3366         * backend/ev-ps-exporter.c, backend/ev-ps-exporter.h: interface
3367         for documents that can export PostScript (page by page).
3368
3369         * backend/Makefile.am (libevbackend_la_SOURCES): add them.
3370         
3371         * pdf/xpdf/pdf-document.cc (pdf_document_ps_export_begin)
3372         (pdf_document_ps_export_do_page, pdf_document_ps_export_end)
3373         (pdf_document_ps_exporter_iface_init:
3374         Implement EvPSExporter.
3375
3376         * pdf/xpdf/Makefile.am (libxpdf_la_SOURCES): build PSOutputDev.
3377
3378 2004-12-22  Anders Carlsson  <andersca@gnome.org>
3379
3380         * backend/Makefile.am:
3381         * backend/ev-document-thumbnails.c:
3382         (ev_document_thumbnails_get_type),
3383         (ev_document_thumbnails_get_thumbnail):
3384         * backend/ev-document-thumbnails.h:
3385         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
3386         (pixbuf_document_thumbnails_get_thumbnail),
3387         (pixbuf_document_document_thumbnails_iface_init):
3388         * shell/Makefile.am:
3389         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_destroy),
3390         (ev_sidebar_thumbnails_class_init), (ev_sidebar_thumbnails_init),
3391         (populate_thumbnails), (ev_sidebar_thumbnails_set_document):
3392         * shell/ev-sidebar-thumbnails.h:
3393         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
3394         (ev_sidebar_set_document):
3395         * shell/ev-utils.c: (gaussian), (create_blur_filter),
3396         (create_shadow), (ev_pixbuf_add_shadow):
3397         * shell/ev-utils.h:
3398         Add thumbnail support.
3399         
3400 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
3401
3402         * shell/ev-window.c (ev_window_cmd_file_print, ev_window_print)
3403         (using_postscript_printer): Set up a print dialog for "PostScript
3404         injection" method.
3405
3406         * shell/ev-print-job.h, shell/ev-print-job.c: stub classes for
3407         EvPrintJob.
3408
3409         * shell/Makefile.am (evince_SOURCES): add ev-print-job.[ch]
3410
3411 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
3412
3413         * ps/gtkgs.c: (gtk_gs_init), (set_up_page),
3414         (ps_document_set_target), (ps_document_get_page_size),
3415         (ps_document_render):
3416         * ps/gtkgs.h:
3417
3418         Fix a few bugs
3419
3420 2004-12-22  Christian Rose  <menthos@menthos.com>
3421
3422         * configure.ac: Added "sv" to ALL_LINGUAS.
3423
3424 Wed Dec 22 14:47:38 2004  Jonathan Blandford  <jrb@redhat.com>
3425
3426         * backend/ev-document-bookmarks.[ch]: new interface to indicate
3427         document supports bookmarks.
3428
3429 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
3430
3431         * ps/ggvutils.c: (ggv_file_readable):
3432         * ps/ggvutils.h:
3433         * ps/gtkgs.c: (check_filecompressed), (check_pdf),
3434         (gtk_gs_get_postscript):
3435
3436         Remove unused utils
3437
3438 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
3439
3440         * ps/gtkgs.c: (gtk_gs_init), (gtk_gs_class_init), (gtk_gs_cleanup),
3441         (gtk_gs_finalize), (gtk_gs_set_center), (set_up_page), (output),
3442         (start_interpreter), (compute_size), (gtk_gs_enable_interpreter),
3443         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_reload),
3444         (gtk_gs_emit_error_msg), (gtk_gs_disable_interpreter),
3445         (gtk_gs_load), (gtk_gs_goto_page), (gtk_gs_set_page_size),
3446         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
3447         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
3448         (gtk_gs_set_antialiasing), (ps_document_load),
3449         (ps_document_render):
3450         * ps/gtkgs.h:
3451
3452         Another check point for the ps backend. Now I can get it to show
3453         pages!
3454
3455 Wed Dec 22 13:41:01 2004  Jonathan Blandford  <jrb@redhat.com>
3456
3457         * shell/ev-sidebar.c (ev_sidebar_set_document): initial sidebar
3458         document setting code.
3459
3460 2004-12-22  Anders Carlsson  <andersca@gnome.org>
3461
3462         * shell/eggfindbar.c: (entry_activate_callback):
3463         Animate the next button when activate is pressed.
3464         
3465 2004-12-22  Anders Carlsson  <andersca@gnome.org>
3466
3467         * shell/ev-window.c: (ev_window_cmd_edit_find),
3468         (update_fullscreen_popup), (ev_window_fullscreen),
3469         (ev_window_unfullscreen), (ev_window_state_event_cb),
3470         (ev_window_focus_out_cb), (find_bar_close_cb), (ev_window_init):
3471         Fix bugs in fullscreen code.
3472         
3473 2004-12-22  Anders Carlsson  <andersca@gnome.org>
3474
3475         * Makefile.am:
3476         * configure.ac:
3477         * pixbuf/Makefile.am:
3478         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
3479         (pixbuf_document_load), (pixbuf_document_get_n_pages),
3480         (pixbuf_document_set_page), (pixbuf_document_get_page),
3481         (pixbuf_document_set_target), (pixbuf_document_set_scale),
3482         (pixbuf_document_set_page_offset), (pixbuf_document_get_page_size),
3483         (pixbuf_document_render), (pixbuf_document_begin_find),
3484         (pixbuf_document_end_find), (pixbuf_document_finalize),
3485         (pixbuf_document_class_init),
3486         (pixbuf_document_document_iface_init), (pixbuf_document_init):
3487         * pixbuf/pixbuf-document.h:
3488         * shell/Makefile.am:
3489         * shell/ev-application.c: (ev_application_open):
3490         * shell/ev-window.c: (mime_type_supported_by_gdk_pixbuf),
3491         (ev_window_open):
3492         Add pixbuf backend.
3493         
3494 Tue Dec 21 21:45:43 2004  Soeren Sandmann  <sandmann@redhat.com>
3495
3496         * Makefile.am: 
3497         * dvi/dvilib/Makefile.am:
3498         * dvi/Makefile.am:
3499         * configure.ac: Auto*ify dvi and dvi/dvilib
3500
3501         * dvi/Makefile: Remove from CVS
3502         
3503         * dvi/dvilib/dl-pkfont.cc (unpack_bitmap): Fix uchar/uint
3504         confusion.
3505
3506         * dvi/dvilib/dl-fontdefinition.{cc,hh}: New DviFontMap class
3507         
3508         * dvi/dvilib/dl-vffont.{cc,hh}: Many bugfixes to VF code.
3509         
3510 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
3511
3512         * ps/Makefile.am:
3513         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_finalize),
3514         (gtk_gs_value_adjustment_changed), (compute_size),
3515         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_new_from_file),
3516         (gtk_gs_center_page), (gtk_gs_load), (gtk_gs_set_page_size),
3517         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
3518         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
3519         (gtk_gs_start_scroll), (gtk_gs_get_postscript),
3520         (gtk_gs_set_adjustments), (gtk_gs_set_available_size),
3521         (ps_document_load), (ps_document_get_n_pages),
3522         (ps_document_set_page), (ps_document_get_page),
3523         (ps_document_set_target), (ps_document_set_scale),
3524         (ps_document_set_page_offset), (ps_document_get_page_size),
3525         (ps_document_render), (ps_document_begin_find),
3526         (ps_document_end_find), (ps_document_document_iface_init):
3527         * ps/gtkgs.h:
3528         * shell/Makefile.am:
3529         * shell/ev-window.c: (ev_window_open):
3530
3531         Some work to integrate gtkgs with EvDocument
3532
3533 2004-12-22  Anders Carlsson  <andersca@gnome.org>
3534
3535         * shell/ev-window.c: (update_fullscreen_popup),
3536         (screen_size_changed_cb), (destroy_exit_fullscreen_popup),
3537         (exit_fullscreen_button_clicked_cb),
3538         (fullscreen_popup_size_request_cb), (ev_window_fullscreen),
3539         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
3540         (ev_window_state_event_cb), (ev_window_init):
3541         Add fullscreen support from Epiphany.
3542         
3543 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
3544
3545         * data/ev-stock-zoom-fit-width.png: fit-width
3546         stock icon from gpdf.
3547         
3548         * shell/ev-stock-icons.[ch]: copied from gpdf.
3549         
3550         * shell/main.c: (main): init stock icons.
3551         
3552         * shell/ev-window.c: use the fit-width icon.
3553         
3554         * data/evince-ui.xml: add zooming toolbar items.
3555
3556 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
3557
3558         * shell/ev-view.c: 
3559         (ev_view_best_fit), (ev_view_fit_width): because
3560         get_page_size() returns the scaled page size, we
3561         need to calculate the scale factor relative to
3562         the previous scale factor. Should really just
3563         add get_real_page_size().
3564
3565 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
3566
3567         * shell/ev-view.[ch]:
3568         (ev_view_zoom), (ev_view_zoom_in), (ev_view_zoom_out),
3569         (ev_view_normal_size), (ev_view_best_fit), (ev_view_fit_width):
3570         add zooming.
3571         
3572         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
3573         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_normal_size),
3574         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width):
3575         hook it up.
3576         
3577         * pdf/xpdf/pdf-document.cc:
3578         (pdf_document_begin_find),
3579         (pdf_document_end_find): make static.
3580
3581 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
3582
3583         * pdf/xpdf/GlobalParams.h (setupBaseFontsFc): add prototype.
3584
3585         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): maps base font
3586         names to fontconfig patterns.
3587         (setupBaseFontsFc): setupBaseFonts reimplemented using fontconfig.
3588
3589         * pdf/xpdf/pdf-document.cc (pdf_document_load): use
3590         setupBaseFontsFc.
3591
3592 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
3593
3594         * Makefile.am:
3595         * configure.ac:
3596         * ps/Makefile.am:
3597         * ps/ggvutils.c:
3598         * ps/ggvutils.h:
3599         * ps/gsdefaults.c:
3600         * ps/gsdefaults.h:
3601         * ps/gsio.c:
3602         * ps/gsio.h:
3603         * ps/gtkgs.c:
3604         * ps/gtkgs.h:
3605         * ps/ps.c:
3606         * ps/ps.h:
3607
3608         Import ggv backend. Not hooked up yet.
3609
3610 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
3611
3612         * shell/main.c: (load_files), (main): load files
3613         from the command line.
3614
3615 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
3616
3617         * configure.ac: don't require bonobo.
3618         
3619         * cut-n-paste/recent-files/*: kill bonobo recent
3620         view.
3621
3622         * shell/ev-window.c:
3623         (ev_window_is_empty): upd.
3624         (unable_to_load), (ev_window_open): load backend
3625         based on the mime type.
3626
3627 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
3628
3629         * backend/.cvsignore: ignore generated marshalers source.
3630
3631         * shell/main.c (main): this is not epiphany.
3632
3633 2004-12-22  Havoc Pennington  <hp@redhat.com>
3634
3635         * shell/ev-view.c (ev_view_set_document): connect to "found" signal
3636         (expose_bin_window): draw find highlights
3637
3638         * shell/ev-window.c (find_bar_search_changed_cb): implement 
3639         
3640         * pdf/xpdf/pdf-document.cc (pdf_document_begin_find) 
3641         (pdf_document_end_find): implement this interface
3642
3643         * backend/ev-document.c (ev_document_found): add this to emit
3644         signal
3645
3646 Tue Dec 21 23:57:37 2004  Owen Taylor  <otaylor@redhat.com>
3647
3648         * data/evince-ui.xml: Add a few more toolbar items.
3649
3650         * shell/ev-window.c: Hook up page navigation toolbar 
3651         items.
3652
3653         * shell/ev-view.[ch]: add ev_view_set/get_page and 
3654         a page-changed signal.
3655
3656         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc::
3657         Add ev_document_get_page().
3658
3659         * shell/ev-window.c: Sensitize/desensitize navigation
3660         actions.
3661
3662 2004-12-21  Havoc Pennington  <hp@redhat.com>
3663
3664         * backend/ev-backend-marshal.c,
3665         backend/ev-backend-marshalers.list, backend/Makefile.am: add
3666         marshaler-generator thingy. I'm sure there's a better way to do
3667         this in the modern world.
3668
3669         * backend/ev-document.h (struct _EvDocumentIface): add begin_find,
3670         end_find methods and "found" signal.
3671
3672         * configure.ac: find glib-genmarshal
3673
3674 Tue Dec 21 23:20:35 2004  Jonathan Blandford  <jrb@redhat.com>
3675
3676         * shell/ev-sidebar.c: Construct an actual sidebar.
3677         * shell/ev-sidebar-bookmarks.[ch]:
3678         * shell/ev-sidebar-thumbnails.[ch]: Stub out sidebars.
3679
3680 Tue Dec 21 23:05:51 2004  Owen Taylor  <otaylor@redhat.com>
3681
3682         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc:
3683         Redo size handling.
3684         
3685         * shell/ev-view.c: Track the size from the document.
3686
3687 Tue Dec 21 22:17:04 2004  Owen Taylor  <otaylor@redhat.com>
3688
3689         * pdf/xpdf/pdf-document.cc (pdf_document_load): PDFDoc
3690         constructor assumes ownership of the string passed in.
3691         
3692         * shell/ev-window.c (ev_window_open): Destroy the error
3693         dialog once we've displayed it.
3694
3695 Tue Dec 21 21:58:56 2004  Owen Taylor  <otaylor@redhat.com>
3696
3697         * pdf/xpdf/pdf-document.cc shell/ev-view.c: Hook things up 
3698         a bit, it works! (sort of)
3699
3700         * pdf/xpdf/Makefile.am pdf/xpdf/pdf-document.cc:
3701         Move to .cc since we need to use C++ in the implementation.
3702
3703         * shell/dummy.cc: Add a CC file to force evince
3704         to be linked as a C++ program.
3705
3706 Tue Dec 21 21:07:55 2004  Owen Taylor  <otaylor@redhat.com>
3707
3708         * shell/ev-view.[ch]: Start of content-area widget.
3709
3710         * shell/ev-window.c: Create a EvView, update it
3711         as we change documents.
3712
3713         * shell/Makefile.am shell/ev-marshal.list: Add
3714         generated marshalers.
3715
3716 Tue Dec 21 20:28:11 2004  Jonathan Blandford  <jrb@redhat.com>
3717
3718         * Makefile.am (SUBDIRS): move shell.
3719
3720 Tue Dec 21 19:28:55 2004  Owen Taylor  <otaylor@redhat.com>
3721
3722         * pdf/{goo,fofi,splash,xpdf}/Makefile.am: Switch from
3723         .a to libtool convenience libraries.
3724
3725         * shell/ev-window.c (ev_window_open): Hard code loading
3726         a PDF document.
3727         
3728         * backend/ev-document.h: Add a boolean return to load(),
3729         fix GError * to GError **.
3730
3731         * pdf/xpdf/pdf-document.[ch] Makefile.am: Add a stub
3732         object for a PDF backend EvDocument.
3733
3734 Tue Dec 21 18:55:06 2004  Søren Sandmann  <sandmann@redhat.com>
3735
3736         * dvi/*: New directory with the beginning of a .dvi backend.
3737
3738 2004-12-21  Havoc Pennington  <hp@redhat.com>
3739
3740         * shell/eggfindbar.c (egg_find_bar_init): change buttons to
3741         previous/next instead of back/forward
3742
3743 Tue Dec 21 18:26:24 2004  Owen Taylor  <otaylor@redhat.com>
3744
3745         * backend/ev-document.[ch]: Fix a couple of problems so
3746         it compile.
3747
3748 Tue Dec 21 18:20:40 2004  Owen Taylor  <otaylor@redhat.com>
3749
3750         * viewer/* backend/* configure.ac Makefile.am: Move viewer directory 
3751         to backend/ directory, rename EvViewer to EvDocument.
3752
3753 2004-12-21  Havoc Pennington  <hp@redhat.com>
3754
3755         * shell/ev-window.c: hook up the find bar widget; now we just need
3756         a document to find things in
3757
3758         * shell/eggfindbar.c: a find bar widget
3759
3760 Tue Dec 21 17:20:16 2004  Jonathan Blandford  <jrb@redhat.com>
3761
3762         * shell/ev-sidebar.[ch]: initial sidebar boilerplate.
3763
3764 Tue Dec 21 16:30:58 2004  Owen Taylor  <otaylor@redhat.com>
3765
3766         * pdf/**: Import of xpdf code from gpdf. 
3767
3768         * pdf/xpdf/xpdfconfig.h: Move the non-config.h config.h to xpdfconfig.h
3769
3770         * pdf/splash/SplashFTFont.{cc,h} pdf/splash/SplashFTFont.h
3771         pdf/splash/SplashFTFontEngine.h pdf/splash/SplashFTFontFile.h: 
3772         Fix FreeType includes.
3773
3774         * pdf/xpdf/{Error.h GnomeVFSStream.cc ImageOutputDev.cc PDFDoc.cc\
3775         pdffonts.cc pdfimages.cc pdfinfo.cc pdftoppm.cc pdftops.cc
3776         pdftotext.cc PSOutputDev.cc PSOutputDev.h SplashOutputDev.h
3777         Stream.cc TextOutputDev.cc XPDFApp.cc xpdf.cc XPDFViewer.cc
3778         pdf/xpdf/Error.h PSOutputDev.h SplashOutputDev.h}:
3779         Include xpdfconfig.h
3780         
3781 Tue Dec 21 16:08:17 2004  Jonathan Blandford  <jrb@redhat.com>
3782
3783         * shell/ev-window.c (ev_window_dispose): dispose can be called
3784         multiple times.
3785
3786 2004-12-21  Havoc Pennington  <hp@redhat.com>
3787
3788         * shell/ev-window.c (ev_window_init): set title to Document Viewer
3789         rather than Evince
3790
3791         * data/evince-ui.xml, shell/ev-window.c: add a bunch of stub menu
3792         items; really they should be synced with the strings, etc. from
3793         current gpdf, but just getting the boring typing out of the way 
3794
3795 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
3796
3797         * po/POTFILES.in:
3798         * shell/ev-application.c: (window_destroy_cb):
3799         * shell/ev-window.c:
3800         * shell/main.c: (main):
3801
3802         Actually show the window...
3803
3804 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
3805
3806         * Makefile.am:
3807         * shell/Makefile.am:
3808         * shell/ev-application.c: (ev_application_class_init):
3809         * shell/ev-window.c: (ev_window_dispose), (ev_window_class_init):
3810
3811         Make it build again
3812
3813 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
3814
3815         Import to gnome cvs.
3816         
3817         * Remove copies of gpdf and ggv trees.
3818         * Rip out all the recursive configure code.
3819         * Remove bonobo machinery.
3820         * viewer/*: GInterfaces that backends should/can implement.
3821
3822 2004-11-09  Martin Kretzschmar  <m_kretzschmar@gmx.net>
3823
3824         * shell/ev-window.c (ev_window_cmd_help_about): fix "documentors"
3825         typo
3826
3827 2004-10-28  Martin Kretzschmar  <m_kretzschmar@gmx.net>
3828
3829         * shell/ev-application.c (EV_APPLICATION_GET_PRIVATE)
3830         (ev_application_finalize, ev_application_class_init)
3831         (ev_application_init): use GType instance private data for priv.
3832     
3833         * shell/ev-window.c (EV_WINDOW_GET_PRIVATE)
3834         (ev_window_finalize, ev_window_class_init)
3835         (ev_window_init): ditto.
3836
3837 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
3838
3839         * shell/ev-application.c (ev_application_new_window): make public
3840         (ev_application_show_initial_window): kill.
3841     
3842         * shell/ev-application.h: update prototypes.
3843     
3844         * shell/main.cc (main): inline ev_application_show_initial_window.
3845
3846 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
3847
3848         * shell/ev-application.c (ev_application_new_window): impl.
3849         (ev_application_show_initial_window): use it.
3850         (is_window_empty, ev_application_get_empty_window): returns an
3851         existing empty window or a new one.
3852         (ev_application_open): from ev_window_cmd_file_open.
3853     
3854         * shell/ev-application.h: update prototypes
3855     
3856         * shell/ev-window.c (ev_window_is_empty): impl.
3857         (ev_window_open): make public.
3858         (ev_window_cmd_file_open): use ev_application_open
3859     
3860         * shell/ev-window.h: update prototypes, remove unused.
3861
3862 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
3863
3864         * shell/ev-window.c (ev_window_destroy, ev_window_class_init):
3865         move destroy handler out of here...
3866     
3867         * shell/ev-application.c, shell/ev-application.h: ...into this new
3868         class. Also handles initial window creation.
3869     
3870         * shell/main.cc (main): use EvApplication to create initial
3871         window.
3872
3873 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
3874
3875         * Makefile.am (SUBDIRS): add cut-n-paste
3876     
3877         * cut-n-paste/Makefile.am: add
3878     
3879         * configure.ac: generate Makefiles in cut-n-paste
3880
3881 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
3882
3883         * shell/ev-window.c (ev_window_dispose): new, unref the ui_manager
3884         (ev_window_class_init): install ev_window_dispose.
3885
3886 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
3887
3888         * shell/ev-window.h, shell/ev-window.c: replace gchar with
3889         char (gchar looks stupid).
3890
3891 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
3892
3893         * po/de.po: updated German translation.
3894
3895 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
3896
3897         * configure.ac: add more pkg-config library checks for gnome-vfs,
3898         bonobo etc.
3899     
3900         * gpdf/configure.in: temporarily disable libpaper
3901         checks. Otherwise I'd have to add the checks for the shell, too.
3902
3903 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
3904
3905         * shell/ev-window.c (ev_window_cmd_file_open): add ps+pdf, ps, pdf
3906         and * file filters to the file choose.
3907
3908 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
3909
3910         * po/de.po: Updated German translation.
3911
3912 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
3913
3914         * shell/ev-window.c: use "S" as mnemonic for Statusbar.
3915
3916 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
3917
3918         * data/evince-ui.xml: add View->Toolbar and View->Statusbar.
3919     
3920         * shell/ev-window.c (menu_item_select_cb, menu_item_select_cb)
3921         (ev_window_init): implement those menuitems.
3922
3923 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
3924
3925         * data/evince-ui.xml: add a toolbar (with FileOpen action)
3926     
3927         * shell/ev-window.c (ev_window_init): use the toolbar.
3928
3929 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
3930
3931         * shell/ev-window.c (ev_window_init): use menu translations
3932
3933 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
3934
3935         * configure.ac: add "de" to ALL_LINGUAS.
3936     
3937         * po/de.po: add German translation.
3938
3939 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
3940
3941         * Makefile.am (SUBDIRS): add po
3942     
3943         * configure.ac: check intltool, glib-gettext etc, generate
3944         po/Makefile.in
3945     
3946         * po, po/POTFILES.in, po/POTFILES.skip: new.
3947
3948 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
3949
3950         * shell/Makefile.am (INCLUDES): define GNOMELOCALEDIR which we
3951         already use (#ifdef ENABLE_NLS)
3952     
3953         * shell/ev-window.c (ev_window_cmd_help_about): fix two star
3954         pointer indirection thinko.
3955     
3956         * shell/main.c: include gi18n.h for bindtextdomain etc.
3957
3958 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
3959
3960         * shell/ev-window.c (menu_item_select_cb, menu_item_deselect_cb)
3961         (connect_proxy_cb, disconnect_proxy_cb, ev_window_init): show
3962         tooltips for menu items in the statusbar.
3963
3964 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
3965
3966         * configure.ac, data/Makefile.am, shell/Makefile.am: use
3967         pkgdatadir drop UIDIR
3968
3969 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
3970
3971         * data/evince-ui.xml: Add File->Open menu item
3972     
3973         * shell/ev-window.c (ev_window_cmd_file_open): impl. (shows a file
3974         chooser), hook it up in the ui manager.
3975
3976 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
3977
3978         * shell/ev-window.c: fix Help->About tooltip.
3979
3980 2004-10-23 Martin Kretzschmar  <m_kretzschmar@gmx.net>
3981
3982         * configure.ac: set CFLAGS for libevprivate.
3983     
3984         * lib/ev-stock-icons.h, lib/ev-stock-icons.c: stock icon
3985         definitions, factory etc.
3986     
3987         * lib/Makefile.am: build libevprivate.a (only stock icon code).
3988     
3989         * shell/Makefile.am: link against libevprivate.a.
3990     
3991         * shell/ev-window.c (entries): add stock icon to Help->About.
3992     
3993         * shell/main.c (main): init stock icon code.
3994
3995 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
3996
3997         * lib/recent-files: egg recent files code
3998     
3999         * lib/Makefile.am: add.
4000     
4001         * Makefile.am: add lib subdir.
4002     
4003         * configure.ac: gen. lib/Makefile and lib/recent-files/Makefile,
4004         set CFLAGS for recent-files.
4005
4006 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
4007
4008         * configure.ac: disable -ansi and -pedantic gcc flags. They
4009         disable POSIX stuff in stdio.h, but egg-recent uses them.
4010
4011 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net> 
4012
4013         * configure.ac: add --disable-deprecated flag (defaults to on in
4014         "cvs" builds).
4015     
4016         * shell/Makefile.am (INCLUDES): use it.
4017
4018 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
4019
4020         * shell/main.c: add missing #include.
4021     
4022         * shell/ev-window.c: fix for pedantic gcc.
4023         (ev_window_cmd_help_about): split license into paragraphs for
4024         translators and pedantic compilers.
4025
4026 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
4027
4028         * configure.ac: add more warning flags if compiling with gcc from
4029         cvs (or explicitly requested with --enable-more-warnings).
4030
4031 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
4032
4033         * data/evince-ui.xml: add File and File->Close menu.
4034     
4035         * shell/ev-window.c (ev_window_cmd_file_close_window): impl.
4036         (ev_window_destroy): quit after destroy.
4037         (ev_window_class_init): override GtkObject::destroy.
4038         (entries): install close_window callback.
4039
4040 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
4041
4042         * Makefile.am (SUBDIRS): add data subdir.
4043     
4044         * configure.ac (UIDIR): gen data/Makefile, define UIDIR.  Require
4045         gtk+ 2.5.0 for GtkAboutDialog.
4046     
4047         * data/Makefile.am, data/evince-ui.xml: add, ui definition for the
4048         main window.
4049     
4050         * shell/Makefile.am (INCLUDES): propagate UIDIR definition.
4051     
4052         * shell/ev-window.c (ev_window_init): create a menubar, using a ui
4053         manager.
4054         (ev_window_cmd_help_about): about command, using GtkAboutDialog.
4055
4056 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
4057
4058         * shell/ev-window.c, shell/ev-window.h: Created an EvWindow class.
4059
4060 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
4061
4062         * shell/main.c: make it a trivial gtk+ program, adjust configure.ac
4063
4064 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
4065
4066         * shell/*: Added shell directory boilerplate, build it.
4067
4068 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
4069
4070         * configure.ac, Makefile.am: Added top-level configure.ac and
4071         Makefile.am