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