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