]> www.fi.muni.cz Git - evince.git/blob - ChangeLog
remove TRUE and FALSE definitions, glib provides them (PlaceImage,
[evince.git] / ChangeLog
1 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
2
3         * tiff/tiff2ps.c: remove TRUE and FALSE definitions, glib provides
4         them
5         (PlaceImage, tiff2ps_process_page): use
6         g_ascii_dtostr to convert floats to strings in a locale-safe way.
7
8
9 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
10
11         * shell/main.c: include libgnomeui/gnome-authentication-manager.h
12         (main): to call gnome_authentication_manager_init. Should fix
13         Bug #308510
14
15         * configure.ac: that requires libgnomeui 2.6.0.
16
17 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
18
19         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
20         (tiff_document_ps_export_do_page, tiff_document_ps_export_end):
21         use the new tiff2ps interfaces
22
23         * tiff/tiff2ps.h (tiff2ps_context_new, tiff2ps_process_page) 
24         (tiff2ps_context_finalize): implement new interfaces for tiff2ps
25
26         * tiff/tiff2ps.c: refactor tiff2ps code to use a context
27         structure instead of global variables.  Remove use of static
28         variables in functions.
29
30 2005-07-04  Carlos Garcia Campos <carlosgc@gnome.org>
31
32         * shell/ev-page-action.c: unref the completion after setting it to the
33         entry
34
35 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
36
37         * tiff/tiff2ps.c (generateEPSF): disable generating encapsulated
38         postscript files
39
40 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
41
42         * shell/ev-window.c (update_action_sensitivity): disable
43         File->Print if the document does not implement the ps exporter
44         interface
45
46 2005-07-04  Marco Pesenti Gritti  <mpg@redhat.com>
47
48         * Makefile.am:
49         * configure.ac:
50         * data/evince-properties.glade:
51         * properties/.cvsignore:
52         * properties/Makefile.am:
53         * properties/ev-properties-view.c: (ev_properties_view_dispose),
54         (ev_properties_view_class_init), (ev_properties_view_format_date),
55         (make_valid_utf8), (set_property), (ev_properties_view_set_info),
56         (ev_properties_view_init), (ev_properties_view_new):
57         * properties/ev-properties-view.h:
58         * shell/Makefile.am:
59         * shell/ev-properties-dialog.c: (ev_properties_dialog_class_init),
60         (ev_properties_dialog_init), (ev_properties_dialog_set_document),
61         (ev_properties_dialog_new):
62         * shell/ev-properties-dialog.h:
63         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
64         (ev_properties_fonts_class_init), (ev_properties_fonts_init),
65         (update_progress_label), (job_fonts_finished_cb),
66         (ev_properties_fonts_set_document), (ev_properties_fonts_new):
67         * shell/ev-properties-fonts.h:
68         * shell/ev-properties.c:
69         * shell/ev-properties.h:
70         * shell/ev-window.c: (ev_window_setup_document),
71         (ev_window_cmd_file_properties):
72
73         Split the properties pages in two different objects, depend
74         only on the backend where possible, use widgets instead
75         of gobject for the glade part, reimplement the dialog
76         itself with gtk.
77         I need this to implement nautilus properties page.
78
79 2005-07-03  Matthew S. Wilson  <msw@rpath.com>
80
81         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
82         (tiff_document_ps_export_do_page, tiff_document_ps_export_end) 
83         (tiff_document_document_ps_exporter_iface_init): implement the ps
84         exporter interface for tiff documents
85
86         * tiff/tiff2ps.c: added a modified version of tiff2ps.c from
87         libtiff to implement TIFF postscript export
88
89         * tiff/tiff2ps.h: added a header file for external tiff2ps
90         functions.
91
92         * tiff/Makefile.am (libtiffdocument_la_SOURCES): add tiff2ps.c and
93         tiff2ps.h
94
95 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
96
97         * shell/ev-view.c: (scroll_to_current_page),
98         (ev_view_set_fullscreen), (ev_view_set_presentation):
99         
100         Scroll to current page when exit from presentation
101
102 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
103
104         * shell/ev-window.c: (update_document_mode),
105         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
106         (ev_window_cmd_view_fullscreen), (ev_window_stop_presentation),
107         (ev_window_cmd_view_presentation), (ev_window_cmd_escape):
108         
109         Exit from fullscreen mode when switch to presentation. Fix for
110         bug 309365
111
112 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
113
114         * shell/ev-pixbuf-cache.c (ev_pixbuf_cache_get_selection_pixbuf):
115         return NULL if the document does not implement the selection
116         interface.
117
118 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
119
120         * tiff/tiff-document.c (tiff_document_get_page_size): scale the
121         reported height by using the resolution aspect ratio
122         (tiff_document_render_pixbuf): scale the pixbuf using the
123         resolution aspect ratio
124
125 2005-07-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
126
127         * configure.ac:
128         
129         Require libgnomeprint >= 2.5.1. Thanks to Colin Slater 
130         <kiltedaco@gmail.com>
131         
132         * djvu/djvu-document.c: (djvu_document_get_orientation),
133         (djvu_document_set_orientation), (djvu_document_get_page_size),
134         (rotate_pixbuf), (djvu_document_render_pixbuf),
135         (djvu_document_document_iface_init):
136         * dvi/dvi-document.c: (dvi_document_get_orientation),
137         (dvi_document_set_orientation), (dvi_document_get_page_size),
138         (rotate_pixbuf), (dvi_document_render_pixbuf),
139         (dvi_document_document_iface_init):
140         
141         Dvi and djvu backends are ported to new API
142
143 Fri Jul  1 00:10:15 2005  Jonathan Blandford  <jrb@redhat.com>
144
145         * backend/ev-selection.c: (ev_selection_get_selection_region),
146         (ev_selection_get_selection_map):
147         * backend/ev-selection.h:
148         * pdf/ev-poppler.cc:
149         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
150         * shell/ev-jobs.h:
151         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
152         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
153         (ev_pixbuf_cache_get_text_mapping):
154         * shell/ev-pixbuf-cache.h:
155         * shell/ev-view.c: (location_in_text),
156         (ev_view_motion_notify_event), (ev_view_set_cursor): Add I-Beam
157         support to EvView.  Now we can see where we can select!  Sweet!
158
159 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
160
161         * shell/ev-view.c (ev_view_button_press_event): Fix
162         event->y + view->scroll_x typo.
163
164 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
165
166         * pdf/ev-poppler.cc: Adjust to poppler API changes; use a
167         sub-GdkPixbuf instead of passing dest_x and dest_y.
168         
169         * shell/ev-view.c: (view_point_to_doc_point),
170         (view_rect_to_doc_rect), (ev_view_button_press_event),
171         (ev_view_motion_notify_event), (compute_new_selection_rect),
172         (gdk_rectangle_point_in), (compute_new_selection_text),
173         (compute_selections): Update selection code to keep the selection
174         around as two points and not as a normalized rectangle, and fix
175         page level selection in two-column mode.
176
177 2005-06-30  Alex Duggan  <aldug@astrolinux.com>
178
179         * shell/ev-window.c: (window_configure_event_cb): 
180         
181         Fix compilation
182         
183 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
184
185         * pdf/ev-poppler.cc:
186
187         Fix compilation
188
189 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
190
191         * shell/Makefile.am:
192         * shell/ev-metadata-manager.c: (item_free),
193         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
194         (parse_value), (parseItem), (load_values),
195         (ev_metadata_manager_get), (value_free), (ev_metadata_manager_set),
196         (save_values), (save_item), (get_oldest), (resize_items),
197         (ev_metadata_manager_save), (ev_metadata_manager_set_int):
198         * shell/ev-metadata-manager.h:
199
200         Metadata manager from gedit but modified to use GValue, so that
201         we dont need to keep converting from strings.
202
203         * configure.ac:
204
205         ENABLE_METADATA conditional, on when dbus is on
206
207         * shell/ev-application.c: (ev_application_open_uri):
208
209         Show the window after load so that we can initialize
210         window size before it's showed.
211
212         * shell/ev-window.c: (ev_window_setup_from_metadata),
213         (ev_window_open_uri), (window_configure_event_cb),
214         (ev_window_init):
215
216         Save and load metadata information about window size.
217         Not yet keeping states in account.
218
219         * shell/main.c: (main):
220
221         Shutdown metadata manager.
222
223 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
224
225         * shell/ev-application-service.xml:
226         * configure.ac:
227         * shell/Makefile.am:
228         * shell/ev-application.c:
229         * shell/ev-application.h:
230         * shell/ev-window.c:
231         * shell/ev-window.h:
232         * shell/main.c:
233
234         Add an optional dbus interface (--enable-dbus).
235         Rework application code, mainly to be easier to
236         use "remotely".
237         Do not open multiple windows with the same document,
238         spatial evince!
239
240 Thu Jun 30 01:50:14 2005  Jonathan Blandford  <jrb@redhat.com>
241
242         * shell/ev-pixbuf-cache.c (clear_selection_if_needed): unref the
243         pixbuf iff it exists.
244
245 Thu Jun 30 01:43:00 2005  Jonathan Blandford  <jrb@redhat.com>
246
247         * shell/*:
248         * backend/ev-render-context.[ch]:
249         * backend/ev-selection.[ch]:
250
251         Massive changes.  We now support text selection of pdfs, and not
252         just rectangular selection.  This is pretty broken still, but I
253         want to get something into CVS.
254
255 2005-06-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
256
257         * pdf/ev-poppler.cc:
258         
259         Fix for Bug 309080: crash on window close.
260         
261         * shell/ev-page-action.c: (page_changed_cb):
262         
263         Fix for Bug 309168: Fix build with gcc 2.95. Thanks to
264         jensgr@gmx.net (Jens Granseuer).
265
266 2005-06-25  Marcel Telka  <marcel@telka.sk>
267
268         * configure.in (ALL_LINGUAS): Added sk.
269
270 2005-06-24  Carlos Garcia Campos  <carlosgc@gnome.org>
271
272         * shell/ev-window.c: Make rotate menu entries unsensitive if there is
273         not a document open
274
275 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
276
277         * NEWS:
278         * configure.ac:
279
280         Release 0.3.2
281
282         * cut-n-paste/recent-files/Makefile.am:
283
284         Fix make distcheck
285
286 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
287
288         * pixbuf/pixbuf-document.c: (pixbuf_document_get_orientation),
289         (pixbuf_document_set_orientation), (rotate_pixbuf),
290         (pixbuf_document_get_page_size), (pixbuf_document_render_pixbuf),
291         (pixbuf_document_document_iface_init), (pixbuf_document_init):
292
293         Implement rotation and cleanup the code a bit.
294
295         * tiff/tiff-document.c: (tiff_document_get_page_size),
296         (tiff_document_get_orientation), (tiff_document_set_orientation),
297         (rotate_pixbuf), (tiff_document_render_pixbuf),
298         (tiff_document_document_iface_init), (tiff_document_init):
299
300         Implement rotation. Was the quicker solution for the release
301         but we really need to share this code in the shell.
302
303 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
304
305         * pdf/ev-poppler.cc:
306
307         Enable rotation, require poppler cvs. Fix a leak.
308
309 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
310
311         * shell/ev-window.c: (update_action_sensitivity):
312         
313         Make properties unsensitive if document backend doesn't provide
314         any info
315
316 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
317
318         * dvi/mdvi-lib/bitmap.c: (bitmap_alloc), (bitmap_alloc_raw),
319         (bitmap_flip_horizontally), (bitmap_flip_vertically),
320         (bitmap_flip_diagonally), (bitmap_rotate_clockwise),
321         (bitmap_rotate_counter_clockwise), (bitmap_flip_rotate_clockwise),
322         (bitmap_flip_rotate_counter_clockwise):
323         * dvi/mdvi-lib/color.c: (mdvi_push_color), (get_color_table):
324         * dvi/mdvi-lib/common.c: (read_string), (buff_free), (buff_add),
325         (buff_gets):
326         * dvi/mdvi-lib/common.h:
327         * dvi/mdvi-lib/dvimisc.c: (mdvi_push_color):
328         * dvi/mdvi-lib/dviread.c: (get_bytes), (dreset), (define_font),
329         (opendvi), (mdvi_reload), (mdvi_init_context),
330         (mdvi_destroy_context), (mdvi_dopage), (special):
331         * dvi/mdvi-lib/font.c: (font_drop_one), (font_free_unused):
332         * dvi/mdvi-lib/fontmap.c: (read_encoding), (destroy_encoding),
333         (file_hash_free), (register_encoding), (parse_spec),
334         (mdvi_load_fontmap), (free_ent), (mdvi_init_fontmaps),
335         (mdvi_add_fontmap_file), (mdvi_ps_read_fontmap),
336         (mdvi_ps_flush_fonts), (mdvi_ps_find_font), (mdvi_ps_get_metrics):
337         * dvi/mdvi-lib/fontsrch.c: (mdvi_list_font_class),
338         (mdvi_register_font_type), (mdvi_unregister_font_type),
339         (lookup_font), (mdvi_add_font), (mdvi_font_retry):
340         * dvi/mdvi-lib/gf.c: (gf_read_bitmap), (gf_load_font):
341         * dvi/mdvi-lib/hash.c: (mdvi_hash_remove), (mdvi_hash_remove_ptr),
342         (mdvi_hash_destroy_key), (mdvi_hash_reset):
343         * dvi/mdvi-lib/pagesel.c: (mdvi_parse_range),
344         (mdvi_parse_page_spec), (mdvi_free_page_spec), (main):
345         * dvi/mdvi-lib/paper.c: (mdvi_free_paper_specs):
346         * dvi/mdvi-lib/pk.c: (pk_lookup), (pk_lookupn), (pk_load_font):
347         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
348         * dvi/mdvi-lib/special.c: (mdvi_register_special),
349         (mdvi_unregister_special), (mdvi_flush_specials):
350         * dvi/mdvi-lib/t1.c: (t1_lookup_font), (t1_really_load_font),
351         (t1_font_remove):
352         * dvi/mdvi-lib/tfm.c: (get_tfm_chars):
353         * dvi/mdvi-lib/tfmfile.c: (afm_load_file), (tfm_load_file),
354         (ofm1_load_file), (ofm_load_file), (get_font_metrics),
355         (free_font_metrics), (flush_font_metrics):
356         * dvi/mdvi-lib/tt.c: (tt_really_load_font), (tt_get_bitmap),
357         (tt_font_remove):
358         * dvi/mdvi-lib/util.c: (mdvi_malloc), (mdvi_realloc),
359         (mdvi_calloc), (mdvi_free), (mdvi_strdup), (mdvi_strncpy),
360         (mdvi_strndup), (mdvi_memdup), (xstradd), (dstring_append),
361         (dstring_insert), (dstring_new), (dstring_reset):
362         * dvi/mdvi-lib/vf.c: (vf_load_font), (vf_free_macros):
363         
364         Rename xmalloc and xfree to mdvi_malloc and mdvi_free to
365         avoid conflict with libtool on FC4
366         
367         * shell/ev-window.c: (ev_window_cmd_help_about):
368         
369         Update copyright year. Fix for bug 308828.
370
371 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
372
373         * shell/ev-view.c: (add_scroll_binding_keypad),
374         (ev_view_binding_activated), (ev_view_class_init),
375         (on_adjustment_value_changed):
376         
377         Bug 170874: Arrow keys switch pages in presentation mode
378
379 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
380
381         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
382         
383         Fix for Bug 308265: Sidebar dissappears coming out of 
384         Presentation mode
385
386 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
387
388         * shell/ev-application.c: (ev_application_open):
389         * shell/ev-document-types.c: (ev_document_types_add_filters),
390         (ev_document_types_add_filters_for_type):
391         * shell/ev-document-types.h:
392         * shell/ev-window.c: (ev_window_cmd_save_as):
393         
394         Suggest basename as template when saving, provide filters
395         for save dialog. It's bug 308402
396
397 2005-06-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
398
399         * pdf/ev-poppler.cc:
400         * shell/ev-sidebar-links.c: (job_finished_callback):
401         * shell/ev-view.c: (update_find_status_message):
402         
403         Some leaks fixed
404
405 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
406
407         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
408         (egg_recent_view_uimanager_set_list):
409
410         Fix buglet in !show_numbers case.
411
412 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
413
414         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
415         (connect_proxy_cb), (egg_recent_view_uimanager_set_list):
416
417         Use pango ellipsisation.
418
419         * pdf/ev-poppler.cc:
420
421         Fix refcount leak, from nsh.
422
423 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
424
425         * cut-n-paste/recent-files/Makefile.am:
426         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
427         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
428         
429         Removed EggRecentViewGtk
430         
431         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
432         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
433         * shell/ev-window.c: (ev_window_cmd_recent_file_activate),
434         (ev_window_setup_recent):
435         
436         Use ViewUIManager instead of ViewGtk. Less leaks, more compatibility
437         with other projects
438
439 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
440
441         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
442         (egg_recent_view_gtk_finalize):
443
444         Fix memory leak
445
446         * cut-n-paste/toolbar-editor/Makefile.am:
447         
448         Fix location of cursor icon.
449         
450         * pdf/ev-poppler.cc:
451         * shell/ev-page-action.c: (build_new_tree_cb), (match_selected_cb),
452         (display_completion_text), (match_completion):
453         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
454         (selection_changed_callback), (create_loading_model),
455         (print_section_cb), (links_page_num_func),
456         (update_page_callback_foreach):
457         * shell/ev-window.c: (ev_window_dispose):
458         
459         Small memory fixes. Links model now store objects instead
460         of pointers to improve memory management. 
461
462 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
463
464         * shell/ev-window.c: (zoom_control_changed_cb):
465         
466         Fix update of zoom control (bug 308268).
467
468 Sat Jun 18 22:46:42 2005  Jonathan Blandford  <jrb@redhat.com>
469
470         * shell/ev-properties.c (set_property): escape the text correctly.
471         Handles non-UTF-8 properties and escaped properties.  Also, sets
472         the text to "<i>None</i>" if the property isn't set.
473
474         * data/evince-properties.glade: Change the label to be ellipsized,
475         and give it a minimum size.
476
477 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
478
479         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown):
480         * shell/ev-sidebar-links.c: (create_loading_model):
481         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
482         * shell/ev-view.c: (ev_view_set_document):
483         * shell/ev-window.c: (ev_window_dispose):
484         
485         Various small fixes, mostly memory leaks. Thanks to valgrind.
486
487 2005-06-19  Martin Kretzschmar  <martink@gnome.org>
488
489         * ps/ps-document.c: remove the locale.h include again ;-). And
490         kill the (bogus) setlocale/savelocale business.
491
492 2005-06-19   Jaap A. Haitsma <jaap@haitsma.org>
493
494         * ps/ps-document.c:
495         
496         Include locale.h to fix build
497         
498         * shell/ev-sidebar.c:
499         
500         Remove unnecessary includes
501
502 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
503
504         * dvi/dvi-document.c: (dvi_document_load):
505         * dvi/mdvi-lib/dviread.c: (mdvi_init_context):
506         * po/POTFILES.in:
507         
508         Check for incorrect dvi files. Fix parsing dvi on AMD64
509         platform. Thanks to tester@tester.ca (Olivier Crete).
510
511 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
512
513         * shell/ev-page-action.c: (match_selected_cb),
514         (display_completion_text), (match_completion), (update_model):
515         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
516         (expand_open_links):
517         * shell/ev-sidebar.c: (ev_sidebar_destroy),
518         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_add_page),
519         (ev_sidebar_set_document):
520         * shell/ev-window.c: (ev_window_xfer_job_cb),
521         (sidebar_widget_model_set), (sidebar_page_main_widget_update_cb):
522         
523         Fixed lot's of memory leaks, for example, memory leak on reload, 
524         described in bug 307793.
525
526 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
527
528         * pdf/ev-poppler.cc:
529         * shell/ev-sidebar-thumbnails.c: (clear_range), (add_range),
530         (update_visible_range), (adjustment_changed_cb),
531         (ev_sidebar_thumbnails_fill_model),
532         (ev_sidebar_thumbnails_refresh),
533         (ev_sidebar_tree_selection_changed),
534         (ev_sidebar_icon_selection_changed),
535         (ev_sidebar_thumbnails_use_icon_view),
536         (ev_sidebar_thumbnails_set_document):
537         * shell/ev-sidebar-thumbnails.h:
538         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
539         (ev_window_cmd_edit_rotate_right), (ev_window_init):
540
541         Refresh thumbnails when changing orientation. Not fully
542         working yet becuase of a sidebar bug.
543
544         Set page orientation to poppler page everywhere. This sucks
545         really need to fix poppler.
546
547 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
548
549         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
550         (egg_recent_view_gtk_new_menu_item),
551         (egg_recent_view_gtk_set_property),
552         (egg_recent_view_gtk_get_property),
553         (egg_recent_view_gtk_class_init), (egg_recent_view_gtk_init),
554         (egg_recent_view_gtk_set_tooltip_func),
555         (egg_recent_view_gtk_set_label_width),
556         (egg_recent_view_gtk_get_label_width):
557         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
558
559         Sync with libegg (ellipsize labels)
560
561 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
562
563         * data/evince-ui.xml:
564         * shell/ev-window.c: (ev_window_cmd_go_forward),
565         (ev_window_cmd_go_backward):
566         
567         Shift + PageUp moves 10 Pages. Fix for 306125
568
569 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
570
571         * pdf/ev-poppler.cc:
572
573         Add a flag to check if orientation has been overriden
574
575 2005-06-17  Martin Kretzschmar  <martink@gnome.org>
576
577         * ps/ps.c (psscan, psfree): read "Creator:" comment, free creator
578         field if necessary.
579
580         * ps/ps.h: add creator field to document.
581
582         * ps/ps-document.c (ps_document_get_info): set format to PostScript,
583         set creator field.
584
585 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
586
587         * data/evince-properties.glade:
588         * shell/ev-properties.c: (ev_properties_set_document):
589
590         s/PDF Version/Format
591
592 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
593
594         * shell/ev-properties.c: (ev_properties_set_document):
595
596         Remove unnecessary translations
597
598 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
599
600         * cut-n-paste/toolbar-editor/Makefile.am:
601
602         Correct library name    
603
604 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
605
606         * configure.ac:
607         * cut-n-paste/recent-files/egg-recent-model.c:
608         (egg_recent_model_write_raw), (egg_recent_model_lock_file),
609         (egg_recent_model_unlock_file):
610         * cut-n-paste/recent-files/egg-recent-util.c:
611         (egg_recent_util_get_unique_id):
612         * cut-n-paste/recent-files/update-from-egg.sh:
613         * cut-n-paste/toolbar-editor/Makefile.am:
614         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
615         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
616         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
617         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
618         (egg_toolbars_model_get_type):
619         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
620
621         Better makefile for toolbar editor and update everything
622         to latest libegg.
623
624 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
625
626         * shell/ev-window.c: (update_document_mode):
627
628         Prefer presentation mode when the document
629         require fullscreen.
630
631 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
632
633         * data/evince-ui.xml:
634         * shell/ev-window.c:
635
636         Add control-equal for zooming
637
638 2005-06-17  Theppitak Karoonboonyanan  <thep@linux.thai.net>
639
640         * configure.ac: Added 'th' (Thai) to ALL_LINGUAS.
641
642 2005-06-16  Marco Pesenti Gritti  <mpg@redhat.com>
643
644         * backend/ev-document.c: (ev_document_get_orientation):
645         * backend/ev-document.h:
646         * pdf/ev-poppler.cc:
647         * ps/ps-document.c: (ps_document_get_orientation),
648         (ps_document_set_orientation), (ps_document_document_iface_init):
649
650         Add a get_orientation api. Improve set_orientation.
651
652         * data/evince-ui.xml:
653         * shell/ev-view.c: (ev_view_set_orientation),
654         (ev_view_rotate_right), (ev_view_rotate_left):
655         * shell/ev-view.h:
656         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
657         (ev_window_cmd_edit_rotate_right):
658
659         Better ui for changing document orientation
660
661 2005-06-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
662
663         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_property),
664         (ev_sidebar_links_class_init), (ev_sidebar_links_get_label):
665         * shell/ev-sidebar-links.h:
666         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
667         (ev_sidebar_page_iface_init):
668         * shell/ev-sidebar-page.h:
669         * shell/ev-sidebar-thumbnails.c:
670         (ev_sidebar_thumbnails_get_property),
671         (ev_sidebar_thumbnails_class_init),
672         (ev_sidebar_thumbnails_set_document):
673         * shell/ev-sidebar-thumbnails.h:
674         * shell/ev-view.c: (ev_view_motion_notify_event):
675         * shell/ev-window.c: (update_chrome_visibility),
676         (ev_window_cmd_focus_page_selector),
677         (ev_window_update_fullscreen_popup), (view_actions_focus_in_cb),
678         (sidebar_page_main_widget_update_cb), (ev_window_init):
679         
680         Autoraise toolbar on GoToPage binding and fix bindings in
681         EvSidebarThumbnails page.
682
683 2005-06-15  Christian Persch  <chpe@cvs.gnome.org>
684
685         * shell/ev-properties.c: (update_progress_label):
686
687         Hide the progress label when finished; bug #307697.
688
689 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
690
691         * pdf/ev-poppler.cc:
692
693         Enable is_open for links, you will need poppler cvs
694
695         * shell/ev-properties.c: (job_fonts_finished_cb):
696
697         Get a lock on the document when filling the tree view
698
699 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
700
701         * backend/ev-document-links.h:
702         * pdf/ev-poppler.cc:
703         * shell/ev-sidebar-links.c: (create_loading_model),
704         (expand_open_links), (job_finished_callback):
705
706         Expand links when specified by the document.
707         Depend on a poppler api (defined out for now)
708
709 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
710
711         * shell/ev-properties.c: (ev_properties_dispose),
712         (ev_properties_class_init), (dialog_destroy_cb),
713         (ev_properties_init), (job_fonts_finished_cb), (setup_fonts_view),
714         (ev_properties_set_document), (ev_properties_new),
715         (ev_properties_show):
716         * shell/ev-properties.h:
717
718         Make it an object, cleanup the code, api to show it as transient
719         and to set the document.
720
721         * shell/ev-window.c: (ev_window_setup_document),
722         (ev_window_cmd_file_properties):
723
724         Adapt to EvProperties changes, do not show multiple
725         times, update it when document changes.
726
727 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
728
729         * ps/gstypes.h:
730         * ps/ps-document.c: (ps_document_init), (get_page_orientation),
731         (ps_document_set_orientation), (ps_document_document_iface_init):
732         * ps/ps-document.h:
733
734         Implement orientation here too
735
736         * shell/ev-properties.c: (ev_properties_new):
737         * data/evince-properties.glade:
738
739         Hide the fonts page for backends that doesnt
740         support it.     
741
742 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
743
744         * backend/ev-document.c: (ev_document_set_orientation):
745         * backend/ev-document.h:
746         * pdf/ev-poppler.cc:
747
748         Add orientation api. Currently poppler api is not optimal,
749         we need to set orientation every time we _get a page.
750         I will try to fix that at some point.
751
752         * data/evince-ui.xml:
753         * shell/ev-window.c: (ev_window_cmd_edit_landscape),
754         (ev_window_cmd_edit_portrait), (ev_window_cmd_edit_flip):
755
756         Add orientation menu items
757
758         * shell/ev-page-cache.c: (ev_page_cache_clear):
759         * shell/ev-page-cache.h:
760
761         Add api to clear the cache
762
763         * shell/ev-view.c: (setup_caches), (clear_caches),
764         (ev_view_set_document), (ev_view_zoom_out),
765         (ev_view_set_orientation):
766         * shell/ev-view.h:
767
768         Implement orientation changing
769
770 2005-06-13  Marco Pesenti Gritti <mpg@redhat.com>
771
772         * backend/ev-document-fonts.c: (ev_document_fonts_get_progress),
773         (ev_document_fonts_scan), (ev_document_fonts_fill_model):
774         * backend/ev-document-fonts.h:
775
776         Separate scan and fill so that we can incrementally fill from
777         the main thread. Add a progress api.
778
779         * data/evince-properties.glade:
780         * pdf/ev-poppler.cc:
781         * shell/ev-jobs.c: (ev_job_fonts_new), (ev_job_fonts_run):
782         * shell/ev-jobs.h:
783         * shell/ev-properties.c: (update_progress_label),
784         (job_fonts_finished_cb), (setup_fonts_view):
785
786         Incrementally feel the list and show the progress
787         percentage in a label like acrobat does.
788
789         You are going to need poppler cvs
790
791 2005-06-11  Marco Pesenti Gritti <mpg@redhat.com>
792
793         * backend/ev-document-fonts.c: (ev_document_fonts_fill_model):
794         * backend/ev-document-fonts.h:
795         * pdf/ev-poppler.cc:
796
797         Make fonts model fill incrementally.
798
799         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
800         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
801         (ev_job_queue_remove_job):
802         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
803         (ev_job_fonts_new), (ev_job_fonts_run):
804         * shell/ev-jobs.h:
805
806         New job for fonts scanning
807
808         * shell/ev-properties.c: (job_fonts_finished_cb),
809         (fill_fonts_treeview), (setup_fonts_view), (ev_properties_new):
810         * shell/ev-properties.h:
811         * shell/ev-window.c: (ev_window_cmd_file_properties):
812
813         Incrementally feel the treeview using the new job. Show Loading...
814         message until scanning is completed.
815
816         Hopefully I didnt break the build without the poppler patch.
817
818 2005-06-10  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
819
820         * shell/ev-application.c: (ev_application_open):
821         * shell/ev-document-types.c: (ev_document_type_from_from_mime),
822         (ev_document_type_get_type), (ev_document_type_lookup):
823         * shell/ev-document-types.h:
824         * shell/ev-job-xfer.c: (ev_job_xfer_dispose), (ev_job_xfer_run):
825         * shell/ev-job-xfer.h:
826         * shell/ev-window.c: (ev_window_clear_local_uri),
827         (ev_window_load_job_cb), (ev_window_xfer_job_cb),
828         (ev_window_open_uri), (ev_window_add_recent), (ev_window_dispose):
829         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
830         
831         Transfer remote documents to tmp directory to display them later.
832
833 2005-06-10  Marco Pesenti Gritti <mpg@redhat.com>
834
835         * backend/ev-document-info.h:
836         * shell/ev-properties.c: (ev_properties_new):
837
838         s/GTime*/GTime. Not sure why we was using a pointer
839         at all there!
840
841 Wed Jun  8 01:04:22 2005  Jonathan Blandford  <jrb@redhat.com>
842
843         * shell/ev-sidebar-thumbnails.c: Use a GtkIconView in certain
844         situations.  That situation is that you're using GTK+-HEAD with
845         the patch at #306726 is applied, and you have a document with <
846         1500 pages in it.  It's not quite as uniformly nice as the
847         TreeView, but should be better in the long run.
848
849         I'm pretty sure I guarded against breaking compilation with
850         HAVE_GTK_ICON_VIEW_GET_VISIBLE_RANGE gaurds, though it's possible
851         I missed some.
852
853         * shell/ev-window.c (ev_window_init): We don't have our tree/list
854         widget yet, so I commented that code out
855         enable_view_actions_for_widget() for now.  Need to figure this
856         out.
857
858         * shell/ev-page-action.c (match_selected_cb): emit the right
859         signals.  Our cool C-l completion now works.
860
861 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
862
863         * backend/Makefile.am:
864         * backend/ev-document-fonts.c:
865         * backend/ev-document-links.c:
866         * backend/ev-document.c: (ev_document_load):
867         * backend/ev-document.h:
868         * backend/ev-job-queue.c:
869         * backend/ev-job-queue.h:
870         * backend/ev-jobs.c:
871         * backend/ev-jobs.h:
872         * backend/ev-page-cache.c:
873         * backend/ev-page-cache.h:
874
875         EvPageCache and EvJobs are moved to shell.
876
877         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown),
878         (ev_tmp_filename):
879         * lib/ev-file-helpers.h:
880         
881         New helper to work with temporary files
882         
883         * shell/Makefile.am:
884         * shell/ev-application.c: (ev_application_open):
885         * shell/ev-application.h:
886         * shell/ev-job-queue.c: (remove_job_from_queue_locked),
887         (remove_job_from_async_queue), (add_job_to_async_queue),
888         (add_job_to_queue_locked), (notify_finished), (job_finished_cb),
889         (handle_job), (search_for_jobs_unlocked),
890         (no_jobs_available_unlocked), (ev_render_thread),
891         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
892         (ev_job_queue_add_job), (move_job_async), (move_job),
893         (ev_job_queue_update_job), (ev_job_queue_remove_job):
894         * shell/ev-job-queue.h:
895         * shell/ev-job-xfer.c: (ev_job_xfer_init), (ev_job_xfer_dispose),
896         (ev_job_xfer_class_init), (ev_job_xfer_new), (ev_job_xfer_run):
897         * shell/ev-job-xfer.h:
898         * shell/ev-jobs.c: (ev_job_init), (ev_job_dispose),
899         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
900         (ev_job_links_class_init), (ev_job_render_init),
901         (ev_job_render_dispose), (ev_job_render_class_init),
902         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
903         (ev_job_thumbnail_class_init), (ev_job_load_init),
904         (ev_job_load_dispose), (ev_job_load_class_init), (ev_job_finished),
905         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
906         (render_finished_cb), (ev_job_render_run), (ev_job_thumbnail_new),
907         (ev_job_thumbnail_run), (ev_job_load_new), (ev_job_load_run):
908         * shell/ev-jobs.h:
909         * shell/ev-page-action.c: (ev_page_action_set_document):
910         * shell/ev-page-cache.c: (ev_page_cache_init),
911         (ev_page_cache_class_init), (ev_page_cache_finalize),
912         (ev_page_cache_new), (ev_page_cache_get_n_pages),
913         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
914         (ev_page_cache_set_page_label), (ev_page_cache_set_link),
915         (ev_page_cache_get_title), (ev_page_cache_get_size),
916         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
917         (ev_page_cache_get_height_to_page),
918         (ev_page_cache_get_max_label_chars),
919         (ev_page_cache_get_page_label),
920         (ev_page_cache_has_nonnumeric_page_labels),
921         (ev_page_cache_get_info), (ev_page_cache_next_page),
922         (ev_page_cache_prev_page), (ev_page_cache_get):
923         * shell/ev-page-cache.h:
924         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_update_range),
925         (ev_pixbuf_cache_clear_job_sizes),
926         (ev_pixbuf_cache_add_jobs_if_needed),
927         (ev_pixbuf_cache_set_page_range):
928         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings):
929         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document):
930         * shell/ev-sidebar-thumbnails.c:
931         (ev_sidebar_tree_selection_changed),
932         (ev_sidebar_thumbnails_set_document):
933         * shell/ev-statusbar.c: (ev_statusbar_destroy),
934         (ev_statusbar_class_init), (ev_statusbar_init), (ev_statusbar_new),
935         (ev_statusbar_get_context_id), (ev_statusbar_push),
936         (ev_statusbar_pop), (ev_statusbar_set_maximized),
937         (ev_statusbar_pulse), (ev_statusbar_show_progress),
938         (ev_statusbar_set_progress):
939         * shell/ev-statusbar.h:
940         * shell/ev-view.c: (ev_view_set_document), (ev_view_find_next),
941         (ev_view_find_previous):
942         * shell/ev-window.c: (ev_window_is_empty),
943         (ev_window_setup_document), (password_dialog_response),
944         (ev_window_clear_jobs), (ev_window_load_job_cb),
945         (ev_window_xfer_job_cb), (ev_window_open_uri),
946         (ev_window_open_uri_list), (ev_window_cmd_recent_file_activate),
947         (ev_window_print), (ev_window_print_range),
948         (ev_window_state_event), (ev_window_cmd_view_reload),
949         (menu_item_select_cb), (menu_item_deselect_cb),
950         (view_status_changed_cb), (ev_window_dispose),
951         (drag_data_received_cb), (ev_window_init):
952         * shell/ev-window.h:
953         * shell/main.c: (load_files):
954         
955         New statusbar to show progress on idle. Two new jobs - 
956         xfer job and load job to load document in background. And update
957         of page_cache clients to new location of code.
958
959 2005-06-08  Carlos Garcia Campos <carlosgc@gnome.org>
960   
961         * shell/ev-application.c, shell/ev-window.[ch]: Allow multiple
962         selection in open dialog. It also remembers the last visited directory 
963         in the current session.
964
965 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
966
967         * shell/ev-properties.c: (ev_properties_new):
968         * shell/ev-properties.h:
969         * shell/ev-window.c: (ev_window_cmd_file_properties):
970         
971         Get document info from page cache instead of document itself.
972         This should fix crash related to race conditions described in
973         bug 306545.
974
975 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
976
977         * ps/ps-document.c: (ps_document_init),
978         (send_ps), (get_page_box), (output), (catchPipe), (input),
979         (stop_interpreter), (file_length), (file_readable),
980         (check_filecompressedb), (ps_document_enable_interpreter),
981         (document_load), (ps_async_renderer_render_pixbuf):
982         * ps/ps-document.h:
983
984         Big cleanup of the ps code
985
986 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
987
988         * backend/Makefile.am:
989         * backend/ev-async-renderer.c: (ev_async_renderer_get_type),
990         (ev_async_renderer_class_init), (ev_async_renderer_render_pixbuf):
991         * backend/ev-async-renderer.h:
992
993         Add an async renderer interface (method + callback) which
994         is useful for backends like ps.
995
996         * backend/ev-job-queue.c: (remove_job_from_async_queue),
997         (add_job_to_async_queue), (job_finished_cb), (handle_job),
998         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
999         (ev_job_queue_add_job), (move_job_async), (move_job),
1000         (ev_job_queue_update_job), (ev_job_queue_remove_job):
1001
1002         Add queues for async renderer, these are executed on the
1003         main thread.
1004
1005         * backend/ev-jobs.c: (ev_job_render_new), (render_finished_cb),
1006         (ev_job_render_run):
1007         * backend/ev-jobs.h:
1008
1009         If the backend support async renderer interface use it.
1010
1011         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
1012         (setup_pixmap), (ps_document_get_type),
1013         (ps_async_renderer_render_pixbuf),
1014         (ps_document_document_iface_init), (ps_async_renderer_iface_init):
1015
1016         Implement async renderer interface.
1017
1018 2005-06-07  Nickolay V. Shmyrev  <<nshmyrev@yandex.ru>>
1019
1020         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose):
1021
1022         Cleanup links job on exit.
1023
1024 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1025
1026         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
1027         (drag_data_get_cb), (drag_data_received_cb):
1028         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
1029         (drag_data_get_cb), (parse_item_list),
1030         (egg_toolbar_editor_load_actions):
1031         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
1032         (egg_toolbars_model_to_xml), (egg_toolbars_model_save),
1033         (parse_item_list), (parse_toolbars):
1034         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
1035         (dvi_pixbuf_put_pixel):
1036         
1037         Fix gcc 4.0 warnings
1038
1039 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
1040
1041         * ps/ps-document.c: (start_interpreter):
1042
1043         Fix warning when loading ps
1044
1045 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
1046
1047         * ps/ps-document.c: (output):
1048
1049         Fix crash when priting gs error messages.
1050
1051 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
1052
1053         * backend/ev-page-cache.c: (_ev_page_cache_new):
1054         * backend/ev-page-cache.h:
1055
1056         Use a const to return title so that we dont double
1057         free it. Small cleanup and fix a leak.
1058
1059         * shell/ev-window.c: (update_window_title):
1060
1061         strdup value from get_title.
1062
1063 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
1064
1065         * shell/ev-sidebar-links.c: (job_finished_callback),
1066         (ev_sidebar_links_set_document):
1067
1068         Cleanup the old job when changing document
1069
1070 2005-06-05  Nickolay V. Shmyrev  <<nshmyrev@yandex.ru>>
1071
1072         * shell/ev-stock-icons.c:
1073         * shell/ev-stock-icons.h:
1074         * shell/ev-window.c:
1075         
1076         Add stock icons for actions that can appear in toolbar. Fix for
1077         bug 306566.
1078
1079 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1080
1081         * backend/ev-page-cache.c: (ev_page_cache_finalize),
1082         (_ev_page_cache_new), (ev_page_cache_get_max_width),
1083         (ev_page_cache_get_max_height), (ev_page_cache_get_height_to_page):
1084         * backend/ev-page-cache.h:
1085         * shell/ev-view.c: (scroll_to_current_page),
1086         (view_update_range_and_current_page), (get_page_y_offset),
1087         (get_page_extents), (ev_view_size_request_continuous_dual_page),
1088         (ev_view_size_request_continuous),
1089         (ev_view_zoom_for_size_continuous_and_dual_page),
1090         (ev_view_zoom_for_size_continuous):
1091         
1092         More compact EvView layout in document with pages of different size.
1093
1094 Sat Jun  4 19:20:57 2005  Jonathan Blandford  <jrb@redhat.com>
1095
1096         * shell/ev-window.c (ev_window_cmd_file_properties): fix
1097         compilation.
1098
1099 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1100
1101         * shell/ev-view.c: (view_set_adjustment_values):
1102         * shell/ev-window.c: (ev_window_cmd_file_properties):
1103         
1104         A bit different fix for rounding problem but it has no
1105         problems on startup. Make properties window transient to parent.
1106
1107 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1108
1109         * pdf/ev-poppler.cc:
1110         
1111         More commenting of font stuff.
1112
1113 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
1114
1115         * pdf/ev-poppler.cc:
1116
1117         Comment out some more fonts stuff. Should really
1118         work without the poppler patch now.
1119
1120 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
1121
1122         * pdf/ev-poppler.cc:
1123
1124         Adapt to api change
1125
1126 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
1127
1128         * data/evince-properties.glade:
1129         * pdf/ev-poppler.cc:
1130         * shell/ev-properties.c: (setup_fonts_view):
1131
1132         Set the column title. Show the dialog only
1133         once everything is setup.
1134         Getting font info can be very slow... will
1135         prolly need to make this threaded too.
1136
1137 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
1138
1139         * backend/Makefile.am:
1140         * backend/ev-document-fonts.c: (ev_document_fonts_get_type),
1141         (ev_document_fonts_get_fonts_model):
1142         * backend/ev-document-fonts.h:
1143         * data/evince-properties.glade:
1144         * pdf/ev-poppler.cc:
1145         * shell/ev-properties.c: (setup_fonts_view), (ev_properties_new):
1146         * shell/ev-properties.h:
1147         * shell/ev-window.c: (ev_window_cmd_file_properties):
1148
1149         Implement fonts list. Defined out for now, since it depends
1150         on a not yet committed poppler patch.
1151
1152 Fri Jun  3 21:07:57 2005  Jonathan Blandford  <jrb@redhat.com>
1153
1154         * shell/ev-view.c (get_page_extents): other_page isn't necessarily
1155         page + 1.
1156
1157         * shell/ev-window.c: Make sure we add the timeout when we get a
1158         focus-in event.
1159
1160         * shell/ev-view.c (view_set_adjustment_values): Add 0.5 to
1161         adjustment->value before calculating the zoom factor to average
1162         out all of our rounding errors.  The page no longer 'drifts' when
1163         resizing.
1164
1165 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1166
1167         * data/evince-properties.glade:
1168         * shell/ev-properties.c: (ev_properties_format_date),
1169         (set_property):
1170         
1171         Labels don't expand when the dialogue is resized.
1172         strftime result needs to be converted to UTF-8. Thanks
1173         to Christian Persch <chpe@gnome.org>.
1174
1175 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
1176
1177         * data/evince-properties.glade:
1178
1179         Hide the fonts tab
1180
1181 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
1182
1183         * backend/ev-document-info.h:
1184         * backend/ev-document.c: (ev_document_info_free):
1185         * data/evince-properties.glade:
1186         * pdf/ev-poppler.cc:
1187         * ps/ps-document.c: (ps_document_get_info):
1188         * shell/ev-properties.c: (ev_properties_format_date),
1189         (set_property), (ev_properties_new):
1190         * shell/ev-properties.h:
1191         * shell/ev-window.c: (ev_window_cmd_file_properties):
1192
1193         Rework properties code to take only EvPropertyInfo
1194         in the constructor so that it can be useful for
1195         nautilus plugin too.
1196
1197         Deal with backends that doesnt support some properties.
1198         Make set property code generic.
1199
1200 2005-06-04  Christian Persch <chpe@gnome.org>
1201
1202         * data/evince-properties.glade:
1203
1204         fix spacings, make resizeable, and make data labels
1205         selectable + ellipsised
1206
1207 2005-06-03  Marco Pesenti Gritti <mpg@redhat.com>
1208
1209         * backend/ev-document-info.h:
1210         * data/Makefile.am:
1211         * data/evince-ui.xml:
1212         * pdf/ev-poppler.cc:
1213         * shell/Makefile.am:
1214         * shell/ev-window.c: (update_action_sensitivity),
1215         (ev_window_cmd_file_properties):
1216
1217         Initial go at file properties. Patch by
1218         Emil Soleyman-Zomalan <emil@soleyman.com>.
1219         Needs love see #169583
1220
1221 2005-06-02  Marco Pesenti Gritti <mpg@redhat.com>
1222
1223         * ps/ps-document.c: (output):
1224         * ps/ps.c: (psscan):
1225
1226         Try to render even if psscan fails.
1227
1228 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
1229
1230         * ps/ps.c: (psscan), (pscopydoc):
1231
1232         Port buffered reading code from gv
1233
1234 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
1235
1236         * ps/ps-document.c: (interpreter_message), (output):
1237
1238         Do not fail on interpreter messages
1239
1240 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
1241
1242         * backend/ev-document-misc.c:
1243         (ev_document_misc_get_thumbnail_frame):
1244
1245         Pages can be 0 x 0, dont assert on this case
1246
1247 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
1248
1249         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
1250         (ev_sidebar_links_class_init), (ev_sidebar_links_set_document):
1251
1252         Correctly manage our reference on document. Finally the reload
1253         huge leak is gone...
1254
1255 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
1256
1257         * ps/ps-document.c: (ps_document_dispose):
1258
1259         Forgot to chain it to the parent. Thanks chpe.
1260
1261 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
1262
1263         * ps/ps-document.c: (ps_document_dispose),
1264         (ps_document_class_init), (stop_interpreter), (document_load):
1265
1266         Cleanup dispose a bit. Dont leak the whole pixmap.
1267
1268 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
1269
1270         * pdf/ev-poppler.cc:
1271
1272         Release the poppler document on dispose
1273
1274 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
1275
1276         * shell/ev-view.c: (ev_view_set_document):
1277
1278         Release ref on the pixbuf cache when changing
1279         document.
1280
1281 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
1282
1283         * ps/ps-document.c: (ps_document_get_info):
1284
1285         Fix a double free
1286
1287 2005-05-31  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
1288
1289         * backend/ev-page-cache.c: (ev_page_cache_init),
1290         (_ev_page_cache_new), (ev_page_cache_get_max_label_chars):
1291         * backend/ev-page-cache.h:
1292         * shell/ev-page-action.c: (page_changed_cb):
1293         
1294         Set page action entry width depending on labels width. Fix
1295         for bug 305202.
1296
1297 2005-05-31  Marco Pesenti Gritti  <mpg@redhat.com>
1298
1299         * backend/ev-link.c: (ev_link_class_init):
1300
1301         Allow -1 as page value (error)
1302
1303 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
1304
1305         * shell/ev-sidebar-thumbnails.c:
1306         (ev_sidebar_thumbnails_set_document):
1307         * shell/ev-view.c: (scroll_to_current_page),
1308         (view_set_adjustment_values), (ev_view_set_scroll_adjustments),
1309         (page_changed_cb), (on_adjustment_value_changed),
1310         (ev_view_set_document):
1311
1312         Slightly modified patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>.
1313         Fix bug 305377
1314
1315 2005-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1316
1317         * configure.ac:
1318         * djvu/djvu-document.c: (djvu_document_get_page_size):
1319
1320         Require djvulibre CVS. Now djvu loading is much faster. Fix for
1321         bug 301993.
1322
1323 Sat May 28 07:38:03 2005  Jonathan Blandford  <jrb@redhat.com>
1324
1325         * shell/ev-view.c (draw_one_page): modify the expose handling to
1326         get the shadows.
1327
1328         * shell/ev-window.c (update_action_sensitivity): Respect
1329         permissions field.  Kowtow to the man.
1330
1331         * pdf/ev-poppler.cc: Get the permissions field.
1332
1333         * tiff/*c: Make a tiny bit more robust.
1334
1335 2005-05-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
1336
1337         * djvu/djvu-document.c:
1338         
1339         Pop messages from djvu context message queue.
1340
1341 2005-05-24  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
1342
1343         * configure.ac, Makefile.am, shell/Makefile.am:
1344         * tiff/Makefile.am, shell/ev-document-types.c:
1345         
1346         Cleanup tiff configure checks. Fix for bug 305218.
1347
1348 2005-05-24  Maxim V. Dziumanenko <mvd@mylinux.ua>
1349
1350         * configure.ac: Added "uk" to ALL_LINGUAS.
1351
1352 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1353
1354         * cut-n-paste/zoom-control/ephy-zoom.c:
1355         (ephy_zoom_get_changed_zoom_level):
1356         * cut-n-paste/zoom-control/ephy-zoom.h:
1357         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_set_property),
1358         (ev_view_get_property), (ev_view_class_init), (ev_view_set_zoom):
1359         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
1360         (ev_window_cmd_view_zoom_out), (ev_window_zoom_changed_cb),
1361         (zoom_control_changed_cb), (ev_window_init):
1362         
1363         Fix minor points related to moving best fit up. Introduce
1364         "zoom" property and make zoom control change it's value on
1365         notify::zoom signals. Fix for 305080.
1366
1367 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1368
1369         * data/evince-ui.xml:
1370         * shell/ev-window.c: (set_view_actions_sensitivity):
1371         
1372         Use + and - as accels for zoom in and zoom out. Fix for 305001.
1373
1374 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
1375
1376         * configure.ac:
1377
1378         Depends on poppler 0.3.2
1379
1380 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
1381
1382         * cut-n-paste/recent-files/egg-recent-item.c:
1383         (egg_recent_item_get_short_name):
1384         * cut-n-paste/toolbar-editor/Makefile.am:
1385         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
1386         (new_pixbuf_from_widget):
1387         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
1388         * cut-n-paste/toolbar-editor/egg-marshal.c:
1389         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
1390         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
1391
1392         Sync
1393
1394 Sat May 21 23:18:30 2005  Jonathan Blandford  <jrb@redhat.com>
1395
1396         * tiff/tiff-document.c: Rough TIFF backend.
1397
1398 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
1399
1400         * NEWS:
1401         * configure.ac:
1402         * cut-n-paste/toolbar-editor/Makefile.am:
1403
1404         Release 0.3.1
1405
1406 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
1407
1408         * shell/ev-view.c: (jump_to_find_result), (ev_view_can_find_next),
1409         (ev_view_find_next), (ev_view_find_previous):
1410
1411         Remove the locks around get_n_results   
1412
1413 2005-05-21  Juerg Billeter  <j@bitron.ch>
1414
1415         * pdf/ev-poppler.c: (pdf_document_ps_exporter_begin):
1416
1417         Pass correct number of pages to poppler.
1418
1419 2005-05-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1420
1421         * configure.ac:
1422         * data/Makefile.am:
1423         * data/evince.desktop.in: 
1424         * data/evince.desktop.in.in:
1425         * po/POTFILES.in:
1426         
1427         Add conditionally dvi and djvu to desktop types. Fix for 304658.
1428
1429 Sat May 21 00:21:30 2005  Jonathan Blandford  <jrb@redhat.com>
1430
1431         * shell/ev-view.c: (view_update_adjustments),
1432         (view_set_adjustment_values): cast adjustmen->value to (int)
1433         before using it.  Otherwise, we get off by a pixel in some
1434         situations.
1435
1436         (draw_one_page): Draw the border on expose.
1437
1438 Fri May 20 22:05:25 2005  Jonathan Blandford  <jrb@redhat.com>
1439
1440         * *shell/ev-view.c: Patch from Nickolay V. Shmyrev to reset the
1441         adjustment when the mode changes, #304923
1442
1443 Fri May 20 02:00:03 2005  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
1444
1445         * shell/ev-view.c: Use gdk_widget_queue_draw to remove
1446         flickering on resize but still use gdk_window_scroll on
1447         scrolling
1448
1449 Fri May 20 01:46:57 2005  Jonathan Blandford  <jrb@redhat.com>
1450
1451         * shell/ev-view.c: Patch from Nickolay Shmyrev to fix the -p
1452         option, #170458
1453
1454 Fri May 20 01:27:01 2005  Jonathan Blandford  <jrb@redhat.com>
1455
1456         * shell/ev-view.c: Patch from Nickolay Shmyrev to to scroll to
1457         second page on page_changed if possible, #304669
1458
1459 Fri May 20 01:07:15 2005  Jonathan Blandford  <jrb@redhat.com>
1460
1461         * shell/ev-view.c (view_update_adjustments): Use gdk_window_scroll
1462         instead of gtk_widget_queue_draw.  Massive speedups in scrolling.
1463
1464 Fri May 20 01:05:10 2005  Jonathan Blandford  <jrb@redhat.com>
1465
1466         * .cvsignore:
1467         * shell/ev-view.c:(ev_view_size_allocate), (ev_view_class_init),
1468         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
1469         (ev_view_zoom_for_size_presentation),
1470         (ev_view_zoom_for_size_continuous_and_dual_page),
1471         (ev_view_zoom_for_size_continuous),
1472         (ev_view_zoom_for_size_dual_page),
1473         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size):
1474         * shell/ev-view.h:
1475         * shell/ev-window.c: (update_view_size),
1476         (ev_window_sizing_mode_changed_cb):
1477
1478         Patch from Nickolay Shmyrev <nshmyrev@yandex.ru> to handle
1479         the scrollbars.  It's not 100% right, but it's much closer.  Kills
1480         an infinite loop, #304769
1481
1482
1483 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
1484
1485         * data/evince-ui.xml:
1486         * shell/ev-view.c: (ev_view_scroll_view), (ev_view_class_init):
1487         * shell/ev-window.c: (set_view_actions_sensitivity):
1488
1489         Make PgUp/Down behave like Space
1490
1491 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
1492
1493         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
1494         * backend/ev-ps-exporter.h:
1495         * pdf/ev-poppler.cc:
1496         * ps/ps-document.c: (ps_document_ps_export_begin):
1497         * shell/ev-print-job.c: (idle_print_handler):
1498
1499         Adapt to new poppler api
1500
1501 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
1502
1503         * cut-n-paste/zoom-control/ephy-zoom-control.c:
1504         (ephy_zoom_control_init):
1505
1506         Translate zoom levels
1507
1508 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
1509
1510         * cut-n-paste/zoom-control/ephy-zoom.c:
1511         (ephy_zoom_get_zoom_level_index):
1512
1513         Fix current zoom -> zoom control match
1514
1515 2005-05-18  James Bowes  <bowes@cs.dal.ca>
1516
1517         * shell/ev-window.c: (ev_window_init): Give focus to the ev-view,
1518         rather than the scrolled_window that it's in. Fixes bug #304655.
1519
1520 Tue May 17 22:54:17 2005  Jonathan Blandford  <jrb@redhat.com>
1521
1522         * shell/ev-view.c: (view_update_adjustments),
1523         (view_set_adjustment_values), (view_update_range_and_current_page),
1524         (view_scroll_to_page), (set_scroll_adjustment),
1525         (ev_view_set_scroll_adjustments), (add_scroll_binding_keypad),
1526         (ev_view_scroll), (ev_view_scroll_view),
1527         (ensure_rectangle_is_visible), (find_page_at_location),
1528         (get_link_at_location), (go_to_link), (status_message_from_link),
1529         (ev_view_size_request_continuous_dual_page),
1530         (ev_view_size_request), (ev_view_size_allocate), (ev_view_realize),
1531         (ev_view_unrealize), (ev_view_expose_event),
1532         (ev_view_button_press_event), (ev_view_motion_notify_event),
1533         (ev_view_button_release_event), (ev_gdk_color_to_rgb),
1534         (draw_rubberband), (highlight_find_results), (draw_one_page),
1535         (ev_view_finalize), (ev_view_destroy), (ev_view_class_init),
1536         (ev_view_init), (find_changed_cb), (page_changed_cb),
1537         (on_adjustment_value_changed), (ev_view_new),
1538         (ev_view_set_document), (ev_view_set_zoom),
1539         (ev_view_set_continuous), (ev_view_set_dual_page),
1540         (ev_view_set_presentation), (ev_view_zoom_in), (ev_view_zoom_out),
1541         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
1542         (ev_view_zoom_for_size_presentation),
1543         (ev_view_zoom_for_size_continuous_dual_page),
1544         (ev_view_zoom_for_size_continuous),
1545         (ev_view_zoom_for_size_dual_page),
1546         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
1547         (ev_view_get_status), (ev_view_set_status),
1548         (update_find_status_message), (ev_view_get_find_status),
1549         (ev_view_set_find_status), (jump_to_find_result),
1550         (jump_to_find_page), (compute_selections), (clear_selection),
1551         (ev_view_select_all), (get_selected_text), (ev_view_copy),
1552         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
1553         (ev_view_update_primary_selection),
1554         (ev_view_create_invisible_cursor), (ev_view_set_cursor):
1555         * shell/ev-view.h:
1556         * shell/ev-window.c: (ev_window_open_page_label),
1557         (ev_window_cmd_view_reload), (ev_window_sizing_mode_changed_cb),
1558         (ev_window_init):
1559         * shell/ev-window.h:
1560         * shell/main.c: (load_files):
1561
1562         Massive code clean up from Nickolay Shmyrev.  Keep page offset
1563         when resizing.  Remove the bin_window().  Also, patch from James
1564         Bowes to fix command line page, #300641
1565         
1566 2005-05-17  Marco Pesenti Gritti  <mpg@redhat.com>
1567
1568         * data/evince-ui.xml:
1569         * shell/ev-view.c:
1570         * shell/ev-view.h:
1571         * shell/ev-window.c: (update_action_sensitivity):
1572
1573         Get rid of View->Normal Size, it's just confusing
1574
1575 Tue May 17 00:51:21 2005  Jonathan Blandford  <jrb@redhat.com>
1576
1577         * backend/ev-document-info.h:
1578         * backend/ev-document.c: (ev_document_info_free): Free the
1579         EvDocumentInfo.
1580
1581         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
1582         (clear_range), (add_range), (update_visible_range),
1583         (adjustment_changed_cb), (ev_sidebar_thumbnails_init),
1584         (ev_sidebar_thumbnails_set_document):
1585         * shell/ev-window.c: (ev_window_setup_document): Only render the
1586         visible thumbnails.  It takes an instant to render, but it uses
1587         much less memory.
1588
1589 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
1590
1591         * shell/ev-sidebar-links.c: (popup_menu_cb):
1592
1593         Select first item
1594
1595 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
1596
1597         * lib/Makefile.am:
1598         * shell/ev-sidebar-links.c: (build_popup_menu), (popup_menu_cb),
1599         (button_press_cb), (ev_sidebar_links_construct):
1600
1601         Show the popup menu also on keybindings
1602
1603 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
1604
1605         * shell/ev-window.c: (ev_window_print), (ev_window_print_range):
1606         * shell/ev-window.h:
1607
1608         Expose api to print a range (with dialog). Make private _print use
1609         it.
1610
1611         * shell/ev-sidebar-links.c: (print_section_cb), (button_press_cb),
1612         (ev_sidebar_links_construct):
1613
1614         Show a print context menu on linkx, it prints the selected
1615         section.
1616
1617 2005-05-15  Carlos Garcia Campos <carlosgc@gnome.org>
1618
1619         * shell/ev-sidebar.c: make the drop down menu as width as the toggle
1620         button.
1621
1622 2005-05-12  Marco Pesenti Gritti  <mpg@redhat.com>
1623
1624         * AUTHORS:
1625
1626         Update
1627
1628         * shell/ev-window.c: (build_comments_string),
1629         (ev_window_cmd_help_about):
1630
1631         Show poppler version/backend and authors
1632
1633 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
1634
1635         * cut-n-paste/zoom-control/ephy-zoom.c:
1636         (ephy_zoom_get_zoom_level_index):
1637         * cut-n-paste/zoom-control/ephy-zoom.h:
1638
1639         Move the best fit items at the top of the list
1640
1641 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
1642
1643         * shell/ev-marshal.list:
1644         * shell/ev-page-action.c: (ev_page_action_widget_class_init),
1645         (activate_cb), (match_selected_cb), (activate_link_cb),
1646         (connect_proxy), (ev_page_action_class_init):
1647         * shell/ev-page-action.h:
1648
1649         Use signals to notify action activation. Hopefully
1650         I did not break completion since I cant test...
1651
1652         * shell/ev-window.c: (activate_link_cb), (activate_label_cb),
1653         (register_custom_actions):
1654
1655         Connect to page selector actions and also grab focus on
1656         the view when activated.
1657
1658 Wed May 11 01:18:29 2005  Jonathan Blandford  <jrb@redhat.com>
1659
1660         * pdf/ev-poppler.cc:
1661         * backend/ev-page-cache.c: make page size calculation consistent
1662         and set it to (int)( width * scale + 0.5).  This makes the weird
1663         line going through the middle of the page go away.
1664
1665         * shell/ev-view.c: move painting the background page after
1666         checking the expose area covers us.
1667
1668 2005-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1669
1670         * data/evince-password.glade:
1671         
1672         Mark labels as not translatable. Fix for bug 302842.
1673
1674 2005-05-10  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
1675
1676         * configure.ac: Added "es" to ALL_LINGUAS.
1677
1678 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
1679
1680         * data/evince-toolbar.xml:
1681         * shell/ev-window.c: (update_action_sensitivity),
1682         (ev_window_setup_document), (ev_window_set_page_mode),
1683         (ev_window_init):
1684
1685         Remove some leftover code from jrb first continous
1686         attempt. Use the new actions, we still need good icons
1687         though...
1688
1689 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
1690
1691         * shell/ev-page-action.c: (update_pages_label), (connect_proxy):
1692
1693         Update label when connecting proxy. Fix a warning with NULL
1694         page_cache.
1695
1696 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
1697
1698         * data/evince-ui.xml:
1699         * shell/ev-page-action.c: (ev_page_action_grab_focus):
1700         * shell/ev-page-action.h:
1701         * shell/ev-window.c: (ev_window_cmd_focus_page_selector):
1702
1703         Add mnemonic for edit toolbar.
1704         ctrl+l focus the page entry.
1705
1706 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
1707
1708         * lib/Makefile.am:
1709         * shell/ev-window.c: (ev_window_cmd_edit_toolbar_cb),
1710         (ev_window_init):
1711         * shell/main.c: (main):
1712
1713         Put the toolbar xml in evince own dot dir
1714
1715 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
1716
1717         * shell/ev-window.c: (ev_window_init):
1718
1719         Make the toolbar not removable
1720
1721 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
1722
1723         * data/evince-ui.xml:
1724         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_treeview):
1725         * shell/ev-sidebar-links.h:
1726         * shell/ev-sidebar-thumbnails.c:
1727         (ev_sidebar_thumbnails_get_treeview):
1728         * shell/ev-sidebar-thumbnails.h:
1729         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_view),
1730         (ev_view_class_init):
1731         * shell/ev-view.h:
1732         * shell/ev-window.c: (update_action_sensitivity),
1733         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
1734         (set_view_actions_sensitivity), (view_actions_focus_in_cb),
1735         (view_actions_focus_out_cb), (enable_view_actions_for_widget),
1736         (ev_window_init):
1737
1738         This is evil... Make space/backspace global accelerators but
1739         enable them only for some widgets (sidebars and view).
1740         I dont like it, but I dont know a better way... :/
1741
1742 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
1743
1744         * shell/ev-page-action.c: (ev_page_action_widget_set_page_cache),
1745         (ev_page_action_widget_finalize),
1746         (ev_page_action_widget_class_init), (update_page_cache):
1747
1748         Keep a weak reference on proxy->page_cache so that we
1749         dont try to disconnect the signal if the object is already
1750         gone. Maybe there is a better way to cleanup reference handling
1751         in page action though...
1752
1753 2005-05-10  Juerg Billeter  <j@bitron.ch>
1754
1755         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
1756         * backend/ev-ps-exporter.h:
1757         * pdf/ev-poppler.cc: (pdf_document_ps_exporter_begin):
1758         * ps/ps-document.c: (ps_document_ps_export_begin):
1759         
1760         Change api to pass print range to ps_exporter_begin. The pdf backend
1761         requires this information.
1762         
1763         * shell/ev-print-job.c: (idle_print_handler):
1764         
1765         Adapt to api change
1766
1767 2005-05-10  Juerg Billeter  <j@bitron.ch>
1768
1769         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
1770         (idle_print_handler)
1771         * shell/ev-window.c: (ev_window_print):
1772
1773         Support printing page range, based on patch by Amaury Jacquot
1774
1775 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
1776
1777         * data/evince-toolbar.xml:
1778
1779         Add zoom control to available items
1780
1781 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
1782
1783         * shell/ev-window.c: (update_action_sensitivity):
1784
1785         Set slash action insensitive when appropriate
1786
1787 2005-05-10  Christian Persch <chpe@gnome.org>
1788
1789         * cut-n-paste/zoom-control/ephy-zoom-action.c: (create_menu_item):
1790
1791         Fix warning on the overflow menu
1792
1793 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
1794
1795         * shell/ev-window.c: (sanity_check_uri), (ev_window_open):
1796
1797         Check for uri correctness/existence
1798
1799 2005-05-09  Juerg Billeter  <j@bitron.ch>
1800
1801         * shell/ev-window.c: (using_postscript_printer):
1802
1803         LPD printers use postscript, too
1804
1805 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
1806
1807         * shell/ev-window.c: (register_custom_actions):
1808
1809         The zoom one is actually sort of useful,
1810         put it back
1811
1812 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
1813
1814         * shell/ev-window.c: (register_custom_actions):
1815
1816         Hide page/zoom controls from overflow, they
1817         are useless.
1818
1819 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
1820
1821         * cut-n-paste/update-from-egg.sh:
1822         
1823         Share it between all cut-n-paste subdirs
1824
1825         * cut-n-paste/recent-files/Makefile.am:
1826
1827         Fix to use "global" update-from-egg.sh
1828
1829         * cut-n-paste/recent-files/egg-recent-model.c:
1830         (egg_recent_model_changed_timeout), (egg_recent_model_finalize):
1831         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
1832         (egg_recent_view_gtk_clear), (egg_recent_view_gtk_set_list),
1833         (egg_recent_view_gtk_finalize), (egg_recent_view_gtk_set_menu):
1834
1835         Update from libegg
1836
1837         * cut-n-paste/toolbar-editor/Makefile.am:
1838
1839         Fix to use "global" update-from-egg.sh
1840
1841         * cut-n-paste/toolbar-editor/eggmarshalers.list:
1842
1843         Update from libegg
1844
1845 2005-05-09  Marco Pesenti Gritti <mpg@redhat.com>
1846
1847         * configure.ac:
1848         * cut-n-paste/Makefile.am:
1849         * cut-n-paste/recent-files/Makefile.am:
1850         * cut-n-paste/toolbar-editor/.cvsignore:
1851         * cut-n-paste/toolbar-editor/Makefile.am:
1852         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
1853         (egg_editable_toolbar_get_type), (get_toolbar_position),
1854         (get_n_toolbars), (get_dock_nth), (get_toolbar_nth), (find_action),
1855         (drag_data_delete_cb), (drag_begin_cb), (drag_end_cb),
1856         (drag_data_get_cb), (set_drag_cursor), (unset_drag_cursor),
1857         (set_item_drag_source), (create_item_from_action), (create_item),
1858         (data_is_separator), (drag_data_received_cb), (remove_toolbar_cb),
1859         (popup_toolbar_context_menu_cb), (free_dragged_item),
1860         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
1861         (toolbar_drag_leave_cb), (create_dock), (set_fixed_style),
1862         (unset_fixed_style), (toolbar_changed_cb), (unparent_fixed),
1863         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
1864         (item_added_cb), (item_removed_cb),
1865         (egg_editable_toolbar_construct),
1866         (egg_editable_toolbar_disconnect_model),
1867         (egg_editable_toolbar_deconstruct),
1868         (egg_editable_toolbar_set_model),
1869         (egg_editable_toolbar_set_ui_manager),
1870         (egg_editable_toolbar_set_property),
1871         (egg_editable_toolbar_get_property),
1872         (egg_editable_toolbar_class_init), (egg_editable_toolbar_init),
1873         (egg_editable_toolbar_finalize), (egg_editable_toolbar_new),
1874         (egg_editable_toolbar_new_with_model),
1875         (egg_editable_toolbar_get_edit_mode),
1876         (egg_editable_toolbar_set_edit_mode), (egg_editable_toolbar_show),
1877         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed),
1878         (egg_editable_toolbar_set_drag_dest), (fake_expose_widget),
1879         (new_pixbuf_from_widget), (new_separator_pixbuf),
1880         (update_separator_image), (style_set_cb),
1881         (_egg_editable_toolbar_new_separator_image),
1882         (egg_editable_toolbar_get_model):
1883         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
1884         * cut-n-paste/toolbar-editor/egg-marshal.c:
1885         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
1886         (egg_toolbar_editor_get_type), (compare_actions), (find_action),
1887         (egg_toolbar_editor_set_ui_manager), (toolbar_removed_cb),
1888         (egg_toolbar_editor_set_model), (egg_toolbar_editor_set_property),
1889         (egg_toolbar_editor_get_property), (egg_toolbar_editor_class_init),
1890         (egg_toolbar_editor_finalize), (egg_toolbar_editor_new),
1891         (drag_begin_cb), (drag_end_cb), (editor_drag_data_received_cb),
1892         (editor_drag_data_delete_cb), (drag_data_get_cb),
1893         (elide_underscores), (set_drag_cursor), (event_box_realize_cb),
1894         (editor_create_item), (update_editor_sheet), (setup_editor),
1895         (egg_toolbar_editor_init), (egg_toolbar_editor_add_action),
1896         (parse_item_list), (model_has_action), (update_actions_list),
1897         (egg_toolbar_editor_load_actions):
1898         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
1899         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
1900         (egg_toolbars_model_get_type), (egg_toolbars_model_to_xml),
1901         (safe_save_xml), (egg_toolbars_model_save), (toolbars_toolbar_new),
1902         (toolbars_item_new), (free_toolbar_node), (free_item_node),
1903         (egg_toolbars_model_get_flags), (egg_toolbars_model_set_flags),
1904         (egg_toolbars_model_add_separator), (impl_add_item),
1905         (parse_item_list), (egg_toolbars_model_add_toolbar),
1906         (parse_toolbars), (egg_toolbars_model_load), (impl_get_item_id),
1907         (impl_get_item_data), (impl_get_item_type),
1908         (_egg_accumulator_STRING), (egg_toolbars_model_class_init),
1909         (egg_toolbars_model_init), (free_toolbar),
1910         (egg_toolbars_model_finalize), (egg_toolbars_model_new),
1911         (egg_toolbars_model_remove_toolbar),
1912         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
1913         (egg_toolbars_model_n_items), (egg_toolbars_model_item_nth),
1914         (egg_toolbars_model_n_toolbars), (egg_toolbars_model_toolbar_nth),
1915         (egg_toolbars_model_add_item), (egg_toolbars_model_get_item_id),
1916         (egg_toolbars_model_get_item_data),
1917         (egg_toolbars_model_get_item_type):
1918         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
1919         * cut-n-paste/toolbar-editor/eggmarshalers.list:
1920         * data/Makefile.am:
1921         * data/evince-toolbar.xml:
1922         * data/evince-ui.xml:
1923         * data/hand-open.png:
1924         * po/POTFILES.in:
1925         * shell/Makefile.am:
1926         * shell/ev-window.c: (update_chrome_visibility),
1927         (ev_window_cmd_edit_toolbar_cb), (ev_window_cmd_edit_toolbar),
1928         (ev_window_dispose), (ev_window_init):
1929
1930         Implement epiphany like toolbar editor. Based on patch by
1931         Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1932
1933 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
1934
1935         * shell/ev-sidebar-thumbnails.c: (page_changed_cb):
1936
1937         Use set_cursor instead of set_selection, so that
1938         the keyboard focus moves too.
1939
1940 2005-05-09  Aleksey Kliger <akliger@gmail.com>
1941
1942         * dvi/mdvi-lib/tfmfile.c: (lookup_font_metrics):
1943
1944         Fix infinite loop when loading Type1 fonts
1945
1946 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
1947
1948         * data/evince-ui.xml:
1949         * shell/ev-window.c:
1950
1951         Slash -> Find
1952
1953 2005-05-09  Thomas de Grenier de Latour <degrenier@easyconnect.fr>
1954
1955         * configure.ac:
1956
1957         Make --disable really disable
1958
1959 2005-05-07  Juerg Billeter  <j@bitron.ch>
1960
1961         * backend/ev-page-cache.c: (ev_page_cache_set_page_label):
1962
1963         Compare page labels even without has_labels set, fixes setting page
1964         with entry
1965
1966 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
1967
1968         * shell/ev-view.c: (ev_view_create_invisible_cursor),
1969         (ev_view_set_cursor), (ev_view_button_press_event),
1970         (ev_view_motion_notify_event), (ev_view_button_release_event),
1971         (ev_view_init):
1972
1973         Implement middle button scrolling. Based on a patch
1974         by Tommi Komulainen <tommi.komulainen@iki.fi>.
1975
1976 2005-05-08  Marco Pesenti Gritti  <mpg@redhat.com>
1977
1978         * shell/ev-document-types.c: (get_slow_mime_type),
1979         (get_document_type_from_mime), (ev_document_type_lookup):
1980         * shell/ev-document-types.h:
1981
1982         Change api to lookup from uri. Do fast lookup first, if the
1983         type is unknown try with data sniffing.
1984
1985         * shell/ev-window.c: (ev_window_open), (ev_window_open_uri_list):
1986         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
1987
1988         Adapt to api change
1989
1990 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
1991
1992         * thumbnailer/Makefile.am:
1993
1994         Fix distcheck
1995
1996 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
1997
1998         * NEWS:
1999         * configure.ac:
2000
2001         Release 0.3.0
2002
2003         * data/evince-ui.xml:
2004
2005         Hide presentation mode for now
2006
2007         * shell/ev-view.c: (highlight_find_results):
2008
2009         Show current find selection only on current page
2010
2011 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
2012
2013         * shell/ev-view.c: (ev_view_select_all):
2014
2015         Compute size of the actual page, not of
2016         the current one.
2017
2018 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
2019
2020         * shell/ev-view.c: (clear_selection), (ev_view_finalize),
2021         (view_rect_to_doc_rect), (compute_selections),
2022         (ev_view_bin_expose), (ev_view_select_all), (get_selected_text),
2023         (ev_view_copy), (ev_view_primary_get_cb),
2024         (ev_view_primary_clear_cb), (ev_view_update_primary_selection),
2025         (ev_view_button_press_event), (ev_view_motion_notify_event),
2026         (ev_view_button_release_event), (page_changed_cb):
2027
2028         Fix text selection
2029
2030 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
2031
2032         * shell/ev-view.c: (compute_border), (get_page_extents),
2033         (doc_rect_to_view_rect), (highlight_find_results),
2034         (ev_view_bin_expose), (ev_view_select_all),
2035         (ev_view_motion_notify_event), (update_find_status_message),
2036         (jump_to_find_result), (jump_to_find_page):
2037
2038         First go at fixing search, still buggy
2039
2040 2005-05-04  Kristian Høgsberg  <krh@redhat.com>
2041
2042         * shell/ev-sidebar.c (ev_sidebar_init): Remove frame around
2043         dropdown box and button at the top of the sidebar.
2044
2045 2005-05-02  James Bowes  <bowes@cs.dal.ca>
2046
2047         * configure.ac: Output zoom-control Makefile.
2048         * cut-n-paste/Makefile.am: build zoom-control subdir.
2049         * cut-n-paste/zoom-control/ephy-zoom-action.c:
2050         * cut-n-paste/zoom-control/ephy-zoom-action.h:
2051         * cut-n-paste/zoom-control/ephy-zoom-control.c:
2052         * cut-n-paste/zoom-control/ephy-zoom-control.h:
2053         * cut-n-paste/zoom-control/ephy-zoom.c:
2054         * cut-n-paste/zoom-control/ephy-zoom.h: New files imported
2055         from epiphany, and modified to add a separator into the menu.
2056         * cut-n-paste/zoom-control/Makefile.am: Build zoom-control.
2057         * data/evince-ui.xml: Replace old zoom toolbar actions with new
2058         zoom-control action.
2059         * shell/Makefile.am: Include zoom-control flags.
2060         * shell/ev-view.c: (ev_view_set_zoom), (ev_view_get_zoom),
2061         (ev_view_get_sizing_mode), (ev_view_zoom_in), (ev_view_zoom_out),
2062         (ev_view_zoom_for_size_presentation),
2063         (ev_view_zoom_for_size_continuous_and_dual_page),
2064         (ev_view_zoom_for_size_continuous),
2065         (ev_view_zoom_for_size_dual_page),
2066         (ev_view_zoom_for_size_single_page), (ev_view_zoom_normal): 
2067         s/ev_view_zoom/ev_view_set_zoom/ and make public, add 
2068         ev_view_get_zoom and ev_view_get_sizing_mode.
2069         * shell/ev-view.h:
2070         * shell/ev-window.c: (update_action_sensitivity),
2071         (update_sizing_buttons), (zoom_control_changed_cb),
2072         (register_custom_actions): Initialize and use the zoom-control 
2073         widget.
2074
2075 Sun May  1 00:46:47 2005  Jonathan Blandford  <jrb@redhat.com>
2076
2077         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init): Change the
2078         preview cache back to 1.  Don't know when it got set to 0.
2079         
2080         * shell/ev-view.c: (compute_border), (ev_view_realize),
2081         (draw_one_page), (ev_view_set_property), (ev_view_get_property),
2082         (ev_view_class_init), (ev_view_init), (ev_view_set_fullscreen),
2083         (ev_view_get_fullscreen), (ev_view_set_presentation),
2084         (ev_view_get_presentation), (ev_view_set_sizing_mode),
2085         (ev_view_zoom_for_size_presentation), (ev_view_set_zoom_for_size):
2086         * shell/ev-view.h:
2087         * shell/ev-window.c:
2088         (update_chrome_visibility),
2089         (ev_window_cmd_continuous), (ev_window_cmd_dual),
2090         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
2091         (update_document_mode), (ev_window_update_fullscreen_action),
2092         (ev_window_fullscreen), (ev_window_unfullscreen),
2093         (ev_window_cmd_view_fullscreen),
2094         (ev_window_update_presentation_action),
2095         (ev_window_run_presentation), (ev_window_stop_presentation),
2096         (ev_window_cmd_view_presentation), (ev_window_state_event),
2097         (ev_window_focus_in_event), (ev_window_focus_out_event),
2098         (ev_window_cmd_escape), (ev_window_sidebar_visibility_changed_cb):
2099         * data/evince-ui.xml: Initial presentation mode.  We should
2100         probably hide this until it's done, as it's quite rough.  Also,
2101         change full-screen to fullscreen and add two getters to EvView.
2102
2103 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
2104
2105         * shell/ev-page-action.c: (update_page_cache),
2106         (ev_page_action_dispose):
2107         * shell/ev-window.c: (destroy_fullscreen_popup),
2108         (ev_window_create_fullscreen_popup):
2109
2110         Use connect_object rather than explicitly
2111         disconnect on dispose.
2112
2113 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
2114
2115         * shell/ev-page-action.c: (update_page_cache),
2116         (ev_page_action_dispose):
2117
2118 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2119
2120         * backend/ev-page-cache.c: (_ev_page_cache_new),
2121         (ev_page_cache_set_page_label),
2122         (ev_page_cache_has_nonnumeric_page_labels):
2123         * backend/ev-page-cache.h:
2124         * shell/ev-page-action.c: (update_pages_label):
2125         
2126         If all page labels are numeric, fallback to default
2127         way to display number of pages. See bug 173185.
2128
2129 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2130
2131         * shell/ev-page-action.c: (ev_page_action_dispose):
2132         * shell/ev-view.c: (view_update_range_and_current_page):
2133         * shell/ev-window.c: (ev_window_dispose):
2134         
2135         Set page on scroll in continuous mode. Fixes bug 301986.
2136         Also cleanup callbacks on destroy of EvWindow and EvPageAction.
2137
2138 2005-04-26  Marco Pesenti Gritti <mpg@redhat.com>
2139
2140         * configure.ac:
2141
2142         Require poppler 0.3.0
2143
2144 2005-04-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
2145         
2146         * shell/Makefile.am, configure.ac: Fix build problems
2147         with t1lib. Bug 301996.
2148
2149 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2150
2151         * shell/ev-view.c: (ev_view_scroll_event):
2152         
2153         Scroll up increase zoom
2154
2155 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2156
2157         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init),
2158         (ev_view_set_sizing_mode),
2159         (ev_view_zoom_for_size_continuous_and_dual_page),
2160         (ev_view_zoom_for_size_continuous):
2161         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
2162         (ev_window_cmd_view_page_width), (ev_window_cmd_view_zoom_in),
2163         (ev_window_cmd_view_zoom_out), (ev_window_sizing_mode_changed_cb),
2164         (ev_window_init):
2165
2166         Control + Scroll does zooming, Shift + Scroll scrolls horizontally
2167         Fix for 165473 and 165472.
2168
2169 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2170
2171         * po/POTFILES.in:
2172         * thumbnailer/Makefile.am:
2173         * thumbnailer/evince-thumbnailer-djvu.schemas.in:
2174         * thumbnailer/evince-thumbnailer-dvi.schemas.in:
2175         * thumbnailer/evince-thumbnailer.schemas.in:
2176         
2177         Make thumbnailer schemas translatable. Fix for bug 301773
2178         
2179         * thumbnailer/evince-thumbnailer-djvu.schemas:
2180         * thumbnailer/evince-thumbnailer-dvi.schemas:
2181         * thumbnailer/evince-thumbnailer.schemas:
2182
2183         Removed files
2184
2185 Sun Apr 24 01:37:39 2005  Jonathan Blandford  <jrb@redhat.com>
2186
2187         * shell/ev-view.c (ev_view_init): forgot to set this.
2188
2189 Sun Apr 24 01:07:27 2005  Jonathan Blandford  <jrb@redhat.com>
2190
2191         * shell/ev-view.c: (find_page_at_location),
2192         (get_link_at_location),
2193         (ev_view_set_show_border), (ev_view_set_spacing),
2194         (ev_view_zoom_for_size_continuous_and_dual_page),
2195         (ev_view_zoom_for_size_continuous): Fix links for dual/continuous.
2196         Also, add a quick fix measuring of widths.  Also, removed
2197         ev_view_set_spacing and ev_view_set_show_border.
2198         
2199         * shell/ev-window.c: (ev_window_unfullscreen),
2200         (ev_window_cmd_view_fullscreen): Don't adjust the border/spacing.
2201
2202 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2203
2204         * shell/ev-view.c: (view_update_range_and_current_page),
2205         (page_changed_cb):
2206         
2207         Fix crash on exit and scrolling to page in continuous view.
2208
2209 Sat Apr 23 13:13:04 2005  Jonathan Blandford  <jrb@redhat.com>
2210
2211         * TODO:
2212         * backend/ev-page-cache.c: (_ev_page_cache_new),
2213         (ev_page_cache_get_max_width_size),
2214         (ev_page_cache_get_max_height_size):
2215         * backend/ev-page-cache.h:
2216         * data/evince-ui.xml:
2217         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init):
2218         * shell/ev-view.c: (view_update_adjustments),
2219         (view_update_range_and_current_page), (get_bounding_box_size),
2220         (ev_view_size_request_continuous_and_dual_page),
2221         (ev_view_size_request_continuous),
2222         (ev_view_size_request_dual_page),
2223         (ev_view_size_request_single_page), (ev_view_size_request),
2224         (ev_view_size_allocate), (get_page_extents), (draw_one_page),
2225         (ev_view_bin_expose), (ev_view_expose_event),
2226         (ev_view_set_property), (ev_view_get_property),
2227         (ev_view_class_init), (ev_view_init), (ev_view_new),
2228         (page_changed_cb), (ev_view_zoom), (ev_view_set_continuous),
2229         (ev_view_set_dual_page), (ev_view_set_full_screen),
2230         (ev_view_set_presentation), (ev_view_set_sizing_mode),
2231         (ev_view_can_zoom_in), (ev_view_can_zoom_out), (ev_view_zoom_in),
2232         (ev_view_zoom_out), (zoom_for_size_fit_width),
2233         (zoom_for_size_best_fit),
2234         (ev_view_zoom_for_size_continuous_and_dual_page),
2235         (ev_view_zoom_for_size_continuous),
2236         (ev_view_zoom_for_size_dual_page),
2237         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
2238         (ev_view_show_cursor), (ev_sizing_mode_get_type):
2239         * shell/ev-view.h:
2240         * shell/ev-window.c: (update_action_sensitivity),
2241         (ev_window_cmd_continuous), (ev_window_cmd_dual),
2242         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
2243         (update_sizing_buttons), (ev_window_cmd_view_zoom_in),
2244         (ev_window_cmd_view_zoom_out), (update_view_size),
2245         (ev_window_set_sizing_mode), (ev_window_init):
2246
2247         Add Continuous and Dual page modes.
2248
2249 2005-04-23  James Bowes  <bowes@cs.dal.ca>
2250
2251         * dvi/dvi-document.c: (dvi_document_load),
2252         (dvi_document_thumbnails_get_thumbnail),
2253         (dvi_document_init_params): Fix up some mixups between
2254         width and height to correct thumbnail rendering.
2255
2256 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2257
2258         * dvi/mdvi-lib/private.h:
2259         * dvi/mdvi-lib/setup.c: (mdvi_init_kpathsea):
2260         
2261         Suppess output for kpathsea during font generation. Thanks to
2262         James Bowes
2263
2264 Fri Apr 22 19:57:46 2005  Jonathan Blandford  <jrb@redhat.com>
2265
2266         * NEWS:
2267         * configure.ac:
2268
2269         Release 0.2.1
2270
2271         * Makefile.am: fix distcheck.
2272
2273 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2274
2275         * shell/ev-sidebar-links.c: (selection_changed_callback),
2276         (update_page_callback), (row_activated_callback),
2277         (job_finished_callback), (ev_sidebar_links_set_document):
2278         
2279         Fix for bug #169901. Double click on links expands tree.
2280
2281 2005-03-14  Bryan Clark  <clarkbw@cvs.gnome.org>
2282
2283         * shell/ev-window.c (ev_window_init): Removed fullscreen toolbar
2284         hard-coded style. Fix for bug 170111
2285
2286 2005-04-22  Kristian Høgsberg  <krh@redhat.com>
2287
2288         * shell/ev-view.c (highlight_find_results): Remove unnecessary
2289         locking.
2290
2291 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
2292
2293         * thumbnailer/evince-thumbnailer.schemas: real fix for bug 172496
2294
2295 2005-04-22  Marco Pesenti Gritti  <mpg@redhat.com>
2296
2297         * pdf/ev-poppler.cc:
2298         * shell/ev-view.c: (highlight_find_results):
2299
2300         Fix find on single page documents
2301
2302 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
2303
2304         * data/evince.schemas.in: fix for bug 301390
2305
2306 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
2307
2308         * shell/ev-view.c: (ev_view_can_zoom_in), (ev_view_can_zoom_out),
2309         (ev_view_zoom_out), (ev_view_zoom_normal):
2310         * shell/ev-view.h:
2311         * shell/ev-window.c: (update_action_sensitivity),
2312         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
2313         (ev_window_cmd_view_zoom_in), (ev_window_cmd_view_zoom_out),
2314         (ev_window_cmd_view_normal_size):
2315
2316         Fix normal size zoom. Make zoom in/zoom out unsensitive when
2317         they are behyond the limits. Tweak MAX_ZOOM to 6, sucks but
2318         better than oom. 
2319
2320 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
2321
2322         * configure.ac:
2323
2324         Depend on 2.57, 2.59 doesnt seem to be necessary
2325
2326 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
2327
2328         * shell/ev-page-action.c: (update_pages_label), (page_changed_cb),
2329         (create_tool_item):
2330
2331         Put back total number of pages as (1 of 1234)
2332
2333 Thu Apr 21 23:37:52 2005  Jonathan Blandford  <jrb@redhat.com>
2334
2335         * shell/ev-pixbuf-cache.c (dispose_cache_job_info): actually
2336         remove the job.
2337
2338         * backend/ev-document.h: Remove EV_DOC_MUTEX in favor of a locking
2339         function.  This helps debugging.
2340
2341 2005-04-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2342
2343         * djvu/djvu-document.c: (djvu_document_class_init),
2344         (djvu_document_get_info), (djvu_document_document_iface_init):
2345         * dvi/dvi-document.c: (dvi_document_class_init),
2346         (dvi_document_get_info), (dvi_document_document_iface_init):
2347
2348        Dummy implementation of get_info method for dvi and djvu. Fix
2349        crashes with those backends
2350
2351 2005-04-20  Marco Pesenti Gritti <mpg@redhat.com>
2352
2353         * data/evince.desktop.in:
2354
2355         Add application/x-gzpostscript
2356
2357 2005-04-20  Bryan Clark  <clarkbw@cvs.gnome.org>
2358
2359         * data/evince.schemas.in: Added real long descriptions, 
2360         closes bug 172496 
2361
2362         * README: Added actual text, closes bug 171869
2363
2364 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
2365
2366         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
2367
2368         Thumbnail page 0
2369
2370 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
2371
2372         * backend/ev-document-info.h:
2373
2374         s/GDate */GDate so we can just use g_free
2375
2376 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
2377
2378         * shell/ev-window.c: (update_document_mode),
2379         (ev_window_setup_document):
2380
2381         Show the window in fullscreen when specified by
2382         the document
2383
2384 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
2385
2386         * backend/ev-document.c: (ev_document_class_init),
2387         (ev_document_get_info), (ev_document_render_pixbuf):
2388         * backend/ev-document.h:
2389         * backend/ev-page-cache.c: (_ev_page_cache_new):
2390         * pdf/ev-poppler.cc:
2391         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
2392         (pixbuf_document_get_info), (pixbuf_document_document_iface_init):
2393         * ps/ps-document.c: (ps_document_class_init), (document_load),
2394         (ps_document_get_info), (ps_document_document_iface_init):
2395
2396         Remove get_title from the interface, we can just use document info
2397
2398 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
2399
2400         * backend/Makefile.am:
2401         * backend/ev-document.c: (ev_document_render_get_info):
2402         * backend/ev-document.h:
2403         * pdf/ev-poppler.cc:
2404
2405         Initial support for document info. Based on jrb patch.
2406
2407 2005-04-19  Paolo Borelli <pborelli@katamail.com>
2408
2409         * shell/ev-window.c: (ev_window_state_event),
2410         (ev_window_class_init), (ev_window_init):
2411         
2412         Doesn't show resize grip when maximized. See bug #301053
2413
2414 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2415
2416         * po/POTFILES.in:
2417         
2418         ev-sidebar-thumbnails now has translatable labels
2419         
2420         * shell/Makefile.am:
2421         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document),
2422         (ev_sidebar_links_support_document), (ev_sidebar_links_get_label),
2423         (ev_sidebar_links_page_iface_init):
2424         * shell/ev-sidebar-links.h:
2425         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
2426         (ev_sidebar_page_support_document), (ev_sidebar_page_set_document),
2427         (ev_sidebar_page_get_label):
2428         * shell/ev-sidebar-page.h:
2429         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_new),
2430         (ev_sidebar_thumbnails_set_document),
2431         (ev_sidebar_thumbnails_support_document),
2432         (ev_sidebar_thumbnails_get_label),
2433         (ev_sidebar_thumbnails_page_iface_init):
2434         * shell/ev-sidebar-thumbnails.h:
2435         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
2436         (ev_sidebar_set_document):
2437         * shell/ev-sidebar.h:
2438         * shell/ev-window.c: (ev_window_setup_document), (ev_window_init):
2439         
2440         Small rework of sidebar code. Now sidebar pages should implement
2441         EvSidebarPage interface. That makes page management in EvSidebar
2442         easier. See bug #164811 for details
2443
2444 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2445
2446         * shell/ev-application.c: (ev_application_open):
2447         * shell/ev-document-types.c:
2448         
2449         Fix build error and small problem with application exit
2450
2451 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2452
2453         * thumbnailer/Makefile.am:
2454         * thumbnailer/evince-thumbnailer-djvu.schemas:
2455         * thumbnailer/evince-thumbnailer-dvi.schemas:
2456         
2457         Conditionally install schemas for djvu/dvi thumbnailer
2458
2459 2005-04-18  David Malcolm  <dmalcolm@redhat.com>
2460
2461         * shell/ev-document-types.h: 
2462         * shell/ev-document-types.c: 
2463         New files, handling the mapping from mimetypes to backends
2464         
2465         * shell/ev-window.c: 
2466         * thumbnailer/evince-thumbnailer.c:     
2467         Use the ev-document-types code
2468         
2469         * shell/Makefile.am: 
2470         Added new convenience library libevbackendfactory_la, containing
2471         the new mimetype->backend logic; moved the backends into it.
2472
2473         * thumbnailer/Makefile.am:
2474         Make the thumbnailer link with the libevbackend.la convenience
2475         library, rather than having a duplicate of the backend logic here.
2476
2477 2005-04-18  Paolo Borelli  <pborelli@katamail.com>
2478
2479         * shell/ev-stock-icons.c: constify some vars.
2480         * shell/ev-window.c: ditto.
2481
2482 2005-04-18  Marco Pesenti Gritti  <mpg@redhat.com>
2483
2484         * ps/ps-document.c (get_page_orientation):
2485
2486         Respect document orientation 
2487
2488 2005-04-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2489
2490         * djvu/Makefile.am:
2491         * dvi/Makefile.am:
2492         * shell/Makefile.am:
2493         
2494         Move library dependencies to components.
2495         
2496         * shell/ev-window.c: (update_window_title),
2497         (start_loading_document):
2498         
2499         Fix display of uris with spaces. Bug 168358.
2500
2501 Sat Apr 16 18:53:47 2005  Jonathan Blandford  <jrb@redhat.com>
2502
2503         * shell/ev-sidebar-links.c: (selection_changed_cb):
2504         * shell/ev-view.c: (ev_view_finalize), (go_to_link),
2505         (ev_view_button_release_event), (ev_view_set_document):
2506         * shell/ev-view.h:
2507         * shell/ev-window.c: (find_bar_search_changed_cb):
2508         * shell/ev-window.h: Minor cleanups removing some dead code.
2509
2510 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2511
2512         * backend/ev-page-cache.c: (_ev_page_cache_new):
2513         
2514         Set current page to 0 if document has pages.
2515
2516 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
2517
2518         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
2519
2520         Initialize GError to NULL, fix a crash when loading fails.
2521
2522 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
2523
2524         * shell/ev-window.c: (update_view_size):
2525
2526         Calculate shadow size only when there is actually
2527         a shadow.
2528
2529 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
2530
2531         * shell/ev-view.c: (ev_view_set_spacing), (ev_view_init):
2532         * shell/ev-view.h:
2533
2534         Allow setting view spacing, default to 0
2535
2536         * shell/ev-window.c: (ev_window_unfullscreen),
2537         (ev_window_cmd_view_fullscreen), (ev_window_init):
2538
2539         Remove spacing in fullscreen mode
2540
2541 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
2542
2543         * shell/ev-view.c: (compute_border), (compute_zoom_factor),
2544         (ev_view_size_request), (expose_bin_window),
2545         (ev_view_set_show_border), (ev_view_init), (page_changed_cb):
2546         * shell/ev-view.h:
2547         * shell/ev-window.c: (ev_window_unfullscreen),
2548         (ev_window_cmd_view_fullscreen):
2549
2550         Do not draw the border in fulscreen
2551
2552 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
2553
2554         * shell/ev-view.c: (ev_view_get_offsets), (compute_zoom_factor),
2555         (ev_view_size_request), (expose_bin_window), (ev_view_select_all),
2556         (find_page_at_location), (page_changed_cb):
2557
2558         Rework border calculation, so that I can more easily disable it.
2559         Code somewhat cleaner too.
2560
2561 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
2562
2563         * backend/ev-page-cache.c: (ev_page_cache_init),
2564         (_ev_page_cache_new):
2565
2566         Remove some assertions, documents can have 0 pages.
2567         Make initial current page -1.
2568
2569         * shell/ev-page-action.c: (page_changed_cb):
2570
2571         Show "" if current page is -1
2572
2573         * shell/ev-window.c: (update_action_sensitivity),
2574         (ev_window_setup_document):
2575
2576         When document has 0 pages do not set the view
2577         and make nearly everything insensitive.
2578
2579 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2580
2581         * shell/ev-page-view.c:
2582         * shell/ev-page-view.h:
2583
2584         Remove unused files.
2585         
2586         * shell/ev-sidebar-thumbnails.c:
2587         (ev_sidebar_thumbnails_set_document):
2588         * shell/ev-sidebar.c: (ev_sidebar_set_document),
2589         (ev_sidebar_supports_document):
2590         * shell/ev-sidebar.h:
2591         * shell/ev-window.c: (ev_window_setup_document):
2592         
2593         Doesn't show thumbnails if document has 1 page. Make
2594         sidebar menu entries sensitive only if if they have 
2595         sense. Fix bug 164811. 
2596
2597 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
2598
2599         * shell/ev-view.c: (compute_zoom_factor), (ev_view_size_request),
2600         (page_changed_cb), (ev_view_zoom), (ev_view_zoom_in),
2601         (ev_view_zoom_out), (ev_view_set_size):
2602
2603         Rework sizing to deal with documents with not uniform page
2604         size.
2605
2606 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
2607
2608         * backend/ev-page-cache.c: (_ev_page_cache_new):
2609
2610         Fix several page size caching bugs
2611
2612 2005-04-15  Luca Ferretti <elle.uca@libero.it>
2613
2614         * shell/ev-window.c: (set_action_properties):
2615
2616         Make all toolbar items translatable
2617
2618 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
2619
2620         * ps/ps-document.c: (ps_document_init), (ps_document_get_type),
2621         (save_page_list), (ps_document_save),
2622         (ps_document_document_iface_init), (ps_document_ps_export_begin),
2623         (ps_document_ps_export_do_page), (ps_document_ps_export_end),
2624         (ps_document_ps_exporter_iface_init):
2625         * ps/ps-document.h:
2626
2627         Based on a patch by J�rg Billeter <j@bitron.ch>
2628         
2629         Implement print and save a copy for the ps backend.
2630
2631 2005-04-14   Marco Pesenti Gritti <mpg@redhat.com>
2632
2633         * backend/ev-document.h:
2634         * djvu/djvu-document.c: (djvu_document_can_get_text),
2635         (djvu_document_document_iface_init):
2636         * dvi/dvi-document.c: (dvi_document_can_get_text),
2637         (dvi_document_document_iface_init):
2638         * pdf/ev-poppler.cc:
2639         * pixbuf/pixbuf-document.c: (pixbuf_document_can_get_text),
2640         (pixbuf_document_document_iface_init):
2641         * ps/ps-document.c: (ps_document_can_get_text),
2642         (ps_document_document_iface_init):
2643         * shell/ev-view.c: (ev_view_copy), (ev_view_primary_get_cb):
2644         * shell/ev-window.c: (update_action_sensitivity):
2645
2646         Fix the crash when trying to copy in backends that doesnt
2647         support it. We can implement a better solution once we
2648         do real text selection.
2649
2650 2005-04-12  Marco Pesenti Gritti <mpg@redhat.com>
2651
2652         * data/evince-ui.xml:
2653         * shell/ev-window.c: (ev_window_cmd_escape):
2654         
2655         Work around the Escape conflict (find bar and unfullscreen)
2656
2657 2005-04-12  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
2658
2659         * backend/ev-page-cache.c: (ev_page_cache_next_page):
2660         
2661         Fix for #300233. Next page correctly handles document end.
2662         
2663         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
2664         (ev_sidebar_thumbnails_class_init),
2665         (ev_sidebar_thumbnails_set_document),
2666         (ev_sidebar_thumbnails_clear_job),
2667         (ev_sidebar_thumbnails_clear_model):
2668         
2669         Cleanup thumbnail jobs on document changes.
2670         
2671         * shell/ev-view.c: (add_scroll_binding_keypad),
2672         (add_scroll_binding_shifted), (ev_view_class_init):
2673         
2674         Shift + Space scrolls up. Fix for #173184
2675         
2676         * shell/ev-window.c: (ev_window_open_page),
2677         (ev_window_cmd_view_reload):
2678         
2679         Fix reload (Bug #300094)
2680
2681 2005-04-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2682
2683         
2684         * dvi/mdvi-lib/assoc.c:
2685         * dvi/mdvi-lib/assoc.h: Removed garbage files
2686         
2687         * dvi/mdvi-lib/bitmap.c:
2688         * dvi/mdvi-lib/color.c: (mdvi_set_color), (mdvi_push_color),
2689         (mdvi_pop_color), (mdvi_reset_color), (get_color_table):
2690         * dvi/mdvi-lib/color.h: Antialias of rules
2691         
2692         * dvi/mdvi-lib/common.h:
2693         * dvi/mdvi-lib/dviread.c: (mdvi_configure), (mdvi_init_context),
2694         (mdvi_destroy_context), (draw_shrink_rule), (draw_box), (set_rule):
2695         * dvi/mdvi-lib/files.c:
2696         * dvi/mdvi-lib/fontmap.c: (ps_init_default_paths):
2697         * dvi/mdvi-lib/mdvi.h:
2698         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
2699         * dvi/mdvi-lib/tfmfile.c: (ofm_load_file):
2700         * dvi/mdvi-lib/util.c: Fix compile warnings
2701         
2702         * dvi/dvi-document.c:
2703         (dvi_document_load), (dvi_document_thumbnails_get_dimensions),
2704         (dvi_document_thumbnails_get_thumbnail),
2705         (dvi_document_document_thumbnails_iface_init):
2706         * dvi/mdvi-lib/Makefile.am:
2707         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
2708         (dvi_pixbuf_set_color), (mdvi_pixbuf_device_render):
2709         
2710         Dvi backend now renders thumbnails
2711
2712 2005-04-09  Christian Persch  <chpe@cvs.gnome.org>
2713
2714         * shell/main.c: (main): 
2715         
2716         Save accelerators on exit. Fixes bug #172095.
2717
2718 Sat Apr  9 01:05:09 2005  Jonathan Blandford  <jrb@redhat.com>
2719
2720         * shell/ev-pixbuf-cache.c (move_one_job): Actually fix the "FIXME:
2721         update priority" comment.
2722
2723         * backend/ev-job-queue.c: Give a way to change priority.
2724
2725 Sat Apr  9 00:05:36 2005  Jonathan Blandford  <jrb@redhat.com>
2726
2727         * shell/ev-page-action.c: Fix logic.
2728
2729 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
2730
2731         * shell/ev-view.c: (ev_view_can_find_next):
2732         * shell/ev-window.c: (ev_window_setup_document):
2733
2734         Check that the document supports find
2735
2736 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
2737
2738         * data/evince-ui.xml:
2739         * shell/ev-view.c: (ev_view_can_find_next):
2740         * shell/ev-view.h:
2741         * shell/ev-window.c: (update_action_sensitivity),
2742         (find_changed_cb), (ev_window_setup_document),
2743         (ev_window_cmd_edit_find_next):
2744
2745         Add Edit->Find Next
2746
2747 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
2748
2749         * pdf/ev-poppler.cc:
2750         * shell/ev-print-job.c: (idle_print_handler):
2751
2752         Make printing work again
2753
2754 Fri Apr  8 01:12:24 2005  Jonathan Blandford  <jrb@redhat.com>
2755
2756         * shell/ev-page-action.h:
2757         * shell/ev-page-action.c: (ev_page_action_widget_init),
2758         (ev_page_action_widget_class_init), (page_changed_cb),
2759         (create_tool_item), (update_page_cache), (build_new_tree_cb),
2760         (get_filter_model_from_model), (match_selected_cb),
2761         (display_completion_text), (match_completion), (update_model),
2762         (connect_proxy), (ev_page_action_set_property),
2763         (ev_page_action_get_property), (ev_page_action_set_document),
2764         (ev_page_action_set_model), (ev_page_action_class_init): Big
2765         reworking to make completions work iff we have >= GTK-2.7.0
2766                 
2767         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_property),
2768         (ev_sidebar_links_get_property), (ev_sidebar_links_class_init),
2769         (job_finished_cb): We now have a 'model' property that is set when
2770         the links are loaded.  This can be caught with "notify::model"
2771
2772         * shell/ev-window.c: (sidebar_widget_model_set), (ev_window_init):
2773         listen for the model to be set, and propagate it to the action.
2774
2775 2005-04-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2776
2777         * cut-n-paste/recent-files/egg-recent-item.c:
2778         (egg_recent_item_set_uri), (make_valid_utf8),
2779         (egg_recent_item_set_mime_type), (egg_recent_item_get_mime_type):
2780         * cut-n-paste/recent-files/egg-recent-item.h:
2781         
2782         Update egg-recent from libegg. This should fix long
2783         startup problem. For details see
2784         http://bugzilla.gnome.org/show_bug.cgi?id=160531
2785
2786 2005-04-07  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
2787
2788         * cut-n-paste/recent-files/Makefile.am:
2789         * data/evince-ui.xml, shell/Makefile.am:
2790         * shell/ev-application.c, shell/ev-application.h:
2791         * shell/ev-window.c: Recent files support.
2792         
2793         * configure.ac: Added "ru" to ALL_LINGUAS.
2794         
2795         * dvju: new backend to support DJVU files.
2796         * dvi: new backend to support DVI.
2797
2798         * configure.ac, Makefile.am, shell/Makefile.am, ev-window.c:
2799         * ev-application.c: Support for new backends.
2800         
2801         * help, ev-window.c, main.c shell/Makefile.am: 
2802         Evince user documentation.
2803
2804 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
2805
2806         * po/POTFILES.in:
2807         * shell/ev-window.c:
2808         * thumbnailer/evince-thumbnailer.c:
2809
2810         s/pdf-document/ev-poppler
2811
2812 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
2813
2814         * NEWS:
2815         * configure.ac:
2816
2817         Release 0.2.0
2818
2819         * ps/ps-document.c: (setup_pixmap):
2820
2821         Remove debug code
2822
2823 2005-04-05  Kristian Høgsberg  <krh@redhat.com>
2824
2825         * backend/ev-page-cache.c (ev_page_cache_next_page): 
2826         * shell/ev-window.c (ev_window_cmd_go_next_page) 
2827         (ev_window_cmd_go_first_page): Fix of by one errors.
2828
2829 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
2830
2831         * ps/ps-document.c: (get_page_box):
2832
2833         Fix page size calculation
2834
2835 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
2836
2837         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
2838         (ps_document_cleanup), (setup_pixmap), (get_page_box),
2839         (get_page_orientation), (setup_page), (document_load),
2840         (ps_document_get_page_size), (render_pixbuf_idle):
2841         * ps/ps-document.h:
2842
2843         More refactoring to adapt to EvDocument changes
2844
2845 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
2846
2847         * ps/ps-document.c: (start_interpreter):
2848
2849         Actually add alpha args
2850
2851 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
2852
2853         * pdf/ev-poppler.cc:
2854
2855         Make clipboard work again
2856
2857 2005-04-04  Kristian Høgsberg  <krh@redhat.com>
2858
2859         Make searching work again.
2860         
2861         * backend/ev-document.c:
2862         * backend/ev-document.h:
2863         * backend/ev-document-find.c:
2864         * backend/ev-document-find.h: Change EvDocumentIface so we no
2865         longer store the current page or zoom level in the document.  The
2866         consequence is that all calls that operate on the current page now
2867         instead take the page number as an extra argument, and all
2868         coordinates are now doubles in document coordinate system.
2869
2870         * pdf/ev-poppler.cc:
2871         * pixbuf/pixbuf-document.c:
2872         * ps/ps-document.c: Update backends accordingly.
2873
2874 2005-04-04  Marco Pesenti Gritti <marco@gnome.org>
2875
2876         * autogen.sh:
2877
2878         Add required gettext version
2879
2880 Sat Apr  2 18:57:00 2005  Jonathan Blandford  <jrb@redhat.com>
2881
2882         * shell/evwindow.c: Patch from Alberto Mesas <amesas@gmail.com> to
2883         make F1 bring up non-existent help.
2884
2885         * shell/eggfindbar.c: Patch from Christian Persch to sync to
2886         epiphany's find bar, #167477
2887
2888         * shell/ev-view.c (ev_view_jump): Patch from Emil Soleyman-Zomalan
2889         <emil@nishra.com> to add space-bar scrolling, 
2890
2891         * shell/ev-window.c (static GtkActionEntry entries): add default
2892         keybinding for Help (F1)
2893         Fixes #171068
2894
2895         * shell/ev-view.c (ev_view_show_cursor): Fix from Yuval Tanny
2896         changing EV_VIEW_CURSOR_LINK to EV_VIEW_CURSOR_NORMAL resolves bug
2897         170110
2898
2899 2005-04-01  David Malcolm  <dmalcolm@redhat.com>
2900
2901         * Makefile.am: 
2902         * pixbuf/pixbuf-document.c: 
2903
2904         Got pixbuf backend working again
2905
2906 2005-04-01  Steve Murphy  <murf@e-tools.com>
2907
2908         * configure.in: Added "rw" to ALL_LINGUAS.
2909
2910 Fri Apr  1 02:33:41 2005  Jonathan Blandford  <jrb@redhat.com>
2911
2912         * shell/ev-sidebar-links.c (create_loading_model): Fix mismatch in
2913         model types, noticed by Martin Kretzschmar.
2914
2915 2005-04-01  Kristian Høgsberg  <krh@redhat.com>
2916
2917         * pdf/ev-poppler.cc: Implement search based on
2918         poppler_page_find_text().  Currently a bit crude since we remember
2919         all matches from all pages.  Also, we grab the big document lock
2920         when we search since searching changes the underlying stream and
2921         thus conflicts with the rendering thread.
2922         
2923         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
2924         (jump_to_find_page), (ev_view_set_document), (ev_view_find_next),
2925         (ev_view_find_previous): Fix some page indexes to be 0 based,
2926         offset rubber band by view offset,
2927
2928 Fri Apr 01 09:21:12 2005  Pablo Saratxaga  <pablo@mandrakesoft.com>
2929
2930         * configure.ac: Added Walloon (wa) to ALL_LINGUAS.
2931
2932 Fri Apr  1 01:59:39 2005  Jonathan Blandford  <jrb@redhat.com>
2933
2934         * shell/ev-page-action.c: Changed to use page labels now.  Rewrote
2935         completely because I didn't understand GtkActions.  I should
2936         read Marco's code more carefully in the future.
2937
2938         * backend/ev-page-cache.h (ev_page_cache_set_page_label): New
2939         function
2940
2941 2005-03-31  Kristian Høgsberg  <krh@redhat.com>
2942
2943         * pdf/ev-poppler.cc (pdf_document_get_links): Update to work with
2944         PopplerRectangle change from poppler CVS.
2945
2946 Thu Mar 31 13:27:50 2005  Jonathan Blandford  <jrb@redhat.com>
2947
2948         * backend/ev-document.c: (ev_document_get_page_label):
2949         * backend/ev-document.h:
2950         * backend/ev-page-cache.c: (_ev_page_cache_new),
2951         (ev_page_cache_get_page_label):
2952         * backend/ev-page-cache.h:
2953         * pdf/ev-poppler.cc:
2954         * shell/ev-sidebar-links.c: (ev_sidebar_links_construct),
2955         (links_page_num_func):
2956         * shell/ev-sidebar-thumbnails.c:
2957         (ev_sidebar_thumbnails_set_document):
2958         * shell/ev-view.c: (status_message_from_link),
2959         (ev_view_motion_notify_event):
2960         * shell/ev-window.c: (document_supports_sidebar): Add in page
2961         label support.  It's not perfect yet, but it's the first 'feature'
2962         in a while.
2963         Also, fix a bogus comment noticed by crispin. 
2964
2965 Thu Mar 31 01:21:58 2005  Jonathan Blandford  <jrb@redhat.com>
2966
2967         * Makefile.am: Remove pixbuf backend for now
2968
2969         * configure.ac: Require poppler-glib instead of just poppler.
2970
2971         * backend/ev-document-thumbnails.h: Add a comment
2972
2973         * backend/ev-document.h:
2974         * backend/ev-document.c: (ev_document_class_init),
2975         (ev_document_load), (ev_document_get_link),
2976         (ev_document_get_links): Remove 3 methods and add get_links.
2977         Also, made 0 based.
2978
2979         * backend/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
2980         * backend/ev-jobs.h: now EvJobRender can grab the links for a document.
2981
2982         * backend/ev-link.c: (ev_link_set_title),
2983         (ev_link_mapping_free_foreach), (ev_link_mapping_free),
2984         (ev_link_mapping_find):
2985         * backend/ev-link.h: Allow NULL titles.  Also, introduce a mapping link.
2986         
2987         * backend/ev-page-cache.c: (ev_page_cache_init),
2988         (_ev_page_cache_new), (ev_page_cache_set_current_page),
2989         (ev_page_cache_get_size), (ev_page_cache_next_page),
2990         (ev_page_cache_prev_page): Fix to be 0 based.
2991
2992         * pdf/Makefile.am: 
2993         * pdf/ev-poppler.h:
2994         * pdf/ev-poppler.cc: New backend.
2995         
2996         * ps/ps-document.c: (ps_document_init), (ps_document_set_page),
2997         (ps_document_get_page), (ps_document_document_iface_init):
2998
2999         * shell/ev-pixbuf-cache.h:
3000         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
3001         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
3002         (ev_pixbuf_cache_update_range), (copy_job_to_job_info),
3003         (add_job_if_needed), (ev_pixbuf_cache_set_page_range),
3004         (ev_pixbuf_cache_get_pixbuf), (ev_pixbuf_cache_get_link_mapping):
3005         Fix up code to grab a page cache per each doc.  Also, fix to be 0
3006         based.
3007         
3008         * shell/ev-sidebar-thumbnails.c:
3009         (ev_sidebar_tree_selection_changed), (page_changed_cb),
3010         (ev_sidebar_thumbnails_set_document): Fix to be 0 based.
3011
3012         * shell/ev-view.c: (status_message_from_link),
3013         (find_page_at_location), (get_link_at_location),
3014         (ev_view_motion_notify_event), (ev_view_button_release_event),
3015         (ev_view_init): Use the new link code.  Fix to be 0 based.
3016
3017         * shell/ev-window.c: (update_action_sensitivity),
3018         (document_supports_sidebar): 0 based.
3019
3020 Fri Mar 25 16:55:58 2005  Jonathan Blandford  <jrb@redhat.com>
3021
3022         * pdf/pdf-document.cc: Patch from Fernando Herrera
3023         <fherrera@onirica.com> to fix my quick fix to get_thumbnail.
3024         *blush*
3025
3026 Wed Mar 23 23:49:41 2005  Jonathan Blandford  <jrb@redhat.com>
3027
3028         * pdf/pdf-document.cc (pdf_document_thumbnails_get_thumbnail): add
3029         1 to the page, as this seems to be 1 based.  I thought we has this
3030         fixed.  grump.
3031
3032 2005-03-23  Marco Pesenti Gritti <marco@gnome.org>
3033
3034         * TODO:
3035         * backend/Makefile.am:
3036         * backend/ev-document-links.c:
3037         (ev_document_links_has_document_links),
3038         (ev_document_links_get_links_model):
3039         * backend/ev-document-links.h:
3040         * backend/ev-document.c: (ev_document_get_page_cache),
3041         (ev_document_get_doc_mutex), (ev_document_load),
3042         (ev_document_save), (ev_document_get_title),
3043         (ev_document_get_n_pages), (ev_document_set_page),
3044         (ev_document_get_page), (ev_document_set_target),
3045         (ev_document_set_scale), (ev_document_set_page_offset),
3046         (ev_document_get_page_size), (ev_document_get_text),
3047         (ev_document_get_link), (ev_document_render),
3048         (ev_document_render_pixbuf), (ev_document_scale_changed):
3049         * backend/ev-document.h:
3050         * backend/ev-job-queue.c: (remove_object_from_queue),
3051         (notify_finished), (handle_job), (search_for_jobs_unlocked),
3052         (no_jobs_available_unlocked), (ev_render_thread),
3053         (ev_job_queue_init), (find_queue), (ev_job_queue_add_job),
3054         (ev_job_queue_remove_job):
3055         * backend/ev-job-queue.h:
3056         * backend/ev-jobs.c: (ev_job_init), (ev_job_dispose),
3057         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
3058         (ev_job_links_class_init), (ev_job_render_init),
3059         (ev_job_render_dispose), (ev_job_render_class_init),
3060         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
3061         (ev_job_thumbnail_class_init), (ev_job_finished),
3062         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
3063         (ev_job_render_run), (ev_job_thumbnail_new),
3064         (ev_job_thumbnail_run):
3065         * backend/ev-jobs.h:
3066         * backend/ev-link.c:
3067         * backend/ev-link.h:
3068         * backend/ev-page-cache.c: (ev_page_cache_init),
3069         (ev_page_cache_class_init), (ev_page_cache_finalize),
3070         (_ev_page_cache_new), (ev_page_cache_get_n_pages),
3071         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
3072         (ev_page_cache_set_link), (ev_page_cache_get_title),
3073         (ev_page_cache_get_size), (ev_page_cache_next_page),
3074         (ev_page_cache_prev_page):
3075         * backend/ev-page-cache.h:
3076         * pdf/pdf-document.cc:
3077         * ps/gsdefaults.c:
3078         * ps/gsdefaults.h:
3079         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
3080         (push_pixbuf), (interpreter_failed), (ps_document_cleanup),
3081         (ps_document_widget_event), (ps_document_finalize), (get_xdpi),
3082         (get_ydpi), (setup_pixmap), (setup_page), (close_pipe),
3083         (is_interpreter_ready), (output), (catchPipe), (input),
3084         (start_interpreter), (check_filecompressed), (compute_dimensions),
3085         (ps_document_enable_interpreter), (document_load),
3086         (ps_document_next_page), (render_page), (ps_document_set_page),
3087         (ps_document_set_scale), (render_pixbuf_idle),
3088         (ps_document_render_pixbuf), (ps_document_document_iface_init):
3089         * ps/ps-document.h:
3090         * shell/Makefile.am:
3091         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
3092         (ev_pixbuf_cache_class_init), (ev_pixbuf_cache_finalize),
3093         (dispose_cache_job_info), (ev_pixbuf_cache_dispose),
3094         (ev_pixbuf_cache_new), (job_finished_cb),
3095         (check_job_size_and_unref), (move_one_job),
3096         (ev_pixbuf_cache_update_range), (find_job_cache),
3097         (ev_pixbuf_cache_clear_job_sizes), (add_job_if_needed),
3098         (ev_pixbuf_cache_add_jobs_if_needed),
3099         (ev_pixbuf_cache_set_page_range), (ev_pixbuf_cache_get_pixbuf):
3100         * shell/ev-pixbuf-cache.h:
3101         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
3102         (idle_print_handler):
3103         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
3104         (selection_changed_cb), (create_loading_model),
3105         (ev_sidebar_links_construct), (links_page_num_func),
3106         (ev_sidebar_links_clear_document), (update_page_callback_foreach),
3107         (update_page_callback), (job_finished_cb),
3108         (ev_sidebar_links_set_document):
3109         * shell/ev-sidebar-thumbnails.c:
3110         (ev_sidebar_thumbnails_class_init), (adjustment_changed_cb),
3111         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init),
3112         (page_changed_cb), (thumbnail_job_completed_callback),
3113         (ev_sidebar_thumbnails_set_document):
3114         * shell/ev-sidebar-thumbnails.h:
3115         * shell/ev-sidebar.c: (ev_sidebar_set_document):
3116         * shell/ev-view.c: (ev_view_finalize), (ev_view_destroy),
3117         (ev_view_get_offsets), (ev_view_size_request), (ev_view_realize),
3118         (ev_view_unrealize), (highlight_find_results), (expose_bin_window),
3119         (ev_view_select_all), (ev_view_copy), (ev_view_primary_get_cb),
3120         (ev_view_create_invisible_cursor), (ev_view_motion_notify_event),
3121         (ev_view_button_release_event), (ev_view_scroll_view),
3122         (ev_view_class_init), (ev_view_init), (update_find_status_message),
3123         (jump_to_find_result), (jump_to_find_page), (find_changed_cb),
3124         (ev_view_new), (job_finished_cb), (page_changed_cb),
3125         (ev_view_set_document), (go_to_link), (ev_view_zoom),
3126         (size_to_zoom_factor), (ev_view_set_size), (ev_view_find_next),
3127         (ev_view_find_previous):
3128         * shell/ev-view.h:
3129         * shell/ev-window.c: (update_action_sensitivity),
3130         (ev_window_open_page), (update_window_title), (update_total_pages),
3131         (page_changed_cb), (ev_window_setup_document),
3132         (password_dialog_response), (ev_window_cmd_save_as),
3133         (ev_window_print), (ev_window_cmd_go_previous_page),
3134         (ev_window_cmd_go_next_page), (ev_window_cmd_go_first_page),
3135         (ev_window_cmd_go_last_page), (ev_window_cmd_view_reload),
3136         (find_bar_search_changed_cb), (goto_page_cb), (ev_window_init):
3137         * shell/main.c: (main):
3138
3139         Merge evince-threads branch
3140
3141 2005-03-16  Žygimantas Beručka  <uid0@akl.lt>
3142
3143         * configure.ac: Added "lt" to ALL_LINGUAS.
3144
3145 2005-03-14  Marco Pesenti Gritti  <marco@gnome.org>
3146
3147         * NEWS:
3148         * configure.ac:
3149
3150         Release 0.1.9
3151
3152 2005-03-13  Fernando Herrera  <fherrera@onirica.com>
3153
3154         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
3155
3156         Fix here also the thumbnails 1-basedness :)
3157
3158 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
3159
3160         * NEWS:
3161         * configure.ac:
3162
3163         Release 0.1.8
3164
3165 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
3166
3167         * pdf/pdf-document.cc:
3168         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
3169         (do_one_iteration), (ev_sidebar_thumbnails_set_document):
3170
3171         Fix the mess we did with thumbnails and 1-basedness
3172
3173 2005-03-12  Changwoo Ryu  <cwryu@debian.org>
3174
3175         * configure.ac (ALL_LINGUAS): Added "ko" (Korean).
3176
3177 2005-03-09  Marco Pesenti Gritti  <marco@gnome.org>
3178
3179         * NEWS:
3180         * configure.ac:
3181
3182         Release 0.1.7
3183
3184 2005-03-08  Marco Pesenti Gritti  <marco@gnome.org>
3185
3186         * ps/Makefile.am:
3187         * ps/gsdefaults.c: (gtk_gs_defaults_get_interpreter_cmd),
3188         (gtk_gs_defaults_get_alpha_parameters),
3189         (gtk_gs_defaults_get_ungzip_cmd),
3190         (gtk_gs_defaults_get_unbzip2_cmd):
3191         * ps/gsdefaults.h:
3192         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
3193         (ps_document_get_orientation), (document_load),
3194         (ps_document_goto_page), (ps_document_set_page_size):
3195         * ps/ps-document.h:
3196
3197         Some more sanitization of the ps backend. Remove a lot
3198         of unused code and do not base our defaults on ggv
3199         preferences (ugh!)
3200
3201 2005-03-08  Fernando Herrera  <fherrera@onirica.com>
3202
3203         * thumbnailer/evince-thumbnailer.schemas:
3204         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
3205         (main): add -s option for thumbnail size.
3206
3207 2005-03-07  Christian Persch  <chpe@cvs.gnome.org>
3208
3209         * configure.ac:
3210
3211         AC_PROG_RANLIB is rendered obsolete by AC_PROG_LIBTOOL;
3212         remove it.
3213
3214 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
3215
3216         * pdf/pdf-document.cc:
3217
3218         Remove 4 pixels of useless border from the
3219         thumbnail.
3220
3221 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
3222
3223         * backend/ev-document-thumbnails.c:
3224         (ev_document_thumbnails_get_thumbnail):
3225         * backend/ev-document-thumbnails.h:
3226
3227         Rework API a bit. Add a border flag and
3228         change sizing logic (now the size we specify
3229         applies to the bigger dimension).
3230
3231         * pdf/pdf-document.cc:
3232         * pixbuf/pixbuf-document.c:
3233         (pixbuf_document_thumbnails_get_thumbnail):
3234         * shell/ev-sidebar-thumbnails.c: (do_one_iteration):
3235         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
3236
3237         Adapt to the new API and do not draw a border for nautilus
3238         thumbnailer.
3239
3240 2005-03-03  Fernando Herrera  <fherrera@onirica.com>
3241
3242         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
3243         take thumbnails from page "0" instead of "1". Added a copyright header.
3244
3245 2005-03-03  Jens Granseuer  <jensgr@gmx.net>
3246
3247         * ps/ps-document.c: (set_up_page), (start_interpreter):
3248
3249         Make it C89 compliant
3250
3251 2005-03-03  Marco Pesenti Gritti  <marco@gnome.org>
3252
3253         * Makefile.am:
3254         * configure.ac:
3255         * pdf/.cvsignore:
3256         * pdf/pdf-document.cc:
3257         * thumbnailer/Makefile.am:
3258         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
3259         (main):
3260         * thumbnailer/evince-thumbnailer.schemas:
3261         * thumbnailer/pdf-icon.png:
3262
3263         Add a nautilus thumbnailer.
3264         Based on patch by Fernando Herrera <fherrera@onirica.com>.
3265
3266 2005-03-02  Marco Pesenti Gritti  <marco@gnome.org>
3267
3268         * NEWS:
3269         * configure.ac:
3270         * po/POTFILES.in:
3271
3272         Release 0.1.6
3273
3274 2005-03-01  Kristian Høgsberg  <krh@redhat.com>
3275
3276         Use poppler instead of including xpdf source code.  Poppler is a
3277         fork of xpdf to build it as a shared library. See
3278         http://freedesktop.org/wiki/Software/poppler.
3279
3280         * pdf/xpdf/*, pdf/goo/*, pdf/splash/*, pdf/fofi/*: Remove included
3281         xpdf fork.
3282         
3283         * pdf/Makefile.am: Build libpdfdocument.a here.
3284         
3285         * pdf/GDKSplashOutputDev.cc:
3286         * pdf/GDKSplashOutputDev.h:
3287         * pdf/GnomeVFSStream.cc:
3288         * pdf/GnomeVFSStream.h:
3289         * pdf-document.cc:
3290         * pdf-document.h:
3291         * test-gdk-output-dev.cc
3292         * Thumb.cc:
3293         * Thumb.h: Pull these files out of pdf/xpdf and adjust to compile
3294         against poppler.
3295
3296 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
3297
3298         * shell/ev-sidebar-links.c: (ev_sidebar_links_clear_document):
3299
3300         Clear idle stack before unsetting the document
3301
3302 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
3303
3304         * ps/ps-document.c: (ps_document_widget_event),
3305         (ps_document_set_target), (ps_document_finalize),
3306         (ps_document_get_page):
3307
3308         Disconnect the widget event signal on finalize.
3309         Some code cleanups.
3310
3311 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
3312
3313         * ps/ps-document.c: (set_up_page):
3314
3315         If there is no bpixmap create one, even if size
3316         is not changed.
3317
3318 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
3319
3320         * ps/ps-document.c: (ps_document_init), (ps_document_cleanup),
3321         (set_up_page), (document_load), (ps_document_set_zoom):
3322
3323         Default page is 0. Calculate size even when we have no
3324         target yet.
3325
3326 2005-02-28  Carlos Garcia Campos <carlosgc@gnome.org>
3327
3328         * shell/ev-sidebar.c: expand the selection widget to be always as
3329         wide as the sidebar
3330
3331 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
3332
3333         * shell/ev-sidebar-thumbnails.c:
3334         (ev_sidebar_thumbnails_set_document):
3335
3336         Clear the list store when setting document
3337
3338 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
3339
3340         * shell/ev-page-action.c: (update_entry), (sync_entry),
3341         (activate_cb), (entry_size_request_cb), (create_tool_item),
3342         (connect_proxy):
3343
3344         Use an entry for the page control instead of spinbuttons
3345
3346 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
3347
3348         * data/evince.schemas.in:
3349
3350         Correct confusing string
3351
3352 Sun Feb 27 23:00:31 2005  Jonathan Blandford  <jrb@redhat.com>
3353
3354         * shell/ev-sidebar-links.c (do_one_iteration): Handle title links
3355         for real.  Gosh, how long has this been broken.
3356
3357         * pdf/xpdf/pdf-document.cc (build_link_from_action): add back the
3358         check for a NULL link.  We crash otherwise.
3359
3360 2005-02-27  Marco Pesenti Gritti  <marco@gnome.org>
3361
3362         * NEWS:
3363         * configure.ac:
3364
3365         Release 0.1.5
3366
3367 2005-02-25  Sebastien Bacher  <seb128@debian.org>
3368
3369         * configure.ac: add the french translation.
3370
3371 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
3372
3373         * shell/ev-window.c:
3374
3375         Remove unused header -> fix distcheck
3376
3377 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
3378
3379         * shell/ev-window.c: (update_window_title),
3380         (ev_window_popup_password_dialog):
3381
3382         Unescape filename for display
3383
3384 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
3385
3386         * pdf/xpdf/pdf-document.cc:
3387
3388         In get_page_size deal with rotation. Also
3389         cleanup the function a bit.
3390
3391 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
3392
3393         * pdf/xpdf/pdf-document.cc:
3394
3395         Fix crash when opening in new window
3396
3397 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
3398
3399         * configure.ac:
3400
3401         Check ghostscript >= 7
3402
3403 2005-02-25  Pedro Villavicencio <pvillavi@gnome.cl>
3404
3405         * shell/ev-window.c:
3406
3407         Make page width the default sizing mode
3408
3409 2005-02-25  Carlos Garcia Campos <carlosgc@gnome.org>
3410             Marco Pesenti Gritti <marco@gnome.org>
3411
3412         * shell/ev-window.c: Remember the sidebar size
3413
3414         * data/evince.schemas.in: Add a new gconf key to store the size of
3415         the sidebar
3416
3417 2005-02-24  Kai Willadsen  <kaiw@itee.uq.edu.au>
3418
3419         * data/evince-ui.xml:
3420         * shell/ev-window.c: (update_action_sensitivity),
3421         (ev_window_cmd_view_reload):
3422         
3423         Add a "Reload" action and menu entry
3424
3425 Thu Feb 24 23:07:33 2005  Jonathan Blandford  <jrb@redhat.com>
3426
3427         * shell/ev-window.c (hide_sidebar_and_actions): Hide the sidebar
3428         iff the type doesn't support thumbnailing and indexing.
3429
3430 2005-02-24  Martin Kretzschmar  <martink@gnome.org>
3431
3432         * configure.ac (ALL_LINGUAS): Added "zh_TW" (Traditional Chinese).
3433
3434 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
3435
3436         * pdf/splash/Splash.cc:
3437
3438         Port fix for a crasher from kde bug
3439         http://bugs.kde.org/show_bug.cgi?id=97131
3440
3441 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
3442
3443         * pdf/xpdf/pdf-document.cc:
3444
3445         Return a link even if it's of an unrecognized
3446         type. Otherwise we go in an infinte cycle.
3447
3448 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
3449
3450         * shell/ev-window.c: (update_sizing_buttons), (update_view_size),
3451         (size_allocate_cb), (ev_window_set_sizing_mode):
3452
3453         Update size when switching mode
3454
3455 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
3456
3457         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
3458         (ev_window_cmd_view_page_width), (update_sizing_buttons),
3459         (ev_window_cmd_view_normal_size):
3460
3461         Fix size toggle buttons behavior
3462
3463 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
3464
3465         * shell/ev-view.c: (ev_view_get_offsets), (view_rect_to_doc_rect),
3466         (doc_rect_to_view_rect), (ev_view_size_allocate),
3467         (expose_bin_window), (ev_view_select_all), (page_changed_callback),
3468         (scale_changed_callback):
3469
3470         Do not cache offsets in size_allocate.
3471
3472 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
3473
3474         * shell/ev-view.c: (ev_view_size_allocate):
3475
3476         Calculate offsets before calling the parent
3477         class (which does a redraw)
3478
3479 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
3480
3481         * pdf/xpdf/pdf-document.cc:
3482
3483         Fix a crasher on exit. Unused code, put a TODO
3484
3485 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
3486
3487         * backend/ev-document.c: (ev_document_class_init),
3488         (ev_document_page_changed), (ev_document_scale_changed):
3489         * backend/ev-document.h:
3490
3491         Separate page/scale notifications
3492
3493         * pdf/xpdf/pdf-document.cc:
3494
3495         Emit the new signals.
3496         Do not display the pdf page in _render, do it
3497         when scale/page are requested.
3498
3499         * ps/ps-document.c: (ps_document_set_zoom),
3500         (ps_document_widget_event):
3501         * ps/ps-document.h:
3502
3503         Emit the new signals.
3504
3505         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
3506         (ev_view_init), (page_changed_callback), (scale_changed_callback),
3507         (ev_view_set_document), (ev_view_zoom), (ev_view_zoom_in),
3508         (ev_view_zoom_out), (size_to_zoom_factor), (ev_view_set_size):
3509         * shell/ev-view.h:
3510         * shell/ev-window.c: (ev_window_cmd_view_normal_size),
3511         (ev_window_cmd_view_page_width), (size_allocate_cb),
3512         (ev_window_set_sizing_mode):
3513
3514         Rework sizing to be pixel based.
3515         There are bugs but should be already way better.
3516
3517 2005-02-23  Marco Pesenti Gritti  <marco@gnome.org>
3518
3519         * shell/ev-window.c: (ev_window_init):
3520
3521         Do not allow to shrink sidebar smaller then
3522         child requisition
3523
3524 2005-02-23  Carlos Garcia Campos <carlosgc@gnome.org> 
3525
3526         * shell/ev-sidebar.[ch]
3527         * shell/ev-window.c:
3528
3529         Improved sidebar widget. Fixes #166683
3530
3531 2005-02-23  Tommi Vainikainen  <thv@iki.fi>
3532
3533         * shell/ev-view.c (update_find_status_message): Give translators
3534         more flexibility with ngettext plural handling.
3535
3536 Mon Feb 21 17:52:08 2005  Jonathan Blandford  <jrb@redhat.com>
3537
3538         * pdf/xpdf/pdf-document.cc (pdf_document_get_page_size): Patch
3539         from Crispin Flowerday <gnome@flowerday.cx> to avoid rendering the
3540         page when we get the page size.
3541
3542 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
3543
3544         * ps/ps-document.c: (ps_document_set_page), (ps_document_get_page):
3545
3546         ps pages are 0 based, convert 
3547
3548 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
3549
3550         * ps/ps-document.c: (ps_document_class_init), (ps_document_load):
3551
3552         Initialize correct parent class. Set GError on document load
3553
3554 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
3555
3556         * pdf/xpdf/pdf-document.cc:
3557
3558         Fixup selection offset calculation
3559
3560         * shell/ev-view.c: (view_rect_to_doc_rect),
3561         (doc_rect_to_view_rect), (ev_view_size_allocate),
3562         (expose_bin_window), (ev_view_select_all), (ev_view_copy),
3563         (ev_view_primary_get_cb), (ev_view_motion_notify_event):
3564
3565         Store selection as document relative, so that zooming
3566         and offset changing doesnt break it.
3567
3568 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
3569
3570         * shell/ev-view.c: (ev_view_best_fit):
3571
3572         Do not try to best fit if the view is not realized
3573
3574 2005-02-20  Kostas Papadimas <pkst@gnome.org>
3575           
3576         * configure.ac (ALL_LINGUAS): Added "el" (Greek).
3577
3578 Fri Feb 18 16:06:39 2005  Jonathan Blandford  <jrb@redhat.com>
3579
3580         * shell/ev-window.c (ev_window_focus_in_event): missed a case.
3581
3582 Fri Feb 18 15:32:57 2005  Jonathan Blandford  <jrb@redhat.com>
3583
3584         * shell/ev-window.c: Change the fullscreen toolbar to always be in
3585         the popup window.  That prevents it resizing when in full screen
3586         mode.
3587
3588         * shell/ev-view.c: Change Zoom epsilon as a bad hack to avoid
3589         multiple rerenders.  This pretty much sucks.
3590
3591         * data/evince-ui.xml: Change the fullscreen toolbar to include the
3592         rest of the toolbar.
3593
3594 2005-02-18  Tommi Vainikainen  <thv@iki.fi>
3595
3596         * configure.ac (ALL_LINGUAS): Added "fi" (Finnish).
3597
3598 2005-02-17  Alexander Shopov  <ash@contact.bg>
3599
3600         * configure.in (ALL_LINGUAS): Added "bg" (Bulgarian)
3601
3602 2005-02-16  Bryan Clark  <clarkbw@cvs.gnome.org>
3603
3604         * shell/ev-window.c: added ellipsis to Print item. Fixes bug 166915
3605
3606 2005-02-16  Marco Pesenti Gritti  <marco@gnome.org>
3607
3608         * shell/ev-view.c: (ev_view_realize), (highlight_find_results),
3609         (ev_view_create_invisible_cursor), (ev_view_set_cursor),
3610         (set_document_page), (document_changed_callback),
3611         (ev_view_set_document), (ev_view_find_previous),
3612         (ev_view_hide_cursor), (ev_view_show_cursor):
3613         * shell/ev-view.h:
3614         * shell/ev-window.c: (update_chrome_visibility),
3615         (fullscreen_timeout_cb), (fullscreen_set_timeout),
3616         (fullscreen_clear_timeout), (fullscreen_motion_notify_cb),
3617         (fullscreen_leave_notify_cb), (ev_window_fullscreen),
3618         (ev_window_unfullscreen):
3619         * shell/main.c: (main):
3620
3621         Automatically hide the fullscreen button.
3622         Patch by Kristian Høgsberg <krh@redhat.com>
3623
3624 2005-02-16  Vincent Noel  <vnoel@cox.net>
3625
3626         * shell/main.c (main): Specify an icon for the window. Patch by
3627         Jaap A. Haitsma. Fixes #166177.
3628
3629 Wed Feb 16 06:30:13 2005  Jonathan Blandford  <jrb@redhat.com>
3630
3631         * shell/ev-view.c (ev_view_realize): get rid of the black flash.
3632
3633 Tue Feb 15 22:27:13 2005  Jonathan Blandford  <jrb@redhat.com>
3634
3635         * backend/ev-document-misc.h:
3636         * backend/ev-document-misc.c:
3637         (ev_document_misc_get_page_border_size),
3638         (ev_document_misc_paint_one_page): New function to canonicalize
3639         sizing/painting a border.
3640
3641         * shell/Makefile.am: Remove ev-page-view.c entirely as it's not
3642         used.
3643
3644         * pdf/xpdf/pdf-document.cc: use new function
3645
3646         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
3647         (ev_view_init), (ev_view_set_mode), (ev_view_zoom),
3648         (ev_view_best_fit), (ev_view_fit_width): * shell/ev-view.h: *
3649         shell/ev-window.c: (update_sizing_buttons),
3650         (ev_window_setup_document), (ev_window_cmd_view_zoom_in),
3651         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_best_fit),
3652         (ev_window_cmd_view_page_width), (size_allocate_cb),
3653         (ev_window_set_sizing_mode), (ev_window_init): make the "best fit"
3654         and "fit width" values act as toggle buttons so they stay
3655         toggled.  It's not 100% perfect, and it's a little slow, but it's
3656         good enough to commit I think.
3657
3658 2005-02-15  David Lodge  <dave@cirt.net>
3659
3660         * configure.ac (ALL_LINGUAS): Added "en_GB" (English (British)).
3661
3662 2005-02-15  Martin Kretzschmar  <martink@gnome.org>
3663
3664         * shell/ev-window.c (update_window_title): replace newlines in
3665         the title by spaces. Bug #166107.
3666
3667 2005-02-14  Martin Kretzschmar  <martink@gnome.org>
3668
3669         * shell/ev-view.c (ev_view_best_fit, ev_view_fit_width): add
3670         parameters providing allocation width and height without
3671         scrollbars and width of a possible vertical scrollbar. With this
3672         additional information the functions can work as
3673         intended. Unfortunately they're not idempotent. We should
3674         transform these commands to toggles. Fixes Bug #164976
3675         Initial patch by Stephane Loeuillet, then heavily modified.
3676
3677         * shell/ev-view.h: update prototypes.
3678
3679         * shell/ev-window.c (ev_window_cmd_view_best_fit)
3680         (ev_window_cmd_view_page_width): provide EvView fit functions with
3681         all the information they need. Formulas to calculate this
3682         information taken from GtkScrolledWindow.
3683
3684 2005-02-14  Crispin Flowerday  <gnome@flowerday.cx>
3685
3686         * shell/ev-sidebar-thumbnails.c: Ensure that after we have
3687         created a thumbnail, the list store is updated to know
3688         that the thumbnail is set. Fixes bug #166792
3689
3690 2005-02-11  Bryan Clark  <clarkbw@cvs.gnome.org>
3691
3692         * shell/ev-window.c: fixed typo, closes bug 166897
3693
3694         * TODO: updated TODO with bug numbers that are relevant
3695
3696 2005-02-09  Carlos Garcia Campos <carlosgc@gnome.org>
3697
3698         * shell/ev-window.c: Support for DnD of files. Fixes #164813
3699
3700 2005-02-09  Vincent Noel  <vnoel@cox.net>
3701
3702         * shell/ev-window.c: (set_action_properties): Set the "Previous"
3703         and "Next" toolbar buttons as important to make them stand out.
3704
3705 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
3706
3707         * lib/ev-debug.c:
3708         * lib/ev-debug.h:
3709         * ps/ps-document.c: (ps_document_finalize), (set_up_page),
3710         (start_interpreter), (stop_interpreter), (document_load),
3711         (ps_document_next_page), (ps_document_goto_page),
3712         (ps_document_set_page_size), (ps_document_widget_event),
3713         (ps_document_render):
3714         * shell/ev-page-view.c: (ev_page_view_dispose):
3715         * shell/ev-view.c: (ev_view_finalize), (expose_bin_window):
3716
3717         Fix compilation on non-gcc platforms
3718
3719 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
3720
3721         * NEWS:
3722         * configure.ac:
3723
3724         Release 0.1.4
3725
3726         * pdf/xpdf/Catalog.cc:
3727         * pdf/xpdf/XRef.cc:
3728
3729         Fix the fix for CAN-2004-0888
3730
3731 2005-02-09  Luca Ferretti <elle.uca@libero.it>
3732
3733         * data/Makefile.am:
3734         * data/evince-ui.xml:
3735         * shell/ev-stock-icons.c: (ev_stock_icons_init):
3736         * shell/ev-stock-icons.h:
3737         * shell/ev-window.c: (update_action_sensitivity),
3738         (ev_window_cmd_go_previous_page), (ev_window_cmd_go_next_page),
3739         (set_action_properties):
3740
3741         Improve toolbar layout/icons
3742
3743 2005-02-08  Marco Pesenti Gritti  <marco@gnome.org>
3744
3745         * pdf/xpdf/pdf-document.cc:
3746
3747         Add warnings about unimplemented/unknown link
3748         types.
3749
3750 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
3751
3752         * ps/ps-document.c: (set_up_page):
3753
3754         Log gs property
3755
3756 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
3757
3758         * ps/ps-document.c: (start_interpreter):
3759
3760         Log gs env var
3761
3762 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
3763
3764         * shell/ev-page-view.c: (ev_page_view_dispose):
3765         * shell/ev-view.c: (ev_view_finalize):
3766         * shell/ev-window.c: (ev_window_setup_document),
3767         (ev_window_dispose), (ev_window_init):
3768
3769         Solve more refs issues.
3770
3771         I commented out the page_view initialization for now:
3772         it was never destroyed (because it's never added
3773         to a container). Because of that we was leaking
3774         gs processes. Couldnt think to a clean fix.
3775         We need to figure this out, password view has the
3776         same issue probably.
3777
3778 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
3779
3780         * ps/ps-document.c: (ps_document_finalize),
3781         (ps_document_get_n_pages), (ps_document_get_page):
3782
3783         Some cleanups, stop the interpreter on finalize
3784
3785         * shell/ev-page-view.c: (ev_page_view_dispose),
3786         (ev_page_view_class_init):
3787
3788         Release our reference on the document
3789
3790 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
3791
3792         * Makefile.am:
3793         * configure.ac:
3794         * doc/debugging.txt:
3795         * lib/.cvsignore:
3796         * lib/Makefile.am:
3797         * lib/ev-debug.c: (log_module), (trap_handler), (ev_debug_init),
3798         (ev_profiler_new), (ev_should_profile), (ev_profiler_dump),
3799         (ev_profiler_free), (ev_profiler_start), (ev_profiler_stop):
3800         * lib/ev-debug.h:
3801
3802         Add debugging helpers
3803
3804         * ps/Makefile.am:
3805         * ps/ps-document.c: (set_up_page), (start_interpreter),
3806         (stop_interpreter), (document_load), (ps_document_next_page),
3807         (ps_document_goto_page), (ps_document_set_page_size),
3808         (ps_document_widget_event), (ps_document_render):
3809         * shell/Makefile.am:
3810         * shell/ev-view.c: (expose_bin_window):
3811         * shell/main.c: (main):
3812
3813         Add some logs
3814         
3815 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
3816
3817         * ps/ps-document.c: (ps_document_widget_event):
3818
3819         Initialize message_window, this should make ps
3820         rendering really work! (Never noticed because I was
3821         testing with a ps that is causing gs to exit every time!)
3822
3823 2005-02-07  Bryan Clark  <clarkbw@cvs.gnome.org>
3824
3825         * data/evince.schemas.in: updated simple error in applyto closing tag
3826
3827 2005-02-07  Christian Persch  <chpe@cvs.gnome.org>
3828
3829         * Makefile.am:
3830         * configure.ac:
3831         * data/.cvsignore:
3832         * data/Makefile.am:
3833         * data/evince-ui.xml:
3834         A data/evince.schemas.in:
3835         * po/POTFILES.in:
3836         * shell/ev-stock-icons.c: (ev_stock_icons_init):
3837         * shell/ev-stock-icons.h:
3838         * shell/ev-window.c: (update_chrome_visibility),
3839         (update_chrome_flag), (ev_window_cmd_edit_find),
3840         (ev_window_update_fullscreen_popup), (ev_window_fullscreen),
3841         (ev_window_unfullscreen), (ev_window_focus_in_event),
3842         (ev_window_focus_out_event), (ev_window_cmd_leave_fullscreen),
3843         (ev_window_view_toolbar_cb), (ev_window_view_statusbar_cb),
3844         (ev_window_view_sidebar_cb), (find_bar_close_cb),
3845         (ev_window_dispose), (ev_window_class_init),
3846         (set_action_properties), (set_chrome_actions), (load_chrome),
3847         (ev_window_init):
3848
3849         Implement fullscreen mode changes from bug #164776.
3850         Also implement persistent chrome toggles.
3851
3852 2005-02-07  Jordi Mallach  <jordi@sindominio.net>
3853
3854         * configure.ac (ALL_LINGUAS): Added "ca" (Catalan).
3855
3856 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
3857
3858         * NEWS:
3859         * configure.ac:
3860         * shell/ev-view.c:
3861
3862         Add another check for find interface
3863
3864         Release 0.1.3
3865
3866 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
3867
3868         * shell/ev-application.c: (ev_application_open):
3869         * shell/ev-window.c: (ev_window_open):
3870
3871         Open gzipped ps documents
3872
3873 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
3874
3875         * TODO:
3876         * shell/ev-view.c: (set_document_page):
3877
3878         Clamp page number, dont try to move to
3879         not existant pages.
3880
3881 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
3882
3883         * backend/ev-document-find.c: (ev_document_find_changed):
3884         * backend/ev-document-find.h:
3885         * pdf/xpdf/pdf-document.cc:
3886         * shell/ev-view.c: (jump_to_find_result), (ev_view_set_document):
3887         * shell/ev-window.c: (find_bar_search_changed_cb):
3888
3889         Fix several bugs with find
3890
3891 2005-02-04  Martin Kretzschmar  <martink@gnome.org>
3892
3893         * shell/ev-sidebar-thumbnails.c
3894         (ev_sidebar_thumbnails_select_page): do nothing unless we have a
3895         document. Prevents warning from scroll_to_cell.
3896
3897 2005-02-02  Kjartan Maraas  <kmaraas@gnome.org>
3898
3899         * configure.ac: Add «nb» to ALL_LINGUAS too.
3900
3901 Wed Feb  2 21:13:11 2005  Jonathan Blandford  <jrb@redhat.com>
3902
3903         * NOTES: New file with some random thoughts.
3904
3905         * TODO: Update.
3906
3907         * backend/ev-document-misc.c:
3908         (ev_document_misc_get_page_border_size): New function to
3909         canonicalize shadow drawing sizes.  Possibly goofy.
3910
3911         * shell/ev-view.c: (ev_view_size_request), (set_document_page),
3912         (ev_view_best_fit), (ev_view_fit_width):
3913         * pdf/xpdf/pdf-document.cc:
3914         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
3915         * ps/ps-document.c: (ps_document_get_page_size):
3916         * backend/ev-document-misc.h:
3917         * backend/ev-document.c: (ev_document_get_page_size):
3918         * backend/ev-document.h: get_page_size now takes a page number
3919         parameter.  Made all the backends/frontends honor it.
3920
3921         * data/evince-ui.xml: Added a multiple-page mode.  Uncomment to
3922         see.  Doesn't work yet.
3923
3924         * shell/Makefile.am:
3925         * shell/ev-page-view.[ch]: New multi-page view.  Really rough.
3926         Doesn't do anything yet.
3927
3928         * shell/ev-sidebar-thumbnails.c:
3929         (ev_sidebar_thumbnails_set_document): [1..n_pages] instead of
3930         [0..n_pages-1]
3931
3932         * shell/ev-window.c: (update_action_sensitivity),
3933         (ev_window_setup_document), (ev_window_set_page_mode),
3934         (ev_window_page_mode_cb), (ev_window_init): Clean up the
3935         view-swapping code a bit so we can have multiple views on a
3936         document.  Add the multi-page view, though it can't be turned on
3937         yet.
3938
3939 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
3940
3941         * shell/ev-application.c: (ev_application_open):
3942         * shell/ev-view.c: (expose_bin_window):
3943         * shell/ev-window.c: (ev_window_open):
3944
3945         Support eps and check document supports find
3946         before drawing highlightings in expose.
3947
3948 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
3949
3950         * pixbuf/pixbuf-document.c:
3951         (pixbuf_document_thumbnails_get_dimensions),
3952         (pixbuf_document_document_thumbnails_iface_init):
3953
3954         implement get_dimensions
3955
3956 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
3957
3958         * NEWS:
3959         * configure.ac:
3960
3961         Release 0.1.2
3962
3963 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
3964
3965         * shell/ev-view.c: (set_document_page):
3966
3967         Scroll at the top of the page when changing page
3968
3969 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
3970
3971         * shell/ev-view.c: (ev_view_motion_notify_event):
3972
3973         Do not redraw unnecessarily
3974
3975 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
3976
3977         * pdf/xpdf/pdf-document.cc:
3978         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
3979         (expose_bin_window), (find_changed_cb):
3980
3981         Yay! find works now... Now to find bugs...
3982
3983 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
3984
3985         * backend/ev-document-find.c: (ev_document_find_base_init),
3986         (ev_document_find_changed):
3987         * backend/ev-document-find.h:
3988         * pdf/xpdf/pdf-document.cc:
3989         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
3990         (expose_bin_window), (ev_view_init), (set_document_page),
3991         (ensure_rectangle_is_visible), (jump_to_find_result),
3992         (jump_to_find_page), (find_changed_cb), (ev_view_set_document),
3993         (ev_view_find_next), (ev_view_find_previous):
3994         * shell/ev-view.h:
3995         * shell/ev-window.c: (find_bar_previous_cb), (find_bar_next_cb):
3996
3997         More work on find implementation, mostly there now
3998
3999 2005-01-29  Marco Pesenti Gritti  <marco@gnome.org>
4000
4001         * backend/ev-backend-marshalers.list:
4002         * backend/ev-document-find.c: (ev_document_find_base_init),
4003         (ev_document_find_cancel), (ev_document_find_page_has_results),
4004         (ev_document_find_get_n_results), (ev_document_find_get_result),
4005         (ev_document_find_get_progress), (ev_document_find_changed):
4006         * backend/ev-document-find.h:
4007
4008         Enanche the find interface to be really able to do
4009         multi page find.
4010
4011         * pdf/xpdf/pdf-document.cc:
4012
4013         Implement
4014
4015         * shell/ev-view.c: (ev_view_finalize), (highlight_find_results),
4016         (expose_bin_window), (ev_view_init),
4017         (ev_view_get_find_status_message), (find_changed_cb),
4018         (ev_view_set_document), (set_document_page):
4019
4020         Adapt to the new interface. A few things are regressed sorry,
4021         I will finish it soon.
4022
4023 2005-01-28  Martin Kretzschmar  <martink@gnome.org>
4024
4025         * shell/ev-sidebar-thumbnails.c (ev_sidebar_thumbnails_destroy)
4026         (ev_sidebar_thumbnails_class_init): use G_DEFINE_TYPE-supplied
4027         ev_sidebar_thumbnails_parent_class variable, don't define another
4028         parent_class variable.
4029
4030         * shell/ev-page-action.c (connect_proxy, ev_page_action_finalize)
4031         (ev_page_action_class_init): ditto.
4032
4033         * pixbuf/pixbuf-document.c (pixbuf_document_finalize)
4034         (pixbuf_document_class_init): ditto.
4035
4036         * backend/ev-link.c (ev_window_dispose, ev_link_class_init):
4037         ditto.
4038
4039         * .cvsignore: ignore various valgrind output files.
4040
4041 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
4042
4043         * data/evince-ui.xml:
4044         * shell/Makefile.am:
4045         * shell/ev-history.c:
4046         * shell/ev-history.h:
4047         * shell/ev-navigation-action.c:
4048         * shell/ev-navigation-action.h:
4049         * shell/ev-view.c: (ev_view_finalize), (ev_view_go_to_link),
4050         (ev_view_set_page), (ev_view_fit_width):
4051         * shell/ev-view.h:
4052         * shell/ev-window.c: (update_action_sensitivity),
4053         (ev_window_setup_document), (register_custom_actions):
4054
4055         Kill session history
4056
4057 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
4058
4059         * shell/ev-window.c: (update_action_sensitivity):
4060
4061         Fix inverted up/down buttons
4062
4063 2005-01-27  Martin Kretzschmar  <martink@gnome.org>
4064
4065         * shell/ev-sidebar-thumbnails.c
4066         (ev_sidebar_thumbnails_select_page): make sure the selected
4067         thumbnail stays visible.
4068
4069 2005-01-26  Martin Kretzschmar  <martink@gnome.org>
4070
4071         * shell/ev-window.c (ev_window_init): add GTK_SHADOW_IN to the
4072         scrolled window for Federico.
4073
4074 2005-01-26  Ole Laursen  <olau@hardworking.dk>
4075
4076         * configure.ac: Added "da" (Danish) to ALL_LINGUAS.
4077
4078 2005-01-26  Marco Pesenti Gritti  <marco@gnome.org>
4079
4080         * configure.ac:
4081         * pdf/splash/SplashFTFontEngine.cc:
4082
4083         Fix CID fonts with freetype 2.1.9
4084
4085 2005-01-26  Bryan Clark  <clarkbw@cvs.gnome.org>
4086
4087         * TODO: added item for desktop icon thumbnailer
4088
4089 Tue Jan 25 00:59:34 2005  Jonathan Blandford  <jrb@redhat.com>
4090
4091         * pdf/xpdf/pdf-document.cc (pdf_document_get_title): guard against
4092         unloaded docs when the title is accessed.
4093
4094         * shell/ev-password-view.[hc]: New widget for displaying password
4095         state.
4096
4097         * shell/ev-window.[ch]: Refactor password handling code to handle
4098         the new view.
4099
4100 2005-01-24  Marco Pesenti Gritti  <marco@gnome.org>
4101
4102         * NEWS:
4103         * configure.ac:
4104         * data/Makefile.am:
4105
4106         Release 0.1.1
4107
4108 2005-01-23  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
4109
4110         * pdf/xpdf/pdf-document.cc (pdf_document_search_page_changed):
4111         ignore page offset here, to make search results independent of it,
4112
4113         * shell/ev-view.c (expose_bin_window): but take offsets into
4114         account here. Bug #164932
4115
4116         * pdf/xpdf/pdf-document.cc (pdf_document_get_link): divide by
4117         scale at the right time. Bug #164996
4118
4119 2005-01-22  Martin Kretzschmar  <martink@gnome.org>
4120
4121         * pdf/xpdf/GlobalParams.cc: My 2005-01-05 change didn't actually
4122         fix the problem. Now I just removed the Adobe font names and hope
4123         that the URW fonts are always in outline format. Bug #164934
4124
4125         * shell/ev-window.c (update_window_title): empty titles are
4126         useless, use filename in that case too.
4127
4128         * NEWS: Add some content.
4129
4130 2005-01-21  Bryan Clark  <clarkbw@cvs.gnome.org>
4131
4132         * TODO: added one more TODO item and a TODONE section :)
4133
4134 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
4135
4136         * ps/ps-document.h: add page_[xy]_offset fields.
4137
4138         * ps/ps-document.c (ps_document_set_page_offset)
4139         (ps_document_render): Keep offset in consideration in a few
4140         places. Bug #164752 "postscript documents are not centered in
4141         window"
4142
4143         * data/evince.desktop.in (X-GNOME-Bugzilla-Product):
4144         s/gpdf/evince/. Spotted by Stephane Loeuillet.
4145
4146         * pixbuf/pixbuf-document.c (pixbuf_document_get_n_pages)
4147         (pixbuf_document_get_text, pixbuf_document_document_iface_init):
4148         stub out missing methods for complete EvDocument implementation.
4149         Fixes segfaults with Save A Copy and Copy actions.
4150
4151         * ps/ps-document.c (ps_document_save, ps_document_get_text) 
4152         (ps_document_document_iface_init): ditto.
4153         
4154 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
4155
4156         * data/.cvsignore:
4157         * data/Makefile.am:
4158         * data/evince.desktop.in:
4159
4160         Add desktop file
4161
4162 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
4163
4164         * shell/ev-view.c: (ev_view_button_press_event),
4165         (ev_view_motion_notify_event):
4166
4167         Make selection work in any direction
4168
4169 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
4170
4171         * TODO:
4172         * shell/ev-window.c: (set_short_labels), (ev_window_init):
4173
4174         Use shorter labels for some of the toolbars items
4175
4176 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
4177
4178         * pdf/xpdf/pdf-document.cc:
4179
4180         Check the links info is initialized before
4181         using it. Should fix a crash on startup.
4182
4183 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
4184
4185         * pixbuf/pixbuf-document.c
4186         (pixbuf_document_thumbnails_get_dimensions): force floating point
4187         division to calculate page_ratio. Fixes crash with landscape
4188         format pixbufs.
4189
4190 Thu Jan 20 18:56:35 2005  Jonathan Blandford  <jrb@redhat.com>
4191
4192         * shell/ev-view.c (ev_view_realize): make the bg color darker.
4193
4194 2005-01-20  Martin Kretzschmar  <martink@gnome.org>
4195
4196         * shell/ev-view.c (set_document_page): unset has_selection when
4197         the page changes.
4198         (set_document_page): handle paper size changes when the page
4199         changes (test with Free Culture, page 2).
4200
4201 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
4202
4203         * shell/ev-view.c: (ev_view_size_request), (ev_view_realize),
4204         (expose_bin_window), (ev_view_class_init), (ev_view_init):
4205
4206         Use normal style color for the widget background and
4207         draw a black box around the page.
4208
4209 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
4210
4211         * pdf/xpdf/pdf-document.cc:
4212
4213         Keep offset in consideration in a few places
4214
4215         * shell/ev-view.c: (expose_bin_window):
4216
4217         Set the offsets so that the document is ever centered
4218
4219 2005-01-20  Bryan Clark  <clarkbw@cvs.gnome.org>
4220
4221         * TODO: Added TODO items and finished off the first todo item
4222
4223         * AUTHORS: Updated AUTHORS section with piece from gpdf file and
4224         reflect current authors
4225
4226 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
4227
4228         * pdf/xpdf/pdf-document.cc:
4229         * shell/ev-view.c: (ev_view_set_cursor),
4230         (ev_view_motion_notify_event), (document_changed_callback),
4231         (set_document_page):
4232
4233         Show a wait cursor while the page is rendering
4234
4235 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
4236
4237         * shell/ev-sidebar-thumbnails.c:
4238         (ev_sidebar_tree_selection_changed),
4239         (ev_sidebar_thumbnails_select_page):
4240         * shell/ev-sidebar-thumbnails.h:
4241         * shell/ev-view.c: (ev_view_set_document), (ev_view_can_go_back),
4242         (ev_view_can_go_forward):
4243         * shell/ev-window.c: (ev_window_open_page),
4244         (ev_window_setup_document), (update_current_page),
4245         (view_page_changed_cb), (ev_window_init):
4246         * shell/ev-window.h:
4247
4248         Ensure thumbnails selection, toolbar page control and
4249         current page are in sync.
4250
4251 2005-01-19  Marco Pesenti Gritti  <marco@gnome.org>
4252
4253         * pdf/xpdf/XRef.cc:
4254
4255         Fix CAN-2005-0064
4256
4257 Wed Jan 19 01:10:57 2005  Jonathan Blandford  <jrb@redhat.com>
4258
4259         * backend/Makefile.am:
4260         * backend/ev-document-links.h:
4261         * backend/ev-document-security.c: (ev_document_security_get_type),
4262         (ev_document_security_has_document_security),
4263         (ev_document_security_set_password):
4264         * backend/ev-document-security.h:
4265         * backend/ev-document.c: (ev_document_error_quark):
4266         * backend/ev-document.h:
4267         * data/Makefile.am:
4268         * data/evince-password.glade:
4269         * pdf/xpdf/pdf-document.cc:
4270         * shell/Makefile.am:
4271         * shell/ev-password.c: (ev_password_set_bad_password_label),
4272         (ev_window_password_entry_changed_cb), (ev_password_dialog_new),
4273         (ev_password_dialog_get_password),
4274         (ev_password_dialog_set_bad_pass):
4275         * shell/ev-password.h:
4276         * shell/ev-window.c: (ev_window_get_attribute),
4277         (ev_window_set_property), (update_action_sensitivity),
4278         (ev_window_is_empty), (mime_type_supported_by_gdk_pixbuf),
4279         (ev_window_setup_document), (ev_window_get_password),
4280         (ev_window_open), (ev_window_cmd_save_as),
4281         (using_postscript_printer), (ev_window_print),
4282         (find_not_supported_dialog), (ev_window_cmd_edit_find),
4283         (update_fullscreen_popup), (ev_window_fullscreen),
4284         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
4285         (ev_window_focus_out_cb), (ev_window_cmd_help_about),
4286         (menu_item_select_cb), (find_bar_search_changed_cb),
4287         (ev_window_dispose), (ev_window_init):
4288
4289         Add initial support for password-supported dialogs.  This could be
4290         a lot cooler, but it'll do for now.
4291
4292 2005-01-18  Marco Pesenti Gritti  <marco@gnome.org>
4293
4294         * pdf/xpdf/pdf-document.cc:
4295         * shell/ev-view.c: (status_message_from_link),
4296         (ev_view_set_status), (ev_view_set_cursor),
4297         (ev_view_motion_notify_event), (ev_view_init):
4298         * shell/ev-window.c: (view_status_changed_cb), (ev_window_init):
4299
4300         Fix bugs in the links implementation and change cursor
4301         when hovering a link.
4302
4303 2005-01-17  Bryan Clark  <clarkbw@cvs.gnome.org>
4304
4305         * viewer/.cvsignore: added cvsignore file for viewer directory
4306
4307         * TODO: created TODO document
4308
4309 2005-01-14  Dave Malcolm  <dmalcolm@redhat.com>
4310
4311         * shell/ev-view.h:
4312         * shell/ev-view.c (ev_view_can_go_back), (ev_view_can_go_forward):      
4313         new functions to help with implementation of sensitivity code
4314         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
4315         of all actions that might require it.  Fixes a crash when you
4316         click on the Zoom actions in a window lacking a document.
4317
4318 2005-01-13  Dave Malcolm  <dmalcolm@redhat.com>
4319
4320         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
4321         of the Find action
4322
4323 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
4324
4325         * pixbuf/pixbuf-document.c: (pixbuf_document_get_link),
4326         (pixbuf_document_document_iface_init):
4327         * ps/ps-document.c: (ps_document_get_link),
4328         (ps_document_document_iface_init):
4329         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event),
4330         (status_message_from_link), (ev_view_set_status),
4331         (ev_view_set_find_status), (ev_view_motion_notify_event),
4332         (ev_view_button_release_event), (ev_view_set_property),
4333         (ev_view_get_property), (ev_view_class_init), (ev_view_init),
4334         (ev_view_get_find_status_message), (update_find_results),
4335         (ev_view_get_status), (ev_view_get_find_status):
4336         * shell/ev-view.h:
4337         * shell/ev-window.c: (view_status_changed_cb),
4338         (view_find_status_changed_cb), (ev_window_init):
4339
4340         View status message support, use it to show the links.
4341         Needs work...
4342
4343 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
4344
4345         * backend/ev-document.c: (ev_document_get_link):
4346         * backend/ev-document.h:
4347         * pdf/xpdf/pdf-document.cc:
4348         * shell/ev-application.c: (ev_application_open):
4349         * shell/ev-application.h:
4350         * shell/ev-sidebar-links.c: (selection_changed_cb):
4351         * shell/ev-view.c: (ev_view_button_release_event), (go_to_link),
4352         (ev_view_go_to_link):
4353
4354         Add support for document links
4355
4356 2005-01-13  Anders Carlsson  <andersca@gnome.org>
4357
4358         * shell/ev-page-action.c: (update_spin), (total_pages_changed_cb),
4359         (create_tool_item):
4360         Set the spin button limits correctly.
4361         
4362         * shell/ev-sidebar-thumbnails.c:
4363         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init):
4364         Support changing pages by clicking on the thumbnails.
4365         
4366 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
4367
4368         * pixbuf/pixbuf-document.c:
4369         (pixbuf_document_thumbnails_get_dimensions),
4370         (pixbuf_document_document_thumbnails_iface_init):
4371
4372         implement get_dimensions
4373
4374 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
4375
4376         * ps/ps-document.c: (ps_document_goto_page):
4377
4378         Fix page switching on multipage documents
4379
4380 2005-01-12  Jeff Muizelaar  <jrmuizel@nit.ca>
4381
4382         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
4383         
4384         check for NULL before assigning to width and height parameters
4385
4386 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
4387
4388         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
4389         (pixbuf_document_set_property), (pixbuf_document_get_property):
4390
4391         implement get/set properties
4392
4393 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
4394
4395         * pdf/xpdf/pdf-document.cc: (pdf_info_dict_get_string):
4396         
4397         return NULL instead of "Unknown", letting the title get set to
4398         the filename when the pdf has no title.
4399
4400 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
4401
4402         * ps/ps-document.c: (ps_document_get_page_count),
4403         (ps_document_goto_page):
4404
4405 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
4406
4407         * shell/ev-history.c: (ev_history_get_property),
4408         (ev_history_set_property), (ev_history_class_init),
4409         (ev_history_add_page), (ev_history_set_current_index):
4410         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
4411         (activate_menu_item_cb), (new_history_menu_item), (build_menu),
4412         (ev_navigation_action_finalize):
4413         * shell/ev-navigation-action.h:
4414         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
4415         (ev_view_go_forward), (ev_view_get_find_status_message),
4416         (history_index_changed_cb), (ev_view_set_history):
4417         * shell/ev-view.h:
4418         * shell/ev-window.c: (update_total_pages), (ev_window_open),
4419         (update_current_page), (register_custom_actions):
4420
4421         Implement history dropdowns
4422
4423 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
4424
4425         * shell/ev-history.c: (ev_history_init), (ev_history_add_link):
4426         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
4427         (ev_view_go_forward):
4428         * shell/ev-window.c: (register_custom_actions):
4429
4430         Fix several history bugs
4431
4432 2005-01-11  Kjartan Maraas  <kmaraas@gnome.org>
4433
4434         * configure.ac: Add «nb» to ALL_LINGUAS.
4435
4436 2005-01-10  Marco Pesenti Gritti  <marco@gnome.org>
4437
4438         * backend/Makefile.am:
4439         * backend/ev-bookmark.c:
4440         * backend/ev-bookmark.h:
4441         * backend/ev-document-bookmarks.c:
4442         * backend/ev-document-bookmarks.h:
4443         * backend/ev-document-links.c: (ev_document_links_get_type),
4444         (ev_document_links_has_document_links),
4445         (ev_document_links_begin_read), (ev_document_links_get_link),
4446         (ev_document_links_get_child), (ev_document_links_next),
4447         (ev_document_links_free_iter):
4448         * backend/ev-document-links.h:
4449         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_title),
4450         (ev_link_set_title), (ev_link_get_uri), (ev_link_set_uri),
4451         (ev_link_get_link_type), (ev_link_set_link_type),
4452         (ev_link_get_page), (ev_link_set_page), (ev_link_get_property),
4453         (ev_link_set_property), (ev_window_dispose), (ev_link_init),
4454         (ev_link_class_init), (ev_link_new_title), (ev_link_new_page),
4455         (ev_link_new_external):
4456         * backend/ev-link.h:
4457         * pdf/xpdf/pdf-document.cc:
4458         * shell/Makefile.am:
4459         * shell/ev-application.c: (ev_application_open_link):
4460         * shell/ev-application.h:
4461         * shell/ev-history.c: (ev_history_add_link), (ev_history_add_page),
4462         (ev_history_get_link_nth):
4463         * shell/ev-history.h:
4464         * shell/ev-sidebar-bookmarks.c:
4465         * shell/ev-sidebar-bookmarks.h:
4466         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
4467         (ev_sidebar_links_class_init), (selection_changed_cb),
4468         (ev_sidebar_links_construct), (ev_sidebar_links_init),
4469         (links_page_num_func), (ev_sidebar_links_new), (stack_data_free),
4470         (do_one_iteration), (populate_links_idle),
4471         (ev_sidebar_links_clear_document), (ev_sidebar_links_set_document):
4472         * shell/ev-sidebar-links.h:
4473         * shell/ev-sidebar.c: (ev_sidebar_set_document):
4474         * shell/ev-view.c: (go_to_link), (ev_view_go_to_link),
4475         (go_to_index):
4476         * shell/ev-view.h:
4477         * shell/ev-window.c: (ev_window_open_link), (ev_window_init):
4478         * shell/ev-window.h:
4479
4480         Rename bookmark to link, and use "Index" for the sidebar panel.
4481
4482 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
4483
4484         * shell/Makefile.am:
4485         * shell/ev-application.c: (ev_application_open_bookmark):
4486         * shell/ev-application.h:
4487         * shell/ev-history.c: (ev_history_init), (free_links_list),
4488         (ev_history_finalize), (ev_history_class_init),
4489         (ev_history_add_link), (ev_history_add_page),
4490         (ev_history_get_link_nth), (ev_history_get_n_links),
4491         (ev_history_get_current_index), (ev_history_set_current_index),
4492         (ev_history_new):
4493         * shell/ev-history.h:
4494         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
4495         * shell/ev-view.c: (ev_view_finalize), (ev_view_set_document),
4496         (set_document_page), (go_to_bookmark), (ev_view_go_to_bookmark),
4497         (go_to_index), (ev_view_go_back), (ev_view_go_forward),
4498         (ev_view_set_page):
4499         * shell/ev-view.h:
4500         * shell/ev-window.c: (ev_window_open_bookmark),
4501         (ev_window_cmd_go_back), (ev_window_cmd_go_forward),
4502         (goto_page_cb), (register_custom_actions):
4503         * shell/ev-window.h:
4504
4505         Initial history implementation. Needs work.
4506
4507 2005-01-09  Martin Kretzschmar  <martink@gnome.org>
4508
4509         * pdf/xpdf/GDKSplashOutputDev.cc (redraw): fix pixbuf data offset.
4510
4511 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
4512
4513         * cut-n-paste/recent-files/egg-recent-item.c:
4514         * cut-n-paste/recent-files/egg-recent-item.h:
4515         * cut-n-paste/recent-files/egg-recent-model.c:
4516         * cut-n-paste/recent-files/egg-recent-util.c:
4517         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
4518         * cut-n-paste/recent-files/egg-recent-view.c:
4519
4520         Update
4521
4522 2005-01-08  Martin Kretzschmar  <martink@gnome.org>
4523
4524         * pdf/splash/Splash.cc (clear, drawPixel, drawSpan, xorSpan, getPixel)
4525         (fillGlyph, fillImageMask, drawImage):
4526         pdf/splash/SplashBitmap.cc (SplashBitmap, ~SplashBitmap, writePNMFile):
4527         pdf/splash/SplashTypes.h:
4528         pdf/xpdf/SplashOutputDev (startPage, getColor, imageSrc): implement RGB8
4529         packed mode for Splash.
4530
4531         * pdf/xpdf/GDKSplashOutputDev.cc (GDKSplashOutputDev, redraw): use
4532         RGB8 packed mode, eliminates the pixbuf data creation loop.
4533
4534         * shell/ev-print-job.c (ev_print_job_finalize)
4535         (ev_print_job_set_property, ev_print_job_get_property)
4536         (ev_print_job_set_gnome_print_job, ev_print_job_set_document)
4537         (ev_print_job_use_print_dialog_settings, idle_print_handler)
4538         (print_closure_finalize, ev_print_job_print): implement
4539         printing (for backends with EvPsExporter)
4540
4541         * shell/ev_print_job.h: update prototypes.
4542
4543         * shell/ev-window.c (ev_window_print): unref print job after
4544         printing.
4545
4546         * shell/ev-view.c (ev_view_set_document): don't connect to "found"
4547         unless the document implements the EvDocumentFind interface.
4548
4549 2005-01-08  Satoru SATOH <ss@gnome.gr.jp>
4550
4551         * configure.ac: Added ja to ALL_LINGUAS.
4552
4553 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
4554
4555         * pdf/xpdf/pdf-document.cc:
4556
4557         add a FIXME. We should probably not allocate
4558         a bookmark object every time
4559
4560 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
4561
4562         * shell/ev-application.c: (ev_application_open),
4563         (ev_application_open_bookmark):
4564         * shell/ev-application.h:
4565         
4566         Add a way to open bookmarks
4567
4568         * backend/ev-bookmark.c: (ev_bookmark_get_uri),
4569         (ev_bookmark_set_uri), (ev_bookmark_get_property),
4570         (ev_bookmark_set_property), (ev_bookmark_class_init),
4571         (ev_bookmark_new_title), (ev_bookmark_new_link),
4572         (ev_bookmark_new_external):
4573
4574         Support for external uris, better constructors.
4575
4576         * backend/ev-bookmark.h:
4577         * pdf/xpdf/pdf-document.cc:
4578         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
4579
4580         Handle external uris
4581
4582 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
4583
4584         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb),
4585         (ev_sidebar_bookmarks_construct), (do_one_iteration):
4586
4587         Hook up bookmarks navigation
4588
4589 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
4590
4591         * backend/Makefile.am:
4592         * backend/ev-bookmark.c: (ev_bookmark_type_get_type),
4593         (ev_bookmark_get_title), (ev_bookmark_set_title),
4594         (ev_bookmark_get_bookmark_type), (ev_bookmark_set_bookmark_type),
4595         (ev_bookmark_get_page), (ev_bookmark_set_page),
4596         (ev_bookmark_get_property), (ev_bookmark_set_property),
4597         (ev_window_dispose), (ev_bookmark_init), (ev_bookmark_class_init),
4598         (ev_bookmark_new):
4599         * backend/ev-bookmark.h:
4600         * backend/ev-document-bookmarks.c:
4601         (ev_document_bookmarks_get_bookmark):
4602         * backend/ev-document-bookmarks.h:
4603         * pdf/xpdf/pdf-document.cc:
4604         * shell/ev-sidebar-bookmarks.c: (do_one_iteration):
4605
4606         Add a bookmark object to the backend and use it instead of get_values
4607
4608 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
4609
4610         * data/evince-ui.xml:
4611
4612         Cleanup and add select all.
4613
4614         * shell/ev-view.c: (ev_view_select_all),
4615         (ev_view_button_press_event):
4616         * shell/ev-view.h:
4617         * shell/ev-window.c: (ev_window_cmd_edit_select_all):
4618
4619         Add select all.
4620         Clear selection on click.
4621
4622 Fri Jan  7 01:28:58 2005  Jonathan Blandford  <jrb@redhat.com>
4623
4624         * shell/ev-sidebar-thumbnails.c
4625         (ev_sidebar_thumbnails_set_document): forgot to unref the
4626         loading_icon.
4627
4628 Fri Jan  7 01:22:48 2005  Jonathan Blandford  <jrb@redhat.com>
4629
4630         * shell/ev-sidebar-thumbnails.c: fill in the thumbnails starting
4631         at the visible page, not just linearly.  This makes it look fast.
4632
4633 Thu Jan  6 18:48:11 2005  Jonathan Blandford  <jrb@redhat.com>
4634
4635         * backend/ev-document-misc.c
4636         (ev_document_misc_get_thumbnail_frame): fill in the thumbnail with
4637         white.
4638         * backend/ev-document-thumbnails.h: New interface to get the size
4639         of a page.
4640
4641 2005-01-06  Jeremy Katz  <katzj@redhat.com>
4642
4643         * shell/Makefile.am (evince_SOURCES): Add ev-utils.[ch] so that
4644         make dist works
4645
4646 Wed Jan  5 15:38:28 2005  Jonathan Blandford  <jrb@redhat.com>
4647
4648         * pdf/xpdf/pdf-document.cc (bitmap_to_pixbuf): bypass
4649         GDKSplashOutputDev and just use a normal SplashOutputDev.  Speeds
4650         things up a bit.
4651
4652         * shell/ev-sidebar-thumbnail.c: start of some profiling code.
4653
4654 2005-01-05  Martin Kretzschmar  <martink@gnome.org>
4655
4656         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): match only outline
4657         fonts. Should fix font problems on systems that have the base
4658         fonts in bitmap format. Reported by James Henstridge
4659         <james@jamesh.id.au>.
4660
4661 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
4662
4663         * pdf/xpdf/Gfx.cc:
4664         * pdf/xpdf/GfxState.cc:
4665
4666         Fix for CAN-2004-1125
4667
4668 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
4669
4670         * shell/ev-view.c: (ev_view_copy):
4671         * shell/ev-view.h:
4672         * shell/ev-window.c: (ev_window_cmd_edit_copy):
4673
4674         Implement Edit->Copy
4675
4676 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
4677
4678         * backend/ev-document.c: (ev_document_get_text):
4679         * backend/ev-document.h:
4680         * pdf/xpdf/pdf-document.cc:
4681         * shell/ev-view.c: (ev_view_realize), (expose_bin_window),
4682         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
4683         (ev_view_update_primary_selection), (ev_view_button_press_event),
4684         (ev_view_motion_notify_event), (ev_view_button_release_event):
4685
4686         Beginnings of clipboard support. Incomplete but primary sort
4687         of work.
4688
4689 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
4690
4691         * shell/ev-view.c: (ev_gdk_color_to_rgb), (draw_rubberband),
4692         (expose_bin_window):
4693
4694         Nicer rubberband drawing, from GtkIconView.
4695
4696 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
4697
4698         * backend/ev-document.c: (ev_document_save):
4699         * backend/ev-document.h:
4700         * data/evince-ui.xml:
4701         * pdf/xpdf/pdf-document.cc:
4702         * shell/ev-window.c: (save_error_dialog), (ev_window_cmd_save_as):
4703
4704         Implement "Save a copy..." menu item
4705
4706 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
4707
4708         * shell/ev-view.c: (ev_view_zoom):
4709
4710         Queue a resize when zoom changes
4711
4712 Wed Jan  5 02:33:06 2005  Jonathan Blandford  <jrb@redhat.com>
4713
4714         * backend/ev-document-misc.[ch]: New misc file to do simple drop
4715         shadows.
4716
4717         * pdf/xpdf/pdf-document.cc: use the drop shadows in both types of
4718         thumbnails..
4719
4720 Tue Jan  4 22:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
4721
4722         * pdf/xpdf/pdf-document.cc
4723         (pdf_document_thumbnails_get_page_pixbuf): poor man's dropshadow.
4724
4725 Tue Jan  4 21:25:05 2005  Jonathan Blandford  <jrb@redhat.com>
4726
4727         * pdf/xpdf/pdf-document.cc: Do real thumbnailing of PDF files.
4728         It's slow, but I'll speed it up next!
4729
4730 2005-01-04  Jeff Muizelaar  <jrmuizel@nit.ca>
4731
4732         * shell/main.c (load_files):
4733
4734         use gnome_vfs_make_uri_from_shell_arg so that relative paths work
4735         from the command line and because it seems more appropriate.
4736
4737 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
4738
4739         * data/evince-ui.xml:
4740         * shell/ev-window.c: (update_action_sensitivity),
4741         (ev_window_cmd_go_page_up), (ev_window_cmd_go_page_down):
4742
4743         s/next page/page down
4744         s/previous page/page up
4745
4746 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
4747
4748         * data/evince-ui.xml:
4749
4750         Change the layout to match clarkbw design.
4751
4752         * shell/Makefile.am:
4753         * shell/ev-navigation-action.c: (build_menu), (menu_activated_cb),
4754         (set_tooltip_cb), (connect_proxy), (ev_navigation_action_init),
4755         (ev_navigation_action_finalize),
4756         (ev_navigation_action_set_property),
4757         (ev_navigation_action_get_property),
4758         (ev_navigation_action_class_init):
4759         * shell/ev-navigation-action.h:
4760
4761         Implement clarkbw toolbar navigation controls (incomplete)
4762
4763         * shell/ev-page-action.c: (update_label), (update_spin),
4764         (value_changed_cb), (create_tool_item), (connect_proxy),
4765         (ev_page_action_init), (ev_page_action_finalize),
4766         (ev_page_action_set_property), (ev_page_action_get_property),
4767         (ev_page_action_set_current_page),
4768         (ev_page_action_set_total_pages), (ev_page_action_class_init):
4769         * shell/ev-page-action.h:
4770
4771         Implement a page switcher in the toolbar
4772
4773         * shell/ev-view.c: (ev_view_scroll_view):
4774         * shell/ev-window.c: (update_total_pages), (ev_window_open),
4775         (update_current_page), (view_page_changed_cb), (goto_page_cb),
4776         (register_custom_actions), (ev_window_init):
4777
4778         Change page on PageUp/Down.
4779
4780 Tue Jan  4 03:22:56 2005  Jonathan Blandford  <jrb@redhat.com>
4781
4782         * pdf/xpdf/pdf-document.cc
4783         (pdf_document_thumbnails_get_thumbnail): initial stab at
4784         implementing thumbnail support for pdfs.  It only does documents
4785         with precached pdfs now.
4786
4787 Mon Jan  3 17:22:25 2005  Jonathan Blandford  <jrb@redhat.com>
4788
4789         * shell/ev-sidebar-thumbnails.c (do_one_iteration): move the
4790         thumbnail code into a time-based idle as well.  Also, turn off the
4791         shadow temporarily as it's really slow.
4792
4793 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
4794
4795         * backend/ev-document.c: (ev_document_class_init):
4796         * pdf/xpdf/pdf-document.cc:
4797         * shell/ev-window.c: (ev_window_open):
4798
4799         Fix document title bugs and fallback to
4800         filename when not available.
4801
4802 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
4803
4804         * backend/ev-document.c: (ev_document_get_type),
4805         (ev_document_class_init), (ev_document_load),
4806         (ev_document_get_title):
4807         * backend/ev-document.h:
4808         * pdf/xpdf/pdf-document.cc:
4809         * ps/ps-document.c: (ps_document_set_property),
4810         (ps_document_get_property), (ps_document_class_init),
4811         (document_load):
4812         * ps/ps-document.h:
4813         * ps/ps.h:
4814         * shell/ev-window.c: (update_window_title), (ev_window_open),
4815         (ev_window_init):
4816
4817         Initial support for document title. Not working yet.
4818
4819 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
4820
4821         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event):
4822
4823         Grab focus on the view when clicking it
4824
4825 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
4826
4827         * shell/ev-marshal.list:
4828         * shell/ev-view.c: (ev_view_realize), (add_scroll_binding),
4829         (ev_view_scroll_view), (ev_view_class_init), (ev_view_init):
4830
4831         Add key bindings to the view. Now if the focus would work
4832         right...
4833
4834 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
4835
4836         * Makefile.am:
4837         * backend/Makefile.am:
4838         * data/Makefile.am:
4839         * dvi/Makefile.am:
4840         * dvi/dvilib/Makefile.am:
4841         * pdf/xpdf/Makefile.am:
4842         * po/POTFILES.in:
4843         * ps/Makefile.am:
4844
4845         Fix distcheck
4846
4847 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
4848
4849         * shell/ev-view.c: (ev_view_realize):
4850
4851         Fix mouse wheel scrolling
4852
4853 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
4854
4855         * ps/Makefile.am:
4856         * ps/gstypes.h:
4857         * ps/gtkgs.c:
4858         * ps/gtkgs.h:
4859         * ps/ps-document.c: (catchPipe), (ps_document_init),
4860         (ps_document_class_init), (ps_document_cleanup),
4861         (ps_document_finalize), (send_ps), (ps_document_get_orientation),
4862         (set_up_page), (close_pipe), (is_interpreter_ready),
4863         (interpreter_failed), (output), (input), (start_interpreter),
4864         (stop_interpreter), (file_length), (file_readable),
4865         (check_filecompressed), (check_pdf), (compute_xdpi),
4866         (compute_ydpi), (compute_size), (ps_document_enable_interpreter),
4867         (ps_document_get_type), (ps_document_emit_error_msg),
4868         (document_load), (ps_document_next_page),
4869         (ps_document_get_current_page), (ps_document_get_page_count),
4870         (ps_document_goto_page), (ps_document_set_page_size),
4871         (ps_document_zoom_to_fit), (ps_document_set_zoom),
4872         (ps_document_load), (ps_document_get_n_pages),
4873         (ps_document_set_page), (ps_document_get_page),
4874         (ps_document_widget_event), (ps_document_set_target),
4875         (ps_document_set_scale), (ps_document_set_page_offset),
4876         (ps_document_get_page_size), (ps_document_render),
4877         (ps_document_document_iface_init):
4878         * ps/ps-document.h:
4879         * ps/ps.c:
4880         * shell/ev-window.c: (ev_window_open):
4881
4882         Rename GtkGS to PSDocument
4883
4884 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
4885
4886         * ps/gtkgs.c: (gtk_gs_class_init):
4887         * ps/gtkgs.h:
4888
4889         Some more leftover...
4890
4891 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
4892
4893         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_get_orientation),
4894         (output), (stop_interpreter), (gtk_gs_emit_error_msg),
4895         (gtk_gs_zoom_to_fit), (gtk_gs_set_zoom):
4896         * ps/gtkgs.h:
4897
4898         Remove unused code and make a lot of stuff private
4899
4900 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
4901
4902         * ps/gsdefaults.c: (gtk_gs_defaults_gconf_client),
4903         (gtk_gs_defaults_changed):
4904         * ps/gsdefaults.h:
4905         * ps/gtkgs.c:
4906         * ps/gtkgs.h:
4907         * ps/ps.h:
4908
4909         Cleanup headers dependencies
4910
4911 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
4912
4913         * ps/Makefile.am:
4914         * ps/ggvutils.c:
4915         * ps/ggvutils.h:
4916         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
4917         * ps/gsdefaults.h:
4918         * ps/gtkgs.c: (file_length), (file_readable),
4919         (check_filecompressed), (check_pdf), (gtk_gs_load),
4920         (gtk_gs_get_postscript):
4921
4922         Get rid of ggvutils
4923
4924 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
4925
4926         * ps/ggvutils.c:
4927         * ps/ggvutils.h:
4928         * ps/gsio.h:
4929         * ps/gtkgs.c: (gtk_gs_set_zoom):
4930
4931         Cleanups
4932
4933 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
4934
4935         * ps/gtkgs.c: (gtk_gs_set_zoom), (gtk_gs_set_zoom_mode):
4936
4937         Ensure the page is rerendered when changing zoom
4938
4939 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
4940
4941         * backend/ev-document.c: (ev_document_base_init),
4942         (ev_document_changed):
4943         * backend/ev-document.h:
4944
4945         Add a changed event that is emitted when the page content
4946         changes. This is necessary to deal with the fact that
4947         in ps backend rendering happen asycrounously.
4948         This makes the ps backend mostly work.
4949
4950         * pdf/xpdf/pdf-document.cc:
4951
4952         Emit changed event
4953
4954         * ps/gtkgs.c: (set_up_page), (gtk_gs_widget_event),
4955         (ps_document_set_target):
4956
4957         Emit changed event
4958
4959         * shell/ev-view.c: (document_changed_callback),
4960         (ev_view_set_document), (ev_view_set_page):
4961
4962         Redraw on the changed signal
4963
4964 2004-12-25  Raphael Higino  <raphaelh@cvs.gnome.org>
4965
4966         * configure.ac: Added pt_BR to ALL_LINGUAS.
4967
4968 Fri Dec 24 00:48:44 2004  Jonathan Blandford  <jrb@redhat.com>
4969
4970         * backend/ev-document-bookmarks.c:
4971         (ev_document_bookmarks_get_child): *
4972         backend/ev-document-bookmarks.h: * pdf/xpdf/Makefile.am: *
4973         pdf/xpdf/pdf-document.cc: * pdf/xpdf/pdf-document.h: *
4974         shell/Makefile.am: * shell/ev-sidebar-bookmarks.c:
4975         (ev_sidebar_bookmarks_destroy),
4976         (ev_sidebar_bookmarks_class_init),
4977         (ev_sidebar_bookmarks_construct), (stack_data_free),
4978         (do_one_iteration), (populate_bookmarks_idle),
4979         (ev_sidebar_bookmarks_clear_document),
4980         (ev_sidebar_bookmarks_set_document): *
4981         shell/ev-sidebar-bookmarks.h: * shell/ev-sidebar.c:
4982         (ev_sidebar_add_page),
4983         (ev_sidebar_set_document): * shell/ev-window.c: (ev_window_open):
4984         Initial stab at a bookmarks sidebar.  It doesn't navigate yet, but
4985         it displays both the topics and the page numbers.
4986
4987 2004-12-23  Kristian Høgsberg  <krh@redhat.com>
4988
4989         * shell/ev-window.c (ev_window_view_sidebar_cb): Hook up sidebar
4990         toggle.
4991         * shell/ev-window.c (toggle_entries): Set sidebar default value to
4992         visible.
4993
4994 2004-12-23  Adam Weinberger  <adamw@gnome.org>
4995
4996         * configure.ac: Added en_CA to ALL_LINGUAS.
4997
4998 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
4999
5000         * ChangeLog: replace bottom of this ChangeLog (merged history of
5001         ggv and gpdf; where all paths were wrong and most of the files are
5002         not even in this tree) with ChangeLog (from arch) of the shell
5003         code.
5004
5005 2004-12-23  Havoc Pennington  <hp@redhat.com>
5006
5007         * shell/ev-window.c: hook up potentially-questionable "find
5008         results status text" feature - something involving the sidebar or
5009         scrollbar or a continuous all-pages-on-giant-roll-of-paper-view
5010         might be better in the end.
5011
5012         * shell/ev-view.c (ev_view_get_find_status_message): new function, 
5013         with corresponding signal when it should be updated
5014
5015         * shell/eggfindbar.c (egg_find_bar_set_status_text): new function
5016
5017 2004-12-22  Havoc Pennington  <hp@redhat.com>
5018
5019         * pdf/xpdf/pdf-document.cc (pdf_document_find_begin): make search
5020         find stuff on other pages, sort of (only returns one result on
5021         invisible pages, to show they have results; updates full results
5022         for a page when you view it). Currently repaints the current page
5023         every time a new result is found on any page, which isn't so nice.
5024
5025 2004-12-22  Havoc Pennington  <hp@redhat.com>
5026
5027         * shell/ev-window.c (ev_window_cmd_edit_find): display an error if
5028         the document doesn't support find (better ideas?)
5029         (find_bar_search_changed_cb): handle missing document or document
5030         that doesn't support find
5031
5032         * pdf/xpdf/pdf-document.cc: port to implement the new
5033         EvDocumentFindIface
5034
5035         * backend/ev-document-find.c: create a new interface for searching
5036
5037         * backend/ev-document.h, backend/ev-document.c: delete the find stuff
5038
5039 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
5040
5041         * pdf/xpdf/Makefile.am (libpdfdocument_la_LIBADD): add
5042         libevbackend.la.
5043
5044         * shell/ev-window.c (ev_window_print): add GnomePrintJob to
5045         EvPrintJob constructor arguments.
5046
5047         * backend/ev-ps-exporter.c, backend/ev-ps-exporter.h: interface
5048         for documents that can export PostScript (page by page).
5049
5050         * backend/Makefile.am (libevbackend_la_SOURCES): add them.
5051         
5052         * pdf/xpdf/pdf-document.cc (pdf_document_ps_export_begin)
5053         (pdf_document_ps_export_do_page, pdf_document_ps_export_end)
5054         (pdf_document_ps_exporter_iface_init:
5055         Implement EvPSExporter.
5056
5057         * pdf/xpdf/Makefile.am (libxpdf_la_SOURCES): build PSOutputDev.
5058
5059 2004-12-22  Anders Carlsson  <andersca@gnome.org>
5060
5061         * backend/Makefile.am:
5062         * backend/ev-document-thumbnails.c:
5063         (ev_document_thumbnails_get_type),
5064         (ev_document_thumbnails_get_thumbnail):
5065         * backend/ev-document-thumbnails.h:
5066         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
5067         (pixbuf_document_thumbnails_get_thumbnail),
5068         (pixbuf_document_document_thumbnails_iface_init):
5069         * shell/Makefile.am:
5070         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_destroy),
5071         (ev_sidebar_thumbnails_class_init), (ev_sidebar_thumbnails_init),
5072         (populate_thumbnails), (ev_sidebar_thumbnails_set_document):
5073         * shell/ev-sidebar-thumbnails.h:
5074         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
5075         (ev_sidebar_set_document):
5076         * shell/ev-utils.c: (gaussian), (create_blur_filter),
5077         (create_shadow), (ev_pixbuf_add_shadow):
5078         * shell/ev-utils.h:
5079         Add thumbnail support.
5080         
5081 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
5082
5083         * shell/ev-window.c (ev_window_cmd_file_print, ev_window_print)
5084         (using_postscript_printer): Set up a print dialog for "PostScript
5085         injection" method.
5086
5087         * shell/ev-print-job.h, shell/ev-print-job.c: stub classes for
5088         EvPrintJob.
5089
5090         * shell/Makefile.am (evince_SOURCES): add ev-print-job.[ch]
5091
5092 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
5093
5094         * ps/gtkgs.c: (gtk_gs_init), (set_up_page),
5095         (ps_document_set_target), (ps_document_get_page_size),
5096         (ps_document_render):
5097         * ps/gtkgs.h:
5098
5099         Fix a few bugs
5100
5101 2004-12-22  Christian Rose  <menthos@menthos.com>
5102
5103         * configure.ac: Added "sv" to ALL_LINGUAS.
5104
5105 Wed Dec 22 14:47:38 2004  Jonathan Blandford  <jrb@redhat.com>
5106
5107         * backend/ev-document-bookmarks.[ch]: new interface to indicate
5108         document supports bookmarks.
5109
5110 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
5111
5112         * ps/ggvutils.c: (ggv_file_readable):
5113         * ps/ggvutils.h:
5114         * ps/gtkgs.c: (check_filecompressed), (check_pdf),
5115         (gtk_gs_get_postscript):
5116
5117         Remove unused utils
5118
5119 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
5120
5121         * ps/gtkgs.c: (gtk_gs_init), (gtk_gs_class_init), (gtk_gs_cleanup),
5122         (gtk_gs_finalize), (gtk_gs_set_center), (set_up_page), (output),
5123         (start_interpreter), (compute_size), (gtk_gs_enable_interpreter),
5124         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_reload),
5125         (gtk_gs_emit_error_msg), (gtk_gs_disable_interpreter),
5126         (gtk_gs_load), (gtk_gs_goto_page), (gtk_gs_set_page_size),
5127         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
5128         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
5129         (gtk_gs_set_antialiasing), (ps_document_load),
5130         (ps_document_render):
5131         * ps/gtkgs.h:
5132
5133         Another check point for the ps backend. Now I can get it to show
5134         pages!
5135
5136 Wed Dec 22 13:41:01 2004  Jonathan Blandford  <jrb@redhat.com>
5137
5138         * shell/ev-sidebar.c (ev_sidebar_set_document): initial sidebar
5139         document setting code.
5140
5141 2004-12-22  Anders Carlsson  <andersca@gnome.org>
5142
5143         * shell/eggfindbar.c: (entry_activate_callback):
5144         Animate the next button when activate is pressed.
5145         
5146 2004-12-22  Anders Carlsson  <andersca@gnome.org>
5147
5148         * shell/ev-window.c: (ev_window_cmd_edit_find),
5149         (update_fullscreen_popup), (ev_window_fullscreen),
5150         (ev_window_unfullscreen), (ev_window_state_event_cb),
5151         (ev_window_focus_out_cb), (find_bar_close_cb), (ev_window_init):
5152         Fix bugs in fullscreen code.
5153         
5154 2004-12-22  Anders Carlsson  <andersca@gnome.org>
5155
5156         * Makefile.am:
5157         * configure.ac:
5158         * pixbuf/Makefile.am:
5159         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
5160         (pixbuf_document_load), (pixbuf_document_get_n_pages),
5161         (pixbuf_document_set_page), (pixbuf_document_get_page),
5162         (pixbuf_document_set_target), (pixbuf_document_set_scale),
5163         (pixbuf_document_set_page_offset), (pixbuf_document_get_page_size),
5164         (pixbuf_document_render), (pixbuf_document_begin_find),
5165         (pixbuf_document_end_find), (pixbuf_document_finalize),
5166         (pixbuf_document_class_init),
5167         (pixbuf_document_document_iface_init), (pixbuf_document_init):
5168         * pixbuf/pixbuf-document.h:
5169         * shell/Makefile.am:
5170         * shell/ev-application.c: (ev_application_open):
5171         * shell/ev-window.c: (mime_type_supported_by_gdk_pixbuf),
5172         (ev_window_open):
5173         Add pixbuf backend.
5174         
5175 Tue Dec 21 21:45:43 2004  Soeren Sandmann  <sandmann@redhat.com>
5176
5177         * Makefile.am: 
5178         * dvi/dvilib/Makefile.am:
5179         * dvi/Makefile.am:
5180         * configure.ac: Auto*ify dvi and dvi/dvilib
5181
5182         * dvi/Makefile: Remove from CVS
5183         
5184         * dvi/dvilib/dl-pkfont.cc (unpack_bitmap): Fix uchar/uint
5185         confusion.
5186
5187         * dvi/dvilib/dl-fontdefinition.{cc,hh}: New DviFontMap class
5188         
5189         * dvi/dvilib/dl-vffont.{cc,hh}: Many bugfixes to VF code.
5190         
5191 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
5192
5193         * ps/Makefile.am:
5194         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_finalize),
5195         (gtk_gs_value_adjustment_changed), (compute_size),
5196         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_new_from_file),
5197         (gtk_gs_center_page), (gtk_gs_load), (gtk_gs_set_page_size),
5198         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
5199         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
5200         (gtk_gs_start_scroll), (gtk_gs_get_postscript),
5201         (gtk_gs_set_adjustments), (gtk_gs_set_available_size),
5202         (ps_document_load), (ps_document_get_n_pages),
5203         (ps_document_set_page), (ps_document_get_page),
5204         (ps_document_set_target), (ps_document_set_scale),
5205         (ps_document_set_page_offset), (ps_document_get_page_size),
5206         (ps_document_render), (ps_document_begin_find),
5207         (ps_document_end_find), (ps_document_document_iface_init):
5208         * ps/gtkgs.h:
5209         * shell/Makefile.am:
5210         * shell/ev-window.c: (ev_window_open):
5211
5212         Some work to integrate gtkgs with EvDocument
5213
5214 2004-12-22  Anders Carlsson  <andersca@gnome.org>
5215
5216         * shell/ev-window.c: (update_fullscreen_popup),
5217         (screen_size_changed_cb), (destroy_exit_fullscreen_popup),
5218         (exit_fullscreen_button_clicked_cb),
5219         (fullscreen_popup_size_request_cb), (ev_window_fullscreen),
5220         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
5221         (ev_window_state_event_cb), (ev_window_init):
5222         Add fullscreen support from Epiphany.
5223         
5224 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
5225
5226         * data/ev-stock-zoom-fit-width.png: fit-width
5227         stock icon from gpdf.
5228         
5229         * shell/ev-stock-icons.[ch]: copied from gpdf.
5230         
5231         * shell/main.c: (main): init stock icons.
5232         
5233         * shell/ev-window.c: use the fit-width icon.
5234         
5235         * data/evince-ui.xml: add zooming toolbar items.
5236
5237 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
5238
5239         * shell/ev-view.c: 
5240         (ev_view_best_fit), (ev_view_fit_width): because
5241         get_page_size() returns the scaled page size, we
5242         need to calculate the scale factor relative to
5243         the previous scale factor. Should really just
5244         add get_real_page_size().
5245
5246 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
5247
5248         * shell/ev-view.[ch]:
5249         (ev_view_zoom), (ev_view_zoom_in), (ev_view_zoom_out),
5250         (ev_view_normal_size), (ev_view_best_fit), (ev_view_fit_width):
5251         add zooming.
5252         
5253         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
5254         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_normal_size),
5255         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width):
5256         hook it up.
5257         
5258         * pdf/xpdf/pdf-document.cc:
5259         (pdf_document_begin_find),
5260         (pdf_document_end_find): make static.
5261
5262 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
5263
5264         * pdf/xpdf/GlobalParams.h (setupBaseFontsFc): add prototype.
5265
5266         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): maps base font
5267         names to fontconfig patterns.
5268         (setupBaseFontsFc): setupBaseFonts reimplemented using fontconfig.
5269
5270         * pdf/xpdf/pdf-document.cc (pdf_document_load): use
5271         setupBaseFontsFc.
5272
5273 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
5274
5275         * Makefile.am:
5276         * configure.ac:
5277         * ps/Makefile.am:
5278         * ps/ggvutils.c:
5279         * ps/ggvutils.h:
5280         * ps/gsdefaults.c:
5281         * ps/gsdefaults.h:
5282         * ps/gsio.c:
5283         * ps/gsio.h:
5284         * ps/gtkgs.c:
5285         * ps/gtkgs.h:
5286         * ps/ps.c:
5287         * ps/ps.h:
5288
5289         Import ggv backend. Not hooked up yet.
5290
5291 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
5292
5293         * shell/main.c: (load_files), (main): load files
5294         from the command line.
5295
5296 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
5297
5298         * configure.ac: don't require bonobo.
5299         
5300         * cut-n-paste/recent-files/*: kill bonobo recent
5301         view.
5302
5303         * shell/ev-window.c:
5304         (ev_window_is_empty): upd.
5305         (unable_to_load), (ev_window_open): load backend
5306         based on the mime type.
5307
5308 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
5309
5310         * backend/.cvsignore: ignore generated marshalers source.
5311
5312         * shell/main.c (main): this is not epiphany.
5313
5314 2004-12-22  Havoc Pennington  <hp@redhat.com>
5315
5316         * shell/ev-view.c (ev_view_set_document): connect to "found" signal
5317         (expose_bin_window): draw find highlights
5318
5319         * shell/ev-window.c (find_bar_search_changed_cb): implement 
5320         
5321         * pdf/xpdf/pdf-document.cc (pdf_document_begin_find) 
5322         (pdf_document_end_find): implement this interface
5323
5324         * backend/ev-document.c (ev_document_found): add this to emit
5325         signal
5326
5327 Tue Dec 21 23:57:37 2004  Owen Taylor  <otaylor@redhat.com>
5328
5329         * data/evince-ui.xml: Add a few more toolbar items.
5330
5331         * shell/ev-window.c: Hook up page navigation toolbar 
5332         items.
5333
5334         * shell/ev-view.[ch]: add ev_view_set/get_page and 
5335         a page-changed signal.
5336
5337         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc::
5338         Add ev_document_get_page().
5339
5340         * shell/ev-window.c: Sensitize/desensitize navigation
5341         actions.
5342
5343 2004-12-21  Havoc Pennington  <hp@redhat.com>
5344
5345         * backend/ev-backend-marshal.c,
5346         backend/ev-backend-marshalers.list, backend/Makefile.am: add
5347         marshaler-generator thingy. I'm sure there's a better way to do
5348         this in the modern world.
5349
5350         * backend/ev-document.h (struct _EvDocumentIface): add begin_find,
5351         end_find methods and "found" signal.
5352
5353         * configure.ac: find glib-genmarshal
5354
5355 Tue Dec 21 23:20:35 2004  Jonathan Blandford  <jrb@redhat.com>
5356
5357         * shell/ev-sidebar.c: Construct an actual sidebar.
5358         * shell/ev-sidebar-bookmarks.[ch]:
5359         * shell/ev-sidebar-thumbnails.[ch]: Stub out sidebars.
5360
5361 Tue Dec 21 23:05:51 2004  Owen Taylor  <otaylor@redhat.com>
5362
5363         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc:
5364         Redo size handling.
5365         
5366         * shell/ev-view.c: Track the size from the document.
5367
5368 Tue Dec 21 22:17:04 2004  Owen Taylor  <otaylor@redhat.com>
5369
5370         * pdf/xpdf/pdf-document.cc (pdf_document_load): PDFDoc
5371         constructor assumes ownership of the string passed in.
5372         
5373         * shell/ev-window.c (ev_window_open): Destroy the error
5374         dialog once we've displayed it.
5375
5376 Tue Dec 21 21:58:56 2004  Owen Taylor  <otaylor@redhat.com>
5377
5378         * pdf/xpdf/pdf-document.cc shell/ev-view.c: Hook things up 
5379         a bit, it works! (sort of)
5380
5381         * pdf/xpdf/Makefile.am pdf/xpdf/pdf-document.cc:
5382         Move to .cc since we need to use C++ in the implementation.
5383
5384         * shell/dummy.cc: Add a CC file to force evince
5385         to be linked as a C++ program.
5386
5387 Tue Dec 21 21:07:55 2004  Owen Taylor  <otaylor@redhat.com>
5388
5389         * shell/ev-view.[ch]: Start of content-area widget.
5390
5391         * shell/ev-window.c: Create a EvView, update it
5392         as we change documents.
5393
5394         * shell/Makefile.am shell/ev-marshal.list: Add
5395         generated marshalers.
5396
5397 Tue Dec 21 20:28:11 2004  Jonathan Blandford  <jrb@redhat.com>
5398
5399         * Makefile.am (SUBDIRS): move shell.
5400
5401 Tue Dec 21 19:28:55 2004  Owen Taylor  <otaylor@redhat.com>
5402
5403         * pdf/{goo,fofi,splash,xpdf}/Makefile.am: Switch from
5404         .a to libtool convenience libraries.
5405
5406         * shell/ev-window.c (ev_window_open): Hard code loading
5407         a PDF document.
5408         
5409         * backend/ev-document.h: Add a boolean return to load(),
5410         fix GError * to GError **.
5411
5412         * pdf/xpdf/pdf-document.[ch] Makefile.am: Add a stub
5413         object for a PDF backend EvDocument.
5414
5415 Tue Dec 21 18:55:06 2004  Søren Sandmann  <sandmann@redhat.com>
5416
5417         * dvi/*: New directory with the beginning of a .dvi backend.
5418
5419 2004-12-21  Havoc Pennington  <hp@redhat.com>
5420
5421         * shell/eggfindbar.c (egg_find_bar_init): change buttons to
5422         previous/next instead of back/forward
5423
5424 Tue Dec 21 18:26:24 2004  Owen Taylor  <otaylor@redhat.com>
5425
5426         * backend/ev-document.[ch]: Fix a couple of problems so
5427         it compile.
5428
5429 Tue Dec 21 18:20:40 2004  Owen Taylor  <otaylor@redhat.com>
5430
5431         * viewer/* backend/* configure.ac Makefile.am: Move viewer directory 
5432         to backend/ directory, rename EvViewer to EvDocument.
5433
5434 2004-12-21  Havoc Pennington  <hp@redhat.com>
5435
5436         * shell/ev-window.c: hook up the find bar widget; now we just need
5437         a document to find things in
5438
5439         * shell/eggfindbar.c: a find bar widget
5440
5441 Tue Dec 21 17:20:16 2004  Jonathan Blandford  <jrb@redhat.com>
5442
5443         * shell/ev-sidebar.[ch]: initial sidebar boilerplate.
5444
5445 Tue Dec 21 16:30:58 2004  Owen Taylor  <otaylor@redhat.com>
5446
5447         * pdf/**: Import of xpdf code from gpdf. 
5448
5449         * pdf/xpdf/xpdfconfig.h: Move the non-config.h config.h to xpdfconfig.h
5450
5451         * pdf/splash/SplashFTFont.{cc,h} pdf/splash/SplashFTFont.h
5452         pdf/splash/SplashFTFontEngine.h pdf/splash/SplashFTFontFile.h: 
5453         Fix FreeType includes.
5454
5455         * pdf/xpdf/{Error.h GnomeVFSStream.cc ImageOutputDev.cc PDFDoc.cc\
5456         pdffonts.cc pdfimages.cc pdfinfo.cc pdftoppm.cc pdftops.cc
5457         pdftotext.cc PSOutputDev.cc PSOutputDev.h SplashOutputDev.h
5458         Stream.cc TextOutputDev.cc XPDFApp.cc xpdf.cc XPDFViewer.cc
5459         pdf/xpdf/Error.h PSOutputDev.h SplashOutputDev.h}:
5460         Include xpdfconfig.h
5461         
5462 Tue Dec 21 16:08:17 2004  Jonathan Blandford  <jrb@redhat.com>
5463
5464         * shell/ev-window.c (ev_window_dispose): dispose can be called
5465         multiple times.
5466
5467 2004-12-21  Havoc Pennington  <hp@redhat.com>
5468
5469         * shell/ev-window.c (ev_window_init): set title to Document Viewer
5470         rather than Evince
5471
5472         * data/evince-ui.xml, shell/ev-window.c: add a bunch of stub menu
5473         items; really they should be synced with the strings, etc. from
5474         current gpdf, but just getting the boring typing out of the way 
5475
5476 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
5477
5478         * po/POTFILES.in:
5479         * shell/ev-application.c: (window_destroy_cb):
5480         * shell/ev-window.c:
5481         * shell/main.c: (main):
5482
5483         Actually show the window...
5484
5485 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
5486
5487         * Makefile.am:
5488         * shell/Makefile.am:
5489         * shell/ev-application.c: (ev_application_class_init):
5490         * shell/ev-window.c: (ev_window_dispose), (ev_window_class_init):
5491
5492         Make it build again
5493
5494 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
5495
5496         Import to gnome cvs.
5497         
5498         * Remove copies of gpdf and ggv trees.
5499         * Rip out all the recursive configure code.
5500         * Remove bonobo machinery.
5501         * viewer/*: GInterfaces that backends should/can implement.
5502
5503 2004-11-09  Martin Kretzschmar  <m_kretzschmar@gmx.net>
5504
5505         * shell/ev-window.c (ev_window_cmd_help_about): fix "documentors"
5506         typo
5507
5508 2004-10-28  Martin Kretzschmar  <m_kretzschmar@gmx.net>
5509
5510         * shell/ev-application.c (EV_APPLICATION_GET_PRIVATE)
5511         (ev_application_finalize, ev_application_class_init)
5512         (ev_application_init): use GType instance private data for priv.
5513     
5514         * shell/ev-window.c (EV_WINDOW_GET_PRIVATE)
5515         (ev_window_finalize, ev_window_class_init)
5516         (ev_window_init): ditto.
5517
5518 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
5519
5520         * shell/ev-application.c (ev_application_new_window): make public
5521         (ev_application_show_initial_window): kill.
5522     
5523         * shell/ev-application.h: update prototypes.
5524     
5525         * shell/main.cc (main): inline ev_application_show_initial_window.
5526
5527 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
5528
5529         * shell/ev-application.c (ev_application_new_window): impl.
5530         (ev_application_show_initial_window): use it.
5531         (is_window_empty, ev_application_get_empty_window): returns an
5532         existing empty window or a new one.
5533         (ev_application_open): from ev_window_cmd_file_open.
5534     
5535         * shell/ev-application.h: update prototypes
5536     
5537         * shell/ev-window.c (ev_window_is_empty): impl.
5538         (ev_window_open): make public.
5539         (ev_window_cmd_file_open): use ev_application_open
5540     
5541         * shell/ev-window.h: update prototypes, remove unused.
5542
5543 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
5544
5545         * shell/ev-window.c (ev_window_destroy, ev_window_class_init):
5546         move destroy handler out of here...
5547     
5548         * shell/ev-application.c, shell/ev-application.h: ...into this new
5549         class. Also handles initial window creation.
5550     
5551         * shell/main.cc (main): use EvApplication to create initial
5552         window.
5553
5554 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
5555
5556         * Makefile.am (SUBDIRS): add cut-n-paste
5557     
5558         * cut-n-paste/Makefile.am: add
5559     
5560         * configure.ac: generate Makefiles in cut-n-paste
5561
5562 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
5563
5564         * shell/ev-window.c (ev_window_dispose): new, unref the ui_manager
5565         (ev_window_class_init): install ev_window_dispose.
5566
5567 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
5568
5569         * shell/ev-window.h, shell/ev-window.c: replace gchar with
5570         char (gchar looks stupid).
5571
5572 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
5573
5574         * po/de.po: updated German translation.
5575
5576 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
5577
5578         * configure.ac: add more pkg-config library checks for gnome-vfs,
5579         bonobo etc.
5580     
5581         * gpdf/configure.in: temporarily disable libpaper
5582         checks. Otherwise I'd have to add the checks for the shell, too.
5583
5584 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
5585
5586         * shell/ev-window.c (ev_window_cmd_file_open): add ps+pdf, ps, pdf
5587         and * file filters to the file choose.
5588
5589 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
5590
5591         * po/de.po: Updated German translation.
5592
5593 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
5594
5595         * shell/ev-window.c: use "S" as mnemonic for Statusbar.
5596
5597 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
5598
5599         * data/evince-ui.xml: add View->Toolbar and View->Statusbar.
5600     
5601         * shell/ev-window.c (menu_item_select_cb, menu_item_select_cb)
5602         (ev_window_init): implement those menuitems.
5603
5604 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
5605
5606         * data/evince-ui.xml: add a toolbar (with FileOpen action)
5607     
5608         * shell/ev-window.c (ev_window_init): use the toolbar.
5609
5610 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
5611
5612         * shell/ev-window.c (ev_window_init): use menu translations
5613
5614 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
5615
5616         * configure.ac: add "de" to ALL_LINGUAS.
5617     
5618         * po/de.po: add German translation.
5619
5620 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
5621
5622         * Makefile.am (SUBDIRS): add po
5623     
5624         * configure.ac: check intltool, glib-gettext etc, generate
5625         po/Makefile.in
5626     
5627         * po, po/POTFILES.in, po/POTFILES.skip: new.
5628
5629 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
5630
5631         * shell/Makefile.am (INCLUDES): define GNOMELOCALEDIR which we
5632         already use (#ifdef ENABLE_NLS)
5633     
5634         * shell/ev-window.c (ev_window_cmd_help_about): fix two star
5635         pointer indirection thinko.
5636     
5637         * shell/main.c: include gi18n.h for bindtextdomain etc.
5638
5639 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
5640
5641         * shell/ev-window.c (menu_item_select_cb, menu_item_deselect_cb)
5642         (connect_proxy_cb, disconnect_proxy_cb, ev_window_init): show
5643         tooltips for menu items in the statusbar.
5644
5645 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
5646
5647         * configure.ac, data/Makefile.am, shell/Makefile.am: use
5648         pkgdatadir drop UIDIR
5649
5650 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
5651
5652         * data/evince-ui.xml: Add File->Open menu item
5653     
5654         * shell/ev-window.c (ev_window_cmd_file_open): impl. (shows a file
5655         chooser), hook it up in the ui manager.
5656
5657 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
5658
5659         * shell/ev-window.c: fix Help->About tooltip.
5660
5661 2004-10-23 Martin Kretzschmar  <m_kretzschmar@gmx.net>
5662
5663         * configure.ac: set CFLAGS for libevprivate.
5664     
5665         * lib/ev-stock-icons.h, lib/ev-stock-icons.c: stock icon
5666         definitions, factory etc.
5667     
5668         * lib/Makefile.am: build libevprivate.a (only stock icon code).
5669     
5670         * shell/Makefile.am: link against libevprivate.a.
5671     
5672         * shell/ev-window.c (entries): add stock icon to Help->About.
5673     
5674         * shell/main.c (main): init stock icon code.
5675
5676 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
5677
5678         * lib/recent-files: egg recent files code
5679     
5680         * lib/Makefile.am: add.
5681     
5682         * Makefile.am: add lib subdir.
5683     
5684         * configure.ac: gen. lib/Makefile and lib/recent-files/Makefile,
5685         set CFLAGS for recent-files.
5686
5687 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
5688
5689         * configure.ac: disable -ansi and -pedantic gcc flags. They
5690         disable POSIX stuff in stdio.h, but egg-recent uses them.
5691
5692 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net> 
5693
5694         * configure.ac: add --disable-deprecated flag (defaults to on in
5695         "cvs" builds).
5696     
5697         * shell/Makefile.am (INCLUDES): use it.
5698
5699 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
5700
5701         * shell/main.c: add missing #include.
5702     
5703         * shell/ev-window.c: fix for pedantic gcc.
5704         (ev_window_cmd_help_about): split license into paragraphs for
5705         translators and pedantic compilers.
5706
5707 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
5708
5709         * configure.ac: add more warning flags if compiling with gcc from
5710         cvs (or explicitly requested with --enable-more-warnings).
5711
5712 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
5713
5714         * data/evince-ui.xml: add File and File->Close menu.
5715     
5716         * shell/ev-window.c (ev_window_cmd_file_close_window): impl.
5717         (ev_window_destroy): quit after destroy.
5718         (ev_window_class_init): override GtkObject::destroy.
5719         (entries): install close_window callback.
5720
5721 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
5722
5723         * Makefile.am (SUBDIRS): add data subdir.
5724     
5725         * configure.ac (UIDIR): gen data/Makefile, define UIDIR.  Require
5726         gtk+ 2.5.0 for GtkAboutDialog.
5727     
5728         * data/Makefile.am, data/evince-ui.xml: add, ui definition for the
5729         main window.
5730     
5731         * shell/Makefile.am (INCLUDES): propagate UIDIR definition.
5732     
5733         * shell/ev-window.c (ev_window_init): create a menubar, using a ui
5734         manager.
5735         (ev_window_cmd_help_about): about command, using GtkAboutDialog.
5736
5737 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
5738
5739         * shell/ev-window.c, shell/ev-window.h: Created an EvWindow class.
5740
5741 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
5742
5743         * shell/main.c: make it a trivial gtk+ program, adjust configure.ac
5744
5745 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
5746
5747         * shell/*: Added shell directory boilerplate, build it.
5748
5749 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
5750
5751         * configure.ac, Makefile.am: Added top-level configure.ac and
5752         Makefile.am