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