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