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