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