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